From 5469779198594f0395587ed8f3ebecab6c8b65f2 Mon Sep 17 00:00:00 2001 From: Tag Loomis Date: Wed, 10 Jan 2024 15:30:47 -0800 Subject: [PATCH] Safety commit Better processing indicator Async load local adif files BIGCTY update 0105 Baby step another step Lint 1 Removed debug and dead code DO9KW DO9KW II Lint free safety commit big baby step Remove uneeded timer more speed opt Massive speed improvements Lint Fixed WSPR grid colors and dimming Auto-mute on single or no audio devices. lint Chinese Google Maps and OAMS spot/decode metering Decodes are small and once a minute. Properly save *all* settings on language change Proper method name and code reduction Moved trackQSO to gtCommon in prep for log event 30 minutes inactivity WSJT-X log event not a heavy hit to stat parsing BIGCTY 0125 version bump for testing A bigger hit on uls lookups, but they won't get stuck as un resolved this way Dumped ULS websql database Save lookupssettings and fix changelog lint fix whitespace? roll version, changelog fix Fix really old bug, always set the liveCallsigns with stations info Moved eslint disabled code to bottom of file Removed last traces of .rect, cleaned up vector layer accessors Removed dead code Local ADIF loads now add to startup log list and auto load when added via dialogs --- debian/changelog | 80 +- gridtracker.spec | 5 +- package.nw/GridTracker.html | 33 +- package.nw/data/counties.json | 2 +- package.nw/data/maps.json | 12 + package.nw/data/mh-root-prefixed.json | 194 ++- package.nw/data/shapes.json | 2 +- package.nw/gt_update.odt | Bin 158664 -> 75645 bytes package.nw/gt_update.pdf | Bin 141567 -> 78113 bytes package.nw/lib/adif.js | 847 +++------- package.nw/lib/adifWorker.js | 651 +++++++ package.nw/lib/alerts.js | 31 +- package.nw/lib/arc.js | 4 +- package.nw/lib/callsigns.js | 342 ++-- package.nw/lib/defaults.js | 13 +- package.nw/lib/gt.js | 1502 ++++------------- package.nw/lib/gtCommon.js | 552 ++++++ package.nw/lib/gtws.js | 4 +- package.nw/lib/i18n.js | 3 +- package.nw/lib/roster.js | 13 +- .../lib/roster/prepareRosterSettings.js | 10 +- .../lib/roster/processRosterFiltering.js | 4 +- package.nw/lib/roster/processRosterHunting.js | 10 +- package.nw/lib/roster/sendAlerts.js | 2 - package.nw/lib/stats.js | 4 + package.nw/lib/style.css | 51 +- package.nw/lib/third-party.js | 54 - package.nw/lib/trackerWorker.js | 36 + package.nw/package.json | 2 +- 29 files changed, 2153 insertions(+), 2310 deletions(-) create mode 100644 package.nw/lib/adifWorker.js create mode 100644 package.nw/lib/gtCommon.js create mode 100644 package.nw/lib/trackerWorker.js diff --git a/debian/changelog b/debian/changelog index ba7559a..098de4f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,36 +1,36 @@ -gridtracker (1.24.0104) unstable; urgency=high - - System - fixed database creation error on new installs +gridtracker (1.24.0131) unstable; urgency=low + - System - major changes, to be updated + -- Tag Loomis Wed, 31 Jan 2024 00:00:00 -0000 --- Tag Loomis Thu, 04 Jan 2024 00:00:00 -0000 +gridtracker (1.24.0104) unstable; urgency=high + - System - fixed database creation error on new installs + -- Tag Loomis Thu, 04 Jan 2024 00:00:00 -0000 gridtracker (1.24.0103) unstable; urgency=low - - Windows - NSIS installer reverted to 3.06.1-1 - - System - Fixed bug in handling hamqth lookups - - Stats - DXCCs - Added confirmed band slot counts - - BIGCTY - Update from Dec 28th 2023 - --- Tag Loomis Wed, 03 Jan 2024 00:00:00 -0000 + - Windows - NSIS installer reverted to 3.06.1-1 + - System - Fixed bug in handling hamqth lookups + - Stats - DXCCs - Added confirmed band slot counts + - BIGCTY - Update from Dec 28th 2023 + -- Tag Loomis Wed, 03 Jan 2024 00:00:00 -0000 gridtracker (1.23.1226) unstable; urgency=low - - System - Improved Primary Administrative Area (State) detection - - System - Added Canadian and Australian callsign databases - - Map - Added - Worked All Canadian Provinces - award layer (Key 9) - - POTA - Map marker updated when park worked - - Call Roster - Properly show POTA worked status - - Logbook - Filter QSO by grid - Working Grid(s) - --- Tag Loomis Tue, 26 Dec 2023 00:00:00 -0000 + - System - Improved Primary Administrative Area (State) detection + - System - Added Canadian and Australian callsign databases + - Map - Added - Worked All Canadian Provinces - award layer (Key 9) + - POTA - Map marker updated when park worked + - Call Roster - Properly show POTA worked status + - Logbook - Filter QSO by grid - Working Grid(s) + -- Tag Loomis Tue, 26 Dec 2023 00:00:00 -0000 gridtracker (1.23.1217) unstable; urgency=low - - BIGCTY - Update from December 15th - - System - Add QSO processing indicator - - System - QSL location authority selector added in Settings > Logbook - - Logbook Viewer - QSL sources added - - Call Roster - Added Grid to Watcher and Ignores - - Language - Updates to Chinese simplified and traditional translations - - Logging - DX Keeper grid bug workaround - - -- Tag Loomis Sun, 17 Dec 2023 00:00:00 -0000 + - BIGCTY - Update from December 15th + - System - Add QSO processing indicator + - System - QSL location authority selector added in Settings > Logbook + - Logbook Viewer - QSL sources added + - Call Roster - Added Grid to Watcher and Ignores + - Language - Updates to Chinese simplified and traditional translations + - Logging - DX Keeper grid bug workaround + -- Tag Loomis Sun, 17 Dec 2023 00:00:00 -0000 gridtracker (1.23.1207) unstable; urgency=high - BIGCTY - Update from December 5th @@ -74,19 +74,16 @@ gridtracker (1.23.1112) unstable; urgency=low - Logging - Descriptive error if QRZ.com logging failure - Logbook Viewer - Regex enabled callsign searching - Settings - Logbook - New "Logbook Items Per Page" slider - --- Tag Loomis Sun, 12 Nov 2023 00:00:00 -0000 + -- Tag Loomis Sun, 12 Nov 2023 00:00:00 -0000 gridtracker (1.23.1019) unstable; urgency=low - HTTP - Removed timeouts on transactions affecting log downloading and uploading - --- Tag Loomis Thu, 19 Oct 2023 00:00:00 -0000 + -- Tag Loomis Thu, 19 Oct 2023 00:00:00 -0000 gridtracker (1.23.1015) unstable; urgency=low - ADIF – Fixed record loading failure for PSK-Reporter if FREQ present - WSPR – Fixed decodes not appearing - --- Tag Loomis Sun, 15 Oct 2023 00:00:00 -0000 + -- Tag Loomis Sun, 15 Oct 2023 00:00:00 -0000 gridtracker (1.23.1014) unstable; urgency=low - Call Roster - Fixed "All Traffic/Only Wanted" filtering @@ -98,14 +95,12 @@ gridtracker (1.23.1014) unstable; urgency=low - System – Swaziland renamed to Eswatini - Logging – HamZone.cn service is now HamCQ.cn - Maps – Toner (online), Terrain, Watercolor and Geography Class no longer public access - --- Tag Loomis Sat, 14 Oct 2023 00:00:00 -0000 + -- Tag Loomis Sat, 14 Oct 2023 00:00:00 -0000 gridtracker (1.23.0402) unstable; urgency=low - Roster - fixed Hunting mode not saving - Packager - fixed Arm distribution - --- Tag Loomis Sun, 02 Apr 2023 00:00:00 -0000 + -- Tag Loomis Sun, 02 Apr 2023 00:00:00 -0000 gridtracker (1.23.0328) unstable; urgency=low - Language - added German/Deutsch @@ -122,8 +117,7 @@ gridtracker (1.23.0328) unstable; urgency=low - Mac – “Full Stop” no longer spoken at startup - Satellite – framework started for satellite tracking - BIGCTY – update from March 19th - --- Tag Loomis Tue, 28 Mar 2023 00:00:00 -0000 + -- Tag Loomis Tue, 28 Mar 2023 00:00:00 -0000 gridtracker (1.23.0206) unstable; urgency=low - Bugfix for Turkey zone 1 decodes @@ -140,12 +134,10 @@ gridtracker (1.23.0206) unstable; urgency=low - Award Tracker CQ Zone and State fix - <...> treated as UNKNOWN in Call Roster - LoTW download button not responding - -- Tag Loomis Mon, 06 Feb 2023 00:00:00 -0000 gridtracker (1.23.0110) unstable; urgency=high - Emergency LoTW fix - -- Tag Loomis Tue, 10 Jan 2023 00:00:00 -0000 gridtracker (1.22.1226) unstable; urgency=low @@ -155,7 +147,6 @@ gridtracker (1.22.1226) unstable; urgency=low - Fixed Logbook of The World loading - No longer clear data on new versions - More code clean up - -- Tag Loomis Mon, 26 Dec 2022 00:00:00 -0000 gridtracker (1.22.1204) unstable; urgency=low @@ -164,19 +155,16 @@ gridtracker (1.22.1204) unstable; urgency=low - Honor POTA spot expiration - New option 'Clear DX Call, DX Grid, Tx1-Tx5 when calling CQ in WSJT-X' -- Settings -> Lookups -> Feature Control -> Clear on CQ - -- Tag Loomis Sun, 04 Dec 2022 00:00:00 -0000 gridtracker (1.22.1123) unstable; urgency=low - LoTW QSL downloading issue fixed - CQ Only in Call Roster fixed - Failure to start on some installs - -- Tag Loomis Wed, 23 Nov 2022 00:00:00 -0000 gridtracker (1.22.1122) unstable; urgency=low - WSPR decoding corrupting QSO data fix! - -- Tag Loomis Tue, 22 Nov 2022 00:00:00 -0000 gridtracker (1.22.1119) unstable; urgency=low @@ -191,7 +179,6 @@ gridtracker (1.22.1119) unstable; urgency=low - Grid-overlay (Hotkey B) performance boost - BIGCTY update from November 14th - Performance improvements - -- Tag Loomis Sat, 19 Nov 2022 12:00:00 -0000 gridtracker (1.22.1016) unstable; urgency=low @@ -202,17 +189,14 @@ gridtracker (1.22.1016) unstable; urgency=low - New 'No Unknown DXCC' exception in call roster - Award tracker now shows wanted options for highlighting - Small performance improvements and installation size reduction - -- Matthew Chambers Sun, 16 Oct 2022 19:55:00 -0000 gridtracker (1.22.1010) unstable; urgency=low - Fix issue with map selection not saving/restoring - -- Tag Loomis Sun, 09 Oct 2022 12:00:00 -0000 gridtracker (1.22.1009) unstable; urgency=low - Fix issue loading logs and generating scores tab - -- Tag Loomis Sat, 08 Oct 2022 12:00:00 -0000 gridtracker (1.22.1008) unstable; urgency=low diff --git a/gridtracker.spec b/gridtracker.spec index 1e44eb8..041f73f 100644 --- a/gridtracker.spec +++ b/gridtracker.spec @@ -1,6 +1,6 @@ Name: {{{ git_name name=gridtracker }}} Summary: GridTracker: An Amateur Radio Companion -Version: 1.24.0104 +Version: 1.24.0131 Release: 1%{?dist} BuildArch: noarch Source0: {{{ git_dir_pack }}} @@ -40,6 +40,9 @@ DESTDIR=${RPM_BUILD_ROOT} make clean %license %{_docdir}/%{name}/ %changelog +* Wed Jan 31 2024 Tag Loomis - 1.24.0131-1 + - System - major changes, to be updated + - BIGCTY - Update from Jan 25th * Thu Jan 04 2024 Tag Loomis - 1.24.0104-1 - System - fixed database creation error on new installs * Wed Jan 03 2024 Tag Loomis - 1.24.0103-1 diff --git a/package.nw/GridTracker.html b/package.nw/GridTracker.html index 4a51292..650b58d 100644 --- a/package.nw/GridTracker.html +++ b/package.nw/GridTracker.html @@ -39,6 +39,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + @@ -64,7 +65,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - +
@@ -334,7 +335,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. align="right"> QSO -
0
@@ -354,7 +355,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. title="Show Confirmed List" align="right"> QSL -
0
@@ -369,9 +370,10 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
...
+
+ title="Clear or Reload Log Data"> Clear Log
@@ -562,9 +564,6 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
- -
@@ -1670,6 +1669,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + @@ -2235,23 +2235,6 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - PSK-Reporter - - - - - - - - -
24 Hour History
- - - - QRZ.com diff --git a/package.nw/data/counties.json b/package.nw/data/counties.json index 2e474fb..936b6f2 100644 --- a/package.nw/data/counties.json +++ b/package.nw/data/counties.json @@ -1 +1 @@ -{"10001":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-75.760441416451,39.2967896211],[-75.584341,39.308718],[-75.505643167353,39.37039456008],[-75.408376,39.264698],[-75.396277,39.057884],[-75.30665210951,38.947660163328],[-75.380649,38.961873],[-75.555013,38.835649],[-75.723102693333,38.829826556528],[-75.748154814254,39.14313173096],[-75.756435215569,39.246687537125],[-75.760441416451,39.2967896211]]]},"properties":{"id":"10001","n":"Kent","z":["19901","19902","19904","19905","19906","19934","19936","19938","19943","19946","19950","19952","19953","19954","19955","19961","19962","19963","19964","19977","19979","19980"],"st":"DE"}},"10003":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-75.59431690522,39.834594973091],[-75.415062,39.801919],[-75.559446,39.629812],[-75.528088,39.498114],[-75.593068,39.479186],[-75.505643167353,39.37039456008],[-75.584341,39.308718],[-75.760441416451,39.2967896211],[-75.766904606709,39.377651593551],[-75.788596,39.722199],[-75.717059,39.792325],[-75.59431690522,39.834594973091]]]},"properties":{"id":"10003","n":"New Castle","z":{"0":"19701","1":"19702","2":"19703","3":"19706","4":"19707","5":"19708","6":"19709","7":"19710","8":"19711","9":"19712","10":"19713","11":"19714","12":"19715","13":"19716","14":"19717","15":"19718","16":"19720","17":"19721","18":"19725","19":"19726","20":"19730","21":"19731","22":"19732","23":"19733","24":"19734","25":"19735","26":"19736","27":"19801","28":"19802","29":"19803","30":"19804","31":"19805","32":"19806","33":"19807","34":"19808","35":"19809","36":"19810","37":"19850","38":"19880","39":"19884","40":"19885","41":"19886","42":"19890","43":"19891","44":"19892","45":"19893","46":"19894","47":"19895","48":"19896","49":"19897","50":"19898","51":"19899","52":"19938","53":"19977","87":"21912"},"st":"DE"}},"10005":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-75.723102693333,38.829826556528],[-75.555013,38.835649],[-75.380649,38.961873],[-75.30665210951,38.947660163328],[-75.304078,38.91316],[-75.159022,38.790193],[-75.089473,38.797198],[-75.048939,38.451263],[-75.341287320348,38.452436525955],[-75.693721,38.460128],[-75.701777515245,38.560766929079],[-75.707555026429,38.63538535506],[-75.723102693333,38.829826556528]]]},"properties":{"id":"10005","n":"Sussex","z":["19903","19930","19931","19933","19939","19940","19941","19944","19945","19947","19950","19951","19952","19956","19958","19960","19963","19966","19967","19968","19969","19970","19971","19973","19975"],"st":"DE"}},"11001":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.119759,38.934343],[-77.041018,38.995548],[-77.002546244247,38.965531700446],[-76.909393,38.892852],[-77.039006,38.791645],[-77.039066356765,38.841271889519],[-77.119759,38.934343]]]},"properties":{"id":"11001","n":"District of Columbia","z":{"0":"20001","1":"20002","2":"20003","3":"20004","4":"20005","5":"20006","6":"20007","7":"20008","8":"20009","9":"20010","10":"20011","11":"20012","12":"20013","13":"20015","14":"20016","15":"20017","16":"20018","17":"20019","18":"20020","19":"20022","20":"20024","21":"20026","22":"20027","23":"20029","24":"20032","25":"20033","26":"20035","27":"20036","28":"20037","29":"20038","30":"20039","31":"20040","32":"20041","33":"20042","34":"20043","35":"20044","36":"20045","37":"20047","38":"20049","39":"20050","40":"20052","41":"20053","42":"20055","43":"20056","44":"20057","45":"20058","46":"20059","47":"20060","48":"20061","49":"20062","50":"20064","51":"20065","52":"20066","53":"20067","54":"20068","55":"20069","56":"20070","57":"20071","58":"20073","59":"20074","60":"20075","61":"20076","62":"20077","63":"20078","64":"20080","65":"20081","66":"20082","67":"20090","68":"20091","69":"20189","70":"20201","71":"20202","72":"20203","73":"20204","74":"20206","75":"20207","76":"20208","77":"20210","78":"20211","79":"20212","80":"20213","81":"20214","82":"20215","83":"20216","84":"20217","85":"20218","86":"20219","87":"20220","88":"20221","89":"20222","90":"20223","91":"20224","92":"20226","93":"20227","94":"20228","95":"20229","96":"20230","97":"20232","98":"20235","99":"20237","100":"20238","101":"20239","102":"20240","103":"20241","104":"20242","105":"20244","106":"20245","107":"20250","108":"20251","109":"20252","110":"20254","111":"20260","112":"20261","113":"20262","114":"20265","115":"20266","116":"20268","117":"20270","118":"20277","119":"20289","120":"20299","121":"20301","122":"20303","123":"20306","124":"20310","125":"20314","126":"20317","127":"20318","128":"20319","129":"20330","130":"20340","131":"20350","132":"20355","133":"20370","134":"20372","135":"20373","136":"20374","137":"20375","138":"20376","139":"20380","140":"20388","141":"20389","142":"20390","143":"20391","144":"20392","145":"20393","146":"20394","147":"20395","148":"20398","149":"20401","150":"20402","151":"20403","152":"20404","153":"20405","154":"20406","155":"20407","156":"20408","157":"20410","158":"20411","159":"20412","160":"20413","161":"20414","162":"20415","163":"20416","164":"20418","165":"20419","166":"20420","167":"20421","168":"20422","169":"20423","170":"20424","171":"20425","172":"20426","173":"20427","174":"20428","175":"20429","176":"20431","177":"20433","178":"20434","179":"20435","180":"20436","181":"20437","182":"20439","183":"20441","184":"20442","185":"20444","186":"20447","187":"20451","188":"20453","189":"20456","190":"20460","191":"20463","192":"20468","193":"20469","194":"20470","195":"20472","196":"20500","197":"20501","198":"20502","199":"20503","200":"20504","201":"20505","202":"20506","203":"20507","204":"20509","205":"20510","206":"20511","207":"20515","208":"20520","209":"20521","210":"20522","211":"20523","212":"20524","213":"20525","214":"20526","215":"20527","216":"20528","217":"20529","218":"20530","219":"20531","220":"20533","221":"20534","222":"20535","223":"20536","224":"20537","225":"20538","226":"20539","227":"20540","228":"20541","229":"20542","230":"20543","231":"20544","232":"20546","233":"20547","234":"20548","235":"20549","236":"20551","237":"20552","238":"20553","239":"20554","240":"20555","241":"20557","242":"20559","243":"20560","244":"20565","245":"20566","246":"20570","247":"20571","248":"20572","249":"20573","250":"20575","251":"20576","252":"20577","253":"20578","254":"20579","255":"20580","256":"20581","257":"20585","258":"20586","259":"20588","260":"20590","261":"20591","262":"20593","263":"20594","264":"20597","265":"20599","266":"56901","267":"56902","268":"56904","269":"56908","270":"56915","271":"56920","272":"56933","273":"56935","274":"56944","275":"56945","276":"56950","277":"56965","278":"56966","279":"56967","280":"56968","281":"56969","282":"56970","283":"56998","284":"56999","319":"20307"},"st":"DC"}},"12001":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.658554,29.830144],[-82.529705,29.940881],[-82.418728,29.923093],[-82.272563,29.843011],[-82.133126,29.835949],[-82.055625,29.718232],[-82.055899,29.471232],[-82.199287,29.422035],[-82.211449,29.484067],[-82.40662,29.485048],[-82.556766,29.480055],[-82.557565,29.537606],[-82.656301,29.564811],[-82.658554,29.830144]]]},"properties":{"id":"12001","n":"Alachua","z":["32601","32602","32603","32604","32605","32606","32607","32608","32609","32610","32611","32612","32615","32616","32618","32622","32631","32633","32635","32640","32641","32643","32653","32655","32658","32666","32667","32669","32694"],"st":"FL"}},"12003":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.418984112178,30.580916669731],[-82.218607,30.564395],[-82.180043,30.36861],[-82.050982981681,30.368367775945],[-82.049236,30.273432],[-82.049411,30.186933],[-82.049425,30.143136],[-82.142578,30.143117],[-82.458364,30.136449],[-82.459792435414,30.584276528306],[-82.418984112178,30.580916669731]]]},"properties":{"id":"12003","n":"Baker","z":["32040","32063","32072","32087","32234"],"st":"FL"}},"12005":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.992736,30.38932],[-85.8535,30.440623],[-85.487968,30.436655],[-85.486358,30.567574],[-85.434782,30.56756],[-85.383948,30.566856],[-85.389679,30.200973],[-85.389240033232,29.924114862604],[-85.487764,29.961227],[-85.601178,30.056342],[-85.996102593976,30.268901381209],[-85.992736,30.38932]]]},"properties":{"id":"12005","n":"Bay","z":["09725","32401","32402","32403","32404","32405","32406","32407","32408","32409","32410","32411","32413","32437","32438","32444","32456","32462","32466","32513"],"st":"FL"}},"12007":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.142578,30.143117],[-82.049425,30.143136],[-82.049244,29.71867],[-82.055625,29.718232],[-82.133126,29.835949],[-82.272563,29.843011],[-82.418728,29.923093],[-82.306677,29.956612],[-82.142578,30.143117]]]},"properties":{"id":"12007","n":"Bradford","z":["32026","32042","32044","32054","32058","32083","32091","32622","32656","32666"],"st":"FL"}},"12009":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.727505670074,28.791192871323],[-80.583884,28.597705],[-80.525094,28.459454],[-80.606874,28.336484],[-80.547675,28.048795],[-80.447676949218,27.860513513361],[-80.509075,27.822058],[-80.868881,27.822522],[-80.862908,28.347487],[-80.88089,28.503633],[-80.98725,28.612997],[-80.967895,28.790197],[-80.727505670074,28.791192871323]]]},"properties":{"id":"12009","n":"Brevard","z":["32754","32780","32781","32783","32796","32815","32899","32901","32902","32903","32904","32905","32906","32907","32908","32909","32910","32911","32912","32919","32920","32922","32923","32924","32925","32926","32927","32931","32932","32934","32935","32936","32937","32940","32941","32948","32949","32950","32951","32952","32953","32954","32955","32956","32959","32976"],"st":"FL"}},"12011":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.881233,26.333806],[-80.297471,26.334356],[-80.075874439443,26.32091276988],[-80.11512892389,25.972815490011],[-80.326712,25.957118],[-80.680016,25.956857],[-80.872932,25.979434],[-80.879809,26.259455],[-80.881233,26.333806]]]},"properties":{"id":"12011","n":"Broward","z":["33004","33008","33009","33019","33020","33021","33022","33023","33024","33025","33026","33027","33028","33029","33060","33061","33062","33063","33064","33065","33066","33067","33068","33069","33071","33072","33073","33074","33075","33076","33077","33082","33083","33084","33093","33097","33301","33302","33303","33304","33305","33306","33307","33308","33309","33310","33311","33312","33313","33314","33315","33316","33317","33319","33320","33321","33322","33323","33324","33325","33326","33327","33328","33329","33330","33331","33332","33334","33335","33336","33337","33338","33339","33340","33345","33346","33348","33349","33351","33355","33359","33388","33394","33441","33442","33443"],"st":"FL"}},"12013":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.383948,30.566856],[-85.171891,30.564336],[-85.167687,30.607979],[-84.932519,30.606393],[-84.990017,30.524795],[-84.983203,30.441837],[-85.03429,30.312478],[-85.11566,30.199976],[-85.389679,30.200973],[-85.383948,30.566856]]]},"properties":{"id":"12013","n":"Calhoun","z":["32421","32424","32430","32438","32442","32449"],"st":"FL"}},"12015":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.369201392169,26.946081025634],[-82.255521,26.945264],[-82.255237,27.032975],[-82.057469,27.032119],[-81.562202,27.033836],[-81.565931,26.769552],[-82.205562,26.770528],[-82.280541277629,26.789308586443],[-82.369201392169,26.946081025634]]]},"properties":{"id":"12015","n":"Charlotte","z":["33917","33921","33927","33938","33946","33947","33948","33949","33950","33951","33952","33953","33954","33955","33980","33981","33982","33983","34223","34224"],"st":"FL"}},"12017":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.755573808696,29.00093011826],[-82.535591,29.044855],[-82.477639,29.052484],[-82.311697,28.960391],[-82.169141,28.792954],[-82.263052,28.667634],[-82.418353,28.694859],[-82.668711402145,28.694303268585],[-82.712373,28.720921],[-82.730245,28.850155],[-82.688864,28.905609],[-82.755573808696,29.00093011826]]]},"properties":{"id":"12017","n":"Citrus","z":["34428","34429","34433","34434","34436","34441","34442","34445","34446","34447","34448","34449","34450","34451","34452","34453","34460","34461","34464","34465","34487"],"st":"FL"}},"12019":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.049411,30.186933],[-81.679626,30.190495],[-81.680215,30.12124],[-81.689413,30.031234],[-81.60099,29.956017],[-81.581207,29.840176],[-81.81243,29.83649],[-81.939427,29.747497],[-82.049244,29.71867],[-82.049425,30.143136],[-82.049411,30.186933]]]},"properties":{"id":"12019","n":"Clay","z":["32003","32006","32030","32043","32050","32058","32065","32067","32068","32073","32079","32091","32160","32234","32656","32666"],"st":"FL"}},"12021":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.846485247962,26.330372048503],[-81.6579,26.317563],[-81.659506,26.421077],[-81.56218,26.422625],[-81.563763,26.513324],[-81.271768,26.517069],[-81.26855,26.253045],[-80.879809,26.259455],[-80.872932,25.979434],[-80.873096,25.805377],[-81.441864771799,25.803129028431],[-81.614735,25.893977],[-81.672633,25.856654],[-81.727086,25.907207],[-81.808833,26.152246],[-81.846485247962,26.330372048503]]]},"properties":{"id":"12021","n":"Collier","z":["34101","34102","34103","34104","34105","34106","34107","34108","34109","34110","34112","34113","34114","34116","34117","34119","34120","34134","34137","34138","34139","34140","34141","34142","34143","34145","34146"],"st":"FL"}},"12023":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.800477,29.932126],[-82.794594,30.337024],[-82.689922,30.333109],[-82.647198,30.394797],[-82.726583,30.559486],[-82.689529798473,30.597889290642],[-82.584005186419,30.591636579088],[-82.459792435414,30.584276528306],[-82.458364,30.136449],[-82.575991,29.990857],[-82.529705,29.940881],[-82.658554,29.830144],[-82.800477,29.932126]]]},"properties":{"id":"12023","n":"Columbia","z":["32024","32025","32038","32055","32056","32061","32094","32096","32643"],"st":"FL"}},"12027":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.056497,27.207769],[-82.055753,27.338264],[-81.563696,27.34068],[-81.562202,27.033836],[-82.057469,27.032119],[-82.056497,27.207769]]]},"properties":{"id":"12027","n":"De Soto","z":["34265","34266","34267","34268","34269"],"st":"FL"}},"12029":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.414126513158,29.666065224483],[-83.366398,29.665701],[-83.318859,29.822623],[-82.920608,29.824143],[-82.949707,29.754409],[-82.937329,29.591196],[-83.060528,29.349457],[-83.165921811586,29.289091842647],[-83.240509,29.433178],[-83.401552,29.523291],[-83.414126513158,29.666065224483]]]},"properties":{"id":"12029","n":"Dixie","z":["32008","32359","32628","32648","32680","32692"],"st":"FL"}},"12031":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.049236,30.273432],[-81.721507,30.571852],[-81.606158,30.585566],[-81.543018,30.523889],[-81.499575,30.563793],[-81.428954737643,30.506183074165],[-81.374376128023,30.252931],[-81.436929,30.252335],[-81.433783,30.105536],[-81.680215,30.12124],[-81.679626,30.190495],[-82.049411,30.186933],[-82.049236,30.273432]]]},"properties":{"id":"12031","n":"Duval","z":["32073","32099","32201","32202","32203","32204","32205","32206","32207","32208","32209","32210","32211","32212","32214","32216","32217","32218","32219","32220","32221","32222","32223","32224","32225","32226","32227","32228","32229","32231","32232","32233","32234","32235","32236","32237","32238","32239","32241","32244","32245","32246","32247","32250","32254","32255","32256","32257","32258","32260","32266","32277"],"st":"FL"}},"12033":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.598937,30.997422],[-87.163080692766,30.999024183878],[-87.286882,30.925441],[-87.302661,30.71937],[-87.258884,30.611281],[-87.124968,30.500196],[-87.1344,30.420294],[-87.228226,30.384246],[-87.229765811365,30.319632929801],[-87.518324,30.280435],[-87.431784,30.403193],[-87.366601,30.436643],[-87.444722,30.507484],[-87.400189,30.657201],[-87.523621,30.738285],[-87.634943,30.865857],[-87.598937,30.997422]]]},"properties":{"id":"12033","n":"Escambia","z":["32501","32502","32503","32504","32505","32506","32507","32508","32509","32511","32512","32514","32516","32520","32521","32522","32523","32524","32526","32533","32534","32535","32559","32560","32561","32568","32577","32591"],"st":"FL"}},"12035":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.52366,29.622432],[-81.324059,29.62561],[-81.210409596554,29.670640805704],[-81.102967351745,29.426996650452],[-81.155881,29.410954],[-81.150081,29.265957],[-81.41729,29.261156],[-81.433992,29.398552],[-81.520596,29.500249],[-81.52366,29.622432]]]},"properties":{"id":"12035","n":"Flagler","z":["32110","32135","32136","32137","32142","32143","32164","32174","32180"],"st":"FL"}},"12037":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.228425133073,29.669559997762],[-85.109401,29.776793],[-85.039355,29.78017],[-85.025439,29.971399],[-85.007561,30.013851],[-84.54445,30.01103],[-84.341148833182,29.960756336105],[-84.349066,29.896812],[-84.470323,29.924524],[-84.57744,29.887828],[-84.564976,29.81018],[-84.692619,29.763039],[-84.776954,29.692191],[-85.045074,29.586991],[-85.228425133073,29.669559997762]]]},"properties":{"id":"12037","n":"Franklin","z":["32320","32321","32322","32323","32328","32346","32358"],"st":"FL"}},"12039":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.932519,30.606393],[-84.864693,30.711542],[-84.863463844382,30.711497014654],[-84.380754183552,30.688827197046],[-84.285514509039,30.684809171948],[-84.378384,30.573467],[-84.405402,30.474012],[-84.646408,30.388281],[-84.781111,30.459794],[-84.781813,30.518693],[-84.882616,30.533094],[-84.932519,30.606393]]]},"properties":{"id":"12039","n":"Gadsden","z":["32324","32330","32332","32333","32343","32351","32352","32353"],"st":"FL"}},"12041":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.920608,29.824143],[-82.879802,29.886847],[-82.800477,29.932126],[-82.658554,29.830144],[-82.656301,29.564811],[-82.937329,29.591196],[-82.949707,29.754409],[-82.920608,29.824143]]]},"properties":{"id":"12041","n":"Gilchrist","z":["32008","32619","32643","32669","32693"],"st":"FL"}},"12043":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.562202,27.033836],[-81.267152,27.032461],[-81.267677,27.121097],[-81.168281,27.121734],[-81.169138,27.209585],[-80.943186,27.210599],[-80.878669,27.169221],[-80.885639,26.958919],[-80.945354,26.769049],[-81.565931,26.769552],[-81.562202,27.033836]]]},"properties":{"id":"12043","n":"Glades","z":["33471","33741","33935","33944","33960","34974"],"st":"FL"}},"12045":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.389240033232,29.924114862604],[-85.389679,30.200973],[-85.11566,30.199976],[-85.154015,30.092043],[-85.025439,29.971399],[-85.039355,29.78017],[-85.109401,29.776793],[-85.228425133073,29.669559997762],[-85.352615,29.659787],[-85.416548,29.842628],[-85.389240033232,29.924114862604]]]},"properties":{"id":"12045","n":"Gulf","z":["32329","32412","32456","32457","32465"],"st":"FL"}},"12047":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.309347121596,30.634238766672],[-83.136618858204,30.623885944893],[-82.689529798473,30.597889290642],[-82.726583,30.559486],[-82.647198,30.394797],[-82.689922,30.333109],[-82.794594,30.337024],[-83.002058,30.429371],[-83.082017,30.442865],[-83.170969,30.385225],[-83.221868,30.42341],[-83.272612,30.627687],[-83.309347121596,30.634238766672]]]},"properties":{"id":"12047","n":"Hamilton","z":["32052","32053","32096"],"st":"FL"}},"12049":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.054349,27.646382],[-81.563318,27.646647],[-81.563696,27.34068],[-82.055753,27.338264],[-82.054349,27.646382]]]},"properties":{"id":"12049","n":"Hardee","z":["33825","33834","33865","33873","33890"],"st":"FL"}},"12051":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.565931,26.769552],[-80.945354,26.769049],[-80.885639,26.958919],[-80.881233,26.333806],[-80.879809,26.259455],[-81.26855,26.253045],[-81.271768,26.517069],[-81.563763,26.513324],[-81.565931,26.769552]]]},"properties":{"id":"12051","n":"Hendry","z":["33440","33459","33930","33935","33936","33975","34142"],"st":"FL"}},"12053":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.668711402145,28.694303268585],[-82.418353,28.694859],[-82.263052,28.667634],[-82.208184,28.572054],[-82.054469,28.521367],[-82.054694,28.478397],[-82.253293,28.478491],[-82.253439,28.434824],[-82.690795013376,28.433341925763],[-82.656694,28.544814],[-82.668711402145,28.694303268585]]]},"properties":{"id":"12053","n":"Hernando","z":["33523","33597","34601","34602","34603","34604","34606","34607","34608","34609","34611","34613","34614","34636","34661"],"st":"FL"}},"12055":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.563318,27.646647],[-81.142164,27.643238],[-81.213717,27.528654],[-81.09845,27.379108],[-81.034429,27.35916],[-80.943186,27.210599],[-81.169138,27.209585],[-81.168281,27.121734],[-81.267677,27.121097],[-81.267152,27.032461],[-81.562202,27.033836],[-81.563696,27.34068],[-81.563318,27.646647]]]},"properties":{"id":"12055","n":"Highlands","z":["33825","33826","33852","33857","33862","33870","33871","33872","33875","33876","33960","34974"],"st":"FL"}},"12057":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.651165,28.173266],[-82.105853,28.17165],[-82.056261,28.171592],[-82.054349,27.646382],[-82.552887207064,27.645447596365],[-82.43198,27.768092],[-82.566380424636,27.836338311914],[-82.573419,27.909],[-82.648817,27.979178],[-82.651165,28.173266]]]},"properties":{"id":"12057","n":"Hillsborough","z":["33503","33508","33509","33510","33511","33527","33530","33534","33540","33547","33548","33549","33550","33556","33558","33559","33563","33564","33565","33566","33567","33568","33569","33570","33571","33572","33573","33574","33575","33578","33579","33583","33584","33586","33587","33592","33594","33595","33596","33598","33601","33602","33603","33604","33605","33606","33607","33608","33609","33610","33611","33612","33613","33614","33615","33616","33617","33618","33619","33620","33621","33622","33623","33624","33625","33626","33629","33630","33631","33633","33634","33635","33637","33646","33647","33650","33655","33660","33661","33662","33663","33664","33672","33673","33674","33675","33679","33680","33681","33682","33684","33685","33686","33687","33688","33689","33694","33810"],"st":"FL"}},"12059":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.035038104951,30.993749607302],[-85.498001585089,30.997865049361],[-85.599934,30.830552],[-85.619011,30.743868],[-85.736051,30.74637],[-85.821616,30.790775],[-85.844421,30.70313],[-86.037591,30.704572],[-86.035038104951,30.993749607302]]]},"properties":{"id":"12059","n":"Holmes","z":["32425","32440","32452","32455","32464"],"st":"FL"}},"12061":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.868881,27.822522],[-80.509075,27.822058],[-80.447676949218,27.860513513361],[-80.31668661162,27.557340024608],[-80.679821,27.55847],[-80.777166,27.558733],[-80.778047,27.643195],[-80.87315,27.642288],[-80.868881,27.822522]]]},"properties":{"id":"12061","n":"Indian River","z":["32858","32948","32957","32958","32960","32961","32962","32963","32964","32965","32966","32967","32968","32969","32970","32971","32978","34958"],"st":"FL"}},"12063":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.498001585089,30.997865049361],[-85.488298288939,30.997964623287],[-85.002499,31.000682],[-84.935698,30.878703],[-84.91815,30.772082],[-84.864693,30.711542],[-84.932519,30.606393],[-85.167687,30.607979],[-85.171891,30.564336],[-85.383948,30.566856],[-85.434782,30.56756],[-85.432274,30.785457],[-85.482276,30.829509],[-85.599934,30.830552],[-85.498001585089,30.997865049361]]]},"properties":{"id":"12063","n":"Jackson","z":["32420","32423","32426","32431","32432","32440","32442","32443","32445","32446","32447","32448","32460"],"st":"FL"}},"12065":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.075539,30.273617],[-84.074691,30.434302],[-83.977424,30.522234],[-84.007454,30.672069968469],[-83.743729,30.65852691375],[-83.611704058826,30.651560093709],[-83.604186,30.581916],[-83.736954,30.507569],[-83.72172,30.434354],[-83.806667,30.371689],[-83.820235,30.30354],[-83.915827,30.245152],[-83.992310340478,30.089268737729],[-84.076132071911,30.09908988373],[-84.075539,30.273617]]]},"properties":{"id":"12065","n":"Jefferson","z":["32331","32336","32337","32344","32345","32361"],"st":"FL"}},"12067":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.36726,30.26044],[-83.247253,30.26067],[-83.225659,30.113321],[-83.160557,30.109823],[-82.963112,29.99305],[-82.879802,29.886847],[-82.920608,29.824143],[-83.318859,29.822623],[-83.37089,29.887934],[-83.36726,30.26044]]]},"properties":{"id":"12067","n":"Lafayette","z":["32008","32013","32066"],"st":"FL"}},"12069":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.95419,28.960053],[-81.658698,28.960345],[-81.641916,29.276766],[-81.61234,29.202943],[-81.531262,29.176621],[-81.502055,29.097802],[-81.354682,28.984807],[-81.36694,28.879227],[-81.414446,28.784955],[-81.658597,28.76687],[-81.657268,28.347098],[-81.857624,28.361868],[-81.957641,28.34518],[-81.95419,28.960053]]]},"properties":{"id":"12069","n":"Lake","z":["32102","32134","32158","32159","32195","32627","32702","32720","32726","32727","32735","32736","32745","32756","32757","32767","32776","32777","32778","32784","34705","34711","34712","34713","34714","34715","34729","34731","34736","34737","34748","34749","34753","34755","34756","34762","34778","34787","34788","34797"],"st":"FL"}},"12071":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.280541277629,26.789308586443],[-82.205562,26.770528],[-81.565931,26.769552],[-81.563763,26.513324],[-81.56218,26.422625],[-81.659506,26.421077],[-81.6579,26.317563],[-81.846485247962,26.330372048503],[-81.923611,26.436658],[-82.075015,26.422059],[-82.180717,26.476257],[-82.245395,26.601094],[-82.280541277629,26.789308586443]]]},"properties":{"id":"12071","n":"Lee","z":["33017","33901","33902","33903","33904","33905","33906","33907","33908","33909","33910","33911","33912","33913","33914","33915","33916","33917","33918","33919","33920","33921","33922","33924","33928","33929","33931","33932","33936","33945","33955","33956","33957","33965","33966","33967","33970","33971","33972","33973","33974","33976","33990","33991","33993","33994","34110","34119","34133","34134","34135","34136"],"st":"FL"}},"12073":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.646408,30.388281],[-84.405402,30.474012],[-84.378384,30.573467],[-84.285514509039,30.684809171948],[-84.0837530823,30.675943397968],[-84.007454,30.672069968469],[-83.977424,30.522234],[-84.074691,30.434302],[-84.075539,30.273617],[-84.241222,30.274244],[-84.285987,30.303301],[-84.713351,30.30017],[-84.646408,30.388281]]]},"properties":{"id":"12073","n":"Leon","z":["32301","32302","32303","32304","32305","32306","32307","32308","32309","32310","32311","32312","32313","32314","32315","32316","32317","32318","32327","32362","32395","32399"],"st":"FL"}},"12075":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.165921811586,29.289091842647],[-83.060528,29.349457],[-82.937329,29.591196],[-82.656301,29.564811],[-82.557565,29.537606],[-82.556766,29.480055],[-82.40662,29.485048],[-82.403237,29.215623],[-82.53486,29.21468],[-82.535591,29.044855],[-82.755573808696,29.00093011826],[-82.827073,29.158425],[-82.996144,29.178074],[-83.053207,29.130839],[-83.074734,29.247975],[-83.165921811586,29.289091842647]]]},"properties":{"id":"12075","n":"Levy","z":["32614","32618","32621","32625","32626","32639","32644","32668","32669","32683","32693","32696","34431","34449","34498"],"st":"FL"}},"12077":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.11566,30.199976],[-85.03429,30.312478],[-84.983203,30.441837],[-84.990017,30.524795],[-84.932519,30.606393],[-84.882616,30.533094],[-84.781813,30.518693],[-84.781111,30.459794],[-84.646408,30.388281],[-84.713351,30.30017],[-84.670364,30.128208],[-84.54445,30.01103],[-85.007561,30.013851],[-85.025439,29.971399],[-85.154015,30.092043],[-85.11566,30.199976]]]},"properties":{"id":"12077","n":"Liberty","z":["32321","32334","32335","32360"],"st":"FL"}},"12079":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.611704058826,30.651560093709],[-83.357716313628,30.637137873134],[-83.309347121596,30.634238766672],[-83.272612,30.627687],[-83.221868,30.42341],[-83.170969,30.385225],[-83.247253,30.26067],[-83.36726,30.26044],[-83.468768,30.304212],[-83.820235,30.30354],[-83.806667,30.371689],[-83.72172,30.434354],[-83.736954,30.507569],[-83.604186,30.581916],[-83.611704058826,30.651560093709]]]},"properties":{"id":"12079","n":"Madison","z":["32059","32240","32331","32336","32340","32341","32350"],"st":"FL"}},"12081":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.552887207064,27.645447596365],[-82.054349,27.646382],[-82.055753,27.338264],[-82.056497,27.207769],[-82.253589,27.21051],[-82.252264,27.386243],[-82.648170616859,27.38972],[-82.743017,27.531086],[-82.65072,27.523115],[-82.552887207064,27.645447596365]]]},"properties":{"id":"12081","n":"Manatee","z":["33420","33598","33834","34201","34202","34203","34204","34205","34206","34207","34208","34209","34210","34211","34212","34215","34216","34217","34218","34219","34220","34221","34222","34228","34243","34250","34251","34260","34264","34270","34280","34281","34282"],"st":"FL"}},"12083":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.40662,29.485048],[-82.211449,29.484067],[-82.199287,29.422035],[-82.055899,29.471232],[-81.843009,29.521004],[-81.776205,29.487448],[-81.741422,29.371049],[-81.680903,29.32443],[-81.641916,29.276766],[-81.658698,28.960345],[-81.95419,28.960053],[-82.311697,28.960391],[-82.477639,29.052484],[-82.535591,29.044855],[-82.53486,29.21468],[-82.403237,29.215623],[-82.40662,29.485048]]]},"properties":{"id":"12083","n":"Marion","z":["32111","32113","32133","32134","32162","32179","32182","32183","32192","32195","32617","32634","32654","32663","32664","32667","32668","32681","32686","32696","32702","32784","32868","34420","34421","34423","34430","34431","34432","34470","34471","34472","34473","34474","34475","34476","34477","34478","34479","34480","34481","34482","34483","34488","34489","34491","34492"],"st":"FL"}},"12085":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.677862,27.205988],[-80.28551,27.206025],[-80.284771,27.263723],[-80.198021352659,27.263008803672],[-80.083077629755,26.970534],[-80.142007,26.95664],[-80.885639,26.958919],[-80.677427,27.121619],[-80.677862,27.205988]]]},"properties":{"id":"12085","n":"Martin","z":["33438","33455","33458","33469","33475","33478","34956","34957","34974","34990","34991","34992","34994","34995","34996","34997"],"st":"FL"}},"12086":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.873096,25.805377],[-80.872932,25.979434],[-80.680016,25.956857],[-80.326712,25.957118],[-80.11512892389,25.972815490011],[-80.109953,25.81826],[-80.154972,25.66549],[-80.229107,25.732509],[-80.301464,25.613299],[-80.337049,25.465621],[-80.31036,25.389707],[-80.234849,25.42196],[-80.176024,25.521154],[-80.163156,25.452184],[-80.23239055893,25.337069459413],[-80.372121,25.310215],[-80.495394,25.199808],[-80.650532,25.189097],[-80.747746,25.147441],[-80.858170040031,25.177520326526],[-80.87319,25.363993],[-80.873096,25.805377]]]},"properties":{"id":"12086","n":"Miami-Dade","z":["33002","33010","33011","33012","33013","33014","33015","33016","33018","33030","33031","33032","33033","33034","33035","33039","33054","33055","33056","33090","33092","33101","33102","33109","33111","33112","33114","33116","33119","33122","33124","33125","33126","33127","33128","33129","33130","33131","33132","33133","33134","33135","33136","33137","33138","33139","33140","33141","33142","33143","33144","33145","33146","33147","33149","33150","33151","33152","33153","33154","33155","33156","33157","33158","33160","33161","33162","33163","33164","33165","33166","33167","33168","33169","33170","33172","33173","33174","33175","33176","33177","33178","33179","33180","33181","33182","33183","33184","33185","33186","33187","33188","33189","33190","33191","33192","33193","33194","33195","33196","33197","33198","33199","33206","33222","33231","33233","33234","33238","33239","33242","33243","33245","33247","33255","33257","33261","33265","33266","33269","33280","33283","33296","33299"],"st":"FL"}},"12087":{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-80.495394,25.199808],[-80.372121,25.310215],[-80.23239055893,25.337069459413],[-80.358183,25.153228],[-80.496761,24.999324],[-80.651189,24.866131],[-80.966245,24.707852],[-81.103373,24.669463],[-81.148718,24.710477],[-80.847471,24.851753],[-80.610869,25.006995],[-80.516571,25.095457],[-80.495394,25.199808]]],[[[-81.441864771799,25.803129028431],[-80.873096,25.805377],[-80.87319,25.363993],[-80.858170040031,25.177520326526],[-80.915924,25.141301],[-81.079859,25.118797],[-81.170907,25.245857],[-81.146765,25.407577],[-81.289901,25.673554],[-81.441864771799,25.803129028431]]],[[[-81.811693,24.568745],[-81.751266,24.653517],[-81.44351,24.813364],[-81.305054,24.755185],[-81.243232,24.673998],[-81.401889,24.623544],[-81.443915,24.642677],[-81.685243,24.558676],[-81.811693,24.568745]]],[[[-82.01491,24.543071],[-81.868711,24.58412],[-81.918855,24.498131],[-82.028091,24.498716],[-82.01491,24.543071]]],[[[-82.188031,24.574699],[-82.144099,24.622481],[-82.100757,24.533288],[-82.188031,24.574699]]]]},"properties":{"id":"12087","n":"Monroe","z":["33001","33034","33036","33037","33040","33041","33042","33043","33045","33050","33051","33052","33070","34141"],"st":"FL"}},"12089":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.050982981681,30.368367775945],[-82.015728,30.601698],[-82.032667,30.750674],[-81.905978439406,30.821407341502],[-81.732238,30.749635],[-81.444124,30.709714],[-81.428954737643,30.506183074165],[-81.499575,30.563793],[-81.543018,30.523889],[-81.606158,30.585566],[-81.721507,30.571852],[-82.049236,30.273432],[-82.050982981681,30.368367775945]]]},"properties":{"id":"12089","n":"Nassau","z":["32009","32011","32034","32035","32041","32046","32097","32234"],"st":"FL"}},"12091":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.785691976006,30.996982993517],[-86.688240964246,30.996201890001],[-86.388644662,30.994528215275],[-86.397379606502,30.377495280419],[-86.632953,30.396299],[-86.800351351966,30.384508087378],[-86.785691976006,30.996982993517]]]},"properties":{"id":"12091","n":"Okaloosa","z":["32531","32536","32537","32538","32539","32540","32541","32542","32544","32547","32548","32564","32567","32569","32578","32579","32580","32588"],"st":"FL"}},"12093":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.142164,27.643238],[-80.87315,27.642288],[-80.778047,27.643195],[-80.777166,27.558733],[-80.679821,27.55847],[-80.677862,27.205988],[-80.677427,27.121619],[-80.885639,26.958919],[-80.878669,27.169221],[-80.943186,27.210599],[-81.034429,27.35916],[-81.09845,27.379108],[-81.213717,27.528654],[-81.142164,27.643238]]]},"properties":{"id":"12093","n":"Okeechobee","z":["34972","34973","34974"],"st":"FL"}},"12095":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.414446,28.784955],[-81.459728,28.640196],[-81.32789,28.610277],[-80.98725,28.612997],[-80.88089,28.503633],[-80.862908,28.347487],[-81.657268,28.347098],[-81.658597,28.76687],[-81.414446,28.784955]]]},"properties":{"id":"12095","n":"Orange","z":["32703","32704","32709","32710","32712","32733","32751","32757","32768","32776","32789","32790","32792","32793","32794","32798","32801","32803","32804","32805","32806","32807","32808","32809","32810","32811","32812","32814","32816","32817","32818","32819","32820","32821","32822","32824","32825","32826","32827","32828","32829","32830","32831","32832","32833","32834","32835","32836","32837","32839","32853","32854","32855","32856","32857","32859","32860","32861","32862","32867","32869","32872","32877","32878","32885","32886","32887","32891","32897","34734","34740","34747","34760","34761","34777","34786","34787"],"st":"FL"}},"12097":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.657268,28.347098],[-80.862908,28.347487],[-80.868881,27.822522],[-80.87315,27.642288],[-81.142164,27.643238],[-81.208124,27.821125],[-81.301862,27.862081],[-81.386988,28.003619],[-81.346418,28.084696],[-81.455758,28.08489],[-81.524227,28.142805],[-81.557459,28.259362],[-81.657173,28.264513],[-81.657268,28.347098]]]},"properties":{"id":"12097","n":"Osceola","z":["32896","33848","33896","34739","34741","34742","34743","34744","34745","34746","34747","34758","34759","34769","34770","34771","34772","34773","34972"],"st":"FL"}},"12099":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.885639,26.958919],[-80.142007,26.95664],[-80.083077629755,26.970534],[-80.03212,26.77153],[-80.038863,26.569347],[-80.075874439443,26.32091276988],[-80.297471,26.334356],[-80.881233,26.333806],[-80.885639,26.958919]]]},"properties":{"id":"12099","n":"Palm Beach","z":["33318","33401","33402","33403","33404","33405","33406","33407","33408","33409","33410","33411","33412","33413","33414","33415","33416","33417","33418","33419","33421","33422","33424","33425","33426","33427","33428","33429","33430","33431","33432","33433","33434","33435","33436","33437","33438","33440","33444","33445","33446","33448","33449","33454","33458","33460","33461","33462","33463","33464","33465","33466","33467","33468","33469","33470","33472","33473","33474","33476","33477","33478","33480","33481","33482","33483","33484","33486","33487","33488","33493","33496","33497","33498","33499"],"st":"FL"}},"12101":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.690795013376,28.433341925763],[-82.253439,28.434824],[-82.253293,28.478491],[-82.054694,28.478397],[-82.055819,28.312794],[-82.105853,28.17165],[-82.651165,28.173266],[-82.859384956033,28.172175074604],[-82.764103,28.244345],[-82.690795013376,28.433341925763]]]},"properties":{"id":"12101","n":"Pasco","z":["33523","33524","33525","33526","33537","33539","33540","33541","33542","33543","33544","33545","33548","33549","33556","33558","33559","33576","33593","33597","34605","34610","34637","34638","34639","34652","34653","34654","34655","34656","34667","34668","34669","34673","34674","34679","34680","34690","34691","34692"],"st":"FL"}},"12103":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.859384956033,28.172175074604],[-82.651165,28.173266],[-82.648817,27.979178],[-82.573419,27.909],[-82.566380424636,27.836338311914],[-82.733076,27.612972],[-82.746223,27.731306],[-82.846526,27.854301],[-82.828163,28.02013],[-82.859384956033,28.172175074604]]]},"properties":{"id":"12103","n":"Pinellas","z":["33677","33701","33702","33703","33704","33705","33706","33707","33708","33709","33710","33711","33712","33713","33714","33715","33716","33729","33730","33731","33732","33733","33734","33736","33738","33740","33742","33743","33744","33747","33755","33756","33757","33758","33759","33760","33761","33762","33763","33764","33765","33766","33767","33769","33770","33771","33772","33773","33774","33775","33776","33777","33778","33779","33780","33781","33782","33784","33785","33786","34642","34660","34677","34681","34682","34683","34684","34685","34688","34689","34695","34697","34698","34789"],"st":"FL"}},"12105":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.055819,28.312794],[-81.957641,28.34518],[-81.857624,28.361868],[-81.657268,28.347098],[-81.657173,28.264513],[-81.557459,28.259362],[-81.524227,28.142805],[-81.455758,28.08489],[-81.346418,28.084696],[-81.386988,28.003619],[-81.301862,27.862081],[-81.208124,27.821125],[-81.142164,27.643238],[-81.563318,27.646647],[-82.054349,27.646382],[-82.056261,28.171592],[-82.105853,28.17165],[-82.055819,28.312794]]]},"properties":{"id":"12105","n":"Polk","z":["33081","33801","33802","33803","33804","33805","33806","33807","33809","33810","33811","33812","33813","33815","33820","33823","33825","33827","33830","33831","33834","33835","33836","33837","33838","33839","33840","33841","33843","33844","33845","33846","33847","33849","33850","33851","33853","33854","33855","33856","33858","33859","33860","33863","33867","33868","33877","33880","33881","33882","33883","33884","33885","33888","33896","33897","33898","34714","34759"],"st":"FL"}},"12107":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.055625,29.718232],[-82.049244,29.71867],[-81.939427,29.747497],[-81.81243,29.83649],[-81.581207,29.840176],[-81.52523,29.759497],[-81.52366,29.622432],[-81.520596,29.500249],[-81.433992,29.398552],[-81.680903,29.32443],[-81.741422,29.371049],[-81.776205,29.487448],[-81.843009,29.521004],[-82.055899,29.471232],[-82.055625,29.718232]]]},"properties":{"id":"12107","n":"Putnam","z":["32007","32043","32112","32131","32134","32138","32139","32140","32147","32148","32149","32157","32177","32178","32181","32185","32187","32189","32193","32640","32662","32666","38181"],"st":"FL"}},"12109":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.680215,30.12124],[-81.433783,30.105536],[-81.436929,30.252335],[-81.374376128023,30.252931],[-81.256711,29.784693],[-81.210409596554,29.670640805704],[-81.324059,29.62561],[-81.52366,29.622432],[-81.52523,29.759497],[-81.581207,29.840176],[-81.60099,29.956017],[-81.689413,30.031234],[-81.680215,30.12124]]]},"properties":{"id":"12109","n":"Saint Johns","z":["32004","32033","32080","32081","32082","32084","32085","32086","32092","32095","32145","32224","32259"],"st":"FL"}},"12111":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.679821,27.55847],[-80.31668661162,27.557340024608],[-80.198021352659,27.263008803672],[-80.284771,27.263723],[-80.28551,27.206025],[-80.677862,27.205988],[-80.679821,27.55847]]]},"properties":{"id":"12111","n":"Saint Lucie","z":["34945","34946","34947","34948","34949","34950","34951","34952","34953","34954","34957","34972","34979","34981","34982","34983","34984","34985","34986","34987","34988","34990","34994"],"st":"FL"}},"12113":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.163080692766,30.999024183878],[-86.785691976006,30.996982993517],[-86.800351351966,30.384508087378],[-87.229765811365,30.319632929801],[-87.228226,30.384246],[-87.1344,30.420294],[-87.124968,30.500196],[-87.258884,30.611281],[-87.302661,30.71937],[-87.286882,30.925441],[-87.163080692766,30.999024183878]]]},"properties":{"id":"12113","n":"Santa Rosa","z":["32530","32531","32561","32562","32563","32564","32565","32566","32570","32571","32572","32583"],"st":"FL"}},"12115":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.648170616859,27.38972],[-82.252264,27.386243],[-82.253589,27.21051],[-82.056497,27.207769],[-82.057469,27.032119],[-82.255237,27.032975],[-82.255521,26.945264],[-82.369201392169,26.946081025634],[-82.539719,27.254326],[-82.648170616859,27.38972]]]},"properties":{"id":"12115","n":"Sarasota","z":["34223","34224","34228","34229","34230","34231","34232","34233","34234","34235","34236","34237","34238","34239","34240","34241","34242","34243","34249","34251","34266","34272","34274","34275","34276","34277","34278","34284","34285","34286","34287","34288","34289","34290","34291","34292","34293","34295"],"st":"FL"}},"12117":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.414446,28.784955],[-81.36694,28.879227],[-81.226003,28.83263],[-81.181433,28.783277],[-81.067413,28.812989],[-80.98725,28.612997],[-81.32789,28.610277],[-81.459728,28.640196],[-81.414446,28.784955]]]},"properties":{"id":"12117","n":"Seminole","z":["32701","32703","32707","32708","32714","32715","32716","32718","32719","32730","32732","32746","32747","32750","32751","32752","32762","32765","32766","32771","32772","32773","32779","32791","32792","32795","32799"],"st":"FL"}},"12119":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.311697,28.960391],[-81.95419,28.960053],[-81.957641,28.34518],[-82.055819,28.312794],[-82.054694,28.478397],[-82.054469,28.521367],[-82.208184,28.572054],[-82.263052,28.667634],[-82.169141,28.792954],[-82.311697,28.960391]]]},"properties":{"id":"12119","n":"Sumter","z":["32159","32162","32163","33513","33514","33521","33538","33585","33597","34484","34785"],"st":"FL"}},"12121":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.247253,30.26067],[-83.170969,30.385225],[-83.082017,30.442865],[-83.002058,30.429371],[-82.794594,30.337024],[-82.800477,29.932126],[-82.879802,29.886847],[-82.963112,29.99305],[-83.160557,30.109823],[-83.225659,30.113321],[-83.247253,30.26067]]]},"properties":{"id":"12121","n":"Suwannee","z":["32008","32024","32060","32062","32064","32071","32094","32096"],"st":"FL"}},"12123":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.992310340478,30.089268737729],[-83.915827,30.245152],[-83.820235,30.30354],[-83.468768,30.304212],[-83.36726,30.26044],[-83.37089,29.887934],[-83.318859,29.822623],[-83.366398,29.665701],[-83.414126513158,29.666065224483],[-83.537645,29.72306],[-83.679219,29.918513],[-83.93151,30.039068],[-83.992310340478,30.089268737729]]]},"properties":{"id":"12123","n":"Taylor","z":["32331","32336","32347","32348","32356","32357","32359"],"st":"FL"}},"12125":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.458364,30.136449],[-82.142578,30.143117],[-82.306677,29.956612],[-82.418728,29.923093],[-82.529705,29.940881],[-82.575991,29.990857],[-82.458364,30.136449]]]},"properties":{"id":"12125","n":"Union","z":["32054","32058","32083","32697"],"st":"FL"}},"12127":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.680903,29.32443],[-81.433992,29.398552],[-81.41729,29.261156],[-81.150081,29.265957],[-81.155881,29.410954],[-81.102967351745,29.426996650452],[-80.966176,29.14796],[-80.727505670074,28.791192871323],[-80.967895,28.790197],[-80.98725,28.612997],[-81.067413,28.812989],[-81.181433,28.783277],[-81.226003,28.83263],[-81.36694,28.879227],[-81.354682,28.984807],[-81.502055,29.097802],[-81.531262,29.176621],[-81.61234,29.202943],[-81.641916,29.276766],[-81.680903,29.32443]]]},"properties":{"id":"12127","n":"Volusia","z":["32102","32105","32114","32115","32116","32117","32118","32119","32120","32121","32122","32123","32124","32125","32126","32127","32128","32129","32130","32132","32136","32141","32168","32169","32170","32173","32174","32175","32176","32180","32190","32198","32706","32713","32720","32721","32722","32723","32724","32725","32728","32738","32739","32744","32753","32754","32759","32763","32764","32774","32775"],"st":"FL"}},"12129":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.713351,30.30017],[-84.285987,30.303301],[-84.241222,30.274244],[-84.075539,30.273617],[-84.076132071911,30.09908988373],[-84.289727,30.057197],[-84.366115,30.008662],[-84.341148833182,29.960756336105],[-84.54445,30.01103],[-84.670364,30.128208],[-84.713351,30.30017]]]},"properties":{"id":"12129","n":"Wakulla","z":["32326","32327","32346","32355","32358"],"st":"FL"}},"12131":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.388644662,30.994528215275],[-86.187248048981,30.994066723462],[-86.035038104951,30.993749607302],[-86.037591,30.704572],[-85.844421,30.70313],[-85.915297,30.636427],[-85.859769,30.490134],[-85.992736,30.38932],[-85.996102593976,30.268901381209],[-86.222561,30.343585],[-86.397379606502,30.377495280419],[-86.388644662,30.994528215275]]]},"properties":{"id":"12131","n":"Walton","z":["32413","32422","32433","32434","32435","32439","32455","32459","32461","32462","32464","32539","32549","32550","32567","32578"],"st":"FL"}},"12133":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.844421,30.70313],[-85.821616,30.790775],[-85.736051,30.74637],[-85.619011,30.743868],[-85.599934,30.830552],[-85.482276,30.829509],[-85.432274,30.785457],[-85.434782,30.56756],[-85.486358,30.567574],[-85.487968,30.436655],[-85.8535,30.440623],[-85.992736,30.38932],[-85.859769,30.490134],[-85.915297,30.636427],[-85.844421,30.70313]]]},"properties":{"id":"12133","n":"Washington","z":["32417","32420","32425","32427","32428","32431","32437","32438","32462","32463","32466"],"st":"FL"}},"13001":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.431531,31.966182],[-82.225042,31.913074],[-82.111818,31.900487],[-82.048582,31.827075],[-82.133013,31.773404],[-82.132794,31.471262],[-82.226585,31.530699],[-82.52142,31.710796],[-82.520251,31.838388],[-82.431362,31.837993],[-82.431531,31.966182]]]},"properties":{"id":"13001","n":"Appling","z":["31513","31515","31518","31539","31555","31563"],"st":"GA"}},"13003":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.140483,31.420395],[-82.844093,31.403328],[-82.817544,31.364486],[-82.628975,31.36393],[-82.629622,31.274726],[-82.699206,31.278104],[-82.671669,31.183739],[-82.971247,31.183988],[-83.046885,31.18368],[-83.033468,31.275041],[-83.140483,31.420395]]]},"properties":{"id":"13003","n":"Atkinson","z":["31552","31624","31635","31642","31650"],"st":"GA"}},"13005":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.627342,31.672672],[-82.52142,31.710796],[-82.226585,31.530699],[-82.344843,31.43013],[-82.417246,31.417119],[-82.494718,31.46869],[-82.597509,31.469293],[-82.627342,31.672672]]]},"properties":{"id":"13005","n":"Bacon","z":["31510","31551","31554"],"st":"GA"}},"13007":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.637579,31.433926],[-84.429876,31.436661],[-84.141124,31.440179],[-84.20066,31.355525],[-84.340552,31.305341],[-84.40435,31.199143],[-84.471001,31.167981],[-84.508078,31.0784],[-84.542653,31.079029],[-84.537101,31.255932],[-84.641673,31.258967],[-84.637579,31.433926]]]},"properties":{"id":"13007","n":"Baker","z":["31721","39813","39837","39841","39862","39870"],"st":"GA"}},"13009":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.42909,33.185352],[-83.274108,33.187238],[-83.097649,33.151536],[-83.100838,33.049864],[-83.052197,33.080682],[-83.073648,32.946562],[-83.133847,33.007248],[-83.357685,32.926141],[-83.42909,33.185352]]]},"properties":{"id":"13009","n":"Baldwin","z":["31031","31033","31034","31059","31061","31062","31082","31087","33106"],"st":"GA"}},"13011":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.615251,34.431748],[-83.537436,34.491734],[-83.45977,34.481142],[-83.398396,34.460883],[-83.393915,34.324801],[-83.355269,34.22373],[-83.402428,34.197499],[-83.480361,34.262038],[-83.620115,34.295276],[-83.66967,34.3661],[-83.615251,34.431748]]]},"properties":{"id":"13011","n":"Banks","z":["30510","30511","30521","30529","30530","30543","30547","30554","30558","30577","30633"],"st":"GA"}},"13013":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.817682,34.127493],[-83.767532,34.066448],[-83.563277,34.031864],[-83.537385,33.965912],[-83.647031,33.906198],[-83.799104,33.929844],[-83.869115,34.004316],[-83.817682,34.127493]]]},"properties":{"id":"13013","n":"Barrow","z":["30011","30517","30548","30620","30622","30656","30666","30680"],"st":"GA"}},"13015":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.046871,34.096412],[-85.005775,34.392446],[-84.653232,34.41259],[-84.659241,34.07824],[-84.737836,34.079399],[-84.922742,34.082497],[-85.046871,34.096412]]]},"properties":{"id":"13015","n":"Bartow","z":["30101","30102","30103","30104","30120","30121","30137","30139","30145","30161","30171","30178","30183","30184"],"st":"GA"}},"13017":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.480176,31.847312],[-83.177469,31.847857],[-82.995698,31.780983],[-82.99836,31.673164],[-83.325617,31.680603],[-83.325296,31.756584],[-83.453634,31.757861],[-83.480176,31.847312]]]},"properties":{"id":"13017","n":"Ben Hill","z":["31079","31750","31760","31769","31783","31798"],"st":"GA"}},"13019":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.338728,31.475991],[-83.145587,31.472276],[-83.140483,31.420395],[-83.033468,31.275041],[-83.046885,31.18368],[-83.165072,31.147198],[-83.197971,31.025405],[-83.295052,31.027278],[-83.335949,31.244579],[-83.434492,31.350361],[-83.338728,31.475991]]]},"properties":{"id":"13019","n":"Berrien","z":["31622","31637","31639","31645","31749","31794"],"st":"GA"}},"13021":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.710685,32.952792],[-83.658601,32.887836],[-83.513511,32.844868],[-83.602186,32.741448],[-83.597656,32.664338],[-83.701152,32.692169],[-83.810141,32.729942],[-83.891922,32.848351],[-83.710685,32.952792]]]},"properties":{"id":"13021","n":"Bibb","z":["31004","31020","31052","31066","31201","31202","31203","31204","31205","31206","31207","31208","31209","31210","31211","31213","31216","31217","31220","31221","31294","31295","31296","31297"],"st":"GA"}},"13023":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.497923,32.452198],[-83.226536,32.584201],[-83.138991,32.423069],[-83.173252,32.452533],[-83.346528,32.272489],[-83.498039,32.401715],[-83.497923,32.452198]]]},"properties":{"id":"13023","n":"Bleckley","z":["31012","31014","31017","31022","31065"],"st":"GA"}},"13025":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.284561,31.224449],[-82.193031,31.20212],[-82.114822,31.270355],[-81.997421,31.288534],[-82.041129,31.373721],[-81.923238,31.345875],[-81.801052,31.363737],[-81.731694,31.330048],[-81.766322,31.169595],[-81.936006,31.047993],[-82.06087,31.075809],[-82.131698,31.010714],[-82.208262,31.084768],[-82.208732,31.170938],[-82.284561,31.224449]]]},"properties":{"id":"13025","n":"Brantley","z":["31503","31542","31543","31553","31557","31566"],"st":"GA"}},"13027":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.736158,31.037679],[-83.573959,31.033875],[-83.574857,31.078135],[-83.475617,31.031964],[-83.441549,30.914347],[-83.346405,30.853543],[-83.449293,30.817957],[-83.482461,30.756931],[-83.357716313628,30.637137873134],[-83.611704058826,30.651560093709],[-83.743729,30.65852691375],[-83.736158,31.037679]]]},"properties":{"id":"13027","n":"Brooks","z":["31602","31625","31626","31629","31638","31643","31720","31778"],"st":"GA"}},"13029":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.780858,32.15289],[-81.43583,32.241289],[-81.391698,32.095886],[-81.290323,31.978821],[-81.138429,31.855717],[-81.177027,31.816113],[-81.154731,31.71307],[-81.355837,31.8149],[-81.407737,31.944302],[-81.593429,31.97135],[-81.718658,32.089351],[-81.780858,32.15289]]]},"properties":{"id":"13029","n":"Bryan","z":["31308","31321","31324"],"st":"GA"}},"13031":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.001236,32.60691],[-81.841005,32.649093],[-81.689643,32.54629],[-81.548006,32.489286],[-81.534904,32.39358],[-81.43583,32.241289],[-81.780858,32.15289],[-81.81628,32.23747],[-81.969069,32.268783],[-81.918652,32.415073],[-82.030233,32.53877],[-82.001236,32.60691]]]},"properties":{"id":"13031","n":"Bulloch","z":["30415","30417","30424","30425","30450","30452","30458","30459","30460","30461","30471","31308","31321"],"st":"GA"}},"13033":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.26758,33.267397],[-82.17424,33.296771],[-82.097135,33.230612],[-81.846500532358,33.24725208543],[-81.762505982796,33.197265888297],[-81.755135,33.15155],[-81.615955710789,33.089338539364],[-81.543966224314,33.044399954144],[-81.767553,32.909411],[-81.857985,32.953882],[-82.081349,32.916762],[-82.144977,32.812741],[-82.316512,32.835772],[-82.272353,32.937796],[-82.29118,33.062827],[-82.232554,33.231211],[-82.26758,33.267397]]]},"properties":{"id":"13033","n":"Burke","z":["30426","30434","30441","30442","30456","30805","30811","30815","30816","30830"],"st":"GA"}},"13035":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.102582,33.298191],[-83.964374,33.375154],[-83.923913,33.444194],[-83.863058,33.368278],[-83.822261,33.180238],[-84.041498,33.202629],[-84.123767,33.202824],[-84.102582,33.298191]]]},"properties":{"id":"13035","n":"Butts","z":["30216","30233","30234","30248","31029"],"st":"GA"}},"13037":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.817843,31.619771],[-84.546854,31.621199],[-84.450398,31.621868],[-84.429876,31.436661],[-84.637579,31.433926],[-84.789032,31.436356],[-84.819807,31.501192],[-84.817843,31.619771]]]},"properties":{"id":"13037","n":"Calhoun","z":["39813","39842","39846","39862","39866","39886"],"st":"GA"}},"13039":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.766322,31.169595],[-81.572692,31.097269],[-81.412518035579,30.990834503508],[-81.405153,30.908203],[-81.460061,30.769912],[-81.444124,30.709714],[-81.732238,30.749635],[-81.905978439406,30.821407341502],[-81.906036,31.039715],[-81.936006,31.047993],[-81.766322,31.169595]]]},"properties":{"id":"13039","n":"Camden","z":["31537","31547","31548","31558","31565","31568","31569"],"st":"GA"}},"13043":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.030233,32.53877],[-81.918652,32.415073],[-81.969069,32.268783],[-82.025339,32.278883],[-82.232788,32.318838],[-82.254526,32.351498],[-82.148338,32.520429],[-82.030233,32.53877]]]},"properties":{"id":"13043","n":"Candler","z":["30420","30439","30451"],"st":"GA"}},"13045":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.338116299906,33.653114391601],[-85.050889,33.714632],[-85.037926,33.811942],[-84.901688,33.780703],[-84.905788,33.573378],[-84.808934,33.574085],[-84.850713,33.511457],[-84.935378,33.437421],[-85.015358,33.425506],[-85.294346864345,33.427993146365],[-85.304943833225,33.482756336846],[-85.338116299906,33.653114391601]]]},"properties":{"id":"13045","n":"Carroll","z":["30108","30109","30110","30112","30116","30117","30118","30119","30150","30170","30179","30180","30182","30185"],"st":"GA"}},"13047":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.265055021716,34.985077644742],[-84.979854025232,34.987205613976],[-85.061648,34.819478],[-85.144789,34.767639],[-85.20218,34.854451],[-85.264762,34.854277],[-85.265055021716,34.985077644742]]]},"properties":{"id":"13047","n":"Catoosa","z":["30707","30710","30726","30736","30739","30741","30742","30755"],"st":"GA"}},"13049":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.131698,31.010714],[-82.06087,31.075809],[-81.936006,31.047993],[-81.906036,31.039715],[-81.905978439406,30.821407341502],[-82.032667,30.750674],[-82.015728,30.601698],[-82.050982981681,30.368367775945],[-82.180043,30.36861],[-82.218607,30.564395],[-82.149872,30.784336],[-82.420442,30.795229],[-82.415603,31.01359],[-82.131698,31.010714]]]},"properties":{"id":"13049","n":"Charlton","z":["31537","31553","31562","31631"],"st":"GA"}},"13051":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.391698,32.095886],[-81.195449,32.237591],[-81.147595170455,32.227169446597],[-81.113334,32.113205],[-81.006745,32.101152],[-80.885517,32.0346],[-80.848441,31.988279],[-81.1352985902,31.710564597966],[-81.154731,31.71307],[-81.177027,31.816113],[-81.138429,31.855717],[-81.290323,31.978821],[-81.391698,32.095886]]]},"properties":{"id":"13051","n":"Chatham","z":["31302","31322","31328","31401","31402","31403","31404","31405","31406","31407","31408","31409","31410","31411","31412","31414","31415","31416","31418","31419","31420","31421"],"st":"GA"}},"13053":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.981150294134,32.379040076682],[-84.768407,32.420591],[-84.69451,32.518732],[-84.637323,32.534855],[-84.657325,32.49494],[-84.65892,32.232852],[-84.919942147926,32.230848200933],[-84.891841,32.263398],[-85.008096,32.336677],[-84.981150294134,32.379040076682]]]},"properties":{"id":"13053","n":"Chattahoochee","z":["31805","31905","31995"],"st":"GA"}},"13055":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.526894818161,34.588685692733],[-85.107748,34.587483],[-85.180548,34.435996],[-85.334881,34.369748],[-85.387351,34.286097],[-85.463140824776,34.286190988505],[-85.513044229273,34.523946471324],[-85.526894818161,34.588685692733]]]},"properties":{"id":"13055","n":"Chattooga","z":["30105","30165","30730","30731","30747","30753"],"st":"GA"}},"13057":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.653232,34.41259],[-84.58263,34.381492],[-84.257586,34.380992],[-84.258075,34.335156],[-84.258743,34.185909],[-84.352302,34.176717],[-84.418927,34.073298],[-84.659241,34.07824],[-84.653232,34.41259]]]},"properties":{"id":"13057","n":"Cherokee","z":["30004","30028","30040","30075","30101","30102","30107","30114","30115","30143","30146","30183","30184","30188","30189","30534"],"st":"GA"}},"13059":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.537385,33.965912],[-83.360028,34.040572],[-83.258413,33.999098],[-83.275933,33.847977],[-83.537385,33.965912]]]},"properties":{"id":"13059","n":"Clarke","z":["30601","30602","30603","30604","30605","30606","30607","30608","30609","30612","30622","30646","30683"],"st":"GA"}},"13061":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.129159315583,31.780278268077],[-84.95864,31.777854],[-84.942353,31.618669],[-84.817843,31.619771],[-84.819807,31.501192],[-85.029227,31.486071],[-85.051681429506,31.519540329142],[-85.058169,31.620227],[-85.12553,31.694965],[-85.125440577343,31.762968703418],[-85.129159315583,31.780278268077]]]},"properties":{"id":"13061","n":"Clay","z":["39824","39836","39846","39851","39854","39867"],"st":"GA"}},"13063":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.350224,33.647908],[-84.281273,33.647411],[-84.29468,33.435715],[-84.3544,33.352514],[-84.388118,33.352465],[-84.381814,33.463467],[-84.458665,33.550933],[-84.457726,33.648866],[-84.350224,33.647908]]]},"properties":{"id":"13063","n":"Clayton","z":["30215","30228","30236","30237","30238","30250","30260","30273","30274","30281","30287","30288","30294","30296","30297","30298","30337","30349","30354","30374"],"st":"GA"}},"13065":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.971247,31.183988],[-82.671669,31.183739],[-82.592071,31.018487],[-82.490558,30.963166],[-82.495476,30.819553],[-82.435852,30.820068],[-82.418984112178,30.580916669731],[-82.459792435414,30.584276528306],[-82.584005186419,30.591636579088],[-82.581202,30.696237],[-82.766159,30.732404],[-82.846353,30.834988],[-82.971336,30.869392],[-82.971247,31.183988]]]},"properties":{"id":"13065","n":"Clinch","z":["31623","31630","31631","31634","31635","31642"],"st":"GA"}},"13067":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.737836,34.079399],[-84.659241,34.07824],[-84.418927,34.073298],[-84.374743,33.985908],[-84.480134,33.817319],[-84.578132,33.743507],[-84.622692,33.804842],[-84.724139,33.80617],[-84.737836,34.079399]]]},"properties":{"id":"13067","n":"Cobb","z":["30006","30007","30008","30060","30061","30062","30064","30065","30066","30067","30068","30069","30075","30080","30081","30082","30090","30101","30102","30106","30111","30126","30127","30141","30144","30152","30156","30157","30160","30168","30188","30339","30384","31144"],"st":"GA"}},"13069":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.145587,31.472276],[-82.99836,31.673164],[-82.995698,31.780983],[-82.836366,31.816154],[-82.836633,31.671398],[-82.627342,31.672672],[-82.597509,31.469293],[-82.628975,31.36393],[-82.817544,31.364486],[-82.844093,31.403328],[-83.140483,31.420395],[-83.145587,31.472276]]]},"properties":{"id":"13069","n":"Coffee","z":["31512","31519","31533","31534","31535","31552","31554","31567","31624","31650","31798"],"st":"GA"}},"13071":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.99943,31.334966],[-83.65409,31.330661],[-83.512607,31.327405],[-83.509961,31.205972],[-83.574857,31.078135],[-83.573959,31.033875],[-83.736158,31.037679],[-84.003876,31.041582],[-84.003627,31.07729],[-83.99943,31.334966]]]},"properties":{"id":"13071","n":"Colquitt","z":["31637","31722","31738","31744","31747","31753","31756","31765","31768","31771","31775","31776","31778","31788"],"st":"GA"}},"13073":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.425328,33.650629],[-82.308246,33.700436],[-82.215938364748,33.687754975319],[-82.114653838585,33.59790505457],[-82.028238,33.544934],[-82.294179,33.354635],[-82.437081,33.550538],[-82.425328,33.650629]]]},"properties":{"id":"13073","n":"Columbia","z":["30802","30809","30813","30814","30903","30907","30909"],"st":"GA"}},"13075":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.574857,31.078135],[-83.509961,31.205972],[-83.512607,31.327405],[-83.434492,31.350361],[-83.335949,31.244579],[-83.295052,31.027278],[-83.475617,31.031964],[-83.574857,31.078135]]]},"properties":{"id":"13075","n":"Cook","z":["31620","31627","31632","31637","31647"],"st":"GA"}},"13077":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.015358,33.425506],[-84.935378,33.437421],[-84.850713,33.511457],[-84.60954,33.502511],[-84.62713,33.439821],[-84.497527,33.257422],[-84.502352,33.221055],[-84.85236,33.22359],[-84.862359,33.191173],[-84.939015,33.224693],[-85.015358,33.425506]]]},"properties":{"id":"13077","n":"Coweta","z":["30220","30229","30230","30259","30263","30264","30265","30268","30271","30275","30276","30277","30289"],"st":"GA"}},"13079":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.124275,32.849562],[-83.891922,32.848351],[-83.810141,32.729942],[-83.701152,32.692169],[-83.70109,32.691598],[-83.766787,32.692622],[-84.003363,32.529927],[-84.105924,32.685049],[-84.202628,32.690018],[-84.124275,32.849562]]]},"properties":{"id":"13079","n":"Crawford","z":["31008","31016","31030","31050","31052","31066","31078"],"st":"GA"}},"13081":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.961278,32.030595],[-83.609663,32.027938],[-83.612256,31.854089],[-83.612642,31.804128],[-83.802723,31.803579],[-83.939437,31.847929],[-83.922494,31.909653],[-83.961278,32.030595]]]},"properties":{"id":"13081","n":"Crisp","z":["31010","31015","31072","31092","31712"],"st":"GA"}},"13083":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.605165,34.984678],[-85.474338843134,34.983673326791],[-85.363919028931,34.983376563141],[-85.450561,34.831677],[-85.450409,34.759241],[-85.534405257815,34.623790338436],[-85.582812333785,34.860435474478],[-85.605165,34.984678]]]},"properties":{"id":"13083","n":"Dade","z":["30731","30738","30750","30752","30757"],"st":"GA"}},"13085":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.196754,34.617924],[-84.188557,34.602692],[-84.19104,34.539181],[-84.102037,34.464544],[-83.980649,34.418389],[-83.957077,34.334011],[-84.258075,34.335156],[-84.257586,34.380992],[-84.256867,34.467327],[-84.319679,34.467857],[-84.345553,34.562735],[-84.196754,34.617924]]]},"properties":{"id":"13085","n":"Dawson","z":["30143","30148","30533","30534","30536"],"st":"GA"}},"13087":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.863463844382,30.711497014654],[-84.78692,30.801189],[-84.730855,31.06919],[-84.542653,31.079029],[-84.508078,31.0784],[-84.376612,31.078883],[-84.380754183552,30.688827197046],[-84.863463844382,30.711497014654]]]},"properties":{"id":"13087","n":"Decatur","z":["31730","39815","39817","39818","39819","39825","39834","39837","39852","39897"],"st":"GA"}},"13089":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.277093,33.957614],[-84.237113,33.904447],[-84.023713,33.752808],[-84.115791,33.614666],[-84.184143,33.646157],[-84.281273,33.647411],[-84.350224,33.647908],[-84.346955,33.968143],[-84.277093,33.957614]]]},"properties":{"id":"13089","n":"De Kalb","z":["30002","30012","30018","30021","30030","30032","30033","30034","30035","30036","30038","30039","30058","30063","30072","30074","30079","30083","30084","30085","30086","30087","30088","30094","30288","30294","30306","30307","30315","30316","30317","30319","30322","30324","30329","30333","30338","30340","30341","30345","30346","30350","30359","30360","30366","31146"],"st":"GA"}},"13091":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.346528,32.272489],[-83.173252,32.452533],[-83.138991,32.423069],[-82.990967,32.147274],[-82.884803,32.196072],[-82.927865,32.135274],[-83.205739,31.900325],[-83.292061,31.984506],[-83.337313,32.105885],[-83.291106,32.178825],[-83.346528,32.272489]]]},"properties":{"id":"13091","n":"Dodge","z":["31011","31012","31014","31023","31037","31060","31077"],"st":"GA"}},"13093":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.027853,32.171083],[-83.894777,32.292175],[-83.848379,32.29097],[-83.615579,32.288556],[-83.608547,32.118405],[-83.609663,32.027938],[-83.961278,32.030595],[-84.027853,32.171083]]]},"properties":{"id":"13093","n":"Dooly","z":["31007","31051","31063","31070","31091","31092","31902"],"st":"GA"}},"13095":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.450398,31.621868],[-84.297801,31.621951],[-84.043213,31.623573],[-84.018404,31.650274],[-83.993374,31.650034],[-83.997796,31.443753],[-84.141124,31.440179],[-84.429876,31.436661],[-84.450398,31.621868]]]},"properties":{"id":"13095","n":"Dougherty","z":["31701","31702","31703","31704","31705","31706","31707","31708","31721","31763","31782","31791"],"st":"GA"}},"13097":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.901688,33.780703],[-84.724139,33.80617],[-84.622692,33.804842],[-84.578132,33.743507],[-84.808934,33.574085],[-84.905788,33.573378],[-84.901688,33.780703]]]},"properties":{"id":"13097","n":"Douglas","z":["30106","30122","30133","30134","30135","30168","30180","30185","30187"],"st":"GA"}},"13099":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.08882996353,31.308647755497],[-85.051681429506,31.519540329142],[-85.029227,31.486071],[-84.819807,31.501192],[-84.789032,31.436356],[-84.637579,31.433926],[-84.641673,31.258967],[-84.917421,31.25599],[-84.922423,31.07259],[-85.021107562363,31.075463872306],[-85.107516,31.186451],[-85.08882996353,31.308647755497]]]},"properties":{"id":"13099","n":"Early","z":["39813","39823","39824","39832","39837","39841","39845","39861"],"st":"GA"}},"13101":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.019419,30.849453],[-82.971336,30.869392],[-82.846353,30.834988],[-82.766159,30.732404],[-82.581202,30.696237],[-82.584005186419,30.591636579088],[-82.689529798473,30.597889290642],[-83.136618858204,30.623885944893],[-83.133009,30.789649],[-83.019419,30.849453]]]},"properties":{"id":"13101","n":"Echols","z":["31630","31631","31636","31648"],"st":"GA"}},"13103":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.548006,32.489286],[-81.386901902694,32.5989648539],[-81.284238381766,32.547110946285],[-81.194829,32.465086],[-81.133032,32.334794],[-81.147595170455,32.227169446597],[-81.195449,32.237591],[-81.391698,32.095886],[-81.43583,32.241289],[-81.534904,32.39358],[-81.548006,32.489286]]]},"properties":{"id":"13103","n":"Effingham","z":["30446","31302","31303","31307","31312","31318","31326","31329"],"st":"GA"}},"13105":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.078004,34.223606],[-82.980018,34.210066],[-82.774628731012,34.288366818255],[-82.735107988942,34.212614812243],[-82.715373,34.148165],[-82.595025792607,34.01351780921],[-82.562996798581,33.956554910527],[-82.645451,33.984195],[-82.779506,33.971124],[-82.976294,34.043219],[-83.103264,34.170528],[-83.078004,34.223606]]]},"properties":{"id":"13105","n":"Elbert","z":["30624","30634","30635","30662"],"st":"GA"}},"13107":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.434149,32.762258],[-82.419129,32.810927],[-82.316512,32.835772],[-82.144977,32.812741],[-82.082871,32.663324],[-82.001236,32.60691],[-82.030233,32.53877],[-82.148338,32.520429],[-82.254526,32.351498],[-82.232788,32.318838],[-82.354603,32.292475],[-82.40913,32.353738],[-82.38194,32.440596],[-82.488941,32.49183],[-82.647733,32.512507],[-82.594439,32.579158],[-82.465065,32.646833],[-82.499431,32.68634],[-82.434149,32.762258]]]},"properties":{"id":"13107","n":"Emanuel","z":["30401","30425","30436","30439","30441","30447","30448","30457","30464","30471","30474","31002","31049"],"st":"GA"}},"13109":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.025339,32.278883],[-81.969069,32.268783],[-81.81628,32.23747],[-81.780858,32.15289],[-81.718658,32.089351],[-81.761735,32.0479],[-81.980041,32.081502],[-82.025339,32.278883]]]},"properties":{"id":"13109","n":"Evans","z":["30414","30417","30423","30427","30429"],"st":"GA"}},"13111":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.621483,34.988329],[-84.321869,34.988408],[-84.129446962636,34.987946953955],[-84.178834,34.952086],[-84.107422,34.886896],[-84.093193,34.801411],[-84.158035,34.648243],[-84.188557,34.602692],[-84.196754,34.617924],[-84.343661,34.824781],[-84.422754,34.854795],[-84.618637,34.855398],[-84.621483,34.988329]]]},"properties":{"id":"13111","n":"Fannin","z":["30512","30513","30522","30541","30555","30559","30560","30572"],"st":"GA"}},"13113":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.60954,33.502511],[-84.458665,33.550933],[-84.381814,33.463467],[-84.388118,33.352465],[-84.432907,33.2565],[-84.497527,33.257422],[-84.62713,33.439821],[-84.60954,33.502511]]]},"properties":{"id":"13113","n":"Fayette","z":["30205","30214","30215","30238","30269","30270","30276","30290","31169"],"st":"GA"}},"13115":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.463140824776,34.286190988505],[-85.387351,34.286097],[-85.334881,34.369748],[-85.180548,34.435996],[-85.107748,34.587483],[-85.069159,34.587184],[-85.104811,34.404608],[-85.005775,34.392446],[-85.046871,34.096412],[-85.257624,34.100668],[-85.421073175229,34.080812652607],[-85.463140824776,34.286190988505]]]},"properties":{"id":"13115","n":"Floyd","z":["30103","30104","30105","30124","30125","30129","30145","30147","30149","30161","30162","30165","30172","30173","30701","30733"],"st":"GA"}},"13117":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.258743,34.185909],[-84.258075,34.335156],[-83.957077,34.334011],[-83.925575,34.28527],[-83.989059,34.195732],[-84.062841,34.167873],[-84.097693,34.050708],[-84.258934,34.109539],[-84.258743,34.185909]]]},"properties":{"id":"13117","n":"Forsyth","z":["30004","30005","30024","30028","30040","30041","30095","30097","30098","30107","30506","30534"],"st":"GA"}},"13119":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.398396,34.460883],[-83.177838,34.477017],[-83.102873826036,34.537430909765],[-83.050572964102,34.495053652169],[-83.094238,34.415901],[-83.11336,34.27353],[-83.172745,34.238522],[-83.313591,34.259144],[-83.355269,34.22373],[-83.393915,34.324801],[-83.398396,34.460883]]]},"properties":{"id":"13119","n":"Franklin","z":["30520","30521","30530","30538","30553","30557","30577","30633","30662"],"st":"GA"}},"13121":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.808934,33.574085],[-84.578132,33.743507],[-84.480134,33.817319],[-84.374743,33.985908],[-84.418927,34.073298],[-84.352302,34.176717],[-84.258743,34.185909],[-84.258934,34.109539],[-84.097693,34.050708],[-84.277093,33.957614],[-84.346955,33.968143],[-84.350224,33.647908],[-84.457726,33.648866],[-84.458665,33.550933],[-84.60954,33.502511],[-84.850713,33.511457],[-84.808934,33.574085]]]},"properties":{"id":"13121","n":"Fulton","z":["30004","30005","30009","30022","30023","30024","30075","30076","30077","30092","30097","30213","30268","30272","30291","30296","30302","30303","30304","30305","30306","30307","30308","30309","30310","30311","30312","30313","30314","30315","30316","30317","30318","30319","30320","30321","30324","30325","30326","30327","30328","30331","30332","30334","30336","30337","30338","30339","30342","30343","30344","30348","30349","30350","30353","30354","30355","30357","30361","30362","30363","30364","30368","30369","30370","30371","30375","30377","30378","30380","30385","30388","30392","30394","30396","30398","31106","31107","31119","31126","31131","31136","31141","31145","31150","31156","31192","31193","31195","31196","39901"],"st":"GA"}},"13123":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.618637,34.855398],[-84.422754,34.854795],[-84.343661,34.824781],[-84.196754,34.617924],[-84.345553,34.562735],[-84.654366,34.548946],[-84.654523,34.583187],[-84.657098,34.728905],[-84.618637,34.855398]]]},"properties":{"id":"13123","n":"Gilmer","z":["30175","30356","30513","30522","30536","30539","30540"],"st":"GA"}},"13125":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.755846,33.25344],[-82.559753,33.32727],[-82.431957,33.27483],[-82.661917,33.126331],[-82.748311,33.238348],[-82.755846,33.25344]]]},"properties":{"id":"13125","n":"Glascock","z":["30810","30820","30823","30828"],"st":"GA"}},"13127":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.731694,31.330048],[-81.62429,31.452982],[-81.481696,31.336088],[-81.264377948088,31.294599064745],[-81.304957,31.206173],[-81.402096,31.125383],[-81.412518035579,30.990834503508],[-81.572692,31.097269],[-81.766322,31.169595],[-81.731694,31.330048]]]},"properties":{"id":"13127","n":"Glynn","z":["31520","31521","31522","31523","31524","31525","31527","31543","31561","31566"],"st":"GA"}},"13129":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.069159,34.587184],[-85.050446,34.622482],[-84.913456,34.634128],[-84.715692,34.622876],[-84.654523,34.583187],[-84.654366,34.548946],[-84.653232,34.41259],[-85.005775,34.392446],[-85.104811,34.404608],[-85.069159,34.587184]]]},"properties":{"id":"13129","n":"Gordon","z":["30103","30139","30171","30701","30703","30732","30733","30734","30735","30746"],"st":"GA"}},"13131":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.376612,31.078883],[-84.116644,31.077971],[-84.075958,30.912538],[-84.0837530823,30.675943397968],[-84.285514509039,30.684809171948],[-84.380754183552,30.688827197046],[-84.376612,31.078883]]]},"properties":{"id":"13131","n":"Grady","z":["31773","31779","31792","39827","39828","39829","39897"],"st":"GA"}},"13133":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.406189,33.698307],[-83.28034,33.761774],[-83.118729,33.698818],[-82.995602,33.693583],[-82.951163,33.661272],[-83.014038,33.580383],[-83.012853,33.469178],[-83.164207,33.35503],[-83.224564,33.380423],[-83.279931,33.483438],[-83.269213,33.533226],[-83.406189,33.698307]]]},"properties":{"id":"13133","n":"Greene","z":["30642","30650","30665","30669","30677","30678"],"st":"GA"}},"13135":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.097693,34.050708],[-84.062841,34.167873],[-83.890097,34.106179],[-83.817682,34.127493],[-83.869115,34.004316],[-83.799104,33.929844],[-83.982033,33.786054],[-84.023713,33.752808],[-84.237113,33.904447],[-84.277093,33.957614],[-84.097693,34.050708]]]},"properties":{"id":"13135","n":"Gwinnett","z":["30003","30010","30011","30017","30019","30024","30026","30029","30031","30039","30042","30043","30044","30045","30046","30047","30048","30049","30052","30071","30078","30084","30087","30091","30092","30093","30096","30097","30099","30340","30360","30158","30515","30517","30518","30519","30548","30620"],"st":"GA"}},"13137":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.652194,34.822993],[-83.586897,34.819991],[-83.534904,34.740013],[-83.349608510913,34.717010582627],[-83.340039106785,34.686327710412],[-83.45977,34.481142],[-83.537436,34.491734],[-83.615251,34.431748],[-83.666415,34.503602],[-83.61554,34.552864],[-83.662819,34.659801],[-83.628295,34.763394],[-83.681596,34.800593],[-83.652194,34.822993]]]},"properties":{"id":"13137","n":"Habersham","z":["30503","30510","30511","30523","30531","30535","30563","30573","30577","30580"],"st":"GA"}},"13139":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.957077,34.334011],[-83.980649,34.418389],[-83.843405,34.505494],[-83.666415,34.503602],[-83.615251,34.431748],[-83.66967,34.3661],[-83.620115,34.295276],[-83.817682,34.127493],[-83.890097,34.106179],[-84.062841,34.167873],[-83.989059,34.195732],[-83.925575,34.28527],[-83.957077,34.334011]]]},"properties":{"id":"13139","n":"Hall","z":["30501","30502","30504","30506","30507","30510","30517","30518","30519","30527","30531","30533","30542","30543","30548","30554","30564","30566","30567","30575"],"st":"GA"}},"13141":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.164207,33.35503],[-83.012853,33.469178],[-82.851954,33.443543],[-82.755846,33.25344],[-82.748311,33.238348],[-82.855046,33.196427],[-82.888866,33.138603],[-83.052197,33.080682],[-83.100838,33.049864],[-83.097649,33.151536],[-83.274108,33.187238],[-83.253461,33.25929],[-83.145856,33.310045],[-83.164207,33.35503]]]},"properties":{"id":"13141","n":"Hancock","z":["30678","31045","31061","31087"],"st":"GA"}},"13143":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.386670573773,33.901701494003],[-85.05031,33.904488],[-85.037926,33.811942],[-85.050889,33.714632],[-85.338116299906,33.653114391601],[-85.386670573773,33.901701494003]]]},"properties":{"id":"13143","n":"Haralson","z":["30110","30113","30153","30176","30179","30182"],"st":"GA"}},"13145":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.186117401789,32.870138269972],[-84.861768,32.872495],[-84.700538,32.84464],[-84.694603,32.583945],[-84.907883,32.583433],[-85.076072372605,32.608067475157],[-85.124533222751,32.751629606751],[-85.186117401789,32.870138269972]]]},"properties":{"id":"13145","n":"Harris","z":["31804","31807","31808","31811","31820","31822","31823","31826","31829","31830","31831","31833"],"st":"GA"}},"13147":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.050572964102,34.495053652169],[-82.991388153182,34.472980627236],[-82.873831,34.471508],[-82.774628731012,34.288366818255],[-82.980018,34.210066],[-83.078004,34.223606],[-83.11336,34.27353],[-83.094238,34.415901],[-83.050572964102,34.495053652169]]]},"properties":{"id":"13147","n":"Hart","z":["30516","30520","30553","30624","30634","30635","30643","30662"],"st":"GA"}},"13149":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.294346864345,33.427993146365],[-85.015358,33.425506],[-84.939015,33.224693],[-85.236595371253,33.129544028251],[-85.294346864345,33.427993146365]]]},"properties":{"id":"13149","n":"Heard","z":["30108","30170","30217","30230","30263"],"st":"GA"}},"13151":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.281273,33.647411],[-84.184143,33.646157],[-84.125073,33.561248],[-84.044493,33.525776],[-83.923913,33.444194],[-83.964374,33.375154],[-84.102582,33.298191],[-84.150581,33.335639],[-84.3544,33.352514],[-84.29468,33.435715],[-84.281273,33.647411]]]},"properties":{"id":"13151","n":"Henry","z":["30228","30233","30234","30236","30248","30252","30253","30273","30281","30294"],"st":"GA"}},"13153":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.846676,32.468514],[-83.723139,32.521122],[-83.70109,32.691598],[-83.701152,32.692169],[-83.597656,32.664338],[-83.561058,32.658275],[-83.497923,32.452198],[-83.498039,32.401715],[-83.615579,32.288556],[-83.848379,32.29097],[-83.846676,32.468514]]]},"properties":{"id":"13153","n":"Houston","z":["31005","31008","31013","31025","31028","31030","31036","31047","31069","31088","31091","31093","31095","31098","31099"],"st":"GA"}},"13155":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.500702,31.59399],[-83.453634,31.757861],[-83.325296,31.756584],[-83.325617,31.680603],[-82.99836,31.673164],[-83.145587,31.472276],[-83.338728,31.475991],[-83.500702,31.59399]]]},"properties":{"id":"13155","n":"Irwin","z":["31733","31749","31750","31774","31783","31798"],"st":"GA"}},"13157":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.817682,34.127493],[-83.620115,34.295276],[-83.480361,34.262038],[-83.402428,34.197499],[-83.360028,34.040572],[-83.537385,33.965912],[-83.563277,34.031864],[-83.767532,34.066448],[-83.817682,34.127493]]]},"properties":{"id":"13157","n":"Jackson","z":["30517","30529","30530","30543","30548","30549","30558","30565","30567","30575","30599","30601","30607","30622","30666","30680"],"st":"GA"}},"13159":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.682196,33.52622],[-83.533736,33.434472],[-83.545876,33.171944],[-83.816048,33.131816],[-83.822261,33.180238],[-83.863058,33.368278],[-83.824922,33.437263],[-83.674644,33.487225],[-83.682196,33.52622]]]},"properties":{"id":"13159","n":"Jasper","z":["30014","30055","30056","31038","31064","31085"],"st":"GA"}},"13161":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.836366,31.816154],[-82.645659,31.918883],[-82.543655,31.958914],[-82.483131,31.968961],[-82.431531,31.966182],[-82.431362,31.837993],[-82.520251,31.838388],[-82.52142,31.710796],[-82.627342,31.672672],[-82.836633,31.671398],[-82.836366,31.816154]]]},"properties":{"id":"13161","n":"Jeff Davis","z":["31510","31513","31519","31532","31539"],"st":"GA"}},"13163":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.661917,33.126331],[-82.431957,33.27483],[-82.383829,33.312106],[-82.353498,33.312318],[-82.26758,33.267397],[-82.232554,33.231211],[-82.29118,33.062827],[-82.272353,32.937796],[-82.316512,32.835772],[-82.419129,32.810927],[-82.434149,32.762258],[-82.521052,32.822356],[-82.510851,32.917754],[-82.550225,33.019351],[-82.661917,33.126331]]]},"properties":{"id":"13163","n":"Jefferson","z":["30413","30434","30477","30803","30810","30816","30818","30823","30833"],"st":"GA"}},"13165":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.144977,32.812741],[-82.081349,32.916762],[-81.857985,32.953882],[-81.767553,32.909411],[-81.865987,32.66299],[-81.841005,32.649093],[-82.001236,32.60691],[-82.082871,32.663324],[-82.144977,32.812741]]]},"properties":{"id":"13165","n":"Jenkins","z":["30425","30441","30442","30822"],"st":"GA"}},"13167":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.946966,32.759358],[-82.802456,32.809756],[-82.768365,32.769108],[-82.521052,32.822356],[-82.434149,32.762258],[-82.499431,32.68634],[-82.465065,32.646833],[-82.594439,32.579158],[-82.647733,32.512507],[-82.668557,32.612164],[-82.862763,32.71576],[-82.957066,32.708318],[-82.946966,32.759358]]]},"properties":{"id":"13167","n":"Johnson","z":["30413","31002","31049","31089","31096"],"st":"GA"}},"13169":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.816048,33.131816],[-83.545876,33.171944],[-83.42909,33.185352],[-83.357685,32.926141],[-83.40699,32.89822],[-83.513511,32.844868],[-83.658601,32.887836],[-83.710685,32.952792],[-83.72537,33.032666],[-83.816048,33.131816]]]},"properties":{"id":"13169","n":"Jones","z":["31031","31032","31033","31038","31046","31061","31211","31217"],"st":"GA"}},"13171":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.248185,33.189019],[-84.123767,33.202824],[-84.041498,33.202629],[-84.054175,32.931497],[-84.12334,32.932184],[-84.122361,32.989576],[-84.27014,32.991011],[-84.248185,33.189019]]]},"properties":{"id":"13171","n":"Lamar","z":["30204","30224","30233","30257","30266","30285","30295","31016","31097"],"st":"GA"}},"13173":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.197971,31.025405],[-83.165072,31.147198],[-83.046885,31.18368],[-82.971247,31.183988],[-82.971336,30.869392],[-83.019419,30.849453],[-83.042924,30.947296],[-83.179465,30.950128],[-83.197971,31.025405]]]},"properties":{"id":"13173","n":"Lanier","z":["31635","31639","31641","31645","31649"],"st":"GA"}},"13175":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.226536,32.584201],[-82.957066,32.708318],[-82.862763,32.71576],[-82.668557,32.612164],[-82.647733,32.512507],[-82.748732,32.32915],[-82.721964,32.309283],[-82.884803,32.196072],[-82.990967,32.147274],[-83.138991,32.423069],[-83.226536,32.584201]]]},"properties":{"id":"13175","n":"Laurens","z":["30411","30428","30454","30457","31002","31009","31019","31021","31022","31027","31040","31065","31075"],"st":"GA"}},"13177":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.922494,31.909653],[-83.939437,31.847929],[-84.008445,31.801645],[-84.018404,31.650274],[-84.043213,31.623573],[-84.297801,31.621951],[-84.286456,31.791182],[-84.338245,31.873591],[-84.338143,31.91619],[-83.922494,31.909653]]]},"properties":{"id":"13177","n":"Lee","z":["31701","31707","31721","31743","31763","31764","31787"],"st":"GA"}},"13179":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.761735,32.0479],[-81.718658,32.089351],[-81.593429,31.97135],[-81.407737,31.944302],[-81.355837,31.8149],[-81.154731,31.71307],[-81.1352985902,31.710564597966],[-81.174832636591,31.539596449495],[-81.22222,31.63042],[-81.314548,31.659382],[-81.43576,31.642055],[-81.491798,31.699575],[-81.641761,31.765451],[-81.765357,31.87454],[-81.750257,31.973207],[-81.824405,32.014882],[-81.761735,32.0479]]]},"properties":{"id":"13179","n":"Liberty","z":["30301","31301","31309","31310","31313","31314","31315","31320","31323","31333"],"st":"GA"}},"13181":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.562996798581,33.956554910527],[-82.32448,33.820033],[-82.215938364748,33.687754975319],[-82.308246,33.700436],[-82.425328,33.650629],[-82.479518,33.639535],[-82.593527,33.827322],[-82.645451,33.984195],[-82.562996798581,33.956554910527]]]},"properties":{"id":"13181","n":"Lincoln","z":["30668","30817"],"st":"GA"}},"13183":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.824405,32.014882],[-81.750257,31.973207],[-81.765357,31.87454],[-81.641761,31.765451],[-81.491798,31.699575],[-81.566009,31.576467],[-81.663206,31.538667],[-81.850624,31.667671],[-81.969052,31.789324],[-81.824405,32.014882]]]},"properties":{"id":"13183","n":"Long","z":["30427","31301","31313","31316","31323"],"st":"GA"}},"13185":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.475617,31.031964],[-83.295052,31.027278],[-83.197971,31.025405],[-83.179465,30.950128],[-83.042924,30.947296],[-83.019419,30.849453],[-83.133009,30.789649],[-83.136618858204,30.623885944893],[-83.309347121596,30.634238766672],[-83.357716313628,30.637137873134],[-83.482461,30.756931],[-83.449293,30.817957],[-83.346405,30.853543],[-83.441549,30.914347],[-83.475617,31.031964]]]},"properties":{"id":"13185","n":"Lowndes","z":["31601","31602","31603","31604","31605","31606","31632","31636","31641","31645","31698","31699"],"st":"GA"}},"13187":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.188557,34.602692],[-84.158035,34.648243],[-84.03651,34.641934],[-83.939007,34.740859],[-83.856506,34.722191],[-83.876133,34.620844],[-83.843405,34.505494],[-83.980649,34.418389],[-84.102037,34.464544],[-84.19104,34.539181],[-84.188557,34.602692]]]},"properties":{"id":"13187","n":"Lumpkin","z":["30528","30533","30534","30564","30597"],"st":"GA"}},"13189":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.649705,33.608768],[-82.479518,33.639535],[-82.425328,33.650629],[-82.437081,33.550538],[-82.294179,33.354635],[-82.353498,33.312318],[-82.383829,33.312106],[-82.548074,33.352798],[-82.649705,33.608768]]]},"properties":{"id":"13189","n":"McDuffie","z":["30802","30806","30808","30814","30819","30824"],"st":"GA"}},"13191":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.663206,31.538667],[-81.566009,31.576467],[-81.491798,31.699575],[-81.43576,31.642055],[-81.314548,31.659382],[-81.22222,31.63042],[-81.174832636591,31.539596449495],[-81.279338,31.351127],[-81.264377948088,31.294599064745],[-81.481696,31.336088],[-81.62429,31.452982],[-81.663206,31.538667]]]},"properties":{"id":"13191","n":"McIntosh","z":["31304","31305","31319","31323","31327","31331"],"st":"GA"}},"13193":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.254613,32.372053],[-84.111226,32.514124],[-84.00849,32.521769],[-83.846676,32.468514],[-83.848379,32.29097],[-83.894777,32.292175],[-84.027853,32.171083],[-84.181657,32.229703],[-84.255912,32.296156],[-84.254613,32.372053]]]},"properties":{"id":"13193","n":"Macon","z":["30169","31030","31041","31057","31063","31068","31076","31711","31806"],"st":"GA"}},"13195":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.402428,34.197499],[-83.355269,34.22373],[-83.313591,34.259144],[-83.172745,34.238522],[-83.11336,34.27353],[-83.078004,34.223606],[-83.103264,34.170528],[-82.976294,34.043219],[-83.123878,34.047558],[-83.258413,33.999098],[-83.360028,34.040572],[-83.402428,34.197499]]]},"properties":{"id":"13195","n":"Madison","z":["30530","30565","30601","30624","30627","30628","30629","30633","30639","30646","30647","30662"],"st":"GA"}},"13197":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.637323,32.534855],[-84.444353,32.562083],[-84.392316,32.414046],[-84.389927,32.297237],[-84.430218,32.166257],[-84.431214,32.134058],[-84.527117,32.134556],[-84.649319,32.232953],[-84.65892,32.232852],[-84.657325,32.49494],[-84.637323,32.534855]]]},"properties":{"id":"13197","n":"Marion","z":["31058","31801","31803"],"st":"GA"}},"13199":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.862359,33.191173],[-84.85236,33.22359],[-84.502352,33.221055],[-84.496783,33.183866],[-84.52702,32.970548],[-84.506888,32.881788],[-84.570669,32.845179],[-84.700538,32.84464],[-84.861768,32.872495],[-84.862359,33.191173]]]},"properties":{"id":"13199","n":"Meriwether","z":["30218","30220","30222","30230","30251","30276","30293","31816","31822","31830"],"st":"GA"}},"13201":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.641673,31.258967],[-84.537101,31.255932],[-84.542653,31.079029],[-84.730855,31.06919],[-84.922423,31.07259],[-84.917421,31.25599],[-84.641673,31.258967]]]},"properties":{"id":"13201","n":"Miller","z":["39823","39837","39841","39845","39859"],"st":"GA"}},"13205":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.141124,31.440179],[-83.997796,31.443753],[-83.99943,31.334966],[-84.003627,31.07729],[-84.116644,31.077971],[-84.376612,31.078883],[-84.508078,31.0784],[-84.471001,31.167981],[-84.40435,31.199143],[-84.340552,31.305341],[-84.20066,31.355525],[-84.141124,31.440179]]]},"properties":{"id":"13205","n":"Mitchell","z":["31705","31716","31730","31744","31765","31779","31784"],"st":"GA"}},"13207":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.12334,32.932184],[-84.054175,32.931497],[-84.041498,33.202629],[-83.822261,33.180238],[-83.816048,33.131816],[-83.72537,33.032666],[-83.710685,32.952792],[-83.891922,32.848351],[-84.124275,32.849562],[-84.12334,32.932184]]]},"properties":{"id":"13207","n":"Monroe","z":["30204","30233","31016","31029","31046","31066","31086","31097","31210","31220"],"st":"GA"}},"13209":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.40913,32.353738],[-82.438987,32.29318],[-82.483131,31.968961],[-82.543655,31.958914],[-82.597671,32.013979],[-82.655486,32.297561],[-82.40913,32.353738]]]},"properties":{"id":"13209","n":"Montgomery","z":["30410","30412","30445","30457","30470","30473","30474"],"st":"GA"}},"13211":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.680896,33.596919],[-83.505928,33.81776],[-83.406189,33.698307],[-83.269213,33.533226],[-83.279931,33.483438],[-83.533736,33.434472],[-83.682196,33.52622],[-83.680896,33.596919]]]},"properties":{"id":"13211","n":"Morgan","z":["30055","30056","30621","30623","30625","30641","30650","30663"],"st":"GA"}},"13213":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.810477466886,34.987877955229],[-84.775837671297,34.987937206149],[-84.621483,34.988329],[-84.618637,34.855398],[-84.657098,34.728905],[-84.654523,34.583187],[-84.715692,34.622876],[-84.913456,34.634128],[-84.878499,34.77961],[-84.818715,34.87695],[-84.810477466886,34.987877955229]]]},"properties":{"id":"13213","n":"Murray","z":["30705","30708","30711","30721","30724","30735","30751"],"st":"GA"}},"13215":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.076072372605,32.608067475157],[-84.907883,32.583433],[-84.694603,32.583945],[-84.69451,32.518732],[-84.768407,32.420591],[-84.981150294134,32.379040076682],[-85.001130839124,32.510154788398],[-85.076072372605,32.608067475157]]]},"properties":{"id":"13215","n":"Muscogee","z":["31801","31808","31820","31829","31901","31903","31904","31905","31906","31907","31908","31909","31914","31917","31993","31997","31998","31999"],"st":"GA"}},"13217":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.044493,33.525776],[-83.930863,33.651823],[-83.914823,33.744203],[-83.680896,33.596919],[-83.682196,33.52622],[-83.674644,33.487225],[-83.824922,33.437263],[-83.863058,33.368278],[-83.923913,33.444194],[-84.044493,33.525776]]]},"properties":{"id":"13217","n":"Newton","z":["30013","30014","30015","30016","30025","30052","30054","30055","30056","30070","30164","30233"],"st":"GA"}},"13219":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.537385,33.965912],[-83.275933,33.847977],[-83.28034,33.761774],[-83.406189,33.698307],[-83.505928,33.81776],[-83.647031,33.906198],[-83.537385,33.965912]]]},"properties":{"id":"13219","n":"Oconee","z":["30605","30606","30619","30621","30622","30638","30645","30666","30677","30680"],"st":"GA"}},"13221":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.275933,33.847977],[-83.258413,33.999098],[-83.123878,34.047558],[-82.976294,34.043219],[-82.779506,33.971124],[-82.874587,33.921767],[-82.986325,33.785405],[-82.949046,33.733333],[-82.995602,33.693583],[-83.118729,33.698818],[-83.28034,33.761774],[-83.275933,33.847977]]]},"properties":{"id":"13221","n":"Oglethorpe","z":["30619","30627","30628","30629","30630","30648","30660","30667","30669","30671","30683"],"st":"GA"}},"13223":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.922742,34.082497],[-84.737836,34.079399],[-84.724139,33.80617],[-84.901688,33.780703],[-85.037926,33.811942],[-85.05031,33.904488],[-84.978683,33.951393],[-84.922742,34.082497]]]},"properties":{"id":"13223","n":"Paulding","z":["30101","30123","30127","30132","30134","30140","30141","30153","30157","30178","30179","30180"],"st":"GA"}},"13225":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.00849,32.521769],[-84.003363,32.529927],[-83.766787,32.692622],[-83.70109,32.691598],[-83.723139,32.521122],[-83.846676,32.468514],[-84.00849,32.521769]]]},"properties":{"id":"13225","n":"Peach","z":["31008","31030","31069"],"st":"GA"}},"13227":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.654366,34.548946],[-84.345553,34.562735],[-84.319679,34.467857],[-84.256867,34.467327],[-84.257586,34.380992],[-84.58263,34.381492],[-84.653232,34.41259],[-84.654366,34.548946]]]},"properties":{"id":"13227","n":"Pickens","z":["30107","30139","30142","30143","30148","30151","30175","30177","30183","30534","30734"],"st":"GA"}},"13229":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.417246,31.417119],[-82.344843,31.43013],[-82.226585,31.530699],[-82.132794,31.471262],[-82.063387,31.466362],[-82.041129,31.373721],[-81.997421,31.288534],[-82.114822,31.270355],[-82.193031,31.20212],[-82.284561,31.224449],[-82.383705,31.291143],[-82.417246,31.417119]]]},"properties":{"id":"13229","n":"Pierce","z":["31510","31516","31518","31551","31556","31557"],"st":"GA"}},"13231":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.496783,33.183866],[-84.451336,33.208889],[-84.248185,33.189019],[-84.27014,32.991011],[-84.490015,32.993487],[-84.52702,32.970548],[-84.496783,33.183866]]]},"properties":{"id":"13231","n":"Pike","z":["30206","30224","30256","30257","30258","30285","30292","30295"],"st":"GA"}},"13233":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.421073175229,34.080812652607],[-85.257624,34.100668],[-85.046871,34.096412],[-84.922742,34.082497],[-84.978683,33.951393],[-85.05031,33.904488],[-85.386670573773,33.901701494003],[-85.398871244842,33.96412928678],[-85.421073175229,34.080812652607]]]},"properties":{"id":"13233","n":"Polk","z":["30104","30113","30125","30138","30147","30153","30154","30173","30178"],"st":"GA"}},"13235":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.615579,32.288556],[-83.498039,32.401715],[-83.346528,32.272489],[-83.291106,32.178825],[-83.337313,32.105885],[-83.361051,32.124009],[-83.608547,32.118405],[-83.615579,32.288556]]]},"properties":{"id":"13235","n":"Pulaski","z":["31023","31036","31071","31091"],"st":"GA"}},"13237":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.533736,33.434472],[-83.279931,33.483438],[-83.224564,33.380423],[-83.164207,33.35503],[-83.145856,33.310045],[-83.253461,33.25929],[-83.274108,33.187238],[-83.42909,33.185352],[-83.545876,33.171944],[-83.533736,33.434472]]]},"properties":{"id":"13237","n":"Putnam","z":["30625","31024","31026","31061"],"st":"GA"}},"13239":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.063590542985,31.991857],[-84.9537,31.974781],[-84.907006,31.924465],[-84.910338,31.776841],[-84.95864,31.777854],[-85.129159315583,31.780278268077],[-85.141831,31.839261],[-85.063590542985,31.991857]]]},"properties":{"id":"13239","n":"Quitman","z":["39854","39867"],"st":"GA"}},"13241":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.549180753505,34.988803195914],[-83.482873204291,34.990873961287],[-83.108612996507,35.000658843678],[-83.140621,34.924915],[-83.323866,34.789712],[-83.349608510913,34.717010582627],[-83.534904,34.740013],[-83.586897,34.819991],[-83.652194,34.822993],[-83.656592,34.878192],[-83.549180753505,34.988803195914]]]},"properties":{"id":"13241","n":"Rabun","z":["30523","30525","30537","30552","30562","30568","30573","30576","30581"],"st":"GA"}},"13243":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.95864,31.777854],[-84.910338,31.776841],[-84.907006,31.924465],[-84.65582,31.920308],[-84.599776,31.920171],[-84.603086,31.772001],[-84.535434,31.676494],[-84.546854,31.621199],[-84.817843,31.619771],[-84.942353,31.618669],[-84.95864,31.777854]]]},"properties":{"id":"13243","n":"Randolph","z":["39836","39840","39867","39886"],"st":"GA"}},"13245":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.353498,33.312318],[-82.294179,33.354635],[-82.028238,33.544934],[-82.016555870445,33.529055386426],[-81.926336,33.462937],[-81.932737,33.343541],[-81.846136,33.303843],[-81.846500532358,33.24725208543],[-82.097135,33.230612],[-82.17424,33.296771],[-82.26758,33.267397],[-82.353498,33.312318]]]},"properties":{"id":"13245","n":"Richmond","z":["30805","30812","30813","30815","30901","30904","30905","30906","30907","30909","30912","30914","30916","30917","30919","30999"],"st":"GA"}},"13247":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.184143,33.646157],[-84.115791,33.614666],[-84.023713,33.752808],[-83.982033,33.786054],[-83.914823,33.744203],[-83.930863,33.651823],[-84.044493,33.525776],[-84.125073,33.561248],[-84.184143,33.646157]]]},"properties":{"id":"13247","n":"Rockdale","z":["30012","30013","30016","30037","30052","30058","30094","30252","30281","30294"],"st":"GA"}},"13249":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.392316,32.414046],[-84.254613,32.372053],[-84.255912,32.296156],[-84.181657,32.229703],[-84.183569,32.158493],[-84.430218,32.166257],[-84.389927,32.297237],[-84.392316,32.414046]]]},"properties":{"id":"13249","n":"Schley","z":["31803","31806"],"st":"GA"}},"13251":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.767553,32.909411],[-81.543966224314,33.044399954144],[-81.42062,32.831223],[-81.413116795174,32.744261327962],[-81.386901902694,32.5989648539],[-81.548006,32.489286],[-81.689643,32.54629],[-81.841005,32.649093],[-81.865987,32.66299],[-81.767553,32.909411]]]},"properties":{"id":"13251","n":"Screven","z":["30426","30446","30449","30455","30467"],"st":"GA"}},"13253":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.021107562363,31.075463872306],[-84.922423,31.07259],[-84.730855,31.06919],[-84.78692,30.801189],[-84.863463844382,30.711497014654],[-84.864693,30.711542],[-84.91815,30.772082],[-84.935698,30.878703],[-85.002499,31.000682],[-85.021107562363,31.075463872306]]]},"properties":{"id":"13253","n":"Seminole","z":["39825","39845","39859","39861"],"st":"GA"}},"13255":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.497527,33.257422],[-84.432907,33.2565],[-84.388118,33.352465],[-84.3544,33.352514],[-84.150581,33.335639],[-84.102582,33.298191],[-84.123767,33.202824],[-84.248185,33.189019],[-84.451336,33.208889],[-84.496783,33.183866],[-84.502352,33.221055],[-84.497527,33.257422]]]},"properties":{"id":"13255","n":"Spalding","z":["30205","30212","30223","30224","30228","30248","30284","30292"],"st":"GA"}},"13257":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.45977,34.481142],[-83.340039106785,34.686327710412],[-83.102873826036,34.537430909765],[-83.177838,34.477017],[-83.398396,34.460883],[-83.45977,34.481142]]]},"properties":{"id":"13257","n":"Stephens","z":["30511","30538","30557","30577","30598"],"st":"GA"}},"13259":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.051411127913,32.062256083622],[-85.058749,32.136018],[-84.919942147926,32.230848200933],[-84.65892,32.232852],[-84.649319,32.232953],[-84.63112,32.184054],[-84.65582,31.920308],[-84.907006,31.924465],[-84.9537,31.974781],[-85.063590542985,31.991857],[-85.051411127913,32.062256083622]]]},"properties":{"id":"13259","n":"Stewart","z":["31805","31814","31815","31821","31825"],"st":"GA"}},"13261":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.431214,32.134058],[-84.430218,32.166257],[-84.183569,32.158493],[-84.181657,32.229703],[-84.027853,32.171083],[-83.961278,32.030595],[-83.922494,31.909653],[-84.338143,31.91619],[-84.338245,31.873591],[-84.443807,31.967456],[-84.431214,32.134058]]]},"properties":{"id":"13261","n":"Sumter","z":["31709","31711","31719","31735","31743","31764","31780","31787"],"st":"GA"}},"13263":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.700538,32.84464],[-84.570669,32.845179],[-84.506888,32.881788],[-84.380398,32.779176],[-84.286246,32.747626],[-84.33794,32.720647],[-84.408866,32.561923],[-84.444353,32.562083],[-84.637323,32.534855],[-84.69451,32.518732],[-84.694603,32.583945],[-84.700538,32.84464]]]},"properties":{"id":"13263","n":"Talbot","z":["31801","31810","31812","31816","31826","31827","31831","31836"],"st":"GA"}},"13265":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.995602,33.693583],[-82.949046,33.733333],[-82.879449,33.62041],[-82.812958,33.655836],[-82.679975,33.599792],[-82.751275,33.510143],[-82.815315,33.521137],[-82.851954,33.443543],[-83.012853,33.469178],[-83.014038,33.580383],[-82.951163,33.661272],[-82.995602,33.693583]]]},"properties":{"id":"13265","n":"Taliaferro","z":["30631","30664","30669","30678"],"st":"GA"}},"13267":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.232788,32.318838],[-82.025339,32.278883],[-81.980041,32.081502],[-81.761735,32.0479],[-81.824405,32.014882],[-81.969052,31.789324],[-82.048582,31.827075],[-82.111818,31.900487],[-82.225042,31.913074],[-82.181926,32.165945],[-82.232788,32.318838]]]},"properties":{"id":"13267","n":"Tattnall","z":["30417","30420","30421","30427","30436","30438","30453","30499"],"st":"GA"}},"13269":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.444353,32.562083],[-84.408866,32.561923],[-84.33794,32.720647],[-84.286246,32.747626],[-84.202628,32.690018],[-84.105924,32.685049],[-84.003363,32.529927],[-84.00849,32.521769],[-84.111226,32.514124],[-84.254613,32.372053],[-84.392316,32.414046],[-84.444353,32.562083]]]},"properties":{"id":"13269","n":"Taylor","z":["31006","31039","31058","31076","31081","31812"],"st":"GA"}},"13271":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.205739,31.900325],[-82.927865,32.135274],[-82.887657,32.079891],[-82.720733,32.000736],[-82.645659,31.918883],[-82.836366,31.816154],[-82.995698,31.780983],[-83.177469,31.847857],[-83.205739,31.900325]]]},"properties":{"id":"13271","n":"Telfair","z":["30411","31037","31055","31060","31077","31083","31544","31549"],"st":"GA"}},"13273":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.599776,31.920171],[-84.45331,31.919224],[-84.443807,31.967456],[-84.338245,31.873591],[-84.286456,31.791182],[-84.297801,31.621951],[-84.450398,31.621868],[-84.546854,31.621199],[-84.535434,31.676494],[-84.603086,31.772001],[-84.599776,31.920171]]]},"properties":{"id":"13273","n":"Terrell","z":["31721","39826","39842","39877","39885","39886"],"st":"GA"}},"13275":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.116644,31.077971],[-84.003627,31.07729],[-84.003876,31.041582],[-83.736158,31.037679],[-83.743729,30.65852691375],[-84.007454,30.672069968469],[-84.0837530823,30.675943397968],[-84.075958,30.912538],[-84.116644,31.077971]]]},"properties":{"id":"13275","n":"Thomas","z":["31626","31720","31738","31739","31757","31758","31765","31773","31778","31792","31799"],"st":"GA"}},"13277":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.649384,31.567977],[-83.500702,31.59399],[-83.338728,31.475991],[-83.434492,31.350361],[-83.512607,31.327405],[-83.65409,31.330661],[-83.649384,31.567977]]]},"properties":{"id":"13277","n":"Tift","z":["31637","31727","31733","31749","31775","31793","31794","31795"],"st":"GA"}},"13279":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.40913,32.353738],[-82.354603,32.292475],[-82.232788,32.318838],[-82.181926,32.165945],[-82.225042,31.913074],[-82.431531,31.966182],[-82.483131,31.968961],[-82.438987,32.29318],[-82.40913,32.353738]]]},"properties":{"id":"13279","n":"Toombs","z":["30436","30473","30474","30475"],"st":"GA"}},"13281":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.936646,34.987485],[-83.549180753505,34.988803195914],[-83.656592,34.878192],[-83.652194,34.822993],[-83.681596,34.800593],[-83.780401,34.792893],[-83.810399,34.906491],[-83.915104,34.926887],[-83.936646,34.987485]]]},"properties":{"id":"13281","n":"Towns","z":["30546","30582"],"st":"GA"}},"13283":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.647733,32.512507],[-82.488941,32.49183],[-82.38194,32.440596],[-82.40913,32.353738],[-82.655486,32.297561],[-82.721964,32.309283],[-82.748732,32.32915],[-82.647733,32.512507]]]},"properties":{"id":"13283","n":"Treutlen","z":["30457","30470","30474","31002"],"st":"GA"}},"13285":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.236595371253,33.129544028251],[-84.939015,33.224693],[-84.862359,33.191173],[-84.861768,32.872495],[-85.186117401789,32.870138269972],[-85.232441405187,33.108077093934],[-85.236595371253,33.129544028251]]]},"properties":{"id":"13285","n":"Troup","z":["30217","30230","30240","30241","30261","31822","31833"],"st":"GA"}},"13287":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.802723,31.803579],[-83.612642,31.804128],[-83.612256,31.854089],[-83.480176,31.847312],[-83.453634,31.757861],[-83.500702,31.59399],[-83.649384,31.567977],[-83.796846,31.622929],[-83.802723,31.803579]]]},"properties":{"id":"13287","n":"Turner","z":["31714","31733","31783","31790"],"st":"GA"}},"13289":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.513511,32.844868],[-83.40699,32.89822],[-83.226536,32.584201],[-83.497923,32.452198],[-83.561058,32.658275],[-83.597656,32.664338],[-83.602186,32.741448],[-83.513511,32.844868]]]},"properties":{"id":"13289","n":"Twiggs","z":["31014","31017","31020","31031","31044","31217"],"st":"GA"}},"13291":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.129446962636,34.987946953955],[-84.005336733438,34.987649584012],[-83.936646,34.987485],[-83.915104,34.926887],[-83.810399,34.906491],[-83.780401,34.792893],[-83.856506,34.722191],[-83.939007,34.740859],[-84.03651,34.641934],[-84.158035,34.648243],[-84.093193,34.801411],[-84.107422,34.886896],[-84.178834,34.952086],[-84.129446962636,34.987946953955]]]},"properties":{"id":"13291","n":"Union","z":["30512","30514","30560","30572","30582"],"st":"GA"}},"13293":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.52702,32.970548],[-84.490015,32.993487],[-84.27014,32.991011],[-84.122361,32.989576],[-84.12334,32.932184],[-84.124275,32.849562],[-84.202628,32.690018],[-84.286246,32.747626],[-84.380398,32.779176],[-84.506888,32.881788],[-84.52702,32.970548]]]},"properties":{"id":"13293","n":"Upson","z":["30204","30256","30258","30285","30286","31016","31097"],"st":"GA"}},"13295":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.534405257815,34.623790338436],[-85.450409,34.759241],[-85.450561,34.831677],[-85.363919028931,34.983376563141],[-85.265055021716,34.985077644742],[-85.264762,34.854277],[-85.20218,34.854451],[-85.144789,34.767639],[-85.168851,34.720279],[-85.050847,34.71998],[-85.050446,34.622482],[-85.069159,34.587184],[-85.107748,34.587483],[-85.526894818161,34.588685692733],[-85.534405257815,34.623790338436]]]},"properties":{"id":"13295","n":"Walker","z":["30707","30725","30728","30731","30736","30738","30739","30740","30741","30742","30747","30750","30753"],"st":"GA"}},"13297":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.982033,33.786054],[-83.799104,33.929844],[-83.647031,33.906198],[-83.505928,33.81776],[-83.680896,33.596919],[-83.914823,33.744203],[-83.982033,33.786054]]]},"properties":{"id":"13297","n":"Walton","z":["30012","30014","30019","30025","30052","30054","30620","30641","30650","30655","30656"],"st":"GA"}},"13299":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.628975,31.36393],[-82.597509,31.469293],[-82.494718,31.46869],[-82.417246,31.417119],[-82.383705,31.291143],[-82.284561,31.224449],[-82.208732,31.170938],[-82.208262,31.084768],[-82.131698,31.010714],[-82.415603,31.01359],[-82.420442,30.795229],[-82.149872,30.784336],[-82.218607,30.564395],[-82.418984112178,30.580916669731],[-82.435852,30.820068],[-82.495476,30.819553],[-82.490558,30.963166],[-82.592071,31.018487],[-82.671669,31.183739],[-82.699206,31.278104],[-82.629622,31.274726],[-82.628975,31.36393]]]},"properties":{"id":"13299","n":"Ware","z":["31501","31502","31503","31550","31552","31554","31564","31624","31631"],"st":"GA"}},"13301":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.679975,33.599792],[-82.649705,33.608768],[-82.548074,33.352798],[-82.383829,33.312106],[-82.431957,33.27483],[-82.559753,33.32727],[-82.755846,33.25344],[-82.851954,33.443543],[-82.815315,33.521137],[-82.751275,33.510143],[-82.679975,33.599792]]]},"properties":{"id":"13301","n":"Warren","z":["30807","30810","30820","30821","30823","30824","30828","31045"],"st":"GA"}},"13303":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.052197,33.080682],[-82.888866,33.138603],[-82.855046,33.196427],[-82.748311,33.238348],[-82.661917,33.126331],[-82.550225,33.019351],[-82.510851,32.917754],[-82.521052,32.822356],[-82.768365,32.769108],[-82.802456,32.809756],[-82.946966,32.759358],[-83.073648,32.946562],[-83.052197,33.080682]]]},"properties":{"id":"13303","n":"Washington","z":["30413","30820","31018","31035","31067","31082","31087","31089","31094","31096"],"st":"GA"}},"13305":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.048582,31.827075],[-81.969052,31.789324],[-81.850624,31.667671],[-81.663206,31.538667],[-81.62429,31.452982],[-81.731694,31.330048],[-81.801052,31.363737],[-81.923238,31.345875],[-82.041129,31.373721],[-82.063387,31.466362],[-82.132794,31.471262],[-82.133013,31.773404],[-82.048582,31.827075]]]},"properties":{"id":"13305","n":"Wayne","z":["31518","31543","31545","31546","31555","31560","31598","31599"],"st":"GA"}},"13307":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.649319,32.232953],[-84.527117,32.134556],[-84.431214,32.134058],[-84.443807,31.967456],[-84.45331,31.919224],[-84.599776,31.920171],[-84.65582,31.920308],[-84.63112,32.184054],[-84.649319,32.232953]]]},"properties":{"id":"13307","n":"Webster","z":["31780","31803","31824","31825","31832","39877"],"st":"GA"}},"13309":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.927865,32.135274],[-82.884803,32.196072],[-82.721964,32.309283],[-82.655486,32.297561],[-82.597671,32.013979],[-82.543655,31.958914],[-82.645659,31.918883],[-82.720733,32.000736],[-82.887657,32.079891],[-82.927865,32.135274]]]},"properties":{"id":"13309","n":"Wheeler","z":["30411","30428","31037","31083","31549"],"st":"GA"}},"13311":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.856506,34.722191],[-83.780401,34.792893],[-83.681596,34.800593],[-83.628295,34.763394],[-83.662819,34.659801],[-83.61554,34.552864],[-83.666415,34.503602],[-83.843405,34.505494],[-83.876133,34.620844],[-83.856506,34.722191]]]},"properties":{"id":"13311","n":"White","z":["30358","30528","30533","30545","30564","30571"],"st":"GA"}},"13313":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.144789,34.767639],[-85.061648,34.819478],[-84.979854025232,34.987205613976],[-84.976973806592,34.987219837355],[-84.810477466886,34.987877955229],[-84.818715,34.87695],[-84.878499,34.77961],[-84.913456,34.634128],[-85.050446,34.622482],[-85.050847,34.71998],[-85.168851,34.720279],[-85.144789,34.767639]]]},"properties":{"id":"13313","n":"Whitfield","z":["30710","30719","30720","30721","30722","30735","30736","30740","30755","30756"],"st":"GA"}},"13315":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.609663,32.027938],[-83.608547,32.118405],[-83.361051,32.124009],[-83.337313,32.105885],[-83.292061,31.984506],[-83.205739,31.900325],[-83.177469,31.847857],[-83.480176,31.847312],[-83.612256,31.854089],[-83.609663,32.027938]]]},"properties":{"id":"13315","n":"Wilcox","z":["31001","31015","31071","31072","31079","31084","31750"],"st":"GA"}},"13317":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.779506,33.971124],[-82.645451,33.984195],[-82.593527,33.827322],[-82.479518,33.639535],[-82.649705,33.608768],[-82.679975,33.599792],[-82.812958,33.655836],[-82.879449,33.62041],[-82.949046,33.733333],[-82.986325,33.785405],[-82.874587,33.921767],[-82.779506,33.971124]]]},"properties":{"id":"13317","n":"Wilkes","z":["30631","30660","30668","30673","30817"],"st":"GA"}},"13319":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.357685,32.926141],[-83.133847,33.007248],[-83.073648,32.946562],[-82.946966,32.759358],[-82.957066,32.708318],[-83.226536,32.584201],[-83.40699,32.89822],[-83.357685,32.926141]]]},"properties":{"id":"13319","n":"Wilkinson","z":["31003","31017","31031","31042","31044","31054","31061","31090"],"st":"GA"}},"13321":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.939437,31.847929],[-83.802723,31.803579],[-83.796846,31.622929],[-83.649384,31.567977],[-83.65409,31.330661],[-83.99943,31.334966],[-83.997796,31.443753],[-83.993374,31.650034],[-84.018404,31.650274],[-84.008445,31.801645],[-83.939437,31.847929]]]},"properties":{"id":"13321","n":"Worth","z":["31705","31714","31744","31771","31772","31775","31781","31789","31791","31795","31796"],"st":"GA"}},"15001":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-156.049651,19.780452],[-155.915662,19.887126],[-155.825473,20.025944],[-155.890646,20.123576],[-155.890663,20.25524],[-155.737004,20.222773],[-155.598033,20.124539],[-155.502561,20.114155],[-155.270316,20.014525],[-155.086341,19.855399],[-155.087118,19.728013],[-155.006423,19.739286],[-154.974342,19.633201],[-154.814417,19.53009],[-154.876618,19.433223],[-155.020537,19.331317],[-155.159635,19.268375],[-155.264619,19.274213],[-155.505281,19.137908],[-155.672005,18.917466],[-155.88155,19.036644],[-155.914216,19.099147],[-155.888701,19.348031],[-155.978206,19.608159],[-156.064364,19.730766],[-156.049651,19.780452]]]},"properties":{"id":"15001","n":"Hawaii","z":["96704","96710","96718","96719","96720","96721","96725","96726","96727","96728","96737","96738","96739","96740","96743","96745","96749","96750","96755","96760","96764","96771","96772","96773","96774","96776","96777","96778","96780","96781","96783","96785"],"st":"HI"}},"15003":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-158.232192,21.583806],[-158.12561,21.586739],[-157.968628,21.712704],[-157.836945,21.529945],[-157.8139,21.4403],[-157.722506,21.459225],[-157.7106,21.3585],[-157.6518,21.3139],[-157.7001,21.264],[-157.8096,21.2577],[-157.89,21.3065],[-158.1033,21.2979],[-158.277679,21.578789],[-158.232192,21.583806]]]},"properties":{"id":"15003","n":"Honolulu","z":["96701","96706","96707","96709","96712","96717","96730","96731","96734","96744","96759","96762","96782","96786","96789","96791","96792","96795","96797","96801","96802","96803","96804","96805","96806","96807","96808","96809","96811","96812","96813","96814","96815","96816","96817","96818","96819","96820","96821","96822","96823","96824","96825","96826","96828","96830","96837","96838","96839","96840","96841","96843","96844","96846","96847","96848","96849","96850","96853","96854","96857","96858","96859","96860","96861","96863","96898","98622"],"st":"HI"}},"15005":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-157.0142678693,21.200694266258],[-156.962847,21.212131],[-156.9178595612,21.169021346281],[-157.0142678693,21.200694266258]]]},"properties":{"id":"15005","n":"Kalawao","z":["96742"],"st":"HI"}},"15007":{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-159.783746,22.064897],[-159.730544,22.139953],[-159.581058,22.223488],[-159.402466,22.232603],[-159.293013,22.12296],[-159.33768,21.951173],[-159.444868,21.868627],[-159.603279,21.892248],[-159.754795,21.977772],[-159.783746,22.064897]]],[[[-160.24961,21.815145],[-160.228965,21.889117],[-160.112746,21.995245],[-160.051128,21.98106],[-160.079065,21.89608],[-160.156092,21.86793],[-160.205851,21.779518],[-160.24961,21.815145]]]]},"properties":{"id":"15007","n":"Kauai","z":["96703","96705","96714","96715","96716","96722","96741","96746","96747","96751","96752","96754","96756","96765","96766","96769","96796"],"st":"HI"}},"15009":{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-156.69989,20.920629],[-156.619581,21.027793],[-156.562773,21.016167],[-156.481055,20.898199],[-156.332817,20.94645],[-156.242555,20.937838],[-156.003532,20.795545],[-156.00187,20.698064],[-156.129898,20.627523],[-156.377633,20.578427],[-156.431872,20.598143],[-156.473562,20.790756],[-156.631794,20.82124],[-156.69989,20.920629]]],[[[-156.670469,20.559909],[-156.56714,20.604895],[-156.539643,20.527644],[-156.668809,20.504738],[-156.670469,20.559909]]],[[[-157.05913,20.913407],[-156.937529,20.925274],[-156.808469,20.820396],[-156.838321,20.764575],[-156.96789,20.73508],[-157.05913,20.913407]]],[[[-157.0142678693,21.200694266258],[-156.9178595612,21.169021346281],[-156.709106,21.158655],[-156.8022,21.067095],[-156.877137,21.0493],[-157.08066,21.101976],[-157.310748,21.101627],[-157.26069,21.225684],[-157.0142678693,21.200694266258]]]]},"properties":{"id":"15009","n":"Maui","z":["96708","96713","96729","96732","96733","96748","96753","96757","96761","96763","96767","96768","96770","96779","96784","96788","96790","96793"],"st":"HI"}},"16001":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-116.512502,43.807161],[-116.282019,43.807365],[-115.975719,43.591438],[-115.978651,43.113432],[-116.266207,43.112269],[-116.385955,43.193577],[-116.425275,43.293543],[-116.511897,43.29052],[-116.473597,43.459218],[-116.513123,43.634183],[-116.512502,43.807161]]]},"properties":{"id":"16001","n":"Ada","z":["83616","83634","83641","83642","83646","83669","83680","83687","83701","83702","83703","83704","83705","83706","83707","83708","83709","83711","83712","83713","83714","83715","83716","83717","83719","83720","83724","83725","83728","83729","83731","83732","83735","83756","83799"],"st":"ID"}},"16003":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-116.78312826327,45.07771250501],[-116.69091625486,45.26898413797],[-116.342876,45.267872],[-116.285969,45.128732],[-116.144386,45.107651],[-116.089118,45.063617],[-116.197011,44.864216],[-116.211211,44.780872],[-116.157627,44.702027],[-116.183571,44.583655],[-116.157022,44.498928],[-116.213314,44.510813],[-116.299876,44.444576],[-116.407648,44.444436],[-116.528898,44.491545],[-116.529167,44.615154],[-116.624153,44.663269],[-116.625034,44.838952],[-116.88929518697,44.840529778153],[-116.833632,44.928976],[-116.841314,45.030907],[-116.78312826327,45.07771250501]]]},"properties":{"id":"16003","n":"Adams","z":["83612","83632","83638","83643","83654"],"st":"ID"}},"16005":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-112.750562,42.951528],[-112.678364,43.02173],[-112.063023,43.022364],[-112.149835,42.895558],[-112.10588,42.699203],[-111.969449,42.718039],[-111.916927,42.617264],[-111.875636,42.416333],[-111.896728,42.256276],[-112.126194,42.285229],[-112.190656,42.350839],[-112.327102,42.323836],[-112.298113,42.454499],[-112.419825,42.503038],[-112.37967,42.646273],[-112.49691,42.733013],[-112.515519,42.909975],[-112.558693,42.961247],[-112.747491,42.912735],[-112.750562,42.951528]]]},"properties":{"id":"16005","n":"Bannock","z":["83201","83202","83204","83205","83206","83209","83214","83234","83245","83246","83250","83281"],"st":"ID"}},"16007":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-111.599227,42.415395],[-111.61763,42.583037],[-111.368062,42.590294],[-111.279388,42.552861],[-111.241099,42.602457],[-111.234827,42.478329],[-111.04553029271,42.513912877775],[-111.046689,42.001567],[-111.50781303518,41.999685668352],[-111.521577,42.074437],[-111.599116,42.099006],[-111.626104,42.207542],[-111.552151,42.351386],[-111.599227,42.415395]]]},"properties":{"id":"16007","n":"Bear Lake","z":["83220","83223","83233","83238","83239","83254","83261","83272","83276","83287"],"st":"ID"}},"16009":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-117.04049037557,47.366028886698],[-116.629059,47.371438],[-116.586549,47.414695],[-116.329406,47.414011],[-116.329418,47.021915],[-116.45812,47.036596],[-116.835269,47.032452],[-117.03983338603,47.127268992254],[-117.04015975186,47.259272],[-117.04049037557,47.366028886698]]]},"properties":{"id":"16009","n":"Benewah","z":["83824","83830","83833","83851","83861","83866","83870"],"st":"ID"}},"16011":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-113.007712,43.110933],[-113.007318,43.284778],[-112.947016,43.284821],[-112.936835,43.449386],[-112.816704,43.449164],[-112.816278,43.535949],[-112.698891,43.540052],[-112.697122,43.62314],[-112.519861,43.626623],[-112.520024,43.42517],[-112.103298,43.425057],[-112.043821,43.366708],[-111.822475,43.366035],[-111.822494,43.282286],[-111.588049,43.281841],[-111.589489,43.020052],[-112.063023,43.022364],[-112.678364,43.02173],[-112.750562,42.951528],[-112.816578,42.863231],[-113.00776,42.863051],[-113.007712,43.110933]]]},"properties":{"id":"16011","n":"Bingham","z":["83202","83203","83210","83215","83218","83221","83236","83256","83262","83274","83277","83402"],"st":"ID"}},"16013":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-114.971351,43.938308],[-114.813873,43.992941],[-114.81379,43.927772],[-114.681168,43.927705],[-114.56235,43.844368],[-114.507778,43.89909],[-114.292684,43.887143],[-114.275725,43.831138],[-114.070019,43.734696],[-114.029718,43.773361],[-113.798441,43.569217],[-113.701153,43.584553],[-113.634325,43.497474],[-113.63523,43.367546],[-113.36191,43.36716],[-113.361958,43.284678],[-113.007318,43.284778],[-113.007712,43.110933],[-113.243478,43.110946],[-113.236943,42.762212],[-113.178877,42.762355],[-113.178633,42.67546],[-113.236968,42.625254],[-113.373117,42.687638],[-113.472177,42.669352],[-113.472155,42.849201],[-113.413138,42.849169],[-113.413867,43.199859],[-113.714642,43.199783],[-114.374962,43.19964],[-114.394606,43.326467],[-114.534488,43.333383],[-114.508233,43.481512],[-114.586743,43.558826],[-114.682355,43.590349],[-114.666202,43.737962],[-114.714648,43.814669],[-114.847781,43.816381],[-114.989258,43.858563],[-114.971351,43.938308]]]},"properties":{"id":"16013","n":"Blaine","z":["83313","83320","83333","83340","83348","83350","83352","83353","83354"],"st":"ID"}},"16015":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-116.213871,44.151387],[-116.11249,44.147839],[-116.103072,44.236409],[-115.520287,44.235356],[-115.401408,44.259623],[-115.357484,44.345959],[-115.294614,44.339445],[-115.178964,44.296521],[-115.167684,44.20284],[-115.024181,44.155478],[-115.04356,44.05882],[-114.990777,43.949723],[-115.136209,43.983859],[-115.181931,44.090533],[-115.287226,43.93552],[-115.508722,43.884855],[-115.696456,43.666505],[-115.875927,43.591265],[-115.975719,43.591438],[-116.282019,43.807365],[-116.273069,44.151227],[-116.213871,44.151387]]]},"properties":{"id":"16015","n":"Boise","z":["83602","83622","83629","83631","83637","83666","83670","83702","83716","83722"],"st":"ID"}},"16017":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-117.04121445346,48.045465103803],[-117.03293918212,48.846667921201],[-116.785174,48.847402],[-116.784878,48.500472],[-116.04915652065,48.502042481758],[-116.04892924778,48.216127947927],[-116.03856582987,47.984634256442],[-116.233113,48.06889],[-116.329601,48.017722],[-116.329538,47.890393],[-116.505104,47.890142],[-116.504329,47.991386],[-116.634114,47.977073],[-117.04130644646,47.977455920027],[-117.04121445346,48.045465103803]]]},"properties":{"id":"16017","n":"Bonner","z":["83801","83803","83804","83809","83811","83813","83821","83822","83825","83836","83840","83841","83848","83852","83856","83860","83864","83869"],"st":"ID"}},"16019":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-112.519861,43.626623],[-111.626043,43.626756],[-111.399765,43.621976],[-111.243839,43.621853],[-111.207561,43.543857],[-111.04536056097,43.501051451112],[-111.044617,43.31572],[-111.04405270512,43.019407032899],[-111.589489,43.020052],[-111.588049,43.281841],[-111.822494,43.282286],[-111.822475,43.366035],[-112.043821,43.366708],[-112.103298,43.425057],[-112.520024,43.42517],[-112.519861,43.626623]]]},"properties":{"id":"16019","n":"Bonneville","z":["83236","83274","83285","83401","83402","83403","83404","83405","83406","83415","83427","83428","83443","83449","83454"],"st":"ID"}},"16021":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-117.032351,48.999188],[-116.049193,49.000912],[-116.04915652065,48.502042481758],[-116.784878,48.500472],[-116.785174,48.847402],[-117.03293918212,48.846667921201],[-117.032351,48.999188]]]},"properties":{"id":"16021","n":"Boundary","z":["83805","83826","83845","83847","83864"],"st":"ID"}},"16023":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-113.320609,44.233164],[-112.995091,44.234126],[-112.994323,43.972362],[-112.695242,43.971941],[-112.697122,43.62314],[-112.698891,43.540052],[-112.816278,43.535949],[-112.816704,43.449164],[-112.936835,43.449386],[-112.947016,43.284821],[-113.007318,43.284778],[-113.361958,43.284678],[-113.36191,43.36716],[-113.63523,43.367546],[-113.634325,43.497474],[-113.701153,43.584553],[-113.798441,43.569217],[-113.759998,43.622681],[-113.528063,43.719091],[-113.41444,43.816926],[-113.453985,43.873908],[-113.457816,44.059528],[-113.416525,44.233364],[-113.320609,44.233164]]]},"properties":{"id":"16023","n":"Butte","z":["83213","83244","83255"],"st":"ID"}},"16025":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-114.989258,43.858563],[-114.847781,43.816381],[-114.714648,43.814669],[-114.666202,43.737962],[-114.682355,43.590349],[-114.586743,43.558826],[-114.508233,43.481512],[-114.534488,43.333383],[-114.394606,43.326467],[-114.374962,43.19964],[-114.594605,43.198345],[-115.086155,43.198064],[-115.083071,43.604399],[-115.033834,43.618636],[-115.04234,43.745582],[-114.989258,43.858563]]]},"properties":{"id":"16025","n":"Camas","z":["83322","83327","83337","83352"],"st":"ID"}},"16027":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-116.98554503849,43.881184852814],[-116.853154,43.79271],[-116.712672,43.807161],[-116.512502,43.807161],[-116.513123,43.634183],[-116.473597,43.459218],[-116.511897,43.29052],[-116.781336,43.478633],[-116.844978,43.5944],[-117.02566381045,43.680293635954],[-117.023577,43.823811],[-116.98554503849,43.881184852814]]]},"properties":{"id":"16027","n":"Canyon","z":["83605","83606","83607","83626","83634","83641","83644","83651","83652","83653","83656","83660","83669","83676","83686","83687"],"st":"ID"}},"16029":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-112.063023,43.022364],[-111.589489,43.020052],[-111.04405270512,43.019407032899],[-111.04553029271,42.513912877775],[-111.234827,42.478329],[-111.241099,42.602457],[-111.279388,42.552861],[-111.368062,42.590294],[-111.61763,42.583037],[-111.599227,42.415395],[-111.875636,42.416333],[-111.916927,42.617264],[-111.969449,42.718039],[-112.10588,42.699203],[-112.149835,42.895558],[-112.063023,43.022364]]]},"properties":{"id":"16029","n":"Caribou","z":{"2":"83217","3":"83230","4":"83241","5":"83254","6":"83276","7":"83285","8":"83111","9":"83120"},"st":"ID"}},"16031":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-114.000388,42.526373],[-113.931799,42.535243],[-113.778137,42.556424],[-113.654149,42.536155],[-113.557193,42.656799],[-113.472177,42.669352],[-113.373117,42.687638],[-113.236968,42.625254],[-113.175678,42.589464],[-113.002792,42.588003],[-112.999965,42.327427],[-113.00004013962,41.998227612539],[-113.817964,41.98858],[-114.041723,41.99372],[-114.281855,41.994214],[-114.285448,42.417333],[-114.069162,42.417124],[-114.067073,42.514453],[-114.000388,42.526373]]]},"properties":{"id":"16031","n":"Cassia","z":["83211","83311","83312","83318","83323","83342","83344","83346","83350"],"st":"ID"}},"16033":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-112.995091,44.234126],[-112.813792,44.230281],[-112.82682688127,44.405202431767],[-112.828191,44.442472],[-112.707815,44.503023],[-112.473207,44.480027],[-112.387389,44.448058],[-112.358917,44.528847],[-112.286187,44.568472],[-112.125101,44.528527],[-111.870504,44.564033],[-111.807914,44.511716],[-111.61710703431,44.557127248419],[-111.617437,44.401254],[-111.791624,44.40161],[-111.791541,44.317021],[-111.852276,44.316996],[-111.857851,44.187759],[-111.913601,44.144337],[-112.033664,44.144049],[-112.034317,44.057358],[-112.155935,44.05778],[-112.694744,44.058464],[-112.695242,43.971941],[-112.994323,43.972362],[-112.995091,44.234126]]]},"properties":{"id":"16033","n":"Clark","z":["83423","83435","83446","83464"],"st":"ID"}},"16035":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-116.456098,46.629097],[-116.32954,46.627957],[-116.329436,46.934669],[-114.96142290607,46.932893875971],[-114.943281,46.867971],[-114.76718,46.738828],[-114.6768271627,46.731838739813],[-114.59111600323,46.652550480355],[-115.630708,46.473038],[-115.733477,46.362882],[-115.778831,46.267351],[-115.999438,46.30652],[-116.170272,46.371588],[-116.308621,46.412998],[-116.369122,46.466923],[-116.451662,46.490736],[-116.456098,46.629097]]]},"properties":{"id":"16035","n":"Clearwater","z":["83520","83537","83541","83544","83546","83553","83823","83827"],"st":"ID"}},"16037":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-114.812407,44.808346],[-114.820083,44.747377],[-114.710871,44.650822],[-114.662687,44.662109],[-114.566975,44.575732],[-114.45184,44.611741],[-114.372843,44.709717],[-114.404154,44.739547],[-114.221534,44.879077],[-114.205244,44.744022],[-114.084861,44.755947],[-114.003915,44.634701],[-113.816398,44.494055],[-113.501882,44.422063],[-113.451832,44.454936],[-113.339445,44.316077],[-113.320609,44.233164],[-113.416525,44.233364],[-113.457816,44.059528],[-113.453985,43.873908],[-113.41444,43.816926],[-113.528063,43.719091],[-113.759998,43.622681],[-113.798441,43.569217],[-114.029718,43.773361],[-114.070019,43.734696],[-114.275725,43.831138],[-114.292684,43.887143],[-114.507778,43.89909],[-114.56235,43.844368],[-114.681168,43.927705],[-114.81379,43.927772],[-114.813873,43.992941],[-114.971351,43.938308],[-114.990777,43.949723],[-115.04356,44.05882],[-115.024181,44.155478],[-115.167684,44.20284],[-115.178964,44.296521],[-115.294614,44.339445],[-115.228222,44.423521],[-115.304994,44.579857],[-115.165735,44.650285],[-115.091922,44.766726],[-114.956116,44.720982],[-114.812407,44.808346]]]},"properties":{"id":"16037","n":"Custer","z":["83226","83227","83229","83235","83251","83253","83255","83278"],"st":"ID"}},"16039":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-116.266207,43.112269],[-115.978651,43.113432],[-115.975719,43.591438],[-115.875927,43.591265],[-115.696456,43.666505],[-115.508722,43.884855],[-115.287226,43.93552],[-115.181931,44.090533],[-115.136209,43.983859],[-114.990777,43.949723],[-114.971351,43.938308],[-114.989258,43.858563],[-115.04234,43.745582],[-115.033834,43.618636],[-115.083071,43.604399],[-115.086155,43.198064],[-115.086852,42.91456],[-115.037774,42.911864],[-115.037697,42.768414],[-115.454224,42.767936],[-115.441522,42.931127],[-115.771505,42.938664],[-115.935655,43.001733],[-115.964966,42.943673],[-116.145817,43.013416],[-116.266207,43.112269]]]},"properties":{"id":"16039","n":"Elmore","z":{"0":"83337","1":"83623","2":"83624","3":"83627","4":"83633","5":"83647","6":"83648","7":"83716","8":"83726","10":"83601"},"st":"ID"}},"16041":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-112.126194,42.285229],[-111.896728,42.256276],[-111.875636,42.416333],[-111.599227,42.415395],[-111.552151,42.351386],[-111.626104,42.207542],[-111.599116,42.099006],[-111.521577,42.074437],[-111.50781303518,41.999685668352],[-112.109532,41.997598],[-112.109271,42.169911],[-112.070959,42.238263],[-112.126194,42.285229]]]},"properties":{"id":"16041","n":"Franklin","z":["83228","83232","83237","83241","83263","83283","83286"],"st":"ID"}},"16043":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-112.155935,44.05778],[-112.034317,44.057358],[-112.033664,44.144049],[-111.913601,44.144337],[-111.857851,44.187759],[-111.852276,44.316996],[-111.791541,44.317021],[-111.791624,44.40161],[-111.617437,44.401254],[-111.61710703431,44.557127248419],[-111.519126,44.582916],[-111.45694723249,44.695640737839],[-111.37713823673,44.751196413964],[-111.323669,44.724474],[-111.122654,44.493659],[-111.048974,44.474072],[-111.047219183,43.983431292608],[-111.187256,43.932114],[-111.398781,43.92289],[-111.501232,43.929206],[-111.558833,43.883305],[-111.83759,43.898261],[-111.976849,43.927385],[-111.977016,43.970909],[-112.15637,43.971247],[-112.155935,44.05778]]]},"properties":{"id":"16043","n":"Fremont","z":["83420","83421","83429","83433","83436","83438","83440","83445","83448","83451"],"st":"ID"}},"16045":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-116.452068,44.151465],[-116.358492,44.151158],[-116.347394,44.322103],[-116.299876,44.444576],[-116.213314,44.510813],[-116.157022,44.498928],[-116.152295,44.324519],[-116.21291,44.324373],[-116.213871,44.151387],[-116.273069,44.151227],[-116.282019,43.807365],[-116.512502,43.807161],[-116.712672,43.807161],[-116.712501,43.981326],[-116.572224,43.980485],[-116.532117,44.066024],[-116.452551,44.065414],[-116.452068,44.151465]]]},"properties":{"id":"16045","n":"Gem","z":["83607","83616","83617","83629","83636","83657","83670"],"st":"ID"}},"16047":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-115.086155,43.198064],[-114.594605,43.198345],[-114.594375,42.850901],[-114.617401,42.850888],[-114.616487,42.649298],[-114.812167,42.664415],[-114.857807,42.755301],[-114.933622,42.766931],[-114.901636,42.859108],[-115.037774,42.911864],[-115.086852,42.91456],[-115.086155,43.198064]]]},"properties":{"id":"16047","n":"Gooding","z":["83314","83316","83330","83332","83338","83355"],"st":"ID"}},"16049":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-116.7992045325,45.851045435483],[-116.701975,45.996217],[-116.648516,46.030597],[-116.53962,45.998397],[-116.428497,46.202529],[-116.188993,46.155357],[-116.13357,46.215231],[-116.012498,46.225708],[-116.127103,46.298575],[-116.170272,46.371588],[-115.999438,46.30652],[-115.778831,46.267351],[-115.733477,46.362882],[-115.630708,46.473038],[-114.59111600323,46.652550480355],[-114.3357249354,46.655272967354],[-114.351655,46.508119],[-114.403019,46.498675],[-114.445928,46.173933],[-114.514706,46.167726],[-114.460049,46.097104],[-114.480241,46.030325],[-114.402261,45.961489],[-114.388243,45.88234],[-114.517143,45.835993],[-114.562509,45.779927],[-114.504869,45.722176],[-114.52377304493,45.585326506607],[-114.663725,45.471005],[-114.793778,45.508309],[-114.793207,45.436334],[-114.60394,45.295826],[-114.694001,45.197182],[-115.975787,45.195282],[-116.121662,45.158549],[-116.144386,45.107651],[-116.285969,45.128732],[-116.342876,45.267872],[-116.69091625486,45.26898413797],[-116.674648,45.314342],[-116.463504,45.615785],[-116.593004,45.778541],[-116.7992045325,45.851045435483]]]},"properties":{"id":"16049","n":"Idaho","z":{"1":"83522","2":"83525","3":"83526","4":"83530","5":"83531","6":"83533","7":"83536","8":"83539","9":"83542","10":"83547","11":"83549","12":"83552","13":"83554","14":"83638","15":"83654","16":"83671","17":"59847"},"st":"ID"}},"16051":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-112.695242,43.971941],[-112.694744,44.058464],[-112.155935,44.05778],[-112.15637,43.971247],[-111.977016,43.970909],[-111.976849,43.927385],[-111.983527,43.753806],[-111.934357,43.76616],[-111.626043,43.626756],[-112.519861,43.626623],[-112.697122,43.62314],[-112.695242,43.971941]]]},"properties":{"id":"16051","n":"Jefferson","z":["83401","83402","83425","83431","83434","83435","83442","83443","83444","83450"],"st":"ID"}},"16053":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-114.594375,42.850901],[-114.365366,42.85079],[-114.345659,42.809055],[-114.049849,42.808444],[-114.049961,42.765006],[-113.931687,42.765026],[-113.931799,42.535243],[-114.000388,42.526373],[-114.045454,42.528699],[-114.13035,42.494906],[-114.244703,42.559244],[-114.465709,42.599673],[-114.616487,42.649298],[-114.617401,42.850888],[-114.594375,42.850901]]]},"properties":{"id":"16053","n":"Jerome","z":["83301","83303","83325","83335","83338","83347"],"st":"ID"}},"16055":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-117.04130644646,47.977455920027],[-116.634114,47.977073],[-116.504329,47.991386],[-116.505104,47.890142],[-116.329538,47.890393],[-116.329406,47.414011],[-116.586549,47.414695],[-116.629059,47.371438],[-117.04049037557,47.366028886698],[-117.04130644646,47.977455920027]]]},"properties":{"id":"16055","n":"Kootenai","z":["83801","83803","83810","83814","83815","83816","83833","83835","83842","83854","83858","83861","83865","83869","83876","83877"],"st":"ID"}},"16057":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-117.03983338603,47.127268992254],[-116.835269,47.032452],[-116.45812,47.036596],[-116.329418,47.021915],[-116.329436,46.934669],[-116.32954,46.627957],[-116.456098,46.629097],[-116.61174,46.631245],[-116.719085,46.542874],[-117.03977765556,46.541708992038],[-117.03983338603,47.127268992254]]]},"properties":{"id":"16057","n":"Latah","z":{"0":"83535","1":"83537","2":"83806","3":"83823","4":"83832","5":"83834","6":"83843","7":"83844","8":"83855","9":"83857","10":"83871","11":"83872","24":"99128"},"st":"ID"}},"16059":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-114.812407,44.808346],[-114.723294,44.891177],[-114.73227,45.151155],[-114.694001,45.197182],[-114.60394,45.295826],[-114.793207,45.436334],[-114.793778,45.508309],[-114.663725,45.471005],[-114.52377304493,45.585326506607],[-114.36852,45.492716],[-114.279217,45.480616],[-113.94832148257,45.682577358441],[-113.806729,45.602146],[-113.735601,45.325265],[-113.57467,45.128411],[-113.45197,45.059247],[-113.474573,44.910846],[-113.422376,44.842595],[-113.301508,44.798985],[-113.247166,44.82295],[-113.131387,44.764738],[-113.049349,44.62938],[-113.006846,44.471715],[-112.881769,44.380315],[-112.82682688127,44.405202431767],[-112.813792,44.230281],[-112.995091,44.234126],[-113.320609,44.233164],[-113.339445,44.316077],[-113.451832,44.454936],[-113.501882,44.422063],[-113.816398,44.494055],[-114.003915,44.634701],[-114.084861,44.755947],[-114.205244,44.744022],[-114.221534,44.879077],[-114.404154,44.739547],[-114.372843,44.709717],[-114.45184,44.611741],[-114.566975,44.575732],[-114.662687,44.662109],[-114.710871,44.650822],[-114.820083,44.747377],[-114.812407,44.808346]]]},"properties":{"id":"16059","n":"Lemhi","z":["83226","83235","83253","83462","83463","83464","83465","83466","83467","83468","83469"],"st":"ID"}},"16061":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-116.369122,46.466923],[-116.308621,46.412998],[-116.170272,46.371588],[-116.127103,46.298575],[-116.012498,46.225708],[-116.13357,46.215231],[-116.188993,46.155357],[-116.428497,46.202529],[-116.53962,45.998397],[-116.648516,46.030597],[-116.701975,45.996217],[-116.713496,46.325527],[-116.368801,46.343217],[-116.369122,46.466923]]]},"properties":{"id":"16061","n":"Lewis","z":["83523","83524","83536","83543","83544","83548","83555"],"st":"ID"}},"16063":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-114.594605,43.198345],[-114.374962,43.19964],[-113.714642,43.199783],[-113.714044,42.849734],[-113.763862,42.764508],[-113.931687,42.765026],[-114.049961,42.765006],[-114.049849,42.808444],[-114.345659,42.809055],[-114.365366,42.85079],[-114.594375,42.850901],[-114.594605,43.198345]]]},"properties":{"id":"16063","n":"Lincoln","z":["83324","83338","83347","83349","83352"],"st":"ID"}},"16065":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-111.976849,43.927385],[-111.83759,43.898261],[-111.558833,43.883305],[-111.501232,43.929206],[-111.398781,43.92289],[-111.399765,43.621976],[-111.626043,43.626756],[-111.934357,43.76616],[-111.983527,43.753806],[-111.976849,43.927385]]]},"properties":{"id":"16065","n":"Madison","z":["83434","83436","83440","83441","83443","83445","83448","83451","83460"],"st":"ID"}},"16067":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-113.931687,42.765026],[-113.763862,42.764508],[-113.714044,42.849734],[-113.714642,43.199783],[-113.413867,43.199859],[-113.413138,42.849169],[-113.472155,42.849201],[-113.472177,42.669352],[-113.557193,42.656799],[-113.654149,42.536155],[-113.778137,42.556424],[-113.931799,42.535243],[-113.931687,42.765026]]]},"properties":{"id":"16067","n":"Minidoka","z":["83318","83336","83343","83347","83350"],"st":"ID"}},"16069":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-117.03664574842,46.426100482655],[-117.03977765556,46.541708992038],[-116.719085,46.542874],[-116.61174,46.631245],[-116.456098,46.629097],[-116.451662,46.490736],[-116.369122,46.466923],[-116.368801,46.343217],[-116.713496,46.325527],[-116.701975,45.996217],[-116.7992045325,45.851045435483],[-116.915989,45.995413],[-116.981962,46.084915],[-116.923958,46.17092],[-117.062748,46.353624],[-117.03664574842,46.426100482655]]]},"properties":{"id":"16069","n":"Nez Perce","z":["83501","83524","83535","83537","83540","83541","83545","83548","83555","83832"],"st":"ID"}},"16071":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-112.999965,42.327427],[-112.654028,42.328872],[-112.653989,42.416169],[-112.497849,42.415998],[-112.498139,42.502967],[-112.419825,42.503038],[-112.298113,42.454499],[-112.327102,42.323836],[-112.190656,42.350839],[-112.126194,42.285229],[-112.070959,42.238263],[-112.109271,42.169911],[-112.109532,41.997598],[-112.15917745151,41.998681929738],[-113.00004013962,41.998227612539],[-112.999965,42.327427]]]},"properties":{"id":"16071","n":"Oneida","z":["83212","83243","83252","83342"],"st":"ID"}},"16073":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-117.02566381045,43.680293635954],[-116.844978,43.5944],[-116.781336,43.478633],[-116.511897,43.29052],[-116.425275,43.293543],[-116.385955,43.193577],[-116.266207,43.112269],[-116.145817,43.013416],[-115.964966,42.943673],[-115.935655,43.001733],[-115.771505,42.938664],[-115.441522,42.931127],[-115.454224,42.767936],[-115.037697,42.768414],[-115.03810975243,41.998634115676],[-115.313877,41.996103],[-117.01820321674,41.999839850369],[-117.026197,41.99989],[-117.02566381045,43.680293635954]]]},"properties":{"id":"16073","n":"Owyhee","z":{"0":"83302","1":"83316","2":"83604","3":"83624","4":"83627","5":"83628","6":"83639","7":"83641","8":"83650","18":"89832","19":"97910"},"st":"ID"}},"16075":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-116.89785467712,44.152666395391],[-116.452068,44.151465],[-116.452551,44.065414],[-116.532117,44.066024],[-116.572224,43.980485],[-116.712501,43.981326],[-116.712672,43.807161],[-116.853154,43.79271],[-116.98554503849,43.881184852814],[-116.937342,44.029376],[-116.977351,44.085364],[-116.89785467712,44.152666395391]]]},"properties":{"id":"16075","n":"Payette","z":{"0":"83607","1":"83619","2":"83655","3":"83660","4":"83661","10":"97913"},"st":"ID"}},"16077":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-113.007712,43.110933],[-113.00776,42.863051],[-112.816578,42.863231],[-112.750562,42.951528],[-112.747491,42.912735],[-112.558693,42.961247],[-112.515519,42.909975],[-112.49691,42.733013],[-112.37967,42.646273],[-112.419825,42.503038],[-112.498139,42.502967],[-112.497849,42.415998],[-112.653989,42.416169],[-112.654028,42.328872],[-112.999965,42.327427],[-113.002792,42.588003],[-113.175678,42.589464],[-113.236968,42.625254],[-113.178633,42.67546],[-113.178877,42.762355],[-113.236943,42.762212],[-113.243478,43.110946],[-113.007712,43.110933]]]},"properties":{"id":"16077","n":"Power","z":["83204","83211","83212","83271"],"st":"ID"}},"16079":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-116.03856582987,47.984634256442],[-115.835365,47.760957],[-115.72377,47.696671],[-115.717024,47.532693],[-115.634684,47.48176],[-115.71034,47.417784],[-115.578619,47.367007],[-115.470959,47.284873],[-115.326903,47.255912],[-115.031651,46.971548],[-114.96142290607,46.932893875971],[-116.329436,46.934669],[-116.329418,47.021915],[-116.329406,47.414011],[-116.329538,47.890393],[-116.329601,48.017722],[-116.233113,48.06889],[-116.03856582987,47.984634256442]]]},"properties":{"id":"16079","n":"Shoshone","z":["83802","83808","83810","83812","83830","83837","83839","83846","83849","83850","83861","83867","83868","83873","83874"],"st":"ID"}},"16081":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-111.398781,43.92289],[-111.187256,43.932114],[-111.047219183,43.983431292608],[-111.04536056097,43.501051451112],[-111.207561,43.543857],[-111.243839,43.621853],[-111.399765,43.621976],[-111.398781,43.92289]]]},"properties":{"id":"16081","n":"Teton","z":["83422","83424","83436","83452","83455"],"st":"ID"}},"16083":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-115.037697,42.768414],[-115.037774,42.911864],[-114.901636,42.859108],[-114.933622,42.766931],[-114.857807,42.755301],[-114.812167,42.664415],[-114.616487,42.649298],[-114.465709,42.599673],[-114.244703,42.559244],[-114.13035,42.494906],[-114.045454,42.528699],[-114.000388,42.526373],[-114.067073,42.514453],[-114.069162,42.417124],[-114.285448,42.417333],[-114.281855,41.994214],[-115.03810975243,41.998634115676],[-115.037697,42.768414]]]},"properties":{"id":"16083","n":"Twin Falls","z":["83301","83302","83314","83316","83321","83328","83332","83334","83341","83344"],"st":"ID"}},"16085":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-116.157022,44.498928],[-116.183571,44.583655],[-116.157627,44.702027],[-116.211211,44.780872],[-116.197011,44.864216],[-116.089118,45.063617],[-116.144386,45.107651],[-116.121662,45.158549],[-115.975787,45.195282],[-114.694001,45.197182],[-114.73227,45.151155],[-114.723294,44.891177],[-114.812407,44.808346],[-114.956116,44.720982],[-115.091922,44.766726],[-115.165735,44.650285],[-115.304994,44.579857],[-115.228222,44.423521],[-115.294614,44.339445],[-115.357484,44.345959],[-115.401408,44.259623],[-115.520287,44.235356],[-116.103072,44.236409],[-116.11249,44.147839],[-116.213871,44.151387],[-116.21291,44.324373],[-116.152295,44.324519],[-116.157022,44.498928]]]},"properties":{"id":"16085","n":"Valley","z":["83611","83615","83630","83635","83638","83657","83677"],"st":"ID"}},"16087":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-116.88929518697,44.840529778153],[-116.625034,44.838952],[-116.624153,44.663269],[-116.529167,44.615154],[-116.528898,44.491545],[-116.407648,44.444436],[-116.299876,44.444576],[-116.347394,44.322103],[-116.358492,44.151158],[-116.452068,44.151465],[-116.89785467712,44.152666395391],[-116.971958,44.235677],[-117.059352,44.237244],[-117.21199550695,44.296451095938],[-117.225932,44.479389],[-117.14293,44.557236],[-117.062273,44.727143],[-116.88929518697,44.840529778153]]]},"properties":{"id":"16087","n":"Washington","z":["83610","83645","83661","83672"],"st":"ID"}},"17001":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.506167908622,40.200643512795],[-90.911969,40.193088],[-90.913616,40.104452],[-90.916609,39.845075],[-90.916071,39.757168],[-91.364616603323,39.758718226322],[-91.436051,39.84551],[-91.436843268599,39.945243463678],[-91.484064,40.019332],[-91.506167908622,40.200643512795]]]},"properties":{"id":"17001","n":"Adams","z":["62301","62305","62306","62311","62312","62314","62316","62320","62324","62325","62338","62339","62343","62346","62347","62348","62349","62351","62359","62360","62365","62376","62379"],"st":"IL"}},"17003":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.473679434541,37.334853902195],[-89.248439,37.335109],[-89.261779,37.105742],[-89.16662021202,37.0721103438],[-89.132915,36.982057],[-89.307436691173,37.028759449628],[-89.359456,37.042606],[-89.482889284644,37.260950718414],[-89.473679434541,37.334853902195]]]},"properties":{"id":"17003","n":"Alexander","z":["62914","62952","62957","62962","62969","62988","62990","62992","62993"],"st":"IL"}},"17005":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.639265,38.999129],[-89.586088,39.028246],[-89.250447,39.028145],[-89.254237,38.742019],[-89.597321,38.743236],[-89.599593,38.87453],[-89.639265,38.999129]]]},"properties":{"id":"17005","n":"Bond","z":["62019","62074","62077","62086","62246","62253","62262","62273","62275","62284"],"st":"IL"}},"17007":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.940384860378,42.495439827471],[-88.776495760735,42.494136600467],[-88.70738,42.493587],[-88.705633,42.153561],[-88.939732,42.15232],[-88.940384860378,42.495439827471]]]},"properties":{"id":"17007","n":"Boone","z":["60033","60135","60145","60146","61008","61011","61012","61016","61038","61065","61073","61080","61107","61111","61114"],"st":"IL"}},"17009":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.913616,40.104452],[-90.695884,40.103794],[-90.607134,39.981658],[-90.513747,39.987891],[-90.583534,39.87675],[-90.571754,39.839326],[-90.916609,39.845075],[-90.913616,40.104452]]]},"properties":{"id":"17009","n":"Brown","z":["62323","62324","62353","62375","62378"],"st":"IL"}},"17011":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.862351,41.584005],[-89.631494,41.584949],[-89.166561,41.585289],[-89.163705,41.310187],[-89.334901,41.300877],[-89.356671,41.233235],[-89.466534,41.233873],[-89.466421,41.148558],[-89.638429,41.148591],[-89.638864,41.233862],[-89.857798,41.234483],[-89.862351,41.584005]]]},"properties":{"id":"17011","n":"Bureau","z":["61283","61312","61314","61315","61317","61320","61322","61323","61328","61329","61330","61337","61338","61342","61344","61345","61346","61349","61354","61356","61359","61361","61362","61368","61374","61376","61379","61421","61443","61537","61560"],"st":"IL"}},"17013":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.935349946369,39.399519528907],[-90.613694,39.395775],[-90.603569,39.117592],[-90.534657,38.958499],[-90.450969940892,38.961395003324],[-90.555693,38.870785],[-90.661582906877,38.934703307753],[-90.713629,39.053977],[-90.681086,39.10059],[-90.723283623413,39.224102970058],[-90.72996,39.255894],[-90.935349946369,39.399519528907]]]},"properties":{"id":"17013","n":"Calhoun","z":["62006","62013","62036","62045","62047","62053","62065","62070","62355","62366"],"st":"IL"}},"17015":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.315696514272,42.193946432251],[-89.91965,42.196824],[-89.688486,42.199112],[-89.685366,41.93034],[-90.158153033709,41.929843227376],[-90.159682451123,42.033087257586],[-90.161159,42.106372],[-90.315696514272,42.193946432251]]]},"properties":{"id":"17015","n":"Carroll","z":["61014","61046","61051","61053","61062","61074","61078","61252","61285"],"st":"IL"}},"17017":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.513747,39.987891],[-90.435852,40.020562],[-90.355198,40.124245],[-90.286724,40.055321],[-90.134517,40.062023],[-89.994724,40.108373],[-89.994506,39.901925],[-89.994405,39.87286],[-90.583534,39.87675],[-90.513747,39.987891]]]},"properties":{"id":"17017","n":"Cass","z":["62611","62612","62618","62622","62627","62673","62691"],"st":"IL"}},"17019":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.460418,40.281935],[-88.459957,40.39885],[-87.932858,40.399401],[-87.937645,39.879803],[-88.462207,39.879092],[-88.460418,40.281935]]]},"properties":{"id":"17019","n":"Champaign","z":["60936","60949","60957","60960","61801","61802","61803","61810","61815","61816","61820","61821","61822","61824","61825","61826","61840","61843","61845","61847","61849","61851","61852","61853","61859","61862","61863","61864","61866","61871","61872","61873","61874","61875","61877","61878","61880","61884","61956"],"st":"IL"}},"17021":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.217523,39.813224],[-89.141817,39.80091],[-89.139125,39.655131],[-89.02568,39.654183],[-89.025633,39.345838],[-89.139807,39.348888],[-89.530836,39.348864],[-89.533655,39.524592],[-89.535028,39.641138],[-89.425051,39.683696],[-89.425535,39.747676],[-89.217523,39.813224]]]},"properties":{"id":"17021","n":"Christian","z":["62075","62083","62510","62513","62517","62531","62538","62540","62545","62546","62547","62550","62555","62556","62557","62558","62563","62567","62568","62570"],"st":"IL"}},"17023":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.960179,39.481309],[-87.531666681974,39.477110992743],[-87.531646,39.347888],[-87.594745845406,39.259383616483],[-87.638293413744,39.157492547202],[-87.950385,39.174882],[-88.007766,39.173925],[-88.012121,39.378968],[-88.014205,39.480762],[-87.960179,39.481309]]]},"properties":{"id":"17023","n":"Clark","z":["61933","61944","62413","62420","62423","62441","62442","62449","62474","62477","62478"],"st":"IL"}},"17025":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.695165,38.826299],[-88.693531,38.914617],[-88.361745,38.910847],[-88.36176,38.851949],[-88.258608,38.847521],[-88.257783,38.731139],[-88.296989,38.63419],[-88.253851,38.599502],[-88.698457,38.606304],[-88.695165,38.826299]]]},"properties":{"id":"17025","n":"Clay","z":["62426","62434","62443","62448","62824","62838","62839","62854","62858","62868","62879","62899"],"st":"IL"}},"17027":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.707024,38.655152],[-89.595103,38.655948],[-89.597321,38.743236],[-89.254237,38.742019],[-89.138393,38.736331],[-89.143898,38.503088],[-89.360248,38.516522],[-89.481556,38.468465],[-89.577521,38.48316],[-89.704417,38.415667],[-89.707024,38.655152]]]},"properties":{"id":"17027","n":"Clinton","z":["62215","62216","62218","62219","62230","62231","62245","62249","62250","62252","62253","62265","62266","62275","62293","62801","62875","62882"],"st":"IL"}},"17029":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.472073,39.651588],[-88.063437,39.652555],[-87.9666,39.685928],[-87.960179,39.481309],[-88.014205,39.480762],[-88.012121,39.378968],[-88.47083,39.374515],[-88.470505,39.447041],[-88.472073,39.651588]]]},"properties":{"id":"17029","n":"Coles","z":["61910","61911","61912","61920","61928","61930","61931","61933","61938","61943","61951","62420","62440","62447","62469","62474"],"st":"IL"}},"17031":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.238369,42.154253],[-88.199584,42.15426],[-87.759326565239,42.15236197898],[-87.682359,42.075729],[-87.60945,41.845233],[-87.524044,41.708335],[-87.525409353347,41.470280666062],[-87.787302,41.469839],[-87.812262,41.558291],[-87.909377,41.556819],[-87.91193,41.643933],[-88.028985,41.685518],[-87.914552,41.720169],[-87.938989,41.993429],[-88.262876,41.986227],[-88.238369,42.154253]]]},"properties":{"id":"17031","n":"Cook","z":["60004","60005","60006","60007","60008","60009","60010","60011","60015","60016","60018","60019","60022","60025","60026","60029","60038","60043","60053","60055","60056","60062","60065","60067","60068","60070","60074","60076","60077","60078","60082","60089","60090","60091","60093","60094","60095","60103","60104","60107","60120","60126","60130","60131","60133","60141","60153","60154","60155","60159","60160","60161","60162","60163","60164","60165","60168","60169","60171","60172","60173","60176","60179","60192","60193","60194","60195","60196","60201","60202","60203","60204","60208","60301","60302","60303","60304","60305","60402","60406","60409","60411","60412","60415","60418","60419","60422","60423","60425","60426","60428","60429","60430","60438","60439","60443","60445","60452","60453","60454","60455","60456","60457","60458","60459","60461","60462","60463","60464","60465","60466","60467","60469","60471","60472","60473","60475","60476","60477","60478","60480","60482","60487","60499","60501","60513","60521","60525","60526","60527","60534","60546","60558","60601","60602","60603","60604","60605","60606","60607","60608","60609","60610","60611","60612","60613","60614","60615","60616","60617","60618","60619","60620","60621","60622","60623","60624","60625","60626","60628","60629","60630","60631","60632","60633","60634","60636","60637","60638","60639","60640","60641","60642","60643","60644","60645","60646","60647","60649","60651","60652","60653","60654","60655","60656","60657","60659","60660","60661","60664","60666","60668","60669","60670","60673","60674","60675","60677","60678","60680","60681","60682","60684","60685","60686","60687","60688","60689","60690","60691","60693","60694","60695","60696","60697","60699","60701","60706","60707","60712","60714","60803","60804","60805","60827"],"st":"IL"}},"17033":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.950385,39.174882],[-87.638293413744,39.157492547202],[-87.529496,38.971925],[-87.528717663698,38.905943786289],[-87.535257050808,38.852491464967],[-87.908113,38.850107],[-87.945923,38.850108],[-87.950385,39.174882]]]},"properties":{"id":"17033","n":"Crawford","z":["62413","62421","62427","62433","62442","62449","62451","62454","62464","62466","62478"],"st":"IL"}},"17035":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.470906,39.215029],[-88.47083,39.374515],[-88.012121,39.378968],[-88.007766,39.173925],[-88.360654,39.171118],[-88.470865,39.171463],[-88.470906,39.215029]]]},"properties":{"id":"17035","n":"Cumberland","z":["62420","62428","62436","62440","62445","62447","62462","62467","62468","62469","62481"],"st":"IL"}},"17037":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.939732,42.15232],[-88.705633,42.153561],[-88.588657,42.15359],[-88.601933,41.719563],[-88.60224,41.631389],[-88.938618,41.628319],[-88.941279,41.891752],[-88.939732,42.15232]]]},"properties":{"id":"17037","n":"De Kalb","z":["60111","60112","60115","60129","60135","60140","60145","60146","60150","60151","60152","60178","60511","60518","60520","60530","60531","60548","60550","60552","60556","61068"],"st":"IL"}},"17039":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.148764,40.282038],[-88.574885,40.281501],[-88.745344,40.098813],[-88.745164,40.055191],[-89.144764,40.048853],[-89.148764,40.282038]]]},"properties":{"id":"17039","n":"De Witt","z":["61727","61735","61745","61749","61750","61752","61754","61756","61777","61778","61842","61882","62512"],"st":"IL"}},"17041":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.473182,39.791837],[-88.462207,39.879092],[-87.937645,39.879803],[-87.9666,39.685928],[-88.063437,39.652555],[-88.472073,39.651588],[-88.473182,39.791837]]]},"properties":{"id":"17041","n":"Douglas","z":["61852","61872","61910","61911","61913","61917","61919","61930","61941","61942","61943","61953","61956"],"st":"IL"}},"17043":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.262876,41.986227],[-87.938989,41.993429],[-87.914552,41.720169],[-88.028985,41.685518],[-88.030352,41.728894],[-88.261273,41.724534],[-88.261952,41.724652],[-88.262876,41.986227]]]},"properties":{"id":"17043","n":"dupage","z":["60007","60101","60103","60105","60106","60108","60116","60117","60126","60128","60132","60133","60137","60138","60139","60143","60148","60157","60172","60174","60181","60184","60185","60186","60187","60188","60189","60190","60191","60197","60199","60399","60439","60440","60502","60504","60510","60514","60515","60516","60517","60519","60521","60523","60527","60532","60540","60555","60559","60561","60563","60564","60565","60566","60567","60569","60599"],"st":"IL"}},"17045":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.937645,39.879803],[-87.532454493884,39.882999118782],[-87.532385282791,39.607304944221],[-87.531666681974,39.477110992743],[-87.960179,39.481309],[-87.9666,39.685928],[-87.937645,39.879803]]]},"properties":{"id":"17045","n":"Edgar","z":["61810","61870","61876","61917","61924","61932","61933","61940","61942","61943","61944","61949","61955","62423","62441"],"st":"IL"}},"17047":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.147814,38.569086],[-87.953898,38.570094],[-87.97607,38.399928],[-87.951122,38.290611],[-87.9906,38.259715],[-88.1509,38.256097],[-88.147814,38.569086]]]},"properties":{"id":"17047","n":"Edwards","z":["62476","62806","62815","62818","62833","62844"],"st":"IL"}},"17049":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.805325,39.216263],[-88.470906,39.215029],[-88.470865,39.171463],[-88.360654,39.171118],[-88.361745,38.910847],[-88.693531,38.914617],[-88.806789,38.911655],[-88.805325,39.216263]]]},"properties":{"id":"17049","n":"Effingham","z":["62401","62411","62414","62424","62426","62443","62445","62458","62461","62467","62473","62838","62858"],"st":"IL"}},"17051":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.250447,39.028145],[-89.250513,39.217512],[-89.140076,39.217907],[-88.805325,39.216263],[-88.806789,38.911655],[-88.693531,38.914617],[-88.695165,38.826299],[-89.138138,38.824244],[-89.138393,38.736331],[-89.254237,38.742019],[-89.250447,39.028145]]]},"properties":{"id":"17051","n":"Fayette","z":["62011","62032","62075","62080","62253","62262","62411","62414","62418","62422","62426","62431","62458","62471","62838","62875","62880","62885","62892"],"st":"IL"}},"17053":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.459475,40.617345],[-88.234949,40.618166],[-88.2473,40.99456],[-88.131938,40.997839],[-88.117905,40.488086],[-87.935309,40.485923],[-87.932858,40.399401],[-88.459957,40.39885],[-88.459475,40.617345]]]},"properties":{"id":"17053","n":"Ford","z":["60917","60919","60921","60929","60933","60936","60946","60948","60949","60952","60957","60959","60960","60962","60968","61731","61773","61845"],"st":"IL"}},"17055":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.177597,37.950311],[-89.129637,38.124747],[-88.704606,38.125195],[-88.706622,37.906797],[-88.70676,37.863338],[-89.151176,37.861999],[-89.177597,37.950311]]]},"properties":{"id":"17055","n":"Franklin","z":["62812","62819","62822","62825","62836","62840","62856","62860","62865","62874","62883","62884","62890","62891","62896","62897","62983","62999"],"st":"IL"}},"17057":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.450227,40.276335],[-90.445506,40.627843],[-90.444343,40.714667],[-89.986068,40.712257],[-89.989018,40.625835],[-89.87351,40.624482],[-89.872463,40.513127],[-89.92468,40.435921],[-90.03795,40.375041],[-90.118966,40.235263],[-90.199556,40.183945],[-90.451502,40.188892],[-90.450227,40.276335]]]},"properties":{"id":"17057","n":"Fulton","z":["61415","61427","61431","61432","61433","61441","61459","61477","61482","61484","61501","61519","61520","61524","61531","61533","61542","61543","61544","61553","61563","61569","62644"],"st":"IL"}},"17059":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.37453,37.907678],[-88.37452,37.908432],[-88.136053,37.916023],[-88.059469492701,37.866689804011],[-88.02803,37.799224],[-88.160062,37.654332],[-88.132163438272,37.57451700083],[-88.179647,37.599093],[-88.375332,37.599563],[-88.37453,37.907678]]]},"properties":{"id":"17059","n":"Gallatin","z":["62867","62869","62871","62930","62931","62934","62954","62979","62984"],"st":"IL"}},"17061":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.613694,39.395775],[-90.581055,39.521728],[-90.301801,39.520192],[-90.15375,39.520315],[-90.148069,39.261947],[-90.314071,39.225053],[-90.313531,39.17428],[-90.580587,39.184895],[-90.603569,39.117592],[-90.613694,39.395775]]]},"properties":{"id":"17061","n":"Greene","z":["62016","62027","62044","62050","62054","62078","62081","62082","62092","62098","62630"],"st":"IL"}},"17063":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.59596,41.457034],[-88.252231,41.463066],[-88.244155,41.201546],[-88.251995,41.114229],[-88.58624,41.108293],[-88.59596,41.457034]]]},"properties":{"id":"17063","n":"Grundy","z":["60407","60410","60416","60420","60424","60437","60444","60447","60450","60470","60474","60479","60481","60541","60961","61360"],"st":"IL"}},"17065":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.704606,38.125195],[-88.702391,38.256661],[-88.370491,38.255413],[-88.37452,37.908432],[-88.37453,37.907678],[-88.706622,37.906797],[-88.704606,38.125195]]]},"properties":{"id":"17065","n":"Hamilton","z":["62810","62817","62828","62829","62835","62859","62860","62869","62887","62890","62895","62935"],"st":"IL"}},"17067":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.496957490339,40.248703876373],[-91.419422,40.378264],[-91.372921,40.399108],[-91.394475,40.534543],[-91.339719,40.613488],[-91.185460608704,40.638111812623],[-90.904216,40.639201],[-90.909756,40.284394],[-90.911969,40.193088],[-91.506167908622,40.200643512795],[-91.496957490339,40.248703876373]]]},"properties":{"id":"17067","n":"Hancock","z":["61420","61450","62311","62313","62316","62321","62326","62329","62330","62334","62336","62341","62349","62351","62354","62358","62367","62373","62374","62379","62380"],"st":"IL"}},"17069":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.412112,37.599912],[-88.375332,37.599563],[-88.179647,37.599093],[-88.132163438272,37.57451700083],[-88.066250320097,37.504138327348],[-88.281667,37.452596],[-88.358436,37.40486],[-88.415902178776,37.421220637719],[-88.412112,37.599912]]]},"properties":{"id":"17069","n":"Hardin","z":["62919","62931","62938","62947","62955","62982"],"st":"IL"}},"17071":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.118222938398,40.699534650819],[-91.092993,40.821079],[-90.952233,40.954047],[-90.951894142681,41.069872735866],[-90.785194,41.068749],[-90.789652,40.63575],[-90.904216,40.639201],[-91.185460608704,40.638111812623],[-91.118222938398,40.699534650819]]]},"properties":{"id":"17071","n":"Henderson","z":["61418","61420","61425","61437","61442","61447","61450","61453","61454","61460","61462","61469","61471","61476","61478","61480","62330"],"st":"IL"}},"17073":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.433771,41.326983],[-90.43193,41.456834],[-90.332657,41.514001],[-90.196535,41.540126],[-90.185609,41.584653],[-89.862351,41.584005],[-89.857798,41.234483],[-89.868384,41.148955],[-89.984559,41.149366],[-90.437657,41.151252],[-90.433771,41.326983]]]},"properties":{"id":"17073","n":"Henry","z":["61233","61234","61235","61238","61240","61241","61250","61254","61258","61262","61273","61274","61277","61344","61361","61413","61414","61419","61434","61443","61465","61468","61490"],"st":"IL"}},"17075":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.131938,40.997839],[-87.526463305991,41.010354817964],[-87.526136490424,40.736885081423],[-87.526875773254,40.49122440969],[-87.935309,40.485923],[-88.117905,40.488086],[-88.131938,40.997839]]]},"properties":{"id":"17075","n":"Iroquois","z":["60911","60912","60918","60922","60924","60926","60927","60928","60930","60931","60938","60939","60941","60942","60945","60948","60951","60953","60955","60960","60964","60966","60967","60968","60970","60973","60974"],"st":"IL"}},"17077":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.687221380853,37.796406718439],[-89.595084,37.95531],[-89.177597,37.950311],[-89.151176,37.861999],[-89.153668,37.600469],[-89.453355,37.600195],[-89.497745926039,37.569985913928],[-89.521948,37.696475],[-89.687221380853,37.796406718439]]]},"properties":{"id":"17077","n":"Jackson","z":["62280","62832","62901","62902","62903","62905","62907","62916","62924","62927","62932","62940","62942","62950","62958","62966","62975","62994"],"st":"IL"}},"17079":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.361745,38.910847],[-88.360654,39.171118],[-88.007766,39.173925],[-87.950385,39.174882],[-87.945923,38.850108],[-88.258608,38.847521],[-88.36176,38.851949],[-88.361745,38.910847]]]},"properties":{"id":"17079","n":"Jasper","z":["62420","62424","62425","62432","62434","62436","62445","62448","62449","62459","62467","62475","62479","62480","62481"],"st":"IL"}},"17081":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.147416,38.212896],[-89.144388,38.473878],[-88.698961,38.474914],[-88.702391,38.256661],[-88.704606,38.125195],[-89.129637,38.124747],[-89.147416,38.212896]]]},"properties":{"id":"17081","n":"Jefferson","z":["62801","62808","62810","62814","62816","62830","62846","62851","62864","62866","62872","62877","62883","62889","62893","62894","62898"],"st":"IL"}},"17083":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.148069,39.261947],[-90.145991,39.000046],[-90.273686,38.999347],[-90.276583722026,38.919338467212],[-90.450969940892,38.961395003324],[-90.534657,38.958499],[-90.603569,39.117592],[-90.580587,39.184895],[-90.313531,39.17428],[-90.314071,39.225053],[-90.148069,39.261947]]]},"properties":{"id":"17083","n":"Jersey","z":["62012","62022","62028","62030","62031","62035","62037","62052","62054","62063","62079"],"st":"IL"}},"17085":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.642843,42.508481],[-90.426376960736,42.507177735224],[-89.927006876764,42.505790485775],[-89.91965,42.196824],[-90.315696514272,42.193946432251],[-90.400653,42.239293],[-90.484345672716,42.381597778192],[-90.646727,42.471904],[-90.642843,42.508481]]]},"properties":{"id":"17085","n":"Jo Daviess","z":["61001","61025","61028","61036","61041","61044","61048","61053","61059","61062","61074","61075","61085","61087"],"st":"IL"}},"17087":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.044787,37.329846],[-89.041401,37.596576],[-88.708546,37.599277],[-88.71065,37.33709],[-88.908291,37.335727],[-88.929129,37.302647],[-89.044787,37.329846]]]},"properties":{"id":"17087","n":"Johnson","z":["62908","62909","62912","62922","62923","62939","62943","62967","62972","62973","62985","62995"],"st":"IL"}},"17089":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.588657,42.15359],[-88.238369,42.154253],[-88.262876,41.986227],[-88.261952,41.724652],[-88.601933,41.719563],[-88.588657,42.15359]]]},"properties":{"id":"17089","n":"Kane","z":["60010","60102","60109","60110","60118","60119","60120","60121","60122","60123","60124","60134","60136","60140","60142","60144","60147","60151","60174","60175","60177","60178","60183","60184","60185","60502","60504","60505","60506","60507","60510","60511","60538","60539","60542","60543","60554","60568","60572","60598"],"st":"IL"}},"17091":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.251995,41.114229],[-88.244155,41.201546],[-88.011812,41.205604],[-88.013919,41.292447],[-87.526768,41.298177],[-87.526648158082,41.166089944512],[-87.526463305991,41.010354817964],[-88.131938,40.997839],[-88.2473,40.99456],[-88.251995,41.114229]]]},"properties":{"id":"17091","n":"Kankakee","z":["60401","60424","60468","60481","60901","60910","60913","60914","60915","60917","60919","60922","60935","60940","60941","60944","60950","60954","60956","60958","60961","60964","60969"],"st":"IL"}},"17093":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.601933,41.719563],[-88.261952,41.724652],[-88.261273,41.724534],[-88.252231,41.463066],[-88.59596,41.457034],[-88.60224,41.631389],[-88.601933,41.719563]]]},"properties":{"id":"17093","n":"Kendall","z":["60431","60447","60450","60503","60504","60512","60536","60537","60538","60541","60543","60544","60545","60548","60554","60560","60585","60586"],"st":"IL"}},"17095":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.439423,41.063995],[-90.437657,41.151252],[-89.984559,41.149366],[-89.985479,40.974495],[-89.986068,40.712257],[-90.444343,40.714667],[-90.439423,41.063995]]]},"properties":{"id":"17095","n":"Knox","z":["61401","61402","61410","61414","61428","61430","61434","61436","61439","61448","61449","61458","61467","61472","61474","61485","61488","61489","61490","61529","61531","61544","61572"],"st":"IL"}},"17097":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.199529001448,42.49575601569],[-87.800477,42.49192],[-87.834769,42.301522],[-87.759326565239,42.15236197898],[-88.199584,42.15426],[-88.199529001448,42.49575601569]]]},"properties":{"id":"17097","n":"Lake","z":["60002","60010","60013","60015","60020","60021","60030","60031","60035","60037","60040","60041","60042","60044","60045","60046","60047","60048","60050","60051","60060","60061","60064","60069","60073","60074","60079","60081","60083","60084","60085","60086","60087","60088","60089","60096","60099"],"st":"IL"}},"17099":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.938618,41.628319],[-88.60224,41.631389],[-88.59596,41.457034],[-88.58624,41.108293],[-88.930881,41.1059],[-88.93139,40.92774],[-89.047718,40.925749],[-89.047856,41.104781],[-89.162238,41.10408],[-89.163705,41.310187],[-89.166561,41.585289],[-89.1672,41.628707],[-88.938618,41.628319]]]},"properties":{"id":"17099","n":"LaSalle","z":["60470","60518","60522","60531","60537","60541","60548","60549","60551","60552","60557","61301","61316","61321","61325","61332","61334","61341","61342","61348","61350","61354","61358","61360","61364","61370","61371","61372","61373","61377"],"st":"IL"}},"17101":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.908113,38.850107],[-87.535257050808,38.852491464967],[-87.498948,38.757774],[-87.62012,38.639489],[-87.648356763074,38.566628716058],[-87.912286,38.570104],[-87.908113,38.850107]]]},"properties":{"id":"17101","n":"Lawrence","z":["62417","62427","62439","62460","62466"],"st":"IL"}},"17103":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.62933,41.901617],[-89.426727,41.908418],[-89.414627,41.886175],[-88.941279,41.891752],[-88.938618,41.628319],[-89.1672,41.628707],[-89.166561,41.585289],[-89.631494,41.584949],[-89.62933,41.901617]]]},"properties":{"id":"17103","n":"Lee","z":["60518","60530","60553","61006","61021","61031","61042","61057","61064","61068","61071","61081","61310","61318","61324","61330","61331","61342","61349","61353","61367","61376","61378"],"st":"IL"}},"17105":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.58624,41.108293],[-88.251995,41.114229],[-88.2473,40.99456],[-88.234949,40.618166],[-88.459475,40.617345],[-88.574502,40.61655],[-88.584272,40.757608],[-88.929331,40.753337],[-88.93139,40.92774],[-88.930881,41.1059],[-88.58624,41.108293]]]},"properties":{"id":"17105","n":"Livingston","z":["60420","60460","60917","60919","60920","60921","60929","60934","60946","60952","60959","60961","61311","61313","61319","61333","61364","61726","61731","61739","61740","61741","61743","61744","61764","61769","61775"],"st":"IL"}},"17107":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.602979,40.320129],[-89.26374,40.325344],[-89.26265,40.280919],[-89.148764,40.282038],[-89.144764,40.048853],[-89.143457,39.91792],[-89.217846,39.91699],[-89.40506,39.918304],[-89.483826,39.976733],[-89.578289,39.976127],[-89.601604,40.122432],[-89.602979,40.320129]]]},"properties":{"id":"17107","n":"Logan","z":["61721","61723","61749","61751","61754","62512","62518","62519","62541","62543","62548","62613","62634","62635","62643","62656","62666","62671","62682","62693","62723"],"st":"IL"}},"17109":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.904216,40.639201],[-90.789652,40.63575],[-90.445506,40.627843],[-90.450227,40.276335],[-90.909756,40.284394],[-90.904216,40.639201]]]},"properties":{"id":"17109","n":"McDonough","z":["61411","61416","61420","61422","61438","61440","61450","61455","61459","61470","61475","61482","61484","62326","62367","62374"],"st":"IL"}},"17111":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.70738,42.493587],[-88.304692,42.495608172751],[-88.199529001448,42.49575601569],[-88.199584,42.15426],[-88.238369,42.154253],[-88.588657,42.15359],[-88.705633,42.153561],[-88.70738,42.493587]]]},"properties":{"id":"17111","n":"McHenry","z":["60010","60012","60013","60014","60017","60021","60033","60034","60039","60042","60050","60051","60071","60072","60081","60097","60098","60102","60135","60142","60152","60156","60180","61038"],"st":"IL"}},"17113":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.26939,40.594329],[-89.133752,40.596734],[-88.9847,40.664954],[-88.986896,40.752297],[-88.929331,40.753337],[-88.584272,40.757608],[-88.574502,40.61655],[-88.459475,40.617345],[-88.459957,40.39885],[-88.460418,40.281935],[-88.574885,40.281501],[-89.148764,40.282038],[-89.26265,40.280919],[-89.26374,40.325344],[-89.26939,40.594329]]]},"properties":{"id":"17113","n":"McLean","z":["60936","61701","61702","61704","61705","61709","61710","61720","61722","61723","61724","61725","61726","61728","61729","61730","61731","61732","61736","61737","61738","61739","61744","61745","61748","61752","61753","61754","61758","61761","61770","61772","61774","61776","61790","61791","61799","61842","61843"],"st":"IL"}},"17115":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.217846,39.91699],[-89.143457,39.91792],[-89.144764,40.048853],[-88.745164,40.055191],[-88.745671,39.792146],[-88.812709,39.740486],[-88.810575,39.653222],[-89.02568,39.654183],[-89.139125,39.655131],[-89.141817,39.80091],[-89.217523,39.813224],[-89.217846,39.91699]]]},"properties":{"id":"17115","n":"Macon","z":["61749","61756","61818","61830","61882","61925","61937","62501","62513","62514","62521","62522","62523","62524","62525","62526","62532","62535","62537","62539","62543","62544","62547","62549","62550","62551","62554","62573","62756"],"st":"IL"}},"17117":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.15375,39.520315],[-89.926037,39.522104],[-89.701645,39.523369],[-89.698555,38.998979],[-90.145991,39.000046],[-90.148069,39.261947],[-90.15375,39.520315]]]},"properties":{"id":"17117","n":"Macoupin","z":["62002","62009","62012","62014","62023","62033","62044","62056","62063","62069","62074","62079","62085","62088","62093","62560","62572","62626","62630","62638","62640","62649","62662","62667","62672","62674","62683","62685","62690"],"st":"IL"}},"17119":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.145991,39.000046],[-89.698555,38.998979],[-89.639265,38.999129],[-89.599593,38.87453],[-89.597321,38.743236],[-89.595103,38.655948],[-89.707024,38.655152],[-90.181524381531,38.66037288531],[-90.166594640016,38.772450139305],[-90.117707,38.805748],[-90.113327,38.849306],[-90.276583722026,38.919338467212],[-90.273686,38.999347],[-90.145991,39.000046]]]},"properties":{"id":"17119","n":"Madison","z":["62001","62002","62010","62012","62018","62021","62024","62025","62026","62034","62035","62040","62046","62048","62058","62060","62061","62062","62067","62074","62084","62087","62088","62090","62095","62097","62201","62234","62249","62275","62281","62293","62294"],"st":"IL"}},"17121":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.143898,38.503088],[-89.138393,38.736331],[-89.138138,38.824244],[-88.695165,38.826299],[-88.698457,38.606304],[-88.698961,38.474914],[-89.144388,38.473878],[-89.143898,38.503088]]]},"properties":{"id":"17121","n":"Marion","z":["62801","62807","62830","62838","62849","62851","62853","62854","62870","62875","62881","62882","62889","62892","62893"],"st":"IL"}},"17123":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.638429,41.148591],[-89.466421,41.148558],[-89.32927,41.147931],[-89.358597,41.103665],[-89.162238,41.10408],[-89.047856,41.104781],[-89.047718,40.925749],[-89.47233,40.921206],[-89.447693,40.973246],[-89.638727,40.973707],[-89.638429,41.148591]]]},"properties":{"id":"17123","n":"Marshall","z":["61336","61358","61369","61375","61377","61421","61424","61479","61491","61523","61526","61537","61540","61541","61565","61570","61760"],"st":"IL"}},"17125":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.355198,40.124245],[-90.199556,40.183945],[-90.118966,40.235263],[-90.03795,40.375041],[-89.92468,40.435921],[-89.717104,40.435655],[-89.714927,40.319218],[-89.602979,40.320129],[-89.601604,40.122432],[-89.638262,40.15487],[-89.749196,40.126852],[-89.969618,40.142358],[-89.994724,40.108373],[-90.134517,40.062023],[-90.286724,40.055321],[-90.355198,40.124245]]]},"properties":{"id":"17125","n":"Mason","z":["61532","61546","61567","62617","62627","62633","62644","62655","62664","62671","62682"],"st":"IL"}},"17127":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.929129,37.302647],[-88.908291,37.335727],[-88.71065,37.33709],[-88.490336,37.159358],[-88.490399446325,37.067957622948],[-88.928004829494,37.226389766253],[-88.929129,37.302647]]]},"properties":{"id":"17127","n":"Massac","z":["62908","62910","62941","62943","62953","62956","62960"],"st":"IL"}},"17129":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.994724,40.108373],[-89.969618,40.142358],[-89.749196,40.126852],[-89.638262,40.15487],[-89.601604,40.122432],[-89.578289,39.976127],[-89.698259,39.975309],[-89.701864,39.916787],[-89.994506,39.901925],[-89.994724,40.108373]]]},"properties":{"id":"17129","n":"Menard","z":["62613","62642","62659","62666","62673","62675","62677","62688"],"st":"IL"}},"17131":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.07441549802,41.333631569041],[-91.074087623674,41.33432080192],[-90.433771,41.326983],[-90.437657,41.151252],[-90.439423,41.063995],[-90.785194,41.068749],[-90.951894142681,41.069872735866],[-90.952265416482,41.07273174967],[-90.997906,41.162564],[-91.114186,41.250029],[-91.07441549802,41.333631569041]]]},"properties":{"id":"17131","n":"Mercer","z":["61231","61237","61260","61262","61263","61264","61272","61276","61279","61281","61412","61442","61465","61466","61476","61486"],"st":"IL"}},"17133":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.340244281704,38.387094622636],[-90.260976059287,38.518526787408],[-90.036018,38.30885],[-89.903937,38.297203],[-89.899061,38.220755],[-90.036385,38.223125],[-90.035999,38.13563],[-90.205728625883,38.088233183109],[-90.252746323976,38.127773826229],[-90.363926,38.236355],[-90.340244281704,38.387094622636]]]},"properties":{"id":"17133","n":"Monroe","z":["62236","62244","62248","62256","62264","62277","62278","62279","62295","62298"],"st":"IL"}},"17135":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.701645,39.523369],[-89.533655,39.524592],[-89.530836,39.348864],[-89.139807,39.348888],[-89.140076,39.217907],[-89.250513,39.217512],[-89.250447,39.028145],[-89.586088,39.028246],[-89.639265,38.999129],[-89.698555,38.998979],[-89.701645,39.523369]]]},"properties":{"id":"17135","n":"Montgomery","z":["62015","62017","62019","62032","62049","62051","62056","62069","62074","62075","62076","62077","62080","62083","62086","62089","62091","62094","62533","62538","62546","62553","62557","62558","62560","62572","62640","62690"],"st":"IL"}},"17137":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.571754,39.839326],[-90.583534,39.87675],[-89.994405,39.87286],[-89.993755,39.785329],[-89.926037,39.522104],[-90.15375,39.520315],[-90.301801,39.520192],[-90.300666,39.636541],[-90.372969,39.665781],[-90.371253,39.753388],[-90.599105,39.79006],[-90.571754,39.839326]]]},"properties":{"id":"17137","n":"Morgan","z":["62601","62611","62612","62621","62628","62631","62638","62650","62660","62665","62667","62668","62670","62692","62694","62695"],"st":"IL"}},"17139":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.745671,39.792146],[-88.473182,39.791837],[-88.472073,39.651588],[-88.470505,39.447041],[-88.584273,39.447582],[-88.717539,39.579299],[-88.809051,39.580241],[-88.810575,39.653222],[-88.812709,39.740486],[-88.745671,39.792146]]]},"properties":{"id":"17139","n":"Moultrie","z":["61911","61914","61925","61928","61937","61951","61957","62534"],"st":"IL"}},"17141":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.688486,42.199112],[-89.396192,42.201916],[-89.173,42.204241],[-89.172799,42.150297],[-88.939732,42.15232],[-88.941279,41.891752],[-89.414627,41.886175],[-89.426727,41.908418],[-89.62933,41.901617],[-89.685366,41.93034],[-89.688486,42.199112]]]},"properties":{"id":"17141","n":"Ogle","z":["60113","60129","60146","61006","61007","61010","61015","61020","61021","61030","61031","61039","61043","61047","61049","61051","61052","61054","61061","61064","61068","61078","61084","61091","61102","61109"],"st":"IL"}},"17143":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.986068,40.712257],[-89.985479,40.974495],[-89.638727,40.973707],[-89.447693,40.973246],[-89.47233,40.921206],[-89.562394,40.793637],[-89.554994,40.747637],[-89.675404,40.553938],[-89.872463,40.513127],[-89.87351,40.624482],[-89.989018,40.625835],[-89.986068,40.712257]]]},"properties":{"id":"17143","n":"Peoria","z":["61451","61489","61517","61523","61525","61526","61528","61529","61531","61533","61536","61539","61547","61552","61559","61562","61565","61569","61601","61602","61603","61604","61605","61606","61607","61612","61613","61614","61615","61616","61625","61629","61630","61633","61634","61635","61636","61637","61638","61639","61641","61643","61650","61651","61652","61653","61654","61655","61656"],"st":"IL"}},"17145":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.592797,38.219271],[-89.147416,38.212896],[-89.129637,38.124747],[-89.177597,37.950311],[-89.595084,37.95531],[-89.592797,38.219271]]]},"properties":{"id":"17145","n":"Perry","z":["62237","62238","62263","62268","62272","62274","62831","62832","62883","62888","62916","62997"],"st":"IL"}},"17147":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.745164,40.055191],[-88.745344,40.098813],[-88.574885,40.281501],[-88.460418,40.281935],[-88.462207,39.879092],[-88.473182,39.791837],[-88.745671,39.792146],[-88.745164,40.055191]]]},"properties":{"id":"17147","n":"Piatt","z":["61813","61818","61830","61839","61842","61851","61853","61854","61855","61856","61884","61913","61929","61936"],"st":"IL"}},"17149":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.364616603323,39.758718226322],[-90.916071,39.757168],[-90.916609,39.845075],[-90.571754,39.839326],[-90.599105,39.79006],[-90.64599,39.703368],[-90.581055,39.521728],[-90.613694,39.395775],[-90.935349946369,39.399519528907],[-91.03827,39.448436],[-91.18287550082,39.598233115795],[-91.305760334965,39.686215470078],[-91.364616603323,39.758718226322]]]},"properties":{"id":"17149","n":"Pike","z":["62312","62314","62323","62340","62343","62345","62352","62355","62356","62357","62361","62362","62363","62366","62370"],"st":"IL"}},"17151":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.708546,37.599277],[-88.412112,37.599912],[-88.415902178776,37.421220637719],[-88.514661,37.290948],[-88.424776,37.149901],[-88.48380327698,37.068080269895],[-88.490399446325,37.067957622948],[-88.490336,37.159358],[-88.71065,37.33709],[-88.708546,37.599277]]]},"properties":{"id":"17151","n":"Pope","z":["62910","62928","62938","62943","62946","62947","62960","62972","62985","62987"],"st":"IL"}},"17153":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.248439,37.335109],[-89.044787,37.329846],[-88.929129,37.302647],[-88.928004829494,37.226389766253],[-88.933517214748,37.227511279915],[-89.058036,37.188767],[-89.16662021202,37.0721103438],[-89.261779,37.105742],[-89.248439,37.335109]]]},"properties":{"id":"17153","n":"Pulaski","z":["62796","62923","62926","62941","62956","62963","62964","62970","62976","62992","62996"],"st":"IL"}},"17155":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.163705,41.310187],[-89.162238,41.10408],[-89.358597,41.103665],[-89.32927,41.147931],[-89.466421,41.148558],[-89.466534,41.233873],[-89.356671,41.233235],[-89.334901,41.300877],[-89.163705,41.310187]]]},"properties":{"id":"17155","n":"Putnam","z":["61326","61327","61334","61335","61336","61340","61354","61363","61560"],"st":"IL"}},"17157":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.205728625883,38.088233183109],[-90.035999,38.13563],[-90.036385,38.223125],[-89.899061,38.220755],[-89.703256,38.219404],[-89.592797,38.219271],[-89.595084,37.95531],[-89.687221380853,37.796406718439],[-89.851048,37.90398],[-89.933095790915,37.880099058252],[-90.008353,37.970179],[-90.205728625883,38.088233183109]]]},"properties":{"id":"17157","n":"Randolph","z":{"0":"62217","1":"62233","2":"62237","3":"62241","4":"62242","5":"62257","6":"62259","7":"62261","8":"62272","9":"62277","10":"62278","11":"62280","12":"62286","13":"62288","14":"62292","15":"62297","16":"62907","17":"62916","35":"63673"},"st":"IL"}},"17159":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.258608,38.847521],[-87.945923,38.850108],[-87.908113,38.850107],[-87.912286,38.570104],[-87.953898,38.570094],[-88.147814,38.569086],[-88.253851,38.599502],[-88.296989,38.63419],[-88.257783,38.731139],[-88.258608,38.847521]]]},"properties":{"id":"17159","n":"Richland","z":["62419","62421","62425","62448","62450","62452","62466","62868"],"st":"IL"}},"17161":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.786282,41.452888],[-90.701159,41.454743],[-90.571136,41.516332],[-90.461432,41.523533],[-90.339528,41.598633],[-90.311856850416,41.728532892154],[-90.242368247397,41.782768725985],[-90.229749,41.675375],[-90.161233,41.643927],[-90.185609,41.584653],[-90.196535,41.540126],[-90.332657,41.514001],[-90.43193,41.456834],[-90.433771,41.326983],[-91.074087623674,41.33432080192],[-91.027787,41.423603],[-90.786282,41.452888]]]},"properties":{"id":"17161","n":"Rock Island","z":["61201","61204","61232","61236","61239","61240","61242","61244","61256","61257","61259","61260","61264","61265","61266","61272","61273","61275","61278","61279","61281","61282","61284","61299"],"st":"IL"}},"17163":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.255294887669,38.530877711821],[-90.181524381531,38.66037288531],[-89.707024,38.655152],[-89.704417,38.415667],[-89.703256,38.219404],[-89.899061,38.220755],[-89.903937,38.297203],[-90.036018,38.30885],[-90.260976059287,38.518526787408],[-90.255294887669,38.530877711821]]]},"properties":{"id":"17163","n":"Saint Clair","z":["33256","62059","62060","62071","62201","62202","62203","62204","62205","62206","62207","62208","62220","62221","62222","62223","62225","62226","62232","62234","62236","62239","62240","62243","62254","62255","62257","62258","62260","62264","62265","62269","62282","62285","62289","62293","62294","62298","66222"],"st":"IL"}},"17165":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.70676,37.863338],[-88.706622,37.906797],[-88.37453,37.907678],[-88.375332,37.599563],[-88.412112,37.599912],[-88.708546,37.599277],[-88.70676,37.863338]]]},"properties":{"id":"17165","n":"Saline","z":["62869","62890","62917","62930","62934","62935","62946","62947","62965","62977","62987"],"st":"IL"}},"17167":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.994506,39.901925],[-89.701864,39.916787],[-89.698259,39.975309],[-89.578289,39.976127],[-89.483826,39.976733],[-89.40506,39.918304],[-89.217846,39.91699],[-89.217523,39.813224],[-89.425535,39.747676],[-89.425051,39.683696],[-89.535028,39.641138],[-89.533655,39.524592],[-89.701645,39.523369],[-89.926037,39.522104],[-89.993755,39.785329],[-89.994405,39.87286],[-89.994506,39.901925]]]},"properties":{"id":"17167","n":"Sangamon","z":["62515","62520","62530","62536","62539","62545","62548","62558","62561","62563","62613","62615","62625","62629","62651","62661","62670","62677","62684","62689","62690","62692","62693","62701","62702","62703","62704","62705","62706","62707","62708","62711","62712","62715","62716","62719","62722","62726","62736","62739","62757","62761","62762","62763","62764","62765","62766","62767","62769","62776","62777","62781","62786","62791","62794"],"st":"IL"}},"17169":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.911969,40.193088],[-90.909756,40.284394],[-90.450227,40.276335],[-90.451502,40.188892],[-90.199556,40.183945],[-90.355198,40.124245],[-90.435852,40.020562],[-90.513747,39.987891],[-90.607134,39.981658],[-90.695884,40.103794],[-90.913616,40.104452],[-90.911969,40.193088]]]},"properties":{"id":"17169","n":"Schuyler","z":["61440","61452","61484","62311","62319","62344","62346","62353","62367","62624","62639","62681"],"st":"IL"}},"17171":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.599105,39.79006],[-90.371253,39.753388],[-90.372969,39.665781],[-90.300666,39.636541],[-90.301801,39.520192],[-90.581055,39.521728],[-90.64599,39.703368],[-90.599105,39.79006]]]},"properties":{"id":"17171","n":"Scott","z":["62082","62610","62621","62628","62650","62663","62665","62668","62694"],"st":"IL"}},"17173":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.139807,39.348888],[-89.025633,39.345838],[-89.02568,39.654183],[-88.810575,39.653222],[-88.809051,39.580241],[-88.717539,39.579299],[-88.584273,39.447582],[-88.470505,39.447041],[-88.47083,39.374515],[-88.470906,39.215029],[-88.805325,39.216263],[-89.140076,39.217907],[-89.139807,39.348888]]]},"properties":{"id":"17173","n":"Shelby","z":["61914","61928","61957","62401","62414","62422","62431","62438","62444","62447","62461","62462","62463","62465","62510","62534","62550","62553","62557","62565","62571"],"st":"IL"}},"17175":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.984559,41.149366],[-89.868384,41.148955],[-89.857798,41.234483],[-89.638864,41.233862],[-89.638429,41.148591],[-89.638727,40.973707],[-89.985479,40.974495],[-89.984559,41.149366]]]},"properties":{"id":"17175","n":"Stark","z":["61345","61421","61426","61434","61443","61449","61451","61479","61483","61491","61559"],"st":"IL"}},"17177":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.837594886326,42.504910352791],[-89.401416811041,42.500441931074],[-89.396192,42.201916],[-89.688486,42.199112],[-89.91965,42.196824],[-89.927006876764,42.505790485775],[-89.837594886326,42.504910352791]]]},"properties":{"id":"17177","n":"Stephenson","z":["61007","61013","61018","61019","61027","61032","61039","61044","61047","61048","61050","61060","61062","61063","61067","61070","61078","61087","61089"],"st":"IL"}},"17179":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.872463,40.513127],[-89.675404,40.553938],[-89.554994,40.747637],[-89.330167,40.748257],[-89.327343,40.615566],[-89.26939,40.594329],[-89.26374,40.325344],[-89.602979,40.320129],[-89.714927,40.319218],[-89.717104,40.435655],[-89.92468,40.435921],[-89.872463,40.513127]]]},"properties":{"id":"17179","n":"Tazewell","z":["61530","61534","61535","61546","61550","61554","61555","61558","61564","61568","61571","61610","61611","61721","61732","61733","61734","61742","61747","61755","61759","62635","62682"],"st":"IL"}},"17181":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.5017910495,37.558895719323],[-89.497745926039,37.569985913928],[-89.453355,37.600195],[-89.153668,37.600469],[-89.041401,37.596576],[-89.044787,37.329846],[-89.248439,37.335109],[-89.473679434541,37.334853902195],[-89.42594,37.407471],[-89.5017910495,37.558895719323]]]},"properties":{"id":"17181","n":"Union","z":["62902","62905","62906","62912","62920","62923","62926","62939","62952","62957","62958","62961","62998"],"st":"IL"}},"17183":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.932858,40.399401],[-87.935309,40.485923],[-87.526875773254,40.49122440969],[-87.527065263399,40.476882292461],[-87.531021612428,40.148035396746],[-87.532454493884,39.882999118782],[-87.937645,39.879803],[-87.932858,40.399401]]]},"properties":{"id":"17183","n":"Vermilion","z":["60932","60942","60960","60963","61810","61811","61812","61814","61817","61831","61832","61833","61834","61841","61844","61846","61848","61849","61850","61857","61858","61859","61862","61865","61870","61876","61883"],"st":"IL"}},"17185":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.9906,38.259715],[-87.951122,38.290611],[-87.97607,38.399928],[-87.953898,38.570094],[-87.912286,38.570104],[-87.648356763074,38.566628716058],[-87.654166,38.511911],[-87.75110594512,38.418849208455],[-87.831972,38.307241],[-87.968968,38.237389],[-87.9906,38.259715]]]},"properties":{"id":"17185","n":"Wabash","z":["62410","62460","62476","62811","62818","62852","62863"],"st":"IL"}},"17187":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.785194,41.068749],[-90.439423,41.063995],[-90.444343,40.714667],[-90.445506,40.627843],[-90.789652,40.63575],[-90.785194,41.068749]]]},"properties":{"id":"17187","n":"Warren","z":["61401","61410","61412","61415","61417","61423","61435","61447","61453","61462","61473","61474","61475","61478"],"st":"IL"}},"17189":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.704417,38.415667],[-89.577521,38.48316],[-89.481556,38.468465],[-89.360248,38.516522],[-89.143898,38.503088],[-89.144388,38.473878],[-89.147416,38.212896],[-89.592797,38.219271],[-89.703256,38.219404],[-89.704417,38.415667]]]},"properties":{"id":"17189","n":"Washington","z":["62214","62237","62257","62263","62268","62271","62801","62803","62808","62831","62848","62876","62877"],"st":"IL"}},"17191":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.698961,38.474914],[-88.698457,38.606304],[-88.253851,38.599502],[-88.147814,38.569086],[-88.1509,38.256097],[-88.370491,38.255413],[-88.702391,38.256661],[-88.698961,38.474914]]]},"properties":{"id":"17191","n":"Wayne","z":["62446","62450","62809","62810","62814","62820","62823","62824","62833","62837","62842","62843","62850","62851","62868","62878","62886","62895","62899"],"st":"IL"}},"17193":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.370491,38.255413],[-88.1509,38.256097],[-87.9906,38.259715],[-87.968968,38.237389],[-87.970200840804,38.230271058386],[-87.927468,38.151946],[-88.030884,38.030713],[-88.059469492701,37.866689804011],[-88.136053,37.916023],[-88.37452,37.908432],[-88.370491,38.255413]]]},"properties":{"id":"17193","n":"White","z":["62820","62821","62827","62834","62835","62844","62861","62862","62867","62869","62887"],"st":"IL"}},"17195":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.242368247397,41.782768725985],[-90.180643,41.811979],[-90.158153033709,41.929843227376],[-89.685366,41.93034],[-89.62933,41.901617],[-89.631494,41.584949],[-89.862351,41.584005],[-90.185609,41.584653],[-90.161233,41.643927],[-90.229749,41.675375],[-90.242368247397,41.782768725985]]]},"properties":{"id":"17195","n":"Whiteside","z":["61014","61037","61064","61071","61081","61230","61243","61250","61251","61252","61261","61270","61277","61283"],"st":"IL"}},"17197":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.261273,41.724534],[-88.030352,41.728894],[-88.028985,41.685518],[-87.91193,41.643933],[-87.909377,41.556819],[-87.812262,41.558291],[-87.787302,41.469839],[-87.525409353347,41.470280666062],[-87.526768,41.298177],[-88.013919,41.292447],[-88.011812,41.205604],[-88.244155,41.201546],[-88.252231,41.463066],[-88.261273,41.724534]]]},"properties":{"id":"17197","n":"Will","z":["60401","60403","60404","60407","60408","60410","60416","60417","60421","60423","60431","60432","60433","60434","60435","60436","60439","60440","60441","60442","60446","60447","60448","60449","60451","60466","60467","60468","60471","60475","60477","60481","60484","60487","60490","60491","60503","60543","60544","60564","60565","60585","60586","60940","60950"],"st":"IL"}},"17199":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.151176,37.861999],[-88.70676,37.863338],[-88.708546,37.599277],[-89.041401,37.596576],[-89.153668,37.600469],[-89.151176,37.861999]]]},"properties":{"id":"17199","n":"Williamson","z":["62841","62890","62896","62901","62902","62915","62917","62918","62921","62922","62924","62933","62939","62948","62949","62951","62958","62959","62974","62987"],"st":"IL"}},"17201":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.401416811041,42.500441931074],[-89.365798607663,42.500025966951],[-88.940384860378,42.495439827471],[-88.939732,42.15232],[-89.172799,42.150297],[-89.173,42.204241],[-89.396192,42.201916],[-89.401416811041,42.500441931074]]]},"properties":{"id":"17201","n":"Winnebago","z":["60146","61008","61011","61016","61019","61020","61024","61047","61063","61072","61073","61077","61079","61080","61084","61088","61101","61102","61103","61104","61105","61106","61107","61108","61109","61110","61111","61112","61114","61115","61125","61126","61130","61131","61132"],"st":"IL"}},"17203":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.47233,40.921206],[-89.047718,40.925749],[-88.93139,40.92774],[-88.929331,40.753337],[-88.986896,40.752297],[-88.9847,40.664954],[-89.133752,40.596734],[-89.26939,40.594329],[-89.327343,40.615566],[-89.330167,40.748257],[-89.554994,40.747637],[-89.562394,40.793637],[-89.47233,40.921206]]]},"properties":{"id":"17203","n":"Woodford","z":["61516","61530","61545","61548","61561","61570","61611","61725","61729","61733","61738","61742","61744","61748","61760","61771"],"st":"IL"}},"18001":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.073861,40.917823],[-84.802670206153,40.922568713921],[-84.802119032264,40.728145936873],[-84.802413878579,40.572212880647],[-85.068479,40.56824],[-85.073861,40.917823]]]},"properties":{"id":"18001","n":"Adams","z":["46711","46714","46733","46740","46769","46772","46773","46777","46780","46782","47326"],"st":"IN"}},"18003":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.307781,41.264158],[-85.192094,41.264209],[-84.803703572617,41.271258330571],[-84.803644982256,41.252561683548],[-84.802859621951,40.989374052009],[-84.802670206153,40.922568713921],[-85.073861,40.917823],[-85.33603,40.917082],[-85.335643,41.00525],[-85.338552,41.17912],[-85.307781,41.264158]]]},"properties":{"id":"18003","n":"Allen","z":["46704","46706","46723","46733","46741","46743","46745","46748","46765","46773","46774","46777","46783","46788","46797","46798","46801","46802","46803","46804","46805","46806","46807","46808","46809","46814","46815","46816","46818","46819","46825","46835","46845","46850","46851","46852","46853","46854","46855","46856","46857","46858","46859","46860","46861","46862","46863","46864","46865","46866","46867","46868","46869","46885","46895","46896","46897","46898","46899"],"st":"IN"}},"18005":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.085601,39.344189],[-85.952005,39.347373],[-85.684515,39.350049],[-85.686783,39.130859],[-85.799834,39.128897],[-85.798804,39.068536],[-85.860573,39.04091],[-86.080272,39.05027],[-86.085601,39.344189]]]},"properties":{"id":"18005","n":"Bartholomew","z":["46124","47201","47202","47203","47226","47232","47236","47244","47246","47247","47274","47280","47283"],"st":"IN"}},"18007":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.526875773254,40.49122440969],[-87.526136490424,40.736885081423],[-87.267298,40.736582],[-87.09839,40.736541],[-87.095357,40.562895],[-87.093676,40.475745],[-87.527065263399,40.476882292461],[-87.526875773254,40.49122440969]]]},"properties":{"id":"18007","n":"Benton","z":["47917","47921","47942","47944","47948","47970","47971","47975","47977","47986"],"st":"IN"}},"18009":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.447014,40.566929],[-85.201146,40.567242],[-85.219901,40.379034],[-85.44433,40.37914],[-85.447014,40.566929]]]},"properties":{"id":"18009","n":"Blackford","z":["46952","47336","47348","47359"],"st":"IN"}},"18011":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.695804,40.178657],[-86.242365,40.180778],[-86.239739,39.926055],[-86.326293,39.924029],[-86.695071,39.92277],[-86.695804,40.178657]]]},"properties":{"id":"18011","n":"Boone","z":["46035","46050","46052","46069","46071","46075","46077","46102","46112","46147","46268","47933","47968"],"st":"IN"}},"18013":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.381395,39.339752],[-86.251684,39.341672],[-86.085601,39.344189],[-86.080272,39.05027],[-86.318133,39.04881],[-86.370066,39.048375],[-86.381395,39.339752]]]},"properties":{"id":"18013","n":"Brown","z":["46160","46164","46181","47201","47235","47274","47401","47435","47448","47468"],"st":"IN"}},"18015":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.581739,40.735765],[-86.525164,40.692419],[-86.373521,40.69246],[-86.374417,40.561361],[-86.375762,40.431851],[-86.694665,40.432156],[-86.695353,40.561874],[-86.771293,40.562082],[-86.750011,40.736027],[-86.581739,40.735765]]]},"properties":{"id":"18015","n":"Carroll","z":["46041","46065","46913","46915","46916","46917","46920","46923","46929","46947","47920","47923","47926","47950","47960","47997"],"st":"IN"}},"18017":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.581532,40.910925],[-86.468509,40.909889],[-86.169012,40.909836],[-86.165024,40.562649],[-86.374417,40.561361],[-86.373521,40.69246],[-86.525164,40.692419],[-86.581739,40.735765],[-86.581532,40.910925]]]},"properties":{"id":"18017","n":"Cass","z":["46926","46932","46942","46947","46950","46961","46967","46970","46978","46988","46994","46998"],"st":"IN"}},"18019":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.847893,38.561269],[-85.793584,38.604814],[-85.56998,38.606155],[-85.431416070752,38.586285613109],[-85.433136,38.523914],[-85.587758,38.450495],[-85.634444144977,38.378399447575],[-85.683561,38.295469],[-85.79451090677,38.277954735795],[-85.760844,38.350218],[-85.807704,38.404443],[-85.99462,38.418345],[-85.993317,38.48854],[-85.884776,38.503469],[-85.847893,38.561269]]]},"properties":{"id":"18019","n":"Clark","z":["47104","47106","47111","47119","47126","47129","47130","47132","47134","47141","47143","47144","47147","47150","47162","47163","47172","47177","47190","47199"],"st":"IN"}},"18021":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.240379,39.259064],[-87.238964,39.52062],[-87.199012,39.607137],[-87.013062,39.604787],[-87.014533,39.473572],[-86.939981,39.473345],[-86.942473,39.342043],[-87.053646,39.342621],[-87.054578,39.168086],[-87.240737,39.171773],[-87.240379,39.259064]]]},"properties":{"id":"18021","n":"Clay","z":["47427","47438","47802","47833","47834","47837","47840","47841","47846","47853","47857","47858","47868","47874","47881"],"st":"IN"}},"18023":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.695637,40.214367],[-86.694665,40.432156],[-86.375762,40.431851],[-86.242992,40.373661],[-86.242743,40.215834],[-86.242365,40.180778],[-86.695804,40.178657],[-86.695637,40.214367]]]},"properties":{"id":"18023","n":"Clinton","z":["46035","46039","46041","46049","46050","46057","46058","46065","46067","46069","46979"],"st":"IN"}},"18025":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.681424,38.394767],[-86.308868,38.394069],[-86.308674,38.422875],[-86.255045,38.422685],[-86.253137,38.2919],[-86.321274,38.147418],[-86.433574364088,38.087144387579],[-86.460425,38.206825],[-86.571685,38.207539],[-86.570136,38.266328],[-86.679511,38.263086],[-86.681424,38.394767]]]},"properties":{"id":"18025","n":"Crawford","z":["47116","47118","47123","47137","47140","47145","47175","47513"],"st":"IN"}},"18027":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.098771,38.903974],[-86.904252,38.904204],[-86.922943,38.817238],[-86.924186,38.505358],[-87.072369,38.5147],[-87.242097,38.54493],[-87.278553,38.691343],[-87.213267,38.807977],[-87.098771,38.903974]]]},"properties":{"id":"18027","n":"Daviess","z":["47501","47519","47529","47553","47558","47562","47568"],"st":"IN"}},"18029":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.132508,38.948055],[-85.065574,39.307232],[-84.818877469275,39.305143583559],[-84.820157,39.10548],[-84.877570231125,39.031262844094],[-85.132508,38.948055]]]},"properties":{"id":"18029","n":"Dearborn","z":["47001","47012","47018","47022","47025","47031","47032","47041","47060"],"st":"IN"}},"18031":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.684515,39.350049],[-85.63063,39.350205],[-85.629327,39.45275],[-85.297575,39.453275],[-85.29654,39.268291],[-85.440054,39.195617],[-85.56632,39.132761],[-85.686783,39.130859],[-85.684515,39.350049]]]},"properties":{"id":"18031","n":"Decatur","z":["46156","46173","47006","47225","47240","47244","47263","47272","47283"],"st":"IN"}},"18033":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.194084,41.526437],[-84.80495815624,41.530137813388],[-84.804253257612,41.42604971155],[-84.803703572617,41.271258330571],[-85.192094,41.264209],[-85.194084,41.526437]]]},"properties":{"id":"18033","n":"De Kalb","z":["46705","46706","46710","46721","46730","46738","46742","46747","46748","46755","46763","46785","46788","46793"],"st":"IN"}},"18035":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.578589,40.379524],[-85.44433,40.37914],[-85.219901,40.379034],[-85.218758,40.306706],[-85.214386,40.076889],[-85.576197,40.077143],[-85.578589,40.379524]]]},"properties":{"id":"18035","n":"Delaware","z":["46001","46012","46017","46989","47302","47303","47304","47305","47306","47307","47308","47320","47334","47336","47338","47342","47354","47356","47367","47368","47383","47396"],"st":"IN"}},"18037":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.072369,38.5147],[-86.924186,38.505358],[-86.682359,38.526378],[-86.681424,38.394767],[-86.679511,38.263086],[-86.792152,38.2491],[-86.791497,38.20513],[-87.01749,38.20358],[-87.073067,38.232596],[-87.072369,38.5147]]]},"properties":{"id":"18037","n":"Dubois","z":["47432","47513","47521","47527","47532","47541","47542","47545","47546","47547","47549","47564","47575","47580","47590"],"st":"IN"}},"18039":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.062563029011,41.759653033158],[-85.791363,41.759051],[-85.659750237991,41.759236686047],[-85.654747,41.523347],[-85.653507,41.436856],[-86.05923,41.435812],[-86.059451,41.479154],[-86.062563029011,41.759653033158]]]},"properties":{"id":"18039","n":"Elkhart","z":["46507","46514","46515","46516","46517","46526","46527","46528","46530","46540","46542","46543","46550","46553","46561","46567","46573","46767"],"st":"IN"}},"18041":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.301584,39.787579],[-85.221118,39.788449],[-85.185089,39.715515],[-85.034575,39.714764],[-85.036087,39.526213],[-85.29811,39.525476],[-85.301584,39.787579]]]},"properties":{"id":"18041","n":"Fayette","z":["46127","46133","47322","47325","47331","47357"],"st":"IN"}},"18043":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.032817,38.417898],[-85.99462,38.418345],[-85.807704,38.404443],[-85.760844,38.350218],[-85.79451090677,38.277954735795],[-85.895911787736,38.17992692087],[-85.957576,38.186072],[-85.955224,38.260501],[-86.032559,38.33066],[-86.032817,38.417898]]]},"properties":{"id":"18043","n":"Floyd","z":["47106","47117","47119","47122","47124","47136","47146","47150","47151","47165","47172"],"st":"IN"}},"18045":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.406667,40.127508],[-87.438755,40.165694],[-87.244898,40.309252],[-87.092148,40.366612],[-87.092563,40.214806],[-87.091006,39.953009],[-87.420221,39.952452],[-87.406667,40.127508]]]},"properties":{"id":"18045","n":"Fountain","z":["47918","47932","47949","47952","47958","47969","47987","47988","48918"],"st":"IN"}},"18047":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.29811,39.525476],[-85.036087,39.526213],[-84.816160194911,39.521968108993],[-84.818877469275,39.305143583559],[-85.065574,39.307232],[-85.217883,39.308474],[-85.29654,39.268291],[-85.297575,39.453275],[-85.29811,39.525476]]]},"properties":{"id":"18047","n":"Franklin","z":{"1":"46173","2":"47006","3":"47010","4":"47012","5":"47016","6":"47024","7":"47030","8":"47035","9":"47036","10":"47039","11":"47060","12":"47240","13":"47331","14":"47353","15":"45053"},"st":"IN"}},"18049":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.467046,41.171442],[-86.077551,41.172868],[-86.075939,41.084878],[-85.945561,41.042876],[-85.946436,40.999195],[-86.168459,40.996097],[-86.169012,40.909836],[-86.468509,40.909889],[-86.467046,41.171442]]]},"properties":{"id":"18049","n":"Fulton","z":["46511","46539","46570","46910","46912","46922","46931","46935","46939","46945","46951","46960","46975","46982"],"st":"IN"}},"18051":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.968968,38.237389],[-87.831972,38.307241],[-87.75110594512,38.418849208455],[-87.599317,38.450721],[-87.462892,38.533519],[-87.407583,38.375501],[-87.316219,38.381474],[-87.316893,38.246077],[-87.31703,38.201753],[-87.467284,38.165403],[-87.688374,38.168419],[-87.799169,38.22858],[-87.970200840804,38.230271058386],[-87.968968,38.237389]]]},"properties":{"id":"18051","n":"Gibson","z":["47612","47613","47616","47619","47633","47639","47640","47648","47649","47654","47660","47665","47666","47670","47683","47725"],"st":"IN"}},"18053":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.864791,40.651693],[-85.638587,40.653129],[-85.448825,40.653607],[-85.447014,40.566929],[-85.44433,40.37914],[-85.578589,40.379524],[-85.862296,40.378367],[-85.862117,40.406889],[-85.863641,40.565525],[-85.864791,40.651693]]]},"properties":{"id":"18053","n":"Grant","z":["46036","46919","46928","46930","46933","46938","46940","46952","46953","46957","46986","46987","46989","46991"],"st":"IN"}},"18055":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.240737,39.171773],[-87.054578,39.168086],[-86.683002,39.165746],[-86.682277,38.992404],[-86.682853,38.904697],[-86.904252,38.904204],[-87.098771,38.903974],[-87.241027,38.907874],[-87.240737,39.171773]]]},"properties":{"id":"18055","n":"Greene","z":["47403","47424","47426","47438","47441","47443","47445","47449","47453","47457","47459","47460","47462","47465","47471","47529","47578","47845","47848"],"st":"IN"}},"18057":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.242743,40.215834],[-85.861903,40.218936],[-85.862489,39.943618],[-85.937587,39.927137],[-86.239739,39.926055],[-86.242365,40.180778],[-86.242743,40.215834]]]},"properties":{"id":"18057","n":"Hamilton","z":["46030","46031","46032","46033","46034","46037","46038","46040","46055","46060","46061","46062","46069","46074","46077","46082","46085","46240","46250","46256","46260","46280","46290"],"st":"IN"}},"18059":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.937587,39.927137],[-85.862489,39.943618],[-85.576192,39.945756],[-85.596916,39.786519],[-85.633228,39.698462],[-85.951721,39.697136],[-85.937587,39.927137]]]},"properties":{"id":"18059","n":"Hancock","z":["46040","46055","46056","46064","46115","46117","46129","46130","46140","46154","46161","46163","46186","46229","46239","47384"],"st":"IN"}},"18061":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.321274,38.147418],[-86.253137,38.2919],[-86.255045,38.422685],[-86.032817,38.417898],[-86.032559,38.33066],[-85.955224,38.260501],[-85.957576,38.186072],[-85.895911787736,38.17992692087],[-85.951729645916,38.014940127091],[-85.997351659754,37.991225602299],[-86.206439,38.021876],[-86.321274,38.147418]]]},"properties":{"id":"18061","n":"Harrison","z":["47107","47110","47112","47114","47115","47117","47122","47124","47135","47136","47142","47160","47161","47164","47166"],"st":"IN"}},"18063":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.695071,39.92277],[-86.326293,39.924029],[-86.326341,39.632177],[-86.465605,39.600769],[-86.65665,39.601395],[-86.687406,39.630437],[-86.695127,39.864845],[-86.695071,39.92277]]]},"properties":{"id":"18063","n":"Hendricks","z":["46103","46112","46113","46118","46121","46122","46123","46147","46149","46158","46165","46167","46168","46180","46213","46231","46234","46278"],"st":"IN"}},"18065":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.576192,39.945756],[-85.576197,40.077143],[-85.214386,40.076889],[-85.201473,40.004521],[-85.221118,39.788449],[-85.301584,39.787579],[-85.596916,39.786519],[-85.576192,39.945756]]]},"properties":{"id":"18065","n":"Henry","z":["46117","46148","46186","47302","47327","47334","47337","47344","47346","47351","47352","47354","47356","47360","47361","47362","47366","47384","47385","47386","47387","47388"],"st":"IN"}},"18067":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.374417,40.561361],[-86.165024,40.562649],[-85.863641,40.565525],[-85.862117,40.406889],[-86.242812,40.402914],[-86.242992,40.373661],[-86.375762,40.431851],[-86.374417,40.561361]]]},"properties":{"id":"18067","n":"Howard","z":["46076","46901","46902","46903","46904","46919","46929","46932","46936","46937","46965","46979","46995"],"st":"IN"}},"18069":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.643841,41.002305],[-85.335643,41.00525],[-85.33603,40.917082],[-85.334667,40.654413],[-85.448825,40.653607],[-85.638587,40.653129],[-85.643841,41.002305]]]},"properties":{"id":"18069","n":"Huntington","z":["46702","46713","46750","46770","46783","46792","46940","46952","46991"],"st":"IN"}},"18071":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.318133,39.04881],[-86.080272,39.05027],[-85.860573,39.04091],[-85.798804,39.068536],[-85.795357,38.807508],[-85.888334,38.734443],[-86.091705,38.783399],[-86.275281,38.763795],[-86.280389,38.991028],[-86.317474,38.99087],[-86.318133,39.04881]]]},"properties":{"id":"18071","n":"Jackson","z":["47102","47220","47228","47229","47235","47249","47260","47264","47274","47281"],"st":"IN"}},"18073":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.275882,41.218595],[-87.218862,41.242027],[-87.131339,41.286245],[-86.968125,41.219658],[-86.930079,41.236798],[-86.93017,41.172318],[-86.930759,40.912418],[-86.986438,40.837921],[-87.099793,40.837607],[-87.09839,40.736541],[-87.267298,40.736582],[-87.275882,41.218595]]]},"properties":{"id":"18073","n":"Jasper","z":["46310","46372","46374","46380","46392","47922","47943","47946","47948","47957","47959","47977","47978","47995"],"st":"IN"}},"18075":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.219901,40.379034],[-85.201146,40.567242],[-85.068479,40.56824],[-84.802413878579,40.572212880647],[-84.804120527015,40.352762230297],[-84.804917302578,40.310095915034],[-85.218758,40.306706],[-85.219901,40.379034]]]},"properties":{"id":"18075","n":"Jay","z":["47320","47326","47336","47369","47371","47373","47380","47381","47390"],"st":"IN"}},"18077":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.683839,38.815406],[-85.628855,38.817583],[-85.5382,38.912217],[-85.444897,38.912998],[-85.203166,38.913803],[-85.201760622549,38.697440791846],[-85.332640733751,38.734816754348],[-85.448862,38.713368],[-85.431416070752,38.586285613109],[-85.56998,38.606155],[-85.57093,38.678706],[-85.683338,38.736731],[-85.683839,38.815406]]]},"properties":{"id":"18077","n":"Jefferson","z":["47043","47138","47147","47224","47227","47230","47231","47243","47250","47270"],"st":"IN"}},"18079":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.686783,39.130859],[-85.56632,39.132761],[-85.440054,39.195617],[-85.444897,38.912998],[-85.5382,38.912217],[-85.628855,38.817583],[-85.683839,38.815406],[-85.795357,38.807508],[-85.798804,39.068536],[-85.799834,39.128897],[-85.686783,39.130859]]]},"properties":{"id":"18079","n":"Jennings","z":["47223","47227","47229","47230","47231","47232","47245","47265","47270","47273","47274","47282","47283"],"st":"IN"}},"18081":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.249885,39.633645],[-85.95208,39.638345],[-85.952005,39.347373],[-86.085601,39.344189],[-86.251684,39.341672],[-86.249885,39.633645]]]},"properties":{"id":"18081","n":"Johnson","z":["46106","46124","46131","46142","46143","46151","46160","46162","46164","46181","46184","46259"],"st":"IN"}},"18083":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.648356763074,38.566628716058],[-87.62012,38.639489],[-87.498948,38.757774],[-87.535257050808,38.852491464967],[-87.528717663698,38.905943786289],[-87.241027,38.907874],[-87.098771,38.903974],[-87.213267,38.807977],[-87.278553,38.691343],[-87.242097,38.54493],[-87.462892,38.533519],[-87.599317,38.450721],[-87.75110594512,38.418849208455],[-87.654166,38.511911],[-87.648356763074,38.566628716058]]]},"properties":{"id":"18083","n":"Knox","z":["47512","47516","47524","47528","47535","47557","47561","47573","47578","47591","47596","47597"],"st":"IN"}},"18085":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.077551,41.172868],[-86.054116,41.176368],[-86.05923,41.435812],[-85.653507,41.436856],[-85.651928,41.294776],[-85.686574,41.178376],[-85.684181,41.046716],[-85.945561,41.042876],[-86.075939,41.084878],[-86.077551,41.172868]]]},"properties":{"id":"18085","n":"Kosciusko","z":["46502","46504","46508","46510","46524","46538","46539","46542","46550","46555","46562","46567","46580","46581","46582","46590","46732","46787","46910","46962","46982"],"st":"IN"}},"18087":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.659750237991,41.759236686047],[-85.292178811333,41.759755274702],[-85.196774200302,41.759870841803],[-85.194084,41.526437],[-85.654747,41.523347],[-85.659750237991,41.759236686047]]]},"properties":{"id":"18087","n":"LaGrange","z":["46540","46543","46565","46571","46746","46747","46761","46767","46771","46776","46786","46789","46795"],"st":"IN"}},"18089":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.525409353347,41.470280666062],[-87.524044,41.708335],[-87.415816,41.688183],[-87.365439,41.629536],[-87.222799949118,41.62888983896],[-87.218862,41.242027],[-87.275882,41.218595],[-87.393796,41.162806],[-87.526648158082,41.166089944512],[-87.526768,41.298177],[-87.525409353347,41.470280666062]]]},"properties":{"id":"18089","n":"Lake","z":["46303","46307","46308","46311","46312","46319","46320","46321","46322","46323","46324","46325","46327","46341","46342","46356","46373","46375","46376","46377","46394","46401","46402","46403","46404","46405","46406","46407","46408","46409","46410","46411"],"st":"IN"}},"18091":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.932849028494,41.716496937902],[-86.824828,41.76024],[-86.524219742443,41.759572155974],[-86.526682,41.65044],[-86.486433,41.570545],[-86.524711,41.432886],[-86.642542,41.432639],[-86.739995,41.321708],[-86.930079,41.236798],[-86.932849028494,41.716496937902]]]},"properties":{"id":"18091","n":"La Porte","z":["46340","46345","46346","46348","46350","46352","46360","46361","46365","46371","46382","46390","46391","46532","46552","46554","46574"],"st":"IN"}},"18093":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.682853,38.904697],[-86.682277,38.992404],[-86.317474,38.99087],[-86.280389,38.991028],[-86.275281,38.763795],[-86.308701,38.688101],[-86.683102,38.686561],[-86.682853,38.904697]]]},"properties":{"id":"18093","n":"Lawrence","z":["47264","47420","47421","47436","47437","47446","47451","47452","47462","47467","47470"],"st":"IN"}},"18095":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.861903,40.218936],[-85.862296,40.378367],[-85.578589,40.379524],[-85.576197,40.077143],[-85.576192,39.945756],[-85.862489,39.943618],[-85.861903,40.218936]]]},"properties":{"id":"18095","n":"Madison","z":["46001","46011","46012","46013","46014","46015","46016","46017","46018","46036","46040","46044","46048","46051","46056","46060","46063","46064","46070","46928","47356"],"st":"IN"}},"18097":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.326293,39.924029],[-86.239739,39.926055],[-85.937587,39.927137],[-85.951721,39.697136],[-85.95208,39.638345],[-86.249885,39.633645],[-86.326341,39.632177],[-86.326293,39.924029]]]},"properties":{"id":"18097","n":"Marion","z":["46077","46107","46113","46183","46201","46202","46203","46204","46205","46206","46207","46208","46209","46214","46216","46217","46218","46219","46220","46221","46222","46224","46225","46226","46227","46228","46229","46230","46231","46234","46235","46236","46237","46239","46240","46241","46242","46244","46247","46249","46250","46251","46253","46254","46255","46256","46259","46260","46262","46268","46277","46278","46282","46283","46285","46288","46298"],"st":"IN"}},"18099":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.059451,41.479154],[-86.05923,41.435812],[-86.054116,41.176368],[-86.077551,41.172868],[-86.467046,41.171442],[-86.466603,41.432968],[-86.467108,41.476459],[-86.059451,41.479154]]]},"properties":{"id":"18099","n":"Marshall","z":["46501","46504","46506","46511","46513","46536","46537","46539","46550","46563","46570","46572","46574"],"st":"IN"}},"18101":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.904252,38.904204],[-86.682853,38.904697],[-86.683102,38.686561],[-86.682359,38.526378],[-86.924186,38.505358],[-86.922943,38.817238],[-86.904252,38.904204]]]},"properties":{"id":"18101","n":"Martin","z":["47432","47446","47470","47522","47553","47562","47581"],"st":"IN"}},"18103":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.946436,40.999195],[-85.939525,40.650991],[-85.864791,40.651693],[-85.863641,40.565525],[-86.165024,40.562649],[-86.169012,40.909836],[-86.168459,40.996097],[-85.946436,40.999195]]]},"properties":{"id":"18103","n":"Miami","z":["46901","46910","46911","46914","46919","46921","46926","46932","46951","46958","46959","46970","46971","46974"],"st":"IN"}},"18105":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.630818,39.346948],[-86.381395,39.339752],[-86.370066,39.048375],[-86.318133,39.04881],[-86.317474,38.99087],[-86.682277,38.992404],[-86.683002,39.165746],[-86.68561,39.336043],[-86.630818,39.346948]]]},"properties":{"id":"18105","n":"Monroe","z":["46151","47264","47401","47402","47403","47404","47405","47406","47407","47408","47429","47433","47434","47436","47448","47458","47460","47462","47463","47464","47468"],"st":"IN"}},"18107":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.092563,40.214806],[-86.695637,40.214367],[-86.695804,40.178657],[-86.695071,39.92277],[-86.695127,39.864845],[-87.009477,39.866705],[-87.091542,39.867265],[-87.091006,39.953009],[-87.092563,40.214806]]]},"properties":{"id":"18107","n":"Montgomery","z":["46035","47916","47930","47933","47940","47954","47955","47965","47967","47968","47981","47989","47990","47994"],"st":"IN"}},"18109":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.65665,39.601395],[-86.465605,39.600769],[-86.326341,39.632177],[-86.249885,39.633645],[-86.251684,39.341672],[-86.381395,39.339752],[-86.630818,39.346948],[-86.63191,39.441086],[-86.68571,39.470063],[-86.65665,39.601395]]]},"properties":{"id":"18109","n":"Morgan","z":["46106","46111","46113","46118","46120","46125","46151","46157","46158","46160","46166","46180","47433","47456"],"st":"IN"}},"18111":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.526648158082,41.166089944512],[-87.393796,41.162806],[-87.275882,41.218595],[-87.267298,40.736582],[-87.526136490424,40.736885081423],[-87.526463305991,41.010354817964],[-87.526648158082,41.166089944512]]]},"properties":{"id":"18111","n":"Newton","z":["46310","46349","46379","46381","47922","47943","47948","47951","47963","47964","47978"],"st":"IN"}},"18113":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.654747,41.523347],[-85.194084,41.526437],[-85.192094,41.264209],[-85.307781,41.264158],[-85.53718,41.266157],[-85.651928,41.294776],[-85.653507,41.436856],[-85.654747,41.523347]]]},"properties":{"id":"18113","n":"Noble","z":["46562","46571","46701","46710","46723","46725","46732","46748","46755","46760","46763","46764","46767","46784","46794","46795","46796"],"st":"IN"}},"18115":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.135832,38.929578],[-85.132508,38.948055],[-84.877570231125,39.031262844094],[-84.864428518992,38.913843641049],[-85.140312,38.903194],[-85.135832,38.929578]]]},"properties":{"id":"18115","n":"Ohio","z":["47001","47011","47017","47018","47019","47040"],"st":"IN"}},"18117":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.683102,38.686561],[-86.308701,38.688101],[-86.308674,38.422875],[-86.308868,38.394069],[-86.681424,38.394767],[-86.682359,38.526378],[-86.683102,38.686561]]]},"properties":{"id":"18117","n":"Orange","z":["47108","47118","47125","47140","47175","47432","47452","47454","47469","47527"],"st":"IN"}},"18119":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.939981,39.473345],[-86.68571,39.470063],[-86.63191,39.441086],[-86.630818,39.346948],[-86.68561,39.336043],[-86.683002,39.165746],[-87.054578,39.168086],[-87.053646,39.342621],[-86.942473,39.342043],[-86.939981,39.473345]]]},"properties":{"id":"18119","n":"Owen","z":["46120","46166","47404","47427","47431","47433","47455","47456","47459","47460","47471","47833","47841","47868"],"st":"IN"}},"18121":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.420221,39.952452],[-87.091006,39.953009],[-87.091542,39.867265],[-87.009477,39.866705],[-87.013062,39.604787],[-87.199012,39.607137],[-87.382418,39.607937],[-87.395625,39.65295],[-87.353863,39.862077],[-87.420221,39.952452]]]},"properties":{"id":"18121","n":"Parke","z":["46135","46175","47832","47834","47836","47837","47859","47860","47862","47872","47874","47952","47989"],"st":"IN"}},"18123":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.813659941285,37.996034495142],[-86.772367,37.998165],[-86.791497,38.20513],[-86.792152,38.2491],[-86.679511,38.263086],[-86.570136,38.266328],[-86.571685,38.207539],[-86.460425,38.206825],[-86.433574364088,38.087144387579],[-86.488052467128,38.0436653089],[-86.521825,38.038327],[-86.509368,37.902887],[-86.646703057859,37.864908975898],[-86.722247,37.892648],[-86.813659941285,37.996034495142]]]},"properties":{"id":"18123","n":"Perry","z":["47118","47137","47174","47513","47514","47515","47520","47525","47532","47551","47574","47576","47577","47586","47588"],"st":"IN"}},"18125":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.462892,38.533519],[-87.242097,38.54493],[-87.072369,38.5147],[-87.073067,38.232596],[-87.316893,38.246077],[-87.316219,38.381474],[-87.407583,38.375501],[-87.462892,38.533519]]]},"properties":{"id":"18125","n":"Pike","z":["47542","47564","47567","47584","47585","47590","47598","47619","47640","47660"],"st":"IN"}},"18127":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.222799949118,41.62888983896],[-86.932849028494,41.716496937902],[-86.930079,41.236798],[-86.968125,41.219658],[-87.131339,41.286245],[-87.218862,41.242027],[-87.222799949118,41.62888983896]]]},"properties":{"id":"18127","n":"Porter","z":["46301","46302","46304","46307","46341","46342","46347","46348","46355","46360","46368","46383","46384","46385","46390","46391","46393"],"st":"IN"}},"18129":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.059469492701,37.866689804011],[-88.030884,38.030713],[-87.927468,38.151946],[-87.970200840804,38.230271058386],[-87.799169,38.22858],[-87.688374,38.168419],[-87.71321078529,37.883088390367],[-87.92539338171,37.899591477137],[-87.903804,37.817762],[-88.02803,37.799224],[-88.059469492701,37.866689804011]]]},"properties":{"id":"18129","n":"Posey","z":["47612","47616","47620","47631","47633","47638","47712"],"st":"IN"}},"18131":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.93017,41.172318],[-86.467046,41.171442],[-86.468509,40.909889],[-86.581532,40.910925],[-86.930759,40.912418],[-86.93017,41.172318]]]},"properties":{"id":"18131","n":"Pulaski","z":["46366","46374","46511","46939","46960","46968","46978","46985","46996","47946","47957"],"st":"IN"}},"18133":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.013062,39.604787],[-87.009477,39.866705],[-86.695127,39.864845],[-86.687406,39.630437],[-86.65665,39.601395],[-86.68571,39.470063],[-86.939981,39.473345],[-87.014533,39.473572],[-87.013062,39.604787]]]},"properties":{"id":"18133","n":"Putnam","z":["46105","46120","46121","46128","46135","46170","46171","46172","46175","47456","47840","47868","47872","47954","47989"],"st":"IN"}},"18135":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.218758,40.306706],[-84.804917302578,40.310095915034],[-84.810161238474,40.005067543848],[-85.201473,40.004521],[-85.214386,40.076889],[-85.218758,40.306706]]]},"properties":{"id":"18135","n":"Randolph","z":["47320","47340","47354","47355","47358","47360","47368","47371","47373","47380","47382","47390","47393","47394"],"st":"IN"}},"18137":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.440054,39.195617],[-85.29654,39.268291],[-85.217883,39.308474],[-85.065574,39.307232],[-85.132508,38.948055],[-85.135832,38.929578],[-85.203166,38.913803],[-85.444897,38.912998],[-85.440054,39.195617]]]},"properties":{"id":"18137","n":"Ripley","z":["47006","47017","47018","47021","47023","47031","47033","47034","47037","47041","47042","47224","47240","47250"],"st":"IN"}},"18139":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.596916,39.786519],[-85.301584,39.787579],[-85.29811,39.525476],[-85.297575,39.453275],[-85.629327,39.45275],[-85.633228,39.698462],[-85.596916,39.786519]]]},"properties":{"id":"18139","n":"Rush","z":["46104","46115","46127","46133","46140","46146","46148","46150","46155","46156","46161","46173","46182","47240","47352"],"st":"IN"}},"18141":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.524219742443,41.759572155974],[-86.226094344987,41.760015959116],[-86.062563029011,41.759653033158],[-86.059451,41.479154],[-86.467108,41.476459],[-86.466603,41.432968],[-86.524711,41.432886],[-86.486433,41.570545],[-86.526682,41.65044],[-86.524219742443,41.759572155974]]]},"properties":{"id":"18141","n":"St Joseph","z":["46506","46530","46536","46544","46545","46546","46550","46552","46554","46556","46561","46573","46574","46595","46601","46613","46614","46615","46616","46617","46619","46624","46626","46628","46634","46635","46637","46660","46680","46699"],"st":"IN"}},"18143":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.888334,38.734443],[-85.795357,38.807508],[-85.683839,38.815406],[-85.683338,38.736731],[-85.57093,38.678706],[-85.56998,38.606155],[-85.793584,38.604814],[-85.847893,38.561269],[-85.885643,38.575412],[-85.888334,38.734443]]]},"properties":{"id":"18143","n":"Scott","z":["47102","47138","47147","47170","47177","47230"],"st":"IN"}},"18145":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.95208,39.638345],[-85.951721,39.697136],[-85.633228,39.698462],[-85.629327,39.45275],[-85.63063,39.350205],[-85.684515,39.350049],[-85.952005,39.347373],[-85.95208,39.638345]]]},"properties":{"id":"18145","n":"Shelby","z":["46110","46124","46126","46130","46131","46144","46150","46161","46162","46163","46176","46182","46259","47234","47240","47272"],"st":"IN"}},"18147":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.01749,38.20358],[-86.791497,38.20513],[-86.772367,37.998165],[-86.813659941285,37.996034495142],[-86.97774142511,37.925699208373],[-87.105614,37.767631],[-87.270387407739,37.87542282659],[-87.268003,37.924766],[-87.072332,38.11828],[-87.017453,38.118301],[-87.01749,38.20358]]]},"properties":{"id":"18147","n":"Spencer","z":["47523","47531","47532","47536","47537","47541","47550","47552","47556","47577","47579","47588","47601","47611","47615","47617","47634","47635","47637"],"st":"IN"}},"18149":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.930079,41.236798],[-86.739995,41.321708],[-86.642542,41.432639],[-86.524711,41.432886],[-86.466603,41.432968],[-86.467046,41.171442],[-86.93017,41.172318],[-86.930079,41.236798]]]},"properties":{"id":"18149","n":"Starke","z":["46366","46374","46511","46531","46532","46534","46563","46574","46960","46968","46996"],"st":"IN"}},"18151":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.196774200302,41.759870841803],[-84.825128283877,41.760199006352],[-84.806082,41.696089],[-84.80495815624,41.530137813388],[-85.194084,41.526437],[-85.196774200302,41.759870841803]]]},"properties":{"id":"18151","n":"Steuben","z":["46703","46705","46737","46742","46747","46761","46776","46779","46793"],"st":"IN"}},"18153":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.594745845406,39.259383616483],[-87.240379,39.259064],[-87.240737,39.171773],[-87.241027,38.907874],[-87.528717663698,38.905943786289],[-87.529496,38.971925],[-87.638293413744,39.157492547202],[-87.594745845406,39.259383616483]]]},"properties":{"id":"18153","n":"Sullivan","z":["47438","47561","47838","47848","47849","47850","47852","47855","47858","47861","47865","47879","47882"],"st":"IN"}},"18155":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.203166,38.913803],[-85.135832,38.929578],[-85.140312,38.903194],[-84.864428518992,38.913843641049],[-84.798699822952,38.859227390207],[-84.812877,38.786087],[-85.021052141674,38.758527324714],[-85.201760622549,38.697440791846],[-85.203166,38.913803]]]},"properties":{"id":"18155","n":"Switzerland","z":["47011","47020","47038","47040","47043","47224","47250"],"st":"IN"}},"18157":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.095357,40.562895],[-86.771293,40.562082],[-86.695353,40.561874],[-86.694665,40.432156],[-86.695637,40.214367],[-87.092563,40.214806],[-87.092148,40.366612],[-87.093676,40.475745],[-87.095357,40.562895]]]},"properties":{"id":"18157","n":"Tippecanoe","z":["46058","46923","47901","47902","47903","47904","47905","47906","47907","47909","47918","47920","47924","47930","47941","47955","47962","47967","47970","47981","47983","47992","47996"],"st":"IN"}},"18159":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.862117,40.406889],[-85.862296,40.378367],[-85.861903,40.218936],[-86.242743,40.215834],[-86.242992,40.373661],[-86.242812,40.402914],[-85.862117,40.406889]]]},"properties":{"id":"18159","n":"Tipton","z":["46031","46036","46045","46047","46049","46050","46068","46072","46076","46902"],"st":"IN"}},"18161":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.034575,39.714764],[-84.814129,39.726556],[-84.815705943255,39.567721664027],[-84.816160194911,39.521968108993],[-85.036087,39.526213],[-85.034575,39.714764]]]},"properties":{"id":"18161","n":"Union","z":["47003","47010","47325","47331","47353","47374"],"st":"IN"}},"18163":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.688374,38.168419],[-87.467284,38.165403],[-87.44863585761,37.933877868215],[-87.551277,37.925418],[-87.625851,37.851919],[-87.71321078529,37.883088390367],[-87.688374,38.168419]]]},"properties":{"id":"18163","n":"Vanderburgh","z":["47618","47633","47639","47701","47702","47703","47704","47705","47706","47708","47710","47711","47712","47713","47714","47715","47716","47719","47720","47721","47722","47724","47725","47728","47730","47731","47732","47733","47734","47735","47736","47737","47740","47747","47750"],"st":"IN"}},"18165":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.532454493884,39.882999118782],[-87.531021612428,40.148035396746],[-87.406667,40.127508],[-87.420221,39.952452],[-87.353863,39.862077],[-87.395625,39.65295],[-87.382418,39.607937],[-87.532385282791,39.607304944221],[-87.532454493884,39.882999118782]]]},"properties":{"id":"18165","n":"Vermillion","z":["47831","47842","47847","47854","47875","47884","47928","47932","47966","47974"],"st":"IN"}},"18167":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.531666681974,39.477110992743],[-87.532385282791,39.607304944221],[-87.382418,39.607937],[-87.199012,39.607137],[-87.238964,39.52062],[-87.240379,39.259064],[-87.594745845406,39.259383616483],[-87.531646,39.347888],[-87.531666681974,39.477110992743]]]},"properties":{"id":"18167","n":"Vigo","z":["47801","47802","47803","47804","47805","47807","47808","47809","47834","47842","47850","47851","47858","47863","47866","47869","47870","47871","47874","47876","47878","47880","47885"],"st":"IN"}},"18169":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.945561,41.042876],[-85.684181,41.046716],[-85.643841,41.002305],[-85.638587,40.653129],[-85.864791,40.651693],[-85.939525,40.650991],[-85.946436,40.999195],[-85.945561,41.042876]]]},"properties":{"id":"18169","n":"Wabash","z":["46702","46911","46919","46940","46941","46943","46946","46962","46970","46974","46980","46982","46984","46990","46992"],"st":"IN"}},"18171":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.527065263399,40.476882292461],[-87.093676,40.475745],[-87.092148,40.366612],[-87.244898,40.309252],[-87.438755,40.165694],[-87.406667,40.127508],[-87.531021612428,40.148035396746],[-87.527065263399,40.476882292461]]]},"properties":{"id":"18171","n":"Warren","z":["47906","47917","47918","47921","47932","47970","47975","47982","47991","47993"],"st":"IN"}},"18173":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.467284,38.165403],[-87.31703,38.201753],[-87.316893,38.246077],[-87.073067,38.232596],[-87.01749,38.20358],[-87.017453,38.118301],[-87.072332,38.11828],[-87.268003,37.924766],[-87.270387407739,37.87542282659],[-87.304057452442,37.893432549122],[-87.44863585761,37.933877868215],[-87.467284,38.165403]]]},"properties":{"id":"18173","n":"Warrick","z":["47523","47537","47541","47601","47610","47613","47619","47629","47630","47637","47647","47660","47725"],"st":"IN"}},"18175":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.275281,38.763795],[-86.091705,38.783399],[-85.888334,38.734443],[-85.885643,38.575412],[-85.847893,38.561269],[-85.884776,38.503469],[-85.993317,38.48854],[-85.99462,38.418345],[-86.032817,38.417898],[-86.255045,38.422685],[-86.308674,38.422875],[-86.308701,38.688101],[-86.275281,38.763795]]]},"properties":{"id":"18175","n":"Washington","z":["47106","47108","47120","47125","47126","47164","47165","47167","47170","47281"],"st":"IN"}},"18177":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.201473,40.004521],[-84.810161238474,40.005067543848],[-84.81141710638,39.91691362958],[-84.814129,39.726556],[-85.034575,39.714764],[-85.185089,39.715515],[-85.221118,39.788449],[-85.201473,40.004521]]]},"properties":{"id":"18177","n":"Wayne","z":["47324","47327","47330","47335","47339","47341","47345","47346","47354","47357","47358","47360","47370","47374","47375","47392","47393"],"st":"IN"}},"18179":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.448825,40.653607],[-85.334667,40.654413],[-85.33603,40.917082],[-85.073861,40.917823],[-85.068479,40.56824],[-85.201146,40.567242],[-85.447014,40.566929],[-85.448825,40.653607]]]},"properties":{"id":"18179","n":"Wells","z":["46714","46731","46740","46759","46766","46770","46777","46778","46781","46783","46791","46792","46798","46799","46952","47359"],"st":"IN"}},"18181":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.930759,40.912418],[-86.581532,40.910925],[-86.581739,40.735765],[-86.750011,40.736027],[-86.771293,40.562082],[-87.095357,40.562895],[-87.09839,40.736541],[-87.099793,40.837607],[-86.986438,40.837921],[-86.930759,40.912418]]]},"properties":{"id":"18181","n":"White","z":["46977","46978","46985","46996","47906","47920","47923","47925","47926","47929","47950","47959","47960","47978","47980","47995"],"st":"IN"}},"18183":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.651928,41.294776],[-85.53718,41.266157],[-85.307781,41.264158],[-85.338552,41.17912],[-85.335643,41.00525],[-85.643841,41.002305],[-85.684181,41.046716],[-85.686574,41.178376],[-85.651928,41.294776]]]},"properties":{"id":"18183","n":"Whitley","z":["46562","46723","46725","46750","46764","46783","46787","46818","46962"],"st":"IN"}},"19001":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.700629,41.504148],[-94.241593,41.503679],[-94.241637,41.157134],[-94.470603,41.157566],[-94.700589,41.158085],[-94.700629,41.504148]]]},"properties":{"id":"19001","n":"Adair","z":["50002","50020","50048","50070","50155","50164","50250","50801","50837","50846","50849","50858","50859"],"st":"IA"}},"19003":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.927587,41.158508],[-94.700589,41.158085],[-94.470603,41.157566],[-94.470779,40.899502],[-94.928459,40.900653],[-94.927587,41.158508]]]},"properties":{"id":"19003","n":"Adams","z":["50801","50837","50839","50841","50843","50851","50853","50857","50859","50864"],"st":"IA"}},"19005":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.610835000554,43.500687846779],[-91.217706,43.50055],[-91.210663357773,43.419441782903],[-91.207367,43.373659],[-91.05791,43.253968],[-91.175253,43.134665],[-91.174934913911,43.080260371845],[-91.605307,43.081653],[-91.610835000554,43.500687846779]]]},"properties":{"id":"19005","n":"Allamakee","z":["52101","52140","52146","52151","52156","52159","52160","52162","52170","52172"],"st":"IA"}},"19007":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.097595,40.898451],[-92.639091,40.898886],[-92.637903293599,40.590956547098],[-92.714597263045,40.589582833836],[-93.09729120375,40.583823477325],[-93.097595,40.898451]]]},"properties":{"id":"19007","n":"Appanoose","z":["52544","52549","52555","52569","52571","52572","52574","52581","52590","52593","52594"],"st":"IA"}},"19009":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.092861,41.863374],[-94.744876,41.862394],[-94.744204,41.602185],[-94.700629,41.504148],[-95.04077,41.50469],[-95.040748,41.602152],[-95.09252,41.602055],[-95.092861,41.863374]]]},"properties":{"id":"19009","n":"Audubon","z":["50020","50022","50025","50042","50058","50076","50110","50117","51455","51531","51543"],"st":"IA"}},"19011":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.298792,42.297527],[-92.064766,42.297259],[-91.831089,42.299063],[-91.831379,41.861851],[-92.298164,41.862779],[-92.298792,42.297527]]]},"properties":{"id":"19011","n":"Benton","z":["50651","52206","52208","52209","52213","52224","52225","52228","52229","52249","52257","52301","52313","52315","52318","52324","52332","52344","52345","52346","52349","52351","52352","52354"],"st":"IA"}},"19013":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.554492,42.642314],[-92.081661,42.642056],[-92.064766,42.297259],[-92.298792,42.297527],[-92.53351,42.297001],[-92.5543,42.555854],[-92.554492,42.642314]]]},"properties":{"id":"19013","n":"Black Hawk","z":["50612","50613","50614","50623","50626","50629","50634","50643","50647","50648","50651","50667","50669","50675","50701","50702","50703","50704","50707"],"st":"IA"}},"19015":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.164704,42.20992],[-93.93158,42.209908],[-93.69839,42.209339],[-93.698032,41.86337],[-93.815721,41.863419],[-94.164138,41.863244],[-94.164704,42.20992]]]},"properties":{"id":"19015","n":"Boone","z":["50014","50031","50036","50099","50107","50134","50156","50212","50217","50220","50223","50235","50244","50248","50249","50276","50530"],"st":"IA"}},"19017":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.554211,42.907112],[-92.081568,42.907013],[-92.081661,42.642056],[-92.554492,42.642314],[-92.554211,42.907112]]]},"properties":{"id":"19017","n":"Bremer","z":["50622","50629","50630","50631","50645","50647","50666","50668","50670","50674","50676","50677"],"st":"IA"}},"19019":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.081661,42.642056],[-91.607059,42.643973],[-91.596981,42.296408],[-91.831089,42.299063],[-92.064766,42.297259],[-92.081661,42.642056]]]},"properties":{"id":"19019","n":"Buchanan","z":["50607","50629","50641","50644","50648","50650","50654","50662","50671","50682","52210","52218","52326","52329","52352"],"st":"IA"}},"19021":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.388182,42.909897],[-94.91389,42.9097],[-94.914485,42.560309],[-95.38801,42.561742],[-95.388182,42.909897]]]},"properties":{"id":"19021","n":"Buena Vista","z":["50510","50554","50565","50568","50576","50585","50588","50592","51002","51005","51033","51047","51366"],"st":"IA"}},"19023":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.025144,42.907549],[-92.554211,42.907112],[-92.554492,42.642314],[-92.5543,42.555854],[-93.027,42.55681],[-93.025144,42.907549]]]},"properties":{"id":"19023","n":"Butler","z":["50433","50601","50602","50604","50605","50608","50611","50613","50619","50625","50636","50649","50660","50665","50666","50670"],"st":"IA"}},"19025":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.914485,42.560309],[-94.443024,42.558843],[-94.397671,42.4733],[-94.397526,42.209161],[-94.628806,42.209396],[-94.858412,42.209692],[-94.856689,42.473996],[-94.914487,42.47419],[-94.914485,42.560309]]]},"properties":{"id":"19025","n":"Calhoun","z":["50538","50540","50551","50552","50561","50563","50575","50579","50586","51433","51449","51453"],"st":"IA"}},"19027":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.090851,42.210405],[-94.858412,42.209692],[-94.628806,42.209396],[-94.628724,41.862763],[-94.744876,41.862394],[-95.092861,41.863374],[-95.090851,42.210405]]]},"properties":{"id":"19027","n":"Carroll","z":["50058","50059","51401","51430","51432","51436","51440","51443","51444","51449","51451","51452","51453","51455","51459","51463","51467"],"st":"IA"}},"19029":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.154722,41.505211],[-95.04077,41.50469],[-94.700629,41.504148],[-94.700589,41.158085],[-94.927587,41.158508],[-95.155851,41.159236],[-95.154722,41.505211]]]},"properties":{"id":"19029","n":"Cass","z":["50020","50022","50274","50837","50843","50853","50864","51532","51535","51544","51552"],"st":"IA"}},"19031":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.366079,41.860068],[-91.365789,41.94741],[-90.898484,41.946245],[-90.898373,41.771392],[-90.899853,41.597133],[-91.366448,41.598373],[-91.366079,41.860068]]]},"properties":{"id":"19031","n":"Cedar","z":["52216","52253","52255","52306","52320","52323","52333","52337","52358","52720","52721","52747","52760","52765","52772","52776","52777","52778"],"st":"IA"}},"19033":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.497635,43.255468],[-93.024143,43.255538],[-93.024092,43.212812],[-93.025144,42.907549],[-93.498617,42.908512],[-93.497635,43.255468]]]},"properties":{"id":"19033","n":"Cerro Gordo","z":["50401","50402","50428","50433","50434","50444","50449","50457","50458","50464","50467","50468","50469","50475","50477","50479","50482"],"st":"IA"}},"19035":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.859377,42.909097],[-95.388182,42.909897],[-95.38801,42.561742],[-95.741611,42.561285],[-95.859949,42.56062],[-95.859377,42.909097]]]},"properties":{"id":"19035","n":"Cherokee","z":["51002","51005","51012","51014","51020","51025","51029","51035","51037","51046","51047","51048","51049","51058","51061"],"st":"IA"}},"19037":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.554381,43.212813],[-92.080976,43.212947],[-92.081146,43.082794],[-92.081568,42.907013],[-92.554211,42.907112],[-92.554381,43.212813]]]},"properties":{"id":"19037","n":"Chickasaw","z":["50603","50616","50630","50645","50658","50659","50661","50674","52154","52171"],"st":"IA"}},"19039":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.014189,41.156762],[-93.789196,41.162035],[-93.557556,41.161271],[-93.55654,40.898295],[-94.014803,40.897031],[-94.014189,41.156762]]]},"properties":{"id":"19039","n":"Clarke","z":["50108","50174","50210","50213","50257","50264","50275"],"st":"IA"}},"19041":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.388078,43.255221],[-94.913723,43.255054],[-94.91389,42.9097],[-95.388182,42.909897],[-95.388078,43.255221]]]},"properties":{"id":"19041","n":"Clay","z":["50515","50585","51033","51047","51058","51301","51333","51338","51340","51341","51343","51346","51357","51358","51364","51366"],"st":"IA"}},"19043":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.605307,43.081653],[-91.174934913911,43.080260371845],[-91.159084305947,42.987477791323],[-91.070716,42.775502],[-90.896962027158,42.674318056434],[-90.897415,42.645714],[-91.132766,42.645844],[-91.607059,42.643973],[-91.605307,43.081653]]]},"properties":{"id":"19043","n":"Clayton","z":["50606","52035","52042","52043","52044","52047","52048","52049","52050","52052","52053","52066","52072","52073","52076","52077","52141","52156","52157","52158","52159","52162"],"st":"IA"}},"19045":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.898373,42.033548],[-90.159682451123,42.033087257586],[-90.158153033709,41.929843227376],[-90.180643,41.811979],[-90.242368247397,41.782768725985],[-90.311856850416,41.728532892154],[-90.471723,41.773603],[-90.685383,41.757205],[-90.898373,41.771392],[-90.898484,41.946245],[-90.898373,42.033548]]]},"properties":{"id":"19045","n":"Clinton","z":["52037","52060","52064","52069","52070","52207","52254","52323","52701","52727","52729","52730","52731","52732","52733","52734","52736","52742","52750","52751","52757","52774","52777"],"st":"IA"}},"19047":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.670822,42.211408],[-95.323497,42.210932],[-95.090851,42.210405],[-95.092861,41.863374],[-95.557277,41.863449],[-95.672771,41.863147],[-95.670822,42.211408]]]},"properties":{"id":"19047","n":"Crawford","z":["51019","51034","51060","51436","51439","51441","51442","51448","51454","51455","51460","51461","51465","51467","51520","51527","51528","51529"],"st":"IA"}},"19049":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.28034,41.862999],[-94.164138,41.863244],[-93.815721,41.863419],[-93.814282,41.600456],[-93.790612,41.511916],[-94.241593,41.503679],[-94.280057,41.601312],[-94.28034,41.862999]]]},"properties":{"id":"19049","n":"Dallas","z":["50003","50038","50039","50061","50063","50066","50069","50070","50072","50109","50111","50128","50146","50156","50167","50220","50233","50235","50261","50263","50266","50276","50277","50323","50325"],"st":"IA"}},"19051":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.639091,40.898886],[-92.179072,40.89972],[-92.17978,40.600529],[-92.350804186726,40.597257276376],[-92.637903293599,40.590956547098],[-92.639091,40.898886]]]},"properties":{"id":"19051","n":"Davis","z":["52537","52552","52554","52560","52570","52572","52584","52588","52594"],"st":"IA"}},"19053":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.014803,40.897031],[-93.55654,40.898295],[-93.556896674272,40.57965948506],[-93.77434420403,40.577530453391],[-94.015492,40.57407370701],[-94.014803,40.897031]]]},"properties":{"id":"19053","n":"Decatur","z":["50065","50067","50103","50108","50123","50133","50140","50144","50147","50262","50264"],"st":"IA"}},"19055":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.607059,42.643973],[-91.132766,42.645844],[-91.130079,42.295761],[-91.363263,42.296445],[-91.596981,42.296408],[-91.607059,42.643973]]]},"properties":{"id":"19055","n":"Delaware","z":["50654","52035","52036","52038","52040","52041","52042","52050","52057","52065","52076","52078","52218","52223","52237","52310","52330"],"st":"IA"}},"19057":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.37071,41.074112],[-90.952265416482,41.07273174967],[-90.951894142681,41.069872735866],[-90.952233,40.954047],[-91.092993,40.821079],[-91.118222938398,40.699534650819],[-91.208185,40.71358],[-91.409453,40.812905],[-91.372095,40.812631],[-91.37071,41.074112]]]},"properties":{"id":"19057","n":"Des Moines","z":["52601","52623","52637","52638","52640","52644","52645","52646","52650","52655","52658","52660"],"st":"IA"}},"19059":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.387787594022,43.500478728907],[-94.914613484714,43.500595872986],[-94.913723,43.255054],[-95.388078,43.255221],[-95.387787594022,43.500478728907]]]},"properties":{"id":"19059","n":"Dickinson","z":["51331","51334","51338","51345","51347","51351","51355","51360","51363","51364"],"st":"IA"}},"19061":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.132766,42.645844],[-90.897415,42.645714],[-90.896962027158,42.674318056434],[-90.700856,42.626445],[-90.642843,42.508481],[-90.646727,42.471904],[-90.484345672716,42.381597778192],[-90.665029,42.382155],[-90.665551,42.294699],[-90.89802,42.295236],[-91.130079,42.295761],[-91.132766,42.645844]]]},"properties":{"id":"19061","n":"Dubuque","z":["52001","52002","52003","52004","52031","52032","52033","52039","52040","52045","52046","52052","52053","52054","52056","52065","52068","52073","52078","52079","52099","52237"],"st":"IA"}},"19063":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.914613484714,43.500595872986],[-94.854555067611,43.500553419152],[-94.442849989718,43.500478507655],[-94.443137,43.255014],[-94.913723,43.255054],[-94.914613484714,43.500595872986]]]},"properties":{"id":"19063","n":"Emmet","z":["50514","50531","50578","51334","51342","51364","51365"],"st":"IA"}},"19065":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.081568,42.907013],[-92.081146,43.082794],[-91.605307,43.081653],[-91.607059,42.643973],[-92.081661,42.642056],[-92.081568,42.907013]]]},"properties":{"id":"19065","n":"Fayette","z":["50606","50607","50629","50650","50655","50662","50664","50671","50674","50681","52076","52133","52135","52141","52142","52144","52147","52161","52162","52164","52166","52169","52171","52175"],"st":"IA"}},"19067":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.024092,43.212812],[-92.554381,43.212813],[-92.554211,42.907112],[-93.025144,42.907549],[-93.024092,43.212812]]]},"properties":{"id":"19067","n":"Floyd","z":["50433","50435","50458","50460","50461","50468","50471","50616","50620","50636","50645","50653","50658"],"st":"IA"}},"19069":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.498617,42.908512],[-93.025144,42.907549],[-93.027,42.55681],[-93.499485,42.5577],[-93.498617,42.908512]]]},"properties":{"id":"19069","n":"Franklin","z":["50006","50041","50071","50126","50227","50420","50427","50431","50433","50441","50452","50457","50475","50479","50601","50605","50625","50633"],"st":"IA"}},"19071":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.834243816714,40.783784387043],[-95.81872727857,40.897948066406],[-95.384964,40.90155],[-95.373925053399,40.580332377941],[-95.765645,40.585208],[-95.781909,40.653272],[-95.888697,40.736292],[-95.834243816714,40.783784387043]]]},"properties":{"id":"19071","n":"Fremont","z":["51601","51639","51640","51645","51648","51649","51650","51652","51653","51654"],"st":"IA"}},"19073":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.628806,42.209396],[-94.397526,42.209161],[-94.164704,42.20992],[-94.164138,41.863244],[-94.28034,41.862999],[-94.628724,41.862763],[-94.628806,42.209396]]]},"properties":{"id":"19073","n":"Greene","z":["50026","50029","50040","50050","50058","50064","50107","50128","50129","50217","50220","50235","51462"],"st":"IA"}},"19075":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.027,42.55681],[-92.5543,42.555854],[-92.53351,42.297001],[-92.76809,42.29668],[-92.767463,42.21014],[-93.001674,42.209267],[-93.002902,42.470638],[-93.027,42.55681]]]},"properties":{"id":"19075","n":"Grundy","z":["50269","50601","50604","50609","50613","50621","50624","50627","50638","50642","50643","50657","50660","50665","50669","50672","50673","50680"],"st":"IA"}},"19077":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.744876,41.862394],[-94.628724,41.862763],[-94.28034,41.862999],[-94.280057,41.601312],[-94.241593,41.503679],[-94.700629,41.504148],[-94.744204,41.602185],[-94.744876,41.862394]]]},"properties":{"id":"19077","n":"Guthrie","z":["50002","50026","50029","50048","50058","50070","50115","50128","50164","50216","50233","50250","50277"],"st":"IA"}},"19079":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.971583,42.558139],[-93.499485,42.5577],[-93.462635,42.470802],[-93.463043,42.209302],[-93.69839,42.209339],[-93.93158,42.209908],[-93.931684,42.472011],[-93.971583,42.558139]]]},"properties":{"id":"19079","n":"Hamilton","z":["50034","50075","50130","50132","50230","50231","50246","50248","50249","50271","50532","50595","50599"],"st":"IA"}},"19081":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.970415,43.255358],[-93.497635,43.255468],[-93.498617,42.908512],[-93.971238,42.907762],[-93.970415,43.255358]]]},"properties":{"id":"19081","n":"Hancock","z":["50423","50430","50432","50436","50438","50439","50447","50449","50457","50480","50482","50483","50484"],"st":"IA"}},"19083":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.499485,42.5577],[-93.027,42.55681],[-93.002902,42.470638],[-93.001674,42.209267],[-93.231722,42.208886],[-93.463043,42.209302],[-93.462635,42.470802],[-93.499485,42.5577]]]},"properties":{"id":"19083","n":"Hardin","z":["50006","50043","50102","50122","50126","50154","50206","50230","50258","50259","50601","50627","50672"],"st":"IA"}},"19085":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.126821253465,41.866095247702],[-95.672771,41.863147],[-95.557277,41.863449],[-95.558143,41.602383],[-95.497793,41.602333],[-95.497997,41.506074],[-95.994020393012,41.506890640941],[-96.080493,41.528199],[-96.107937871746,41.676508989762],[-96.064537,41.793002],[-96.126821253465,41.866095247702]]]},"properties":{"id":"19085","n":"Harrison","z":["51523","51529","51545","51546","51550","51555","51556","51557","51558","51559","51563","51564","51565","51570","51579"],"st":"IA"}},"19087":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.71818,40.901087],[-91.716042,41.162808],[-91.485717,41.162405],[-91.370298,41.161247],[-91.37071,41.074112],[-91.372095,40.812631],[-91.409453,40.812905],[-91.718787,40.813544],[-91.71818,40.901087]]]},"properties":{"id":"19087","n":"Henry","z":["52623","52630","52631","52635","52641","52642","52644","52645","52647","52649","52654","52656","52659"],"st":"IA"}},"19089":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.553161,43.5003],[-92.448947951438,43.500414988563],[-92.079801993128,43.500704885177],[-92.080976,43.212947],[-92.554381,43.212813],[-92.553161,43.5003]]]},"properties":{"id":"19089","n":"Howard","z":["50466","50603","50628","52132","52134","52136","52154","52155","52163"],"st":"IA"}},"19091":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.442954,42.908073],[-93.971238,42.907762],[-93.971714,42.644707],[-94.443083,42.645164],[-94.442954,42.908073]]]},"properties":{"id":"19091","n":"Humboldt","z":["50516","50519","50520","50529","50533","50541","50542","50545","50548","50558","50560","50570","50577","50582","50591"],"st":"IA"}},"19093":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.741611,42.561285],[-95.38801,42.561742],[-95.387445,42.474796],[-95.322357,42.474737],[-95.323497,42.210932],[-95.670822,42.211408],[-95.669265,42.474645],[-95.741821,42.474865],[-95.741611,42.561285]]]},"properties":{"id":"19093","n":"Ida","z":["51006","51016","51018","51019","51020","51025","51053","51061","51431","51445","51448"],"st":"IA"}},"19095":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.298164,41.862779],[-91.831379,41.861851],[-91.829231,41.511457],[-91.946043,41.510749],[-92.297494,41.50979],[-92.298164,41.862779]]]},"properties":{"id":"19095","n":"Iowa","z":["50136","52203","52204","52208","52220","52221","52222","52236","52251","52301","52307","52308","52316","52318","52325","52334","52347","52355","52356","52361"],"st":"IA"}},"19097":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.89802,42.295236],[-90.665551,42.294699],[-90.665029,42.382155],[-90.484345672716,42.381597778192],[-90.400653,42.239293],[-90.315696514272,42.193946432251],[-90.161159,42.106372],[-90.159682451123,42.033087257586],[-90.898373,42.033548],[-90.89802,42.295236]]]},"properties":{"id":"19097","n":"Jackson","z":["52030","52031","52032","52037","52054","52060","52064","52069","52070","52071","52074","52075","52079","52207","52309","52731","52771"],"st":"IA"}},"19099":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.347933,41.863104],[-93.231858,41.862711],[-92.765999,41.862373],[-92.756508,41.508794],[-92.871421,41.508522],[-93.328614,41.507824],[-93.348681,41.600999],[-93.347933,41.863104]]]},"properties":{"id":"19099","n":"Jasper","z":["50028","50054","50055","50106","50112","50127","50135","50137","50141","50153","50168","50169","50170","50208","50228","50232","50234","50237","50251"],"st":"IA"}},"19101":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.179974,41.162662],[-91.945571,41.163578],[-91.716042,41.162808],[-91.71818,40.901087],[-92.179072,40.89972],[-92.179974,41.162662]]]},"properties":{"id":"19101","n":"Jefferson","z":["52533","52535","52540","52554","52556","52557","52563","52567","52580","52585","52635","52641","52651"],"st":"IA"}},"19103":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.831379,41.861851],[-91.366079,41.860068],[-91.366448,41.598373],[-91.368521,41.423178],[-91.483995,41.423848],[-91.519828,41.51101],[-91.829231,41.511457],[-91.831379,41.861851]]]},"properties":{"id":"19103","n":"Johnson","z":["52203","52228","52235","52240","52241","52242","52243","52245","52246","52247","52253","52317","52322","52325","52327","52333","52338","52340","52356","52358","52404","52755"],"st":"IA"}},"19105":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.363263,42.296445],[-91.130079,42.295761],[-90.89802,42.295236],[-90.898373,42.033548],[-90.898484,41.946245],[-91.365789,41.94741],[-91.363263,42.296445]]]},"properties":{"id":"19105","n":"Jones","z":["52032","52033","52205","52212","52216","52252","52253","52305","52306","52309","52310","52312","52320","52321","52323","52362"],"st":"IA"}},"19107":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.411995,41.509548],[-92.297494,41.50979],[-91.946043,41.510749],[-91.945571,41.163578],[-92.179974,41.162662],[-92.410233,41.161942],[-92.411995,41.509548]]]},"properties":{"id":"19107","n":"Keokuk","z":["50104","50136","50255","50268","52231","52248","52316","52335","52355","52550","52561","52562","52563","52568","52576","52585","52591"],"st":"IA"}},"19109":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.443137,43.255014],[-94.442849989718,43.500478507655],[-94.247967441555,43.500175476708],[-93.970761558528,43.499605003207],[-93.970415,43.255358],[-93.971238,42.907762],[-94.442954,42.908073],[-94.443137,43.255014]]]},"properties":{"id":"19109","n":"Kossuth","z":{"0":"50424","1":"50430","2":"50451","3":"50480","4":"50483","5":"50484","6":"50511","7":"50514","8":"50517","9":"50519","10":"50522","11":"50539","12":"50556","13":"50558","14":"50559","15":"50560","16":"50570","17":"50590","18":"50597","19":"50598","40":"56027"},"st":"IA"}},"19111":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.718787,40.813544],[-91.409453,40.812905],[-91.208185,40.71358],[-91.118222938398,40.699534650819],[-91.185460608704,40.638111812623],[-91.339719,40.613488],[-91.394475,40.534543],[-91.372921,40.399108],[-91.419422,40.378264],[-91.498093,40.401926],[-91.716654987682,40.603740139296],[-91.718787,40.813544]]]},"properties":{"id":"19111","n":"Lee","z":["52619","52624","52625","52626","52627","52630","52632","52639","52648","52649","52656","52657","52658"],"st":"IA"}},"19113":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.831089,42.299063],[-91.596981,42.296408],[-91.363263,42.296445],[-91.365789,41.94741],[-91.366079,41.860068],[-91.831379,41.861851],[-91.831089,42.299063]]]},"properties":{"id":"19113","n":"Linn","z":["52202","52205","52213","52214","52218","52219","52227","52228","52233","52253","52302","52305","52310","52314","52324","52328","52332","52336","52338","52341","52351","52352","52401","52402","52403","52404","52405","52406","52407","52408","52409","52410","52411","52497","52498","52499"],"st":"IA"}},"19115":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.483995,41.423848],[-91.368521,41.423178],[-91.369332,41.336063],[-91.07441549802,41.333631569041],[-91.114186,41.250029],[-90.997906,41.162564],[-90.952265416482,41.07273174967],[-91.37071,41.074112],[-91.370298,41.161247],[-91.485717,41.162405],[-91.483995,41.423848]]]},"properties":{"id":"19115","n":"Louisa","z":["52621","52640","52646","52652","52653","52659","52737","52738","52739","52752","52754","52755","52761"],"st":"IA"}},"19117":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.557556,41.161271],[-93.327886,41.160659],[-93.099217,41.160867],[-93.097595,40.898451],[-93.55654,40.898295],[-93.557556,41.161271]]]},"properties":{"id":"19117","n":"Lucas","z":["50049","50068","50123","50139","50151","50238","50272"],"st":"IA"}},"19119":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.598928,43.500457],[-96.45326,43.50039],[-96.05316283451,43.500187708157],[-95.860946201572,43.499992884906],[-95.861914,43.257566],[-96.55902734271,43.257555675618],[-96.521572,43.38564],[-96.594254,43.434153],[-96.598928,43.500457]]]},"properties":{"id":"19119","n":"Lyon","z":["51201","51230","51232","51235","51237","51239","51240","51241","51242","51243","51246","51247"],"st":"IA"}},"19121":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.241593,41.503679],[-93.790612,41.511916],[-93.789196,41.162035],[-94.014189,41.156762],[-94.241637,41.157134],[-94.241593,41.503679]]]},"properties":{"id":"19121","n":"Madison","z":["50033","50061","50070","50072","50149","50155","50210","50211","50218","50222","50229","50240","50241","50257","50261","50273"],"st":"IA"}},"19123":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.871421,41.508522],[-92.756508,41.508794],[-92.411995,41.509548],[-92.410233,41.161942],[-92.640361,41.161298],[-92.869771,41.161066],[-92.871421,41.508522]]]},"properties":{"id":"19123","n":"Mahaska","z":["50027","50044","50104","50143","50153","50207","50219","50256","50268","52534","52543","52553","52561","52577","52586","52595"],"st":"IA"}},"19125":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.328614,41.507824],[-92.871421,41.508522],[-92.869771,41.161066],[-93.099217,41.160867],[-93.327886,41.160659],[-93.328407,41.490921],[-93.328614,41.507824]]]},"properties":{"id":"19125","n":"Marion","z":["50044","50057","50062","50116","50119","50138","50139","50163","50170","50214","50219","50225","50228","50237","50252","50256"],"st":"IA"}},"19127":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.231722,42.208886],[-93.001674,42.209267],[-92.767463,42.21014],[-92.765999,41.862373],[-93.231858,41.862711],[-93.231722,42.208886]]]},"properties":{"id":"19127","n":"Marshall","z":["50005","50051","50078","50106","50120","50141","50142","50148","50158","50162","50206","50234","50239","50247","50258","50609","50621","50632","50635"],"st":"IA"}},"19129":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.861898068209,41.160302348213],[-95.384349,41.160011],[-95.384964,40.90155],[-95.81872727857,40.897948066406],[-95.864784764085,41.052845504614],[-95.861898068209,41.160302348213]]]},"properties":{"id":"19129","n":"Mills","z":["51503","51533","51534","51540","51541","51551","51554","51561","51571","51645","51653"],"st":"IA"}},"19131":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.024347900542,43.49955616363],[-92.553161,43.5003],[-92.554381,43.212813],[-93.024092,43.212812],[-93.024143,43.255538],[-93.024347900542,43.49955616363]]]},"properties":{"id":"19131","n":"Mitchell","z":["50426","50454","50455","50458","50460","50461","50466","50471","50472","50476","50481","50628"],"st":"IA"}},"19133":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.337216094706,42.214849506896],[-95.670822,42.211408],[-95.672771,41.863147],[-96.126821253465,41.866095247702],[-96.132537,41.974625],[-96.272877,42.047238],[-96.2689,42.11359],[-96.337216094706,42.214849506896]]]},"properties":{"id":"19133","n":"Monona","z":["51010","51026","51034","51040","51051","51055","51056","51060","51063","51523","51529","51545","51558","51572"],"st":"IA"}},"19135":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.099217,41.160867],[-92.869771,41.161066],[-92.640361,41.161298],[-92.639091,40.898886],[-93.097595,40.898451],[-93.099217,41.160867]]]},"properties":{"id":"19135","n":"Monroe","z":["50044","50150","52531","52536","52553","52569","52571"],"st":"IA"}},"19137":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.384349,41.160011],[-95.155851,41.159236],[-94.927587,41.158508],[-94.928459,40.900653],[-95.384964,40.90155],[-95.384349,41.160011]]]},"properties":{"id":"19137","n":"Montgomery","z":["50847","50864","51532","51533","51541","51566","51573","51591","51638"],"st":"IA"}},"19139":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.368521,41.423178],[-91.366448,41.598373],[-90.899853,41.597133],[-90.783812,41.596531],[-90.786282,41.452888],[-91.027787,41.423603],[-91.074087623674,41.33432080192],[-91.07441549802,41.333631569041],[-91.369332,41.336063],[-91.368521,41.423178]]]},"properties":{"id":"19139","n":"Muscatine","z":["52720","52726","52739","52747","52749","52754","52760","52761","52766","52769","52773","52776","52778"],"st":"IA"}},"19141":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.861914,43.257566],[-95.388078,43.255221],[-95.388182,42.909897],[-95.859377,42.909097],[-95.861914,43.257566]]]},"properties":{"id":"19141","n":"OBrien","z":["51009","51022","51046","51047","51058","51201","51231","51238","51245","51248","51346"],"st":"IA"}},"19143":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.860946201572,43.499992884906],[-95.454432238661,43.50032208525],[-95.387787594022,43.500478728907],[-95.388078,43.255221],[-95.861914,43.257566],[-95.860946201572,43.499992884906]]]},"properties":{"id":"19143","n":"Osceola","z":["51232","51243","51248","51249","51345","51346","51350","51354"],"st":"IA"}},"19145":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.384964,40.90155],[-94.928459,40.900653],[-94.914897867362,40.574921169111],[-95.20226600083,40.578375628996],[-95.373925053399,40.580332377941],[-95.384964,40.90155]]]},"properties":{"id":"19145","n":"Page","z":["50864","51566","51601","51603","51630","51631","51632","51636","51637","51638","51647","51651","51656"],"st":"IA"}},"19147":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.913723,43.255054],[-94.443137,43.255014],[-94.442954,42.908073],[-94.91389,42.9097],[-94.913723,43.255054]]]},"properties":{"id":"19147","n":"Palo Alto","z":["50515","50527","50528","50536","50539","50554","50562","50578","50581","50597","50598","51342","51358"],"st":"IA"}},"19149":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.540472329193,42.908595697956],[-95.859377,42.909097],[-95.859949,42.56062],[-96.48002247898,42.561324776561],[-96.624704,42.725497],[-96.540472329193,42.908595697956]]]},"properties":{"id":"19149","n":"Plymouth","z":["51001","51008","51022","51024","51027","51028","51031","51038","51045","51050","51062","51108","51109"],"st":"IA"}},"19151":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.91389,42.9097],[-94.442954,42.908073],[-94.443083,42.645164],[-94.443024,42.558843],[-94.914485,42.560309],[-94.91389,42.9097]]]},"properties":{"id":"19151","n":"Pocahontas","z":["50510","50520","50524","50540","50541","50546","50554","50562","50563","50571","50573","50574","50575","50581","50593"],"st":"IA"}},"19153":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.815721,41.863419],[-93.698032,41.86337],[-93.347933,41.863104],[-93.348681,41.600999],[-93.328614,41.507824],[-93.328407,41.490921],[-93.417688,41.511542],[-93.790612,41.511916],[-93.814282,41.600456],[-93.815721,41.863419]]]},"properties":{"id":"19153","n":"Polk","z":["50007","50009","50021","50023","50032","50035","50046","50047","50061","50073","50109","50111","50124","50131","50152","50156","50161","50169","50226","50237","50243","50244","50265","50266","50301","50302","50303","50304","50305","50306","50307","50308","50309","50310","50311","50312","50313","50314","50315","50316","50317","50318","50319","50320","50321","50322","50323","50324","50325","50327","50328","50329","50330","50331","50332","50333","50334","50335","50336","50339","50340","50359","50360","50361","50362","50363","50364","50367","50368","50369","50380","50381","50391","50392","50393","50394","50395","50396","50398","50936","50940","50947","50950","50980","50981","50982","50983"],"st":"IA"}},"19155":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.994020393012,41.506890640941],[-95.497997,41.506074],[-95.154722,41.505211],[-95.155851,41.159236],[-95.384349,41.160011],[-95.861898068209,41.160302348213],[-95.909908491255,41.191282850828],[-95.890152,41.278308],[-95.92733624232,41.38998793746],[-95.922529,41.455766],[-95.994020393012,41.506890640941]]]},"properties":{"id":"19155","n":"Pottawattamie","z":["51501","51502","51503","51510","51521","51525","51526","51532","51535","51536","51541","51542","51544","51548","51549","51553","51555","51559","51560","51566","51570","51571","51575","51576","51577"],"st":"IA"}},"19157":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.765999,41.862373],[-92.298164,41.862779],[-92.297494,41.50979],[-92.411995,41.509548],[-92.756508,41.508794],[-92.765999,41.862373]]]},"properties":{"id":"19157","n":"Poweshiek","z":["50027","50106","50112","50153","50157","50171","50207","50242","52208","52211","52215","52221","52222","52232","52339","52347"],"st":"IA"}},"19159":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.470779,40.899502],[-94.014803,40.897031],[-94.015492,40.57407370701],[-94.232240710208,40.572014612127],[-94.471207727123,40.570959458357],[-94.470779,40.899502]]]},"properties":{"id":"19159","n":"Ringgold","z":["50074","50133","50140","50835","50836","50840","50845","50851","50854","50860","50861","50863"],"st":"IA"}},"19161":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.38801,42.561742],[-94.914485,42.560309],[-94.914487,42.47419],[-94.856689,42.473996],[-94.858412,42.209692],[-95.090851,42.210405],[-95.323497,42.210932],[-95.322357,42.474737],[-95.387445,42.474796],[-95.38801,42.561742]]]},"properties":{"id":"19161","n":"Sac","z":["50535","50561","50567","50568","50583","51020","51053","51431","51433","51436","51448","51450","51458","51466"],"st":"IA"}},"19163":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.898373,41.771392],[-90.685383,41.757205],[-90.471723,41.773603],[-90.311856850416,41.728532892154],[-90.339528,41.598633],[-90.461432,41.523533],[-90.571136,41.516332],[-90.701159,41.454743],[-90.786282,41.452888],[-90.783812,41.596531],[-90.899853,41.597133],[-90.898373,41.771392]]]},"properties":{"id":"19163","n":"Scott","z":["52722","52726","52728","52745","52746","52747","52748","52753","52756","52758","52759","52765","52767","52768","52769","52773","52801","52802","52803","52804","52805","52806","52807","52808","52809"],"st":"IA"}},"19165":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.557277,41.863449],[-95.092861,41.863374],[-95.09252,41.602055],[-95.040748,41.602152],[-95.04077,41.50469],[-95.154722,41.505211],[-95.497997,41.506074],[-95.497793,41.602333],[-95.558143,41.602383],[-95.557277,41.863449]]]},"properties":{"id":"19165","n":"Shelby","z":["50022","51446","51447","51454","51455","51521","51527","51529","51530","51531","51537","51543","51552","51562","51565","51570","51577","51578","51593"],"st":"IA"}},"19167":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.55902734271,43.257555675618],[-95.861914,43.257566],[-95.859377,42.909097],[-96.540472329193,42.908595697956],[-96.511605,43.039927],[-96.452097516054,43.082552925194],[-96.475571,43.221054],[-96.55902734271,43.257555675618]]]},"properties":{"id":"19167","n":"Sioux","z":["51003","51011","51022","51023","51027","51036","51041","51201","51234","51235","51238","51239","51240","51244","51247","51250"],"st":"IA"}},"19169":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.69839,42.209339],[-93.463043,42.209302],[-93.231722,42.208886],[-93.231858,41.862711],[-93.347933,41.863104],[-93.698032,41.86337],[-93.69839,42.209339]]]},"properties":{"id":"19169","n":"Story","z":["50010","50011","50012","50013","50014","50037","50046","50055","50056","50105","50124","50134","50154","50161","50201","50206","50226","50236","50243","50244","50247","50248","50278"],"st":"IA"}},"19171":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.53351,42.297001],[-92.298792,42.297527],[-92.298164,41.862779],[-92.765999,41.862373],[-92.767463,42.21014],[-92.76809,42.29668],[-92.53351,42.297001]]]},"properties":{"id":"19171","n":"Tama","z":["50106","50158","50173","50609","50612","50632","50635","50652","50669","50675","52208","52215","52217","52224","52225","52339","52342","52348"],"st":"IA"}},"19173":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.928459,40.900653],[-94.470779,40.899502],[-94.471207727123,40.570959458357],[-94.632025917695,40.5717595874],[-94.914897867362,40.574921169111],[-94.928459,40.900653]]]},"properties":{"id":"19173","n":"Taylor","z":["50833","50836","50840","50841","50848","50851","50857","50862","50864","51632","51646"],"st":"IA"}},"19175":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.470603,41.157566],[-94.241637,41.157134],[-94.014189,41.156762],[-94.014803,40.897031],[-94.470779,40.899502],[-94.470603,41.157566]]]},"properties":{"id":"19175","n":"Union","z":["50074","50149","50174","50254","50801","50830","50831","50842","50845","50851","50861"],"st":"IA"}},"19177":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.179072,40.89972],[-91.71818,40.901087],[-91.718787,40.813544],[-91.716654987682,40.603740139296],[-91.943117459686,40.606060586354],[-92.17978,40.600529],[-92.179072,40.89972]]]},"properties":{"id":"19177","n":"Van Buren","z":["52535","52542","52551","52554","52565","52567","52570","52573","52588","52620","52626","52630","52651"],"st":"IA"}},"19179":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.640361,41.161298],[-92.410233,41.161942],[-92.179974,41.162662],[-92.179072,40.89972],[-92.639091,40.898886],[-92.640361,41.161298]]]},"properties":{"id":"19179","n":"Wapello","z":["52501","52530","52533","52536","52537","52548","52552","52553","52554","52563","52566"],"st":"IA"}},"19181":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.790612,41.511916],[-93.417688,41.511542],[-93.328407,41.490921],[-93.327886,41.160659],[-93.557556,41.161271],[-93.789196,41.162035],[-93.790612,41.511916]]]},"properties":{"id":"19181","n":"Warren","z":["50001","50047","50061","50118","50125","50139","50145","50151","50160","50166","50210","50211","50225","50229","50240","50257","50320"],"st":"IA"}},"19183":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.946043,41.510749],[-91.829231,41.511457],[-91.519828,41.51101],[-91.483995,41.423848],[-91.485717,41.162405],[-91.716042,41.162808],[-91.945571,41.163578],[-91.946043,41.510749]]]},"properties":{"id":"19183","n":"Washington","z":["52201","52244","52247","52248","52327","52353","52356","52359","52540","52585","52621","52641","52654"],"st":"IA"}},"19185":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.55654,40.898295],[-93.097595,40.898451],[-93.09729120375,40.583823477325],[-93.374386258764,40.580397032609],[-93.556896674272,40.57965948506],[-93.55654,40.898295]]]},"properties":{"id":"19185","n":"Wayne","z":["50008","50049","50052","50060","50068","50123","50147","50165","50238","52569","52581","52583","52590"],"st":"IA"}},"19187":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.443083,42.645164],[-93.971714,42.644707],[-93.971583,42.558139],[-93.931684,42.472011],[-93.93158,42.209908],[-94.164704,42.20992],[-94.397526,42.209161],[-94.397671,42.4733],[-94.443024,42.558843],[-94.443083,42.645164]]]},"properties":{"id":"19187","n":"Webster","z":["50249","50501","50516","50518","50521","50523","50524","50530","50532","50533","50538","50543","50544","50548","50557","50563","50566","50569","50586","50591","50594"],"st":"IA"}},"19189":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.648533031174,43.499535489675],[-93.49735132522,43.499530724512],[-93.497635,43.255468],[-93.970415,43.255358],[-93.970761558528,43.499605003207],[-93.648533031174,43.499535489675]]]},"properties":{"id":"19189","n":"Winnebago","z":["50424","50436","50446","50450","50453","50465","50473","50478","50484"],"st":"IA"}},"19191":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.080976,43.212947],[-92.079801993128,43.500704885177],[-91.730216997838,43.500685700946],[-91.610835000554,43.500687846779],[-91.605307,43.081653],[-92.081146,43.082794],[-92.080976,43.212947]]]},"properties":{"id":"19191","n":"Winneshiek","z":["52101","52132","52133","52136","52140","52144","52149","52161","52162","52165","52168","52171","52172"],"st":"IA"}},"19193":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.48002247898,42.561324776561],[-95.859949,42.56062],[-95.741611,42.561285],[-95.741821,42.474865],[-95.669265,42.474645],[-95.670822,42.211408],[-96.337216094706,42.214849506896],[-96.351957192496,42.280894704543],[-96.407998,42.337408],[-96.381307,42.461694],[-96.445508,42.49063],[-96.48002247898,42.561324776561]]]},"properties":{"id":"19193","n":"Woodbury","z":["51004","51006","51007","51015","51016","51018","51019","51026","51028","51030","51034","51039","51044","51048","51052","51054","51055","51056","51101","51102","51103","51104","51105","51106","51108","51109","51111"],"st":"IA"}},"19195":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.49735132522,43.499530724512],[-93.049192007816,43.499557480025],[-93.024347900542,43.49955616363],[-93.024143,43.255538],[-93.497635,43.255468],[-93.49735132522,43.499530724512]]]},"properties":{"id":"19195","n":"Worth","z":["50434","50440","50444","50446","50448","50450","50456","50459","50464","50472"],"st":"IA"}},"19197":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.971714,42.644707],[-93.971238,42.907762],[-93.498617,42.908512],[-93.499485,42.5577],[-93.971583,42.558139],[-93.971714,42.644707]]]},"properties":{"id":"19197","n":"Wright","z":["50034","50071","50101","50271","50420","50421","50447","50457","50470","50525","50526","50533","50542","50577","50599"],"st":"IA"}},"20001":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.51897,38.03823],[-95.077876,38.037706],[-95.088082,37.732476],[-95.525499,37.732759],[-95.51897,38.03823]]]},"properties":{"id":"20001","n":"Allen","z":["66015","66039","66716","66720","66732","66742","66748","66749","66751","66755","66772"],"st":"KS"}},"20003":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.508328,38.390278],[-95.065831,38.389945],[-95.077876,38.037706],[-95.51897,38.03823],[-95.508328,38.390278]]]},"properties":{"id":"20003","n":"Anderson","z":["66014","66015","66032","66033","66039","66080","66091","66093","66095","66758"],"st":"KS"}},"20005":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.564126,39.652872],[-95.33974,39.65298],[-95.115189,39.652549],[-95.04405075257,39.613668296821],[-95.091419402824,39.53325788521],[-94.965747418633,39.421681744656],[-95.180891,39.419218],[-95.570351,39.41905],[-95.564126,39.652872]]]},"properties":{"id":"20005","n":"Atchison","z":["66002","66016","66023","66041","66058","66060","66088","66424","66436","66439"],"st":"KS"}},"20007":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.012598,37.470421],[-98.464663,37.471013],[-98.464951,37.384086],[-98.349804,37.384056],[-98.347148779745,36.99796920865],[-98.544661973349,36.998524240401],[-99.000301053884,36.999358098144],[-99.011499,37.384263],[-99.012598,37.470421]]]},"properties":{"id":"20007","n":"Barber","z":["67028","67057","67061","67065","67070","67071","67104","67134","67138","67143"],"st":"KS"}},"20009":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.032971,38.696759],[-98.486108,38.696878],[-98.480377,38.521841],[-98.479841,38.26079],[-98.912583,38.261088],[-99.032309,38.261227],[-99.032408,38.348334],[-99.032971,38.696759]]]},"properties":{"id":"20009","n":"Barton","z":["67450","67511","67525","67526","67530","67544","67564","67565","67567","67665"],"st":"KS"}},"20011":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.088082,37.732476],[-95.077876,38.037706],[-94.614100248705,38.037056583381],[-94.617872450898,37.673110700332],[-95.088012,37.674519],[-95.088082,37.732476]]]},"properties":{"id":"20011","n":"Bourbon","z":["66010","66701","66711","66716","66738","66741","66746","66754","66755","66769","66779","66780"],"st":"KS"}},"20013":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.788110994892,40.000466779365],[-95.33989597085,40.000028857105],[-95.33974,39.65298],[-95.564126,39.652872],[-95.788941,39.653001],[-95.788110994892,40.000466779365]]]},"properties":{"id":"20013","n":"Brown","z":["66094","66424","66425","66434","66439","66515","66516","66527","66532","66534","66550"],"st":"KS"}},"20015":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.152476,37.912733],[-97.152913,38.087704],[-96.840772,38.085622],[-96.522782,38.08637],[-96.5253,37.607015],[-96.52569,37.476405],[-97.153331,37.475544],[-97.152476,37.912733]]]},"properties":{"id":"20015","n":"Butler","z":["66840","66842","67002","67008","67010","67012","67017","67039","67041","67042","67072","67074","67114","67123","67132","67133","67144","67154"],"st":"KS"}},"20017":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.819723,38.522464],[-96.35378,38.521657],[-96.357277,38.17266],[-96.358099,38.085817],[-96.522782,38.08637],[-96.840772,38.085622],[-96.819723,38.522464]]]},"properties":{"id":"20017","n":"Chase","z":["66801","66838","66840","66843","66845","66846","66850","66862","66865","66869"],"st":"KS"}},"20019":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.524873,37.30273],[-95.964399,37.299232],[-95.964271232102,36.999223144282],[-96.0008102062,36.999201052928],[-96.525582044283,36.998677968725],[-96.524873,37.30273]]]},"properties":{"id":"20019","n":"Chautauqua","z":["67024","67334","67344","67346","67347","67352","67353","67355","67360","67361"],"st":"KS"}},"20021":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.075166,37.339937],[-94.617753891607,37.338418],[-94.618102891103,37.056796390873],[-94.617964,36.998905],[-95.007620004472,36.999522559126],[-95.07350396663,36.999488134679],[-95.075166,37.339937]]]},"properties":{"id":"20021","n":"Cherokee","z":["66713","66724","66725","66728","66739","66753","66762","66770","66773","66778","66781","66782","67336","67356"],"st":"KS"}},"20023":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-102.051744,40.003078],[-101.4110289878,40.002582569568],[-101.413913,39.568361],[-102.04996185783,39.568178980673],[-102.04999213564,39.574056097421],[-102.051744,40.003078]]]},"properties":{"id":"20023","n":"Cheyenne","z":["67731","67741","67745","67756"],"st":"KS"}},"20025":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.107248,37.474836],[-99.556119,37.467722],[-99.543189,37.381124],[-99.541114912361,36.999909644565],[-100.00257151432,37.001619153912],[-100.0894817439,37.001479469463],[-100.091529,37.386892],[-100.107248,37.474836]]]},"properties":{"id":"20025","n":"Clark","z":["67127","67831","67834","67840","67842","67865"],"st":"KS"}},"20027":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.369839,39.306011],[-97.368574,39.567018],[-96.958719,39.566401],[-96.961693,39.220076],[-96.963177,39.1323],[-97.371154,39.131961],[-97.369839,39.306011]]]},"properties":{"id":"20027","n":"Clay","z":["66937","66962","67410","67432","67447","67458","67466","67468","67487"],"st":"KS"}},"20029":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.931482,39.653767],[-97.36867,39.654043],[-97.368574,39.567018],[-97.369839,39.306011],[-97.929097,39.306397],[-97.931844,39.566921],[-97.931482,39.653767]]]},"properties":{"id":"20029","n":"Cloud","z":["66901","66938","66948","67417","67420","67436","67445","67466"],"st":"KS"}},"20031":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.958862,38.170939],[-95.950282,38.434105],[-95.508267,38.433933],[-95.508328,38.390278],[-95.51897,38.03823],[-95.959046,38.040195],[-95.958862,38.170939]]]},"properties":{"id":"20031","n":"Coffey","z":["66093","66758","66839","66852","66854","66856","66857","66864","66868","66871"],"st":"KS"}},"20033":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.543189,37.381124],[-99.011499,37.384263],[-99.000301053884,36.999358098144],[-99.456202434675,36.999700279408],[-99.541114912361,36.999909644565],[-99.543189,37.381124]]]},"properties":{"id":"20033","n":"Comanche","z":["67029","67127","67155"],"st":"KS"}},"20035":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.153331,37.475544],[-96.52569,37.476405],[-96.524873,37.30273],[-96.525582044283,36.998677968725],[-96.749838,36.998988],[-97.147720966923,36.998972335621],[-97.153331,37.475544]]]},"properties":{"id":"20035","n":"Cowley","z":["67005","67008","67019","67023","67024","67038","67039","67051","67072","67102","67110","67119","67131","67146","67156"],"st":"KS"}},"20037":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.088012,37.674519],[-94.617872450898,37.673110700332],[-94.617845524354,37.653577796634],[-94.617667604701,37.364170327039],[-94.617753891607,37.338418],[-95.075166,37.339937],[-95.088189,37.383837],[-95.088012,37.674519]]]},"properties":{"id":"20037","n":"Crawford","z":["66701","66711","66712","66724","66734","66735","66743","66746","66753","66756","66760","66762","66763","66780","66781"],"st":"KS"}},"20039":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.73882471319,40.002262956568],[-100.19359905684,40.00157300572],[-100.17779754588,40.001565813852],[-100.180351,39.56689],[-100.720213,39.568034],[-100.740873,39.568043],[-100.73882471319,40.002262956568]]]},"properties":{"id":"20039","n":"Decatur","z":["67629","67635","67643","67653","67739","67749","67757"],"st":"KS"}},"20041":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.371614,38.957852],[-97.371154,39.131961],[-96.963177,39.1323],[-96.96347,38.964901],[-96.926209,38.978941],[-96.890245,38.870067],[-96.927234,38.81216],[-96.930286,38.609362],[-97.371911,38.609353],[-97.371614,38.957852]]]},"properties":{"id":"20041","n":"Dickinson","z":["66441","67410","67431","67441","67448","67449","67451","67475","67480","67482","67487","67492"],"st":"KS"}},"20043":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.33989597085,40.000028857105],[-95.30829,39.999998],[-95.081534,39.861718],[-94.993374239714,39.898565259992],[-94.877817529851,39.820414776035],[-94.860371,39.74953],[-94.971078,39.723146],[-95.04405075257,39.613668296821],[-95.115189,39.652549],[-95.33974,39.65298],[-95.33989597085,40.000028857105]]]},"properties":{"id":"20043","n":"Doniphan","z":["66002","66008","66017","66024","66035","66041","66087","66090","66094","66532"],"st":"KS"}},"20045":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.500724,38.869815],[-95.500254,39.056656],[-95.285425,39.032162],[-95.187103,39.044109],[-95.186189,38.964542],[-95.056258,38.98212],[-95.056412,38.738587],[-95.500738,38.738808],[-95.500724,38.869815]]]},"properties":{"id":"20045","n":"Douglas","z":["66006","66021","66025","66044","66045","66046","66047","66049","66050","66092","66409","66524"],"st":"KS"}},"20047":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.569879,37.913016],[-99.569533,38.087372],[-99.350359,38.087594],[-99.350289,38.000745],[-99.022136,38.000236],[-99.013318,37.825336],[-99.01355,37.73297],[-99.55958,37.734888],[-99.569879,37.913016]]]},"properties":{"id":"20047","n":"Edwards","z":["67059","67519","67547","67552","67557","67563"],"st":"KS"}},"20049":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.5253,37.607015],[-95.961002,37.603761],[-95.961605,37.386636],[-95.964399,37.299232],[-96.524873,37.30273],[-96.52569,37.476405],[-96.5253,37.607015]]]},"properties":{"id":"20049","n":"Elk","z":["66736","67047","67122","67137","67344","67345","67346","67349","67352","67353"],"st":"KS"}},"20051":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.591776,39.132357],[-99.047687,39.133014],[-99.0375,39.133121],[-99.042626,38.696807],[-99.585087,38.696537],[-99.598323,38.696514],[-99.591776,39.132357]]]},"properties":{"id":"20051","n":"Ellis","z":["67556","67601","67627","67637","67640","67651","67660","67663","67667","67671","67674","96601"],"st":"KS"}},"20053":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.484861,38.870791],[-97.928592,38.871099],[-97.924795,38.60988],[-97.924269,38.522755],[-98.480377,38.521841],[-98.486108,38.696878],[-98.484861,38.870791]]]},"properties":{"id":"20053","n":"Ellsworth","z":["67425","67427","67439","67444","67450","67454","67459","67464","67490"],"st":"KS"}},"20055":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-101.103268,38.264557],[-100.684699,38.264137],[-100.244393,38.26229],[-100.227137,38.262237],[-100.22661,38.001015],[-100.664166,38.00253],[-100.652251,37.736275],[-101.089667,37.736337],[-101.103778,37.829035],[-101.103268,38.264557]]]},"properties":{"id":"20055","n":"Finney","z":["67835","67838","67846","67851","67853","67868","67871"],"st":"KS"}},"20057":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.22709,37.914018],[-99.569879,37.913016],[-99.55958,37.734888],[-99.556119,37.467722],[-100.107248,37.474836],[-100.216229,37.47519],[-100.22709,37.914018]]]},"properties":{"id":"20057","n":"Ford","z":["67563","67801","67834","67841","67842","67843","67844","67865","67876","67882"],"st":"KS"}},"20059":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.508267,38.433933],[-95.500738,38.738808],[-95.056412,38.738587],[-95.065831,38.389945],[-95.508328,38.390278],[-95.508267,38.433933]]]},"properties":{"id":"20059","n":"Franklin","z":["66006","66033","66042","66064","66067","66076","66078","66079","66080","66092","66095","66528"],"st":"KS"}},"20061":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.963177,39.1323],[-96.961693,39.220076],[-96.849879,39.219012],[-96.851409,39.088176],[-96.501166,39.043666],[-96.501556,38.869704],[-96.890245,38.870067],[-96.926209,38.978941],[-96.96347,38.964901],[-96.963177,39.1323]]]},"properties":{"id":"20061","n":"Geary","z":["66441","66442","66502","66514","66834","66849","66872","67487"],"st":"KS"}},"20063":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.811858,39.13336],[-100.721296,39.133381],[-100.1642,39.132071],[-100.14794,39.132179],[-100.153823,38.697341],[-100.2472,38.698165],[-100.688006,38.700021],[-100.818698,38.699861],[-100.811858,39.13336]]]},"properties":{"id":"20063","n":"Gove","z":["67584","67736","67737","67738","67748","67751","67752","67839","67871"],"st":"KS"}},"20065":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.161667,39.567277],[-99.627953,39.567437],[-99.602176,39.567328],[-99.605187,39.132481],[-100.14794,39.132179],[-100.1642,39.132071],[-100.161667,39.567277]]]},"properties":{"id":"20065","n":"Graham","z":["67625","67631","67632","67642","67645","67646","67650","67656","67657","67659","67672"],"st":"KS"}},"20067":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-101.527063,37.736314],[-101.089667,37.736337],[-101.089653,37.387721],[-101.52581,37.388392],[-101.527063,37.736314]]]},"properties":{"id":"20067","n":"Grant","z":["67855","67880"],"st":"KS"}},"20069":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.22661,38.001015],[-100.22709,37.914018],[-100.216229,37.47519],[-100.652642,37.474848],[-100.652251,37.736275],[-100.664166,38.00253],[-100.22661,38.001015]]]},"properties":{"id":"20069","n":"Gray","z":["67835","67837","67841","67844","67846","67853","67867"],"st":"KS"}},"20071":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-102.04571290309,38.697565770078],[-101.567094,38.699669],[-101.567482,38.263145],[-102.04463427029,38.26241156775],[-102.04465035915,38.268749222503],[-102.04551057457,38.615164590177],[-102.04571290309,38.697565770078]]]},"properties":{"id":"20071","n":"Greeley","z":["67879"],"st":"KS"}},"20073":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.522782,38.08637],[-96.358099,38.085817],[-96.357277,38.17266],[-95.958862,38.170939],[-95.959046,38.040195],[-95.960876,37.734304],[-95.961002,37.603761],[-96.5253,37.607015],[-96.522782,38.08637]]]},"properties":{"id":"20073","n":"Greenwood","z":["66777","66852","66853","66855","66860","66863","66870","67045","67047","67122","67137"],"st":"KS"}},"20075":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-102.04463427029,38.26241156775],[-101.567482,38.263145],[-101.542312,38.263207],[-101.542757,37.827594],[-101.527063,37.736314],[-102.04196565863,37.738540573638],[-102.04463427029,38.26241156775]]]},"properties":{"id":"20075","n":"Hamilton","z":["67836","67857","67878"],"st":"KS"}},"20077":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.349804,37.384056],[-97.807057,37.386293],[-97.80231297035,36.998698609394],[-98.111985183746,36.998247994635],[-98.347148779745,36.99796920865],[-98.349804,37.384056]]]},"properties":{"id":"20077","n":"Harper","z":["67003","67004","67009","67018","67036","67049","67058","67061","67150","67159"],"st":"KS"}},"20079":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.701841,38.173814],[-97.37175,38.173673],[-97.153093,38.174634],[-97.152913,38.087704],[-97.152476,37.912733],[-97.701969,37.911325],[-97.701841,38.173814]]]},"properties":{"id":"20079","n":"Harvey","z":["66866","67020","67056","67062","67107","67114","67117","67135","67147","67151","67154","67522"],"st":"KS"}},"20081":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-101.089667,37.736337],[-100.652251,37.736275],[-100.652642,37.474848],[-100.652728,37.387627],[-101.067904,37.387779],[-101.089653,37.387721],[-101.089667,37.736337]]]},"properties":{"id":"20081","n":"Haskell","z":["67837","67870","67877"],"st":"KS"}},"20083":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.227137,38.262237],[-99.584207,38.262179],[-99.569533,38.087372],[-99.569879,37.913016],[-100.22709,37.914018],[-100.22661,38.001015],[-100.227137,38.262237]]]},"properties":{"id":"20083","n":"Hodgeman","z":["67523","67547","67563","67849","67854","67876"],"st":"KS"}},"20085":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.035952,39.5661],[-95.789101,39.565916],[-95.788941,39.653001],[-95.564126,39.652872],[-95.570351,39.41905],[-95.589472,39.216081],[-96.035573,39.21652],[-96.035952,39.5661]]]},"properties":{"id":"20085","n":"Jackson","z":["66416","66418","66419","66422","66432","66436","66439","66440","66509","66512","66516","66536","66540","66550","66552","66617"],"st":"KS"}},"20087":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.589472,39.216081],[-95.570351,39.41905],[-95.180891,39.419218],[-95.187103,39.044109],[-95.285425,39.032162],[-95.500254,39.056656],[-95.596759,39.064672],[-95.589472,39.216081]]]},"properties":{"id":"20087","n":"Jefferson","z":["66002","66044","66054","66060","66066","66070","66073","66086","66088","66097","66419","66429","66436","66512","66617"],"st":"KS"}},"20089":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.504454983637,40.002379876736],[-98.274017059753,40.00233745073],[-97.931824926317,40.00223634502],[-97.931482,39.653767],[-97.931844,39.566921],[-98.487384,39.567492],[-98.505266,39.567603],[-98.504454983637,40.002379876736]]]},"properties":{"id":"20089","n":"Jewell","z":{"0":"66936","1":"66939","2":"66941","3":"66942","4":"66949","5":"66952","6":"66956","7":"66963","8":"66970","9":"67430","10":"67446","22":"68978"},"st":"KS"}},"20091":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.056258,38.98212],[-94.908765,38.991401],[-94.874812,39.05804],[-94.607870353374,39.044085096478],[-94.60896034375,38.847211315445],[-94.609489672346,38.738101709473],[-95.056412,38.738587],[-95.056258,38.98212]]]},"properties":{"id":"20091","n":"Johnson","z":{"0":"66013","1":"66018","2":"66021","3":"66025","4":"66030","5":"66031","6":"66051","7":"66061","8":"66062","9":"66063","10":"66083","11":"66085","12":"66201","13":"66202","14":"66203","15":"66204","16":"66205","17":"66206","18":"66207","19":"66208","20":"66209","21":"66210","22":"66211","23":"66212","24":"66213","25":"66214","26":"66215","27":"66216","28":"66217","29":"66218","30":"66219","31":"66220","32":"66221","33":"66223","34":"66224","35":"66225","36":"66226","37":"66227","38":"66250","39":"66251","40":"66276","41":"66282","42":"66283","43":"66285","44":"66286","47":"66019"},"st":"KS"}},"20093":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-101.542312,38.263207],[-101.125438,38.264509],[-101.103268,38.264557],[-101.103778,37.829035],[-101.089667,37.736337],[-101.527063,37.736314],[-101.542757,37.827594],[-101.542312,38.263207]]]},"properties":{"id":"20093","n":"Kearny","z":["67838","67857","67860","67880"],"st":"KS"}},"20095":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.464663,37.471013],[-98.464804,37.732675],[-97.807823,37.733855],[-97.8076,37.474184],[-97.807057,37.386293],[-98.349804,37.384056],[-98.464951,37.384086],[-98.464663,37.471013]]]},"properties":{"id":"20095","n":"Kingman","z":["67025","67035","67058","67068","67111","67112","67118","67142","67159","67570"],"st":"KS"}},"20097":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.55958,37.734888],[-99.01355,37.73297],[-99.012598,37.470421],[-99.011499,37.384263],[-99.543189,37.381124],[-99.556119,37.467722],[-99.55958,37.734888]]]},"properties":{"id":"20097","n":"Kiowa","z":["67028","67029","67054","67059","67109","67155"],"st":"KS"}},"20099":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.52113,37.38399],[-95.088189,37.383837],[-95.075166,37.339937],[-95.07350396663,36.999488134679],[-95.407620005877,36.999341736639],[-95.522414552399,36.999319786783],[-95.52113,37.38399]]]},"properties":{"id":"20099","n":"Labette","z":["66753","66776","67330","67332","67335","67336","67337","67341","67342","67351","67354","67356","67357"],"st":"KS"}},"20101":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.688006,38.700021],[-100.2472,38.698165],[-100.244393,38.26229],[-100.684699,38.264137],[-100.688006,38.700021]]]},"properties":{"id":"20101","n":"Lane","z":["67518","67584","67839","67846","67850"],"st":"KS"}},"20103":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.187103,39.044109],[-95.180891,39.419218],[-94.965747418633,39.421681744656],[-94.888972,39.392432],[-94.908065,39.323663],[-94.791994673743,39.20126025024],[-94.900191,39.202911],[-94.908765,38.991401],[-95.056258,38.98212],[-95.186189,38.964542],[-95.187103,39.044109]]]},"properties":{"id":"20103","n":"Leavenworth","z":["66002","66007","66012","66020","66027","66043","66044","66048","66052","66054","66086","66097","66109"],"st":"KS"}},"20105":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.490149,39.21978],[-97.929746,39.219273],[-97.92856,38.958395],[-97.928592,38.871099],[-98.484861,38.870791],[-98.489997,39.132697],[-98.490149,39.21978]]]},"properties":{"id":"20105","n":"Lincoln","z":["67418","67423","67439","67452","67455","67481","67484","67490","67648"],"st":"KS"}},"20107":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.065831,38.389945],[-94.612772628993,38.388718482732],[-94.613929961056,38.060052959896],[-94.614100248705,38.037056583381],[-95.077876,38.037706],[-95.065831,38.389945]]]},"properties":{"id":"20107","n":"Linn","z":["66010","66014","66026","66033","66040","66056","66072","66075","66738","66754","66767"],"st":"KS"}},"20109":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-101.478195,39.134761],[-101.391717,39.135117],[-100.811858,39.13336],[-100.818698,38.699861],[-101.128379,38.700603],[-101.484383,38.700166],[-101.478195,39.134761]]]},"properties":{"id":"20109","n":"Logan","z":["67747","67748","67761","67764","67861","67871"],"st":"KS"}},"20111":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.35378,38.521657],[-96.352613,38.739021],[-95.945924,38.739112],[-95.950282,38.434105],[-95.958862,38.170939],[-96.357277,38.17266],[-96.35378,38.521657]]]},"properties":{"id":"20111","n":"Lyon","z":["66413","66523","66801","66830","66833","66835","66846","66854","66860","66864","66865","66868"],"st":"KS"}},"20113":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.924795,38.60988],[-97.371911,38.609353],[-97.37175,38.173673],[-97.701841,38.173814],[-97.922136,38.173713],[-97.924269,38.522755],[-97.924795,38.60988]]]},"properties":{"id":"20113","n":"McPherson","z":["67062","67107","67114","67428","67443","67448","67456","67460","67464","67491","67546"],"st":"KS"}},"20115":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.371911,38.609353],[-96.930286,38.609362],[-96.929969,38.522412],[-96.819723,38.522464],[-96.840772,38.085622],[-97.152913,38.087704],[-97.153093,38.174634],[-97.37175,38.173673],[-97.371911,38.609353]]]},"properties":{"id":"20115","n":"Marion","z":["66840","66851","66858","66859","66861","66866","67053","67063","67073","67114","67151","67428","67438","67449","67475","67483"],"st":"KS"}},"20117":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.805768,40.001368455095],[-96.463712076775,40.000958572554],[-96.239207878411,40.000691042754],[-96.238969,39.56622],[-96.580362,39.566332],[-96.806544,39.566423],[-96.805768,40.001368455095]]]},"properties":{"id":"20117","n":"Marshall","z":["66403","66406","66411","66412","66427","66438","66508","66518","66541","66544","66548"],"st":"KS"}},"20119":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.652642,37.474848],[-100.216229,37.47519],[-100.107248,37.474836],[-100.091529,37.386892],[-100.0894817439,37.001479469463],[-100.63332498616,37.000173609053],[-100.63392,37.381174],[-100.652728,37.387627],[-100.652642,37.474848]]]},"properties":{"id":"20119","n":"Meade","z":["67837","67844","67864","67867","67869"],"st":"KS"}},"20121":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.056412,38.738587],[-94.609489672346,38.738101709473],[-94.612866,38.477571],[-94.612772628993,38.388718482732],[-95.065831,38.389945],[-95.056412,38.738587]]]},"properties":{"id":"20121","n":"Miami","z":["66013","66021","66026","66036","66040","66042","66053","66064","66071","66072","66083","66092"],"st":"KS"}},"20123":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.487384,39.567492],[-97.931844,39.566921],[-97.929097,39.306397],[-97.929746,39.219273],[-98.490149,39.21978],[-98.487384,39.567492]]]},"properties":{"id":"20123","n":"Mitchell","z":["67418","67420","67430","67446","67452","67478","67485"],"st":"KS"}},"20125":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.961605,37.386636],[-95.52556,37.383979],[-95.52113,37.38399],[-95.522414552399,36.999319786783],[-95.786761870778,36.999270917592],[-95.964271232102,36.999223144282],[-95.964399,37.299232],[-95.961605,37.386636]]]},"properties":{"id":"20125","n":"Montgomery","z":["66736","66757","67301","67333","67335","67337","67340","67344","67347","67351","67363","67364"],"st":"KS"}},"20127":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.930286,38.609362],[-96.927234,38.81216],[-96.890245,38.870067],[-96.501556,38.869704],[-96.501397,38.826188],[-96.390398,38.825858],[-96.352613,38.739021],[-96.35378,38.521657],[-96.819723,38.522464],[-96.929969,38.522412],[-96.930286,38.609362]]]},"properties":{"id":"20127","n":"Morris","z":["66834","66838","66846","66849","66859","66872","66873","67449"],"st":"KS"}},"20129":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-102.04193852287,37.389190055394],[-101.556606,37.388485],[-101.55525884869,36.995290939278],[-102.02820419104,36.993145147108],[-102.04224,36.993083],[-102.04193852287,37.389190055394]]]},"properties":{"id":"20129","n":"Morton","z":["67855","67862","67950","67953","67954"],"st":"KS"}},"20131":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.239207878411,40.000691042754],[-96.010678817935,40.000704665772],[-95.788110994892,40.000466779365],[-95.788941,39.653001],[-95.789101,39.565916],[-96.035952,39.5661],[-96.238969,39.56622],[-96.239207878411,40.000691042754]]]},"properties":{"id":"20131","n":"Nemaha","z":["66403","66404","66408","66415","66416","66417","66428","66521","66522","66534","66538","66540","66544","66550"],"st":"KS"}},"20133":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.525499,37.732759],[-95.088082,37.732476],[-95.088012,37.674519],[-95.088189,37.383837],[-95.52113,37.38399],[-95.52556,37.383979],[-95.525499,37.732759]]]},"properties":{"id":"20133","n":"Neosho","z":["66720","66733","66740","66748","66771","66775","66776","66780","67357"],"st":"KS"}},"20135":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.2472,38.698165],[-100.153823,38.697341],[-99.598323,38.696514],[-99.585087,38.696537],[-99.584794,38.349386],[-99.584207,38.262179],[-100.227137,38.262237],[-100.244393,38.26229],[-100.2472,38.698165]]]},"properties":{"id":"20135","n":"Ness","z":["67515","67516","67518","67521","67556","67560","67572","67584"],"st":"KS"}},"20137":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.17779754588,40.001565813852],[-99.628253849225,40.001771947268],[-99.6253267264,40.001777827647],[-99.627953,39.567437],[-100.161667,39.567277],[-100.180351,39.56689],[-100.17779754588,40.001565813852]]]},"properties":{"id":"20137","n":"Norton","z":["67622","67629","67645","67646","67647","67653","67654","67664"],"st":"KS"}},"20139":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.945924,38.739112],[-95.946587,38.869973],[-95.500724,38.869815],[-95.500738,38.738808],[-95.508267,38.433933],[-95.950282,38.434105],[-95.945924,38.739112]]]},"properties":{"id":"20139","n":"Osage","z":["66413","66414","66451","66510","66523","66524","66528","66537","66543","66546","66856","66868","66871"],"st":"KS"}},"20141":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.044398,39.568035],[-98.505266,39.567603],[-98.487384,39.567492],[-98.490149,39.21978],[-98.489997,39.132697],[-99.0375,39.133121],[-99.047687,39.133014],[-99.044398,39.568035]]]},"properties":{"id":"20141","n":"Osborne","z":["67437","67473","67474","67485","67623","67648","67649","67651","67658","67673"],"st":"KS"}},"20143":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.929097,39.306397],[-97.369839,39.306011],[-97.371154,39.131961],[-97.371614,38.957852],[-97.92856,38.958395],[-97.929746,39.219273],[-97.929097,39.306397]]]},"properties":{"id":"20143","n":"Ottawa","z":["67401","67422","67432","67436","67445","67458","67466","67467","67470","67480","67484"],"st":"KS"}},"20145":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.584794,38.349386],[-99.032408,38.348334],[-99.032309,38.261227],[-98.912583,38.261088],[-98.913136,38.000451],[-99.022136,38.000236],[-99.350289,38.000745],[-99.350359,38.087594],[-99.569533,38.087372],[-99.584207,38.262179],[-99.584794,38.349386]]]},"properties":{"id":"20145","n":"Pawnee","z":["67519","67523","67529","67550","67557","67559","67567","67574","67575"],"st":"KS"}},"20147":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.6253267264,40.001777827647],[-99.179133150861,40.002108952695],[-99.067018349898,40.002143513052],[-99.06622,39.568125],[-99.602176,39.567328],[-99.627953,39.567437],[-99.6253267264,40.001777827647]]]},"properties":{"id":"20147","n":"Phillips","z":["66951","67621","67639","67644","67646","67647","67661","67664"],"st":"KS"}},"20149":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.580362,39.566332],[-96.238969,39.56622],[-96.035952,39.5661],[-96.035573,39.21652],[-96.03906,39.126527],[-96.083557,39.193504],[-96.233671,39.212279],[-96.389046,39.172878],[-96.557892,39.181974],[-96.562342,39.241341],[-96.726667,39.403601],[-96.706722,39.461533],[-96.580362,39.566332]]]},"properties":{"id":"20149","n":"Pottawatomie","z":["66407","66422","66426","66427","66432","66502","66520","66521","66535","66536","66547","66549"],"st":"KS"}},"20151":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.013318,37.825336],[-98.472257,37.824497],[-98.464804,37.732675],[-98.464663,37.471013],[-99.012598,37.470421],[-99.01355,37.73297],[-99.013318,37.825336]]]},"properties":{"id":"20151","n":"Pratt","z":["67021","67028","67035","67059","67065","67066","67124","67134","67557","67583"],"st":"KS"}},"20153":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-101.4110289878,40.002582569568],[-101.32551402752,40.00256534823],[-100.75883,40.002302],[-100.73882471319,40.002262956568],[-100.740873,39.568043],[-101.389068,39.568369],[-101.413913,39.568361],[-101.4110289878,40.002582569568]]]},"properties":{"id":"20153","n":"Rawlins","z":["67701","67730","67732","67734","67739","67743","67744","67745","67749","67753"],"st":"KS"}},"20155":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.472794,38.172757],[-98.215924,38.15875],[-97.922136,38.173713],[-97.701841,38.173814],[-97.701969,37.911325],[-97.698692,37.735056],[-97.807823,37.733855],[-98.464804,37.732675],[-98.472257,37.824497],[-98.472794,38.172757]]]},"properties":{"id":"20155","n":"Reno","z":["67020","67025","67035","67068","67108","67501","67502","67504","67505","67510","67514","67522","67543","67546","67561","67566","67568","67570","67579","67581","67583","67585"],"st":"KS"}},"20157":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.931824926317,40.00223634502],[-97.821500812275,40.002186882089],[-97.369199035315,40.001939305761],[-97.36867,39.654043],[-97.931482,39.653767],[-97.931824926317,40.00223634502]]]},"properties":{"id":"20157","n":"Republic","z":{"0":"66901","1":"66930","2":"66935","3":"66939","4":"66940","5":"66948","6":"66959","7":"66960","8":"66961","9":"66964","10":"66966","21":"68325"},"st":"KS"}},"20159":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.480377,38.521841],[-97.924269,38.522755],[-97.922136,38.173713],[-98.215924,38.15875],[-98.472794,38.172757],[-98.479841,38.26079],[-98.480377,38.521841]]]},"properties":{"id":"20159","n":"Rice","z":["67427","67444","67457","67491","67502","67512","67524","67525","67526","67546","67554","67573","67579"],"st":"KS"}},"20161":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.958719,39.566401],[-96.806544,39.566423],[-96.580362,39.566332],[-96.706722,39.461533],[-96.726667,39.403601],[-96.562342,39.241341],[-96.557892,39.181974],[-96.389046,39.172878],[-96.390796,39.043257],[-96.501166,39.043666],[-96.851409,39.088176],[-96.849879,39.219012],[-96.961693,39.220076],[-96.958719,39.566401]]]},"properties":{"id":"20161","n":"Riley","z":["66411","66441","66442","66449","66502","66503","66505","66506","66517","66531","66554","66933","67432","67447"],"st":"KS"}},"20163":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.602176,39.567328],[-99.06622,39.568125],[-99.044398,39.568035],[-99.047687,39.133014],[-99.591776,39.132357],[-99.605187,39.132481],[-99.602176,39.567328]]]},"properties":{"id":"20163","n":"Rooks","z":["67632","67646","67651","67657","67663","67669","67675"],"st":"KS"}},"20165":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.585087,38.696537],[-99.042626,38.696807],[-99.032971,38.696759],[-99.032408,38.348334],[-99.584794,38.349386],[-99.585087,38.696537]]]},"properties":{"id":"20165","n":"Rush","z":["67511","67513","67520","67548","67553","67556","67559","67565","67567","67575"],"st":"KS"}},"20167":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.0375,39.133121],[-98.489997,39.132697],[-98.484861,38.870791],[-98.486108,38.696878],[-99.032971,38.696759],[-99.042626,38.696807],[-99.0375,39.133121]]]},"properties":{"id":"20167","n":"Russell","z":["67481","67490","67626","67634","67640","67648","67649","67651","67658","67665","67673"],"st":"KS"}},"20169":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.92856,38.958395],[-97.371614,38.957852],[-97.371911,38.609353],[-97.924795,38.60988],[-97.928592,38.871099],[-97.92856,38.958395]]]},"properties":{"id":"20169","n":"Saline","z":["67401","67402","67416","67425","67442","67448","67456","67470","67476","67480","67484"],"st":"KS"}},"20171":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-101.128379,38.700603],[-100.818698,38.699861],[-100.688006,38.700021],[-100.684699,38.264137],[-101.103268,38.264557],[-101.125438,38.264509],[-101.128379,38.700603]]]},"properties":{"id":"20171","n":"Scott","z":["67863","67871"],"st":"KS"}},"20173":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.807823,37.733855],[-97.698692,37.735056],[-97.701969,37.911325],[-97.152476,37.912733],[-97.153331,37.475544],[-97.8076,37.474184],[-97.807823,37.733855]]]},"properties":{"id":"20173","n":"Sedgwick","z":["67001","67016","67017","67020","67025","67026","67030","67031","67037","67050","67052","67055","67060","67067","67101","67106","67108","67110","67118","67120","67135","67147","67149","67201","67202","67203","67204","67205","67206","67207","67208","67209","67210","67211","67212","67213","67214","67215","67216","67217","67218","67219","67220","67221","67223","67226","67227","67228","67230","67232","67235","67260","67275","67276","67277","67278"],"st":"KS"}},"20175":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-101.067904,37.387779],[-100.652728,37.387627],[-100.63392,37.381174],[-100.63332498616,37.000173609053],[-100.94546679308,36.998246828729],[-101.06645021566,36.99773617514],[-101.067904,37.387779]]]},"properties":{"id":"20175","n":"Seward","z":["67859","67869","67870","67877","67901","67905","67952"],"st":"KS"}},"20177":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.035573,39.21652],[-95.589472,39.216081],[-95.596759,39.064672],[-95.500254,39.056656],[-95.500724,38.869815],[-95.946587,38.869973],[-95.946754,39.098685],[-96.03906,39.126527],[-96.035573,39.21652]]]},"properties":{"id":"20177","n":"Shawnee","z":["66050","66402","66409","66420","66431","66512","66524","66533","66536","66539","66542","66546","66601","66603","66604","66605","66606","66607","66608","66609","66610","66611","66612","66614","66615","66616","66617","66618","66619","66620","66621","66622","66624","66625","66626","66629","66630","66636","66647","66667","66675","66683","66699"],"st":"KS"}},"20179":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.720213,39.568034],[-100.180351,39.56689],[-100.161667,39.567277],[-100.1642,39.132071],[-100.721296,39.133381],[-100.720213,39.568034]]]},"properties":{"id":"20179","n":"Sheridan","z":["67635","67737","67738","67740","67751","67752","67753","67757"],"st":"KS"}},"20181":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-102.04996185783,39.568178980673],[-101.413913,39.568361],[-101.389068,39.568369],[-101.391717,39.135117],[-101.478195,39.134761],[-102.0472007217,39.133146709511],[-102.04996185783,39.568178980673]]]},"properties":{"id":"20181","n":"Sherman","z":["67732","67733","67735","67741"],"st":"KS"}},"20183":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.067018349898,40.002143513052],[-98.726372963939,40.002336273167],[-98.504454983637,40.002379876736],[-98.505266,39.567603],[-99.044398,39.568035],[-99.06622,39.568125],[-99.067018349898,40.002143513052]]]},"properties":{"id":"20183","n":"Smith","z":["66932","66951","66952","66967","67437","67474","67628","67638"],"st":"KS"}},"20185":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.022136,38.000236],[-98.913136,38.000451],[-98.912583,38.261088],[-98.479841,38.26079],[-98.472794,38.172757],[-98.472257,37.824497],[-99.013318,37.825336],[-99.022136,38.000236]]]},"properties":{"id":"20185","n":"Stafford","z":["67526","67530","67545","67550","67557","67567","67576","67578","67583"],"st":"KS"}},"20187":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-102.04196565863,37.738540573638],[-101.527063,37.736314],[-101.52581,37.388392],[-101.556606,37.388485],[-102.04193852287,37.389190055394],[-102.04189086967,37.644277685292],[-102.04196565863,37.738540573638]]]},"properties":{"id":"20187","n":"Stanton","z":["67855","67862","67878"],"st":"KS"}},"20189":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-101.556606,37.388485],[-101.52581,37.388392],[-101.089653,37.387721],[-101.067904,37.387779],[-101.06645021566,36.99773617514],[-101.55525884869,36.995290939278],[-101.556606,37.388485]]]},"properties":{"id":"20189","n":"Stevens","z":["67901","67951","67952","67954"],"st":"KS"}},"20191":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.8076,37.474184],[-97.153331,37.475544],[-97.147720966923,36.998972335621],[-97.462346029864,36.998824238797],[-97.80231297035,36.998698609394],[-97.807057,37.386293],[-97.8076,37.474184]]]},"properties":{"id":"20191","n":"Sumner","z":["67004","67013","67018","67022","67026","67031","67049","67051","67103","67105","67106","67110","67118","67119","67120","67140","67146","67152"],"st":"KS"}},"20193":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-101.389068,39.568369],[-100.740873,39.568043],[-100.720213,39.568034],[-100.721296,39.133381],[-100.811858,39.13336],[-101.391717,39.135117],[-101.389068,39.568369]]]},"properties":{"id":"20193","n":"Thomas","z":["67701","67732","67734","67743","67748","67753","67764"],"st":"KS"}},"20195":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.14794,39.132179],[-99.605187,39.132481],[-99.591776,39.132357],[-99.598323,38.696514],[-100.153823,38.697341],[-100.14794,39.132179]]]},"properties":{"id":"20195","n":"Trego","z":["67521","67572","67584","67631","67637","67656","67657","67672"],"st":"KS"}},"20197":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.501556,38.869704],[-96.501166,39.043666],[-96.390796,39.043257],[-96.389046,39.172878],[-96.233671,39.212279],[-96.083557,39.193504],[-96.03906,39.126527],[-95.946754,39.098685],[-95.946587,38.869973],[-95.945924,38.739112],[-96.352613,38.739021],[-96.390398,38.825858],[-96.501397,38.826188],[-96.501556,38.869704]]]},"properties":{"id":"20197","n":"Wabaunsee","z":["66401","66407","66413","66423","66431","66501","66502","66507","66526","66536","66547","66614","66615","66834"],"st":"KS"}},"20199":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-102.0472007217,39.133146709511],[-101.478195,39.134761],[-101.484383,38.700166],[-101.567094,38.699669],[-102.04571290309,38.697565770078],[-102.046571,39.047038],[-102.0472007217,39.133146709511]]]},"properties":{"id":"20199","n":"Wallace","z":["67758","67761","67762"],"st":"KS"}},"20201":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.369199035315,40.001939305761],[-96.916407005466,40.001454091044],[-96.805768,40.001368455095],[-96.806544,39.566423],[-96.958719,39.566401],[-97.368574,39.567018],[-97.36867,39.654043],[-97.369199035315,40.001939305761]]]},"properties":{"id":"20201","n":"Washington","z":["66412","66548","66933","66937","66938","66943","66944","66945","66946","66953","66955","66958","66962","66968"],"st":"KS"}},"20203":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-101.567094,38.699669],[-101.484383,38.700166],[-101.128379,38.700603],[-101.125438,38.264509],[-101.542312,38.263207],[-101.567482,38.263145],[-101.567094,38.699669]]]},"properties":{"id":"20203","n":"Wichita","z":["67861","67863","67871"],"st":"KS"}},"20205":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.961002,37.603761],[-95.960876,37.734304],[-95.525499,37.732759],[-95.52556,37.383979],[-95.961605,37.386636],[-95.961002,37.603761]]]},"properties":{"id":"20205","n":"Wilson","z":["66710","66714","66717","66720","66736","66757","66776","66777","67047"],"st":"KS"}},"20207":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.959046,38.040195],[-95.51897,38.03823],[-95.525499,37.732759],[-95.960876,37.734304],[-95.959046,38.040195]]]},"properties":{"id":"20207","n":"Woodson","z":["66748","66758","66761","66777","66783","66852"],"st":"KS"}},"20209":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.791994673743,39.20126025024],[-94.601937981921,39.155503233464],[-94.591933,39.155003],[-94.607870353374,39.044085096478],[-94.874812,39.05804],[-94.908765,38.991401],[-94.900191,39.202911],[-94.791994673743,39.20126025024]]]},"properties":{"id":"20209","n":"Wyandotte","z":["66012","66101","66102","66103","66104","66105","66106","66109","66110","66111","66112","66113","66115","66117","66118","66119","66160","66217"],"st":"KS"}},"21001":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.526881,37.10945],[-85.352771,37.192432],[-85.312291,37.246405],[-85.165174,37.310396],[-85.056898,37.257041],[-85.043316,37.186028],[-85.205831,36.996862],[-85.232026,36.925069],[-85.45183,36.938138],[-85.526881,37.10945]]]},"properties":{"id":"21001","n":"Adair","z":["42129","42528","42539","42642","42715","42720","42728","42733","42741","42742","42743","42753"],"st":"KY"}},"21003":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.405769,36.776187],[-86.201417,36.935315],[-86.16674,36.934015],[-85.97691,36.722722],[-85.975713174144,36.628637718682],[-86.205565269856,36.639246870329],[-86.411496198966,36.648240422848],[-86.405769,36.776187]]]},"properties":{"id":"21003","n":"Allen","z":["42120","42122","42133","42134","42153","42164"],"st":"KY"}},"21005":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.101646,38.03727],[-85.023711,38.129052],[-84.864908,38.116926],[-84.796327,37.970088],[-84.933085,37.954186],[-85.030528,37.891538],[-85.152797,37.897661],[-85.167834,37.971809],[-85.101646,38.03727]]]},"properties":{"id":"21005","n":"Anderson","z":["40046","40076","40342","40372"],"st":"KY"}},"21007":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.933517214748,37.227511279915],[-88.815952,36.9541],[-89.080253,36.915486],[-89.103135448327,36.944760900322],[-89.132915,36.982057],[-89.16662021202,37.0721103438],[-89.058036,37.188767],[-88.933517214748,37.227511279915]]]},"properties":{"id":"21007","n":"Ballard","z":["42022","42024","42053","42056","42060","42087"],"st":"KY"}},"21009":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.113512,37.061072],[-86.074267,37.053285],[-86.056443,37.167208],[-85.906336,37.148377],[-85.744221,37.169813],[-85.739255,36.841476],[-85.97691,36.722722],[-86.16674,36.934015],[-86.113512,37.061072]]]},"properties":{"id":"21009","n":"Barren","z":["42123","42127","42130","42131","42133","42141","42142","42152","42154","42156","42160","42166","42171","42749"],"st":"KY"}},"21011":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.977924,38.192118],[-83.848355,38.296949],[-83.725393,38.292584],[-83.635195,38.187525],[-83.498846,38.05062],[-83.580859,38.011568],[-83.75943,37.998731],[-83.881353,38.136517],[-83.977924,38.192118]]]},"properties":{"id":"21011","n":"Bath","z":["40319","40334","40346","40353","40358","40360","40366","40371","40374"],"st":"KY"}},"21013":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.877503,36.687259],[-83.798248,36.785197],[-83.566142,36.931525],[-83.589521,36.955786],[-83.509083,36.938509],[-83.489813,36.895413],[-83.500891,36.733254],[-83.460954647464,36.666131036273],[-83.675413,36.600814],[-83.930760783944,36.587694258112],[-83.956319,36.645433],[-83.877503,36.687259]]]},"properties":{"id":"21013","n":"Bell","z":["40813","40845","40856","40902","40913","40939","40940","40955","40958","40965","40977","40988"],"st":"KY"}},"21015":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.820157,39.10548],[-84.750749,39.147358],[-84.62202768366,39.078327546654],[-84.597932,38.879431],[-84.615664,38.802277],[-84.660107,38.777293],[-84.798699822952,38.859227390207],[-84.864428518992,38.913843641049],[-84.877570231125,39.031262844094],[-84.820157,39.10548]]]},"properties":{"id":"21015","n":"Boone","z":["41005","41018","41021","41022","41025","41030","41042","41048","41080","41091","41092","41094"],"st":"KY"}},"21017":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.442661,38.283236],[-84.333623,38.288975],[-84.19405,38.37175],[-84.095324,38.259014],[-83.977924,38.192118],[-84.080527,38.115118],[-84.286461,38.067028],[-84.379613,38.111456],[-84.401847,38.207889],[-84.442661,38.283236]]]},"properties":{"id":"21017","n":"Bourbon","z":["40311","40324","40348","40357","40361","40362","40374","40511","40516","41031"],"st":"KY"}},"21019":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.664116907516,38.507715590257],[-82.593673,38.421809],[-82.584693814126,38.24051299337],[-82.614304,38.266078],[-82.794206,38.243772],[-82.771737,38.362588],[-82.817454,38.373935],[-82.664116907516,38.507715590257]]]},"properties":{"id":"21019","n":"Boyd","z":["41101","41102","41105","41129","41168"],"st":"KY"}},"21021":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.030172,37.63127],[-85.025021,37.678854],[-84.744888,37.713075],[-84.658296,37.634501],[-84.847183,37.548455],[-85.039674,37.545232],[-85.030172,37.63127]]]},"properties":{"id":"21021","n":"Boyle","z":["40328","40422","40423","40440","40452","40464","40468"],"st":"KY"}},"21023":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.05264617322,38.771614667536],[-83.904375086105,38.767283875268],[-83.991605,38.593701],[-84.083746,38.608594],[-84.162031,38.554125],[-84.205346,38.582039],[-84.226162633963,38.829777141242],[-84.05264617322,38.771614667536]]]},"properties":{"id":"21023","n":"Bracken","z":["41002","41004","41040","41043","41044","41061","41064"],"st":"KY"}},"21025":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.579186,37.506249],[-83.522308,37.638516],[-83.418474,37.690729],[-83.248692,37.669616],[-83.134949,37.606812],[-83.089796,37.632167],[-82.948544,37.503167],[-83.089007,37.522648],[-83.124348,37.404973],[-83.214735,37.443538],[-83.38165,37.338266],[-83.449454,37.378853],[-83.547628,37.334418],[-83.534281,37.417409],[-83.579186,37.506249]]]},"properties":{"id":"21025","n":"Breathitt","z":["41301","41310","41311","41314","41317","41339","41348","41366","41385","41390"],"st":"KY"}},"21027":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.646703057859,37.864908975898],[-86.509368,37.902887],[-86.521825,38.038327],[-86.488052467128,38.0436653089],[-86.151285,37.798878],[-86.27527,37.593519],[-86.409744,37.566514],[-86.511631,37.622924],[-86.59281,37.56436],[-86.638935,37.661877],[-86.677873,37.792848],[-86.646703057859,37.864908975898]]]},"properties":{"id":"21027","n":"Breckinridge","z":["40111","40115","40119","40140","40142","40143","40144","40145","40146","40152","40153","40157","40170","40171","40175","40176","40178","42754"],"st":"KY"}},"21029":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.42883,38.118383],[-85.516882,38.011267],[-85.489202,37.990654],[-85.576259,37.885129],[-85.737777,37.81179],[-85.838198,37.879284],[-85.854871,37.945385],[-85.938321,37.998756],[-85.712578,38.087311],[-85.529477,38.083864],[-85.42883,38.118383]]]},"properties":{"id":"21029","n":"Bullitt","z":["40013","40047","40071","40109","40110","40150","40165","40166","40177","40229","40272","40299"],"st":"KY"}},"21031":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.899268,37.212313],[-86.815852,37.328859],[-86.759533,37.304099],[-86.612095,37.395123],[-86.487152,37.362501],[-86.469126,37.321099],[-86.399165,37.169896],[-86.622895,37.181089],[-86.674462,36.999766],[-86.941391,37.068981],[-86.899268,37.212313]]]},"properties":{"id":"21031","n":"Butler","z":["42101","42201","42219","42252","42256","42261","42273","42275","42288","42320","42333","42339","42721"],"st":"KY"}},"21033":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.801046,37.379445],[-87.813413,37.350645],[-87.805029,37.241083],[-87.680617,37.149239],[-87.733368,37.002103],[-87.876996,36.960116],[-88.042142,37.174756],[-88.095781,37.179684],[-88.089493,37.222066],[-87.801046,37.379445]]]},"properties":{"id":"21033","n":"Caldwell","z":["42038","42064","42408","42411","42445"],"st":"KY"}},"21035":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.485697,36.750328],[-88.110831,36.74715],[-88.070532,36.678118],[-88.053350800776,36.499996250682],[-88.489076738713,36.501283719076],[-88.485697,36.750328]]]},"properties":{"id":"21035","n":"Calloway","z":["42020","42025","42036","42040","42048","42049","42054","42071","42076"],"st":"KY"}},"21037":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.321207226857,39.020586352689],[-84.232305045403,38.874707896032],[-84.418107,38.806596],[-84.450774,38.819526],[-84.4508,38.993609],[-84.506518737437,39.101766408188],[-84.462042,39.12176],[-84.321207226857,39.020586352689]]]},"properties":{"id":"21037","n":"Campbell","z":["41001","41006","41007","41059","41071","41072","41073","41074","41075","41076","41085","41099"],"st":"KY"}},"21039":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.103135448327,36.944760900322],[-89.080253,36.915486],[-88.815952,36.9541],[-88.812897,36.946864],[-88.813229,36.773115],[-89.15598490907,36.786292663371],[-89.103135448327,36.944760900322]]]},"properties":{"id":"21039","n":"Carlisle","z":["42021","42023","42035","42039"],"st":"KY"}},"21041":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.201760622549,38.697440791846],[-85.021052141674,38.758527324714],[-84.934536,38.66213],[-85.074583,38.596838],[-85.16827,38.585448],[-85.211375,38.580216],[-85.332640733751,38.734816754348],[-85.201760622549,38.697440791846]]]},"properties":{"id":"21041","n":"Carroll","z":["40006","40011","40045","40075","41008","41045","41083","41098"],"st":"KY"}},"21043":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.341347,38.319521],[-83.230598,38.339508],[-83.237181,38.426246],[-83.166419,38.503965],[-83.051751,38.465404],[-82.970648,38.393666],[-82.817454,38.373935],[-82.771737,38.362588],[-82.794206,38.243772],[-82.924805,38.175114],[-83.053081,38.189545],[-83.177781,38.266963],[-83.244306,38.19238],[-83.30114,38.209703],[-83.341347,38.319521]]]},"properties":{"id":"21043","n":"Carter","z":["40351","41128","41132","41142","41143","41146","41164","41168","41180","41181"],"st":"KY"}},"21045":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.073772,37.413669],[-85.039674,37.545232],[-84.847183,37.548455],[-84.850816,37.427143],[-84.722826,37.360043],[-84.720712,37.238328],[-84.901112,37.116297],[-84.954406,37.102271],[-85.043316,37.186028],[-85.056898,37.257041],[-85.165174,37.310396],[-85.073772,37.413669]]]},"properties":{"id":"21045","n":"Casey","z":["40328","40437","40442","40464","40489","42516","42528","42539","42541","42565","42566","42642","42733"],"st":"KY"}},"21047":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.680617,37.149239],[-87.520116,37.105452],[-87.333741,37.157186],[-87.259371,37.072401],[-87.335979050081,36.641577160493],[-87.64115,36.638036],[-87.694185907864,36.636838243944],[-87.659724,36.966397],[-87.733368,37.002103],[-87.680617,37.149239]]]},"properties":{"id":"21047","n":"Christian","z":["42215","42217","42221","42223","42232","42236","42240","42241","42254","42262","42266","42408","42442","42453","42464"],"st":"KY"}},"21049":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.286461,38.067028],[-84.080527,38.115118],[-83.96631,37.930768],[-84.001967,37.837592],[-84.080337,37.853066],[-84.337393,37.892007],[-84.286461,38.067028]]]},"properties":{"id":"21049","n":"Clark","z":["40353","40391","40392","40515"],"st":"KY"}},"21051":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.943718,37.250551],[-83.784975,37.348717],[-83.653303,37.358075],[-83.526907,37.258529],[-83.507886,37.235877],[-83.553101,37.079281],[-83.509083,36.938509],[-83.589521,36.955786],[-83.871315,37.054919],[-83.885673,37.118767],[-83.969571,37.168876],[-83.943718,37.250551]]]},"properties":{"id":"21051","n":"Clay","z":["40486","40741","40744","40874","40913","40914","40932","40941","40944","40951","40962","40972","40983","41714"],"st":"KY"}},"21053":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.295812485727,36.626149559367],[-85.215405,36.854467],[-85.064307,36.858743],[-85.004099,36.756237],[-84.974868435837,36.614583359317],[-85.276287947499,36.626157540803],[-85.295812485727,36.626149559367]]]},"properties":{"id":"21053","n":"Clinton","z":["42602","42603","42633","42717"],"st":"KY"}},"21055":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.358436,37.40486],[-88.281667,37.452596],[-88.066250320097,37.504138327348],[-88.015572,37.54721],[-87.932952,37.480052],[-87.929999,37.409167],[-87.801046,37.379445],[-88.089493,37.222066],[-88.095781,37.179684],[-88.193519,37.147256],[-88.21898,37.273145],[-88.358436,37.40486]]]},"properties":{"id":"21055","n":"Crittenden","z":{"0":"42033","1":"42037","2":"42064","3":"42078","4":"42411","5":"42450","6":"42459","10":"42084"},"st":"KY"}},"21057":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.45183,36.938138],[-85.232026,36.925069],[-85.215405,36.854467],[-85.295812485727,36.626149559367],[-85.436404272886,36.618003845027],[-85.596214,36.818039],[-85.45183,36.938138]]]},"properties":{"id":"21057","n":"Cumberland","z":{"0":"42129","1":"42167","2":"42717","3":"42759","7":"42731"},"st":"KY"}},"21059":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.304057452442,37.893432549122],[-87.270387407739,37.87542282659],[-87.105614,37.767631],[-86.97774142511,37.925699208373],[-86.893859,37.882113],[-86.823429,37.737754],[-86.817783,37.673679],[-86.94876,37.630548],[-87.03826,37.560803],[-87.138821,37.575628],[-87.408547,37.683563],[-87.271608,37.78012],[-87.323402,37.819239],[-87.304057452442,37.893432549122]]]},"properties":{"id":"21059","n":"Daviess","z":["42301","42302","42303","42304","42327","42334","42348","42351","42355","42356","42364","42366","42376","42378"],"st":"KY"}},"21061":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.469126,37.321099],[-86.157589,37.335649],[-86.049133,37.215285],[-86.056443,37.167208],[-86.074267,37.053285],[-86.113512,37.061072],[-86.218607,37.104029],[-86.28175,37.080597],[-86.399165,37.169896],[-86.469126,37.321099]]]},"properties":{"id":"21061","n":"Edmonson","z":["42101","42160","42163","42171","42207","42210","42259","42275","42285","42721","42729","42754"],"st":"KY"}},"21063":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.263289,38.115386],[-83.244306,38.19238],[-83.177781,38.266963],[-83.053081,38.189545],[-82.924805,38.175114],[-82.888644,38.112806],[-83.022115,38.007047],[-83.194445,38.010649],[-83.263289,38.115386]]]},"properties":{"id":"21063","n":"Elliott","z":["40351","41149","41164","41171","41180","41472"],"st":"KY"}},"21065":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.080337,37.853066],[-84.001967,37.837592],[-83.906251,37.759363],[-83.777592,37.756776],[-83.7221,37.71642],[-83.822121,37.665578],[-83.90557,37.542856],[-83.965244,37.581421],[-84.090364,37.566227],[-84.080337,37.853066]]]},"properties":{"id":"21065","n":"Estill","z":["40336","40472"],"st":"KY"}},"21067":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.625079,38.116397],[-84.401847,38.207889],[-84.379613,38.111456],[-84.286461,38.067028],[-84.337393,37.892007],[-84.43572,37.847202],[-84.479629,37.940219],[-84.66034,38.003836],[-84.625079,38.116397]]]},"properties":{"id":"21067","n":"Fayette","z":["20508","40361","40502","40503","40504","40505","40506","40507","40508","40509","40510","40511","40512","40513","40514","40515","40516","40517","40522","40523","40524","40526","40533","40536","40544","40546","40550","40555","40574","40576","40577","40578","40579","40580","40581","40582","40583","40588","40591","40598"],"st":"KY"}},"21069":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.930348,38.492278],[-83.85928,38.456348],[-83.641852,38.525381],[-83.581613,38.431258],[-83.452848,38.381799],[-83.50716,38.269447],[-83.635195,38.187525],[-83.725393,38.292584],[-83.848355,38.296949],[-83.980068,38.439448],[-83.930348,38.492278]]]},"properties":{"id":"21069","n":"Fleming","z":["41037","41039","41041","41049","41055","41081","41093"],"st":"KY"}},"21071":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.940763,37.716338],[-82.75223,37.756227],[-82.64075,37.720182],[-82.563561,37.684844],[-82.614356,37.670696],[-82.623112,37.503541],[-82.584711,37.466574],[-82.710805,37.285323],[-82.762749,37.425133],[-82.92546,37.486525],[-82.879082,37.535395],[-82.940763,37.716338]]]},"properties":{"id":"21071","n":"Floyd","z":["41216","41265","41601","41602","41603","41604","41605","41606","41607","41612","41615","41616","41619","41621","41622","41630","41631","41635","41636","41640","41642","41643","41645","41647","41649","41650","41651","41653","41655","41659","41660","41663","41666","41667","41669"],"st":"KY"}},"21073":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.997667,38.335586],[-84.870482,38.356751],[-84.740594,38.352415],[-84.725168,38.195426],[-84.864908,38.116926],[-85.023711,38.129052],[-84.997667,38.335586]]]},"properties":{"id":"21073","n":"Franklin","z":["40003","40076","40347","40379","40601","40602","40603","40604","40618","40619","40620","40621","40622"],"st":"KY"}},"21075":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.327319777009,36.62394628877],[-89.227319,36.569375],[-89.175649772347,36.651319262553],[-89.026629,36.592124],[-88.90348,36.576864],[-88.834589022874,36.501980342259],[-89.345194319539,36.501343208637],[-89.539232,36.497934],[-89.544434,36.57451],[-89.407906,36.562345],[-89.327319777009,36.62394628877]]]},"properties":{"id":"21075","n":"Fulton","z":{"1":"42041","2":"42050","3":"38079"},"st":"KY"}},"21077":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.021052141674,38.758527324714],[-84.812877,38.786087],[-84.798699822952,38.859227390207],[-84.660107,38.777293],[-84.780766,38.765208],[-84.785788,38.720459],[-84.934536,38.66213],[-85.021052141674,38.758527324714]]]},"properties":{"id":"21077","n":"Gallatin","z":["40355","41045","41046","41083","41086","41092","41095"],"st":"KY"}},"21079":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.716925,37.815389],[-84.571158,37.72855],[-84.525643,37.769497],[-84.450201,37.697898],[-84.347805,37.539064],[-84.37444,37.472663],[-84.446719,37.485893],[-84.658296,37.634501],[-84.744888,37.713075],[-84.689343,37.727274],[-84.716925,37.815389]]]},"properties":{"id":"21079","n":"Garrard","z":["40403","40410","40419","40444","40461","40484"],"st":"KY"}},"21081":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.660107,38.777293],[-84.615664,38.802277],[-84.532288,38.791937],[-84.476299,38.542723],[-84.557375,38.492917],[-84.580539,38.473039],[-84.774322,38.618594],[-84.785788,38.720459],[-84.780766,38.765208],[-84.660107,38.777293]]]},"properties":{"id":"21081","n":"Grant","z":["41003","41010","41030","41035","41046","41052","41054","41097"],"st":"KY"}},"21083":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.813229,36.773115],[-88.812897,36.946864],[-88.484103,36.942096],[-88.485697,36.750328],[-88.489076738713,36.501283719076],[-88.516358059979,36.501464198163],[-88.816764157348,36.501951431813],[-88.813229,36.773115]]]},"properties":{"id":"21083","n":"Graves","z":["42025","42027","42035","42039","42040","42041","42049","42051","42054","42061","42063","42066","42069","42070","42071","42079","42082","42085","42088"],"st":"KY"}},"21085":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.59281,37.56436],[-86.511631,37.622924],[-86.409744,37.566514],[-86.27527,37.593519],[-86.114261,37.567182],[-86.047598,37.449933],[-86.019089,37.394537],[-86.157589,37.335649],[-86.469126,37.321099],[-86.487152,37.362501],[-86.612095,37.395123],[-86.66489,37.556649],[-86.59281,37.56436]]]},"properties":{"id":"21085","n":"Grayson","z":["40119","42207","42349","42361","42712","42721","42726","42754","42755","42762"],"st":"KY"}},"21087":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.657332,37.421996],[-85.583497,37.469917],[-85.478081,37.363673],[-85.352771,37.192432],[-85.526881,37.10945],[-85.632313,37.125056],[-85.686482,37.182427],[-85.697325,37.301838],[-85.657332,37.421996]]]},"properties":{"id":"21087","n":"Green","z":["42214","42716","42718","42743","42746","42757","42764","42782"],"st":"KY"}},"21089":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.030334931231,38.716867676656],[-82.889193,38.756076],[-82.851314,38.604334],[-82.81154238465,38.572369589562],[-82.664116907516,38.507715590257],[-82.817454,38.373935],[-82.970648,38.393666],[-83.051751,38.465404],[-83.166419,38.503965],[-83.071005,38.5952],[-83.030334931231,38.716867676656]]]},"properties":{"id":"21089","n":"Greenup","z":["31139","41101","41102","41121","41139","41141","41143","41144","41169","41174","41175","41183"],"st":"KY"}},"21091":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.97774142511,37.925699208373],[-86.813659941285,37.996034495142],[-86.722247,37.892648],[-86.646703057859,37.864908975898],[-86.677873,37.792848],[-86.638935,37.661877],[-86.823429,37.737754],[-86.893859,37.882113],[-86.97774142511,37.925699208373]]]},"properties":{"id":"21091","n":"Hancock","z":["42343","42348","42351","42366","42368"],"st":"KY"}},"21093":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.151285,37.798878],[-86.007432,37.818439],[-85.975948,37.875793],[-85.997351659754,37.991225602299],[-85.951729645916,38.014940127091],[-85.938321,37.998756],[-85.854871,37.945385],[-85.838198,37.879284],[-85.737777,37.81179],[-85.680488,37.732284],[-85.735949,37.654598],[-85.875807,37.543997],[-85.892804,37.440308],[-86.047598,37.449933],[-86.114261,37.567182],[-86.27527,37.593519],[-86.151285,37.798878]]]},"properties":{"id":"21093","n":"Hardin","z":["40051","40121","40122","40150","40159","40160","40162","40175","40177","42701","42702","42712","42724","42732","42740","42776","42784","42788"],"st":"KY"}},"21095":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.489813,36.895413],[-83.26002,36.968951],[-83.182104,37.021115],[-83.12209,37.000997],[-83.153401,36.956591],[-82.939466,37.01552],[-82.869183,36.974182],[-82.883754212976,36.897130136654],[-83.07559,36.850589],[-83.136395,36.743088],[-83.460954647464,36.666131036273],[-83.500891,36.733254],[-83.489813,36.895413]]]},"properties":{"id":"21095","n":"Harlan","z":["40801","40803","40806","40807","40808","40810","40815","40818","40819","40820","40823","40824","40828","40829","40830","40831","40840","40843","40847","40849","40854","40855","40863","40865","40870","40873","40927","40964","40988"],"st":"KY"}},"21097":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.476299,38.542723],[-84.205346,38.582039],[-84.162031,38.554125],[-84.183903,38.498019],[-84.1021,38.459379],[-84.19405,38.37175],[-84.333623,38.288975],[-84.442661,38.283236],[-84.467748,38.393058],[-84.557375,38.492917],[-84.476299,38.542723]]]},"properties":{"id":"21097","n":"Harrison","z":["40370","41003","41010","41031"],"st":"KY"}},"21099":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.047598,37.449933],[-85.892804,37.440308],[-85.657332,37.421996],[-85.697325,37.301838],[-85.686482,37.182427],[-85.744221,37.169813],[-85.906336,37.148377],[-86.056443,37.167208],[-86.049133,37.215285],[-86.157589,37.335649],[-86.019089,37.394537],[-86.047598,37.449933]]]},"properties":{"id":"21099","n":"Hart","z":["42127","42713","42722","42729","42746","42749","42757","42765","42782","42784"],"st":"KY"}},"21101":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.71321078529,37.883088390367],[-87.625851,37.851919],[-87.551277,37.925418],[-87.44863585761,37.933877868215],[-87.304057452442,37.893432549122],[-87.323402,37.819239],[-87.271608,37.78012],[-87.408547,37.683563],[-87.495331,37.647547],[-87.734545,37.638376],[-87.761995,37.762365],[-87.815093,37.762423],[-87.92539338171,37.899591477137],[-87.71321078529,37.883088390367]]]},"properties":{"id":"21101","n":"Henderson","z":["42301","42402","42406","42419","42420","42444","42451","42452","42457","42458","42462"],"st":"KY"}},"21103":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.314006,38.492592],[-85.16827,38.585448],[-85.074583,38.596838],[-84.91223,38.459844],[-84.870482,38.356751],[-84.997667,38.335586],[-85.283082,38.358054],[-85.34608,38.45954],[-85.314006,38.492592]]]},"properties":{"id":"21103","n":"Henry","z":["40007","40011","40019","40031","40036","40050","40055","40057","40058","40068","40070","40075","40601"],"st":"KY"}},"21105":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.15598490907,36.786292663371],[-88.813229,36.773115],[-88.816764157348,36.501951431813],[-88.82717803634,36.501968322257],[-88.834589022874,36.501980342259],[-88.90348,36.576864],[-89.026629,36.592124],[-89.175649772347,36.651319262553],[-89.202511,36.716618],[-89.15598490907,36.786292663371]]]},"properties":{"id":"21105","n":"Hickman","z":["42021","42031","42032","42039","42041","42085","42088"],"st":"KY"}},"21107":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.813413,37.350645],[-87.593575,37.461963],[-87.497112,37.487802],[-87.375145,37.569988],[-87.328543,37.398462],[-87.295965,37.391819],[-87.38703,37.273606],[-87.333741,37.157186],[-87.520116,37.105452],[-87.680617,37.149239],[-87.805029,37.241083],[-87.813413,37.350645]]]},"properties":{"id":"21107","n":"Hopkins","z":["42408","42410","42413","42431","42436","42440","42441","42442","42445","42450","42453","42456","42464"],"st":"KY"}},"21109":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.090364,37.566227],[-83.965244,37.581421],[-83.90557,37.542856],[-83.885262,37.517688],[-83.784975,37.348717],[-83.943718,37.250551],[-84.137898,37.319759],[-84.199489,37.522858],[-84.090364,37.566227]]]},"properties":{"id":"21109","n":"Jackson","z":["40402","40434","40445","40447","40481","40486","40488"],"st":"KY"}},"21111":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.951729645916,38.014940127091],[-85.895911787736,38.17992692087],[-85.79451090677,38.277954735795],[-85.683561,38.295469],[-85.634444144977,38.378399447575],[-85.468206,38.285309],[-85.404899,38.26373],[-85.424054,38.147438],[-85.42883,38.118383],[-85.529477,38.083864],[-85.712578,38.087311],[-85.938321,37.998756],[-85.951729645916,38.014940127091]]]},"properties":{"id":"21111","n":"Jefferson","z":["40018","40023","40025","40027","40041","40059","40118","40129","40177","40201","40202","40203","40204","40205","40206","40207","40208","40209","40210","40211","40212","40213","40214","40215","40216","40217","40218","40219","40220","40221","40222","40223","40224","40225","40228","40229","40231","40232","40233","40241","40242","40243","40245","40250","40251","40252","40253","40255","40256","40257","40258","40259","40261","40266","40268","40269","40270","40272","40280","40281","40282","40283","40285","40287","40289","40290","40291","40292","40293","40294","40295","40296","40297","40298","40299"],"st":"KY"}},"21113":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.709918,37.861952],[-84.66034,38.003836],[-84.479629,37.940219],[-84.43572,37.847202],[-84.525643,37.769497],[-84.571158,37.72855],[-84.716925,37.815389],[-84.709918,37.861952]]]},"properties":{"id":"21113","n":"Jessamine","z":["40339","40340","40356","40383","40390","40515"],"st":"KY"}},"21115":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.989014,37.963968],[-82.952043,38.000316],[-82.612393,37.879272],[-82.670812,37.852091],[-82.64075,37.720182],[-82.75223,37.756227],[-82.940763,37.716338],[-83.004649,37.859247],[-82.989014,37.963968]]]},"properties":{"id":"21115","n":"Johnson","z":["41204","41216","41219","41222","41226","41232","41234","41238","41240","41254","41255","41256","41257","41260","41263","41265","41268","41271","41274"],"st":"KY"}},"21117":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.506518737437,39.101766408188],[-84.4508,38.993609],[-84.450774,38.819526],[-84.418107,38.806596],[-84.532288,38.791937],[-84.615664,38.802277],[-84.597932,38.879431],[-84.62202768366,39.078327546654],[-84.506518737437,39.101766408188]]]},"properties":{"id":"21117","n":"Kenton","z":["41011","41012","41014","41015","41016","41017","41018","41019","41030","41033","41042","41051","41053","41063","41094"],"st":"KY"}},"21119":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.124348,37.404973],[-83.089007,37.522648],[-82.948544,37.503167],[-82.92546,37.486525],[-82.762749,37.425133],[-82.710805,37.285323],[-82.732693,37.271502],[-82.819373,37.268671],[-82.979183,37.17242],[-83.000142,37.19571],[-83.126805,37.235973],[-83.124348,37.404973]]]},"properties":{"id":"21119","n":"Knott","z":["41339","41630","41640","41643","41701","41722","41725","41739","41740","41759","41772","41773","41817","41822","41828","41831","41834","41836","41839","41843","41844","41847","41859","41861","41862"],"st":"KY"}},"21121":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.091853,36.955992],[-83.959138,36.977273],[-83.871315,37.054919],[-83.589521,36.955786],[-83.566142,36.931525],[-83.798248,36.785197],[-83.877503,36.687259],[-83.958534,36.727245],[-83.983674,36.800839],[-84.065833,36.854147],[-84.091853,36.955992]]]},"properties":{"id":"21121","n":"Knox","z":["40701","40734","40759","40763","40771","40903","40906","40915","40921","40923","40930","40935","40943","40946","40949","40953","40982","40995","40997"],"st":"KY"}},"21123":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.680488,37.732284],[-85.592088,37.693479],[-85.62394,37.540489],[-85.52129,37.554343],[-85.46625,37.465595],[-85.583497,37.469917],[-85.657332,37.421996],[-85.892804,37.440308],[-85.875807,37.543997],[-85.735949,37.654598],[-85.680488,37.732284]]]},"properties":{"id":"21123","n":"Larue","z":["40051","40052","42716","42718","42748","42757","42764","42776","42784"],"st":"KY"}},"21125":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.358024,36.9594],[-84.303016,37.038396],[-84.289076,37.15174],[-84.254315,37.239082],[-84.137898,37.319759],[-83.943718,37.250551],[-83.969571,37.168876],[-83.885673,37.118767],[-83.871315,37.054919],[-83.959138,36.977273],[-84.091853,36.955992],[-84.297416,36.945931],[-84.358024,36.9594]]]},"properties":{"id":"21125","n":"Laurel","z":["40701","40724","40729","40734","40737","40740","40741","40742","40743","40744","40745","40750","40755","40962"],"st":"KY"}},"21127":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.022115,38.007047],[-82.888644,38.112806],[-82.924805,38.175114],[-82.794206,38.243772],[-82.614304,38.266078],[-82.584693814126,38.24051299337],[-82.626182,38.134835],[-82.464987,37.976859],[-82.479420123223,37.938562524698],[-82.580864,37.954074],[-82.612393,37.879272],[-82.952043,38.000316],[-82.989014,37.963968],[-83.022115,38.007047]]]},"properties":{"id":"21127","n":"Lawrence","z":["41124","41129","41132","41159","41160","41180","41201","41230","41232","41254","41264"],"st":"KY"}},"21129":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.90557,37.542856],[-83.822121,37.665578],[-83.7221,37.71642],[-83.707974,37.716463],[-83.522308,37.638516],[-83.579186,37.506249],[-83.635706,37.540011],[-83.742984,37.494253],[-83.885262,37.517688],[-83.90557,37.542856]]]},"properties":{"id":"21129","n":"Lee","z":["40336","40447","41301","41311","41339","41347","41368","41397"],"st":"KY"}},"21131":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.507886,37.235877],[-83.39873,37.320564],[-83.32462,37.225561],[-83.201887,37.17413],[-83.182104,37.021115],[-83.26002,36.968951],[-83.489813,36.895413],[-83.509083,36.938509],[-83.553101,37.079281],[-83.507886,37.235877]]]},"properties":{"id":"21131","n":"Leslie","z":["40808","40810","40816","40827","40840","40844","40858","40868","40874","40979","41714","41723","41749","41762","41764","41766","41775","41776","41777"],"st":"KY"}},"21133":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.12209,37.000997],[-83.05534,37.017391],[-83.058818,37.124079],[-83.000142,37.19571],[-82.979183,37.17242],[-82.819373,37.268671],[-82.732693,37.271502],[-82.565275702797,37.195901106883],[-82.726294,37.111852],[-82.750715,37.024107],[-82.869183,36.974182],[-82.939466,37.01552],[-83.153401,36.956591],[-83.12209,37.000997]]]},"properties":{"id":"21133","n":"Letcher","z":["40823","40826","40862","41517","41520","41537","41549","41731","41804","41810","41812","41815","41819","41821","41824","41825","41826","41832","41833","41835","41837","41838","41840","41845","41848","41849","41855","41858"],"st":"KY"}},"21135":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.264298901959,38.613112496888],[-83.172647,38.620252],[-83.030334931231,38.716867676656],[-83.071005,38.5952],[-83.166419,38.503965],[-83.237181,38.426246],[-83.230598,38.339508],[-83.341347,38.319521],[-83.452848,38.381799],[-83.581613,38.431258],[-83.641852,38.525381],[-83.646911404127,38.641851934546],[-83.533339,38.702105],[-83.264298901959,38.613112496888]]]},"properties":{"id":"21135","n":"Lewis","z":["41093","41114","41135","41141","41164","41166","41174","41179","41189"],"st":"KY"}},"21137":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.847183,37.548455],[-84.658296,37.634501],[-84.446719,37.485893],[-84.502932,37.328801],[-84.556461,37.355729],[-84.720712,37.238328],[-84.722826,37.360043],[-84.850816,37.427143],[-84.847183,37.548455]]]},"properties":{"id":"21137","n":"Lincoln","z":["40409","40419","40422","40437","40440","40442","40444","40448","40484","40489","42567"],"st":"KY"}},"21139":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.415902178776,37.421220637719],[-88.358436,37.40486],[-88.21898,37.273145],[-88.193519,37.147256],[-88.240371,36.981911],[-88.339292,37.061216],[-88.482957,37.022566],[-88.48380327698,37.068080269895],[-88.424776,37.149901],[-88.514661,37.290948],[-88.415902178776,37.421220637719]]]},"properties":{"id":"21139","n":"Livingston","z":["42028","42045","42047","42058","42078","42081","42083"],"st":"KY"}},"21141":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.053164,37.061019],[-86.941391,37.068981],[-86.674462,36.999766],[-86.611586,36.883057],[-86.655888,36.876256],[-86.75134,36.72712],[-86.763290964108,36.648720674502],[-87.060826344393,36.644770884852],[-87.053164,37.061019]]]},"properties":{"id":"21141","n":"Logan","z":["42134","42202","42204","42206","42256","42265","42274","42276"],"st":"KY"}},"21143":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.193519,37.147256],[-88.095781,37.179684],[-88.042142,37.174756],[-87.876996,36.960116],[-88.157347,36.867183],[-88.240371,36.981911],[-88.193519,37.147256]]]},"properties":{"id":"21143","n":"Lyon","z":["42038","42055","42411","42445"],"st":"KY"}},"21145":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.928004829494,37.226389766253],[-88.490399446325,37.067957622948],[-88.48380327698,37.068080269895],[-88.482957,37.022566],[-88.484103,36.942096],[-88.812897,36.946864],[-88.815952,36.9541],[-88.933517214748,37.227511279915],[-88.928004829494,37.226389766253]]]},"properties":{"id":"21145","n":"McCracken","z":["42001","42002","42003","42027","42053","42069","42082","42086"],"st":"KY"}},"21147":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.578158,36.867133],[-84.358024,36.9594],[-84.297416,36.945931],[-84.355967,36.811019],[-84.307598,36.676809],[-84.227332,36.592181],[-84.261321201505,36.592741697267],[-84.77845586435,36.603210512216],[-84.578158,36.867133]]]},"properties":{"id":"21147","n":"McCreary","z":["40769","42631","42634","42635","42638","42647","42649","42653"],"st":"KY"}},"21149":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.495331,37.647547],[-87.408547,37.683563],[-87.138821,37.575628],[-87.03826,37.560803],[-87.135629,37.485153],[-87.099803,37.416042],[-87.295965,37.391819],[-87.328543,37.398462],[-87.375145,37.569988],[-87.482702,37.600914],[-87.495331,37.647547]]]},"properties":{"id":"21149","n":"McLean","z":["42322","42327","42350","42352","42371","42372","42376","42377"],"st":"KY"}},"21151":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.43572,37.847202],[-84.337393,37.892007],[-84.080337,37.853066],[-84.090364,37.566227],[-84.199489,37.522858],[-84.347805,37.539064],[-84.450201,37.697898],[-84.525643,37.769497],[-84.43572,37.847202]]]},"properties":{"id":"21151","n":"Madison","z":["40385","40403","40404","40405","40461","40475","40476","40575"],"st":"KY"}},"21153":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.004649,37.859247],[-82.940763,37.716338],[-82.879082,37.535395],[-82.92546,37.486525],[-82.948544,37.503167],[-83.089796,37.632167],[-83.134949,37.606812],[-83.248692,37.669616],[-83.262172,37.712657],[-83.269662,37.766012],[-83.113277,37.864121],[-83.004649,37.859247]]]},"properties":{"id":"21153","n":"Magoffin","z":["41426","41464","41465","41632","41640"],"st":"KY"}},"21155":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.52129,37.554343],[-85.401784,37.730658],[-85.349334,37.655663],[-85.030172,37.63127],[-85.039674,37.545232],[-85.073772,37.413669],[-85.128685,37.453191],[-85.246759,37.420205],[-85.340446,37.469512],[-85.46625,37.465595],[-85.52129,37.554343]]]},"properties":{"id":"21155","n":"Marion","z":["40009","40033","40037","40049","40052","40060","40062","40063","40069","40328","42718"],"st":"KY"}},"21157":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.484103,36.942096],[-88.482957,37.022566],[-88.339292,37.061216],[-88.240371,36.981911],[-88.157347,36.867183],[-88.110831,36.74715],[-88.485697,36.750328],[-88.484103,36.942096]]]},"properties":{"id":"21157","n":"Marshall","z":["42025","42029","42044","42048","42054","42066","42082"],"st":"KY"}},"21159":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.612393,37.879272],[-82.580864,37.954074],[-82.479420123223,37.938562524698],[-82.398464816259,37.843054150463],[-82.320674957178,37.745965843459],[-82.404105,37.671302],[-82.563561,37.684844],[-82.64075,37.720182],[-82.670812,37.852091],[-82.612393,37.879272]]]},"properties":{"id":"21159","n":"Martin","z":["25685","41203","41214","41224","41230","41231","41250","41262","41267"],"st":"KY"}},"21161":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.991605,38.593701],[-83.904375086105,38.767283875268],[-83.705861635586,38.638037865066],[-83.646911404127,38.641851934546],[-83.641852,38.525381],[-83.85928,38.456348],[-83.930348,38.492278],[-83.991605,38.593701]]]},"properties":{"id":"21161","n":"Mason","z":["41034","41044","41055","41056","41062","41096"],"st":"KY"}},"21163":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.433574364088,38.087144387579],[-86.321274,38.147418],[-86.206439,38.021876],[-85.997351659754,37.991225602299],[-85.975948,37.875793],[-86.007432,37.818439],[-86.151285,37.798878],[-86.488052467128,38.0436653089],[-86.433574364088,38.087144387579]]]},"properties":{"id":"21163","n":"Meade","z":["40104","40108","40117","40121","40142","40155","40157","40161","40175","40176"],"st":"KY"}},"21165":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.75943,37.998731],[-83.580859,38.011568],[-83.498846,38.05062],[-83.433942,38.033974],[-83.49508,37.861906],[-83.63106,37.825372],[-83.768783,37.918371],[-83.75943,37.998731]]]},"properties":{"id":"21165","n":"Menifee","z":["40316","40322","40346","40371","40380","40387"],"st":"KY"}},"21167":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.030528,37.891538],[-84.933085,37.954186],[-84.796327,37.970088],[-84.826454,37.916458],[-84.765204,37.847835],[-84.709918,37.861952],[-84.716925,37.815389],[-84.689343,37.727274],[-84.744888,37.713075],[-85.025021,37.678854],[-85.00052,37.854723],[-85.030528,37.891538]]]},"properties":{"id":"21167","n":"Mercer","z":["40310","40330","40372","40468"],"st":"KY"}},"21169":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.744221,37.169813],[-85.686482,37.182427],[-85.632313,37.125056],[-85.526881,37.10945],[-85.45183,36.938138],[-85.596214,36.818039],[-85.739255,36.841476],[-85.744221,37.169813]]]},"properties":{"id":"21169","n":"Metcalfe","z":{"0":"42124","1":"42129","2":"42154","3":"42166","4":"42214","5":"42746","6":"42749","12":"42731"},"st":"KY"}},"21171":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.97691,36.722722],[-85.739255,36.841476],[-85.596214,36.818039],[-85.436404272886,36.618003845027],[-85.788556543614,36.621711859035],[-85.975713174144,36.628637718682],[-85.97691,36.722722]]]},"properties":{"id":"21171","n":"Monroe","z":["42133","42140","42151","42157","42166","42167"],"st":"KY"}},"21173":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.977924,38.192118],[-83.881353,38.136517],[-83.75943,37.998731],[-83.768783,37.918371],[-83.96631,37.930768],[-84.080527,38.115118],[-83.977924,38.192118]]]},"properties":{"id":"21173","n":"Montgomery","z":["40334","40337","40346","40353","40360","40361"],"st":"KY"}},"21175":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.433942,38.033974],[-83.263289,38.115386],[-83.194445,38.010649],[-83.022115,38.007047],[-82.989014,37.963968],[-83.004649,37.859247],[-83.113277,37.864121],[-83.269662,37.766012],[-83.262172,37.712657],[-83.386437,37.813675],[-83.49508,37.861906],[-83.433942,38.033974]]]},"properties":{"id":"21175","n":"Morgan","z":["40387","41332","41352","41408","41413","41421","41425","41451","41472","41477"],"st":"KY"}},"21177":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.295965,37.391819],[-87.099803,37.416042],[-86.899268,37.212313],[-86.941391,37.068981],[-87.053164,37.061019],[-87.250256,37.040557],[-87.259371,37.072401],[-87.333741,37.157186],[-87.38703,37.273606],[-87.295965,37.391819]]]},"properties":{"id":"21177","n":"Muhlenberg","z":["42256","42321","42323","42324","42325","42326","42330","42332","42337","42339","42344","42345","42367","42372","42374","42464"],"st":"KY"}},"21179":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.737777,37.81179],[-85.576259,37.885129],[-85.489202,37.990654],[-85.399559,37.939929],[-85.167834,37.971809],[-85.152797,37.897661],[-85.254333,37.866423],[-85.401784,37.730658],[-85.52129,37.554343],[-85.62394,37.540489],[-85.592088,37.693479],[-85.680488,37.732284],[-85.737777,37.81179]]]},"properties":{"id":"21179","n":"Nelson","z":["40004","40008","40012","40013","40020","40037","40048","40051","40052","40107","90078"],"st":"KY"}},"21181":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.1021,38.459379],[-83.980068,38.439448],[-83.848355,38.296949],[-83.977924,38.192118],[-84.095324,38.259014],[-84.19405,38.37175],[-84.1021,38.459379]]]},"properties":{"id":"21181","n":"Nicholas","z":["40311","40350","40374","41031","41039"],"st":"KY"}},"21183":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.099803,37.416042],[-87.135629,37.485153],[-87.03826,37.560803],[-86.94876,37.630548],[-86.817783,37.673679],[-86.823429,37.737754],[-86.638935,37.661877],[-86.59281,37.56436],[-86.66489,37.556649],[-86.612095,37.395123],[-86.759533,37.304099],[-86.815852,37.328859],[-86.899268,37.212313],[-87.099803,37.416042]]]},"properties":{"id":"21183","n":"Ohio","z":["40119","42320","42328","42333","42338","42343","42347","42349","42352","42354","42361","42366","42368","42369","42370","42376","42378"],"st":"KY"}},"21185":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.433136,38.523914],[-85.314006,38.492592],[-85.34608,38.45954],[-85.283082,38.358054],[-85.324453,38.310112],[-85.468206,38.285309],[-85.634444144977,38.378399447575],[-85.587758,38.450495],[-85.433136,38.523914]]]},"properties":{"id":"21185","n":"Oldham","z":["40010","40014","40026","40031","40032","40055","40056","40059","40068","40077","40241"],"st":"KY"}},"21187":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.074583,38.596838],[-84.934536,38.66213],[-84.785788,38.720459],[-84.774322,38.618594],[-84.580539,38.473039],[-84.740594,38.352415],[-84.870482,38.356751],[-84.91223,38.459844],[-85.074583,38.596838]]]},"properties":{"id":"21187","n":"Owen","z":["40359","40363","40379","41010","41046","41083","41086","41098"],"st":"KY"}},"21189":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.885262,37.517688],[-83.742984,37.494253],[-83.635706,37.540011],[-83.579186,37.506249],[-83.534281,37.417409],[-83.547628,37.334418],[-83.526907,37.258529],[-83.653303,37.358075],[-83.784975,37.348717],[-83.885262,37.517688]]]},"properties":{"id":"21189","n":"Owsley","z":["40447","40486","40983","41314","41351","41364","41386","41721"],"st":"KY"}},"21191":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.532288,38.791937],[-84.418107,38.806596],[-84.232305045403,38.874707896032],[-84.226162633963,38.829777141242],[-84.205346,38.582039],[-84.476299,38.542723],[-84.532288,38.791937]]]},"properties":{"id":"21191","n":"Pendleton","z":["41003","41004","41006","41007","41030","41033","41035","41040","41043","41097"],"st":"KY"}},"21193":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.547628,37.334418],[-83.449454,37.378853],[-83.38165,37.338266],[-83.214735,37.443538],[-83.124348,37.404973],[-83.126805,37.235973],[-83.000142,37.19571],[-83.058818,37.124079],[-83.05534,37.017391],[-83.12209,37.000997],[-83.182104,37.021115],[-83.201887,37.17413],[-83.32462,37.225561],[-83.39873,37.320564],[-83.507886,37.235877],[-83.526907,37.258529],[-83.547628,37.334418]]]},"properties":{"id":"21193","n":"Perry","z":["40972","40981","41367","41701","41702","41712","41713","41719","41721","41722","41723","41727","41729","41731","41735","41736","41739","41743","41745","41746","41751","41754","41759","41760","41763","41773","41774","41778","47131"],"st":"KY"}},"21195":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.710805,37.285323],[-82.584711,37.466574],[-82.623112,37.503541],[-82.614356,37.670696],[-82.563561,37.684844],[-82.404105,37.671302],[-82.320674957178,37.745965843459],[-82.296118,37.686174],[-82.064418,37.544516],[-81.968297,37.537798],[-82.31437045293,37.296306251855],[-82.553639544904,37.201450374463],[-82.565275702797,37.195901106883],[-82.732693,37.271502],[-82.710805,37.285323]]]},"properties":{"id":"21195","n":"Pike","z":["41501","41502","41503","41512","41513","41514","41519","41522","41524","41526","41527","41528","41531","41534","41535","41537","41538","41539","41540","41542","41543","41544","41547","41548","41553","41554","41555","41557","41558","41559","41560","41561","41562","41563","41564","41566","41567","41568","41571","41572"],"st":"KY"}},"21197":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.96631,37.930768],[-83.768783,37.918371],[-83.63106,37.825372],[-83.707974,37.716463],[-83.7221,37.71642],[-83.777592,37.756776],[-83.906251,37.759363],[-84.001967,37.837592],[-83.96631,37.930768]]]},"properties":{"id":"21197","n":"Powell","z":["40312","40376","40380","41360"],"st":"KY"}},"21199":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.901112,37.116297],[-84.720712,37.238328],[-84.556461,37.355729],[-84.502932,37.328801],[-84.289076,37.15174],[-84.303016,37.038396],[-84.358024,36.9594],[-84.578158,36.867133],[-84.679165,36.980914],[-84.770172,36.957735],[-84.835712,36.997612],[-84.905778,37.047187],[-84.901112,37.116297]]]},"properties":{"id":"21199","n":"Pulaski","z":["40409","40419","42501","42502","42503","42518","42519","42533","42544","42553","42558","42564","42567","42642"],"st":"KY"}},"21201":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.162031,38.554125],[-84.083746,38.608594],[-83.991605,38.593701],[-83.930348,38.492278],[-83.980068,38.439448],[-84.1021,38.459379],[-84.183903,38.498019],[-84.162031,38.554125]]]},"properties":{"id":"21201","n":"Robertson","z":["40311","41004","41044","41064"],"st":"KY"}},"21203":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.446719,37.485893],[-84.37444,37.472663],[-84.347805,37.539064],[-84.199489,37.522858],[-84.137898,37.319759],[-84.254315,37.239082],[-84.289076,37.15174],[-84.502932,37.328801],[-84.446719,37.485893]]]},"properties":{"id":"21203","n":"Rockcastle","z":["40403","40409","40419","40445","40447","40456","40460","40473","40492"],"st":"KY"}},"21205":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.452848,38.381799],[-83.341347,38.319521],[-83.30114,38.209703],[-83.244306,38.19238],[-83.263289,38.115386],[-83.433942,38.033974],[-83.498846,38.05062],[-83.635195,38.187525],[-83.50716,38.269447],[-83.452848,38.381799]]]},"properties":{"id":"21205","n":"Rowan","z":["40313","40317","40351","41173"],"st":"KY"}},"21207":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.232026,36.925069],[-85.205831,36.996862],[-85.043316,37.186028],[-84.954406,37.102271],[-84.901112,37.116297],[-84.905778,37.047187],[-84.835712,36.997612],[-84.945527,36.959747],[-85.064307,36.858743],[-85.215405,36.854467],[-85.232026,36.925069]]]},"properties":{"id":"21207","n":"Russell","z":["42528","42544","42602","42629","42642"],"st":"KY"}},"21209":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.740594,38.352415],[-84.580539,38.473039],[-84.557375,38.492917],[-84.467748,38.393058],[-84.442661,38.283236],[-84.401847,38.207889],[-84.625079,38.116397],[-84.725168,38.195426],[-84.740594,38.352415]]]},"properties":{"id":"21209","n":"Scott","z":["40324","40347","40370","40379","40511","41010"],"st":"KY"}},"21211":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.468206,38.285309],[-85.324453,38.310112],[-85.283082,38.358054],[-84.997667,38.335586],[-85.023711,38.129052],[-85.101646,38.03727],[-85.424054,38.147438],[-85.404899,38.26373],[-85.468206,38.285309]]]},"properties":{"id":"21211","n":"Shelby","z":["40003","40019","40022","40023","40046","40057","40065","40066","40067","40068","40071","40076","40245","40601"],"st":"KY"}},"21213":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.611586,36.883057],[-86.583289,36.830282],[-86.400518,36.807226],[-86.405769,36.776187],[-86.411496198966,36.648240422848],[-86.562067651865,36.640746673907],[-86.763290964108,36.648720674502],[-86.75134,36.72712],[-86.655888,36.876256],[-86.611586,36.883057]]]},"properties":{"id":"21213","n":"Simpson","z":["42104","42134","42135","42170","42202","42206"],"st":"KY"}},"21215":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.42883,38.118383],[-85.424054,38.147438],[-85.101646,38.03727],[-85.167834,37.971809],[-85.399559,37.939929],[-85.489202,37.990654],[-85.516882,38.011267],[-85.42883,38.118383]]]},"properties":{"id":"21215","n":"Spencer","z":["40008","40013","40023","40046","40047","40065","40071"],"st":"KY"}},"21217":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.583497,37.469917],[-85.46625,37.465595],[-85.340446,37.469512],[-85.246759,37.420205],[-85.128685,37.453191],[-85.073772,37.413669],[-85.165174,37.310396],[-85.312291,37.246405],[-85.352771,37.192432],[-85.478081,37.363673],[-85.583497,37.469917]]]},"properties":{"id":"21217","n":"Taylor","z":["40009","42716","42718","42719","42728","42733","42758"],"st":"KY"}},"21219":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.259371,37.072401],[-87.250256,37.040557],[-87.053164,37.061019],[-87.060826344393,36.644770884852],[-87.115003556688,36.644142044651],[-87.335979050081,36.641577160493],[-87.259371,37.072401]]]},"properties":{"id":"21219","n":"Todd","z":["42204","42216","42220","42234","42256","42265","42266","42280","42286","42345"],"st":"KY"}},"21221":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.157347,36.867183],[-87.876996,36.960116],[-87.733368,37.002103],[-87.659724,36.966397],[-87.694185907864,36.636838243944],[-87.853204,36.633247],[-87.849567,36.663701],[-88.070532,36.678118],[-88.110831,36.74715],[-88.157347,36.867183]]]},"properties":{"id":"21221","n":"Trigg","z":["42211","42215","42232","42236"],"st":"KY"}},"21223":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.332640733751,38.734816754348],[-85.211375,38.580216],[-85.16827,38.585448],[-85.314006,38.492592],[-85.433136,38.523914],[-85.431416070752,38.586285613109],[-85.448862,38.713368],[-85.332640733751,38.734816754348]]]},"properties":{"id":"21223","n":"Trimble","z":["40006","40011","40045","40055"],"st":"KY"}},"21225":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.02803,37.799224],[-87.903804,37.817762],[-87.92539338171,37.899591477137],[-87.815093,37.762423],[-87.761995,37.762365],[-87.734545,37.638376],[-87.932952,37.480052],[-88.015572,37.54721],[-88.066250320097,37.504138327348],[-88.132163438272,37.57451700083],[-88.160062,37.654332],[-88.02803,37.799224]]]},"properties":{"id":"21225","n":"Union","z":["42404","42437","42459","42460","42461","42462"],"st":"KY"}},"21227":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.399165,37.169896],[-86.28175,37.080597],[-86.218607,37.104029],[-86.113512,37.061072],[-86.16674,36.934015],[-86.201417,36.935315],[-86.405769,36.776187],[-86.400518,36.807226],[-86.583289,36.830282],[-86.611586,36.883057],[-86.674462,36.999766],[-86.622895,37.181089],[-86.399165,37.169896]]]},"properties":{"id":"21227","n":"Warren","z":["42101","42102","42103","42104","42122","42128","42159","42170","42171","42206","42274"],"st":"KY"}},"21229":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.401784,37.730658],[-85.254333,37.866423],[-85.152797,37.897661],[-85.030528,37.891538],[-85.00052,37.854723],[-85.025021,37.678854],[-85.030172,37.63127],[-85.349334,37.655663],[-85.401784,37.730658]]]},"properties":{"id":"21229","n":"Washington","z":["40033","40040","40061","40069","40078","40330","40468"],"st":"KY"}},"21231":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.064307,36.858743],[-84.945527,36.959747],[-84.835712,36.997612],[-84.770172,36.957735],[-84.679165,36.980914],[-84.578158,36.867133],[-84.77845586435,36.603210512216],[-84.78539997855,36.603375419936],[-84.974868435837,36.614583359317],[-85.004099,36.756237],[-85.064307,36.858743]]]},"properties":{"id":"21231","n":"Wayne","z":["42518","42544","42602","42633"],"st":"KY"}},"21233":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.932952,37.480052],[-87.734545,37.638376],[-87.495331,37.647547],[-87.482702,37.600914],[-87.375145,37.569988],[-87.497112,37.487802],[-87.593575,37.461963],[-87.813413,37.350645],[-87.801046,37.379445],[-87.929999,37.409167],[-87.932952,37.480052]]]},"properties":{"id":"21233","n":"Webster","z":["42404","42406","42409","42437","42441","42450","42452","42455","42456","42463"],"st":"KY"}},"21235":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.297416,36.945931],[-84.091853,36.955992],[-84.065833,36.854147],[-83.983674,36.800839],[-83.958534,36.727245],[-83.877503,36.687259],[-83.956319,36.645433],[-83.930760783944,36.587694258112],[-83.987842,36.5896],[-84.227332,36.592181],[-84.307598,36.676809],[-84.355967,36.811019],[-84.297416,36.945931]]]},"properties":{"id":"21235","n":"Whitley","z":["40701","40702","40730","40759","40763","40769","40771","40906","40940"],"st":"KY"}},"21237":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.63106,37.825372],[-83.49508,37.861906],[-83.386437,37.813675],[-83.262172,37.712657],[-83.248692,37.669616],[-83.418474,37.690729],[-83.522308,37.638516],[-83.707974,37.716463],[-83.63106,37.825372]]]},"properties":{"id":"21237","n":"Wolfe","z":["41301","41332","41360","41365"],"st":"KY"}},"21239":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.725168,38.195426],[-84.625079,38.116397],[-84.66034,38.003836],[-84.709918,37.861952],[-84.765204,37.847835],[-84.826454,37.916458],[-84.796327,37.970088],[-84.864908,38.116926],[-84.725168,38.195426]]]},"properties":{"id":"21239","n":"Woodford","z":["40347","40383","40384","40390","40601"],"st":"KY"}},"22001":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.631987,30.481147],[-92.493259,30.480499],[-92.244795,30.480193],[-92.142184,30.298817],[-92.284675,30.147443],[-92.423166,30.04932],[-92.534638,30.107852],[-92.625484,30.09233],[-92.591129,30.182365],[-92.626612,30.230272],[-92.631987,30.481147]]]},"properties":{"id":"22001","n":"Acadia","z":["70515","70516","70525","70526","70527","70529","70531","70534","70535","70537","70543","70546","70556","70559","70578","70583"],"st":"LA"}},"22003":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.978453,30.878175],[-92.823932,30.89],[-92.597741,30.896101],[-92.583508,30.56269],[-92.630347,30.487873],[-92.773976,30.488284],[-92.775737,30.437617],[-93.131155,30.423612],[-93.130294,30.597886],[-92.97917,30.59834],[-92.978453,30.878175]]]},"properties":{"id":"22003","n":"Allen","z":["70532","70637","70638","70644","70648","70651","70654","70655","70656","70657","70658","71463"],"st":"LA"}},"22005":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.021014,30.321489],[-90.891728,30.345244],[-90.830752,30.318625],[-90.694146,30.175067],[-90.632811,30.221409],[-90.641998,30.16643],[-90.915565,30.113285],[-90.963693,30.06645],[-91.105951,30.062478],[-91.021014,30.321489]]]},"properties":{"id":"22005","n":"Ascension","z":["70346","70707","70718","70725","70728","70734","70737","70738","70769","70774","70778"],"st":"LA"}},"22007":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.224356,30.025336],[-91.105951,30.062478],[-90.963693,30.06645],[-90.959869,29.977924],[-90.885589,29.905353],[-91.006743,29.714771],[-91.082602,29.626368],[-91.10001,29.699402],[-91.092682,29.801],[-91.182817,29.846172],[-91.255229,29.971457],[-91.224356,30.025336]]]},"properties":{"id":"22007","n":"Assumption","z":["70301","70339","70341","70372","70380","70381","70390","70391","70393"],"st":"LA"}},"22009":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.280738,30.965071],[-92.208299,30.96243],[-92.234258,31.131466],[-92.22169,31.331855],[-92.086718,31.335374],[-92.008121,31.325797],[-91.990596,31.22521],[-91.926854,31.29483],[-91.83428,31.266344],[-91.677302,31.188047],[-91.723804,31.044254],[-91.750119,31.018814],[-91.805063,30.975746],[-91.815258,30.848107],[-92.212711,30.848607],[-92.280738,30.965071]]]},"properties":{"id":"22009","n":"Avoyelles","z":["71315","71320","71322","71323","71327","71328","71329","71331","71333","71339","71341","71350","71351","71355","71356","71360","71362","71369"],"st":"LA"}},"22011":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.554575854346,30.877469501861],[-92.978453,30.878175],[-92.97917,30.59834],[-93.130294,30.597886],[-93.131155,30.423612],[-93.131109,30.403057],[-93.38515,30.40263],[-93.384673,30.490109],[-93.486384,30.490523],[-93.486116,30.4025],[-93.738540238226,30.402263672481],[-93.702665,30.429947],[-93.729195,30.544842],[-93.629904,30.67994],[-93.554575854346,30.877469501861]]]},"properties":{"id":"22011","n":"Beauregard","z":["70633","70634","70637","70652","70653","70657","70660","70661","70662"],"st":"LA"}},"22013":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.372781,32.410153],[-93.236656,32.410071],[-93.147058,32.45534],[-93.178767,32.584916],[-92.880805,32.585277],[-92.879268,32.454118],[-92.777197,32.453455],[-92.773173,32.235984],[-92.814737,32.146907],[-92.93908,32.147942],[-93.187162,32.148412],[-93.213143,32.235757],[-93.42819,32.235897],[-93.372781,32.410153]]]},"properties":{"id":"22013","n":"Bienville","z":["71001","71008","71016","71024","71028","71039","71045","71055","71068","71070","71080","71251","71268","71275"],"st":"LA"}},"22015":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.814553013434,33.019389044871],[-93.80490777463,33.019396225451],[-93.520993553772,33.018742293588],[-93.530454,32.975609],[-93.447916,32.866684],[-93.441212,32.410431],[-93.372781,32.410153],[-93.42819,32.235897],[-93.471249,32.237186],[-93.61513,32.348332],[-93.680334,32.462887],[-93.767156,32.538042],[-93.739474,32.590773],[-93.824253,32.792451],[-93.785181,32.857353],[-93.842597,32.946764],[-93.814553013434,33.019389044871]]]},"properties":{"id":"22015","n":"Bossier","z":["71006","71018","71023","71037","71051","71064","71067","71071","71075","71104","71105","71107","71110","71111","71112","71113","71171","71172"],"st":"LA"}},"22017":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.043051527618,32.693029976666],[-94.043002621563,32.881088978924],[-94.042964,33.019219],[-93.814553013434,33.019389044871],[-93.842597,32.946764],[-93.785181,32.857353],[-93.824253,32.792451],[-93.739474,32.590773],[-93.767156,32.538042],[-93.680334,32.462887],[-93.61513,32.348332],[-93.471249,32.237186],[-93.61469,32.237526],[-93.666472,32.317444],[-93.764513,32.34556],[-93.951085,32.195545],[-94.04269592374,32.196004974825],[-94.042788232805,32.392283193281],[-94.043051527618,32.693029976666]]]},"properties":{"id":"22017","n":"Caddo","z":["71004","71007","71009","71029","71033","71043","71044","71046","71047","71051","71060","71061","71069","71082","71101","71102","71103","71104","71105","71106","71107","71108","71109","71115","71118","71119","71120","71129","71130","71133","71134","71135","71136","71137","71138","71148","71149","71150","71151","71152","71153","71156","71161","71162","71163","71164","71165","71166"],"st":"LA"}},"22019":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.738540238226,30.402263672481],[-93.486116,30.4025],[-93.486384,30.490523],[-93.384673,30.490109],[-93.38515,30.40263],[-93.131109,30.403057],[-93.030955,30.37939],[-92.9963,30.156955],[-92.893324,30.156314],[-92.887222,30.083455],[-92.996371,30.038479],[-93.128475,30.052587],[-93.70633576247,30.052180241531],[-93.711062171301,30.24397071564],[-93.760328,30.329924],[-93.738540238226,30.402263672481]]]},"properties":{"id":"22019","n":"Calcasieu","z":["70601","70602","70605","70606","70607","70609","70611","70612","70615","70616","70629","70630","70633","70646","70647","70657","70661","70663","70664","70665","70668","70669"],"st":"LA"}},"22021":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.312218,32.146123],[-92.311851,32.277441],[-92.106115,32.258552],[-92.034397,32.277068],[-91.980603,32.166634],[-91.894729,32.15155],[-91.868202,32.091555],[-91.933229,32.066882],[-91.889687,31.971474],[-92.005434,31.927296],[-92.312623,31.927382],[-92.312218,32.146123]]]},"properties":{"id":"22021","n":"Caldwell","z":["71415","71418","71435","71441","71465"],"st":"LA"}},"22023":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.852309870922,29.872091004392],[-93.70633576247,30.052180241531],[-93.128475,30.052587],[-92.996371,30.038479],[-92.738604,30.037323],[-92.61561,30.038168],[-92.61723443745,29.589059016174],[-92.993128,29.723846],[-93.17693,29.770487],[-93.538462,29.763299],[-93.741948,29.736343],[-93.837971,29.690619],[-93.929208,29.802952],[-93.852309870922,29.872091004392]]]},"properties":{"id":"22023","n":"Cameron","z":["70542","70549","70607","70630","70631","70632","70643","70645"],"st":"LA"}},"22025":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.005434,31.927296],[-91.889687,31.971474],[-91.804869,31.893193],[-91.729158,31.88251],[-91.6475,31.970428],[-91.575721,31.88256],[-91.544791,31.751731],[-91.694469,31.735286],[-91.705948,31.642863],[-91.826926,31.591671],[-91.779725,31.530973],[-91.807098,31.438794],[-91.857083,31.494527],[-91.83428,31.266344],[-91.926854,31.29483],[-91.990596,31.22521],[-92.008121,31.325797],[-92.005434,31.927296]]]},"properties":{"id":"22025","n":"Catahoula","z":["71249","71326","71340","71343","71363","71368","71401","71418","71425","71435","71465"],"st":"LA"}},"22027":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.238606962399,33.018015879957],[-92.988707610715,33.017250940152],[-92.724743173179,33.014341767675],[-92.725439,32.75954],[-92.828535,32.758814],[-92.880805,32.585277],[-93.178767,32.584916],[-93.186571,32.716755],[-93.237381,32.71625],[-93.238606962399,33.018015879957]]]},"properties":{"id":"22027","n":"Claiborne","z":{"0":"71001","1":"71003","2":"71038","3":"71040","4":"71048","5":"71055","6":"71079","7":"71222","8":"71235","9":"71256","20":"71749"},"st":"LA"}},"22029":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.544791,31.751731],[-91.380124529983,31.73262695305],[-91.395715,31.644165],[-91.463817,31.620365],[-91.437616,31.546166],[-91.51714,31.498394],[-91.536061,31.338355],[-91.508858,31.291644],[-91.644356,31.234414],[-91.590993893064,31.191998565699],[-91.621671,31.13687],[-91.560365,31.049508],[-91.628257298209,31.005097001895],[-91.723804,31.044254],[-91.677302,31.188047],[-91.83428,31.266344],[-91.857083,31.494527],[-91.807098,31.438794],[-91.779725,31.530973],[-91.826926,31.591671],[-91.705948,31.642863],[-91.694469,31.735286],[-91.544791,31.751731]]]},"properties":{"id":"22029","n":"Concordia","z":["71316","71326","71334","71343","71354","71373","71377"],"st":"LA"}},"22031":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.04269592374,32.196004974825],[-93.951085,32.195545],[-93.764513,32.34556],[-93.666472,32.317444],[-93.61469,32.237526],[-93.535963,32.193126],[-93.539553,32.102167],[-93.355452,31.932222],[-93.419781,31.934058],[-93.441171,31.845233],[-93.878251895387,31.844276557246],[-94.029428406596,31.979686964168],[-94.04269592374,32.196004974825]]]},"properties":{"id":"22031","n":"De Soto","z":["71027","71030","71032","71046","71049","71050","71052","71063","71078","71419"],"st":"LA"}},"22033":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.297658,30.649548],[-91.254419,30.705294],[-90.849041,30.719311],[-90.910701,30.649385],[-90.985759,30.584454],[-90.991529,30.461818],[-90.891728,30.345244],[-91.021014,30.321489],[-91.142105,30.323293],[-91.239534,30.351584],[-91.199056,30.422279],[-91.209308,30.522989],[-91.315282,30.594288],[-91.297658,30.649548]]]},"properties":{"id":"22033","n":"East Baton Rouge","z":["70704","70714","70722","70739","70748","70770","70777","70791","70801","70802","70803","70804","70805","70806","70807","70808","70809","70810","70811","70812","70813","70814","70815","70816","70817","70818","70819","70820","70821","70822","70823","70825","70826","70827","70831","70833","70835","70836","70837","70873","70874","70879","70884","70891","70892","70893","70894","70895","70896","70898"],"st":"LA"}},"22035":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.445299,32.581956],[-91.344845,32.756659],[-91.30938,32.935237],[-91.26456405022,33.00473882427],[-91.166073,33.004106],[-91.072075,32.937832],[-91.157614,32.776033],[-91.056999,32.72558],[-91.098762,32.685291],[-91.05529310495,32.578983501077],[-91.133713,32.537912],[-91.457643,32.537807],[-91.445299,32.581956]]]},"properties":{"id":"22035","n":"East Carroll","z":["71154","71237","71254","71276","71286"],"st":"LA"}},"22037":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.176140123967,30.999224202319],[-91.060127467997,30.999323935309],[-90.825829141292,30.999525355341],[-90.863041,30.941981],[-90.849041,30.719311],[-91.254419,30.705294],[-91.297658,30.649548],[-91.310061,30.653961],[-91.320706,30.699417],[-91.234828,30.8247],[-91.176140123967,30.999224202319]]]},"properties":{"id":"22037","n":"East Feliciana","z":["70722","70730","70748","70761","70777","70789","70791"],"st":"LA"}},"22039":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.630347,30.487873],[-92.583508,30.56269],[-92.597741,30.896101],[-92.508854,30.896003],[-92.383033,31.001454],[-92.280738,30.965071],[-92.212711,30.848607],[-92.172415,30.767935],[-92.211243,30.568125],[-92.262719,30.538738],[-92.458914,30.52793],[-92.493259,30.480499],[-92.631987,30.481147],[-92.630347,30.487873]]]},"properties":{"id":"22039","n":"Evangeline","z":["70515","70524","70535","70554","70576","70580","70585","70586","71325","71367","71463"],"st":"LA"}},"22041":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.894729,32.15155],[-91.775019,32.243333],[-91.764379,32.330018],[-91.634883,32.405253],[-91.476739,32.405808],[-91.472391,32.316529],[-91.557199,32.249654],[-91.492718,32.203349],[-91.489761,32.092422],[-91.575721,31.88256],[-91.6475,31.970428],[-91.729158,31.88251],[-91.804869,31.893193],[-91.889687,31.971474],[-91.933229,32.066882],[-91.868202,32.091555],[-91.894729,32.15155]]]},"properties":{"id":"22041","n":"Franklin","z":["71219","71230","71232","71243","71295","71324","71336","71378"],"st":"LA"}},"22043":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.973529,31.708922],[-92.619976,31.709572],[-92.619224,31.797149],[-92.362608,31.796633],[-92.35127,31.624551],[-92.277615,31.496236],[-92.196131,31.477877],[-92.631944,31.390478],[-92.692887,31.399598],[-92.718983,31.517594],[-92.806206,31.598548],[-92.908313,31.625169],[-92.973529,31.708922]]]},"properties":{"id":"22043","n":"Grant","z":["71360","71404","71407","71417","71423","71432","71454","71467"],"st":"LA"}},"22045":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.042894303827,29.577480288972],[-91.985194,29.62919],[-91.969648,29.816888],[-91.990396,29.970326],[-91.964458,30.036918],[-91.950998,30.073213],[-91.819216,30.044013],[-91.729927,30.122484],[-91.600354,30.033169],[-91.368835,30.058824],[-91.224356,30.025336],[-91.255229,29.971457],[-91.471951,29.955989],[-91.624709,29.945275],[-91.711149,29.846065],[-91.935286,29.671939],[-91.862556996523,29.66739546376],[-91.873266,29.627277],[-91.711081,29.569328],[-91.821579,29.473925],[-92.042894303827,29.577480288972]]]},"properties":{"id":"22045","n":"Iberia","z":["70513","70518","70528","70533","70544","70552","70560","70562","70563","70582","70592"],"st":"LA"}},"22047":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.700933,30.497433],[-91.485089,30.497138],[-91.311285,30.322472],[-91.142105,30.323293],[-91.021014,30.321489],[-91.105951,30.062478],[-91.224356,30.025336],[-91.368835,30.058824],[-91.463833,30.102493],[-91.475303,30.229491],[-91.56276,30.241949],[-91.621055,30.309938],[-91.640099,30.442728],[-91.700933,30.497433]]]},"properties":{"id":"22047","n":"Iberville","z":["70721","70740","70757","70764","70765","70772","70776","70780","70788"],"st":"LA"}},"22049":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.777197,32.453455],[-92.621678,32.452999],[-92.622335,32.496406],[-92.41535,32.495486],[-92.415418,32.407812],[-92.311851,32.277441],[-92.312218,32.146123],[-92.814737,32.146907],[-92.773173,32.235984],[-92.777197,32.453455]]]},"properties":{"id":"22049","n":"Jackson","z":["71226","71227","71238","71247","71251","71268","71270"],"st":"LA"}},"22051":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.259889,30.16341],[-90.156256,30.189613],[-90.108119,30.16494],[-90.132474,29.913005],[-90.058547,29.945334],[-90.008056,29.895528],[-90.075683,29.77185],[-89.984533,29.617396],[-89.97747,29.449371],[-89.902706324024,29.293036606496],[-90.089835448194,29.164475356621],[-89.998954,29.298339],[-90.020622,29.428461],[-90.137504,29.477163],[-90.186172,29.563341],[-90.155807,29.67753],[-90.228157,29.692028],[-90.169288,29.80738],[-90.240173,29.862117],[-90.279533,29.967971],[-90.259889,30.16341]]]},"properties":{"id":"22051","n":"Jefferson","z":["70001","70002","70003","70004","70005","70006","70009","70010","70011","70033","70036","70053","70054","70055","70056","70058","70059","70060","70062","70063","70064","70065","70067","70072","70073","70094","70096","70097","70121","70123","70358"],"st":"LA"}},"22053":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.131155,30.423612],[-92.775737,30.437617],[-92.773976,30.488284],[-92.630347,30.487873],[-92.631987,30.481147],[-92.626612,30.230272],[-92.591129,30.182365],[-92.625484,30.09233],[-92.738604,30.037323],[-92.996371,30.038479],[-92.887222,30.083455],[-92.893324,30.156314],[-92.9963,30.156955],[-93.030955,30.37939],[-93.131109,30.403057],[-93.131155,30.423612]]]},"properties":{"id":"22053","n":"Jefferson Davis","z":["70532","70546","70549","70581","70591","70640","70647","70648","70650","70657"],"st":"LA"}},"22055":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.284675,30.147443],[-92.142184,30.298817],[-92.04943,30.381307],[-91.988718,30.368598],[-91.942818,30.236599],[-91.979932,30.182585],[-91.905544,30.154616],[-91.950998,30.073213],[-91.964458,30.036918],[-92.128423,30.115989],[-92.284675,30.147443]]]},"properties":{"id":"22055","n":"Lafayette","z":["70501","70502","70503","70504","70505","70506","70507","70508","70509","70517","70518","70520","70529","70555","70558","70578","70583","70592","70593","70596"],"st":"LA"}},"22057":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.885589,29.905353],[-90.77729,29.922029],[-90.656312,29.889246],[-90.529601,29.884997],[-90.468043,29.803474],[-90.371978,29.759239],[-90.352104,29.695512],[-90.228157,29.692028],[-90.155807,29.67753],[-90.186172,29.563341],[-90.137504,29.477163],[-90.020622,29.428461],[-89.998954,29.298339],[-90.089835448194,29.164475356621],[-90.223587,29.085075],[-90.40947090172,29.058444385928],[-90.384285,29.365755],[-90.807692,29.775908],[-90.880194,29.716809],[-91.006743,29.714771],[-90.885589,29.905353]]]},"properties":{"id":"22057","n":"Lafourche","z":["70030","70301","70302","70310","70343","70345","70354","70355","70357","70359","70364","70371","70373","70374","70375","70377","70394"],"st":"LA"}},"22059":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.362608,31.796633],[-92.312623,31.927382],[-92.005434,31.927296],[-92.008121,31.325797],[-92.086718,31.335374],[-92.196131,31.477877],[-92.277615,31.496236],[-92.35127,31.624551],[-92.362608,31.796633]]]},"properties":{"id":"22059","n":"La Salle","z":["71328","71342","71343","71371","71441","71465","71479","71480"],"st":"LA"}},"22061":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.880805,32.585277],[-92.828535,32.758814],[-92.725439,32.75954],[-92.571295,32.748579],[-92.518356,32.67072],[-92.41505,32.670056],[-92.415071,32.582845],[-92.41535,32.495486],[-92.622335,32.496406],[-92.621678,32.452999],[-92.777197,32.453455],[-92.879268,32.454118],[-92.880805,32.585277]]]},"properties":{"id":"22061","n":"Lincoln","z":["71001","71227","71234","71235","71245","71270","71272","71273","71275"],"st":"LA"}},"22063":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.910701,30.649385],[-90.567165,30.650023],[-90.546118,30.430283],[-90.47376,30.345246],[-90.485826,30.276992],[-90.554147,30.195628],[-90.632811,30.221409],[-90.694146,30.175067],[-90.830752,30.318625],[-90.891728,30.345244],[-90.991529,30.461818],[-90.985759,30.584454],[-90.910701,30.649385]]]},"properties":{"id":"22063","n":"Livingston","z":["70403","70443","70449","70453","70462","70466","70706","70711","70726","70727","70733","70739","70744","70754","70774","70785","70786"],"st":"LA"}},"22065":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.476739,32.405808],[-91.457643,32.537807],[-91.133713,32.537912],[-91.05529310495,32.578983501077],[-91.048760427764,32.572797040421],[-91.052907,32.438442],[-90.965986,32.424806],[-90.986672,32.35176],[-90.92117,32.342073],[-90.991227,32.214662],[-91.108509,32.20815],[-91.133968,32.249339],[-91.320742,32.202455],[-91.492718,32.203349],[-91.557199,32.249654],[-91.472391,32.316529],[-91.476739,32.405808]]]},"properties":{"id":"22065","n":"Madison","z":["71232","71233","71282","71284"],"st":"LA"}},"22067":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.069146592481,33.008482430257],[-91.460391771832,33.005997055701],[-91.435931080332,33.005839890972],[-91.566363,32.855561],[-91.637587,32.667341],[-91.742286,32.558906],[-91.80432,32.571316],[-91.913057,32.505902],[-91.943419,32.587119],[-91.911168,32.661139],[-92.065179,32.723003],[-92.069146592481,33.008482430257]]]},"properties":{"id":"22067","n":"Morehouse","z":["71220","71223","71229","71250","71261","71264","71280"],"st":"LA"}},"22069":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.441171,31.845233],[-93.419781,31.934058],[-93.355452,31.932222],[-93.239501,31.90352],[-93.23847,31.972781],[-93.121188,31.97261],[-93.187162,32.148412],[-92.93908,32.147942],[-92.872174,31.945856],[-92.9668,31.781299],[-92.973529,31.708922],[-92.908313,31.625169],[-92.806206,31.598548],[-92.718983,31.517594],[-92.947095,31.346751],[-92.981464,31.346644],[-93.236104,31.364507],[-93.236662,31.538339],[-93.337456,31.53811],[-93.338972,31.714259],[-93.441743,31.714485],[-93.441171,31.845233]]]},"properties":{"id":"22069","n":"Natchitoches","z":["71002","71019","71031","71065","71066","71070","71411","71414","71416","71427","71428","71434","71447","71450","71452","71455","71456","71457","71458","71468","71469","71471","71497"],"st":"LA"}},"22071":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.108119,30.16494],[-89.903234,30.19866],[-89.797414,30.160757],[-89.685287,30.175346],[-89.605088456555,30.142814157559],[-89.683712,30.076018],[-89.845297119572,30.01638184057],[-90.012102,29.94598],[-89.910708,29.867865],[-90.008056,29.895528],[-90.058547,29.945334],[-90.132474,29.913005],[-90.108119,30.16494]]]},"properties":{"id":"22071","n":"Orleans","z":["70112","70113","70114","70115","70116","70117","70118","70119","70122","70124","70125","70126","70127","70128","70129","70130","70131","70139","70141","70142","70143","70145","70146","70148","70150","70151","70152","70153","70154","70156","70157","70158","70159","70160","70161","70162","70163","70164","70165","70166","70167","70170","70172","70174","70175","70176","70177","70178","70179","70181","70182","70183","70184","70185","70186","70187","70189","70190","70195"],"st":"LA"}},"22073":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.41535,32.495486],[-92.415071,32.582845],[-92.223849,32.590366],[-92.065179,32.723003],[-91.911168,32.661139],[-91.943419,32.587119],[-91.913057,32.505902],[-91.994208,32.401094],[-92.034397,32.277068],[-92.106115,32.258552],[-92.311851,32.277441],[-92.415418,32.407812],[-92.41535,32.495486]]]},"properties":{"id":"22073","n":"Ouachita","z":["71201","71202","71203","71207","71209","71210","71211","71212","71213","71217","71225","71227","71229","71234","71238","71240","71280","71281","71291","71292","71294","71418"],"st":"LA"}},"22075":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.008056,29.895528],[-89.910708,29.867865],[-89.86972,29.795451],[-89.721045,29.757652],[-89.628181,29.680682],[-89.500966753134,29.633455425059],[-89.602109,29.610295],[-89.569607,29.494044],[-89.482318,29.406222],[-89.312085,29.388038],[-89.200389,29.344418],[-89.116653,29.219532],[-89.01428,29.166913],[-89.11653,29.074097],[-89.142866,28.991623],[-89.259354,29.058358],[-89.400966,28.933812],[-89.361098,29.071848],[-89.482844,29.215053],[-89.639663,29.290531],[-89.842641,29.318823],[-89.902706324024,29.293036606496],[-89.97747,29.449371],[-89.984533,29.617396],[-90.075683,29.77185],[-90.008056,29.895528]]]},"properties":{"id":"22075","n":"Plaquemines","z":["70037","70038","70040","70041","70050","70081","70082","70083","70091","70093"],"st":"LA"}},"22077":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.750119,31.018814],[-91.636942,30.999416],[-91.661372,30.857099],[-91.515586,30.875181],[-91.553019,30.730798],[-91.38062,30.758804],[-91.33087,30.658677],[-91.41476,30.511516],[-91.485089,30.497138],[-91.700933,30.497433],[-91.756193,30.497738],[-91.733673,30.70173],[-91.815258,30.848107],[-91.805063,30.975746],[-91.750119,31.018814]]]},"properties":{"id":"22077","n":"Pointe Coupee","z":["70715","70729","70732","70736","70747","70749","70750","70752","70753","70755","70756","70757","70759","70760","70762","70773","70783"],"st":"LA"}},"22079":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.718983,31.517594],[-92.692887,31.399598],[-92.631944,31.390478],[-92.196131,31.477877],[-92.086718,31.335374],[-92.22169,31.331855],[-92.234258,31.131466],[-92.208299,30.96243],[-92.280738,30.965071],[-92.383033,31.001454],[-92.508854,30.896003],[-92.597741,30.896101],[-92.823932,30.89],[-92.829651,31.252281],[-92.879756,31.317373],[-92.981464,31.346644],[-92.947095,31.346751],[-92.718983,31.517594]]]},"properties":{"id":"22079","n":"Rapides","z":["70656","71301","71302","71303","71306","71307","71309","71325","71328","71330","71346","71348","71351","71359","71360","71361","71365","71367","71405","71409","71423","71424","71427","71430","71431","71433","71438","71447","71448","71455","71463","71466","71467","71472","71477","71485"],"st":"LA"}},"22081":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.61469,32.237526],[-93.471249,32.237186],[-93.42819,32.235897],[-93.213143,32.235757],[-93.187162,32.148412],[-93.121188,31.97261],[-93.23847,31.972781],[-93.239501,31.90352],[-93.355452,31.932222],[-93.539553,32.102167],[-93.535963,32.193126],[-93.61469,32.237526]]]},"properties":{"id":"22081","n":"Red River","z":["71019","71034","71052","71068","71115"],"st":"LA"}},"22083":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.913057,32.505902],[-91.80432,32.571316],[-91.742286,32.558906],[-91.637587,32.667341],[-91.596027,32.582192],[-91.445299,32.581956],[-91.457643,32.537807],[-91.476739,32.405808],[-91.634883,32.405253],[-91.764379,32.330018],[-91.775019,32.243333],[-91.894729,32.15155],[-91.980603,32.166634],[-92.034397,32.277068],[-91.994208,32.401094],[-91.913057,32.505902]]]},"properties":{"id":"22083","n":"Richland","z":["71218","71232","71237","71259","71264","71269","71279","71418"],"st":"LA"}},"22085":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.878251895387,31.844276557246],[-93.441171,31.845233],[-93.441743,31.714485],[-93.338972,31.714259],[-93.337456,31.53811],[-93.236662,31.538339],[-93.236104,31.364507],[-93.390495,31.364147],[-93.442554,31.276716],[-93.535414,31.276402],[-93.552497307502,31.184820023447],[-93.600603087363,31.182624955269],[-93.67544,31.30104],[-93.668146,31.375103],[-93.749476,31.46869],[-93.725925,31.504092],[-93.834924,31.586211],[-93.803419,31.700686],[-93.878251895387,31.844276557246]]]},"properties":{"id":"22085","n":"Sabine","z":["71065","71403","71406","71419","71426","71429","71439","71449","71450","71460","71462","71469","71486"],"st":"LA"}},"22087":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.845297119572,30.01638184057],[-89.852583,29.952721],[-89.701725,29.874085],[-89.598129,29.881409],[-89.574425,29.983738],[-89.444618,30.060959],[-89.342163,30.059172],[-89.183256,30.149344],[-89.271034,29.756355],[-89.399162,29.770592],[-89.403956,29.681808],[-89.500966753134,29.633455425059],[-89.628181,29.680682],[-89.721045,29.757652],[-89.86972,29.795451],[-89.910708,29.867865],[-90.012102,29.94598],[-89.845297119572,30.01638184057]]]},"properties":{"id":"22087","n":"Saint Bernard","z":["70032","70043","70044","70075","70085","70092"],"st":"LA"}},"22089":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.259889,30.16341],[-90.279533,29.967971],[-90.240173,29.862117],[-90.169288,29.80738],[-90.228157,29.692028],[-90.352104,29.695512],[-90.371978,29.759239],[-90.468043,29.803474],[-90.529601,29.884997],[-90.538132,30.016884],[-90.467788,30.031709],[-90.326637,30.150188],[-90.259889,30.16341]]]},"properties":{"id":"22089","n":"Saint Charles","z":["70030","70031","70039","70047","70057","70068","70070","70078","70079","70080","70087"],"st":"LA"}},"22091":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.849041,30.719311],[-90.863041,30.941981],[-90.825829141292,30.999525355341],[-90.567195400658,30.9999450244],[-90.567165,30.650023],[-90.910701,30.649385],[-90.849041,30.719311]]]},"properties":{"id":"22091","n":"Saint Helena","z":["70422","70441","70443","70444","70453","70706","70744"],"st":"LA"}},"22093":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.963693,30.06645],[-90.915565,30.113285],[-90.641998,30.16643],[-90.68885,30.035953],[-90.656312,29.889246],[-90.77729,29.922029],[-90.885589,29.905353],[-90.959869,29.977924],[-90.963693,30.06645]]]},"properties":{"id":"22093","n":"Saint James","z":["70052","70071","70086","70090","70723","70743","70763","70792"],"st":"LA"}},"22095":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.641998,30.16643],[-90.632811,30.221409],[-90.554147,30.195628],[-90.485826,30.276992],[-90.320464,30.298985],[-90.160636,30.234337],[-90.156256,30.189613],[-90.259889,30.16341],[-90.326637,30.150188],[-90.467788,30.031709],[-90.538132,30.016884],[-90.529601,29.884997],[-90.656312,29.889246],[-90.68885,30.035953],[-90.641998,30.16643]]]},"properties":{"id":"22095","n":"Saint John the Baptist","z":["70049","70051","70068","70069","70076","70084","70090","70421"],"st":"LA"}},"22097":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.212711,30.848607],[-91.815258,30.848107],[-91.733673,30.70173],[-91.756193,30.497738],[-91.678896,30.394731],[-91.978184,30.407403],[-91.988718,30.368598],[-92.04943,30.381307],[-92.142184,30.298817],[-92.244795,30.480193],[-92.493259,30.480499],[-92.458914,30.52793],[-92.262719,30.538738],[-92.211243,30.568125],[-92.172415,30.767935],[-92.212711,30.848607]]]},"properties":{"id":"22097","n":"Saint Landry","z":["70512","70520","70525","70535","70541","70550","70551","70570","70571","70577","70584","70586","70589","70750","71322","71345","71353","71356","71358","71362"],"st":"LA"}},"22099":{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-91.471951,29.955989],[-91.255229,29.971457],[-91.182817,29.846172],[-91.092682,29.801],[-91.10001,29.699402],[-91.215195,29.751211],[-91.386491,29.783681],[-91.373642,29.834401],[-91.471951,29.955989]]],[[[-91.756193,30.497738],[-91.700933,30.497433],[-91.640099,30.442728],[-91.621055,30.309938],[-91.56276,30.241949],[-91.475303,30.229491],[-91.463833,30.102493],[-91.368835,30.058824],[-91.600354,30.033169],[-91.729927,30.122484],[-91.819216,30.044013],[-91.950998,30.073213],[-91.905544,30.154616],[-91.979932,30.182585],[-91.942818,30.236599],[-91.988718,30.368598],[-91.978184,30.407403],[-91.678896,30.394731],[-91.756193,30.497738]]]]},"properties":{"id":"22099","n":"Saint Martin","z":["70339","70380","70392","70512","70517","70518","70519","70521","70582","70757"],"st":"LA"}},"22101":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.471951,29.955989],[-91.373642,29.834401],[-91.386491,29.783681],[-91.215195,29.751211],[-91.10001,29.699402],[-91.082602,29.626368],[-91.178048,29.609703],[-91.27124,29.535186],[-91.213419,29.417498],[-91.266322670719,29.361363733346],[-91.363967,29.420664],[-91.394307,29.497115],[-91.460963,29.469961],[-91.541974,29.594353],[-91.643832,29.630625],[-91.623829,29.69924],[-91.737253,29.74937],[-91.862556996523,29.66739546376],[-91.935286,29.671939],[-91.711149,29.846065],[-91.624709,29.945275],[-91.471951,29.955989]]]},"properties":{"id":"22101","n":"Saint Mary","z":["70340","70342","70380","70392","70514","70522","70523","70538","70540","70544","70569"],"st":"LA"}},"22103":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.255648,30.711905],[-89.99459,30.665307],[-89.826180359115,30.668823270185],[-89.791664,30.551524],[-89.699932082841,30.454036880786],[-89.607655,30.217096],[-89.524504,30.180753],[-89.605088456555,30.142814157559],[-89.685287,30.175346],[-89.797414,30.160757],[-89.903234,30.19866],[-90.108119,30.16494],[-90.156256,30.189613],[-90.160636,30.234337],[-90.243649,30.361581],[-90.255648,30.711905]]]},"properties":{"id":"22103","n":"Saint Tammany","z":["70420","70427","70431","70433","70434","70435","70437","70445","70447","70448","70452","70457","70458","70459","70460","70461","70463","70464","70469","70470","70471"],"st":"LA"}},"22105":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.567195400658,30.9999450244],[-90.547574425233,30.999982101792],[-90.347241080662,31.000360667981],[-90.255648,30.711905],[-90.243649,30.361581],[-90.160636,30.234337],[-90.320464,30.298985],[-90.485826,30.276992],[-90.47376,30.345246],[-90.546118,30.430283],[-90.567165,30.650023],[-90.567195400658,30.9999450244]]]},"properties":{"id":"22105","n":"Tangipahoa","z":["70401","70402","70403","70404","70422","70433","70435","70436","70437","70442","70443","70444","70446","70451","70454","70455","70456","70462","70465","70466"],"st":"LA"}},"22107":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.575721,31.88256],[-91.489761,32.092422],[-91.492718,32.203349],[-91.320742,32.202455],[-91.133968,32.249339],[-91.108509,32.20815],[-91.039472318907,32.107968142665],[-91.117409,31.987057],[-91.244015161325,31.869732437504],[-91.345714,31.842861],[-91.320458733282,31.747800614482],[-91.380124529983,31.73262695305],[-91.544791,31.751731],[-91.575721,31.88256]]]},"properties":{"id":"22107","n":"Tensas","z":["71357","71366","71375"],"st":"LA"}},"22109":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.266322670719,29.361363733346],[-91.213419,29.417498],[-91.27124,29.535186],[-91.178048,29.609703],[-91.082602,29.626368],[-91.006743,29.714771],[-90.880194,29.716809],[-90.807692,29.775908],[-90.384285,29.365755],[-90.40947090172,29.058444385928],[-90.867853,29.056064],[-90.941877,29.162373],[-91.278792,29.247776],[-91.334885,29.298775],[-91.266322670719,29.361363733346]]]},"properties":{"id":"22109","n":"Terrebonne","z":["70301","70343","70344","70352","70353","70356","70359","70360","70361","70363","70364","70377","70395","70397"],"st":"LA"}},"22111":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.724743173179,33.014341767675],[-92.069146592481,33.008482430257],[-92.065179,32.723003],[-92.223849,32.590366],[-92.415071,32.582845],[-92.41505,32.670056],[-92.518356,32.67072],[-92.571295,32.748579],[-92.725439,32.75954],[-92.724743173179,33.014341767675]]]},"properties":{"id":"22111","n":"Union","z":{"0":"71222","1":"71234","2":"71241","3":"71256","4":"71260","5":"71277","6":"71280","46":"71749"},"st":"LA"}},"22113":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.625484,30.09233],[-92.534638,30.107852],[-92.423166,30.04932],[-92.284675,30.147443],[-92.128423,30.115989],[-91.964458,30.036918],[-91.990396,29.970326],[-91.969648,29.816888],[-91.985194,29.62919],[-92.042894303827,29.577480288972],[-92.158624,29.581616],[-92.323465,29.531497],[-92.61723443745,29.589059016174],[-92.61561,30.038168],[-92.738604,30.037323],[-92.625484,30.09233]]]},"properties":{"id":"22113","n":"Vermilion","z":["70510","70511","70526","70528","70533","70542","70548","70555","70560","70575","70578","70592","70598"],"st":"LA"}},"22115":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.552497307502,31.184820023447],[-93.535414,31.276402],[-93.442554,31.276716],[-93.390495,31.364147],[-93.236104,31.364507],[-92.981464,31.346644],[-92.879756,31.317373],[-92.829651,31.252281],[-92.823932,30.89],[-92.978453,30.878175],[-93.554575854346,30.877469501861],[-93.531219,31.051678],[-93.552497307502,31.184820023447]]]},"properties":{"id":"22115","n":"Vernon","z":["70634","70639","70656","70659","71403","71438","71439","71443","71446","71447","71459","71461","71474","71475","71496"],"st":"LA"}},"22117":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.347241080662,31.000360667981],[-90.259554940491,31.000661781229],[-89.835907824328,31.002101423118],[-89.728175690161,31.002313887984],[-89.836331,30.727197],[-89.826180359115,30.668823270185],[-89.99459,30.665307],[-90.255648,30.711905],[-90.347241080662,31.000360667981]]]},"properties":{"id":"22117","n":"Washington","z":["70426","70427","70429","70431","70438","70450","70467"],"st":"LA"}},"22119":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.520993553772,33.018742293588],[-93.49051240012,33.018634595666],[-93.238606962399,33.018015879957],[-93.237381,32.71625],[-93.186571,32.716755],[-93.178767,32.584916],[-93.147058,32.45534],[-93.236656,32.410071],[-93.372781,32.410153],[-93.441212,32.410431],[-93.447916,32.866684],[-93.530454,32.975609],[-93.520993553772,33.018742293588]]]},"properties":{"id":"22119","n":"Webster","z":["71018","71021","71023","71024","71038","71039","71055","71058","71067","71071","71072","71073","71075"],"st":"LA"}},"22121":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.485089,30.497138],[-91.41476,30.511516],[-91.33087,30.658677],[-91.310061,30.653961],[-91.297658,30.649548],[-91.315282,30.594288],[-91.209308,30.522989],[-91.199056,30.422279],[-91.239534,30.351584],[-91.142105,30.323293],[-91.311285,30.322472],[-91.485089,30.497138]]]},"properties":{"id":"22121","n":"West Baton Rouge","z":["70710","70719","70729","70764","70767"],"st":"LA"}},"22123":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.637587,32.667341],[-91.566363,32.855561],[-91.435931080332,33.005839890972],[-91.26456405022,33.00473882427],[-91.30938,32.935237],[-91.344845,32.756659],[-91.445299,32.581956],[-91.596027,32.582192],[-91.637587,32.667341]]]},"properties":{"id":"22123","n":"West Carroll","z":["71221","71237","71242","71253","71263","71266"],"st":"LA"}},"22125":{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-91.636942,30.999416],[-91.176140123967,30.999224202319],[-91.234828,30.8247],[-91.320706,30.699417],[-91.310061,30.653961],[-91.33087,30.658677],[-91.38062,30.758804],[-91.553019,30.730798],[-91.515586,30.875181],[-91.661372,30.857099],[-91.636942,30.999416]]],[[[-91.723804,31.044254],[-91.628257298209,31.005097001895],[-91.636942,30.999416],[-91.750119,31.018814],[-91.723804,31.044254]]]]},"properties":{"id":"22125","n":"West Feliciana","z":["70712","70775","70782","70784","70787"],"st":"LA"}},"22127":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.93908,32.147942],[-92.814737,32.146907],[-92.312218,32.146123],[-92.312623,31.927382],[-92.362608,31.796633],[-92.619224,31.797149],[-92.619976,31.709572],[-92.973529,31.708922],[-92.9668,31.781299],[-92.872174,31.945856],[-92.93908,32.147942]]]},"properties":{"id":"22127","n":"Winn","z":["71031","71404","71410","71422","71440","71454","71457","71465","71473","71479","71483"],"st":"LA"}},"23001":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-70.238904,44.458942],[-70.12939,44.487217],[-70.060498,44.191775],[-70.005471,44.124519],[-70.034238,43.975661],[-70.11586,43.90671],[-70.315374,44.037807],[-70.363874,43.986445],[-70.480078,44.032078],[-70.485288,44.060398],[-70.325218,44.208399],[-70.238904,44.458942]]]},"properties":{"id":"23001","n":"Androscoggin","z":["04210","04211","04212","04222","04223","04228","04230","04236","04240","04241","04243","04250","04252","04253","04254","04256","04258","04263","04266","04274","04280","04282","04288","04291"],"st":"ME"}},"23003":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-67.802894295077,45.678927885463],[-68.048012,45.639897],[-68.433001,45.581204],[-68.427598,45.944591],[-68.436443,46.382121],[-68.819401,46.395782],[-68.821414,46.57251],[-69.721109,46.574053],[-70.023019787056,46.573486472517],[-69.997086,46.69523],[-69.439198,47.250033],[-69.219996,47.457159],[-69.039301,47.42217],[-69.0402,47.2451],[-68.900985,47.178519],[-68.604819,47.249418],[-68.588725,47.281721],[-68.375615,47.292268],[-68.361559,47.355605],[-68.204263,47.33973],[-67.952269,47.196142],[-67.789761,47.065744],[-67.779984,45.938163],[-67.803678,45.869379],[-67.802894295077,45.678927885463]]]},"properties":{"id":"23003","n":"Aroostook","z":["04424","04451","04459","04460","04471","04497","04730","04732","04733","04734","04735","04736","04738","04739","04740","04741","04742","04743","04744","04745","04746","04747","04750","04751","04756","04757","04758","04760","04761","04762","04763","04764","04765","04766","04768","04769","04772","04773","04774","04775","04776","04779","04780","04781","04783","04785","04786","04787"],"st":"ME"}},"23005":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-70.480078,44.032078],[-70.363874,43.986445],[-70.315374,44.037807],[-70.11586,43.90671],[-70.034238,43.975661],[-69.976226,43.915276],[-69.857032,43.944742],[-69.887406124158,43.766593379452],[-70.168227,43.675136],[-70.206123,43.557627],[-70.338737477248,43.528109279369],[-70.492009,43.606769],[-70.457743,43.642372],[-70.549965,43.715796],[-70.659622,43.710902],[-70.653533,43.787738],[-70.782984,43.814147],[-70.801612,43.856083],[-70.715418,43.961815],[-70.821803,44.077089],[-70.624329,44.171036],[-70.595631,44.032057],[-70.480078,44.032078]]]},"properties":{"id":"23005","n":"Cumberland","z":["04003","04009","04011","04013","04015","04016","04017","04019","04021","04024","04029","04032","04033","04034","04038","04039","04040","04050","04055","04057","04062","04066","04069","04070","04071","04074","04077","04078","04079","04082","04084","04085","04091","04092","04096","04097","04098","04101","04102","04103","04104","04105","04106","04107","04108","04109","04110","04112","04116","04122","04123","04124","04260"],"st":"ME"}},"23007":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-70.552823903379,45.667806057885],[-70.418519,45.144005],[-70.308491,45.163183],[-70.293826,45.109903],[-70.159375,45.128396],[-70.110365,44.947311],[-70.12993,44.850765],[-70.03327,44.86454],[-69.996191,44.677497],[-69.930451,44.610852],[-70.040127,44.588453],[-70.04235,44.485235],[-70.12939,44.487217],[-70.238904,44.458942],[-70.280748,44.569619],[-70.549985,44.610727],[-70.510598,44.627216],[-70.61503,44.795634],[-70.769228,44.732228],[-70.823634,45.01379],[-70.779842,45.018379],[-70.83401953744,45.271794402397],[-70.825612,45.400305],[-70.781471,45.431159],[-70.634661,45.383608],[-70.723396,45.510394],[-70.552823903379,45.667806057885]]]},"properties":{"id":"23007","n":"Franklin","z":["04224","04225","04234","04239","04262","04285","04294","04936","04938","04940","04947","04954","04955","04956","04964","04966","04970","04982","04983","04984","04992"],"st":"ME"}},"23009":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-68.896384,44.209935],[-68.804615,44.458411],[-68.798337,44.568268],[-68.845722,44.61484],[-68.815793,44.683754],[-68.743953,44.660579],[-68.69093,44.721668],[-68.445219,44.763014],[-68.501095,44.980718],[-68.375892,44.997373],[-68.396903,45.083296],[-68.270497,45.100121],[-68.303714,45.221531],[-68.054985,45.252577],[-67.981851,44.955885],[-68.105017,44.939088],[-68.017219,44.589087],[-67.943843957055,44.407015790843],[-68.049334,44.33073],[-68.125624,44.387127],[-68.22949,44.266918],[-68.17433,44.225908],[-68.306519,44.234829],[-68.331032,44.10758],[-68.531414202352,44.089852380257],[-68.548472,44.129699],[-68.720917,44.11526],[-68.828471,44.209007],[-68.896384,44.209935]]]},"properties":{"id":"23009","n":"Hancock","z":["04408","04416","04420","04421","04429","04431","04472","04476","04605","04607","04609","04612","04613","04614","04616","04617","04622","04624","04625","04627","04629","04634","04635","04640","04642","04644","04646","04650","04653","04660","04662","04664","04669","04672","04673","04674","04675","04676","04677","04679","04681","04683","04684","04685","04693"],"st":"ME"}},"23011":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-70.12939,44.487217],[-70.04235,44.485235],[-70.040127,44.588453],[-69.930451,44.610852],[-69.605746,44.577264],[-69.578898,44.625108],[-69.632971,44.698763],[-69.471712,44.692899],[-69.393123,44.640375],[-69.395987,44.457078],[-69.445498,44.463839],[-69.506382,44.34287],[-69.547398,44.260988],[-69.650171,44.279625],[-69.656942,44.125461],[-69.758208,44.139334],[-69.854983,44.167862],[-69.897783,44.107662],[-70.005471,44.124519],[-70.060498,44.191775],[-70.12939,44.487217]]]},"properties":{"id":"23011","n":"Kennebec","z":["04259","04265","04284","04330","04332","04336","04338","04343","04344","04345","04346","04347","04349","04350","04351","04352","04355","04358","04359","04360","04363","04364","04901","04903","04910","04917","04918","04926","04927","04935","04962","04963","04988","04989"],"st":"ME"}},"23013":{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-68.934976431762,44.202907473937],[-68.896384,44.209935],[-68.828471,44.209007],[-68.720917,44.11526],[-68.548472,44.129699],[-68.531414202352,44.089852380257],[-68.657031,44.003823],[-68.669383,44.076359],[-68.874139,44.025359],[-68.934976431762,44.202907473937]]],[[[-68.92401,43.885407],[-68.849009,43.849841],[-68.888483,43.803781],[-68.92401,43.885407]]],[[[-69.434992,44.331866],[-69.346616,44.308337],[-69.268882,44.364653],[-69.121622,44.255644],[-69.021074545005,44.230435314123],[-69.075667,44.129991],[-69.031878,44.079036],[-69.077028,43.973654],[-69.17498,43.976949],[-69.321031,43.856708],[-69.380489719343,43.943640233556],[-69.363996,44.012873],[-69.282268,44.052584],[-69.337672,44.20937],[-69.432837,44.22674],[-69.434992,44.331866]]]]},"properties":{"id":"23013","n":"Knox","z":["04547","04563","04574","04645","04841","04843","04847","04851","04853","04854","04855","04856","04858","04859","04860","04861","04862","04863","04864","04865"],"st":"ME"}},"23015":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-69.758208,44.139334],[-69.656942,44.125461],[-69.650171,44.279625],[-69.547398,44.260988],[-69.506382,44.34287],[-69.434992,44.331866],[-69.432837,44.22674],[-69.337672,44.20937],[-69.282268,44.052584],[-69.363996,44.012873],[-69.380489719343,43.943640233556],[-69.50329,43.837673],[-69.69581545626,43.796054967291],[-69.743263,43.893926],[-69.700152,44.006585],[-69.813517,44.026821],[-69.758208,44.139334]]]},"properties":{"id":"23015","n":"Lincoln","z":["04341","04342","04348","04353","04535","04537","04538","04539","04541","04543","04544","04549","04551","04553","04554","04555","04556","04558","04564","04568","04570","04571","04572","04573","04575","04576","04578","04852"],"st":"ME"}},"23017":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-71.083924,45.305451],[-70.949365,45.331536],[-70.892822,45.239172],[-70.83401953744,45.271794402397],[-70.779842,45.018379],[-70.823634,45.01379],[-70.769228,44.732228],[-70.61503,44.795634],[-70.510598,44.627216],[-70.549985,44.610727],[-70.280748,44.569619],[-70.238904,44.458942],[-70.325218,44.208399],[-70.485288,44.060398],[-70.480078,44.032078],[-70.595631,44.032057],[-70.624329,44.171036],[-70.821803,44.077089],[-70.715418,43.961815],[-70.801612,43.856083],[-70.782984,43.814147],[-70.987258046746,43.792973592884],[-71.010271167868,44.284888321572],[-71.036705,44.736498],[-71.083924,45.305451]]]},"properties":{"id":"23017","n":"Oxford","z":{"1":"04010","2":"04022","3":"04037","4":"04040","5":"04041","6":"04051","7":"04068","8":"04088","9":"04216","10":"04217","11":"04219","12":"04220","13":"04221","14":"04224","15":"04226","16":"04227","17":"04231","18":"04237","19":"04238","20":"04255","21":"04257","22":"04261","23":"04267","24":"04268","25":"04270","26":"04271","27":"04275","28":"04276","29":"04281","30":"04286","31":"04289","32":"04290","33":"04292","34":"04964","35":"03579"},"st":"ME"}},"23019":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-69.355667,45.073469],[-68.856587,45.142783],[-68.880923,45.224947],[-68.776061,45.240317],[-68.857297,45.527301],[-68.964653,45.512367],[-68.95891,45.662195],[-68.827039,45.684826],[-68.819401,46.395782],[-68.436443,46.382121],[-68.427598,45.944591],[-68.433001,45.581204],[-68.048012,45.639897],[-67.93976,45.267845],[-68.054985,45.252577],[-68.303714,45.221531],[-68.270497,45.100121],[-68.396903,45.083296],[-68.375892,44.997373],[-68.501095,44.980718],[-68.445219,44.763014],[-68.69093,44.721668],[-68.743953,44.660579],[-68.815793,44.683754],[-68.837529,44.702125],[-69.183732,44.644023],[-69.2052,44.729586],[-69.266785,44.721928],[-69.355667,45.073469]]]},"properties":{"id":"23019","n":"Penobscot","z":["04401","04402","04410","04411","04412","04417","04418","04419","04422","04427","04428","04429","04430","04434","04435","04444","04448","04449","04450","04451","04453","04455","04456","04457","04459","04460","04461","04462","04468","04469","04473","04474","04475","04487","04488","04489","04493","04495","04497","04733","04765","04777","04928","04930","04932","04933","04939","04953","04969"],"st":"ME"}},"23021":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-69.721109,46.574053],[-68.821414,46.57251],[-68.819401,46.395782],[-68.827039,45.684826],[-68.95891,45.662195],[-68.964653,45.512367],[-68.857297,45.527301],[-68.776061,45.240317],[-68.880923,45.224947],[-68.856587,45.142783],[-69.355667,45.073469],[-69.620967,45.010956],[-69.779928,45.542766],[-69.701688,45.627982],[-69.832818,45.738734],[-69.732579,45.755978],[-69.705743,45.853975],[-69.646566,45.863988],[-69.683564,45.983632],[-69.728577,45.976882],[-69.73232,46.394008],[-69.721109,46.574053]]]},"properties":{"id":"23021","n":"Piscataquis","z":["04406","04414","04415","04426","04441","04442","04443","04462","04463","04464","04479","04481","04485","04732","04737","04942"],"st":"ME"}},"23023":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-70.005471,44.124519],[-69.897783,44.107662],[-69.854983,44.167862],[-69.758208,44.139334],[-69.813517,44.026821],[-69.700152,44.006585],[-69.743263,43.893926],[-69.69581545626,43.796054967291],[-69.855081,43.704746],[-69.887406124158,43.766593379452],[-69.857032,43.944742],[-69.976226,43.915276],[-70.034238,43.975661],[-70.005471,44.124519]]]},"properties":{"id":"23023","n":"Sagadahoc","z":["04008","04086","04287","04345","04357","04530","04548","04562","04565","04579"],"st":"ME"}},"23025":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-70.023019787056,46.573486472517],[-69.721109,46.574053],[-69.73232,46.394008],[-69.728577,45.976882],[-69.683564,45.983632],[-69.646566,45.863988],[-69.705743,45.853975],[-69.732579,45.755978],[-69.832818,45.738734],[-69.701688,45.627982],[-69.779928,45.542766],[-69.620967,45.010956],[-69.355667,45.073469],[-69.266785,44.721928],[-69.372065,44.754632],[-69.471712,44.692899],[-69.632971,44.698763],[-69.578898,44.625108],[-69.605746,44.577264],[-69.930451,44.610852],[-69.996191,44.677497],[-70.03327,44.86454],[-70.12993,44.850765],[-70.110365,44.947311],[-70.159375,45.128396],[-70.293826,45.109903],[-70.308491,45.163183],[-70.418519,45.144005],[-70.552823903379,45.667806057885],[-70.383552,45.734869],[-70.415684,45.786158],[-70.259117,45.890755],[-70.31297,45.961856],[-70.306734,46.061344],[-70.239566,46.142762],[-70.290896,46.185838],[-70.207415,46.331316],[-70.053748,46.429236],[-70.023019787056,46.573486472517]]]},"properties":{"id":"23025","n":"Somerset","z":["04333","04478","04911","04912","04920","04923","04924","04925","04929","04930","04937","04942","04943","04944","04945","04950","04957","04958","04961","04965","04967","04971","04975","04976","04978","04979","04985","94976"],"st":"ME"}},"23027":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-69.471712,44.692899],[-69.372065,44.754632],[-69.266785,44.721928],[-69.2052,44.729586],[-69.183732,44.644023],[-68.837529,44.702125],[-68.815793,44.683754],[-68.845722,44.61484],[-68.798337,44.568268],[-68.804615,44.458411],[-68.896384,44.209935],[-68.934976431762,44.202907473937],[-69.021074545005,44.230435314123],[-69.121622,44.255644],[-69.268882,44.364653],[-69.346616,44.308337],[-69.434992,44.331866],[-69.506382,44.34287],[-69.445498,44.463839],[-69.395987,44.457078],[-69.393123,44.640375],[-69.471712,44.692899]]]},"properties":{"id":"23027","n":"Waldo","z":["04354","04438","04496","04848","04849","04850","04915","04921","04922","04941","04949","04951","04952","04972","04973","04974","04981","04986","04987","04988"],"st":"ME"}},"23029":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-68.054985,45.252577],[-67.93976,45.267845],[-68.048012,45.639897],[-67.802894295077,45.678927885463],[-67.675417,45.630959],[-67.455406,45.604665],[-67.417417,45.501985],[-67.484328,45.451955],[-67.427243,45.37369],[-67.480256,45.268185],[-67.339869,45.125594],[-67.271076,45.191081],[-67.112414,45.112323],[-67.033474,44.939923],[-66.949895,44.817419],[-67.169857,44.662105],[-67.293403,44.599265],[-67.448513,44.600322],[-67.579726,44.429131],[-67.653123,44.525823],[-67.793589,44.494779],[-67.855108,44.419434],[-67.943843957055,44.407015790843],[-68.017219,44.589087],[-68.105017,44.939088],[-67.981851,44.955885],[-68.054985,45.252577]]]},"properties":{"id":"23029","n":"Washington","z":["04413","04424","04454","04490","04491","04492","04606","04611","04619","04622","04623","04626","04628","04630","04631","04637","04643","04648","04649","04652","04654","04655","04657","04658","04666","04667","04668","04671","04680","04686","04691","04694"],"st":"ME"}},"23031":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-70.987258046746,43.792973592884],[-70.782984,43.814147],[-70.653533,43.787738],[-70.659622,43.710902],[-70.549965,43.715796],[-70.457743,43.642372],[-70.492009,43.606769],[-70.338737477248,43.528109279369],[-70.327303,43.458521],[-70.416311,43.361059],[-70.517695,43.344037],[-70.585184,43.270113],[-70.596185,43.163466],[-70.703818,43.059825],[-70.819549285713,43.123230973431],[-70.813119,43.217252],[-70.984335,43.376128],[-70.963792679806,43.540220955367],[-70.987258046746,43.792973592884]]]},"properties":{"id":"23031","n":"York","z":["03804","03901","03902","03903","03904","03905","03906","03907","03908","03909","03910","03911","04001","04002","04004","04005","04006","04007","04014","04020","04027","04028","04030","04042","04043","04046","04047","04048","04049","04054","04056","04061","04063","04064","04072","04073","04076","04083","04087","04090","04093","04094","04095"],"st":"ME"}},"24001":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.928416129889,39.722998587441],[-78.808299529622,39.723070956277],[-78.380477064564,39.72270413884],[-78.342833518574,39.722658292926],[-78.332788021499,39.628527596499],[-78.468269595003,39.526224270472],[-78.655036171547,39.544382241084],[-78.77114,39.638387],[-78.956751,39.440264],[-79.067447408072,39.472808699128],[-78.928416129889,39.722998587441]]]},"properties":{"id":"24001","n":"Allegany","z":["21501","21502","21503","21504","21505","21521","21524","21528","21529","21530","21532","21539","21540","21542","21543","21545","21555","21556","21557","21560","21562","21766"],"st":"MD"}},"24003":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.840362,39.103142],[-76.697085,39.214092],[-76.644212,39.248924],[-76.529486,39.218408],[-76.504008590918,39.199286249126],[-76.428681,39.131709],[-76.39408,39.011311],[-76.516944,38.851157],[-76.558743,38.756352],[-76.527092547394,38.712750301238],[-76.686358,38.748475],[-76.710639,38.815694],[-76.670111,38.906919],[-76.751258,39.034714],[-76.840362,39.103142]]]},"properties":{"id":"24003","n":"Anne Arundel","z":["20701","20711","20714","20724","20733","20736","20751","20754","20755","20758","20764","20765","20776","20778","20779","20794","21012","21032","21035","21037","21054","21056","21060","21061","21062","21076","21077","21090","21106","21108","21113","21114","21122","21123","21140","21144","21146","21225","21226","21240","21401","21402","21403","21404","21405","21409","21411","21412","22403"],"st":"MD"}},"24005":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.787097199758,39.721048146111],[-76.569475117212,39.721458559105],[-76.532174,39.543977],[-76.386697,39.459705],[-76.306579,39.310107],[-76.325418341957,39.272905086083],[-76.425281,39.205708],[-76.504008590918,39.199286249126],[-76.529486,39.218408],[-76.529793,39.372058],[-76.693693,39.372105],[-76.711054,39.277889],[-76.644212,39.248924],[-76.697085,39.214092],[-76.882274,39.350185],[-76.8931,39.457402],[-76.787097199758,39.721048146111]]]},"properties":{"id":"24005","n":"Baltimore","z":["21013","21020","21022","21023","21027","21030","21031","21043","21051","21052","21053","21057","21065","21071","21074","21082","21085","21087","21093","21102","21104","21105","21111","21117","21120","21128","21131","21133","21136","21139","21152","21153","21155","21156","21161","21162","21163","21204","21206","21207","21208","21209","21210","21212","21215","21219","21220","21221","21222","21224","21227","21228","21229","21234","21236","21237","21239","21244","21250","21252","21284","21286"],"st":"MD"}},"24009":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.686358,38.748475],[-76.527092547394,38.712750301238],[-76.517506,38.539149],[-76.393378,38.389477],[-76.400194624698,38.319871943961],[-76.608373,38.424445],[-76.674118,38.499622],[-76.675457,38.535876],[-76.686358,38.748475]]]},"properties":{"id":"24009","n":"Calvert","z":["20610","20615","20629","20639","20657","20676","20678","20685","20688","20689","20714","20732","20736","20754"],"st":"MD"}},"24011":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-75.949335,38.918333],[-75.940933,38.976295],[-75.834948,39.108437],[-75.748154814254,39.14313173096],[-75.723102693333,38.829826556528],[-75.707555026429,38.63538535506],[-75.839103,38.704124],[-75.945248,38.674109],[-76.014427,38.726463],[-75.896774,38.815109],[-75.949335,38.918333]]]},"properties":{"id":"24011","n":"Caroline","z":["21609","21629","21632","21636","21639","21640","21641","21649","21655","21660","21670"],"st":"MD"}},"24013":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.217023755237,39.720217248385],[-76.999318026333,39.720067672353],[-76.787097199758,39.721048146111],[-76.8931,39.457402],[-76.882274,39.350185],[-77.101678,39.369296],[-77.16808,39.353957],[-77.107711,39.494556],[-77.198024,39.57543],[-77.307416,39.619101],[-77.217023755237,39.720217248385]]]},"properties":{"id":"24013","n":"Carroll","z":["21048","21074","21088","21102","21104","21136","21155","21157","21158","21757","21771","21776","21784","21787","21791","21792","21797"],"st":"MD"}},"24015":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.233485,39.721646],[-76.13569742699,39.721767550607],[-75.788596,39.722199],[-75.766904606709,39.377651593551],[-75.981109,39.366569],[-76.061498821956,39.387748114115],[-76.037646288316,39.452642382309],[-76.094472,39.56781],[-76.233485,39.721646]]]},"properties":{"id":"24015","n":"Cecil","z":["21094","21901","21902","21903","21904","21911","21912","21913","21914","21915","21916","21917","21918","21919","21920","21921","21922","21930"],"st":"MD"}},"24017":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.1302,38.635017],[-77.085784765156,38.705281281832],[-77.047656,38.616303],[-77.011028,38.651975],[-76.862955,38.658649],[-76.747335,38.616677],[-76.675457,38.535876],[-76.674118,38.499622],[-76.76829,38.512949],[-76.87146,38.389937],[-76.827036129282,38.258300100614],[-76.975492,38.347327],[-77.016371,38.445572],[-77.211188,38.380662],[-77.259962,38.435821],[-77.246584,38.538341],[-77.1302,38.635017]]]},"properties":{"id":"24017","n":"Charles","z":["20601","20602","20603","20604","20607","20611","20612","20613","20616","20617","20622","20625","20632","20637","20640","20643","20645","20646","20658","20659","20661","20662","20664","20675","20677","20682","20693","20695"],"st":"MD"}},"24019":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.170161874587,38.64084204715],[-76.027717,38.572433],[-75.945248,38.674109],[-75.839103,38.704124],[-75.707555026429,38.63538535506],[-75.701777515245,38.560766929079],[-75.823706,38.481022],[-75.923766082428,38.246285277002],[-76.038935,38.254932],[-76.005904,38.07717],[-76.095548,38.125123],[-76.088639,38.192649],[-76.217613,38.305683],[-76.33636,38.492235],[-76.279589,38.60952],[-76.170161874587,38.64084204715]]]},"properties":{"id":"24019","n":"Dorchester","z":["21613","21622","21626","21627","21631","21632","21634","21643","21648","21659","21664","21669","21672","21675","21677","21835","21869"],"st":"MD"}},"24021":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.677695762079,39.317940817088],[-77.570182,39.619998],[-77.469274,39.720229],[-77.459433419524,39.720229171645],[-77.217023755237,39.720217248385],[-77.307416,39.619101],[-77.198024,39.57543],[-77.107711,39.494556],[-77.16808,39.353957],[-77.168801,39.353502],[-77.460065626498,39.218842943859],[-77.588235,39.301955],[-77.677695762079,39.317940817088]]]},"properties":{"id":"24021","n":"Frederick","z":["20842","20871","21701","21702","21703","21704","21705","21709","21710","21714","21715","21716","21717","21718","21719","21727","21754","21755","21757","21758","21759","21762","21769","21770","21771","21773","21774","21775","21776","21777","21778","21780","21783","21787","21788","21790","21791","21793","21798"],"st":"MD"}},"24023":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.476662,39.721078],[-79.392458405022,39.72143935864],[-78.928416129889,39.722998587441],[-79.067447408072,39.472808699128],[-79.262392117176,39.326243828467],[-79.486873,39.205961],[-79.476662,39.721078]]]},"properties":{"id":"24023","n":"Garrett","z":["21520","21521","21522","21523","21531","21532","21536","21538","21539","21541","21550","21561","21562"],"st":"MD"}},"24025":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.569475117212,39.721458559105],[-76.239683741115,39.721641989925],[-76.233485,39.721646],[-76.094472,39.56781],[-76.037646288316,39.452642382309],[-76.146373,39.40531],[-76.325418341957,39.272905086083],[-76.306579,39.310107],[-76.386697,39.459705],[-76.532174,39.543977],[-76.569475117212,39.721458559105]]]},"properties":{"id":"24025","n":"Harford","z":["21001","21005","21009","21010","21013","21014","21015","21017","21018","21028","21034","21040","21047","21050","21078","21082","21084","21085","21087","21111","21130","21132","21154","21160","21161"],"st":"MD"}},"24027":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.168801,39.353502],[-77.16808,39.353957],[-77.101678,39.369296],[-76.882274,39.350185],[-76.697085,39.214092],[-76.840362,39.103142],[-76.888505,39.130967],[-76.958517,39.134023],[-77.168801,39.353502]]]},"properties":{"id":"24027","n":"Howard","z":["20140","20146","20701","20723","20759","20763","20777","20794","20833","21029","21036","21041","21042","21043","21044","21045","21046","21075","21076","21092","21104","21150","21163","21723","21737","21738","21765","21771","21784","21794","21797"],"st":"MD"}},"24029":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.061498821956,39.387748114115],[-75.981109,39.366569],[-75.766904606709,39.377651593551],[-75.760441416451,39.2967896211],[-75.756435215569,39.246687537125],[-76.010292,39.239517],[-76.04763,39.162666],[-76.156944,39.094982],[-76.210991,38.99258],[-76.265036640409,39.028550955349],[-76.233457,39.091385],[-76.278527,39.145764],[-76.159673,39.335909],[-76.061498821956,39.387748114115]]]},"properties":{"id":"24029","n":"Kent","z":["21610","21620","21635","21645","21650","21651","21661","21667","21678","21690"],"st":"MD"}},"24031":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.460065626498,39.218842943859],[-77.168801,39.353502],[-76.958517,39.134023],[-76.888505,39.130967],[-77.002546244247,38.965531700446],[-77.041018,38.995548],[-77.119759,38.934343],[-77.249803,38.985909],[-77.330037705954,39.055952113491],[-77.462617,39.076248],[-77.521222,39.161057],[-77.460065626498,39.218842943859]]]},"properties":{"id":"24031","n":"Montgomery","z":["20705","20707","20777","20810","20812","20813","20814","20815","20816","20817","20818","20824","20825","20827","20830","20832","20833","20837","20838","20839","20841","20842","20847","20848","20849","20850","20851","20852","20853","20854","20855","20857","20859","20860","20861","20862","20866","20868","20871","20872","20874","20875","20876","20877","20878","20879","20880","20882","20883","20884","20885","20886","20889","20891","20892","20894","20895","20896","20897","20898","20899","20901","20902","20903","20904","20905","20906","20907","20908","20910","20911","20912","20913","20914","20915","20916","20918","20993","20997","21771"],"st":"MD"}},"24033":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.039239885082,38.785336325624],[-77.039006,38.791645],[-76.909393,38.892852],[-77.002546244247,38.965531700446],[-76.888505,39.130967],[-76.840362,39.103142],[-76.751258,39.034714],[-76.670111,38.906919],[-76.710639,38.815694],[-76.686358,38.748475],[-76.675457,38.535876],[-76.747335,38.616677],[-76.862955,38.658649],[-77.011028,38.651975],[-77.047656,38.616303],[-77.085784765156,38.705281281832],[-77.039239885082,38.785336325624]]]},"properties":{"id":"24033","n":"Prince Georges","z":["20233","20601","20607","20608","20613","20623","20697","20703","20704","20705","20706","20707","20708","20709","20710","20712","20715","20716","20717","20718","20719","20720","20721","20722","20725","20726","20731","20735","20737","20738","20740","20741","20742","20743","20744","20745","20746","20747","20748","20749","20750","20752","20753","20757","20762","20768","20769","20770","20771","20772","20773","20774","20775","20781","20782","20783","20784","20785","20787","20788","20790","20791","20792","20797","20799","20811","20903","20904","20912"],"st":"MD"}},"24035":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.265036640409,39.028550955349],[-76.210991,38.99258],[-76.156944,39.094982],[-76.04763,39.162666],[-76.010292,39.239517],[-75.756435215569,39.246687537125],[-75.748154814254,39.14313173096],[-75.834948,39.108437],[-75.940933,38.976295],[-75.949335,38.918333],[-76.096956,38.944259],[-76.103512,38.882308],[-76.196868759948,38.855741963421],[-76.203638,38.928382],[-76.317947,38.911312],[-76.376202,38.850461],[-76.301847,39.039651],[-76.265036640409,39.028550955349]]]},"properties":{"id":"24035","n":"Queen Annes","z":["21607","21617","21619","21620","21623","21628","21638","21640","21644","21649","21651","21656","21657","21658","21666","21668"],"st":"MD"}},"24037":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.674118,38.499622],[-76.608373,38.424445],[-76.400194624698,38.319871943961],[-76.392668,38.239663],[-76.320136,38.138339],[-76.322093,38.036503],[-76.430425,38.119383],[-76.481036,38.115873],[-76.590637,38.214212],[-76.827036129282,38.258300100614],[-76.87146,38.389937],[-76.76829,38.512949],[-76.674118,38.499622]]]},"properties":{"id":"24037","n":"Saint Marys","z":["20606","20609","20618","20619","20620","20621","20622","20624","20626","20627","20628","20630","20634","20635","20636","20650","20653","20656","20659","20660","20667","20670","20674","20680","20684","20686","20687","20690","20692"],"st":"MD"}},"24039":{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-75.875447311465,38.219709301961],[-75.768671,38.285183],[-75.612764,38.278626],[-75.545898,38.17874],[-75.54087,38.08948],[-75.661827,38.041853],[-75.624341,37.994211],[-75.669711,37.950796],[-75.783815,37.972594],[-75.892686,37.916848],[-75.86381,38.100968],[-75.937089,38.124209],[-75.875447311465,38.219709301961]]],[[[-76.046213,38.025533],[-75.980089,38.004891],[-76.04653,37.953586],[-76.046213,38.025533]]]]},"properties":{"id":"24039","n":"Somerset","z":["12235","21817","21821","21822","21824","21838","21851","21853","21857","21866","21867","21871","21890"],"st":"MD"}},"24041":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.196868759948,38.855741963421],[-76.103512,38.882308],[-76.096956,38.944259],[-75.949335,38.918333],[-75.896774,38.815109],[-76.014427,38.726463],[-75.945248,38.674109],[-76.027717,38.572433],[-76.170161874587,38.64084204715],[-76.238725,38.712845],[-76.322418,38.679304],[-76.379739,38.788314],[-76.196868759948,38.855741963421]]]},"properties":{"id":"24041","n":"Talbot","z":["21601","21612","21624","21625","21647","21652","21653","21654","21657","21662","21663","21665","21671","21673","21676","21679","21836"],"st":"MD"}},"24043":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.098970696167,39.722466194428],[-77.469274,39.720229],[-77.570182,39.619998],[-77.677695762079,39.317940817088],[-77.719519,39.321314],[-77.810943896262,39.500739166566],[-77.829814,39.587288],[-78.027629100173,39.620655962344],[-78.08226,39.671166],[-78.332788021499,39.628527596499],[-78.342833518574,39.722658292926],[-78.098970696167,39.722466194428]]]},"properties":{"id":"24043","n":"Washington","z":["21711","21713","21719","21720","21721","21722","21733","21734","21740","21741","21742","21746","21747","21749","21750","21756","21758","21767","21769","21779","21780","21781","21782","21783","21795"],"st":"MD"}},"24045":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-75.701777515245,38.560766929079],[-75.693721,38.460128],[-75.341287320348,38.452436525955],[-75.307011,38.35476],[-75.363582,38.291306],[-75.612764,38.278626],[-75.768671,38.285183],[-75.875447311465,38.219709301961],[-75.923766082428,38.246285277002],[-75.823706,38.481022],[-75.701777515245,38.560766929079]]]},"properties":{"id":"24045","n":"Wicomico","z":["21801","21802","21803","21804","21810","21814","21822","21826","21830","21837","21840","21849","21850","21852","21856","21861","21865","21874","21875"],"st":"MD"}},"24047":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-75.612764,38.278626],[-75.363582,38.291306],[-75.307011,38.35476],[-75.341287320348,38.452436525955],[-75.048939,38.451263],[-75.193796,38.096013],[-75.242266,38.027209],[-75.624341,37.994211],[-75.661827,38.041853],[-75.54087,38.08948],[-75.545898,38.17874],[-75.612764,38.278626]]]},"properties":{"id":"24047","n":"Worcester","z":["21804","21811","21813","21822","21829","21841","21842","21843","21851","21862","21863","21864","21872"],"st":"MD"}},"24510":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.529486,39.218408],[-76.644212,39.248924],[-76.711054,39.277889],[-76.693693,39.372105],[-76.529793,39.372058],[-76.529486,39.218408]]]},"properties":{"id":"24510","n":"Baltimore city","z":["21201","21202","21203","21205","21206","21207","21208","21209","21210","21211","21212","21213","21214","21215","21216","21217","21218","21222","21223","21224","21225","21226","21227","21228","21229","21230","21231","21233","21234","21235","21236","21237","21239","21241","21251","21263","21264","21270","21273","21275","21278","21279","21281","21282","21285","21287","21289","21290","21297","21298"],"st":"MD"}},"25001":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-70.715979844669,41.614013268764],[-70.620785,41.74753],[-70.536407254125,41.811634145746],[-70.441718,41.752898],[-70.272289,41.721346],[-70.024734,41.787364],[-70.006111,41.852396],[-70.06901,41.884924],[-70.083775,42.012041],[-70.245385,42.063733],[-70.138942,42.092907],[-69.994136,41.999258],[-69.935952,41.809422],[-69.931129,41.622659],[-70.011229,41.543931],[-70.007011,41.671579],[-70.269687,41.617775],[-70.321588,41.630508],[-70.476256,41.558502],[-70.6690583666,41.512929662675],[-70.726088944807,41.543236931918],[-70.715979844669,41.614013268764]]]},"properties":{"id":"25001","n":"Barnstable","z":["02532","02534","02536","02537","02540","02541","02542","02543","02553","02556","02559","02561","02562","02563","02574","02601","02630","02631","02632","02633","02634","02635","02637","02638","02639","02641","02642","02643","02644","02645","02646","02647","02648","02649","02650","02651","02652","02653","02655","02657","02659","02660","02661","02662","02663","02664","02666","02667","02668","02669","02670","02671","02672","02673","02675"],"st":"MA"}},"25003":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.352527,42.510002],[-73.264957,42.74594],[-73.02301789329,42.740972712727],[-72.948758,42.704092],[-72.975409,42.556037],[-73.009085,42.387734],[-73.062886,42.328951],[-73.000173,42.312678],[-73.071113,42.148206],[-73.053362673748,42.04011557191],[-73.487314,42.049638],[-73.489679942032,42.053797709587],[-73.508142,42.086257],[-73.352527,42.510002]]]},"properties":{"id":"25003","n":"Berkshire","z":["01029","01201","01202","01203","01220","01222","01223","01224","01225","01226","01227","01229","01230","01235","01236","01237","01238","01240","01242","01244","01245","01247","01252","01253","01254","01255","01256","01257","01258","01259","01260","01262","01263","01264","01266","01267","01270","01343","02156"],"st":"MA"}},"25005":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-71.381431346893,41.98508411913],[-71.080483,42.095539],[-71.054718,41.985057],[-70.973717,41.860879],[-71.026288,41.778888],[-70.921782,41.791244],[-70.839175,41.614761],[-70.803962613208,41.601515541],[-70.910165,41.577073],[-70.981708,41.51007],[-71.12057,41.497448],[-71.132888,41.660102],[-71.208600532895,41.690309243603],[-71.317402007931,41.777256108969],[-71.381431346893,41.98508411913]]]},"properties":{"id":"25005","n":"Bristol","z":{"0":"02048","1":"02334","2":"02356","3":"02357","4":"02375","5":"02702","6":"02703","7":"02712","8":"02714","9":"02715","10":"02717","11":"02718","12":"02719","13":"02720","14":"02721","15":"02722","16":"02723","17":"02724","18":"02725","19":"02726","20":"02740","21":"02741","22":"02742","23":"02743","24":"02744","25":"02745","26":"02746","27":"02747","28":"02748","29":"02760","30":"02761","31":"02763","32":"02764","33":"02766","34":"02767","35":"02768","36":"02769","37":"02771","38":"02777","39":"02779","40":"02780","41":"02790","42":"02791","78":"02861"},"st":"MA"}},"25007":{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-70.833802,41.353386],[-70.757797,41.365702],[-70.603555,41.482384],[-70.463833,41.419145],[-70.448262,41.353651],[-70.693635,41.342833],[-70.821284,41.251014],[-70.833802,41.353386]]],[[[-70.726088944807,41.543236931918],[-70.6690583666,41.512929662675],[-70.79027,41.446339],[-70.948431,41.409193],[-70.934986,41.454699],[-70.726088944807,41.543236931918]]]]},"properties":{"id":"25007","n":"Dukes","z":["02535","02539","02543","02552","02557","02568","02575","02713"],"st":"MA"}},"25009":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-71.255110121811,42.736397053287],[-71.245384032921,42.736555328575],[-71.181803,42.73759],[-71.149703,42.815489],[-71.064201,42.806289],[-71.031201,42.859089],[-70.817296,42.87229],[-70.80522,42.781798],[-70.72982,42.669602],[-70.645101,42.689423],[-70.594014,42.63503],[-70.654727,42.582234],[-70.848492,42.550195],[-70.835991,42.490496],[-70.982994,42.423996],[-71.053365,42.475925],[-71.033998,42.585493],[-71.164879,42.598021],[-71.255749,42.656929],[-71.255110121811,42.736397053287]]]},"properties":{"id":"25009","n":"Essex","z":["01810","01812","01830","01831","01832","01833","01834","01835","01840","01841","01842","01843","01844","01845","01853","01860","01885","01899","01901","01902","01903","01904","01905","01906","01907","01908","01910","01913","01915","01921","01922","01923","01929","01930","01931","01936","01937","01938","01940","01944","01945","01949","01950","01951","01952","01960","01961","01965","01966","01969","01970","01971","01982","01983","01984","01985","05501"],"st":"MA"}},"25011":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.930262612518,42.739068340458],[-72.458519,42.726853],[-72.283034092511,42.722010250624],[-72.224932,42.638937],[-72.271469,42.54723],[-72.314599,42.343526],[-72.356086,42.30328],[-72.375022,42.420819],[-72.489891,42.433816],[-72.669138,42.409711],[-72.871136,42.484041],[-72.876849,42.541197],[-72.975409,42.556037],[-72.948758,42.704092],[-73.02301789329,42.740972712727],[-72.930262612518,42.739068340458]]]},"properties":{"id":"25011","n":"Franklin","z":["01002","01039","01054","01072","01093","01301","01302","01330","01337","01338","01339","01340","01341","01342","01344","01346","01347","01349","01350","01351","01354","01355","01360","01364","01367","01370","01373","01375","01376","01378","01379","01380"],"st":"MA"}},"25013":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.000173,42.312678],[-72.885184,42.332615],[-72.912302,42.239133],[-72.793414,42.236854],[-72.686861,42.18339],[-72.613138,42.286265],[-72.589938,42.211975],[-72.44712,42.227254],[-72.395478,42.185737],[-72.221218,42.245252],[-72.263924,42.183831],[-72.135011,42.161784],[-72.135731461947,42.029141929942],[-72.509179336298,42.03408049659],[-73.008762781631,42.038903416247],[-73.053362673748,42.04011557191],[-73.071113,42.148206],[-73.000173,42.312678]]]},"properties":{"id":"25013","n":"Hampden","z":["01001","01008","01009","01010","01011","01013","01014","01020","01021","01022","01028","01030","01034","01036","01040","01041","01050","01056","01057","01069","01071","01077","01079","01080","01081","01085","01086","01089","01090","01095","01097","01101","01102","01103","01104","01105","01106","01107","01108","01109","01111","01115","01116","01118","01119","01128","01129","01138","01139","01144","01151","01152","01199","01521","01703"],"st":"MA"}},"25015":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.975409,42.556037],[-72.876849,42.541197],[-72.871136,42.484041],[-72.669138,42.409711],[-72.489891,42.433816],[-72.375022,42.420819],[-72.356086,42.30328],[-72.314599,42.343526],[-72.210795,42.31138],[-72.221218,42.245252],[-72.395478,42.185737],[-72.44712,42.227254],[-72.589938,42.211975],[-72.613138,42.286265],[-72.686861,42.18339],[-72.793414,42.236854],[-72.912302,42.239133],[-72.885184,42.332615],[-73.000173,42.312678],[-73.062886,42.328951],[-73.009085,42.387734],[-72.975409,42.556037]]]},"properties":{"id":"25015","n":"Hampshire","z":["01002","01003","01004","01007","01011","01012","01026","01027","01032","01033","01035","01038","01039","01050","01053","01059","01060","01061","01062","01063","01066","01070","01073","01075","01082","01084","01088","01096","01098","01243"],"st":"MA"}},"25017":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-71.898768771937,42.711466720809],[-71.294205,42.69699],[-71.255110121811,42.736397053287],[-71.255749,42.656929],[-71.164879,42.598021],[-71.033998,42.585493],[-71.053365,42.475925],[-70.982994,42.423996],[-70.982545601588,42.420221800052],[-71.167625,42.360073],[-71.191155,42.283059],[-71.32975,42.312991],[-71.344083,42.200979],[-71.478119,42.156782],[-71.555738,42.182503],[-71.586759,42.259545],[-71.506478,42.264276],[-71.486797,42.330189],[-71.585168,42.310977],[-71.624702,42.350465],[-71.5591,42.411943],[-71.53878,42.54303],[-71.678969,42.53043],[-71.664601,42.611598],[-71.858483,42.633815],[-71.898768771937,42.711466720809]]]},"properties":{"id":"25017","n":"Middlesex","z":["01431","01432","01434","01450","01460","01463","01464","01469","01470","01471","01472","01474","01701","01702","01704","01705","01718","01719","01720","01721","01730","01731","01741","01742","01746","01748","01749","01752","01754","01760","01770","01773","01775","01776","01778","01784","01801","01803","01805","01813","01815","01821","01822","01824","01826","01827","01850","01851","01852","01854","01862","01863","01864","01865","01866","01867","01876","01879","01880","01886","01887","01888","01889","01890","01940","02138","02139","02140","02141","02142","02143","02144","02145","02148","02149","02153","02155","02176","02180","02238","02420","02421","02451","02452","02453","02454","02455","02456","02458","02459","02460","02461","02462","02464","02465","02466","02467","02468","02471","02472","02474","02475","02476","02477","02478","02479","02493","02495"],"st":"MA"}},"25019":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-70.275526,41.310464],[-70.079133,41.319504],[-70.049053,41.391702],[-69.984869,41.358818],[-69.960181,41.264546],[-70.015225,41.237964],[-70.211479,41.248765],[-70.275526,41.310464]]]},"properties":{"id":"25019","n":"Nantucket","z":["02554","02564","02584"],"st":"MA"}},"25021":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-71.478119,42.156782],[-71.344083,42.200979],[-71.32975,42.312991],[-71.191155,42.283059],[-71.130771,42.227926],[-70.993059639948,42.312892280412],[-70.948497043534,42.282354693782],[-70.924877,42.15758],[-71.080483,42.095539],[-71.381431346893,41.98508411913],[-71.498224013125,42.015874111018],[-71.478119,42.156782]]]},"properties":{"id":"25021","n":"Norfolk","z":["02019","02021","02025","02026","02027","02030","02032","02035","02038","02052","02053","02054","02056","02062","02067","02070","02071","02072","02081","02090","02093","02169","02170","02171","02184","02185","02186","02187","02188","02189","02190","02191","02215","02269","02322","02343","02368","02445","02446","02447","02457","02467","02481","02482","02492","02494","02762"],"st":"MA"}},"25023":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-71.080483,42.095539],[-70.924877,42.15758],[-70.948497043534,42.282354693782],[-70.835851775394,42.264763264713],[-70.781574545568,42.248636946024],[-70.63848,42.081579],[-70.662476,41.960592],[-70.583572,41.950007],[-70.536407254125,41.811634145746],[-70.620785,41.74753],[-70.715979844669,41.614013268764],[-70.803962613208,41.601515541],[-70.839175,41.614761],[-70.921782,41.791244],[-71.026288,41.778888],[-70.973717,41.860879],[-71.054718,41.985057],[-71.080483,42.095539]]]},"properties":{"id":"25023","n":"Plymouth","z":["02018","02020","02040","02041","02043","02044","02045","02047","02050","02051","02055","02059","02060","02061","02065","02066","02301","02302","02303","02304","02305","02324","02325","02327","02330","02331","02332","02333","02337","02338","02339","02341","02344","02345","02346","02347","02348","02349","02350","02351","02355","02358","02359","02360","02361","02362","02364","02366","02367","02370","02379","02382","02532","02538","02558","02571","02576","02738","02739","02770"],"st":"MA"}},"25025":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-71.191155,42.283059],[-71.167625,42.360073],[-70.982545601588,42.420221800052],[-70.993059639948,42.312892280412],[-71.130771,42.227926],[-71.191155,42.283059]]]},"properties":{"id":"25025","n":"Suffolk","z":["02108","02109","02110","02111","02112","02113","02114","02115","02116","02117","02118","02119","02120","02121","02122","02123","02124","02125","02126","02127","02128","02129","02130","02131","02132","02133","02134","02135","02136","02137","02149","02150","02151","02152","02163","02196","02199","02201","02203","02204","02205","02206","02210","02211","02212","02215","02217","02222","02241","02266","02283","02284","02293","02297","02298","02467"],"st":"MA"}},"25027":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.283034092511,42.722010250624],[-71.929030059054,42.712293672533],[-71.898768771937,42.711466720809],[-71.858483,42.633815],[-71.664601,42.611598],[-71.678969,42.53043],[-71.53878,42.54303],[-71.5591,42.411943],[-71.624702,42.350465],[-71.585168,42.310977],[-71.486797,42.330189],[-71.506478,42.264276],[-71.586759,42.259545],[-71.555738,42.182503],[-71.478119,42.156782],[-71.498224013125,42.015874111018],[-71.799242,42.008065],[-71.80065,42.023569],[-72.102159434527,42.028630240055],[-72.135731461947,42.029141929942],[-72.135011,42.161784],[-72.263924,42.183831],[-72.221218,42.245252],[-72.210795,42.31138],[-72.314599,42.343526],[-72.271469,42.54723],[-72.224932,42.638937],[-72.283034092511,42.722010250624]]]},"properties":{"id":"25027","n":"Worcester","z":["01005","01031","01037","01068","01074","01082","01083","01092","01094","01331","01366","01368","01420","01430","01434","01436","01438","01440","01441","01451","01452","01453","01462","01467","01468","01473","01475","01501","01503","01504","01505","01506","01507","01508","01509","01510","01515","01516","01518","01519","01520","01522","01523","01524","01525","01526","01527","01529","01531","01532","01534","01535","01536","01537","01538","01540","01541","01542","01543","01545","01546","01550","01560","01561","01562","01564","01566","01568","01569","01570","01571","01581","01583","01585","01586","01588","01590","01601","01602","01603","01604","01605","01606","01607","01608","01609","01610","01611","01612","01613","01614","01615","01653","01655","01740","01745","01747","01756","01757","01772"],"st":"MA"}},"26001":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.888484,44.856458],[-83.316266108577,44.858591450561],[-83.276836,44.689354],[-83.31696387544,44.51168301176],[-83.886634,44.508976],[-83.888484,44.856458]]]},"properties":{"id":"26001","n":"Alcona","z":["48647","48705","48721","48728","48737","48738","48740","48742","48745","48750","48761","48762","49747"],"st":"MI"}},"26003":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.116359589471,46.50615140212],[-86.976958,46.526581],[-86.810967,46.449663],[-86.695645,46.555026],[-86.557731,46.487434],[-86.45993,46.551928],[-86.138295,46.672935],[-85.864607141329,46.686568315513],[-85.864932,46.504758],[-86.364953,46.505852],[-86.364989,46.331927],[-86.615397,46.333263],[-86.615601,46.158691],[-87.116138,46.15905],[-87.116359589471,46.50615140212]]]},"properties":{"id":"26003","n":"Alger","z":["49806","49816","49822","49825","49826","49839","49855","49862","49878","49883","49884","49885","49891","49895"],"st":"MI"}},"26005":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.20853850291,42.767543871916],[-85.782498,42.7682],[-85.545564,42.768139],[-85.543191,42.421433],[-85.764697,42.420715],[-86.276994044532,42.419310315926],[-86.20853850291,42.767543871916]]]},"properties":{"id":"26005","n":"Allegan","z":["49010","49026","49055","49056","49070","49078","49080","49090","49311","49314","49315","49316","49323","49328","49333","49335","49344","49348","49406","49408","49419","49423","49426","49434","49450","49453","49464"],"st":"MI"}},"26007":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.888484,44.856458],[-83.881223,45.202071],[-83.385211079256,45.207103993148],[-83.265896,45.026844],[-83.442052,45.051056],[-83.438856,44.940843],[-83.316266108577,44.858591450561],[-83.888484,44.856458]]]},"properties":{"id":"26007","n":"Alpena","z":["48762","49707","49744","49746","49747","49753","49766","49776"],"st":"MI"}},"26009":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.431415475008,45.016649452718],[-85.380659,45.046319],[-85.377824295933,45.207644402487],[-85.222707,45.20556],[-85.223681,45.117861],[-84.857452,45.116707],[-84.847309,44.858037],[-85.291716,44.859608],[-85.332836,44.812372],[-85.473841,44.859449],[-85.431415475008,45.016649452718]]]},"properties":{"id":"26009","n":"Antrim","z":["49611","49612","49615","49622","49627","49629","49648","49659","49676","49690","49712","49713","49720","49727","49729","49730"],"st":"MI"}},"26011":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.166107,44.161788],[-83.883977,44.161786],[-83.564645792497,44.163524818403],[-83.58409,44.056748],[-83.693214,43.98877],[-83.869406,43.960719],[-83.901329352181,43.908427050844],[-84.044843,43.911146],[-84.045409,43.996974],[-84.166377,43.996901],[-84.166107,44.161788]]]},"properties":{"id":"26011","n":"Arenac","z":["48610","48650","48658","48659","48703","48749","48763","48765","48766"],"st":"MI"}},"26013":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.439363185944,46.941982425],[-88.477935,46.85056],[-88.372681,46.872277],[-88.143688,46.966665],[-88.044521682281,46.917449945276],[-88.044709,46.765353],[-87.991389,46.765159],[-87.991546,46.679113],[-88.115843,46.678381],[-88.116571,46.419951],[-88.679392,46.420139],[-88.678983,46.851822],[-88.551943,46.851795],[-88.552185,46.938533],[-88.439363185944,46.941982425]]]},"properties":{"id":"26013","n":"Baraga","z":["49861","49908","49919","49946","49958","49962","49970"],"st":"MI"}},"26015":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.545564,42.768139],[-85.309626,42.769878],[-85.074245,42.770784],[-85.071609,42.421428],[-85.298879,42.419849],[-85.543191,42.421433],[-85.545564,42.768139]]]},"properties":{"id":"26015","n":"Barry","z":["48849","48897","49017","49021","49035","49046","49050","49058","49060","49073","49080","49083","49316","49325","49333","49344","49348"],"st":"MI"}},"26017":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.167318,43.825902],[-84.166377,43.996901],[-84.045409,43.996974],[-84.044843,43.911146],[-83.901329352181,43.908427050844],[-83.94774,43.735165],[-83.909479,43.672622],[-83.817894,43.673789],[-83.699417091881,43.601637150256],[-83.698816,43.478957],[-83.817678,43.479052],[-83.817228,43.522345],[-84.050987,43.524064],[-84.05,43.567324],[-84.168127,43.568899],[-84.167318,43.825902]]]},"properties":{"id":"26017","n":"Bay","z":["48604","48611","48613","48623","48631","48634","48642","48650","48652","48658","48659","48706","48708","48710","48732","48747","48757"],"st":"MI"}},"26019":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.07849818803,44.778330747661],[-85.815119,44.774534],[-85.817802,44.512969],[-86.237020865017,44.518298586145],[-86.248474,44.699046],[-86.089186,44.741496],[-86.07849818803,44.778330747661]]]},"properties":{"id":"26019","n":"Benzie","z":["49613","49616","49617","49628","49630","49635","49640","49643","49650","49683","49684"],"st":"MI"}},"26021":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.366379127038,42.243107727181],[-86.223563,42.243379],[-86.22294,42.071484],[-86.226094344987,41.760015959116],[-86.524219742443,41.759572155974],[-86.824828,41.76024],[-86.597899,41.918291],[-86.466262,42.134406],[-86.366379127038,42.243107727181]]]},"properties":{"id":"26021","n":"Berrien","z":["49022","49023","49038","49039","49047","49084","49085","49098","49101","49102","49103","49104","49106","49107","49111","49113","49115","49116","49117","49119","49120","49125","49126","49127","49128","49129"],"st":"MI"}},"26023":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.293626,42.071553],[-84.826491,42.072468],[-84.825128283877,41.760199006352],[-85.196774200302,41.759870841803],[-85.292178811333,41.759755274702],[-85.293626,42.071553]]]},"properties":{"id":"26023","n":"Branch","z":["49011","49028","49030","49036","49040","49082","49089","49092","49094","49245","49252","49255","49274"],"st":"MI"}},"26025":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.298879,42.419849],[-85.071609,42.421428],[-84.718493,42.42152],[-84.709556,42.070366],[-84.826491,42.072468],[-85.293626,42.071553],[-85.298879,42.419849]]]},"properties":{"id":"26025","n":"Calhoun","z":["48813","49011","49012","49014","49015","49016","49017","49018","49020","49021","49029","49033","49034","49037","49051","49052","49068","49076","49092","49094","49224","49237","49245","49252","49284"],"st":"MI"}},"26027":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.226094344987,41.760015959116],[-86.22294,42.071484],[-85.762943,42.069327],[-85.760186,41.798814],[-85.791363,41.759051],[-86.062563029011,41.759653033158],[-86.226094344987,41.760015959116]]]},"properties":{"id":"26027","n":"Cass","z":["49031","49042","49045","49047","49061","49067","49093","49095","49099","49102","49111","49112","49120","49130"],"st":"MI"}},"26029":{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-85.096056872271,45.363088040435],[-85.001803,45.272328],[-84.964787,45.291601],[-84.732687,45.289382],[-84.734303,45.201936],[-84.734799,45.114903],[-84.857452,45.116707],[-85.223681,45.117861],[-85.222707,45.20556],[-85.377824295933,45.207644402487],[-85.371593,45.270834],[-85.196704,45.360641],[-85.096056872271,45.363088040435]]],[[[-85.701809,45.736129],[-85.524448,45.829794],[-85.360952,45.817554],[-85.509276,45.596475],[-85.622741,45.586028],[-85.701809,45.736129]]]]},"properties":{"id":"26029","n":"Charlevoix","z":["49711","49712","49713","49720","49727","49729","49730","49770","49782","49795","49796"],"st":"MI"}},"26031":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.732687,45.289382],[-84.732242,45.780496853289],[-84.46168,45.652404],[-84.329537,45.66438],[-84.210893345556,45.626231017848],[-84.25202,45.625998],[-84.246634,45.198727],[-84.366614,45.198737],[-84.734303,45.201936],[-84.732687,45.289382]]]},"properties":{"id":"26031","n":"Cheboygan","z":["49701","49705","49706","49716","49717","49718","49721","49749","49755","49761","49765","49769","49791","49795","49799"],"st":"MI"}},"26033":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.23787317736,46.755702781257],[-84.964652,46.772845],[-85.028291,46.675125],[-85.027374,46.553756],[-84.969464,46.47629],[-84.849767,46.460245],[-84.678423,46.487694],[-84.493401,46.440313],[-84.420274,46.501077],[-84.293016,46.492803],[-84.193729,46.53992],[-84.117925,46.517619],[-84.138906,46.372221],[-84.097766,46.256512],[-84.114941,46.174114],[-83.882303,46.042065],[-83.815826,46.108529],[-83.598612,46.090085],[-83.480639,45.996164],[-83.526347,45.918636],[-83.65766,45.945463],[-83.80104,45.937582],[-83.910838,45.965613],[-84.114606562519,45.967908374795],[-84.239332,45.984914],[-84.238884,46.071457],[-84.36309,46.071574],[-84.363503,46.157984],[-85.112513,46.158263],[-85.113329,46.245722],[-85.237839,46.24543],[-85.23787317736,46.755702781257]]]},"properties":{"id":"26033","n":"Chippewa","z":["49710","49715","49724","49725","49726","49728","49736","49748","49752","49768","49774","49780","49783","49784","49785","49786","49788","49793"],"st":"MI"}},"26035":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.087403,44.164242],[-84.851705,44.161375],[-84.608104,44.160482],[-84.606035,43.815218],[-85.088811,43.813676],[-85.087403,44.164242]]]},"properties":{"id":"26035","n":"Clare","z":["48617","48622","48624","48625","48632","48633","49665"],"st":"MI"}},"26037":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.836889,43.118851],[-84.36776,43.117942],[-84.363659,42.775778],[-84.602761,42.76988],[-84.837085,42.770479],[-84.836889,43.118851]]]},"properties":{"id":"26037","n":"Clinton","z":["48808","48820","48822","48823","48831","48833","48835","48837","48840","48845","48848","48853","48866","48873","48875","48879","48894","48906"],"st":"MI"}},"26039":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.847309,44.858037],[-84.371737,44.855039],[-84.370643,44.507223],[-84.850929,44.511069],[-84.847309,44.858037]]]},"properties":{"id":"26039","n":"Crawford","z":["48653","49733","49738","49739","49756"],"st":"MI"}},"26041":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.367849,45.985321],[-87.242885,45.985117],[-87.241506,46.159103],[-87.116138,46.15905],[-86.615601,46.158691],[-86.490142,46.158178],[-86.49025,45.896337],[-86.459880517749,45.750226550596],[-86.616972,45.620581],[-86.636895,45.542053],[-86.712328,45.610939],[-86.647319,45.732618],[-86.773279,45.811385],[-86.838746,45.722307],[-86.964275,45.672761],[-87.070442,45.718779],[-87.172241,45.661788],[-87.25344962878,45.550115590889],[-87.327502,45.55125],[-87.325391,45.898665],[-87.367849,45.985321]]]},"properties":{"id":"26041","n":"Delta","z":["49807","49817","49818","49829","49835","49837","49845","49854","49864","49872","49878","49880","49894","49895"],"st":"MI"}},"26043":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.116856537376,45.922811242263],[-88.117407,46.246618],[-87.615597,46.246653],[-87.617091,45.986014],[-87.617396,45.898846],[-87.696946,45.898842],[-87.697159,45.72296],[-87.833049468035,45.722752575347],[-88.057010465949,45.784977030144],[-88.135067,45.821694],[-88.073944,45.875593],[-88.116856537376,45.922811242263]]]},"properties":{"id":"26043","n":"Dickinson","z":["49801","49802","49807","49815","49831","49834","49852","49870","49873","49876","49877","49881","49892"],"st":"MI"}},"26045":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.074245,42.770784],[-84.837085,42.770479],[-84.602761,42.76988],[-84.600403,42.421984],[-84.718493,42.42152],[-85.071609,42.421428],[-85.074245,42.770784]]]},"properties":{"id":"26045","n":"Eaton","z":["48813","48821","48827","48837","48849","48861","48876","48890","48897","48906","48911","48917","49021","49073","49076","49096","49284"],"st":"MI"}},"26047":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.732242,45.780496853289],[-84.732687,45.289382],[-84.964787,45.291601],[-85.001803,45.272328],[-85.096056872271,45.363088040435],[-84.912956,45.409776],[-85.040936,45.436701],[-85.119737,45.569026],[-84.97095,45.686334],[-85.014509,45.760329],[-84.866976,45.752066],[-84.732242,45.780496853289]]]},"properties":{"id":"26047","n":"Emmet","z":["49701","49706","49713","49716","49718","49722","49723","49737","49740","49755","49764","49769","49770","79740"],"st":"MI"}},"26049":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.695621,43.221422],[-83.460733,43.223131],[-83.453364,42.880432],[-83.689384,42.871263],[-83.686493,42.783263],[-83.922516,42.780821],[-83.929079,43.132782],[-83.932071,43.220377],[-83.695621,43.221422]]]},"properties":{"id":"26049","n":"Genesee","z":["48411","48415","48418","48420","48421","48423","48429","48430","48433","48436","48437","48438","48439","48442","48449","48451","48457","48458","48462","48463","48464","48473","48480","48501","48502","48503","48504","48505","48506","48507","48509","48519","48529","48531","48532","48550","48551","48552","48553","48554","48555","48556","48557","48746"],"st":"MI"}},"26051":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.608104,44.160482],[-84.368039,44.160538],[-84.166107,44.161788],[-84.166377,43.996901],[-84.167318,43.825902],[-84.606035,43.815218],[-84.608104,44.160482]]]},"properties":{"id":"26051","n":"Gladwin","z":["48610","48612","48613","48618","48624","48628","48652"],"st":"MI"}},"26053":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.418136,46.566094],[-90.327626,46.607744],[-90.04542,46.668272],[-89.884329580411,46.765471149277],[-89.86442,46.592643],[-89.740001,46.592494],[-89.740568,46.505642],[-89.365094,46.505949],[-89.365507,46.333078],[-88.991012,46.332308],[-88.991217028396,46.096536354436],[-89.09163,46.138505],[-89.929125625665,46.299915728408],[-90.120489,46.336852],[-90.214866,46.499947],[-90.418136,46.566094]]]},"properties":{"id":"26053","n":"Gogebic","z":{"0":"49911","1":"49938","2":"49947","3":"49959","4":"49968","5":"49969","12":"54540"},"st":"MI"}},"26055":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.815119,44.774534],[-85.618033,44.774557],[-85.555142702709,45.027034544137],[-85.520034,44.973996],[-85.431415475008,45.016649452718],[-85.473841,44.859449],[-85.332836,44.812372],[-85.334,44.512303],[-85.817802,44.512969],[-85.815119,44.774534]]]},"properties":{"id":"26055","n":"Grand Traverse","z":["49610","49620","49633","49637","49643","49649","49666","49673","49680","49683","49684","49685","49686","49690","49696"],"st":"MI"}},"26057":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.845962,43.466158],[-84.60754,43.466006],[-84.369876,43.466044],[-84.367891,43.128452],[-84.36776,43.117942],[-84.836889,43.118851],[-84.845962,43.466158]]]},"properties":{"id":"26057","n":"Gratiot","z":["48614","48615","48637","48662","48801","48806","48807","48811","48830","48831","48832","48835","48845","48847","48856","48862","48871","48874","48877","48879","48880","48889"],"st":"MI"}},"26059":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.826491,42.072468],[-84.709556,42.070366],[-84.363297,42.073456],[-84.360419041397,41.706955882634],[-84.399548785474,41.705921357406],[-84.806082,41.696089],[-84.825128283877,41.760199006352],[-84.826491,42.072468]]]},"properties":{"id":"26059","n":"Hillsdale","z":["49082","49220","49227","49232","49233","49239","49242","49246","49247","49249","49250","49252","49255","49258","49262","49266","49271","49274","49281","49282","49288"],"st":"MI"}},"26061":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.933368451342,47.033599097856],[-88.88914,47.100575],[-88.512946505636,47.286107247715],[-88.298992,47.286097],[-88.298436,47.199782],[-88.200450675934,47.199716895982],[-88.340052,47.080494],[-88.439363185944,46.941982425],[-88.552185,46.938533],[-88.551943,46.851795],[-88.678983,46.851822],[-88.679392,46.420139],[-88.991236,46.419704],[-88.989529,46.680119],[-88.864473,46.679311],[-88.863906,46.765013],[-88.93248,46.764787],[-88.933368451342,47.033599097856]]]},"properties":{"id":"26061","n":"Houghton","z":["49805","49905","49913","49916","49917","49921","49922","49930","49931","49934","49942","49945","49952","49955","49958","49961","49963","49965","49967"],"st":"MI"}},"26063":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.606479082838,43.69044927071],[-83.117844,43.675493],[-83.466592,43.667621],[-83.506085552543,43.74515721314],[-83.407146,43.919807],[-83.26153,43.973525],[-83.046577,44.01571],[-82.928884,44.069389],[-82.793205,44.023247],[-82.633641,43.831224],[-82.606479082838,43.69044927071]]]},"properties":{"id":"26063","n":"Huron","z":["48413","48432","48441","48445","48456","48467","48468","48470","48475","48720","48725","48726","48731","48735","48754","48755","48759","48767"],"st":"MI"}},"26065":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.602761,42.76988],[-84.363659,42.775778],[-84.158189,42.776639],[-84.140713,42.424611],[-84.600403,42.421984],[-84.602761,42.76988]]]},"properties":{"id":"26065","n":"Ingham","z":{"0":"48805","1":"48819","2":"48821","3":"48823","4":"48824","5":"48825","6":"48826","7":"48827","8":"48840","9":"48842","10":"48854","11":"48864","12":"48872","13":"48892","14":"48895","15":"48901","16":"48906","17":"48908","18":"48909","19":"48910","20":"48911","21":"48912","22":"48913","23":"48915","24":"48916","25":"48917","26":"48919","27":"48922","28":"48924","29":"48929","30":"48930","31":"48933","32":"48937","33":"48951","34":"48956","35":"48980","36":"49251","37":"49264","38":"49285","57":"48921"},"st":"MI"}},"26067":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.312513,43.118793],[-84.836889,43.118851],[-84.837085,42.770479],[-85.074245,42.770784],[-85.309626,42.769878],[-85.312513,43.118793]]]},"properties":{"id":"26067","n":"Ionia","z":["48809","48815","48834","48837","48838","48845","48846","48849","48851","48860","48861","48865","48870","48873","48875","48881","48887","48890","49325","49331"],"st":"MI"}},"26069":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.886634,44.508976],[-83.31696387544,44.51168301176],[-83.336988,44.332919],[-83.442731,44.265361],[-83.524817,44.261558],[-83.564645792497,44.163524818403],[-83.883977,44.161786],[-83.886634,44.508976]]]},"properties":{"id":"26069","n":"Iosco","z":["48707","48730","48737","48738","48739","48743","48745","48748","48750","48761","48763","48764","48765","48770"],"st":"MI"}},"26071":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.991236,46.419704],[-88.679392,46.420139],[-88.116571,46.419951],[-88.117407,46.246618],[-88.116856537376,45.922811242263],[-88.409864,45.979688],[-88.526673,46.020822],[-88.683232208499,46.01446567032],[-88.811948,46.021609],[-88.93276845101,46.072107163776],[-88.991217028396,46.096536354436],[-88.991012,46.332308],[-88.991236,46.419704]]]},"properties":{"id":"26071","n":"Iron","z":{"0":"49879","1":"49902","2":"49903","3":"49915","4":"49920","5":"49927","6":"49935","7":"49964","8":"49967","17":"54554"},"st":"MI"}},"26073":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.088811,43.813676],[-84.606035,43.815218],[-84.60754,43.466006],[-84.845962,43.466158],[-85.084996,43.46619],[-85.088811,43.813676]]]},"properties":{"id":"26073","n":"Isabella","z":["48617","48618","48622","48632","48804","48829","48858","48859","48877","48878","48880","48883","48893","48896","49305","49310","49340"],"st":"MI"}},"26075":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.718493,42.42152],[-84.600403,42.421984],[-84.140713,42.424611],[-84.131136,42.424567],[-84.131963,42.071577],[-84.363297,42.073456],[-84.709556,42.070366],[-84.718493,42.42152]]]},"properties":{"id":"26075","n":"Jackson","z":["48158","48827","49201","49202","49203","49204","49224","49230","49233","49234","49237","49240","49241","49245","49246","49249","49250","49251","49252","49254","49257","49259","49261","49263","49264","49269","49272","49277","49283","49284","49285"],"st":"MI"}},"26077":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.764697,42.420715],[-85.543191,42.421433],[-85.298879,42.419849],[-85.293626,42.071553],[-85.762943,42.069327],[-85.764697,42.420715]]]},"properties":{"id":"26077","n":"Kalamazoo","z":["49001","49002","49003","49004","49005","49006","49007","49008","49009","49012","49019","49024","49034","49041","49048","49052","49053","49060","49071","49074","49077","49078","49080","49081","49083","49087","49088","49097"],"st":"MI"}},"26079":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.332836,44.812372],[-85.291716,44.859608],[-84.847309,44.858037],[-84.850929,44.511069],[-85.334,44.512303],[-85.332836,44.812372]]]},"properties":{"id":"26079","n":"Kalkaska","z":["49612","49633","49646","49659","49676","49680","49690","49738"],"st":"MI"}},"26081":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.790448,43.293003],[-85.562538,43.294271],[-85.312376,43.294205],[-85.312513,43.118793],[-85.309626,42.769878],[-85.545564,42.768139],[-85.782498,42.7682],[-85.790662,43.205167],[-85.790448,43.293003]]]},"properties":{"id":"26081","n":"Kent","z":["48809","48815","48838","49301","49302","49306","49315","49316","49317","49318","49319","49321","49325","49326","49327","49330","49331","49333","49341","49343","49345","49347","49348","49351","49355","49356","49357","49403","49418","49468","49501","49502","49503","49504","49505","49506","49507","49508","49509","49510","49512","49514","49515","49516","49518","49519","49523","49525","49528","49530","49534","49544","49546","49548","49555","49560","49588","49599"],"st":"MI"}},"26083":{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-88.200450675934,47.199716895982],[-88.298436,47.199782],[-88.298992,47.286097],[-88.512946505636,47.286107247715],[-88.418673,47.371188],[-88.217822,47.448738],[-87.929269,47.478737],[-87.680067,47.455685],[-87.604704,47.388625],[-87.941613,47.390073],[-87.94336,47.335899],[-88.200450675934,47.199716895982]]],[[[-89.221332,47.908069],[-89.179154,47.93503],[-88.816084,48.057006],[-88.631908,48.148307],[-88.425162,48.21065],[-88.427373,48.166764],[-88.55044,48.102111],[-88.579172,48.040758],[-88.852923,47.965322],[-88.898986,47.900685],[-89.157738,47.824015],[-89.255202,47.876102],[-89.221332,47.908069]]]]},"properties":{"id":"26083","n":"Keweenaw","z":["49805","49901","49913","49918","49945","49950"],"st":"MI"}},"26085":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.043507,44.167088],[-85.821186,44.164197],[-85.564554,44.164861],[-85.562433,43.815483],[-86.037884,43.815611],[-86.043507,44.167088]]]},"properties":{"id":"26085","n":"Lake","z":["49304","49309","49402","49623","49642","49644","49655","49656","49677","49688"],"st":"MI"}},"26087":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.120396,43.327049],[-83.119027,43.28368],[-83.00043,43.284913],[-82.996257,43.154099],[-82.983647,42.893741],[-83.102891,42.888647],[-83.453364,42.880432],[-83.460733,43.223131],[-83.351709,43.235193],[-83.354418,43.322257],[-83.120396,43.327049]]]},"properties":{"id":"26087","n":"Lapeer","z":["48003","48014","48371","48412","48416","48421","48423","48428","48435","48438","48440","48444","48446","48453","48455","48461","48462","48464","48727","48744","48760"],"st":"MI"}},"26089":{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-85.555142702709,45.027034544137],[-85.618033,44.774557],[-85.815119,44.774534],[-86.07849818803,44.778330747661],[-86.058862,44.911012],[-85.980219,44.906136],[-85.9316,44.968788],[-85.854304,44.938147],[-85.633124,45.170899],[-85.531461,45.177247],[-85.555142702709,45.027034544137]]],[[[-86.138095,45.043038],[-86.04443,45.159582],[-85.954021,45.119281],[-86.081487,44.990096],[-86.138095,45.043038]]]]},"properties":{"id":"26089","n":"Leelanau","z":["49621","49630","49636","49653","49654","49664","49670","49674","49682","49684"],"st":"MI"}},"26091":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.363297,42.073456],[-84.131963,42.071577],[-83.773922,42.08243],[-83.763149851365,41.723546801786],[-83.880390465353,41.72019449032],[-84.360419041397,41.706955882634],[-84.363297,42.073456]]]},"properties":{"id":"26091","n":"Lenawee","z":["48176","49220","49221","49228","49229","49230","49233","49235","49236","49238","49247","49248","49253","49256","49265","49267","49268","49276","49279","49286","49287","49288","49289"],"st":"MI"}},"26093":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.158189,42.776639],[-83.922516,42.780821],[-83.686493,42.783263],[-83.664808,42.431179],[-84.131136,42.424567],[-84.140713,42.424611],[-84.158189,42.776639]]]},"properties":{"id":"26093","n":"Livingston","z":["48114","48116","48137","48139","48143","48169","48178","48189","48353","48380","48418","48430","48442","48451","48816","48836","48843","48844","48855","48872","48892","49285"],"st":"MI"}},"26095":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.864932,46.504758],[-85.864607141329,46.686568315513],[-85.482096,46.680432],[-85.23787317736,46.755702781257],[-85.237839,46.24543],[-85.865025,46.244631],[-85.864932,46.504758]]]},"properties":{"id":"26095","n":"Luce","z":["49748","49853","49868"],"st":"MI"}},"26097":{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-84.61622,45.89447],[-84.517895,45.828543],[-84.35602,45.771895],[-84.484128,45.73071],[-84.650783,45.85921],[-84.61622,45.89447]]],[[[-85.865025,46.244631],[-85.237839,46.24543],[-85.113329,46.245722],[-85.112513,46.158263],[-84.363503,46.157984],[-84.36309,46.071574],[-84.238884,46.071457],[-84.239332,45.984914],[-84.114606562519,45.967908374795],[-84.376429,45.931962],[-84.480436,45.977764],[-84.734002,45.907026],[-84.706383,45.848658],[-84.792763,45.858691],[-85.003597,46.00613],[-85.152027,46.050725],[-85.381394,46.082044],[-85.540858,46.079581],[-85.697203,45.960158],[-85.810442,45.980087],[-85.865839921943,45.947571073185],[-85.865025,46.244631]]]]},"properties":{"id":"26097","n":"Mackinac","z":["49719","49745","49757","49760","49762","49774","49775","49780","49781","49793","49797","49820","49827","49836","49838","49853"],"st":"MI"}},"26099":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.102891,42.888647],[-82.983647,42.893741],[-82.73901,42.897541],[-82.707885,42.675497],[-82.801022,42.629545],[-82.755927,42.564415],[-82.859316,42.541935],[-82.870347,42.450888],[-83.083393,42.447153],[-83.102891,42.888647]]]},"properties":{"id":"26099","n":"Macomb","z":["48005","48015","48021","48026","48035","48036","48038","48041","48042","48043","48044","48045","48046","48047","48048","48050","48051","48062","48065","48066","48080","48081","48082","48088","48089","48090","48091","48092","48093","48094","48095","48096","48236","48306","48310","48311","48312","48313","48314","48315","48316","48317","48318","48397"],"st":"MI"}},"26101":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.237020865017,44.518298586145],[-85.817802,44.512969],[-85.821186,44.164197],[-86.043507,44.167088],[-86.387837360265,44.178694],[-86.26871,44.345324],[-86.237020865017,44.518298586145]]]},"properties":{"id":"26101","n":"Manistee","z":["49613","49614","49619","49625","49626","49634","49638","49644","49645","49660","49668","49675","49683","49689"],"st":"MI"}},"26103":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.116571,46.419951],[-88.115843,46.678381],[-87.991546,46.679113],[-87.991389,46.765159],[-88.044709,46.765353],[-88.044521682281,46.917449945276],[-87.900339,46.909686],[-87.687164,46.841742],[-87.595307,46.78295],[-87.503025,46.647497],[-87.381649,46.580059],[-87.366767,46.507303],[-87.116359589471,46.50615140212],[-87.116138,46.15905],[-87.241506,46.159103],[-87.242885,45.985117],[-87.367849,45.985321],[-87.617091,45.986014],[-87.615597,46.246653],[-88.117407,46.246618],[-88.116571,46.419951]]]},"properties":{"id":"26103","n":"Marquette","z":["49808","49814","49818","49819","49822","49831","49833","49841","49849","49855","49861","49865","49866","49871","49879","49880","49885"],"st":"MI"}},"26105":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.387837360265,44.178694],[-86.043507,44.167088],[-86.037884,43.815611],[-86.435485038258,43.819429198004],[-86.463203115248,43.97106455972],[-86.514702,44.058119],[-86.387837360265,44.178694]]]},"properties":{"id":"26105","n":"Mason","z":["49402","49405","49410","49411","49431","49449","49454","49458","49644","49660"],"st":"MI"}},"26107":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.562433,43.815483],[-85.088811,43.813676],[-85.084996,43.46619],[-85.562348,43.46813],[-85.562433,43.815483]]]},"properties":{"id":"26107","n":"Mecosta","z":["48850","48886","49305","49307","49310","49320","49332","49336","49337","49338","49340","49342","49346","49631","49639","49679"],"st":"MI"}},"26109":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.833049468035,45.722752575347],[-87.697159,45.72296],[-87.696946,45.898842],[-87.617396,45.898846],[-87.617091,45.986014],[-87.367849,45.985321],[-87.325391,45.898665],[-87.327502,45.55125],[-87.25344962878,45.550115590889],[-87.350852,45.407743],[-87.548964,45.191591],[-87.590208,45.095264],[-87.741805,45.197051],[-87.657349,45.368752],[-87.863489,45.35302],[-87.805773,45.473139],[-87.781007,45.673934],[-87.833049468035,45.722752575347]]]},"properties":{"id":"26109","n":"Menominee","z":["49807","49812","49821","49847","49848","49858","49863","49873","49874","49886","49887","49892","49893","49896"],"st":"MI"}},"26111":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.606035,43.815218],[-84.167318,43.825902],[-84.168127,43.568899],[-84.170576,43.481969],[-84.369876,43.466044],[-84.60754,43.466006],[-84.606035,43.815218]]]},"properties":{"id":"26111","n":"Midland","z":["48612","48615","48618","48620","48623","48626","48628","48637","48640","48641","48642","48652","48657","48662","48667","48670","48674","48858","48880","48883"],"st":"MI"}},"26113":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.334,44.512303],[-84.850929,44.511069],[-84.851705,44.161375],[-85.087403,44.164242],[-85.334777,44.165118],[-85.334,44.512303]]]},"properties":{"id":"26113","n":"Missaukee","z":["49601","49632","49633","49651","49657","49663","49665","49667"],"st":"MI"}},"26115":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.773922,42.08243],[-83.539396,42.085598],[-83.284155,42.089952],[-83.19495231169,42.033107926811],[-83.269521,41.939042],[-83.441668,41.808646],[-83.453832,41.732647],[-83.763149851365,41.723546801786],[-83.773922,42.08243]]]},"properties":{"id":"26115","n":"Monroe","z":["48110","48111","48117","48131","48133","48134","48140","48144","48145","48157","48159","48160","48161","48162","48164","48166","48177","48179","48182","48191","49229","49238","49267","49270","49276"],"st":"MI"}},"26117":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.562348,43.46813],[-85.084996,43.46619],[-84.845962,43.466158],[-84.836889,43.118851],[-85.312513,43.118793],[-85.312376,43.294205],[-85.562538,43.294271],[-85.562348,43.46813]]]},"properties":{"id":"26117","n":"Montcalm","z":["48809","48811","48812","48818","48829","48834","48838","48845","48850","48852","48877","48884","48885","48886","48888","48891","49310","49322","49326","49329","49336","49337","49339","49343","49347"],"st":"MI"}},"26119":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.366614,45.198737],[-84.246634,45.198727],[-83.881223,45.202071],[-83.888484,44.856458],[-84.371737,44.855039],[-84.366614,45.198737]]]},"properties":{"id":"26119","n":"Montmorency","z":["48619","49709","49746","49751","49756"],"st":"MI"}},"26121":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.463516886681,43.472329699507],[-86.039491,43.467447],[-86.038953,43.293519],[-85.790448,43.293003],[-85.790662,43.205167],[-85.908388,43.20592],[-85.907435,43.118911],[-86.273928278671,43.118367968708],[-86.407832,43.338436],[-86.463516886681,43.472329699507]]]},"properties":{"id":"26121","n":"Muskegon","z":["49303","49318","49330","49403","49404","49412","49415","49425","49437","49440","49441","49442","49443","49444","49445","49448","49451","49456","49457","49461","49463"],"st":"MI"}},"26123":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.039491,43.467447],[-86.037884,43.815611],[-85.562433,43.815483],[-85.562348,43.46813],[-85.562538,43.294271],[-85.790448,43.293003],[-86.038953,43.293519],[-86.039491,43.467447]]]},"properties":{"id":"26123","n":"Newaygo","z":["49303","49307","49309","49312","49327","49329","49330","49336","49337","49338","49343","49346","49349","49412","49413","49421","49425","49457","49459","49677"],"st":"MI"}},"26125":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.453364,42.880432],[-83.102891,42.888647],[-83.083393,42.447153],[-83.551907,42.435166],[-83.664808,42.431179],[-83.686493,42.783263],[-83.689384,42.871263],[-83.453364,42.880432]]]},"properties":{"id":"26125","n":"Oakland","z":["48007","48009","48012","48017","48025","48030","48033","48034","48037","48067","48068","48069","48070","48071","48072","48073","48075","48076","48083","48084","48085","48086","48098","48099","48165","48167","48178","48220","48237","48301","48302","48303","48304","48306","48307","48308","48309","48320","48321","48322","48323","48324","48326","48327","48328","48329","48330","48331","48332","48333","48334","48335","48336","48340","48341","48342","48343","48346","48347","48348","48350","48356","48357","48359","48360","48361","48362","48363","48366","48367","48370","48371","48374","48375","48376","48377","48380","48381","48382","48383","48386","48387","48390","48393","48428","48430","48439","48442","48462"],"st":"MI"}},"26127":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.435485038258,43.819429198004],[-86.037884,43.815611],[-86.039491,43.467447],[-86.463516886681,43.472329699507],[-86.540787,43.644593],[-86.435485038258,43.819429198004]]]},"properties":{"id":"26127","n":"Oceana","z":["49402","49412","49420","49421","49425","49436","49437","49446","49449","49452","49455","49459"],"st":"MI"}},"26129":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.370643,44.507223],[-83.886634,44.508976],[-83.883977,44.161786],[-84.166107,44.161788],[-84.368039,44.160538],[-84.370643,44.507223]]]},"properties":{"id":"26129","n":"Ogemaw","z":["48610","48624","48635","48654","48661","48739","48756","48761"],"st":"MI"}},"26131":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.884329580411,46.765471149277],[-89.720277,46.830413],[-89.415154,46.843983],[-89.227914,46.912954],[-89.142595,46.984859],[-88.933368451342,47.033599097856],[-88.93248,46.764787],[-88.863906,46.765013],[-88.864473,46.679311],[-88.989529,46.680119],[-88.991236,46.419704],[-88.991012,46.332308],[-89.365507,46.333078],[-89.365094,46.505949],[-89.740568,46.505642],[-89.740001,46.592494],[-89.86442,46.592643],[-89.884329580411,46.765471149277]]]},"properties":{"id":"26131","n":"Ontonagon","z":["49910","49912","49925","49929","49947","49948","49952","49953","49960","49965","49967","49971"],"st":"MI"}},"26133":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.564554,44.164861],[-85.334777,44.165118],[-85.087403,44.164242],[-85.088811,43.813676],[-85.562433,43.815483],[-85.564554,44.164861]]]},"properties":{"id":"26133","n":"Osceola","z":["48632","49338","49631","49639","49655","49665","49677","49679","49688"],"st":"MI"}},"26135":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.371737,44.855039],[-83.888484,44.856458],[-83.886634,44.508976],[-84.370643,44.507223],[-84.371737,44.855039]]]},"properties":{"id":"26135","n":"Oscoda","z":["48619","48621","48636","48647","48654","48728","48761","49756"],"st":"MI"}},"26137":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.857452,45.116707],[-84.734799,45.114903],[-84.734303,45.201936],[-84.366614,45.198737],[-84.371737,44.855039],[-84.847309,44.858037],[-84.857452,45.116707]]]},"properties":{"id":"26137","n":"Otsego","z":["49730","49733","49734","49735","49738","49751","49756","49795"],"st":"MI"}},"26139":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.273928278671,43.118367968708],[-85.907435,43.118911],[-85.908388,43.20592],[-85.790662,43.205167],[-85.782498,42.7682],[-86.20853850291,42.767543871916],[-86.226305,42.988284],[-86.273928278671,43.118367968708]]]},"properties":{"id":"26139","n":"Ottawa","z":["49315","49318","49330","49401","49403","49404","49409","49415","49417","49418","49422","49423","49424","49426","49427","49428","49429","49430","49434","49435","49448","49451","49456","49460","49464","49534","49544"],"st":"MI"}},"26141":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.210893345556,45.626231017848],[-84.095905,45.497298],[-83.909472,45.485784],[-83.841543,45.435287],[-83.599273,45.352561],[-83.488826,45.355872],[-83.385104,45.274195],[-83.385211079256,45.207103993148],[-83.881223,45.202071],[-84.246634,45.198727],[-84.25202,45.625998],[-84.210893345556,45.626231017848]]]},"properties":{"id":"26141","n":"Presque Isle","z":["49707","49743","49759","49765","49776","49777","49779","49792"],"st":"MI"}},"26143":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.850929,44.511069],[-84.370643,44.507223],[-84.368039,44.160538],[-84.608104,44.160482],[-84.851705,44.161375],[-84.850929,44.511069]]]},"properties":{"id":"26143","n":"Roscommon","z":["48624","48627","48629","48630","48651","48653","48656"],"st":"MI"}},"26145":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.369876,43.466044],[-84.170576,43.481969],[-84.168127,43.568899],[-84.05,43.567324],[-84.050987,43.524064],[-83.817228,43.522345],[-83.817678,43.479052],[-83.698816,43.478957],[-83.695621,43.221422],[-83.932071,43.220377],[-83.929079,43.132782],[-84.367891,43.128452],[-84.369876,43.466044]]]},"properties":{"id":"26145","n":"Saginaw","z":["48415","48417","48420","48457","48460","48601","48602","48603","48604","48605","48606","48607","48608","48609","48614","48616","48623","48626","48637","48638","48649","48655","48663","48686","48708","48722","48724","48734","48747","48757","48787","48807","48831","48841"],"st":"MI"}},"26147":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.996257,43.154099],[-82.506042404955,43.168827371312],[-82.415937,43.005555],[-82.469912,42.887459],[-82.467483,42.76191],[-82.509935,42.637294],[-82.583996,42.554041],[-82.679059,42.52221],[-82.707885,42.675497],[-82.73901,42.897541],[-82.983647,42.893741],[-82.996257,43.154099]]]},"properties":{"id":"26147","n":"Saint Clair","z":["48001","48002","48004","48006","48014","48022","48023","48027","48028","48032","48039","48040","48041","48049","48054","48059","48060","48061","48063","48064","48074","48079","48097","48416","48444"],"st":"MI"}},"26149":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.762943,42.069327],[-85.293626,42.071553],[-85.292178811333,41.759755274702],[-85.659750237991,41.759236686047],[-85.791363,41.759051],[-85.760186,41.798814],[-85.762943,42.069327]]]},"properties":{"id":"26149","n":"Saint Joseph","z":["49011","49030","49032","49040","49042","49066","49067","49072","49075","49091","49093","49097","49099"],"st":"MI"}},"26151":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.120396,43.327049],[-83.104136,43.338206],[-83.117844,43.675493],[-82.606479082838,43.69044927071],[-82.53993,43.422378],[-82.506042404955,43.168827371312],[-82.996257,43.154099],[-83.00043,43.284913],[-83.119027,43.28368],[-83.120396,43.327049]]]},"properties":{"id":"26151","n":"Sanilac","z":["48032","48097","48401","48410","48416","48419","48422","48426","48427","48434","48441","48450","48453","48454","48456","48465","48466","48469","48471","48472","48475","48726"],"st":"MI"}},"26153":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.864932,46.504758],[-85.865025,46.244631],[-85.865839921943,45.947571073185],[-85.913769,45.919439],[-86.072067,45.965313],[-86.278007,45.942057],[-86.349134,45.83416],[-86.459880517749,45.750226550596],[-86.49025,45.896337],[-86.490142,46.158178],[-86.615601,46.158691],[-86.615397,46.333263],[-86.364989,46.331927],[-86.364953,46.505852],[-85.864932,46.504758]]]},"properties":{"id":"26153","n":"Schoolcraft","z":["49817","49836","49840","49854","49883","49884","49895"],"st":"MI"}},"26155":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.367891,43.128452],[-83.929079,43.132782],[-83.922516,42.780821],[-84.158189,42.776639],[-84.363659,42.775778],[-84.36776,43.117942],[-84.367891,43.128452]]]},"properties":{"id":"26155","n":"Shiawassee","z":["48414","48418","48429","48433","48436","48449","48460","48476","48616","48649","48817","48831","48840","48841","48848","48857","48866","48867","48872","48882"],"st":"MI"}},"26157":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.699417091881,43.601637150256],[-83.506085552543,43.74515721314],[-83.466592,43.667621],[-83.117844,43.675493],[-83.104136,43.338206],[-83.120396,43.327049],[-83.354418,43.322257],[-83.351709,43.235193],[-83.460733,43.223131],[-83.695621,43.221422],[-83.698816,43.478957],[-83.699417091881,43.601637150256]]]},"properties":{"id":"26157","n":"Tuscola","z":["48415","48420","48435","48453","48464","48701","48723","48726","48727","48729","48733","48734","48735","48741","48744","48746","48757","48758","48759","48760","48767","48768"],"st":"MI"}},"26159":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.276994044532,42.419310315926],[-85.764697,42.420715],[-85.762943,42.069327],[-86.22294,42.071484],[-86.223563,42.243379],[-86.366379127038,42.243107727181],[-86.276994044532,42.419310315926]]]},"properties":{"id":"26159","n":"Van Buren","z":["49009","49010","49013","49022","49026","49027","49038","49043","49045","49047","49055","49056","49057","49062","49063","49064","49065","49067","49071","49078","49079","49087","49090","49098","49416"],"st":"MI"}},"26161":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.131136,42.424567],[-83.664808,42.431179],[-83.551907,42.435166],[-83.539396,42.085598],[-83.773922,42.08243],[-84.131963,42.071577],[-84.131136,42.424567]]]},"properties":{"id":"26161","n":"Washtenaw","z":["48103","48104","48105","48106","48107","48108","48109","48111","48113","48115","48118","48130","48137","48158","48160","48167","48168","48169","48170","48176","48178","48189","48190","48191","48197","48198","49236","49240","49285","49287"],"st":"MI"}},"26163":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.551907,42.435166],[-83.083393,42.447153],[-82.870347,42.450888],[-82.92397,42.352068],[-83.096521,42.290138],[-83.133511,42.088143],[-83.19495231169,42.033107926811],[-83.284155,42.089952],[-83.539396,42.085598],[-83.551907,42.435166]]]},"properties":{"id":"26163","n":"Wayne","z":["28228","48101","48111","48112","48120","48121","48122","48123","48124","48125","48126","48127","48128","48134","48135","48136","48138","48141","48146","48150","48151","48152","48153","48154","48164","48167","48168","48170","48173","48174","48175","48180","48183","48184","48185","48186","48187","48188","48192","48193","48195","48201","48202","48203","48204","48205","48206","48207","48208","48209","48210","48211","48212","48213","48214","48215","48216","48217","48218","48219","48221","48222","48223","48224","48225","48226","48227","48228","48229","48230","48231","48232","48233","48234","48235","48236","48238","48239","48240","48242","48243","48244","48255","48260","48264","48265","48266","48267","48268","48269","48272","48275","48277","48278","48279","48288","48325"],"st":"MI"}},"26165":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.817802,44.512969],[-85.334,44.512303],[-85.334777,44.165118],[-85.564554,44.164861],[-85.821186,44.164197],[-85.817802,44.512969]]]},"properties":{"id":"26165","n":"Wexford","z":["49601","49618","49620","49625","49633","49638","49649","49663","49668","49688","49689"],"st":"MI"}},"27001":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.776024,46.802891],[-93.775257,47.030418],[-93.055943,47.026415],[-93.061529,46.76655],[-93.054847,46.419269],[-93.053871,46.15812],[-93.431831,46.153991],[-93.430648,46.246412],[-93.796281,46.243199],[-93.810407,46.250948],[-93.777905,46.589671],[-93.776024,46.802891]]]},"properties":{"id":"27001","n":"Aitkin","z":["55735","55748","55752","55760","55783","55785","55787","55798","56342","56350","56431","56469"],"st":"MN"}},"27003":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.51007,45.414798],[-93.019563,45.41177],[-93.01944,45.296929],[-93.020518,45.123866],[-93.227696,45.124533],[-93.226929,45.035671],[-93.311544,45.143778],[-93.51219,45.245683],[-93.51007,45.414798]]]},"properties":{"id":"27003","n":"Anoka","z":["55005","55011","55014","55025","55038","55070","55079","55092","55110","55126","55303","55304","55330","55421","55432","55433","55434","55448","55449"],"st":"MN"}},"27005":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.194671,47.151149],[-96.067069,47.151813],[-95.551186,47.151453],[-95.169172,47.152515],[-95.16301,46.80472],[-95.16371,46.71764],[-96.174587,46.717854],[-96.174108,46.977375],[-96.194671,47.151149]]]},"properties":{"id":"27005","n":"Becker","z":["56464","56470","56501","56502","56511","56521","56544","56552","56554","56569","56570","56572","56575","56577","56578","56585","56589","56591","56593"],"st":"MN"}},"27007":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.602315,48.538887],[-95.34254,48.540211],[-95.211966,48.539961],[-95.210953,48.365971],[-94.428702,48.367333],[-94.418543,47.845816],[-94.416279,47.444828],[-94.416387,47.41183],[-94.670214,47.410151],[-95.183216,47.412773],[-95.193705,47.872544],[-95.277834,47.925346],[-95.229133,48.019958],[-95.582887,48.020557],[-95.593788,48.172916],[-95.602315,48.538887]]]},"properties":{"id":"27007","n":"Beltrami","z":["56601","56619","56630","56633","56647","56650","56652","56661","56663","56666","56667","56670","56671","56676","56678","56683","56685","56687","56727"],"st":"MN"}},"27009":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.763948,45.822143],[-93.759435,45.559646],[-94.149467,45.559066],[-94.182651,45.67958],[-94.271776,45.775208],[-94.353112,45.821967],[-93.763948,45.822143]]]},"properties":{"id":"27009","n":"Benton","z":["55371","56304","56329","56330","56333","56357","56367","56373","56377","56379"],"st":"MN"}},"27011":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.835419161978,45.586128692881],[-96.253026,45.585526],[-96.241328,45.412667],[-96.117036,45.411993],[-96.103614,45.176675],[-96.311413,45.251597],[-96.457553498485,45.268897928718],[-96.470077603049,45.326799649392],[-96.521787,45.375645],[-96.710786,45.43693],[-96.835419161978,45.586128692881]]]},"properties":{"id":"27011","n":"Big Stone","z":["56210","56211","56221","56225","56227","56236","56240","56276","56278"],"st":"MN"}},"27013":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.371731,44.264448],[-94.046671,44.154374],[-94.011868,44.23952],[-93.768031,44.239384],[-93.767971,44.195836],[-93.767761,43.847956],[-94.247123,43.847946],[-94.368974,43.848047],[-94.36885,44.108698],[-94.371731,44.264448]]]},"properties":{"id":"27013","n":"Blue Earth","z":["56001","56002","56010","56024","56034","56037","56048","56055","56062","56063","56065","56068","56073","56078","56080","56088","56090"],"st":"MN"}},"27015":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.865824,44.498218],[-94.78063,44.45665],[-94.666062,44.394048],[-94.491333,44.359676],[-94.371731,44.264448],[-94.36885,44.108698],[-94.859803,44.108016],[-95.100221,44.108034],[-95.108777,44.195044],[-95.10748,44.281768],[-94.866259,44.282372],[-94.865824,44.498218]]]},"properties":{"id":"27015","n":"Brown","z":["55333","56019","56030","56041","56062","56073","56081","56083","56084","56085","56087","56266"],"st":"MN"}},"27017":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.061529,46.76655],[-92.301676,46.764134],[-92.292192,46.663242],[-92.292759802428,46.41721950288],[-93.054847,46.419269],[-93.061529,46.76655]]]},"properties":{"id":"27017","n":"Carlton","z":["55707","55718","55720","55726","55733","55749","55756","55757","55767","55780","55783","55787","55797","55798","55810"],"st":"MN"}},"27019":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.012236,44.978712],[-93.767367,44.977964],[-93.767041,44.890862],[-93.520706,44.891502],[-93.520431,44.804263],[-93.578663,44.794373],[-93.618141,44.707096],[-93.768039,44.640303],[-93.888831,44.673409],[-93.888636,44.717044],[-94.010494,44.717464],[-94.012236,44.978712]]]},"properties":{"id":"27019","n":"Carver","z":["55315","55317","55318","55322","55328","55331","55339","55360","55367","55368","55375","55386","55387","55388","55395","55397","55554","55573","56011"],"st":"MN"}},"27021":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.787126,46.803943],[-94.659942,46.803716],[-94.670214,47.410151],[-94.416387,47.41183],[-94.416279,47.444828],[-94.327531,47.415844],[-94.095115,47.477972],[-94.042287,47.373112],[-93.911505,47.297868],[-93.77401,47.30506],[-93.775257,47.030418],[-93.776024,46.802891],[-94.34291,46.805529],[-94.330936,46.631208],[-94.341679,46.277705],[-94.426529,46.332336],[-94.534724,46.302797],[-94.653462,46.348678],[-94.731442,46.368605],[-94.779121,46.394215],[-94.787126,46.803943]]]},"properties":{"id":"27021","n":"Cass","z":["55785","56401","56433","56435","56448","56452","56461","56466","56468","56472","56473","56474","56477","56479","56481","56484","56626","56633","56636","56641","56655","56662","56672"],"st":"MN"}},"27023":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.036698,45.152206],[-95.24649,45.152384],[-95.24852,44.89131],[-95.482889,44.890712],[-95.482843,44.752505],[-95.498078,44.789461],[-95.736696,44.93604],[-96.036698,45.152206]]]},"properties":{"id":"27023","n":"Chippewa","z":["56208","56222","56241","56252","56260","56262","56265","56271","56282","56295"],"st":"MN"}},"27025":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.141793,45.730657],[-92.840742106625,45.72939673447],[-92.886697124409,45.644148],[-92.881136,45.573409],[-92.756906,45.557499],[-92.646768,45.437929],[-92.748267674686,45.29605938651],[-93.01944,45.296929],[-93.019563,45.41177],[-93.022274,45.557154],[-93.141974,45.558109],[-93.141793,45.730657]]]},"properties":{"id":"27025","n":"Chisago","z":["55006","55008","55012","55013","55025","55032","55045","55056","55067","55069","55073","55074","55079","55080","55084","55092"],"st":"MN"}},"27027":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.826569127228,47.150539],[-96.194671,47.151149],[-96.174108,46.977375],[-96.174587,46.717854],[-96.17227,46.630709],[-96.280977,46.630765],[-96.785786182598,46.629590849261],[-96.78978651305,46.635746672717],[-96.763973,46.912507],[-96.833504,47.01011],[-96.826569127228,47.150539]]]},"properties":{"id":"27027","n":"Clay","z":["56514","56519","56525","56529","56536","56546","56547","56549","56552","56554","56560","56562","56563","56580","56585","58107","58108","58109","58124","58125","58126"],"st":"MN"}},"27029":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.582887,48.020557],[-95.229133,48.019958],[-95.277834,47.925346],[-95.193705,47.872544],[-95.183216,47.412773],[-95.169172,47.152515],[-95.551186,47.151453],[-95.554248,47.499893],[-95.578839,47.673677],[-95.582155,47.933966],[-95.582887,48.020557]]]},"properties":{"id":"27029","n":"Clearwater","z":["56470","56557","56589","56621","56634","56644","56652","56671","56676","56678"],"st":"MN"}},"27031":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.032539461265,48.190578821899],[-90.843624,48.243576],[-90.775962,48.122229],[-90.703702,48.096009],[-90.566113,48.12262],[-90.471019,48.106076],[-90.136191,48.112136],[-90.029626,48.087588],[-89.973433,48.02035],[-89.868153,47.989898],[-89.749314,48.023325],[-89.489226,48.014528],[-89.974296,47.830514],[-90.537105,47.703055],[-90.735927,47.624343],[-91.023124717702,47.464963516061],[-91.020737,47.887995],[-91.032539461265,48.190578821899]]]},"properties":{"id":"27031","n":"Cook","z":["55604","55605","55606","55612","55613","55615"],"st":"MN"}},"27033":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.462547,44.195942],[-95.108777,44.195044],[-95.100221,44.108034],[-94.859803,44.108016],[-94.859388,43.848093],[-95.452502,43.847953],[-95.462427,43.847911],[-95.462547,44.195942]]]},"properties":{"id":"27033","n":"Cottonwood","z":["56019","56083","56101","56118","56131","56137","56145","56152","56159","56166","56174","56180","56183"],"st":"MN"}},"27035":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.341679,46.277705],[-94.330936,46.631208],[-94.34291,46.805529],[-93.776024,46.802891],[-93.777905,46.589671],[-93.810407,46.250948],[-93.796281,46.243199],[-93.810362,46.156585],[-94.374592,46.157093],[-94.341679,46.277705]]]},"properties":{"id":"27035","n":"Crow Wing","z":["56338","56364","56401","56425","56431","56435","56441","56442","56444","56447","56448","56449","56450","56455","56456","56459","56465","56468","56472","56474","56972"],"st":"MN"}},"27037":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.329615,44.791086],[-93.178539,44.888338],[-93.09607,44.923287],[-93.020044,44.89075],[-93.015961,44.775564],[-92.792360799671,44.758983813697],[-92.731623851303,44.71492278526],[-92.732043,44.629493],[-92.792584,44.629722],[-92.792715,44.54324],[-93.039344,44.51535],[-93.039485,44.471871],[-93.281686,44.471998],[-93.281521,44.543957],[-93.318731,44.630578],[-93.329615,44.791086]]]},"properties":{"id":"27037","n":"Dakota","z":["55009","55024","55031","55033","55044","55057","55065","55068","55075","55076","55077","55085","55089","55118","55120","55121","55122","55123","55124","55150","55306","55337"],"st":"MN"}},"27039":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.04591,44.196716],[-93.041159,44.196726],[-92.678717,44.195516],[-92.689391,43.84857],[-93.045966,43.848467],[-93.04591,44.196716]]]},"properties":{"id":"27039","n":"Dodge","z":["55917","55924","55927","55940","55944","55955","55963","55985"],"st":"MN"}},"27041":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.76975,46.10745],[-95.14588,46.106761],[-95.139731,45.773416],[-95.13967,45.758891],[-95.758508,45.759932],[-95.76975,46.10745]]]},"properties":{"id":"27041","n":"Douglas","z":["56308","56315","56319","56326","56327","56332","56334","56339","56341","56343","56349","56354","56355","56360","56361","56385","56446"],"st":"MN"}},"27043":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.247123,43.847946],[-93.767761,43.847956],[-93.64829,43.848139],[-93.648533031174,43.499535489675],[-93.970761558528,43.499605003207],[-94.247967441555,43.500175476708],[-94.247123,43.847946]]]},"properties":{"id":"27043","n":"Faribault","z":["56013","56014","56023","56025","56027","56033","56047","56051","56068","56097","56098"],"st":"MN"}},"27045":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.448965,43.834105],[-92.438491,43.848241],[-92.079292,43.84708],[-91.730424,43.846935],[-91.730216997838,43.500685700946],[-92.079801993128,43.500704885177],[-92.448947951438,43.500414988563],[-92.448965,43.834105]]]},"properties":{"id":"27045","n":"Fillmore","z":["55922","55923","55935","55939","55949","55951","55954","55961","55962","55965","55971","55974","55975","55976","55979","55990"],"st":"MN"}},"27047":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.64829,43.848139],[-93.406642,43.84812],[-93.049524,43.848443],[-93.049192007816,43.499557480025],[-93.49735132522,43.499530724512],[-93.648533031174,43.499535489675],[-93.64829,43.848139]]]},"properties":{"id":"27047","n":"Freeborn","z":["55912","55917","55953","56007","56009","56016","56020","56026","56029","56032","56035","56036","56042","56043","56045","56072","56089","56097"],"st":"MN"}},"27049":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.039485,44.471871],[-93.039344,44.51535],[-92.792715,44.54324],[-92.792584,44.629722],[-92.732043,44.629493],[-92.731623851303,44.71492278526],[-92.54928,44.577704],[-92.316933133406,44.539276012203],[-92.245364649005,44.454251124352],[-92.430277,44.455321],[-92.430629,44.368291],[-92.550733,44.368521],[-92.550871,44.194916],[-92.678717,44.195516],[-93.041159,44.196726],[-93.039485,44.471871]]]},"properties":{"id":"27049","n":"Goodhue","z":["55009","55018","55026","55027","55033","55041","55053","55065","55066","55089","55946","55956","55963","55983","55985","55992"],"st":"MN"}},"27051":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.265366,46.10861],[-95.76975,46.10745],[-95.758508,45.759932],[-96.254022,45.75982],[-96.26614,46.02161],[-96.265366,46.10861]]]},"properties":{"id":"27051","n":"Grant","z":["56248","56274","56309","56311","56339","56343","56531","56565","56590"],"st":"MN"}},"27053":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.767367,44.977964],[-93.761874,45.081244],[-93.521653,45.246618],[-93.51219,45.245683],[-93.311544,45.143778],[-93.226929,45.035671],[-93.178539,44.888338],[-93.329615,44.791086],[-93.520431,44.804263],[-93.520706,44.891502],[-93.767041,44.890862],[-93.767367,44.977964]]]},"properties":{"id":"27053","n":"Hennepin","z":["55111","55305","55311","55316","55327","55328","55331","55340","55341","55343","55344","55345","55346","55347","55356","55357","55359","55361","55364","55369","55373","55374","55375","55384","55387","55388","55391","55392","55401","55402","55403","55404","55405","55406","55407","55408","55409","55410","55411","55412","55413","55414","55415","55416","55417","55418","55419","55420","55421","55422","55423","55424","55425","55426","55427","55428","55429","55430","55431","55435","55436","55437","55438","55439","55440","55441","55442","55443","55444","55445","55446","55447","55450","55454","55455","55458","55459","55460","55467","55470","55472","55474","55478","55479","55480","55483","55484","55485","55486","55487","55488","55569","55572","55577","55592","55593","55599"],"st":"MN"}},"27055":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.730424,43.846935],[-91.287655627367,43.847065],[-91.257000156006,43.725658737222],[-91.273252,43.666623],[-91.217706,43.50055],[-91.610835000554,43.500687846779],[-91.730216997838,43.500685700946],[-91.730424,43.846935]]]},"properties":{"id":"27055","n":"Houston","z":["55919","55921","55931","55941","55942","55943","55947","55954","55971","55974"],"st":"MN"}},"27057":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.183216,47.412773],[-94.670214,47.410151],[-94.659942,46.803716],[-94.787126,46.803943],[-95.16301,46.80472],[-95.169172,47.152515],[-95.183216,47.412773]]]},"properties":{"id":"27057","n":"Hubbard","z":["56433","56436","56458","56461","56464","56467","56470","56601","56633","56678"],"st":"MN"}},"27059":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.513683,45.734318],[-93.141793,45.730657],[-93.141974,45.558109],[-93.022274,45.557154],[-93.019563,45.41177],[-93.51007,45.414798],[-93.510704,45.558772],[-93.513683,45.734318]]]},"properties":{"id":"27059","n":"Isanti","z":["55006","55008","55017","55029","55040","55056","55070","55078","55079","55080","55371","55398","56353","56358"],"st":"MN"}},"27061":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.418543,47.845816],[-93.776173,47.846404],[-93.775772,47.89895],[-93.081158,47.89187],[-93.061253,47.720187],[-93.0695,47.393915],[-93.055943,47.026415],[-93.775257,47.030418],[-93.77401,47.30506],[-93.911505,47.297868],[-94.042287,47.373112],[-94.095115,47.477972],[-94.327531,47.415844],[-94.416279,47.444828],[-94.418543,47.845816]]]},"properties":{"id":"27061","n":"Itasca","z":["55709","55716","55721","55722","55723","55730","55736","55742","55744","55745","55746","55748","55752","55753","55764","55769","55775","55781","55784","55786","55793","56628","56630","56631","56636","56637","56639","56657","56659","56661","56680","56681","56688"],"st":"MN"}},"27063":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.452502,43.847953],[-94.859388,43.848093],[-94.854444,43.848099],[-94.854555067611,43.500553419152],[-94.914613484714,43.500595872986],[-95.387787594022,43.500478728907],[-95.454432238661,43.50032208525],[-95.452502,43.847953]]]},"properties":{"id":"27063","n":"Jackson","z":{"1":"56101","2":"56111","3":"56118","4":"56119","5":"56137","6":"56143","7":"56150","8":"56159","9":"56160","10":"56161","11":"56167","12":"56187","32":"51360"},"st":"MN"}},"27065":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.431831,46.153991],[-93.053871,46.15812],[-93.055081,45.981233],[-93.142869,45.981005],[-93.141793,45.730657],[-93.513683,45.734318],[-93.51808,45.981789],[-93.432492,45.981398],[-93.431831,46.153991]]]},"properties":{"id":"27065","n":"Kanabec","z":["55006","55007","55030","55037","55051","55072","56342","56353","56358"],"st":"MN"}},"27067":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.255206,45.412525],[-95.13173,45.412402],[-94.762934,45.412861],[-94.76308,45.3261],[-94.758189,44.892097],[-95.24852,44.89131],[-95.24649,45.152384],[-95.255206,45.412525]]]},"properties":{"id":"27067","n":"Kandiyohi","z":["56201","56209","56216","56251","56252","56253","56273","56279","56281","56282","56284","56288","56289","56312","56316","56362"],"st":"MN"}},"27069":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.229039,49.000687],[-96.405408,48.999984],[-96.404924,48.71707],[-96.387835,48.544308],[-97.147723568301,48.543891683651],[-97.100009,48.667926],[-97.227854,48.945864],[-97.229039,49.000687]]]},"properties":{"id":"27069","n":"Kittson","z":{"0":"56720","1":"56728","2":"56729","3":"56731","4":"56732","5":"56733","6":"56734","7":"56735","8":"56740","9":"56755","19":"58225"},"st":"MN"}},"27071":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.430201279234,48.698308785528],[-94.281797,48.705255],[-94.250191,48.656323],[-93.844008,48.629395],[-93.815178,48.526508],[-93.674568,48.516297],[-93.467504,48.545664],[-93.464308,48.591792],[-93.207398,48.642474],[-93.088454535286,48.626814218496],[-93.096488,48.067826],[-93.081158,47.89187],[-93.775772,47.89895],[-93.776173,47.846404],[-94.418543,47.845816],[-94.428702,48.367333],[-94.430201279234,48.698308785528]]]},"properties":{"id":"27071","n":"Koochiching","z":["55771","55772","56623","56627","56629","56639","56649","56653","56654","56658","56660","56661","56668","56669","56679"],"st":"MN"}},"27073":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.457553498485,45.268897928718],[-96.311413,45.251597],[-96.103614,45.176675],[-96.036698,45.152206],[-95.736696,44.93604],[-95.737309,44.891479],[-95.847452,44.891799],[-95.849009,44.805347],[-96.454830515554,44.805550204046],[-96.455840113634,44.97734524828],[-96.457553498485,45.268897928718]]]},"properties":{"id":"27073","n":"Lac qui Parle","z":["56208","56212","56218","56220","56232","56256","56257","56265","56276","56278"],"st":"MN"}},"27075":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.797283579909,48.205775915454],[-91.714931,48.19913],[-91.692366,48.11933],[-91.559272,48.108268],[-91.542512,48.053268],[-91.250112,48.084087],[-91.032539461265,48.190578821899],[-91.020737,47.887995],[-91.023124717702,47.464963516061],[-91.456965,47.139156],[-91.573817,47.089917],[-91.793995912081,46.942780647142],[-91.787928,47.546817],[-91.799114,47.732178],[-91.797283579909,48.205775915454]]]},"properties":{"id":"27075","n":"Lake","z":["55601","55603","55607","55609","55614","55616","55731"],"st":"MN"}},"27077":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.319888783472,48.99875834401],[-95.153711,48.998903],[-95.153314,49.384358],[-95.058404,49.35317],[-94.952111,49.368679],[-94.816222,49.320987],[-94.774228,49.124994],[-94.683069,48.883929],[-94.694312,48.789352],[-94.61901,48.737374],[-94.430201279234,48.698308785528],[-94.428702,48.367333],[-95.210953,48.365971],[-95.211966,48.539961],[-95.34254,48.540211],[-95.34273,48.713028],[-95.089863,48.713062],[-95.091464,48.920618],[-95.235606,48.88145],[-95.30104,48.904216],[-95.319888783472,48.99875834401]]]},"properties":{"id":"27077","n":"Lake of the Woods","z":["56623","56673","56686","56711","56741"],"st":"MN"}},"27079":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.92955,44.456716],[-93.910405,44.543163],[-93.524327,44.543618],[-93.525231,44.196134],[-93.767971,44.195836],[-93.768031,44.239384],[-94.011868,44.23952],[-93.932685,44.344885],[-93.92955,44.456716]]]},"properties":{"id":"27079","n":"Le Sueur","z":["56011","56017","56028","56044","56050","56052","56057","56058","56063","56069","56071","56082","56096"],"st":"MN"}},"27081":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.453806699667,44.631335831948],[-96.09295,44.630486],[-96.07858,44.19662],[-96.452435854669,44.196779540095],[-96.453291313599,44.543636801818],[-96.453806699667,44.631335831948]]]},"properties":{"id":"27081","n":"Lincoln","z":{"0":"56113","1":"56136","2":"56142","3":"56149","4":"56164","5":"56178","6":"56220","7":"56264","8":"56280","9":"56291","20":"57026"},"st":"MN"}},"27083":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.09295,44.630486],[-95.604001,44.629945],[-95.594817,44.542305],[-95.59357,44.19553],[-96.063778,44.196425],[-96.07858,44.19662],[-96.09295,44.630486]]]},"properties":{"id":"27083","n":"Lyon","z":["56115","56132","56157","56169","56170","56175","56178","56229","56239","56258","56263","56264","56291"],"st":"MN"}},"27085":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.256074,44.979465],[-94.012236,44.978712],[-94.010494,44.717464],[-94.254076,44.717855],[-94.254719,44.630311],[-94.497835,44.629921],[-94.498074,44.717171],[-94.502395,44.892295],[-94.501885,44.979695],[-94.256074,44.979465]]]},"properties":{"id":"27085","n":"McLeod","z":["55312","55336","55350","55354","55370","55381","55385","55395","55397"],"st":"MN"}},"27087":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.067621,47.499136],[-95.554248,47.499893],[-95.551186,47.151453],[-96.067069,47.151813],[-96.067621,47.499136]]]},"properties":{"id":"27087","n":"Mahnomen","z":["56516","56542","56557","56566","56589","56592","56621","56651"],"st":"MN"}},"27089":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.148103466134,48.540744046187],[-97.147723568301,48.543891683651],[-96.387835,48.544308],[-95.602315,48.538887],[-95.593788,48.172916],[-96.500843,48.174108],[-97.145844959475,48.173223482991],[-97.141910387198,48.193627618875],[-97.129533,48.257815],[-97.148103466134,48.540744046187]]]},"properties":{"id":"27089","n":"Marshall","z":["56701","56710","56713","56724","56725","56727","56732","56737","56738","56744","56757","56758","56759","56760","56762"],"st":"MN"}},"27091":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.854444,43.848099],[-94.368974,43.848047],[-94.247123,43.847946],[-94.247967441555,43.500175476708],[-94.442849989718,43.500478507655],[-94.854555067611,43.500553419152],[-94.854444,43.848099]]]},"properties":{"id":"27091","n":"Martin","z":["56013","56027","56031","56039","56075","56088","56098","56121","56127","56160","56162","56171","56176","56181"],"st":"MN"}},"27093":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.76308,45.3261],[-94.383744,45.326727],[-94.383449,45.282797],[-94.260821,45.283941],[-94.256074,44.979465],[-94.501885,44.979695],[-94.502395,44.892295],[-94.758189,44.892097],[-94.76308,45.3261]]]},"properties":{"id":"27093","n":"Meeker","z":["55324","55325","55329","55350","55353","55355","55382","55389","56209","56228","56243","56362"],"st":"MN"}},"27095":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.796281,46.243199],[-93.430648,46.246412],[-93.431831,46.153991],[-93.432492,45.981398],[-93.51808,45.981789],[-93.513683,45.734318],[-93.510704,45.558772],[-93.759435,45.559646],[-93.763948,45.822143],[-93.810321,45.98308],[-93.810362,46.156585],[-93.796281,46.243199]]]},"properties":{"id":"27095","n":"Mille Lacs","z":["55371","55377","56313","56330","56342","56353","56357","56358","56359","56363","56386","56450"],"st":"MN"}},"27097":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.653462,46.348678],[-94.534724,46.302797],[-94.426529,46.332336],[-94.341679,46.277705],[-94.374592,46.157093],[-93.810362,46.156585],[-93.810321,45.98308],[-93.763948,45.822143],[-94.353112,45.821967],[-94.271776,45.775208],[-94.64399,45.77395],[-94.653462,46.348678]]]},"properties":{"id":"27097","n":"Morrison","z":["56314","56317","56318","56328","56329","56338","56340","56344","56345","56364","56373","56382","56384","56443","56449","56466","56473","56475"],"st":"MN"}},"27099":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.049524,43.848443],[-93.045966,43.848467],[-92.689391,43.84857],[-92.448965,43.834105],[-92.448947951438,43.500414988563],[-92.553161,43.5003],[-93.024347900542,43.49955616363],[-93.049192007816,43.499557480025],[-93.049524,43.848443]]]},"properties":{"id":"27099","n":"Mower","z":["55909","55912","55917","55918","55926","55933","55936","55950","55951","55953","55961","55967","55970","55973","55975","55977","55982"],"st":"MN"}},"27101":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.063778,44.196425],[-95.59357,44.19553],[-95.462547,44.195942],[-95.462427,43.847911],[-96.05232,43.84907],[-96.06462,43.849039],[-96.063778,44.196425]]]},"properties":{"id":"27101","n":"Murray","z":["56114","56115","56122","56123","56125","56128","56131","56132","56141","56151","56170","56172","56175","56180","56183","56186"],"st":"MN"}},"27103":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.78063,44.45665],[-94.6242,44.45603],[-93.92955,44.456716],[-93.932685,44.344885],[-94.011868,44.23952],[-94.046671,44.154374],[-94.371731,44.264448],[-94.491333,44.359676],[-94.666062,44.394048],[-94.78063,44.45665]]]},"properties":{"id":"27103","n":"Nicollet","z":["55332","55334","55335","56003","56021","56054","56058","56073","56074","56082"],"st":"MN"}},"27105":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.05232,43.84907],[-95.462427,43.847911],[-95.452502,43.847953],[-95.454432238661,43.50032208525],[-95.860946201572,43.499992884906],[-96.05316283451,43.500187708157],[-96.05232,43.84907]]]},"properties":{"id":"27105","n":"Nobles","z":["56110","56117","56119","56122","56128","56129","56131","56141","56147","56153","56155","56158","56165","56167","56168","56185","56187"],"st":"MN"}},"27107":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.855959349053,47.499173229529],[-96.067621,47.499136],[-96.067069,47.151813],[-96.194671,47.151149],[-96.826569127228,47.150539],[-96.836009594542,47.237981875487],[-96.855959349053,47.499173229529]]]},"properties":{"id":"27107","n":"Norman","z":["56510","56516","56519","56540","56541","56545","56548","56550","56557","56561","56574","56581","56584"],"st":"MN"}},"27109":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.689391,43.84857],[-92.678717,44.195516],[-92.550871,44.194916],[-92.318986,44.194057],[-92.318971,44.107734],[-92.079491,44.106988],[-92.079292,43.84708],[-92.438491,43.848241],[-92.448965,43.834105],[-92.689391,43.84857]]]},"properties":{"id":"27109","n":"Olmsted","z":["55901","55902","55903","55904","55905","55906","55920","55923","55929","55932","55934","55940","55944","55956","55960","55963","55964","55972","55976","55991"],"st":"MN"}},"27111":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.280977,46.630765],[-96.17227,46.630709],[-96.174587,46.717854],[-95.16371,46.71764],[-95.15557,46.36888],[-95.14588,46.106761],[-95.76975,46.10745],[-96.265366,46.10861],[-96.28,46.28222],[-96.280977,46.630765]]]},"properties":{"id":"27111","n":"Otter Tail","z":["56309","56315","56324","56326","56361","56437","56446","56453","56464","56477","56482","56501","56514","56515","56518","56522","56524","56527","56528","56533","56534","56537","56538","56544","56551","56567","56571","56572","56573","56576","56579","56586","56587","56588"],"st":"MN"}},"27113":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.500843,48.174108],[-95.593788,48.172916],[-95.582887,48.020557],[-95.582155,47.933966],[-95.709619,47.935805],[-95.70984,47.96433],[-96.48255,47.963595],[-96.500843,48.174108]]]},"properties":{"id":"27113","n":"Pennington","z":["56684","56701","56725","56742","56748","56750","56754"],"st":"MN"}},"27115":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.053871,46.15812],[-93.054847,46.419269],[-92.292759802428,46.41721950288],[-92.293830608579,46.157321306496],[-92.294033,46.074377],[-92.35176,46.015685],[-92.545682,45.970118],[-92.721128,45.883805],[-92.840742106625,45.72939673447],[-93.141793,45.730657],[-93.142869,45.981005],[-93.055081,45.981233],[-93.053871,46.15812]]]},"properties":{"id":"27115","n":"Pine","z":["55006","55007","55030","55036","55037","55063","55069","55072","55704","55712","55735","55749","55756","55767","55783","55795"],"st":"MN"}},"27117":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.452435854669,44.196779540095],[-96.07858,44.19662],[-96.063778,44.196425],[-96.06462,43.849039],[-96.452909574366,43.849506893018],[-96.452435854669,44.196779540095]]]},"properties":{"id":"27117","n":"Pipestone","z":{"0":"56128","1":"56139","2":"56140","3":"56144","4":"56149","5":"56164","6":"56170","7":"56186","15":"56177"},"st":"MN"}},"27119":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.145844959475,48.173223482991],[-96.500843,48.174108],[-96.48255,47.963595],[-96.482092,47.847428],[-96.352708,47.847328],[-96.351727,47.7603],[-95.837177,47.760894],[-95.836827,47.848219],[-95.709148,47.848594],[-95.709619,47.935805],[-95.582155,47.933966],[-95.578839,47.673677],[-95.554248,47.499893],[-96.067621,47.499136],[-96.855959349053,47.499173229529],[-96.89349330134,47.672126959444],[-96.996364,47.844398],[-97.145844959475,48.173223482991]]]},"properties":{"id":"27119","n":"Polk","z":["56517","56523","56535","56540","56542","56556","56568","56592","56621","56634","56644","56646","56651","56684","56710","56715","56716","56721","56722","56723","56736","56742","56744","56750","56762"],"st":"MN"}},"27121":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.758508,45.759932],[-95.13967,45.758891],[-95.13173,45.412402],[-95.255206,45.412525],[-95.747402,45.412313],[-95.758508,45.759932]]]},"properties":{"id":"27121","n":"Pope","z":["56215","56226","56244","56308","56316","56323","56327","56334","56343","56349","56381","56385"],"st":"MN"}},"27123":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.020518,45.123866],[-92.984619,45.123622],[-92.984192,44.890814],[-93.020044,44.89075],[-93.09607,44.923287],[-93.178539,44.888338],[-93.226929,45.035671],[-93.227696,45.124533],[-93.020518,45.123866]]]},"properties":{"id":"27123","n":"Ramsey","z":["55038","55101","55102","55103","55104","55105","55106","55107","55108","55109","55110","55112","55113","55114","55116","55117","55118","55119","55126","55127","55130","55133","55144","55145","55146","55155","55164","55165","55170","55175","55418","55421","55432","55449"],"st":"MN"}},"27125":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.48255,47.963595],[-95.70984,47.96433],[-95.709619,47.935805],[-95.709148,47.848594],[-95.836827,47.848219],[-95.837177,47.760894],[-96.351727,47.7603],[-96.352708,47.847328],[-96.482092,47.847428],[-96.48255,47.963595]]]},"properties":{"id":"27125","n":"Red Lake","z":["56535","56715","56716","56736","56742","56748","56750"],"st":"MN"}},"27127":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.594817,44.542305],[-95.3604,44.541762],[-95.360177,44.69854],[-95.244218,44.66706],[-95.132652,44.596443],[-94.865824,44.498218],[-94.866259,44.282372],[-95.10748,44.281768],[-95.108777,44.195044],[-95.462547,44.195942],[-95.59357,44.19553],[-95.594817,44.542305]]]},"properties":{"id":"27127","n":"Redwood","z":["55333","56083","56085","56087","56152","56166","56175","56180","56214","56224","56255","56258","56263","56266","56270","56283","56284","56287","56292","56293","56294"],"st":"MN"}},"27129":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.24852,44.89131],[-94.758189,44.892097],[-94.502395,44.892295],[-94.498074,44.717171],[-94.629489,44.716663],[-94.6242,44.45603],[-94.78063,44.45665],[-94.865824,44.498218],[-95.132652,44.596443],[-95.244218,44.66706],[-95.360177,44.69854],[-95.482843,44.752505],[-95.482889,44.890712],[-95.24852,44.89131]]]},"properties":{"id":"27129","n":"Renville","z":["55310","55314","55332","55333","55342","55350","55385","56228","56230","56241","56260","56270","56277","56283","56284","56285"],"st":"MN"}},"27131":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.524327,44.543618],[-93.281521,44.543957],[-93.281686,44.471998],[-93.039485,44.471871],[-93.041159,44.196726],[-93.04591,44.196716],[-93.406565,44.196377],[-93.525231,44.196134],[-93.524327,44.543618]]]},"properties":{"id":"27131","n":"Rice","z":["55010","55018","55019","55021","55046","55049","55052","55053","55057","55087","55088","55946","56052","56069","56071","56093","56096"],"st":"MN"}},"27133":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.452909574366,43.849506893018],[-96.06462,43.849039],[-96.05232,43.84907],[-96.05316283451,43.500187708157],[-96.45326,43.50039],[-96.452909574366,43.849506893018]]]},"properties":{"id":"27133","n":"Rock","z":{"0":"56116","1":"56128","2":"56129","3":"56134","4":"56138","5":"56144","6":"56146","7":"56147","8":"56156","9":"56158","10":"56173","22":"57030","23":"57068"},"st":"MN"}},"27135":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.405408,48.999984],[-95.319888783472,48.99875834401],[-95.30104,48.904216],[-95.235606,48.88145],[-95.091464,48.920618],[-95.089863,48.713062],[-95.34273,48.713028],[-95.34254,48.540211],[-95.602315,48.538887],[-96.387835,48.544308],[-96.404924,48.71707],[-96.405408,48.999984]]]},"properties":{"id":"27135","n":"Roseau","z":["56673","56714","56726","56732","56735","56751","56756","56759","56761","56763"],"st":"MN"}},"27137":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.088454535286,48.626814218496],[-92.954876,48.631493],[-92.728046,48.53929],[-92.634931,48.542873],[-92.657101,48.466915],[-92.456325,48.414204],[-92.469948,48.351836],[-92.369174,48.220268],[-92.314665,48.240527],[-92.26228,48.354933],[-92.055228,48.359213],[-91.980772,48.247801],[-91.797283579909,48.205775915454],[-91.799114,47.732178],[-91.787928,47.546817],[-91.793995912081,46.942780647142],[-92.062088,46.804038],[-92.01529,46.706469],[-92.143338,46.731596],[-92.205492,46.664741],[-92.292192,46.663242],[-92.301676,46.764134],[-93.061529,46.76655],[-93.055943,47.026415],[-93.0695,47.393915],[-93.061253,47.720187],[-93.081158,47.89187],[-93.096488,48.067826],[-93.088454535286,48.626814218496]]]},"properties":{"id":"27137","n":"Saint Louis","z":["55602","55616","55702","55703","55705","55706","55708","55710","55711","55713","55717","55719","55720","55723","55724","55725","55731","55732","55734","55736","55738","55741","55746","55750","55751","55758","55763","55765","55766","55768","55771","55777","55779","55781","55782","55790","55791","55792","55796","55798","55801","55802","55803","55804","55805","55806","55807","55808","55810","55811","55812","55814","55815","55816","56649","56669"],"st":"MN"}},"27139":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.768039,44.640303],[-93.618141,44.707096],[-93.578663,44.794373],[-93.520431,44.804263],[-93.329615,44.791086],[-93.318731,44.630578],[-93.281521,44.543957],[-93.524327,44.543618],[-93.910405,44.543163],[-93.902479,44.587647],[-93.768039,44.640303]]]},"properties":{"id":"27139","n":"Scott","z":["55020","55044","55054","55088","55352","55372","55378","55379","56011","56071"],"st":"MN"}},"27141":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.149467,45.559066],[-93.759435,45.559646],[-93.510704,45.558772],[-93.51007,45.414798],[-93.51219,45.245683],[-93.521653,45.246618],[-93.563814,45.301136],[-93.75661,45.294721],[-94.047327,45.422861],[-94.141989,45.493243],[-94.149467,45.559066]]]},"properties":{"id":"27141","n":"Sherburne","z":["55308","55309","55319","55330","55371","55398","56304"],"st":"MN"}},"27143":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.498074,44.717171],[-94.497835,44.629921],[-94.254719,44.630311],[-94.254076,44.717855],[-94.010494,44.717464],[-93.888636,44.717044],[-93.888831,44.673409],[-93.768039,44.640303],[-93.902479,44.587647],[-93.910405,44.543163],[-93.92955,44.456716],[-94.6242,44.45603],[-94.629489,44.716663],[-94.498074,44.717171]]]},"properties":{"id":"27143","n":"Sibley","z":["55307","55314","55334","55335","55336","55338","55339","55366","55385","55396","56011","56044","56054","56058"],"st":"MN"}},"27145":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.139731,45.773416],[-94.64399,45.77395],[-94.271776,45.775208],[-94.182651,45.67958],[-94.149467,45.559066],[-94.141989,45.493243],[-94.047327,45.422861],[-94.09272,45.342467],[-94.260821,45.283941],[-94.383449,45.282797],[-94.383744,45.326727],[-94.76308,45.3261],[-94.762934,45.412861],[-95.13173,45.412402],[-95.13967,45.758891],[-95.139731,45.773416]]]},"properties":{"id":"27145","n":"Stearns","z":["55320","55329","55353","55382","55389","56301","56302","56303","56307","56310","56312","56314","56316","56320","56321","56325","56331","56335","56336","56340","56352","56356","56362","56367","56368","56369","56371","56372","56374","56375","56376","56377","56378","56387","56388","56393","56395","56396","56397","56398","56399"],"st":"MN"}},"27147":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.406565,44.196377],[-93.04591,44.196716],[-93.045966,43.848467],[-93.049524,43.848443],[-93.406642,43.84812],[-93.406565,44.196377]]]},"properties":{"id":"27147","n":"Steele","z":["55049","55052","55060","55917","55924","55985","56026","56046","56072","56093"],"st":"MN"}},"27149":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.254022,45.75982],[-95.758508,45.759932],[-95.747402,45.412313],[-96.117036,45.411993],[-96.241328,45.412667],[-96.253026,45.585526],[-96.254022,45.75982]]]},"properties":{"id":"27149","n":"Stevens","z":["56207","56221","56235","56244","56248","56267","56323","56343"],"st":"MN"}},"27151":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.117036,45.411993],[-95.747402,45.412313],[-95.255206,45.412525],[-95.24649,45.152384],[-96.036698,45.152206],[-96.103614,45.176675],[-96.117036,45.411993]]]},"properties":{"id":"27151","n":"Swift","z":["56207","56208","56215","56226","56231","56244","56249","56252","56262","56271","56289"],"st":"MN"}},"27153":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.15557,46.36888],[-94.731442,46.368605],[-94.653462,46.348678],[-94.64399,45.77395],[-95.139731,45.773416],[-95.14588,46.106761],[-95.15557,46.36888]]]},"properties":{"id":"27153","n":"Todd","z":["56318","56319","56331","56336","56347","56360","56378","56382","56389","56434","56437","56438","56440","56443","56446","56453","56466","56479","56481","56482"],"st":"MN"}},"27155":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.563672,45.935245],[-96.572697494194,46.021891671358],[-96.26614,46.02161],[-96.254022,45.75982],[-96.253026,45.585526],[-96.835419161978,45.586128692881],[-96.82616,45.654164],[-96.672665,45.732336],[-96.587093,45.816445],[-96.563672,45.935245]]]},"properties":{"id":"27155","n":"Traverse","z":["56211","56219","56221","56236","56240","56248","56274","56296","56583"],"st":"MN"}},"27157":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.245364649005,44.454251124352],[-92.084528580493,44.404614314801],[-91.9636,44.362112],[-91.854499975298,44.197226519552],[-92.079236,44.192966],[-92.079491,44.106988],[-92.318971,44.107734],[-92.318986,44.194057],[-92.550871,44.194916],[-92.550733,44.368521],[-92.430629,44.368291],[-92.430277,44.455321],[-92.245364649005,44.454251124352]]]},"properties":{"id":"27157","n":"Wabasha","z":["55027","55041","55906","55910","55932","55945","55956","55957","55960","55964","55968","55981","55991"],"st":"MN"}},"27159":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.16301,46.80472],[-94.787126,46.803943],[-94.779121,46.394215],[-94.731442,46.368605],[-95.15557,46.36888],[-95.16371,46.71764],[-95.16301,46.80472]]]},"properties":{"id":"27159","n":"Wadena","z":["56434","56464","56470","56477","56479","56481","56482"],"st":"MN"}},"27161":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.767971,44.195836],[-93.525231,44.196134],[-93.406565,44.196377],[-93.406642,43.84812],[-93.64829,43.848139],[-93.767761,43.847956],[-93.767971,44.195836]]]},"properties":{"id":"27161","n":"Waseca","z":["55052","56026","56028","56048","56063","56068","56072","56078","56091","56093","56096","56097"],"st":"MN"}},"27163":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.01944,45.296929],[-92.748267674686,45.29605938651],[-92.766091408674,45.210021702423],[-92.740509,45.113396],[-92.802911,45.065403],[-92.761904,45.022467],[-92.767023265752,44.861976737098],[-92.792360799671,44.758983813697],[-93.015961,44.775564],[-93.020044,44.89075],[-92.984192,44.890814],[-92.984619,45.123622],[-93.020518,45.123866],[-93.01944,45.296929]]]},"properties":{"id":"27163","n":"Washington","z":["55001","55003","55016","55025","55033","55038","55042","55043","55047","55055","55071","55073","55082","55083","55090","55110","55115","55125","55128","55129"],"st":"MN"}},"27165":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.859803,44.108016],[-94.36885,44.108698],[-94.368974,43.848047],[-94.854444,43.848099],[-94.859388,43.848093],[-94.859803,44.108016]]]},"properties":{"id":"27165","n":"Watonwan","z":["56019","56022","56056","56060","56062","56081","56088","56120","56160","56162"],"st":"MN"}},"27167":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.785786182598,46.629590849261],[-96.280977,46.630765],[-96.28,46.28222],[-96.265366,46.10861],[-96.26614,46.02161],[-96.572697494194,46.021891671358],[-96.554507,46.083978],[-96.60104,46.319554],[-96.709095,46.435294],[-96.785786182598,46.629590849261]]]},"properties":{"id":"27167","n":"Wilkin","z":["56514","56520","56522","56543","56553","56560","56565","56579","56583","56594"],"st":"MN"}},"27169":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.079491,44.106988],[-92.079236,44.192966],[-91.854499975298,44.197226519552],[-91.55921556304,44.024209316581],[-91.423568699817,43.984296880323],[-91.287655627367,43.847065],[-91.730424,43.846935],[-92.079292,43.84708],[-92.079491,44.106988]]]},"properties":{"id":"27169","n":"Winona","z":["55910","55923","55925","55943","55947","55952","55959","55962","55964","55969","55971","55972","55979","55987","55988"],"st":"MN"}},"27171":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.260821,45.283941],[-94.09272,45.342467],[-94.047327,45.422861],[-93.75661,45.294721],[-93.563814,45.301136],[-93.521653,45.246618],[-93.761874,45.081244],[-93.767367,44.977964],[-94.012236,44.978712],[-94.256074,44.979465],[-94.260821,45.283941]]]},"properties":{"id":"27171","n":"Wright","z":["55301","55302","55313","55320","55321","55323","55327","55328","55330","55341","55349","55358","55362","55363","55373","55374","55376","55382","55388","55390","55575"],"st":"MN"}},"27173":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.454830515554,44.805550204046],[-95.849009,44.805347],[-95.847452,44.891799],[-95.737309,44.891479],[-95.736696,44.93604],[-95.498078,44.789461],[-95.482843,44.752505],[-95.360177,44.69854],[-95.3604,44.541762],[-95.594817,44.542305],[-95.604001,44.629945],[-96.09295,44.630486],[-96.453806699667,44.631335831948],[-96.454830515554,44.805550204046]]]},"properties":{"id":"27173","n":"Yellow Medicine","z":["56214","56218","56220","56223","56229","56237","56241","56245","56264","56265","56280","56291","56297"],"st":"MN"}},"28001":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.380124529983,31.73262695305],[-91.320458733282,31.747800614482],[-91.300257,31.672488],[-91.153864,31.610068],[-91.15815,31.346695],[-91.306294,31.360862],[-91.468435,31.31957],[-91.488954,31.22592],[-91.590993893064,31.191998565699],[-91.644356,31.234414],[-91.508858,31.291644],[-91.536061,31.338355],[-91.51714,31.498394],[-91.437616,31.546166],[-91.463817,31.620365],[-91.395715,31.644165],[-91.380124529983,31.73262695305]]]},"properties":{"id":"28001","n":"Adams","z":["39120","39121","39122","39165","39190","39661"],"st":"MS"}},"28003":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.823050501632,34.995207045695],[-88.786612,34.995252],[-88.380492511522,34.995792408222],[-88.363530268539,34.995746751797],[-88.365472,34.755604],[-88.718508,34.756781],[-88.752956,34.858775],[-88.823473,34.858629],[-88.823050501632,34.995207045695]]]},"properties":{"id":"28003","n":"Alcorn","z":["38683","38833","38834","38835","38846","38865"],"st":"MS"}},"28005":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.633302,31.349306],[-90.548199,31.349574],[-90.547574425233,30.999982101792],[-90.567195400658,30.9999450244],[-90.825829141292,30.999525355341],[-91.060127467997,30.999323935309],[-91.059469,31.281921],[-91.095398,31.320975],[-91.018012,31.347502],[-90.633302,31.349306]]]},"properties":{"id":"28005","n":"Amite","z":["39631","39633","39638","39645","39652","39653","39657","39664","39666"],"st":"MS"}},"28007":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.749441,33.214478],[-89.64528,33.285515],[-89.453808,33.285942],[-89.316408,33.285556],[-89.317855,33.108871],[-89.319163,32.931654],[-89.730154,32.929924],[-89.730016,32.885072],[-89.965882,32.879573],[-89.896363,32.932602],[-89.749441,33.214478]]]},"properties":{"id":"28007","n":"Attala","z":["39051","39067","39079","39090","39107","39108","39160","39171","39176","39192","39745"],"st":"MS"}},"28009":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.352679391848,34.993996141746],[-89.198287901495,34.994450530115],[-89.017127011552,34.994967612836],[-89.017551,34.858723],[-89.088065,34.815307],[-89.088488,34.598247],[-89.245645,34.583234],[-89.298334,34.582926],[-89.299227,34.844415],[-89.352705,34.844432],[-89.352679391848,34.993996141746]]]},"properties":{"id":"28009","n":"Benton","z":["38603","38610","38629","38633","38635","38642","38647","38650","38659","38663","38683"],"st":"MS"}},"28011":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.205644985948,33.546978370933],[-91.075389,33.714403],[-91.143287,33.747141],[-91.026782,33.763642],[-91.061247,33.877505],[-91.004981,33.977011],[-90.89242,34.02686],[-90.944795524309,34.116657205314],[-90.944080760194,34.120065294777],[-90.659457,34.118867],[-90.657002,33.987586],[-90.6586,33.616272],[-90.763469,33.616164],[-90.763509,33.529389],[-91.215671,33.529423],[-91.205644985948,33.546978370933]]]},"properties":{"id":"28011","n":"Bolivar","z":["38614","38702","38703","38720","38725","38726","38730","38732","38733","38740","38746","38759","38762","38764","38769","38772","38773","38774","38781"],"st":"MS"}},"28013":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.509748,34.162082],[-89.245485,34.161186],[-89.244436,34.073942],[-89.139158,34.074116],[-89.137876,33.812144],[-89.191781,33.738602],[-89.216469,33.721979],[-89.507135,33.721819],[-89.507353,33.867469],[-89.509748,34.162082]]]},"properties":{"id":"28013","n":"Calhoun","z":["38839","38850","38864","38878","38913","38914","38915","38916","38929","38951","38955","38965","39744"],"st":"MS"}},"28015":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.127775,33.676956],[-89.78689,33.676727],[-89.785227,33.416275],[-89.646314,33.402544],[-89.64528,33.285515],[-89.749441,33.214478],[-90.174614,33.333378],[-90.174756,33.417003],[-90.101401,33.45894],[-90.102971,33.66073],[-90.127775,33.676956]]]},"properties":{"id":"28015","n":"Carroll","z":["38901","38917","38923","38924","38930","38940","38943","38947","38954","38967","39095","39176","39192"],"st":"MS"}},"28017":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.139158,34.074116],[-88.824523,34.074948],[-88.718964,34.074521],[-88.719979,33.81133],[-88.931176,33.812374],[-88.931604,33.754312],[-89.034498,33.73943],[-89.191781,33.738602],[-89.137876,33.812144],[-89.139158,34.074116]]]},"properties":{"id":"28017","n":"Chickasaw","z":["38850","38851","38860","38868","38875","38877","38878","39751","39756","39776"],"st":"MS"}},"28019":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.381092,33.460307],[-89.261481,33.518628],[-89.088446,33.533202],[-89.088255,33.286003],[-89.1089,33.198059],[-89.213422,33.197543],[-89.213921,33.109402],[-89.317855,33.108871],[-89.316408,33.285556],[-89.453808,33.285942],[-89.45405,33.4332],[-89.381092,33.460307]]]},"properties":{"id":"28019","n":"Choctaw","z":["39108","39735","39744","39745","39750","39752","39767","39769","39772"],"st":"MS"}},"28021":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.039472318907,32.107968142665],[-90.942925,32.078337],[-90.90774,32.131888],[-90.77482,32.153993],[-90.728622,32.225119],[-90.718297,32.048352],[-90.736282,31.786134],[-90.852657,31.785422],[-90.841886,31.826255],[-91.013676,31.861852],[-91.244015161325,31.869732437504],[-91.117409,31.987057],[-91.039472318907,32.107968142665]]]},"properties":{"id":"28021","n":"Claiborne","z":["39086","39096","39144","39150","39175"],"st":"MS"}},"28023":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.913847,32.224186],[-88.431145363463,32.227636234689],[-88.468662484051,31.893855711616],[-88.625036,31.856689],[-88.910459,31.826649],[-88.913847,32.224186]]]},"properties":{"id":"28023","n":"Clarke","z":["39301","39303","39330","39347","39355","39360","39363","39366","39367","39439"],"st":"MS"}},"28025":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.034498,33.73943],[-88.931604,33.754312],[-88.931176,33.812374],[-88.719979,33.81133],[-88.719626,33.680253],[-88.501915,33.679948],[-88.513933,33.650438],[-88.472714,33.524451],[-88.67125,33.506168],[-88.671526,33.565135],[-89.018613,33.562114],[-89.034498,33.73943]]]},"properties":{"id":"28025","n":"Clay","z":["39741","39750","39751","39754","39755","39756","39773","39776"],"st":"MS"}},"28027":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.569347,34.524867],[-90.399498,34.423807],[-90.399014,34.261524],[-90.450572,34.262402],[-90.450981,34.072932],[-90.451012,33.985689],[-90.657002,33.987586],[-90.659457,34.118867],[-90.944080760194,34.120065294777],[-90.89456,34.22438],[-90.752681,34.289266],[-90.729131,34.364206],[-90.660404,34.33576],[-90.575336,34.415152],[-90.569347,34.524867]]]},"properties":{"id":"28027","n":"Coahoma","z":["38614","38617","38626","38630","38631","38639","38644","38645","38669","38720","38739","38767","38963"],"st":"MS"}},"28029":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.736282,31.786134],[-90.718297,32.048352],[-90.230331,32.049728],[-90.107491,31.777685],[-90.122565,31.75268],[-90.245191,31.717524],[-90.414198,31.700456],[-90.736824,31.698491],[-90.736282,31.786134]]]},"properties":{"id":"28029","n":"Copiah","z":["39059","39077","39078","39083","39086","39144","39170","39175","39191"],"st":"MS"}},"28031":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.755103,31.774654],[-89.653025,31.780653],[-89.401227,31.796863],[-89.399178,31.434029],[-89.451616,31.434029],[-89.586819,31.433688],[-89.586919,31.513444],[-89.755614,31.609751],[-89.755103,31.774654]]]},"properties":{"id":"28031","n":"Covington","z":["39119","39168","39401","39402","39428","39474","39479","39482"],"st":"MS"}},"28033":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.309297,34.995694],[-89.724315837969,34.994186958754],[-89.723442,34.772311],[-89.912202,34.772506],[-90.030051,34.70795],[-90.171483,34.75901],[-90.200199,34.724418],[-90.202126,34.860374],[-90.311424250345,34.8728511441],[-90.244476,34.937596],[-90.309297,34.995694]]]},"properties":{"id":"28033","n":"De Soto","z":["38611","38618","38632","38637","38641","38651","38654","38671","38672","38680","38686"],"st":"MS"}},"28035":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.451616,31.434029],[-89.399178,31.434029],[-89.146092,31.434052],[-89.137967,30.909877],[-89.340806,30.909912],[-89.34895,31.01037],[-89.347863,31.3467],[-89.451073,31.346383],[-89.451616,31.434029]]]},"properties":{"id":"28035","n":"Forrest","z":["39401","39402","39403","39404","39406","39407","39425","39455","39465","39475","39577"],"st":"MS"}},"28037":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.153864,31.610068],[-90.73733,31.611124],[-90.633231,31.611409],[-90.633302,31.349306],[-91.018012,31.347502],[-91.095398,31.320975],[-91.15815,31.346695],[-91.153864,31.610068]]]},"properties":{"id":"28037","n":"Franklin","z":["39601","39630","39647","39653","39661","39664","39668"],"st":"MS"}},"28039":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.885038,30.910788],[-88.834339,30.997983],[-88.426020963787,30.99828135743],[-88.412467431359,30.735597459215],[-88.884534,30.735591],[-88.885038,30.910788]]]},"properties":{"id":"28039","n":"George","z":["39452","39573"],"st":"MS"}},"28041":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.841707,31.433703],[-88.449446069017,31.435836861278],[-88.432007,31.114298],[-88.426020963787,30.99828135743],[-88.834339,30.997983],[-88.841707,31.433703]]]},"properties":{"id":"28041","n":"Greene","z":["39362","39451","39452","39456","39461","39476"],"st":"MS"}},"28043":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.926099,33.897957],[-89.769296,33.897137],[-89.76905,33.867334],[-89.507353,33.867469],[-89.507135,33.721819],[-89.506872,33.677605],[-89.78689,33.676727],[-90.127775,33.676956],[-90.136787,33.721648],[-90.136491,33.809319],[-89.926294,33.823854],[-89.926099,33.897957]]]},"properties":{"id":"28043","n":"Grenada","z":["38901","38902","38914","38922","38925","38929","38940","38953","38960"],"st":"MS"}},"28045":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.699932082841,30.454036880786],[-89.54451,30.516862],[-89.544232,30.648368],[-89.341446,30.64772],[-89.340847,30.357995],[-89.307023760845,30.303994780244],[-89.524504,30.180753],[-89.607655,30.217096],[-89.699932082841,30.454036880786]]]},"properties":{"id":"28045","n":"Hancock","z":["39426","39466","39470","39520","39521","39522","39525","39529","39556","39558","39571","39572","39573","39576"],"st":"MS"}},"28047":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.341446,30.64772],[-89.240073,30.67716],[-88.884533,30.677292],[-88.89393,30.393398],[-89.083237,30.368097],[-89.307023760845,30.303994780244],[-89.340847,30.357995],[-89.341446,30.64772]]]},"properties":{"id":"28047","n":"Harrison","z":["39501","39502","39503","39505","39506","39507","39530","39531","39532","39533","39534","39535","39540","39560","39565","39571","39573","39574"],"st":"MS"}},"28049":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.728622,32.225119],[-90.705175,32.346788],[-90.636162,32.374498],[-90.553821,32.507574],[-90.450037,32.573783],[-90.449864,32.488394],[-90.243641,32.487533],[-90.243764,32.400098],[-90.065697,32.399529],[-90.179701,32.276162],[-90.194855,32.187855],[-90.254799,32.151188],[-90.230331,32.049728],[-90.718297,32.048352],[-90.728622,32.225119]]]},"properties":{"id":"28049","n":"Hinds","z":["38071","39041","39056","39058","39059","39060","39066","39071","39154","39170","39174","39175","39201","39202","39203","39204","39205","39206","39207","39209","39210","39211","39212","39213","39215","39216","39217","39225","39236","39250","39269","39271","39272","39282","39283","39284","39286","39289","39296","39298"],"st":"MS"}},"28051":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.331589,33.302825],[-90.321513,33.375121],[-90.174614,33.333378],[-89.749441,33.214478],[-89.896363,32.932602],[-89.965882,32.879573],[-90.364031,33.010596],[-90.43152,33.095709],[-90.330312,33.137818],[-90.331589,33.302825]]]},"properties":{"id":"28051","n":"Holmes","z":["38924","39038","39063","39079","39095","39146","39169","39192","39603"],"st":"MS"}},"28053":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.716277,33.270032],[-90.555211,33.270533],[-90.555549,33.329181],[-90.453233,33.329484],[-90.413236,33.23532],[-90.331589,33.302825],[-90.330312,33.137818],[-90.43152,33.095709],[-90.364031,33.010596],[-90.449323,33.00901],[-90.449893,32.92329],[-90.656632,32.92251],[-90.658049,33.096514],[-90.701845,33.096294],[-90.680319,33.201971],[-90.716277,33.270032]]]},"properties":{"id":"28053","n":"Humphreys","z":["38753","38754","38924","38959","39038","39097","39115","39166","39194"],"st":"MS"}},"28055":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.159606098013,33.011242321307],[-90.914337,33.007697],[-90.963753,32.838133],[-90.964864,32.662798],[-90.723159,32.662128],[-90.720102,32.618858],[-90.728344,32.566265],[-90.860566,32.575173],[-90.861364,32.442115],[-90.963381,32.411185],[-90.964043,32.575605],[-91.048760427764,32.572797040421],[-91.05529310495,32.578983501077],[-91.098762,32.685291],[-91.056999,32.72558],[-91.157614,32.776033],[-91.072075,32.937832],[-91.166073,33.004106],[-91.159606098013,33.011242321307]]]},"properties":{"id":"28055","n":"Issaquena","z":["38704","38744","38745","39113","39159","39177","39183"],"st":"MS"}},"28057":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.542079,34.465276],[-88.329193,34.463571],[-88.154902184009,34.46303430044],[-88.173261734595,34.321039534334],[-88.203583495219,34.086527731468],[-88.543352,34.089044],[-88.542079,34.465276]]]},"properties":{"id":"28057","n":"Itawamba","z":["38804","38824","38843","38847","38849","38855","38856","38858","38870","38876"],"st":"MS"}},"28059":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.884533,30.677292],[-88.884534,30.735591],[-88.412467431359,30.735597459215],[-88.395023,30.369425],[-88.471875,30.32002],[-88.66382,30.362099],[-88.700587,30.343689],[-88.89393,30.393398],[-88.884533,30.677292]]]},"properties":{"id":"28059","n":"Jackson","z":["39452","39532","39552","39553","39555","39562","39563","39564","39565","39566","39567","39568","39569","39573","39581","39595"],"st":"MS"}},"28061":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.322692,32.223472],[-88.913847,32.224186],[-88.910459,31.826649],[-88.943355,31.824565],[-89.31656,31.80209],[-89.322692,32.223472]]]},"properties":{"id":"28061","n":"Jasper","z":["29422","39330","39332","39336","39338","39345","39347","39348","39356","39366","39422","39439","39443","39460","39480","39481"],"st":"MS"}},"28063":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.244015161325,31.869732437504],[-91.013676,31.861852],[-90.841886,31.826255],[-90.852657,31.785422],[-90.736282,31.786134],[-90.736824,31.698491],[-90.73733,31.611124],[-91.153864,31.610068],[-91.300257,31.672488],[-91.320458733282,31.747800614482],[-91.345714,31.842861],[-91.244015161325,31.869732437504]]]},"properties":{"id":"28063","n":"Jefferson","z":["39069","39081","39096","39120","39144","39653","39668"],"st":"MS"}},"28065":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.974586,31.761655],[-89.755103,31.774654],[-89.755614,31.609751],[-89.586919,31.513444],[-89.586819,31.433688],[-89.654212,31.433805],[-89.824236,31.434093],[-89.823332,31.390021],[-89.95894,31.390489],[-89.974586,31.761655]]]},"properties":{"id":"28065","n":"Jefferson Davis","z":["39119","39140","39421","39427","39429","39474","39482","39656","39663"],"st":"MS"}},"28067":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.401227,31.796863],[-89.31656,31.80209],[-88.943355,31.824565],[-88.943468,31.433458],[-89.146092,31.434052],[-89.399178,31.434029],[-89.401227,31.796863]]]},"properties":{"id":"28067","n":"Jones","z":["39168","39401","39436","39437","39439","39440","39441","39442","39443","39459","39464","39465","39476","39477","39479","39480"],"st":"MS"}},"28069":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.914413,32.9266],[-88.812782,32.925973],[-88.347490247835,32.929034786881],[-88.389248564124,32.578122395959],[-88.914516,32.576955],[-88.914413,32.9266]]]},"properties":{"id":"28069","n":"Kemper","z":["39320","39325","39326","39328","39335","39350","39352","39354","39358","39361","39365"],"st":"MS"}},"28071":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.721341,34.554274],[-89.668448,34.554367],[-89.476642,34.554168],[-89.424459,34.519129],[-89.246133,34.495633],[-89.246339,34.379344],[-89.245485,34.161186],[-89.509748,34.162082],[-89.50944,34.19096],[-89.72105,34.192545],[-89.721341,34.554274]]]},"properties":{"id":"28071","n":"Lafayette","z":["38601","38606","38619","38627","38655","38673","38675","38677","38685","38863","38871","38949","38965"],"st":"MS"}},"28073":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.654212,31.433805],[-89.586819,31.433688],[-89.451616,31.434029],[-89.451073,31.346383],[-89.347863,31.3467],[-89.34895,31.01037],[-89.654038,31.002502],[-89.654212,31.433805]]]},"properties":{"id":"28073","n":"Lamar","z":["39401","39402","39429","39455","39475","39482"],"st":"MS"}},"28075":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.914516,32.576955],[-88.389248564124,32.578122395959],[-88.421312221394,32.308679123011],[-88.431145363463,32.227636234689],[-88.913847,32.224186],[-88.914516,32.576955]]]},"properties":{"id":"28075","n":"Lauderdale","z":["39301","39302","39304","39305","39307","39309","39320","39323","39325","39326","39330","39335","39342","39364"],"st":"MS"}},"28077":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.245191,31.717524],[-90.122565,31.75268],[-89.974586,31.761655],[-89.95894,31.390489],[-90.040485,31.394673],[-90.040466,31.336014],[-90.24389,31.350274],[-90.245191,31.717524]]]},"properties":{"id":"28077","n":"Lawrence","z":["39140","39191","39641","39654","39656","39662","39663","39665"],"st":"MS"}},"28079":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.730304,32.634228],[-89.730016,32.885072],[-89.730154,32.929924],[-89.319163,32.931654],[-89.317588,32.576458],[-89.322598,32.576433],[-89.730152,32.577248],[-89.730304,32.634228]]]},"properties":{"id":"28079","n":"Leake","z":["39051","39090","39094","39098","39160","39161","39189","39350","39365"],"st":"MS"}},"28081":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.824966,34.364759],[-88.789442,34.49493],[-88.736465,34.50891],[-88.541749,34.509192],[-88.542079,34.465276],[-88.543352,34.089044],[-88.718964,34.074521],[-88.824523,34.074948],[-88.824966,34.364759]]]},"properties":{"id":"28081","n":"Lee","z":["38801","38802","38803","38804","38824","38826","38828","38843","38849","38857","38858","38860","38862","38866","38868","38879"],"st":"MS"}},"28083":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.451643,33.81139],[-90.182584,33.809322],[-90.185599,33.765514],[-90.294502,33.750981],[-90.136787,33.721648],[-90.127775,33.676956],[-90.102971,33.66073],[-90.101401,33.45894],[-90.174756,33.417003],[-90.174614,33.333378],[-90.321513,33.375121],[-90.331589,33.302825],[-90.413236,33.23532],[-90.453233,33.329484],[-90.451643,33.81139]]]},"properties":{"id":"28083","n":"Leflore","z":["38736","38761","38924","38930","38935","38941","38944","38945","38946","38952","38954","38958","39038"],"st":"MS"}},"28085":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.736824,31.698491],[-90.414198,31.700456],[-90.245191,31.717524],[-90.24389,31.350274],[-90.260391,31.350274],[-90.548199,31.349574],[-90.633302,31.349306],[-90.633231,31.611409],[-90.73733,31.611124],[-90.736824,31.698491]]]},"properties":{"id":"28085","n":"Lincoln","z":["39191","39601","39602","39629","39641","39647","39662","39664","39665","39666","39668"],"st":"MS"}},"28087":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.67125,33.506168],[-88.472714,33.524451],[-88.513933,33.650438],[-88.40656,33.673342],[-88.325119,33.745591],[-88.248387473909,33.744907594882],[-88.274516470784,33.534001477785],[-88.30444281351,33.28832],[-88.669076,33.286922],[-88.67125,33.506168]]]},"properties":{"id":"28087","n":"Lowndes","z":["39701","39702","39703","39704","39705","39710","39736","39740","39743","39759","39766"],"st":"MS"}},"28089":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.450037,32.573783],[-90.277813,32.660428],[-90.049129,32.735674],[-89.965882,32.879573],[-89.730016,32.885072],[-89.730304,32.634228],[-89.784123,32.586891],[-89.839985,32.593295],[-90.075349,32.419086],[-90.065697,32.399529],[-90.243764,32.400098],[-90.243641,32.487533],[-90.449864,32.488394],[-90.450037,32.573783]]]},"properties":{"id":"28089","n":"Madison","z":["39045","39046","39051","39071","39079","39110","39130","39146","39157","39158","39163","39174","39209","39213"],"st":"MS"}},"28091":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.95894,31.390489],[-89.823332,31.390021],[-89.824236,31.434093],[-89.654212,31.433805],[-89.654038,31.002502],[-89.728175690161,31.002313887984],[-89.835907824328,31.002101423118],[-89.835873,31.074926],[-89.920944,31.074677],[-89.938178,31.132949],[-90.031896,31.175727],[-90.040466,31.336014],[-90.040485,31.394673],[-89.95894,31.390489]]]},"properties":{"id":"28091","n":"Marion","z":["39421","39429","39455","39478","39482","39483","39643","39667"],"st":"MS"}},"28093":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.724315837969,34.994186958754],[-89.644283834092,34.994067210562],[-89.352679391848,34.993996141746],[-89.352705,34.844432],[-89.299227,34.844415],[-89.298334,34.582926],[-89.245645,34.583234],[-89.246133,34.495633],[-89.424459,34.519129],[-89.476642,34.554168],[-89.668448,34.554367],[-89.669183,34.685597],[-89.722333,34.685504],[-89.723442,34.772311],[-89.724315837969,34.994186958754]]]},"properties":{"id":"28093","n":"Marshall","z":["38611","38618","38634","38635","38642","38649","38654","38659","38661","38679","38685"],"st":"MS"}},"28095":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.719979,33.81133],[-88.718964,34.074521],[-88.543352,34.089044],[-88.203583495219,34.086527731468],[-88.207229,34.058333],[-88.248387473909,33.744907594882],[-88.325119,33.745591],[-88.40656,33.673342],[-88.513933,33.650438],[-88.501915,33.679948],[-88.719626,33.680253],[-88.719979,33.81133]]]},"properties":{"id":"28095","n":"Monroe","z":["38821","38825","38844","38848","38858","38860","38868","38870","39730","39740","39746","39756","39773"],"st":"MS"}},"28097":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.78689,33.676727],[-89.506872,33.677605],[-89.506496,33.459806],[-89.381092,33.460307],[-89.45405,33.4332],[-89.453808,33.285942],[-89.64528,33.285515],[-89.646314,33.402544],[-89.785227,33.416275],[-89.78689,33.676727]]]},"properties":{"id":"28097","n":"Montgomery","z":["38925","38926","38967","39176","39745","39747","39767"],"st":"MS"}},"28099":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.319163,32.931654],[-88.914413,32.9266],[-88.914516,32.576955],[-89.317588,32.576458],[-89.319163,32.931654]]]},"properties":{"id":"28099","n":"Neshoba","z":["39051","39109","39325","39337","39346","39350","39354","39365"],"st":"MS"}},"28101":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.322598,32.576433],[-89.317588,32.576458],[-88.914516,32.576955],[-88.913847,32.224186],[-89.322692,32.223472],[-89.322598,32.576433]]]},"properties":{"id":"28101","n":"Newton","z":["39057","39092","39323","39325","39327","39330","39332","39336","39337","39345","39365"],"st":"MS"}},"28103":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.813053,33.286424],[-88.669076,33.286922],[-88.30444281351,33.28832],[-88.340084992139,32.991264337875],[-88.347490247835,32.929034786881],[-88.812782,32.925973],[-88.813053,33.286424]]]},"properties":{"id":"28103","n":"Noxubee","z":["39341","39354","39358","39361","39739","39743"],"st":"MS"}},"28105":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.088446,33.533202],[-89.018613,33.562114],[-88.671526,33.565135],[-88.67125,33.506168],[-88.669076,33.286922],[-88.813053,33.286424],[-89.088255,33.286003],[-89.088446,33.533202]]]},"properties":{"id":"28105","n":"Oktibbeha","z":["39743","39750","39753","39755","39759","39760","39762","39769"],"st":"MS"}},"28107":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.198631,34.554425],[-89.721341,34.554274],[-89.72105,34.192545],[-89.721431,34.163513],[-89.931485,34.164303],[-90.135456,34.160074],[-90.134441,34.265195],[-90.194086,34.301407],[-90.198536,34.511088],[-90.198631,34.554425]]]},"properties":{"id":"28107","n":"Panola","z":["38606","38619","38620","38621","38622","38658","38665","38666","38927","38965"],"st":"MS"}},"28109":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.728175690161,31.002313887984],[-89.654038,31.002502],[-89.34895,31.01037],[-89.340806,30.909912],[-89.341446,30.64772],[-89.544232,30.648368],[-89.54451,30.516862],[-89.699932082841,30.454036880786],[-89.791664,30.551524],[-89.826180359115,30.668823270185],[-89.836331,30.727197],[-89.728175690161,31.002313887984]]]},"properties":{"id":"28109","n":"Pearl River","z":["39426","39455","39457","39463","39466","39470","39573"],"st":"MS"}},"28111":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.146092,31.434052],[-88.943468,31.433458],[-88.841707,31.433703],[-88.834339,30.997983],[-88.885038,30.910788],[-89.137967,30.909877],[-89.146092,31.434052]]]},"properties":{"id":"28111","n":"Perry","z":["39423","39425","39456","39462","39464","39465","39476","39577"],"st":"MS"}},"28113":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.548199,31.349574],[-90.260391,31.350274],[-90.259554940491,31.000661781229],[-90.347241080662,31.000360667981],[-90.547574425233,30.999982101792],[-90.548199,31.349574]]]},"properties":{"id":"28113","n":"Pike","z":["39632","39635","39641","39648","39649","39652","39657","39662","39666","39667"],"st":"MS"}},"28115":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.246339,34.379344],[-88.92887,34.37924],[-88.824966,34.364759],[-88.824523,34.074948],[-89.139158,34.074116],[-89.244436,34.073942],[-89.245485,34.161186],[-89.246339,34.379344]]]},"properties":{"id":"28115","n":"Pontotoc","z":["38801","38820","38826","38828","38841","38850","38863","38864","38868","38869","38871","38874"],"st":"MS"}},"28117":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.73544,34.596483],[-88.718508,34.756781],[-88.365472,34.755604],[-88.330699,34.740721],[-88.329193,34.463571],[-88.542079,34.465276],[-88.541749,34.509192],[-88.736465,34.50891],[-88.73544,34.596483]]]},"properties":{"id":"28117","n":"Prentiss","z":["38824","38829","38833","38856","38859","38865","38873","38880"],"st":"MS"}},"28119":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.399498,34.423807],[-90.301851,34.424546],[-90.304317,34.509621],[-90.198536,34.511088],[-90.194086,34.301407],[-90.134441,34.265195],[-90.135456,34.160074],[-90.135695,34.0729],[-90.450981,34.072932],[-90.450572,34.262402],[-90.399014,34.261524],[-90.399498,34.423807]]]},"properties":{"id":"28119","n":"Quitman","z":["38606","38609","38621","38622","38623","38628","38643","38645","38646","38670","38964"],"st":"MS"}},"28121":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.065697,32.399529],[-90.075349,32.419086],[-89.839985,32.593295],[-89.784123,32.586891],[-89.730063,32.352733],[-89.730424,32.222039],[-89.730066,32.047072],[-90.230331,32.049728],[-90.254799,32.151188],[-90.194855,32.187855],[-90.179701,32.276162],[-90.065697,32.399529]]]},"properties":{"id":"28121","n":"Rankin","z":["39042","39043","39044","39047","39073","39094","39114","39117","39145","39151","39167","39193","39208","39218","39232","39288"],"st":"MS"}},"28123":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.730304,32.634228],[-89.730152,32.577248],[-89.322598,32.576433],[-89.322692,32.223472],[-89.730424,32.222039],[-89.730063,32.352733],[-89.784123,32.586891],[-89.730304,32.634228]]]},"properties":{"id":"28123","n":"Scott","z":["39057","39074","39080","39087","39092","39094","39117","39145","39152","39189","39359"],"st":"MS"}},"28125":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.914337,33.007697],[-90.914465,33.097417],[-90.701845,33.096294],[-90.658049,33.096514],[-90.656632,32.92251],[-90.759753,32.835763],[-90.694631,32.815642],[-90.742634,32.729225],[-90.723159,32.662128],[-90.964864,32.662798],[-90.963753,32.838133],[-90.914337,33.007697]]]},"properties":{"id":"28125","n":"Sharkey","z":["38721","38748","38765","39054","39061","39088","39159"],"st":"MS"}},"28127":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.230331,32.049728],[-89.730066,32.047072],[-89.662086,32.047239],[-89.653025,31.780653],[-89.755103,31.774654],[-89.974586,31.761655],[-90.122565,31.75268],[-90.107491,31.777685],[-90.230331,32.049728]]]},"properties":{"id":"28127","n":"Simpson","z":["39044","39062","39073","39082","39111","39114","39119","39140","39148","39149"],"st":"MS"}},"28129":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.730424,32.222039],[-89.322692,32.223472],[-89.31656,31.80209],[-89.401227,31.796863],[-89.653025,31.780653],[-89.662086,32.047239],[-89.730066,32.047072],[-89.730424,32.222039]]]},"properties":{"id":"28129","n":"Smith","z":["39042","39074","39092","39111","39114","39116","39117","39119","39152","39153","39168","39336","39338","39422"],"st":"MS"}},"28131":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.340806,30.909912],[-89.137967,30.909877],[-88.885038,30.910788],[-88.884534,30.735591],[-88.884533,30.677292],[-89.240073,30.67716],[-89.341446,30.64772],[-89.340806,30.909912]]]},"properties":{"id":"28131","n":"Stone","z":["39455","39561","39573","39574","39577"],"st":"MS"}},"28133":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.763509,33.529389],[-90.763469,33.616164],[-90.6586,33.616272],[-90.657002,33.987586],[-90.451012,33.985689],[-90.451643,33.81139],[-90.453233,33.329484],[-90.555549,33.329181],[-90.555211,33.270533],[-90.716277,33.270032],[-90.763773,33.270359],[-90.763509,33.529389]]]},"properties":{"id":"28133","n":"Sunflower","z":["38732","38736","38737","38738","38749","38751","38753","38754","38759","38761","38762","38768","38771","38773","38778","38963"],"st":"MS"}},"28135":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.451012,33.985689],[-90.450981,34.072932],[-90.135695,34.0729],[-90.135456,34.160074],[-89.931485,34.164303],[-89.926099,33.897957],[-89.926294,33.823854],[-90.136491,33.809319],[-90.136787,33.721648],[-90.294502,33.750981],[-90.185599,33.765514],[-90.182584,33.809322],[-90.451643,33.81139],[-90.451012,33.985689]]]},"properties":{"id":"28135","n":"Tallahatchie","z":["38643","38737","38901","38920","38921","38927","38928","38940","38948","38950","38953","38957","38961","38962","38963","38964","38966"],"st":"MS"}},"28137":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.200199,34.724418],[-90.171483,34.75901],[-90.030051,34.70795],[-89.912202,34.772506],[-89.723442,34.772311],[-89.722333,34.685504],[-89.669183,34.685597],[-89.668448,34.554367],[-89.721341,34.554274],[-90.198631,34.554425],[-90.239971,34.626237],[-90.200199,34.724418]]]},"properties":{"id":"28137","n":"Tate","z":["38602","38618","38619","38635","38638","38665","38668"],"st":"MS"}},"28139":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.017127011552,34.994967612836],[-88.823050501632,34.995207045695],[-88.823473,34.858629],[-88.752956,34.858775],[-88.718508,34.756781],[-88.73544,34.596483],[-89.088488,34.598247],[-89.088065,34.815307],[-89.017551,34.858723],[-89.017127011552,34.994967612836]]]},"properties":{"id":"28139","n":"Tippah","z":["38603","38610","38625","38629","38663","38674","38683","38824","38829"],"st":"MS"}},"28141":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.363530268539,34.995746751797],[-88.200064,34.995634],[-88.097888,34.892202],[-88.139559441247,34.581696745884],[-88.154902184009,34.46303430044],[-88.329193,34.463571],[-88.330699,34.740721],[-88.365472,34.755604],[-88.363530268539,34.995746751797]]]},"properties":{"id":"28141","n":"Tishomingo","z":{"1":"38827","2":"38833","3":"38838","4":"38846","5":"38847","6":"38852","7":"38873","11":"38326"},"st":"MS"}},"28143":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.573288412618,34.633670506468],[-90.463795,34.834923],[-90.407982753794,34.835265979281],[-90.311424250345,34.8728511441],[-90.202126,34.860374],[-90.200199,34.724418],[-90.239971,34.626237],[-90.198631,34.554425],[-90.198536,34.511088],[-90.304317,34.509621],[-90.301851,34.424546],[-90.399498,34.423807],[-90.569347,34.524867],[-90.573288412618,34.633670506468]]]},"properties":{"id":"28143","n":"Tunica","z":["38626","38664","38670","38676"],"st":"MS"}},"28145":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.246133,34.495633],[-89.245645,34.583234],[-89.088488,34.598247],[-88.73544,34.596483],[-88.736465,34.50891],[-88.789442,34.49493],[-88.824966,34.364759],[-88.92887,34.37924],[-89.246339,34.379344],[-89.246133,34.495633]]]},"properties":{"id":"28145","n":"Union","z":["38610","38625","38627","38633","38650","38652","38824","38828","38841","38849","38871"],"st":"MS"}},"28147":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.260391,31.350274],[-90.24389,31.350274],[-90.040466,31.336014],[-90.031896,31.175727],[-89.938178,31.132949],[-89.920944,31.074677],[-89.835873,31.074926],[-89.835907824328,31.002101423118],[-90.259554940491,31.000661781229],[-90.260391,31.350274]]]},"properties":{"id":"28147","n":"Walthall","z":["39478","39483","39641","39643","39667"],"st":"MS"}},"28149":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.108509,32.20815],[-90.991227,32.214662],[-90.92117,32.342073],[-90.986672,32.35176],[-90.965986,32.424806],[-91.052907,32.438442],[-91.048760427764,32.572797040421],[-90.964043,32.575605],[-90.963381,32.411185],[-90.861364,32.442115],[-90.860566,32.575173],[-90.728344,32.566265],[-90.720102,32.618858],[-90.654563,32.546042],[-90.553821,32.507574],[-90.636162,32.374498],[-90.705175,32.346788],[-90.728622,32.225119],[-90.77482,32.153993],[-90.90774,32.131888],[-90.942925,32.078337],[-91.039472318907,32.107968142665],[-91.108509,32.20815]]]},"properties":{"id":"28149","n":"Warren","z":["39156","39180","39181","39182","39183"],"st":"MS"}},"28151":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.215671,33.529423],[-90.763509,33.529389],[-90.763773,33.270359],[-90.716277,33.270032],[-90.680319,33.201971],[-90.701845,33.096294],[-90.914465,33.097417],[-90.914337,33.007697],[-91.159606098013,33.011242321307],[-91.180836,33.098364],[-91.104317,33.131598],[-91.068708,33.232936],[-91.125539,33.280255],[-91.113764,33.393124],[-91.215671,33.529423]]]},"properties":{"id":"28151","n":"Washington","z":["38701","38703","38722","38723","38731","38744","38748","38756","38760","38776","38780","38782"],"st":"MS"}},"28153":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.943355,31.824565],[-88.910459,31.826649],[-88.625036,31.856689],[-88.468662484051,31.893855711616],[-88.463625304685,31.69794237135],[-88.449446069017,31.435836861278],[-88.841707,31.433703],[-88.943468,31.433458],[-88.943355,31.824565]]]},"properties":{"id":"28153","n":"Wayne","z":["39322","39324","39360","39362","39367","39439","39443","39476"],"st":"MS"}},"28155":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.507135,33.721819],[-89.216469,33.721979],[-89.191781,33.738602],[-89.034498,33.73943],[-89.018613,33.562114],[-89.088446,33.533202],[-89.261481,33.518628],[-89.381092,33.460307],[-89.506496,33.459806],[-89.506872,33.677605],[-89.507135,33.721819]]]},"properties":{"id":"28155","n":"Webster","z":["38916","38925","38929","39737","39744","39750","39751","39752","39767","39771"],"st":"MS"}},"28157":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.628257298209,31.005097001895],[-91.560365,31.049508],[-91.621671,31.13687],[-91.590993893064,31.191998565699],[-91.488954,31.22592],[-91.468435,31.31957],[-91.306294,31.360862],[-91.15815,31.346695],[-91.095398,31.320975],[-91.059469,31.281921],[-91.060127467997,30.999323935309],[-91.176140123967,30.999224202319],[-91.636942,30.999416],[-91.628257298209,31.005097001895]]]},"properties":{"id":"28157","n":"Wilkinson","z":["39631","39633","39638","39669"],"st":"MS"}},"28159":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.317855,33.108871],[-89.213921,33.109402],[-89.213422,33.197543],[-89.1089,33.198059],[-89.088255,33.286003],[-88.813053,33.286424],[-88.812782,32.925973],[-88.914413,32.9266],[-89.319163,32.931654],[-89.317855,33.108871]]]},"properties":{"id":"28159","n":"Winston","z":["39108","39339","39341","39346","39350","39354","39769"],"st":"MS"}},"28161":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.931485,34.164303],[-89.721431,34.163513],[-89.72105,34.192545],[-89.50944,34.19096],[-89.509748,34.162082],[-89.507353,33.867469],[-89.76905,33.867334],[-89.769296,33.897137],[-89.926099,33.897957],[-89.931485,34.164303]]]},"properties":{"id":"28161","n":"Yalobusha","z":["38922","38927","38948","38953","38961","38965"],"st":"MS"}},"28163":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.656632,32.92251],[-90.449893,32.92329],[-90.449323,33.00901],[-90.364031,33.010596],[-89.965882,32.879573],[-90.049129,32.735674],[-90.277813,32.660428],[-90.450037,32.573783],[-90.553821,32.507574],[-90.654563,32.546042],[-90.720102,32.618858],[-90.723159,32.662128],[-90.742634,32.729225],[-90.694631,32.815642],[-90.759753,32.835763],[-90.656632,32.92251]]]},"properties":{"id":"28163","n":"Yazoo","z":["39039","39040","39088","39095","39146","39162","39173","39179","39194"],"st":"MS"}},"29001":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.855629,40.342736],[-92.684167,40.343466],[-92.349975,40.346505],[-92.347801,40.302756],[-92.345064,40.03721],[-92.847477,40.037301],[-92.856191,40.037253],[-92.855629,40.342736]]]},"properties":{"id":"29001","n":"Adair","z":["63501","63533","63540","63544","63546","63547","63549","63557","63559"],"st":"MO"}},"29003":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.04308,40.130096],[-94.605942,40.126127],[-94.605377,40.039217],[-94.602819,39.819608],[-94.877817529851,39.820414776035],[-94.993374239714,39.898565259992],[-95.04308,40.130096]]]},"properties":{"id":"29003","n":"Andrew","z":["64421","64427","64430","64436","64449","64455","64457","64459","64463","64480","64483","64485","64494","64505","64506"],"st":"MO"}},"29005":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.765645,40.585208],[-95.373925053399,40.580332377941],[-95.20226600083,40.578375628996],[-95.177708,40.478903],[-95.180614,40.261706],[-95.54818200118,40.264414672843],[-95.653729,40.322582],[-95.649418,40.396149],[-95.712280371801,40.523754426207],[-95.765645,40.585208]]]},"properties":{"id":"29005","n":"Atchison","z":{"1":"64428","2":"64446","3":"64482","4":"64487","5":"64491","6":"64496","7":"64498","27":"51640"},"st":"MO"}},"29007":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.310028,39.347795],[-91.717968,39.339122],[-91.438235,39.318716],[-91.409033,39.142542],[-91.629598,39.147853],[-91.633998,39.059057],[-92.110387,39.064204],[-92.104374,39.239809],[-92.314471,39.246454],[-92.310028,39.347795]]]},"properties":{"id":"29007","n":"Audrain","z":["63345","63352","63359","63382","63384","65232","65240","65243","65264","65265","65280","65284","65285"],"st":"MO"}},"29009":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.068898,36.747818],[-94.06274,36.931775],[-93.611003,36.922831],[-93.5738,36.820032],[-93.584281547356,36.498901678628],[-93.866758211671,36.498866164685],[-94.077088266893,36.498975957222],[-94.068898,36.747818]]]},"properties":{"id":"29009","n":"Barry","z":["64842","64874","65605","65623","65624","65625","65633","65641","65647","65656","65658","65708","65723","65734","65745","65747","65769","65772"],"st":"MO"}},"29011":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.617845524354,37.653577796634],[-94.073524,37.639722],[-94.075385,37.58157],[-94.082083,37.349291],[-94.617667604701,37.364170327039],[-94.617845524354,37.653577796634]]]},"properties":{"id":"29011","n":"Barton","z":["64748","64755","64759","64762","64766","64769","64784","64832","64855"],"st":"MO"}},"29013":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.612772628993,38.388718482732],[-94.612866,38.477571],[-94.31217,38.471496],[-94.065713,38.447087],[-94.075182,38.21544],[-94.049895,38.213985],[-94.058285,38.036627],[-94.135238,38.058118],[-94.237787,38.026017],[-94.613929961056,38.060052959896],[-94.612772628993,38.388718482732]]]},"properties":{"id":"29013","n":"Bates","z":["64720","64722","64723","64724","64725","64730","64742","64745","64752","64770","64779","64780","64788"],"st":"MO"}},"29015":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.512743,38.512476],[-93.291851,38.506321],[-93.290454,38.535388],[-93.067291,38.529995],[-93.077692,38.263092],[-93.065199,38.062479],[-93.503946,38.073123],[-93.523484,38.207216],[-93.512743,38.512476]]]},"properties":{"id":"29015","n":"Benton","z":["64735","64776","65078","65325","65326","65335","65338","65345","65355","65360","65634","65735","65779"],"st":"MO"}},"29017":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.217657,37.314967],[-90.145699,37.312091],[-90.146763,37.597434],[-89.861123,37.599286],[-89.866627,37.126227],[-89.959576,37.127353],[-89.99572,37.04011],[-90.111247,37.041205],[-90.110354,37.085871],[-90.22323,37.086519],[-90.217657,37.314967]]]},"properties":{"id":"29017","n":"Bollinger","z":["63655","63662","63730","63750","63751","63760","63764","63766","63781","63782","63785","63787","63960"],"st":"MO"}},"29019":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.430229,39.248795],[-92.314471,39.246454],[-92.104374,39.239809],[-92.110387,39.064204],[-92.1625,38.865585],[-92.135245,38.813894],[-92.216388,38.714495],[-92.220661,38.643167],[-92.357813,38.679517],[-92.394866,38.73913],[-92.381304,38.808732],[-92.498377,38.922084],[-92.558086,38.970692],[-92.565052,38.998741],[-92.430229,39.248795]]]},"properties":{"id":"29019","n":"Boone","z":["65010","65039","65201","65202","65203","65205","65211","65212","65215","65216","65217","65218","65240","65243","65255","65256","65279","65284","65299"],"st":"MO"}},"29021":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.04405075257,39.613668296821],[-94.971078,39.723146],[-94.860371,39.74953],[-94.877817529851,39.820414776035],[-94.602819,39.819608],[-94.602257,39.747195],[-94.601246,39.530372],[-95.091419402824,39.53325788521],[-95.04405075257,39.613668296821]]]},"properties":{"id":"29021","n":"Buchanan","z":["64401","64439","64440","64443","64444","64448","64454","64484","64490","64501","64502","64503","64504","64505","64506","64507","64508"],"st":"MO"}},"29023":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.678562,36.92649],[-90.258563,36.922043],[-90.204205,36.772262],[-90.139804,36.696072],[-90.148398,36.630656],[-90.220749053915,36.495937592195],[-90.576179065567,36.498405927798],[-90.627517,36.810954],[-90.662617,36.811453],[-90.678562,36.92649]]]},"properties":{"id":"29023","n":"Butler","z":["63901","63902","63932","63937","63940","63945","63953","63954","63961","63962","63966","63967"],"st":"MO"}},"29025":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.205961,39.745841],[-94.205844,39.788954],[-93.758992,39.784674],[-93.758357,39.611407],[-93.759183,39.524558],[-94.208423,39.5272],[-94.205961,39.745841]]]},"properties":{"id":"29025","n":"Caldwell","z":["64429","64465","64624","64625","64637","64644","64649","64650","64671"],"st":"MO"}},"29027":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.110387,39.064204],[-91.633998,39.059057],[-91.647171,38.703396],[-91.854867,38.670336],[-92.008983,38.5709],[-92.161663,38.578057],[-92.220661,38.643167],[-92.216388,38.714495],[-92.135245,38.813894],[-92.1625,38.865585],[-92.110387,39.064204]]]},"properties":{"id":"29027","n":"Callaway","z":["63361","63384","63388","65039","65043","65059","65063","65067","65069","65077","65080","65101","65201","65202","65231","65240","65251","65262","65264"],"st":"MO"}},"29029":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.077692,38.263092],[-93.01499,38.189775],[-92.764539,38.189619],[-92.695886,38.222031],[-92.604684,38.170733],[-92.515979,38.022336],[-92.406275,38.021179],[-92.409231,37.85918],[-92.549074,37.800539],[-92.620181,37.892521],[-92.855384,37.895736],[-93.072447,37.902627],[-93.065199,38.062479],[-93.077692,38.263092]]]},"properties":{"id":"29029","n":"Camden","z":["65017","65020","65037","65047","65049","65052","65065","65079","65324","65326","65463","65536","65556","65567","65591","65634","65786","65787"],"st":"MO"}},"29031":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.861123,37.599286],[-89.672802,37.583761],[-89.602828,37.603225],[-89.5017910495,37.558895719323],[-89.42594,37.407471],[-89.473679434541,37.334853902195],[-89.482889284644,37.260950718414],[-89.620256,37.233008],[-89.765211,37.126066],[-89.866627,37.126227],[-89.861123,37.599286]]]},"properties":{"id":"29031","n":"Cape Girardeau","z":["63701","63702","63703","63730","63732","63739","63740","63743","63744","63745","63747","63752","63755","63764","63766","63769","63770","63771","63775","63779","63780","63785"],"st":"MO"}},"29033":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.759183,39.524558],[-93.758357,39.611407],[-93.278098,39.615632],[-93.275848,39.458302],[-93.11882,39.417102],[-93.104485,39.383656],[-93.200708,39.401787],[-93.230079,39.327877],[-93.332252,39.309606],[-93.399133,39.226437],[-93.477233,39.292796],[-93.49196,39.223461],[-93.650526,39.248214],[-93.758463,39.207021],[-93.759183,39.524558]]]},"properties":{"id":"29033","n":"Carroll","z":["64035","64622","64623","64624","64633","64638","64639","64643","64668","64680","64682"],"st":"MO"}},"29035":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.22283,36.883857],[-91.21715,37.086197],[-91.017766,37.095677],[-90.964466,37.053584],[-90.779553,37.050324],[-90.729722,37.049534],[-90.678562,36.92649],[-90.662617,36.811453],[-91.115926,36.823672],[-91.224825,36.825679],[-91.22283,36.883857]]]},"properties":{"id":"29035","n":"Carter","z":["63935","63937","63941","63943","63965"],"st":"MO"}},"29037":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.609489672346,38.738101709473],[-94.60896034375,38.847211315445],[-94.119096,38.833167],[-94.119664,38.568712],[-94.064317,38.56738],[-94.065713,38.447087],[-94.31217,38.471496],[-94.612866,38.477571],[-94.609489672346,38.738101709473]]]},"properties":{"id":"29037","n":"Cass","z":["64012","64034","64061","64078","64080","64082","64083","64090","64147","64701","64725","64734","64739","64742","64743","64746","64747"],"st":"MO"}},"29039":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.073524,37.639722],[-94.065675,37.900987],[-93.808648,37.892775],[-93.811402,37.834571],[-93.628404,37.829435],[-93.616033,37.572689],[-94.075385,37.58157],[-94.073524,37.639722]]]},"properties":{"id":"29039","n":"Cedar","z":["64744","64756","64784","65601","65607","65635","65640","65649","65674","65785"],"st":"MO"}},"29041":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.278098,39.615632],[-93.266968,39.703562],[-92.85792,39.699985],[-92.689331,39.698094],[-92.692149,39.610265],[-92.707367,39.321614],[-92.790369,39.343586],[-92.849224,39.226218],[-92.911669,39.223946],[-92.959801,39.312526],[-93.072915,39.33552],[-93.104485,39.383656],[-93.11882,39.417102],[-93.275848,39.458302],[-93.278098,39.615632]]]},"properties":{"id":"29041","n":"Chariton","z":["63558","64628","64658","64660","64676","64681","65236","65246","65254","65261","65281","65286"],"st":"MO"}},"29043":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.608899,37.098153],[-93.065274,37.088694],[-92.903273,37.070651],[-92.909336,36.809178],[-93.304359,36.816866],[-93.337451,36.992494],[-93.610126,36.99581],[-93.608899,37.098153]]]},"properties":{"id":"29043","n":"Christian","z":["65610","65614","65619","65620","65629","65630","65631","65652","65653","65656","65657","65669","65714","65720","65721","65737","65738","65742","65753","65754","72643"],"st":"MO"}},"29045":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.949747,40.300832],[-91.943117459686,40.606060586354],[-91.716654987682,40.603740139296],[-91.498093,40.401926],[-91.419422,40.378264],[-91.496957490339,40.248703876373],[-91.950812,40.25721],[-91.949747,40.300832]]]},"properties":{"id":"29045","n":"Clark","z":{"1":"63430","2":"63432","3":"63435","4":"63445","5":"63453","6":"63465","7":"63472","8":"63473","9":"63474","29":"52626"},"st":"MO"}},"29047":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.600819,39.456155],[-94.210642,39.454682],[-94.212515,39.207086],[-94.290785,39.236915],[-94.46159,39.120372],[-94.591933,39.155003],[-94.601937981921,39.155503233464],[-94.600819,39.456155]]]},"properties":{"id":"29047","n":"Clay","z":["64024","64048","64060","64062","64068","64069","64072","64073","64077","64089","64116","64117","64118","64119","64148","64155","64156","64157","64158","64161","64162","64165","64166","64167","64188","64195","64492"],"st":"MO"}},"29049":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.602257,39.747195],[-94.205961,39.745841],[-94.208423,39.5272],[-94.210642,39.454682],[-94.600819,39.456155],[-94.601246,39.530372],[-94.602257,39.747195]]]},"properties":{"id":"29049","n":"Clinton","z":["64048","64062","64429","64454","64465","64474","64477","64490","64492","64493"],"st":"MO"}},"29051":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.495185,38.427829],[-92.394866,38.73913],[-92.357813,38.679517],[-92.220661,38.643167],[-92.161663,38.578057],[-92.008983,38.5709],[-92.043489,38.466479],[-92.167357,38.469687],[-92.114977,38.401937],[-92.194476,38.335536],[-92.408407,38.341344],[-92.403484,38.425331],[-92.495185,38.427829]]]},"properties":{"id":"29051","n":"Cole","z":["65023","65032","65040","65042","65053","65058","65074","65076","65101","65102","65103","65104","65105","65106","65107","65108","65109","65110","65111"],"st":"MO"}},"29053":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.050453,38.928244],[-93.048471,38.972418],[-92.934569,39.064547],[-92.852628,38.982183],[-92.558086,38.970692],[-92.498377,38.922084],[-92.617147,38.680013],[-92.839837,38.683974],[-93.059974,38.693077],[-93.050453,38.928244]]]},"properties":{"id":"29053","n":"Cooper","z":["65018","65025","65068","65081","65233","65237","65276","65287","65322","65347","65348","65354"],"st":"MO"}},"29055":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.367482,38.209741],[-91.095765,38.204083],[-91.100017,37.740012],[-91.153345,37.69734],[-91.310655,37.700048],[-91.308311,37.787186],[-91.528797,37.788989],[-91.534384,38.152593],[-91.535332,38.210974],[-91.367482,38.209741]]]},"properties":{"id":"29055","n":"Crawford","z":["45441","63080","65066","65441","65446","65449","65453","65456","65535","65546","65559","65560","65565","65586"],"st":"MO"}},"29057":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.082083,37.349291],[-94.075385,37.58157],[-93.616033,37.572689],[-93.621153,37.427423],[-93.625844,37.282011],[-94.052313,37.290078],[-94.082083,37.349291]]]},"properties":{"id":"29057","n":"Dade","z":["64748","64756","64759","65601","65603","65604","65635","65646","65661","65682","65752","65770","65785"],"st":"MO"}},"29059":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.072447,37.902627],[-92.855384,37.895736],[-92.853481,37.48397],[-93.071584,37.487444],[-93.07338,37.414989],[-93.182489,37.417204],[-93.173183,37.72966],[-93.187915,37.802737],[-93.182648,37.904232],[-93.072447,37.902627]]]},"properties":{"id":"29059","n":"Dallas","z":["65463","65536","65590","65622","65632","65644","65648","65685","65722","65764","65767","65783","65786"],"st":"MO"}},"29061":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.216696,40.136626],[-93.764021,40.132909],[-93.761973,39.959552],[-93.758992,39.784674],[-94.205844,39.788954],[-94.2188,40.034885],[-94.216696,40.136626]]]},"properties":{"id":"29061","n":"Daviess","z":["64429","64497","64620","64625","64636","64640","64642","64644","64647","64648","64649","64654","64657","64670","64689"],"st":"MO"}},"29063":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.605377,40.039217],[-94.2188,40.034885],[-94.205844,39.788954],[-94.205961,39.745841],[-94.602257,39.747195],[-94.602819,39.819608],[-94.605377,40.039217]]]},"properties":{"id":"29063","n":"De Kalb","z":["64422","64429","64430","64463","64469","64474","64490","64494","64497","64670"],"st":"MO"}},"29065":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.528797,37.788989],[-91.308311,37.787186],[-91.310655,37.700048],[-91.153345,37.69734],[-91.155073,37.588092],[-91.312458,37.592824],[-91.314236,37.505132],[-91.210984,37.501911],[-91.211863,37.415277],[-91.646626,37.422731],[-91.75504,37.42411],[-91.754795,37.598768],[-91.809105,37.598863],[-91.806219,37.791286],[-91.528797,37.788989]]]},"properties":{"id":"29065","n":"Dent","z":["63629","65401","65440","65462","65501","65541","65542","65560"],"st":"MO"}},"29067":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.903273,37.070651],[-92.685867,37.067051],[-92.251359,37.059653],[-92.088708,37.056248],[-92.112346,36.794231],[-92.764869,36.806097],[-92.909336,36.809178],[-92.903273,37.070651]]]},"properties":{"id":"29067","n":"Douglas","z":["65402","65608","65637","65638","65652","65689","65702","65704","65711","65717","65720","65746","65755","65768","65775","65793"],"st":"MO"}},"29069":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.189127982217,36.198986608667],[-90.06398,36.303038],[-90.066136,36.386272],[-90.131038,36.415069],[-90.153871,36.495344],[-90.220749053915,36.495937592195],[-90.148398,36.630656],[-89.958786,36.629331],[-89.96131,36.388803],[-89.959375295174,35.999014110157],[-90.288947915273,35.996514004211],[-90.368718,35.995812],[-90.294492,36.112949],[-90.189127982217,36.198986608667]]]},"properties":{"id":"29069","n":"Dunklin","z":["63821","63829","63837","63847","63849","63852","63855","63857","63863","63875","63876","63877","63880","63933"],"st":"MO"}},"29071":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.369192,38.699324],[-91.319022,38.708368],[-91.226547,38.621567],[-91.077324,38.609343],[-90.964461,38.547545],[-90.916554,38.534725],[-90.732328,38.639302],[-90.736311,38.466643],[-90.780185,38.204112],[-91.095765,38.204083],[-91.367482,38.209741],[-91.369192,38.699324]]]},"properties":{"id":"29071","n":"Franklin","z":["63013","63014","63015","63037","63039","63041","63055","63056","63060","63061","63068","63069","63072","63073","63077","63079","63080","63084","63089","63090","63091","65441"],"st":"MO"}},"29073":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.644729,38.28851],[-91.640372,38.703792],[-91.558185,38.676635],[-91.418637,38.709778],[-91.369192,38.699324],[-91.367482,38.209741],[-91.535332,38.210974],[-91.534384,38.152593],[-91.630554,38.153519],[-91.644729,38.28851]]]},"properties":{"id":"29073","n":"Gasconade","z":["63014","63068","63091","65014","65036","65041","65051","65061","65062","65066","65453","65559"],"st":"MO"}},"29075":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.605942,40.126127],[-94.598487,40.386714],[-94.214278,40.384254],[-94.216696,40.136626],[-94.2188,40.034885],[-94.605377,40.039217],[-94.605942,40.126127]]]},"properties":{"id":"29075","n":"Gentry","z":["64402","64438","64441","64453","64463","64471","64479","64489","64499","64657","64670"],"st":"MO"}},"29077":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.621153,37.427423],[-93.182489,37.417204],[-93.07338,37.414989],[-93.065274,37.088694],[-93.608899,37.098153],[-93.625844,37.282011],[-93.621153,37.427423]]]},"properties":{"id":"29077","n":"Greene","z":["65604","65610","65612","65617","65619","65645","65648","65721","65725","65738","65742","65757","65765","65770","65781","65801","65802","65803","65804","65805","65806","65807","65808","65809","65810","65814","65817","65890","65897","65898","65899"],"st":"MO"}},"29079":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.763324,40.263988],[-93.367214,40.266314],[-93.361951,40.033098],[-93.361957,39.967606],[-93.761973,39.959552],[-93.764021,40.132909],[-93.763324,40.263988]]]},"properties":{"id":"29079","n":"Grundy","z":["64635","64641","64642","64648","64652","64679","64683"],"st":"MO"}},"29081":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.232240710208,40.572014612127],[-94.015492,40.57407370701],[-93.77434420403,40.577530453391],[-93.763324,40.263988],[-93.764021,40.132909],[-94.216696,40.136626],[-94.214278,40.384254],[-94.232240710208,40.572014612127]]]},"properties":{"id":"29081","n":"Harrison","z":["64424","64426","64442","64456","64458","64467","64471","64481","64632","64636","64642","64657","64670"],"st":"MO"}},"29083":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.065713,38.447087],[-94.064317,38.56738],[-93.51103,38.55621],[-93.512743,38.512476],[-93.523484,38.207216],[-94.049895,38.213985],[-94.075182,38.21544],[-94.065713,38.447087]]]},"properties":{"id":"29083","n":"Henry","z":["64726","64733","64735","64739","64740","64761","64770","64788","65323","65360"],"st":"MO"}},"29085":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.503946,38.073123],[-93.065199,38.062479],[-93.072447,37.902627],[-93.182648,37.904232],[-93.187915,37.802737],[-93.561399,37.812982],[-93.573202,37.828035],[-93.568709,37.914918],[-93.512103,37.913535],[-93.503946,38.073123]]]},"properties":{"id":"29085","n":"Hickory","z":["65355","65634","65650","65668","65674","65724","65732","65735","65767","65774","65779"],"st":"MO"}},"29087":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.54818200118,40.264414672843],[-95.180614,40.261706],[-95.064972,40.246589],[-95.04308,40.130096],[-94.993374239714,39.898565259992],[-95.081534,39.861718],[-95.30829,39.999998],[-95.382957,40.027112],[-95.394216,40.108263],[-95.54787031627,40.26278346082],[-95.54818200118,40.264414672843]]]},"properties":{"id":"29087","n":"Holt","z":["64437","64446","64451","64466","64470","64473","64487"],"st":"MO"}},"29089":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.849224,39.226218],[-92.790369,39.343586],[-92.707367,39.321614],[-92.430229,39.248795],[-92.565052,38.998741],[-92.558086,38.970692],[-92.852628,38.982183],[-92.934569,39.064547],[-92.94385,39.121738],[-92.849224,39.226218]]]},"properties":{"id":"29089","n":"Howard","z":["65230","65243","65248","65250","65254","65256","65257","65274","65279"],"st":"MO"}},"29091":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.112346,36.794231],[-92.088708,37.056248],[-91.655607,37.048925],[-91.658111,36.888724],[-91.674237,36.787832],[-91.672342456444,36.499256633799],[-92.120429104388,36.498193124],[-92.112346,36.794231]]]},"properties":{"id":"29091","n":"Howell","z":["65548","65609","65626","65637","65688","65689","65692","65775","65777","65788","65789","65790","65793"],"st":"MO"}},"29093":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.153345,37.69734],[-91.100017,37.740012],[-90.645135,37.734813],[-90.647874,37.642809],[-90.535016,37.643641],[-90.549729,37.317594],[-90.550603,37.272608],[-90.735453,37.27104],[-90.772949,37.373659],[-90.768695,37.603011],[-91.155073,37.588092],[-91.153345,37.69734]]]},"properties":{"id":"29093","n":"Iron","z":["63620","63621","63623","63624","63625","63631","63632","63636","63650","63654","63656","63663","63675","65439","65565","65566"],"st":"MO"}},"29095":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.607870353374,39.044085096478],[-94.591933,39.155003],[-94.46159,39.120372],[-94.290785,39.236915],[-94.212515,39.207086],[-94.104823,39.143507],[-94.114175,38.917304],[-94.119096,38.833167],[-94.60896034375,38.847211315445],[-94.607870353374,39.044085096478]]]},"properties":{"id":"29095","n":"Jackson","z":{"0":"64002","1":"64013","2":"64014","3":"64015","4":"64016","5":"64029","6":"64030","7":"64034","8":"64050","9":"64051","10":"64052","11":"64053","12":"64054","13":"64055","14":"64056","15":"64057","16":"64058","17":"64063","18":"64064","19":"64065","20":"64066","21":"64070","22":"64075","23":"64080","24":"64081","25":"64082","26":"64086","27":"64088","28":"64101","29":"64102","30":"64105","31":"64106","32":"64108","33":"64109","34":"64110","35":"64111","36":"64112","37":"64113","38":"64114","39":"64120","40":"64121","41":"64123","42":"64124","43":"64125","44":"64126","45":"64127","46":"64128","47":"64129","48":"64130","49":"64131","50":"64132","51":"64133","52":"64134","53":"64136","54":"64137","55":"64138","56":"64139","57":"64141","58":"64144","59":"64145","60":"64146","61":"64147","62":"64149","63":"64168","64":"64170","65":"64171","66":"64179","67":"64180","68":"64184","69":"64187","70":"64190","71":"64191","72":"64196","73":"64197","74":"64198","75":"64199","76":"64999","134":"64192"},"st":"MO"}},"29097":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.617753891607,37.338418],[-94.617667604701,37.364170327039],[-94.082083,37.349291],[-94.052313,37.290078],[-94.059211,37.048127],[-94.618102891103,37.056796390873],[-94.617753891607,37.338418]]]},"properties":{"id":"29097","n":"Jasper","z":["64748","64755","64801","64802","64803","64804","64830","64832","64833","64834","64835","64836","64840","64841","64848","64849","64855","64857","64859","64862","64864","64870"],"st":"MO"}},"29099":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.736311,38.466643],[-90.405262,38.501153],[-90.340244281704,38.387094622636],[-90.363926,38.236355],[-90.252746323976,38.127773826229],[-90.416022,38.042315],[-90.628192,38.007962],[-90.63998,38.076548],[-90.780185,38.204112],[-90.736311,38.466643]]]},"properties":{"id":"29099","n":"Jefferson","z":["63010","63012","63015","63016","63019","63020","63023","63024","63025","63026","63028","63041","63047","63048","63049","63050","63051","63052","63053","63057","63065","63066","63069","63070","63072","63087","63627","63628"],"st":"MO"}},"29101":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.119096,38.833167],[-94.114175,38.917304],[-93.834719,38.937909],[-93.497278,38.92843],[-93.51103,38.55621],[-94.064317,38.56738],[-94.119664,38.568712],[-94.119096,38.833167]]]},"properties":{"id":"29101","n":"Johnson","z":["64011","64019","64020","64040","64061","64070","64076","64093","64726","64733","64747","64761","65305","65332","65336","65351","65360"],"st":"MO"}},"29103":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.347801,40.302756],[-91.949747,40.300832],[-91.950812,40.25721],[-91.952726,39.949426],[-92.287882,39.95249],[-92.344708,39.953297],[-92.345064,40.03721],[-92.347801,40.302756]]]},"properties":{"id":"29103","n":"Knox","z":{"0":"63446","1":"63458","2":"63460","3":"63469","4":"63531","5":"63533","6":"63537","7":"63547","8":"63563","12":"63464"},"st":"MO"}},"29105":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.855384,37.895736],[-92.620181,37.892521],[-92.549074,37.800539],[-92.409231,37.85918],[-92.413669,37.713941],[-92.248865,37.648442],[-92.249463,37.604543],[-92.252261,37.472944],[-92.686671,37.481545],[-92.853481,37.48397],[-92.855384,37.895736]]]},"properties":{"id":"29105","n":"Laclede","z":["65463","65470","65534","65536","65543","65552","65556","65567","65632","65662","65722"],"st":"MO"}},"29107":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.104823,39.143507],[-93.988892,39.152786],[-93.840147,39.215467],[-93.758463,39.207021],[-93.650526,39.248214],[-93.49196,39.223461],[-93.477233,39.292796],[-93.496377,38.942837],[-93.497278,38.92843],[-93.834719,38.937909],[-94.114175,38.917304],[-94.104823,39.143507]]]},"properties":{"id":"29107","n":"Lafayette","z":["64001","64011","64017","64020","64021","64022","64037","64067","64071","64074","64075","64076","64093","64096","64097","65321","65327"],"st":"MO"}},"29109":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.059211,37.048127],[-94.052313,37.290078],[-93.625844,37.282011],[-93.608899,37.098153],[-93.610126,36.99581],[-93.611003,36.922831],[-94.06274,36.931775],[-94.059211,37.048127]]]},"properties":{"id":"29109","n":"Lawrence","z":["64748","64848","64862","64873","65604","65605","65610","65612","65646","65654","65664","65682","65705","65707","65708","65712","65723","65738","65752","65756","65769"],"st":"MO"}},"29111":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.950812,40.25721],[-91.496957490339,40.248703876373],[-91.506167908622,40.200643512795],[-91.484064,40.019332],[-91.436843268599,39.945243463678],[-91.840353,39.948235],[-91.952726,39.949426],[-91.950812,40.25721]]]},"properties":{"id":"29111","n":"Lewis","z":["63435","63438","63440","63446","63447","63448","63452","63454","63457","63466","63471","63473"],"st":"MO"}},"29113":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.260232,39.139845],[-91.18546,39.13905],[-91.182942,39.227233],[-90.723283623413,39.224102970058],[-90.681086,39.10059],[-90.713629,39.053977],[-90.661582906877,38.934703307753],[-90.817827,38.875966],[-90.958536,38.870865],[-91.111251,38.872709],[-91.110187,38.931901],[-91.189348,38.932151],[-91.18839,38.992141],[-91.264287,38.992762],[-91.260232,39.139845]]]},"properties":{"id":"29113","n":"Lincoln","z":["63333","63334","63343","63344","63347","63348","63349","63359","63362","63369","63370","63377","63379","63381","63383","63387","63389","63390"],"st":"MO"}},"29115":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.361957,39.967606],[-93.361951,40.033098],[-92.856191,40.037253],[-92.847477,40.037301],[-92.85792,39.699985],[-93.266968,39.703562],[-93.364808,39.703803],[-93.361957,39.967606]]]},"properties":{"id":"29115","n":"Linn","z":["63557","63566","64628","64630","64631","64635","64646","64651","64653","64658","64659","64674","64688"],"st":"MO"}},"29117":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.761973,39.959552],[-93.361957,39.967606],[-93.364808,39.703803],[-93.266968,39.703562],[-93.278098,39.615632],[-93.758357,39.611407],[-93.758992,39.784674],[-93.761973,39.959552]]]},"properties":{"id":"29117","n":"Livingston","z":["64601","64624","64625","64635","64638","64643","64648","64656","64664","64683","64686","64688"],"st":"MO"}},"29119":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.618307,36.76656],[-94.068898,36.747818],[-94.077088266893,36.498975957222],[-94.617919,36.499414],[-94.617991778417,36.667921272344],[-94.618307,36.76656]]]},"properties":{"id":"29119","n":"McDonald","z":["64831","64843","64847","64850","64854","64856","64861","64863","64865","64867","65647","65730","65745","65772"],"st":"MO"}},"29121":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.847477,40.037301],[-92.345064,40.03721],[-92.344708,39.953297],[-92.287882,39.95249],[-92.299316,39.605344],[-92.300871,39.605348],[-92.692149,39.610265],[-92.689331,39.698094],[-92.85792,39.699985],[-92.847477,40.037301]]]},"properties":{"id":"29121","n":"Macon","z":["63431","63437","63530","63532","63534","63538","63539","63549","63552","63557","63558","64631","65247","65260"],"st":"MO"}},"29123":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.535016,37.643641],[-90.146778,37.641618],[-90.146763,37.597434],[-90.145699,37.312091],[-90.217657,37.314967],[-90.549729,37.317594],[-90.535016,37.643641]]]},"properties":{"id":"29123","n":"Madison","z":["63620","63621","63636","63645","63650","63655"],"st":"MO"}},"29125":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.195675,38.292237],[-91.644729,38.28851],[-91.630554,38.153519],[-91.632431,38.050951],[-91.895347,38.051199],[-92.021165,38.010639],[-92.18537,38.016338],[-92.195675,38.292237]]]},"properties":{"id":"29125","n":"Maries","z":["65001","65013","65014","65058","65401","65443","65459","65559","65580","65582"],"st":"MO"}},"29127":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.840353,39.948235],[-91.436843268599,39.945243463678],[-91.436051,39.84551],[-91.364616603323,39.758718226322],[-91.305760334965,39.686215470078],[-91.715497,39.686492],[-91.715247,39.657644],[-91.846743,39.658513],[-91.840353,39.948235]]]},"properties":{"id":"29127","n":"Marion","z":["63401","63438","63439","63440","63443","63454","63456","63461","63463","63471"],"st":"MO"}},"29129":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.77434420403,40.577530453391],[-93.556896674272,40.57965948506],[-93.374386258764,40.580397032609],[-93.366935,40.382999],[-93.367214,40.266314],[-93.763324,40.263988],[-93.77434420403,40.577530453391]]]},"properties":{"id":"29129","n":"Mercer","z":["64632","64645","64661","64667","64673","64679"],"st":"MO"}},"29131":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.625189,38.430778],[-92.495185,38.427829],[-92.403484,38.425331],[-92.408407,38.341344],[-92.194476,38.335536],[-92.195675,38.292237],[-92.18537,38.016338],[-92.406275,38.021179],[-92.515979,38.022336],[-92.604684,38.170733],[-92.695886,38.222031],[-92.689834,38.348472],[-92.633756,38.348082],[-92.625189,38.430778]]]},"properties":{"id":"29131","n":"Miller","z":["06502","65017","65026","65032","65040","65047","65049","65058","65064","65065","65072","65075","65079","65082","65083","65452","65459","65486"],"st":"MO"}},"29133":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.519809,36.869617],[-89.465393,36.935729],[-89.307436691173,37.028759449628],[-89.132915,36.982057],[-89.103135448327,36.944760900322],[-89.15598490907,36.786292663371],[-89.202511,36.716618],[-89.175649772347,36.651319262553],[-89.227319,36.569375],[-89.327319777009,36.62394628877],[-89.519809,36.869617]]]},"properties":{"id":"29133","n":"Mississippi","z":["63820","63823","63834","63845","63881","63882"],"st":"MO"}},"29135":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.839837,38.683974],[-92.617147,38.680013],[-92.498377,38.922084],[-92.381304,38.808732],[-92.394866,38.73913],[-92.495185,38.427829],[-92.625189,38.430778],[-92.841871,38.596792],[-92.839837,38.683974]]]},"properties":{"id":"29135","n":"Moniteau","z":["65011","65018","65023","65025","65034","65046","65050","65055","65074","65081","65084","65287"],"st":"MO"}},"29137":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.300871,39.605348],[-92.299316,39.605344],[-92.186691,39.604082],[-92.184986,39.662932],[-91.846743,39.658513],[-91.715247,39.657644],[-91.717968,39.339122],[-92.310028,39.347795],[-92.300871,39.605348]]]},"properties":{"id":"29137","n":"Monroe","z":["63437","63443","63450","63456","63462","63468","65240","65243","65258","65260","65263","65265","65270","65275","65282","65283"],"st":"MO"}},"29139":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.647171,38.703396],[-91.633998,39.059057],[-91.629598,39.147853],[-91.409033,39.142542],[-91.260232,39.139845],[-91.264287,38.992762],[-91.264927,38.843833],[-91.415832,38.8453],[-91.418637,38.709778],[-91.558185,38.676635],[-91.640372,38.703792],[-91.647171,38.703396]]]},"properties":{"id":"29139","n":"Montgomery","z":["63333","63350","63351","63359","63361","63363","63381","63384","65041","65069"],"st":"MO"}},"29141":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.067291,38.529995],[-93.059974,38.693077],[-92.839837,38.683974],[-92.841871,38.596792],[-92.625189,38.430778],[-92.633756,38.348082],[-92.689834,38.348472],[-92.695886,38.222031],[-92.764539,38.189619],[-93.01499,38.189775],[-93.077692,38.263092],[-93.067291,38.529995]]]},"properties":{"id":"29141","n":"Morgan","z":["65011","65026","65034","65037","65038","65072","65078","65079","65081","65084","65329","65345","65348","65350","65354"],"st":"MO"}},"29143":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.958786,36.629331],[-89.700952,36.627453],[-89.691603,36.859517],[-89.519809,36.869617],[-89.327319777009,36.62394628877],[-89.407906,36.562345],[-89.544434,36.57451],[-89.539232,36.497934],[-89.545031333969,36.344271398663],[-89.611308,36.411273],[-89.728855,36.427504],[-89.752147,36.386396],[-89.96131,36.388803],[-89.958786,36.629331]]]},"properties":{"id":"29143","n":"New Madrid","z":["63801","63828","63833","63845","63848","63860","63862","63863","63866","63867","63868","63869","63870","63873","63874","63878"],"st":"MO"}},"29145":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.617964,36.998905],[-94.618102891103,37.056796390873],[-94.059211,37.048127],[-94.06274,36.931775],[-94.068898,36.747818],[-94.618307,36.76656],[-94.617964,36.998905]]]},"properties":{"id":"29145","n":"Newton","z":["64804","64840","64842","64843","64844","64850","64853","64858","64861","64862","64865","64866","64867","64868","64873","65723"],"st":"MO"}},"29147":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.20226600083,40.578375628996],[-94.914897867362,40.574921169111],[-94.632025917695,40.5717595874],[-94.598487,40.386714],[-94.605942,40.126127],[-95.04308,40.130096],[-95.064972,40.246589],[-95.180614,40.261706],[-95.177708,40.478903],[-95.20226600083,40.578375628996]]]},"properties":{"id":"29147","n":"Nodaway","z":["64423","64427","64428","64431","64432","64433","64434","64445","64455","64457","64461","64468","64475","64476","64479","64486","64487","64489"],"st":"MO"}},"29149":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.658111,36.888724],[-91.22283,36.883857],[-91.224825,36.825679],[-91.115926,36.823672],[-91.126538874565,36.497797701019],[-91.407137443517,36.497140711949],[-91.450004918137,36.497540213185],[-91.672342456444,36.499256633799],[-91.674237,36.787832],[-91.658111,36.888724]]]},"properties":{"id":"29149","n":"Oregon","z":["63935","63941","63942","65438","65588","65606","65690","65692","65775","65778","65788","65791"],"st":"MO"}},"29151":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.194476,38.335536],[-92.114977,38.401937],[-92.167357,38.469687],[-92.043489,38.466479],[-92.008983,38.5709],[-91.854867,38.670336],[-91.647171,38.703396],[-91.640372,38.703792],[-91.644729,38.28851],[-92.195675,38.292237],[-92.194476,38.335536]]]},"properties":{"id":"29151","n":"Osage","z":["65001","65013","65014","65016","65024","65035","65048","65051","65054","65058","65061","65062","65076","65085","65101"],"st":"MO"}},"29153":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.764869,36.806097],[-92.112346,36.794231],[-92.120429104388,36.498193124],[-92.150306249501,36.498140333324],[-92.529136581044,36.498165682985],[-92.772333893372,36.498083154079],[-92.764869,36.806097]]]},"properties":{"id":"29153","n":"Ozark","z":["65608","65609","65618","65626","65637","65638","65655","65666","65676","65715","65729","65733","65741","65755","65760","65761","65762","65766","65773","65784","65790"],"st":"MO"}},"29155":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.96131,36.388803],[-89.752147,36.386396],[-89.728855,36.427504],[-89.611308,36.411273],[-89.545031333969,36.344271398663],[-89.554289,36.277751],[-89.69263,36.224959],[-89.627641441675,36.185460316606],[-89.592102,36.135637],[-89.733095,36.000608],[-89.959375295174,35.999014110157],[-89.96131,36.388803]]]},"properties":{"id":"29155","n":"Pemiscot","z":["63826","63827","63830","63839","63840","63848","63849","63851","63852","63853","63873","63877","63879"],"st":"MO"}},"29157":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.146778,37.641618],[-90.110537,37.67134],[-89.933095790915,37.880099058252],[-89.851048,37.90398],[-89.687221380853,37.796406718439],[-89.521948,37.696475],[-89.497745926039,37.569985913928],[-89.5017910495,37.558895719323],[-89.602828,37.603225],[-89.672802,37.583761],[-89.861123,37.599286],[-90.146763,37.597434],[-90.146778,37.641618]]]},"properties":{"id":"29157","n":"Perry","z":["63673","63732","63737","63746","63748","63770","63775","63776","63783"],"st":"MO"}},"29159":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.51103,38.55621],[-93.497278,38.92843],[-93.496377,38.942837],[-93.050453,38.928244],[-93.059974,38.693077],[-93.067291,38.529995],[-93.290454,38.535388],[-93.291851,38.506321],[-93.512743,38.512476],[-93.51103,38.55621]]]},"properties":{"id":"29159","n":"Pettis","z":["65301","65302","65332","65333","65334","65335","65336","65337","65340","65345","65347","65350","65351","65360"],"st":"MO"}},"29161":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.021165,38.010639],[-91.895347,38.051199],[-91.632431,38.050951],[-91.630554,38.153519],[-91.534384,38.152593],[-91.528797,37.788989],[-91.806219,37.791286],[-91.809105,37.598863],[-92.029258,37.602542],[-92.021165,38.010639]]]},"properties":{"id":"29161","n":"Phelps","z":["65401","65409","65436","65449","65459","65461","65462","65529","65532","65550","65559","65560"],"st":"MO"}},"29163":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.18287550082,39.598233115795],[-91.03827,39.448436],[-90.935349946369,39.399519528907],[-90.72996,39.255894],[-90.723283623413,39.224102970058],[-91.182942,39.227233],[-91.18546,39.13905],[-91.260232,39.139845],[-91.409033,39.142542],[-91.438235,39.318716],[-91.460442,39.450722],[-91.18287550082,39.598233115795]]]},"properties":{"id":"29163","n":"Pike","z":["63330","63334","63336","63339","63343","63344","63353","63359","63382","63433","63441","63459"],"st":"MO"}},"29165":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.091419402824,39.53325788521],[-94.601246,39.530372],[-94.600819,39.456155],[-94.601937981921,39.155503233464],[-94.791994673743,39.20126025024],[-94.908065,39.323663],[-94.888972,39.392432],[-94.965747418633,39.421681744656],[-95.091419402824,39.53325788521]]]},"properties":{"id":"29165","n":"Platte","z":["64018","64028","64079","64089","64092","64098","64118","64150","64151","64152","64153","64154","64163","64164","64439","64440","64444","64484"],"st":"MO"}},"29167":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.628404,37.829435],[-93.573202,37.828035],[-93.561399,37.812982],[-93.187915,37.802737],[-93.173183,37.72966],[-93.182489,37.417204],[-93.621153,37.427423],[-93.616033,37.572689],[-93.628404,37.829435]]]},"properties":{"id":"29167","n":"Polk","z":["65601","65613","65617","65622","65640","65648","65649","65650","65663","65674","65685","65710","65725","65727","65767","65770","65781"],"st":"MO"}},"29169":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.409231,37.85918],[-92.406275,38.021179],[-92.18537,38.016338],[-92.021165,38.010639],[-92.029258,37.602542],[-92.249463,37.604543],[-92.248865,37.648442],[-92.413669,37.713941],[-92.409231,37.85918]]]},"properties":{"id":"29169","n":"Pulaski","z":["65452","65457","65459","65461","65473","65534","65550","65552","65556","65583","65584"],"st":"MO"}},"29171":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.374386258764,40.580397032609],[-93.09729120375,40.583823477325],[-92.714597263045,40.589582833836],[-92.684167,40.343466],[-92.855629,40.342736],[-92.855313,40.385894],[-93.366935,40.382999],[-93.374386258764,40.580397032609]]]},"properties":{"id":"29171","n":"Putnam","z":["63535","63544","63551","63559","63560","63565","63567","64655","64667","64672"],"st":"MO"}},"29173":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.717968,39.339122],[-91.715247,39.657644],[-91.715497,39.686492],[-91.305760334965,39.686215470078],[-91.18287550082,39.598233115795],[-91.460442,39.450722],[-91.438235,39.318716],[-91.717968,39.339122]]]},"properties":{"id":"29173","n":"Ralls","z":["63352","63382","63401","63436","63441","63456","63459","63462","63467"],"st":"MO"}},"29175":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.692149,39.610265],[-92.300871,39.605348],[-92.310028,39.347795],[-92.314471,39.246454],[-92.430229,39.248795],[-92.707367,39.321614],[-92.692149,39.610265]]]},"properties":{"id":"29175","n":"Randolph","z":["65230","65239","65243","65244","65257","65259","65260","65263","65270","65278"],"st":"MO"}},"29177":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.210642,39.454682],[-94.208423,39.5272],[-93.759183,39.524558],[-93.758463,39.207021],[-93.840147,39.215467],[-93.988892,39.152786],[-94.104823,39.143507],[-94.212515,39.207086],[-94.210642,39.454682]]]},"properties":{"id":"29177","n":"Ray","z":["64017","64024","64035","64036","64062","64077","64084","64085","64624","64637","64668","64671"],"st":"MO"}},"29179":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.155073,37.588092],[-90.768695,37.603011],[-90.772949,37.373659],[-90.735453,37.27104],[-90.779553,37.050324],[-90.964466,37.053584],[-91.017766,37.095677],[-91.034346,37.169343],[-91.159323,37.254936],[-91.175405,37.414805],[-91.211863,37.415277],[-91.210984,37.501911],[-91.314236,37.505132],[-91.312458,37.592824],[-91.155073,37.588092]]]},"properties":{"id":"29179","n":"Reynolds","z":["63620","63625","63629","63633","63638","63654","63656","63665","63666","63957","63965","65440"],"st":"MO"}},"29181":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.115926,36.823672],[-90.662617,36.811453],[-90.627517,36.810954],[-90.576179065567,36.498405927798],[-90.784244155131,36.498462200129],[-91.126538874565,36.497797701019],[-91.115926,36.823672]]]},"properties":{"id":"29181","n":"Ripley","z":["63901","63931","63935","63939","63942","63943","63953","63954","63955"],"st":"MO"}},"29183":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.958536,38.870865],[-90.817827,38.875966],[-90.661582906877,38.934703307753],[-90.555693,38.870785],[-90.450969940892,38.961395003324],[-90.276583722026,38.919338467212],[-90.113327,38.849306],[-90.117707,38.805748],[-90.320213,38.891148],[-90.440617,38.82765],[-90.541612,38.685267],[-90.660509,38.688551],[-90.732328,38.639302],[-90.916554,38.534725],[-90.964461,38.547545],[-90.958536,38.870865]]]},"properties":{"id":"29183","n":"Saint Charles","z":["63301","63302","63303","63304","63332","63338","63341","63346","63348","63357","63365","63366","63367","63368","63373","63376","63378","63385","63386"],"st":"MO"}},"29185":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.058285,38.036627],[-94.049895,38.213985],[-93.523484,38.207216],[-93.503946,38.073123],[-93.512103,37.913535],[-93.568709,37.914918],[-93.573202,37.828035],[-93.628404,37.829435],[-93.811402,37.834571],[-93.808648,37.892775],[-94.065675,37.900987],[-94.058285,38.036627]]]},"properties":{"id":"29185","n":"Saint Clair","z":["64724","64738","64740","64744","64763","64770","64776","64780","64781","64783","65674","65774","65785"],"st":"MO"}},"29186":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.416022,38.042315],[-90.252746323976,38.127773826229],[-90.205728625883,38.088233183109],[-90.008353,37.970179],[-89.933095790915,37.880099058252],[-90.110537,37.67134],[-90.200208,37.669628],[-90.459133,37.878924],[-90.32287,37.981731],[-90.416022,38.042315]]]},"properties":{"id":"29186","n":"Ste. Genevieve","z":["63028","63036","63627","63628","63640","63645","63670","63673"],"st":"MO"}},"29187":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.645135,37.734813],[-90.63998,38.076548],[-90.628192,38.007962],[-90.416022,38.042315],[-90.32287,37.981731],[-90.459133,37.878924],[-90.200208,37.669628],[-90.110537,37.67134],[-90.146778,37.641618],[-90.535016,37.643641],[-90.647874,37.642809],[-90.645135,37.734813]]]},"properties":{"id":"29187","n":"Saint Francois","z":["63036","63087","63601","63624","63626","63628","63630","63637","63640","63645","63648","63650","63651","63653"],"st":"MO"}},"29189":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.732328,38.639302],[-90.660509,38.688551],[-90.541612,38.685267],[-90.440617,38.82765],[-90.320213,38.891148],[-90.117707,38.805748],[-90.166594640016,38.772450139305],[-90.251745,38.718887],[-90.318212,38.600017],[-90.255294887669,38.530877711821],[-90.260976059287,38.518526787408],[-90.340244281704,38.387094622636],[-90.405262,38.501153],[-90.736311,38.466643],[-90.732328,38.639302]]]},"properties":{"id":"29189","n":"Saint Louis","z":["63005","63006","63011","63017","63021","63022","63025","63026","63031","63032","63033","63034","63038","63040","63042","63043","63044","63045","63049","63069","63074","63088","63099","63105","63114","63117","63119","63120","63121","63122","63123","63124","63125","63126","63127","63128","63129","63130","63131","63132","63133","63134","63135","63136","63137","63138","63140","63141","63143","63144","63145","63146"],"st":"MO"}},"29195":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.477233,39.292796],[-93.399133,39.226437],[-93.332252,39.309606],[-93.230079,39.327877],[-93.200708,39.401787],[-93.104485,39.383656],[-93.072915,39.33552],[-92.959801,39.312526],[-92.911669,39.223946],[-92.849224,39.226218],[-92.94385,39.121738],[-92.934569,39.064547],[-93.048471,38.972418],[-93.050453,38.928244],[-93.496377,38.942837],[-93.477233,39.292796]]]},"properties":{"id":"29195","n":"Saline","z":["64020","65320","65321","65327","65330","65333","65339","65340","65344","65347","65349","65351"],"st":"MO"}},"29197":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.637903293599,40.590956547098],[-92.350804186726,40.597257276376],[-92.349975,40.346505],[-92.684167,40.343466],[-92.714597263045,40.589582833836],[-92.637903293599,40.590956547098]]]},"properties":{"id":"29197","n":"Schuyler","z":["58502","63535","63536","63541","63546","63548","63561"],"st":"MO"}},"29199":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.350804186726,40.597257276376],[-92.17978,40.600529],[-91.943117459686,40.606060586354],[-91.949747,40.300832],[-92.347801,40.302756],[-92.349975,40.346505],[-92.350804186726,40.597257276376]]]},"properties":{"id":"29199","n":"Scotland","z":{"2":"63432","3":"63442","4":"63474","5":"63531","6":"63536","7":"63543","8":"63555","9":"63563","48":"52542","49":"52573"},"st":"MO"}},"29201":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.765211,37.126066],[-89.620256,37.233008],[-89.482889284644,37.260950718414],[-89.359456,37.042606],[-89.307436691173,37.028759449628],[-89.465393,36.935729],[-89.519809,36.869617],[-89.691603,36.859517],[-89.68953,36.926],[-89.786867,37.087102],[-89.765211,37.126066]]]},"properties":{"id":"29201","n":"Scott","z":["63735","63736","63740","63742","63758","63767","63771","63774","63780","63784","63801","63823","63824","63834"],"st":"MO"}},"29203":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.655607,37.048925],[-91.646626,37.422731],[-91.211863,37.415277],[-91.175405,37.414805],[-91.159323,37.254936],[-91.034346,37.169343],[-91.017766,37.095677],[-91.21715,37.086197],[-91.22283,36.883857],[-91.658111,36.888724],[-91.655607,37.048925]]]},"properties":{"id":"29203","n":"Shannon","z":["63629","63638","65438","65466","65479","65548","65560","65571","65588"],"st":"MO"}},"29205":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.287882,39.95249],[-91.952726,39.949426],[-91.840353,39.948235],[-91.846743,39.658513],[-92.184986,39.662932],[-92.186691,39.604082],[-92.299316,39.605344],[-92.287882,39.95249]]]},"properties":{"id":"29205","n":"Shelby","z":["63434","63437","63439","63440","63443","63450","63451","63468","63469"],"st":"MO"}},"29207":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.258563,36.922043],[-90.111247,37.041205],[-89.99572,37.04011],[-89.959576,37.127353],[-89.866627,37.126227],[-89.765211,37.126066],[-89.786867,37.087102],[-89.68953,36.926],[-89.691603,36.859517],[-89.700952,36.627453],[-89.958786,36.629331],[-90.148398,36.630656],[-90.139804,36.696072],[-90.204205,36.772262],[-90.258563,36.922043]]]},"properties":{"id":"29207","n":"Stoddard","z":["63730","63735","63738","63771","63801","63822","63825","63833","63841","63846","63850","63870","63936","63960"],"st":"MO"}},"29209":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.611003,36.922831],[-93.610126,36.99581],[-93.337451,36.992494],[-93.304359,36.816866],[-93.315327106529,36.498312726298],[-93.584281547356,36.498901678628],[-93.5738,36.820032],[-93.611003,36.922831]]]},"properties":{"id":"29209","n":"Stone","z":["65610","65611","65616","65624","65631","65633","65656","65669","65675","65681","65686","65705","65714","65728","65737","65747"],"st":"MO"}},"29211":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.366935,40.382999],[-92.855313,40.385894],[-92.855629,40.342736],[-92.856191,40.037253],[-93.361951,40.033098],[-93.367214,40.266314],[-93.366935,40.382999]]]},"properties":{"id":"29211","n":"Sullivan","z":["63544","63545","63556","63560","63566","64630","64641","64645","64646","64667"],"st":"MO"}},"29213":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.304359,36.816866],[-92.909336,36.809178],[-92.764869,36.806097],[-92.772333893372,36.498083154079],[-92.854049114985,36.498023381142],[-93.293447355634,36.498259375234],[-93.315327106529,36.498312726298],[-93.304359,36.816866]]]},"properties":{"id":"29213","n":"Taney","z":{"0":"65608","1":"65611","2":"65614","3":"65615","4":"65616","5":"65627","6":"65653","7":"65672","8":"65673","9":"65679","10":"65680","11":"65726","12":"65731","13":"65733","14":"65737","15":"65739","16":"65740","17":"65744","18":"65759","19":"65761","20":"65771","21":"72643","51":"72644"},"st":"MO"}},"29215":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.252261,37.472944],[-92.249463,37.604543],[-92.029258,37.602542],[-91.809105,37.598863],[-91.754795,37.598768],[-91.75504,37.42411],[-91.646626,37.422731],[-91.655607,37.048925],[-92.088708,37.056248],[-92.251359,37.059653],[-92.252261,37.472944]]]},"properties":{"id":"29215","n":"Texas","z":["65444","65464","65468","65479","65483","65484","65542","65548","65552","65555","65557","65564","65570","65571","65589","65660","65689","65711","65793"],"st":"MO"}},"29217":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.614100248705,38.037056583381],[-94.613929961056,38.060052959896],[-94.237787,38.026017],[-94.135238,38.058118],[-94.058285,38.036627],[-94.065675,37.900987],[-94.073524,37.639722],[-94.617845524354,37.653577796634],[-94.617872450898,37.673110700332],[-94.614100248705,38.037056583381]]]},"properties":{"id":"29217","n":"Vernon","z":["64728","64741","64744","64750","64752","64765","64767","64771","64772","64778","64779","64783","64784","64790"],"st":"MO"}},"29219":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.264287,38.992762],[-91.18839,38.992141],[-91.189348,38.932151],[-91.110187,38.931901],[-91.111251,38.872709],[-90.958536,38.870865],[-90.964461,38.547545],[-91.077324,38.609343],[-91.226547,38.621567],[-91.319022,38.708368],[-91.369192,38.699324],[-91.418637,38.709778],[-91.415832,38.8453],[-91.264927,38.843833],[-91.264287,38.992762]]]},"properties":{"id":"29219","n":"Warren","z":["63342","63348","63349","63351","63357","63363","63380","63381","63383","63390","65041"],"st":"MO"}},"29221":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.095765,38.204083],[-90.780185,38.204112],[-90.63998,38.076548],[-90.645135,37.734813],[-91.100017,37.740012],[-91.095765,38.204083]]]},"properties":{"id":"29221","n":"Washington","z":["63020","63030","63071","63080","63622","63624","63626","63628","63630","63631","63648","63660","63664","63674","65441","65565"],"st":"MO"}},"29223":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.735453,37.27104],[-90.550603,37.272608],[-90.549729,37.317594],[-90.217657,37.314967],[-90.22323,37.086519],[-90.110354,37.085871],[-90.111247,37.041205],[-90.258563,36.922043],[-90.678562,36.92649],[-90.729722,37.049534],[-90.779553,37.050324],[-90.735453,37.27104]]]},"properties":{"id":"29223","n":"Wayne","z":["63636","63655","63763","63934","63937","63944","63950","63951","63952","63956","63957","63964","63966","63967"],"st":"MO"}},"29225":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.07338,37.414989],[-93.071584,37.487444],[-92.853481,37.48397],[-92.686671,37.481545],[-92.685867,37.067051],[-92.903273,37.070651],[-93.065274,37.088694],[-93.07338,37.414989]]]},"properties":{"id":"29225","n":"Webster","z":["65632","65636","65644","65648","65652","65706","65713","65742","65746","65757"],"st":"MO"}},"29227":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.632025917695,40.5717595874],[-94.471207727123,40.570959458357],[-94.232240710208,40.572014612127],[-94.214278,40.384254],[-94.598487,40.386714],[-94.632025917695,40.5717595874]]]},"properties":{"id":"29227","n":"Worth","z":["64420","64441","64456","64475","64486","64499"],"st":"MO"}},"29229":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.686671,37.481545],[-92.252261,37.472944],[-92.251359,37.059653],[-92.685867,37.067051],[-92.686671,37.481545]]]},"properties":{"id":"29229","n":"Wright","z":["65470","65543","65660","65662","65667","65702","65704","65711","65713","65717","65746"],"st":"MO"}},"29510":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.166594640016,38.772450139305],[-90.181524381531,38.66037288531],[-90.255294887669,38.530877711821],[-90.318212,38.600017],[-90.251745,38.718887],[-90.166594640016,38.772450139305]]]},"properties":{"id":"29510","n":"Saint Louis city","z":["53101","63101","63102","63103","63104","63105","63106","63107","63108","63109","63110","63111","63112","63113","63115","63116","63117","63118","63119","63120","63123","63125","63130","63133","63136","63137","63139","63143","63147","63150","63151","63155","63156","63157","63158","63160","63163","63164","63166","63167","63169","63171","63177","63178","63179","63180","63182","63188","63195","63197","63199"],"st":"MO"}},"30001":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-113.94832148257,45.682577358441],[-113.870452,45.781574],[-113.829875,45.750746],[-113.697639,45.843545],[-113.528581,45.88116],[-113.516144,45.938814],[-113.377852,45.759976],[-113.179791,45.885009],[-113.085517,45.860648],[-112.988358,45.808476],[-112.759339,45.748209],[-112.687054,45.624854],[-112.691417,45.483518],[-112.628609,45.440586],[-112.505568,45.443009],[-112.458062,45.34991],[-112.456854,45.088509],[-112.333899,45.088423],[-112.334248,45.000519],[-112.191187,45.000512],[-112.167108,44.826738],[-112.065797,44.783475],[-111.781157,44.781027],[-111.781099,44.708845],[-111.45694723249,44.695640737839],[-111.519126,44.582916],[-111.61710703431,44.557127248419],[-111.807914,44.511716],[-111.870504,44.564033],[-112.125101,44.528527],[-112.286187,44.568472],[-112.358917,44.528847],[-112.387389,44.448058],[-112.473207,44.480027],[-112.707815,44.503023],[-112.828191,44.442472],[-112.82682688127,44.405202431767],[-112.881769,44.380315],[-113.006846,44.471715],[-113.049349,44.62938],[-113.131387,44.764738],[-113.247166,44.82295],[-113.301508,44.798985],[-113.422376,44.842595],[-113.474573,44.910846],[-113.45197,45.059247],[-113.57467,45.128411],[-113.735601,45.325265],[-113.806729,45.602146],[-113.94832148257,45.682577358441]]]},"properties":{"id":"30001","n":"Beaverhead","z":["59724","59725","59727","59732","59736","59739","59743","59746","59761","59762"],"st":"MT"}},"30003":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-108.645325,45.464073],[-108.316374,45.460509],[-108.316245,45.489503],[-108.069752,45.518535],[-108.069572,45.783507],[-108.047352,45.899479],[-107.881846,45.899233],[-107.798753,45.98568],[-107.674468,45.985759],[-107.674454,46.04361],[-107.511534,46.043403],[-107.424929,46.043374],[-107.425128,45.956674],[-107.176358,45.956761],[-107.17636,45.913323],[-107.051946,45.913489],[-107.052159,45.870052],[-106.939095,45.870041],[-106.877217,45.831714],[-106.912959,45.683915],[-106.727573,45.676469],[-106.768676,45.352826],[-106.768014,45.179728],[-106.279709,45.179728],[-106.26371509247,44.993788433001],[-107.91152278816,45.001544004611],[-108.24852518531,45.000629827417],[-108.127979,45.217911],[-108.699616,45.217709],[-108.682223,45.433132],[-108.645325,45.464073]]]},"properties":{"id":"30003","n":"Big Horn","z":{"0":"59010","1":"59016","2":"59022","3":"59024","4":"59025","5":"59031","6":"59034","7":"59035","8":"59038","9":"59043","10":"59050","11":"59064","12":"59066","13":"59075","14":"59089","15":"59101","32":"82801"},"st":"MT"}},"30005":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-109.48954977899,49.000420803881],[-108.236393,48.999558117301],[-108.259384,48.742225],[-108.319119,48.742209],[-108.319011,48.568431],[-108.346316,48.422305],[-108.40987,48.448578],[-108.411239,48.21955],[-108.43398,47.976553],[-108.607579,47.990997],[-108.625587,47.920411],[-108.888316,47.922722],[-108.891115,47.734456],[-108.978383,47.802658],[-109.132768,47.781122],[-109.274171,47.793239],[-109.425315,47.720153],[-109.538677,47.738864],[-109.534295,48.134564],[-109.551644,48.293479],[-109.464318,48.52526],[-109.505333,48.56791],[-109.505514,48.913911],[-109.48954977899,49.000420803881]]]},"properties":{"id":"30005","n":"Blaine","z":["59523","59524","59526","59527","59529","59535","59542","59547"],"st":"MT"}},"30007":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-111.787949,46.569465],[-111.631906,46.569972],[-111.639261,46.73818],[-111.602294,46.778261],[-111.498095,46.762502],[-111.411196,46.639976],[-111.330729,46.633765],[-111.344946,46.54594],[-111.257378,46.498485],[-111.246519,46.438109],[-111.057226,46.403407],[-111.126849,46.273105],[-111.061956,46.192834],[-111.346652,46.187785],[-111.349372,46.122607],[-111.423831,46.061951],[-111.419618,45.996322],[-111.587696,45.906682],[-111.660057,45.8335],[-111.660422,46.049192],[-111.784565,46.049813],[-111.787949,46.569465]]]},"properties":{"id":"30007","n":"Broadwater","z":["59635","59641","59643","59644","59647","59752"],"st":"MT"}},"30009":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-109.798673,45.167339],[-109.687792,45.167339],[-109.687857,45.26144],[-109.520884,45.391852],[-109.356417,45.464326],[-109.191761,45.464504],[-109.127343,45.587671],[-108.97281,45.616554],[-108.843016,45.611042],[-108.782,45.638639],[-108.801761,45.551965],[-108.645325,45.464073],[-108.682223,45.433132],[-108.699616,45.217709],[-108.127979,45.217911],[-108.24852518531,45.000629827417],[-108.62149349473,44.999676371022],[-109.103445,45.005904],[-109.79848377244,45.002920308285],[-109.798673,45.167339]]]},"properties":{"id":"30009","n":"Carbon","z":["59001","59007","59008","59013","59014","59019","59026","59029","59041","59044","59068","59070","59071"],"st":"MT"}},"30011":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-104.98194,45.786982],[-104.939205,46.136575],[-104.885495,46.136595],[-104.516126,46.136196],[-104.516078,46.054844],[-104.390744,46.054826],[-104.390876,45.970363],[-104.134842,45.968833],[-104.134826,45.881928],[-104.04413315611,45.88197625835],[-104.04013575649,45.212890762042],[-104.057698,44.997431],[-105.03825218827,45.000291672992],[-105.038205,45.352035],[-104.987318,45.35204],[-104.98194,45.786982]]]},"properties":{"id":"30011","n":"Carter","z":{"1":"59311","2":"59319","3":"59324","4":"59332","5":"57724"},"st":"MT"}},"30013":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-112.047781,47.516034],[-111.927109,47.500146],[-111.922936,47.611231],[-111.66626,47.611253],[-111.666482,47.697761],[-111.40885,47.698123],[-110.976171,47.698738],[-111.049847,47.598333],[-110.86463,47.524714],[-110.768465,47.525638],[-110.769129,47.446096],[-110.639559,47.416486],[-110.638911,47.359032],[-110.767125,47.359128],[-110.788302,47.307848],[-110.770698,47.096546],[-110.645212,47.09587],[-110.652877,46.823626],[-110.913035,46.980559],[-111.104937,47.028806],[-111.080621,47.087781],[-111.158559,47.088301],[-111.158386,47.011771],[-111.539373,47.000559],[-111.539214,46.913371],[-111.658132,46.913423],[-111.790236,46.913764],[-111.789278,47.128922],[-111.942139,47.143582],[-112.044311,47.192826],[-112.047781,47.516034]]]},"properties":{"id":"30013","n":"Cascade","z":["59401","59402","59403","59404","59405","59406","59412","59414","59421","59440","59443","59463","59465","59468","59472","59477","59480","59483","59485","59487"],"st":"MT"}},"30015":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-111.409097,48.132218],[-110.827168,48.133205],[-110.827413,48.219566],[-110.755873,48.219601],[-110.625543,48.219731],[-110.625409,48.306479],[-109.845932,48.305971],[-109.845812,48.219004],[-109.726943,48.221525],[-109.726914,48.132859],[-109.534295,48.134564],[-109.538677,47.738864],[-109.836861,47.712041],[-109.850793,47.539142],[-110.213596,47.416657],[-110.639559,47.416486],[-110.769129,47.446096],[-110.768465,47.525638],[-110.86463,47.524714],[-111.049847,47.598333],[-110.976171,47.698738],[-111.40885,47.698123],[-111.408514,47.987178],[-111.409097,48.132218]]]},"properties":{"id":"30015","n":"Chouteau","z":["59404","59416","59420","59440","59442","59446","59450","59460","59520","59521"],"st":"MT"}},"30017":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-106.086463,46.845881],[-106.086585,46.86029],[-105.832674,46.86082],[-105.618158,46.832148],[-105.576063,46.658003],[-105.492002,46.658117],[-105.449196,46.570967],[-105.239058,46.570265],[-105.239238,46.541188],[-104.984714,46.540389],[-104.858749,46.569115],[-104.858738,46.612557],[-104.733059,46.612695],[-104.732672,46.482202],[-104.905988,46.482251],[-104.885495,46.136595],[-104.939205,46.136575],[-104.98194,45.786982],[-106.191734,45.7886],[-106.191629,46.137183],[-106.153433,46.13726],[-106.155143,46.483634],[-106.120366,46.483648],[-106.086463,46.845881]]]},"properties":{"id":"30017","n":"Custer","z":["59301","59336","59338","59347","59349","59351"],"st":"MT"}},"30019":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-106.11206332368,48.9992794384],[-105.05764171669,48.999228887392],[-105.038171,48.910512],[-105.038548,48.650099],[-104.973283,48.65006],[-104.973354,48.56319],[-105.804436,48.563358],[-106.02131,48.563424],[-106.021251,48.823975],[-106.151908,48.823927],[-106.11206332368,48.9992794384]]]},"properties":{"id":"30019","n":"Daniels","z":["59222","59253","59260","59263","59276"],"st":"MT"}},"30021":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-105.234771,47.790502],[-105.235016,47.703581],[-104.97809,47.703293],[-104.978553,47.616272],[-104.593664,47.616294],[-104.594046,47.529335],[-104.513049,47.529442],[-104.513292,47.354719],[-104.420347,47.354435],[-104.316166,47.18054],[-104.306062,47.042046],[-104.412124,46.904003],[-104.603766,46.860853],[-105.027526,46.861457],[-105.069524,46.919172],[-105.197011,46.919192],[-105.196735,46.977172],[-105.324757,46.977196],[-105.324853,47.181496],[-105.406309,47.181583],[-105.363507,47.529558],[-105.363262,47.790419],[-105.234771,47.790502]]]},"properties":{"id":"30021","n":"Dawson","z":["59215","59259","59262","59315","59326","59330","59339"],"st":"MT"}},"30023":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-113.517409,45.940089],[-113.278012,46.045268],[-113.284532,46.222783],[-113.036818,46.22333],[-113.036825,46.266826],[-112.558599,46.265821],[-112.577106,46.178981],[-112.77712,46.135826],[-112.777717,46.048313],[-112.938955,45.993258],[-112.923224,45.934595],[-113.085517,45.860648],[-113.179791,45.885009],[-113.377852,45.759976],[-113.516144,45.938814],[-113.517409,45.940089]]]},"properties":{"id":"30023","n":"Deer Lodge","z":["59711","59722","59756","59762"],"st":"MT"}},"30025":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-104.733059,46.612695],[-104.732843,46.656264],[-104.606903,46.684924],[-104.417998,46.684892],[-104.354835,46.641409],[-104.04538510369,46.641501059122],[-104.04512541332,46.540929928549],[-104.04546595893,46.280188048211],[-104.045443,45.94531],[-104.04413315611,45.88197625835],[-104.134826,45.881928],[-104.134842,45.968833],[-104.390876,45.970363],[-104.390744,46.054826],[-104.516078,46.054844],[-104.516126,46.136196],[-104.885495,46.136595],[-104.905988,46.482251],[-104.732672,46.482202],[-104.733059,46.612695]]]},"properties":{"id":"30025","n":"Fallon","z":["59313","59336","59344","59354"],"st":"MT"}},"30027":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-110.213596,47.416657],[-109.850793,47.539142],[-109.836861,47.712041],[-109.538677,47.738864],[-109.425315,47.720153],[-109.274171,47.793239],[-109.132768,47.781122],[-108.978383,47.802658],[-108.891115,47.734456],[-108.771619,47.645523],[-108.313048,47.58365],[-108.315481,47.315152],[-108.590835,47.306516],[-108.591111,47.270135],[-108.719189,47.270342],[-108.736838,47.098218],[-108.608954,47.098126],[-108.611116,46.836776],[-108.631462,46.749392],[-109.00957,46.750702],[-109.389208,46.751351],[-109.389163,46.693625],[-109.745745,46.694097],[-109.756666,46.780389],[-109.835424,46.809161],[-109.755423,46.896023],[-109.756568,47.185694],[-109.871985,47.185323],[-109.872475,47.228883],[-110.000024,47.228716],[-110.000289,47.272133],[-110.127699,47.27191],[-110.127952,47.35902],[-110.213285,47.358771],[-110.213596,47.416657]]]},"properties":{"id":"30027","n":"Fergus","z":["59032","59084","59418","59424","59430","59441","59451","59453","59457","59464","59471","59489"],"st":"MT"}},"30029":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-114.72704522328,49.000587003889],[-114.06817845428,48.999355881664],[-114.021207,48.961343],[-114.058093,48.888954],[-114.004135,48.833215],[-113.790539,48.84553],[-113.702938,48.719865],[-113.750454,48.614335],[-113.467372,48.547555],[-113.47916,48.453115],[-113.355976,48.423912],[-113.349046,48.310263],[-113.22768,48.235752],[-113.230906,48.170426],[-113.014811,48.13103],[-112.878931,47.975713],[-112.984734,47.953918],[-113.086634,47.918182],[-113.080997,47.749917],[-113.165811,47.719764],[-113.144368,47.595507],[-113.466485,47.600057],[-113.634079,47.600027],[-113.603924,47.72144],[-113.6817,47.805153],[-113.668077,47.890963],[-113.842313,47.978877],[-113.884541,48.0519],[-114.078282,48.023148],[-114.038545,47.96255],[-114.49219,47.961989],[-114.47729,47.789941],[-114.604462,47.789871],[-114.604584,47.875605],[-114.989344,47.872807],[-115.010672,48.017621],[-115.020079,48.225954],[-114.848098,48.226125],[-114.849803,48.573502],[-114.88859,48.658765],[-114.639007,48.658878],[-114.692131,48.684577],[-114.612063,48.751858],[-114.732545,48.809752],[-114.691671,48.842115],[-114.72704522328,49.000587003889]]]},"properties":{"id":"30029","n":"Flathead","z":["59845","59901","59903","59904","59911","59912","59913","59916","59919","59920","59921","59922","59925","59926","59927","59928","59932","59936","59937"],"st":"MT"}},"30031":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-111.805259,45.798306],[-111.660057,45.8335],[-111.587696,45.906682],[-111.419618,45.996322],[-111.423831,46.061951],[-111.349372,46.122607],[-111.346652,46.187785],[-111.061956,46.192834],[-110.783833,46.192699],[-110.794774,45.590682],[-110.919222,45.524861],[-110.917899,45.351273],[-111.038169,45.351391],[-111.04431854543,45.000880003308],[-111.05533272712,44.666262309917],[-111.048974,44.474072],[-111.122654,44.493659],[-111.323669,44.724474],[-111.37713823673,44.751196413964],[-111.35003,45.350548],[-111.35138,45.641938],[-111.536241,45.642257],[-111.659738,45.743344],[-111.805259,45.798306]]]},"properties":{"id":"30031","n":"Gallatin","z":["59086","59714","59715","59716","59717","59718","59719","59730","59741","59752","59758","59760","59771","59772"],"st":"MT"}},"30033":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-107.90912,47.450692],[-107.864922,47.51374],[-107.761921,47.54805],[-107.694687,47.629762],[-107.610852,47.647369],[-107.440064,47.625462],[-107.414886,47.691734],[-107.249,47.661566],[-106.892753,47.674818],[-106.861668,47.737372],[-106.734453,47.734156],[-106.603126,47.784743],[-106.510321,47.878996],[-106.501725,47.958287],[-106.41862,47.957457],[-106.358288,47.957216],[-106.358085,47.868412],[-106.260932,47.868431],[-106.298073,47.529041],[-106.298158,47.354298],[-106.170675,47.354495],[-106.17042,47.180826],[-106.086777,47.180938],[-106.086585,46.86029],[-106.086463,46.845881],[-106.720157,46.859603],[-107.892233,46.851215],[-107.939276,46.876241],[-107.883113,46.998341],[-107.92164,47.024005],[-107.968626,47.249823],[-107.963887,47.354012],[-107.90912,47.450692]]]},"properties":{"id":"30033","n":"Garfield","z":["59058","59077","59301","59312","59318","59322","59337"],"st":"MT"}},"30035":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-114.06817845428,48.999355881664],[-112.19341019591,48.998893776634],[-112.184784,48.477578],[-112.576982,48.483348],[-112.575864,48.309684],[-113.349046,48.310263],[-113.355976,48.423912],[-113.47916,48.453115],[-113.467372,48.547555],[-113.750454,48.614335],[-113.702938,48.719865],[-113.790539,48.84553],[-114.004135,48.833215],[-114.058093,48.888954],[-114.021207,48.961343],[-114.06817845428,48.999355881664]]]},"properties":{"id":"30035","n":"Glacier","z":["59411","59417","59427","59434"],"st":"MT"}},"30037":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-109.653871,46.219404],[-109.402906,46.219706],[-109.389163,46.693625],[-109.389208,46.751351],[-109.00957,46.750702],[-108.988995,46.577851],[-108.904904,46.576908],[-108.862277,46.364586],[-108.779272,46.277398],[-108.779733,46.132457],[-108.924589,46.13237],[-109.416227,46.132371],[-109.417158,46.044759],[-109.605153,46.044994],[-109.653871,46.219404]]]},"properties":{"id":"30037","n":"Golden Valley","z":["59046","59074","59078"],"st":"MT"}},"30039":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-113.827743,46.660896],[-113.667996,46.658372],[-113.668166,46.716229],[-113.479856,46.744714],[-113.479832,46.802772],[-113.302903,46.832159],[-113.115614,46.713387],[-113.039134,46.73555],[-113.036825,46.266826],[-113.036818,46.22333],[-113.284532,46.222783],[-113.278012,46.045268],[-113.517409,45.940089],[-113.648358,45.965038],[-113.687673,46.035406],[-113.803677,46.037675],[-113.753246,46.1128],[-113.821174,46.212466],[-113.750527,46.272146],[-113.874651,46.508329],[-113.811703,46.58907],[-113.827743,46.660896]]]},"properties":{"id":"30039","n":"Granite","z":["59711","59825","59832","59837","59858"],"st":"MT"}},"30041":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-110.743064,48.998008112185],[-109.48954977899,49.000420803881],[-109.505514,48.913911],[-109.505333,48.56791],[-109.464318,48.52526],[-109.551644,48.293479],[-109.534295,48.134564],[-109.726914,48.132859],[-109.726943,48.221525],[-109.845812,48.219004],[-109.845932,48.305971],[-110.625409,48.306479],[-110.625543,48.219731],[-110.755873,48.219601],[-110.750595,48.914088],[-110.743064,48.998008112185]]]},"properties":{"id":"30041","n":"Hill","z":["59501","59521","59525","59528","59530","59531","59532","59540"],"st":"MT"}},"30043":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-112.558599,46.265821],[-112.570046,46.304972],[-112.449521,46.334098],[-112.310573,46.421171],[-112.176235,46.456342],[-112.205757,46.499748],[-112.083441,46.516663],[-112.029231,46.568805],[-111.787949,46.569465],[-111.784565,46.049813],[-111.660422,46.049192],[-111.660057,45.8335],[-111.805259,45.798306],[-111.926965,45.855694],[-112.085509,45.851039],[-112.190269,45.748503],[-112.401441,45.831851],[-112.404349,45.888049],[-112.519997,46.136394],[-112.577106,46.178981],[-112.558599,46.265821]]]},"properties":{"id":"30043","n":"Jefferson","z":["59601","59623","59631","59632","59634","59635","59638","59701","59721","59752","59759"],"st":"MT"}},"30045":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-110.639559,47.416486],[-110.213596,47.416657],[-110.213285,47.358771],[-110.127952,47.35902],[-110.127699,47.27191],[-110.000289,47.272133],[-110.000024,47.228716],[-109.872475,47.228883],[-109.871985,47.185323],[-109.756568,47.185694],[-109.755423,46.896023],[-109.835424,46.809161],[-109.756666,46.780389],[-109.745745,46.694097],[-109.969221,46.752909],[-110.273337,46.710509],[-110.328511,46.673178],[-110.466812,46.678795],[-110.652877,46.823626],[-110.645212,47.09587],[-110.770698,47.096546],[-110.788302,47.307848],[-110.767125,47.359128],[-110.638911,47.359032],[-110.639559,47.416486]]]},"properties":{"id":"30045","n":"Judith Basin","z":["59418","59424","59430","59447","59452","59453","59462","59463","59464","59469","59479"],"st":"MT"}},"30047":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-114.604462,47.789871],[-114.47729,47.789941],[-114.49219,47.961989],[-114.038545,47.96255],[-114.078282,48.023148],[-113.884541,48.0519],[-113.842313,47.978877],[-113.668077,47.890963],[-113.6817,47.805153],[-113.603924,47.72144],[-113.634079,47.600027],[-113.930289,47.598499],[-113.95118,47.475994],[-113.87111,47.39197],[-113.870769,47.288158],[-113.821447,47.181709],[-113.933568,47.18172],[-113.933503,47.138289],[-114.18717,47.138191],[-114.203026,47.355746],[-114.35308,47.38985],[-114.301457,47.49705],[-114.383453,47.483254],[-114.320528,47.594551],[-114.58376,47.601718],[-114.604462,47.789871]]]},"properties":{"id":"30047","n":"Lake","z":["59821","59824","59845","59855","59860","59863","59864","59865","59910","59911","59914","59915","59922","59929","59931"],"st":"MT"}},"30049":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-112.984734,47.953918],[-112.913256,47.826216],[-112.91422,47.694958],[-112.780545,47.598622],[-112.549721,47.651977],[-112.429183,47.603386],[-112.405146,47.552317],[-112.278,47.505623],[-112.047781,47.516034],[-112.044311,47.192826],[-111.942139,47.143582],[-111.789278,47.128922],[-111.790236,46.913764],[-111.658132,46.913423],[-111.639502,46.832134],[-111.498095,46.762502],[-111.602294,46.778261],[-111.639261,46.73818],[-111.631906,46.569972],[-111.787949,46.569465],[-112.029231,46.568805],[-112.083441,46.516663],[-112.205757,46.499748],[-112.176235,46.456342],[-112.310573,46.421171],[-112.320871,46.655927],[-112.410846,46.699505],[-112.535597,46.699482],[-112.535748,46.834234],[-112.795642,46.831665],[-112.795808,47.177004],[-113.059053,47.17957],[-113.059199,47.488599],[-113.144368,47.595507],[-113.165811,47.719764],[-113.080997,47.749917],[-113.086634,47.918182],[-112.984734,47.953918]]]},"properties":{"id":"30049","n":"Lewis and Clark","z":["59410","59421","59601","59602","59604","59620","59624","59625","59626","59633","59635","59636","59639","59640","59648"],"st":"MT"}},"30051":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-111.409018,48.219542],[-111.275306,48.219531],[-111.26986200083,48.997229786812],[-110.743064,48.998008112185],[-110.750595,48.914088],[-110.755873,48.219601],[-110.827413,48.219566],[-110.827168,48.133205],[-111.409097,48.132218],[-111.409018,48.219542]]]},"properties":{"id":"30051","n":"Liberty","z":["59444","59456","59461","59522","59531","59545"],"st":"MT"}},"30053":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-116.049193,49.000912],[-114.72704522328,49.000587003889],[-114.691671,48.842115],[-114.732545,48.809752],[-114.612063,48.751858],[-114.692131,48.684577],[-114.639007,48.658878],[-114.88859,48.658765],[-114.849803,48.573502],[-114.848098,48.226125],[-115.020079,48.225954],[-115.010672,48.017621],[-115.154527,48.017692],[-115.185196,47.919004],[-115.524695,47.908594],[-115.672359,48.206394],[-115.737279,48.263292],[-115.936745,48.184166],[-115.957251,48.149042],[-116.04892924778,48.216127947927],[-116.04915652065,48.502042481758],[-116.049193,49.000912]]]},"properties":{"id":"30053","n":"Lincoln","z":["59917","59918","59923","59930","59933","59934","59935"],"st":"MT"}},"30055":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-105.843891,48.010289],[-105.647941,48.077304],[-105.503195,48.097792],[-105.194783,48.066617],[-105.195122,47.868081],[-105.234771,47.790502],[-105.363262,47.790419],[-105.363507,47.529558],[-105.406309,47.181583],[-105.833044,47.181092],[-105.832637,47.093109],[-105.959897,47.092968],[-105.959819,47.181],[-106.086777,47.180938],[-106.17042,47.180826],[-106.170675,47.354495],[-106.298158,47.354298],[-106.298073,47.529041],[-106.260932,47.868431],[-106.358085,47.868412],[-106.358288,47.957216],[-106.41862,47.957457],[-106.400605,48.061921],[-106.229302,48.026416],[-106.006176,48.033689],[-105.843891,48.010289]]]},"properties":{"id":"30055","n":"McCone","z":["59201","59214","59215","59223","59274"],"st":"MT"}},"30057":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-112.687054,45.624854],[-112.461816,45.742584],[-112.190269,45.748503],[-112.085509,45.851039],[-111.926965,45.855694],[-111.805259,45.798306],[-111.659738,45.743344],[-111.536241,45.642257],[-111.35138,45.641938],[-111.35003,45.350548],[-111.37713823673,44.751196413964],[-111.45694723249,44.695640737839],[-111.781099,44.708845],[-111.781157,44.781027],[-112.065797,44.783475],[-112.167108,44.826738],[-112.191187,45.000512],[-112.334248,45.000519],[-112.333899,45.088423],[-112.456854,45.088509],[-112.458062,45.34991],[-112.505568,45.443009],[-112.628609,45.440586],[-112.691417,45.483518],[-112.687054,45.624854]]]},"properties":{"id":"30057","n":"Madison","z":["59710","59716","59720","59721","59725","59729","59732","59735","59740","59745","59747","59749","59751","59754","59755","59759"],"st":"MT"}},"30059":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-111.658132,46.913423],[-111.539214,46.913371],[-111.539373,47.000559],[-111.158386,47.011771],[-111.158559,47.088301],[-111.080621,47.087781],[-111.104937,47.028806],[-110.913035,46.980559],[-110.652877,46.823626],[-110.466812,46.678795],[-110.328511,46.673178],[-110.273337,46.710509],[-110.281971,46.220605],[-110.281916,46.184397],[-110.783833,46.192699],[-111.061956,46.192834],[-111.126849,46.273105],[-111.057226,46.403407],[-111.246519,46.438109],[-111.257378,46.498485],[-111.344946,46.54594],[-111.330729,46.633765],[-111.411196,46.639976],[-111.498095,46.762502],[-111.639502,46.832134],[-111.658132,46.913423]]]},"properties":{"id":"30059","n":"Meagher","z":["59053","59086","59642","59645"],"st":"MT"}},"30061":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-115.634684,47.48176],[-115.52591,47.49541],[-115.249057,47.480416],[-114.982265,47.396804],[-114.968978,47.312625],[-114.797204,47.268916],[-114.712283,47.182187],[-114.586735,47.123757],[-114.566094,47.06738],[-114.419532,47.023246],[-114.566129,46.963405],[-114.549127,46.747366],[-114.6768271627,46.731838739813],[-114.76718,46.738828],[-114.943281,46.867971],[-114.96142290607,46.932893875971],[-115.031651,46.971548],[-115.326903,47.255912],[-115.470959,47.284873],[-115.578619,47.367007],[-115.71034,47.417784],[-115.634684,47.48176]]]},"properties":{"id":"30061","n":"Mineral","z":["59820","59830","59842","59866","59867","59872"],"st":"MT"}},"30063":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-114.797204,47.268916],[-114.563737,47.254611],[-114.346111,47.176235],[-114.264148,47.12107],[-114.18717,47.138191],[-113.933503,47.138289],[-113.933568,47.18172],[-113.821447,47.181709],[-113.870769,47.288158],[-113.87111,47.39197],[-113.95118,47.475994],[-113.930289,47.598499],[-113.634079,47.600027],[-113.466485,47.600057],[-113.46645,47.179186],[-113.302943,47.179643],[-113.302903,46.832159],[-113.479832,46.802772],[-113.479856,46.744714],[-113.668166,46.716229],[-113.667996,46.658372],[-113.827743,46.660896],[-114.3357249354,46.655272967354],[-114.59111600323,46.652550480355],[-114.6768271627,46.731838739813],[-114.549127,46.747366],[-114.566129,46.963405],[-114.419532,47.023246],[-114.566094,47.06738],[-114.586735,47.123757],[-114.712283,47.182187],[-114.797204,47.268916]]]},"properties":{"id":"30063","n":"Missoula","z":["59702","59801","59802","59803","59804","59806","59807","59808","59812","59820","59821","59823","59825","59826","59833","59834","59846","59847","59851","59868"],"st":"MT"}},"30065":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-109.00957,46.750702],[-108.631462,46.749392],[-107.827687,46.755875],[-107.792939,46.67983],[-107.781214,46.496014],[-107.782087,46.395182],[-107.928547,46.395284],[-108.011948,46.336813],[-108.029363,46.264055],[-108.320812,46.263997],[-108.404856,46.23596],[-108.404795,46.132952],[-108.779733,46.132457],[-108.779272,46.277398],[-108.862277,46.364586],[-108.904904,46.576908],[-108.988995,46.577851],[-109.00957,46.750702]]]},"properties":{"id":"30065","n":"Musselshell","z":["59015","59046","59054","59059","59072","59073","59083"],"st":"MT"}},"30067":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-111.04431854543,45.000880003308],[-111.038169,45.351391],[-110.917899,45.351273],[-110.919222,45.524861],[-110.794774,45.590682],[-110.783833,46.192699],[-110.281916,46.184397],[-110.292662,45.785057],[-110.220908,45.784973],[-110.228052,45.172129],[-110.064518,45.172129],[-109.798673,45.167339],[-109.79848377244,45.002920308285],[-110.705272,44.992324],[-111.04431854543,45.000880003308]]]},"properties":{"id":"30067","n":"Park","z":["59018","59020","59027","59030","59047","59052","59065","59081","59082","59086","59715"],"st":"MT"}},"30069":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-108.313048,47.58365],[-108.065418,47.598294],[-107.928591,47.567612],[-107.90912,47.450692],[-107.963887,47.354012],[-107.968626,47.249823],[-107.92164,47.024005],[-107.883113,46.998341],[-107.939276,46.876241],[-107.892233,46.851215],[-107.827687,46.755875],[-108.631462,46.749392],[-108.611116,46.836776],[-108.608954,47.098126],[-108.736838,47.098218],[-108.719189,47.270342],[-108.591111,47.270135],[-108.590835,47.306516],[-108.315481,47.315152],[-108.313048,47.58365]]]},"properties":{"id":"30069","n":"Petroleum","z":["59032","59072","59087"],"st":"MT"}},"30071":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-108.236393,48.999558117301],[-107.17981201254,48.999911601747],[-107.206032,48.91271],[-107.206316,48.56817],[-107.192691,48.509402],[-107.301721,48.480943],[-107.260458,48.304768],[-107.369252,48.305163],[-107.404513,48.21844],[-107.414886,47.691734],[-107.440064,47.625462],[-107.610852,47.647369],[-107.694687,47.629762],[-107.761921,47.54805],[-107.864922,47.51374],[-107.90912,47.450692],[-107.928591,47.567612],[-108.065418,47.598294],[-108.313048,47.58365],[-108.771619,47.645523],[-108.891115,47.734456],[-108.888316,47.922722],[-108.625587,47.920411],[-108.607579,47.990997],[-108.43398,47.976553],[-108.411239,48.21955],[-108.40987,48.448578],[-108.346316,48.422305],[-108.319011,48.568431],[-108.319119,48.742209],[-108.259384,48.742225],[-108.236393,48.999558117301]]]},"properties":{"id":"30071","n":"Phillips","z":["59261","59524","59537","59538","59544","59546"],"st":"MT"}},"30073":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-113.349046,48.310263],[-112.575864,48.309684],[-112.576982,48.483348],[-112.184784,48.477578],[-111.990944,48.438546],[-111.990889,48.394265],[-111.79591,48.393081],[-111.795855,48.349812],[-111.665756,48.349456],[-111.665599,48.219549],[-111.409018,48.219542],[-111.409097,48.132218],[-111.408514,47.987178],[-111.984263,47.984592],[-112.047999,48.086612],[-112.177751,48.087162],[-112.177755,48.130717],[-113.014811,48.13103],[-113.230906,48.170426],[-113.22768,48.235752],[-113.349046,48.310263]]]},"properties":{"id":"30073","n":"Pondera","z":["59416","59425","59432","59448","59456","59486"],"st":"MT"}},"30075":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-106.191734,45.7886],[-104.98194,45.786982],[-104.987318,45.35204],[-105.038205,45.352035],[-105.03825218827,45.000291672992],[-105.07660095225,45.000296613407],[-106.02488002903,44.997584123556],[-106.26371509247,44.993788433001],[-106.279709,45.179728],[-106.279549,45.351797],[-106.234502,45.788578],[-106.191734,45.7886]]]},"properties":{"id":"30075","n":"Powder River","z":["59003","59062","59301","59314","59316","59317","59343","59345","59351"],"st":"MT"}},"30077":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-113.466485,47.600057],[-113.144368,47.595507],[-113.059199,47.488599],[-113.059053,47.17957],[-112.795808,47.177004],[-112.795642,46.831665],[-112.535748,46.834234],[-112.535597,46.699482],[-112.410846,46.699505],[-112.320871,46.655927],[-112.310573,46.421171],[-112.449521,46.334098],[-112.570046,46.304972],[-112.558599,46.265821],[-113.036825,46.266826],[-113.039134,46.73555],[-113.115614,46.713387],[-113.302903,46.832159],[-113.302943,47.179643],[-113.46645,47.179186],[-113.466485,47.600057]]]},"properties":{"id":"30077","n":"Powell","z":["59713","59722","59728","59731","59733","59843","59854","59868"],"st":"MT"}},"30079":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-106.086777,47.180938],[-105.959819,47.181],[-105.959897,47.092968],[-105.832637,47.093109],[-105.833044,47.181092],[-105.406309,47.181583],[-105.324853,47.181496],[-105.324757,46.977196],[-105.196735,46.977172],[-105.197011,46.919192],[-105.069524,46.919172],[-105.027526,46.861457],[-104.603766,46.860853],[-104.606903,46.684924],[-104.732843,46.656264],[-104.733059,46.612695],[-104.858738,46.612557],[-104.858749,46.569115],[-104.984714,46.540389],[-105.239238,46.541188],[-105.239058,46.570265],[-105.449196,46.570967],[-105.492002,46.658117],[-105.576063,46.658003],[-105.618158,46.832148],[-105.832674,46.86082],[-106.086585,46.86029],[-106.086777,47.180938]]]},"properties":{"id":"30079","n":"Prairie","z":["59326","59330","59341","59349"],"st":"MT"}},"30081":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-114.3357249354,46.655272967354],[-113.827743,46.660896],[-113.811703,46.58907],[-113.874651,46.508329],[-113.750527,46.272146],[-113.821174,46.212466],[-113.753246,46.1128],[-113.803677,46.037675],[-113.687673,46.035406],[-113.648358,45.965038],[-113.517409,45.940089],[-113.516144,45.938814],[-113.528581,45.88116],[-113.697639,45.843545],[-113.829875,45.750746],[-113.870452,45.781574],[-113.94832148257,45.682577358441],[-114.279217,45.480616],[-114.36852,45.492716],[-114.52377304493,45.585326506607],[-114.504869,45.722176],[-114.562509,45.779927],[-114.517143,45.835993],[-114.388243,45.88234],[-114.402261,45.961489],[-114.480241,46.030325],[-114.460049,46.097104],[-114.514706,46.167726],[-114.445928,46.173933],[-114.403019,46.498675],[-114.351655,46.508119],[-114.3357249354,46.655272967354]]]},"properties":{"id":"30081","n":"Ravalli","z":["59827","59828","59829","59833","59835","59840","59841","59870","59871","59875"],"st":"MT"}},"30083":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-105.234771,47.790502],[-105.195122,47.868081],[-105.194783,48.066617],[-105.177722,48.1031],[-105.057163,48.077671],[-104.947319,48.094202],[-104.891321,48.15069],[-104.681633,48.103323],[-104.544517,48.126553],[-104.245936,48.031005],[-104.14247,48.055005],[-104.04409327282,47.996107174187],[-104.04497671641,47.397069201282],[-104.131863,47.353901],[-104.420347,47.354435],[-104.513292,47.354719],[-104.513049,47.529442],[-104.594046,47.529335],[-104.593664,47.616294],[-104.978553,47.616272],[-104.97809,47.703293],[-105.235016,47.703581],[-105.234771,47.790502]]]},"properties":{"id":"30083","n":"Richland","z":["59213","59217","59218","59221","59243","59255","59259","59262","59270"],"st":"MT"}},"30085":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-105.804436,48.563358],[-104.973354,48.56319],[-104.757619,48.563127],[-104.757643,48.476556],[-104.627726,48.476349],[-104.62776,48.389362],[-104.04678216171,48.389300731145],[-104.04409327282,47.996107174187],[-104.14247,48.055005],[-104.245936,48.031005],[-104.544517,48.126553],[-104.681633,48.103323],[-104.891321,48.15069],[-104.947319,48.094202],[-105.057163,48.077671],[-105.177722,48.1031],[-105.194783,48.066617],[-105.503195,48.097792],[-105.647941,48.077304],[-105.843891,48.010289],[-105.804599,48.219037],[-105.804436,48.563358]]]},"properties":{"id":"30085","n":"Roosevelt","z":["59201","59212","59213","59218","59226","59255","59258"],"st":"MT"}},"30087":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-107.892233,46.851215],[-106.720157,46.859603],[-106.086463,46.845881],[-106.120366,46.483648],[-106.155143,46.483634],[-106.153433,46.13726],[-106.191629,46.137183],[-106.191734,45.7886],[-106.234502,45.788578],[-106.279549,45.351797],[-106.279709,45.179728],[-106.768014,45.179728],[-106.768676,45.352826],[-106.727573,45.676469],[-106.912959,45.683915],[-106.877217,45.831714],[-106.939095,45.870041],[-106.939067,46.136667],[-107.007394,46.134198],[-107.028422,46.39546],[-107.153444,46.395613],[-107.174531,46.482713],[-107.738548,46.481806],[-107.781214,46.496014],[-107.792939,46.67983],[-107.827687,46.755875],[-107.892233,46.851215]]]},"properties":{"id":"30087","n":"Rosebud","z":["59003","59004","59012","59039","59043","59054","59301","59323","59327","59333","59347"],"st":"MT"}},"30089":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-116.04892924778,48.216127947927],[-115.957251,48.149042],[-115.936745,48.184166],[-115.737279,48.263292],[-115.672359,48.206394],[-115.524695,47.908594],[-115.185196,47.919004],[-115.154527,48.017692],[-115.010672,48.017621],[-114.989344,47.872807],[-114.604584,47.875605],[-114.604462,47.789871],[-114.58376,47.601718],[-114.320528,47.594551],[-114.383453,47.483254],[-114.301457,47.49705],[-114.35308,47.38985],[-114.203026,47.355746],[-114.18717,47.138191],[-114.264148,47.12107],[-114.346111,47.176235],[-114.563737,47.254611],[-114.797204,47.268916],[-114.968978,47.312625],[-114.982265,47.396804],[-115.249057,47.480416],[-115.52591,47.49541],[-115.634684,47.48176],[-115.717024,47.532693],[-115.72377,47.696671],[-115.835365,47.760957],[-116.03856582987,47.984634256442],[-116.04892924778,48.216127947927]]]},"properties":{"id":"30089","n":"Sanders","z":["59821","59831","59844","59845","59848","59853","59856","59859","59873","59874"],"st":"MT"}},"30091":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-105.05764171669,48.999228887392],[-104.048736,48.999877],[-104.04808756883,48.634012373399],[-104.04678216171,48.389300731145],[-104.62776,48.389362],[-104.627726,48.476349],[-104.757643,48.476556],[-104.757619,48.563127],[-104.973354,48.56319],[-104.973283,48.65006],[-105.038548,48.650099],[-105.038171,48.910512],[-105.05764171669,48.999228887392]]]},"properties":{"id":"30091","n":"Sheridan","z":["59211","59219","59242","59247","59252","59254","59256","59257","59258","59275"],"st":"MT"}},"30093":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-113.085517,45.860648],[-112.923224,45.934595],[-112.938955,45.993258],[-112.777717,46.048313],[-112.77712,46.135826],[-112.577106,46.178981],[-112.519997,46.136394],[-112.404349,45.888049],[-112.401441,45.831851],[-112.190269,45.748503],[-112.461816,45.742584],[-112.687054,45.624854],[-112.759339,45.748209],[-112.988358,45.808476],[-113.085517,45.860648]]]},"properties":{"id":"30093","n":"Silver Bow","z":["59701","59703","59707","59711","59727","59743","59748","59750","59759"],"st":"MT"}},"30095":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-109.417158,46.044759],[-109.416227,46.132371],[-108.924589,46.13237],[-108.901655,45.959416],[-108.904726,45.682821],[-108.843016,45.611042],[-108.97281,45.616554],[-109.127343,45.587671],[-109.191761,45.464504],[-109.356417,45.464326],[-109.520884,45.391852],[-109.687857,45.26144],[-109.687792,45.167339],[-109.798673,45.167339],[-110.064518,45.172129],[-110.064581,45.348755],[-109.931984,45.348755],[-109.932025,45.522456],[-109.808841,45.52247],[-109.808793,45.565925],[-109.685385,45.56561],[-109.685385,45.609022],[-109.56207,45.609119],[-109.548822,45.870749],[-109.506604,45.959112],[-109.423026,45.960011],[-109.417158,46.044759]]]},"properties":{"id":"30095","n":"Stillwater","z":["59001","59015","59019","59028","59057","59061","59063","59067","59069"],"st":"MT"}},"30097":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-110.281916,46.184397],[-110.281971,46.220605],[-109.653871,46.219404],[-109.605153,46.044994],[-109.417158,46.044759],[-109.423026,45.960011],[-109.506604,45.959112],[-109.548822,45.870749],[-109.56207,45.609119],[-109.685385,45.609022],[-109.685385,45.56561],[-109.808793,45.565925],[-109.808841,45.52247],[-109.932025,45.522456],[-109.931984,45.348755],[-110.064581,45.348755],[-110.064518,45.172129],[-110.228052,45.172129],[-110.220908,45.784973],[-110.292662,45.785057],[-110.281916,46.184397]]]},"properties":{"id":"30097","n":"Sweet Grass","z":["59011","59033","59052","59055","59069"],"st":"MT"}},"30099":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-113.014811,48.13103],[-112.177755,48.130717],[-112.177751,48.087162],[-112.047999,48.086612],[-111.984263,47.984592],[-111.408514,47.987178],[-111.40885,47.698123],[-111.666482,47.697761],[-111.66626,47.611253],[-111.922936,47.611231],[-111.927109,47.500146],[-112.047781,47.516034],[-112.278,47.505623],[-112.405146,47.552317],[-112.429183,47.603386],[-112.549721,47.651977],[-112.780545,47.598622],[-112.91422,47.694958],[-112.913256,47.826216],[-112.984734,47.953918],[-112.878931,47.975713],[-113.014811,48.13103]]]},"properties":{"id":"30099","n":"Teton","z":["59410","59419","59422","59425","59433","59436","59443","59467","59468","59487"],"st":"MT"}},"30101":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-112.19341019591,48.998893776634],[-111.26986200083,48.997229786812],[-111.275306,48.219531],[-111.409018,48.219542],[-111.665599,48.219549],[-111.665756,48.349456],[-111.795855,48.349812],[-111.79591,48.393081],[-111.990889,48.394265],[-111.990944,48.438546],[-112.184784,48.477578],[-112.19341019591,48.998893776634]]]},"properties":{"id":"30101","n":"Toole","z":["59435","59444","59454","59456","59466","59474","59482","59484"],"st":"MT"}},"30103":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-107.738548,46.481806],[-107.174531,46.482713],[-107.153444,46.395613],[-107.028422,46.39546],[-107.007394,46.134198],[-106.939067,46.136667],[-106.939095,45.870041],[-107.052159,45.870052],[-107.051946,45.913489],[-107.17636,45.913323],[-107.176358,45.956761],[-107.425128,45.956674],[-107.424929,46.043374],[-107.511534,46.043403],[-107.466131,46.177774],[-107.738548,46.481806]]]},"properties":{"id":"30103","n":"Treasure","z":["59010","59038","59076"],"st":"MT"}},"30105":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-107.17981201254,48.999911601747],[-106.11206332368,48.9992794384],[-106.151908,48.823927],[-106.021251,48.823975],[-106.02131,48.563424],[-105.804436,48.563358],[-105.804599,48.219037],[-105.843891,48.010289],[-106.006176,48.033689],[-106.229302,48.026416],[-106.400605,48.061921],[-106.41862,47.957457],[-106.501725,47.958287],[-106.510321,47.878996],[-106.603126,47.784743],[-106.734453,47.734156],[-106.861668,47.737372],[-106.892753,47.674818],[-107.249,47.661566],[-107.414886,47.691734],[-107.404513,48.21844],[-107.369252,48.305163],[-107.260458,48.304768],[-107.301721,48.480943],[-107.192691,48.509402],[-107.206316,48.56817],[-107.206032,48.91271],[-107.17981201254,48.999911601747]]]},"properties":{"id":"30105","n":"Valley","z":["59201","59223","59225","59230","59231","59240","59241","59244","59248","59250","59260","59261","59273"],"st":"MT"}},"30107":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-110.273337,46.710509],[-109.969221,46.752909],[-109.745745,46.694097],[-109.389163,46.693625],[-109.402906,46.219706],[-109.653871,46.219404],[-110.281971,46.220605],[-110.273337,46.710509]]]},"properties":{"id":"30107","n":"Wheatland","z":["59036","59053","59078","59085","59453"],"st":"MT"}},"30109":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-104.603766,46.860853],[-104.412124,46.904003],[-104.306062,47.042046],[-104.316166,47.18054],[-104.420347,47.354435],[-104.131863,47.353901],[-104.04497671641,47.397069201282],[-104.04530830987,47.330127858806],[-104.04538510369,46.641501059122],[-104.354835,46.641409],[-104.417998,46.684892],[-104.606903,46.684924],[-104.603766,46.860853]]]},"properties":{"id":"30109","n":"Wibaux","z":["59353"],"st":"MT"}},"30111":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-108.924589,46.13237],[-108.779733,46.132457],[-108.404795,46.132952],[-108.404856,46.23596],[-108.320812,46.263997],[-108.029363,46.264055],[-108.011948,46.336813],[-107.928547,46.395284],[-107.782087,46.395182],[-107.781214,46.496014],[-107.738548,46.481806],[-107.466131,46.177774],[-107.511534,46.043403],[-107.674454,46.04361],[-107.674468,45.985759],[-107.798753,45.98568],[-107.881846,45.899233],[-108.047352,45.899479],[-108.069572,45.783507],[-108.069752,45.518535],[-108.316245,45.489503],[-108.316374,45.460509],[-108.645325,45.464073],[-108.801761,45.551965],[-108.782,45.638639],[-108.843016,45.611042],[-108.904726,45.682821],[-108.901655,45.959416],[-108.924589,46.13237]]]},"properties":{"id":"30111","n":"Yellowstone","z":["58106","59002","59006","59015","59024","59037","59041","59044","59057","59064","59079","59088","59101","59102","59103","59104","59105","59106","59107","59108","59111","59112","59114","59115","59116","59117"],"st":"MT"}},"31001":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.724387,40.689772],[-98.72143,40.698903],[-98.282851,40.698284],[-98.278103,40.698291],[-98.27809,40.350347],[-98.723948,40.350391],[-98.724387,40.689772]]]},"properties":{"id":"31001","n":"Adams","z":["68883","68901","68902","68925","68928","68930","68932","68941","68950","68955","68956","68973","68980"],"st":"NE"}},"31003":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.300235,42.436913],[-97.834431,42.437684],[-97.834536,42.08975],[-97.833288,41.916286],[-98.295602,41.914954],[-98.300592,42.088853],[-98.300235,42.436913]]]},"properties":{"id":"31003","n":"Antelope","z":["68636","68720","68726","68729","68735","68756","68761","68764","68769","68773","68781"],"st":"NE"}},"31005":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-101.985523,41.74229],[-101.42592,41.743059],[-101.406466,41.7432],[-101.40726,41.395416],[-101.98463,41.394712],[-101.985523,41.74229]]]},"properties":{"id":"31005","n":"Arthur","z":["69121","69146","69350","69366"],"st":"NE"}},"31007":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-104.05282523524,41.697953853064],[-103.370391,41.69921],[-103.369024,41.437655],[-103.37762,41.394633],[-104.05228713412,41.393214000193],[-104.05263457163,41.564275779574],[-104.05282523524,41.697953853064]]]},"properties":{"id":"31007","n":"Banner","z":{"0":"69128","1":"69145","2":"69156","3":"69334","4":"69341","5":"69345","12":"82082"},"st":"NE"}},"31009":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.267622,42.086147],[-100.167605,42.085848],[-99.686959,42.086075],[-99.686834,41.740326],[-100.251224,41.739817],[-100.265474,41.739856],[-100.267622,42.086147]]]},"properties":{"id":"31009","n":"Blaine","z":["68813","68821","68833","69157"],"st":"NE"}},"31011":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.295602,41.914954],[-97.833288,41.916286],[-97.830493,41.742238],[-97.829846,41.526174],[-98.041328,41.510534],[-98.099523,41.480777],[-98.291344,41.480727],[-98.29576,41.741178],[-98.295602,41.914954]]]},"properties":{"id":"31011","n":"Boone","z":["68620","68627","68652","68655","68660","68758"],"st":"NE"}},"31013":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-103.444532,42.437354],[-102.773366,42.439922],[-102.749611,42.430454],[-102.742269,42.092388],[-102.697835,42.004843],[-103.363337,42.00293],[-103.401639,42.00354],[-103.444108,42.090708],[-103.444532,42.437354]]]},"properties":{"id":"31013","n":"Box Butte","z":["69301","69348"],"st":"NE"}},"31015":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.254455012317,42.998220926787],[-98.49855,42.99856],[-98.434503,42.929227],[-98.308186816451,42.886489207426],[-98.305149,42.761207],[-98.58376,42.779736],[-98.892846,42.845792],[-98.982527,42.896436],[-99.257039,42.804296],[-99.254455012317,42.998220926787]]]},"properties":{"id":"31015","n":"Boyd","z":["68719","68722","68746","68755","68777"],"st":"NE"}},"31017":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.198478,42.846102],[-100.11334,42.799683],[-99.677684,42.730903],[-99.662379,42.086009],[-99.686959,42.086075],[-100.167605,42.085848],[-100.183167,42.43343],[-100.18327,42.781005],[-100.198478,42.846102]]]},"properties":{"id":"31017","n":"Brown","z":["69210","69214","69217"],"st":"NE"}},"31019":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.425986,41.046471],[-99.207564,41.047003],[-98.748526,41.04664],[-98.721975,41.046674],[-98.72143,40.698903],[-98.724387,40.689772],[-98.906096,40.652722],[-99.179248,40.660541],[-99.417316,40.670825],[-99.425986,41.046471]]]},"properties":{"id":"31019","n":"Buffalo","z":["68812","68836","68840","68844","68845","68847","68848","68849","68858","68861","68866","68869","68870","68876"],"st":"NE"}},"31021":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.554866,42.015875],[-96.309645,42.015187],[-96.272877,42.047238],[-96.132537,41.974625],[-96.126821253465,41.866095247702],[-96.064537,41.793002],[-96.107937871746,41.676508989762],[-96.444785,41.683633],[-96.444217,41.741775],[-96.555172,41.742018],[-96.554866,42.015875]]]},"properties":{"id":"31021","n":"Burt","z":{"1":"68019","2":"68020","3":"68029","4":"68038","5":"68045","6":"68061","26":"51557"},"st":"NE"}},"31023":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.368186,41.396416],[-97.253519,41.384212],[-97.178464,41.376816],[-96.90591,41.456436],[-96.905862,41.453389],[-96.908507,41.046091],[-96.91094,41.046116],[-97.368118,41.046947],[-97.368186,41.396416]]]},"properties":{"id":"31023","n":"Butler","z":["68001","68014","68036","68601","68624","68626","68632","68635","68658","68662","68667","68669"],"st":"NE"}},"31025":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.463861,41.016069],[-96.319191,41.044998],[-96.218939,40.994308],[-96.056256,41.065356],[-95.864784764085,41.052845504614],[-95.81872727857,40.897948066406],[-95.834243816714,40.783784387043],[-96.463764,40.78396],[-96.463861,41.016069]]]},"properties":{"id":"31025","n":"Cass","z":["68003","68016","68037","68048","68058","68304","68307","68347","68349","68366","68403","68407","68409","68413","68455","68462","68463"],"st":"NE"}},"31027":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.484916876342,42.850003214868],[-97.237868,42.853139],[-97.165070392374,42.791616641468],[-97.015631112747,42.756525462488],[-97.017789,42.351347],[-97.367724,42.351861],[-97.36759,42.438775],[-97.485298,42.438578],[-97.484916876342,42.850003214868]]]},"properties":{"id":"31027","n":"Cedar","z":{"1":"68717","2":"68727","3":"68730","4":"68736","5":"68739","6":"68745","7":"68749","8":"68757","9":"68771","10":"68774","11":"68786","12":"68792","13":"57078"},"st":"NE"}},"31029":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-102.0513047986,40.440007993377],[-102.05129415158,40.697546832389],[-101.345365,40.698093],[-101.342788,40.350444],[-102.05130855184,40.349221356872],[-102.0513047986,40.440007993377]]]},"properties":{"id":"31029","n":"Chase","z":["69023","69027","69030","69033","69045","69168"],"st":"NE"}},"31031":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-102.08254804307,42.99914064039],[-101.22801339779,42.997868739647],[-100.19841379978,42.997976883969],[-100.198478,42.846102],[-100.18327,42.781005],[-100.183167,42.43343],[-100.167605,42.085848],[-100.267622,42.086147],[-100.846129,42.088166],[-101.426557,42.092194],[-102.006204,42.096338],[-102.04028,42.096744],[-102.084961,42.785509],[-102.08254804307,42.99914064039]]]},"properties":{"id":"31031","n":"Cherry","z":["69135","69152","69161","69166","69201","69211","69212","69216","69218","69219","69220","69221","69333","69343","69350","69366"],"st":"NE"}},"31033":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-103.37762,41.394633],[-103.369024,41.437655],[-102.636695,41.439053],[-102.609386,41.395115],[-102.610413,41.221614],[-102.62103302445,41.002223202616],[-102.65346413727,41.002225324144],[-103.38249165189,41.001926146621],[-103.37762,41.394633]]]},"properties":{"id":"31033","n":"Cheyenne","z":["69131","69141","69149","69156","69160","69162"],"st":"NE"}},"31035":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.278103,40.698291],[-97.825723,40.698555],[-97.82478,40.698537],[-97.824114,40.350541],[-98.273571,40.350359],[-98.27809,40.350347],[-98.278103,40.698291]]]},"properties":{"id":"31035","n":"Clay","z":["68452","68818","68901","68933","68934","68935","68938","68941","68944","68954","68975","68979","68980"],"st":"NE"}},"31037":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.252425,41.743085],[-97.019911,41.74298],[-96.905922,41.742763],[-96.90591,41.456436],[-97.178464,41.376816],[-97.253519,41.384212],[-97.252425,41.743085]]]},"properties":{"id":"31037","n":"Colfax","z":["68601","68629","68633","68641","68643","68659","68661"],"st":"NE"}},"31039":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.019359,42.090577],[-96.82367,42.090411],[-96.555511,42.089957],[-96.554866,42.015875],[-96.555172,41.742018],[-96.905922,41.742763],[-97.019911,41.74298],[-97.019359,42.090577]]]},"properties":{"id":"31039","n":"Cuming","z":["68004","68045","68047","68633","68641","68716","68788","68791"],"st":"NE"}},"31041":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.251224,41.739817],[-99.686834,41.740326],[-99.22183,41.740792],[-99.212016,41.740613],[-99.203261,41.39414],[-99.207564,41.047003],[-99.425986,41.046471],[-100.224235,41.046597],[-100.251098,41.393298],[-100.251224,41.739817]]]},"properties":{"id":"31041","n":"Custer","z":["68813","68814","68815","68822","68825","68828","68834","68855","68856","68860","68866","68874","68878","68881","69120","69138"],"st":"NE"}},"31043":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.627945456902,42.527096139142],[-96.445508,42.49063],[-96.381307,42.461694],[-96.407998,42.337408],[-96.351957192496,42.280894704543],[-96.726661,42.278005],[-96.722231,42.524652],[-96.627945456902,42.527096139142]]]},"properties":{"id":"31043","n":"Dakota","z":["68030","68731","68733","68741","68743","68770","68776","68785"],"st":"NE"}},"31045":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-103.50509926163,43.000758813031],[-103.00060952603,43.000259286774],[-102.79211093984,43.00003623577],[-102.773369,42.785265],[-102.773366,42.439922],[-103.444532,42.437354],[-103.480082,42.437267],[-103.480403,42.784966],[-103.50509926163,43.000758813031]]]},"properties":{"id":"31045","n":"Dawes","z":["69337","69339","69347","69348","69354","69367"],"st":"NE"}},"31047":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.224235,41.046597],[-99.425986,41.046471],[-99.417316,40.670825],[-99.643462,40.684911],[-99.981743,40.700003],[-100.223311,40.700254],[-100.224235,41.046597]]]},"properties":{"id":"31047","n":"Dawson","z":["68834","68836","68850","68863","68878","68937","69028","69029","69130","69138","69171"],"st":"NE"}},"31049":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-102.610413,41.221614],[-102.055535,41.221547],[-102.051761,41.00389],[-102.05171751638,41.002376967624],[-102.62103302445,41.002223202616],[-102.610413,41.221614]]]},"properties":{"id":"31049","n":"Deuel","z":["69122","69129"],"st":"NE"}},"31051":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.017789,42.351347],[-97.015631112747,42.756525462488],[-96.807370600098,42.700678985373],[-96.697639,42.659143],[-96.7093,42.603753],[-96.627945456902,42.527096139142],[-96.722231,42.524652],[-96.726661,42.278005],[-96.822497,42.264292],[-97.01773,42.264453],[-97.017789,42.351347]]]},"properties":{"id":"31051","n":"Dixon","z":["68710","68728","68732","68733","68751","68757","68770","68784","68785","68787"],"st":"NE"}},"31053":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.905922,41.742763],[-96.555172,41.742018],[-96.444217,41.741775],[-96.444785,41.683633],[-96.434792,41.494928],[-96.329012,41.393136],[-96.47072,41.393239],[-96.568677,41.432986],[-96.905862,41.453389],[-96.90591,41.456436],[-96.905922,41.742763]]]},"properties":{"id":"31053","n":"Dodge","z":["68025","68026","68031","68044","68057","68063","68072","68621","68633","68649","68664"],"st":"NE"}},"31055":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.47072,41.393239],[-96.329012,41.393136],[-95.92733624232,41.38998793746],[-95.890152,41.278308],[-95.909908491255,41.191282850828],[-96.327399,41.189999],[-96.421439,41.364165],[-96.47072,41.393239]]]},"properties":{"id":"31055","n":"Douglas","z":["68007","68010","68022","68064","68069","68101","68102","68103","68104","68105","68106","68107","68108","68109","68110","68111","68112","68114","68116","68117","68118","68119","68122","68124","68127","68130","68131","68132","68134","68135","68137","68139","68142","68144","68145","68147","68152","68154","68157","68164","68172","68175","68176","68178","68179","68180","68182","68183","68197","68198"],"st":"NE"}},"31057":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-102.05130855184,40.349221356872],[-101.342788,40.350444],[-101.323353,40.350553],[-101.32551402752,40.00256534823],[-101.4110289878,40.002582569568],[-102.051744,40.003078],[-102.05130855184,40.349221356872]]]},"properties":{"id":"31057","n":"Dundy","z":{"0":"69021","1":"69030","2":"69037","3":"69041","4":"69045","25":"80758"},"st":"NE"}},"31059":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.82478,40.698537],[-97.368401,40.698625],[-97.368688,40.350392],[-97.820816,40.350545],[-97.824114,40.350541],[-97.82478,40.698537]]]},"properties":{"id":"31059","n":"Fillmore","z":["68322","68351","68354","68361","68365","68406","68416","68436","68444","68453","68979"],"st":"NE"}},"31061":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.179403,40.350681],[-98.726827,40.350398],[-98.726372963939,40.002336273167],[-99.067018349898,40.002143513052],[-99.179133150861,40.002108952695],[-99.179403,40.350681]]]},"properties":{"id":"31061","n":"Franklin","z":["68929","68932","68939","68947","68960","68972","68981","68982"],"st":"NE"}},"31063":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.777833,40.700135],[-100.223311,40.700254],[-99.981743,40.700003],[-99.981193,40.438291],[-100.095095,40.438656],[-100.094798,40.351245],[-100.197807,40.350027],[-100.758435,40.349507],[-100.777376,40.349466],[-100.777833,40.700135]]]},"properties":{"id":"31063","n":"Frontier","z":["69001","69022","69025","69028","69029","69034","69038","69039","69042"],"st":"NE"}},"31065":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.197807,40.350027],[-100.094798,40.351245],[-99.642209,40.3512],[-99.630459,40.35112],[-99.628253849225,40.001771947268],[-100.17779754588,40.001565813852],[-100.19359905684,40.00157300572],[-100.197807,40.350027]]]},"properties":{"id":"31065","n":"Furnas","z":["68922","68926","68936","68946","68948","68967","68977","69022","69046"],"st":"NE"}},"31067":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.916055,40.349727],[-96.912637,40.523625],[-96.463632,40.523013],[-96.463667,40.262173],[-96.463712076775,40.000958572554],[-96.805768,40.001368455095],[-96.916407005466,40.001454091044],[-96.916055,40.349727]]]},"properties":{"id":"31067","n":"Gage","z":["68301","68309","68310","68318","68328","68331","68341","68342","68357","68358","68381","68415","68422","68458","68465","68466"],"st":"NE"}},"31069":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-102.677582,42.005282],[-102.06665,42.009195],[-102.067918,41.742099],[-101.985523,41.74229],[-101.98463,41.394712],[-102.055256,41.395162],[-102.055535,41.221547],[-102.610413,41.221614],[-102.609386,41.395115],[-102.636695,41.439053],[-102.636476,41.743139],[-102.677582,42.005282]]]},"properties":{"id":"31069","n":"Garden","z":["69147","69148","69149","69154","69190","69333","69351"],"st":"NE"}},"31071":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.222733,42.087916],[-98.761155,42.088518],[-98.759133,41.740382],[-99.212016,41.740613],[-99.22183,41.740792],[-99.222733,42.087916]]]},"properties":{"id":"31071","n":"Garfield","z":["68823"],"st":"NE"}},"31073":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.981743,40.700003],[-99.643462,40.684911],[-99.642209,40.3512],[-100.094798,40.351245],[-100.095095,40.438656],[-99.981193,40.438291],[-99.981743,40.700003]]]},"properties":{"id":"31073","n":"Gosper","z":["68850","68922","68927","68936","68937","68948","68976","69028"],"st":"NE"}},"31075":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-102.06665,42.009195],[-102.008562,42.008901],[-102.006204,42.096338],[-101.426557,42.092194],[-101.42592,41.743059],[-101.985523,41.74229],[-102.067918,41.742099],[-102.06665,42.009195]]]},"properties":{"id":"31075","n":"Grant","z":["69333","69350","69366"],"st":"NE"}},"31077":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.752225,41.740372],[-98.29576,41.741178],[-98.291344,41.480727],[-98.291419,41.393894],[-98.74433,41.394178],[-98.751558,41.394084],[-98.752225,41.740372]]]},"properties":{"id":"31077","n":"Greeley","z":["68665","68842","68875","68882"],"st":"NE"}},"31079":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.721975,41.046674],[-98.287168,41.046363],[-98.282578,40.868677],[-98.282851,40.698284],[-98.72143,40.698903],[-98.721975,41.046674]]]},"properties":{"id":"31079","n":"Hall","z":["68801","68802","68803","68810","68824","68832","68876","68883","68956"],"st":"NE"}},"31081":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.282578,40.868677],[-98.010548,41.072761],[-97.874073,41.123148],[-97.828256,41.173439],[-97.826287,41.046581],[-97.825723,40.698555],[-98.278103,40.698291],[-98.282851,40.698284],[-98.282578,40.868677]]]},"properties":{"id":"31081","n":"Hamilton","z":["68371","68628","68654","68818","68832","68841","68843","68846","68854","68865","68944","68980"],"st":"NE"}},"31083":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.630459,40.35112],[-99.179403,40.350681],[-99.179133150861,40.002108952695],[-99.6253267264,40.001777827647],[-99.628253849225,40.001771947268],[-99.630459,40.35112]]]},"properties":{"id":"31083","n":"Harlan","z":["68920","68949","68966","68967","68969","68971","68977","68982"],"st":"NE"}},"31085":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-101.345365,40.698093],[-101.247963,40.697802],[-100.777833,40.700135],[-100.777376,40.349466],[-101.323353,40.350553],[-101.342788,40.350444],[-101.345365,40.698093]]]},"properties":{"id":"31085","n":"Hayes","z":["69024","69032","69038","69040","69045","69134","69169"],"st":"NE"}},"31087":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-101.323353,40.350553],[-100.777376,40.349466],[-100.758435,40.349507],[-100.75883,40.002302],[-101.32551402752,40.00256534823],[-101.323353,40.350553]]]},"properties":{"id":"31087","n":"Hitchcock","z":["69024","69040","69043","69044"],"st":"NE"}},"31089":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.257039,42.804296],[-98.982527,42.896436],[-98.892846,42.845792],[-98.58376,42.779736],[-98.305149,42.761207],[-98.300235,42.436913],[-98.300592,42.088853],[-98.761155,42.088518],[-99.222733,42.087916],[-99.234629,42.087995],[-99.245803,42.782499],[-99.257039,42.804296]]]},"properties":{"id":"31089","n":"Holt","z":["68711","68713","68725","68726","68734","68735","68742","68746","68763","68764","68766","68777","68780"],"st":"NE"}},"31091":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-101.426557,42.092194],[-100.846129,42.088166],[-100.842459,41.740404],[-101.406466,41.7432],[-101.42592,41.743059],[-101.426557,42.092194]]]},"properties":{"id":"31091","n":"Hooker","z":["69152"],"st":"NE"}},"31093":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.74433,41.394178],[-98.291419,41.393894],[-98.286584,41.393898],[-98.287168,41.046363],[-98.721975,41.046674],[-98.748526,41.04664],[-98.74433,41.394178]]]},"properties":{"id":"31093","n":"Howard","z":["68817","68820","68824","68831","68835","68838","68864","68872","68873","68882"],"st":"NE"}},"31095":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.368688,40.350392],[-96.916055,40.349727],[-96.916407005466,40.001454091044],[-97.369199035315,40.001939305761],[-97.368688,40.350392]]]},"properties":{"id":"31095","n":"Jefferson","z":["68338","68341","68342","68350","68352","68377","68424","68440"],"st":"NE"}},"31097":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.463632,40.523013],[-96.067012,40.523148],[-96.066736,40.262038],[-96.463667,40.262173],[-96.463632,40.523013]]]},"properties":{"id":"31097","n":"Johnson","z":["68329","68332","68348","68378","68443","68447","68450"],"st":"NE"}},"31099":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.179248,40.660541],[-98.906096,40.652722],[-98.724387,40.689772],[-98.723948,40.350391],[-98.726827,40.350398],[-99.179403,40.350681],[-99.179248,40.660541]]]},"properties":{"id":"31099","n":"Kearney","z":["68840","68845","68847","68924","68945","68956","68959","68982"],"st":"NE"}},"31101":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-102.055535,41.221547],[-102.055256,41.395162],[-101.98463,41.394712],[-101.40726,41.395416],[-101.269695,41.394934],[-101.270381,41.047392],[-101.249975,41.00395],[-102.051761,41.00389],[-102.055535,41.221547]]]},"properties":{"id":"31101","n":"Keith","z":["69122","69127","69144","69146","69147","69153","69155"],"st":"NE"}},"31103":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.19841379978,42.997976883969],[-99.534055014809,42.998197488318],[-99.254455012317,42.998220926787],[-99.257039,42.804296],[-99.415222,42.772098],[-99.537491,42.717626],[-99.677684,42.730903],[-100.11334,42.799683],[-100.198478,42.846102],[-100.19841379978,42.997976883969]]]},"properties":{"id":"31103","n":"Keya Paha","z":["68753","68759","68778","69201","69210","69220"],"st":"NE"}},"31105":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-104.05228713412,41.393214000193],[-103.37762,41.394633],[-103.38249165189,41.001926146621],[-103.5737740062,41.001721799084],[-104.053249,41.001406],[-104.05228713412,41.393214000193]]]},"properties":{"id":"31105","n":"Kimball","z":["69128","69133","69145"],"st":"NE"}},"31107":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.308186816451,42.886489207426],[-98.152586654838,42.841153381064],[-98.035034,42.764205],[-97.950147,42.769619],[-97.857957,42.865093],[-97.635442090442,42.851809075185],[-97.484916876342,42.850003214868],[-97.485298,42.438578],[-97.834431,42.437684],[-98.300235,42.436913],[-98.305149,42.761207],[-98.308186816451,42.886489207426]]]},"properties":{"id":"31107","n":"Knox","z":["68718","68724","68729","68730","68760","68764","68783","68786","68789"],"st":"NE"}},"31109":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.913493,40.697948],[-96.91094,41.046116],[-96.908507,41.046091],[-96.463869,41.045083],[-96.463861,41.016069],[-96.463764,40.78396],[-96.463632,40.523013],[-96.912637,40.523625],[-96.913493,40.697948]]]},"properties":{"id":"31109","n":"Lancaster","z":["68017","68065","68301","68317","68333","68336","68339","68347","68358","68366","68368","68372","68402","68404","68419","68428","68430","68438","68461","68462","68501","68502","68503","68504","68505","68506","68507","68508","68509","68510","68512","68514","68516","68517","68520","68521","68522","68523","68524","68526","68527","68528","68529","68531","68532","68542","68544","68583","68588"],"st":"NE"}},"31111":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-101.269695,41.394934],[-100.713243,41.393511],[-100.251098,41.393298],[-100.224235,41.046597],[-100.223311,40.700254],[-100.777833,40.700135],[-101.247963,40.697802],[-101.249975,41.00395],[-101.270381,41.047392],[-101.269695,41.394934]]]},"properties":{"id":"31111","n":"Lincoln","z":["69025","69029","69039","69101","69103","69120","69123","69132","69138","69143","69151","69163","69165","69169","69170"],"st":"NE"}},"31113":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.711711,41.739761],[-100.265474,41.739856],[-100.251224,41.739817],[-100.251098,41.393298],[-100.713243,41.393511],[-100.711711,41.739761]]]},"properties":{"id":"31113","n":"Logan","z":["68833","69120","69163"],"st":"NE"}},"31115":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.686959,42.086075],[-99.662379,42.086009],[-99.234629,42.087995],[-99.222733,42.087916],[-99.22183,41.740792],[-99.686834,41.740326],[-99.686959,42.086075]]]},"properties":{"id":"31115","n":"Loup","z":["68823","68879"],"st":"NE"}},"31117":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-101.406466,41.7432],[-100.842459,41.740404],[-100.711711,41.739761],[-100.713243,41.393511],[-101.269695,41.394934],[-101.40726,41.395416],[-101.406466,41.7432]]]},"properties":{"id":"31117","n":"McPherson","z":["69101","69165","69167"],"st":"NE"}},"31119":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.834536,42.08975],[-97.368404,42.090922],[-97.36807,41.743207],[-97.830493,41.742238],[-97.833288,41.916286],[-97.834536,42.08975]]]},"properties":{"id":"31119","n":"Madison","z":["68642","68644","68701","68702","68715","68738","68748","68752","68758","68781"],"st":"NE"}},"31121":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.286584,41.393898],[-98.275408,41.264341],[-98.101546,41.264041],[-98.053137,41.293123],[-97.705497,41.309134],[-97.703765,41.394876],[-97.598461,41.395068],[-97.598253,41.333119],[-97.828256,41.173439],[-97.874073,41.123148],[-98.010548,41.072761],[-98.282578,40.868677],[-98.287168,41.046363],[-98.286584,41.393898]]]},"properties":{"id":"31121","n":"Merrick","z":["68628","68663","68801","68816","68826","68827","68864","68872"],"st":"NE"}},"31123":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-103.370391,41.69921],[-103.363337,42.00293],[-102.697835,42.004843],[-102.677582,42.005282],[-102.636476,41.743139],[-102.636695,41.439053],[-103.369024,41.437655],[-103.370391,41.69921]]]},"properties":{"id":"31123","n":"Morrill","z":["69125","69131","69148","69301","69331","69334","69336"],"st":"NE"}},"31125":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.291344,41.480727],[-98.099523,41.480777],[-98.041328,41.510534],[-97.829846,41.526174],[-97.703627,41.526796],[-97.703765,41.394876],[-97.705497,41.309134],[-98.053137,41.293123],[-98.101546,41.264041],[-98.275408,41.264341],[-98.286584,41.393898],[-98.291419,41.393894],[-98.291344,41.480727]]]},"properties":{"id":"31125","n":"Nance","z":["68623","68638","68640","68660","68663","68864"],"st":"NE"}},"31127":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.067012,40.523148],[-95.712280371801,40.523754426207],[-95.649418,40.396149],[-95.653729,40.322582],[-95.54818200118,40.264414672843],[-95.54787031627,40.26278346082],[-96.010176,40.261482],[-96.066736,40.262038],[-96.067012,40.523148]]]},"properties":{"id":"31127","n":"Nemaha","z":["68305","68320","68321","68376","68378","68379","68414","68421","68442"],"st":"NE"}},"31129":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.273571,40.350359],[-97.824114,40.350541],[-97.820816,40.350545],[-97.821500812275,40.002186882089],[-97.931824926317,40.00223634502],[-98.274017059753,40.00233745073],[-98.273571,40.350359]]]},"properties":{"id":"31129","n":"Nuckolls","z":["68335","68798","68934","68935","68942","68943","68957","68961","68964","68974","68978"],"st":"NE"}},"31131":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.463764,40.78396],[-95.834243816714,40.783784387043],[-95.888697,40.736292],[-95.781909,40.653272],[-95.765645,40.585208],[-95.712280371801,40.523754426207],[-96.067012,40.523148],[-96.463632,40.523013],[-96.463764,40.78396]]]},"properties":{"id":"31131","n":"Otoe","z":["68301","68307","68317","68324","68329","68344","68346","68347","68382","68410","68413","68417","68418","68446","68448","68454"],"st":"NE"}},"31133":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.463667,40.262173],[-96.066736,40.262038],[-96.010176,40.261482],[-96.010678817935,40.000704665772],[-96.239207878411,40.000691042754],[-96.463712076775,40.000958572554],[-96.463667,40.262173]]]},"properties":{"id":"31133","n":"Pawnee","z":{"1":"68323","2":"68345","3":"68376","4":"68380","5":"68381","6":"68420","7":"68441","8":"68447","28":"66541"},"st":"NE"}},"31135":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-102.051761,41.00389],[-101.249975,41.00395],[-101.247963,40.697802],[-101.345365,40.698093],[-102.05129415158,40.697546832389],[-102.05129200021,40.749585994874],[-102.05171751638,41.002376967624],[-102.051761,41.00389]]]},"properties":{"id":"31135","n":"Perkins","z":["69134","69140","69150","69168","69169"],"st":"NE"}},"31137":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.643462,40.684911],[-99.417316,40.670825],[-99.179248,40.660541],[-99.179403,40.350681],[-99.630459,40.35112],[-99.642209,40.3512],[-99.643462,40.684911]]]},"properties":{"id":"31137","n":"Phelps","z":["68836","68863","68923","68924","68927","68940","68949","68958","68982"],"st":"NE"}},"31139":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.834431,42.437684],[-97.485298,42.438578],[-97.36759,42.438775],[-97.367724,42.351861],[-97.368404,42.090922],[-97.834536,42.08975],[-97.834431,42.437684]]]},"properties":{"id":"31139","n":"Pierce","z":["68701","68747","68752","68765","68767","68769","68771"],"st":"NE"}},"31141":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.830493,41.742238],[-97.36807,41.743207],[-97.252425,41.743085],[-97.253519,41.384212],[-97.368186,41.396416],[-97.598253,41.333119],[-97.598461,41.395068],[-97.703765,41.394876],[-97.703627,41.526796],[-97.829846,41.526174],[-97.830493,41.742238]]]},"properties":{"id":"31141","n":"Platte","z":["68601","68602","68631","68634","68640","68642","68643","68644","68647","68653","68660","68758"],"st":"NE"}},"31143":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.828256,41.173439],[-97.598253,41.333119],[-97.368186,41.396416],[-97.368118,41.046947],[-97.826287,41.046581],[-97.828256,41.173439]]]},"properties":{"id":"31143","n":"Polk","z":["68316","68367","68601","68628","68651","68654","68662","68663","68666"],"st":"NE"}},"31145":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.758435,40.349507],[-100.197807,40.350027],[-100.19359905684,40.00157300572],[-100.73882471319,40.002262956568],[-100.75883,40.002302],[-100.758435,40.349507]]]},"properties":{"id":"31145","n":"Red Willow","z":["69001","69020","69022","69024","69026","69034","69036"],"st":"NE"}},"31147":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.010176,40.261482],[-95.54787031627,40.26278346082],[-95.394216,40.108263],[-95.382957,40.027112],[-95.30829,39.999998],[-95.33989597085,40.000028857105],[-95.788110994892,40.000466779365],[-96.010678817935,40.000704665772],[-96.010176,40.261482]]]},"properties":{"id":"31147","n":"Richardson","z":["68337","68345","68355","68376","68431","68433","68437","68442","68457"],"st":"NE"}},"31149":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.677684,42.730903],[-99.537491,42.717626],[-99.415222,42.772098],[-99.257039,42.804296],[-99.245803,42.782499],[-99.234629,42.087995],[-99.662379,42.086009],[-99.677684,42.730903]]]},"properties":{"id":"31149","n":"Rock","z":["68714","68759","68823","69217"],"st":"NE"}},"31151":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.368401,40.698625],[-96.913493,40.697948],[-96.912637,40.523625],[-96.916055,40.349727],[-97.368688,40.350392],[-97.368401,40.698625]]]},"properties":{"id":"31151","n":"Saline","z":["68330","68333","68341","68343","68359","68406","68445","68453","68464","68465"],"st":"NE"}},"31153":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.327399,41.189999],[-95.909908491255,41.191282850828],[-95.861898068209,41.160302348213],[-95.864784764085,41.052845504614],[-96.056256,41.065356],[-96.218939,40.994308],[-96.319191,41.044998],[-96.327399,41.189999]]]},"properties":{"id":"31153","n":"Sarpy","z":["68005","68028","68046","68056","68059","68069","68113","68123","68128","68133","68136","68138","68147","68157"],"st":"NE"}},"31155":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.905862,41.453389],[-96.568677,41.432986],[-96.47072,41.393239],[-96.421439,41.364165],[-96.327399,41.189999],[-96.319191,41.044998],[-96.463861,41.016069],[-96.463869,41.045083],[-96.908507,41.046091],[-96.905862,41.453389]]]},"properties":{"id":"31155","n":"Saunders","z":["68003","68015","68017","68018","68025","68033","68036","68040","68041","68042","68050","68064","68065","68066","68070","68073","68648"],"st":"NE"}},"31157":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-104.05276213709,42.001718265867],[-103.401639,42.00354],[-103.363337,42.00293],[-103.370391,41.69921],[-104.05282523524,41.697953853064],[-104.05276213709,42.001718265867]]]},"properties":{"id":"31157","n":"Scotts Bluff","z":["69334","69341","69352","69353","69355","69356","69357","69358","69361","69363"],"st":"NE"}},"31159":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.368118,41.046947],[-96.91094,41.046116],[-96.913493,40.697948],[-97.368401,40.698625],[-97.368118,41.046947]]]},"properties":{"id":"31159","n":"Seward","z":["68065","68313","68314","68339","68343","68359","68360","68364","68367","68405","68423","68428","68434","68439","68456"],"st":"NE"}},"31161":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-102.79211093984,43.00003623577],[-102.08254804307,42.99914064039],[-102.084961,42.785509],[-102.04028,42.096744],[-102.006204,42.096338],[-102.008562,42.008901],[-102.06665,42.009195],[-102.677582,42.005282],[-102.697835,42.004843],[-102.742269,42.092388],[-102.749611,42.430454],[-102.773366,42.439922],[-102.773369,42.785265],[-102.79211093984,43.00003623577]]]},"properties":{"id":"31161","n":"Sheridan","z":["69301","69335","69337","69340","69343","69347","69351","69360","69365"],"st":"NE"}},"31163":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.203261,41.39414],[-98.751558,41.394084],[-98.74433,41.394178],[-98.748526,41.04664],[-99.207564,41.047003],[-99.203261,41.39414]]]},"properties":{"id":"31163","n":"Sherman","z":["68815","68817","68844","68852","68853","68869","68871"],"st":"NE"}},"31165":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-104.053127,43.000585],[-103.50509926163,43.000758813031],[-103.480403,42.784966],[-103.480082,42.437267],[-103.444532,42.437354],[-103.444108,42.090708],[-103.401639,42.00354],[-104.05276213709,42.001718265867],[-104.05266219157,42.611766300541],[-104.053127,43.000585]]]},"properties":{"id":"31165","n":"Sioux","z":["69339","69346","69348","69354","69357","69358","69361"],"st":"NE"}},"31167":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.368404,42.090922],[-97.019359,42.090577],[-97.019911,41.74298],[-97.252425,41.743085],[-97.36807,41.743207],[-97.368404,42.090922]]]},"properties":{"id":"31167","n":"Stanton","z":["68629","68631","68641","68643","68701","68740","68748","68768","68779"],"st":"NE"}},"31169":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.820816,40.350545],[-97.368688,40.350392],[-97.369199035315,40.001939305761],[-97.821500812275,40.002186882089],[-97.820816,40.350545]]]},"properties":{"id":"31169","n":"Thayer","z":["68303","68315","68322","68325","68326","68327","68335","68340","68362","68370","68375","68429"],"st":"NE"}},"31171":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.846129,42.088166],[-100.267622,42.086147],[-100.265474,41.739856],[-100.711711,41.739761],[-100.842459,41.740404],[-100.846129,42.088166]]]},"properties":{"id":"31171","n":"Thomas","z":["69142","69161","69163","69166"],"st":"NE"}},"31173":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.822497,42.264292],[-96.726661,42.278005],[-96.351957192496,42.280894704543],[-96.337216094706,42.214849506896],[-96.2689,42.11359],[-96.272877,42.047238],[-96.309645,42.015187],[-96.554866,42.015875],[-96.555511,42.089957],[-96.82367,42.090411],[-96.822497,42.264292]]]},"properties":{"id":"31173","n":"Thurston","z":["68020","68039","68047","68055","68062","68067","68071","68733"],"st":"NE"}},"31175":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.212016,41.740613],[-98.759133,41.740382],[-98.752225,41.740372],[-98.751558,41.394084],[-99.203261,41.39414],[-99.212016,41.740613]]]},"properties":{"id":"31175","n":"Valley","z":["68815","68823","68828","68837","68859","68862"],"st":"NE"}},"31177":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.444785,41.683633],[-96.107937871746,41.676508989762],[-96.080493,41.528199],[-95.994020393012,41.506890640941],[-95.922529,41.455766],[-95.92733624232,41.38998793746],[-96.329012,41.393136],[-96.434792,41.494928],[-96.444785,41.683633]]]},"properties":{"id":"31177","n":"Washington","z":["68002","68007","68008","68023","68029","68031","68034","68044","68064","68068","68112","68122","68142","68152"],"st":"NE"}},"31179":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.367724,42.351861],[-97.017789,42.351347],[-97.01773,42.264453],[-96.822497,42.264292],[-96.82367,42.090411],[-97.019359,42.090577],[-97.368404,42.090922],[-97.367724,42.351861]]]},"properties":{"id":"31179","n":"Wayne","z":["68047","68723","68740","68745","68771","68784","68787","68790","68791"],"st":"NE"}},"31181":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.726827,40.350398],[-98.723948,40.350391],[-98.27809,40.350347],[-98.273571,40.350359],[-98.274017059753,40.00233745073],[-98.504454983637,40.002379876736],[-98.726372963939,40.002336273167],[-98.726827,40.350398]]]},"properties":{"id":"31181","n":"Webster","z":["68928","68930","68932","68942","68952","68957","68970"],"st":"NE"}},"31183":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.761155,42.088518],[-98.300592,42.088853],[-98.295602,41.914954],[-98.29576,41.741178],[-98.752225,41.740372],[-98.759133,41.740382],[-98.761155,42.088518]]]},"properties":{"id":"31183","n":"Wheeler","z":["68622","68636","68637","68665","68735"],"st":"NE"}},"31185":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.826287,41.046581],[-97.368118,41.046947],[-97.368401,40.698625],[-97.82478,40.698537],[-97.825723,40.698555],[-97.826287,41.046581]]]},"properties":{"id":"31185","n":"York","z":["68316","68319","68351","68354","68367","68371","68401","68460","68467","68654"],"st":"NE"}},"32001":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-119.225176,39.999385],[-117.541749,40.001034],[-117.46164,39.886817],[-117.495344,39.748364],[-117.461786,39.622444],[-117.485336,39.545322],[-117.59024,39.517521],[-117.646011,39.426602],[-117.759795,39.369225],[-117.714056,39.245558],[-117.806183,39.145845],[-117.775468,39.093425],[-117.865116,39.073654],[-118.753835,39.07463],[-118.754014,39.112023],[-119.118193,39.388516],[-119.117635,39.518742],[-119.077988,39.722441],[-119.189342,39.65087],[-119.225176,39.999385]]]},"properties":{"id":"32001","n":"Churchill","z":["89406","89407","89408","89496"],"st":"NV"}},"32003":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-115.896925,36.842085],[-114.762507,36.853473],[-114.05016077609,36.843141539689],[-114.046838,36.194069],[-114.151725,36.024563],[-114.316109,36.063109],[-114.372106,36.143114],[-114.627855,36.141012],[-114.736165,36.104367],[-114.731159,35.943916],[-114.669687,35.865084],[-114.70371,35.814585],[-114.689407,35.651412],[-114.653406,35.610789],[-114.6645,35.449497],[-114.627137,35.409504],[-114.572747,35.138725],[-114.619905,35.121632],[-114.633487,35.001857],[-115.64803201963,35.809629212603],[-115.84611392276,35.963552673111],[-115.845803,36.122048],[-115.895753,36.172227],[-115.896925,36.842085]]]},"properties":{"id":"32003","n":"Clark","z":["19161","88901","88905","89002","89004","89005","89006","89007","89009","89011","89012","89014","89015","89016","89018","89019","89021","89024","89025","89026","89027","89028","89029","89030","89031","89032","89033","89034","89036","89037","89039","89040","89044","89046","89052","89053","89054","89067","89070","89074","89077","89081","89084","89085","89086","89087","89101","89102","89103","89104","89105","89106","89107","89108","89109","89110","89111","89112","89113","89114","89115","89116","89117","89118","89119","89120","89121","89122","89123","89124","89125","89126","89127","89128","89129","89130","89131","89132","89133","89134","89135","89136","89137","89138","89139","89140","89141","89142","89143","89144","89145","89146","89147","89148","89149","89150","89151","89152","89153","89154","89155","89156","89157","89158","89159","89160","89161","89162","89163","89164","89165","89166","89169","89170","89173","89177","89178","89179","89180","89183","89185","89191","89193","89195","89199"],"st":"NV"}},"32005":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-120.00261484291,39.112689374096],[-119.761213,39.114009],[-119.55102,39.085791],[-119.311714,39.083615],[-119.310416,39.019378],[-119.401648,38.983323],[-119.439534,38.882001],[-119.349884,38.729193],[-119.32870452108,38.534351927798],[-119.58540614484,38.713150900671],[-119.904315,38.933324],[-120.001014,38.999574],[-120.00197525087,39.067495874468],[-120.00261484291,39.112689374096]]]},"properties":{"id":"32005","n":"Douglas","z":["89410","89411","89413","89423","89444","89448","89449","89460","89705"],"st":"NV"}},"32007":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-117.01820321674,41.999839850369],[-115.313877,41.996103],[-115.03810975243,41.998634115676],[-114.281855,41.994214],[-114.041723,41.99372],[-114.04214514624,40.999896577263],[-114.04637281737,40.116935833012],[-115.834969,40.127842],[-116.000897,40.127376],[-116.157834,40.666389],[-116.158155,40.999912],[-116.586786,41.000398],[-117.018419,41.000254],[-117.01820321674,41.999839850369]]]},"properties":{"id":"32007","n":"Elko","z":["89414","89801","89802","89803","89815","89822","89823","89825","89826","89828","89830","89831","89832","89833","89834","89835","89883"],"st":"NV"}},"32009":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-117.691021,38.473797],[-117.165612,38.001692],[-117.16600056403,36.97120753859],[-117.83350404414,37.464938766244],[-118.42799532516,37.89622428091],[-118.351484,37.893705],[-117.691021,38.473797]]]},"properties":{"id":"32009","n":"Esmeralda","z":["89010","89013","89047","89049"],"st":"NV"}},"32011":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-116.586786,41.000398],[-116.158155,40.999912],[-116.157834,40.666389],[-116.000897,40.127376],[-115.834969,40.127842],[-115.794864,39.853104],[-115.833101,39.729412],[-115.813476,39.593521],[-115.875886,39.465718],[-115.907071,39.161848],[-116.600946,39.161463],[-116.592855,39.374928],[-116.599986,40.072307],[-116.596815,40.94646],[-116.586786,41.000398]]]},"properties":{"id":"32011","n":"Eureka","z":["89316","89820","89821","89822"],"st":"NV"}},"32013":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-119.32418412044,41.993875627793],[-118.19736921593,41.996994081163],[-117.026197,41.99989],[-117.01820321674,41.999839850369],[-117.018419,41.000254],[-117.018664,40.643035],[-117.246788,40.642445],[-117.300597,40.526136],[-117.301168,40.682348],[-117.644399,40.684343],[-117.64422,40.857824],[-118.786738,40.855929],[-118.786705,40.96085],[-119.309598,40.960378],[-119.329722,40.97385],[-119.305713,41.234542],[-119.323955,41.414519],[-119.32418412044,41.993875627793]]]},"properties":{"id":"32013","n":"Humboldt","z":["89404","89412","89414","89421","89425","89426","89438","89445","89446"],"st":"NV"}},"32015":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-117.541749,40.001034],[-117.300597,40.526136],[-117.246788,40.642445],[-117.018664,40.643035],[-117.018419,41.000254],[-116.586786,41.000398],[-116.596815,40.94646],[-116.599986,40.072307],[-116.592855,39.374928],[-116.600946,39.161463],[-117.331857,39.16343],[-117.775468,39.093425],[-117.806183,39.145845],[-117.714056,39.245558],[-117.759795,39.369225],[-117.646011,39.426602],[-117.59024,39.517521],[-117.485336,39.545322],[-117.461786,39.622444],[-117.495344,39.748364],[-117.46164,39.886817],[-117.541749,40.001034]]]},"properties":{"id":"32015","n":"Lander","z":["89310","89820"],"st":"NV"}},"32017":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-115.000846,38.677322],[-114.04943670593,38.67736245688],[-114.050154,38.57292],[-114.04990337566,38.148763026671],[-114.052472,37.604776],[-114.0506,37.000396],[-114.05016077609,36.843141539689],[-114.762507,36.853473],[-115.896925,36.842085],[-115.893857,38.050531],[-115.000846,38.050757],[-115.000846,38.677322]]]},"properties":{"id":"32017","n":"Lincoln","z":["09008","89001","89008","89017","89042","89043"],"st":"NV"}},"32019":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-119.712645,39.250871],[-119.478806,39.337416],[-119.283637,39.621561],[-119.189342,39.65087],[-119.077988,39.722441],[-119.117635,39.518742],[-119.118193,39.388516],[-118.754014,39.112023],[-118.753835,39.07463],[-118.93035,39.072768],[-119.014837,38.943323],[-119.014528,38.8513],[-118.902124,38.852158],[-118.906861,38.414677],[-119.15722610087,38.414391971761],[-119.32870452108,38.534351927798],[-119.349884,38.729193],[-119.439534,38.882001],[-119.401648,38.983323],[-119.310416,39.019378],[-119.311714,39.083615],[-119.55102,39.085791],[-119.561748,39.19471],[-119.648977,39.195287],[-119.712645,39.250871]]]},"properties":{"id":"32019","n":"Lyon","z":["89403","89406","89408","89428","89429","89430","89444","89447","89706","89721"],"st":"NV"}},"32021":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-119.15722610087,38.414391971761],[-118.906861,38.414677],[-118.902124,38.852158],[-119.014528,38.8513],[-119.014837,38.943323],[-118.93035,39.072768],[-118.753835,39.07463],[-117.865116,39.073654],[-118.196274,38.999926],[-118.196235,38.919058],[-117.691021,38.473797],[-118.351484,37.893705],[-118.42799532516,37.89622428091],[-119.15722610087,38.414391971761]]]},"properties":{"id":"32021","n":"Mineral","z":["89010","89409","89415","89420","89422","89427"],"st":"NV"}},"32023":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-117.865116,39.073654],[-117.775468,39.093425],[-117.331857,39.16343],[-116.600946,39.161463],[-115.907071,39.161848],[-115.000846,38.677322],[-115.000846,38.050757],[-115.893857,38.050531],[-115.896925,36.842085],[-115.895753,36.172227],[-115.845803,36.122048],[-115.84611392276,35.963552673111],[-116.488233,36.459097],[-117.16600056403,36.97120753859],[-117.165612,38.001692],[-117.691021,38.473797],[-118.196235,38.919058],[-118.196274,38.999926],[-117.865116,39.073654]]]},"properties":{"id":"32023","n":"Nye","z":["89001","89003","89020","89022","89023","89041","89045","89048","89049","89060","89061","89124","89310","89314","89316","89317","89409"],"st":"NV"}},"32027":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-119.309598,40.960378],[-118.786705,40.96085],[-118.786738,40.855929],[-117.64422,40.857824],[-117.644399,40.684343],[-117.301168,40.682348],[-117.300597,40.526136],[-117.541749,40.001034],[-119.225176,39.999385],[-119.339296,39.998609],[-119.313036,40.523104],[-119.309598,40.960378]]]},"properties":{"id":"32027","n":"Pershing","z":["89405","89418","89419","89445"],"st":"NV"}},"32029":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-119.283637,39.621561],[-119.478806,39.337416],[-119.712645,39.250871],[-119.658501,39.331544],[-119.695643,39.520023],[-119.621697,39.511602],[-119.467141,39.584502],[-119.283637,39.621561]]]},"properties":{"id":"32029","n":"Storey","z":["89403","89434","89440","89442","89521"],"st":"NV"}},"32031":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-120.0047955123,39.316475011958],[-120.00302891966,39.44504577616],[-119.99993544809,39.722406924724],[-119.996155,40.32125],[-119.999866,41.183974],[-119.999168,41.99454],[-119.3601231196,41.994092254981],[-119.32418412044,41.993875627793],[-119.323955,41.414519],[-119.305713,41.234542],[-119.329722,40.97385],[-119.309598,40.960378],[-119.313036,40.523104],[-119.339296,39.998609],[-119.225176,39.999385],[-119.189342,39.65087],[-119.283637,39.621561],[-119.467141,39.584502],[-119.621697,39.511602],[-119.695643,39.520023],[-119.658501,39.331544],[-119.712645,39.250871],[-119.880787,39.165509],[-120.00336402883,39.165626764069],[-120.0047955123,39.316475011958]]]},"properties":{"id":"32031","n":"Washoe","z":["89402","89405","89412","89424","89431","89432","89433","89434","89435","89436","89439","89441","89442","89450","89451","89452","89501","89502","89503","89504","89505","89506","89507","89508","89509","89510","89511","89512","89513","89515","89519","89520","89521","89523","89533","89555","89557","89570","89595","89599","89704"],"st":"NV"}},"32033":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-115.834969,40.127842],[-114.04637281737,40.116935833012],[-114.04726815308,39.906098113756],[-114.04718141293,39.54274360223],[-114.04943670593,38.67736245688],[-115.000846,38.677322],[-115.907071,39.161848],[-115.875886,39.465718],[-115.813476,39.593521],[-115.833101,39.729412],[-115.794864,39.853104],[-115.834969,40.127842]]]},"properties":{"id":"32033","n":"White Pine","z":{"1":"89301","2":"89311","3":"89315","4":"89316","5":"89317","6":"89318","7":"89319","8":"84034"},"st":"NV"}},"32510":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-120.00336402883,39.165626764069],[-119.880787,39.165509],[-119.712645,39.250871],[-119.648977,39.195287],[-119.561748,39.19471],[-119.55102,39.085791],[-119.761213,39.114009],[-120.00261484291,39.112689374096],[-120.00336402883,39.165626764069]]]},"properties":{"id":"32510","n":"Carson City","z":["89701","89702","89703","89705","89706","89711","89712","89713","89714"],"st":"NV"}},"33001":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-71.531658,43.760979],[-71.34362,43.628794],[-71.162675,43.538959],[-71.159364,43.355123],[-71.236011,43.284994],[-71.55003,43.452701],[-71.612426,43.437893],[-71.727573,43.563411],[-71.651153,43.621119],[-71.648346,43.684511],[-71.521466,43.697992],[-71.531658,43.760979]]]},"properties":{"id":"33001","n":"Belknap","z":["03218","03220","03225","03226","03237","03246","03247","03249","03253","03254","03256","03269","03276","03289","03809","03810","03837"],"st":"NH"}},"33003":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-71.415898,44.212169],[-71.335882,44.085752],[-71.251957,44.244266],[-71.04228,44.237514],[-71.010271167868,44.284888321572],[-70.987258046746,43.792973592884],[-70.963792679806,43.540220955367],[-71.162675,43.538959],[-71.34362,43.628794],[-71.531658,43.760979],[-71.564603,43.893172],[-71.361965,43.915938],[-71.415898,44.212169]]]},"properties":{"id":"33003","n":"Carroll","z":["03227","03254","03259","03812","03813","03814","03816","03817","03818","03830","03832","03836","03838","03845","03846","03847","03849","03850","03853","03860","03864","03872","03875","03882","03883","03886","03887","03890","03894","03896","03897"],"st":"NH"}},"33005":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.450395939216,43.161213516906],[-72.431632,43.135635],[-72.156661,43.181968],[-72.178497,43.131866],[-72.038149,43.128807],[-72.062222,42.944796],[-72.001215,42.919443],[-71.929030059054,42.712293672533],[-72.283034092511,42.722010250624],[-72.458519,42.726853],[-72.5396,42.804832],[-72.532186,42.954945],[-72.444977,43.004416],[-72.450395939216,43.161213516906]]]},"properties":{"id":"33005","n":"Cheshire","z":["03431","03435","03441","03443","03444","03445","03446","03447","03448","03450","03451","03452","03455","03456","03457","03458","03461","03462","03464","03465","03466","03467","03469","03470","03602","03604","03608","03609","05159"],"st":"NH"}},"33007":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-71.763192521313,44.403568262776],[-71.579974,44.501778],[-71.551722,44.627598],[-71.626909,44.747224],[-71.494403,44.911837],[-71.501088,45.013377],[-71.405636,45.198139],[-71.438546,45.239004],[-71.283684,45.301977],[-71.182587,45.241069],[-71.083924,45.305451],[-71.036705,44.736498],[-71.010271167868,44.284888321572],[-71.04228,44.237514],[-71.251957,44.244266],[-71.335882,44.085752],[-71.415898,44.212169],[-71.443338,44.249172],[-71.575819,44.254596],[-71.587004,44.304759],[-71.696885,44.332118],[-71.763192521313,44.403568262776]]]},"properties":{"id":"33007","n":"Coos","z":["03570","03575","03576","03579","03581","03582","03583","03584","03588","03589","03590","03592","03593","03595","03597","03598"],"st":"NH"}},"33009":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.21150212235,43.773019410442],[-72.105875,43.94937],[-72.116706,43.991954],[-72.036883,44.103119],[-72.053826883615,44.159817093803],[-72.046302,44.291983],[-71.837790626389,44.347764542477],[-71.763192521313,44.403568262776],[-71.696885,44.332118],[-71.587004,44.304759],[-71.575819,44.254596],[-71.443338,44.249172],[-71.415898,44.212169],[-71.361965,43.915938],[-71.564603,43.893172],[-71.531658,43.760979],[-71.521466,43.697992],[-71.648346,43.684511],[-71.651153,43.621119],[-71.727573,43.563411],[-71.81757,43.544459],[-71.864599,43.598063],[-71.93531,43.52888],[-72.333596501356,43.605591341589],[-72.284805,43.72036],[-72.21150212235,43.773019410442]]]},"properties":{"id":"33009","n":"Grafton","z":["03215","03217","03222","03223","03238","03240","03241","03245","03251","03262","03264","03266","03279","03282","03285","03293","03561","03574","03580","03585","03586","03740","03741","03748","03749","03750","03755","03756","03765","03766","03768","03769","03771","03774","03777","03779","03780","03784","03785"],"st":"NH"}},"33011":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.038149,43.128807],[-72.009074,43.187882],[-71.913215,43.207099],[-71.8561,43.115135],[-71.667771,43.152534],[-71.641291,43.054168],[-71.517467,43.068909],[-71.392388,43.009309],[-71.377186,42.947145],[-71.451154,42.9309],[-71.427067,42.82484],[-71.245384032921,42.736555328575],[-71.255110121811,42.736397053287],[-71.294205,42.69699],[-71.898768771937,42.711466720809],[-71.929030059054,42.712293672533],[-72.001215,42.919443],[-72.062222,42.944796],[-72.038149,43.128807]]]},"properties":{"id":"33011","n":"Hillsborough","z":["02381","03031","03033","03043","03045","03047","03048","03049","03051","03052","03054","03055","03057","03060","03061","03062","03063","03064","03070","03071","03076","03082","03084","03086","03101","03102","03103","03104","03105","03108","03109","03110","03111","03244","03281","03440","03442","03449","03458","03468"],"st":"NH"}},"33013":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-71.93531,43.52888],[-71.864599,43.598063],[-71.81757,43.544459],[-71.727573,43.563411],[-71.612426,43.437893],[-71.55003,43.452701],[-71.236011,43.284994],[-71.247336,43.275232],[-71.402962,43.041054],[-71.392388,43.009309],[-71.517467,43.068909],[-71.641291,43.054168],[-71.667771,43.152534],[-71.8561,43.115135],[-71.913215,43.207099],[-72.009074,43.187882],[-72.090146,43.322553],[-72.053752,43.441097],[-71.93531,43.52888]]]},"properties":{"id":"33013","n":"Merrimack","z":["03046","03104","03106","03216","03220","03221","03224","03229","03230","03231","03233","03234","03235","03242","03243","03252","03255","03257","03258","03260","03263","03268","03272","03273","03275","03276","03278","03287","03298","03299","03301","03302","03303","03304","03305","03307"],"st":"NH"}},"33015":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-71.392388,43.009309],[-71.402962,43.041054],[-71.247336,43.275232],[-71.026686,43.137947],[-71.072936,43.081681],[-70.875436,43.080422],[-70.819549285713,43.123230973431],[-70.703818,43.059825],[-70.817296,42.87229],[-71.031201,42.859089],[-71.064201,42.806289],[-71.149703,42.815489],[-71.181803,42.73759],[-71.245384032921,42.736555328575],[-71.427067,42.82484],[-71.451154,42.9309],[-71.377186,42.947145],[-71.392388,43.009309]]]},"properties":{"id":"33015","n":"Rockingham","z":["03032","03034","03036","03037","03038","03040","03041","03042","03044","03053","03073","03077","03079","03087","03103","03261","03290","03291","03801","03802","03803","03811","03819","03826","03827","03833","03840","03841","03842","03843","03844","03848","03854","03856","03857","03858","03859","03862","03865","03870","03871","03873","03874","03885"],"st":"NH"}},"33017":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-71.236011,43.284994],[-71.159364,43.355123],[-71.162675,43.538959],[-70.963792679806,43.540220955367],[-70.984335,43.376128],[-70.813119,43.217252],[-70.819549285713,43.123230973431],[-70.875436,43.080422],[-71.072936,43.081681],[-71.026686,43.137947],[-71.247336,43.275232],[-71.236011,43.284994]]]},"properties":{"id":"33017","n":"Strafford","z":["03225","03815","03820","03821","03822","03823","03824","03825","03835","03839","03851","03852","03855","03861","03866","03867","03868","03869","03878","03884","03887"],"st":"NH"}},"33019":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.433611197959,43.232903812262],[-72.380894,43.493394],[-72.333596501356,43.605591341589],[-71.93531,43.52888],[-72.053752,43.441097],[-72.090146,43.322553],[-72.009074,43.187882],[-72.038149,43.128807],[-72.178497,43.131866],[-72.156661,43.181968],[-72.431632,43.135635],[-72.450395939216,43.161213516906],[-72.433611197959,43.232903812262]]]},"properties":{"id":"33019","n":"Sullivan","z":["03280","03284","03601","03602","03603","03605","03607","03743","03745","03746","03748","03751","03752","03753","03754","03770","03773","03781","03782"],"st":"NH"}},"34001":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-74.87726,39.608352],[-74.736216,39.729775],[-74.654318,39.626799],[-74.475664,39.55146],[-74.417393,39.557255],[-74.380796,39.498537],[-74.291015336155,39.508369797498],[-74.412692,39.360816],[-74.540787855582,39.300025491184],[-74.653206,39.288558],[-74.861294,39.323815],[-74.856015,39.423958],[-74.985271,39.514967],[-74.87726,39.608352]]]},"properties":{"id":"34001","n":"Atlantic","z":["08037","08094","08101","08201","08203","08205","08213","08215","08217","08220","08221","08225","08231","08232","08234","08240","08241","08244","08270","08310","08317","08319","08326","08330","08340","08341","08342","08344","08346","08350","08360","08401","08402","08403","08404","08405","08406"],"st":"NJ"}},"34003":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-74.211617643199,41.132981363536],[-73.893981860036,40.997198203539],[-73.920471529379,40.918606332041],[-73.965834517046,40.824745259559],[-73.98459249468,40.797543328552],[-74.090787,40.761984],[-74.147529,40.786491],[-74.130016,40.819938],[-74.141048,40.966348],[-74.272226,41.017935],[-74.211617643199,41.132981363536]]]},"properties":{"id":"34003","n":"Bergen","z":["07010","07020","07022","07024","07026","07031","07057","07070","07071","07072","07073","07074","07075","07401","07407","07410","07417","07423","07430","07432","07436","07446","07450","07451","07452","07458","07463","07481","07495","07507","07601","07602","07603","07604","07605","07606","07607","07608","07620","07621","07624","07626","07627","07628","07630","07631","07632","07640","07641","07642","07643","07644","07645","07646","07647","07648","07649","07650","07652","07653","07656","07657","07660","07661","07662","07663","07666","07670","07675","07676","07677","07699"],"st":"NJ"}},"34005":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-74.972854756446,40.046505365536],[-74.723379297151,40.152895546232],[-74.587835,40.138254],[-74.553105,40.07913],[-74.389708,39.773283],[-74.417393,39.557255],[-74.475664,39.55146],[-74.654318,39.626799],[-74.736216,39.729775],[-74.819419,39.788001],[-74.902368,39.791041],[-74.931071,39.885975],[-75.060129970723,39.992011003263],[-74.972854756446,40.046505365536]]]},"properties":{"id":"34005","n":"Burlington","z":["08010","08011","08015","08016","08019","08022","08036","08041","08042","08046","08048","08052","08053","08054","08055","08057","08060","08064","08065","08068","08073","08075","08076","08077","08087","08088","08215","08224","08501","08505","08511","08515","08518","08554","08562","08610","08620","08640","08641"],"st":"NJ"}},"34007":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-75.060129970723,39.992011003263],[-74.931071,39.885975],[-74.902368,39.791041],[-74.819419,39.788001],[-74.736216,39.729775],[-74.87726,39.608352],[-74.943677,39.698361],[-75.08707,39.779576],[-75.141435521747,39.893918372481],[-75.060129970723,39.992011003263]]]},"properties":{"id":"34007","n":"Camden","z":["08002","08003","08004","08007","08009","08012","08018","08021","08026","08029","08030","08031","08032","08033","08034","08035","08037","08043","08045","08049","08059","08078","08081","08083","08084","08089","08091","08095","08099","08102","08103","08104","08105","08106","08107","08108","08109","08110"],"st":"NJ"}},"34009":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-74.915155805563,39.176697503519],[-74.861294,39.323815],[-74.653206,39.288558],[-74.540787855582,39.300025491184],[-74.646595,39.212002],[-74.705876,39.102937],[-74.864458,38.94041],[-74.967274,38.933413],[-74.885914,39.143627],[-74.915155805563,39.176697503519]]]},"properties":{"id":"34009","n":"Cape May","z":["08202","08204","08210","08212","08214","08218","08219","08223","08226","08230","08242","08243","08245","08246","08247","08248","08250","08251","08252","08260","08270"],"st":"NJ"}},"34011":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-75.417107077488,39.388910686714],[-75.238434,39.559039],[-75.080309,39.460648],[-75.061854,39.568746],[-74.985271,39.514967],[-74.856015,39.423958],[-74.861294,39.323815],[-74.915155805563,39.176697503519],[-75.048487,39.215222],[-75.136667,39.181883],[-75.244357,39.2857],[-75.417107077488,39.388910686714]]]},"properties":{"id":"34011","n":"Cumberland","z":["08302","08311","08313","08314","08315","08316","08318","08320","08321","08323","08324","08327","08329","08332","08340","08344","08345","08348","08349","08352","08353","08360","08361","08362"],"st":"NJ"}},"34013":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-74.272063,40.897427],[-74.130016,40.819938],[-74.147529,40.786491],[-74.136703,40.674444],[-74.371738,40.73964],[-74.326114,40.908605],[-74.272063,40.897427]]]},"properties":{"id":"34013","n":"Essex","z":["07003","07004","07006","07007","07009","07017","07018","07019","07021","07028","07039","07040","07041","07042","07043","07044","07050","07051","07052","07068","07078","07079","07083","07091","07101","07102","07103","07104","07105","07106","07107","07108","07109","07110","07111","07112","07114","07175","07184","07188","07189","07191","07192","07193","07195","07198","07199"],"st":"NJ"}},"34015":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-75.410492477637,39.804672234322],[-75.258805818048,39.854673900784],[-75.141435521747,39.893918372481],[-75.08707,39.779576],[-74.943677,39.698361],[-74.87726,39.608352],[-74.985271,39.514967],[-75.061854,39.568746],[-75.199793,39.666996],[-75.376589,39.726421],[-75.410492477637,39.804672234322]]]},"properties":{"id":"34015","n":"Gloucester","z":["08012","08014","08020","08025","08027","08028","08039","08051","08056","08061","08062","08063","08066","08071","08074","08080","08081","08085","08086","08090","08093","08094","08096","08097","08312","08322","08328","08343","08344","08360"],"st":"NJ"}},"34017":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-74.147529,40.786491],[-74.090787,40.761984],[-73.98459249468,40.797543328552],[-74.030927085684,40.722786750494],[-74.070943537715,40.667208232776],[-74.160146783153,40.646076516445],[-74.136703,40.674444],[-74.147529,40.786491]]]},"properties":{"id":"34017","n":"Hudson","z":["07002","07029","07030","07032","07047","07086","07087","07093","07094","07096","07097","07302","07303","07304","07305","07306","07307","07308","07310","07311","07395","07399"],"st":"NJ"}},"34019":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-75.188199878125,40.592613366649],[-74.968047,40.711324],[-74.889819,40.787729],[-74.725666,40.719532],[-74.71315,40.583903],[-74.797841,40.515557],[-74.748147,40.424156],[-74.856262,40.346696],[-74.928110569091,40.339828447689],[-75.056102,40.416066],[-75.078503,40.548296],[-75.188199878125,40.592613366649]]]},"properties":{"id":"34019","n":"Hunterdon","z":["07830","07865","07882","07979","08525","08530","08551","08556","08557","08559","08801","08802","08803","08804","08809","08822","08825","08826","08827","08829","08833","08834","08848","08853","08858","08867","08868","08876","08885","08887","08888","08889"],"st":"NJ"}},"34021":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-74.928110569091,40.339828447689],[-74.856262,40.346696],[-74.748147,40.424156],[-74.722061,40.375205],[-74.62024,40.373749],[-74.622462,40.3248],[-74.484962,40.253325],[-74.614576,40.182383],[-74.587835,40.138254],[-74.723379297151,40.152895546232],[-74.928110569091,40.339828447689]]]},"properties":{"id":"34021","n":"Mercer","z":["08501","08512","08520","08525","08530","08534","08540","08541","08542","08543","08544","08550","08558","08560","08561","08601","08602","08603","08604","08605","08606","08607","08608","08609","08610","08611","08618","08619","08620","08625","08628","08629","08638","08645","08646","08647","08648","08650","08666","08690","08691","08695"],"st":"NJ"}},"34023":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-74.62024,40.373749],[-74.459863,40.491046],[-74.523917,40.56967],[-74.463291,40.599187],[-74.203688,40.592691],[-74.260611,40.502436],[-74.224652466015,40.448662489487],[-74.393384,40.279637],[-74.484962,40.253325],[-74.622462,40.3248],[-74.62024,40.373749]]]},"properties":{"id":"34023","n":"Middlesex","z":["07001","07008","07064","07067","07077","07080","07095","07721","07735","07747","08512","08528","08536","08540","08810","08812","08816","08817","08818","08820","08824","08828","08830","08831","08832","08837","08840","08846","08850","08852","08854","08855","08857","08859","08861","08862","08863","08871","08872","08879","08882","08884","08899","08901","08902","08903","08904","08906","08933","08989"],"st":"NJ"}},"34025":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-74.484962,40.253325],[-74.393384,40.279637],[-74.224652466015,40.448662489487],[-74.047884,40.418908],[-73.997943,40.476668],[-73.971381,40.34801],[-74.034962382263,40.102584305948],[-74.154304,40.099618],[-74.260572,40.166484],[-74.40671,40.172402],[-74.553105,40.07913],[-74.587835,40.138254],[-74.614576,40.182383],[-74.484962,40.253325]]]},"properties":{"id":"34025","n":"Monmouth","z":["07015","07701","07702","07703","07704","07710","07711","07712","07715","07716","07717","07718","07719","07720","07721","07722","07723","07724","07726","07727","07728","07730","07731","07732","07733","07734","07735","07737","07738","07739","07740","07746","07747","07748","07750","07751","07752","07753","07754","07755","07756","07757","07758","07760","07762","07763","07764","07765","07799","08501","08510","08514","08526","08535","08555","08691","08720","08724","08730","08736","08750"],"st":"NJ"}},"34027":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-74.769425,40.910934],[-74.711562,40.899177],[-74.503212,41.085873],[-74.497777,41.034261],[-74.298851,41.002913],[-74.272063,40.897427],[-74.326114,40.908605],[-74.371738,40.73964],[-74.461035,40.673504],[-74.523078,40.649125],[-74.555991,40.758158],[-74.725666,40.719532],[-74.889819,40.787729],[-74.769425,40.910934]]]},"properties":{"id":"34027","n":"Morris","z":["07005","07034","07035","07045","07046","07054","07058","07082","07405","07435","07438","07440","07444","07457","07460","07801","07802","07803","07806","07828","07830","07834","07836","07837","07840","07842","07845","07847","07849","07850","07852","07853","07856","07857","07865","07866","07869","07870","07876","07878","07885","07920","07926","07927","07928","07930","07931","07932","07933","07935","07936","07940","07945","07946","07950","07960","07961","07962","07963","07970","07976","07980","07981","07999"],"st":"NJ"}},"34029":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-74.553105,40.07913],[-74.40671,40.172402],[-74.260572,40.166484],[-74.154304,40.099618],[-74.034962382263,40.102584305948],[-74.101443,39.756173],[-74.291015336155,39.508369797498],[-74.380796,39.498537],[-74.417393,39.557255],[-74.389708,39.773283],[-74.553105,40.07913]]]},"properties":{"id":"34029","n":"Ocean","z":["08005","08006","08008","08050","08087","08092","08514","08527","08533","08701","08721","08722","08723","08724","08731","08732","08733","08734","08735","08738","08739","08740","08741","08742","08751","08752","08753","08754","08755","08756","08757","08758","08759","09731"],"st":"NJ"}},"34031":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-74.503212,41.085873],[-74.367038261447,41.204211472444],[-74.234473,41.142883],[-74.211617643199,41.132981363536],[-74.272226,41.017935],[-74.141048,40.966348],[-74.130016,40.819938],[-74.272063,40.897427],[-74.298851,41.002913],[-74.497777,41.034261],[-74.503212,41.085873]]]},"properties":{"id":"34031","n":"Passaic","z":["07011","07012","07013","07014","07043","07055","07110","07403","07420","07421","07424","07435","07438","07442","07456","07460","07465","07470","07474","07480","07501","07502","07503","07504","07505","07506","07508","07509","07510","07511","07512","07513","07514","07522","07524","07533","07538","07544"],"st":"NJ"}},"34033":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-75.415062,39.801919],[-75.410492477637,39.804672234322],[-75.376589,39.726421],[-75.199793,39.666996],[-75.061854,39.568746],[-75.080309,39.460648],[-75.238434,39.559039],[-75.417107077488,39.388910686714],[-75.536431,39.460559],[-75.528088,39.498114],[-75.559446,39.629812],[-75.415062,39.801919]]]},"properties":{"id":"34033","n":"Salem","z":["08001","08023","08038","08067","08069","08070","08072","08079","08085","08098","08302","08318","08343","08344","08347"],"st":"NJ"}},"34035":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-74.725666,40.719532],[-74.555991,40.758158],[-74.523078,40.649125],[-74.461035,40.673504],[-74.463291,40.599187],[-74.523917,40.56967],[-74.459863,40.491046],[-74.62024,40.373749],[-74.722061,40.375205],[-74.748147,40.424156],[-74.797841,40.515557],[-74.71315,40.583903],[-74.725666,40.719532]]]},"properties":{"id":"34035","n":"Somerset","z":["07059","07060","07062","07063","07069","07920","07921","07924","07931","07934","07938","07939","07977","07978","07979","08502","08504","08528","08540","08553","08558","08805","08807","08812","08821","08823","08835","08836","08844","08853","08869","08870","08873","08875","08876","08880","08890"],"st":"NJ"}},"34037":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-74.694914,41.357423],[-74.367038261447,41.204211472444],[-74.503212,41.085873],[-74.711562,40.899177],[-74.769425,40.910934],[-74.983042074248,41.106017558857],[-74.905256,41.155668],[-74.815703,41.296151],[-74.694914,41.357423]]]},"properties":{"id":"34037","n":"Sussex","z":["07416","07418","07419","07421","07422","07428","07439","07460","07461","07462","07821","07822","07826","07827","07839","07843","07848","07849","07851","07855","07860","07871","07874","07875","07877","07879","07881","07890"],"st":"NJ"}},"34039":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-74.463291,40.599187],[-74.461035,40.673504],[-74.371738,40.73964],[-74.136703,40.674444],[-74.160146783153,40.646076516445],[-74.203688,40.592691],[-74.463291,40.599187]]]},"properties":{"id":"34039","n":"Union","z":["07016","07023","07027","07033","07036","07060","07061","07062","07063","07065","07066","07076","07081","07083","07088","07090","07092","07099","07201","07202","07203","07204","07205","07206","07207","07208","07901","07902","07922","07974","08812"],"st":"NJ"}},"34041":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-75.123253944208,40.965305534388],[-74.992385995182,41.093028246993],[-74.983042074248,41.106017558857],[-74.769425,40.910934],[-74.889819,40.787729],[-74.968047,40.711324],[-75.188199878125,40.592613366649],[-75.189236401356,40.609056961122],[-75.177477,40.764225],[-75.108505,40.791094],[-75.065438,40.885682],[-75.123253944208,40.965305534388]]]},"properties":{"id":"34041","n":"Warren","z":["07820","07821","07823","07825","07829","07831","07832","07833","07838","07840","07844","07846","07860","07863","07865","07874","07880","07882","08802","08804","08808","08827","08865","08886"],"st":"NJ"}},"35001":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-107.197244,35.219459],[-106.244216,35.215657],[-106.243874,35.040003],[-106.243762,34.953355],[-106.149828,34.953462],[-106.149737,34.870142],[-106.411781,34.870252],[-106.423996,34.901868],[-106.685801,34.906358],[-106.720666,34.870053],[-107.024996,34.871018],[-107.066562,34.95719],[-107.197244,35.219459]]]},"properties":{"id":"35001","n":"Bernalillo","z":["87008","87015","87022","87026","87047","87048","87059","87101","87102","87104","87105","87106","87107","87108","87109","87110","87111","87112","87113","87114","87115","87116","87117","87119","87120","87121","87122","87123","87125","87131","87151","87153","87154","87158","87176","87181","87184","87185","87187","87190","87191","87192","87193","87194","87196","87197","87198","87199"],"st":"NM"}},"35003":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-109.04660747392,33.77822380035],[-109.04613893536,34.579291012818],[-107.724794,34.578132],[-107.716301,34.259856],[-107.712754,33.476832],[-108.000602,33.478014],[-108.000598,33.201253],[-109.047237,33.208965],[-109.04660747392,33.77822380035]]]},"properties":{"id":"35003","n":"Catron","z":["87820","87821","87824","87825","87827","87829","87830","87943","88039"],"st":"NM"}},"35005":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-105.316968,33.132303],[-104.905424,33.138904],[-104.892433,33.398199],[-104.893377,34.088407],[-104.786429,34.087664],[-104.786104,34.000137],[-104.156269,33.995413],[-104.1556,34.083205],[-103.946019,34.082463],[-103.841691,34.081909],[-103.841933,33.8192],[-103.716885,33.819558],[-103.718333,33.65621],[-103.509759,33.657262],[-103.510129,33.570117],[-103.720809,33.569537],[-103.721399,33.395409],[-103.766361,33.395297],[-103.766417,32.965264],[-103.814507,32.965114],[-104.841576,32.963213],[-104.851524,32.520541],[-105.35401,32.518776],[-105.352513,32.962007],[-105.316047,32.9621],[-105.316968,33.132303]]]},"properties":{"id":"35005","n":"Chaves","z":["88116","88201","88202","88203","88230","88232","88250","88253","88339","88344"],"st":"NM"}},"35006":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-109.04585123518,34.959818515837],[-108.469402,34.959081],[-108.468683,35.299243],[-107.734224,35.304987],[-107.734241,35.348145],[-107.628313,35.348314],[-107.628788,35.304333],[-107.309386,35.305687],[-107.23889,35.305507],[-107.197244,35.219459],[-107.066562,34.95719],[-107.202882,34.957572],[-107.201743,34.578757],[-107.724794,34.578132],[-109.04613893536,34.579291012818],[-109.04585123518,34.959818515837]]]},"properties":{"id":"35006","n":"Cibola","z":["87005","87007","87014","87020","87021","87026","87034","87038","87040","87045","87049","87051","87315","87321","87323","87327","87357","87829"],"st":"NM"}},"35007":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-105.22050520078,36.995563236486],[-105.15504274805,36.995474445611],[-104.00784940961,36.995984094709],[-104.008823,36.218115],[-104.436056,36.218534],[-104.865402,36.217869],[-104.865244,36.261419],[-105.341264,36.261863],[-105.318718,36.491693],[-105.377745,36.552096],[-105.370638,36.681032],[-105.230632,36.723784],[-105.200117,36.915628],[-105.22050520078,36.995563236486]]]},"properties":{"id":"35007","n":"Colfax","z":["87710","87714","87718","87728","87729","87734","87740","87747","87749","88419","88422"],"st":"NM"}},"35009":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-103.738166,34.60467],[-103.705788,34.692446],[-103.495653,34.691393],[-103.495646,34.778575],[-103.390274,34.778122],[-103.389798,34.865429],[-103.284317,34.86499],[-103.284149,34.954172],[-103.04273881861,34.954142040361],[-103.042769,34.747361],[-103.04385030117,34.312749873508],[-103.04383583017,34.302648],[-103.740066,34.303056],[-103.738166,34.60467]]]},"properties":{"id":"35009","n":"Curry","z":["88101","88102","88103","88112","88120","88124","88133","88135"],"st":"NM"}},"35011":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-104.891745,34.347043],[-104.892023,34.604426],[-104.444762,34.604952],[-104.444935,34.691655],[-104.339725,34.692234],[-104.339817,34.779062],[-104.129143,34.779337],[-104.12888,34.605201],[-103.948778,34.605058],[-103.946019,34.082463],[-104.1556,34.083205],[-104.156269,33.995413],[-104.786104,34.000137],[-104.786429,34.087664],[-104.893377,34.088407],[-104.891745,34.347043]]]},"properties":{"id":"35011","n":"De Baca","z":["88119","88134","88136"],"st":"NM"}},"35013":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-106.340515,33.052777],[-106.376585,32.95805],[-106.37717318825,32.001240101037],[-106.618486,32.000495],[-106.63588,31.871514],[-106.528242,31.783148],[-107.29679299041,31.783625337108],[-107.299631,32.60537],[-107.299475,32.780166],[-106.887733,32.779273],[-106.887891,32.822781],[-106.340515,33.052777]]]},"properties":{"id":"35013","n":"Dona Ana","z":["87936","87937","87940","87941","88001","88002","88003","88004","88005","88006","88007","88008","88011","88012","88013","88021","88024","88027","88032","88033","88044","88046","88047","88048","88052","88054","88058","88063","88072","88081"],"st":"NM"}},"35015":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-104.851524,32.520541],[-104.841576,32.963213],[-103.814507,32.965114],[-103.814216,32.522368],[-103.722938,32.522344],[-103.72288197915,32.000165568676],[-103.98021347738,32.000032851363],[-104.024521,32.00001],[-104.84774,32.000464602835],[-104.851524,32.520541]]]},"properties":{"id":"35015","n":"Eddy","z":["88210","88211","88220","88221","88250","88253","88254","88255","88256","88263","88268"],"st":"NM"}},"35017":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-109.047237,33.208965],[-108.000598,33.201253],[-107.858292,33.200879],[-107.856672,33.002539],[-107.780548,32.952776],[-107.773088,32.853775],[-107.721387,32.778077],[-107.736949,32.629494],[-107.608485,32.605449],[-107.923997,32.604379],[-107.923766,32.517416],[-108.229343,32.516837],[-108.229951,32.07987],[-108.217143,31.864139],[-108.524538,31.863614],[-108.537676,32.079832],[-108.537011,32.516618],[-108.64677,32.516521],[-108.646523,32.60373],[-108.852919,32.603374],[-108.854581,32.777276],[-109.04711706231,32.777794000948],[-109.047237,33.208965]]]},"properties":{"id":"35017","n":"Grant","z":["88022","88023","88025","88026","88028","88034","88036","88038","88040","88041","88043","88045","88049","88051","88053","88055","88061","88062","88065"],"st":"NM"}},"35019":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-105.290791,35.04203],[-105.291169,35.216489],[-104.125136,35.215696],[-104.125121,35.142058],[-104.129143,34.779337],[-104.339817,34.779062],[-104.339725,34.692234],[-104.444935,34.691655],[-104.444762,34.604952],[-104.892023,34.604426],[-104.891745,34.347043],[-105.313072,34.347205],[-105.312765,34.606951],[-105.290396,34.606766],[-105.290791,35.04203]]]},"properties":{"id":"35019","n":"Guadalupe","z":["87711","87724","88321","88353","88417","88431","88435"],"st":"NM"}},"35021":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-104.436056,36.218534],[-104.008823,36.218115],[-104.008864,36.174527],[-103.793991,36.173972],[-103.794525,36.085738],[-103.364977,36.08605],[-103.375117,35.739516],[-103.37973,35.396796],[-103.637053,35.389662],[-103.723609,35.422785],[-103.976901,35.801747],[-104.021702,35.781494],[-104.37012,35.779302],[-104.389736,35.857604],[-104.327284,35.960197],[-104.414546,36.123761],[-104.436056,36.218534]]]},"properties":{"id":"35021","n":"Harding","z":["87730","87733","87743","87746","88410","88415","88426"],"st":"NM"}},"35023":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-109.04761200322,32.426375388514],[-109.04711706231,32.777794000948],[-108.854581,32.777276],[-108.852919,32.603374],[-108.646523,32.60373],[-108.64677,32.516521],[-108.537011,32.516618],[-108.537676,32.079832],[-108.524538,31.863614],[-108.217143,31.864139],[-108.208394,31.783599],[-108.208573,31.333395],[-109.050044,31.332502],[-109.04761200322,32.426375388514]]]},"properties":{"id":"35023","n":"Hidalgo","z":["88009","88020","88040","88045","88056"],"st":"NM"}},"35025":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-103.814507,32.965114],[-103.766417,32.965264],[-103.766361,33.395297],[-103.721399,33.395409],[-103.720809,33.569537],[-103.510129,33.570117],[-103.05261051656,33.570574776442],[-103.05649506434,33.388414214621],[-103.06346888848,32.959106381831],[-103.064696,32.522193],[-103.06442240111,32.087051],[-103.064423,32.000518],[-103.326501,32.00037],[-103.72288197915,32.000165568676],[-103.722938,32.522344],[-103.814216,32.522368],[-103.814507,32.965114]]]},"properties":{"id":"35025","n":"Lea","z":["88114","88213","88231","88240","88241","88242","88244","88252","88260","88262","88264","88265","88267"],"st":"NM"}},"35027":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-105.925968,34.25999],[-105.313218,34.260031],[-105.313072,34.347205],[-104.891745,34.347043],[-104.893377,34.088407],[-104.892433,33.398199],[-104.905424,33.138904],[-105.316968,33.132303],[-105.317376,33.305977],[-105.725957,33.304834],[-105.727171,33.390633],[-106.34571,33.390595],[-106.372797,33.479875],[-106.37366,33.660504],[-106.052718,33.650297],[-106.052662,33.825606],[-105.924685,33.825624],[-105.925968,34.25999]]]},"properties":{"id":"35027","n":"Lincoln","z":["87009","87011","88301","88312","88316","88318","88323","88324","88336","88338","88341","88343","88345","88346","88348","88351","88355","88575"],"st":"NM"}},"35028":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-106.248161,35.966327],[-106.245649,35.930742],[-106.248257,35.839178],[-106.171852,35.82776],[-106.250499,35.755818],[-106.418778,35.819986],[-106.399713,35.960095],[-106.248161,35.966327]]]},"properties":{"id":"35028","n":"Los Alamos","z":["87544","87545","87547"],"st":"NM"}},"35029":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-107.608485,32.605449],[-107.299631,32.60537],[-107.29679299041,31.783625337108],[-108.208394,31.783599],[-108.217143,31.864139],[-108.229951,32.07987],[-108.229343,32.516837],[-107.923766,32.517416],[-107.923997,32.604379],[-107.608485,32.605449]]]},"properties":{"id":"35029","n":"Luna","z":["88029","88030","88031"],"st":"NM"}},"35031":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-109.0458711682,36.002701630519],[-107.626511,36.000288],[-107.308667,35.998556],[-107.309386,35.305687],[-107.628788,35.304333],[-107.628313,35.348314],[-107.734241,35.348145],[-107.734224,35.304987],[-108.468683,35.299243],[-108.469402,34.959081],[-109.04585123518,34.959818515837],[-109.0458711682,36.002701630519]]]},"properties":{"id":"35031","n":"McKinley","z":{"2":"87013","3":"87045","4":"87301","5":"87302","6":"87305","7":"87310","8":"87311","9":"87312","10":"87313","11":"87316","12":"87317","13":"87319","14":"87320","15":"87321","16":"87322","17":"87323","18":"87325","19":"87326","20":"87327","21":"87328","22":"87347","23":"87365","24":"87375","63":"86504","64":"86515"},"st":"NM"}},"35033":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-105.718611,35.979463],[-105.568045,35.973796],[-105.53038,36.013014],[-105.419992,36.131704],[-105.409677,36.236814],[-105.341264,36.261863],[-104.865244,36.261419],[-104.865402,36.217869],[-104.436056,36.218534],[-104.414546,36.123761],[-104.327284,35.960197],[-104.389736,35.857604],[-104.37012,35.779302],[-104.750645,35.783127],[-105.018811,35.769439],[-105.34783,35.870695],[-105.724461,35.871194],[-105.718611,35.979463]]]},"properties":{"id":"35033","n":"Mora","z":["87712","87713","87715","87722","87723","87732","87734","87735","87736","87742","87745","87750","87752","87753"],"st":"NM"}},"35035":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-106.340515,33.052777],[-106.34571,33.390595],[-105.727171,33.390633],[-105.725957,33.304834],[-105.317376,33.305977],[-105.316968,33.132303],[-105.316047,32.9621],[-105.352513,32.962007],[-105.35401,32.518776],[-104.851524,32.520541],[-104.84774,32.000464602835],[-104.91835699428,32.000472073074],[-105.99797115166,32.001974590699],[-106.37717318825,32.001240101037],[-106.376585,32.95805],[-106.340515,33.052777]]]},"properties":{"id":"35035","n":"Otero","z":{"1":"88081","2":"88310","3":"88311","4":"88314","5":"88317","6":"88325","7":"88330","8":"88337","9":"88339","10":"88340","11":"88342","12":"88344","13":"88347","14":"88349","15":"88350","16":"88352","17":"88354","18":"79837"},"st":"NM"}},"35037":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-104.129143,34.779337],[-104.125121,35.142058],[-103.85753,35.242405],[-103.63713,35.240819],[-103.637053,35.389662],[-103.37973,35.396796],[-103.375117,35.739516],[-103.04135672182,35.739433506349],[-103.041554,35.622487],[-103.04261795057,35.183157259008],[-103.04273881861,34.954142040361],[-103.284149,34.954172],[-103.284317,34.86499],[-103.389798,34.865429],[-103.390274,34.778122],[-103.495646,34.778575],[-103.495653,34.691393],[-103.705788,34.692446],[-103.738166,34.60467],[-103.948778,34.605058],[-104.12888,34.605201],[-104.129143,34.779337]]]},"properties":{"id":"35037","n":"Quay","z":["88120","88121","88124","88401","88411","88426","88427","88430","88433","88434"],"st":"NM"}},"35039":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-107.42092190575,37.000004999939],[-106.47623358883,36.993774100547],[-106.0063164108,36.995386628817],[-105.971889,36.886247],[-105.981088,36.713445],[-105.938754,36.462402],[-105.9598,36.354789],[-106.058364,36.296978],[-105.856947,36.230434],[-105.735883,36.100133],[-105.53038,36.013014],[-105.568045,35.973796],[-105.718611,35.979463],[-105.716808,36.00232],[-106.071153,36.001573],[-106.054346,35.930783],[-106.245649,35.930742],[-106.248161,35.966327],[-106.247164,36.001434],[-106.885317,35.998969],[-106.885053,36.21657],[-107.624283,36.219809],[-107.618181,36.804267],[-107.451445,36.904036],[-107.42092190575,37.000004999939]]]},"properties":{"id":"35039","n":"Rio Arriba","z":["87012","87013","87017","87029","87046","87064","87412","87419","87510","87511","87515","87516","87518","87520","87521","87522","87523","87527","87528","87530","87531","87532","87533","87537","87539","87548","87549","87551","87554","87566","87575","87577","87578","87581","87582"],"st":"NM"}},"35041":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-103.948778,34.605058],[-103.738166,34.60467],[-103.740066,34.303056],[-103.04383583017,34.302648],[-103.04734601817,33.824674123152],[-103.05261051656,33.570574776442],[-103.510129,33.570117],[-103.509759,33.657262],[-103.718333,33.65621],[-103.716885,33.819558],[-103.841933,33.8192],[-103.841691,34.081909],[-103.946019,34.082463],[-103.948778,34.605058]]]},"properties":{"id":"35041","n":"Roosevelt","z":["88113","88115","88116","88118","88122","88123","88124","88125","88126","88130","88132","88135"],"st":"NM"}},"35043":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-107.624283,36.219809],[-106.885053,36.21657],[-106.885317,35.998969],[-106.247164,36.001434],[-106.248161,35.966327],[-106.399713,35.960095],[-106.418778,35.819986],[-106.250499,35.755818],[-106.244216,35.215657],[-107.197244,35.219459],[-107.23889,35.305507],[-107.309386,35.305687],[-107.308667,35.998556],[-107.626511,36.000288],[-107.624283,36.219809]]]},"properties":{"id":"35043","n":"Sandoval","z":["87001","87004","87013","87014","87018","87024","87025","87027","87041","87043","87044","87046","87047","87048","87052","87053","87072","87083","87124","87144","87174"],"st":"NM"}},"35045":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-109.045223,36.999084],[-108.37930295009,36.999564686312],[-107.48173699916,37.000004580314],[-107.42092190575,37.000004999939],[-107.451445,36.904036],[-107.618181,36.804267],[-107.624283,36.219809],[-107.626511,36.000288],[-109.0458711682,36.002701630519],[-109.045223,36.999084]]]},"properties":{"id":"35045","n":"San Juan","z":{"1":"87013","2":"87037","3":"87313","4":"87325","5":"87328","6":"87364","7":"87401","8":"87402","9":"87410","10":"87412","11":"87413","12":"87415","13":"87416","14":"87417","15":"87418","16":"87419","17":"87420","18":"87421","19":"87455","20":"87461","21":"87499","44":"81137"},"st":"NM"}},"35047":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-105.724461,35.871194],[-105.34783,35.870695],[-105.018811,35.769439],[-104.750645,35.783127],[-104.37012,35.779302],[-104.021702,35.781494],[-103.976901,35.801747],[-103.723609,35.422785],[-103.637053,35.389662],[-103.63713,35.240819],[-103.85753,35.242405],[-104.125121,35.142058],[-104.125136,35.215696],[-105.291169,35.216489],[-105.290791,35.04203],[-105.714419,35.041605],[-105.724461,35.871194]]]},"properties":{"id":"35047","n":"San Miguel","z":["87056","87535","87538","87552","87560","87562","87565","87569","87573","87583","87701","87711","87731","87742","87745","87746","88401","88416","88421","88431","88439"],"st":"NM"}},"35049":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-106.250499,35.755818],[-106.171852,35.82776],[-106.248257,35.839178],[-106.245649,35.930742],[-106.054346,35.930783],[-106.071153,36.001573],[-105.716808,36.00232],[-105.718611,35.979463],[-105.724461,35.871194],[-105.714419,35.041605],[-106.243874,35.040003],[-106.244216,35.215657],[-106.250499,35.755818]]]},"properties":{"id":"35049","n":"Santa Fe","z":["87010","87015","87035","87047","87056","87501","87502","87503","87504","87505","87506","87507","87508","87509","87522","87532","87535","87540","87567","87573","87574","87592","87594"],"st":"NM"}},"35051":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-107.712754,33.476832],[-106.474295,33.475786],[-106.372797,33.479875],[-106.34571,33.390595],[-106.340515,33.052777],[-106.887891,32.822781],[-106.887733,32.779273],[-107.299475,32.780166],[-107.299631,32.60537],[-107.608485,32.605449],[-107.736949,32.629494],[-107.721387,32.778077],[-107.773088,32.853775],[-107.780548,32.952776],[-107.856672,33.002539],[-107.858292,33.200879],[-108.000598,33.201253],[-108.000602,33.478014],[-107.712754,33.476832]]]},"properties":{"id":"35051","n":"Sierra","z":["87654","87901","87930","87931","87933","87935","87936","87939","87942","87943","88042"],"st":"NM"}},"35053":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-107.724794,34.578132],[-107.201743,34.578757],[-106.882658,34.579531],[-106.768281,34.531262],[-106.416924,34.439687],[-106.415972,34.259822],[-105.925968,34.25999],[-105.924685,33.825624],[-106.052662,33.825606],[-106.052718,33.650297],[-106.37366,33.660504],[-106.372797,33.479875],[-106.474295,33.475786],[-107.712754,33.476832],[-107.716301,34.259856],[-107.724794,34.578132]]]},"properties":{"id":"35053","n":"Socorro","z":["87006","87011","87028","87036","87062","87801","87823","87825","87828","87831","87832","87943"],"st":"NM"}},"35055":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-106.0063164108,36.995386628817],[-105.71846968399,36.995845927301],[-105.22050520078,36.995563236486],[-105.200117,36.915628],[-105.230632,36.723784],[-105.370638,36.681032],[-105.377745,36.552096],[-105.318718,36.491693],[-105.341264,36.261863],[-105.409677,36.236814],[-105.419992,36.131704],[-105.53038,36.013014],[-105.735883,36.100133],[-105.856947,36.230434],[-106.058364,36.296978],[-105.9598,36.354789],[-105.938754,36.462402],[-105.981088,36.713445],[-105.971889,36.886247],[-106.0063164108,36.995386628817]]]},"properties":{"id":"35055","n":"Taos","z":["87512","87513","87514","87517","87519","87521","87524","87525","87529","87531","87543","87549","87553","87556","87557","87558","87564","87571","87576","87577","87579","87580"],"st":"NM"}},"35057":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-106.411781,34.870252],[-106.149737,34.870142],[-106.149828,34.953462],[-106.243762,34.953355],[-106.243874,35.040003],[-105.714419,35.041605],[-105.290791,35.04203],[-105.290396,34.606766],[-105.312765,34.606951],[-105.313072,34.347205],[-105.313218,34.260031],[-105.925968,34.25999],[-106.415972,34.259822],[-106.416924,34.439687],[-106.46979,34.521217],[-106.463868,34.870194],[-106.411781,34.870252]]]},"properties":{"id":"35057","n":"Torrance","z":["87015","87016","87032","87035","87036","87061","87063","87070","88301","88318","88321"],"st":"NM"}},"35059":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-104.008823,36.218115],[-104.00784940961,36.995984094709],[-103.08610107563,36.999864361106],[-103.002199,37.000104],[-103.002434,36.500397],[-103.041924,36.500439],[-103.040824,36.055231],[-103.04135672182,35.739433506349],[-103.375117,35.739516],[-103.364977,36.08605],[-103.794525,36.085738],[-103.793991,36.173972],[-104.008864,36.174527],[-104.008823,36.218115]]]},"properties":{"id":"35059","n":"Union","z":["88410","88414","88415","88418","88419","88422","88424","88436"],"st":"NM"}},"35061":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-107.066562,34.95719],[-107.024996,34.871018],[-106.720666,34.870053],[-106.685801,34.906358],[-106.423996,34.901868],[-106.411781,34.870252],[-106.463868,34.870194],[-106.46979,34.521217],[-106.416924,34.439687],[-106.768281,34.531262],[-106.882658,34.579531],[-107.201743,34.578757],[-107.202882,34.957572],[-107.066562,34.95719]]]},"properties":{"id":"35061","n":"Valencia","z":["87002","87006","87023","87026","87031","87042","87060","87068","87195"],"st":"NM"}},"36001":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-74.180274,42.729979],[-73.809369,42.778869],[-73.726663,42.822577],[-73.676762,42.783277],[-73.761265,42.610379],[-73.783721,42.464231],[-74.254303,42.408207],[-74.241572,42.550802],[-74.169725,42.667426],[-74.180274,42.729979]]]},"properties":{"id":"36001","n":"Albany","z":["12007","12009","12023","12041","12045","12046","12047","12053","12054","12055","12059","12067","12077","12083","12084","12085","12087","12107","12110","12120","12122","12128","12141","12143","12147","12157","12158","12159","12161","12183","12186","12189","12193","12201","12202","12203","12204","12205","12206","12207","12208","12209","12210","12211","12212","12214","12220","12222","12223","12224","12225","12226","12227","12228","12229","12230","12231","12232","12233","12234","12236","12237","12238","12239","12240","12241","12242","12243","12244","12245","12246","12247","12248","12249","12250","12255","12257","12260","12261","12288","12303","12304","12306","12309","12469"],"st":"NY"}},"36003":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.308839,42.521217],[-78.038261,42.521522],[-77.840694,42.517771],[-77.840231,42.474576],[-77.722964,42.471216],[-77.749930925127,41.998755440329],[-78.206603037858,41.999088305758],[-78.308128960447,41.999071134741],[-78.308839,42.521217]]]},"properties":{"id":"36003","n":"Allegany","z":["14024","14060","14065","14536","14707","14708","14709","14711","14714","14715","14717","14721","14727","14735","14739","14744","14745","14754","14770","14774","14777","14786","14802","14803","14804","14806","14807","14813","14822","14836","14843","14846","14877","14880","14884","14895","14897"],"st":"NY"}},"36005":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.920471529379,40.918606332041],[-73.74806,40.871721],[-73.778958,40.811713],[-73.912456,40.796096],[-73.965834517046,40.824745259559],[-73.920471529379,40.918606332041]]]},"properties":{"id":"36005","n":"Bronx","z":["10451","10452","10453","10454","10455","10456","10457","10458","10459","10460","10461","10462","10463","10464","10465","10466","10467","10468","10469","10470","10471","10472","10473","10474","10475","11370"],"st":"NY"}},"36007":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.130181,42.410337],[-75.86402,42.415702],[-75.836406,42.244155],[-75.638299,42.248686],[-75.63711,42.195628],[-75.418421,42.195032],[-75.402239,42.010699],[-75.359859929151,41.993685888905],[-75.483149270959,41.999398164523],[-76.10584,41.998858],[-76.080681,42.258084],[-76.130181,42.410337]]]},"properties":{"id":"36007","n":"Broome","z":["13730","13736","13737","13744","13745","13746","13748","13749","13754","13760","13761","13762","13763","13777","13778","13787","13790","13794","13795","13797","13802","13803","13811","13813","13826","13833","13835","13848","13850","13851","13862","13865","13901","13902","13903","13904","13905"],"st":"NY"}},"36009":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.060777,42.537853],[-78.991702,42.529249],[-78.919766,42.442386],[-78.695937,42.47194],[-78.46394,42.536332],[-78.308839,42.521217],[-78.308128960447,41.999071134741],[-78.918857363615,41.999103198689],[-79.06126440316,41.998838109911],[-79.060777,42.537853]]]},"properties":{"id":"36009","n":"Cattaraugus","z":["14009","14029","14030","14041","14042","14060","14065","14070","14081","14101","14129","14138","14141","14168","14171","14173","14706","14719","14726","14727","14729","14730","14731","14737","14738","14741","14743","14747","14748","14751","14753","14755","14760","14766","14770","14772","14778","14779","14783","14788"],"st":"NY"}},"36011":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.713806,43.024035],[-76.722002565713,43.337580195981],[-76.617213732578,43.420175554466],[-76.605012,43.25357],[-76.479224,43.227519],[-76.491941,43.004964],[-76.450738,42.84576],[-76.356974,42.84945],[-76.274673,42.771257],[-76.265584,42.623588],[-76.666543,42.623457],[-76.731636,42.72074],[-76.73674,42.970286],[-76.713806,43.024035]]]},"properties":{"id":"36011","n":"Cayuga","z":["13021","13024","13026","13027","13033","13034","13045","13064","13071","13073","13074","13077","13080","13081","13092","13093","13111","13113","13117","13118","13126","13139","13140","13143","13147","13152","13156","13160","13166","14140"],"st":"NY"}},"36013":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.761951,42.26986],[-79.453533,42.411157],[-79.381943,42.466491],[-79.135944404022,42.569178709974],[-79.060777,42.537853],[-79.06126440316,41.998838109911],[-79.610835774987,41.998519904108],[-79.761313,41.998808],[-79.761951,42.26986]]]},"properties":{"id":"36013","n":"Chautauqua","z":["14048","14062","14063","14081","14135","14136","14138","14166","14240","14701","14702","14710","14712","14716","14718","14720","14722","14723","14724","14726","14728","14732","14733","14736","14738","14740","14742","14747","14750","14752","14756","14757","14758","14767","14769","14775","14781","14782","14784","14785","14787"],"st":"NY"}},"36015":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.965028,42.278495],[-76.733912,42.29372],[-76.642256,42.233721],[-76.619303,42.282853],[-76.538349,42.281755],[-76.563589,42.152463],[-76.557624143569,42.000148716342],[-76.926846362954,42.000723451817],[-76.965728759427,42.000783395047],[-76.965028,42.278495]]]},"properties":{"id":"36015","n":"Chemung","z":["14812","14814","14816","14824","14825","14830","14838","14845","14859","14861","14864","14871","14872","14889","14892","14894","14901","14902","14903","14904","14905"],"st":"NY"}},"36017":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-75.889832,42.723844],[-75.295877,42.744106],[-75.330143,42.568082],[-75.403626,42.509063],[-75.374905,42.410784],[-75.415319,42.314151],[-75.418421,42.195032],[-75.63711,42.195628],[-75.638299,42.248686],[-75.836406,42.244155],[-75.86402,42.415702],[-75.889832,42.723844]]]},"properties":{"id":"36017","n":"Chenango","z":["13040","13052","13072","13124","13136","13155","13332","13411","13460","13464","13485","13730","13733","13746","13758","13778","13780","13787","13801","13809","13813","13814","13815","13830","13832","13841","13843","13844"],"st":"NY"}},"36019":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-74.027431413368,44.99736535924],[-73.343124,45.01084],[-73.379822,44.857037],[-73.33443,44.802188],[-73.389966,44.61962],[-73.362682812744,44.562455221687],[-73.347983232427,44.546162853597],[-73.463838,44.537681],[-73.496604,44.486081],[-73.669281,44.441355],[-73.909687,44.429699],[-73.966148,44.709118],[-73.986382,44.707773],[-74.027431413368,44.99736535924]]]},"properties":{"id":"36019","n":"Clinton","z":["12901","12903","12910","12911","12912","12918","12919","12920","12921","12923","12924","12929","12933","12934","12935","12944","12952","12955","12958","12959","12962","12972","12978","12979","12981","12985","12992"],"st":"NY"}},"36021":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.910675,42.127293],[-73.786832,42.273007],[-73.783721,42.464231],[-73.352527,42.510002],[-73.508142,42.086257],[-73.489679942032,42.053797709587],[-73.527072,41.97798],[-73.71093,42.005488],[-73.929626,42.078778],[-73.910675,42.127293]]]},"properties":{"id":"36021","n":"Columbia","z":["12017","12024","12029","12037","12050","12060","12062","12075","12106","12115","12125","12130","12132","12136","12156","12165","12172","12173","12174","12184","12195","12502","12503","12513","12516","12517","12521","12523","12526","12529","12530","12534","12541","12544","12546","12565","12567","12571","12583"],"st":"NY"}},"36023":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.274673,42.771257],[-75.896079,42.790964],[-75.889832,42.723844],[-75.86402,42.415702],[-76.130181,42.410337],[-76.253359,42.407568],[-76.265584,42.623588],[-76.274673,42.771257]]]},"properties":{"id":"36023","n":"Cortland","z":["13040","13045","13052","13053","13056","13077","13087","13101","13141","13158","13159","13738","13784","13803","13835","13841","13862","13863"],"st":"NY"}},"36025":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-75.415319,42.314151],[-75.197237,42.358329],[-74.844121,42.512591],[-74.71158,42.517799],[-74.618895,42.424389],[-74.443506,42.355017],[-74.53731,42.201424],[-74.451713,42.169225],[-74.530985,42.146475],[-74.780693,42.016375],[-75.146664899286,41.850125930146],[-75.263005,41.885109],[-75.359859929151,41.993685888905],[-75.402239,42.010699],[-75.418421,42.195032],[-75.415319,42.314151]]]},"properties":{"id":"36025","n":"Delaware","z":["12093","12155","12167","12406","12421","12430","12434","12438","12441","12455","12459","12465","12468","12474","12758","12760","12776","13731","13733","13739","13740","13750","13751","13752","13753","13754","13755","13756","13757","13774","13775","13782","13783","13786","13788","13804","13806","13820","13825","13838","13839","13842","13846","13847","13849","13856","13860"],"st":"NY"}},"36027":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.953307,41.589977],[-73.941081,41.735993],[-73.964413,41.913148],[-73.929626,42.078778],[-73.71093,42.005488],[-73.527072,41.97798],[-73.489679942032,42.053797709587],[-73.487314,42.049638],[-73.517918790638,41.66672053071],[-73.529677714301,41.527161021128],[-73.933775,41.488279],[-73.981486,41.438905],[-73.953307,41.589977]]]},"properties":{"id":"36027","n":"Dutchess","z":["12501","12504","12506","12507","12508","12510","12511","12512","12514","12522","12524","12527","12531","12533","12537","12538","12540","12545","12546","12564","12567","12569","12570","12571","12572","12574","12578","12580","12581","12582","12583","12585","12590","12592","12594","12601","12602","12603","12604"],"st":"NY"}},"36029":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.019577884894,43.06629646789],[-78.890159,43.021956],[-78.727647,43.08622],[-78.464449,43.088703],[-78.464381,42.867461],[-78.46394,42.536332],[-78.695937,42.47194],[-78.919766,42.442386],[-78.991702,42.529249],[-79.060777,42.537853],[-79.135944404022,42.569178709974],[-79.04886,42.689158],[-78.851355,42.791758],[-78.909159,42.933257],[-79.019964,42.994756],[-79.019577884894,43.06629646789]]]},"properties":{"id":"36029","n":"Erie","z":["14001","14004","14006","14010","14013","14025","14026","14027","14030","14031","14032","14033","14034","14035","14037","14038","14043","14047","14051","14052","14055","14057","14059","14061","14068","14069","14070","14072","14075","14080","14081","14085","14086","14091","14102","14110","14111","14112","14127","14134","14139","14141","14145","14150","14151","14169","14170","14201","14202","14203","14204","14205","14206","14207","14208","14209","14210","14211","14212","14213","14214","14215","14216","14217","14218","14219","14220","14221","14222","14223","14224","14225","14226","14227","14228","14231","14241","14260","14261","14263","14264","14265","14267","14269","14270","14272","14273","14276","14280"],"st":"NY"}},"36031":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-74.28187,44.120552],[-74.09349,44.137615],[-74.141424,44.407268],[-73.909687,44.429699],[-73.669281,44.441355],[-73.496604,44.486081],[-73.463838,44.537681],[-73.347983232427,44.546162853597],[-73.293613,44.440559],[-73.334637,44.356877],[-73.317455974665,44.263522189877],[-73.395399,44.166903],[-73.43688,44.042578],[-73.374051,43.875563],[-73.38252614954,43.80815898855],[-73.43812,43.803687],[-74.057005,43.744513],[-74.047062,43.796343],[-74.213734,43.810875],[-74.336826,43.925223],[-74.255998,43.969797],[-74.28187,44.120552]]]},"properties":{"id":"36031","n":"Essex","z":["12808","12836","12851","12852","12853","12855","12857","12858","12870","12872","12879","12883","12912","12913","12928","12932","12936","12941","12942","12943","12944","12946","12950","12956","12960","12961","12964","12972","12974","12975","12977","12983","12987","12993","12996","12997","12998"],"st":"NY"}},"36033":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-74.027431413368,44.99736535924],[-73.986382,44.707773],[-73.966148,44.709118],[-73.909687,44.429699],[-74.141424,44.407268],[-74.09349,44.137615],[-74.28187,44.120552],[-74.535156,44.09925],[-74.525683,44.170636],[-74.644739319826,44.997027560417],[-74.027431413368,44.99736535924]]]},"properties":{"id":"36033","n":"Franklin","z":["12912","12913","12914","12915","12916","12917","12920","12926","12930","12937","12939","12945","12953","12955","12957","12966","12969","12970","12976","12980","12981","12983","12986","12989","12995","13649","13655"],"st":"NY"}},"36035":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-74.712615,43.286143],[-74.534657,43.228115],[-74.326378,43.241635],[-74.220902,43.221403],[-74.140147,43.253979],[-74.097467,42.982934],[-74.542367,42.98553],[-74.759895,43.047423],[-74.695985,43.174177],[-74.712615,43.286143]]]},"properties":{"id":"36035","n":"Fulton","z":["12010","12025","12032","12068","12070","12078","12086","12095","12117","12134","13329","13339","13452","13470"],"st":"NY"}},"36037":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.465505,43.128619],[-77.99729,43.132981],[-77.905934,43.133561],[-77.909832,42.987762],[-77.954964,42.862754],[-78.464381,42.867461],[-78.464449,43.088703],[-78.465505,43.128619]]]},"properties":{"id":"36037","n":"Genesee","z":["14001","14004","14005","14011","14013","14020","14021","14036","14040","14054","14056","14058","14105","14125","14143","14416","14422","14482","14525","14557","14591"],"st":"NY"}},"36039":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-74.443506,42.355017],[-74.244692,42.377159],[-74.254303,42.408207],[-73.783721,42.464231],[-73.786832,42.273007],[-73.910675,42.127293],[-74.00245,42.176992],[-74.074797,42.096589],[-74.307571,42.114346],[-74.451713,42.169225],[-74.53731,42.201424],[-74.443506,42.355017]]]},"properties":{"id":"36039","n":"Greene","z":["12015","12042","12046","12051","12058","12083","12087","12120","12124","12143","12176","12192","12405","12407","12413","12414","12418","12422","12423","12424","12427","12430","12431","12436","12439","12442","12444","12450","12451","12452","12454","12460","12463","12468","12469","12470","12473","12480","12482","12485","12492","12496"],"st":"NY"}},"36041":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-74.854171,44.070089],[-74.535156,44.09925],[-74.28187,44.120552],[-74.255998,43.969797],[-74.336826,43.925223],[-74.213734,43.810875],[-74.047062,43.796343],[-74.057005,43.744513],[-74.214625,43.728703],[-74.1601,43.371532],[-74.140147,43.253979],[-74.220902,43.221403],[-74.326378,43.241635],[-74.534657,43.228115],[-74.712615,43.286143],[-74.867712,43.339826],[-74.775617,43.486677],[-74.854171,44.070089]]]},"properties":{"id":"36041","n":"Hamilton","z":["12032","12108","12134","12139","12164","12190","12812","12842","12847","12864","13353","13360","13436"],"st":"NY"}},"36043":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-75.11016,43.615229],[-75.170159,44.096959],[-75.062779,44.0504],[-74.854171,44.070089],[-74.775617,43.486677],[-74.867712,43.339826],[-74.712615,43.286143],[-74.695985,43.174177],[-74.759895,43.047423],[-74.763303,42.863237],[-74.878822,42.898274],[-74.906738,42.824943],[-75.100999,42.908363],[-75.212158,42.879973],[-75.219106,43.052469],[-75.069165,43.227333],[-75.161886,43.257349],[-75.076581,43.330705],[-75.11016,43.615229]]]},"properties":{"id":"36043","n":"Herkimer","z":["13304","13322","13324","13329","13331","13338","13339","13340","13350","13357","13361","13365","13367","13406","13407","13413","13416","13420","13431","13438","13439","13454","13456","13457","13470","13472","13475","13491","13502"],"st":"NY"}},"36045":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-75.861271192835,44.405192013503],[-75.446124,44.217655],[-75.545886,44.102978],[-75.484528,44.074172],[-75.542898,43.967795],[-75.60367,43.971363],[-75.758157,43.878785],[-75.84056,43.883976],[-75.850534,43.791886],[-75.786759,43.78832],[-75.774553,43.688884],[-76.025087,43.707018],[-76.022003,43.668143],[-76.201482547386,43.680285960224],[-76.229268,43.804135],[-76.296758,43.857079],[-76.441848,43.882864],[-76.279314,43.972462],[-76.37556,44.031536],[-76.370706,44.100499],[-76.286547,44.203773],[-76.164265,44.239603],[-76.161833,44.280777],[-75.861271192835,44.405192013503]]]},"properties":{"id":"36045","n":"Jefferson","z":["13083","13601","13602","13603","13605","13606","13607","13608","13611","13612","13615","13616","13618","13619","13622","13624","13626","13628","13632","13634","13636","13637","13638","13640","13641","13642","13643","13646","13650","13651","13656","13657","13659","13661","13665","13671","13673","13674","13675","13679","13682","13685","13691","13692","13693"],"st":"NY"}},"36047":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-74.030927085684,40.722786750494],[-73.962478,40.736802],[-73.868717,40.694622],[-73.825494001131,40.576149578994],[-73.940591,40.542896],[-74.037970523916,40.589570866339],[-74.070943537715,40.667208232776],[-74.030927085684,40.722786750494]]]},"properties":{"id":"36047","n":"Kings","z":["11201","11202","11203","11204","11205","11206","11207","11208","11209","11210","11211","11212","11213","11214","11215","11216","11217","11218","11219","11220","11221","11222","11223","11224","11225","11226","11228","11229","11230","11231","11232","11233","11234","11235","11236","11237","11238","11239","11241","11242","11243","11245","11247","11249","11251","11252","11256","11425"],"st":"NY"}},"36049":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-75.446124,44.217655],[-75.170159,44.096959],[-75.11016,43.615229],[-75.5335,43.419756],[-75.756213,43.470388],[-75.774553,43.688884],[-75.786759,43.78832],[-75.850534,43.791886],[-75.84056,43.883976],[-75.758157,43.878785],[-75.60367,43.971363],[-75.542898,43.967795],[-75.484528,44.074172],[-75.545886,44.102978],[-75.446124,44.217655]]]},"properties":{"id":"36049","n":"Lewis","z":["13305","13309","13312","13316","13325","13327","13343","13345","13367","13368","13404","13433","13437","13471","13473","13489","13601","13619","13620","13626","13627","13631","13648","13665","13682"],"st":"NY"}},"36051":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.954964,42.862754],[-77.909832,42.987762],[-77.730957,42.988372],[-77.759052,42.940462],[-77.580377,42.943963],[-77.61167,42.763169],[-77.598815,42.671965],[-77.486875,42.670279],[-77.490889,42.577288],[-77.659917,42.580409],[-77.722964,42.471216],[-77.840231,42.474576],[-77.840694,42.517771],[-78.038261,42.521522],[-77.956334,42.667322],[-77.954964,42.862754]]]},"properties":{"id":"36051","n":"Livingston","z":["14414","14423","14435","14437","14454","14462","14466","14471","14472","14480","14481","14482","14485","14486","14487","14488","14510","14517","14525","14533","14539","14545","14556","14558","14560","14572","14592","14822","14836","14846"],"st":"NY"}},"36053":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-75.993394,43.183376],[-75.884275,43.155562],[-75.723929,43.162596],[-75.552774,43.037554],[-75.542803,42.931774],[-75.444173,42.933089],[-75.437167,42.863319],[-75.247963,42.871604],[-75.295877,42.744106],[-75.889832,42.723844],[-75.896079,42.790964],[-75.917189,43.085779],[-75.975588,43.091278],[-75.993394,43.183376]]]},"properties":{"id":"36053","n":"Madison","z":["13030","13032","13035","13037","13043","13052","13061","13072","13082","13104","13122","13134","13163","13310","13314","13332","13334","13346","13355","13364","13402","13408","13409","13418","13421","13425","13460","13465","13480","13484","13485","13491"],"st":"NY"}},"36055":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.995589794938,43.365310255678],[-77.760231,43.341161],[-77.551022,43.235763],[-77.376051995953,43.274033763487],[-77.371478,43.034696],[-77.485418,43.034564],[-77.482517,42.943164],[-77.580377,42.943963],[-77.759052,42.940462],[-77.730957,42.988372],[-77.909832,42.987762],[-77.905934,43.133561],[-77.99729,43.132981],[-77.995589794938,43.365310255678]]]},"properties":{"id":"36055","n":"Monroe","z":["14410","14414","14416","14420","14428","14430","14445","14450","14464","14467","14468","14470","14472","14476","14482","14502","14506","14511","14514","14515","14519","14526","14534","14543","14546","14559","14563","14564","14580","14586","14602","14603","14604","14605","14606","14607","14608","14609","14610","14611","14612","14613","14614","14615","14616","14617","14618","14619","14620","14621","14622","14623","14624","14625","14626","14627","14638","14639","14642","14643","14644","14646","14647","14649","14650","14651","14652","14653","14692","14694"],"st":"NY"}},"36057":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-74.759895,43.047423],[-74.542367,42.98553],[-74.097467,42.982934],[-74.09298,42.955868],[-74.083883,42.897354],[-74.263314,42.796534],[-74.454911,42.772979],[-74.648298,42.829558],[-74.763303,42.863237],[-74.759895,43.047423]]]},"properties":{"id":"36057","n":"Montgomery","z":["12010","12053","12066","12068","12069","12070","12072","12086","12095","12137","12166","12177","13317","13320","13339","13410","13428","13452","13459"],"st":"NY"}},"36059":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.778958,40.811713],[-73.74806,40.871721],[-73.741197244949,40.875854592837],[-73.497351038626,40.923182273294],[-73.462259,40.86671],[-73.423976617557,40.61324487756],[-73.640902,40.582823],[-73.750621721656,40.589319767128],[-73.701633,40.752493],[-73.778958,40.811713]]]},"properties":{"id":"36059","n":"Nassau","z":["11001","11002","11003","11010","11020","11021","11022","11023","11024","11026","11027","11030","11040","11042","11050","11051","11052","11053","11054","11055","11096","11501","11507","11509","11510","11514","11516","11518","11520","11530","11531","11542","11545","11547","11548","11549","11550","11551","11552","11553","11554","11555","11556","11557","11558","11559","11560","11561","11563","11565","11566","11568","11569","11570","11571","11572","11575","11576","11577","11579","11580","11581","11582","11590","11596","11598","11599","11709","11710","11714","11732","11735","11737","11753","11756","11758","11762","11765","11771","11773","11783","11791","11793","11797","11801","11802","11803","11804","11815","11853"],"st":"NY"}},"36061":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.98459249468,40.797543328552],[-73.965834517046,40.824745259559],[-73.912456,40.796096],[-73.962478,40.736802],[-74.030927085684,40.722786750494],[-73.98459249468,40.797543328552]]]},"properties":{"id":"36061","n":"New York","z":["10001","10002","10003","10004","10005","10006","10007","10008","10009","10010","10011","10012","10013","10014","10016","10017","10018","10019","10020","10021","10022","10023","10024","10025","10026","10027","10028","10029","10030","10031","10032","10033","10034","10035","10036","10037","10038","10039","10040","10041","10043","10044","10045","10055","10065","10069","10075","10080","10081","10087","10101","10102","10103","10104","10105","10106","10107","10108","10109","10110","10111","10112","10113","10114","10115","10116","10117","10118","10119","10120","10121","10122","10123","10124","10125","10126","10128","10129","10130","10131","10132","10133","10138","10150","10151","10152","10153","10154","10155","10156","10157","10158","10159","10160","10162","10163","10164","10165","10166","10167","10168","10169","10170","10171","10172","10173","10174","10175","10176","10177","10178","10179","10185","10199","10203","10211","10212","10213","10242","10249","10256","10258","10259","10260","10261","10265","10268","10269","10270","10271","10272","10273","10274","10275","10276","10277","10278","10279","10280","10281","10282","10285","10286","10463"],"st":"NY"}},"36063":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.465551187596,43.370895422166],[-78.465505,43.128619],[-78.464449,43.088703],[-78.727647,43.08622],[-78.890159,43.021956],[-79.019577884894,43.06629646789],[-79.070469,43.262454],[-78.547395,43.369541],[-78.465551187596,43.370895422166]]]},"properties":{"id":"36063","n":"Niagara","z":["14001","14008","14012","14028","14067","14092","14094","14095","14105","14107","14108","14109","14120","14126","14131","14132","14144","14172","14174","14301","14302","14303","14304","14305"],"st":"NY"}},"36065":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-75.756213,43.470388],[-75.5335,43.419756],[-75.11016,43.615229],[-75.076581,43.330705],[-75.161886,43.257349],[-75.069165,43.227333],[-75.219106,43.052469],[-75.212158,42.879973],[-75.247963,42.871604],[-75.437167,42.863319],[-75.444173,42.933089],[-75.542803,42.931774],[-75.552774,43.037554],[-75.723929,43.162596],[-75.884275,43.155562],[-75.886756,43.325021],[-75.814627,43.483578],[-75.756213,43.470388]]]},"properties":{"id":"36065","n":"Oneida","z":["13042","13054","13123","13157","13162","13301","13303","13304","13308","13309","13313","13316","13318","13319","13321","13322","13323","13328","13338","13341","13352","13354","13362","13363","13401","13402","13403","13413","13417","13421","13424","13425","13431","13435","13438","13440","13441","13442","13449","13455","13456","13461","13469","13471","13476","13477","13478","13479","13480","13483","13486","13489","13490","13492","13494","13495","13501","13502","13503","13504","13505","13599"],"st":"NY"}},"36067":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.479224,43.227519],[-76.258951,43.237468],[-76.21083,43.268473],[-75.993394,43.183376],[-75.975588,43.091278],[-75.917189,43.085779],[-75.896079,42.790964],[-76.274673,42.771257],[-76.356974,42.84945],[-76.450738,42.84576],[-76.491941,43.004964],[-76.479224,43.227519]]]},"properties":{"id":"36067","n":"Onondaga","z":["13020","13021","13022","13027","13029","13030","13031","13035","13037","13039","13041","13051","13052","13057","13060","13063","13066","13077","13078","13080","13082","13084","13088","13089","13090","13104","13108","13110","13112","13116","13119","13120","13122","13135","13137","13138","13141","13152","13153","13158","13159","13164","13166","13202","13203","13204","13205","13206","13207","13208","13209","13210","13211","13212","13214","13215","13217","13218","13219","13220","13221","13224","13225","13235","13244","13250","13251","13252","13261","13290"],"st":"NY"}},"36069":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.580377,42.943963],[-77.482517,42.943164],[-77.485418,43.034564],[-77.371478,43.034696],[-77.215839,43.039844],[-77.133397,43.012463],[-76.963926,43.013157],[-76.971392,42.764223],[-77.313004,42.761265],[-77.366505,42.576368],[-77.490889,42.577288],[-77.486875,42.670279],[-77.598815,42.671965],[-77.61167,42.763169],[-77.580377,42.943963]]]},"properties":{"id":"36069","n":"Ontario","z":["14424","14425","14432","14443","14453","14456","14461","14463","14466","14469","14471","14472","14475","14485","14487","14489","14504","14512","14513","14518","14522","14532","14534","14537","14544","14547","14548","14560","14561","14564","14585"],"st":"NY"}},"36071":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-74.367055,41.590977],[-74.264292,41.632629],[-74.053685,41.58061],[-73.953307,41.589977],[-73.981486,41.438905],[-73.981384,41.324693],[-74.234473,41.142883],[-74.367038261447,41.204211472444],[-74.694914,41.357423],[-74.756271834725,41.427627428543],[-74.761435,41.490245],[-74.475619,41.503953],[-74.367055,41.590977]]]},"properties":{"id":"36071","n":"Orange","z":["10090","10910","10911","10912","10914","10915","10916","10917","10918","10919","10921","10922","10924","10925","10926","10928","10930","10932","10933","10940","10941","10949","10950","10953","10958","10959","10963","10969","10973","10975","10979","10981","10985","10987","10988","10990","10992","10996","10997","10998","12518","12520","12542","12543","12549","12550","12551","12552","12553","12555","12566","12575","12577","12584","12586","12589","12721","12729","12746","12771","12780","12785"],"st":"NY"}},"36073":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.465551187596,43.370895422166],[-77.995589794938,43.365310255678],[-77.99729,43.132981],[-78.465505,43.128619],[-78.465551187596,43.370895422166]]]},"properties":{"id":"36073","n":"Orleans","z":["14058","14098","14103","14105","14125","14411","14420","14422","14429","14452","14464","14470","14476","14477","14479","14508","14571"],"st":"NY"}},"36075":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.617213732578,43.420175554466],[-76.417581,43.521285],[-76.235834,43.529256],[-76.201482547386,43.680285960224],[-76.022003,43.668143],[-76.025087,43.707018],[-75.774553,43.688884],[-75.756213,43.470388],[-75.814627,43.483578],[-75.886756,43.325021],[-75.884275,43.155562],[-75.993394,43.183376],[-76.21083,43.268473],[-76.258951,43.237468],[-76.479224,43.227519],[-76.605012,43.25357],[-76.617213732578,43.420175554466]]]},"properties":{"id":"36075","n":"Oswego","z":["13028","13036","13042","13044","13069","13074","13076","13083","13103","13107","13111","13114","13115","13121","13126","13131","13132","13135","13142","13144","13145","13156","13167","13302","13316","13426","13437","13493","13661"],"st":"NY"}},"36077":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-75.295877,42.744106],[-75.247963,42.871604],[-75.212158,42.879973],[-75.100999,42.908363],[-74.906738,42.824943],[-74.878822,42.898274],[-74.763303,42.863237],[-74.648298,42.829558],[-74.667512,42.75071],[-74.630631,42.626674],[-74.71158,42.517799],[-74.844121,42.512591],[-75.197237,42.358329],[-75.415319,42.314151],[-75.374905,42.410784],[-75.403626,42.509063],[-75.330143,42.568082],[-75.295877,42.744106]]]},"properties":{"id":"36077","n":"Otsego","z":["12036","12043","12064","12116","12155","12197","13315","13317","13320","13326","13333","13335","13337","13342","13348","13357","13361","13411","13415","13439","13450","13459","13468","13482","13485","13488","13491","13733","13747","13776","13796","13807","13808","13809","13810","13820","13825","13834","13838","13843","13849","13859","13861"],"st":"NY"}},"36079":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.981384,41.324693],[-73.981486,41.438905],[-73.933775,41.488279],[-73.529677714301,41.527161021128],[-73.544151186401,41.366319596244],[-73.982584,41.321693],[-73.981384,41.324693]]]},"properties":{"id":"36079","n":"Putnam","z":["10509","10512","10516","10524","10537","10541","10542","10579","10588","12531","12533","12563","12582"],"st":"NY"}},"36081":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.962478,40.736802],[-73.912456,40.796096],[-73.778958,40.811713],[-73.701633,40.752493],[-73.750621721656,40.589319767128],[-73.825494001131,40.576149578994],[-73.868717,40.694622],[-73.962478,40.736802]]]},"properties":{"id":"36081","n":"Queens","z":["11001","11003","11004","11005","11040","11101","11102","11103","11104","11105","11106","11109","11120","11351","11352","11354","11355","11356","11357","11358","11359","11360","11361","11362","11363","11364","11365","11366","11367","11368","11369","11370","11371","11372","11373","11374","11375","11377","11378","11379","11380","11381","11385","11386","11405","11411","11412","11413","11414","11415","11416","11417","11418","11419","11420","11421","11422","11423","11424","11426","11427","11428","11429","11430","11431","11432","11433","11434","11435","11436","11439","11451","11499","11690","11691","11692","11693","11694","11695","11697"],"st":"NY"}},"36083":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.676762,42.783277],[-73.683074,42.903776],[-73.635463,42.94129],[-73.430623,42.95865],[-73.273832807021,42.943631747526],[-73.290944,42.80192],[-73.264957,42.74594],[-73.352527,42.510002],[-73.783721,42.464231],[-73.761265,42.610379],[-73.676762,42.783277]]]},"properties":{"id":"36083","n":"Rensselaer","z":["12016","12018","12022","12028","12033","12040","12052","12057","12061","12062","12063","12082","12089","12090","12094","12118","12121","12123","12133","12138","12140","12144","12153","12154","12156","12168","12169","12180","12181","12182","12184","12185","12196","12198"],"st":"NY"}},"36085":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-74.203688,40.592691],[-74.160146783153,40.646076516445],[-74.070943537715,40.667208232776],[-74.037970523916,40.589570866339],[-74.260611,40.502436],[-74.203688,40.592691]]]},"properties":{"id":"36085","n":"Richmond","z":["10301","10302","10303","10304","10305","10306","10307","10308","10309","10310","10311","10312","10313","10314"],"st":"NY"}},"36087":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-74.234473,41.142883],[-73.981384,41.324693],[-73.982584,41.321693],[-73.970784,41.247893],[-73.88748,41.138295],[-73.893981860036,40.997198203539],[-74.211617643199,41.132981363536],[-74.234473,41.142883]]]},"properties":{"id":"36087","n":"Rockland","z":["10060","10901","10913","10920","10923","10927","10931","10952","10954","10956","10960","10962","10964","10965","10968","10970","10974","10976","10977","10980","10982","10983","10984","10986","10989","10993","10994"],"st":"NY"}},"36089":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-74.644739319826,44.997027560417],[-74.525683,44.170636],[-74.535156,44.09925],[-74.854171,44.070089],[-75.062779,44.0504],[-75.170159,44.096959],[-75.446124,44.217655],[-75.861271192835,44.405192013503],[-75.76623,44.515851],[-75.423943,44.756329],[-75.255517,44.857651],[-74.992756,44.977449],[-74.834669,45.014683],[-74.644739319826,44.997027560417]]]},"properties":{"id":"36089","n":"Saint Lawrence","z":["12847","12914","12922","12927","12930","12949","12965","12967","12973","12980","12986","13608","13613","13614","13617","13621","13623","13625","13630","13633","13635","13639","13642","13645","13646","13647","13648","13652","13654","13655","13658","13660","13662","13664","13666","13667","13668","13669","13670","13672","13676","13677","13678","13679","13680","13681","13683","13684","13687","13690","13694","13695","13696","13697","13699"],"st":"NY"}},"36091":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-74.1601,43.371532],[-73.884139,43.398041],[-73.835811,43.253756],[-73.59496,43.306118],[-73.577876,43.056888],[-73.635463,42.94129],[-73.683074,42.903776],[-73.676762,42.783277],[-73.726663,42.822577],[-73.809369,42.778869],[-73.955458,42.897306],[-74.09298,42.955868],[-74.097467,42.982934],[-74.140147,43.253979],[-74.1601,43.371532]]]},"properties":{"id":"36091","n":"Saratoga","z":["12010","12019","12020","12025","12027","12065","12074","12086","12118","12134","12148","12151","12170","12188","12302","12803","12822","12828","12831","12833","12835","12850","12859","12863","12866","12871","12884"],"st":"NY"}},"36093":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-74.263314,42.796534],[-74.083883,42.897354],[-74.09298,42.955868],[-73.955458,42.897306],[-73.809369,42.778869],[-74.180274,42.729979],[-74.272295,42.71427],[-74.263314,42.796534]]]},"properties":{"id":"36093","n":"Schenectady","z":["12008","12010","12019","12027","12053","12056","12066","12137","12150","12157","12301","12302","12303","12304","12305","12306","12307","12308","12309","12325","12345"],"st":"NY"}},"36095":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-74.648298,42.829558],[-74.454911,42.772979],[-74.263314,42.796534],[-74.272295,42.71427],[-74.180274,42.729979],[-74.169725,42.667426],[-74.241572,42.550802],[-74.254303,42.408207],[-74.244692,42.377159],[-74.443506,42.355017],[-74.618895,42.424389],[-74.71158,42.517799],[-74.630631,42.626674],[-74.667512,42.75071],[-74.648298,42.829558]]]},"properties":{"id":"36095","n":"Schoharie","z":["12023","12031","12035","12036","12043","12053","12064","12066","12071","12073","12076","12092","12093","12122","12131","12149","12157","12160","12166","12167","12175","12187","12194","12469","13459"],"st":"NY"}},"36097":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.107203,42.483771],[-76.889805,42.463054],[-76.895596,42.541537],[-76.696655,42.54679],[-76.691406,42.284307],[-76.619303,42.282853],[-76.642256,42.233721],[-76.733912,42.29372],[-76.965028,42.278495],[-77.099657,42.272356],[-77.107203,42.483771]]]},"properties":{"id":"36097","n":"Schuyler","z":["14805","14812","14815","14818","14824","14837","14840","14841","14863","14864","14865","14869","14870","14876","14878","14886","14889","14891"],"st":"NY"}},"36099":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.963926,43.013157],[-76.713806,43.024035],[-76.73674,42.970286],[-76.731636,42.72074],[-76.666543,42.623457],[-76.585989,42.54991],[-76.696655,42.54679],[-76.895596,42.541537],[-76.895349,42.656255],[-76.971392,42.764223],[-76.963926,43.013157]]]},"properties":{"id":"36099","n":"Seneca","z":["13065","13146","13148","13165","14433","14456","14489","14521","14532","14541","14588","14841","14847","14860","14886"],"st":"NY"}},"36101":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.722964,42.471216],[-77.659917,42.580409],[-77.490889,42.577288],[-77.366505,42.576368],[-77.143795,42.576869],[-77.107203,42.483771],[-77.099657,42.272356],[-76.965028,42.278495],[-76.965728759427,42.000783395047],[-77.610020114476,41.99914985408],[-77.749930925127,41.998755440329],[-77.722964,42.471216]]]},"properties":{"id":"36101","n":"Steuben","z":["14418","14437","14512","14529","14572","14801","14803","14804","14806","14807","14808","14809","14810","14812","14814","14815","14819","14820","14821","14823","14826","14827","14830","14831","14837","14839","14840","14843","14855","14856","14858","14870","14871","14873","14874","14877","14879","14885","14893","14897","14898"],"st":"NY"}},"36103":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.423976617557,40.61324487756],[-73.462259,40.86671],[-73.497351038626,40.923182273294],[-73.392862,40.955297],[-73.229285,40.905121],[-73.110368,40.971938],[-72.859831,40.966088],[-72.585327,40.997587],[-72.354123,41.139952],[-72.189163,41.193549],[-72.283093,41.067874],[-72.162898,41.053187],[-72.126704,41.115139],[-72.051928,41.020506],[-71.959595,41.071237],[-71.856214,41.070598],[-71.936977,41.006137],[-73.20844,40.630884],[-73.423976617557,40.61324487756]]]},"properties":{"id":"36103","n":"Suffolk","z":["00501","00544","06390","11701","11702","11703","11704","11705","11706","11707","11713","11715","11716","11717","11718","11719","11720","11721","11722","11724","11725","11726","11727","11729","11730","11731","11733","11735","11738","11739","11740","11741","11742","11743","11746","11747","11749","11751","11752","11754","11755","11757","11760","11763","11764","11766","11767","11768","11769","11770","11772","11775","11776","11777","11778","11779","11780","11782","11784","11786","11787","11788","11789","11790","11792","11794","11795","11796","11798","11901","11930","11931","11932","11933","11934","11935","11937","11939","11940","11941","11942","11944","11946","11947","11948","11949","11950","11951","11952","11953","11954","11955","11956","11957","11958","11959","11960","11961","11962","11963","11964","11965","11967","11968","11969","11970","11971","11972","11973","11975","11976","11977","11978","11980"],"st":"NY"}},"36105":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-75.146664899286,41.850125930146],[-74.780693,42.016375],[-74.453685,41.875595],[-74.575086,41.745258],[-74.395071,41.644876],[-74.367055,41.590977],[-74.475619,41.503953],[-74.761435,41.490245],[-74.756271834725,41.427627428543],[-74.982463,41.496467],[-75.046198605912,41.603764019903],[-75.053431,41.752538],[-75.146664899286,41.850125930146]]]},"properties":{"id":"36105","n":"Sullivan","z":["10940","12458","12483","12566","12701","12719","12720","12721","12722","12723","12724","12725","12726","12727","12729","12732","12733","12734","12736","12737","12738","12740","12741","12742","12743","12745","12747","12748","12749","12750","12751","12752","12754","12758","12759","12760","12762","12763","12764","12765","12766","12767","12768","12769","12770","12775","12776","12777","12778","12779","12780","12781","12783","12784","12785","12786","12787","12788","12789","12790","12791","12792"],"st":"NY"}},"36107":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.538349,42.281755],[-76.416199,42.262976],[-76.415305,42.318368],[-76.250149,42.296676],[-76.253359,42.407568],[-76.130181,42.410337],[-76.080681,42.258084],[-76.10584,41.998858],[-76.145518994782,41.998866463308],[-76.557624143569,42.000148716342],[-76.563589,42.152463],[-76.538349,42.281755]]]},"properties":{"id":"36107","n":"Tioga","z":["13732","13734","13736","13743","13760","13811","13812","13827","13835","13840","13845","13864","14817","14859","14883","14889","14892"],"st":"NY"}},"36109":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.696655,42.54679],[-76.585989,42.54991],[-76.666543,42.623457],[-76.265584,42.623588],[-76.253359,42.407568],[-76.250149,42.296676],[-76.415305,42.318368],[-76.416199,42.262976],[-76.538349,42.281755],[-76.619303,42.282853],[-76.691406,42.284307],[-76.696655,42.54679]]]},"properties":{"id":"36109","n":"Tompkins","z":["13045","13053","13062","13068","13073","13092","13102","13736","13864","14817","14850","14851","14852","14853","14854","14867","14881","14882","14883","14886"],"st":"NY"}},"36111":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-74.451713,42.169225],[-74.307571,42.114346],[-74.074797,42.096589],[-74.00245,42.176992],[-73.910675,42.127293],[-73.929626,42.078778],[-73.964413,41.913148],[-73.941081,41.735993],[-73.953307,41.589977],[-74.053685,41.58061],[-74.264292,41.632629],[-74.367055,41.590977],[-74.395071,41.644876],[-74.575086,41.745258],[-74.453685,41.875595],[-74.780693,42.016375],[-74.530985,42.146475],[-74.451713,42.169225]]]},"properties":{"id":"36111","n":"Ulster","z":["12401","12402","12404","12406","12409","12410","12411","12412","12416","12417","12419","12420","12428","12429","12432","12433","12435","12440","12441","12443","12446","12448","12449","12453","12455","12456","12457","12458","12461","12464","12465","12466","12471","12472","12475","12477","12480","12481","12483","12484","12486","12487","12489","12490","12491","12493","12494","12495","12498","12515","12525","12528","12542","12547","12548","12561","12566","12568","12586","12588","12589","12725","12740","12758"],"st":"NY"}},"36113":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-74.057005,43.744513],[-73.43812,43.803687],[-73.49291,43.657139],[-73.636651,43.497242],[-73.59496,43.306118],[-73.835811,43.253756],[-73.884139,43.398041],[-74.1601,43.371532],[-74.214625,43.728703],[-74.057005,43.744513]]]},"properties":{"id":"36113","n":"Warren","z":["12801","12804","12808","12810","12811","12814","12815","12817","12820","12824","12835","12836","12843","12844","12845","12846","12853","12856","12857","12860","12862","12870","12874","12878","12885","12886"],"st":"NY"}},"36115":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.43812,43.803687],[-73.38252614954,43.80815898855],[-73.361107151684,43.753233457284],[-73.414546,43.658209],[-73.395767,43.568087],[-73.327702,43.625913],[-73.242042,43.534925],[-73.255355838058,43.3147123986],[-73.273832807021,42.943631747526],[-73.430623,42.95865],[-73.635463,42.94129],[-73.577876,43.056888],[-73.59496,43.306118],[-73.636651,43.497242],[-73.49291,43.657139],[-73.43812,43.803687]]]},"properties":{"id":"36115","n":"Washington","z":["12028","12057","12094","12154","12185","12804","12809","12816","12819","12821","12823","12827","12828","12832","12834","12837","12838","12839","12841","12844","12848","12849","12854","12861","12865","12873","12887"],"st":"NY"}},"36117":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.376051995953,43.274033763487],[-77.130429,43.285635],[-76.952174,43.270692],[-76.722002565713,43.337580195981],[-76.713806,43.024035],[-76.963926,43.013157],[-77.133397,43.012463],[-77.215839,43.039844],[-77.371478,43.034696],[-77.376051995953,43.274033763487]]]},"properties":{"id":"36117","n":"Wayne","z":["13143","13146","13154","13156","13201","14413","14433","14449","14450","14489","14502","14505","14513","14516","14519","14520","14522","14538","14542","14551","14555","14568","14580","14589","14590"],"st":"NY"}},"36119":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.982584,41.321693],[-73.544151186401,41.366319596244],[-73.550961,41.295422],[-73.482709,41.21276],[-73.727775,41.100696],[-73.657336,40.985171],[-73.756776,40.912599],[-73.741197244949,40.875854592837],[-73.74806,40.871721],[-73.920471529379,40.918606332041],[-73.893981860036,40.997198203539],[-73.88748,41.138295],[-73.970784,41.247893],[-73.982584,41.321693]]]},"properties":{"id":"36119","n":"Westchester","z":["10501","10502","10503","10504","10505","10506","10507","10509","10510","10511","10514","10517","10518","10519","10520","10521","10522","10523","10526","10527","10528","10530","10532","10533","10535","10536","10537","10538","10540","10541","10543","10545","10546","10547","10548","10549","10550","10551","10552","10553","10560","10562","10566","10567","10570","10573","10576","10577","10578","10580","10583","10587","10588","10589","10590","10591","10594","10595","10596","10597","10598","10601","10602","10603","10604","10605","10606","10607","10610","10701","10702","10703","10704","10705","10706","10707","10708","10709","10710","10801","10802","10803","10804","10805"],"st":"NY"}},"36121":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.464381,42.867461],[-77.954964,42.862754],[-77.956334,42.667322],[-78.038261,42.521522],[-78.308839,42.521217],[-78.46394,42.536332],[-78.464381,42.867461]]]},"properties":{"id":"36121","n":"Wyoming","z":["14004","14009","14011","14024","14030","14037","14039","14040","14054","14066","14082","14083","14113","14130","14133","14145","14167","14427","14525","14530","14533","14536","14549","14550","14569","14591","14735"],"st":"NY"}},"36123":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.971392,42.764223],[-76.895349,42.656255],[-76.895596,42.541537],[-76.889805,42.463054],[-77.107203,42.483771],[-77.143795,42.576869],[-77.366505,42.576368],[-77.313004,42.761265],[-76.971392,42.764223]]]},"properties":{"id":"36123","n":"Yates","z":["14415","14418","14441","14456","14478","14507","14512","14527","14544","14561","14837","14842","14857","14878","14887"],"st":"NY"}},"37001":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.541728,35.899851],[-79.53241,36.241463],[-79.531865,36.249673],[-79.257952,36.243445],[-79.268243,35.909182],[-79.249538,35.87681],[-79.237295,35.844247],[-79.542428,35.843303],[-79.541728,35.899851]]]},"properties":{"id":"37001","n":"Alamance","z":["27201","27202","27215","27216","27217","27244","27249","27253","27258","27298","27302","27312","27340","27349","27359"],"st":"NC"}},"37003":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.328324,35.996583],[-81.263596,36.025818],[-81.028833,36.045652],[-81.005541,35.958287],[-81.109507,35.776594],[-81.143053,35.827887],[-81.334272,35.796281],[-81.328324,35.996583]]]},"properties":{"id":"37003","n":"Alexander","z":["28601","28625","28630","28636","28654","28678","28681","28689"],"st":"NC"}},"37005":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.353221224602,36.576238231156],[-80.901726,36.561751],[-80.967153,36.40202],[-81.026688,36.373195],[-81.095112,36.440773],[-81.253649,36.366601],[-81.353221224602,36.576238231156]]]},"properties":{"id":"37005","n":"Alleghany","z":["28623","28627","28631","28644","28663","28668","28675"],"st":"NC"}},"37007":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.276829,35.195722],[-80.172819,35.147847],[-80.112644,35.193882],[-80.075365,35.143081],[-79.992941,35.08559],[-79.923972,35.11543],[-79.849536,34.900006],[-79.924684253136,34.807829019752],[-79.927398038772,34.807862590631],[-80.32083257113,34.813620821544],[-80.276829,35.195722]]]},"properties":{"id":"37007","n":"Anson","z":["28007","28091","28102","28103","28119","28133","28135","28170"],"st":"NC"}},"37009":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.677535,36.588117],[-81.353221224602,36.576238231156],[-81.253649,36.366601],[-81.359255,36.366433],[-81.366725,36.284447],[-81.477516,36.24025],[-81.566349,36.272202],[-81.725372779685,36.389738497436],[-81.677535,36.588117]]]},"properties":{"id":"37009","n":"Ashe","z":["28615","28617","28626","28629","28631","28640","28643","28644","28672","28684","28693","28694","28698"],"st":"NC"}},"37011":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.934369244493,36.26471620438],[-81.918444472905,36.287357917382],[-81.907698,36.214163],[-81.810516,36.111511],[-81.735673,36.067584],[-81.807162,35.961955],[-81.899871,35.999909],[-81.943188,35.96005],[-81.981954,35.911361],[-82.034104,35.942057],[-82.081148917132,36.105692114333],[-82.02874,36.124322],[-81.934369244493,36.26471620438]]]},"properties":{"id":"37011","n":"Avery","z":["28604","28605","28611","28616","28622","28641","28646","28647","28652","28653","28657","28662","28664","28679","28777"],"st":"NC"}},"37013":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.174,35.732831],[-76.985842,35.658848],[-76.847264,35.719982],[-76.637513,35.705215],[-76.588191,35.620654],[-76.467761,35.556504],[-76.599085,35.51996],[-76.522131,35.353623],[-76.590497,35.361857],[-76.632561,35.235324],[-76.845505,35.216059],[-76.895919,35.253889],[-77.189115,35.418362],[-77.176178,35.518812],[-77.100803,35.551455],[-77.195772,35.699779],[-77.174,35.732831]]]},"properties":{"id":"37013","n":"Beaufort","z":["27806","27808","27810","27814","27817","27821","27834","27837","27860","27865","27871","27889","27892","28586"],"st":"NC"}},"37015":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.291519,36.168342],[-77.208468,36.246578],[-76.706584,36.243796],[-76.736933,36.150583],[-76.682535,36.030947],[-76.606214,35.978051],[-76.683751,35.953101],[-76.760598,35.864887],[-76.834825,35.88291],[-76.891106,35.812654],[-76.93904,35.90151],[-77.04405,35.861621],[-77.027544,35.929683],[-77.195882,35.936801],[-77.205817,36.005323],[-77.327569,36.071361],[-77.230275,36.104999],[-77.291519,36.168342]]]},"properties":{"id":"37015","n":"Bertie","z":["27805","27847","27849","27872","27910","27924","27957","27967","27983"],"st":"NC"}},"37017":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.901998,34.835268],[-78.494705,34.856182],[-78.254441,34.553595],[-78.176501,34.465356],[-78.256085,34.399469],[-78.44532,34.3774],[-78.648373,34.460869],[-78.868961,34.484778],[-78.805721,34.689202],[-78.901998,34.835268]]]},"properties":{"id":"37017","n":"Bladen","z":["28306","28312","28320","28332","28337","28384","28392","28399","28423","28433","28434","28438","28441","28444","28447","28448","28456"],"st":"NC"}},"37019":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.16235,34.357007],[-78.029922,34.331768],[-77.956605,34.234491],[-77.885455075521,34.038240984853],[-77.960172,33.853315],[-78.136952,33.912178],[-78.383964,33.901946],[-78.541087,33.851112],[-78.650871280533,33.945055720533],[-78.640688,34.009854],[-78.555043,34.067071],[-78.507338,34.169246],[-78.422734,34.139631],[-78.374295,34.204893],[-78.254622,34.216305],[-78.16235,34.357007]]]},"properties":{"id":"37019","n":"Brunswick","z":["28420","28422","28436","28451","28452","28456","28459","28461","28462","28465","28467","28468","28469","28470","28479"],"st":"NC"}},"37021":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.883909,35.678235],[-82.805207,35.686067],[-82.513161,35.80338],[-82.408602,35.818178],[-82.361956,35.821245],[-82.275399,35.704438],[-82.291026,35.591322],[-82.169049,35.527811],[-82.265795,35.467818],[-82.332822,35.50022],[-82.532713,35.416615],[-82.673343,35.459453],[-82.745139,35.422967],[-82.798174,35.469805],[-82.77055,35.575932],[-82.883909,35.678235]]]},"properties":{"id":"37021","n":"Buncombe","z":["28701","28704","28709","28711","28715","28728","28730","28732","28737","28748","28753","28757","28759","28770","28776","28778","28787","28801","28802","28803","28804","28805","28806","28810","28814","28815","28816"],"st":"NC"}},"37023":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.943188,35.96005],[-81.899871,35.999909],[-81.807162,35.961955],[-81.555994,35.777538],[-81.363796,35.767802],[-81.535403,35.568137],[-81.537599,35.564228],[-81.691989,35.580041],[-81.753407,35.613588],[-81.824122,35.574983],[-81.869388,35.719624],[-81.986885,35.807066],[-81.906652,35.883376],[-81.943188,35.96005]]]},"properties":{"id":"37023","n":"Burke","z":["28090","28601","28602","28612","28619","28628","28637","28645","28655","28657","28666","28667","28671","28680","28690","28761"],"st":"NC"}},"37025":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.784167,35.506017],[-80.737379,35.505804],[-80.295421,35.50292],[-80.504985,35.184998],[-80.550349,35.208412],[-80.66648,35.267934],[-80.766414,35.401478],[-80.784167,35.506017]]]},"properties":{"id":"37025","n":"Cabarrus","z":["28025","28026","28027","28036","28071","28075","28078","28081","28082","28083","28097","28107","28124","28138","28213","28215","28262","28269"],"st":"NC"}},"37027":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.810516,36.111511],[-81.545488,36.117475],[-81.397817,36.066061],[-81.328324,35.996583],[-81.334272,35.796281],[-81.363796,35.767802],[-81.555994,35.777538],[-81.807162,35.961955],[-81.735673,36.067584],[-81.810516,36.111511]]]},"properties":{"id":"37027","n":"Caldwell","z":["28601","28605","28606","28611","28630","28633","28638","28645","28661","28667"],"st":"NC"}},"37029":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.491482575472,36.550732993836],[-76.31330296826,36.550551089807],[-76.158532,36.425333],[-75.948777,36.285851],[-75.887984,36.163311],[-75.906295,36.085877],[-76.022607,36.096725],[-76.02939,36.158819],[-76.12458,36.263963],[-76.216211,36.298302],[-76.231329,36.37208],[-76.491336,36.510677],[-76.541965865718,36.55078453236],[-76.491482575472,36.550732993836]]]},"properties":{"id":"37029","n":"Camden","z":["27909","27921","27973","27974","27976"],"st":"NC"}},"37031":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.078263,34.811322],[-76.954438,34.809066],[-76.883201,34.844893],[-76.693018,34.86918],[-76.652571,34.937595],[-76.71158,34.981768],[-76.304136,35.201453],[-76.065774,35.124937],[-76.013145,35.061855],[-76.31021,34.852309],[-76.450454,34.71445],[-76.535946,34.588577],[-76.618719,34.67255],[-76.726969,34.69669],[-76.906257,34.68282],[-77.112964393077,34.638092832392],[-77.165986,34.785032],[-77.078263,34.811322]]]},"properties":{"id":"37031","n":"Carteret","z":["28511","28512","28516","28520","28524","28528","28531","28553","28557","28570","28575","28577","28579","28581","28582","28584","28589","28594"],"st":"NC"}},"37033":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.513647662509,36.540748205071],[-79.470056673924,36.540836149787],[-79.343115919369,36.541143099969],[-79.218455495922,36.541444536176],[-79.138335898871,36.541638270056],[-79.153997,36.241875],[-79.257952,36.243445],[-79.531865,36.249673],[-79.513647662509,36.540748205071]]]},"properties":{"id":"37033","n":"Caswell","z":["27212","27217","27244","27249","27291","27302","27305","27311","27314","27315","27320","27326","27343","27379","27541"],"st":"NC"}},"37035":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.363796,35.767802],[-81.334272,35.796281],[-81.143053,35.827887],[-81.109507,35.776594],[-80.92754,35.622978],[-80.960025,35.54702],[-81.535403,35.568137],[-81.363796,35.767802]]]},"properties":{"id":"37035","n":"Catawba","z":["27658","28037","28090","28092","28168","28601","28602","28603","28609","28610","28612","28613","28650","28658","28673","28682"],"st":"NC"}},"37037":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.542428,35.843303],[-79.237295,35.844247],[-79.249538,35.87681],[-79.016305,35.86321],[-78.906097,35.867918],[-78.995059,35.610135],[-78.914734,35.583672],[-78.96964,35.521669],[-79.117096,35.628164],[-79.350073,35.518002],[-79.555804,35.515039],[-79.542428,35.843303]]]},"properties":{"id":"37037","n":"Chatham","z":["27207","27208","27213","27228","27252","27298","27312","27330","27344","27349","27355","27502","27516","27517","27519","27523","27540","27559","27562","27713"],"st":"NC"}},"37039":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.286598378741,35.205758218496],[-84.223718,35.269078],[-84.097508,35.247382],[-84.029104413772,35.292123776494],[-83.968532,35.218074],[-83.831429,35.256117],[-83.702772,35.24852],[-83.738129,35.15595],[-83.855493,35.137956],[-84.005336733438,34.987649584012],[-84.129446962636,34.987946953955],[-84.321869,34.988408],[-84.286598378741,35.205758218496]]]},"properties":{"id":"37039","n":"Cherokee","z":["28781","28901","28902","28903","28905","28906"],"st":"NC"}},"37041":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.706584,36.243796],[-76.696571,36.296138],[-76.559646,36.351056],[-76.590107,36.238862],[-76.572077,36.109463],[-76.402957,36.072867],[-76.396794,36.026443],[-76.606214,35.978051],[-76.682535,36.030947],[-76.736933,36.150583],[-76.706584,36.243796]]]},"properties":{"id":"37041","n":"Chowan","z":["27919","27932","27946","27980"],"st":"NC"}},"37043":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.005336733438,34.987649584012],[-83.855493,35.137956],[-83.738129,35.15595],[-83.659824,35.160304],[-83.482873204291,34.990873961287],[-83.549180753505,34.988803195914],[-83.936646,34.987485],[-84.005336733438,34.987649584012]]]},"properties":{"id":"37043","n":"Clay","z":["28902","28904","28909"],"st":"NC"}},"37045":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.691989,35.580041],[-81.537599,35.564228],[-81.4556,35.419811],[-81.321729,35.260449],[-81.328090989292,35.162285915557],[-81.367604910676,35.164092161204],[-81.768134407774,35.179707706384],[-81.702853,35.357304],[-81.691989,35.580041]]]},"properties":{"id":"37045","n":"Cleveland","z":["28017","28020","28021","28038","28040","28042","28073","28086","28089","28090","28114","28136","28150","28151","28152","28169"],"st":"NC"}},"37047":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.071254201048,34.299313026842],[-78.960011,34.442684],[-78.868961,34.484778],[-78.648373,34.460869],[-78.44532,34.3774],[-78.256085,34.399469],[-78.16235,34.357007],[-78.254622,34.216305],[-78.374295,34.204893],[-78.422734,34.139631],[-78.507338,34.169246],[-78.555043,34.067071],[-78.640688,34.009854],[-78.650871280533,33.945055720533],[-79.071254201048,34.299313026842]]]},"properties":{"id":"37047","n":"Columbus","z":["28320","28423","28424","28430","28431","28432","28433","28436","28438","28439","28442","28450","28455","28456","28463","28472"],"st":"NC"}},"37049":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.391026,35.339533],[-77.247896,35.354415],[-77.189115,35.418362],[-76.895919,35.253889],[-76.987266,35.15495],[-76.940819,35.119103],[-76.953285,35.021248],[-76.780586,34.950434],[-76.71158,34.981768],[-76.652571,34.937595],[-76.693018,34.86918],[-76.883201,34.844893],[-76.954438,34.809066],[-77.078263,34.811322],[-77.108851,34.83078],[-77.109656,35.068609],[-77.187679,35.081086],[-77.473692,35.228985],[-77.391026,35.339533]]]},"properties":{"id":"37049","n":"Craven","z":["28519","28523","28526","28527","28530","28532","28533","28560","28561","28562","28563","28573","28586"],"st":"NC"}},"37051":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.097602,35.174194],[-79.095808,35.192068],[-78.794564,35.266047],[-78.617127,35.245578],[-78.672292,35.085281],[-78.647033,34.992254],[-78.494705,34.856182],[-78.901998,34.835268],[-78.940844,34.903368],[-79.038747,34.952715],[-79.112921,35.125651],[-79.097602,35.174194]]]},"properties":{"id":"37051","n":"Cumberland","z":["28301","28302","28303","28304","28305","28306","28307","28308","28309","28310","28311","28312","28314","28318","28331","28334","28342","28344","28348","28356","28371","28382","28384","28390","28391","28395"],"st":"NC"}},"37053":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.12234994701,36.550552332554],[-75.867044,36.550754],[-75.77065146256,36.232080307051],[-75.76628,36.056956],[-75.840046,36.028834],[-75.906295,36.085877],[-75.887984,36.163311],[-75.948777,36.285851],[-76.158532,36.425333],[-76.31330296826,36.550551089807],[-76.12234994701,36.550552332554]]]},"properties":{"id":"37053","n":"Currituck","z":["27916","27917","27923","27927","27929","27939","27941","27947","27950","27956","27958","27964","27965","27966","27973"],"st":"NC"}},"37055":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-75.840046,36.028834],[-75.76628,36.056956],[-75.77065146256,36.232080307051],[-75.496086,35.728515],[-75.458659,35.596597],[-75.486771,35.391652],[-75.533627,35.225825],[-75.749561423962,35.185616362192],[-75.814021,35.500182],[-75.901342,35.668952],[-76.027479,35.668849],[-76.008348,35.895802],[-75.973152,35.976643],[-75.840046,36.028834]]]},"properties":{"id":"37055","n":"Dare","z":["27915","27920","27936","27943","27948","27949","27953","27954","27959","27968","27972","27978","27981","27982"],"st":"NC"}},"37057":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.394307,35.972762],[-80.213842,35.996699],[-80.21373,36.026808],[-80.043238,36.010758],[-80.046869,35.920693],[-80.066842,35.505661],[-80.182559,35.504151],[-80.209509,35.581951],[-80.330602,35.678799],[-80.334509,35.720471],[-80.458884,35.743031],[-80.487586,35.83291],[-80.398823,35.841347],[-80.394307,35.972762]]]},"properties":{"id":"37057","n":"Davidson","z":["27012","27107","27127","27239","27262","27265","27284","27292","27293","27294","27295","27299","27351","27360","27361","27374","28127"],"st":"NC"}},"37059":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.693197,36.05126],[-80.496283,36.046545],[-80.394307,35.972762],[-80.398823,35.841347],[-80.487586,35.83291],[-80.458884,35.743031],[-80.47182,35.768356],[-80.707826,35.852929],[-80.693197,36.05126]]]},"properties":{"id":"37059","n":"Davie","z":["27006","27014","27028","27055","27115","28634"],"st":"NC"}},"37061":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.16342,35.189716],[-78.044451,35.192535],[-77.891892,35.146425],[-77.834249,35.177846],[-77.769177,35.145576],[-77.731026,35.008138],[-77.674805,34.9739],[-77.653352,34.940535],[-77.680127,34.720595],[-78.114007,34.721795],[-78.198642,34.741637],[-78.147129,34.902506],[-78.16342,35.189716]]]},"properties":{"id":"37061","n":"Duplin","z":["28325","28329","28341","28349","28365","28393","28398","28444","28453","28458","28464","28466","28478","28508","28518","28521","28525","28572","28574","28578"],"st":"NC"}},"37063":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.950597,36.23932],[-78.802335,36.235794],[-78.807484,36.087295],[-78.751273,36.070834],[-78.699316,36.011448],[-78.829965,35.866978],[-78.906097,35.867918],[-79.016305,35.86321],[-78.950597,36.23932]]]},"properties":{"id":"37063","n":"Durham","z":["27278","27503","27517","27560","27572","27613","27617","27701","27703","27704","27705","27706","27707","27708","27709","27710","27711","27712","27713","27715","27717","27722"],"st":"NC"}},"37065":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.828444,35.867208],[-77.697956,36.15315],[-77.5407,36.096085],[-77.517646,36.036775],[-77.402614,36.004966],[-77.342418,35.905262],[-77.350369,35.819228],[-77.390154,35.833062],[-77.665131,35.674935],[-77.751339,35.827794],[-77.828444,35.867208]]]},"properties":{"id":"37065","n":"Edgecombe","z":["27801","27803","27809","27812","27815","27819","27822","27829","27834","27843","27852","27864","27878","27881","27886","27891"],"st":"NC"}},"37067":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.452322,36.241419],[-80.451696,36.261502],[-80.035119,36.257184],[-80.043238,36.010758],[-80.21373,36.026808],[-80.213842,35.996699],[-80.394307,35.972762],[-80.496283,36.046545],[-80.439104,36.139949],[-80.452322,36.241419]]]},"properties":{"id":"37067","n":"Forsyth","z":["27009","27010","27012","27019","27021","27023","27040","27043","27045","27050","27051","27052","27094","27098","27099","27101","27102","27103","27104","27105","27106","27107","27109","27110","27111","27113","27114","27116","27117","27120","27127","27130","27150","27152","27155","27157","27198","27199","27265","27284","27285","27373"],"st":"NC"}},"37069":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.496614,36.175199],[-78.42188,36.164309],[-78.306965,36.266191],[-78.133399,36.246383],[-78.006551,36.202633],[-78.255973,35.81812],[-78.307409,35.896738],[-78.546414,36.021826],[-78.496614,36.175199]]]},"properties":{"id":"37069","n":"Franklin","z":["27508","27525","27537","27544","27549","27587","27589","27596","27597","27816","27882"],"st":"NC"}},"37071":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.4556,35.419811],[-80.95486,35.400078],[-81.042302450139,35.146768649468],[-81.328090989292,35.162285915557],[-81.321729,35.260449],[-81.4556,35.419811]]]},"properties":{"id":"37071","n":"Gaston","z":["28006","28012","28016","28021","28032","28033","28034","28052","28053","28054","28055","28056","28077","28086","28092","28098","28101","28120","28164"],"st":"NC"}},"37073":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.916037632856,36.54608133029],[-76.541965865718,36.55078453236],[-76.491336,36.510677],[-76.453711,36.378092],[-76.559646,36.351056],[-76.696571,36.296138],[-76.779467,36.362469],[-76.946258,36.413822],[-76.916037632856,36.54608133029]]]},"properties":{"id":"37073","n":"Gates","z":["27926","27935","27937","27938","27946","27969","27979"],"st":"NC"}},"37075":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.958917834564,35.45789943958],[-83.95323138015,35.460020889577],[-83.585756,35.434832],[-83.680114,35.2795],[-83.702772,35.24852],[-83.831429,35.256117],[-83.968532,35.218074],[-84.029104413772,35.292123776494],[-84.021782,35.407418],[-83.958917834564,35.45789943958]]]},"properties":{"id":"37075","n":"Graham","z":["28702","28733","28771"],"st":"NC"}},"37077":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.802335,36.235794],[-78.79627395514,36.541759493582],[-78.734122801117,36.541608734841],[-78.457277896256,36.541448708399],[-78.511224,36.454808],[-78.496614,36.175199],[-78.546414,36.021826],[-78.751273,36.070834],[-78.807484,36.087295],[-78.802335,36.235794]]]},"properties":{"id":"37077","n":"Granville","z":["27507","27509","27522","27525","27528","27544","27565","27572","27581","27582","27584","27587","27596"],"st":"NC"}},"37079":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.822511,35.585383],[-77.700692,35.652295],[-77.61037,35.567552],[-77.503716,35.518124],[-77.475515,35.426655],[-77.676719,35.347344],[-77.806248,35.368754],[-77.822511,35.585383]]]},"properties":{"id":"37079","n":"Greene","z":["27828","27863","27883","27888","28513","28530","28538","28551","28554","28580"],"st":"NC"}},"37081":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.043238,36.010758],[-80.035119,36.257184],[-79.53241,36.241463],[-79.541728,35.899851],[-80.046869,35.920693],[-80.043238,36.010758]]]},"properties":{"id":"37081","n":"Guilford","z":["27214","27215","27233","27235","27244","27249","27260","27261","27262","27263","27265","27268","27282","27283","27284","27298","27301","27310","27313","27317","27320","27342","27357","27358","27377","27401","27402","27403","27404","27405","27406","27407","27408","27409","27410","27411","27412","27413","27415","27416","27417","27419","27420","27425","27427","27429","27435","27438","27455","27495","27497","27498","27499"],"st":"NC"}},"37083":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.899524,36.504259],[-77.644367,36.480228],[-77.555275,36.417964],[-77.585698,36.33551],[-77.445886,36.324888],[-77.386595,36.213548],[-77.291519,36.168342],[-77.230275,36.104999],[-77.327569,36.071361],[-77.402614,36.004966],[-77.517646,36.036775],[-77.5407,36.096085],[-77.697956,36.15315],[-77.8864,36.143994],[-78.006551,36.202633],[-77.911963,36.382446],[-77.899524,36.504259]]]},"properties":{"id":"37083","n":"Halifax","z":["27823","27839","27843","27844","27850","27870","27874","27887","27890","27891"],"st":"NC"}},"37085":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.183556,35.307161],[-78.96964,35.521669],[-78.914734,35.583672],[-78.708345,35.519296],[-78.529851,35.334935],[-78.538349,35.31641],[-78.617127,35.245578],[-78.794564,35.266047],[-79.095808,35.192068],[-79.223021,35.268133],[-79.183556,35.307161]]]},"properties":{"id":"37085","n":"Harnett","z":["27330","27332","27501","27504","27505","27506","27521","27526","27540","27546","27552","27592","28323","28326","28334","28335","28339","28356","28390"],"st":"NC"}},"37087":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.256141552304,35.715124062658],[-83.161537,35.763363],[-82.966649742899,35.795445979574],[-82.883909,35.678235],[-82.77055,35.575932],[-82.798174,35.469805],[-82.745139,35.422967],[-82.83199,35.318343],[-82.920881,35.292037],[-83.186322,35.514368],[-83.155835,35.552622],[-83.181977,35.671327],[-83.26474416829,35.70308949617],[-83.256141552304,35.715124062658]]]},"properties":{"id":"37087","n":"Haywood","z":["28716","28721","28743","28745","28751","28785","28786","28813"],"st":"NC"}},"37089":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.265795,35.467818],[-82.261305,35.393198],[-82.359152,35.244489],[-82.353175272919,35.198714129601],[-82.577715148441,35.146475347847],[-82.619248,35.303708],[-82.745139,35.422967],[-82.673343,35.459453],[-82.532713,35.416615],[-82.332822,35.50022],[-82.265795,35.467818]]]},"properties":{"id":"37089","n":"Henderson","z":["28704","28710","28711","28724","28726","28727","28729","28731","28732","28735","28738","28739","28742","28758","28759","28760","28766","28773","28790","28791","28792","28793"],"st":"NC"}},"37091":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.208468,36.246578],[-77.122959,36.471218],[-77.066463,36.496511],[-77.164322603718,36.546152819848],[-76.916037632856,36.54608133029],[-76.946258,36.413822],[-76.779467,36.362469],[-76.696571,36.296138],[-76.706584,36.243796],[-77.208468,36.246578]]]},"properties":{"id":"37091","n":"Hertford","z":["27805","27818","27855","27897","27910","27922","27924","27942","27986"],"st":"NC"}},"37093":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.458751,35.043639],[-79.246383,35.212964],[-79.097602,35.174194],[-79.112921,35.125651],[-79.038747,34.952715],[-79.191391,34.833717],[-79.347823,34.838617],[-79.353124,34.944242],[-79.458751,35.043639]]]},"properties":{"id":"37093","n":"Hoke","z":["28304","28306","28315","28357","28364","28371","28376","28377","28386"],"st":"NC"}},"37095":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.637513,35.705215],[-76.405971,35.697579],[-76.269247,35.690754],[-76.285839,35.604464],[-76.213895,35.598238],[-76.144653,35.702488],[-76.027479,35.668849],[-75.901342,35.668952],[-75.814021,35.500182],[-75.749561423962,35.185616362192],[-76.013145,35.061855],[-76.065774,35.124937],[-76.304136,35.201453],[-76.454738,35.334376],[-76.522131,35.353623],[-76.599085,35.51996],[-76.467761,35.556504],[-76.588191,35.620654],[-76.637513,35.705215]]]},"properties":{"id":"37095","n":"Hyde","z":["27810","27824","27826","27860","27875","27885","27960"],"st":"NC"}},"37097":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.109507,35.776594],[-81.005541,35.958287],[-81.028833,36.045652],[-80.881591,36.055718],[-80.693197,36.05126],[-80.707826,35.852929],[-80.771582,35.672163],[-80.737379,35.505804],[-80.784167,35.506017],[-80.948122,35.491167],[-80.960025,35.54702],[-80.92754,35.622978],[-81.109507,35.776594]]]},"properties":{"id":"37097","n":"Iredell","z":["27013","27020","27028","27055","28010","28036","28115","28117","28123","28125","28166","28625","28634","28636","28660","28677","28678","28687","28688","28689","28699"],"st":"NC"}},"37099":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.186322,35.514368],[-82.920881,35.292037],[-82.983216,35.13192],[-83.056889,35.053827],[-83.008472812269,35.026918543924],[-83.108612996507,35.000658843678],[-83.339609,35.330993],[-83.351726,35.468092],[-83.186322,35.514368]]]},"properties":{"id":"37099","n":"Jackson","z":["28707","28717","28719","28723","28725","28736","28741","28747","28751","28774","28779","28783","28786","28788","28789"],"st":"NC"}},"37101":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.255973,35.81812],[-78.192117,35.730545],[-78.115641,35.600433],[-78.064784,35.585263],[-78.15491,35.41781],[-78.153243,35.350671],[-78.30658,35.287604],[-78.492042,35.263421],[-78.538349,35.31641],[-78.529851,35.334935],[-78.708345,35.519296],[-78.468503,35.707072],[-78.255973,35.81812]]]},"properties":{"id":"37101","n":"Johnston","z":["27501","27504","27520","27524","27527","27529","27542","27555","27557","27568","27569","27576","27577","27591","27592","27593","27597","27603","28334","28366"],"st":"NC"}},"37103":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.731026,35.008138],[-77.601282,35.071368],[-77.473692,35.228985],[-77.187679,35.081086],[-77.109656,35.068609],[-77.108851,34.83078],[-77.078263,34.811322],[-77.165986,34.785032],[-77.267647,34.92579],[-77.366768,34.90865],[-77.502771,34.969635],[-77.674805,34.9739],[-77.731026,35.008138]]]},"properties":{"id":"37103","n":"Jones","z":["28501","28504","28522","28526","28555","28562","28572","28573","28574","28585"],"st":"NC"}},"37105":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.350073,35.518002],[-79.117096,35.628164],[-78.96964,35.521669],[-79.183556,35.307161],[-79.273565,35.353369],[-79.359765,35.469675],[-79.350073,35.518002]]]},"properties":{"id":"37105","n":"Lee","z":["27237","27256","27330","27331","27332","27505","28326","28355","28368"],"st":"NC"}},"37107":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.806248,35.368754],[-77.676719,35.347344],[-77.475515,35.426655],[-77.391026,35.339533],[-77.473692,35.228985],[-77.601282,35.071368],[-77.731026,35.008138],[-77.769177,35.145576],[-77.834249,35.177846],[-77.806248,35.368754]]]},"properties":{"id":"37107","n":"Lenoir","z":["28501","28502","28503","28504","28525","28526","28530","28538","28551","28564","28572","28578","28580"],"st":"NC"}},"37109":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.535403,35.568137],[-80.960025,35.54702],[-80.948122,35.491167],[-80.95486,35.400078],[-81.4556,35.419811],[-81.537599,35.564228],[-81.535403,35.568137]]]},"properties":{"id":"37109","n":"Lincoln","z":["28006","28021","28033","28037","28080","28090","28092","28093","28164","28168","28650","28673"],"st":"NC"}},"37111":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.275399,35.704438],[-82.193402,35.735314],[-82.133484,35.823309],[-81.981954,35.911361],[-81.943188,35.96005],[-81.906652,35.883376],[-81.986885,35.807066],[-81.869388,35.719624],[-81.824122,35.574983],[-81.842468,35.542263],[-82.169049,35.527811],[-82.291026,35.591322],[-82.275399,35.704438]]]},"properties":{"id":"37111","n":"McDowell","z":["28167","28655","28657","28711","28749","28752","28761","28762","28777"],"st":"NC"}},"37113":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.702772,35.24852],[-83.680114,35.2795],[-83.467181,35.297861],[-83.339609,35.330993],[-83.108612996507,35.000658843678],[-83.482873204291,34.990873961287],[-83.659824,35.160304],[-83.738129,35.15595],[-83.702772,35.24852]]]},"properties":{"id":"37113","n":"Macon","z":["28734","28741","28744","28763","28775","28781","29734"],"st":"NC"}},"37115":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.966649742899,35.795445979574],[-82.893751418431,35.933857269709],[-82.81613,35.923986],[-82.779397,35.992511],[-82.628365,36.062105],[-82.605703610794,36.037198863562],[-82.610885,35.974442],[-82.508007659722,35.982013205441],[-82.494781,35.909484],[-82.408602,35.818178],[-82.513161,35.80338],[-82.805207,35.686067],[-82.883909,35.678235],[-82.966649742899,35.795445979574]]]},"properties":{"id":"37115","n":"Madison","z":["28743","28748","28753","28754","28787"],"st":"NC"}},"37117":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.402614,36.004966],[-77.327569,36.071361],[-77.205817,36.005323],[-77.195882,35.936801],[-77.027544,35.929683],[-77.04405,35.861621],[-76.93904,35.90151],[-76.891106,35.812654],[-76.834825,35.88291],[-76.760598,35.864887],[-76.847264,35.719982],[-76.985842,35.658848],[-77.174,35.732831],[-77.350369,35.819228],[-77.342418,35.905262],[-77.402614,36.004966]]]},"properties":{"id":"37117","n":"Martin","z":["27812","27825","27840","27841","27843","27846","27857","27861","27871","27892"],"st":"NC"}},"37119":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.042302450139,35.146768649468],[-80.95486,35.400078],[-80.948122,35.491167],[-80.784167,35.506017],[-80.766414,35.401478],[-80.66648,35.267934],[-80.550349,35.208412],[-80.77248,35.033157],[-80.840566909021,35.001471529394],[-80.906239954082,35.075184269766],[-80.93495,35.107409],[-81.041489,35.044703],[-81.042302450139,35.146768649468]]]},"properties":{"id":"37119","n":"Mecklenburg","z":["28031","28035","28036","28078","28104","28105","28106","28107","28126","28130","28134","28201","28202","28203","28204","28205","28206","28207","28208","28209","28210","28211","28212","28213","28214","28215","28216","28217","28218","28219","28220","28221","28222","28223","28224","28226","28227","28229","28230","28231","28232","28233","28234","28235","28236","28237","28241","28242","28243","28244","28246","28247","28253","28254","28255","28256","28258","28262","28263","28265","28266","28269","28270","28271","28272","28273","28274","28275","28277","28278","28280","28281","28282","28284","28285","28288","28289","28290","28297","28299"],"st":"NC"}},"37121":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.220253010287,36.153820039843],[-82.081148917132,36.105692114333],[-82.034104,35.942057],[-81.981954,35.911361],[-82.133484,35.823309],[-82.197834,36.015332],[-82.253966,36.005321],[-82.351672,36.084334],[-82.416937594673,36.072970010708],[-82.220253010287,36.153820039843]]]},"properties":{"id":"37121","n":"Mitchell","z":["28705","28740","28749","28765","28777"],"st":"NC"}},"37123":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.182559,35.504151],[-80.066842,35.505661],[-79.767957,35.511484],[-79.70268,35.255907],[-79.614304,35.163679],[-79.851268,35.183855],[-80.075365,35.143081],[-80.098185,35.255173],[-80.051225,35.371537],[-80.182559,35.504151]]]},"properties":{"id":"37123","n":"Montgomery","z":["27209","27229","27281","27306","27341","27356","27371","28127"],"st":"NC"}},"37125":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.767957,35.511484],[-79.555804,35.515039],[-79.350073,35.518002],[-79.359765,35.469675],[-79.273565,35.353369],[-79.183556,35.307161],[-79.223021,35.268133],[-79.095808,35.192068],[-79.097602,35.174194],[-79.246383,35.212964],[-79.458751,35.043639],[-79.575931,35.069904],[-79.614304,35.163679],[-79.70268,35.255907],[-79.767957,35.511484]]]},"properties":{"id":"37125","n":"Moore","z":["27208","27209","27242","27281","27325","27330","27341","27356","27376","28287","28315","28326","28327","28347","28350","28370","28373","28374","28387","28388","28394"],"st":"NC"}},"37127":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.255973,35.81812],[-78.006551,36.202633],[-77.8864,36.143994],[-77.697956,36.15315],[-77.828444,35.867208],[-78.192117,35.730545],[-78.255973,35.81812]]]},"properties":{"id":"37127","n":"Nash","z":["27557","27597","27802","27803","27804","27807","27809","27816","27822","27856","27868","27878","27880","27882","27891","27896"],"st":"NC"}},"37129":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.029922,34.331768],[-77.823102,34.389287],[-77.713513170459,34.290247186687],[-77.829209,34.162618],[-77.885455075521,34.038240984853],[-77.956605,34.234491],[-78.029922,34.331768]]]},"properties":{"id":"37129","n":"New Hanover","z":["28401","28402","28403","28404","28405","28407","28408","28409","28411","28412","28428","28429","28449","28480"],"st":"NC"}},"37131":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.899774136047,36.544850733042],[-77.767103969927,36.545442409336],[-77.298770188812,36.546039010854],[-77.164322603718,36.546152819848],[-77.066463,36.496511],[-77.122959,36.471218],[-77.208468,36.246578],[-77.291519,36.168342],[-77.386595,36.213548],[-77.445886,36.324888],[-77.585698,36.33551],[-77.555275,36.417964],[-77.644367,36.480228],[-77.899524,36.504259],[-77.899774136047,36.544850733042]]]},"properties":{"id":"37131","n":"Northampton","z":["27820","27831","27832","27842","27845","27853","27855","27862","27866","27867","27869","27876","27877","27897"],"st":"NC"}},"37133":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.674805,34.9739],[-77.502771,34.969635],[-77.366768,34.90865],[-77.267647,34.92579],[-77.165986,34.785032],[-77.112964393077,34.638092832392],[-77.240991,34.587507],[-77.515216544585,34.437384969427],[-77.576165,34.476607],[-77.680127,34.720595],[-77.653352,34.940535],[-77.674805,34.9739]]]},"properties":{"id":"37133","n":"Onslow","z":["28445","28454","28460","28518","28521","28539","28540","28541","28542","28543","28544","28545","28546","28547","28555","28572","28574","28582","28584"],"st":"NC"}},"37135":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.257952,36.243445],[-79.153997,36.241875],[-78.950597,36.23932],[-79.016305,35.86321],[-79.249538,35.87681],[-79.268243,35.909182],[-79.257952,36.243445]]]},"properties":{"id":"37135","n":"Orange","z":["27231","27243","27278","27302","27510","27514","27515","27516","27517","27541","27572","27583","27599","27705","27707"],"st":"NC"}},"37137":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.895919,35.253889],[-76.845505,35.216059],[-76.632561,35.235324],[-76.590497,35.361857],[-76.522131,35.353623],[-76.454738,35.334376],[-76.304136,35.201453],[-76.71158,34.981768],[-76.780586,34.950434],[-76.953285,35.021248],[-76.940819,35.119103],[-76.987266,35.15495],[-76.895919,35.253889]]]},"properties":{"id":"37137","n":"Pamlico","z":["28509","28510","28515","28529","28537","28552","28556","28560","28571","28583","28587"],"st":"NC"}},"37139":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.491336,36.510677],[-76.231329,36.37208],[-76.216211,36.298302],[-76.12458,36.263963],[-76.02939,36.158819],[-76.022607,36.096725],[-76.157953,36.059517],[-76.290671,36.223497],[-76.37488,36.258654],[-76.453711,36.378092],[-76.491336,36.510677]]]},"properties":{"id":"37139","n":"Pasquotank","z":["27906","27907","27909"],"st":"NC"}},"37141":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.256085,34.399469],[-78.176501,34.465356],[-78.254441,34.553595],[-78.114007,34.721795],[-77.680127,34.720595],[-77.576165,34.476607],[-77.515216544585,34.437384969427],[-77.713513170459,34.290247186687],[-77.823102,34.389287],[-78.029922,34.331768],[-78.16235,34.357007],[-78.256085,34.399469]]]},"properties":{"id":"37141","n":"Pender","z":["28406","28411","28421","28425","28435","28443","28445","28447","28448","28454","28457","28466","28478"],"st":"NC"}},"37143":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.559646,36.351056],[-76.453711,36.378092],[-76.37488,36.258654],[-76.290671,36.223497],[-76.157953,36.059517],[-76.358393,36.020019],[-76.396794,36.026443],[-76.402957,36.072867],[-76.572077,36.109463],[-76.590107,36.238862],[-76.559646,36.351056]]]},"properties":{"id":"37143","n":"Perquimans","z":["27919","27930","27944","27980","27985"],"st":"NC"}},"37145":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.138335898871,36.541638270056],[-78.79627395514,36.541759493582],[-78.802335,36.235794],[-78.950597,36.23932],[-79.153997,36.241875],[-79.138335898871,36.541638270056]]]},"properties":{"id":"37145","n":"Person","z":["27291","27305","27343","27541","27565","27572","27573","27574","27583"],"st":"NC"}},"37147":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.665131,35.674935],[-77.390154,35.833062],[-77.350369,35.819228],[-77.174,35.732831],[-77.195772,35.699779],[-77.100803,35.551455],[-77.176178,35.518812],[-77.189115,35.418362],[-77.247896,35.354415],[-77.391026,35.339533],[-77.475515,35.426655],[-77.503716,35.518124],[-77.61037,35.567552],[-77.700692,35.652295],[-77.665131,35.674935]]]},"properties":{"id":"37147","n":"Pitt","z":["27811","27812","27827","27828","27829","27833","27834","27835","27836","27837","27852","27858","27871","27879","27884","27886","27888","27889","28513","28530","28586","28590"],"st":"NC"}},"37149":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.261305,35.393198],[-82.151916,35.407719],[-81.968788,35.257764],[-81.969358401258,35.1869270884],[-82.216248719229,35.193258548653],[-82.353175272919,35.198714129601],[-82.359152,35.244489],[-82.261305,35.393198]]]},"properties":{"id":"37149","n":"Polk","z":["28139","28722","28750","28756","28773","28782","28784","28792"],"st":"NC"}},"37151":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.046869,35.920693],[-79.541728,35.899851],[-79.542428,35.843303],[-79.555804,35.515039],[-79.767957,35.511484],[-80.066842,35.505661],[-80.046869,35.920693]]]},"properties":{"id":"37151","n":"Randolph","z":["27203","27204","27205","27208","27230","27233","27239","27247","27248","27260","27263","27264","27283","27292","27298","27313","27316","27317","27325","27341","27344","27350","27355","27360","27370","27371"],"st":"NC"}},"37153":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.075365,35.143081],[-79.851268,35.183855],[-79.614304,35.163679],[-79.575931,35.069904],[-79.458751,35.043639],[-79.573423,34.99221],[-79.561856,34.91035],[-79.614045,34.815309],[-79.692946383709,34.804962306923],[-79.924684253136,34.807829019752],[-79.849536,34.900006],[-79.923972,35.11543],[-79.992941,35.08559],[-80.075365,35.143081]]]},"properties":{"id":"37153","n":"Richmond","z":["27306","28330","28338","28345","28347","28363","28367","28379","28380"],"st":"NC"}},"37155":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.461791031001,34.630030678591],[-79.330825,34.774078],[-79.347823,34.838617],[-79.191391,34.833717],[-79.038747,34.952715],[-78.940844,34.903368],[-78.901998,34.835268],[-78.805721,34.689202],[-78.868961,34.484778],[-78.960011,34.442684],[-79.071254201048,34.299313026842],[-79.450277289043,34.620608997009],[-79.461791031001,34.630030678591]]]},"properties":{"id":"37155","n":"Robeson","z":["28319","28340","28353","28357","28358","28359","28360","28362","28364","28369","28371","28372","28375","28377","28378","28383","28384","28386"],"st":"NC"}},"37157":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.027338915141,36.542495385614],[-79.714850811052,36.541432484741],[-79.513647662509,36.540748205071],[-79.531865,36.249673],[-79.53241,36.241463],[-80.035119,36.257184],[-80.027338915141,36.542495385614]]]},"properties":{"id":"37157","n":"Rockingham","z":["27025","27027","27048","27214","27249","27288","27289","27311","27320","27323","27326","27357","27358","27375"],"st":"NC"}},"37159":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.707826,35.852929],[-80.47182,35.768356],[-80.458884,35.743031],[-80.334509,35.720471],[-80.330602,35.678799],[-80.209509,35.581951],[-80.182559,35.504151],[-80.295421,35.50292],[-80.737379,35.505804],[-80.771582,35.672163],[-80.707826,35.852929]]]},"properties":{"id":"37159","n":"Rowan","z":["27013","27054","28023","28039","28041","28070","28071","28072","28081","28083","28088","28115","28125","28137","28138","28144","28145","28146","28147","28159"],"st":"NC"}},"37161":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.265795,35.467818],[-82.169049,35.527811],[-81.842468,35.542263],[-81.824122,35.574983],[-81.753407,35.613588],[-81.691989,35.580041],[-81.702853,35.357304],[-81.768134407774,35.179707706384],[-81.874112204316,35.183509908026],[-81.969358401258,35.1869270884],[-81.968788,35.257764],[-82.151916,35.407719],[-82.261305,35.393198],[-82.265795,35.467818]]]},"properties":{"id":"37161","n":"Rutherford","z":["28018","28019","28020","28024","28040","28043","28074","28076","28114","28139","28150","28160","28167","28711","28720","28746","28756"],"st":"NC"}},"37163":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.617127,35.245578],[-78.538349,35.31641],[-78.492042,35.263421],[-78.30658,35.287604],[-78.16342,35.189716],[-78.147129,34.902506],[-78.198642,34.741637],[-78.114007,34.721795],[-78.254441,34.553595],[-78.494705,34.856182],[-78.647033,34.992254],[-78.672292,35.085281],[-78.617127,35.245578]]]},"properties":{"id":"37163","n":"Sampson","z":["28318","28328","28334","28341","28344","28365","28366","28382","28385","28393","28441","28444","28447","28453","28458","28478"],"st":"NC"}},"37165":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.692946383709,34.804962306923],[-79.614045,34.815309],[-79.561856,34.91035],[-79.573423,34.99221],[-79.458751,35.043639],[-79.353124,34.944242],[-79.347823,34.838617],[-79.330825,34.774078],[-79.461791031001,34.630030678591],[-79.692946383709,34.804962306923]]]},"properties":{"id":"37165","n":"Scotland","z":["28296","28343","28345","28351","28352","28363","28364","28396"],"st":"NC"}},"37167":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.295421,35.50292],[-80.182559,35.504151],[-80.051225,35.371537],[-80.098185,35.255173],[-80.075365,35.143081],[-80.112644,35.193882],[-80.172819,35.147847],[-80.276829,35.195722],[-80.356982,35.16494],[-80.504985,35.184998],[-80.295421,35.50292]]]},"properties":{"id":"37167","n":"Stanly","z":["28001","28002","28009","28071","28097","28107","28109","28124","28127","28128","28129","28137","28163"],"st":"NC"}},"37169":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.440101541964,36.550595275163],[-80.05345504335,36.542639428087],[-80.027338915141,36.542495385614],[-80.035119,36.257184],[-80.451696,36.261502],[-80.440101541964,36.550595275163]]]},"properties":{"id":"37169","n":"Stokes","z":["27009","27016","27019","27021","27022","27025","27030","27041","27042","27043","27045","27046","27050","27052","27053","27357"],"st":"NC"}},"37171":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.901726,36.561751],[-80.840213077246,36.561928451637],[-80.612188788125,36.55821627638],[-80.440101541964,36.550595275163],[-80.451696,36.261502],[-80.452322,36.241419],[-80.624245,36.286822],[-80.873205,36.236305],[-80.868746,36.326447],[-80.967153,36.40202],[-80.901726,36.561751]]]},"properties":{"id":"37171","n":"Surry","z":["27007","27017","27024","27030","27031","27041","27043","27047","27049","27053","28621","28676","28683","37041"],"st":"NC"}},"37173":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.662911901589,35.567799793208],[-83.498335,35.562981],[-83.26474416829,35.70308949617],[-83.181977,35.671327],[-83.155835,35.552622],[-83.186322,35.514368],[-83.351726,35.468092],[-83.339609,35.330993],[-83.467181,35.297861],[-83.680114,35.2795],[-83.585756,35.434832],[-83.95323138015,35.460020889577],[-83.771736,35.562118],[-83.662911901589,35.567799793208]]]},"properties":{"id":"37173","n":"Swain","z":["28702","28713","28719","28771","28789"],"st":"NC"}},"37175":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.920881,35.292037],[-82.83199,35.318343],[-82.745139,35.422967],[-82.619248,35.303708],[-82.577715148441,35.146475347847],[-82.762059552114,35.081874436004],[-82.897499,35.056021],[-83.008472812269,35.026918543924],[-83.056889,35.053827],[-82.983216,35.13192],[-82.920881,35.292037]]]},"properties":{"id":"37175","n":"Transylvania","z":["28708","28712","28718","28739","28742","28747","28766","28768","28772","28774"],"st":"NC"}},"37177":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.358393,36.020019],[-76.157953,36.059517],[-76.022607,36.096725],[-75.906295,36.085877],[-75.840046,36.028834],[-75.973152,35.976643],[-76.008348,35.895802],[-76.027479,35.668849],[-76.144653,35.702488],[-76.213895,35.598238],[-76.285839,35.604464],[-76.269247,35.690754],[-76.405971,35.697579],[-76.405603,35.786294],[-76.353554,35.861301],[-76.358393,36.020019]]]},"properties":{"id":"37177","n":"Tyrrell","z":["27826","27925","27928"],"st":"NC"}},"37179":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.840566909021,35.001471529394],[-80.77248,35.033157],[-80.550349,35.208412],[-80.504985,35.184998],[-80.356982,35.16494],[-80.276829,35.195722],[-80.32083257113,34.813620821544],[-80.561708549382,34.817482400337],[-80.796997,34.823874],[-80.782042,34.935782],[-80.840566909021,35.001471529394]]]},"properties":{"id":"37179","n":"Union","z":["28079","28103","28104","28105","28107","28108","28110","28111","28112","28133","28173","28174","28227"],"st":"NC"}},"37181":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.457277896256,36.541448708399],[-78.323718509559,36.542421391559],[-78.277165,36.306132],[-78.306965,36.266191],[-78.42188,36.164309],[-78.496614,36.175199],[-78.511224,36.454808],[-78.457277896256,36.541448708399]]]},"properties":{"id":"37181","n":"Vance","z":["27507","27536","27537","27544","27553","27556","27563","27565"],"st":"NC"}},"37183":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.906097,35.867918],[-78.829965,35.866978],[-78.699316,36.011448],[-78.751273,36.070834],[-78.546414,36.021826],[-78.307409,35.896738],[-78.255973,35.81812],[-78.468503,35.707072],[-78.708345,35.519296],[-78.914734,35.583672],[-78.995059,35.610135],[-78.906097,35.867918]]]},"properties":{"id":"37183","n":"Wake","z":["27259","27501","27502","27511","27512","27513","27518","27519","27520","27522","27523","27526","27529","27539","27540","27543","27545","27560","27562","27571","27587","27588","27591","27592","27596","27597","27601","27602","27603","27604","27605","27606","27607","27608","27609","27610","27611","27612","27613","27614","27615","27616","27617","27619","27620","27621","27622","27623","27624","27625","27626","27627","27628","27629","27634","27635","27636","27640","27650","27656","27661","27668","27675","27676","27690","27695","27697","27698","27699","27703","27895"],"st":"NC"}},"37185":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.323718509559,36.542421391559],[-78.04620830436,36.544197672687],[-77.899774136047,36.544850733042],[-77.899524,36.504259],[-77.911963,36.382446],[-78.006551,36.202633],[-78.133399,36.246383],[-78.306965,36.266191],[-78.277165,36.306132],[-78.323718509559,36.542421391559]]]},"properties":{"id":"37185","n":"Warren","z":["27537","27551","27553","27563","27570","27586","27589","27594","27842","27844","27850"],"st":"NC"}},"37187":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.847264,35.719982],[-76.760598,35.864887],[-76.683751,35.953101],[-76.606214,35.978051],[-76.396794,36.026443],[-76.358393,36.020019],[-76.353554,35.861301],[-76.405603,35.786294],[-76.405971,35.697579],[-76.637513,35.705215],[-76.847264,35.719982]]]},"properties":{"id":"37187","n":"Washington","z":["27860","27928","27962","27970"],"st":"NC"}},"37189":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.725372779685,36.389738497436],[-81.566349,36.272202],[-81.477516,36.24025],[-81.455792,36.200441],[-81.545488,36.117475],[-81.810516,36.111511],[-81.907698,36.214163],[-81.918444472905,36.287357917382],[-81.833202,36.347339],[-81.705966,36.338496],[-81.725372779685,36.389738497436]]]},"properties":{"id":"37189","n":"Watauga","z":["28604","28605","28607","28608","28618","28645","28679","28684","28691","28692","28698"],"st":"NC"}},"37191":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.30658,35.287604],[-78.153243,35.350671],[-78.15491,35.41781],[-78.064784,35.585263],[-77.822511,35.585383],[-77.806248,35.368754],[-77.834249,35.177846],[-77.891892,35.146425],[-78.044451,35.192535],[-78.16342,35.189716],[-78.30658,35.287604]]]},"properties":{"id":"37191","n":"Wayne","z":["27524","27530","27531","27532","27533","27534","27542","27569","27830","27863","27883","28333","28365","28551","28578"],"st":"NC"}},"37193":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.477516,36.24025],[-81.366725,36.284447],[-81.359255,36.366433],[-81.253649,36.366601],[-81.095112,36.440773],[-81.026688,36.373195],[-80.967153,36.40202],[-80.868746,36.326447],[-80.873205,36.236305],[-80.881591,36.055718],[-81.028833,36.045652],[-81.263596,36.025818],[-81.328324,35.996583],[-81.397817,36.066061],[-81.545488,36.117475],[-81.455792,36.200441],[-81.477516,36.24025]]]},"properties":{"id":"37193","n":"Wilkes","z":["27020","28606","28618","28621","28624","28635","28642","28644","28649","28651","28654","28656","28659","28665","28669","28670","28676","28683","28685","28689","28694","28697"],"st":"NC"}},"37195":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.828444,35.867208],[-77.751339,35.827794],[-77.665131,35.674935],[-77.700692,35.652295],[-77.822511,35.585383],[-78.064784,35.585263],[-78.115641,35.600433],[-78.192117,35.730545],[-77.828444,35.867208]]]},"properties":{"id":"37195","n":"Wilson","z":["27542","27557","27803","27807","27813","27822","27829","27830","27851","27852","27873","27878","27880","27883","27888","27893","27894","27896"],"st":"NC"}},"37197":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.873205,36.236305],[-80.624245,36.286822],[-80.452322,36.241419],[-80.439104,36.139949],[-80.496283,36.046545],[-80.693197,36.05126],[-80.881591,36.055718],[-80.873205,36.236305]]]},"properties":{"id":"37197","n":"Yadkin","z":["27011","27018","27020","27055","27108","28642","28689"],"st":"NC"}},"37199":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.508007659722,35.982013205441],[-82.416937594673,36.072970010708],[-82.351672,36.084334],[-82.253966,36.005321],[-82.197834,36.015332],[-82.133484,35.823309],[-82.193402,35.735314],[-82.275399,35.704438],[-82.361956,35.821245],[-82.408602,35.818178],[-82.494781,35.909484],[-82.508007659722,35.982013205441]]]},"properties":{"id":"37199","n":"Yancey","z":["28714","28740","28754","28755","28777"],"st":"NC"}},"38001":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-102.995454,46.280713],[-102.924547,46.281519],[-102.497449,46.283196],[-102.497475,46.206077],[-101.997888,46.20548],[-101.998575,46.053461],[-101.99861707823,45.944536977357],[-102.00067992102,45.944538392728],[-102.94206996119,45.945094411353],[-102.99566801914,45.945116443771],[-102.995454,46.280713]]]},"properties":{"id":"38001","n":"Adams","z":{"1":"58562","2":"58639","3":"58646","4":"58649","5":"58650","6":"57638"},"st":"ND"}},"38003":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.467476,47.240453],[-97.961208,47.240512],[-97.706034,47.239978],[-97.681508,46.978481],[-97.682006,46.629928],[-98.033862,46.630727],[-98.439056,46.63112],[-98.439466,46.979658],[-98.467476,47.240453]]]},"properties":{"id":"38003","n":"Barnes","z":["58027","58031","58046","58049","58056","58062","58063","58064","58065","58071","58072","58429","58461","58466","58479","58480","58481","58492","58497"],"st":"ND"}},"38005":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.492919,48.370946],[-99.200306,48.370658],[-99.199911,48.155309],[-99.070443,48.107857],[-99.070351,48.021955],[-99.001038,48.053294],[-98.991253,47.99026],[-98.803893,48.059901],[-98.75061,47.982456],[-98.672086,48.0004],[-98.625384,47.916399],[-98.525555,47.915056],[-98.525516,47.846276],[-99.297204,47.846811],[-99.812167,47.847257],[-99.812133,48.021451],[-99.846613,48.371298],[-99.492919,48.370946]]]},"properties":{"id":"38005","n":"Benson","z":["58301","58325","58332","58335","58341","58343","58346","58348","58351","58357","58368","58370","58374","58379","58380","58381","58386"],"st":"ND"}},"38007":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-103.666723,47.329354],[-103.099197,47.328714],[-103.032569,47.328692],[-103.032681,46.98058],[-103.230991,46.980296],[-103.231569,46.629764],[-103.60921,46.629797],[-103.609545,46.979902],[-103.666986,46.979789],[-103.666723,47.329354]]]},"properties":{"id":"38007","n":"Billings","z":["58620","58622","58627","58634","58642","58645"],"st":"ND"}},"38009":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-101.496737,48.999144834005],[-100.18270698233,48.999230224641],[-100.183034,48.718909],[-100.145494,48.718875],[-100.145858,48.545211],[-100.27666,48.544813],[-100.406388,48.544657],[-100.40678,48.631878],[-101.059624,48.632424],[-101.05966,48.545337],[-101.451275,48.546079],[-101.496684,48.720078],[-101.496737,48.999144834005]]]},"properties":{"id":"38009","n":"Bottineau","z":["58318","58329","58384","58711","58740","58748","58750","58760","58761","58762","58782","58783","58789","58793"],"st":"ND"}},"38011":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-104.04546595893,46.280188048211],[-102.995454,46.280713],[-102.99566801914,45.945116443771],[-104.045443,45.94531],[-104.04546595893,46.280188048211]]]},"properties":{"id":"38011","n":"Bowman","z":["58623","58643","58649","58651","58653"],"st":"ND"}},"38013":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-102.93877701943,48.999350250285],[-102.02114942466,48.998756605411],[-102.021655,48.807108],[-102.152164,48.8072],[-102.152545,48.720294],[-102.2336,48.72029],[-102.233892,48.546339],[-102.885763,48.54639],[-102.885775,48.633298],[-102.885686,48.720488],[-102.939932,48.720469],[-102.93877701943,48.999350250285]]]},"properties":{"id":"38013","n":"Burke","z":["58721","58727","58737","58746","58752","58755","58772","58773","58784"],"st":"ND"}},"38015":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.965156,47.156631],[-100.74937,47.157245],[-100.749334,47.327685],[-100.673285,47.327426],[-100.113261,47.327262],[-100.075229,46.981282],[-100.081198,46.633396],[-100.66189,46.63445],[-100.787809,46.69063],[-100.779477,46.736571],[-100.907902,46.904367],[-100.935983,46.98284],[-100.880487,47.019413],[-100.965156,47.156631]]]},"properties":{"id":"38015","n":"Burleigh","z":["58477","58494","58501","58503","58504","58505","58506","58507","58521","58532","58558","58560","58572","58579"],"st":"ND"}},"38017":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.706034,47.239978],[-97.451512,47.239061],[-96.836009594542,47.237981875487],[-96.826569127228,47.150539],[-96.833504,47.01011],[-96.763973,46.912507],[-96.78978651305,46.635746672717],[-97.279948,46.629348],[-97.682006,46.629928],[-97.681508,46.978481],[-97.706034,47.239978]]]},"properties":{"id":"38017","n":"Cass","z":["58002","58004","58005","58006","58007","58011","58012","58021","58027","58029","58031","58035","58036","58038","58042","58046","58047","58048","58051","58052","58059","58064","58071","58078","58079","58102","58103","58104","58105","58121","58122"],"st":"ND"}},"38019":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.999803372711,48.999986295652],[-97.950205011516,49.000515118938],[-97.949577,48.717693],[-97.927154,48.543124],[-98.318098,48.543773],[-98.970392,48.544232],[-98.970368,48.718089],[-98.99989,48.718129],[-98.999803372711,48.999986295652]]]},"properties":{"id":"38019","n":"Cavalier","z":["58227","58229","58239","58249","58255","58260","58269","58281","58282","58311","58323","58338","58352","58355","58372","58377"],"st":"ND"}},"38021":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.005754350153,45.939944309128],[-99.003118,46.282898],[-98.034573,46.282796],[-98.006715,46.282626],[-98.008101798278,45.936012629049],[-98.724374413888,45.938674733262],[-99.005754350153,45.939944309128]]]},"properties":{"id":"38021","n":"Dickey","z":["58413","58433","58436","58439","58441","58456","58458","58474"],"st":"ND"}},"38023":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-104.048736,48.999877],[-102.93877701943,48.999350250285],[-102.939932,48.720469],[-102.885686,48.720488],[-102.885775,48.633298],[-104.04808756883,48.634012373399],[-104.048736,48.999877]]]},"properties":{"id":"38023","n":"Divide","z":{"0":"58730","1":"58755","2":"58765","3":"58795","4":"58830","5":"58833","6":"58844","7":"58845","8":"58856","29":"59275"},"st":"ND"}},"38025":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-102.642266,47.823713],[-102.561965,47.780111],[-102.385758,47.758008],[-102.262051,47.782009],[-102.265452,47.624307],[-102.20535,47.574506],[-102.205601,47.328071],[-102.144453,47.328079],[-102.144771,47.010307],[-102.525462,46.981307],[-103.032681,46.98058],[-103.032569,47.328692],[-103.099197,47.328714],[-103.099867,47.674416],[-102.642766,47.673911],[-102.642266,47.823713]]]},"properties":{"id":"38025","n":"Dunn","z":["58601","58625","58626","58630","58636","58638","58640","58642","58644","58652","58656","58757","58854"],"st":"ND"}},"38027":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.297204,47.846811],[-98.525516,47.846276],[-98.500181,47.672413],[-98.500085,47.587228],[-99.265846,47.587618],[-99.297318,47.673004],[-99.297204,47.846811]]]},"properties":{"id":"38027","n":"Eddy","z":["58356","58374","58380","58381","58421","58445","58464"],"st":"ND"}},"38029":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.66189,46.63445],[-100.081198,46.633396],[-99.915508,46.632925],[-99.916758,46.283171],[-99.878431,46.282811],[-99.880292,45.941672],[-100.49935421538,45.943631998814],[-100.51194902615,45.943654070434],[-100.614504,46.071796],[-100.629145,46.145608],[-100.558549,46.249993],[-100.551199,46.363494],[-100.590199,46.427894],[-100.561035,46.587847],[-100.66189,46.63445]]]},"properties":{"id":"38029","n":"Emmons","z":{"1":"58524","2":"58542","3":"58544","4":"58549","5":"58552","6":"58573","7":"57648"},"st":"ND"}},"38031":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.265846,47.587618],[-98.500085,47.587228],[-98.499246,47.326538],[-99.26628,47.327194],[-99.265846,47.587618]]]},"properties":{"id":"38031","n":"Foster","z":["58356","58421","58443","58445","58455","58464","58484"],"st":"ND"}},"38033":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-104.04530830987,47.330127858806],[-103.666723,47.329354],[-103.666986,46.979789],[-103.609545,46.979902],[-103.60921,46.629797],[-103.800825,46.629563],[-103.800881,46.540747],[-104.04512541332,46.540929928549],[-104.04538510369,46.641501059122],[-104.04530830987,47.330127858806]]]},"properties":{"id":"38033","n":"Golden Valley","z":["58621","58632","58645","58654"],"st":"ND"}},"38035":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.903434,48.194897],[-97.141910387198,48.193627618875],[-97.145844959475,48.173223482991],[-96.996364,47.844398],[-96.89349330134,47.672126959444],[-97.472745,47.672051],[-97.882405,47.672179],[-97.882179,48.020803],[-97.903434,48.194897]]]},"properties":{"id":"38035","n":"Grand Forks","z":{"1":"58201","2":"58202","3":"58203","4":"58204","5":"58205","6":"58206","7":"58207","8":"58208","9":"58212","10":"58214","11":"58228","12":"58231","13":"58233","14":"58235","15":"58240","16":"58244","17":"58251","18":"58256","19":"58258","20":"58261","21":"58266","22":"58267","23":"58275","24":"58278","25":"56744"},"st":"ND"}},"38037":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-102.096239,46.717706],[-101.718155,46.718019],[-101.718105,46.630999],[-101.299052,46.63031],[-101.29899,46.371451],[-101.048532,46.371393],[-101.025662,46.284219],[-101.198073,46.18377],[-101.189747,46.148693],[-101.554185,46.006836],[-101.849355,46.073275],[-101.998575,46.053461],[-101.997888,46.20548],[-102.046929,46.283606],[-102.051237,46.630906],[-102.096585,46.631024],[-102.096239,46.717706]]]},"properties":{"id":"38037","n":"Grant","z":{"3":"58520","4":"58529","5":"58533","6":"58535","7":"58562","8":"58564","9":"58569","10":"58631","11":"58638","12":"57638","13":"57645","14":"57660"},"st":"ND"}},"38039":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.500181,47.672413],[-97.98481,47.6723],[-97.986585,47.3261],[-97.961208,47.240512],[-98.467476,47.240453],[-98.499246,47.326538],[-98.500085,47.587228],[-98.500181,47.672413]]]},"properties":{"id":"38039","n":"Griggs","z":["58056","58212","58416","58425","58429","58448","58452","58464","58484","58492"],"st":"ND"}},"38041":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-102.928003,46.630065],[-102.096585,46.631024],[-102.051237,46.630906],[-102.046929,46.283606],[-101.997888,46.20548],[-102.497475,46.206077],[-102.497449,46.283196],[-102.924547,46.281519],[-102.928003,46.630065]]]},"properties":{"id":"38041","n":"Hettinger","z":["58562","58646","58647","58649","58650"],"st":"ND"}},"38043":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.113261,47.327262],[-100.033292,47.327192],[-99.480726,47.327076],[-99.481085,46.980694],[-99.446423,46.980889],[-99.44972,46.63163],[-99.915508,46.632925],[-100.081198,46.633396],[-100.075229,46.981282],[-100.113261,47.327262]]]},"properties":{"id":"38043","n":"Kidder","z":["58418","58423","58428","58467","58475","58478","58482","58483","58487","58488","58524","58532","58549"],"st":"ND"}},"38045":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.036625,46.630211],[-98.439056,46.63112],[-98.033862,46.630727],[-98.034573,46.282796],[-99.003118,46.282898],[-99.037367,46.283151],[-99.036625,46.630211]]]},"properties":{"id":"38045","n":"LaMoure","z":["58049","58415","58431","58433","58454","58456","58458","58461","58466","58472","58490"],"st":"ND"}},"38047":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.915508,46.632925],[-99.44972,46.63163],[-99.036625,46.630211],[-99.037367,46.283151],[-99.878431,46.282811],[-99.916758,46.283171],[-99.915508,46.632925]]]},"properties":{"id":"38047","n":"Logan","z":["58440","58442","58460","58483","58495","58549","58561"],"st":"ND"}},"38049":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-101.05966,48.545337],[-101.059624,48.632424],[-100.40678,48.631878],[-100.406388,48.544657],[-100.27666,48.544813],[-100.276401,48.371334],[-100.237332,48.371246],[-100.197558,48.021857],[-100.197996,47.8476],[-100.585161,47.84748],[-100.971325,47.848703],[-101.015024,48.022739],[-101.014138,48.371432],[-101.059802,48.458448],[-101.05966,48.545337]]]},"properties":{"id":"38049","n":"McHenry","z":["58368","58384","58710","58712","58713","58723","58731","58736","58741","58744","58748","58762","58768","58778","58788","58789","58790","58792"],"st":"ND"}},"38051":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.878431,46.282811],[-99.037367,46.283151],[-99.003118,46.282898],[-99.005754350153,45.939944309128],[-99.718073,45.940907],[-99.880292,45.941672],[-99.878431,46.282811]]]},"properties":{"id":"38051","n":"McIntosh","z":["58413","58440","58456","58460","58495","58581"],"st":"ND"}},"38053":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-104.04497671641,47.397069201282],[-104.04409327282,47.996107174187],[-103.919789,47.95595],[-103.856306,48.015072],[-103.800817,47.994269],[-103.742216,48.093403],[-103.597614,48.134392],[-103.584774,48.054124],[-103.485072,48.006725],[-103.288366,48.040123],[-103.20189,48.135208],[-103.107083,48.146494],[-102.828477,48.123664],[-102.663487,48.076651],[-102.551964,47.997149],[-102.644764,47.906715],[-102.642266,47.823713],[-102.642766,47.673911],[-103.099867,47.674416],[-103.099197,47.328714],[-103.666723,47.329354],[-104.04530830987,47.330127858806],[-104.04497671641,47.397069201282]]]},"properties":{"id":"38053","n":"McKenzie","z":{"0":"58634","1":"58757","2":"58763","3":"58801","4":"58831","5":"58835","6":"58838","7":"58847","8":"58854","49":"59221","50":"59270"},"st":"ND"}},"38055":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-101.871862,47.847589],[-100.971325,47.848703],[-100.585161,47.84748],[-100.585106,47.673912],[-100.672408,47.674038],[-100.673285,47.327426],[-100.749334,47.327685],[-100.74937,47.157245],[-100.965156,47.156631],[-100.977629,47.249992],[-101.034623,47.286393],[-101.257031,47.264895],[-101.345735,47.291897],[-101.440139,47.477299],[-101.370866,47.518696],[-101.428037,47.561986],[-101.813848,47.496502],[-102.036648,47.572705],[-102.20535,47.574506],[-102.265452,47.624307],[-102.262051,47.782009],[-102.385758,47.758008],[-102.385565,47.84775],[-101.871862,47.847589]]]},"properties":{"id":"38055","n":"McLean","z":["58531","58540","58559","58565","58575","58576","58577","58579","58716","58723","58735","58759","58763","58770","58771","58775","58778","58779"],"st":"ND"}},"38057":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-102.20535,47.574506],[-102.036648,47.572705],[-101.813848,47.496502],[-101.428037,47.561986],[-101.370866,47.518696],[-101.440139,47.477299],[-101.345735,47.291897],[-101.257031,47.264895],[-101.257944,47.241347],[-101.764419,47.241423],[-101.764392,46.981306],[-102.096675,46.981159],[-102.144771,47.010307],[-102.144453,47.328079],[-102.205601,47.328071],[-102.20535,47.574506]]]},"properties":{"id":"38057","n":"Mercer","z":["58523","58541","58545","58571","58580","58625","58631","58636","58638"],"st":"ND"}},"38059":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-102.096675,46.981159],[-101.764392,46.981306],[-100.935983,46.98284],[-100.907902,46.904367],[-100.779477,46.736571],[-100.787809,46.69063],[-100.66189,46.63445],[-100.561035,46.587847],[-100.590199,46.427894],[-100.721261,46.390084],[-100.884552,46.409096],[-101.025662,46.284219],[-101.048532,46.371393],[-101.29899,46.371451],[-101.299052,46.63031],[-101.718105,46.630999],[-101.718155,46.718019],[-102.096239,46.717706],[-102.096675,46.981159]]]},"properties":{"id":"38059","n":"Morton","z":["58520","58535","58554","58563","58566","58570","58631","58638"],"st":"ND"}},"38061":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-102.885763,48.54639],[-102.233892,48.546339],[-101.973322,48.547133],[-101.973399,48.372095],[-101.922237,48.37233],[-101.922123,48.023173],[-101.871537,48.023176],[-101.871862,47.847589],[-102.385565,47.84775],[-102.385758,47.758008],[-102.561965,47.780111],[-102.642266,47.823713],[-102.644764,47.906715],[-102.551964,47.997149],[-102.663487,48.076651],[-102.828477,48.123664],[-102.828061,48.37292],[-102.885737,48.372578],[-102.885763,48.54639]]]},"properties":{"id":"38061","n":"Mountrail","z":["58718","58734","58756","58763","58769","58770","58771","58773","58776","58784","58794","58852"],"st":"ND"}},"38063":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.292184,48.195177],[-97.903434,48.194897],[-97.882179,48.020803],[-97.882405,47.672179],[-97.98481,47.6723],[-98.500181,47.672413],[-98.525516,47.846276],[-98.525555,47.915056],[-98.525609,48.02115],[-98.422659,48.021115],[-98.4221,48.194824],[-98.292184,48.195177]]]},"properties":{"id":"38063","n":"Nelson","z":["58212","58224","58254","58259","58266","58272","58321","58344","58361","58380"],"st":"ND"}},"38065":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-101.257031,47.264895],[-101.034623,47.286393],[-100.977629,47.249992],[-100.965156,47.156631],[-100.880487,47.019413],[-100.935983,46.98284],[-101.764392,46.981306],[-101.764419,47.241423],[-101.257944,47.241347],[-101.257031,47.264895]]]},"properties":{"id":"38065","n":"Oliver","z":["58523","58530","58545","58554","58563","58571"],"st":"ND"}},"38067":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.950205011516,49.000515118938],[-97.229039,49.000687],[-97.227854,48.945864],[-97.100009,48.667926],[-97.147723568301,48.543891683651],[-97.148103466134,48.540744046187],[-97.927154,48.543124],[-97.949577,48.717693],[-97.950205011516,49.000515118938]]]},"properties":{"id":"38067","n":"Pembina","z":["58216","58220","58222","58225","58227","58236","58238","58241","58243","58262","58265","58271","58276","58282"],"st":"ND"}},"38069":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.27666,48.544813],[-100.145858,48.545211],[-99.493189,48.544834],[-99.492919,48.370946],[-99.846613,48.371298],[-99.812133,48.021451],[-99.812167,47.847257],[-100.069206,47.847301],[-100.197996,47.8476],[-100.197558,48.021857],[-100.237332,48.371246],[-100.276401,48.371334],[-100.27666,48.544813]]]},"properties":{"id":"38069","n":"Pierce","z":["58313","58332","58341","58368","58384","58385","58386","58710","58758","58788"],"st":"ND"}},"38071":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.200306,48.370658],[-98.970975,48.370472],[-98.970392,48.544232],[-98.318098,48.543773],[-98.31867,48.369722],[-98.292184,48.195177],[-98.4221,48.194824],[-98.422659,48.021115],[-98.525609,48.02115],[-98.525555,47.915056],[-98.625384,47.916399],[-98.672086,48.0004],[-98.75061,47.982456],[-98.803893,48.059901],[-98.991253,47.99026],[-99.001038,48.053294],[-99.070351,48.021955],[-99.070443,48.107857],[-99.199911,48.155309],[-99.200306,48.370658]]]},"properties":{"id":"38071","n":"Ramsey","z":["58229","58301","58321","58325","58327","58330","58338","58344","58345","58351","58362","58377","58382"],"st":"ND"}},"38073":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.033862,46.630727],[-97.682006,46.629928],[-97.279948,46.629348],[-97.280568,46.282321],[-98.006715,46.282626],[-98.034573,46.282796],[-98.033862,46.630727]]]},"properties":{"id":"38073","n":"Ransom","z":["58027","58033","58049","58052","58054","58057","58060","58062","58068","58069","58490"],"st":"ND"}},"38075":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-102.021655,48.807108],[-102.02114942466,48.998756605411],[-101.496737,48.999144834005],[-101.496684,48.720078],[-101.451275,48.546079],[-101.05966,48.545337],[-101.059802,48.458448],[-101.841969,48.459545],[-101.842141,48.720143],[-102.021428,48.720283],[-102.021655,48.807108]]]},"properties":{"id":"38075","n":"Renville","z":["58718","58725","58734","58740","58746","58750","58761","58782","58787"],"st":"ND"}},"38077":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.279948,46.629348],[-96.78978651305,46.635746672717],[-96.785786182598,46.629590849261],[-96.709095,46.435294],[-96.60104,46.319554],[-96.554507,46.083978],[-96.572697494194,46.021891671358],[-96.563672,45.935245],[-97.228291,45.935656595646],[-97.259632,45.997185],[-97.25934,46.272786],[-97.280568,46.282321],[-97.279948,46.629348]]]},"properties":{"id":"38077","n":"Richland","z":["58001","58008","58015","58018","58030","58041","58047","58051","58052","58053","58057","58058","58061","58074","58075","58076","58077","58081"],"st":"ND"}},"38079":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.18270698233,48.999230224641],[-99.525700059072,48.999271291156],[-99.525895,48.718384],[-99.493002,48.718359],[-99.493189,48.544834],[-100.145858,48.545211],[-100.145494,48.718875],[-100.183034,48.718909],[-100.18270698233,48.999230224641]]]},"properties":{"id":"38079","n":"Rolette","z":["58310","58316","58329","58353","58363","58366","58367","58369","58384","58385"],"st":"ND"}},"38081":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.006715,46.282626],[-97.280568,46.282321],[-97.25934,46.272786],[-97.259632,45.997185],[-97.228291,45.935656595646],[-97.978777809623,45.935933992099],[-98.008101798278,45.936012629049],[-98.006715,46.282626]]]},"properties":{"id":"38081","n":"Sargent","z":["58013","58017","58032","58040","58043","58053","58060","58067","58069","58474"],"st":"ND"}},"38083":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.585161,47.84748],[-100.197996,47.8476],[-100.069206,47.847301],[-100.032849,47.673621],[-100.033292,47.327192],[-100.113261,47.327262],[-100.673285,47.327426],[-100.672408,47.674038],[-100.585106,47.673912],[-100.585161,47.84748]]]},"properties":{"id":"38083","n":"Sheridan","z":["58341","58430","58444","58463","58559","58710","58723","58736","58758"],"st":"ND"}},"38085":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-101.998575,46.053461],[-101.849355,46.073275],[-101.554185,46.006836],[-101.189747,46.148693],[-101.198073,46.18377],[-101.025662,46.284219],[-100.884552,46.409096],[-100.721261,46.390084],[-100.590199,46.427894],[-100.551199,46.363494],[-100.558549,46.249993],[-100.629145,46.145608],[-100.614504,46.071796],[-100.51194902615,45.943654070434],[-101.99861707823,45.944536977357],[-101.998575,46.053461]]]},"properties":{"id":"38085","n":"Sioux","z":{"5":"58528","6":"58538","7":"58568","8":"58570","9":"57638","10":"57641","11":"57642","12":"57645","13":"57660"},"st":"ND"}},"38087":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-104.04512541332,46.540929928549],[-103.800881,46.540747],[-103.800825,46.629563],[-103.60921,46.629797],[-103.231569,46.629764],[-102.928003,46.630065],[-102.924547,46.281519],[-102.995454,46.280713],[-104.04546595893,46.280188048211],[-104.04512541332,46.540929928549]]]},"properties":{"id":"38087","n":"Slope","z":["58620","58623","58643","58647","58651","58653","58654"],"st":"ND"}},"38089":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-103.032681,46.98058],[-102.525462,46.981307],[-102.144771,47.010307],[-102.096675,46.981159],[-102.096239,46.717706],[-102.096585,46.631024],[-102.928003,46.630065],[-103.231569,46.629764],[-103.230991,46.980296],[-103.032681,46.98058]]]},"properties":{"id":"38089","n":"Stark","z":["58601","58602","58622","58630","58638","58641","58647","58652","58655","58656"],"st":"ND"}},"38091":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.98481,47.6723],[-97.882405,47.672179],[-97.472745,47.672051],[-97.474337,47.324776],[-97.451512,47.239061],[-97.706034,47.239978],[-97.961208,47.240512],[-97.986585,47.3261],[-97.98481,47.6723]]]},"properties":{"id":"38091","n":"Steele","z":["58016","58035","58046","58056","58064","58212","58230","58240","58267","58274","58277"],"st":"ND"}},"38093":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.480726,47.327076],[-99.26628,47.327194],[-98.499246,47.326538],[-98.467476,47.240453],[-98.439466,46.979658],[-98.439056,46.63112],[-99.036625,46.630211],[-99.44972,46.63163],[-99.446423,46.980889],[-99.481085,46.980694],[-99.480726,47.327076]]]},"properties":{"id":"38093","n":"Stutsman","z":["58401","58402","58405","58420","58421","58424","58426","58442","58454","58455","58466","58467","58472","58475","58476","58481","58483","58486","58492","58496","58497"],"st":"ND"}},"38095":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.525700059072,48.999271291156],[-98.999803372711,48.999986295652],[-98.99989,48.718129],[-98.970368,48.718089],[-98.970392,48.544232],[-98.970975,48.370472],[-99.200306,48.370658],[-99.492919,48.370946],[-99.493189,48.544834],[-99.493002,48.718359],[-99.525895,48.718384],[-99.525700059072,48.999271291156]]]},"properties":{"id":"38095","n":"Towner","z":["58317","58324","58331","58339","58346","58352","58363","58365","58367","58372","58377"],"st":"ND"}},"38097":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.472745,47.672051],[-96.89349330134,47.672126959444],[-96.855959349053,47.499173229529],[-96.836009594542,47.237981875487],[-97.451512,47.239061],[-97.474337,47.324776],[-97.472745,47.672051]]]},"properties":{"id":"38097","n":"Traill","z":["58009","58016","58035","58038","58045","58048","58218","58219","58223","58240","58257","58274","58275"],"st":"ND"}},"38099":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.318098,48.543773],[-97.927154,48.543124],[-97.148103466134,48.540744046187],[-97.129533,48.257815],[-97.141910387198,48.193627618875],[-97.903434,48.194897],[-98.292184,48.195177],[-98.31867,48.369722],[-98.318098,48.543773]]]},"properties":{"id":"38099","n":"Walsh","z":{"1":"58210","2":"58225","3":"58227","4":"58229","5":"58231","6":"58233","7":"58237","8":"58243","9":"58250","10":"58261","11":"58270","12":"58273","13":"58321","14":"58345","56":"56744"},"st":"ND"}},"38101":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-102.021655,48.807108],[-102.021428,48.720283],[-101.842141,48.720143],[-101.841969,48.459545],[-101.059802,48.458448],[-101.014138,48.371432],[-101.015024,48.022739],[-100.971325,47.848703],[-101.871862,47.847589],[-101.871537,48.023176],[-101.922123,48.023173],[-101.922237,48.37233],[-101.973399,48.372095],[-101.973322,48.547133],[-102.233892,48.546339],[-102.2336,48.72029],[-102.152545,48.720294],[-102.152164,48.8072],[-102.021655,48.807108]]]},"properties":{"id":"38101","n":"Ward","z":["58701","58702","58703","58704","58705","58707","58716","58718","58721","58722","58725","58731","58733","58734","58735","58740","58746","58756","58759","58768","58771","58779","58781","58785","58790"],"st":"ND"}},"38103":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.069206,47.847301],[-99.812167,47.847257],[-99.297204,47.846811],[-99.297318,47.673004],[-99.265846,47.587618],[-99.26628,47.327194],[-99.480726,47.327076],[-100.033292,47.327192],[-100.032849,47.673621],[-100.069206,47.847301]]]},"properties":{"id":"38103","n":"Wells","z":["58341","58348","58356","58374","58418","58421","58422","58423","58438","58451","58486","58758"],"st":"ND"}},"38105":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-104.04808756883,48.634012373399],[-102.885775,48.633298],[-102.885763,48.54639],[-102.885737,48.372578],[-102.828061,48.37292],[-102.828477,48.123664],[-103.107083,48.146494],[-103.20189,48.135208],[-103.288366,48.040123],[-103.485072,48.006725],[-103.584774,48.054124],[-103.597614,48.134392],[-103.742216,48.093403],[-103.800817,47.994269],[-103.856306,48.015072],[-103.919789,47.95595],[-104.04409327282,47.996107174187],[-104.04678216171,48.389300731145],[-104.04808756883,48.634012373399]]]},"properties":{"id":"38105","n":"Williams","z":["58755","58795","58801","58802","58803","58830","58843","58845","58849","58852","58853","58856"],"st":"ND"}},"39001":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.705861635586,38.638037865066],[-83.673018,39.02043],[-83.385637,39.055197],[-83.270817,39.015791],[-83.264298901959,38.613112496888],[-83.533339,38.702105],[-83.646911404127,38.641851934546],[-83.705861635586,38.638037865066]]]},"properties":{"id":"39001","n":"Adams","z":["45105","45144","45616","45618","45650","45657","45660","45679","45684","45693","45697"],"st":"OH"}},"39003":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.340531,40.859099],[-84.109586,40.860994],[-84.109516,40.90473],[-83.880423,40.920429],[-83.880063,40.819919],[-83.880194,40.64469],[-84.107787,40.643069],[-84.222799,40.685957],[-84.396778,40.684926],[-84.397374,40.815941],[-84.340531,40.859099]]]},"properties":{"id":"39003","n":"Allen","z":["43346","45801","45802","45804","45805","45806","45807","45808","45809","45810","45817","45820","45830","45833","45844","45850","45854","45877","45887","45896"],"st":"OH"}},"39005":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.336496,41.065761],[-82.171492,41.063537],[-82.129334,40.991807],[-82.126199,40.668229],[-82.220665,40.66758],[-82.22011,40.568206],[-82.336962,40.555001],[-82.339211,40.726683],[-82.420752,40.82333],[-82.432852,40.992944],[-82.436916,41.065379],[-82.336496,41.065761]]]},"properties":{"id":"39005","n":"Ashland","z":["44235","44287","44638","44691","44805","44837","44838","44840","44842","44843","44848","44851","44859","44864","44866","44874","44878","44880","44903"],"st":"OH"}},"39007":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.003631,41.715137],[-81.002269406517,41.849172466438],[-80.519425,41.977523],[-80.519396726691,41.849562990559],[-80.519176750353,41.499924051206],[-81.003125,41.501685],[-81.003631,41.715137]]]},"properties":{"id":"39007","n":"Ashtabula","z":["44003","44004","44005","44010","44030","44032","44041","44047","44048","44057","44062","44064","44068","44076","44082","44084","44085","44086","44093","44099","44428"],"st":"OH"}},"39009":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.159161,39.556574],[-82.047528,39.550825],[-82.055779,39.460053],[-81.844863,39.450216],[-81.853668,39.318165],[-81.721808,39.269597],[-81.721468139173,39.210960809204],[-81.75229703674,39.181034747406],[-82.268583,39.20376],[-82.289663,39.384195],[-82.28041,39.472906],[-82.167379,39.466307],[-82.159161,39.556574]]]},"properties":{"id":"39009","n":"Athens","z":["43728","45701","45710","45711","45716","45719","45723","45732","45735","45740","45742","45761","45764","45766","45776","45777","45778","45780","45782","45739"],"st":"OH"}},"39011":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.45618,40.684862],[-84.396778,40.684926],[-84.222799,40.685957],[-84.107787,40.643069],[-83.880194,40.64469],[-83.879932,40.538708],[-83.993699,40.535201],[-84.002372,40.483115],[-84.339137,40.481076],[-84.3386,40.379199],[-84.434387,40.354534],[-84.455532,40.363963],[-84.45618,40.684862]]]},"properties":{"id":"39011","n":"Auglaize","z":["43331","45306","45334","45806","45819","45845","45850","45862","45865","45869","45870","45871","45884","45885","45887","45888","45895","45896"],"st":"OH"}},"39013":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.234053,39.95127],[-81.225924,40.170075],[-80.882892,40.159495],[-80.702575303623,40.15714139801],[-80.738218439984,40.033543226078],[-80.740126,39.970793],[-80.823438104786,39.850032087396],[-81.237316,39.867828],[-81.234053,39.95127]]]},"properties":{"id":"39013","n":"Belmont","z":["43713","43716","43718","43719","43747","43759","43901","43902","43905","43906","43909","43912","43917","43927","43928","43933","43934","43935","43937","43940","43941","43942","43943","43947","43950","43951","43967","43971","43972","43977","43983","43985"],"st":"OH"}},"39015":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.05264617322,38.771614667536],[-83.99312,39.254235],[-83.865679,39.247333],[-83.872214,39.021304],[-83.673018,39.02043],[-83.705861635586,38.638037865066],[-83.904375086105,38.767283875268],[-84.05264617322,38.771614667536]]]},"properties":{"id":"39015","n":"Brown","z":["45101","45106","45107","45114","45115","45118","45119","45120","45121","45130","45131","45133","45142","45144","45148","45154","45167","45168","45171","45176","45697","45717"],"st":"OH"}},"39017":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.816160194911,39.521968108993],[-84.815705943255,39.567721664027],[-84.478927,39.56879],[-84.479213,39.591024],[-84.365232,39.589493],[-84.332089,39.548803],[-84.353209,39.292287],[-84.630047,39.312056],[-84.818877469275,39.305143583559],[-84.816160194911,39.521968108993]]]},"properties":{"id":"39017","n":"Butler","z":["45003","45004","45011","45012","45013","45014","45015","45018","45042","45044","45050","45053","45055","45056","45061","45062","45063","45064","45067","45069","45071","45241","45246","45327"],"st":"OH"}},"39019":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.317739,40.651579],[-81.24125,40.650534],[-81.237227,40.723542],[-81.087289,40.727816],[-80.917172,40.726934],[-80.918125,40.643464],[-80.861994,40.599404],[-80.92092,40.556315],[-80.941911,40.4247],[-81.269951,40.433486],[-81.264744,40.565042],[-81.321659,40.566648],[-81.317739,40.651579]]]},"properties":{"id":"39019","n":"Carroll","z":["43903","43908","43945","43986","43988","44427","44607","44615","44620","44621","44625","44639","44643","44644","44651","44656","44657","44675","44688","44695","44730"],"st":"OH"}},"39021":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.022919,40.183945],[-84.014763,40.273459],[-83.551338,40.22937],[-83.494498,40.225467],[-83.503714,40.111468],[-83.516155,40.010188],[-84.036069,40.040182],[-84.022919,40.183945]]]},"properties":{"id":"39021","n":"Champaign","z":["43009","43044","43045","43047","43060","43070","43072","43078","43083","43084","43318","43343","43357","45312","45317","45344","45365","45389","45502"],"st":"OH"}},"39023":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.051039,39.879807],[-84.036069,40.040182],[-83.516155,40.010188],[-83.588041,39.768778],[-83.647169,39.773029],[-84.053736,39.850458],[-84.051039,39.879807]]]},"properties":{"id":"39023","n":"Clark","z":["43010","43044","43078","43140","43153","45314","45316","45319","45323","45324","45341","45344","45349","45368","45369","45372","45387","45501","45502","45503","45504","45505","45506"],"st":"OH"}},"39025":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.259431,39.270796],[-84.006782,39.255068],[-83.99312,39.254235],[-84.05264617322,38.771614667536],[-84.226162633963,38.829777141242],[-84.232305045403,38.874707896032],[-84.321207226857,39.020586352689],[-84.259431,39.270796]]]},"properties":{"id":"39025","n":"Clermont","z":{"0":"45102","1":"45103","2":"45106","3":"45107","4":"45112","5":"45118","6":"45120","7":"45121","8":"45122","9":"45130","10":"45140","11":"45147","12":"45150","13":"45153","14":"45156","15":"45157","16":"45158","17":"45160","18":"45162","19":"45176","20":"45244","21":"45245","22":"45255","34":"45145"},"st":"OH"}},"39027":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.006782,39.255068],[-83.977005,39.569169],[-83.670196,39.550254],[-83.585523,39.545109],[-83.590878,39.378736],[-83.784793,39.262888],[-83.865679,39.247333],[-83.99312,39.254235],[-84.006782,39.255068]]]},"properties":{"id":"39027","n":"Clinton","z":["45068","45107","45113","45135","45142","45146","45148","45159","45164","45166","45169","45177","45335"],"st":"OH"}},"39029":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.086679,40.901609],[-80.895813,40.930187],[-80.821923,40.900935],[-80.519869707686,40.900323934249],[-80.519705112599,40.851336778685],[-80.518991,40.638801],[-80.667957,40.582496],[-80.861994,40.599404],[-80.918125,40.643464],[-80.917172,40.726934],[-81.087289,40.727816],[-81.086679,40.901609]]]},"properties":{"id":"39029","n":"Columbiana","z":["43920","43930","43945","43962","43968","44408","44413","44415","44423","44427","44431","44432","44441","44443","44445","44454","44455","44460","44490","44492","44493","44601","44609","44619","44625","44634","44657","44665"],"st":"OH"}},"39031":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.184607,40.45628],[-81.709132,40.444775],[-81.712288,40.370804],[-81.61603,40.368118],[-81.622683,40.221308],[-81.716276,40.152166],[-82.187105,40.16688],[-82.195911,40.239071],[-82.184607,40.45628]]]},"properties":{"id":"39031","n":"Coshocton","z":["43006","43749","43803","43804","43805","43811","43812","43821","43822","43824","43828","43832","43836","43840","43843","43844","43845","44637","44654"],"st":"OH"}},"39033":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.112737,40.993447],[-82.829512,40.996624],[-82.724792,40.995638],[-82.727164,40.711203],[-82.858302,40.705019],[-83.11136,40.702915],[-83.112737,40.993447]]]},"properties":{"id":"39033","n":"Crawford","z":["43302","43314","43325","44818","44820","44825","44827","44833","44849","44854","44856","44865","44875","44881","44882","44887"],"st":"OH"}},"39035":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.960324970004,41.500553292598],[-81.738755,41.48855],[-81.488682733409,41.634463927821],[-81.487842,41.570051],[-81.391005,41.569716],[-81.391694,41.348272],[-81.598052,41.351157],[-81.565139,41.277758],[-81.68495,41.277146],[-81.878053,41.275044],[-81.87696,41.350685],[-81.971262,41.351268],[-81.960324970004,41.500553292598]]]},"properties":{"id":"39035","n":"Cuyahoga","z":["44017","44022","44040","44070","44101","44102","44103","44104","44105","44106","44107","44108","44109","44110","44111","44112","44113","44114","44115","44116","44117","44118","44119","44120","44121","44122","44123","44124","44125","44126","44127","44128","44129","44130","44131","44132","44133","44134","44135","44136","44137","44138","44139","44140","44141","44142","44143","44144","44145","44146","44147","44149","44181","44188","44190","44191","44192","44193","44194","44195","44197","44198","44199"],"st":"OH"}},"39037":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.810161238474,40.005067543848],[-84.804917302578,40.310095915034],[-84.804120527015,40.352762230297],[-84.434631,40.354259],[-84.432575,40.197037],[-84.425902,39.919622],[-84.485367,39.918491],[-84.81141710638,39.91691362958],[-84.810161238474,40.005067543848]]]},"properties":{"id":"39037","n":"Darke","z":["45303","45304","45308","45309","45310","45318","45328","45331","45332","45337","45346","45347","45348","45350","45351","45352","45358","45362","45380","45382","45388","45390","45846"],"st":"OH"}},"39039":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.804253257612,41.42604971155],[-84.341664,41.427568],[-84.228454,41.42781],[-84.228222,41.165862],[-84.341602,41.165524],[-84.341601,41.20903],[-84.457059,41.209434],[-84.457217,41.253485],[-84.803644982256,41.252561683548],[-84.803703572617,41.271258330571],[-84.804253257612,41.42604971155]]]},"properties":{"id":"39039","n":"Defiance","z":["43506","43512","43517","43519","43526","43527","43530","43536","43545","43548","43549","43556","45813","45821","45831"],"st":"OH"}},"39041":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.248595,40.443989],[-83.020798,40.433795],[-82.924781,40.415004],[-82.929588,40.358123],[-82.744931,40.349603],[-82.750747,40.276996],[-82.761827,40.125855],[-83.169981,40.143087],[-83.17233,40.244257],[-83.248428,40.244466],[-83.248595,40.443989]]]},"properties":{"id":"39041","n":"Delaware","z":["43003","43011","43015","43016","43017","43021","43031","43032","43035","43040","43048","43061","43065","43066","43074","43082","43240","43334","43342","43344","43356"],"st":"OH"}},"39043":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.952224,41.458239],[-82.690567160665,41.496705795438],[-82.616952,41.428425],[-82.460599,41.386316],[-82.348019206891,41.427263308734],[-82.342314,41.283554],[-82.841475,41.290023],[-82.847804,41.430516],[-82.952224,41.458239]]]},"properties":{"id":"39043","n":"Erie","z":["43438","43464","44088","44089","44811","44814","44816","44824","44826","44839","44846","44847","44857","44870","44871","44889"],"st":"OH"}},"39045":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.824254,39.794996],[-82.782495,39.939662],[-82.462813,39.93038],[-82.472402,39.837223],[-82.396594,39.833057],[-82.374531,39.654959],[-82.490329,39.661704],[-82.496123,39.602849],[-82.617546,39.608605],[-82.620088,39.563987],[-82.731518,39.554445],[-82.842953,39.56148],[-82.824254,39.794996]]]},"properties":{"id":"39045","n":"Fairfield","z":["43046","43062","43068","43076","43102","43105","43107","43110","43112","43113","43130","43136","43147","43148","43150","43154","43155","43157"],"st":"OH"}},"39047":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.65333,39.716876],[-83.252435,39.695438],[-83.266737,39.516249],[-83.372714,39.377416],[-83.590878,39.378736],[-83.585523,39.545109],[-83.670196,39.550254],[-83.65333,39.716876]]]},"properties":{"id":"39047","n":"Fayette","z":["43106","43128","43142","43143","43145","43153","43160","45123","45135","45169","45335"],"st":"OH"}},"39049":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.206273,40.107733],[-83.169981,40.143087],[-82.761827,40.125855],[-82.782495,39.939662],[-82.824254,39.794996],[-83.243702,39.812503],[-83.255051,40.048614],[-83.206273,40.107733]]]},"properties":{"id":"39049","n":"Franklin","z":["43002","43004","43016","43017","43026","43054","43064","43065","43068","43069","43081","43085","43086","43109","43110","43119","43123","43125","43126","43137","43140","43146","43147","43195","43199","43201","43202","43203","43204","43205","43206","43207","43209","43210","43211","43212","43213","43214","43215","43216","43217","43218","43219","43220","43221","43222","43223","43224","43226","43227","43228","43229","43230","43231","43232","43234","43235","43236","43251","43260","43266","43268","43270","43271","43272","43279","43287","43291"],"st":"OH"}},"39051":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.399548785474,41.705921357406],[-84.360419041397,41.706955882634],[-83.880390465353,41.72019449032],[-83.882943,41.487543],[-84.341902,41.485519],[-84.399548785474,41.705921357406]]]},"properties":{"id":"39051","n":"Fulton","z":["43502","43515","43521","43532","43533","43540","43553","43557","43558","43567","43570"],"st":"OH"}},"39053":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.575583,38.844478],[-82.455179,38.844577],[-82.435309,39.035079],[-82.322874,39.027674],[-82.095465,39.002778],[-82.098866650554,38.960879284493],[-82.16157,38.824632],[-82.20929,38.802672],[-82.175167,38.608484],[-82.218967,38.591683],[-82.282133344028,38.579860796403],[-82.361674,38.585182],[-82.354468,38.67607],[-82.472478,38.682279],[-82.483579,38.772278],[-82.582683,38.779077],[-82.575583,38.844478]]]},"properties":{"id":"39053","n":"Gallia","z":["45614","45620","45623","45631","45643","45656","45658","45674","45678","45685","45686","45688"],"st":"OH"}},"39055":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.391005,41.569716],[-81.29588,41.56995],[-81.294669,41.640889],[-81.101422,41.641457],[-81.102258,41.714307],[-81.003631,41.715137],[-81.003125,41.501685],[-81.003319,41.34786],[-81.391694,41.348272],[-81.391005,41.569716]]]},"properties":{"id":"39055","n":"Geauga","z":["44021","44022","44023","44024","44026","44033","44046","44057","44060","44062","44064","44065","44072","44073","44080","44086","44099","44202","44231","44234","44491"],"st":"OH"}},"39057":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.053736,39.850458],[-83.647169,39.773029],[-83.65333,39.716876],[-83.670196,39.550254],[-83.977005,39.569169],[-84.114195,39.577983],[-84.092938,39.838345],[-84.053736,39.850458]]]},"properties":{"id":"39057","n":"Greene","z":["43153","45068","45169","45301","45305","45307","45314","45316","45324","45335","45368","45370","45384","45385","45387","45424","45430","45431","45432","45433","45434","45440","45458","45459"],"st":"OH"}},"39059":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.716276,40.152166],[-81.622683,40.221308],[-81.338057,40.214253],[-81.339565,40.171999],[-81.225924,40.170075],[-81.234053,39.95127],[-81.386006,39.950694],[-81.464108,39.89455],[-81.57859,39.897683],[-81.580313,39.839104],[-81.694146,39.842636],[-81.728611,39.931728],[-81.716276,40.152166]]]},"properties":{"id":"39059","n":"Guernsey","z":["43722","43723","43725","43732","43733","43736","43749","43750","43755","43762","43768","43772","43773","43778","43780","43832","43837","43973","43983","44699"],"st":"OH"}},"39061":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.818877469275,39.305143583559],[-84.630047,39.312056],[-84.353209,39.292287],[-84.259431,39.270796],[-84.321207226857,39.020586352689],[-84.462042,39.12176],[-84.506518737437,39.101766408188],[-84.62202768366,39.078327546654],[-84.750749,39.147358],[-84.820157,39.10548],[-84.818877469275,39.305143583559]]]},"properties":{"id":"39061","n":"Hamilton","z":["45001","45002","45013","45030","45033","45041","45051","45052","45111","45140","45147","45150","45174","45201","45202","45203","45204","45205","45206","45207","45208","45209","45211","45212","45213","45214","45215","45216","45217","45218","45219","45220","45221","45222","45223","45224","45225","45226","45227","45229","45230","45231","45232","45233","45234","45235","45236","45237","45238","45239","45240","45241","45242","45243","45244","45246","45247","45248","45249","45250","45251","45252","45253","45254","45255","45258","45262","45263","45267","45268","45269","45270","45271","45273","45274","45275","45277","45280","45296","45298","45299","45999"],"st":"OH"}},"39063":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.881149,41.167824],[-83.421054,41.16678],[-83.420319,40.991889],[-83.514728,40.905115],[-83.515883,40.818134],[-83.880063,40.819919],[-83.880423,40.920429],[-83.881149,41.167824]]]},"properties":{"id":"39063","n":"Hancock","z":["43316","43516","44802","44804","44817","44830","45810","45814","45816","45817","45839","45840","45841","45843","45856","45858","45867","45868","45872","45877","45881","45889","45890","45897"],"st":"OH"}},"39065":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.880063,40.819919],[-83.515883,40.818134],[-83.495298,40.701534],[-83.419836,40.686823],[-83.418378,40.505232],[-83.520227,40.504077],[-83.879932,40.538708],[-83.880194,40.64469],[-83.880063,40.819919]]]},"properties":{"id":"39065","n":"Hardin","z":["43310","43326","43331","43332","43340","43345","43347","45810","45812","45835","45836","45843","45850","45859","45896"],"st":"OH"}},"39067":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.338057,40.214253],[-81.334601,40.304316],[-81.275319,40.303434],[-81.269951,40.433486],[-80.941911,40.4247],[-80.865504,40.422929],[-80.882892,40.159495],[-81.225924,40.170075],[-81.339565,40.171999],[-81.338057,40.214253]]]},"properties":{"id":"39067","n":"Harrison","z":["43901","43907","43910","43950","43973","43974","43976","43977","43981","43983","43984","43986","43988","44621","44683","44693","44695","44699"],"st":"OH"}},"39069":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.341902,41.485519],[-83.882943,41.487543],[-83.883234,41.414503],[-83.881149,41.167824],[-84.228222,41.165862],[-84.228454,41.42781],[-84.341664,41.427568],[-84.341902,41.485519]]]},"properties":{"id":"39069","n":"Henry","z":["43502","43510","43511","43512","43516","43522","43523","43524","43527","43532","43534","43535","43545","43548","43550","43555","43557","43567","45856"],"st":"OH"}},"39071":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.865679,39.247333],[-83.784793,39.262888],[-83.590878,39.378736],[-83.372714,39.377416],[-83.393794,39.268048],[-83.353531,39.197585],[-83.385637,39.055197],[-83.673018,39.02043],[-83.872214,39.021304],[-83.865679,39.247333]]]},"properties":{"id":"39071","n":"Highland","z":["45118","45123","45132","45133","45135","45142","45154","45155","45159","45171","45172","45612","45660","45679","45697"],"st":"OH"}},"39073":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.740729,39.46835],[-82.731518,39.554445],[-82.620088,39.563987],[-82.617546,39.608605],[-82.496123,39.602849],[-82.490329,39.661704],[-82.374531,39.654959],[-82.37989,39.596738],[-82.159161,39.556574],[-82.167379,39.466307],[-82.28041,39.472906],[-82.289663,39.384195],[-82.514479,39.395767],[-82.51758,39.369468],[-82.748591,39.368165],[-82.740729,39.46835]]]},"properties":{"id":"39073","n":"Hocking","z":["43102","43107","43111","43127","43135","43138","43144","43149","43152","43155","43158","43766","45622","45654","45764"],"st":"OH"}},"39075":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.126199,40.668229],[-81.650045,40.668117],[-81.649199,40.635106],[-81.669654,40.443866],[-81.709132,40.444775],[-82.184607,40.45628],[-82.179069,40.573112],[-82.22011,40.568206],[-82.220665,40.66758],[-82.126199,40.668229]]]},"properties":{"id":"39075","n":"Holmes","z":["43006","43804","44610","44611","44624","44627","44628","44633","44637","44638","44654","44660","44661","44676","44681","44687","44689","44690","44842"],"st":"OH"}},"39077":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.841475,41.290023],[-82.342314,41.283554],[-82.336496,41.065761],[-82.436916,41.065379],[-82.432852,40.992944],[-82.724792,40.995638],[-82.829512,40.996624],[-82.840087,41.255337],[-82.841475,41.290023]]]},"properties":{"id":"39077","n":"Huron","z":["44807","44811","44826","44837","44846","44847","44850","44851","44855","44857","44865","44878","44888","44889","44890"],"st":"OH"}},"39079":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.785891,39.168769],[-82.762892,39.207967],[-82.536306,39.180757],[-82.424677,39.137972],[-82.435309,39.035079],[-82.455179,38.844577],[-82.575583,38.844478],[-82.650039,38.849073],[-82.76069,38.854875],[-82.753391,38.945373],[-82.80709,38.948073],[-82.785891,39.168769]]]},"properties":{"id":"39079","n":"Jackson","z":["45601","45613","45621","45634","45640","45656","45672","45685","45692"],"st":"OH"}},"39081":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.861994,40.599404],[-80.667957,40.582496],[-80.604895,40.446667],[-80.627362629937,40.395170933017],[-80.606596,40.303869],[-80.684173210708,40.187017973351],[-80.702575303623,40.15714139801],[-80.882892,40.159495],[-80.865504,40.422929],[-80.941911,40.4247],[-80.92092,40.556315],[-80.861994,40.599404]]]},"properties":{"id":"39081","n":"Jefferson","z":["43901","43903","43907","43908","43910","43913","43916","43917","43925","43926","43930","43932","43938","43939","43943","43944","43945","43948","43952","43953","43961","43963","43964","43970","43971"],"st":"OH"}},"39083":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.744931,40.349603],[-82.646503,40.345076],[-82.623609,40.549879],[-82.336962,40.555001],[-82.22011,40.568206],[-82.179069,40.573112],[-82.184607,40.45628],[-82.195911,40.239071],[-82.477273,40.24581],[-82.476114,40.264703],[-82.750747,40.276996],[-82.744931,40.349603]]]},"properties":{"id":"39083","n":"Knox","z":["43005","43006","43011","43014","43019","43022","43028","43037","43050","43080","43822","43843","44628","44813","44822"],"st":"OH"}},"39085":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.488682733409,41.634463927821],[-81.286925,41.760243],[-81.002269406517,41.849172466438],[-81.003631,41.715137],[-81.102258,41.714307],[-81.101422,41.641457],[-81.294669,41.640889],[-81.29588,41.56995],[-81.391005,41.569716],[-81.487842,41.570051],[-81.488682733409,41.634463927821]]]},"properties":{"id":"39085","n":"Lake","z":["44024","44041","44045","44057","44060","44061","44077","44081","44086","44092","44094","44095","44097"],"st":"OH"}},"39087":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.81154238465,38.572369589562],[-82.740383,38.597167],[-82.763895,38.679974],[-82.706823,38.677495],[-82.650039,38.849073],[-82.575583,38.844478],[-82.582683,38.779077],[-82.483579,38.772278],[-82.472478,38.682279],[-82.354468,38.67607],[-82.361674,38.585182],[-82.282133344028,38.579860796403],[-82.323999,38.449268],[-82.508966949731,38.414643912652],[-82.593673,38.421809],[-82.664116907516,38.507715590257],[-82.81154238465,38.572369589562]]]},"properties":{"id":"39087","n":"Lawrence","z":["45619","45623","45638","45645","45656","45659","45669","45675","45678","45680","45682","45688","45696"],"st":"OH"}},"39089":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.761827,40.125855],[-82.750747,40.276996],[-82.476114,40.264703],[-82.477273,40.24581],[-82.195911,40.239071],[-82.187105,40.16688],[-82.198728,39.950196],[-82.233974,39.91326],[-82.462813,39.93038],[-82.782495,39.939662],[-82.761827,40.125855]]]},"properties":{"id":"39089","n":"Licking","z":["43001","43008","43011","43013","43018","43023","43025","43027","43030","43031","43033","43046","43055","43056","43058","43062","43068","43071","43073","43074","43076","43080","43093","43147","43721","43739","43740","43746","43760","43822","43830"],"st":"OH"}},"39091":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.002372,40.483115],[-83.993699,40.535201],[-83.879932,40.538708],[-83.520227,40.504077],[-83.551338,40.22937],[-84.014763,40.273459],[-84.002372,40.483115]]]},"properties":{"id":"39091","n":"Logan","z":["43060","43310","43311","43318","43319","43324","43331","43333","43336","43343","43345","43347","43348","43357","43358","43360","45334","45895"],"st":"OH"}},"39093":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.348019206891,41.427263308734],[-81.994565,41.51444],[-81.960324970004,41.500553292598],[-81.971262,41.351268],[-81.87696,41.350685],[-81.878053,41.275044],[-81.972485,41.274829],[-81.973895,41.199831],[-82.072465,41.19985],[-82.074266,41.136456],[-82.169875,41.137097],[-82.171492,41.063537],[-82.336496,41.065761],[-82.342314,41.283554],[-82.348019206891,41.427263308734]]]},"properties":{"id":"39093","n":"Lorain","z":["44001","44011","44012","44028","44035","44036","44039","44044","44049","44050","44052","44053","44054","44055","44074","44089","44090","44253","44256","44275","44280","44851","44859","44880","44889"],"st":"OH"}},"39095":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.882943,41.487543],[-83.880390465353,41.72019449032],[-83.763149851365,41.723546801786],[-83.453832,41.732647],[-83.326825,41.701562],[-83.163821417523,41.624130312974],[-83.415919,41.618938],[-83.565729,41.617463],[-83.747217,41.466216],[-83.883234,41.414503],[-83.882943,41.487543]]]},"properties":{"id":"39095","n":"Lucas","z":["43412","43434","43445","43504","43522","43528","43532","43537","43542","43547","43558","43560","43566","43571","43601","43603","43604","43605","43606","43607","43608","43609","43610","43611","43612","43613","43614","43615","43616","43617","43620","43623","43635","43652","43654","43656","43657","43659","43660","43661","43666","43667","43681","43682","43697","43699"],"st":"OH"}},"39097":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.647169,39.773029],[-83.588041,39.768778],[-83.516155,40.010188],[-83.503714,40.111468],[-83.206273,40.107733],[-83.255051,40.048614],[-83.243702,39.812503],[-83.252435,39.695438],[-83.65333,39.716876],[-83.647169,39.773029]]]},"properties":{"id":"39097","n":"Madison","z":["43026","43029","43044","43064","43119","43140","43143","43146","43151","43153","43162","45369"],"st":"OH"}},"39099":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.086312,40.988031],[-81.001695,40.987783],[-81.00229,41.134189],[-80.519196690325,41.133386502549],[-80.519222086081,41.125093566796],[-80.519869707686,40.900323934249],[-80.821923,40.900935],[-80.895813,40.930187],[-81.086679,40.901609],[-81.086312,40.988031]]]},"properties":{"id":"39099","n":"Mahoning","z":["44401","44405","44406","44408","44412","44416","44422","44425","44429","44436","44437","44440","44442","44443","44444","44449","44451","44452","44454","44460","44471","44481","44490","44501","44502","44503","44504","44505","44506","44507","44509","44510","44511","44512","44513","44514","44515","44555","44601","44609","44672"],"st":"OH"}},"39101":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.419836,40.686823],[-83.11136,40.702915],[-82.858302,40.705019],[-82.859753,40.646395],[-82.957715,40.635653],[-82.958401,40.490664],[-83.020798,40.433795],[-83.248595,40.443989],[-83.248298,40.500997],[-83.418378,40.505232],[-83.419836,40.686823]]]},"properties":{"id":"39101","n":"Marion","z":["43301","43302","43314","43315","43322","43332","43335","43337","43341","43342","43344","43356","44833","44849"],"st":"OH"}},"39103":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.171492,41.063537],[-82.169875,41.137097],[-82.074266,41.136456],[-82.072465,41.19985],[-81.973895,41.199831],[-81.972485,41.274829],[-81.878053,41.275044],[-81.68495,41.277146],[-81.688491,40.98859],[-82.129334,40.991807],[-82.171492,41.063537]]]},"properties":{"id":"39103","n":"Medina","z":["44136","44203","44212","44214","44215","44217","44230","44233","44235","44251","44253","44254","44256","44258","44270","44273","44274","44275","44280","44281","44282","44287","44321","44333","44880"],"st":"OH"}},"39105":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.268583,39.20376],[-81.75229703674,39.181034747406],[-81.750266843426,39.1040311931],[-81.807855,39.083978],[-81.775734,38.980737],[-81.89847,38.929603],[-82.007062,39.029578],[-82.098866650554,38.960879284493],[-82.095465,39.002778],[-82.322874,39.027674],[-82.306669,39.205494],[-82.268583,39.20376]]]},"properties":{"id":"39105","n":"Meigs","z":["45620","45686","45710","45720","45723","45741","45743","45760","45769","45770","45771","45772","45775","45776","45779","45783"],"st":"OH"}},"39107":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.802413878579,40.572212880647],[-84.802119032264,40.728145936873],[-84.456172,40.728306],[-84.45618,40.684862],[-84.455532,40.363963],[-84.434387,40.354534],[-84.434631,40.354259],[-84.804120527015,40.352762230297],[-84.802413878579,40.572212880647]]]},"properties":{"id":"39107","n":"Mercer","z":["45310","45822","45826","45828","45846","45860","45862","45866","45869","45882","45883","45885","45887","45898"],"st":"OH"}},"39109":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.432575,40.197037],[-84.022919,40.183945],[-84.036069,40.040182],[-84.051039,39.879807],[-84.157671,39.92297],[-84.425902,39.919622],[-84.432575,40.197037]]]},"properties":{"id":"39109","n":"Miami","z":["45304","45308","45312","45317","45318","45322","45326","45337","45339","45344","45356","45359","45361","45371","45373","45374","45383","45424"],"st":"OH"}},"39111":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.237316,39.867828],[-80.823438104786,39.850032087396],[-80.869933,39.763555],[-80.835521693007,39.7192518022],[-80.943782,39.606926],[-81.037365041987,39.538055712473],[-81.036791,39.572118],[-81.283075,39.605796],[-81.319125,39.70736],[-81.313591,39.869471],[-81.237316,39.867828]]]},"properties":{"id":"39111","n":"Monroe","z":["43716","43747","43752","43754","43757","43773","43786","43788","43793","43914","43915","43931","43942","43946","45734","45745","45767","45789"],"st":"OH"}},"39113":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.485367,39.918491],[-84.425902,39.919622],[-84.157671,39.92297],[-84.051039,39.879807],[-84.053736,39.850458],[-84.092938,39.838345],[-84.114195,39.577983],[-84.365232,39.589493],[-84.479213,39.591024],[-84.485367,39.918491]]]},"properties":{"id":"39113","n":"Montgomery","z":{"0":"45005","1":"45066","2":"45309","3":"45315","4":"45322","5":"45325","6":"45327","7":"45342","8":"45343","9":"45344","10":"45345","11":"45354","12":"45371","13":"45377","14":"45381","15":"45401","16":"45402","17":"45403","18":"45404","19":"45405","20":"45406","21":"45409","22":"45410","23":"45412","24":"45413","25":"45414","26":"45415","27":"45416","28":"45417","29":"45419","30":"45420","31":"45422","32":"45423","33":"45424","34":"45426","35":"45428","36":"45429","37":"45431","38":"45432","39":"45433","40":"45435","41":"45437","42":"45439","43":"45440","44":"45448","45":"45449","46":"45458","47":"45459","48":"45469","49":"45470","50":"45475","51":"45479","52":"45481","53":"45482","54":"45490","80":"45418"},"st":"OH"}},"39115":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.076639,39.77096],[-81.697442,39.755572],[-81.639886,39.75342],[-81.6432,39.665681],[-81.588185,39.586973],[-81.712706,39.585107],[-81.708527,39.480775],[-81.823158,39.494072],[-81.844863,39.450216],[-82.055779,39.460053],[-82.047528,39.550825],[-82.024219,39.724686],[-82.076639,39.77096]]]},"properties":{"id":"39115","n":"Morgan","z":["43724","43728","43731","43756","43758","43787","45711","45715","45732","45786"],"st":"OH"}},"39117":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.858302,40.705019],[-82.727164,40.711203],[-82.627191,40.709416],[-82.623609,40.549879],[-82.646503,40.345076],[-82.744931,40.349603],[-82.929588,40.358123],[-82.924781,40.415004],[-83.020798,40.433795],[-82.958401,40.490664],[-82.957715,40.635653],[-82.859753,40.646395],[-82.858302,40.705019]]]},"properties":{"id":"39117","n":"Morrow","z":["43003","43011","43019","43050","43314","43315","43317","43320","43321","43334","43338","43350","43356","44813","44833","44903","44904"],"st":"OH"}},"39119":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.187105,40.16688],[-81.716276,40.152166],[-81.728611,39.931728],[-81.694146,39.842636],[-81.697442,39.755572],[-82.076639,39.77096],[-82.170047,39.82075],[-82.162385,39.909371],[-82.233974,39.91326],[-82.198728,39.950196],[-82.187105,40.16688]]]},"properties":{"id":"39119","n":"Muskingum","z":["43701","43702","43720","43727","43732","43734","43735","43738","43740","43746","43760","43762","43767","43771","43777","43791","43802","43812","43821","43822","43830","43842"],"st":"OH"}},"39121":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.694146,39.842636],[-81.580313,39.839104],[-81.57859,39.897683],[-81.464108,39.89455],[-81.386006,39.950694],[-81.234053,39.95127],[-81.237316,39.867828],[-81.313591,39.869471],[-81.319125,39.70736],[-81.283075,39.605796],[-81.394934,39.601547],[-81.47316,39.645976],[-81.473471,39.583318],[-81.588185,39.586973],[-81.6432,39.665681],[-81.639886,39.75342],[-81.697442,39.755572],[-81.694146,39.842636]]]},"properties":{"id":"39121","n":"Noble","z":["43711","43717","43724","43732","43772","43773","43778","43779","43780","43788","45715","45727","45744","45745","45746"],"st":"OH"}},"39123":{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-82.863342,41.693693],[-82.782719,41.694003],[-82.842099,41.628323],[-82.863342,41.693693]]],[[[-83.415919,41.618938],[-83.163821417523,41.624130312974],[-82.934369,41.514353],[-82.834101,41.587587],[-82.690567160665,41.496705795438],[-82.952224,41.458239],[-83.338196,41.457508],[-83.414626,41.500228],[-83.415919,41.618938]]]]},"properties":{"id":"39123","n":"Ottawa","z":["43408","43412","43416","43430","43432","43433","43436","43439","43440","43445","43446","43447","43449","43452","43456","43458","43468","43469"],"st":"OH"}},"39125":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.803644982256,41.252561683548],[-84.457217,41.253485],[-84.457059,41.209434],[-84.341601,41.20903],[-84.341602,41.165524],[-84.341911,40.990692],[-84.399486,40.990315],[-84.802859621951,40.989374052009],[-84.803644982256,41.252561683548]]]},"properties":{"id":"39125","n":"Paulding","z":["43512","43526","45813","45821","45827","45832","45849","45851","45855","45861","45873","45879","45880","45886"],"st":"OH"}},"39127":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.462813,39.93038],[-82.233974,39.91326],[-82.162385,39.909371],[-82.170047,39.82075],[-82.076639,39.77096],[-82.024219,39.724686],[-82.047528,39.550825],[-82.159161,39.556574],[-82.37989,39.596738],[-82.374531,39.654959],[-82.396594,39.833057],[-82.472402,39.837223],[-82.462813,39.93038]]]},"properties":{"id":"39127","n":"Perry","z":["43076","43107","43138","43148","43150","43730","43731","43739","43748","43760","43761","43764","43766","43777","43782","43783","45732"],"st":"OH"}},"39129":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.252435,39.695438],[-83.243702,39.812503],[-82.824254,39.794996],[-82.842953,39.56148],[-82.731518,39.554445],[-82.740729,39.46835],[-82.998204,39.480061],[-82.98456,39.506754],[-83.266737,39.516249],[-83.252435,39.695438]]]},"properties":{"id":"39129","n":"Pickaway","z":["43102","43103","43110","43113","43115","43116","43117","43125","43135","43137","43143","43145","43146","43154","43156","43164","43194","45644"],"st":"OH"}},"39131":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.353531,39.197585],[-82.785891,39.168769],[-82.80709,38.948073],[-83.212107,38.960148],[-83.270817,39.015791],[-83.385637,39.055197],[-83.353531,39.197585]]]},"properties":{"id":"39131","n":"Pike","z":["45133","45601","45612","45613","45624","45642","45646","45648","45660","45661","45671","45683","45690"],"st":"OH"}},"39133":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.391694,41.348272],[-81.003319,41.34786],[-81.00229,41.134189],[-81.001695,40.987783],[-81.086312,40.988031],[-81.393249,40.988531],[-81.391694,41.348272]]]},"properties":{"id":"39133","n":"Portage","z":["44201","44202","44211","44224","44231","44234","44236","44240","44241","44242","44243","44255","44260","44265","44266","44272","44278","44285","44288","44312","44411","44412","44429","44444","44449","44491","44632"],"st":"OH"}},"39135":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.814129,39.726556],[-84.81141710638,39.91691362958],[-84.485367,39.918491],[-84.479213,39.591024],[-84.478927,39.56879],[-84.815705943255,39.567721664027],[-84.814129,39.726556]]]},"properties":{"id":"39135","n":"Preble","z":["45003","45042","45064","45070","45304","45309","45311","45320","45321","45327","45330","45338","45347","45378","45381","45382"],"st":"OH"}},"39137":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.399486,40.990315],[-84.341911,40.990692],[-84.341602,41.165524],[-84.228222,41.165862],[-83.881149,41.167824],[-83.880423,40.920429],[-84.109516,40.90473],[-84.109586,40.860994],[-84.340531,40.859099],[-84.398407,40.903265],[-84.399486,40.990315]]]},"properties":{"id":"39137","n":"Putnam","z":["43548","45815","45817","45827","45830","45831","45833","45837","45844","45848","45849","45853","45856","45864","45875","45876","45877","45893"],"st":"OH"}},"39139":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.724792,40.995638],[-82.432852,40.992944],[-82.420752,40.82333],[-82.339211,40.726683],[-82.336962,40.555001],[-82.623609,40.549879],[-82.627191,40.709416],[-82.727164,40.711203],[-82.724792,40.995638]]]},"properties":{"id":"39139","n":"Richland","z":["43019","43349","44096","44805","44813","44822","44827","44833","44837","44843","44862","44864","44865","44875","44878","44901","44902","44903","44904","44905","44906","44907"],"st":"OH"}},"39141":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.372714,39.377416],[-83.266737,39.516249],[-82.98456,39.506754],[-82.998204,39.480061],[-82.740729,39.46835],[-82.748591,39.368165],[-82.762892,39.207967],[-82.785891,39.168769],[-83.353531,39.197585],[-83.393794,39.268048],[-83.372714,39.377416]]]},"properties":{"id":"39141","n":"Ross","z":["43101","43115","43135","43160","43164","45123","45601","45612","45617","45628","45633","45644","45647","45673","45681","45690"],"st":"OH"}},"39143":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.414626,41.500228],[-83.338196,41.457508],[-82.952224,41.458239],[-82.847804,41.430516],[-82.841475,41.290023],[-82.840087,41.255337],[-83.419843,41.254003],[-83.414626,41.500228]]]},"properties":{"id":"39143","n":"Sandusky","z":["43406","43407","43410","43416","43420","43430","43431","43435","43442","43449","43457","43464","43469","44811","44824","44836","44841"],"st":"OH"}},"39145":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.270817,39.015791],[-83.212107,38.960148],[-82.80709,38.948073],[-82.753391,38.945373],[-82.76069,38.854875],[-82.650039,38.849073],[-82.706823,38.677495],[-82.763895,38.679974],[-82.740383,38.597167],[-82.81154238465,38.572369589562],[-82.851314,38.604334],[-82.889193,38.756076],[-83.030334931231,38.716867676656],[-83.172647,38.620252],[-83.264298901959,38.613112496888],[-83.270817,39.015791]]]},"properties":{"id":"39145","n":"Scioto","z":["45613","45616","45629","45630","45636","45638","45648","45652","45653","45657","45660","45661","45662","45663","45671","45677","45682","45684","45687","45694","45699"],"st":"OH"}},"39147":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.421054,41.16678],[-83.419843,41.254003],[-82.840087,41.255337],[-82.829512,40.996624],[-83.112737,40.993447],[-83.420319,40.991889],[-83.421054,41.16678]]]},"properties":{"id":"39147","n":"Seneca","z":["43316","43410","43457","44802","44807","44809","44811","44815","44818","44828","44830","44836","44841","44844","44845","44853","44861","44867","44882","44883"],"st":"OH"}},"39149":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.434387,40.354534],[-84.3386,40.379199],[-84.339137,40.481076],[-84.002372,40.483115],[-84.014763,40.273459],[-84.022919,40.183945],[-84.432575,40.197037],[-84.434631,40.354259],[-84.434387,40.354534]]]},"properties":{"id":"39149","n":"Shelby","z":["45302","45306","45317","45333","45334","45336","45340","45353","45356","45360","45363","45365","45367","45845","45865","45869","45871"],"st":"OH"}},"39151":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.650045,40.668117],[-81.647735,40.914016],[-81.420418,40.906504],[-81.393249,40.988531],[-81.086312,40.988031],[-81.086679,40.901609],[-81.087289,40.727816],[-81.237227,40.723542],[-81.24125,40.650534],[-81.317739,40.651579],[-81.459019,40.66692],[-81.649199,40.635106],[-81.650045,40.668117]]]},"properties":{"id":"39151","n":"Stark","z":["44201","44216","44232","44260","44601","44608","44612","44613","44614","44618","44626","44630","44632","44634","44640","44641","44643","44646","44647","44648","44650","44652","44657","44662","44666","44669","44670","44685","44688","44689","44701","44702","44703","44704","44705","44706","44707","44708","44709","44710","44711","44714","44718","44720","44721","44730","44735","44750","44767","44799"],"st":"OH"}},"39153":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.68495,41.277146],[-81.565139,41.277758],[-81.598052,41.351157],[-81.391694,41.348272],[-81.393249,40.988531],[-81.420418,40.906504],[-81.647735,40.914016],[-81.688491,40.98859],[-81.68495,41.277146]]]},"properties":{"id":"39153","n":"Summit","z":["44056","44067","44087","44141","44202","44203","44210","44216","44221","44222","44223","44224","44236","44237","44240","44250","44256","44260","44262","44264","44278","44281","44286","44301","44302","44303","44304","44305","44306","44307","44308","44309","44310","44311","44312","44313","44314","44315","44316","44317","44319","44320","44321","44325","44326","44328","44333","44334","44372","44396","44398","44614","44685","44720"],"st":"OH"}},"39155":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.003319,41.34786],[-81.003125,41.501685],[-80.519176750353,41.499924051206],[-80.519165169896,41.489012190155],[-80.519196690325,41.133386502549],[-81.00229,41.134189],[-81.003319,41.34786]]]},"properties":{"id":"39155","n":"Trumbull","z":["44062","44076","44402","44403","44404","44410","44417","44418","44420","44424","44425","44428","44430","44437","44438","44439","44440","44444","44446","44450","44453","44470","44473","44481","44482","44483","44484","44485","44486","44491","44504","44505"],"st":"OH"}},"39157":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.709132,40.444775],[-81.669654,40.443866],[-81.649199,40.635106],[-81.459019,40.66692],[-81.317739,40.651579],[-81.321659,40.566648],[-81.264744,40.565042],[-81.269951,40.433486],[-81.275319,40.303434],[-81.334601,40.304316],[-81.338057,40.214253],[-81.622683,40.221308],[-81.61603,40.368118],[-81.712288,40.370804],[-81.709132,40.444775]]]},"properties":{"id":"39157","n":"Tuscarawas","z":["43749","43804","43824","43832","43837","43840","44608","44612","44617","44621","44622","44624","44626","44629","44643","44653","44656","44663","44671","44675","44678","44679","44680","44681","44682","44683","44697","44699"],"st":"OH"}},"39159":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.520227,40.504077],[-83.418378,40.505232],[-83.248298,40.500997],[-83.248595,40.443989],[-83.248428,40.244466],[-83.17233,40.244257],[-83.169981,40.143087],[-83.206273,40.107733],[-83.503714,40.111468],[-83.494498,40.225467],[-83.551338,40.22937],[-83.520227,40.504077]]]},"properties":{"id":"39159","n":"Union","z":["43007","43015","43016","43017","43029","43036","43040","43041","43045","43060","43061","43064","43067","43077","43084","43302","43319","43340","43342","43344","43358"],"st":"OH"}},"39161":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.802859621951,40.989374052009],[-84.399486,40.990315],[-84.398407,40.903265],[-84.340531,40.859099],[-84.397374,40.815941],[-84.396778,40.684926],[-84.45618,40.684862],[-84.456172,40.728306],[-84.802119032264,40.728145936873],[-84.802670206153,40.922568713921],[-84.802859621951,40.989374052009]]]},"properties":{"id":"39161","n":"Van Wert","z":["45832","45833","45838","45844","45849","45863","45874","45882","45886","45887","45891","45894","45898","45899"],"st":"OH"}},"39163":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.748591,39.368165],[-82.51758,39.369468],[-82.514479,39.395767],[-82.289663,39.384195],[-82.268583,39.20376],[-82.306669,39.205494],[-82.322874,39.027674],[-82.435309,39.035079],[-82.424677,39.137972],[-82.536306,39.180757],[-82.762892,39.207967],[-82.748591,39.368165]]]},"properties":{"id":"39163","n":"Vinton","z":["43135","43138","43152","45622","45634","45647","45651","45654","45672","45686","45695","45698","45710","45766"],"st":"OH"}},"39165":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.365232,39.589493],[-84.114195,39.577983],[-83.977005,39.569169],[-84.006782,39.255068],[-84.259431,39.270796],[-84.353209,39.292287],[-84.332089,39.548803],[-84.365232,39.589493]]]},"properties":{"id":"39165","n":"Warren","z":["45005","45032","45034","45036","45039","45040","45042","45044","45050","45054","45065","45066","45068","45107","45113","45122","45140","45152","45162","45241","45249","45342","45458"],"st":"OH"}},"39167":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.844863,39.450216],[-81.823158,39.494072],[-81.708527,39.480775],[-81.712706,39.585107],[-81.588185,39.586973],[-81.473471,39.583318],[-81.47316,39.645976],[-81.394934,39.601547],[-81.283075,39.605796],[-81.036791,39.572118],[-81.037365041987,39.538055712473],[-81.121273856108,39.457697413889],[-81.370389808826,39.348700672403],[-81.456143,39.409274],[-81.559647,39.330774],[-81.565247,39.276175],[-81.678331,39.273755],[-81.721468139173,39.210960809204],[-81.721808,39.269597],[-81.853668,39.318165],[-81.844863,39.450216]]]},"properties":{"id":"39167","n":"Washington","z":["43787","45711","45712","45713","45714","45715","45721","45723","45724","45729","45742","45744","45745","45746","45750","45767","45768","45773","45784","45786","45787","45788","45789"],"st":"OH"}},"39169":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.129334,40.991807],[-81.688491,40.98859],[-81.647735,40.914016],[-81.650045,40.668117],[-82.126199,40.668229],[-82.129334,40.991807]]]},"properties":{"id":"39169","n":"Wayne","z":["44214","44217","44230","44270","44273","44276","44287","44606","44611","44618","44624","44627","44636","44638","44645","44659","44662","44666","44667","44676","44677","44691","44840"],"st":"OH"}},"39171":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.806082,41.696089],[-84.399548785474,41.705921357406],[-84.341902,41.485519],[-84.341664,41.427568],[-84.804253257612,41.42604971155],[-84.80495815624,41.530137813388],[-84.806082,41.696089]]]},"properties":{"id":"39171","n":"Williams","z":["43501","43502","43505","43506","43517","43518","43520","43521","43531","43543","43554","43557","43570"],"st":"OH"}},"39173":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.883234,41.414503],[-83.747217,41.466216],[-83.565729,41.617463],[-83.415919,41.618938],[-83.414626,41.500228],[-83.419843,41.254003],[-83.421054,41.16678],[-83.881149,41.167824],[-83.883234,41.414503]]]},"properties":{"id":"39173","n":"Wood","z":["43402","43403","43406","43413","43414","43430","43437","43441","43443","43447","43450","43451","43457","43460","43462","43463","43465","43466","43467","43511","43516","43522","43525","43529","43541","43551","43552","43565","43569","43605","43619","44817","44830","45872"],"st":"OH"}},"39175":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.420319,40.991889],[-83.112737,40.993447],[-83.11136,40.702915],[-83.419836,40.686823],[-83.495298,40.701534],[-83.515883,40.818134],[-83.514728,40.905115],[-83.420319,40.991889]]]},"properties":{"id":"39175","n":"Wyandot","z":["43316","43323","43330","43332","43337","43351","43359","44844","44849","44860","44882","45843","45867"],"st":"OH"}},"40001":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.797279,36.16139],[-94.562267928553,36.161972614626],[-94.551906282606,36.102225605669],[-94.493040072427,35.759166474327],[-94.473119390647,35.638547152529],[-94.807297,35.638604],[-94.797279,36.16139]]]},"properties":{"id":"40001","n":"Adair","z":["74338","74347","74457","74931","74948","74960","74964","74965"],"st":"OK"}},"40003":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.544661973349,36.998524240401],[-98.347148779745,36.99796920865],[-98.111985183746,36.998247994635],[-98.104286,36.593578],[-98.104427,36.463105],[-98.533617,36.46323],[-98.544661973349,36.998524240401]]]},"properties":{"id":"40003","n":"Alfalfa","z":["73716","73717","73719","73722","73726","73728","73739","73741","73749","73758"],"st":"OK"}},"40005":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.40733,34.418391],[-96.145096,34.418677],[-96.145342,34.506102],[-96.091873,34.506155],[-96.092043,34.680556],[-95.882103,34.680475],[-95.881987,34.593528],[-95.671976,34.593852],[-95.6717,34.506799],[-95.779425,34.506556],[-95.779376,34.156699],[-95.991578,34.156805],[-96.40764,34.157317],[-96.40733,34.418391]]]},"properties":{"id":"40005","n":"Atoka","z":["73432","73461","73561","74525","74533","74540","74553","74555","74560","74569","74576","74727","74729","74748"],"st":"OK"}},"40007":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.94546679308,36.998246828729],[-100.63332498616,37.000173609053],[-100.0894817439,37.001479469463],[-100.00257151432,37.001619153912],[-100.00316,36.59325],[-100.00376199337,36.499701848738],[-100.5461451261,36.499505139304],[-100.95415215769,36.499529496626],[-100.94546679308,36.998246828729]]]},"properties":{"id":"40007","n":"Beaver","z":["73844","73848","73931","73932","73938","73950"],"st":"OK"}},"40009":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.00038884414,35.422363988309],[-99.57582,35.421655],[-99.575598,35.508861],[-99.364141,35.508793],[-99.364217,35.465328],[-99.360226,35.116738],[-99.409291,35.114509],[-99.782727,35.11678],[-99.782949,35.030111],[-99.888571,35.030262],[-100.00038402077,35.030385],[-100.000385,35.182702],[-100.00038884414,35.422363988309]]]},"properties":{"id":"40009","n":"Beckham","z":["73627","73644","73645","73648","73662","73668","73673"],"st":"OK"}},"40011":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.636899,36.164894],[-98.210544,36.16489],[-98.207104,35.72514],[-98.31337,35.725204],[-98.313251,35.551523],[-98.623149,35.551597],[-98.631985,35.812402],[-98.636899,36.164894]]]},"properties":{"id":"40011","n":"Blaine","z":["73040","73043","73048","73646","73669","73724","73744","73755","73763","73764","73770","73772"],"st":"OK"}},"40013":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.585355,34.114459],[-96.453839,34.114406],[-96.40764,34.157317],[-95.991578,34.156805],[-95.93815,34.1251],[-95.918871,33.925057],[-95.789639317752,33.872437384672],[-95.844878534071,33.860421904719],[-95.935325,33.875099],[-96.15163,33.831946],[-96.229023,33.748021],[-96.277269,33.769735],[-96.379660825952,33.715530908566],[-96.436455,33.78005],[-96.592926,33.830916],[-96.594674307377,33.883018657398],[-96.57701,33.964406],[-96.624803,34.009724],[-96.548028,34.063302],[-96.585355,34.114459]]]},"properties":{"id":"40013","n":"Bryan","z":["73449","74701","74702","74720","74721","74723","74726","74727","74729","74730","74731","74733","74741","74747","74748","74753"],"st":"OK"}},"40015":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.623149,35.551597],[-98.313251,35.551523],[-98.306326,35.377239],[-98.096014,35.377753],[-98.092645,34.854919],[-98.619816,34.854953],[-98.621054,35.097352],[-98.623336,35.464225],[-98.623149,35.551597]]]},"properties":{"id":"40015","n":"Caddo","z":["73005","73006","73009","73015","73017","73021","73029","73033","73038","73042","73047","73048","73053","73059","73079","73092"],"st":"OK"}},"40017":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.207104,35.72514],[-97.674026,35.72597],[-97.671369,35.377151],[-97.671529,35.337508],[-97.671595,35.335934],[-97.955124,35.346048],[-98.096014,35.377753],[-98.306326,35.377239],[-98.313251,35.551523],[-98.31337,35.725204],[-98.207104,35.72514]]]},"properties":{"id":"40017","n":"Canadian","z":["73014","73022","73036","73040","73047","73059","73064","73078","73085","73090","73099","73127","73128","73140","73179","73762"],"st":"OK"}},"40019":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.562323,34.507036],[-97.35211,34.506788],[-97.352158,34.376227],[-97.036488,34.375415],[-96.933457,34.332661],[-96.933671,34.172553],[-96.969627,34.07102],[-97.560764,34.071089],[-97.562575,34.289182],[-97.562323,34.507036]]]},"properties":{"id":"40019","n":"Carter","z":["73401","73402","73403","73425","73435","73436","73437","73438","73443","73444","73456","73458","73463","73481","73487","73488"],"st":"OK"}},"40021":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.207946,36.074708],[-95.118377,36.074544],[-95.1185,36.16163],[-95.011303,36.161815],[-94.797279,36.16139],[-94.807297,35.638604],[-95.127464,35.638894],[-95.127163,35.812755],[-95.265679,35.813266],[-95.231459,35.851195],[-95.278701,35.964102],[-95.207946,36.074708]]]},"properties":{"id":"40021","n":"Cherokee","z":["74347","74352","74364","74427","74434","74441","74444","74451","74452","74457","74464","74465","74471","74931","74960","74962"],"st":"OK"}},"40023":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.991578,34.156805],[-95.779376,34.156699],[-95.156521,34.156965],[-95.155907617108,33.93848238857],[-95.226393,33.961954],[-95.310449795449,33.873843038185],[-95.525322,33.885487],[-95.556915,33.92702],[-95.789639317752,33.872437384672],[-95.918871,33.925057],[-95.93815,34.1251],[-95.991578,34.156805]]]},"properties":{"id":"40023","n":"Choctaw","z":["74523","74727","74735","74738","74743","74756","74759","74760","74761","74764"],"st":"OK"}},"40025":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-103.002199,37.000104],[-102.04224,36.993083],[-102.02820419104,36.993145147108],[-102.03233901896,36.50006567301],[-102.162463,36.500326],[-103.002434,36.500397],[-103.002199,37.000104]]]},"properties":{"id":"40025","n":"Cimarron","z":["73933","73937","73946","73947","73949"],"st":"OK"}},"40027":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.671369,35.377151],[-97.142114,35.37686],[-97.142349,34.928176],[-97.333833,34.958948],[-97.354192,35.076656],[-97.54146,35.214165],[-97.556987,35.28844],[-97.671529,35.337508],[-97.671369,35.377151]]]},"properties":{"id":"40027","n":"Cleveland","z":["73019","73020","73026","73051","73068","73069","73070","73071","73072","73135","73139","73149","73150","73159","73160","73165","73169","73170","73173","74851","74852","74857","74878"],"st":"OK"}},"40029":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.513865,34.505389],[-96.512171,34.680065],[-96.406357,34.680023],[-96.406483,34.76759],[-96.092001,34.767479],[-96.092043,34.680556],[-96.091873,34.506155],[-96.145342,34.506102],[-96.145096,34.418677],[-96.40733,34.418391],[-96.513786,34.419569],[-96.513865,34.505389]]]},"properties":{"id":"40029","n":"Coal","z":["74530","74534","74535","74538","74556","74572","74825","74871"],"st":"OK"}},"40031":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.826008,34.594413],[-98.826041,34.855122],[-98.619816,34.854953],[-98.092645,34.854919],[-98.089098,34.681119],[-98.141799,34.681158],[-98.142148,34.506994],[-98.24412,34.507121],[-98.295928,34.449043],[-98.661956,34.405948],[-98.661982,34.50746],[-98.82607,34.50737],[-98.826008,34.594413]]]},"properties":{"id":"40031","n":"Comanche","z":["73006","73017","73055","73082","73501","73502","73503","73505","73506","73507","73527","73528","73538","73540","73541","73543","73552","73557","73558","73559","73564","73567","73572"],"st":"OK"}},"40033":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.661956,34.405948],[-98.295928,34.449043],[-98.24412,34.507121],[-98.142148,34.506994],[-98.139226,34.289775],[-98.138486025746,34.141206019711],[-98.16912,34.114171],[-98.364023,34.157109],[-98.423533,34.081949476006],[-98.475066,34.064269],[-98.610351781645,34.156209939497],[-98.60966,34.33372],[-98.661956,34.405948]]]},"properties":{"id":"40033","n":"Cotton","z":["73528","73531","73533","73540","73543","73548","73562","73568","73572"],"st":"OK"}},"40035":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.407620005877,36.999341736639],[-95.07350396663,36.999488134679],[-95.007620004472,36.999522559126],[-94.999403,36.670631],[-95.00573,36.50989],[-95.32817,36.51024],[-95.32837,36.59763],[-95.43157,36.59754],[-95.431731,36.942776],[-95.407620005877,36.999341736639]]]},"properties":{"id":"40035","n":"Craig","z":["74016","74072","74301","74331","74332","74333","74349","74354","74369"],"st":"OK"}},"40037":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.621441,36.159929],[-96.297888,36.162279],[-96.297786,36.075779],[-96.029583,36.075366],[-96.033118,35.856824],[-96.192382,35.857048],[-96.192563,35.639087],[-96.620648,35.639005],[-96.621097,35.941519],[-96.621441,36.159929]]]},"properties":{"id":"40037","n":"Creek","z":["74010","74028","74030","74038","74039","74041","74044","74046","74047","74050","74052","74063","74066","74067","74068","74071","74079","74081","74085","74131","74132"],"st":"OK"}},"40039":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.375817,35.812188],[-98.631985,35.812402],[-98.623149,35.551597],[-98.623336,35.464225],[-99.364217,35.465328],[-99.364141,35.508793],[-99.375817,35.812188]]]},"properties":{"id":"40039","n":"Custer","z":["73048","73096","73601","73620","73625","73626","73639","73644","73646","73647","73650","73654","73669"],"st":"OK"}},"40041":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.00573,36.50989],[-94.999403,36.670631],[-94.617991778417,36.667921272344],[-94.617919,36.499414],[-94.562267928553,36.161972614626],[-94.797279,36.16139],[-95.011303,36.161815],[-95.00573,36.50989]]]},"properties":{"id":"40041","n":"Delaware","z":["74331","74338","74342","74344","74345","74346","74347","74359","74364","74365","74366","74368","74370","74964"],"st":"OK"}},"40043":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.382074,36.164301],[-98.955849,36.161577],[-98.636899,36.164894],[-98.631985,35.812402],[-99.375817,35.812188],[-99.381022,36.012925],[-99.382074,36.164301]]]},"properties":{"id":"40043","n":"Dewey","z":["73646","73654","73658","73659","73663","73667","73724","73755","73835","73859"],"st":"OK"}},"40045":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.00316,36.59325],[-99.605565,36.592753],[-99.596079,36.164061],[-99.382074,36.164301],[-99.381022,36.012925],[-99.495812,35.978732],[-99.558486,35.865988],[-99.717101,35.859769],[-99.801389,35.910645],[-99.809444,36.000044],[-99.888309,35.987847],[-100.00039619833,35.880947999997],[-100.000399,36.055677],[-100.00376199337,36.499701848738],[-100.00316,36.59325]]]},"properties":{"id":"40045","n":"Ellis","z":["73832","73840","73841","73843","73848","73851","73858","73859"],"st":"OK"}},"40047":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.104286,36.593578],[-97.462459,36.593627],[-97.461603,36.593637],[-97.460792,36.164462],[-97.675617,36.164663],[-98.103904,36.164877],[-98.104427,36.463105],[-98.104286,36.593578]]]},"properties":{"id":"40047","n":"Garfield","z":["73056","73073","73701","73702","73703","73705","73706","73718","73720","73727","73730","73733","73735","73736","73738","73739","73743","73753","73754","73757","73761","73773","74630","74640"],"st":"OK"}},"40049":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.668099,34.855164],[-96.932471,34.854455],[-96.932328,34.636811],[-97.200073,34.622762],[-97.143958,34.506532],[-97.35211,34.506788],[-97.562323,34.507036],[-97.562757,34.681147],[-97.668425,34.681344],[-97.668099,34.855164]]]},"properties":{"id":"40049","n":"Garvin","z":["73030","73052","73057","73074","73075","73098","73433","73434","73481","74831","74865","74872"],"st":"OK"}},"40051":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.096014,35.377753],[-97.955124,35.346048],[-97.671595,35.335934],[-97.668099,34.855164],[-97.668425,34.681344],[-98.089098,34.681119],[-98.092645,34.854919],[-98.096014,35.377753]]]},"properties":{"id":"40051","n":"Grady","z":["73002","73004","73010","73011","73017","73018","73023","73039","73052","73055","73059","73067","73079","73082","73089","73092"],"st":"OK"}},"40053":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.111985183746,36.998247994635],[-97.80231297035,36.998698609394],[-97.462346029864,36.998824238797],[-97.462459,36.593627],[-98.104286,36.593578],[-98.111985183746,36.998247994635]]]},"properties":{"id":"40053","n":"Grant","z":["73758","73759","73761","73766","73771","74636","74643","74646"],"st":"OK"}},"40055":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.888571,35.030262],[-99.782949,35.030111],[-99.782727,35.11678],[-99.409291,35.114509],[-99.327788,35.041697],[-99.30622,34.857632],[-99.246462,34.822114],[-99.405821,34.813038],[-99.423201,34.72502],[-99.666849,34.724555],[-99.720066,34.76845],[-99.731092,34.944058],[-99.888425,34.943946],[-99.888571,35.030262]]]},"properties":{"id":"40055","n":"Greer","z":["73526","73547","73554","73662","73673"],"st":"OK"}},"40057":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.00038402077,35.030385],[-99.888571,35.030262],[-99.888425,34.943946],[-99.731092,34.944058],[-99.720066,34.76845],[-99.666849,34.724555],[-99.666512,34.507121],[-99.842063884146,34.506932768881],[-99.929334,34.576714],[-99.997629328163,34.56113662456],[-100.00038219482,34.746360552562],[-100.00038402077,35.030385]]]},"properties":{"id":"40057","n":"Harmon","z":["73532","73537","73544","73550","73554","73571"],"st":"OK"}},"40059":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.00257151432,37.001619153912],[-99.541114912361,36.999909644565],[-99.456202434675,36.999700279408],[-99.374218,36.879597],[-99.295186,36.819566],[-99.295257,36.595123],[-99.605565,36.592753],[-100.00316,36.59325],[-100.00257151432,37.001619153912]]]},"properties":{"id":"40059","n":"Harper","z":["73801","73834","73842","73844","73848","73851","73855"],"st":"OK"}},"40061":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.45125,35.296019],[-95.34465,35.293097],[-95.240718,35.26231],[-95.170462,35.310106],[-95.049933,35.458894],[-94.901832,35.39794],[-94.914454,35.347525],[-94.813629,35.323344],[-94.814284,35.202331],[-94.927936,35.202611],[-94.927863,35.058279],[-95.349233,35.058514],[-95.349339,35.160296],[-95.454954,35.160577],[-95.45125,35.296019]]]},"properties":{"id":"40061","n":"Haskell","z":["74440","74462","74472","74552","74561","74941","74943","74944"],"st":"OK"}},"40063":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.441368,35.290122],[-95.981376,35.289899],[-95.98371,35.151557],[-96.088861,35.049758],[-96.092001,34.767479],[-96.406483,34.76759],[-96.408639,34.930673],[-96.490786,34.910585],[-96.490434,35.115857],[-96.441401,35.11577],[-96.441368,35.290122]]]},"properties":{"id":"40063","n":"Hughes","z":["74531","74570","74825","74827","74839","74848","74850","74867","74883","74884"],"st":"OK"}},"40065":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.842063884146,34.506932768881],[-99.666512,34.507121],[-99.666849,34.724555],[-99.423201,34.72502],[-99.405821,34.813038],[-99.246462,34.822114],[-99.14457,34.84954],[-99.149114,34.702352],[-99.052511,34.701557],[-99.10315,34.63795],[-99.16332,34.588036],[-99.237922,34.426657],[-99.221607900845,34.325373574373],[-99.394956,34.442099],[-99.475022137038,34.396870989791],[-99.696462,34.381036],[-99.842063884146,34.506932768881]]]},"properties":{"id":"40065","n":"Jackson","z":["73521","73522","73523","73526","73532","73537","73539","73549","73556","73560"],"st":"OK"}},"40067":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.139226,34.289775],[-97.562575,34.289182],[-97.560764,34.071089],[-97.561243150221,33.899061506733],[-97.671772,33.99137],[-97.865765,33.849393],[-97.951905950855,33.891225814857],[-97.947572,33.991053],[-98.082839,34.002412],[-98.138486025746,34.141206019711],[-98.139226,34.289775]]]},"properties":{"id":"40067","n":"Jefferson","z":["73442","73456","73520","73529","73548","73565","73569","73573"],"st":"OK"}},"40069":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.933457,34.332661],[-96.881005,34.332977],[-96.880814,34.506053],[-96.827288,34.505989],[-96.513865,34.505389],[-96.513786,34.419569],[-96.40733,34.418391],[-96.40764,34.157317],[-96.453839,34.114406],[-96.585355,34.114459],[-96.620784,34.162041],[-96.933671,34.172553],[-96.933457,34.332661]]]},"properties":{"id":"40069","n":"Johnston","z":["73401","73432","73447","73450","73455","73460","73461","74530","74748","74820","74836","74856","74871"],"st":"OK"}},"40071":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.462346029864,36.998824238797],[-97.147720966923,36.998972335621],[-96.749838,36.998988],[-96.752389,36.782091],[-96.889475,36.75123],[-96.931943,36.686097],[-97.064107,36.684207],[-97.057414,36.593647],[-97.461603,36.593637],[-97.462459,36.593627],[-97.462346029864,36.998824238797]]]},"properties":{"id":"40071","n":"Kay","z":["74601","74602","74604","74631","74632","74641","74646","74647","74652","74653"],"st":"OK"}},"40073":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.210544,36.16489],[-98.103904,36.164877],[-97.675617,36.164663],[-97.674026,35.72597],[-98.207104,35.72514],[-98.210544,36.16489]]]},"properties":{"id":"40073","n":"Kingfisher","z":["73016","73028","73056","73734","73742","73750","73756","73762","73763","73764"],"st":"OK"}},"40075":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.360226,35.116738],[-98.750344,35.116343],[-98.621054,35.097352],[-98.619816,34.854953],[-98.826041,34.855122],[-98.826008,34.594413],[-99.001107,34.594366],[-99.10315,34.63795],[-99.052511,34.701557],[-99.149114,34.702352],[-99.14457,34.84954],[-99.246462,34.822114],[-99.30622,34.857632],[-99.327788,35.041697],[-99.409291,35.114509],[-99.360226,35.116738]]]},"properties":{"id":"40075","n":"Kiowa","z":["73015","73041","73062","73559","73564","73566","73651","73655"],"st":"OK"}},"40077":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.349233,35.058514],[-94.927863,35.058279],[-94.927668,34.942212],[-94.99812,34.942157],[-94.99781,34.855078],[-95.059512,34.855019],[-95.059616,34.680736],[-95.514514,34.681142],[-95.507658,35.029197],[-95.349233,35.058514]]]},"properties":{"id":"40077","n":"Latimer","z":["74536","74547","74559","74563","74571","74574","74578","74966"],"st":"OK"}},"40079":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.927863,35.058279],[-94.927936,35.202611],[-94.814284,35.202331],[-94.813629,35.323344],[-94.750224,35.356969],[-94.668796,35.295029],[-94.594801,35.327974],[-94.49237,35.301776],[-94.433913443832,35.386361769899],[-94.447509535784,34.933976212157],[-94.454395034138,34.728958673179],[-94.461168686156,34.507456651572],[-94.937605,34.506831],[-94.937752,34.680877],[-95.059616,34.680736],[-95.059512,34.855019],[-94.99781,34.855078],[-94.99812,34.942157],[-94.927668,34.942212],[-94.927863,35.058279]]]},"properties":{"id":"40079","n":"Le Flore","z":["74549","74563","74571","74577","74901","74902","74930","74932","74935","74937","74939","74940","74941","74942","74944","74947","74949","74951","74953","74956","74957","74959","74966"],"st":"OK"}},"40081":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.141072,35.724441],[-97.140583,35.941991],[-96.621097,35.941519],[-96.620648,35.639005],[-96.624865,35.462706],[-97.14149,35.463977],[-97.141072,35.724441]]]},"properties":{"id":"40081","n":"Lincoln","z":["73045","73054","74023","74026","74059","74079","74824","74832","74834","74851","74855","74864","74869","74875","74881"],"st":"OK"}},"40083":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.675617,36.164663],[-97.460792,36.164462],[-97.354132,36.159072],[-97.35387,35.984934],[-97.32362,36.010877],[-97.140583,35.941991],[-97.141072,35.724441],[-97.674026,35.72597],[-97.675617,36.164663]]]},"properties":{"id":"40083","n":"Logan","z":["73007","73016","73025","73027","73028","73034","73044","73050","73054","73056","73058","73063","73073","74059","74881"],"st":"OK"}},"40085":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.561243150221,33.899061506733],[-97.560764,34.071089],[-96.969627,34.07102],[-96.934343303133,33.945588929253],[-96.94461688837,33.945013250454],[-97.055838,33.855741],[-97.091072,33.735115],[-97.149394,33.721967],[-97.205652,33.809824],[-97.206141,33.91428],[-97.372941,33.819454],[-97.444193,33.823773],[-97.484143438588,33.913889108891],[-97.561243150221,33.899061506733]]]},"properties":{"id":"40085","n":"Love","z":["73401","73430","73441","73448","73453","73456","73459","73463"],"st":"OK"}},"40087":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.671529,35.337508],[-97.556987,35.28844],[-97.54146,35.214165],[-97.354192,35.076656],[-97.333833,34.958948],[-97.142349,34.928176],[-97.01593,34.907348],[-96.930586,34.964364],[-96.932471,34.854455],[-97.668099,34.855164],[-97.671595,35.335934],[-97.671529,35.337508]]]},"properties":{"id":"40087","n":"McClain","z":["73010","73031","73052","73057","73065","73072","73074","73080","73093","73095","73101","74831","74872"],"st":"OK"}},"40089":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.156521,34.156965],[-95.151233,34.243906],[-95.046585,34.243671],[-95.046746,34.507229],[-94.937605,34.506831],[-94.461168686156,34.507456651572],[-94.470152678162,34.189864292126],[-94.47726674153,33.940910927935],[-94.485875,33.637867],[-94.731932901996,33.72083051628],[-94.841634,33.739431],[-94.98165,33.852284],[-95.155907617108,33.93848238857],[-95.156521,34.156965]]]},"properties":{"id":"40089","n":"McCurtain","z":["74722","74724","74728","74734","74736","74737","74740","74745","74750","74752","74754","74755","74764","74766","74957","74963"],"st":"OK"}},"40091":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.981376,35.289899],[-95.981307,35.376828],[-95.875626,35.37669],[-95.822361,35.551693],[-95.712957,35.551802],[-95.34503,35.552241],[-95.34465,35.293097],[-95.45125,35.296019],[-95.602342,35.220739],[-95.615664,35.249698],[-95.75597,35.177198],[-95.870663,35.185986],[-95.98371,35.151557],[-95.981376,35.289899]]]},"properties":{"id":"40091","n":"McIntosh","z":["74426","74428","74432","74437","74438","74445","74455","74459","74461","74469","74839","74845"],"st":"OK"}},"40093":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.960334,36.506914],[-98.843646,36.506248],[-98.80782,36.460744],[-98.625361,36.392595],[-98.53355,36.397592],[-98.533617,36.46323],[-98.104427,36.463105],[-98.103904,36.164877],[-98.210544,36.16489],[-98.636899,36.164894],[-98.955849,36.161577],[-98.960334,36.506914]]]},"properties":{"id":"40093","n":"Major","z":["73663","73716","73718","73729","73737","73747","73754","73755","73760","73763","73768","73838","73860"],"st":"OK"}},"40095":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.933671,34.172553],[-96.620784,34.162041],[-96.585355,34.114459],[-96.548028,34.063302],[-96.624803,34.009724],[-96.57701,33.964406],[-96.594674307377,33.883018657398],[-96.659896,33.916666],[-96.712422,33.831633],[-96.850593,33.847211],[-96.934343303133,33.945588929253],[-96.969627,34.07102],[-96.933671,34.172553]]]},"properties":{"id":"40095","n":"Marshall","z":["73439","73440","73446"],"st":"OK"}},"40097":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.32817,36.51024],[-95.00573,36.50989],[-95.011303,36.161815],[-95.1185,36.16163],[-95.118377,36.074544],[-95.207946,36.074708],[-95.43997,36.0752],[-95.43561,36.51016],[-95.32817,36.51024]]]},"properties":{"id":"40097","n":"Mayes","z":["74016","74036","74301","74330","74332","74337","74340","74349","74350","74352","74361","74362","74364","74365","74366","74367","74452"],"st":"OK"}},"40099":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.35211,34.506788],[-97.143958,34.506532],[-97.200073,34.622762],[-96.932328,34.636811],[-96.932423,34.593261],[-96.82729,34.59322],[-96.827288,34.505989],[-96.880814,34.506053],[-96.881005,34.332977],[-96.933457,34.332661],[-97.036488,34.375415],[-97.352158,34.376227],[-97.35211,34.506788]]]},"properties":{"id":"40099","n":"Murray","z":["73030","73032","73086","73098","73444","74856","74865"],"st":"OK"}},"40101":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.766166,35.856403],[-95.65042,35.856756],[-95.589736,35.76516],[-95.360363,35.822411],[-95.265679,35.813266],[-95.127163,35.812755],[-95.127464,35.638894],[-95.132437,35.526196],[-95.049933,35.458894],[-95.170462,35.310106],[-95.240718,35.26231],[-95.34465,35.293097],[-95.34503,35.552241],[-95.712957,35.551802],[-95.713081,35.725807],[-95.766265,35.72575],[-95.766166,35.856403]]]},"properties":{"id":"40101","n":"Muskogee","z":["74401","74402","74403","74422","74423","74428","74434","74435","74436","74439","74450","74455","74463","74468","74469","74470"],"st":"OK"}},"40103":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.461603,36.593637],[-97.057414,36.593647],[-96.888017,36.574886],[-97.009785,36.506935],[-97.032106,36.333354],[-96.924936,36.333344],[-96.925069,36.246474],[-97.140968,36.246435],[-97.140668,36.159231],[-97.354132,36.159072],[-97.460792,36.164462],[-97.461603,36.593637]]]},"properties":{"id":"40103","n":"Noble","z":["73061","73073","73077","73757","74032","74075","74601","74630","74644","74651","74653"],"st":"OK"}},"40105":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.786761870778,36.999270917592],[-95.522414552399,36.999319786783],[-95.407620005877,36.999341736639],[-95.431731,36.942776],[-95.43157,36.59754],[-95.809617,36.597476],[-95.80982,36.94193],[-95.786761870778,36.999270917592]]]},"properties":{"id":"40105","n":"Nowata","z":["74016","74027","74042","74048","74072","74083","74301"],"st":"OK"}},"40107":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.624865,35.462706],[-96.620648,35.639005],[-96.192563,35.639087],[-96.192844,35.551902],[-96.087795,35.552119],[-96.08753,35.376877],[-95.981307,35.376828],[-95.981376,35.289899],[-96.441368,35.290122],[-96.44129,35.467712],[-96.536718,35.390772],[-96.623699,35.400722],[-96.624865,35.462706]]]},"properties":{"id":"40107","n":"Okfuskee","z":["74010","74437","74829","74833","74839","74859","74860","74880","74883"],"st":"OK"}},"40109":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.674026,35.72597],[-97.141072,35.724441],[-97.14149,35.463977],[-97.142114,35.37686],[-97.671369,35.377151],[-97.674026,35.72597]]]},"properties":{"id":"40109","n":"Oklahoma","z":["73001","73003","73007","73008","73012","73013","73020","73025","73034","73045","73049","73054","73066","73078","73083","73084","73097","73102","73103","73104","73105","73106","73107","73108","73109","73110","73111","73112","73113","73114","73115","73116","73117","73118","73119","73120","73121","73122","73123","73124","73125","73126","73127","73128","73129","73130","73131","73132","73134","73135","73136","73137","73139","73141","73142","73143","73144","73145","73146","73147","73148","73149","73150","73151","73152","73153","73154","73155","73156","73157","73159","73162","73163","73164","73167","73169","73172","73178","73179","73184","73189","73190","73194","73195","73196","74857"],"st":"OK"}},"40111":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.192563,35.639087],[-96.192382,35.857048],[-96.033118,35.856824],[-95.819964,35.8559],[-95.766166,35.856403],[-95.766265,35.72575],[-95.713081,35.725807],[-95.712957,35.551802],[-95.822361,35.551693],[-95.875626,35.37669],[-95.981307,35.376828],[-96.08753,35.376877],[-96.087795,35.552119],[-96.192844,35.551902],[-96.192563,35.639087]]]},"properties":{"id":"40111","n":"Okmulgee","z":["74047","74421","74422","74431","74436","74437","74445","74447","74456","74460","74880"],"st":"OK"}},"40113":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.749838,36.998988],[-96.525582044283,36.998677968725],[-96.0008102062,36.999201052928],[-96.001171,36.423686],[-96.001055,36.161294],[-96.268287,36.16198],[-96.457684,36.332664],[-96.573481,36.315709],[-96.518709,36.377576],[-96.710769,36.437656],[-96.753554,36.562601],[-96.940235,36.455525],[-97.009785,36.506935],[-96.888017,36.574886],[-97.057414,36.593647],[-97.064107,36.684207],[-96.931943,36.686097],[-96.889475,36.75123],[-96.752389,36.782091],[-96.749838,36.998988]]]},"properties":{"id":"40113","n":"Osage","z":["74001","74002","74003","74022","74035","74051","74054","74056","74060","74063","74070","74073","74084","74106","74126","74127","74156","74604","74633","74637","74650","74652"],"st":"OK"}},"40115":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.007620004472,36.999522559126],[-94.617964,36.998905],[-94.618307,36.76656],[-94.617991778417,36.667921272344],[-94.999403,36.670631],[-95.007620004472,36.999522559126]]]},"properties":{"id":"40115","n":"Ottawa","z":["74331","74333","74335","74339","74343","74344","74354","74355","74358","74360","74363","74370"],"st":"OK"}},"40117":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.009785,36.506935],[-96.940235,36.455525],[-96.753554,36.562601],[-96.710769,36.437656],[-96.518709,36.377576],[-96.573481,36.315709],[-96.457684,36.332664],[-96.268287,36.16198],[-96.297888,36.162279],[-96.621441,36.159929],[-96.819005,36.158886],[-96.818968,36.246478],[-96.925069,36.246474],[-96.924936,36.333344],[-97.032106,36.333354],[-97.009785,36.506935]]]},"properties":{"id":"40117","n":"Pawnee","z":["73061","74020","74032","74034","74038","74044","74045","74058","74081","74085","74650","74651"],"st":"OK"}},"40119":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.354132,36.159072],[-97.140668,36.159231],[-97.140968,36.246435],[-96.925069,36.246474],[-96.818968,36.246478],[-96.819005,36.158886],[-96.621441,36.159929],[-96.621097,35.941519],[-97.140583,35.941991],[-97.32362,36.010877],[-97.35387,35.984934],[-97.354132,36.159072]]]},"properties":{"id":"40119","n":"Payne","z":["73027","73063","73073","74023","74030","74032","74045","74059","74062","74074","74075","74076","74077","74078","74085","74824"],"st":"OK"}},"40121":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.092001,34.767479],[-96.088861,35.049758],[-95.98371,35.151557],[-95.870663,35.185986],[-95.75597,35.177198],[-95.615664,35.249698],[-95.602342,35.220739],[-95.45125,35.296019],[-95.454954,35.160577],[-95.349339,35.160296],[-95.349233,35.058514],[-95.507658,35.029197],[-95.514514,34.681142],[-95.514315,34.594153],[-95.671976,34.593852],[-95.881987,34.593528],[-95.882103,34.680475],[-96.092043,34.680556],[-96.092001,34.767479]]]},"properties":{"id":"40121","n":"Pittsburg","z":["74425","74430","74432","74442","74462","74501","74502","74522","74528","74529","74536","74545","74546","74547","74553","74554","74560","74561","74565","74570","74576"],"st":"OK"}},"40123":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.932471,34.854455],[-96.930586,34.964364],[-96.775681,34.899958],[-96.490786,34.910585],[-96.408639,34.930673],[-96.406483,34.76759],[-96.406357,34.680023],[-96.512171,34.680065],[-96.513865,34.505389],[-96.827288,34.505989],[-96.82729,34.59322],[-96.932423,34.593261],[-96.932328,34.636811],[-96.932471,34.854455]]]},"properties":{"id":"40123","n":"Pontotoc","z":["74572","74820","74821","74825","74831","74842","74843","74844","74865","74871","74872"],"st":"OK"}},"40125":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.142114,35.37686],[-97.14149,35.463977],[-96.624865,35.462706],[-96.623699,35.400722],[-96.776707,35.411372],[-96.775681,34.899958],[-96.930586,34.964364],[-97.01593,34.907348],[-97.142349,34.928176],[-97.142114,35.37686]]]},"properties":{"id":"40125","n":"Pottawatomie","z":["73045","74801","74802","74804","74826","74840","74849","74851","74852","74854","74855","74857","74864","74866","74873","74878"],"st":"OK"}},"40127":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.671976,34.593852],[-95.514315,34.594153],[-95.514514,34.681142],[-95.059616,34.680736],[-94.937752,34.680877],[-94.937605,34.506831],[-95.046746,34.507229],[-95.046585,34.243671],[-95.151233,34.243906],[-95.156521,34.156965],[-95.779376,34.156699],[-95.779425,34.506556],[-95.6717,34.506799],[-95.671976,34.593852]]]},"properties":{"id":"40127","n":"Pushmataha","z":["74521","74523","74536","74540","74543","74549","74557","74558","74562","74567","74571","74574","74728","74735","74754","74760"],"st":"OK"}},"40129":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.00039619833,35.880947999997],[-99.888309,35.987847],[-99.809444,36.000044],[-99.801389,35.910645],[-99.717101,35.859769],[-99.558486,35.865988],[-99.495812,35.978732],[-99.381022,36.012925],[-99.375817,35.812188],[-99.364141,35.508793],[-99.575598,35.508861],[-99.57582,35.421655],[-100.00038884414,35.422363988309],[-100.000392,35.619115],[-100.00039619833,35.880947999997]]]},"properties":{"id":"40129","n":"Roger Mills","z":["73628","73638","73642","73644","73650","73654","73660","73662","73666"],"st":"OK"}},"40131":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.81268,36.42356],[-95.809617,36.597476],[-95.43157,36.59754],[-95.32837,36.59763],[-95.32817,36.51024],[-95.43561,36.51016],[-95.43997,36.0752],[-95.571525,36.075282],[-95.61852,36.162512],[-95.76165,36.16275],[-95.8154,36.16263],[-95.81268,36.42356]]]},"properties":{"id":"40131","n":"Rogers","z":["74015","74016","74017","74018","74019","74021","74031","74036","74053","74055","74080","74116","74332"],"st":"OK"}},"40133":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.623699,35.400722],[-96.536718,35.390772],[-96.44129,35.467712],[-96.441368,35.290122],[-96.441401,35.11577],[-96.490434,35.115857],[-96.490786,34.910585],[-96.775681,34.899958],[-96.776707,35.411372],[-96.623699,35.400722]]]},"properties":{"id":"40133","n":"Seminole","z":["74818","74830","74837","74840","74848","74849","74854","74859","74867","74868","74884"],"st":"OK"}},"40135":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.127464,35.638894],[-94.807297,35.638604],[-94.473119390647,35.638547152529],[-94.434889287597,35.393185215587],[-94.433913443832,35.386361769899],[-94.49237,35.301776],[-94.594801,35.327974],[-94.668796,35.295029],[-94.750224,35.356969],[-94.813629,35.323344],[-94.914454,35.347525],[-94.901832,35.39794],[-95.049933,35.458894],[-95.132437,35.526196],[-95.127464,35.638894]]]},"properties":{"id":"40135","n":"Sequoyah","z":["74435","74931","74936","74945","74946","74948","74954","74955","74962"],"st":"OK"}},"40137":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.089098,34.681119],[-97.668425,34.681344],[-97.562757,34.681147],[-97.562323,34.507036],[-97.562575,34.289182],[-98.139226,34.289775],[-98.142148,34.506994],[-98.141799,34.681158],[-98.089098,34.681119]]]},"properties":{"id":"40137","n":"Stephens","z":["73055","73425","73434","73438","73442","73481","73491","73529","73533","73534","73536","73548"],"st":"OK"}},"40139":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-102.02820419104,36.993145147108],[-101.55525884869,36.995290939278],[-101.06645021566,36.99773617514],[-100.94546679308,36.998246828729],[-100.95415215769,36.499529496626],[-101.085156,36.499244],[-101.623915,36.499528],[-102.03233901896,36.50006567301],[-102.02820419104,36.993145147108]]]},"properties":{"id":"40139","n":"Texas","z":{"1":"73901","2":"73939","3":"73942","4":"73944","5":"73945","6":"73949","7":"73950","8":"73951","9":"73960","29":"67950"},"st":"OK"}},"40141":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.10315,34.63795],[-99.001107,34.594366],[-98.826008,34.594413],[-98.82607,34.50737],[-98.661982,34.50746],[-98.661956,34.405948],[-98.60966,34.33372],[-98.610351781645,34.156209939497],[-98.737232,34.130992],[-98.952324887528,34.204669898603],[-99.189511,34.214312],[-99.221607900845,34.325373574373],[-99.237922,34.426657],[-99.16332,34.588036],[-99.10315,34.63795]]]},"properties":{"id":"40141","n":"Tillman","z":["73528","73530","73542","73546","73551","73553","73555","73566","73570"],"st":"OK"}},"40143":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.297888,36.162279],[-96.268287,36.16198],[-96.001055,36.161294],[-96.001171,36.423686],[-95.81268,36.42356],[-95.8154,36.16263],[-95.76165,36.16275],[-95.761687,35.900811],[-95.819964,35.8559],[-96.033118,35.856824],[-96.029583,36.075366],[-96.297786,36.075779],[-96.297888,36.162279]]]},"properties":{"id":"40143","n":"Tulsa","z":["47133","74005","74008","74011","74012","74013","74014","74015","74021","74033","74037","74043","74047","74050","74055","74063","74066","74070","74073","74101","74102","74103","74104","74105","74106","74107","74108","74110","74112","74114","74115","74116","74117","74119","74120","74121","74126","74127","74128","74129","74130","74131","74132","74133","74134","74135","74136","74137","74141","74145","74146","74147","74148","74149","74150","74155","74157","74158","74159","74169","74170","74171","74172","74182","74186","74187","74192","74193"],"st":"OK"}},"40145":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.819964,35.8559],[-95.761687,35.900811],[-95.76165,36.16275],[-95.61852,36.162512],[-95.571525,36.075282],[-95.43997,36.0752],[-95.207946,36.074708],[-95.278701,35.964102],[-95.231459,35.851195],[-95.265679,35.813266],[-95.360363,35.822411],[-95.589736,35.76516],[-95.65042,35.856756],[-95.766166,35.856403],[-95.819964,35.8559]]]},"properties":{"id":"40145","n":"Wagoner","z":["74008","74014","74015","74036","74108","74337","74352","74403","74429","74434","74436","74446","74454","74458","74467","74477"],"st":"OK"}},"40147":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.0008102062,36.999201052928],[-95.964271232102,36.999223144282],[-95.786761870778,36.999270917592],[-95.80982,36.94193],[-95.809617,36.597476],[-95.81268,36.42356],[-96.001171,36.423686],[-96.0008102062,36.999201052928]]]},"properties":{"id":"40147","n":"Washington","z":["74003","74004","74006","74021","74022","74029","74051","74061","74070","74080","74082","74083"],"st":"OK"}},"40149":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.364217,35.465328],[-98.623336,35.464225],[-98.621054,35.097352],[-98.750344,35.116343],[-99.360226,35.116738],[-99.364217,35.465328]]]},"properties":{"id":"40149","n":"Washita","z":["73015","73021","73024","73041","73062","73096","73601","73622","73624","73626","73632","73641","73644","73647","73661","73664"],"st":"OK"}},"40151":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.000301053884,36.999358098144],[-98.544661973349,36.998524240401],[-98.533617,36.46323],[-98.53355,36.397592],[-98.625361,36.392595],[-98.80782,36.460744],[-98.843646,36.506248],[-98.960334,36.506914],[-98.959973,36.598991],[-99.139855,36.78304],[-99.295186,36.819566],[-99.374218,36.879597],[-99.456202434675,36.999700279408],[-99.000301053884,36.999358098144]]]},"properties":{"id":"40151","n":"Woods","z":["73716","73717","73726","73729","73731","73746","73842","73860"],"st":"OK"}},"40153":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.605565,36.592753],[-99.295257,36.595123],[-99.295186,36.819566],[-99.139855,36.78304],[-98.959973,36.598991],[-98.960334,36.506914],[-98.955849,36.161577],[-99.382074,36.164301],[-99.596079,36.164061],[-99.605565,36.592753]]]},"properties":{"id":"40153","n":"Woodward","z":["73801","73802","73838","73840","73841","73842","73852","73853","73857","73859"],"st":"OK"}},"41001":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-118.244662,44.958396],[-118.130351,45.045024],[-117.969083,44.995831],[-117.84343,45.058477],[-117.777504,44.992161],[-117.564033,44.992866],[-117.563486,45.079446],[-117.266573,45.08057],[-116.78312826327,45.07771250501],[-116.841314,45.030907],[-116.833632,44.928976],[-116.88929518697,44.840529778153],[-117.062273,44.727143],[-117.14293,44.557236],[-117.225932,44.479389],[-117.21199550695,44.296451095938],[-117.487014,44.300317],[-117.486744,44.387246],[-117.590849,44.444573],[-117.971787,44.443849],[-118.232214,44.256129],[-118.497499,44.255248],[-118.408786,44.452648],[-118.305778,44.58881],[-118.375037,44.646102],[-118.504327,44.665272],[-118.51944,44.705886],[-118.285439,44.750975],[-118.295659,44.863043],[-118.228244,44.865178],[-118.244662,44.958396]]]},"properties":{"id":"41001","n":"Baker","z":["97814","97819","97833","97834","97837","97840","97867","97869","97870","97877","97884","97905","97907"],"st":"OR"}},"41003":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-123.602609,44.721154],[-123.149025,44.720225],[-123.073574,44.650495],[-123.17088,44.634245],[-123.260151,44.555148],[-123.214683,44.507681],[-123.245678,44.332099],[-123.180388,44.283725],[-123.775598,44.283547],[-123.816525,44.315303],[-123.715538,44.360458],[-123.720071,44.433374],[-123.597677,44.433109],[-123.602609,44.721154]]]},"properties":{"id":"41003","n":"Benton","z":["96326","97321","97324","97326","97330","97331","97333","97339","97361","97370","97448","97456"],"st":"OR"}},"41005":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-122.867891,45.317345],[-122.743741,45.332067],[-122.743721,45.433294],[-122.660979,45.457819],[-121.819587,45.461675],[-121.696925,45.373564],[-121.696479,45.25792],[-121.731438,45.170633],[-121.65871,45.066355],[-121.804426,45.012877],[-121.734223,44.88572],[-122.401021,44.88572],[-122.535999,44.937161],[-122.595523,45.019679],[-122.787007,45.128625],[-122.73903,45.259359],[-122.849925,45.259697],[-122.867891,45.317345]]]},"properties":{"id":"41005","n":"Clackamas","z":["97002","97004","97009","97011","97013","97015","97017","97019","97022","97023","97027","97028","97032","97034","97035","97036","97038","97042","97045","97049","97055","97062","97067","97068","97070","97071","97080","97086","97089","97132","97140","97202","97206","97219","97222","97267","97268","97269","97362","97375"],"st":"OR"}},"41007":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-123.547659,46.259109],[-123.479644,46.269131],[-123.36374450727,46.146243194349],[-123.361622,45.779579],[-123.720001,45.77308],[-123.96627838452,45.783084903545],[-123.937471,45.977306],[-123.95919,46.141675],[-124.041128,46.197672],[-123.998052,46.235327],[-123.912405,46.17945],[-123.757589,46.213001],[-123.718149,46.188989],[-123.547659,46.259109]]]},"properties":{"id":"41007","n":"Clatsop","z":["97016","97102","97103","97110","97121","97131","97138","97145","97146"],"st":"OR"}},"41009":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-123.36374450727,46.146243194349],[-123.21249359121,46.1710964584],[-123.115904,46.185268],[-122.904119,46.083734],[-122.813998,45.960984],[-122.7880863626,45.851007454356],[-122.76651077133,45.728662574445],[-122.929146,45.721482],[-123.030873,45.779159],[-123.361622,45.779579],[-123.36374450727,46.146243194349]]]},"properties":{"id":"41009","n":"Columbia","z":["97016","97018","97048","97051","97053","97054","97056","97064","97231"],"st":"OR"}},"41011":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-124.21905767691,43.610931759189],[-123.875698,43.608407],[-123.875628,43.515947],[-123.816657,43.516449],[-123.817614,43.431306],[-123.761528,43.422294],[-123.764356,43.258054],[-123.704752,43.257741],[-123.702144,43.087083],[-123.761333,43.08316],[-123.761594,42.996318],[-123.821118,42.996291],[-123.811553,42.788837],[-123.925717,42.774514],[-123.996291,42.685651],[-124.132918,42.666697],[-124.141475,42.850586],[-124.258388,42.954946],[-124.47988222693,42.954322437677],[-124.38246,43.270167],[-124.400404,43.302121],[-124.286896,43.436296],[-124.21905767691,43.610931759189]]]},"properties":{"id":"41011","n":"Coos","z":["97407","97411","97414","97420","97423","97449","97450","97458","97459","97466"],"st":"OR"}},"41013":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-121.107534,44.3906],[-120.988375,44.390265],[-120.988824,44.476484],[-120.826899,44.476499],[-120.827555,44.562793],[-120.386561,44.564009],[-120.386074,44.436083],[-120.021621,44.438793],[-120.020708,44.389687],[-119.899283,44.389575],[-119.899002,44.30662],[-119.655517,44.307045],[-119.657183,43.95892],[-119.775402,43.959086],[-119.777528,43.697957],[-119.897434,43.6982],[-120.257777,43.698762],[-120.258386,43.785297],[-120.378107,43.785429],[-120.37874,43.872362],[-120.747848,43.871331],[-120.748249,43.95731],[-120.986587,43.960852],[-120.987271,44.134026],[-121.102773,44.138125],[-121.107534,44.3906]]]},"properties":{"id":"41013","n":"Crook","z":["97701","97751","97752","97753","97754","97756","97760"],"st":"OR"}},"41015":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-124.47988222693,42.954322437677],[-124.258388,42.954946],[-124.141475,42.850586],[-124.132918,42.666697],[-123.996291,42.685651],[-123.925717,42.774514],[-123.811553,42.788837],[-123.716492,42.784061],[-123.831264,42.632313],[-123.890657,42.500538],[-124.008397,42.496352],[-124.041983,42.387656],[-123.888411,42.351627],[-123.7922,42.237623],[-123.858549,42.135116],[-123.82203759859,41.995620816947],[-124.211605,41.99846],[-124.314289,42.067864],[-124.410982,42.250547],[-124.435105,42.440163],[-124.399065,42.539928],[-124.413119,42.657934],[-124.510017,42.734746],[-124.552441,42.840568],[-124.47988222693,42.954322437677]]]},"properties":{"id":"41015","n":"Curry","z":["97406","97415","97444","97450","97464","97465","97476","97491"],"st":"OR"}},"41017":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-121.819429,44.262394],[-121.843138,44.39263],[-121.107534,44.3906],[-121.102773,44.138125],[-120.987271,44.134026],[-120.986587,43.960852],[-120.748249,43.95731],[-120.747848,43.871331],[-120.37874,43.872362],[-120.378107,43.785429],[-120.258386,43.785297],[-120.257777,43.698762],[-119.897434,43.6982],[-119.896581,43.611164],[-121.332969,43.616629],[-122.002362,43.615498],[-121.962098,43.763537],[-121.975113,43.85757],[-121.869974,43.911664],[-121.769005,44.102035],[-121.819429,44.262394]]]},"properties":{"id":"41017","n":"Deschutes","z":["97701","97702","97703","97707","97708","97709","97712","97739","97756","97759","97760"],"st":"OR"}},"41019":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-124.16020731588,43.863720501522],[-123.946291,43.862682],[-123.827004,43.944837],[-123.619012,43.921117],[-123.470371,43.810056],[-123.348246,43.78017],[-123.137319,43.77967],[-123.137211,43.605906],[-123.107686,43.54001],[-122.741845,43.544654],[-122.741716,43.437395],[-122.132034,43.440221],[-122.010403,43.344697],[-121.974199,43.261693],[-122.03965,43.214102],[-122.093776,43.076257],[-122.282585,43.067719],[-122.28273,42.996499],[-122.401025,42.996632],[-122.460224,42.939873],[-122.677181,42.88108],[-122.794776,42.778221],[-123.152233,42.755835],[-123.229619,42.70261],[-123.274283,42.73203],[-123.445456,42.703025],[-123.581699,42.73992],[-123.716505,42.739658],[-123.716492,42.784061],[-123.811553,42.788837],[-123.821118,42.996291],[-123.761594,42.996318],[-123.761333,43.08316],[-123.702144,43.087083],[-123.704752,43.257741],[-123.764356,43.258054],[-123.761528,43.422294],[-123.817614,43.431306],[-123.816657,43.516449],[-123.875628,43.515947],[-123.875698,43.608407],[-124.21905767691,43.610931759189],[-124.16020731588,43.863720501522]]]},"properties":{"id":"41019","n":"Douglas","z":["97410","97416","97417","97424","97429","97432","97435","97436","97441","97442","97443","97447","97457","97459","97462","97467","97469","97470","97471","97473","97479","97481","97484","97486","97493","97494","97495","97496","97499","97731"],"st":"OR"}},"41021":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-120.4885468207,45.699912227478],[-120.210754,45.725951],[-119.99950515346,45.811684923082],[-120.006555,45.257706],[-119.882346,45.256916],[-119.883914,45.169152],[-119.759759,45.169211],[-119.790699,45.067823],[-120.49516,45.068279],[-120.503733,45.083477],[-120.45225,45.14545],[-120.554457,45.252749],[-120.496059,45.465149],[-120.35798,45.533713],[-120.4885468207,45.699912227478]]]},"properties":{"id":"41021","n":"Gilliam","z":["97812","97823","97830","97843","97861"],"st":"OR"}},"41023":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-119.672228,44.995117],[-119.162966,44.996241],[-118.518689,44.995877],[-118.4361,44.96242],[-118.364214,44.990763],[-118.244662,44.958396],[-118.228244,44.865178],[-118.295659,44.863043],[-118.285439,44.750975],[-118.51944,44.705886],[-118.504327,44.665272],[-118.375037,44.646102],[-118.305778,44.58881],[-118.408786,44.452648],[-118.497499,44.255248],[-118.232214,44.256129],[-118.227645,44.039862],[-118.81689,44.047828],[-118.816931,43.960733],[-119.657183,43.95892],[-119.655517,44.307045],[-119.652431,44.823299],[-119.672228,44.995117]]]},"properties":{"id":"41023","n":"Grant","z":["97817","97820","97825","97845","97848","97856","97864","97865","97869","97873","97877","97880"],"st":"OR"}},"41025":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-119.896581,43.611164],[-119.897434,43.6982],[-119.777528,43.697957],[-119.775402,43.959086],[-119.657183,43.95892],[-118.816931,43.960733],[-118.81689,44.047828],[-118.227645,44.039862],[-118.2321,43.770829],[-118.216832,42.914703],[-118.214698,42.275891],[-118.195311,42.267119],[-118.19736921593,41.996994081163],[-119.32418412044,41.993875627793],[-119.3601231196,41.994092254981],[-119.365337,42.748958],[-119.943779,42.746371],[-119.932611,43.178963],[-119.896969,43.179017],[-119.896581,43.611164]]]},"properties":{"id":"41025","n":"Harney","z":["97710","97720","97721","97722","97732","97736","97738","97751","97758","97904"],"st":"OR"}},"41027":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-121.92374936199,45.654349508969],[-121.811304,45.706761],[-121.735104,45.694039],[-121.52400610422,45.723836225199],[-121.44069582786,45.699073794772],[-121.482168,45.519604],[-121.481888,45.258128],[-121.696479,45.25792],[-121.696925,45.373564],[-121.819587,45.461675],[-121.90661,45.52123],[-121.92374936199,45.654349508969]]]},"properties":{"id":"41027","n":"Hood River","z":["97014","97031","97041","97044"],"st":"OR"}},"41029":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-123.229619,42.70261],[-123.152233,42.755835],[-122.794776,42.778221],[-122.677181,42.88108],[-122.460224,42.939873],[-122.401025,42.996632],[-122.28273,42.996499],[-122.28974909616,42.007764730497],[-123.23100126058,42.004970062256],[-123.229619,42.70261]]]},"properties":{"id":"41029","n":"Jackson","z":["97497","97501","97502","97503","97504","97520","97522","97524","97525","97526","97527","97530","97535","97536","97537","97539","97540","97541"],"st":"OR"}},"41031":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-121.800015,44.683425],[-121.752994,44.829919],[-121.725068,44.825519],[-120.371441,44.821769],[-120.404676,44.794719],[-120.386561,44.564009],[-120.827555,44.562793],[-120.826899,44.476499],[-120.988824,44.476484],[-120.988375,44.390265],[-121.107534,44.3906],[-121.843138,44.39263],[-121.84688,44.49109],[-121.793895,44.594056],[-121.800015,44.683425]]]},"properties":{"id":"41031","n":"Jefferson","z":["97711","97730","97734","97741","97754","97759","97760","97761"],"st":"OR"}},"41033":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-123.716492,42.784061],[-123.716505,42.739658],[-123.581699,42.73992],[-123.445456,42.703025],[-123.274283,42.73203],[-123.229619,42.70261],[-123.23100126058,42.004970062256],[-123.5191128368,41.999172518033],[-123.82203759859,41.995620816947],[-123.858549,42.135116],[-123.7922,42.237623],[-123.888411,42.351627],[-124.041983,42.387656],[-124.008397,42.496352],[-123.890657,42.500538],[-123.831264,42.632313],[-123.716492,42.784061]]]},"properties":{"id":"41033","n":"Josephine","z":["07543","97497","97523","97526","97527","97528","97531","97532","97533","97534","97538","97543","97544"],"st":"OR"}},"41035":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-122.28974909616,42.007764730497],[-122.28273,42.996499],[-122.282585,43.067719],[-122.093776,43.076257],[-122.03965,43.214102],[-121.974199,43.261693],[-122.010403,43.344697],[-122.132034,43.440221],[-122.131009,43.557284],[-122.002362,43.615498],[-121.332969,43.616629],[-121.332413,43.356663],[-121.349679,42.746644],[-120.883327,42.744214],[-120.87992571024,41.993483259985],[-121.44753999805,41.997190033273],[-122.28974909616,42.007764730497]]]},"properties":{"id":"41035","n":"Klamath","z":["97601","97602","97603","97604","97621","97622","97623","97624","97625","97626","97627","97632","97633","97634","97639","97731","97733","97737","97739"],"st":"OR"}},"41037":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-121.332969,43.616629],[-119.896581,43.611164],[-119.896969,43.179017],[-119.932611,43.178963],[-119.943779,42.746371],[-119.365337,42.748958],[-119.3601231196,41.994092254981],[-119.999168,41.99454],[-120.87992571024,41.993483259985],[-120.883327,42.744214],[-121.349679,42.746644],[-121.332413,43.356663],[-121.332969,43.616629]]]},"properties":{"id":"41037","n":"Lake","z":["97620","97630","97635","97636","97637","97638","97640","97641","97735","97758"],"st":"OR"}},"41039":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-124.11437007426,44.276194],[-123.775598,44.283547],[-123.180388,44.283725],[-123.165428,44.200071],[-122.905755,44.200736],[-122.865465,44.287317],[-122.762735,44.290537],[-122.577019,44.227881],[-122.384561,44.217063],[-122.32715,44.252841],[-121.819429,44.262394],[-121.769005,44.102035],[-121.869974,43.911664],[-121.975113,43.85757],[-121.962098,43.763537],[-122.002362,43.615498],[-122.131009,43.557284],[-122.132034,43.440221],[-122.741716,43.437395],[-122.741845,43.544654],[-123.107686,43.54001],[-123.137211,43.605906],[-123.137319,43.77967],[-123.348246,43.78017],[-123.470371,43.810056],[-123.619012,43.921117],[-123.827004,43.944837],[-123.946291,43.862682],[-124.16020731588,43.863720501522],[-124.122406,44.104442],[-124.11437007426,44.276194]]]},"properties":{"id":"41039","n":"Lane","z":["97324","97390","97401","97402","97403","97404","97405","97408","97409","97412","97413","97419","97424","97426","97430","97431","97434","97437","97438","97439","97440","97446","97448","97451","97452","97453","97454","97455","97456","97461","97463","97475","97477","97478","97480","97487","97488","97489","97490","97492","97493","97498"],"st":"OR"}},"41041":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-124.01009720989,45.044998959441],[-123.724663,45.044432],[-123.725001,44.739046],[-123.602609,44.721154],[-123.597677,44.433109],[-123.720071,44.433374],[-123.715538,44.360458],[-123.816525,44.315303],[-123.775598,44.283547],[-124.11437007426,44.276194],[-124.065008,44.632504],[-124.074066,44.798107],[-124.01009720989,45.044998959441]]]},"properties":{"id":"41041","n":"Lincoln","z":["97324","97326","97341","97343","97357","97364","97365","97366","97367","97368","97369","97376","97380","97388","97390","97391","97394","97498"],"st":"OR"}},"41043":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-123.149025,44.720225],[-123.143843,44.748914],[-123.042009,44.737719],[-123.006847,44.686898],[-122.802457,44.790864],[-122.620463,44.789213],[-122.480122,44.755819],[-122.276675,44.746135],[-122.230559,44.697867],[-122.138702,44.725179],[-122.033006,44.685691],[-121.800015,44.683425],[-121.793895,44.594056],[-121.84688,44.49109],[-121.843138,44.39263],[-121.819429,44.262394],[-122.32715,44.252841],[-122.384561,44.217063],[-122.577019,44.227881],[-122.762735,44.290537],[-122.865465,44.287317],[-122.905755,44.200736],[-123.165428,44.200071],[-123.180388,44.283725],[-123.245678,44.332099],[-123.214683,44.507681],[-123.260151,44.555148],[-123.17088,44.634245],[-123.073574,44.650495],[-123.149025,44.720225]]]},"properties":{"id":"41043","n":"Linn","z":["97321","97322","97327","97329","97333","97335","97336","97345","97346","97348","97350","97352","97355","97358","97360","97374","97377","97383","97386","97389","97413","97446","97759"],"st":"OR"}},"41045":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-118.232214,44.256129],[-117.971787,44.443849],[-117.590849,44.444573],[-117.486744,44.387246],[-117.487014,44.300317],[-117.21199550695,44.296451095938],[-117.059352,44.237244],[-116.971958,44.235677],[-116.89785467712,44.152666395391],[-116.977351,44.085364],[-116.937342,44.029376],[-116.98554503849,43.881184852814],[-117.023577,43.823811],[-117.02566381045,43.680293635954],[-117.026197,41.99989],[-118.19736921593,41.996994081163],[-118.195311,42.267119],[-118.214698,42.275891],[-118.216832,42.914703],[-118.2321,43.770829],[-118.227645,44.039862],[-118.232214,44.256129]]]},"properties":{"id":"41045","n":"Malheur","z":{"1":"97710","2":"97901","3":"97902","4":"97903","5":"97906","6":"97907","7":"97908","8":"97909","9":"97910","10":"97911","11":"97913","12":"97914","13":"97917","14":"97918","15":"97920","41":"89421"},"st":"OR"}},"41047":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-123.068667,45.07486],[-122.996693,45.117063],[-123.04117,45.220788],[-122.968666,45.284729],[-122.849925,45.259697],[-122.73903,45.259359],[-122.787007,45.128625],[-122.595523,45.019679],[-122.535999,44.937161],[-122.401021,44.88572],[-121.734223,44.88572],[-121.752994,44.829919],[-121.800015,44.683425],[-122.033006,44.685691],[-122.138702,44.725179],[-122.230559,44.697867],[-122.276675,44.746135],[-122.480122,44.755819],[-122.620463,44.789213],[-122.802457,44.790864],[-123.006847,44.686898],[-123.042009,44.737719],[-123.143843,44.748914],[-123.093335,44.814044],[-123.180908,44.857553],[-123.044903,44.944028],[-123.068667,45.07486]]]},"properties":{"id":"41047","n":"Marion","z":["97002","97020","97026","97032","97071","97137","97301","97302","97303","97305","97306","97307","97308","97309","97310","97311","97313","97314","97317","97325","97342","97346","97350","97352","97358","97360","97362","97373","97375","97381","97383","97384","97385","97392"],"st":"OR"}},"41049":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-119.99950515346,45.811684923082],[-119.86815388939,45.838226602636],[-119.669877,45.856867],[-119.600549,45.919581],[-119.43213855882,45.913209144234],[-119.43464,45.603056],[-119.248547,45.601935],[-119.248214,45.516076],[-119.145144,45.515909],[-119.146424,45.08294],[-119.162966,44.996241],[-119.672228,44.995117],[-119.791162,44.994755],[-119.790699,45.067823],[-119.759759,45.169211],[-119.883914,45.169152],[-119.882346,45.256916],[-120.006555,45.257706],[-119.99950515346,45.811684923082]]]},"properties":{"id":"41049","n":"Morrow","z":["96836","97818","97826","97836","97838","97839","97843","97844"],"st":"OR"}},"41051":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-122.929146,45.721482],[-122.76651077133,45.728662574445],[-122.738109,45.644138],[-122.438674,45.563585],[-122.24919700805,45.549998932741],[-121.92374936199,45.654349508969],[-121.90661,45.52123],[-121.819587,45.461675],[-122.660979,45.457819],[-122.743721,45.433294],[-122.743859,45.516665],[-122.929128,45.635313],[-122.929146,45.721482]]]},"properties":{"id":"41051","n":"Multnomah","z":["96214","97009","97010","97014","97019","97024","97030","97034","97035","97056","97060","97080","97133","97201","97202","97203","97204","97205","97206","97207","97208","97209","97210","97211","97212","97213","97214","97215","97216","97217","97218","97219","97220","97221","97222","97225","97227","97228","97229","97230","97231","97232","97233","97236","97238","97239","97240","97242","97250","97251","97252","97253","97254","97256","97258","97266","97280","97282","97283","97286","97290","97291","97292","97293","97294"],"st":"OR"}},"41053":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-123.724663,45.044432],[-123.724368,45.076226],[-123.068667,45.07486],[-123.044903,44.944028],[-123.180908,44.857553],[-123.093335,44.814044],[-123.143843,44.748914],[-123.149025,44.720225],[-123.602609,44.721154],[-123.725001,44.739046],[-123.724663,45.044432]]]},"properties":{"id":"41053","n":"Polk","z":["97101","97304","97338","97344","97347","97351","97361","97370","97371","97378","97396"],"st":"OR"}},"41055":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-120.91393501308,45.648065866423],[-120.591166,45.746547],[-120.4885468207,45.699912227478],[-120.35798,45.533713],[-120.496059,45.465149],[-120.554457,45.252749],[-120.45225,45.14545],[-120.503733,45.083477],[-120.729792,45.083731],[-120.723569,45.130911],[-120.889357,45.202305],[-121.02408,45.218726],[-121.01569,45.307148],[-120.956471,45.310345],[-120.868569,45.401146],[-120.826385,45.514978],[-120.908459,45.558241],[-120.91393501308,45.648065866423]]]},"properties":{"id":"41055","n":"Sherman","z":["97029","97033","97039","97050","97065"],"st":"OR"}},"41057":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-123.96627838452,45.783084903545],[-123.720001,45.77308],[-123.361622,45.779579],[-123.361028,45.708696],[-123.484726,45.708764],[-123.423273,45.636176],[-123.299438,45.607247],[-123.461181,45.49156],[-123.46488,45.433332],[-123.463518,45.216312],[-123.78454,45.216294],[-123.784218,45.076655],[-123.724368,45.076226],[-123.724663,45.044432],[-124.01009720989,45.044998959441],[-123.962887,45.280218],[-123.976544,45.489733],[-123.939448,45.708795],[-123.96627838452,45.783084903545]]]},"properties":{"id":"41057","n":"Tillamook","z":["97102","97107","97108","97112","97118","97122","97130","97131","97134","97135","97136","97141","97143","97147","97149","97347","97368"],"st":"OR"}},"41059":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-119.43213855882,45.913209144234],[-119.25715,45.939926],[-119.12612,45.932859],[-118.98722753956,45.999800213524],[-117.9969704296,46.000190667173],[-117.97765730653,46.000168202382],[-117.97298,45.860595],[-118.045003,45.817073],[-118.066383,45.688395],[-118.117194,45.688607],[-118.116461,45.470732],[-118.197876,45.427204],[-118.428539,45.429076],[-118.428329,45.35519],[-118.697766,45.345647],[-118.655992,45.196928],[-118.546632,45.196898],[-118.518689,44.995877],[-119.162966,44.996241],[-119.146424,45.08294],[-119.145144,45.515909],[-119.248214,45.516076],[-119.248547,45.601935],[-119.43464,45.603056],[-119.43213855882,45.913209144234]]]},"properties":{"id":"41059","n":"Umatilla","z":{"0":"97801","1":"97810","2":"97813","3":"97826","4":"97835","5":"97838","6":"97859","7":"97862","8":"97868","9":"97875","10":"97880","11":"97882","12":"97886","26":"99362"},"st":"OR"}},"41061":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-117.97298,45.860595],[-117.747327,45.861072],[-117.787623,45.689567],[-117.727225,45.61699],[-117.727235,45.51478],[-117.663391,45.365749],[-117.582344,45.338096],[-117.476684,45.166539],[-117.266006,45.166539],[-117.266573,45.08057],[-117.563486,45.079446],[-117.564033,44.992866],[-117.777504,44.992161],[-117.84343,45.058477],[-117.969083,44.995831],[-118.130351,45.045024],[-118.244662,44.958396],[-118.364214,44.990763],[-118.4361,44.96242],[-118.518689,44.995877],[-118.546632,45.196898],[-118.655992,45.196928],[-118.697766,45.345647],[-118.428329,45.35519],[-118.428539,45.429076],[-118.197876,45.427204],[-118.116461,45.470732],[-118.117194,45.688607],[-118.066383,45.688395],[-118.045003,45.817073],[-117.97298,45.860595]]]},"properties":{"id":"41061","n":"Union","z":["97814","97824","97827","97841","97850","97867","97876","97883"],"st":"OR"}},"41063":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-117.97765730653,46.000168202382],[-117.6034258345,45.998760173443],[-117.47993726365,45.997566766842],[-116.915989,45.995413],[-116.7992045325,45.851045435483],[-116.593004,45.778541],[-116.463504,45.615785],[-116.674648,45.314342],[-116.69091625486,45.26898413797],[-116.78312826327,45.07771250501],[-117.266573,45.08057],[-117.266006,45.166539],[-117.476684,45.166539],[-117.582344,45.338096],[-117.663391,45.365749],[-117.727235,45.51478],[-117.727225,45.61699],[-117.787623,45.689567],[-117.747327,45.861072],[-117.97298,45.860595],[-117.97765730653,46.000168202382]]]},"properties":{"id":"41063","n":"Wallowa","z":["97828","97842","97846","97857","97885"],"st":"OR"}},"41065":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-121.696479,45.25792],[-121.481888,45.258128],[-121.482168,45.519604],[-121.44069582786,45.699073794772],[-121.215779,45.671238],[-121.183841,45.606441],[-121.084933,45.647893],[-120.91393501308,45.648065866423],[-120.908459,45.558241],[-120.826385,45.514978],[-120.868569,45.401146],[-120.956471,45.310345],[-121.01569,45.307148],[-121.02408,45.218726],[-120.889357,45.202305],[-120.723569,45.130911],[-120.729792,45.083731],[-120.503733,45.083477],[-120.49516,45.068279],[-120.455204,44.865607],[-120.371441,44.821769],[-121.725068,44.825519],[-121.752994,44.829919],[-121.734223,44.88572],[-121.804426,45.012877],[-121.65871,45.066355],[-121.731438,45.170633],[-121.696479,45.25792]]]},"properties":{"id":"41065","n":"Wasco","z":["97001","97021","97037","97040","97057","97058","97063","97761"],"st":"OR"}},"41067":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-123.361622,45.779579],[-123.030873,45.779159],[-122.929146,45.721482],[-122.929128,45.635313],[-122.743859,45.516665],[-122.743721,45.433294],[-122.743741,45.332067],[-122.867891,45.317345],[-123.135427,45.433459],[-123.46488,45.433332],[-123.461181,45.49156],[-123.299438,45.607247],[-123.423273,45.636176],[-123.484726,45.708764],[-123.361028,45.708696],[-123.361622,45.779579]]]},"properties":{"id":"41067","n":"Washington","z":["97003","97005","97006","97007","97008","97035","97056","97062","97064","97070","97075","97076","97077","97078","97079","97106","97109","97113","97116","97117","97119","97123","97124","97125","97129","97132","97133","97140","97144","97210","97221","97223","97224","97225","97229","97231","97281","97296","97298","97312"],"st":"OR"}},"41069":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-120.49516,45.068279],[-119.790699,45.067823],[-119.791162,44.994755],[-119.672228,44.995117],[-119.652431,44.823299],[-119.655517,44.307045],[-119.899002,44.30662],[-119.899283,44.389575],[-120.020708,44.389687],[-120.021621,44.438793],[-120.386074,44.436083],[-120.386561,44.564009],[-120.404676,44.794719],[-120.371441,44.821769],[-120.455204,44.865607],[-120.49516,45.068279]]]},"properties":{"id":"41069","n":"Wheeler","z":["97750","97830","97848","97874"],"st":"OR"}},"41071":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-123.46488,45.433332],[-123.135427,45.433459],[-122.867891,45.317345],[-122.849925,45.259697],[-122.968666,45.284729],[-123.04117,45.220788],[-122.996693,45.117063],[-123.068667,45.07486],[-123.724368,45.076226],[-123.784218,45.076655],[-123.78454,45.216294],[-123.463518,45.216312],[-123.46488,45.433332]]]},"properties":{"id":"41071","n":"Yamhill","z":["97101","97111","97114","97115","97119","97123","97127","97128","97132","97140","97148","97304","97347","97378","97396"],"st":"OR"}},"42001":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.471085,39.944077],[-77.403606,39.994478],[-77.18563,40.029501],[-77.137425,40.069945],[-77.018648,40.013947],[-76.954932,39.85685],[-77.000312,39.831219],[-76.999318026333,39.720067672353],[-77.217023755237,39.720217248385],[-77.459433419524,39.720229171645],[-77.471085,39.944077]]]},"properties":{"id":"42001","n":"Adams","z":["17019","17222","17301","17303","17304","17306","17307","17310","17316","17320","17324","17325","17331","17335","17340","17343","17344","17350","17353","17372"],"st":"PA"}},"42003":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.148451,40.67429],[-79.69293,40.669744],[-79.772285,40.583788],[-79.701711,40.525491],[-79.704503,40.434025],[-79.764646,40.390346],[-79.781761,40.227711],[-79.870585,40.197415],[-79.914139,40.252518],[-80.183472,40.332782],[-80.360873,40.477539],[-80.14485,40.613474],[-80.148451,40.67429]]]},"properties":{"id":"42003","n":"Allegheny","z":["14233","15003","15005","15006","15007","15014","15015","15017","15018","15020","15024","15025","15026","15028","15030","15031","15032","15034","15035","15037","15044","15045","15046","15047","15049","15051","15056","15057","15063","15064","15065","15068","15071","15075","15076","15082","15084","15085","15086","15088","15089","15090","15091","15095","15096","15101","15102","15104","15106","15108","15110","15112","15116","15120","15122","15123","15126","15127","15129","15131","15132","15133","15134","15135","15136","15137","15139","15140","15142","15143","15144","15145","15146","15147","15148","15201","15202","15203","15204","15205","15206","15207","15208","15209","15210","15211","15212","15213","15214","15215","15216","15217","15218","15219","15220","15221","15222","15223","15224","15225","15226","15227","15228","15229","15230","15231","15232","15233","15234","15235","15236","15237","15238","15239","15240","15241","15242","15243","15250","15251","15252","15253","15254","15255","15257","15258","15259","15260","15261","15264","15265","15267","15268","15270","15274","15275","15276","15277","15278","15279","15281","15282","15283","15286","15289","15290","15295","15332","15642","15668","16046","16055","16059","25317"],"st":"PA"}},"42005":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.69293,40.669744],[-79.690711,41.170691],[-79.620787,40.975167],[-79.284998,41.009295],[-79.215214,41.050515],[-79.21531,40.911346],[-79.215235,40.776016],[-79.450176,40.530149],[-79.668345,40.680049],[-79.69293,40.669744]]]},"properties":{"id":"42005","n":"Armstrong","z":["15613","15618","15656","15673","15686","15690","15732","15736","15774","16025","16028","16041","16049","16055","16201","16210","16212","16218","16222","16223","16224","16226","16228","16229","16236","16238","16240","16242","16244","16245","16249","16250","16253","16259","16261","16262","16263"],"st":"PA"}},"42007":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.519705112599,40.851336778685],[-80.158534,40.855157],[-80.148451,40.67429],[-80.14485,40.613474],[-80.360873,40.477539],[-80.519017117347,40.477363146237],[-80.518991,40.638801],[-80.519705112599,40.851336778685]]]},"properties":{"id":"42007","n":"Beaver","z":["15001","15003","15005","15009","15010","15026","15027","15042","15043","15050","15052","15059","15061","15066","15074","15077","15081","15143","15244","16037","16063","16115","16117","16120","16123","16136","16141","16157"],"st":"PA"}},"42009":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.658409,40.242933],[-78.620383,40.327025],[-78.447895,40.244395],[-78.434288,40.302301],[-78.288764,40.242107],[-78.257305,40.297883],[-78.236302,40.224559],[-78.134863,40.165131],[-78.299003,39.8255],[-78.380477064564,39.72270413884],[-78.808299529622,39.723070956277],[-78.757241,39.823484],[-78.763202,40.056745],[-78.658409,40.242933]]]},"properties":{"id":"42009","n":"Bedford","z":["15521","15522","15533","15534","15535","15537","15539","15545","15550","15553","15554","15559","15946","16625","16633","16650","16655","16657","16659","16662","16664","16667","16670","16672","16673","16678","16679","16694","16695","17211"],"st":"PA"}},"42011":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.440181,40.495952],[-76.171624,40.534947],[-76.01708,40.574455],[-75.993212,40.639712],[-75.891473,40.67727],[-75.529694,40.446995],[-75.696782,40.241863],[-75.873375,40.137107],[-76.151215,40.315971],[-76.440181,40.495952]]]},"properties":{"id":"42011","n":"Berks","z":{"0":"17026","1":"17067","2":"17087","3":"17555","4":"17569","5":"18011","6":"18031","7":"18041","8":"18056","9":"18062","10":"18070","11":"18092","12":"19464","13":"19503","14":"19504","15":"19505","16":"19506","17":"19507","18":"19508","19":"19510","20":"19511","21":"19512","22":"19516","23":"19518","24":"19519","25":"19520","26":"19522","27":"19523","28":"19526","29":"19529","30":"19530","31":"19533","32":"19534","33":"19535","34":"19536","35":"19538","36":"19539","37":"19540","38":"19541","39":"19543","40":"19544","41":"19545","42":"19547","43":"19548","44":"19550","45":"19551","46":"19554","47":"19555","48":"19559","49":"19560","50":"19562","51":"19564","52":"19565","53":"19567","54":"19601","55":"19602","56":"19603","57":"19604","58":"19605","59":"19606","60":"19607","61":"19608","62":"19609","63":"19610","64":"19611","65":"19612","104":"19542"},"st":"PA"}},"42013":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.35043,40.724827],[-78.359912,40.732592],[-78.116521,40.739127],[-78.22197,40.674539],[-78.166371,40.617948],[-78.197083,40.558444],[-78.130081,40.48199],[-78.257305,40.297883],[-78.288764,40.242107],[-78.434288,40.302301],[-78.447895,40.244395],[-78.620383,40.327025],[-78.564085,40.370609],[-78.53984,40.506154],[-78.485958,40.540847],[-78.35043,40.724827]]]},"properties":{"id":"42013","n":"Blair","z":["15946","16601","16602","16603","16613","16617","16625","16631","16635","16636","16637","16641","16648","16655","16660","16662","16665","16673","16682","16684","16686","16693"],"st":"PA"}},"42015":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.926846362954,42.000723451817],[-76.557624143569,42.000148716342],[-76.145518994782,41.998866463308],[-76.115172,41.651825],[-76.197998,41.647823],[-76.220139,41.541285],[-76.813731,41.590034],[-76.874714,41.596919],[-76.926846362954,42.000723451817]]]},"properties":{"id":"42015","n":"Bradford","z":["16910","16914","16925","16926","16936","16945","16947","17724","17735","18623","18810","18814","18815","18817","18829","18830","18831","18832","18833","18837","18840","18845","18846","18848","18850","18851","18853","18854"],"st":"PA"}},"42017":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-75.333514,40.537057],[-75.189236401356,40.609056961122],[-75.188199878125,40.592613366649],[-75.078503,40.548296],[-75.056102,40.416066],[-74.928110569091,40.339828447689],[-74.723379297151,40.152895546232],[-74.972854756446,40.046505365536],[-75.015066,40.137992],[-75.484057,40.418451],[-75.333514,40.537057]]]},"properties":{"id":"42017","n":"Bucks","z":["18036","18039","18041","18054","18055","18073","18077","18081","18901","18902","18910","18911","18912","18913","18914","18916","18917","18920","18921","18922","18923","18925","18927","18928","18929","18930","18931","18932","18933","18934","18935","18938","18940","18942","18943","18944","18946","18947","18949","18950","18951","18953","18954","18955","18956","18960","18962","18963","18964","18966","18968","18969","18970","18972","18974","18976","18977","18980","18991","19006","19007","19020","19021","19030","19040","19047","19048","19049","19053","19054","19055","19056","19057","19058","19067","19440"],"st":"PA"}},"42019":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.096861,41.069804],[-79.999779,41.171861],[-79.694984,41.172865],[-79.690711,41.170691],[-79.69293,40.669744],[-80.148451,40.67429],[-80.158534,40.855157],[-80.16529,41.00047],[-80.096861,41.069804]]]},"properties":{"id":"42019","n":"Butler","z":["15044","15086","15262","16001","16002","16003","16016","16017","16018","16020","16021","16022","16023","16024","16025","16027","16029","16030","16033","16034","16035","16037","16038","16039","16040","16041","16045","16046","16048","16049","16050","16051","16052","16053","16055","16056","16057","16059","16061","16063","16066","16127","16229","16373"],"st":"PA"}},"42021":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.974649,40.395972],[-78.801697,40.724539],[-78.35043,40.724827],[-78.485958,40.540847],[-78.53984,40.506154],[-78.564085,40.370609],[-78.620383,40.327025],[-78.658409,40.242933],[-78.884862,40.244631],[-78.927601,40.285041],[-79.055983,40.285089],[-78.974649,40.395972]]]},"properties":{"id":"42021","n":"Cambria","z":["15714","15722","15724","15737","15738","15760","15762","15773","15775","15901","15902","15904","15905","15906","15907","15909","15915","15921","15922","15925","15927","15930","15931","15934","15938","15940","15942","15943","15945","15946","15948","15951","15952","15955","15956","15957","15958","15959","15960","15961","15962","15963","16613","16619","16624","16627","16629","16630","16636","16639","16640","16641","16644","16646","16668","16675","16699"],"st":"PA"}},"42023":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.419118,41.602188],[-78.203422,41.618157],[-78.050442,41.475462],[-77.989194,41.474822],[-77.988786,41.367453],[-78.093381,41.216931],[-78.236817,41.230475],[-78.253959,41.404721],[-78.420028,41.405046],[-78.419118,41.602188]]]},"properties":{"id":"42023","n":"Cameron","z":["15832","15834","15861","16720"],"st":"PA"}},"42025":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-75.997348,40.912985],[-75.73193,41.00822],[-75.770196,41.050219],[-75.649637,41.122344],[-75.49599,40.987181],[-75.556438,40.928693],[-75.474193,40.814746],[-75.608985,40.787387],[-75.757807,40.735414],[-75.997348,40.912985]]]},"properties":{"id":"42025","n":"Carbon","z":["18012","18030","18058","18071","18201","18210","18211","18212","18216","18229","18230","18232","18235","18237","18240","18244","18250","18254","18255","18610","18624","18661"],"st":"PA"}},"42027":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.038203,41.153633],[-77.898195,41.252752],[-77.892724,41.178259],[-77.79856,41.18195],[-77.741911,41.107614],[-77.621759,41.091185],[-77.508596,40.962938],[-77.339925,40.987167],[-77.14416,41.044338],[-77.36418,40.846937],[-77.681334,40.729758],[-77.824506,40.743681],[-77.94425,40.691557],[-78.116521,40.739127],[-78.359912,40.732592],[-78.168128,40.960865],[-78.056276,41.00417],[-78.112239,41.114217],[-78.038203,41.153633]]]},"properties":{"id":"42027","n":"Centre","z":["16666","16677","16686","16801","16802","16803","16804","16805","16820","16822","16823","16826","16827","16828","16829","16832","16835","16841","16844","16845","16851","16852","16853","16854","16856","16859","16860","16864","16865","16866","16868","16870","16872","16874","16875","16877","16882"],"st":"PA"}},"42029":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-75.873375,40.137107],[-75.696782,40.241863],[-75.560154,40.209446],[-75.456501,40.088058],[-75.361066,40.065543],[-75.597596,39.874161],[-75.59431690522,39.834594973091],[-75.717059,39.792325],[-75.788596,39.722199],[-76.13569742699,39.721767550607],[-76.102479,39.724033],[-75.987846,39.872115],[-75.994629,39.952429],[-75.93587,40.037466],[-75.94244,40.106515],[-75.873375,40.137107]]]},"properties":{"id":"42029","n":"Chester","z":["17527","19073","19080","19087","19088","19089","19301","19310","19311","19312","19316","19317","19318","19319","19320","19330","19333","19335","19340","19341","19342","19343","19344","19345","19346","19347","19348","19350","19351","19352","19353","19354","19355","19357","19358","19360","19362","19363","19365","19366","19367","19369","19371","19372","19374","19375","19376","19380","19381","19382","19383","19390","19395","19397","19398","19399","19421","19425","19432","19442","19457","19460","19465","19470","19475","19480","19481","19482","19484","19493","19494","19495","19496","19520","19543"],"st":"PA"}},"42031":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.694984,41.172865],[-79.604161,41.321478],[-79.47814,41.335708],[-79.477822,41.386479],[-79.400269,41.436145],[-79.207196,41.430922],[-79.208878,41.331861],[-79.215214,41.050515],[-79.284998,41.009295],[-79.620787,40.975167],[-79.690711,41.170691],[-79.694984,41.172865]]]},"properties":{"id":"42031","n":"Clarion","z":["15829","15860","15864","16028","16036","16049","16054","16213","16214","16220","16221","16224","16225","16230","16232","16233","16234","16235","16240","16242","16248","16254","16255","16257","16258","16260","16319","16326","16331","16332","16334","16353","16361","16364","16373"],"st":"PA"}},"42033":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.805167,40.90598],[-78.804532,41.132186],[-78.710248,41.201859],[-78.646666,41.253778],[-78.236817,41.230475],[-78.093381,41.216931],[-78.038203,41.153633],[-78.112239,41.114217],[-78.056276,41.00417],[-78.168128,40.960865],[-78.359912,40.732592],[-78.35043,40.724827],[-78.801697,40.724539],[-78.805167,40.90598]]]},"properties":{"id":"42033","n":"Clearfield","z":["15721","15724","15742","15753","15757","15767","15801","15824","15840","15848","15849","15856","15866","16616","16620","16627","16639","16645","16646","16651","16656","16661","16663","16666","16671","16680","16681","16692","16698","16821","16825","16830","16833","16834","16836","16837","16838","16839","16840","16843","16845","16847","16849","16850","16855","16858","16860","16861","16863","16866","16871","16873","16876","16878","16879","16881"],"st":"PA"}},"42035":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.093381,41.216931],[-77.988786,41.367453],[-77.989194,41.474822],[-77.598129,41.478576],[-77.526537,41.358528],[-77.144111,41.06884],[-77.14416,41.044338],[-77.339925,40.987167],[-77.508596,40.962938],[-77.621759,41.091185],[-77.741911,41.107614],[-77.79856,41.18195],[-77.892724,41.178259],[-77.898195,41.252752],[-78.038203,41.153633],[-78.093381,41.216931]]]},"properties":{"id":"42035","n":"Clinton","z":{"0":"16822","1":"16841","2":"16848","3":"16871","4":"16872","5":"17721","6":"17726","7":"17729","8":"17740","9":"17745","10":"17747","11":"17748","12":"17750","13":"17751","14":"17760","15":"17764","16":"17778","17":"17779","33":"17767"},"st":"PA"}},"42037":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.640767,41.155718],[-76.592607,41.157765],[-76.447597,41.275629],[-76.310133,41.310199],[-76.319236,41.208092],[-76.228975,41.138466],[-76.207827,40.94974],[-76.284611,40.883588],[-76.30717,40.801809],[-76.380152,40.775511],[-76.409667,40.833624],[-76.501312,40.824817],[-76.528034,40.882515],[-76.514789,40.958514],[-76.618971,41.063759],[-76.640767,41.155718]]]},"properties":{"id":"42037","n":"Columbia","z":["17756","17774","17814","17815","17820","17821","17824","17846","17858","17859","17878","17888","17920","17921","17945","17985","18603","18631","18635","18655"],"st":"PA"}},"42039":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.519396726691,41.849562990559],[-79.612072,41.850056],[-79.612873,41.623858],[-79.828876,41.622057],[-79.999779,41.490049],[-80.125316,41.480395],[-80.519165169896,41.489012190155],[-80.519176750353,41.499924051206],[-80.519396726691,41.849562990559]]]},"properties":{"id":"42039","n":"Crawford","z":["16110","16111","16125","16131","16134","16314","16316","16317","16327","16328","16335","16354","16360","16388","16401","16403","16404","16406","16407","16412","16422","16424","16433","16434","16435","16438","16440","16441"],"st":"PA"}},"42041":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.91497,40.328484],[-76.859023,40.226328],[-76.905875,40.165723],[-77.029433,40.147547],[-77.137425,40.069945],[-77.18563,40.029501],[-77.403606,39.994478],[-77.471085,39.944077],[-77.614665,40.198549],[-77.360082,40.314075],[-77.420845,40.255368],[-76.974219,40.31033],[-76.91497,40.328484]]]},"properties":{"id":"42041","n":"Cumberland","z":["17001","17007","17011","17013","17015","17019","17025","17027","17043","17050","17053","17055","17065","17070","17072","17081","17089","17093","17232","17240","17241","17257","17266","17307","17324","17337","17375"],"st":"PA"}},"42043":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.949414,40.628163],[-76.919272,40.603544],[-76.701624,40.658082],[-76.535414,40.555157],[-76.67804,40.474717],[-76.566339,40.196644],[-76.72162,40.12007],[-76.859023,40.226328],[-76.91497,40.328484],[-77.020799,40.36623],[-76.952838,40.462444],[-76.992488,40.567534],[-76.949414,40.628163]]]},"properties":{"id":"42043","n":"Dauphin","z":["17005","17017","17018","17020","17022","17023","17028","17030","17032","17033","17034","17036","17048","17057","17061","17078","17080","17097","17098","17101","17102","17103","17104","17105","17106","17107","17108","17109","17110","17111","17112","17113","17120","17121","17122","17123","17124","17125","17126","17127","17128","17129","17130","17140","17177","17980"],"st":"PA"}},"42045":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-75.361066,40.065543],[-75.276482,39.976959],[-75.258805818048,39.854673900784],[-75.410492477637,39.804672234322],[-75.415062,39.801919],[-75.59431690522,39.834594973091],[-75.597596,39.874161],[-75.361066,40.065543]]]},"properties":{"id":"42045","n":"Delaware","z":["19003","19008","19010","19013","19014","19015","19017","19018","19022","19023","19026","19028","19029","19032","19033","19036","19037","19039","19041","19043","19050","19052","19060","19061","19063","19064","19065","19070","19073","19074","19076","19078","19079","19081","19082","19083","19085","19086","19087","19091","19094","19096","19098","19101","19113","19173","19312","19317","19319","19331","19339","19342","19373","19382"],"st":"PA"}},"42047":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.956042,41.623402],[-78.956056,41.623863],[-78.483409,41.629898],[-78.419118,41.602188],[-78.420028,41.405046],[-78.253959,41.404721],[-78.236817,41.230475],[-78.646666,41.253778],[-78.710248,41.201859],[-78.73528,41.262915],[-78.971904,41.376565],[-79.095096,41.340658],[-79.06352,41.453207],[-78.958957,41.437061],[-78.956042,41.623402]]]},"properties":{"id":"42047","n":"Elk","z":["15821","15822","15823","15827","15831","15832","15841","15845","15846","15853","15857","15860","15868","15870","16728","16734","16735"],"st":"PA"}},"42049":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.519425,41.977523],[-80.329976,42.036168],[-80.154084,42.114757],[-80.088512,42.173184],[-80.020323,42.163116],[-79.761951,42.26986],[-79.761313,41.998808],[-79.610835774987,41.998519904108],[-79.612072,41.850056],[-80.519396726691,41.849562990559],[-80.519425,41.977523]]]},"properties":{"id":"42049","n":"Erie","z":["16401","16403","16407","16410","16411","16412","16413","16415","16417","16421","16423","16426","16427","16428","16430","16432","16435","16438","16441","16442","16443","16444","16475","16501","16502","16503","16504","16505","16506","16507","16508","16509","16510","16511","16512","16514","16515","16522","16530","16531","16534","16538","16541","16544","16546","16550","16553","16563","16565"],"st":"PA"}},"42051":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.998014,39.983322],[-79.877048,40.036826],[-79.877385,40.126792],[-79.744404,40.128168],[-79.641098,40.088317],[-79.480367,40.143124],[-79.293682,40.040413],[-79.417558,39.853776],[-79.356757,39.781477],[-79.392458405022,39.72143935864],[-79.476662,39.721078],[-79.763774,39.720776],[-79.916017356038,39.721055933519],[-79.923325,39.921547],[-79.998014,39.983322]]]},"properties":{"id":"42051","n":"Fayette","z":["15012","15401","15410","15413","15415","15416","15417","15420","15421","15422","15424","15425","15428","15430","15431","15433","15435","15436","15437","15438","15439","15440","15442","15443","15444","15445","15446","15447","15449","15450","15451","15454","15455","15456","15458","15459","15460","15461","15462","15463","15464","15465","15466","15467","15468","15469","15470","15472","15473","15474","15475","15476","15478","15480","15482","15484","15486","15488","15489","15490","15492","15557","15610","15622","15631","15666","15683"],"st":"PA"}},"42053":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.51207,41.624559],[-78.956042,41.623402],[-78.958957,41.437061],[-79.06352,41.453207],[-79.095096,41.340658],[-79.208878,41.331861],[-79.207196,41.430922],[-79.400269,41.436145],[-79.477822,41.386479],[-79.512276,41.46524],[-79.51207,41.624559]]]},"properties":{"id":"42053","n":"Forest","z":["15828","16217","16239","16321","16322","16341","16347","16351","16353","16370"],"st":"PA"}},"42055":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.098970696167,39.722466194428],[-78.0027,39.826599],[-77.920952,40.00045],[-77.864489,40.061568],[-77.70303,40.263576],[-77.671761,40.289825],[-77.614665,40.198549],[-77.471085,39.944077],[-77.459433419524,39.720229171645],[-77.469274,39.720229],[-78.098970696167,39.722466194428]]]},"properties":{"id":"42055","n":"Franklin","z":{"0":"17021","1":"17201","2":"17202","3":"17210","4":"17214","5":"17217","6":"17219","7":"17220","8":"17221","9":"17222","10":"17224","11":"17225","12":"17231","13":"17235","14":"17236","15":"17237","16":"17240","17":"17244","18":"17246","19":"17247","20":"17250","21":"17251","22":"17252","23":"17254","24":"17256","25":"17257","26":"17261","27":"17262","28":"17263","29":"17265","30":"17268","31":"17271","32":"17272","63":"17270"},"st":"PA"}},"42057":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.380477064564,39.72270413884],[-78.299003,39.8255],[-78.134863,40.165131],[-77.92556,40.103977],[-77.864489,40.061568],[-77.920952,40.00045],[-78.0027,39.826599],[-78.098970696167,39.722466194428],[-78.342833518574,39.722658292926],[-78.380477064564,39.72270413884]]]},"properties":{"id":"42057","n":"Fulton","z":["15533","15536","16674","16689","16691","16694","17212","17215","17223","17224","17228","17229","17233","17236","17238","17264","17267"],"st":"PA"}},"42059":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.519160794315,39.962200052522],[-80.301396,40.020559],[-79.998014,39.983322],[-79.923325,39.921547],[-79.916017356038,39.721055933519],[-80.421388,39.721189],[-80.519342,39.721403],[-80.519160794315,39.962200052522]]]},"properties":{"id":"42059","n":"Greene","z":["15310","15315","15316","15320","15322","15325","15327","15329","15334","15337","15338","15341","15344","15345","15346","15349","15351","15352","15353","15357","15359","15362","15364","15370","15377","15380"],"st":"PA"}},"42061":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.116521,40.739127],[-77.94425,40.691557],[-77.824506,40.743681],[-77.681334,40.729758],[-77.68708,40.67675],[-77.841827,40.550035],[-77.816513,40.500074],[-77.913844,40.398679],[-77.75212,40.378545],[-77.70303,40.263576],[-77.864489,40.061568],[-77.92556,40.103977],[-78.134863,40.165131],[-78.236302,40.224559],[-78.257305,40.297883],[-78.130081,40.48199],[-78.197083,40.558444],[-78.166371,40.617948],[-78.22197,40.674539],[-78.116521,40.739127]]]},"properties":{"id":"42061","n":"Huntingdon","z":["16611","16621","16622","16623","16634","16638","16647","16652","16654","16657","16669","16674","16678","16683","16685","16686","16694","16865","16877","17002","17052","17060","17066","17213","17215","17229","17239","17243","17249","17253","17255","17260","17264"],"st":"PA"}},"42063":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.450176,40.530149],[-79.215235,40.776016],[-79.21531,40.911346],[-78.805167,40.90598],[-78.801697,40.724539],[-78.974649,40.395972],[-79.016617,40.420279],[-79.121634,40.370576],[-79.155789,40.411765],[-79.395461,40.457132],[-79.450176,40.530149]]]},"properties":{"id":"42063","n":"Indiana","z":["15272","15618","15681","15701","15705","15710","15712","15713","15714","15716","15717","15720","15723","15724","15725","15727","15728","15729","15731","15732","15734","15739","15741","15742","15745","15746","15747","15748","15750","15752","15754","15756","15757","15759","15761","15763","15765","15767","15771","15772","15774","15777","15783","15920","15929","15944","15949","15954","15957","15961","16211","16222","16246","16256"],"st":"PA"}},"42065":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.215214,41.050515],[-79.208878,41.331861],[-79.095096,41.340658],[-78.971904,41.376565],[-78.73528,41.262915],[-78.710248,41.201859],[-78.804532,41.132186],[-78.805167,40.90598],[-79.21531,40.911346],[-79.215214,41.050515]]]},"properties":{"id":"42065","n":"Jefferson","z":["15711","15715","15730","15733","15744","15758","15764","15767","15770","15776","15778","15780","15781","15784","15823","15824","15825","15828","15829","15840","15847","15851","15853","15860","15863","15864","15865","16217","16222","16240"],"st":"PA"}},"42067":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.75212,40.378545],[-77.497506,40.58174],[-77.490021,40.614792],[-77.287941,40.693595],[-77.109597,40.691578],[-76.939749,40.638378],[-76.949414,40.628163],[-77.182789,40.582211],[-77.540141,40.399221],[-77.671761,40.289825],[-77.70303,40.263576],[-77.75212,40.378545]]]},"properties":{"id":"42067","n":"Juniata","z":["17014","17021","17035","17045","17049","17056","17058","17059","17062","17076","17082","17086","17094","17243","17853"],"st":"PA"}},"42069":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-75.834695,41.427246],[-75.719887,41.642263],[-75.462411,41.641587],[-75.440658,41.258125],[-75.505607,41.232539],[-75.600736,41.161497],[-75.643494,41.176259],[-75.687244,41.339216],[-75.834695,41.427246]]]},"properties":{"id":"42069","n":"Lackawanna","z":["18403","18407","18410","18411","18414","18416","18419","18420","18421","18424","18433","18434","18436","18440","18444","18446","18447","18448","18452","18471","18501","18502","18503","18504","18505","18507","18508","18509","18510","18512","18515","18517","18518","18519","18540","18577","18615","18641","18653"],"st":"PA"}},"42071":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.566339,40.196644],[-76.307578,40.255066],[-76.151215,40.315971],[-75.873375,40.137107],[-75.94244,40.106515],[-75.93587,40.037466],[-75.994629,39.952429],[-75.987846,39.872115],[-76.102479,39.724033],[-76.13569742699,39.721767550607],[-76.233485,39.721646],[-76.239683741115,39.721641989925],[-76.47358,39.947352],[-76.534927,40.051359],[-76.663825,40.063227],[-76.72162,40.12007],[-76.566339,40.196644]]]},"properties":{"id":"42071","n":"Lancaster","z":["17022","17073","17501","17502","17503","17504","17505","17506","17507","17508","17509","17512","17516","17517","17518","17519","17520","17521","17522","17527","17528","17529","17532","17533","17534","17535","17536","17537","17538","17540","17543","17545","17547","17549","17550","17551","17552","17554","17555","17557","17560","17562","17563","17564","17565","17566","17567","17568","17569","17570","17572","17573","17575","17576","17578","17579","17580","17581","17582","17583","17584","17585","17601","17602","17603","17604","17605","17606","17607","17608","17611","17622","17699","19310","19344","19362","19363","19501","19540","19543","19551"],"st":"PA"}},"42073":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.519222086081,41.125093566796],[-80.147164,41.113795],[-80.096861,41.069804],[-80.16529,41.00047],[-80.158534,40.855157],[-80.519705112599,40.851336778685],[-80.519869707686,40.900323934249],[-80.519222086081,41.125093566796]]]},"properties":{"id":"42073","n":"Lawrence","z":["16037","16051","16057","16101","16102","16103","16105","16107","16112","16116","16117","16120","16123","16127","16132","16140","16141","16142","16143","16155","16156","16157","16159","16160","16172"],"st":"PA"}},"42075":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.535414,40.555157],[-76.440181,40.495952],[-76.151215,40.315971],[-76.307578,40.255066],[-76.566339,40.196644],[-76.67804,40.474717],[-76.535414,40.555157]]]},"properties":{"id":"42075","n":"Lebanon","z":["17003","17010","17016","17026","17028","17033","17038","17039","17041","17042","17046","17064","17067","17073","17077","17078","17083","17085","17087","17088","17545","17963","19551"],"st":"PA"}},"42077":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-75.757807,40.735414],[-75.608985,40.787387],[-75.481469,40.655744],[-75.430404,40.674152],[-75.404412,40.581154],[-75.333514,40.537057],[-75.484057,40.418451],[-75.529694,40.446995],[-75.891473,40.67727],[-75.757807,40.735414]]]},"properties":{"id":"42077","n":"Lehigh","z":["16108","18001","18002","18003","18011","18015","18016","18017","18018","18025","18031","18032","18034","18036","18037","18041","18046","18049","18051","18052","18053","18059","18060","18062","18065","18066","18068","18069","18078","18079","18080","18087","18092","18098","18099","18101","18102","18103","18104","18105","18106","18109","18195","18951","18981","19529","19530","19539"],"st":"PA"}},"42079":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.310133,41.310199],[-76.2831,41.376517],[-76.00507,41.384551],[-75.834695,41.427246],[-75.687244,41.339216],[-75.643494,41.176259],[-75.600736,41.161497],[-75.649637,41.122344],[-75.770196,41.050219],[-75.73193,41.00822],[-75.997348,40.912985],[-76.207827,40.94974],[-76.228975,41.138466],[-76.319236,41.208092],[-76.310133,41.310199]]]},"properties":{"id":"42079","n":"Luzerne","z":["17814","17815","17878","18201","18202","18216","18219","18221","18222","18223","18224","18225","18234","18239","18241","18244","18246","18247","18249","18251","18255","18256","18424","18601","18602","18603","18610","18611","18612","18615","18617","18618","18621","18622","18627","18634","18635","18636","18640","18641","18642","18643","18644","18651","18654","18655","18656","18660","18661","18690","18701","18702","18703","18704","18705","18706","18707","18708","18709","18710","18711","18762","18764","18765","18766","18767","18769","18773","18957"],"st":"PA"}},"42081":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.599278,41.542271],[-76.960481,41.551517],[-76.874714,41.596919],[-76.813731,41.590034],[-76.749497,41.405572],[-76.592532,41.304332],[-76.447597,41.275629],[-76.592607,41.157765],[-76.640767,41.155718],[-76.732672,41.17204],[-76.896114,41.13907],[-76.977939,41.087883],[-77.144111,41.06884],[-77.526537,41.358528],[-77.598129,41.478576],[-77.599278,41.542271]]]},"properties":{"id":"42081","n":"Lycoming","z":["16930","16938","17701","17702","17703","17705","17720","17723","17724","17727","17728","17737","17739","17740","17742","17744","17745","17752","17754","17756","17758","17762","17763","17765","17769","17771","17774","17776","17810","17814","17846"],"st":"PA"}},"42083":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.918857363615,41.999103198689],[-78.308128960447,41.999071134741],[-78.206603037858,41.999088305758],[-78.203422,41.618157],[-78.419118,41.602188],[-78.483409,41.629898],[-78.956056,41.623863],[-78.915775,41.840896],[-78.918857363615,41.999103198689]]]},"properties":{"id":"42083","n":"McKean","z":["15870","16333","16701","16720","16724","16725","16726","16727","16729","16730","16731","16732","16733","16735","16738","16740","16743","16744","16745","16748","16749","16750"],"st":"PA"}},"42085":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.519196690325,41.133386502549],[-80.519165169896,41.489012190155],[-80.125316,41.480395],[-79.999779,41.490049],[-79.999779,41.171861],[-80.096861,41.069804],[-80.147164,41.113795],[-80.519222086081,41.125093566796],[-80.519196690325,41.133386502549]]]},"properties":{"id":"42085","n":"Mercer","z":["16057","16110","16113","16114","16121","16124","16125","16127","16130","16133","16134","16137","16142","16143","16145","16146","16148","16150","16151","16153","16154","16156","16159","16161","16311","16314","16342","16362"],"st":"PA"}},"42087":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.681334,40.729758],[-77.36418,40.846937],[-77.356628,40.807334],[-77.354097,40.701667],[-77.287941,40.693595],[-77.490021,40.614792],[-77.497506,40.58174],[-77.75212,40.378545],[-77.913844,40.398679],[-77.816513,40.500074],[-77.841827,40.550035],[-77.68708,40.67675],[-77.681334,40.729758]]]},"properties":{"id":"42087","n":"Mifflin","z":["17002","17004","17009","17029","17044","17051","17054","17063","17066","17075","17084","17099","17841"],"st":"PA"}},"42089":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-75.600736,41.161497],[-75.505607,41.232539],[-75.359184,41.239206],[-75.129721,41.252101],[-75.156507,41.150341],[-74.992385995182,41.093028246993],[-75.123253944208,40.965305534388],[-75.29494,40.8622],[-75.474193,40.814746],[-75.556438,40.928693],[-75.49599,40.987181],[-75.649637,41.122344],[-75.600736,41.161497]]]},"properties":{"id":"42089","n":"Monroe","z":["18058","18071","18210","18301","18302","18320","18321","18322","18323","18324","18325","18326","18327","18330","18331","18332","18333","18334","18335","18341","18342","18344","18346","18347","18348","18349","18350","18352","18353","18354","18355","18356","18357","18360","18370","18372","18424","18466","18610"],"st":"PA"}},"42091":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-75.529694,40.446995],[-75.484057,40.418451],[-75.015066,40.137992],[-75.10745,40.048599],[-75.22361,40.092907],[-75.205771,40.011629],[-75.276482,39.976959],[-75.361066,40.065543],[-75.456501,40.088058],[-75.560154,40.209446],[-75.696782,40.241863],[-75.529694,40.446995]]]},"properties":{"id":"42091","n":"Montgomery","z":["18041","18054","18070","18073","18074","18076","18084","18915","18918","18936","18958","18964","18969","18971","18979","19001","19002","19003","19004","19006","19009","19010","19012","19025","19027","19031","19034","19035","19038","19040","19041","19044","19046","19066","19072","19075","19083","19085","19087","19090","19095","19096","19118","19150","19401","19403","19404","19405","19406","19407","19408","19409","19415","19422","19423","19424","19426","19428","19429","19430","19435","19436","19437","19438","19440","19441","19443","19444","19446","19450","19451","19453","19454","19455","19456","19460","19462","19464","19468","19472","19473","19474","19477","19478","19486","19490","19492","19504","19505","19512","19525"],"st":"PA"}},"42093":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.732672,41.17204],[-76.640767,41.155718],[-76.618971,41.063759],[-76.514789,40.958514],[-76.528034,40.882515],[-76.644446,40.96453],[-76.79261,40.946647],[-76.732672,41.17204]]]},"properties":{"id":"42093","n":"Montour","z":["17756","17772","17777","17815","17820","17821","17822","17847","17884"],"st":"PA"}},"42095":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-75.474193,40.814746],[-75.29494,40.8622],[-75.123253944208,40.965305534388],[-75.065438,40.885682],[-75.108505,40.791094],[-75.177477,40.764225],[-75.189236401356,40.609056961122],[-75.333514,40.537057],[-75.404412,40.581154],[-75.430404,40.674152],[-75.481469,40.655744],[-75.608985,40.787387],[-75.474193,40.814746]]]},"properties":{"id":"42095","n":"Northampton","z":["18013","18014","18015","18017","18018","18020","18032","18035","18038","18040","18042","18043","18044","18045","18055","18063","18064","18067","18072","18077","18083","18085","18086","18088","18091","18109","18343","18351"],"st":"PA"}},"42097":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.939749,40.638378],[-76.864014,40.706693],[-76.800242,40.881994],[-76.874719,40.948144],[-76.858335,41.073078],[-76.896114,41.13907],[-76.732672,41.17204],[-76.79261,40.946647],[-76.644446,40.96453],[-76.528034,40.882515],[-76.501312,40.824817],[-76.409667,40.833624],[-76.380152,40.775511],[-76.701624,40.658082],[-76.919272,40.603544],[-76.949414,40.628163],[-76.939749,40.638378]]]},"properties":{"id":"42097","n":"Northumberland","z":["17017","17730","17749","17756","17772","17777","17801","17821","17823","17824","17830","17832","17834","17836","17840","17847","17850","17851","17857","17860","17865","17866","17867","17868","17872","17877","17881","17941","17964"],"st":"PA"}},"42099":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.671761,40.289825],[-77.540141,40.399221],[-77.182789,40.582211],[-76.949414,40.628163],[-76.992488,40.567534],[-76.952838,40.462444],[-77.020799,40.36623],[-76.91497,40.328484],[-76.974219,40.31033],[-77.420845,40.255368],[-77.360082,40.314075],[-77.614665,40.198549],[-77.671761,40.289825]]]},"properties":{"id":"42099","n":"Perry","z":["17006","17020","17021","17024","17035","17037","17040","17045","17047","17053","17062","17068","17069","17071","17074","17090"],"st":"PA"}},"42101":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-75.276482,39.976959],[-75.205771,40.011629],[-75.22361,40.092907],[-75.10745,40.048599],[-75.015066,40.137992],[-74.972854756446,40.046505365536],[-75.060129970723,39.992011003263],[-75.141435521747,39.893918372481],[-75.258805818048,39.854673900784],[-75.276482,39.976959]]]},"properties":{"id":"42101","n":"Philadelphia","z":["19016","19019","19092","19093","19099","19102","19103","19104","19105","19106","19107","19108","19109","19110","19111","19112","19114","19115","19116","19118","19119","19120","19121","19122","19123","19124","19125","19126","19127","19128","19129","19130","19131","19132","19133","19134","19135","19136","19137","19138","19139","19140","19141","19142","19143","19144","19145","19146","19147","19148","19149","19150","19151","19152","19153","19154","19155","19160","19162","19170","19171","19172","19175","19176","19177","19178","19179","19181","19182","19183","19184","19185","19187","19188","19190","19191","19192","19193","19194","19195","19196","19197","19244","19255"],"st":"PA"}},"42103":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-75.046198605912,41.603764019903],[-74.982463,41.496467],[-74.756271834725,41.427627428543],[-74.694914,41.357423],[-74.815703,41.296151],[-74.905256,41.155668],[-74.983042074248,41.106017558857],[-74.992385995182,41.093028246993],[-75.156507,41.150341],[-75.129721,41.252101],[-75.359184,41.239206],[-75.311143,41.331439],[-75.046198605912,41.603764019903]]]},"properties":{"id":"42103","n":"Pike","z":["18302","18324","18325","18328","18336","18337","18340","18371","18405","18425","18426","18428","18435","18445","18451","18457","18458","18460","18464"],"st":"PA"}},"42105":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.206603037858,41.999088305758],[-77.749930925127,41.998755440329],[-77.610020114476,41.99914985408],[-77.599278,41.542271],[-77.598129,41.478576],[-77.989194,41.474822],[-78.050442,41.475462],[-78.203422,41.618157],[-78.206603037858,41.999088305758]]]},"properties":{"id":"42105","n":"Potter","z":["16720","16743","16746","16748","16915","16922","16923","16927","16937","16941","16943","16948","16950","17729"],"st":"PA"}},"42107":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.380152,40.775511],[-76.30717,40.801809],[-76.284611,40.883588],[-76.207827,40.94974],[-75.997348,40.912985],[-75.757807,40.735414],[-75.891473,40.67727],[-75.993212,40.639712],[-76.01708,40.574455],[-76.171624,40.534947],[-76.440181,40.495952],[-76.535414,40.555157],[-76.701624,40.658082],[-76.380152,40.775511]]]},"properties":{"id":"42107","n":"Schuylkill","z":["17901","17921","17922","17923","17925","17929","17930","17931","17932","17933","17934","17935","17936","17938","17941","17943","17944","17945","17946","17948","17949","17951","17952","17953","17954","17957","17959","17960","17961","17963","17964","17965","17966","17967","17968","17970","17972","17974","17976","17978","17979","17980","17981","17982","17983","17985","18201","18202","18211","18214","18218","18220","18231","18237","18240","18241","18242","18245","18248","18252","19549"],"st":"PA"}},"42109":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.356628,40.807334],[-76.941788,40.88806],[-76.800242,40.881994],[-76.864014,40.706693],[-76.939749,40.638378],[-77.109597,40.691578],[-77.287941,40.693595],[-77.354097,40.701667],[-77.356628,40.807334]]]},"properties":{"id":"42109","n":"Snyder","z":["17045","17063","17086","17812","17813","17827","17831","17833","17841","17842","17843","17853","17861","17862","17864","17870","17876","17882","17889"],"st":"PA"}},"42111":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.293682,40.040413],[-79.183619,40.110686],[-79.055983,40.285089],[-78.927601,40.285041],[-78.884862,40.244631],[-78.658409,40.242933],[-78.763202,40.056745],[-78.757241,39.823484],[-78.808299529622,39.723070956277],[-78.928416129889,39.722998587441],[-79.392458405022,39.72143935864],[-79.356757,39.781477],[-79.417558,39.853776],[-79.293682,40.040413]]]},"properties":{"id":"42111","n":"Somerset","z":["15411","15424","15501","15502","15510","15520","15530","15531","15532","15534","15538","15540","15541","15542","15544","15545","15546","15547","15548","15549","15551","15552","15555","15557","15558","15559","15560","15561","15562","15563","15564","15565","15622","15905","15924","15926","15928","15935","15936","15937","15953","15963"],"st":"PA"}},"42113":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.813731,41.590034],[-76.220139,41.541285],[-76.2831,41.376517],[-76.310133,41.310199],[-76.447597,41.275629],[-76.592532,41.304332],[-76.749497,41.405572],[-76.813731,41.590034]]]},"properties":{"id":"42113","n":"Sullivan","z":["17701","17731","17737","17758","17768","17774","17814","18614","18616","18619","18626","18628","18632","18833"],"st":"PA"}},"42115":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.145518994782,41.998866463308],[-76.10584,41.998858],[-75.483149270959,41.999398164523],[-75.462411,41.641587],[-75.719887,41.642263],[-76.115172,41.651825],[-76.145518994782,41.998866463308]]]},"properties":{"id":"42115","n":"Susquehanna","z":["18407","18413","18419","18421","18430","18441","18446","18449","18465","18470","18623","18630","18801","18812","18813","18816","18818","18820","18821","18822","18823","18824","18825","18826","18827","18828","18830","18834","18842","18843","18844","18847"],"st":"PA"}},"42117":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.610020114476,41.99914985408],[-76.965728759427,42.000783395047],[-76.926846362954,42.000723451817],[-76.874714,41.596919],[-76.960481,41.551517],[-77.599278,41.542271],[-77.610020114476,41.99914985408]]]},"properties":{"id":"42117","n":"Tioga","z":["16901","16911","16912","16914","16917","16920","16921","16928","16929","16930","16932","16933","16935","16936","16938","16939","16940","16942","16943","16946","16947","16950","17724","17727","17765"],"st":"PA"}},"42119":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.36418,40.846937],[-77.14416,41.044338],[-77.144111,41.06884],[-76.977939,41.087883],[-76.896114,41.13907],[-76.858335,41.073078],[-76.874719,40.948144],[-76.800242,40.881994],[-76.941788,40.88806],[-77.356628,40.807334],[-77.36418,40.846937]]]},"properties":{"id":"42119","n":"Union","z":["17810","17829","17835","17837","17844","17845","17855","17856","17870","17880","17883","17885","17886","17887","17889"],"st":"PA"}},"42121":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.999779,41.490049],[-79.828876,41.622057],[-79.612873,41.623858],[-79.51207,41.624559],[-79.512276,41.46524],[-79.477822,41.386479],[-79.47814,41.335708],[-79.604161,41.321478],[-79.694984,41.172865],[-79.999779,41.171861],[-79.999779,41.490049]]]},"properties":{"id":"42121","n":"Venango","z":["16038","16058","16127","16153","16232","16301","16311","16314","16317","16319","16323","16341","16342","16343","16344","16346","16353","16354","16362","16364","16372","16373","16374","16375"],"st":"PA"}},"42123":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.612072,41.850056],[-79.610835774987,41.998519904108],[-79.06126440316,41.998838109911],[-78.918857363615,41.999103198689],[-78.915775,41.840896],[-78.956056,41.623863],[-78.956042,41.623402],[-79.51207,41.624559],[-79.612873,41.623858],[-79.612072,41.850056]]]},"properties":{"id":"42123","n":"Warren","z":["16312","16313","16329","16340","16345","16347","16350","16351","16352","16354","16365","16366","16367","16368","16369","16371","16402","16405","16407","16416","16420","16434","16436","16701"],"st":"PA"}},"42125":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.51912,40.01641],[-80.519084370457,40.159671995118],[-80.519029691194,40.399641056341],[-80.519017117347,40.477363146237],[-80.360873,40.477539],[-80.183472,40.332782],[-79.914139,40.252518],[-79.870585,40.197415],[-79.877385,40.126792],[-79.877048,40.036826],[-79.998014,39.983322],[-80.301396,40.020559],[-80.519160794315,39.962200052522],[-80.51912,40.01641]]]},"properties":{"id":"42125","n":"Washington","z":["15004","15012","15017","15019","15021","15022","15025","15026","15033","15038","15053","15054","15055","15057","15060","15063","15067","15078","15126","15129","15241","15301","15311","15312","15313","15314","15317","15321","15322","15323","15324","15329","15330","15331","15332","15333","15336","15339","15340","15342","15345","15347","15348","15350","15358","15360","15361","15363","15365","15366","15367","15368","15370","15376","15377","15378","15379","15412","15417","15419","15423","15427","15429","15432","15434","15477","15483"],"st":"PA"}},"42127":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-75.462411,41.641587],[-75.483149270959,41.999398164523],[-75.359859929151,41.993685888905],[-75.263005,41.885109],[-75.146664899286,41.850125930146],[-75.053431,41.752538],[-75.046198605912,41.603764019903],[-75.311143,41.331439],[-75.359184,41.239206],[-75.505607,41.232539],[-75.440658,41.258125],[-75.462411,41.641587]]]},"properties":{"id":"42127","n":"Wayne","z":["18405","18415","18417","18421","18424","18427","18428","18431","18436","18437","18438","18439","18443","18444","18445","18453","18454","18455","18456","18459","18460","18461","18462","18463","18465","18469","18470","18472","18473","18847"],"st":"PA"}},"42129":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.870585,40.197415],[-79.781761,40.227711],[-79.764646,40.390346],[-79.704503,40.434025],[-79.701711,40.525491],[-79.772285,40.583788],[-79.69293,40.669744],[-79.668345,40.680049],[-79.450176,40.530149],[-79.395461,40.457132],[-79.155789,40.411765],[-79.121634,40.370576],[-79.016617,40.420279],[-78.974649,40.395972],[-79.055983,40.285089],[-79.183619,40.110686],[-79.293682,40.040413],[-79.480367,40.143124],[-79.641098,40.088317],[-79.744404,40.128168],[-79.877385,40.126792],[-79.870585,40.197415]]]},"properties":{"id":"42129","n":"Westmoreland","z":["15012","15062","15068","15069","15072","15083","15085","15087","15089","15131","15137","15146","15448","15479","15501","15531","15601","15605","15606","15610","15611","15612","15613","15615","15616","15617","15618","15619","15620","15621","15622","15623","15624","15625","15626","15627","15628","15629","15632","15633","15634","15635","15636","15637","15638","15639","15640","15641","15642","15644","15646","15647","15650","15655","15656","15658","15660","15661","15662","15663","15664","15665","15666","15668","15670","15671","15672","15674","15675","15676","15677","15678","15679","15680","15681","15682","15683","15684","15685","15687","15688","15689","15690","15691","15692","15693","15695","15696","15697","15698","15717","15779","15923","15944","15954","16229"],"st":"PA"}},"42131":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.220139,41.541285],[-76.197998,41.647823],[-76.115172,41.651825],[-75.719887,41.642263],[-75.834695,41.427246],[-76.00507,41.384551],[-76.2831,41.376517],[-76.220139,41.541285]]]},"properties":{"id":"42131","n":"Wyoming","z":["18414","18419","18446","18612","18614","18615","18618","18623","18625","18629","18630","18636","18657","18844"],"st":"PA"}},"42133":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.859023,40.226328],[-76.72162,40.12007],[-76.663825,40.063227],[-76.534927,40.051359],[-76.47358,39.947352],[-76.239683741115,39.721641989925],[-76.569475117212,39.721458559105],[-76.787097199758,39.721048146111],[-76.999318026333,39.720067672353],[-77.000312,39.831219],[-76.954932,39.85685],[-77.018648,40.013947],[-77.137425,40.069945],[-77.029433,40.147547],[-76.905875,40.165723],[-76.859023,40.226328]]]},"properties":{"id":"42133","n":"York","z":["17011","17019","17055","17070","17301","17302","17309","17311","17312","17313","17314","17315","17316","17317","17318","17319","17321","17322","17323","17327","17329","17331","17332","17333","17334","17339","17342","17345","17347","17349","17352","17354","17355","17356","17358","17360","17361","17362","17363","17364","17365","17366","17368","17370","17371","17372","17401","17402","17403","17404","17405","17406","17407","17408"],"st":"PA"}},"44001":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-71.365207,41.735649],[-71.317402007931,41.777256108969],[-71.208600532895,41.690309243603],[-71.256728,41.638137],[-71.33097,41.686962],[-71.365207,41.735649]]]},"properties":{"id":"44001","n":"Bristol","z":["02806","02809","02885"],"st":"RI"}},"44003":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-71.789695431682,41.725198244809],[-71.365207,41.735649],[-71.33097,41.686962],[-71.380542,41.650326],[-71.484427,41.602591],[-71.789358672742,41.596852160343],[-71.789464590839,41.640017190707],[-71.789695431682,41.725198244809]]]},"properties":{"id":"44003","n":"Kent","z":["02816","02817","02818","02827","02831","02886","02887","02888","02889","02893"],"st":"RI"}},"44005":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-71.380542,41.650326],[-71.33097,41.686962],[-71.256728,41.638137],[-71.208600532895,41.690309243603],[-71.132888,41.660102],[-71.12057,41.497448],[-71.19302,41.457931],[-71.285639,41.487805],[-71.417212791484,41.456031312774],[-71.380542,41.650326]]]},"properties":{"id":"44005","n":"Newport","z":["02801","02835","02837","02840","02841","02842","02871","02872","02878"],"st":"RI"}},"44007":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-71.799242,42.008065],[-71.498224013125,42.015874111018],[-71.381431346893,41.98508411913],[-71.317402007931,41.777256108969],[-71.365207,41.735649],[-71.789695431682,41.725198244809],[-71.799242,42.008065]]]},"properties":{"id":"44007","n":"Providence","z":["02802","02814","02815","02816","02823","02824","02825","02826","02828","02829","02830","02831","02838","02839","02857","02858","02859","02860","02861","02862","02863","02864","02865","02876","02895","02896","02901","02902","02903","02904","02905","02906","02907","02908","02909","02910","02911","02912","02914","02915","02916","02917","02918","02919","02920","02921","02940"],"st":"RI"}},"44009":{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-71.631472,41.166678],[-71.54541,41.24273],[-71.51921,41.149624],[-71.631472,41.166678]]],[[[-71.860513,41.320248],[-71.797683,41.416709],[-71.789358672742,41.596852160343],[-71.484427,41.602591],[-71.380542,41.650326],[-71.417212791484,41.456031312774],[-71.483295,41.371722],[-71.860513,41.320248]]]]},"properties":{"id":"44009","n":"Washington","z":["02804","02807","02808","02812","02813","02822","02832","02833","02836","02852","02873","02874","02875","02877","02879","02880","02881","02882","02883","02891","02892","02894","02898"],"st":"RI"}},"45001":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.735107988942,34.212614812243],[-82.313996,34.484002],[-82.246337,34.409676],[-82.334234,34.34263],[-82.247747,34.219619],[-82.267184,34.10836],[-82.326947,34.06412],[-82.530567,34.071925],[-82.595025792607,34.01351780921],[-82.715373,34.148165],[-82.735107988942,34.212614812243]]]},"properties":{"id":"45001","n":"Abbeville","z":["29620","29627","29628","29638","29639","29646","29649","29653","29654","29655","29659","29692","29819"],"st":"SC"}},"45003":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.016555870445,33.529055386426],[-81.651759,33.81451],[-81.571485,33.87723],[-81.417939,33.734443],[-81.187271,33.652937],[-81.372931,33.490417],[-81.762505982796,33.197265888297],[-81.846500532358,33.24725208543],[-81.846136,33.303843],[-81.932737,33.343541],[-81.926336,33.462937],[-82.016555870445,33.529055386426]]]},"properties":{"id":"45003","n":"Aiken","z":["29006","29105","29129","29137","29146","29164","29801","29802","29803","29804","29805","29808","29809","29816","29822","29828","29829","29831","29834","29839","29841","29842","29847","29850","29851","29853","29856","29860"],"st":"SC"}},"45005":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.615955710789,33.089338539364],[-81.541881,33.158279],[-81.364857,33.108061],[-81.193099,33.118668],[-81.082291,33.02663],[-81.236956,32.940244],[-81.261662,32.839139],[-81.413116795174,32.744261327962],[-81.42062,32.831223],[-81.543966224314,33.044399954144],[-81.615955710789,33.089338539364]]]},"properties":{"id":"45005","n":"Allendale","z":["29810","29812","29827","29836","29846","29849","29932"],"st":"SC"}},"45007":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.840253,34.623212],[-82.788664,34.672017],[-82.486746,34.819475],[-82.453789,34.625114],[-82.417293,34.55345],[-82.313996,34.484002],[-82.735107988942,34.212614812243],[-82.774628731012,34.288366818255],[-82.873831,34.471508],[-82.991388153182,34.472980627236],[-82.840253,34.623212]]]},"properties":{"id":"45007","n":"Anderson","z":["29611","29621","29622","29624","29625","29626","29627","29630","29631","29642","29643","29654","29655","29656","29657","29669","29670","29673","29677","29684","29689","29697"],"st":"SC"}},"45009":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.222673,33.44],[-80.940103,33.30356],[-80.797912,33.176944],[-81.082291,33.02663],[-81.193099,33.118668],[-81.227804,33.160697],[-81.222673,33.44]]]},"properties":{"id":"45009","n":"Bamberg","z":["24042","29003","29042","29081","29082","29432","29481","29817","29843"],"st":"SC"}},"45011":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.762505982796,33.197265888297],[-81.372931,33.490417],[-81.222673,33.44],[-81.227804,33.160697],[-81.193099,33.118668],[-81.364857,33.108061],[-81.541881,33.158279],[-81.615955710789,33.089338539364],[-81.755135,33.15155],[-81.762505982796,33.197265888297]]]},"properties":{"id":"45011","n":"Barnwell","z":["29812","29813","29817","29826","29836","29843","29849","29853"],"st":"SC"}},"45013":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.869705,32.660935],[-80.826309,32.704321],[-80.67115,32.671642],[-80.659751,32.612683],[-80.51408,32.513897],[-80.472293124695,32.48334891458],[-80.455192,32.326458],[-80.596394,32.273549],[-80.714601,32.325656],[-80.766038,32.292608],[-80.669166,32.216783],[-80.867427681892,32.07849],[-81.016112,32.244294],[-80.841458,32.385064],[-80.81869,32.463935],[-80.869705,32.660935]]]},"properties":{"id":"45013","n":"Beaufort","z":["22907","29901","29902","29903","29904","29905","29906","29907","29909","29910","29914","29915","29920","29925","29926","29927","29928","29931","29935","29938","29940","29941","29945"],"st":"SC"}},"45015":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.361851,33.257443],[-80.253836,33.29926],[-80.222267,33.443716],[-80.101697,33.496891],[-79.971062,33.500743],[-79.677014,33.304944],[-79.446699,33.213458],[-79.518844,33.148297],[-79.642577,33.124123],[-79.919202,32.818991],[-79.950448,32.910174],[-80.023318,32.921434],[-80.055462,32.999512],[-80.149246,33.021601],[-80.330057,33.148504],[-80.297577,33.181838],[-80.361851,33.257443]]]},"properties":{"id":"45015","n":"Berkeley","z":["28410","29059","29406","29410","29431","29434","29436","29445","29450","29453","29456","29461","29468","29469","29472","29476","29479","29483","29492"],"st":"SC"}},"45017":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.01233,33.88008],[-80.78486,33.761008],[-80.620107,33.743237],[-80.534085,33.643911],[-80.496273,33.558481],[-80.552272,33.565414],[-80.616575,33.466006],[-80.807631,33.604081],[-80.93979,33.608798],[-81.042854,33.707131],[-80.924968,33.756803],[-81.058521,33.747053],[-81.01233,33.88008]]]},"properties":{"id":"45017","n":"Calhoun","z":["29030","29047","29053","29112","29118","29135","29160"],"st":"SC"}},"45019":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.51408,32.513897],[-80.408529,32.502781],[-80.389401,32.65282],[-80.45363,32.7399],[-80.40134,32.858466],[-80.148484,32.819034],[-80.185697,32.860807],[-80.097125,32.886825],[-80.149246,33.021601],[-80.055462,32.999512],[-80.023318,32.921434],[-79.950448,32.910174],[-79.919202,32.818991],[-79.642577,33.124123],[-79.518844,33.148297],[-79.446699,33.213458],[-79.274494584643,33.12005626772],[-79.359961,33.006672],[-79.522449,33.03535],[-79.606615,32.972248],[-79.569762,32.926692],[-79.726389,32.805996],[-79.868352,32.734849],[-80.000801,32.605892],[-80.148406,32.578479],[-80.338354,32.47873],[-80.472293124695,32.48334891458],[-80.51408,32.513897]]]},"properties":{"id":"45019","n":"Charleston","z":["20440","29226","29401","29402","29403","29404","29405","29406","29407","29409","29412","29413","29414","29415","29416","29417","29418","29419","29420","29423","29424","29425","29426","29429","29438","29439","29449","29450","29451","29455","29456","29457","29458","29464","29466","29470","29482","29483","29485","29487"],"st":"SC"}},"45021":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.874112204316,35.183509908026],[-81.768134407774,35.179707706384],[-81.367604910676,35.164092161204],[-81.409574,35.046415],[-81.487016,35.034853],[-81.457257,34.83928],[-81.481945,34.866495],[-81.711694,34.912577],[-81.754911,34.932672],[-81.874112204316,35.183509908026]]]},"properties":{"id":"45021","n":"Cherokee","z":["09702","27702","29307","29323","29330","29340","29341","29342","29372","29702"],"st":"SC"}},"45023":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.478454,34.821509],[-80.898215,34.820746],[-80.860274,34.695847],[-80.877491,34.543146],[-81.422706,34.572029],[-81.415894,34.633589],[-81.482351,34.744398],[-81.478454,34.821509]]]},"properties":{"id":"45023","n":"Chester","z":["29014","29031","29055","29704","29706","29712","29714","29724","29729","29730","29742"],"st":"SC"}},"45025":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.32083257113,34.813620821544],[-79.927398038772,34.807862590631],[-79.871959,34.693841],[-79.777461,34.613492],[-79.829981,34.531925],[-79.884402,34.491404],[-80.045439,34.492631],[-80.288596,34.366207],[-80.32759,34.49776],[-80.408373,34.614765],[-80.561708549382,34.817482400337],[-80.32083257113,34.813620821544]]]},"properties":{"id":"45025","n":"Chesterfield","z":["29009","29101","29520","29550","29584","29593","29709","29718","29727","29728","29741"],"st":"SC"}},"45027":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.534085,33.643911],[-80.449293,33.737528],[-80.262672,33.795999],[-79.974601,33.946527],[-79.87562,33.885245],[-79.995638,33.767906],[-79.974382,33.72159],[-80.101697,33.496891],[-80.222267,33.443716],[-80.393145,33.445339],[-80.496273,33.558481],[-80.534085,33.643911]]]},"properties":{"id":"45027","n":"Clarendon","z":["29001","29041","29051","29056","29102","29111","29114","29125","29148","29162","29560"],"st":"SC"}},"45029":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.082291,33.02663],[-80.797912,33.176944],[-80.790296,33.18084],[-80.706085,33.154546],[-80.6181,33.064754],[-80.390533,33.043909],[-80.40134,32.858466],[-80.45363,32.7399],[-80.389401,32.65282],[-80.408529,32.502781],[-80.51408,32.513897],[-80.659751,32.612683],[-80.67115,32.671642],[-80.826309,32.704321],[-80.900059,32.832632],[-81.082291,33.02663]]]},"properties":{"id":"45029","n":"Colleton","z":["29081","29082","29433","29435","29438","29446","29452","29472","29474","29475","29481","29484","29488","29493","29929","29945"],"st":"SC"}},"45031":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.288596,34.366207],[-80.045439,34.492631],[-79.884402,34.491404],[-79.829981,34.531925],[-79.752769,34.514059],[-79.750566,34.436797],[-79.657764,34.30519],[-79.809021,34.252438],[-80.072808,34.086013],[-80.158582,34.161623],[-80.112727,34.197018],[-80.177225,34.366203],[-80.288692,34.364139],[-80.288596,34.366207]]]},"properties":{"id":"45031","n":"Darlington","z":["29069","29079","29101","29161","29501","29506","29532","29540","29550","29551","29593"],"st":"SC"}},"45033":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.633413,34.297994],[-79.450277289043,34.620608997009],[-79.071254201048,34.299313026842],[-79.128165,34.253652],[-79.380264,34.300572],[-79.480712,34.288081],[-79.54793,34.230913],[-79.633413,34.297994]]]},"properties":{"id":"45033","n":"Dillon","z":["29536","29543","29547","29563","29565","29567","29574","29581","29592"],"st":"SC"}},"45035":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.790296,33.18084],[-80.50279,33.334496],[-80.484578,33.280034],[-80.361851,33.257443],[-80.297577,33.181838],[-80.330057,33.148504],[-80.149246,33.021601],[-80.097125,32.886825],[-80.185697,32.860807],[-80.148484,32.819034],[-80.40134,32.858466],[-80.390533,33.043909],[-80.6181,33.064754],[-80.706085,33.154546],[-80.790296,33.18084]]]},"properties":{"id":"45035","n":"Dorchester","z":["29018","29414","29418","29420","29426","29432","29437","29447","29448","29456","29465","29470","29471","29472","29477","29483","29485","29486"],"st":"SC"}},"45037":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.046974,33.95321],[-82.008298,33.961646],[-81.894595,33.975415],[-81.836803,33.866501],[-81.651759,33.81451],[-82.016555870445,33.529055386426],[-82.028238,33.544934],[-82.114653838585,33.59790505457],[-82.095527,33.633869],[-82.182987,33.724113],[-82.113728,33.82988],[-82.1557,33.92929],[-82.046974,33.95321]]]},"properties":{"id":"45037","n":"Edgefield","z":["29129","29138","29821","29824","29832","29835","29838","29845","29847","29860","29861"],"st":"SC"}},"45039":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.422706,34.572029],[-80.877491,34.543146],[-80.879227,34.457776],[-80.769926,34.377111],[-80.825921,34.26876],[-81.095863,34.213872],[-81.178293,34.174552],[-81.316911,34.239458],[-81.423241,34.494379],[-81.422706,34.572029]]]},"properties":{"id":"45039","n":"Fairfield","z":["29014","29015","29016","29031","29055","29065","29130","29132","29180"],"st":"SC"}},"45041":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.072808,34.086013],[-79.809021,34.252438],[-79.657764,34.30519],[-79.633413,34.297994],[-79.54793,34.230913],[-79.571834,34.183689],[-79.515308,34.097207],[-79.51694,33.99398],[-79.324317,33.799123],[-79.496466,33.775372],[-79.687452,33.804914],[-79.87562,33.885245],[-79.974601,33.946527],[-79.893517,33.988017],[-80.000594,34.047877],[-80.072808,34.086013]]]},"properties":{"id":"45041","n":"Florence","z":["29114","29161","29501","29502","29503","29504","29505","29506","29530","29541","29554","29555","29560","29583","29591"],"st":"SC"}},"45043":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.317041,33.779878],[-79.246384,33.695347],[-79.190264,33.705787],[-79.100653,33.571807],[-78.995631694384,33.572074598189],[-79.135441,33.403867],[-79.172394,33.206577],[-79.274494584643,33.12005626772],[-79.446699,33.213458],[-79.677014,33.304944],[-79.53808,33.496896],[-79.435733,33.572702],[-79.409332,33.68889],[-79.317041,33.779878]]]},"properties":{"id":"45043","n":"Georgetown","z":["29440","29442","29510","29554","29576","29585"],"st":"SC"}},"45045":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.762059552114,35.081874436004],[-82.577715148441,35.146475347847],[-82.353175272919,35.198714129601],[-82.216248719229,35.193258548653],[-82.226538,34.850531],[-82.146792,34.785554],[-82.238054,34.586956],[-82.313996,34.484002],[-82.417293,34.55345],[-82.453789,34.625114],[-82.486746,34.819475],[-82.571378,35.074559],[-82.749351,35.047829],[-82.762059552114,35.081874436004]]]},"properties":{"id":"45045","n":"Greenville","z":["29322","29356","29601","29602","29604","29605","29606","29607","29608","29609","29610","29611","29612","29613","29614","29615","29616","29617","29627","29635","29636","29644","29650","29651","29652","29654","29661","29662","29669","29673","29680","29681","29683","29687","29688","29690"],"st":"SC"}},"45047":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.246337,34.409676],[-82.168857,34.330151],[-81.945019,34.203148],[-81.870084,34.135357],[-82.008298,33.961646],[-82.046974,33.95321],[-82.04513,33.983396],[-82.200286,33.978597],[-82.245055,34.018781],[-82.306243,33.971584],[-82.326947,34.06412],[-82.267184,34.10836],[-82.247747,34.219619],[-82.334234,34.34263],[-82.246337,34.409676]]]},"properties":{"id":"45047","n":"Greenwood","z":["29138","29638","29646","29647","29648","29649","29653","29666","29692","29695","29819","29848"],"st":"SC"}},"45049":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.413116795174,32.744261327962],[-81.261662,32.839139],[-81.236956,32.940244],[-81.082291,33.02663],[-80.900059,32.832632],[-80.826309,32.704321],[-80.869705,32.660935],[-80.902448,32.621561],[-81.014625,32.753058],[-81.284238381766,32.547110946285],[-81.386901902694,32.5989648539],[-81.413116795174,32.744261327962]]]},"properties":{"id":"45049","n":"Hampton","z":["29911","29913","29916","29918","29921","29922","29923","29924","29932","29933","29934","29939","29944","29945"],"st":"SC"}},"45051":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.128165,34.253652],[-79.071254201048,34.299313026842],[-78.650871280533,33.945055720533],[-78.541087,33.851112],[-78.772737,33.768511],[-78.995631694384,33.572074598189],[-79.100653,33.571807],[-79.190264,33.705787],[-79.260283,33.814854],[-79.256829,33.878969],[-79.339076,33.969722],[-79.247574,34.057269],[-79.128165,34.253652]]]},"properties":{"id":"45051","n":"Horry","z":["29511","29526","29527","29528","29544","29545","29566","29568","29569","29572","29575","29576","29577","29578","29579","29581","29582","29587","29588","29597","29598"],"st":"SC"}},"45053":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.284238381766,32.547110946285],[-81.014625,32.753058],[-80.902448,32.621561],[-80.869705,32.660935],[-80.81869,32.463935],[-80.841458,32.385064],[-81.016112,32.244294],[-80.867427681892,32.07849],[-80.885517,32.0346],[-81.006745,32.101152],[-81.113334,32.113205],[-81.147595170455,32.227169446597],[-81.133032,32.334794],[-81.194829,32.465086],[-81.284238381766,32.547110946285]]]},"properties":{"id":"45053","n":"Jasper","z":["29909","29912","29916","29922","29927","29934","29936","29943","29944","29945"],"st":"SC"}},"45055":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.879227,34.457776],[-80.743345,34.539916],[-80.739966,34.479957],[-80.527434,34.503935],[-80.550552,34.560116],[-80.408373,34.614765],[-80.32759,34.49776],[-80.288596,34.366207],[-80.288692,34.364139],[-80.437359,34.284502],[-80.479857,34.168696],[-80.616186,34.099605],[-80.719318,34.068972],[-80.869524,34.182271],[-80.825921,34.26876],[-80.769926,34.377111],[-80.879227,34.457776]]]},"properties":{"id":"45055","n":"Kershaw","z":["29009","29010","29020","29032","29045","29058","29067","29074","29078","29128","29130","29175","29718"],"st":"SC"}},"45057":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.840566909021,35.001471529394],[-80.782042,34.935782],[-80.796997,34.823874],[-80.561708549382,34.817482400337],[-80.408373,34.614765],[-80.550552,34.560116],[-80.527434,34.503935],[-80.739966,34.479957],[-80.743345,34.539916],[-80.879227,34.457776],[-80.877491,34.543146],[-80.860274,34.695847],[-80.898215,34.820746],[-80.868652,34.951143],[-80.906239954082,35.075184269766],[-80.840566909021,35.001471529394]]]},"properties":{"id":"45057","n":"Lancaster","z":["29021","29058","29067","29707","29720","29721","29722","29744"],"st":"SC"}},"45059":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.313996,34.484002],[-82.238054,34.586956],[-82.146792,34.785554],[-82.071621,34.704242],[-81.854002,34.594549],[-81.643552,34.533652],[-81.782627,34.365089],[-81.895331,34.300497],[-81.945019,34.203148],[-82.168857,34.330151],[-82.246337,34.409676],[-82.313996,34.484002]]]},"properties":{"id":"45059","n":"Laurens","z":["29178","29325","29332","29335","29351","29355","29360","29370","29384","29388","29644","29645","29654","29692"],"st":"SC"}},"45061":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.479857,34.168696],[-80.437359,34.284502],[-80.288692,34.364139],[-80.177225,34.366203],[-80.112727,34.197018],[-80.158582,34.161623],[-80.072808,34.086013],[-80.000594,34.047877],[-80.180371,33.952002],[-80.321721,34.080356],[-80.481318,34.112622],[-80.479857,34.168696]]]},"properties":{"id":"45061","n":"Lee","z":["29009","29010","29020","29032","29040","29046","29069","29080","29104","29128","29153","29550"],"st":"SC"}},"45063":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.471972,34.076552],[-81.338961,34.197587],[-81.275845,34.097381],[-81.139509,34.068292],[-81.05211,33.997616],[-81.01233,33.88008],[-81.058521,33.747053],[-80.924968,33.756803],[-81.042854,33.707131],[-81.187271,33.652937],[-81.417939,33.734443],[-81.571485,33.87723],[-81.471972,34.076552]]]},"properties":{"id":"45063","n":"Lexington","z":["29006","29033","29036","29053","29054","29063","29070","29071","29072","29073","29075","29112","29123","29160","29169","29170","29171","29172","29177","29210","29212","29603"],"st":"SC"}},"45065":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.595025792607,34.01351780921],[-82.530567,34.071925],[-82.326947,34.06412],[-82.306243,33.971584],[-82.245055,34.018781],[-82.200286,33.978597],[-82.04513,33.983396],[-82.046974,33.95321],[-82.1557,33.92929],[-82.113728,33.82988],[-82.182987,33.724113],[-82.095527,33.633869],[-82.114653838585,33.59790505457],[-82.215938364748,33.687754975319],[-82.32448,33.820033],[-82.562996798581,33.956554910527],[-82.595025792607,34.01351780921]]]},"properties":{"id":"45065","n":"McCormick","z":["29620","29628","29819","29821","29835","29838","29840","29844","29845","29848","29899"],"st":"SC"}},"45067":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.54793,34.230913],[-79.480712,34.288081],[-79.380264,34.300572],[-79.128165,34.253652],[-79.247574,34.057269],[-79.339076,33.969722],[-79.256829,33.878969],[-79.260283,33.814854],[-79.190264,33.705787],[-79.246384,33.695347],[-79.317041,33.779878],[-79.324317,33.799123],[-79.51694,33.99398],[-79.515308,34.097207],[-79.571834,34.183689],[-79.54793,34.230913]]]},"properties":{"id":"45067","n":"Marion","z":["29519","29546","29565","29571","29574","29581","29589","29592"],"st":"SC"}},"45069":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.924684253136,34.807829019752],[-79.692946383709,34.804962306923],[-79.461791031001,34.630030678591],[-79.450277289043,34.620608997009],[-79.633413,34.297994],[-79.657764,34.30519],[-79.750566,34.436797],[-79.752769,34.514059],[-79.829981,34.531925],[-79.777461,34.613492],[-79.871959,34.693841],[-79.927398038772,34.807862590631],[-79.924684253136,34.807829019752]]]},"properties":{"id":"45069","n":"Marlboro","z":["29512","29516","29525","29565","29570","29594","29596"],"st":"SC"}},"45071":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.945019,34.203148],[-81.895331,34.300497],[-81.782627,34.365089],[-81.643552,34.533652],[-81.541455,34.445166],[-81.423241,34.494379],[-81.316911,34.239458],[-81.338961,34.197587],[-81.471972,34.076552],[-81.568511,34.099687],[-81.731614,34.187613],[-81.860571,34.179373],[-81.870084,34.135357],[-81.945019,34.203148]]]},"properties":{"id":"45071","n":"Newberry","z":["29036","29037","29075","29108","29122","29126","29127","29145","29178","29332","29355","79178"],"st":"SC"}},"45073":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.108612996507,35.000658843678],[-83.008472812269,35.026918543924],[-82.897499,35.056021],[-82.915785,34.971836],[-82.900144,34.74244],[-82.840253,34.623212],[-82.991388153182,34.472980627236],[-83.050572964102,34.495053652169],[-83.102873826036,34.537430909765],[-83.340039106785,34.686327710412],[-83.349608510913,34.717010582627],[-83.323866,34.789712],[-83.140621,34.924915],[-83.108612996507,35.000658843678]]]},"properties":{"id":"45073","n":"Oconee","z":["29623","29643","29658","29664","29665","29672","29675","29676","29678","29679","29686","29689","29691","29693","29696"],"st":"SC"}},"45075":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.372931,33.490417],[-81.187271,33.652937],[-81.042854,33.707131],[-80.93979,33.608798],[-80.807631,33.604081],[-80.616575,33.466006],[-80.552272,33.565414],[-80.496273,33.558481],[-80.393145,33.445339],[-80.222267,33.443716],[-80.253836,33.29926],[-80.361851,33.257443],[-80.484578,33.280034],[-80.50279,33.334496],[-80.790296,33.18084],[-80.797912,33.176944],[-80.940103,33.30356],[-81.222673,33.44],[-81.372931,33.490417]]]},"properties":{"id":"45075","n":"Orangeburg","z":["29018","29030","29038","29039","29047","29048","29059","29107","29112","29113","29115","29116","29117","29118","29133","29135","29137","29142","29146","29163","29432","29436"],"st":"SC"}},"45077":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.897499,35.056021],[-82.762059552114,35.081874436004],[-82.749351,35.047829],[-82.571378,35.074559],[-82.486746,34.819475],[-82.788664,34.672017],[-82.840253,34.623212],[-82.900144,34.74244],[-82.915785,34.971836],[-82.897499,35.056021]]]},"properties":{"id":"45077","n":"Pickens","z":["29611","29630","29631","29632","29633","29634","29635","29640","29641","29642","29657","29661","29667","29670","29671","29678","29682","29685"],"st":"SC"}},"45079":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.316911,34.239458],[-81.178293,34.174552],[-81.095863,34.213872],[-80.825921,34.26876],[-80.869524,34.182271],[-80.719318,34.068972],[-80.616186,34.099605],[-80.601036,34.03593],[-80.633545,33.85268],[-80.620107,33.743237],[-80.78486,33.761008],[-81.01233,33.88008],[-81.05211,33.997616],[-81.139509,34.068292],[-81.275845,34.097381],[-81.338961,34.197587],[-81.316911,34.239458]]]},"properties":{"id":"45079","n":"Richland","z":["29002","29016","29036","29044","29045","29052","29061","29063","29075","29078","29130","29147","29180","29201","29202","29203","29204","29205","29206","29207","29208","29209","29210","29211","29212","29214","29215","29216","29217","29219","29220","29221","29222","29223","29224","29225","29227","29228","29229","29230","29240","29250","29260","29290","29292"],"st":"SC"}},"45081":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.870084,34.135357],[-81.860571,34.179373],[-81.731614,34.187613],[-81.568511,34.099687],[-81.471972,34.076552],[-81.571485,33.87723],[-81.651759,33.81451],[-81.836803,33.866501],[-81.894595,33.975415],[-82.008298,33.961646],[-81.870084,34.135357]]]},"properties":{"id":"45081","n":"Saluda","z":["29006","29037","29070","29105","29127","29129","29138","29166","29666","29824","29832","29848"],"st":"SC"}},"45083":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.216248719229,35.193258548653],[-81.969358401258,35.1869270884],[-81.874112204316,35.183509908026],[-81.754911,34.932672],[-81.711694,34.912577],[-81.78339,34.837125],[-81.854002,34.594549],[-82.071621,34.704242],[-82.146792,34.785554],[-82.226538,34.850531],[-82.216248719229,35.193258548653]]]},"properties":{"id":"45083","n":"Spartanburg","z":["29301","29302","29303","29304","29305","29306","29307","29316","29319","29320","29322","29323","29324","29329","29330","29331","29333","29334","29335","29336","29338","29346","29348","29349","29356","29365","29368","29369","29372","29373","29374","29375","29376","29377","29378","29385","29386","29388","29650","29651"],"st":"SC"}},"45085":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.616186,34.099605],[-80.479857,34.168696],[-80.481318,34.112622],[-80.321721,34.080356],[-80.180371,33.952002],[-80.000594,34.047877],[-79.893517,33.988017],[-79.974601,33.946527],[-80.262672,33.795999],[-80.449293,33.737528],[-80.534085,33.643911],[-80.620107,33.743237],[-80.633545,33.85268],[-80.601036,34.03593],[-80.616186,34.099605]]]},"properties":{"id":"45085","n":"Sumter","z":["29001","29040","29051","29062","29080","29104","29114","29125","29128","29143","29150","29151","29152","29153","29154","29162","29168","29218"],"st":"SC"}},"45087":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.711694,34.912577],[-81.481945,34.866495],[-81.457257,34.83928],[-81.478454,34.821509],[-81.482351,34.744398],[-81.415894,34.633589],[-81.422706,34.572029],[-81.423241,34.494379],[-81.541455,34.445166],[-81.643552,34.533652],[-81.854002,34.594549],[-81.78339,34.837125],[-81.711694,34.912577]]]},"properties":{"id":"45087","n":"Union","z":["29031","29178","29321","29335","29353","29364","29372","29374","29379","29395"],"st":"SC"}},"45089":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.87562,33.885245],[-79.687452,33.804914],[-79.496466,33.775372],[-79.324317,33.799123],[-79.317041,33.779878],[-79.409332,33.68889],[-79.435733,33.572702],[-79.53808,33.496896],[-79.677014,33.304944],[-79.971062,33.500743],[-80.101697,33.496891],[-79.974382,33.72159],[-79.995638,33.767906],[-79.87562,33.885245]]]},"properties":{"id":"45089","n":"Williamsburg","z":["29056","29111","29510","29518","29554","29555","29556","29560","29564","29580","29590"],"st":"SC"}},"45091":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.367604910676,35.164092161204],[-81.328090989292,35.162285915557],[-81.042302450139,35.146768649468],[-81.041489,35.044703],[-80.93495,35.107409],[-80.906239954082,35.075184269766],[-80.868652,34.951143],[-80.898215,34.820746],[-81.478454,34.821509],[-81.457257,34.83928],[-81.487016,35.034853],[-81.409574,35.046415],[-81.367604910676,35.164092161204]]]},"properties":{"id":"45091","n":"York","z":["29702","29703","29704","29706","29707","29708","29710","29712","29715","29716","29717","29726","29730","29731","29732","29733","29742","29743","29745"],"st":"SC"}},"46003":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.807771,43.935223],[-98.331508,43.937708],[-98.325242,43.851058],[-98.320595,43.498651],[-98.705782,43.499319],[-98.794588,43.499187],[-98.807771,43.935223]]]},"properties":{"id":"46003","n":"Aurora","z":["57359","57368","57375","57382","57383","57385"],"st":"SD"}},"46005":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.705762,44.634159],[-97.977791,44.631602],[-97.856226,44.631178],[-97.853028,44.544398],[-97.85366,44.195233],[-98.332042,44.19662],[-98.700453,44.196727],[-98.705762,44.634159]]]},"properties":{"id":"46005","n":"Beadle","z":["57312","57322","57324","57348","57350","57353","57379","57381","57382","57384","57386","57399"],"st":"SD"}},"46007":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-102.110819,43.389902],[-101.228234,43.389185],[-101.22801339779,42.997868739647],[-102.08254804307,42.99914064039],[-102.108892,43.129258],[-102.110819,43.389902]]]},"properties":{"id":"46007","n":"Bennett","z":["57551","57560","57574","57577","57714","57716","57752"],"st":"SD"}},"46009":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.152586654838,42.841153381064],[-98.117047,42.869386],[-98.109534,43.087477],[-98.077108,43.16833],[-97.637496,43.16877],[-97.635442090442,42.851809075185],[-97.857957,42.865093],[-97.950147,42.769619],[-98.035034,42.764205],[-98.152586654838,42.841153381064]]]},"properties":{"id":"46009","n":"Bon Homme","z":["57059","57062","57063","57066","57315","57376"],"st":"SD"}},"46011":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.128024,44.543126],[-96.885504,44.543773],[-96.453291313599,44.543636801818],[-96.452435854669,44.196779540095],[-96.889216,44.195705],[-97.129671,44.195933],[-97.128024,44.543126]]]},"properties":{"id":"46011","n":"Brookings","z":["57002","57006","57007","57026","57061","57071","57212","57213","57220","57268","57276"],"st":"SD"}},"46013":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.724374413888,45.938674733262],[-98.008101798278,45.936012629049],[-97.978777809623,45.935933992099],[-97.979592,45.588483],[-97.981457,45.240415],[-98.717759,45.243732],[-98.722481,45.243764],[-98.725002,45.591252],[-98.724374413888,45.938674733262]]]},"properties":{"id":"46013","n":"Brown","z":["57401","57402","57426","57427","57432","57433","57434","57439","57441","57445","57446","57449","57451","57460","57474","57479","57481"],"st":"SD"}},"46015":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.355864,43.934371],[-98.926997,43.935143],[-98.807771,43.935223],[-98.794588,43.499187],[-99.297998,43.499669],[-99.406961,43.705277],[-99.41015,43.774619],[-99.310826,43.855216],[-99.355864,43.934371]]]},"properties":{"id":"46015","n":"Brule","z":["57325","57326","57355","57369","57370","57383"],"st":"SD"}},"46017":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.576571,44.192421],[-99.30018,44.19483],[-98.925953,44.196575],[-98.926997,43.935143],[-99.355864,43.934371],[-99.345995,43.981446],[-99.562536,44.101519],[-99.576571,44.192421]]]},"properties":{"id":"46017","n":"Buffalo","z":["57325","57339","57341","57355","57370"],"st":"SD"}},"46019":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-104.057698,44.997431],[-104.04013575649,45.212890762042],[-102.957281,45.212851],[-102.957371,45.039569],[-102.964125,44.604287],[-103.567653,44.604098],[-103.820639,44.604777],[-104.05569519926,44.570990377142],[-104.057698,44.997431]]]},"properties":{"id":"46019","n":"Butte","z":["57717","57760","57762","57783","57788","57793"],"st":"SD"}},"46021":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.49935421538,45.943631998814],[-99.880292,45.941672],[-99.718073,45.940907],[-99.717466,45.593428],[-100.430079,45.594823],[-100.308849,45.689634],[-100.387036,45.869142],[-100.49935421538,45.943631998814]]]},"properties":{"id":"46021","n":"Campbell","z":["57437","57452","57631","57632","57646","57648"],"st":"SD"}},"46023":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.297998,43.499669],[-98.794588,43.499187],[-98.705782,43.499319],[-98.706855,43.370075],[-98.109492,43.196838],[-98.077108,43.16833],[-98.109534,43.087477],[-98.117047,42.869386],[-98.152586654838,42.841153381064],[-98.308186816451,42.886489207426],[-98.434503,42.929227],[-98.49855,42.99856],[-98.524871,43.039347],[-98.69046,43.076556],[-98.773406,43.145919],[-98.868762,43.162009],[-98.896783,43.246909],[-99.069285,43.320688],[-99.152889,43.426908],[-99.310073,43.467935],[-99.297998,43.499669]]]},"properties":{"id":"46023","n":"Charles Mix","z":["57313","57329","57330","57342","57356","57361","57367","57369","57380"],"st":"SD"}},"46025":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.981792,45.153295],[-97.494254,45.151631],[-97.491346,44.804035],[-97.492266,44.543884],[-97.853028,44.544398],[-97.856226,44.631178],[-97.977791,44.631602],[-97.981792,45.153295]]]},"properties":{"id":"46025","n":"Clark","z":["57217","57221","57225","57236","57243","57258","57271","57272","57274","57278","57322","57434"],"st":"SD"}},"46027":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.160543,43.083145],[-96.924142,43.083733],[-96.805682,43.08367],[-96.807370600098,42.700678985373],[-97.015631112747,42.756525462488],[-97.165070392374,42.791616641468],[-97.160543,43.083145]]]},"properties":{"id":"46027","n":"Clay","z":["57004","57010","57014","57031","57037","57069","57072","57073"],"st":"SD"}},"46029":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.494254,45.151631],[-97.226281,45.151826],[-96.883948,45.150224],[-96.882345,44.97687],[-96.88457,44.804436],[-97.491346,44.804035],[-97.494254,45.151631]]]},"properties":{"id":"46029","n":"Codington","z":["57201","57235","57238","57242","57243","57245","57263","57272"],"st":"SD"}},"46031":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-102.00067992102,45.944538392728],[-101.99861707823,45.944536977357],[-100.51194902615,45.943654070434],[-100.49935421538,45.943631998814],[-100.387036,45.869142],[-100.308849,45.689634],[-100.430079,45.594823],[-100.486561,45.536521],[-100.341924,45.472904],[-101.47019,45.472416],[-101.99979,45.472414],[-102.00067992102,45.944538392728]]]},"properties":{"id":"46031","n":"Corson","z":["57601","57621","57633","57634","57638","57639","57641","57642","57644","57645","57656","57657","57658","57659","57660"],"st":"SD"}},"46033":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-104.055488,43.853477],[-102.687191,43.855599],[-102.695526,43.79815],[-102.809398,43.68756],[-102.9025,43.674888],[-103.001017,43.605816],[-103.000913,43.476848],[-104.05468456843,43.477815541711],[-104.05479428435,43.503327530406],[-104.055488,43.853477]]]},"properties":{"id":"46033","n":"Custer","z":{"0":"57722","1":"57730","2":"57735","3":"57738","4":"57744","5":"57747","6":"57751","7":"57773","16":"82701"},"st":"SD"}},"46035":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.325242,43.851058],[-97.967279,43.850686],[-97.965012,43.49904],[-98.114758,43.498297],[-98.320595,43.498651],[-98.325242,43.851058]]]},"properties":{"id":"46035","n":"Davison","z":["57301","57331","57334","57359","57363"],"st":"SD"}},"46037":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.981457,45.240415],[-97.979592,45.588483],[-97.373366,45.587634],[-97.227089,45.558158],[-97.226244,45.297647],[-97.226281,45.151826],[-97.494254,45.151631],[-97.981792,45.153295],[-97.981457,45.240415]]]},"properties":{"id":"46037","n":"Day","z":["57219","57235","57239","57261","57273","57274","57422","57434","57454","57468"],"st":"SD"}},"46039":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.88457,44.804436],[-96.882345,44.97687],[-96.455840113634,44.97734524828],[-96.454830515554,44.805550204046],[-96.453806699667,44.631335831948],[-96.453291313599,44.543636801818],[-96.885504,44.543773],[-96.88457,44.804436]]]},"properties":{"id":"46039","n":"Deuel","z":["57213","57218","57223","57226","57234","57237","57238","57259","57265","57268"],"st":"SD"}},"46041":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-101.47019,45.472416],[-100.341924,45.472904],[-100.274176,45.381845],[-100.307384,45.291909],[-100.260223,45.24681],[-100.325451,45.099337],[-100.27965,45.019558],[-100.391818,45.026006],[-100.404753,44.897695],[-100.418682,44.843366],[-100.529636,44.766301],[-100.676387,44.823162],[-100.717644,44.77093],[-100.910312,44.783737],[-101.022611,44.724153],[-101.136838,44.747126],[-101.136162,44.994074],[-101.500512,44.99378],[-101.486593,45.038374],[-101.486348,45.38559],[-101.47019,45.472416]]]},"properties":{"id":"46041","n":"Dewey","z":["57442","57601","57625","57630","57633","57636","57652","57656","57657","57661"],"st":"SD"}},"46043":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.705782,43.499319],[-98.320595,43.498651],[-98.114758,43.498297],[-98.109492,43.196838],[-98.706855,43.370075],[-98.705782,43.499319]]]},"properties":{"id":"46043","n":"Douglas","z":["57313","57328","57330","57331","57344","57364","57366","57369"],"st":"SD"}},"46045":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.707705,45.593391],[-98.725002,45.591252],[-98.722481,45.243764],[-99.573445,45.245364],[-99.708987,45.245866],[-99.707705,45.593391]]]},"properties":{"id":"46045","n":"Edmunds","z":["57428","57435","57448","57451","57456","57460","57466","57471","57475","57481"],"st":"SD"}},"46047":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-104.05468456843,43.477815541711],[-103.000913,43.476848],[-103.00060952603,43.000259286774],[-103.50509926163,43.000758813031],[-104.053127,43.000585],[-104.05468456843,43.477815541711]]]},"properties":{"id":"46047","n":"Fall River","z":["57722","57735","57747","57763","57766","57782"],"st":"SD"}},"46049":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.573445,45.245364],[-98.722481,45.243764],[-98.717759,45.243732],[-98.716498,44.896925],[-99.311754,44.897227],[-99.572699,44.897263],[-99.573445,45.245364]]]},"properties":{"id":"46049","n":"Faulk","z":["57424","57435","57438","57460","57465","57466","57467","57469","57470","57473"],"st":"SD"}},"46051":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.226244,45.297647],[-97.007543,45.296866],[-96.992946,45.32688],[-96.470077603049,45.326799649392],[-96.457553498485,45.268897928718],[-96.455840113634,44.97734524828],[-96.882345,44.97687],[-96.883948,45.150224],[-97.226281,45.151826],[-97.226244,45.297647]]]},"properties":{"id":"46051","n":"Grant","z":["57216","57227","57246","57251","57252","57256","57259","57263","57264","57265","57266","57269"],"st":"SD"}},"46053":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.534481,43.499801],[-99.297998,43.499669],[-99.310073,43.467935],[-99.152889,43.426908],[-99.069285,43.320688],[-98.896783,43.246909],[-98.868762,43.162009],[-98.773406,43.145919],[-98.69046,43.076556],[-98.524871,43.039347],[-98.49855,42.99856],[-99.254455012317,42.998220926787],[-99.534055014809,42.998197488318],[-99.534481,43.499801]]]},"properties":{"id":"46053","n":"Gregory","z":{"0":"57317","1":"57335","2":"57523","3":"57529","4":"57533","5":"57538","6":"57571","27":"68719"},"st":"SD"}},"46055":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-102.001068,44.510926],[-102.000432,44.511663],[-101.811198,44.522373],[-101.715038,44.579483],[-101.531035,44.567875],[-101.456072,44.636203],[-101.229495,44.692287],[-101.136838,44.747126],[-101.154516,44.689947],[-101.166753,44.168085],[-101.046916,44.168484],[-101.064068,43.994929],[-102.007336,43.99453],[-102.001068,44.510926]]]},"properties":{"id":"46055","n":"Haakon","z":["57552","57553","57567","57775"],"st":"SD"}},"46057":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.491346,44.804035],[-96.88457,44.804436],[-96.885504,44.543773],[-97.128024,44.543126],[-97.492266,44.543884],[-97.491346,44.804035]]]},"properties":{"id":"46057","n":"Hamlin","z":["57212","57221","57223","57226","57234","57238","57241","57242","57248","57271"],"st":"SD"}},"46059":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.311754,44.897227],[-98.716498,44.896925],[-98.705762,44.634159],[-98.700453,44.196727],[-98.925953,44.196575],[-99.30018,44.19483],[-99.311754,44.897227]]]},"properties":{"id":"46059","n":"Hand","z":["57362","57371","57373","57381","57467","57469","57470","57476"],"st":"SD"}},"46061":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.967279,43.850686],[-97.85111,43.849857],[-97.608517,43.849059],[-97.607012,43.499826],[-97.965012,43.49904],[-97.967279,43.850686]]]},"properties":{"id":"46061","n":"Hanson","z":["57301","57311","57321","57332","57334","57340","57374"],"st":"SD"}},"46063":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-104.045443,45.94531],[-102.99566801914,45.945116443771],[-102.94206996119,45.945094411353],[-102.957281,45.212851],[-104.04013575649,45.212890762042],[-104.04413315611,45.88197625835],[-104.045443,45.94531]]]},"properties":{"id":"46063","n":"Harding","z":{"0":"57649","1":"57650","2":"57651","3":"57717","4":"57720","5":"57724","6":"57755","7":"57760","8":"57776","72":"58623","73":"58649","74":"58653"},"st":"SD"}},"46065":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.526498,44.547422],[-99.676398,44.548111],[-99.663508,44.217517],[-99.695752,44.172375],[-99.612249,44.103694],[-99.768681,44.135743],[-99.884485,44.129582],[-99.938217,44.195195],[-99.892101,44.241881],[-100.08533,44.308451],[-100.36539,44.355524],[-100.386376,44.440008],[-100.580034,44.461842],[-100.526498,44.547422]]]},"properties":{"id":"46065","n":"Hughes","z":["57501","57522","57536"],"st":"SD"}},"46067":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.114758,43.498297],[-97.965012,43.49904],[-97.607012,43.499826],[-97.40145,43.499783],[-97.399191,43.169419],[-97.637496,43.16877],[-98.077108,43.16833],[-98.109492,43.196838],[-98.114758,43.498297]]]},"properties":{"id":"46067","n":"Hutchinson","z":["57029","57043","57045","57052","57059","57311","57319","57330","57331","57332","57334","57354","57366","57376"],"st":"SD"}},"46069":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.67305,44.897492],[-99.572699,44.897263],[-99.311754,44.897227],[-99.30018,44.19483],[-99.576571,44.192421],[-99.663508,44.217517],[-99.676398,44.548111],[-99.67305,44.897492]]]},"properties":{"id":"46069","n":"Hyde","z":["57345","57346","57540","57564"],"st":"SD"}},"46071":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-102.139158,43.700948],[-102.018887,43.708618],[-102.007336,43.99453],[-101.064068,43.994929],[-101.064326,43.84109],[-101.217768,43.803847],[-101.228234,43.389185],[-102.110819,43.389902],[-102.139051,43.476676],[-102.139158,43.700948]]]},"properties":{"id":"46071","n":"Jackson","z":["57521","57543","57547","57552","57567","57577","57750","57752","57775"],"st":"SD"}},"46073":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.925953,44.196575],[-98.700453,44.196727],[-98.332042,44.19662],[-98.331508,43.937708],[-98.807771,43.935223],[-98.926997,43.935143],[-98.925953,44.196575]]]},"properties":{"id":"46073","n":"Jerauld","z":["57312","57355","57358","57382","57385"],"st":"SD"}},"46075":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-101.064068,43.994929],[-101.046916,44.168484],[-100.367207,44.168694],[-100.366174,43.846978],[-100.33897,43.716942],[-100.587903,43.769285],[-100.735003,43.707621],[-100.930768,43.831159],[-101.064326,43.84109],[-101.064068,43.994929]]]},"properties":{"id":"46075","n":"Jones","z":["57531","57552","57559","57562","57576"],"st":"SD"}},"46077":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.853028,44.544398],[-97.492266,44.543884],[-97.128024,44.543126],[-97.129671,44.195933],[-97.370115,44.194971],[-97.849492,44.195235],[-97.85366,44.195233],[-97.853028,44.544398]]]},"properties":{"id":"46077","n":"Kingsbury","z":["57051","57212","57214","57231","57233","57248","57249","57353"],"st":"SD"}},"46079":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.370115,44.194971],[-97.129671,44.195933],[-96.889216,44.195705],[-96.888664,43.848385],[-97.129089,43.847973],[-97.369463,43.848526],[-97.370115,44.194971]]]},"properties":{"id":"46079","n":"Lake","z":["57016","57022","57042","57050","57054","57057","57071","57075","57076"],"st":"SD"}},"46081":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-104.05569519926,44.570990377142],[-103.820639,44.604777],[-103.567653,44.604098],[-103.574396,44.256077],[-103.453016,44.256609],[-103.452453,44.140772],[-104.05541619071,44.141081206783],[-104.05540637783,44.180382874096],[-104.05569519926,44.570990377142]]]},"properties":{"id":"46081","n":"Lawrence","z":["57717","57732","57754","57759","57779","57783","57785","57793","57799"],"st":"SD"}},"46083":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.924841,43.500007],[-96.598928,43.500457],[-96.594254,43.434153],[-96.521572,43.38564],[-96.55902734271,43.257555675618],[-96.475571,43.221054],[-96.452097516054,43.082552925194],[-96.805682,43.08367],[-96.924142,43.083733],[-96.924841,43.500007]]]},"properties":{"id":"46083","n":"Lincoln","z":["57001","57004","57013","57014","57027","57032","57034","57039","57064","57077","57106","57108","57109"],"st":"SD"}},"46085":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.938217,44.195195],[-99.884485,44.129582],[-99.768681,44.135743],[-99.612249,44.103694],[-99.695752,44.172375],[-99.663508,44.217517],[-99.576571,44.192421],[-99.562536,44.101519],[-99.345995,43.981446],[-99.355864,43.934371],[-99.310826,43.855216],[-99.41015,43.774619],[-99.406961,43.705277],[-99.297998,43.499669],[-99.534481,43.499801],[-99.623578,43.499859],[-99.623587,43.742414],[-99.656634,43.766069],[-99.837825,43.689071],[-100.115169,43.685434],[-100.230845,43.713856],[-100.33897,43.716942],[-100.366174,43.846978],[-100.367207,44.168694],[-100.367247,44.194621],[-99.938217,44.195195]]]},"properties":{"id":"46085","n":"Lyman","z":["57365","57532","57533","57544","57548","57568","57569","57576"],"st":"SD"}},"46087":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.608517,43.849059],[-97.369463,43.848526],[-97.129089,43.847973],[-97.129478,43.499683],[-97.40145,43.499783],[-97.607012,43.499826],[-97.608517,43.849059]]]},"properties":{"id":"46087","n":"McCook","z":["57012","57035","57043","57047","57048","57053","57058","57319","57321","57332","57374"],"st":"SD"}},"46089":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.718073,45.940907],[-99.005754350153,45.939944309128],[-98.724374413888,45.938674733262],[-98.725002,45.591252],[-99.707705,45.593391],[-99.717466,45.593428],[-99.718073,45.940907]]]},"properties":{"id":"46089","n":"McPherson","z":{"0":"57437","1":"57448","2":"57456","3":"57457","4":"57481","25":"58439"},"st":"SD"}},"46091":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.978777809623,45.935933992099],[-97.228291,45.935656595646],[-97.227089,45.558158],[-97.373366,45.587634],[-97.979592,45.588483],[-97.978777809623,45.935933992099]]]},"properties":{"id":"46091","n":"Marshall","z":["57232","57247","57262","57270","57421","57430","57432","57454"],"st":"SD"}},"46093":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-103.567653,44.604098],[-102.964125,44.604287],[-102.957371,45.039569],[-101.999994,45.038274],[-102.000432,44.511663],[-102.001068,44.510926],[-102.112535,44.435886],[-102.282876,44.448626],[-102.393522,44.202966],[-102.388045,44.140183],[-103.452453,44.140772],[-103.453016,44.256609],[-103.574396,44.256077],[-103.567653,44.604098]]]},"properties":{"id":"46093","n":"Meade","z":["57626","57701","57702","57706","57718","57719","57737","57741","57748","57758","57761","57767","57769","57785","57787","57788","57791","57792","57793"],"st":"SD"}},"46095":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-101.064326,43.84109],[-100.930768,43.831159],[-100.735003,43.707621],[-100.587903,43.769285],[-100.33897,43.716942],[-100.230845,43.713856],[-100.214221,43.390321],[-101.228234,43.389185],[-101.217768,43.803847],[-101.064326,43.84109]]]},"properties":{"id":"46095","n":"Mellette","z":["57521","57560","57566","57579","57580","57585"],"st":"SD"}},"46097":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.849492,44.195235],[-97.370115,44.194971],[-97.369463,43.848526],[-97.608517,43.849059],[-97.85111,43.849857],[-97.849492,44.195235]]]},"properties":{"id":"46097","n":"Miner","z":["57076","57321","57323","57337","57340","57349"],"st":"SD"}},"46099":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.129089,43.847973],[-96.888664,43.848385],[-96.452909574366,43.849506893018],[-96.45326,43.50039],[-96.598928,43.500457],[-96.924841,43.500007],[-97.129478,43.499683],[-97.129089,43.847973]]]},"properties":{"id":"46099","n":"Minnehaha","z":["57003","57005","57018","57020","57022","57030","57033","57035","57041","57048","57055","57068","57101","57103","57104","57105","57106","57107","57108","57110","57117","57118","57186","57193","57197","57198"],"st":"SD"}},"46101":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.889216,44.195705],[-96.452435854669,44.196779540095],[-96.452909574366,43.849506893018],[-96.888664,43.848385],[-96.889216,44.195705]]]},"properties":{"id":"46101","n":"Moody","z":{"2":"57006","3":"57017","4":"57022","5":"57024","6":"57026","7":"57028","8":"57065","50":"56144","51":"56164"},"st":"SD"}},"46103":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-104.05541619071,44.141081206783],[-103.452453,44.140772],[-102.388045,44.140183],[-102.393522,44.202966],[-102.282876,44.448626],[-102.112535,44.435886],[-102.001068,44.510926],[-102.007336,43.99453],[-102.018887,43.708618],[-102.139158,43.700948],[-102.175231,43.687756],[-102.809398,43.68756],[-102.695526,43.79815],[-102.687191,43.855599],[-104.055488,43.853477],[-104.05541619071,44.141081206783]]]},"properties":{"id":"46103","n":"Pennington","z":{"0":"57701","1":"57702","2":"57703","3":"57706","4":"57709","5":"57718","6":"57719","7":"57725","8":"57730","9":"57744","10":"57745","11":"57751","12":"57761","13":"57767","14":"57775","15":"57780","16":"57790","17":"57791","35":"82701"},"st":"SD"}},"46105":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-102.957281,45.212851],[-102.94206996119,45.945094411353],[-102.00067992102,45.944538392728],[-101.99979,45.472414],[-101.999994,45.038274],[-102.957371,45.039569],[-102.957281,45.212851]]]},"properties":{"id":"46105","n":"Perkins","z":["57620","57626","57638","57640","57644","57649","57758"],"st":"SD"}},"46107":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.260223,45.24681],[-99.708987,45.245866],[-99.573445,45.245364],[-99.572699,44.897263],[-99.67305,44.897492],[-100.404753,44.897695],[-100.391818,45.026006],[-100.27965,45.019558],[-100.325451,45.099337],[-100.260223,45.24681]]]},"properties":{"id":"46107","n":"Potter","z":["57442","57450","57455","57473","57475"],"st":"SD"}},"46109":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.228291,45.935656595646],[-96.563672,45.935245],[-96.587093,45.816445],[-96.672665,45.732336],[-96.82616,45.654164],[-96.835419161978,45.586128692881],[-96.710786,45.43693],[-96.521787,45.375645],[-96.470077603049,45.326799649392],[-96.992946,45.32688],[-97.007543,45.296866],[-97.226244,45.297647],[-97.227089,45.558158],[-97.228291,45.935656595646]]]},"properties":{"id":"46109","n":"Roberts","z":{"1":"57216","2":"57224","3":"57227","4":"57252","5":"57255","6":"57256","7":"57257","8":"57260","9":"57262","10":"57266","11":"57270","12":"57273","13":"57279","33":"56219"},"st":"SD"}},"46111":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.332042,44.19662],[-97.85366,44.195233],[-97.849492,44.195235],[-97.85111,43.849857],[-97.967279,43.850686],[-98.325242,43.851058],[-98.331508,43.937708],[-98.332042,44.19662]]]},"properties":{"id":"46111","n":"Sanborn","z":["57314","57359","57363","57385"],"st":"SD"}},"46113":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-102.809398,43.68756],[-102.175231,43.687756],[-102.139158,43.700948],[-102.139051,43.476676],[-102.110819,43.389902],[-102.108892,43.129258],[-102.08254804307,42.99914064039],[-102.79211093984,43.00003623577],[-103.00060952603,43.000259286774],[-103.000913,43.476848],[-103.001017,43.605816],[-102.9025,43.674888],[-102.809398,43.68756]]]},"properties":{"id":"46113","n":"Shannon","z":["57716","57722","57744","57752","57756","57764","57770","57772","57794"],"st":"SD"}},"46115":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.717759,45.243732],[-97.981457,45.240415],[-97.981792,45.153295],[-97.977791,44.631602],[-98.705762,44.634159],[-98.716498,44.896925],[-98.717759,45.243732]]]},"properties":{"id":"46115","n":"Spink","z":["57258","57322","57348","57424","57429","57434","57436","57440","57460","57461","57465","57469","57476","57477"],"st":"SD"}},"46117":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-101.136838,44.747126],[-101.022611,44.724153],[-100.910312,44.783737],[-100.717644,44.77093],[-100.613805,44.707135],[-100.620897,44.566698],[-100.526498,44.547422],[-100.580034,44.461842],[-100.386376,44.440008],[-100.36539,44.355524],[-100.08533,44.308451],[-99.892101,44.241881],[-99.938217,44.195195],[-100.367247,44.194621],[-100.367207,44.168694],[-101.046916,44.168484],[-101.166753,44.168085],[-101.154516,44.689947],[-101.136838,44.747126]]]},"properties":{"id":"46117","n":"Stanley","z":["57532","57537","57552"],"st":"SD"}},"46119":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.404753,44.897695],[-99.67305,44.897492],[-99.676398,44.548111],[-100.526498,44.547422],[-100.620897,44.566698],[-100.613805,44.707135],[-100.717644,44.77093],[-100.676387,44.823162],[-100.529636,44.766301],[-100.418682,44.843366],[-100.404753,44.897695]]]},"properties":{"id":"46119","n":"Sully","z":["57442","57501","57520","57536","57564"],"st":"SD"}},"46121":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-101.228234,43.389185],[-100.214221,43.390321],[-100.19841379978,42.997976883969],[-101.22801339779,42.997868739647],[-101.228234,43.389185]]]},"properties":{"id":"46121","n":"Todd","z":{"0":"57555","1":"57563","2":"57566","3":"57570","4":"57572","5":"57580","66":"69201","67":"69212","68":"69216"},"st":"SD"}},"46123":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.230845,43.713856],[-100.115169,43.685434],[-99.837825,43.689071],[-99.656634,43.766069],[-99.623587,43.742414],[-99.623578,43.499859],[-99.534481,43.499801],[-99.534055014809,42.998197488318],[-100.19841379978,42.997976883969],[-100.214221,43.390321],[-100.230845,43.713856]]]},"properties":{"id":"46123","n":"Tripp","z":["57528","57529","57534","57541","57580","57584"],"st":"SD"}},"46125":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.40145,43.499783],[-97.129478,43.499683],[-96.924841,43.500007],[-96.924142,43.083733],[-97.160543,43.083145],[-97.160544,43.169978],[-97.399191,43.169419],[-97.40145,43.499783]]]},"properties":{"id":"46125","n":"Turner","z":["57014","57015","57021","57029","57036","57037","57039","57043","57047","57053","57064","57070","57073","57319"],"st":"SD"}},"46127":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.805682,43.08367],[-96.452097516054,43.082552925194],[-96.511605,43.039927],[-96.540472329193,42.908595697956],[-96.624704,42.725497],[-96.48002247898,42.561324776561],[-96.445508,42.49063],[-96.627945456902,42.527096139142],[-96.7093,42.603753],[-96.697639,42.659143],[-96.807370600098,42.700678985373],[-96.805682,43.08367]]]},"properties":{"id":"46127","n":"Union","z":{"2":"57001","3":"57004","4":"57010","5":"57025","6":"57034","7":"57038","8":"57049","47":"51001","48":"51023"},"st":"SD"}},"46129":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.430079,45.594823],[-99.717466,45.593428],[-99.707705,45.593391],[-99.708987,45.245866],[-100.260223,45.24681],[-100.307384,45.291909],[-100.274176,45.381845],[-100.341924,45.472904],[-100.486561,45.536521],[-100.430079,45.594823]]]},"properties":{"id":"46129","n":"Walworth","z":["57420","57428","57450","57452","57472","57601","57631"],"st":"SD"}},"46135":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.637496,43.16877],[-97.399191,43.169419],[-97.160544,43.169978],[-97.160543,43.083145],[-97.165070392374,42.791616641468],[-97.237868,42.853139],[-97.484916876342,42.850003214868],[-97.635442090442,42.851809075185],[-97.637496,43.16877]]]},"properties":{"id":"46135","n":"Yankton","z":["57031","57037","57040","57045","57046","57063","57067","57070","57072","57078"],"st":"SD"}},"46137":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-101.999994,45.038274],[-101.99979,45.472414],[-101.47019,45.472416],[-101.486348,45.38559],[-101.486593,45.038374],[-101.500512,44.99378],[-101.136162,44.994074],[-101.136838,44.747126],[-101.229495,44.692287],[-101.456072,44.636203],[-101.531035,44.567875],[-101.715038,44.579483],[-101.811198,44.522373],[-102.000432,44.511663],[-101.999994,45.038274]]]},"properties":{"id":"46137","n":"Ziebach","z":["57622","57623","57625","57626","57633","57644","57748"],"st":"SD"}},"47001":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.441034,36.163478],[-84.372731,36.216778],[-84.241825,36.177578],[-84.227527,36.244879],[-84.069918,36.230378],[-84.004317,36.270378],[-83.941711,36.186378],[-84.272869,35.940506],[-84.271587,35.910165],[-84.341812,36.048977],[-84.441034,36.163478]]]},"properties":{"id":"47001","n":"Anderson","z":["37705","37710","37716","37717","37754","37769","37828","37830","37831","37840","37849","37931"],"st":"TN"}},"47003":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.639436,35.6859],[-86.543116,35.697617],[-86.402726,35.618571],[-86.34194,35.664259],[-86.245165,35.631913],[-86.234575,35.45276],[-86.25759,35.412476],[-86.422338,35.318846],[-86.525306,35.354718],[-86.599478,35.36495],[-86.664164,35.491771],[-86.639436,35.6859]]]},"properties":{"id":"47003","n":"Bedford","z":["37018","37020","37034","37060","37063","37091","37144","37153","37160","37161","37162","37180","37183","37334","37360","37388"],"st":"TN"}},"47005":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.212559,36.12029],[-88.085167,36.254161],[-88.095868,36.359265],[-87.99092,36.360133],[-87.98074,36.353307],[-87.949603,36.24316],[-87.919043,36.130049],[-88.02239,35.965818],[-87.925835,35.930432],[-87.96274,35.840921],[-87.970738,35.815705],[-88.051635,35.849918],[-88.177859,35.845841],[-88.217436,35.846582],[-88.212559,36.12029]]]},"properties":{"id":"47005","n":"Benton","z":["38221","38317","38320","38333","38341","38380"],"st":"TN"}},"47007":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.423804,35.567422],[-85.265387,35.721237],[-85.254062,35.765611],[-84.916062,35.761939],[-85.107762,35.571359],[-85.135191,35.458649],[-85.225877,35.354276],[-85.403298,35.49228],[-85.423804,35.567422]]]},"properties":{"id":"47007","n":"Bledsoe","z":["37321","37327","37332","37337","37338","37367","37379","37381","38572"],"st":"TN"}},"47009":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.166267,35.805106],[-84.145659,35.849586],[-84.006696,35.848924],[-83.994677,35.883749],[-83.850155,35.842019],[-83.794275,35.887125],[-83.70525,35.71158],[-83.662814,35.690618],[-83.662911901589,35.567799793208],[-83.771736,35.562118],[-83.95323138015,35.460020889577],[-83.958917834564,35.45789943958],[-83.993815,35.550001],[-84.081561,35.541231],[-84.188319,35.610549],[-84.134468,35.647399],[-84.166267,35.805106]]]},"properties":{"id":"47009","n":"Blount","z":["37701","37737","37742","37777","37801","37802","37803","37804","37853","37865","37878","37882","37886","37920"],"st":"TN"}},"47011":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.946339,35.287717],[-84.860164,35.350074],[-84.72314,35.285471],[-84.703607,35.241043],[-84.699737,35.172274],[-84.775837671297,34.987937206149],[-84.810477466886,34.987877955229],[-84.976973806592,34.987219837355],[-85.026643,35.136171],[-84.946339,35.287717]]]},"properties":{"id":"47011","n":"Bradley","z":["37310","37311","37312","37320","37323","37336","37353","37362","37364"],"st":"TN"}},"47013":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.261321201505,36.592741697267],[-84.227332,36.592181],[-83.987842,36.5896],[-83.905638,36.419979],[-84.004317,36.270378],[-84.069918,36.230378],[-84.227527,36.244879],[-84.241825,36.177578],[-84.372731,36.216778],[-84.329927,36.285086],[-84.349939,36.466292],[-84.266877,36.511698],[-84.261321201505,36.592741697267]]]},"properties":{"id":"47013","n":"Campbell","z":["37714","37715","37729","37757","37762","37766","37769","37819","37847","37870"],"st":"TN"}},"47015":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.153214,35.954399],[-86.014849,35.96106],[-85.885156,35.839658],[-85.997426,35.711955],[-85.985062,35.660108],[-86.08889,35.646823],[-86.207147,35.70379],[-86.141766,35.914374],[-86.153214,35.954399]]]},"properties":{"id":"47015","n":"Cannon","z":["37016","37026","37095","37110","37118","37149","37166","37190","37357"],"st":"TN"}},"47017":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.692709,36.062746],[-88.655488,36.117338],[-88.530322,36.152023],[-88.211698,36.145974],[-88.212559,36.12029],[-88.217436,35.846582],[-88.177859,35.845841],[-88.179177,35.816785],[-88.56955,35.824451],[-88.606862,35.789354],[-88.706811,35.791075],[-88.692709,36.062746]]]},"properties":{"id":"47017","n":"Carroll","z":["38201","38220","38235","38258","38305","38317","38318","38321","38324","38341","38342","38344","38348","38387","38390"],"st":"TN"}},"47019":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.299859,36.396505],[-82.188653,36.400408],[-81.983843,36.508314],[-81.94984,36.472385],[-82.058545,36.367215],[-81.934369244493,36.26471620438],[-82.02874,36.124322],[-82.081148917132,36.105692114333],[-82.220253010287,36.153820039843],[-82.284691,36.251686],[-82.34046,36.252807],[-82.299859,36.396505]]]},"properties":{"id":"47019","n":"Carter","z":["37601","37604","37640","37643","37644","37658","37682","37687","37694","37867"],"st":"TN"}},"47021":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.120443,36.45546],[-86.98806,36.369154],[-86.913233,36.382621],[-87.041362,36.041312],[-87.054114,36.045535],[-87.182573,36.049726],[-87.149876,36.176878],[-87.193301,36.248969],[-87.153043,36.30535],[-87.286501,36.321933],[-87.280597,36.354166],[-87.120443,36.45546]]]},"properties":{"id":"47021","n":"Cheatham","z":["37015","37032","37035","37036","37043","37080","37082","37143","37146","37187"],"st":"TN"}},"47023":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.841607,35.427826],[-88.675867,35.489163],[-88.613611,35.588089],[-88.505354,35.51203],[-88.364005,35.492801],[-88.360829,35.418972],[-88.362572,35.380994],[-88.640934,35.361017],[-88.719761,35.24755],[-88.781768,35.247587],[-88.841607,35.427826]]]},"properties":{"id":"47023","n":"Chester","z":["38044","38313","38315","38332","38334","38340","38347","38352","38356","38359","38366","38368","38377"],"st":"TN"}},"47025":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.987842,36.5896],[-83.930760783944,36.587694258112],[-83.675413,36.600814],[-83.47209357381,36.599475732059],[-83.398303,36.534885],[-83.3868,36.413186],[-83.532504,36.353385],[-83.667408,36.344381],[-83.73301,36.34498],[-83.805515,36.435879],[-83.905638,36.419979],[-83.987842,36.5896]]]},"properties":{"id":"47025","n":"Claiborne","z":["37707","37715","37724","37730","37752","37773","37824","37825","37851","37869","37870","37879"],"st":"TN"}},"47027":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.788556543614,36.621711859035],[-85.436404272886,36.618003845027],[-85.295812485727,36.626149559367],[-85.276287947499,36.626157540803],[-85.284878,36.531293],[-85.446372,36.49797],[-85.495422,36.403074],[-85.57596,36.471617],[-85.704075,36.522395],[-85.813885,36.499473],[-85.788556543614,36.621711859035]]]},"properties":{"id":"47027","n":"Clay","z":["37150","38541","38551","38568","38575","38588"],"st":"TN"}},"47029":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.234585,36.085094],[-83.166085,36.180894],[-82.893751418431,35.933857269709],[-82.966649742899,35.795445979574],[-83.161537,35.763363],[-83.256141552304,35.715124062658],[-83.261806,35.825024],[-83.310782,35.895846],[-83.234585,36.085094]]]},"properties":{"id":"47029","n":"Cocke","z":["37713","37722","37727","37743","37753","37821","37822","37843","37868"],"st":"TN"}},"47031":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.25759,35.412476],[-86.234575,35.45276],[-86.245165,35.631913],[-86.207147,35.70379],[-86.08889,35.646823],[-85.985062,35.660108],[-85.876962,35.524095],[-85.869712,35.380362],[-85.913593,35.289189],[-86.02704,35.343837],[-86.158018,35.362607],[-86.261489,35.333579],[-86.25759,35.412476]]]},"properties":{"id":"47031","n":"Coffee","z":["37018","37183","37330","37342","37349","37355","37357","37360","37382","37388","37389"],"st":"TN"}},"47033":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.342829,35.880934],[-89.280188,35.886416],[-89.188844,35.99976],[-89.135958,35.967841],[-89.109285,35.862089],[-88.916181,35.797307],[-89.021364,35.670953],[-89.069544,35.692679],[-89.338704,35.789273],[-89.356033,35.817635],[-89.342829,35.880934]]]},"properties":{"id":"47033","n":"Crockett","z":["38001","38006","38021","38034","38040","38050","38336","38337","38343"],"st":"TN"}},"47035":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.269359,35.793388],[-85.213115,35.910379],[-85.264206,35.979154],[-85.246362,36.100698],[-85.100213,36.138561],[-85.029461,36.170433],[-84.907753,36.156293],[-84.80546,36.090501],[-84.680633,35.908454],[-84.781901,35.825],[-84.916062,35.761939],[-85.254062,35.765611],[-85.269359,35.793388]]]},"properties":{"id":"47035","n":"Cumberland","z":["37337","37367","37723","37854","38555","38557","38558","38571","38572","38574","38578","38583"],"st":"TN"}},"47037":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.913233,36.382621],[-86.825053,36.349817],[-86.754795,36.405496],[-86.639095,36.255105],[-86.594286,36.245105],[-86.515589,36.10061],[-86.618892,35.968224],[-86.790875,36.036715],[-86.9292,36.052722],[-87.040407,35.989226],[-87.054114,36.045535],[-87.041362,36.041312],[-86.913233,36.382621]]]},"properties":{"id":"47037","n":"Davidson","z":["37011","37013","37015","37027","37064","37070","37072","37076","37080","37086","37115","37122","37135","37138","37143","37152","37189","37201","37202","37203","37204","37205","37206","37207","37208","37209","37210","37211","37212","37213","37214","37215","37216","37217","37218","37219","37220","37221","37222","37224","37227","37228","37229","37230","37232","37234","37235","37236","37238","37240","37241","37242","37243","37244","37246","37250"],"st":"TN"}},"47039":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.179177,35.816785],[-88.177859,35.845841],[-88.051635,35.849918],[-87.970738,35.815705],[-88.034788,35.717261],[-88.035837,35.621839],[-87.97463,35.521025],[-88.007709,35.423381],[-88.024741,35.392307],[-88.196462,35.379561],[-88.241677,35.423263],[-88.243057,35.528858],[-88.190465,35.609088],[-88.179177,35.816785]]]},"properties":{"id":"47039","n":"Decatur","z":["38311","38329","38341","38363","38374","38380"],"st":"TN"}},"47041":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.059706,36.086024],[-85.807415,36.131582],[-85.767136,36.070087],[-85.644604,36.015053],[-85.632449,35.847385],[-85.682095,35.831254],[-85.885156,35.839658],[-86.014849,35.96106],[-86.059706,36.086024]]]},"properties":{"id":"47041","n":"De Kalb","z":["37012","37059","37095","37166","38544","38567","38569","38581","38582","38583"],"st":"TN"}},"47043":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.566798,36.177857],[-87.513533,36.334713],[-87.286501,36.321933],[-87.153043,36.30535],[-87.193301,36.248969],[-87.149876,36.176878],[-87.182573,36.049726],[-87.204242,35.959186],[-87.53453,35.993074],[-87.566798,36.177857]]]},"properties":{"id":"47043","n":"Dickson","z":["37015","37025","37029","37036","37051","37055","37056","37062","37165","37181","37187"],"st":"TN"}},"47045":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.627641441675,36.185460316606],[-89.482971,36.212659],[-89.154464,36.204678],[-89.188844,35.99976],[-89.280188,35.886416],[-89.342829,35.880934],[-89.398186,35.941369],[-89.648904970345,35.903583482313],[-89.733095,36.000608],[-89.592102,36.135637],[-89.627641441675,36.185460316606]]]},"properties":{"id":"47045","n":"Dyer","z":["38007","38024","38025","38030","38034","38040","38047","38059","38070","38080","38240","38259","38389"],"st":"TN"}},"47047":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.632776,35.375824],[-89.474171,35.403039],[-89.183944,35.397126],[-89.198287901495,34.994450530115],[-89.352679391848,34.993996141746],[-89.644283834092,34.994067210562],[-89.632776,35.375824]]]},"properties":{"id":"47047","n":"Fayette","z":["38002","38017","38028","38036","38039","38042","38045","38046","38048","38049","38057","38060","38066","38068","38075","38076"],"st":"TN"}},"47049":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.120445,36.407164],[-85.043924,36.558791],[-84.943144,36.58127],[-84.731839,36.524674],[-84.659082,36.395227],[-84.700785,36.370824],[-84.797861,36.296894],[-84.875842,36.285092],[-84.907753,36.156293],[-85.029461,36.170433],[-85.100213,36.138561],[-85.119583,36.144719],[-85.082497,36.196171],[-85.120445,36.407164]]]},"properties":{"id":"47049","n":"Fentress","z":["37726","38504","38549","38553","38556","38565","38574","38577","38589"],"st":"TN"}},"47051":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.318168,35.126986],[-86.261489,35.333579],[-86.158018,35.362607],[-86.02704,35.343837],[-85.913593,35.289189],[-85.873025,35.223362],[-85.863946111807,34.987030858748],[-86.311274,34.991098],[-86.318760765465,34.991078580443],[-86.318168,35.126986]]]},"properties":{"id":"47051","n":"Franklin","z":["37306","37318","37324","37328","37330","37335","37345","37375","37376","37383","37388","37398"],"st":"TN"}},"47053":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.154464,36.204678],[-88.959839,36.222834],[-88.863298,36.137639],[-88.692709,36.062746],[-88.706811,35.791075],[-88.916181,35.797307],[-89.109285,35.862089],[-89.135958,35.967841],[-89.188844,35.99976],[-89.154464,36.204678]]]},"properties":{"id":"47053","n":"Gibson","z":["38059","38220","38233","38259","38316","38330","38331","38338","38343","38346","38355","38358","38369","38378","38382"],"st":"TN"}},"47055":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.206578,35.433207],[-87.129112,35.456019],[-86.960804,35.417021],[-86.906451,35.314075],[-86.828301,35.263677],[-86.83628631595,34.992803004217],[-87.210758579982,34.999049181],[-87.224053641876,34.999230741972],[-87.206578,35.433207]]]},"properties":{"id":"47055","n":"Giles","z":["37047","37144","38449","38451","38453","38455","38456","38459","38460","38464","38468","38472","38473","38474","38477","38478","38483"],"st":"TN"}},"47057":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.667408,36.344381],[-83.532504,36.353385],[-83.3868,36.413186],[-83.280595,36.394689],[-83.255292,36.289092],[-83.328295,36.29669],[-83.467097,36.174688],[-83.541099,36.181987],[-83.674237,36.125008],[-83.66746,36.080587],[-83.732704,36.164583],[-83.667408,36.344381]]]},"properties":{"id":"47057","n":"Grainger","z":["37708","37709","37811","37848","37861","37881","37888"],"st":"TN"}},"47059":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.166085,36.180894],[-83.082312,36.242296],[-82.937183,36.334797],[-82.702566,36.410412],[-82.631794,36.418769],[-82.647769,36.146404],[-82.595065,36.096205],[-82.605703610794,36.037198863562],[-82.628365,36.062105],[-82.779397,35.992511],[-82.81613,35.923986],[-82.893751418431,35.933857269709],[-83.166085,36.180894]]]},"properties":{"id":"47059","n":"Greene","z":["37616","37641","37656","37681","37711","37743","37744","37745","37809","37810","37818"],"st":"TN"}},"47061":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.913593,35.289189],[-85.869712,35.380362],[-85.876962,35.524095],[-85.820334,35.504573],[-85.607326,35.531651],[-85.485622,35.406307],[-85.558551,35.319292],[-85.709418,35.289251],[-85.740113,35.215295],[-85.873025,35.223362],[-85.913593,35.289189]]]},"properties":{"id":"47061","n":"Grundy","z":["37110","37301","37305","37313","37324","37339","37356","37357","37365","37366","37387"],"st":"TN"}},"47063":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.255292,36.289092],[-83.16259,36.345292],[-83.082312,36.242296],[-83.166085,36.180894],[-83.234585,36.085094],[-83.274501,36.130794],[-83.467097,36.174688],[-83.328295,36.29669],[-83.255292,36.289092]]]},"properties":{"id":"47063","n":"Hamblen","z":["37711","37778","37813","37814","37815","37816","37860","37877","37890","37891"],"st":"TN"}},"47065":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.474338843134,34.983673326791],[-85.365031,35.072554],[-85.387089,35.147169],[-85.225877,35.354276],[-85.135191,35.458649],[-85.016343,35.409288],[-84.946339,35.287717],[-85.026643,35.136171],[-84.976973806592,34.987219837355],[-84.979854025232,34.987205613976],[-85.265055021716,34.985077644742],[-85.363919028931,34.983376563141],[-85.474338843134,34.983673326791]]]},"properties":{"id":"47065","n":"Hamilton","z":["37302","37304","37308","37311","37315","37336","37338","37341","37343","37350","37351","37353","37363","37373","37377","37379","37384","37401","37402","37403","37404","37405","37406","37407","37408","37409","37410","37411","37412","37414","37415","37416","37419","37421","37422","37424","37450"],"st":"TN"}},"47067":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.47209357381,36.599475732059],[-82.984458495572,36.59528996905],[-82.830433,36.593761],[-82.950519,36.543005],[-83.010789,36.563691],[-83.120966,36.513883],[-83.280595,36.394689],[-83.3868,36.413186],[-83.398303,36.534885],[-83.47209357381,36.599475732059]]]},"properties":{"id":"47067","n":"Hancock","z":["37731","37752","37765","37869","37879","37881"],"st":"TN"}},"47069":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.183944,35.397126],[-89.078876,35.431428],[-88.841607,35.427826],[-88.781768,35.247587],[-88.786612,34.995252],[-88.823050501632,34.995207045695],[-89.017127011552,34.994967612836],[-89.198287901495,34.994450530115],[-89.183944,35.397126]]]},"properties":{"id":"47069","n":"Hardeman","z":["38008","38039","38042","38044","38052","38061","38067","38075","38340","38356","38381","38392"],"st":"TN"}},"47071":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.362572,35.380994],[-88.360829,35.418972],[-88.241677,35.423263],[-88.196462,35.379561],[-88.024741,35.392307],[-87.981585,35.295678],[-87.984916043699,35.005910124326],[-88.200064,34.995634],[-88.363530268539,34.995746751797],[-88.380492511522,34.995792408222],[-88.362572,35.380994]]]},"properties":{"id":"47071","n":"Hardin","z":["38310","38326","38327","38357","38359","38361","38365","38370","38371","38372","38376","38425","38475"],"st":"TN"}},"47073":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.280595,36.394689],[-83.120966,36.513883],[-83.010789,36.563691],[-82.950519,36.543005],[-82.830433,36.593761],[-82.609181949399,36.595089686069],[-82.610175,36.5193],[-82.680677,36.4318],[-82.702566,36.410412],[-82.937183,36.334797],[-83.082312,36.242296],[-83.16259,36.345292],[-83.255292,36.289092],[-83.280595,36.394689]]]},"properties":{"id":"47073","n":"Hawkins","z":["37642","37645","37660","37711","37731","37811","37857","37869","37873","37881","37891"],"st":"TN"}},"47075":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.502118,35.580621],[-89.401805,35.822657],[-89.356033,35.817635],[-89.338704,35.789273],[-89.069544,35.692679],[-89.078876,35.431428],[-89.183944,35.397126],[-89.474171,35.403039],[-89.469862,35.546566],[-89.502118,35.580621]]]},"properties":{"id":"47075","n":"Haywood","z":["38006","38012","38037","38063","38069","38075"],"st":"TN"}},"47077":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.606862,35.789354],[-88.56955,35.824451],[-88.179177,35.816785],[-88.190465,35.609088],[-88.243057,35.528858],[-88.241677,35.423263],[-88.360829,35.418972],[-88.364005,35.492801],[-88.505354,35.51203],[-88.613611,35.588089],[-88.606862,35.789354]]]},"properties":{"id":"47077","n":"Henderson","z":["38313","38321","38328","38329","38345","38351","38352","38363","38368","38371","38374","38388","38390"],"st":"TN"}},"47079":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.516358059979,36.501464198163],[-88.489076738713,36.501283719076],[-88.053350800776,36.499996250682],[-88.061428,36.443992],[-87.99092,36.360133],[-88.095868,36.359265],[-88.085167,36.254161],[-88.212559,36.12029],[-88.211698,36.145974],[-88.530322,36.152023],[-88.516358059979,36.501464198163]]]},"properties":{"id":"47079","n":"Henry","z":["38201","38222","38223","38224","38231","38236","38242","38251","38256"],"st":"TN"}},"47081":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.71676,35.83875],[-87.706438,35.905755],[-87.53453,35.993074],[-87.204242,35.959186],[-87.215099,35.850651],[-87.25561,35.700516],[-87.339232,35.65911],[-87.459587,35.615124],[-87.586867,35.653304],[-87.658189,35.609349],[-87.74375,35.663952],[-87.71676,35.83875]]]},"properties":{"id":"47081","n":"Hickman","z":["37025","37033","37055","37078","37098","37101","37137","37140","38454","38462","38476","38487"],"st":"TN"}},"47083":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.98074,36.353307],[-87.821816,36.328724],[-87.715494,36.36824],[-87.592358,36.367663],[-87.513533,36.334713],[-87.566798,36.177857],[-87.798508,36.244754],[-87.949603,36.24316],[-87.98074,36.353307]]]},"properties":{"id":"47083","n":"Houston","z":["37050","37051","37061","37101","37175","37178","37181","37185"],"st":"TN"}},"47085":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.949603,36.24316],[-87.798508,36.244754],[-87.566798,36.177857],[-87.53453,35.993074],[-87.706438,35.905755],[-87.71676,35.83875],[-87.852682,35.803799],[-87.96274,35.840921],[-87.925835,35.930432],[-88.02239,35.965818],[-87.919043,36.130049],[-87.949603,36.24316]]]},"properties":{"id":"47085","n":"Humphreys","z":["37078","37101","37134","37185"],"st":"TN"}},"47087":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.828026,36.411836],[-85.813885,36.499473],[-85.704075,36.522395],[-85.57596,36.471617],[-85.495422,36.403074],[-85.495124,36.302278],[-85.557527,36.223177],[-85.780148,36.238011],[-85.82766,36.255272],[-85.828026,36.411836]]]},"properties":{"id":"47087","n":"Jackson","z":["37145","38501","38545","38551","38562","38564","38568","38588"],"st":"TN"}},"47089":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.66746,36.080587],[-83.674237,36.125008],[-83.541099,36.181987],[-83.467097,36.174688],[-83.274501,36.130794],[-83.234585,36.085094],[-83.310782,35.895846],[-83.489344,35.92766],[-83.673297,36.038486],[-83.66746,36.080587]]]},"properties":{"id":"47089","n":"Jefferson","z":["37725","37760","37813","37820","37871","37876","37877","37890"],"st":"TN"}},"47091":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.983843,36.508314],[-81.826734148053,36.614719104161],[-81.6469,36.611918],[-81.677535,36.588117],[-81.725372779685,36.389738497436],[-81.705966,36.338496],[-81.833202,36.347339],[-81.918444472905,36.287357917382],[-81.934369244493,36.26471620438],[-82.058545,36.367215],[-81.94984,36.472385],[-81.983843,36.508314]]]},"properties":{"id":"47091","n":"Johnson","z":["37640","37680","37683","37688","37691"],"st":"TN"}},"47093":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.941711,36.186378],[-83.732704,36.164583],[-83.66746,36.080587],[-83.673297,36.038486],[-83.650957,35.986368],[-83.794275,35.887125],[-83.850155,35.842019],[-83.994677,35.883749],[-84.006696,35.848924],[-84.145659,35.849586],[-84.166267,35.805106],[-84.263383,35.89694],[-84.271587,35.910165],[-84.272869,35.940506],[-83.941711,36.186378]]]},"properties":{"id":"47093","n":"Knox","z":["37709","37721","37754","37764","37772","37779","37806","37807","37830","37849","37853","37871","37901","37902","37909","37912","37914","37915","37916","37917","37918","37919","37920","37921","37922","37923","37924","37927","37928","37929","37930","37931","37932","37933","37934","37938","37939","37940","37950","37995","37996","37997","37998"],"st":"TN"}},"47095":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.545031333969,36.344271398663],[-89.539232,36.497934],[-89.345194319539,36.501343208637],[-89.36012,36.409277],[-89.444587,36.235538],[-89.482971,36.212659],[-89.627641441675,36.185460316606],[-89.69263,36.224959],[-89.554289,36.277751],[-89.545031333969,36.344271398663]]]},"properties":{"id":"47095","n":"Lake","z":["38077","38079","38080"],"st":"TN"}},"47097":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.648904970345,35.903583482313],[-89.398186,35.941369],[-89.342829,35.880934],[-89.356033,35.817635],[-89.401805,35.822657],[-89.502118,35.580621],[-89.623458,35.652316],[-89.7952,35.63529],[-89.909797,35.537914],[-89.944754,35.560308],[-89.876548,35.626653],[-89.956589,35.695486],[-89.723426,35.809382],[-89.722634,35.873718],[-89.648904970345,35.903583482313]]]},"properties":{"id":"47097","n":"Lauderdale","z":["38037","38040","38041","38063"],"st":"TN"}},"47099":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.575352,35.398454],[-87.44882,35.420622],[-87.448485,35.457844],[-87.294534,35.444676],[-87.206578,35.433207],[-87.224053641876,34.999230741972],[-87.606097867653,35.003519526204],[-87.588833,35.058431],[-87.575352,35.398454]]]},"properties":{"id":"47099","n":"Lawrence","z":["38456","38457","38463","38464","38468","38469","38474","38481","38483","38486"],"st":"TN"}},"47101":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.658189,35.609349],[-87.586867,35.653304],[-87.459587,35.615124],[-87.339232,35.65911],[-87.352305,35.584621],[-87.269432,35.505851],[-87.294534,35.444676],[-87.448485,35.457844],[-87.44882,35.420622],[-87.575352,35.398454],[-87.645896,35.472745],[-87.717559,35.483347],[-87.658189,35.609349]]]},"properties":{"id":"47101","n":"Lewis","z":["38461","38462","38474","38483","38485"],"st":"TN"}},"47103":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.828301,35.263677],[-86.746899,35.252878],[-86.602613,35.327013],[-86.599478,35.36495],[-86.525306,35.354718],[-86.52728,35.311536],[-86.392192,35.235381],[-86.363363,35.12303],[-86.318168,35.126986],[-86.318760765465,34.991078580443],[-86.783648,34.991925],[-86.83628631595,34.992803004217],[-86.828301,35.263677]]]},"properties":{"id":"47103","n":"Lincoln","z":["37047","37144","37328","37334","37335","37348","37359","38449","38453","38459","38488"],"st":"TN"}},"47105":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.584472,35.644424],[-84.263383,35.89694],[-84.166267,35.805106],[-84.134468,35.647399],[-84.188319,35.610549],[-84.290765,35.654925],[-84.504274,35.665866],[-84.52585,35.624186],[-84.584472,35.644424]]]},"properties":{"id":"47105","n":"Loudon","z":["37737","37742","37771","37772","37774","37846","37874","37885"],"st":"TN"}},"47107":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.619865,35.644651],[-84.584472,35.644424],[-84.52585,35.624186],[-84.409226,35.398378],[-84.401025,35.330374],[-84.495529,35.285472],[-84.703607,35.241043],[-84.72314,35.285471],[-84.860164,35.350074],[-84.805544,35.448571],[-84.619865,35.644651]]]},"properties":{"id":"47107","n":"McMinn","z":["37303","37309","37322","37325","37329","37331","37354","37370","37371","37826","37846","37874"],"st":"TN"}},"47109":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.781768,35.247587],[-88.719761,35.24755],[-88.640934,35.361017],[-88.362572,35.380994],[-88.380492511522,34.995792408222],[-88.786612,34.995252],[-88.781768,35.247587]]]},"properties":{"id":"47109","n":"McNairy","z":["38044","38061","38310","38315","38332","38334","38339","38357","38359","38361","38367","38375","38376","38379","38393"],"st":"TN"}},"47111":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.205565269856,36.639246870329],[-85.975713174144,36.628637718682],[-85.788556543614,36.621711859035],[-85.813885,36.499473],[-85.828026,36.411836],[-85.978893,36.426073],[-86.168261,36.444293],[-86.228434,36.487472],[-86.205565269856,36.639246870329]]]},"properties":{"id":"47111","n":"Macon","z":["37022","37057","37074","37083","37145","37150","37186"],"st":"TN"}},"47113":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.069544,35.692679],[-89.021364,35.670953],[-88.916181,35.797307],[-88.706811,35.791075],[-88.606862,35.789354],[-88.613611,35.588089],[-88.675867,35.489163],[-88.841607,35.427826],[-89.078876,35.431428],[-89.069544,35.692679]]]},"properties":{"id":"47113","n":"Madison","z":["38006","38301","38302","38303","38305","38308","38313","38314","38343","38351","38355","38356","38362","38366","38391","38392"],"st":"TN"}},"47115":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.873025,35.223362],[-85.740113,35.215295],[-85.709418,35.289251],[-85.558551,35.319292],[-85.403187,35.223419],[-85.387089,35.147169],[-85.365031,35.072554],[-85.474338843134,34.983673326791],[-85.605165,34.984678],[-85.863946111807,34.987030858748],[-85.873025,35.223362]]]},"properties":{"id":"47115","n":"Marion","z":["37340","37347","37356","37374","37375","37380","37396","37397","37405","37419"],"st":"TN"}},"47117":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.960804,35.417021],[-86.849573,35.525515],[-86.782016,35.706595],[-86.686193,35.710051],[-86.639436,35.6859],[-86.664164,35.491771],[-86.599478,35.36495],[-86.602613,35.327013],[-86.746899,35.252878],[-86.828301,35.263677],[-86.906451,35.314075],[-86.960804,35.417021]]]},"properties":{"id":"47117","n":"Marshall","z":["37019","37034","37046","37047","37091","37144","38401","38451","38472"],"st":"TN"}},"47119":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.339232,35.65911],[-87.25561,35.700516],[-87.215099,35.850651],[-86.782016,35.706595],[-86.849573,35.525515],[-86.960804,35.417021],[-87.129112,35.456019],[-87.206578,35.433207],[-87.294534,35.444676],[-87.269432,35.505851],[-87.352305,35.584621],[-87.339232,35.65911]]]},"properties":{"id":"47119","n":"Maury","z":["37091","37174","38401","38402","38451","38461","38474","38476","38482","38483","38487"],"st":"TN"}},"47121":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.016343,35.409288],[-84.912148,35.442671],[-84.873969,35.550217],[-84.794904,35.55255],[-84.781804,35.673908],[-84.723853,35.752896],[-84.619031,35.70788],[-84.619865,35.644651],[-84.805544,35.448571],[-84.860164,35.350074],[-84.946339,35.287717],[-85.016343,35.409288]]]},"properties":{"id":"47121","n":"Meigs","z":["37308","37322","37336","37826","37880"],"st":"TN"}},"47123":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.188319,35.610549],[-84.081561,35.541231],[-83.993815,35.550001],[-83.958917834564,35.45789943958],[-84.021782,35.407418],[-84.029104413772,35.292123776494],[-84.097508,35.247382],[-84.223718,35.269078],[-84.286598378741,35.205758218496],[-84.495529,35.285472],[-84.401025,35.330374],[-84.409226,35.398378],[-84.52585,35.624186],[-84.504274,35.665866],[-84.290765,35.654925],[-84.188319,35.610549]]]},"properties":{"id":"47123","n":"Monroe","z":["37314","37329","37354","37369","37385","37774","37801","37846","37874","37885"],"st":"TN"}},"47125":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.64115,36.638036],[-87.335979050081,36.641577160493],[-87.115003556688,36.644142044651],[-87.150371,36.566824],[-87.120443,36.45546],[-87.280597,36.354166],[-87.286501,36.321933],[-87.513533,36.334713],[-87.592358,36.367663],[-87.64115,36.638036]]]},"properties":{"id":"47125","n":"Montgomery","z":{"0":"37010","1":"37015","2":"37040","3":"37042","4":"37043","5":"37044","6":"37050","7":"37051","8":"37052","9":"37079","10":"37142","11":"37171","12":"37191","33":"42223"},"st":"TN"}},"47127":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.525306,35.354718],[-86.422338,35.318846],[-86.25759,35.412476],[-86.261489,35.333579],[-86.318168,35.126986],[-86.363363,35.12303],[-86.392192,35.235381],[-86.52728,35.311536],[-86.525306,35.354718]]]},"properties":{"id":"47127","n":"Moore","z":["37144","37160","37183","37306","37334","37352","37359","37360","37388","37398"],"st":"TN"}},"47129":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.700785,36.370824],[-84.573741,36.229977],[-84.441034,36.163478],[-84.341812,36.048977],[-84.446054,35.985984],[-84.603763,35.954009],[-84.680633,35.908454],[-84.80546,36.090501],[-84.907753,36.156293],[-84.875842,36.285092],[-84.797861,36.296894],[-84.700785,36.370824]]]},"properties":{"id":"47129","n":"Morgan","z":["37719","37726","37733","37748","37770","37829","37840","37845","37852","37854","37872","37887"],"st":"TN"}},"47131":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.345194319539,36.501343208637],[-88.834589022874,36.501980342259],[-88.82717803634,36.501968322257],[-88.81642,36.410732],[-88.949163,36.410099],[-88.959839,36.222834],[-89.154464,36.204678],[-89.482971,36.212659],[-89.444587,36.235538],[-89.36012,36.409277],[-89.345194319539,36.501343208637]]]},"properties":{"id":"47131","n":"Obion","z":["38080","38232","38233","38240","38253","38254","38257","38259","38260","38261","38271","38281"],"st":"TN"}},"47133":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.495422,36.403074],[-85.446372,36.49797],[-85.284878,36.531293],[-85.120445,36.407164],[-85.082497,36.196171],[-85.119583,36.144719],[-85.204156,36.152489],[-85.43585,36.247148],[-85.495124,36.302278],[-85.495422,36.403074]]]},"properties":{"id":"47133","n":"Overton","z":["38501","38506","38541","38542","38543","38554","38568","38570","38573","38574","38580","38589"],"st":"TN"}},"47135":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.970738,35.815705],[-87.96274,35.840921],[-87.852682,35.803799],[-87.71676,35.83875],[-87.74375,35.663952],[-87.658189,35.609349],[-87.717559,35.483347],[-87.988894,35.453666],[-88.007709,35.423381],[-87.97463,35.521025],[-88.035837,35.621839],[-88.034788,35.717261],[-87.970738,35.815705]]]},"properties":{"id":"47135","n":"Perry","z":["37096","37097","38425"],"st":"TN"}},"47137":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.276287947499,36.626157540803],[-84.974868435837,36.614583359317],[-84.78539997855,36.603375419936],[-84.731839,36.524674],[-84.943144,36.58127],[-85.043924,36.558791],[-85.120445,36.407164],[-85.284878,36.531293],[-85.276287947499,36.626157540803]]]},"properties":{"id":"47137","n":"Pickett","z":{"0":"38543","1":"38549","2":"38556","3":"38573","4":"38577","25":"42602"},"st":"TN"}},"47139":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.775837671297,34.987937206149],[-84.699737,35.172274],[-84.703607,35.241043],[-84.495529,35.285472],[-84.286598378741,35.205758218496],[-84.321869,34.988408],[-84.621483,34.988329],[-84.775837671297,34.987937206149]]]},"properties":{"id":"47139","n":"Polk","z":["37307","37309","37310","37316","37317","37323","37325","37326","37333","37361","37362","37369","37391"],"st":"TN"}},"47141":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.780148,36.238011],[-85.557527,36.223177],[-85.495124,36.302278],[-85.43585,36.247148],[-85.204156,36.152489],[-85.119583,36.144719],[-85.100213,36.138561],[-85.246362,36.100698],[-85.264206,35.979154],[-85.309363,36.031592],[-85.507677,36.082012],[-85.644604,36.015053],[-85.767136,36.070087],[-85.807415,36.131582],[-85.780148,36.238011]]]},"properties":{"id":"47141","n":"Putnam","z":["38501","38502","38503","38505","38506","38544","38545","38548","38564","38574","38582","38583"],"st":"TN"}},"47143":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.916062,35.761939],[-84.781901,35.825],[-84.723853,35.752896],[-84.781804,35.673908],[-84.794904,35.55255],[-84.873969,35.550217],[-84.912148,35.442671],[-85.016343,35.409288],[-85.135191,35.458649],[-85.107762,35.571359],[-84.916062,35.761939]]]},"properties":{"id":"47143","n":"Rhea","z":["37321","37332","37337","37338","37381"],"st":"TN"}},"47145":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.781901,35.825],[-84.680633,35.908454],[-84.603763,35.954009],[-84.446054,35.985984],[-84.341812,36.048977],[-84.271587,35.910165],[-84.263383,35.89694],[-84.584472,35.644424],[-84.619865,35.644651],[-84.619031,35.70788],[-84.723853,35.752896],[-84.781901,35.825]]]},"properties":{"id":"47145","n":"Roane","z":["37748","37763","37771","37774","37830","37840","37846","37854","37880"],"st":"TN"}},"47147":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.115003556688,36.644142044651],[-87.060826344393,36.644770884852],[-86.763290964108,36.648720674502],[-86.562067651865,36.640746673907],[-86.693292,36.407231],[-86.754795,36.405496],[-86.825053,36.349817],[-86.913233,36.382621],[-86.98806,36.369154],[-87.120443,36.45546],[-87.150371,36.566824],[-87.115003556688,36.644142044651]]]},"properties":{"id":"47147","n":"Robertson","z":["37010","37032","37048","37049","37072","37073","37141","37146","37148","37172","37188"],"st":"TN"}},"47149":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.686193,35.710051],[-86.613328,35.790331],[-86.618892,35.968224],[-86.515589,36.10061],[-86.251731,35.961141],[-86.153214,35.954399],[-86.141766,35.914374],[-86.207147,35.70379],[-86.245165,35.631913],[-86.34194,35.664259],[-86.402726,35.618571],[-86.543116,35.697617],[-86.639436,35.6859],[-86.686193,35.710051]]]},"properties":{"id":"47149","n":"Rutherford","z":["37014","37020","37037","37046","37060","37085","37086","37089","37118","37122","37127","37128","37129","37130","37131","37132","37133","37135","37149","37153","37167"],"st":"TN"}},"47151":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.77845586435,36.603210512216],[-84.261321201505,36.592741697267],[-84.266877,36.511698],[-84.349939,36.466292],[-84.329927,36.285086],[-84.372731,36.216778],[-84.441034,36.163478],[-84.573741,36.229977],[-84.700785,36.370824],[-84.659082,36.395227],[-84.731839,36.524674],[-84.78539997855,36.603375419936],[-84.77845586435,36.603210512216]]]},"properties":{"id":"47151","n":"Scott","z":["37732","37755","37756","37841","37847","37852","37872","37892","38504"],"st":"TN"}},"47153":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.557535,35.532977],[-85.423804,35.567422],[-85.403298,35.49228],[-85.225877,35.354276],[-85.387089,35.147169],[-85.403187,35.223419],[-85.558551,35.319292],[-85.485622,35.406307],[-85.607326,35.531651],[-85.557535,35.532977]]]},"properties":{"id":"47153","n":"Sequatchie","z":["37327","37338","37365","37377","37379","37397"],"st":"TN"}},"47155":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.794275,35.887125],[-83.650957,35.986368],[-83.673297,36.038486],[-83.489344,35.92766],[-83.310782,35.895846],[-83.261806,35.825024],[-83.256141552304,35.715124062658],[-83.26474416829,35.70308949617],[-83.498335,35.562981],[-83.662911901589,35.567799793208],[-83.662814,35.690618],[-83.70525,35.71158],[-83.794275,35.887125]]]},"properties":{"id":"47155","n":"Sevier","z":["37722","37725","37738","37764","37862","37863","37864","37865","37871","37876"],"st":"TN"}},"47157":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.112504,35.410153],[-90.045306,35.415435],[-89.865515,35.39077],[-89.70248,35.408584],[-89.632776,35.375824],[-89.644283834092,34.994067210562],[-89.724315837969,34.994186958754],[-90.309297,34.995694],[-90.197146,35.050731],[-90.160058,35.12883],[-90.09061,35.118287],[-90.097947,35.249983],[-90.166594,35.274588],[-90.087903,35.36327],[-90.112504,35.410153]]]},"properties":{"id":"47157","n":"Shelby","z":["37501","37544","38002","38004","38011","38014","38016","38017","38018","38027","38028","38029","38053","38054","38055","38083","38088","38101","38103","38104","38105","38106","38107","38108","38109","38111","38112","38113","38114","38115","38116","38117","38118","38119","38120","38122","38124","38125","38126","38127","38128","38130","38131","38132","38133","38134","38135","38136","38138","38139","38141","38145","38148","38150","38151","38152","38157","38159","38161","38163","38166","38167","38168","38173","38174","38175","38177","38182","38183","38184","38186","38187","38188","38190","38193","38194","38197"],"st":"TN"}},"47159":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.136803,36.295859],[-85.978893,36.426073],[-85.828026,36.411836],[-85.82766,36.255272],[-85.780148,36.238011],[-85.807415,36.131582],[-86.059706,36.086024],[-86.136803,36.295859]]]},"properties":{"id":"47159","n":"Smith","z":["37012","37030","37057","37087","37090","37145","37151","37184","38547","38548","38552","38560","38563","38567","38569"],"st":"TN"}},"47161":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.070532,36.678118],[-87.849567,36.663701],[-87.853204,36.633247],[-87.694185907864,36.636838243944],[-87.64115,36.638036],[-87.592358,36.367663],[-87.715494,36.36824],[-87.821816,36.328724],[-87.98074,36.353307],[-87.99092,36.360133],[-88.061428,36.443992],[-88.053350800776,36.499996250682],[-88.070532,36.678118]]]},"properties":{"id":"47161","n":"Stewart","z":["37023","37028","37050","37058","37079","37175","37178"],"st":"TN"}},"47163":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.609181949399,36.595089686069],[-82.294136420129,36.595073032959],[-82.2433850052,36.594876187665],[-82.145573270515,36.594560330834],[-81.826734148053,36.614719104161],[-81.983843,36.508314],[-82.188653,36.400408],[-82.299859,36.396505],[-82.421572,36.447254],[-82.680677,36.4318],[-82.610175,36.5193],[-82.609181949399,36.595089686069]]]},"properties":{"id":"47163","n":"Sullivan","z":["37617","37618","37620","37656","37659","37660","37662","37663","37664","37665","37669","37686","37694","37699","37857","38137"],"st":"TN"}},"47165":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.562067651865,36.640746673907],[-86.411496198966,36.648240422848],[-86.205565269856,36.639246870329],[-86.228434,36.487472],[-86.283256,36.3475],[-86.298452,36.313634],[-86.451721,36.335629],[-86.594286,36.245105],[-86.639095,36.255105],[-86.754795,36.405496],[-86.693292,36.407231],[-86.562067651865,36.640746673907]]]},"properties":{"id":"47165","n":"Sumner","z":["37022","37031","37048","37066","37072","37075","37077","37116","37119","37148","37186","37188"],"st":"TN"}},"47167":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.944754,35.560308],[-89.909797,35.537914],[-89.7952,35.63529],[-89.623458,35.652316],[-89.502118,35.580621],[-89.469862,35.546566],[-89.474171,35.403039],[-89.632776,35.375824],[-89.70248,35.408584],[-89.865515,35.39077],[-90.045306,35.415435],[-90.037615,35.550329],[-89.944754,35.560308]]]},"properties":{"id":"47167","n":"Tipton","z":{"0":"38004","1":"38010","2":"38011","3":"38015","4":"38019","5":"38023","6":"38049","7":"38053","8":"38058","9":"38069","30":"72338"},"st":"TN"}},"47169":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.228434,36.487472],[-86.168261,36.444293],[-85.978893,36.426073],[-86.136803,36.295859],[-86.283256,36.3475],[-86.228434,36.487472]]]},"properties":{"id":"47169","n":"Trousdale","z":["37022","37031","37057","37074","37087"],"st":"TN"}},"47171":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.605703610794,36.037198863562],[-82.595065,36.096205],[-82.527605,36.148951],[-82.420661,36.163207],[-82.34046,36.252807],[-82.284691,36.251686],[-82.220253010287,36.153820039843],[-82.416937594673,36.072970010708],[-82.508007659722,35.982013205441],[-82.610885,35.974442],[-82.605703610794,36.037198863562]]]},"properties":{"id":"47171","n":"Unicoi","z":["37601","37650","37657","37692"],"st":"TN"}},"47173":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.004317,36.270378],[-83.905638,36.419979],[-83.805515,36.435879],[-83.73301,36.34498],[-83.667408,36.344381],[-83.732704,36.164583],[-83.941711,36.186378],[-84.004317,36.270378]]]},"properties":{"id":"47173","n":"Union","z":["37705","37721","37754","37779","37807","37825","37848","37866","37870","37888"],"st":"TN"}},"47175":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.602876,35.794996],[-85.474213,35.822656],[-85.265064,35.821973],[-85.269359,35.793388],[-85.254062,35.765611],[-85.265387,35.721237],[-85.423804,35.567422],[-85.557535,35.532977],[-85.594632,35.617898],[-85.602876,35.794996]]]},"properties":{"id":"47175","n":"Van Buren","z":["37110","37367","38559","38581","38583","38585"],"st":"TN"}},"47177":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.885156,35.839658],[-85.682095,35.831254],[-85.602876,35.794996],[-85.594632,35.617898],[-85.557535,35.532977],[-85.607326,35.531651],[-85.820334,35.504573],[-85.876962,35.524095],[-85.985062,35.660108],[-85.997426,35.711955],[-85.885156,35.839658]]]},"properties":{"id":"47177","n":"Warren","z":["37110","37111","37166","37190","37357","37378","37394","38550","38581"],"st":"TN"}},"47179":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.680677,36.4318],[-82.421572,36.447254],[-82.299859,36.396505],[-82.34046,36.252807],[-82.420661,36.163207],[-82.527605,36.148951],[-82.595065,36.096205],[-82.647769,36.146404],[-82.631794,36.418769],[-82.702566,36.410412],[-82.680677,36.4318]]]},"properties":{"id":"47179","n":"Washington","z":["37601","37602","37604","37605","37614","37615","37641","37650","37656","37659","37663","37681","37684","37686","37690","37694"],"st":"TN"}},"47181":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.024741,35.392307],[-88.007709,35.423381],[-87.988894,35.453666],[-87.717559,35.483347],[-87.645896,35.472745],[-87.575352,35.398454],[-87.588833,35.058431],[-87.606097867653,35.003519526204],[-87.984916043699,35.005910124326],[-87.981585,35.295678],[-88.024741,35.392307]]]},"properties":{"id":"47181","n":"Wayne","z":["37096","38425","38450","38452","38463","38464","38471","38475","38485","38486"],"st":"TN"}},"47183":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.82717803634,36.501968322257],[-88.816764157348,36.501951431813],[-88.516358059979,36.501464198163],[-88.530322,36.152023],[-88.655488,36.117338],[-88.692709,36.062746],[-88.863298,36.137639],[-88.959839,36.222834],[-88.949163,36.410099],[-88.81642,36.410732],[-88.82717803634,36.501968322257]]]},"properties":{"id":"47183","n":"Weakley","z":["38201","38224","38225","38226","38229","38230","38237","38238","38241","38242","38255","38257"],"st":"TN"}},"47185":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.682095,35.831254],[-85.632449,35.847385],[-85.644604,36.015053],[-85.507677,36.082012],[-85.309363,36.031592],[-85.264206,35.979154],[-85.213115,35.910379],[-85.269359,35.793388],[-85.265064,35.821973],[-85.474213,35.822656],[-85.602876,35.794996],[-85.682095,35.831254]]]},"properties":{"id":"47185","n":"White","z":["38506","38559","38579","38583","38587"],"st":"TN"}},"47187":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.204242,35.959186],[-87.182573,36.049726],[-87.054114,36.045535],[-87.040407,35.989226],[-86.9292,36.052722],[-86.790875,36.036715],[-86.618892,35.968224],[-86.613328,35.790331],[-86.686193,35.710051],[-86.782016,35.706595],[-87.215099,35.850651],[-87.204242,35.959186]]]},"properties":{"id":"47187","n":"Williamson","z":["37014","37024","37025","37027","37046","37060","37062","37064","37065","37067","37068","37069","37135","37174","37179","37215","37221","38401","38476"],"st":"TN"}},"47189":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.594286,36.245105],[-86.451721,36.335629],[-86.298452,36.313634],[-86.283256,36.3475],[-86.136803,36.295859],[-86.059706,36.086024],[-86.014849,35.96106],[-86.153214,35.954399],[-86.251731,35.961141],[-86.515589,36.10061],[-86.594286,36.245105]]]},"properties":{"id":"47189","n":"Wilson","z":["37012","37016","37071","37076","37085","37087","37088","37090","37095","37118","37121","37122","37136","37138","37184"],"st":"TN"}},"48001":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.052786,32.005895],[-95.428512,32.084475],[-95.446747,31.843116],[-95.275849,31.657229],[-95.273203,31.592886],[-95.651764,31.541791],[-95.739279,31.504056],[-95.710112,31.615587],[-95.7873,31.618385],[-95.875937,31.755503],[-95.980568,31.784561],[-96.052786,32.005895]]]},"properties":{"id":"48001","n":"Anderson","z":["75751","75763","75779","75801","75802","75803","75832","75839","75844","75853","75861","75880","75882","75884","75886"],"st":"TX"}},"48003":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-103.064696,32.522193],[-102.211037,32.523244],[-102.211249,32.0868],[-102.287048,32.086991],[-102.799086,32.085795],[-103.06442240111,32.087051],[-103.064696,32.522193]]]},"properties":{"id":"48003","n":"Andrews","z":["79714"],"st":"TX"}},"48005":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.003345,31.42571],[-94.865857,31.526916],[-94.728679,31.457226],[-94.544888,31.431715],[-94.326616,31.224754],[-94.129632,31.09928],[-94.457816,31.033325],[-94.561943,31.058952],[-94.842947,31.146578],[-94.860501,31.234955],[-94.95811,31.38693],[-95.003345,31.42571]]]},"properties":{"id":"48005","n":"Angelina","z":["75901","75902","75903","75904","75915","75941","75949","75969","75980"],"st":"TX"}},"48007":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.790512,28.319238],[-96.85207062273,28.059820861605],[-97.003325,27.908307],[-97.043684083687,27.836532353472],[-97.095713,27.957835],[-97.136312,27.90439],[-97.260818,28.075759],[-97.144916,28.102622],[-97.023586,28.187657],[-97.123799,28.272459],[-96.790512,28.319238]]]},"properties":{"id":"48007","n":"Aransas","z":["77950","78336","78358","78381","78382","78390"],"st":"TX"}},"48009":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.953088,33.834],[-98.423577,33.836047],[-98.421419,33.466797],[-98.420666,33.396195],[-98.953938,33.397534],[-98.953088,33.834]]]},"properties":{"id":"48009","n":"Archer","z":["76308","76310","76351","76360","76366","76370","76374","76379","76389"],"st":"TX"}},"48011":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-101.622941,35.183117],[-101.086281,35.18214],[-101.090749,34.748246],[-101.471562,34.747462],[-101.629257,34.747649],[-101.622941,35.183117]]]},"properties":{"id":"48011","n":"Armstrong","z":["79019","79042","79094","79226"],"st":"TX"}},"48013":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.804763,29.250693],[-98.407336,29.114435],[-98.190991,28.882333],[-98.098315,28.786949],[-98.335031,28.612658],[-98.335047,28.648275],[-98.800848,28.647306],[-98.8049,29.090434],[-98.804763,29.250693]]]},"properties":{"id":"48013","n":"Atascosa","z":["78005","78008","78011","78012","78026","78050","78052","78062","78064","78065","78069","78073","78113","78114","78264"],"st":"TX"}},"48015":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.62198,30.044283],[-96.292849,30.09615],[-96.146052,30.070224],[-96.084541,30.005137],[-96.13165,29.937504],[-96.121405,29.836652],[-96.049234,29.803187],[-96.032711,29.727944],[-96.02485,29.602877],[-96.088912,29.601658],[-96.175422,29.633806],[-96.259226,29.668912],[-96.343247,29.829697],[-96.413283,29.824985],[-96.569844,29.961516],[-96.62198,30.044283]]]},"properties":{"id":"48015","n":"Austin","z":["77418","77426","77452","77473","77474","77485","77833","77835","78931","78933","78940","78944","78950","78954"],"st":"TX"}},"48017":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-103.04383583017,34.302648],[-103.04385030117,34.312749873508],[-102.61515,34.312891],[-102.615447,33.825121],[-103.04734601817,33.824674123152],[-103.04383583017,34.302648]]]},"properties":{"id":"48017","n":"Bailey","z":["79324","79325","79344","79346","79347","79371"],"st":"TX"}},"48019":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.602776,29.907679],[-99.176988,29.895063],[-98.917725,29.781398],[-98.778782,29.720167],[-98.806552,29.690709],[-98.927161,29.56225],[-98.983787,29.62345],[-99.411817,29.627514],[-99.60313,29.627181],[-99.602776,29.907679]]]},"properties":{"id":"48019","n":"Bandera","z":["78003","78023","78055","78063","78883","78884","78885"],"st":"TX"}},"48021":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.369539,30.419563],[-97.334463,30.402843],[-97.081834,30.259357],[-97.024461,30.051435],[-97.315823,29.786541],[-97.64937,30.067944],[-97.49135,30.21193],[-97.369539,30.419563]]]},"properties":{"id":"48021","n":"Bastrop","z":["78602","78612","78616","78617","78621","78650","78659","78662","78941","78942","78945","78953","78957"],"st":"TX"}},"48023":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.47565,33.834005],[-98.953088,33.834],[-98.953938,33.397534],[-99.472444,33.399023],[-99.474498,33.733849],[-99.47565,33.834005]]]},"properties":{"id":"48023","n":"Baylor","z":["76380"],"st":"TX"}},"48025":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.005252,28.690239],[-97.915106,28.719648],[-97.77853,28.668027],[-97.696572,28.541537],[-97.558496,28.514054],[-97.551369,28.450441],[-97.375579,28.388684],[-97.541071,28.164669],[-97.568482,28.129846],[-97.817716,28.176848],[-97.808774,28.183415],[-98.089764,28.662979],[-98.005252,28.690239]]]},"properties":{"id":"48025","n":"Bee","z":["78102","78104","78119","78125","78142","78145","78146","78162","78387","78389","78391"],"st":"TX"}},"48027":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.9071,31.069374],[-97.418606,31.320202],[-97.343426,31.244215],[-97.278113,31.279799],[-97.070188,30.98622],[-97.259082,30.889596],[-97.315507,30.752371],[-97.62491,30.870334],[-97.828512,30.906188],[-97.911684,31.034919],[-97.9071,31.069374]]]},"properties":{"id":"48027","n":"Bell","z":["76501","76502","76503","76504","76508","76511","76513","76519","76527","76528","76533","76534","76539","76540","76541","76542","76543","76544","76547","76548","76549","76554","76557","76559","76564","76569","76571","76579"],"st":"TX"}},"48029":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.806552,29.690709],[-98.778782,29.720167],[-98.646124,29.745181],[-98.550489,29.760713],[-98.352589,29.734365],[-98.378068,29.662613],[-98.31095,29.59456],[-98.233899,29.554893],[-98.134171,29.441751],[-98.407336,29.114435],[-98.804763,29.250693],[-98.806552,29.690709]]]},"properties":{"id":"48029","n":"Bexar","z":["28260","78002","78006","78015","78023","78039","78052","78054","78069","78073","78101","78108","78109","78112","78124","78148","78150","78152","78154","78201","78202","78203","78204","78205","78206","78207","78208","78209","78210","78211","78212","78213","78214","78215","78216","78217","78218","78219","78220","78221","78222","78223","78224","78225","78226","78227","78228","78229","78230","78231","78232","78233","78234","78235","78236","78237","78238","78239","78240","78241","78242","78243","78244","78245","78246","78247","78248","78249","78250","78251","78252","78253","78254","78255","78256","78257","78258","78259","78260","78261","78263","78264","78265","78266","78268","78270","78278","78279","78280","78283","78284","78285","78288","78289","78291","78292","78293","78294","78295","78296","78297","78298","78299"],"st":"TX"}},"48031":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.59167,30.499875],[-98.351041,30.486096],[-98.125556,30.426186],[-98.172977,30.356312],[-98.2976,30.037994],[-98.414018,29.937557],[-98.587897,30.138954],[-98.59167,30.499875]]]},"properties":{"id":"48031","n":"Blanco","z":["78070","78606","78620","78635","78636","78643","78663","78669","78671","78676"],"st":"TX"}},"48033":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-101.691284,32.961838],[-101.557434,32.961025],[-101.173378,32.963597],[-101.174562,32.527703],[-101.174571,32.524112],[-101.68874,32.525222],[-101.691284,32.961838]]]},"properties":{"id":"48033","n":"Borden","z":["79351","79511","79517","79527","79713","79720","79738"],"st":"TX"}},"48035":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.864864,32.087328],[-97.615055,32.203581],[-97.514682,32.133605],[-97.476086,32.17346],[-97.485968,32.017611],[-97.379992,31.97274],[-97.438765,31.933506],[-97.382848,31.870788],[-97.28206,31.843152],[-97.32653,31.78836],[-97.277265,31.745492],[-97.60523,31.587762],[-97.689834,31.711019],[-97.766431,31.672461],[-98.005462,32.017897],[-97.864864,32.087328]]]},"properties":{"id":"48035","n":"Bosque","z":["76043","76457","76633","76634","76637","76644","76649","76652","76665","76671","76689","76690"],"st":"TX"}},"48037":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.731932901996,33.72083051628],[-94.485875,33.637867],[-94.354165,33.556452],[-94.183395,33.592212],[-94.043833747801,33.551713735586],[-94.042945847176,33.27124208414],[-94.218517,33.296936],[-94.231333,33.241073],[-94.517868,33.282096],[-94.65226,33.268861],[-94.746925,33.328938],[-94.746096,33.700375],[-94.731932901996,33.72083051628]]]},"properties":{"id":"48037","n":"Bowie","z":["75501","75503","75504","75505","75507","75554","75559","75561","75567","75569","75570","75573","75574","75599"],"st":"TX"}},"48039":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.847656,29.26259],[-95.752866,29.324503],[-95.625863,29.293349],[-95.549994,29.438439],[-95.462503,29.43924],[-95.424118,29.580233],[-95.286493,29.597886],[-95.216422,29.55608],[-95.233081,29.465566],[-95.056499,29.199977],[-95.115050505598,29.075552022479],[-95.38239,28.866348],[-95.507037396917,28.824735512192],[-95.567708,28.829758],[-95.67955,28.965734],[-95.769393,28.971109],[-95.770446,29.06621],[-95.84631,29.107799],[-95.874028,29.229702],[-95.847656,29.26259]]]},"properties":{"id":"48039","n":"Brazoria","z":["77422","77430","77431","77444","77463","77480","77486","77511","77512","77515","77516","77531","77534","77541","77542","77566","77577","77578","77581","77583","77584","77588"],"st":"TX"}},"48041":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.566983,30.69567],[-96.45763,30.744474],[-96.338001,30.920531],[-96.24102,30.973737],[-96.16837,30.822997],[-96.187765,30.598737],[-96.121806,30.443426],[-96.15463,30.330288],[-96.178661,30.394718],[-96.299173,30.379152],[-96.272049,30.416145],[-96.358817,30.541753],[-96.510494,30.627828],[-96.601831,30.641926],[-96.566983,30.69567]]]},"properties":{"id":"48041","n":"Brazos","z":["77801","77802","77803","77805","77806","77807","77808","77840","77841","77842","77843","77844","77845","77859","77862","77868","77881"],"st":"TX"}},"48043":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-103.80068,30.412527],[-103.439976,30.665939],[-102.567049,30.052808],[-102.31868395459,29.872192946501],[-102.392906,29.765569],[-102.512687,29.780303],[-102.677192,29.738261],[-102.693466,29.676507],[-102.808692,29.522319],[-102.824564,29.399558],[-102.871857,29.352093],[-102.871347,29.241625],[-103.076355,29.085722],[-103.126748,28.982124],[-103.28119,28.982138],[-103.463196,29.066822],[-103.524613,29.120998],[-103.724743,29.19147],[-103.79387301093,29.259238393349],[-103.80068,30.412527]]]},"properties":{"id":"48043","n":"Brewster","z":["79735","79830","79831","79832","79834","79842","79852"],"st":"TX"}},"48045":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-101.471562,34.747462],[-101.090749,34.748246],[-100.944939,34.748281],[-100.946132,34.312759],[-101.041484,34.312444],[-101.47158,34.31229],[-101.471562,34.747462]]]},"properties":{"id":"48045","n":"Briscoe","z":["79088","79226","79255","79257"],"st":"TX"}},"48047":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.523284,27.26515],[-98.232464,27.262487],[-98.058078,27.260981],[-97.985887,27.209308],[-97.985494,26.780917],[-98.32067,26.783081],[-98.422616,26.783535],[-98.417883,27.055285],[-98.466542,27.054711],[-98.492943,27.235012],[-98.523284,27.26515]]]},"properties":{"id":"48047","n":"Brooks","z":["78353","78355"],"st":"TX"}},"48049":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.195871,32.079235],[-99.118665,32.079585],[-98.924401,32.078018],[-98.668441,31.700514],[-98.760057,31.687896],[-98.779951,31.610735],[-98.991608,31.484071],[-99.090622,31.460927],[-99.202768,31.467234],[-99.195871,32.079235]]]},"properties":{"id":"48049","n":"Brown","z":["76432","76443","76471","76474","76801","76802","76803","76804","76823","76827","76857","76890"],"st":"TX"}},"48051":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.963629,30.557169],[-96.621281,30.730819],[-96.566983,30.69567],[-96.601831,30.641926],[-96.510494,30.627828],[-96.358817,30.541753],[-96.272049,30.416145],[-96.299173,30.379152],[-96.640883,30.296786],[-96.743672,30.319757],[-96.963629,30.557169]]]},"properties":{"id":"48051","n":"Burleson","z":["76567","77836","77838","77852","77863","77878","77879"],"st":"TX"}},"48053":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.445782,30.921439],[-98.439687,31.029537],[-97.911684,31.034919],[-97.828512,30.906188],[-97.96286,30.785641],[-98.049886,30.624155],[-98.125556,30.426186],[-98.351041,30.486096],[-98.438995,30.673285],[-98.371905,30.740485],[-98.432098,30.78631],[-98.376877,30.83489],[-98.445782,30.921439]]]},"properties":{"id":"48053","n":"Burnet","z":["76527","76539","76549","76550","78605","78608","78611","78630","78639","78642","78654","78657","78669"],"st":"TX"}},"48055":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.710215,30.024499],[-97.64937,30.067944],[-97.315823,29.786541],[-97.317893,29.784658],[-97.597743,29.630718],[-97.633176,29.649863],[-97.768459,29.719103],[-97.875259,29.858208],[-97.710215,30.024499]]]},"properties":{"id":"48055","n":"Caldwell","z":["78468","78610","78616","78622","78632","78640","78644","78648","78655","78656","78658","78661","78662","78666","78953","78959"],"st":"TX"}},"48057":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.643442,28.712105],[-96.428394,28.703523],[-96.323522,28.675597],[-96.378533159287,28.389865030488],[-96.442849,28.317666],[-96.63201,28.222821],[-96.85207062273,28.059820861605],[-96.790512,28.319238],[-96.764132,28.426522],[-96.890951,28.507178],[-96.930367,28.586728],[-96.643442,28.712105]]]},"properties":{"id":"48057","n":"Calhoun","z":["77465","77978","77979","77982","77983","77990"],"st":"TX"}},"48059":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.629579,32.514657],[-99.612026,32.514654],[-99.114293,32.514811],[-99.118665,32.079585],[-99.195871,32.079235],[-99.631413,32.081274],[-99.629579,32.514657]]]},"properties":{"id":"48059","n":"Callahan","z":["76437","76443","76464","76469","79504","79510","79541","79601","79602"],"st":"TX"}},"48061":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.861875,26.348156],[-97.527582,26.299304],[-97.446987,26.324947],[-97.390733,26.411332],[-97.227380226522,26.411496005302],[-97.196935,26.305865],[-97.145567,25.971132],[-97.338346,25.923125],[-97.422636,25.840378],[-97.582565,25.937857],[-97.644011,26.006614],[-97.862281563106,26.05774682844],[-97.861875,26.348156]]]},"properties":{"id":"48061","n":"Cameron","z":["78520","78521","78522","78523","78526","78535","78550","78551","78552","78553","78559","78566","78567","78568","78569","78575","78578","78583","78586","78592","78593","78597"],"st":"TX"}},"48063":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.152206,33.01345],[-95.12613,33.034581],[-94.936129,33.073833],[-94.819828,32.982886],[-94.719942,32.904502],[-95.15211,32.902641],[-95.152206,33.01345]]]},"properties":{"id":"48063","n":"Camp","z":["75451","75636","75686"],"st":"TX"}},"48065":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-101.6228,35.620196],[-101.622831,35.624057],[-101.086068,35.625267],[-101.085935,35.619102],[-101.086281,35.18214],[-101.622941,35.183117],[-101.6228,35.620196]]]},"properties":{"id":"48065","n":"Carson","z":["79036","79039","79068","79080","79097","79108"],"st":"TX"}},"48067":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.65226,33.268861],[-94.517868,33.282096],[-94.231333,33.241073],[-94.218517,33.296936],[-94.042945847176,33.27124208414],[-94.042964,33.019219],[-94.043002621563,32.881088978924],[-94.653994,32.879506],[-94.65226,33.268861]]]},"properties":{"id":"48067","n":"Cass","z":["75551","75555","75556","75560","75562","75563","75564","75565","75566","75568","75572","75630","75638","75656","75657"],"st":"TX"}},"48069":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-102.525184,34.746931],[-102.168839,34.747417],[-101.998493,34.74819],[-101.99802,34.313039],[-102.090415,34.313132],[-102.525631,34.313034],[-102.525184,34.746931]]]},"properties":{"id":"48069","n":"Castro","z":["79027","79031","79042","79043","79045","79052","79063","79085","79088","79347"],"st":"TX"}},"48071":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.98146,29.884276],[-94.442235,29.889538],[-94.357976,29.887464],[-94.354122544914,29.562102820175],[-94.370816,29.555645988295],[-94.545908,29.572503],[-94.762569,29.524162],[-94.791611,29.550416],[-94.909845,29.496441],[-95.018205,29.554597],[-95.015039,29.63195],[-94.913813,29.7663],[-94.908663,29.82607],[-94.98146,29.884276]]]},"properties":{"id":"48071","n":"Chambers","z":["77514","77521","77523","77535","77560","77575","77580","77597","77661","77665"],"st":"TX"}},"48073":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.459908,32.135559],[-94.985272,32.137989],[-94.984768,31.846144],[-94.937532,31.845555],[-94.978128,31.793294],[-94.924219,31.579487],[-94.865857,31.526916],[-95.003345,31.42571],[-95.101382,31.469887],[-95.168509,31.583671],[-95.273203,31.592886],[-95.275849,31.657229],[-95.446747,31.843116],[-95.428512,32.084475],[-95.459908,32.135559]]]},"properties":{"id":"48073","n":"Cherokee","z":["75654","75757","75759","75764","75766","75772","75780","75782","75784","75785","75789","75925","75969","75976"],"st":"TX"}},"48075":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.415895,34.747525],[-100.00038219482,34.746360552562],[-99.997629328163,34.56113662456],[-99.99772,34.311829],[-100.417783,34.313524],[-100.415895,34.747525]]]},"properties":{"id":"48075","n":"Childress","z":["79201","79230","79259"],"st":"TX"}},"48077":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.423533,34.081949476006],[-98.364023,34.157109],[-98.16912,34.114171],[-98.138486025746,34.141206019711],[-98.082839,34.002412],[-97.947572,33.991053],[-97.951905950855,33.891225814857],[-97.977869,33.888738],[-97.978919,33.467129],[-98.421419,33.466797],[-98.423577,33.836047],[-98.423533,34.081949476006]]]},"properties":{"id":"48077","n":"Clay","z":["76228","76230","76261","76305","76310","76352","76357","76365","76377","76389"],"st":"TX"}},"48079":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-103.05261051656,33.570574776442],[-103.04734601817,33.824674123152],[-102.615447,33.825121],[-102.594836,33.388489],[-103.05649506434,33.388414214621],[-103.05261051656,33.570574776442]]]},"properties":{"id":"48079","n":"Cochran","z":["79314","79346","79379"],"st":"TX"}},"48081":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.821594,32.08661],[-100.665353,32.085407],[-100.235137,32.082372],[-100.235761,31.69297],[-100.82537,31.696155],[-100.821594,32.08661]]]},"properties":{"id":"48081","n":"Coke","z":["76933","76945","76949","76953","79506"],"st":"TX"}},"48083":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.713971,32.082089],[-99.631413,32.081274],[-99.195871,32.079235],[-99.202768,31.467234],[-99.314875,31.409875],[-99.402284,31.446198],[-99.511477,31.424401],[-99.60185,31.49195],[-99.62492,31.467442],[-99.721698,31.576759],[-99.713971,32.082089]]]},"properties":{"id":"48083","n":"Coleman","z":["76443","76801","76823","76828","76834","76845","76873","76878","76882","76884","76888","79510","79519","79538"],"st":"TX"}},"48085":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.83411,33.405498],[-96.384602,33.397826],[-96.384495,33.341119],[-96.295413,33.351936],[-96.297227,32.981752],[-96.516866,32.982308],[-96.843979,32.987554],[-96.83411,33.405498]]]},"properties":{"id":"48085","n":"Collin","z":["75002","75009","75013","75023","75024","75025","75034","75035","75044","75048","75069","75070","75071","75072","75074","75075","75078","75080","75082","75086","75087","75093","75094","75097","75098","75121","75123","75164","75166","75173","75189","75248","75252","75287","75407","75409","75424","75442","75452","75454","75458","75485","75491","75495"],"st":"TX"}},"48087":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.538978,35.183144],[-100.000385,35.182702],[-100.00038402077,35.030385],[-100.00038219482,34.746360552562],[-100.415895,34.747525],[-100.540703,34.747723],[-100.538978,35.183144]]]},"properties":{"id":"48087","n":"Collingsworth","z":["79079","79095","79230","79245","79251"],"st":"TX"}},"48089":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.874222,29.632706],[-96.569844,29.961516],[-96.413283,29.824985],[-96.343247,29.829697],[-96.259226,29.668912],[-96.175422,29.633806],[-96.307672,29.514523],[-96.349217,29.406052],[-96.640315,29.247804],[-96.658466,29.263876],[-96.560555,29.335439],[-96.793132,29.577378],[-96.874222,29.632706]]]},"properties":{"id":"48089","n":"Colorado","z":["77412","77434","77435","77442","77460","77470","77475","77964","78933","78934","78935","78938","78940","78943","78950","78951","78962"],"st":"TX"}},"48091":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.646124,29.745181],[-98.414018,29.937557],[-98.2976,30.037994],[-98.030523,29.848539],[-97.999271,29.752444],[-98.089941,29.683479],[-98.31095,29.59456],[-98.378068,29.662613],[-98.352589,29.734365],[-98.550489,29.760713],[-98.646124,29.745181]]]},"properties":{"id":"48091","n":"Comal","z":["78006","78070","78108","78130","78131","78132","78133","78135","78154","78163","78266","78606","78623","78666"],"st":"TX"}},"48093":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.924401,32.078018],[-98.551158,32.261436],[-98.327499,31.941261],[-98.250318,31.979003],[-98.208386,31.917511],[-98.156568,31.841713],[-98.463736,31.683989],[-98.492802,31.723608],[-98.668441,31.700514],[-98.924401,32.078018]]]},"properties":{"id":"48093","n":"Comanche","z":["76432","76436","76442","76444","76445","76446","76452","76454","76455","76471","76474","76857","76890"],"st":"TX"}},"48095":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.111234,31.580267],[-99.721698,31.576759],[-99.62492,31.467442],[-99.60185,31.49195],[-99.603223,31.087296],[-100.115216,31.087994],[-100.111234,31.580267]]]},"properties":{"id":"48095","n":"Concho","z":["76837","76858","76862","76866","76875"],"st":"TX"}},"48097":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.484143438588,33.913889108891],[-97.444193,33.823773],[-97.372941,33.819454],[-97.206141,33.91428],[-97.205652,33.809824],[-97.149394,33.721967],[-97.091072,33.735115],[-97.055838,33.855741],[-96.94461688837,33.945013250454],[-96.94386,33.41641],[-97.383095,33.43045],[-97.487065,33.433681],[-97.484143438588,33.913889108891]]]},"properties":{"id":"48097","n":"Cooke","z":["76233","76234","76238","76239","76240","76241","76250","76252","76253","76263","76265","76266","76271","76272","76273"],"st":"TX"}},"48099":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.180006,31.463717],[-97.766431,31.672461],[-97.689834,31.711019],[-97.60523,31.587762],[-97.418606,31.320202],[-97.9071,31.069374],[-98.180006,31.463717]]]},"properties":{"id":"48099","n":"Coryell","z":["76522","76525","76526","76528","76538","76539","76544","76549","76557","76558","76561","76566","76596","76597","76598","76599","76634","76657","76689"],"st":"TX"}},"48101":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.51734,34.314102],[-100.417783,34.313524],[-99.99772,34.311829],[-99.997621,34.224355],[-100.047028,34.22978],[-100.04848,33.835974],[-100.518691,33.83565],[-100.51734,34.314102]]]},"properties":{"id":"48101","n":"Cottle","z":["79201","79223","79248","79252"],"st":"TX"}},"48103":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-102.767246,31.651714],[-102.31805,31.651327],[-102.301212,31.086212],[-102.388804,31.087156],[-102.429545,31.193557],[-102.523063,31.262698],[-102.600677,31.267097],[-102.676104,31.330084],[-102.767365,31.293803],[-102.767246,31.651714]]]},"properties":{"id":"48103","n":"Crane","z":["79731","79756","79766"],"st":"TX"}},"48105":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-102.301212,31.086212],[-101.776191,31.079784],[-101.274799,31.079379],[-100.962176,31.08249],[-100.960587,30.706071],[-100.960643,30.287776],[-101.7584,30.288044],[-101.65853,30.357861],[-101.740429,30.420897],[-101.646245,30.560763],[-101.652446,30.620471],[-101.76842,30.653077],[-101.80742,30.699504],[-101.883436,30.925647],[-101.98364,30.98717],[-102.191731,31.003788],[-102.388804,31.087156],[-102.301212,31.086212]]]},"properties":{"id":"48105","n":"Crockett","z":["76932","76943","79744","79781","79942"],"st":"TX"}},"48107":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-101.56358,33.830451],[-101.041158,33.833625],[-101.038788,33.397214],[-101.556884,33.39476],[-101.56358,33.830451]]]},"properties":{"id":"48107","n":"Crosby","z":["79235","79250","79322","79343","79356","79357","79370"],"st":"TX"}},"48109":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-104.91835699428,32.000472073074],[-104.84774,32.000464602835],[-104.024521,32.00001],[-104.102351,31.105203],[-104.917163,30.663626],[-104.91289,31.62512],[-104.91835699428,32.000472073074]]]},"properties":{"id":"48109","n":"Culberson","z":{"0":"79772","1":"79847","2":"79855","23":"88220"},"st":"TX"}},"48111":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-103.002434,36.500397],[-102.162463,36.500326],[-102.163015,36.055249],[-103.040824,36.055231],[-103.041924,36.500439],[-103.002434,36.500397]]]},"properties":{"id":"48111","n":"Dallam","z":["79022","79051","79087"],"st":"TX"}},"48113":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.032287,32.989324],[-96.843979,32.987554],[-96.516866,32.982308],[-96.51897,32.813616],[-96.529987,32.545282],[-97.038385,32.548662],[-97.032287,32.989324]]]},"properties":{"id":"48113","n":"Dallas","z":["75001","75006","75007","75011","75014","75015","75016","75017","75019","75026","75038","75039","75040","75041","75042","75043","75044","75046","75047","75048","75049","75050","75051","75052","75053","75054","75060","75061","75062","75063","75067","75080","75081","75082","75083","75085","75088","75089","75098","75099","75104","75106","75115","75116","75125","75134","75137","75138","75141","75146","75149","75150","75154","75159","75172","75180","75181","75182","75185","75201","75202","75203","75204","75205","75206","75207","75208","75209","75210","75211","75212","75214","75215","75216","75217","75218","75219","75220","75221","75222","75223","75224","75225","75226","75227","75228","75229","75230","75231","75232","75233","75234","75235","75236","75237","75238","75240","75241","75242","75243","75244","75246","75247","75248","75249","75250","75251","75252","75253","75254","75260","75262","75263","75264","75265","75266","75267","75270","75275","75277","75283","75284","75285","75287","75301","75303","75312","75313","75315","75320","75326","75336","75339","75342","75354","75355","75356","75357","75358","75359","75360","75367","75368","75370","75371","75372","75373","75376","75378","75379","75380","75381","75382","75389","75390","75391","75392","75393","75394","75395","75397","75398","76051"],"st":"TX"}},"48115":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-102.20852,32.958956],[-102.076214,32.959702],[-101.691284,32.961838],[-101.68874,32.525222],[-102.202703,32.523271],[-102.20852,32.958956]]]},"properties":{"id":"48115","n":"Dawson","z":["79331","79351","79377","79713"],"st":"TX"}},"48117":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-103.04273881861,34.954142040361],[-103.04261795057,35.183157259008],[-102.167471,35.183233],[-102.168839,34.747417],[-102.525184,34.746931],[-103.042769,34.747361],[-103.04273881861,34.954142040361]]]},"properties":{"id":"48117","n":"Deaf Smith","z":["79001","79025","79035","79045","79092","79098"],"st":"TX"}},"48119":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.858723,33.40953],[-95.857738,33.461722],[-95.761076,33.495387],[-95.603675,33.484721],[-95.308637,33.380662],[-95.30664,33.378027],[-95.308593,33.37719],[-95.501827,33.347865],[-95.584549,33.359344],[-95.731056,33.305222],[-95.861778,33.21933],[-95.858723,33.40953]]]},"properties":{"id":"48119","n":"Delta","z":["75415","75428","75432","75441","75448","75450","75469"],"st":"TX"}},"48121":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.383095,33.43045],[-96.94386,33.41641],[-96.83411,33.405498],[-96.843979,32.987554],[-97.032287,32.989324],[-97.39848,32.990839],[-97.383095,33.43045]]]},"properties":{"id":"48121","n":"Denton","z":["75007","75009","75010","75019","75022","75024","75027","75028","75029","75033","75034","75036","75056","75057","75065","75067","75068","75077","75078","75093","75187","75287","76052","76078","76092","76177","76201","76202","76203","76204","76205","76206","76207","76208","76209","76210","76226","76227","76234","76247","76249","76258","76259","76262","76266","76272"],"st":"TX"}},"48123":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.613132,29.109765],[-97.240108,29.384488],[-96.976378,29.104046],[-97.305916,28.864037],[-97.41734,28.925228],[-97.574639,28.8133],[-97.75511,29.007113],[-97.613132,29.109765]]]},"properties":{"id":"48123","n":"DeWitt","z":["77954","77974","77989","77994","77995","78141","78164","78629"],"st":"TX"}},"48125":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-101.041158,33.833625],[-100.518691,33.83565],[-100.517449,33.397866],[-101.038788,33.397214],[-101.041158,33.833625]]]},"properties":{"id":"48125","n":"Dickens","z":["79220","79229","79243","79370"],"st":"TX"}},"48127":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.114336,28.648122],[-99.409021,28.640566],[-99.395736,28.640784],[-99.394177,28.204627],[-100.113719,28.197819],[-100.114336,28.648122]]]},"properties":{"id":"48127","n":"Dimmit","z":["78014","78827","78830","78834","78836","78839"],"st":"TX"}},"48129":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-101.086281,35.18214],[-100.538978,35.183144],[-100.540703,34.747723],[-100.944939,34.748281],[-101.090749,34.748246],[-101.086281,35.18214]]]},"properties":{"id":"48129","n":"Donley","z":["79039","79057","79226","79237","79240","79245"],"st":"TX"}},"48131":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.803325,28.05748],[-98.334323,28.0578],[-98.235497,28.057966],[-98.232464,27.262487],[-98.523284,27.26515],[-98.522293,27.343284],[-98.798323,27.354029],[-98.803325,28.05748]]]},"properties":{"id":"48131","n":"Duval","z":["78332","78341","78349","78357","78361","78376","78384"],"st":"TX"}},"48133":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.114293,32.514811],[-99.09605,32.514768],[-98.576256,32.515163],[-98.475177,32.513039],[-98.474685,32.299084],[-98.551158,32.261436],[-98.924401,32.078018],[-99.118665,32.079585],[-99.114293,32.514811]]]},"properties":{"id":"48133","n":"Eastland","z":["76435","76437","76445","76448","76454","76466","76470","76471","76475"],"st":"TX"}},"48135":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-102.799086,32.085795],[-102.287048,32.086991],[-102.287345,31.651276],[-102.31805,31.651327],[-102.767246,31.651714],[-102.798939,31.651783],[-102.799086,32.085795]]]},"properties":{"id":"48135","n":"Ector","z":["79741","79758","79759","79760","79761","79762","79763","79764","79765","79766","79768","79769","79776"],"st":"TX"}},"48137":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.700393,30.288276],[-100.116461,30.290296],[-99.754142,30.290698],[-99.757621,30.074132],[-99.967626,30.082356],[-100.03088,29.848273],[-100.014188,29.623495],[-100.112098,29.623263],[-100.699932,29.623897],[-100.700393,30.288276]]]},"properties":{"id":"48137","n":"Edwards","z":["76950","78828","78833","78880"],"st":"TX"}},"48139":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.086834,32.549428],[-97.038385,32.548662],[-96.529987,32.545282],[-96.434514,32.38873],[-96.452138,32.358631],[-96.383082,32.328851],[-96.896209,32.073977],[-96.940656,32.052087],[-97.086191,32.265451],[-97.086834,32.549428]]]},"properties":{"id":"48139","n":"Ellis","z":["74152","75101","75104","75119","75120","75125","75146","75152","75154","75165","75167","75168","76041","76050","76064","76065","76084","76623","76651","76670"],"st":"TX"}},"48141":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-106.37717318825,32.001240101037],[-105.99797115166,32.001974590699],[-105.99642937829,31.387840129513],[-106.175675,31.456279],[-106.280811,31.562062],[-106.41794,31.752009],[-106.528242,31.783148],[-106.63588,31.871514],[-106.618486,32.000495],[-106.37717318825,32.001240101037]]]},"properties":{"id":"48141","n":"El Paso","z":{"0":"79821","1":"79835","2":"79836","3":"79838","4":"79849","5":"79853","6":"79901","7":"79902","8":"79903","9":"79904","10":"79905","11":"79906","12":"79907","13":"79908","14":"79910","15":"79911","16":"79912","17":"79913","18":"79914","19":"79915","20":"79916","21":"79917","22":"79918","23":"79920","24":"79922","25":"79923","26":"79924","27":"79925","28":"79926","29":"79927","30":"79928","31":"79929","32":"79930","33":"79931","34":"79932","35":"79934","36":"79935","37":"79936","38":"79937","39":"79938","40":"79940","41":"79941","42":"79943","43":"79944","44":"79945","45":"79946","46":"79947","47":"79948","48":"79949","49":"79950","50":"79951","51":"79952","52":"79953","53":"79954","54":"79955","55":"79961","56":"79968","57":"79976","58":"79978","59":"79980","60":"79995","61":"79996","62":"79997","63":"79998","64":"79999","66":"88510","67":"88511","68":"88512","69":"88513","70":"88514","71":"88515","72":"88517","73":"88518","74":"88519","75":"88520","76":"88521","77":"88523","78":"88524","79":"88525","80":"88526","81":"88527","82":"88528","83":"88529","84":"88530","85":"88531","86":"88532","87":"88533","88":"88534","89":"88535","90":"88536","91":"88538","92":"88539","93":"88540","94":"88541","95":"88542","96":"88543","97":"88544","98":"88545","99":"88546","100":"88547","101":"88548","102":"88549","103":"88550","104":"88553","105":"88554","106":"88555","107":"88556","108":"88557","109":"88558","110":"88559","111":"88560","112":"88561","113":"88562","114":"88563","115":"88565","116":"88566","117":"88567","118":"88568","119":"88569","120":"88570","121":"88571","122":"88572","123":"88573","124":"88574","125":"88576","126":"88577","127":"88578","128":"88579","129":"88580","130":"88582","131":"88583","132":"88584","133":"88585","134":"88586","135":"88587","136":"88588","137":"88589","138":"88590","139":"88595","159":"88063"},"st":"TX"}},"48143":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.475177,32.513039],[-98.068545,32.511626],[-97.945625,32.233468],[-97.864864,32.087328],[-98.005462,32.017897],[-98.208386,31.917511],[-98.250318,31.979003],[-98.327499,31.941261],[-98.551158,32.261436],[-98.474685,32.299084],[-98.475177,32.513039]]]},"properties":{"id":"48143","n":"Erath","z":["76401","76402","76433","76445","76446","76453","76457","76461","76462","76463","76465","76467","76468","76649"],"st":"TX"}},"48145":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.278113,31.279799],[-96.801123,31.522269],[-96.596862,31.2209],[-96.829121,31.105871],[-97.070188,30.98622],[-97.278113,31.279799]]]},"properties":{"id":"48145","n":"Falls","z":["76519","76524","76570","76579","76629","76630","76632","76653","76655","76656","76661","76664","76680","76682","76685","76687","76706"],"st":"TX"}},"48147":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.384602,33.397826],[-96.379660825952,33.715530908566],[-96.277269,33.769735],[-96.229023,33.748021],[-96.15163,33.831946],[-95.935325,33.875099],[-95.844878534071,33.860421904719],[-95.857738,33.461722],[-95.858723,33.40953],[-96.295413,33.351936],[-96.384495,33.341119],[-96.384602,33.397826]]]},"properties":{"id":"48147","n":"Fannin","z":["75413","75418","75423","75424","75438","75439","75443","75446","75447","75449","75452","75469","75475","75476","75479","75488","75490","75491","75492","75496"],"st":"TX"}},"48149":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.315823,29.786541],[-97.024461,30.051435],[-97.018379,30.032406],[-96.794552,30.160545],[-96.647223,30.145174],[-96.62198,30.044283],[-96.569844,29.961516],[-96.874222,29.632706],[-97.142643,29.628101],[-97.317893,29.784658],[-97.315823,29.786541]]]},"properties":{"id":"48149","n":"Fayette","z":["78932","78938","78940","78941","78942","78945","78946","78949","78952","78954","78956","78957","78959","78961","78962","78963"],"st":"TX"}},"48151":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.65587,32.963469],[-100.519208,32.962926],[-100.144224,32.959978],[-100.146543,32.522793],[-100.660626,32.525312],[-100.65587,32.963469]]]},"properties":{"id":"48151","n":"Fisher","z":["79520","79526","79534","79543","79545","79546","79556","79560","79561"],"st":"TX"}},"48153":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-101.564856,34.312493],[-101.47158,34.31229],[-101.041484,34.312444],[-101.041158,33.833625],[-101.56358,33.830451],[-101.564856,34.312493]]]},"properties":{"id":"48153","n":"Floyd","z":["79073","79221","79231","79235","79241","79250","79255","79258"],"st":"TX"}},"48155":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.997621,34.224355],[-99.772043,34.093286],[-99.65301,34.098971],[-99.5485,34.055774],[-99.475294,34.085618],[-99.47565,33.834005],[-99.474498,33.733849],[-99.554906,33.798556],[-99.700705,33.799963],[-99.835143,33.8358],[-99.996434,33.835967],[-100.04848,33.835974],[-100.047028,34.22978],[-99.997621,34.224355]]]},"properties":{"id":"48155","n":"Foard","z":["76384","79227"],"st":"TX"}},"48157":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.088912,29.601658],[-96.02485,29.602877],[-96.032711,29.727944],[-95.82622,29.78828],[-95.424118,29.580233],[-95.462503,29.43924],[-95.549994,29.438439],[-95.625863,29.293349],[-95.752866,29.324503],[-95.847656,29.26259],[-95.94681,29.333433],[-95.97343,29.411445],[-96.059627,29.473329],[-96.088912,29.601658]]]},"properties":{"id":"48157","n":"Fort Bend","z":["77053","77083","77085","77099","77406","77407","77417","77423","77430","77435","77441","77444","77450","77451","77459","77461","77464","77469","77471","77476","77477","77478","77479","77481","77485","77487","77489","77493","77494","77496","77497","77498","77545","77583","77584"],"st":"TX"}},"48159":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.308593,33.37719],[-95.30664,33.378027],[-95.125451,33.389454],[-95.12613,33.034581],[-95.152206,33.01345],[-95.172947,32.961829],[-95.308957,32.962572],[-95.308593,33.37719]]]},"properties":{"id":"48159","n":"Franklin","z":["75455","75457","75478","75480","75481","75487","75494"],"st":"TX"}},"48161":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.496713,31.796191],[-96.05478,32.012526],[-96.052786,32.005895],[-95.980568,31.784561],[-95.875937,31.755503],[-95.7873,31.618385],[-96.236629,31.413392],[-96.496713,31.796191]]]},"properties":{"id":"48161","n":"Freestone","z":["75831","75838","75840","75848","75855","75859","75860","76667","76693"],"st":"TX"}},"48163":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.41388,29.091335],[-98.8049,29.090434],[-98.800848,28.647306],[-99.395736,28.640784],[-99.409021,28.640566],[-99.41388,29.091335]]]},"properties":{"id":"48163","n":"Frio","z":["78005","78017","78057","78061","78886"],"st":"TX"}},"48165":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-103.06346888848,32.959106381831],[-102.595023,32.958831],[-102.20852,32.958956],[-102.202703,32.523271],[-102.211037,32.523244],[-103.064696,32.522193],[-103.06346888848,32.959106381831]]]},"properties":{"id":"48165","n":"Gaines","z":["79323","79331","79342","79359","79360"],"st":"TX"}},"48167":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.216422,29.55608],[-95.163927,29.498051],[-95.018205,29.554597],[-94.909845,29.496441],[-94.791611,29.550416],[-94.762569,29.524162],[-94.545908,29.572503],[-94.370816,29.555645988295],[-94.670389,29.43078],[-94.72253,29.331446],[-95.026219,29.148064],[-95.115050505598,29.075552022479],[-95.056499,29.199977],[-95.233081,29.465566],[-95.216422,29.55608]]]},"properties":{"id":"48167","n":"Galveston","z":["77510","77511","77517","77518","77539","77546","77549","77550","77551","77552","77553","77554","77555","77563","77565","77568","77573","77574","77590","77591","77592","77617","77623","77650"],"st":"TX"}},"48169":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-101.556884,33.39476],[-101.038788,33.397214],[-101.03866,32.970225],[-101.173378,32.963597],[-101.557434,32.961025],[-101.556884,33.39476]]]},"properties":{"id":"48169","n":"Garza","z":["79330","79356","79364"],"st":"TX"}},"48171":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.303996,30.499832],[-98.964232,30.498482],[-98.59167,30.499875],[-98.587897,30.138954],[-98.920147,30.13829],[-99.300988,30.134298],[-99.301718,30.286653],[-99.303996,30.499832]]]},"properties":{"id":"48171","n":"Gillespie","z":["78028","78058","78618","78624","78631","78671","78675"],"st":"TX"}},"48173":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-101.776085,32.086925],[-101.695011,32.087532],[-101.264216,32.087136],[-101.267122,31.650854],[-101.775802,31.651319],[-101.776085,32.086925]]]},"properties":{"id":"48173","n":"Glasscock","z":["79720","79739","79782"],"st":"TX"}},"48175":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.77853,28.668027],[-97.574639,28.8133],[-97.41734,28.925228],[-97.305916,28.864037],[-97.202759,28.853849],[-97.158933,28.776156],[-97.182359,28.610602],[-97.160751,28.553475],[-97.375579,28.388684],[-97.551369,28.450441],[-97.558496,28.514054],[-97.696572,28.541537],[-97.77853,28.668027]]]},"properties":{"id":"48175","n":"Goliad","z":["77905","77960","77963","77967","77993","78107","78164"],"st":"TX"}},"48177":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.840383,29.376791],[-97.633176,29.649863],[-97.597743,29.630718],[-97.317893,29.784658],[-97.142643,29.628101],[-97.204087,29.580613],[-97.240108,29.384488],[-97.613132,29.109765],[-97.728443,29.221748],[-97.858782,29.35289],[-97.840383,29.376791]]]},"properties":{"id":"48177","n":"Gonzales","z":["77954","77984","78122","78140","78159","78269","78604","78614","78629","78632","78648","78677","78941","78959"],"st":"TX"}},"48179":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-101.085935,35.619102],[-100.540158,35.619296],[-100.538978,35.183144],[-101.086281,35.18214],[-101.085935,35.619102]]]},"properties":{"id":"48179","n":"Gray","z":["79002","79039","79054","79057","79059","79065","79066"],"st":"TX"}},"48181":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.94461688837,33.945013250454],[-96.934343303133,33.945588929253],[-96.850593,33.847211],[-96.712422,33.831633],[-96.659896,33.916666],[-96.594674307377,33.883018657398],[-96.592926,33.830916],[-96.436455,33.78005],[-96.379660825952,33.715530908566],[-96.384602,33.397826],[-96.83411,33.405498],[-96.94386,33.41641],[-96.94461688837,33.945013250454]]]},"properties":{"id":"48181","n":"Grayson","z":["75020","75021","75058","75076","75090","75091","75092","75414","75459","75489","75490","75491","75495","76233","76245","76258","76264","76268","76271","76273"],"st":"TX"}},"48183":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.70179,32.652209],[-94.701986,32.421782],[-94.579219,32.394916],[-94.591703,32.365572],[-94.985411,32.37082],[-94.986935,32.537246],[-94.70179,32.652209]]]},"properties":{"id":"48183","n":"Gregg","z":["75601","75602","75603","75604","75605","75607","75608","75615","75641","75645","75647","75660","75662","75663","75666","75693"],"st":"TX"}},"48185":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.16837,30.822997],[-95.863059,30.864125],[-95.83024,30.630284],[-95.804306,30.24557],[-96.093165,30.225187],[-96.094404,30.309371],[-96.15463,30.330288],[-96.121806,30.443426],[-96.187765,30.598737],[-96.16837,30.822997]]]},"properties":{"id":"48185","n":"Grimes","z":["77333","77356","77363","77484","77830","77831","77861","77866","77868","77873","77875","77876"],"st":"TX"}},"48187":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.31095,29.59456],[-98.089941,29.683479],[-97.999271,29.752444],[-97.875259,29.858208],[-97.768459,29.719103],[-97.633176,29.649863],[-97.840383,29.376791],[-98.113175,29.365667],[-98.134171,29.441751],[-98.233899,29.554893],[-98.31095,29.59456]]]},"properties":{"id":"48187","n":"Guadalupe","z":["78108","78115","78121","78123","78124","78130","78140","78154","78155","78156","78638","78648","78655","78666","78670"],"st":"TX"}},"48189":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-102.090415,34.313132],[-101.99802,34.313039],[-101.564856,34.312493],[-101.56358,33.830451],[-102.085733,33.824675],[-102.090415,34.313132]]]},"properties":{"id":"48189","n":"Hale","z":["79021","79032","79041","79052","79064","79072","79250","79311"],"st":"TX"}},"48191":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.944939,34.748281],[-100.540703,34.747723],[-100.415895,34.747525],[-100.417783,34.313524],[-100.51734,34.314102],[-100.946132,34.312759],[-100.944939,34.748281]]]},"properties":{"id":"48191","n":"Hall","z":["79226","79233","79239","79245","79259","79261"],"st":"TX"}},"48193":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.463736,31.683989],[-98.156568,31.841713],[-98.208386,31.917511],[-98.005462,32.017897],[-97.766431,31.672461],[-98.180006,31.463717],[-98.27107,31.416398],[-98.463736,31.683989]]]},"properties":{"id":"48193","n":"Hamilton","z":["76436","76457","76525","76531","76538","76565","76566","76637","76844"],"st":"TX"}},"48195":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-101.623915,36.499528],[-101.085156,36.499244],[-101.085716,36.057572],[-101.085735,36.055276],[-101.623466,36.055405],[-101.623915,36.499528]]]},"properties":{"id":"48195","n":"Hansford","z":["79040","79062","79081"],"st":"TX"}},"48197":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.997629328163,34.56113662456],[-99.929334,34.576714],[-99.842063884146,34.506932768881],[-99.696462,34.381036],[-99.475022137038,34.396870989791],[-99.475294,34.085618],[-99.5485,34.055774],[-99.65301,34.098971],[-99.772043,34.093286],[-99.997621,34.224355],[-99.99772,34.311829],[-99.997629328163,34.56113662456]]]},"properties":{"id":"48197","n":"Hardeman","z":["79225","79252"],"st":"TX"}},"48199":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.732732,30.490066],[-94.537926,30.491059],[-94.545717,30.526977],[-94.071689,30.526033],[-94.119394,30.426298],[-94.083386,30.342181],[-94.117604,30.241665],[-94.115917,30.160347],[-94.275451,30.170265],[-94.292629,30.117671],[-94.44491,30.113015],[-94.596338,30.112101],[-94.732732,30.490066]]]},"properties":{"id":"48199","n":"Hardin","z":["77369","77374","77376","77519","77564","77585","77625","77656","77657","77659","77663"],"st":"TX"}},"48201":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.80333,30.090096],[-95.691213,30.098728],[-95.551421,30.170606],[-95.491123,30.110368],[-95.292681,30.027761],[-95.096708,30.167214],[-94.98146,29.884276],[-94.908663,29.82607],[-94.913813,29.7663],[-95.015039,29.63195],[-95.018205,29.554597],[-95.163927,29.498051],[-95.216422,29.55608],[-95.286493,29.597886],[-95.424118,29.580233],[-95.82622,29.78828],[-95.960733,30.163415],[-95.80333,30.090096]]]},"properties":{"id":"48201","n":"Harris","z":["77001","77002","77003","77004","77005","77006","77007","77008","77009","77010","77011","77012","77013","77014","77015","77016","77017","77018","77019","77020","77021","77022","77023","77024","77025","77026","77027","77028","77029","77030","77031","77032","77033","77034","77035","77036","77037","77038","77039","77040","77041","77042","77043","77044","77045","77046","77047","77048","77049","77050","77051","77052","77053","77054","77055","77056","77057","77058","77059","77060","77061","77062","77063","77064","77065","77066","77067","77068","77069","77070","77071","77072","77073","77074","77075","77076","77077","77078","77079","77080","77081","77082","77083","77084","77085","77086","77087","77088","77089","77090","77091","77092","77093","77094","77095","77096","77098","77099","77201","77202","77203","77204","77205","77206","77207","77208","77209","77210","77212","77213","77215","77216","77217","77218","77219","77220","77221","77222","77223","77224","77225","77226","77227","77228","77229","77230","77231","77233","77234","77235","77236","77237","77238","77240","77241","77243","77244","77245","77248","77249","77251","77252","77253","77254","77255","77256","77257","77258","77259","77261","77262","77263","77265","77266","77267","77268","77269","77270","77271","77272","77273","77274","77275","77277","77279","77280","77282","77284","77287","77288","77289","77290","77291","77292","77293","77297","77299","77315","77325","77336","77337","77338","77339","77345","77346","77347","77357","77365","77373","77375","77377","77379","77383","77388","77389","77391","77393","77396","77401","77402","77410","77411","77413","77429","77433","77447","77449","77450","77477","77484","77489","77491","77492","77493","77494","77501","77502","77503","77504","77505","77506","77507","77508","77520","77521","77522","77530","77532","77536","77546","77547","77562","77571","77572","77581","77586","77587","77598","88581"],"st":"TX"}},"48203":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.70214,32.793088],[-94.507323,32.693738],[-94.390783,32.694377],[-94.242809,32.75073],[-94.176401,32.694694],[-94.092738,32.734269],[-94.043051527618,32.693029976666],[-94.042788232805,32.392283193281],[-94.350303,32.326614],[-94.491818,32.394137],[-94.579219,32.394916],[-94.701986,32.421782],[-94.70179,32.652209],[-94.70214,32.793088]]]},"properties":{"id":"48203","n":"Harrison","z":["75601","75602","75605","75640","75642","75650","75651","75657","75659","75661","75670","75671","75672","75688","75692","75694"],"st":"TX"}},"48205":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-103.04135672182,35.739433506349],[-103.040824,36.055231],[-102.163015,36.055249],[-102.162809,35.627515],[-103.041554,35.622487],[-103.04135672182,35.739433506349]]]},"properties":{"id":"48205","n":"Hartley","z":["79018","79022","79044"],"st":"TX"}},"48207":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.99098,33.397404],[-99.472444,33.399023],[-99.471258,32.957025],[-99.612001,32.956962],[-99.988827,32.960121],[-99.99098,33.397404]]]},"properties":{"id":"48207","n":"Haskell","z":["76388","79521","79529","79533","79539","79544","79547","79548","79553"],"st":"TX"}},"48209":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.172977,30.356312],[-97.710215,30.024499],[-97.875259,29.858208],[-97.999271,29.752444],[-98.030523,29.848539],[-98.2976,30.037994],[-98.172977,30.356312]]]},"properties":{"id":"48209","n":"Hays","z":["78610","78619","78620","78623","78640","78646","78652","78656","78663","78666","78676","78737"],"st":"TX"}},"48211":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.540221,36.056491],[-100.000399,36.055677],[-100.00039619833,35.880947999997],[-100.000392,35.619115],[-100.540158,35.619296],[-100.540221,36.056491]]]},"properties":{"id":"48211","n":"Hemphill","z":["79011","79014"],"st":"TX"}},"48213":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.452138,32.358631],[-96.075899,32.357505],[-95.449165,32.355233],[-95.488733,32.232486],[-95.459908,32.135559],[-95.428512,32.084475],[-96.052786,32.005895],[-96.05478,32.012526],[-96.146523,32.211715],[-96.196965,32.206942],[-96.383082,32.328851],[-96.452138,32.358631]]]},"properties":{"id":"48213","n":"Henderson","z":["75124","75143","75147","75148","75156","75163","75751","75752","75756","75758","75763","75770","75778"],"st":"TX"}},"48215":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.593300218279,26.242936348677],[-98.32067,26.783081],[-97.985494,26.780917],[-97.985303,26.615809],[-97.957405,26.611769],[-98.004189,26.448784],[-97.86192,26.433579],[-97.861875,26.348156],[-97.862281563106,26.05774682844],[-98.197046,26.056153],[-98.442536,26.199151],[-98.593300218279,26.242936348677]]]},"properties":{"id":"48215","n":"Hidalgo","z":["78501","78502","78503","78504","78505","78516","78537","78538","78539","78540","78541","78542","78543","78549","78557","78558","78560","78562","78563","78565","78569","78570","78572","78573","78574","78576","78577","78579","78589","78595","78596","78599","78763"],"st":"TX"}},"48217":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.476086,32.17346],[-97.086191,32.265451],[-96.940656,32.052087],[-96.896209,32.073977],[-96.719114,31.814887],[-96.932215,31.708887],[-97.037266,31.863079],[-97.277265,31.745492],[-97.32653,31.78836],[-97.28206,31.843152],[-97.382848,31.870788],[-97.438765,31.933506],[-97.379992,31.97274],[-97.485968,32.017611],[-97.476086,32.17346]]]},"properties":{"id":"48217","n":"Hill","z":["76050","76055","76093","76621","76622","76627","76628","76631","76636","76645","76648","76650","76660","76666","76670","76673","76676","76691","76692"],"st":"TX"}},"48219":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-102.615447,33.825121],[-102.085733,33.824675],[-102.075929,33.389586],[-102.594836,33.388489],[-102.615447,33.825121]]]},"properties":{"id":"48219","n":"Hockley","z":["79313","79336","79338","79339","79353","79358","79363","79367","79372","79380","79407"],"st":"TX"}},"48221":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.066836,32.558822],[-97.617066,32.555484],[-97.615286,32.318618],[-97.78276,32.316493],[-97.945625,32.233468],[-98.068545,32.511626],[-98.066836,32.558822]]]},"properties":{"id":"48221","n":"Hood","z":["76033","76035","76048","76049","76087","76433","76462","76476"],"st":"TX"}},"48223":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.861778,33.21933],[-95.731056,33.305222],[-95.584549,33.359344],[-95.501827,33.347865],[-95.308593,33.37719],[-95.308957,32.962572],[-95.665389,32.960434],[-95.862521,32.979571],[-95.861778,33.21933]]]},"properties":{"id":"48223","n":"Hopkins","z":["75420","75431","75433","75437","75453","75471","75472","75478","75481","75482","75483","75494","75497"],"st":"TX"}},"48225":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.739279,31.504056],[-95.651764,31.541791],[-95.273203,31.592886],[-95.168509,31.583671],[-95.101382,31.469887],[-95.003345,31.42571],[-94.95811,31.38693],[-95.434781,31.058098],[-95.617872,30.930418],[-95.681158,30.986958],[-95.656487,31.079339],[-95.76441,31.094211],[-95.725226,31.271084],[-95.657247,31.337448],[-95.739279,31.504056]]]},"properties":{"id":"48225","n":"Houston","z":["75835","75839","75844","75847","75849","75851","75856","75858"],"st":"TX"}},"48227":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-101.68874,32.525222],[-101.174571,32.524112],[-101.183997,32.087208],[-101.264216,32.087136],[-101.695011,32.087532],[-101.68874,32.525222]]]},"properties":{"id":"48227","n":"Howard","z":["79511","79713","79720","79721","79733","79748"],"st":"TX"}},"48229":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-105.99797115166,32.001974590699],[-104.91835699428,32.000472073074],[-104.91289,31.62512],[-104.917163,30.663626],[-104.98075389132,30.628812018788],[-105.21866,30.801567],[-105.394242,30.852979],[-105.399609,30.888941],[-105.55743,30.990229],[-105.627349,31.098545],[-105.773257,31.166897],[-105.869353,31.288634],[-105.99642937829,31.387840129513],[-105.99797115166,32.001974590699]]]},"properties":{"id":"48229","n":"Hudspeth","z":["79837","79839","79847","79851","79855","79938"],"st":"TX"}},"48231":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.297227,32.981752],[-96.295413,33.351936],[-95.858723,33.40953],[-95.861778,33.21933],[-95.862521,32.979571],[-95.9453,32.979877],[-95.987259,32.876415],[-95.934433,32.837217],[-96.076801,32.838489],[-96.297322,32.841723],[-96.297227,32.981752]]]},"properties":{"id":"48231","n":"Hunt","z":["75135","75160","75169","75189","75374","75401","75402","75403","75404","75422","75423","75428","75429","75442","75449","75452","75453","75474","75496"],"st":"TX"}},"48233":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-101.623466,36.055405],[-101.085735,36.055276],[-101.086068,35.625267],[-101.622831,35.624057],[-101.623466,36.055405]]]},"properties":{"id":"48233","n":"Hutchinson","z":["79007","79008","79036","79062","79078","79080","79081","79083"],"st":"TX"}},"48235":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-101.267947,31.528688],[-100.693065,31.523954],[-100.688764,31.086576],[-100.962176,31.08249],[-101.274799,31.079379],[-101.267947,31.528688]]]},"properties":{"id":"48235","n":"Irion","z":["76901","76904","76906","76930","76941"],"st":"TX"}},"48237":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.420666,33.396195],[-98.421419,33.466797],[-97.978919,33.467129],[-97.918189,33.433873],[-97.921642,33.001284],[-98.056094,33.003332],[-98.426553,33.007913],[-98.420666,33.396195]]]},"properties":{"id":"48237","n":"Jack","z":["76230","76365","76389","76426","76427","76431","76458","76459","76486","76487"],"st":"TX"}},"48239":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.938587,29.063244],[-96.658466,29.263876],[-96.640315,29.247804],[-96.309178,28.963291],[-96.323522,28.675597],[-96.428394,28.703523],[-96.643442,28.712105],[-96.711514,28.851411],[-96.792133,28.918803],[-96.832103,29.021299],[-96.938587,29.063244]]]},"properties":{"id":"48239","n":"Jackson","z":["77455","77465","77957","77961","77962","77969","77970","77971","77979","77991"],"st":"TX"}},"48241":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.457816,31.033325],[-94.129632,31.09928],[-94.039034,31.134271],[-93.911126,31.158071],[-93.865711,30.947218],[-93.901452,30.242672],[-94.117604,30.241665],[-94.083386,30.342181],[-94.119394,30.426298],[-94.071689,30.526033],[-94.05096,30.638568],[-94.125824,30.684052],[-94.244888,30.968174],[-94.238424,31.013705],[-94.457816,31.033325]]]},"properties":{"id":"48241","n":"Jasper","z":["75931","75933","75951","75956","75980","77612","77615","77662"],"st":"TX"}},"48243":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-104.917163,30.663626],[-104.102351,31.105203],[-103.585084,30.76647],[-103.439976,30.665939],[-103.80068,30.412527],[-103.90101,30.41219],[-104.98075389132,30.628812018788],[-104.917163,30.663626]]]},"properties":{"id":"48243","n":"Jeff Davis","z":["79734","79854","79855"],"st":"TX"}},"48245":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.44491,30.113015],[-94.292629,30.117671],[-94.275451,30.170265],[-94.115917,30.160347],[-94.031976,30.028013],[-93.860169,29.977397],[-93.852309870922,29.872091004392],[-93.929208,29.802952],[-93.837971,29.690619],[-94.056506,29.671163],[-94.354122544914,29.562102820175],[-94.357976,29.887464],[-94.442235,29.889538],[-94.44491,30.113015]]]},"properties":{"id":"48245","n":"Jefferson","z":["77613","77619","77622","77627","77629","77640","77641","77642","77643","77651","77655","77665","77701","77702","77703","77704","77705","77706","77707","77708","77710","77713","77720","77725","77726"],"st":"TX"}},"48247":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.954669,27.269397],[-98.798087,27.268012],[-98.798323,27.354029],[-98.522293,27.343284],[-98.523284,27.26515],[-98.492943,27.235012],[-98.466542,27.054711],[-98.417883,27.055285],[-98.422616,26.783535],[-98.95423,26.785694],[-98.954669,27.269397]]]},"properties":{"id":"48247","n":"Jim Hogg","z":["78360","78361"],"st":"TX"}},"48249":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.235497,28.057966],[-97.883148,28.0569],[-97.798517,27.995659],[-97.934274,27.885202],[-97.942146,27.635932],[-98.059464,27.635862],[-98.058078,27.260981],[-98.232464,27.262487],[-98.235497,28.057966]]]},"properties":{"id":"48249","n":"Jim Wells","z":["78332","78333","78342","78355","78372","78375","78380","78383","78384"],"st":"TX"}},"48251":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.617066,32.555484],[-97.550582,32.555391],[-97.086834,32.549428],[-97.086191,32.265451],[-97.476086,32.17346],[-97.514682,32.133605],[-97.615055,32.203581],[-97.615286,32.318618],[-97.617066,32.555484]]]},"properties":{"id":"48251","n":"Johnson","z":["76009","76028","76031","76033","76035","76036","76044","76049","76050","76058","76059","76061","76063","76070","76084","76093","76097"],"st":"TX"}},"48253":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.144224,32.959978],[-99.988827,32.960121],[-99.612001,32.956962],[-99.612026,32.514654],[-99.629579,32.514657],[-100.146543,32.522793],[-100.144224,32.959978]]]},"properties":{"id":"48253","n":"Jones","z":["79501","79503","79520","79525","79533","79536","79553","79560","79601"],"st":"TX"}},"48255":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.190991,28.882333],[-97.728443,29.221748],[-97.613132,29.109765],[-97.75511,29.007113],[-97.574639,28.8133],[-97.77853,28.668027],[-97.915106,28.719648],[-98.005252,28.690239],[-98.098315,28.786949],[-98.190991,28.882333]]]},"properties":{"id":"48255","n":"Karnes","z":["78111","78113","78116","78117","78118","78119","78141","78144","78151"],"st":"TX"}},"48257":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.51897,32.813616],[-96.297376,32.814185],[-96.297322,32.841723],[-96.076801,32.838489],[-96.075899,32.357505],[-96.452138,32.358631],[-96.434514,32.38873],[-96.529987,32.545282],[-96.51897,32.813616]]]},"properties":{"id":"48257","n":"Kaufman","z":["75114","75118","75126","75142","75143","75147","75157","75158","75159","75160","75161","75169","75474"],"st":"TX"}},"48259":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.920147,30.13829],[-98.587897,30.138954],[-98.414018,29.937557],[-98.646124,29.745181],[-98.778782,29.720167],[-98.917725,29.781398],[-98.920147,30.13829]]]},"properties":{"id":"48259","n":"Kendall","z":["78004","78006","78013","78015","78027","78070","78074","78606","78624"],"st":"TX"}},"48261":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.985887,27.209308],[-97.785102,27.283714],[-97.508863,27.266636],[-97.346850876956,27.277958832209],[-97.378697,27.060044],[-97.366872,26.885581],[-97.287541116686,26.600339881473],[-97.861688,26.597995],[-97.957405,26.611769],[-97.985303,26.615809],[-97.985494,26.780917],[-97.985887,27.209308]]]},"properties":{"id":"48261","n":"Kenedy","z":["78338","78385","78580"],"st":"TX"}},"48263":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-101.038788,33.397214],[-100.517449,33.397866],[-100.519208,32.962926],[-100.65587,32.963469],[-101.03866,32.970225],[-101.038788,33.397214]]]},"properties":{"id":"48263","n":"Kent","z":["79518","79528","79549"],"st":"TX"}},"48265":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.754142,30.290698],[-99.301718,30.286653],[-99.300988,30.134298],[-98.920147,30.13829],[-98.917725,29.781398],[-99.176988,29.895063],[-99.602776,29.907679],[-99.691215,29.908582],[-99.689879,30.073948],[-99.757621,30.074132],[-99.754142,30.290698]]]},"properties":{"id":"48265","n":"Kerr","z":["78010","78013","78024","78025","78028","78029","78055","78058","78631"],"st":"TX"}},"48267":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.116234,30.710366],[-99.483869,30.710771],[-99.484493,30.499641],[-99.303996,30.499832],[-99.301718,30.286653],[-99.754142,30.290698],[-100.116461,30.290296],[-100.116234,30.710366]]]},"properties":{"id":"48267","n":"Kimble","z":["76849","76854","76874","76883","78631"],"st":"TX"}},"48269":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.518691,33.83565],[-100.04848,33.835974],[-99.996434,33.835967],[-99.99098,33.397404],[-100.517449,33.397866],[-100.518691,33.83565]]]},"properties":{"id":"48269","n":"King","z":["79236","79248"],"st":"TX"}},"48271":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.80186754603,29.232831568098],[-100.757822,29.238325],[-100.699141,29.419747],[-100.699932,29.623897],[-100.112098,29.623263],[-100.111406,29.086318],[-100.67121518919,29.083516025345],[-100.80186754603,29.232831568098]]]},"properties":{"id":"48271","n":"Kinney","z":["78832"],"st":"TX"}},"48273":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.942146,27.635932],[-97.840678,27.558358],[-97.325216,27.560896],[-97.222991407532,27.57660731648],[-97.346850876956,27.277958832209],[-97.508863,27.266636],[-97.785102,27.283714],[-97.985887,27.209308],[-98.058078,27.260981],[-98.059464,27.635862],[-97.942146,27.635932]]]},"properties":{"id":"48273","n":"Kleberg","z":["78355","78363","78364","78379","78418"],"st":"TX"}},"48275":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.996434,33.835967],[-99.835143,33.8358],[-99.700705,33.799963],[-99.554906,33.798556],[-99.474498,33.733849],[-99.472444,33.399023],[-99.99098,33.397404],[-99.996434,33.835967]]]},"properties":{"id":"48275","n":"Knox","z":["76363","76371","76380","79227","79505","79529"],"st":"TX"}},"48277":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.844878534071,33.860421904719],[-95.789639317752,33.872437384672],[-95.556915,33.92702],[-95.525322,33.885487],[-95.310449795449,33.873843038185],[-95.308637,33.380662],[-95.603675,33.484721],[-95.761076,33.495387],[-95.857738,33.461722],[-95.844878534071,33.860421904719]]]},"properties":{"id":"48277","n":"Lamar","z":["75411","75416","75421","75425","75434","75435","75436","75446","75460","75461","75462","75468","75470","75473","75477","75486"],"st":"TX"}},"48279":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-102.61515,34.312891],[-102.525631,34.313034],[-102.090415,34.313132],[-102.085733,33.824675],[-102.615447,33.825121],[-102.61515,34.312891]]]},"properties":{"id":"48279","n":"Lamb","z":["79031","79041","79043","79064","79082","79312","79313","79326","79339","79347","79369","79371"],"st":"TX"}},"48281":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.562739,31.230582],[-98.27107,31.416398],[-98.180006,31.463717],[-97.9071,31.069374],[-97.911684,31.034919],[-98.439687,31.029537],[-98.548051,31.123474],[-98.562739,31.230582]]]},"properties":{"id":"48281","n":"Lampasas","z":["76522","76525","76539","76550","76844","76853"],"st":"TX"}},"48283":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.395736,28.640784],[-98.800848,28.647306],[-98.803325,28.05748],[-99.388946,28.030419],[-99.394177,28.204627],[-99.395736,28.640784]]]},"properties":{"id":"48283","n":"La Salle","z":["78001","78014","78017","78019","78021"],"st":"TX"}},"48285":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.142643,29.628101],[-96.874222,29.632706],[-96.793132,29.577378],[-96.560555,29.335439],[-96.658466,29.263876],[-96.938587,29.063244],[-96.976378,29.104046],[-97.240108,29.384488],[-97.204087,29.580613],[-97.142643,29.628101]]]},"properties":{"id":"48285","n":"Lavaca","z":["77964","77975","77984","77986","77987","77995","78956"],"st":"TX"}},"48287":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.334463,30.402843],[-97.155219,30.457344],[-96.963629,30.557169],[-96.743672,30.319757],[-96.640883,30.296786],[-96.794552,30.160545],[-97.018379,30.032406],[-97.024461,30.051435],[-97.081834,30.259357],[-97.334463,30.402843]]]},"properties":{"id":"48287","n":"Lee","z":["77853","78621","78650","78659","78942","78946","78947","78948","78960"],"st":"TX"}},"48289":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.319165,31.357129],[-96.236629,31.413392],[-95.7873,31.618385],[-95.710112,31.615587],[-95.739279,31.504056],[-95.657247,31.337448],[-95.725226,31.271084],[-95.76441,31.094211],[-95.975218,31.091967],[-96.24102,30.973737],[-96.331083,31.252712],[-96.319165,31.357129]]]},"properties":{"id":"48289","n":"Leon","z":["75831","75833","75846","75850","75855","77850","77855","77865","77871"],"st":"TX"}},"48291":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.165897,30.344976],[-94.849414,30.493553],[-94.732732,30.490066],[-94.596338,30.112101],[-94.44491,30.113015],[-94.442235,29.889538],[-94.98146,29.884276],[-95.096708,30.167214],[-95.165897,30.344976]]]},"properties":{"id":"48291","n":"Liberty","z":["77327","77328","77368","77369","77371","77372","77533","77535","77538","77560","77561","77564","77575","77582"],"st":"TX"}},"48293":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.932215,31.708887],[-96.719114,31.814887],[-96.496713,31.796191],[-96.236629,31.413392],[-96.319165,31.357129],[-96.596862,31.2209],[-96.801123,31.522269],[-96.932215,31.708887]]]},"properties":{"id":"48293","n":"Limestone","z":["75838","75846","76635","76642","76648","76653","76664","76667","76673","76678","76686","76687","76693"],"st":"TX"}},"48295":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.5461451261,36.499505139304],[-100.00376199337,36.499701848738],[-100.000399,36.055677],[-100.540221,36.056491],[-100.546724,36.056536],[-100.5461451261,36.499505139304]]]},"properties":{"id":"48295","n":"Lipscomb","z":["79005","79014","79024","79034","79046","79056"],"st":"TX"}},"48297":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.335031,28.612658],[-98.098315,28.786949],[-98.005252,28.690239],[-98.089764,28.662979],[-97.808774,28.183415],[-97.817716,28.176848],[-97.904081,28.114228],[-97.883148,28.0569],[-98.235497,28.057966],[-98.334323,28.0578],[-98.335031,28.612658]]]},"properties":{"id":"48297","n":"Live Oak","z":["78008","78022","78060","78071","78075","78102","78118","78119","78350","78368","78372","78383"],"st":"TX"}},"48299":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.964612,30.921368],[-98.445782,30.921439],[-98.376877,30.83489],[-98.432098,30.78631],[-98.371905,30.740485],[-98.438995,30.673285],[-98.351041,30.486096],[-98.59167,30.499875],[-98.964232,30.498482],[-98.964612,30.921368]]]},"properties":{"id":"48299","n":"Llano","z":["76831","76885","78607","78609","78639","78643","78657","78672"],"st":"TX"}},"48301":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-103.98021347738,32.000032851363],[-103.72288197915,32.000165568676],[-103.326501,32.00037],[-103.327538,31.65142],[-103.610887,31.651802],[-103.625726,31.705032],[-103.809458,31.794317],[-103.829385,31.887992],[-103.885584,31.870373],[-103.98021347738,32.000032851363]]]},"properties":{"id":"48301","n":"Loving","z":["79754"],"st":"TX"}},"48303":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-102.085733,33.824675],[-101.56358,33.830451],[-101.556884,33.39476],[-102.075929,33.389586],[-102.085733,33.824675]]]},"properties":{"id":"48303","n":"Lubbock","z":["79250","79311","79329","79343","79350","79358","79363","79364","79366","79382","79401","79402","79403","79404","79406","79407","79408","79409","79410","79411","79412","79413","79414","79415","79416","79423","79424","79430","79452","79453","79457","79464","79490","79491","79493","79499"],"st":"TX"}},"48305":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-102.075929,33.389586],[-101.556884,33.39476],[-101.557434,32.961025],[-101.691284,32.961838],[-102.076214,32.959702],[-102.075929,33.389586]]]},"properties":{"id":"48305","n":"Lynn","z":["79345","79351","79356","79364","79373","79381","79383","79423"],"st":"TX"}},"48307":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.603223,31.087296],[-99.60185,31.49195],[-99.511477,31.424401],[-99.402284,31.446198],[-99.314875,31.409875],[-99.202768,31.467234],[-99.090622,31.460927],[-99.092317,30.941002],[-99.484755,30.940605],[-99.603627,30.940726],[-99.603223,31.087296]]]},"properties":{"id":"48307","n":"McCulloch","z":["76825","76836","76842","76852","76858","76871","76872","76887"],"st":"TX"}},"48309":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.60523,31.587762],[-97.277265,31.745492],[-97.037266,31.863079],[-96.932215,31.708887],[-96.801123,31.522269],[-97.278113,31.279799],[-97.343426,31.244215],[-97.418606,31.320202],[-97.60523,31.587762]]]},"properties":{"id":"48309","n":"McLennan","z":["76524","76557","76624","76630","76633","76638","76640","76643","76654","76655","76657","76664","76673","76682","76684","76689","76691","76701","76702","76703","76704","76705","76706","76707","76708","76710","76711","76712","76714","76715","76716","76797","76798","76799"],"st":"TX"}},"48311":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.800848,28.647306],[-98.335047,28.648275],[-98.335031,28.612658],[-98.334323,28.0578],[-98.803325,28.05748],[-98.800848,28.647306]]]},"properties":{"id":"48311","n":"McMullen","z":["78007","78021","78071","78072","78075"],"st":"TX"}},"48313":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.24102,30.973737],[-95.975218,31.091967],[-95.76441,31.094211],[-95.656487,31.079339],[-95.681158,30.986958],[-95.617872,30.930418],[-95.863059,30.864125],[-96.16837,30.822997],[-96.24102,30.973737]]]},"properties":{"id":"48313","n":"Madison","z":["75852","77864","77871","77872"],"st":"TX"}},"48315":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.705878,32.879177],[-94.653994,32.879506],[-94.043002621563,32.881088978924],[-94.043051527618,32.693029976666],[-94.092738,32.734269],[-94.176401,32.694694],[-94.242809,32.75073],[-94.390783,32.694377],[-94.507323,32.693738],[-94.70214,32.793088],[-94.705878,32.879177]]]},"properties":{"id":"48315","n":"Marion","z":["75555","75630","75640","75651","75657","75668","75683"],"st":"TX"}},"48317":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-102.211037,32.523244],[-102.202703,32.523271],[-101.68874,32.525222],[-101.695011,32.087532],[-101.776085,32.086925],[-102.211249,32.0868],[-102.211037,32.523244]]]},"properties":{"id":"48317","n":"Martin","z":["79331","79713","79748","79749","79782","79783"],"st":"TX"}},"48319":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.484755,30.940605],[-99.092317,30.941002],[-98.964612,30.921368],[-98.964232,30.498482],[-99.303996,30.499832],[-99.484493,30.499641],[-99.483869,30.710771],[-99.484755,30.940605]]]},"properties":{"id":"48319","n":"Mason","z":["76820","76825","76842","76856","76869","78618"],"st":"TX"}},"48321":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.378533159287,28.389865030488],[-96.323522,28.675597],[-96.309178,28.963291],[-95.965196,29.146865],[-95.874028,29.229702],[-95.84631,29.107799],[-95.770446,29.06621],[-95.769393,28.971109],[-95.67955,28.965734],[-95.567708,28.829758],[-95.507037396917,28.824735512192],[-95.812504,28.664942],[-96.194412,28.502224],[-96.378533159287,28.389865030488]]]},"properties":{"id":"48321","n":"Matagorda","z":["77404","77414","77415","77419","77428","77440","77456","77457","77458","77465","77468","77480","77482","77483"],"st":"TX"}},"48323":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.67121518919,29.083516025345],[-100.111406,29.086318],[-100.114336,28.648122],[-100.113719,28.197819],[-100.1975100555,28.19700073114],[-100.267604,28.250269],[-100.39727,28.575637],[-100.500354,28.66196],[-100.53583,28.805888],[-100.627206,28.903734],[-100.67121518919,29.083516025345]]]},"properties":{"id":"48323","n":"Maverick","z":["78852","78853","78860","78877"],"st":"TX"}},"48325":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.411817,29.627514],[-98.983787,29.62345],[-98.927161,29.56225],[-98.806552,29.690709],[-98.804763,29.250693],[-98.8049,29.090434],[-99.41388,29.091335],[-99.411817,29.627514]]]},"properties":{"id":"48325","n":"Medina","z":["78003","78009","78016","78023","78039","78052","78056","78057","78059","78066","78253","78850","78861","78884","78886"],"st":"TX"}},"48327":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.115216,31.087994],[-99.603223,31.087296],[-99.603627,30.940726],[-99.484755,30.940605],[-99.483869,30.710771],[-100.116234,30.710366],[-100.115216,31.087994]]]},"properties":{"id":"48327","n":"Menard","z":["76841","76848","76854","76859"],"st":"TX"}},"48329":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-102.287048,32.086991],[-102.211249,32.0868],[-101.776085,32.086925],[-101.775802,31.651319],[-102.287345,31.651276],[-102.287048,32.086991]]]},"properties":{"id":"48329","n":"Midland","z":["79701","79702","79703","79704","79705","79706","79707","79708","79710","79711","79712","79765","79766"],"st":"TX"}},"48331":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.315507,30.752371],[-97.259082,30.889596],[-97.070188,30.98622],[-96.829121,31.105871],[-96.75633,30.927206],[-96.611097,30.757354],[-96.621281,30.730819],[-96.963629,30.557169],[-97.155219,30.457344],[-97.271418,30.735692],[-97.315507,30.752371]]]},"properties":{"id":"48331","n":"Milam","z":["76511","76518","76519","76520","76523","76534","76556","76567","76569","76570","76577","77836","77857"],"st":"TX"}},"48333":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.991608,31.484071],[-98.779951,31.610735],[-98.760057,31.687896],[-98.668441,31.700514],[-98.492802,31.723608],[-98.463736,31.683989],[-98.27107,31.416398],[-98.562739,31.230582],[-98.65456,31.370022],[-98.713131,31.34883],[-98.7244,31.427174],[-98.854292,31.413425],[-98.991608,31.484071]]]},"properties":{"id":"48333","n":"Mills","z":["76442","76531","76801","76844","76853","76864","76870","76880","76890"],"st":"TX"}},"48335":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-101.174571,32.524112],[-101.174562,32.527703],[-100.660626,32.525312],[-100.665353,32.085407],[-100.821594,32.08661],[-101.183997,32.087208],[-101.174571,32.524112]]]},"properties":{"id":"48335","n":"Mitchell","z":["79512","79532","79565"],"st":"TX"}},"48337":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.978919,33.467129],[-97.977869,33.888738],[-97.951905950855,33.891225814857],[-97.865765,33.849393],[-97.671772,33.99137],[-97.561243150221,33.899061506733],[-97.484143438588,33.913889108891],[-97.487065,33.433681],[-97.918189,33.433873],[-97.978919,33.467129]]]},"properties":{"id":"48337","n":"Montague","z":["76228","76230","76239","76251","76255","76261","76265","76270"],"st":"TX"}},"48339":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.83024,30.630284],[-95.598971,30.509002],[-95.359156,30.504369],[-95.308395,30.40575],[-95.165897,30.344976],[-95.096708,30.167214],[-95.292681,30.027761],[-95.491123,30.110368],[-95.551421,30.170606],[-95.691213,30.098728],[-95.80333,30.090096],[-95.804306,30.24557],[-95.83024,30.630284]]]},"properties":{"id":"48339","n":"Montgomery","z":["77301","77302","77303","77304","77305","77306","77316","77318","77328","77339","77353","77354","77355","77356","77357","77358","77362","77365","77372","77378","77380","77381","77382","77384","77385","77386","77387","77447","77873"],"st":"TX"}},"48341":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-102.163015,36.055249],[-101.623466,36.055405],[-101.622831,35.624057],[-101.6228,35.620196],[-102.162752,35.620035],[-102.162809,35.627515],[-102.163015,36.055249]]]},"properties":{"id":"48341","n":"Moore","z":["79013","79018","79029","79036","79058","79083","79086","79105"],"st":"TX"}},"48343":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.808783,33.363636],[-94.746925,33.328938],[-94.65226,33.268861],[-94.653994,32.879506],[-94.705878,32.879177],[-94.719942,32.904502],[-94.819828,32.982886],[-94.808783,33.363636]]]},"properties":{"id":"48343","n":"Morris","z":["75568","75571","75638","75656","75668","75686"],"st":"TX"}},"48345":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-101.041484,34.312444],[-100.946132,34.312759],[-100.51734,34.314102],[-100.518691,33.83565],[-101.041158,33.833625],[-101.041484,34.312444]]]},"properties":{"id":"48345","n":"Motley","z":["79201","79234","79235","79244","79255","79256"],"st":"TX"}},"48347":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.937532,31.845555],[-94.452416,31.844281],[-94.399091,31.653596],[-94.311042,31.589252],[-94.326616,31.224754],[-94.544888,31.431715],[-94.728679,31.457226],[-94.865857,31.526916],[-94.924219,31.579487],[-94.978128,31.793294],[-94.937532,31.845555]]]},"properties":{"id":"48347","n":"Nacogdoches","z":["75760","75788","75937","75943","75944","75946","75958","75961","75962","75963","75964","75965","75978"],"st":"TX"}},"48349":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.896209,32.073977],[-96.383082,32.328851],[-96.196965,32.206942],[-96.146523,32.211715],[-96.05478,32.012526],[-96.496713,31.796191],[-96.719114,31.814887],[-96.896209,32.073977]]]},"properties":{"id":"48349","n":"Navarro","z":["75102","75105","75109","75110","75119","75144","75151","75153","75155","75859","76626","76639","76641","76648","76679","76681"],"st":"TX"}},"48351":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.911126,31.158071],[-93.600603087363,31.182624955269],[-93.552497307502,31.184820023447],[-93.531219,31.051678],[-93.554575854346,30.877469501861],[-93.629904,30.67994],[-93.729195,30.544842],[-93.702665,30.429947],[-93.738540238226,30.402263672481],[-93.760328,30.329924],[-93.711062171301,30.24397071564],[-93.901452,30.242672],[-93.865711,30.947218],[-93.911126,31.158071]]]},"properties":{"id":"48351","n":"Newton","z":["75928","75932","75933","75948","75951","75956","75966","75977","77612","77614","77632"],"st":"TX"}},"48353":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.660626,32.525312],[-100.146543,32.522793],[-100.151911,32.082638],[-100.235137,32.082372],[-100.665353,32.085407],[-100.660626,32.525312]]]},"properties":{"id":"48353","n":"Nolan","z":["79506","79532","79535","79536","79537","79545","79556","79561"],"st":"TX"}},"48355":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.798517,27.995659],[-97.806798,27.934712],[-97.691074,27.917353],[-97.589473,27.856101],[-97.250796,27.876718],[-97.188659,27.823885],[-97.136312,27.90439],[-97.095713,27.957835],[-97.043684083687,27.836532353472],[-97.222991407532,27.57660731648],[-97.325216,27.560896],[-97.840678,27.558358],[-97.942146,27.635932],[-97.934274,27.885202],[-97.798517,27.995659]]]},"properties":{"id":"48355","n":"Nueces","z":["78330","78335","78336","78339","78343","78347","78351","78373","78380","78383","78401","78402","78403","78404","78405","78406","78407","78408","78409","78410","78411","78412","78413","78414","78415","78416","78417","78418","78419","78426","78427","78460","78463","78465","78466","78467","78469","78472","78480"],"st":"TX"}},"48357":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-101.085156,36.499244],[-100.95415215769,36.499529496626],[-100.5461451261,36.499505139304],[-100.546724,36.056536],[-101.085716,36.057572],[-101.085156,36.499244]]]},"properties":{"id":"48357","n":"Ochiltree","z":["79005","79033","79070","79081","79093"],"st":"TX"}},"48359":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-103.041554,35.622487],[-102.162809,35.627515],[-102.162752,35.620035],[-102.167471,35.183233],[-103.04261795057,35.183157259008],[-103.041554,35.622487]]]},"properties":{"id":"48359","n":"Oldham","z":{"0":"79001","1":"79010","2":"79018","3":"79092","4":"79098","25":"88430"},"st":"TX"}},"48361":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.117604,30.241665],[-93.901452,30.242672],[-93.711062171301,30.24397071564],[-93.70633576247,30.052180241531],[-93.852309870922,29.872091004392],[-93.860169,29.977397],[-94.031976,30.028013],[-94.115917,30.160347],[-94.117604,30.241665]]]},"properties":{"id":"48361","n":"Orange","z":["77611","77626","77630","77631","77632","77639","77662","77670"],"st":"TX"}},"48363":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.575616,32.954349],[-98.427211,32.9523],[-98.426553,33.007913],[-98.056094,33.003332],[-98.066836,32.558822],[-98.068545,32.511626],[-98.475177,32.513039],[-98.576256,32.515163],[-98.575616,32.954349]]]},"properties":{"id":"48363","n":"Palo Pinto","z":["76066","76067","76068","76429","76449","76450","76453","76462","76463","76472","76475","76484","76486"],"st":"TX"}},"48365":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.491818,32.394137],[-94.350303,32.326614],[-94.042788232805,32.392283193281],[-94.04269592374,32.196004974825],[-94.029428406596,31.979686964168],[-94.511431,31.973984],[-94.599978,31.973193],[-94.5805,32.201363],[-94.491818,32.394137]]]},"properties":{"id":"48365","n":"Panola","z":["75631","75633","75637","75639","75643","75669","75685","75691","75954","75974","75975"],"st":"TX"}},"48367":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.056094,33.003332],[-97.921642,33.001284],[-97.544181,32.994177],[-97.550582,32.555391],[-97.617066,32.555484],[-98.066836,32.558822],[-98.056094,33.003332]]]},"properties":{"id":"48367","n":"Parker","z":["76008","76020","76023","76035","76049","76066","76067","76082","76085","76086","76087","76088","76108","76126","76439","76462","76485","76486","76487","76490"],"st":"TX"}},"48369":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-103.042769,34.747361],[-102.525184,34.746931],[-102.525631,34.313034],[-102.61515,34.312891],[-103.04385030117,34.312749873508],[-103.042769,34.747361]]]},"properties":{"id":"48369","n":"Parmer","z":["79009","79035","79053","79325","79347"],"st":"TX"}},"48371":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-103.585084,30.76647],[-103.01104,31.371306],[-102.826735,31.266881],[-102.767365,31.293803],[-102.676104,31.330084],[-102.600677,31.267097],[-102.523063,31.262698],[-102.429545,31.193557],[-102.388804,31.087156],[-102.191731,31.003788],[-101.98364,30.98717],[-101.883436,30.925647],[-101.80742,30.699504],[-101.76842,30.653077],[-102.137778,30.655982],[-102.138406,30.597521],[-102.342986,30.598759],[-102.343085,30.284116],[-102.566937,30.283269],[-102.567049,30.052808],[-103.439976,30.665939],[-103.585084,30.76647]]]},"properties":{"id":"48371","n":"Pecos","z":["79730","79735","79743","79744","79781","79848"],"st":"TX"}},"48373":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.20018,30.824566],[-94.939127,31.042048],[-94.842947,31.146578],[-94.561943,31.058952],[-94.657992,31.012007],[-94.545717,30.526977],[-94.537926,30.491059],[-94.732732,30.490066],[-94.849414,30.493553],[-94.829984,30.541112],[-94.965729,30.576586],[-95.054602,30.680173],[-95.135384,30.693816],[-95.131205,30.781703],[-95.20018,30.824566]]]},"properties":{"id":"48373","n":"Polk","z":["75934","75936","75939","75960","77326","77332","77335","77350","77351","77360","77399"],"st":"TX"}},"48375":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-102.162752,35.620035],[-101.6228,35.620196],[-101.622941,35.183117],[-102.167471,35.183233],[-102.162752,35.620035]]]},"properties":{"id":"48375","n":"Potter","z":["79010","79012","79036","79058","79098","79101","79102","79103","79104","79106","79107","79108","79109","79111","79116","79117","79118","79121","79124","79166","79168","79172","79174","79185","79189"],"st":"TX"}},"48377":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-104.98075389132,30.628812018788],[-103.90101,30.41219],[-103.80068,30.412527],[-103.79387301093,29.259238393349],[-103.975235,29.296017],[-104.143692,29.383278],[-104.229081,29.48105],[-104.371175,29.543063],[-104.539761,29.676074],[-104.565688,29.770462],[-104.672327,29.911112],[-104.703998,30.02421],[-104.702788,30.211736],[-104.859521,30.390413],[-104.924796,30.604832],[-104.98075389132,30.628812018788]]]},"properties":{"id":"48377","n":"Presidio","z":["79843","79845","79846","79854"],"st":"TX"}},"48379":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.862521,32.979571],[-95.665389,32.960434],[-95.635017,32.72038],[-95.829581,32.766967],[-95.934433,32.837217],[-95.987259,32.876415],[-95.9453,32.979877],[-95.862521,32.979571]]]},"properties":{"id":"48379","n":"Rains","z":["75410","75440","75453","75472"],"st":"TX"}},"48381":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-102.167471,35.183233],[-101.622941,35.183117],[-101.629257,34.747649],[-101.998493,34.74819],[-102.168839,34.747417],[-102.167471,35.183233]]]},"properties":{"id":"48381","n":"Randall","z":["79012","79015","79016","79042","79091","79098","79103","79106","79109","79110","79114","79118","79119","79120","79121","79124","79159"],"st":"TX"}},"48383":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-101.775802,31.651319],[-101.267122,31.650854],[-101.26763,31.556462],[-101.267947,31.528688],[-101.274799,31.079379],[-101.776191,31.079784],[-101.775802,31.651319]]]},"properties":{"id":"48383","n":"Reagan","z":["76932","79739"],"st":"TX"}},"48385":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.757621,30.074132],[-99.689879,30.073948],[-99.691215,29.908582],[-99.602776,29.907679],[-99.60313,29.627181],[-100.014188,29.623495],[-100.03088,29.848273],[-99.967626,30.082356],[-99.757621,30.074132]]]},"properties":{"id":"48385","n":"Real","z":["78024","78058","78828","78833","78873","78879","78880","78885"],"st":"TX"}},"48387":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.310449795449,33.873843038185],[-95.226393,33.961954],[-95.155907617108,33.93848238857],[-94.98165,33.852284],[-94.841634,33.739431],[-94.731932901996,33.72083051628],[-94.746096,33.700375],[-94.746925,33.328938],[-94.808783,33.363636],[-95.125451,33.389454],[-95.30664,33.378027],[-95.308637,33.380662],[-95.310449795449,33.873843038185]]]},"properties":{"id":"48387","n":"Red River","z":["75412","75417","75426","75435","75436","75550","75554"],"st":"TX"}},"48389":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-104.024521,32.00001],[-103.98021347738,32.000032851363],[-103.885584,31.870373],[-103.829385,31.887992],[-103.809458,31.794317],[-103.625726,31.705032],[-103.610887,31.651802],[-103.509379,31.625934],[-103.44241,31.433752],[-103.261677,31.42757],[-103.181225,31.370245],[-103.01104,31.371306],[-103.585084,30.76647],[-104.102351,31.105203],[-104.024521,32.00001]]]},"properties":{"id":"48389","n":"Reeves","z":["79718","79770","79772","79780","79785","79786"],"st":"TX"}},"48391":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.541071,28.164669],[-97.375579,28.388684],[-97.160751,28.553475],[-96.890951,28.507178],[-96.764132,28.426522],[-96.790512,28.319238],[-97.123799,28.272459],[-97.023586,28.187657],[-97.144916,28.102622],[-97.260818,28.075759],[-97.317163,28.137189],[-97.427171,28.117668],[-97.541071,28.164669]]]},"properties":{"id":"48391","n":"Refugio","z":["77950","77990","78340","78377","78393"],"st":"TX"}},"48393":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-101.086068,35.625267],[-101.085735,36.055276],[-101.085716,36.057572],[-100.546724,36.056536],[-100.540221,36.056491],[-100.540158,35.619296],[-101.085935,35.619102],[-101.086068,35.625267]]]},"properties":{"id":"48393","n":"Roberts","z":["79059","79065"],"st":"TX"}},"48395":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.829121,31.105871],[-96.596862,31.2209],[-96.319165,31.357129],[-96.331083,31.252712],[-96.24102,30.973737],[-96.338001,30.920531],[-96.45763,30.744474],[-96.566983,30.69567],[-96.621281,30.730819],[-96.611097,30.757354],[-96.75633,30.927206],[-96.829121,31.105871]]]},"properties":{"id":"48395","n":"Robertson","z":["76629","76653","76687","77807","77808","77837","77856","77859","77867","77870","77882"],"st":"TX"}},"48397":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.516866,32.982308],[-96.297227,32.981752],[-96.297322,32.841723],[-96.297376,32.814185],[-96.51897,32.813616],[-96.516866,32.982308]]]},"properties":{"id":"48397","n":"Rockwall","z":["75030","75032","75087","75088","75089","75098","75132","75160","75189"],"st":"TX"}},"48399":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.235137,32.082372],[-100.151911,32.082638],[-99.713971,32.082089],[-99.721698,31.576759],[-100.111234,31.580267],[-100.233783,31.582196],[-100.235761,31.69297],[-100.235137,32.082372]]]},"properties":{"id":"48399","n":"Runnels","z":["76821","76855","76861","76865","76875","76882","76933","79519","79538","79566","79567"],"st":"TX"}},"48401":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.985411,32.37082],[-94.591703,32.365572],[-94.579219,32.394916],[-94.491818,32.394137],[-94.5805,32.201363],[-94.599978,31.973193],[-94.511431,31.973984],[-94.452416,31.844281],[-94.937532,31.845555],[-94.984768,31.846144],[-94.985272,32.137989],[-94.985411,32.37082]]]},"properties":{"id":"48401","n":"Rusk","z":["75603","75641","75652","75653","75654","75658","75662","75667","75669","75680","75681","75682","75684","75687","75689","75691","75760","75784","75789","75946","75975"],"st":"TX"}},"48403":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.984461,31.569419],[-93.896537,31.611836],[-93.834924,31.586211],[-93.725925,31.504092],[-93.749476,31.46869],[-93.668146,31.375103],[-93.67544,31.30104],[-93.600603087363,31.182624955269],[-93.911126,31.158071],[-94.039034,31.134271],[-94.044154,31.409979],[-93.983239,31.466114],[-93.984461,31.569419]]]},"properties":{"id":"48403","n":"Sabine","z":["75930","75931","75948","75959","75968","75972"],"st":"TX"}},"48405":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.399091,31.653596],[-94.090717,31.620609],[-93.984461,31.569419],[-93.983239,31.466114],[-94.044154,31.409979],[-94.039034,31.134271],[-94.129632,31.09928],[-94.326616,31.224754],[-94.311042,31.589252],[-94.399091,31.653596]]]},"properties":{"id":"48405","n":"San Augustine","z":["75929","75930","75935","75968","75972"],"st":"TX"}},"48407":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.32748,30.859547],[-95.252385,30.906719],[-95.20018,30.824566],[-95.131205,30.781703],[-95.135384,30.693816],[-95.054602,30.680173],[-94.965729,30.576586],[-94.829984,30.541112],[-94.849414,30.493553],[-95.165897,30.344976],[-95.308395,30.40575],[-95.359156,30.504369],[-95.32748,30.859547]]]},"properties":{"id":"48407","n":"San Jacinto","z":["77320","77328","77331","77341","77358","77359","77364","77371","77378"],"st":"TX"}},"48409":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.817716,28.176848],[-97.568482,28.129846],[-97.541071,28.164669],[-97.427171,28.117668],[-97.317163,28.137189],[-97.260818,28.075759],[-97.136312,27.90439],[-97.188659,27.823885],[-97.250796,27.876718],[-97.589473,27.856101],[-97.691074,27.917353],[-97.806798,27.934712],[-97.798517,27.995659],[-97.883148,28.0569],[-97.904081,28.114228],[-97.817716,28.176848]]]},"properties":{"id":"48409","n":"San Patricio","z":["78336","78352","78359","78362","78368","78370","78374","78387","78390"],"st":"TX"}},"48411":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.092317,30.941002],[-99.090622,31.460927],[-98.991608,31.484071],[-98.854292,31.413425],[-98.7244,31.427174],[-98.713131,31.34883],[-98.65456,31.370022],[-98.562739,31.230582],[-98.548051,31.123474],[-98.439687,31.029537],[-98.445782,30.921439],[-98.964612,30.921368],[-99.092317,30.941002]]]},"properties":{"id":"48411","n":"San Saba","z":["76824","76832","76842","76869","76871","76872","76877"],"st":"TX"}},"48413":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.962176,31.08249],[-100.688764,31.086576],[-100.115216,31.087994],[-100.116234,30.710366],[-100.960587,30.706071],[-100.962176,31.08249]]]},"properties":{"id":"48413","n":"Schleicher","z":["76841","76935","76936"],"st":"TX"}},"48415":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-101.173378,32.963597],[-101.03866,32.970225],[-100.65587,32.963469],[-100.660626,32.525312],[-101.174562,32.527703],[-101.173378,32.963597]]]},"properties":{"id":"48415","n":"Scurry","z":["79512","79516","79517","79526","79527","79532","79545","79546","79549","79550"],"st":"TX"}},"48417":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.612001,32.956962],[-99.471258,32.957025],[-99.096016,32.957037],[-99.09605,32.514768],[-99.114293,32.514811],[-99.612026,32.514654],[-99.612001,32.956962]]]},"properties":{"id":"48417","n":"Shackelford","z":["76430","76464","79504","79533","79601"],"st":"TX"}},"48419":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.511431,31.973984],[-94.029428406596,31.979686964168],[-93.878251895387,31.844276557246],[-93.803419,31.700686],[-93.834924,31.586211],[-93.896537,31.611836],[-93.984461,31.569419],[-94.090717,31.620609],[-94.399091,31.653596],[-94.452416,31.844281],[-94.511431,31.973984]]]},"properties":{"id":"48419","n":"Shelby","z":["75643","75935","75954","75972","75973","75974","75975"],"st":"TX"}},"48421":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-102.162463,36.500326],[-102.03233901896,36.50006567301],[-101.623915,36.499528],[-101.623466,36.055405],[-102.163015,36.055249],[-102.162463,36.500326]]]},"properties":{"id":"48421","n":"Sherman","z":{"1":"79040","2":"79084","3":"79086","23":"73949"},"st":"TX"}},"48423":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.594541,32.687026],[-95.469093,32.605642],[-95.332164,32.604252],[-95.164973,32.544583],[-95.15341,32.570115],[-94.986935,32.537246],[-94.985411,32.37082],[-94.985272,32.137989],[-95.459908,32.135559],[-95.488733,32.232486],[-95.449165,32.355233],[-95.5943,32.479858],[-95.594541,32.687026]]]},"properties":{"id":"48423","n":"Smith","z":["75606","75647","75662","75684","75701","75702","75703","75704","75705","75706","75707","75708","75709","75710","75711","75712","75713","75750","75757","75762","75771","75773","75789","75790","75791","75792","75798","75799"],"st":"TX"}},"48425":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.945625,32.233468],[-97.78276,32.316493],[-97.615286,32.318618],[-97.615055,32.203581],[-97.864864,32.087328],[-97.945625,32.233468]]]},"properties":{"id":"48425","n":"Somervell","z":["76043","76048","76070","76077","76433"],"st":"TX"}},"48427":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.176816092381,26.569660555374],[-99.011112,26.675023],[-98.95423,26.785694],[-98.422616,26.783535],[-98.32067,26.783081],[-98.593300218279,26.242936348677],[-98.654221,26.23596],[-98.807348,26.369421],[-98.890965,26.357569],[-99.110855,26.426278],[-99.091635,26.476977],[-99.176816092381,26.569660555374]]]},"properties":{"id":"48427","n":"Starr","z":["78536","78545","78547","78548","78582","78584","78585","78588","78591"],"st":"TX"}},"48429":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.096016,32.957037],[-98.950875,32.956918],[-98.575616,32.954349],[-98.576256,32.515163],[-99.09605,32.514768],[-99.096016,32.957037]]]},"properties":{"id":"48429","n":"Stephens","z":["76424","76429","76437","76450","76464","76470","76475","76481"],"st":"TX"}},"48431":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-101.267122,31.650854],[-101.264216,32.087136],[-101.183997,32.087208],[-100.821594,32.08661],[-100.82537,31.696155],[-100.861099,31.705418],[-100.865256,31.562294],[-101.26763,31.556462],[-101.267122,31.650854]]]},"properties":{"id":"48431","n":"Sterling","z":["76945","76951"],"st":"TX"}},"48433":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.517449,33.397866],[-99.99098,33.397404],[-99.988827,32.960121],[-100.144224,32.959978],[-100.519208,32.962926],[-100.517449,33.397866]]]},"properties":{"id":"48433","n":"Stonewall","z":["79502","79528","79540","79546"],"st":"TX"}},"48435":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.960587,30.706071],[-100.116234,30.710366],[-100.116461,30.290296],[-100.700393,30.288276],[-100.960643,30.287776],[-100.960587,30.706071]]]},"properties":{"id":"48435","n":"Sutton","z":["76950"],"st":"TX"}},"48437":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-101.998493,34.74819],[-101.629257,34.747649],[-101.471562,34.747462],[-101.47158,34.31229],[-101.564856,34.312493],[-101.99802,34.313039],[-101.998493,34.74819]]]},"properties":{"id":"48437","n":"Swisher","z":["79042","79052","79072","79088"],"st":"TX"}},"48439":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.544181,32.994177],[-97.39848,32.990839],[-97.032287,32.989324],[-97.038385,32.548662],[-97.086834,32.549428],[-97.550582,32.555391],[-97.544181,32.994177]]]},"properties":{"id":"48439","n":"Tarrant","z":["75022","75028","75050","75051","75052","75054","75064","75261","76001","76002","76003","76004","76005","76006","76007","76008","76010","76011","76012","76013","76014","76015","76016","76017","76018","76019","76020","76021","76022","76028","76034","76036","76039","76040","76051","76052","76053","76054","76060","76063","76071","76092","76094","76095","76096","76098","76099","76101","76102","76103","76104","76105","76106","76107","76108","76109","76110","76111","76112","76113","76114","76115","76116","76117","76118","76119","76120","76121","76122","76123","76124","76126","76127","76129","76130","76131","76132","76133","76134","76135","76136","76137","76140","76147","76148","76150","76155","76161","76162","76163","76164","76166","76177","76179","76180","76181","76182","76185","76190","76191","76192","76193","76195","76196","76197","76198","76199","76244","76248","76262","77242"],"st":"TX"}},"48441":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.146543,32.522793],[-99.629579,32.514657],[-99.631413,32.081274],[-99.713971,32.082089],[-100.151911,32.082638],[-100.146543,32.522793]]]},"properties":{"id":"48441","n":"Taylor","z":["79508","79530","79536","79541","79561","79562","79563","79566","79567","79601","79602","79603","79604","79605","79606","79607","79608","79697","79698","79699"],"st":"TX"}},"48443":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-101.76842,30.653077],[-101.652446,30.620471],[-101.646245,30.560763],[-101.740429,30.420897],[-101.65853,30.357861],[-101.7584,30.288044],[-101.76161920953,29.778860096722],[-101.966167,29.807343],[-102.073646,29.786926],[-102.31868395459,29.872192946501],[-102.567049,30.052808],[-102.566937,30.283269],[-102.343085,30.284116],[-102.342986,30.598759],[-102.138406,30.597521],[-102.137778,30.655982],[-101.76842,30.653077]]]},"properties":{"id":"48443","n":"Terrell","z":["78851","79781","79848"],"st":"TX"}},"48445":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-102.594836,33.388489],[-102.075929,33.389586],[-102.076214,32.959702],[-102.20852,32.958956],[-102.595023,32.958831],[-102.594836,33.388489]]]},"properties":{"id":"48445","n":"Terry","z":["79316","79345","79359","79378"],"st":"TX"}},"48447":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.472444,33.399023],[-98.953938,33.397534],[-98.950875,32.956918],[-99.096016,32.957037],[-99.471258,32.957025],[-99.472444,33.399023]]]},"properties":{"id":"48447","n":"Throckmorton","z":["76372","76430","76483","76491","79533"],"st":"TX"}},"48449":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.125451,33.389454],[-94.808783,33.363636],[-94.819828,32.982886],[-94.936129,33.073833],[-95.12613,33.034581],[-95.125451,33.389454]]]},"properties":{"id":"48449","n":"Titus","z":["75455","75456","75487","75493","75558","75571","75686"],"st":"TX"}},"48451":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-101.26763,31.556462],[-100.865256,31.562294],[-100.861099,31.705418],[-100.82537,31.696155],[-100.235761,31.69297],[-100.233783,31.582196],[-100.111234,31.580267],[-100.115216,31.087994],[-100.688764,31.086576],[-100.693065,31.523954],[-101.267947,31.528688],[-101.26763,31.556462]]]},"properties":{"id":"48451","n":"Tom Green","z":["76861","76886","76901","76902","76903","76904","76905","76908","76909","76934","76935","76937","76939","76940","76955","76957","76958"],"st":"TX"}},"48453":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.125556,30.426186],[-98.049886,30.624155],[-97.956734,30.628249],[-97.848384,30.472662],[-97.773458,30.430654],[-97.596236,30.501513],[-97.369539,30.419563],[-97.49135,30.21193],[-97.64937,30.067944],[-97.710215,30.024499],[-98.172977,30.356312],[-98.125556,30.426186]]]},"properties":{"id":"48453","n":"Travis","z":["73301","73344","78610","78612","78613","78615","78617","78620","78621","78634","78641","78645","78651","78652","78653","78654","78660","78663","78664","78667","78669","78691","78701","78702","78703","78704","78705","78708","78709","78710","78711","78712","78714","78715","78716","78718","78719","78720","78721","78722","78723","78724","78725","78726","78727","78728","78729","78730","78731","78732","78733","78734","78735","78736","78737","78738","78739","78741","78742","78744","78745","78746","78747","78748","78749","78750","78751","78752","78753","78754","78755","78756","78757","78758","78759","78760","78761","78762","78764","78765","78766","78767","78768","78772","78773","78774","78778","78779","78783","78799"],"st":"TX"}},"48455":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.434781,31.058098],[-94.95811,31.38693],[-94.860501,31.234955],[-94.842947,31.146578],[-94.939127,31.042048],[-95.20018,30.824566],[-95.252385,30.906719],[-95.32748,30.859547],[-95.396697,30.857706],[-95.434781,31.058098]]]},"properties":{"id":"48455","n":"Trinity","z":["75834","75845","75847","75851","75856","75862","75865","75904","75926"],"st":"TX"}},"48457":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.561943,31.058952],[-94.457816,31.033325],[-94.238424,31.013705],[-94.244888,30.968174],[-94.125824,30.684052],[-94.05096,30.638568],[-94.071689,30.526033],[-94.545717,30.526977],[-94.657992,31.012007],[-94.561943,31.058952]]]},"properties":{"id":"48457","n":"Tyler","z":["75936","75938","75942","75979","75990","77616","77624","77656","77660","77663","77664"],"st":"TX"}},"48459":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.15211,32.902641],[-94.719942,32.904502],[-94.705878,32.879177],[-94.70214,32.793088],[-94.70179,32.652209],[-94.986935,32.537246],[-95.15341,32.570115],[-95.15211,32.902641]]]},"properties":{"id":"48459","n":"Upshur","z":["75494","75604","75605","75640","75644","75645","75647","75683","75686","75755","75765","75797"],"st":"TX"}},"48461":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-102.31805,31.651327],[-102.287345,31.651276],[-101.775802,31.651319],[-101.776191,31.079784],[-102.301212,31.086212],[-102.31805,31.651327]]]},"properties":{"id":"48461","n":"Upton","z":["79731","79752","79755","79778"],"st":"TX"}},"48463":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.112098,29.623263],[-100.014188,29.623495],[-99.60313,29.627181],[-99.411817,29.627514],[-99.41388,29.091335],[-100.111406,29.086318],[-100.112098,29.623263]]]},"properties":{"id":"48463","n":"Uvalde","z":["78801","78802","78833","78838","78870","78879","78881","78884"],"st":"TX"}},"48465":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-101.7584,30.288044],[-100.960643,30.287776],[-100.700393,30.288276],[-100.699932,29.623897],[-100.699141,29.419747],[-100.757822,29.238325],[-100.80186754603,29.232831568098],[-100.995607,29.363403],[-101.060151,29.458661],[-101.254895,29.520342],[-101.307332,29.640716],[-101.400636,29.738079],[-101.561569,29.794658],[-101.76161920953,29.778860096722],[-101.7584,30.288044]]]},"properties":{"id":"48465","n":"Val Verde","z":["76943","76950","78837","78840","78841","78842","78843","78847","78871"],"st":"TX"}},"48467":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.076801,32.838489],[-95.934433,32.837217],[-95.829581,32.766967],[-95.635017,32.72038],[-95.594541,32.687026],[-95.5943,32.479858],[-95.449165,32.355233],[-96.075899,32.357505],[-96.076801,32.838489]]]},"properties":{"id":"48467","n":"Van Zandt","z":["75103","75117","75124","75127","75140","75147","75169","75752","75754","75756","75758","75778","75790"],"st":"TX"}},"48469":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.305916,28.864037],[-96.976378,29.104046],[-96.938587,29.063244],[-96.832103,29.021299],[-96.792133,28.918803],[-96.711514,28.851411],[-96.643442,28.712105],[-96.930367,28.586728],[-96.890951,28.507178],[-97.160751,28.553475],[-97.182359,28.610602],[-97.158933,28.776156],[-97.202759,28.853849],[-97.305916,28.864037]]]},"properties":{"id":"48469","n":"Victoria","z":["77901","77902","77903","77904","77905","77951","77968","77973","77974","77976","77977","77979","77988","77995"],"st":"TX"}},"48471":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.863059,30.864125],[-95.617872,30.930418],[-95.434781,31.058098],[-95.396697,30.857706],[-95.32748,30.859547],[-95.359156,30.504369],[-95.598971,30.509002],[-95.83024,30.630284],[-95.863059,30.864125]]]},"properties":{"id":"48471","n":"Walker","z":["75852","75862","77320","77334","77340","77342","77343","77344","77348","77349","77358","77367","77831","77873"],"st":"TX"}},"48473":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.093165,30.225187],[-95.804306,30.24557],[-95.80333,30.090096],[-95.960733,30.163415],[-95.82622,29.78828],[-96.032711,29.727944],[-96.049234,29.803187],[-96.121405,29.836652],[-96.13165,29.937504],[-96.084541,30.005137],[-96.146052,30.070224],[-96.191782,30.13842],[-96.093165,30.225187]]]},"properties":{"id":"48473","n":"Waller","z":["77355","77363","77423","77445","77446","77447","77466","77484","77493","77494","77868"],"st":"TX"}},"48475":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-103.610887,31.651802],[-103.327538,31.65142],[-102.798939,31.651783],[-102.767246,31.651714],[-102.767365,31.293803],[-102.826735,31.266881],[-103.01104,31.371306],[-103.181225,31.370245],[-103.261677,31.42757],[-103.44241,31.433752],[-103.509379,31.625934],[-103.610887,31.651802]]]},"properties":{"id":"48475","n":"Ward","z":["79719","79742","79756","79772","79777","79788"],"st":"TX"}},"48477":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.640883,30.296786],[-96.299173,30.379152],[-96.178661,30.394718],[-96.15463,30.330288],[-96.094404,30.309371],[-96.093165,30.225187],[-96.191782,30.13842],[-96.146052,30.070224],[-96.292849,30.09615],[-96.62198,30.044283],[-96.647223,30.145174],[-96.794552,30.160545],[-96.640883,30.296786]]]},"properties":{"id":"48477","n":"Washington","z":["77426","77833","77834","77835","77868","77880","78932","78946"],"st":"TX"}},"48479":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.1975100555,28.19700073114],[-100.113719,28.197819],[-99.394177,28.204627],[-99.388946,28.030419],[-98.803325,28.05748],[-98.798323,27.354029],[-98.798087,27.268012],[-98.954669,27.269397],[-99.33361,27.273223],[-99.370621,27.319174],[-99.460825799134,27.262240197043],[-99.529654,27.306051],[-99.487521,27.412396],[-99.556812,27.614336],[-99.704601,27.654954],[-99.844737,27.778809],[-99.932161,27.96771],[-99.984923,27.990729],[-100.075474,28.124882],[-100.1975100555,28.19700073114]]]},"properties":{"id":"48479","n":"Webb","z":["78019","78040","78041","78042","78043","78044","78045","78046","78344","78369","78371"],"st":"TX"}},"48481":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.175422,29.633806],[-96.088912,29.601658],[-96.059627,29.473329],[-95.97343,29.411445],[-95.94681,29.333433],[-95.847656,29.26259],[-95.874028,29.229702],[-95.965196,29.146865],[-96.309178,28.963291],[-96.640315,29.247804],[-96.349217,29.406052],[-96.307672,29.514523],[-96.175422,29.633806]]]},"properties":{"id":"48481","n":"Wharton","z":["77420","77432","77434","77435","77436","77437","77443","77448","77453","77454","77455","77467","77485","77488"],"st":"TX"}},"48483":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.540158,35.619296],[-100.000392,35.619115],[-100.00038884414,35.422363988309],[-100.000385,35.182702],[-100.538978,35.183144],[-100.540158,35.619296]]]},"properties":{"id":"48483","n":"Wheeler","z":["79003","79011","79057","79061","79077","79079","79096"],"st":"TX"}},"48485":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.952324887528,34.204669898603],[-98.737232,34.130992],[-98.610351781645,34.156209939497],[-98.475066,34.064269],[-98.423533,34.081949476006],[-98.423577,33.836047],[-98.953088,33.834],[-98.952324887528,34.204669898603]]]},"properties":{"id":"48485","n":"Wichita","z":["76301","76302","76305","76306","76307","76308","76309","76310","76311","76354","76360","76367","76369"],"st":"TX"}},"48487":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.475294,34.085618],[-99.475022137038,34.396870989791],[-99.394956,34.442099],[-99.221607900845,34.325373574373],[-99.189511,34.214312],[-98.952324887528,34.204669898603],[-98.953088,33.834],[-99.47565,33.834005],[-99.475294,34.085618]]]},"properties":{"id":"48487","n":"Wilbarger","z":["76360","76364","76373","76384","76385","79225","79247"],"st":"TX"}},"48489":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.957405,26.611769],[-97.861688,26.597995],[-97.287541116686,26.600339881473],[-97.227380226522,26.411496005302],[-97.390733,26.411332],[-97.446987,26.324947],[-97.527582,26.299304],[-97.861875,26.348156],[-97.86192,26.433579],[-98.004189,26.448784],[-97.957405,26.611769]]]},"properties":{"id":"48489","n":"Willacy","z":["78561","78569","78580","78590","78594","78598"],"st":"TX"}},"48491":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.828512,30.906188],[-97.62491,30.870334],[-97.315507,30.752371],[-97.271418,30.735692],[-97.155219,30.457344],[-97.334463,30.402843],[-97.369539,30.419563],[-97.596236,30.501513],[-97.773458,30.430654],[-97.848384,30.472662],[-97.956734,30.628249],[-98.049886,30.624155],[-97.96286,30.785641],[-97.828512,30.906188]]]},"properties":{"id":"48491","n":"Williamson","z":["76511","76527","76530","76537","76573","76574","76577","76578","78613","78615","78621","78626","78627","78628","78633","78634","78641","78642","78664","78665","78673","78674","78680","78681","78682","78683","78713","78717","78726","78727","78728","78729","78750","78759"],"st":"TX"}},"48493":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.407336,29.114435],[-98.134171,29.441751],[-98.113175,29.365667],[-97.840383,29.376791],[-97.858782,29.35289],[-97.728443,29.221748],[-98.190991,28.882333],[-98.407336,29.114435]]]},"properties":{"id":"48493","n":"Wilson","z":["78064","78101","78112","78113","78114","78121","78140","78143","78147","78160","78161","78223"],"st":"TX"}},"48495":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-103.326501,32.00037],[-103.064423,32.000518],[-103.06442240111,32.087051],[-102.799086,32.085795],[-102.798939,31.651783],[-103.327538,31.65142],[-103.326501,32.00037]]]},"properties":{"id":"48495","n":"Winkler","z":["79745","79756","79789"],"st":"TX"}},"48497":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.918189,33.433873],[-97.487065,33.433681],[-97.383095,33.43045],[-97.39848,32.990839],[-97.544181,32.994177],[-97.921642,33.001284],[-97.918189,33.433873]]]},"properties":{"id":"48497","n":"Wise","z":["76020","76023","76052","76071","76073","76078","76082","76225","76234","76246","76249","76259","76267","76270","76426","76431","76487"],"st":"TX"}},"48499":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.665389,32.960434],[-95.308957,32.962572],[-95.172947,32.961829],[-95.152206,33.01345],[-95.15211,32.902641],[-95.15341,32.570115],[-95.164973,32.544583],[-95.332164,32.604252],[-95.469093,32.605642],[-95.594541,32.687026],[-95.635017,32.72038],[-95.665389,32.960434]]]},"properties":{"id":"48499","n":"Wood","z":["75410","75431","75440","75444","75451","75471","75494","75497","75755","75765","75773","75783"],"st":"TX"}},"48501":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-103.05649506434,33.388414214621],[-102.594836,33.388489],[-102.595023,32.958831],[-103.06346888848,32.959106381831],[-103.05649506434,33.388414214621]]]},"properties":{"id":"48501","n":"Yoakum","z":["79323","79355","79359","79376"],"st":"TX"}},"48503":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.953938,33.397534],[-98.420666,33.396195],[-98.426553,33.007913],[-98.427211,32.9523],[-98.575616,32.954349],[-98.950875,32.956918],[-98.953938,33.397534]]]},"properties":{"id":"48503","n":"Young","z":["76372","76374","76424","76450","76460","76481"],"st":"TX"}},"48505":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.460825799134,27.262240197043],[-99.370621,27.319174],[-99.33361,27.273223],[-98.954669,27.269397],[-98.95423,26.785694],[-99.011112,26.675023],[-99.176816092381,26.569660555374],[-99.208907,26.724761],[-99.268613,26.843213],[-99.44697,27.026026],[-99.429984,27.159149],[-99.460825799134,27.262240197043]]]},"properties":{"id":"48505","n":"Zapata","z":["78067","78076","78361","78545","78564"],"st":"TX"}},"48507":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.111406,29.086318],[-99.41388,29.091335],[-99.409021,28.640566],[-100.114336,28.648122],[-100.111406,29.086318]]]},"properties":{"id":"48507","n":"Zavala","z":["78829","78839","78872"],"st":"TX"}},"49001":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-114.050154,38.57292],[-112.515394,38.572845],[-112.518495,38.510413],[-112.519522,38.479902],[-112.335381,38.332827],[-112.35706,38.224958],[-112.444214,38.150001],[-112.47868,38.147419],[-114.04990337566,38.148763026671],[-114.050154,38.57292]]]},"properties":{"id":"49001","n":"Beaver","z":["84713","84731","84751","84752","84753"],"st":"UT"}},"49003":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-114.041723,41.99372],[-113.817964,41.98858],[-113.00004013962,41.998227612539],[-112.15917745151,41.998681929738],[-112.052863,41.866231],[-112.051737,41.699552],[-111.981042,41.534117],[-111.873314,41.485743],[-111.885443,41.426374],[-111.958286,41.433873],[-112.028672,41.336512],[-112.238065,41.336552],[-112.493515,41.076888],[-112.799359,40.999939],[-114.04214514624,40.999896577263],[-114.041723,41.99372]]]},"properties":{"id":"49003","n":"Box Elder","z":{"2":"84083","3":"84301","4":"84302","5":"84306","6":"84307","7":"84309","8":"84311","9":"84312","10":"84313","11":"84314","12":"84316","13":"84324","14":"84329","15":"84330","16":"84331","17":"84334","18":"84336","19":"84337","20":"84340","59":"83312","60":"83342"},"st":"UT"}},"49005":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-112.109532,41.997598],[-111.50781303518,41.999685668352],[-111.471321,41.928157],[-111.507864,41.852589],[-111.460722,41.816985],[-111.401576,41.654081],[-111.510839,41.4231],[-111.666576,41.42883],[-111.76059,41.368818],[-111.885443,41.426374],[-111.873314,41.485743],[-111.981042,41.534117],[-112.051737,41.699552],[-112.052863,41.866231],[-112.15917745151,41.998681929738],[-112.109532,41.997598]]]},"properties":{"id":"49005","n":"Cache","z":["84304","84305","84308","84318","84319","84320","84321","84322","84323","84325","84326","84327","84328","84332","84333","84335","84338","84339","84341"],"st":"UT"}},"49007":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-111.247496,39.813028],[-110.85778,39.813285],[-109.976814,39.80623],[-109.88308,39.806236],[-109.962143,39.725885],[-110.037952,39.566667],[-110.024118,39.469269],[-111.081333,39.467455],[-111.132248,39.613876],[-111.247391,39.70435],[-111.247496,39.813028]]]},"properties":{"id":"49007","n":"Carbon","z":["84501","84520","84526","84529","84539","84542"],"st":"UT"}},"49009":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-110.00071673644,40.997425459708],[-109.050076,41.000659],[-109.04825975005,40.662601817228],[-109.161063,40.683817],[-109.20325,40.858401],[-109.394491,40.858166],[-109.394465,40.791032],[-109.484332,40.740432],[-109.525495,40.82637],[-109.870207,40.763829],[-109.976402,40.809686],[-110.000711,40.813678],[-110.00071673644,40.997425459708]]]},"properties":{"id":"49009","n":"Daggett","z":["84023","84046","84078"],"st":"UT"}},"49011":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-111.856247,41.139083],[-111.8154,40.957718],[-111.738744,40.860998],[-111.946289,40.82179],[-111.958672,40.921822],[-112.006566,40.921846],[-112.260216,40.769093],[-112.493515,41.076888],[-112.186693,41.153028],[-111.856247,41.139083]]]},"properties":{"id":"49011","n":"Davis","z":["84010","84011","84014","84015","84016","84025","84037","84040","84041","84054","84056","84075","84087","84315","84405"],"st":"UT"}},"49013":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-110.000711,40.813678],[-109.976402,40.809686],[-109.976814,39.80623],[-110.85778,39.813285],[-110.891655,39.899654],[-110.901974,40.678162],[-110.750733,40.747706],[-110.656482,40.740275],[-110.378962,40.78718],[-110.292692,40.833343],[-110.000711,40.813678]]]},"properties":{"id":"49013","n":"Duchesne","z":["84001","84002","84007","84021","84027","84031","84051","84052","84053","84066","84072","84073","84526"],"st":"UT"}},"49015":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-111.29936,39.032264],[-111.30092,39.4226],[-111.247748,39.467199],[-111.247391,39.70435],[-111.132248,39.613876],[-111.081333,39.467455],[-110.024118,39.469269],[-110.010617,39.416322],[-110.07727,39.275869],[-110.05457,39.228283],[-110.156222,39.032654],[-110.179252,38.907248],[-110.036344,38.652311],[-110.025402,38.499981],[-111.279345,38.499978],[-111.305665,38.510169],[-111.29936,39.032264]]]},"properties":{"id":"49015","n":"Emery","z":["84513","84516","84518","84521","84522","84523","84525","84528","84537"],"st":"UT"}},"49017":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-112.47868,38.147419],[-112.444214,38.150001],[-111.843215,38.15128],[-109.927995,38.151884],[-110.009494,38.109656],[-110.077417,37.998867],[-110.13669,38.005386],[-110.214949,37.892555],[-110.404612,37.879923],[-110.501594,37.65],[-110.56308,37.637812],[-110.646394,37.541063],[-111.84317,37.535744],[-112.68375,37.543692],[-112.689221,37.80559],[-112.57855,37.80454],[-112.588402,37.890423],[-112.468177,37.890464],[-112.47868,38.147419]]]},"properties":{"id":"49017","n":"Garfield","z":["84533","84712","84716","84718","84726","84735","84736","84759","84762","84764","84775","84776"],"st":"UT"}},"49019":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-110.024118,39.469269],[-109.953349,39.461801],[-109.106972,39.461979],[-109.05106684627,39.497738809366],[-109.05122383102,39.366677549586],[-109.059962,38.499987],[-110.025402,38.499981],[-110.036344,38.652311],[-110.179252,38.907248],[-110.156222,39.032654],[-110.05457,39.228283],[-110.07727,39.275869],[-110.010617,39.416322],[-110.024118,39.469269]]]},"properties":{"id":"49019","n":"Grand","z":["84515","84525","84532","84540"],"st":"UT"}},"49021":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-114.04990337566,38.148763026671],[-112.47868,38.147419],[-112.468177,37.890464],[-112.588402,37.890423],[-112.57855,37.80454],[-112.689221,37.80559],[-112.68375,37.543692],[-112.901162,37.543486],[-112.900993,37.500021],[-113.037048,37.474474],[-113.25349,37.482167],[-113.25334,37.528983],[-113.474029,37.529085],[-113.474485,37.618289],[-113.587797,37.604611],[-114.052472,37.604776],[-114.04990337566,38.148763026671]]]},"properties":{"id":"49021","n":"Iron","z":["84714","84719","84720","84721","84742","84753","84756","84757","84760","84761","84772"],"st":"UT"}},"49023":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-114.04726815308,39.906098113756],[-112.341988,39.904458],[-112.1798,40.011656],[-112.053511,39.893397],[-112.089843,39.781928],[-111.969467,39.807108],[-111.82529,39.947696],[-111.73793,39.8641],[-111.766325,39.810817],[-111.641944,39.812869],[-111.584754,39.740141],[-111.717482,39.69456],[-111.713224,39.460294],[-111.747044,39.38275],[-111.922389,39.381591],[-112.016003,39.314561],[-112.188922,39.329392],[-112.212045,39.553987],[-113.815743,39.552644],[-114.04718141293,39.54274360223],[-114.04726815308,39.906098113756]]]},"properties":{"id":"49023","n":"Juab","z":["84022","84034","84083","84628","84639","84645","84648","84656"],"st":"UT"}},"49025":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-112.68375,37.543692],[-111.84317,37.535744],[-110.646394,37.541063],[-110.777799,37.322992],[-110.869804,37.348691],[-110.899517,37.176153],[-110.958333,37.124438],[-111.178349,37.102613],[-111.247488,37.021604],[-111.41278398787,37.001477687156],[-112.538571,37.000744128882],[-112.89919089762,37.000301228628],[-112.900993,37.500021],[-112.901162,37.543486],[-112.68375,37.543692]]]},"properties":{"id":"49025","n":"Kane","z":["84533","84710","84718","84729","84741","84755","84758","84762"],"st":"UT"}},"49027":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-114.04943670593,38.67736245688],[-114.04718141293,39.54274360223],[-113.815743,39.552644],[-112.212045,39.553987],[-112.188922,39.329392],[-112.016003,39.314561],[-112.014083,39.045518],[-112.065162,38.959302],[-112.133862,38.959302],[-112.224461,38.864803],[-112.218356,38.727361],[-112.309953,38.67629],[-112.447517,38.68127],[-112.515394,38.572845],[-114.050154,38.57292],[-114.04943670593,38.67736245688]]]},"properties":{"id":"49027","n":"Millard","z":["84624","84631","84635","84636","84637","84638","84640","84644","84649","84656","84713","84728","84751","87103"],"st":"UT"}},"49029":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-111.420728,41.361308],[-111.331944,41.357472],[-111.221776,41.215119],[-111.264974,41.144044],[-111.50751,41.063234],[-111.592981,40.993015],[-111.524895,40.953842],[-111.479555,40.858288],[-111.527985,40.785362],[-111.641052,40.798925],[-111.738744,40.860998],[-111.8154,40.957718],[-111.856247,41.139083],[-111.799811,41.217178],[-111.678016,41.181208],[-111.596716,41.238553],[-111.497182,41.226905],[-111.420728,41.361308]]]},"properties":{"id":"49029","n":"Morgan","z":["84018","84050"],"st":"UT"}},"49031":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-112.518495,38.510413],[-111.766393,38.502243],[-111.848761,38.424933],[-111.843215,38.15128],[-112.444214,38.150001],[-112.35706,38.224958],[-112.335381,38.332827],[-112.519522,38.479902],[-112.518495,38.510413]]]},"properties":{"id":"49031","n":"Piute","z":["84712","84723","84732","84740","84743","84744","84750"],"st":"UT"}},"49033":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-111.510839,41.4231],[-111.401576,41.654081],[-111.460722,41.816985],[-111.507864,41.852589],[-111.471321,41.928157],[-111.50781303518,41.999685668352],[-111.046689,42.001567],[-111.04581846484,41.579844948226],[-111.04663698313,41.251626956251],[-111.264974,41.144044],[-111.221776,41.215119],[-111.331944,41.357472],[-111.420728,41.361308],[-111.510839,41.4231]]]},"properties":{"id":"49033","n":"Rich","z":["84028","84038","84064","84086"],"st":"UT"}},"49035":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-112.260216,40.769093],[-112.006566,40.921846],[-111.958672,40.921822],[-111.946289,40.82179],[-111.738744,40.860998],[-111.641052,40.798925],[-111.604411,40.666523],[-111.553266,40.609313],[-111.593942,40.577066],[-111.982136,40.414217],[-112.172862,40.467065],[-112.201816,40.706404],[-112.260216,40.769093]]]},"properties":{"id":"49035","n":"Salt Lake","z":{"0":"84006","1":"84009","2":"84020","3":"84044","4":"84047","5":"84065","6":"84070","7":"84081","8":"84084","9":"84088","10":"84090","11":"84091","12":"84092","13":"84093","14":"84094","15":"84095","16":"84096","17":"84101","18":"84102","19":"84103","20":"84104","21":"84105","22":"84106","23":"84107","24":"84108","25":"84109","26":"84110","27":"84111","28":"84112","29":"84113","30":"84114","31":"84115","32":"84116","33":"84117","34":"84118","35":"84119","36":"84120","37":"84121","38":"84122","39":"84123","40":"84124","41":"84125","42":"84126","43":"84127","44":"84128","45":"84129","46":"84131","47":"84132","48":"84133","49":"84134","50":"84138","51":"84139","52":"84141","53":"84143","54":"84145","55":"84147","56":"84148","57":"84150","58":"84151","59":"84152","60":"84157","61":"84158","62":"84165","63":"84170","64":"84171","65":"84180","66":"84184","67":"84190","68":"84199","105":"84144"},"st":"UT"}},"49037":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-111.41278398787,37.001477687156],[-111.247488,37.021604],[-111.178349,37.102613],[-110.958333,37.124438],[-110.899517,37.176153],[-110.869804,37.348691],[-110.777799,37.322992],[-110.646394,37.541063],[-110.56308,37.637812],[-110.501594,37.65],[-110.404612,37.879923],[-110.214949,37.892555],[-110.13669,38.005386],[-110.077417,37.998867],[-110.009494,38.109656],[-109.927995,38.151884],[-109.887266,38.190214],[-109.931973,38.284253],[-110.031973,38.384957],[-110.025402,38.499981],[-109.059962,38.499987],[-109.04179661486,38.153032304968],[-109.04260410062,37.881084817493],[-109.0437807205,37.484819231418],[-109.045223,36.999084],[-110.00068181859,36.997968000298],[-110.75069,37.003197],[-111.41278398787,37.001477687156]]]},"properties":{"id":"49037","n":"San Juan","z":{"1":"84510","2":"84511","3":"84512","4":"84530","5":"84531","6":"84532","7":"84533","8":"84534","9":"84535","10":"84536","76":"81324","77":"86044","78":"86514"},"st":"UT"}},"49039":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-112.016003,39.314561],[-111.922389,39.381591],[-111.747044,39.38275],[-111.713224,39.460294],[-111.717482,39.69456],[-111.584754,39.740141],[-111.641944,39.812869],[-111.247496,39.813028],[-111.247391,39.70435],[-111.247748,39.467199],[-111.30092,39.4226],[-111.29936,39.032264],[-111.853297,39.032984],[-112.014083,39.045518],[-112.016003,39.314561]]]},"properties":{"id":"49039","n":"Sanpete","z":["84621","84622","84623","84627","84629","84630","84632","84634","84642","84643","84646","84647","84662","84665","84667"],"st":"UT"}},"49041":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-112.515394,38.572845],[-112.447517,38.68127],[-112.309953,38.67629],[-112.218356,38.727361],[-112.224461,38.864803],[-112.133862,38.959302],[-112.065162,38.959302],[-112.014083,39.045518],[-111.853297,39.032984],[-111.29936,39.032264],[-111.305665,38.510169],[-111.766393,38.502243],[-112.518495,38.510413],[-112.515394,38.572845]]]},"properties":{"id":"49041","n":"Sevier","z":["84620","84652","84654","84657","84701","84711","84724","84730","84739","84744","84754","84766"],"st":"UT"}},"49043":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-111.641052,40.798925],[-111.527985,40.785362],[-111.479555,40.858288],[-111.524895,40.953842],[-111.592981,40.993015],[-111.50751,41.063234],[-111.264974,41.144044],[-111.04663698313,41.251626956251],[-111.046723,40.997959],[-110.04848299569,40.997297292851],[-110.00071673644,40.997425459708],[-110.000711,40.813678],[-110.292692,40.833343],[-110.378962,40.78718],[-110.656482,40.740275],[-110.750733,40.747706],[-110.901974,40.678162],[-110.976086,40.592954],[-111.12087,40.590457],[-111.15182,40.548451],[-111.368623,40.628944],[-111.39424,40.690606],[-111.489794,40.599332],[-111.553266,40.609313],[-111.604411,40.666523],[-111.641052,40.798925]]]},"properties":{"id":"49043","n":"Summit","z":{"1":"84017","2":"84024","3":"84033","4":"84036","5":"84055","6":"84060","7":"84061","8":"84068","9":"84098","10":"82930"},"st":"UT"}},"49045":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-114.04637281737,40.116935833012],[-114.04214514624,40.999896577263],[-112.799359,40.999939],[-112.493515,41.076888],[-112.260216,40.769093],[-112.201816,40.706404],[-112.172862,40.467065],[-112.212254,40.459114],[-112.146856,40.177817],[-112.1798,40.011656],[-112.341988,39.904458],[-114.04726815308,39.906098113756],[-114.04637281737,40.116935833012]]]},"properties":{"id":"49045","n":"Tooele","z":["84022","84029","84034","84069","84071","84074","84080","84083","84089","84407","84628"],"st":"UT"}},"49047":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-109.976814,39.80623],[-109.976402,40.809686],[-109.870207,40.763829],[-109.525495,40.82637],[-109.484332,40.740432],[-109.394465,40.791032],[-109.394491,40.858166],[-109.20325,40.858401],[-109.161063,40.683817],[-109.04825975005,40.662601817228],[-109.05073211208,40.222655258258],[-109.05087192526,39.660471777159],[-109.05106684627,39.497738809366],[-109.106972,39.461979],[-109.953349,39.461801],[-110.024118,39.469269],[-110.037952,39.566667],[-109.962143,39.725885],[-109.88308,39.806236],[-109.976814,39.80623]]]},"properties":{"id":"49047","n":"Uintah","z":["84008","84026","84035","84039","84052","84053","84063","84066","84076","84078","84079","84085","84540"],"st":"UT"}},"49049":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-112.172862,40.467065],[-111.982136,40.414217],[-111.593942,40.577066],[-111.575028,40.486526],[-111.617505,40.438018],[-111.555235,40.362696],[-111.480337,40.362169],[-111.426482,40.286906],[-111.31483,40.287566],[-111.225507,40.167324],[-111.249339,40.055217],[-111.083061,39.943198],[-111.082455,39.900155],[-110.891655,39.899654],[-110.85778,39.813285],[-111.247496,39.813028],[-111.641944,39.812869],[-111.766325,39.810817],[-111.73793,39.8641],[-111.82529,39.947696],[-111.969467,39.807108],[-112.089843,39.781928],[-112.053511,39.893397],[-112.1798,40.011656],[-112.146856,40.177817],[-112.212254,40.459114],[-112.172862,40.467065]]]},"properties":{"id":"49049","n":"Utah","z":["84003","84004","84005","84013","84020","84042","84043","84045","84057","84058","84059","84062","84097","84526","84601","84602","84603","84604","84605","84606","84626","84629","84633","84651","84653","84655","84660","84663","84664"],"st":"UT"}},"49051":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-111.593942,40.577066],[-111.553266,40.609313],[-111.489794,40.599332],[-111.39424,40.690606],[-111.368623,40.628944],[-111.15182,40.548451],[-111.12087,40.590457],[-110.976086,40.592954],[-110.901974,40.678162],[-110.891655,39.899654],[-111.082455,39.900155],[-111.083061,39.943198],[-111.249339,40.055217],[-111.225507,40.167324],[-111.31483,40.287566],[-111.426482,40.286906],[-111.480337,40.362169],[-111.555235,40.362696],[-111.617505,40.438018],[-111.575028,40.486526],[-111.593942,40.577066]]]},"properties":{"id":"49051","n":"Wasatch","z":["84032","84036","84049","84060","84082","84604"],"st":"UT"}},"49053":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-114.052472,37.604776],[-113.587797,37.604611],[-113.474485,37.618289],[-113.474029,37.529085],[-113.25334,37.528983],[-113.25349,37.482167],[-113.037048,37.474474],[-112.900993,37.500021],[-112.89919089762,37.000301228628],[-114.0506,37.000396],[-114.052472,37.604776]]]},"properties":{"id":"49053","n":"Washington","z":["84722","84725","84733","84737","84738","84745","84746","84756","84757","84763","84765","84767","84770","84771","84774","84779","84780","84781","84782","84783","84784","84790","84791"],"st":"UT"}},"49055":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-111.766393,38.502243],[-111.305665,38.510169],[-111.279345,38.499978],[-110.025402,38.499981],[-110.031973,38.384957],[-109.931973,38.284253],[-109.887266,38.190214],[-109.927995,38.151884],[-111.843215,38.15128],[-111.848761,38.424933],[-111.766393,38.502243]]]},"properties":{"id":"49055","n":"Wayne","z":["84715","84734","84747","84749","84773","84775"],"st":"UT"}},"49057":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-112.493515,41.076888],[-112.238065,41.336552],[-112.028672,41.336512],[-111.958286,41.433873],[-111.885443,41.426374],[-111.76059,41.368818],[-111.666576,41.42883],[-111.510839,41.4231],[-111.420728,41.361308],[-111.497182,41.226905],[-111.596716,41.238553],[-111.678016,41.181208],[-111.799811,41.217178],[-111.856247,41.139083],[-112.186693,41.153028],[-112.493515,41.076888]]]},"properties":{"id":"49057","n":"Weber","z":["84067","84130","84201","84244","84310","84315","84317","84401","84402","84403","84404","84405","84408","84409","84412","84414","84415"],"st":"UT"}},"50001":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.317455974665,44.263522189877],[-72.973318,44.29342],[-72.952167,44.161271],[-72.909019,44.072587],[-72.742303,44.029655],[-72.791336,43.961855],[-72.980158,43.882587],[-72.958853,43.826542],[-73.218956,43.837291],[-73.206322,43.766775],[-73.361107151684,43.753233457284],[-73.38252614954,43.80815898855],[-73.374051,43.875563],[-73.43688,44.042578],[-73.395399,44.166903],[-73.317455974665,44.263522189877]]]},"properties":{"id":"50001","n":"Addison","z":["05443","05456","05461","05469","05472","05473","05487","05491","05633","05669","05733","05734","05740","05747","05748","05753","05760","05766","05769","05770","05778"],"st":"VT"}},"50003":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.273832807021,42.943631747526],[-73.255355838058,43.3147123986],[-72.976152,43.291641],[-72.867902,43.300742],[-72.819368,43.255498],[-72.868737,43.11317],[-72.996941,43.119097],[-73.008063,42.930087],[-72.921376,42.926792],[-72.930262612518,42.739068340458],[-73.02301789329,42.740972712727],[-73.264957,42.74594],[-73.290944,42.80192],[-73.273832807021,42.943631747526]]]},"properties":{"id":"50003","n":"Bennington","z":["05148","05152","05155","05201","05250","05251","05252","05253","05254","05255","05257","05260","05261","05262","05340","05350","05352","05363","05768","05776"],"st":"VT"}},"50005":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.374786,44.584125],[-72.262965,44.542336],[-72.114503,44.749624],[-72.012504,44.698821],[-71.939936,44.769032],[-71.837294,44.716637],[-71.910282,44.647038],[-71.842732,44.611165],[-71.908657,44.54708],[-71.856637,44.496178],[-71.933288,44.441174],[-71.837790626389,44.347764542477],[-72.046302,44.291983],[-72.053826883615,44.159817093803],[-72.17026,44.192053],[-72.368353,44.204057],[-72.223689,44.424573],[-72.434315,44.506098],[-72.374786,44.584125]]]},"properties":{"id":"50005","n":"Caledonia","z":["05042","05046","05050","05069","05819","05821","05824","05828","05832","05836","05837","05838","05842","05843","05848","05850","05851","05861","05862","05863","05866","05867","05871","05873"],"st":"VT"}},"50007":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.362682812744,44.562455221687],[-73.26559,44.592611],[-73.228854,44.722866],[-73.038028,44.651157],[-72.924112,44.633051],[-72.809349,44.547921],[-72.804995,44.451676],[-72.911398,44.281769],[-72.952167,44.161271],[-72.973318,44.29342],[-73.317455974665,44.263522189877],[-73.334637,44.356877],[-73.293613,44.440559],[-73.347983232427,44.546162853597],[-73.362682812744,44.562455221687]]]},"properties":{"id":"50007","n":"Chittenden","z":["05401","05402","05403","05404","05405","05406","05407","05408","05439","05445","05446","05449","05451","05452","05453","05461","05462","05465","05466","05468","05477","05482","05487","05489","05490","05494","05495","05676"],"st":"VT"}},"50009":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-71.897711511859,45.008072273837],[-71.501088,45.013377],[-71.494403,44.911837],[-71.626909,44.747224],[-71.551722,44.627598],[-71.579974,44.501778],[-71.763192521313,44.403568262776],[-71.837790626389,44.347764542477],[-71.933288,44.441174],[-71.856637,44.496178],[-71.908657,44.54708],[-71.842732,44.611165],[-71.910282,44.647038],[-71.837294,44.716637],[-71.939936,44.769032],[-71.974318,44.786519],[-71.874433,44.876382],[-71.92851,44.907298],[-71.897711511859,45.008072273837]]]},"properties":{"id":"50009","n":"Essex","z":["05824","05837","05840","05846","05858","05901","05902","05903","05904","05905","05906","05907","09505"],"st":"VT"}},"50011":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.192310449067,45.012861162952],[-72.554271616224,45.009467720654],[-72.532638,44.833346],[-72.578161,44.781578],[-72.74736,44.78617],[-72.795505,44.6922],[-72.851068,44.71107],[-72.924112,44.633051],[-73.038028,44.651157],[-73.228854,44.722866],[-73.256321,44.759444],[-73.192787,44.9087],[-73.240323,44.951591],[-73.192310449067,45.012861162952]]]},"properties":{"id":"50011","n":"Franklin","z":["05441","05444","05447","05448","05450","05454","05455","05457","05459","05460","05464","05468","05470","05471","05476","05478","05479","05481","05483","05485","05488"],"st":"VT"}},"50013":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.343124,45.01084],[-73.192310449067,45.012861162952],[-73.240323,44.951591],[-73.192787,44.9087],[-73.256321,44.759444],[-73.228854,44.722866],[-73.26559,44.592611],[-73.362682812744,44.562455221687],[-73.389966,44.61962],[-73.33443,44.802188],[-73.379822,44.857037],[-73.343124,45.01084]]]},"properties":{"id":"50013","n":"Grand Isle","z":["05440","05458","05463","05474","05486"],"st":"VT"}},"50015":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.924112,44.633051],[-72.851068,44.71107],[-72.795505,44.6922],[-72.74736,44.78617],[-72.578161,44.781578],[-72.417315,44.722893],[-72.482302,44.633928],[-72.374786,44.584125],[-72.434315,44.506098],[-72.492914,44.42303],[-72.596807,44.479292],[-72.654398,44.398224],[-72.804995,44.451676],[-72.809349,44.547921],[-72.924112,44.633051]]]},"properties":{"id":"50015","n":"Lamoille","z":["05442","05444","05464","05492","05652","05653","05655","05656","05657","05661","05662","05665","05672","05680"],"st":"VT"}},"50017":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.791336,43.961855],[-72.742303,44.029655],[-72.683772,44.012938],[-72.589333,44.160282],[-72.443032,44.128669],[-72.419747,44.220979],[-72.368353,44.204057],[-72.17026,44.192053],[-72.053826883615,44.159817093803],[-72.036883,44.103119],[-72.116706,43.991954],[-72.105875,43.94937],[-72.21150212235,43.773019410442],[-72.783208,43.928967],[-72.791336,43.961855]]]},"properties":{"id":"50017","n":"Orange","z":["05033","05036","05038","05039","05040","05041","05043","05045","05051","05054","05058","05060","05061","05068","05069","05070","05072","05074","05075","05076","05077","05079","05081","05083","05085","05086","05641","05649","05654","05663","05669","05675","05679"],"st":"VT"}},"50019":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.554271616224,45.009467720654],[-71.897711511859,45.008072273837],[-71.92851,44.907298],[-71.874433,44.876382],[-71.974318,44.786519],[-71.939936,44.769032],[-72.012504,44.698821],[-72.114503,44.749624],[-72.262965,44.542336],[-72.374786,44.584125],[-72.482302,44.633928],[-72.417315,44.722893],[-72.578161,44.781578],[-72.532638,44.833346],[-72.554271616224,45.009467720654]]]},"properties":{"id":"50019","n":"Orleans","z":["05471","05820","05822","05823","05825","05826","05827","05829","05830","05833","05839","05841","05842","05845","05847","05849","05853","05855","05857","05859","05860","05868","05872","05874","05875"],"st":"VT"}},"50021":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.361107151684,43.753233457284],[-73.206322,43.766775],[-73.218956,43.837291],[-72.958853,43.826542],[-72.882038,43.855333],[-72.782812,43.804338],[-72.820043,43.716834],[-72.700945,43.682831],[-72.79107,43.495],[-72.723995,43.461694],[-72.759799,43.354144],[-72.853439,43.371076],[-72.867902,43.300742],[-72.976152,43.291641],[-73.255355838058,43.3147123986],[-73.242042,43.534925],[-73.327702,43.625913],[-73.395767,43.568087],[-73.414546,43.658209],[-73.361107151684,43.753233457284]]]},"properties":{"id":"50021","n":"Rutland","z":["05253","05701","05702","05730","05731","05732","05733","05735","05736","05737","05738","05739","05741","05742","05743","05744","05745","05750","05751","05757","05758","05759","05760","05761","05762","05763","05764","05765","05767","05773","05774","05775","05777","05778"],"st":"VT"}},"50023":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.952167,44.161271],[-72.911398,44.281769],[-72.804995,44.451676],[-72.654398,44.398224],[-72.596807,44.479292],[-72.492914,44.42303],[-72.434315,44.506098],[-72.223689,44.424573],[-72.368353,44.204057],[-72.419747,44.220979],[-72.443032,44.128669],[-72.589333,44.160282],[-72.683772,44.012938],[-72.742303,44.029655],[-72.909019,44.072587],[-72.952167,44.161271]]]},"properties":{"id":"50023","n":"Washington","z":["05060","05601","05602","05603","05604","05609","05620","05640","05641","05647","05648","05649","05650","05651","05654","05658","05660","05663","05664","05666","05667","05669","05670","05671","05673","05674","05676","05677","05678","05681","05682","05843"],"st":"VT"}},"50025":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.819368,43.255498],[-72.685637,43.222495],[-72.433611197959,43.232903812262],[-72.450395939216,43.161213516906],[-72.444977,43.004416],[-72.532186,42.954945],[-72.5396,42.804832],[-72.458519,42.726853],[-72.930262612518,42.739068340458],[-72.921376,42.926792],[-73.008063,42.930087],[-72.996941,43.119097],[-72.868737,43.11317],[-72.819368,43.255498]]]},"properties":{"id":"50025","n":"Windham","z":["05101","05141","05143","05146","05148","05154","05155","05158","05301","05302","05303","05304","05341","05342","05343","05344","05345","05346","05351","05353","05354","05355","05356","05357","05358","05359","05360","05361","05362","05363"],"st":"VT"}},"50027":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.791336,43.961855],[-72.783208,43.928967],[-72.21150212235,43.773019410442],[-72.284805,43.72036],[-72.333596501356,43.605591341589],[-72.380894,43.493394],[-72.433611197959,43.232903812262],[-72.685637,43.222495],[-72.819368,43.255498],[-72.867902,43.300742],[-72.853439,43.371076],[-72.759799,43.354144],[-72.723995,43.461694],[-72.79107,43.495],[-72.700945,43.682831],[-72.820043,43.716834],[-72.782812,43.804338],[-72.882038,43.855333],[-72.958853,43.826542],[-72.980158,43.882587],[-72.791336,43.961855]]]},"properties":{"id":"50027","n":"Windsor","z":["05001","05009","05030","05031","05032","05034","05035","05037","05047","05048","05049","05052","05053","05055","05056","05059","05060","05062","05065","05067","05068","05071","05073","05084","05088","05089","05091","05142","05143","05148","05149","05150","05151","05153","05156","05161","05746","05767","05772"],"st":"VT"}},"51001":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-75.669711,37.950796],[-75.624341,37.994211],[-75.242266,38.027209],[-75.380638,37.851702],[-75.439001,37.869335],[-75.551898,37.748122],[-75.665417910875,37.467293515492],[-75.812793,37.473895],[-75.788012,37.528816],[-75.945574318931,37.549040658152],[-75.818125,37.791698],[-75.702914,37.849659],[-75.757694,37.903912],[-75.669711,37.950796]]]},"properties":{"id":"51001","n":"Accomack","z":["23301","23302","23303","23306","23308","23336","23337","23341","23345","23356","23357","23358","23359","23389","23395","23396","23399","23401","23404","23407","23409","23410","23412","23414","23415","23416","23417","23418","23420","23421","23422","23423","23426","23427","23440","23441","23442","23480","23483","23488"],"st":"VA"}},"51003":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.749396,38.206648],[-78.663145,38.277933],[-78.368743,38.184074],[-78.209384,38.131128],[-78.306763,38.006474],[-78.491332,37.796971],[-78.497714,37.7631],[-78.643918,37.733084],[-78.838874,38.04737],[-78.780879,38.081029],[-78.749396,38.206648]],[[-78.519333,38.010678],[-78.46368,38.020451],[-78.495034,38.065337],[-78.519333,38.010678]]]},"properties":{"id":"51003","n":"Albemarle","z":["22901","22902","22903","22904","22911","22920","22923","22931","22932","22935","22936","22937","22938","22940","22942","22943","22946","22947","22959","22968","22969","22974","22987","24562","24590"],"st":"VA"}},"51005":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.290033810255,37.686136458971],[-80.199633,37.827507],[-80.05581159459,37.951878220098],[-79.935364,37.954365],[-79.887329,37.892971],[-79.647589,37.874538],[-79.606341,37.862111],[-79.674162,37.763093],[-79.816721,37.800973],[-79.91756,37.701848],[-80.020554,37.647442],[-80.145565,37.596428],[-80.224303244377,37.623991371171],[-80.290033810255,37.686136458971]],[[-80.00136,37.789826],[-79.978214,37.764975],[-79.967071,37.803405],[-80.00136,37.789826]]]},"properties":{"id":"51005","n":"Alleghany","z":["24085","24422","24426","24445","24448","24457","24474"],"st":"VA"}},"51007":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.235039,37.368102],[-78.132048,37.454686],[-77.999575,37.498052],[-77.899761,37.475422],[-77.855148,37.418363],[-77.877171,37.365171],[-77.75862,37.268717],[-77.65061,37.265112],[-77.795926,37.192592],[-78.231234,37.29622],[-78.235039,37.368102]]]},"properties":{"id":"51007","n":"Amelia","z":["23002","23083","23105","23833","23850","23966"],"st":"VA"}},"51009":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.172131,37.803097],[-79.071417,37.778303],[-79.067355,37.720255],[-78.986017,37.695546],[-78.869245,37.542092],[-79.021687,37.429243],[-79.085123,37.394875],[-79.185702,37.46582],[-79.34167,37.518015],[-79.436947,37.617057],[-79.345235,37.660625],[-79.231557,37.813175],[-79.172131,37.803097]]]},"properties":{"id":"51009","n":"Amherst","z":["22922","22967","24483","24505","24521","24526","24553","24572","24574","24595"],"st":"VA"}},"51011":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.869245,37.542092],[-78.825238,37.552542],[-78.594436,37.397974],[-78.594394,37.345542],[-78.681573,37.248759],[-78.824209,37.205361],[-78.921665,37.245912],[-79.021687,37.429243],[-78.869245,37.542092]]]},"properties":{"id":"51011","n":"Appomattox","z":["23939","23958","23960","23963","24504","24522","24538","24553","24593"],"st":"VA"}},"51013":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.172276,38.893245],[-77.119759,38.934343],[-77.039066356765,38.841271889519],[-77.110799,38.843446],[-77.149701,38.87567],[-77.172276,38.893245]]]},"properties":{"id":"51013","n":"Arlington","z":["22101","22201","22202","22203","22204","22205","22206","22207","22209","22210","22211","22212","22213","22214","22215","22216","22217","22219","22225","22226","22227","22230","22240","22241","22242","22243","22244","22245","22246"],"st":"VA"}},"51015":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.311296065514,38.418454601455],[-79.228423002708,38.479741557487],[-78.888258,38.303691],[-78.749396,38.206648],[-78.780879,38.081029],[-78.838874,38.04737],[-78.902282,37.951402],[-79.005129,37.88169],[-79.062454,37.9176],[-79.15739,37.891003],[-79.482668,38.086054],[-79.436678,38.1628],[-79.512158,38.180419],[-79.438103,38.216235],[-79.308495,38.382963],[-79.311296065514,38.418454601455]],[[-79.105671,38.139591],[-79.049819,38.121176],[-79.022841,38.195645],[-79.105671,38.139591]],[[-78.928697,38.091484],[-78.870563,38.04046],[-78.864449,38.095738],[-78.928697,38.091484]]]},"properties":{"id":"51015","n":"Augusta","z":["22812","22841","22843","22920","22939","22952","22958","22980","24401","24411","24421","24430","24431","24432","24437","24439","24440","24441","24459","24467","24469","24472","24476","24477","24479","24482","24485","24486"],"st":"VA"}},"51017":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.961982272635,38.063607099493],[-79.916174,38.184386],[-79.797013536807,38.267268121139],[-79.706196,38.221192],[-79.512158,38.180419],[-79.436678,38.1628],[-79.482668,38.086054],[-79.647589,37.874538],[-79.887329,37.892971],[-79.935364,37.954365],[-80.05581159459,37.951878220098],[-79.961982272635,38.063607099493]]]},"properties":{"id":"51017","n":"Bath","z":["24412","24432","24445","24460","24484","24487"],"st":"VA"}},"51019":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.847476,37.309352],[-79.814203,37.403654],[-79.658798,37.48501],[-79.588526,37.449596],[-79.498699,37.532797],[-79.436947,37.617057],[-79.34167,37.518015],[-79.185702,37.46582],[-79.266986,37.447868],[-79.257955,37.355816],[-79.442859,37.055867],[-79.479921,37.006035],[-79.594069,37.042206],[-79.718275,37.18972],[-79.847217,37.225406],[-79.847476,37.309352]]]},"properties":{"id":"51019","n":"Bedford","z":["24064","24095","24101","24104","24121","24122","24139","24174","24179","24502","24503","24523","24526","24536","24550","24551","24556","24570","24571"],"st":"VA"}},"51021":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.225104,37.234874],[-80.980845256893,37.30085281619],[-81.014489,37.275385],[-80.854627,37.147482],[-80.912674,37.073349],[-81.114319,37.022612],[-81.224624,37.047835],[-81.379402,36.952442],[-81.43673,37.010135],[-81.462279,37.035402],[-81.270078,37.093012],[-81.32814,37.138949],[-81.225104,37.234874]]]},"properties":{"id":"51021","n":"Bland","z":["24084","24124","24314","24315","24318","24366"],"st":"VA"}},"51023":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.074119,37.422469],[-79.969071,37.544408],[-80.020554,37.647442],[-79.91756,37.701848],[-79.816721,37.800973],[-79.674162,37.763093],[-79.683554,37.661763],[-79.498699,37.532797],[-79.588526,37.449596],[-79.658798,37.48501],[-79.814203,37.403654],[-79.847476,37.309352],[-80.074119,37.422469]]]},"properties":{"id":"51023","n":"Botetourt","z":["24012","24019","24064","24066","24077","24083","24085","24090","24130","24153","24175","24178","24422","24438"],"st":"VA"}},"51025":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.027411,36.777858],[-78.003639,37.022756],[-77.889813,36.988818],[-77.839834,36.995912],[-77.658036,36.894514],[-77.655841,36.713539],[-77.767103969927,36.545442409336],[-77.899774136047,36.544850733042],[-78.04620830436,36.544197672687],[-78.027411,36.777858]]]},"properties":{"id":"51025","n":"Brunswick","z":["23821","23824","23843","23845","23847","23856","23857","23868","23873","23876","23887","23889","23893","23919","23920","23938","23950"],"st":"VA"}},"51027":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.968297,37.537798],[-81.932279,37.511961],[-81.984891,37.454315],[-81.849949,37.285227],[-81.739055030485,37.239497103873],[-81.900892,37.142553],[-82.007716,37.119871],[-82.045338,37.046669],[-82.149375,37.041641],[-82.157889,37.110572],[-82.293007,37.305996],[-82.31437045293,37.296306251855],[-81.968297,37.537798]]]},"properties":{"id":"51027","n":"Buchanan","z":["24217","24239","24256","24260","24603","24607","24614","24620","24622","24624","24627","24628","24631","24634","24639","24646","24649","24656","24657","24658"],"st":"VA"}},"51029":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.643918,37.733084],[-78.497714,37.7631],[-78.491332,37.796971],[-78.464149,37.7602],[-78.239748,37.690495],[-78.249021,37.635546],[-78.465089,37.339677],[-78.594436,37.397974],[-78.825238,37.552542],[-78.82254,37.630642],[-78.739437,37.631542],[-78.643918,37.733084]]]},"properties":{"id":"51029","n":"Buckingham","z":["23004","23040","23123","23901","23921","23936","24522","24553","24562","24590","24599"],"st":"VA"}},"51031":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.442859,37.055867],[-79.257955,37.355816],[-79.214982,37.333],[-79.085123,37.394875],[-79.021687,37.429243],[-78.921665,37.245912],[-78.824209,37.205361],[-78.904587,37.022288],[-79.092264,37.061498],[-79.194525,37.055816],[-79.217104,37.118874],[-79.341422,37.137166],[-79.442859,37.055867]]]},"properties":{"id":"51031","n":"Campbell","z":["23963","24501","24502","24504","24517","24528","24538","24550","24551","24554","24569","24571","24576","24588"],"st":"VA"}},"51033":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.370297,38.246576],[-77.326692,38.245136],[-77.229757,38.245208],[-77.115997,38.149931],[-77.1701,38.079543],[-77.070115,37.96477],[-77.167284,37.963904],[-77.181418,37.891654],[-77.241044,37.909908],[-77.345215,37.789175],[-77.397317,37.777289],[-77.48417,37.883369],[-77.642518,37.990688],[-77.370297,38.246576]]]},"properties":{"id":"51033","n":"Caroline","z":["22408","22427","22428","22446","22471","22501","22514","22535","22538","22546","22552","22580","23015","23047","23069"],"st":"VA"}},"51035":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.042428,36.806448],[-80.740483,36.879001],[-80.633987,36.93178],[-80.46418,36.708718],[-80.525522,36.644114],[-80.602965,36.652661],[-80.612188788125,36.55821627638],[-80.840213077246,36.561928451637],[-80.914173,36.650246],[-80.877274,36.692215],[-80.932271,36.671593],[-81.042428,36.806448]]]},"properties":{"id":"51035","n":"Carroll","z":["24053","24105","24120","24312","24317","24325","24328","24330","24333","24343","24347","24350","24351","24352","24380","24381"],"st":"VA"}},"51036":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.249665,37.382],[-77.177324,37.4906],[-76.904471,37.377665],[-76.883156,37.223057],[-76.972439,37.248501],[-76.996003,37.300979],[-77.069269,37.269742],[-77.270675,37.320756],[-77.249665,37.382]]]},"properties":{"id":"51036","n":"Charles City","z":["23030","23140","23147","23185","23231"],"st":"VA"}},"51037":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.904587,37.022288],[-78.824209,37.205361],[-78.681573,37.248759],[-78.692432,37.203673],[-78.547128,37.150431],[-78.443644,37.079371],[-78.493028,36.89122],[-78.648541,36.697909],[-78.671463,36.857951],[-78.904587,37.022288]]]},"properties":{"id":"51037","n":"Charlotte","z":["23923","23924","23934","23937","23941","23947","23958","23959","23962","23963","23964","23967","23976","24528"],"st":"VA"}},"51041":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.855148,37.418363],[-77.809003,37.426234],[-77.655399,37.563986],[-77.595462,37.55575],[-77.420875,37.447101],[-77.277085,37.352231],[-77.249665,37.382],[-77.270675,37.320756],[-77.284019,37.313012],[-77.334549,37.312468],[-77.376785,37.244849],[-77.403671,37.237346],[-77.362322,37.282162],[-77.431705,37.276342],[-77.416501,37.233208],[-77.447408,37.223066],[-77.65061,37.265112],[-77.75862,37.268717],[-77.877171,37.365171],[-77.855148,37.418363]]]},"properties":{"id":"51041","n":"Chesterfield","z":["23112","23113","23114","23120","23224","23225","23234","23235","23236","23237","23803","23806","23831","23832","23834","23836","23838"],"st":"VA"}},"51043":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.033185235367,39.264624842005],[-77.828301833267,39.132422454833],[-77.962203,39.013733],[-78.004313,38.979438],[-78.151614,39.036629],[-78.033185235367,39.264624842005]]]},"properties":{"id":"51043","n":"Clarke","z":["20130","20135","22611","22620","22630","22646","22663"],"st":"VA"}},"51045":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.224303244377,37.623991371171],[-80.145565,37.596428],[-80.020554,37.647442],[-79.969071,37.544408],[-80.074119,37.422469],[-80.262184,37.341526],[-80.32484,37.368833],[-80.430943,37.316378],[-80.469568890504,37.429025465993],[-80.291644,37.536505],[-80.224303244377,37.623991371171]]]},"properties":{"id":"51045","n":"Craig","z":["24070","24127","24128","24131"],"st":"VA"}},"51047":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.935355,38.69584],[-77.877169,38.584891],[-77.735516,38.413116],[-77.63494,38.410218],[-77.618727,38.367835],[-77.702843,38.36084],[-77.908979,38.381503],[-78.094498,38.311242],[-78.09441,38.39923],[-78.231803,38.532539],[-78.175425,38.521039],[-77.935355,38.69584]]]},"properties":{"id":"51047","n":"Culpeper","z":["20106","20186","22701","22713","22714","22718","22724","22726","22729","22733","22734","22735","22736","22737","22740","22741","22746"],"st":"VA"}},"51049":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.465089,37.339677],[-78.249021,37.635546],[-78.239748,37.690495],[-78.159326,37.748528],[-78.072174,37.657385],[-78.132048,37.454686],[-78.235039,37.368102],[-78.35275,37.301606],[-78.465089,37.339677]]]},"properties":{"id":"51049","n":"Cumberland","z":["23027","23038","23040","23123","23139","23901","23936"],"st":"VA"}},"51051":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.553639544904,37.201450374463],[-82.31437045293,37.296306251855],[-82.293007,37.305996],[-82.157889,37.110572],[-82.149375,37.041641],[-82.32783,36.970982],[-82.467345,37.022136],[-82.546135,37.125118],[-82.553639544904,37.201450374463]]]},"properties":{"id":"51051","n":"Dickenson","z":["24217","24220","24226","24228","24230","24237","24256","24269","24272","24283","24607"],"st":"VA"}},"51053":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.795926,37.192592],[-77.65061,37.265112],[-77.447408,37.223066],[-77.399203,37.17085],[-77.398498,36.992985],[-77.619029,36.877844],[-77.658036,36.894514],[-77.839834,36.995912],[-77.889813,36.988818],[-77.900338,37.143882],[-77.795926,37.192592]]]},"properties":{"id":"51053","n":"Dinwiddie","z":["23803","23805","23822","23824","23830","23833","23840","23841","23850","23872","23882","23885","23894"],"st":"VA"}},"51057":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.115997,38.149931],[-77.061695,38.161631],[-77.031794,38.091333],[-76.936959,38.077074],[-76.909028,37.988475],[-76.668182,37.778386],[-76.751072,37.728605],[-76.804423,37.794892],[-76.943221,37.782955],[-77.040713,37.868937],[-77.070115,37.96477],[-77.1701,38.079543],[-77.115997,38.149931]]]},"properties":{"id":"51057","n":"Essex","z":["22436","22437","22438","22454","22476","22504","22509","22560","23115","23148"],"st":"VA"}},"51059":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.535991,38.847368],[-77.330037705954,39.055952113491],[-77.249803,38.985909],[-77.119759,38.934343],[-77.172276,38.893245],[-77.189754,38.878136],[-77.149701,38.87567],[-77.110799,38.843446],[-77.143206,38.805624],[-77.039239885082,38.785336325624],[-77.085784765156,38.705281281832],[-77.1302,38.635017],[-77.224145855301,38.635178274901],[-77.380526,38.722537],[-77.443084,38.803653],[-77.535991,38.847368]],[[-77.328788,38.864848],[-77.303067,38.832822],[-77.270228,38.865639],[-77.328788,38.864848]]]},"properties":{"id":"51059","n":"Fairfax","z":["20030","20101","20102","20104","20120","20121","20122","20124","20151","20153","20170","20171","20172","20190","20191","20192","20194","20195","20196","22003","22009","22015","22027","22030","22031","22032","22033","22035","22036","22037","22038","22039","22041","22042","22043","22044","22046","22060","22066","22067","22079","22082","22095","22096","22101","22102","22103","22106","22107","22108","22109","22116","22118","22119","22121","22122","22124","22150","22151","22152","22153","22156","22158","22159","22160","22161","22180","22181","22182","22183","22185","22199","22207","22302","22303","22304","22306","22307","22308","22309","22310","22311","22312","22315"],"st":"VA"}},"51061":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.004313,38.979438],[-77.962203,39.013733],[-77.655169,38.942656],[-77.71582,38.83883],[-77.531328,38.55655],[-77.633895,38.466589],[-77.63494,38.410218],[-77.735516,38.413116],[-77.877169,38.584891],[-77.935355,38.69584],[-78.130574,38.864865],[-78.004313,38.979438]]]},"properties":{"id":"51061","n":"Fauquier","z":["20106","20115","20116","20117","20119","20128","20130","20137","20138","20139","20144","20168","20181","20184","20185","20186","20187","20188","20198","22406","22630","22639","22642","22643","22712","22720","22728","22734","22739","22742"],"st":"VA"}},"51063":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.543933,36.984639],[-80.347858,37.021593],[-80.178125,37.1134],[-80.128674,37.122901],[-80.134619,36.964655],[-80.235455,36.87213],[-80.386909,36.797676],[-80.46418,36.708718],[-80.633987,36.93178],[-80.543933,36.984639]]]},"properties":{"id":"51063","n":"Floyd","z":["24072","24079","24091","24105","24120","24138","24141","24149","24162","24352","24380"],"st":"VA"}},"51065":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.491332,37.796971],[-78.306763,38.006474],[-78.062481,37.904685],[-78.159326,37.748528],[-78.239748,37.690495],[-78.464149,37.7602],[-78.491332,37.796971]]]},"properties":{"id":"51065","n":"Fluvanna","z":["22947","22963","22974","23022","23038","23055","23084","23093","24590"],"st":"VA"}},"51067":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.128674,37.122901],[-80.082765,37.160908],[-79.961627,37.137542],[-79.847217,37.225406],[-79.718275,37.18972],[-79.594069,37.042206],[-79.640652,36.856139],[-79.741417,36.806806],[-79.999437,36.830618],[-80.041493,36.794365],[-80.066652,36.841604],[-80.235455,36.87213],[-80.134619,36.964655],[-80.128674,37.122901]]]},"properties":{"id":"51067","n":"Franklin","z":["24055","24059","24065","24067","24079","24088","24091","24092","24101","24102","24112","24121","24137","24146","24151","24176","24184"],"st":"VA"}},"51069":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.508132,39.08863],[-78.413943,39.158415],[-78.401813,39.276754],[-78.34048,39.353492],[-78.347087,39.466012],[-78.229129534219,39.390663887204],[-78.033185235367,39.264624842005],[-78.151614,39.036629],[-78.31408,39.007994],[-78.336003,39.101771],[-78.454136,39.027797],[-78.532266186557,39.052764524044],[-78.508132,39.08863]],[[-78.192659,39.167927],[-78.183183,39.131027],[-78.136725,39.184371],[-78.192659,39.167927]]]},"properties":{"id":"51069","n":"Frederick","z":["22601","22602","22603","22604","22622","22624","22625","22630","22637","22645","22654","22655","22656","22663"],"st":"VA"}},"51071":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.980845256893,37.30085281619],[-80.835479,37.334824],[-80.85814811682,37.421006906722],[-80.85735857019,37.421128713999],[-80.770082,37.372363],[-80.544836,37.474695],[-80.469568890504,37.429025465993],[-80.430943,37.316378],[-80.606962,37.244871],[-80.854627,37.147482],[-81.014489,37.275385],[-80.980845256893,37.30085281619]]]},"properties":{"id":"51071","n":"Giles","z":["24086","24093","24124","24128","24134","24136","24147","24150","24167","24315"],"st":"VA"}},"51073":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.712305,37.431309],[-76.646794,37.481154],[-76.654076,37.603174],[-76.437561,37.51436],[-76.402945875353,37.392600001791],[-76.437525,37.37975],[-76.376936809718,37.249491762363],[-76.501939,37.241756],[-76.658651,37.380139],[-76.712305,37.431309]]]},"properties":{"id":"51073","n":"Gloucester","z":["23001","23003","23018","23050","23061","23062","23072","23107","23128","23131","23149","23154","23155","23178","23183","23184","23190"],"st":"VA"}},"51075":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.062481,37.904685],[-77.948222,37.847221],[-77.888908,37.760808],[-77.797306,37.729358],[-77.63067,37.705673],[-77.61643,37.577555],[-77.655399,37.563986],[-77.814902,37.60653],[-77.918866,37.691704],[-77.982236,37.624279],[-78.072174,37.657385],[-78.159326,37.748528],[-78.062481,37.904685]]]},"properties":{"id":"51075","n":"Goochland","z":["23038","23039","23063","23065","23084","23093","23102","23103","23117","23129","23146","23153","23160","23233","23238"],"st":"VA"}},"51077":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.6469,36.611918],[-81.605865,36.638079],[-81.543957,36.701517],[-81.261987,36.763033],[-81.08851,36.767422],[-81.042428,36.806448],[-80.932271,36.671593],[-80.914173,36.650246],[-80.840213077246,36.561928451637],[-80.901726,36.561751],[-81.353221224602,36.576238231156],[-81.677535,36.588117],[-81.6469,36.611918]]]},"properties":{"id":"51077","n":"Grayson","z":["24292","24326","24330","24333","24348","24350","24363","24378"],"st":"VA"}},"51079":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.48574,38.421579],[-78.452801,38.475527],[-78.429626,38.366704],[-78.348971,38.277413],[-78.288837,38.272656],[-78.368743,38.184074],[-78.663145,38.277933],[-78.553143,38.334824],[-78.48574,38.421579]]]},"properties":{"id":"51079","n":"Greene","z":["22923","22935","22940","22965","22968","22973"],"st":"VA"}},"51081":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.767103969927,36.545442409336],[-77.655841,36.713539],[-77.658036,36.894514],[-77.619029,36.877844],[-77.458678,36.862963],[-77.489999,36.721009],[-77.430127,36.707658],[-77.355111,36.554122],[-77.298770188812,36.546039010854],[-77.767103969927,36.545442409336]],[[-77.556524,36.674874],[-77.509246,36.682998],[-77.51445,36.720588],[-77.556524,36.674874]]]},"properties":{"id":"51081","n":"Greensville","z":["23847","23856","23867","23870","23879"],"st":"VA"}},"51083":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.218455495922,36.541444536176],[-79.092264,37.061498],[-78.904587,37.022288],[-78.671463,36.857951],[-78.648541,36.697909],[-78.711702,36.641078],[-78.734122801117,36.541608734841],[-78.79627395514,36.541759493582],[-79.138335898871,36.541638270056],[-79.218455495922,36.541444536176]]]},"properties":{"id":"51083","n":"Halifax","z":["23962","24520","24534","24535","24539","24557","24558","24565","24569","24577","24589","24592","24594","24597","24598"],"st":"VA"}},"51085":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.797306,37.729358],[-77.687469,38.007806],[-77.642518,37.990688],[-77.48417,37.883369],[-77.397317,37.777289],[-77.345215,37.789175],[-77.292404,37.714067],[-77.123675,37.626881],[-77.240988,37.538088],[-77.391227,37.598197],[-77.445858,37.684056],[-77.63067,37.705673],[-77.797306,37.729358]]]},"properties":{"id":"51085","n":"Hanover","z":["22546","23005","23015","23024","23047","23059","23069","23102","23111","23116","23146","23162","23192"],"st":"VA"}},"51087":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.63067,37.705673],[-77.445858,37.684056],[-77.391227,37.598197],[-77.240988,37.538088],[-77.177324,37.4906],[-77.249665,37.382],[-77.277085,37.352231],[-77.420875,37.447101],[-77.385513,37.535172],[-77.478254,37.598549],[-77.595462,37.55575],[-77.655399,37.563986],[-77.61643,37.577555],[-77.63067,37.705673]]]},"properties":{"id":"51087","n":"Henrico","z":["23030","23058","23059","23060","23075","23150","23222","23223","23226","23227","23228","23229","23230","23231","23233","23238","23250","23294"],"st":"VA"}},"51089":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.041493,36.794365],[-79.999437,36.830618],[-79.741417,36.806806],[-79.640652,36.856139],[-79.714850811052,36.541432484741],[-80.027338915141,36.542495385614],[-80.05345504335,36.542639428087],[-80.094389,36.779552],[-80.041493,36.794365]],[[-79.904077,36.684127],[-79.831433,36.646321],[-79.837359,36.704137],[-79.904077,36.684127]]]},"properties":{"id":"51089","n":"Henry","z":["24054","24055","24078","24089","24102","24112","24113","24114","24115","24148","24165","24168","24530"],"st":"VA"}},"51091":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.649075,38.591515],[-79.54257,38.553217],[-79.476638,38.457228],[-79.311296065514,38.418454601455],[-79.308495,38.382963],[-79.438103,38.216235],[-79.512158,38.180419],[-79.706196,38.221192],[-79.797013536807,38.267268121139],[-79.804093,38.313922],[-79.689675,38.431439],[-79.649075,38.591515]]]},"properties":{"id":"51091","n":"Highland","z":["24413","24433","24442","24458","24465","24468","24484","24487"],"st":"VA"}},"51093":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.924629,36.707729],[-76.817737,36.882057],[-76.849684,36.996211],[-76.698255,37.05914],[-76.641581,37.153827],[-76.645821,37.125155],[-76.445301,36.941891],[-76.53352,36.915563],[-76.897592,36.64405],[-76.909672,36.648175],[-76.924629,36.707729]]]},"properties":{"id":"51093","n":"Isle of Wight","z":["23304","23314","23315","23397","23424","23430","23431","23487","23851","23866","23898"],"st":"VA"}},"51095":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.741984,37.467076],[-76.712305,37.431309],[-76.658651,37.380139],[-76.755401,37.354385],[-76.727859,37.305927],[-76.741143,37.27338],[-76.680151,37.265997],[-76.591577,37.213833],[-76.641581,37.153827],[-76.660445,37.204146],[-76.760314,37.176799],[-76.883156,37.223057],[-76.904471,37.377665],[-76.891798,37.432632],[-76.741984,37.467076]]]},"properties":{"id":"51095","n":"James City","z":["23081","23089","23090","23127","23168","23185","23186","23188"],"st":"VA"}},"51097":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.181418,37.891654],[-77.167284,37.963904],[-77.070115,37.96477],[-77.040713,37.868937],[-76.943221,37.782955],[-76.804423,37.794892],[-76.751072,37.728605],[-76.654076,37.603174],[-76.646794,37.481154],[-76.712305,37.431309],[-76.741984,37.467076],[-76.792184,37.517594],[-76.777729,37.554446],[-76.915586,37.693325],[-77.033273,37.720809],[-77.181418,37.891654]]]},"properties":{"id":"51097","n":"King and Queen","z":["22437","22514","22560","23023","23085","23091","23108","23110","23126","23148","23149","23156","23161","23177"],"st":"VA"}},"51099":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.284346499792,38.351636816514],[-77.048137,38.360145],[-76.996791259205,38.27914783398],[-77.061695,38.161631],[-77.115997,38.149931],[-77.229757,38.245208],[-77.326692,38.245136],[-77.284346499792,38.351636816514]]]},"properties":{"id":"51099","n":"King George","z":["22448","22451","22481","22485","22526","22544","22547"],"st":"VA"}},"51101":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.345215,37.789175],[-77.241044,37.909908],[-77.181418,37.891654],[-77.033273,37.720809],[-76.915586,37.693325],[-76.777729,37.554446],[-76.792184,37.517594],[-76.858427,37.579541],[-76.981158,37.567113],[-77.123675,37.626881],[-77.292404,37.714067],[-77.345215,37.789175]]]},"properties":{"id":"51101","n":"King William","z":["23009","23069","23086","23106","23177","23181"],"st":"VA"}},"51103":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.668182,37.778386],[-76.507828,37.838814],[-76.419511,37.823437],[-76.325299149691,37.682573885437],[-76.288877836702,37.587359934104],[-76.528637,37.6309],[-76.587234,37.737073],[-76.668182,37.778386]]]},"properties":{"id":"51103","n":"Lancaster","z":["22473","22480","22482","22503","22507","22513","22517","22523","22528","22576","22578"],"st":"VA"}},"51105":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.460954647464,36.666131036273],[-83.136395,36.743088],[-83.07559,36.850589],[-82.883754212976,36.897130136654],[-82.771595,36.800031],[-82.823358,36.733603],[-82.947587,36.67587],[-82.984458495572,36.59528996905],[-83.47209357381,36.599475732059],[-83.675413,36.600814],[-83.460954647464,36.666131036273]]]},"properties":{"id":"51105","n":"Lee","z":["24218","24219","24221","24243","24244","24248","24263","24265","24277","24281","24282"],"st":"VA"}},"51107":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.828301833267,39.132422454833],[-77.719519,39.321314],[-77.677695762079,39.317940817088],[-77.588235,39.301955],[-77.460065626498,39.218842943859],[-77.521222,39.161057],[-77.462617,39.076248],[-77.330037705954,39.055952113491],[-77.535991,38.847368],[-77.655169,38.942656],[-77.962203,39.013733],[-77.828301833267,39.132422454833]]]},"properties":{"id":"51107","n":"Loudoun","z":["20103","20105","20117","20118","20120","20129","20131","20132","20134","20135","20141","20142","20147","20148","20149","20152","20158","20159","20160","20163","20164","20165","20166","20167","20175","20176","20177","20178","20180","20184","20197","20417","22066"],"st":"VA"}},"51109":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.209384,38.131128],[-78.101748,38.152567],[-77.953639,38.118501],[-77.838217,38.106239],[-77.687469,38.007806],[-77.797306,37.729358],[-77.888908,37.760808],[-77.948222,37.847221],[-78.062481,37.904685],[-78.306763,38.006474],[-78.209384,38.131128]]]},"properties":{"id":"51109","n":"Louisa","z":["22942","22947","22974","23015","23024","23065","23067","23084","23093","23102","23117","23170","23192"],"st":"VA"}},"51111":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.443644,37.079371],[-78.239354,37.120089],[-78.082023,37.011121],[-78.003639,37.022756],[-78.027411,36.777858],[-78.421187,36.851652],[-78.493028,36.89122],[-78.443644,37.079371]]]},"properties":{"id":"51111","n":"Lunenburg","z":["23824","23920","23924","23937","23938","23942","23944","23947","23952","23954","23970","23974"],"st":"VA"}},"51113":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.338176,38.627312],[-78.231803,38.532539],[-78.09441,38.39923],[-78.094498,38.311242],[-78.232284,38.230607],[-78.288837,38.272656],[-78.348971,38.277413],[-78.429626,38.366704],[-78.452801,38.475527],[-78.338176,38.627312]]]},"properties":{"id":"51113","n":"Madison","z":["22701","22709","22711","22715","22719","22722","22723","22725","22727","22730","22731","22732","22733","22735","22738","22740","22743","22748","22835","22948","22960","22973","22989"],"st":"VA"}},"51115":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.437561,37.51436],[-76.289492797178,37.536075288009],[-76.250454,37.421886],[-76.275552,37.309964],[-76.402945875353,37.392600001791],[-76.437561,37.51436]]]},"properties":{"id":"51115","n":"Mathews","z":["23021","23025","23035","23045","23050","23056","23064","23066","23068","23076","23109","23119","23125","23128","23130","23138","23163"],"st":"VA"}},"51117":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.648541,36.697909],[-78.493028,36.89122],[-78.421187,36.851652],[-78.027411,36.777858],[-78.04620830436,36.544197672687],[-78.323718509559,36.542421391559],[-78.457277896256,36.541448708399],[-78.734122801117,36.541608734841],[-78.711702,36.641078],[-78.648541,36.697909]]]},"properties":{"id":"51117","n":"Mecklenburg","z":["23915","23917","23919","23920","23924","23927","23950","23964","23968","23970","24529","24580","24598"],"st":"VA"}},"51119":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.668182,37.778386],[-76.587234,37.737073],[-76.528637,37.6309],[-76.288877836702,37.587359934104],[-76.289492797178,37.536075288009],[-76.437561,37.51436],[-76.654076,37.603174],[-76.751072,37.728605],[-76.668182,37.778386]]]},"properties":{"id":"51119","n":"Middlesex","z":["22504","23031","23032","23043","23070","23071","23079","23092","23149","23169","23175","23176","23180"],"st":"VA"}},"51121":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.606962,37.244871],[-80.430943,37.316378],[-80.32484,37.368833],[-80.262184,37.341526],[-80.189592,37.233449],[-80.178125,37.1134],[-80.347858,37.021593],[-80.543933,36.984639],[-80.580469,37.089662],[-80.529762,37.133842],[-80.606962,37.244871]]]},"properties":{"id":"51121","n":"Montgomery","z":["24060","24061","24062","24063","24068","24070","24073","24087","24138","24141","24143","24149","24162","24347"],"st":"VA"}},"51125":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.15739,37.891003],[-79.062454,37.9176],[-79.005129,37.88169],[-78.902282,37.951402],[-78.838874,38.04737],[-78.643918,37.733084],[-78.739437,37.631542],[-78.82254,37.630642],[-78.825238,37.552542],[-78.869245,37.542092],[-78.986017,37.695546],[-79.067355,37.720255],[-79.071417,37.778303],[-79.172131,37.803097],[-79.15739,37.891003]]]},"properties":{"id":"51125","n":"Nelson","z":["22920","22922","22924","22938","22949","22958","22964","22967","22969","22971","22976","24464","24521","24533","24553","24562","24581","24599"],"st":"VA"}},"51127":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.240988,37.538088],[-77.123675,37.626881],[-76.981158,37.567113],[-76.858427,37.579541],[-76.792184,37.517594],[-76.741984,37.467076],[-76.891798,37.432632],[-76.904471,37.377665],[-77.177324,37.4906],[-77.240988,37.538088]]]},"properties":{"id":"51127","n":"New Kent","z":["23011","23089","23124","23140","23141","23181"],"st":"VA"}},"51131":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-75.945574318931,37.549040658152],[-75.788012,37.528816],[-75.812793,37.473895],[-75.665417910875,37.467293515492],[-75.778817,37.297176],[-75.817387,37.193437],[-75.942399,37.089607],[-75.979608,37.100448],[-76.023475,37.289067],[-75.945574318931,37.549040658152]]]},"properties":{"id":"51131","n":"Northampton","z":["23307","23310","23313","23316","23347","23350","23354","23398","23405","23408","23413","23419","23429","23443","23482","23486"],"st":"VA"}},"51133":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.510693961318,38.039488927814],[-76.427487,37.977038],[-76.236725,37.889174],[-76.310307,37.794849],[-76.325299149691,37.682573885437],[-76.419511,37.823437],[-76.507828,37.838814],[-76.556042,37.931524],[-76.63423,37.96663],[-76.510693961318,38.039488927814]]]},"properties":{"id":"51133","n":"Northumberland","z":["22432","22435","22456","22473","22482","22511","22530","22539","22570","22579"],"st":"VA"}},"51135":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.231234,37.29622],[-77.795926,37.192592],[-77.900338,37.143882],[-77.889813,36.988818],[-78.003639,37.022756],[-78.082023,37.011121],[-78.239354,37.120089],[-78.231234,37.29622]]]},"properties":{"id":"51135","n":"Nottoway","z":["23002","23083","23824","23922","23930","23955"],"st":"VA"}},"51137":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.368743,38.184074],[-78.288837,38.272656],[-78.232284,38.230607],[-78.094498,38.311242],[-77.908979,38.381503],[-77.702843,38.36084],[-77.953639,38.118501],[-78.101748,38.152567],[-78.209384,38.131128],[-78.368743,38.184074]]]},"properties":{"id":"51137","n":"Orange","z":["22433","22508","22542","22567","22701","22733","22923","22942","22957","22960","22972"],"st":"VA"}},"51139":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.641769,38.604719],[-78.548828,38.738655],[-78.50926,38.725626],[-78.394704,38.82279],[-78.284805,38.759315],[-78.338176,38.627312],[-78.452801,38.475527],[-78.48574,38.421579],[-78.691312,38.510008],[-78.641769,38.604719]]]},"properties":{"id":"51139","n":"Page","z":["22650","22827","22835","22849","22851"],"st":"VA"}},"51141":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.46418,36.708718],[-80.386909,36.797676],[-80.235455,36.87213],[-80.066652,36.841604],[-80.041493,36.794365],[-80.094389,36.779552],[-80.05345504335,36.542639428087],[-80.440101541964,36.550595275163],[-80.612188788125,36.55821627638],[-80.602965,36.652661],[-80.525522,36.644114],[-80.46418,36.708718]]]},"properties":{"id":"51141","n":"Patrick","z":["24053","24055","24076","24082","24088","24091","24120","24133","24165","24171","24177","24185","24343","74153"],"st":"VA"}},"51143":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.640652,36.856139],[-79.594069,37.042206],[-79.479921,37.006035],[-79.442859,37.055867],[-79.341422,37.137166],[-79.217104,37.118874],[-79.194525,37.055816],[-79.092264,37.061498],[-79.218455495922,36.541444536176],[-79.343115919369,36.541143099969],[-79.302564,36.577431],[-79.398094,36.644037],[-79.500848,36.618262],[-79.470056673924,36.540836149787],[-79.513647662509,36.540748205071],[-79.714850811052,36.541432484741],[-79.640652,36.856139]]]},"properties":{"id":"51143","n":"Pittsylvania","z":["24054","24069","24137","24139","24161","24527","24530","24531","24540","24541","24549","24557","24563","24565","24566","24569","24586","24594","24597"],"st":"VA"}},"51145":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.072174,37.657385],[-77.982236,37.624279],[-77.918866,37.691704],[-77.814902,37.60653],[-77.655399,37.563986],[-77.809003,37.426234],[-77.855148,37.418363],[-77.899761,37.475422],[-77.999575,37.498052],[-78.132048,37.454686],[-78.072174,37.657385]]]},"properties":{"id":"51145","n":"Powhatan","z":["23014","23113","23120","23139","23160"],"st":"VA"}},"51147":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.681573,37.248759],[-78.594394,37.345542],[-78.594436,37.397974],[-78.465089,37.339677],[-78.35275,37.301606],[-78.235039,37.368102],[-78.231234,37.29622],[-78.239354,37.120089],[-78.443644,37.079371],[-78.547128,37.150431],[-78.692432,37.203673],[-78.681573,37.248759]]]},"properties":{"id":"51147","n":"Prince Edward","z":["23901","23909","23922","23923","23934","23942","23943","23947","23954","23958","23960","23966"],"st":"VA"}},"51149":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.399203,37.17085],[-77.376785,37.244849],[-77.334549,37.312468],[-77.31081,37.261451],[-77.284019,37.313012],[-77.270675,37.320756],[-77.069269,37.269742],[-76.996003,37.300979],[-76.972439,37.248501],[-77.155415,37.112034],[-77.398498,36.992985],[-77.399203,37.17085]]]},"properties":{"id":"51149","n":"Prince George","z":["23801","23805","23830","23842","23860","23875","23881"],"st":"VA"}},"51153":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.655169,38.942656],[-77.535991,38.847368],[-77.443084,38.803653],[-77.380526,38.722537],[-77.224145855301,38.635178274901],[-77.312604284119,38.501927800584],[-77.48483,38.59219],[-77.531328,38.55655],[-77.71582,38.83883],[-77.655169,38.942656]],[[-77.458695,38.772319],[-77.427332,38.753598],[-77.420581,38.762287],[-77.440333,38.783473],[-77.444875,38.770495],[-77.47576,38.781171],[-77.523569,38.717642],[-77.471177,38.727665],[-77.458695,38.772319]]]},"properties":{"id":"51153","n":"Prince William","z":["20109","20110","20111","20112","20136","20137","20143","20155","20156","20169","20181","20182","22025","22026","22125","22134","22135","22172","22191","22192","22193","22194","22195"],"st":"VA"}},"51155":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.854627,37.147482],[-80.606962,37.244871],[-80.529762,37.133842],[-80.596409,37.118889],[-80.580469,37.089662],[-80.543933,36.984639],[-80.633987,36.93178],[-80.740483,36.879001],[-80.912674,37.073349],[-80.854627,37.147482]]]},"properties":{"id":"51155","n":"Pulaski","z":["22803","24058","24084","24111","24126","24129","24132","24141","24301","24313","24324","24347"],"st":"VA"}},"51157":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.284805,38.759315],[-78.200764,38.776665],[-78.130574,38.864865],[-77.935355,38.69584],[-78.175425,38.521039],[-78.231803,38.532539],[-78.338176,38.627312],[-78.284805,38.759315]]]},"properties":{"id":"51157","n":"Rappahannock","z":["20106","22623","22627","22640","22713","22716","22740","22747","22749"],"st":"VA"}},"51159":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.936959,38.077074],[-76.877062,38.124358],[-76.764716,38.001979],[-76.63423,37.96663],[-76.556042,37.931524],[-76.507828,37.838814],[-76.668182,37.778386],[-76.909028,37.988475],[-76.936959,38.077074]]]},"properties":{"id":"51159","n":"Richmond","z":["22435","22460","22472","22548","22572"],"st":"VA"}},"51161":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.074119,37.422469],[-79.847476,37.309352],[-79.847217,37.225406],[-79.961627,37.137542],[-80.082765,37.160908],[-80.128674,37.122901],[-80.178125,37.1134],[-80.189592,37.233449],[-80.262184,37.341526],[-80.074119,37.422469]],[[-80.033464,37.26289],[-79.946817,37.213037],[-79.87855,37.29189],[-79.974023,37.335419],[-80.022226,37.308338],[-80.12049,37.287053],[-80.033464,37.26289]]]},"properties":{"id":"51161","n":"Roanoke","z":["24012","24014","24015","24018","24019","24020","24059","24065","24070","24087","24153","24175","24179"],"st":"VA"}},"51163":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.674162,37.763093],[-79.606341,37.862111],[-79.647589,37.874538],[-79.482668,38.086054],[-79.15739,37.891003],[-79.172131,37.803097],[-79.231557,37.813175],[-79.345235,37.660625],[-79.436947,37.617057],[-79.498699,37.532797],[-79.683554,37.661763],[-79.674162,37.763093]],[[-79.461582,37.786356],[-79.455667,37.765219],[-79.414948,37.788627],[-79.461582,37.786356]],[[-79.381509,37.742149],[-79.371705,37.695747],[-79.326012,37.743269],[-79.381509,37.742149]]]},"properties":{"id":"51163","n":"Rockbridge","z":["24066","24415","24416","24435","24439","24450","24459","24472","24473","24483","24555","24578","24579"],"st":"VA"}},"51165":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.057253,38.761413],[-78.999014,38.840074],[-78.869276,38.762991],[-78.641769,38.604719],[-78.691312,38.510008],[-78.48574,38.421579],[-78.553143,38.334824],[-78.663145,38.277933],[-78.749396,38.206648],[-78.888258,38.303691],[-79.228423002708,38.479741557487],[-79.092955,38.659517],[-79.057253,38.761413]],[[-78.915443,38.437455],[-78.827031,38.420552],[-78.871361,38.489518],[-78.915443,38.437455]]]},"properties":{"id":"51165","n":"Rockingham","z":["22801","22802","22811","22812","22815","22820","22821","22827","22830","22831","22832","22834","22840","22841","22844","22846","22849","22850","22853","24441","24471","24486"],"st":"VA"}},"51167":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.406633,36.876356],[-82.298596,36.905761],[-82.32783,36.970982],[-82.149375,37.041641],[-82.045338,37.046669],[-82.007716,37.119871],[-81.900892,37.142553],[-81.780545,36.958629],[-81.837096,36.929039],[-81.94595,36.864607],[-82.078703,36.854776],[-82.103853,36.798167],[-82.332078,36.708969],[-82.406633,36.876356]]]},"properties":{"id":"51167","n":"Russell","z":["24224","24225","24237","24260","24266","24280","24283","24609","24639","24640","24649"],"st":"VA"}},"51169":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.771595,36.800031],[-82.61774,36.880773],[-82.406633,36.876356],[-82.332078,36.708969],[-82.294136420129,36.595073032959],[-82.609181949399,36.595089686069],[-82.830433,36.593761],[-82.984458495572,36.59528996905],[-82.947587,36.67587],[-82.823358,36.733603],[-82.771595,36.800031]]]},"properties":{"id":"51169","n":"Scott","z":["24202","24221","24230","24244","24245","24250","24251","24258","24271","24290"],"st":"VA"}},"51171":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.532266186557,39.052764524044],[-78.454136,39.027797],[-78.336003,39.101771],[-78.31408,39.007994],[-78.300414,38.943592],[-78.394704,38.82279],[-78.50926,38.725626],[-78.548828,38.738655],[-78.641769,38.604719],[-78.869276,38.762991],[-78.772793,38.893742],[-78.681617,38.92584],[-78.532266186557,39.052764524044]]]},"properties":{"id":"51171","n":"Shenandoah","z":["22626","22641","22644","22652","22654","22657","22660","22664","22810","22815","22824","22842","22844","22845","22847","22853"],"st":"VA"}},"51173":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.780545,36.958629],[-81.682786,36.932934],[-81.474539,37.018476],[-81.43673,37.010135],[-81.379402,36.952442],[-81.261987,36.763033],[-81.543957,36.701517],[-81.605865,36.638079],[-81.699561,36.789316],[-81.837096,36.929039],[-81.780545,36.958629]]]},"properties":{"id":"51173","n":"Smyth","z":["24311","24318","24319","24354","24368","24370","24375","24378"],"st":"VA"}},"51175":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.430127,36.707658],[-76.953546,36.94445],[-76.849684,36.996211],[-76.817737,36.882057],[-76.924629,36.707729],[-76.962339,36.667515],[-76.909672,36.648175],[-76.897592,36.64405],[-76.916037632856,36.54608133029],[-77.164322603718,36.546152819848],[-77.298770188812,36.546039010854],[-77.355111,36.554122],[-77.430127,36.707658]]]},"properties":{"id":"51175","n":"Southampton","z":["23827","23828","23829","23837","23844","23847","23851","23866","23874","23878","23888","23898"],"st":"VA"}},"51177":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.953639,38.118501],[-77.702843,38.36084],[-77.618727,38.367835],[-77.530283,38.309175],[-77.492015,38.273719],[-77.447126,38.284614],[-77.370297,38.246576],[-77.642518,37.990688],[-77.687469,38.007806],[-77.838217,38.106239],[-77.953639,38.118501]]]},"properties":{"id":"51177","n":"Spotsylvania","z":["22407","22408","22508","22534","22551","22553","22565","22580","22960","23015","23024","23117"],"st":"VA"}},"51179":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.531328,38.55655],[-77.48483,38.59219],[-77.312604284119,38.501927800584],[-77.284346499792,38.351636816514],[-77.326692,38.245136],[-77.370297,38.246576],[-77.447126,38.284614],[-77.530283,38.309175],[-77.618727,38.367835],[-77.63494,38.410218],[-77.633895,38.466589],[-77.531328,38.55655]]]},"properties":{"id":"51179","n":"Stafford","z":["22134","22404","22405","22406","22430","22463","22545","22554","22555","22556"],"st":"VA"}},"51181":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.972439,37.248501],[-76.883156,37.223057],[-76.760314,37.176799],[-76.660445,37.204146],[-76.641581,37.153827],[-76.698255,37.05914],[-76.849684,36.996211],[-76.953546,36.94445],[-76.965139,37.054308],[-77.155415,37.112034],[-76.972439,37.248501]]]},"properties":{"id":"51181","n":"Surry","z":["23839","23842","23846","23881","23883","23888","23890","23899"],"st":"VA"}},"51183":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.619029,36.877844],[-77.398498,36.992985],[-77.155415,37.112034],[-76.965139,37.054308],[-76.953546,36.94445],[-77.430127,36.707658],[-77.489999,36.721009],[-77.458678,36.862963],[-77.619029,36.877844]]]},"properties":{"id":"51183","n":"Sussex","z":["23830","23837","23842","23847","23867","23882","23884","23888","23890","23891","23897"],"st":"VA"}},"51185":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.900892,37.142553],[-81.739055030485,37.239497103873],[-81.678603,37.202467],[-81.560625,37.206663],[-81.427946,37.271015],[-81.362156,37.337687],[-81.225104,37.234874],[-81.32814,37.138949],[-81.270078,37.093012],[-81.462279,37.035402],[-81.43673,37.010135],[-81.474539,37.018476],[-81.682786,36.932934],[-81.780545,36.958629],[-81.900892,37.142553]]]},"properties":{"id":"51185","n":"Tazewell","z":["24314","24316","24377","24601","24602","24604","24605","24606","24608","24609","24612","24613","24622","24630","24635","24637","24639","24641","24647","24651"],"st":"VA"}},"51187":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.31408,39.007994],[-78.151614,39.036629],[-78.004313,38.979438],[-78.130574,38.864865],[-78.200764,38.776665],[-78.284805,38.759315],[-78.394704,38.82279],[-78.300414,38.943592],[-78.31408,39.007994]]]},"properties":{"id":"51187","n":"Warren","z":["22610","22623","22630","22642","22645","22649","22655","22657"],"st":"VA"}},"51191":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.332078,36.708969],[-82.103853,36.798167],[-82.078703,36.854776],[-81.94595,36.864607],[-81.837096,36.929039],[-81.699561,36.789316],[-81.605865,36.638079],[-81.6469,36.611918],[-81.826734148053,36.614719104161],[-82.145573270515,36.594560330834],[-82.114373,36.638418],[-82.2433850052,36.594876187665],[-82.294136420129,36.595073032959],[-82.332078,36.708969]]]},"properties":{"id":"51191","n":"Washington","z":["24202","24210","24211","24212","24236","24258","24270","24319","24327","24340","24361","24370","37621"],"st":"VA"}},"51193":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.996791259205,38.27914783398],[-76.962311,38.214075],[-76.838795,38.163476],[-76.613939,38.148587],[-76.510693961318,38.039488927814],[-76.63423,37.96663],[-76.764716,38.001979],[-76.877062,38.124358],[-76.936959,38.077074],[-77.031794,38.091333],[-77.061695,38.161631],[-76.996791259205,38.27914783398]]]},"properties":{"id":"51193","n":"Westmoreland","z":["22435","22442","22443","22469","22485","22488","22520","22524","22529","22558","22572","22577","22581"],"st":"VA"}},"51195":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.869183,36.974182],[-82.750715,37.024107],[-82.726294,37.111852],[-82.565275702797,37.195901106883],[-82.553639544904,37.201450374463],[-82.546135,37.125118],[-82.467345,37.022136],[-82.32783,36.970982],[-82.298596,36.905761],[-82.406633,36.876356],[-82.61774,36.880773],[-82.771595,36.800031],[-82.883754212976,36.897130136654],[-82.869183,36.974182]],[[-82.663625,36.920959],[-82.591147,36.935313],[-82.634101,36.952248],[-82.663625,36.920959]]]},"properties":{"id":"51195","n":"Wise","z":["24215","24216","24219","24230","24246","24273","24279","24283","24293"],"st":"VA"}},"51197":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.379402,36.952442],[-81.224624,37.047835],[-81.114319,37.022612],[-80.912674,37.073349],[-80.740483,36.879001],[-81.042428,36.806448],[-81.08851,36.767422],[-81.261987,36.763033],[-81.379402,36.952442]]]},"properties":{"id":"51197","n":"Wythe","z":["24312","24313","24322","24323","24324","24343","24350","24360","24368","24374","24382"],"st":"VA"}},"51199":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.658651,37.380139],[-76.501939,37.241756],[-76.376936809718,37.249491762363],[-76.347189928968,37.189644493655],[-76.395795,37.107174],[-76.4355,37.094866],[-76.591577,37.213833],[-76.680151,37.265997],[-76.727859,37.305927],[-76.755401,37.354385],[-76.658651,37.380139]]]},"properties":{"id":"51199","n":"York","z":["23185","23188","23602","23603","23665","23681","23690","23691","23692","23693","23694","23696"],"st":"VA"}},"51510":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.110799,38.843446],[-77.039066356765,38.841271889519],[-77.039006,38.791645],[-77.039239885082,38.785336325624],[-77.143206,38.805624],[-77.110799,38.843446]]]},"properties":{"id":"51510","n":"Alexandria city","z":["20598","22034","22206","22301","22302","22304","22305","22311","22312","22313","22314","22320","22331","22332","22333","22334","22350"],"st":"VA"}},"51520":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.145573270515,36.594560330834],[-82.2433850052,36.594876187665],[-82.114373,36.638418],[-82.145573270515,36.594560330834]]]},"properties":{"id":"51520","n":"Bristol city","z":["24201","24202","24203","24205","24209","37625"],"st":"VA"}},"51530":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.381509,37.742149],[-79.326012,37.743269],[-79.371705,37.695747],[-79.381509,37.742149]]]},"properties":{"id":"51530","n":"Buena Vista city","z":["24416"],"st":"VA"}},"51540":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.519333,38.010678],[-78.495034,38.065337],[-78.46368,38.020451],[-78.519333,38.010678]]]},"properties":{"id":"51540","n":"Charlottesville city","z":["22901","22902","22903","22904","22905","22906","22908","22909","22910","22945"],"st":"VA"}},"51550":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.420368,36.866348],[-76.363839,36.787804],[-76.289962,36.822048],[-76.22606,36.839947],[-76.2037,36.769742],[-76.067996,36.692579],[-76.121955,36.66575],[-76.12234994701,36.550552332554],[-76.31330296826,36.550551089807],[-76.491482575472,36.550732993836],[-76.456168,36.816948],[-76.420368,36.866348]]]},"properties":{"id":"51550","n":"Chesapeake city","z":["23320","23321","23322","23323","23324","23325","23326","23327","23328"],"st":"VA"}},"51570":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.403671,37.237346],[-77.416501,37.233208],[-77.431705,37.276342],[-77.362322,37.282162],[-77.403671,37.237346]]]},"properties":{"id":"51570","n":"Colonial Heights city","z":["23834"],"st":"VA"}},"51580":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.00136,37.789826],[-79.967071,37.803405],[-79.978214,37.764975],[-80.00136,37.789826]]]},"properties":{"id":"51580","n":"Covington city","z":["24426"],"st":"VA"}},"51590":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.343115919369,36.541143099969],[-79.470056673924,36.540836149787],[-79.500848,36.618262],[-79.398094,36.644037],[-79.302564,36.577431],[-79.343115919369,36.541143099969]]]},"properties":{"id":"51590","n":"Danville city","z":["24540","24541","24543"],"st":"VA"}},"51595":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.556524,36.674874],[-77.51445,36.720588],[-77.509246,36.682998],[-77.556524,36.674874]]]},"properties":{"id":"51595","n":"Emporia city","z":["23847"],"st":"VA"}},"51600":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.328788,38.864848],[-77.270228,38.865639],[-77.303067,38.832822],[-77.328788,38.864848]]]},"properties":{"id":"51600","n":"Fairfax city","z":["22030","22031","22032"],"st":"VA"}},"51610":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.172276,38.893245],[-77.149701,38.87567],[-77.189754,38.878136],[-77.172276,38.893245]]]},"properties":{"id":"51610","n":"Falls Church city","z":["22040","22042","22044","22046","22205"],"st":"VA"}},"51620":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.924629,36.707729],[-76.909672,36.648175],[-76.962339,36.667515],[-76.924629,36.707729]]]},"properties":{"id":"51620","n":"Franklin city","z":["23851"],"st":"VA"}},"51630":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.447126,38.284614],[-77.492015,38.273719],[-77.530283,38.309175],[-77.447126,38.284614]]]},"properties":{"id":"51630","n":"Fredericksburg city","z":["22401","22402","22412"],"st":"VA"}},"51640":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.932271,36.671593],[-80.877274,36.692215],[-80.914173,36.650246],[-80.932271,36.671593]]]},"properties":{"id":"51640","n":"Galax city","z":["24333"],"st":"VA"}},"51650":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.4355,37.094866],[-76.395795,37.107174],[-76.293126918301,37.11416370088],[-76.296792290295,36.993790966452],[-76.341825,36.924772],[-76.384419,36.951059],[-76.443117,37.019809],[-76.4355,37.094866]]]},"properties":{"id":"51650","n":"Hampton city","z":["23605","23651","23661","23663","23664","23665","23666","23667","23668","23669","23670"],"st":"VA"}},"51660":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.915443,38.437455],[-78.871361,38.489518],[-78.827031,38.420552],[-78.915443,38.437455]]]},"properties":{"id":"51660","n":"Harrisonburg city","z":["22081","22801","22802","22807","22833","22848"],"st":"VA"}},"51670":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.334549,37.312468],[-77.284019,37.313012],[-77.31081,37.261451],[-77.334549,37.312468]]]},"properties":{"id":"51670","n":"Hopewell city","z":["23860"],"st":"VA"}},"51678":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.461582,37.786356],[-79.414948,37.788627],[-79.455667,37.765219],[-79.461582,37.786356]]]},"properties":{"id":"51678","n":"Lexington city","z":["24450"],"st":"VA"}},"51680":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.185702,37.46582],[-79.085123,37.394875],[-79.214982,37.333],[-79.257955,37.355816],[-79.266986,37.447868],[-79.185702,37.46582]]]},"properties":{"id":"51680","n":"Lynchburg city","z":["24501","24502","24503","24504","24506","24513","24514","24515","24551"],"st":"VA"}},"51683":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.47576,38.781171],[-77.458695,38.772319],[-77.471177,38.727665],[-77.523569,38.717642],[-77.47576,38.781171]]]},"properties":{"id":"51683","n":"Manassas city","z":["20108","20109","20110","20113"],"st":"VA"}},"51685":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.458695,38.772319],[-77.47576,38.781171],[-77.444875,38.770495],[-77.440333,38.783473],[-77.420581,38.762287],[-77.427332,38.753598],[-77.458695,38.772319]]]},"properties":{"id":"51685","n":"Manassas Park city","z":["20111"],"st":"VA"}},"51690":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.904077,36.684127],[-79.837359,36.704137],[-79.831433,36.646321],[-79.904077,36.684127]]]},"properties":{"id":"51690","n":"Martinsville city","z":["24112"],"st":"VA"}},"51700":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.641581,37.153827],[-76.591577,37.213833],[-76.4355,37.094866],[-76.443117,37.019809],[-76.384419,36.951059],[-76.399567,36.930947],[-76.445301,36.941891],[-76.645821,37.125155],[-76.641581,37.153827]]]},"properties":{"id":"51700","n":"Newport News city","z":["23601","23602","23603","23604","23605","23606","23607","23608","23609","23612","23628","23630"],"st":"VA"}},"51710":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.341825,36.924772],[-76.296792290295,36.993790966452],[-76.176947585199,36.928538680155],[-76.22606,36.839947],[-76.289962,36.822048],[-76.341825,36.924772]]]},"properties":{"id":"51710","n":"Norfolk city","z":["23501","23502","23503","23504","23505","23506","23507","23508","23509","23510","23511","23513","23514","23515","23517","23518","23519","23523","23529","23541","23551"],"st":"VA"}},"51720":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.663625,36.920959],[-82.634101,36.952248],[-82.591147,36.935313],[-82.663625,36.920959]]]},"properties":{"id":"51720","n":"Norton city","z":["24273"],"st":"VA"}},"51730":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.447408,37.223066],[-77.416501,37.233208],[-77.403671,37.237346],[-77.376785,37.244849],[-77.399203,37.17085],[-77.447408,37.223066]]]},"properties":{"id":"51730","n":"Petersburg city","z":["23803","23804","23805"],"st":"VA"}},"51735":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.347189928968,37.189644493655],[-76.293126918301,37.11416370088],[-76.395795,37.107174],[-76.347189928968,37.189644493655]]]},"properties":{"id":"51735","n":"Poquoson city","z":["23662"],"st":"VA"}},"51740":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.399567,36.930947],[-76.384419,36.951059],[-76.341825,36.924772],[-76.289962,36.822048],[-76.363839,36.787804],[-76.420368,36.866348],[-76.399567,36.930947]]]},"properties":{"id":"51740","n":"Portsmouth city","z":["23701","23702","23703","23704","23705","23707","23708","23709"],"st":"VA"}},"51750":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.529762,37.133842],[-80.580469,37.089662],[-80.596409,37.118889],[-80.529762,37.133842]]]},"properties":{"id":"51750","n":"Radford city","z":["24141","24142"],"st":"VA"}},"51760":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.595462,37.55575],[-77.478254,37.598549],[-77.385513,37.535172],[-77.420875,37.447101],[-77.595462,37.55575]]]},"properties":{"id":"51760","n":"Richmond city","z":["23173","23218","23219","23220","23221","23222","23223","23224","23225","23226","23227","23230","23231","23232","23234","23235","23241","23242","23249","23255","23260","23261","23269","23273","23274","23276","23278","23279","23282","23284","23285","23286","23288","23289","23290","23291","23292","23293","23295","23297","23298"],"st":"VA"}},"51770":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.022226,37.308338],[-79.974023,37.335419],[-79.87855,37.29189],[-79.946817,37.213037],[-80.033464,37.26289],[-80.022226,37.308338]]]},"properties":{"id":"51770","n":"Roanoke city","z":["24001","24002","24003","24004","24005","24006","24007","24008","24009","24010","24011","24012","24013","24014","24015","24016","24017","24018","24019","24022","24023","24024","24025","24026","24027","24028","24029","24030","24031","24032","24033","24034","24035","24036","24037","24038","24040","24043","24050"],"st":"VA"}},"51775":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.022226,37.308338],[-80.033464,37.26289],[-80.12049,37.287053],[-80.022226,37.308338]]]},"properties":{"id":"51775","n":"Salem city","z":["24018","24153","24155","24157"],"st":"VA"}},"51790":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.105671,38.139591],[-79.022841,38.195645],[-79.049819,38.121176],[-79.105671,38.139591]]]},"properties":{"id":"51790","n":"Staunton city","z":["24401","24402","24463","24482"],"st":"VA"}},"51800":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.897592,36.64405],[-76.53352,36.915563],[-76.445301,36.941891],[-76.399567,36.930947],[-76.420368,36.866348],[-76.456168,36.816948],[-76.491482575472,36.550732993836],[-76.541965865718,36.55078453236],[-76.916037632856,36.54608133029],[-76.897592,36.64405]]]},"properties":{"id":"51800","n":"Suffolk city","z":["23321","23432","23433","23434","23435","23436","23437","23438","23439"],"st":"VA"}},"51810":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.22606,36.839947],[-76.176947585199,36.928538680155],[-75.996252,36.922047],[-75.867044,36.550754],[-76.12234994701,36.550552332554],[-76.121955,36.66575],[-76.067996,36.692579],[-76.2037,36.769742],[-76.22606,36.839947]]]},"properties":{"id":"51810","n":"Virginia Beach city","z":["23450","23451","23452","23453","23454","23455","23456","23457","23458","23459","23460","23461","23462","23463","23464","23465","23466","23467","23471","23479"],"st":"VA"}},"51820":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.928697,38.091484],[-78.864449,38.095738],[-78.870563,38.04046],[-78.928697,38.091484]]]},"properties":{"id":"51820","n":"Waynesboro city","z":["22980"],"st":"VA"}},"51830":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.727859,37.305927],[-76.680151,37.265997],[-76.741143,37.27338],[-76.727859,37.305927]]]},"properties":{"id":"51830","n":"Williamsburg city","z":["23185","23187","23188"],"st":"VA"}},"51840":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.192659,39.167927],[-78.136725,39.184371],[-78.183183,39.131027],[-78.192659,39.167927]]]},"properties":{"id":"51840","n":"Winchester city","z":["22601"],"st":"VA"}},"53001":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-118.979777,47.261709],[-117.96093,47.260568],[-117.959335,46.914811],[-118.015567,46.784873],[-118.210243,46.738833],[-119.369429,46.737695],[-119.368662,46.912562],[-118.982652,46.911344],[-118.979777,47.261709]]]},"properties":{"id":"53001","n":"Adams","z":["98857","99032","99105","99159","99169","99326","99333","99341","99344","99371"],"st":"WA"}},"53003":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-117.22812,46.462245],[-117.208628,46.423707],[-117.03664574842,46.426100482655],[-117.062748,46.353624],[-116.923958,46.17092],[-116.981962,46.084915],[-116.915989,45.995413],[-117.47993726365,45.997566766842],[-117.479988,46.121994],[-117.419482,46.121956],[-117.419334,46.383139],[-117.228796,46.411306],[-117.22812,46.462245]]]},"properties":{"id":"53003","n":"Asotin","z":["99401","99402","99403"],"st":"WA"}},"53005":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-119.874042,46.628283],[-119.618479,46.647583],[-119.511388,46.727687],[-119.45319,46.679243],[-119.27032,46.521311],[-119.264392,46.272595],[-119.041498,46.192667],[-118.974664,46.139523],[-118.941323,46.027528],[-118.98722753956,45.999800213524],[-119.12612,45.932859],[-119.25715,45.939926],[-119.43213855882,45.913209144234],[-119.600549,45.919581],[-119.669877,45.856867],[-119.86815388939,45.838226602636],[-119.865829,46.040858],[-119.874042,46.628283]]]},"properties":{"id":"53005","n":"Benton","z":["98930","98944","99320","99336","99337","99338","99345","99346","99350","99352","99353","99354"],"st":"WA"}},"53007":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-121.001658,48.296009],[-121.071589,48.317802],[-121.049714,48.485399],[-120.823947,48.54503],[-120.702069,48.531589],[-120.652283,48.536939],[-120.649933,48.398139],[-120.560206,48.361048],[-120.346284,48.199986],[-120.361288,48.157569],[-120.143075,48.064882],[-120.066023,47.966442],[-119.870595,47.960455],[-119.992679,47.78315],[-120.209395,47.748356],[-120.199048,47.682276],[-120.316594,47.471273],[-120.28653,47.393111],[-120.086308,47.338942],[-120.09446,47.262159],[-120.389197,47.260935],[-120.5305,47.334328],[-120.664368,47.343305],[-120.802533,47.422626],[-120.917936,47.429367],[-121.113569,47.597288],[-121.121584,47.685213],[-121.066005,47.713603],[-121.119179,47.779933],[-121.070685,47.826616],[-121.180776,47.898769],[-121.118183,47.997103],[-121.15326,48.039693],[-121.015942,48.074795],[-120.907425,48.163184],[-121.001658,48.296009]]]},"properties":{"id":"53007","n":"Chelan","z":["09811","98801","98811","98815","98816","98817","98821","98822","98826","98828","98831","98836","98847","98852"],"st":"WA"}},"53009":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-122.91068675572,48.109799743933],[-122.94918,48.06515],[-122.949167,47.866822],[-123.505917,47.866897],[-124.61310865605,47.880572441749],[-124.672427,47.964414],[-124.721725,48.153185],[-124.669265,48.296353],[-124.725839,48.386012],[-124.653243,48.390691],[-124.380874,48.284699],[-124.101773,48.216883],[-124.050734,48.177747],[-123.672445,48.162715],[-123.441972,48.124259],[-123.239129,48.118217],[-123.144783,48.175943],[-123.004128,48.090516],[-122.91068675572,48.109799743933]]]},"properties":{"id":"53009","n":"Clallam","z":["98305","98324","98326","98331","98350","98357","98362","98363","98381","98382"],"st":"WA"}},"53011":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-122.7880863626,45.851007454356],[-122.657632,45.928134],[-122.477104,45.988089],[-122.357765,45.956915],[-122.245856,46.053853],[-122.24919700805,45.549998932741],[-122.438674,45.563585],[-122.738109,45.644138],[-122.76651077133,45.728662574445],[-122.7880863626,45.851007454356]]]},"properties":{"id":"53011","n":"Clark","z":["98601","98604","98606","98607","98629","98642","98660","98661","98662","98663","98664","98665","98666","98668","98671","98674","98675","98682","98683","98684","98685","98686","98687"],"st":"WA"}},"53013":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-118.228635,46.593362],[-118.21566,46.588924],[-118.165292,46.555135],[-117.881857,46.592193],[-117.85185,46.62467],[-117.863347,46.470667],[-117.737303,46.471454],[-117.674946,46.337651],[-117.611903,46.338478],[-117.6034258345,45.998760173443],[-117.97765730653,46.000168202382],[-117.9969704296,46.000190667173],[-117.991481,46.207702],[-118.116624,46.20805],[-118.116117,46.295455],[-118.241872,46.295064],[-118.228635,46.593362]]]},"properties":{"id":"53013","n":"Columbia","z":["99328","99347","99348","99359","99361"],"st":"WA"}},"53015":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-123.21795,46.385617],[-122.240966,46.385361],[-122.245856,46.053853],[-122.357765,45.956915],[-122.477104,45.988089],[-122.657632,45.928134],[-122.7880863626,45.851007454356],[-122.813998,45.960984],[-122.904119,46.083734],[-123.115904,46.185268],[-123.21249359121,46.1710964584],[-123.21795,46.385617]]]},"properties":{"id":"53015","n":"Cowlitz","z":["98581","98601","98603","98609","98611","98616","98625","98626","98632","98645","98649","98674"],"st":"WA"}},"53017":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-119.870595,47.960455],[-119.89535,48.050044],[-119.774593,48.104213],[-119.669707,48.075232],[-119.652468,48.000221],[-119.436257,48.076688],[-119.343523,48.049432],[-119.298585,48.115485],[-119.05697,48.136974],[-118.950782,48.018884],[-118.982234,47.962025],[-119.103873,47.961763],[-119.212225,47.887708],[-119.21241,47.800695],[-119.298649,47.728328],[-119.320304,47.626797],[-119.405196,47.612636],[-119.532889,47.527756],[-119.533123,47.441207],[-119.87576,47.437492],[-120.004704,47.319994],[-120.007074,47.220133],[-120.09446,47.262159],[-120.086308,47.338942],[-120.28653,47.393111],[-120.316594,47.471273],[-120.199048,47.682276],[-120.209395,47.748356],[-119.992679,47.78315],[-119.870595,47.960455]]]},"properties":{"id":"53017","n":"Douglas","z":["98802","98807","98812","98813","98816","98823","98830","98843","98845","98848","98850","98858","99115","99116","99133"],"st":"WA"}},"53019":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-118.83661303558,49.000307759298],[-118.19737505246,49.000406751425],[-118.195508,48.840725],[-118.131002,48.777653],[-118.10496,48.653503],[-118.149709,48.520568],[-118.206507,48.470296],[-118.141477,48.260155],[-118.233198,48.065285],[-118.400807,48.028682],[-118.340938,47.894316],[-118.369064,47.832685],[-118.54409,47.883973],[-118.570396,47.932318],[-118.688394,47.942718],[-118.711682,47.903347],[-118.85196,47.957906],[-118.843888,48.481739],[-118.869633,48.653826],[-118.837006,48.653869],[-118.83661303558,49.000307759298]]]},"properties":{"id":"53019","n":"Ferry","z":["99118","99121","99138","99140","99141","99146","99150","99155","99160","99166"],"st":"WA"}},"53021":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-119.45319,46.679243],[-119.369165,46.678179],[-119.369429,46.737695],[-118.210243,46.738833],[-118.249122,46.734138],[-118.21566,46.588924],[-118.228635,46.593362],[-118.471646,46.597262],[-118.615592,46.504543],[-118.633826,46.414022],[-118.746199,46.359512],[-118.766898,46.297916],[-119.041498,46.192667],[-119.264392,46.272595],[-119.27032,46.521311],[-119.45319,46.679243]]]},"properties":{"id":"53021","n":"Franklin","z":["99301","99302","99326","99330","99335","99343","99344","99359","99371"],"st":"WA"}},"53023":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-117.85185,46.62467],[-117.740868,46.694583],[-117.597792,46.672543],[-117.464769,46.699626],[-117.382742,46.614684],[-117.254262,46.545082],[-117.22812,46.462245],[-117.228796,46.411306],[-117.419334,46.383139],[-117.419482,46.121956],[-117.479988,46.121994],[-117.47993726365,45.997566766842],[-117.6034258345,45.998760173443],[-117.611903,46.338478],[-117.674946,46.337651],[-117.737303,46.471454],[-117.863347,46.470667],[-117.85185,46.62467]]]},"properties":{"id":"53023","n":"Garfield","z":["99347","99403"],"st":"WA"}},"53025":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-120.007074,47.220133],[-120.004704,47.319994],[-119.87576,47.437492],[-119.533123,47.441207],[-119.532889,47.527756],[-119.405196,47.612636],[-119.320304,47.626797],[-119.298649,47.728328],[-119.21241,47.800695],[-119.212225,47.887708],[-119.103873,47.961763],[-118.982234,47.962025],[-118.973504,47.943414],[-118.979777,47.261709],[-118.982652,46.911344],[-119.368662,46.912562],[-119.369429,46.737695],[-119.369165,46.678179],[-119.45319,46.679243],[-119.511388,46.727687],[-119.618479,46.647583],[-119.874042,46.628283],[-119.973036,46.737126],[-119.927436,46.798445],[-119.966129,46.943757],[-120.042866,47.073453],[-120.007074,47.220133]]]},"properties":{"id":"53025","n":"Grant","z":["98823","98824","98832","98837","98848","98851","98853","98857","98860","99103","99115","99116","99123","99133","99135","99321","99344","99349","99357"],"st":"WA"}},"53027":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-124.35361567089,47.533537083052],[-124.04674,47.518525],[-123.505917,47.517716],[-123.488943,47.082646],[-123.201891,47.085059],[-123.158364,46.995871],[-123.160588,46.793383],[-123.37095,46.792129],[-124.09679666791,46.794085],[-124.169113,46.994508],[-124.188544,47.157859],[-124.236349,47.287287],[-124.319379,47.355559],[-124.35361567089,47.533537083052]]]},"properties":{"id":"53027","n":"Grays Harbor","z":["98520","98526","98535","98536","98537","98541","98547","98550","98552","98557","98559","98562","98563","98566","98568","98569","98571","98575","98583","98587","98595"],"st":"WA"}},"53029":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-122.66698252822,48.412466992044],[-122.58717,48.416853],[-122.458596,48.297703],[-122.392977,48.23743],[-122.417909,48.170622],[-122.350289,48.080312],[-122.333348,47.933217],[-122.429625,47.828098],[-122.501809,47.929713],[-122.57374586432,47.951004167209],[-122.598301,48.110616],[-122.752563,48.260061],[-122.66698252822,48.412466992044]]]},"properties":{"id":"53029","n":"Island","z":["98236","98239","98249","98253","98260","98277","98278","98282"],"st":"WA"}},"53031":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-124.61310865605,47.880572441749],[-123.505917,47.866897],[-122.949167,47.866822],[-122.94918,48.06515],[-122.91068675572,48.109799743933],[-122.760448,48.14324],[-122.698465,48.103102],[-122.701294,47.972979],[-122.63410286528,47.923035299739],[-122.595535,47.882298],[-122.721971,47.787665],[-122.783237,47.672754],[-122.950621,47.606308],[-123.505917,47.604615],[-123.505917,47.517716],[-124.04674,47.518525],[-124.35361567089,47.533537083052],[-124.412106,47.691199],[-124.539927,47.836967],[-124.61310865605,47.880572441749]]]},"properties":{"id":"53031","n":"Jefferson","z":["98320","98325","98331","98339","98358","98365","98368","98376","98382"],"st":"WA"}},"53033":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-122.536993,47.403355],[-122.445026,47.542713],[-122.438093,47.777814],[-121.119179,47.779933],[-121.066005,47.713603],[-121.121584,47.685213],[-121.113569,47.597288],[-121.17225,47.590054],[-121.410878,47.424539],[-121.464234,47.354416],[-121.427492,47.289075],[-121.341203,47.281261],[-121.365138,47.224563],[-121.297567,47.148618],[-121.379682,47.087495],[-121.379961,47.087248],[-121.581673,47.118648],[-121.630993,47.153513],[-121.796464,47.173059],[-121.937864,47.138721],[-122.094764,47.194977],[-122.143976,47.257526],[-122.33492,47.257594],[-122.437252,47.333717],[-122.537595,47.337339],[-122.536993,47.403355]]]},"properties":{"id":"53033","n":"King","z":["98001","98002","98003","98004","98005","98006","98007","98008","98009","98010","98011","98013","98014","98015","98019","98022","98023","98024","98025","98027","98028","98029","98030","98031","98032","98033","98034","98035","98038","98039","98040","98041","98042","98045","98047","98050","98051","98052","98053","98055","98056","98057","98058","98059","98062","98063","98064","98065","98068","98070","98071","98072","98073","98074","98075","98077","98083","98089","98092","98093","98101","98102","98103","98104","98105","98106","98107","98108","98109","98111","98112","98113","98114","98115","98116","98117","98118","98119","98121","98122","98124","98125","98126","98127","98129","98131","98133","98134","98136","98138","98139","98141","98144","98145","98146","98148","98154","98155","98158","98160","98161","98164","98165","98166","98168","98170","98174","98175","98177","98178","98181","98185","98188","98190","98191","98194","98195","98198","98199","98224","98288","98354"],"st":"WA"}},"53035":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-122.950621,47.606308],[-122.783237,47.672754],[-122.721971,47.787665],[-122.595535,47.882298],[-122.63410286528,47.923035299739],[-122.57374586432,47.951004167209],[-122.501809,47.929713],[-122.429625,47.828098],[-122.438093,47.777814],[-122.445026,47.542713],[-122.536993,47.403355],[-122.801199,47.403578],[-122.801012,47.520406],[-123.038404,47.520236],[-122.950621,47.606308]]]},"properties":{"id":"53035","n":"Kitsap","z":["98061","98110","98310","98311","98312","98314","98315","98329","98337","98340","98342","98345","98346","98353","98359","98364","98366","98367","98370","98380","98383","98384","98386","98392","98393","98528"],"st":"WA"}},"53037":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-121.113569,47.597288],[-120.917936,47.429367],[-120.802533,47.422626],[-120.664368,47.343305],[-120.5305,47.334328],[-120.389197,47.260935],[-120.09446,47.262159],[-120.007074,47.220133],[-120.042866,47.073453],[-119.966129,46.943757],[-119.927436,46.798445],[-119.973036,46.737126],[-120.51,46.737946],[-120.508605,46.824862],[-120.633981,46.825776],[-120.634562,46.91213],[-121.02662,46.911308],[-121.090054,46.991007],[-121.28101,47.08875],[-121.379682,47.087495],[-121.297567,47.148618],[-121.365138,47.224563],[-121.341203,47.281261],[-121.427492,47.289075],[-121.464234,47.354416],[-121.410878,47.424539],[-121.17225,47.590054],[-121.113569,47.597288]]]},"properties":{"id":"53037","n":"Kittitas","z":["98068","98828","98901","98922","98925","98926","98934","98937","98940","98941","98943","98946","98950"],"st":"WA"}},"53039":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-121.522321,46.044006],[-119.865829,46.040858],[-119.86815388939,45.838226602636],[-119.99950515346,45.811684923082],[-120.210754,45.725951],[-120.4885468207,45.699912227478],[-120.591166,45.746547],[-120.91393501308,45.648065866423],[-121.084933,45.647893],[-121.183841,45.606441],[-121.215779,45.671238],[-121.44069582786,45.699073794772],[-121.52400610422,45.723836225199],[-121.609246,45.782519],[-121.612232,46.044093],[-121.522321,46.044006]]]},"properties":{"id":"53039","n":"Klickitat","z":["98602","98605","98613","98617","98619","98620","98623","98628","98635","98650","98670","98672","98673","99322","99350","99356"],"st":"WA"}},"53041":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-123.37095,46.792129],[-123.160588,46.793383],[-123.160909,46.76433],[-122.203115,46.763061],[-121.84189,46.728455],[-121.758593,46.783791],[-121.455218,46.783797],[-121.353562,46.711506],[-121.451256,46.533894],[-121.393734,46.390204],[-121.522324,46.388224],[-122.240966,46.385361],[-123.21795,46.385617],[-123.358334,46.384025],[-123.37095,46.792129]]]},"properties":{"id":"53041","n":"Lewis","z":["98304","98336","98352","98355","98356","98361","98377","98522","98531","98532","98533","98538","98539","98542","98544","98564","98565","98568","98570","98572","98579","98582","98585","98591","98593","98596"],"st":"WA"}},"53043":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-118.973504,47.943414],[-118.85196,47.957906],[-118.711682,47.903347],[-118.688394,47.942718],[-118.570396,47.932318],[-118.54409,47.883973],[-118.369064,47.832685],[-118.340938,47.894316],[-118.212323,47.945493],[-118.078182,47.800062],[-117.881473,47.84749],[-117.820947,47.825775],[-117.823629,47.26022],[-117.96093,47.260568],[-118.979777,47.261709],[-118.973504,47.943414]]]},"properties":{"id":"53043","n":"Lincoln","z":["98832","99008","99013","99029","99032","99103","99117","99122","99133","99134","99144","99147","99154","99159","99169","99185"],"st":"WA"}},"53045":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-122.950621,47.606308],[-123.038404,47.520236],[-122.801012,47.520406],[-122.801199,47.403578],[-122.852917,47.256462],[-122.820576,47.19422],[-122.936283,47.189457],[-123.074957,47.090844],[-123.201891,47.085059],[-123.488943,47.082646],[-123.505917,47.517716],[-123.505917,47.604615],[-122.950621,47.606308]]]},"properties":{"id":"53045","n":"Mason","z":["98524","98528","98541","98546","98548","98555","98557","98560","98584","98588","98592"],"st":"WA"}},"53047":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-120.85152713302,49.000591152835],[-118.83661303558,49.000307759298],[-118.837006,48.653869],[-118.869633,48.653826],[-118.843888,48.481739],[-118.85196,47.957906],[-118.973504,47.943414],[-118.982234,47.962025],[-118.950782,48.018884],[-119.05697,48.136974],[-119.298585,48.115485],[-119.343523,48.049432],[-119.436257,48.076688],[-119.652468,48.000221],[-119.669707,48.075232],[-119.774593,48.104213],[-119.89535,48.050044],[-119.870595,47.960455],[-120.066023,47.966442],[-120.143075,48.064882],[-120.361288,48.157569],[-120.346284,48.199986],[-120.560206,48.361048],[-120.649933,48.398139],[-120.652283,48.536939],[-120.702069,48.531589],[-120.688515,48.575705],[-120.788307,48.625115],[-120.751904,48.657002],[-120.655857,48.724342],[-120.735427,48.786487],[-120.735281,48.864374],[-120.85152713302,49.000591152835]]]},"properties":{"id":"53047","n":"Okanogan","z":["98812","98813","98814","98819","98827","98829","98833","98834","98840","98841","98844","98846","98849","98855","98856","98859","98862","99116","99124","99155","99166"],"st":"WA"}},"53049":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-124.09679666791,46.794085],[-123.37095,46.792129],[-123.358334,46.384025],[-123.726557,46.384872],[-123.7279038176,46.291335585711],[-123.875525,46.239787],[-123.969427,46.291398],[-124.080671,46.267239],[-124.057024,46.493338],[-124.069583,46.630651],[-123.923269,46.672708],[-124.080983,46.735003],[-124.09679666791,46.794085]]]},"properties":{"id":"53049","n":"Pacific","z":["98527","98537","98547","98554","98577","98586","98590","98614","98621","98624","98631","98637","98638","98640","98641","98644"],"st":"WA"}},"53051":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-117.429968,49.000306869826],[-117.032351,48.999188],[-117.03293918212,48.846667921201],[-117.04121445346,48.045465103803],[-117.436993,48.047207],[-117.437629,48.134688],[-117.502371,48.134708],[-117.499975,48.656187],[-117.629241,48.655852],[-117.629421,48.742634],[-117.563811,48.742961],[-117.563858,48.836671],[-117.498496,48.8369],[-117.498957,48.923159],[-117.430377,48.923168],[-117.429968,49.000306869826]]]},"properties":{"id":"53051","n":"Pend Oreille","z":["99006","99009","99119","99139","99152","99153","99156","99180"],"st":"WA"}},"53053":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-122.801199,47.403578],[-122.536993,47.403355],[-122.537595,47.337339],[-122.437252,47.333717],[-122.33492,47.257594],[-122.143976,47.257526],[-122.094764,47.194977],[-121.937864,47.138721],[-121.796464,47.173059],[-121.630993,47.153513],[-121.581673,47.118648],[-121.379961,47.087248],[-121.456447,46.923577],[-121.52307,46.872783],[-121.455218,46.783797],[-121.758593,46.783791],[-121.84189,46.728455],[-122.203115,46.763061],[-122.303576,46.828117],[-122.491079,46.867965],[-122.494116,46.905218],[-122.659863,47.003225],[-122.692178,47.099206],[-122.820576,47.19422],[-122.852917,47.256462],[-122.801199,47.403578]]]},"properties":{"id":"53053","n":"Pierce","z":["98022","98047","98092","98303","98304","98321","98322","98323","98327","98328","98329","98330","98332","98333","98335","98338","98343","98344","98349","98351","98354","98360","98371","98372","98373","98374","98375","98378","98385","98387","98388","98390","98391","98394","98395","98396","98397","98398","98401","98402","98403","98404","98405","98406","98407","98408","98409","98411","98412","98413","98415","98416","98417","98418","98419","98421","98422","98424","98430","98431","98433","98438","98439","98443","98444","98445","98446","98447","98448","98464","98465","98466","98467","98471","98481","98490","98493","98496","98497","98498","98499","98558","98580"],"st":"WA"}},"53055":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-123.237148,48.683466],[-123.070427,48.699971],[-122.937925,48.790315],[-122.818436,48.744629],[-122.743049,48.661991],[-122.79901,48.604683],[-122.803521,48.428748],[-122.874135,48.418196],[-123.141478,48.505291],[-123.237148,48.683466]]]},"properties":{"id":"53055","n":"San Juan","z":["98221","98222","98243","98245","98250","98261","98279","98280","98286","98297"],"st":"WA"}},"53057":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-122.67134542567,48.64529899852],[-120.908358,48.640901],[-120.751904,48.657002],[-120.788307,48.625115],[-120.688515,48.575705],[-120.702069,48.531589],[-120.823947,48.54503],[-121.049714,48.485399],[-121.071589,48.317802],[-121.001658,48.296009],[-122.458596,48.297703],[-122.58717,48.416853],[-122.66698252822,48.412466992044],[-122.689121,48.476849],[-122.642597,48.588339],[-122.67134542567,48.64529899852]]]},"properties":{"id":"53057","n":"Skagit","z":["98221","98229","98232","98233","98235","98237","98238","98241","98255","98257","98263","98267","98273","98274","98283","98284","98292"],"st":"WA"}},"53059":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-122.245856,46.053853],[-122.240966,46.385361],[-121.522324,46.388224],[-121.522321,46.044006],[-121.612232,46.044093],[-121.609246,45.782519],[-121.52400610422,45.723836225199],[-121.735104,45.694039],[-121.811304,45.706761],[-121.92374936199,45.654349508969],[-122.24919700805,45.549998932741],[-122.245856,46.053853]]]},"properties":{"id":"53059","n":"Skamania","z":["98605","98610","98616","98639","98648","98651","98671","98672"],"st":"WA"}},"53061":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-122.458596,48.297703],[-121.001658,48.296009],[-120.907425,48.163184],[-121.015942,48.074795],[-121.15326,48.039693],[-121.118183,47.997103],[-121.180776,47.898769],[-121.070685,47.826616],[-121.119179,47.779933],[-122.438093,47.777814],[-122.429625,47.828098],[-122.333348,47.933217],[-122.350289,48.080312],[-122.417909,48.170622],[-122.392977,48.23743],[-122.458596,48.297703]]]},"properties":{"id":"53061","n":"Snohomish","z":{"0":"98012","1":"98020","2":"98021","3":"98026","4":"98036","5":"98037","6":"98043","7":"98046","8":"98072","9":"98077","10":"98082","11":"98087","12":"98201","13":"98203","14":"98204","15":"98206","16":"98207","17":"98208","18":"98213","19":"98223","20":"98241","21":"98251","22":"98252","23":"98256","24":"98258","25":"98259","26":"98270","27":"98271","28":"98272","29":"98275","30":"98287","31":"98290","32":"98291","33":"98292","34":"98293","35":"98294","36":"98296","50":"98205"},"st":"WA"}},"53063":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-117.820947,47.825775],[-117.697774,47.856278],[-117.535262,47.794458],[-117.535262,48.047779],[-117.436993,48.047207],[-117.04121445346,48.045465103803],[-117.04130644646,47.977455920027],[-117.04049037557,47.366028886698],[-117.04015975186,47.259272],[-117.823629,47.26022],[-117.820947,47.825775]]]},"properties":{"id":"53063","n":"Spokane","z":["83853","99001","99003","99004","99005","99006","99008","99009","99011","99012","99013","99014","99016","99018","99019","99020","99021","99022","99023","99025","99026","99027","99029","99030","99031","99033","99036","99037","99039","99110","99156","99170","99201","99202","99203","99204","99205","99206","99207","99208","99210","99211","99212","99213","99214","99215","99216","99217","99218","99219","99220","99223","99224","99228","99251","99252","99256","99258","99260"],"st":"WA"}},"53065":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-118.19737505246,49.000406751425],[-117.429968,49.000306869826],[-117.430377,48.923168],[-117.498957,48.923159],[-117.498496,48.8369],[-117.563858,48.836671],[-117.563811,48.742961],[-117.629421,48.742634],[-117.629241,48.655852],[-117.499975,48.656187],[-117.502371,48.134708],[-117.437629,48.134688],[-117.436993,48.047207],[-117.535262,48.047779],[-117.535262,47.794458],[-117.697774,47.856278],[-117.820947,47.825775],[-117.881473,47.84749],[-118.078182,47.800062],[-118.212323,47.945493],[-118.340938,47.894316],[-118.400807,48.028682],[-118.233198,48.065285],[-118.141477,48.260155],[-118.206507,48.470296],[-118.149709,48.520568],[-118.10496,48.653503],[-118.131002,48.777653],[-118.195508,48.840725],[-118.19737505246,49.000406751425]]]},"properties":{"id":"53065","n":"Stevens","z":["99006","99013","99026","99034","99040","99101","99109","99110","99114","99122","99126","99129","99131","99137","99141","99148","99151","99157","99167","99173","99181"],"st":"WA"}},"53067":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-123.201891,47.085059],[-123.074957,47.090844],[-122.936283,47.189457],[-122.820576,47.19422],[-122.692178,47.099206],[-122.659863,47.003225],[-122.494116,46.905218],[-122.491079,46.867965],[-122.303576,46.828117],[-122.203115,46.763061],[-123.160909,46.76433],[-123.160588,46.793383],[-123.158364,46.995871],[-123.201891,47.085059]]]},"properties":{"id":"53067","n":"Thurston","z":["98501","98502","98503","98504","98505","98506","98507","98508","98509","98511","98512","98513","98516","98530","98531","98540","98556","98561","98576","98579","98589","98597","98599"],"st":"WA"}},"53069":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-123.358334,46.384025],[-123.21795,46.385617],[-123.21249359121,46.1710964584],[-123.36374450727,46.146243194349],[-123.479644,46.269131],[-123.547659,46.259109],[-123.7279038176,46.291335585711],[-123.726557,46.384872],[-123.358334,46.384025]]]},"properties":{"id":"53069","n":"Wahkiakum","z":["98612","98621","98632","98638","98643","98647"],"st":"WA"}},"53071":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-118.228635,46.593362],[-118.241872,46.295064],[-118.116117,46.295455],[-118.116624,46.20805],[-117.991481,46.207702],[-117.9969704296,46.000190667173],[-118.98722753956,45.999800213524],[-118.941323,46.027528],[-118.974664,46.139523],[-119.041498,46.192667],[-118.766898,46.297916],[-118.746199,46.359512],[-118.633826,46.414022],[-118.615592,46.504543],[-118.471646,46.597262],[-118.228635,46.593362]]]},"properties":{"id":"53071","n":"Walla Walla","z":["99323","99324","99329","99348","99360","99361","99362","99363"],"st":"WA"}},"53073":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-120.85152713302,49.000591152835],[-120.735281,48.864374],[-120.735427,48.786487],[-120.655857,48.724342],[-120.751904,48.657002],[-120.908358,48.640901],[-122.67134542567,48.64529899852],[-122.732506,48.838097],[-122.821631,48.941369],[-122.75802,49.002357],[-121.751252,48.997399],[-120.85152713302,49.000591152835]]]},"properties":{"id":"53073","n":"Whatcom","z":["98220","98225","98226","98227","98228","98229","98230","98231","98237","98240","98244","98247","98248","98262","98264","98266","98276","98281","98283","98284","98295","98862"],"st":"WA"}},"53075":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-118.210243,46.738833],[-118.015567,46.784873],[-117.959335,46.914811],[-117.96093,47.260568],[-117.823629,47.26022],[-117.04015975186,47.259272],[-117.03983338603,47.127268992254],[-117.03977765556,46.541708992038],[-117.03664574842,46.426100482655],[-117.208628,46.423707],[-117.22812,46.462245],[-117.254262,46.545082],[-117.382742,46.614684],[-117.464769,46.699626],[-117.597792,46.672543],[-117.740868,46.694583],[-117.85185,46.62467],[-117.881857,46.592193],[-118.165292,46.555135],[-118.21566,46.588924],[-118.249122,46.734138],[-118.210243,46.738833]]]},"properties":{"id":"53075","n":"Whitman","z":["99004","99017","99033","99102","99104","99111","99113","99125","99128","99130","99136","99143","99149","99158","99161","99163","99164","99170","99171","99174","99176","99179","99333","99347"],"st":"WA"}},"53077":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-121.379961,47.087248],[-121.379682,47.087495],[-121.28101,47.08875],[-121.090054,46.991007],[-121.02662,46.911308],[-120.634562,46.91213],[-120.633981,46.825776],[-120.508605,46.824862],[-120.51,46.737946],[-119.973036,46.737126],[-119.874042,46.628283],[-119.865829,46.040858],[-121.522321,46.044006],[-121.522324,46.388224],[-121.393734,46.390204],[-121.451256,46.533894],[-121.353562,46.711506],[-121.455218,46.783797],[-121.52307,46.872783],[-121.456447,46.923577],[-121.379961,47.087248]]]},"properties":{"id":"53077","n":"Yakima","z":{"0":"98901","1":"98902","2":"98903","3":"98904","4":"98907","5":"98908","6":"98909","7":"98920","8":"98921","9":"98923","10":"98930","11":"98932","12":"98933","13":"98935","14":"98936","15":"98937","16":"98938","17":"98939","18":"98942","19":"98944","20":"98947","21":"98948","22":"98951","23":"98952","24":"98953","25":"99350","32":"98929"},"st":"WA"}},"54001":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.166387,39.242283],[-80.023411,39.247892],[-79.895536,39.299584],[-79.809729,39.230526],[-79.825092,39.115803],[-79.895993,38.973404],[-80.085062,38.947236],[-80.054619,39.035529],[-80.128198,39.037795],[-80.227173,39.112792],[-80.166387,39.242283]]]},"properties":{"id":"54001","n":"Barbour","z":["26201","26238","26250","26267","26275","26283","26330","26347","26349","26405","26416","26440"],"st":"WV"}},"54003":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.229129534219,39.390663887204],[-78.138937,39.593796],[-78.027629100173,39.620655962344],[-77.829814,39.587288],[-77.810943896262,39.500739166566],[-77.966953,39.367164],[-78.033185235367,39.264624842005],[-78.229129534219,39.390663887204]]]},"properties":{"id":"54003","n":"Berkeley","z":["25401","25402","25403","25404","25405","25413","25419","25420","25421","25427","25428","25430","25440","25443"],"st":"WV"}},"54005":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.932507,38.025356],[-81.953263,38.118878],[-81.878779,38.137202],[-81.83347,38.20957],[-81.64387,38.220759],[-81.515836,38.11236],[-81.456632,37.987307],[-81.571534,37.927707],[-81.514228,37.791211],[-81.607532,37.788709],[-81.722136,37.809507],[-81.785641,37.936404],[-81.980248,37.9865],[-81.932507,38.025356]]]},"properties":{"id":"54005","n":"Boone","z":["25009","25021","25024","25028","25047","25049","25051","25053","25081","25093","25108","25114","25130","25142","25148","25149","25154","25165","25169","25181","25193","25203","25204","25205","25206","25208","25209","25508","25529","25565"],"st":"WV"}},"54007":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.98495,38.717898],[-80.669909,38.892773],[-80.605799,38.904167],[-80.474111,38.833404],[-80.457332,38.739169],[-80.508655,38.645553],[-80.650786,38.52659],[-80.785177,38.557649],[-80.881232,38.507045],[-81.031677,38.667839],[-80.98495,38.717898]]]},"properties":{"id":"54007","n":"Braxton","z":["25063","26335","26376","26412","26601","26615","26619","26621","26623","26624","26627","26629","26631","26636"],"st":"WV"}},"54009":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.684173210708,40.187017973351],[-80.606596,40.303869],[-80.627362629937,40.395170933017],[-80.519029691194,40.399641056341],[-80.519084370457,40.159671995118],[-80.684173210708,40.187017973351]]]},"properties":{"id":"54009","n":"Brooke","z":["26003","26030","26032","26035","26037","26062","26070","26075"],"st":"WV"}},"54011":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.282133344028,38.579860796403],[-82.218967,38.591683],[-82.055127,38.474547],[-82.047128,38.374432],[-82.220797,38.310411],[-82.264849,38.229199],[-82.28624,38.321185],[-82.343911,38.305209],[-82.508966949731,38.414643912652],[-82.323999,38.449268],[-82.282133344028,38.579860796403]]]},"properties":{"id":"54011","n":"Cabell","z":["25337","25504","25506","25510","25520","25537","25541","25545","25559","25562","25701","25702","25703","25704","25705","25706","25707","25708","25709","25710","25711","25712","25713","25714","25715","25716","25718","25719","25720","25721","25722","25723","25724","25725","25726","25727","25728","25729","25755","25770","25771","25772","25773","25774","25775","25776","25777","25778","25779"],"st":"WV"}},"54013":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.162455,39.030608],[-81.033632,39.009584],[-81.002777,38.846025],[-81.051909,38.779996],[-80.98495,38.717898],[-81.031677,38.667839],[-81.08371,38.611982],[-81.158582,38.644037],[-81.220791,38.843604],[-81.278412,38.914867],[-81.162455,39.030608]]]},"properties":{"id":"54013","n":"Calhoun","z":["25234","25235","25261","25267","25268","26136","26137","26141","26143","26147","26151","26636","26638"],"st":"WV"}},"54015":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.194113,38.527634],[-81.08371,38.611982],[-81.031677,38.667839],[-80.881232,38.507045],[-80.817424,38.478553],[-80.911361,38.414785],[-81.231636,38.263514],[-81.283872,38.472029],[-81.194113,38.527634]]]},"properties":{"id":"54015","n":"Clay","z":["25019","25030","25043","25045","25063","25088","25111","25113","25125","25133","25141","25164","25211","25235","25285","26617"],"st":"WV"}},"54017":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.888744,39.294298],[-80.713324,39.43025],[-80.618629,39.450375],[-80.544521,39.42912],[-80.531808,39.360121],[-80.603684,39.291041],[-80.528756,39.195706],[-80.596126,39.167069],[-80.728326,39.095679],[-80.81297,39.109401],[-80.91384,39.272947],[-80.888744,39.294298]]]},"properties":{"id":"54017","n":"Doddridge","z":["26339","26411","26415","26426","26436","26443","26448","26456"],"st":"WV"}},"54019":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.380829,37.969109],[-81.329265,38.182481],[-81.231636,38.263514],[-81.070465,38.210103],[-80.96942,38.215685],[-80.882187,38.103457],[-80.769866,37.98527],[-80.810866,37.949141],[-80.748757,37.865097],[-80.806316,37.868915],[-80.94509,37.819121],[-81.073249,37.875865],[-81.295127,37.889311],[-81.380829,37.969109]]]},"properties":{"id":"54019","n":"Fayette","z":["25002","25031","25036","25040","25057","25059","25083","25085","25090","25115","25118","25119","25136","25139","25152","25161","25173","25185","25186","25812","25831","25837","25840","25846","25854","25855","25862","25864","25866","25868","25879","25880","25901","25904","25907","25917","25919","25936","25938","25942","25962","25976","25986","26656","26680","26690"],"st":"WV"}},"54021":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.033632,39.009584],[-80.81297,39.109401],[-80.728326,39.095679],[-80.716815,39.00843],[-80.605799,38.904167],[-80.669909,38.892773],[-80.98495,38.717898],[-81.051909,38.779996],[-81.002777,38.846025],[-81.033632,39.009584]]]},"properties":{"id":"54021","n":"Gilmer","z":["25267","26137","26335","26342","26351","26384","26412","26430","26443","26611","26636","26638"],"st":"WV"}},"54023":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.486873,39.205961],[-79.262392117176,39.326243828467],[-79.134456,39.312501],[-78.979898,39.237624],[-79.089655,39.038208],[-79.046853,38.92721],[-79.134296,38.81334],[-79.349867,38.957509],[-79.357666,38.964509],[-79.298164,39.07321],[-79.355468,39.086508],[-79.306461,39.209203],[-79.487175,39.194906],[-79.486873,39.205961]]]},"properties":{"id":"54023","n":"Grant","z":["26707","26710","26717","26720","26726","26731","26739","26743","26833","26847","26855"],"st":"WV"}},"54025":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.882187,38.103457],[-80.711961,38.079129],[-80.436514,38.267334],[-80.360048,38.225845],[-80.363295,38.114331],[-80.264653,38.046616],[-80.169169,38.036111],[-79.961982272635,38.063607099493],[-80.05581159459,37.951878220098],[-80.199633,37.827507],[-80.290033810255,37.686136458971],[-80.394562,37.716918],[-80.450651,37.683858],[-80.663348,37.731696],[-80.806316,37.868915],[-80.748757,37.865097],[-80.810866,37.949141],[-80.769866,37.98527],[-80.882187,38.103457]]]},"properties":{"id":"54025","n":"Greenbrier","z":["24901","24902","24910","24916","24925","24931","24938","24943","24957","24966","24970","24976","24977","24985","24986","24991","24993","25958","25962","25972","25976","25981","25984","26261","26680"],"st":"WV"}},"54027":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.655036171547,39.544382241084],[-78.468269595003,39.526224270472],[-78.347087,39.466012],[-78.34048,39.353492],[-78.401813,39.276754],[-78.413943,39.158415],[-78.508132,39.08863],[-78.979898,39.237624],[-78.850723,39.331093],[-78.767447,39.447238],[-78.655036171547,39.544382241084]]]},"properties":{"id":"54027","n":"Hampshire","z":["25422","25431","25434","25437","25444","26704","26710","26711","26714","26722","26755","26757","26761","26763","26808","26817","26823","26851","26852","26865"],"st":"WV"}},"54029":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.518991,40.638801],[-80.519017117347,40.477363146237],[-80.519029691194,40.399641056341],[-80.627362629937,40.395170933017],[-80.604895,40.446667],[-80.667957,40.582496],[-80.518991,40.638801]]]},"properties":{"id":"54029","n":"Hancock","z":["26034","26047","26050","26056","26062"],"st":"WV"}},"54031":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.134296,38.81334],[-79.046853,38.92721],[-79.089655,39.038208],[-78.979898,39.237624],[-78.508132,39.08863],[-78.532266186557,39.052764524044],[-78.681617,38.92584],[-78.772793,38.893742],[-78.869276,38.762991],[-78.999014,38.840074],[-79.057253,38.761413],[-79.134296,38.81334]]]},"properties":{"id":"54031","n":"Hardy","z":["26755","26801","26810","26812","26818","26836","26838","26845","26851","26852"],"st":"WV"}},"54033":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.544521,39.42912],[-80.494085,39.469599],[-80.282776,39.435797],[-80.197286,39.393186],[-80.166387,39.242283],[-80.227173,39.112792],[-80.300209,39.103857],[-80.596126,39.167069],[-80.528756,39.195706],[-80.603684,39.291041],[-80.531808,39.360121],[-80.544521,39.42912]]]},"properties":{"id":"54033","n":"Harrison","z":["26301","26302","26306","26323","26330","26361","26366","26369","26378","26385","26386","26404","26408","26422","26426","26431","26438","26448","26451","26463","26554","26568","26582","26591"],"st":"WV"}},"54035":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.89847,38.929603],[-81.775734,38.980737],[-81.807855,39.083978],[-81.750266843426,39.1040311931],[-81.581447,39.026179],[-81.502628,38.917922],[-81.52731,38.901666],[-81.546631,38.672387],[-81.522166,38.612746],[-81.632817,38.554699],[-81.696348,38.626427],[-81.772843,38.680843],[-81.910606,38.87597],[-81.89847,38.929603]]]},"properties":{"id":"54035","n":"Jackson","z":["25124","25231","25239","25241","25244","25245","25248","25252","25262","25264","25271","25275","26143","26164"],"st":"WV"}},"54037":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.810943896262,39.500739166566],[-77.719519,39.321314],[-77.828301833267,39.132422454833],[-78.033185235367,39.264624842005],[-77.966953,39.367164],[-77.810943896262,39.500739166566]]]},"properties":{"id":"54037","n":"Jefferson","z":{"1":"25410","2":"25414","3":"25423","4":"25425","5":"25430","6":"25432","7":"25438","8":"25441","9":"25442","10":"25443","11":"25446","31":"20135"},"st":"WV"}},"54039":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.696348,38.626427],[-81.632817,38.554699],[-81.522166,38.612746],[-81.471654,38.546336],[-81.194113,38.527634],[-81.283872,38.472029],[-81.231636,38.263514],[-81.329265,38.182481],[-81.380829,37.969109],[-81.456632,37.987307],[-81.515836,38.11236],[-81.64387,38.220759],[-81.83347,38.20957],[-81.812825,38.311407],[-81.915197,38.325597],[-81.900222,38.398572],[-81.723066,38.467772],[-81.750547,38.591014],[-81.696348,38.626427]]]},"properties":{"id":"54039","n":"Kanawha","z":["25003","25015","25025","25026","25035","25036","25039","25045","25054","25061","25064","25067","25071","25075","25079","25083","25086","25102","25103","25107","25110","25112","25124","25126","25132","25134","25136","25143","25156","25160","25162","25177","25201","25202","25214","25248","25301","25302","25303","25304","25305","25306","25309","25311","25312","25313","25314","25315","25320","25321","25322","25323","25324","25325","25326","25327","25328","25329","25330","25331","25332","25333","25334","25335","25336","25338","25339","25350","25356","25357","25358","25360","25361","25362","25364","25365","25375","25387","25389","25392","25396","75045"],"st":"WV"}},"54041":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.728326,39.095679],[-80.596126,39.167069],[-80.300209,39.103857],[-80.317486,38.958647],[-80.386989,38.874808],[-80.393063,38.727571],[-80.457332,38.739169],[-80.474111,38.833404],[-80.605799,38.904167],[-80.716815,39.00843],[-80.728326,39.095679]]]},"properties":{"id":"54041","n":"Lewis","z":["26201","26321","26338","26343","26372","26376","26378","26384","26412","26447","26452"],"st":"WV"}},"54043":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.264849,38.229199],[-82.220797,38.310411],[-82.047128,38.374432],[-81.997406,38.266605],[-81.915197,38.325597],[-81.812825,38.311407],[-81.83347,38.20957],[-81.878779,38.137202],[-81.953263,38.118878],[-81.932507,38.025356],[-82.190658,37.974778],[-82.306391,37.94364],[-82.192314,38.046314],[-82.283316,38.141936],[-82.264849,38.229199]]]},"properties":{"id":"54043","n":"Lincoln","z":["25003","25202","25501","25505","25506","25510","25521","25523","25524","25529","25534","25540","25544","25557","25564","25565","25567","25571","25572","25573"],"st":"WV"}},"54045":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.190658,37.974778],[-81.932507,38.025356],[-81.980248,37.9865],[-81.785641,37.936404],[-81.722136,37.809507],[-81.607532,37.788709],[-81.762137,37.756308],[-81.701734,37.701409],[-81.802937,37.660508],[-81.930238,37.682011],[-81.993444,37.640607],[-82.082648,37.701565],[-82.112411,37.854039],[-82.190658,37.974778]]]},"properties":{"id":"54045","n":"Logan","z":["25022","25047","25076","25108","25121","25183","25505","25508","25524","25547","25601","25606","25607","25611","25612","25614","25617","25624","25625","25628","25630","25632","25634","25635","25637","25638","25639","25644","25646","25647","25649","25650","25652","25653","25654"],"st":"WV"}},"54047":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.932279,37.511961],[-81.855939,37.54891],[-81.817937,37.50661],[-81.654431,37.523312],[-81.465845,37.484703],[-81.311201,37.424509],[-81.362156,37.337687],[-81.427946,37.271015],[-81.560625,37.206663],[-81.678603,37.202467],[-81.739055030485,37.239497103873],[-81.849949,37.285227],[-81.984891,37.454315],[-81.932279,37.511961]]]},"properties":{"id":"54047","n":"McDowell","z":{"1":"24619","2":"24801","3":"24808","4":"24811","5":"24813","6":"24815","7":"24816","8":"24817","9":"24826","10":"24828","11":"24829","12":"24830","13":"24831","14":"24836","15":"24843","16":"24844","17":"24846","18":"24848","19":"24850","20":"24853","21":"24861","22":"24862","23":"24866","24":"24868","25":"24871","26":"24872","27":"24873","28":"24878","29":"24879","30":"24881","31":"24884","32":"24887","33":"24888","34":"24892","35":"24894","36":"24895","56":"24604"},"st":"WV"}},"54049":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.39581,39.637347],[-80.347466,39.611665],[-80.153532,39.610426],[-79.938878,39.452465],[-80.087334,39.386215],[-80.197286,39.393186],[-80.282776,39.435797],[-80.494085,39.469599],[-80.498163,39.563327],[-80.39581,39.637347]]]},"properties":{"id":"54049","n":"Marion","z":["26354","26437","26448","26554","26555","26559","26560","26563","26566","26570","26571","26572","26574","26576","26578","26582","26585","26586","26587","26588","26591"],"st":"WV"}},"54051":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.823438104786,39.850032087396],[-80.740126,39.970793],[-80.738218439984,40.033543226078],[-80.51912,40.01641],[-80.519160794315,39.962200052522],[-80.519342,39.721403],[-80.835521693007,39.7192518022],[-80.869933,39.763555],[-80.823438104786,39.850032087396]]]},"properties":{"id":"54051","n":"Marshall","z":["26003","26031","26033","26036","26038","26039","26040","26041","26055","26155"],"st":"WV"}},"54053":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.098866650554,38.960879284493],[-82.007062,39.029578],[-81.89847,38.929603],[-81.910606,38.87597],[-81.772843,38.680843],[-81.955791,38.657355],[-82.064562,38.607985],[-82.055127,38.474547],[-82.218967,38.591683],[-82.175167,38.608484],[-82.20929,38.802672],[-82.16157,38.824632],[-82.098866650554,38.960879284493]]]},"properties":{"id":"54053","n":"Mason","z":["25082","25106","25123","25187","25239","25241","25247","25253","25260","25264","25265","25287","25502","25503","25515","25520","25526","25541","25550"],"st":"WV"}},"54055":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.311201,37.424509],[-81.222121,37.510416],[-81.198869,37.575533],[-81.09463,37.588658],[-80.85814811682,37.421006906722],[-80.835479,37.334824],[-80.980845256893,37.30085281619],[-81.225104,37.234874],[-81.362156,37.337687],[-81.311201,37.424509]]]},"properties":{"id":"54055","n":"Mercer","z":["24701","24712","24714","24715","24724","24729","24731","24732","24733","24736","24737","24738","24739","24740","24747","24751","25820","25841","25902","25922","25971","25979"],"st":"WV"}},"54057":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.067447408072,39.472808699128],[-78.956751,39.440264],[-78.77114,39.638387],[-78.655036171547,39.544382241084],[-78.767447,39.447238],[-78.850723,39.331093],[-78.979898,39.237624],[-79.134456,39.312501],[-79.262392117176,39.326243828467],[-79.067447408072,39.472808699128]]]},"properties":{"id":"54057","n":"Mineral","z":["26710","26717","26719","26726","26743","26750","26753","26763","26767"],"st":"WV"}},"54059":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.306391,37.94364],[-82.190658,37.974778],[-82.112411,37.854039],[-82.082648,37.701565],[-81.993444,37.640607],[-81.930238,37.682011],[-81.802937,37.660508],[-81.855939,37.54891],[-81.932279,37.511961],[-81.968297,37.537798],[-82.064418,37.544516],[-82.296118,37.686174],[-82.320674957178,37.745965843459],[-82.398464816259,37.843054150463],[-82.306391,37.94364]]]},"properties":{"id":"54059","n":"Mingo","z":["24846","24851","25608","25621","25650","25651","25661","25665","25666","25667","25670","25671","25672","25674","25676","25678","25686","25688","25690","25691","25692","25696"],"st":"WV"}},"54061":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.421388,39.721189],[-79.916017356038,39.721055933519],[-79.763774,39.720776],[-79.789277,39.623781],[-79.89974,39.481945],[-79.894688,39.435588],[-79.938878,39.452465],[-80.153532,39.610426],[-80.347466,39.611665],[-80.39581,39.637347],[-80.421388,39.721189]]]},"properties":{"id":"54061","n":"Monongalia","z":["26374","26501","26502","26504","26505","26506","26507","26508","26521","26527","26531","26534","26541","26542","26543","26544","26546","26554","26562","26570","26588","26590"],"st":"WV"}},"54063":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.85735857019,37.421128713999],[-80.663348,37.731696],[-80.450651,37.683858],[-80.394562,37.716918],[-80.290033810255,37.686136458971],[-80.224303244377,37.623991371171],[-80.291644,37.536505],[-80.469568890504,37.429025465993],[-80.544836,37.474695],[-80.770082,37.372363],[-80.85735857019,37.421128713999]]]},"properties":{"id":"54063","n":"Monroe","z":["24910","24918","24925","24941","24945","24951","24963","24970","24974","24976","24981","24983","24984"],"st":"WV"}},"54065":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.332788021499,39.628527596499],[-78.08226,39.671166],[-78.027629100173,39.620655962344],[-78.138937,39.593796],[-78.229129534219,39.390663887204],[-78.347087,39.466012],[-78.468269595003,39.526224270472],[-78.332788021499,39.628527596499]]]},"properties":{"id":"54065","n":"Morgan","z":["25411","25422","25427","25434"],"st":"WV"}},"54067":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.231636,38.263514],[-80.911361,38.414785],[-80.817424,38.478553],[-80.881232,38.507045],[-80.785177,38.557649],[-80.650786,38.52659],[-80.62552,38.354392],[-80.436514,38.267334],[-80.711961,38.079129],[-80.882187,38.103457],[-80.96942,38.215685],[-81.070465,38.210103],[-81.231636,38.263514]]]},"properties":{"id":"54067","n":"Nicholas","z":["25043","25059","25063","25111","25125","25981","26202","26205","26208","26261","26610","26617","26651","26656","26660","26662","26667","26671","26675","26676","26678","26679","26680","26681","26684","26690","26691"],"st":"WV"}},"54069":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.702575303623,40.15714139801],[-80.684173210708,40.187017973351],[-80.519084370457,40.159671995118],[-80.51912,40.01641],[-80.738218439984,40.033543226078],[-80.702575303623,40.15714139801]]]},"properties":{"id":"54069","n":"Ohio","z":["26003","26058","26059","26060","26074"],"st":"WV"}},"54071":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.626774,38.664214],[-79.510073,38.780712],[-79.519474,38.89201],[-79.349867,38.957509],[-79.134296,38.81334],[-79.057253,38.761413],[-79.092955,38.659517],[-79.228423002708,38.479741557487],[-79.311296065514,38.418454601455],[-79.476638,38.457228],[-79.54257,38.553217],[-79.649075,38.591515],[-79.626774,38.664214]]]},"properties":{"id":"54071","n":"Pendleton","z":["26802","26804","26807","26814","26815","26847","26855","26866","26884","26886"],"st":"WV"}},"54073":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.370389808826,39.348700672403],[-81.121273856108,39.457697413889],[-81.029932,39.467745],[-81.007836,39.350923],[-81.221335,39.307975],[-81.239477,39.268328],[-81.370389808826,39.348700672403]]]},"properties":{"id":"54073","n":"Pleasants","z":["26134","26146","26170","26184","26346"],"st":"WV"}},"54075":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.360048,38.225845],[-80.352171,38.345337],[-80.245518,38.388457],[-80.11692,38.473953],[-80.029208,38.459184],[-79.86325,38.55082],[-79.776483,38.739811],[-79.73918,38.679613],[-79.626774,38.664214],[-79.649075,38.591515],[-79.689675,38.431439],[-79.804093,38.313922],[-79.797013536807,38.267268121139],[-79.916174,38.184386],[-79.961982272635,38.063607099493],[-80.169169,38.036111],[-80.264653,38.046616],[-80.363295,38.114331],[-80.360048,38.225845]]]},"properties":{"id":"54075","n":"Pocahontas","z":["24915","24920","24924","24927","24934","24944","24946","24954","24986","26209","26264","26291"],"st":"WV"}},"54077":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.763774,39.720776],[-79.476662,39.721078],[-79.486873,39.205961],[-79.487175,39.194906],[-79.687283,39.271398],[-79.809729,39.230526],[-79.895536,39.299584],[-79.894688,39.435588],[-79.89974,39.481945],[-79.789277,39.623781],[-79.763774,39.720776]]]},"properties":{"id":"54077","n":"Preston","z":["26374","26405","26410","26425","26440","26444","26519","26520","26524","26525","26537","26542","26547","26705","26716","26764"],"st":"WV"}},"54079":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.772843,38.680843],[-81.696348,38.626427],[-81.750547,38.591014],[-81.723066,38.467772],[-81.900222,38.398572],[-81.915197,38.325597],[-81.997406,38.266605],[-82.047128,38.374432],[-82.055127,38.474547],[-82.064562,38.607985],[-81.955791,38.657355],[-81.772843,38.680843]]]},"properties":{"id":"54079","n":"Putnam","z":["25011","25033","25070","25082","25109","25123","25124","25143","25159","25168","25177","25213","25245","25510","25523","25526","25560","25569"],"st":"WV"}},"54081":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.456632,37.987307],[-81.380829,37.969109],[-81.295127,37.889311],[-81.073249,37.875865],[-80.94509,37.819121],[-80.877729,37.685603],[-80.947017,37.715449],[-81.09463,37.588658],[-81.198869,37.575533],[-81.222121,37.510416],[-81.315123,37.588414],[-81.458027,37.784211],[-81.514228,37.791211],[-81.571534,37.927707],[-81.456632,37.987307]]]},"properties":{"id":"54081","n":"Raleigh","z":["24855","25007","25008","25044","25048","25060","25062","25140","25174","25180","25209","25717","25801","25802","25811","25813","25817","25818","25823","25825","25827","25832","25833","25836","25839","25843","25844","25849","25851","25853","25857","25860","25864","25865","25871","25873","25878","25880","25888","25902","25906","25908","25909","25911","25915","25918","25920","25921","25927","25932","25951","25989"],"st":"WV"}},"54083":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.085062,38.947236],[-79.895993,38.973404],[-79.825092,39.115803],[-79.785685,39.037404],[-79.508765,38.975173],[-79.357666,38.964509],[-79.349867,38.957509],[-79.519474,38.89201],[-79.510073,38.780712],[-79.626774,38.664214],[-79.73918,38.679613],[-79.776483,38.739811],[-79.86325,38.55082],[-80.029208,38.459184],[-80.11692,38.473953],[-80.245518,38.388457],[-80.183931,38.525386],[-80.280059,38.694867],[-80.236831,38.743765],[-80.126105,38.745836],[-80.085062,38.947236]]]},"properties":{"id":"54083","n":"Randolph","z":["26224","26230","26241","26250","26253","26254","26257","26259","26263","26267","26268","26270","26273","26276","26278","26280","26282","26283","26285","26289","26293","26294","26296"],"st":"WV"}},"54085":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.239477,39.268328],[-81.221335,39.307975],[-81.007836,39.350923],[-80.904438,39.378121],[-80.888744,39.294298],[-80.91384,39.272947],[-80.81297,39.109401],[-81.033632,39.009584],[-81.162455,39.030608],[-81.250252,39.035074],[-81.298017,39.185572],[-81.239477,39.268328]]]},"properties":{"id":"54085","n":"Ritchie","z":["26137","26143","26148","26161","26170","26178","26325","26327","26337","26346","26362","26415","26421","26456"],"st":"WV"}},"54087":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.502628,38.917922],[-81.448148,38.941645],[-81.343911,38.895633],[-81.278412,38.914867],[-81.220791,38.843604],[-81.158582,38.644037],[-81.08371,38.611982],[-81.194113,38.527634],[-81.471654,38.546336],[-81.522166,38.612746],[-81.546631,38.672387],[-81.52731,38.901666],[-81.502628,38.917922]]]},"properties":{"id":"54087","n":"Roane","z":["25005","25045","25071","25164","25243","25244","25251","25252","25259","25266","25270","25276","25286"],"st":"WV"}},"54089":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.94509,37.819121],[-80.806316,37.868915],[-80.663348,37.731696],[-80.85735857019,37.421128713999],[-80.85814811682,37.421006906722],[-81.09463,37.588658],[-80.947017,37.715449],[-80.877729,37.685603],[-80.94509,37.819121]]]},"properties":{"id":"54089","n":"Summers","z":["24910","24918","24935","24962","24963","24981","25825","25841","25951","25966","25969","25976","25977","25978","25979","25985"],"st":"WV"}},"54091":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.197286,39.393186],[-80.087334,39.386215],[-79.938878,39.452465],[-79.894688,39.435588],[-79.895536,39.299584],[-80.023411,39.247892],[-80.166387,39.242283],[-80.197286,39.393186]]]},"properties":{"id":"54091","n":"Taylor","z":["26330","26347","26354","26374","26424","26431","26435","26440","26554"],"st":"WV"}},"54093":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.809729,39.230526],[-79.687283,39.271398],[-79.487175,39.194906],[-79.306461,39.209203],[-79.355468,39.086508],[-79.298164,39.07321],[-79.357666,38.964509],[-79.508765,38.975173],[-79.785685,39.037404],[-79.825092,39.115803],[-79.809729,39.230526]]]},"properties":{"id":"54093","n":"Tucker","z":["26260","26263","26269","26271","26276","26283","26287","26292"],"st":"WV"}},"54095":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.037365041987,39.538055712473],[-80.943782,39.606926],[-80.846393,39.601091],[-80.73407,39.491553],[-80.618629,39.450375],[-80.713324,39.43025],[-80.888744,39.294298],[-80.904438,39.378121],[-81.007836,39.350923],[-81.029932,39.467745],[-81.121273856108,39.457697413889],[-81.037365041987,39.538055712473]]]},"properties":{"id":"54095","n":"Tyler","z":["26146","26149","26155","26159","26175","26320","26377","26415","26434","26456"],"st":"WV"}},"54097":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.300209,39.103857],[-80.227173,39.112792],[-80.128198,39.037795],[-80.054619,39.035529],[-80.085062,38.947236],[-80.126105,38.745836],[-80.236831,38.743765],[-80.280059,38.694867],[-80.393063,38.727571],[-80.386989,38.874808],[-80.317486,38.958647],[-80.300209,39.103857]]]},"properties":{"id":"54097","n":"Upshur","z":["26201","26210","26218","26219","26224","26228","26229","26234","26236","26237","26238","26267","26343"],"st":"WV"}},"54099":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.584693814126,38.24051299337],[-82.593673,38.421809],[-82.508966949731,38.414643912652],[-82.343911,38.305209],[-82.28624,38.321185],[-82.264849,38.229199],[-82.283316,38.141936],[-82.192314,38.046314],[-82.306391,37.94364],[-82.398464816259,37.843054150463],[-82.479420123223,37.938562524698],[-82.464987,37.976859],[-82.626182,38.134835],[-82.584693814126,38.24051299337]]]},"properties":{"id":"54099","n":"Wayne","z":["25504","25507","25511","25512","25514","25517","25530","25534","25535","25555","25570","25669","25674","25699","25701","25704"],"st":"WV"}},"54101":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.650786,38.52659],[-80.508655,38.645553],[-80.457332,38.739169],[-80.393063,38.727571],[-80.280059,38.694867],[-80.183931,38.525386],[-80.245518,38.388457],[-80.352171,38.345337],[-80.360048,38.225845],[-80.436514,38.267334],[-80.62552,38.354392],[-80.650786,38.52659]]]},"properties":{"id":"54101","n":"Webster","z":["26203","26206","26208","26215","26217","26222","26266","26288","26298","26610","26691"],"st":"WV"}},"54103":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.835521693007,39.7192518022],[-80.519342,39.721403],[-80.421388,39.721189],[-80.39581,39.637347],[-80.498163,39.563327],[-80.494085,39.469599],[-80.544521,39.42912],[-80.618629,39.450375],[-80.73407,39.491553],[-80.846393,39.601091],[-80.943782,39.606926],[-80.835521693007,39.7192518022]]]},"properties":{"id":"54103","n":"Wetzel","z":["26055","26155","26159","26162","26167","26348","26377","26419","26437","26561","26562","26575","26581","26585"],"st":"WV"}},"54105":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.581447,39.026179],[-81.424906,39.135679],[-81.298017,39.185572],[-81.250252,39.035074],[-81.162455,39.030608],[-81.278412,38.914867],[-81.343911,38.895633],[-81.448148,38.941645],[-81.502628,38.917922],[-81.581447,39.026179]]]},"properties":{"id":"54105","n":"Wirt","z":["25252","26138","26141","26143","26152","26160","26161","26180"],"st":"WV"}},"54107":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.721468139173,39.210960809204],[-81.678331,39.273755],[-81.565247,39.276175],[-81.559647,39.330774],[-81.456143,39.409274],[-81.370389808826,39.348700672403],[-81.239477,39.268328],[-81.298017,39.185572],[-81.424906,39.135679],[-81.581447,39.026179],[-81.750266843426,39.1040311931],[-81.75229703674,39.181034747406],[-81.721468139173,39.210960809204]]]},"properties":{"id":"54107","n":"Wood","z":["26101","26102","26103","26104","26105","26106","26120","26121","26133","26142","26143","26150","26164","26169","26180","26181","26184","26187"],"st":"WV"}},"54109":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.855939,37.54891],[-81.802937,37.660508],[-81.701734,37.701409],[-81.762137,37.756308],[-81.607532,37.788709],[-81.514228,37.791211],[-81.458027,37.784211],[-81.315123,37.588414],[-81.222121,37.510416],[-81.311201,37.424509],[-81.465845,37.484703],[-81.654431,37.523312],[-81.817937,37.50661],[-81.855939,37.54891]]]},"properties":{"id":"54109","n":"Wyoming","z":["24716","24719","24726","24736","24801","24818","24822","24823","24827","24828","24834","24839","24845","24847","24849","24851","24854","24857","24859","24860","24867","24869","24870","24874","24880","24882","24898","25810","25811","25826","25845","25848","25870","25875","25876","25882","25913","25916","25928","25943"],"st":"WV"}},"55001":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.902783,44.249473],[-89.724746,44.247678],[-89.59798,44.245725],[-89.59795,43.9821],[-89.599547,43.642636],[-89.784901,43.641051],[-89.865132,43.783414],[-89.980676,43.905623],[-89.954449,43.921986],[-90.025953,44.091748],[-89.923387,44.152416],[-89.902783,44.249473]]]},"properties":{"id":"55001","n":"Adams","z":["53910","53920","53934","53936","53952","53964","53965","54457","54494","54613","54921","54930","54943","54966"],"st":"WI"}},"55003":{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-90.776921,47.024324],[-90.650422,47.054678],[-90.560936,47.037013],[-90.511623,46.961407],[-90.637124,46.906724],[-90.776921,47.024324]]],[[[-90.925229395343,46.587488072446],[-90.755287,46.646289],[-90.73726,46.692267],[-90.548578555966,46.58623625875],[-90.552227,46.240851],[-90.425978,46.24045],[-90.426274,46.15405],[-90.303072,46.154849],[-90.302063,45.981349],[-90.676968,45.981554],[-90.925174,45.981055],[-90.924583,46.154616],[-90.925229395343,46.587488072446]]]]},"properties":{"id":"55003","n":"Ashland","z":["54514","54517","54527","54546","54559","54806","54846","54850","54855","54856","54861"],"st":"WI"}},"55005":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.154888,45.639742],[-92.031417,45.639928],[-91.540294,45.637605],[-91.541322,45.29222],[-91.542234,45.206538],[-91.665647,45.207991],[-92.156465,45.209554],[-92.154888,45.639742]]]},"properties":{"id":"55005","n":"Barron","z":["54004","54005","54728","54733","54757","54762","54763","54805","54812","54813","54817","54822","54826","54829","54841","54857","54868","54870","54889"],"st":"WI"}},"55007":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.551341535656,46.757475293459],[-91.360804,46.798136],[-91.211647,46.866824],[-91.167601,46.84476],[-90.984617,46.925602],[-90.924128,47.001888],[-90.745305,46.894254],[-90.880841,46.739957],[-90.925229395343,46.587488072446],[-90.924583,46.154616],[-91.551282,46.157045],[-91.551341535656,46.757475293459]]]},"properties":{"id":"55007","n":"Bayfield","z":["54517","54806","54814","54816","54820","54821","54827","54832","54838","54839","54844","54847","54856","54865","54873","54891"],"st":"WI"}},"55009":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.242687,44.679631],[-87.997573406442,44.677663939045],[-88.041202,44.572581],[-87.943801,44.529693],[-87.866884,44.608434],[-87.761307678885,44.653697749735],[-87.766026,44.327184],[-87.887526,44.327589],[-87.888087,44.240461],[-88.04324,44.241018],[-88.192611,44.241947],[-88.190465,44.586799],[-88.245204,44.584746],[-88.242687,44.679631]]]},"properties":{"id":"55009","n":"Brown","z":["54110","54115","54126","54130","54155","54162","54165","54173","54180","54208","54217","54229","54301","54302","54303","54304","54305","54306","54307","54308","54311","54313","54324","54344"],"st":"WI"}},"55011":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.650248,44.596649],[-91.529101,44.596197],[-91.529741,44.246777],[-91.612994,44.172606],[-91.534229,44.096046],[-91.55921556304,44.024209316581],[-91.854499975298,44.197226519552],[-91.9636,44.362112],[-92.084528580493,44.404614314801],[-92.022788,44.590519],[-91.650248,44.596649]]]},"properties":{"id":"55011","n":"Buffalo","z":["54610","54612","54622","54629","54736","54747","54755","54756"],"st":"WI"}},"55013":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.840742106625,45.72939673447],[-92.721128,45.883805],[-92.545682,45.970118],[-92.35176,46.015685],[-92.294033,46.074377],[-92.293830608579,46.157321306496],[-92.049636,46.157597],[-92.033404,45.98387],[-92.031417,45.639928],[-92.154888,45.639742],[-92.154443,45.725616],[-92.528198,45.72868],[-92.529111,45.642171],[-92.886697124409,45.644148],[-92.840742106625,45.72939673447]]]},"properties":{"id":"55013","n":"Burnett","z":["54801","54813","54830","54837","54840","54845","54853","54871","54872","54893"],"st":"WI"}},"55015":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.40407,44.244102],[-88.192611,44.241947],[-88.04324,44.241018],[-88.041794,43.891692],[-88.162274,43.891511],[-88.161654,43.937683],[-88.404187,43.9382],[-88.40407,44.244102]]]},"properties":{"id":"55015","n":"Calumet","z":["53014","53020","53042","53049","53061","53062","53088","54110","54123","54129","54130","54160","54169","54915","54952"],"st":"WI"}},"55017":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.665647,45.207991],[-91.542234,45.206538],[-91.541322,45.29222],[-90.925222,45.292061],[-90.923362,45.031143],[-90.922247,44.857309],[-91.650455,44.855951],[-91.665647,45.207991]]]},"properties":{"id":"55017","n":"Chippewa","z":["54433","54703","54724","54726","54727","54729","54730","54732","54739","54745","54748","54757","54766","54768","54774"],"st":"WI"}},"55019":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.923362,45.031143],[-90.315038,45.033829],[-90.316253,44.685154],[-90.316055,44.424502],[-90.801918,44.422442],[-90.801525,44.509681],[-90.922889,44.50984],[-90.92235,44.596293],[-90.922247,44.857309],[-90.923362,45.031143]]]},"properties":{"id":"55019","n":"Clark","z":["54405","54420","54421","54422","54425","54436","54437","54446","54449","54456","54460","54466","54479","54488","54493","54498","54741","54746","54754","54768","54771"],"st":"WI"}},"55021":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.784901,43.641051],[-89.599547,43.642636],[-89.245437,43.643083],[-89.006848,43.633045],[-89.009139,43.28483],[-89.363085,43.281305],[-89.720463,43.293084],[-89.60073,43.380666],[-89.599357,43.558041],[-89.732238,43.571826],[-89.785809,43.641049],[-89.784901,43.641051]]]},"properties":{"id":"55021","n":"Columbia","z":["53532","53555","53561","53578","53583","53901","53911","53913","53923","53925","53926","53928","53932","53935","53954","53955","53956","53960","53965","53969"],"st":"WI"}},"55023":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.210663357773,43.419441782903],[-90.668561,43.422994],[-90.666786,43.171777],[-90.845746,43.077625],[-90.940087,43.061882],[-91.062211,42.992552],[-91.159084305947,42.987477791323],[-91.174934913911,43.080260371845],[-91.175253,43.134665],[-91.05791,43.253968],[-91.207367,43.373659],[-91.210663357773,43.419441782903]]]},"properties":{"id":"55023","n":"Crawford","z":["53518","53805","53821","53826","54624","54626","54628","54631","54645","54654","54655","54657"],"st":"WI"}},"55025":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.838135,43.206057],[-89.720463,43.293084],[-89.363085,43.281305],[-89.009139,43.28483],[-89.008832,43.197724],[-89.013582,42.84763],[-89.369128,42.845036],[-89.378262,42.856376],[-89.838167,42.857397],[-89.838135,43.206057]]]},"properties":{"id":"55025","n":"Dane","z":["53508","53515","53516","53517","53521","53523","53527","53528","53529","53531","53532","53534","53544","53555","53558","53559","53560","53562","53571","53572","53574","53575","53583","53589","53590","53593","53594","53596","53597","53598","53701","53703","53704","53705","53706","53707","53708","53711","53713","53714","53715","53716","53717","53718","53719","53725","53726","53744","53774","53777","53782","53783","53784","53785","53786","53788","53789","53790","53791","53792","53793","53794","53911","53925"],"st":"WI"}},"55027":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.009139,43.28483],[-89.006848,43.633045],[-88.886052,43.63354],[-88.401041,43.630933],[-88.400426,43.543532],[-88.417987,43.194697],[-88.535843,43.196048],[-89.008832,43.197724],[-89.009139,43.28483]]]},"properties":{"id":"55027","n":"Dodge","z":["53003","53006","53016","53027","53032","53034","53035","53036","53039","53047","53048","53050","53059","53065","53066","53078","53091","53098","53099","53557","53579","53594","53916","53922","53925","53932","53933","53946","53956","53957","53963"],"st":"WI"}},"55029":{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-86.934276,45.421149],[-86.805868,45.412903],[-86.899891,45.295185],[-86.956198,45.352006],[-86.934276,45.421149]]],[[[-87.375491550219,44.675512109805],[-87.737570860866,44.677011816156],[-87.581306,44.851791],[-87.446477,44.886109],[-87.264877,45.081361],[-87.238224,45.167259],[-87.121609,45.209783],[-87.057627,45.292838],[-86.97778,45.290684],[-87.04417,45.186946],[-87.063157,45.079316],[-87.188375,44.948077],[-87.375491550219,44.675512109805]]]]},"properties":{"id":"55029","n":"Door","z":["54201","54202","54204","54205","54209","54210","54211","54212","54213","54217","54226","54234","54235","54246"],"st":"WI"}},"55031":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.292759802428,46.41721950288],[-92.292192,46.663242],[-92.205492,46.664741],[-92.143338,46.731596],[-92.01529,46.706469],[-91.820027,46.690176],[-91.551341535656,46.757475293459],[-91.551282,46.157045],[-92.049636,46.157597],[-92.293830608579,46.157321306496],[-92.292759802428,46.41721950288]]]},"properties":{"id":"55031","n":"Douglas","z":["54820","54830","54836","54838","54842","54849","54854","54859","54864","54873","54874","54880","54890"],"st":"WI"}},"55033":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.156465,45.209554],[-91.665647,45.207991],[-91.650455,44.855951],[-91.650361,44.683633],[-92.135202,44.684374],[-92.136348,44.857848],[-92.136113,45.121432],[-92.156465,45.209554]]]},"properties":{"id":"55033","n":"Dunn","z":["54005","54013","54701","54703","54721","54724","54725","54730","54734","54735","54736","54737","54739","54740","54749","54751","54755","54757","54762","54763","54765","54767","54772"],"st":"WI"}},"55035":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.650455,44.855951],[-90.922247,44.857309],[-90.92235,44.596293],[-91.165619,44.596987],[-91.529101,44.596197],[-91.650248,44.596649],[-91.650361,44.683633],[-91.650455,44.855951]]]},"properties":{"id":"55035","n":"Eau Claire","z":["54701","54702","54703","54720","54722","54726","54727","54729","54738","54739","54741","54742","54743","54755","54758","54764","54768","54770"],"st":"WI"}},"55037":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.116856537376,45.922811242263],[-88.073944,45.875593],[-88.135067,45.821694],[-88.057010465949,45.784977030144],[-88.059246,45.713063],[-88.425302,45.722426],[-88.675821,45.7229],[-88.683232208499,46.01446567032],[-88.526673,46.020822],[-88.409864,45.979688],[-88.116856537376,45.922811242263]]]},"properties":{"id":"55037","n":"Florence","z":["54120","54121","54151","54542"],"st":"WI"}},"55039":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.885697,43.895184],[-88.403195,43.892977],[-88.404187,43.9382],[-88.161654,43.937683],[-88.162274,43.891511],[-88.160873,43.542943],[-88.400426,43.543532],[-88.401041,43.630933],[-88.886052,43.63354],[-88.885697,43.895184]]]},"properties":{"id":"55039","n":"Fond du Lac","z":["53006","53010","53011","53014","53019","53040","53048","53049","53057","53061","53065","53079","53919","53931","53946","53963","54932","54935","54936","54937","54964","54971","54974","54979"],"st":"WI"}},"55041":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.93276845101,46.072107163776],[-88.811948,46.021609],[-88.683232208499,46.01446567032],[-88.675821,45.7229],[-88.425302,45.722426],[-88.428102,45.37701],[-88.677996,45.378683],[-88.926025,45.378637],[-88.923062,45.465137],[-89.04649,45.464439],[-89.047601,45.895355],[-89.047795,45.982345],[-88.933222,45.982276],[-88.93276845101,46.072107163776]]]},"properties":{"id":"55041","n":"Forest","z":["54103","54104","54125","54465","54511","54520","54521","54541","54542","54562","54566"],"st":"WI"}},"55043":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.159084305947,42.987477791323],[-91.062211,42.992552],[-90.940087,43.061882],[-90.845746,43.077625],[-90.666786,43.171777],[-90.545408,43.211455],[-90.429825,43.20094],[-90.426902,42.812862],[-90.426376960736,42.507177735224],[-90.642843,42.508481],[-90.700856,42.626445],[-90.896962027158,42.674318056434],[-91.070716,42.775502],[-91.159084305947,42.987477791323]]]},"properties":{"id":"55043","n":"Grant","z":["53518","53543","53554","53569","53573","53801","53802","53804","53805","53806","53807","53808","53809","53810","53811","53812","53813","53816","53817","53818","53820","53821","53824","53825","53827"],"st":"WI"}},"55045":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.838167,42.857397],[-89.378262,42.856376],[-89.369128,42.845036],[-89.365798607663,42.500025966951],[-89.401416811041,42.500441931074],[-89.837594886326,42.504910352791],[-89.83841,42.813799],[-89.838167,42.857397]]]},"properties":{"id":"55045","n":"Green","z":["53502","53504","53508","53516","53520","53521","53522","53550","53566","53570","53572","53574"],"st":"WI"}},"55047":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.168612,43.982834],[-88.886193,43.983233],[-88.885697,43.895184],[-88.886052,43.63354],[-89.006848,43.633045],[-89.245437,43.643083],[-89.245375,43.759813],[-89.198299,43.812677],[-89.168612,43.982834]]]},"properties":{"id":"55047","n":"Green Lake","z":["53923","53926","53939","53946","53947","53949","53956","54923","54941","54960","54968","54971"],"st":"WI"}},"55049":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.429825,43.20094],[-90.260077,43.197689],[-90.193814,43.164464],[-90.05866,43.145291],[-90.000123,43.194624],[-89.838135,43.206057],[-89.838167,42.857397],[-89.83841,42.813799],[-90.426902,42.812862],[-90.429825,43.20094]]]},"properties":{"id":"55049","n":"Iowa","z":["53503","53506","53507","53516","53517","53526","53533","53535","53543","53544","53553","53554","53560","53565","53569","53573","53580","53582","53588","53595","53818"],"st":"WI"}},"55051":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.548578555966,46.58623625875],[-90.418136,46.566094],[-90.214866,46.499947],[-90.120489,46.336852],[-89.929125625665,46.299915728408],[-89.928837,45.981967],[-90.043958,45.981948],[-90.302063,45.981349],[-90.303072,46.154849],[-90.426274,46.15405],[-90.425978,46.24045],[-90.552227,46.240851],[-90.548578555966,46.58623625875]]]},"properties":{"id":"55051","n":"Iron","z":["54514","54525","54534","54536","54538","54545","54547","54550","54552","54559","54565"],"st":"WI"}},"55053":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.165619,44.596987],[-90.92235,44.596293],[-90.922889,44.50984],[-90.801525,44.509681],[-90.801918,44.422442],[-90.316055,44.424502],[-90.31268,44.24875],[-90.312522,44.155198],[-90.904579,44.158298],[-90.973107,44.070882],[-91.151932,44.079665],[-91.165548,44.247445],[-91.165619,44.596987]]]},"properties":{"id":"55053","n":"Jackson","z":["54466","54611","54615","54616","54627","54635","54641","54642","54643","54644","54659","54666","54741","54746","54754","54758"],"st":"WI"}},"55055":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.008832,43.197724],[-88.535843,43.196048],[-88.541535,42.842996],[-88.777076,42.842694],[-89.013582,42.84763],[-89.008832,43.197724]]]},"properties":{"id":"55055","n":"Jefferson","z":["53036","53038","53066","53094","53118","53137","53156","53178","53190","53523","53534","53538","53549","53551","53559","53563","53594"],"st":"WI"}},"55057":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.312522,44.155198],[-90.31268,44.24875],[-89.902783,44.249473],[-89.923387,44.152416],[-90.025953,44.091748],[-89.954449,43.921986],[-89.980676,43.905623],[-89.865132,43.783414],[-89.784901,43.641051],[-89.785809,43.641049],[-90.312404,43.640988],[-90.312194,43.731479],[-90.312522,44.155198]]]},"properties":{"id":"55057","n":"Juneau","z":["53929","53941","53944","53948","53950","53962","53965","53968","54457","54618","54634","54637","54638","54646","54666"],"st":"WI"}},"55059":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.305891,42.610817],[-88.188173,42.611456],[-88.188306,42.669709],[-87.80201505511,42.668311061177],[-87.800477,42.49192],[-88.199529001448,42.49575601569],[-88.304692,42.495608172751],[-88.305891,42.610817]]]},"properties":{"id":"55059","n":"Kenosha","z":["53102","53104","53105","53109","53128","53139","53140","53141","53142","53143","53144","53158","53168","53170","53171","53177","53179","53181","53182","53192","53194","53403","60075"],"st":"WI"}},"55061":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.761307678885,44.653697749735],[-87.737570860866,44.677011816156],[-87.375491550219,44.675512109805],[-87.446963,44.586274],[-87.543326785476,44.32751285613],[-87.766026,44.327184],[-87.761307678885,44.653697749735]]]},"properties":{"id":"55061","n":"Kewaunee","z":["54201","54205","54208","54213","54216","54217"],"st":"WI"}},"55063":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.423568699817,43.984296880323],[-91.322143,43.984462],[-91.307478,44.064876],[-91.151932,44.079665],[-90.973107,44.070882],[-90.912918,44.071522],[-90.910653,43.725334],[-91.257000156006,43.725658737222],[-91.287655627367,43.847065],[-91.423568699817,43.984296880323]]]},"properties":{"id":"55063","n":"La Crosse","z":["54601","54602","54603","54614","54619","54623","54636","54642","54644","54650","54653","54656","54658","54661","54667","54669"],"st":"WI"}},"55065":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.426902,42.812862],[-89.83841,42.813799],[-89.837594886326,42.504910352791],[-89.927006876764,42.505790485775],[-90.426376960736,42.507177735224],[-90.426902,42.812862]]]},"properties":{"id":"55065","n":"Lafayette","z":["53504","53510","53516","53522","53530","53541","53565","53586","53587","53599","53803","53807","53811","53818"],"st":"WI"}},"55067":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.424824,45.467166],[-89.04649,45.464439],[-88.923062,45.465137],[-88.926025,45.378637],[-88.677996,45.378683],[-88.680066,45.204994],[-88.641159,45.117346],[-88.982176,45.117733],[-88.98168,45.028917],[-89.223814,45.029246],[-89.224214,45.118567],[-89.425971,45.119098],[-89.424824,45.467166]]]},"properties":{"id":"55067","n":"Langlade","z":["54175","54402","54408","54409","54418","54424","54428","54430","54435","54462","54464","54465","54485","54491"],"st":"WI"}},"55069":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.042273,45.381866],[-90.043414,45.555082],[-89.428258,45.555353],[-89.424824,45.467166],[-89.425971,45.119098],[-90.043685,45.120214],[-90.042273,45.381866]]]},"properties":{"id":"55069","n":"Lincoln","z":["54435","54442","54452","54487","54501","54532","54564"],"st":"WI"}},"55071":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.04324,44.241018],[-87.888087,44.240461],[-87.887526,44.327589],[-87.766026,44.327184],[-87.543326785476,44.32751285613],[-87.507419,44.210803],[-87.655183,44.081894],[-87.728579542309,43.892208887457],[-88.041794,43.891692],[-88.04324,44.241018]]]},"properties":{"id":"55071","n":"Manitowoc","z":["53014","53015","53020","53042","53061","53063","54110","54126","54207","54208","54214","54215","54220","54221","54227","54228","54230","54232","54240","54241","54245","54247"],"st":"WI"}},"55073":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.315038,45.033829],[-90.197514,45.03364],[-90.197765,45.120604],[-90.043685,45.120214],[-89.425971,45.119098],[-89.224214,45.118567],[-89.223814,45.029246],[-89.223745,44.681365],[-89.844931,44.684945],[-90.316253,44.685154],[-90.315038,45.033829]]]},"properties":{"id":"55073","n":"Marathon","z":["54401","54403","54405","54408","54409","54411","54412","54414","54417","54421","54425","54426","54427","54429","54440","54443","54448","54449","54451","54452","54454","54455","54471","54473","54474","54476","54479","54480","54484","54488","54499"],"st":"WI"}},"55075":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.425302,45.722426],[-88.059246,45.713063],[-88.057010465949,45.784977030144],[-87.833049468035,45.722752575347],[-87.781007,45.673934],[-87.805773,45.473139],[-87.863489,45.35302],[-87.657349,45.368752],[-87.741805,45.197051],[-87.590208,45.095264],[-87.630298,44.976865],[-87.762638490971,44.96275217176],[-87.760071,44.99053],[-87.942995,45.020418],[-88.121152,45.023581],[-88.118879,45.110197],[-88.189247,45.111844],[-88.186355,45.197974],[-88.309063,45.20158],[-88.305811,45.37461],[-88.428102,45.37701],[-88.425302,45.722426]]]},"properties":{"id":"55075","n":"Marinette","z":["54102","54103","54104","54112","54114","54119","54120","54125","54139","54143","54151","54156","54157","54159","54161","54177"],"st":"WI"}},"55077":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.59795,43.9821],[-89.168612,43.982834],[-89.198299,43.812677],[-89.245375,43.759813],[-89.245437,43.643083],[-89.599547,43.642636],[-89.59795,43.9821]]]},"properties":{"id":"55077","n":"Marquette","z":["53901","53920","53926","53930","53946","53949","53952","53953","53954","53964","54930","54960","54968","54982"],"st":"WI"}},"55078":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.641159,45.117346],[-88.483732,45.116887],[-88.489149,44.855445],[-88.736194,44.856376],[-88.735548,44.943178],[-88.981319,44.942745],[-88.98168,45.028917],[-88.982176,45.117733],[-88.641159,45.117346]]]},"properties":{"id":"55078","n":"Menominee","z":["54124","54135","54150","54174"],"st":"WI"}},"55079":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.063353,43.192117],[-87.896579311189,43.192134632526],[-87.870184,43.064412],[-87.895784,43.015814],[-87.821162938034,42.842273546735],[-88.069924,42.843323],[-88.063353,43.192117]]]},"properties":{"id":"55079","n":"Milwaukee","z":["53110","53129","53130","53132","53154","53172","53201","53202","53203","53204","53205","53206","53207","53208","53209","53210","53211","53212","53213","53214","53215","53216","53217","53218","53219","53220","53221","53222","53223","53224","53225","53226","53227","53228","53233","53234","53235","53237","53259","53263","53274","53278","53288","53290","53293","53295"],"st":"WI"}},"55081":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.312522,44.155198],[-90.312194,43.731479],[-90.910653,43.725334],[-90.912918,44.071522],[-90.973107,44.070882],[-90.904579,44.158298],[-90.312522,44.155198]]]},"properties":{"id":"55081","n":"Monroe","z":["53929","54615","54618","54619","54620","54638","54648","54649","54651","54653","54656","54660","54662","54666","54670"],"st":"WI"}},"55083":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.677996,45.378683],[-88.428102,45.37701],[-88.305811,45.37461],[-88.309063,45.20158],[-88.186355,45.197974],[-88.189247,45.111844],[-88.118879,45.110197],[-88.121152,45.023581],[-87.942995,45.020418],[-87.760071,44.99053],[-87.762638490971,44.96275217176],[-87.843433,44.924355],[-87.997573406442,44.677663939045],[-88.242687,44.679631],[-88.248213,44.852739],[-88.489149,44.855445],[-88.483732,45.116887],[-88.641159,45.117346],[-88.680066,45.204994],[-88.677996,45.378683]]]},"properties":{"id":"55083","n":"Oconto","z":["15485","54101","54111","54112","54114","54124","54137","54138","54139","54141","54149","54153","54154","54157","54161","54162","54171","54174","54175","54491"],"st":"WI"}},"55085":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.042857,45.897263],[-89.300473,45.901463],[-89.175245,45.856579],[-89.17785,45.899312],[-89.047601,45.895355],[-89.04649,45.464439],[-89.424824,45.467166],[-89.428258,45.555353],[-90.043414,45.555082],[-90.042857,45.897263]]]},"properties":{"id":"55085","n":"Oneida","z":["54428","54463","54487","54501","54521","54529","54531","54538","54539","54543","54548","54558","54562","54564","54568"],"st":"WI"}},"55087":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.606083,44.590515],[-88.245204,44.584746],[-88.190465,44.586799],[-88.192611,44.241947],[-88.40407,44.244102],[-88.73977,44.243303],[-88.736802,44.590605],[-88.606083,44.590515]]]},"properties":{"id":"55087","n":"Outagamie","z":["54106","54107","54113","54115","54130","54131","54136","54140","54152","54155","54165","54170","54180","54313","54911","54912","54913","54914","54915","54919","54922","54929","54931","54940","54942","54944","54956","54961"],"st":"WI"}},"55089":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.040528,43.542361],[-87.791020140028,43.543015444928],[-87.889207,43.307652],[-87.896579311189,43.192134632526],[-88.063353,43.192117],[-88.040528,43.542361]]]},"properties":{"id":"55089","n":"Ozaukee","z":["53004","53012","53013","53021","53024","53074","53075","53080","53090","53092","53095","53097","53217"],"st":"WI"}},"55091":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.316933133406,44.539276012203],[-92.1353,44.53958],[-92.135202,44.684374],[-91.650361,44.683633],[-91.650248,44.596649],[-92.022788,44.590519],[-92.084528580493,44.404614314801],[-92.245364649005,44.454251124352],[-92.316933133406,44.539276012203]]]},"properties":{"id":"55091","n":"Pepin","z":["54721","54736","54737","54755","54759","54769"],"st":"WI"}},"55093":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.767023265752,44.861976737098],[-92.136348,44.857848],[-92.135202,44.684374],[-92.1353,44.53958],[-92.316933133406,44.539276012203],[-92.54928,44.577704],[-92.731623851303,44.71492278526],[-92.792360799671,44.758983813697],[-92.767023265752,44.861976737098]]]},"properties":{"id":"55093","n":"Pierce","z":{"0":"54003","1":"54011","2":"54014","3":"54021","4":"54022","5":"54723","6":"54740","7":"54750","8":"54761","9":"54767","10":"54769","12":"54010"},"st":"WI"}},"55095":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.886697124409,45.644148],[-92.529111,45.642171],[-92.528198,45.72868],[-92.154443,45.725616],[-92.154888,45.639742],[-92.156465,45.209554],[-92.766091408674,45.210021702423],[-92.748267674686,45.29605938651],[-92.646768,45.437929],[-92.756906,45.557499],[-92.881136,45.573409],[-92.886697124409,45.644148]]]},"properties":{"id":"55095","n":"Polk","z":["54001","54004","54005","54006","54007","54009","54017","54020","54024","54026","54810","54824","54826","54829","54837","54840","54853","54858","54872","54889"],"st":"WI"}},"55097":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.844931,44.684945],[-89.223745,44.681365],[-89.224813,44.243393],[-89.59798,44.245725],[-89.724746,44.247678],[-89.726622,44.511191],[-89.84441,44.511542],[-89.844931,44.684945]]]},"properties":{"id":"55097","n":"Portage","z":["54406","54407","54423","54443","54454","54455","54458","54467","54473","54475","54481","54482","54492","54494","54499","54909","54921","54945","54966","54977","54981","54984"],"st":"WI"}},"55099":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.678749,45.638264],[-90.676968,45.981554],[-90.302063,45.981349],[-90.043958,45.981948],[-90.042857,45.897263],[-90.043414,45.555082],[-90.042273,45.381866],[-90.678773,45.377907],[-90.678749,45.638264]]]},"properties":{"id":"55099","n":"Price","z":["54459","54470","54490","54513","54514","54515","54524","54530","54537","54538","54552","54555","54556"],"st":"WI"}},"55101":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.306384,42.842095],[-88.069924,42.843323],[-87.821162938034,42.842273546735],[-87.766675,42.784896],[-87.80201505511,42.668311061177],[-88.188306,42.669709],[-88.188173,42.611456],[-88.305891,42.610817],[-88.306384,42.842095]]]},"properties":{"id":"55101","n":"Racine","z":["53105","53108","53120","53126","53138","53139","53148","53149","53150","53152","53167","53177","53182","53185","53401","53402","53403","53404","53405","53406","53407","53408"],"st":"WI"}},"55103":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.311069,43.553991],[-90.191964,43.554996],[-90.193814,43.164464],[-90.260077,43.197689],[-90.429825,43.20094],[-90.545408,43.211455],[-90.666786,43.171777],[-90.668561,43.422994],[-90.671652,43.552856],[-90.311069,43.553991]]]},"properties":{"id":"55103","n":"Richland","z":["53518","53540","53556","53573","53581","53584","53924","53937","54634","54639","54655","54664"],"st":"WI"}},"55105":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.369128,42.845036],[-89.013582,42.84763],[-88.777076,42.842694],[-88.776495760735,42.494136600467],[-88.940384860378,42.495439827471],[-89.365798607663,42.500025966951],[-89.369128,42.845036]]]},"properties":{"id":"55105","n":"Rock","z":["53114","53190","53501","53505","53511","53512","53520","53521","53525","53534","53536","53537","53538","53542","53545","53546","53547","53548","53563","53576","53585","53589"],"st":"WI"}},"55107":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.540294,45.637605],[-90.678749,45.638264],[-90.678773,45.377907],[-90.925343,45.37935],[-90.925222,45.292061],[-91.541322,45.29222],[-91.540294,45.637605]]]},"properties":{"id":"55107","n":"Rusk","z":["54526","54530","54563","54728","54731","54745","54757","54766","54817","54819","54835","54848","54868","54895","54896"],"st":"WI"}},"55109":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.766091408674,45.210021702423],[-92.156465,45.209554],[-92.136113,45.121432],[-92.136348,44.857848],[-92.767023265752,44.861976737098],[-92.761904,45.022467],[-92.802911,45.065403],[-92.740509,45.113396],[-92.766091408674,45.210021702423]]]},"properties":{"id":"55109","n":"Saint Croix","z":["54002","54005","54007","54013","54015","54016","54017","54020","54022","54023","54025","54026","54027","54028","54082","54734","54749","54767"],"st":"WI"}},"55111":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.312404,43.640988],[-89.785809,43.641049],[-89.732238,43.571826],[-89.599357,43.558041],[-89.60073,43.380666],[-89.720463,43.293084],[-89.838135,43.206057],[-90.000123,43.194624],[-90.05866,43.145291],[-90.193814,43.164464],[-90.191964,43.554996],[-90.311069,43.553991],[-90.312404,43.640988]]]},"properties":{"id":"55111","n":"Sauk","z":["53556","53561","53577","53578","53583","53588","53913","53924","53937","53940","53941","53942","53943","53944","53951","53958","53959","53961","53965","53968"],"st":"WI"}},"55113":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.551282,46.157045],[-90.924583,46.154616],[-90.925174,45.981055],[-90.676968,45.981554],[-90.678749,45.638264],[-91.540294,45.637605],[-91.551282,46.157045]]]},"properties":{"id":"55113","n":"Sawyer","z":["54517","54530","54552","54817","54821","54828","54835","54843","54862","54867","54876","54896"],"st":"WI"}},"55115":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.223814,45.029246],[-88.98168,45.028917],[-88.981319,44.942745],[-88.735548,44.943178],[-88.736194,44.856376],[-88.489149,44.855445],[-88.248213,44.852739],[-88.242687,44.679631],[-88.245204,44.584746],[-88.606083,44.590515],[-88.605159,44.678331],[-89.223745,44.681365],[-89.223814,45.029246]]]},"properties":{"id":"55115","n":"Shawano","z":["54107","54111","54124","54127","54128","54137","54150","54154","54162","54165","54166","54170","54408","54409","54414","54416","54427","54450","54486","54499","54928","54929","54948","54950","54978"],"st":"WI"}},"55117":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.162274,43.891511],[-88.041794,43.891692],[-87.728579542309,43.892208887457],[-87.706204,43.679542],[-87.791020140028,43.543015444928],[-88.040528,43.542361],[-88.160873,43.542943],[-88.162274,43.891511]]]},"properties":{"id":"55117","n":"Sheboygan","z":["53001","53011","53013","53015","53020","53023","53026","53031","53040","53044","53070","53073","53075","53079","53081","53082","53083","53085","53093"],"st":"WI"}},"55119":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.678773,45.377907],[-90.042273,45.381866],[-90.043685,45.120214],[-90.197765,45.120604],[-90.197514,45.03364],[-90.315038,45.033829],[-90.923362,45.031143],[-90.925222,45.292061],[-90.925343,45.37935],[-90.678773,45.377907]]]},"properties":{"id":"55119","n":"Taylor","z":["54411","54422","54425","54433","54447","54451","54460","54470","54480","54490","54498","54766","54768","54771"],"st":"WI"}},"55121":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.529101,44.596197],[-91.165619,44.596987],[-91.165548,44.247445],[-91.151932,44.079665],[-91.307478,44.064876],[-91.322143,43.984462],[-91.423568699817,43.984296880323],[-91.55921556304,44.024209316581],[-91.534229,44.096046],[-91.612994,44.172606],[-91.529741,44.246777],[-91.529101,44.596197]]]},"properties":{"id":"55121","n":"Trempealeau","z":["54612","54616","54625","54627","54630","54642","54659","54661","54738","54747","54758","54760","54770","54773"],"st":"WI"}},"55123":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.257000156006,43.725658737222],[-90.910653,43.725334],[-90.312194,43.731479],[-90.312404,43.640988],[-90.311069,43.553991],[-90.671652,43.552856],[-90.668561,43.422994],[-91.210663357773,43.419441782903],[-91.217706,43.50055],[-91.273252,43.666623],[-91.257000156006,43.725658737222]]]},"properties":{"id":"55123","n":"Vernon","z":["53929","53968","54619","54621","54623","54624","54628","54632","54634","54638","54639","54651","54652","54655","54658","54664","54665","54667"],"st":"WI"}},"55125":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.043958,45.981948],[-89.928837,45.981967],[-89.929125625665,46.299915728408],[-89.09163,46.138505],[-88.991217028396,46.096536354436],[-88.93276845101,46.072107163776],[-88.933222,45.982276],[-89.047795,45.982345],[-89.047601,45.895355],[-89.17785,45.899312],[-89.175245,45.856579],[-89.300473,45.901463],[-90.042857,45.897263],[-90.043958,45.981948]]]},"properties":{"id":"55125","n":"Vilas","z":["54512","54519","54521","54538","54540","54545","54548","54554","54557","54558","54560","54561","54568"],"st":"WI"}},"55127":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.777076,42.842694],[-88.541535,42.842996],[-88.306384,42.842095],[-88.305891,42.610817],[-88.304692,42.495608172751],[-88.70738,42.493587],[-88.776495760735,42.494136600467],[-88.777076,42.842694]]]},"properties":{"id":"55127","n":"Walworth","z":["53105","53114","53115","53119","53120","53121","53125","53128","53147","53149","53157","53159","53176","53184","53190","53191","53195","53585"],"st":"WI"}},"55129":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.049636,46.157597],[-91.551282,46.157045],[-91.540294,45.637605],[-92.031417,45.639928],[-92.033404,45.98387],[-92.049636,46.157597]]]},"properties":{"id":"55129","n":"Washburn","z":["54801","54813","54817","54830","54843","54859","54868","54870","54871","54875","54876","54888"],"st":"WI"}},"55131":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.400426,43.543532],[-88.160873,43.542943],[-88.040528,43.542361],[-88.063353,43.192117],[-88.417987,43.194697],[-88.400426,43.543532]]]},"properties":{"id":"55131","n":"Washington","z":["53002","53010","53012","53017","53021","53022","53027","53029","53033","53037","53040","53060","53076","53086","53090","53091","53095"],"st":"WI"}},"55133":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.535843,43.196048],[-88.417987,43.194697],[-88.063353,43.192117],[-88.069924,42.843323],[-88.306384,42.842095],[-88.541535,42.842996],[-88.535843,43.196048]]]},"properties":{"id":"55133","n":"Waukesha","z":["53005","53007","53008","53017","53018","53029","53036","53045","53046","53051","53052","53056","53058","53064","53066","53069","53072","53089","53103","53118","53119","53122","53127","53146","53149","53150","53151","53153","53183","53186","53187","53188","53189","53225","53702"],"st":"WI"}},"55135":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.223745,44.681365],[-88.605159,44.678331],[-88.606083,44.590515],[-88.736802,44.590605],[-88.73977,44.243303],[-88.886673,44.242622],[-89.224813,44.243393],[-89.223745,44.681365]]]},"properties":{"id":"55135","n":"Waupaca","z":["54170","54486","54922","54926","54929","54933","54940","54945","54946","54949","54950","54961","54962","54965","54969","54977","54981","54983","54990"],"st":"WI"}},"55137":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.59798,44.245725],[-89.224813,44.243393],[-88.886673,44.242622],[-88.886193,43.983233],[-89.168612,43.982834],[-89.59795,43.9821],[-89.59798,44.245725]]]},"properties":{"id":"55137","n":"Waushara","z":["53964","54909","54923","54930","54940","54943","54960","54965","54966","54967","54970","54976","54981","54982","54983","54984","54986"],"st":"WI"}},"55139":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.886673,44.242622],[-88.73977,44.243303],[-88.40407,44.244102],[-88.404187,43.9382],[-88.403195,43.892977],[-88.885697,43.895184],[-88.886193,43.983233],[-88.886673,44.242622]]]},"properties":{"id":"55139","n":"Winnebago","z":{"0":"54901","1":"54902","2":"54903","3":"54904","4":"54906","5":"54914","6":"54915","7":"54923","8":"54927","9":"54940","10":"54947","11":"54952","12":"54956","13":"54957","14":"54963","15":"54964","16":"54971","17":"54979","18":"54980","19":"54985","20":"54986","28":"54934"},"st":"WI"}},"55141":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.316055,44.424502],[-90.316253,44.685154],[-89.844931,44.684945],[-89.84441,44.511542],[-89.726622,44.511191],[-89.724746,44.247678],[-89.902783,44.249473],[-90.31268,44.24875],[-90.316055,44.424502]]]},"properties":{"id":"55141","n":"Wood","z":["54404","54410","54412","54413","54415","54420","54441","54443","54449","54454","54457","54466","54469","54472","54475","54489","54494","54495"],"st":"WI"}},"56001":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-106.073403,42.433236],[-105.556042,42.430583],[-105.613865,42.304455],[-105.375541,42.290139],[-105.332638,42.431106],[-105.28391,42.431402],[-105.271809,41.742029],[-105.278236,41.656655],[-105.277138,40.998173],[-106.19055407871,40.997746612574],[-106.32116921591,40.998215011068],[-106.322885,41.395141],[-106.068406,41.395028],[-106.073403,42.433236]]]},"properties":{"id":"56001","n":"Albany","z":["82051","82052","82055","82058","82063","82070","82071","82072","82073","82083","82084","82201","82329","82637"],"st":"WY"}},"56003":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-108.62149349473,44.999676371022],[-108.24852518531,45.000629827417],[-107.91152278816,45.001544004611],[-107.832319,44.790161],[-107.743467,44.715423],[-107.615891,44.701297],[-107.369621,44.559837],[-107.30058,44.459081],[-107.169228,44.39378],[-107.146808,44.165666],[-108.550562,44.168455],[-108.573791,44.171419],[-108.57342,44.520811],[-108.592296,44.871444],[-108.62149349473,44.999676371022]]]},"properties":{"id":"56003","n":"Big Horn","z":["82401","82410","82411","82412","82420","82421","82422","82423","82426","82428","82431","82432","82434","82435","82441"],"st":"WY"}},"56005":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-106.02488002903,44.997584123556],[-105.07660095225,45.000296613407],[-105.085451,44.786801],[-105.079281,44.176182],[-105.079797,43.498445],[-106.017366,43.494969],[-106.009201,43.821579],[-106.009676,44.563981],[-106.02488002903,44.997584123556]]]},"properties":{"id":"56005","n":"Campbell","z":["82716","82717","82718","82725","82727","82731","82732","82831"],"st":"WY"}},"56007":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-107.522722,42.261756],[-107.522923,42.434356],[-106.075852,42.433218],[-106.073403,42.433236],[-106.068406,41.395028],[-106.322885,41.395141],[-106.32116921591,40.998215011068],[-106.86037794867,41.000718629237],[-107.31779575979,41.002842481232],[-107.91841828985,41.001227070644],[-107.929736,41.659596],[-107.50972,41.657452],[-107.522722,42.261756]]]},"properties":{"id":"56007","n":"Carbon","z":["82083","82301","82321","82323","82324","82325","82327","82329","82331","82332","82334","82335","82604","82615","82620"],"st":"WY"}},"56009":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-106.078068,43.494471],[-106.017366,43.494969],[-105.079797,43.498445],[-104.899941,43.49964],[-104.892437,42.608939],[-105.286511,42.605826],[-105.28391,42.431402],[-105.332638,42.431106],[-105.375541,42.290139],[-105.613865,42.304455],[-105.556042,42.430583],[-106.073403,42.433236],[-106.075852,42.433218],[-106.078068,43.494471]]]},"properties":{"id":"56009","n":"Converse","z":["82229","82633","82636","82637"],"st":"WY"}},"56011":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-105.07660095225,45.000296613407],[-105.03825218827,45.000291672992],[-104.057698,44.997431],[-104.05569519926,44.570990377142],[-104.05540637783,44.180382874096],[-105.079281,44.176182],[-105.085451,44.786801],[-105.07660095225,45.000296613407]]]},"properties":{"id":"56011","n":"Crook","z":{"1":"82710","2":"82711","3":"82712","4":"82714","5":"82720","6":"82721","7":"82729","8":"82730","28":"57717"},"st":"WY"}},"56013":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-110.053179,44.008022],[-109.990073,43.949066],[-109.858754,43.957988],[-109.7899,43.803252],[-109.665893,43.845726],[-109.641808,43.922785],[-109.542332,43.961352],[-109.442361,43.930434],[-109.312949,43.813293],[-109.171448,43.699198],[-109.171638,43.619764],[-108.814276,43.605255],[-108.694672,43.575755],[-108.695072,43.532255],[-108.456962,43.503156],[-108.337861,43.459765],[-108.156285,43.470628],[-107.595137,43.472279],[-107.595105,43.501397],[-107.534897,43.501362],[-107.517031,43.472659],[-107.502327,43.12806],[-107.501425,42.781458],[-107.543526,42.781558],[-107.542058,42.44184],[-107.522923,42.434356],[-107.522722,42.261756],[-109.043864,42.263684],[-109.043801,42.433644],[-109.072851,42.693514],[-109.323552,42.863868],[-109.502407,43.010511],[-109.651451,43.167036],[-109.694942,43.366152],[-109.754462,43.365905],[-109.754717,43.4632],[-110.05157,43.464783],[-110.053179,44.008022]]]},"properties":{"id":"56013","n":"Fremont","z":["82301","82310","82501","82510","82512","82513","82514","82515","82516","82520","82523","82524","82642","82649"],"st":"WY"}},"56015":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-104.655639,42.609468],[-104.05266219157,42.611766300541],[-104.05276213709,42.001718265867],[-104.05282523524,41.697953853064],[-104.05263457163,41.564275779574],[-104.652992,41.565014],[-104.653338,41.653007],[-104.655639,42.609468]]]},"properties":{"id":"56015","n":"Goshen","z":["82210","82212","82217","82218","82219","82221","82223","82225","82240","82243","82244"],"st":"WY"}},"56017":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-109.312949,43.813293],[-109.093603,43.817619],[-109.092878,43.904474],[-108.912783,43.904754],[-108.915985,43.990854],[-108.791779,43.991053],[-108.792277,44.079616],[-108.550758,44.079403],[-108.490254,44.07976],[-108.489431,43.991866],[-108.427064,43.992054],[-108.429563,43.903355],[-108.30936,43.903255],[-108.309694,43.846619],[-108.174938,43.818968],[-107.956448,43.818666],[-107.956577,43.733446],[-107.715876,43.733343],[-107.716218,43.645766],[-107.595157,43.646427],[-107.595105,43.501397],[-107.595137,43.472279],[-108.156285,43.470628],[-108.337861,43.459765],[-108.456962,43.503156],[-108.695072,43.532255],[-108.694672,43.575755],[-108.814276,43.605255],[-109.171638,43.619764],[-109.171448,43.699198],[-109.312949,43.813293]]]},"properties":{"id":"56017","n":"Hot Springs","z":["82401","82430","82443"],"st":"WY"}},"56019":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-107.369621,44.559837],[-106.428897,44.556777],[-106.009676,44.563981],[-106.009201,43.821579],[-106.017366,43.494969],[-106.078068,43.494471],[-107.090251,43.49239],[-107.110734,43.500286],[-107.128374,44.154125],[-107.146808,44.165666],[-107.169228,44.39378],[-107.30058,44.459081],[-107.369621,44.559837]]]},"properties":{"id":"56019","n":"Johnson","z":["82639","82640","82831","82832","82834","82840"],"st":"WY"}},"56021":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-105.278236,41.656655],[-104.653338,41.653007],[-104.652992,41.565014],[-104.05263457163,41.564275779574],[-104.05228713412,41.393214000193],[-104.053249,41.001406],[-104.943371,40.99807410373],[-105.277138,40.998173],[-105.278236,41.656655]]]},"properties":{"id":"56021","n":"Laramie","z":["82001","82002","82003","82005","82006","82007","82009","82010","82050","82053","82054","82059","82060","82061","82081","82082"],"st":"WY"}},"56023":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-111.04553029271,42.513912877775],[-111.04405270512,43.019407032899],[-111.044617,43.31572],[-110.813996,43.31394],[-110.813993,43.235178],[-110.578656,43.235224],[-110.587993,43.126147],[-110.590131,42.448435],[-110.543329,42.448536],[-110.541634,42.277491],[-110.053708,42.270744],[-110.048,41.578015],[-111.04581846484,41.579844948226],[-111.046689,42.001567],[-111.04553029271,42.513912877775]]]},"properties":{"id":"56023","n":"Lincoln","z":["83101","83110","83111","83112","83114","83116","83118","83119","83120","83121","83122","83123","83124","83126","83127","83128"],"st":"WY"}},"56025":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-107.534897,43.501362],[-107.110734,43.500286],[-107.090251,43.49239],[-106.078068,43.494471],[-106.075852,42.433218],[-107.522923,42.434356],[-107.542058,42.44184],[-107.543526,42.781558],[-107.501425,42.781458],[-107.502327,43.12806],[-107.517031,43.472659],[-107.534897,43.501362]]]},"properties":{"id":"56025","n":"Natrona","z":["82601","82602","82604","82605","82609","82620","82630","82635","82636","82638","82639","82642","82643","82644","82646","82648"],"st":"WY"}},"56027":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-104.899941,43.49964],[-104.05479428435,43.503327530406],[-104.05468456843,43.477815541711],[-104.053127,43.000585],[-104.05266219157,42.611766300541],[-104.655639,42.609468],[-104.892437,42.608939],[-104.899941,43.49964]]]},"properties":{"id":"56027","n":"Niobrara","z":["82222","82224","82225","82227","82242","82633","82701"],"st":"WY"}},"56029":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-111.04431854543,45.000880003308],[-110.705272,44.992324],[-109.79848377244,45.002920308285],[-109.103445,45.005904],[-108.62149349473,44.999676371022],[-108.592296,44.871444],[-108.57342,44.520811],[-108.573791,44.171419],[-108.550562,44.168455],[-108.550758,44.079403],[-108.792277,44.079616],[-108.791779,43.991053],[-108.915985,43.990854],[-108.912783,43.904754],[-109.092878,43.904474],[-109.093603,43.817619],[-109.312949,43.813293],[-109.442361,43.930434],[-109.542332,43.961352],[-109.641808,43.922785],[-109.665893,43.845726],[-109.7899,43.803252],[-109.858754,43.957988],[-109.990073,43.949066],[-110.053179,44.008022],[-110.053357,44.132628],[-110.119193,44.132584],[-110.1511,44.292464],[-110.296648,44.431341],[-110.276506,44.515665],[-110.375334,44.583016],[-110.667899,44.582792],[-110.667867,44.666291],[-111.05533272712,44.666262309917],[-111.04431854543,45.000880003308]]]},"properties":{"id":"56029","n":"Park","z":["82190","82414","82421","82423","82433","82435","82440","82450"],"st":"WY"}},"56031":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-104.892437,42.608939],[-104.655639,42.609468],[-104.653338,41.653007],[-105.278236,41.656655],[-105.271809,41.742029],[-105.28391,42.431402],[-105.286511,42.605826],[-104.892437,42.608939]]]},"properties":{"id":"56031","n":"Platte","z":["82201","82210","82213","82214","82215"],"st":"WY"}},"56033":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-107.91152278816,45.001544004611],[-106.26371509247,44.993788433001],[-106.02488002903,44.997584123556],[-106.009676,44.563981],[-106.428897,44.556777],[-107.369621,44.559837],[-107.615891,44.701297],[-107.743467,44.715423],[-107.832319,44.790161],[-107.91152278816,45.001544004611]]]},"properties":{"id":"56033","n":"Sheridan","z":["82801","82831","82832","82833","82835","82836","82837","82838","82839","82842","82844","82845"],"st":"WY"}},"56035":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-110.578656,43.235224],[-110.57838,43.29164],[-110.343959,43.291165],[-110.344218,43.377918],[-110.05731,43.377768],[-110.05157,43.464783],[-109.754717,43.4632],[-109.754462,43.365905],[-109.694942,43.366152],[-109.651451,43.167036],[-109.502407,43.010511],[-109.323552,42.863868],[-109.072851,42.693514],[-109.043801,42.433644],[-109.043864,42.263684],[-110.053708,42.270744],[-110.541634,42.277491],[-110.543329,42.448536],[-110.590131,42.448435],[-110.587993,43.126147],[-110.578656,43.235224]]]},"properties":{"id":"56035","n":"Sublette","z":["82922","82923","82925","82932","82941","83001","83113","83115"],"st":"WY"}},"56037":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-110.053708,42.270744],[-109.043864,42.263684],[-107.522722,42.261756],[-107.50972,41.657452],[-107.929736,41.659596],[-107.91841828985,41.001227070644],[-109.050076,41.000659],[-110.00071673644,40.997425459708],[-110.04848299569,40.997297292851],[-110.048,41.578015],[-110.053708,42.270744]]]},"properties":{"id":"56037","n":"Sweetwater","z":["82301","82322","82336","82901","82902","82929","82932","82934","82935","82938","82942","82943","82945"],"st":"WY"}},"56039":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-111.05533272712,44.666262309917],[-110.667867,44.666291],[-110.667899,44.582792],[-110.375334,44.583016],[-110.276506,44.515665],[-110.296648,44.431341],[-110.1511,44.292464],[-110.119193,44.132584],[-110.053357,44.132628],[-110.053179,44.008022],[-110.05157,43.464783],[-110.05731,43.377768],[-110.344218,43.377918],[-110.343959,43.291165],[-110.57838,43.29164],[-110.578656,43.235224],[-110.813993,43.235178],[-110.813996,43.31394],[-111.044617,43.31572],[-111.04536056097,43.501051451112],[-111.047219183,43.983431292608],[-111.048974,44.474072],[-111.05533272712,44.666262309917]]]},"properties":{"id":"56039","n":"Teton","z":["82190","82925","83001","83002","83011","83012","83013","83014","83025","83414"],"st":"WY"}},"56041":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-111.04663698313,41.251626956251],[-111.04581846484,41.579844948226],[-110.048,41.578015],[-110.04848299569,40.997297292851],[-111.046723,40.997959],[-111.04663698313,41.251626956251]]]},"properties":{"id":"56041","n":"Uinta","z":["82930","82931","82933","82936","82937","82939","82944"],"st":"WY"}},"56043":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-108.550562,44.168455],[-107.146808,44.165666],[-107.128374,44.154125],[-107.110734,43.500286],[-107.534897,43.501362],[-107.595105,43.501397],[-107.595157,43.646427],[-107.716218,43.645766],[-107.715876,43.733343],[-107.956577,43.733446],[-107.956448,43.818666],[-108.174938,43.818968],[-108.309694,43.846619],[-108.30936,43.903255],[-108.429563,43.903355],[-108.427064,43.992054],[-108.489431,43.991866],[-108.490254,44.07976],[-108.550758,44.079403],[-108.550562,44.168455]]]},"properties":{"id":"56043","n":"Washakie","z":["82401","82442"],"st":"WY"}},"56045":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-105.079281,44.176182],[-104.05540637783,44.180382874096],[-104.05541619071,44.141081206783],[-104.055488,43.853477],[-104.05479428435,43.503327530406],[-104.899941,43.49964],[-105.079797,43.498445],[-105.079281,44.176182]]]},"properties":{"id":"56045","n":"Weston","z":["82701","82715","82723","82729","82730"],"st":"WY"}},"72001":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-66.817271,18.230336],[-66.69373,18.216891],[-66.670494,18.152831],[-66.69407,18.130534],[-66.769049,18.134983],[-66.797557,18.133445],[-66.827327,18.171242],[-66.817271,18.230336]]]},"properties":{"id":"72001","n":"Adjuntas","z":["00601","00631","00641","00731"],"st":"PR"}},"72003":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-67.239128357405,18.373827545192],[-67.160169877875,18.415599747143],[-67.13221,18.389391],[-67.130167,18.317927],[-67.182852,18.313026],[-67.239128357405,18.373827545192]]]},"properties":{"id":"72003","n":"Aguada","z":["00602","00610","00676","00677"],"st":"PR"}},"72005":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-67.097303425856,18.511667916354],[-67.056507,18.460954],[-67.13221,18.389391],[-67.160169877875,18.415599747143],[-67.097303425856,18.511667916354]]]},"properties":{"id":"72005","n":"Aguadilla","z":["00603","00604","00605","00690"],"st":"PR"}},"72007":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-66.190676,18.25884],[-66.143861,18.27959],[-66.080475,18.297295],[-66.066103,18.303321],[-66.117774,18.209949],[-66.169126,18.22429],[-66.190676,18.25884]]]},"properties":{"id":"72007","n":"Aguas Buenas","z":["00703","00725"],"st":"PR"}},"72009":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-66.314848,18.152088],[-66.242735,18.180248],[-66.216899,18.14322],[-66.22449,18.095339],[-66.257527,18.075884],[-66.314848,18.152088]]]},"properties":{"id":"72009","n":"Aibonito","z":["00705","00786"],"st":"PR"}},"72011":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-67.22524024848,18.297984662974],[-67.182852,18.313026],[-67.130167,18.317927],[-67.052583,18.306655],[-67.037935,18.289705],[-67.082002,18.254946],[-67.191221277721,18.266748884012],[-67.22524024848,18.297984662974]]]},"properties":{"id":"72011","n":"Anasco","z":["00610","00670","00680"],"st":"PR"}},"72013":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-66.765570777836,18.48279600784],[-66.586254775677,18.487952291966],[-66.588181,18.389408],[-66.590785,18.33806],[-66.606989,18.328186],[-66.770072,18.325013],[-66.765570777836,18.48279600784]]]},"properties":{"id":"72013","n":"Arecibo","z":["00612","00613","00614","00616","00650","00652","00688"],"st":"PR"}},"72015":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-66.082263,18.032958],[-66.017954834139,17.97490226361],[-66.068103401526,17.945604829645],[-66.082263,18.032958]]]},"properties":{"id":"72015","n":"Arroyo","z":["00714"],"st":"PR"}},"72017":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-66.586254775677,18.487952291966],[-66.534256445319,18.479485371009],[-66.543079,18.405422],[-66.588181,18.389408],[-66.586254775677,18.487952291966]]]},"properties":{"id":"72017","n":"Barceloneta","z":["00612","00617","00650","09617"],"st":"PR"}},"72019":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-66.350793,18.241235],[-66.313299,18.249324],[-66.266466,18.24527],[-66.24046,18.184794],[-66.242735,18.180248],[-66.314848,18.152088],[-66.373768,18.173694],[-66.350793,18.241235]]]},"properties":{"id":"72019","n":"Barranquitas","z":["00794"],"st":"PR"}},"72021":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-66.204734,18.316035],[-66.19698,18.389289],[-66.169516,18.430998],[-66.13158,18.424656],[-66.143861,18.27959],[-66.190676,18.25884],[-66.206135,18.27666],[-66.204734,18.316035]]]},"properties":{"id":"72021","n":"Bayamon","z":["00934","00956","00957","00958","00959","00960","00961","00966","00969","00970","00971"],"st":"PR"}},"72023":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-67.180822,18.168055],[-67.159733,18.153227],[-67.100492,18.106395],[-67.109044,18.056085],[-67.107809434276,17.951623192902],[-67.183457,17.931135],[-67.211973,17.992993],[-67.180822,18.168055]]]},"properties":{"id":"72023","n":"Cabo Rojo","z":["00622","00623"],"st":"PR"}},"72025":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-66.117774,18.209949],[-66.066103,18.303321],[-66.041535,18.312344],[-66.021747,18.305034],[-65.99765,18.206992],[-66.052555,18.113069],[-66.095099,18.169077],[-66.117774,18.209949]]]},"properties":{"id":"72025","n":"Caguas","z":["00725","00726","00727"],"st":"PR"}},"72027":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-66.901566758552,18.488261257435],[-66.836591129039,18.491129644353],[-66.824223,18.342998],[-66.893339,18.367089],[-66.8989,18.366108],[-66.901566758552,18.488261257435]]]},"properties":{"id":"72027","n":"Camuy","z":["00627"],"st":"PR"}},"72029":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-65.919278,18.402993],[-65.867447,18.378198],[-65.836387,18.275246],[-65.852616,18.254972],[-65.918535,18.27013],[-65.919278,18.402993]]]},"properties":{"id":"72029","n":"Canovanas","z":["00729","00745","00777"],"st":"PR"}},"72031":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-65.992803754656,18.460171554464],[-65.919278,18.402993],[-65.918535,18.27013],[-65.942429,18.293469],[-65.999556,18.380065],[-66.034321847479,18.455069906799],[-65.992803754656,18.460171554464]]]},"properties":{"id":"72031","n":"Carolina","z":["00924","00976","00979","00981","00982","00983","00984","00985","00986","00987","00988"],"st":"PR"}},"72033":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-66.169516,18.430998],[-66.129403,18.465632],[-66.108281,18.438902],[-66.13158,18.424656],[-66.169516,18.430998]]]},"properties":{"id":"72033","n":"Catano","z":["00949","00961","00962","00963","00965"],"st":"PR"}},"72035":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-66.216899,18.14322],[-66.095099,18.169077],[-66.052555,18.113069],[-66.051788,18.109878],[-66.053146,18.107293],[-66.166145,18.050063],[-66.22449,18.095339],[-66.216899,18.14322]]]},"properties":{"id":"72035","n":"Cayey","z":["00725","00736","00737"],"st":"PR"}},"72037":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-65.758861,18.290604],[-65.753591,18.296755],[-65.613949666955,18.293815342204],[-65.599065,18.212961],[-65.659925744918,18.191573206731],[-65.766831,18.280004],[-65.758861,18.290604]]]},"properties":{"id":"72037","n":"Ceiba","z":["00735"],"st":"PR"}},"72039":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-66.590785,18.33806],[-66.533623,18.351333],[-66.463211,18.371473],[-66.455703,18.257726],[-66.543133,18.163098],[-66.56662,18.298549],[-66.606989,18.328186],[-66.590785,18.33806]]]},"properties":{"id":"72039","n":"Ciales","z":["00638","00650"],"st":"PR"}},"72041":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-66.24046,18.184794],[-66.169126,18.22429],[-66.117774,18.209949],[-66.095099,18.169077],[-66.216899,18.14322],[-66.242735,18.180248],[-66.24046,18.184794]]]},"properties":{"id":"72041","n":"Cidra","z":["00736","00739"],"st":"PR"}},"72043":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-66.373768,18.173694],[-66.314848,18.152088],[-66.257527,18.075884],[-66.331244,18.015891],[-66.426989,18.042627],[-66.430314,18.082053],[-66.44456,18.176674],[-66.373768,18.173694]]]},"properties":{"id":"72043","n":"Coamo","z":["00705","00720","00769","00794"],"st":"PR"}},"72045":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-66.266466,18.24527],[-66.206135,18.27666],[-66.190676,18.25884],[-66.169126,18.22429],[-66.24046,18.184794],[-66.266466,18.24527]]]},"properties":{"id":"72045","n":"Comerio","z":["00703","00782","00794"],"st":"PR"}},"72047":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-66.365272,18.333229],[-66.318764,18.367411],[-66.278076,18.329975],[-66.313299,18.249324],[-66.350793,18.241235],[-66.377712,18.293976],[-66.365272,18.333229]]]},"properties":{"id":"72047","n":"Corozal","z":["00719","00783","00953"],"st":"PR"}},"72049":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-65.342068,18.34529],[-65.221568,18.320959],[-65.283269,18.280214],[-65.342068,18.34529]]]},"properties":{"id":"72049","n":"Culebra","z":["00775"],"st":"PR"}},"72051":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-66.31502427369,18.47474119134],[-66.195882211469,18.470653764508],[-66.252554,18.394187],[-66.303663,18.384077],[-66.31502427369,18.47474119134]]]},"properties":{"id":"72051","n":"Dorado","z":["00646","00950"],"st":"PR"}},"72053":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-65.753591,18.296755],[-65.661351694098,18.389038931363],[-65.586232,18.393383],[-65.613949666955,18.293815342204],[-65.753591,18.296755]]]},"properties":{"id":"72053","n":"Fajardo","z":["00738","00740"],"st":"PR"}},"72054":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-66.588181,18.389408],[-66.543079,18.405422],[-66.533623,18.351333],[-66.590785,18.33806],[-66.588181,18.389408]]]},"properties":{"id":"72054","n":"Florida","z":["00617","00650"],"st":"PR"}},"72055":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-66.958748,18.032477],[-66.884653,18.024816],[-66.85832086214,17.951072812851],[-66.978700642439,17.957290942081],[-66.958748,18.032477]]]},"properties":{"id":"72055","n":"Guanica","z":["00647","00653"],"st":"PR"}},"72057":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-66.166145,18.050063],[-66.053146,18.107293],[-66.082263,18.032958],[-66.068103401526,17.945604829645],[-66.22053069398,17.917810380945],[-66.166145,18.050063]]]},"properties":{"id":"72057","n":"Guayama","z":["00704","00784","00785"],"st":"PR"}},"72059":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-66.857913940086,17.951049271681],[-66.797557,18.133445],[-66.769049,18.134983],[-66.775358902088,17.984431433826],[-66.857913940086,17.951049271681]]]},"properties":{"id":"72059","n":"Guayanilla","z":["00656","00698"],"st":"PR"}},"72061":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-66.13158,18.424656],[-66.108281,18.438902],[-66.080475,18.297295],[-66.143861,18.27959],[-66.13158,18.424656]]]},"properties":{"id":"72061","n":"Guaynabo","z":["00725","00926","00934","00959","00965","00966","00968","00969","00971"],"st":"PR"}},"72063":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-66.021747,18.305034],[-65.942429,18.293469],[-65.918535,18.27013],[-65.951019,18.229292],[-65.99765,18.206992],[-66.021747,18.305034]]]},"properties":{"id":"72063","n":"Gurabo","z":["00777","00778"],"st":"PR"}},"72065":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-66.836591129039,18.491129644353],[-66.765570777836,18.48279600784],[-66.770072,18.325013],[-66.826128,18.323382],[-66.824223,18.342998],[-66.836591129039,18.491129644353]]]},"properties":{"id":"72065","n":"Hatillo","z":["00659"],"st":"PR"}},"72067":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-67.159733,18.153227],[-67.086359,18.149829],[-67.100492,18.106395],[-67.159733,18.153227]]]},"properties":{"id":"72067","n":"Hormigueros","z":["00660"],"st":"PR"}},"72069":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-65.826063,18.200408],[-65.733357095756,18.165770472216],[-65.802906686375,18.071186],[-65.877615,18.118167],[-65.826063,18.200408]]]},"properties":{"id":"72069","n":"Humacao","z":["00741","00767","00791","00792"],"st":"PR"}},"72071":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-67.097303425856,18.511667916354],[-66.95631595186,18.49390042887],[-66.92202,18.393204],[-67.027173,18.393376],[-67.056507,18.460954],[-67.097303425856,18.511667916354]]]},"properties":{"id":"72071","n":"Isabela","z":["00662","00678","00685"],"st":"PR"}},"72073":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-66.56662,18.298549],[-66.543133,18.163098],[-66.54722,18.15313],[-66.552766,18.152057],[-66.649467,18.158857],[-66.56662,18.298549]]]},"properties":{"id":"72073","n":"Jayuya","z":["00664"],"st":"PR"}},"72075":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-66.54722,18.15313],[-66.521899,18.151954],[-66.518244,18.08503],[-66.430314,18.082053],[-66.426989,18.042627],[-66.453296753479,17.980133113482],[-66.540537316236,17.975475887827],[-66.552766,18.152057],[-66.54722,18.15313]]]},"properties":{"id":"72075","n":"Juana Diaz","z":["00715","00780","00795"],"st":"PR"}},"72077":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-65.918535,18.27013],[-65.852616,18.254972],[-65.928341,18.142845],[-65.951019,18.229292],[-65.918535,18.27013]]]},"properties":{"id":"72077","n":"Juncos","z":["00777"],"st":"PR"}},"72079":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-67.109044,18.056085],[-66.983337,18.052518],[-66.958748,18.032477],[-66.978700642439,17.957290942081],[-67.107809434276,17.951623192902],[-67.109044,18.056085]]]},"properties":{"id":"72079","n":"Lajas","z":["00647","00667"],"st":"PR"}},"72081":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-66.893339,18.367089],[-66.824223,18.342998],[-66.826128,18.323382],[-66.817271,18.230336],[-66.827327,18.171242],[-66.83676,18.170553],[-66.897964,18.187744],[-66.907236,18.25309],[-66.893339,18.367089]]]},"properties":{"id":"72081","n":"Lares","z":["00631","00669"],"st":"PR"}},"72083":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-67.082002,18.254946],[-67.037935,18.289705],[-66.907236,18.25309],[-66.897964,18.187744],[-67.019836,18.195471],[-67.082002,18.254946]]]},"properties":{"id":"72083","n":"Las Marias","z":["00669","00670"],"st":"PR"}},"72085":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-65.928341,18.142845],[-65.852616,18.254972],[-65.836387,18.275246],[-65.82422,18.273054],[-65.826063,18.200408],[-65.877615,18.118167],[-65.926227,18.119963],[-65.928341,18.142845]]]},"properties":{"id":"72085","n":"Las Piedras","z":["00771","00777"],"st":"PR"}},"72087":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-65.827737477559,18.425562489509],[-65.867447,18.378198],[-65.919278,18.402993],[-65.992803754656,18.460171554464],[-65.827737477559,18.425562489509]]]},"properties":{"id":"72087","n":"Loiza","z":["00729","00772"],"st":"PR"}},"72089":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-65.741796465289,18.398181745138],[-65.661351694098,18.389038931363],[-65.753591,18.296755],[-65.758861,18.290604],[-65.741796465289,18.398181745138]]]},"properties":{"id":"72089","n":"Luquillo","z":["00773"],"st":"PR"}},"72091":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-66.543079,18.405422],[-66.534256445319,18.479485371009],[-66.438950007399,18.481492909263],[-66.4438,18.371027],[-66.463211,18.371473],[-66.533623,18.351333],[-66.543079,18.405422]]]},"properties":{"id":"72091","n":"Manati","z":["00638","00674"],"st":"PR"}},"72093":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-67.019836,18.195471],[-66.897964,18.187744],[-66.83676,18.170553],[-66.926517,18.151267],[-66.977855,18.143799],[-67.051461,18.174053],[-67.019836,18.195471]]]},"properties":{"id":"72093","n":"Maricao","z":["00606"],"st":"PR"}},"72095":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-65.988523,18.058941],[-65.850918555785,18.011966436879],[-65.914936083488,17.98276590292],[-65.988523,18.058941]]]},"properties":{"id":"72095","n":"Maunabo","z":["00707"],"st":"PR"}},"72097":{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-67.191221277721,18.266748884012],[-67.082002,18.254946],[-67.019836,18.195471],[-67.051461,18.174053],[-67.086359,18.149829],[-67.159733,18.153227],[-67.180822,18.168055],[-67.191221277721,18.266748884012]]],[[[-67.941222,18.126927],[-67.846219,18.127576],[-67.885547,18.036472],[-67.941222,18.126927]]]]},"properties":{"id":"72097","n":"Mayaguez","z":["00636","00680","00681","00682"],"st":"PR"}},"72099":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-67.13221,18.389391],[-67.056507,18.460954],[-67.027173,18.393376],[-67.052583,18.306655],[-67.130167,18.317927],[-67.13221,18.389391]]]},"properties":{"id":"72099","n":"Moca","z":["00676"],"st":"PR"}},"72101":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-66.463211,18.371473],[-66.4438,18.371027],[-66.377058,18.344246],[-66.365272,18.333229],[-66.377712,18.293976],[-66.455703,18.257726],[-66.463211,18.371473]]]},"properties":{"id":"72101","n":"Morovis","z":["00687"],"st":"PR"}},"72103":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-65.82422,18.273054],[-65.766831,18.280004],[-65.659925744918,18.191573206731],[-65.733357095756,18.165770472216],[-65.826063,18.200408],[-65.82422,18.273054]]]},"properties":{"id":"72103","n":"Naguabo","z":["00718","00735","00744"],"st":"PR"}},"72105":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-66.278076,18.329975],[-66.204734,18.316035],[-66.206135,18.27666],[-66.266466,18.24527],[-66.313299,18.249324],[-66.278076,18.329975]]]},"properties":{"id":"72105","n":"Naranjito","z":["00719"],"st":"PR"}},"72107":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-66.543133,18.163098],[-66.455703,18.257726],[-66.377712,18.293976],[-66.350793,18.241235],[-66.373768,18.173694],[-66.44456,18.176674],[-66.521899,18.151954],[-66.54722,18.15313],[-66.543133,18.163098]]]},"properties":{"id":"72107","n":"Orocovis","z":["00720","00766"],"st":"PR"}},"72109":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-66.053146,18.107293],[-66.051788,18.109878],[-66.010245,18.075565],[-65.988523,18.058941],[-65.914936083488,17.98276590292],[-66.017954834139,17.97490226361],[-66.082263,18.032958],[-66.053146,18.107293]]]},"properties":{"id":"72109","n":"Patillas","z":["00723"],"st":"PR"}},"72111":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-66.775358902088,17.984431433826],[-66.769049,18.134983],[-66.69407,18.130534],[-66.697034446958,17.981973768597],[-66.775358902088,17.984431433826]]]},"properties":{"id":"72111","n":"Penuelas","z":["00624"],"st":"PR"}},"72113":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-66.69407,18.130534],[-66.670494,18.152831],[-66.649467,18.158857],[-66.552766,18.152057],[-66.540537316236,17.975475887827],[-66.697034446958,17.981973768597],[-66.69407,18.130534]]]},"properties":{"id":"72113","n":"Ponce","z":["00624","00715","00716","00717","00728","00730","00731","00732","00733","00734","00780","09717"],"st":"PR"}},"72115":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-66.95631595186,18.49390042887],[-66.901566758552,18.488261257435],[-66.8989,18.366108],[-66.92202,18.393204],[-66.95631595186,18.49390042887]]]},"properties":{"id":"72115","n":"Quebradillas","z":["00678","00742"],"st":"PR"}},"72117":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-67.239128357405,18.373827545192],[-67.182852,18.313026],[-67.22524024848,18.297984662974],[-67.239128357405,18.373827545192]]]},"properties":{"id":"72117","n":"Rincon","z":["00677"],"st":"PR"}},"72119":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-65.867447,18.378198],[-65.827737477559,18.425562489509],[-65.741796465289,18.398181745138],[-65.758861,18.290604],[-65.766831,18.280004],[-65.82422,18.273054],[-65.836387,18.275246],[-65.867447,18.378198]]]},"properties":{"id":"72119","n":"Rio Grande","z":["00721","00745"],"st":"PR"}},"72121":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-66.977855,18.143799],[-66.926517,18.151267],[-66.884653,18.024816],[-66.958748,18.032477],[-66.983337,18.052518],[-66.977855,18.143799]]]},"properties":{"id":"72121","n":"Sabana Grande","z":["00606","00637"],"st":"PR"}},"72123":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-66.331244,18.015891],[-66.257527,18.075884],[-66.22449,18.095339],[-66.166145,18.050063],[-66.22053069398,17.917810380945],[-66.33839,17.976458],[-66.331244,18.015891]]]},"properties":{"id":"72123","n":"Salinas","z":["00704","00751"],"st":"PR"}},"72125":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-67.100492,18.106395],[-67.086359,18.149829],[-67.051461,18.174053],[-66.977855,18.143799],[-66.983337,18.052518],[-67.109044,18.056085],[-67.100492,18.106395]]]},"properties":{"id":"72125","n":"San German","z":["00667","00680","00683"],"st":"PR"}},"72127":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-66.129260345439,18.472174589857],[-66.034321847479,18.455069906799],[-65.999556,18.380065],[-66.041535,18.312344],[-66.066103,18.303321],[-66.080475,18.297295],[-66.108281,18.438902],[-66.129403,18.465632],[-66.129260345439,18.472174589857]]]},"properties":{"id":"72127","n":"San Juan","z":["00725","00901","00902","00905","00906","00907","00908","00909","00910","00911","00912","00913","00914","00915","00916","00917","00918","00919","00920","00921","00922","00923","00924","00925","00926","00927","00928","00929","00931","00933","00935","00936","00937","00939","00940","00955","00966","00969","00971","00975","00976"],"st":"PR"}},"72129":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-66.052555,18.113069],[-65.99765,18.206992],[-65.951019,18.229292],[-65.928341,18.142845],[-65.926227,18.119963],[-66.010245,18.075565],[-66.051788,18.109878],[-66.052555,18.113069]]]},"properties":{"id":"72129","n":"San Lorenzo","z":["00725","00754","00778"],"st":"PR"}},"72131":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-67.027173,18.393376],[-66.92202,18.393204],[-66.8989,18.366108],[-66.893339,18.367089],[-66.907236,18.25309],[-67.037935,18.289705],[-67.052583,18.306655],[-67.027173,18.393376]]]},"properties":{"id":"72131","n":"San Sebastian","z":["00669","00678","00685"],"st":"PR"}},"72133":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-66.453296753479,17.980133113482],[-66.426989,18.042627],[-66.331244,18.015891],[-66.33839,17.976458],[-66.453296753479,17.980133113482]]]},"properties":{"id":"72133","n":"Santa Isabel","z":["00757"],"st":"PR"}},"72135":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-66.303663,18.384077],[-66.252554,18.394187],[-66.19698,18.389289],[-66.204734,18.316035],[-66.278076,18.329975],[-66.318764,18.367411],[-66.303663,18.384077]]]},"properties":{"id":"72135","n":"Toa Alta","z":["00719","00953","00954","00956","00957","00959"],"st":"PR"}},"72137":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-66.195882211469,18.470653764508],[-66.129260345439,18.472174589857],[-66.129403,18.465632],[-66.169516,18.430998],[-66.19698,18.389289],[-66.252554,18.394187],[-66.195882211469,18.470653764508]]]},"properties":{"id":"72137","n":"Toa Baja","z":["00949","00951","00952","00953","00959"],"st":"PR"}},"72139":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-65.999556,18.380065],[-65.942429,18.293469],[-66.021747,18.305034],[-66.041535,18.312344],[-65.999556,18.380065]]]},"properties":{"id":"72139","n":"Trujillo Alto","z":["00926","00976","00977","00978","00987"],"st":"PR"}},"72141":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-66.826128,18.323382],[-66.770072,18.325013],[-66.606989,18.328186],[-66.56662,18.298549],[-66.649467,18.158857],[-66.670494,18.152831],[-66.69373,18.216891],[-66.817271,18.230336],[-66.826128,18.323382]]]},"properties":{"id":"72141","n":"Utuado","z":["00601","00611","00641","00650","00664"],"st":"PR"}},"72143":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-66.377058,18.344246],[-66.349503322691,18.479214310309],[-66.31502427369,18.47474119134],[-66.303663,18.384077],[-66.318764,18.367411],[-66.365272,18.333229],[-66.377058,18.344246]]]},"properties":{"id":"72143","n":"Vega Alta","z":["00646","00692","00693"],"st":"PR"}},"72145":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-66.438950007399,18.481492909263],[-66.349503322691,18.479214310309],[-66.377058,18.344246],[-66.4438,18.371027],[-66.438950007399,18.481492909263]]]},"properties":{"id":"72145","n":"Vega Baja","z":["00674","00693","00694"],"st":"PR"}},"72147":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-65.57686,18.103224],[-65.50592,18.152605],[-65.287962,18.148097],[-65.291235,18.103469],[-65.542087,18.081177],[-65.57686,18.103224]]]},"properties":{"id":"72147","n":"Vieques","z":["00765"],"st":"PR"}},"72149":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-66.521899,18.151954],[-66.44456,18.176674],[-66.430314,18.082053],[-66.518244,18.08503],[-66.521899,18.151954]]]},"properties":{"id":"72149","n":"Villalba","z":["00766","00930"],"st":"PR"}},"72151":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-66.010245,18.075565],[-65.926227,18.119963],[-65.877615,18.118167],[-65.802906686375,18.071186],[-65.850918555785,18.011966436879],[-65.988523,18.058941],[-66.010245,18.075565]]]},"properties":{"id":"72151","n":"Yabucoa","z":["00767"],"st":"PR"}},"72153":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-66.926517,18.151267],[-66.83676,18.170553],[-66.827327,18.171242],[-66.797557,18.133445],[-66.857913940086,17.951049271681],[-66.85832086214,17.951072812851],[-66.884653,18.024816],[-66.926517,18.151267]]]},"properties":{"id":"72153","n":"Yauco","z":["00606","00637","00698"],"st":"PR"}},"06075":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-122.38982687659,37.708331],[-122.50067801908,37.708132568018],[-122.511983,37.77113],[-122.398139,37.80563],[-122.38982687659,37.708331]]]},"properties":{"id":"06075","n":"San Francisco","z":["94017","94102","94103","94104","94105","94107","94108","94109","94110","94111","94112","94114","94115","94116","94117","94118","94119","94120","94121","94122","94123","94124","94125","94126","94127","94129","94130","94131","94132","94133","94134","94137","94139","94140","94141","94142","94143","94144","94145","94146","94147","94151","94158","94159","94160","94161","94163","94164","94172","94177","94188","95115"],"st":"CA"}},"05099":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.483097,33.476075],[-93.456709,33.956837],[-93.373406,33.95707],[-93.264485,33.832282],[-93.10429,33.777011],[-93.116361,33.452909],[-93.365585,33.444459],[-93.483097,33.476075]]]},"properties":{"id":"05099","n":"Nevada","z":["71722","71764","71770","71827","71828","71835","71857","71858","71860","71864"],"st":"AR"}},"08014":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-105.16615,39.914047],[-105.052823,40.00026],[-104.961405,40.000337],[-105.052892,39.914224],[-105.16615,39.914047]]]},"properties":{"id":"08014","n":"Broomfield","z":["80020","80021","80023","80027","80035","80036","80038","80234","80516"],"st":"CO"}},"05067":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.58188,35.530447],[-91.36957,35.526362],[-91.36878,35.640012],[-91.310358,35.766173],[-91.198556,35.890024],[-91.032499,35.88507],[-91.036967,35.708418],[-91.03923,35.444717],[-91.039783,35.354256],[-91.251504,35.357557],[-91.252927,35.445845],[-91.347257,35.439106],[-91.584687,35.442311],[-91.58188,35.530447]]]},"properties":{"id":"05067","n":"Jackson","z":["72005","72014","72020","72043","72075","72101","72112","72169","72347","72431","72471","72473","72479"],"st":"AR"}},"08045":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-109.05106684627,39.497738809366],[-109.05087192526,39.660471777159],[-108.554627,39.650164],[-108.554722,39.69364],[-107.938546,39.694464],[-107.938502,39.824996],[-107.43177,39.828377],[-107.431665,39.917725],[-107.318751,39.914968],[-107.316993,40.090765],[-107.037363,40.091538],[-107.033968,39.918913],[-107.113672,39.919112],[-107.113446,39.366066],[-107.430949,39.366178],[-109.05122383102,39.366677549586],[-109.05106684627,39.497738809366]]]},"properties":{"id":"08045","n":"Garfield","z":["81601","81602","81623","81630","81635","81636","81637","81647","81650","81652"],"st":"CO"}},"05111":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.036967,35.708418],[-90.286736,35.699914],[-90.286899,35.438573],[-90.502429,35.441726],[-91.03923,35.444717],[-91.036967,35.708418]]]},"properties":{"id":"05111","n":"Poinsett","z":["72324","72354","72365","72377","72386","72429","72432","72472","72475","72479"],"st":"AR"}},"08119":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-105.32922,39.129689],[-105.033544,39.129819],[-105.028903,38.868907],[-105.072184,38.799382],[-104.938994,38.796884],[-104.942426,38.649882],[-105.240362,38.647595],[-105.329134,38.697205],[-105.330444,39.129685],[-105.32922,39.129689]]]},"properties":{"id":"08119","n":"Teller","z":["80813","80814","80816","80819","80827","80860","80863","80866"],"st":"CO"}},"01023":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.468662484051,31.893855711616],[-88.431145363463,32.227636234689],[-88.421312221394,32.308679123011],[-87.930661,32.310574],[-88.019145,32.28524],[-88.007077,32.185313],[-88.113584,32.00624],[-88.07349,31.990182],[-88.180384,31.814546],[-88.088288,31.699303],[-88.463625304685,31.69794237135],[-88.468662484051,31.893855711616]]]},"properties":{"id":"01023","n":"Choctaw","z":["36558","36904","36908","36910","36912","36913","36915","36916","36919","36921","36922"],"st":"AL"}},"05037":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.039783,35.354256],[-91.03923,35.444717],[-90.502429,35.441726],[-90.502993,35.144214],[-91.04267,35.148189],[-91.039783,35.354256]]]},"properties":{"id":"05037","n":"Cross","z":["72324","72326","72331","72346","72347","72373","72387","72396"],"st":"AR"}},"08081":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-109.04825975005,40.662601817228],[-109.050076,41.000659],[-107.91841828985,41.001227070644],[-107.31779575979,41.002842481232],[-107.314153,40.600281],[-107.428813,40.542207],[-107.439386,40.223379],[-107.468897,40.220234],[-109.05073211208,40.222655258258],[-109.04825975005,40.662601817228]]]},"properties":{"id":"08081","n":"Moffat","z":["81610","81625","81626","81633","81638","81640","81641","81653"],"st":"CO"}},"01053":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.61589,31.244458],[-87.427455,31.260386],[-86.763961,31.261293],[-86.700282,31.192217],[-86.688240964246,30.996201890001],[-86.785691976006,30.996982993517],[-87.163080692766,30.999024183878],[-87.598937,30.997422],[-87.61589,31.244458]]]},"properties":{"id":"01053","n":"Escambia","z":["36420","36426","36427","36432","36441","36483","36502","36503","36504","36543","36562"],"st":"AL"}},"05101":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.479528,36.125072],[-93.30082,36.12155],[-92.944666,36.115123],[-92.951315,35.724663],[-93.164452,35.728831],[-93.519575,35.734422],[-93.519204,35.763521],[-93.523639,35.881592],[-93.450715,35.967493],[-93.479528,36.125072]]]},"properties":{"id":"05101","n":"Newton","z":["72601","72624","72628","72638","72640","72641","72648","72655","72666","72670","72683","72685","72740","72742","72752","72839","72852","72854","72856"],"st":"AR"}},"08087":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-103.581844,40.523383],[-103.4672,40.523253],[-103.465377,40.436346],[-103.47199,40.001502],[-103.705701,40.001366],[-104.150332,40.000856],[-104.147714,40.524389],[-103.581844,40.523383]]]},"properties":{"id":"08087","n":"Morgan","z":["80649","80653","80654","80701","80705","80723","80733","80741","80750"],"st":"CO"}},"05009":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.293447355634,36.498259375234],[-92.854049114985,36.498023381142],[-92.884445,36.490713],[-92.890695,36.114132],[-92.944666,36.115123],[-93.30082,36.12155],[-93.293447355634,36.498259375234]]]},"properties":{"id":"05009","n":"Boone","z":{"1":"72601","2":"72602","3":"72611","4":"72615","5":"72630","6":"72633","7":"72644","8":"72662","9":"72685","10":"72687","11":"65733"},"st":"AR"}},"05109":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.935371,34.350097],[-93.478646,34.340851],[-93.502208,34.214106],[-93.46169,34.205751],[-93.434165,34.049739],[-93.373406,33.95707],[-93.456709,33.956837],[-93.528263,33.943023],[-93.823076,34.008893],[-93.820722,34.183802],[-93.92583,34.186496],[-93.935371,34.350097]]]},"properties":{"id":"05109","n":"Pike","z":["71852","71921","71922","71940","71943","71950","71952","71958","71959","71971"],"st":"AR"}},"05045":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.554685,35.113277],[-92.481469,35.368392],[-92.252759,35.363718],[-92.111463,35.362725],[-92.119719,35.066493],[-92.121336,35.01221],[-92.227541,35.014484],[-92.229893,34.927558],[-92.419276,34.931675],[-92.436108,34.842218],[-92.483512,34.950937],[-92.544341,34.953319],[-92.597762,34.995827],[-92.554685,35.113277]]]},"properties":{"id":"05045","n":"Faulkner","z":["72023","72032","72033","72034","72035","72039","72047","72058","72061","72076","72106","72111","72120","72131","72173","72181"],"st":"AR"}},"05051":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.394289,34.743393],[-93.287785,34.773193],[-93.075178,34.771892],[-92.96925,34.772266],[-92.979902,34.637222],[-92.808028,34.590406],[-92.793197,34.503606],[-92.915079,34.506114],[-92.948071,34.389255],[-93.407227,34.396853],[-93.394289,34.743393]]]},"properties":{"id":"05051","n":"Garland","z":["71901","71902","71903","71909","71910","71913","71914","71933","71949","71956","71964","71968","72087"],"st":"AR"}},"05053":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.668711,34.414237],[-92.589418,34.455641],[-92.40468,34.451916],[-92.403557,34.495795],[-92.245818,34.493506],[-92.208041,34.492765],[-92.212906,34.2304],[-92.233376,34.062312],[-92.336765,34.059633],[-92.493672,34.144234],[-92.678383,34.149622],[-92.668711,34.414237]]]},"properties":{"id":"05053","n":"Grant","z":["71602","71603","72015","72057","72065","72079","72084","72128","72129","72132","72150","72167"],"st":"AR"}},"01021":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.019157,32.837034],[-86.876118,32.836264],[-86.881182,33.049901],[-86.881638,33.071861],[-86.610003,33.070003],[-86.517344,33.020566],[-86.515959,32.929361],[-86.457015,32.813899],[-86.374974,32.75358],[-86.413116,32.707386],[-86.714219,32.705694],[-86.71339,32.661732],[-86.917595,32.664169],[-87.01766,32.663269],[-87.017762,32.729532],[-87.019157,32.837034]]]},"properties":{"id":"01021","n":"Chilton","z":["35040","35045","35046","35085","35115","35171","36006","36045","36051","36091","36750","36758","36790","36792","36793"],"st":"AL"}},"05127":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.447509535784,34.933976212157],[-94.230524,34.968527],[-94.228244,35.057595],[-94.140571,35.099678],[-94.074347,35.026585],[-93.704885,35.019715],[-93.710297,34.745296],[-93.930509,34.665608],[-93.937304,34.680555],[-94.317659,34.697408],[-94.454395034138,34.728958673179],[-94.447509535784,34.933976212157]]]},"properties":{"id":"05127","n":"Scott","z":["71953","72833","72841","72926","72927","72944","72950","72958"],"st":"AR"}},"05149":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.704885,35.019715],[-93.706692,35.134943],[-93.529838,35.145441],[-93.457022,35.215782],[-93.279959,35.212552],[-93.278293,35.317402],[-93.156078,35.235307],[-93.065176,35.118184],[-93.000171,35.168446],[-92.896109,35.170678],[-93.040709,35.108951],[-93.040525,35.076923],[-93.305684,34.875592],[-93.287785,34.773193],[-93.394289,34.743393],[-93.710297,34.745296],[-93.704885,35.019715]]]},"properties":{"id":"05149","n":"Yell","z":["72025","72824","72827","72828","72829","72833","72834","72838","72842","72853","72857","72860","72943"],"st":"AR"}},"08105":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-106.693845,37.835244],[-106.587139,37.834426],[-106.586374,37.747809],[-106.038413,37.748353],[-106.039331,37.400852],[-106.678373,37.403596],[-106.710775,37.404228],[-106.711624,37.664273],[-106.693845,37.835244]]]},"properties":{"id":"08105","n":"Rio Grande","z":["81125","81132","81135","81144","81154"],"st":"CO"}},"05025":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.336765,34.059633],[-92.233376,34.062312],[-91.953799,34.064141],[-91.975974,33.791787],[-91.975844,33.704414],[-92.330839,33.707806],[-92.334249,33.795065],[-92.45613,33.972622],[-92.471667,34.057054],[-92.336765,34.059633]]]},"properties":{"id":"05025","n":"Cleveland","z":["71603","71652","71660","71665","71667","71671"],"st":"AR"}},"08091":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-107.63504,38.301896],[-107.56862,38.147267],[-107.51088,38.060877],[-107.568875,37.965015],[-107.738283,37.905432],[-107.795469,37.98852],[-107.889716,38.011615],[-107.891469,38.115957],[-107.965789,38.152328],[-107.937588,38.218992],[-108.086604,38.255202],[-108.13238,38.331573],[-107.63504,38.301896]]]},"properties":{"id":"08091","n":"Ouray","z":["81403","81427","81432"],"st":"CO"}},"01093":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.203583495219,34.086527731468],[-88.173261734595,34.321039534334],[-87.634725,34.306997],[-87.636118,34.002203],[-87.635932,33.915251],[-87.951785,33.91993],[-87.98693,34.052102],[-88.207229,34.058333],[-88.203583495219,34.086527731468]]]},"properties":{"id":"01093","n":"Marion","z":["35543","35548","35552","35554","35563","35564","35565","35570","35571","35581","35593","35594"],"st":"AL"}},"01007":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.421936,33.003379],[-87.318539,33.006179],[-87.281945,33.13306],[-87.199317,33.130657],[-87.199153,33.196554],[-87.065738,33.246907],[-87.026846,33.246459],[-87.025596,33.165795],[-86.881182,33.049901],[-86.876118,32.836264],[-87.019157,32.837034],[-87.319184,32.831522],[-87.4212,32.874508],[-87.421936,33.003379]]]},"properties":{"id":"01007","n":"Bibb","z":["35034","35035","35042","35074","35111","35115","35184","35188","35456","36750","36792","36793"],"st":"AL"}},"08043":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-106.010751,38.446566],[-105.908717,38.505631],[-105.878122,38.60212],[-105.96975,38.693551],[-105.329134,38.697205],[-105.240362,38.647595],[-104.942426,38.649882],[-104.941533,38.519569],[-104.940366,38.258275],[-105.049215,38.257973],[-105.796897,38.265047],[-106.010751,38.446566]]]},"properties":{"id":"08043","n":"Fremont","z":["80926","81201","81212","81215","81221","81222","81223","81226","81232","81233","81240","81244","81253","81290"],"st":"CO"}},"08035":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-105.04874,39.566088],[-104.660626,39.565909],[-104.662896,39.129527],[-105.033544,39.129819],[-105.32922,39.129689],[-105.217833,39.260115],[-105.171278,39.406854],[-105.04874,39.566088]]]},"properties":{"id":"08035","n":"Douglas","z":["80016","80104","80106","80108","80109","80112","80116","80118","80120","80124","80125","80126","80129","80130","80131","80133","80134","80135","80138"],"st":"CO"}},"01103":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.105073,34.686037],[-86.838554,34.556632],[-86.790056,34.55079],[-86.689353,34.586425],[-86.550166,34.545963],[-86.581936,34.304694],[-87.110111,34.313799],[-87.105073,34.686037]]]},"properties":{"id":"01103","n":"Morgan","z":["35019","35087","35175","35179","35601","35602","35603","35609","35619","35621","35622","35640","35670","35673","35699","35754","35775"],"st":"AL"}},"01133":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.634725,34.306997],[-87.529722,34.304598],[-87.109911,34.299299],[-87.111992,33.992385],[-87.151036,33.993225],[-87.636118,34.002203],[-87.634725,34.306997]]]},"properties":{"id":"01133","n":"Winston","z":["35053","35098","35179","35503","35540","35541","35551","35553","35565","35572","35575","35577","35578"],"st":"AL"}},"01131":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.667769,31.991355],[-87.622756,32.005482],[-87.624005,32.132345],[-87.521946,32.132816],[-87.514066,32.265993],[-87.472206,32.264919],[-87.324783,32.199069],[-87.17786,32.047514],[-86.906956,32.04797],[-86.857583,31.962167],[-86.908939,31.961673],[-86.906899,31.830628],[-87.50093,31.829251],[-87.620112,31.827123],[-87.666836,31.875747],[-87.667769,31.991355]]]},"properties":{"id":"01131","n":"Wilcox","z":["36435","36481","36720","36722","36723","36726","36728","36751","36753","36761","36766","36768","36769","36783","36784"],"st":"AL"}},"01107":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.30444281351,33.28832],[-88.274516470784,33.534001477785],[-87.946519,33.524065],[-87.840683,33.524839],[-87.837521,33.153637],[-87.968348,33.078235],[-88.149395,33.037298],[-88.171852,32.99586],[-88.340084992139,32.991264337875],[-88.30444281351,33.28832]]]},"properties":{"id":"01107","n":"Pickens","z":["35442","35447","35461","35466","35471","35481","35555","35574","35576"],"st":"AL"}},"05043":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.975844,33.704414],[-91.975974,33.791787],[-91.557648,33.783384],[-91.450325,33.780415],[-91.453438,33.563703],[-91.45737,33.388974],[-91.990167,33.398214],[-91.975844,33.704414]]]},"properties":{"id":"05043","n":"Drew","z":["71638","71642","71646","71655","71656","71657","71670","71671","71675","71677"],"st":"AR"}},"01083":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.210758579982,34.999049181],[-86.83628631595,34.992803004217],[-86.783648,34.991925],[-86.790056,34.55079],[-86.838554,34.556632],[-87.105073,34.686037],[-87.260676,34.758626],[-87.214914,34.816011],[-87.210758579982,34.999049181]]]},"properties":{"id":"01083","n":"Limestone","z":["35610","35611","35612","35613","35614","35615","35620","35647","35649","35652","35671","35739","35749","35756","35757","35773"],"st":"AL"}},"05137":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.416719,35.78859],[-92.414324,35.975865],[-92.30722,35.974022],[-92.304951,36.06108],[-92.197649,36.059287],[-92.19543,36.132798],[-92.063576,36.024372],[-92.108622,35.931328],[-91.95302,35.931644],[-91.849448,35.867411],[-91.837179,35.704932],[-92.24052,35.71219],[-92.418408,35.716046],[-92.416719,35.78859]]]},"properties":{"id":"05137","n":"Stone","z":["72031","72044","72051","72153","72519","72530","72533","72550","72555","72560","72567","72645","72650","72657","72663","72680"],"st":"AR"}},"01017":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.593177,33.10734],[-85.232441405187,33.108077093934],[-85.186117401789,32.870138269972],[-85.124533222751,32.751629606751],[-85.285043,32.730731],[-85.593151,32.72853],[-85.593177,33.10734]]]},"properties":{"id":"01017","n":"Chambers","z":["36274","36276","36801","36850","36852","36854","36855","36862","36863","36872","36879"],"st":"AL"}},"04011":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-109.49544,33.652697],[-109.347968,33.777456],[-109.04660747392,33.77822380035],[-109.047237,33.208965],[-109.04711706231,32.777794000948],[-109.04761200322,32.426375388514],[-109.113987,32.426177],[-109.22607,32.529096],[-109.206249,32.635803],[-109.245005,32.741985],[-109.49574,33.078409],[-109.49544,33.652697]]]},"properties":{"id":"04011","n":"Greenlee","z":["85533","85534","85540","85922"],"st":"AZ"}},"01055":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.303516,34.099073],[-86.206107,34.17265],[-86.106086,34.200756],[-85.843617,34.200006],[-85.738975,33.96846],[-85.96917,33.914598],[-86.065272,33.842198],[-86.199164,33.988918],[-86.325622,33.940147],[-86.370152,33.93977],[-86.303516,34.099073]]]},"properties":{"id":"01055","n":"Etowah","z":["35901","35902","35903","35904","35905","35906","35907","35952","35954","35956","35961","35972","35990","36272","36275"],"st":"AL"}},"05141":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.809763,35.722401],[-92.631207,35.718365],[-92.629837,35.790823],[-92.416719,35.78859],[-92.418408,35.716046],[-92.24052,35.71219],[-92.252759,35.363718],[-92.481469,35.368392],[-92.479268,35.455357],[-92.850624,35.46295],[-92.813417,35.549],[-92.809763,35.722401]]]},"properties":{"id":"05141","n":"Van Buren","z":["72013","72028","72030","72031","72039","72067","72080","72088","72131","72141","72153","72629","72645"],"st":"AR"}},"01031":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.193951,31.440072],[-86.145895,31.617741],[-85.789142,31.617964],[-85.791402,31.196349],[-86.193476,31.192213],[-86.193951,31.440072]]]},"properties":{"id":"01031","n":"Coffee","z":["36009","36010","36034","36079","36311","36316","36318","36322","36323","36330","36331","36346","36351","36360","36453","36467","36477"],"st":"AL"}},"01075":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.248387473909,33.744907594882],[-88.207229,34.058333],[-87.98693,34.052102],[-87.951785,33.91993],[-87.946519,33.524065],[-88.274516470784,33.534001477785],[-88.248387473909,33.744907594882]]]},"properties":{"id":"01075","n":"Lamar","z":["35544","35552","35555","35563","35570","35574","35576","35586","35592"],"st":"AL"}},"01059":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.154902184009,34.46303430044],[-88.139559441247,34.581696745884],[-87.529667,34.567081],[-87.529722,34.304598],[-87.634725,34.306997],[-88.173261734595,34.321039534334],[-88.154902184009,34.46303430044]]]},"properties":{"id":"01059","n":"Franklin","z":["35564","35565","35571","35581","35582","35585","35593","35653","35654"],"st":"AL"}},"01121":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.378665,33.390983],[-86.281999,33.509895],[-86.235328,33.494532],[-86.145562,33.679098],[-86.050669,33.67459],[-85.994935,33.586475],[-85.794559,33.585565],[-85.796054,33.55622],[-85.85189,33.498742],[-85.904909,33.498655],[-85.923762,33.396206],[-85.976525,33.38187],[-85.980293,33.29419],[-86.118198,33.29632],[-86.120567,33.194511],[-86.17283,33.195681],[-86.17437,33.104394],[-86.491029,33.102944],[-86.503127,33.179144],[-86.35734,33.296917],[-86.378665,33.390983]]]},"properties":{"id":"01121","n":"Talladega","z":["35014","35032","35044","35072","35096","35149","35150","35151","35160","35161","36203","36260","36268"],"st":"AL"}},"06087":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-122.152278,37.286055],[-121.99109,37.14427],[-121.84629,37.09702],[-121.738697,36.989991],[-121.581354,36.899152],[-121.644001,36.893996],[-121.699956,36.919683],[-121.81273242676,36.850049443745],[-121.906468,36.96895],[-122.105976,36.955951],[-122.29431019191,37.105141386718],[-122.317682,37.186945],[-122.152774,37.215444],[-122.152278,37.286055]]]},"properties":{"id":"06087","n":"Santa Cruz","z":["95001","95003","95005","95006","95007","95010","95017","95018","95019","95026","95033","95041","95044","95060","95061","95062","95063","95064","95065","95066","95067","95073","95076","95077","95976"],"st":"CA"}},"05011":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.330839,33.707806],[-91.975844,33.704414],[-91.990167,33.398214],[-91.977284,33.302026],[-92.128464,33.208775],[-92.137527,33.162956],[-92.22406,33.251782],[-92.350432,33.298941],[-92.378616,33.314733],[-92.311079,33.499782],[-92.330839,33.707806]]]},"properties":{"id":"05011","n":"Bradley","z":["71631","71647","71651","71660","71671","71675"],"st":"AR"}},"06031":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-120.315068,35.907186],[-119.959058,36.181747],[-119.959227,36.400975],[-119.6664,36.41888],[-119.573194,36.488835],[-119.528792,36.401465],[-119.474892,36.400953],[-119.474607,36.269025],[-119.529358,36.26985],[-119.538116,35.789567],[-120.194146,35.789204],[-120.213979,35.789276],[-120.315068,35.907186]]]},"properties":{"id":"06031","n":"Kings","z":["93201","93202","93204","93212","93230","93232","93239","93242","93245","93246","93266","93631","93656"],"st":"CA"}},"08033":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-109.04260410062,37.881084817493],[-108.81671,37.895538],[-108.256498,37.894607],[-108.210164,37.821125],[-107.989208,37.85664],[-107.860845,37.775517],[-107.872966,37.722416],[-107.968875,37.696485],[-107.970086,37.639587],[-108.917081,37.631902],[-109.0437807205,37.484819231418],[-109.04260410062,37.881084817493]]]},"properties":{"id":"08033","n":"Dolores","z":["81320","81323","81324","81325","81332"],"st":"CO"}},"05057":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.957315,33.75094],[-93.831452,33.747709],[-93.823076,34.008893],[-93.528263,33.943023],[-93.456709,33.956837],[-93.483097,33.476075],[-93.722867,33.481963],[-93.772686,33.498513],[-93.825884,33.609853],[-93.965637,33.669736],[-93.957315,33.75094]]]},"properties":{"id":"05057","n":"Hempstead","z":["71801","71802","71825","71835","71838","71847","71852","71855","71857","71859","71862"],"st":"AR"}},"08013":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-105.653321,40.260457],[-105.055089,40.261793],[-105.052823,40.00026],[-105.16615,39.914047],[-105.397849,39.912886],[-105.398041,39.934854],[-105.675798,39.932445],[-105.638797,40.038787],[-105.653321,40.260457]]]},"properties":{"id":"08013","n":"Boulder","z":["80020","80025","80026","80027","80301","80302","80303","80304","80305","80306","80308","80309","80310","80314","80403","80422","80455","80466","80471","80481","80501","80502","80503","80504","80510","80516","80533","80540","80544"],"st":"CO"}},"01041":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.448198,31.964629],[-86.406276,32.050731],[-86.303616,32.051664],[-86.302217,31.965065],[-86.191379,31.966453],[-86.199378,31.79045],[-86.148339,31.790951],[-86.145895,31.617741],[-86.193951,31.440072],[-86.277031,31.455602],[-86.280155,31.52851],[-86.398536,31.451325],[-86.39994,31.527128],[-86.499213,31.525331],[-86.499533,31.655247],[-86.448635,31.655617],[-86.448198,31.964629]]]},"properties":{"id":"01041","n":"Crenshaw","z":["36009","36028","36034","36035","36036","36037","36041","36042","36046","36049","36071"],"st":"AL"}},"05027":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.365585,33.444459],[-93.116361,33.452909],[-93.119014,33.380293],[-92.978469,33.37728],[-92.988707610715,33.017250940152],[-93.238606962399,33.018015879957],[-93.49051240012,33.018634595666],[-93.48176,33.259991],[-93.442019,33.258165],[-93.365585,33.444459]]]},"properties":{"id":"05027","n":"Columbia","z":["71740","71752","71753","71754","71764","71770","71860","71861"],"st":"AR"}},"05031":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.032499,35.88507],[-90.872785,35.88087],[-90.852064,35.968092],[-90.387378,35.964708],[-90.368718,35.995812],[-90.288947915273,35.996514004211],[-90.286736,35.699914],[-91.036967,35.708418],[-91.032499,35.88507]]]},"properties":{"id":"05031","n":"Craighead","z":["72401","72402","72403","72404","72411","72414","72416","72417","72419","72421","72427","72437","72447","72450","72467","72479"],"st":"AR"}},"08095":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-102.65131,40.749402],[-102.05129200021,40.749585994874],[-102.05129415158,40.697546832389],[-102.0513047986,40.440007993377],[-102.664804,40.438473],[-102.65131,40.749402]]]},"properties":{"id":"08095","n":"Phillips","z":["80721","80731","80734","80746"],"st":"CO"}},"08041":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-105.033544,39.129819],[-104.662896,39.129527],[-104.051568,39.128138],[-104.055528,38.868868],[-104.053921,38.522393],[-104.941533,38.519569],[-104.942426,38.649882],[-104.938994,38.796884],[-105.072184,38.799382],[-105.028903,38.868907],[-105.033544,39.129819]]]},"properties":{"id":"08041","n":"El Paso","z":["80106","80132","80133","80808","80809","80817","80819","80829","80831","80832","80833","80840","80841","80864","80901","80902","80903","80904","80905","80906","80907","80908","80909","80910","80911","80912","80913","80914","80915","80916","80917","80918","80919","80920","80921","80922","80923","80924","80925","80926","80927","80928","80929","80930","80931","80932","80933","80934","80935","80936","80937","80938","80939","80941","80942","80946","80947","80949","80950","80951","80960","80962","80970","80977","80995","80997","81008"],"st":"CO"}},"08027":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-105.796897,38.265047],[-105.049215,38.257973],[-105.049917,37.915479],[-105.168652,38.018946],[-105.285076,37.899421],[-105.317081,37.938949],[-105.473204,37.89597],[-105.583922,37.967196],[-105.67627,38.146173],[-105.796897,38.265047]]]},"properties":{"id":"08027","n":"Custer","z":["81069","81252","81253"],"st":"CO"}},"02164":{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-157.288702,56.566039],[-157.172027,56.598039],[-156.975549,56.540446],[-157.047173,56.519931],[-157.326059,56.525169],[-157.288702,56.566039]]],[[[-158.89354798657,56.809308548377],[-158.656355,56.810012],[-158.679293,56.988625],[-158.531328,57.132156],[-158.32018,57.281558],[-158.083785,57.357181],[-157.931624,57.476208],[-157.678891,57.563888],[-157.709179,57.657459],[-157.642226,57.868777],[-157.596601,58.08867],[-157.48013,58.217354],[-157.547209,58.277535],[-157.541041,58.377302],[-157.481487,58.480771],[-157.23430063668,58.616667],[-156.313889,58.616666],[-156.313889,58.885833],[-157.045496,58.885833],[-157.09537227094,58.866670717095],[-157.1962921401,58.849359541662],[-157.196306,59.086122],[-157.275221,59.086121],[-157.275233,59.259482],[-157.106808,59.259483],[-157.106814,59.346162],[-156.769965,59.346166],[-156.769971,59.432843],[-156.675483,59.432844],[-156.675489,59.519521],[-156.505345,59.519523],[-156.505349,59.606199],[-156.165066,59.606202],[-156.165068,59.692877],[-156.000145,59.692879],[-156.000086,60.90619],[-153.440884,60.906236],[-153.397284,60.819581],[-153.397276,60.472948],[-153.528441,60.472939],[-153.528392,60.126281],[-153.65698,60.126277],[-153.656977,59.779607],[-153.78307,59.779597],[-153.783068,59.692926],[-153.953198,59.692918],[-153.953181,59.519569],[-154.123327,59.519552],[-154.123321,59.432887],[-154.412028,59.432882],[-154.412013,59.259524],[-154.748861,59.259518],[-154.695105,59.086159],[-154.695036,58.739431],[-154.642558,58.739431],[-154.642545,58.652747],[-154.305691,58.652751],[-154.303447,58.460385],[-154.432332,58.418998],[-154.465741,58.361356],[-154.729769,58.332837],[-154.730369,58.304669],[-155.008132,58.290905],[-155.057741,58.236209],[-155.221463,58.236408],[-155.221313,58.193193],[-155.331945,58.193283],[-155.280169,58.108591],[-155.331678,58.048211],[-155.330245,57.876343],[-155.44602,57.871459],[-155.446251,57.827094],[-155.693773,57.797987],[-155.768022,57.668261],[-155.898455,57.6681],[-155.84623,57.629144],[-155.921548,57.554334],[-155.952772,57.598213],[-156.071148,57.584424],[-156.132032,57.509692],[-156.370235,57.522368],[-156.508759,57.434831],[-156.502226,57.362606],[-156.617395,57.334942],[-156.672751,57.234909],[-156.75078,57.235795],[-156.750815,57.162878],[-156.37428730155,57.159250120724],[-156.44301,57.119533],[-156.55052,56.98461],[-156.704216,56.987079],[-156.825982,56.897667],[-156.935629,56.920087],[-157.034624,56.884487],[-157.183636,56.769079],[-157.290511,56.804713],[-157.530765,56.753775],[-157.563802,56.703426],[-157.45216,56.64322],[-157.674587,56.609507],[-157.791844,56.670692],[-157.918541,56.643137],[-157.817826,56.51421],[-157.869124,56.456612],[-157.971711,56.476737],[-158.12744,56.460805],[-158.284699,56.481089],[-158.438414,56.427471],[-158.489546,56.341865],[-158.207387,56.294354],[-158.117797,56.230742],[-158.374324,56.134522],[-158.431471,55.994452],[-158.638211,55.994743],[-158.653214,55.958615],[-158.898116,55.951041],[-159.096187,55.91475],[-159.086217,55.834869],[-159.56143832069,55.640913756658],[-159.56136,55.887197],[-159.867971,55.887193],[-159.86797,55.973918],[-159.806406,55.973919],[-159.806389,56.320805],[-159.900133,56.320803],[-159.900149,56.494239],[-159.588036,56.494245],[-159.588041,56.580961],[-159.275928,56.580967],[-159.275932,56.667682],[-159.051089,56.667687],[-159.051094,56.754401],[-158.893607,56.754404],[-158.89354798657,56.809308548377]]]]},"properties":{"id":"02164","n":"Lake and Peninsula","z":["99548","99549","99564","99565","99579","99606","99613","99625","99640","99647","99648","99649","99653","99695"],"st":"AK"}},"05095":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.36856,34.912735],[-91.29479,34.912452],[-91.293111,34.985091],[-91.149842,35.00247],[-91.152457,34.911847],[-91.099961,34.86712],[-91.102542,34.734864],[-91.049474,34.734184],[-91.051918,34.645721],[-91.054774,34.47088],[-91.000459,34.469398],[-91.002693,34.336353],[-91.056276,34.336605],[-91.291483,34.561761],[-91.37782,34.56348],[-91.446983,34.667531],[-91.374765,34.665964],[-91.36856,34.912735]]]},"properties":{"id":"05095","n":"Monroe","z":["72021","72029","72036","72069","72108","72134","72366","72368","72392"],"st":"AR"}},"05039":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.886285,34.155877],[-92.678383,34.149622],[-92.493672,34.144234],[-92.336765,34.059633],[-92.471667,34.057054],[-92.45613,33.972622],[-92.334249,33.795065],[-92.583054,33.802198],[-92.893534,33.809943],[-92.89314,33.902751],[-92.961419,33.974159],[-92.893116,33.983284],[-92.886285,34.155877]]]},"properties":{"id":"05039","n":"Dallas","z":["71720","71725","71742","71748","71763","71923","72084"],"st":"AR"}},"06085":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-122.081473,37.477838],[-121.925041,37.454186],[-121.855762,37.484537],[-121.472648,37.48217],[-121.409693,37.382013],[-121.459051,37.282739],[-121.404636,37.155989],[-121.282271,37.183675],[-121.226804,37.134774],[-121.245887,36.983036],[-121.215406,36.961248],[-121.501488,36.971895],[-121.581354,36.899152],[-121.738697,36.989991],[-121.84629,37.09702],[-121.99109,37.14427],[-122.152278,37.286055],[-122.190402,37.431472],[-122.081473,37.477838]]]},"properties":{"id":"06085","n":"Santa Clara","z":["94022","94023","94024","94028","94035","94039","94040","94041","94042","94043","94085","94086","94087","94088","94089","94301","94302","94303","94304","94305","94306","94309","94550","94807","95002","95008","95009","95011","95013","95014","95015","95020","95021","95023","95030","95031","95032","95033","95035","95036","95037","95038","95042","95046","95050","95051","95052","95053","95054","95055","95056","95070","95071","95076","95101","95103","95106","95108","95109","95110","95111","95112","95113","95116","95117","95118","95119","95120","95121","95122","95123","95124","95125","95126","95127","95128","95129","95130","95131","95132","95133","95134","95135","95136","95138","95139","95140","95141","95148","95150","95151","95152","95153","95154","95155","95156","95157","95158","95159","95160","95164","95170","95172","95173","95190","95191","95192","95193","95194","95196"],"st":"CA"}},"06021":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-122.046471,39.797648],[-121.967868,39.722397],[-121.994021,39.533926],[-121.856532,39.536904],[-121.890013,39.383864],[-122.136161,39.414499],[-122.192334,39.385257],[-122.739062,39.383266],[-122.735639,39.580668],[-122.885352,39.580108],[-122.892676,39.708898],[-122.937654,39.798156],[-122.046471,39.797648]]]},"properties":{"id":"06021","n":"Glenn","z":["95913","95920","95939","95943","95951","95963","95970","95988"],"st":"CA"}},"05129":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.944666,36.115123],[-92.890695,36.114132],[-92.836531,36.070065],[-92.411502,36.062756],[-92.414324,35.975865],[-92.416719,35.78859],[-92.629837,35.790823],[-92.631207,35.718365],[-92.809763,35.722401],[-92.951315,35.724663],[-92.944666,36.115123]]]},"properties":{"id":"05129","n":"Searcy","z":["72633","72636","72639","72645","72650","72669","72675","72679","72685","72686"],"st":"AR"}},"04023":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-110.451736,31.731267],[-110.46017261045,31.333141378992],[-111.074825,31.332239],[-111.36696937116,31.424824287192],[-111.366613,31.521291],[-111.163725,31.521826],[-111.164183,31.725983],[-110.451736,31.731267]]]},"properties":{"id":"04023","n":"Santa Cruz","z":["85611","85621","85624","85628","85637","85640","85645","85646","85648"],"st":"AZ"}},"05003":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.137527,33.162956],[-92.128464,33.208775],[-91.977284,33.302026],[-91.990167,33.398214],[-91.45737,33.388974],[-91.460391771832,33.005997055701],[-92.069146592481,33.008482430257],[-92.143596,33.098242],[-92.137527,33.162956]]]},"properties":{"id":"05003","n":"Ashley","z":["71635","71642","71646","71658","71661","71663","71676"],"st":"AR"}},"05089":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.854049114985,36.498023381142],[-92.772333893372,36.498083154079],[-92.529136581044,36.498165682985],[-92.575141,36.309333],[-92.469262,36.250904],[-92.411852,36.162123],[-92.411502,36.062756],[-92.836531,36.070065],[-92.890695,36.114132],[-92.884445,36.490713],[-92.854049114985,36.498023381142]]]},"properties":{"id":"05089","n":"Marion","z":{"3":"72601","4":"72619","5":"72633","6":"72634","7":"72644","8":"72653","9":"72661","10":"72668","11":"72672","12":"72675","13":"72677","14":"72682","15":"72687","16":"65729","17":"65733","18":"65761"},"st":"AR"}},"09013":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.509179336298,42.03408049659],[-72.135731461947,42.029141929942],[-72.102159434527,42.028630240055],[-72.099229,41.958948],[-72.21698,41.958161],[-72.156719,41.753719],[-72.239559,41.714191],[-72.410367,41.602581],[-72.49681,41.860616],[-72.509179336298,42.03408049659]]]},"properties":{"id":"09013","n":"Tolland","z":["06029","06043","06066","06071","06072","06075","06076","06077","06084","06226","06231","06232","06237","06238","06242","06248","06250","06251","06265","06268","06269","06279"],"st":"CT"}},"08083":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-109.0437807205,37.484819231418],[-108.917081,37.631902],[-107.970086,37.639587],[-108.022895,37.590587],[-108.038409,37.451931],[-108.105857,37.382068],[-108.197776,37.354939],[-108.290423,37.223584],[-108.290459,37.145975],[-108.37930295009,36.999564686312],[-109.045223,36.999084],[-109.0437807205,37.484819231418]]]},"properties":{"id":"08083","n":"Montezuma","z":["81321","81323","81327","81328","81330","81331","81334","81335"],"st":"CO"}},"01045":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.789142,31.617964],[-85.748251,31.618048],[-85.416437,31.619466],[-85.417434,31.314973],[-85.485854,31.246096],[-85.666121,31.267316],[-85.710333,31.195173],[-85.791402,31.196349],[-85.789142,31.617964]]]},"properties":{"id":"01045","n":"Dale","z":["36010","36303","36311","36317","36322","36330","36345","36350","36352","36353","36360","36361","36362","36371","36374"],"st":"AL"}},"01125":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.840683,33.524839],[-87.666661,33.521667],[-87.631718,33.609833],[-87.423701,33.602096],[-87.318532,33.587393],[-87.266923,33.512929],[-87.341698,33.470501],[-87.162007,33.306587],[-87.065738,33.246907],[-87.199153,33.196554],[-87.199317,33.130657],[-87.281945,33.13306],[-87.318539,33.006179],[-87.421936,33.003379],[-87.715709,33.006824],[-87.832142,33.017597],[-87.837521,33.153637],[-87.840683,33.524839]]]},"properties":{"id":"01125","n":"Tuscaloosa","z":["35006","35111","35188","35401","35402","35403","35404","35405","35406","35407","35440","35444","35446","35449","35452","35453","35456","35457","35458","35463","35466","35468","35469","35473","35474","35475","35476","35478","35480","35482","35486","35487","35490","35546","35555","35574","35579"],"st":"AL"}},"01011":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.919293,32.274382],[-85.856218,32.231975],[-85.433543,32.234648],[-85.410241,32.146651],[-85.428476,32.014951],[-85.587344,31.997355],[-85.657668,31.880275],[-85.791047,31.880357],[-85.790048,31.967254],[-85.88435,31.967253],[-85.893652,32.047351],[-85.996853,32.051049],[-85.999157,32.250543],[-85.919293,32.274382]]]},"properties":{"id":"01011","n":"Bullock","z":["36005","36029","36052","36053","36081","36089","36860"],"st":"AL"}},"02068":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-148.046696,64.343802],[-147.779479,64.259029],[-146.999909,64.257196],[-146.999966,63.479645],[-148.025627,63.477609],[-148.025618,63.333233],[-149.526148,63.333217],[-151.894015,62.798058],[-151.893784,62.725864],[-152.997647,62.727401],[-152.428084,63.183171],[-152.428098,63.304259],[-152.619512,63.304254],[-152.619517,63.347568],[-152.810931,63.347563],[-152.810945,63.477501],[-152.87341,63.650745],[-152.228439,63.65076],[-152.229256,63.824001],[-152.055132,63.824006],[-152.055758,63.997242],[-151.830535,63.997248],[-151.793976,64.06943],[-151.564903,64.069436],[-151.516333,64.020631],[-151.281995,63.997265],[-150.729385,64.358173],[-149.132653,64.358214],[-148.046696,64.343802]]]},"properties":{"id":"02068","n":"Denali","z":["99704","99729","99743","99744","99755","99760"],"st":"AK"}},"08037":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-107.033968,39.918913],[-106.626569,39.924785],[-106.434508,39.924914],[-106.385478,39.767164],[-106.176464,39.635722],[-106.251638,39.465039],[-106.206732,39.379636],[-106.283812,39.349469],[-106.426487,39.361871],[-107.113446,39.366066],[-107.113672,39.919112],[-107.033968,39.918913]]]},"properties":{"id":"08037","n":"Eagle","z":["80423","80426","80463","81620","81621","81623","81631","81632","81637","81645","81649","81655","81657","81658"],"st":"CO"}},"08097":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-107.430949,39.366178],[-107.113446,39.366066],[-106.426487,39.361871],[-106.50238,39.298567],[-106.577966,39.057908],[-106.599214,38.997994],[-106.694969,39.055667],[-106.801874,38.978303],[-107.001622,39.042273],[-107.06632,39.118805],[-107.28249,39.118718],[-107.394486,39.256299],[-107.465187,39.314515],[-107.430949,39.366178]]]},"properties":{"id":"08097","n":"Pitkin","z":["81611","81612","81615","81621","81623","81642","81654","81656"],"st":"CO"}},"08125":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-102.77996,40.438446],[-102.664804,40.438473],[-102.0513047986,40.440007993377],[-102.05130855184,40.349221356872],[-102.051744,40.003078],[-102.04999213564,39.574056097421],[-102.802932,39.567841],[-102.803767,40.002554],[-102.77996,40.438446]]]},"properties":{"id":"08125","n":"Yuma","z":["80727","80731","80734","80735","80755","80758","80759","80807","80822","80824"],"st":"CO"}},"01039":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.701554,31.523946],[-86.499213,31.525331],[-86.39994,31.527128],[-86.398536,31.451325],[-86.280155,31.52851],[-86.277031,31.455602],[-86.193951,31.440072],[-86.193476,31.192213],[-86.187248048981,30.994066723462],[-86.388644662,30.994528215275],[-86.688240964246,30.996201890001],[-86.700282,31.192217],[-86.702446,31.345397],[-86.662082,31.402798],[-86.701554,31.523946]]]},"properties":{"id":"01039","n":"Covington","z":["36028","36038","36420","36421","36442","36453","36455","36456","36467","36474","36476","36483"],"st":"AL"}},"01019":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.513044229273,34.523946471324],[-85.463140824776,34.286190988505],[-85.421073175229,34.080812652607],[-85.398871244842,33.96412928678],[-85.530094,33.941423],[-85.738975,33.96846],[-85.843617,34.200006],[-85.627512,34.39592],[-85.513044229273,34.523946471324]]]},"properties":{"id":"01019","n":"Cherokee","z":{"1":"35901","2":"35903","3":"35959","4":"35960","5":"35961","6":"35967","7":"35973","8":"35983","9":"35984","10":"36272","11":"30165"},"st":"AL"}},"05093":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.288947915273,35.996514004211],[-89.959375295174,35.999014110157],[-89.733095,36.000608],[-89.648904970345,35.903583482313],[-89.722634,35.873718],[-89.723426,35.809382],[-89.956589,35.695486],[-89.876548,35.626653],[-89.944754,35.560308],[-90.037615,35.550329],[-90.045306,35.415435],[-90.112504,35.410153],[-90.286899,35.438573],[-90.286736,35.699914],[-90.288947915273,35.996514004211]]]},"properties":{"id":"05093","n":"Mississippi","z":["72310","72313","72315","72316","72319","72321","72329","72330","72338","72350","72351","72354","72358","72370","72386","72391","72395","72426","72428","72438","72442"],"st":"AR"}},"08075":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-103.5737740062,41.001721799084],[-103.38249165189,41.001926146621],[-102.65346413727,41.002225324144],[-102.65131,40.749402],[-102.664804,40.438473],[-102.77996,40.438446],[-103.465377,40.436346],[-103.4672,40.523253],[-103.581844,40.523383],[-103.5737740062,41.001721799084]]]},"properties":{"id":"08075","n":"Logan","z":["80722","80726","80728","80731","80736","80741","80745","80747","80751"],"st":"CO"}},"05061":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.935371,34.350097],[-93.92583,34.186496],[-93.820722,34.183802],[-93.823076,34.008893],[-93.831452,33.747709],[-93.957315,33.75094],[-93.958828,33.750994],[-94.069934,33.92678],[-94.089758,34.186835],[-94.243739,34.192501],[-94.254668,34.355481],[-93.935371,34.350097]]]},"properties":{"id":"05061","n":"Howard","z":["71831","71833","71851","71852","71859","71959","71971","71973"],"st":"AR"}},"06107":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-118.360586,36.744773],[-118.366328,36.691635],[-118.274624,36.597334],[-118.21482,36.435036],[-118.100317,36.346137],[-118.127147,36.279656],[-117.980761,35.867515],[-118.008043,35.789161],[-119.538116,35.789567],[-119.529358,36.26985],[-119.474607,36.269025],[-119.474892,36.400953],[-119.528792,36.401465],[-119.573194,36.488835],[-119.466322,36.575238],[-119.305102,36.573725],[-119.304625,36.660606],[-118.984779,36.657147],[-118.982441,36.741646],[-118.360586,36.744773]]]},"properties":{"id":"06107","n":"Tulare","z":["93201","93207","93208","93212","93215","93218","93219","93221","93223","93227","93235","93237","93238","93244","93247","93256","93257","93258","93260","93261","93262","93265","93267","93270","93271","93272","93274","93275","93277","93278","93279","93282","93286","93290","93291","93292","93386","93527","93603","93615","93618","93619","93631","93633","93646","93647","93654","93666","93670","93673"],"st":"CA"}},"08025":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-104.053921,38.522393],[-103.504666,38.516409],[-103.501764,38.265016],[-103.509364,38.172514],[-103.619283,38.171455],[-103.619172,38.113355],[-103.835616,38.11334],[-104.058242,38.146492],[-104.053921,38.522393]]]},"properties":{"id":"08025","n":"Crowley","z":["81033","81034","81039","81058","81062","81063","81076"],"st":"CO"}},"04017":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-110.75069,37.003197],[-110.00068181859,36.997968000298],[-110.000674,35.662657],[-109.826936,35.662484],[-109.843764,35.517875],[-109.844624,34.822562],[-109.865231,34.559689],[-109.848246,34.473435],[-109.859274,33.777683],[-109.891766,33.777777],[-109.891759,33.567829],[-110.000649,33.57693],[-110.00066,34.000046],[-110.750672,34.000048],[-110.750678,34.263314],[-110.75069,37.003197]]]},"properties":{"id":"04017","n":"Navajo","z":{"1":"85901","2":"85902","3":"85911","4":"85912","5":"85923","6":"85926","7":"85928","8":"85929","9":"85930","10":"85933","11":"85934","12":"85935","13":"85937","14":"85939","15":"85941","16":"85942","17":"86025","18":"86029","19":"86030","20":"86031","21":"86032","22":"86033","23":"86034","24":"86039","25":"86042","26":"86043","27":"86044","28":"86047","29":"86054","30":"86505","31":"86510","32":"86520","33":"84536"},"st":"AZ"}},"01049":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.057712,34.475994],[-86.015594,34.481639],[-85.785471,34.624584],[-85.582812333785,34.860435474478],[-85.534405257815,34.623790338436],[-85.526894818161,34.588685692733],[-85.513044229273,34.523946471324],[-85.627512,34.39592],[-85.843617,34.200006],[-86.106086,34.200756],[-86.118894,34.403845],[-86.057712,34.475994]]]},"properties":{"id":"01049","n":"De Kalb","z":["35765","35771","35951","35954","35957","35961","35962","35963","35966","35967","35968","35971","35974","35975","35978","35979","35981","35984","35986","35988","35989"],"st":"AL"}},"06037":{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-118.593969,33.467198],[-118.484785,33.487483],[-118.286261,33.351463],[-118.325244,33.299075],[-118.465368,33.326056],[-118.593969,33.467198]]],[[[-118.594033,33.035951],[-118.353504,32.821962],[-118.425634,32.800595],[-118.581513,32.931672],[-118.641578,33.017129],[-118.594033,33.035951]]],[[[-118.881364,34.790629],[-118.894474,34.817972],[-117.667292,34.822526],[-117.646374,34.28917],[-117.677405,34.166103],[-117.783287,33.946411],[-117.966691,33.946058],[-118.11507672288,33.743803322895],[-118.258687,33.703741],[-118.396606,33.735917],[-118.412708,33.883913],[-118.519514,34.027509],[-118.744952,34.032103],[-118.805114,34.001239],[-118.94447951146,34.046738953351],[-118.788889,34.168214],[-118.693834,34.168557],[-118.633461,34.269522],[-118.881364,34.790629]]]]},"properties":{"id":"06037","n":"Los Angeles","z":["09355","90001","90002","90003","90004","90005","90006","90007","90008","90009","90010","90011","90012","90013","90014","90015","90016","90017","90018","90019","90020","90021","90022","90023","90024","90025","90026","90027","90028","90029","90030","90031","90032","90033","90034","90035","90036","90037","90038","90039","90040","90041","90042","90043","90044","90045","90046","90047","90048","90049","90050","90051","90052","90053","90054","90055","90056","90057","90058","90059","90060","90061","90062","90063","90064","90065","90066","90067","90068","90069","90070","90071","90072","90073","90074","90075","90076","90077","90079","90080","90081","90082","90083","90084","90086","90087","90088","90089","90090","90091","90093","90094","90095","90096","90099","90134","90189","90201","90202","90209","90210","90211","90212","90213","90220","90221","90222","90223","90224","90230","90231","90232","90233","90239","90240","90241","90242","90245","90247","90248","90249","90250","90251","90254","90255","90260","90261","90262","90263","90264","90265","90266","90267","90270","90272","90274","90275","90277","90278","90280","90290","90291","90292","90293","90294","90295","90296","90301","90302","90303","90304","90305","90306","90307","90308","90309","90310","90311","90312","90401","90402","90403","90404","90405","90406","90407","90408","90409","90410","90411","90501","90502","90503","90504","90505","90506","90507","90508","90509","90510","90601","90602","90603","90604","90605","90606","90607","90608","90609","90610","90623","90630","90631","90637","90638","90639","90640","90650","90651","90652","90660","90661","90662","90670","90671","90701","90702","90703","90704","90706","90707","90710","90711","90712","90713","90714","90715","90716","90717","90723","90731","90732","90733","90734","90740","90744","90745","90746","90747","90748","90749","90755","90801","90802","90803","90804","90805","90806","90807","90808","90809","90810","90813","90814","90815","90822","90831","90832","90833","90834","90835","90840","90842","90844","90846","90847","90848","90853","90895","90899","91001","91003","91006","91007","91008","91009","91010","91011","91012","91016","91017","91020","91021","91023","91024","91025","91030","91031","91040","91041","91042","91043","91046","91066","91077","91101","91102","91103","91104","91105","91106","91107","91108","91109","91110","91114","91115","91116","91117","91118","91121","91123","91124","91125","91126","91129","91182","91184","91185","91188","91189","91199","91201","91202","91203","91204","91205","91206","91207","91208","91209","91210","91214","91221","91222","91224","91225","91226","91301","91302","91303","91304","91305","91306","91307","91308","91309","91310","91311","91313","91316","91321","91322","91324","91325","91326","91327","91328","91329","91330","91331","91333","91334","91335","91337","91340","91341","91342","91343","91344","91345","91346","91350","91351","91352","91353","91354","91355","91356","91357","91361","91362","91364","91365","91367","91371","91372","91376","91380","91381","91382","91383","91384","91385","91386","91387","91390","91392","91393","91394","91395","91396","91401","91402","91403","91404","91405","91406","91407","91408","91409","91410","91411","91412","91413","91416","91423","91426","91436","91470","91482","91495","91496","91499","91501","91502","91503","91504","91505","91506","91507","91508","91510","91521","91522","91523","91526","91601","91602","91603","91604","91605","91606","91607","91608","91609","91610","91611","91612","91614","91615","91616","91617","91618","91702","91706","91711","91714","91715","91716","91722","91723","91724","91731","91732","91733","91734","91735","91740","91741","91744","91745","91746","91747","91748","91749","91750","91754","91755","91756","91759","91765","91766","91767","91768","91769","91770","91771","91772","91773","91775","91776","91778","91780","91788","91789","91790","91791","91792","91793","91801","91802","91803","91804","91896","91899","92397","93243","93510","93532","93534","93535","93536","93539","93543","93544","93550","93551","93552","93553","93560","93563","93584","93586","93591","93599"],"st":"CA"}},"06097":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-123.54092201163,38.767656216039],[-123.136253,38.809136],[-123.080997,38.852438],[-122.821592,38.85014],[-122.627396,38.667506],[-122.646421,38.598593],[-122.543893,38.519966],[-122.349564,38.193972],[-122.406786,38.155632],[-122.39758123062,38.142003597253],[-122.48849963926,38.109094474308],[-122.565093,38.182217],[-122.7399,38.207018],[-122.911319,38.321209],[-123.00314647706,38.295705238714],[-123.166428,38.474947],[-123.331899,38.565542],[-123.441774,38.699744],[-123.54092201163,38.767656216039]]]},"properties":{"id":"06097","n":"Sonoma","z":["94515","94922","94923","94926","94927","94928","94931","94951","94952","94954","94955","94975","94999","95401","95402","95403","95404","95405","95406","95407","95409","95412","95416","95419","95421","95425","95430","95431","95436","95439","95441","95442","95444","95446","95448","95450","95452","95462","95465","95471","95472","95473","95476","95480","95486","95487","95492","95497"],"st":"CA"}},"06065":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-117.673749,33.870831],[-117.558269,34.018906],[-116.929357,34.004914],[-116.929558,34.034113],[-115.316212,34.03411],[-115.316065,34.077843],[-114.43009113852,34.078931406279],[-114.534987,33.928499],[-114.496565,33.719155],[-114.524599,33.552231],[-114.62914651819,33.433545],[-116.085165,33.425932],[-117.030861,33.426931],[-117.241271,33.431993],[-117.364272,33.505025],[-117.509722,33.505019],[-117.412987,33.659045],[-117.533999,33.710355],[-117.673749,33.870831]]]},"properties":{"id":"06065","n":"Riverside","z":["91752","92028","92201","92202","92203","92210","92211","92220","92223","92225","92226","92230","92234","92235","92236","92239","92240","92241","92247","92248","92253","92254","92258","92260","92261","92262","92263","92264","92270","92274","92276","92277","92282","92320","92324","92373","92399","92501","92502","92503","92504","92505","92506","92507","92508","92509","92513","92514","92516","92517","92518","92519","92521","92522","92530","92531","92532","92536","92539","92543","92544","92545","92546","92548","92549","92551","92553","92554","92555","92556","92557","92561","92562","92563","92564","92567","92570","92571","92572","92581","92582","92583","92584","92585","92586","92587","92589","92590","92591","92592","92593","92595","92596","92599","92803","92860","92877","92879","92880","92881","92882","92883"],"st":"CA"}},"01101":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.496774,32.344437],[-86.411172,32.409937],[-86.262006,32.50169],[-86.192284,32.43613],[-86.023012,32.419978],[-85.919293,32.274382],[-85.999157,32.250543],[-85.996853,32.051049],[-85.995563,31.967554],[-86.191379,31.966453],[-86.302217,31.965065],[-86.303616,32.051664],[-86.406276,32.050731],[-86.408771,32.244309],[-86.496774,32.344437]]]},"properties":{"id":"01101","n":"Montgomery","z":["36013","36036","36041","36043","36046","36047","36052","36057","36064","36065","36069","36101","36102","36103","36104","36105","36106","36107","36108","36109","36110","36111","36112","36113","36114","36115","36116","36117","36118","36119","36120","36121","36123","36124","36125","36130","36131","36132","36135","36140","36141","36142","36177","36191"],"st":"AL"}},"02013":{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-160.252749,54.913251],[-160.137102,55.171565],[-159.870591,55.284889],[-159.816419,55.178051],[-159.670305,55.182337],[-159.521096,55.253393],[-159.488766,55.188812],[-159.203228,54.914842],[-159.309681,54.865813],[-159.447982,54.941374],[-159.504434,55.027316],[-159.752779,55.066139],[-159.813625,55.027467],[-160.027035,55.02091],[-160.226967,54.864075],[-160.252749,54.913251]]],[[[-160.856621,55.318488],[-160.808929,55.370122],[-160.687442,55.402198],[-160.517513,55.379378],[-160.260565,55.463674],[-160.137032,55.450709],[-160.154038,55.377518],[-160.30655,55.303275],[-160.341217,55.251799],[-160.468262,55.288925],[-160.527617,55.256374],[-160.486511,55.181951],[-160.525226,55.129871],[-160.655577,55.160261],[-160.821381,55.117851],[-160.856621,55.318488]]],[[[-161.426005,55.216563],[-161.329875,55.219418],[-161.344152,55.158504],[-161.451286,55.178027],[-161.426005,55.216563]]],[[[-161.697129,55.249148],[-161.523434,55.271659],[-161.560207,55.207045],[-161.691553,55.198479],[-161.697129,55.249148]]],[[[-162.844362,54.510428],[-162.34484,54.401336],[-162.46695,54.342692],[-162.760247,54.372193],[-162.861736,54.424771],[-162.844362,54.510428]]],[[[-158.89354798657,56.809308548377],[-158.893607,56.754404],[-159.051094,56.754401],[-159.051089,56.667687],[-159.275932,56.667682],[-159.275928,56.580967],[-159.588041,56.580961],[-159.588036,56.494245],[-159.900149,56.494239],[-159.900133,56.320803],[-159.806389,56.320805],[-159.806406,55.973919],[-159.86797,55.973918],[-159.867971,55.887193],[-159.56136,55.887197],[-159.56143832069,55.640913756658],[-159.696713,55.573306],[-159.760365,55.615203],[-159.679201,55.655895],[-159.627482,55.803248],[-159.770298,55.852357],[-159.847359,55.80253],[-160.026282,55.792295],[-160.130445,55.681419],[-160.392587,55.602771],[-160.521335,55.47442],[-160.654117,55.512596],[-160.666917,55.459776],[-160.976551,55.472736],[-161.080549,55.408498],[-161.253977,55.355896],[-161.486114,55.359322],[-161.469271,55.49683],[-161.376102,55.569794],[-161.392613,55.628221],[-161.587047,55.62006],[-161.700069,55.51439],[-161.686495,55.408041],[-161.863339,55.266989],[-161.817232,55.176529],[-161.576643,55.103831],[-161.550357,55.065734],[-161.690346,55.0785],[-161.792297,55.052278],[-161.956595,55.112174],[-162.053281,55.074212],[-162.11874,55.102911],[-162.219326,55.028975],[-162.236806,54.88163],[-162.349315,54.836049],[-162.428237,54.895434],[-162.41351,55.03656],[-162.471364,55.051932],[-162.587967,54.97201],[-162.834245,54.926851],[-162.962205,54.993538],[-163.065602,54.926172],[-163.352997,54.810174],[-163.184295,54.774912],[-163.068952,54.712605],[-163.037788,54.646995],[-163.223179,54.676895],[-163.572383,54.623211],[-163.80359,54.636498],[-164.03827,54.624688],[-164.257585,54.572722],[-164.352704,54.465023],[-164.456554,54.419856],[-164.640457,54.391166],[-164.861475,54.431353],[-164.948789,54.579877],[-164.741815,54.645441],[-164.576896,54.824564],[-164.57626,54.895342],[-164.43528,54.933126],[-164.343534,54.894139],[-164.119196,54.969416],[-163.994179,54.983315],[-163.894695,55.039115],[-163.774093,55.05578],[-163.527109,55.040871],[-163.429548,54.954759],[-163.280771,55.032959],[-163.314652,55.126312],[-163.132007,55.179629],[-162.86152,55.198339],[-162.900027,55.252466],[-162.64165,55.392576],[-162.565411,55.466849],[-162.219551,55.710867],[-162.05063,55.790897],[-161.898956,55.833464],[-161.807833,55.891954],[-161.15687,56.012216],[-160.807119,56.02398],[-160.793215,55.88596],[-160.564014,55.863719],[-160.457194,55.917233],[-160.589569,55.983048],[-160.488708,56.077214],[-160.385922,56.279706],[-160.146252,56.400176],[-159.985615,56.449743],[-159.828049,56.543935],[-159.534961,56.626529],[-158.972735,56.842138],[-158.89354798657,56.809308548377]]],[[[-165.602225,54.045267],[-165.28077,54.115625],[-165.00791,54.134934],[-164.824183,54.225527],[-164.7637,54.223153],[-164.956139,54.060988],[-165.088283,54.072491],[-165.287665,54.038349],[-165.555768,54.023551],[-165.602225,54.045267]]],[[[-166.06155,54.185092],[-165.868192,54.214884],[-165.62555,54.298964],[-165.478452,54.295333],[-165.383719,54.196731],[-165.549217,54.112196],[-165.784434,54.069435],[-166.046438,54.044186],[-166.112242,54.122528],[-166.06155,54.185092]]],[[[-166.225644,53.986229105085],[-166.075283,53.969571],[-166.1609246522,53.935638052194],[-166.225644,53.986229105085]]]]},"properties":{"id":"02013","n":"Aleutians East","z":["99553","99571","99583","99612","99661"],"st":"AK"}},"02290":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-160.85799,63.011953],[-160.858004,63.271838],[-160.667361,63.271845],[-160.690294,63.531689],[-160.497375,63.531713],[-160.497381,63.618343],[-160.111522,63.618351],[-160.111498,63.704972],[-159.932739,63.704973],[-159.932731,63.791589],[-159.737451,63.791591],[-159.737475,64.051459],[-159.947288,64.051459],[-159.962255,64.397927],[-159.96229,64.744377],[-159.774897,64.744382],[-159.774921,64.917565],[-159.572173,64.917597],[-159.582736,65.264026],[-159.377365,65.264033],[-159.385578,65.523835],[-159.593506,65.523835],[-159.604813,65.95683],[-158.972175,65.956849],[-158.972185,66.130027],[-157.906295,66.130049],[-157.90631,66.476424],[-157.051284,66.476438],[-157.051266,66.303254],[-156.623757,66.303259],[-156.62377,66.476442],[-156.196224,66.476582],[-156.196257,66.389857],[-155.982504,66.38986],[-155.982499,66.303268],[-155.554993,66.303274],[-155.510585,66.563051],[-154.860431,66.563064],[-154.860446,66.736242],[-154.210302,66.736255],[-154.210317,66.822842],[-154.146221,66.822843],[-154.146314,67.169178],[-154.303097,67.169177],[-154.30311,67.255759],[-154.748904,67.255753],[-154.690477,67.515496],[-154.690489,67.602075],[-154.916649,67.60207],[-154.916661,67.688648],[-155.142825,67.688643],[-155.142837,67.775221],[-155.368999,67.775216],[-155.318723,67.861793],[-155.318744,68.000032],[-146,68],[-146,68.5],[-142.232922,68.500007],[-141.00260959622,68.498364004591],[-141.00246492614,65.839421000799],[-141.093233,65.827388],[-141.336224,65.711614],[-141.387842,65.614395],[-141.78905,65.501546],[-141.855761,65.445786],[-142.065431,65.465341],[-142.307081,65.440633],[-142.441972,65.385042],[-142.601998,65.390931],[-142.742849,65.30141],[-142.7319,65.233639],[-142.864344,65.140387],[-143.081816,65.120937],[-143.242092,65.052518],[-143.373311,65.037107],[-143.364478,64.996996],[-143.525172,64.96008],[-143.503643,64.858251],[-143.434679,64.817791],[-143.529991,64.800611],[-143.506329,64.754068],[-143.647213,64.669506],[-143.752529,64.647633],[-144.069029,64.683562],[-144.029789,64.767593],[-144.127807,64.799108],[-143.986949,64.967243],[-144.098484,65.020385],[-143.88408,65.091068],[-143.973639,65.119304],[-144.331377,65.107707],[-144.443678,65.058436],[-144.684887,65.106143],[-144.983514,65.136988],[-145.225944,65.069216],[-145.372503,65.069496],[-145.650312,65.034303],[-145.778697,65.080003],[-145.633882,65.136802],[-145.689426,65.189078],[-145.949873,65.205483],[-146.079908,65.247981],[-146.138999,65.315193],[-146.007899,65.359434],[-145.98704,65.408443],[-146.119349,65.403987],[-146.198886,65.453523],[-146.39704,65.418421],[-146.508383,65.433109],[-146.548654,65.345003],[-146.903142,65.283375],[-147.279115,65.279762],[-147.557771,65.209895],[-148.661199,65.209875],[-148.663265,64.59079],[-148.550742,64.617208],[-148.424918,64.574854],[-148.403117,64.531297],[-148.270857,64.491769],[-148.176111,64.400924],[-148.046696,64.343802],[-149.132653,64.358214],[-150.729385,64.358173],[-151.281995,63.997265],[-151.516333,64.020631],[-151.564903,64.069436],[-151.793976,64.06943],[-151.830535,63.997248],[-152.055758,63.997242],[-152.055132,63.824006],[-152.229256,63.824001],[-152.228439,63.65076],[-152.87341,63.650745],[-152.810945,63.477501],[-152.810931,63.347563],[-152.619517,63.347568],[-152.619512,63.304254],[-152.428098,63.304259],[-152.428084,63.183171],[-152.997647,62.727401],[-152.999839,62.292621],[-153.07012,62.292644],[-153.070123,62.206015],[-153.395009,62.20599],[-153.395009,62.119347],[-153.761871,62.119335],[-153.761875,62.032689],[-157.063852,62.032634],[-157.063864,62.119271],[-158.531361,62.119264],[-158.531351,62.03262],[-159.265035,62.032598],[-159.265037,61.945957],[-160.534671,61.94594],[-160.915953,61.945943],[-160.915964,62.205866],[-161.048165,62.205869],[-161.048176,62.55241],[-160.996201,62.552424],[-160.996215,62.898936],[-160.94344,62.999269],[-160.85799,63.011953]]]},"properties":{"id":"02290","n":"Yukon-Koyukuk","z":["99558","99590","99602","99627","99665","99675","99691","99701","99720","99722","99724","99726","99730","99733","99738","99740","99741","99745","99746","99748","99754","99756","99757","99758","99760","99765","99767","99768","99774","99777","99781","99788","99790"],"st":"AK"}},"04021":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-111.039976,33.466019],[-110.955497,33.279139],[-110.781076,32.983738],[-110.632529,33.142771],[-110.449021,33.194526],[-110.451218,32.513995],[-111.157493,32.511255],[-111.351531,32.501355],[-112.203719,32.50676],[-112.203288,33.310533],[-112.083488,33.20456],[-111.582709,33.205723],[-111.580634,33.4658],[-111.039976,33.466019]]]},"properties":{"id":"04021","n":"Pinal","z":["85082","85117","85118","85119","85120","85121","85122","85123","85128","85130","85131","85132","85137","85138","85139","85140","85141","85142","85143","85145","85147","85172","85173","85178","85190","85191","85192","85193","85194","85246","85248","85329","85339","85539","85618","85623","85631","85634","85653","85658","85738","85739"],"st":"AZ"}},"02180":{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-164.39594359152,66.581197638915],[-164.395887,66.476324],[-164.318936,66.476319],[-164.318913,66.129944],[-164.244191,66.129946],[-164.244127,65.783553],[-163.963516,65.783561],[-163.963498,65.610363],[-163.755407,65.610367],[-163.755391,65.437165],[-159.801692,65.437231],[-159.8017,65.523826],[-159.593506,65.523835],[-159.385578,65.523835],[-159.377365,65.264033],[-159.582736,65.264026],[-159.572173,64.917597],[-159.774921,64.917565],[-159.774897,64.744382],[-159.96229,64.744377],[-159.962255,64.397927],[-159.947288,64.051459],[-159.737475,64.051459],[-159.737451,63.791591],[-159.932731,63.791589],[-159.932739,63.704973],[-160.111498,63.704972],[-160.111522,63.618351],[-160.497381,63.618343],[-160.497375,63.531713],[-160.690294,63.531689],[-160.667361,63.271845],[-160.858004,63.271838],[-160.85799,63.011953],[-162.001769,63.011919],[-162.001798,63.098536],[-162.192443,63.098556],[-162.192503,63.185184],[-162.383076,63.185195],[-162.383082,63.271816],[-162.60286098616,63.277182503469],[-162.352274,63.454069],[-162.707559,63.577607],[-162.587527,63.625115],[-162.401203,63.634367],[-162.252411,63.541753],[-162.073156,63.513768],[-161.982168,63.446313],[-161.676526,63.465003],[-161.421085,63.46015],[-161.191163,63.490072],[-160.783304,63.752893],[-160.76562,63.828714],[-160.941096,64.066319],[-160.962007,64.220575],[-161.263519,64.398166],[-161.504903,64.423074],[-161.469046,64.506575],[-161.389879,64.547833],[-161.198029,64.496626],[-160.992894,64.541295],[-160.793356,64.619317],[-160.783398,64.71716],[-160.935974,64.82237],[-161.133062,64.898219],[-161.327848,64.829836],[-161.376985,64.773036],[-161.518211,64.75325],[-161.64552,64.776452],[-161.878363,64.709476],[-162.188146,64.672395],[-162.234477,64.619336],[-162.539996,64.530931],[-162.632242,64.385734],[-162.768424,64.333516],[-162.857562,64.49978],[-162.940776,64.542417],[-163.133172,64.381844],[-163.4129,64.524986],[-163.686337,64.568798],[-163.974352,64.55137],[-164.307273,64.561488],[-164.548298,64.516738],[-164.807747,64.449432],[-165.001961,64.433917],[-165.291644,64.480731],[-166.236939,64.583558],[-166.413926,64.651229],[-166.482682,64.755101],[-166.407315,64.852281],[-166.432246,64.88316],[-166.697808,64.991201],[-166.911922,65.125965],[-166.634449,65.125873],[-166.479913,65.167249],[-166.451711,65.236178],[-166.347189,65.276341],[-166.439404,65.319058],[-166.750702,65.333172],[-167.067707,65.385117],[-167.474024,65.412744],[-167.851234,65.538181],[-168.04762,65.569149],[-168.12893,65.655744],[-167.979889,65.727972],[-167.650051,65.795703],[-167.282753,65.897386],[-166.768944,66.068582],[-166.038082,66.269512],[-165.407204,66.420441],[-164.816093,66.525025],[-164.39594359152,66.581197638915]]],[[[-171.83683,63.564883],[-171.791881,63.620625],[-171.802824,63.716391],[-171.743398,63.782971],[-171.613182,63.785065],[-171.552856,63.666251],[-170.950817,63.570127],[-170.606282,63.672732],[-170.344855,63.694225],[-170.095833,63.612701],[-170.007943,63.475428],[-169.857078,63.441975],[-169.656474,63.429929],[-169.462733,63.360458],[-168.937385,63.333789],[-168.685145,63.296427],[-168.841654,63.153844],[-168.93915,63.137653],[-169.07503,63.177689],[-169.230523,63.172948],[-169.534984,63.074355],[-169.568016,62.976879],[-169.638309,62.937527],[-169.757249,62.960087],[-169.788466,63.043015],[-169.88123,63.105848],[-170.049622,63.163377],[-170.263032,63.179147],[-170.430656,63.314284],[-170.663536,63.376109],[-170.896167,63.417745],[-171.067663,63.424579],[-171.226326,63.395108],[-171.433319,63.307578],[-171.760112,63.381633],[-171.849984,63.485039],[-171.83683,63.564883]]]]},"properties":{"id":"02180","n":"Nome","z":["99659","99671","99684","99739","99742","99753","99762","99769","99771","99772","99778","99783","99784","99785"],"st":"AK"}},"08079":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-107.000602,37.956041],[-106.879167,37.96111],[-106.84727,37.91917],[-106.693523,37.873519],[-106.693845,37.835244],[-106.711624,37.664273],[-106.710775,37.404228],[-107.128737,37.392409],[-107.12868,37.422942],[-107.145138,37.675497],[-107.138191,37.938848],[-107.000602,37.956041]]]},"properties":{"id":"08079","n":"Mineral","z":["81130","81147","81154","81157"],"st":"CO"}},"05147":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.347257,35.439106],[-91.252927,35.445845],[-91.251504,35.357557],[-91.039783,35.354256],[-91.04267,35.148189],[-91.04543,35.00104],[-91.149842,35.00247],[-91.293111,34.985091],[-91.29479,34.912452],[-91.36856,34.912735],[-91.363763,35.051887],[-91.465114,35.089454],[-91.407782,35.212655],[-91.438202,35.369378],[-91.347257,35.439106]]]},"properties":{"id":"05147","n":"Woodruff","z":["72006","72021","72036","72059","72074","72101","72112","72123","72392"],"st":"AR"}},"06041":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-123.00314647706,38.295705238714],[-122.911319,38.321209],[-122.7399,38.207018],[-122.565093,38.182217],[-122.48849963926,38.109094474308],[-122.452995,37.996167],[-122.486375,37.921881],[-122.41847,37.852721],[-122.537285,37.830328],[-122.70264,37.89382],[-122.856573,38.016717],[-123.011533,38.003438],[-122.953629,38.17567],[-123.00314647706,38.295705238714]]]},"properties":{"id":"06041","n":"Marin","z":["94901","94903","94904","94912","94913","94914","94915","94920","94924","94925","94929","94930","94933","94937","94938","94939","94940","94941","94942","94945","94946","94947","94948","94949","94950","94952","94953","94956","94957","94960","94963","94964","94965","94966","94970","94971","94972","94973","94974","94977","94978","94979","94998"],"st":"CA"}},"05133":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.470152678162,34.189864292126],[-94.243739,34.192501],[-94.089758,34.186835],[-94.069934,33.92678],[-93.958828,33.750994],[-94.237445,33.802074],[-94.47726674153,33.940910927935],[-94.470152678162,34.189864292126]]]},"properties":{"id":"05133","n":"Sevier","z":["71823","71832","71833","71841","71842","71846"],"st":"AR"}},"06073":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-117.59618868574,33.38696499432],[-117.509722,33.505019],[-117.364272,33.505025],[-117.241271,33.431993],[-117.030861,33.426931],[-116.085165,33.425932],[-116.08109,33.074833],[-116.103252,33.07467],[-116.10617888905,32.618578142636],[-117.124862,32.534156],[-117.196767,32.688851],[-117.246069,32.669352],[-117.28217,32.839547],[-117.25447,32.900146],[-117.28077,33.012343],[-117.362572,33.168437],[-117.547693,33.365491],[-117.59618868574,33.38696499432]]]},"properties":{"id":"06073","n":"San Diego","z":["91901","91902","91903","91905","91906","91908","91909","91910","91911","91912","91913","91914","91915","91916","91917","91921","91931","91932","91933","91934","91935","91941","91942","91943","91944","91945","91946","91948","91950","91951","91962","91963","91976","91977","91978","91979","91980","91987","92003","92004","92007","92008","92009","92010","92011","92013","92014","92018","92019","92020","92021","92022","92023","92024","92025","92026","92027","92028","92029","92030","92033","92036","92037","92038","92039","92040","92046","92049","92051","92052","92054","92055","92056","92057","92058","92059","92060","92061","92064","92065","92066","92067","92068","92069","92070","92071","92072","92074","92075","92078","92079","92081","92082","92083","92084","92085","92086","92088","92091","92092","92093","92096","92101","92102","92103","92104","92105","92106","92107","92108","92109","92110","92111","92112","92113","92114","92115","92116","92117","92118","92119","92120","92121","92122","92123","92124","92126","92127","92128","92129","92130","92131","92132","92134","92135","92136","92137","92138","92139","92140","92142","92143","92145","92147","92149","92150","92152","92153","92154","92155","92158","92160","92161","92163","92165","92166","92167","92168","92169","92170","92171","92172","92173","92174","92175","92176","92177","92178","92179","92182","92186","92187","92191","92192","92193","92195","92196","92197","92198","92199","92672"],"st":"CA"}},"08007":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-107.482131,37.422673],[-107.12868,37.422942],[-107.128737,37.392409],[-106.710775,37.404228],[-106.678373,37.403596],[-106.678354,37.228566],[-106.47623358883,36.993774100547],[-107.42092190575,37.000004999939],[-107.48173699916,37.000004580314],[-107.482131,37.422673]]]},"properties":{"id":"08007","n":"Archuleta","z":["81121","81122","81128","81137","81147"],"st":"CO"}},"02188":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-165.3965202965,68.034730518698],[-164.499437,68.034748],[-164.499463,68.20789],[-162.72219,68.207926],[-162.722202,68.294496],[-162.023273,68.294511],[-162.023261,68.20794],[-161.557328,68.207949],[-161.55732,68.294521],[-161.091364,68.294532],[-161.091351,68.207961],[-160.15944,68.207982],[-160.159452,68.294553],[-159.693487,68.294564],[-159.693477,68.207992],[-157.154924,68.208054],[-157.15491,68.121483],[-156.236831,68.121498],[-156.236817,68.034926],[-155.318748,68.034942],[-155.318744,68.000032],[-155.318723,67.861793],[-155.368999,67.775216],[-155.142837,67.775221],[-155.142825,67.688643],[-154.916661,67.688648],[-154.916649,67.60207],[-154.690489,67.602075],[-154.690477,67.515496],[-154.748904,67.255753],[-154.30311,67.255759],[-154.303097,67.169177],[-154.146314,67.169178],[-154.146221,66.822843],[-154.210317,66.822842],[-154.210302,66.736255],[-154.860446,66.736242],[-154.860431,66.563064],[-155.510585,66.563051],[-155.554993,66.303274],[-155.982499,66.303268],[-155.982504,66.38986],[-156.196257,66.389857],[-156.196224,66.476582],[-156.62377,66.476442],[-156.623757,66.303259],[-157.051266,66.303254],[-157.051284,66.476438],[-157.90631,66.476424],[-157.906295,66.130049],[-158.972185,66.130027],[-158.972175,65.956849],[-159.604813,65.95683],[-159.593506,65.523835],[-159.8017,65.523826],[-159.801692,65.437231],[-163.755391,65.437165],[-163.755407,65.610367],[-163.963498,65.610363],[-163.963516,65.783561],[-164.244127,65.783553],[-164.244191,66.129946],[-164.318913,66.129944],[-164.318936,66.476319],[-164.395887,66.476324],[-164.39594359152,66.581197638915],[-163.824166,66.59168],[-163.603956,66.558089],[-163.728308,66.498552],[-163.873106,66.389015],[-163.843108,66.259869],[-163.925152,66.225078],[-163.80358,66.100059],[-163.695394,66.059552],[-163.495845,66.085388],[-163.146726,66.059487],[-162.750705,66.09016],[-162.622284,66.039526],[-162.331284,66.031403],[-162.137424,66.078547],[-161.838018,66.022582],[-161.484539,66.262426],[-161.341189,66.2551],[-161.198971,66.210949],[-160.993965,66.234444],[-161.089161,66.31514],[-161.322126,66.368554],[-161.694404,66.396174],[-161.916309,66.349481],[-161.87488,66.511446],[-162.105641,66.622584],[-162.175398,66.687789],[-162.501415,66.742503],[-162.626696,66.859572],[-162.466702,66.950998],[-162.468441,66.980604],[-162.63547,66.998434],[-162.842979,66.991177],[-163.011676,67.029538],[-163.702045,67.109375],[-163.74082,67.20996],[-163.878781,67.416125],[-164.051288,67.566351],[-164.256634,67.651651],[-164.533937,67.725606],[-165.35005,68.02586],[-165.3965202965,68.034730518698]]]},"properties":{"id":"02188","n":"Northwest Arctic","z":["99727","99736","99749","99750","99751","99752","99761","99763","99770","99773","99786"],"st":"AK"}},"04009":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-110.000649,33.57693],[-109.891759,33.567829],[-109.80327,33.481727],[-109.49544,33.652697],[-109.49574,33.078409],[-109.245005,32.741985],[-109.206249,32.635803],[-109.22607,32.529096],[-109.113987,32.426177],[-110.451503,32.427354],[-110.451218,32.513995],[-110.449021,33.194526],[-110.400676,33.198814],[-110.457194,33.295268],[-110.441544,33.38167],[-110.340949,33.427066],[-110.000646,33.465916],[-110.000649,33.57693]]]},"properties":{"id":"04009","n":"Graham","z":["85530","85531","85533","85535","85536","85542","85543","85546","85548","85551","85552","85643"],"st":"AZ"}},"06029":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-120.194146,35.789204],[-119.538116,35.789567],[-118.008043,35.789161],[-117.632996,35.797251],[-117.632011,34.82227],[-117.667292,34.822526],[-118.894474,34.817972],[-118.881364,34.790629],[-118.976721,34.812199],[-119.243645,34.814178],[-119.276946,34.879675],[-119.442352,34.901274],[-119.472754,34.901174],[-119.472719,35.076885],[-119.560975,35.087673],[-119.553641,35.179975],[-119.667056,35.174809],[-119.666663,35.262527],[-119.809449,35.263584],[-119.809346,35.350865],[-119.880172,35.351211],[-119.880045,35.439133],[-120.086674,35.526554],[-120.085922,35.614524],[-120.193918,35.614359],[-120.194146,35.789204]]]},"properties":{"id":"06029","n":"Kern","z":["93203","93205","93206","93215","93216","93220","93222","93224","93225","93226","93238","93240","93241","93243","93249","93250","93251","93252","93255","93263","93268","93276","93280","93283","93285","93287","93301","93302","93303","93304","93305","93306","93307","93308","93309","93311","93312","93313","93314","93380","93384","93385","93387","93388","93389","93390","93461","93501","93502","93504","93505","93516","93518","93519","93523","93524","93527","93528","93531","93542","93554","93555","93560","93561","93581","93596"],"st":"CA"}},"08055":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-105.457255,37.751464],[-105.428893,37.851733],[-105.473204,37.89597],[-105.317081,37.938949],[-105.285076,37.899421],[-105.168652,38.018946],[-105.049917,37.915479],[-105.013729,37.881271],[-104.646383,37.900527],[-104.351109,37.817488],[-104.45493,37.740839],[-104.548652,37.5747],[-104.748938,37.407029],[-104.995505,37.375551],[-105.154176,37.293129],[-105.187549,37.619669],[-105.295587,37.654416],[-105.485516,37.577899],[-105.457255,37.751464]]]},"properties":{"id":"08055","n":"Huerfano","z":["80155","81040","81055","81069","81089"],"st":"CO"}},"01087":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.023012,32.419978],[-85.852625,32.475747],[-85.886148,32.493053],[-85.797156,32.494236],[-85.798585,32.581089],[-85.695854,32.595933],[-85.489348,32.496937],[-85.434045,32.40984],[-85.433543,32.234648],[-85.856218,32.231975],[-85.919293,32.274382],[-86.023012,32.419978]]]},"properties":{"id":"01087","n":"Macon","z":["36029","36031","36039","36075","36083","36087","36088","36089","36804","36830","36832","36860","36866"],"st":"AL"}},"01047":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.47308,32.307614],[-87.421744,32.308101],[-87.423153,32.482965],[-87.110817,32.489948],[-87.017762,32.729532],[-87.01766,32.663269],[-86.917595,32.664169],[-86.906403,32.536712],[-86.814912,32.340803],[-86.864367,32.274918],[-86.810313,32.224747],[-86.908302,32.225028],[-86.906956,32.04797],[-87.17786,32.047514],[-87.324783,32.199069],[-87.472206,32.264919],[-87.47308,32.307614]]]},"properties":{"id":"01047","n":"Dallas","z":["36701","36702","36703","36741","36749","36758","36759","36761","36767","36773","36775","36785"],"st":"AL"}},"09015":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.239559,41.714191],[-72.156719,41.753719],[-72.21698,41.958161],[-72.099229,41.958948],[-72.102159434527,42.028630240055],[-71.80065,42.023569],[-71.799242,42.008065],[-71.789695431682,41.725198244809],[-71.789464590839,41.640017190707],[-71.954983,41.634799],[-72.146717,41.667169],[-72.239559,41.714191]]]},"properties":{"id":"09015","n":"Windham","z":["06226","06230","06233","06234","06235","06239","06241","06242","06243","06244","06245","06246","06247","06250","06255","06256","06258","06259","06260","06262","06263","06264","06266","06267","06277","06278","06280","06281","06282","06330","06331","06332","06354","06373","06374","06377","06384","06387"],"st":"CT"}},"01119":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.389248564124,32.578122395959],[-88.347490247835,32.929034786881],[-88.340084992139,32.991264337875],[-88.171852,32.99586],[-88.207316,32.924782],[-88.132685,32.832853],[-88.053729,32.593052],[-87.928689,32.632284],[-87.85342,32.532086],[-88.031623,32.43361],[-88.046335,32.377087],[-87.930661,32.310574],[-88.421312221394,32.308679123011],[-88.389248564124,32.578122395959]]]},"properties":{"id":"01119","n":"Sumter","z":["35442","35459","35460","35464","35470","35477","36901","36907","36922","36925"],"st":"AL"}},"06043":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-119.308995,37.777986],[-119.583585,37.560335],[-119.651191,37.417832],[-119.761809,37.417114],[-120.052055,37.183108],[-120.177636,37.261526],[-120.38767,37.633364],[-120.306312,37.665419],[-120.345437,37.724787],[-120.127226,37.781566],[-120.079508,37.828808],[-119.907013,37.757926],[-119.809409,37.755025],[-119.667203,37.801224],[-119.535699,37.904122],[-119.426792,37.866724],[-119.308995,37.777986]]]},"properties":{"id":"06043","n":"Mariposa","z":["93601","93623","93653","95306","95311","95318","95321","95325","95329","95338","95345","95369","95389"],"st":"CA"}},"08103":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-109.05073211208,40.222655258258],[-107.468897,40.220234],[-107.439386,40.223379],[-107.038097,40.225357],[-107.037363,40.091538],[-107.316993,40.090765],[-107.318751,39.914968],[-107.431665,39.917725],[-107.43177,39.828377],[-107.938502,39.824996],[-107.938546,39.694464],[-108.554722,39.69364],[-108.554627,39.650164],[-109.05087192526,39.660471777159],[-109.05073211208,40.222655258258]]]},"properties":{"id":"08103","n":"Rio Blanco","z":["81641","81648","81650"],"st":"CO"}},"01067":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.416437,31.619466],[-85.416038,31.706664],[-85.216076,31.702409],[-85.125440577343,31.762968703418],[-85.12553,31.694965],[-85.058169,31.620227],[-85.051681429506,31.519540329142],[-85.08882996353,31.308647755497],[-85.417434,31.314973],[-85.416437,31.619466]]]},"properties":{"id":"01067","n":"Henry","z":["36027","36303","36310","36317","36319","36345","36353","36373"],"st":"AL"}},"06081":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-122.50067801908,37.708132568018],[-122.38982687659,37.708331],[-122.360219,37.592501],[-122.12919970222,37.521321998591],[-122.081473,37.477838],[-122.190402,37.431472],[-122.152278,37.286055],[-122.152774,37.215444],[-122.317682,37.186945],[-122.29431019191,37.105141386718],[-122.397065,37.187249],[-122.401323,37.337009],[-122.445987,37.461541],[-122.516689,37.52134],[-122.50067801908,37.708132568018]]]},"properties":{"id":"06081","n":"San Mateo","z":["94002","94005","94010","94011","94014","94015","94016","94018","94019","94020","94021","94025","94026","94027","94028","94030","94037","94038","94044","94060","94061","94062","94063","94064","94065","94066","94070","94074","94080","94083","94128","94303","94401","94402","94403","94404","94497"],"st":"CA"}},"01043":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.109911,34.299299],[-87.110111,34.313799],[-86.581936,34.304694],[-86.45302,34.259317],[-86.518927,34.252321],[-86.601147,34.11904],[-86.793914,33.952059],[-86.924387,33.909222],[-86.963358,33.858221],[-87.091836,33.890093],[-87.151036,33.993225],[-87.111992,33.992385],[-87.109911,34.299299]]]},"properties":{"id":"01043","n":"Cullman","z":["35016","35019","35033","35053","35055","35056","35057","35058","35070","35077","35083","35087","35098","35179","35540","35541","35619","35621","35622","35807","35976"],"st":"AL"}},"01095":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.550166,34.545963],[-86.423914,34.479581],[-86.330198,34.512684],[-86.326853,34.599403],[-86.148464,34.599069],[-86.057712,34.475994],[-86.118894,34.403845],[-86.106086,34.200756],[-86.206107,34.17265],[-86.303516,34.099073],[-86.45302,34.259317],[-86.581936,34.304694],[-86.550166,34.545963]]]},"properties":{"id":"01095","n":"Marshall","z":["35016","35087","35175","35747","35754","35755","35760","35769","35776","35950","35951","35957","35962","35964","35975","35976","35980"],"st":"AL"}},"05013":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.583054,33.802198],[-92.334249,33.795065],[-92.330839,33.707806],[-92.311079,33.499782],[-92.378616,33.314733],[-92.350432,33.298941],[-92.431092,33.26979],[-92.567156,33.3672],[-92.705093,33.431215],[-92.776729,33.537648],[-92.735617,33.624141],[-92.58503,33.736514],[-92.583054,33.802198]]]},"properties":{"id":"05013","n":"Calhoun","z":["71701","71711","71720","71742","71744","71745","71766"],"st":"AR"}},"05055":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.809816,36.149567],[-90.806615,36.266865],[-90.31982,36.259144],[-90.32096,36.200575],[-90.189127982217,36.198986608667],[-90.294492,36.112949],[-90.368718,35.995812],[-90.387378,35.964708],[-90.852064,35.968092],[-90.809816,36.149567]]]},"properties":{"id":"05055","n":"Greene","z":["72401","72412","72416","72425","72436","72443","72450","72451","72461","72474"],"st":"AR"}},"06111":{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-119.47794670672,34.378837558776],[-119.445991,34.404067],[-119.442352,34.901274],[-119.276946,34.879675],[-119.243645,34.814178],[-118.976721,34.812199],[-118.881364,34.790629],[-118.633461,34.269522],[-118.693834,34.168557],[-118.788889,34.168214],[-118.94447951146,34.046738953351],[-119.109784,34.094566],[-119.227743,34.161728],[-119.270144,34.252903],[-119.47794670672,34.378837558776]]],[[[-119.47073665694,34.053996622104],[-119.364214,34.050794],[-119.363065,34.000548],[-119.48771955738,33.996515154389],[-119.47073665694,34.053996622104]]],[[[-119.578942,33.278628],[-119.510489,33.307269],[-119.427171,33.266023],[-119.464725,33.215432],[-119.578942,33.278628]]]]},"properties":{"id":"06111","n":"Ventura","z":["90265","91304","91307","91311","91319","91320","91358","91359","91360","91361","91362","91377","93001","93002","93003","93004","93005","93006","93007","93009","93010","93011","93012","93013","93014","93015","93016","93020","93021","93022","93023","93024","93030","93031","93032","93033","93034","93035","93036","93040","93041","93042","93043","93044","93060","93061","93062","93063","93064","93065","93066","93094","93099","93225","93252","93915"],"st":"CA"}},"06025":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-116.085165,33.425932],[-114.62914651819,33.433545],[-114.725282,33.405048],[-114.723259,33.288079],[-114.674491,33.255597],[-114.706175,33.105335],[-114.670803,33.037984],[-114.51706679028,33.024628763569],[-114.468971,32.845155],[-114.570675,32.747417],[-114.719633,32.718763],[-116.10617888905,32.618578142636],[-116.103252,33.07467],[-116.08109,33.074833],[-116.085165,33.425932]]]},"properties":{"id":"06025","n":"Imperial","z":["92004","92222","92225","92227","92231","92232","92233","92243","92244","92249","92250","92251","92255","92257","92259","92266","92273","92274","92275","92281","92283","93383"],"st":"CA"}},"06017":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-121.141009,38.71198],[-121.040511,38.915538],[-120.940281,38.962339],[-120.858903,38.952256],[-120.746395,39.010352],[-120.563747,38.913705],[-120.435299,39.028163],[-120.184098,39.031014],[-120.143663,39.067285],[-120.00197525087,39.067495874468],[-120.001014,38.999574],[-119.904315,38.933324],[-119.877287,38.870193],[-120.072392,38.702767],[-120.212787,38.629371],[-120.301721,38.549109],[-120.627604,38.503143],[-120.813554,38.562193],[-121.027507,38.508292],[-121.118617,38.717118],[-121.141009,38.71198]]]},"properties":{"id":"06017","n":"El Dorado","z":["95613","95614","95619","95623","95629","95633","95634","95635","95636","95651","95656","95664","95667","95672","95682","95684","95709","95720","95721","95726","95735","95762","96142","96150","96151","96152","96155","96156","96157","96158"],"st":"CA"}},"01009":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.963358,33.858221],[-86.924387,33.909222],[-86.793914,33.952059],[-86.601147,34.11904],[-86.518927,34.252321],[-86.45302,34.259317],[-86.303516,34.099073],[-86.370152,33.93977],[-86.325622,33.940147],[-86.405981,33.835896],[-86.577528,33.801977],[-86.577799,33.765316],[-86.759212,33.840592],[-86.953664,33.815297],[-86.963358,33.858221]]]},"properties":{"id":"01009","n":"Blount","z":["35013","35016","35031","35049","35063","35079","35097","35121","35126","35133","35146","35172","35180","35952","35957","35976","35980"],"st":"AL"}},"01085":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.814912,32.340803],[-86.781354,32.392494],[-86.653419,32.397247],[-86.496774,32.344437],[-86.408771,32.244309],[-86.406276,32.050731],[-86.448198,31.964629],[-86.857583,31.962167],[-86.906956,32.04797],[-86.908302,32.225028],[-86.810313,32.224747],[-86.864367,32.274918],[-86.814912,32.340803]]]},"properties":{"id":"01085","n":"Lowndes","z":["36032","36040","36043","36047","36752","36761","36785"],"st":"AL"}},"02090":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-144.069029,64.683562],[-144.072511,64.654082],[-144.31598,64.645136],[-144.460096,64.58326],[-144.552526,64.600645],[-144.798044,64.568296],[-144.985331,64.568609],[-145.082787,64.507349],[-145.373929,64.483836],[-145.374083,64.455243],[-145.603118,64.42309],[-145.740002,64.460132],[-145.925934,64.424531],[-146.003772,64.381091],[-146.230686,64.363734],[-146.232329,64.310792],[-146.344673,64.276364],[-146.655165,64.257212],[-146.999909,64.257196],[-147.779479,64.259029],[-148.046696,64.343802],[-148.176111,64.400924],[-148.270857,64.491769],[-148.403117,64.531297],[-148.424918,64.574854],[-148.550742,64.617208],[-148.663265,64.59079],[-148.661199,65.209875],[-147.557771,65.209895],[-147.279115,65.279762],[-146.903142,65.283375],[-146.548654,65.345003],[-146.508383,65.433109],[-146.39704,65.418421],[-146.198886,65.453523],[-146.119349,65.403987],[-145.98704,65.408443],[-146.007899,65.359434],[-146.138999,65.315193],[-146.079908,65.247981],[-145.949873,65.205483],[-145.689426,65.189078],[-145.633882,65.136802],[-145.778697,65.080003],[-145.650312,65.034303],[-145.372503,65.069496],[-145.225944,65.069216],[-144.983514,65.136988],[-144.684887,65.106143],[-144.443678,65.058436],[-144.331377,65.107707],[-143.973639,65.119304],[-143.88408,65.091068],[-144.098484,65.020385],[-143.986949,64.967243],[-144.127807,64.799108],[-144.029789,64.767593],[-144.069029,64.683562]]]},"properties":{"id":"02090","n":"Fairbanks North Star","z":["99209","99701","99702","99703","99705","99707","99708","99709","99710","99711","99712","99714","99716","99725","99760","99775"],"st":"AK"}},"02070":{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-156.000086,60.90619],[-156.000145,59.692879],[-156.165068,59.692877],[-156.165066,59.606202],[-156.505349,59.606199],[-156.505345,59.519523],[-156.675489,59.519521],[-156.675483,59.432844],[-156.769971,59.432843],[-156.769965,59.346166],[-157.106814,59.346162],[-157.106808,59.259483],[-157.275233,59.259482],[-157.275221,59.086121],[-157.196306,59.086122],[-157.1962921401,58.849359541662],[-157.572524,58.750839],[-158.140307,58.61502],[-158.332093,58.665313],[-158.376873,58.748043],[-158.564833,58.802715],[-158.520327,58.857105],[-158.619684,58.911048],[-158.767748,58.864264],[-158.780136,58.75379],[-158.861207,58.69558],[-158.704052,58.482759],[-158.795316,58.408032],[-158.880927,58.39067],[-159.063346,58.423139],[-159.409779,58.773611],[-159.532347,58.833609],[-159.643549,58.845063],[-159.61612,58.931601],[-159.712114,58.929468],[-159.792923,58.823971],[-159.908386,58.779903],[-159.979344,58.835535],[-160.150528,58.866062],[-160.322922,58.953953],[-160.256592,58.99448],[-160.31778,59.070477],[-160.516426,59.01124],[-160.730971,58.921186],[-160.823489,58.829136],[-160.872003,58.878472],[-161.03144100529,58.839807951206],[-161.031448,58.999393],[-160.864703,58.999394],[-160.812133,59.086077],[-160.81214,59.259438],[-160.643716,59.25944],[-160.643719,59.34612],[-160.475296,59.346122],[-160.475354,59.432799],[-160.41864,59.4328],[-160.418647,59.606152],[-160.248503,59.606154],[-160.24851,59.779501],[-160.017423,59.779504],[-160.01743,59.952846],[-159.845524,59.952848],[-159.845533,60.126186],[-159.781902,60.126187],[-159.781906,60.212854],[-159.608196,60.212856],[-159.608204,60.386188],[-159.434497,60.38619],[-159.434502,60.472854],[-159.366206,60.472856],[-159.366215,60.646179],[-159.190657,60.646181],[-159.190661,60.732841],[-159.015104,60.732843],[-159.01511,60.819503],[-158.941919,60.819503],[-158.941926,60.906162],[-157.877224,60.906172],[-157.877208,60.819515],[-157.69976,60.819515],[-157.699775,60.906175],[-157.522325,60.906178],[-157.522332,60.992834],[-157.167428,60.992839],[-157.16742,60.906183],[-156.000086,60.90619]]],[[[-161.078486,58.635577],[-161.056595,58.702202],[-160.700627,58.817368],[-160.679309,58.780226],[-160.880515,58.581325],[-161.07563,58.549916],[-161.078486,58.635577]]],[[[-161.07374844244,58.826023804613],[-161.33958065924,58.739338625003],[-161.364931,58.826021],[-161.07374844244,58.826023804613]]]]},"properties":{"id":"02070","n":"Dillingham","z":["99555","99569","99576","99580","99628","99636","99678"],"st":"AK"}},"06059":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-117.783287,33.946411],[-117.673749,33.870831],[-117.533999,33.710355],[-117.412987,33.659045],[-117.509722,33.505019],[-117.59618868574,33.38696499432],[-117.840289,33.573523],[-117.927091,33.605521],[-118.11507672288,33.743803322895],[-117.966691,33.946058],[-117.783287,33.946411]]]},"properties":{"id":"06059","n":"Orange","z":["90620","90621","90622","90623","90624","90630","90631","90632","90633","90638","90680","90720","90721","90740","90742","90743","90815","92406","92530","92602","92603","92604","92605","92606","92607","92609","92610","92612","92614","92615","92616","92617","92618","92619","92620","92623","92624","92625","92626","92627","92628","92629","92630","92631","92637","92646","92647","92648","92649","92650","92651","92652","92653","92654","92655","92656","92657","92658","92659","92660","92661","92662","92663","92672","92673","92674","92675","92676","92677","92678","92679","92683","92684","92685","92688","92690","92691","92692","92693","92694","92697","92698","92701","92702","92703","92704","92705","92706","92707","92708","92711","92712","92720","92728","92735","92780","92781","92782","92799","92801","92802","92804","92805","92806","92807","92808","92809","92811","92812","92814","92815","92816","92817","92821","92822","92823","92825","92831","92832","92833","92834","92835","92836","92837","92838","92840","92841","92842","92843","92844","92845","92846","92850","92856","92857","92859","92861","92862","92863","92864","92865","92866","92867","92868","92869","92870","92871","92885","92886","92887","92899"],"st":"CA"}},"08121":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-103.706547,39.739894],[-103.705701,40.001366],[-103.47199,40.001502],[-103.465377,40.436346],[-102.77996,40.438446],[-102.803767,40.002554],[-102.802932,39.567841],[-103.154376,39.565654],[-103.707072,39.566295],[-103.706547,39.739894]]]},"properties":{"id":"08121","n":"Washington","z":["80720","80723","80733","80740","80741","80743","80757","80759","80801","80812","80815","80818"],"st":"CO"}},"05041":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.421715,34.014472],[-91.347628,33.954941],[-91.239438,33.97376],[-91.151365,33.93751],[-91.194278,34.070938],[-91.117905,34.119105],[-90.944795524309,34.116657205314],[-90.89242,34.02686],[-91.004981,33.977011],[-91.061247,33.877505],[-91.026782,33.763642],[-91.143287,33.747141],[-91.075389,33.714403],[-91.205644985948,33.546978370933],[-91.35081,33.519476],[-91.34954,33.563646],[-91.453438,33.563703],[-91.450325,33.780415],[-91.557648,33.783384],[-91.548668,33.976799],[-91.421715,34.014472]]]},"properties":{"id":"05041","n":"Desha","z":{"1":"71630","2":"71638","3":"71639","4":"71654","5":"71662","6":"71666","7":"71670","8":"71674","9":"72328","10":"72379","11":"38769"},"st":"AR"}},"01081":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.593151,32.72853],[-85.285043,32.730731],[-85.124533222751,32.751629606751],[-85.076072372605,32.608067475157],[-85.001130839124,32.510154788398],[-85.059294,32.472909],[-85.333843,32.468639],[-85.330143,32.410842],[-85.434045,32.40984],[-85.489348,32.496937],[-85.695854,32.595933],[-85.696755,32.697429],[-85.593151,32.72853]]]},"properties":{"id":"01081","n":"Lee","z":["36801","36802","36803","36804","36830","36831","36832","36849","36850","36852","36854","36865","36866","36867","36870","36874","36877","36879"],"st":"AL"}},"02240":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-146.999909,64.257196],[-146.655165,64.257212],[-146.344673,64.276364],[-146.232329,64.310792],[-146.230686,64.363734],[-146.003772,64.381091],[-145.925934,64.424531],[-145.740002,64.460132],[-145.603118,64.42309],[-145.374083,64.455243],[-145.373929,64.483836],[-145.082787,64.507349],[-144.985331,64.568609],[-144.798044,64.568296],[-144.552526,64.600645],[-144.460096,64.58326],[-144.31598,64.645136],[-144.072511,64.654082],[-144.069029,64.683562],[-143.752529,64.647633],[-143.647213,64.669506],[-143.506329,64.754068],[-143.529991,64.800611],[-143.434679,64.817791],[-143.503643,64.858251],[-143.525172,64.96008],[-143.364478,64.996996],[-143.373311,65.037107],[-143.242092,65.052518],[-143.081816,65.120937],[-142.864344,65.140387],[-142.7319,65.233639],[-142.742849,65.30141],[-142.601998,65.390931],[-142.441972,65.385042],[-142.307081,65.440633],[-142.065431,65.465341],[-141.855761,65.445786],[-141.78905,65.501546],[-141.387842,65.614395],[-141.336224,65.711614],[-141.093233,65.827388],[-141.00246492614,65.839421000799],[-141.00202046968,61.904047027843],[-141.831804,61.904053],[-141.831812,62.117178],[-142.014987,62.117646],[-141.977336,62.163983],[-141.977353,62.510559],[-142.125838,62.510556],[-142.126131,62.597192],[-142.313555,62.597193],[-142.313564,62.683828],[-142.505637,62.683822],[-142.719523,62.713508],[-142.742485,62.657813],[-142.848579,62.600547],[-143.151065,62.630679],[-143.009391,62.76725],[-143.20757,62.829091],[-143.094868,62.879614],[-143.001837,62.995623],[-143.098876,63.007891],[-143.132337,63.116978],[-144.580159,63.116931],[-145.154385,63.131149],[-145.154395,63.217781],[-146.111486,63.217762],[-146.140827,63.184013],[-146.32926,63.190562],[-146.494311,63.168975],[-146.489541,63.482913],[-146.999966,63.479645],[-146.999909,64.257196]]]},"properties":{"id":"02240","n":"Southeast Fairbanks","z":["99706","99731","99732","99737","99738","99764","99776","99780"],"st":"AK"}},"08059":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-105.398949,39.566056],[-105.397949,39.747087],[-105.397849,39.912886],[-105.16615,39.914047],[-105.052892,39.914224],[-105.053246,39.791063],[-105.053439,39.621423],[-105.04874,39.566088],[-105.171278,39.406854],[-105.217833,39.260115],[-105.32922,39.129689],[-105.330444,39.129685],[-105.397875,39.129564],[-105.398949,39.566056]]]},"properties":{"id":"08059","n":"Jefferson","z":["80001","80002","80003","80004","80005","80006","80007","80020","80021","80031","80033","80034","80123","80127","80128","80135","80212","80214","80215","80225","80226","80227","80228","80232","80235","80401","80402","80403","80419","80421","80425","80433","80437","80439","80453","80454","80457","80465","80470","80527"],"st":"CO"}},"05105":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.040525,35.076923],[-92.618827,35.078015],[-92.554685,35.113277],[-92.597762,34.995827],[-92.544341,34.953319],[-92.753626,34.911248],[-92.739779,34.853459],[-93.073877,34.858091],[-93.075178,34.771892],[-93.287785,34.773193],[-93.305684,34.875592],[-93.040525,35.076923]]]},"properties":{"id":"05105","n":"Perry","z":["72001","72016","72025","72070","72125","72126","72853","72857"],"st":"AR"}},"06053":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-121.81273242676,36.850049443745],[-121.699956,36.919683],[-121.644001,36.893996],[-121.45134,36.724793],[-121.468086,36.685518],[-121.350092,36.648357],[-121.311788,36.502736],[-121.244091,36.506911],[-121.040797,36.323969],[-121.02724,36.259893],[-120.920551,36.311012],[-120.761483,36.20358],[-120.678582,36.267319],[-120.62691,36.203227],[-120.667551,36.138057],[-120.433053,35.968933],[-120.315068,35.907186],[-120.213979,35.789276],[-121.347053956,35.795186203815],[-121.462264,35.885618],[-121.4862,35.970348],[-121.574602,36.025156],[-121.680145,36.165818],[-121.888491,36.30281],[-121.970427,36.582754],[-121.860604,36.611136],[-121.814462,36.682858],[-121.81273242676,36.850049443745]]]},"properties":{"id":"06053","n":"Monterey","z":["93210","93426","93450","93451","93461","93590","93901","93902","93905","93906","93907","93908","93912","93920","93921","93922","93923","93924","93925","93926","93927","93928","93930","93932","93933","93940","93942","93943","93944","93950","93953","93954","93955","93960","93962","95004","95012","95039","95076"],"st":"CA"}},"09003":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.008762781631,42.038903416247],[-72.509179336298,42.03408049659],[-72.49681,41.860616],[-72.410367,41.602581],[-72.46673,41.583899],[-72.505431,41.646999],[-72.713897,41.627705],[-72.752181,41.578894],[-72.844147,41.544697],[-72.94635,41.556797],[-72.98325,41.639598],[-73.016936,41.798183],[-72.949024,41.806431],[-72.88706,41.973121],[-73.029537,41.966606],[-73.008762781631,42.038903416247]]]},"properties":{"id":"09003","n":"Hartford","z":["06001","06002","06006","06010","06011","06013","06016","06019","06020","06022","06023","06025","06026","06027","06028","06030","06032","06033","06034","06035","06037","06040","06041","06042","06045","06050","06051","06052","06053","06060","06062","06064","06065","06067","06070","06073","06074","06078","06080","06081","06082","06083","06085","06088","06089","06090","06091","06092","06093","06095","06096","06101","06102","06103","06104","06105","06106","06107","06108","06109","06110","06111","06112","06114","06115","06117","06118","06119","06120","06123","06126","06127","06128","06129","06131","06132","06133","06134","06137","06138","06140","06141","06142","06143","06144","06145","06146","06147","06150","06151","06152","06153","06154","06155","06156","06160","06161","06167","06176","06180","06183","06199","06444","06447","06451","06467","06479","06489","06781"],"st":"CT"}},"09007":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.752181,41.578894],[-72.713897,41.627705],[-72.505431,41.646999],[-72.46673,41.583899],[-72.430767,41.524567],[-72.322931,41.518119],[-72.305531,41.436282],[-72.43371,41.423995],[-72.340012908702,41.277849262238],[-72.534564897168,41.253824274391],[-72.613919,41.329428],[-72.653672,41.438125],[-72.746141,41.423297],[-72.752181,41.578894]]]},"properties":{"id":"09007","n":"Middlesex","z":["06409","06412","06413","06414","06415","06416","06417","06419","06420","06422","06423","06424","06426","06438","06439","06441","06442","06455","06456","06457","06459","06469","06475","06480","06481","06498"],"st":"CT"}},"04001":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-109.045223,36.999084],[-109.0458711682,36.002701630519],[-109.04585123518,34.959818515837],[-109.04613893536,34.579291012818],[-109.04660747392,33.77822380035],[-109.347968,33.777456],[-109.49544,33.652697],[-109.80327,33.481727],[-109.891759,33.567829],[-109.891766,33.777777],[-109.859274,33.777683],[-109.848246,34.473435],[-109.865231,34.559689],[-109.844624,34.822562],[-109.843764,35.517875],[-109.826936,35.662484],[-110.000674,35.662657],[-110.00068181859,36.997968000298],[-109.045223,36.999084]]]},"properties":{"id":"04001","n":"Apache","z":{"1":"85901","2":"85920","3":"85924","4":"85925","5":"85927","6":"85930","7":"85932","8":"85936","9":"85938","10":"85940","11":"85941","12":"86028","13":"86033","14":"86034","15":"86502","16":"86503","17":"86504","18":"86505","19":"86506","20":"86507","21":"86508","22":"86510","23":"86511","24":"86512","25":"86514","26":"86515","27":"86520","28":"86535","29":"86538","30":"86540","31":"86544","32":"86545","33":"86547","34":"86556","35":"84531","70":"87328"},"st":"AZ"}},"04027":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-114.719633,32.718763],[-114.570675,32.747417],[-114.468971,32.845155],[-114.51706679028,33.024628763569],[-114.268748,33.029815],[-114.267815,33.463574],[-113.958042,33.464655],[-113.958046,33.377578],[-113.33392,33.377425],[-113.333897,32.504938],[-113.33376797302,32.04024908009],[-114.813613,32.494277],[-114.809393,32.617119],[-114.719633,32.718763]]]},"properties":{"id":"04027","n":"Yuma","z":["85333","85336","85347","85349","85350","85352","85356","85364","85365","85366","85367"],"st":"AZ"}},"06013":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-122.26932005492,38.060374497531],[-122.14312,38.031761],[-122.050386,38.060198],[-121.862462,38.06603],[-121.737824,38.02663],[-121.673065,38.093518],[-121.580022,38.094414],[-121.579425,37.8723],[-121.556997,37.816488],[-121.96077,37.718629],[-122.045473,37.798126],[-122.14026,37.804562],[-122.27108,37.905824],[-122.32871428741,37.893832346321],[-122.425258,37.955672],[-122.26932005492,38.060374497531]]]},"properties":{"id":"06013","n":"Contra Costa","z":["94505","94506","94507","94509","94511","94513","94514","94516","94517","94518","94519","94520","94521","94522","94523","94524","94525","94526","94527","94528","94529","94530","94531","94547","94548","94549","94551","94553","94556","94561","94563","94564","94565","94569","94572","94575","94582","94583","94588","94595","94596","94597","94598","94611","94706","94707","94708","94801","94802","94803","94804","94805","94806","94808","94820","94850","95219"],"st":"CA"}},"06099":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-121.471925,37.481783],[-121.241219,37.664009],[-121.110049,37.742128],[-120.920993,37.737947],[-120.926449,38.077421],[-120.653274,37.831858],[-120.38767,37.633364],[-120.989811,37.395871],[-120.963812,37.346144],[-121.226804,37.134774],[-121.282271,37.183675],[-121.404636,37.155989],[-121.459051,37.282739],[-121.409693,37.382013],[-121.472648,37.48217],[-121.471925,37.481783]]]},"properties":{"id":"06099","n":"Stanislaus","z":["95230","95307","95313","95316","95319","95323","95326","95328","95329","95350","95351","95352","95353","95354","95355","95356","95357","95358","95360","95361","95363","95367","95368","95380","95381","95382","95385","95386","95387","95397"],"st":"CA"}},"05007":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.617919,36.499414],[-94.077088266893,36.498975957222],[-93.866758211671,36.498866164685],[-93.890508,36.377894],[-93.815605,36.306563],[-93.887775,36.235046],[-93.973298,36.203852],[-94.333565,36.214727],[-94.391125,36.099396],[-94.551906282606,36.102225605669],[-94.562267928553,36.161972614626],[-94.617919,36.499414]]]},"properties":{"id":"05007","n":"Benton","z":["72115","72711","72712","72713","72714","72715","72716","72718","72719","72722","72732","72733","72734","72736","72738","72739","72745","72747","72751","72756","72757","72758","72761","72762","72764","72768"],"st":"AR"}},"02130":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-132.19968139906,55.633834],[-132.091178,55.660703],[-132.058825,55.71093],[-131.962744,55.700757],[-131.935635,55.798431],[-132.011037,55.854788],[-131.871943,55.948878],[-131.905601,55.979061],[-131.829365,56.056465],[-131.664222,56.067502],[-131.653403,56.103851],[-131.498849,56.019097],[-131.364317,56.017943],[-131.439957,56.131083],[-131.253358,56.20685],[-131.240485,56.172614],[-131.110314,56.194069],[-130.99843,56.274565],[-131.09623,56.335166],[-131.08679469628,56.407094773224],[-130.810707,56.371063],[-130.622482,56.267939],[-130.466874,56.239789],[-130.425575,56.140676],[-130.24657728417,56.097195988475],[-130.288619,55.998125],[-130.388606,55.943179],[-130.13822233959,55.763027565806],[-130.120132,55.563919],[-130.039928,55.429422],[-130.001735,55.264557],[-130.104749,55.188975],[-130.221512,55.02599],[-130.339504,54.921376],[-130.529228,54.8109],[-130.636745,54.778456],[-130.686192,54.71691],[-130.792122,54.784784],[-130.932454,54.806938],[-130.997057,55.044256],[-131.093806,55.191335],[-131.160492,55.197481],[-131.190033,55.043173],[-131.246018,54.989555],[-131.195197,54.919767],[-131.327624,54.859122],[-131.491504,54.930392],[-131.594567,54.93113],[-131.61188974327,54.982270634883],[-131.51066,55.016366],[-131.336983,54.995534],[-131.239554,55.169683],[-131.569223,55.294691],[-131.648375,55.227951],[-131.68413198565,55.119093614076],[-131.828395,55.198482],[-131.862162,55.289284],[-131.844157,55.456742],[-132.114654,55.550623],[-132.19968139906,55.633834]]]},"properties":{"id":"02130","n":"Ketchikan Gateway","z":["99901","99928"],"st":"AK"}},"01057":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.951785,33.91993],[-87.635932,33.915251],[-87.531602,33.867618],[-87.528338,33.692049],[-87.423843,33.689112],[-87.423701,33.602096],[-87.631718,33.609833],[-87.666661,33.521667],[-87.840683,33.524839],[-87.946519,33.524065],[-87.951785,33.91993]]]},"properties":{"id":"01057","n":"Fayette","z":["35542","35545","35546","35549","35554","35555","35559","35563","35574","35594"],"st":"AL"}},"05073":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.722867,33.481963],[-93.483097,33.476075],[-93.365585,33.444459],[-93.442019,33.258165],[-93.48176,33.259991],[-93.49051240012,33.018634595666],[-93.520993553772,33.018742293588],[-93.80490777463,33.019396225451],[-93.850076,33.145343],[-93.750177,33.183949],[-93.665518,33.327021],[-93.733317,33.42088],[-93.722867,33.481963]]]},"properties":{"id":"05073","n":"Lafayette","z":["71826","71827","71845","71860","71861"],"st":"AR"}},"05115":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.164452,35.728831],[-92.951315,35.724663],[-92.809763,35.722401],[-92.813417,35.549],[-92.850624,35.46295],[-92.855,35.172777],[-92.896109,35.170678],[-93.000171,35.168446],[-93.065176,35.118184],[-93.156078,35.235307],[-93.278293,35.317402],[-93.299014,35.327425],[-93.29591,35.469915],[-93.223633,35.468593],[-93.22117,35.598938],[-93.1678,35.597695],[-93.164452,35.728831]]]},"properties":{"id":"05115","n":"Pope","z":["72063","72080","72679","72801","72802","72811","72812","72823","72837","72839","72843","72846","72847","72856","72858"],"st":"AR"}},"06023":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-124.06747365942,41.464736188491],[-123.770551,41.464193],[-123.770239,41.380776],[-123.661363,41.38209],[-123.487831,41.376934],[-123.408291,41.179944],[-123.464006,41.076348],[-123.406082,41.013792],[-123.481357,40.915157],[-123.623662,40.929823],[-123.544059,40.739386],[-123.544458,40.001923],[-124.02520517453,40.001299341669],[-124.087086,40.078442],[-124.363414,40.260974],[-124.353124,40.331425],[-124.409591,40.438076],[-124.301355,40.659643],[-124.176715,40.843618],[-124.118147,40.989263],[-124.163988,41.138675],[-124.092284,41.287695],[-124.06747365942,41.464736188491]]]},"properties":{"id":"06023","n":"Humboldt","z":["95501","95502","95503","95511","95514","95518","95519","95521","95524","95525","95526","95528","95534","95536","95537","95540","95542","95545","95546","95547","95549","95550","95551","95553","95554","95555","95556","95558","95559","95560","95562","95564","95565","95569","95570","95571","95573","95589"],"st":"CA"}},"02110":{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-134.72447783809,58.211465285645],[-134.699956,58.161494],[-134.608911,58.171637],[-134.329872,58.13499],[-134.2543860508,58.144355274287],[-134.538413,58.098172],[-134.697766,58.032036],[-134.784681,58.096599],[-134.72447783809,58.211465285645]]],[[[-134.32799227792,58.962972177814],[-134.250526,58.858046],[-133.840392,58.727991],[-133.699835,58.60729],[-133.379908,58.427909],[-133.461475,58.385526],[-133.343725,58.270915],[-133.17697964216,58.150537692389],[-133.696701,57.792724],[-133.703097,57.792152],[-133.848776,57.93544],[-134.049603,58.062027],[-134.078155,58.152046],[-134.146685,58.199084],[-134.375579,58.208705],[-134.631203,58.247446],[-134.750586,58.391533],[-134.936897,58.457474],[-135.06176907711,58.451353243623],[-135.216683,58.967774],[-135.136971,58.829798],[-135.02326,58.732628],[-134.983701,58.875644],[-135.058835,58.966785],[-134.32799227792,58.962972177814]]]]},"properties":{"id":"02110","n":"Juneau","z":["99801","99802","99803","99811","99812","99821","99824"],"st":"AK"}},"09001":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.544151186401,41.366319596244],[-73.529677714301,41.527161021128],[-73.517918790638,41.66672053071],[-73.441466,41.491294],[-73.310473,41.468815],[-73.207688,41.420544],[-73.067851,41.300996],[-73.101173821645,41.163726271164],[-73.372296,41.10402],[-73.657336,40.985171],[-73.727775,41.100696],[-73.482709,41.21276],[-73.550961,41.295422],[-73.544151186401,41.366319596244]]]},"properties":{"id":"09001","n":"Fairfield","z":["06404","06440","06468","06470","06482","06484","06491","06601","06602","06604","06605","06606","06607","06608","06610","06611","06612","06614","06615","06673","06699","06776","06784","06801","06804","06807","06810","06811","06812","06813","06814","06816","06817","06820","06824","06825","06828","06829","06830","06831","06836","06838","06840","06850","06851","06852","06853","06854","06855","06856","06857","06858","06860","06870","06875","06876","06877","06878","06879","06880","06881","06883","06888","06889","06890","06896","06897","06901","06902","06903","06904","06905","06906","06907","06910","06911","06912","06913","06914","06926","06927","96810"],"st":"CT"}},"05005":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.529136581044,36.498165682985],[-92.150306249501,36.498140333324],[-92.15699,36.261248],[-92.19543,36.132798],[-92.197649,36.059287],[-92.304951,36.06108],[-92.30722,35.974022],[-92.414324,35.975865],[-92.411502,36.062756],[-92.411852,36.162123],[-92.469262,36.250904],[-92.575141,36.309333],[-92.529136581044,36.498165682985]]]},"properties":{"id":"05005","n":"Baxter","z":["72519","72531","72537","72538","72544","72617","72623","72626","72635","72642","72651","72653","72654","72658","72659"],"st":"AR"}},"08001":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-105.052892,39.914224],[-104.961405,40.000337],[-104.150332,40.000856],[-103.705701,40.001366],[-103.706547,39.739894],[-104.884646,39.740156],[-104.734601,39.769181],[-104.76247,39.82298],[-104.619938,39.822421],[-104.600435,39.899459],[-104.73155,39.898611],[-104.79091,39.79825],[-105.053246,39.791063],[-105.052892,39.914224]]]},"properties":{"id":"08001","n":"Adams","z":["80002","80003","80010","80011","80019","80020","80022","80023","80024","80030","80031","80037","80045","80102","80103","80105","80136","80137","80212","80216","80221","80229","80233","80234","80239","80241","80260","80601","80602","80603","80614","80640","80642","80643","80654","80701"],"st":"CO"}},"02016":{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[179.481318,51.975301],[179.636846,52.025712],[179.773922,51.970693],[179.649484,51.87367],[179.484634,51.921268],[179.481318,51.975301]]],[[[178.600493,51.655256],[178.6606,51.683065],[178.92533,51.623904],[179.295785,51.419232],[179.41824,51.416195],[179.480418,51.36386],[179.253271,51.337239],[179.031533,51.449884],[178.869249,51.556986],[178.7724,51.554119],[178.604866,51.616015],[178.600493,51.655256]]],[[[178.463385,51.987849],[178.591597,51.952652],[178.502493,51.899644],[178.463385,51.987849]]],[[[178.204442,51.83089],[178.329699,51.836792],[178.374074,51.747856],[178.270955,51.765186],[178.204442,51.83089]]],[[[178.093673,52.055141],[178.154769,52.061421],[178.2009,51.991156],[178.120941,51.977012],[178.093673,52.055141]]],[[[177.213086,51.920358],[177.310827,51.933273],[177.460539,51.999751],[177.581271,52.144927],[177.675952,52.092167],[177.572068,52.001812],[177.601005,51.922254],[177.409536,51.930821],[177.311768,51.825971],[177.178789,51.879219],[177.213086,51.920358]]],[[[173.863992,52.792483],[174.140115,52.750737],[174.158146,52.706059],[173.975116,52.707459],[173.819039,52.759805],[173.863992,52.792483]]],[[[173.439026,52.470528],[173.638061,52.524209],[173.772799,52.509905],[173.702252,52.434804],[173.725696,52.356579],[173.543778,52.392666],[173.48638,52.368613],[173.319948,52.412058],[173.439026,52.470528]]],[[[172.458911,52.954548],[172.643266,53.004979],[173.121988,52.990352],[173.425362,52.868345],[173.423819,52.828799],[173.204948,52.848911],[173.166899,52.795229],[172.9826,52.79108],[172.903628,52.761667],[172.763366,52.823656],[172.754236,52.87749],[172.585075,52.921327],[172.472857,52.890234],[172.458911,52.954548]]],[[[-166.225644,53.986229105085],[-166.1609246522,53.935638052194],[-166.404896,53.809345],[-166.336768,53.78709],[-166.113037,53.853716],[-166.138657,53.731082],[-166.444909,53.640646],[-166.581011,53.530449],[-166.749158,53.440944],[-167.166348,53.412793],[-167.308126,53.33433],[-167.417713,53.329856],[-167.488215,53.269121],[-167.622173,53.250362],[-167.851511,53.308668],[-167.694484,53.388034],[-167.591219,53.393346],[-167.278827,53.478565],[-167.135695,53.551227],[-167.16164,53.605909],[-167.005778,53.755446],[-167.141966,53.826932],[-167.031252,53.945204],[-166.742587,54.015501],[-166.644627,54.014495],[-166.508388,53.923949],[-166.357117,54.002343],[-166.225644,53.986229105085]]],[[[-169.28652,52.784747],[-168.95946,52.936739],[-168.785236,53.045038],[-168.763331,53.182812],[-168.581891,53.286521],[-168.445083,53.26533],[-168.342127,53.475992],[-168.238321,53.521902],[-168.027006,53.562755],[-167.914669,53.522716],[-167.789164,53.519329],[-167.842328,53.386489],[-168.092011,53.28827],[-168.296229,53.227235],[-168.457103,53.055839],[-168.613964,53.008776],[-168.755531,52.907507],[-168.851017,52.90804],[-169.005038,52.829992],[-169.261765,52.754897],[-169.28652,52.784747]]],[[[-169.81831,56.633612],[-169.474322,56.625183],[-169.453786,56.583786],[-169.582624,56.536939],[-169.685825,56.539717],[-169.81831,56.633612]]],[[[-170.170683,52.784918],[-170.092221,52.919387],[-170.026342,52.944912],[-169.857567,52.908533],[-169.76274,52.97805],[-169.820198,53.06679],[-169.747457,53.0932],[-169.680033,53.035075],[-169.666512,52.864349],[-169.703873,52.777117],[-169.951498,52.788615],[-170.077734,52.720416],[-170.207887,52.708899],[-170.170683,52.784918]]],[[[-170.420047,57.212917],[-170.143996,57.242804],[-170.133884,57.181329],[-170.286318,57.128169],[-170.421867,57.161202],[-170.420047,57.212917]]],[[[-170.817943,52.636275],[-170.671545,52.698082],[-170.532144,52.679971],[-170.58496,52.587186],[-170.788495,52.54024],[-170.841936,52.558171],[-170.817943,52.636275]]],[[[-171.312658,52.493502],[-171.196013,52.500106],[-171.226729,52.434269],[-171.312658,52.493502]]],[[[-172.612274,52.306828],[-172.448182,52.391439],[-172.301445,52.329951],[-172.414419,52.27674],[-172.639992,52.244765],[-172.612274,52.306828]]],[[[-175.301556,52.055602],[-175.031213,52.092109],[-174.887242,52.128602],[-174.715205,52.127375],[-174.55467,52.160405],[-174.462962,52.213031],[-174.455979,52.31369],[-174.185347,52.417788],[-174.068248,52.390331],[-173.985203,52.3176],[-174.046994,52.236262],[-174.022638,52.133713],[-173.529923,52.159364],[-173.375229,52.108228],[-173.174403,52.126278],[-172.947811,52.107371],[-172.980222,52.064049],[-173.513047,52.02531],[-173.695316,52.055319],[-173.820692,52.043312],[-174.278279,52.089489],[-174.382661,52.081658],[-174.408693,52.012811],[-174.556278,52.036733],[-174.736592,52.007308],[-175.323322,52.007488],[-175.301556,52.055602]]],[[[-176.950128,51.686719],[-176.917088,51.797016],[-176.781889,51.832373],[-176.810433,51.927089],[-176.579975,52.003238],[-176.549119,51.955561],[-176.576381,51.842275],[-176.173871,51.882449],[-176.211188,52.064706],[-176.14951,52.11757],[-176.055983,52.109469],[-175.887514,51.995142],[-175.45047,52.012742],[-175.424859,51.972332],[-175.789118,51.919323],[-175.963041,51.846253],[-175.998464,51.801542],[-176.289921,51.741678],[-176.46705,51.726668],[-176.715424,51.620422],[-176.938917,51.590982],[-176.950128,51.686719]]],[[[-177.670119,51.743381],[-177.313149,51.778223],[-177.228177,51.803783],[-177.181271,51.943167],[-177.04509,51.898605],[-177.098661,51.829647],[-177.105188,51.719333],[-177.275121,51.68051],[-177.34801,51.696513],[-177.651386,51.653604],[-177.670119,51.743381]]],[[[-178.19709,51.905464],[-177.952094,51.915348],[-177.887423,51.85089],[-177.615311,51.85508],[-177.649278,51.801851],[-177.755022,51.772834],[-177.86796,51.679374],[-177.909185,51.596671],[-178.117864,51.677831],[-177.98163,51.715617],[-177.995272,51.781535],[-178.224129,51.864881],[-178.19709,51.905464]]],[[[-178.889347,51.570352],[-178.678149,51.62601],[-178.551475,51.610175],[-178.584789,51.56386],[-178.734585,51.542326],[-178.889347,51.570352]]],[[[-178.876843,51.837917],[-178.779657,51.851547],[-178.733355,51.783947],[-178.792409,51.746071],[-178.895958,51.779219],[-178.876843,51.837917]]],[[[-179.174265,51.279057],[-178.995591,51.414484],[-178.908883,51.340582],[-179.126856,51.219862],[-179.174265,51.279057]]]]},"properties":{"id":"02016","n":"Aleutians West","z":["99546","99547","99591","99638","99660","99685","99692"],"st":"AK"}},"02050":{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-160.534671,61.94594],[-159.265037,61.945957],[-159.265035,62.032598],[-158.531351,62.03262],[-158.531361,62.119264],[-157.063864,62.119271],[-157.063852,62.032634],[-153.761875,62.032689],[-153.761871,62.119335],[-153.395009,62.119347],[-153.395009,62.20599],[-153.070123,62.206015],[-153.07012,62.292644],[-152.999839,62.292621],[-152.999882,61.426172],[-153.485575,61.426153],[-153.485584,61.166193],[-153.440884,60.906236],[-156.000086,60.90619],[-157.16742,60.906183],[-157.167428,60.992839],[-157.522332,60.992834],[-157.522325,60.906178],[-157.699775,60.906175],[-157.69976,60.819515],[-157.877208,60.819515],[-157.877224,60.906172],[-158.941926,60.906162],[-158.941919,60.819503],[-159.01511,60.819503],[-159.015104,60.732843],[-159.190661,60.732841],[-159.190657,60.646181],[-159.366215,60.646179],[-159.366206,60.472856],[-159.434502,60.472854],[-159.434497,60.38619],[-159.608204,60.386188],[-159.608196,60.212856],[-159.781906,60.212854],[-159.781902,60.126187],[-159.845533,60.126186],[-159.845524,59.952848],[-160.01743,59.952846],[-160.017423,59.779504],[-160.24851,59.779501],[-160.248503,59.606154],[-160.418647,59.606152],[-160.41864,59.4328],[-160.475354,59.432799],[-160.475296,59.346122],[-160.643719,59.34612],[-160.643716,59.25944],[-160.81214,59.259438],[-160.812133,59.086077],[-160.864703,58.999394],[-161.031448,58.999393],[-161.03144100529,58.839807951206],[-161.07374844244,58.826023804613],[-161.364931,58.826021],[-161.33958065924,58.739338625003],[-161.372314,58.666172],[-161.751999,58.551842],[-161.802156,58.612318],[-162.027363,58.60705],[-162.171722,58.648441],[-161.824107,58.734549],[-161.764791,58.846235],[-161.804034,58.991717],[-161.996859,59.174126],[-162.048584,59.254177],[-161.992903,59.338385],[-161.790375,59.468197],[-161.70253,59.490906],[-161.873944,59.649487],[-161.88552,59.69839],[-162.046547,59.849688],[-162.228371,60.056313],[-162.37224,60.167009],[-162.49418,60.130271],[-162.515276,59.976183],[-162.737447,59.972254],[-162.808513,59.933933],[-163.172633,59.845058],[-163.458092,59.809958],[-163.772229,59.795624],[-163.930798,59.803853],[-164.133393,59.845612],[-164.208475,59.934461],[-164.13181,59.991177],[-164.411016,60.097675],[-164.517647,60.199493],[-164.698889,60.296298],[-164.777233,60.293833],[-164.984527,60.349929],[-165.129403,60.433707],[-164.956788,60.527837],[-165.093939,60.531862],[-165.190449,60.498001],[-165.362975,60.506866],[-165.420349,60.550692],[-165.206433,60.610227],[-164.991665,60.69884],[-165.030183,60.83805],[-165.08509,60.913763],[-165.10849499278,60.926575398623],[-164.797619,60.982487],[-164.616585,60.979049],[-164.529911,60.940796],[-164.234986,60.988241],[-164.154702,61.022625],[-164.146306,61.074682],[-164.211781,61.082262],[-164.201874,61.151613],[-164.121482,61.127],[-164.017645,61.192886],[-163.920874,61.210692],[-163.981767,61.243286],[-163.99276,61.371763],[-163.785076,61.367097],[-163.65539,61.335827],[-163.524124,61.355098],[-163.531412,61.401454],[-163.431258,61.484107],[-163.171354,61.449071],[-163.061999,61.479931],[-162.847199,61.498736],[-162.75398,61.542666],[-162.505761,61.556426],[-162.476189,61.503959],[-162.328294,61.518376],[-162.013438,61.477057],[-161.885286,61.48281],[-161.449611,61.568838],[-161.126812,61.59954],[-160.953961,61.685669],[-160.775244,61.738527],[-160.597733,61.760156],[-160.35014,61.819071],[-160.18666,61.831693],[-160.469477,61.869348],[-160.534671,61.94594]]],[[[-167.430619,60.197006],[-167.317602,60.231541],[-166.842599,60.21047],[-166.835825,60.268751],[-166.713539,60.327341],[-166.616566,60.319221],[-166.490358,60.389466],[-166.371874,60.355156],[-166.149763,60.4367],[-166.03734,60.319456],[-165.883086,60.343368],[-165.67987,60.292435],[-165.723484,60.163824],[-165.666679,60.124304],[-165.709223,60.066003],[-165.532633,59.953425],[-165.582302,59.908242],[-166.084995,59.839649],[-166.084282,59.776059],[-166.190406,59.750206],[-166.36213,59.838604],[-166.512819,59.846425],[-166.795194,59.913185],[-167.333289,60.066626],[-167.430619,60.197006]]],[[[-173.074642,60.704657],[-172.912636,60.604129],[-172.847344,60.516742],[-172.545912,60.412225],[-172.238862,60.336642],[-172.254263,60.297375],[-172.630272,60.334922],[-172.895998,60.450587],[-173.0638,60.502589],[-173.115569,60.658971],[-173.074642,60.704657]]]]},"properties":{"id":"02050","n":"Bethel","z":["99503","99545","99551","99552","99557","99559","99561","99575","99578","99589","99607","99609","99614","99621","99622","99626","99630","99634","99637","99641","99651","99655","99656","99668","99679","99680","99681","99690"],"st":"AK"}},"02100":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-135.71731684219,59.730076946574],[-135.37502,59.350033],[-135.029245,59.345364],[-134.961972,59.280376],[-134.702383,59.247836],[-134.566689,59.128278],[-134.481241,59.128071],[-134.379771,59.034961],[-134.401042,58.976221],[-134.32799227792,58.962972177814],[-135.058835,58.966785],[-134.983701,58.875644],[-135.02326,58.732628],[-135.136971,58.829798],[-135.216683,58.967774],[-135.06176907711,58.451353243623],[-135.104413,58.449263],[-135.049062,58.309295],[-135.10121,58.292607],[-135.087872,58.200073],[-135.306507,58.242916],[-135.408059,58.342999],[-135.44996617286,58.339068182657],[-135.50702,58.499604],[-135.316732,58.504393],[-135.405223,58.620593],[-135.551001,58.698793],[-135.747005,58.725606],[-135.683487,58.853598],[-135.524117,58.887696],[-135.723091,59.069847],[-135.699146,59.10741],[-135.89905,59.17906],[-136.107895,59.215693],[-136.362339,59.232961],[-136.48965218999,59.260491614619],[-136.474326,59.464194],[-136.358141,59.449799],[-136.234229,59.524731],[-136.350622,59.599326],[-136.190352,59.639854],[-135.945905,59.663802],[-135.71731684219,59.730076946574]]]},"properties":{"id":"02100","n":"Haines","z":["99827","99850"],"st":"AK"}},"05123":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.149842,35.00247],[-91.04543,35.00104],[-91.04267,35.148189],[-90.502993,35.144214],[-90.400438,35.148231],[-90.40854,34.904121],[-91.099201,34.911796],[-91.099961,34.86712],[-91.152457,34.911847],[-91.149842,35.00247]]]},"properties":{"id":"05123","n":"Saint Francis","z":["72322","72326","72335","72336","72340","72346","72348","72359","72372","72392","72394","72396"],"st":"AR"}},"02020":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-150.22124066987,61.193170799938],[-149.987495,61.224064],[-149.897622,61.267387],[-149.748369,61.397371],[-149.35944,61.484025],[-149.240449,61.484025],[-149.180062,61.42625],[-148.462471,61.426267],[-148.472065,60.84852],[-148.738363,60.848546],[-148.745618,60.733007],[-149.037741,60.732987],[-149.03408,60.848534],[-149.181942,60.906317],[-149.359399,60.90633],[-149.7484637632,61.001237677068],[-149.831922,61.076197],[-150.065646,61.151079],[-150.265894,61.127365],[-150.22124066987,61.193170799938]]]},"properties":{"id":"02020","n":"Anchorage","z":["99501","99502","99503","99504","99505","99506","99507","99508","99509","99513","99514","99515","99516","99517","99518","99520","99521","99522","99523","99524","99529","99530","99540","99567","99577","99587","99599"],"st":"AK"}},"08019":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-105.690348,39.851996],[-105.496883,39.757796],[-105.397949,39.747087],[-105.398949,39.566056],[-105.829662,39.564865],[-105.77601,39.609267],[-105.924618,39.698972],[-105.887395,39.796996],[-105.736426,39.804801],[-105.690348,39.851996]]]},"properties":{"id":"08019","n":"Clear Creek","z":["80436","80438","80439","80444","80452","80476"],"st":"CO"}},"08005":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-105.053439,39.621423],[-105.015696,39.678684],[-104.913407,39.624083],[-104.847733,39.656788],[-104.884646,39.740156],[-103.706547,39.739894],[-103.707072,39.566295],[-103.714355,39.566331],[-104.660626,39.565909],[-105.04874,39.566088],[-105.053439,39.621423]]]},"properties":{"id":"08005","n":"Arapahoe","z":["80010","80011","80012","80013","80014","80015","80016","80017","80018","80040","80041","80042","80044","80046","80047","80102","80103","80105","80110","80111","80112","80113","80120","80121","80122","80123","80128","80129","80136","80137","80150","80151","80160","80161","80162","80163","80165","80166","80220","80222","80224","80231","80236","80237","80246","80247"],"st":"CO"}},"08047":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-105.675798,39.932445],[-105.398041,39.934854],[-105.397849,39.912886],[-105.397949,39.747087],[-105.496883,39.757796],[-105.690348,39.851996],[-105.675798,39.932445]]]},"properties":{"id":"08047","n":"Gilpin","z":["80307","80403","80422","80427","80474"],"st":"CO"}},"01003":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.972869,31.162694],[-87.946588,31.19293],[-87.765152,31.297346],[-87.61589,31.244458],[-87.598937,30.997422],[-87.634943,30.865857],[-87.523621,30.738285],[-87.400189,30.657201],[-87.444722,30.507484],[-87.366601,30.436643],[-87.431784,30.403193],[-87.518324,30.280435],[-87.818867,30.228314],[-87.893201,30.239237],[-87.796717,30.324198],[-87.933355,30.487357],[-87.901711,30.550879],[-87.93107,30.652694],[-88.008396,30.684956],[-88.026319,30.753358],[-87.944546,30.827046],[-87.981261,30.886895],[-87.941152,31.048161],[-87.972869,31.162694]]]},"properties":{"id":"01003","n":"Baldwin","z":["36480","36502","36507","36511","36526","36527","36530","36532","36533","36535","36536","36542","36547","36549","36550","36551","36555","36559","36561","36562","36564","36567","36574","36576","36577","36578","36579","36580"],"st":"AL"}},"09009":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.98325,41.639598],[-72.94635,41.556797],[-72.844147,41.544697],[-72.752181,41.578894],[-72.746141,41.423297],[-72.653672,41.438125],[-72.613919,41.329428],[-72.534564897168,41.253824274391],[-72.760341,41.241235],[-72.935646,41.258497],[-73.101173821645,41.163726271164],[-73.067851,41.300996],[-73.207688,41.420544],[-73.310473,41.468815],[-73.318889,41.505189],[-73.15573,41.515279],[-73.164676,41.557088],[-72.98325,41.639598]]]},"properties":{"id":"09009","n":"New Haven","z":["06401","06403","06405","06408","06410","06411","06418","06437","06443","06450","06451","06460","06461","06471","06472","06473","06477","06478","06483","06487","06488","06492","06493","06494","06495","06501","06503","06504","06505","06506","06507","06508","06509","06510","06511","06512","06513","06514","06515","06516","06517","06518","06519","06520","06521","06524","06525","06530","06531","06532","06533","06534","06535","06536","06537","06538","06540","06701","06702","06703","06704","06705","06706","06708","06710","06712","06716","06720","06721","06722","06723","06724","06725","06726","06749","06762","06770"],"st":"CT"}},"08011":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-103.399938,38.265435],[-102.74233,38.266971],[-102.747615,37.643642],[-103.075938,37.64342],[-103.404339,37.643576],[-103.399938,38.265435]]]},"properties":{"id":"08011","n":"Bent","z":["81038","81044","81050","81052","81054","81057","81092"],"st":"CO"}},"01111":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.643482,33.495885],[-85.347744,33.501378],[-85.304943833225,33.482756336846],[-85.294346864345,33.427993146365],[-85.236595371253,33.129544028251],[-85.232441405187,33.108077093934],[-85.593177,33.10734],[-85.653654,33.106634],[-85.643482,33.495885]]]},"properties":{"id":"01111","n":"Randolph","z":["36258","36263","36264","36266","36274","36276","36278","36280"],"st":"AL"}},"05001":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.705185,34.48267],[-91.678037,34.48192],[-91.59552,34.48051],[-91.594429,34.56805],[-91.37782,34.56348],[-91.291483,34.561761],[-91.056276,34.336605],[-91.078628,34.143729],[-91.117905,34.119105],[-91.194278,34.070938],[-91.151365,33.93751],[-91.239438,33.97376],[-91.347628,33.954941],[-91.421715,34.014472],[-91.445614,34.080147],[-91.537991,34.223807],[-91.711795,34.233919],[-91.705185,34.48267]]]},"properties":{"id":"05001","n":"Arkansas","z":["20063","72003","72026","72038","72042","72048","72055","72073","72133","72140","72160","72166"],"st":"AR"}},"02122":{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-149.7484637632,61.001237677068],[-149.359399,60.90633],[-149.181942,60.906317],[-149.03408,60.848534],[-149.037741,60.732987],[-148.745618,60.733007],[-148.657119,60.732976],[-148.66447,60.415183],[-148.563715,60.415172],[-148.563026,60.126314],[-148.58618,59.938585],[-148.64952958579,59.9235531801],[-148.801325,59.952794],[-149.123262,59.968559],[-149.221067,59.938748],[-149.270623,59.872067],[-149.376593,59.835879],[-149.472227,59.903693],[-149.595531,59.79772],[-149.506758,59.770927],[-149.527793,59.706846],[-149.626311,59.73441],[-149.731966,59.706783],[-149.74622,59.637585],[-149.842672,59.7013],[-149.919444,59.691836],[-150.280838,59.466833],[-150.430144,59.343357],[-150.4989,59.456298],[-150.581182,59.445233],[-150.680872,59.305412],[-150.822768,59.330763],[-150.912817,59.305214],[-150.942212,59.233136],[-151.126247,59.209923],[-151.470623,59.242621],[-151.43339,59.135517],[-151.662368,59.089735],[-151.858124,59.144234],[-151.984101,59.278696],[-151.886513,59.421033],[-151.742915,59.468286],[-151.327803,59.573047],[-151.205459,59.630284],[-151.296895,59.696861],[-151.448669,59.648171],[-151.643061,59.646966],[-151.869468,59.769159],[-151.71801,60.009473],[-151.421702,60.212931],[-151.366874,60.372655],[-151.30609,60.387257],[-151.28181,60.496034],[-151.410273,60.711023],[-151.261319,60.769801],[-151.062558,60.787429],[-150.705812,60.937792],[-150.401859,61.036227],[-150.341709,61.024201],[-150.194128,60.90134],[-149.985374,60.879033],[-149.853693,60.967395],[-149.7484637632,61.001237677068]]],[[[-152.064099,60.417137],[-151.952456,60.510609],[-151.839194,60.485862],[-151.956263,60.367841],[-152.079995,60.341191],[-152.064099,60.417137]]],[[[-153.597411,59.386827],[-153.412493,59.415105],[-153.386898,59.33075],[-153.515286,59.320878],[-153.597411,59.386827]]],[[[-153.440884,60.906236],[-153.485584,61.166193],[-153.485575,61.426153],[-152.999882,61.426172],[-151.332784,61.426239],[-151.332802,61.252936],[-150.974014,61.25294],[-150.97401191634,61.194467298699],[-151.166606,61.046404],[-151.349004,61.010004],[-151.4803,61.010902],[-151.800264,60.853672],[-151.716379,60.710415],[-151.89792,60.72175],[-152.039381,60.660517],[-152.13616,60.578475],[-152.261497,60.538237],[-152.331365,60.473525],[-152.234199,60.393888],[-152.376743,60.345613],[-152.411281,60.287864],[-152.539843,60.241644],[-152.57873,60.16987],[-152.575153,60.04826],[-152.700822,59.920309],[-152.860867,59.875033],[-152.967267,59.881494],[-153.051559,59.691562],[-153.240018,59.632426],[-153.542466,59.630236],[-153.577828,59.555991],[-153.76148,59.543411],[-153.699025,59.463603],[-153.998506,59.384723],[-154.122681,59.287622],[-154.180691,59.123235],[-154.063489,59.07214],[-153.695664,59.073994],[-153.596489,59.000192],[-153.479939,58.995286],[-153.267407,58.867218],[-153.29443623491,58.855036],[-153.639403,58.855029],[-153.639027,58.73945],[-153.817076,58.739446],[-153.817076,58.65276],[-154.305691,58.652751],[-154.642545,58.652747],[-154.642558,58.739431],[-154.695036,58.739431],[-154.695105,59.086159],[-154.748861,59.259518],[-154.412013,59.259524],[-154.412028,59.432882],[-154.123321,59.432887],[-154.123327,59.519552],[-153.953181,59.519569],[-153.953198,59.692918],[-153.783068,59.692926],[-153.78307,59.779597],[-153.656977,59.779607],[-153.65698,60.126277],[-153.528392,60.126281],[-153.528441,60.472939],[-153.397276,60.472948],[-153.397284,60.819581],[-153.440884,60.906236]]]]},"properties":{"id":"02122","n":"Kenai Peninsula","z":["99511","99556","99568","99572","99603","99605","99610","99611","99631","99635","99639","99663","99664","99669","99672","99682"],"st":"AK"}},"02150":{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-154.779663,57.366335],[-154.52206,57.577786],[-154.196959,57.664639],[-153.994572,57.656905],[-153.930279,57.696791],[-153.93522,57.813047],[-153.721176,57.890615],[-153.512024,57.909156],[-153.484603,57.9765],[-153.386422,57.936526],[-153.299009,57.985626],[-153.419783,58.059638],[-153.316127,58.14039],[-153.044316,58.306336],[-152.925586,58.339686],[-152.883107,58.400443],[-152.640313,58.469868],[-152.66622,58.544087],[-152.61613,58.601852],[-152.354709,58.63828],[-152.337212,58.589095],[-152.512483,58.427349],[-152.49848,58.372351],[-152.387343,58.359499],[-152.35609,58.42347],[-152.227835,58.376424],[-152.129257,58.396414],[-151.817111,58.263444],[-151.862321,58.168265],[-152.03412,58.183737],[-152.112205,58.148559],[-152.529036,58.093779],[-152.766673,58.029887],[-152.722524,57.987364],[-152.804807,57.899175],[-152.753437,57.834452],[-152.635378,57.91861],[-152.526283,57.913266],[-152.432608,57.976029],[-152.324103,57.916604],[-152.351152,57.834768],[-152.212247,57.791433],[-152.298762,57.745925],[-152.440182,57.72664],[-152.313974,57.63642],[-152.159677,57.593614],[-152.323683,57.467861],[-152.253603,57.384019],[-152.323687,57.34266],[-152.474883,57.434204],[-152.570527,57.448909],[-152.630441,57.322668],[-152.695698,57.281318],[-152.943463,57.256956],[-152.90054,57.132076],[-153.06433,57.10379],[-153.342018,56.982825],[-153.404263,57.080511],[-153.580831,57.049048],[-153.541492,56.887875],[-153.83964,56.822099],[-154.017042,56.689311],[-154.153147,56.681697],[-154.129017,56.742168],[-154.305713,56.846871],[-154.312888,56.918673],[-154.528538,57.001892],[-154.523432,57.129106],[-154.594977,57.257161],[-154.79384,57.288862],[-154.779663,57.366335]]],[[[-154.840415,56.42032],[-154.70614,56.521273],[-154.514078,56.604059],[-154.095833,56.617786],[-154.025041,56.572517],[-153.878764,56.565925],[-154.02093,56.482025],[-154.529507,56.502655],[-154.742887,56.401678],[-154.840415,56.42032]]],[[[-155.750002,55.821849],[-155.605373,55.928826],[-155.530591,55.912213],[-155.591002,55.761725],[-155.718593,55.772356],[-155.750002,55.821849]]],[[[-156.733628,56.077593],[-156.614757,56.065178],[-156.681814,55.994337],[-156.733628,56.077593]]],[[[-154.305691,58.652751],[-153.817076,58.65276],[-153.817076,58.739446],[-153.639027,58.73945],[-153.639403,58.855029],[-153.29443623491,58.855036],[-153.369389,58.821255],[-153.445002,58.70931],[-153.591635,58.640084],[-153.851432,58.611872],[-153.930473,58.497482],[-154.07066,58.440018],[-153.985416,58.390877],[-154.074145,58.352661],[-154.145277,58.210931],[-154.222465,58.132566],[-154.581547,58.019285],[-154.765287,58.00371],[-154.876559,58.027722],[-155.118648,57.953925],[-155.097095,57.865356],[-155.272917,57.823981],[-155.354011,57.715261],[-155.609353,57.777699],[-155.629912,57.656376],[-155.724167,57.633445],[-155.732779,57.549732],[-156.046804,57.525724],[-156.012841,57.451394],[-156.220105,57.445295],[-156.362039,57.400474],[-156.334404,57.1823],[-156.37428730155,57.159250120724],[-156.750815,57.162878],[-156.75078,57.235795],[-156.672751,57.234909],[-156.617395,57.334942],[-156.502226,57.362606],[-156.508759,57.434831],[-156.370235,57.522368],[-156.132032,57.509692],[-156.071148,57.584424],[-155.952772,57.598213],[-155.921548,57.554334],[-155.84623,57.629144],[-155.898455,57.6681],[-155.768022,57.668261],[-155.693773,57.797987],[-155.446251,57.827094],[-155.44602,57.871459],[-155.330245,57.876343],[-155.331678,58.048211],[-155.280169,58.108591],[-155.331945,58.193283],[-155.221313,58.193193],[-155.221463,58.236408],[-155.057741,58.236209],[-155.008132,58.290905],[-154.730369,58.304669],[-154.729769,58.332837],[-154.465741,58.361356],[-154.432332,58.418998],[-154.303447,58.460385],[-154.305691,58.652751]]]]},"properties":{"id":"02150","n":"Kodiak Island","z":["99550","99608","99615","99619","99624","99643","99644","99697"],"st":"AK"}},"08061":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-103.504666,38.516409],[-103.172878,38.525315],[-103.172943,38.61245],[-102.04551057457,38.615164590177],[-102.04465035915,38.268749222503],[-102.74233,38.266971],[-103.399938,38.265435],[-103.501764,38.265016],[-103.504666,38.516409]]]},"properties":{"id":"08061","n":"Kiowa","z":["81021","81036","81045","81071"],"st":"CO"}},"08065":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-106.426487,39.361871],[-106.283812,39.349469],[-106.206732,39.379636],[-106.135529,39.379546],[-106.183972,39.309354],[-106.191006,39.056073],[-106.577966,39.057908],[-106.50238,39.298567],[-106.426487,39.361871]]]},"properties":{"id":"08065","n":"Lake","z":["80429","80461","81228","81251"],"st":"CO"}},"08071":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-105.154176,37.293129],[-104.995505,37.375551],[-104.748938,37.407029],[-104.548652,37.5747],[-104.45493,37.740839],[-104.351109,37.817488],[-104.061132,37.734704],[-104.058196,37.644049],[-103.404339,37.643576],[-103.075938,37.64342],[-103.08610107563,36.999864361106],[-104.00784940961,36.995984094709],[-105.15504274805,36.995474445611],[-105.154176,37.293129]]]},"properties":{"id":"08071","n":"Las Animas","z":["81020","81024","81027","81046","81049","81059","81064","81081","81082","81091"],"st":"CO"}},"08109":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-107.001119,38.147072],[-107.000601,38.425619],[-106.24694,38.422768],[-106.010751,38.446566],[-105.796897,38.265047],[-105.67627,38.146173],[-105.583922,37.967196],[-105.473204,37.89597],[-105.428893,37.851733],[-105.457255,37.751464],[-106.038413,37.748353],[-106.586374,37.747809],[-106.587139,37.834426],[-106.693845,37.835244],[-106.693523,37.873519],[-106.84727,37.91917],[-106.879167,37.96111],[-107.000602,37.956041],[-107.001119,38.147072]]]},"properties":{"id":"08109","n":"Saguache","z":["81125","81131","81132","81136","81143","81149","81155","81230","81248"],"st":"CO"}},"05143":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.551906282606,36.102225605669],[-94.391125,36.099396],[-94.333565,36.214727],[-93.973298,36.203852],[-93.887775,36.235046],[-93.944177,36.091103],[-93.962892,35.76093],[-94.493040072427,35.759166474327],[-94.551906282606,36.102225605669]]]},"properties":{"id":"05143","n":"Washington","z":["72701","72702","72703","72704","72717","72727","72728","72729","72730","72735","72737","72738","72741","72744","72749","72753","72761","72762","72764","72765","72766","72769","72770","72773","72774","72959"],"st":"AR"}},"05117":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.802505,35.030425],[-91.695463,35.062344],[-91.608065,35.020741],[-91.584005,35.091584],[-91.465114,35.089454],[-91.363763,35.051887],[-91.36856,34.912735],[-91.374765,34.665964],[-91.446983,34.667531],[-91.37782,34.56348],[-91.594429,34.56805],[-91.59552,34.48051],[-91.678037,34.48192],[-91.638531,34.626093],[-91.700828,34.672029],[-91.693705,34.919605],[-91.803703,34.921524],[-91.802505,35.030425]]]},"properties":{"id":"05117","n":"Prairie","z":["72017","72024","72040","72041","72060","72064","72160","72170","72176"],"st":"AR"}},"01127":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.636118,34.002203],[-87.151036,33.993225],[-87.091836,33.890093],[-86.963358,33.858221],[-86.953664,33.815297],[-87.005965,33.787237],[-87.057757,33.656363],[-87.17943,33.613794],[-87.266923,33.512929],[-87.318532,33.587393],[-87.423701,33.602096],[-87.423843,33.689112],[-87.528338,33.692049],[-87.531602,33.867618],[-87.635932,33.915251],[-87.636118,34.002203]]]},"properties":{"id":"01127","n":"Walker","z":["35006","35033","35038","35062","35063","35130","35148","35501","35502","35503","35504","35546","35549","35550","35554","35560","35573","35578","35579","35580","35584","35587"],"st":"AL"}},"08051":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-107.63504,38.301896],[-107.50002,38.301926],[-107.500655,38.668553],[-107.500606,39.217916],[-107.394486,39.256299],[-107.28249,39.118718],[-107.06632,39.118805],[-107.001622,39.042273],[-106.801874,38.978303],[-106.694969,39.055667],[-106.599214,38.997994],[-106.465032,38.910354],[-106.326099,38.911004],[-106.406987,38.829334],[-106.452126,38.698777],[-106.379899,38.638483],[-106.354185,38.533384],[-106.24694,38.422768],[-107.000601,38.425619],[-107.001119,38.147072],[-107.56862,38.147267],[-107.63504,38.301896]]]},"properties":{"id":"08051","n":"Gunnison","z":["81210","81220","81224","81225","81230","81231","81237","81239","81241","81243","81248","81434","81623"],"st":"CO"}},"05131":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.433913443832,35.386361769899],[-94.434889287597,35.393185215587],[-94.405656,35.449271],[-94.342481,35.371833],[-94.233765,35.354072],[-94.074895,35.445403],[-94.064873,35.199848],[-94.028547,35.213826],[-94.031236,35.140857],[-94.139307,35.143361],[-94.140571,35.099678],[-94.228244,35.057595],[-94.230524,34.968527],[-94.447509535784,34.933976212157],[-94.433913443832,35.386361769899]]]},"properties":{"id":"05131","n":"Sebastian","z":["72901","72902","72903","72904","72906","72908","72913","72914","72916","72917","72918","72919","72923","72927","72933","72936","72937","72938","72940","72941","72944","72945"],"st":"AR"}},"05021":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.784244155131,36.498462200129],[-90.576179065567,36.498405927798],[-90.220749053915,36.495937592195],[-90.153871,36.495344],[-90.131038,36.415069],[-90.066136,36.386272],[-90.06398,36.303038],[-90.189127982217,36.198986608667],[-90.32096,36.200575],[-90.31982,36.259144],[-90.806615,36.266865],[-90.749667,36.280536],[-90.748637,36.412764],[-90.784244155131,36.498462200129]]]},"properties":{"id":"05021","n":"Clay","z":["72422","72424","72430","72435","72436","72441","72453","72454","72456","72461","72464","72470"],"st":"AR"}},"05023":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.24052,35.71219],[-91.837179,35.704932],[-91.789823,35.711734],[-91.793958,35.534114],[-91.851958,35.358287],[-92.111463,35.362725],[-92.252759,35.363718],[-92.24052,35.71219]]]},"properties":{"id":"05023","n":"Cleburne","z":["72044","72067","72088","72121","72130","72131","72137","72143","72153","72179","72523","72530","72534","72543","72545","72546","72550","72581"],"st":"AR"}},"05029":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.896109,35.170678],[-92.855,35.172777],[-92.850624,35.46295],[-92.479268,35.455357],[-92.481469,35.368392],[-92.554685,35.113277],[-92.618827,35.078015],[-93.040525,35.076923],[-93.040709,35.108951],[-92.896109,35.170678]]]},"properties":{"id":"05029","n":"Conway","z":["72001","72013","72025","72027","72030","72031","72063","72080","72107","72110","72125","72127","72156","72157","72823"],"st":"AR"}},"02261":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-148.462471,61.426267],[-147.206597,61.426265],[-147.206605,61.470663],[-146.942559,61.470675],[-146.960952,61.817272],[-146.960978,62.163852],[-146.979807,62.250497],[-146.423984,62.250511],[-146.436899,62.856991],[-146.494296,62.957864],[-146.494311,63.168975],[-146.32926,63.190562],[-146.140827,63.184013],[-146.111486,63.217762],[-145.154395,63.217781],[-145.154385,63.131149],[-144.580159,63.116931],[-143.132337,63.116978],[-143.098876,63.007891],[-143.001837,62.995623],[-143.094868,62.879614],[-143.20757,62.829091],[-143.009391,62.76725],[-143.151065,62.630679],[-142.848579,62.600547],[-142.742485,62.657813],[-142.719523,62.713508],[-142.505637,62.683822],[-142.313564,62.683828],[-142.313555,62.597193],[-142.126131,62.597192],[-142.125838,62.510556],[-141.977353,62.510559],[-141.977336,62.163983],[-142.014987,62.117646],[-141.831812,62.117178],[-141.831804,61.904053],[-141.00202046968,61.904047027843],[-141.00184966564,60.391688011896],[-141.213444,60.391676],[-141.213451,60.435268],[-141.790601,60.435238],[-141.790619,60.521899],[-143.193519,60.521828],[-143.893325,60.024166],[-143.893326,59.986721605894],[-144.005879,60.012981],[-144.1103,60.098939],[-144.186745,60.116967],[-144.348913,60.091184],[-144.429249,60.14802],[-144.654899,60.204882],[-144.929327,60.228253],[-144.957848,60.288152],[-145.089139,60.320014],[-145.136728,60.296219],[-145.380064,60.352829],[-145.639204,60.301971],[-145.988546,60.387427],[-146.232681,60.338851],[-146.393256,60.327476],[-146.607692,60.241182],[-146.694034,60.279608],[-146.916487,60.290973],[-147.257795,60.107883],[-147.376397,60.016192],[-147.339794,59.962102],[-147.452217,59.954011],[-147.391846,59.87776],[-147.876475,59.763893],[-147.92924,59.783875],[-147.855084,59.871915],[-147.956775,59.9594],[-148.25406,59.932357],[-148.220554,59.97635],[-148.313962,60.033859],[-148.478881,59.935806],[-148.64952958579,59.9235531801],[-148.58618,59.938585],[-148.563026,60.126314],[-148.563715,60.415172],[-148.66447,60.415183],[-148.657119,60.732976],[-148.745618,60.733007],[-148.738363,60.848546],[-148.472065,60.84852],[-148.462471,61.426267]]]},"properties":{"id":"02261","n":"Valdez Cordova","z":["99566","99573","99574","99586","99588","99677","99686","99693","99737","99780"],"st":"AK"}},"05033":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.493040072427,35.759166474327],[-93.962892,35.76093],[-93.910836,35.759752],[-93.984204,35.660783],[-94.073694,35.662403],[-94.076209,35.575489],[-94.023014,35.574204],[-94.074895,35.445403],[-94.233765,35.354072],[-94.342481,35.371833],[-94.405656,35.449271],[-94.434889287597,35.393185215587],[-94.473119390647,35.638547152529],[-94.493040072427,35.759166474327]]]},"properties":{"id":"05033","n":"Crawford","z":["72905","72921","72932","72934","72935","72946","72947","72948","72952","72955","72956","72957","72959"],"st":"AR"}},"05047":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.074895,35.445403],[-94.023014,35.574204],[-94.076209,35.575489],[-94.073694,35.662403],[-93.984204,35.660783],[-93.910836,35.759752],[-93.695981,35.768649],[-93.710076,35.375242],[-93.806849,35.430011],[-93.810087,35.313095],[-93.917127,35.319046],[-93.920167,35.229427],[-94.028547,35.213826],[-94.064873,35.199848],[-94.074895,35.445403]]]},"properties":{"id":"05047","n":"Franklin","z":["72820","72821","72855","72928","72930","72933","72947","72949","72951","72959"],"st":"AR"}},"05071":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.695981,35.768649],[-93.519204,35.763521],[-93.519575,35.734422],[-93.164452,35.728831],[-93.1678,35.597695],[-93.22117,35.598938],[-93.223633,35.468593],[-93.29591,35.469915],[-93.299014,35.327425],[-93.417895,35.326779],[-93.435463,35.427871],[-93.710076,35.375242],[-93.695981,35.768649]]]},"properties":{"id":"05071","n":"Johnson","z":["72752","72821","72830","72832","72839","72840","72845","72846","72847","72852","72854","72949"],"st":"AR"}},"05087":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.887775,36.235046],[-93.815605,36.306563],[-93.657689,36.303082],[-93.551135,36.126271],[-93.479528,36.125072],[-93.450715,35.967493],[-93.523639,35.881592],[-93.519204,35.763521],[-93.695981,35.768649],[-93.910836,35.759752],[-93.962892,35.76093],[-93.944177,36.091103],[-93.887775,36.235046]]]},"properties":{"id":"05087","n":"Madison","z":["72632","72703","72721","72727","72738","72740","72742","72752","72756","72760","72773","72776"],"st":"AR"}},"04003":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-110.451736,31.731267],[-110.451503,32.427354],[-109.113987,32.426177],[-109.04761200322,32.426375388514],[-109.050044,31.332502],[-110.46017261045,31.333141378992],[-110.451736,31.731267]]]},"properties":{"id":"04003","n":"Cochise","z":["85602","85603","85605","85606","85607","85608","85609","85610","85611","85613","85615","85616","85617","85620","85625","85626","85627","85630","85632","85635","85638","85643","85644","85650","85655","85670","85671"],"st":"AZ"}},"02060":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-157.09537227094,58.866670717095],[-157.045496,58.885833],[-156.313889,58.885833],[-156.313889,58.616666],[-157.23430063668,58.616667],[-157.06223,58.740187],[-156.993548,58.836798],[-157.09537227094,58.866670717095]]]},"properties":{"id":"02060","n":"Bristol Bay","z":["99613","99633","99670"],"st":"AK"}},"01073":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.266923,33.512929],[-87.17943,33.613794],[-87.057757,33.656363],[-87.005965,33.787237],[-86.953664,33.815297],[-86.759212,33.840592],[-86.577799,33.765316],[-86.525073,33.721236],[-86.516783,33.545896],[-86.674418,33.466521],[-86.830597,33.332015],[-86.882518,33.332687],[-87.026846,33.246459],[-87.065738,33.246907],[-87.162007,33.306587],[-87.341698,33.470501],[-87.266923,33.512929]]]},"properties":{"id":"01073","n":"Jefferson","z":["35005","35006","35015","35020","35021","35022","35023","35036","35048","35060","35061","35062","35063","35064","35068","35071","35073","35079","35080","35091","35094","35111","35116","35117","35118","35119","35126","35127","35130","35139","35142","35146","35148","35172","35173","35180","35181","35201","35202","35203","35204","35205","35206","35207","35208","35209","35210","35211","35212","35213","35214","35215","35216","35217","35218","35219","35220","35221","35222","35223","35224","35226","35228","35229","35231","35233","35234","35235","35236","35237","35238","35242","35243","35244","35246","35249","35253","35254","35255","35259","35260","35261","35266","35270","35282","35283","35285","35287","35288","35290","35291","35292","35293","35294","35295","35296","35297","35298","35444"],"st":"AL"}},"05059":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.407227,34.396853],[-92.948071,34.389255],[-92.915079,34.506114],[-92.793197,34.503606],[-92.685284,34.473105],[-92.668711,34.414237],[-92.678383,34.149622],[-92.886285,34.155877],[-93.038142,34.155059],[-93.035039,34.236664],[-93.35684,34.280306],[-93.408124,34.339527],[-93.407227,34.396853]]]},"properties":{"id":"05059","n":"Hot Spring","z":["71901","71913","71920","71921","71923","71929","71933","71941","71943","71964","72084","72104","72167"],"st":"AR"}},"05063":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.849448,35.867411],[-91.710552,35.941759],[-91.463198,35.93681],[-91.464678,35.892497],[-91.35723,35.890621],[-91.198556,35.890024],[-91.310358,35.766173],[-91.36878,35.640012],[-91.36957,35.526362],[-91.58188,35.530447],[-91.793958,35.534114],[-91.789823,35.711734],[-91.837179,35.704932],[-91.849448,35.867411]]]},"properties":{"id":"05063","n":"Independence","z":["72020","72112","72165","72501","72503","72521","72522","72523","72524","72526","72527","72534","72550","72553","72562","72564","72568","72571","72572","72575","72579"],"st":"AR"}},"01025":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.07349,31.990182],[-87.667769,31.991355],[-87.666836,31.875747],[-87.620112,31.827123],[-87.50093,31.829251],[-87.516131,31.697824],[-87.566841,31.697115],[-87.565413,31.553573],[-87.619844,31.519049],[-87.573733,31.435088],[-87.665572,31.423166],[-87.784796,31.324672],[-87.765152,31.297346],[-87.946588,31.19293],[-87.959619,31.316206],[-87.88729,31.392197],[-87.906143,31.491752],[-88.072234,31.5945],[-88.088288,31.699303],[-88.180384,31.814546],[-88.07349,31.990182]]]},"properties":{"id":"01025","n":"Clarke","z":["36436","36446","36451","36482","36524","36540","36545","36727","36751","36784"],"st":"AL"}},"01091":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.930661,32.310574],[-88.046335,32.377087],[-88.031623,32.43361],[-87.85342,32.532086],[-87.812559,32.52456],[-87.728744,32.480918],[-87.524485,32.482028],[-87.52429,32.307293],[-87.47308,32.307614],[-87.472206,32.264919],[-87.514066,32.265993],[-87.521946,32.132816],[-87.624005,32.132345],[-87.622756,32.005482],[-87.667769,31.991355],[-88.07349,31.990182],[-88.113584,32.00624],[-88.007077,32.185313],[-88.019145,32.28524],[-87.930661,32.310574]]]},"properties":{"id":"01091","n":"Marengo","z":["36722","36728","36732","36736","36738","36742","36745","36748","36754","36763","36764","36769","36773","36782","36783","36784","36786"],"st":"AL"}},"01065":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.715709,33.006824],[-87.421936,33.003379],[-87.4212,32.874508],[-87.472174,32.83062],[-87.473915,32.655867],[-87.525198,32.655713],[-87.524485,32.482028],[-87.728744,32.480918],[-87.812559,32.52456],[-87.736928,32.589689],[-87.813401,32.633875],[-87.804218,32.897523],[-87.715709,33.006824]]]},"properties":{"id":"01065","n":"Hale","z":["35441","35474","36738","36742","36744","36765","36776"],"st":"AL"}},"05075":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.25892,36.25788],[-91.073465,36.114894],[-91.045223,36.151368],[-90.809816,36.149567],[-90.852064,35.968092],[-90.872785,35.88087],[-91.032499,35.88507],[-91.198556,35.890024],[-91.35723,35.890621],[-91.349834,36.230967],[-91.25892,36.25788]]]},"properties":{"id":"05075","n":"Lawrence","z":["72410","72415","72433","72434","72440","72445","72457","72458","72459","72465","72466","72469","72476","72572"],"st":"AR"}},"05081":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.47726674153,33.940910927935],[-94.237445,33.802074],[-93.958828,33.750994],[-93.957315,33.75094],[-93.965637,33.669736],[-93.825884,33.609853],[-94.043833747801,33.551713735586],[-94.183395,33.592212],[-94.354165,33.556452],[-94.485875,33.637867],[-94.47726674153,33.940910927935]]]},"properties":{"id":"05081","n":"Little River","z":["71820","71822","71836","71846","71853","71865","71866"],"st":"AR"}},"06027":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-118.775014,37.463052],[-117.83350404414,37.464938766244],[-117.16600056403,36.97120753859],[-116.488233,36.459097],[-115.84611392276,35.963552673111],[-115.64803201963,35.809629212603],[-115.735891,35.79362],[-117.632996,35.797251],[-118.008043,35.789161],[-117.980761,35.867515],[-118.127147,36.279656],[-118.100317,36.346137],[-118.21482,36.435036],[-118.274624,36.597334],[-118.366328,36.691635],[-118.360586,36.744773],[-118.360831,36.887734],[-118.437137,37.059818],[-118.654593,37.141826],[-118.716016,37.328208],[-118.786736,37.34338],[-118.775014,37.463052]]]},"properties":{"id":"06027","n":"Inyo","z":{"3":"92328","4":"92384","5":"92389","6":"93513","7":"93514","8":"93515","9":"93522","10":"93526","11":"93527","12":"93530","13":"93545","14":"93549","15":"93556","16":"93592","17":"89019","18":"89060","19":"89061"},"st":"CA"}},"06093":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-123.5191128368,41.999172518033],[-123.23100126058,42.004970062256],[-122.28974909616,42.007764730497],[-121.44753999805,41.997190033273],[-121.446495,41.183484],[-122.498376,41.182675],[-122.50389,41.342985],[-122.585241,41.359008],[-122.653686,41.289237],[-122.811342,41.202451],[-122.885921,41.205142],[-122.973382,41.112074],[-122.917529,40.99399],[-123.036808,41.004058],[-123.141338,41.079178],[-123.23948,41.075763],[-123.408291,41.179944],[-123.487831,41.376934],[-123.661363,41.38209],[-123.61179,41.462127],[-123.719174,41.595613],[-123.660205,41.714055],[-123.703768,41.829117],[-123.565442,41.903141],[-123.5191128368,41.999172518033]]]},"properties":{"id":"06093","n":"Siskiyou","z":["09606","95568","96014","96023","96025","96027","96031","96032","96034","96037","96038","96039","96044","96049","96050","96057","96058","96064","96067","96085","96086","96094","96097","96134"],"st":"CA"}},"02220":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-136.37198649216,57.832232010705],[-136.024328,57.838795],[-135.901964,58.001343],[-135.528534,57.88047],[-135.238129,57.761711],[-134.94942955753,57.78125928945],[-134.824891,57.500067],[-134.854948,57.264766],[-134.62967,56.709596],[-134.634668,56.265832],[-134.674028,56.166925],[-134.810171,56.244987],[-135.175826,56.677876],[-135.21583,56.66534],[-135.362241,56.758742],[-135.467177,56.77141],[-135.550718,56.841228],[-135.353447,57.020905],[-135.571504,57.105697],[-135.63688,57.009874],[-135.856021,56.995636],[-135.844612,57.083568],[-135.755007,57.123972],[-135.870519,57.221639],[-135.837719,57.282068],[-135.892131,57.408048],[-136.088071,57.555291],[-136.163059,57.558861],[-136.238166,57.625991],[-136.304684,57.771051],[-136.37198649216,57.832232010705]]]},"properties":{"id":"02220","n":"Sitka","z":["99835"],"st":"AK"}},"05125":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.739779,34.853459],[-92.651248,34.851682],[-92.654324,34.764541],[-92.549856,34.761699],[-92.551963,34.689432],[-92.443265,34.672041],[-92.348749,34.58229],[-92.244209,34.58089],[-92.245818,34.493506],[-92.403557,34.495795],[-92.40468,34.451916],[-92.589418,34.455641],[-92.668711,34.414237],[-92.685284,34.473105],[-92.793197,34.503606],[-92.808028,34.590406],[-92.979902,34.637222],[-92.96925,34.772266],[-93.075178,34.771892],[-93.073877,34.858091],[-92.739779,34.853459]]]},"properties":{"id":"05125","n":"Saline","z":["71909","72002","72011","72015","72018","72019","72022","72065","72087","72089","72103","72104","72122","72158","72167","72180","72206","72210"],"st":"AR"}},"06009":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-120.995497,38.225402],[-120.892864,38.221574],[-120.810126,38.28201],[-120.63129,38.340263],[-120.614881,38.389408],[-120.423215,38.473322],[-120.33104,38.465192],[-120.072484,38.509869],[-120.019951,38.433521],[-120.176177,38.374014],[-120.442529,38.058741],[-120.534276,37.989443],[-120.514952,37.95339],[-120.653274,37.831858],[-120.926449,38.077421],[-120.995497,38.225402]]]},"properties":{"id":"06009","n":"Calaveras","z":{"0":"95221","1":"95222","2":"95223","3":"95224","4":"95225","5":"95226","6":"95228","7":"95229","8":"95230","9":"95232","10":"95233","11":"95245","12":"95246","13":"95247","14":"95248","15":"95249","16":"95251","17":"95252","18":"95254","19":"95255","20":"95257","35":"95250"},"st":"CA"}},"01037":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.517344,33.020566],[-86.491029,33.102944],[-86.17437,33.104394],[-86.00917,33.09026],[-86.007187,32.754984],[-86.374974,32.75358],[-86.457015,32.813899],[-86.515959,32.929361],[-86.517344,33.020566]]]},"properties":{"id":"01037","n":"Coosa","z":["35010","35046","35072","35089","35136","35150","35151","35183","36026","36080","36091"],"st":"AL"}},"01005":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.657668,31.880275],[-85.587344,31.997355],[-85.428476,32.014951],[-85.410241,32.146651],[-85.257834,32.147931],[-85.185067,32.061708],[-85.051411127913,32.062256083622],[-85.063590542985,31.991857],[-85.141831,31.839261],[-85.129159315583,31.780278268077],[-85.125440577343,31.762968703418],[-85.216076,31.702409],[-85.416038,31.706664],[-85.416437,31.619466],[-85.748251,31.618048],[-85.66623,31.772877],[-85.657668,31.880275]]]},"properties":{"id":"01005","n":"Barbour","z":["36005","36016","36017","36027","36048","36053","36072","36311","36317","36374"],"st":"AL"}},"05113":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.461168686156,34.507456651572],[-94.454395034138,34.728958673179],[-94.317659,34.697408],[-93.937304,34.680555],[-93.930509,34.665608],[-93.935371,34.350097],[-94.254668,34.355481],[-94.243739,34.192501],[-94.470152678162,34.189864292126],[-94.461168686156,34.507456651572]]]},"properties":{"id":"05113","n":"Polk","z":["71841","71932","71937","71944","71945","71953","71972","71973"],"st":"AR"}},"01097":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.432007,31.114298],[-88.329782,31.143821],[-88.022649,31.144267],[-87.972869,31.162694],[-87.941152,31.048161],[-87.981261,30.886895],[-87.944546,30.827046],[-88.026319,30.753358],[-88.008396,30.684956],[-88.061998,30.644891],[-88.136173,30.320729],[-88.257764,30.318933],[-88.395023,30.369425],[-88.412467431359,30.735597459215],[-88.426020963787,30.99828135743],[-88.432007,31.114298]]]},"properties":{"id":"01097","n":"Mobile","z":["36505","36509","36512","36513","36521","36522","36523","36525","36528","36541","36544","36560","36568","36571","36572","36575","36582","36587","36590","36601","36602","36603","36604","36605","36606","36607","36608","36609","36610","36611","36612","36613","36615","36616","36617","36618","36619","36628","36633","36640","36641","36644","36652","36660","36663","36670","36671","36675","36685","36688","36689","36691","36693","36695"],"st":"AL"}},"08049":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-106.652112,40.445231],[-106.612321,40.379383],[-106.489842,40.411578],[-106.44342,40.346533],[-106.230074,40.323382],[-106.018622,40.373295],[-105.959659,40.348149],[-105.854926,40.486252],[-105.653321,40.260457],[-105.638797,40.038787],[-105.675798,39.932445],[-105.690348,39.851996],[-105.736426,39.804801],[-105.887395,39.796996],[-105.924618,39.698972],[-106.012987,39.686341],[-106.083711,39.805964],[-106.252027,39.914712],[-106.434508,39.924914],[-106.626569,39.924785],[-106.632257,40.341559],[-106.652112,40.445231]]]},"properties":{"id":"08049","n":"Grand","z":["80423","80442","80446","80447","80451","80459","80468","80478","80482"],"st":"CO"}},"05135":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.691435,36.253301],[-91.566078,36.249945],[-91.565866,36.3374],[-91.454437,36.335465],[-91.450004918137,36.497540213185],[-91.407137443517,36.497140711949],[-91.275282,36.374531],[-91.25892,36.25788],[-91.349834,36.230967],[-91.35723,35.890621],[-91.464678,35.892497],[-91.463198,35.93681],[-91.710552,35.941759],[-91.682277,36.000535],[-91.691435,36.253301]]]},"properties":{"id":"05135","n":"Sharp","z":["72459","72466","72469","72482","72513","72521","72525","72529","72532","72542","72554","72569","72577","72579"],"st":"AR"}},"08053":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-107.568875,37.965015],[-107.51088,38.060877],[-107.56862,38.147267],[-107.001119,38.147072],[-107.000602,37.956041],[-107.138191,37.938848],[-107.145138,37.675497],[-107.12868,37.422942],[-107.482131,37.422673],[-107.482179,37.639501],[-107.458114,37.782096],[-107.516547,37.826451],[-107.568875,37.965015]]]},"properties":{"id":"08053","n":"Hinsdale","z":["81130","81147","81235"],"st":"CO"}},"06115":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-121.62376,39.295621],[-121.407527,39.339754],[-121.305122,39.519585],[-121.149907,39.526446],[-121.076695,39.597264],[-121.009477,39.639459],[-121.058203,39.537043],[-121.022085,39.391558],[-121.127481,39.380237],[-121.266132,39.272717],[-121.279533,39.034618],[-121.414779,38.996452],[-121.543306,38.972404],[-121.575415,38.918348],[-121.62376,39.295621]]]},"properties":{"id":"06115","n":"Yuba","z":["95692","95901","95903","95914","95918","95919","95922","95925","95930","95935","95941","95960","95961","95962","95966","95977","95981"],"st":"CA"}},"08063":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-103.154376,39.565654],[-102.802932,39.567841],[-102.04999213564,39.574056097421],[-102.04996185783,39.568178980673],[-102.0472007217,39.133146709511],[-102.046571,39.047038],[-103.163025,39.03761],[-103.154376,39.565654]]]},"properties":{"id":"08063","n":"Kit Carson","z":["80805","80807","80815","80834","80836","80861"],"st":"CO"}},"01115":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.325622,33.940147],[-86.199164,33.988918],[-86.065272,33.842198],[-86.043993,33.763595],[-86.145562,33.679098],[-86.235328,33.494532],[-86.281999,33.509895],[-86.378665,33.390983],[-86.378222,33.502411],[-86.516783,33.545896],[-86.525073,33.721236],[-86.577799,33.765316],[-86.577528,33.801977],[-86.405981,33.835896],[-86.325622,33.940147]]]},"properties":{"id":"01115","n":"Saint Clair","z":["35004","35052","35054","35094","35112","35120","35121","35125","35128","35131","35133","35135","35146","35173","35178","35182","35953","35972","35987"],"st":"AL"}},"06047":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-121.226804,37.134774],[-120.963812,37.346144],[-120.989811,37.395871],[-120.38767,37.633364],[-120.177636,37.261526],[-120.052055,37.183108],[-120.227286,37.1634],[-120.476692,37.09639],[-120.541696,37.044505],[-120.590566,36.952641],[-120.65595,36.952832],[-120.918731,36.740381],[-121.141523,36.836656],[-121.234683,36.926894],[-121.215406,36.961248],[-121.245887,36.983036],[-121.226804,37.134774]]]},"properties":{"id":"06047","n":"Merced","z":["93610","93620","93622","93635","93661","93665","95301","95303","95312","95315","95317","95322","95324","95333","95334","95340","95341","95343","95344","95348","95360","95365","95369","95374","95380","95388","98348"],"st":"CA"}},"06033":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-122.885352,39.580108],[-122.735639,39.580668],[-122.739062,39.383266],[-122.775043,39.311778],[-122.680927,39.238726],[-122.47729,39.17395],[-122.491278,39.052991],[-122.413416,39.020218],[-122.340172,38.924246],[-122.395056,38.864245],[-122.46389,38.705203],[-122.627396,38.667506],[-122.821592,38.85014],[-122.948865,38.90022],[-122.98664,38.997283],[-123.056212,39.021096],[-123.077812,39.173791],[-122.994839,39.235924],[-123.075114,39.407683],[-123.063181,39.503539],[-122.89031,39.529014],[-122.885352,39.580108]]]},"properties":{"id":"06033","n":"Lake","z":["95422","95423","95424","95426","95433","95435","95443","95451","95453","95457","95458","95461","95464","95467","95469","95485","95493"],"st":"CA"}},"06039":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-120.052055,37.183108],[-119.761809,37.417114],[-119.651191,37.417832],[-119.583585,37.560335],[-119.308995,37.777986],[-119.268979,37.73923],[-119.124312,37.733944],[-119.022363,37.585737],[-119.286658,37.374943],[-119.335189,37.310774],[-119.330573,37.205791],[-119.506733,37.150554],[-119.562979,37.064095],[-119.705356,36.999794],[-119.814421,36.850138],[-120.057776,36.82286],[-120.229179,36.769687],[-120.370256,36.78494],[-120.456246,36.862863],[-120.450341,36.911172],[-120.541696,37.044505],[-120.476692,37.09639],[-120.227286,37.1634],[-120.052055,37.183108]]]},"properties":{"id":"06039","n":"Madera","z":["93601","93604","93610","93614","93622","93623","93626","93636","93637","93638","93639","93643","93644","93645","93653","93669","95644"],"st":"CA"}},"08009":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-103.075938,37.64342],[-102.747615,37.643642],[-102.04189086967,37.644277685292],[-102.04193852287,37.389190055394],[-102.04224,36.993083],[-103.002199,37.000104],[-103.08610107563,36.999864361106],[-103.075938,37.64342]]]},"properties":{"id":"08009","n":"Baca","z":["81029","81054","81064","81073","81084","81087","81090"],"st":"CO"}},"08021":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-106.678373,37.403596],[-106.039331,37.400852],[-106.038912,37.356953],[-105.743339,37.356798],[-105.720308,37.285614],[-105.770673,37.041777],[-105.71846968399,36.995845927301],[-106.0063164108,36.995386628817],[-106.47623358883,36.993774100547],[-106.678354,37.228566],[-106.678373,37.403596]]]},"properties":{"id":"08021","n":"Conejos","z":["81101","81120","81124","81129","81140","81141","81148","81151"],"st":"CO"}},"08111":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-107.860845,37.775517],[-107.738283,37.905432],[-107.568875,37.965015],[-107.516547,37.826451],[-107.458114,37.782096],[-107.482179,37.639501],[-107.970086,37.639587],[-107.968875,37.696485],[-107.872966,37.722416],[-107.860845,37.775517]]]},"properties":{"id":"08111","n":"San Juan","z":["81301","81433"],"st":"CO"}},"08115":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-102.65346413727,41.002225324144],[-102.62103302445,41.002223202616],[-102.05171751638,41.002376967624],[-102.05129200021,40.749585994874],[-102.65131,40.749402],[-102.65346413727,41.002225324144]]]},"properties":{"id":"08115","n":"Sedgwick","z":["80731","80737","80744","80749"],"st":"CO"}},"06049":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-121.44753999805,41.997190033273],[-120.87992571024,41.993483259985],[-119.999168,41.99454],[-119.999866,41.183974],[-121.331786,41.183886],[-121.446495,41.183484],[-121.44753999805,41.997190033273]]]},"properties":{"id":"06049","n":"Modoc","z":{"0":"96006","1":"96015","2":"96054","3":"96056","4":"96101","5":"96104","6":"96108","7":"96110","8":"96112","9":"96115","10":"96116","11":"96134","24":"97635"},"st":"CA"}},"08085":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-109.059962,38.499987],[-108.379136,38.499987],[-108.378698,38.668097],[-107.500655,38.668553],[-107.50002,38.301926],[-107.63504,38.301896],[-108.13238,38.331573],[-108.086604,38.255202],[-107.937588,38.218992],[-107.965789,38.152328],[-109.04179661486,38.153032304968],[-109.059962,38.499987]]]},"properties":{"id":"08085","n":"Montrose","z":["81220","81401","81403","81411","81415","81416","81422","81423","81424","81425","81429","81431"],"st":"CO"}},"06063":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-121.497635,40.445591],[-121.327826,40.445367],[-121.061417,40.446536],[-121.061493,40.256417],[-120.928582,40.191931],[-120.764403,40.31601],[-120.652158,40.307656],[-120.510817,40.248945],[-120.341385,40.115243],[-120.209641,40.086008],[-120.201264,40.013474],[-120.108761,39.93951],[-120.110627,39.765779],[-120.147149,39.707658],[-120.792484,39.709794],[-120.873261,39.776168],[-121.009477,39.639459],[-121.076695,39.597264],[-121.210878,39.725651],[-121.429957,39.900313],[-121.41948,40.015766],[-121.366818,40.086054],[-121.436886,40.151905],[-121.368395,40.21223],[-121.342264,40.309751],[-121.470395,40.350213],[-121.497635,40.445591]]]},"properties":{"id":"06063","n":"Plumas","z":["09594","95915","95923","95934","95947","95956","95971","95981","95983","95984","96020","96103","96105","96106","96118","96122","96129","96135","96137"],"st":"CA"}},"02198":{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-130.24657728417,56.097195988475],[-130.102761,56.116696],[-130.00426,55.993379],[-130.013198,55.916382],[-130.13822233959,55.763027565806],[-130.388606,55.943179],[-130.288619,55.998125],[-130.24657728417,56.097195988475]]],[[[-131.61188974327,54.982270634883],[-131.646276,55.035579],[-131.589387,55.08894],[-131.68413198565,55.119093614076],[-131.648375,55.227951],[-131.569223,55.294691],[-131.239554,55.169683],[-131.336983,54.995534],[-131.51066,55.016366],[-131.61188974327,54.982270634883]]],[[[-133.0398774124,56.239040380096],[-133.007727,56.134873],[-132.85978295117,56.052769327023],[-132.618464,55.911476],[-132.470697,55.782162],[-132.462531,55.673854],[-132.382505,55.665336],[-132.301119,55.55096],[-132.142945,55.457941],[-132.258056,55.416142],[-132.126398,55.288418],[-132.037122,55.275144],[-131.977397,55.180949],[-132.027513,55.104675],[-131.984592,55.027978],[-131.957914,54.791239],[-132.029747,54.701189],[-132.307943,54.718714],[-132.403533,54.784596],[-132.639032,54.753251],[-132.674324,54.674652],[-132.866355,54.700386],[-132.87721,54.753772],[-132.990589,54.820994],[-133.164788,54.976909],[-133.239695,55.092415],[-133.232491,55.198828],[-133.404497,55.214992],[-133.468217,55.281678],[-133.586605,55.3088],[-133.596762,55.218233],[-133.690174,55.304409],[-133.630945,55.416114],[-133.789055,55.457892],[-133.716665,55.660223],[-133.643324,55.729037],[-133.700468,55.837421],[-133.92025,55.860295],[-133.935016,55.920689],[-133.816363,55.964025],[-133.659241,56.083818],[-133.656415,56.326909],[-133.582116,56.352506],[-133.41837,56.332132],[-133.197009,56.333016],[-133.0398774124,56.239040380096]]],[[[-133.31787102644,57.0026747377],[-133.274012,56.921815],[-133.440042,56.882355],[-133.579378,56.757841],[-133.441307,56.637626],[-133.41537889177,56.456444914283],[-133.655468,56.442279],[-133.821628,56.391602],[-133.88114,56.223197],[-133.941986,56.180095],[-133.960525,56.091359],[-134.087446,56.094939],[-134.118062,55.914642],[-134.311763,55.812285],[-134.374965,55.928492],[-134.291804,55.926219],[-134.202178,56.035175],[-134.259749,56.13444],[-134.294679,56.335888],[-134.197967,56.531028],[-134.320134,56.554484],[-134.30112,56.620317],[-134.376274,56.668608],[-134.418534,56.822333],[-134.270459,56.93558],[-134.147103,56.95697],[-134.047753,56.923],[-133.942936,56.805551],[-133.86904,56.845938],[-133.921451,56.961511],[-134.049218,57.029203],[-134.008856,57.074578],[-133.887957,57.097744],[-133.31787102644,57.0026747377]]]]},"properties":{"id":"02198","n":"Prince of Wales-Hyder","z":["99901","99918","99919","99921","99922","99923","99925","99926","99927","99950"],"st":"AK"}},"01063":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.171852,32.99586],[-88.149395,33.037298],[-87.968348,33.078235],[-87.837521,33.153637],[-87.832142,33.017597],[-87.715709,33.006824],[-87.804218,32.897523],[-87.813401,32.633875],[-87.736928,32.589689],[-87.812559,32.52456],[-87.85342,32.532086],[-87.928689,32.632284],[-88.053729,32.593052],[-88.132685,32.832853],[-88.207316,32.924782],[-88.171852,32.99586]]]},"properties":{"id":"01063","n":"Greene","z":["35442","35443","35448","35462","35463","35464","35469","35480","35491","36740","45264"],"st":"AL"}},"01089":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.783648,34.991925],[-86.318760765465,34.991078580443],[-86.311274,34.991098],[-86.359034,34.63261],[-86.326853,34.599403],[-86.330198,34.512684],[-86.423914,34.479581],[-86.550166,34.545963],[-86.689353,34.586425],[-86.790056,34.55079],[-86.783648,34.991925]]]},"properties":{"id":"01089","n":"Madison","z":["32802","35739","35741","35742","35748","35749","35750","35756","35757","35758","35759","35760","35761","35762","35763","35767","35773","35776","35801","35802","35803","35804","35805","35806","35808","35809","35810","35811","35812","35813","35814","35815","35816","35824","35893","35894","35895","35896","35897","35898","35899"],"st":"AL"}},"06103":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-123.065426,40.286971],[-122.918055,40.306972],[-122.872274,40.348969],[-122.740358,40.365],[-122.651341,40.328288],[-122.525677,40.387613],[-122.310412,40.371064],[-122.010316,40.426558],[-121.806539,40.44495],[-121.497635,40.445591],[-121.470395,40.350213],[-121.342264,40.309751],[-121.368395,40.21223],[-121.436886,40.151905],[-121.586407,40.100522],[-121.646032,39.982527],[-121.703241,39.98423],[-121.804041,39.884344],[-122.044865,39.883771],[-122.046471,39.797648],[-122.937654,39.798156],[-122.934013,39.978131],[-122.989623,40.145496],[-122.97755,40.241285],[-123.065426,40.286971]]]},"properties":{"id":"06103","n":"Tehama","z":["09021","95963","95973","96021","96022","96029","96035","96055","96059","96061","96063","96074","96075","96076","96078","96080","96090","96092","96501"],"st":"CA"}},"01071":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.311274,34.991098],[-85.863946111807,34.987030858748],[-85.605165,34.984678],[-85.582812333785,34.860435474478],[-85.785471,34.624584],[-86.015594,34.481639],[-86.057712,34.475994],[-86.148464,34.599069],[-86.326853,34.599403],[-86.359034,34.63261],[-86.311274,34.991098]]]},"properties":{"id":"01071","n":"Jackson","z":["35740","35744","35745","35746","35748","35751","35752","35755","35764","35765","35766","35768","35769","35771","35772","35774","35776","35958","35966","35978","35979"],"st":"AL"}},"06057":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-121.022085,39.391558],[-120.755729,39.452663],[-120.654332,39.526889],[-120.575059,39.52228],[-120.505445,39.446117],[-120.00302891966,39.44504577616],[-120.0047955123,39.316475011958],[-120.5546,39.315596],[-120.727893,39.288081],[-120.908996,39.170173],[-121.067546,39.005371],[-121.137979,39.037911],[-121.279533,39.034618],[-121.266132,39.272717],[-121.127481,39.380237],[-121.022085,39.391558]]]},"properties":{"id":"06057","n":"Nevada","z":["95161","95602","95712","95715","95728","95924","95945","95946","95949","95959","95960","95975","95977","95986","96111","96160","96161","96162"],"st":"CA"}},"06113":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-122.340172,38.924246],[-121.835488,38.924481],[-121.723149,38.851306],[-121.673033,38.742847],[-121.602894,38.735838],[-121.633774,38.686164],[-121.51129,38.54629],[-121.521641,38.360104],[-121.593273,38.313089],[-121.693697,38.313732],[-121.712034,38.537962],[-121.940285,38.533384],[-122.011673,38.488991],[-122.103281,38.513348],[-122.168301,38.655296],[-122.224206,38.699984],[-122.287998,38.839931],[-122.395056,38.864245],[-122.340172,38.924246]]]},"properties":{"id":"06113","n":"Yolo","z":["95605","95606","95607","95612","95615","95616","95617","95618","95620","95627","95637","95645","95653","95676","95679","95691","95694","95695","95697","95698","95776","95798","95799","95899","95912","95937","96516"],"st":"CA"}},"06051":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-119.639205,38.32688],[-119.542367,38.481657],[-119.619066,38.603529],[-119.58540614484,38.713150900671],[-119.32870452108,38.534351927798],[-119.15722610087,38.414391971761],[-118.42799532516,37.89622428091],[-117.83350404414,37.464938766244],[-118.775014,37.463052],[-118.850474,37.475796],[-118.91706,37.550336],[-119.022363,37.585737],[-119.124312,37.733944],[-119.268979,37.73923],[-119.20128,37.804329],[-119.200283,37.885827],[-119.308389,37.946824],[-119.345922,38.083113],[-119.576496,38.157661],[-119.639205,38.32688]]]},"properties":{"id":"06051","n":"Mono","z":{"1":"93512","2":"93514","3":"93517","4":"93529","5":"93541","6":"93546","7":"96107","8":"96133","9":"89010"},"st":"CA"}},"06083":{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-119.47073665694,34.053996622104],[-119.48771955738,33.996515154389],[-119.721206,33.959583],[-119.873358,33.980375],[-119.916216,34.058351],[-119.47073665694,34.053996622104]]],[[[-120.368278,34.076465],[-120.135853,34.026087],[-120.055107,34.037729],[-119.973691,33.942481],[-120.121817,33.895712],[-120.200085,33.956904],[-120.454134,34.028081],[-120.368278,34.076465]]],[[[-120.65030521184,34.975166302269],[-120.435473,34.986759],[-120.301827,34.905571],[-120.334548,35.006315],[-120.188383,35.030378],[-120.082084,35.114678],[-119.745566,34.973676],[-119.672963,34.973375],[-119.535757,34.897576],[-119.472754,34.901174],[-119.442352,34.901274],[-119.445991,34.404067],[-119.47794670672,34.378837558776],[-119.616862,34.420995],[-119.709067,34.395397],[-119.873971,34.408795],[-120.141165,34.473405],[-120.451425,34.447094],[-120.511421,34.522953],[-120.645739,34.581035],[-120.60197,34.692095],[-120.610266,34.85818],[-120.670835,34.904115],[-120.65030521184,34.975166302269]]]]},"properties":{"id":"06083","n":"Santa Barbara","z":["93001","93013","93067","93101","93102","93103","93105","93106","93107","93108","93109","93110","93111","93116","93117","93118","93120","93121","93130","93140","93150","93160","93190","93199","93252","93254","93427","93429","93434","93436","93437","93438","93440","93441","93454","93455","93456","93457","93458","93460","93463","93464"],"st":"CA"}},"05119":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.544341,34.953319],[-92.483512,34.950937],[-92.436108,34.842218],[-92.419276,34.931675],[-92.229893,34.927558],[-92.227541,35.014484],[-92.121336,35.01221],[-92.070805,35.011802],[-92.078711,34.729983],[-92.113313,34.622966],[-92.029539,34.621248],[-92.029996,34.489352],[-92.208041,34.492765],[-92.245818,34.493506],[-92.244209,34.58089],[-92.348749,34.58229],[-92.443265,34.672041],[-92.551963,34.689432],[-92.549856,34.761699],[-92.654324,34.764541],[-92.651248,34.851682],[-92.739779,34.853459],[-92.753626,34.911248],[-92.544341,34.953319]]]},"properties":{"id":"05119","n":"Pulaski","z":["72002","72016","72023","72046","72053","72065","72076","72078","72099","72103","72113","72114","72116","72117","72118","72119","72120","72122","72126","72135","72142","72164","72183","72190","72199","72201","72202","72204","72205","72206","72207","72209","72210","72211","72212","72214","72215","72216","72217","72219","72221","72222","72223","72225","72227","72231","72255","72260","72295"],"st":"AR"}},"05085":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.119719,35.066493],[-92.012735,35.076251],[-91.87888,35.024577],[-91.802505,35.030425],[-91.803703,34.921524],[-91.693705,34.919605],[-91.700828,34.672029],[-91.638531,34.626093],[-91.678037,34.48192],[-91.705185,34.48267],[-92.029996,34.489352],[-92.029539,34.621248],[-92.113313,34.622966],[-92.078711,34.729983],[-92.070805,35.011802],[-92.121336,35.01221],[-92.119719,35.066493]]]},"properties":{"id":"05085","n":"Lonoke","z":["71611","72007","72023","72024","72037","72046","72066","72072","72076","72083","72086","72124","72142","72160","72176","72182","72203"],"st":"AR"}},"05091":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.043833747801,33.551713735586],[-93.825884,33.609853],[-93.772686,33.498513],[-93.722867,33.481963],[-93.733317,33.42088],[-93.665518,33.327021],[-93.750177,33.183949],[-93.850076,33.145343],[-93.80490777463,33.019396225451],[-93.814553013434,33.019389044871],[-94.042964,33.019219],[-94.042945847176,33.27124208414],[-94.043833747801,33.551713735586]]]},"properties":{"id":"05091","n":"Miller","z":{"0":"71834","1":"71837","2":"71839","3":"71840","4":"71854","9":"75556"},"st":"AR"}},"05049":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.150306249501,36.498140333324],[-92.120429104388,36.498193124],[-91.672342456444,36.499256633799],[-91.450004918137,36.497540213185],[-91.454437,36.335465],[-91.565866,36.3374],[-91.566078,36.249945],[-91.691435,36.253301],[-92.15699,36.261248],[-92.150306249501,36.498140333324]]]},"properties":{"id":"05049","n":"Fulton","z":["72512","72513","72515","72520","72529","72531","72538","72539","72542","72554","72576","72578","72583"],"st":"AR"}},"05035":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.502429,35.441726],[-90.286899,35.438573],[-90.112504,35.410153],[-90.087903,35.36327],[-90.166594,35.274588],[-90.097947,35.249983],[-90.09061,35.118287],[-90.160058,35.12883],[-90.197146,35.050731],[-90.309297,34.995694],[-90.244476,34.937596],[-90.311424250345,34.8728511441],[-90.407982753794,34.835265979281],[-90.40854,34.904121],[-90.400438,35.148231],[-90.502993,35.144214],[-90.502429,35.441726]]]},"properties":{"id":"05035","n":"Crittenden","z":["72301","72303","72325","72327","72331","72332","72339","72348","72364","72376","72384","72386"],"st":"AR"}},"05121":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.126538874565,36.497797701019],[-90.784244155131,36.498462200129],[-90.748637,36.412764],[-90.749667,36.280536],[-90.806615,36.266865],[-90.809816,36.149567],[-91.045223,36.151368],[-91.073465,36.114894],[-91.25892,36.25788],[-91.275282,36.374531],[-91.407137443517,36.497140711949],[-91.126538874565,36.497797701019]]]},"properties":{"id":"05121","n":"Randolph","z":["72413","72425","72434","72444","72449","72455","72459","72460","72462","72476","72478"],"st":"AR"}},"08107":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-107.31779575979,41.002842481232],[-106.86037794867,41.000718629237],[-106.739341,40.870843],[-106.691669,40.888192],[-106.636922,40.789489],[-106.706149,40.616597],[-106.652112,40.445231],[-106.632257,40.341559],[-106.626569,39.924785],[-107.033968,39.918913],[-107.037363,40.091538],[-107.038097,40.225357],[-107.439386,40.223379],[-107.428813,40.542207],[-107.314153,40.600281],[-107.31779575979,41.002842481232]]]},"properties":{"id":"08107","n":"Routt","z":["80426","80428","80463","80467","80469","80477","80479","80483","80487","80488","81625","81639","81653"],"st":"CO"}},"05097":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.930509,34.665608],[-93.710297,34.745296],[-93.394289,34.743393],[-93.407227,34.396853],[-93.408124,34.339527],[-93.478646,34.340851],[-93.935371,34.350097],[-93.930509,34.665608]]]},"properties":{"id":"05097","n":"Montgomery","z":["71933","71935","71943","71957","71960","71961","71965","71966","71969","71970"],"st":"AR"}},"01029":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.85189,33.498742],[-85.796054,33.55622],[-85.65581,33.627166],[-85.638049,33.773339],[-85.530094,33.941423],[-85.398871244842,33.96412928678],[-85.386670573773,33.901701494003],[-85.338116299906,33.653114391601],[-85.304943833225,33.482756336846],[-85.347744,33.501378],[-85.643482,33.495885],[-85.85189,33.498742]]]},"properties":{"id":"01029","n":"Cleburne","z":["36207","36258","36261","36262","36264","36269","36272","36273"],"st":"AL"}},"02195":{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-133.31787102644,57.0026747377],[-133.104611,57.005701],[-132.98137,56.92738],[-132.903211,56.80361],[-132.796602,56.776932],[-132.743207,56.71372],[-132.619258,56.660778],[-132.671154,56.543071],[-132.806838,56.505492],[-133.041726,56.518356],[-133.183493,56.454241],[-133.41537889177,56.456444914283],[-133.441307,56.637626],[-133.579378,56.757841],[-133.440042,56.882355],[-133.274012,56.921815],[-133.31787102644,57.0026747377]]],[[[-133.696701,57.792724],[-133.549358,57.775225],[-133.493048,57.824726],[-133.353451,57.77227],[-133.279877,57.794768],[-133.188197,57.741008],[-132.871898,57.712796],[-132.88785,57.613739],[-132.827503,57.58066],[-132.65527865045,57.601744610483],[-132.367984,57.348685],[-132.252187,57.215655],[-132.371312,57.095229],[-132.051044,57.051155],[-132.11891792336,56.891229390509],[-132.215746,56.891606],[-132.348468,56.771287],[-132.439599,56.770409],[-132.54582226332,56.71362123588],[-132.556758,56.757242],[-132.792089,56.856152],[-132.93752,57.048321],[-133.161448,57.086264],[-133.247414,57.136802],[-133.322359,57.112727],[-133.466932,57.159356],[-133.544817,57.24257],[-133.472039,57.368651],[-133.519598,57.530705],[-133.676449,57.625192],[-133.65453,57.713689],[-133.703097,57.792152],[-133.696701,57.792724]]]]},"properties":{"id":"02195","n":"Petersburg","z":["99830","99833","99836"],"st":"AK"}},"06089":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-122.498376,41.182675],[-121.446495,41.183484],[-121.331786,41.183886],[-121.319976,40.905886],[-121.327826,40.445367],[-121.497635,40.445591],[-121.806539,40.44495],[-122.010316,40.426558],[-122.310412,40.371064],[-122.525677,40.387613],[-122.651341,40.328288],[-122.740358,40.365],[-122.872274,40.348969],[-122.918055,40.306972],[-123.065426,40.286971],[-122.998682,40.418142],[-122.695298,40.572514],[-122.752197,40.688985],[-122.600458,40.899749],[-122.607363,40.957748],[-122.527753,41.014395],[-122.445453,41.15793],[-122.498376,41.182675]]]},"properties":{"id":"06089","n":"Shasta","z":["92159","96001","96002","96003","96007","96008","96011","96013","96016","96017","96019","96022","96025","96028","96033","96040","96047","96051","96056","96059","96062","96065","96069","96070","96071","96073","96075","96076","96079","96084","96087","96088","96089","96095","96096","96099"],"st":"CA"}},"04019":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-113.333897,32.504938],[-112.203719,32.50676],[-111.351531,32.501355],[-111.157493,32.511255],[-110.451218,32.513995],[-110.451503,32.427354],[-110.451736,31.731267],[-111.164183,31.725983],[-111.163725,31.521826],[-111.366613,31.521291],[-111.36696937116,31.424824287192],[-112.365043,31.74113],[-113.33376797302,32.04024908009],[-113.333897,32.504938]]]},"properties":{"id":"04019","n":"Pima","z":["85001","85061","85321","85341","85601","85602","85611","85614","85619","85622","85629","85633","85634","85636","85637","85639","85641","85645","85652","85653","85654","85658","85701","85702","85703","85704","85705","85706","85707","85708","85709","85710","85711","85712","85713","85714","85715","85716","85717","85718","85719","85720","85721","85722","85723","85724","85725","85726","85728","85730","85731","85732","85733","85734","85735","85736","85737","85739","85740","85741","85742","85743","85744","85745","85746","85747","85748","85749","85750","85751","85752","85754","85755","85756","85757","85775"],"st":"AZ"}},"04015":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-114.05016077609,36.843141539689],[-114.0506,37.000396],[-112.89919089762,37.000301228628],[-112.538571,37.000744128882],[-112.529299,36.952437],[-112.600381,36.831928],[-112.660059,36.54356],[-112.62949,36.391611],[-112.792436,36.285036],[-113.009038,36.23904],[-113.196751,36.152949],[-113.224919,36.091144],[-113.319971,36.096769],[-113.354176,36.040368],[-113.317122,35.961385],[-113.334024,35.803031],[-113.334161,35.528037],[-113.333508,34.317877],[-113.370507,34.291968],[-113.539524,34.306377],[-113.679109,34.210029],[-113.851708,34.251265],[-114.031132,34.259819],[-114.14081715128,34.303127513882],[-114.335372,34.450038],[-114.465246,34.691202],[-114.634382,34.87289],[-114.633487,35.001857],[-114.619905,35.121632],[-114.572747,35.138725],[-114.627137,35.409504],[-114.6645,35.449497],[-114.653406,35.610789],[-114.689407,35.651412],[-114.70371,35.814585],[-114.669687,35.865084],[-114.731159,35.943916],[-114.736165,36.104367],[-114.627855,36.141012],[-114.372106,36.143114],[-114.316109,36.063109],[-114.151725,36.024563],[-114.046838,36.194069],[-114.05016077609,36.843141539689]]]},"properties":{"id":"04015","n":"Mohave","z":["85360","86021","86022","86401","86402","86403","86404","86405","86406","86409","86411","86412","86413","86426","86427","86429","86430","86431","86432","86433","86434","86436","86437","86438","86439","86440","86441","86442","86443","86444","86445","86446"],"st":"AZ"}},"01051":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.374974,32.75358],[-86.007187,32.754984],[-85.87986,32.754528],[-85.886148,32.493053],[-85.852625,32.475747],[-86.023012,32.419978],[-86.192284,32.43613],[-86.262006,32.50169],[-86.411172,32.409937],[-86.413116,32.707386],[-86.374974,32.75358]]]},"properties":{"id":"01051","n":"Elmore","z":["35010","36020","36022","36023","36024","36025","36026","36051","36054","36066","36078","36080","36092","36093"],"st":"AL"}},"01123":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.00917,33.09026],[-85.974715,33.105286],[-85.653654,33.106634],[-85.593177,33.10734],[-85.593151,32.72853],[-85.696755,32.697429],[-85.695854,32.595933],[-85.798585,32.581089],[-85.797156,32.494236],[-85.886148,32.493053],[-85.87986,32.754528],[-86.007187,32.754984],[-86.00917,33.09026]]]},"properties":{"id":"01123","n":"Tallapoosa","z":["35010","35011","35072","35089","36078","36255","36256","36276","36850","36853","36861","36866","36879"],"st":"AL"}},"06069":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-121.644001,36.893996],[-121.581354,36.899152],[-121.501488,36.971895],[-121.215406,36.961248],[-121.234683,36.926894],[-121.141523,36.836656],[-120.918731,36.740381],[-120.597155,36.488235],[-120.596562,36.328488],[-120.678582,36.267319],[-120.761483,36.20358],[-120.920551,36.311012],[-121.02724,36.259893],[-121.040797,36.323969],[-121.244091,36.506911],[-121.311788,36.502736],[-121.350092,36.648357],[-121.468086,36.685518],[-121.45134,36.724793],[-121.644001,36.893996]]]},"properties":{"id":"06069","n":"San Benito","z":["93210","93930","95004","95023","95024","95043","95045","95075"],"st":"CA"}},"06067":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-121.593273,38.313089],[-121.521641,38.360104],[-121.51129,38.54629],[-121.633774,38.686164],[-121.602894,38.735838],[-121.484396,38.734598],[-121.141009,38.71198],[-121.118617,38.717118],[-121.027507,38.508292],[-121.027084,38.300252],[-121.222512,38.244406],[-121.398193,38.227427],[-121.472138,38.259659],[-121.580022,38.094414],[-121.673065,38.093518],[-121.737824,38.02663],[-121.862462,38.06603],[-121.71213,38.08552],[-121.615413,38.195696],[-121.593273,38.313089]]]},"properties":{"id":"06067","n":"Sacramento","z":["94203","94204","94205","94206","94207","94208","94209","94211","94229","94230","94232","94234","94235","94236","94237","94239","94244","94245","94247","94248","94249","94250","94252","94254","94256","94257","94258","94259","94261","94262","94263","94267","94268","94269","94271","94273","94274","94277","94278","94279","94280","94282","94283","94284","94285","94287","94288","94289","94290","94291","94293","94294","94295","94296","94297","94298","94299","94571","94624","95608","95609","95610","95611","95615","95621","95624","95626","95628","95630","95632","95638","95639","95641","95652","95655","95660","95662","95670","95671","95673","95680","95683","95690","95693","95741","95742","95757","95758","95759","95763","95811","95812","95813","95814","95815","95816","95817","95818","95819","95820","95821","95822","95823","95824","95825","95826","95827","95828","95829","95830","95831","95832","95833","95834","95835","95836","95837","95838","95840","95841","95842","95843","95851","95852","95853","95860","95864","95865","95866","95894"],"st":"CA"}},"08003":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-106.039331,37.400852],[-106.038413,37.748353],[-105.457255,37.751464],[-105.485516,37.577899],[-105.743339,37.356798],[-106.038912,37.356953],[-106.039331,37.400852]]]},"properties":{"id":"08003","n":"Alamosa","z":["81101","81102","81125","81136","81144","81146"],"st":"CO"}},"08057":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-106.86037794867,41.000718629237],[-106.32116921591,40.998215011068],[-106.19055407871,40.997746612574],[-106.185307,40.933973],[-106.047971,40.804643],[-105.854926,40.486252],[-105.959659,40.348149],[-106.018622,40.373295],[-106.230074,40.323382],[-106.44342,40.346533],[-106.489842,40.411578],[-106.612321,40.379383],[-106.652112,40.445231],[-106.706149,40.616597],[-106.636922,40.789489],[-106.691669,40.888192],[-106.739341,40.870843],[-106.86037794867,41.000718629237]]]},"properties":{"id":"08057","n":"Jackson","z":["80430","80434","80473","80480"],"st":"CO"}},"06071":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-117.667292,34.822526],[-117.632011,34.82227],[-117.632996,35.797251],[-115.735891,35.79362],[-115.64803201963,35.809629212603],[-114.633487,35.001857],[-114.634382,34.87289],[-114.465246,34.691202],[-114.335372,34.450038],[-114.14081715128,34.303127513882],[-114.229715,34.186928],[-114.43009113852,34.078931406279],[-115.316065,34.077843],[-115.316212,34.03411],[-116.929558,34.034113],[-116.929357,34.004914],[-117.558269,34.018906],[-117.673749,33.870831],[-117.783287,33.946411],[-117.677405,34.166103],[-117.646374,34.28917],[-117.667292,34.822526]]]},"properties":{"id":"06071","n":"San Bernardino","z":{"1":"91701","2":"91708","3":"91709","4":"91710","5":"91729","6":"91730","7":"91737","8":"91739","9":"91743","10":"91758","11":"91759","12":"91761","13":"91762","14":"91763","15":"91764","16":"91766","17":"91784","18":"91785","19":"91786","20":"92242","21":"92252","22":"92256","23":"92267","24":"92268","25":"92277","26":"92278","27":"92280","28":"92284","29":"92285","30":"92286","31":"92301","32":"92304","33":"92305","34":"92307","35":"92308","36":"92309","37":"92310","38":"92311","39":"92312","40":"92313","41":"92314","42":"92315","43":"92316","44":"92317","45":"92318","46":"92321","47":"92322","48":"92323","49":"92324","50":"92325","51":"92327","52":"92329","53":"92331","54":"92332","55":"92333","56":"92334","57":"92335","58":"92336","59":"92337","60":"92338","61":"92339","62":"92340","63":"92341","64":"92342","65":"92344","66":"92345","67":"92346","68":"92347","69":"92350","70":"92352","71":"92354","72":"92356","73":"92357","74":"92358","75":"92359","76":"92363","77":"92364","78":"92365","79":"92366","80":"92368","81":"92369","82":"92371","83":"92372","84":"92373","85":"92374","86":"92375","87":"92376","88":"92377","89":"92378","90":"92382","91":"92385","92":"92386","93":"92391","94":"92392","95":"92393","96":"92394","97":"92395","98":"92397","99":"92398","100":"92399","101":"92401","102":"92402","103":"92403","104":"92404","105":"92405","106":"92407","107":"92408","108":"92410","109":"92411","110":"92413","111":"92415","112":"92418","113":"92423","114":"92427","115":"92509","116":"92552","117":"92878","118":"92880","119":"93516","120":"93555","121":"93558","122":"93562","123":"89019"},"st":"CA"}},"08031":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-105.053246,39.791063],[-104.79091,39.79825],[-104.73155,39.898611],[-104.600435,39.899459],[-104.619938,39.822421],[-104.76247,39.82298],[-104.734601,39.769181],[-104.884646,39.740156],[-104.847733,39.656788],[-104.913407,39.624083],[-105.015696,39.678684],[-105.053439,39.621423],[-105.053246,39.791063]]]},"properties":{"id":"08031","n":"Denver","z":["80012","80014","80110","80111","80123","80201","80202","80203","80204","80205","80206","80207","80208","80209","80210","80211","80212","80214","80216","80217","80218","80219","80220","80221","80222","80223","80224","80226","80227","80230","80231","80232","80235","80236","80237","80238","80239","80243","80244","80246","80247","80248","80249","80250","80251","80256","80257","80259","80261","80262","80263","80264","80265","80266","80271","80273","80274","80281","80290","80291","80293","80294","80299"],"st":"CO"}},"08117":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-106.434508,39.924914],[-106.252027,39.914712],[-106.083711,39.805964],[-106.012987,39.686341],[-105.924618,39.698972],[-105.77601,39.609267],[-105.829662,39.564865],[-105.817631,39.53831],[-105.966786,39.438035],[-106.021966,39.361713],[-106.135529,39.379546],[-106.206732,39.379636],[-106.251638,39.465039],[-106.176464,39.635722],[-106.385478,39.767164],[-106.434508,39.924914]]]},"properties":{"id":"08117","n":"Summit","z":["80424","80435","80443","80497","80498"],"st":"CO"}},"01035":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.905899,31.753035],[-86.906769,31.632671],[-86.839279,31.525365],[-86.701554,31.523946],[-86.662082,31.402798],[-86.702446,31.345397],[-86.700282,31.192217],[-86.763961,31.261293],[-87.427455,31.260386],[-87.166581,31.519561],[-87.135051,31.642417],[-87.0511,31.71834],[-86.905899,31.753035]]]},"properties":{"id":"01035","n":"Conecuh","z":["36033","36401","36421","36426","36429","36432","36454","36456","36460","36471","36473","36474","36475","36502"],"st":"AL"}},"04005":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-112.538571,37.000744128882],[-111.41278398787,37.001477687156],[-110.75069,37.003197],[-110.750678,34.263314],[-110.848059,34.267205],[-111.096661,34.396431],[-111.147094,34.375185],[-111.250302,34.453274],[-111.324303,34.422594],[-111.501724,34.497937],[-111.554681,34.471733],[-111.552106,34.80252],[-111.778291,34.803551],[-111.777815,34.981005],[-112.334536,34.973024],[-112.335716,35.148279],[-112.4423,35.149408],[-112.440751,35.260468],[-112.541805,35.236338],[-112.694846,35.311586],[-112.95341,35.35611],[-112.975855,35.392904],[-113.174458,35.506445],[-113.334161,35.528037],[-113.334024,35.803031],[-113.317122,35.961385],[-113.354176,36.040368],[-113.319971,36.096769],[-113.224919,36.091144],[-113.196751,36.152949],[-113.009038,36.23904],[-112.792436,36.285036],[-112.62949,36.391611],[-112.660059,36.54356],[-112.600381,36.831928],[-112.529299,36.952437],[-112.538571,37.000744128882]]]},"properties":{"id":"04005","n":"Coconino","z":["85931","86001","86002","86003","86004","86005","86011","86015","86016","86017","86018","86020","86022","86023","86024","86030","86035","86036","86038","86040","86044","86045","86046","86047","86052","86053","86054","86320","86336","86337","86435"],"st":"AZ"}},"08069":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-106.19055407871,40.997746612574],[-105.277138,40.998173],[-104.943371,40.99807410373],[-104.945551,40.349099],[-105.05672,40.349281],[-105.055089,40.261793],[-105.653321,40.260457],[-105.854926,40.486252],[-106.047971,40.804643],[-106.185307,40.933973],[-106.19055407871,40.997746612574]]]},"properties":{"id":"08069","n":"Larimer","z":{"0":"80503","1":"80504","2":"80511","3":"80512","4":"80513","5":"80515","6":"80517","7":"80521","8":"80522","9":"80523","10":"80524","11":"80525","12":"80526","13":"80528","14":"80532","15":"80534","16":"80535","17":"80536","18":"80537","19":"80538","20":"80539","21":"80540","22":"80541","23":"80545","24":"80547","25":"80549","26":"80550","27":"80553","28":"80612","53":"82063"},"st":"CO"}},"06105":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-123.408291,41.179944],[-123.23948,41.075763],[-123.141338,41.079178],[-123.036808,41.004058],[-122.917529,40.99399],[-122.973382,41.112074],[-122.885921,41.205142],[-122.811342,41.202451],[-122.653686,41.289237],[-122.585241,41.359008],[-122.50389,41.342985],[-122.498376,41.182675],[-122.445453,41.15793],[-122.527753,41.014395],[-122.607363,40.957748],[-122.600458,40.899749],[-122.752197,40.688985],[-122.695298,40.572514],[-122.998682,40.418142],[-123.065426,40.286971],[-122.97755,40.241285],[-122.989623,40.145496],[-122.934013,39.978131],[-123.544563,39.977015],[-123.544458,40.001923],[-123.544059,40.739386],[-123.623662,40.929823],[-123.481357,40.915157],[-123.406082,41.013792],[-123.464006,41.076348],[-123.408291,41.179944]]]},"properties":{"id":"06105","n":"Trinity","z":["95527","95552","95563","95595","96010","96024","96041","96046","96048","96052","96076","96091","96093"],"st":"CA"}},"09005":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.517918790638,41.66672053071],[-73.487314,42.049638],[-73.053362673748,42.04011557191],[-73.008762781631,42.038903416247],[-73.029537,41.966606],[-72.88706,41.973121],[-72.949024,41.806431],[-73.016936,41.798183],[-72.98325,41.639598],[-73.164676,41.557088],[-73.15573,41.515279],[-73.318889,41.505189],[-73.310473,41.468815],[-73.441466,41.491294],[-73.517918790638,41.66672053071]]]},"properties":{"id":"09005","n":"Litchfield","z":["06018","06021","06024","06031","06039","06057","06058","06059","06061","06063","06065","06068","06069","06079","06094","06098","06708","06750","06751","06752","06753","06754","06755","06756","06757","06758","06759","06763","06776","06777","06778","06779","06782","06783","06784","06785","06786","06787","06790","06791","06792","06793","06794","06795","06796","06798"],"st":"CT"}},"02105":{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-133.696701,57.792724],[-133.17697964216,58.150537692389],[-133.076421,57.999762],[-132.869318,57.842941],[-132.65527865045,57.601744610483],[-132.827503,57.58066],[-132.88785,57.613739],[-132.871898,57.712796],[-133.188197,57.741008],[-133.279877,57.794768],[-133.353451,57.77227],[-133.493048,57.824726],[-133.549358,57.775225],[-133.696701,57.792724]]],[[[-134.72447783809,58.211465285645],[-134.784681,58.096599],[-134.697766,58.032036],[-134.538413,58.098172],[-134.2543860508,58.144355274287],[-133.999948,57.91481],[-133.904874,57.807406],[-133.896846,57.685524],[-133.808285,57.609604],[-133.871581,57.484158],[-133.866931,57.367869],[-133.786398,57.311528],[-133.875673,57.267613],[-133.983501,57.302838],[-134.100118,57.266285],[-134.193629,57.184879],[-134.378359,57.115016],[-134.497718,57.031194],[-134.565687,57.023737],[-134.634565,57.109863],[-134.640169,57.239852],[-134.55554,57.407428],[-134.695428,57.685335],[-134.783772,58.082292],[-134.958171,58.322057],[-134.960502,58.403758],[-134.865084,58.357276],[-134.72447783809,58.211465285645]]],[[[-134.94942955753,57.78125928945],[-135.238129,57.761711],[-135.528534,57.88047],[-135.901964,58.001343],[-136.024328,57.838795],[-136.37198649216,57.832232010705],[-136.573288,57.926844],[-136.538708,58.093482],[-136.365544,58.148854],[-136.387113,58.252414],[-136.033678,58.276728],[-135.877468,58.259852],[-135.78338,58.286709],[-135.712398,58.231892],[-135.275797,58.097024],[-135.108896,58.08827],[-134.950844,58.036993],[-134.926395,57.921919],[-135.004952,57.884338],[-134.94942955753,57.78125928945]]],[[[-137.93615989518,58.81065022345],[-137.52567710531,58.90897449414],[-137.447383,58.909513],[-137.264752,59.002352],[-136.826633,59.158389],[-136.581521,59.164909],[-136.48965218999,59.260491614619],[-136.362339,59.232961],[-136.107895,59.215693],[-135.89905,59.17906],[-135.699146,59.10741],[-135.723091,59.069847],[-135.524117,58.887696],[-135.683487,58.853598],[-135.747005,58.725606],[-135.551001,58.698793],[-135.405223,58.620593],[-135.316732,58.504393],[-135.50702,58.499604],[-135.44996617286,58.339068182657],[-135.649861,58.324517],[-135.728054,58.397067],[-136.041818,58.380161],[-136.11193,58.34253],[-136.437152,58.302417],[-136.544776,58.316665],[-136.591924,58.217886],[-136.70125,58.219416],[-136.717093,58.273508],[-136.857605,58.31636],[-136.986384,58.404043],[-137.078109,58.397474],[-137.355328,58.492374],[-137.568216,58.587989],[-137.941828,58.794322],[-137.93615989518,58.81065022345]]]]},"properties":{"id":"02105","n":"Hoonah Angoon","z":["99820","99825","99826","99827","99829","99832","99841"],"st":"AK"}},"02185":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-141.00260959622,68.498364004591],[-142.232922,68.500007],[-146,68.5],[-146,68],[-155.318744,68.000032],[-155.318748,68.034942],[-156.236817,68.034926],[-156.236831,68.121498],[-157.15491,68.121483],[-157.154924,68.208054],[-159.693477,68.207992],[-159.693487,68.294564],[-160.159452,68.294553],[-160.15944,68.207982],[-161.091351,68.207961],[-161.091364,68.294532],[-161.55732,68.294521],[-161.557328,68.207949],[-162.023261,68.20794],[-162.023273,68.294511],[-162.722202,68.294496],[-162.72219,68.207926],[-164.499463,68.20789],[-164.499437,68.034748],[-165.3965202965,68.034730518698],[-165.97497,68.14091],[-166.089453,68.221299],[-166.313138,68.289164],[-166.60089,68.333637],[-166.838969,68.337186],[-166.591802,68.405551],[-166.328459,68.442261],[-166.229761,68.613771],[-166.193421,68.726649],[-166.224187,68.873175],[-165.522358,68.855839],[-164.967542,68.88303],[-164.253157,68.930938],[-163.926999,69.000802],[-163.574034,69.124077],[-163.244656,69.306081],[-163.151351,69.430262],[-163.151261,69.61263],[-162.989084,69.82525],[-162.78808,69.929097],[-162.503572,70.100393],[-162.302314,70.204227],[-161.879266,70.329269],[-161.581911,70.302877],[-161.288197,70.296772],[-160.81279,70.376696],[-160.214828,70.559087],[-159.648383,70.794368],[-159.17181,70.875103],[-159.114972,70.817402],[-158.85342,70.792352],[-158.573913,70.79495],[-158.366302,70.819712],[-158.032397,70.832263],[-157.768452,70.875842],[-157.421001,70.976805],[-156.809653,71.286886],[-156.56865,71.352561],[-156.531124,71.296338],[-156.309908,71.259881],[-156.074411,71.242489],[-156.044615,71.184701],[-155.895105,71.193899],[-155.587702,71.17256],[-155.533347,71.067683],[-155.762068,70.985644],[-155.95205,70.964831],[-155.924955,70.85272],[-155.731842,70.83116],[-155.543031,70.847175],[-155.513293,70.940579],[-155.36416,70.994195],[-155.262602,71.079149],[-155.060764,71.145422],[-154.942864,71.126264],[-154.581129,71.007321],[-154.608314,70.942405],[-154.572458,70.82594],[-154.290317,70.821495],[-154.127487,70.778133],[-153.89048,70.885719],[-153.426265,70.890131],[-153.23848,70.922467],[-152.904243,70.883877],[-152.423534,70.858708],[-152.223053,70.824594],[-152.19246,70.795294],[-152.348417,70.744382],[-152.352196,70.697802],[-152.473348,70.683669],[-152.433781,70.616926],[-151.975785,70.563215],[-151.697258,70.547741],[-151.739862,70.436207],[-151.504417,70.431103],[-151.175187,70.375558],[-150.903765,70.46091],[-150.557415,70.481643],[-150.301516,70.418392],[-150.074461,70.439333],[-149.866698,70.510769],[-149.740188,70.498151],[-149.461755,70.518271],[-149.179148,70.4857],[-148.928979,70.426835],[-148.667017,70.430084],[-148.477044,70.359068],[-148.46615,70.313609],[-148.351437,70.304453],[-148.203477,70.348188],[-147.863719,70.293317],[-147.765104,70.219806],[-147.431532,70.188826],[-147.233327,70.207553],[-147.161601,70.155612],[-146.991109,70.14761],[-146.885771,70.185917],[-146.508133,70.186044],[-146.006411,70.140402],[-145.858297,70.165996],[-145.623306,70.084375],[-145.175073,69.991707],[-144.902304,69.96451],[-144.672305,69.966876],[-144.455421,70.035244],[-144.274904,70.048711],[-143.914244,70.115696],[-143.281878,70.151052],[-142.746807,70.042531],[-142.452927,69.958125],[-142.404366,69.916511],[-142.239873,69.896598],[-142.015641,69.837976],[-141.713369,69.789497],[-141.43084,69.695144],[-141.210456,69.68419],[-141.002672,69.645609],[-141.00260959622,68.498364004591]]]},"properties":{"id":"02185","n":"North Slope","z":["99510","99519","99721","99723","99734","99747","99759","99766","99782","99789","99791"],"st":"AK"}},"05107":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.056276,34.336605],[-91.002693,34.336353],[-91.000459,34.469398],[-91.054774,34.47088],[-91.051918,34.645721],[-90.573288412618,34.633670506468],[-90.569347,34.524867],[-90.575336,34.415152],[-90.660404,34.33576],[-90.729131,34.364206],[-90.752681,34.289266],[-90.89456,34.22438],[-90.944080760194,34.120065294777],[-90.944795524309,34.116657205314],[-91.117905,34.119105],[-91.078628,34.143729],[-91.056276,34.336605]]]},"properties":{"id":"05107","n":"Phillips","z":["72069","72312","72328","72333","72342","72353","72355","72366","72367","72369","72374","72383","72389","72390"],"st":"AR"}},"02170":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-152.997647,62.727401],[-151.893784,62.725864],[-151.894015,62.798058],[-149.526148,63.333217],[-148.025618,63.333233],[-148.025627,63.477609],[-146.999966,63.479645],[-146.489541,63.482913],[-146.494311,63.168975],[-146.494296,62.957864],[-146.436899,62.856991],[-146.423984,62.250511],[-146.979807,62.250497],[-146.960978,62.163852],[-146.960952,61.817272],[-146.942559,61.470675],[-147.206605,61.470663],[-147.206597,61.426265],[-148.462471,61.426267],[-149.180062,61.42625],[-149.240449,61.484025],[-149.35944,61.484025],[-149.748369,61.397371],[-149.897622,61.267387],[-149.987495,61.224064],[-150.22124066987,61.193170799938],[-150.204894,61.259548],[-150.425,61.245552],[-150.679902,61.265888],[-150.97401191634,61.194467298699],[-150.974014,61.25294],[-151.332802,61.252936],[-151.332784,61.426239],[-152.999882,61.426172],[-152.999839,62.292621],[-152.997647,62.727401]]]},"properties":{"id":"02170","n":"Matanuska Susitna","z":["99588","99623","99629","99645","99652","99654","99667","99674","99676","99683","99687","99688","99693","99694","99729"],"st":"AK"}},"01113":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.434045,32.40984],[-85.330143,32.410842],[-85.333843,32.468639],[-85.059294,32.472909],[-85.001130839124,32.510154788398],[-84.981150294134,32.379040076682],[-85.008096,32.336677],[-84.891841,32.263398],[-84.919942147926,32.230848200933],[-85.058749,32.136018],[-85.051411127913,32.062256083622],[-85.185067,32.061708],[-85.257834,32.147931],[-85.410241,32.146651],[-85.433543,32.234648],[-85.434045,32.40984]]]},"properties":{"id":"01113","n":"Russell","z":{"1":"36027","2":"36804","3":"36851","4":"36856","5":"36858","6":"36859","7":"36860","8":"36867","9":"36868","10":"36869","11":"36870","12":"36871","13":"36874","14":"36875","15":"31905"},"st":"AL"}},"09011":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.46673,41.583899],[-72.410367,41.602581],[-72.239559,41.714191],[-72.146717,41.667169],[-71.954983,41.634799],[-71.789464590839,41.640017190707],[-71.789358672742,41.596852160343],[-71.797683,41.416709],[-71.860513,41.320248],[-71.886302,41.33641],[-72.134221,41.299398],[-72.201422,41.315697],[-72.340012908702,41.277849262238],[-72.43371,41.423995],[-72.305531,41.436282],[-72.322931,41.518119],[-72.430767,41.524567],[-72.46673,41.583899]]]},"properties":{"id":"09011","n":"New London","z":["06249","06254","06320","06330","06333","06334","06335","06336","06338","06339","06340","06349","06350","06351","06353","06355","06357","06359","06360","06365","06370","06371","06372","06375","06376","06378","06379","06380","06382","06383","06384","06385","06388","06389","06415","06420","06474"],"st":"CT"}},"06003":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-120.072484,38.509869],[-120.072392,38.702767],[-119.877287,38.870193],[-119.904315,38.933324],[-119.58540614484,38.713150900671],[-119.619066,38.603529],[-119.542367,38.481657],[-119.639205,38.32688],[-119.705385,38.416102],[-119.884749,38.356185],[-120.019951,38.433521],[-120.072484,38.509869]]]},"properties":{"id":"06003","n":"Alpine","z":["95223","95646","96120"],"st":"CA"}},"05065":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.15699,36.261248],[-91.691435,36.253301],[-91.682277,36.000535],[-91.710552,35.941759],[-91.849448,35.867411],[-91.95302,35.931644],[-92.108622,35.931328],[-92.063576,36.024372],[-92.19543,36.132798],[-92.15699,36.261248]]]},"properties":{"id":"05065","n":"Izard","z":["72512","72513","72517","72519","72528","72532","72536","72540","72556","72560","72561","72565","72566","72573","72577","72584","72585","72587"],"st":"AR"}},"08093":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-106.135529,39.379546],[-106.021966,39.361713],[-105.966786,39.438035],[-105.817631,39.53831],[-105.829662,39.564865],[-105.398949,39.566056],[-105.397875,39.129564],[-105.330444,39.129685],[-105.329134,38.697205],[-105.96975,38.693551],[-105.906587,38.806962],[-105.925123,38.872178],[-106.028138,38.942849],[-106.110995,38.940099],[-106.191006,39.056073],[-106.183972,39.309354],[-106.135529,39.379546]]]},"properties":{"id":"08093","n":"Park","z":["80420","80421","80432","80440","80448","80449","80456","80470","80475","80816","80820","80827"],"st":"CO"}},"06109":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-120.019951,38.433521],[-119.884749,38.356185],[-119.705385,38.416102],[-119.639205,38.32688],[-119.576496,38.157661],[-119.345922,38.083113],[-119.308389,37.946824],[-119.200283,37.885827],[-119.20128,37.804329],[-119.268979,37.73923],[-119.308995,37.777986],[-119.426792,37.866724],[-119.535699,37.904122],[-119.667203,37.801224],[-119.809409,37.755025],[-119.907013,37.757926],[-120.079508,37.828808],[-120.127226,37.781566],[-120.345437,37.724787],[-120.306312,37.665419],[-120.38767,37.633364],[-120.653274,37.831858],[-120.514952,37.95339],[-120.534276,37.989443],[-120.442529,38.058741],[-120.176177,38.374014],[-120.019951,38.433521]]]},"properties":{"id":"06109","n":"Tuolumne","z":{"0":"95223","1":"95305","2":"95309","3":"95310","4":"95311","5":"95321","6":"95327","7":"95329","8":"95335","9":"95346","10":"95347","11":"95364","12":"95370","13":"95372","14":"95373","15":"95375","16":"95379","17":"95383","18":"95389","23":"95314"},"st":"CA"}},"06045":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-124.02520517453,40.001299341669],[-123.544458,40.001923],[-123.544563,39.977015],[-122.934013,39.978131],[-122.937654,39.798156],[-122.892676,39.708898],[-122.885352,39.580108],[-122.89031,39.529014],[-123.063181,39.503539],[-123.075114,39.407683],[-122.994839,39.235924],[-123.077812,39.173791],[-123.056212,39.021096],[-122.98664,38.997283],[-122.948865,38.90022],[-122.821592,38.85014],[-123.080997,38.852438],[-123.136253,38.809136],[-123.54092201163,38.767656216039],[-123.71054,38.91323],[-123.69074,39.021293],[-123.825331,39.360814],[-123.766475,39.552803],[-123.851714,39.832041],[-124.02520517453,40.001299341669]]]},"properties":{"id":"06045","n":"Mendocino","z":["95410","95415","95417","95418","95420","95425","95427","95428","95429","95432","95437","95445","95449","95454","95456","95459","95460","95463","95466","95468","95469","95470","95481","95482","95488","95490","95494","95585","95587","95589"],"st":"CA"}},"02275":{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-133.0398774124,56.239040380096],[-132.887585,56.172938],[-132.85978295117,56.052769327023],[-133.007727,56.134873],[-133.0398774124,56.239040380096]]],[[[-132.54582226332,56.71362123588],[-132.439599,56.770409],[-132.348468,56.771287],[-132.215746,56.891606],[-132.11891792336,56.891229390509],[-132.125934,56.874698],[-131.871725,56.804965],[-131.90176,56.753158],[-131.835133,56.601849],[-131.581221,56.613275],[-131.461806,56.547904],[-131.08679469628,56.407094773224],[-131.09623,56.335166],[-130.99843,56.274565],[-131.110314,56.194069],[-131.240485,56.172614],[-131.253358,56.20685],[-131.439957,56.131083],[-131.364317,56.017943],[-131.498849,56.019097],[-131.653403,56.103851],[-131.664222,56.067502],[-131.829365,56.056465],[-131.905601,55.979061],[-131.871943,55.948878],[-132.011037,55.854788],[-131.935635,55.798431],[-131.962744,55.700757],[-132.058825,55.71093],[-132.091178,55.660703],[-132.19968139906,55.633834],[-132.265071,55.762174],[-132.130413,55.811419],[-132.067412,55.875078],[-132.279962,55.924839],[-132.323242,55.851878],[-132.397304,55.878867],[-132.492795,56.066436],[-132.594235,56.021858],[-132.708697,56.112124],[-132.718342,56.217704],[-132.877582,56.240322],[-133.070056,56.330951],[-132.977163,56.439673],[-132.627544,56.46287],[-132.45079,56.564098],[-132.529037,56.63797],[-132.54582226332,56.71362123588]]]]},"properties":{"id":"02275","n":"Wrangell","z":["99903","99929"],"st":"AK"}},"01109":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.191379,31.966453],[-85.995563,31.967554],[-85.996853,32.051049],[-85.893652,32.047351],[-85.88435,31.967253],[-85.790048,31.967254],[-85.791047,31.880357],[-85.657668,31.880275],[-85.66623,31.772877],[-85.748251,31.618048],[-85.789142,31.617964],[-86.145895,31.617741],[-86.148339,31.790951],[-86.199378,31.79045],[-86.191379,31.966453]]]},"properties":{"id":"01109","n":"Pike","z":["36005","36010","36034","36035","36049","36061","36062","36069","36079","36081","36082"],"st":"AL"}},"01027":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.85189,33.498742],[-85.643482,33.495885],[-85.653654,33.106634],[-85.974715,33.105286],[-86.00917,33.09026],[-86.17437,33.104394],[-86.17283,33.195681],[-86.120567,33.194511],[-86.118198,33.29632],[-85.980293,33.29419],[-85.976525,33.38187],[-85.923762,33.396206],[-85.904909,33.498655],[-85.85189,33.498742]]]},"properties":{"id":"01027","n":"Clay","z":["35072","35082","35150","35160","36251","36255","36256","36258","36266","36267","36268","36276"],"st":"AL"}},"06011":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-122.739062,39.383266],[-122.192334,39.385257],[-122.136161,39.414499],[-121.890013,39.383864],[-121.908269,39.303878],[-121.945514,39.179843],[-121.889101,39.072373],[-121.795366,38.995686],[-121.835488,38.924481],[-122.340172,38.924246],[-122.413416,39.020218],[-122.491278,39.052991],[-122.47729,39.17395],[-122.680927,39.238726],[-122.775043,39.311778],[-122.739062,39.383266]]]},"properties":{"id":"06011","n":"Colusa","z":["95645","95912","95932","95950","95955","95970","95979","95987"],"st":"CA"}},"06015":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-124.211605,41.99846],[-123.82203759859,41.995620816947],[-123.5191128368,41.999172518033],[-123.565442,41.903141],[-123.703768,41.829117],[-123.660205,41.714055],[-123.719174,41.595613],[-123.61179,41.462127],[-123.661363,41.38209],[-123.770239,41.380776],[-123.770551,41.464193],[-124.06747365942,41.464736188491],[-124.154246,41.728801],[-124.245027,41.7923],[-124.211605,41.99846]]]},"properties":{"id":"06015","n":"Del Norte","z":["95531","95532","95538","95543","95548","95567"],"st":"CA"}},"06095":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-122.406786,38.155632],[-122.195971,38.162991],[-122.205982,38.315713],[-122.061379,38.327411],[-122.126389,38.428918],[-122.103281,38.513348],[-122.011673,38.488991],[-121.940285,38.533384],[-121.712034,38.537962],[-121.693697,38.313732],[-121.593273,38.313089],[-121.615413,38.195696],[-121.71213,38.08552],[-121.862462,38.06603],[-122.050386,38.060198],[-122.14312,38.031761],[-122.26932005492,38.060374497531],[-122.39758123062,38.142003597253],[-122.406786,38.155632]]]},"properties":{"id":"06095","n":"Solano","z":["94510","94512","94533","94534","94535","94570","94571","94585","94589","94590","94591","94592","95612","95618","95620","95625","95687","95688","95690","95694","95696","95867"],"st":"CA"}},"08015":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-106.577966,39.057908],[-106.191006,39.056073],[-106.110995,38.940099],[-106.028138,38.942849],[-105.925123,38.872178],[-105.906587,38.806962],[-105.96975,38.693551],[-105.878122,38.60212],[-105.908717,38.505631],[-106.010751,38.446566],[-106.24694,38.422768],[-106.354185,38.533384],[-106.379899,38.638483],[-106.452126,38.698777],[-106.406987,38.829334],[-106.326099,38.911004],[-106.465032,38.910354],[-106.599214,38.997994],[-106.577966,39.057908]]]},"properties":{"id":"08015","n":"Chaffee","z":["80449","81201","81211","81227","81236","81242"],"st":"CO"}},"05015":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.866758211671,36.498866164685],[-93.584281547356,36.498901678628],[-93.315327106529,36.498312726298],[-93.293447355634,36.498259375234],[-93.30082,36.12155],[-93.479528,36.125072],[-93.551135,36.126271],[-93.657689,36.303082],[-93.815605,36.306563],[-93.890508,36.377894],[-93.866758211671,36.498866164685]]]},"properties":{"id":"05015","n":"Carroll","z":["72611","72613","72616","72624","72631","72632","72638","72660","72740"],"st":"AR"}},"08113":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-109.04179661486,38.153032304968],[-107.965789,38.152328],[-107.891469,38.115957],[-107.889716,38.011615],[-107.795469,37.98852],[-107.738283,37.905432],[-107.860845,37.775517],[-107.989208,37.85664],[-108.210164,37.821125],[-108.256498,37.894607],[-108.81671,37.895538],[-109.04260410062,37.881084817493],[-109.04179661486,38.153032304968]]]},"properties":{"id":"08113","n":"San Miguel","z":["81325","81402","81423","81426","81430","81431","81432","81435"],"st":"CO"}},"08089":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-104.058242,38.146492],[-103.835616,38.11334],[-103.619172,38.113355],[-103.619283,38.171455],[-103.509364,38.172514],[-103.501764,38.265016],[-103.399938,38.265435],[-103.404339,37.643576],[-104.058196,37.644049],[-104.061132,37.734704],[-104.058242,38.146492]]]},"properties":{"id":"08089","n":"Otero","z":["81030","81039","81050","81058","81059","81067","81077"],"st":"CO"}},"08017":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-103.163025,39.03761],[-102.046571,39.047038],[-102.04571290309,38.697565770078],[-102.04551057457,38.615164590177],[-103.172943,38.61245],[-103.163025,39.03761]]]},"properties":{"id":"08017","n":"Cheyenne","z":["80802","80810","80821","80825","80862"],"st":"CO"}},"01129":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.463625304685,31.69794237135],[-88.088288,31.699303],[-88.072234,31.5945],[-87.906143,31.491752],[-87.88729,31.392197],[-87.959619,31.316206],[-87.946588,31.19293],[-87.972869,31.162694],[-88.022649,31.144267],[-88.329782,31.143821],[-88.432007,31.114298],[-88.449446069017,31.435836861278],[-88.463625304685,31.69794237135]]]},"properties":{"id":"01129","n":"Washington","z":["36513","36518","36522","36529","36538","36539","36548","36553","36556","36558","36569","36581","36583","36584","36585","36919"],"st":"AL"}},"01079":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.529667,34.567081],[-87.44577,34.650968],[-87.42651,34.800022],[-87.260676,34.758626],[-87.105073,34.686037],[-87.110111,34.313799],[-87.109911,34.299299],[-87.529722,34.304598],[-87.529667,34.567081]]]},"properties":{"id":"01079","n":"Lawrence","z":["35565","35603","35618","35619","35643","35650","35651","35654","35672","35673"],"st":"AL"}},"05077":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.099961,34.86712],[-91.099201,34.911796],[-90.40854,34.904121],[-90.407982753794,34.835265979281],[-90.463795,34.834923],[-90.573288412618,34.633670506468],[-91.051918,34.645721],[-91.049474,34.734184],[-91.102542,34.734864],[-91.099961,34.86712]]]},"properties":{"id":"05077","n":"Lee","z":["72311","72320","72335","72341","72348","72352","72355","72360","72368","72372"],"st":"AR"}},"01099":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.50093,31.829251],[-86.906899,31.830628],[-86.905899,31.753035],[-87.0511,31.71834],[-87.135051,31.642417],[-87.166581,31.519561],[-87.427455,31.260386],[-87.61589,31.244458],[-87.765152,31.297346],[-87.784796,31.324672],[-87.665572,31.423166],[-87.573733,31.435088],[-87.619844,31.519049],[-87.565413,31.553573],[-87.566841,31.697115],[-87.516131,31.697824],[-87.50093,31.829251]]]},"properties":{"id":"01099","n":"Monroe","z":["36033","36401","36425","36439","36444","36445","36449","36457","36458","36460","36461","36470","36471","36475","36480","36481","36502","36751","36753","36768"],"st":"AL"}},"05079":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.953799,34.064141],[-91.953629,34.09338],[-91.74499,34.094021],[-91.712255,34.173458],[-91.602334,34.088056],[-91.445614,34.080147],[-91.421715,34.014472],[-91.548668,33.976799],[-91.557648,33.783384],[-91.975974,33.791787],[-91.953799,34.064141]]]},"properties":{"id":"05079","n":"Lincoln","z":["71603","71639","71643","71644","71655","71667","71678"],"st":"AR"}},"04007":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-111.554681,34.471733],[-111.501724,34.497937],[-111.324303,34.422594],[-111.250302,34.453274],[-111.147094,34.375185],[-111.096661,34.396431],[-110.848059,34.267205],[-110.750678,34.263314],[-110.750672,34.000048],[-110.00066,34.000046],[-110.000649,33.57693],[-110.000646,33.465916],[-110.340949,33.427066],[-110.441544,33.38167],[-110.457194,33.295268],[-110.400676,33.198814],[-110.449021,33.194526],[-110.632529,33.142771],[-110.781076,32.983738],[-110.955497,33.279139],[-111.039976,33.466019],[-111.153354,33.677606],[-111.222055,33.602446],[-111.38235,33.758247],[-111.372317,33.823924],[-111.494778,33.999817],[-111.477853,34.151108],[-111.72057,34.161429],[-111.659644,34.386251],[-111.554681,34.471733]]]},"properties":{"id":"04007","n":"Gila","z":["85072","85135","85192","85501","85502","85532","85539","85541","85542","85544","85545","85547","85550","85553","85554","85941"],"st":"AZ"}},"08073":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-104.055528,38.868868],[-103.719664,38.866827],[-103.714355,39.566331],[-103.707072,39.566295],[-103.154376,39.565654],[-103.163025,39.03761],[-103.172943,38.61245],[-103.172878,38.525315],[-103.504666,38.516409],[-104.053921,38.522393],[-104.055528,38.868868]]]},"properties":{"id":"08073","n":"Lincoln","z":["80804","80818","80821","80823","80826","80828","80832","80833","81063"],"st":"CO"}},"02230":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-135.029245,59.345364],[-135.37502,59.350033],[-135.71731684219,59.730076946574],[-135.477436,59.799626],[-135.231148,59.697176],[-135.027456,59.563692],[-135.067356,59.421855],[-135.029245,59.345364]]]},"properties":{"id":"02230","n":"Skagway","z":["99840"],"st":"AK"}},"01077":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.984916043699,35.005910124326],[-87.606097867653,35.003519526204],[-87.224053641876,34.999230741972],[-87.210758579982,34.999049181],[-87.214914,34.816011],[-87.260676,34.758626],[-87.42651,34.800022],[-87.524363,34.832384],[-87.806963,34.732061],[-87.92029,34.804468],[-87.973222,34.88255],[-88.097888,34.892202],[-88.200064,34.995634],[-87.984916043699,35.005910124326]]]},"properties":{"id":"01077","n":"Lauderdale","z":["35610","35614","35617","35630","35631","35632","35633","35634","35645","35648","35652","35677"],"st":"AL"}},"05069":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.208041,34.492765],[-92.029996,34.489352],[-91.705185,34.48267],[-91.711795,34.233919],[-91.537991,34.223807],[-91.445614,34.080147],[-91.602334,34.088056],[-91.712255,34.173458],[-91.74499,34.094021],[-91.953629,34.09338],[-91.953799,34.064141],[-92.233376,34.062312],[-92.212906,34.2304],[-92.208041,34.492765]]]},"properties":{"id":"05069","n":"Jefferson","z":["71601","71602","71603","71612","71613","71644","71659","72004","72046","72073","72079","72132","72150","72152","72160","72168","72175"],"st":"AR"}},"06035":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-121.331786,41.183886],[-119.999866,41.183974],[-119.996155,40.32125],[-119.99993544809,39.722406924724],[-120.147149,39.707658],[-120.110627,39.765779],[-120.108761,39.93951],[-120.201264,40.013474],[-120.209641,40.086008],[-120.341385,40.115243],[-120.510817,40.248945],[-120.652158,40.307656],[-120.764403,40.31601],[-120.928582,40.191931],[-121.061493,40.256417],[-121.061417,40.446536],[-121.327826,40.445367],[-121.319976,40.905886],[-121.331786,41.183886]]]},"properties":{"id":"06035","n":"Lassen","z":["96006","96009","96056","96068","96105","96109","96110","96113","96114","96117","96119","96121","96123","96127","96128","96130","96132","96136","96137"],"st":"CA"}},"01033":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.097888,34.892202],[-87.973222,34.88255],[-87.92029,34.804468],[-87.806963,34.732061],[-87.524363,34.832384],[-87.42651,34.800022],[-87.44577,34.650968],[-87.529667,34.567081],[-88.139559441247,34.581696745884],[-88.097888,34.892202]]]},"properties":{"id":"01033","n":"Colbert","z":{"0":"35616","1":"35646","2":"35653","3":"35654","4":"35660","5":"35661","6":"35662","7":"35672","8":"35674","17":"38852"},"st":"AL"}},"06061":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-121.414779,38.996452],[-121.279533,39.034618],[-121.137979,39.037911],[-121.067546,39.005371],[-120.908996,39.170173],[-120.727893,39.288081],[-120.5546,39.315596],[-120.0047955123,39.316475011958],[-120.00336402883,39.165626764069],[-120.00261484291,39.112689374096],[-120.00197525087,39.067495874468],[-120.143663,39.067285],[-120.184098,39.031014],[-120.435299,39.028163],[-120.563747,38.913705],[-120.746395,39.010352],[-120.858903,38.952256],[-120.940281,38.962339],[-121.040511,38.915538],[-121.141009,38.71198],[-121.484396,38.734598],[-121.469356,38.925992],[-121.414779,38.996452]]]},"properties":{"id":"06061","n":"Placer","z":["95602","95603","95604","95626","95631","95648","95650","95658","95661","95663","95668","95677","95678","95681","95701","95703","95713","95714","95715","95717","95722","95724","95728","95736","95746","95747","95765","96140","96141","96142","96143","96145","96146","96148","96154","96161"],"st":"CA"}},"01069":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.417434,31.314973],[-85.08882996353,31.308647755497],[-85.107516,31.186451],[-85.021107562363,31.075463872306],[-85.002499,31.000682],[-85.488298288939,30.997964623287],[-85.48576,31.199886],[-85.710333,31.195173],[-85.666121,31.267316],[-85.485854,31.246096],[-85.417434,31.314973]]]},"properties":{"id":"01069","n":"Houston","z":["36301","36302","36303","36304","36305","36312","36319","36320","36321","36343","36345","36350","36352","36370","36375","36376"],"st":"AL"}},"05145":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.111463,35.362725],[-91.851958,35.358287],[-91.793958,35.534114],[-91.58188,35.530447],[-91.584687,35.442311],[-91.347257,35.439106],[-91.438202,35.369378],[-91.407782,35.212655],[-91.465114,35.089454],[-91.584005,35.091584],[-91.608065,35.020741],[-91.695463,35.062344],[-91.802505,35.030425],[-91.87888,35.024577],[-92.012735,35.076251],[-92.119719,35.066493],[-92.111463,35.362725]]]},"properties":{"id":"05145","n":"White","z":["72010","72012","72020","72045","72052","72060","72068","72081","72082","72085","72102","72111","72121","72136","72137","72139","72143","72145","72149","72173","72178"],"st":"AR"}},"01061":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.193476,31.192213],[-85.791402,31.196349],[-85.710333,31.195173],[-85.48576,31.199886],[-85.488298288939,30.997964623287],[-85.498001585089,30.997865049361],[-86.035038104951,30.993749607302],[-86.187248048981,30.994066723462],[-86.193476,31.192213]]]},"properties":{"id":"01061","n":"Geneva","z":["36301","36305","36313","36314","36316","36318","36322","36340","36344","36349","36352","36375","36442","36453","36477"],"st":"AL"}},"08029":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-107.500606,39.217916],[-107.500655,38.668553],[-108.378698,38.668097],[-108.378953,38.829108],[-108.140323,38.908767],[-107.982173,39.059878],[-107.85824,39.079804],[-107.76549,39.043294],[-107.500606,39.217916]]]},"properties":{"id":"08029","n":"Delta","z":["81410","81413","81414","81415","81416","81418","81419","81420","81428","81434"],"st":"CO"}},"05103":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.116361,33.452909],[-93.10429,33.777011],[-92.893534,33.809943],[-92.583054,33.802198],[-92.58503,33.736514],[-92.735617,33.624141],[-92.776729,33.537648],[-92.705093,33.431215],[-92.567156,33.3672],[-92.660238,33.355613],[-92.978469,33.37728],[-93.119014,33.380293],[-93.116361,33.452909]]]},"properties":{"id":"05103","n":"Ouachita","z":["71701","71720","71726","71751","71762","71763","71764"],"st":"AR"}},"01015":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.145562,33.679098],[-86.043993,33.763595],[-86.065272,33.842198],[-85.96917,33.914598],[-85.738975,33.96846],[-85.530094,33.941423],[-85.638049,33.773339],[-85.65581,33.627166],[-85.796054,33.55622],[-85.794559,33.585565],[-85.994935,33.586475],[-86.050669,33.67459],[-86.145562,33.679098]]]},"properties":{"id":"01015","n":"Calhoun","z":["35096","35905","36201","36202","36203","36204","36205","36206","36207","36250","36253","36254","36257","36260","36265","36271","36272","36277","36279"],"st":"AL"}},"06007":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-121.436886,40.151905],[-121.366818,40.086054],[-121.41948,40.015766],[-121.429957,39.900313],[-121.210878,39.725651],[-121.076695,39.597264],[-121.149907,39.526446],[-121.305122,39.519585],[-121.407527,39.339754],[-121.62376,39.295621],[-121.908269,39.303878],[-121.890013,39.383864],[-121.856532,39.536904],[-121.994021,39.533926],[-121.967868,39.722397],[-122.046471,39.797648],[-122.044865,39.883771],[-121.804041,39.884344],[-121.703241,39.98423],[-121.646032,39.982527],[-121.586407,40.100522],[-121.436886,40.151905]]]},"properties":{"id":"06007","n":"Butte","z":["95901","95914","95916","95917","95926","95927","95928","95929","95930","95938","95940","95941","95942","95948","95954","95958","95965","95966","95968","95969","95972","95973","95974","95978","95980"],"st":"CA"}},"08099":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-102.74233,38.266971],[-102.04465035915,38.268749222503],[-102.04463427029,38.26241156775],[-102.04196565863,37.738540573638],[-102.04189086967,37.644277685292],[-102.747615,37.643642],[-102.74233,38.266971]]]},"properties":{"id":"08099","n":"Prowers","z":["81041","81043","81047","81052","81084","81092"],"st":"CO"}},"06019":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-120.541696,37.044505],[-120.450341,36.911172],[-120.456246,36.862863],[-120.370256,36.78494],[-120.229179,36.769687],[-120.057776,36.82286],[-119.814421,36.850138],[-119.705356,36.999794],[-119.562979,37.064095],[-119.506733,37.150554],[-119.330573,37.205791],[-119.335189,37.310774],[-119.286658,37.374943],[-119.022363,37.585737],[-118.91706,37.550336],[-118.850474,37.475796],[-118.775014,37.463052],[-118.786736,37.34338],[-118.716016,37.328208],[-118.654593,37.141826],[-118.437137,37.059818],[-118.360831,36.887734],[-118.360586,36.744773],[-118.982441,36.741646],[-118.984779,36.657147],[-119.304625,36.660606],[-119.305102,36.573725],[-119.466322,36.575238],[-119.573194,36.488835],[-119.6664,36.41888],[-119.959227,36.400975],[-119.959058,36.181747],[-120.315068,35.907186],[-120.433053,35.968933],[-120.667551,36.138057],[-120.62691,36.203227],[-120.678582,36.267319],[-120.596562,36.328488],[-120.597155,36.488235],[-120.918731,36.740381],[-120.65595,36.952832],[-120.590566,36.952641],[-120.541696,37.044505]]]},"properties":{"id":"06019","n":"Fresno","z":["92631","93210","93234","93242","93602","93605","93606","93607","93608","93609","93611","93612","93613","93616","93618","93619","93620","93621","93622","93624","93625","93626","93627","93628","93630","93631","93633","93634","93640","93641","93642","93646","93648","93649","93650","93651","93652","93654","93656","93657","93660","93662","93664","93667","93668","93675","93701","93702","93703","93704","93705","93706","93707","93708","93709","93710","93711","93712","93714","93715","93716","93717","93718","93720","93721","93722","93723","93724","93725","93726","93727","93728","93729","93730","93737","93740","93741","93744","93745","93747","93750","93755","93760","93761","93764","93765","93771","93772","93773","93774","93775","93776","93777","93778","93779","93786","93790","93791","93792","93793","93794","93844","93888"],"st":"CA"}},"06077":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-121.580022,38.094414],[-121.472138,38.259659],[-121.398193,38.227427],[-121.222512,38.244406],[-121.027084,38.300252],[-120.995497,38.225402],[-120.926449,38.077421],[-120.920993,37.737947],[-121.110049,37.742128],[-121.241219,37.664009],[-121.471925,37.481783],[-121.556655,37.542732],[-121.556997,37.816488],[-121.579425,37.8723],[-121.580022,38.094414]]]},"properties":{"id":"06077","n":"San Joaquin","z":["94240","95201","95202","95203","95204","95205","95206","95207","95208","95209","95210","95211","95212","95213","95214","95215","95219","95220","95227","95230","95231","95234","95236","95237","95240","95241","95242","95253","95258","95267","95269","95296","95297","95304","95320","95330","95336","95337","95361","95366","95376","95377","95378","95385","95391","95632","95641","95686"],"st":"CA"}},"05083":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.140571,35.099678],[-94.139307,35.143361],[-94.031236,35.140857],[-94.028547,35.213826],[-93.920167,35.229427],[-93.917127,35.319046],[-93.810087,35.313095],[-93.806849,35.430011],[-93.710076,35.375242],[-93.435463,35.427871],[-93.417895,35.326779],[-93.299014,35.327425],[-93.278293,35.317402],[-93.279959,35.212552],[-93.457022,35.215782],[-93.529838,35.145441],[-93.706692,35.134943],[-93.704885,35.019715],[-94.074347,35.026585],[-94.140571,35.099678]]]},"properties":{"id":"05083","n":"Logan","z":["72826","72834","72835","72851","72855","72863","72865","72927","72933","72943","72949","72951"],"st":"AR"}},"08101":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-105.049215,38.257973],[-104.940366,38.258275],[-104.941533,38.519569],[-104.053921,38.522393],[-104.058242,38.146492],[-104.061132,37.734704],[-104.351109,37.817488],[-104.646383,37.900527],[-105.013729,37.881271],[-105.049917,37.915479],[-105.049215,38.257973]]]},"properties":{"id":"08101","n":"Pueblo","z":["81001","81002","81003","81004","81005","81006","81007","81008","81009","81010","81011","81012","81019","81022","81023","81025","81039","81069"],"st":"CO"}},"06005":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-121.027507,38.508292],[-120.813554,38.562193],[-120.627604,38.503143],[-120.301721,38.549109],[-120.212787,38.629371],[-120.072392,38.702767],[-120.072484,38.509869],[-120.33104,38.465192],[-120.423215,38.473322],[-120.614881,38.389408],[-120.63129,38.340263],[-120.810126,38.28201],[-120.892864,38.221574],[-120.995497,38.225402],[-121.027084,38.300252],[-121.027507,38.508292]]]},"properties":{"id":"06005","n":"Amador","z":["95601","95629","95640","95642","95646","95654","95665","95666","95669","95675","95685","95689","95699"],"st":"CA"}},"01013":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.857583,31.962167],[-86.448198,31.964629],[-86.448635,31.655617],[-86.499533,31.655247],[-86.499213,31.525331],[-86.701554,31.523946],[-86.839279,31.525365],[-86.906769,31.632671],[-86.905899,31.753035],[-86.906899,31.830628],[-86.908939,31.961673],[-86.857583,31.962167]]]},"properties":{"id":"01013","n":"Butler","z":["36015","36030","36032","36033","36037","36042","36071","36456","36474"],"st":"AL"}},"04012":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-114.62914651819,33.433545],[-114.524599,33.552231],[-114.496565,33.719155],[-114.534987,33.928499],[-114.43009113852,34.078931406279],[-114.229715,34.186928],[-114.14081715128,34.303127513882],[-114.031132,34.259819],[-113.851708,34.251265],[-113.679109,34.210029],[-113.539524,34.306377],[-113.370507,34.291968],[-113.333508,34.317877],[-113.333753,33.999227],[-113.33392,33.377425],[-113.958046,33.377578],[-113.958042,33.464655],[-114.267815,33.463574],[-114.268748,33.029815],[-114.51706679028,33.024628763569],[-114.670803,33.037984],[-114.706175,33.105335],[-114.674491,33.255597],[-114.723259,33.288079],[-114.725282,33.405048],[-114.62914651819,33.433545]]]},"properties":{"id":"04012","n":"La Paz","z":["85325","85328","85334","85344","85346","85348","85357","85359","85369","85371","85376"],"st":"AZ"}},"06091":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-121.009477,39.639459],[-120.873261,39.776168],[-120.792484,39.709794],[-120.147149,39.707658],[-119.99993544809,39.722406924724],[-120.00302891966,39.44504577616],[-120.505445,39.446117],[-120.575059,39.52228],[-120.654332,39.526889],[-120.755729,39.452663],[-121.022085,39.391558],[-121.058203,39.537043],[-121.009477,39.639459]]]},"properties":{"id":"06091","n":"Sierra","z":{"1":"95910","2":"95922","3":"95936","4":"95944","5":"95960","6":"96105","7":"96111","8":"96118","9":"96124","10":"96125","11":"96126","12":"89439"},"st":"CA"}},"01105":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.4212,32.874508],[-87.319184,32.831522],[-87.019157,32.837034],[-87.017762,32.729532],[-87.110817,32.489948],[-87.423153,32.482965],[-87.421744,32.308101],[-87.47308,32.307614],[-87.52429,32.307293],[-87.524485,32.482028],[-87.525198,32.655713],[-87.473915,32.655867],[-87.472174,32.83062],[-87.4212,32.874508]]]},"properties":{"id":"01105","n":"Perry","z":["35034","36701","36744","36756","36759","36765","36786","36793"],"st":"AL"}},"04013":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-113.33392,33.377425],[-113.333753,33.999227],[-112.743951,33.999898],[-112.27604,33.882312],[-112.164758,34.04817],[-111.72531,33.999849],[-111.494778,33.999817],[-111.372317,33.823924],[-111.38235,33.758247],[-111.222055,33.602446],[-111.153354,33.677606],[-111.039976,33.466019],[-111.580634,33.4658],[-111.582709,33.205723],[-112.083488,33.20456],[-112.203288,33.310533],[-112.203719,32.50676],[-113.333897,32.504938],[-113.33392,33.377425]]]},"properties":{"id":"04013","n":"Maricopa","z":["85002","85003","85004","85005","85006","85007","85008","85009","85010","85011","85012","85013","85014","85015","85016","85017","85018","85019","85020","85021","85022","85023","85024","85026","85027","85028","85029","85030","85031","85032","85033","85034","85035","85036","85037","85038","85039","85040","85041","85042","85043","85044","85045","85046","85048","85050","85051","85053","85054","85060","85062","85063","85064","85065","85066","85067","85068","85069","85070","85071","85073","85074","85075","85076","85078","85079","85080","85083","85085","85086","85087","85120","85127","85139","85142","85201","85202","85203","85204","85205","85206","85207","85208","85209","85210","85211","85212","85213","85214","85215","85216","85224","85225","85226","85233","85234","85236","85244","85248","85249","85250","85251","85252","85253","85254","85255","85256","85257","85258","85259","85260","85261","85262","85263","85264","85266","85267","85268","85269","85271","85274","85275","85277","85280","85281","85282","85283","85284","85285","85286","85287","85295","85296","85297","85298","85299","85301","85302","85303","85304","85305","85306","85307","85308","85309","85310","85311","85312","85318","85320","85321","85322","85323","85326","85327","85331","85333","85335","85337","85338","85339","85340","85342","85343","85345","85351","85353","85354","85355","85358","85361","85363","85372","85373","85374","85375","85377","85378","85379","85380","85381","85382","85383","85385","85387","85388","85390","85392","85395","85396","85545"],"st":"AZ"}},"06101":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-121.908269,39.303878],[-121.62376,39.295621],[-121.575415,38.918348],[-121.543306,38.972404],[-121.414779,38.996452],[-121.469356,38.925992],[-121.484396,38.734598],[-121.602894,38.735838],[-121.673033,38.742847],[-121.723149,38.851306],[-121.835488,38.924481],[-121.795366,38.995686],[-121.889101,39.072373],[-121.945514,39.179843],[-121.908269,39.303878]]]},"properties":{"id":"06101","n":"Sutter","z":["95626","95645","95659","95668","95674","95692","95837","95948","95953","95957","95967","95982","95991","95992","95993"],"st":"CA"}},"06079":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-121.347053956,35.795186203815],[-120.213979,35.789276],[-120.194146,35.789204],[-120.193918,35.614359],[-120.085922,35.614524],[-120.086674,35.526554],[-119.880045,35.439133],[-119.880172,35.351211],[-119.809346,35.350865],[-119.809449,35.263584],[-119.666663,35.262527],[-119.667056,35.174809],[-119.553641,35.179975],[-119.560975,35.087673],[-119.472719,35.076885],[-119.472754,34.901174],[-119.535757,34.897576],[-119.672963,34.973375],[-119.745566,34.973676],[-120.082084,35.114678],[-120.188383,35.030378],[-120.334548,35.006315],[-120.301827,34.905571],[-120.435473,34.986759],[-120.65030521184,34.975166302269],[-120.635787,35.123805],[-120.756086,35.160459],[-120.89679,35.247877],[-120.862133,35.360763],[-120.884757,35.430196],[-121.003359,35.46071],[-121.166712,35.635399],[-121.272322,35.666711],[-121.347053956,35.795186203815]]]},"properties":{"id":"06079","n":"San Luis Obispo","z":["93252","93254","93401","93402","93403","93405","93406","93407","93408","93409","93410","93412","93420","93421","93422","93423","93424","93426","93428","93430","93432","93433","93435","93442","93443","93444","93445","93446","93447","93448","93449","93451","93452","93453","93454","93458","93461","93465","93475","93483"],"st":"CA"}},"08123":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-104.943371,40.99807410373],[-104.053249,41.001406],[-103.5737740062,41.001721799084],[-103.581844,40.523383],[-104.147714,40.524389],[-104.150332,40.000856],[-104.961405,40.000337],[-105.052823,40.00026],[-105.055089,40.261793],[-105.05672,40.349281],[-104.945551,40.349099],[-104.943371,40.99807410373]]]},"properties":{"id":"08123","n":"Weld","z":["80504","80513","80514","80516","80520","80524","80530","80534","80537","80542","80543","80546","80549","80550","80551","80603","80610","80611","80612","80615","80620","80621","80622","80623","80624","80631","80632","80633","80634","80638","80639","80642","80643","80644","80645","80646","80648","80649","80650","80651","80652","80654","80729","80732","80742","80754"],"st":"CO"}},"05019":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.478646,34.340851],[-93.408124,34.339527],[-93.35684,34.280306],[-93.035039,34.236664],[-93.038142,34.155059],[-92.886285,34.155877],[-92.893116,33.983284],[-92.961419,33.974159],[-92.89314,33.902751],[-92.893534,33.809943],[-93.10429,33.777011],[-93.264485,33.832282],[-93.373406,33.95707],[-93.434165,34.049739],[-93.46169,34.205751],[-93.502208,34.214106],[-93.478646,34.340851]]]},"properties":{"id":"05019","n":"Clark","z":["71721","71728","71743","71772","71921","71923","71942","71962","71998","71999"],"st":"AR"}},"02282":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-141.00184966564,60.391688011896],[-141.00184,60.306105],[-140.53509,60.224224],[-140.472292,60.31059],[-139.989142,60.18524],[-139.698361,60.340421],[-139.086669,60.357654],[-139.082246,60.323825],[-139.200346,60.090701],[-139.046426,59.998235],[-138.702053,59.910245],[-138.643422,59.792502],[-138.584819,59.752453],[-137.604277,59.243057],[-137.498558,58.986694],[-137.52567710531,58.90897449414],[-137.93615989518,58.81065022345],[-137.951995,58.886029],[-138.224323,59.032216],[-138.636702,59.130585],[-138.919749,59.248531],[-139.420168,59.37976],[-139.861306,59.546678],[-139.74266,59.623871],[-139.585789,59.642765],[-139.608545,59.821961],[-139.776836,59.833835],[-140.176224,59.735965],[-140.242577,59.687888],[-140.792511,59.728573],[-141.392811,59.870028],[-141.595376,59.961905],[-141.73624,59.961905],[-141.912218,60.009779],[-142.426572,60.071066],[-142.744868,60.09413],[-143.624152,60.037257],[-143.893326,59.986721605894],[-143.893325,60.024166],[-143.193519,60.521828],[-141.790619,60.521899],[-141.790601,60.435238],[-141.213451,60.435268],[-141.213444,60.391676],[-141.00184966564,60.391688011896]]]},"properties":{"id":"02282","n":"Yakutat","z":["99689"],"st":"AK"}},"05139":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.978469,33.37728],[-92.660238,33.355613],[-92.567156,33.3672],[-92.431092,33.26979],[-92.350432,33.298941],[-92.22406,33.251782],[-92.137527,33.162956],[-92.143596,33.098242],[-92.069146592481,33.008482430257],[-92.724743173179,33.014341767675],[-92.988707610715,33.017250940152],[-92.978469,33.37728]]]},"properties":{"id":"05139","n":"Union","z":["71724","71730","71731","71747","71749","71750","71753","71758","71759","71762","71765"],"st":"AR"}},"08077":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-109.05122383102,39.366677549586],[-107.430949,39.366178],[-107.465187,39.314515],[-107.394486,39.256299],[-107.500606,39.217916],[-107.76549,39.043294],[-107.85824,39.079804],[-107.982173,39.059878],[-108.140323,38.908767],[-108.378953,38.829108],[-108.378698,38.668097],[-108.379136,38.499987],[-109.059962,38.499987],[-109.05122383102,39.366677549586]]]},"properties":{"id":"08077","n":"Mesa","z":["81501","81502","81503","81504","81505","81506","81507","81520","81521","81522","81523","81524","81525","81526","81527","81624","81630","81643","81646"],"st":"CO"}},"01001":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.917595,32.664169],[-86.71339,32.661732],[-86.714219,32.705694],[-86.413116,32.707386],[-86.411172,32.409937],[-86.496774,32.344437],[-86.653419,32.397247],[-86.781354,32.392494],[-86.814912,32.340803],[-86.906403,32.536712],[-86.917595,32.664169]]]},"properties":{"id":"01001","n":"Autauga","z":["36003","36006","36008","36022","36051","36066","36067","36068","36091","36703","36749","36758"],"st":"AL"}},"06055":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-122.627396,38.667506],[-122.46389,38.705203],[-122.395056,38.864245],[-122.287998,38.839931],[-122.224206,38.699984],[-122.168301,38.655296],[-122.103281,38.513348],[-122.126389,38.428918],[-122.061379,38.327411],[-122.205982,38.315713],[-122.195971,38.162991],[-122.406786,38.155632],[-122.349564,38.193972],[-122.543893,38.519966],[-122.646421,38.598593],[-122.627396,38.667506]]]},"properties":{"id":"06055","n":"Napa","z":["94503","94508","94515","94558","94559","94562","94567","94573","94574","94576","94581","94589","94599"],"st":"CA"}},"08067":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-107.970086,37.639587],[-107.482179,37.639501],[-107.482131,37.422673],[-107.48173699916,37.000004580314],[-108.37930295009,36.999564686312],[-108.290459,37.145975],[-108.290423,37.223584],[-108.197776,37.354939],[-108.105857,37.382068],[-108.038409,37.451931],[-108.022895,37.590587],[-107.970086,37.639587]]]},"properties":{"id":"08067","n":"La Plata","z":["81122","81137","81301","81302","81303","81326","81328","81329"],"st":"CO"}},"05017":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.45737,33.388974],[-91.453438,33.563703],[-91.34954,33.563646],[-91.35081,33.519476],[-91.205644985948,33.546978370933],[-91.215671,33.529423],[-91.113764,33.393124],[-91.125539,33.280255],[-91.068708,33.232936],[-91.104317,33.131598],[-91.180836,33.098364],[-91.159606098013,33.011242321307],[-91.166073,33.004106],[-91.26456405022,33.00473882427],[-91.435931080332,33.005839890972],[-91.460391771832,33.005997055701],[-91.45737,33.388974]]]},"properties":{"id":"05017","n":"Chicot","z":["71638","71640","71653","71661","71663","71676"],"st":"AR"}},"08023":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-105.743339,37.356798],[-105.485516,37.577899],[-105.295587,37.654416],[-105.187549,37.619669],[-105.154176,37.293129],[-105.15504274805,36.995474445611],[-105.22050520078,36.995563236486],[-105.71846968399,36.995845927301],[-105.770673,37.041777],[-105.720308,37.285614],[-105.743339,37.356798]]]},"properties":{"id":"08023","n":"Costilla","z":["81123","81126","81133","81138","81151","81152"],"st":"CO"}},"04025":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-113.334161,35.528037],[-113.174458,35.506445],[-112.975855,35.392904],[-112.95341,35.35611],[-112.694846,35.311586],[-112.541805,35.236338],[-112.440751,35.260468],[-112.4423,35.149408],[-112.335716,35.148279],[-112.334536,34.973024],[-111.777815,34.981005],[-111.778291,34.803551],[-111.552106,34.80252],[-111.554681,34.471733],[-111.659644,34.386251],[-111.72057,34.161429],[-111.477853,34.151108],[-111.494778,33.999817],[-111.72531,33.999849],[-112.164758,34.04817],[-112.27604,33.882312],[-112.743951,33.999898],[-113.333753,33.999227],[-113.333508,34.317877],[-113.334161,35.528037]]]},"properties":{"id":"04025","n":"Yavapai","z":["85320","85324","85332","85342","85362","85390","86301","86302","86303","86304","86305","86312","86313","86314","86315","86320","86321","86322","86323","86324","86325","86326","86327","86329","86331","86332","86333","86334","86335","86336","86337","86338","86339","86340","86341","86342","86343","86351","86434","96337"],"st":"AZ"}},"06001":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-122.32871428741,37.893832346321],[-122.27108,37.905824],[-122.14026,37.804562],[-122.045473,37.798126],[-121.96077,37.718629],[-121.556997,37.816488],[-121.556655,37.542732],[-121.471925,37.481783],[-121.472648,37.48217],[-121.855762,37.484537],[-121.925041,37.454186],[-122.081473,37.477838],[-122.12919970222,37.521321998591],[-122.163049,37.667933],[-122.312974,37.777244],[-122.32871428741,37.893832346321]]]},"properties":{"id":"06001","n":"Alameda","z":["94501","94502","94505","94514","94536","94537","94538","94539","94540","94541","94542","94543","94544","94545","94546","94550","94551","94552","94555","94557","94560","94566","94568","94577","94578","94579","94580","94586","94587","94588","94601","94602","94603","94604","94605","94606","94607","94608","94609","94610","94611","94612","94613","94614","94615","94617","94618","94619","94620","94621","94622","94623","94649","94659","94660","94661","94662","94666","94701","94702","94703","94704","94705","94706","94707","94708","94709","94710","94712","94720","95377","95391"],"st":"CA"}},"08039":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-104.660626,39.565909],[-103.714355,39.566331],[-103.719664,38.866827],[-104.055528,38.868868],[-104.051568,39.128138],[-104.662896,39.129527],[-104.660626,39.565909]]]},"properties":{"id":"08039","n":"Elbert","z":["80101","80102","80105","80106","80107","80117","80138","80808","80828","80830","80831","80832","80833","80835"],"st":"CO"}},"01117":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.026846,33.246459],[-86.882518,33.332687],[-86.830597,33.332015],[-86.674418,33.466521],[-86.516783,33.545896],[-86.378222,33.502411],[-86.378665,33.390983],[-86.35734,33.296917],[-86.503127,33.179144],[-86.491029,33.102944],[-86.517344,33.020566],[-86.610003,33.070003],[-86.881638,33.071861],[-86.881182,33.049901],[-87.025596,33.165795],[-87.026846,33.246459]]]},"properties":{"id":"01117","n":"Shelby","z":["35007","35022","35035","35040","35043","35051","35078","35080","35094","35114","35115","35123","35124","35137","35143","35144","35147","35176","35178","35185","35186","35187","35216","35232","35242","35243","35244"],"st":"AL"}},"02270":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-162.585072,63.273146],[-161.993563,63.010253],[-160.848882,63.010253],[-161.046052,62.205142],[-160.536697,61.947726],[-160.40525,61.810803],[-161.900455,61.482186],[-162.508395,61.558863],[-163.992646,61.372647],[-164.156954,61.022123],[-165.159234,60.918061],[-164.962064,61.022123],[-166.106745,61.49314],[-165.59739,61.860095],[-165.674067,62.139419],[-165.044219,62.539236],[-164.633448,63.097884],[-164.069323,63.262192],[-163.313505,63.037637],[-162.585072,63.273146]]]},"properties":{"id":"02270","n":"Kusilvak Census Area","z":["99554","99563","99581","99585","99604","99620","99632","99650","99657","99658","99662","99666"],"st":"AK"}}} \ No newline at end of file +{"10001":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-75.760441416451,39.2967896211],[-75.584341,39.308718],[-75.505643167353,39.37039456008],[-75.408376,39.264698],[-75.396277,39.057884],[-75.30665210951,38.947660163328],[-75.380649,38.961873],[-75.555013,38.835649],[-75.723102693333,38.829826556528],[-75.748154814254,39.14313173096],[-75.756435215569,39.246687537125],[-75.760441416451,39.2967896211]]]},"properties":{"id":"10001","n":"Kent","z":["19901","19902","19904","19905","19906","19934","19936","19938","19943","19946","19950","19952","19953","19954","19955","19961","19962","19963","19964","19977","19979","19980"],"st":"DE"}},"10003":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-75.59431690522,39.834594973091],[-75.415062,39.801919],[-75.559446,39.629812],[-75.528088,39.498114],[-75.593068,39.479186],[-75.505643167353,39.37039456008],[-75.584341,39.308718],[-75.760441416451,39.2967896211],[-75.766904606709,39.377651593551],[-75.788596,39.722199],[-75.717059,39.792325],[-75.59431690522,39.834594973091]]]},"properties":{"id":"10003","n":"New Castle","z":{"0":"19701","1":"19702","2":"19703","3":"19706","4":"19707","5":"19708","6":"19709","7":"19710","8":"19711","9":"19712","10":"19713","11":"19714","12":"19715","13":"19716","14":"19717","15":"19718","16":"19720","17":"19721","18":"19725","19":"19726","20":"19730","21":"19731","22":"19732","23":"19733","24":"19734","25":"19735","26":"19736","27":"19801","28":"19802","29":"19803","30":"19804","31":"19805","32":"19806","33":"19807","34":"19808","35":"19809","36":"19810","37":"19850","38":"19880","39":"19884","40":"19885","41":"19886","42":"19890","43":"19891","44":"19892","45":"19893","46":"19894","47":"19895","48":"19896","49":"19897","50":"19898","51":"19899","52":"19938","53":"19977","87":"21912"},"st":"DE"}},"10005":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-75.723102693333,38.829826556528],[-75.555013,38.835649],[-75.380649,38.961873],[-75.30665210951,38.947660163328],[-75.304078,38.91316],[-75.159022,38.790193],[-75.089473,38.797198],[-75.048939,38.451263],[-75.341287320348,38.452436525955],[-75.693721,38.460128],[-75.701777515245,38.560766929079],[-75.707555026429,38.63538535506],[-75.723102693333,38.829826556528]]]},"properties":{"id":"10005","n":"Sussex","z":["19903","19930","19931","19933","19939","19940","19941","19944","19945","19947","19950","19951","19952","19956","19958","19960","19963","19966","19967","19968","19969","19970","19971","19973","19975"],"st":"DE"}},"11001":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.119759,38.934343],[-77.041018,38.995548],[-77.002546244247,38.965531700446],[-76.909393,38.892852],[-77.039006,38.791645],[-77.039066356765,38.841271889519],[-77.119759,38.934343]]]},"properties":{"id":"11001","n":"District of Columbia","z":{"0":"20001","1":"20002","2":"20003","3":"20004","4":"20005","5":"20006","6":"20007","7":"20008","8":"20009","9":"20010","10":"20011","11":"20012","12":"20013","13":"20015","14":"20016","15":"20017","16":"20018","17":"20019","18":"20020","19":"20022","20":"20024","21":"20026","22":"20027","23":"20029","24":"20032","25":"20033","26":"20035","27":"20036","28":"20037","29":"20038","30":"20039","31":"20040","32":"20041","33":"20042","34":"20043","35":"20044","36":"20045","37":"20047","38":"20049","39":"20050","40":"20052","41":"20053","42":"20055","43":"20056","44":"20057","45":"20058","46":"20059","47":"20060","48":"20061","49":"20062","50":"20064","51":"20065","52":"20066","53":"20067","54":"20068","55":"20069","56":"20070","57":"20071","58":"20073","59":"20074","60":"20075","61":"20076","62":"20077","63":"20078","64":"20080","65":"20081","66":"20082","67":"20090","68":"20091","69":"20189","70":"20201","71":"20202","72":"20203","73":"20204","74":"20206","75":"20207","76":"20208","77":"20210","78":"20211","79":"20212","80":"20213","81":"20214","82":"20215","83":"20216","84":"20217","85":"20218","86":"20219","87":"20220","88":"20221","89":"20222","90":"20223","91":"20224","92":"20226","93":"20227","94":"20228","95":"20229","96":"20230","97":"20232","98":"20235","99":"20237","100":"20238","101":"20239","102":"20240","103":"20241","104":"20242","105":"20244","106":"20245","107":"20250","108":"20251","109":"20252","110":"20254","111":"20260","112":"20261","113":"20262","114":"20265","115":"20266","116":"20268","117":"20270","118":"20277","119":"20289","120":"20299","121":"20301","122":"20303","123":"20306","124":"20310","125":"20314","126":"20317","127":"20318","128":"20319","129":"20330","130":"20340","131":"20350","132":"20355","133":"20370","134":"20372","135":"20373","136":"20374","137":"20375","138":"20376","139":"20380","140":"20388","141":"20389","142":"20390","143":"20391","144":"20392","145":"20393","146":"20394","147":"20395","148":"20398","149":"20401","150":"20402","151":"20403","152":"20404","153":"20405","154":"20406","155":"20407","156":"20408","157":"20410","158":"20411","159":"20412","160":"20413","161":"20414","162":"20415","163":"20416","164":"20418","165":"20419","166":"20420","167":"20421","168":"20422","169":"20423","170":"20424","171":"20425","172":"20426","173":"20427","174":"20428","175":"20429","176":"20431","177":"20433","178":"20434","179":"20435","180":"20436","181":"20437","182":"20439","183":"20441","184":"20442","185":"20444","186":"20447","187":"20451","188":"20453","189":"20456","190":"20460","191":"20463","192":"20468","193":"20469","194":"20470","195":"20472","196":"20500","197":"20501","198":"20502","199":"20503","200":"20504","201":"20505","202":"20506","203":"20507","204":"20509","205":"20510","206":"20511","207":"20515","208":"20520","209":"20521","210":"20522","211":"20523","212":"20524","213":"20525","214":"20526","215":"20527","216":"20528","217":"20529","218":"20530","219":"20531","220":"20533","221":"20534","222":"20535","223":"20536","224":"20537","225":"20538","226":"20539","227":"20540","228":"20541","229":"20542","230":"20543","231":"20544","232":"20546","233":"20547","234":"20548","235":"20549","236":"20551","237":"20552","238":"20553","239":"20554","240":"20555","241":"20557","242":"20559","243":"20560","244":"20565","245":"20566","246":"20570","247":"20571","248":"20572","249":"20573","250":"20575","251":"20576","252":"20577","253":"20578","254":"20579","255":"20580","256":"20581","257":"20585","258":"20586","259":"20588","260":"20590","261":"20591","262":"20593","263":"20594","264":"20597","265":"20599","266":"56901","267":"56902","268":"56904","269":"56908","270":"56915","271":"56920","272":"56933","273":"56935","274":"56944","275":"56945","276":"56950","277":"56965","278":"56966","279":"56967","280":"56968","281":"56969","282":"56970","283":"56998","284":"56999","319":"20307"},"st":"DC"}},"12001":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.658554,29.830144],[-82.529705,29.940881],[-82.418728,29.923093],[-82.272563,29.843011],[-82.133126,29.835949],[-82.055625,29.718232],[-82.055899,29.471232],[-82.199287,29.422035],[-82.211449,29.484067],[-82.40662,29.485048],[-82.556766,29.480055],[-82.557565,29.537606],[-82.656301,29.564811],[-82.658554,29.830144]]]},"properties":{"id":"12001","n":"Alachua","z":["32601","32602","32603","32604","32605","32606","32607","32608","32609","32610","32611","32612","32615","32616","32618","32622","32631","32633","32635","32640","32641","32643","32653","32655","32658","32666","32667","32669","32694"],"st":"FL"}},"12003":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.418984112178,30.580916669731],[-82.218607,30.564395],[-82.180043,30.36861],[-82.050982981681,30.368367775945],[-82.049236,30.273432],[-82.049411,30.186933],[-82.049425,30.143136],[-82.142578,30.143117],[-82.458364,30.136449],[-82.459792435414,30.584276528306],[-82.418984112178,30.580916669731]]]},"properties":{"id":"12003","n":"Baker","z":["32040","32063","32072","32087","32234"],"st":"FL"}},"12005":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.992736,30.38932],[-85.8535,30.440623],[-85.487968,30.436655],[-85.486358,30.567574],[-85.434782,30.56756],[-85.383948,30.566856],[-85.389679,30.200973],[-85.389240033232,29.924114862604],[-85.487764,29.961227],[-85.601178,30.056342],[-85.996102593976,30.268901381209],[-85.992736,30.38932]]]},"properties":{"id":"12005","n":"Bay","z":["09725","32401","32402","32403","32404","32405","32406","32407","32408","32409","32410","32411","32413","32437","32438","32444","32456","32462","32466","32513"],"st":"FL"}},"12007":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.142578,30.143117],[-82.049425,30.143136],[-82.049244,29.71867],[-82.055625,29.718232],[-82.133126,29.835949],[-82.272563,29.843011],[-82.418728,29.923093],[-82.306677,29.956612],[-82.142578,30.143117]]]},"properties":{"id":"12007","n":"Bradford","z":["32026","32042","32044","32054","32058","32083","32091","32622","32656","32666"],"st":"FL"}},"12009":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.727505670074,28.791192871323],[-80.583884,28.597705],[-80.525094,28.459454],[-80.606874,28.336484],[-80.547675,28.048795],[-80.447676949218,27.860513513361],[-80.509075,27.822058],[-80.868881,27.822522],[-80.862908,28.347487],[-80.88089,28.503633],[-80.98725,28.612997],[-80.967895,28.790197],[-80.727505670074,28.791192871323]]]},"properties":{"id":"12009","n":"Brevard","z":["32754","32780","32781","32783","32796","32815","32899","32901","32902","32903","32904","32905","32906","32907","32908","32909","32910","32911","32912","32919","32920","32922","32923","32924","32925","32926","32927","32931","32932","32934","32935","32936","32937","32940","32941","32948","32949","32950","32951","32952","32953","32954","32955","32956","32959","32976"],"st":"FL"}},"12011":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.881233,26.333806],[-80.297471,26.334356],[-80.075874439443,26.32091276988],[-80.11512892389,25.972815490011],[-80.326712,25.957118],[-80.680016,25.956857],[-80.872932,25.979434],[-80.879809,26.259455],[-80.881233,26.333806]]]},"properties":{"id":"12011","n":"Broward","z":["33004","33008","33009","33019","33020","33021","33022","33023","33024","33025","33026","33027","33028","33029","33060","33061","33062","33063","33064","33065","33066","33067","33068","33069","33071","33072","33073","33074","33075","33076","33077","33082","33083","33084","33093","33097","33301","33302","33303","33304","33305","33306","33307","33308","33309","33310","33311","33312","33313","33314","33315","33316","33317","33319","33320","33321","33322","33323","33324","33325","33326","33327","33328","33329","33330","33331","33332","33334","33335","33336","33337","33338","33339","33340","33345","33346","33348","33349","33351","33355","33359","33388","33394","33441","33442","33443"],"st":"FL"}},"12013":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.383948,30.566856],[-85.171891,30.564336],[-85.167687,30.607979],[-84.932519,30.606393],[-84.990017,30.524795],[-84.983203,30.441837],[-85.03429,30.312478],[-85.11566,30.199976],[-85.389679,30.200973],[-85.383948,30.566856]]]},"properties":{"id":"12013","n":"Calhoun","z":["32421","32424","32430","32438","32442","32449"],"st":"FL"}},"12015":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.369201392169,26.946081025634],[-82.255521,26.945264],[-82.255237,27.032975],[-82.057469,27.032119],[-81.562202,27.033836],[-81.565931,26.769552],[-82.205562,26.770528],[-82.280541277629,26.789308586443],[-82.369201392169,26.946081025634]]]},"properties":{"id":"12015","n":"Charlotte","z":["33917","33921","33927","33938","33946","33947","33948","33949","33950","33951","33952","33953","33954","33955","33980","33981","33982","33983","34223","34224"],"st":"FL"}},"12017":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.755573808696,29.00093011826],[-82.535591,29.044855],[-82.477639,29.052484],[-82.311697,28.960391],[-82.169141,28.792954],[-82.263052,28.667634],[-82.418353,28.694859],[-82.668711402145,28.694303268585],[-82.712373,28.720921],[-82.730245,28.850155],[-82.688864,28.905609],[-82.755573808696,29.00093011826]]]},"properties":{"id":"12017","n":"Citrus","z":["34428","34429","34433","34434","34436","34441","34442","34445","34446","34447","34448","34449","34450","34451","34452","34453","34460","34461","34464","34465","34487"],"st":"FL"}},"12019":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.049411,30.186933],[-81.679626,30.190495],[-81.680215,30.12124],[-81.689413,30.031234],[-81.60099,29.956017],[-81.581207,29.840176],[-81.81243,29.83649],[-81.939427,29.747497],[-82.049244,29.71867],[-82.049425,30.143136],[-82.049411,30.186933]]]},"properties":{"id":"12019","n":"Clay","z":["32003","32006","32030","32043","32050","32058","32065","32067","32068","32073","32079","32091","32160","32234","32656","32666"],"st":"FL"}},"12021":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.846485247962,26.330372048503],[-81.6579,26.317563],[-81.659506,26.421077],[-81.56218,26.422625],[-81.563763,26.513324],[-81.271768,26.517069],[-81.26855,26.253045],[-80.879809,26.259455],[-80.872932,25.979434],[-80.873096,25.805377],[-81.441864771799,25.803129028431],[-81.614735,25.893977],[-81.672633,25.856654],[-81.727086,25.907207],[-81.808833,26.152246],[-81.846485247962,26.330372048503]]]},"properties":{"id":"12021","n":"Collier","z":["34101","34102","34103","34104","34105","34106","34107","34108","34109","34110","34112","34113","34114","34116","34117","34119","34120","34134","34137","34138","34139","34140","34141","34142","34143","34145","34146"],"st":"FL"}},"12023":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.800477,29.932126],[-82.794594,30.337024],[-82.689922,30.333109],[-82.647198,30.394797],[-82.726583,30.559486],[-82.689529798473,30.597889290642],[-82.584005186419,30.591636579088],[-82.459792435414,30.584276528306],[-82.458364,30.136449],[-82.575991,29.990857],[-82.529705,29.940881],[-82.658554,29.830144],[-82.800477,29.932126]]]},"properties":{"id":"12023","n":"Columbia","z":["32024","32025","32038","32055","32056","32061","32094","32096","32643"],"st":"FL"}},"12027":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.056497,27.207769],[-82.055753,27.338264],[-81.563696,27.34068],[-81.562202,27.033836],[-82.057469,27.032119],[-82.056497,27.207769]]]},"properties":{"id":"12027","n":"De Soto","z":["34265","34266","34267","34268","34269"],"st":"FL"}},"12029":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.414126513158,29.666065224483],[-83.366398,29.665701],[-83.318859,29.822623],[-82.920608,29.824143],[-82.949707,29.754409],[-82.937329,29.591196],[-83.060528,29.349457],[-83.165921811586,29.289091842647],[-83.240509,29.433178],[-83.401552,29.523291],[-83.414126513158,29.666065224483]]]},"properties":{"id":"12029","n":"Dixie","z":["32008","32359","32628","32648","32680","32692"],"st":"FL"}},"12031":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.049236,30.273432],[-81.721507,30.571852],[-81.606158,30.585566],[-81.543018,30.523889],[-81.499575,30.563793],[-81.428954737643,30.506183074165],[-81.374376128023,30.252931],[-81.436929,30.252335],[-81.433783,30.105536],[-81.680215,30.12124],[-81.679626,30.190495],[-82.049411,30.186933],[-82.049236,30.273432]]]},"properties":{"id":"12031","n":"Duval","z":["32073","32099","32201","32202","32203","32204","32205","32206","32207","32208","32209","32210","32211","32212","32214","32216","32217","32218","32219","32220","32221","32222","32223","32224","32225","32226","32227","32228","32229","32231","32232","32233","32234","32235","32236","32237","32238","32239","32241","32244","32245","32246","32247","32250","32254","32255","32256","32257","32258","32260","32266","32277"],"st":"FL"}},"12033":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.598937,30.997422],[-87.163080692766,30.999024183878],[-87.286882,30.925441],[-87.302661,30.71937],[-87.258884,30.611281],[-87.124968,30.500196],[-87.1344,30.420294],[-87.228226,30.384246],[-87.229765811365,30.319632929801],[-87.518324,30.280435],[-87.431784,30.403193],[-87.366601,30.436643],[-87.444722,30.507484],[-87.400189,30.657201],[-87.523621,30.738285],[-87.634943,30.865857],[-87.598937,30.997422]]]},"properties":{"id":"12033","n":"Escambia","z":["32501","32502","32503","32504","32505","32506","32507","32508","32509","32511","32512","32514","32516","32520","32521","32522","32523","32524","32526","32533","32534","32535","32559","32560","32561","32568","32577","32591"],"st":"FL"}},"12035":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.52366,29.622432],[-81.324059,29.62561],[-81.210409596554,29.670640805704],[-81.102967351745,29.426996650452],[-81.155881,29.410954],[-81.150081,29.265957],[-81.41729,29.261156],[-81.433992,29.398552],[-81.520596,29.500249],[-81.52366,29.622432]]]},"properties":{"id":"12035","n":"Flagler","z":["32110","32135","32136","32137","32142","32143","32164","32174","32180"],"st":"FL"}},"12037":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.228425133073,29.669559997762],[-85.109401,29.776793],[-85.039355,29.78017],[-85.025439,29.971399],[-85.007561,30.013851],[-84.54445,30.01103],[-84.341148833182,29.960756336105],[-84.349066,29.896812],[-84.470323,29.924524],[-84.57744,29.887828],[-84.564976,29.81018],[-84.692619,29.763039],[-84.776954,29.692191],[-85.045074,29.586991],[-85.228425133073,29.669559997762]]]},"properties":{"id":"12037","n":"Franklin","z":["32320","32321","32322","32323","32328","32346","32358"],"st":"FL"}},"12039":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.932519,30.606393],[-84.864693,30.711542],[-84.863463844382,30.711497014654],[-84.380754183552,30.688827197046],[-84.285514509039,30.684809171948],[-84.378384,30.573467],[-84.405402,30.474012],[-84.646408,30.388281],[-84.781111,30.459794],[-84.781813,30.518693],[-84.882616,30.533094],[-84.932519,30.606393]]]},"properties":{"id":"12039","n":"Gadsden","z":["32324","32330","32332","32333","32343","32351","32352","32353"],"st":"FL"}},"12041":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.920608,29.824143],[-82.879802,29.886847],[-82.800477,29.932126],[-82.658554,29.830144],[-82.656301,29.564811],[-82.937329,29.591196],[-82.949707,29.754409],[-82.920608,29.824143]]]},"properties":{"id":"12041","n":"Gilchrist","z":["32008","32619","32643","32669","32693"],"st":"FL"}},"12043":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.562202,27.033836],[-81.267152,27.032461],[-81.267677,27.121097],[-81.168281,27.121734],[-81.169138,27.209585],[-80.943186,27.210599],[-80.878669,27.169221],[-80.885639,26.958919],[-80.945354,26.769049],[-81.565931,26.769552],[-81.562202,27.033836]]]},"properties":{"id":"12043","n":"Glades","z":["33471","33741","33935","33944","33960","34974"],"st":"FL"}},"12045":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.389240033232,29.924114862604],[-85.389679,30.200973],[-85.11566,30.199976],[-85.154015,30.092043],[-85.025439,29.971399],[-85.039355,29.78017],[-85.109401,29.776793],[-85.228425133073,29.669559997762],[-85.352615,29.659787],[-85.416548,29.842628],[-85.389240033232,29.924114862604]]]},"properties":{"id":"12045","n":"Gulf","z":["32329","32412","32456","32457","32465"],"st":"FL"}},"12047":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.309347121596,30.634238766672],[-83.136618858204,30.623885944893],[-82.689529798473,30.597889290642],[-82.726583,30.559486],[-82.647198,30.394797],[-82.689922,30.333109],[-82.794594,30.337024],[-83.002058,30.429371],[-83.082017,30.442865],[-83.170969,30.385225],[-83.221868,30.42341],[-83.272612,30.627687],[-83.309347121596,30.634238766672]]]},"properties":{"id":"12047","n":"Hamilton","z":["32052","32053","32096"],"st":"FL"}},"12049":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.054349,27.646382],[-81.563318,27.646647],[-81.563696,27.34068],[-82.055753,27.338264],[-82.054349,27.646382]]]},"properties":{"id":"12049","n":"Hardee","z":["33825","33834","33865","33873","33890"],"st":"FL"}},"12051":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.565931,26.769552],[-80.945354,26.769049],[-80.885639,26.958919],[-80.881233,26.333806],[-80.879809,26.259455],[-81.26855,26.253045],[-81.271768,26.517069],[-81.563763,26.513324],[-81.565931,26.769552]]]},"properties":{"id":"12051","n":"Hendry","z":["33440","33459","33930","33935","33936","33975","34142"],"st":"FL"}},"12053":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.668711402145,28.694303268585],[-82.418353,28.694859],[-82.263052,28.667634],[-82.208184,28.572054],[-82.054469,28.521367],[-82.054694,28.478397],[-82.253293,28.478491],[-82.253439,28.434824],[-82.690795013376,28.433341925763],[-82.656694,28.544814],[-82.668711402145,28.694303268585]]]},"properties":{"id":"12053","n":"Hernando","z":["33523","33597","34601","34602","34603","34604","34606","34607","34608","34609","34611","34613","34614","34636","34661"],"st":"FL"}},"12055":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.563318,27.646647],[-81.142164,27.643238],[-81.213717,27.528654],[-81.09845,27.379108],[-81.034429,27.35916],[-80.943186,27.210599],[-81.169138,27.209585],[-81.168281,27.121734],[-81.267677,27.121097],[-81.267152,27.032461],[-81.562202,27.033836],[-81.563696,27.34068],[-81.563318,27.646647]]]},"properties":{"id":"12055","n":"Highlands","z":["33825","33826","33852","33857","33862","33870","33871","33872","33875","33876","33960","34974"],"st":"FL"}},"12057":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.651165,28.173266],[-82.105853,28.17165],[-82.056261,28.171592],[-82.054349,27.646382],[-82.552887207064,27.645447596365],[-82.43198,27.768092],[-82.566380424636,27.836338311914],[-82.573419,27.909],[-82.648817,27.979178],[-82.651165,28.173266]]]},"properties":{"id":"12057","n":"Hillsborough","z":["33503","33508","33509","33510","33511","33527","33530","33534","33540","33547","33548","33549","33550","33556","33558","33559","33563","33564","33565","33566","33567","33568","33569","33570","33571","33572","33573","33574","33575","33578","33579","33583","33584","33586","33587","33592","33594","33595","33596","33598","33601","33602","33603","33604","33605","33606","33607","33608","33609","33610","33611","33612","33613","33614","33615","33616","33617","33618","33619","33620","33621","33622","33623","33624","33625","33626","33629","33630","33631","33633","33634","33635","33637","33646","33647","33650","33655","33660","33661","33662","33663","33664","33672","33673","33674","33675","33679","33680","33681","33682","33684","33685","33686","33687","33688","33689","33694","33810"],"st":"FL"}},"12059":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.035038104951,30.993749607302],[-85.498001585089,30.997865049361],[-85.599934,30.830552],[-85.619011,30.743868],[-85.736051,30.74637],[-85.821616,30.790775],[-85.844421,30.70313],[-86.037591,30.704572],[-86.035038104951,30.993749607302]]]},"properties":{"id":"12059","n":"Holmes","z":["32425","32440","32452","32455","32464"],"st":"FL"}},"12061":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.868881,27.822522],[-80.509075,27.822058],[-80.447676949218,27.860513513361],[-80.31668661162,27.557340024608],[-80.679821,27.55847],[-80.777166,27.558733],[-80.778047,27.643195],[-80.87315,27.642288],[-80.868881,27.822522]]]},"properties":{"id":"12061","n":"Indian River","z":["32858","32948","32957","32958","32960","32961","32962","32963","32964","32965","32966","32967","32968","32969","32970","32971","32978","34958"],"st":"FL"}},"12063":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.498001585089,30.997865049361],[-85.488298288939,30.997964623287],[-85.002499,31.000682],[-84.935698,30.878703],[-84.91815,30.772082],[-84.864693,30.711542],[-84.932519,30.606393],[-85.167687,30.607979],[-85.171891,30.564336],[-85.383948,30.566856],[-85.434782,30.56756],[-85.432274,30.785457],[-85.482276,30.829509],[-85.599934,30.830552],[-85.498001585089,30.997865049361]]]},"properties":{"id":"12063","n":"Jackson","z":["32420","32423","32426","32431","32432","32440","32442","32443","32445","32446","32447","32448","32460"],"st":"FL"}},"12065":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.075539,30.273617],[-84.074691,30.434302],[-83.977424,30.522234],[-84.007454,30.672069968469],[-83.743729,30.65852691375],[-83.611704058826,30.651560093709],[-83.604186,30.581916],[-83.736954,30.507569],[-83.72172,30.434354],[-83.806667,30.371689],[-83.820235,30.30354],[-83.915827,30.245152],[-83.992310340478,30.089268737729],[-84.076132071911,30.09908988373],[-84.075539,30.273617]]]},"properties":{"id":"12065","n":"Jefferson","z":["32331","32336","32337","32344","32345","32361"],"st":"FL"}},"12067":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.36726,30.26044],[-83.247253,30.26067],[-83.225659,30.113321],[-83.160557,30.109823],[-82.963112,29.99305],[-82.879802,29.886847],[-82.920608,29.824143],[-83.318859,29.822623],[-83.37089,29.887934],[-83.36726,30.26044]]]},"properties":{"id":"12067","n":"Lafayette","z":["32008","32013","32066"],"st":"FL"}},"12069":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.95419,28.960053],[-81.658698,28.960345],[-81.641916,29.276766],[-81.61234,29.202943],[-81.531262,29.176621],[-81.502055,29.097802],[-81.354682,28.984807],[-81.36694,28.879227],[-81.414446,28.784955],[-81.658597,28.76687],[-81.657268,28.347098],[-81.857624,28.361868],[-81.957641,28.34518],[-81.95419,28.960053]]]},"properties":{"id":"12069","n":"Lake","z":["32102","32134","32158","32159","32195","32627","32702","32720","32726","32727","32735","32736","32745","32756","32757","32767","32776","32777","32778","32784","34705","34711","34712","34713","34714","34715","34729","34731","34736","34737","34748","34749","34753","34755","34756","34762","34778","34787","34788","34797"],"st":"FL"}},"12071":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.280541277629,26.789308586443],[-82.205562,26.770528],[-81.565931,26.769552],[-81.563763,26.513324],[-81.56218,26.422625],[-81.659506,26.421077],[-81.6579,26.317563],[-81.846485247962,26.330372048503],[-81.923611,26.436658],[-82.075015,26.422059],[-82.180717,26.476257],[-82.245395,26.601094],[-82.280541277629,26.789308586443]]]},"properties":{"id":"12071","n":"Lee","z":["33017","33901","33902","33903","33904","33905","33906","33907","33908","33909","33910","33911","33912","33913","33914","33915","33916","33917","33918","33919","33920","33921","33922","33924","33928","33929","33931","33932","33936","33945","33955","33956","33957","33965","33966","33967","33970","33971","33972","33973","33974","33976","33990","33991","33993","33994","34110","34119","34133","34134","34135","34136"],"st":"FL"}},"12073":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.646408,30.388281],[-84.405402,30.474012],[-84.378384,30.573467],[-84.285514509039,30.684809171948],[-84.0837530823,30.675943397968],[-84.007454,30.672069968469],[-83.977424,30.522234],[-84.074691,30.434302],[-84.075539,30.273617],[-84.241222,30.274244],[-84.285987,30.303301],[-84.713351,30.30017],[-84.646408,30.388281]]]},"properties":{"id":"12073","n":"Leon","z":["32301","32302","32303","32304","32305","32306","32307","32308","32309","32310","32311","32312","32313","32314","32315","32316","32317","32318","32327","32362","32395","32399"],"st":"FL"}},"12075":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.165921811586,29.289091842647],[-83.060528,29.349457],[-82.937329,29.591196],[-82.656301,29.564811],[-82.557565,29.537606],[-82.556766,29.480055],[-82.40662,29.485048],[-82.403237,29.215623],[-82.53486,29.21468],[-82.535591,29.044855],[-82.755573808696,29.00093011826],[-82.827073,29.158425],[-82.996144,29.178074],[-83.053207,29.130839],[-83.074734,29.247975],[-83.165921811586,29.289091842647]]]},"properties":{"id":"12075","n":"Levy","z":["32614","32618","32621","32625","32626","32639","32644","32668","32669","32683","32693","32696","34431","34449","34498"],"st":"FL"}},"12077":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.11566,30.199976],[-85.03429,30.312478],[-84.983203,30.441837],[-84.990017,30.524795],[-84.932519,30.606393],[-84.882616,30.533094],[-84.781813,30.518693],[-84.781111,30.459794],[-84.646408,30.388281],[-84.713351,30.30017],[-84.670364,30.128208],[-84.54445,30.01103],[-85.007561,30.013851],[-85.025439,29.971399],[-85.154015,30.092043],[-85.11566,30.199976]]]},"properties":{"id":"12077","n":"Liberty","z":["32321","32334","32335","32360"],"st":"FL"}},"12079":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.611704058826,30.651560093709],[-83.357716313628,30.637137873134],[-83.309347121596,30.634238766672],[-83.272612,30.627687],[-83.221868,30.42341],[-83.170969,30.385225],[-83.247253,30.26067],[-83.36726,30.26044],[-83.468768,30.304212],[-83.820235,30.30354],[-83.806667,30.371689],[-83.72172,30.434354],[-83.736954,30.507569],[-83.604186,30.581916],[-83.611704058826,30.651560093709]]]},"properties":{"id":"12079","n":"Madison","z":["32059","32240","32331","32336","32340","32341","32350"],"st":"FL"}},"12081":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.552887207064,27.645447596365],[-82.054349,27.646382],[-82.055753,27.338264],[-82.056497,27.207769],[-82.253589,27.21051],[-82.252264,27.386243],[-82.648170616859,27.38972],[-82.743017,27.531086],[-82.65072,27.523115],[-82.552887207064,27.645447596365]]]},"properties":{"id":"12081","n":"Manatee","z":["33420","33598","33834","34201","34202","34203","34204","34205","34206","34207","34208","34209","34210","34211","34212","34215","34216","34217","34218","34219","34220","34221","34222","34228","34243","34250","34251","34260","34264","34270","34280","34281","34282"],"st":"FL"}},"12083":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.40662,29.485048],[-82.211449,29.484067],[-82.199287,29.422035],[-82.055899,29.471232],[-81.843009,29.521004],[-81.776205,29.487448],[-81.741422,29.371049],[-81.680903,29.32443],[-81.641916,29.276766],[-81.658698,28.960345],[-81.95419,28.960053],[-82.311697,28.960391],[-82.477639,29.052484],[-82.535591,29.044855],[-82.53486,29.21468],[-82.403237,29.215623],[-82.40662,29.485048]]]},"properties":{"id":"12083","n":"Marion","z":["32111","32113","32133","32134","32162","32179","32182","32183","32192","32195","32617","32634","32654","32663","32664","32667","32668","32681","32686","32696","32702","32784","32868","34420","34421","34423","34430","34431","34432","34470","34471","34472","34473","34474","34475","34476","34477","34478","34479","34480","34481","34482","34483","34488","34489","34491","34492"],"st":"FL"}},"12085":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.677862,27.205988],[-80.28551,27.206025],[-80.284771,27.263723],[-80.198021352659,27.263008803672],[-80.083077629755,26.970534],[-80.142007,26.95664],[-80.885639,26.958919],[-80.677427,27.121619],[-80.677862,27.205988]]]},"properties":{"id":"12085","n":"Martin","z":["33438","33455","33458","33469","33475","33478","34956","34957","34974","34990","34991","34992","34994","34995","34996","34997"],"st":"FL"}},"12086":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.873096,25.805377],[-80.872932,25.979434],[-80.680016,25.956857],[-80.326712,25.957118],[-80.11512892389,25.972815490011],[-80.109953,25.81826],[-80.154972,25.66549],[-80.229107,25.732509],[-80.301464,25.613299],[-80.337049,25.465621],[-80.31036,25.389707],[-80.234849,25.42196],[-80.176024,25.521154],[-80.163156,25.452184],[-80.23239055893,25.337069459413],[-80.372121,25.310215],[-80.495394,25.199808],[-80.650532,25.189097],[-80.747746,25.147441],[-80.858170040031,25.177520326526],[-80.87319,25.363993],[-80.873096,25.805377]]]},"properties":{"id":"12086","n":"Miami-Dade","z":["33002","33010","33011","33012","33013","33014","33015","33016","33018","33030","33031","33032","33033","33034","33035","33039","33054","33055","33056","33090","33092","33101","33102","33109","33111","33112","33114","33116","33119","33122","33124","33125","33126","33127","33128","33129","33130","33131","33132","33133","33134","33135","33136","33137","33138","33139","33140","33141","33142","33143","33144","33145","33146","33147","33149","33150","33151","33152","33153","33154","33155","33156","33157","33158","33160","33161","33162","33163","33164","33165","33166","33167","33168","33169","33170","33172","33173","33174","33175","33176","33177","33178","33179","33180","33181","33182","33183","33184","33185","33186","33187","33188","33189","33190","33191","33192","33193","33194","33195","33196","33197","33198","33199","33206","33222","33231","33233","33234","33238","33239","33242","33243","33245","33247","33255","33257","33261","33265","33266","33269","33280","33283","33296","33299"],"st":"FL"}},"12087":{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-80.495394,25.199808],[-80.372121,25.310215],[-80.23239055893,25.337069459413],[-80.358183,25.153228],[-80.496761,24.999324],[-80.651189,24.866131],[-80.966245,24.707852],[-81.103373,24.669463],[-81.148718,24.710477],[-80.847471,24.851753],[-80.610869,25.006995],[-80.516571,25.095457],[-80.495394,25.199808]]],[[[-81.441864771799,25.803129028431],[-80.873096,25.805377],[-80.87319,25.363993],[-80.858170040031,25.177520326526],[-80.915924,25.141301],[-81.079859,25.118797],[-81.170907,25.245857],[-81.146765,25.407577],[-81.289901,25.673554],[-81.441864771799,25.803129028431]]],[[[-81.811693,24.568745],[-81.751266,24.653517],[-81.44351,24.813364],[-81.305054,24.755185],[-81.243232,24.673998],[-81.401889,24.623544],[-81.443915,24.642677],[-81.685243,24.558676],[-81.811693,24.568745]]],[[[-82.01491,24.543071],[-81.868711,24.58412],[-81.918855,24.498131],[-82.028091,24.498716],[-82.01491,24.543071]]],[[[-82.188031,24.574699],[-82.144099,24.622481],[-82.100757,24.533288],[-82.188031,24.574699]]]]},"properties":{"id":"12087","n":"Monroe","z":["33001","33034","33036","33037","33040","33041","33042","33043","33045","33050","33051","33052","33070","34141"],"st":"FL"}},"12089":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.050982981681,30.368367775945],[-82.015728,30.601698],[-82.032667,30.750674],[-81.905978439406,30.821407341502],[-81.732238,30.749635],[-81.444124,30.709714],[-81.428954737643,30.506183074165],[-81.499575,30.563793],[-81.543018,30.523889],[-81.606158,30.585566],[-81.721507,30.571852],[-82.049236,30.273432],[-82.050982981681,30.368367775945]]]},"properties":{"id":"12089","n":"Nassau","z":["32009","32011","32034","32035","32041","32046","32097","32234"],"st":"FL"}},"12091":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.785691976006,30.996982993517],[-86.688240964246,30.996201890001],[-86.388644662,30.994528215275],[-86.397379606502,30.377495280419],[-86.632953,30.396299],[-86.800351351966,30.384508087378],[-86.785691976006,30.996982993517]]]},"properties":{"id":"12091","n":"Okaloosa","z":["32531","32536","32537","32538","32539","32540","32541","32542","32544","32547","32548","32564","32567","32569","32578","32579","32580","32588"],"st":"FL"}},"12093":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.142164,27.643238],[-80.87315,27.642288],[-80.778047,27.643195],[-80.777166,27.558733],[-80.679821,27.55847],[-80.677862,27.205988],[-80.677427,27.121619],[-80.885639,26.958919],[-80.878669,27.169221],[-80.943186,27.210599],[-81.034429,27.35916],[-81.09845,27.379108],[-81.213717,27.528654],[-81.142164,27.643238]]]},"properties":{"id":"12093","n":"Okeechobee","z":["34972","34973","34974"],"st":"FL"}},"12095":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.414446,28.784955],[-81.459728,28.640196],[-81.32789,28.610277],[-80.98725,28.612997],[-80.88089,28.503633],[-80.862908,28.347487],[-81.657268,28.347098],[-81.658597,28.76687],[-81.414446,28.784955]]]},"properties":{"id":"12095","n":"Orange","z":["32703","32704","32709","32710","32712","32733","32751","32757","32768","32776","32789","32790","32792","32793","32794","32798","32801","32803","32804","32805","32806","32807","32808","32809","32810","32811","32812","32814","32816","32817","32818","32819","32820","32821","32822","32824","32825","32826","32827","32828","32829","32830","32831","32832","32833","32834","32835","32836","32837","32839","32853","32854","32855","32856","32857","32859","32860","32861","32862","32867","32869","32872","32877","32878","32885","32886","32887","32891","32897","34734","34740","34747","34760","34761","34777","34786","34787"],"st":"FL"}},"12097":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.657268,28.347098],[-80.862908,28.347487],[-80.868881,27.822522],[-80.87315,27.642288],[-81.142164,27.643238],[-81.208124,27.821125],[-81.301862,27.862081],[-81.386988,28.003619],[-81.346418,28.084696],[-81.455758,28.08489],[-81.524227,28.142805],[-81.557459,28.259362],[-81.657173,28.264513],[-81.657268,28.347098]]]},"properties":{"id":"12097","n":"Osceola","z":["32896","33848","33896","34739","34741","34742","34743","34744","34745","34746","34747","34758","34759","34769","34770","34771","34772","34773","34972"],"st":"FL"}},"12099":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.885639,26.958919],[-80.142007,26.95664],[-80.083077629755,26.970534],[-80.03212,26.77153],[-80.038863,26.569347],[-80.075874439443,26.32091276988],[-80.297471,26.334356],[-80.881233,26.333806],[-80.885639,26.958919]]]},"properties":{"id":"12099","n":"Palm Beach","z":["33318","33401","33402","33403","33404","33405","33406","33407","33408","33409","33410","33411","33412","33413","33414","33415","33416","33417","33418","33419","33421","33422","33424","33425","33426","33427","33428","33429","33430","33431","33432","33433","33434","33435","33436","33437","33438","33440","33444","33445","33446","33448","33449","33454","33458","33460","33461","33462","33463","33464","33465","33466","33467","33468","33469","33470","33472","33473","33474","33476","33477","33478","33480","33481","33482","33483","33484","33486","33487","33488","33493","33496","33497","33498","33499"],"st":"FL"}},"12101":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.690795013376,28.433341925763],[-82.253439,28.434824],[-82.253293,28.478491],[-82.054694,28.478397],[-82.055819,28.312794],[-82.105853,28.17165],[-82.651165,28.173266],[-82.859384956033,28.172175074604],[-82.764103,28.244345],[-82.690795013376,28.433341925763]]]},"properties":{"id":"12101","n":"Pasco","z":["33523","33524","33525","33526","33537","33539","33540","33541","33542","33543","33544","33545","33548","33549","33556","33558","33559","33576","33593","33597","34605","34610","34637","34638","34639","34652","34653","34654","34655","34656","34667","34668","34669","34673","34674","34679","34680","34690","34691","34692"],"st":"FL"}},"12103":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.859384956033,28.172175074604],[-82.651165,28.173266],[-82.648817,27.979178],[-82.573419,27.909],[-82.566380424636,27.836338311914],[-82.733076,27.612972],[-82.746223,27.731306],[-82.846526,27.854301],[-82.828163,28.02013],[-82.859384956033,28.172175074604]]]},"properties":{"id":"12103","n":"Pinellas","z":["33677","33701","33702","33703","33704","33705","33706","33707","33708","33709","33710","33711","33712","33713","33714","33715","33716","33729","33730","33731","33732","33733","33734","33736","33738","33740","33742","33743","33744","33747","33755","33756","33757","33758","33759","33760","33761","33762","33763","33764","33765","33766","33767","33769","33770","33771","33772","33773","33774","33775","33776","33777","33778","33779","33780","33781","33782","33784","33785","33786","34642","34660","34677","34681","34682","34683","34684","34685","34688","34689","34695","34697","34698","34789"],"st":"FL"}},"12105":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.055819,28.312794],[-81.957641,28.34518],[-81.857624,28.361868],[-81.657268,28.347098],[-81.657173,28.264513],[-81.557459,28.259362],[-81.524227,28.142805],[-81.455758,28.08489],[-81.346418,28.084696],[-81.386988,28.003619],[-81.301862,27.862081],[-81.208124,27.821125],[-81.142164,27.643238],[-81.563318,27.646647],[-82.054349,27.646382],[-82.056261,28.171592],[-82.105853,28.17165],[-82.055819,28.312794]]]},"properties":{"id":"12105","n":"Polk","z":["33081","33801","33802","33803","33804","33805","33806","33807","33809","33810","33811","33812","33813","33815","33820","33823","33825","33827","33830","33831","33834","33835","33836","33837","33838","33839","33840","33841","33843","33844","33845","33846","33847","33849","33850","33851","33853","33854","33855","33856","33858","33859","33860","33863","33867","33868","33877","33880","33881","33882","33883","33884","33885","33888","33896","33897","33898","34714","34759"],"st":"FL"}},"12107":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.055625,29.718232],[-82.049244,29.71867],[-81.939427,29.747497],[-81.81243,29.83649],[-81.581207,29.840176],[-81.52523,29.759497],[-81.52366,29.622432],[-81.520596,29.500249],[-81.433992,29.398552],[-81.680903,29.32443],[-81.741422,29.371049],[-81.776205,29.487448],[-81.843009,29.521004],[-82.055899,29.471232],[-82.055625,29.718232]]]},"properties":{"id":"12107","n":"Putnam","z":["32007","32043","32112","32131","32134","32138","32139","32140","32147","32148","32149","32157","32177","32178","32181","32185","32187","32189","32193","32640","32662","32666","38181"],"st":"FL"}},"12109":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.680215,30.12124],[-81.433783,30.105536],[-81.436929,30.252335],[-81.374376128023,30.252931],[-81.256711,29.784693],[-81.210409596554,29.670640805704],[-81.324059,29.62561],[-81.52366,29.622432],[-81.52523,29.759497],[-81.581207,29.840176],[-81.60099,29.956017],[-81.689413,30.031234],[-81.680215,30.12124]]]},"properties":{"id":"12109","n":"Saint Johns","z":["32004","32033","32080","32081","32082","32084","32085","32086","32092","32095","32145","32224","32259"],"st":"FL"}},"12111":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.679821,27.55847],[-80.31668661162,27.557340024608],[-80.198021352659,27.263008803672],[-80.284771,27.263723],[-80.28551,27.206025],[-80.677862,27.205988],[-80.679821,27.55847]]]},"properties":{"id":"12111","n":"Saint Lucie","z":["34945","34946","34947","34948","34949","34950","34951","34952","34953","34954","34957","34972","34979","34981","34982","34983","34984","34985","34986","34987","34988","34990","34994"],"st":"FL"}},"12113":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.163080692766,30.999024183878],[-86.785691976006,30.996982993517],[-86.800351351966,30.384508087378],[-87.229765811365,30.319632929801],[-87.228226,30.384246],[-87.1344,30.420294],[-87.124968,30.500196],[-87.258884,30.611281],[-87.302661,30.71937],[-87.286882,30.925441],[-87.163080692766,30.999024183878]]]},"properties":{"id":"12113","n":"Santa Rosa","z":["32530","32531","32561","32562","32563","32564","32565","32566","32570","32571","32572","32583"],"st":"FL"}},"12115":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.648170616859,27.38972],[-82.252264,27.386243],[-82.253589,27.21051],[-82.056497,27.207769],[-82.057469,27.032119],[-82.255237,27.032975],[-82.255521,26.945264],[-82.369201392169,26.946081025634],[-82.539719,27.254326],[-82.648170616859,27.38972]]]},"properties":{"id":"12115","n":"Sarasota","z":["34223","34224","34228","34229","34230","34231","34232","34233","34234","34235","34236","34237","34238","34239","34240","34241","34242","34243","34249","34251","34266","34272","34274","34275","34276","34277","34278","34284","34285","34286","34287","34288","34289","34290","34291","34292","34293","34295"],"st":"FL"}},"12117":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.414446,28.784955],[-81.36694,28.879227],[-81.226003,28.83263],[-81.181433,28.783277],[-81.067413,28.812989],[-80.98725,28.612997],[-81.32789,28.610277],[-81.459728,28.640196],[-81.414446,28.784955]]]},"properties":{"id":"12117","n":"Seminole","z":["32701","32703","32707","32708","32714","32715","32716","32718","32719","32730","32732","32746","32747","32750","32751","32752","32762","32765","32766","32771","32772","32773","32779","32791","32792","32795","32799"],"st":"FL"}},"12119":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.311697,28.960391],[-81.95419,28.960053],[-81.957641,28.34518],[-82.055819,28.312794],[-82.054694,28.478397],[-82.054469,28.521367],[-82.208184,28.572054],[-82.263052,28.667634],[-82.169141,28.792954],[-82.311697,28.960391]]]},"properties":{"id":"12119","n":"Sumter","z":["32159","32162","32163","33513","33514","33521","33538","33585","33597","34484","34785"],"st":"FL"}},"12121":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.247253,30.26067],[-83.170969,30.385225],[-83.082017,30.442865],[-83.002058,30.429371],[-82.794594,30.337024],[-82.800477,29.932126],[-82.879802,29.886847],[-82.963112,29.99305],[-83.160557,30.109823],[-83.225659,30.113321],[-83.247253,30.26067]]]},"properties":{"id":"12121","n":"Suwannee","z":["32008","32024","32060","32062","32064","32071","32094","32096"],"st":"FL"}},"12123":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.992310340478,30.089268737729],[-83.915827,30.245152],[-83.820235,30.30354],[-83.468768,30.304212],[-83.36726,30.26044],[-83.37089,29.887934],[-83.318859,29.822623],[-83.366398,29.665701],[-83.414126513158,29.666065224483],[-83.537645,29.72306],[-83.679219,29.918513],[-83.93151,30.039068],[-83.992310340478,30.089268737729]]]},"properties":{"id":"12123","n":"Taylor","z":["32331","32336","32347","32348","32356","32357","32359"],"st":"FL"}},"12125":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.458364,30.136449],[-82.142578,30.143117],[-82.306677,29.956612],[-82.418728,29.923093],[-82.529705,29.940881],[-82.575991,29.990857],[-82.458364,30.136449]]]},"properties":{"id":"12125","n":"Union","z":["32054","32058","32083","32697"],"st":"FL"}},"12127":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.680903,29.32443],[-81.433992,29.398552],[-81.41729,29.261156],[-81.150081,29.265957],[-81.155881,29.410954],[-81.102967351745,29.426996650452],[-80.966176,29.14796],[-80.727505670074,28.791192871323],[-80.967895,28.790197],[-80.98725,28.612997],[-81.067413,28.812989],[-81.181433,28.783277],[-81.226003,28.83263],[-81.36694,28.879227],[-81.354682,28.984807],[-81.502055,29.097802],[-81.531262,29.176621],[-81.61234,29.202943],[-81.641916,29.276766],[-81.680903,29.32443]]]},"properties":{"id":"12127","n":"Volusia","z":["32102","32105","32114","32115","32116","32117","32118","32119","32120","32121","32122","32123","32124","32125","32126","32127","32128","32129","32130","32132","32136","32141","32168","32169","32170","32173","32174","32175","32176","32180","32190","32198","32706","32713","32720","32721","32722","32723","32724","32725","32728","32738","32739","32744","32753","32754","32759","32763","32764","32774","32775"],"st":"FL"}},"12129":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.713351,30.30017],[-84.285987,30.303301],[-84.241222,30.274244],[-84.075539,30.273617],[-84.076132071911,30.09908988373],[-84.289727,30.057197],[-84.366115,30.008662],[-84.341148833182,29.960756336105],[-84.54445,30.01103],[-84.670364,30.128208],[-84.713351,30.30017]]]},"properties":{"id":"12129","n":"Wakulla","z":["32326","32327","32346","32355","32358"],"st":"FL"}},"12131":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.388644662,30.994528215275],[-86.187248048981,30.994066723462],[-86.035038104951,30.993749607302],[-86.037591,30.704572],[-85.844421,30.70313],[-85.915297,30.636427],[-85.859769,30.490134],[-85.992736,30.38932],[-85.996102593976,30.268901381209],[-86.222561,30.343585],[-86.397379606502,30.377495280419],[-86.388644662,30.994528215275]]]},"properties":{"id":"12131","n":"Walton","z":["32413","32422","32433","32434","32435","32439","32455","32459","32461","32462","32464","32539","32549","32550","32567","32578"],"st":"FL"}},"12133":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.844421,30.70313],[-85.821616,30.790775],[-85.736051,30.74637],[-85.619011,30.743868],[-85.599934,30.830552],[-85.482276,30.829509],[-85.432274,30.785457],[-85.434782,30.56756],[-85.486358,30.567574],[-85.487968,30.436655],[-85.8535,30.440623],[-85.992736,30.38932],[-85.859769,30.490134],[-85.915297,30.636427],[-85.844421,30.70313]]]},"properties":{"id":"12133","n":"Washington","z":["32417","32420","32425","32427","32428","32431","32437","32438","32462","32463","32466"],"st":"FL"}},"13001":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.431531,31.966182],[-82.225042,31.913074],[-82.111818,31.900487],[-82.048582,31.827075],[-82.133013,31.773404],[-82.132794,31.471262],[-82.226585,31.530699],[-82.52142,31.710796],[-82.520251,31.838388],[-82.431362,31.837993],[-82.431531,31.966182]]]},"properties":{"id":"13001","n":"Appling","z":["31513","31515","31518","31539","31555","31563"],"st":"GA"}},"13003":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.140483,31.420395],[-82.844093,31.403328],[-82.817544,31.364486],[-82.628975,31.36393],[-82.629622,31.274726],[-82.699206,31.278104],[-82.671669,31.183739],[-82.971247,31.183988],[-83.046885,31.18368],[-83.033468,31.275041],[-83.140483,31.420395]]]},"properties":{"id":"13003","n":"Atkinson","z":["31552","31624","31635","31642","31650"],"st":"GA"}},"13005":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.627342,31.672672],[-82.52142,31.710796],[-82.226585,31.530699],[-82.344843,31.43013],[-82.417246,31.417119],[-82.494718,31.46869],[-82.597509,31.469293],[-82.627342,31.672672]]]},"properties":{"id":"13005","n":"Bacon","z":["31510","31551","31554"],"st":"GA"}},"13007":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.637579,31.433926],[-84.429876,31.436661],[-84.141124,31.440179],[-84.20066,31.355525],[-84.340552,31.305341],[-84.40435,31.199143],[-84.471001,31.167981],[-84.508078,31.0784],[-84.542653,31.079029],[-84.537101,31.255932],[-84.641673,31.258967],[-84.637579,31.433926]]]},"properties":{"id":"13007","n":"Baker","z":["31721","39813","39837","39841","39862","39870"],"st":"GA"}},"13009":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.42909,33.185352],[-83.274108,33.187238],[-83.097649,33.151536],[-83.100838,33.049864],[-83.052197,33.080682],[-83.073648,32.946562],[-83.133847,33.007248],[-83.357685,32.926141],[-83.42909,33.185352]]]},"properties":{"id":"13009","n":"Baldwin","z":["31031","31033","31034","31059","31061","31062","31082","31087","33106"],"st":"GA"}},"13011":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.615251,34.431748],[-83.537436,34.491734],[-83.45977,34.481142],[-83.398396,34.460883],[-83.393915,34.324801],[-83.355269,34.22373],[-83.402428,34.197499],[-83.480361,34.262038],[-83.620115,34.295276],[-83.66967,34.3661],[-83.615251,34.431748]]]},"properties":{"id":"13011","n":"Banks","z":["30510","30511","30521","30529","30530","30543","30547","30554","30558","30577","30633"],"st":"GA"}},"13013":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.817682,34.127493],[-83.767532,34.066448],[-83.563277,34.031864],[-83.537385,33.965912],[-83.647031,33.906198],[-83.799104,33.929844],[-83.869115,34.004316],[-83.817682,34.127493]]]},"properties":{"id":"13013","n":"Barrow","z":["30011","30517","30548","30620","30622","30656","30666","30680"],"st":"GA"}},"13015":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.046871,34.096412],[-85.005775,34.392446],[-84.653232,34.41259],[-84.659241,34.07824],[-84.737836,34.079399],[-84.922742,34.082497],[-85.046871,34.096412]]]},"properties":{"id":"13015","n":"Bartow","z":["30101","30102","30103","30104","30120","30121","30137","30139","30145","30161","30171","30178","30183","30184"],"st":"GA"}},"13017":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.480176,31.847312],[-83.177469,31.847857],[-82.995698,31.780983],[-82.99836,31.673164],[-83.325617,31.680603],[-83.325296,31.756584],[-83.453634,31.757861],[-83.480176,31.847312]]]},"properties":{"id":"13017","n":"Ben Hill","z":["31079","31750","31760","31769","31783","31798"],"st":"GA"}},"13019":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.338728,31.475991],[-83.145587,31.472276],[-83.140483,31.420395],[-83.033468,31.275041],[-83.046885,31.18368],[-83.165072,31.147198],[-83.197971,31.025405],[-83.295052,31.027278],[-83.335949,31.244579],[-83.434492,31.350361],[-83.338728,31.475991]]]},"properties":{"id":"13019","n":"Berrien","z":["31622","31637","31639","31645","31749","31794"],"st":"GA"}},"13021":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.710685,32.952792],[-83.658601,32.887836],[-83.513511,32.844868],[-83.602186,32.741448],[-83.597656,32.664338],[-83.701152,32.692169],[-83.810141,32.729942],[-83.891922,32.848351],[-83.710685,32.952792]]]},"properties":{"id":"13021","n":"Bibb","z":["31004","31020","31052","31066","31201","31202","31203","31204","31205","31206","31207","31208","31209","31210","31211","31213","31216","31217","31220","31221","31294","31295","31296","31297"],"st":"GA"}},"13023":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.497923,32.452198],[-83.226536,32.584201],[-83.138991,32.423069],[-83.173252,32.452533],[-83.346528,32.272489],[-83.498039,32.401715],[-83.497923,32.452198]]]},"properties":{"id":"13023","n":"Bleckley","z":["31012","31014","31017","31022","31065"],"st":"GA"}},"13025":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.284561,31.224449],[-82.193031,31.20212],[-82.114822,31.270355],[-81.997421,31.288534],[-82.041129,31.373721],[-81.923238,31.345875],[-81.801052,31.363737],[-81.731694,31.330048],[-81.766322,31.169595],[-81.936006,31.047993],[-82.06087,31.075809],[-82.131698,31.010714],[-82.208262,31.084768],[-82.208732,31.170938],[-82.284561,31.224449]]]},"properties":{"id":"13025","n":"Brantley","z":["31503","31542","31543","31553","31557","31566"],"st":"GA"}},"13027":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.736158,31.037679],[-83.573959,31.033875],[-83.574857,31.078135],[-83.475617,31.031964],[-83.441549,30.914347],[-83.346405,30.853543],[-83.449293,30.817957],[-83.482461,30.756931],[-83.357716313628,30.637137873134],[-83.611704058826,30.651560093709],[-83.743729,30.65852691375],[-83.736158,31.037679]]]},"properties":{"id":"13027","n":"Brooks","z":["31602","31625","31626","31629","31638","31643","31720","31778"],"st":"GA"}},"13029":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.780858,32.15289],[-81.43583,32.241289],[-81.391698,32.095886],[-81.290323,31.978821],[-81.138429,31.855717],[-81.177027,31.816113],[-81.154731,31.71307],[-81.355837,31.8149],[-81.407737,31.944302],[-81.593429,31.97135],[-81.718658,32.089351],[-81.780858,32.15289]]]},"properties":{"id":"13029","n":"Bryan","z":["31308","31321","31324"],"st":"GA"}},"13031":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.001236,32.60691],[-81.841005,32.649093],[-81.689643,32.54629],[-81.548006,32.489286],[-81.534904,32.39358],[-81.43583,32.241289],[-81.780858,32.15289],[-81.81628,32.23747],[-81.969069,32.268783],[-81.918652,32.415073],[-82.030233,32.53877],[-82.001236,32.60691]]]},"properties":{"id":"13031","n":"Bulloch","z":["30415","30417","30424","30425","30450","30452","30458","30459","30460","30461","30471","31308","31321"],"st":"GA"}},"13033":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.26758,33.267397],[-82.17424,33.296771],[-82.097135,33.230612],[-81.846500532358,33.24725208543],[-81.762505982796,33.197265888297],[-81.755135,33.15155],[-81.615955710789,33.089338539364],[-81.543966224314,33.044399954144],[-81.767553,32.909411],[-81.857985,32.953882],[-82.081349,32.916762],[-82.144977,32.812741],[-82.316512,32.835772],[-82.272353,32.937796],[-82.29118,33.062827],[-82.232554,33.231211],[-82.26758,33.267397]]]},"properties":{"id":"13033","n":"Burke","z":["30426","30434","30441","30442","30456","30805","30811","30815","30816","30830"],"st":"GA"}},"13035":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.102582,33.298191],[-83.964374,33.375154],[-83.923913,33.444194],[-83.863058,33.368278],[-83.822261,33.180238],[-84.041498,33.202629],[-84.123767,33.202824],[-84.102582,33.298191]]]},"properties":{"id":"13035","n":"Butts","z":["30216","30233","30234","30248","31029"],"st":"GA"}},"13037":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.817843,31.619771],[-84.546854,31.621199],[-84.450398,31.621868],[-84.429876,31.436661],[-84.637579,31.433926],[-84.789032,31.436356],[-84.819807,31.501192],[-84.817843,31.619771]]]},"properties":{"id":"13037","n":"Calhoun","z":["39813","39842","39846","39862","39866","39886"],"st":"GA"}},"13039":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.766322,31.169595],[-81.572692,31.097269],[-81.412518035579,30.990834503508],[-81.405153,30.908203],[-81.460061,30.769912],[-81.444124,30.709714],[-81.732238,30.749635],[-81.905978439406,30.821407341502],[-81.906036,31.039715],[-81.936006,31.047993],[-81.766322,31.169595]]]},"properties":{"id":"13039","n":"Camden","z":["31537","31547","31548","31558","31565","31568","31569"],"st":"GA"}},"13043":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.030233,32.53877],[-81.918652,32.415073],[-81.969069,32.268783],[-82.025339,32.278883],[-82.232788,32.318838],[-82.254526,32.351498],[-82.148338,32.520429],[-82.030233,32.53877]]]},"properties":{"id":"13043","n":"Candler","z":["30420","30439","30451"],"st":"GA"}},"13045":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.338116299906,33.653114391601],[-85.050889,33.714632],[-85.037926,33.811942],[-84.901688,33.780703],[-84.905788,33.573378],[-84.808934,33.574085],[-84.850713,33.511457],[-84.935378,33.437421],[-85.015358,33.425506],[-85.294346864345,33.427993146365],[-85.304943833225,33.482756336846],[-85.338116299906,33.653114391601]]]},"properties":{"id":"13045","n":"Carroll","z":["30108","30109","30110","30112","30116","30117","30118","30119","30150","30170","30179","30180","30182","30185"],"st":"GA"}},"13047":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.265055021716,34.985077644742],[-84.979854025232,34.987205613976],[-85.061648,34.819478],[-85.144789,34.767639],[-85.20218,34.854451],[-85.264762,34.854277],[-85.265055021716,34.985077644742]]]},"properties":{"id":"13047","n":"Catoosa","z":["30707","30710","30726","30736","30739","30741","30742","30755"],"st":"GA"}},"13049":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.131698,31.010714],[-82.06087,31.075809],[-81.936006,31.047993],[-81.906036,31.039715],[-81.905978439406,30.821407341502],[-82.032667,30.750674],[-82.015728,30.601698],[-82.050982981681,30.368367775945],[-82.180043,30.36861],[-82.218607,30.564395],[-82.149872,30.784336],[-82.420442,30.795229],[-82.415603,31.01359],[-82.131698,31.010714]]]},"properties":{"id":"13049","n":"Charlton","z":["31537","31553","31562","31631"],"st":"GA"}},"13051":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.391698,32.095886],[-81.195449,32.237591],[-81.147595170455,32.227169446597],[-81.113334,32.113205],[-81.006745,32.101152],[-80.885517,32.0346],[-80.848441,31.988279],[-81.1352985902,31.710564597966],[-81.154731,31.71307],[-81.177027,31.816113],[-81.138429,31.855717],[-81.290323,31.978821],[-81.391698,32.095886]]]},"properties":{"id":"13051","n":"Chatham","z":["31302","31322","31328","31401","31402","31403","31404","31405","31406","31407","31408","31409","31410","31411","31412","31414","31415","31416","31418","31419","31420","31421"],"st":"GA"}},"13053":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.981150294134,32.379040076682],[-84.768407,32.420591],[-84.69451,32.518732],[-84.637323,32.534855],[-84.657325,32.49494],[-84.65892,32.232852],[-84.919942147926,32.230848200933],[-84.891841,32.263398],[-85.008096,32.336677],[-84.981150294134,32.379040076682]]]},"properties":{"id":"13053","n":"Chattahoochee","z":["31805","31905","31995"],"st":"GA"}},"13055":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.526894818161,34.588685692733],[-85.107748,34.587483],[-85.180548,34.435996],[-85.334881,34.369748],[-85.387351,34.286097],[-85.463140824776,34.286190988505],[-85.513044229273,34.523946471324],[-85.526894818161,34.588685692733]]]},"properties":{"id":"13055","n":"Chattooga","z":["30105","30165","30730","30731","30747","30753"],"st":"GA"}},"13057":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.653232,34.41259],[-84.58263,34.381492],[-84.257586,34.380992],[-84.258075,34.335156],[-84.258743,34.185909],[-84.352302,34.176717],[-84.418927,34.073298],[-84.659241,34.07824],[-84.653232,34.41259]]]},"properties":{"id":"13057","n":"Cherokee","z":["30004","30028","30040","30075","30101","30102","30107","30114","30115","30143","30146","30183","30184","30188","30189","30534"],"st":"GA"}},"13059":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.537385,33.965912],[-83.360028,34.040572],[-83.258413,33.999098],[-83.275933,33.847977],[-83.537385,33.965912]]]},"properties":{"id":"13059","n":"Clarke","z":["30601","30602","30603","30604","30605","30606","30607","30608","30609","30612","30622","30646","30683"],"st":"GA"}},"13061":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.129159315583,31.780278268077],[-84.95864,31.777854],[-84.942353,31.618669],[-84.817843,31.619771],[-84.819807,31.501192],[-85.029227,31.486071],[-85.051681429506,31.519540329142],[-85.058169,31.620227],[-85.12553,31.694965],[-85.125440577343,31.762968703418],[-85.129159315583,31.780278268077]]]},"properties":{"id":"13061","n":"Clay","z":["39824","39836","39846","39851","39854","39867"],"st":"GA"}},"13063":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.350224,33.647908],[-84.281273,33.647411],[-84.29468,33.435715],[-84.3544,33.352514],[-84.388118,33.352465],[-84.381814,33.463467],[-84.458665,33.550933],[-84.457726,33.648866],[-84.350224,33.647908]]]},"properties":{"id":"13063","n":"Clayton","z":["30215","30228","30236","30237","30238","30250","30260","30273","30274","30281","30287","30288","30294","30296","30297","30298","30337","30349","30354","30374"],"st":"GA"}},"13065":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.971247,31.183988],[-82.671669,31.183739],[-82.592071,31.018487],[-82.490558,30.963166],[-82.495476,30.819553],[-82.435852,30.820068],[-82.418984112178,30.580916669731],[-82.459792435414,30.584276528306],[-82.584005186419,30.591636579088],[-82.581202,30.696237],[-82.766159,30.732404],[-82.846353,30.834988],[-82.971336,30.869392],[-82.971247,31.183988]]]},"properties":{"id":"13065","n":"Clinch","z":["31623","31630","31631","31634","31635","31642"],"st":"GA"}},"13067":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.737836,34.079399],[-84.659241,34.07824],[-84.418927,34.073298],[-84.374743,33.985908],[-84.480134,33.817319],[-84.578132,33.743507],[-84.622692,33.804842],[-84.724139,33.80617],[-84.737836,34.079399]]]},"properties":{"id":"13067","n":"Cobb","z":["30006","30007","30008","30060","30061","30062","30064","30065","30066","30067","30068","30069","30075","30080","30081","30082","30090","30101","30102","30106","30111","30126","30127","30141","30144","30152","30156","30157","30160","30168","30188","30339","30384","31144"],"st":"GA"}},"13069":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.145587,31.472276],[-82.99836,31.673164],[-82.995698,31.780983],[-82.836366,31.816154],[-82.836633,31.671398],[-82.627342,31.672672],[-82.597509,31.469293],[-82.628975,31.36393],[-82.817544,31.364486],[-82.844093,31.403328],[-83.140483,31.420395],[-83.145587,31.472276]]]},"properties":{"id":"13069","n":"Coffee","z":["31512","31519","31533","31534","31535","31552","31554","31567","31624","31650","31798"],"st":"GA"}},"13071":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.99943,31.334966],[-83.65409,31.330661],[-83.512607,31.327405],[-83.509961,31.205972],[-83.574857,31.078135],[-83.573959,31.033875],[-83.736158,31.037679],[-84.003876,31.041582],[-84.003627,31.07729],[-83.99943,31.334966]]]},"properties":{"id":"13071","n":"Colquitt","z":["31637","31722","31738","31744","31747","31753","31756","31765","31768","31771","31775","31776","31778","31788"],"st":"GA"}},"13073":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.425328,33.650629],[-82.308246,33.700436],[-82.215938364748,33.687754975319],[-82.114653838585,33.59790505457],[-82.028238,33.544934],[-82.294179,33.354635],[-82.437081,33.550538],[-82.425328,33.650629]]]},"properties":{"id":"13073","n":"Columbia","z":["30802","30809","30813","30814","30903","30907","30909"],"st":"GA"}},"13075":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.574857,31.078135],[-83.509961,31.205972],[-83.512607,31.327405],[-83.434492,31.350361],[-83.335949,31.244579],[-83.295052,31.027278],[-83.475617,31.031964],[-83.574857,31.078135]]]},"properties":{"id":"13075","n":"Cook","z":["31620","31627","31632","31637","31647"],"st":"GA"}},"13077":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.015358,33.425506],[-84.935378,33.437421],[-84.850713,33.511457],[-84.60954,33.502511],[-84.62713,33.439821],[-84.497527,33.257422],[-84.502352,33.221055],[-84.85236,33.22359],[-84.862359,33.191173],[-84.939015,33.224693],[-85.015358,33.425506]]]},"properties":{"id":"13077","n":"Coweta","z":["30220","30229","30230","30259","30263","30264","30265","30268","30271","30275","30276","30277","30289"],"st":"GA"}},"13079":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.124275,32.849562],[-83.891922,32.848351],[-83.810141,32.729942],[-83.701152,32.692169],[-83.70109,32.691598],[-83.766787,32.692622],[-84.003363,32.529927],[-84.105924,32.685049],[-84.202628,32.690018],[-84.124275,32.849562]]]},"properties":{"id":"13079","n":"Crawford","z":["31008","31016","31030","31050","31052","31066","31078"],"st":"GA"}},"13081":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.961278,32.030595],[-83.609663,32.027938],[-83.612256,31.854089],[-83.612642,31.804128],[-83.802723,31.803579],[-83.939437,31.847929],[-83.922494,31.909653],[-83.961278,32.030595]]]},"properties":{"id":"13081","n":"Crisp","z":["31010","31015","31072","31092","31712"],"st":"GA"}},"13083":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.605165,34.984678],[-85.474338843134,34.983673326791],[-85.363919028931,34.983376563141],[-85.450561,34.831677],[-85.450409,34.759241],[-85.534405257815,34.623790338436],[-85.582812333785,34.860435474478],[-85.605165,34.984678]]]},"properties":{"id":"13083","n":"Dade","z":["30731","30738","30750","30752","30757"],"st":"GA"}},"13085":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.196754,34.617924],[-84.188557,34.602692],[-84.19104,34.539181],[-84.102037,34.464544],[-83.980649,34.418389],[-83.957077,34.334011],[-84.258075,34.335156],[-84.257586,34.380992],[-84.256867,34.467327],[-84.319679,34.467857],[-84.345553,34.562735],[-84.196754,34.617924]]]},"properties":{"id":"13085","n":"Dawson","z":["30143","30148","30533","30534","30536"],"st":"GA"}},"13087":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.863463844382,30.711497014654],[-84.78692,30.801189],[-84.730855,31.06919],[-84.542653,31.079029],[-84.508078,31.0784],[-84.376612,31.078883],[-84.380754183552,30.688827197046],[-84.863463844382,30.711497014654]]]},"properties":{"id":"13087","n":"Decatur","z":["31730","39815","39817","39818","39819","39825","39834","39837","39852","39897"],"st":"GA"}},"13089":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.277093,33.957614],[-84.237113,33.904447],[-84.023713,33.752808],[-84.115791,33.614666],[-84.184143,33.646157],[-84.281273,33.647411],[-84.350224,33.647908],[-84.346955,33.968143],[-84.277093,33.957614]]]},"properties":{"id":"13089","n":"De Kalb","z":["30002","30012","30018","30021","30030","30032","30033","30034","30035","30036","30038","30039","30058","30063","30072","30074","30079","30083","30084","30085","30086","30087","30088","30094","30288","30294","30306","30307","30315","30316","30317","30319","30322","30324","30329","30333","30338","30340","30341","30345","30346","30350","30359","30360","30366","31146"],"st":"GA"}},"13091":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.346528,32.272489],[-83.173252,32.452533],[-83.138991,32.423069],[-82.990967,32.147274],[-82.884803,32.196072],[-82.927865,32.135274],[-83.205739,31.900325],[-83.292061,31.984506],[-83.337313,32.105885],[-83.291106,32.178825],[-83.346528,32.272489]]]},"properties":{"id":"13091","n":"Dodge","z":["31011","31012","31014","31023","31037","31060","31077"],"st":"GA"}},"13093":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.027853,32.171083],[-83.894777,32.292175],[-83.848379,32.29097],[-83.615579,32.288556],[-83.608547,32.118405],[-83.609663,32.027938],[-83.961278,32.030595],[-84.027853,32.171083]]]},"properties":{"id":"13093","n":"Dooly","z":["31007","31051","31063","31070","31091","31092","31902"],"st":"GA"}},"13095":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.450398,31.621868],[-84.297801,31.621951],[-84.043213,31.623573],[-84.018404,31.650274],[-83.993374,31.650034],[-83.997796,31.443753],[-84.141124,31.440179],[-84.429876,31.436661],[-84.450398,31.621868]]]},"properties":{"id":"13095","n":"Dougherty","z":["31701","31702","31703","31704","31705","31706","31707","31708","31721","31763","31782","31791"],"st":"GA"}},"13097":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.901688,33.780703],[-84.724139,33.80617],[-84.622692,33.804842],[-84.578132,33.743507],[-84.808934,33.574085],[-84.905788,33.573378],[-84.901688,33.780703]]]},"properties":{"id":"13097","n":"Douglas","z":["30106","30122","30133","30134","30135","30168","30180","30185","30187"],"st":"GA"}},"13099":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.08882996353,31.308647755497],[-85.051681429506,31.519540329142],[-85.029227,31.486071],[-84.819807,31.501192],[-84.789032,31.436356],[-84.637579,31.433926],[-84.641673,31.258967],[-84.917421,31.25599],[-84.922423,31.07259],[-85.021107562363,31.075463872306],[-85.107516,31.186451],[-85.08882996353,31.308647755497]]]},"properties":{"id":"13099","n":"Early","z":["39813","39823","39824","39832","39837","39841","39845","39861"],"st":"GA"}},"13101":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.019419,30.849453],[-82.971336,30.869392],[-82.846353,30.834988],[-82.766159,30.732404],[-82.581202,30.696237],[-82.584005186419,30.591636579088],[-82.689529798473,30.597889290642],[-83.136618858204,30.623885944893],[-83.133009,30.789649],[-83.019419,30.849453]]]},"properties":{"id":"13101","n":"Echols","z":["31630","31631","31636","31648"],"st":"GA"}},"13103":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.548006,32.489286],[-81.386901902694,32.5989648539],[-81.284238381766,32.547110946285],[-81.194829,32.465086],[-81.133032,32.334794],[-81.147595170455,32.227169446597],[-81.195449,32.237591],[-81.391698,32.095886],[-81.43583,32.241289],[-81.534904,32.39358],[-81.548006,32.489286]]]},"properties":{"id":"13103","n":"Effingham","z":["30446","31302","31303","31307","31312","31318","31326","31329"],"st":"GA"}},"13105":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.078004,34.223606],[-82.980018,34.210066],[-82.774628731012,34.288366818255],[-82.735107988942,34.212614812243],[-82.715373,34.148165],[-82.595025792607,34.01351780921],[-82.562996798581,33.956554910527],[-82.645451,33.984195],[-82.779506,33.971124],[-82.976294,34.043219],[-83.103264,34.170528],[-83.078004,34.223606]]]},"properties":{"id":"13105","n":"Elbert","z":["30624","30634","30635","30662"],"st":"GA"}},"13107":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.434149,32.762258],[-82.419129,32.810927],[-82.316512,32.835772],[-82.144977,32.812741],[-82.082871,32.663324],[-82.001236,32.60691],[-82.030233,32.53877],[-82.148338,32.520429],[-82.254526,32.351498],[-82.232788,32.318838],[-82.354603,32.292475],[-82.40913,32.353738],[-82.38194,32.440596],[-82.488941,32.49183],[-82.647733,32.512507],[-82.594439,32.579158],[-82.465065,32.646833],[-82.499431,32.68634],[-82.434149,32.762258]]]},"properties":{"id":"13107","n":"Emanuel","z":["30401","30425","30436","30439","30441","30447","30448","30457","30464","30471","30474","31002","31049"],"st":"GA"}},"13109":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.025339,32.278883],[-81.969069,32.268783],[-81.81628,32.23747],[-81.780858,32.15289],[-81.718658,32.089351],[-81.761735,32.0479],[-81.980041,32.081502],[-82.025339,32.278883]]]},"properties":{"id":"13109","n":"Evans","z":["30414","30417","30423","30427","30429"],"st":"GA"}},"13111":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.621483,34.988329],[-84.321869,34.988408],[-84.129446962636,34.987946953955],[-84.178834,34.952086],[-84.107422,34.886896],[-84.093193,34.801411],[-84.158035,34.648243],[-84.188557,34.602692],[-84.196754,34.617924],[-84.343661,34.824781],[-84.422754,34.854795],[-84.618637,34.855398],[-84.621483,34.988329]]]},"properties":{"id":"13111","n":"Fannin","z":["30512","30513","30522","30541","30555","30559","30560","30572"],"st":"GA"}},"13113":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.60954,33.502511],[-84.458665,33.550933],[-84.381814,33.463467],[-84.388118,33.352465],[-84.432907,33.2565],[-84.497527,33.257422],[-84.62713,33.439821],[-84.60954,33.502511]]]},"properties":{"id":"13113","n":"Fayette","z":["30205","30214","30215","30238","30269","30270","30276","30290","31169"],"st":"GA"}},"13115":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.463140824776,34.286190988505],[-85.387351,34.286097],[-85.334881,34.369748],[-85.180548,34.435996],[-85.107748,34.587483],[-85.069159,34.587184],[-85.104811,34.404608],[-85.005775,34.392446],[-85.046871,34.096412],[-85.257624,34.100668],[-85.421073175229,34.080812652607],[-85.463140824776,34.286190988505]]]},"properties":{"id":"13115","n":"Floyd","z":["30103","30104","30105","30124","30125","30129","30145","30147","30149","30161","30162","30165","30172","30173","30701","30733"],"st":"GA"}},"13117":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.258743,34.185909],[-84.258075,34.335156],[-83.957077,34.334011],[-83.925575,34.28527],[-83.989059,34.195732],[-84.062841,34.167873],[-84.097693,34.050708],[-84.258934,34.109539],[-84.258743,34.185909]]]},"properties":{"id":"13117","n":"Forsyth","z":["30004","30005","30024","30028","30040","30041","30095","30097","30098","30107","30506","30534"],"st":"GA"}},"13119":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.398396,34.460883],[-83.177838,34.477017],[-83.102873826036,34.537430909765],[-83.050572964102,34.495053652169],[-83.094238,34.415901],[-83.11336,34.27353],[-83.172745,34.238522],[-83.313591,34.259144],[-83.355269,34.22373],[-83.393915,34.324801],[-83.398396,34.460883]]]},"properties":{"id":"13119","n":"Franklin","z":["30520","30521","30530","30538","30553","30557","30577","30633","30662"],"st":"GA"}},"13121":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.808934,33.574085],[-84.578132,33.743507],[-84.480134,33.817319],[-84.374743,33.985908],[-84.418927,34.073298],[-84.352302,34.176717],[-84.258743,34.185909],[-84.258934,34.109539],[-84.097693,34.050708],[-84.277093,33.957614],[-84.346955,33.968143],[-84.350224,33.647908],[-84.457726,33.648866],[-84.458665,33.550933],[-84.60954,33.502511],[-84.850713,33.511457],[-84.808934,33.574085]]]},"properties":{"id":"13121","n":"Fulton","z":["30004","30005","30009","30022","30023","30024","30075","30076","30077","30092","30097","30213","30268","30272","30291","30296","30302","30303","30304","30305","30306","30307","30308","30309","30310","30311","30312","30313","30314","30315","30316","30317","30318","30319","30320","30321","30324","30325","30326","30327","30328","30331","30332","30334","30336","30337","30338","30339","30342","30343","30344","30348","30349","30350","30353","30354","30355","30357","30361","30362","30363","30364","30368","30369","30370","30371","30375","30377","30378","30380","30385","30388","30392","30394","30396","30398","31106","31107","31119","31126","31131","31136","31141","31145","31150","31156","31192","31193","31195","31196","39901"],"st":"GA"}},"13123":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.618637,34.855398],[-84.422754,34.854795],[-84.343661,34.824781],[-84.196754,34.617924],[-84.345553,34.562735],[-84.654366,34.548946],[-84.654523,34.583187],[-84.657098,34.728905],[-84.618637,34.855398]]]},"properties":{"id":"13123","n":"Gilmer","z":["30175","30356","30513","30522","30536","30539","30540"],"st":"GA"}},"13125":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.755846,33.25344],[-82.559753,33.32727],[-82.431957,33.27483],[-82.661917,33.126331],[-82.748311,33.238348],[-82.755846,33.25344]]]},"properties":{"id":"13125","n":"Glascock","z":["30810","30820","30823","30828"],"st":"GA"}},"13127":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.731694,31.330048],[-81.62429,31.452982],[-81.481696,31.336088],[-81.264377948088,31.294599064745],[-81.304957,31.206173],[-81.402096,31.125383],[-81.412518035579,30.990834503508],[-81.572692,31.097269],[-81.766322,31.169595],[-81.731694,31.330048]]]},"properties":{"id":"13127","n":"Glynn","z":["31520","31521","31522","31523","31524","31525","31527","31543","31561","31566"],"st":"GA"}},"13129":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.069159,34.587184],[-85.050446,34.622482],[-84.913456,34.634128],[-84.715692,34.622876],[-84.654523,34.583187],[-84.654366,34.548946],[-84.653232,34.41259],[-85.005775,34.392446],[-85.104811,34.404608],[-85.069159,34.587184]]]},"properties":{"id":"13129","n":"Gordon","z":["30103","30139","30171","30701","30703","30732","30733","30734","30735","30746"],"st":"GA"}},"13131":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.376612,31.078883],[-84.116644,31.077971],[-84.075958,30.912538],[-84.0837530823,30.675943397968],[-84.285514509039,30.684809171948],[-84.380754183552,30.688827197046],[-84.376612,31.078883]]]},"properties":{"id":"13131","n":"Grady","z":["31773","31779","31792","39827","39828","39829","39897"],"st":"GA"}},"13133":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.406189,33.698307],[-83.28034,33.761774],[-83.118729,33.698818],[-82.995602,33.693583],[-82.951163,33.661272],[-83.014038,33.580383],[-83.012853,33.469178],[-83.164207,33.35503],[-83.224564,33.380423],[-83.279931,33.483438],[-83.269213,33.533226],[-83.406189,33.698307]]]},"properties":{"id":"13133","n":"Greene","z":["30642","30650","30665","30669","30677","30678"],"st":"GA"}},"13135":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.097693,34.050708],[-84.062841,34.167873],[-83.890097,34.106179],[-83.817682,34.127493],[-83.869115,34.004316],[-83.799104,33.929844],[-83.982033,33.786054],[-84.023713,33.752808],[-84.237113,33.904447],[-84.277093,33.957614],[-84.097693,34.050708]]]},"properties":{"id":"13135","n":"Gwinnett","z":["30003","30010","30011","30017","30019","30024","30026","30029","30031","30039","30042","30043","30044","30045","30046","30047","30048","30049","30052","30071","30078","30084","30087","30091","30092","30093","30096","30097","30099","30340","30360","30158","30515","30517","30518","30519","30548","30620"],"st":"GA"}},"13137":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.652194,34.822993],[-83.586897,34.819991],[-83.534904,34.740013],[-83.349608510913,34.717010582627],[-83.340039106785,34.686327710412],[-83.45977,34.481142],[-83.537436,34.491734],[-83.615251,34.431748],[-83.666415,34.503602],[-83.61554,34.552864],[-83.662819,34.659801],[-83.628295,34.763394],[-83.681596,34.800593],[-83.652194,34.822993]]]},"properties":{"id":"13137","n":"Habersham","z":["30503","30510","30511","30523","30531","30535","30563","30573","30577","30580"],"st":"GA"}},"13139":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.957077,34.334011],[-83.980649,34.418389],[-83.843405,34.505494],[-83.666415,34.503602],[-83.615251,34.431748],[-83.66967,34.3661],[-83.620115,34.295276],[-83.817682,34.127493],[-83.890097,34.106179],[-84.062841,34.167873],[-83.989059,34.195732],[-83.925575,34.28527],[-83.957077,34.334011]]]},"properties":{"id":"13139","n":"Hall","z":["30501","30502","30504","30506","30507","30510","30517","30518","30519","30527","30531","30533","30542","30543","30548","30554","30564","30566","30567","30575"],"st":"GA"}},"13141":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.164207,33.35503],[-83.012853,33.469178],[-82.851954,33.443543],[-82.755846,33.25344],[-82.748311,33.238348],[-82.855046,33.196427],[-82.888866,33.138603],[-83.052197,33.080682],[-83.100838,33.049864],[-83.097649,33.151536],[-83.274108,33.187238],[-83.253461,33.25929],[-83.145856,33.310045],[-83.164207,33.35503]]]},"properties":{"id":"13141","n":"Hancock","z":["30678","31045","31061","31087"],"st":"GA"}},"13143":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.386670573773,33.901701494003],[-85.05031,33.904488],[-85.037926,33.811942],[-85.050889,33.714632],[-85.338116299906,33.653114391601],[-85.386670573773,33.901701494003]]]},"properties":{"id":"13143","n":"Haralson","z":["30110","30113","30153","30176","30179","30182"],"st":"GA"}},"13145":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.186117401789,32.870138269972],[-84.861768,32.872495],[-84.700538,32.84464],[-84.694603,32.583945],[-84.907883,32.583433],[-85.076072372605,32.608067475157],[-85.124533222751,32.751629606751],[-85.186117401789,32.870138269972]]]},"properties":{"id":"13145","n":"Harris","z":["31804","31807","31808","31811","31820","31822","31823","31826","31829","31830","31831","31833"],"st":"GA"}},"13147":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.050572964102,34.495053652169],[-82.991388153182,34.472980627236],[-82.873831,34.471508],[-82.774628731012,34.288366818255],[-82.980018,34.210066],[-83.078004,34.223606],[-83.11336,34.27353],[-83.094238,34.415901],[-83.050572964102,34.495053652169]]]},"properties":{"id":"13147","n":"Hart","z":["30516","30520","30553","30624","30634","30635","30643","30662"],"st":"GA"}},"13149":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.294346864345,33.427993146365],[-85.015358,33.425506],[-84.939015,33.224693],[-85.236595371253,33.129544028251],[-85.294346864345,33.427993146365]]]},"properties":{"id":"13149","n":"Heard","z":["30108","30170","30217","30230","30263"],"st":"GA"}},"13151":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.281273,33.647411],[-84.184143,33.646157],[-84.125073,33.561248],[-84.044493,33.525776],[-83.923913,33.444194],[-83.964374,33.375154],[-84.102582,33.298191],[-84.150581,33.335639],[-84.3544,33.352514],[-84.29468,33.435715],[-84.281273,33.647411]]]},"properties":{"id":"13151","n":"Henry","z":["30228","30233","30234","30236","30248","30252","30253","30273","30281","30294"],"st":"GA"}},"13153":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.846676,32.468514],[-83.723139,32.521122],[-83.70109,32.691598],[-83.701152,32.692169],[-83.597656,32.664338],[-83.561058,32.658275],[-83.497923,32.452198],[-83.498039,32.401715],[-83.615579,32.288556],[-83.848379,32.29097],[-83.846676,32.468514]]]},"properties":{"id":"13153","n":"Houston","z":["31005","31008","31013","31025","31028","31030","31036","31047","31069","31088","31091","31093","31095","31098","31099"],"st":"GA"}},"13155":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.500702,31.59399],[-83.453634,31.757861],[-83.325296,31.756584],[-83.325617,31.680603],[-82.99836,31.673164],[-83.145587,31.472276],[-83.338728,31.475991],[-83.500702,31.59399]]]},"properties":{"id":"13155","n":"Irwin","z":["31733","31749","31750","31774","31783","31798"],"st":"GA"}},"13157":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.817682,34.127493],[-83.620115,34.295276],[-83.480361,34.262038],[-83.402428,34.197499],[-83.360028,34.040572],[-83.537385,33.965912],[-83.563277,34.031864],[-83.767532,34.066448],[-83.817682,34.127493]]]},"properties":{"id":"13157","n":"Jackson","z":["30517","30529","30530","30543","30548","30549","30558","30565","30567","30575","30599","30601","30607","30622","30666","30680"],"st":"GA"}},"13159":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.682196,33.52622],[-83.533736,33.434472],[-83.545876,33.171944],[-83.816048,33.131816],[-83.822261,33.180238],[-83.863058,33.368278],[-83.824922,33.437263],[-83.674644,33.487225],[-83.682196,33.52622]]]},"properties":{"id":"13159","n":"Jasper","z":["30014","30055","30056","31038","31064","31085"],"st":"GA"}},"13161":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.836366,31.816154],[-82.645659,31.918883],[-82.543655,31.958914],[-82.483131,31.968961],[-82.431531,31.966182],[-82.431362,31.837993],[-82.520251,31.838388],[-82.52142,31.710796],[-82.627342,31.672672],[-82.836633,31.671398],[-82.836366,31.816154]]]},"properties":{"id":"13161","n":"Jeff Davis","z":["31510","31513","31519","31532","31539"],"st":"GA"}},"13163":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.661917,33.126331],[-82.431957,33.27483],[-82.383829,33.312106],[-82.353498,33.312318],[-82.26758,33.267397],[-82.232554,33.231211],[-82.29118,33.062827],[-82.272353,32.937796],[-82.316512,32.835772],[-82.419129,32.810927],[-82.434149,32.762258],[-82.521052,32.822356],[-82.510851,32.917754],[-82.550225,33.019351],[-82.661917,33.126331]]]},"properties":{"id":"13163","n":"Jefferson","z":["30413","30434","30477","30803","30810","30816","30818","30823","30833"],"st":"GA"}},"13165":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.144977,32.812741],[-82.081349,32.916762],[-81.857985,32.953882],[-81.767553,32.909411],[-81.865987,32.66299],[-81.841005,32.649093],[-82.001236,32.60691],[-82.082871,32.663324],[-82.144977,32.812741]]]},"properties":{"id":"13165","n":"Jenkins","z":["30425","30441","30442","30822"],"st":"GA"}},"13167":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.946966,32.759358],[-82.802456,32.809756],[-82.768365,32.769108],[-82.521052,32.822356],[-82.434149,32.762258],[-82.499431,32.68634],[-82.465065,32.646833],[-82.594439,32.579158],[-82.647733,32.512507],[-82.668557,32.612164],[-82.862763,32.71576],[-82.957066,32.708318],[-82.946966,32.759358]]]},"properties":{"id":"13167","n":"Johnson","z":["30413","31002","31049","31089","31096"],"st":"GA"}},"13169":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.816048,33.131816],[-83.545876,33.171944],[-83.42909,33.185352],[-83.357685,32.926141],[-83.40699,32.89822],[-83.513511,32.844868],[-83.658601,32.887836],[-83.710685,32.952792],[-83.72537,33.032666],[-83.816048,33.131816]]]},"properties":{"id":"13169","n":"Jones","z":["31031","31032","31033","31038","31046","31061","31211","31217"],"st":"GA"}},"13171":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.248185,33.189019],[-84.123767,33.202824],[-84.041498,33.202629],[-84.054175,32.931497],[-84.12334,32.932184],[-84.122361,32.989576],[-84.27014,32.991011],[-84.248185,33.189019]]]},"properties":{"id":"13171","n":"Lamar","z":["30204","30224","30233","30257","30266","30285","30295","31016","31097"],"st":"GA"}},"13173":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.197971,31.025405],[-83.165072,31.147198],[-83.046885,31.18368],[-82.971247,31.183988],[-82.971336,30.869392],[-83.019419,30.849453],[-83.042924,30.947296],[-83.179465,30.950128],[-83.197971,31.025405]]]},"properties":{"id":"13173","n":"Lanier","z":["31635","31639","31641","31645","31649"],"st":"GA"}},"13175":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.226536,32.584201],[-82.957066,32.708318],[-82.862763,32.71576],[-82.668557,32.612164],[-82.647733,32.512507],[-82.748732,32.32915],[-82.721964,32.309283],[-82.884803,32.196072],[-82.990967,32.147274],[-83.138991,32.423069],[-83.226536,32.584201]]]},"properties":{"id":"13175","n":"Laurens","z":["30411","30428","30454","30457","31002","31009","31019","31021","31022","31027","31040","31065","31075"],"st":"GA"}},"13177":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.922494,31.909653],[-83.939437,31.847929],[-84.008445,31.801645],[-84.018404,31.650274],[-84.043213,31.623573],[-84.297801,31.621951],[-84.286456,31.791182],[-84.338245,31.873591],[-84.338143,31.91619],[-83.922494,31.909653]]]},"properties":{"id":"13177","n":"Lee","z":["31701","31707","31721","31743","31763","31764","31787"],"st":"GA"}},"13179":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.761735,32.0479],[-81.718658,32.089351],[-81.593429,31.97135],[-81.407737,31.944302],[-81.355837,31.8149],[-81.154731,31.71307],[-81.1352985902,31.710564597966],[-81.174832636591,31.539596449495],[-81.22222,31.63042],[-81.314548,31.659382],[-81.43576,31.642055],[-81.491798,31.699575],[-81.641761,31.765451],[-81.765357,31.87454],[-81.750257,31.973207],[-81.824405,32.014882],[-81.761735,32.0479]]]},"properties":{"id":"13179","n":"Liberty","z":["30301","31301","31309","31310","31313","31314","31315","31320","31323","31333"],"st":"GA"}},"13181":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.562996798581,33.956554910527],[-82.32448,33.820033],[-82.215938364748,33.687754975319],[-82.308246,33.700436],[-82.425328,33.650629],[-82.479518,33.639535],[-82.593527,33.827322],[-82.645451,33.984195],[-82.562996798581,33.956554910527]]]},"properties":{"id":"13181","n":"Lincoln","z":["30668","30817"],"st":"GA"}},"13183":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.824405,32.014882],[-81.750257,31.973207],[-81.765357,31.87454],[-81.641761,31.765451],[-81.491798,31.699575],[-81.566009,31.576467],[-81.663206,31.538667],[-81.850624,31.667671],[-81.969052,31.789324],[-81.824405,32.014882]]]},"properties":{"id":"13183","n":"Long","z":["30427","31301","31313","31316","31323"],"st":"GA"}},"13185":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.475617,31.031964],[-83.295052,31.027278],[-83.197971,31.025405],[-83.179465,30.950128],[-83.042924,30.947296],[-83.019419,30.849453],[-83.133009,30.789649],[-83.136618858204,30.623885944893],[-83.309347121596,30.634238766672],[-83.357716313628,30.637137873134],[-83.482461,30.756931],[-83.449293,30.817957],[-83.346405,30.853543],[-83.441549,30.914347],[-83.475617,31.031964]]]},"properties":{"id":"13185","n":"Lowndes","z":["31601","31602","31603","31604","31605","31606","31632","31636","31641","31645","31698","31699"],"st":"GA"}},"13187":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.188557,34.602692],[-84.158035,34.648243],[-84.03651,34.641934],[-83.939007,34.740859],[-83.856506,34.722191],[-83.876133,34.620844],[-83.843405,34.505494],[-83.980649,34.418389],[-84.102037,34.464544],[-84.19104,34.539181],[-84.188557,34.602692]]]},"properties":{"id":"13187","n":"Lumpkin","z":["30528","30533","30534","30564","30597"],"st":"GA"}},"13189":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.649705,33.608768],[-82.479518,33.639535],[-82.425328,33.650629],[-82.437081,33.550538],[-82.294179,33.354635],[-82.353498,33.312318],[-82.383829,33.312106],[-82.548074,33.352798],[-82.649705,33.608768]]]},"properties":{"id":"13189","n":"McDuffie","z":["30802","30806","30808","30814","30819","30824"],"st":"GA"}},"13191":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.663206,31.538667],[-81.566009,31.576467],[-81.491798,31.699575],[-81.43576,31.642055],[-81.314548,31.659382],[-81.22222,31.63042],[-81.174832636591,31.539596449495],[-81.279338,31.351127],[-81.264377948088,31.294599064745],[-81.481696,31.336088],[-81.62429,31.452982],[-81.663206,31.538667]]]},"properties":{"id":"13191","n":"McIntosh","z":["31304","31305","31319","31323","31327","31331"],"st":"GA"}},"13193":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.254613,32.372053],[-84.111226,32.514124],[-84.00849,32.521769],[-83.846676,32.468514],[-83.848379,32.29097],[-83.894777,32.292175],[-84.027853,32.171083],[-84.181657,32.229703],[-84.255912,32.296156],[-84.254613,32.372053]]]},"properties":{"id":"13193","n":"Macon","z":["30169","31030","31041","31057","31063","31068","31076","31711","31806"],"st":"GA"}},"13195":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.402428,34.197499],[-83.355269,34.22373],[-83.313591,34.259144],[-83.172745,34.238522],[-83.11336,34.27353],[-83.078004,34.223606],[-83.103264,34.170528],[-82.976294,34.043219],[-83.123878,34.047558],[-83.258413,33.999098],[-83.360028,34.040572],[-83.402428,34.197499]]]},"properties":{"id":"13195","n":"Madison","z":["30530","30565","30601","30624","30627","30628","30629","30633","30639","30646","30647","30662"],"st":"GA"}},"13197":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.637323,32.534855],[-84.444353,32.562083],[-84.392316,32.414046],[-84.389927,32.297237],[-84.430218,32.166257],[-84.431214,32.134058],[-84.527117,32.134556],[-84.649319,32.232953],[-84.65892,32.232852],[-84.657325,32.49494],[-84.637323,32.534855]]]},"properties":{"id":"13197","n":"Marion","z":["31058","31801","31803"],"st":"GA"}},"13199":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.862359,33.191173],[-84.85236,33.22359],[-84.502352,33.221055],[-84.496783,33.183866],[-84.52702,32.970548],[-84.506888,32.881788],[-84.570669,32.845179],[-84.700538,32.84464],[-84.861768,32.872495],[-84.862359,33.191173]]]},"properties":{"id":"13199","n":"Meriwether","z":["30218","30220","30222","30230","30251","30276","30293","31816","31822","31830"],"st":"GA"}},"13201":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.641673,31.258967],[-84.537101,31.255932],[-84.542653,31.079029],[-84.730855,31.06919],[-84.922423,31.07259],[-84.917421,31.25599],[-84.641673,31.258967]]]},"properties":{"id":"13201","n":"Miller","z":["39823","39837","39841","39845","39859"],"st":"GA"}},"13205":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.141124,31.440179],[-83.997796,31.443753],[-83.99943,31.334966],[-84.003627,31.07729],[-84.116644,31.077971],[-84.376612,31.078883],[-84.508078,31.0784],[-84.471001,31.167981],[-84.40435,31.199143],[-84.340552,31.305341],[-84.20066,31.355525],[-84.141124,31.440179]]]},"properties":{"id":"13205","n":"Mitchell","z":["31705","31716","31730","31744","31765","31779","31784"],"st":"GA"}},"13207":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.12334,32.932184],[-84.054175,32.931497],[-84.041498,33.202629],[-83.822261,33.180238],[-83.816048,33.131816],[-83.72537,33.032666],[-83.710685,32.952792],[-83.891922,32.848351],[-84.124275,32.849562],[-84.12334,32.932184]]]},"properties":{"id":"13207","n":"Monroe","z":["30204","30233","31016","31029","31046","31066","31086","31097","31210","31220"],"st":"GA"}},"13209":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.40913,32.353738],[-82.438987,32.29318],[-82.483131,31.968961],[-82.543655,31.958914],[-82.597671,32.013979],[-82.655486,32.297561],[-82.40913,32.353738]]]},"properties":{"id":"13209","n":"Montgomery","z":["30410","30412","30445","30457","30470","30473","30474"],"st":"GA"}},"13211":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.680896,33.596919],[-83.505928,33.81776],[-83.406189,33.698307],[-83.269213,33.533226],[-83.279931,33.483438],[-83.533736,33.434472],[-83.682196,33.52622],[-83.680896,33.596919]]]},"properties":{"id":"13211","n":"Morgan","z":["30055","30056","30621","30623","30625","30641","30650","30663"],"st":"GA"}},"13213":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.810477466886,34.987877955229],[-84.775837671297,34.987937206149],[-84.621483,34.988329],[-84.618637,34.855398],[-84.657098,34.728905],[-84.654523,34.583187],[-84.715692,34.622876],[-84.913456,34.634128],[-84.878499,34.77961],[-84.818715,34.87695],[-84.810477466886,34.987877955229]]]},"properties":{"id":"13213","n":"Murray","z":["30705","30708","30711","30721","30724","30735","30751"],"st":"GA"}},"13215":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.076072372605,32.608067475157],[-84.907883,32.583433],[-84.694603,32.583945],[-84.69451,32.518732],[-84.768407,32.420591],[-84.981150294134,32.379040076682],[-85.001130839124,32.510154788398],[-85.076072372605,32.608067475157]]]},"properties":{"id":"13215","n":"Muscogee","z":["31801","31808","31820","31829","31901","31903","31904","31905","31906","31907","31908","31909","31914","31917","31993","31997","31998","31999"],"st":"GA"}},"13217":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.044493,33.525776],[-83.930863,33.651823],[-83.914823,33.744203],[-83.680896,33.596919],[-83.682196,33.52622],[-83.674644,33.487225],[-83.824922,33.437263],[-83.863058,33.368278],[-83.923913,33.444194],[-84.044493,33.525776]]]},"properties":{"id":"13217","n":"Newton","z":["30013","30014","30015","30016","30025","30052","30054","30055","30056","30070","30164","30233"],"st":"GA"}},"13219":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.537385,33.965912],[-83.275933,33.847977],[-83.28034,33.761774],[-83.406189,33.698307],[-83.505928,33.81776],[-83.647031,33.906198],[-83.537385,33.965912]]]},"properties":{"id":"13219","n":"Oconee","z":["30605","30606","30619","30621","30622","30638","30645","30666","30677","30680"],"st":"GA"}},"13221":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.275933,33.847977],[-83.258413,33.999098],[-83.123878,34.047558],[-82.976294,34.043219],[-82.779506,33.971124],[-82.874587,33.921767],[-82.986325,33.785405],[-82.949046,33.733333],[-82.995602,33.693583],[-83.118729,33.698818],[-83.28034,33.761774],[-83.275933,33.847977]]]},"properties":{"id":"13221","n":"Oglethorpe","z":["30619","30627","30628","30629","30630","30648","30660","30667","30669","30671","30683"],"st":"GA"}},"13223":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.922742,34.082497],[-84.737836,34.079399],[-84.724139,33.80617],[-84.901688,33.780703],[-85.037926,33.811942],[-85.05031,33.904488],[-84.978683,33.951393],[-84.922742,34.082497]]]},"properties":{"id":"13223","n":"Paulding","z":["30101","30123","30127","30132","30134","30140","30141","30153","30157","30178","30179","30180"],"st":"GA"}},"13225":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.00849,32.521769],[-84.003363,32.529927],[-83.766787,32.692622],[-83.70109,32.691598],[-83.723139,32.521122],[-83.846676,32.468514],[-84.00849,32.521769]]]},"properties":{"id":"13225","n":"Peach","z":["31008","31030","31069"],"st":"GA"}},"13227":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.654366,34.548946],[-84.345553,34.562735],[-84.319679,34.467857],[-84.256867,34.467327],[-84.257586,34.380992],[-84.58263,34.381492],[-84.653232,34.41259],[-84.654366,34.548946]]]},"properties":{"id":"13227","n":"Pickens","z":["30107","30139","30142","30143","30148","30151","30175","30177","30183","30534","30734"],"st":"GA"}},"13229":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.417246,31.417119],[-82.344843,31.43013],[-82.226585,31.530699],[-82.132794,31.471262],[-82.063387,31.466362],[-82.041129,31.373721],[-81.997421,31.288534],[-82.114822,31.270355],[-82.193031,31.20212],[-82.284561,31.224449],[-82.383705,31.291143],[-82.417246,31.417119]]]},"properties":{"id":"13229","n":"Pierce","z":["31510","31516","31518","31551","31556","31557"],"st":"GA"}},"13231":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.496783,33.183866],[-84.451336,33.208889],[-84.248185,33.189019],[-84.27014,32.991011],[-84.490015,32.993487],[-84.52702,32.970548],[-84.496783,33.183866]]]},"properties":{"id":"13231","n":"Pike","z":["30206","30224","30256","30257","30258","30285","30292","30295"],"st":"GA"}},"13233":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.421073175229,34.080812652607],[-85.257624,34.100668],[-85.046871,34.096412],[-84.922742,34.082497],[-84.978683,33.951393],[-85.05031,33.904488],[-85.386670573773,33.901701494003],[-85.398871244842,33.96412928678],[-85.421073175229,34.080812652607]]]},"properties":{"id":"13233","n":"Polk","z":["30104","30113","30125","30138","30147","30153","30154","30173","30178"],"st":"GA"}},"13235":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.615579,32.288556],[-83.498039,32.401715],[-83.346528,32.272489],[-83.291106,32.178825],[-83.337313,32.105885],[-83.361051,32.124009],[-83.608547,32.118405],[-83.615579,32.288556]]]},"properties":{"id":"13235","n":"Pulaski","z":["31023","31036","31071","31091"],"st":"GA"}},"13237":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.533736,33.434472],[-83.279931,33.483438],[-83.224564,33.380423],[-83.164207,33.35503],[-83.145856,33.310045],[-83.253461,33.25929],[-83.274108,33.187238],[-83.42909,33.185352],[-83.545876,33.171944],[-83.533736,33.434472]]]},"properties":{"id":"13237","n":"Putnam","z":["30625","31024","31026","31061"],"st":"GA"}},"13239":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.063590542985,31.991857],[-84.9537,31.974781],[-84.907006,31.924465],[-84.910338,31.776841],[-84.95864,31.777854],[-85.129159315583,31.780278268077],[-85.141831,31.839261],[-85.063590542985,31.991857]]]},"properties":{"id":"13239","n":"Quitman","z":["39854","39867"],"st":"GA"}},"13241":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.549180753505,34.988803195914],[-83.482873204291,34.990873961287],[-83.108612996507,35.000658843678],[-83.140621,34.924915],[-83.323866,34.789712],[-83.349608510913,34.717010582627],[-83.534904,34.740013],[-83.586897,34.819991],[-83.652194,34.822993],[-83.656592,34.878192],[-83.549180753505,34.988803195914]]]},"properties":{"id":"13241","n":"Rabun","z":["30523","30525","30537","30552","30562","30568","30573","30576","30581"],"st":"GA"}},"13243":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.95864,31.777854],[-84.910338,31.776841],[-84.907006,31.924465],[-84.65582,31.920308],[-84.599776,31.920171],[-84.603086,31.772001],[-84.535434,31.676494],[-84.546854,31.621199],[-84.817843,31.619771],[-84.942353,31.618669],[-84.95864,31.777854]]]},"properties":{"id":"13243","n":"Randolph","z":["39836","39840","39867","39886"],"st":"GA"}},"13245":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.353498,33.312318],[-82.294179,33.354635],[-82.028238,33.544934],[-82.016555870445,33.529055386426],[-81.926336,33.462937],[-81.932737,33.343541],[-81.846136,33.303843],[-81.846500532358,33.24725208543],[-82.097135,33.230612],[-82.17424,33.296771],[-82.26758,33.267397],[-82.353498,33.312318]]]},"properties":{"id":"13245","n":"Richmond","z":["30805","30812","30813","30815","30901","30904","30905","30906","30907","30909","30912","30914","30916","30917","30919","30999"],"st":"GA"}},"13247":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.184143,33.646157],[-84.115791,33.614666],[-84.023713,33.752808],[-83.982033,33.786054],[-83.914823,33.744203],[-83.930863,33.651823],[-84.044493,33.525776],[-84.125073,33.561248],[-84.184143,33.646157]]]},"properties":{"id":"13247","n":"Rockdale","z":["30012","30013","30016","30037","30052","30058","30094","30252","30281","30294"],"st":"GA"}},"13249":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.392316,32.414046],[-84.254613,32.372053],[-84.255912,32.296156],[-84.181657,32.229703],[-84.183569,32.158493],[-84.430218,32.166257],[-84.389927,32.297237],[-84.392316,32.414046]]]},"properties":{"id":"13249","n":"Schley","z":["31803","31806"],"st":"GA"}},"13251":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.767553,32.909411],[-81.543966224314,33.044399954144],[-81.42062,32.831223],[-81.413116795174,32.744261327962],[-81.386901902694,32.5989648539],[-81.548006,32.489286],[-81.689643,32.54629],[-81.841005,32.649093],[-81.865987,32.66299],[-81.767553,32.909411]]]},"properties":{"id":"13251","n":"Screven","z":["30426","30446","30449","30455","30467"],"st":"GA"}},"13253":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.021107562363,31.075463872306],[-84.922423,31.07259],[-84.730855,31.06919],[-84.78692,30.801189],[-84.863463844382,30.711497014654],[-84.864693,30.711542],[-84.91815,30.772082],[-84.935698,30.878703],[-85.002499,31.000682],[-85.021107562363,31.075463872306]]]},"properties":{"id":"13253","n":"Seminole","z":["39825","39845","39859","39861"],"st":"GA"}},"13255":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.497527,33.257422],[-84.432907,33.2565],[-84.388118,33.352465],[-84.3544,33.352514],[-84.150581,33.335639],[-84.102582,33.298191],[-84.123767,33.202824],[-84.248185,33.189019],[-84.451336,33.208889],[-84.496783,33.183866],[-84.502352,33.221055],[-84.497527,33.257422]]]},"properties":{"id":"13255","n":"Spalding","z":["30205","30212","30223","30224","30228","30248","30284","30292"],"st":"GA"}},"13257":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.45977,34.481142],[-83.340039106785,34.686327710412],[-83.102873826036,34.537430909765],[-83.177838,34.477017],[-83.398396,34.460883],[-83.45977,34.481142]]]},"properties":{"id":"13257","n":"Stephens","z":["30511","30538","30557","30577","30598"],"st":"GA"}},"13259":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.051411127913,32.062256083622],[-85.058749,32.136018],[-84.919942147926,32.230848200933],[-84.65892,32.232852],[-84.649319,32.232953],[-84.63112,32.184054],[-84.65582,31.920308],[-84.907006,31.924465],[-84.9537,31.974781],[-85.063590542985,31.991857],[-85.051411127913,32.062256083622]]]},"properties":{"id":"13259","n":"Stewart","z":["31805","31814","31815","31821","31825"],"st":"GA"}},"13261":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.431214,32.134058],[-84.430218,32.166257],[-84.183569,32.158493],[-84.181657,32.229703],[-84.027853,32.171083],[-83.961278,32.030595],[-83.922494,31.909653],[-84.338143,31.91619],[-84.338245,31.873591],[-84.443807,31.967456],[-84.431214,32.134058]]]},"properties":{"id":"13261","n":"Sumter","z":["31709","31711","31719","31735","31743","31764","31780","31787"],"st":"GA"}},"13263":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.700538,32.84464],[-84.570669,32.845179],[-84.506888,32.881788],[-84.380398,32.779176],[-84.286246,32.747626],[-84.33794,32.720647],[-84.408866,32.561923],[-84.444353,32.562083],[-84.637323,32.534855],[-84.69451,32.518732],[-84.694603,32.583945],[-84.700538,32.84464]]]},"properties":{"id":"13263","n":"Talbot","z":["31801","31810","31812","31816","31826","31827","31831","31836"],"st":"GA"}},"13265":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.995602,33.693583],[-82.949046,33.733333],[-82.879449,33.62041],[-82.812958,33.655836],[-82.679975,33.599792],[-82.751275,33.510143],[-82.815315,33.521137],[-82.851954,33.443543],[-83.012853,33.469178],[-83.014038,33.580383],[-82.951163,33.661272],[-82.995602,33.693583]]]},"properties":{"id":"13265","n":"Taliaferro","z":["30631","30664","30669","30678"],"st":"GA"}},"13267":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.232788,32.318838],[-82.025339,32.278883],[-81.980041,32.081502],[-81.761735,32.0479],[-81.824405,32.014882],[-81.969052,31.789324],[-82.048582,31.827075],[-82.111818,31.900487],[-82.225042,31.913074],[-82.181926,32.165945],[-82.232788,32.318838]]]},"properties":{"id":"13267","n":"Tattnall","z":["30417","30420","30421","30427","30436","30438","30453","30499"],"st":"GA"}},"13269":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.444353,32.562083],[-84.408866,32.561923],[-84.33794,32.720647],[-84.286246,32.747626],[-84.202628,32.690018],[-84.105924,32.685049],[-84.003363,32.529927],[-84.00849,32.521769],[-84.111226,32.514124],[-84.254613,32.372053],[-84.392316,32.414046],[-84.444353,32.562083]]]},"properties":{"id":"13269","n":"Taylor","z":["31006","31039","31058","31076","31081","31812"],"st":"GA"}},"13271":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.205739,31.900325],[-82.927865,32.135274],[-82.887657,32.079891],[-82.720733,32.000736],[-82.645659,31.918883],[-82.836366,31.816154],[-82.995698,31.780983],[-83.177469,31.847857],[-83.205739,31.900325]]]},"properties":{"id":"13271","n":"Telfair","z":["30411","31037","31055","31060","31077","31083","31544","31549"],"st":"GA"}},"13273":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.599776,31.920171],[-84.45331,31.919224],[-84.443807,31.967456],[-84.338245,31.873591],[-84.286456,31.791182],[-84.297801,31.621951],[-84.450398,31.621868],[-84.546854,31.621199],[-84.535434,31.676494],[-84.603086,31.772001],[-84.599776,31.920171]]]},"properties":{"id":"13273","n":"Terrell","z":["31721","39826","39842","39877","39885","39886"],"st":"GA"}},"13275":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.116644,31.077971],[-84.003627,31.07729],[-84.003876,31.041582],[-83.736158,31.037679],[-83.743729,30.65852691375],[-84.007454,30.672069968469],[-84.0837530823,30.675943397968],[-84.075958,30.912538],[-84.116644,31.077971]]]},"properties":{"id":"13275","n":"Thomas","z":["31626","31720","31738","31739","31757","31758","31765","31773","31778","31792","31799"],"st":"GA"}},"13277":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.649384,31.567977],[-83.500702,31.59399],[-83.338728,31.475991],[-83.434492,31.350361],[-83.512607,31.327405],[-83.65409,31.330661],[-83.649384,31.567977]]]},"properties":{"id":"13277","n":"Tift","z":["31637","31727","31733","31749","31775","31793","31794","31795"],"st":"GA"}},"13279":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.40913,32.353738],[-82.354603,32.292475],[-82.232788,32.318838],[-82.181926,32.165945],[-82.225042,31.913074],[-82.431531,31.966182],[-82.483131,31.968961],[-82.438987,32.29318],[-82.40913,32.353738]]]},"properties":{"id":"13279","n":"Toombs","z":["30436","30473","30474","30475"],"st":"GA"}},"13281":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.936646,34.987485],[-83.549180753505,34.988803195914],[-83.656592,34.878192],[-83.652194,34.822993],[-83.681596,34.800593],[-83.780401,34.792893],[-83.810399,34.906491],[-83.915104,34.926887],[-83.936646,34.987485]]]},"properties":{"id":"13281","n":"Towns","z":["30546","30582"],"st":"GA"}},"13283":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.647733,32.512507],[-82.488941,32.49183],[-82.38194,32.440596],[-82.40913,32.353738],[-82.655486,32.297561],[-82.721964,32.309283],[-82.748732,32.32915],[-82.647733,32.512507]]]},"properties":{"id":"13283","n":"Treutlen","z":["30457","30470","30474","31002"],"st":"GA"}},"13285":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.236595371253,33.129544028251],[-84.939015,33.224693],[-84.862359,33.191173],[-84.861768,32.872495],[-85.186117401789,32.870138269972],[-85.232441405187,33.108077093934],[-85.236595371253,33.129544028251]]]},"properties":{"id":"13285","n":"Troup","z":["30217","30230","30240","30241","30261","31822","31833"],"st":"GA"}},"13287":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.802723,31.803579],[-83.612642,31.804128],[-83.612256,31.854089],[-83.480176,31.847312],[-83.453634,31.757861],[-83.500702,31.59399],[-83.649384,31.567977],[-83.796846,31.622929],[-83.802723,31.803579]]]},"properties":{"id":"13287","n":"Turner","z":["31714","31733","31783","31790"],"st":"GA"}},"13289":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.513511,32.844868],[-83.40699,32.89822],[-83.226536,32.584201],[-83.497923,32.452198],[-83.561058,32.658275],[-83.597656,32.664338],[-83.602186,32.741448],[-83.513511,32.844868]]]},"properties":{"id":"13289","n":"Twiggs","z":["31014","31017","31020","31031","31044","31217"],"st":"GA"}},"13291":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.129446962636,34.987946953955],[-84.005336733438,34.987649584012],[-83.936646,34.987485],[-83.915104,34.926887],[-83.810399,34.906491],[-83.780401,34.792893],[-83.856506,34.722191],[-83.939007,34.740859],[-84.03651,34.641934],[-84.158035,34.648243],[-84.093193,34.801411],[-84.107422,34.886896],[-84.178834,34.952086],[-84.129446962636,34.987946953955]]]},"properties":{"id":"13291","n":"Union","z":["30512","30514","30560","30572","30582"],"st":"GA"}},"13293":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.52702,32.970548],[-84.490015,32.993487],[-84.27014,32.991011],[-84.122361,32.989576],[-84.12334,32.932184],[-84.124275,32.849562],[-84.202628,32.690018],[-84.286246,32.747626],[-84.380398,32.779176],[-84.506888,32.881788],[-84.52702,32.970548]]]},"properties":{"id":"13293","n":"Upson","z":["30204","30256","30258","30285","30286","31016","31097"],"st":"GA"}},"13295":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.534405257815,34.623790338436],[-85.450409,34.759241],[-85.450561,34.831677],[-85.363919028931,34.983376563141],[-85.265055021716,34.985077644742],[-85.264762,34.854277],[-85.20218,34.854451],[-85.144789,34.767639],[-85.168851,34.720279],[-85.050847,34.71998],[-85.050446,34.622482],[-85.069159,34.587184],[-85.107748,34.587483],[-85.526894818161,34.588685692733],[-85.534405257815,34.623790338436]]]},"properties":{"id":"13295","n":"Walker","z":["30707","30725","30728","30731","30736","30738","30739","30740","30741","30742","30747","30750","30753"],"st":"GA"}},"13297":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.982033,33.786054],[-83.799104,33.929844],[-83.647031,33.906198],[-83.505928,33.81776],[-83.680896,33.596919],[-83.914823,33.744203],[-83.982033,33.786054]]]},"properties":{"id":"13297","n":"Walton","z":["30012","30014","30019","30025","30052","30054","30620","30641","30650","30655","30656"],"st":"GA"}},"13299":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.628975,31.36393],[-82.597509,31.469293],[-82.494718,31.46869],[-82.417246,31.417119],[-82.383705,31.291143],[-82.284561,31.224449],[-82.208732,31.170938],[-82.208262,31.084768],[-82.131698,31.010714],[-82.415603,31.01359],[-82.420442,30.795229],[-82.149872,30.784336],[-82.218607,30.564395],[-82.418984112178,30.580916669731],[-82.435852,30.820068],[-82.495476,30.819553],[-82.490558,30.963166],[-82.592071,31.018487],[-82.671669,31.183739],[-82.699206,31.278104],[-82.629622,31.274726],[-82.628975,31.36393]]]},"properties":{"id":"13299","n":"Ware","z":["31501","31502","31503","31550","31552","31554","31564","31624","31631"],"st":"GA"}},"13301":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.679975,33.599792],[-82.649705,33.608768],[-82.548074,33.352798],[-82.383829,33.312106],[-82.431957,33.27483],[-82.559753,33.32727],[-82.755846,33.25344],[-82.851954,33.443543],[-82.815315,33.521137],[-82.751275,33.510143],[-82.679975,33.599792]]]},"properties":{"id":"13301","n":"Warren","z":["30807","30810","30820","30821","30823","30824","30828","31045"],"st":"GA"}},"13303":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.052197,33.080682],[-82.888866,33.138603],[-82.855046,33.196427],[-82.748311,33.238348],[-82.661917,33.126331],[-82.550225,33.019351],[-82.510851,32.917754],[-82.521052,32.822356],[-82.768365,32.769108],[-82.802456,32.809756],[-82.946966,32.759358],[-83.073648,32.946562],[-83.052197,33.080682]]]},"properties":{"id":"13303","n":"Washington","z":["30413","30820","31018","31035","31067","31082","31087","31089","31094","31096"],"st":"GA"}},"13305":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.048582,31.827075],[-81.969052,31.789324],[-81.850624,31.667671],[-81.663206,31.538667],[-81.62429,31.452982],[-81.731694,31.330048],[-81.801052,31.363737],[-81.923238,31.345875],[-82.041129,31.373721],[-82.063387,31.466362],[-82.132794,31.471262],[-82.133013,31.773404],[-82.048582,31.827075]]]},"properties":{"id":"13305","n":"Wayne","z":["31518","31543","31545","31546","31555","31560","31598","31599"],"st":"GA"}},"13307":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.649319,32.232953],[-84.527117,32.134556],[-84.431214,32.134058],[-84.443807,31.967456],[-84.45331,31.919224],[-84.599776,31.920171],[-84.65582,31.920308],[-84.63112,32.184054],[-84.649319,32.232953]]]},"properties":{"id":"13307","n":"Webster","z":["31780","31803","31824","31825","31832","39877"],"st":"GA"}},"13309":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.927865,32.135274],[-82.884803,32.196072],[-82.721964,32.309283],[-82.655486,32.297561],[-82.597671,32.013979],[-82.543655,31.958914],[-82.645659,31.918883],[-82.720733,32.000736],[-82.887657,32.079891],[-82.927865,32.135274]]]},"properties":{"id":"13309","n":"Wheeler","z":["30411","30428","31037","31083","31549"],"st":"GA"}},"13311":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.856506,34.722191],[-83.780401,34.792893],[-83.681596,34.800593],[-83.628295,34.763394],[-83.662819,34.659801],[-83.61554,34.552864],[-83.666415,34.503602],[-83.843405,34.505494],[-83.876133,34.620844],[-83.856506,34.722191]]]},"properties":{"id":"13311","n":"White","z":["30358","30528","30533","30545","30564","30571"],"st":"GA"}},"13313":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.144789,34.767639],[-85.061648,34.819478],[-84.979854025232,34.987205613976],[-84.976973806592,34.987219837355],[-84.810477466886,34.987877955229],[-84.818715,34.87695],[-84.878499,34.77961],[-84.913456,34.634128],[-85.050446,34.622482],[-85.050847,34.71998],[-85.168851,34.720279],[-85.144789,34.767639]]]},"properties":{"id":"13313","n":"Whitfield","z":["30710","30719","30720","30721","30722","30735","30736","30740","30755","30756"],"st":"GA"}},"13315":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.609663,32.027938],[-83.608547,32.118405],[-83.361051,32.124009],[-83.337313,32.105885],[-83.292061,31.984506],[-83.205739,31.900325],[-83.177469,31.847857],[-83.480176,31.847312],[-83.612256,31.854089],[-83.609663,32.027938]]]},"properties":{"id":"13315","n":"Wilcox","z":["31001","31015","31071","31072","31079","31084","31750"],"st":"GA"}},"13317":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.779506,33.971124],[-82.645451,33.984195],[-82.593527,33.827322],[-82.479518,33.639535],[-82.649705,33.608768],[-82.679975,33.599792],[-82.812958,33.655836],[-82.879449,33.62041],[-82.949046,33.733333],[-82.986325,33.785405],[-82.874587,33.921767],[-82.779506,33.971124]]]},"properties":{"id":"13317","n":"Wilkes","z":["30631","30660","30668","30673","30817"],"st":"GA"}},"13319":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.357685,32.926141],[-83.133847,33.007248],[-83.073648,32.946562],[-82.946966,32.759358],[-82.957066,32.708318],[-83.226536,32.584201],[-83.40699,32.89822],[-83.357685,32.926141]]]},"properties":{"id":"13319","n":"Wilkinson","z":["31003","31017","31031","31042","31044","31054","31061","31090"],"st":"GA"}},"13321":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.939437,31.847929],[-83.802723,31.803579],[-83.796846,31.622929],[-83.649384,31.567977],[-83.65409,31.330661],[-83.99943,31.334966],[-83.997796,31.443753],[-83.993374,31.650034],[-84.018404,31.650274],[-84.008445,31.801645],[-83.939437,31.847929]]]},"properties":{"id":"13321","n":"Worth","z":["31705","31714","31744","31771","31772","31775","31781","31789","31791","31795","31796"],"st":"GA"}},"15001":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-156.049651,19.780452],[-155.915662,19.887126],[-155.825473,20.025944],[-155.890646,20.123576],[-155.890663,20.25524],[-155.737004,20.222773],[-155.598033,20.124539],[-155.502561,20.114155],[-155.270316,20.014525],[-155.086341,19.855399],[-155.087118,19.728013],[-155.006423,19.739286],[-154.974342,19.633201],[-154.814417,19.53009],[-154.876618,19.433223],[-155.020537,19.331317],[-155.159635,19.268375],[-155.264619,19.274213],[-155.505281,19.137908],[-155.672005,18.917466],[-155.88155,19.036644],[-155.914216,19.099147],[-155.888701,19.348031],[-155.978206,19.608159],[-156.064364,19.730766],[-156.049651,19.780452]]]},"properties":{"id":"15001","n":"Hawaii","z":["96704","96710","96718","96719","96720","96721","96725","96726","96727","96728","96737","96738","96739","96740","96743","96745","96749","96750","96755","96760","96764","96771","96772","96773","96774","96776","96777","96778","96780","96781","96783","96785"],"st":"HI"}},"15003":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-158.232192,21.583806],[-158.12561,21.586739],[-157.968628,21.712704],[-157.836945,21.529945],[-157.8139,21.4403],[-157.722506,21.459225],[-157.7106,21.3585],[-157.6518,21.3139],[-157.7001,21.264],[-157.8096,21.2577],[-157.89,21.3065],[-158.1033,21.2979],[-158.277679,21.578789],[-158.232192,21.583806]]]},"properties":{"id":"15003","n":"Honolulu","z":["96701","96706","96707","96709","96712","96717","96730","96731","96734","96744","96759","96762","96782","96786","96789","96791","96792","96795","96797","96801","96802","96803","96804","96805","96806","96807","96808","96809","96811","96812","96813","96814","96815","96816","96817","96818","96819","96820","96821","96822","96823","96824","96825","96826","96828","96830","96837","96838","96839","96840","96841","96843","96844","96846","96847","96848","96849","96850","96853","96854","96857","96858","96859","96860","96861","96863","96898","98622"],"st":"HI"}},"15005":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-157.0142678693,21.200694266258],[-156.962847,21.212131],[-156.9178595612,21.169021346281],[-157.0142678693,21.200694266258]]]},"properties":{"id":"15005","n":"Kalawao","z":["96742"],"st":"HI"}},"15007":{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-159.783746,22.064897],[-159.730544,22.139953],[-159.581058,22.223488],[-159.402466,22.232603],[-159.293013,22.12296],[-159.33768,21.951173],[-159.444868,21.868627],[-159.603279,21.892248],[-159.754795,21.977772],[-159.783746,22.064897]]],[[[-160.24961,21.815145],[-160.228965,21.889117],[-160.112746,21.995245],[-160.051128,21.98106],[-160.079065,21.89608],[-160.156092,21.86793],[-160.205851,21.779518],[-160.24961,21.815145]]]]},"properties":{"id":"15007","n":"Kauai","z":["96703","96705","96714","96715","96716","96722","96741","96746","96747","96751","96752","96754","96756","96765","96766","96769","96796"],"st":"HI"}},"15009":{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-156.69989,20.920629],[-156.619581,21.027793],[-156.562773,21.016167],[-156.481055,20.898199],[-156.332817,20.94645],[-156.242555,20.937838],[-156.003532,20.795545],[-156.00187,20.698064],[-156.129898,20.627523],[-156.377633,20.578427],[-156.431872,20.598143],[-156.473562,20.790756],[-156.631794,20.82124],[-156.69989,20.920629]]],[[[-156.670469,20.559909],[-156.56714,20.604895],[-156.539643,20.527644],[-156.668809,20.504738],[-156.670469,20.559909]]],[[[-157.05913,20.913407],[-156.937529,20.925274],[-156.808469,20.820396],[-156.838321,20.764575],[-156.96789,20.73508],[-157.05913,20.913407]]],[[[-157.0142678693,21.200694266258],[-156.9178595612,21.169021346281],[-156.709106,21.158655],[-156.8022,21.067095],[-156.877137,21.0493],[-157.08066,21.101976],[-157.310748,21.101627],[-157.26069,21.225684],[-157.0142678693,21.200694266258]]]]},"properties":{"id":"15009","n":"Maui","z":["96708","96713","96729","96732","96733","96748","96753","96757","96761","96763","96767","96768","96770","96779","96784","96788","96790","96793"],"st":"HI"}},"16001":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-116.512502,43.807161],[-116.282019,43.807365],[-115.975719,43.591438],[-115.978651,43.113432],[-116.266207,43.112269],[-116.385955,43.193577],[-116.425275,43.293543],[-116.511897,43.29052],[-116.473597,43.459218],[-116.513123,43.634183],[-116.512502,43.807161]]]},"properties":{"id":"16001","n":"Ada","z":["83616","83634","83641","83642","83646","83669","83680","83687","83701","83702","83703","83704","83705","83706","83707","83708","83709","83711","83712","83713","83714","83715","83716","83717","83719","83720","83724","83725","83728","83729","83731","83732","83735","83756","83799"],"st":"ID"}},"16003":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-116.78312826327,45.07771250501],[-116.69091625486,45.26898413797],[-116.342876,45.267872],[-116.285969,45.128732],[-116.144386,45.107651],[-116.089118,45.063617],[-116.197011,44.864216],[-116.211211,44.780872],[-116.157627,44.702027],[-116.183571,44.583655],[-116.157022,44.498928],[-116.213314,44.510813],[-116.299876,44.444576],[-116.407648,44.444436],[-116.528898,44.491545],[-116.529167,44.615154],[-116.624153,44.663269],[-116.625034,44.838952],[-116.88929518697,44.840529778153],[-116.833632,44.928976],[-116.841314,45.030907],[-116.78312826327,45.07771250501]]]},"properties":{"id":"16003","n":"Adams","z":["83612","83632","83638","83643","83654"],"st":"ID"}},"16005":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-112.750562,42.951528],[-112.678364,43.02173],[-112.063023,43.022364],[-112.149835,42.895558],[-112.10588,42.699203],[-111.969449,42.718039],[-111.916927,42.617264],[-111.875636,42.416333],[-111.896728,42.256276],[-112.126194,42.285229],[-112.190656,42.350839],[-112.327102,42.323836],[-112.298113,42.454499],[-112.419825,42.503038],[-112.37967,42.646273],[-112.49691,42.733013],[-112.515519,42.909975],[-112.558693,42.961247],[-112.747491,42.912735],[-112.750562,42.951528]]]},"properties":{"id":"16005","n":"Bannock","z":["83201","83202","83204","83205","83206","83209","83214","83234","83245","83246","83250","83281"],"st":"ID"}},"16007":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-111.599227,42.415395],[-111.61763,42.583037],[-111.368062,42.590294],[-111.279388,42.552861],[-111.241099,42.602457],[-111.234827,42.478329],[-111.04553029271,42.513912877775],[-111.046689,42.001567],[-111.50781303518,41.999685668352],[-111.521577,42.074437],[-111.599116,42.099006],[-111.626104,42.207542],[-111.552151,42.351386],[-111.599227,42.415395]]]},"properties":{"id":"16007","n":"Bear Lake","z":["83220","83223","83233","83238","83239","83254","83261","83272","83276","83287"],"st":"ID"}},"16009":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-117.04049037557,47.366028886698],[-116.629059,47.371438],[-116.586549,47.414695],[-116.329406,47.414011],[-116.329418,47.021915],[-116.45812,47.036596],[-116.835269,47.032452],[-117.03983338603,47.127268992254],[-117.04015975186,47.259272],[-117.04049037557,47.366028886698]]]},"properties":{"id":"16009","n":"Benewah","z":["83824","83830","83833","83851","83861","83866","83870"],"st":"ID"}},"16011":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-113.007712,43.110933],[-113.007318,43.284778],[-112.947016,43.284821],[-112.936835,43.449386],[-112.816704,43.449164],[-112.816278,43.535949],[-112.698891,43.540052],[-112.697122,43.62314],[-112.519861,43.626623],[-112.520024,43.42517],[-112.103298,43.425057],[-112.043821,43.366708],[-111.822475,43.366035],[-111.822494,43.282286],[-111.588049,43.281841],[-111.589489,43.020052],[-112.063023,43.022364],[-112.678364,43.02173],[-112.750562,42.951528],[-112.816578,42.863231],[-113.00776,42.863051],[-113.007712,43.110933]]]},"properties":{"id":"16011","n":"Bingham","z":["83202","83203","83210","83215","83218","83221","83236","83256","83262","83274","83277","83402"],"st":"ID"}},"16013":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-114.971351,43.938308],[-114.813873,43.992941],[-114.81379,43.927772],[-114.681168,43.927705],[-114.56235,43.844368],[-114.507778,43.89909],[-114.292684,43.887143],[-114.275725,43.831138],[-114.070019,43.734696],[-114.029718,43.773361],[-113.798441,43.569217],[-113.701153,43.584553],[-113.634325,43.497474],[-113.63523,43.367546],[-113.36191,43.36716],[-113.361958,43.284678],[-113.007318,43.284778],[-113.007712,43.110933],[-113.243478,43.110946],[-113.236943,42.762212],[-113.178877,42.762355],[-113.178633,42.67546],[-113.236968,42.625254],[-113.373117,42.687638],[-113.472177,42.669352],[-113.472155,42.849201],[-113.413138,42.849169],[-113.413867,43.199859],[-113.714642,43.199783],[-114.374962,43.19964],[-114.394606,43.326467],[-114.534488,43.333383],[-114.508233,43.481512],[-114.586743,43.558826],[-114.682355,43.590349],[-114.666202,43.737962],[-114.714648,43.814669],[-114.847781,43.816381],[-114.989258,43.858563],[-114.971351,43.938308]]]},"properties":{"id":"16013","n":"Blaine","z":["83313","83320","83333","83340","83348","83350","83352","83353","83354"],"st":"ID"}},"16015":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-116.213871,44.151387],[-116.11249,44.147839],[-116.103072,44.236409],[-115.520287,44.235356],[-115.401408,44.259623],[-115.357484,44.345959],[-115.294614,44.339445],[-115.178964,44.296521],[-115.167684,44.20284],[-115.024181,44.155478],[-115.04356,44.05882],[-114.990777,43.949723],[-115.136209,43.983859],[-115.181931,44.090533],[-115.287226,43.93552],[-115.508722,43.884855],[-115.696456,43.666505],[-115.875927,43.591265],[-115.975719,43.591438],[-116.282019,43.807365],[-116.273069,44.151227],[-116.213871,44.151387]]]},"properties":{"id":"16015","n":"Boise","z":["83602","83622","83629","83631","83637","83666","83670","83702","83716","83722"],"st":"ID"}},"16017":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-117.04121445346,48.045465103803],[-117.03293918212,48.846667921201],[-116.785174,48.847402],[-116.784878,48.500472],[-116.04915652065,48.502042481758],[-116.04892924778,48.216127947927],[-116.03856582987,47.984634256442],[-116.233113,48.06889],[-116.329601,48.017722],[-116.329538,47.890393],[-116.505104,47.890142],[-116.504329,47.991386],[-116.634114,47.977073],[-117.04130644646,47.977455920027],[-117.04121445346,48.045465103803]]]},"properties":{"id":"16017","n":"Bonner","z":["83801","83803","83804","83809","83811","83813","83821","83822","83825","83836","83840","83841","83848","83852","83856","83860","83864","83869"],"st":"ID"}},"16019":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-112.519861,43.626623],[-111.626043,43.626756],[-111.399765,43.621976],[-111.243839,43.621853],[-111.207561,43.543857],[-111.04536056097,43.501051451112],[-111.044617,43.31572],[-111.04405270512,43.019407032899],[-111.589489,43.020052],[-111.588049,43.281841],[-111.822494,43.282286],[-111.822475,43.366035],[-112.043821,43.366708],[-112.103298,43.425057],[-112.520024,43.42517],[-112.519861,43.626623]]]},"properties":{"id":"16019","n":"Bonneville","z":["83236","83274","83285","83401","83402","83403","83404","83405","83406","83415","83427","83428","83443","83449","83454"],"st":"ID"}},"16021":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-117.032351,48.999188],[-116.049193,49.000912],[-116.04915652065,48.502042481758],[-116.784878,48.500472],[-116.785174,48.847402],[-117.03293918212,48.846667921201],[-117.032351,48.999188]]]},"properties":{"id":"16021","n":"Boundary","z":["83805","83826","83845","83847","83864"],"st":"ID"}},"16023":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-113.320609,44.233164],[-112.995091,44.234126],[-112.994323,43.972362],[-112.695242,43.971941],[-112.697122,43.62314],[-112.698891,43.540052],[-112.816278,43.535949],[-112.816704,43.449164],[-112.936835,43.449386],[-112.947016,43.284821],[-113.007318,43.284778],[-113.361958,43.284678],[-113.36191,43.36716],[-113.63523,43.367546],[-113.634325,43.497474],[-113.701153,43.584553],[-113.798441,43.569217],[-113.759998,43.622681],[-113.528063,43.719091],[-113.41444,43.816926],[-113.453985,43.873908],[-113.457816,44.059528],[-113.416525,44.233364],[-113.320609,44.233164]]]},"properties":{"id":"16023","n":"Butte","z":["83213","83244","83255"],"st":"ID"}},"16025":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-114.989258,43.858563],[-114.847781,43.816381],[-114.714648,43.814669],[-114.666202,43.737962],[-114.682355,43.590349],[-114.586743,43.558826],[-114.508233,43.481512],[-114.534488,43.333383],[-114.394606,43.326467],[-114.374962,43.19964],[-114.594605,43.198345],[-115.086155,43.198064],[-115.083071,43.604399],[-115.033834,43.618636],[-115.04234,43.745582],[-114.989258,43.858563]]]},"properties":{"id":"16025","n":"Camas","z":["83322","83327","83337","83352"],"st":"ID"}},"16027":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-116.98554503849,43.881184852814],[-116.853154,43.79271],[-116.712672,43.807161],[-116.512502,43.807161],[-116.513123,43.634183],[-116.473597,43.459218],[-116.511897,43.29052],[-116.781336,43.478633],[-116.844978,43.5944],[-117.02566381045,43.680293635954],[-117.023577,43.823811],[-116.98554503849,43.881184852814]]]},"properties":{"id":"16027","n":"Canyon","z":["83605","83606","83607","83626","83634","83641","83644","83651","83652","83653","83656","83660","83669","83676","83686","83687"],"st":"ID"}},"16029":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-112.063023,43.022364],[-111.589489,43.020052],[-111.04405270512,43.019407032899],[-111.04553029271,42.513912877775],[-111.234827,42.478329],[-111.241099,42.602457],[-111.279388,42.552861],[-111.368062,42.590294],[-111.61763,42.583037],[-111.599227,42.415395],[-111.875636,42.416333],[-111.916927,42.617264],[-111.969449,42.718039],[-112.10588,42.699203],[-112.149835,42.895558],[-112.063023,43.022364]]]},"properties":{"id":"16029","n":"Caribou","z":{"2":"83217","3":"83230","4":"83241","5":"83254","6":"83276","7":"83285","8":"83111","9":"83120"},"st":"ID"}},"16031":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-114.000388,42.526373],[-113.931799,42.535243],[-113.778137,42.556424],[-113.654149,42.536155],[-113.557193,42.656799],[-113.472177,42.669352],[-113.373117,42.687638],[-113.236968,42.625254],[-113.175678,42.589464],[-113.002792,42.588003],[-112.999965,42.327427],[-113.00004013962,41.998227612539],[-113.817964,41.98858],[-114.041723,41.99372],[-114.281855,41.994214],[-114.285448,42.417333],[-114.069162,42.417124],[-114.067073,42.514453],[-114.000388,42.526373]]]},"properties":{"id":"16031","n":"Cassia","z":["83211","83311","83312","83318","83323","83342","83344","83346","83350"],"st":"ID"}},"16033":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-112.995091,44.234126],[-112.813792,44.230281],[-112.82682688127,44.405202431767],[-112.828191,44.442472],[-112.707815,44.503023],[-112.473207,44.480027],[-112.387389,44.448058],[-112.358917,44.528847],[-112.286187,44.568472],[-112.125101,44.528527],[-111.870504,44.564033],[-111.807914,44.511716],[-111.61710703431,44.557127248419],[-111.617437,44.401254],[-111.791624,44.40161],[-111.791541,44.317021],[-111.852276,44.316996],[-111.857851,44.187759],[-111.913601,44.144337],[-112.033664,44.144049],[-112.034317,44.057358],[-112.155935,44.05778],[-112.694744,44.058464],[-112.695242,43.971941],[-112.994323,43.972362],[-112.995091,44.234126]]]},"properties":{"id":"16033","n":"Clark","z":["83423","83435","83446","83464"],"st":"ID"}},"16035":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-116.456098,46.629097],[-116.32954,46.627957],[-116.329436,46.934669],[-114.96142290607,46.932893875971],[-114.943281,46.867971],[-114.76718,46.738828],[-114.6768271627,46.731838739813],[-114.59111600323,46.652550480355],[-115.630708,46.473038],[-115.733477,46.362882],[-115.778831,46.267351],[-115.999438,46.30652],[-116.170272,46.371588],[-116.308621,46.412998],[-116.369122,46.466923],[-116.451662,46.490736],[-116.456098,46.629097]]]},"properties":{"id":"16035","n":"Clearwater","z":["83520","83537","83541","83544","83546","83553","83823","83827"],"st":"ID"}},"16037":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-114.812407,44.808346],[-114.820083,44.747377],[-114.710871,44.650822],[-114.662687,44.662109],[-114.566975,44.575732],[-114.45184,44.611741],[-114.372843,44.709717],[-114.404154,44.739547],[-114.221534,44.879077],[-114.205244,44.744022],[-114.084861,44.755947],[-114.003915,44.634701],[-113.816398,44.494055],[-113.501882,44.422063],[-113.451832,44.454936],[-113.339445,44.316077],[-113.320609,44.233164],[-113.416525,44.233364],[-113.457816,44.059528],[-113.453985,43.873908],[-113.41444,43.816926],[-113.528063,43.719091],[-113.759998,43.622681],[-113.798441,43.569217],[-114.029718,43.773361],[-114.070019,43.734696],[-114.275725,43.831138],[-114.292684,43.887143],[-114.507778,43.89909],[-114.56235,43.844368],[-114.681168,43.927705],[-114.81379,43.927772],[-114.813873,43.992941],[-114.971351,43.938308],[-114.990777,43.949723],[-115.04356,44.05882],[-115.024181,44.155478],[-115.167684,44.20284],[-115.178964,44.296521],[-115.294614,44.339445],[-115.228222,44.423521],[-115.304994,44.579857],[-115.165735,44.650285],[-115.091922,44.766726],[-114.956116,44.720982],[-114.812407,44.808346]]]},"properties":{"id":"16037","n":"Custer","z":["83226","83227","83229","83235","83251","83253","83255","83278"],"st":"ID"}},"16039":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-116.266207,43.112269],[-115.978651,43.113432],[-115.975719,43.591438],[-115.875927,43.591265],[-115.696456,43.666505],[-115.508722,43.884855],[-115.287226,43.93552],[-115.181931,44.090533],[-115.136209,43.983859],[-114.990777,43.949723],[-114.971351,43.938308],[-114.989258,43.858563],[-115.04234,43.745582],[-115.033834,43.618636],[-115.083071,43.604399],[-115.086155,43.198064],[-115.086852,42.91456],[-115.037774,42.911864],[-115.037697,42.768414],[-115.454224,42.767936],[-115.441522,42.931127],[-115.771505,42.938664],[-115.935655,43.001733],[-115.964966,42.943673],[-116.145817,43.013416],[-116.266207,43.112269]]]},"properties":{"id":"16039","n":"Elmore","z":{"0":"83337","1":"83623","2":"83624","3":"83627","4":"83633","5":"83647","6":"83648","7":"83716","8":"83726","10":"83601"},"st":"ID"}},"16041":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-112.126194,42.285229],[-111.896728,42.256276],[-111.875636,42.416333],[-111.599227,42.415395],[-111.552151,42.351386],[-111.626104,42.207542],[-111.599116,42.099006],[-111.521577,42.074437],[-111.50781303518,41.999685668352],[-112.109532,41.997598],[-112.109271,42.169911],[-112.070959,42.238263],[-112.126194,42.285229]]]},"properties":{"id":"16041","n":"Franklin","z":["83228","83232","83237","83241","83263","83283","83286"],"st":"ID"}},"16043":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-112.155935,44.05778],[-112.034317,44.057358],[-112.033664,44.144049],[-111.913601,44.144337],[-111.857851,44.187759],[-111.852276,44.316996],[-111.791541,44.317021],[-111.791624,44.40161],[-111.617437,44.401254],[-111.61710703431,44.557127248419],[-111.519126,44.582916],[-111.45694723249,44.695640737839],[-111.37713823673,44.751196413964],[-111.323669,44.724474],[-111.122654,44.493659],[-111.048974,44.474072],[-111.047219183,43.983431292608],[-111.187256,43.932114],[-111.398781,43.92289],[-111.501232,43.929206],[-111.558833,43.883305],[-111.83759,43.898261],[-111.976849,43.927385],[-111.977016,43.970909],[-112.15637,43.971247],[-112.155935,44.05778]]]},"properties":{"id":"16043","n":"Fremont","z":["83420","83421","83429","83433","83436","83438","83440","83445","83448","83451"],"st":"ID"}},"16045":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-116.452068,44.151465],[-116.358492,44.151158],[-116.347394,44.322103],[-116.299876,44.444576],[-116.213314,44.510813],[-116.157022,44.498928],[-116.152295,44.324519],[-116.21291,44.324373],[-116.213871,44.151387],[-116.273069,44.151227],[-116.282019,43.807365],[-116.512502,43.807161],[-116.712672,43.807161],[-116.712501,43.981326],[-116.572224,43.980485],[-116.532117,44.066024],[-116.452551,44.065414],[-116.452068,44.151465]]]},"properties":{"id":"16045","n":"Gem","z":["83607","83616","83617","83629","83636","83657","83670"],"st":"ID"}},"16047":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-115.086155,43.198064],[-114.594605,43.198345],[-114.594375,42.850901],[-114.617401,42.850888],[-114.616487,42.649298],[-114.812167,42.664415],[-114.857807,42.755301],[-114.933622,42.766931],[-114.901636,42.859108],[-115.037774,42.911864],[-115.086852,42.91456],[-115.086155,43.198064]]]},"properties":{"id":"16047","n":"Gooding","z":["83314","83316","83330","83332","83338","83355"],"st":"ID"}},"16049":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-116.7992045325,45.851045435483],[-116.701975,45.996217],[-116.648516,46.030597],[-116.53962,45.998397],[-116.428497,46.202529],[-116.188993,46.155357],[-116.13357,46.215231],[-116.012498,46.225708],[-116.127103,46.298575],[-116.170272,46.371588],[-115.999438,46.30652],[-115.778831,46.267351],[-115.733477,46.362882],[-115.630708,46.473038],[-114.59111600323,46.652550480355],[-114.3357249354,46.655272967354],[-114.351655,46.508119],[-114.403019,46.498675],[-114.445928,46.173933],[-114.514706,46.167726],[-114.460049,46.097104],[-114.480241,46.030325],[-114.402261,45.961489],[-114.388243,45.88234],[-114.517143,45.835993],[-114.562509,45.779927],[-114.504869,45.722176],[-114.52377304493,45.585326506607],[-114.663725,45.471005],[-114.793778,45.508309],[-114.793207,45.436334],[-114.60394,45.295826],[-114.694001,45.197182],[-115.975787,45.195282],[-116.121662,45.158549],[-116.144386,45.107651],[-116.285969,45.128732],[-116.342876,45.267872],[-116.69091625486,45.26898413797],[-116.674648,45.314342],[-116.463504,45.615785],[-116.593004,45.778541],[-116.7992045325,45.851045435483]]]},"properties":{"id":"16049","n":"Idaho","z":{"1":"83522","2":"83525","3":"83526","4":"83530","5":"83531","6":"83533","7":"83536","8":"83539","9":"83542","10":"83547","11":"83549","12":"83552","13":"83554","14":"83638","15":"83654","16":"83671","17":"59847"},"st":"ID"}},"16051":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-112.695242,43.971941],[-112.694744,44.058464],[-112.155935,44.05778],[-112.15637,43.971247],[-111.977016,43.970909],[-111.976849,43.927385],[-111.983527,43.753806],[-111.934357,43.76616],[-111.626043,43.626756],[-112.519861,43.626623],[-112.697122,43.62314],[-112.695242,43.971941]]]},"properties":{"id":"16051","n":"Jefferson","z":["83401","83402","83425","83431","83434","83435","83442","83443","83444","83450"],"st":"ID"}},"16053":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-114.594375,42.850901],[-114.365366,42.85079],[-114.345659,42.809055],[-114.049849,42.808444],[-114.049961,42.765006],[-113.931687,42.765026],[-113.931799,42.535243],[-114.000388,42.526373],[-114.045454,42.528699],[-114.13035,42.494906],[-114.244703,42.559244],[-114.465709,42.599673],[-114.616487,42.649298],[-114.617401,42.850888],[-114.594375,42.850901]]]},"properties":{"id":"16053","n":"Jerome","z":["83301","83303","83325","83335","83338","83347"],"st":"ID"}},"16055":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-117.04130644646,47.977455920027],[-116.634114,47.977073],[-116.504329,47.991386],[-116.505104,47.890142],[-116.329538,47.890393],[-116.329406,47.414011],[-116.586549,47.414695],[-116.629059,47.371438],[-117.04049037557,47.366028886698],[-117.04130644646,47.977455920027]]]},"properties":{"id":"16055","n":"Kootenai","z":["83801","83803","83810","83814","83815","83816","83833","83835","83842","83854","83858","83861","83865","83869","83876","83877"],"st":"ID"}},"16057":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-117.03983338603,47.127268992254],[-116.835269,47.032452],[-116.45812,47.036596],[-116.329418,47.021915],[-116.329436,46.934669],[-116.32954,46.627957],[-116.456098,46.629097],[-116.61174,46.631245],[-116.719085,46.542874],[-117.03977765556,46.541708992038],[-117.03983338603,47.127268992254]]]},"properties":{"id":"16057","n":"Latah","z":{"0":"83535","1":"83537","2":"83806","3":"83823","4":"83832","5":"83834","6":"83843","7":"83844","8":"83855","9":"83857","10":"83871","11":"83872","24":"99128"},"st":"ID"}},"16059":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-114.812407,44.808346],[-114.723294,44.891177],[-114.73227,45.151155],[-114.694001,45.197182],[-114.60394,45.295826],[-114.793207,45.436334],[-114.793778,45.508309],[-114.663725,45.471005],[-114.52377304493,45.585326506607],[-114.36852,45.492716],[-114.279217,45.480616],[-113.94832148257,45.682577358441],[-113.806729,45.602146],[-113.735601,45.325265],[-113.57467,45.128411],[-113.45197,45.059247],[-113.474573,44.910846],[-113.422376,44.842595],[-113.301508,44.798985],[-113.247166,44.82295],[-113.131387,44.764738],[-113.049349,44.62938],[-113.006846,44.471715],[-112.881769,44.380315],[-112.82682688127,44.405202431767],[-112.813792,44.230281],[-112.995091,44.234126],[-113.320609,44.233164],[-113.339445,44.316077],[-113.451832,44.454936],[-113.501882,44.422063],[-113.816398,44.494055],[-114.003915,44.634701],[-114.084861,44.755947],[-114.205244,44.744022],[-114.221534,44.879077],[-114.404154,44.739547],[-114.372843,44.709717],[-114.45184,44.611741],[-114.566975,44.575732],[-114.662687,44.662109],[-114.710871,44.650822],[-114.820083,44.747377],[-114.812407,44.808346]]]},"properties":{"id":"16059","n":"Lemhi","z":["83226","83235","83253","83462","83463","83464","83465","83466","83467","83468","83469"],"st":"ID"}},"16061":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-116.369122,46.466923],[-116.308621,46.412998],[-116.170272,46.371588],[-116.127103,46.298575],[-116.012498,46.225708],[-116.13357,46.215231],[-116.188993,46.155357],[-116.428497,46.202529],[-116.53962,45.998397],[-116.648516,46.030597],[-116.701975,45.996217],[-116.713496,46.325527],[-116.368801,46.343217],[-116.369122,46.466923]]]},"properties":{"id":"16061","n":"Lewis","z":["83523","83524","83536","83543","83544","83548","83555"],"st":"ID"}},"16063":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-114.594605,43.198345],[-114.374962,43.19964],[-113.714642,43.199783],[-113.714044,42.849734],[-113.763862,42.764508],[-113.931687,42.765026],[-114.049961,42.765006],[-114.049849,42.808444],[-114.345659,42.809055],[-114.365366,42.85079],[-114.594375,42.850901],[-114.594605,43.198345]]]},"properties":{"id":"16063","n":"Lincoln","z":["83324","83338","83347","83349","83352"],"st":"ID"}},"16065":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-111.976849,43.927385],[-111.83759,43.898261],[-111.558833,43.883305],[-111.501232,43.929206],[-111.398781,43.92289],[-111.399765,43.621976],[-111.626043,43.626756],[-111.934357,43.76616],[-111.983527,43.753806],[-111.976849,43.927385]]]},"properties":{"id":"16065","n":"Madison","z":["83434","83436","83440","83441","83443","83445","83448","83451","83460"],"st":"ID"}},"16067":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-113.931687,42.765026],[-113.763862,42.764508],[-113.714044,42.849734],[-113.714642,43.199783],[-113.413867,43.199859],[-113.413138,42.849169],[-113.472155,42.849201],[-113.472177,42.669352],[-113.557193,42.656799],[-113.654149,42.536155],[-113.778137,42.556424],[-113.931799,42.535243],[-113.931687,42.765026]]]},"properties":{"id":"16067","n":"Minidoka","z":["83318","83336","83343","83347","83350"],"st":"ID"}},"16069":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-117.03664574842,46.426100482655],[-117.03977765556,46.541708992038],[-116.719085,46.542874],[-116.61174,46.631245],[-116.456098,46.629097],[-116.451662,46.490736],[-116.369122,46.466923],[-116.368801,46.343217],[-116.713496,46.325527],[-116.701975,45.996217],[-116.7992045325,45.851045435483],[-116.915989,45.995413],[-116.981962,46.084915],[-116.923958,46.17092],[-117.062748,46.353624],[-117.03664574842,46.426100482655]]]},"properties":{"id":"16069","n":"Nez Perce","z":["83501","83524","83535","83537","83540","83541","83545","83548","83555","83832"],"st":"ID"}},"16071":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-112.999965,42.327427],[-112.654028,42.328872],[-112.653989,42.416169],[-112.497849,42.415998],[-112.498139,42.502967],[-112.419825,42.503038],[-112.298113,42.454499],[-112.327102,42.323836],[-112.190656,42.350839],[-112.126194,42.285229],[-112.070959,42.238263],[-112.109271,42.169911],[-112.109532,41.997598],[-112.15917745151,41.998681929738],[-113.00004013962,41.998227612539],[-112.999965,42.327427]]]},"properties":{"id":"16071","n":"Oneida","z":["83212","83243","83252","83342"],"st":"ID"}},"16073":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-117.02566381045,43.680293635954],[-116.844978,43.5944],[-116.781336,43.478633],[-116.511897,43.29052],[-116.425275,43.293543],[-116.385955,43.193577],[-116.266207,43.112269],[-116.145817,43.013416],[-115.964966,42.943673],[-115.935655,43.001733],[-115.771505,42.938664],[-115.441522,42.931127],[-115.454224,42.767936],[-115.037697,42.768414],[-115.03810975243,41.998634115676],[-115.313877,41.996103],[-117.01820321674,41.999839850369],[-117.026197,41.99989],[-117.02566381045,43.680293635954]]]},"properties":{"id":"16073","n":"Owyhee","z":{"0":"83302","1":"83316","2":"83604","3":"83624","4":"83627","5":"83628","6":"83639","7":"83641","8":"83650","18":"89832","19":"97910"},"st":"ID"}},"16075":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-116.89785467712,44.152666395391],[-116.452068,44.151465],[-116.452551,44.065414],[-116.532117,44.066024],[-116.572224,43.980485],[-116.712501,43.981326],[-116.712672,43.807161],[-116.853154,43.79271],[-116.98554503849,43.881184852814],[-116.937342,44.029376],[-116.977351,44.085364],[-116.89785467712,44.152666395391]]]},"properties":{"id":"16075","n":"Payette","z":{"0":"83607","1":"83619","2":"83655","3":"83660","4":"83661","10":"97913"},"st":"ID"}},"16077":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-113.007712,43.110933],[-113.00776,42.863051],[-112.816578,42.863231],[-112.750562,42.951528],[-112.747491,42.912735],[-112.558693,42.961247],[-112.515519,42.909975],[-112.49691,42.733013],[-112.37967,42.646273],[-112.419825,42.503038],[-112.498139,42.502967],[-112.497849,42.415998],[-112.653989,42.416169],[-112.654028,42.328872],[-112.999965,42.327427],[-113.002792,42.588003],[-113.175678,42.589464],[-113.236968,42.625254],[-113.178633,42.67546],[-113.178877,42.762355],[-113.236943,42.762212],[-113.243478,43.110946],[-113.007712,43.110933]]]},"properties":{"id":"16077","n":"Power","z":["83204","83211","83212","83271"],"st":"ID"}},"16079":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-116.03856582987,47.984634256442],[-115.835365,47.760957],[-115.72377,47.696671],[-115.717024,47.532693],[-115.634684,47.48176],[-115.71034,47.417784],[-115.578619,47.367007],[-115.470959,47.284873],[-115.326903,47.255912],[-115.031651,46.971548],[-114.96142290607,46.932893875971],[-116.329436,46.934669],[-116.329418,47.021915],[-116.329406,47.414011],[-116.329538,47.890393],[-116.329601,48.017722],[-116.233113,48.06889],[-116.03856582987,47.984634256442]]]},"properties":{"id":"16079","n":"Shoshone","z":["83802","83808","83810","83812","83830","83837","83839","83846","83849","83850","83861","83867","83868","83873","83874"],"st":"ID"}},"16081":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-111.398781,43.92289],[-111.187256,43.932114],[-111.047219183,43.983431292608],[-111.04536056097,43.501051451112],[-111.207561,43.543857],[-111.243839,43.621853],[-111.399765,43.621976],[-111.398781,43.92289]]]},"properties":{"id":"16081","n":"Teton","z":["83422","83424","83436","83452","83455"],"st":"ID"}},"16083":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-115.037697,42.768414],[-115.037774,42.911864],[-114.901636,42.859108],[-114.933622,42.766931],[-114.857807,42.755301],[-114.812167,42.664415],[-114.616487,42.649298],[-114.465709,42.599673],[-114.244703,42.559244],[-114.13035,42.494906],[-114.045454,42.528699],[-114.000388,42.526373],[-114.067073,42.514453],[-114.069162,42.417124],[-114.285448,42.417333],[-114.281855,41.994214],[-115.03810975243,41.998634115676],[-115.037697,42.768414]]]},"properties":{"id":"16083","n":"Twin Falls","z":["83301","83302","83314","83316","83321","83328","83332","83334","83341","83344"],"st":"ID"}},"16085":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-116.157022,44.498928],[-116.183571,44.583655],[-116.157627,44.702027],[-116.211211,44.780872],[-116.197011,44.864216],[-116.089118,45.063617],[-116.144386,45.107651],[-116.121662,45.158549],[-115.975787,45.195282],[-114.694001,45.197182],[-114.73227,45.151155],[-114.723294,44.891177],[-114.812407,44.808346],[-114.956116,44.720982],[-115.091922,44.766726],[-115.165735,44.650285],[-115.304994,44.579857],[-115.228222,44.423521],[-115.294614,44.339445],[-115.357484,44.345959],[-115.401408,44.259623],[-115.520287,44.235356],[-116.103072,44.236409],[-116.11249,44.147839],[-116.213871,44.151387],[-116.21291,44.324373],[-116.152295,44.324519],[-116.157022,44.498928]]]},"properties":{"id":"16085","n":"Valley","z":["83611","83615","83630","83635","83638","83657","83677"],"st":"ID"}},"16087":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-116.88929518697,44.840529778153],[-116.625034,44.838952],[-116.624153,44.663269],[-116.529167,44.615154],[-116.528898,44.491545],[-116.407648,44.444436],[-116.299876,44.444576],[-116.347394,44.322103],[-116.358492,44.151158],[-116.452068,44.151465],[-116.89785467712,44.152666395391],[-116.971958,44.235677],[-117.059352,44.237244],[-117.21199550695,44.296451095938],[-117.225932,44.479389],[-117.14293,44.557236],[-117.062273,44.727143],[-116.88929518697,44.840529778153]]]},"properties":{"id":"16087","n":"Washington","z":["83610","83645","83661","83672"],"st":"ID"}},"17001":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.506167908622,40.200643512795],[-90.911969,40.193088],[-90.913616,40.104452],[-90.916609,39.845075],[-90.916071,39.757168],[-91.364616603323,39.758718226322],[-91.436051,39.84551],[-91.436843268599,39.945243463678],[-91.484064,40.019332],[-91.506167908622,40.200643512795]]]},"properties":{"id":"17001","n":"Adams","z":["62301","62305","62306","62311","62312","62314","62316","62320","62324","62325","62338","62339","62343","62346","62347","62348","62349","62351","62359","62360","62365","62376","62379"],"st":"IL"}},"17003":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.473679434541,37.334853902195],[-89.248439,37.335109],[-89.261779,37.105742],[-89.16662021202,37.0721103438],[-89.132915,36.982057],[-89.307436691173,37.028759449628],[-89.359456,37.042606],[-89.482889284644,37.260950718414],[-89.473679434541,37.334853902195]]]},"properties":{"id":"17003","n":"Alexander","z":["62914","62952","62957","62962","62969","62988","62990","62992","62993"],"st":"IL"}},"17005":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.639265,38.999129],[-89.586088,39.028246],[-89.250447,39.028145],[-89.254237,38.742019],[-89.597321,38.743236],[-89.599593,38.87453],[-89.639265,38.999129]]]},"properties":{"id":"17005","n":"Bond","z":["62019","62074","62077","62086","62246","62253","62262","62273","62275","62284"],"st":"IL"}},"17007":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.940384860378,42.495439827471],[-88.776495760735,42.494136600467],[-88.70738,42.493587],[-88.705633,42.153561],[-88.939732,42.15232],[-88.940384860378,42.495439827471]]]},"properties":{"id":"17007","n":"Boone","z":["60033","60135","60145","60146","61008","61011","61012","61016","61038","61065","61073","61080","61107","61111","61114"],"st":"IL"}},"17009":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.913616,40.104452],[-90.695884,40.103794],[-90.607134,39.981658],[-90.513747,39.987891],[-90.583534,39.87675],[-90.571754,39.839326],[-90.916609,39.845075],[-90.913616,40.104452]]]},"properties":{"id":"17009","n":"Brown","z":["62323","62324","62353","62375","62378"],"st":"IL"}},"17011":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.862351,41.584005],[-89.631494,41.584949],[-89.166561,41.585289],[-89.163705,41.310187],[-89.334901,41.300877],[-89.356671,41.233235],[-89.466534,41.233873],[-89.466421,41.148558],[-89.638429,41.148591],[-89.638864,41.233862],[-89.857798,41.234483],[-89.862351,41.584005]]]},"properties":{"id":"17011","n":"Bureau","z":["61283","61312","61314","61315","61317","61320","61322","61323","61328","61329","61330","61337","61338","61342","61344","61345","61346","61349","61354","61356","61359","61361","61362","61368","61374","61376","61379","61421","61443","61537","61560"],"st":"IL"}},"17013":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.935349946369,39.399519528907],[-90.613694,39.395775],[-90.603569,39.117592],[-90.534657,38.958499],[-90.450969940892,38.961395003324],[-90.555693,38.870785],[-90.661582906877,38.934703307753],[-90.713629,39.053977],[-90.681086,39.10059],[-90.723283623413,39.224102970058],[-90.72996,39.255894],[-90.935349946369,39.399519528907]]]},"properties":{"id":"17013","n":"Calhoun","z":["62006","62013","62036","62045","62047","62053","62065","62070","62355","62366"],"st":"IL"}},"17015":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.315696514272,42.193946432251],[-89.91965,42.196824],[-89.688486,42.199112],[-89.685366,41.93034],[-90.158153033709,41.929843227376],[-90.159682451123,42.033087257586],[-90.161159,42.106372],[-90.315696514272,42.193946432251]]]},"properties":{"id":"17015","n":"Carroll","z":["61014","61046","61051","61053","61062","61074","61078","61252","61285"],"st":"IL"}},"17017":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.513747,39.987891],[-90.435852,40.020562],[-90.355198,40.124245],[-90.286724,40.055321],[-90.134517,40.062023],[-89.994724,40.108373],[-89.994506,39.901925],[-89.994405,39.87286],[-90.583534,39.87675],[-90.513747,39.987891]]]},"properties":{"id":"17017","n":"Cass","z":["62611","62612","62618","62622","62627","62673","62691"],"st":"IL"}},"17019":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.460418,40.281935],[-88.459957,40.39885],[-87.932858,40.399401],[-87.937645,39.879803],[-88.462207,39.879092],[-88.460418,40.281935]]]},"properties":{"id":"17019","n":"Champaign","z":["60936","60949","60957","60960","61801","61802","61803","61810","61815","61816","61820","61821","61822","61824","61825","61826","61840","61843","61845","61847","61849","61851","61852","61853","61859","61862","61863","61864","61866","61871","61872","61873","61874","61875","61877","61878","61880","61884","61956"],"st":"IL"}},"17021":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.217523,39.813224],[-89.141817,39.80091],[-89.139125,39.655131],[-89.02568,39.654183],[-89.025633,39.345838],[-89.139807,39.348888],[-89.530836,39.348864],[-89.533655,39.524592],[-89.535028,39.641138],[-89.425051,39.683696],[-89.425535,39.747676],[-89.217523,39.813224]]]},"properties":{"id":"17021","n":"Christian","z":["62075","62083","62510","62513","62517","62531","62538","62540","62545","62546","62547","62550","62555","62556","62557","62558","62563","62567","62568","62570"],"st":"IL"}},"17023":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.960179,39.481309],[-87.531666681974,39.477110992743],[-87.531646,39.347888],[-87.594745845406,39.259383616483],[-87.638293413744,39.157492547202],[-87.950385,39.174882],[-88.007766,39.173925],[-88.012121,39.378968],[-88.014205,39.480762],[-87.960179,39.481309]]]},"properties":{"id":"17023","n":"Clark","z":["61933","61944","62413","62420","62423","62441","62442","62449","62474","62477","62478"],"st":"IL"}},"17025":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.695165,38.826299],[-88.693531,38.914617],[-88.361745,38.910847],[-88.36176,38.851949],[-88.258608,38.847521],[-88.257783,38.731139],[-88.296989,38.63419],[-88.253851,38.599502],[-88.698457,38.606304],[-88.695165,38.826299]]]},"properties":{"id":"17025","n":"Clay","z":["62426","62434","62443","62448","62824","62838","62839","62854","62858","62868","62879","62899"],"st":"IL"}},"17027":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.707024,38.655152],[-89.595103,38.655948],[-89.597321,38.743236],[-89.254237,38.742019],[-89.138393,38.736331],[-89.143898,38.503088],[-89.360248,38.516522],[-89.481556,38.468465],[-89.577521,38.48316],[-89.704417,38.415667],[-89.707024,38.655152]]]},"properties":{"id":"17027","n":"Clinton","z":["62215","62216","62218","62219","62230","62231","62245","62249","62250","62252","62253","62265","62266","62275","62293","62801","62875","62882"],"st":"IL"}},"17029":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.472073,39.651588],[-88.063437,39.652555],[-87.9666,39.685928],[-87.960179,39.481309],[-88.014205,39.480762],[-88.012121,39.378968],[-88.47083,39.374515],[-88.470505,39.447041],[-88.472073,39.651588]]]},"properties":{"id":"17029","n":"Coles","z":["61910","61911","61912","61920","61928","61930","61931","61933","61938","61943","61951","62420","62440","62447","62469","62474"],"st":"IL"}},"17031":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.238369,42.154253],[-88.199584,42.15426],[-87.759326565239,42.15236197898],[-87.682359,42.075729],[-87.60945,41.845233],[-87.524044,41.708335],[-87.525409353347,41.470280666062],[-87.787302,41.469839],[-87.812262,41.558291],[-87.909377,41.556819],[-87.91193,41.643933],[-88.028985,41.685518],[-87.914552,41.720169],[-87.938989,41.993429],[-88.262876,41.986227],[-88.238369,42.154253]]]},"properties":{"id":"17031","n":"Cook","z":["60004","60005","60006","60007","60008","60009","60010","60011","60015","60016","60018","60019","60022","60025","60026","60029","60038","60043","60053","60055","60056","60062","60065","60067","60068","60070","60074","60076","60077","60078","60082","60089","60090","60091","60093","60094","60095","60103","60104","60107","60120","60126","60130","60131","60133","60141","60153","60154","60155","60159","60160","60161","60162","60163","60164","60165","60168","60169","60171","60172","60173","60176","60179","60192","60193","60194","60195","60196","60201","60202","60203","60204","60208","60301","60302","60303","60304","60305","60402","60406","60409","60411","60412","60415","60418","60419","60422","60423","60425","60426","60428","60429","60430","60438","60439","60443","60445","60452","60453","60454","60455","60456","60457","60458","60459","60461","60462","60463","60464","60465","60466","60467","60469","60471","60472","60473","60475","60476","60477","60478","60480","60482","60487","60499","60501","60513","60521","60525","60526","60527","60534","60546","60558","60601","60602","60603","60604","60605","60606","60607","60608","60609","60610","60611","60612","60613","60614","60615","60616","60617","60618","60619","60620","60621","60622","60623","60624","60625","60626","60628","60629","60630","60631","60632","60633","60634","60636","60637","60638","60639","60640","60641","60642","60643","60644","60645","60646","60647","60649","60651","60652","60653","60654","60655","60656","60657","60659","60660","60661","60664","60666","60668","60669","60670","60673","60674","60675","60677","60678","60680","60681","60682","60684","60685","60686","60687","60688","60689","60690","60691","60693","60694","60695","60696","60697","60699","60701","60706","60707","60712","60714","60803","60804","60805","60827"],"st":"IL"}},"17033":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.950385,39.174882],[-87.638293413744,39.157492547202],[-87.529496,38.971925],[-87.528717663698,38.905943786289],[-87.535257050808,38.852491464967],[-87.908113,38.850107],[-87.945923,38.850108],[-87.950385,39.174882]]]},"properties":{"id":"17033","n":"Crawford","z":["62413","62421","62427","62433","62442","62449","62451","62454","62464","62466","62478"],"st":"IL"}},"17035":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.470906,39.215029],[-88.47083,39.374515],[-88.012121,39.378968],[-88.007766,39.173925],[-88.360654,39.171118],[-88.470865,39.171463],[-88.470906,39.215029]]]},"properties":{"id":"17035","n":"Cumberland","z":["62420","62428","62436","62440","62445","62447","62462","62467","62468","62469","62481"],"st":"IL"}},"17037":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.939732,42.15232],[-88.705633,42.153561],[-88.588657,42.15359],[-88.601933,41.719563],[-88.60224,41.631389],[-88.938618,41.628319],[-88.941279,41.891752],[-88.939732,42.15232]]]},"properties":{"id":"17037","n":"De Kalb","z":["60111","60112","60115","60129","60135","60140","60145","60146","60150","60151","60152","60178","60511","60518","60520","60530","60531","60548","60550","60552","60556","61068"],"st":"IL"}},"17039":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.148764,40.282038],[-88.574885,40.281501],[-88.745344,40.098813],[-88.745164,40.055191],[-89.144764,40.048853],[-89.148764,40.282038]]]},"properties":{"id":"17039","n":"De Witt","z":["61727","61735","61745","61749","61750","61752","61754","61756","61777","61778","61842","61882","62512"],"st":"IL"}},"17041":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.473182,39.791837],[-88.462207,39.879092],[-87.937645,39.879803],[-87.9666,39.685928],[-88.063437,39.652555],[-88.472073,39.651588],[-88.473182,39.791837]]]},"properties":{"id":"17041","n":"Douglas","z":["61852","61872","61910","61911","61913","61917","61919","61930","61941","61942","61943","61953","61956"],"st":"IL"}},"17043":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.262876,41.986227],[-87.938989,41.993429],[-87.914552,41.720169],[-88.028985,41.685518],[-88.030352,41.728894],[-88.261273,41.724534],[-88.261952,41.724652],[-88.262876,41.986227]]]},"properties":{"id":"17043","n":"dupage","z":["60007","60101","60103","60105","60106","60108","60116","60117","60126","60128","60132","60133","60137","60138","60139","60143","60148","60157","60172","60174","60181","60184","60185","60186","60187","60188","60189","60190","60191","60197","60199","60399","60439","60440","60502","60504","60510","60514","60515","60516","60517","60519","60521","60523","60527","60532","60540","60555","60559","60561","60563","60564","60565","60566","60567","60569","60599"],"st":"IL"}},"17045":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.937645,39.879803],[-87.532454493884,39.882999118782],[-87.532385282791,39.607304944221],[-87.531666681974,39.477110992743],[-87.960179,39.481309],[-87.9666,39.685928],[-87.937645,39.879803]]]},"properties":{"id":"17045","n":"Edgar","z":["61810","61870","61876","61917","61924","61932","61933","61940","61942","61943","61944","61949","61955","62423","62441"],"st":"IL"}},"17047":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.147814,38.569086],[-87.953898,38.570094],[-87.97607,38.399928],[-87.951122,38.290611],[-87.9906,38.259715],[-88.1509,38.256097],[-88.147814,38.569086]]]},"properties":{"id":"17047","n":"Edwards","z":["62476","62806","62815","62818","62833","62844"],"st":"IL"}},"17049":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.805325,39.216263],[-88.470906,39.215029],[-88.470865,39.171463],[-88.360654,39.171118],[-88.361745,38.910847],[-88.693531,38.914617],[-88.806789,38.911655],[-88.805325,39.216263]]]},"properties":{"id":"17049","n":"Effingham","z":["62401","62411","62414","62424","62426","62443","62445","62458","62461","62467","62473","62838","62858"],"st":"IL"}},"17051":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.250447,39.028145],[-89.250513,39.217512],[-89.140076,39.217907],[-88.805325,39.216263],[-88.806789,38.911655],[-88.693531,38.914617],[-88.695165,38.826299],[-89.138138,38.824244],[-89.138393,38.736331],[-89.254237,38.742019],[-89.250447,39.028145]]]},"properties":{"id":"17051","n":"Fayette","z":["62011","62032","62075","62080","62253","62262","62411","62414","62418","62422","62426","62431","62458","62471","62838","62875","62880","62885","62892"],"st":"IL"}},"17053":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.459475,40.617345],[-88.234949,40.618166],[-88.2473,40.99456],[-88.131938,40.997839],[-88.117905,40.488086],[-87.935309,40.485923],[-87.932858,40.399401],[-88.459957,40.39885],[-88.459475,40.617345]]]},"properties":{"id":"17053","n":"Ford","z":["60917","60919","60921","60929","60933","60936","60946","60948","60949","60952","60957","60959","60960","60962","60968","61731","61773","61845"],"st":"IL"}},"17055":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.177597,37.950311],[-89.129637,38.124747],[-88.704606,38.125195],[-88.706622,37.906797],[-88.70676,37.863338],[-89.151176,37.861999],[-89.177597,37.950311]]]},"properties":{"id":"17055","n":"Franklin","z":["62812","62819","62822","62825","62836","62840","62856","62860","62865","62874","62883","62884","62890","62891","62896","62897","62983","62999"],"st":"IL"}},"17057":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.450227,40.276335],[-90.445506,40.627843],[-90.444343,40.714667],[-89.986068,40.712257],[-89.989018,40.625835],[-89.87351,40.624482],[-89.872463,40.513127],[-89.92468,40.435921],[-90.03795,40.375041],[-90.118966,40.235263],[-90.199556,40.183945],[-90.451502,40.188892],[-90.450227,40.276335]]]},"properties":{"id":"17057","n":"Fulton","z":["61415","61427","61431","61432","61433","61441","61459","61477","61482","61484","61501","61519","61520","61524","61531","61533","61542","61543","61544","61553","61563","61569","62644"],"st":"IL"}},"17059":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.37453,37.907678],[-88.37452,37.908432],[-88.136053,37.916023],[-88.059469492701,37.866689804011],[-88.02803,37.799224],[-88.160062,37.654332],[-88.132163438272,37.57451700083],[-88.179647,37.599093],[-88.375332,37.599563],[-88.37453,37.907678]]]},"properties":{"id":"17059","n":"Gallatin","z":["62867","62869","62871","62930","62931","62934","62954","62979","62984"],"st":"IL"}},"17061":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.613694,39.395775],[-90.581055,39.521728],[-90.301801,39.520192],[-90.15375,39.520315],[-90.148069,39.261947],[-90.314071,39.225053],[-90.313531,39.17428],[-90.580587,39.184895],[-90.603569,39.117592],[-90.613694,39.395775]]]},"properties":{"id":"17061","n":"Greene","z":["62016","62027","62044","62050","62054","62078","62081","62082","62092","62098","62630"],"st":"IL"}},"17063":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.59596,41.457034],[-88.252231,41.463066],[-88.244155,41.201546],[-88.251995,41.114229],[-88.58624,41.108293],[-88.59596,41.457034]]]},"properties":{"id":"17063","n":"Grundy","z":["60407","60410","60416","60420","60424","60437","60444","60447","60450","60470","60474","60479","60481","60541","60961","61360"],"st":"IL"}},"17065":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.704606,38.125195],[-88.702391,38.256661],[-88.370491,38.255413],[-88.37452,37.908432],[-88.37453,37.907678],[-88.706622,37.906797],[-88.704606,38.125195]]]},"properties":{"id":"17065","n":"Hamilton","z":["62810","62817","62828","62829","62835","62859","62860","62869","62887","62890","62895","62935"],"st":"IL"}},"17067":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.496957490339,40.248703876373],[-91.419422,40.378264],[-91.372921,40.399108],[-91.394475,40.534543],[-91.339719,40.613488],[-91.185460608704,40.638111812623],[-90.904216,40.639201],[-90.909756,40.284394],[-90.911969,40.193088],[-91.506167908622,40.200643512795],[-91.496957490339,40.248703876373]]]},"properties":{"id":"17067","n":"Hancock","z":["61420","61450","62311","62313","62316","62321","62326","62329","62330","62334","62336","62341","62349","62351","62354","62358","62367","62373","62374","62379","62380"],"st":"IL"}},"17069":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.412112,37.599912],[-88.375332,37.599563],[-88.179647,37.599093],[-88.132163438272,37.57451700083],[-88.066250320097,37.504138327348],[-88.281667,37.452596],[-88.358436,37.40486],[-88.415902178776,37.421220637719],[-88.412112,37.599912]]]},"properties":{"id":"17069","n":"Hardin","z":["62919","62931","62938","62947","62955","62982"],"st":"IL"}},"17071":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.118222938398,40.699534650819],[-91.092993,40.821079],[-90.952233,40.954047],[-90.951894142681,41.069872735866],[-90.785194,41.068749],[-90.789652,40.63575],[-90.904216,40.639201],[-91.185460608704,40.638111812623],[-91.118222938398,40.699534650819]]]},"properties":{"id":"17071","n":"Henderson","z":["61418","61420","61425","61437","61442","61447","61450","61453","61454","61460","61462","61469","61471","61476","61478","61480","62330"],"st":"IL"}},"17073":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.433771,41.326983],[-90.43193,41.456834],[-90.332657,41.514001],[-90.196535,41.540126],[-90.185609,41.584653],[-89.862351,41.584005],[-89.857798,41.234483],[-89.868384,41.148955],[-89.984559,41.149366],[-90.437657,41.151252],[-90.433771,41.326983]]]},"properties":{"id":"17073","n":"Henry","z":["61233","61234","61235","61238","61240","61241","61250","61254","61258","61262","61273","61274","61277","61344","61361","61413","61414","61419","61434","61443","61465","61468","61490"],"st":"IL"}},"17075":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.131938,40.997839],[-87.526463305991,41.010354817964],[-87.526136490424,40.736885081423],[-87.526875773254,40.49122440969],[-87.935309,40.485923],[-88.117905,40.488086],[-88.131938,40.997839]]]},"properties":{"id":"17075","n":"Iroquois","z":["60911","60912","60918","60922","60924","60926","60927","60928","60930","60931","60938","60939","60941","60942","60945","60948","60951","60953","60955","60960","60964","60966","60967","60968","60970","60973","60974"],"st":"IL"}},"17077":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.687221380853,37.796406718439],[-89.595084,37.95531],[-89.177597,37.950311],[-89.151176,37.861999],[-89.153668,37.600469],[-89.453355,37.600195],[-89.497745926039,37.569985913928],[-89.521948,37.696475],[-89.687221380853,37.796406718439]]]},"properties":{"id":"17077","n":"Jackson","z":["62280","62832","62901","62902","62903","62905","62907","62916","62924","62927","62932","62940","62942","62950","62958","62966","62975","62994"],"st":"IL"}},"17079":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.361745,38.910847],[-88.360654,39.171118],[-88.007766,39.173925],[-87.950385,39.174882],[-87.945923,38.850108],[-88.258608,38.847521],[-88.36176,38.851949],[-88.361745,38.910847]]]},"properties":{"id":"17079","n":"Jasper","z":["62420","62424","62425","62432","62434","62436","62445","62448","62449","62459","62467","62475","62479","62480","62481"],"st":"IL"}},"17081":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.147416,38.212896],[-89.144388,38.473878],[-88.698961,38.474914],[-88.702391,38.256661],[-88.704606,38.125195],[-89.129637,38.124747],[-89.147416,38.212896]]]},"properties":{"id":"17081","n":"Jefferson","z":["62801","62808","62810","62814","62816","62830","62846","62851","62864","62866","62872","62877","62883","62889","62893","62894","62898"],"st":"IL"}},"17083":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.148069,39.261947],[-90.145991,39.000046],[-90.273686,38.999347],[-90.276583722026,38.919338467212],[-90.450969940892,38.961395003324],[-90.534657,38.958499],[-90.603569,39.117592],[-90.580587,39.184895],[-90.313531,39.17428],[-90.314071,39.225053],[-90.148069,39.261947]]]},"properties":{"id":"17083","n":"Jersey","z":["62012","62022","62028","62030","62031","62035","62037","62052","62054","62063","62079"],"st":"IL"}},"17085":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.642843,42.508481],[-90.426376960736,42.507177735224],[-89.927006876764,42.505790485775],[-89.91965,42.196824],[-90.315696514272,42.193946432251],[-90.400653,42.239293],[-90.484345672716,42.381597778192],[-90.646727,42.471904],[-90.642843,42.508481]]]},"properties":{"id":"17085","n":"Jo Daviess","z":["61001","61025","61028","61036","61041","61044","61048","61053","61059","61062","61074","61075","61085","61087"],"st":"IL"}},"17087":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.044787,37.329846],[-89.041401,37.596576],[-88.708546,37.599277],[-88.71065,37.33709],[-88.908291,37.335727],[-88.929129,37.302647],[-89.044787,37.329846]]]},"properties":{"id":"17087","n":"Johnson","z":["62908","62909","62912","62922","62923","62939","62943","62967","62972","62973","62985","62995"],"st":"IL"}},"17089":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.588657,42.15359],[-88.238369,42.154253],[-88.262876,41.986227],[-88.261952,41.724652],[-88.601933,41.719563],[-88.588657,42.15359]]]},"properties":{"id":"17089","n":"Kane","z":["60010","60102","60109","60110","60118","60119","60120","60121","60122","60123","60124","60134","60136","60140","60142","60144","60147","60151","60174","60175","60177","60178","60183","60184","60185","60502","60504","60505","60506","60507","60510","60511","60538","60539","60542","60543","60554","60568","60572","60598"],"st":"IL"}},"17091":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.251995,41.114229],[-88.244155,41.201546],[-88.011812,41.205604],[-88.013919,41.292447],[-87.526768,41.298177],[-87.526648158082,41.166089944512],[-87.526463305991,41.010354817964],[-88.131938,40.997839],[-88.2473,40.99456],[-88.251995,41.114229]]]},"properties":{"id":"17091","n":"Kankakee","z":["60401","60424","60468","60481","60901","60910","60913","60914","60915","60917","60919","60922","60935","60940","60941","60944","60950","60954","60956","60958","60961","60964","60969"],"st":"IL"}},"17093":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.601933,41.719563],[-88.261952,41.724652],[-88.261273,41.724534],[-88.252231,41.463066],[-88.59596,41.457034],[-88.60224,41.631389],[-88.601933,41.719563]]]},"properties":{"id":"17093","n":"Kendall","z":["60431","60447","60450","60503","60504","60512","60536","60537","60538","60541","60543","60544","60545","60548","60554","60560","60585","60586"],"st":"IL"}},"17095":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.439423,41.063995],[-90.437657,41.151252],[-89.984559,41.149366],[-89.985479,40.974495],[-89.986068,40.712257],[-90.444343,40.714667],[-90.439423,41.063995]]]},"properties":{"id":"17095","n":"Knox","z":["61401","61402","61410","61414","61428","61430","61434","61436","61439","61448","61449","61458","61467","61472","61474","61485","61488","61489","61490","61529","61531","61544","61572"],"st":"IL"}},"17097":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.199529001448,42.49575601569],[-87.800477,42.49192],[-87.834769,42.301522],[-87.759326565239,42.15236197898],[-88.199584,42.15426],[-88.199529001448,42.49575601569]]]},"properties":{"id":"17097","n":"Lake","z":["60002","60010","60013","60015","60020","60021","60030","60031","60035","60037","60040","60041","60042","60044","60045","60046","60047","60048","60050","60051","60060","60061","60064","60069","60073","60074","60079","60081","60083","60084","60085","60086","60087","60088","60089","60096","60099"],"st":"IL"}},"17099":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.938618,41.628319],[-88.60224,41.631389],[-88.59596,41.457034],[-88.58624,41.108293],[-88.930881,41.1059],[-88.93139,40.92774],[-89.047718,40.925749],[-89.047856,41.104781],[-89.162238,41.10408],[-89.163705,41.310187],[-89.166561,41.585289],[-89.1672,41.628707],[-88.938618,41.628319]]]},"properties":{"id":"17099","n":"LaSalle","z":["60470","60518","60522","60531","60537","60541","60548","60549","60551","60552","60557","61301","61316","61321","61325","61332","61334","61341","61342","61348","61350","61354","61358","61360","61364","61370","61371","61372","61373","61377"],"st":"IL"}},"17101":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.908113,38.850107],[-87.535257050808,38.852491464967],[-87.498948,38.757774],[-87.62012,38.639489],[-87.648356763074,38.566628716058],[-87.912286,38.570104],[-87.908113,38.850107]]]},"properties":{"id":"17101","n":"Lawrence","z":["62417","62427","62439","62460","62466"],"st":"IL"}},"17103":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.62933,41.901617],[-89.426727,41.908418],[-89.414627,41.886175],[-88.941279,41.891752],[-88.938618,41.628319],[-89.1672,41.628707],[-89.166561,41.585289],[-89.631494,41.584949],[-89.62933,41.901617]]]},"properties":{"id":"17103","n":"Lee","z":["60518","60530","60553","61006","61021","61031","61042","61057","61064","61068","61071","61081","61310","61318","61324","61330","61331","61342","61349","61353","61367","61376","61378"],"st":"IL"}},"17105":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.58624,41.108293],[-88.251995,41.114229],[-88.2473,40.99456],[-88.234949,40.618166],[-88.459475,40.617345],[-88.574502,40.61655],[-88.584272,40.757608],[-88.929331,40.753337],[-88.93139,40.92774],[-88.930881,41.1059],[-88.58624,41.108293]]]},"properties":{"id":"17105","n":"Livingston","z":["60420","60460","60917","60919","60920","60921","60929","60934","60946","60952","60959","60961","61311","61313","61319","61333","61364","61726","61731","61739","61740","61741","61743","61744","61764","61769","61775"],"st":"IL"}},"17107":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.602979,40.320129],[-89.26374,40.325344],[-89.26265,40.280919],[-89.148764,40.282038],[-89.144764,40.048853],[-89.143457,39.91792],[-89.217846,39.91699],[-89.40506,39.918304],[-89.483826,39.976733],[-89.578289,39.976127],[-89.601604,40.122432],[-89.602979,40.320129]]]},"properties":{"id":"17107","n":"Logan","z":["61721","61723","61749","61751","61754","62512","62518","62519","62541","62543","62548","62613","62634","62635","62643","62656","62666","62671","62682","62693","62723"],"st":"IL"}},"17109":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.904216,40.639201],[-90.789652,40.63575],[-90.445506,40.627843],[-90.450227,40.276335],[-90.909756,40.284394],[-90.904216,40.639201]]]},"properties":{"id":"17109","n":"McDonough","z":["61411","61416","61420","61422","61438","61440","61450","61455","61459","61470","61475","61482","61484","62326","62367","62374"],"st":"IL"}},"17111":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.70738,42.493587],[-88.304692,42.495608172751],[-88.199529001448,42.49575601569],[-88.199584,42.15426],[-88.238369,42.154253],[-88.588657,42.15359],[-88.705633,42.153561],[-88.70738,42.493587]]]},"properties":{"id":"17111","n":"McHenry","z":["60010","60012","60013","60014","60017","60021","60033","60034","60039","60042","60050","60051","60071","60072","60081","60097","60098","60102","60135","60142","60152","60156","60180","61038"],"st":"IL"}},"17113":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.26939,40.594329],[-89.133752,40.596734],[-88.9847,40.664954],[-88.986896,40.752297],[-88.929331,40.753337],[-88.584272,40.757608],[-88.574502,40.61655],[-88.459475,40.617345],[-88.459957,40.39885],[-88.460418,40.281935],[-88.574885,40.281501],[-89.148764,40.282038],[-89.26265,40.280919],[-89.26374,40.325344],[-89.26939,40.594329]]]},"properties":{"id":"17113","n":"McLean","z":["60936","61701","61702","61704","61705","61709","61710","61720","61722","61723","61724","61725","61726","61728","61729","61730","61731","61732","61736","61737","61738","61739","61744","61745","61748","61752","61753","61754","61758","61761","61770","61772","61774","61776","61790","61791","61799","61842","61843"],"st":"IL"}},"17115":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.217846,39.91699],[-89.143457,39.91792],[-89.144764,40.048853],[-88.745164,40.055191],[-88.745671,39.792146],[-88.812709,39.740486],[-88.810575,39.653222],[-89.02568,39.654183],[-89.139125,39.655131],[-89.141817,39.80091],[-89.217523,39.813224],[-89.217846,39.91699]]]},"properties":{"id":"17115","n":"Macon","z":["61749","61756","61818","61830","61882","61925","61937","62501","62513","62514","62521","62522","62523","62524","62525","62526","62532","62535","62537","62539","62543","62544","62547","62549","62550","62551","62554","62573","62756"],"st":"IL"}},"17117":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.15375,39.520315],[-89.926037,39.522104],[-89.701645,39.523369],[-89.698555,38.998979],[-90.145991,39.000046],[-90.148069,39.261947],[-90.15375,39.520315]]]},"properties":{"id":"17117","n":"Macoupin","z":["62002","62009","62012","62014","62023","62033","62044","62056","62063","62069","62074","62079","62085","62088","62093","62560","62572","62626","62630","62638","62640","62649","62662","62667","62672","62674","62683","62685","62690"],"st":"IL"}},"17119":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.145991,39.000046],[-89.698555,38.998979],[-89.639265,38.999129],[-89.599593,38.87453],[-89.597321,38.743236],[-89.595103,38.655948],[-89.707024,38.655152],[-90.181524381531,38.66037288531],[-90.166594640016,38.772450139305],[-90.117707,38.805748],[-90.113327,38.849306],[-90.276583722026,38.919338467212],[-90.273686,38.999347],[-90.145991,39.000046]]]},"properties":{"id":"17119","n":"Madison","z":["62001","62002","62010","62012","62018","62021","62024","62025","62026","62034","62035","62040","62046","62048","62058","62060","62061","62062","62067","62074","62084","62087","62088","62090","62095","62097","62201","62234","62249","62275","62281","62293","62294"],"st":"IL"}},"17121":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.143898,38.503088],[-89.138393,38.736331],[-89.138138,38.824244],[-88.695165,38.826299],[-88.698457,38.606304],[-88.698961,38.474914],[-89.144388,38.473878],[-89.143898,38.503088]]]},"properties":{"id":"17121","n":"Marion","z":["62801","62807","62830","62838","62849","62851","62853","62854","62870","62875","62881","62882","62889","62892","62893"],"st":"IL"}},"17123":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.638429,41.148591],[-89.466421,41.148558],[-89.32927,41.147931],[-89.358597,41.103665],[-89.162238,41.10408],[-89.047856,41.104781],[-89.047718,40.925749],[-89.47233,40.921206],[-89.447693,40.973246],[-89.638727,40.973707],[-89.638429,41.148591]]]},"properties":{"id":"17123","n":"Marshall","z":["61336","61358","61369","61375","61377","61421","61424","61479","61491","61523","61526","61537","61540","61541","61565","61570","61760"],"st":"IL"}},"17125":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.355198,40.124245],[-90.199556,40.183945],[-90.118966,40.235263],[-90.03795,40.375041],[-89.92468,40.435921],[-89.717104,40.435655],[-89.714927,40.319218],[-89.602979,40.320129],[-89.601604,40.122432],[-89.638262,40.15487],[-89.749196,40.126852],[-89.969618,40.142358],[-89.994724,40.108373],[-90.134517,40.062023],[-90.286724,40.055321],[-90.355198,40.124245]]]},"properties":{"id":"17125","n":"Mason","z":["61532","61546","61567","62617","62627","62633","62644","62655","62664","62671","62682"],"st":"IL"}},"17127":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.929129,37.302647],[-88.908291,37.335727],[-88.71065,37.33709],[-88.490336,37.159358],[-88.490399446325,37.067957622948],[-88.928004829494,37.226389766253],[-88.929129,37.302647]]]},"properties":{"id":"17127","n":"Massac","z":["62908","62910","62941","62943","62953","62956","62960"],"st":"IL"}},"17129":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.994724,40.108373],[-89.969618,40.142358],[-89.749196,40.126852],[-89.638262,40.15487],[-89.601604,40.122432],[-89.578289,39.976127],[-89.698259,39.975309],[-89.701864,39.916787],[-89.994506,39.901925],[-89.994724,40.108373]]]},"properties":{"id":"17129","n":"Menard","z":["62613","62642","62659","62666","62673","62675","62677","62688"],"st":"IL"}},"17131":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.07441549802,41.333631569041],[-91.074087623674,41.33432080192],[-90.433771,41.326983],[-90.437657,41.151252],[-90.439423,41.063995],[-90.785194,41.068749],[-90.951894142681,41.069872735866],[-90.952265416482,41.07273174967],[-90.997906,41.162564],[-91.114186,41.250029],[-91.07441549802,41.333631569041]]]},"properties":{"id":"17131","n":"Mercer","z":["61231","61237","61260","61262","61263","61264","61272","61276","61279","61281","61412","61442","61465","61466","61476","61486"],"st":"IL"}},"17133":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.340244281704,38.387094622636],[-90.260976059287,38.518526787408],[-90.036018,38.30885],[-89.903937,38.297203],[-89.899061,38.220755],[-90.036385,38.223125],[-90.035999,38.13563],[-90.205728625883,38.088233183109],[-90.252746323976,38.127773826229],[-90.363926,38.236355],[-90.340244281704,38.387094622636]]]},"properties":{"id":"17133","n":"Monroe","z":["62236","62244","62248","62256","62264","62277","62278","62279","62295","62298"],"st":"IL"}},"17135":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.701645,39.523369],[-89.533655,39.524592],[-89.530836,39.348864],[-89.139807,39.348888],[-89.140076,39.217907],[-89.250513,39.217512],[-89.250447,39.028145],[-89.586088,39.028246],[-89.639265,38.999129],[-89.698555,38.998979],[-89.701645,39.523369]]]},"properties":{"id":"17135","n":"Montgomery","z":["62015","62017","62019","62032","62049","62051","62056","62069","62074","62075","62076","62077","62080","62083","62086","62089","62091","62094","62533","62538","62546","62553","62557","62558","62560","62572","62640","62690"],"st":"IL"}},"17137":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.571754,39.839326],[-90.583534,39.87675],[-89.994405,39.87286],[-89.993755,39.785329],[-89.926037,39.522104],[-90.15375,39.520315],[-90.301801,39.520192],[-90.300666,39.636541],[-90.372969,39.665781],[-90.371253,39.753388],[-90.599105,39.79006],[-90.571754,39.839326]]]},"properties":{"id":"17137","n":"Morgan","z":["62601","62611","62612","62621","62628","62631","62638","62650","62660","62665","62667","62668","62670","62692","62694","62695"],"st":"IL"}},"17139":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.745671,39.792146],[-88.473182,39.791837],[-88.472073,39.651588],[-88.470505,39.447041],[-88.584273,39.447582],[-88.717539,39.579299],[-88.809051,39.580241],[-88.810575,39.653222],[-88.812709,39.740486],[-88.745671,39.792146]]]},"properties":{"id":"17139","n":"Moultrie","z":["61911","61914","61925","61928","61937","61951","61957","62534"],"st":"IL"}},"17141":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.688486,42.199112],[-89.396192,42.201916],[-89.173,42.204241],[-89.172799,42.150297],[-88.939732,42.15232],[-88.941279,41.891752],[-89.414627,41.886175],[-89.426727,41.908418],[-89.62933,41.901617],[-89.685366,41.93034],[-89.688486,42.199112]]]},"properties":{"id":"17141","n":"Ogle","z":["60113","60129","60146","61006","61007","61010","61015","61020","61021","61030","61031","61039","61043","61047","61049","61051","61052","61054","61061","61064","61068","61078","61084","61091","61102","61109"],"st":"IL"}},"17143":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.986068,40.712257],[-89.985479,40.974495],[-89.638727,40.973707],[-89.447693,40.973246],[-89.47233,40.921206],[-89.562394,40.793637],[-89.554994,40.747637],[-89.675404,40.553938],[-89.872463,40.513127],[-89.87351,40.624482],[-89.989018,40.625835],[-89.986068,40.712257]]]},"properties":{"id":"17143","n":"Peoria","z":["61451","61489","61517","61523","61525","61526","61528","61529","61531","61533","61536","61539","61547","61552","61559","61562","61565","61569","61601","61602","61603","61604","61605","61606","61607","61612","61613","61614","61615","61616","61625","61629","61630","61633","61634","61635","61636","61637","61638","61639","61641","61643","61650","61651","61652","61653","61654","61655","61656"],"st":"IL"}},"17145":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.592797,38.219271],[-89.147416,38.212896],[-89.129637,38.124747],[-89.177597,37.950311],[-89.595084,37.95531],[-89.592797,38.219271]]]},"properties":{"id":"17145","n":"Perry","z":["62237","62238","62263","62268","62272","62274","62831","62832","62883","62888","62916","62997"],"st":"IL"}},"17147":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.745164,40.055191],[-88.745344,40.098813],[-88.574885,40.281501],[-88.460418,40.281935],[-88.462207,39.879092],[-88.473182,39.791837],[-88.745671,39.792146],[-88.745164,40.055191]]]},"properties":{"id":"17147","n":"Piatt","z":["61813","61818","61830","61839","61842","61851","61853","61854","61855","61856","61884","61913","61929","61936"],"st":"IL"}},"17149":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.364616603323,39.758718226322],[-90.916071,39.757168],[-90.916609,39.845075],[-90.571754,39.839326],[-90.599105,39.79006],[-90.64599,39.703368],[-90.581055,39.521728],[-90.613694,39.395775],[-90.935349946369,39.399519528907],[-91.03827,39.448436],[-91.18287550082,39.598233115795],[-91.305760334965,39.686215470078],[-91.364616603323,39.758718226322]]]},"properties":{"id":"17149","n":"Pike","z":["62312","62314","62323","62340","62343","62345","62352","62355","62356","62357","62361","62362","62363","62366","62370"],"st":"IL"}},"17151":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.708546,37.599277],[-88.412112,37.599912],[-88.415902178776,37.421220637719],[-88.514661,37.290948],[-88.424776,37.149901],[-88.48380327698,37.068080269895],[-88.490399446325,37.067957622948],[-88.490336,37.159358],[-88.71065,37.33709],[-88.708546,37.599277]]]},"properties":{"id":"17151","n":"Pope","z":["62910","62928","62938","62943","62946","62947","62960","62972","62985","62987"],"st":"IL"}},"17153":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.248439,37.335109],[-89.044787,37.329846],[-88.929129,37.302647],[-88.928004829494,37.226389766253],[-88.933517214748,37.227511279915],[-89.058036,37.188767],[-89.16662021202,37.0721103438],[-89.261779,37.105742],[-89.248439,37.335109]]]},"properties":{"id":"17153","n":"Pulaski","z":["62796","62923","62926","62941","62956","62963","62964","62970","62976","62992","62996"],"st":"IL"}},"17155":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.163705,41.310187],[-89.162238,41.10408],[-89.358597,41.103665],[-89.32927,41.147931],[-89.466421,41.148558],[-89.466534,41.233873],[-89.356671,41.233235],[-89.334901,41.300877],[-89.163705,41.310187]]]},"properties":{"id":"17155","n":"Putnam","z":["61326","61327","61334","61335","61336","61340","61354","61363","61560"],"st":"IL"}},"17157":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.205728625883,38.088233183109],[-90.035999,38.13563],[-90.036385,38.223125],[-89.899061,38.220755],[-89.703256,38.219404],[-89.592797,38.219271],[-89.595084,37.95531],[-89.687221380853,37.796406718439],[-89.851048,37.90398],[-89.933095790915,37.880099058252],[-90.008353,37.970179],[-90.205728625883,38.088233183109]]]},"properties":{"id":"17157","n":"Randolph","z":{"0":"62217","1":"62233","2":"62237","3":"62241","4":"62242","5":"62257","6":"62259","7":"62261","8":"62272","9":"62277","10":"62278","11":"62280","12":"62286","13":"62288","14":"62292","15":"62297","16":"62907","17":"62916","35":"63673"},"st":"IL"}},"17159":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.258608,38.847521],[-87.945923,38.850108],[-87.908113,38.850107],[-87.912286,38.570104],[-87.953898,38.570094],[-88.147814,38.569086],[-88.253851,38.599502],[-88.296989,38.63419],[-88.257783,38.731139],[-88.258608,38.847521]]]},"properties":{"id":"17159","n":"Richland","z":["62419","62421","62425","62448","62450","62452","62466","62868"],"st":"IL"}},"17161":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.786282,41.452888],[-90.701159,41.454743],[-90.571136,41.516332],[-90.461432,41.523533],[-90.339528,41.598633],[-90.311856850416,41.728532892154],[-90.242368247397,41.782768725985],[-90.229749,41.675375],[-90.161233,41.643927],[-90.185609,41.584653],[-90.196535,41.540126],[-90.332657,41.514001],[-90.43193,41.456834],[-90.433771,41.326983],[-91.074087623674,41.33432080192],[-91.027787,41.423603],[-90.786282,41.452888]]]},"properties":{"id":"17161","n":"Rock Island","z":["61201","61204","61232","61236","61239","61240","61242","61244","61256","61257","61259","61260","61264","61265","61266","61272","61273","61275","61278","61279","61281","61282","61284","61299"],"st":"IL"}},"17163":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.255294887669,38.530877711821],[-90.181524381531,38.66037288531],[-89.707024,38.655152],[-89.704417,38.415667],[-89.703256,38.219404],[-89.899061,38.220755],[-89.903937,38.297203],[-90.036018,38.30885],[-90.260976059287,38.518526787408],[-90.255294887669,38.530877711821]]]},"properties":{"id":"17163","n":"Saint Clair","z":["33256","62059","62060","62071","62201","62202","62203","62204","62205","62206","62207","62208","62220","62221","62222","62223","62225","62226","62232","62234","62236","62239","62240","62243","62254","62255","62257","62258","62260","62264","62265","62269","62282","62285","62289","62293","62294","62298","66222"],"st":"IL"}},"17165":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.70676,37.863338],[-88.706622,37.906797],[-88.37453,37.907678],[-88.375332,37.599563],[-88.412112,37.599912],[-88.708546,37.599277],[-88.70676,37.863338]]]},"properties":{"id":"17165","n":"Saline","z":["62869","62890","62917","62930","62934","62935","62946","62947","62965","62977","62987"],"st":"IL"}},"17167":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.994506,39.901925],[-89.701864,39.916787],[-89.698259,39.975309],[-89.578289,39.976127],[-89.483826,39.976733],[-89.40506,39.918304],[-89.217846,39.91699],[-89.217523,39.813224],[-89.425535,39.747676],[-89.425051,39.683696],[-89.535028,39.641138],[-89.533655,39.524592],[-89.701645,39.523369],[-89.926037,39.522104],[-89.993755,39.785329],[-89.994405,39.87286],[-89.994506,39.901925]]]},"properties":{"id":"17167","n":"Sangamon","z":["62515","62520","62530","62536","62539","62545","62548","62558","62561","62563","62613","62615","62625","62629","62651","62661","62670","62677","62684","62689","62690","62692","62693","62701","62702","62703","62704","62705","62706","62707","62708","62711","62712","62715","62716","62719","62722","62726","62736","62739","62757","62761","62762","62763","62764","62765","62766","62767","62769","62776","62777","62781","62786","62791","62794"],"st":"IL"}},"17169":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.911969,40.193088],[-90.909756,40.284394],[-90.450227,40.276335],[-90.451502,40.188892],[-90.199556,40.183945],[-90.355198,40.124245],[-90.435852,40.020562],[-90.513747,39.987891],[-90.607134,39.981658],[-90.695884,40.103794],[-90.913616,40.104452],[-90.911969,40.193088]]]},"properties":{"id":"17169","n":"Schuyler","z":["61440","61452","61484","62311","62319","62344","62346","62353","62367","62624","62639","62681"],"st":"IL"}},"17171":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.599105,39.79006],[-90.371253,39.753388],[-90.372969,39.665781],[-90.300666,39.636541],[-90.301801,39.520192],[-90.581055,39.521728],[-90.64599,39.703368],[-90.599105,39.79006]]]},"properties":{"id":"17171","n":"Scott","z":["62082","62610","62621","62628","62650","62663","62665","62668","62694"],"st":"IL"}},"17173":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.139807,39.348888],[-89.025633,39.345838],[-89.02568,39.654183],[-88.810575,39.653222],[-88.809051,39.580241],[-88.717539,39.579299],[-88.584273,39.447582],[-88.470505,39.447041],[-88.47083,39.374515],[-88.470906,39.215029],[-88.805325,39.216263],[-89.140076,39.217907],[-89.139807,39.348888]]]},"properties":{"id":"17173","n":"Shelby","z":["61914","61928","61957","62401","62414","62422","62431","62438","62444","62447","62461","62462","62463","62465","62510","62534","62550","62553","62557","62565","62571"],"st":"IL"}},"17175":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.984559,41.149366],[-89.868384,41.148955],[-89.857798,41.234483],[-89.638864,41.233862],[-89.638429,41.148591],[-89.638727,40.973707],[-89.985479,40.974495],[-89.984559,41.149366]]]},"properties":{"id":"17175","n":"Stark","z":["61345","61421","61426","61434","61443","61449","61451","61479","61483","61491","61559"],"st":"IL"}},"17177":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.837594886326,42.504910352791],[-89.401416811041,42.500441931074],[-89.396192,42.201916],[-89.688486,42.199112],[-89.91965,42.196824],[-89.927006876764,42.505790485775],[-89.837594886326,42.504910352791]]]},"properties":{"id":"17177","n":"Stephenson","z":["61007","61013","61018","61019","61027","61032","61039","61044","61047","61048","61050","61060","61062","61063","61067","61070","61078","61087","61089"],"st":"IL"}},"17179":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.872463,40.513127],[-89.675404,40.553938],[-89.554994,40.747637],[-89.330167,40.748257],[-89.327343,40.615566],[-89.26939,40.594329],[-89.26374,40.325344],[-89.602979,40.320129],[-89.714927,40.319218],[-89.717104,40.435655],[-89.92468,40.435921],[-89.872463,40.513127]]]},"properties":{"id":"17179","n":"Tazewell","z":["61530","61534","61535","61546","61550","61554","61555","61558","61564","61568","61571","61610","61611","61721","61732","61733","61734","61742","61747","61755","61759","62635","62682"],"st":"IL"}},"17181":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.5017910495,37.558895719323],[-89.497745926039,37.569985913928],[-89.453355,37.600195],[-89.153668,37.600469],[-89.041401,37.596576],[-89.044787,37.329846],[-89.248439,37.335109],[-89.473679434541,37.334853902195],[-89.42594,37.407471],[-89.5017910495,37.558895719323]]]},"properties":{"id":"17181","n":"Union","z":["62902","62905","62906","62912","62920","62923","62926","62939","62952","62957","62958","62961","62998"],"st":"IL"}},"17183":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.932858,40.399401],[-87.935309,40.485923],[-87.526875773254,40.49122440969],[-87.527065263399,40.476882292461],[-87.531021612428,40.148035396746],[-87.532454493884,39.882999118782],[-87.937645,39.879803],[-87.932858,40.399401]]]},"properties":{"id":"17183","n":"Vermilion","z":["60932","60942","60960","60963","61810","61811","61812","61814","61817","61831","61832","61833","61834","61841","61844","61846","61848","61849","61850","61857","61858","61859","61862","61865","61870","61876","61883"],"st":"IL"}},"17185":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.9906,38.259715],[-87.951122,38.290611],[-87.97607,38.399928],[-87.953898,38.570094],[-87.912286,38.570104],[-87.648356763074,38.566628716058],[-87.654166,38.511911],[-87.75110594512,38.418849208455],[-87.831972,38.307241],[-87.968968,38.237389],[-87.9906,38.259715]]]},"properties":{"id":"17185","n":"Wabash","z":["62410","62460","62476","62811","62818","62852","62863"],"st":"IL"}},"17187":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.785194,41.068749],[-90.439423,41.063995],[-90.444343,40.714667],[-90.445506,40.627843],[-90.789652,40.63575],[-90.785194,41.068749]]]},"properties":{"id":"17187","n":"Warren","z":["61401","61410","61412","61415","61417","61423","61435","61447","61453","61462","61473","61474","61475","61478"],"st":"IL"}},"17189":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.704417,38.415667],[-89.577521,38.48316],[-89.481556,38.468465],[-89.360248,38.516522],[-89.143898,38.503088],[-89.144388,38.473878],[-89.147416,38.212896],[-89.592797,38.219271],[-89.703256,38.219404],[-89.704417,38.415667]]]},"properties":{"id":"17189","n":"Washington","z":["62214","62237","62257","62263","62268","62271","62801","62803","62808","62831","62848","62876","62877"],"st":"IL"}},"17191":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.698961,38.474914],[-88.698457,38.606304],[-88.253851,38.599502],[-88.147814,38.569086],[-88.1509,38.256097],[-88.370491,38.255413],[-88.702391,38.256661],[-88.698961,38.474914]]]},"properties":{"id":"17191","n":"Wayne","z":["62446","62450","62809","62810","62814","62820","62823","62824","62833","62837","62842","62843","62850","62851","62868","62878","62886","62895","62899"],"st":"IL"}},"17193":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.370491,38.255413],[-88.1509,38.256097],[-87.9906,38.259715],[-87.968968,38.237389],[-87.970200840804,38.230271058386],[-87.927468,38.151946],[-88.030884,38.030713],[-88.059469492701,37.866689804011],[-88.136053,37.916023],[-88.37452,37.908432],[-88.370491,38.255413]]]},"properties":{"id":"17193","n":"White","z":["62820","62821","62827","62834","62835","62844","62861","62862","62867","62869","62887"],"st":"IL"}},"17195":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.242368247397,41.782768725985],[-90.180643,41.811979],[-90.158153033709,41.929843227376],[-89.685366,41.93034],[-89.62933,41.901617],[-89.631494,41.584949],[-89.862351,41.584005],[-90.185609,41.584653],[-90.161233,41.643927],[-90.229749,41.675375],[-90.242368247397,41.782768725985]]]},"properties":{"id":"17195","n":"Whiteside","z":["61014","61037","61064","61071","61081","61230","61243","61250","61251","61252","61261","61270","61277","61283"],"st":"IL"}},"17197":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.261273,41.724534],[-88.030352,41.728894],[-88.028985,41.685518],[-87.91193,41.643933],[-87.909377,41.556819],[-87.812262,41.558291],[-87.787302,41.469839],[-87.525409353347,41.470280666062],[-87.526768,41.298177],[-88.013919,41.292447],[-88.011812,41.205604],[-88.244155,41.201546],[-88.252231,41.463066],[-88.261273,41.724534]]]},"properties":{"id":"17197","n":"Will","z":["60401","60403","60404","60407","60408","60410","60416","60417","60421","60423","60431","60432","60433","60434","60435","60436","60439","60440","60441","60442","60446","60447","60448","60449","60451","60466","60467","60468","60471","60475","60477","60481","60484","60487","60490","60491","60503","60543","60544","60564","60565","60585","60586","60940","60950"],"st":"IL"}},"17199":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.151176,37.861999],[-88.70676,37.863338],[-88.708546,37.599277],[-89.041401,37.596576],[-89.153668,37.600469],[-89.151176,37.861999]]]},"properties":{"id":"17199","n":"Williamson","z":["62841","62890","62896","62901","62902","62915","62917","62918","62921","62922","62924","62933","62939","62948","62949","62951","62958","62959","62974","62987"],"st":"IL"}},"17201":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.401416811041,42.500441931074],[-89.365798607663,42.500025966951],[-88.940384860378,42.495439827471],[-88.939732,42.15232],[-89.172799,42.150297],[-89.173,42.204241],[-89.396192,42.201916],[-89.401416811041,42.500441931074]]]},"properties":{"id":"17201","n":"Winnebago","z":["60146","61008","61011","61016","61019","61020","61024","61047","61063","61072","61073","61077","61079","61080","61084","61088","61101","61102","61103","61104","61105","61106","61107","61108","61109","61110","61111","61112","61114","61115","61125","61126","61130","61131","61132"],"st":"IL"}},"17203":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.47233,40.921206],[-89.047718,40.925749],[-88.93139,40.92774],[-88.929331,40.753337],[-88.986896,40.752297],[-88.9847,40.664954],[-89.133752,40.596734],[-89.26939,40.594329],[-89.327343,40.615566],[-89.330167,40.748257],[-89.554994,40.747637],[-89.562394,40.793637],[-89.47233,40.921206]]]},"properties":{"id":"17203","n":"Woodford","z":["61516","61530","61545","61548","61561","61570","61611","61725","61729","61733","61738","61742","61744","61748","61760","61771"],"st":"IL"}},"18001":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.073861,40.917823],[-84.802670206153,40.922568713921],[-84.802119032264,40.728145936873],[-84.802413878579,40.572212880647],[-85.068479,40.56824],[-85.073861,40.917823]]]},"properties":{"id":"18001","n":"Adams","z":["46711","46714","46733","46740","46769","46772","46773","46777","46780","46782","47326"],"st":"IN"}},"18003":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.307781,41.264158],[-85.192094,41.264209],[-84.803703572617,41.271258330571],[-84.803644982256,41.252561683548],[-84.802859621951,40.989374052009],[-84.802670206153,40.922568713921],[-85.073861,40.917823],[-85.33603,40.917082],[-85.335643,41.00525],[-85.338552,41.17912],[-85.307781,41.264158]]]},"properties":{"id":"18003","n":"Allen","z":["46704","46706","46723","46733","46741","46743","46745","46748","46765","46773","46774","46777","46783","46788","46797","46798","46801","46802","46803","46804","46805","46806","46807","46808","46809","46814","46815","46816","46818","46819","46825","46835","46845","46850","46851","46852","46853","46854","46855","46856","46857","46858","46859","46860","46861","46862","46863","46864","46865","46866","46867","46868","46869","46885","46895","46896","46897","46898","46899"],"st":"IN"}},"18005":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.085601,39.344189],[-85.952005,39.347373],[-85.684515,39.350049],[-85.686783,39.130859],[-85.799834,39.128897],[-85.798804,39.068536],[-85.860573,39.04091],[-86.080272,39.05027],[-86.085601,39.344189]]]},"properties":{"id":"18005","n":"Bartholomew","z":["46124","47201","47202","47203","47226","47232","47236","47244","47246","47247","47274","47280","47283"],"st":"IN"}},"18007":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.526875773254,40.49122440969],[-87.526136490424,40.736885081423],[-87.267298,40.736582],[-87.09839,40.736541],[-87.095357,40.562895],[-87.093676,40.475745],[-87.527065263399,40.476882292461],[-87.526875773254,40.49122440969]]]},"properties":{"id":"18007","n":"Benton","z":["47917","47921","47942","47944","47948","47970","47971","47975","47977","47986"],"st":"IN"}},"18009":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.447014,40.566929],[-85.201146,40.567242],[-85.219901,40.379034],[-85.44433,40.37914],[-85.447014,40.566929]]]},"properties":{"id":"18009","n":"Blackford","z":["46952","47336","47348","47359"],"st":"IN"}},"18011":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.695804,40.178657],[-86.242365,40.180778],[-86.239739,39.926055],[-86.326293,39.924029],[-86.695071,39.92277],[-86.695804,40.178657]]]},"properties":{"id":"18011","n":"Boone","z":["46035","46050","46052","46069","46071","46075","46077","46102","46112","46147","46268","47933","47968"],"st":"IN"}},"18013":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.381395,39.339752],[-86.251684,39.341672],[-86.085601,39.344189],[-86.080272,39.05027],[-86.318133,39.04881],[-86.370066,39.048375],[-86.381395,39.339752]]]},"properties":{"id":"18013","n":"Brown","z":["46160","46164","46181","47201","47235","47274","47401","47435","47448","47468"],"st":"IN"}},"18015":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.581739,40.735765],[-86.525164,40.692419],[-86.373521,40.69246],[-86.374417,40.561361],[-86.375762,40.431851],[-86.694665,40.432156],[-86.695353,40.561874],[-86.771293,40.562082],[-86.750011,40.736027],[-86.581739,40.735765]]]},"properties":{"id":"18015","n":"Carroll","z":["46041","46065","46913","46915","46916","46917","46920","46923","46929","46947","47920","47923","47926","47950","47960","47997"],"st":"IN"}},"18017":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.581532,40.910925],[-86.468509,40.909889],[-86.169012,40.909836],[-86.165024,40.562649],[-86.374417,40.561361],[-86.373521,40.69246],[-86.525164,40.692419],[-86.581739,40.735765],[-86.581532,40.910925]]]},"properties":{"id":"18017","n":"Cass","z":["46926","46932","46942","46947","46950","46961","46967","46970","46978","46988","46994","46998"],"st":"IN"}},"18019":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.847893,38.561269],[-85.793584,38.604814],[-85.56998,38.606155],[-85.431416070752,38.586285613109],[-85.433136,38.523914],[-85.587758,38.450495],[-85.634444144977,38.378399447575],[-85.683561,38.295469],[-85.79451090677,38.277954735795],[-85.760844,38.350218],[-85.807704,38.404443],[-85.99462,38.418345],[-85.993317,38.48854],[-85.884776,38.503469],[-85.847893,38.561269]]]},"properties":{"id":"18019","n":"Clark","z":["47104","47106","47111","47119","47126","47129","47130","47132","47134","47141","47143","47144","47147","47150","47162","47163","47172","47177","47190","47199"],"st":"IN"}},"18021":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.240379,39.259064],[-87.238964,39.52062],[-87.199012,39.607137],[-87.013062,39.604787],[-87.014533,39.473572],[-86.939981,39.473345],[-86.942473,39.342043],[-87.053646,39.342621],[-87.054578,39.168086],[-87.240737,39.171773],[-87.240379,39.259064]]]},"properties":{"id":"18021","n":"Clay","z":["47427","47438","47802","47833","47834","47837","47840","47841","47846","47853","47857","47858","47868","47874","47881"],"st":"IN"}},"18023":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.695637,40.214367],[-86.694665,40.432156],[-86.375762,40.431851],[-86.242992,40.373661],[-86.242743,40.215834],[-86.242365,40.180778],[-86.695804,40.178657],[-86.695637,40.214367]]]},"properties":{"id":"18023","n":"Clinton","z":["46035","46039","46041","46049","46050","46057","46058","46065","46067","46069","46979"],"st":"IN"}},"18025":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.681424,38.394767],[-86.308868,38.394069],[-86.308674,38.422875],[-86.255045,38.422685],[-86.253137,38.2919],[-86.321274,38.147418],[-86.433574364088,38.087144387579],[-86.460425,38.206825],[-86.571685,38.207539],[-86.570136,38.266328],[-86.679511,38.263086],[-86.681424,38.394767]]]},"properties":{"id":"18025","n":"Crawford","z":["47116","47118","47123","47137","47140","47145","47175","47513"],"st":"IN"}},"18027":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.098771,38.903974],[-86.904252,38.904204],[-86.922943,38.817238],[-86.924186,38.505358],[-87.072369,38.5147],[-87.242097,38.54493],[-87.278553,38.691343],[-87.213267,38.807977],[-87.098771,38.903974]]]},"properties":{"id":"18027","n":"Daviess","z":["47501","47519","47529","47553","47558","47562","47568"],"st":"IN"}},"18029":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.132508,38.948055],[-85.065574,39.307232],[-84.818877469275,39.305143583559],[-84.820157,39.10548],[-84.877570231125,39.031262844094],[-85.132508,38.948055]]]},"properties":{"id":"18029","n":"Dearborn","z":["47001","47012","47018","47022","47025","47031","47032","47041","47060"],"st":"IN"}},"18031":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.684515,39.350049],[-85.63063,39.350205],[-85.629327,39.45275],[-85.297575,39.453275],[-85.29654,39.268291],[-85.440054,39.195617],[-85.56632,39.132761],[-85.686783,39.130859],[-85.684515,39.350049]]]},"properties":{"id":"18031","n":"Decatur","z":["46156","46173","47006","47225","47240","47244","47263","47272","47283"],"st":"IN"}},"18033":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.194084,41.526437],[-84.80495815624,41.530137813388],[-84.804253257612,41.42604971155],[-84.803703572617,41.271258330571],[-85.192094,41.264209],[-85.194084,41.526437]]]},"properties":{"id":"18033","n":"De Kalb","z":["46705","46706","46710","46721","46730","46738","46742","46747","46748","46755","46763","46785","46788","46793"],"st":"IN"}},"18035":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.578589,40.379524],[-85.44433,40.37914],[-85.219901,40.379034],[-85.218758,40.306706],[-85.214386,40.076889],[-85.576197,40.077143],[-85.578589,40.379524]]]},"properties":{"id":"18035","n":"Delaware","z":["46001","46012","46017","46989","47302","47303","47304","47305","47306","47307","47308","47320","47334","47336","47338","47342","47354","47356","47367","47368","47383","47396"],"st":"IN"}},"18037":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.072369,38.5147],[-86.924186,38.505358],[-86.682359,38.526378],[-86.681424,38.394767],[-86.679511,38.263086],[-86.792152,38.2491],[-86.791497,38.20513],[-87.01749,38.20358],[-87.073067,38.232596],[-87.072369,38.5147]]]},"properties":{"id":"18037","n":"Dubois","z":["47432","47513","47521","47527","47532","47541","47542","47545","47546","47547","47549","47564","47575","47580","47590"],"st":"IN"}},"18039":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.062563029011,41.759653033158],[-85.791363,41.759051],[-85.659750237991,41.759236686047],[-85.654747,41.523347],[-85.653507,41.436856],[-86.05923,41.435812],[-86.059451,41.479154],[-86.062563029011,41.759653033158]]]},"properties":{"id":"18039","n":"Elkhart","z":["46507","46514","46515","46516","46517","46526","46527","46528","46530","46540","46542","46543","46550","46553","46561","46567","46573","46767"],"st":"IN"}},"18041":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.301584,39.787579],[-85.221118,39.788449],[-85.185089,39.715515],[-85.034575,39.714764],[-85.036087,39.526213],[-85.29811,39.525476],[-85.301584,39.787579]]]},"properties":{"id":"18041","n":"Fayette","z":["46127","46133","47322","47325","47331","47357"],"st":"IN"}},"18043":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.032817,38.417898],[-85.99462,38.418345],[-85.807704,38.404443],[-85.760844,38.350218],[-85.79451090677,38.277954735795],[-85.895911787736,38.17992692087],[-85.957576,38.186072],[-85.955224,38.260501],[-86.032559,38.33066],[-86.032817,38.417898]]]},"properties":{"id":"18043","n":"Floyd","z":["47106","47117","47119","47122","47124","47136","47146","47150","47151","47165","47172"],"st":"IN"}},"18045":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.406667,40.127508],[-87.438755,40.165694],[-87.244898,40.309252],[-87.092148,40.366612],[-87.092563,40.214806],[-87.091006,39.953009],[-87.420221,39.952452],[-87.406667,40.127508]]]},"properties":{"id":"18045","n":"Fountain","z":["47918","47932","47949","47952","47958","47969","47987","47988","48918"],"st":"IN"}},"18047":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.29811,39.525476],[-85.036087,39.526213],[-84.816160194911,39.521968108993],[-84.818877469275,39.305143583559],[-85.065574,39.307232],[-85.217883,39.308474],[-85.29654,39.268291],[-85.297575,39.453275],[-85.29811,39.525476]]]},"properties":{"id":"18047","n":"Franklin","z":{"1":"46173","2":"47006","3":"47010","4":"47012","5":"47016","6":"47024","7":"47030","8":"47035","9":"47036","10":"47039","11":"47060","12":"47240","13":"47331","14":"47353","15":"45053"},"st":"IN"}},"18049":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.467046,41.171442],[-86.077551,41.172868],[-86.075939,41.084878],[-85.945561,41.042876],[-85.946436,40.999195],[-86.168459,40.996097],[-86.169012,40.909836],[-86.468509,40.909889],[-86.467046,41.171442]]]},"properties":{"id":"18049","n":"Fulton","z":["46511","46539","46570","46910","46912","46922","46931","46935","46939","46945","46951","46960","46975","46982"],"st":"IN"}},"18051":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.968968,38.237389],[-87.831972,38.307241],[-87.75110594512,38.418849208455],[-87.599317,38.450721],[-87.462892,38.533519],[-87.407583,38.375501],[-87.316219,38.381474],[-87.316893,38.246077],[-87.31703,38.201753],[-87.467284,38.165403],[-87.688374,38.168419],[-87.799169,38.22858],[-87.970200840804,38.230271058386],[-87.968968,38.237389]]]},"properties":{"id":"18051","n":"Gibson","z":["47612","47613","47616","47619","47633","47639","47640","47648","47649","47654","47660","47665","47666","47670","47683","47725"],"st":"IN"}},"18053":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.864791,40.651693],[-85.638587,40.653129],[-85.448825,40.653607],[-85.447014,40.566929],[-85.44433,40.37914],[-85.578589,40.379524],[-85.862296,40.378367],[-85.862117,40.406889],[-85.863641,40.565525],[-85.864791,40.651693]]]},"properties":{"id":"18053","n":"Grant","z":["46036","46919","46928","46930","46933","46938","46940","46952","46953","46957","46986","46987","46989","46991"],"st":"IN"}},"18055":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.240737,39.171773],[-87.054578,39.168086],[-86.683002,39.165746],[-86.682277,38.992404],[-86.682853,38.904697],[-86.904252,38.904204],[-87.098771,38.903974],[-87.241027,38.907874],[-87.240737,39.171773]]]},"properties":{"id":"18055","n":"Greene","z":["47403","47424","47426","47438","47441","47443","47445","47449","47453","47457","47459","47460","47462","47465","47471","47529","47578","47845","47848"],"st":"IN"}},"18057":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.242743,40.215834],[-85.861903,40.218936],[-85.862489,39.943618],[-85.937587,39.927137],[-86.239739,39.926055],[-86.242365,40.180778],[-86.242743,40.215834]]]},"properties":{"id":"18057","n":"Hamilton","z":["46030","46031","46032","46033","46034","46037","46038","46040","46055","46060","46061","46062","46069","46074","46077","46082","46085","46240","46250","46256","46260","46280","46290"],"st":"IN"}},"18059":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.937587,39.927137],[-85.862489,39.943618],[-85.576192,39.945756],[-85.596916,39.786519],[-85.633228,39.698462],[-85.951721,39.697136],[-85.937587,39.927137]]]},"properties":{"id":"18059","n":"Hancock","z":["46040","46055","46056","46064","46115","46117","46129","46130","46140","46154","46161","46163","46186","46229","46239","47384"],"st":"IN"}},"18061":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.321274,38.147418],[-86.253137,38.2919],[-86.255045,38.422685],[-86.032817,38.417898],[-86.032559,38.33066],[-85.955224,38.260501],[-85.957576,38.186072],[-85.895911787736,38.17992692087],[-85.951729645916,38.014940127091],[-85.997351659754,37.991225602299],[-86.206439,38.021876],[-86.321274,38.147418]]]},"properties":{"id":"18061","n":"Harrison","z":["47107","47110","47112","47114","47115","47117","47122","47124","47135","47136","47142","47160","47161","47164","47166"],"st":"IN"}},"18063":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.695071,39.92277],[-86.326293,39.924029],[-86.326341,39.632177],[-86.465605,39.600769],[-86.65665,39.601395],[-86.687406,39.630437],[-86.695127,39.864845],[-86.695071,39.92277]]]},"properties":{"id":"18063","n":"Hendricks","z":["46103","46112","46113","46118","46121","46122","46123","46147","46149","46158","46165","46167","46168","46180","46213","46231","46234","46278"],"st":"IN"}},"18065":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.576192,39.945756],[-85.576197,40.077143],[-85.214386,40.076889],[-85.201473,40.004521],[-85.221118,39.788449],[-85.301584,39.787579],[-85.596916,39.786519],[-85.576192,39.945756]]]},"properties":{"id":"18065","n":"Henry","z":["46117","46148","46186","47302","47327","47334","47337","47344","47346","47351","47352","47354","47356","47360","47361","47362","47366","47384","47385","47386","47387","47388"],"st":"IN"}},"18067":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.374417,40.561361],[-86.165024,40.562649],[-85.863641,40.565525],[-85.862117,40.406889],[-86.242812,40.402914],[-86.242992,40.373661],[-86.375762,40.431851],[-86.374417,40.561361]]]},"properties":{"id":"18067","n":"Howard","z":["46076","46901","46902","46903","46904","46919","46929","46932","46936","46937","46965","46979","46995"],"st":"IN"}},"18069":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.643841,41.002305],[-85.335643,41.00525],[-85.33603,40.917082],[-85.334667,40.654413],[-85.448825,40.653607],[-85.638587,40.653129],[-85.643841,41.002305]]]},"properties":{"id":"18069","n":"Huntington","z":["46702","46713","46750","46770","46783","46792","46940","46952","46991"],"st":"IN"}},"18071":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.318133,39.04881],[-86.080272,39.05027],[-85.860573,39.04091],[-85.798804,39.068536],[-85.795357,38.807508],[-85.888334,38.734443],[-86.091705,38.783399],[-86.275281,38.763795],[-86.280389,38.991028],[-86.317474,38.99087],[-86.318133,39.04881]]]},"properties":{"id":"18071","n":"Jackson","z":["47102","47220","47228","47229","47235","47249","47260","47264","47274","47281"],"st":"IN"}},"18073":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.275882,41.218595],[-87.218862,41.242027],[-87.131339,41.286245],[-86.968125,41.219658],[-86.930079,41.236798],[-86.93017,41.172318],[-86.930759,40.912418],[-86.986438,40.837921],[-87.099793,40.837607],[-87.09839,40.736541],[-87.267298,40.736582],[-87.275882,41.218595]]]},"properties":{"id":"18073","n":"Jasper","z":["46310","46372","46374","46380","46392","47922","47943","47946","47948","47957","47959","47977","47978","47995"],"st":"IN"}},"18075":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.219901,40.379034],[-85.201146,40.567242],[-85.068479,40.56824],[-84.802413878579,40.572212880647],[-84.804120527015,40.352762230297],[-84.804917302578,40.310095915034],[-85.218758,40.306706],[-85.219901,40.379034]]]},"properties":{"id":"18075","n":"Jay","z":["47320","47326","47336","47369","47371","47373","47380","47381","47390"],"st":"IN"}},"18077":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.683839,38.815406],[-85.628855,38.817583],[-85.5382,38.912217],[-85.444897,38.912998],[-85.203166,38.913803],[-85.201760622549,38.697440791846],[-85.332640733751,38.734816754348],[-85.448862,38.713368],[-85.431416070752,38.586285613109],[-85.56998,38.606155],[-85.57093,38.678706],[-85.683338,38.736731],[-85.683839,38.815406]]]},"properties":{"id":"18077","n":"Jefferson","z":["47043","47138","47147","47224","47227","47230","47231","47243","47250","47270"],"st":"IN"}},"18079":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.686783,39.130859],[-85.56632,39.132761],[-85.440054,39.195617],[-85.444897,38.912998],[-85.5382,38.912217],[-85.628855,38.817583],[-85.683839,38.815406],[-85.795357,38.807508],[-85.798804,39.068536],[-85.799834,39.128897],[-85.686783,39.130859]]]},"properties":{"id":"18079","n":"Jennings","z":["47223","47227","47229","47230","47231","47232","47245","47265","47270","47273","47274","47282","47283"],"st":"IN"}},"18081":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.249885,39.633645],[-85.95208,39.638345],[-85.952005,39.347373],[-86.085601,39.344189],[-86.251684,39.341672],[-86.249885,39.633645]]]},"properties":{"id":"18081","n":"Johnson","z":["46106","46124","46131","46142","46143","46151","46160","46162","46164","46181","46184","46259"],"st":"IN"}},"18083":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.648356763074,38.566628716058],[-87.62012,38.639489],[-87.498948,38.757774],[-87.535257050808,38.852491464967],[-87.528717663698,38.905943786289],[-87.241027,38.907874],[-87.098771,38.903974],[-87.213267,38.807977],[-87.278553,38.691343],[-87.242097,38.54493],[-87.462892,38.533519],[-87.599317,38.450721],[-87.75110594512,38.418849208455],[-87.654166,38.511911],[-87.648356763074,38.566628716058]]]},"properties":{"id":"18083","n":"Knox","z":["47512","47516","47524","47528","47535","47557","47561","47573","47578","47591","47596","47597"],"st":"IN"}},"18085":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.077551,41.172868],[-86.054116,41.176368],[-86.05923,41.435812],[-85.653507,41.436856],[-85.651928,41.294776],[-85.686574,41.178376],[-85.684181,41.046716],[-85.945561,41.042876],[-86.075939,41.084878],[-86.077551,41.172868]]]},"properties":{"id":"18085","n":"Kosciusko","z":["46502","46504","46508","46510","46524","46538","46539","46542","46550","46555","46562","46567","46580","46581","46582","46590","46732","46787","46910","46962","46982"],"st":"IN"}},"18087":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.659750237991,41.759236686047],[-85.292178811333,41.759755274702],[-85.196774200302,41.759870841803],[-85.194084,41.526437],[-85.654747,41.523347],[-85.659750237991,41.759236686047]]]},"properties":{"id":"18087","n":"LaGrange","z":["46540","46543","46565","46571","46746","46747","46761","46767","46771","46776","46786","46789","46795"],"st":"IN"}},"18089":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.525409353347,41.470280666062],[-87.524044,41.708335],[-87.415816,41.688183],[-87.365439,41.629536],[-87.222799949118,41.62888983896],[-87.218862,41.242027],[-87.275882,41.218595],[-87.393796,41.162806],[-87.526648158082,41.166089944512],[-87.526768,41.298177],[-87.525409353347,41.470280666062]]]},"properties":{"id":"18089","n":"Lake","z":["46303","46307","46308","46311","46312","46319","46320","46321","46322","46323","46324","46325","46327","46341","46342","46356","46373","46375","46376","46377","46394","46401","46402","46403","46404","46405","46406","46407","46408","46409","46410","46411"],"st":"IN"}},"18091":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.932849028494,41.716496937902],[-86.824828,41.76024],[-86.524219742443,41.759572155974],[-86.526682,41.65044],[-86.486433,41.570545],[-86.524711,41.432886],[-86.642542,41.432639],[-86.739995,41.321708],[-86.930079,41.236798],[-86.932849028494,41.716496937902]]]},"properties":{"id":"18091","n":"La Porte","z":["46340","46345","46346","46348","46350","46352","46360","46361","46365","46371","46382","46390","46391","46532","46552","46554","46574"],"st":"IN"}},"18093":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.682853,38.904697],[-86.682277,38.992404],[-86.317474,38.99087],[-86.280389,38.991028],[-86.275281,38.763795],[-86.308701,38.688101],[-86.683102,38.686561],[-86.682853,38.904697]]]},"properties":{"id":"18093","n":"Lawrence","z":["47264","47420","47421","47436","47437","47446","47451","47452","47462","47467","47470"],"st":"IN"}},"18095":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.861903,40.218936],[-85.862296,40.378367],[-85.578589,40.379524],[-85.576197,40.077143],[-85.576192,39.945756],[-85.862489,39.943618],[-85.861903,40.218936]]]},"properties":{"id":"18095","n":"Madison","z":["46001","46011","46012","46013","46014","46015","46016","46017","46018","46036","46040","46044","46048","46051","46056","46060","46063","46064","46070","46928","47356"],"st":"IN"}},"18097":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.326293,39.924029],[-86.239739,39.926055],[-85.937587,39.927137],[-85.951721,39.697136],[-85.95208,39.638345],[-86.249885,39.633645],[-86.326341,39.632177],[-86.326293,39.924029]]]},"properties":{"id":"18097","n":"Marion","z":["46077","46107","46113","46183","46201","46202","46203","46204","46205","46206","46207","46208","46209","46214","46216","46217","46218","46219","46220","46221","46222","46224","46225","46226","46227","46228","46229","46230","46231","46234","46235","46236","46237","46239","46240","46241","46242","46244","46247","46249","46250","46251","46253","46254","46255","46256","46259","46260","46262","46268","46277","46278","46282","46283","46285","46288","46298"],"st":"IN"}},"18099":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.059451,41.479154],[-86.05923,41.435812],[-86.054116,41.176368],[-86.077551,41.172868],[-86.467046,41.171442],[-86.466603,41.432968],[-86.467108,41.476459],[-86.059451,41.479154]]]},"properties":{"id":"18099","n":"Marshall","z":["46501","46504","46506","46511","46513","46536","46537","46539","46550","46563","46570","46572","46574"],"st":"IN"}},"18101":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.904252,38.904204],[-86.682853,38.904697],[-86.683102,38.686561],[-86.682359,38.526378],[-86.924186,38.505358],[-86.922943,38.817238],[-86.904252,38.904204]]]},"properties":{"id":"18101","n":"Martin","z":["47432","47446","47470","47522","47553","47562","47581"],"st":"IN"}},"18103":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.946436,40.999195],[-85.939525,40.650991],[-85.864791,40.651693],[-85.863641,40.565525],[-86.165024,40.562649],[-86.169012,40.909836],[-86.168459,40.996097],[-85.946436,40.999195]]]},"properties":{"id":"18103","n":"Miami","z":["46901","46910","46911","46914","46919","46921","46926","46932","46951","46958","46959","46970","46971","46974"],"st":"IN"}},"18105":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.630818,39.346948],[-86.381395,39.339752],[-86.370066,39.048375],[-86.318133,39.04881],[-86.317474,38.99087],[-86.682277,38.992404],[-86.683002,39.165746],[-86.68561,39.336043],[-86.630818,39.346948]]]},"properties":{"id":"18105","n":"Monroe","z":["46151","47264","47401","47402","47403","47404","47405","47406","47407","47408","47429","47433","47434","47436","47448","47458","47460","47462","47463","47464","47468"],"st":"IN"}},"18107":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.092563,40.214806],[-86.695637,40.214367],[-86.695804,40.178657],[-86.695071,39.92277],[-86.695127,39.864845],[-87.009477,39.866705],[-87.091542,39.867265],[-87.091006,39.953009],[-87.092563,40.214806]]]},"properties":{"id":"18107","n":"Montgomery","z":["46035","47916","47930","47933","47940","47954","47955","47965","47967","47968","47981","47989","47990","47994"],"st":"IN"}},"18109":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.65665,39.601395],[-86.465605,39.600769],[-86.326341,39.632177],[-86.249885,39.633645],[-86.251684,39.341672],[-86.381395,39.339752],[-86.630818,39.346948],[-86.63191,39.441086],[-86.68571,39.470063],[-86.65665,39.601395]]]},"properties":{"id":"18109","n":"Morgan","z":["46106","46111","46113","46118","46120","46125","46151","46157","46158","46160","46166","46180","47433","47456"],"st":"IN"}},"18111":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.526648158082,41.166089944512],[-87.393796,41.162806],[-87.275882,41.218595],[-87.267298,40.736582],[-87.526136490424,40.736885081423],[-87.526463305991,41.010354817964],[-87.526648158082,41.166089944512]]]},"properties":{"id":"18111","n":"Newton","z":["46310","46349","46379","46381","47922","47943","47948","47951","47963","47964","47978"],"st":"IN"}},"18113":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.654747,41.523347],[-85.194084,41.526437],[-85.192094,41.264209],[-85.307781,41.264158],[-85.53718,41.266157],[-85.651928,41.294776],[-85.653507,41.436856],[-85.654747,41.523347]]]},"properties":{"id":"18113","n":"Noble","z":["46562","46571","46701","46710","46723","46725","46732","46748","46755","46760","46763","46764","46767","46784","46794","46795","46796"],"st":"IN"}},"18115":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.135832,38.929578],[-85.132508,38.948055],[-84.877570231125,39.031262844094],[-84.864428518992,38.913843641049],[-85.140312,38.903194],[-85.135832,38.929578]]]},"properties":{"id":"18115","n":"Ohio","z":["47001","47011","47017","47018","47019","47040"],"st":"IN"}},"18117":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.683102,38.686561],[-86.308701,38.688101],[-86.308674,38.422875],[-86.308868,38.394069],[-86.681424,38.394767],[-86.682359,38.526378],[-86.683102,38.686561]]]},"properties":{"id":"18117","n":"Orange","z":["47108","47118","47125","47140","47175","47432","47452","47454","47469","47527"],"st":"IN"}},"18119":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.939981,39.473345],[-86.68571,39.470063],[-86.63191,39.441086],[-86.630818,39.346948],[-86.68561,39.336043],[-86.683002,39.165746],[-87.054578,39.168086],[-87.053646,39.342621],[-86.942473,39.342043],[-86.939981,39.473345]]]},"properties":{"id":"18119","n":"Owen","z":["46120","46166","47404","47427","47431","47433","47455","47456","47459","47460","47471","47833","47841","47868"],"st":"IN"}},"18121":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.420221,39.952452],[-87.091006,39.953009],[-87.091542,39.867265],[-87.009477,39.866705],[-87.013062,39.604787],[-87.199012,39.607137],[-87.382418,39.607937],[-87.395625,39.65295],[-87.353863,39.862077],[-87.420221,39.952452]]]},"properties":{"id":"18121","n":"Parke","z":["46135","46175","47832","47834","47836","47837","47859","47860","47862","47872","47874","47952","47989"],"st":"IN"}},"18123":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.813659941285,37.996034495142],[-86.772367,37.998165],[-86.791497,38.20513],[-86.792152,38.2491],[-86.679511,38.263086],[-86.570136,38.266328],[-86.571685,38.207539],[-86.460425,38.206825],[-86.433574364088,38.087144387579],[-86.488052467128,38.0436653089],[-86.521825,38.038327],[-86.509368,37.902887],[-86.646703057859,37.864908975898],[-86.722247,37.892648],[-86.813659941285,37.996034495142]]]},"properties":{"id":"18123","n":"Perry","z":["47118","47137","47174","47513","47514","47515","47520","47525","47532","47551","47574","47576","47577","47586","47588"],"st":"IN"}},"18125":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.462892,38.533519],[-87.242097,38.54493],[-87.072369,38.5147],[-87.073067,38.232596],[-87.316893,38.246077],[-87.316219,38.381474],[-87.407583,38.375501],[-87.462892,38.533519]]]},"properties":{"id":"18125","n":"Pike","z":["47542","47564","47567","47584","47585","47590","47598","47619","47640","47660"],"st":"IN"}},"18127":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.222799949118,41.62888983896],[-86.932849028494,41.716496937902],[-86.930079,41.236798],[-86.968125,41.219658],[-87.131339,41.286245],[-87.218862,41.242027],[-87.222799949118,41.62888983896]]]},"properties":{"id":"18127","n":"Porter","z":["46301","46302","46304","46307","46341","46342","46347","46348","46355","46360","46368","46383","46384","46385","46390","46391","46393"],"st":"IN"}},"18129":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.059469492701,37.866689804011],[-88.030884,38.030713],[-87.927468,38.151946],[-87.970200840804,38.230271058386],[-87.799169,38.22858],[-87.688374,38.168419],[-87.71321078529,37.883088390367],[-87.92539338171,37.899591477137],[-87.903804,37.817762],[-88.02803,37.799224],[-88.059469492701,37.866689804011]]]},"properties":{"id":"18129","n":"Posey","z":["47612","47616","47620","47631","47633","47638","47712"],"st":"IN"}},"18131":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.93017,41.172318],[-86.467046,41.171442],[-86.468509,40.909889],[-86.581532,40.910925],[-86.930759,40.912418],[-86.93017,41.172318]]]},"properties":{"id":"18131","n":"Pulaski","z":["46366","46374","46511","46939","46960","46968","46978","46985","46996","47946","47957"],"st":"IN"}},"18133":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.013062,39.604787],[-87.009477,39.866705],[-86.695127,39.864845],[-86.687406,39.630437],[-86.65665,39.601395],[-86.68571,39.470063],[-86.939981,39.473345],[-87.014533,39.473572],[-87.013062,39.604787]]]},"properties":{"id":"18133","n":"Putnam","z":["46105","46120","46121","46128","46135","46170","46171","46172","46175","47456","47840","47868","47872","47954","47989"],"st":"IN"}},"18135":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.218758,40.306706],[-84.804917302578,40.310095915034],[-84.810161238474,40.005067543848],[-85.201473,40.004521],[-85.214386,40.076889],[-85.218758,40.306706]]]},"properties":{"id":"18135","n":"Randolph","z":["47320","47340","47354","47355","47358","47360","47368","47371","47373","47380","47382","47390","47393","47394"],"st":"IN"}},"18137":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.440054,39.195617],[-85.29654,39.268291],[-85.217883,39.308474],[-85.065574,39.307232],[-85.132508,38.948055],[-85.135832,38.929578],[-85.203166,38.913803],[-85.444897,38.912998],[-85.440054,39.195617]]]},"properties":{"id":"18137","n":"Ripley","z":["47006","47017","47018","47021","47023","47031","47033","47034","47037","47041","47042","47224","47240","47250"],"st":"IN"}},"18139":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.596916,39.786519],[-85.301584,39.787579],[-85.29811,39.525476],[-85.297575,39.453275],[-85.629327,39.45275],[-85.633228,39.698462],[-85.596916,39.786519]]]},"properties":{"id":"18139","n":"Rush","z":["46104","46115","46127","46133","46140","46146","46148","46150","46155","46156","46161","46173","46182","47240","47352"],"st":"IN"}},"18141":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.524219742443,41.759572155974],[-86.226094344987,41.760015959116],[-86.062563029011,41.759653033158],[-86.059451,41.479154],[-86.467108,41.476459],[-86.466603,41.432968],[-86.524711,41.432886],[-86.486433,41.570545],[-86.526682,41.65044],[-86.524219742443,41.759572155974]]]},"properties":{"id":"18141","n":"St Joseph","z":["46506","46530","46536","46544","46545","46546","46550","46552","46554","46556","46561","46573","46574","46595","46601","46613","46614","46615","46616","46617","46619","46624","46626","46628","46634","46635","46637","46660","46680","46699"],"st":"IN"}},"18143":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.888334,38.734443],[-85.795357,38.807508],[-85.683839,38.815406],[-85.683338,38.736731],[-85.57093,38.678706],[-85.56998,38.606155],[-85.793584,38.604814],[-85.847893,38.561269],[-85.885643,38.575412],[-85.888334,38.734443]]]},"properties":{"id":"18143","n":"Scott","z":["47102","47138","47147","47170","47177","47230"],"st":"IN"}},"18145":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.95208,39.638345],[-85.951721,39.697136],[-85.633228,39.698462],[-85.629327,39.45275],[-85.63063,39.350205],[-85.684515,39.350049],[-85.952005,39.347373],[-85.95208,39.638345]]]},"properties":{"id":"18145","n":"Shelby","z":["46110","46124","46126","46130","46131","46144","46150","46161","46162","46163","46176","46182","46259","47234","47240","47272"],"st":"IN"}},"18147":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.01749,38.20358],[-86.791497,38.20513],[-86.772367,37.998165],[-86.813659941285,37.996034495142],[-86.97774142511,37.925699208373],[-87.105614,37.767631],[-87.270387407739,37.87542282659],[-87.268003,37.924766],[-87.072332,38.11828],[-87.017453,38.118301],[-87.01749,38.20358]]]},"properties":{"id":"18147","n":"Spencer","z":["47523","47531","47532","47536","47537","47541","47550","47552","47556","47577","47579","47588","47601","47611","47615","47617","47634","47635","47637"],"st":"IN"}},"18149":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.930079,41.236798],[-86.739995,41.321708],[-86.642542,41.432639],[-86.524711,41.432886],[-86.466603,41.432968],[-86.467046,41.171442],[-86.93017,41.172318],[-86.930079,41.236798]]]},"properties":{"id":"18149","n":"Starke","z":["46366","46374","46511","46531","46532","46534","46563","46574","46960","46968","46996"],"st":"IN"}},"18151":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.196774200302,41.759870841803],[-84.825128283877,41.760199006352],[-84.806082,41.696089],[-84.80495815624,41.530137813388],[-85.194084,41.526437],[-85.196774200302,41.759870841803]]]},"properties":{"id":"18151","n":"Steuben","z":["46703","46705","46737","46742","46747","46761","46776","46779","46793"],"st":"IN"}},"18153":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.594745845406,39.259383616483],[-87.240379,39.259064],[-87.240737,39.171773],[-87.241027,38.907874],[-87.528717663698,38.905943786289],[-87.529496,38.971925],[-87.638293413744,39.157492547202],[-87.594745845406,39.259383616483]]]},"properties":{"id":"18153","n":"Sullivan","z":["47438","47561","47838","47848","47849","47850","47852","47855","47858","47861","47865","47879","47882"],"st":"IN"}},"18155":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.203166,38.913803],[-85.135832,38.929578],[-85.140312,38.903194],[-84.864428518992,38.913843641049],[-84.798699822952,38.859227390207],[-84.812877,38.786087],[-85.021052141674,38.758527324714],[-85.201760622549,38.697440791846],[-85.203166,38.913803]]]},"properties":{"id":"18155","n":"Switzerland","z":["47011","47020","47038","47040","47043","47224","47250"],"st":"IN"}},"18157":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.095357,40.562895],[-86.771293,40.562082],[-86.695353,40.561874],[-86.694665,40.432156],[-86.695637,40.214367],[-87.092563,40.214806],[-87.092148,40.366612],[-87.093676,40.475745],[-87.095357,40.562895]]]},"properties":{"id":"18157","n":"Tippecanoe","z":["46058","46923","47901","47902","47903","47904","47905","47906","47907","47909","47918","47920","47924","47930","47941","47955","47962","47967","47970","47981","47983","47992","47996"],"st":"IN"}},"18159":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.862117,40.406889],[-85.862296,40.378367],[-85.861903,40.218936],[-86.242743,40.215834],[-86.242992,40.373661],[-86.242812,40.402914],[-85.862117,40.406889]]]},"properties":{"id":"18159","n":"Tipton","z":["46031","46036","46045","46047","46049","46050","46068","46072","46076","46902"],"st":"IN"}},"18161":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.034575,39.714764],[-84.814129,39.726556],[-84.815705943255,39.567721664027],[-84.816160194911,39.521968108993],[-85.036087,39.526213],[-85.034575,39.714764]]]},"properties":{"id":"18161","n":"Union","z":["47003","47010","47325","47331","47353","47374"],"st":"IN"}},"18163":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.688374,38.168419],[-87.467284,38.165403],[-87.44863585761,37.933877868215],[-87.551277,37.925418],[-87.625851,37.851919],[-87.71321078529,37.883088390367],[-87.688374,38.168419]]]},"properties":{"id":"18163","n":"Vanderburgh","z":["47618","47633","47639","47701","47702","47703","47704","47705","47706","47708","47710","47711","47712","47713","47714","47715","47716","47719","47720","47721","47722","47724","47725","47728","47730","47731","47732","47733","47734","47735","47736","47737","47740","47747","47750"],"st":"IN"}},"18165":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.532454493884,39.882999118782],[-87.531021612428,40.148035396746],[-87.406667,40.127508],[-87.420221,39.952452],[-87.353863,39.862077],[-87.395625,39.65295],[-87.382418,39.607937],[-87.532385282791,39.607304944221],[-87.532454493884,39.882999118782]]]},"properties":{"id":"18165","n":"Vermillion","z":["47831","47842","47847","47854","47875","47884","47928","47932","47966","47974"],"st":"IN"}},"18167":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.531666681974,39.477110992743],[-87.532385282791,39.607304944221],[-87.382418,39.607937],[-87.199012,39.607137],[-87.238964,39.52062],[-87.240379,39.259064],[-87.594745845406,39.259383616483],[-87.531646,39.347888],[-87.531666681974,39.477110992743]]]},"properties":{"id":"18167","n":"Vigo","z":["47801","47802","47803","47804","47805","47807","47808","47809","47834","47842","47850","47851","47858","47863","47866","47869","47870","47871","47874","47876","47878","47880","47885"],"st":"IN"}},"18169":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.945561,41.042876],[-85.684181,41.046716],[-85.643841,41.002305],[-85.638587,40.653129],[-85.864791,40.651693],[-85.939525,40.650991],[-85.946436,40.999195],[-85.945561,41.042876]]]},"properties":{"id":"18169","n":"Wabash","z":["46702","46911","46919","46940","46941","46943","46946","46962","46970","46974","46980","46982","46984","46990","46992"],"st":"IN"}},"18171":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.527065263399,40.476882292461],[-87.093676,40.475745],[-87.092148,40.366612],[-87.244898,40.309252],[-87.438755,40.165694],[-87.406667,40.127508],[-87.531021612428,40.148035396746],[-87.527065263399,40.476882292461]]]},"properties":{"id":"18171","n":"Warren","z":["47906","47917","47918","47921","47932","47970","47975","47982","47991","47993"],"st":"IN"}},"18173":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.467284,38.165403],[-87.31703,38.201753],[-87.316893,38.246077],[-87.073067,38.232596],[-87.01749,38.20358],[-87.017453,38.118301],[-87.072332,38.11828],[-87.268003,37.924766],[-87.270387407739,37.87542282659],[-87.304057452442,37.893432549122],[-87.44863585761,37.933877868215],[-87.467284,38.165403]]]},"properties":{"id":"18173","n":"Warrick","z":["47523","47537","47541","47601","47610","47613","47619","47629","47630","47637","47647","47660","47725"],"st":"IN"}},"18175":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.275281,38.763795],[-86.091705,38.783399],[-85.888334,38.734443],[-85.885643,38.575412],[-85.847893,38.561269],[-85.884776,38.503469],[-85.993317,38.48854],[-85.99462,38.418345],[-86.032817,38.417898],[-86.255045,38.422685],[-86.308674,38.422875],[-86.308701,38.688101],[-86.275281,38.763795]]]},"properties":{"id":"18175","n":"Washington","z":["47106","47108","47120","47125","47126","47164","47165","47167","47170","47281"],"st":"IN"}},"18177":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.201473,40.004521],[-84.810161238474,40.005067543848],[-84.81141710638,39.91691362958],[-84.814129,39.726556],[-85.034575,39.714764],[-85.185089,39.715515],[-85.221118,39.788449],[-85.201473,40.004521]]]},"properties":{"id":"18177","n":"Wayne","z":["47324","47327","47330","47335","47339","47341","47345","47346","47354","47357","47358","47360","47370","47374","47375","47392","47393"],"st":"IN"}},"18179":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.448825,40.653607],[-85.334667,40.654413],[-85.33603,40.917082],[-85.073861,40.917823],[-85.068479,40.56824],[-85.201146,40.567242],[-85.447014,40.566929],[-85.448825,40.653607]]]},"properties":{"id":"18179","n":"Wells","z":["46714","46731","46740","46759","46766","46770","46777","46778","46781","46783","46791","46792","46798","46799","46952","47359"],"st":"IN"}},"18181":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.930759,40.912418],[-86.581532,40.910925],[-86.581739,40.735765],[-86.750011,40.736027],[-86.771293,40.562082],[-87.095357,40.562895],[-87.09839,40.736541],[-87.099793,40.837607],[-86.986438,40.837921],[-86.930759,40.912418]]]},"properties":{"id":"18181","n":"White","z":["46977","46978","46985","46996","47906","47920","47923","47925","47926","47929","47950","47959","47960","47978","47980","47995"],"st":"IN"}},"18183":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.651928,41.294776],[-85.53718,41.266157],[-85.307781,41.264158],[-85.338552,41.17912],[-85.335643,41.00525],[-85.643841,41.002305],[-85.684181,41.046716],[-85.686574,41.178376],[-85.651928,41.294776]]]},"properties":{"id":"18183","n":"Whitley","z":["46562","46723","46725","46750","46764","46783","46787","46818","46962"],"st":"IN"}},"19001":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.700629,41.504148],[-94.241593,41.503679],[-94.241637,41.157134],[-94.470603,41.157566],[-94.700589,41.158085],[-94.700629,41.504148]]]},"properties":{"id":"19001","n":"Adair","z":["50002","50020","50048","50070","50155","50164","50250","50801","50837","50846","50849","50858","50859"],"st":"IA"}},"19003":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.927587,41.158508],[-94.700589,41.158085],[-94.470603,41.157566],[-94.470779,40.899502],[-94.928459,40.900653],[-94.927587,41.158508]]]},"properties":{"id":"19003","n":"Adams","z":["50801","50837","50839","50841","50843","50851","50853","50857","50859","50864"],"st":"IA"}},"19005":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.610835000554,43.500687846779],[-91.217706,43.50055],[-91.210663357773,43.419441782903],[-91.207367,43.373659],[-91.05791,43.253968],[-91.175253,43.134665],[-91.174934913911,43.080260371845],[-91.605307,43.081653],[-91.610835000554,43.500687846779]]]},"properties":{"id":"19005","n":"Allamakee","z":["52101","52140","52146","52151","52156","52159","52160","52162","52170","52172"],"st":"IA"}},"19007":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.097595,40.898451],[-92.639091,40.898886],[-92.637903293599,40.590956547098],[-92.714597263045,40.589582833836],[-93.09729120375,40.583823477325],[-93.097595,40.898451]]]},"properties":{"id":"19007","n":"Appanoose","z":["52544","52549","52555","52569","52571","52572","52574","52581","52590","52593","52594"],"st":"IA"}},"19009":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.092861,41.863374],[-94.744876,41.862394],[-94.744204,41.602185],[-94.700629,41.504148],[-95.04077,41.50469],[-95.040748,41.602152],[-95.09252,41.602055],[-95.092861,41.863374]]]},"properties":{"id":"19009","n":"Audubon","z":["50020","50022","50025","50042","50058","50076","50110","50117","51455","51531","51543"],"st":"IA"}},"19011":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.298792,42.297527],[-92.064766,42.297259],[-91.831089,42.299063],[-91.831379,41.861851],[-92.298164,41.862779],[-92.298792,42.297527]]]},"properties":{"id":"19011","n":"Benton","z":["50651","52206","52208","52209","52213","52224","52225","52228","52229","52249","52257","52301","52313","52315","52318","52324","52332","52344","52345","52346","52349","52351","52352","52354"],"st":"IA"}},"19013":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.554492,42.642314],[-92.081661,42.642056],[-92.064766,42.297259],[-92.298792,42.297527],[-92.53351,42.297001],[-92.5543,42.555854],[-92.554492,42.642314]]]},"properties":{"id":"19013","n":"Black Hawk","z":["50612","50613","50614","50623","50626","50629","50634","50643","50647","50648","50651","50667","50669","50675","50701","50702","50703","50704","50707"],"st":"IA"}},"19015":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.164704,42.20992],[-93.93158,42.209908],[-93.69839,42.209339],[-93.698032,41.86337],[-93.815721,41.863419],[-94.164138,41.863244],[-94.164704,42.20992]]]},"properties":{"id":"19015","n":"Boone","z":["50014","50031","50036","50099","50107","50134","50156","50212","50217","50220","50223","50235","50244","50248","50249","50276","50530"],"st":"IA"}},"19017":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.554211,42.907112],[-92.081568,42.907013],[-92.081661,42.642056],[-92.554492,42.642314],[-92.554211,42.907112]]]},"properties":{"id":"19017","n":"Bremer","z":["50622","50629","50630","50631","50645","50647","50666","50668","50670","50674","50676","50677"],"st":"IA"}},"19019":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.081661,42.642056],[-91.607059,42.643973],[-91.596981,42.296408],[-91.831089,42.299063],[-92.064766,42.297259],[-92.081661,42.642056]]]},"properties":{"id":"19019","n":"Buchanan","z":["50607","50629","50641","50644","50648","50650","50654","50662","50671","50682","52210","52218","52326","52329","52352"],"st":"IA"}},"19021":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.388182,42.909897],[-94.91389,42.9097],[-94.914485,42.560309],[-95.38801,42.561742],[-95.388182,42.909897]]]},"properties":{"id":"19021","n":"Buena Vista","z":["50510","50554","50565","50568","50576","50585","50588","50592","51002","51005","51033","51047","51366"],"st":"IA"}},"19023":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.025144,42.907549],[-92.554211,42.907112],[-92.554492,42.642314],[-92.5543,42.555854],[-93.027,42.55681],[-93.025144,42.907549]]]},"properties":{"id":"19023","n":"Butler","z":["50433","50601","50602","50604","50605","50608","50611","50613","50619","50625","50636","50649","50660","50665","50666","50670"],"st":"IA"}},"19025":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.914485,42.560309],[-94.443024,42.558843],[-94.397671,42.4733],[-94.397526,42.209161],[-94.628806,42.209396],[-94.858412,42.209692],[-94.856689,42.473996],[-94.914487,42.47419],[-94.914485,42.560309]]]},"properties":{"id":"19025","n":"Calhoun","z":["50538","50540","50551","50552","50561","50563","50575","50579","50586","51433","51449","51453"],"st":"IA"}},"19027":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.090851,42.210405],[-94.858412,42.209692],[-94.628806,42.209396],[-94.628724,41.862763],[-94.744876,41.862394],[-95.092861,41.863374],[-95.090851,42.210405]]]},"properties":{"id":"19027","n":"Carroll","z":["50058","50059","51401","51430","51432","51436","51440","51443","51444","51449","51451","51452","51453","51455","51459","51463","51467"],"st":"IA"}},"19029":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.154722,41.505211],[-95.04077,41.50469],[-94.700629,41.504148],[-94.700589,41.158085],[-94.927587,41.158508],[-95.155851,41.159236],[-95.154722,41.505211]]]},"properties":{"id":"19029","n":"Cass","z":["50020","50022","50274","50837","50843","50853","50864","51532","51535","51544","51552"],"st":"IA"}},"19031":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.366079,41.860068],[-91.365789,41.94741],[-90.898484,41.946245],[-90.898373,41.771392],[-90.899853,41.597133],[-91.366448,41.598373],[-91.366079,41.860068]]]},"properties":{"id":"19031","n":"Cedar","z":["52216","52253","52255","52306","52320","52323","52333","52337","52358","52720","52721","52747","52760","52765","52772","52776","52777","52778"],"st":"IA"}},"19033":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.497635,43.255468],[-93.024143,43.255538],[-93.024092,43.212812],[-93.025144,42.907549],[-93.498617,42.908512],[-93.497635,43.255468]]]},"properties":{"id":"19033","n":"Cerro Gordo","z":["50401","50402","50428","50433","50434","50444","50449","50457","50458","50464","50467","50468","50469","50475","50477","50479","50482"],"st":"IA"}},"19035":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.859377,42.909097],[-95.388182,42.909897],[-95.38801,42.561742],[-95.741611,42.561285],[-95.859949,42.56062],[-95.859377,42.909097]]]},"properties":{"id":"19035","n":"Cherokee","z":["51002","51005","51012","51014","51020","51025","51029","51035","51037","51046","51047","51048","51049","51058","51061"],"st":"IA"}},"19037":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.554381,43.212813],[-92.080976,43.212947],[-92.081146,43.082794],[-92.081568,42.907013],[-92.554211,42.907112],[-92.554381,43.212813]]]},"properties":{"id":"19037","n":"Chickasaw","z":["50603","50616","50630","50645","50658","50659","50661","50674","52154","52171"],"st":"IA"}},"19039":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.014189,41.156762],[-93.789196,41.162035],[-93.557556,41.161271],[-93.55654,40.898295],[-94.014803,40.897031],[-94.014189,41.156762]]]},"properties":{"id":"19039","n":"Clarke","z":["50108","50174","50210","50213","50257","50264","50275"],"st":"IA"}},"19041":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.388078,43.255221],[-94.913723,43.255054],[-94.91389,42.9097],[-95.388182,42.909897],[-95.388078,43.255221]]]},"properties":{"id":"19041","n":"Clay","z":["50515","50585","51033","51047","51058","51301","51333","51338","51340","51341","51343","51346","51357","51358","51364","51366"],"st":"IA"}},"19043":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.605307,43.081653],[-91.174934913911,43.080260371845],[-91.159084305947,42.987477791323],[-91.070716,42.775502],[-90.896962027158,42.674318056434],[-90.897415,42.645714],[-91.132766,42.645844],[-91.607059,42.643973],[-91.605307,43.081653]]]},"properties":{"id":"19043","n":"Clayton","z":["50606","52035","52042","52043","52044","52047","52048","52049","52050","52052","52053","52066","52072","52073","52076","52077","52141","52156","52157","52158","52159","52162"],"st":"IA"}},"19045":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.898373,42.033548],[-90.159682451123,42.033087257586],[-90.158153033709,41.929843227376],[-90.180643,41.811979],[-90.242368247397,41.782768725985],[-90.311856850416,41.728532892154],[-90.471723,41.773603],[-90.685383,41.757205],[-90.898373,41.771392],[-90.898484,41.946245],[-90.898373,42.033548]]]},"properties":{"id":"19045","n":"Clinton","z":["52037","52060","52064","52069","52070","52207","52254","52323","52701","52727","52729","52730","52731","52732","52733","52734","52736","52742","52750","52751","52757","52774","52777"],"st":"IA"}},"19047":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.670822,42.211408],[-95.323497,42.210932],[-95.090851,42.210405],[-95.092861,41.863374],[-95.557277,41.863449],[-95.672771,41.863147],[-95.670822,42.211408]]]},"properties":{"id":"19047","n":"Crawford","z":["51019","51034","51060","51436","51439","51441","51442","51448","51454","51455","51460","51461","51465","51467","51520","51527","51528","51529"],"st":"IA"}},"19049":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.28034,41.862999],[-94.164138,41.863244],[-93.815721,41.863419],[-93.814282,41.600456],[-93.790612,41.511916],[-94.241593,41.503679],[-94.280057,41.601312],[-94.28034,41.862999]]]},"properties":{"id":"19049","n":"Dallas","z":["50003","50038","50039","50061","50063","50066","50069","50070","50072","50109","50111","50128","50146","50156","50167","50220","50233","50235","50261","50263","50266","50276","50277","50323","50325"],"st":"IA"}},"19051":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.639091,40.898886],[-92.179072,40.89972],[-92.17978,40.600529],[-92.350804186726,40.597257276376],[-92.637903293599,40.590956547098],[-92.639091,40.898886]]]},"properties":{"id":"19051","n":"Davis","z":["52537","52552","52554","52560","52570","52572","52584","52588","52594"],"st":"IA"}},"19053":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.014803,40.897031],[-93.55654,40.898295],[-93.556896674272,40.57965948506],[-93.77434420403,40.577530453391],[-94.015492,40.57407370701],[-94.014803,40.897031]]]},"properties":{"id":"19053","n":"Decatur","z":["50065","50067","50103","50108","50123","50133","50140","50144","50147","50262","50264"],"st":"IA"}},"19055":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.607059,42.643973],[-91.132766,42.645844],[-91.130079,42.295761],[-91.363263,42.296445],[-91.596981,42.296408],[-91.607059,42.643973]]]},"properties":{"id":"19055","n":"Delaware","z":["50654","52035","52036","52038","52040","52041","52042","52050","52057","52065","52076","52078","52218","52223","52237","52310","52330"],"st":"IA"}},"19057":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.37071,41.074112],[-90.952265416482,41.07273174967],[-90.951894142681,41.069872735866],[-90.952233,40.954047],[-91.092993,40.821079],[-91.118222938398,40.699534650819],[-91.208185,40.71358],[-91.409453,40.812905],[-91.372095,40.812631],[-91.37071,41.074112]]]},"properties":{"id":"19057","n":"Des Moines","z":["52601","52623","52637","52638","52640","52644","52645","52646","52650","52655","52658","52660"],"st":"IA"}},"19059":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.387787594022,43.500478728907],[-94.914613484714,43.500595872986],[-94.913723,43.255054],[-95.388078,43.255221],[-95.387787594022,43.500478728907]]]},"properties":{"id":"19059","n":"Dickinson","z":["51331","51334","51338","51345","51347","51351","51355","51360","51363","51364"],"st":"IA"}},"19061":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.132766,42.645844],[-90.897415,42.645714],[-90.896962027158,42.674318056434],[-90.700856,42.626445],[-90.642843,42.508481],[-90.646727,42.471904],[-90.484345672716,42.381597778192],[-90.665029,42.382155],[-90.665551,42.294699],[-90.89802,42.295236],[-91.130079,42.295761],[-91.132766,42.645844]]]},"properties":{"id":"19061","n":"Dubuque","z":["52001","52002","52003","52004","52031","52032","52033","52039","52040","52045","52046","52052","52053","52054","52056","52065","52068","52073","52078","52079","52099","52237"],"st":"IA"}},"19063":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.914613484714,43.500595872986],[-94.854555067611,43.500553419152],[-94.442849989718,43.500478507655],[-94.443137,43.255014],[-94.913723,43.255054],[-94.914613484714,43.500595872986]]]},"properties":{"id":"19063","n":"Emmet","z":["50514","50531","50578","51334","51342","51364","51365"],"st":"IA"}},"19065":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.081568,42.907013],[-92.081146,43.082794],[-91.605307,43.081653],[-91.607059,42.643973],[-92.081661,42.642056],[-92.081568,42.907013]]]},"properties":{"id":"19065","n":"Fayette","z":["50606","50607","50629","50650","50655","50662","50664","50671","50674","50681","52076","52133","52135","52141","52142","52144","52147","52161","52162","52164","52166","52169","52171","52175"],"st":"IA"}},"19067":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.024092,43.212812],[-92.554381,43.212813],[-92.554211,42.907112],[-93.025144,42.907549],[-93.024092,43.212812]]]},"properties":{"id":"19067","n":"Floyd","z":["50433","50435","50458","50460","50461","50468","50471","50616","50620","50636","50645","50653","50658"],"st":"IA"}},"19069":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.498617,42.908512],[-93.025144,42.907549],[-93.027,42.55681],[-93.499485,42.5577],[-93.498617,42.908512]]]},"properties":{"id":"19069","n":"Franklin","z":["50006","50041","50071","50126","50227","50420","50427","50431","50433","50441","50452","50457","50475","50479","50601","50605","50625","50633"],"st":"IA"}},"19071":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.834243816714,40.783784387043],[-95.81872727857,40.897948066406],[-95.384964,40.90155],[-95.373925053399,40.580332377941],[-95.765645,40.585208],[-95.781909,40.653272],[-95.888697,40.736292],[-95.834243816714,40.783784387043]]]},"properties":{"id":"19071","n":"Fremont","z":["51601","51639","51640","51645","51648","51649","51650","51652","51653","51654"],"st":"IA"}},"19073":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.628806,42.209396],[-94.397526,42.209161],[-94.164704,42.20992],[-94.164138,41.863244],[-94.28034,41.862999],[-94.628724,41.862763],[-94.628806,42.209396]]]},"properties":{"id":"19073","n":"Greene","z":["50026","50029","50040","50050","50058","50064","50107","50128","50129","50217","50220","50235","51462"],"st":"IA"}},"19075":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.027,42.55681],[-92.5543,42.555854],[-92.53351,42.297001],[-92.76809,42.29668],[-92.767463,42.21014],[-93.001674,42.209267],[-93.002902,42.470638],[-93.027,42.55681]]]},"properties":{"id":"19075","n":"Grundy","z":["50269","50601","50604","50609","50613","50621","50624","50627","50638","50642","50643","50657","50660","50665","50669","50672","50673","50680"],"st":"IA"}},"19077":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.744876,41.862394],[-94.628724,41.862763],[-94.28034,41.862999],[-94.280057,41.601312],[-94.241593,41.503679],[-94.700629,41.504148],[-94.744204,41.602185],[-94.744876,41.862394]]]},"properties":{"id":"19077","n":"Guthrie","z":["50002","50026","50029","50048","50058","50070","50115","50128","50164","50216","50233","50250","50277"],"st":"IA"}},"19079":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.971583,42.558139],[-93.499485,42.5577],[-93.462635,42.470802],[-93.463043,42.209302],[-93.69839,42.209339],[-93.93158,42.209908],[-93.931684,42.472011],[-93.971583,42.558139]]]},"properties":{"id":"19079","n":"Hamilton","z":["50034","50075","50130","50132","50230","50231","50246","50248","50249","50271","50532","50595","50599"],"st":"IA"}},"19081":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.970415,43.255358],[-93.497635,43.255468],[-93.498617,42.908512],[-93.971238,42.907762],[-93.970415,43.255358]]]},"properties":{"id":"19081","n":"Hancock","z":["50423","50430","50432","50436","50438","50439","50447","50449","50457","50480","50482","50483","50484"],"st":"IA"}},"19083":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.499485,42.5577],[-93.027,42.55681],[-93.002902,42.470638],[-93.001674,42.209267],[-93.231722,42.208886],[-93.463043,42.209302],[-93.462635,42.470802],[-93.499485,42.5577]]]},"properties":{"id":"19083","n":"Hardin","z":["50006","50043","50102","50122","50126","50154","50206","50230","50258","50259","50601","50627","50672"],"st":"IA"}},"19085":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.126821253465,41.866095247702],[-95.672771,41.863147],[-95.557277,41.863449],[-95.558143,41.602383],[-95.497793,41.602333],[-95.497997,41.506074],[-95.994020393012,41.506890640941],[-96.080493,41.528199],[-96.107937871746,41.676508989762],[-96.064537,41.793002],[-96.126821253465,41.866095247702]]]},"properties":{"id":"19085","n":"Harrison","z":["51523","51529","51545","51546","51550","51555","51556","51557","51558","51559","51563","51564","51565","51570","51579"],"st":"IA"}},"19087":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.71818,40.901087],[-91.716042,41.162808],[-91.485717,41.162405],[-91.370298,41.161247],[-91.37071,41.074112],[-91.372095,40.812631],[-91.409453,40.812905],[-91.718787,40.813544],[-91.71818,40.901087]]]},"properties":{"id":"19087","n":"Henry","z":["52623","52630","52631","52635","52641","52642","52644","52645","52647","52649","52654","52656","52659"],"st":"IA"}},"19089":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.553161,43.5003],[-92.448947951438,43.500414988563],[-92.079801993128,43.500704885177],[-92.080976,43.212947],[-92.554381,43.212813],[-92.553161,43.5003]]]},"properties":{"id":"19089","n":"Howard","z":["50466","50603","50628","52132","52134","52136","52154","52155","52163"],"st":"IA"}},"19091":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.442954,42.908073],[-93.971238,42.907762],[-93.971714,42.644707],[-94.443083,42.645164],[-94.442954,42.908073]]]},"properties":{"id":"19091","n":"Humboldt","z":["50516","50519","50520","50529","50533","50541","50542","50545","50548","50558","50560","50570","50577","50582","50591"],"st":"IA"}},"19093":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.741611,42.561285],[-95.38801,42.561742],[-95.387445,42.474796],[-95.322357,42.474737],[-95.323497,42.210932],[-95.670822,42.211408],[-95.669265,42.474645],[-95.741821,42.474865],[-95.741611,42.561285]]]},"properties":{"id":"19093","n":"Ida","z":["51006","51016","51018","51019","51020","51025","51053","51061","51431","51445","51448"],"st":"IA"}},"19095":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.298164,41.862779],[-91.831379,41.861851],[-91.829231,41.511457],[-91.946043,41.510749],[-92.297494,41.50979],[-92.298164,41.862779]]]},"properties":{"id":"19095","n":"Iowa","z":["50136","52203","52204","52208","52220","52221","52222","52236","52251","52301","52307","52308","52316","52318","52325","52334","52347","52355","52356","52361"],"st":"IA"}},"19097":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.89802,42.295236],[-90.665551,42.294699],[-90.665029,42.382155],[-90.484345672716,42.381597778192],[-90.400653,42.239293],[-90.315696514272,42.193946432251],[-90.161159,42.106372],[-90.159682451123,42.033087257586],[-90.898373,42.033548],[-90.89802,42.295236]]]},"properties":{"id":"19097","n":"Jackson","z":["52030","52031","52032","52037","52054","52060","52064","52069","52070","52071","52074","52075","52079","52207","52309","52731","52771"],"st":"IA"}},"19099":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.347933,41.863104],[-93.231858,41.862711],[-92.765999,41.862373],[-92.756508,41.508794],[-92.871421,41.508522],[-93.328614,41.507824],[-93.348681,41.600999],[-93.347933,41.863104]]]},"properties":{"id":"19099","n":"Jasper","z":["50028","50054","50055","50106","50112","50127","50135","50137","50141","50153","50168","50169","50170","50208","50228","50232","50234","50237","50251"],"st":"IA"}},"19101":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.179974,41.162662],[-91.945571,41.163578],[-91.716042,41.162808],[-91.71818,40.901087],[-92.179072,40.89972],[-92.179974,41.162662]]]},"properties":{"id":"19101","n":"Jefferson","z":["52533","52535","52540","52554","52556","52557","52563","52567","52580","52585","52635","52641","52651"],"st":"IA"}},"19103":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.831379,41.861851],[-91.366079,41.860068],[-91.366448,41.598373],[-91.368521,41.423178],[-91.483995,41.423848],[-91.519828,41.51101],[-91.829231,41.511457],[-91.831379,41.861851]]]},"properties":{"id":"19103","n":"Johnson","z":["52203","52228","52235","52240","52241","52242","52243","52245","52246","52247","52253","52317","52322","52325","52327","52333","52338","52340","52356","52358","52404","52755"],"st":"IA"}},"19105":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.363263,42.296445],[-91.130079,42.295761],[-90.89802,42.295236],[-90.898373,42.033548],[-90.898484,41.946245],[-91.365789,41.94741],[-91.363263,42.296445]]]},"properties":{"id":"19105","n":"Jones","z":["52032","52033","52205","52212","52216","52252","52253","52305","52306","52309","52310","52312","52320","52321","52323","52362"],"st":"IA"}},"19107":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.411995,41.509548],[-92.297494,41.50979],[-91.946043,41.510749],[-91.945571,41.163578],[-92.179974,41.162662],[-92.410233,41.161942],[-92.411995,41.509548]]]},"properties":{"id":"19107","n":"Keokuk","z":["50104","50136","50255","50268","52231","52248","52316","52335","52355","52550","52561","52562","52563","52568","52576","52585","52591"],"st":"IA"}},"19109":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.443137,43.255014],[-94.442849989718,43.500478507655],[-94.247967441555,43.500175476708],[-93.970761558528,43.499605003207],[-93.970415,43.255358],[-93.971238,42.907762],[-94.442954,42.908073],[-94.443137,43.255014]]]},"properties":{"id":"19109","n":"Kossuth","z":{"0":"50424","1":"50430","2":"50451","3":"50480","4":"50483","5":"50484","6":"50511","7":"50514","8":"50517","9":"50519","10":"50522","11":"50539","12":"50556","13":"50558","14":"50559","15":"50560","16":"50570","17":"50590","18":"50597","19":"50598","40":"56027"},"st":"IA"}},"19111":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.718787,40.813544],[-91.409453,40.812905],[-91.208185,40.71358],[-91.118222938398,40.699534650819],[-91.185460608704,40.638111812623],[-91.339719,40.613488],[-91.394475,40.534543],[-91.372921,40.399108],[-91.419422,40.378264],[-91.498093,40.401926],[-91.716654987682,40.603740139296],[-91.718787,40.813544]]]},"properties":{"id":"19111","n":"Lee","z":["52619","52624","52625","52626","52627","52630","52632","52639","52648","52649","52656","52657","52658"],"st":"IA"}},"19113":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.831089,42.299063],[-91.596981,42.296408],[-91.363263,42.296445],[-91.365789,41.94741],[-91.366079,41.860068],[-91.831379,41.861851],[-91.831089,42.299063]]]},"properties":{"id":"19113","n":"Linn","z":["52202","52205","52213","52214","52218","52219","52227","52228","52233","52253","52302","52305","52310","52314","52324","52328","52332","52336","52338","52341","52351","52352","52401","52402","52403","52404","52405","52406","52407","52408","52409","52410","52411","52497","52498","52499"],"st":"IA"}},"19115":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.483995,41.423848],[-91.368521,41.423178],[-91.369332,41.336063],[-91.07441549802,41.333631569041],[-91.114186,41.250029],[-90.997906,41.162564],[-90.952265416482,41.07273174967],[-91.37071,41.074112],[-91.370298,41.161247],[-91.485717,41.162405],[-91.483995,41.423848]]]},"properties":{"id":"19115","n":"Louisa","z":["52621","52640","52646","52652","52653","52659","52737","52738","52739","52752","52754","52755","52761"],"st":"IA"}},"19117":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.557556,41.161271],[-93.327886,41.160659],[-93.099217,41.160867],[-93.097595,40.898451],[-93.55654,40.898295],[-93.557556,41.161271]]]},"properties":{"id":"19117","n":"Lucas","z":["50049","50068","50123","50139","50151","50238","50272"],"st":"IA"}},"19119":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.598928,43.500457],[-96.45326,43.50039],[-96.05316283451,43.500187708157],[-95.860946201572,43.499992884906],[-95.861914,43.257566],[-96.55902734271,43.257555675618],[-96.521572,43.38564],[-96.594254,43.434153],[-96.598928,43.500457]]]},"properties":{"id":"19119","n":"Lyon","z":["51201","51230","51232","51235","51237","51239","51240","51241","51242","51243","51246","51247"],"st":"IA"}},"19121":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.241593,41.503679],[-93.790612,41.511916],[-93.789196,41.162035],[-94.014189,41.156762],[-94.241637,41.157134],[-94.241593,41.503679]]]},"properties":{"id":"19121","n":"Madison","z":["50033","50061","50070","50072","50149","50155","50210","50211","50218","50222","50229","50240","50241","50257","50261","50273"],"st":"IA"}},"19123":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.871421,41.508522],[-92.756508,41.508794],[-92.411995,41.509548],[-92.410233,41.161942],[-92.640361,41.161298],[-92.869771,41.161066],[-92.871421,41.508522]]]},"properties":{"id":"19123","n":"Mahaska","z":["50027","50044","50104","50143","50153","50207","50219","50256","50268","52534","52543","52553","52561","52577","52586","52595"],"st":"IA"}},"19125":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.328614,41.507824],[-92.871421,41.508522],[-92.869771,41.161066],[-93.099217,41.160867],[-93.327886,41.160659],[-93.328407,41.490921],[-93.328614,41.507824]]]},"properties":{"id":"19125","n":"Marion","z":["50044","50057","50062","50116","50119","50138","50139","50163","50170","50214","50219","50225","50228","50237","50252","50256"],"st":"IA"}},"19127":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.231722,42.208886],[-93.001674,42.209267],[-92.767463,42.21014],[-92.765999,41.862373],[-93.231858,41.862711],[-93.231722,42.208886]]]},"properties":{"id":"19127","n":"Marshall","z":["50005","50051","50078","50106","50120","50141","50142","50148","50158","50162","50206","50234","50239","50247","50258","50609","50621","50632","50635"],"st":"IA"}},"19129":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.861898068209,41.160302348213],[-95.384349,41.160011],[-95.384964,40.90155],[-95.81872727857,40.897948066406],[-95.864784764085,41.052845504614],[-95.861898068209,41.160302348213]]]},"properties":{"id":"19129","n":"Mills","z":["51503","51533","51534","51540","51541","51551","51554","51561","51571","51645","51653"],"st":"IA"}},"19131":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.024347900542,43.49955616363],[-92.553161,43.5003],[-92.554381,43.212813],[-93.024092,43.212812],[-93.024143,43.255538],[-93.024347900542,43.49955616363]]]},"properties":{"id":"19131","n":"Mitchell","z":["50426","50454","50455","50458","50460","50461","50466","50471","50472","50476","50481","50628"],"st":"IA"}},"19133":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.337216094706,42.214849506896],[-95.670822,42.211408],[-95.672771,41.863147],[-96.126821253465,41.866095247702],[-96.132537,41.974625],[-96.272877,42.047238],[-96.2689,42.11359],[-96.337216094706,42.214849506896]]]},"properties":{"id":"19133","n":"Monona","z":["51010","51026","51034","51040","51051","51055","51056","51060","51063","51523","51529","51545","51558","51572"],"st":"IA"}},"19135":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.099217,41.160867],[-92.869771,41.161066],[-92.640361,41.161298],[-92.639091,40.898886],[-93.097595,40.898451],[-93.099217,41.160867]]]},"properties":{"id":"19135","n":"Monroe","z":["50044","50150","52531","52536","52553","52569","52571"],"st":"IA"}},"19137":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.384349,41.160011],[-95.155851,41.159236],[-94.927587,41.158508],[-94.928459,40.900653],[-95.384964,40.90155],[-95.384349,41.160011]]]},"properties":{"id":"19137","n":"Montgomery","z":["50847","50864","51532","51533","51541","51566","51573","51591","51638"],"st":"IA"}},"19139":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.368521,41.423178],[-91.366448,41.598373],[-90.899853,41.597133],[-90.783812,41.596531],[-90.786282,41.452888],[-91.027787,41.423603],[-91.074087623674,41.33432080192],[-91.07441549802,41.333631569041],[-91.369332,41.336063],[-91.368521,41.423178]]]},"properties":{"id":"19139","n":"Muscatine","z":["52720","52726","52739","52747","52749","52754","52760","52761","52766","52769","52773","52776","52778"],"st":"IA"}},"19141":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.861914,43.257566],[-95.388078,43.255221],[-95.388182,42.909897],[-95.859377,42.909097],[-95.861914,43.257566]]]},"properties":{"id":"19141","n":"OBrien","z":["51009","51022","51046","51047","51058","51201","51231","51238","51245","51248","51346"],"st":"IA"}},"19143":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.860946201572,43.499992884906],[-95.454432238661,43.50032208525],[-95.387787594022,43.500478728907],[-95.388078,43.255221],[-95.861914,43.257566],[-95.860946201572,43.499992884906]]]},"properties":{"id":"19143","n":"Osceola","z":["51232","51243","51248","51249","51345","51346","51350","51354"],"st":"IA"}},"19145":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.384964,40.90155],[-94.928459,40.900653],[-94.914897867362,40.574921169111],[-95.20226600083,40.578375628996],[-95.373925053399,40.580332377941],[-95.384964,40.90155]]]},"properties":{"id":"19145","n":"Page","z":["50864","51566","51601","51603","51630","51631","51632","51636","51637","51638","51647","51651","51656"],"st":"IA"}},"19147":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.913723,43.255054],[-94.443137,43.255014],[-94.442954,42.908073],[-94.91389,42.9097],[-94.913723,43.255054]]]},"properties":{"id":"19147","n":"Palo Alto","z":["50515","50527","50528","50536","50539","50554","50562","50578","50581","50597","50598","51342","51358"],"st":"IA"}},"19149":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.540472329193,42.908595697956],[-95.859377,42.909097],[-95.859949,42.56062],[-96.48002247898,42.561324776561],[-96.624704,42.725497],[-96.540472329193,42.908595697956]]]},"properties":{"id":"19149","n":"Plymouth","z":["51001","51008","51022","51024","51027","51028","51031","51038","51045","51050","51062","51108","51109"],"st":"IA"}},"19151":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.91389,42.9097],[-94.442954,42.908073],[-94.443083,42.645164],[-94.443024,42.558843],[-94.914485,42.560309],[-94.91389,42.9097]]]},"properties":{"id":"19151","n":"Pocahontas","z":["50510","50520","50524","50540","50541","50546","50554","50562","50563","50571","50573","50574","50575","50581","50593"],"st":"IA"}},"19153":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.815721,41.863419],[-93.698032,41.86337],[-93.347933,41.863104],[-93.348681,41.600999],[-93.328614,41.507824],[-93.328407,41.490921],[-93.417688,41.511542],[-93.790612,41.511916],[-93.814282,41.600456],[-93.815721,41.863419]]]},"properties":{"id":"19153","n":"Polk","z":["50007","50009","50021","50023","50032","50035","50046","50047","50061","50073","50109","50111","50124","50131","50152","50156","50161","50169","50226","50237","50243","50244","50265","50266","50301","50302","50303","50304","50305","50306","50307","50308","50309","50310","50311","50312","50313","50314","50315","50316","50317","50318","50319","50320","50321","50322","50323","50324","50325","50327","50328","50329","50330","50331","50332","50333","50334","50335","50336","50339","50340","50359","50360","50361","50362","50363","50364","50367","50368","50369","50380","50381","50391","50392","50393","50394","50395","50396","50398","50936","50940","50947","50950","50980","50981","50982","50983"],"st":"IA"}},"19155":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.994020393012,41.506890640941],[-95.497997,41.506074],[-95.154722,41.505211],[-95.155851,41.159236],[-95.384349,41.160011],[-95.861898068209,41.160302348213],[-95.909908491255,41.191282850828],[-95.890152,41.278308],[-95.92733624232,41.38998793746],[-95.922529,41.455766],[-95.994020393012,41.506890640941]]]},"properties":{"id":"19155","n":"Pottawattamie","z":["51501","51502","51503","51510","51521","51525","51526","51532","51535","51536","51541","51542","51544","51548","51549","51553","51555","51559","51560","51566","51570","51571","51575","51576","51577"],"st":"IA"}},"19157":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.765999,41.862373],[-92.298164,41.862779],[-92.297494,41.50979],[-92.411995,41.509548],[-92.756508,41.508794],[-92.765999,41.862373]]]},"properties":{"id":"19157","n":"Poweshiek","z":["50027","50106","50112","50153","50157","50171","50207","50242","52208","52211","52215","52221","52222","52232","52339","52347"],"st":"IA"}},"19159":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.470779,40.899502],[-94.014803,40.897031],[-94.015492,40.57407370701],[-94.232240710208,40.572014612127],[-94.471207727123,40.570959458357],[-94.470779,40.899502]]]},"properties":{"id":"19159","n":"Ringgold","z":["50074","50133","50140","50835","50836","50840","50845","50851","50854","50860","50861","50863"],"st":"IA"}},"19161":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.38801,42.561742],[-94.914485,42.560309],[-94.914487,42.47419],[-94.856689,42.473996],[-94.858412,42.209692],[-95.090851,42.210405],[-95.323497,42.210932],[-95.322357,42.474737],[-95.387445,42.474796],[-95.38801,42.561742]]]},"properties":{"id":"19161","n":"Sac","z":["50535","50561","50567","50568","50583","51020","51053","51431","51433","51436","51448","51450","51458","51466"],"st":"IA"}},"19163":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.898373,41.771392],[-90.685383,41.757205],[-90.471723,41.773603],[-90.311856850416,41.728532892154],[-90.339528,41.598633],[-90.461432,41.523533],[-90.571136,41.516332],[-90.701159,41.454743],[-90.786282,41.452888],[-90.783812,41.596531],[-90.899853,41.597133],[-90.898373,41.771392]]]},"properties":{"id":"19163","n":"Scott","z":["52722","52726","52728","52745","52746","52747","52748","52753","52756","52758","52759","52765","52767","52768","52769","52773","52801","52802","52803","52804","52805","52806","52807","52808","52809"],"st":"IA"}},"19165":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.557277,41.863449],[-95.092861,41.863374],[-95.09252,41.602055],[-95.040748,41.602152],[-95.04077,41.50469],[-95.154722,41.505211],[-95.497997,41.506074],[-95.497793,41.602333],[-95.558143,41.602383],[-95.557277,41.863449]]]},"properties":{"id":"19165","n":"Shelby","z":["50022","51446","51447","51454","51455","51521","51527","51529","51530","51531","51537","51543","51552","51562","51565","51570","51577","51578","51593"],"st":"IA"}},"19167":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.55902734271,43.257555675618],[-95.861914,43.257566],[-95.859377,42.909097],[-96.540472329193,42.908595697956],[-96.511605,43.039927],[-96.452097516054,43.082552925194],[-96.475571,43.221054],[-96.55902734271,43.257555675618]]]},"properties":{"id":"19167","n":"Sioux","z":["51003","51011","51022","51023","51027","51036","51041","51201","51234","51235","51238","51239","51240","51244","51247","51250"],"st":"IA"}},"19169":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.69839,42.209339],[-93.463043,42.209302],[-93.231722,42.208886],[-93.231858,41.862711],[-93.347933,41.863104],[-93.698032,41.86337],[-93.69839,42.209339]]]},"properties":{"id":"19169","n":"Story","z":["50010","50011","50012","50013","50014","50037","50046","50055","50056","50105","50124","50134","50154","50161","50201","50206","50226","50236","50243","50244","50247","50248","50278"],"st":"IA"}},"19171":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.53351,42.297001],[-92.298792,42.297527],[-92.298164,41.862779],[-92.765999,41.862373],[-92.767463,42.21014],[-92.76809,42.29668],[-92.53351,42.297001]]]},"properties":{"id":"19171","n":"Tama","z":["50106","50158","50173","50609","50612","50632","50635","50652","50669","50675","52208","52215","52217","52224","52225","52339","52342","52348"],"st":"IA"}},"19173":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.928459,40.900653],[-94.470779,40.899502],[-94.471207727123,40.570959458357],[-94.632025917695,40.5717595874],[-94.914897867362,40.574921169111],[-94.928459,40.900653]]]},"properties":{"id":"19173","n":"Taylor","z":["50833","50836","50840","50841","50848","50851","50857","50862","50864","51632","51646"],"st":"IA"}},"19175":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.470603,41.157566],[-94.241637,41.157134],[-94.014189,41.156762],[-94.014803,40.897031],[-94.470779,40.899502],[-94.470603,41.157566]]]},"properties":{"id":"19175","n":"Union","z":["50074","50149","50174","50254","50801","50830","50831","50842","50845","50851","50861"],"st":"IA"}},"19177":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.179072,40.89972],[-91.71818,40.901087],[-91.718787,40.813544],[-91.716654987682,40.603740139296],[-91.943117459686,40.606060586354],[-92.17978,40.600529],[-92.179072,40.89972]]]},"properties":{"id":"19177","n":"Van Buren","z":["52535","52542","52551","52554","52565","52567","52570","52573","52588","52620","52626","52630","52651"],"st":"IA"}},"19179":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.640361,41.161298],[-92.410233,41.161942],[-92.179974,41.162662],[-92.179072,40.89972],[-92.639091,40.898886],[-92.640361,41.161298]]]},"properties":{"id":"19179","n":"Wapello","z":["52501","52530","52533","52536","52537","52548","52552","52553","52554","52563","52566"],"st":"IA"}},"19181":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.790612,41.511916],[-93.417688,41.511542],[-93.328407,41.490921],[-93.327886,41.160659],[-93.557556,41.161271],[-93.789196,41.162035],[-93.790612,41.511916]]]},"properties":{"id":"19181","n":"Warren","z":["50001","50047","50061","50118","50125","50139","50145","50151","50160","50166","50210","50211","50225","50229","50240","50257","50320"],"st":"IA"}},"19183":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.946043,41.510749],[-91.829231,41.511457],[-91.519828,41.51101],[-91.483995,41.423848],[-91.485717,41.162405],[-91.716042,41.162808],[-91.945571,41.163578],[-91.946043,41.510749]]]},"properties":{"id":"19183","n":"Washington","z":["52201","52244","52247","52248","52327","52353","52356","52359","52540","52585","52621","52641","52654"],"st":"IA"}},"19185":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.55654,40.898295],[-93.097595,40.898451],[-93.09729120375,40.583823477325],[-93.374386258764,40.580397032609],[-93.556896674272,40.57965948506],[-93.55654,40.898295]]]},"properties":{"id":"19185","n":"Wayne","z":["50008","50049","50052","50060","50068","50123","50147","50165","50238","52569","52581","52583","52590"],"st":"IA"}},"19187":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.443083,42.645164],[-93.971714,42.644707],[-93.971583,42.558139],[-93.931684,42.472011],[-93.93158,42.209908],[-94.164704,42.20992],[-94.397526,42.209161],[-94.397671,42.4733],[-94.443024,42.558843],[-94.443083,42.645164]]]},"properties":{"id":"19187","n":"Webster","z":["50249","50501","50516","50518","50521","50523","50524","50530","50532","50533","50538","50543","50544","50548","50557","50563","50566","50569","50586","50591","50594"],"st":"IA"}},"19189":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.648533031174,43.499535489675],[-93.49735132522,43.499530724512],[-93.497635,43.255468],[-93.970415,43.255358],[-93.970761558528,43.499605003207],[-93.648533031174,43.499535489675]]]},"properties":{"id":"19189","n":"Winnebago","z":["50424","50436","50446","50450","50453","50465","50473","50478","50484"],"st":"IA"}},"19191":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.080976,43.212947],[-92.079801993128,43.500704885177],[-91.730216997838,43.500685700946],[-91.610835000554,43.500687846779],[-91.605307,43.081653],[-92.081146,43.082794],[-92.080976,43.212947]]]},"properties":{"id":"19191","n":"Winneshiek","z":["52101","52132","52133","52136","52140","52144","52149","52161","52162","52165","52168","52171","52172"],"st":"IA"}},"19193":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.48002247898,42.561324776561],[-95.859949,42.56062],[-95.741611,42.561285],[-95.741821,42.474865],[-95.669265,42.474645],[-95.670822,42.211408],[-96.337216094706,42.214849506896],[-96.351957192496,42.280894704543],[-96.407998,42.337408],[-96.381307,42.461694],[-96.445508,42.49063],[-96.48002247898,42.561324776561]]]},"properties":{"id":"19193","n":"Woodbury","z":["51004","51006","51007","51015","51016","51018","51019","51026","51028","51030","51034","51039","51044","51048","51052","51054","51055","51056","51101","51102","51103","51104","51105","51106","51108","51109","51111"],"st":"IA"}},"19195":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.49735132522,43.499530724512],[-93.049192007816,43.499557480025],[-93.024347900542,43.49955616363],[-93.024143,43.255538],[-93.497635,43.255468],[-93.49735132522,43.499530724512]]]},"properties":{"id":"19195","n":"Worth","z":["50434","50440","50444","50446","50448","50450","50456","50459","50464","50472"],"st":"IA"}},"19197":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.971714,42.644707],[-93.971238,42.907762],[-93.498617,42.908512],[-93.499485,42.5577],[-93.971583,42.558139],[-93.971714,42.644707]]]},"properties":{"id":"19197","n":"Wright","z":["50034","50071","50101","50271","50420","50421","50447","50457","50470","50525","50526","50533","50542","50577","50599"],"st":"IA"}},"20001":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.51897,38.03823],[-95.077876,38.037706],[-95.088082,37.732476],[-95.525499,37.732759],[-95.51897,38.03823]]]},"properties":{"id":"20001","n":"Allen","z":["66015","66039","66716","66720","66732","66742","66748","66749","66751","66755","66772"],"st":"KS"}},"20003":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.508328,38.390278],[-95.065831,38.389945],[-95.077876,38.037706],[-95.51897,38.03823],[-95.508328,38.390278]]]},"properties":{"id":"20003","n":"Anderson","z":["66014","66015","66032","66033","66039","66080","66091","66093","66095","66758"],"st":"KS"}},"20005":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.564126,39.652872],[-95.33974,39.65298],[-95.115189,39.652549],[-95.04405075257,39.613668296821],[-95.091419402824,39.53325788521],[-94.965747418633,39.421681744656],[-95.180891,39.419218],[-95.570351,39.41905],[-95.564126,39.652872]]]},"properties":{"id":"20005","n":"Atchison","z":["66002","66016","66023","66041","66058","66060","66088","66424","66436","66439"],"st":"KS"}},"20007":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.012598,37.470421],[-98.464663,37.471013],[-98.464951,37.384086],[-98.349804,37.384056],[-98.347148779745,36.99796920865],[-98.544661973349,36.998524240401],[-99.000301053884,36.999358098144],[-99.011499,37.384263],[-99.012598,37.470421]]]},"properties":{"id":"20007","n":"Barber","z":["67028","67057","67061","67065","67070","67071","67104","67134","67138","67143"],"st":"KS"}},"20009":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.032971,38.696759],[-98.486108,38.696878],[-98.480377,38.521841],[-98.479841,38.26079],[-98.912583,38.261088],[-99.032309,38.261227],[-99.032408,38.348334],[-99.032971,38.696759]]]},"properties":{"id":"20009","n":"Barton","z":["67450","67511","67525","67526","67530","67544","67564","67565","67567","67665"],"st":"KS"}},"20011":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.088082,37.732476],[-95.077876,38.037706],[-94.614100248705,38.037056583381],[-94.617872450898,37.673110700332],[-95.088012,37.674519],[-95.088082,37.732476]]]},"properties":{"id":"20011","n":"Bourbon","z":["66010","66701","66711","66716","66738","66741","66746","66754","66755","66769","66779","66780"],"st":"KS"}},"20013":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.788110994892,40.000466779365],[-95.33989597085,40.000028857105],[-95.33974,39.65298],[-95.564126,39.652872],[-95.788941,39.653001],[-95.788110994892,40.000466779365]]]},"properties":{"id":"20013","n":"Brown","z":["66094","66424","66425","66434","66439","66515","66516","66527","66532","66534","66550"],"st":"KS"}},"20015":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.152476,37.912733],[-97.152913,38.087704],[-96.840772,38.085622],[-96.522782,38.08637],[-96.5253,37.607015],[-96.52569,37.476405],[-97.153331,37.475544],[-97.152476,37.912733]]]},"properties":{"id":"20015","n":"Butler","z":["66840","66842","67002","67008","67010","67012","67017","67039","67041","67042","67072","67074","67114","67123","67132","67133","67144","67154"],"st":"KS"}},"20017":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.819723,38.522464],[-96.35378,38.521657],[-96.357277,38.17266],[-96.358099,38.085817],[-96.522782,38.08637],[-96.840772,38.085622],[-96.819723,38.522464]]]},"properties":{"id":"20017","n":"Chase","z":["66801","66838","66840","66843","66845","66846","66850","66862","66865","66869"],"st":"KS"}},"20019":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.524873,37.30273],[-95.964399,37.299232],[-95.964271232102,36.999223144282],[-96.0008102062,36.999201052928],[-96.525582044283,36.998677968725],[-96.524873,37.30273]]]},"properties":{"id":"20019","n":"Chautauqua","z":["67024","67334","67344","67346","67347","67352","67353","67355","67360","67361"],"st":"KS"}},"20021":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.075166,37.339937],[-94.617753891607,37.338418],[-94.618102891103,37.056796390873],[-94.617964,36.998905],[-95.007620004472,36.999522559126],[-95.07350396663,36.999488134679],[-95.075166,37.339937]]]},"properties":{"id":"20021","n":"Cherokee","z":["66713","66724","66725","66728","66739","66753","66762","66770","66773","66778","66781","66782","67336","67356"],"st":"KS"}},"20023":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-102.051744,40.003078],[-101.4110289878,40.002582569568],[-101.413913,39.568361],[-102.04996185783,39.568178980673],[-102.04999213564,39.574056097421],[-102.051744,40.003078]]]},"properties":{"id":"20023","n":"Cheyenne","z":["67731","67741","67745","67756"],"st":"KS"}},"20025":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.107248,37.474836],[-99.556119,37.467722],[-99.543189,37.381124],[-99.541114912361,36.999909644565],[-100.00257151432,37.001619153912],[-100.0894817439,37.001479469463],[-100.091529,37.386892],[-100.107248,37.474836]]]},"properties":{"id":"20025","n":"Clark","z":["67127","67831","67834","67840","67842","67865"],"st":"KS"}},"20027":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.369839,39.306011],[-97.368574,39.567018],[-96.958719,39.566401],[-96.961693,39.220076],[-96.963177,39.1323],[-97.371154,39.131961],[-97.369839,39.306011]]]},"properties":{"id":"20027","n":"Clay","z":["66937","66962","67410","67432","67447","67458","67466","67468","67487"],"st":"KS"}},"20029":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.931482,39.653767],[-97.36867,39.654043],[-97.368574,39.567018],[-97.369839,39.306011],[-97.929097,39.306397],[-97.931844,39.566921],[-97.931482,39.653767]]]},"properties":{"id":"20029","n":"Cloud","z":["66901","66938","66948","67417","67420","67436","67445","67466"],"st":"KS"}},"20031":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.958862,38.170939],[-95.950282,38.434105],[-95.508267,38.433933],[-95.508328,38.390278],[-95.51897,38.03823],[-95.959046,38.040195],[-95.958862,38.170939]]]},"properties":{"id":"20031","n":"Coffey","z":["66093","66758","66839","66852","66854","66856","66857","66864","66868","66871"],"st":"KS"}},"20033":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.543189,37.381124],[-99.011499,37.384263],[-99.000301053884,36.999358098144],[-99.456202434675,36.999700279408],[-99.541114912361,36.999909644565],[-99.543189,37.381124]]]},"properties":{"id":"20033","n":"Comanche","z":["67029","67127","67155"],"st":"KS"}},"20035":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.153331,37.475544],[-96.52569,37.476405],[-96.524873,37.30273],[-96.525582044283,36.998677968725],[-96.749838,36.998988],[-97.147720966923,36.998972335621],[-97.153331,37.475544]]]},"properties":{"id":"20035","n":"Cowley","z":["67005","67008","67019","67023","67024","67038","67039","67051","67072","67102","67110","67119","67131","67146","67156"],"st":"KS"}},"20037":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.088012,37.674519],[-94.617872450898,37.673110700332],[-94.617845524354,37.653577796634],[-94.617667604701,37.364170327039],[-94.617753891607,37.338418],[-95.075166,37.339937],[-95.088189,37.383837],[-95.088012,37.674519]]]},"properties":{"id":"20037","n":"Crawford","z":["66701","66711","66712","66724","66734","66735","66743","66746","66753","66756","66760","66762","66763","66780","66781"],"st":"KS"}},"20039":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.73882471319,40.002262956568],[-100.19359905684,40.00157300572],[-100.17779754588,40.001565813852],[-100.180351,39.56689],[-100.720213,39.568034],[-100.740873,39.568043],[-100.73882471319,40.002262956568]]]},"properties":{"id":"20039","n":"Decatur","z":["67629","67635","67643","67653","67739","67749","67757"],"st":"KS"}},"20041":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.371614,38.957852],[-97.371154,39.131961],[-96.963177,39.1323],[-96.96347,38.964901],[-96.926209,38.978941],[-96.890245,38.870067],[-96.927234,38.81216],[-96.930286,38.609362],[-97.371911,38.609353],[-97.371614,38.957852]]]},"properties":{"id":"20041","n":"Dickinson","z":["66441","67410","67431","67441","67448","67449","67451","67475","67480","67482","67487","67492"],"st":"KS"}},"20043":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.33989597085,40.000028857105],[-95.30829,39.999998],[-95.081534,39.861718],[-94.993374239714,39.898565259992],[-94.877817529851,39.820414776035],[-94.860371,39.74953],[-94.971078,39.723146],[-95.04405075257,39.613668296821],[-95.115189,39.652549],[-95.33974,39.65298],[-95.33989597085,40.000028857105]]]},"properties":{"id":"20043","n":"Doniphan","z":["66002","66008","66017","66024","66035","66041","66087","66090","66094","66532"],"st":"KS"}},"20045":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.500724,38.869815],[-95.500254,39.056656],[-95.285425,39.032162],[-95.187103,39.044109],[-95.186189,38.964542],[-95.056258,38.98212],[-95.056412,38.738587],[-95.500738,38.738808],[-95.500724,38.869815]]]},"properties":{"id":"20045","n":"Douglas","z":["66006","66021","66025","66044","66045","66046","66047","66049","66050","66092","66409","66524"],"st":"KS"}},"20047":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.569879,37.913016],[-99.569533,38.087372],[-99.350359,38.087594],[-99.350289,38.000745],[-99.022136,38.000236],[-99.013318,37.825336],[-99.01355,37.73297],[-99.55958,37.734888],[-99.569879,37.913016]]]},"properties":{"id":"20047","n":"Edwards","z":["67059","67519","67547","67552","67557","67563"],"st":"KS"}},"20049":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.5253,37.607015],[-95.961002,37.603761],[-95.961605,37.386636],[-95.964399,37.299232],[-96.524873,37.30273],[-96.52569,37.476405],[-96.5253,37.607015]]]},"properties":{"id":"20049","n":"Elk","z":["66736","67047","67122","67137","67344","67345","67346","67349","67352","67353"],"st":"KS"}},"20051":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.591776,39.132357],[-99.047687,39.133014],[-99.0375,39.133121],[-99.042626,38.696807],[-99.585087,38.696537],[-99.598323,38.696514],[-99.591776,39.132357]]]},"properties":{"id":"20051","n":"Ellis","z":["67556","67601","67627","67637","67640","67651","67660","67663","67667","67671","67674","96601"],"st":"KS"}},"20053":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.484861,38.870791],[-97.928592,38.871099],[-97.924795,38.60988],[-97.924269,38.522755],[-98.480377,38.521841],[-98.486108,38.696878],[-98.484861,38.870791]]]},"properties":{"id":"20053","n":"Ellsworth","z":["67425","67427","67439","67444","67450","67454","67459","67464","67490"],"st":"KS"}},"20055":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-101.103268,38.264557],[-100.684699,38.264137],[-100.244393,38.26229],[-100.227137,38.262237],[-100.22661,38.001015],[-100.664166,38.00253],[-100.652251,37.736275],[-101.089667,37.736337],[-101.103778,37.829035],[-101.103268,38.264557]]]},"properties":{"id":"20055","n":"Finney","z":["67835","67838","67846","67851","67853","67868","67871"],"st":"KS"}},"20057":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.22709,37.914018],[-99.569879,37.913016],[-99.55958,37.734888],[-99.556119,37.467722],[-100.107248,37.474836],[-100.216229,37.47519],[-100.22709,37.914018]]]},"properties":{"id":"20057","n":"Ford","z":["67563","67801","67834","67841","67842","67843","67844","67865","67876","67882"],"st":"KS"}},"20059":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.508267,38.433933],[-95.500738,38.738808],[-95.056412,38.738587],[-95.065831,38.389945],[-95.508328,38.390278],[-95.508267,38.433933]]]},"properties":{"id":"20059","n":"Franklin","z":["66006","66033","66042","66064","66067","66076","66078","66079","66080","66092","66095","66528"],"st":"KS"}},"20061":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.963177,39.1323],[-96.961693,39.220076],[-96.849879,39.219012],[-96.851409,39.088176],[-96.501166,39.043666],[-96.501556,38.869704],[-96.890245,38.870067],[-96.926209,38.978941],[-96.96347,38.964901],[-96.963177,39.1323]]]},"properties":{"id":"20061","n":"Geary","z":["66441","66442","66502","66514","66834","66849","66872","67487"],"st":"KS"}},"20063":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.811858,39.13336],[-100.721296,39.133381],[-100.1642,39.132071],[-100.14794,39.132179],[-100.153823,38.697341],[-100.2472,38.698165],[-100.688006,38.700021],[-100.818698,38.699861],[-100.811858,39.13336]]]},"properties":{"id":"20063","n":"Gove","z":["67584","67736","67737","67738","67748","67751","67752","67839","67871"],"st":"KS"}},"20065":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.161667,39.567277],[-99.627953,39.567437],[-99.602176,39.567328],[-99.605187,39.132481],[-100.14794,39.132179],[-100.1642,39.132071],[-100.161667,39.567277]]]},"properties":{"id":"20065","n":"Graham","z":["67625","67631","67632","67642","67645","67646","67650","67656","67657","67659","67672"],"st":"KS"}},"20067":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-101.527063,37.736314],[-101.089667,37.736337],[-101.089653,37.387721],[-101.52581,37.388392],[-101.527063,37.736314]]]},"properties":{"id":"20067","n":"Grant","z":["67855","67880"],"st":"KS"}},"20069":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.22661,38.001015],[-100.22709,37.914018],[-100.216229,37.47519],[-100.652642,37.474848],[-100.652251,37.736275],[-100.664166,38.00253],[-100.22661,38.001015]]]},"properties":{"id":"20069","n":"Gray","z":["67835","67837","67841","67844","67846","67853","67867"],"st":"KS"}},"20071":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-102.04571290309,38.697565770078],[-101.567094,38.699669],[-101.567482,38.263145],[-102.04463427029,38.26241156775],[-102.04465035915,38.268749222503],[-102.04551057457,38.615164590177],[-102.04571290309,38.697565770078]]]},"properties":{"id":"20071","n":"Greeley","z":["67879"],"st":"KS"}},"20073":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.522782,38.08637],[-96.358099,38.085817],[-96.357277,38.17266],[-95.958862,38.170939],[-95.959046,38.040195],[-95.960876,37.734304],[-95.961002,37.603761],[-96.5253,37.607015],[-96.522782,38.08637]]]},"properties":{"id":"20073","n":"Greenwood","z":["66777","66852","66853","66855","66860","66863","66870","67045","67047","67122","67137"],"st":"KS"}},"20075":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-102.04463427029,38.26241156775],[-101.567482,38.263145],[-101.542312,38.263207],[-101.542757,37.827594],[-101.527063,37.736314],[-102.04196565863,37.738540573638],[-102.04463427029,38.26241156775]]]},"properties":{"id":"20075","n":"Hamilton","z":["67836","67857","67878"],"st":"KS"}},"20077":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.349804,37.384056],[-97.807057,37.386293],[-97.80231297035,36.998698609394],[-98.111985183746,36.998247994635],[-98.347148779745,36.99796920865],[-98.349804,37.384056]]]},"properties":{"id":"20077","n":"Harper","z":["67003","67004","67009","67018","67036","67049","67058","67061","67150","67159"],"st":"KS"}},"20079":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.701841,38.173814],[-97.37175,38.173673],[-97.153093,38.174634],[-97.152913,38.087704],[-97.152476,37.912733],[-97.701969,37.911325],[-97.701841,38.173814]]]},"properties":{"id":"20079","n":"Harvey","z":["66866","67020","67056","67062","67107","67114","67117","67135","67147","67151","67154","67522"],"st":"KS"}},"20081":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-101.089667,37.736337],[-100.652251,37.736275],[-100.652642,37.474848],[-100.652728,37.387627],[-101.067904,37.387779],[-101.089653,37.387721],[-101.089667,37.736337]]]},"properties":{"id":"20081","n":"Haskell","z":["67837","67870","67877"],"st":"KS"}},"20083":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.227137,38.262237],[-99.584207,38.262179],[-99.569533,38.087372],[-99.569879,37.913016],[-100.22709,37.914018],[-100.22661,38.001015],[-100.227137,38.262237]]]},"properties":{"id":"20083","n":"Hodgeman","z":["67523","67547","67563","67849","67854","67876"],"st":"KS"}},"20085":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.035952,39.5661],[-95.789101,39.565916],[-95.788941,39.653001],[-95.564126,39.652872],[-95.570351,39.41905],[-95.589472,39.216081],[-96.035573,39.21652],[-96.035952,39.5661]]]},"properties":{"id":"20085","n":"Jackson","z":["66416","66418","66419","66422","66432","66436","66439","66440","66509","66512","66516","66536","66540","66550","66552","66617"],"st":"KS"}},"20087":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.589472,39.216081],[-95.570351,39.41905],[-95.180891,39.419218],[-95.187103,39.044109],[-95.285425,39.032162],[-95.500254,39.056656],[-95.596759,39.064672],[-95.589472,39.216081]]]},"properties":{"id":"20087","n":"Jefferson","z":["66002","66044","66054","66060","66066","66070","66073","66086","66088","66097","66419","66429","66436","66512","66617"],"st":"KS"}},"20089":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.504454983637,40.002379876736],[-98.274017059753,40.00233745073],[-97.931824926317,40.00223634502],[-97.931482,39.653767],[-97.931844,39.566921],[-98.487384,39.567492],[-98.505266,39.567603],[-98.504454983637,40.002379876736]]]},"properties":{"id":"20089","n":"Jewell","z":{"0":"66936","1":"66939","2":"66941","3":"66942","4":"66949","5":"66952","6":"66956","7":"66963","8":"66970","9":"67430","10":"67446","22":"68978"},"st":"KS"}},"20091":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.056258,38.98212],[-94.908765,38.991401],[-94.874812,39.05804],[-94.607870353374,39.044085096478],[-94.60896034375,38.847211315445],[-94.609489672346,38.738101709473],[-95.056412,38.738587],[-95.056258,38.98212]]]},"properties":{"id":"20091","n":"Johnson","z":{"0":"66013","1":"66018","2":"66021","3":"66025","4":"66030","5":"66031","6":"66051","7":"66061","8":"66062","9":"66063","10":"66083","11":"66085","12":"66201","13":"66202","14":"66203","15":"66204","16":"66205","17":"66206","18":"66207","19":"66208","20":"66209","21":"66210","22":"66211","23":"66212","24":"66213","25":"66214","26":"66215","27":"66216","28":"66217","29":"66218","30":"66219","31":"66220","32":"66221","33":"66223","34":"66224","35":"66225","36":"66226","37":"66227","38":"66250","39":"66251","40":"66276","41":"66282","42":"66283","43":"66285","44":"66286","47":"66019"},"st":"KS"}},"20093":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-101.542312,38.263207],[-101.125438,38.264509],[-101.103268,38.264557],[-101.103778,37.829035],[-101.089667,37.736337],[-101.527063,37.736314],[-101.542757,37.827594],[-101.542312,38.263207]]]},"properties":{"id":"20093","n":"Kearny","z":["67838","67857","67860","67880"],"st":"KS"}},"20095":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.464663,37.471013],[-98.464804,37.732675],[-97.807823,37.733855],[-97.8076,37.474184],[-97.807057,37.386293],[-98.349804,37.384056],[-98.464951,37.384086],[-98.464663,37.471013]]]},"properties":{"id":"20095","n":"Kingman","z":["67025","67035","67058","67068","67111","67112","67118","67142","67159","67570"],"st":"KS"}},"20097":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.55958,37.734888],[-99.01355,37.73297],[-99.012598,37.470421],[-99.011499,37.384263],[-99.543189,37.381124],[-99.556119,37.467722],[-99.55958,37.734888]]]},"properties":{"id":"20097","n":"Kiowa","z":["67028","67029","67054","67059","67109","67155"],"st":"KS"}},"20099":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.52113,37.38399],[-95.088189,37.383837],[-95.075166,37.339937],[-95.07350396663,36.999488134679],[-95.407620005877,36.999341736639],[-95.522414552399,36.999319786783],[-95.52113,37.38399]]]},"properties":{"id":"20099","n":"Labette","z":["66753","66776","67330","67332","67335","67336","67337","67341","67342","67351","67354","67356","67357"],"st":"KS"}},"20101":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.688006,38.700021],[-100.2472,38.698165],[-100.244393,38.26229],[-100.684699,38.264137],[-100.688006,38.700021]]]},"properties":{"id":"20101","n":"Lane","z":["67518","67584","67839","67846","67850"],"st":"KS"}},"20103":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.187103,39.044109],[-95.180891,39.419218],[-94.965747418633,39.421681744656],[-94.888972,39.392432],[-94.908065,39.323663],[-94.791994673743,39.20126025024],[-94.900191,39.202911],[-94.908765,38.991401],[-95.056258,38.98212],[-95.186189,38.964542],[-95.187103,39.044109]]]},"properties":{"id":"20103","n":"Leavenworth","z":["66002","66007","66012","66020","66027","66043","66044","66048","66052","66054","66086","66097","66109"],"st":"KS"}},"20105":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.490149,39.21978],[-97.929746,39.219273],[-97.92856,38.958395],[-97.928592,38.871099],[-98.484861,38.870791],[-98.489997,39.132697],[-98.490149,39.21978]]]},"properties":{"id":"20105","n":"Lincoln","z":["67418","67423","67439","67452","67455","67481","67484","67490","67648"],"st":"KS"}},"20107":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.065831,38.389945],[-94.612772628993,38.388718482732],[-94.613929961056,38.060052959896],[-94.614100248705,38.037056583381],[-95.077876,38.037706],[-95.065831,38.389945]]]},"properties":{"id":"20107","n":"Linn","z":["66010","66014","66026","66033","66040","66056","66072","66075","66738","66754","66767"],"st":"KS"}},"20109":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-101.478195,39.134761],[-101.391717,39.135117],[-100.811858,39.13336],[-100.818698,38.699861],[-101.128379,38.700603],[-101.484383,38.700166],[-101.478195,39.134761]]]},"properties":{"id":"20109","n":"Logan","z":["67747","67748","67761","67764","67861","67871"],"st":"KS"}},"20111":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.35378,38.521657],[-96.352613,38.739021],[-95.945924,38.739112],[-95.950282,38.434105],[-95.958862,38.170939],[-96.357277,38.17266],[-96.35378,38.521657]]]},"properties":{"id":"20111","n":"Lyon","z":["66413","66523","66801","66830","66833","66835","66846","66854","66860","66864","66865","66868"],"st":"KS"}},"20113":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.924795,38.60988],[-97.371911,38.609353],[-97.37175,38.173673],[-97.701841,38.173814],[-97.922136,38.173713],[-97.924269,38.522755],[-97.924795,38.60988]]]},"properties":{"id":"20113","n":"McPherson","z":["67062","67107","67114","67428","67443","67448","67456","67460","67464","67491","67546"],"st":"KS"}},"20115":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.371911,38.609353],[-96.930286,38.609362],[-96.929969,38.522412],[-96.819723,38.522464],[-96.840772,38.085622],[-97.152913,38.087704],[-97.153093,38.174634],[-97.37175,38.173673],[-97.371911,38.609353]]]},"properties":{"id":"20115","n":"Marion","z":["66840","66851","66858","66859","66861","66866","67053","67063","67073","67114","67151","67428","67438","67449","67475","67483"],"st":"KS"}},"20117":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.805768,40.001368455095],[-96.463712076775,40.000958572554],[-96.239207878411,40.000691042754],[-96.238969,39.56622],[-96.580362,39.566332],[-96.806544,39.566423],[-96.805768,40.001368455095]]]},"properties":{"id":"20117","n":"Marshall","z":["66403","66406","66411","66412","66427","66438","66508","66518","66541","66544","66548"],"st":"KS"}},"20119":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.652642,37.474848],[-100.216229,37.47519],[-100.107248,37.474836],[-100.091529,37.386892],[-100.0894817439,37.001479469463],[-100.63332498616,37.000173609053],[-100.63392,37.381174],[-100.652728,37.387627],[-100.652642,37.474848]]]},"properties":{"id":"20119","n":"Meade","z":["67837","67844","67864","67867","67869"],"st":"KS"}},"20121":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.056412,38.738587],[-94.609489672346,38.738101709473],[-94.612866,38.477571],[-94.612772628993,38.388718482732],[-95.065831,38.389945],[-95.056412,38.738587]]]},"properties":{"id":"20121","n":"Miami","z":["66013","66021","66026","66036","66040","66042","66053","66064","66071","66072","66083","66092"],"st":"KS"}},"20123":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.487384,39.567492],[-97.931844,39.566921],[-97.929097,39.306397],[-97.929746,39.219273],[-98.490149,39.21978],[-98.487384,39.567492]]]},"properties":{"id":"20123","n":"Mitchell","z":["67418","67420","67430","67446","67452","67478","67485"],"st":"KS"}},"20125":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.961605,37.386636],[-95.52556,37.383979],[-95.52113,37.38399],[-95.522414552399,36.999319786783],[-95.786761870778,36.999270917592],[-95.964271232102,36.999223144282],[-95.964399,37.299232],[-95.961605,37.386636]]]},"properties":{"id":"20125","n":"Montgomery","z":["66736","66757","67301","67333","67335","67337","67340","67344","67347","67351","67363","67364"],"st":"KS"}},"20127":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.930286,38.609362],[-96.927234,38.81216],[-96.890245,38.870067],[-96.501556,38.869704],[-96.501397,38.826188],[-96.390398,38.825858],[-96.352613,38.739021],[-96.35378,38.521657],[-96.819723,38.522464],[-96.929969,38.522412],[-96.930286,38.609362]]]},"properties":{"id":"20127","n":"Morris","z":["66834","66838","66846","66849","66859","66872","66873","67449"],"st":"KS"}},"20129":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-102.04193852287,37.389190055394],[-101.556606,37.388485],[-101.55525884869,36.995290939278],[-102.02820419104,36.993145147108],[-102.04224,36.993083],[-102.04193852287,37.389190055394]]]},"properties":{"id":"20129","n":"Morton","z":["67855","67862","67950","67953","67954"],"st":"KS"}},"20131":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.239207878411,40.000691042754],[-96.010678817935,40.000704665772],[-95.788110994892,40.000466779365],[-95.788941,39.653001],[-95.789101,39.565916],[-96.035952,39.5661],[-96.238969,39.56622],[-96.239207878411,40.000691042754]]]},"properties":{"id":"20131","n":"Nemaha","z":["66403","66404","66408","66415","66416","66417","66428","66521","66522","66534","66538","66540","66544","66550"],"st":"KS"}},"20133":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.525499,37.732759],[-95.088082,37.732476],[-95.088012,37.674519],[-95.088189,37.383837],[-95.52113,37.38399],[-95.52556,37.383979],[-95.525499,37.732759]]]},"properties":{"id":"20133","n":"Neosho","z":["66720","66733","66740","66748","66771","66775","66776","66780","67357"],"st":"KS"}},"20135":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.2472,38.698165],[-100.153823,38.697341],[-99.598323,38.696514],[-99.585087,38.696537],[-99.584794,38.349386],[-99.584207,38.262179],[-100.227137,38.262237],[-100.244393,38.26229],[-100.2472,38.698165]]]},"properties":{"id":"20135","n":"Ness","z":["67515","67516","67518","67521","67556","67560","67572","67584"],"st":"KS"}},"20137":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.17779754588,40.001565813852],[-99.628253849225,40.001771947268],[-99.6253267264,40.001777827647],[-99.627953,39.567437],[-100.161667,39.567277],[-100.180351,39.56689],[-100.17779754588,40.001565813852]]]},"properties":{"id":"20137","n":"Norton","z":["67622","67629","67645","67646","67647","67653","67654","67664"],"st":"KS"}},"20139":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.945924,38.739112],[-95.946587,38.869973],[-95.500724,38.869815],[-95.500738,38.738808],[-95.508267,38.433933],[-95.950282,38.434105],[-95.945924,38.739112]]]},"properties":{"id":"20139","n":"Osage","z":["66413","66414","66451","66510","66523","66524","66528","66537","66543","66546","66856","66868","66871"],"st":"KS"}},"20141":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.044398,39.568035],[-98.505266,39.567603],[-98.487384,39.567492],[-98.490149,39.21978],[-98.489997,39.132697],[-99.0375,39.133121],[-99.047687,39.133014],[-99.044398,39.568035]]]},"properties":{"id":"20141","n":"Osborne","z":["67437","67473","67474","67485","67623","67648","67649","67651","67658","67673"],"st":"KS"}},"20143":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.929097,39.306397],[-97.369839,39.306011],[-97.371154,39.131961],[-97.371614,38.957852],[-97.92856,38.958395],[-97.929746,39.219273],[-97.929097,39.306397]]]},"properties":{"id":"20143","n":"Ottawa","z":["67401","67422","67432","67436","67445","67458","67466","67467","67470","67480","67484"],"st":"KS"}},"20145":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.584794,38.349386],[-99.032408,38.348334],[-99.032309,38.261227],[-98.912583,38.261088],[-98.913136,38.000451],[-99.022136,38.000236],[-99.350289,38.000745],[-99.350359,38.087594],[-99.569533,38.087372],[-99.584207,38.262179],[-99.584794,38.349386]]]},"properties":{"id":"20145","n":"Pawnee","z":["67519","67523","67529","67550","67557","67559","67567","67574","67575"],"st":"KS"}},"20147":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.6253267264,40.001777827647],[-99.179133150861,40.002108952695],[-99.067018349898,40.002143513052],[-99.06622,39.568125],[-99.602176,39.567328],[-99.627953,39.567437],[-99.6253267264,40.001777827647]]]},"properties":{"id":"20147","n":"Phillips","z":["66951","67621","67639","67644","67646","67647","67661","67664"],"st":"KS"}},"20149":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.580362,39.566332],[-96.238969,39.56622],[-96.035952,39.5661],[-96.035573,39.21652],[-96.03906,39.126527],[-96.083557,39.193504],[-96.233671,39.212279],[-96.389046,39.172878],[-96.557892,39.181974],[-96.562342,39.241341],[-96.726667,39.403601],[-96.706722,39.461533],[-96.580362,39.566332]]]},"properties":{"id":"20149","n":"Pottawatomie","z":["66407","66422","66426","66427","66432","66502","66520","66521","66535","66536","66547","66549"],"st":"KS"}},"20151":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.013318,37.825336],[-98.472257,37.824497],[-98.464804,37.732675],[-98.464663,37.471013],[-99.012598,37.470421],[-99.01355,37.73297],[-99.013318,37.825336]]]},"properties":{"id":"20151","n":"Pratt","z":["67021","67028","67035","67059","67065","67066","67124","67134","67557","67583"],"st":"KS"}},"20153":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-101.4110289878,40.002582569568],[-101.32551402752,40.00256534823],[-100.75883,40.002302],[-100.73882471319,40.002262956568],[-100.740873,39.568043],[-101.389068,39.568369],[-101.413913,39.568361],[-101.4110289878,40.002582569568]]]},"properties":{"id":"20153","n":"Rawlins","z":["67701","67730","67732","67734","67739","67743","67744","67745","67749","67753"],"st":"KS"}},"20155":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.472794,38.172757],[-98.215924,38.15875],[-97.922136,38.173713],[-97.701841,38.173814],[-97.701969,37.911325],[-97.698692,37.735056],[-97.807823,37.733855],[-98.464804,37.732675],[-98.472257,37.824497],[-98.472794,38.172757]]]},"properties":{"id":"20155","n":"Reno","z":["67020","67025","67035","67068","67108","67501","67502","67504","67505","67510","67514","67522","67543","67546","67561","67566","67568","67570","67579","67581","67583","67585"],"st":"KS"}},"20157":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.931824926317,40.00223634502],[-97.821500812275,40.002186882089],[-97.369199035315,40.001939305761],[-97.36867,39.654043],[-97.931482,39.653767],[-97.931824926317,40.00223634502]]]},"properties":{"id":"20157","n":"Republic","z":{"0":"66901","1":"66930","2":"66935","3":"66939","4":"66940","5":"66948","6":"66959","7":"66960","8":"66961","9":"66964","10":"66966","21":"68325"},"st":"KS"}},"20159":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.480377,38.521841],[-97.924269,38.522755],[-97.922136,38.173713],[-98.215924,38.15875],[-98.472794,38.172757],[-98.479841,38.26079],[-98.480377,38.521841]]]},"properties":{"id":"20159","n":"Rice","z":["67427","67444","67457","67491","67502","67512","67524","67525","67526","67546","67554","67573","67579"],"st":"KS"}},"20161":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.958719,39.566401],[-96.806544,39.566423],[-96.580362,39.566332],[-96.706722,39.461533],[-96.726667,39.403601],[-96.562342,39.241341],[-96.557892,39.181974],[-96.389046,39.172878],[-96.390796,39.043257],[-96.501166,39.043666],[-96.851409,39.088176],[-96.849879,39.219012],[-96.961693,39.220076],[-96.958719,39.566401]]]},"properties":{"id":"20161","n":"Riley","z":["66411","66441","66442","66449","66502","66503","66505","66506","66517","66531","66554","66933","67432","67447"],"st":"KS"}},"20163":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.602176,39.567328],[-99.06622,39.568125],[-99.044398,39.568035],[-99.047687,39.133014],[-99.591776,39.132357],[-99.605187,39.132481],[-99.602176,39.567328]]]},"properties":{"id":"20163","n":"Rooks","z":["67632","67646","67651","67657","67663","67669","67675"],"st":"KS"}},"20165":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.585087,38.696537],[-99.042626,38.696807],[-99.032971,38.696759],[-99.032408,38.348334],[-99.584794,38.349386],[-99.585087,38.696537]]]},"properties":{"id":"20165","n":"Rush","z":["67511","67513","67520","67548","67553","67556","67559","67565","67567","67575"],"st":"KS"}},"20167":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.0375,39.133121],[-98.489997,39.132697],[-98.484861,38.870791],[-98.486108,38.696878],[-99.032971,38.696759],[-99.042626,38.696807],[-99.0375,39.133121]]]},"properties":{"id":"20167","n":"Russell","z":["67481","67490","67626","67634","67640","67648","67649","67651","67658","67665","67673"],"st":"KS"}},"20169":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.92856,38.958395],[-97.371614,38.957852],[-97.371911,38.609353],[-97.924795,38.60988],[-97.928592,38.871099],[-97.92856,38.958395]]]},"properties":{"id":"20169","n":"Saline","z":["67401","67402","67416","67425","67442","67448","67456","67470","67476","67480","67484"],"st":"KS"}},"20171":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-101.128379,38.700603],[-100.818698,38.699861],[-100.688006,38.700021],[-100.684699,38.264137],[-101.103268,38.264557],[-101.125438,38.264509],[-101.128379,38.700603]]]},"properties":{"id":"20171","n":"Scott","z":["67863","67871"],"st":"KS"}},"20173":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.807823,37.733855],[-97.698692,37.735056],[-97.701969,37.911325],[-97.152476,37.912733],[-97.153331,37.475544],[-97.8076,37.474184],[-97.807823,37.733855]]]},"properties":{"id":"20173","n":"Sedgwick","z":["67001","67016","67017","67020","67025","67026","67030","67031","67037","67050","67052","67055","67060","67067","67101","67106","67108","67110","67118","67120","67135","67147","67149","67201","67202","67203","67204","67205","67206","67207","67208","67209","67210","67211","67212","67213","67214","67215","67216","67217","67218","67219","67220","67221","67223","67226","67227","67228","67230","67232","67235","67260","67275","67276","67277","67278"],"st":"KS"}},"20175":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-101.067904,37.387779],[-100.652728,37.387627],[-100.63392,37.381174],[-100.63332498616,37.000173609053],[-100.94546679308,36.998246828729],[-101.06645021566,36.99773617514],[-101.067904,37.387779]]]},"properties":{"id":"20175","n":"Seward","z":["67859","67869","67870","67877","67901","67905","67952"],"st":"KS"}},"20177":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.035573,39.21652],[-95.589472,39.216081],[-95.596759,39.064672],[-95.500254,39.056656],[-95.500724,38.869815],[-95.946587,38.869973],[-95.946754,39.098685],[-96.03906,39.126527],[-96.035573,39.21652]]]},"properties":{"id":"20177","n":"Shawnee","z":["66050","66402","66409","66420","66431","66512","66524","66533","66536","66539","66542","66546","66601","66603","66604","66605","66606","66607","66608","66609","66610","66611","66612","66614","66615","66616","66617","66618","66619","66620","66621","66622","66624","66625","66626","66629","66630","66636","66647","66667","66675","66683","66699"],"st":"KS"}},"20179":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.720213,39.568034],[-100.180351,39.56689],[-100.161667,39.567277],[-100.1642,39.132071],[-100.721296,39.133381],[-100.720213,39.568034]]]},"properties":{"id":"20179","n":"Sheridan","z":["67635","67737","67738","67740","67751","67752","67753","67757"],"st":"KS"}},"20181":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-102.04996185783,39.568178980673],[-101.413913,39.568361],[-101.389068,39.568369],[-101.391717,39.135117],[-101.478195,39.134761],[-102.0472007217,39.133146709511],[-102.04996185783,39.568178980673]]]},"properties":{"id":"20181","n":"Sherman","z":["67732","67733","67735","67741"],"st":"KS"}},"20183":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.067018349898,40.002143513052],[-98.726372963939,40.002336273167],[-98.504454983637,40.002379876736],[-98.505266,39.567603],[-99.044398,39.568035],[-99.06622,39.568125],[-99.067018349898,40.002143513052]]]},"properties":{"id":"20183","n":"Smith","z":["66932","66951","66952","66967","67437","67474","67628","67638"],"st":"KS"}},"20185":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.022136,38.000236],[-98.913136,38.000451],[-98.912583,38.261088],[-98.479841,38.26079],[-98.472794,38.172757],[-98.472257,37.824497],[-99.013318,37.825336],[-99.022136,38.000236]]]},"properties":{"id":"20185","n":"Stafford","z":["67526","67530","67545","67550","67557","67567","67576","67578","67583"],"st":"KS"}},"20187":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-102.04196565863,37.738540573638],[-101.527063,37.736314],[-101.52581,37.388392],[-101.556606,37.388485],[-102.04193852287,37.389190055394],[-102.04189086967,37.644277685292],[-102.04196565863,37.738540573638]]]},"properties":{"id":"20187","n":"Stanton","z":["67855","67862","67878"],"st":"KS"}},"20189":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-101.556606,37.388485],[-101.52581,37.388392],[-101.089653,37.387721],[-101.067904,37.387779],[-101.06645021566,36.99773617514],[-101.55525884869,36.995290939278],[-101.556606,37.388485]]]},"properties":{"id":"20189","n":"Stevens","z":["67901","67951","67952","67954"],"st":"KS"}},"20191":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.8076,37.474184],[-97.153331,37.475544],[-97.147720966923,36.998972335621],[-97.462346029864,36.998824238797],[-97.80231297035,36.998698609394],[-97.807057,37.386293],[-97.8076,37.474184]]]},"properties":{"id":"20191","n":"Sumner","z":["67004","67013","67018","67022","67026","67031","67049","67051","67103","67105","67106","67110","67118","67119","67120","67140","67146","67152"],"st":"KS"}},"20193":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-101.389068,39.568369],[-100.740873,39.568043],[-100.720213,39.568034],[-100.721296,39.133381],[-100.811858,39.13336],[-101.391717,39.135117],[-101.389068,39.568369]]]},"properties":{"id":"20193","n":"Thomas","z":["67701","67732","67734","67743","67748","67753","67764"],"st":"KS"}},"20195":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.14794,39.132179],[-99.605187,39.132481],[-99.591776,39.132357],[-99.598323,38.696514],[-100.153823,38.697341],[-100.14794,39.132179]]]},"properties":{"id":"20195","n":"Trego","z":["67521","67572","67584","67631","67637","67656","67657","67672"],"st":"KS"}},"20197":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.501556,38.869704],[-96.501166,39.043666],[-96.390796,39.043257],[-96.389046,39.172878],[-96.233671,39.212279],[-96.083557,39.193504],[-96.03906,39.126527],[-95.946754,39.098685],[-95.946587,38.869973],[-95.945924,38.739112],[-96.352613,38.739021],[-96.390398,38.825858],[-96.501397,38.826188],[-96.501556,38.869704]]]},"properties":{"id":"20197","n":"Wabaunsee","z":["66401","66407","66413","66423","66431","66501","66502","66507","66526","66536","66547","66614","66615","66834"],"st":"KS"}},"20199":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-102.0472007217,39.133146709511],[-101.478195,39.134761],[-101.484383,38.700166],[-101.567094,38.699669],[-102.04571290309,38.697565770078],[-102.046571,39.047038],[-102.0472007217,39.133146709511]]]},"properties":{"id":"20199","n":"Wallace","z":["67758","67761","67762"],"st":"KS"}},"20201":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.369199035315,40.001939305761],[-96.916407005466,40.001454091044],[-96.805768,40.001368455095],[-96.806544,39.566423],[-96.958719,39.566401],[-97.368574,39.567018],[-97.36867,39.654043],[-97.369199035315,40.001939305761]]]},"properties":{"id":"20201","n":"Washington","z":["66412","66548","66933","66937","66938","66943","66944","66945","66946","66953","66955","66958","66962","66968"],"st":"KS"}},"20203":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-101.567094,38.699669],[-101.484383,38.700166],[-101.128379,38.700603],[-101.125438,38.264509],[-101.542312,38.263207],[-101.567482,38.263145],[-101.567094,38.699669]]]},"properties":{"id":"20203","n":"Wichita","z":["67861","67863","67871"],"st":"KS"}},"20205":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.961002,37.603761],[-95.960876,37.734304],[-95.525499,37.732759],[-95.52556,37.383979],[-95.961605,37.386636],[-95.961002,37.603761]]]},"properties":{"id":"20205","n":"Wilson","z":["66710","66714","66717","66720","66736","66757","66776","66777","67047"],"st":"KS"}},"20207":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.959046,38.040195],[-95.51897,38.03823],[-95.525499,37.732759],[-95.960876,37.734304],[-95.959046,38.040195]]]},"properties":{"id":"20207","n":"Woodson","z":["66748","66758","66761","66777","66783","66852"],"st":"KS"}},"20209":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.791994673743,39.20126025024],[-94.601937981921,39.155503233464],[-94.591933,39.155003],[-94.607870353374,39.044085096478],[-94.874812,39.05804],[-94.908765,38.991401],[-94.900191,39.202911],[-94.791994673743,39.20126025024]]]},"properties":{"id":"20209","n":"Wyandotte","z":["66012","66101","66102","66103","66104","66105","66106","66109","66110","66111","66112","66113","66115","66117","66118","66119","66160","66217"],"st":"KS"}},"21001":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.526881,37.10945],[-85.352771,37.192432],[-85.312291,37.246405],[-85.165174,37.310396],[-85.056898,37.257041],[-85.043316,37.186028],[-85.205831,36.996862],[-85.232026,36.925069],[-85.45183,36.938138],[-85.526881,37.10945]]]},"properties":{"id":"21001","n":"Adair","z":["42129","42528","42539","42642","42715","42720","42728","42733","42741","42742","42743","42753"],"st":"KY"}},"21003":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.405769,36.776187],[-86.201417,36.935315],[-86.16674,36.934015],[-85.97691,36.722722],[-85.975713174144,36.628637718682],[-86.205565269856,36.639246870329],[-86.411496198966,36.648240422848],[-86.405769,36.776187]]]},"properties":{"id":"21003","n":"Allen","z":["42120","42122","42133","42134","42153","42164"],"st":"KY"}},"21005":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.101646,38.03727],[-85.023711,38.129052],[-84.864908,38.116926],[-84.796327,37.970088],[-84.933085,37.954186],[-85.030528,37.891538],[-85.152797,37.897661],[-85.167834,37.971809],[-85.101646,38.03727]]]},"properties":{"id":"21005","n":"Anderson","z":["40046","40076","40342","40372"],"st":"KY"}},"21007":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.933517214748,37.227511279915],[-88.815952,36.9541],[-89.080253,36.915486],[-89.103135448327,36.944760900322],[-89.132915,36.982057],[-89.16662021202,37.0721103438],[-89.058036,37.188767],[-88.933517214748,37.227511279915]]]},"properties":{"id":"21007","n":"Ballard","z":["42022","42024","42053","42056","42060","42087"],"st":"KY"}},"21009":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.113512,37.061072],[-86.074267,37.053285],[-86.056443,37.167208],[-85.906336,37.148377],[-85.744221,37.169813],[-85.739255,36.841476],[-85.97691,36.722722],[-86.16674,36.934015],[-86.113512,37.061072]]]},"properties":{"id":"21009","n":"Barren","z":["42123","42127","42130","42131","42133","42141","42142","42152","42154","42156","42160","42166","42171","42749"],"st":"KY"}},"21011":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.977924,38.192118],[-83.848355,38.296949],[-83.725393,38.292584],[-83.635195,38.187525],[-83.498846,38.05062],[-83.580859,38.011568],[-83.75943,37.998731],[-83.881353,38.136517],[-83.977924,38.192118]]]},"properties":{"id":"21011","n":"Bath","z":["40319","40334","40346","40353","40358","40360","40366","40371","40374"],"st":"KY"}},"21013":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.877503,36.687259],[-83.798248,36.785197],[-83.566142,36.931525],[-83.589521,36.955786],[-83.509083,36.938509],[-83.489813,36.895413],[-83.500891,36.733254],[-83.460954647464,36.666131036273],[-83.675413,36.600814],[-83.930760783944,36.587694258112],[-83.956319,36.645433],[-83.877503,36.687259]]]},"properties":{"id":"21013","n":"Bell","z":["40813","40845","40856","40902","40913","40939","40940","40955","40958","40965","40977","40988"],"st":"KY"}},"21015":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.820157,39.10548],[-84.750749,39.147358],[-84.62202768366,39.078327546654],[-84.597932,38.879431],[-84.615664,38.802277],[-84.660107,38.777293],[-84.798699822952,38.859227390207],[-84.864428518992,38.913843641049],[-84.877570231125,39.031262844094],[-84.820157,39.10548]]]},"properties":{"id":"21015","n":"Boone","z":["41005","41018","41021","41022","41025","41030","41042","41048","41080","41091","41092","41094"],"st":"KY"}},"21017":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.442661,38.283236],[-84.333623,38.288975],[-84.19405,38.37175],[-84.095324,38.259014],[-83.977924,38.192118],[-84.080527,38.115118],[-84.286461,38.067028],[-84.379613,38.111456],[-84.401847,38.207889],[-84.442661,38.283236]]]},"properties":{"id":"21017","n":"Bourbon","z":["40311","40324","40348","40357","40361","40362","40374","40511","40516","41031"],"st":"KY"}},"21019":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.664116907516,38.507715590257],[-82.593673,38.421809],[-82.584693814126,38.24051299337],[-82.614304,38.266078],[-82.794206,38.243772],[-82.771737,38.362588],[-82.817454,38.373935],[-82.664116907516,38.507715590257]]]},"properties":{"id":"21019","n":"Boyd","z":["41101","41102","41105","41129","41168"],"st":"KY"}},"21021":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.030172,37.63127],[-85.025021,37.678854],[-84.744888,37.713075],[-84.658296,37.634501],[-84.847183,37.548455],[-85.039674,37.545232],[-85.030172,37.63127]]]},"properties":{"id":"21021","n":"Boyle","z":["40328","40422","40423","40440","40452","40464","40468"],"st":"KY"}},"21023":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.05264617322,38.771614667536],[-83.904375086105,38.767283875268],[-83.991605,38.593701],[-84.083746,38.608594],[-84.162031,38.554125],[-84.205346,38.582039],[-84.226162633963,38.829777141242],[-84.05264617322,38.771614667536]]]},"properties":{"id":"21023","n":"Bracken","z":["41002","41004","41040","41043","41044","41061","41064"],"st":"KY"}},"21025":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.579186,37.506249],[-83.522308,37.638516],[-83.418474,37.690729],[-83.248692,37.669616],[-83.134949,37.606812],[-83.089796,37.632167],[-82.948544,37.503167],[-83.089007,37.522648],[-83.124348,37.404973],[-83.214735,37.443538],[-83.38165,37.338266],[-83.449454,37.378853],[-83.547628,37.334418],[-83.534281,37.417409],[-83.579186,37.506249]]]},"properties":{"id":"21025","n":"Breathitt","z":["41301","41310","41311","41314","41317","41339","41348","41366","41385","41390"],"st":"KY"}},"21027":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.646703057859,37.864908975898],[-86.509368,37.902887],[-86.521825,38.038327],[-86.488052467128,38.0436653089],[-86.151285,37.798878],[-86.27527,37.593519],[-86.409744,37.566514],[-86.511631,37.622924],[-86.59281,37.56436],[-86.638935,37.661877],[-86.677873,37.792848],[-86.646703057859,37.864908975898]]]},"properties":{"id":"21027","n":"Breckinridge","z":["40111","40115","40119","40140","40142","40143","40144","40145","40146","40152","40153","40157","40170","40171","40175","40176","40178","42754"],"st":"KY"}},"21029":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.42883,38.118383],[-85.516882,38.011267],[-85.489202,37.990654],[-85.576259,37.885129],[-85.737777,37.81179],[-85.838198,37.879284],[-85.854871,37.945385],[-85.938321,37.998756],[-85.712578,38.087311],[-85.529477,38.083864],[-85.42883,38.118383]]]},"properties":{"id":"21029","n":"Bullitt","z":["40013","40047","40071","40109","40110","40150","40165","40166","40177","40229","40272","40299"],"st":"KY"}},"21031":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.899268,37.212313],[-86.815852,37.328859],[-86.759533,37.304099],[-86.612095,37.395123],[-86.487152,37.362501],[-86.469126,37.321099],[-86.399165,37.169896],[-86.622895,37.181089],[-86.674462,36.999766],[-86.941391,37.068981],[-86.899268,37.212313]]]},"properties":{"id":"21031","n":"Butler","z":["42101","42201","42219","42252","42256","42261","42273","42275","42288","42320","42333","42339","42721"],"st":"KY"}},"21033":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.801046,37.379445],[-87.813413,37.350645],[-87.805029,37.241083],[-87.680617,37.149239],[-87.733368,37.002103],[-87.876996,36.960116],[-88.042142,37.174756],[-88.095781,37.179684],[-88.089493,37.222066],[-87.801046,37.379445]]]},"properties":{"id":"21033","n":"Caldwell","z":["42038","42064","42408","42411","42445"],"st":"KY"}},"21035":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.485697,36.750328],[-88.110831,36.74715],[-88.070532,36.678118],[-88.053350800776,36.499996250682],[-88.489076738713,36.501283719076],[-88.485697,36.750328]]]},"properties":{"id":"21035","n":"Calloway","z":["42020","42025","42036","42040","42048","42049","42054","42071","42076"],"st":"KY"}},"21037":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.321207226857,39.020586352689],[-84.232305045403,38.874707896032],[-84.418107,38.806596],[-84.450774,38.819526],[-84.4508,38.993609],[-84.506518737437,39.101766408188],[-84.462042,39.12176],[-84.321207226857,39.020586352689]]]},"properties":{"id":"21037","n":"Campbell","z":["41001","41006","41007","41059","41071","41072","41073","41074","41075","41076","41085","41099"],"st":"KY"}},"21039":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.103135448327,36.944760900322],[-89.080253,36.915486],[-88.815952,36.9541],[-88.812897,36.946864],[-88.813229,36.773115],[-89.15598490907,36.786292663371],[-89.103135448327,36.944760900322]]]},"properties":{"id":"21039","n":"Carlisle","z":["42021","42023","42035","42039"],"st":"KY"}},"21041":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.201760622549,38.697440791846],[-85.021052141674,38.758527324714],[-84.934536,38.66213],[-85.074583,38.596838],[-85.16827,38.585448],[-85.211375,38.580216],[-85.332640733751,38.734816754348],[-85.201760622549,38.697440791846]]]},"properties":{"id":"21041","n":"Carroll","z":["40006","40011","40045","40075","41008","41045","41083","41098"],"st":"KY"}},"21043":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.341347,38.319521],[-83.230598,38.339508],[-83.237181,38.426246],[-83.166419,38.503965],[-83.051751,38.465404],[-82.970648,38.393666],[-82.817454,38.373935],[-82.771737,38.362588],[-82.794206,38.243772],[-82.924805,38.175114],[-83.053081,38.189545],[-83.177781,38.266963],[-83.244306,38.19238],[-83.30114,38.209703],[-83.341347,38.319521]]]},"properties":{"id":"21043","n":"Carter","z":["40351","41128","41132","41142","41143","41146","41164","41168","41180","41181"],"st":"KY"}},"21045":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.073772,37.413669],[-85.039674,37.545232],[-84.847183,37.548455],[-84.850816,37.427143],[-84.722826,37.360043],[-84.720712,37.238328],[-84.901112,37.116297],[-84.954406,37.102271],[-85.043316,37.186028],[-85.056898,37.257041],[-85.165174,37.310396],[-85.073772,37.413669]]]},"properties":{"id":"21045","n":"Casey","z":["40328","40437","40442","40464","40489","42516","42528","42539","42541","42565","42566","42642","42733"],"st":"KY"}},"21047":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.680617,37.149239],[-87.520116,37.105452],[-87.333741,37.157186],[-87.259371,37.072401],[-87.335979050081,36.641577160493],[-87.64115,36.638036],[-87.694185907864,36.636838243944],[-87.659724,36.966397],[-87.733368,37.002103],[-87.680617,37.149239]]]},"properties":{"id":"21047","n":"Christian","z":["42215","42217","42221","42223","42232","42236","42240","42241","42254","42262","42266","42408","42442","42453","42464"],"st":"KY"}},"21049":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.286461,38.067028],[-84.080527,38.115118],[-83.96631,37.930768],[-84.001967,37.837592],[-84.080337,37.853066],[-84.337393,37.892007],[-84.286461,38.067028]]]},"properties":{"id":"21049","n":"Clark","z":["40353","40391","40392","40515"],"st":"KY"}},"21051":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.943718,37.250551],[-83.784975,37.348717],[-83.653303,37.358075],[-83.526907,37.258529],[-83.507886,37.235877],[-83.553101,37.079281],[-83.509083,36.938509],[-83.589521,36.955786],[-83.871315,37.054919],[-83.885673,37.118767],[-83.969571,37.168876],[-83.943718,37.250551]]]},"properties":{"id":"21051","n":"Clay","z":["40486","40741","40744","40874","40913","40914","40932","40941","40944","40951","40962","40972","40983","41714"],"st":"KY"}},"21053":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.295812485727,36.626149559367],[-85.215405,36.854467],[-85.064307,36.858743],[-85.004099,36.756237],[-84.974868435837,36.614583359317],[-85.276287947499,36.626157540803],[-85.295812485727,36.626149559367]]]},"properties":{"id":"21053","n":"Clinton","z":["42602","42603","42633","42717"],"st":"KY"}},"21055":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.358436,37.40486],[-88.281667,37.452596],[-88.066250320097,37.504138327348],[-88.015572,37.54721],[-87.932952,37.480052],[-87.929999,37.409167],[-87.801046,37.379445],[-88.089493,37.222066],[-88.095781,37.179684],[-88.193519,37.147256],[-88.21898,37.273145],[-88.358436,37.40486]]]},"properties":{"id":"21055","n":"Crittenden","z":{"0":"42033","1":"42037","2":"42064","3":"42078","4":"42411","5":"42450","6":"42459","10":"42084"},"st":"KY"}},"21057":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.45183,36.938138],[-85.232026,36.925069],[-85.215405,36.854467],[-85.295812485727,36.626149559367],[-85.436404272886,36.618003845027],[-85.596214,36.818039],[-85.45183,36.938138]]]},"properties":{"id":"21057","n":"Cumberland","z":{"0":"42129","1":"42167","2":"42717","3":"42759","7":"42731"},"st":"KY"}},"21059":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.304057452442,37.893432549122],[-87.270387407739,37.87542282659],[-87.105614,37.767631],[-86.97774142511,37.925699208373],[-86.893859,37.882113],[-86.823429,37.737754],[-86.817783,37.673679],[-86.94876,37.630548],[-87.03826,37.560803],[-87.138821,37.575628],[-87.408547,37.683563],[-87.271608,37.78012],[-87.323402,37.819239],[-87.304057452442,37.893432549122]]]},"properties":{"id":"21059","n":"Daviess","z":["42301","42302","42303","42304","42327","42334","42348","42351","42355","42356","42364","42366","42376","42378"],"st":"KY"}},"21061":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.469126,37.321099],[-86.157589,37.335649],[-86.049133,37.215285],[-86.056443,37.167208],[-86.074267,37.053285],[-86.113512,37.061072],[-86.218607,37.104029],[-86.28175,37.080597],[-86.399165,37.169896],[-86.469126,37.321099]]]},"properties":{"id":"21061","n":"Edmonson","z":["42101","42160","42163","42171","42207","42210","42259","42275","42285","42721","42729","42754"],"st":"KY"}},"21063":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.263289,38.115386],[-83.244306,38.19238],[-83.177781,38.266963],[-83.053081,38.189545],[-82.924805,38.175114],[-82.888644,38.112806],[-83.022115,38.007047],[-83.194445,38.010649],[-83.263289,38.115386]]]},"properties":{"id":"21063","n":"Elliott","z":["40351","41149","41164","41171","41180","41472"],"st":"KY"}},"21065":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.080337,37.853066],[-84.001967,37.837592],[-83.906251,37.759363],[-83.777592,37.756776],[-83.7221,37.71642],[-83.822121,37.665578],[-83.90557,37.542856],[-83.965244,37.581421],[-84.090364,37.566227],[-84.080337,37.853066]]]},"properties":{"id":"21065","n":"Estill","z":["40336","40472"],"st":"KY"}},"21067":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.625079,38.116397],[-84.401847,38.207889],[-84.379613,38.111456],[-84.286461,38.067028],[-84.337393,37.892007],[-84.43572,37.847202],[-84.479629,37.940219],[-84.66034,38.003836],[-84.625079,38.116397]]]},"properties":{"id":"21067","n":"Fayette","z":["20508","40361","40502","40503","40504","40505","40506","40507","40508","40509","40510","40511","40512","40513","40514","40515","40516","40517","40522","40523","40524","40526","40533","40536","40544","40546","40550","40555","40574","40576","40577","40578","40579","40580","40581","40582","40583","40588","40591","40598"],"st":"KY"}},"21069":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.930348,38.492278],[-83.85928,38.456348],[-83.641852,38.525381],[-83.581613,38.431258],[-83.452848,38.381799],[-83.50716,38.269447],[-83.635195,38.187525],[-83.725393,38.292584],[-83.848355,38.296949],[-83.980068,38.439448],[-83.930348,38.492278]]]},"properties":{"id":"21069","n":"Fleming","z":["41037","41039","41041","41049","41055","41081","41093"],"st":"KY"}},"21071":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.940763,37.716338],[-82.75223,37.756227],[-82.64075,37.720182],[-82.563561,37.684844],[-82.614356,37.670696],[-82.623112,37.503541],[-82.584711,37.466574],[-82.710805,37.285323],[-82.762749,37.425133],[-82.92546,37.486525],[-82.879082,37.535395],[-82.940763,37.716338]]]},"properties":{"id":"21071","n":"Floyd","z":["41216","41265","41601","41602","41603","41604","41605","41606","41607","41612","41615","41616","41619","41621","41622","41630","41631","41635","41636","41640","41642","41643","41645","41647","41649","41650","41651","41653","41655","41659","41660","41663","41666","41667","41669"],"st":"KY"}},"21073":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.997667,38.335586],[-84.870482,38.356751],[-84.740594,38.352415],[-84.725168,38.195426],[-84.864908,38.116926],[-85.023711,38.129052],[-84.997667,38.335586]]]},"properties":{"id":"21073","n":"Franklin","z":["40003","40076","40347","40379","40601","40602","40603","40604","40618","40619","40620","40621","40622"],"st":"KY"}},"21075":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.327319777009,36.62394628877],[-89.227319,36.569375],[-89.175649772347,36.651319262553],[-89.026629,36.592124],[-88.90348,36.576864],[-88.834589022874,36.501980342259],[-89.345194319539,36.501343208637],[-89.539232,36.497934],[-89.544434,36.57451],[-89.407906,36.562345],[-89.327319777009,36.62394628877]]]},"properties":{"id":"21075","n":"Fulton","z":{"1":"42041","2":"42050","3":"38079"},"st":"KY"}},"21077":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.021052141674,38.758527324714],[-84.812877,38.786087],[-84.798699822952,38.859227390207],[-84.660107,38.777293],[-84.780766,38.765208],[-84.785788,38.720459],[-84.934536,38.66213],[-85.021052141674,38.758527324714]]]},"properties":{"id":"21077","n":"Gallatin","z":["40355","41045","41046","41083","41086","41092","41095"],"st":"KY"}},"21079":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.716925,37.815389],[-84.571158,37.72855],[-84.525643,37.769497],[-84.450201,37.697898],[-84.347805,37.539064],[-84.37444,37.472663],[-84.446719,37.485893],[-84.658296,37.634501],[-84.744888,37.713075],[-84.689343,37.727274],[-84.716925,37.815389]]]},"properties":{"id":"21079","n":"Garrard","z":["40403","40410","40419","40444","40461","40484"],"st":"KY"}},"21081":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.660107,38.777293],[-84.615664,38.802277],[-84.532288,38.791937],[-84.476299,38.542723],[-84.557375,38.492917],[-84.580539,38.473039],[-84.774322,38.618594],[-84.785788,38.720459],[-84.780766,38.765208],[-84.660107,38.777293]]]},"properties":{"id":"21081","n":"Grant","z":["41003","41010","41030","41035","41046","41052","41054","41097"],"st":"KY"}},"21083":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.813229,36.773115],[-88.812897,36.946864],[-88.484103,36.942096],[-88.485697,36.750328],[-88.489076738713,36.501283719076],[-88.516358059979,36.501464198163],[-88.816764157348,36.501951431813],[-88.813229,36.773115]]]},"properties":{"id":"21083","n":"Graves","z":["42025","42027","42035","42039","42040","42041","42049","42051","42054","42061","42063","42066","42069","42070","42071","42079","42082","42085","42088"],"st":"KY"}},"21085":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.59281,37.56436],[-86.511631,37.622924],[-86.409744,37.566514],[-86.27527,37.593519],[-86.114261,37.567182],[-86.047598,37.449933],[-86.019089,37.394537],[-86.157589,37.335649],[-86.469126,37.321099],[-86.487152,37.362501],[-86.612095,37.395123],[-86.66489,37.556649],[-86.59281,37.56436]]]},"properties":{"id":"21085","n":"Grayson","z":["40119","42207","42349","42361","42712","42721","42726","42754","42755","42762"],"st":"KY"}},"21087":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.657332,37.421996],[-85.583497,37.469917],[-85.478081,37.363673],[-85.352771,37.192432],[-85.526881,37.10945],[-85.632313,37.125056],[-85.686482,37.182427],[-85.697325,37.301838],[-85.657332,37.421996]]]},"properties":{"id":"21087","n":"Green","z":["42214","42716","42718","42743","42746","42757","42764","42782"],"st":"KY"}},"21089":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.030334931231,38.716867676656],[-82.889193,38.756076],[-82.851314,38.604334],[-82.81154238465,38.572369589562],[-82.664116907516,38.507715590257],[-82.817454,38.373935],[-82.970648,38.393666],[-83.051751,38.465404],[-83.166419,38.503965],[-83.071005,38.5952],[-83.030334931231,38.716867676656]]]},"properties":{"id":"21089","n":"Greenup","z":["31139","41101","41102","41121","41139","41141","41143","41144","41169","41174","41175","41183"],"st":"KY"}},"21091":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.97774142511,37.925699208373],[-86.813659941285,37.996034495142],[-86.722247,37.892648],[-86.646703057859,37.864908975898],[-86.677873,37.792848],[-86.638935,37.661877],[-86.823429,37.737754],[-86.893859,37.882113],[-86.97774142511,37.925699208373]]]},"properties":{"id":"21091","n":"Hancock","z":["42343","42348","42351","42366","42368"],"st":"KY"}},"21093":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.151285,37.798878],[-86.007432,37.818439],[-85.975948,37.875793],[-85.997351659754,37.991225602299],[-85.951729645916,38.014940127091],[-85.938321,37.998756],[-85.854871,37.945385],[-85.838198,37.879284],[-85.737777,37.81179],[-85.680488,37.732284],[-85.735949,37.654598],[-85.875807,37.543997],[-85.892804,37.440308],[-86.047598,37.449933],[-86.114261,37.567182],[-86.27527,37.593519],[-86.151285,37.798878]]]},"properties":{"id":"21093","n":"Hardin","z":["40051","40121","40122","40150","40159","40160","40162","40175","40177","42701","42702","42712","42724","42732","42740","42776","42784","42788"],"st":"KY"}},"21095":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.489813,36.895413],[-83.26002,36.968951],[-83.182104,37.021115],[-83.12209,37.000997],[-83.153401,36.956591],[-82.939466,37.01552],[-82.869183,36.974182],[-82.883754212976,36.897130136654],[-83.07559,36.850589],[-83.136395,36.743088],[-83.460954647464,36.666131036273],[-83.500891,36.733254],[-83.489813,36.895413]]]},"properties":{"id":"21095","n":"Harlan","z":["40801","40803","40806","40807","40808","40810","40815","40818","40819","40820","40823","40824","40828","40829","40830","40831","40840","40843","40847","40849","40854","40855","40863","40865","40870","40873","40927","40964","40988"],"st":"KY"}},"21097":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.476299,38.542723],[-84.205346,38.582039],[-84.162031,38.554125],[-84.183903,38.498019],[-84.1021,38.459379],[-84.19405,38.37175],[-84.333623,38.288975],[-84.442661,38.283236],[-84.467748,38.393058],[-84.557375,38.492917],[-84.476299,38.542723]]]},"properties":{"id":"21097","n":"Harrison","z":["40370","41003","41010","41031"],"st":"KY"}},"21099":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.047598,37.449933],[-85.892804,37.440308],[-85.657332,37.421996],[-85.697325,37.301838],[-85.686482,37.182427],[-85.744221,37.169813],[-85.906336,37.148377],[-86.056443,37.167208],[-86.049133,37.215285],[-86.157589,37.335649],[-86.019089,37.394537],[-86.047598,37.449933]]]},"properties":{"id":"21099","n":"Hart","z":["42127","42713","42722","42729","42746","42749","42757","42765","42782","42784"],"st":"KY"}},"21101":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.71321078529,37.883088390367],[-87.625851,37.851919],[-87.551277,37.925418],[-87.44863585761,37.933877868215],[-87.304057452442,37.893432549122],[-87.323402,37.819239],[-87.271608,37.78012],[-87.408547,37.683563],[-87.495331,37.647547],[-87.734545,37.638376],[-87.761995,37.762365],[-87.815093,37.762423],[-87.92539338171,37.899591477137],[-87.71321078529,37.883088390367]]]},"properties":{"id":"21101","n":"Henderson","z":["42301","42402","42406","42419","42420","42444","42451","42452","42457","42458","42462"],"st":"KY"}},"21103":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.314006,38.492592],[-85.16827,38.585448],[-85.074583,38.596838],[-84.91223,38.459844],[-84.870482,38.356751],[-84.997667,38.335586],[-85.283082,38.358054],[-85.34608,38.45954],[-85.314006,38.492592]]]},"properties":{"id":"21103","n":"Henry","z":["40007","40011","40019","40031","40036","40050","40055","40057","40058","40068","40070","40075","40601"],"st":"KY"}},"21105":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.15598490907,36.786292663371],[-88.813229,36.773115],[-88.816764157348,36.501951431813],[-88.82717803634,36.501968322257],[-88.834589022874,36.501980342259],[-88.90348,36.576864],[-89.026629,36.592124],[-89.175649772347,36.651319262553],[-89.202511,36.716618],[-89.15598490907,36.786292663371]]]},"properties":{"id":"21105","n":"Hickman","z":["42021","42031","42032","42039","42041","42085","42088"],"st":"KY"}},"21107":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.813413,37.350645],[-87.593575,37.461963],[-87.497112,37.487802],[-87.375145,37.569988],[-87.328543,37.398462],[-87.295965,37.391819],[-87.38703,37.273606],[-87.333741,37.157186],[-87.520116,37.105452],[-87.680617,37.149239],[-87.805029,37.241083],[-87.813413,37.350645]]]},"properties":{"id":"21107","n":"Hopkins","z":["42408","42410","42413","42431","42436","42440","42441","42442","42445","42450","42453","42456","42464"],"st":"KY"}},"21109":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.090364,37.566227],[-83.965244,37.581421],[-83.90557,37.542856],[-83.885262,37.517688],[-83.784975,37.348717],[-83.943718,37.250551],[-84.137898,37.319759],[-84.199489,37.522858],[-84.090364,37.566227]]]},"properties":{"id":"21109","n":"Jackson","z":["40402","40434","40445","40447","40481","40486","40488"],"st":"KY"}},"21111":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.951729645916,38.014940127091],[-85.895911787736,38.17992692087],[-85.79451090677,38.277954735795],[-85.683561,38.295469],[-85.634444144977,38.378399447575],[-85.468206,38.285309],[-85.404899,38.26373],[-85.424054,38.147438],[-85.42883,38.118383],[-85.529477,38.083864],[-85.712578,38.087311],[-85.938321,37.998756],[-85.951729645916,38.014940127091]]]},"properties":{"id":"21111","n":"Jefferson","z":["40018","40023","40025","40027","40041","40059","40118","40129","40177","40201","40202","40203","40204","40205","40206","40207","40208","40209","40210","40211","40212","40213","40214","40215","40216","40217","40218","40219","40220","40221","40222","40223","40224","40225","40228","40229","40231","40232","40233","40241","40242","40243","40245","40250","40251","40252","40253","40255","40256","40257","40258","40259","40261","40266","40268","40269","40270","40272","40280","40281","40282","40283","40285","40287","40289","40290","40291","40292","40293","40294","40295","40296","40297","40298","40299"],"st":"KY"}},"21113":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.709918,37.861952],[-84.66034,38.003836],[-84.479629,37.940219],[-84.43572,37.847202],[-84.525643,37.769497],[-84.571158,37.72855],[-84.716925,37.815389],[-84.709918,37.861952]]]},"properties":{"id":"21113","n":"Jessamine","z":["40339","40340","40356","40383","40390","40515"],"st":"KY"}},"21115":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.989014,37.963968],[-82.952043,38.000316],[-82.612393,37.879272],[-82.670812,37.852091],[-82.64075,37.720182],[-82.75223,37.756227],[-82.940763,37.716338],[-83.004649,37.859247],[-82.989014,37.963968]]]},"properties":{"id":"21115","n":"Johnson","z":["41204","41216","41219","41222","41226","41232","41234","41238","41240","41254","41255","41256","41257","41260","41263","41265","41268","41271","41274"],"st":"KY"}},"21117":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.506518737437,39.101766408188],[-84.4508,38.993609],[-84.450774,38.819526],[-84.418107,38.806596],[-84.532288,38.791937],[-84.615664,38.802277],[-84.597932,38.879431],[-84.62202768366,39.078327546654],[-84.506518737437,39.101766408188]]]},"properties":{"id":"21117","n":"Kenton","z":["41011","41012","41014","41015","41016","41017","41018","41019","41030","41033","41042","41051","41053","41063","41094"],"st":"KY"}},"21119":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.124348,37.404973],[-83.089007,37.522648],[-82.948544,37.503167],[-82.92546,37.486525],[-82.762749,37.425133],[-82.710805,37.285323],[-82.732693,37.271502],[-82.819373,37.268671],[-82.979183,37.17242],[-83.000142,37.19571],[-83.126805,37.235973],[-83.124348,37.404973]]]},"properties":{"id":"21119","n":"Knott","z":["41339","41630","41640","41643","41701","41722","41725","41739","41740","41759","41772","41773","41817","41822","41828","41831","41834","41836","41839","41843","41844","41847","41859","41861","41862"],"st":"KY"}},"21121":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.091853,36.955992],[-83.959138,36.977273],[-83.871315,37.054919],[-83.589521,36.955786],[-83.566142,36.931525],[-83.798248,36.785197],[-83.877503,36.687259],[-83.958534,36.727245],[-83.983674,36.800839],[-84.065833,36.854147],[-84.091853,36.955992]]]},"properties":{"id":"21121","n":"Knox","z":["40701","40734","40759","40763","40771","40903","40906","40915","40921","40923","40930","40935","40943","40946","40949","40953","40982","40995","40997"],"st":"KY"}},"21123":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.680488,37.732284],[-85.592088,37.693479],[-85.62394,37.540489],[-85.52129,37.554343],[-85.46625,37.465595],[-85.583497,37.469917],[-85.657332,37.421996],[-85.892804,37.440308],[-85.875807,37.543997],[-85.735949,37.654598],[-85.680488,37.732284]]]},"properties":{"id":"21123","n":"Larue","z":["40051","40052","42716","42718","42748","42757","42764","42776","42784"],"st":"KY"}},"21125":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.358024,36.9594],[-84.303016,37.038396],[-84.289076,37.15174],[-84.254315,37.239082],[-84.137898,37.319759],[-83.943718,37.250551],[-83.969571,37.168876],[-83.885673,37.118767],[-83.871315,37.054919],[-83.959138,36.977273],[-84.091853,36.955992],[-84.297416,36.945931],[-84.358024,36.9594]]]},"properties":{"id":"21125","n":"Laurel","z":["40701","40724","40729","40734","40737","40740","40741","40742","40743","40744","40745","40750","40755","40962"],"st":"KY"}},"21127":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.022115,38.007047],[-82.888644,38.112806],[-82.924805,38.175114],[-82.794206,38.243772],[-82.614304,38.266078],[-82.584693814126,38.24051299337],[-82.626182,38.134835],[-82.464987,37.976859],[-82.479420123223,37.938562524698],[-82.580864,37.954074],[-82.612393,37.879272],[-82.952043,38.000316],[-82.989014,37.963968],[-83.022115,38.007047]]]},"properties":{"id":"21127","n":"Lawrence","z":["41124","41129","41132","41159","41160","41180","41201","41230","41232","41254","41264"],"st":"KY"}},"21129":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.90557,37.542856],[-83.822121,37.665578],[-83.7221,37.71642],[-83.707974,37.716463],[-83.522308,37.638516],[-83.579186,37.506249],[-83.635706,37.540011],[-83.742984,37.494253],[-83.885262,37.517688],[-83.90557,37.542856]]]},"properties":{"id":"21129","n":"Lee","z":["40336","40447","41301","41311","41339","41347","41368","41397"],"st":"KY"}},"21131":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.507886,37.235877],[-83.39873,37.320564],[-83.32462,37.225561],[-83.201887,37.17413],[-83.182104,37.021115],[-83.26002,36.968951],[-83.489813,36.895413],[-83.509083,36.938509],[-83.553101,37.079281],[-83.507886,37.235877]]]},"properties":{"id":"21131","n":"Leslie","z":["40808","40810","40816","40827","40840","40844","40858","40868","40874","40979","41714","41723","41749","41762","41764","41766","41775","41776","41777"],"st":"KY"}},"21133":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.12209,37.000997],[-83.05534,37.017391],[-83.058818,37.124079],[-83.000142,37.19571],[-82.979183,37.17242],[-82.819373,37.268671],[-82.732693,37.271502],[-82.565275702797,37.195901106883],[-82.726294,37.111852],[-82.750715,37.024107],[-82.869183,36.974182],[-82.939466,37.01552],[-83.153401,36.956591],[-83.12209,37.000997]]]},"properties":{"id":"21133","n":"Letcher","z":["40823","40826","40862","41517","41520","41537","41549","41731","41804","41810","41812","41815","41819","41821","41824","41825","41826","41832","41833","41835","41837","41838","41840","41845","41848","41849","41855","41858"],"st":"KY"}},"21135":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.264298901959,38.613112496888],[-83.172647,38.620252],[-83.030334931231,38.716867676656],[-83.071005,38.5952],[-83.166419,38.503965],[-83.237181,38.426246],[-83.230598,38.339508],[-83.341347,38.319521],[-83.452848,38.381799],[-83.581613,38.431258],[-83.641852,38.525381],[-83.646911404127,38.641851934546],[-83.533339,38.702105],[-83.264298901959,38.613112496888]]]},"properties":{"id":"21135","n":"Lewis","z":["41093","41114","41135","41141","41164","41166","41174","41179","41189"],"st":"KY"}},"21137":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.847183,37.548455],[-84.658296,37.634501],[-84.446719,37.485893],[-84.502932,37.328801],[-84.556461,37.355729],[-84.720712,37.238328],[-84.722826,37.360043],[-84.850816,37.427143],[-84.847183,37.548455]]]},"properties":{"id":"21137","n":"Lincoln","z":["40409","40419","40422","40437","40440","40442","40444","40448","40484","40489","42567"],"st":"KY"}},"21139":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.415902178776,37.421220637719],[-88.358436,37.40486],[-88.21898,37.273145],[-88.193519,37.147256],[-88.240371,36.981911],[-88.339292,37.061216],[-88.482957,37.022566],[-88.48380327698,37.068080269895],[-88.424776,37.149901],[-88.514661,37.290948],[-88.415902178776,37.421220637719]]]},"properties":{"id":"21139","n":"Livingston","z":["42028","42045","42047","42058","42078","42081","42083"],"st":"KY"}},"21141":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.053164,37.061019],[-86.941391,37.068981],[-86.674462,36.999766],[-86.611586,36.883057],[-86.655888,36.876256],[-86.75134,36.72712],[-86.763290964108,36.648720674502],[-87.060826344393,36.644770884852],[-87.053164,37.061019]]]},"properties":{"id":"21141","n":"Logan","z":["42134","42202","42204","42206","42256","42265","42274","42276"],"st":"KY"}},"21143":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.193519,37.147256],[-88.095781,37.179684],[-88.042142,37.174756],[-87.876996,36.960116],[-88.157347,36.867183],[-88.240371,36.981911],[-88.193519,37.147256]]]},"properties":{"id":"21143","n":"Lyon","z":["42038","42055","42411","42445"],"st":"KY"}},"21145":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.928004829494,37.226389766253],[-88.490399446325,37.067957622948],[-88.48380327698,37.068080269895],[-88.482957,37.022566],[-88.484103,36.942096],[-88.812897,36.946864],[-88.815952,36.9541],[-88.933517214748,37.227511279915],[-88.928004829494,37.226389766253]]]},"properties":{"id":"21145","n":"McCracken","z":["42001","42002","42003","42027","42053","42069","42082","42086"],"st":"KY"}},"21147":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.578158,36.867133],[-84.358024,36.9594],[-84.297416,36.945931],[-84.355967,36.811019],[-84.307598,36.676809],[-84.227332,36.592181],[-84.261321201505,36.592741697267],[-84.77845586435,36.603210512216],[-84.578158,36.867133]]]},"properties":{"id":"21147","n":"McCreary","z":["40769","42631","42634","42635","42638","42647","42649","42653"],"st":"KY"}},"21149":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.495331,37.647547],[-87.408547,37.683563],[-87.138821,37.575628],[-87.03826,37.560803],[-87.135629,37.485153],[-87.099803,37.416042],[-87.295965,37.391819],[-87.328543,37.398462],[-87.375145,37.569988],[-87.482702,37.600914],[-87.495331,37.647547]]]},"properties":{"id":"21149","n":"McLean","z":["42322","42327","42350","42352","42371","42372","42376","42377"],"st":"KY"}},"21151":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.43572,37.847202],[-84.337393,37.892007],[-84.080337,37.853066],[-84.090364,37.566227],[-84.199489,37.522858],[-84.347805,37.539064],[-84.450201,37.697898],[-84.525643,37.769497],[-84.43572,37.847202]]]},"properties":{"id":"21151","n":"Madison","z":["40385","40403","40404","40405","40461","40475","40476","40575"],"st":"KY"}},"21153":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.004649,37.859247],[-82.940763,37.716338],[-82.879082,37.535395],[-82.92546,37.486525],[-82.948544,37.503167],[-83.089796,37.632167],[-83.134949,37.606812],[-83.248692,37.669616],[-83.262172,37.712657],[-83.269662,37.766012],[-83.113277,37.864121],[-83.004649,37.859247]]]},"properties":{"id":"21153","n":"Magoffin","z":["41426","41464","41465","41632","41640"],"st":"KY"}},"21155":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.52129,37.554343],[-85.401784,37.730658],[-85.349334,37.655663],[-85.030172,37.63127],[-85.039674,37.545232],[-85.073772,37.413669],[-85.128685,37.453191],[-85.246759,37.420205],[-85.340446,37.469512],[-85.46625,37.465595],[-85.52129,37.554343]]]},"properties":{"id":"21155","n":"Marion","z":["40009","40033","40037","40049","40052","40060","40062","40063","40069","40328","42718"],"st":"KY"}},"21157":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.484103,36.942096],[-88.482957,37.022566],[-88.339292,37.061216],[-88.240371,36.981911],[-88.157347,36.867183],[-88.110831,36.74715],[-88.485697,36.750328],[-88.484103,36.942096]]]},"properties":{"id":"21157","n":"Marshall","z":["42025","42029","42044","42048","42054","42066","42082"],"st":"KY"}},"21159":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.612393,37.879272],[-82.580864,37.954074],[-82.479420123223,37.938562524698],[-82.398464816259,37.843054150463],[-82.320674957178,37.745965843459],[-82.404105,37.671302],[-82.563561,37.684844],[-82.64075,37.720182],[-82.670812,37.852091],[-82.612393,37.879272]]]},"properties":{"id":"21159","n":"Martin","z":["25685","41203","41214","41224","41230","41231","41250","41262","41267"],"st":"KY"}},"21161":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.991605,38.593701],[-83.904375086105,38.767283875268],[-83.705861635586,38.638037865066],[-83.646911404127,38.641851934546],[-83.641852,38.525381],[-83.85928,38.456348],[-83.930348,38.492278],[-83.991605,38.593701]]]},"properties":{"id":"21161","n":"Mason","z":["41034","41044","41055","41056","41062","41096"],"st":"KY"}},"21163":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.433574364088,38.087144387579],[-86.321274,38.147418],[-86.206439,38.021876],[-85.997351659754,37.991225602299],[-85.975948,37.875793],[-86.007432,37.818439],[-86.151285,37.798878],[-86.488052467128,38.0436653089],[-86.433574364088,38.087144387579]]]},"properties":{"id":"21163","n":"Meade","z":["40104","40108","40117","40121","40142","40155","40157","40161","40175","40176"],"st":"KY"}},"21165":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.75943,37.998731],[-83.580859,38.011568],[-83.498846,38.05062],[-83.433942,38.033974],[-83.49508,37.861906],[-83.63106,37.825372],[-83.768783,37.918371],[-83.75943,37.998731]]]},"properties":{"id":"21165","n":"Menifee","z":["40316","40322","40346","40371","40380","40387"],"st":"KY"}},"21167":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.030528,37.891538],[-84.933085,37.954186],[-84.796327,37.970088],[-84.826454,37.916458],[-84.765204,37.847835],[-84.709918,37.861952],[-84.716925,37.815389],[-84.689343,37.727274],[-84.744888,37.713075],[-85.025021,37.678854],[-85.00052,37.854723],[-85.030528,37.891538]]]},"properties":{"id":"21167","n":"Mercer","z":["40310","40330","40372","40468"],"st":"KY"}},"21169":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.744221,37.169813],[-85.686482,37.182427],[-85.632313,37.125056],[-85.526881,37.10945],[-85.45183,36.938138],[-85.596214,36.818039],[-85.739255,36.841476],[-85.744221,37.169813]]]},"properties":{"id":"21169","n":"Metcalfe","z":{"0":"42124","1":"42129","2":"42154","3":"42166","4":"42214","5":"42746","6":"42749","12":"42731"},"st":"KY"}},"21171":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.97691,36.722722],[-85.739255,36.841476],[-85.596214,36.818039],[-85.436404272886,36.618003845027],[-85.788556543614,36.621711859035],[-85.975713174144,36.628637718682],[-85.97691,36.722722]]]},"properties":{"id":"21171","n":"Monroe","z":["42133","42140","42151","42157","42166","42167"],"st":"KY"}},"21173":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.977924,38.192118],[-83.881353,38.136517],[-83.75943,37.998731],[-83.768783,37.918371],[-83.96631,37.930768],[-84.080527,38.115118],[-83.977924,38.192118]]]},"properties":{"id":"21173","n":"Montgomery","z":["40334","40337","40346","40353","40360","40361"],"st":"KY"}},"21175":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.433942,38.033974],[-83.263289,38.115386],[-83.194445,38.010649],[-83.022115,38.007047],[-82.989014,37.963968],[-83.004649,37.859247],[-83.113277,37.864121],[-83.269662,37.766012],[-83.262172,37.712657],[-83.386437,37.813675],[-83.49508,37.861906],[-83.433942,38.033974]]]},"properties":{"id":"21175","n":"Morgan","z":["40387","41332","41352","41408","41413","41421","41425","41451","41472","41477"],"st":"KY"}},"21177":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.295965,37.391819],[-87.099803,37.416042],[-86.899268,37.212313],[-86.941391,37.068981],[-87.053164,37.061019],[-87.250256,37.040557],[-87.259371,37.072401],[-87.333741,37.157186],[-87.38703,37.273606],[-87.295965,37.391819]]]},"properties":{"id":"21177","n":"Muhlenberg","z":["42256","42321","42323","42324","42325","42326","42330","42332","42337","42339","42344","42345","42367","42372","42374","42464"],"st":"KY"}},"21179":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.737777,37.81179],[-85.576259,37.885129],[-85.489202,37.990654],[-85.399559,37.939929],[-85.167834,37.971809],[-85.152797,37.897661],[-85.254333,37.866423],[-85.401784,37.730658],[-85.52129,37.554343],[-85.62394,37.540489],[-85.592088,37.693479],[-85.680488,37.732284],[-85.737777,37.81179]]]},"properties":{"id":"21179","n":"Nelson","z":["40004","40008","40012","40013","40020","40037","40048","40051","40052","40107","90078"],"st":"KY"}},"21181":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.1021,38.459379],[-83.980068,38.439448],[-83.848355,38.296949],[-83.977924,38.192118],[-84.095324,38.259014],[-84.19405,38.37175],[-84.1021,38.459379]]]},"properties":{"id":"21181","n":"Nicholas","z":["40311","40350","40374","41031","41039"],"st":"KY"}},"21183":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.099803,37.416042],[-87.135629,37.485153],[-87.03826,37.560803],[-86.94876,37.630548],[-86.817783,37.673679],[-86.823429,37.737754],[-86.638935,37.661877],[-86.59281,37.56436],[-86.66489,37.556649],[-86.612095,37.395123],[-86.759533,37.304099],[-86.815852,37.328859],[-86.899268,37.212313],[-87.099803,37.416042]]]},"properties":{"id":"21183","n":"Ohio","z":["40119","42320","42328","42333","42338","42343","42347","42349","42352","42354","42361","42366","42368","42369","42370","42376","42378"],"st":"KY"}},"21185":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.433136,38.523914],[-85.314006,38.492592],[-85.34608,38.45954],[-85.283082,38.358054],[-85.324453,38.310112],[-85.468206,38.285309],[-85.634444144977,38.378399447575],[-85.587758,38.450495],[-85.433136,38.523914]]]},"properties":{"id":"21185","n":"Oldham","z":["40010","40014","40026","40031","40032","40055","40056","40059","40068","40077","40241"],"st":"KY"}},"21187":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.074583,38.596838],[-84.934536,38.66213],[-84.785788,38.720459],[-84.774322,38.618594],[-84.580539,38.473039],[-84.740594,38.352415],[-84.870482,38.356751],[-84.91223,38.459844],[-85.074583,38.596838]]]},"properties":{"id":"21187","n":"Owen","z":["40359","40363","40379","41010","41046","41083","41086","41098"],"st":"KY"}},"21189":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.885262,37.517688],[-83.742984,37.494253],[-83.635706,37.540011],[-83.579186,37.506249],[-83.534281,37.417409],[-83.547628,37.334418],[-83.526907,37.258529],[-83.653303,37.358075],[-83.784975,37.348717],[-83.885262,37.517688]]]},"properties":{"id":"21189","n":"Owsley","z":["40447","40486","40983","41314","41351","41364","41386","41721"],"st":"KY"}},"21191":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.532288,38.791937],[-84.418107,38.806596],[-84.232305045403,38.874707896032],[-84.226162633963,38.829777141242],[-84.205346,38.582039],[-84.476299,38.542723],[-84.532288,38.791937]]]},"properties":{"id":"21191","n":"Pendleton","z":["41003","41004","41006","41007","41030","41033","41035","41040","41043","41097"],"st":"KY"}},"21193":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.547628,37.334418],[-83.449454,37.378853],[-83.38165,37.338266],[-83.214735,37.443538],[-83.124348,37.404973],[-83.126805,37.235973],[-83.000142,37.19571],[-83.058818,37.124079],[-83.05534,37.017391],[-83.12209,37.000997],[-83.182104,37.021115],[-83.201887,37.17413],[-83.32462,37.225561],[-83.39873,37.320564],[-83.507886,37.235877],[-83.526907,37.258529],[-83.547628,37.334418]]]},"properties":{"id":"21193","n":"Perry","z":["40972","40981","41367","41701","41702","41712","41713","41719","41721","41722","41723","41727","41729","41731","41735","41736","41739","41743","41745","41746","41751","41754","41759","41760","41763","41773","41774","41778","47131"],"st":"KY"}},"21195":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.710805,37.285323],[-82.584711,37.466574],[-82.623112,37.503541],[-82.614356,37.670696],[-82.563561,37.684844],[-82.404105,37.671302],[-82.320674957178,37.745965843459],[-82.296118,37.686174],[-82.064418,37.544516],[-81.968297,37.537798],[-82.31437045293,37.296306251855],[-82.553639544904,37.201450374463],[-82.565275702797,37.195901106883],[-82.732693,37.271502],[-82.710805,37.285323]]]},"properties":{"id":"21195","n":"Pike","z":["41501","41502","41503","41512","41513","41514","41519","41522","41524","41526","41527","41528","41531","41534","41535","41537","41538","41539","41540","41542","41543","41544","41547","41548","41553","41554","41555","41557","41558","41559","41560","41561","41562","41563","41564","41566","41567","41568","41571","41572"],"st":"KY"}},"21197":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.96631,37.930768],[-83.768783,37.918371],[-83.63106,37.825372],[-83.707974,37.716463],[-83.7221,37.71642],[-83.777592,37.756776],[-83.906251,37.759363],[-84.001967,37.837592],[-83.96631,37.930768]]]},"properties":{"id":"21197","n":"Powell","z":["40312","40376","40380","41360"],"st":"KY"}},"21199":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.901112,37.116297],[-84.720712,37.238328],[-84.556461,37.355729],[-84.502932,37.328801],[-84.289076,37.15174],[-84.303016,37.038396],[-84.358024,36.9594],[-84.578158,36.867133],[-84.679165,36.980914],[-84.770172,36.957735],[-84.835712,36.997612],[-84.905778,37.047187],[-84.901112,37.116297]]]},"properties":{"id":"21199","n":"Pulaski","z":["40409","40419","42501","42502","42503","42518","42519","42533","42544","42553","42558","42564","42567","42642"],"st":"KY"}},"21201":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.162031,38.554125],[-84.083746,38.608594],[-83.991605,38.593701],[-83.930348,38.492278],[-83.980068,38.439448],[-84.1021,38.459379],[-84.183903,38.498019],[-84.162031,38.554125]]]},"properties":{"id":"21201","n":"Robertson","z":["40311","41004","41044","41064"],"st":"KY"}},"21203":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.446719,37.485893],[-84.37444,37.472663],[-84.347805,37.539064],[-84.199489,37.522858],[-84.137898,37.319759],[-84.254315,37.239082],[-84.289076,37.15174],[-84.502932,37.328801],[-84.446719,37.485893]]]},"properties":{"id":"21203","n":"Rockcastle","z":["40403","40409","40419","40445","40447","40456","40460","40473","40492"],"st":"KY"}},"21205":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.452848,38.381799],[-83.341347,38.319521],[-83.30114,38.209703],[-83.244306,38.19238],[-83.263289,38.115386],[-83.433942,38.033974],[-83.498846,38.05062],[-83.635195,38.187525],[-83.50716,38.269447],[-83.452848,38.381799]]]},"properties":{"id":"21205","n":"Rowan","z":["40313","40317","40351","41173"],"st":"KY"}},"21207":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.232026,36.925069],[-85.205831,36.996862],[-85.043316,37.186028],[-84.954406,37.102271],[-84.901112,37.116297],[-84.905778,37.047187],[-84.835712,36.997612],[-84.945527,36.959747],[-85.064307,36.858743],[-85.215405,36.854467],[-85.232026,36.925069]]]},"properties":{"id":"21207","n":"Russell","z":["42528","42544","42602","42629","42642"],"st":"KY"}},"21209":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.740594,38.352415],[-84.580539,38.473039],[-84.557375,38.492917],[-84.467748,38.393058],[-84.442661,38.283236],[-84.401847,38.207889],[-84.625079,38.116397],[-84.725168,38.195426],[-84.740594,38.352415]]]},"properties":{"id":"21209","n":"Scott","z":["40324","40347","40370","40379","40511","41010"],"st":"KY"}},"21211":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.468206,38.285309],[-85.324453,38.310112],[-85.283082,38.358054],[-84.997667,38.335586],[-85.023711,38.129052],[-85.101646,38.03727],[-85.424054,38.147438],[-85.404899,38.26373],[-85.468206,38.285309]]]},"properties":{"id":"21211","n":"Shelby","z":["40003","40019","40022","40023","40046","40057","40065","40066","40067","40068","40071","40076","40245","40601"],"st":"KY"}},"21213":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.611586,36.883057],[-86.583289,36.830282],[-86.400518,36.807226],[-86.405769,36.776187],[-86.411496198966,36.648240422848],[-86.562067651865,36.640746673907],[-86.763290964108,36.648720674502],[-86.75134,36.72712],[-86.655888,36.876256],[-86.611586,36.883057]]]},"properties":{"id":"21213","n":"Simpson","z":["42104","42134","42135","42170","42202","42206"],"st":"KY"}},"21215":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.42883,38.118383],[-85.424054,38.147438],[-85.101646,38.03727],[-85.167834,37.971809],[-85.399559,37.939929],[-85.489202,37.990654],[-85.516882,38.011267],[-85.42883,38.118383]]]},"properties":{"id":"21215","n":"Spencer","z":["40008","40013","40023","40046","40047","40065","40071"],"st":"KY"}},"21217":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.583497,37.469917],[-85.46625,37.465595],[-85.340446,37.469512],[-85.246759,37.420205],[-85.128685,37.453191],[-85.073772,37.413669],[-85.165174,37.310396],[-85.312291,37.246405],[-85.352771,37.192432],[-85.478081,37.363673],[-85.583497,37.469917]]]},"properties":{"id":"21217","n":"Taylor","z":["40009","42716","42718","42719","42728","42733","42758"],"st":"KY"}},"21219":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.259371,37.072401],[-87.250256,37.040557],[-87.053164,37.061019],[-87.060826344393,36.644770884852],[-87.115003556688,36.644142044651],[-87.335979050081,36.641577160493],[-87.259371,37.072401]]]},"properties":{"id":"21219","n":"Todd","z":["42204","42216","42220","42234","42256","42265","42266","42280","42286","42345"],"st":"KY"}},"21221":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.157347,36.867183],[-87.876996,36.960116],[-87.733368,37.002103],[-87.659724,36.966397],[-87.694185907864,36.636838243944],[-87.853204,36.633247],[-87.849567,36.663701],[-88.070532,36.678118],[-88.110831,36.74715],[-88.157347,36.867183]]]},"properties":{"id":"21221","n":"Trigg","z":["42211","42215","42232","42236"],"st":"KY"}},"21223":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.332640733751,38.734816754348],[-85.211375,38.580216],[-85.16827,38.585448],[-85.314006,38.492592],[-85.433136,38.523914],[-85.431416070752,38.586285613109],[-85.448862,38.713368],[-85.332640733751,38.734816754348]]]},"properties":{"id":"21223","n":"Trimble","z":["40006","40011","40045","40055"],"st":"KY"}},"21225":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.02803,37.799224],[-87.903804,37.817762],[-87.92539338171,37.899591477137],[-87.815093,37.762423],[-87.761995,37.762365],[-87.734545,37.638376],[-87.932952,37.480052],[-88.015572,37.54721],[-88.066250320097,37.504138327348],[-88.132163438272,37.57451700083],[-88.160062,37.654332],[-88.02803,37.799224]]]},"properties":{"id":"21225","n":"Union","z":["42404","42437","42459","42460","42461","42462"],"st":"KY"}},"21227":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.399165,37.169896],[-86.28175,37.080597],[-86.218607,37.104029],[-86.113512,37.061072],[-86.16674,36.934015],[-86.201417,36.935315],[-86.405769,36.776187],[-86.400518,36.807226],[-86.583289,36.830282],[-86.611586,36.883057],[-86.674462,36.999766],[-86.622895,37.181089],[-86.399165,37.169896]]]},"properties":{"id":"21227","n":"Warren","z":["42101","42102","42103","42104","42122","42128","42159","42170","42171","42206","42274"],"st":"KY"}},"21229":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.401784,37.730658],[-85.254333,37.866423],[-85.152797,37.897661],[-85.030528,37.891538],[-85.00052,37.854723],[-85.025021,37.678854],[-85.030172,37.63127],[-85.349334,37.655663],[-85.401784,37.730658]]]},"properties":{"id":"21229","n":"Washington","z":["40033","40040","40061","40069","40078","40330","40468"],"st":"KY"}},"21231":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.064307,36.858743],[-84.945527,36.959747],[-84.835712,36.997612],[-84.770172,36.957735],[-84.679165,36.980914],[-84.578158,36.867133],[-84.77845586435,36.603210512216],[-84.78539997855,36.603375419936],[-84.974868435837,36.614583359317],[-85.004099,36.756237],[-85.064307,36.858743]]]},"properties":{"id":"21231","n":"Wayne","z":["42518","42544","42602","42633"],"st":"KY"}},"21233":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.932952,37.480052],[-87.734545,37.638376],[-87.495331,37.647547],[-87.482702,37.600914],[-87.375145,37.569988],[-87.497112,37.487802],[-87.593575,37.461963],[-87.813413,37.350645],[-87.801046,37.379445],[-87.929999,37.409167],[-87.932952,37.480052]]]},"properties":{"id":"21233","n":"Webster","z":["42404","42406","42409","42437","42441","42450","42452","42455","42456","42463"],"st":"KY"}},"21235":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.297416,36.945931],[-84.091853,36.955992],[-84.065833,36.854147],[-83.983674,36.800839],[-83.958534,36.727245],[-83.877503,36.687259],[-83.956319,36.645433],[-83.930760783944,36.587694258112],[-83.987842,36.5896],[-84.227332,36.592181],[-84.307598,36.676809],[-84.355967,36.811019],[-84.297416,36.945931]]]},"properties":{"id":"21235","n":"Whitley","z":["40701","40702","40730","40759","40763","40769","40771","40906","40940"],"st":"KY"}},"21237":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.63106,37.825372],[-83.49508,37.861906],[-83.386437,37.813675],[-83.262172,37.712657],[-83.248692,37.669616],[-83.418474,37.690729],[-83.522308,37.638516],[-83.707974,37.716463],[-83.63106,37.825372]]]},"properties":{"id":"21237","n":"Wolfe","z":["41301","41332","41360","41365"],"st":"KY"}},"21239":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.725168,38.195426],[-84.625079,38.116397],[-84.66034,38.003836],[-84.709918,37.861952],[-84.765204,37.847835],[-84.826454,37.916458],[-84.796327,37.970088],[-84.864908,38.116926],[-84.725168,38.195426]]]},"properties":{"id":"21239","n":"Woodford","z":["40347","40383","40384","40390","40601"],"st":"KY"}},"22001":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.631987,30.481147],[-92.493259,30.480499],[-92.244795,30.480193],[-92.142184,30.298817],[-92.284675,30.147443],[-92.423166,30.04932],[-92.534638,30.107852],[-92.625484,30.09233],[-92.591129,30.182365],[-92.626612,30.230272],[-92.631987,30.481147]]]},"properties":{"id":"22001","n":"Acadia","z":["70515","70516","70525","70526","70527","70529","70531","70534","70535","70537","70543","70546","70556","70559","70578","70583"],"st":"LA"}},"22003":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.978453,30.878175],[-92.823932,30.89],[-92.597741,30.896101],[-92.583508,30.56269],[-92.630347,30.487873],[-92.773976,30.488284],[-92.775737,30.437617],[-93.131155,30.423612],[-93.130294,30.597886],[-92.97917,30.59834],[-92.978453,30.878175]]]},"properties":{"id":"22003","n":"Allen","z":["70532","70637","70638","70644","70648","70651","70654","70655","70656","70657","70658","71463"],"st":"LA"}},"22005":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.021014,30.321489],[-90.891728,30.345244],[-90.830752,30.318625],[-90.694146,30.175067],[-90.632811,30.221409],[-90.641998,30.16643],[-90.915565,30.113285],[-90.963693,30.06645],[-91.105951,30.062478],[-91.021014,30.321489]]]},"properties":{"id":"22005","n":"Ascension","z":["70346","70707","70718","70725","70728","70734","70737","70738","70769","70774","70778"],"st":"LA"}},"22007":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.224356,30.025336],[-91.105951,30.062478],[-90.963693,30.06645],[-90.959869,29.977924],[-90.885589,29.905353],[-91.006743,29.714771],[-91.082602,29.626368],[-91.10001,29.699402],[-91.092682,29.801],[-91.182817,29.846172],[-91.255229,29.971457],[-91.224356,30.025336]]]},"properties":{"id":"22007","n":"Assumption","z":["70301","70339","70341","70372","70380","70381","70390","70391","70393"],"st":"LA"}},"22009":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.280738,30.965071],[-92.208299,30.96243],[-92.234258,31.131466],[-92.22169,31.331855],[-92.086718,31.335374],[-92.008121,31.325797],[-91.990596,31.22521],[-91.926854,31.29483],[-91.83428,31.266344],[-91.677302,31.188047],[-91.723804,31.044254],[-91.750119,31.018814],[-91.805063,30.975746],[-91.815258,30.848107],[-92.212711,30.848607],[-92.280738,30.965071]]]},"properties":{"id":"22009","n":"Avoyelles","z":["71315","71320","71322","71323","71327","71328","71329","71331","71333","71339","71341","71350","71351","71355","71356","71360","71362","71369"],"st":"LA"}},"22011":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.554575854346,30.877469501861],[-92.978453,30.878175],[-92.97917,30.59834],[-93.130294,30.597886],[-93.131155,30.423612],[-93.131109,30.403057],[-93.38515,30.40263],[-93.384673,30.490109],[-93.486384,30.490523],[-93.486116,30.4025],[-93.738540238226,30.402263672481],[-93.702665,30.429947],[-93.729195,30.544842],[-93.629904,30.67994],[-93.554575854346,30.877469501861]]]},"properties":{"id":"22011","n":"Beauregard","z":["70633","70634","70637","70652","70653","70657","70660","70661","70662"],"st":"LA"}},"22013":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.372781,32.410153],[-93.236656,32.410071],[-93.147058,32.45534],[-93.178767,32.584916],[-92.880805,32.585277],[-92.879268,32.454118],[-92.777197,32.453455],[-92.773173,32.235984],[-92.814737,32.146907],[-92.93908,32.147942],[-93.187162,32.148412],[-93.213143,32.235757],[-93.42819,32.235897],[-93.372781,32.410153]]]},"properties":{"id":"22013","n":"Bienville","z":["71001","71008","71016","71024","71028","71039","71045","71055","71068","71070","71080","71251","71268","71275"],"st":"LA"}},"22015":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.814553013434,33.019389044871],[-93.80490777463,33.019396225451],[-93.520993553772,33.018742293588],[-93.530454,32.975609],[-93.447916,32.866684],[-93.441212,32.410431],[-93.372781,32.410153],[-93.42819,32.235897],[-93.471249,32.237186],[-93.61513,32.348332],[-93.680334,32.462887],[-93.767156,32.538042],[-93.739474,32.590773],[-93.824253,32.792451],[-93.785181,32.857353],[-93.842597,32.946764],[-93.814553013434,33.019389044871]]]},"properties":{"id":"22015","n":"Bossier","z":["71006","71018","71023","71037","71051","71064","71067","71071","71075","71104","71105","71107","71110","71111","71112","71113","71171","71172"],"st":"LA"}},"22017":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.043051527618,32.693029976666],[-94.043002621563,32.881088978924],[-94.042964,33.019219],[-93.814553013434,33.019389044871],[-93.842597,32.946764],[-93.785181,32.857353],[-93.824253,32.792451],[-93.739474,32.590773],[-93.767156,32.538042],[-93.680334,32.462887],[-93.61513,32.348332],[-93.471249,32.237186],[-93.61469,32.237526],[-93.666472,32.317444],[-93.764513,32.34556],[-93.951085,32.195545],[-94.04269592374,32.196004974825],[-94.042788232805,32.392283193281],[-94.043051527618,32.693029976666]]]},"properties":{"id":"22017","n":"Caddo","z":["71004","71007","71009","71029","71033","71043","71044","71046","71047","71051","71060","71061","71069","71082","71101","71102","71103","71104","71105","71106","71107","71108","71109","71115","71118","71119","71120","71129","71130","71133","71134","71135","71136","71137","71138","71148","71149","71150","71151","71152","71153","71156","71161","71162","71163","71164","71165","71166"],"st":"LA"}},"22019":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.738540238226,30.402263672481],[-93.486116,30.4025],[-93.486384,30.490523],[-93.384673,30.490109],[-93.38515,30.40263],[-93.131109,30.403057],[-93.030955,30.37939],[-92.9963,30.156955],[-92.893324,30.156314],[-92.887222,30.083455],[-92.996371,30.038479],[-93.128475,30.052587],[-93.70633576247,30.052180241531],[-93.711062171301,30.24397071564],[-93.760328,30.329924],[-93.738540238226,30.402263672481]]]},"properties":{"id":"22019","n":"Calcasieu","z":["70601","70602","70605","70606","70607","70609","70611","70612","70615","70616","70629","70630","70633","70646","70647","70657","70661","70663","70664","70665","70668","70669"],"st":"LA"}},"22021":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.312218,32.146123],[-92.311851,32.277441],[-92.106115,32.258552],[-92.034397,32.277068],[-91.980603,32.166634],[-91.894729,32.15155],[-91.868202,32.091555],[-91.933229,32.066882],[-91.889687,31.971474],[-92.005434,31.927296],[-92.312623,31.927382],[-92.312218,32.146123]]]},"properties":{"id":"22021","n":"Caldwell","z":["71415","71418","71435","71441","71465"],"st":"LA"}},"22023":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.852309870922,29.872091004392],[-93.70633576247,30.052180241531],[-93.128475,30.052587],[-92.996371,30.038479],[-92.738604,30.037323],[-92.61561,30.038168],[-92.61723443745,29.589059016174],[-92.993128,29.723846],[-93.17693,29.770487],[-93.538462,29.763299],[-93.741948,29.736343],[-93.837971,29.690619],[-93.929208,29.802952],[-93.852309870922,29.872091004392]]]},"properties":{"id":"22023","n":"Cameron","z":["70542","70549","70607","70630","70631","70632","70643","70645"],"st":"LA"}},"22025":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.005434,31.927296],[-91.889687,31.971474],[-91.804869,31.893193],[-91.729158,31.88251],[-91.6475,31.970428],[-91.575721,31.88256],[-91.544791,31.751731],[-91.694469,31.735286],[-91.705948,31.642863],[-91.826926,31.591671],[-91.779725,31.530973],[-91.807098,31.438794],[-91.857083,31.494527],[-91.83428,31.266344],[-91.926854,31.29483],[-91.990596,31.22521],[-92.008121,31.325797],[-92.005434,31.927296]]]},"properties":{"id":"22025","n":"Catahoula","z":["71249","71326","71340","71343","71363","71368","71401","71418","71425","71435","71465"],"st":"LA"}},"22027":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.238606962399,33.018015879957],[-92.988707610715,33.017250940152],[-92.724743173179,33.014341767675],[-92.725439,32.75954],[-92.828535,32.758814],[-92.880805,32.585277],[-93.178767,32.584916],[-93.186571,32.716755],[-93.237381,32.71625],[-93.238606962399,33.018015879957]]]},"properties":{"id":"22027","n":"Claiborne","z":{"0":"71001","1":"71003","2":"71038","3":"71040","4":"71048","5":"71055","6":"71079","7":"71222","8":"71235","9":"71256","20":"71749"},"st":"LA"}},"22029":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.544791,31.751731],[-91.380124529983,31.73262695305],[-91.395715,31.644165],[-91.463817,31.620365],[-91.437616,31.546166],[-91.51714,31.498394],[-91.536061,31.338355],[-91.508858,31.291644],[-91.644356,31.234414],[-91.590993893064,31.191998565699],[-91.621671,31.13687],[-91.560365,31.049508],[-91.628257298209,31.005097001895],[-91.723804,31.044254],[-91.677302,31.188047],[-91.83428,31.266344],[-91.857083,31.494527],[-91.807098,31.438794],[-91.779725,31.530973],[-91.826926,31.591671],[-91.705948,31.642863],[-91.694469,31.735286],[-91.544791,31.751731]]]},"properties":{"id":"22029","n":"Concordia","z":["71316","71326","71334","71343","71354","71373","71377"],"st":"LA"}},"22031":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.04269592374,32.196004974825],[-93.951085,32.195545],[-93.764513,32.34556],[-93.666472,32.317444],[-93.61469,32.237526],[-93.535963,32.193126],[-93.539553,32.102167],[-93.355452,31.932222],[-93.419781,31.934058],[-93.441171,31.845233],[-93.878251895387,31.844276557246],[-94.029428406596,31.979686964168],[-94.04269592374,32.196004974825]]]},"properties":{"id":"22031","n":"De Soto","z":["71027","71030","71032","71046","71049","71050","71052","71063","71078","71419"],"st":"LA"}},"22033":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.297658,30.649548],[-91.254419,30.705294],[-90.849041,30.719311],[-90.910701,30.649385],[-90.985759,30.584454],[-90.991529,30.461818],[-90.891728,30.345244],[-91.021014,30.321489],[-91.142105,30.323293],[-91.239534,30.351584],[-91.199056,30.422279],[-91.209308,30.522989],[-91.315282,30.594288],[-91.297658,30.649548]]]},"properties":{"id":"22033","n":"East Baton Rouge","z":["70704","70714","70722","70739","70748","70770","70777","70791","70801","70802","70803","70804","70805","70806","70807","70808","70809","70810","70811","70812","70813","70814","70815","70816","70817","70818","70819","70820","70821","70822","70823","70825","70826","70827","70831","70833","70835","70836","70837","70873","70874","70879","70884","70891","70892","70893","70894","70895","70896","70898"],"st":"LA"}},"22035":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.445299,32.581956],[-91.344845,32.756659],[-91.30938,32.935237],[-91.26456405022,33.00473882427],[-91.166073,33.004106],[-91.072075,32.937832],[-91.157614,32.776033],[-91.056999,32.72558],[-91.098762,32.685291],[-91.05529310495,32.578983501077],[-91.133713,32.537912],[-91.457643,32.537807],[-91.445299,32.581956]]]},"properties":{"id":"22035","n":"East Carroll","z":["71154","71237","71254","71276","71286"],"st":"LA"}},"22037":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.176140123967,30.999224202319],[-91.060127467997,30.999323935309],[-90.825829141292,30.999525355341],[-90.863041,30.941981],[-90.849041,30.719311],[-91.254419,30.705294],[-91.297658,30.649548],[-91.310061,30.653961],[-91.320706,30.699417],[-91.234828,30.8247],[-91.176140123967,30.999224202319]]]},"properties":{"id":"22037","n":"East Feliciana","z":["70722","70730","70748","70761","70777","70789","70791"],"st":"LA"}},"22039":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.630347,30.487873],[-92.583508,30.56269],[-92.597741,30.896101],[-92.508854,30.896003],[-92.383033,31.001454],[-92.280738,30.965071],[-92.212711,30.848607],[-92.172415,30.767935],[-92.211243,30.568125],[-92.262719,30.538738],[-92.458914,30.52793],[-92.493259,30.480499],[-92.631987,30.481147],[-92.630347,30.487873]]]},"properties":{"id":"22039","n":"Evangeline","z":["70515","70524","70535","70554","70576","70580","70585","70586","71325","71367","71463"],"st":"LA"}},"22041":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.894729,32.15155],[-91.775019,32.243333],[-91.764379,32.330018],[-91.634883,32.405253],[-91.476739,32.405808],[-91.472391,32.316529],[-91.557199,32.249654],[-91.492718,32.203349],[-91.489761,32.092422],[-91.575721,31.88256],[-91.6475,31.970428],[-91.729158,31.88251],[-91.804869,31.893193],[-91.889687,31.971474],[-91.933229,32.066882],[-91.868202,32.091555],[-91.894729,32.15155]]]},"properties":{"id":"22041","n":"Franklin","z":["71219","71230","71232","71243","71295","71324","71336","71378"],"st":"LA"}},"22043":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.973529,31.708922],[-92.619976,31.709572],[-92.619224,31.797149],[-92.362608,31.796633],[-92.35127,31.624551],[-92.277615,31.496236],[-92.196131,31.477877],[-92.631944,31.390478],[-92.692887,31.399598],[-92.718983,31.517594],[-92.806206,31.598548],[-92.908313,31.625169],[-92.973529,31.708922]]]},"properties":{"id":"22043","n":"Grant","z":["71360","71404","71407","71417","71423","71432","71454","71467"],"st":"LA"}},"22045":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.042894303827,29.577480288972],[-91.985194,29.62919],[-91.969648,29.816888],[-91.990396,29.970326],[-91.964458,30.036918],[-91.950998,30.073213],[-91.819216,30.044013],[-91.729927,30.122484],[-91.600354,30.033169],[-91.368835,30.058824],[-91.224356,30.025336],[-91.255229,29.971457],[-91.471951,29.955989],[-91.624709,29.945275],[-91.711149,29.846065],[-91.935286,29.671939],[-91.862556996523,29.66739546376],[-91.873266,29.627277],[-91.711081,29.569328],[-91.821579,29.473925],[-92.042894303827,29.577480288972]]]},"properties":{"id":"22045","n":"Iberia","z":["70513","70518","70528","70533","70544","70552","70560","70562","70563","70582","70592"],"st":"LA"}},"22047":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.700933,30.497433],[-91.485089,30.497138],[-91.311285,30.322472],[-91.142105,30.323293],[-91.021014,30.321489],[-91.105951,30.062478],[-91.224356,30.025336],[-91.368835,30.058824],[-91.463833,30.102493],[-91.475303,30.229491],[-91.56276,30.241949],[-91.621055,30.309938],[-91.640099,30.442728],[-91.700933,30.497433]]]},"properties":{"id":"22047","n":"Iberville","z":["70721","70740","70757","70764","70765","70772","70776","70780","70788"],"st":"LA"}},"22049":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.777197,32.453455],[-92.621678,32.452999],[-92.622335,32.496406],[-92.41535,32.495486],[-92.415418,32.407812],[-92.311851,32.277441],[-92.312218,32.146123],[-92.814737,32.146907],[-92.773173,32.235984],[-92.777197,32.453455]]]},"properties":{"id":"22049","n":"Jackson","z":["71226","71227","71238","71247","71251","71268","71270"],"st":"LA"}},"22051":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.259889,30.16341],[-90.156256,30.189613],[-90.108119,30.16494],[-90.132474,29.913005],[-90.058547,29.945334],[-90.008056,29.895528],[-90.075683,29.77185],[-89.984533,29.617396],[-89.97747,29.449371],[-89.902706324024,29.293036606496],[-90.089835448194,29.164475356621],[-89.998954,29.298339],[-90.020622,29.428461],[-90.137504,29.477163],[-90.186172,29.563341],[-90.155807,29.67753],[-90.228157,29.692028],[-90.169288,29.80738],[-90.240173,29.862117],[-90.279533,29.967971],[-90.259889,30.16341]]]},"properties":{"id":"22051","n":"Jefferson","z":["70001","70002","70003","70004","70005","70006","70009","70010","70011","70033","70036","70053","70054","70055","70056","70058","70059","70060","70062","70063","70064","70065","70067","70072","70073","70094","70096","70097","70121","70123","70358"],"st":"LA"}},"22053":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.131155,30.423612],[-92.775737,30.437617],[-92.773976,30.488284],[-92.630347,30.487873],[-92.631987,30.481147],[-92.626612,30.230272],[-92.591129,30.182365],[-92.625484,30.09233],[-92.738604,30.037323],[-92.996371,30.038479],[-92.887222,30.083455],[-92.893324,30.156314],[-92.9963,30.156955],[-93.030955,30.37939],[-93.131109,30.403057],[-93.131155,30.423612]]]},"properties":{"id":"22053","n":"Jefferson Davis","z":["70532","70546","70549","70581","70591","70640","70647","70648","70650","70657"],"st":"LA"}},"22055":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.284675,30.147443],[-92.142184,30.298817],[-92.04943,30.381307],[-91.988718,30.368598],[-91.942818,30.236599],[-91.979932,30.182585],[-91.905544,30.154616],[-91.950998,30.073213],[-91.964458,30.036918],[-92.128423,30.115989],[-92.284675,30.147443]]]},"properties":{"id":"22055","n":"Lafayette","z":["70501","70502","70503","70504","70505","70506","70507","70508","70509","70517","70518","70520","70529","70555","70558","70578","70583","70592","70593","70596"],"st":"LA"}},"22057":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.885589,29.905353],[-90.77729,29.922029],[-90.656312,29.889246],[-90.529601,29.884997],[-90.468043,29.803474],[-90.371978,29.759239],[-90.352104,29.695512],[-90.228157,29.692028],[-90.155807,29.67753],[-90.186172,29.563341],[-90.137504,29.477163],[-90.020622,29.428461],[-89.998954,29.298339],[-90.089835448194,29.164475356621],[-90.223587,29.085075],[-90.40947090172,29.058444385928],[-90.384285,29.365755],[-90.807692,29.775908],[-90.880194,29.716809],[-91.006743,29.714771],[-90.885589,29.905353]]]},"properties":{"id":"22057","n":"Lafourche","z":["70030","70301","70302","70310","70343","70345","70354","70355","70357","70359","70364","70371","70373","70374","70375","70377","70394"],"st":"LA"}},"22059":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.362608,31.796633],[-92.312623,31.927382],[-92.005434,31.927296],[-92.008121,31.325797],[-92.086718,31.335374],[-92.196131,31.477877],[-92.277615,31.496236],[-92.35127,31.624551],[-92.362608,31.796633]]]},"properties":{"id":"22059","n":"La Salle","z":["71328","71342","71343","71371","71441","71465","71479","71480"],"st":"LA"}},"22061":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.880805,32.585277],[-92.828535,32.758814],[-92.725439,32.75954],[-92.571295,32.748579],[-92.518356,32.67072],[-92.41505,32.670056],[-92.415071,32.582845],[-92.41535,32.495486],[-92.622335,32.496406],[-92.621678,32.452999],[-92.777197,32.453455],[-92.879268,32.454118],[-92.880805,32.585277]]]},"properties":{"id":"22061","n":"Lincoln","z":["71001","71227","71234","71235","71245","71270","71272","71273","71275"],"st":"LA"}},"22063":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.910701,30.649385],[-90.567165,30.650023],[-90.546118,30.430283],[-90.47376,30.345246],[-90.485826,30.276992],[-90.554147,30.195628],[-90.632811,30.221409],[-90.694146,30.175067],[-90.830752,30.318625],[-90.891728,30.345244],[-90.991529,30.461818],[-90.985759,30.584454],[-90.910701,30.649385]]]},"properties":{"id":"22063","n":"Livingston","z":["70403","70443","70449","70453","70462","70466","70706","70711","70726","70727","70733","70739","70744","70754","70774","70785","70786"],"st":"LA"}},"22065":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.476739,32.405808],[-91.457643,32.537807],[-91.133713,32.537912],[-91.05529310495,32.578983501077],[-91.048760427764,32.572797040421],[-91.052907,32.438442],[-90.965986,32.424806],[-90.986672,32.35176],[-90.92117,32.342073],[-90.991227,32.214662],[-91.108509,32.20815],[-91.133968,32.249339],[-91.320742,32.202455],[-91.492718,32.203349],[-91.557199,32.249654],[-91.472391,32.316529],[-91.476739,32.405808]]]},"properties":{"id":"22065","n":"Madison","z":["71232","71233","71282","71284"],"st":"LA"}},"22067":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.069146592481,33.008482430257],[-91.460391771832,33.005997055701],[-91.435931080332,33.005839890972],[-91.566363,32.855561],[-91.637587,32.667341],[-91.742286,32.558906],[-91.80432,32.571316],[-91.913057,32.505902],[-91.943419,32.587119],[-91.911168,32.661139],[-92.065179,32.723003],[-92.069146592481,33.008482430257]]]},"properties":{"id":"22067","n":"Morehouse","z":["71220","71223","71229","71250","71261","71264","71280"],"st":"LA"}},"22069":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.441171,31.845233],[-93.419781,31.934058],[-93.355452,31.932222],[-93.239501,31.90352],[-93.23847,31.972781],[-93.121188,31.97261],[-93.187162,32.148412],[-92.93908,32.147942],[-92.872174,31.945856],[-92.9668,31.781299],[-92.973529,31.708922],[-92.908313,31.625169],[-92.806206,31.598548],[-92.718983,31.517594],[-92.947095,31.346751],[-92.981464,31.346644],[-93.236104,31.364507],[-93.236662,31.538339],[-93.337456,31.53811],[-93.338972,31.714259],[-93.441743,31.714485],[-93.441171,31.845233]]]},"properties":{"id":"22069","n":"Natchitoches","z":["71002","71019","71031","71065","71066","71070","71411","71414","71416","71427","71428","71434","71447","71450","71452","71455","71456","71457","71458","71468","71469","71471","71497"],"st":"LA"}},"22071":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.108119,30.16494],[-89.903234,30.19866],[-89.797414,30.160757],[-89.685287,30.175346],[-89.605088456555,30.142814157559],[-89.683712,30.076018],[-89.845297119572,30.01638184057],[-90.012102,29.94598],[-89.910708,29.867865],[-90.008056,29.895528],[-90.058547,29.945334],[-90.132474,29.913005],[-90.108119,30.16494]]]},"properties":{"id":"22071","n":"Orleans","z":["70112","70113","70114","70115","70116","70117","70118","70119","70122","70124","70125","70126","70127","70128","70129","70130","70131","70139","70141","70142","70143","70145","70146","70148","70150","70151","70152","70153","70154","70156","70157","70158","70159","70160","70161","70162","70163","70164","70165","70166","70167","70170","70172","70174","70175","70176","70177","70178","70179","70181","70182","70183","70184","70185","70186","70187","70189","70190","70195"],"st":"LA"}},"22073":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.41535,32.495486],[-92.415071,32.582845],[-92.223849,32.590366],[-92.065179,32.723003],[-91.911168,32.661139],[-91.943419,32.587119],[-91.913057,32.505902],[-91.994208,32.401094],[-92.034397,32.277068],[-92.106115,32.258552],[-92.311851,32.277441],[-92.415418,32.407812],[-92.41535,32.495486]]]},"properties":{"id":"22073","n":"Ouachita","z":["71201","71202","71203","71207","71209","71210","71211","71212","71213","71217","71225","71227","71229","71234","71238","71240","71280","71281","71291","71292","71294","71418"],"st":"LA"}},"22075":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.008056,29.895528],[-89.910708,29.867865],[-89.86972,29.795451],[-89.721045,29.757652],[-89.628181,29.680682],[-89.500966753134,29.633455425059],[-89.602109,29.610295],[-89.569607,29.494044],[-89.482318,29.406222],[-89.312085,29.388038],[-89.200389,29.344418],[-89.116653,29.219532],[-89.01428,29.166913],[-89.11653,29.074097],[-89.142866,28.991623],[-89.259354,29.058358],[-89.400966,28.933812],[-89.361098,29.071848],[-89.482844,29.215053],[-89.639663,29.290531],[-89.842641,29.318823],[-89.902706324024,29.293036606496],[-89.97747,29.449371],[-89.984533,29.617396],[-90.075683,29.77185],[-90.008056,29.895528]]]},"properties":{"id":"22075","n":"Plaquemines","z":["70037","70038","70040","70041","70050","70081","70082","70083","70091","70093"],"st":"LA"}},"22077":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.750119,31.018814],[-91.636942,30.999416],[-91.661372,30.857099],[-91.515586,30.875181],[-91.553019,30.730798],[-91.38062,30.758804],[-91.33087,30.658677],[-91.41476,30.511516],[-91.485089,30.497138],[-91.700933,30.497433],[-91.756193,30.497738],[-91.733673,30.70173],[-91.815258,30.848107],[-91.805063,30.975746],[-91.750119,31.018814]]]},"properties":{"id":"22077","n":"Pointe Coupee","z":["70715","70729","70732","70736","70747","70749","70750","70752","70753","70755","70756","70757","70759","70760","70762","70773","70783"],"st":"LA"}},"22079":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.718983,31.517594],[-92.692887,31.399598],[-92.631944,31.390478],[-92.196131,31.477877],[-92.086718,31.335374],[-92.22169,31.331855],[-92.234258,31.131466],[-92.208299,30.96243],[-92.280738,30.965071],[-92.383033,31.001454],[-92.508854,30.896003],[-92.597741,30.896101],[-92.823932,30.89],[-92.829651,31.252281],[-92.879756,31.317373],[-92.981464,31.346644],[-92.947095,31.346751],[-92.718983,31.517594]]]},"properties":{"id":"22079","n":"Rapides","z":["70656","71301","71302","71303","71306","71307","71309","71325","71328","71330","71346","71348","71351","71359","71360","71361","71365","71367","71405","71409","71423","71424","71427","71430","71431","71433","71438","71447","71448","71455","71463","71466","71467","71472","71477","71485"],"st":"LA"}},"22081":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.61469,32.237526],[-93.471249,32.237186],[-93.42819,32.235897],[-93.213143,32.235757],[-93.187162,32.148412],[-93.121188,31.97261],[-93.23847,31.972781],[-93.239501,31.90352],[-93.355452,31.932222],[-93.539553,32.102167],[-93.535963,32.193126],[-93.61469,32.237526]]]},"properties":{"id":"22081","n":"Red River","z":["71019","71034","71052","71068","71115"],"st":"LA"}},"22083":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.913057,32.505902],[-91.80432,32.571316],[-91.742286,32.558906],[-91.637587,32.667341],[-91.596027,32.582192],[-91.445299,32.581956],[-91.457643,32.537807],[-91.476739,32.405808],[-91.634883,32.405253],[-91.764379,32.330018],[-91.775019,32.243333],[-91.894729,32.15155],[-91.980603,32.166634],[-92.034397,32.277068],[-91.994208,32.401094],[-91.913057,32.505902]]]},"properties":{"id":"22083","n":"Richland","z":["71218","71232","71237","71259","71264","71269","71279","71418"],"st":"LA"}},"22085":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.878251895387,31.844276557246],[-93.441171,31.845233],[-93.441743,31.714485],[-93.338972,31.714259],[-93.337456,31.53811],[-93.236662,31.538339],[-93.236104,31.364507],[-93.390495,31.364147],[-93.442554,31.276716],[-93.535414,31.276402],[-93.552497307502,31.184820023447],[-93.600603087363,31.182624955269],[-93.67544,31.30104],[-93.668146,31.375103],[-93.749476,31.46869],[-93.725925,31.504092],[-93.834924,31.586211],[-93.803419,31.700686],[-93.878251895387,31.844276557246]]]},"properties":{"id":"22085","n":"Sabine","z":["71065","71403","71406","71419","71426","71429","71439","71449","71450","71460","71462","71469","71486"],"st":"LA"}},"22087":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.845297119572,30.01638184057],[-89.852583,29.952721],[-89.701725,29.874085],[-89.598129,29.881409],[-89.574425,29.983738],[-89.444618,30.060959],[-89.342163,30.059172],[-89.183256,30.149344],[-89.271034,29.756355],[-89.399162,29.770592],[-89.403956,29.681808],[-89.500966753134,29.633455425059],[-89.628181,29.680682],[-89.721045,29.757652],[-89.86972,29.795451],[-89.910708,29.867865],[-90.012102,29.94598],[-89.845297119572,30.01638184057]]]},"properties":{"id":"22087","n":"Saint Bernard","z":["70032","70043","70044","70075","70085","70092"],"st":"LA"}},"22089":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.259889,30.16341],[-90.279533,29.967971],[-90.240173,29.862117],[-90.169288,29.80738],[-90.228157,29.692028],[-90.352104,29.695512],[-90.371978,29.759239],[-90.468043,29.803474],[-90.529601,29.884997],[-90.538132,30.016884],[-90.467788,30.031709],[-90.326637,30.150188],[-90.259889,30.16341]]]},"properties":{"id":"22089","n":"Saint Charles","z":["70030","70031","70039","70047","70057","70068","70070","70078","70079","70080","70087"],"st":"LA"}},"22091":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.849041,30.719311],[-90.863041,30.941981],[-90.825829141292,30.999525355341],[-90.567195400658,30.9999450244],[-90.567165,30.650023],[-90.910701,30.649385],[-90.849041,30.719311]]]},"properties":{"id":"22091","n":"Saint Helena","z":["70422","70441","70443","70444","70453","70706","70744"],"st":"LA"}},"22093":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.963693,30.06645],[-90.915565,30.113285],[-90.641998,30.16643],[-90.68885,30.035953],[-90.656312,29.889246],[-90.77729,29.922029],[-90.885589,29.905353],[-90.959869,29.977924],[-90.963693,30.06645]]]},"properties":{"id":"22093","n":"Saint James","z":["70052","70071","70086","70090","70723","70743","70763","70792"],"st":"LA"}},"22095":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.641998,30.16643],[-90.632811,30.221409],[-90.554147,30.195628],[-90.485826,30.276992],[-90.320464,30.298985],[-90.160636,30.234337],[-90.156256,30.189613],[-90.259889,30.16341],[-90.326637,30.150188],[-90.467788,30.031709],[-90.538132,30.016884],[-90.529601,29.884997],[-90.656312,29.889246],[-90.68885,30.035953],[-90.641998,30.16643]]]},"properties":{"id":"22095","n":"Saint John the Baptist","z":["70049","70051","70068","70069","70076","70084","70090","70421"],"st":"LA"}},"22097":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.212711,30.848607],[-91.815258,30.848107],[-91.733673,30.70173],[-91.756193,30.497738],[-91.678896,30.394731],[-91.978184,30.407403],[-91.988718,30.368598],[-92.04943,30.381307],[-92.142184,30.298817],[-92.244795,30.480193],[-92.493259,30.480499],[-92.458914,30.52793],[-92.262719,30.538738],[-92.211243,30.568125],[-92.172415,30.767935],[-92.212711,30.848607]]]},"properties":{"id":"22097","n":"Saint Landry","z":["70512","70520","70525","70535","70541","70550","70551","70570","70571","70577","70584","70586","70589","70750","71322","71345","71353","71356","71358","71362"],"st":"LA"}},"22099":{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-91.471951,29.955989],[-91.255229,29.971457],[-91.182817,29.846172],[-91.092682,29.801],[-91.10001,29.699402],[-91.215195,29.751211],[-91.386491,29.783681],[-91.373642,29.834401],[-91.471951,29.955989]]],[[[-91.756193,30.497738],[-91.700933,30.497433],[-91.640099,30.442728],[-91.621055,30.309938],[-91.56276,30.241949],[-91.475303,30.229491],[-91.463833,30.102493],[-91.368835,30.058824],[-91.600354,30.033169],[-91.729927,30.122484],[-91.819216,30.044013],[-91.950998,30.073213],[-91.905544,30.154616],[-91.979932,30.182585],[-91.942818,30.236599],[-91.988718,30.368598],[-91.978184,30.407403],[-91.678896,30.394731],[-91.756193,30.497738]]]]},"properties":{"id":"22099","n":"Saint Martin","z":["70339","70380","70392","70512","70517","70518","70519","70521","70582","70757"],"st":"LA"}},"22101":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.471951,29.955989],[-91.373642,29.834401],[-91.386491,29.783681],[-91.215195,29.751211],[-91.10001,29.699402],[-91.082602,29.626368],[-91.178048,29.609703],[-91.27124,29.535186],[-91.213419,29.417498],[-91.266322670719,29.361363733346],[-91.363967,29.420664],[-91.394307,29.497115],[-91.460963,29.469961],[-91.541974,29.594353],[-91.643832,29.630625],[-91.623829,29.69924],[-91.737253,29.74937],[-91.862556996523,29.66739546376],[-91.935286,29.671939],[-91.711149,29.846065],[-91.624709,29.945275],[-91.471951,29.955989]]]},"properties":{"id":"22101","n":"Saint Mary","z":["70340","70342","70380","70392","70514","70522","70523","70538","70540","70544","70569"],"st":"LA"}},"22103":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.255648,30.711905],[-89.99459,30.665307],[-89.826180359115,30.668823270185],[-89.791664,30.551524],[-89.699932082841,30.454036880786],[-89.607655,30.217096],[-89.524504,30.180753],[-89.605088456555,30.142814157559],[-89.685287,30.175346],[-89.797414,30.160757],[-89.903234,30.19866],[-90.108119,30.16494],[-90.156256,30.189613],[-90.160636,30.234337],[-90.243649,30.361581],[-90.255648,30.711905]]]},"properties":{"id":"22103","n":"Saint Tammany","z":["70420","70427","70431","70433","70434","70435","70437","70445","70447","70448","70452","70457","70458","70459","70460","70461","70463","70464","70469","70470","70471"],"st":"LA"}},"22105":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.567195400658,30.9999450244],[-90.547574425233,30.999982101792],[-90.347241080662,31.000360667981],[-90.255648,30.711905],[-90.243649,30.361581],[-90.160636,30.234337],[-90.320464,30.298985],[-90.485826,30.276992],[-90.47376,30.345246],[-90.546118,30.430283],[-90.567165,30.650023],[-90.567195400658,30.9999450244]]]},"properties":{"id":"22105","n":"Tangipahoa","z":["70401","70402","70403","70404","70422","70433","70435","70436","70437","70442","70443","70444","70446","70451","70454","70455","70456","70462","70465","70466"],"st":"LA"}},"22107":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.575721,31.88256],[-91.489761,32.092422],[-91.492718,32.203349],[-91.320742,32.202455],[-91.133968,32.249339],[-91.108509,32.20815],[-91.039472318907,32.107968142665],[-91.117409,31.987057],[-91.244015161325,31.869732437504],[-91.345714,31.842861],[-91.320458733282,31.747800614482],[-91.380124529983,31.73262695305],[-91.544791,31.751731],[-91.575721,31.88256]]]},"properties":{"id":"22107","n":"Tensas","z":["71357","71366","71375"],"st":"LA"}},"22109":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.266322670719,29.361363733346],[-91.213419,29.417498],[-91.27124,29.535186],[-91.178048,29.609703],[-91.082602,29.626368],[-91.006743,29.714771],[-90.880194,29.716809],[-90.807692,29.775908],[-90.384285,29.365755],[-90.40947090172,29.058444385928],[-90.867853,29.056064],[-90.941877,29.162373],[-91.278792,29.247776],[-91.334885,29.298775],[-91.266322670719,29.361363733346]]]},"properties":{"id":"22109","n":"Terrebonne","z":["70301","70343","70344","70352","70353","70356","70359","70360","70361","70363","70364","70377","70395","70397"],"st":"LA"}},"22111":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.724743173179,33.014341767675],[-92.069146592481,33.008482430257],[-92.065179,32.723003],[-92.223849,32.590366],[-92.415071,32.582845],[-92.41505,32.670056],[-92.518356,32.67072],[-92.571295,32.748579],[-92.725439,32.75954],[-92.724743173179,33.014341767675]]]},"properties":{"id":"22111","n":"Union","z":{"0":"71222","1":"71234","2":"71241","3":"71256","4":"71260","5":"71277","6":"71280","46":"71749"},"st":"LA"}},"22113":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.625484,30.09233],[-92.534638,30.107852],[-92.423166,30.04932],[-92.284675,30.147443],[-92.128423,30.115989],[-91.964458,30.036918],[-91.990396,29.970326],[-91.969648,29.816888],[-91.985194,29.62919],[-92.042894303827,29.577480288972],[-92.158624,29.581616],[-92.323465,29.531497],[-92.61723443745,29.589059016174],[-92.61561,30.038168],[-92.738604,30.037323],[-92.625484,30.09233]]]},"properties":{"id":"22113","n":"Vermilion","z":["70510","70511","70526","70528","70533","70542","70548","70555","70560","70575","70578","70592","70598"],"st":"LA"}},"22115":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.552497307502,31.184820023447],[-93.535414,31.276402],[-93.442554,31.276716],[-93.390495,31.364147],[-93.236104,31.364507],[-92.981464,31.346644],[-92.879756,31.317373],[-92.829651,31.252281],[-92.823932,30.89],[-92.978453,30.878175],[-93.554575854346,30.877469501861],[-93.531219,31.051678],[-93.552497307502,31.184820023447]]]},"properties":{"id":"22115","n":"Vernon","z":["70634","70639","70656","70659","71403","71438","71439","71443","71446","71447","71459","71461","71474","71475","71496"],"st":"LA"}},"22117":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.347241080662,31.000360667981],[-90.259554940491,31.000661781229],[-89.835907824328,31.002101423118],[-89.728175690161,31.002313887984],[-89.836331,30.727197],[-89.826180359115,30.668823270185],[-89.99459,30.665307],[-90.255648,30.711905],[-90.347241080662,31.000360667981]]]},"properties":{"id":"22117","n":"Washington","z":["70426","70427","70429","70431","70438","70450","70467"],"st":"LA"}},"22119":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.520993553772,33.018742293588],[-93.49051240012,33.018634595666],[-93.238606962399,33.018015879957],[-93.237381,32.71625],[-93.186571,32.716755],[-93.178767,32.584916],[-93.147058,32.45534],[-93.236656,32.410071],[-93.372781,32.410153],[-93.441212,32.410431],[-93.447916,32.866684],[-93.530454,32.975609],[-93.520993553772,33.018742293588]]]},"properties":{"id":"22119","n":"Webster","z":["71018","71021","71023","71024","71038","71039","71055","71058","71067","71071","71072","71073","71075"],"st":"LA"}},"22121":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.485089,30.497138],[-91.41476,30.511516],[-91.33087,30.658677],[-91.310061,30.653961],[-91.297658,30.649548],[-91.315282,30.594288],[-91.209308,30.522989],[-91.199056,30.422279],[-91.239534,30.351584],[-91.142105,30.323293],[-91.311285,30.322472],[-91.485089,30.497138]]]},"properties":{"id":"22121","n":"West Baton Rouge","z":["70710","70719","70729","70764","70767"],"st":"LA"}},"22123":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.637587,32.667341],[-91.566363,32.855561],[-91.435931080332,33.005839890972],[-91.26456405022,33.00473882427],[-91.30938,32.935237],[-91.344845,32.756659],[-91.445299,32.581956],[-91.596027,32.582192],[-91.637587,32.667341]]]},"properties":{"id":"22123","n":"West Carroll","z":["71221","71237","71242","71253","71263","71266"],"st":"LA"}},"22125":{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-91.636942,30.999416],[-91.176140123967,30.999224202319],[-91.234828,30.8247],[-91.320706,30.699417],[-91.310061,30.653961],[-91.33087,30.658677],[-91.38062,30.758804],[-91.553019,30.730798],[-91.515586,30.875181],[-91.661372,30.857099],[-91.636942,30.999416]]],[[[-91.723804,31.044254],[-91.628257298209,31.005097001895],[-91.636942,30.999416],[-91.750119,31.018814],[-91.723804,31.044254]]]]},"properties":{"id":"22125","n":"West Feliciana","z":["70712","70775","70782","70784","70787"],"st":"LA"}},"22127":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.93908,32.147942],[-92.814737,32.146907],[-92.312218,32.146123],[-92.312623,31.927382],[-92.362608,31.796633],[-92.619224,31.797149],[-92.619976,31.709572],[-92.973529,31.708922],[-92.9668,31.781299],[-92.872174,31.945856],[-92.93908,32.147942]]]},"properties":{"id":"22127","n":"Winn","z":["71031","71404","71410","71422","71440","71454","71457","71465","71473","71479","71483"],"st":"LA"}},"23001":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-70.238904,44.458942],[-70.12939,44.487217],[-70.060498,44.191775],[-70.005471,44.124519],[-70.034238,43.975661],[-70.11586,43.90671],[-70.315374,44.037807],[-70.363874,43.986445],[-70.480078,44.032078],[-70.485288,44.060398],[-70.325218,44.208399],[-70.238904,44.458942]]]},"properties":{"id":"23001","n":"Androscoggin","z":["04210","04211","04212","04222","04223","04228","04230","04236","04240","04241","04243","04250","04252","04253","04254","04256","04258","04263","04266","04274","04280","04282","04288","04291"],"st":"ME"}},"23003":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-67.802894295077,45.678927885463],[-68.048012,45.639897],[-68.433001,45.581204],[-68.427598,45.944591],[-68.436443,46.382121],[-68.819401,46.395782],[-68.821414,46.57251],[-69.721109,46.574053],[-70.023019787056,46.573486472517],[-69.997086,46.69523],[-69.439198,47.250033],[-69.219996,47.457159],[-69.039301,47.42217],[-69.0402,47.2451],[-68.900985,47.178519],[-68.604819,47.249418],[-68.588725,47.281721],[-68.375615,47.292268],[-68.361559,47.355605],[-68.204263,47.33973],[-67.952269,47.196142],[-67.789761,47.065744],[-67.779984,45.938163],[-67.803678,45.869379],[-67.802894295077,45.678927885463]]]},"properties":{"id":"23003","n":"Aroostook","z":["04424","04451","04459","04460","04471","04497","04730","04732","04733","04734","04735","04736","04738","04739","04740","04741","04742","04743","04744","04745","04746","04747","04750","04751","04756","04757","04758","04760","04761","04762","04763","04764","04765","04766","04768","04769","04772","04773","04774","04775","04776","04779","04780","04781","04783","04785","04786","04787"],"st":"ME"}},"23005":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-70.480078,44.032078],[-70.363874,43.986445],[-70.315374,44.037807],[-70.11586,43.90671],[-70.034238,43.975661],[-69.976226,43.915276],[-69.857032,43.944742],[-69.887406124158,43.766593379452],[-70.168227,43.675136],[-70.206123,43.557627],[-70.338737477248,43.528109279369],[-70.492009,43.606769],[-70.457743,43.642372],[-70.549965,43.715796],[-70.659622,43.710902],[-70.653533,43.787738],[-70.782984,43.814147],[-70.801612,43.856083],[-70.715418,43.961815],[-70.821803,44.077089],[-70.624329,44.171036],[-70.595631,44.032057],[-70.480078,44.032078]]]},"properties":{"id":"23005","n":"Cumberland","z":["04003","04009","04011","04013","04015","04016","04017","04019","04021","04024","04029","04032","04033","04034","04038","04039","04040","04050","04055","04057","04062","04066","04069","04070","04071","04074","04077","04078","04079","04082","04084","04085","04091","04092","04096","04097","04098","04101","04102","04103","04104","04105","04106","04107","04108","04109","04110","04112","04116","04122","04123","04124","04260"],"st":"ME"}},"23007":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-70.552823903379,45.667806057885],[-70.418519,45.144005],[-70.308491,45.163183],[-70.293826,45.109903],[-70.159375,45.128396],[-70.110365,44.947311],[-70.12993,44.850765],[-70.03327,44.86454],[-69.996191,44.677497],[-69.930451,44.610852],[-70.040127,44.588453],[-70.04235,44.485235],[-70.12939,44.487217],[-70.238904,44.458942],[-70.280748,44.569619],[-70.549985,44.610727],[-70.510598,44.627216],[-70.61503,44.795634],[-70.769228,44.732228],[-70.823634,45.01379],[-70.779842,45.018379],[-70.83401953744,45.271794402397],[-70.825612,45.400305],[-70.781471,45.431159],[-70.634661,45.383608],[-70.723396,45.510394],[-70.552823903379,45.667806057885]]]},"properties":{"id":"23007","n":"Franklin","z":["04224","04225","04234","04239","04262","04285","04294","04936","04938","04940","04947","04954","04955","04956","04964","04966","04970","04982","04983","04984","04992"],"st":"ME"}},"23009":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-68.896384,44.209935],[-68.804615,44.458411],[-68.798337,44.568268],[-68.845722,44.61484],[-68.815793,44.683754],[-68.743953,44.660579],[-68.69093,44.721668],[-68.445219,44.763014],[-68.501095,44.980718],[-68.375892,44.997373],[-68.396903,45.083296],[-68.270497,45.100121],[-68.303714,45.221531],[-68.054985,45.252577],[-67.981851,44.955885],[-68.105017,44.939088],[-68.017219,44.589087],[-67.943843957055,44.407015790843],[-68.049334,44.33073],[-68.125624,44.387127],[-68.22949,44.266918],[-68.17433,44.225908],[-68.306519,44.234829],[-68.331032,44.10758],[-68.531414202352,44.089852380257],[-68.548472,44.129699],[-68.720917,44.11526],[-68.828471,44.209007],[-68.896384,44.209935]]]},"properties":{"id":"23009","n":"Hancock","z":["04408","04416","04420","04421","04429","04431","04472","04476","04605","04607","04609","04612","04613","04614","04616","04617","04622","04624","04625","04627","04629","04634","04635","04640","04642","04644","04646","04650","04653","04660","04662","04664","04669","04672","04673","04674","04675","04676","04677","04679","04681","04683","04684","04685","04693"],"st":"ME"}},"23011":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-70.12939,44.487217],[-70.04235,44.485235],[-70.040127,44.588453],[-69.930451,44.610852],[-69.605746,44.577264],[-69.578898,44.625108],[-69.632971,44.698763],[-69.471712,44.692899],[-69.393123,44.640375],[-69.395987,44.457078],[-69.445498,44.463839],[-69.506382,44.34287],[-69.547398,44.260988],[-69.650171,44.279625],[-69.656942,44.125461],[-69.758208,44.139334],[-69.854983,44.167862],[-69.897783,44.107662],[-70.005471,44.124519],[-70.060498,44.191775],[-70.12939,44.487217]]]},"properties":{"id":"23011","n":"Kennebec","z":["04259","04265","04284","04330","04332","04336","04338","04343","04344","04345","04346","04347","04349","04350","04351","04352","04355","04358","04359","04360","04363","04364","04901","04903","04910","04917","04918","04926","04927","04935","04962","04963","04988","04989"],"st":"ME"}},"23013":{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-68.934976431762,44.202907473937],[-68.896384,44.209935],[-68.828471,44.209007],[-68.720917,44.11526],[-68.548472,44.129699],[-68.531414202352,44.089852380257],[-68.657031,44.003823],[-68.669383,44.076359],[-68.874139,44.025359],[-68.934976431762,44.202907473937]]],[[[-68.92401,43.885407],[-68.849009,43.849841],[-68.888483,43.803781],[-68.92401,43.885407]]],[[[-69.434992,44.331866],[-69.346616,44.308337],[-69.268882,44.364653],[-69.121622,44.255644],[-69.021074545005,44.230435314123],[-69.075667,44.129991],[-69.031878,44.079036],[-69.077028,43.973654],[-69.17498,43.976949],[-69.321031,43.856708],[-69.380489719343,43.943640233556],[-69.363996,44.012873],[-69.282268,44.052584],[-69.337672,44.20937],[-69.432837,44.22674],[-69.434992,44.331866]]]]},"properties":{"id":"23013","n":"Knox","z":["04547","04563","04574","04645","04841","04843","04847","04851","04853","04854","04855","04856","04858","04859","04860","04861","04862","04863","04864","04865"],"st":"ME"}},"23015":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-69.758208,44.139334],[-69.656942,44.125461],[-69.650171,44.279625],[-69.547398,44.260988],[-69.506382,44.34287],[-69.434992,44.331866],[-69.432837,44.22674],[-69.337672,44.20937],[-69.282268,44.052584],[-69.363996,44.012873],[-69.380489719343,43.943640233556],[-69.50329,43.837673],[-69.69581545626,43.796054967291],[-69.743263,43.893926],[-69.700152,44.006585],[-69.813517,44.026821],[-69.758208,44.139334]]]},"properties":{"id":"23015","n":"Lincoln","z":["04341","04342","04348","04353","04535","04537","04538","04539","04541","04543","04544","04549","04551","04553","04554","04555","04556","04558","04564","04568","04570","04571","04572","04573","04575","04576","04578","04852"],"st":"ME"}},"23017":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-71.083924,45.305451],[-70.949365,45.331536],[-70.892822,45.239172],[-70.83401953744,45.271794402397],[-70.779842,45.018379],[-70.823634,45.01379],[-70.769228,44.732228],[-70.61503,44.795634],[-70.510598,44.627216],[-70.549985,44.610727],[-70.280748,44.569619],[-70.238904,44.458942],[-70.325218,44.208399],[-70.485288,44.060398],[-70.480078,44.032078],[-70.595631,44.032057],[-70.624329,44.171036],[-70.821803,44.077089],[-70.715418,43.961815],[-70.801612,43.856083],[-70.782984,43.814147],[-70.987258046746,43.792973592884],[-71.010271167868,44.284888321572],[-71.036705,44.736498],[-71.083924,45.305451]]]},"properties":{"id":"23017","n":"Oxford","z":{"1":"04010","2":"04022","3":"04037","4":"04040","5":"04041","6":"04051","7":"04068","8":"04088","9":"04216","10":"04217","11":"04219","12":"04220","13":"04221","14":"04224","15":"04226","16":"04227","17":"04231","18":"04237","19":"04238","20":"04255","21":"04257","22":"04261","23":"04267","24":"04268","25":"04270","26":"04271","27":"04275","28":"04276","29":"04281","30":"04286","31":"04289","32":"04290","33":"04292","34":"04964","35":"03579"},"st":"ME"}},"23019":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-69.355667,45.073469],[-68.856587,45.142783],[-68.880923,45.224947],[-68.776061,45.240317],[-68.857297,45.527301],[-68.964653,45.512367],[-68.95891,45.662195],[-68.827039,45.684826],[-68.819401,46.395782],[-68.436443,46.382121],[-68.427598,45.944591],[-68.433001,45.581204],[-68.048012,45.639897],[-67.93976,45.267845],[-68.054985,45.252577],[-68.303714,45.221531],[-68.270497,45.100121],[-68.396903,45.083296],[-68.375892,44.997373],[-68.501095,44.980718],[-68.445219,44.763014],[-68.69093,44.721668],[-68.743953,44.660579],[-68.815793,44.683754],[-68.837529,44.702125],[-69.183732,44.644023],[-69.2052,44.729586],[-69.266785,44.721928],[-69.355667,45.073469]]]},"properties":{"id":"23019","n":"Penobscot","z":["04401","04402","04410","04411","04412","04417","04418","04419","04422","04427","04428","04429","04430","04434","04435","04444","04448","04449","04450","04451","04453","04455","04456","04457","04459","04460","04461","04462","04468","04469","04473","04474","04475","04487","04488","04489","04493","04495","04497","04733","04765","04777","04928","04930","04932","04933","04939","04953","04969"],"st":"ME"}},"23021":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-69.721109,46.574053],[-68.821414,46.57251],[-68.819401,46.395782],[-68.827039,45.684826],[-68.95891,45.662195],[-68.964653,45.512367],[-68.857297,45.527301],[-68.776061,45.240317],[-68.880923,45.224947],[-68.856587,45.142783],[-69.355667,45.073469],[-69.620967,45.010956],[-69.779928,45.542766],[-69.701688,45.627982],[-69.832818,45.738734],[-69.732579,45.755978],[-69.705743,45.853975],[-69.646566,45.863988],[-69.683564,45.983632],[-69.728577,45.976882],[-69.73232,46.394008],[-69.721109,46.574053]]]},"properties":{"id":"23021","n":"Piscataquis","z":["04406","04414","04415","04426","04441","04442","04443","04462","04463","04464","04479","04481","04485","04732","04737","04942"],"st":"ME"}},"23023":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-70.005471,44.124519],[-69.897783,44.107662],[-69.854983,44.167862],[-69.758208,44.139334],[-69.813517,44.026821],[-69.700152,44.006585],[-69.743263,43.893926],[-69.69581545626,43.796054967291],[-69.855081,43.704746],[-69.887406124158,43.766593379452],[-69.857032,43.944742],[-69.976226,43.915276],[-70.034238,43.975661],[-70.005471,44.124519]]]},"properties":{"id":"23023","n":"Sagadahoc","z":["04008","04086","04287","04345","04357","04530","04548","04562","04565","04579"],"st":"ME"}},"23025":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-70.023019787056,46.573486472517],[-69.721109,46.574053],[-69.73232,46.394008],[-69.728577,45.976882],[-69.683564,45.983632],[-69.646566,45.863988],[-69.705743,45.853975],[-69.732579,45.755978],[-69.832818,45.738734],[-69.701688,45.627982],[-69.779928,45.542766],[-69.620967,45.010956],[-69.355667,45.073469],[-69.266785,44.721928],[-69.372065,44.754632],[-69.471712,44.692899],[-69.632971,44.698763],[-69.578898,44.625108],[-69.605746,44.577264],[-69.930451,44.610852],[-69.996191,44.677497],[-70.03327,44.86454],[-70.12993,44.850765],[-70.110365,44.947311],[-70.159375,45.128396],[-70.293826,45.109903],[-70.308491,45.163183],[-70.418519,45.144005],[-70.552823903379,45.667806057885],[-70.383552,45.734869],[-70.415684,45.786158],[-70.259117,45.890755],[-70.31297,45.961856],[-70.306734,46.061344],[-70.239566,46.142762],[-70.290896,46.185838],[-70.207415,46.331316],[-70.053748,46.429236],[-70.023019787056,46.573486472517]]]},"properties":{"id":"23025","n":"Somerset","z":["04333","04478","04911","04912","04920","04923","04924","04925","04929","04930","04937","04942","04943","04944","04945","04950","04957","04958","04961","04965","04967","04971","04975","04976","04978","04979","04985","94976"],"st":"ME"}},"23027":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-69.471712,44.692899],[-69.372065,44.754632],[-69.266785,44.721928],[-69.2052,44.729586],[-69.183732,44.644023],[-68.837529,44.702125],[-68.815793,44.683754],[-68.845722,44.61484],[-68.798337,44.568268],[-68.804615,44.458411],[-68.896384,44.209935],[-68.934976431762,44.202907473937],[-69.021074545005,44.230435314123],[-69.121622,44.255644],[-69.268882,44.364653],[-69.346616,44.308337],[-69.434992,44.331866],[-69.506382,44.34287],[-69.445498,44.463839],[-69.395987,44.457078],[-69.393123,44.640375],[-69.471712,44.692899]]]},"properties":{"id":"23027","n":"Waldo","z":["04354","04438","04496","04848","04849","04850","04915","04921","04922","04941","04949","04951","04952","04972","04973","04974","04981","04986","04987","04988"],"st":"ME"}},"23029":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-68.054985,45.252577],[-67.93976,45.267845],[-68.048012,45.639897],[-67.802894295077,45.678927885463],[-67.675417,45.630959],[-67.455406,45.604665],[-67.417417,45.501985],[-67.484328,45.451955],[-67.427243,45.37369],[-67.480256,45.268185],[-67.339869,45.125594],[-67.271076,45.191081],[-67.112414,45.112323],[-67.033474,44.939923],[-66.949895,44.817419],[-67.169857,44.662105],[-67.293403,44.599265],[-67.448513,44.600322],[-67.579726,44.429131],[-67.653123,44.525823],[-67.793589,44.494779],[-67.855108,44.419434],[-67.943843957055,44.407015790843],[-68.017219,44.589087],[-68.105017,44.939088],[-67.981851,44.955885],[-68.054985,45.252577]]]},"properties":{"id":"23029","n":"Washington","z":["04413","04424","04454","04490","04491","04492","04606","04611","04619","04622","04623","04626","04628","04630","04631","04637","04643","04648","04649","04652","04654","04655","04657","04658","04666","04667","04668","04671","04680","04686","04691","04694"],"st":"ME"}},"23031":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-70.987258046746,43.792973592884],[-70.782984,43.814147],[-70.653533,43.787738],[-70.659622,43.710902],[-70.549965,43.715796],[-70.457743,43.642372],[-70.492009,43.606769],[-70.338737477248,43.528109279369],[-70.327303,43.458521],[-70.416311,43.361059],[-70.517695,43.344037],[-70.585184,43.270113],[-70.596185,43.163466],[-70.703818,43.059825],[-70.819549285713,43.123230973431],[-70.813119,43.217252],[-70.984335,43.376128],[-70.963792679806,43.540220955367],[-70.987258046746,43.792973592884]]]},"properties":{"id":"23031","n":"York","z":["03804","03901","03902","03903","03904","03905","03906","03907","03908","03909","03910","03911","04001","04002","04004","04005","04006","04007","04014","04020","04027","04028","04030","04042","04043","04046","04047","04048","04049","04054","04056","04061","04063","04064","04072","04073","04076","04083","04087","04090","04093","04094","04095"],"st":"ME"}},"24001":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.928416129889,39.722998587441],[-78.808299529622,39.723070956277],[-78.380477064564,39.72270413884],[-78.342833518574,39.722658292926],[-78.332788021499,39.628527596499],[-78.468269595003,39.526224270472],[-78.655036171547,39.544382241084],[-78.77114,39.638387],[-78.956751,39.440264],[-79.067447408072,39.472808699128],[-78.928416129889,39.722998587441]]]},"properties":{"id":"24001","n":"Allegany","z":["21501","21502","21503","21504","21505","21521","21524","21528","21529","21530","21532","21539","21540","21542","21543","21545","21555","21556","21557","21560","21562","21766"],"st":"MD"}},"24003":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.840362,39.103142],[-76.697085,39.214092],[-76.644212,39.248924],[-76.529486,39.218408],[-76.504008590918,39.199286249126],[-76.428681,39.131709],[-76.39408,39.011311],[-76.516944,38.851157],[-76.558743,38.756352],[-76.527092547394,38.712750301238],[-76.686358,38.748475],[-76.710639,38.815694],[-76.670111,38.906919],[-76.751258,39.034714],[-76.840362,39.103142]]]},"properties":{"id":"24003","n":"Anne Arundel","z":["20701","20711","20714","20724","20733","20736","20751","20754","20755","20758","20764","20765","20776","20778","20779","20794","21012","21032","21035","21037","21054","21056","21060","21061","21062","21076","21077","21090","21106","21108","21113","21114","21122","21123","21140","21144","21146","21225","21226","21240","21401","21402","21403","21404","21405","21409","21411","21412","22403"],"st":"MD"}},"24005":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.787097199758,39.721048146111],[-76.569475117212,39.721458559105],[-76.532174,39.543977],[-76.386697,39.459705],[-76.306579,39.310107],[-76.325418341957,39.272905086083],[-76.425281,39.205708],[-76.504008590918,39.199286249126],[-76.529486,39.218408],[-76.529793,39.372058],[-76.693693,39.372105],[-76.711054,39.277889],[-76.644212,39.248924],[-76.697085,39.214092],[-76.882274,39.350185],[-76.8931,39.457402],[-76.787097199758,39.721048146111]]]},"properties":{"id":"24005","n":"Baltimore","z":["21013","21020","21022","21023","21027","21030","21031","21043","21051","21052","21053","21057","21065","21071","21074","21082","21085","21087","21093","21102","21104","21105","21111","21117","21120","21128","21131","21133","21136","21139","21152","21153","21155","21156","21161","21162","21163","21204","21206","21207","21208","21209","21210","21212","21215","21219","21220","21221","21222","21224","21227","21228","21229","21234","21236","21237","21239","21244","21250","21252","21284","21286"],"st":"MD"}},"24009":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.686358,38.748475],[-76.527092547394,38.712750301238],[-76.517506,38.539149],[-76.393378,38.389477],[-76.400194624698,38.319871943961],[-76.608373,38.424445],[-76.674118,38.499622],[-76.675457,38.535876],[-76.686358,38.748475]]]},"properties":{"id":"24009","n":"Calvert","z":["20610","20615","20629","20639","20657","20676","20678","20685","20688","20689","20714","20732","20736","20754"],"st":"MD"}},"24011":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-75.949335,38.918333],[-75.940933,38.976295],[-75.834948,39.108437],[-75.748154814254,39.14313173096],[-75.723102693333,38.829826556528],[-75.707555026429,38.63538535506],[-75.839103,38.704124],[-75.945248,38.674109],[-76.014427,38.726463],[-75.896774,38.815109],[-75.949335,38.918333]]]},"properties":{"id":"24011","n":"Caroline","z":["21609","21629","21632","21636","21639","21640","21641","21649","21655","21660","21670"],"st":"MD"}},"24013":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.217023755237,39.720217248385],[-76.999318026333,39.720067672353],[-76.787097199758,39.721048146111],[-76.8931,39.457402],[-76.882274,39.350185],[-77.101678,39.369296],[-77.16808,39.353957],[-77.107711,39.494556],[-77.198024,39.57543],[-77.307416,39.619101],[-77.217023755237,39.720217248385]]]},"properties":{"id":"24013","n":"Carroll","z":["21048","21074","21088","21102","21104","21136","21155","21157","21158","21757","21771","21776","21784","21787","21791","21792","21797"],"st":"MD"}},"24015":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.233485,39.721646],[-76.13569742699,39.721767550607],[-75.788596,39.722199],[-75.766904606709,39.377651593551],[-75.981109,39.366569],[-76.061498821956,39.387748114115],[-76.037646288316,39.452642382309],[-76.094472,39.56781],[-76.233485,39.721646]]]},"properties":{"id":"24015","n":"Cecil","z":["21094","21901","21902","21903","21904","21911","21912","21913","21914","21915","21916","21917","21918","21919","21920","21921","21922","21930"],"st":"MD"}},"24017":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.1302,38.635017],[-77.085784765156,38.705281281832],[-77.047656,38.616303],[-77.011028,38.651975],[-76.862955,38.658649],[-76.747335,38.616677],[-76.675457,38.535876],[-76.674118,38.499622],[-76.76829,38.512949],[-76.87146,38.389937],[-76.827036129282,38.258300100614],[-76.975492,38.347327],[-77.016371,38.445572],[-77.211188,38.380662],[-77.259962,38.435821],[-77.246584,38.538341],[-77.1302,38.635017]]]},"properties":{"id":"24017","n":"Charles","z":["20601","20602","20603","20604","20607","20611","20612","20613","20616","20617","20622","20625","20632","20637","20640","20643","20645","20646","20658","20659","20661","20662","20664","20675","20677","20682","20693","20695"],"st":"MD"}},"24019":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.170161874587,38.64084204715],[-76.027717,38.572433],[-75.945248,38.674109],[-75.839103,38.704124],[-75.707555026429,38.63538535506],[-75.701777515245,38.560766929079],[-75.823706,38.481022],[-75.923766082428,38.246285277002],[-76.038935,38.254932],[-76.005904,38.07717],[-76.095548,38.125123],[-76.088639,38.192649],[-76.217613,38.305683],[-76.33636,38.492235],[-76.279589,38.60952],[-76.170161874587,38.64084204715]]]},"properties":{"id":"24019","n":"Dorchester","z":["21613","21622","21626","21627","21631","21632","21634","21643","21648","21659","21664","21669","21672","21675","21677","21835","21869"],"st":"MD"}},"24021":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.677695762079,39.317940817088],[-77.570182,39.619998],[-77.469274,39.720229],[-77.459433419524,39.720229171645],[-77.217023755237,39.720217248385],[-77.307416,39.619101],[-77.198024,39.57543],[-77.107711,39.494556],[-77.16808,39.353957],[-77.168801,39.353502],[-77.460065626498,39.218842943859],[-77.588235,39.301955],[-77.677695762079,39.317940817088]]]},"properties":{"id":"24021","n":"Frederick","z":["20842","20871","21701","21702","21703","21704","21705","21709","21710","21714","21715","21716","21717","21718","21719","21727","21754","21755","21757","21758","21759","21762","21769","21770","21771","21773","21774","21775","21776","21777","21778","21780","21783","21787","21788","21790","21791","21793","21798"],"st":"MD"}},"24023":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.476662,39.721078],[-79.392458405022,39.72143935864],[-78.928416129889,39.722998587441],[-79.067447408072,39.472808699128],[-79.262392117176,39.326243828467],[-79.486873,39.205961],[-79.476662,39.721078]]]},"properties":{"id":"24023","n":"Garrett","z":["21520","21521","21522","21523","21531","21532","21536","21538","21539","21541","21550","21561","21562"],"st":"MD"}},"24025":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.569475117212,39.721458559105],[-76.239683741115,39.721641989925],[-76.233485,39.721646],[-76.094472,39.56781],[-76.037646288316,39.452642382309],[-76.146373,39.40531],[-76.325418341957,39.272905086083],[-76.306579,39.310107],[-76.386697,39.459705],[-76.532174,39.543977],[-76.569475117212,39.721458559105]]]},"properties":{"id":"24025","n":"Harford","z":["21001","21005","21009","21010","21013","21014","21015","21017","21018","21028","21034","21040","21047","21050","21078","21082","21084","21085","21087","21111","21130","21132","21154","21160","21161"],"st":"MD"}},"24027":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.168801,39.353502],[-77.16808,39.353957],[-77.101678,39.369296],[-76.882274,39.350185],[-76.697085,39.214092],[-76.840362,39.103142],[-76.888505,39.130967],[-76.958517,39.134023],[-77.168801,39.353502]]]},"properties":{"id":"24027","n":"Howard","z":["20140","20146","20701","20723","20759","20763","20777","20794","20833","21029","21036","21041","21042","21043","21044","21045","21046","21075","21076","21092","21104","21150","21163","21723","21737","21738","21765","21771","21784","21794","21797"],"st":"MD"}},"24029":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.061498821956,39.387748114115],[-75.981109,39.366569],[-75.766904606709,39.377651593551],[-75.760441416451,39.2967896211],[-75.756435215569,39.246687537125],[-76.010292,39.239517],[-76.04763,39.162666],[-76.156944,39.094982],[-76.210991,38.99258],[-76.265036640409,39.028550955349],[-76.233457,39.091385],[-76.278527,39.145764],[-76.159673,39.335909],[-76.061498821956,39.387748114115]]]},"properties":{"id":"24029","n":"Kent","z":["21610","21620","21635","21645","21650","21651","21661","21667","21678","21690"],"st":"MD"}},"24031":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.460065626498,39.218842943859],[-77.168801,39.353502],[-76.958517,39.134023],[-76.888505,39.130967],[-77.002546244247,38.965531700446],[-77.041018,38.995548],[-77.119759,38.934343],[-77.249803,38.985909],[-77.330037705954,39.055952113491],[-77.462617,39.076248],[-77.521222,39.161057],[-77.460065626498,39.218842943859]]]},"properties":{"id":"24031","n":"Montgomery","z":["20705","20707","20777","20810","20812","20813","20814","20815","20816","20817","20818","20824","20825","20827","20830","20832","20833","20837","20838","20839","20841","20842","20847","20848","20849","20850","20851","20852","20853","20854","20855","20857","20859","20860","20861","20862","20866","20868","20871","20872","20874","20875","20876","20877","20878","20879","20880","20882","20883","20884","20885","20886","20889","20891","20892","20894","20895","20896","20897","20898","20899","20901","20902","20903","20904","20905","20906","20907","20908","20910","20911","20912","20913","20914","20915","20916","20918","20993","20997","21771"],"st":"MD"}},"24033":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.039239885082,38.785336325624],[-77.039006,38.791645],[-76.909393,38.892852],[-77.002546244247,38.965531700446],[-76.888505,39.130967],[-76.840362,39.103142],[-76.751258,39.034714],[-76.670111,38.906919],[-76.710639,38.815694],[-76.686358,38.748475],[-76.675457,38.535876],[-76.747335,38.616677],[-76.862955,38.658649],[-77.011028,38.651975],[-77.047656,38.616303],[-77.085784765156,38.705281281832],[-77.039239885082,38.785336325624]]]},"properties":{"id":"24033","n":"Prince Georges","z":["20233","20601","20607","20608","20613","20623","20697","20703","20704","20705","20706","20707","20708","20709","20710","20712","20715","20716","20717","20718","20719","20720","20721","20722","20725","20726","20731","20735","20737","20738","20740","20741","20742","20743","20744","20745","20746","20747","20748","20749","20750","20752","20753","20757","20762","20768","20769","20770","20771","20772","20773","20774","20775","20781","20782","20783","20784","20785","20787","20788","20790","20791","20792","20797","20799","20811","20903","20904","20912"],"st":"MD"}},"24035":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.265036640409,39.028550955349],[-76.210991,38.99258],[-76.156944,39.094982],[-76.04763,39.162666],[-76.010292,39.239517],[-75.756435215569,39.246687537125],[-75.748154814254,39.14313173096],[-75.834948,39.108437],[-75.940933,38.976295],[-75.949335,38.918333],[-76.096956,38.944259],[-76.103512,38.882308],[-76.196868759948,38.855741963421],[-76.203638,38.928382],[-76.317947,38.911312],[-76.376202,38.850461],[-76.301847,39.039651],[-76.265036640409,39.028550955349]]]},"properties":{"id":"24035","n":"Queen Annes","z":["21607","21617","21619","21620","21623","21628","21638","21640","21644","21649","21651","21656","21657","21658","21666","21668"],"st":"MD"}},"24037":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.674118,38.499622],[-76.608373,38.424445],[-76.400194624698,38.319871943961],[-76.392668,38.239663],[-76.320136,38.138339],[-76.322093,38.036503],[-76.430425,38.119383],[-76.481036,38.115873],[-76.590637,38.214212],[-76.827036129282,38.258300100614],[-76.87146,38.389937],[-76.76829,38.512949],[-76.674118,38.499622]]]},"properties":{"id":"24037","n":"Saint Marys","z":["20606","20609","20618","20619","20620","20621","20622","20624","20626","20627","20628","20630","20634","20635","20636","20650","20653","20656","20659","20660","20667","20670","20674","20680","20684","20686","20687","20690","20692"],"st":"MD"}},"24039":{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-75.875447311465,38.219709301961],[-75.768671,38.285183],[-75.612764,38.278626],[-75.545898,38.17874],[-75.54087,38.08948],[-75.661827,38.041853],[-75.624341,37.994211],[-75.669711,37.950796],[-75.783815,37.972594],[-75.892686,37.916848],[-75.86381,38.100968],[-75.937089,38.124209],[-75.875447311465,38.219709301961]]],[[[-76.046213,38.025533],[-75.980089,38.004891],[-76.04653,37.953586],[-76.046213,38.025533]]]]},"properties":{"id":"24039","n":"Somerset","z":["12235","21817","21821","21822","21824","21838","21851","21853","21857","21866","21867","21871","21890"],"st":"MD"}},"24041":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.196868759948,38.855741963421],[-76.103512,38.882308],[-76.096956,38.944259],[-75.949335,38.918333],[-75.896774,38.815109],[-76.014427,38.726463],[-75.945248,38.674109],[-76.027717,38.572433],[-76.170161874587,38.64084204715],[-76.238725,38.712845],[-76.322418,38.679304],[-76.379739,38.788314],[-76.196868759948,38.855741963421]]]},"properties":{"id":"24041","n":"Talbot","z":["21601","21612","21624","21625","21647","21652","21653","21654","21657","21662","21663","21665","21671","21673","21676","21679","21836"],"st":"MD"}},"24043":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.098970696167,39.722466194428],[-77.469274,39.720229],[-77.570182,39.619998],[-77.677695762079,39.317940817088],[-77.719519,39.321314],[-77.810943896262,39.500739166566],[-77.829814,39.587288],[-78.027629100173,39.620655962344],[-78.08226,39.671166],[-78.332788021499,39.628527596499],[-78.342833518574,39.722658292926],[-78.098970696167,39.722466194428]]]},"properties":{"id":"24043","n":"Washington","z":["21711","21713","21719","21720","21721","21722","21733","21734","21740","21741","21742","21746","21747","21749","21750","21756","21758","21767","21769","21779","21780","21781","21782","21783","21795"],"st":"MD"}},"24045":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-75.701777515245,38.560766929079],[-75.693721,38.460128],[-75.341287320348,38.452436525955],[-75.307011,38.35476],[-75.363582,38.291306],[-75.612764,38.278626],[-75.768671,38.285183],[-75.875447311465,38.219709301961],[-75.923766082428,38.246285277002],[-75.823706,38.481022],[-75.701777515245,38.560766929079]]]},"properties":{"id":"24045","n":"Wicomico","z":["21801","21802","21803","21804","21810","21814","21822","21826","21830","21837","21840","21849","21850","21852","21856","21861","21865","21874","21875"],"st":"MD"}},"24047":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-75.612764,38.278626],[-75.363582,38.291306],[-75.307011,38.35476],[-75.341287320348,38.452436525955],[-75.048939,38.451263],[-75.193796,38.096013],[-75.242266,38.027209],[-75.624341,37.994211],[-75.661827,38.041853],[-75.54087,38.08948],[-75.545898,38.17874],[-75.612764,38.278626]]]},"properties":{"id":"24047","n":"Worcester","z":["21804","21811","21813","21822","21829","21841","21842","21843","21851","21862","21863","21864","21872"],"st":"MD"}},"24510":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.529486,39.218408],[-76.644212,39.248924],[-76.711054,39.277889],[-76.693693,39.372105],[-76.529793,39.372058],[-76.529486,39.218408]]]},"properties":{"id":"24510","n":"Baltimore city","z":["21201","21202","21203","21205","21206","21207","21208","21209","21210","21211","21212","21213","21214","21215","21216","21217","21218","21222","21223","21224","21225","21226","21227","21228","21229","21230","21231","21233","21234","21235","21236","21237","21239","21241","21251","21263","21264","21270","21273","21275","21278","21279","21281","21282","21285","21287","21289","21290","21297","21298"],"st":"MD"}},"25001":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-70.715979844669,41.614013268764],[-70.620785,41.74753],[-70.536407254125,41.811634145746],[-70.441718,41.752898],[-70.272289,41.721346],[-70.024734,41.787364],[-70.006111,41.852396],[-70.06901,41.884924],[-70.083775,42.012041],[-70.245385,42.063733],[-70.138942,42.092907],[-69.994136,41.999258],[-69.935952,41.809422],[-69.931129,41.622659],[-70.011229,41.543931],[-70.007011,41.671579],[-70.269687,41.617775],[-70.321588,41.630508],[-70.476256,41.558502],[-70.6690583666,41.512929662675],[-70.726088944807,41.543236931918],[-70.715979844669,41.614013268764]]]},"properties":{"id":"25001","n":"Barnstable","z":["02532","02534","02536","02537","02540","02541","02542","02543","02553","02556","02559","02561","02562","02563","02574","02601","02630","02631","02632","02633","02634","02635","02637","02638","02639","02641","02642","02643","02644","02645","02646","02647","02648","02649","02650","02651","02652","02653","02655","02657","02659","02660","02661","02662","02663","02664","02666","02667","02668","02669","02670","02671","02672","02673","02675"],"st":"MA"}},"25003":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.352527,42.510002],[-73.264957,42.74594],[-73.02301789329,42.740972712727],[-72.948758,42.704092],[-72.975409,42.556037],[-73.009085,42.387734],[-73.062886,42.328951],[-73.000173,42.312678],[-73.071113,42.148206],[-73.053362673748,42.04011557191],[-73.487314,42.049638],[-73.489679942032,42.053797709587],[-73.508142,42.086257],[-73.352527,42.510002]]]},"properties":{"id":"25003","n":"Berkshire","z":["01029","01201","01202","01203","01220","01222","01223","01224","01225","01226","01227","01229","01230","01235","01236","01237","01238","01240","01242","01244","01245","01247","01252","01253","01254","01255","01256","01257","01258","01259","01260","01262","01263","01264","01266","01267","01270","01343","02156"],"st":"MA"}},"25005":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-71.381431346893,41.98508411913],[-71.080483,42.095539],[-71.054718,41.985057],[-70.973717,41.860879],[-71.026288,41.778888],[-70.921782,41.791244],[-70.839175,41.614761],[-70.803962613208,41.601515541],[-70.910165,41.577073],[-70.981708,41.51007],[-71.12057,41.497448],[-71.132888,41.660102],[-71.208600532895,41.690309243603],[-71.317402007931,41.777256108969],[-71.381431346893,41.98508411913]]]},"properties":{"id":"25005","n":"Bristol","z":{"0":"02048","1":"02334","2":"02356","3":"02357","4":"02375","5":"02702","6":"02703","7":"02712","8":"02714","9":"02715","10":"02717","11":"02718","12":"02719","13":"02720","14":"02721","15":"02722","16":"02723","17":"02724","18":"02725","19":"02726","20":"02740","21":"02741","22":"02742","23":"02743","24":"02744","25":"02745","26":"02746","27":"02747","28":"02748","29":"02760","30":"02761","31":"02763","32":"02764","33":"02766","34":"02767","35":"02768","36":"02769","37":"02771","38":"02777","39":"02779","40":"02780","41":"02790","42":"02791","78":"02861"},"st":"MA"}},"25007":{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-70.833802,41.353386],[-70.757797,41.365702],[-70.603555,41.482384],[-70.463833,41.419145],[-70.448262,41.353651],[-70.693635,41.342833],[-70.821284,41.251014],[-70.833802,41.353386]]],[[[-70.726088944807,41.543236931918],[-70.6690583666,41.512929662675],[-70.79027,41.446339],[-70.948431,41.409193],[-70.934986,41.454699],[-70.726088944807,41.543236931918]]]]},"properties":{"id":"25007","n":"Dukes","z":["02535","02539","02543","02552","02557","02568","02575","02713"],"st":"MA"}},"25009":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-71.255110121811,42.736397053287],[-71.245384032921,42.736555328575],[-71.181803,42.73759],[-71.149703,42.815489],[-71.064201,42.806289],[-71.031201,42.859089],[-70.817296,42.87229],[-70.80522,42.781798],[-70.72982,42.669602],[-70.645101,42.689423],[-70.594014,42.63503],[-70.654727,42.582234],[-70.848492,42.550195],[-70.835991,42.490496],[-70.982994,42.423996],[-71.053365,42.475925],[-71.033998,42.585493],[-71.164879,42.598021],[-71.255749,42.656929],[-71.255110121811,42.736397053287]]]},"properties":{"id":"25009","n":"Essex","z":["01810","01812","01830","01831","01832","01833","01834","01835","01840","01841","01842","01843","01844","01845","01853","01860","01885","01899","01901","01902","01903","01904","01905","01906","01907","01908","01910","01913","01915","01921","01922","01923","01929","01930","01931","01936","01937","01938","01940","01944","01945","01949","01950","01951","01952","01960","01961","01965","01966","01969","01970","01971","01982","01983","01984","01985","05501"],"st":"MA"}},"25011":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.930262612518,42.739068340458],[-72.458519,42.726853],[-72.283034092511,42.722010250624],[-72.224932,42.638937],[-72.271469,42.54723],[-72.314599,42.343526],[-72.356086,42.30328],[-72.375022,42.420819],[-72.489891,42.433816],[-72.669138,42.409711],[-72.871136,42.484041],[-72.876849,42.541197],[-72.975409,42.556037],[-72.948758,42.704092],[-73.02301789329,42.740972712727],[-72.930262612518,42.739068340458]]]},"properties":{"id":"25011","n":"Franklin","z":["01002","01039","01054","01072","01093","01301","01302","01330","01337","01338","01339","01340","01341","01342","01344","01346","01347","01349","01350","01351","01354","01355","01360","01364","01367","01370","01373","01375","01376","01378","01379","01380"],"st":"MA"}},"25013":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.000173,42.312678],[-72.885184,42.332615],[-72.912302,42.239133],[-72.793414,42.236854],[-72.686861,42.18339],[-72.613138,42.286265],[-72.589938,42.211975],[-72.44712,42.227254],[-72.395478,42.185737],[-72.221218,42.245252],[-72.263924,42.183831],[-72.135011,42.161784],[-72.135731461947,42.029141929942],[-72.509179336298,42.03408049659],[-73.008762781631,42.038903416247],[-73.053362673748,42.04011557191],[-73.071113,42.148206],[-73.000173,42.312678]]]},"properties":{"id":"25013","n":"Hampden","z":["01001","01008","01009","01010","01011","01013","01014","01020","01021","01022","01028","01030","01034","01036","01040","01041","01050","01056","01057","01069","01071","01077","01079","01080","01081","01085","01086","01089","01090","01095","01097","01101","01102","01103","01104","01105","01106","01107","01108","01109","01111","01115","01116","01118","01119","01128","01129","01138","01139","01144","01151","01152","01199","01521","01703"],"st":"MA"}},"25015":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.975409,42.556037],[-72.876849,42.541197],[-72.871136,42.484041],[-72.669138,42.409711],[-72.489891,42.433816],[-72.375022,42.420819],[-72.356086,42.30328],[-72.314599,42.343526],[-72.210795,42.31138],[-72.221218,42.245252],[-72.395478,42.185737],[-72.44712,42.227254],[-72.589938,42.211975],[-72.613138,42.286265],[-72.686861,42.18339],[-72.793414,42.236854],[-72.912302,42.239133],[-72.885184,42.332615],[-73.000173,42.312678],[-73.062886,42.328951],[-73.009085,42.387734],[-72.975409,42.556037]]]},"properties":{"id":"25015","n":"Hampshire","z":["01002","01003","01004","01007","01011","01012","01026","01027","01032","01033","01035","01038","01039","01050","01053","01059","01060","01061","01062","01063","01066","01070","01073","01075","01082","01084","01088","01096","01098","01243"],"st":"MA"}},"25017":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-71.898768771937,42.711466720809],[-71.294205,42.69699],[-71.255110121811,42.736397053287],[-71.255749,42.656929],[-71.164879,42.598021],[-71.033998,42.585493],[-71.053365,42.475925],[-70.982994,42.423996],[-70.982545601588,42.420221800052],[-71.167625,42.360073],[-71.191155,42.283059],[-71.32975,42.312991],[-71.344083,42.200979],[-71.478119,42.156782],[-71.555738,42.182503],[-71.586759,42.259545],[-71.506478,42.264276],[-71.486797,42.330189],[-71.585168,42.310977],[-71.624702,42.350465],[-71.5591,42.411943],[-71.53878,42.54303],[-71.678969,42.53043],[-71.664601,42.611598],[-71.858483,42.633815],[-71.898768771937,42.711466720809]]]},"properties":{"id":"25017","n":"Middlesex","z":["01431","01432","01434","01450","01460","01463","01464","01469","01470","01471","01472","01474","01701","01702","01704","01705","01718","01719","01720","01721","01730","01731","01741","01742","01746","01748","01749","01752","01754","01760","01770","01773","01775","01776","01778","01784","01801","01803","01805","01813","01815","01821","01822","01824","01826","01827","01850","01851","01852","01854","01862","01863","01864","01865","01866","01867","01876","01879","01880","01886","01887","01888","01889","01890","01940","02138","02139","02140","02141","02142","02143","02144","02145","02148","02149","02153","02155","02176","02180","02238","02420","02421","02451","02452","02453","02454","02455","02456","02458","02459","02460","02461","02462","02464","02465","02466","02467","02468","02471","02472","02474","02475","02476","02477","02478","02479","02493","02495"],"st":"MA"}},"25019":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-70.275526,41.310464],[-70.079133,41.319504],[-70.049053,41.391702],[-69.984869,41.358818],[-69.960181,41.264546],[-70.015225,41.237964],[-70.211479,41.248765],[-70.275526,41.310464]]]},"properties":{"id":"25019","n":"Nantucket","z":["02554","02564","02584"],"st":"MA"}},"25021":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-71.478119,42.156782],[-71.344083,42.200979],[-71.32975,42.312991],[-71.191155,42.283059],[-71.130771,42.227926],[-70.993059639948,42.312892280412],[-70.948497043534,42.282354693782],[-70.924877,42.15758],[-71.080483,42.095539],[-71.381431346893,41.98508411913],[-71.498224013125,42.015874111018],[-71.478119,42.156782]]]},"properties":{"id":"25021","n":"Norfolk","z":["02019","02021","02025","02026","02027","02030","02032","02035","02038","02052","02053","02054","02056","02062","02067","02070","02071","02072","02081","02090","02093","02169","02170","02171","02184","02185","02186","02187","02188","02189","02190","02191","02215","02269","02322","02343","02368","02445","02446","02447","02457","02467","02481","02482","02492","02494","02762"],"st":"MA"}},"25023":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-71.080483,42.095539],[-70.924877,42.15758],[-70.948497043534,42.282354693782],[-70.835851775394,42.264763264713],[-70.781574545568,42.248636946024],[-70.63848,42.081579],[-70.662476,41.960592],[-70.583572,41.950007],[-70.536407254125,41.811634145746],[-70.620785,41.74753],[-70.715979844669,41.614013268764],[-70.803962613208,41.601515541],[-70.839175,41.614761],[-70.921782,41.791244],[-71.026288,41.778888],[-70.973717,41.860879],[-71.054718,41.985057],[-71.080483,42.095539]]]},"properties":{"id":"25023","n":"Plymouth","z":["02018","02020","02040","02041","02043","02044","02045","02047","02050","02051","02055","02059","02060","02061","02065","02066","02301","02302","02303","02304","02305","02324","02325","02327","02330","02331","02332","02333","02337","02338","02339","02341","02344","02345","02346","02347","02348","02349","02350","02351","02355","02358","02359","02360","02361","02362","02364","02366","02367","02370","02379","02382","02532","02538","02558","02571","02576","02738","02739","02770"],"st":"MA"}},"25025":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-71.191155,42.283059],[-71.167625,42.360073],[-70.982545601588,42.420221800052],[-70.993059639948,42.312892280412],[-71.130771,42.227926],[-71.191155,42.283059]]]},"properties":{"id":"25025","n":"Suffolk","z":["02108","02109","02110","02111","02112","02113","02114","02115","02116","02117","02118","02119","02120","02121","02122","02123","02124","02125","02126","02127","02128","02129","02130","02131","02132","02133","02134","02135","02136","02137","02149","02150","02151","02152","02163","02196","02199","02201","02203","02204","02205","02206","02210","02211","02212","02215","02217","02222","02241","02266","02283","02284","02293","02297","02298","02467"],"st":"MA"}},"25027":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.283034092511,42.722010250624],[-71.929030059054,42.712293672533],[-71.898768771937,42.711466720809],[-71.858483,42.633815],[-71.664601,42.611598],[-71.678969,42.53043],[-71.53878,42.54303],[-71.5591,42.411943],[-71.624702,42.350465],[-71.585168,42.310977],[-71.486797,42.330189],[-71.506478,42.264276],[-71.586759,42.259545],[-71.555738,42.182503],[-71.478119,42.156782],[-71.498224013125,42.015874111018],[-71.799242,42.008065],[-71.80065,42.023569],[-72.102159434527,42.028630240055],[-72.135731461947,42.029141929942],[-72.135011,42.161784],[-72.263924,42.183831],[-72.221218,42.245252],[-72.210795,42.31138],[-72.314599,42.343526],[-72.271469,42.54723],[-72.224932,42.638937],[-72.283034092511,42.722010250624]]]},"properties":{"id":"25027","n":"Worcester","z":["01005","01031","01037","01068","01074","01082","01083","01092","01094","01331","01366","01368","01420","01430","01434","01436","01438","01440","01441","01451","01452","01453","01462","01467","01468","01473","01475","01501","01503","01504","01505","01506","01507","01508","01509","01510","01515","01516","01518","01519","01520","01522","01523","01524","01525","01526","01527","01529","01531","01532","01534","01535","01536","01537","01538","01540","01541","01542","01543","01545","01546","01550","01560","01561","01562","01564","01566","01568","01569","01570","01571","01581","01583","01585","01586","01588","01590","01601","01602","01603","01604","01605","01606","01607","01608","01609","01610","01611","01612","01613","01614","01615","01653","01655","01740","01745","01747","01756","01757","01772"],"st":"MA"}},"26001":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.888484,44.856458],[-83.316266108577,44.858591450561],[-83.276836,44.689354],[-83.31696387544,44.51168301176],[-83.886634,44.508976],[-83.888484,44.856458]]]},"properties":{"id":"26001","n":"Alcona","z":["48647","48705","48721","48728","48737","48738","48740","48742","48745","48750","48761","48762","49747"],"st":"MI"}},"26003":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.116359589471,46.50615140212],[-86.976958,46.526581],[-86.810967,46.449663],[-86.695645,46.555026],[-86.557731,46.487434],[-86.45993,46.551928],[-86.138295,46.672935],[-85.864607141329,46.686568315513],[-85.864932,46.504758],[-86.364953,46.505852],[-86.364989,46.331927],[-86.615397,46.333263],[-86.615601,46.158691],[-87.116138,46.15905],[-87.116359589471,46.50615140212]]]},"properties":{"id":"26003","n":"Alger","z":["49806","49816","49822","49825","49826","49839","49855","49862","49878","49883","49884","49885","49891","49895"],"st":"MI"}},"26005":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.20853850291,42.767543871916],[-85.782498,42.7682],[-85.545564,42.768139],[-85.543191,42.421433],[-85.764697,42.420715],[-86.276994044532,42.419310315926],[-86.20853850291,42.767543871916]]]},"properties":{"id":"26005","n":"Allegan","z":["49010","49026","49055","49056","49070","49078","49080","49090","49311","49314","49315","49316","49323","49328","49333","49335","49344","49348","49406","49408","49419","49423","49426","49434","49450","49453","49464"],"st":"MI"}},"26007":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.888484,44.856458],[-83.881223,45.202071],[-83.385211079256,45.207103993148],[-83.265896,45.026844],[-83.442052,45.051056],[-83.438856,44.940843],[-83.316266108577,44.858591450561],[-83.888484,44.856458]]]},"properties":{"id":"26007","n":"Alpena","z":["48762","49707","49744","49746","49747","49753","49766","49776"],"st":"MI"}},"26009":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.431415475008,45.016649452718],[-85.380659,45.046319],[-85.377824295933,45.207644402487],[-85.222707,45.20556],[-85.223681,45.117861],[-84.857452,45.116707],[-84.847309,44.858037],[-85.291716,44.859608],[-85.332836,44.812372],[-85.473841,44.859449],[-85.431415475008,45.016649452718]]]},"properties":{"id":"26009","n":"Antrim","z":["49611","49612","49615","49622","49627","49629","49648","49659","49676","49690","49712","49713","49720","49727","49729","49730"],"st":"MI"}},"26011":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.166107,44.161788],[-83.883977,44.161786],[-83.564645792497,44.163524818403],[-83.58409,44.056748],[-83.693214,43.98877],[-83.869406,43.960719],[-83.901329352181,43.908427050844],[-84.044843,43.911146],[-84.045409,43.996974],[-84.166377,43.996901],[-84.166107,44.161788]]]},"properties":{"id":"26011","n":"Arenac","z":["48610","48650","48658","48659","48703","48749","48763","48765","48766"],"st":"MI"}},"26013":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.439363185944,46.941982425],[-88.477935,46.85056],[-88.372681,46.872277],[-88.143688,46.966665],[-88.044521682281,46.917449945276],[-88.044709,46.765353],[-87.991389,46.765159],[-87.991546,46.679113],[-88.115843,46.678381],[-88.116571,46.419951],[-88.679392,46.420139],[-88.678983,46.851822],[-88.551943,46.851795],[-88.552185,46.938533],[-88.439363185944,46.941982425]]]},"properties":{"id":"26013","n":"Baraga","z":["49861","49908","49919","49946","49958","49962","49970"],"st":"MI"}},"26015":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.545564,42.768139],[-85.309626,42.769878],[-85.074245,42.770784],[-85.071609,42.421428],[-85.298879,42.419849],[-85.543191,42.421433],[-85.545564,42.768139]]]},"properties":{"id":"26015","n":"Barry","z":["48849","48897","49017","49021","49035","49046","49050","49058","49060","49073","49080","49083","49316","49325","49333","49344","49348"],"st":"MI"}},"26017":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.167318,43.825902],[-84.166377,43.996901],[-84.045409,43.996974],[-84.044843,43.911146],[-83.901329352181,43.908427050844],[-83.94774,43.735165],[-83.909479,43.672622],[-83.817894,43.673789],[-83.699417091881,43.601637150256],[-83.698816,43.478957],[-83.817678,43.479052],[-83.817228,43.522345],[-84.050987,43.524064],[-84.05,43.567324],[-84.168127,43.568899],[-84.167318,43.825902]]]},"properties":{"id":"26017","n":"Bay","z":["48604","48611","48613","48623","48631","48634","48642","48650","48652","48658","48659","48706","48708","48710","48732","48747","48757"],"st":"MI"}},"26019":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.07849818803,44.778330747661],[-85.815119,44.774534],[-85.817802,44.512969],[-86.237020865017,44.518298586145],[-86.248474,44.699046],[-86.089186,44.741496],[-86.07849818803,44.778330747661]]]},"properties":{"id":"26019","n":"Benzie","z":["49613","49616","49617","49628","49630","49635","49640","49643","49650","49683","49684"],"st":"MI"}},"26021":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.366379127038,42.243107727181],[-86.223563,42.243379],[-86.22294,42.071484],[-86.226094344987,41.760015959116],[-86.524219742443,41.759572155974],[-86.824828,41.76024],[-86.597899,41.918291],[-86.466262,42.134406],[-86.366379127038,42.243107727181]]]},"properties":{"id":"26021","n":"Berrien","z":["49022","49023","49038","49039","49047","49084","49085","49098","49101","49102","49103","49104","49106","49107","49111","49113","49115","49116","49117","49119","49120","49125","49126","49127","49128","49129"],"st":"MI"}},"26023":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.293626,42.071553],[-84.826491,42.072468],[-84.825128283877,41.760199006352],[-85.196774200302,41.759870841803],[-85.292178811333,41.759755274702],[-85.293626,42.071553]]]},"properties":{"id":"26023","n":"Branch","z":["49011","49028","49030","49036","49040","49082","49089","49092","49094","49245","49252","49255","49274"],"st":"MI"}},"26025":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.298879,42.419849],[-85.071609,42.421428],[-84.718493,42.42152],[-84.709556,42.070366],[-84.826491,42.072468],[-85.293626,42.071553],[-85.298879,42.419849]]]},"properties":{"id":"26025","n":"Calhoun","z":["48813","49011","49012","49014","49015","49016","49017","49018","49020","49021","49029","49033","49034","49037","49051","49052","49068","49076","49092","49094","49224","49237","49245","49252","49284"],"st":"MI"}},"26027":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.226094344987,41.760015959116],[-86.22294,42.071484],[-85.762943,42.069327],[-85.760186,41.798814],[-85.791363,41.759051],[-86.062563029011,41.759653033158],[-86.226094344987,41.760015959116]]]},"properties":{"id":"26027","n":"Cass","z":["49031","49042","49045","49047","49061","49067","49093","49095","49099","49102","49111","49112","49120","49130"],"st":"MI"}},"26029":{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-85.096056872271,45.363088040435],[-85.001803,45.272328],[-84.964787,45.291601],[-84.732687,45.289382],[-84.734303,45.201936],[-84.734799,45.114903],[-84.857452,45.116707],[-85.223681,45.117861],[-85.222707,45.20556],[-85.377824295933,45.207644402487],[-85.371593,45.270834],[-85.196704,45.360641],[-85.096056872271,45.363088040435]]],[[[-85.701809,45.736129],[-85.524448,45.829794],[-85.360952,45.817554],[-85.509276,45.596475],[-85.622741,45.586028],[-85.701809,45.736129]]]]},"properties":{"id":"26029","n":"Charlevoix","z":["49711","49712","49713","49720","49727","49729","49730","49770","49782","49795","49796"],"st":"MI"}},"26031":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.732687,45.289382],[-84.732242,45.780496853289],[-84.46168,45.652404],[-84.329537,45.66438],[-84.210893345556,45.626231017848],[-84.25202,45.625998],[-84.246634,45.198727],[-84.366614,45.198737],[-84.734303,45.201936],[-84.732687,45.289382]]]},"properties":{"id":"26031","n":"Cheboygan","z":["49701","49705","49706","49716","49717","49718","49721","49749","49755","49761","49765","49769","49791","49795","49799"],"st":"MI"}},"26033":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.23787317736,46.755702781257],[-84.964652,46.772845],[-85.028291,46.675125],[-85.027374,46.553756],[-84.969464,46.47629],[-84.849767,46.460245],[-84.678423,46.487694],[-84.493401,46.440313],[-84.420274,46.501077],[-84.293016,46.492803],[-84.193729,46.53992],[-84.117925,46.517619],[-84.138906,46.372221],[-84.097766,46.256512],[-84.114941,46.174114],[-83.882303,46.042065],[-83.815826,46.108529],[-83.598612,46.090085],[-83.480639,45.996164],[-83.526347,45.918636],[-83.65766,45.945463],[-83.80104,45.937582],[-83.910838,45.965613],[-84.114606562519,45.967908374795],[-84.239332,45.984914],[-84.238884,46.071457],[-84.36309,46.071574],[-84.363503,46.157984],[-85.112513,46.158263],[-85.113329,46.245722],[-85.237839,46.24543],[-85.23787317736,46.755702781257]]]},"properties":{"id":"26033","n":"Chippewa","z":["49710","49715","49724","49725","49726","49728","49736","49748","49752","49768","49774","49780","49783","49784","49785","49786","49788","49793"],"st":"MI"}},"26035":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.087403,44.164242],[-84.851705,44.161375],[-84.608104,44.160482],[-84.606035,43.815218],[-85.088811,43.813676],[-85.087403,44.164242]]]},"properties":{"id":"26035","n":"Clare","z":["48617","48622","48624","48625","48632","48633","49665"],"st":"MI"}},"26037":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.836889,43.118851],[-84.36776,43.117942],[-84.363659,42.775778],[-84.602761,42.76988],[-84.837085,42.770479],[-84.836889,43.118851]]]},"properties":{"id":"26037","n":"Clinton","z":["48808","48820","48822","48823","48831","48833","48835","48837","48840","48845","48848","48853","48866","48873","48875","48879","48894","48906"],"st":"MI"}},"26039":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.847309,44.858037],[-84.371737,44.855039],[-84.370643,44.507223],[-84.850929,44.511069],[-84.847309,44.858037]]]},"properties":{"id":"26039","n":"Crawford","z":["48653","49733","49738","49739","49756"],"st":"MI"}},"26041":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.367849,45.985321],[-87.242885,45.985117],[-87.241506,46.159103],[-87.116138,46.15905],[-86.615601,46.158691],[-86.490142,46.158178],[-86.49025,45.896337],[-86.459880517749,45.750226550596],[-86.616972,45.620581],[-86.636895,45.542053],[-86.712328,45.610939],[-86.647319,45.732618],[-86.773279,45.811385],[-86.838746,45.722307],[-86.964275,45.672761],[-87.070442,45.718779],[-87.172241,45.661788],[-87.25344962878,45.550115590889],[-87.327502,45.55125],[-87.325391,45.898665],[-87.367849,45.985321]]]},"properties":{"id":"26041","n":"Delta","z":["49807","49817","49818","49829","49835","49837","49845","49854","49864","49872","49878","49880","49894","49895"],"st":"MI"}},"26043":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.116856537376,45.922811242263],[-88.117407,46.246618],[-87.615597,46.246653],[-87.617091,45.986014],[-87.617396,45.898846],[-87.696946,45.898842],[-87.697159,45.72296],[-87.833049468035,45.722752575347],[-88.057010465949,45.784977030144],[-88.135067,45.821694],[-88.073944,45.875593],[-88.116856537376,45.922811242263]]]},"properties":{"id":"26043","n":"Dickinson","z":["49801","49802","49807","49815","49831","49834","49852","49870","49873","49876","49877","49881","49892"],"st":"MI"}},"26045":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.074245,42.770784],[-84.837085,42.770479],[-84.602761,42.76988],[-84.600403,42.421984],[-84.718493,42.42152],[-85.071609,42.421428],[-85.074245,42.770784]]]},"properties":{"id":"26045","n":"Eaton","z":["48813","48821","48827","48837","48849","48861","48876","48890","48897","48906","48911","48917","49021","49073","49076","49096","49284"],"st":"MI"}},"26047":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.732242,45.780496853289],[-84.732687,45.289382],[-84.964787,45.291601],[-85.001803,45.272328],[-85.096056872271,45.363088040435],[-84.912956,45.409776],[-85.040936,45.436701],[-85.119737,45.569026],[-84.97095,45.686334],[-85.014509,45.760329],[-84.866976,45.752066],[-84.732242,45.780496853289]]]},"properties":{"id":"26047","n":"Emmet","z":["49701","49706","49713","49716","49718","49722","49723","49737","49740","49755","49764","49769","49770","79740"],"st":"MI"}},"26049":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.695621,43.221422],[-83.460733,43.223131],[-83.453364,42.880432],[-83.689384,42.871263],[-83.686493,42.783263],[-83.922516,42.780821],[-83.929079,43.132782],[-83.932071,43.220377],[-83.695621,43.221422]]]},"properties":{"id":"26049","n":"Genesee","z":["48411","48415","48418","48420","48421","48423","48429","48430","48433","48436","48437","48438","48439","48442","48449","48451","48457","48458","48462","48463","48464","48473","48480","48501","48502","48503","48504","48505","48506","48507","48509","48519","48529","48531","48532","48550","48551","48552","48553","48554","48555","48556","48557","48746"],"st":"MI"}},"26051":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.608104,44.160482],[-84.368039,44.160538],[-84.166107,44.161788],[-84.166377,43.996901],[-84.167318,43.825902],[-84.606035,43.815218],[-84.608104,44.160482]]]},"properties":{"id":"26051","n":"Gladwin","z":["48610","48612","48613","48618","48624","48628","48652"],"st":"MI"}},"26053":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.418136,46.566094],[-90.327626,46.607744],[-90.04542,46.668272],[-89.884329580411,46.765471149277],[-89.86442,46.592643],[-89.740001,46.592494],[-89.740568,46.505642],[-89.365094,46.505949],[-89.365507,46.333078],[-88.991012,46.332308],[-88.991217028396,46.096536354436],[-89.09163,46.138505],[-89.929125625665,46.299915728408],[-90.120489,46.336852],[-90.214866,46.499947],[-90.418136,46.566094]]]},"properties":{"id":"26053","n":"Gogebic","z":{"0":"49911","1":"49938","2":"49947","3":"49959","4":"49968","5":"49969","12":"54540"},"st":"MI"}},"26055":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.815119,44.774534],[-85.618033,44.774557],[-85.555142702709,45.027034544137],[-85.520034,44.973996],[-85.431415475008,45.016649452718],[-85.473841,44.859449],[-85.332836,44.812372],[-85.334,44.512303],[-85.817802,44.512969],[-85.815119,44.774534]]]},"properties":{"id":"26055","n":"Grand Traverse","z":["49610","49620","49633","49637","49643","49649","49666","49673","49680","49683","49684","49685","49686","49690","49696"],"st":"MI"}},"26057":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.845962,43.466158],[-84.60754,43.466006],[-84.369876,43.466044],[-84.367891,43.128452],[-84.36776,43.117942],[-84.836889,43.118851],[-84.845962,43.466158]]]},"properties":{"id":"26057","n":"Gratiot","z":["48614","48615","48637","48662","48801","48806","48807","48811","48830","48831","48832","48835","48845","48847","48856","48862","48871","48874","48877","48879","48880","48889"],"st":"MI"}},"26059":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.826491,42.072468],[-84.709556,42.070366],[-84.363297,42.073456],[-84.360419041397,41.706955882634],[-84.399548785474,41.705921357406],[-84.806082,41.696089],[-84.825128283877,41.760199006352],[-84.826491,42.072468]]]},"properties":{"id":"26059","n":"Hillsdale","z":["49082","49220","49227","49232","49233","49239","49242","49246","49247","49249","49250","49252","49255","49258","49262","49266","49271","49274","49281","49282","49288"],"st":"MI"}},"26061":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.933368451342,47.033599097856],[-88.88914,47.100575],[-88.512946505636,47.286107247715],[-88.298992,47.286097],[-88.298436,47.199782],[-88.200450675934,47.199716895982],[-88.340052,47.080494],[-88.439363185944,46.941982425],[-88.552185,46.938533],[-88.551943,46.851795],[-88.678983,46.851822],[-88.679392,46.420139],[-88.991236,46.419704],[-88.989529,46.680119],[-88.864473,46.679311],[-88.863906,46.765013],[-88.93248,46.764787],[-88.933368451342,47.033599097856]]]},"properties":{"id":"26061","n":"Houghton","z":["49805","49905","49913","49916","49917","49921","49922","49930","49931","49934","49942","49945","49952","49955","49958","49961","49963","49965","49967"],"st":"MI"}},"26063":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.606479082838,43.69044927071],[-83.117844,43.675493],[-83.466592,43.667621],[-83.506085552543,43.74515721314],[-83.407146,43.919807],[-83.26153,43.973525],[-83.046577,44.01571],[-82.928884,44.069389],[-82.793205,44.023247],[-82.633641,43.831224],[-82.606479082838,43.69044927071]]]},"properties":{"id":"26063","n":"Huron","z":["48413","48432","48441","48445","48456","48467","48468","48470","48475","48720","48725","48726","48731","48735","48754","48755","48759","48767"],"st":"MI"}},"26065":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.602761,42.76988],[-84.363659,42.775778],[-84.158189,42.776639],[-84.140713,42.424611],[-84.600403,42.421984],[-84.602761,42.76988]]]},"properties":{"id":"26065","n":"Ingham","z":{"0":"48805","1":"48819","2":"48821","3":"48823","4":"48824","5":"48825","6":"48826","7":"48827","8":"48840","9":"48842","10":"48854","11":"48864","12":"48872","13":"48892","14":"48895","15":"48901","16":"48906","17":"48908","18":"48909","19":"48910","20":"48911","21":"48912","22":"48913","23":"48915","24":"48916","25":"48917","26":"48919","27":"48922","28":"48924","29":"48929","30":"48930","31":"48933","32":"48937","33":"48951","34":"48956","35":"48980","36":"49251","37":"49264","38":"49285","57":"48921"},"st":"MI"}},"26067":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.312513,43.118793],[-84.836889,43.118851],[-84.837085,42.770479],[-85.074245,42.770784],[-85.309626,42.769878],[-85.312513,43.118793]]]},"properties":{"id":"26067","n":"Ionia","z":["48809","48815","48834","48837","48838","48845","48846","48849","48851","48860","48861","48865","48870","48873","48875","48881","48887","48890","49325","49331"],"st":"MI"}},"26069":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.886634,44.508976],[-83.31696387544,44.51168301176],[-83.336988,44.332919],[-83.442731,44.265361],[-83.524817,44.261558],[-83.564645792497,44.163524818403],[-83.883977,44.161786],[-83.886634,44.508976]]]},"properties":{"id":"26069","n":"Iosco","z":["48707","48730","48737","48738","48739","48743","48745","48748","48750","48761","48763","48764","48765","48770"],"st":"MI"}},"26071":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.991236,46.419704],[-88.679392,46.420139],[-88.116571,46.419951],[-88.117407,46.246618],[-88.116856537376,45.922811242263],[-88.409864,45.979688],[-88.526673,46.020822],[-88.683232208499,46.01446567032],[-88.811948,46.021609],[-88.93276845101,46.072107163776],[-88.991217028396,46.096536354436],[-88.991012,46.332308],[-88.991236,46.419704]]]},"properties":{"id":"26071","n":"Iron","z":{"0":"49879","1":"49902","2":"49903","3":"49915","4":"49920","5":"49927","6":"49935","7":"49964","8":"49967","17":"54554"},"st":"MI"}},"26073":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.088811,43.813676],[-84.606035,43.815218],[-84.60754,43.466006],[-84.845962,43.466158],[-85.084996,43.46619],[-85.088811,43.813676]]]},"properties":{"id":"26073","n":"Isabella","z":["48617","48618","48622","48632","48804","48829","48858","48859","48877","48878","48880","48883","48893","48896","49305","49310","49340"],"st":"MI"}},"26075":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.718493,42.42152],[-84.600403,42.421984],[-84.140713,42.424611],[-84.131136,42.424567],[-84.131963,42.071577],[-84.363297,42.073456],[-84.709556,42.070366],[-84.718493,42.42152]]]},"properties":{"id":"26075","n":"Jackson","z":["48158","48827","49201","49202","49203","49204","49224","49230","49233","49234","49237","49240","49241","49245","49246","49249","49250","49251","49252","49254","49257","49259","49261","49263","49264","49269","49272","49277","49283","49284","49285"],"st":"MI"}},"26077":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.764697,42.420715],[-85.543191,42.421433],[-85.298879,42.419849],[-85.293626,42.071553],[-85.762943,42.069327],[-85.764697,42.420715]]]},"properties":{"id":"26077","n":"Kalamazoo","z":["49001","49002","49003","49004","49005","49006","49007","49008","49009","49012","49019","49024","49034","49041","49048","49052","49053","49060","49071","49074","49077","49078","49080","49081","49083","49087","49088","49097"],"st":"MI"}},"26079":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.332836,44.812372],[-85.291716,44.859608],[-84.847309,44.858037],[-84.850929,44.511069],[-85.334,44.512303],[-85.332836,44.812372]]]},"properties":{"id":"26079","n":"Kalkaska","z":["49612","49633","49646","49659","49676","49680","49690","49738"],"st":"MI"}},"26081":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.790448,43.293003],[-85.562538,43.294271],[-85.312376,43.294205],[-85.312513,43.118793],[-85.309626,42.769878],[-85.545564,42.768139],[-85.782498,42.7682],[-85.790662,43.205167],[-85.790448,43.293003]]]},"properties":{"id":"26081","n":"Kent","z":["48809","48815","48838","49301","49302","49306","49315","49316","49317","49318","49319","49321","49325","49326","49327","49330","49331","49333","49341","49343","49345","49347","49348","49351","49355","49356","49357","49403","49418","49468","49501","49502","49503","49504","49505","49506","49507","49508","49509","49510","49512","49514","49515","49516","49518","49519","49523","49525","49528","49530","49534","49544","49546","49548","49555","49560","49588","49599"],"st":"MI"}},"26083":{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-88.200450675934,47.199716895982],[-88.298436,47.199782],[-88.298992,47.286097],[-88.512946505636,47.286107247715],[-88.418673,47.371188],[-88.217822,47.448738],[-87.929269,47.478737],[-87.680067,47.455685],[-87.604704,47.388625],[-87.941613,47.390073],[-87.94336,47.335899],[-88.200450675934,47.199716895982]]],[[[-89.221332,47.908069],[-89.179154,47.93503],[-88.816084,48.057006],[-88.631908,48.148307],[-88.425162,48.21065],[-88.427373,48.166764],[-88.55044,48.102111],[-88.579172,48.040758],[-88.852923,47.965322],[-88.898986,47.900685],[-89.157738,47.824015],[-89.255202,47.876102],[-89.221332,47.908069]]]]},"properties":{"id":"26083","n":"Keweenaw","z":["49805","49901","49913","49918","49945","49950"],"st":"MI"}},"26085":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.043507,44.167088],[-85.821186,44.164197],[-85.564554,44.164861],[-85.562433,43.815483],[-86.037884,43.815611],[-86.043507,44.167088]]]},"properties":{"id":"26085","n":"Lake","z":["49304","49309","49402","49623","49642","49644","49655","49656","49677","49688"],"st":"MI"}},"26087":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.120396,43.327049],[-83.119027,43.28368],[-83.00043,43.284913],[-82.996257,43.154099],[-82.983647,42.893741],[-83.102891,42.888647],[-83.453364,42.880432],[-83.460733,43.223131],[-83.351709,43.235193],[-83.354418,43.322257],[-83.120396,43.327049]]]},"properties":{"id":"26087","n":"Lapeer","z":["48003","48014","48371","48412","48416","48421","48423","48428","48435","48438","48440","48444","48446","48453","48455","48461","48462","48464","48727","48744","48760"],"st":"MI"}},"26089":{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-85.555142702709,45.027034544137],[-85.618033,44.774557],[-85.815119,44.774534],[-86.07849818803,44.778330747661],[-86.058862,44.911012],[-85.980219,44.906136],[-85.9316,44.968788],[-85.854304,44.938147],[-85.633124,45.170899],[-85.531461,45.177247],[-85.555142702709,45.027034544137]]],[[[-86.138095,45.043038],[-86.04443,45.159582],[-85.954021,45.119281],[-86.081487,44.990096],[-86.138095,45.043038]]]]},"properties":{"id":"26089","n":"Leelanau","z":["49621","49630","49636","49653","49654","49664","49670","49674","49682","49684"],"st":"MI"}},"26091":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.363297,42.073456],[-84.131963,42.071577],[-83.773922,42.08243],[-83.763149851365,41.723546801786],[-83.880390465353,41.72019449032],[-84.360419041397,41.706955882634],[-84.363297,42.073456]]]},"properties":{"id":"26091","n":"Lenawee","z":["48176","49220","49221","49228","49229","49230","49233","49235","49236","49238","49247","49248","49253","49256","49265","49267","49268","49276","49279","49286","49287","49288","49289"],"st":"MI"}},"26093":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.158189,42.776639],[-83.922516,42.780821],[-83.686493,42.783263],[-83.664808,42.431179],[-84.131136,42.424567],[-84.140713,42.424611],[-84.158189,42.776639]]]},"properties":{"id":"26093","n":"Livingston","z":["48114","48116","48137","48139","48143","48169","48178","48189","48353","48380","48418","48430","48442","48451","48816","48836","48843","48844","48855","48872","48892","49285"],"st":"MI"}},"26095":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.864932,46.504758],[-85.864607141329,46.686568315513],[-85.482096,46.680432],[-85.23787317736,46.755702781257],[-85.237839,46.24543],[-85.865025,46.244631],[-85.864932,46.504758]]]},"properties":{"id":"26095","n":"Luce","z":["49748","49853","49868"],"st":"MI"}},"26097":{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-84.61622,45.89447],[-84.517895,45.828543],[-84.35602,45.771895],[-84.484128,45.73071],[-84.650783,45.85921],[-84.61622,45.89447]]],[[[-85.865025,46.244631],[-85.237839,46.24543],[-85.113329,46.245722],[-85.112513,46.158263],[-84.363503,46.157984],[-84.36309,46.071574],[-84.238884,46.071457],[-84.239332,45.984914],[-84.114606562519,45.967908374795],[-84.376429,45.931962],[-84.480436,45.977764],[-84.734002,45.907026],[-84.706383,45.848658],[-84.792763,45.858691],[-85.003597,46.00613],[-85.152027,46.050725],[-85.381394,46.082044],[-85.540858,46.079581],[-85.697203,45.960158],[-85.810442,45.980087],[-85.865839921943,45.947571073185],[-85.865025,46.244631]]]]},"properties":{"id":"26097","n":"Mackinac","z":["49719","49745","49757","49760","49762","49774","49775","49780","49781","49793","49797","49820","49827","49836","49838","49853"],"st":"MI"}},"26099":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.102891,42.888647],[-82.983647,42.893741],[-82.73901,42.897541],[-82.707885,42.675497],[-82.801022,42.629545],[-82.755927,42.564415],[-82.859316,42.541935],[-82.870347,42.450888],[-83.083393,42.447153],[-83.102891,42.888647]]]},"properties":{"id":"26099","n":"Macomb","z":["48005","48015","48021","48026","48035","48036","48038","48041","48042","48043","48044","48045","48046","48047","48048","48050","48051","48062","48065","48066","48080","48081","48082","48088","48089","48090","48091","48092","48093","48094","48095","48096","48236","48306","48310","48311","48312","48313","48314","48315","48316","48317","48318","48397"],"st":"MI"}},"26101":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.237020865017,44.518298586145],[-85.817802,44.512969],[-85.821186,44.164197],[-86.043507,44.167088],[-86.387837360265,44.178694],[-86.26871,44.345324],[-86.237020865017,44.518298586145]]]},"properties":{"id":"26101","n":"Manistee","z":["49613","49614","49619","49625","49626","49634","49638","49644","49645","49660","49668","49675","49683","49689"],"st":"MI"}},"26103":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.116571,46.419951],[-88.115843,46.678381],[-87.991546,46.679113],[-87.991389,46.765159],[-88.044709,46.765353],[-88.044521682281,46.917449945276],[-87.900339,46.909686],[-87.687164,46.841742],[-87.595307,46.78295],[-87.503025,46.647497],[-87.381649,46.580059],[-87.366767,46.507303],[-87.116359589471,46.50615140212],[-87.116138,46.15905],[-87.241506,46.159103],[-87.242885,45.985117],[-87.367849,45.985321],[-87.617091,45.986014],[-87.615597,46.246653],[-88.117407,46.246618],[-88.116571,46.419951]]]},"properties":{"id":"26103","n":"Marquette","z":["49808","49814","49818","49819","49822","49831","49833","49841","49849","49855","49861","49865","49866","49871","49879","49880","49885"],"st":"MI"}},"26105":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.387837360265,44.178694],[-86.043507,44.167088],[-86.037884,43.815611],[-86.435485038258,43.819429198004],[-86.463203115248,43.97106455972],[-86.514702,44.058119],[-86.387837360265,44.178694]]]},"properties":{"id":"26105","n":"Mason","z":["49402","49405","49410","49411","49431","49449","49454","49458","49644","49660"],"st":"MI"}},"26107":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.562433,43.815483],[-85.088811,43.813676],[-85.084996,43.46619],[-85.562348,43.46813],[-85.562433,43.815483]]]},"properties":{"id":"26107","n":"Mecosta","z":["48850","48886","49305","49307","49310","49320","49332","49336","49337","49338","49340","49342","49346","49631","49639","49679"],"st":"MI"}},"26109":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.833049468035,45.722752575347],[-87.697159,45.72296],[-87.696946,45.898842],[-87.617396,45.898846],[-87.617091,45.986014],[-87.367849,45.985321],[-87.325391,45.898665],[-87.327502,45.55125],[-87.25344962878,45.550115590889],[-87.350852,45.407743],[-87.548964,45.191591],[-87.590208,45.095264],[-87.741805,45.197051],[-87.657349,45.368752],[-87.863489,45.35302],[-87.805773,45.473139],[-87.781007,45.673934],[-87.833049468035,45.722752575347]]]},"properties":{"id":"26109","n":"Menominee","z":["49807","49812","49821","49847","49848","49858","49863","49873","49874","49886","49887","49892","49893","49896"],"st":"MI"}},"26111":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.606035,43.815218],[-84.167318,43.825902],[-84.168127,43.568899],[-84.170576,43.481969],[-84.369876,43.466044],[-84.60754,43.466006],[-84.606035,43.815218]]]},"properties":{"id":"26111","n":"Midland","z":["48612","48615","48618","48620","48623","48626","48628","48637","48640","48641","48642","48652","48657","48662","48667","48670","48674","48858","48880","48883"],"st":"MI"}},"26113":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.334,44.512303],[-84.850929,44.511069],[-84.851705,44.161375],[-85.087403,44.164242],[-85.334777,44.165118],[-85.334,44.512303]]]},"properties":{"id":"26113","n":"Missaukee","z":["49601","49632","49633","49651","49657","49663","49665","49667"],"st":"MI"}},"26115":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.773922,42.08243],[-83.539396,42.085598],[-83.284155,42.089952],[-83.19495231169,42.033107926811],[-83.269521,41.939042],[-83.441668,41.808646],[-83.453832,41.732647],[-83.763149851365,41.723546801786],[-83.773922,42.08243]]]},"properties":{"id":"26115","n":"Monroe","z":["48110","48111","48117","48131","48133","48134","48140","48144","48145","48157","48159","48160","48161","48162","48164","48166","48177","48179","48182","48191","49229","49238","49267","49270","49276"],"st":"MI"}},"26117":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.562348,43.46813],[-85.084996,43.46619],[-84.845962,43.466158],[-84.836889,43.118851],[-85.312513,43.118793],[-85.312376,43.294205],[-85.562538,43.294271],[-85.562348,43.46813]]]},"properties":{"id":"26117","n":"Montcalm","z":["48809","48811","48812","48818","48829","48834","48838","48845","48850","48852","48877","48884","48885","48886","48888","48891","49310","49322","49326","49329","49336","49337","49339","49343","49347"],"st":"MI"}},"26119":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.366614,45.198737],[-84.246634,45.198727],[-83.881223,45.202071],[-83.888484,44.856458],[-84.371737,44.855039],[-84.366614,45.198737]]]},"properties":{"id":"26119","n":"Montmorency","z":["48619","49709","49746","49751","49756"],"st":"MI"}},"26121":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.463516886681,43.472329699507],[-86.039491,43.467447],[-86.038953,43.293519],[-85.790448,43.293003],[-85.790662,43.205167],[-85.908388,43.20592],[-85.907435,43.118911],[-86.273928278671,43.118367968708],[-86.407832,43.338436],[-86.463516886681,43.472329699507]]]},"properties":{"id":"26121","n":"Muskegon","z":["49303","49318","49330","49403","49404","49412","49415","49425","49437","49440","49441","49442","49443","49444","49445","49448","49451","49456","49457","49461","49463"],"st":"MI"}},"26123":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.039491,43.467447],[-86.037884,43.815611],[-85.562433,43.815483],[-85.562348,43.46813],[-85.562538,43.294271],[-85.790448,43.293003],[-86.038953,43.293519],[-86.039491,43.467447]]]},"properties":{"id":"26123","n":"Newaygo","z":["49303","49307","49309","49312","49327","49329","49330","49336","49337","49338","49343","49346","49349","49412","49413","49421","49425","49457","49459","49677"],"st":"MI"}},"26125":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.453364,42.880432],[-83.102891,42.888647],[-83.083393,42.447153],[-83.551907,42.435166],[-83.664808,42.431179],[-83.686493,42.783263],[-83.689384,42.871263],[-83.453364,42.880432]]]},"properties":{"id":"26125","n":"Oakland","z":["48007","48009","48012","48017","48025","48030","48033","48034","48037","48067","48068","48069","48070","48071","48072","48073","48075","48076","48083","48084","48085","48086","48098","48099","48165","48167","48178","48220","48237","48301","48302","48303","48304","48306","48307","48308","48309","48320","48321","48322","48323","48324","48326","48327","48328","48329","48330","48331","48332","48333","48334","48335","48336","48340","48341","48342","48343","48346","48347","48348","48350","48356","48357","48359","48360","48361","48362","48363","48366","48367","48370","48371","48374","48375","48376","48377","48380","48381","48382","48383","48386","48387","48390","48393","48428","48430","48439","48442","48462"],"st":"MI"}},"26127":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.435485038258,43.819429198004],[-86.037884,43.815611],[-86.039491,43.467447],[-86.463516886681,43.472329699507],[-86.540787,43.644593],[-86.435485038258,43.819429198004]]]},"properties":{"id":"26127","n":"Oceana","z":["49402","49412","49420","49421","49425","49436","49437","49446","49449","49452","49455","49459"],"st":"MI"}},"26129":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.370643,44.507223],[-83.886634,44.508976],[-83.883977,44.161786],[-84.166107,44.161788],[-84.368039,44.160538],[-84.370643,44.507223]]]},"properties":{"id":"26129","n":"Ogemaw","z":["48610","48624","48635","48654","48661","48739","48756","48761"],"st":"MI"}},"26131":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.884329580411,46.765471149277],[-89.720277,46.830413],[-89.415154,46.843983],[-89.227914,46.912954],[-89.142595,46.984859],[-88.933368451342,47.033599097856],[-88.93248,46.764787],[-88.863906,46.765013],[-88.864473,46.679311],[-88.989529,46.680119],[-88.991236,46.419704],[-88.991012,46.332308],[-89.365507,46.333078],[-89.365094,46.505949],[-89.740568,46.505642],[-89.740001,46.592494],[-89.86442,46.592643],[-89.884329580411,46.765471149277]]]},"properties":{"id":"26131","n":"Ontonagon","z":["49910","49912","49925","49929","49947","49948","49952","49953","49960","49965","49967","49971"],"st":"MI"}},"26133":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.564554,44.164861],[-85.334777,44.165118],[-85.087403,44.164242],[-85.088811,43.813676],[-85.562433,43.815483],[-85.564554,44.164861]]]},"properties":{"id":"26133","n":"Osceola","z":["48632","49338","49631","49639","49655","49665","49677","49679","49688"],"st":"MI"}},"26135":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.371737,44.855039],[-83.888484,44.856458],[-83.886634,44.508976],[-84.370643,44.507223],[-84.371737,44.855039]]]},"properties":{"id":"26135","n":"Oscoda","z":["48619","48621","48636","48647","48654","48728","48761","49756"],"st":"MI"}},"26137":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.857452,45.116707],[-84.734799,45.114903],[-84.734303,45.201936],[-84.366614,45.198737],[-84.371737,44.855039],[-84.847309,44.858037],[-84.857452,45.116707]]]},"properties":{"id":"26137","n":"Otsego","z":["49730","49733","49734","49735","49738","49751","49756","49795"],"st":"MI"}},"26139":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.273928278671,43.118367968708],[-85.907435,43.118911],[-85.908388,43.20592],[-85.790662,43.205167],[-85.782498,42.7682],[-86.20853850291,42.767543871916],[-86.226305,42.988284],[-86.273928278671,43.118367968708]]]},"properties":{"id":"26139","n":"Ottawa","z":["49315","49318","49330","49401","49403","49404","49409","49415","49417","49418","49422","49423","49424","49426","49427","49428","49429","49430","49434","49435","49448","49451","49456","49460","49464","49534","49544"],"st":"MI"}},"26141":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.210893345556,45.626231017848],[-84.095905,45.497298],[-83.909472,45.485784],[-83.841543,45.435287],[-83.599273,45.352561],[-83.488826,45.355872],[-83.385104,45.274195],[-83.385211079256,45.207103993148],[-83.881223,45.202071],[-84.246634,45.198727],[-84.25202,45.625998],[-84.210893345556,45.626231017848]]]},"properties":{"id":"26141","n":"Presque Isle","z":["49707","49743","49759","49765","49776","49777","49779","49792"],"st":"MI"}},"26143":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.850929,44.511069],[-84.370643,44.507223],[-84.368039,44.160538],[-84.608104,44.160482],[-84.851705,44.161375],[-84.850929,44.511069]]]},"properties":{"id":"26143","n":"Roscommon","z":["48624","48627","48629","48630","48651","48653","48656"],"st":"MI"}},"26145":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.369876,43.466044],[-84.170576,43.481969],[-84.168127,43.568899],[-84.05,43.567324],[-84.050987,43.524064],[-83.817228,43.522345],[-83.817678,43.479052],[-83.698816,43.478957],[-83.695621,43.221422],[-83.932071,43.220377],[-83.929079,43.132782],[-84.367891,43.128452],[-84.369876,43.466044]]]},"properties":{"id":"26145","n":"Saginaw","z":["48415","48417","48420","48457","48460","48601","48602","48603","48604","48605","48606","48607","48608","48609","48614","48616","48623","48626","48637","48638","48649","48655","48663","48686","48708","48722","48724","48734","48747","48757","48787","48807","48831","48841"],"st":"MI"}},"26147":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.996257,43.154099],[-82.506042404955,43.168827371312],[-82.415937,43.005555],[-82.469912,42.887459],[-82.467483,42.76191],[-82.509935,42.637294],[-82.583996,42.554041],[-82.679059,42.52221],[-82.707885,42.675497],[-82.73901,42.897541],[-82.983647,42.893741],[-82.996257,43.154099]]]},"properties":{"id":"26147","n":"Saint Clair","z":["48001","48002","48004","48006","48014","48022","48023","48027","48028","48032","48039","48040","48041","48049","48054","48059","48060","48061","48063","48064","48074","48079","48097","48416","48444"],"st":"MI"}},"26149":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.762943,42.069327],[-85.293626,42.071553],[-85.292178811333,41.759755274702],[-85.659750237991,41.759236686047],[-85.791363,41.759051],[-85.760186,41.798814],[-85.762943,42.069327]]]},"properties":{"id":"26149","n":"Saint Joseph","z":["49011","49030","49032","49040","49042","49066","49067","49072","49075","49091","49093","49097","49099"],"st":"MI"}},"26151":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.120396,43.327049],[-83.104136,43.338206],[-83.117844,43.675493],[-82.606479082838,43.69044927071],[-82.53993,43.422378],[-82.506042404955,43.168827371312],[-82.996257,43.154099],[-83.00043,43.284913],[-83.119027,43.28368],[-83.120396,43.327049]]]},"properties":{"id":"26151","n":"Sanilac","z":["48032","48097","48401","48410","48416","48419","48422","48426","48427","48434","48441","48450","48453","48454","48456","48465","48466","48469","48471","48472","48475","48726"],"st":"MI"}},"26153":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.864932,46.504758],[-85.865025,46.244631],[-85.865839921943,45.947571073185],[-85.913769,45.919439],[-86.072067,45.965313],[-86.278007,45.942057],[-86.349134,45.83416],[-86.459880517749,45.750226550596],[-86.49025,45.896337],[-86.490142,46.158178],[-86.615601,46.158691],[-86.615397,46.333263],[-86.364989,46.331927],[-86.364953,46.505852],[-85.864932,46.504758]]]},"properties":{"id":"26153","n":"Schoolcraft","z":["49817","49836","49840","49854","49883","49884","49895"],"st":"MI"}},"26155":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.367891,43.128452],[-83.929079,43.132782],[-83.922516,42.780821],[-84.158189,42.776639],[-84.363659,42.775778],[-84.36776,43.117942],[-84.367891,43.128452]]]},"properties":{"id":"26155","n":"Shiawassee","z":["48414","48418","48429","48433","48436","48449","48460","48476","48616","48649","48817","48831","48840","48841","48848","48857","48866","48867","48872","48882"],"st":"MI"}},"26157":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.699417091881,43.601637150256],[-83.506085552543,43.74515721314],[-83.466592,43.667621],[-83.117844,43.675493],[-83.104136,43.338206],[-83.120396,43.327049],[-83.354418,43.322257],[-83.351709,43.235193],[-83.460733,43.223131],[-83.695621,43.221422],[-83.698816,43.478957],[-83.699417091881,43.601637150256]]]},"properties":{"id":"26157","n":"Tuscola","z":["48415","48420","48435","48453","48464","48701","48723","48726","48727","48729","48733","48734","48735","48741","48744","48746","48757","48758","48759","48760","48767","48768"],"st":"MI"}},"26159":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.276994044532,42.419310315926],[-85.764697,42.420715],[-85.762943,42.069327],[-86.22294,42.071484],[-86.223563,42.243379],[-86.366379127038,42.243107727181],[-86.276994044532,42.419310315926]]]},"properties":{"id":"26159","n":"Van Buren","z":["49009","49010","49013","49022","49026","49027","49038","49043","49045","49047","49055","49056","49057","49062","49063","49064","49065","49067","49071","49078","49079","49087","49090","49098","49416"],"st":"MI"}},"26161":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.131136,42.424567],[-83.664808,42.431179],[-83.551907,42.435166],[-83.539396,42.085598],[-83.773922,42.08243],[-84.131963,42.071577],[-84.131136,42.424567]]]},"properties":{"id":"26161","n":"Washtenaw","z":["48103","48104","48105","48106","48107","48108","48109","48111","48113","48115","48118","48130","48137","48158","48160","48167","48168","48169","48170","48176","48178","48189","48190","48191","48197","48198","49236","49240","49285","49287"],"st":"MI"}},"26163":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.551907,42.435166],[-83.083393,42.447153],[-82.870347,42.450888],[-82.92397,42.352068],[-83.096521,42.290138],[-83.133511,42.088143],[-83.19495231169,42.033107926811],[-83.284155,42.089952],[-83.539396,42.085598],[-83.551907,42.435166]]]},"properties":{"id":"26163","n":"Wayne","z":["28228","48101","48111","48112","48120","48121","48122","48123","48124","48125","48126","48127","48128","48134","48135","48136","48138","48141","48146","48150","48151","48152","48153","48154","48164","48167","48168","48170","48173","48174","48175","48180","48183","48184","48185","48186","48187","48188","48192","48193","48195","48201","48202","48203","48204","48205","48206","48207","48208","48209","48210","48211","48212","48213","48214","48215","48216","48217","48218","48219","48221","48222","48223","48224","48225","48226","48227","48228","48229","48230","48231","48232","48233","48234","48235","48236","48238","48239","48240","48242","48243","48244","48255","48260","48264","48265","48266","48267","48268","48269","48272","48275","48277","48278","48279","48288","48325"],"st":"MI"}},"26165":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.817802,44.512969],[-85.334,44.512303],[-85.334777,44.165118],[-85.564554,44.164861],[-85.821186,44.164197],[-85.817802,44.512969]]]},"properties":{"id":"26165","n":"Wexford","z":["49601","49618","49620","49625","49633","49638","49649","49663","49668","49688","49689"],"st":"MI"}},"27001":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.776024,46.802891],[-93.775257,47.030418],[-93.055943,47.026415],[-93.061529,46.76655],[-93.054847,46.419269],[-93.053871,46.15812],[-93.431831,46.153991],[-93.430648,46.246412],[-93.796281,46.243199],[-93.810407,46.250948],[-93.777905,46.589671],[-93.776024,46.802891]]]},"properties":{"id":"27001","n":"Aitkin","z":["55735","55748","55752","55760","55783","55785","55787","55798","56342","56350","56431","56469"],"st":"MN"}},"27003":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.51007,45.414798],[-93.019563,45.41177],[-93.01944,45.296929],[-93.020518,45.123866],[-93.227696,45.124533],[-93.226929,45.035671],[-93.311544,45.143778],[-93.51219,45.245683],[-93.51007,45.414798]]]},"properties":{"id":"27003","n":"Anoka","z":["55005","55011","55014","55025","55038","55070","55079","55092","55110","55126","55303","55304","55330","55421","55432","55433","55434","55448","55449"],"st":"MN"}},"27005":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.194671,47.151149],[-96.067069,47.151813],[-95.551186,47.151453],[-95.169172,47.152515],[-95.16301,46.80472],[-95.16371,46.71764],[-96.174587,46.717854],[-96.174108,46.977375],[-96.194671,47.151149]]]},"properties":{"id":"27005","n":"Becker","z":["56464","56470","56501","56502","56511","56521","56544","56552","56554","56569","56570","56572","56575","56577","56578","56585","56589","56591","56593"],"st":"MN"}},"27007":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.602315,48.538887],[-95.34254,48.540211],[-95.211966,48.539961],[-95.210953,48.365971],[-94.428702,48.367333],[-94.418543,47.845816],[-94.416279,47.444828],[-94.416387,47.41183],[-94.670214,47.410151],[-95.183216,47.412773],[-95.193705,47.872544],[-95.277834,47.925346],[-95.229133,48.019958],[-95.582887,48.020557],[-95.593788,48.172916],[-95.602315,48.538887]]]},"properties":{"id":"27007","n":"Beltrami","z":["56601","56619","56630","56633","56647","56650","56652","56661","56663","56666","56667","56670","56671","56676","56678","56683","56685","56687","56727"],"st":"MN"}},"27009":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.763948,45.822143],[-93.759435,45.559646],[-94.149467,45.559066],[-94.182651,45.67958],[-94.271776,45.775208],[-94.353112,45.821967],[-93.763948,45.822143]]]},"properties":{"id":"27009","n":"Benton","z":["55371","56304","56329","56330","56333","56357","56367","56373","56377","56379"],"st":"MN"}},"27011":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.835419161978,45.586128692881],[-96.253026,45.585526],[-96.241328,45.412667],[-96.117036,45.411993],[-96.103614,45.176675],[-96.311413,45.251597],[-96.457553498485,45.268897928718],[-96.470077603049,45.326799649392],[-96.521787,45.375645],[-96.710786,45.43693],[-96.835419161978,45.586128692881]]]},"properties":{"id":"27011","n":"Big Stone","z":["56210","56211","56221","56225","56227","56236","56240","56276","56278"],"st":"MN"}},"27013":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.371731,44.264448],[-94.046671,44.154374],[-94.011868,44.23952],[-93.768031,44.239384],[-93.767971,44.195836],[-93.767761,43.847956],[-94.247123,43.847946],[-94.368974,43.848047],[-94.36885,44.108698],[-94.371731,44.264448]]]},"properties":{"id":"27013","n":"Blue Earth","z":["56001","56002","56010","56024","56034","56037","56048","56055","56062","56063","56065","56068","56073","56078","56080","56088","56090"],"st":"MN"}},"27015":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.865824,44.498218],[-94.78063,44.45665],[-94.666062,44.394048],[-94.491333,44.359676],[-94.371731,44.264448],[-94.36885,44.108698],[-94.859803,44.108016],[-95.100221,44.108034],[-95.108777,44.195044],[-95.10748,44.281768],[-94.866259,44.282372],[-94.865824,44.498218]]]},"properties":{"id":"27015","n":"Brown","z":["55333","56019","56030","56041","56062","56073","56081","56083","56084","56085","56087","56266"],"st":"MN"}},"27017":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.061529,46.76655],[-92.301676,46.764134],[-92.292192,46.663242],[-92.292759802428,46.41721950288],[-93.054847,46.419269],[-93.061529,46.76655]]]},"properties":{"id":"27017","n":"Carlton","z":["55707","55718","55720","55726","55733","55749","55756","55757","55767","55780","55783","55787","55797","55798","55810"],"st":"MN"}},"27019":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.012236,44.978712],[-93.767367,44.977964],[-93.767041,44.890862],[-93.520706,44.891502],[-93.520431,44.804263],[-93.578663,44.794373],[-93.618141,44.707096],[-93.768039,44.640303],[-93.888831,44.673409],[-93.888636,44.717044],[-94.010494,44.717464],[-94.012236,44.978712]]]},"properties":{"id":"27019","n":"Carver","z":["55315","55317","55318","55322","55328","55331","55339","55360","55367","55368","55375","55386","55387","55388","55395","55397","55554","55573","56011"],"st":"MN"}},"27021":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.787126,46.803943],[-94.659942,46.803716],[-94.670214,47.410151],[-94.416387,47.41183],[-94.416279,47.444828],[-94.327531,47.415844],[-94.095115,47.477972],[-94.042287,47.373112],[-93.911505,47.297868],[-93.77401,47.30506],[-93.775257,47.030418],[-93.776024,46.802891],[-94.34291,46.805529],[-94.330936,46.631208],[-94.341679,46.277705],[-94.426529,46.332336],[-94.534724,46.302797],[-94.653462,46.348678],[-94.731442,46.368605],[-94.779121,46.394215],[-94.787126,46.803943]]]},"properties":{"id":"27021","n":"Cass","z":["55785","56401","56433","56435","56448","56452","56461","56466","56468","56472","56473","56474","56477","56479","56481","56484","56626","56633","56636","56641","56655","56662","56672"],"st":"MN"}},"27023":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.036698,45.152206],[-95.24649,45.152384],[-95.24852,44.89131],[-95.482889,44.890712],[-95.482843,44.752505],[-95.498078,44.789461],[-95.736696,44.93604],[-96.036698,45.152206]]]},"properties":{"id":"27023","n":"Chippewa","z":["56208","56222","56241","56252","56260","56262","56265","56271","56282","56295"],"st":"MN"}},"27025":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.141793,45.730657],[-92.840742106625,45.72939673447],[-92.886697124409,45.644148],[-92.881136,45.573409],[-92.756906,45.557499],[-92.646768,45.437929],[-92.748267674686,45.29605938651],[-93.01944,45.296929],[-93.019563,45.41177],[-93.022274,45.557154],[-93.141974,45.558109],[-93.141793,45.730657]]]},"properties":{"id":"27025","n":"Chisago","z":["55006","55008","55012","55013","55025","55032","55045","55056","55067","55069","55073","55074","55079","55080","55084","55092"],"st":"MN"}},"27027":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.826569127228,47.150539],[-96.194671,47.151149],[-96.174108,46.977375],[-96.174587,46.717854],[-96.17227,46.630709],[-96.280977,46.630765],[-96.785786182598,46.629590849261],[-96.78978651305,46.635746672717],[-96.763973,46.912507],[-96.833504,47.01011],[-96.826569127228,47.150539]]]},"properties":{"id":"27027","n":"Clay","z":["56514","56519","56525","56529","56536","56546","56547","56549","56552","56554","56560","56562","56563","56580","56585","58107","58108","58109","58124","58125","58126"],"st":"MN"}},"27029":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.582887,48.020557],[-95.229133,48.019958],[-95.277834,47.925346],[-95.193705,47.872544],[-95.183216,47.412773],[-95.169172,47.152515],[-95.551186,47.151453],[-95.554248,47.499893],[-95.578839,47.673677],[-95.582155,47.933966],[-95.582887,48.020557]]]},"properties":{"id":"27029","n":"Clearwater","z":["56470","56557","56589","56621","56634","56644","56652","56671","56676","56678"],"st":"MN"}},"27031":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.032539461265,48.190578821899],[-90.843624,48.243576],[-90.775962,48.122229],[-90.703702,48.096009],[-90.566113,48.12262],[-90.471019,48.106076],[-90.136191,48.112136],[-90.029626,48.087588],[-89.973433,48.02035],[-89.868153,47.989898],[-89.749314,48.023325],[-89.489226,48.014528],[-89.974296,47.830514],[-90.537105,47.703055],[-90.735927,47.624343],[-91.023124717702,47.464963516061],[-91.020737,47.887995],[-91.032539461265,48.190578821899]]]},"properties":{"id":"27031","n":"Cook","z":["55604","55605","55606","55612","55613","55615"],"st":"MN"}},"27033":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.462547,44.195942],[-95.108777,44.195044],[-95.100221,44.108034],[-94.859803,44.108016],[-94.859388,43.848093],[-95.452502,43.847953],[-95.462427,43.847911],[-95.462547,44.195942]]]},"properties":{"id":"27033","n":"Cottonwood","z":["56019","56083","56101","56118","56131","56137","56145","56152","56159","56166","56174","56180","56183"],"st":"MN"}},"27035":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.341679,46.277705],[-94.330936,46.631208],[-94.34291,46.805529],[-93.776024,46.802891],[-93.777905,46.589671],[-93.810407,46.250948],[-93.796281,46.243199],[-93.810362,46.156585],[-94.374592,46.157093],[-94.341679,46.277705]]]},"properties":{"id":"27035","n":"Crow Wing","z":["56338","56364","56401","56425","56431","56435","56441","56442","56444","56447","56448","56449","56450","56455","56456","56459","56465","56468","56472","56474","56972"],"st":"MN"}},"27037":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.329615,44.791086],[-93.178539,44.888338],[-93.09607,44.923287],[-93.020044,44.89075],[-93.015961,44.775564],[-92.792360799671,44.758983813697],[-92.731623851303,44.71492278526],[-92.732043,44.629493],[-92.792584,44.629722],[-92.792715,44.54324],[-93.039344,44.51535],[-93.039485,44.471871],[-93.281686,44.471998],[-93.281521,44.543957],[-93.318731,44.630578],[-93.329615,44.791086]]]},"properties":{"id":"27037","n":"Dakota","z":["55009","55024","55031","55033","55044","55057","55065","55068","55075","55076","55077","55085","55089","55118","55120","55121","55122","55123","55124","55150","55306","55337"],"st":"MN"}},"27039":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.04591,44.196716],[-93.041159,44.196726],[-92.678717,44.195516],[-92.689391,43.84857],[-93.045966,43.848467],[-93.04591,44.196716]]]},"properties":{"id":"27039","n":"Dodge","z":["55917","55924","55927","55940","55944","55955","55963","55985"],"st":"MN"}},"27041":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.76975,46.10745],[-95.14588,46.106761],[-95.139731,45.773416],[-95.13967,45.758891],[-95.758508,45.759932],[-95.76975,46.10745]]]},"properties":{"id":"27041","n":"Douglas","z":["56308","56315","56319","56326","56327","56332","56334","56339","56341","56343","56349","56354","56355","56360","56361","56385","56446"],"st":"MN"}},"27043":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.247123,43.847946],[-93.767761,43.847956],[-93.64829,43.848139],[-93.648533031174,43.499535489675],[-93.970761558528,43.499605003207],[-94.247967441555,43.500175476708],[-94.247123,43.847946]]]},"properties":{"id":"27043","n":"Faribault","z":["56013","56014","56023","56025","56027","56033","56047","56051","56068","56097","56098"],"st":"MN"}},"27045":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.448965,43.834105],[-92.438491,43.848241],[-92.079292,43.84708],[-91.730424,43.846935],[-91.730216997838,43.500685700946],[-92.079801993128,43.500704885177],[-92.448947951438,43.500414988563],[-92.448965,43.834105]]]},"properties":{"id":"27045","n":"Fillmore","z":["55922","55923","55935","55939","55949","55951","55954","55961","55962","55965","55971","55974","55975","55976","55979","55990"],"st":"MN"}},"27047":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.64829,43.848139],[-93.406642,43.84812],[-93.049524,43.848443],[-93.049192007816,43.499557480025],[-93.49735132522,43.499530724512],[-93.648533031174,43.499535489675],[-93.64829,43.848139]]]},"properties":{"id":"27047","n":"Freeborn","z":["55912","55917","55953","56007","56009","56016","56020","56026","56029","56032","56035","56036","56042","56043","56045","56072","56089","56097"],"st":"MN"}},"27049":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.039485,44.471871],[-93.039344,44.51535],[-92.792715,44.54324],[-92.792584,44.629722],[-92.732043,44.629493],[-92.731623851303,44.71492278526],[-92.54928,44.577704],[-92.316933133406,44.539276012203],[-92.245364649005,44.454251124352],[-92.430277,44.455321],[-92.430629,44.368291],[-92.550733,44.368521],[-92.550871,44.194916],[-92.678717,44.195516],[-93.041159,44.196726],[-93.039485,44.471871]]]},"properties":{"id":"27049","n":"Goodhue","z":["55009","55018","55026","55027","55033","55041","55053","55065","55066","55089","55946","55956","55963","55983","55985","55992"],"st":"MN"}},"27051":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.265366,46.10861],[-95.76975,46.10745],[-95.758508,45.759932],[-96.254022,45.75982],[-96.26614,46.02161],[-96.265366,46.10861]]]},"properties":{"id":"27051","n":"Grant","z":["56248","56274","56309","56311","56339","56343","56531","56565","56590"],"st":"MN"}},"27053":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.767367,44.977964],[-93.761874,45.081244],[-93.521653,45.246618],[-93.51219,45.245683],[-93.311544,45.143778],[-93.226929,45.035671],[-93.178539,44.888338],[-93.329615,44.791086],[-93.520431,44.804263],[-93.520706,44.891502],[-93.767041,44.890862],[-93.767367,44.977964]]]},"properties":{"id":"27053","n":"Hennepin","z":["55111","55305","55311","55316","55327","55328","55331","55340","55341","55343","55344","55345","55346","55347","55356","55357","55359","55361","55364","55369","55373","55374","55375","55384","55387","55388","55391","55392","55401","55402","55403","55404","55405","55406","55407","55408","55409","55410","55411","55412","55413","55414","55415","55416","55417","55418","55419","55420","55421","55422","55423","55424","55425","55426","55427","55428","55429","55430","55431","55435","55436","55437","55438","55439","55440","55441","55442","55443","55444","55445","55446","55447","55450","55454","55455","55458","55459","55460","55467","55470","55472","55474","55478","55479","55480","55483","55484","55485","55486","55487","55488","55569","55572","55577","55592","55593","55599"],"st":"MN"}},"27055":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.730424,43.846935],[-91.287655627367,43.847065],[-91.257000156006,43.725658737222],[-91.273252,43.666623],[-91.217706,43.50055],[-91.610835000554,43.500687846779],[-91.730216997838,43.500685700946],[-91.730424,43.846935]]]},"properties":{"id":"27055","n":"Houston","z":["55919","55921","55931","55941","55942","55943","55947","55954","55971","55974"],"st":"MN"}},"27057":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.183216,47.412773],[-94.670214,47.410151],[-94.659942,46.803716],[-94.787126,46.803943],[-95.16301,46.80472],[-95.169172,47.152515],[-95.183216,47.412773]]]},"properties":{"id":"27057","n":"Hubbard","z":["56433","56436","56458","56461","56464","56467","56470","56601","56633","56678"],"st":"MN"}},"27059":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.513683,45.734318],[-93.141793,45.730657],[-93.141974,45.558109],[-93.022274,45.557154],[-93.019563,45.41177],[-93.51007,45.414798],[-93.510704,45.558772],[-93.513683,45.734318]]]},"properties":{"id":"27059","n":"Isanti","z":["55006","55008","55017","55029","55040","55056","55070","55078","55079","55080","55371","55398","56353","56358"],"st":"MN"}},"27061":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.418543,47.845816],[-93.776173,47.846404],[-93.775772,47.89895],[-93.081158,47.89187],[-93.061253,47.720187],[-93.0695,47.393915],[-93.055943,47.026415],[-93.775257,47.030418],[-93.77401,47.30506],[-93.911505,47.297868],[-94.042287,47.373112],[-94.095115,47.477972],[-94.327531,47.415844],[-94.416279,47.444828],[-94.418543,47.845816]]]},"properties":{"id":"27061","n":"Itasca","z":["55709","55716","55721","55722","55723","55730","55736","55742","55744","55745","55746","55748","55752","55753","55764","55769","55775","55781","55784","55786","55793","56628","56630","56631","56636","56637","56639","56657","56659","56661","56680","56681","56688"],"st":"MN"}},"27063":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.452502,43.847953],[-94.859388,43.848093],[-94.854444,43.848099],[-94.854555067611,43.500553419152],[-94.914613484714,43.500595872986],[-95.387787594022,43.500478728907],[-95.454432238661,43.50032208525],[-95.452502,43.847953]]]},"properties":{"id":"27063","n":"Jackson","z":{"1":"56101","2":"56111","3":"56118","4":"56119","5":"56137","6":"56143","7":"56150","8":"56159","9":"56160","10":"56161","11":"56167","12":"56187","32":"51360"},"st":"MN"}},"27065":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.431831,46.153991],[-93.053871,46.15812],[-93.055081,45.981233],[-93.142869,45.981005],[-93.141793,45.730657],[-93.513683,45.734318],[-93.51808,45.981789],[-93.432492,45.981398],[-93.431831,46.153991]]]},"properties":{"id":"27065","n":"Kanabec","z":["55006","55007","55030","55037","55051","55072","56342","56353","56358"],"st":"MN"}},"27067":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.255206,45.412525],[-95.13173,45.412402],[-94.762934,45.412861],[-94.76308,45.3261],[-94.758189,44.892097],[-95.24852,44.89131],[-95.24649,45.152384],[-95.255206,45.412525]]]},"properties":{"id":"27067","n":"Kandiyohi","z":["56201","56209","56216","56251","56252","56253","56273","56279","56281","56282","56284","56288","56289","56312","56316","56362"],"st":"MN"}},"27069":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.229039,49.000687],[-96.405408,48.999984],[-96.404924,48.71707],[-96.387835,48.544308],[-97.147723568301,48.543891683651],[-97.100009,48.667926],[-97.227854,48.945864],[-97.229039,49.000687]]]},"properties":{"id":"27069","n":"Kittson","z":{"0":"56720","1":"56728","2":"56729","3":"56731","4":"56732","5":"56733","6":"56734","7":"56735","8":"56740","9":"56755","19":"58225"},"st":"MN"}},"27071":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.430201279234,48.698308785528],[-94.281797,48.705255],[-94.250191,48.656323],[-93.844008,48.629395],[-93.815178,48.526508],[-93.674568,48.516297],[-93.467504,48.545664],[-93.464308,48.591792],[-93.207398,48.642474],[-93.088454535286,48.626814218496],[-93.096488,48.067826],[-93.081158,47.89187],[-93.775772,47.89895],[-93.776173,47.846404],[-94.418543,47.845816],[-94.428702,48.367333],[-94.430201279234,48.698308785528]]]},"properties":{"id":"27071","n":"Koochiching","z":["55771","55772","56623","56627","56629","56639","56649","56653","56654","56658","56660","56661","56668","56669","56679"],"st":"MN"}},"27073":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.457553498485,45.268897928718],[-96.311413,45.251597],[-96.103614,45.176675],[-96.036698,45.152206],[-95.736696,44.93604],[-95.737309,44.891479],[-95.847452,44.891799],[-95.849009,44.805347],[-96.454830515554,44.805550204046],[-96.455840113634,44.97734524828],[-96.457553498485,45.268897928718]]]},"properties":{"id":"27073","n":"Lac qui Parle","z":["56208","56212","56218","56220","56232","56256","56257","56265","56276","56278"],"st":"MN"}},"27075":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.797283579909,48.205775915454],[-91.714931,48.19913],[-91.692366,48.11933],[-91.559272,48.108268],[-91.542512,48.053268],[-91.250112,48.084087],[-91.032539461265,48.190578821899],[-91.020737,47.887995],[-91.023124717702,47.464963516061],[-91.456965,47.139156],[-91.573817,47.089917],[-91.793995912081,46.942780647142],[-91.787928,47.546817],[-91.799114,47.732178],[-91.797283579909,48.205775915454]]]},"properties":{"id":"27075","n":"Lake","z":["55601","55603","55607","55609","55614","55616","55731"],"st":"MN"}},"27077":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.319888783472,48.99875834401],[-95.153711,48.998903],[-95.153314,49.384358],[-95.058404,49.35317],[-94.952111,49.368679],[-94.816222,49.320987],[-94.774228,49.124994],[-94.683069,48.883929],[-94.694312,48.789352],[-94.61901,48.737374],[-94.430201279234,48.698308785528],[-94.428702,48.367333],[-95.210953,48.365971],[-95.211966,48.539961],[-95.34254,48.540211],[-95.34273,48.713028],[-95.089863,48.713062],[-95.091464,48.920618],[-95.235606,48.88145],[-95.30104,48.904216],[-95.319888783472,48.99875834401]]]},"properties":{"id":"27077","n":"Lake of the Woods","z":["56623","56673","56686","56711","56741"],"st":"MN"}},"27079":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.92955,44.456716],[-93.910405,44.543163],[-93.524327,44.543618],[-93.525231,44.196134],[-93.767971,44.195836],[-93.768031,44.239384],[-94.011868,44.23952],[-93.932685,44.344885],[-93.92955,44.456716]]]},"properties":{"id":"27079","n":"Le Sueur","z":["56011","56017","56028","56044","56050","56052","56057","56058","56063","56069","56071","56082","56096"],"st":"MN"}},"27081":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.453806699667,44.631335831948],[-96.09295,44.630486],[-96.07858,44.19662],[-96.452435854669,44.196779540095],[-96.453291313599,44.543636801818],[-96.453806699667,44.631335831948]]]},"properties":{"id":"27081","n":"Lincoln","z":{"0":"56113","1":"56136","2":"56142","3":"56149","4":"56164","5":"56178","6":"56220","7":"56264","8":"56280","9":"56291","20":"57026"},"st":"MN"}},"27083":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.09295,44.630486],[-95.604001,44.629945],[-95.594817,44.542305],[-95.59357,44.19553],[-96.063778,44.196425],[-96.07858,44.19662],[-96.09295,44.630486]]]},"properties":{"id":"27083","n":"Lyon","z":["56115","56132","56157","56169","56170","56175","56178","56229","56239","56258","56263","56264","56291"],"st":"MN"}},"27085":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.256074,44.979465],[-94.012236,44.978712],[-94.010494,44.717464],[-94.254076,44.717855],[-94.254719,44.630311],[-94.497835,44.629921],[-94.498074,44.717171],[-94.502395,44.892295],[-94.501885,44.979695],[-94.256074,44.979465]]]},"properties":{"id":"27085","n":"McLeod","z":["55312","55336","55350","55354","55370","55381","55385","55395","55397"],"st":"MN"}},"27087":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.067621,47.499136],[-95.554248,47.499893],[-95.551186,47.151453],[-96.067069,47.151813],[-96.067621,47.499136]]]},"properties":{"id":"27087","n":"Mahnomen","z":["56516","56542","56557","56566","56589","56592","56621","56651"],"st":"MN"}},"27089":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.148103466134,48.540744046187],[-97.147723568301,48.543891683651],[-96.387835,48.544308],[-95.602315,48.538887],[-95.593788,48.172916],[-96.500843,48.174108],[-97.145844959475,48.173223482991],[-97.141910387198,48.193627618875],[-97.129533,48.257815],[-97.148103466134,48.540744046187]]]},"properties":{"id":"27089","n":"Marshall","z":["56701","56710","56713","56724","56725","56727","56732","56737","56738","56744","56757","56758","56759","56760","56762"],"st":"MN"}},"27091":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.854444,43.848099],[-94.368974,43.848047],[-94.247123,43.847946],[-94.247967441555,43.500175476708],[-94.442849989718,43.500478507655],[-94.854555067611,43.500553419152],[-94.854444,43.848099]]]},"properties":{"id":"27091","n":"Martin","z":["56013","56027","56031","56039","56075","56088","56098","56121","56127","56160","56162","56171","56176","56181"],"st":"MN"}},"27093":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.76308,45.3261],[-94.383744,45.326727],[-94.383449,45.282797],[-94.260821,45.283941],[-94.256074,44.979465],[-94.501885,44.979695],[-94.502395,44.892295],[-94.758189,44.892097],[-94.76308,45.3261]]]},"properties":{"id":"27093","n":"Meeker","z":["55324","55325","55329","55350","55353","55355","55382","55389","56209","56228","56243","56362"],"st":"MN"}},"27095":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.796281,46.243199],[-93.430648,46.246412],[-93.431831,46.153991],[-93.432492,45.981398],[-93.51808,45.981789],[-93.513683,45.734318],[-93.510704,45.558772],[-93.759435,45.559646],[-93.763948,45.822143],[-93.810321,45.98308],[-93.810362,46.156585],[-93.796281,46.243199]]]},"properties":{"id":"27095","n":"Mille Lacs","z":["55371","55377","56313","56330","56342","56353","56357","56358","56359","56363","56386","56450"],"st":"MN"}},"27097":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.653462,46.348678],[-94.534724,46.302797],[-94.426529,46.332336],[-94.341679,46.277705],[-94.374592,46.157093],[-93.810362,46.156585],[-93.810321,45.98308],[-93.763948,45.822143],[-94.353112,45.821967],[-94.271776,45.775208],[-94.64399,45.77395],[-94.653462,46.348678]]]},"properties":{"id":"27097","n":"Morrison","z":["56314","56317","56318","56328","56329","56338","56340","56344","56345","56364","56373","56382","56384","56443","56449","56466","56473","56475"],"st":"MN"}},"27099":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.049524,43.848443],[-93.045966,43.848467],[-92.689391,43.84857],[-92.448965,43.834105],[-92.448947951438,43.500414988563],[-92.553161,43.5003],[-93.024347900542,43.49955616363],[-93.049192007816,43.499557480025],[-93.049524,43.848443]]]},"properties":{"id":"27099","n":"Mower","z":["55909","55912","55917","55918","55926","55933","55936","55950","55951","55953","55961","55967","55970","55973","55975","55977","55982"],"st":"MN"}},"27101":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.063778,44.196425],[-95.59357,44.19553],[-95.462547,44.195942],[-95.462427,43.847911],[-96.05232,43.84907],[-96.06462,43.849039],[-96.063778,44.196425]]]},"properties":{"id":"27101","n":"Murray","z":["56114","56115","56122","56123","56125","56128","56131","56132","56141","56151","56170","56172","56175","56180","56183","56186"],"st":"MN"}},"27103":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.78063,44.45665],[-94.6242,44.45603],[-93.92955,44.456716],[-93.932685,44.344885],[-94.011868,44.23952],[-94.046671,44.154374],[-94.371731,44.264448],[-94.491333,44.359676],[-94.666062,44.394048],[-94.78063,44.45665]]]},"properties":{"id":"27103","n":"Nicollet","z":["55332","55334","55335","56003","56021","56054","56058","56073","56074","56082"],"st":"MN"}},"27105":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.05232,43.84907],[-95.462427,43.847911],[-95.452502,43.847953],[-95.454432238661,43.50032208525],[-95.860946201572,43.499992884906],[-96.05316283451,43.500187708157],[-96.05232,43.84907]]]},"properties":{"id":"27105","n":"Nobles","z":["56110","56117","56119","56122","56128","56129","56131","56141","56147","56153","56155","56158","56165","56167","56168","56185","56187"],"st":"MN"}},"27107":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.855959349053,47.499173229529],[-96.067621,47.499136],[-96.067069,47.151813],[-96.194671,47.151149],[-96.826569127228,47.150539],[-96.836009594542,47.237981875487],[-96.855959349053,47.499173229529]]]},"properties":{"id":"27107","n":"Norman","z":["56510","56516","56519","56540","56541","56545","56548","56550","56557","56561","56574","56581","56584"],"st":"MN"}},"27109":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.689391,43.84857],[-92.678717,44.195516],[-92.550871,44.194916],[-92.318986,44.194057],[-92.318971,44.107734],[-92.079491,44.106988],[-92.079292,43.84708],[-92.438491,43.848241],[-92.448965,43.834105],[-92.689391,43.84857]]]},"properties":{"id":"27109","n":"Olmsted","z":["55901","55902","55903","55904","55905","55906","55920","55923","55929","55932","55934","55940","55944","55956","55960","55963","55964","55972","55976","55991"],"st":"MN"}},"27111":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.280977,46.630765],[-96.17227,46.630709],[-96.174587,46.717854],[-95.16371,46.71764],[-95.15557,46.36888],[-95.14588,46.106761],[-95.76975,46.10745],[-96.265366,46.10861],[-96.28,46.28222],[-96.280977,46.630765]]]},"properties":{"id":"27111","n":"Otter Tail","z":["56309","56315","56324","56326","56361","56437","56446","56453","56464","56477","56482","56501","56514","56515","56518","56522","56524","56527","56528","56533","56534","56537","56538","56544","56551","56567","56571","56572","56573","56576","56579","56586","56587","56588"],"st":"MN"}},"27113":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.500843,48.174108],[-95.593788,48.172916],[-95.582887,48.020557],[-95.582155,47.933966],[-95.709619,47.935805],[-95.70984,47.96433],[-96.48255,47.963595],[-96.500843,48.174108]]]},"properties":{"id":"27113","n":"Pennington","z":["56684","56701","56725","56742","56748","56750","56754"],"st":"MN"}},"27115":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.053871,46.15812],[-93.054847,46.419269],[-92.292759802428,46.41721950288],[-92.293830608579,46.157321306496],[-92.294033,46.074377],[-92.35176,46.015685],[-92.545682,45.970118],[-92.721128,45.883805],[-92.840742106625,45.72939673447],[-93.141793,45.730657],[-93.142869,45.981005],[-93.055081,45.981233],[-93.053871,46.15812]]]},"properties":{"id":"27115","n":"Pine","z":["55006","55007","55030","55036","55037","55063","55069","55072","55704","55712","55735","55749","55756","55767","55783","55795"],"st":"MN"}},"27117":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.452435854669,44.196779540095],[-96.07858,44.19662],[-96.063778,44.196425],[-96.06462,43.849039],[-96.452909574366,43.849506893018],[-96.452435854669,44.196779540095]]]},"properties":{"id":"27117","n":"Pipestone","z":{"0":"56128","1":"56139","2":"56140","3":"56144","4":"56149","5":"56164","6":"56170","7":"56186","15":"56177"},"st":"MN"}},"27119":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.145844959475,48.173223482991],[-96.500843,48.174108],[-96.48255,47.963595],[-96.482092,47.847428],[-96.352708,47.847328],[-96.351727,47.7603],[-95.837177,47.760894],[-95.836827,47.848219],[-95.709148,47.848594],[-95.709619,47.935805],[-95.582155,47.933966],[-95.578839,47.673677],[-95.554248,47.499893],[-96.067621,47.499136],[-96.855959349053,47.499173229529],[-96.89349330134,47.672126959444],[-96.996364,47.844398],[-97.145844959475,48.173223482991]]]},"properties":{"id":"27119","n":"Polk","z":["56517","56523","56535","56540","56542","56556","56568","56592","56621","56634","56644","56646","56651","56684","56710","56715","56716","56721","56722","56723","56736","56742","56744","56750","56762"],"st":"MN"}},"27121":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.758508,45.759932],[-95.13967,45.758891],[-95.13173,45.412402],[-95.255206,45.412525],[-95.747402,45.412313],[-95.758508,45.759932]]]},"properties":{"id":"27121","n":"Pope","z":["56215","56226","56244","56308","56316","56323","56327","56334","56343","56349","56381","56385"],"st":"MN"}},"27123":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.020518,45.123866],[-92.984619,45.123622],[-92.984192,44.890814],[-93.020044,44.89075],[-93.09607,44.923287],[-93.178539,44.888338],[-93.226929,45.035671],[-93.227696,45.124533],[-93.020518,45.123866]]]},"properties":{"id":"27123","n":"Ramsey","z":["55038","55101","55102","55103","55104","55105","55106","55107","55108","55109","55110","55112","55113","55114","55116","55117","55118","55119","55126","55127","55130","55133","55144","55145","55146","55155","55164","55165","55170","55175","55418","55421","55432","55449"],"st":"MN"}},"27125":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.48255,47.963595],[-95.70984,47.96433],[-95.709619,47.935805],[-95.709148,47.848594],[-95.836827,47.848219],[-95.837177,47.760894],[-96.351727,47.7603],[-96.352708,47.847328],[-96.482092,47.847428],[-96.48255,47.963595]]]},"properties":{"id":"27125","n":"Red Lake","z":["56535","56715","56716","56736","56742","56748","56750"],"st":"MN"}},"27127":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.594817,44.542305],[-95.3604,44.541762],[-95.360177,44.69854],[-95.244218,44.66706],[-95.132652,44.596443],[-94.865824,44.498218],[-94.866259,44.282372],[-95.10748,44.281768],[-95.108777,44.195044],[-95.462547,44.195942],[-95.59357,44.19553],[-95.594817,44.542305]]]},"properties":{"id":"27127","n":"Redwood","z":["55333","56083","56085","56087","56152","56166","56175","56180","56214","56224","56255","56258","56263","56266","56270","56283","56284","56287","56292","56293","56294"],"st":"MN"}},"27129":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.24852,44.89131],[-94.758189,44.892097],[-94.502395,44.892295],[-94.498074,44.717171],[-94.629489,44.716663],[-94.6242,44.45603],[-94.78063,44.45665],[-94.865824,44.498218],[-95.132652,44.596443],[-95.244218,44.66706],[-95.360177,44.69854],[-95.482843,44.752505],[-95.482889,44.890712],[-95.24852,44.89131]]]},"properties":{"id":"27129","n":"Renville","z":["55310","55314","55332","55333","55342","55350","55385","56228","56230","56241","56260","56270","56277","56283","56284","56285"],"st":"MN"}},"27131":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.524327,44.543618],[-93.281521,44.543957],[-93.281686,44.471998],[-93.039485,44.471871],[-93.041159,44.196726],[-93.04591,44.196716],[-93.406565,44.196377],[-93.525231,44.196134],[-93.524327,44.543618]]]},"properties":{"id":"27131","n":"Rice","z":["55010","55018","55019","55021","55046","55049","55052","55053","55057","55087","55088","55946","56052","56069","56071","56093","56096"],"st":"MN"}},"27133":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.452909574366,43.849506893018],[-96.06462,43.849039],[-96.05232,43.84907],[-96.05316283451,43.500187708157],[-96.45326,43.50039],[-96.452909574366,43.849506893018]]]},"properties":{"id":"27133","n":"Rock","z":{"0":"56116","1":"56128","2":"56129","3":"56134","4":"56138","5":"56144","6":"56146","7":"56147","8":"56156","9":"56158","10":"56173","22":"57030","23":"57068"},"st":"MN"}},"27135":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.405408,48.999984],[-95.319888783472,48.99875834401],[-95.30104,48.904216],[-95.235606,48.88145],[-95.091464,48.920618],[-95.089863,48.713062],[-95.34273,48.713028],[-95.34254,48.540211],[-95.602315,48.538887],[-96.387835,48.544308],[-96.404924,48.71707],[-96.405408,48.999984]]]},"properties":{"id":"27135","n":"Roseau","z":["56673","56714","56726","56732","56735","56751","56756","56759","56761","56763"],"st":"MN"}},"27137":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.088454535286,48.626814218496],[-92.954876,48.631493],[-92.728046,48.53929],[-92.634931,48.542873],[-92.657101,48.466915],[-92.456325,48.414204],[-92.469948,48.351836],[-92.369174,48.220268],[-92.314665,48.240527],[-92.26228,48.354933],[-92.055228,48.359213],[-91.980772,48.247801],[-91.797283579909,48.205775915454],[-91.799114,47.732178],[-91.787928,47.546817],[-91.793995912081,46.942780647142],[-92.062088,46.804038],[-92.01529,46.706469],[-92.143338,46.731596],[-92.205492,46.664741],[-92.292192,46.663242],[-92.301676,46.764134],[-93.061529,46.76655],[-93.055943,47.026415],[-93.0695,47.393915],[-93.061253,47.720187],[-93.081158,47.89187],[-93.096488,48.067826],[-93.088454535286,48.626814218496]]]},"properties":{"id":"27137","n":"Saint Louis","z":["55602","55616","55702","55703","55705","55706","55708","55710","55711","55713","55717","55719","55720","55723","55724","55725","55731","55732","55734","55736","55738","55741","55746","55750","55751","55758","55763","55765","55766","55768","55771","55777","55779","55781","55782","55790","55791","55792","55796","55798","55801","55802","55803","55804","55805","55806","55807","55808","55810","55811","55812","55814","55815","55816","56649","56669"],"st":"MN"}},"27139":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.768039,44.640303],[-93.618141,44.707096],[-93.578663,44.794373],[-93.520431,44.804263],[-93.329615,44.791086],[-93.318731,44.630578],[-93.281521,44.543957],[-93.524327,44.543618],[-93.910405,44.543163],[-93.902479,44.587647],[-93.768039,44.640303]]]},"properties":{"id":"27139","n":"Scott","z":["55020","55044","55054","55088","55352","55372","55378","55379","56011","56071"],"st":"MN"}},"27141":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.149467,45.559066],[-93.759435,45.559646],[-93.510704,45.558772],[-93.51007,45.414798],[-93.51219,45.245683],[-93.521653,45.246618],[-93.563814,45.301136],[-93.75661,45.294721],[-94.047327,45.422861],[-94.141989,45.493243],[-94.149467,45.559066]]]},"properties":{"id":"27141","n":"Sherburne","z":["55308","55309","55319","55330","55371","55398","56304"],"st":"MN"}},"27143":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.498074,44.717171],[-94.497835,44.629921],[-94.254719,44.630311],[-94.254076,44.717855],[-94.010494,44.717464],[-93.888636,44.717044],[-93.888831,44.673409],[-93.768039,44.640303],[-93.902479,44.587647],[-93.910405,44.543163],[-93.92955,44.456716],[-94.6242,44.45603],[-94.629489,44.716663],[-94.498074,44.717171]]]},"properties":{"id":"27143","n":"Sibley","z":["55307","55314","55334","55335","55336","55338","55339","55366","55385","55396","56011","56044","56054","56058"],"st":"MN"}},"27145":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.139731,45.773416],[-94.64399,45.77395],[-94.271776,45.775208],[-94.182651,45.67958],[-94.149467,45.559066],[-94.141989,45.493243],[-94.047327,45.422861],[-94.09272,45.342467],[-94.260821,45.283941],[-94.383449,45.282797],[-94.383744,45.326727],[-94.76308,45.3261],[-94.762934,45.412861],[-95.13173,45.412402],[-95.13967,45.758891],[-95.139731,45.773416]]]},"properties":{"id":"27145","n":"Stearns","z":["55320","55329","55353","55382","55389","56301","56302","56303","56307","56310","56312","56314","56316","56320","56321","56325","56331","56335","56336","56340","56352","56356","56362","56367","56368","56369","56371","56372","56374","56375","56376","56377","56378","56387","56388","56393","56395","56396","56397","56398","56399"],"st":"MN"}},"27147":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.406565,44.196377],[-93.04591,44.196716],[-93.045966,43.848467],[-93.049524,43.848443],[-93.406642,43.84812],[-93.406565,44.196377]]]},"properties":{"id":"27147","n":"Steele","z":["55049","55052","55060","55917","55924","55985","56026","56046","56072","56093"],"st":"MN"}},"27149":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.254022,45.75982],[-95.758508,45.759932],[-95.747402,45.412313],[-96.117036,45.411993],[-96.241328,45.412667],[-96.253026,45.585526],[-96.254022,45.75982]]]},"properties":{"id":"27149","n":"Stevens","z":["56207","56221","56235","56244","56248","56267","56323","56343"],"st":"MN"}},"27151":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.117036,45.411993],[-95.747402,45.412313],[-95.255206,45.412525],[-95.24649,45.152384],[-96.036698,45.152206],[-96.103614,45.176675],[-96.117036,45.411993]]]},"properties":{"id":"27151","n":"Swift","z":["56207","56208","56215","56226","56231","56244","56249","56252","56262","56271","56289"],"st":"MN"}},"27153":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.15557,46.36888],[-94.731442,46.368605],[-94.653462,46.348678],[-94.64399,45.77395],[-95.139731,45.773416],[-95.14588,46.106761],[-95.15557,46.36888]]]},"properties":{"id":"27153","n":"Todd","z":["56318","56319","56331","56336","56347","56360","56378","56382","56389","56434","56437","56438","56440","56443","56446","56453","56466","56479","56481","56482"],"st":"MN"}},"27155":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.563672,45.935245],[-96.572697494194,46.021891671358],[-96.26614,46.02161],[-96.254022,45.75982],[-96.253026,45.585526],[-96.835419161978,45.586128692881],[-96.82616,45.654164],[-96.672665,45.732336],[-96.587093,45.816445],[-96.563672,45.935245]]]},"properties":{"id":"27155","n":"Traverse","z":["56211","56219","56221","56236","56240","56248","56274","56296","56583"],"st":"MN"}},"27157":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.245364649005,44.454251124352],[-92.084528580493,44.404614314801],[-91.9636,44.362112],[-91.854499975298,44.197226519552],[-92.079236,44.192966],[-92.079491,44.106988],[-92.318971,44.107734],[-92.318986,44.194057],[-92.550871,44.194916],[-92.550733,44.368521],[-92.430629,44.368291],[-92.430277,44.455321],[-92.245364649005,44.454251124352]]]},"properties":{"id":"27157","n":"Wabasha","z":["55027","55041","55906","55910","55932","55945","55956","55957","55960","55964","55968","55981","55991"],"st":"MN"}},"27159":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.16301,46.80472],[-94.787126,46.803943],[-94.779121,46.394215],[-94.731442,46.368605],[-95.15557,46.36888],[-95.16371,46.71764],[-95.16301,46.80472]]]},"properties":{"id":"27159","n":"Wadena","z":["56434","56464","56470","56477","56479","56481","56482"],"st":"MN"}},"27161":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.767971,44.195836],[-93.525231,44.196134],[-93.406565,44.196377],[-93.406642,43.84812],[-93.64829,43.848139],[-93.767761,43.847956],[-93.767971,44.195836]]]},"properties":{"id":"27161","n":"Waseca","z":["55052","56026","56028","56048","56063","56068","56072","56078","56091","56093","56096","56097"],"st":"MN"}},"27163":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.01944,45.296929],[-92.748267674686,45.29605938651],[-92.766091408674,45.210021702423],[-92.740509,45.113396],[-92.802911,45.065403],[-92.761904,45.022467],[-92.767023265752,44.861976737098],[-92.792360799671,44.758983813697],[-93.015961,44.775564],[-93.020044,44.89075],[-92.984192,44.890814],[-92.984619,45.123622],[-93.020518,45.123866],[-93.01944,45.296929]]]},"properties":{"id":"27163","n":"Washington","z":["55001","55003","55016","55025","55033","55038","55042","55043","55047","55055","55071","55073","55082","55083","55090","55110","55115","55125","55128","55129"],"st":"MN"}},"27165":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.859803,44.108016],[-94.36885,44.108698],[-94.368974,43.848047],[-94.854444,43.848099],[-94.859388,43.848093],[-94.859803,44.108016]]]},"properties":{"id":"27165","n":"Watonwan","z":["56019","56022","56056","56060","56062","56081","56088","56120","56160","56162"],"st":"MN"}},"27167":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.785786182598,46.629590849261],[-96.280977,46.630765],[-96.28,46.28222],[-96.265366,46.10861],[-96.26614,46.02161],[-96.572697494194,46.021891671358],[-96.554507,46.083978],[-96.60104,46.319554],[-96.709095,46.435294],[-96.785786182598,46.629590849261]]]},"properties":{"id":"27167","n":"Wilkin","z":["56514","56520","56522","56543","56553","56560","56565","56579","56583","56594"],"st":"MN"}},"27169":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.079491,44.106988],[-92.079236,44.192966],[-91.854499975298,44.197226519552],[-91.55921556304,44.024209316581],[-91.423568699817,43.984296880323],[-91.287655627367,43.847065],[-91.730424,43.846935],[-92.079292,43.84708],[-92.079491,44.106988]]]},"properties":{"id":"27169","n":"Winona","z":["55910","55923","55925","55943","55947","55952","55959","55962","55964","55969","55971","55972","55979","55987","55988"],"st":"MN"}},"27171":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.260821,45.283941],[-94.09272,45.342467],[-94.047327,45.422861],[-93.75661,45.294721],[-93.563814,45.301136],[-93.521653,45.246618],[-93.761874,45.081244],[-93.767367,44.977964],[-94.012236,44.978712],[-94.256074,44.979465],[-94.260821,45.283941]]]},"properties":{"id":"27171","n":"Wright","z":["55301","55302","55313","55320","55321","55323","55327","55328","55330","55341","55349","55358","55362","55363","55373","55374","55376","55382","55388","55390","55575"],"st":"MN"}},"27173":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.454830515554,44.805550204046],[-95.849009,44.805347],[-95.847452,44.891799],[-95.737309,44.891479],[-95.736696,44.93604],[-95.498078,44.789461],[-95.482843,44.752505],[-95.360177,44.69854],[-95.3604,44.541762],[-95.594817,44.542305],[-95.604001,44.629945],[-96.09295,44.630486],[-96.453806699667,44.631335831948],[-96.454830515554,44.805550204046]]]},"properties":{"id":"27173","n":"Yellow Medicine","z":["56214","56218","56220","56223","56229","56237","56241","56245","56264","56265","56280","56291","56297"],"st":"MN"}},"28001":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.380124529983,31.73262695305],[-91.320458733282,31.747800614482],[-91.300257,31.672488],[-91.153864,31.610068],[-91.15815,31.346695],[-91.306294,31.360862],[-91.468435,31.31957],[-91.488954,31.22592],[-91.590993893064,31.191998565699],[-91.644356,31.234414],[-91.508858,31.291644],[-91.536061,31.338355],[-91.51714,31.498394],[-91.437616,31.546166],[-91.463817,31.620365],[-91.395715,31.644165],[-91.380124529983,31.73262695305]]]},"properties":{"id":"28001","n":"Adams","z":["39120","39121","39122","39165","39190","39661"],"st":"MS"}},"28003":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.823050501632,34.995207045695],[-88.786612,34.995252],[-88.380492511522,34.995792408222],[-88.363530268539,34.995746751797],[-88.365472,34.755604],[-88.718508,34.756781],[-88.752956,34.858775],[-88.823473,34.858629],[-88.823050501632,34.995207045695]]]},"properties":{"id":"28003","n":"Alcorn","z":["38683","38833","38834","38835","38846","38865"],"st":"MS"}},"28005":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.633302,31.349306],[-90.548199,31.349574],[-90.547574425233,30.999982101792],[-90.567195400658,30.9999450244],[-90.825829141292,30.999525355341],[-91.060127467997,30.999323935309],[-91.059469,31.281921],[-91.095398,31.320975],[-91.018012,31.347502],[-90.633302,31.349306]]]},"properties":{"id":"28005","n":"Amite","z":["39631","39633","39638","39645","39652","39653","39657","39664","39666"],"st":"MS"}},"28007":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.749441,33.214478],[-89.64528,33.285515],[-89.453808,33.285942],[-89.316408,33.285556],[-89.317855,33.108871],[-89.319163,32.931654],[-89.730154,32.929924],[-89.730016,32.885072],[-89.965882,32.879573],[-89.896363,32.932602],[-89.749441,33.214478]]]},"properties":{"id":"28007","n":"Attala","z":["39051","39067","39079","39090","39107","39108","39160","39171","39176","39192","39745"],"st":"MS"}},"28009":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.352679391848,34.993996141746],[-89.198287901495,34.994450530115],[-89.017127011552,34.994967612836],[-89.017551,34.858723],[-89.088065,34.815307],[-89.088488,34.598247],[-89.245645,34.583234],[-89.298334,34.582926],[-89.299227,34.844415],[-89.352705,34.844432],[-89.352679391848,34.993996141746]]]},"properties":{"id":"28009","n":"Benton","z":["38603","38610","38629","38633","38635","38642","38647","38650","38659","38663","38683"],"st":"MS"}},"28011":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.205644985948,33.546978370933],[-91.075389,33.714403],[-91.143287,33.747141],[-91.026782,33.763642],[-91.061247,33.877505],[-91.004981,33.977011],[-90.89242,34.02686],[-90.944795524309,34.116657205314],[-90.944080760194,34.120065294777],[-90.659457,34.118867],[-90.657002,33.987586],[-90.6586,33.616272],[-90.763469,33.616164],[-90.763509,33.529389],[-91.215671,33.529423],[-91.205644985948,33.546978370933]]]},"properties":{"id":"28011","n":"Bolivar","z":["38614","38702","38703","38720","38725","38726","38730","38732","38733","38740","38746","38759","38762","38764","38769","38772","38773","38774","38781"],"st":"MS"}},"28013":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.509748,34.162082],[-89.245485,34.161186],[-89.244436,34.073942],[-89.139158,34.074116],[-89.137876,33.812144],[-89.191781,33.738602],[-89.216469,33.721979],[-89.507135,33.721819],[-89.507353,33.867469],[-89.509748,34.162082]]]},"properties":{"id":"28013","n":"Calhoun","z":["38839","38850","38864","38878","38913","38914","38915","38916","38929","38951","38955","38965","39744"],"st":"MS"}},"28015":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.127775,33.676956],[-89.78689,33.676727],[-89.785227,33.416275],[-89.646314,33.402544],[-89.64528,33.285515],[-89.749441,33.214478],[-90.174614,33.333378],[-90.174756,33.417003],[-90.101401,33.45894],[-90.102971,33.66073],[-90.127775,33.676956]]]},"properties":{"id":"28015","n":"Carroll","z":["38901","38917","38923","38924","38930","38940","38943","38947","38954","38967","39095","39176","39192"],"st":"MS"}},"28017":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.139158,34.074116],[-88.824523,34.074948],[-88.718964,34.074521],[-88.719979,33.81133],[-88.931176,33.812374],[-88.931604,33.754312],[-89.034498,33.73943],[-89.191781,33.738602],[-89.137876,33.812144],[-89.139158,34.074116]]]},"properties":{"id":"28017","n":"Chickasaw","z":["38850","38851","38860","38868","38875","38877","38878","39751","39756","39776"],"st":"MS"}},"28019":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.381092,33.460307],[-89.261481,33.518628],[-89.088446,33.533202],[-89.088255,33.286003],[-89.1089,33.198059],[-89.213422,33.197543],[-89.213921,33.109402],[-89.317855,33.108871],[-89.316408,33.285556],[-89.453808,33.285942],[-89.45405,33.4332],[-89.381092,33.460307]]]},"properties":{"id":"28019","n":"Choctaw","z":["39108","39735","39744","39745","39750","39752","39767","39769","39772"],"st":"MS"}},"28021":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.039472318907,32.107968142665],[-90.942925,32.078337],[-90.90774,32.131888],[-90.77482,32.153993],[-90.728622,32.225119],[-90.718297,32.048352],[-90.736282,31.786134],[-90.852657,31.785422],[-90.841886,31.826255],[-91.013676,31.861852],[-91.244015161325,31.869732437504],[-91.117409,31.987057],[-91.039472318907,32.107968142665]]]},"properties":{"id":"28021","n":"Claiborne","z":["39086","39096","39144","39150","39175"],"st":"MS"}},"28023":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.913847,32.224186],[-88.431145363463,32.227636234689],[-88.468662484051,31.893855711616],[-88.625036,31.856689],[-88.910459,31.826649],[-88.913847,32.224186]]]},"properties":{"id":"28023","n":"Clarke","z":["39301","39303","39330","39347","39355","39360","39363","39366","39367","39439"],"st":"MS"}},"28025":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.034498,33.73943],[-88.931604,33.754312],[-88.931176,33.812374],[-88.719979,33.81133],[-88.719626,33.680253],[-88.501915,33.679948],[-88.513933,33.650438],[-88.472714,33.524451],[-88.67125,33.506168],[-88.671526,33.565135],[-89.018613,33.562114],[-89.034498,33.73943]]]},"properties":{"id":"28025","n":"Clay","z":["39741","39750","39751","39754","39755","39756","39773","39776"],"st":"MS"}},"28027":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.569347,34.524867],[-90.399498,34.423807],[-90.399014,34.261524],[-90.450572,34.262402],[-90.450981,34.072932],[-90.451012,33.985689],[-90.657002,33.987586],[-90.659457,34.118867],[-90.944080760194,34.120065294777],[-90.89456,34.22438],[-90.752681,34.289266],[-90.729131,34.364206],[-90.660404,34.33576],[-90.575336,34.415152],[-90.569347,34.524867]]]},"properties":{"id":"28027","n":"Coahoma","z":["38614","38617","38626","38630","38631","38639","38644","38645","38669","38720","38739","38767","38963"],"st":"MS"}},"28029":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.736282,31.786134],[-90.718297,32.048352],[-90.230331,32.049728],[-90.107491,31.777685],[-90.122565,31.75268],[-90.245191,31.717524],[-90.414198,31.700456],[-90.736824,31.698491],[-90.736282,31.786134]]]},"properties":{"id":"28029","n":"Copiah","z":["39059","39077","39078","39083","39086","39144","39170","39175","39191"],"st":"MS"}},"28031":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.755103,31.774654],[-89.653025,31.780653],[-89.401227,31.796863],[-89.399178,31.434029],[-89.451616,31.434029],[-89.586819,31.433688],[-89.586919,31.513444],[-89.755614,31.609751],[-89.755103,31.774654]]]},"properties":{"id":"28031","n":"Covington","z":["39119","39168","39401","39402","39428","39474","39479","39482"],"st":"MS"}},"28033":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.309297,34.995694],[-89.724315837969,34.994186958754],[-89.723442,34.772311],[-89.912202,34.772506],[-90.030051,34.70795],[-90.171483,34.75901],[-90.200199,34.724418],[-90.202126,34.860374],[-90.311424250345,34.8728511441],[-90.244476,34.937596],[-90.309297,34.995694]]]},"properties":{"id":"28033","n":"De Soto","z":["38611","38618","38632","38637","38641","38651","38654","38671","38672","38680","38686"],"st":"MS"}},"28035":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.451616,31.434029],[-89.399178,31.434029],[-89.146092,31.434052],[-89.137967,30.909877],[-89.340806,30.909912],[-89.34895,31.01037],[-89.347863,31.3467],[-89.451073,31.346383],[-89.451616,31.434029]]]},"properties":{"id":"28035","n":"Forrest","z":["39401","39402","39403","39404","39406","39407","39425","39455","39465","39475","39577"],"st":"MS"}},"28037":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.153864,31.610068],[-90.73733,31.611124],[-90.633231,31.611409],[-90.633302,31.349306],[-91.018012,31.347502],[-91.095398,31.320975],[-91.15815,31.346695],[-91.153864,31.610068]]]},"properties":{"id":"28037","n":"Franklin","z":["39601","39630","39647","39653","39661","39664","39668"],"st":"MS"}},"28039":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.885038,30.910788],[-88.834339,30.997983],[-88.426020963787,30.99828135743],[-88.412467431359,30.735597459215],[-88.884534,30.735591],[-88.885038,30.910788]]]},"properties":{"id":"28039","n":"George","z":["39452","39573"],"st":"MS"}},"28041":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.841707,31.433703],[-88.449446069017,31.435836861278],[-88.432007,31.114298],[-88.426020963787,30.99828135743],[-88.834339,30.997983],[-88.841707,31.433703]]]},"properties":{"id":"28041","n":"Greene","z":["39362","39451","39452","39456","39461","39476"],"st":"MS"}},"28043":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.926099,33.897957],[-89.769296,33.897137],[-89.76905,33.867334],[-89.507353,33.867469],[-89.507135,33.721819],[-89.506872,33.677605],[-89.78689,33.676727],[-90.127775,33.676956],[-90.136787,33.721648],[-90.136491,33.809319],[-89.926294,33.823854],[-89.926099,33.897957]]]},"properties":{"id":"28043","n":"Grenada","z":["38901","38902","38914","38922","38925","38929","38940","38953","38960"],"st":"MS"}},"28045":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.699932082841,30.454036880786],[-89.54451,30.516862],[-89.544232,30.648368],[-89.341446,30.64772],[-89.340847,30.357995],[-89.307023760845,30.303994780244],[-89.524504,30.180753],[-89.607655,30.217096],[-89.699932082841,30.454036880786]]]},"properties":{"id":"28045","n":"Hancock","z":["39426","39466","39470","39520","39521","39522","39525","39529","39556","39558","39571","39572","39573","39576"],"st":"MS"}},"28047":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.341446,30.64772],[-89.240073,30.67716],[-88.884533,30.677292],[-88.89393,30.393398],[-89.083237,30.368097],[-89.307023760845,30.303994780244],[-89.340847,30.357995],[-89.341446,30.64772]]]},"properties":{"id":"28047","n":"Harrison","z":["39501","39502","39503","39505","39506","39507","39530","39531","39532","39533","39534","39535","39540","39560","39565","39571","39573","39574"],"st":"MS"}},"28049":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.728622,32.225119],[-90.705175,32.346788],[-90.636162,32.374498],[-90.553821,32.507574],[-90.450037,32.573783],[-90.449864,32.488394],[-90.243641,32.487533],[-90.243764,32.400098],[-90.065697,32.399529],[-90.179701,32.276162],[-90.194855,32.187855],[-90.254799,32.151188],[-90.230331,32.049728],[-90.718297,32.048352],[-90.728622,32.225119]]]},"properties":{"id":"28049","n":"Hinds","z":["38071","39041","39056","39058","39059","39060","39066","39071","39154","39170","39174","39175","39201","39202","39203","39204","39205","39206","39207","39209","39210","39211","39212","39213","39215","39216","39217","39225","39236","39250","39269","39271","39272","39282","39283","39284","39286","39289","39296","39298"],"st":"MS"}},"28051":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.331589,33.302825],[-90.321513,33.375121],[-90.174614,33.333378],[-89.749441,33.214478],[-89.896363,32.932602],[-89.965882,32.879573],[-90.364031,33.010596],[-90.43152,33.095709],[-90.330312,33.137818],[-90.331589,33.302825]]]},"properties":{"id":"28051","n":"Holmes","z":["38924","39038","39063","39079","39095","39146","39169","39192","39603"],"st":"MS"}},"28053":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.716277,33.270032],[-90.555211,33.270533],[-90.555549,33.329181],[-90.453233,33.329484],[-90.413236,33.23532],[-90.331589,33.302825],[-90.330312,33.137818],[-90.43152,33.095709],[-90.364031,33.010596],[-90.449323,33.00901],[-90.449893,32.92329],[-90.656632,32.92251],[-90.658049,33.096514],[-90.701845,33.096294],[-90.680319,33.201971],[-90.716277,33.270032]]]},"properties":{"id":"28053","n":"Humphreys","z":["38753","38754","38924","38959","39038","39097","39115","39166","39194"],"st":"MS"}},"28055":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.159606098013,33.011242321307],[-90.914337,33.007697],[-90.963753,32.838133],[-90.964864,32.662798],[-90.723159,32.662128],[-90.720102,32.618858],[-90.728344,32.566265],[-90.860566,32.575173],[-90.861364,32.442115],[-90.963381,32.411185],[-90.964043,32.575605],[-91.048760427764,32.572797040421],[-91.05529310495,32.578983501077],[-91.098762,32.685291],[-91.056999,32.72558],[-91.157614,32.776033],[-91.072075,32.937832],[-91.166073,33.004106],[-91.159606098013,33.011242321307]]]},"properties":{"id":"28055","n":"Issaquena","z":["38704","38744","38745","39113","39159","39177","39183"],"st":"MS"}},"28057":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.542079,34.465276],[-88.329193,34.463571],[-88.154902184009,34.46303430044],[-88.173261734595,34.321039534334],[-88.203583495219,34.086527731468],[-88.543352,34.089044],[-88.542079,34.465276]]]},"properties":{"id":"28057","n":"Itawamba","z":["38804","38824","38843","38847","38849","38855","38856","38858","38870","38876"],"st":"MS"}},"28059":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.884533,30.677292],[-88.884534,30.735591],[-88.412467431359,30.735597459215],[-88.395023,30.369425],[-88.471875,30.32002],[-88.66382,30.362099],[-88.700587,30.343689],[-88.89393,30.393398],[-88.884533,30.677292]]]},"properties":{"id":"28059","n":"Jackson","z":["39452","39532","39552","39553","39555","39562","39563","39564","39565","39566","39567","39568","39569","39573","39581","39595"],"st":"MS"}},"28061":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.322692,32.223472],[-88.913847,32.224186],[-88.910459,31.826649],[-88.943355,31.824565],[-89.31656,31.80209],[-89.322692,32.223472]]]},"properties":{"id":"28061","n":"Jasper","z":["29422","39330","39332","39336","39338","39345","39347","39348","39356","39366","39422","39439","39443","39460","39480","39481"],"st":"MS"}},"28063":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.244015161325,31.869732437504],[-91.013676,31.861852],[-90.841886,31.826255],[-90.852657,31.785422],[-90.736282,31.786134],[-90.736824,31.698491],[-90.73733,31.611124],[-91.153864,31.610068],[-91.300257,31.672488],[-91.320458733282,31.747800614482],[-91.345714,31.842861],[-91.244015161325,31.869732437504]]]},"properties":{"id":"28063","n":"Jefferson","z":["39069","39081","39096","39120","39144","39653","39668"],"st":"MS"}},"28065":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.974586,31.761655],[-89.755103,31.774654],[-89.755614,31.609751],[-89.586919,31.513444],[-89.586819,31.433688],[-89.654212,31.433805],[-89.824236,31.434093],[-89.823332,31.390021],[-89.95894,31.390489],[-89.974586,31.761655]]]},"properties":{"id":"28065","n":"Jefferson Davis","z":["39119","39140","39421","39427","39429","39474","39482","39656","39663"],"st":"MS"}},"28067":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.401227,31.796863],[-89.31656,31.80209],[-88.943355,31.824565],[-88.943468,31.433458],[-89.146092,31.434052],[-89.399178,31.434029],[-89.401227,31.796863]]]},"properties":{"id":"28067","n":"Jones","z":["39168","39401","39436","39437","39439","39440","39441","39442","39443","39459","39464","39465","39476","39477","39479","39480"],"st":"MS"}},"28069":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.914413,32.9266],[-88.812782,32.925973],[-88.347490247835,32.929034786881],[-88.389248564124,32.578122395959],[-88.914516,32.576955],[-88.914413,32.9266]]]},"properties":{"id":"28069","n":"Kemper","z":["39320","39325","39326","39328","39335","39350","39352","39354","39358","39361","39365"],"st":"MS"}},"28071":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.721341,34.554274],[-89.668448,34.554367],[-89.476642,34.554168],[-89.424459,34.519129],[-89.246133,34.495633],[-89.246339,34.379344],[-89.245485,34.161186],[-89.509748,34.162082],[-89.50944,34.19096],[-89.72105,34.192545],[-89.721341,34.554274]]]},"properties":{"id":"28071","n":"Lafayette","z":["38601","38606","38619","38627","38655","38673","38675","38677","38685","38863","38871","38949","38965"],"st":"MS"}},"28073":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.654212,31.433805],[-89.586819,31.433688],[-89.451616,31.434029],[-89.451073,31.346383],[-89.347863,31.3467],[-89.34895,31.01037],[-89.654038,31.002502],[-89.654212,31.433805]]]},"properties":{"id":"28073","n":"Lamar","z":["39401","39402","39429","39455","39475","39482"],"st":"MS"}},"28075":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.914516,32.576955],[-88.389248564124,32.578122395959],[-88.421312221394,32.308679123011],[-88.431145363463,32.227636234689],[-88.913847,32.224186],[-88.914516,32.576955]]]},"properties":{"id":"28075","n":"Lauderdale","z":["39301","39302","39304","39305","39307","39309","39320","39323","39325","39326","39330","39335","39342","39364"],"st":"MS"}},"28077":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.245191,31.717524],[-90.122565,31.75268],[-89.974586,31.761655],[-89.95894,31.390489],[-90.040485,31.394673],[-90.040466,31.336014],[-90.24389,31.350274],[-90.245191,31.717524]]]},"properties":{"id":"28077","n":"Lawrence","z":["39140","39191","39641","39654","39656","39662","39663","39665"],"st":"MS"}},"28079":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.730304,32.634228],[-89.730016,32.885072],[-89.730154,32.929924],[-89.319163,32.931654],[-89.317588,32.576458],[-89.322598,32.576433],[-89.730152,32.577248],[-89.730304,32.634228]]]},"properties":{"id":"28079","n":"Leake","z":["39051","39090","39094","39098","39160","39161","39189","39350","39365"],"st":"MS"}},"28081":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.824966,34.364759],[-88.789442,34.49493],[-88.736465,34.50891],[-88.541749,34.509192],[-88.542079,34.465276],[-88.543352,34.089044],[-88.718964,34.074521],[-88.824523,34.074948],[-88.824966,34.364759]]]},"properties":{"id":"28081","n":"Lee","z":["38801","38802","38803","38804","38824","38826","38828","38843","38849","38857","38858","38860","38862","38866","38868","38879"],"st":"MS"}},"28083":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.451643,33.81139],[-90.182584,33.809322],[-90.185599,33.765514],[-90.294502,33.750981],[-90.136787,33.721648],[-90.127775,33.676956],[-90.102971,33.66073],[-90.101401,33.45894],[-90.174756,33.417003],[-90.174614,33.333378],[-90.321513,33.375121],[-90.331589,33.302825],[-90.413236,33.23532],[-90.453233,33.329484],[-90.451643,33.81139]]]},"properties":{"id":"28083","n":"Leflore","z":["38736","38761","38924","38930","38935","38941","38944","38945","38946","38952","38954","38958","39038"],"st":"MS"}},"28085":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.736824,31.698491],[-90.414198,31.700456],[-90.245191,31.717524],[-90.24389,31.350274],[-90.260391,31.350274],[-90.548199,31.349574],[-90.633302,31.349306],[-90.633231,31.611409],[-90.73733,31.611124],[-90.736824,31.698491]]]},"properties":{"id":"28085","n":"Lincoln","z":["39191","39601","39602","39629","39641","39647","39662","39664","39665","39666","39668"],"st":"MS"}},"28087":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.67125,33.506168],[-88.472714,33.524451],[-88.513933,33.650438],[-88.40656,33.673342],[-88.325119,33.745591],[-88.248387473909,33.744907594882],[-88.274516470784,33.534001477785],[-88.30444281351,33.28832],[-88.669076,33.286922],[-88.67125,33.506168]]]},"properties":{"id":"28087","n":"Lowndes","z":["39701","39702","39703","39704","39705","39710","39736","39740","39743","39759","39766"],"st":"MS"}},"28089":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.450037,32.573783],[-90.277813,32.660428],[-90.049129,32.735674],[-89.965882,32.879573],[-89.730016,32.885072],[-89.730304,32.634228],[-89.784123,32.586891],[-89.839985,32.593295],[-90.075349,32.419086],[-90.065697,32.399529],[-90.243764,32.400098],[-90.243641,32.487533],[-90.449864,32.488394],[-90.450037,32.573783]]]},"properties":{"id":"28089","n":"Madison","z":["39045","39046","39051","39071","39079","39110","39130","39146","39157","39158","39163","39174","39209","39213"],"st":"MS"}},"28091":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.95894,31.390489],[-89.823332,31.390021],[-89.824236,31.434093],[-89.654212,31.433805],[-89.654038,31.002502],[-89.728175690161,31.002313887984],[-89.835907824328,31.002101423118],[-89.835873,31.074926],[-89.920944,31.074677],[-89.938178,31.132949],[-90.031896,31.175727],[-90.040466,31.336014],[-90.040485,31.394673],[-89.95894,31.390489]]]},"properties":{"id":"28091","n":"Marion","z":["39421","39429","39455","39478","39482","39483","39643","39667"],"st":"MS"}},"28093":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.724315837969,34.994186958754],[-89.644283834092,34.994067210562],[-89.352679391848,34.993996141746],[-89.352705,34.844432],[-89.299227,34.844415],[-89.298334,34.582926],[-89.245645,34.583234],[-89.246133,34.495633],[-89.424459,34.519129],[-89.476642,34.554168],[-89.668448,34.554367],[-89.669183,34.685597],[-89.722333,34.685504],[-89.723442,34.772311],[-89.724315837969,34.994186958754]]]},"properties":{"id":"28093","n":"Marshall","z":["38611","38618","38634","38635","38642","38649","38654","38659","38661","38679","38685"],"st":"MS"}},"28095":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.719979,33.81133],[-88.718964,34.074521],[-88.543352,34.089044],[-88.203583495219,34.086527731468],[-88.207229,34.058333],[-88.248387473909,33.744907594882],[-88.325119,33.745591],[-88.40656,33.673342],[-88.513933,33.650438],[-88.501915,33.679948],[-88.719626,33.680253],[-88.719979,33.81133]]]},"properties":{"id":"28095","n":"Monroe","z":["38821","38825","38844","38848","38858","38860","38868","38870","39730","39740","39746","39756","39773"],"st":"MS"}},"28097":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.78689,33.676727],[-89.506872,33.677605],[-89.506496,33.459806],[-89.381092,33.460307],[-89.45405,33.4332],[-89.453808,33.285942],[-89.64528,33.285515],[-89.646314,33.402544],[-89.785227,33.416275],[-89.78689,33.676727]]]},"properties":{"id":"28097","n":"Montgomery","z":["38925","38926","38967","39176","39745","39747","39767"],"st":"MS"}},"28099":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.319163,32.931654],[-88.914413,32.9266],[-88.914516,32.576955],[-89.317588,32.576458],[-89.319163,32.931654]]]},"properties":{"id":"28099","n":"Neshoba","z":["39051","39109","39325","39337","39346","39350","39354","39365"],"st":"MS"}},"28101":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.322598,32.576433],[-89.317588,32.576458],[-88.914516,32.576955],[-88.913847,32.224186],[-89.322692,32.223472],[-89.322598,32.576433]]]},"properties":{"id":"28101","n":"Newton","z":["39057","39092","39323","39325","39327","39330","39332","39336","39337","39345","39365"],"st":"MS"}},"28103":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.813053,33.286424],[-88.669076,33.286922],[-88.30444281351,33.28832],[-88.340084992139,32.991264337875],[-88.347490247835,32.929034786881],[-88.812782,32.925973],[-88.813053,33.286424]]]},"properties":{"id":"28103","n":"Noxubee","z":["39341","39354","39358","39361","39739","39743"],"st":"MS"}},"28105":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.088446,33.533202],[-89.018613,33.562114],[-88.671526,33.565135],[-88.67125,33.506168],[-88.669076,33.286922],[-88.813053,33.286424],[-89.088255,33.286003],[-89.088446,33.533202]]]},"properties":{"id":"28105","n":"Oktibbeha","z":["39743","39750","39753","39755","39759","39760","39762","39769"],"st":"MS"}},"28107":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.198631,34.554425],[-89.721341,34.554274],[-89.72105,34.192545],[-89.721431,34.163513],[-89.931485,34.164303],[-90.135456,34.160074],[-90.134441,34.265195],[-90.194086,34.301407],[-90.198536,34.511088],[-90.198631,34.554425]]]},"properties":{"id":"28107","n":"Panola","z":["38606","38619","38620","38621","38622","38658","38665","38666","38927","38965"],"st":"MS"}},"28109":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.728175690161,31.002313887984],[-89.654038,31.002502],[-89.34895,31.01037],[-89.340806,30.909912],[-89.341446,30.64772],[-89.544232,30.648368],[-89.54451,30.516862],[-89.699932082841,30.454036880786],[-89.791664,30.551524],[-89.826180359115,30.668823270185],[-89.836331,30.727197],[-89.728175690161,31.002313887984]]]},"properties":{"id":"28109","n":"Pearl River","z":["39426","39455","39457","39463","39466","39470","39573"],"st":"MS"}},"28111":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.146092,31.434052],[-88.943468,31.433458],[-88.841707,31.433703],[-88.834339,30.997983],[-88.885038,30.910788],[-89.137967,30.909877],[-89.146092,31.434052]]]},"properties":{"id":"28111","n":"Perry","z":["39423","39425","39456","39462","39464","39465","39476","39577"],"st":"MS"}},"28113":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.548199,31.349574],[-90.260391,31.350274],[-90.259554940491,31.000661781229],[-90.347241080662,31.000360667981],[-90.547574425233,30.999982101792],[-90.548199,31.349574]]]},"properties":{"id":"28113","n":"Pike","z":["39632","39635","39641","39648","39649","39652","39657","39662","39666","39667"],"st":"MS"}},"28115":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.246339,34.379344],[-88.92887,34.37924],[-88.824966,34.364759],[-88.824523,34.074948],[-89.139158,34.074116],[-89.244436,34.073942],[-89.245485,34.161186],[-89.246339,34.379344]]]},"properties":{"id":"28115","n":"Pontotoc","z":["38801","38820","38826","38828","38841","38850","38863","38864","38868","38869","38871","38874"],"st":"MS"}},"28117":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.73544,34.596483],[-88.718508,34.756781],[-88.365472,34.755604],[-88.330699,34.740721],[-88.329193,34.463571],[-88.542079,34.465276],[-88.541749,34.509192],[-88.736465,34.50891],[-88.73544,34.596483]]]},"properties":{"id":"28117","n":"Prentiss","z":["38824","38829","38833","38856","38859","38865","38873","38880"],"st":"MS"}},"28119":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.399498,34.423807],[-90.301851,34.424546],[-90.304317,34.509621],[-90.198536,34.511088],[-90.194086,34.301407],[-90.134441,34.265195],[-90.135456,34.160074],[-90.135695,34.0729],[-90.450981,34.072932],[-90.450572,34.262402],[-90.399014,34.261524],[-90.399498,34.423807]]]},"properties":{"id":"28119","n":"Quitman","z":["38606","38609","38621","38622","38623","38628","38643","38645","38646","38670","38964"],"st":"MS"}},"28121":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.065697,32.399529],[-90.075349,32.419086],[-89.839985,32.593295],[-89.784123,32.586891],[-89.730063,32.352733],[-89.730424,32.222039],[-89.730066,32.047072],[-90.230331,32.049728],[-90.254799,32.151188],[-90.194855,32.187855],[-90.179701,32.276162],[-90.065697,32.399529]]]},"properties":{"id":"28121","n":"Rankin","z":["39042","39043","39044","39047","39073","39094","39114","39117","39145","39151","39167","39193","39208","39218","39232","39288"],"st":"MS"}},"28123":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.730304,32.634228],[-89.730152,32.577248],[-89.322598,32.576433],[-89.322692,32.223472],[-89.730424,32.222039],[-89.730063,32.352733],[-89.784123,32.586891],[-89.730304,32.634228]]]},"properties":{"id":"28123","n":"Scott","z":["39057","39074","39080","39087","39092","39094","39117","39145","39152","39189","39359"],"st":"MS"}},"28125":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.914337,33.007697],[-90.914465,33.097417],[-90.701845,33.096294],[-90.658049,33.096514],[-90.656632,32.92251],[-90.759753,32.835763],[-90.694631,32.815642],[-90.742634,32.729225],[-90.723159,32.662128],[-90.964864,32.662798],[-90.963753,32.838133],[-90.914337,33.007697]]]},"properties":{"id":"28125","n":"Sharkey","z":["38721","38748","38765","39054","39061","39088","39159"],"st":"MS"}},"28127":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.230331,32.049728],[-89.730066,32.047072],[-89.662086,32.047239],[-89.653025,31.780653],[-89.755103,31.774654],[-89.974586,31.761655],[-90.122565,31.75268],[-90.107491,31.777685],[-90.230331,32.049728]]]},"properties":{"id":"28127","n":"Simpson","z":["39044","39062","39073","39082","39111","39114","39119","39140","39148","39149"],"st":"MS"}},"28129":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.730424,32.222039],[-89.322692,32.223472],[-89.31656,31.80209],[-89.401227,31.796863],[-89.653025,31.780653],[-89.662086,32.047239],[-89.730066,32.047072],[-89.730424,32.222039]]]},"properties":{"id":"28129","n":"Smith","z":["39042","39074","39092","39111","39114","39116","39117","39119","39152","39153","39168","39336","39338","39422"],"st":"MS"}},"28131":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.340806,30.909912],[-89.137967,30.909877],[-88.885038,30.910788],[-88.884534,30.735591],[-88.884533,30.677292],[-89.240073,30.67716],[-89.341446,30.64772],[-89.340806,30.909912]]]},"properties":{"id":"28131","n":"Stone","z":["39455","39561","39573","39574","39577"],"st":"MS"}},"28133":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.763509,33.529389],[-90.763469,33.616164],[-90.6586,33.616272],[-90.657002,33.987586],[-90.451012,33.985689],[-90.451643,33.81139],[-90.453233,33.329484],[-90.555549,33.329181],[-90.555211,33.270533],[-90.716277,33.270032],[-90.763773,33.270359],[-90.763509,33.529389]]]},"properties":{"id":"28133","n":"Sunflower","z":["38732","38736","38737","38738","38749","38751","38753","38754","38759","38761","38762","38768","38771","38773","38778","38963"],"st":"MS"}},"28135":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.451012,33.985689],[-90.450981,34.072932],[-90.135695,34.0729],[-90.135456,34.160074],[-89.931485,34.164303],[-89.926099,33.897957],[-89.926294,33.823854],[-90.136491,33.809319],[-90.136787,33.721648],[-90.294502,33.750981],[-90.185599,33.765514],[-90.182584,33.809322],[-90.451643,33.81139],[-90.451012,33.985689]]]},"properties":{"id":"28135","n":"Tallahatchie","z":["38643","38737","38901","38920","38921","38927","38928","38940","38948","38950","38953","38957","38961","38962","38963","38964","38966"],"st":"MS"}},"28137":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.200199,34.724418],[-90.171483,34.75901],[-90.030051,34.70795],[-89.912202,34.772506],[-89.723442,34.772311],[-89.722333,34.685504],[-89.669183,34.685597],[-89.668448,34.554367],[-89.721341,34.554274],[-90.198631,34.554425],[-90.239971,34.626237],[-90.200199,34.724418]]]},"properties":{"id":"28137","n":"Tate","z":["38602","38618","38619","38635","38638","38665","38668"],"st":"MS"}},"28139":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.017127011552,34.994967612836],[-88.823050501632,34.995207045695],[-88.823473,34.858629],[-88.752956,34.858775],[-88.718508,34.756781],[-88.73544,34.596483],[-89.088488,34.598247],[-89.088065,34.815307],[-89.017551,34.858723],[-89.017127011552,34.994967612836]]]},"properties":{"id":"28139","n":"Tippah","z":["38603","38610","38625","38629","38663","38674","38683","38824","38829"],"st":"MS"}},"28141":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.363530268539,34.995746751797],[-88.200064,34.995634],[-88.097888,34.892202],[-88.139559441247,34.581696745884],[-88.154902184009,34.46303430044],[-88.329193,34.463571],[-88.330699,34.740721],[-88.365472,34.755604],[-88.363530268539,34.995746751797]]]},"properties":{"id":"28141","n":"Tishomingo","z":{"1":"38827","2":"38833","3":"38838","4":"38846","5":"38847","6":"38852","7":"38873","11":"38326"},"st":"MS"}},"28143":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.573288412618,34.633670506468],[-90.463795,34.834923],[-90.407982753794,34.835265979281],[-90.311424250345,34.8728511441],[-90.202126,34.860374],[-90.200199,34.724418],[-90.239971,34.626237],[-90.198631,34.554425],[-90.198536,34.511088],[-90.304317,34.509621],[-90.301851,34.424546],[-90.399498,34.423807],[-90.569347,34.524867],[-90.573288412618,34.633670506468]]]},"properties":{"id":"28143","n":"Tunica","z":["38626","38664","38670","38676"],"st":"MS"}},"28145":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.246133,34.495633],[-89.245645,34.583234],[-89.088488,34.598247],[-88.73544,34.596483],[-88.736465,34.50891],[-88.789442,34.49493],[-88.824966,34.364759],[-88.92887,34.37924],[-89.246339,34.379344],[-89.246133,34.495633]]]},"properties":{"id":"28145","n":"Union","z":["38610","38625","38627","38633","38650","38652","38824","38828","38841","38849","38871"],"st":"MS"}},"28147":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.260391,31.350274],[-90.24389,31.350274],[-90.040466,31.336014],[-90.031896,31.175727],[-89.938178,31.132949],[-89.920944,31.074677],[-89.835873,31.074926],[-89.835907824328,31.002101423118],[-90.259554940491,31.000661781229],[-90.260391,31.350274]]]},"properties":{"id":"28147","n":"Walthall","z":["39478","39483","39641","39643","39667"],"st":"MS"}},"28149":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.108509,32.20815],[-90.991227,32.214662],[-90.92117,32.342073],[-90.986672,32.35176],[-90.965986,32.424806],[-91.052907,32.438442],[-91.048760427764,32.572797040421],[-90.964043,32.575605],[-90.963381,32.411185],[-90.861364,32.442115],[-90.860566,32.575173],[-90.728344,32.566265],[-90.720102,32.618858],[-90.654563,32.546042],[-90.553821,32.507574],[-90.636162,32.374498],[-90.705175,32.346788],[-90.728622,32.225119],[-90.77482,32.153993],[-90.90774,32.131888],[-90.942925,32.078337],[-91.039472318907,32.107968142665],[-91.108509,32.20815]]]},"properties":{"id":"28149","n":"Warren","z":["39156","39180","39181","39182","39183"],"st":"MS"}},"28151":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.215671,33.529423],[-90.763509,33.529389],[-90.763773,33.270359],[-90.716277,33.270032],[-90.680319,33.201971],[-90.701845,33.096294],[-90.914465,33.097417],[-90.914337,33.007697],[-91.159606098013,33.011242321307],[-91.180836,33.098364],[-91.104317,33.131598],[-91.068708,33.232936],[-91.125539,33.280255],[-91.113764,33.393124],[-91.215671,33.529423]]]},"properties":{"id":"28151","n":"Washington","z":["38701","38703","38722","38723","38731","38744","38748","38756","38760","38776","38780","38782"],"st":"MS"}},"28153":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.943355,31.824565],[-88.910459,31.826649],[-88.625036,31.856689],[-88.468662484051,31.893855711616],[-88.463625304685,31.69794237135],[-88.449446069017,31.435836861278],[-88.841707,31.433703],[-88.943468,31.433458],[-88.943355,31.824565]]]},"properties":{"id":"28153","n":"Wayne","z":["39322","39324","39360","39362","39367","39439","39443","39476"],"st":"MS"}},"28155":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.507135,33.721819],[-89.216469,33.721979],[-89.191781,33.738602],[-89.034498,33.73943],[-89.018613,33.562114],[-89.088446,33.533202],[-89.261481,33.518628],[-89.381092,33.460307],[-89.506496,33.459806],[-89.506872,33.677605],[-89.507135,33.721819]]]},"properties":{"id":"28155","n":"Webster","z":["38916","38925","38929","39737","39744","39750","39751","39752","39767","39771"],"st":"MS"}},"28157":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.628257298209,31.005097001895],[-91.560365,31.049508],[-91.621671,31.13687],[-91.590993893064,31.191998565699],[-91.488954,31.22592],[-91.468435,31.31957],[-91.306294,31.360862],[-91.15815,31.346695],[-91.095398,31.320975],[-91.059469,31.281921],[-91.060127467997,30.999323935309],[-91.176140123967,30.999224202319],[-91.636942,30.999416],[-91.628257298209,31.005097001895]]]},"properties":{"id":"28157","n":"Wilkinson","z":["39631","39633","39638","39669"],"st":"MS"}},"28159":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.317855,33.108871],[-89.213921,33.109402],[-89.213422,33.197543],[-89.1089,33.198059],[-89.088255,33.286003],[-88.813053,33.286424],[-88.812782,32.925973],[-88.914413,32.9266],[-89.319163,32.931654],[-89.317855,33.108871]]]},"properties":{"id":"28159","n":"Winston","z":["39108","39339","39341","39346","39350","39354","39769"],"st":"MS"}},"28161":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.931485,34.164303],[-89.721431,34.163513],[-89.72105,34.192545],[-89.50944,34.19096],[-89.509748,34.162082],[-89.507353,33.867469],[-89.76905,33.867334],[-89.769296,33.897137],[-89.926099,33.897957],[-89.931485,34.164303]]]},"properties":{"id":"28161","n":"Yalobusha","z":["38922","38927","38948","38953","38961","38965"],"st":"MS"}},"28163":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.656632,32.92251],[-90.449893,32.92329],[-90.449323,33.00901],[-90.364031,33.010596],[-89.965882,32.879573],[-90.049129,32.735674],[-90.277813,32.660428],[-90.450037,32.573783],[-90.553821,32.507574],[-90.654563,32.546042],[-90.720102,32.618858],[-90.723159,32.662128],[-90.742634,32.729225],[-90.694631,32.815642],[-90.759753,32.835763],[-90.656632,32.92251]]]},"properties":{"id":"28163","n":"Yazoo","z":["39039","39040","39088","39095","39146","39162","39173","39179","39194"],"st":"MS"}},"29001":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.855629,40.342736],[-92.684167,40.343466],[-92.349975,40.346505],[-92.347801,40.302756],[-92.345064,40.03721],[-92.847477,40.037301],[-92.856191,40.037253],[-92.855629,40.342736]]]},"properties":{"id":"29001","n":"Adair","z":["63501","63533","63540","63544","63546","63547","63549","63557","63559"],"st":"MO"}},"29003":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.04308,40.130096],[-94.605942,40.126127],[-94.605377,40.039217],[-94.602819,39.819608],[-94.877817529851,39.820414776035],[-94.993374239714,39.898565259992],[-95.04308,40.130096]]]},"properties":{"id":"29003","n":"Andrew","z":["64421","64427","64430","64436","64449","64455","64457","64459","64463","64480","64483","64485","64494","64505","64506"],"st":"MO"}},"29005":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.765645,40.585208],[-95.373925053399,40.580332377941],[-95.20226600083,40.578375628996],[-95.177708,40.478903],[-95.180614,40.261706],[-95.54818200118,40.264414672843],[-95.653729,40.322582],[-95.649418,40.396149],[-95.712280371801,40.523754426207],[-95.765645,40.585208]]]},"properties":{"id":"29005","n":"Atchison","z":{"1":"64428","2":"64446","3":"64482","4":"64487","5":"64491","6":"64496","7":"64498","27":"51640"},"st":"MO"}},"29007":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.310028,39.347795],[-91.717968,39.339122],[-91.438235,39.318716],[-91.409033,39.142542],[-91.629598,39.147853],[-91.633998,39.059057],[-92.110387,39.064204],[-92.104374,39.239809],[-92.314471,39.246454],[-92.310028,39.347795]]]},"properties":{"id":"29007","n":"Audrain","z":["63345","63352","63359","63382","63384","65232","65240","65243","65264","65265","65280","65284","65285"],"st":"MO"}},"29009":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.068898,36.747818],[-94.06274,36.931775],[-93.611003,36.922831],[-93.5738,36.820032],[-93.584281547356,36.498901678628],[-93.866758211671,36.498866164685],[-94.077088266893,36.498975957222],[-94.068898,36.747818]]]},"properties":{"id":"29009","n":"Barry","z":["64842","64874","65605","65623","65624","65625","65633","65641","65647","65656","65658","65708","65723","65734","65745","65747","65769","65772"],"st":"MO"}},"29011":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.617845524354,37.653577796634],[-94.073524,37.639722],[-94.075385,37.58157],[-94.082083,37.349291],[-94.617667604701,37.364170327039],[-94.617845524354,37.653577796634]]]},"properties":{"id":"29011","n":"Barton","z":["64748","64755","64759","64762","64766","64769","64784","64832","64855"],"st":"MO"}},"29013":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.612772628993,38.388718482732],[-94.612866,38.477571],[-94.31217,38.471496],[-94.065713,38.447087],[-94.075182,38.21544],[-94.049895,38.213985],[-94.058285,38.036627],[-94.135238,38.058118],[-94.237787,38.026017],[-94.613929961056,38.060052959896],[-94.612772628993,38.388718482732]]]},"properties":{"id":"29013","n":"Bates","z":["64720","64722","64723","64724","64725","64730","64742","64745","64752","64770","64779","64780","64788"],"st":"MO"}},"29015":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.512743,38.512476],[-93.291851,38.506321],[-93.290454,38.535388],[-93.067291,38.529995],[-93.077692,38.263092],[-93.065199,38.062479],[-93.503946,38.073123],[-93.523484,38.207216],[-93.512743,38.512476]]]},"properties":{"id":"29015","n":"Benton","z":["64735","64776","65078","65325","65326","65335","65338","65345","65355","65360","65634","65735","65779"],"st":"MO"}},"29017":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.217657,37.314967],[-90.145699,37.312091],[-90.146763,37.597434],[-89.861123,37.599286],[-89.866627,37.126227],[-89.959576,37.127353],[-89.99572,37.04011],[-90.111247,37.041205],[-90.110354,37.085871],[-90.22323,37.086519],[-90.217657,37.314967]]]},"properties":{"id":"29017","n":"Bollinger","z":["63655","63662","63730","63750","63751","63760","63764","63766","63781","63782","63785","63787","63960"],"st":"MO"}},"29019":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.430229,39.248795],[-92.314471,39.246454],[-92.104374,39.239809],[-92.110387,39.064204],[-92.1625,38.865585],[-92.135245,38.813894],[-92.216388,38.714495],[-92.220661,38.643167],[-92.357813,38.679517],[-92.394866,38.73913],[-92.381304,38.808732],[-92.498377,38.922084],[-92.558086,38.970692],[-92.565052,38.998741],[-92.430229,39.248795]]]},"properties":{"id":"29019","n":"Boone","z":["65010","65039","65201","65202","65203","65205","65211","65212","65215","65216","65217","65218","65240","65243","65255","65256","65279","65284","65299"],"st":"MO"}},"29021":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.04405075257,39.613668296821],[-94.971078,39.723146],[-94.860371,39.74953],[-94.877817529851,39.820414776035],[-94.602819,39.819608],[-94.602257,39.747195],[-94.601246,39.530372],[-95.091419402824,39.53325788521],[-95.04405075257,39.613668296821]]]},"properties":{"id":"29021","n":"Buchanan","z":["64401","64439","64440","64443","64444","64448","64454","64484","64490","64501","64502","64503","64504","64505","64506","64507","64508"],"st":"MO"}},"29023":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.678562,36.92649],[-90.258563,36.922043],[-90.204205,36.772262],[-90.139804,36.696072],[-90.148398,36.630656],[-90.220749053915,36.495937592195],[-90.576179065567,36.498405927798],[-90.627517,36.810954],[-90.662617,36.811453],[-90.678562,36.92649]]]},"properties":{"id":"29023","n":"Butler","z":["63901","63902","63932","63937","63940","63945","63953","63954","63961","63962","63966","63967"],"st":"MO"}},"29025":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.205961,39.745841],[-94.205844,39.788954],[-93.758992,39.784674],[-93.758357,39.611407],[-93.759183,39.524558],[-94.208423,39.5272],[-94.205961,39.745841]]]},"properties":{"id":"29025","n":"Caldwell","z":["64429","64465","64624","64625","64637","64644","64649","64650","64671"],"st":"MO"}},"29027":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.110387,39.064204],[-91.633998,39.059057],[-91.647171,38.703396],[-91.854867,38.670336],[-92.008983,38.5709],[-92.161663,38.578057],[-92.220661,38.643167],[-92.216388,38.714495],[-92.135245,38.813894],[-92.1625,38.865585],[-92.110387,39.064204]]]},"properties":{"id":"29027","n":"Callaway","z":["63361","63384","63388","65039","65043","65059","65063","65067","65069","65077","65080","65101","65201","65202","65231","65240","65251","65262","65264"],"st":"MO"}},"29029":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.077692,38.263092],[-93.01499,38.189775],[-92.764539,38.189619],[-92.695886,38.222031],[-92.604684,38.170733],[-92.515979,38.022336],[-92.406275,38.021179],[-92.409231,37.85918],[-92.549074,37.800539],[-92.620181,37.892521],[-92.855384,37.895736],[-93.072447,37.902627],[-93.065199,38.062479],[-93.077692,38.263092]]]},"properties":{"id":"29029","n":"Camden","z":["65017","65020","65037","65047","65049","65052","65065","65079","65324","65326","65463","65536","65556","65567","65591","65634","65786","65787"],"st":"MO"}},"29031":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.861123,37.599286],[-89.672802,37.583761],[-89.602828,37.603225],[-89.5017910495,37.558895719323],[-89.42594,37.407471],[-89.473679434541,37.334853902195],[-89.482889284644,37.260950718414],[-89.620256,37.233008],[-89.765211,37.126066],[-89.866627,37.126227],[-89.861123,37.599286]]]},"properties":{"id":"29031","n":"Cape Girardeau","z":["63701","63702","63703","63730","63732","63739","63740","63743","63744","63745","63747","63752","63755","63764","63766","63769","63770","63771","63775","63779","63780","63785"],"st":"MO"}},"29033":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.759183,39.524558],[-93.758357,39.611407],[-93.278098,39.615632],[-93.275848,39.458302],[-93.11882,39.417102],[-93.104485,39.383656],[-93.200708,39.401787],[-93.230079,39.327877],[-93.332252,39.309606],[-93.399133,39.226437],[-93.477233,39.292796],[-93.49196,39.223461],[-93.650526,39.248214],[-93.758463,39.207021],[-93.759183,39.524558]]]},"properties":{"id":"29033","n":"Carroll","z":["64035","64622","64623","64624","64633","64638","64639","64643","64668","64680","64682"],"st":"MO"}},"29035":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.22283,36.883857],[-91.21715,37.086197],[-91.017766,37.095677],[-90.964466,37.053584],[-90.779553,37.050324],[-90.729722,37.049534],[-90.678562,36.92649],[-90.662617,36.811453],[-91.115926,36.823672],[-91.224825,36.825679],[-91.22283,36.883857]]]},"properties":{"id":"29035","n":"Carter","z":["63935","63937","63941","63943","63965"],"st":"MO"}},"29037":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.609489672346,38.738101709473],[-94.60896034375,38.847211315445],[-94.119096,38.833167],[-94.119664,38.568712],[-94.064317,38.56738],[-94.065713,38.447087],[-94.31217,38.471496],[-94.612866,38.477571],[-94.609489672346,38.738101709473]]]},"properties":{"id":"29037","n":"Cass","z":["64012","64034","64061","64078","64080","64082","64083","64090","64147","64701","64725","64734","64739","64742","64743","64746","64747"],"st":"MO"}},"29039":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.073524,37.639722],[-94.065675,37.900987],[-93.808648,37.892775],[-93.811402,37.834571],[-93.628404,37.829435],[-93.616033,37.572689],[-94.075385,37.58157],[-94.073524,37.639722]]]},"properties":{"id":"29039","n":"Cedar","z":["64744","64756","64784","65601","65607","65635","65640","65649","65674","65785"],"st":"MO"}},"29041":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.278098,39.615632],[-93.266968,39.703562],[-92.85792,39.699985],[-92.689331,39.698094],[-92.692149,39.610265],[-92.707367,39.321614],[-92.790369,39.343586],[-92.849224,39.226218],[-92.911669,39.223946],[-92.959801,39.312526],[-93.072915,39.33552],[-93.104485,39.383656],[-93.11882,39.417102],[-93.275848,39.458302],[-93.278098,39.615632]]]},"properties":{"id":"29041","n":"Chariton","z":["63558","64628","64658","64660","64676","64681","65236","65246","65254","65261","65281","65286"],"st":"MO"}},"29043":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.608899,37.098153],[-93.065274,37.088694],[-92.903273,37.070651],[-92.909336,36.809178],[-93.304359,36.816866],[-93.337451,36.992494],[-93.610126,36.99581],[-93.608899,37.098153]]]},"properties":{"id":"29043","n":"Christian","z":["65610","65614","65619","65620","65629","65630","65631","65652","65653","65656","65657","65669","65714","65720","65721","65737","65738","65742","65753","65754","72643"],"st":"MO"}},"29045":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.949747,40.300832],[-91.943117459686,40.606060586354],[-91.716654987682,40.603740139296],[-91.498093,40.401926],[-91.419422,40.378264],[-91.496957490339,40.248703876373],[-91.950812,40.25721],[-91.949747,40.300832]]]},"properties":{"id":"29045","n":"Clark","z":{"1":"63430","2":"63432","3":"63435","4":"63445","5":"63453","6":"63465","7":"63472","8":"63473","9":"63474","29":"52626"},"st":"MO"}},"29047":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.600819,39.456155],[-94.210642,39.454682],[-94.212515,39.207086],[-94.290785,39.236915],[-94.46159,39.120372],[-94.591933,39.155003],[-94.601937981921,39.155503233464],[-94.600819,39.456155]]]},"properties":{"id":"29047","n":"Clay","z":["64024","64048","64060","64062","64068","64069","64072","64073","64077","64089","64116","64117","64118","64119","64148","64155","64156","64157","64158","64161","64162","64165","64166","64167","64188","64195","64492"],"st":"MO"}},"29049":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.602257,39.747195],[-94.205961,39.745841],[-94.208423,39.5272],[-94.210642,39.454682],[-94.600819,39.456155],[-94.601246,39.530372],[-94.602257,39.747195]]]},"properties":{"id":"29049","n":"Clinton","z":["64048","64062","64429","64454","64465","64474","64477","64490","64492","64493"],"st":"MO"}},"29051":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.495185,38.427829],[-92.394866,38.73913],[-92.357813,38.679517],[-92.220661,38.643167],[-92.161663,38.578057],[-92.008983,38.5709],[-92.043489,38.466479],[-92.167357,38.469687],[-92.114977,38.401937],[-92.194476,38.335536],[-92.408407,38.341344],[-92.403484,38.425331],[-92.495185,38.427829]]]},"properties":{"id":"29051","n":"Cole","z":["65023","65032","65040","65042","65053","65058","65074","65076","65101","65102","65103","65104","65105","65106","65107","65108","65109","65110","65111"],"st":"MO"}},"29053":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.050453,38.928244],[-93.048471,38.972418],[-92.934569,39.064547],[-92.852628,38.982183],[-92.558086,38.970692],[-92.498377,38.922084],[-92.617147,38.680013],[-92.839837,38.683974],[-93.059974,38.693077],[-93.050453,38.928244]]]},"properties":{"id":"29053","n":"Cooper","z":["65018","65025","65068","65081","65233","65237","65276","65287","65322","65347","65348","65354"],"st":"MO"}},"29055":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.367482,38.209741],[-91.095765,38.204083],[-91.100017,37.740012],[-91.153345,37.69734],[-91.310655,37.700048],[-91.308311,37.787186],[-91.528797,37.788989],[-91.534384,38.152593],[-91.535332,38.210974],[-91.367482,38.209741]]]},"properties":{"id":"29055","n":"Crawford","z":["45441","63080","65066","65441","65446","65449","65453","65456","65535","65546","65559","65560","65565","65586"],"st":"MO"}},"29057":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.082083,37.349291],[-94.075385,37.58157],[-93.616033,37.572689],[-93.621153,37.427423],[-93.625844,37.282011],[-94.052313,37.290078],[-94.082083,37.349291]]]},"properties":{"id":"29057","n":"Dade","z":["64748","64756","64759","65601","65603","65604","65635","65646","65661","65682","65752","65770","65785"],"st":"MO"}},"29059":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.072447,37.902627],[-92.855384,37.895736],[-92.853481,37.48397],[-93.071584,37.487444],[-93.07338,37.414989],[-93.182489,37.417204],[-93.173183,37.72966],[-93.187915,37.802737],[-93.182648,37.904232],[-93.072447,37.902627]]]},"properties":{"id":"29059","n":"Dallas","z":["65463","65536","65590","65622","65632","65644","65648","65685","65722","65764","65767","65783","65786"],"st":"MO"}},"29061":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.216696,40.136626],[-93.764021,40.132909],[-93.761973,39.959552],[-93.758992,39.784674],[-94.205844,39.788954],[-94.2188,40.034885],[-94.216696,40.136626]]]},"properties":{"id":"29061","n":"Daviess","z":["64429","64497","64620","64625","64636","64640","64642","64644","64647","64648","64649","64654","64657","64670","64689"],"st":"MO"}},"29063":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.605377,40.039217],[-94.2188,40.034885],[-94.205844,39.788954],[-94.205961,39.745841],[-94.602257,39.747195],[-94.602819,39.819608],[-94.605377,40.039217]]]},"properties":{"id":"29063","n":"De Kalb","z":["64422","64429","64430","64463","64469","64474","64490","64494","64497","64670"],"st":"MO"}},"29065":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.528797,37.788989],[-91.308311,37.787186],[-91.310655,37.700048],[-91.153345,37.69734],[-91.155073,37.588092],[-91.312458,37.592824],[-91.314236,37.505132],[-91.210984,37.501911],[-91.211863,37.415277],[-91.646626,37.422731],[-91.75504,37.42411],[-91.754795,37.598768],[-91.809105,37.598863],[-91.806219,37.791286],[-91.528797,37.788989]]]},"properties":{"id":"29065","n":"Dent","z":["63629","65401","65440","65462","65501","65541","65542","65560"],"st":"MO"}},"29067":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.903273,37.070651],[-92.685867,37.067051],[-92.251359,37.059653],[-92.088708,37.056248],[-92.112346,36.794231],[-92.764869,36.806097],[-92.909336,36.809178],[-92.903273,37.070651]]]},"properties":{"id":"29067","n":"Douglas","z":["65402","65608","65637","65638","65652","65689","65702","65704","65711","65717","65720","65746","65755","65768","65775","65793"],"st":"MO"}},"29069":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.189127982217,36.198986608667],[-90.06398,36.303038],[-90.066136,36.386272],[-90.131038,36.415069],[-90.153871,36.495344],[-90.220749053915,36.495937592195],[-90.148398,36.630656],[-89.958786,36.629331],[-89.96131,36.388803],[-89.959375295174,35.999014110157],[-90.288947915273,35.996514004211],[-90.368718,35.995812],[-90.294492,36.112949],[-90.189127982217,36.198986608667]]]},"properties":{"id":"29069","n":"Dunklin","z":["63821","63829","63837","63847","63849","63852","63855","63857","63863","63875","63876","63877","63880","63933"],"st":"MO"}},"29071":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.369192,38.699324],[-91.319022,38.708368],[-91.226547,38.621567],[-91.077324,38.609343],[-90.964461,38.547545],[-90.916554,38.534725],[-90.732328,38.639302],[-90.736311,38.466643],[-90.780185,38.204112],[-91.095765,38.204083],[-91.367482,38.209741],[-91.369192,38.699324]]]},"properties":{"id":"29071","n":"Franklin","z":["63013","63014","63015","63037","63039","63041","63055","63056","63060","63061","63068","63069","63072","63073","63077","63079","63080","63084","63089","63090","63091","65441"],"st":"MO"}},"29073":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.644729,38.28851],[-91.640372,38.703792],[-91.558185,38.676635],[-91.418637,38.709778],[-91.369192,38.699324],[-91.367482,38.209741],[-91.535332,38.210974],[-91.534384,38.152593],[-91.630554,38.153519],[-91.644729,38.28851]]]},"properties":{"id":"29073","n":"Gasconade","z":["63014","63068","63091","65014","65036","65041","65051","65061","65062","65066","65453","65559"],"st":"MO"}},"29075":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.605942,40.126127],[-94.598487,40.386714],[-94.214278,40.384254],[-94.216696,40.136626],[-94.2188,40.034885],[-94.605377,40.039217],[-94.605942,40.126127]]]},"properties":{"id":"29075","n":"Gentry","z":["64402","64438","64441","64453","64463","64471","64479","64489","64499","64657","64670"],"st":"MO"}},"29077":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.621153,37.427423],[-93.182489,37.417204],[-93.07338,37.414989],[-93.065274,37.088694],[-93.608899,37.098153],[-93.625844,37.282011],[-93.621153,37.427423]]]},"properties":{"id":"29077","n":"Greene","z":["65604","65610","65612","65617","65619","65645","65648","65721","65725","65738","65742","65757","65765","65770","65781","65801","65802","65803","65804","65805","65806","65807","65808","65809","65810","65814","65817","65890","65897","65898","65899"],"st":"MO"}},"29079":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.763324,40.263988],[-93.367214,40.266314],[-93.361951,40.033098],[-93.361957,39.967606],[-93.761973,39.959552],[-93.764021,40.132909],[-93.763324,40.263988]]]},"properties":{"id":"29079","n":"Grundy","z":["64635","64641","64642","64648","64652","64679","64683"],"st":"MO"}},"29081":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.232240710208,40.572014612127],[-94.015492,40.57407370701],[-93.77434420403,40.577530453391],[-93.763324,40.263988],[-93.764021,40.132909],[-94.216696,40.136626],[-94.214278,40.384254],[-94.232240710208,40.572014612127]]]},"properties":{"id":"29081","n":"Harrison","z":["64424","64426","64442","64456","64458","64467","64471","64481","64632","64636","64642","64657","64670"],"st":"MO"}},"29083":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.065713,38.447087],[-94.064317,38.56738],[-93.51103,38.55621],[-93.512743,38.512476],[-93.523484,38.207216],[-94.049895,38.213985],[-94.075182,38.21544],[-94.065713,38.447087]]]},"properties":{"id":"29083","n":"Henry","z":["64726","64733","64735","64739","64740","64761","64770","64788","65323","65360"],"st":"MO"}},"29085":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.503946,38.073123],[-93.065199,38.062479],[-93.072447,37.902627],[-93.182648,37.904232],[-93.187915,37.802737],[-93.561399,37.812982],[-93.573202,37.828035],[-93.568709,37.914918],[-93.512103,37.913535],[-93.503946,38.073123]]]},"properties":{"id":"29085","n":"Hickory","z":["65355","65634","65650","65668","65674","65724","65732","65735","65767","65774","65779"],"st":"MO"}},"29087":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.54818200118,40.264414672843],[-95.180614,40.261706],[-95.064972,40.246589],[-95.04308,40.130096],[-94.993374239714,39.898565259992],[-95.081534,39.861718],[-95.30829,39.999998],[-95.382957,40.027112],[-95.394216,40.108263],[-95.54787031627,40.26278346082],[-95.54818200118,40.264414672843]]]},"properties":{"id":"29087","n":"Holt","z":["64437","64446","64451","64466","64470","64473","64487"],"st":"MO"}},"29089":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.849224,39.226218],[-92.790369,39.343586],[-92.707367,39.321614],[-92.430229,39.248795],[-92.565052,38.998741],[-92.558086,38.970692],[-92.852628,38.982183],[-92.934569,39.064547],[-92.94385,39.121738],[-92.849224,39.226218]]]},"properties":{"id":"29089","n":"Howard","z":["65230","65243","65248","65250","65254","65256","65257","65274","65279"],"st":"MO"}},"29091":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.112346,36.794231],[-92.088708,37.056248],[-91.655607,37.048925],[-91.658111,36.888724],[-91.674237,36.787832],[-91.672342456444,36.499256633799],[-92.120429104388,36.498193124],[-92.112346,36.794231]]]},"properties":{"id":"29091","n":"Howell","z":["65548","65609","65626","65637","65688","65689","65692","65775","65777","65788","65789","65790","65793"],"st":"MO"}},"29093":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.153345,37.69734],[-91.100017,37.740012],[-90.645135,37.734813],[-90.647874,37.642809],[-90.535016,37.643641],[-90.549729,37.317594],[-90.550603,37.272608],[-90.735453,37.27104],[-90.772949,37.373659],[-90.768695,37.603011],[-91.155073,37.588092],[-91.153345,37.69734]]]},"properties":{"id":"29093","n":"Iron","z":["63620","63621","63623","63624","63625","63631","63632","63636","63650","63654","63656","63663","63675","65439","65565","65566"],"st":"MO"}},"29095":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.607870353374,39.044085096478],[-94.591933,39.155003],[-94.46159,39.120372],[-94.290785,39.236915],[-94.212515,39.207086],[-94.104823,39.143507],[-94.114175,38.917304],[-94.119096,38.833167],[-94.60896034375,38.847211315445],[-94.607870353374,39.044085096478]]]},"properties":{"id":"29095","n":"Jackson","z":{"0":"64002","1":"64013","2":"64014","3":"64015","4":"64016","5":"64029","6":"64030","7":"64034","8":"64050","9":"64051","10":"64052","11":"64053","12":"64054","13":"64055","14":"64056","15":"64057","16":"64058","17":"64063","18":"64064","19":"64065","20":"64066","21":"64070","22":"64075","23":"64080","24":"64081","25":"64082","26":"64086","27":"64088","28":"64101","29":"64102","30":"64105","31":"64106","32":"64108","33":"64109","34":"64110","35":"64111","36":"64112","37":"64113","38":"64114","39":"64120","40":"64121","41":"64123","42":"64124","43":"64125","44":"64126","45":"64127","46":"64128","47":"64129","48":"64130","49":"64131","50":"64132","51":"64133","52":"64134","53":"64136","54":"64137","55":"64138","56":"64139","57":"64141","58":"64144","59":"64145","60":"64146","61":"64147","62":"64149","63":"64168","64":"64170","65":"64171","66":"64179","67":"64180","68":"64184","69":"64187","70":"64190","71":"64191","72":"64196","73":"64197","74":"64198","75":"64199","76":"64999","134":"64192"},"st":"MO"}},"29097":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.617753891607,37.338418],[-94.617667604701,37.364170327039],[-94.082083,37.349291],[-94.052313,37.290078],[-94.059211,37.048127],[-94.618102891103,37.056796390873],[-94.617753891607,37.338418]]]},"properties":{"id":"29097","n":"Jasper","z":["64748","64755","64801","64802","64803","64804","64830","64832","64833","64834","64835","64836","64840","64841","64848","64849","64855","64857","64859","64862","64864","64870"],"st":"MO"}},"29099":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.736311,38.466643],[-90.405262,38.501153],[-90.340244281704,38.387094622636],[-90.363926,38.236355],[-90.252746323976,38.127773826229],[-90.416022,38.042315],[-90.628192,38.007962],[-90.63998,38.076548],[-90.780185,38.204112],[-90.736311,38.466643]]]},"properties":{"id":"29099","n":"Jefferson","z":["63010","63012","63015","63016","63019","63020","63023","63024","63025","63026","63028","63041","63047","63048","63049","63050","63051","63052","63053","63057","63065","63066","63069","63070","63072","63087","63627","63628"],"st":"MO"}},"29101":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.119096,38.833167],[-94.114175,38.917304],[-93.834719,38.937909],[-93.497278,38.92843],[-93.51103,38.55621],[-94.064317,38.56738],[-94.119664,38.568712],[-94.119096,38.833167]]]},"properties":{"id":"29101","n":"Johnson","z":["64011","64019","64020","64040","64061","64070","64076","64093","64726","64733","64747","64761","65305","65332","65336","65351","65360"],"st":"MO"}},"29103":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.347801,40.302756],[-91.949747,40.300832],[-91.950812,40.25721],[-91.952726,39.949426],[-92.287882,39.95249],[-92.344708,39.953297],[-92.345064,40.03721],[-92.347801,40.302756]]]},"properties":{"id":"29103","n":"Knox","z":{"0":"63446","1":"63458","2":"63460","3":"63469","4":"63531","5":"63533","6":"63537","7":"63547","8":"63563","12":"63464"},"st":"MO"}},"29105":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.855384,37.895736],[-92.620181,37.892521],[-92.549074,37.800539],[-92.409231,37.85918],[-92.413669,37.713941],[-92.248865,37.648442],[-92.249463,37.604543],[-92.252261,37.472944],[-92.686671,37.481545],[-92.853481,37.48397],[-92.855384,37.895736]]]},"properties":{"id":"29105","n":"Laclede","z":["65463","65470","65534","65536","65543","65552","65556","65567","65632","65662","65722"],"st":"MO"}},"29107":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.104823,39.143507],[-93.988892,39.152786],[-93.840147,39.215467],[-93.758463,39.207021],[-93.650526,39.248214],[-93.49196,39.223461],[-93.477233,39.292796],[-93.496377,38.942837],[-93.497278,38.92843],[-93.834719,38.937909],[-94.114175,38.917304],[-94.104823,39.143507]]]},"properties":{"id":"29107","n":"Lafayette","z":["64001","64011","64017","64020","64021","64022","64037","64067","64071","64074","64075","64076","64093","64096","64097","65321","65327"],"st":"MO"}},"29109":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.059211,37.048127],[-94.052313,37.290078],[-93.625844,37.282011],[-93.608899,37.098153],[-93.610126,36.99581],[-93.611003,36.922831],[-94.06274,36.931775],[-94.059211,37.048127]]]},"properties":{"id":"29109","n":"Lawrence","z":["64748","64848","64862","64873","65604","65605","65610","65612","65646","65654","65664","65682","65705","65707","65708","65712","65723","65738","65752","65756","65769"],"st":"MO"}},"29111":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.950812,40.25721],[-91.496957490339,40.248703876373],[-91.506167908622,40.200643512795],[-91.484064,40.019332],[-91.436843268599,39.945243463678],[-91.840353,39.948235],[-91.952726,39.949426],[-91.950812,40.25721]]]},"properties":{"id":"29111","n":"Lewis","z":["63435","63438","63440","63446","63447","63448","63452","63454","63457","63466","63471","63473"],"st":"MO"}},"29113":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.260232,39.139845],[-91.18546,39.13905],[-91.182942,39.227233],[-90.723283623413,39.224102970058],[-90.681086,39.10059],[-90.713629,39.053977],[-90.661582906877,38.934703307753],[-90.817827,38.875966],[-90.958536,38.870865],[-91.111251,38.872709],[-91.110187,38.931901],[-91.189348,38.932151],[-91.18839,38.992141],[-91.264287,38.992762],[-91.260232,39.139845]]]},"properties":{"id":"29113","n":"Lincoln","z":["63333","63334","63343","63344","63347","63348","63349","63359","63362","63369","63370","63377","63379","63381","63383","63387","63389","63390"],"st":"MO"}},"29115":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.361957,39.967606],[-93.361951,40.033098],[-92.856191,40.037253],[-92.847477,40.037301],[-92.85792,39.699985],[-93.266968,39.703562],[-93.364808,39.703803],[-93.361957,39.967606]]]},"properties":{"id":"29115","n":"Linn","z":["63557","63566","64628","64630","64631","64635","64646","64651","64653","64658","64659","64674","64688"],"st":"MO"}},"29117":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.761973,39.959552],[-93.361957,39.967606],[-93.364808,39.703803],[-93.266968,39.703562],[-93.278098,39.615632],[-93.758357,39.611407],[-93.758992,39.784674],[-93.761973,39.959552]]]},"properties":{"id":"29117","n":"Livingston","z":["64601","64624","64625","64635","64638","64643","64648","64656","64664","64683","64686","64688"],"st":"MO"}},"29119":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.618307,36.76656],[-94.068898,36.747818],[-94.077088266893,36.498975957222],[-94.617919,36.499414],[-94.617991778417,36.667921272344],[-94.618307,36.76656]]]},"properties":{"id":"29119","n":"McDonald","z":["64831","64843","64847","64850","64854","64856","64861","64863","64865","64867","65647","65730","65745","65772"],"st":"MO"}},"29121":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.847477,40.037301],[-92.345064,40.03721],[-92.344708,39.953297],[-92.287882,39.95249],[-92.299316,39.605344],[-92.300871,39.605348],[-92.692149,39.610265],[-92.689331,39.698094],[-92.85792,39.699985],[-92.847477,40.037301]]]},"properties":{"id":"29121","n":"Macon","z":["63431","63437","63530","63532","63534","63538","63539","63549","63552","63557","63558","64631","65247","65260"],"st":"MO"}},"29123":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.535016,37.643641],[-90.146778,37.641618],[-90.146763,37.597434],[-90.145699,37.312091],[-90.217657,37.314967],[-90.549729,37.317594],[-90.535016,37.643641]]]},"properties":{"id":"29123","n":"Madison","z":["63620","63621","63636","63645","63650","63655"],"st":"MO"}},"29125":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.195675,38.292237],[-91.644729,38.28851],[-91.630554,38.153519],[-91.632431,38.050951],[-91.895347,38.051199],[-92.021165,38.010639],[-92.18537,38.016338],[-92.195675,38.292237]]]},"properties":{"id":"29125","n":"Maries","z":["65001","65013","65014","65058","65401","65443","65459","65559","65580","65582"],"st":"MO"}},"29127":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.840353,39.948235],[-91.436843268599,39.945243463678],[-91.436051,39.84551],[-91.364616603323,39.758718226322],[-91.305760334965,39.686215470078],[-91.715497,39.686492],[-91.715247,39.657644],[-91.846743,39.658513],[-91.840353,39.948235]]]},"properties":{"id":"29127","n":"Marion","z":["63401","63438","63439","63440","63443","63454","63456","63461","63463","63471"],"st":"MO"}},"29129":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.77434420403,40.577530453391],[-93.556896674272,40.57965948506],[-93.374386258764,40.580397032609],[-93.366935,40.382999],[-93.367214,40.266314],[-93.763324,40.263988],[-93.77434420403,40.577530453391]]]},"properties":{"id":"29129","n":"Mercer","z":["64632","64645","64661","64667","64673","64679"],"st":"MO"}},"29131":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.625189,38.430778],[-92.495185,38.427829],[-92.403484,38.425331],[-92.408407,38.341344],[-92.194476,38.335536],[-92.195675,38.292237],[-92.18537,38.016338],[-92.406275,38.021179],[-92.515979,38.022336],[-92.604684,38.170733],[-92.695886,38.222031],[-92.689834,38.348472],[-92.633756,38.348082],[-92.625189,38.430778]]]},"properties":{"id":"29131","n":"Miller","z":["06502","65017","65026","65032","65040","65047","65049","65058","65064","65065","65072","65075","65079","65082","65083","65452","65459","65486"],"st":"MO"}},"29133":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.519809,36.869617],[-89.465393,36.935729],[-89.307436691173,37.028759449628],[-89.132915,36.982057],[-89.103135448327,36.944760900322],[-89.15598490907,36.786292663371],[-89.202511,36.716618],[-89.175649772347,36.651319262553],[-89.227319,36.569375],[-89.327319777009,36.62394628877],[-89.519809,36.869617]]]},"properties":{"id":"29133","n":"Mississippi","z":["63820","63823","63834","63845","63881","63882"],"st":"MO"}},"29135":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.839837,38.683974],[-92.617147,38.680013],[-92.498377,38.922084],[-92.381304,38.808732],[-92.394866,38.73913],[-92.495185,38.427829],[-92.625189,38.430778],[-92.841871,38.596792],[-92.839837,38.683974]]]},"properties":{"id":"29135","n":"Moniteau","z":["65011","65018","65023","65025","65034","65046","65050","65055","65074","65081","65084","65287"],"st":"MO"}},"29137":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.300871,39.605348],[-92.299316,39.605344],[-92.186691,39.604082],[-92.184986,39.662932],[-91.846743,39.658513],[-91.715247,39.657644],[-91.717968,39.339122],[-92.310028,39.347795],[-92.300871,39.605348]]]},"properties":{"id":"29137","n":"Monroe","z":["63437","63443","63450","63456","63462","63468","65240","65243","65258","65260","65263","65265","65270","65275","65282","65283"],"st":"MO"}},"29139":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.647171,38.703396],[-91.633998,39.059057],[-91.629598,39.147853],[-91.409033,39.142542],[-91.260232,39.139845],[-91.264287,38.992762],[-91.264927,38.843833],[-91.415832,38.8453],[-91.418637,38.709778],[-91.558185,38.676635],[-91.640372,38.703792],[-91.647171,38.703396]]]},"properties":{"id":"29139","n":"Montgomery","z":["63333","63350","63351","63359","63361","63363","63381","63384","65041","65069"],"st":"MO"}},"29141":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.067291,38.529995],[-93.059974,38.693077],[-92.839837,38.683974],[-92.841871,38.596792],[-92.625189,38.430778],[-92.633756,38.348082],[-92.689834,38.348472],[-92.695886,38.222031],[-92.764539,38.189619],[-93.01499,38.189775],[-93.077692,38.263092],[-93.067291,38.529995]]]},"properties":{"id":"29141","n":"Morgan","z":["65011","65026","65034","65037","65038","65072","65078","65079","65081","65084","65329","65345","65348","65350","65354"],"st":"MO"}},"29143":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.958786,36.629331],[-89.700952,36.627453],[-89.691603,36.859517],[-89.519809,36.869617],[-89.327319777009,36.62394628877],[-89.407906,36.562345],[-89.544434,36.57451],[-89.539232,36.497934],[-89.545031333969,36.344271398663],[-89.611308,36.411273],[-89.728855,36.427504],[-89.752147,36.386396],[-89.96131,36.388803],[-89.958786,36.629331]]]},"properties":{"id":"29143","n":"New Madrid","z":["63801","63828","63833","63845","63848","63860","63862","63863","63866","63867","63868","63869","63870","63873","63874","63878"],"st":"MO"}},"29145":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.617964,36.998905],[-94.618102891103,37.056796390873],[-94.059211,37.048127],[-94.06274,36.931775],[-94.068898,36.747818],[-94.618307,36.76656],[-94.617964,36.998905]]]},"properties":{"id":"29145","n":"Newton","z":["64804","64840","64842","64843","64844","64850","64853","64858","64861","64862","64865","64866","64867","64868","64873","65723"],"st":"MO"}},"29147":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.20226600083,40.578375628996],[-94.914897867362,40.574921169111],[-94.632025917695,40.5717595874],[-94.598487,40.386714],[-94.605942,40.126127],[-95.04308,40.130096],[-95.064972,40.246589],[-95.180614,40.261706],[-95.177708,40.478903],[-95.20226600083,40.578375628996]]]},"properties":{"id":"29147","n":"Nodaway","z":["64423","64427","64428","64431","64432","64433","64434","64445","64455","64457","64461","64468","64475","64476","64479","64486","64487","64489"],"st":"MO"}},"29149":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.658111,36.888724],[-91.22283,36.883857],[-91.224825,36.825679],[-91.115926,36.823672],[-91.126538874565,36.497797701019],[-91.407137443517,36.497140711949],[-91.450004918137,36.497540213185],[-91.672342456444,36.499256633799],[-91.674237,36.787832],[-91.658111,36.888724]]]},"properties":{"id":"29149","n":"Oregon","z":["63935","63941","63942","65438","65588","65606","65690","65692","65775","65778","65788","65791"],"st":"MO"}},"29151":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.194476,38.335536],[-92.114977,38.401937],[-92.167357,38.469687],[-92.043489,38.466479],[-92.008983,38.5709],[-91.854867,38.670336],[-91.647171,38.703396],[-91.640372,38.703792],[-91.644729,38.28851],[-92.195675,38.292237],[-92.194476,38.335536]]]},"properties":{"id":"29151","n":"Osage","z":["65001","65013","65014","65016","65024","65035","65048","65051","65054","65058","65061","65062","65076","65085","65101"],"st":"MO"}},"29153":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.764869,36.806097],[-92.112346,36.794231],[-92.120429104388,36.498193124],[-92.150306249501,36.498140333324],[-92.529136581044,36.498165682985],[-92.772333893372,36.498083154079],[-92.764869,36.806097]]]},"properties":{"id":"29153","n":"Ozark","z":["65608","65609","65618","65626","65637","65638","65655","65666","65676","65715","65729","65733","65741","65755","65760","65761","65762","65766","65773","65784","65790"],"st":"MO"}},"29155":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.96131,36.388803],[-89.752147,36.386396],[-89.728855,36.427504],[-89.611308,36.411273],[-89.545031333969,36.344271398663],[-89.554289,36.277751],[-89.69263,36.224959],[-89.627641441675,36.185460316606],[-89.592102,36.135637],[-89.733095,36.000608],[-89.959375295174,35.999014110157],[-89.96131,36.388803]]]},"properties":{"id":"29155","n":"Pemiscot","z":["63826","63827","63830","63839","63840","63848","63849","63851","63852","63853","63873","63877","63879"],"st":"MO"}},"29157":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.146778,37.641618],[-90.110537,37.67134],[-89.933095790915,37.880099058252],[-89.851048,37.90398],[-89.687221380853,37.796406718439],[-89.521948,37.696475],[-89.497745926039,37.569985913928],[-89.5017910495,37.558895719323],[-89.602828,37.603225],[-89.672802,37.583761],[-89.861123,37.599286],[-90.146763,37.597434],[-90.146778,37.641618]]]},"properties":{"id":"29157","n":"Perry","z":["63673","63732","63737","63746","63748","63770","63775","63776","63783"],"st":"MO"}},"29159":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.51103,38.55621],[-93.497278,38.92843],[-93.496377,38.942837],[-93.050453,38.928244],[-93.059974,38.693077],[-93.067291,38.529995],[-93.290454,38.535388],[-93.291851,38.506321],[-93.512743,38.512476],[-93.51103,38.55621]]]},"properties":{"id":"29159","n":"Pettis","z":["65301","65302","65332","65333","65334","65335","65336","65337","65340","65345","65347","65350","65351","65360"],"st":"MO"}},"29161":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.021165,38.010639],[-91.895347,38.051199],[-91.632431,38.050951],[-91.630554,38.153519],[-91.534384,38.152593],[-91.528797,37.788989],[-91.806219,37.791286],[-91.809105,37.598863],[-92.029258,37.602542],[-92.021165,38.010639]]]},"properties":{"id":"29161","n":"Phelps","z":["65401","65409","65436","65449","65459","65461","65462","65529","65532","65550","65559","65560"],"st":"MO"}},"29163":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.18287550082,39.598233115795],[-91.03827,39.448436],[-90.935349946369,39.399519528907],[-90.72996,39.255894],[-90.723283623413,39.224102970058],[-91.182942,39.227233],[-91.18546,39.13905],[-91.260232,39.139845],[-91.409033,39.142542],[-91.438235,39.318716],[-91.460442,39.450722],[-91.18287550082,39.598233115795]]]},"properties":{"id":"29163","n":"Pike","z":["63330","63334","63336","63339","63343","63344","63353","63359","63382","63433","63441","63459"],"st":"MO"}},"29165":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.091419402824,39.53325788521],[-94.601246,39.530372],[-94.600819,39.456155],[-94.601937981921,39.155503233464],[-94.791994673743,39.20126025024],[-94.908065,39.323663],[-94.888972,39.392432],[-94.965747418633,39.421681744656],[-95.091419402824,39.53325788521]]]},"properties":{"id":"29165","n":"Platte","z":["64018","64028","64079","64089","64092","64098","64118","64150","64151","64152","64153","64154","64163","64164","64439","64440","64444","64484"],"st":"MO"}},"29167":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.628404,37.829435],[-93.573202,37.828035],[-93.561399,37.812982],[-93.187915,37.802737],[-93.173183,37.72966],[-93.182489,37.417204],[-93.621153,37.427423],[-93.616033,37.572689],[-93.628404,37.829435]]]},"properties":{"id":"29167","n":"Polk","z":["65601","65613","65617","65622","65640","65648","65649","65650","65663","65674","65685","65710","65725","65727","65767","65770","65781"],"st":"MO"}},"29169":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.409231,37.85918],[-92.406275,38.021179],[-92.18537,38.016338],[-92.021165,38.010639],[-92.029258,37.602542],[-92.249463,37.604543],[-92.248865,37.648442],[-92.413669,37.713941],[-92.409231,37.85918]]]},"properties":{"id":"29169","n":"Pulaski","z":["65452","65457","65459","65461","65473","65534","65550","65552","65556","65583","65584"],"st":"MO"}},"29171":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.374386258764,40.580397032609],[-93.09729120375,40.583823477325],[-92.714597263045,40.589582833836],[-92.684167,40.343466],[-92.855629,40.342736],[-92.855313,40.385894],[-93.366935,40.382999],[-93.374386258764,40.580397032609]]]},"properties":{"id":"29171","n":"Putnam","z":["63535","63544","63551","63559","63560","63565","63567","64655","64667","64672"],"st":"MO"}},"29173":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.717968,39.339122],[-91.715247,39.657644],[-91.715497,39.686492],[-91.305760334965,39.686215470078],[-91.18287550082,39.598233115795],[-91.460442,39.450722],[-91.438235,39.318716],[-91.717968,39.339122]]]},"properties":{"id":"29173","n":"Ralls","z":["63352","63382","63401","63436","63441","63456","63459","63462","63467"],"st":"MO"}},"29175":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.692149,39.610265],[-92.300871,39.605348],[-92.310028,39.347795],[-92.314471,39.246454],[-92.430229,39.248795],[-92.707367,39.321614],[-92.692149,39.610265]]]},"properties":{"id":"29175","n":"Randolph","z":["65230","65239","65243","65244","65257","65259","65260","65263","65270","65278"],"st":"MO"}},"29177":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.210642,39.454682],[-94.208423,39.5272],[-93.759183,39.524558],[-93.758463,39.207021],[-93.840147,39.215467],[-93.988892,39.152786],[-94.104823,39.143507],[-94.212515,39.207086],[-94.210642,39.454682]]]},"properties":{"id":"29177","n":"Ray","z":["64017","64024","64035","64036","64062","64077","64084","64085","64624","64637","64668","64671"],"st":"MO"}},"29179":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.155073,37.588092],[-90.768695,37.603011],[-90.772949,37.373659],[-90.735453,37.27104],[-90.779553,37.050324],[-90.964466,37.053584],[-91.017766,37.095677],[-91.034346,37.169343],[-91.159323,37.254936],[-91.175405,37.414805],[-91.211863,37.415277],[-91.210984,37.501911],[-91.314236,37.505132],[-91.312458,37.592824],[-91.155073,37.588092]]]},"properties":{"id":"29179","n":"Reynolds","z":["63620","63625","63629","63633","63638","63654","63656","63665","63666","63957","63965","65440"],"st":"MO"}},"29181":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.115926,36.823672],[-90.662617,36.811453],[-90.627517,36.810954],[-90.576179065567,36.498405927798],[-90.784244155131,36.498462200129],[-91.126538874565,36.497797701019],[-91.115926,36.823672]]]},"properties":{"id":"29181","n":"Ripley","z":["63901","63931","63935","63939","63942","63943","63953","63954","63955"],"st":"MO"}},"29183":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.958536,38.870865],[-90.817827,38.875966],[-90.661582906877,38.934703307753],[-90.555693,38.870785],[-90.450969940892,38.961395003324],[-90.276583722026,38.919338467212],[-90.113327,38.849306],[-90.117707,38.805748],[-90.320213,38.891148],[-90.440617,38.82765],[-90.541612,38.685267],[-90.660509,38.688551],[-90.732328,38.639302],[-90.916554,38.534725],[-90.964461,38.547545],[-90.958536,38.870865]]]},"properties":{"id":"29183","n":"Saint Charles","z":["63301","63302","63303","63304","63332","63338","63341","63346","63348","63357","63365","63366","63367","63368","63373","63376","63378","63385","63386"],"st":"MO"}},"29185":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.058285,38.036627],[-94.049895,38.213985],[-93.523484,38.207216],[-93.503946,38.073123],[-93.512103,37.913535],[-93.568709,37.914918],[-93.573202,37.828035],[-93.628404,37.829435],[-93.811402,37.834571],[-93.808648,37.892775],[-94.065675,37.900987],[-94.058285,38.036627]]]},"properties":{"id":"29185","n":"Saint Clair","z":["64724","64738","64740","64744","64763","64770","64776","64780","64781","64783","65674","65774","65785"],"st":"MO"}},"29186":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.416022,38.042315],[-90.252746323976,38.127773826229],[-90.205728625883,38.088233183109],[-90.008353,37.970179],[-89.933095790915,37.880099058252],[-90.110537,37.67134],[-90.200208,37.669628],[-90.459133,37.878924],[-90.32287,37.981731],[-90.416022,38.042315]]]},"properties":{"id":"29186","n":"Sainte Genevieve","z":["63028","63036","63627","63628","63640","63645","63670","63673"],"st":"MO"}},"29187":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.645135,37.734813],[-90.63998,38.076548],[-90.628192,38.007962],[-90.416022,38.042315],[-90.32287,37.981731],[-90.459133,37.878924],[-90.200208,37.669628],[-90.110537,37.67134],[-90.146778,37.641618],[-90.535016,37.643641],[-90.647874,37.642809],[-90.645135,37.734813]]]},"properties":{"id":"29187","n":"Saint Francois","z":["63036","63087","63601","63624","63626","63628","63630","63637","63640","63645","63648","63650","63651","63653"],"st":"MO"}},"29189":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.732328,38.639302],[-90.660509,38.688551],[-90.541612,38.685267],[-90.440617,38.82765],[-90.320213,38.891148],[-90.117707,38.805748],[-90.166594640016,38.772450139305],[-90.251745,38.718887],[-90.318212,38.600017],[-90.255294887669,38.530877711821],[-90.260976059287,38.518526787408],[-90.340244281704,38.387094622636],[-90.405262,38.501153],[-90.736311,38.466643],[-90.732328,38.639302]]]},"properties":{"id":"29189","n":"Saint Louis","z":["63005","63006","63011","63017","63021","63022","63025","63026","63031","63032","63033","63034","63038","63040","63042","63043","63044","63045","63049","63069","63074","63088","63099","63105","63114","63117","63119","63120","63121","63122","63123","63124","63125","63126","63127","63128","63129","63130","63131","63132","63133","63134","63135","63136","63137","63138","63140","63141","63143","63144","63145","63146"],"st":"MO"}},"29195":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.477233,39.292796],[-93.399133,39.226437],[-93.332252,39.309606],[-93.230079,39.327877],[-93.200708,39.401787],[-93.104485,39.383656],[-93.072915,39.33552],[-92.959801,39.312526],[-92.911669,39.223946],[-92.849224,39.226218],[-92.94385,39.121738],[-92.934569,39.064547],[-93.048471,38.972418],[-93.050453,38.928244],[-93.496377,38.942837],[-93.477233,39.292796]]]},"properties":{"id":"29195","n":"Saline","z":["64020","65320","65321","65327","65330","65333","65339","65340","65344","65347","65349","65351"],"st":"MO"}},"29197":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.637903293599,40.590956547098],[-92.350804186726,40.597257276376],[-92.349975,40.346505],[-92.684167,40.343466],[-92.714597263045,40.589582833836],[-92.637903293599,40.590956547098]]]},"properties":{"id":"29197","n":"Schuyler","z":["58502","63535","63536","63541","63546","63548","63561"],"st":"MO"}},"29199":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.350804186726,40.597257276376],[-92.17978,40.600529],[-91.943117459686,40.606060586354],[-91.949747,40.300832],[-92.347801,40.302756],[-92.349975,40.346505],[-92.350804186726,40.597257276376]]]},"properties":{"id":"29199","n":"Scotland","z":{"2":"63432","3":"63442","4":"63474","5":"63531","6":"63536","7":"63543","8":"63555","9":"63563","48":"52542","49":"52573"},"st":"MO"}},"29201":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.765211,37.126066],[-89.620256,37.233008],[-89.482889284644,37.260950718414],[-89.359456,37.042606],[-89.307436691173,37.028759449628],[-89.465393,36.935729],[-89.519809,36.869617],[-89.691603,36.859517],[-89.68953,36.926],[-89.786867,37.087102],[-89.765211,37.126066]]]},"properties":{"id":"29201","n":"Scott","z":["63735","63736","63740","63742","63758","63767","63771","63774","63780","63784","63801","63823","63824","63834"],"st":"MO"}},"29203":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.655607,37.048925],[-91.646626,37.422731],[-91.211863,37.415277],[-91.175405,37.414805],[-91.159323,37.254936],[-91.034346,37.169343],[-91.017766,37.095677],[-91.21715,37.086197],[-91.22283,36.883857],[-91.658111,36.888724],[-91.655607,37.048925]]]},"properties":{"id":"29203","n":"Shannon","z":["63629","63638","65438","65466","65479","65548","65560","65571","65588"],"st":"MO"}},"29205":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.287882,39.95249],[-91.952726,39.949426],[-91.840353,39.948235],[-91.846743,39.658513],[-92.184986,39.662932],[-92.186691,39.604082],[-92.299316,39.605344],[-92.287882,39.95249]]]},"properties":{"id":"29205","n":"Shelby","z":["63434","63437","63439","63440","63443","63450","63451","63468","63469"],"st":"MO"}},"29207":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.258563,36.922043],[-90.111247,37.041205],[-89.99572,37.04011],[-89.959576,37.127353],[-89.866627,37.126227],[-89.765211,37.126066],[-89.786867,37.087102],[-89.68953,36.926],[-89.691603,36.859517],[-89.700952,36.627453],[-89.958786,36.629331],[-90.148398,36.630656],[-90.139804,36.696072],[-90.204205,36.772262],[-90.258563,36.922043]]]},"properties":{"id":"29207","n":"Stoddard","z":["63730","63735","63738","63771","63801","63822","63825","63833","63841","63846","63850","63870","63936","63960"],"st":"MO"}},"29209":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.611003,36.922831],[-93.610126,36.99581],[-93.337451,36.992494],[-93.304359,36.816866],[-93.315327106529,36.498312726298],[-93.584281547356,36.498901678628],[-93.5738,36.820032],[-93.611003,36.922831]]]},"properties":{"id":"29209","n":"Stone","z":["65610","65611","65616","65624","65631","65633","65656","65669","65675","65681","65686","65705","65714","65728","65737","65747"],"st":"MO"}},"29211":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.366935,40.382999],[-92.855313,40.385894],[-92.855629,40.342736],[-92.856191,40.037253],[-93.361951,40.033098],[-93.367214,40.266314],[-93.366935,40.382999]]]},"properties":{"id":"29211","n":"Sullivan","z":["63544","63545","63556","63560","63566","64630","64641","64645","64646","64667"],"st":"MO"}},"29213":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.304359,36.816866],[-92.909336,36.809178],[-92.764869,36.806097],[-92.772333893372,36.498083154079],[-92.854049114985,36.498023381142],[-93.293447355634,36.498259375234],[-93.315327106529,36.498312726298],[-93.304359,36.816866]]]},"properties":{"id":"29213","n":"Taney","z":{"0":"65608","1":"65611","2":"65614","3":"65615","4":"65616","5":"65627","6":"65653","7":"65672","8":"65673","9":"65679","10":"65680","11":"65726","12":"65731","13":"65733","14":"65737","15":"65739","16":"65740","17":"65744","18":"65759","19":"65761","20":"65771","21":"72643","51":"72644"},"st":"MO"}},"29215":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.252261,37.472944],[-92.249463,37.604543],[-92.029258,37.602542],[-91.809105,37.598863],[-91.754795,37.598768],[-91.75504,37.42411],[-91.646626,37.422731],[-91.655607,37.048925],[-92.088708,37.056248],[-92.251359,37.059653],[-92.252261,37.472944]]]},"properties":{"id":"29215","n":"Texas","z":["65444","65464","65468","65479","65483","65484","65542","65548","65552","65555","65557","65564","65570","65571","65589","65660","65689","65711","65793"],"st":"MO"}},"29217":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.614100248705,38.037056583381],[-94.613929961056,38.060052959896],[-94.237787,38.026017],[-94.135238,38.058118],[-94.058285,38.036627],[-94.065675,37.900987],[-94.073524,37.639722],[-94.617845524354,37.653577796634],[-94.617872450898,37.673110700332],[-94.614100248705,38.037056583381]]]},"properties":{"id":"29217","n":"Vernon","z":["64728","64741","64744","64750","64752","64765","64767","64771","64772","64778","64779","64783","64784","64790"],"st":"MO"}},"29219":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.264287,38.992762],[-91.18839,38.992141],[-91.189348,38.932151],[-91.110187,38.931901],[-91.111251,38.872709],[-90.958536,38.870865],[-90.964461,38.547545],[-91.077324,38.609343],[-91.226547,38.621567],[-91.319022,38.708368],[-91.369192,38.699324],[-91.418637,38.709778],[-91.415832,38.8453],[-91.264927,38.843833],[-91.264287,38.992762]]]},"properties":{"id":"29219","n":"Warren","z":["63342","63348","63349","63351","63357","63363","63380","63381","63383","63390","65041"],"st":"MO"}},"29221":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.095765,38.204083],[-90.780185,38.204112],[-90.63998,38.076548],[-90.645135,37.734813],[-91.100017,37.740012],[-91.095765,38.204083]]]},"properties":{"id":"29221","n":"Washington","z":["63020","63030","63071","63080","63622","63624","63626","63628","63630","63631","63648","63660","63664","63674","65441","65565"],"st":"MO"}},"29223":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.735453,37.27104],[-90.550603,37.272608],[-90.549729,37.317594],[-90.217657,37.314967],[-90.22323,37.086519],[-90.110354,37.085871],[-90.111247,37.041205],[-90.258563,36.922043],[-90.678562,36.92649],[-90.729722,37.049534],[-90.779553,37.050324],[-90.735453,37.27104]]]},"properties":{"id":"29223","n":"Wayne","z":["63636","63655","63763","63934","63937","63944","63950","63951","63952","63956","63957","63964","63966","63967"],"st":"MO"}},"29225":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.07338,37.414989],[-93.071584,37.487444],[-92.853481,37.48397],[-92.686671,37.481545],[-92.685867,37.067051],[-92.903273,37.070651],[-93.065274,37.088694],[-93.07338,37.414989]]]},"properties":{"id":"29225","n":"Webster","z":["65632","65636","65644","65648","65652","65706","65713","65742","65746","65757"],"st":"MO"}},"29227":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.632025917695,40.5717595874],[-94.471207727123,40.570959458357],[-94.232240710208,40.572014612127],[-94.214278,40.384254],[-94.598487,40.386714],[-94.632025917695,40.5717595874]]]},"properties":{"id":"29227","n":"Worth","z":["64420","64441","64456","64475","64486","64499"],"st":"MO"}},"29229":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.686671,37.481545],[-92.252261,37.472944],[-92.251359,37.059653],[-92.685867,37.067051],[-92.686671,37.481545]]]},"properties":{"id":"29229","n":"Wright","z":["65470","65543","65660","65662","65667","65702","65704","65711","65713","65717","65746"],"st":"MO"}},"29510":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.166594640016,38.772450139305],[-90.181524381531,38.66037288531],[-90.255294887669,38.530877711821],[-90.318212,38.600017],[-90.251745,38.718887],[-90.166594640016,38.772450139305]]]},"properties":{"id":"29510","n":"Saint Louis city","z":["53101","63101","63102","63103","63104","63105","63106","63107","63108","63109","63110","63111","63112","63113","63115","63116","63117","63118","63119","63120","63123","63125","63130","63133","63136","63137","63139","63143","63147","63150","63151","63155","63156","63157","63158","63160","63163","63164","63166","63167","63169","63171","63177","63178","63179","63180","63182","63188","63195","63197","63199"],"st":"MO"}},"30001":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-113.94832148257,45.682577358441],[-113.870452,45.781574],[-113.829875,45.750746],[-113.697639,45.843545],[-113.528581,45.88116],[-113.516144,45.938814],[-113.377852,45.759976],[-113.179791,45.885009],[-113.085517,45.860648],[-112.988358,45.808476],[-112.759339,45.748209],[-112.687054,45.624854],[-112.691417,45.483518],[-112.628609,45.440586],[-112.505568,45.443009],[-112.458062,45.34991],[-112.456854,45.088509],[-112.333899,45.088423],[-112.334248,45.000519],[-112.191187,45.000512],[-112.167108,44.826738],[-112.065797,44.783475],[-111.781157,44.781027],[-111.781099,44.708845],[-111.45694723249,44.695640737839],[-111.519126,44.582916],[-111.61710703431,44.557127248419],[-111.807914,44.511716],[-111.870504,44.564033],[-112.125101,44.528527],[-112.286187,44.568472],[-112.358917,44.528847],[-112.387389,44.448058],[-112.473207,44.480027],[-112.707815,44.503023],[-112.828191,44.442472],[-112.82682688127,44.405202431767],[-112.881769,44.380315],[-113.006846,44.471715],[-113.049349,44.62938],[-113.131387,44.764738],[-113.247166,44.82295],[-113.301508,44.798985],[-113.422376,44.842595],[-113.474573,44.910846],[-113.45197,45.059247],[-113.57467,45.128411],[-113.735601,45.325265],[-113.806729,45.602146],[-113.94832148257,45.682577358441]]]},"properties":{"id":"30001","n":"Beaverhead","z":["59724","59725","59727","59732","59736","59739","59743","59746","59761","59762"],"st":"MT"}},"30003":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-108.645325,45.464073],[-108.316374,45.460509],[-108.316245,45.489503],[-108.069752,45.518535],[-108.069572,45.783507],[-108.047352,45.899479],[-107.881846,45.899233],[-107.798753,45.98568],[-107.674468,45.985759],[-107.674454,46.04361],[-107.511534,46.043403],[-107.424929,46.043374],[-107.425128,45.956674],[-107.176358,45.956761],[-107.17636,45.913323],[-107.051946,45.913489],[-107.052159,45.870052],[-106.939095,45.870041],[-106.877217,45.831714],[-106.912959,45.683915],[-106.727573,45.676469],[-106.768676,45.352826],[-106.768014,45.179728],[-106.279709,45.179728],[-106.26371509247,44.993788433001],[-107.91152278816,45.001544004611],[-108.24852518531,45.000629827417],[-108.127979,45.217911],[-108.699616,45.217709],[-108.682223,45.433132],[-108.645325,45.464073]]]},"properties":{"id":"30003","n":"Big Horn","z":{"0":"59010","1":"59016","2":"59022","3":"59024","4":"59025","5":"59031","6":"59034","7":"59035","8":"59038","9":"59043","10":"59050","11":"59064","12":"59066","13":"59075","14":"59089","15":"59101","32":"82801"},"st":"MT"}},"30005":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-109.48954977899,49.000420803881],[-108.236393,48.999558117301],[-108.259384,48.742225],[-108.319119,48.742209],[-108.319011,48.568431],[-108.346316,48.422305],[-108.40987,48.448578],[-108.411239,48.21955],[-108.43398,47.976553],[-108.607579,47.990997],[-108.625587,47.920411],[-108.888316,47.922722],[-108.891115,47.734456],[-108.978383,47.802658],[-109.132768,47.781122],[-109.274171,47.793239],[-109.425315,47.720153],[-109.538677,47.738864],[-109.534295,48.134564],[-109.551644,48.293479],[-109.464318,48.52526],[-109.505333,48.56791],[-109.505514,48.913911],[-109.48954977899,49.000420803881]]]},"properties":{"id":"30005","n":"Blaine","z":["59523","59524","59526","59527","59529","59535","59542","59547"],"st":"MT"}},"30007":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-111.787949,46.569465],[-111.631906,46.569972],[-111.639261,46.73818],[-111.602294,46.778261],[-111.498095,46.762502],[-111.411196,46.639976],[-111.330729,46.633765],[-111.344946,46.54594],[-111.257378,46.498485],[-111.246519,46.438109],[-111.057226,46.403407],[-111.126849,46.273105],[-111.061956,46.192834],[-111.346652,46.187785],[-111.349372,46.122607],[-111.423831,46.061951],[-111.419618,45.996322],[-111.587696,45.906682],[-111.660057,45.8335],[-111.660422,46.049192],[-111.784565,46.049813],[-111.787949,46.569465]]]},"properties":{"id":"30007","n":"Broadwater","z":["59635","59641","59643","59644","59647","59752"],"st":"MT"}},"30009":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-109.798673,45.167339],[-109.687792,45.167339],[-109.687857,45.26144],[-109.520884,45.391852],[-109.356417,45.464326],[-109.191761,45.464504],[-109.127343,45.587671],[-108.97281,45.616554],[-108.843016,45.611042],[-108.782,45.638639],[-108.801761,45.551965],[-108.645325,45.464073],[-108.682223,45.433132],[-108.699616,45.217709],[-108.127979,45.217911],[-108.24852518531,45.000629827417],[-108.62149349473,44.999676371022],[-109.103445,45.005904],[-109.79848377244,45.002920308285],[-109.798673,45.167339]]]},"properties":{"id":"30009","n":"Carbon","z":["59001","59007","59008","59013","59014","59019","59026","59029","59041","59044","59068","59070","59071"],"st":"MT"}},"30011":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-104.98194,45.786982],[-104.939205,46.136575],[-104.885495,46.136595],[-104.516126,46.136196],[-104.516078,46.054844],[-104.390744,46.054826],[-104.390876,45.970363],[-104.134842,45.968833],[-104.134826,45.881928],[-104.04413315611,45.88197625835],[-104.04013575649,45.212890762042],[-104.057698,44.997431],[-105.03825218827,45.000291672992],[-105.038205,45.352035],[-104.987318,45.35204],[-104.98194,45.786982]]]},"properties":{"id":"30011","n":"Carter","z":{"1":"59311","2":"59319","3":"59324","4":"59332","5":"57724"},"st":"MT"}},"30013":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-112.047781,47.516034],[-111.927109,47.500146],[-111.922936,47.611231],[-111.66626,47.611253],[-111.666482,47.697761],[-111.40885,47.698123],[-110.976171,47.698738],[-111.049847,47.598333],[-110.86463,47.524714],[-110.768465,47.525638],[-110.769129,47.446096],[-110.639559,47.416486],[-110.638911,47.359032],[-110.767125,47.359128],[-110.788302,47.307848],[-110.770698,47.096546],[-110.645212,47.09587],[-110.652877,46.823626],[-110.913035,46.980559],[-111.104937,47.028806],[-111.080621,47.087781],[-111.158559,47.088301],[-111.158386,47.011771],[-111.539373,47.000559],[-111.539214,46.913371],[-111.658132,46.913423],[-111.790236,46.913764],[-111.789278,47.128922],[-111.942139,47.143582],[-112.044311,47.192826],[-112.047781,47.516034]]]},"properties":{"id":"30013","n":"Cascade","z":["59401","59402","59403","59404","59405","59406","59412","59414","59421","59440","59443","59463","59465","59468","59472","59477","59480","59483","59485","59487"],"st":"MT"}},"30015":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-111.409097,48.132218],[-110.827168,48.133205],[-110.827413,48.219566],[-110.755873,48.219601],[-110.625543,48.219731],[-110.625409,48.306479],[-109.845932,48.305971],[-109.845812,48.219004],[-109.726943,48.221525],[-109.726914,48.132859],[-109.534295,48.134564],[-109.538677,47.738864],[-109.836861,47.712041],[-109.850793,47.539142],[-110.213596,47.416657],[-110.639559,47.416486],[-110.769129,47.446096],[-110.768465,47.525638],[-110.86463,47.524714],[-111.049847,47.598333],[-110.976171,47.698738],[-111.40885,47.698123],[-111.408514,47.987178],[-111.409097,48.132218]]]},"properties":{"id":"30015","n":"Chouteau","z":["59404","59416","59420","59440","59442","59446","59450","59460","59520","59521"],"st":"MT"}},"30017":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-106.086463,46.845881],[-106.086585,46.86029],[-105.832674,46.86082],[-105.618158,46.832148],[-105.576063,46.658003],[-105.492002,46.658117],[-105.449196,46.570967],[-105.239058,46.570265],[-105.239238,46.541188],[-104.984714,46.540389],[-104.858749,46.569115],[-104.858738,46.612557],[-104.733059,46.612695],[-104.732672,46.482202],[-104.905988,46.482251],[-104.885495,46.136595],[-104.939205,46.136575],[-104.98194,45.786982],[-106.191734,45.7886],[-106.191629,46.137183],[-106.153433,46.13726],[-106.155143,46.483634],[-106.120366,46.483648],[-106.086463,46.845881]]]},"properties":{"id":"30017","n":"Custer","z":["59301","59336","59338","59347","59349","59351"],"st":"MT"}},"30019":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-106.11206332368,48.9992794384],[-105.05764171669,48.999228887392],[-105.038171,48.910512],[-105.038548,48.650099],[-104.973283,48.65006],[-104.973354,48.56319],[-105.804436,48.563358],[-106.02131,48.563424],[-106.021251,48.823975],[-106.151908,48.823927],[-106.11206332368,48.9992794384]]]},"properties":{"id":"30019","n":"Daniels","z":["59222","59253","59260","59263","59276"],"st":"MT"}},"30021":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-105.234771,47.790502],[-105.235016,47.703581],[-104.97809,47.703293],[-104.978553,47.616272],[-104.593664,47.616294],[-104.594046,47.529335],[-104.513049,47.529442],[-104.513292,47.354719],[-104.420347,47.354435],[-104.316166,47.18054],[-104.306062,47.042046],[-104.412124,46.904003],[-104.603766,46.860853],[-105.027526,46.861457],[-105.069524,46.919172],[-105.197011,46.919192],[-105.196735,46.977172],[-105.324757,46.977196],[-105.324853,47.181496],[-105.406309,47.181583],[-105.363507,47.529558],[-105.363262,47.790419],[-105.234771,47.790502]]]},"properties":{"id":"30021","n":"Dawson","z":["59215","59259","59262","59315","59326","59330","59339"],"st":"MT"}},"30023":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-113.517409,45.940089],[-113.278012,46.045268],[-113.284532,46.222783],[-113.036818,46.22333],[-113.036825,46.266826],[-112.558599,46.265821],[-112.577106,46.178981],[-112.77712,46.135826],[-112.777717,46.048313],[-112.938955,45.993258],[-112.923224,45.934595],[-113.085517,45.860648],[-113.179791,45.885009],[-113.377852,45.759976],[-113.516144,45.938814],[-113.517409,45.940089]]]},"properties":{"id":"30023","n":"Deer Lodge","z":["59711","59722","59756","59762"],"st":"MT"}},"30025":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-104.733059,46.612695],[-104.732843,46.656264],[-104.606903,46.684924],[-104.417998,46.684892],[-104.354835,46.641409],[-104.04538510369,46.641501059122],[-104.04512541332,46.540929928549],[-104.04546595893,46.280188048211],[-104.045443,45.94531],[-104.04413315611,45.88197625835],[-104.134826,45.881928],[-104.134842,45.968833],[-104.390876,45.970363],[-104.390744,46.054826],[-104.516078,46.054844],[-104.516126,46.136196],[-104.885495,46.136595],[-104.905988,46.482251],[-104.732672,46.482202],[-104.733059,46.612695]]]},"properties":{"id":"30025","n":"Fallon","z":["59313","59336","59344","59354"],"st":"MT"}},"30027":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-110.213596,47.416657],[-109.850793,47.539142],[-109.836861,47.712041],[-109.538677,47.738864],[-109.425315,47.720153],[-109.274171,47.793239],[-109.132768,47.781122],[-108.978383,47.802658],[-108.891115,47.734456],[-108.771619,47.645523],[-108.313048,47.58365],[-108.315481,47.315152],[-108.590835,47.306516],[-108.591111,47.270135],[-108.719189,47.270342],[-108.736838,47.098218],[-108.608954,47.098126],[-108.611116,46.836776],[-108.631462,46.749392],[-109.00957,46.750702],[-109.389208,46.751351],[-109.389163,46.693625],[-109.745745,46.694097],[-109.756666,46.780389],[-109.835424,46.809161],[-109.755423,46.896023],[-109.756568,47.185694],[-109.871985,47.185323],[-109.872475,47.228883],[-110.000024,47.228716],[-110.000289,47.272133],[-110.127699,47.27191],[-110.127952,47.35902],[-110.213285,47.358771],[-110.213596,47.416657]]]},"properties":{"id":"30027","n":"Fergus","z":["59032","59084","59418","59424","59430","59441","59451","59453","59457","59464","59471","59489"],"st":"MT"}},"30029":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-114.72704522328,49.000587003889],[-114.06817845428,48.999355881664],[-114.021207,48.961343],[-114.058093,48.888954],[-114.004135,48.833215],[-113.790539,48.84553],[-113.702938,48.719865],[-113.750454,48.614335],[-113.467372,48.547555],[-113.47916,48.453115],[-113.355976,48.423912],[-113.349046,48.310263],[-113.22768,48.235752],[-113.230906,48.170426],[-113.014811,48.13103],[-112.878931,47.975713],[-112.984734,47.953918],[-113.086634,47.918182],[-113.080997,47.749917],[-113.165811,47.719764],[-113.144368,47.595507],[-113.466485,47.600057],[-113.634079,47.600027],[-113.603924,47.72144],[-113.6817,47.805153],[-113.668077,47.890963],[-113.842313,47.978877],[-113.884541,48.0519],[-114.078282,48.023148],[-114.038545,47.96255],[-114.49219,47.961989],[-114.47729,47.789941],[-114.604462,47.789871],[-114.604584,47.875605],[-114.989344,47.872807],[-115.010672,48.017621],[-115.020079,48.225954],[-114.848098,48.226125],[-114.849803,48.573502],[-114.88859,48.658765],[-114.639007,48.658878],[-114.692131,48.684577],[-114.612063,48.751858],[-114.732545,48.809752],[-114.691671,48.842115],[-114.72704522328,49.000587003889]]]},"properties":{"id":"30029","n":"Flathead","z":["59845","59901","59903","59904","59911","59912","59913","59916","59919","59920","59921","59922","59925","59926","59927","59928","59932","59936","59937"],"st":"MT"}},"30031":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-111.805259,45.798306],[-111.660057,45.8335],[-111.587696,45.906682],[-111.419618,45.996322],[-111.423831,46.061951],[-111.349372,46.122607],[-111.346652,46.187785],[-111.061956,46.192834],[-110.783833,46.192699],[-110.794774,45.590682],[-110.919222,45.524861],[-110.917899,45.351273],[-111.038169,45.351391],[-111.04431854543,45.000880003308],[-111.05533272712,44.666262309917],[-111.048974,44.474072],[-111.122654,44.493659],[-111.323669,44.724474],[-111.37713823673,44.751196413964],[-111.35003,45.350548],[-111.35138,45.641938],[-111.536241,45.642257],[-111.659738,45.743344],[-111.805259,45.798306]]]},"properties":{"id":"30031","n":"Gallatin","z":["59086","59714","59715","59716","59717","59718","59719","59730","59741","59752","59758","59760","59771","59772"],"st":"MT"}},"30033":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-107.90912,47.450692],[-107.864922,47.51374],[-107.761921,47.54805],[-107.694687,47.629762],[-107.610852,47.647369],[-107.440064,47.625462],[-107.414886,47.691734],[-107.249,47.661566],[-106.892753,47.674818],[-106.861668,47.737372],[-106.734453,47.734156],[-106.603126,47.784743],[-106.510321,47.878996],[-106.501725,47.958287],[-106.41862,47.957457],[-106.358288,47.957216],[-106.358085,47.868412],[-106.260932,47.868431],[-106.298073,47.529041],[-106.298158,47.354298],[-106.170675,47.354495],[-106.17042,47.180826],[-106.086777,47.180938],[-106.086585,46.86029],[-106.086463,46.845881],[-106.720157,46.859603],[-107.892233,46.851215],[-107.939276,46.876241],[-107.883113,46.998341],[-107.92164,47.024005],[-107.968626,47.249823],[-107.963887,47.354012],[-107.90912,47.450692]]]},"properties":{"id":"30033","n":"Garfield","z":["59058","59077","59301","59312","59318","59322","59337"],"st":"MT"}},"30035":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-114.06817845428,48.999355881664],[-112.19341019591,48.998893776634],[-112.184784,48.477578],[-112.576982,48.483348],[-112.575864,48.309684],[-113.349046,48.310263],[-113.355976,48.423912],[-113.47916,48.453115],[-113.467372,48.547555],[-113.750454,48.614335],[-113.702938,48.719865],[-113.790539,48.84553],[-114.004135,48.833215],[-114.058093,48.888954],[-114.021207,48.961343],[-114.06817845428,48.999355881664]]]},"properties":{"id":"30035","n":"Glacier","z":["59411","59417","59427","59434"],"st":"MT"}},"30037":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-109.653871,46.219404],[-109.402906,46.219706],[-109.389163,46.693625],[-109.389208,46.751351],[-109.00957,46.750702],[-108.988995,46.577851],[-108.904904,46.576908],[-108.862277,46.364586],[-108.779272,46.277398],[-108.779733,46.132457],[-108.924589,46.13237],[-109.416227,46.132371],[-109.417158,46.044759],[-109.605153,46.044994],[-109.653871,46.219404]]]},"properties":{"id":"30037","n":"Golden Valley","z":["59046","59074","59078"],"st":"MT"}},"30039":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-113.827743,46.660896],[-113.667996,46.658372],[-113.668166,46.716229],[-113.479856,46.744714],[-113.479832,46.802772],[-113.302903,46.832159],[-113.115614,46.713387],[-113.039134,46.73555],[-113.036825,46.266826],[-113.036818,46.22333],[-113.284532,46.222783],[-113.278012,46.045268],[-113.517409,45.940089],[-113.648358,45.965038],[-113.687673,46.035406],[-113.803677,46.037675],[-113.753246,46.1128],[-113.821174,46.212466],[-113.750527,46.272146],[-113.874651,46.508329],[-113.811703,46.58907],[-113.827743,46.660896]]]},"properties":{"id":"30039","n":"Granite","z":["59711","59825","59832","59837","59858"],"st":"MT"}},"30041":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-110.743064,48.998008112185],[-109.48954977899,49.000420803881],[-109.505514,48.913911],[-109.505333,48.56791],[-109.464318,48.52526],[-109.551644,48.293479],[-109.534295,48.134564],[-109.726914,48.132859],[-109.726943,48.221525],[-109.845812,48.219004],[-109.845932,48.305971],[-110.625409,48.306479],[-110.625543,48.219731],[-110.755873,48.219601],[-110.750595,48.914088],[-110.743064,48.998008112185]]]},"properties":{"id":"30041","n":"Hill","z":["59501","59521","59525","59528","59530","59531","59532","59540"],"st":"MT"}},"30043":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-112.558599,46.265821],[-112.570046,46.304972],[-112.449521,46.334098],[-112.310573,46.421171],[-112.176235,46.456342],[-112.205757,46.499748],[-112.083441,46.516663],[-112.029231,46.568805],[-111.787949,46.569465],[-111.784565,46.049813],[-111.660422,46.049192],[-111.660057,45.8335],[-111.805259,45.798306],[-111.926965,45.855694],[-112.085509,45.851039],[-112.190269,45.748503],[-112.401441,45.831851],[-112.404349,45.888049],[-112.519997,46.136394],[-112.577106,46.178981],[-112.558599,46.265821]]]},"properties":{"id":"30043","n":"Jefferson","z":["59601","59623","59631","59632","59634","59635","59638","59701","59721","59752","59759"],"st":"MT"}},"30045":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-110.639559,47.416486],[-110.213596,47.416657],[-110.213285,47.358771],[-110.127952,47.35902],[-110.127699,47.27191],[-110.000289,47.272133],[-110.000024,47.228716],[-109.872475,47.228883],[-109.871985,47.185323],[-109.756568,47.185694],[-109.755423,46.896023],[-109.835424,46.809161],[-109.756666,46.780389],[-109.745745,46.694097],[-109.969221,46.752909],[-110.273337,46.710509],[-110.328511,46.673178],[-110.466812,46.678795],[-110.652877,46.823626],[-110.645212,47.09587],[-110.770698,47.096546],[-110.788302,47.307848],[-110.767125,47.359128],[-110.638911,47.359032],[-110.639559,47.416486]]]},"properties":{"id":"30045","n":"Judith Basin","z":["59418","59424","59430","59447","59452","59453","59462","59463","59464","59469","59479"],"st":"MT"}},"30047":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-114.604462,47.789871],[-114.47729,47.789941],[-114.49219,47.961989],[-114.038545,47.96255],[-114.078282,48.023148],[-113.884541,48.0519],[-113.842313,47.978877],[-113.668077,47.890963],[-113.6817,47.805153],[-113.603924,47.72144],[-113.634079,47.600027],[-113.930289,47.598499],[-113.95118,47.475994],[-113.87111,47.39197],[-113.870769,47.288158],[-113.821447,47.181709],[-113.933568,47.18172],[-113.933503,47.138289],[-114.18717,47.138191],[-114.203026,47.355746],[-114.35308,47.38985],[-114.301457,47.49705],[-114.383453,47.483254],[-114.320528,47.594551],[-114.58376,47.601718],[-114.604462,47.789871]]]},"properties":{"id":"30047","n":"Lake","z":["59821","59824","59845","59855","59860","59863","59864","59865","59910","59911","59914","59915","59922","59929","59931"],"st":"MT"}},"30049":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-112.984734,47.953918],[-112.913256,47.826216],[-112.91422,47.694958],[-112.780545,47.598622],[-112.549721,47.651977],[-112.429183,47.603386],[-112.405146,47.552317],[-112.278,47.505623],[-112.047781,47.516034],[-112.044311,47.192826],[-111.942139,47.143582],[-111.789278,47.128922],[-111.790236,46.913764],[-111.658132,46.913423],[-111.639502,46.832134],[-111.498095,46.762502],[-111.602294,46.778261],[-111.639261,46.73818],[-111.631906,46.569972],[-111.787949,46.569465],[-112.029231,46.568805],[-112.083441,46.516663],[-112.205757,46.499748],[-112.176235,46.456342],[-112.310573,46.421171],[-112.320871,46.655927],[-112.410846,46.699505],[-112.535597,46.699482],[-112.535748,46.834234],[-112.795642,46.831665],[-112.795808,47.177004],[-113.059053,47.17957],[-113.059199,47.488599],[-113.144368,47.595507],[-113.165811,47.719764],[-113.080997,47.749917],[-113.086634,47.918182],[-112.984734,47.953918]]]},"properties":{"id":"30049","n":"Lewis and Clark","z":["59410","59421","59601","59602","59604","59620","59624","59625","59626","59633","59635","59636","59639","59640","59648"],"st":"MT"}},"30051":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-111.409018,48.219542],[-111.275306,48.219531],[-111.26986200083,48.997229786812],[-110.743064,48.998008112185],[-110.750595,48.914088],[-110.755873,48.219601],[-110.827413,48.219566],[-110.827168,48.133205],[-111.409097,48.132218],[-111.409018,48.219542]]]},"properties":{"id":"30051","n":"Liberty","z":["59444","59456","59461","59522","59531","59545"],"st":"MT"}},"30053":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-116.049193,49.000912],[-114.72704522328,49.000587003889],[-114.691671,48.842115],[-114.732545,48.809752],[-114.612063,48.751858],[-114.692131,48.684577],[-114.639007,48.658878],[-114.88859,48.658765],[-114.849803,48.573502],[-114.848098,48.226125],[-115.020079,48.225954],[-115.010672,48.017621],[-115.154527,48.017692],[-115.185196,47.919004],[-115.524695,47.908594],[-115.672359,48.206394],[-115.737279,48.263292],[-115.936745,48.184166],[-115.957251,48.149042],[-116.04892924778,48.216127947927],[-116.04915652065,48.502042481758],[-116.049193,49.000912]]]},"properties":{"id":"30053","n":"Lincoln","z":["59917","59918","59923","59930","59933","59934","59935"],"st":"MT"}},"30055":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-105.843891,48.010289],[-105.647941,48.077304],[-105.503195,48.097792],[-105.194783,48.066617],[-105.195122,47.868081],[-105.234771,47.790502],[-105.363262,47.790419],[-105.363507,47.529558],[-105.406309,47.181583],[-105.833044,47.181092],[-105.832637,47.093109],[-105.959897,47.092968],[-105.959819,47.181],[-106.086777,47.180938],[-106.17042,47.180826],[-106.170675,47.354495],[-106.298158,47.354298],[-106.298073,47.529041],[-106.260932,47.868431],[-106.358085,47.868412],[-106.358288,47.957216],[-106.41862,47.957457],[-106.400605,48.061921],[-106.229302,48.026416],[-106.006176,48.033689],[-105.843891,48.010289]]]},"properties":{"id":"30055","n":"McCone","z":["59201","59214","59215","59223","59274"],"st":"MT"}},"30057":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-112.687054,45.624854],[-112.461816,45.742584],[-112.190269,45.748503],[-112.085509,45.851039],[-111.926965,45.855694],[-111.805259,45.798306],[-111.659738,45.743344],[-111.536241,45.642257],[-111.35138,45.641938],[-111.35003,45.350548],[-111.37713823673,44.751196413964],[-111.45694723249,44.695640737839],[-111.781099,44.708845],[-111.781157,44.781027],[-112.065797,44.783475],[-112.167108,44.826738],[-112.191187,45.000512],[-112.334248,45.000519],[-112.333899,45.088423],[-112.456854,45.088509],[-112.458062,45.34991],[-112.505568,45.443009],[-112.628609,45.440586],[-112.691417,45.483518],[-112.687054,45.624854]]]},"properties":{"id":"30057","n":"Madison","z":["59710","59716","59720","59721","59725","59729","59732","59735","59740","59745","59747","59749","59751","59754","59755","59759"],"st":"MT"}},"30059":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-111.658132,46.913423],[-111.539214,46.913371],[-111.539373,47.000559],[-111.158386,47.011771],[-111.158559,47.088301],[-111.080621,47.087781],[-111.104937,47.028806],[-110.913035,46.980559],[-110.652877,46.823626],[-110.466812,46.678795],[-110.328511,46.673178],[-110.273337,46.710509],[-110.281971,46.220605],[-110.281916,46.184397],[-110.783833,46.192699],[-111.061956,46.192834],[-111.126849,46.273105],[-111.057226,46.403407],[-111.246519,46.438109],[-111.257378,46.498485],[-111.344946,46.54594],[-111.330729,46.633765],[-111.411196,46.639976],[-111.498095,46.762502],[-111.639502,46.832134],[-111.658132,46.913423]]]},"properties":{"id":"30059","n":"Meagher","z":["59053","59086","59642","59645"],"st":"MT"}},"30061":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-115.634684,47.48176],[-115.52591,47.49541],[-115.249057,47.480416],[-114.982265,47.396804],[-114.968978,47.312625],[-114.797204,47.268916],[-114.712283,47.182187],[-114.586735,47.123757],[-114.566094,47.06738],[-114.419532,47.023246],[-114.566129,46.963405],[-114.549127,46.747366],[-114.6768271627,46.731838739813],[-114.76718,46.738828],[-114.943281,46.867971],[-114.96142290607,46.932893875971],[-115.031651,46.971548],[-115.326903,47.255912],[-115.470959,47.284873],[-115.578619,47.367007],[-115.71034,47.417784],[-115.634684,47.48176]]]},"properties":{"id":"30061","n":"Mineral","z":["59820","59830","59842","59866","59867","59872"],"st":"MT"}},"30063":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-114.797204,47.268916],[-114.563737,47.254611],[-114.346111,47.176235],[-114.264148,47.12107],[-114.18717,47.138191],[-113.933503,47.138289],[-113.933568,47.18172],[-113.821447,47.181709],[-113.870769,47.288158],[-113.87111,47.39197],[-113.95118,47.475994],[-113.930289,47.598499],[-113.634079,47.600027],[-113.466485,47.600057],[-113.46645,47.179186],[-113.302943,47.179643],[-113.302903,46.832159],[-113.479832,46.802772],[-113.479856,46.744714],[-113.668166,46.716229],[-113.667996,46.658372],[-113.827743,46.660896],[-114.3357249354,46.655272967354],[-114.59111600323,46.652550480355],[-114.6768271627,46.731838739813],[-114.549127,46.747366],[-114.566129,46.963405],[-114.419532,47.023246],[-114.566094,47.06738],[-114.586735,47.123757],[-114.712283,47.182187],[-114.797204,47.268916]]]},"properties":{"id":"30063","n":"Missoula","z":["59702","59801","59802","59803","59804","59806","59807","59808","59812","59820","59821","59823","59825","59826","59833","59834","59846","59847","59851","59868"],"st":"MT"}},"30065":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-109.00957,46.750702],[-108.631462,46.749392],[-107.827687,46.755875],[-107.792939,46.67983],[-107.781214,46.496014],[-107.782087,46.395182],[-107.928547,46.395284],[-108.011948,46.336813],[-108.029363,46.264055],[-108.320812,46.263997],[-108.404856,46.23596],[-108.404795,46.132952],[-108.779733,46.132457],[-108.779272,46.277398],[-108.862277,46.364586],[-108.904904,46.576908],[-108.988995,46.577851],[-109.00957,46.750702]]]},"properties":{"id":"30065","n":"Musselshell","z":["59015","59046","59054","59059","59072","59073","59083"],"st":"MT"}},"30067":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-111.04431854543,45.000880003308],[-111.038169,45.351391],[-110.917899,45.351273],[-110.919222,45.524861],[-110.794774,45.590682],[-110.783833,46.192699],[-110.281916,46.184397],[-110.292662,45.785057],[-110.220908,45.784973],[-110.228052,45.172129],[-110.064518,45.172129],[-109.798673,45.167339],[-109.79848377244,45.002920308285],[-110.705272,44.992324],[-111.04431854543,45.000880003308]]]},"properties":{"id":"30067","n":"Park","z":["59018","59020","59027","59030","59047","59052","59065","59081","59082","59086","59715"],"st":"MT"}},"30069":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-108.313048,47.58365],[-108.065418,47.598294],[-107.928591,47.567612],[-107.90912,47.450692],[-107.963887,47.354012],[-107.968626,47.249823],[-107.92164,47.024005],[-107.883113,46.998341],[-107.939276,46.876241],[-107.892233,46.851215],[-107.827687,46.755875],[-108.631462,46.749392],[-108.611116,46.836776],[-108.608954,47.098126],[-108.736838,47.098218],[-108.719189,47.270342],[-108.591111,47.270135],[-108.590835,47.306516],[-108.315481,47.315152],[-108.313048,47.58365]]]},"properties":{"id":"30069","n":"Petroleum","z":["59032","59072","59087"],"st":"MT"}},"30071":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-108.236393,48.999558117301],[-107.17981201254,48.999911601747],[-107.206032,48.91271],[-107.206316,48.56817],[-107.192691,48.509402],[-107.301721,48.480943],[-107.260458,48.304768],[-107.369252,48.305163],[-107.404513,48.21844],[-107.414886,47.691734],[-107.440064,47.625462],[-107.610852,47.647369],[-107.694687,47.629762],[-107.761921,47.54805],[-107.864922,47.51374],[-107.90912,47.450692],[-107.928591,47.567612],[-108.065418,47.598294],[-108.313048,47.58365],[-108.771619,47.645523],[-108.891115,47.734456],[-108.888316,47.922722],[-108.625587,47.920411],[-108.607579,47.990997],[-108.43398,47.976553],[-108.411239,48.21955],[-108.40987,48.448578],[-108.346316,48.422305],[-108.319011,48.568431],[-108.319119,48.742209],[-108.259384,48.742225],[-108.236393,48.999558117301]]]},"properties":{"id":"30071","n":"Phillips","z":["59261","59524","59537","59538","59544","59546"],"st":"MT"}},"30073":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-113.349046,48.310263],[-112.575864,48.309684],[-112.576982,48.483348],[-112.184784,48.477578],[-111.990944,48.438546],[-111.990889,48.394265],[-111.79591,48.393081],[-111.795855,48.349812],[-111.665756,48.349456],[-111.665599,48.219549],[-111.409018,48.219542],[-111.409097,48.132218],[-111.408514,47.987178],[-111.984263,47.984592],[-112.047999,48.086612],[-112.177751,48.087162],[-112.177755,48.130717],[-113.014811,48.13103],[-113.230906,48.170426],[-113.22768,48.235752],[-113.349046,48.310263]]]},"properties":{"id":"30073","n":"Pondera","z":["59416","59425","59432","59448","59456","59486"],"st":"MT"}},"30075":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-106.191734,45.7886],[-104.98194,45.786982],[-104.987318,45.35204],[-105.038205,45.352035],[-105.03825218827,45.000291672992],[-105.07660095225,45.000296613407],[-106.02488002903,44.997584123556],[-106.26371509247,44.993788433001],[-106.279709,45.179728],[-106.279549,45.351797],[-106.234502,45.788578],[-106.191734,45.7886]]]},"properties":{"id":"30075","n":"Powder River","z":["59003","59062","59301","59314","59316","59317","59343","59345","59351"],"st":"MT"}},"30077":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-113.466485,47.600057],[-113.144368,47.595507],[-113.059199,47.488599],[-113.059053,47.17957],[-112.795808,47.177004],[-112.795642,46.831665],[-112.535748,46.834234],[-112.535597,46.699482],[-112.410846,46.699505],[-112.320871,46.655927],[-112.310573,46.421171],[-112.449521,46.334098],[-112.570046,46.304972],[-112.558599,46.265821],[-113.036825,46.266826],[-113.039134,46.73555],[-113.115614,46.713387],[-113.302903,46.832159],[-113.302943,47.179643],[-113.46645,47.179186],[-113.466485,47.600057]]]},"properties":{"id":"30077","n":"Powell","z":["59713","59722","59728","59731","59733","59843","59854","59868"],"st":"MT"}},"30079":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-106.086777,47.180938],[-105.959819,47.181],[-105.959897,47.092968],[-105.832637,47.093109],[-105.833044,47.181092],[-105.406309,47.181583],[-105.324853,47.181496],[-105.324757,46.977196],[-105.196735,46.977172],[-105.197011,46.919192],[-105.069524,46.919172],[-105.027526,46.861457],[-104.603766,46.860853],[-104.606903,46.684924],[-104.732843,46.656264],[-104.733059,46.612695],[-104.858738,46.612557],[-104.858749,46.569115],[-104.984714,46.540389],[-105.239238,46.541188],[-105.239058,46.570265],[-105.449196,46.570967],[-105.492002,46.658117],[-105.576063,46.658003],[-105.618158,46.832148],[-105.832674,46.86082],[-106.086585,46.86029],[-106.086777,47.180938]]]},"properties":{"id":"30079","n":"Prairie","z":["59326","59330","59341","59349"],"st":"MT"}},"30081":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-114.3357249354,46.655272967354],[-113.827743,46.660896],[-113.811703,46.58907],[-113.874651,46.508329],[-113.750527,46.272146],[-113.821174,46.212466],[-113.753246,46.1128],[-113.803677,46.037675],[-113.687673,46.035406],[-113.648358,45.965038],[-113.517409,45.940089],[-113.516144,45.938814],[-113.528581,45.88116],[-113.697639,45.843545],[-113.829875,45.750746],[-113.870452,45.781574],[-113.94832148257,45.682577358441],[-114.279217,45.480616],[-114.36852,45.492716],[-114.52377304493,45.585326506607],[-114.504869,45.722176],[-114.562509,45.779927],[-114.517143,45.835993],[-114.388243,45.88234],[-114.402261,45.961489],[-114.480241,46.030325],[-114.460049,46.097104],[-114.514706,46.167726],[-114.445928,46.173933],[-114.403019,46.498675],[-114.351655,46.508119],[-114.3357249354,46.655272967354]]]},"properties":{"id":"30081","n":"Ravalli","z":["59827","59828","59829","59833","59835","59840","59841","59870","59871","59875"],"st":"MT"}},"30083":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-105.234771,47.790502],[-105.195122,47.868081],[-105.194783,48.066617],[-105.177722,48.1031],[-105.057163,48.077671],[-104.947319,48.094202],[-104.891321,48.15069],[-104.681633,48.103323],[-104.544517,48.126553],[-104.245936,48.031005],[-104.14247,48.055005],[-104.04409327282,47.996107174187],[-104.04497671641,47.397069201282],[-104.131863,47.353901],[-104.420347,47.354435],[-104.513292,47.354719],[-104.513049,47.529442],[-104.594046,47.529335],[-104.593664,47.616294],[-104.978553,47.616272],[-104.97809,47.703293],[-105.235016,47.703581],[-105.234771,47.790502]]]},"properties":{"id":"30083","n":"Richland","z":["59213","59217","59218","59221","59243","59255","59259","59262","59270"],"st":"MT"}},"30085":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-105.804436,48.563358],[-104.973354,48.56319],[-104.757619,48.563127],[-104.757643,48.476556],[-104.627726,48.476349],[-104.62776,48.389362],[-104.04678216171,48.389300731145],[-104.04409327282,47.996107174187],[-104.14247,48.055005],[-104.245936,48.031005],[-104.544517,48.126553],[-104.681633,48.103323],[-104.891321,48.15069],[-104.947319,48.094202],[-105.057163,48.077671],[-105.177722,48.1031],[-105.194783,48.066617],[-105.503195,48.097792],[-105.647941,48.077304],[-105.843891,48.010289],[-105.804599,48.219037],[-105.804436,48.563358]]]},"properties":{"id":"30085","n":"Roosevelt","z":["59201","59212","59213","59218","59226","59255","59258"],"st":"MT"}},"30087":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-107.892233,46.851215],[-106.720157,46.859603],[-106.086463,46.845881],[-106.120366,46.483648],[-106.155143,46.483634],[-106.153433,46.13726],[-106.191629,46.137183],[-106.191734,45.7886],[-106.234502,45.788578],[-106.279549,45.351797],[-106.279709,45.179728],[-106.768014,45.179728],[-106.768676,45.352826],[-106.727573,45.676469],[-106.912959,45.683915],[-106.877217,45.831714],[-106.939095,45.870041],[-106.939067,46.136667],[-107.007394,46.134198],[-107.028422,46.39546],[-107.153444,46.395613],[-107.174531,46.482713],[-107.738548,46.481806],[-107.781214,46.496014],[-107.792939,46.67983],[-107.827687,46.755875],[-107.892233,46.851215]]]},"properties":{"id":"30087","n":"Rosebud","z":["59003","59004","59012","59039","59043","59054","59301","59323","59327","59333","59347"],"st":"MT"}},"30089":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-116.04892924778,48.216127947927],[-115.957251,48.149042],[-115.936745,48.184166],[-115.737279,48.263292],[-115.672359,48.206394],[-115.524695,47.908594],[-115.185196,47.919004],[-115.154527,48.017692],[-115.010672,48.017621],[-114.989344,47.872807],[-114.604584,47.875605],[-114.604462,47.789871],[-114.58376,47.601718],[-114.320528,47.594551],[-114.383453,47.483254],[-114.301457,47.49705],[-114.35308,47.38985],[-114.203026,47.355746],[-114.18717,47.138191],[-114.264148,47.12107],[-114.346111,47.176235],[-114.563737,47.254611],[-114.797204,47.268916],[-114.968978,47.312625],[-114.982265,47.396804],[-115.249057,47.480416],[-115.52591,47.49541],[-115.634684,47.48176],[-115.717024,47.532693],[-115.72377,47.696671],[-115.835365,47.760957],[-116.03856582987,47.984634256442],[-116.04892924778,48.216127947927]]]},"properties":{"id":"30089","n":"Sanders","z":["59821","59831","59844","59845","59848","59853","59856","59859","59873","59874"],"st":"MT"}},"30091":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-105.05764171669,48.999228887392],[-104.048736,48.999877],[-104.04808756883,48.634012373399],[-104.04678216171,48.389300731145],[-104.62776,48.389362],[-104.627726,48.476349],[-104.757643,48.476556],[-104.757619,48.563127],[-104.973354,48.56319],[-104.973283,48.65006],[-105.038548,48.650099],[-105.038171,48.910512],[-105.05764171669,48.999228887392]]]},"properties":{"id":"30091","n":"Sheridan","z":["59211","59219","59242","59247","59252","59254","59256","59257","59258","59275"],"st":"MT"}},"30093":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-113.085517,45.860648],[-112.923224,45.934595],[-112.938955,45.993258],[-112.777717,46.048313],[-112.77712,46.135826],[-112.577106,46.178981],[-112.519997,46.136394],[-112.404349,45.888049],[-112.401441,45.831851],[-112.190269,45.748503],[-112.461816,45.742584],[-112.687054,45.624854],[-112.759339,45.748209],[-112.988358,45.808476],[-113.085517,45.860648]]]},"properties":{"id":"30093","n":"Silver Bow","z":["59701","59703","59707","59711","59727","59743","59748","59750","59759"],"st":"MT"}},"30095":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-109.417158,46.044759],[-109.416227,46.132371],[-108.924589,46.13237],[-108.901655,45.959416],[-108.904726,45.682821],[-108.843016,45.611042],[-108.97281,45.616554],[-109.127343,45.587671],[-109.191761,45.464504],[-109.356417,45.464326],[-109.520884,45.391852],[-109.687857,45.26144],[-109.687792,45.167339],[-109.798673,45.167339],[-110.064518,45.172129],[-110.064581,45.348755],[-109.931984,45.348755],[-109.932025,45.522456],[-109.808841,45.52247],[-109.808793,45.565925],[-109.685385,45.56561],[-109.685385,45.609022],[-109.56207,45.609119],[-109.548822,45.870749],[-109.506604,45.959112],[-109.423026,45.960011],[-109.417158,46.044759]]]},"properties":{"id":"30095","n":"Stillwater","z":["59001","59015","59019","59028","59057","59061","59063","59067","59069"],"st":"MT"}},"30097":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-110.281916,46.184397],[-110.281971,46.220605],[-109.653871,46.219404],[-109.605153,46.044994],[-109.417158,46.044759],[-109.423026,45.960011],[-109.506604,45.959112],[-109.548822,45.870749],[-109.56207,45.609119],[-109.685385,45.609022],[-109.685385,45.56561],[-109.808793,45.565925],[-109.808841,45.52247],[-109.932025,45.522456],[-109.931984,45.348755],[-110.064581,45.348755],[-110.064518,45.172129],[-110.228052,45.172129],[-110.220908,45.784973],[-110.292662,45.785057],[-110.281916,46.184397]]]},"properties":{"id":"30097","n":"Sweet Grass","z":["59011","59033","59052","59055","59069"],"st":"MT"}},"30099":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-113.014811,48.13103],[-112.177755,48.130717],[-112.177751,48.087162],[-112.047999,48.086612],[-111.984263,47.984592],[-111.408514,47.987178],[-111.40885,47.698123],[-111.666482,47.697761],[-111.66626,47.611253],[-111.922936,47.611231],[-111.927109,47.500146],[-112.047781,47.516034],[-112.278,47.505623],[-112.405146,47.552317],[-112.429183,47.603386],[-112.549721,47.651977],[-112.780545,47.598622],[-112.91422,47.694958],[-112.913256,47.826216],[-112.984734,47.953918],[-112.878931,47.975713],[-113.014811,48.13103]]]},"properties":{"id":"30099","n":"Teton","z":["59410","59419","59422","59425","59433","59436","59443","59467","59468","59487"],"st":"MT"}},"30101":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-112.19341019591,48.998893776634],[-111.26986200083,48.997229786812],[-111.275306,48.219531],[-111.409018,48.219542],[-111.665599,48.219549],[-111.665756,48.349456],[-111.795855,48.349812],[-111.79591,48.393081],[-111.990889,48.394265],[-111.990944,48.438546],[-112.184784,48.477578],[-112.19341019591,48.998893776634]]]},"properties":{"id":"30101","n":"Toole","z":["59435","59444","59454","59456","59466","59474","59482","59484"],"st":"MT"}},"30103":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-107.738548,46.481806],[-107.174531,46.482713],[-107.153444,46.395613],[-107.028422,46.39546],[-107.007394,46.134198],[-106.939067,46.136667],[-106.939095,45.870041],[-107.052159,45.870052],[-107.051946,45.913489],[-107.17636,45.913323],[-107.176358,45.956761],[-107.425128,45.956674],[-107.424929,46.043374],[-107.511534,46.043403],[-107.466131,46.177774],[-107.738548,46.481806]]]},"properties":{"id":"30103","n":"Treasure","z":["59010","59038","59076"],"st":"MT"}},"30105":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-107.17981201254,48.999911601747],[-106.11206332368,48.9992794384],[-106.151908,48.823927],[-106.021251,48.823975],[-106.02131,48.563424],[-105.804436,48.563358],[-105.804599,48.219037],[-105.843891,48.010289],[-106.006176,48.033689],[-106.229302,48.026416],[-106.400605,48.061921],[-106.41862,47.957457],[-106.501725,47.958287],[-106.510321,47.878996],[-106.603126,47.784743],[-106.734453,47.734156],[-106.861668,47.737372],[-106.892753,47.674818],[-107.249,47.661566],[-107.414886,47.691734],[-107.404513,48.21844],[-107.369252,48.305163],[-107.260458,48.304768],[-107.301721,48.480943],[-107.192691,48.509402],[-107.206316,48.56817],[-107.206032,48.91271],[-107.17981201254,48.999911601747]]]},"properties":{"id":"30105","n":"Valley","z":["59201","59223","59225","59230","59231","59240","59241","59244","59248","59250","59260","59261","59273"],"st":"MT"}},"30107":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-110.273337,46.710509],[-109.969221,46.752909],[-109.745745,46.694097],[-109.389163,46.693625],[-109.402906,46.219706],[-109.653871,46.219404],[-110.281971,46.220605],[-110.273337,46.710509]]]},"properties":{"id":"30107","n":"Wheatland","z":["59036","59053","59078","59085","59453"],"st":"MT"}},"30109":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-104.603766,46.860853],[-104.412124,46.904003],[-104.306062,47.042046],[-104.316166,47.18054],[-104.420347,47.354435],[-104.131863,47.353901],[-104.04497671641,47.397069201282],[-104.04530830987,47.330127858806],[-104.04538510369,46.641501059122],[-104.354835,46.641409],[-104.417998,46.684892],[-104.606903,46.684924],[-104.603766,46.860853]]]},"properties":{"id":"30109","n":"Wibaux","z":["59353"],"st":"MT"}},"30111":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-108.924589,46.13237],[-108.779733,46.132457],[-108.404795,46.132952],[-108.404856,46.23596],[-108.320812,46.263997],[-108.029363,46.264055],[-108.011948,46.336813],[-107.928547,46.395284],[-107.782087,46.395182],[-107.781214,46.496014],[-107.738548,46.481806],[-107.466131,46.177774],[-107.511534,46.043403],[-107.674454,46.04361],[-107.674468,45.985759],[-107.798753,45.98568],[-107.881846,45.899233],[-108.047352,45.899479],[-108.069572,45.783507],[-108.069752,45.518535],[-108.316245,45.489503],[-108.316374,45.460509],[-108.645325,45.464073],[-108.801761,45.551965],[-108.782,45.638639],[-108.843016,45.611042],[-108.904726,45.682821],[-108.901655,45.959416],[-108.924589,46.13237]]]},"properties":{"id":"30111","n":"Yellowstone","z":["58106","59002","59006","59015","59024","59037","59041","59044","59057","59064","59079","59088","59101","59102","59103","59104","59105","59106","59107","59108","59111","59112","59114","59115","59116","59117"],"st":"MT"}},"31001":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.724387,40.689772],[-98.72143,40.698903],[-98.282851,40.698284],[-98.278103,40.698291],[-98.27809,40.350347],[-98.723948,40.350391],[-98.724387,40.689772]]]},"properties":{"id":"31001","n":"Adams","z":["68883","68901","68902","68925","68928","68930","68932","68941","68950","68955","68956","68973","68980"],"st":"NE"}},"31003":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.300235,42.436913],[-97.834431,42.437684],[-97.834536,42.08975],[-97.833288,41.916286],[-98.295602,41.914954],[-98.300592,42.088853],[-98.300235,42.436913]]]},"properties":{"id":"31003","n":"Antelope","z":["68636","68720","68726","68729","68735","68756","68761","68764","68769","68773","68781"],"st":"NE"}},"31005":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-101.985523,41.74229],[-101.42592,41.743059],[-101.406466,41.7432],[-101.40726,41.395416],[-101.98463,41.394712],[-101.985523,41.74229]]]},"properties":{"id":"31005","n":"Arthur","z":["69121","69146","69350","69366"],"st":"NE"}},"31007":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-104.05282523524,41.697953853064],[-103.370391,41.69921],[-103.369024,41.437655],[-103.37762,41.394633],[-104.05228713412,41.393214000193],[-104.05263457163,41.564275779574],[-104.05282523524,41.697953853064]]]},"properties":{"id":"31007","n":"Banner","z":{"0":"69128","1":"69145","2":"69156","3":"69334","4":"69341","5":"69345","12":"82082"},"st":"NE"}},"31009":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.267622,42.086147],[-100.167605,42.085848],[-99.686959,42.086075],[-99.686834,41.740326],[-100.251224,41.739817],[-100.265474,41.739856],[-100.267622,42.086147]]]},"properties":{"id":"31009","n":"Blaine","z":["68813","68821","68833","69157"],"st":"NE"}},"31011":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.295602,41.914954],[-97.833288,41.916286],[-97.830493,41.742238],[-97.829846,41.526174],[-98.041328,41.510534],[-98.099523,41.480777],[-98.291344,41.480727],[-98.29576,41.741178],[-98.295602,41.914954]]]},"properties":{"id":"31011","n":"Boone","z":["68620","68627","68652","68655","68660","68758"],"st":"NE"}},"31013":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-103.444532,42.437354],[-102.773366,42.439922],[-102.749611,42.430454],[-102.742269,42.092388],[-102.697835,42.004843],[-103.363337,42.00293],[-103.401639,42.00354],[-103.444108,42.090708],[-103.444532,42.437354]]]},"properties":{"id":"31013","n":"Box Butte","z":["69301","69348"],"st":"NE"}},"31015":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.254455012317,42.998220926787],[-98.49855,42.99856],[-98.434503,42.929227],[-98.308186816451,42.886489207426],[-98.305149,42.761207],[-98.58376,42.779736],[-98.892846,42.845792],[-98.982527,42.896436],[-99.257039,42.804296],[-99.254455012317,42.998220926787]]]},"properties":{"id":"31015","n":"Boyd","z":["68719","68722","68746","68755","68777"],"st":"NE"}},"31017":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.198478,42.846102],[-100.11334,42.799683],[-99.677684,42.730903],[-99.662379,42.086009],[-99.686959,42.086075],[-100.167605,42.085848],[-100.183167,42.43343],[-100.18327,42.781005],[-100.198478,42.846102]]]},"properties":{"id":"31017","n":"Brown","z":["69210","69214","69217"],"st":"NE"}},"31019":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.425986,41.046471],[-99.207564,41.047003],[-98.748526,41.04664],[-98.721975,41.046674],[-98.72143,40.698903],[-98.724387,40.689772],[-98.906096,40.652722],[-99.179248,40.660541],[-99.417316,40.670825],[-99.425986,41.046471]]]},"properties":{"id":"31019","n":"Buffalo","z":["68812","68836","68840","68844","68845","68847","68848","68849","68858","68861","68866","68869","68870","68876"],"st":"NE"}},"31021":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.554866,42.015875],[-96.309645,42.015187],[-96.272877,42.047238],[-96.132537,41.974625],[-96.126821253465,41.866095247702],[-96.064537,41.793002],[-96.107937871746,41.676508989762],[-96.444785,41.683633],[-96.444217,41.741775],[-96.555172,41.742018],[-96.554866,42.015875]]]},"properties":{"id":"31021","n":"Burt","z":{"1":"68019","2":"68020","3":"68029","4":"68038","5":"68045","6":"68061","26":"51557"},"st":"NE"}},"31023":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.368186,41.396416],[-97.253519,41.384212],[-97.178464,41.376816],[-96.90591,41.456436],[-96.905862,41.453389],[-96.908507,41.046091],[-96.91094,41.046116],[-97.368118,41.046947],[-97.368186,41.396416]]]},"properties":{"id":"31023","n":"Butler","z":["68001","68014","68036","68601","68624","68626","68632","68635","68658","68662","68667","68669"],"st":"NE"}},"31025":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.463861,41.016069],[-96.319191,41.044998],[-96.218939,40.994308],[-96.056256,41.065356],[-95.864784764085,41.052845504614],[-95.81872727857,40.897948066406],[-95.834243816714,40.783784387043],[-96.463764,40.78396],[-96.463861,41.016069]]]},"properties":{"id":"31025","n":"Cass","z":["68003","68016","68037","68048","68058","68304","68307","68347","68349","68366","68403","68407","68409","68413","68455","68462","68463"],"st":"NE"}},"31027":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.484916876342,42.850003214868],[-97.237868,42.853139],[-97.165070392374,42.791616641468],[-97.015631112747,42.756525462488],[-97.017789,42.351347],[-97.367724,42.351861],[-97.36759,42.438775],[-97.485298,42.438578],[-97.484916876342,42.850003214868]]]},"properties":{"id":"31027","n":"Cedar","z":{"1":"68717","2":"68727","3":"68730","4":"68736","5":"68739","6":"68745","7":"68749","8":"68757","9":"68771","10":"68774","11":"68786","12":"68792","13":"57078"},"st":"NE"}},"31029":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-102.0513047986,40.440007993377],[-102.05129415158,40.697546832389],[-101.345365,40.698093],[-101.342788,40.350444],[-102.05130855184,40.349221356872],[-102.0513047986,40.440007993377]]]},"properties":{"id":"31029","n":"Chase","z":["69023","69027","69030","69033","69045","69168"],"st":"NE"}},"31031":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-102.08254804307,42.99914064039],[-101.22801339779,42.997868739647],[-100.19841379978,42.997976883969],[-100.198478,42.846102],[-100.18327,42.781005],[-100.183167,42.43343],[-100.167605,42.085848],[-100.267622,42.086147],[-100.846129,42.088166],[-101.426557,42.092194],[-102.006204,42.096338],[-102.04028,42.096744],[-102.084961,42.785509],[-102.08254804307,42.99914064039]]]},"properties":{"id":"31031","n":"Cherry","z":["69135","69152","69161","69166","69201","69211","69212","69216","69218","69219","69220","69221","69333","69343","69350","69366"],"st":"NE"}},"31033":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-103.37762,41.394633],[-103.369024,41.437655],[-102.636695,41.439053],[-102.609386,41.395115],[-102.610413,41.221614],[-102.62103302445,41.002223202616],[-102.65346413727,41.002225324144],[-103.38249165189,41.001926146621],[-103.37762,41.394633]]]},"properties":{"id":"31033","n":"Cheyenne","z":["69131","69141","69149","69156","69160","69162"],"st":"NE"}},"31035":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.278103,40.698291],[-97.825723,40.698555],[-97.82478,40.698537],[-97.824114,40.350541],[-98.273571,40.350359],[-98.27809,40.350347],[-98.278103,40.698291]]]},"properties":{"id":"31035","n":"Clay","z":["68452","68818","68901","68933","68934","68935","68938","68941","68944","68954","68975","68979","68980"],"st":"NE"}},"31037":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.252425,41.743085],[-97.019911,41.74298],[-96.905922,41.742763],[-96.90591,41.456436],[-97.178464,41.376816],[-97.253519,41.384212],[-97.252425,41.743085]]]},"properties":{"id":"31037","n":"Colfax","z":["68601","68629","68633","68641","68643","68659","68661"],"st":"NE"}},"31039":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.019359,42.090577],[-96.82367,42.090411],[-96.555511,42.089957],[-96.554866,42.015875],[-96.555172,41.742018],[-96.905922,41.742763],[-97.019911,41.74298],[-97.019359,42.090577]]]},"properties":{"id":"31039","n":"Cuming","z":["68004","68045","68047","68633","68641","68716","68788","68791"],"st":"NE"}},"31041":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.251224,41.739817],[-99.686834,41.740326],[-99.22183,41.740792],[-99.212016,41.740613],[-99.203261,41.39414],[-99.207564,41.047003],[-99.425986,41.046471],[-100.224235,41.046597],[-100.251098,41.393298],[-100.251224,41.739817]]]},"properties":{"id":"31041","n":"Custer","z":["68813","68814","68815","68822","68825","68828","68834","68855","68856","68860","68866","68874","68878","68881","69120","69138"],"st":"NE"}},"31043":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.627945456902,42.527096139142],[-96.445508,42.49063],[-96.381307,42.461694],[-96.407998,42.337408],[-96.351957192496,42.280894704543],[-96.726661,42.278005],[-96.722231,42.524652],[-96.627945456902,42.527096139142]]]},"properties":{"id":"31043","n":"Dakota","z":["68030","68731","68733","68741","68743","68770","68776","68785"],"st":"NE"}},"31045":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-103.50509926163,43.000758813031],[-103.00060952603,43.000259286774],[-102.79211093984,43.00003623577],[-102.773369,42.785265],[-102.773366,42.439922],[-103.444532,42.437354],[-103.480082,42.437267],[-103.480403,42.784966],[-103.50509926163,43.000758813031]]]},"properties":{"id":"31045","n":"Dawes","z":["69337","69339","69347","69348","69354","69367"],"st":"NE"}},"31047":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.224235,41.046597],[-99.425986,41.046471],[-99.417316,40.670825],[-99.643462,40.684911],[-99.981743,40.700003],[-100.223311,40.700254],[-100.224235,41.046597]]]},"properties":{"id":"31047","n":"Dawson","z":["68834","68836","68850","68863","68878","68937","69028","69029","69130","69138","69171"],"st":"NE"}},"31049":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-102.610413,41.221614],[-102.055535,41.221547],[-102.051761,41.00389],[-102.05171751638,41.002376967624],[-102.62103302445,41.002223202616],[-102.610413,41.221614]]]},"properties":{"id":"31049","n":"Deuel","z":["69122","69129"],"st":"NE"}},"31051":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.017789,42.351347],[-97.015631112747,42.756525462488],[-96.807370600098,42.700678985373],[-96.697639,42.659143],[-96.7093,42.603753],[-96.627945456902,42.527096139142],[-96.722231,42.524652],[-96.726661,42.278005],[-96.822497,42.264292],[-97.01773,42.264453],[-97.017789,42.351347]]]},"properties":{"id":"31051","n":"Dixon","z":["68710","68728","68732","68733","68751","68757","68770","68784","68785","68787"],"st":"NE"}},"31053":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.905922,41.742763],[-96.555172,41.742018],[-96.444217,41.741775],[-96.444785,41.683633],[-96.434792,41.494928],[-96.329012,41.393136],[-96.47072,41.393239],[-96.568677,41.432986],[-96.905862,41.453389],[-96.90591,41.456436],[-96.905922,41.742763]]]},"properties":{"id":"31053","n":"Dodge","z":["68025","68026","68031","68044","68057","68063","68072","68621","68633","68649","68664"],"st":"NE"}},"31055":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.47072,41.393239],[-96.329012,41.393136],[-95.92733624232,41.38998793746],[-95.890152,41.278308],[-95.909908491255,41.191282850828],[-96.327399,41.189999],[-96.421439,41.364165],[-96.47072,41.393239]]]},"properties":{"id":"31055","n":"Douglas","z":["68007","68010","68022","68064","68069","68101","68102","68103","68104","68105","68106","68107","68108","68109","68110","68111","68112","68114","68116","68117","68118","68119","68122","68124","68127","68130","68131","68132","68134","68135","68137","68139","68142","68144","68145","68147","68152","68154","68157","68164","68172","68175","68176","68178","68179","68180","68182","68183","68197","68198"],"st":"NE"}},"31057":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-102.05130855184,40.349221356872],[-101.342788,40.350444],[-101.323353,40.350553],[-101.32551402752,40.00256534823],[-101.4110289878,40.002582569568],[-102.051744,40.003078],[-102.05130855184,40.349221356872]]]},"properties":{"id":"31057","n":"Dundy","z":{"0":"69021","1":"69030","2":"69037","3":"69041","4":"69045","25":"80758"},"st":"NE"}},"31059":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.82478,40.698537],[-97.368401,40.698625],[-97.368688,40.350392],[-97.820816,40.350545],[-97.824114,40.350541],[-97.82478,40.698537]]]},"properties":{"id":"31059","n":"Fillmore","z":["68322","68351","68354","68361","68365","68406","68416","68436","68444","68453","68979"],"st":"NE"}},"31061":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.179403,40.350681],[-98.726827,40.350398],[-98.726372963939,40.002336273167],[-99.067018349898,40.002143513052],[-99.179133150861,40.002108952695],[-99.179403,40.350681]]]},"properties":{"id":"31061","n":"Franklin","z":["68929","68932","68939","68947","68960","68972","68981","68982"],"st":"NE"}},"31063":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.777833,40.700135],[-100.223311,40.700254],[-99.981743,40.700003],[-99.981193,40.438291],[-100.095095,40.438656],[-100.094798,40.351245],[-100.197807,40.350027],[-100.758435,40.349507],[-100.777376,40.349466],[-100.777833,40.700135]]]},"properties":{"id":"31063","n":"Frontier","z":["69001","69022","69025","69028","69029","69034","69038","69039","69042"],"st":"NE"}},"31065":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.197807,40.350027],[-100.094798,40.351245],[-99.642209,40.3512],[-99.630459,40.35112],[-99.628253849225,40.001771947268],[-100.17779754588,40.001565813852],[-100.19359905684,40.00157300572],[-100.197807,40.350027]]]},"properties":{"id":"31065","n":"Furnas","z":["68922","68926","68936","68946","68948","68967","68977","69022","69046"],"st":"NE"}},"31067":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.916055,40.349727],[-96.912637,40.523625],[-96.463632,40.523013],[-96.463667,40.262173],[-96.463712076775,40.000958572554],[-96.805768,40.001368455095],[-96.916407005466,40.001454091044],[-96.916055,40.349727]]]},"properties":{"id":"31067","n":"Gage","z":["68301","68309","68310","68318","68328","68331","68341","68342","68357","68358","68381","68415","68422","68458","68465","68466"],"st":"NE"}},"31069":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-102.677582,42.005282],[-102.06665,42.009195],[-102.067918,41.742099],[-101.985523,41.74229],[-101.98463,41.394712],[-102.055256,41.395162],[-102.055535,41.221547],[-102.610413,41.221614],[-102.609386,41.395115],[-102.636695,41.439053],[-102.636476,41.743139],[-102.677582,42.005282]]]},"properties":{"id":"31069","n":"Garden","z":["69147","69148","69149","69154","69190","69333","69351"],"st":"NE"}},"31071":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.222733,42.087916],[-98.761155,42.088518],[-98.759133,41.740382],[-99.212016,41.740613],[-99.22183,41.740792],[-99.222733,42.087916]]]},"properties":{"id":"31071","n":"Garfield","z":["68823"],"st":"NE"}},"31073":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.981743,40.700003],[-99.643462,40.684911],[-99.642209,40.3512],[-100.094798,40.351245],[-100.095095,40.438656],[-99.981193,40.438291],[-99.981743,40.700003]]]},"properties":{"id":"31073","n":"Gosper","z":["68850","68922","68927","68936","68937","68948","68976","69028"],"st":"NE"}},"31075":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-102.06665,42.009195],[-102.008562,42.008901],[-102.006204,42.096338],[-101.426557,42.092194],[-101.42592,41.743059],[-101.985523,41.74229],[-102.067918,41.742099],[-102.06665,42.009195]]]},"properties":{"id":"31075","n":"Grant","z":["69333","69350","69366"],"st":"NE"}},"31077":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.752225,41.740372],[-98.29576,41.741178],[-98.291344,41.480727],[-98.291419,41.393894],[-98.74433,41.394178],[-98.751558,41.394084],[-98.752225,41.740372]]]},"properties":{"id":"31077","n":"Greeley","z":["68665","68842","68875","68882"],"st":"NE"}},"31079":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.721975,41.046674],[-98.287168,41.046363],[-98.282578,40.868677],[-98.282851,40.698284],[-98.72143,40.698903],[-98.721975,41.046674]]]},"properties":{"id":"31079","n":"Hall","z":["68801","68802","68803","68810","68824","68832","68876","68883","68956"],"st":"NE"}},"31081":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.282578,40.868677],[-98.010548,41.072761],[-97.874073,41.123148],[-97.828256,41.173439],[-97.826287,41.046581],[-97.825723,40.698555],[-98.278103,40.698291],[-98.282851,40.698284],[-98.282578,40.868677]]]},"properties":{"id":"31081","n":"Hamilton","z":["68371","68628","68654","68818","68832","68841","68843","68846","68854","68865","68944","68980"],"st":"NE"}},"31083":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.630459,40.35112],[-99.179403,40.350681],[-99.179133150861,40.002108952695],[-99.6253267264,40.001777827647],[-99.628253849225,40.001771947268],[-99.630459,40.35112]]]},"properties":{"id":"31083","n":"Harlan","z":["68920","68949","68966","68967","68969","68971","68977","68982"],"st":"NE"}},"31085":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-101.345365,40.698093],[-101.247963,40.697802],[-100.777833,40.700135],[-100.777376,40.349466],[-101.323353,40.350553],[-101.342788,40.350444],[-101.345365,40.698093]]]},"properties":{"id":"31085","n":"Hayes","z":["69024","69032","69038","69040","69045","69134","69169"],"st":"NE"}},"31087":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-101.323353,40.350553],[-100.777376,40.349466],[-100.758435,40.349507],[-100.75883,40.002302],[-101.32551402752,40.00256534823],[-101.323353,40.350553]]]},"properties":{"id":"31087","n":"Hitchcock","z":["69024","69040","69043","69044"],"st":"NE"}},"31089":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.257039,42.804296],[-98.982527,42.896436],[-98.892846,42.845792],[-98.58376,42.779736],[-98.305149,42.761207],[-98.300235,42.436913],[-98.300592,42.088853],[-98.761155,42.088518],[-99.222733,42.087916],[-99.234629,42.087995],[-99.245803,42.782499],[-99.257039,42.804296]]]},"properties":{"id":"31089","n":"Holt","z":["68711","68713","68725","68726","68734","68735","68742","68746","68763","68764","68766","68777","68780"],"st":"NE"}},"31091":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-101.426557,42.092194],[-100.846129,42.088166],[-100.842459,41.740404],[-101.406466,41.7432],[-101.42592,41.743059],[-101.426557,42.092194]]]},"properties":{"id":"31091","n":"Hooker","z":["69152"],"st":"NE"}},"31093":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.74433,41.394178],[-98.291419,41.393894],[-98.286584,41.393898],[-98.287168,41.046363],[-98.721975,41.046674],[-98.748526,41.04664],[-98.74433,41.394178]]]},"properties":{"id":"31093","n":"Howard","z":["68817","68820","68824","68831","68835","68838","68864","68872","68873","68882"],"st":"NE"}},"31095":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.368688,40.350392],[-96.916055,40.349727],[-96.916407005466,40.001454091044],[-97.369199035315,40.001939305761],[-97.368688,40.350392]]]},"properties":{"id":"31095","n":"Jefferson","z":["68338","68341","68342","68350","68352","68377","68424","68440"],"st":"NE"}},"31097":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.463632,40.523013],[-96.067012,40.523148],[-96.066736,40.262038],[-96.463667,40.262173],[-96.463632,40.523013]]]},"properties":{"id":"31097","n":"Johnson","z":["68329","68332","68348","68378","68443","68447","68450"],"st":"NE"}},"31099":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.179248,40.660541],[-98.906096,40.652722],[-98.724387,40.689772],[-98.723948,40.350391],[-98.726827,40.350398],[-99.179403,40.350681],[-99.179248,40.660541]]]},"properties":{"id":"31099","n":"Kearney","z":["68840","68845","68847","68924","68945","68956","68959","68982"],"st":"NE"}},"31101":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-102.055535,41.221547],[-102.055256,41.395162],[-101.98463,41.394712],[-101.40726,41.395416],[-101.269695,41.394934],[-101.270381,41.047392],[-101.249975,41.00395],[-102.051761,41.00389],[-102.055535,41.221547]]]},"properties":{"id":"31101","n":"Keith","z":["69122","69127","69144","69146","69147","69153","69155"],"st":"NE"}},"31103":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.19841379978,42.997976883969],[-99.534055014809,42.998197488318],[-99.254455012317,42.998220926787],[-99.257039,42.804296],[-99.415222,42.772098],[-99.537491,42.717626],[-99.677684,42.730903],[-100.11334,42.799683],[-100.198478,42.846102],[-100.19841379978,42.997976883969]]]},"properties":{"id":"31103","n":"Keya Paha","z":["68753","68759","68778","69201","69210","69220"],"st":"NE"}},"31105":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-104.05228713412,41.393214000193],[-103.37762,41.394633],[-103.38249165189,41.001926146621],[-103.5737740062,41.001721799084],[-104.053249,41.001406],[-104.05228713412,41.393214000193]]]},"properties":{"id":"31105","n":"Kimball","z":["69128","69133","69145"],"st":"NE"}},"31107":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.308186816451,42.886489207426],[-98.152586654838,42.841153381064],[-98.035034,42.764205],[-97.950147,42.769619],[-97.857957,42.865093],[-97.635442090442,42.851809075185],[-97.484916876342,42.850003214868],[-97.485298,42.438578],[-97.834431,42.437684],[-98.300235,42.436913],[-98.305149,42.761207],[-98.308186816451,42.886489207426]]]},"properties":{"id":"31107","n":"Knox","z":["68718","68724","68729","68730","68760","68764","68783","68786","68789"],"st":"NE"}},"31109":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.913493,40.697948],[-96.91094,41.046116],[-96.908507,41.046091],[-96.463869,41.045083],[-96.463861,41.016069],[-96.463764,40.78396],[-96.463632,40.523013],[-96.912637,40.523625],[-96.913493,40.697948]]]},"properties":{"id":"31109","n":"Lancaster","z":["68017","68065","68301","68317","68333","68336","68339","68347","68358","68366","68368","68372","68402","68404","68419","68428","68430","68438","68461","68462","68501","68502","68503","68504","68505","68506","68507","68508","68509","68510","68512","68514","68516","68517","68520","68521","68522","68523","68524","68526","68527","68528","68529","68531","68532","68542","68544","68583","68588"],"st":"NE"}},"31111":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-101.269695,41.394934],[-100.713243,41.393511],[-100.251098,41.393298],[-100.224235,41.046597],[-100.223311,40.700254],[-100.777833,40.700135],[-101.247963,40.697802],[-101.249975,41.00395],[-101.270381,41.047392],[-101.269695,41.394934]]]},"properties":{"id":"31111","n":"Lincoln","z":["69025","69029","69039","69101","69103","69120","69123","69132","69138","69143","69151","69163","69165","69169","69170"],"st":"NE"}},"31113":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.711711,41.739761],[-100.265474,41.739856],[-100.251224,41.739817],[-100.251098,41.393298],[-100.713243,41.393511],[-100.711711,41.739761]]]},"properties":{"id":"31113","n":"Logan","z":["68833","69120","69163"],"st":"NE"}},"31115":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.686959,42.086075],[-99.662379,42.086009],[-99.234629,42.087995],[-99.222733,42.087916],[-99.22183,41.740792],[-99.686834,41.740326],[-99.686959,42.086075]]]},"properties":{"id":"31115","n":"Loup","z":["68823","68879"],"st":"NE"}},"31117":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-101.406466,41.7432],[-100.842459,41.740404],[-100.711711,41.739761],[-100.713243,41.393511],[-101.269695,41.394934],[-101.40726,41.395416],[-101.406466,41.7432]]]},"properties":{"id":"31117","n":"McPherson","z":["69101","69165","69167"],"st":"NE"}},"31119":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.834536,42.08975],[-97.368404,42.090922],[-97.36807,41.743207],[-97.830493,41.742238],[-97.833288,41.916286],[-97.834536,42.08975]]]},"properties":{"id":"31119","n":"Madison","z":["68642","68644","68701","68702","68715","68738","68748","68752","68758","68781"],"st":"NE"}},"31121":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.286584,41.393898],[-98.275408,41.264341],[-98.101546,41.264041],[-98.053137,41.293123],[-97.705497,41.309134],[-97.703765,41.394876],[-97.598461,41.395068],[-97.598253,41.333119],[-97.828256,41.173439],[-97.874073,41.123148],[-98.010548,41.072761],[-98.282578,40.868677],[-98.287168,41.046363],[-98.286584,41.393898]]]},"properties":{"id":"31121","n":"Merrick","z":["68628","68663","68801","68816","68826","68827","68864","68872"],"st":"NE"}},"31123":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-103.370391,41.69921],[-103.363337,42.00293],[-102.697835,42.004843],[-102.677582,42.005282],[-102.636476,41.743139],[-102.636695,41.439053],[-103.369024,41.437655],[-103.370391,41.69921]]]},"properties":{"id":"31123","n":"Morrill","z":["69125","69131","69148","69301","69331","69334","69336"],"st":"NE"}},"31125":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.291344,41.480727],[-98.099523,41.480777],[-98.041328,41.510534],[-97.829846,41.526174],[-97.703627,41.526796],[-97.703765,41.394876],[-97.705497,41.309134],[-98.053137,41.293123],[-98.101546,41.264041],[-98.275408,41.264341],[-98.286584,41.393898],[-98.291419,41.393894],[-98.291344,41.480727]]]},"properties":{"id":"31125","n":"Nance","z":["68623","68638","68640","68660","68663","68864"],"st":"NE"}},"31127":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.067012,40.523148],[-95.712280371801,40.523754426207],[-95.649418,40.396149],[-95.653729,40.322582],[-95.54818200118,40.264414672843],[-95.54787031627,40.26278346082],[-96.010176,40.261482],[-96.066736,40.262038],[-96.067012,40.523148]]]},"properties":{"id":"31127","n":"Nemaha","z":["68305","68320","68321","68376","68378","68379","68414","68421","68442"],"st":"NE"}},"31129":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.273571,40.350359],[-97.824114,40.350541],[-97.820816,40.350545],[-97.821500812275,40.002186882089],[-97.931824926317,40.00223634502],[-98.274017059753,40.00233745073],[-98.273571,40.350359]]]},"properties":{"id":"31129","n":"Nuckolls","z":["68335","68798","68934","68935","68942","68943","68957","68961","68964","68974","68978"],"st":"NE"}},"31131":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.463764,40.78396],[-95.834243816714,40.783784387043],[-95.888697,40.736292],[-95.781909,40.653272],[-95.765645,40.585208],[-95.712280371801,40.523754426207],[-96.067012,40.523148],[-96.463632,40.523013],[-96.463764,40.78396]]]},"properties":{"id":"31131","n":"Otoe","z":["68301","68307","68317","68324","68329","68344","68346","68347","68382","68410","68413","68417","68418","68446","68448","68454"],"st":"NE"}},"31133":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.463667,40.262173],[-96.066736,40.262038],[-96.010176,40.261482],[-96.010678817935,40.000704665772],[-96.239207878411,40.000691042754],[-96.463712076775,40.000958572554],[-96.463667,40.262173]]]},"properties":{"id":"31133","n":"Pawnee","z":{"1":"68323","2":"68345","3":"68376","4":"68380","5":"68381","6":"68420","7":"68441","8":"68447","28":"66541"},"st":"NE"}},"31135":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-102.051761,41.00389],[-101.249975,41.00395],[-101.247963,40.697802],[-101.345365,40.698093],[-102.05129415158,40.697546832389],[-102.05129200021,40.749585994874],[-102.05171751638,41.002376967624],[-102.051761,41.00389]]]},"properties":{"id":"31135","n":"Perkins","z":["69134","69140","69150","69168","69169"],"st":"NE"}},"31137":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.643462,40.684911],[-99.417316,40.670825],[-99.179248,40.660541],[-99.179403,40.350681],[-99.630459,40.35112],[-99.642209,40.3512],[-99.643462,40.684911]]]},"properties":{"id":"31137","n":"Phelps","z":["68836","68863","68923","68924","68927","68940","68949","68958","68982"],"st":"NE"}},"31139":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.834431,42.437684],[-97.485298,42.438578],[-97.36759,42.438775],[-97.367724,42.351861],[-97.368404,42.090922],[-97.834536,42.08975],[-97.834431,42.437684]]]},"properties":{"id":"31139","n":"Pierce","z":["68701","68747","68752","68765","68767","68769","68771"],"st":"NE"}},"31141":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.830493,41.742238],[-97.36807,41.743207],[-97.252425,41.743085],[-97.253519,41.384212],[-97.368186,41.396416],[-97.598253,41.333119],[-97.598461,41.395068],[-97.703765,41.394876],[-97.703627,41.526796],[-97.829846,41.526174],[-97.830493,41.742238]]]},"properties":{"id":"31141","n":"Platte","z":["68601","68602","68631","68634","68640","68642","68643","68644","68647","68653","68660","68758"],"st":"NE"}},"31143":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.828256,41.173439],[-97.598253,41.333119],[-97.368186,41.396416],[-97.368118,41.046947],[-97.826287,41.046581],[-97.828256,41.173439]]]},"properties":{"id":"31143","n":"Polk","z":["68316","68367","68601","68628","68651","68654","68662","68663","68666"],"st":"NE"}},"31145":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.758435,40.349507],[-100.197807,40.350027],[-100.19359905684,40.00157300572],[-100.73882471319,40.002262956568],[-100.75883,40.002302],[-100.758435,40.349507]]]},"properties":{"id":"31145","n":"Red Willow","z":["69001","69020","69022","69024","69026","69034","69036"],"st":"NE"}},"31147":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.010176,40.261482],[-95.54787031627,40.26278346082],[-95.394216,40.108263],[-95.382957,40.027112],[-95.30829,39.999998],[-95.33989597085,40.000028857105],[-95.788110994892,40.000466779365],[-96.010678817935,40.000704665772],[-96.010176,40.261482]]]},"properties":{"id":"31147","n":"Richardson","z":["68337","68345","68355","68376","68431","68433","68437","68442","68457"],"st":"NE"}},"31149":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.677684,42.730903],[-99.537491,42.717626],[-99.415222,42.772098],[-99.257039,42.804296],[-99.245803,42.782499],[-99.234629,42.087995],[-99.662379,42.086009],[-99.677684,42.730903]]]},"properties":{"id":"31149","n":"Rock","z":["68714","68759","68823","69217"],"st":"NE"}},"31151":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.368401,40.698625],[-96.913493,40.697948],[-96.912637,40.523625],[-96.916055,40.349727],[-97.368688,40.350392],[-97.368401,40.698625]]]},"properties":{"id":"31151","n":"Saline","z":["68330","68333","68341","68343","68359","68406","68445","68453","68464","68465"],"st":"NE"}},"31153":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.327399,41.189999],[-95.909908491255,41.191282850828],[-95.861898068209,41.160302348213],[-95.864784764085,41.052845504614],[-96.056256,41.065356],[-96.218939,40.994308],[-96.319191,41.044998],[-96.327399,41.189999]]]},"properties":{"id":"31153","n":"Sarpy","z":["68005","68028","68046","68056","68059","68069","68113","68123","68128","68133","68136","68138","68147","68157"],"st":"NE"}},"31155":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.905862,41.453389],[-96.568677,41.432986],[-96.47072,41.393239],[-96.421439,41.364165],[-96.327399,41.189999],[-96.319191,41.044998],[-96.463861,41.016069],[-96.463869,41.045083],[-96.908507,41.046091],[-96.905862,41.453389]]]},"properties":{"id":"31155","n":"Saunders","z":["68003","68015","68017","68018","68025","68033","68036","68040","68041","68042","68050","68064","68065","68066","68070","68073","68648"],"st":"NE"}},"31157":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-104.05276213709,42.001718265867],[-103.401639,42.00354],[-103.363337,42.00293],[-103.370391,41.69921],[-104.05282523524,41.697953853064],[-104.05276213709,42.001718265867]]]},"properties":{"id":"31157","n":"Scotts Bluff","z":["69334","69341","69352","69353","69355","69356","69357","69358","69361","69363"],"st":"NE"}},"31159":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.368118,41.046947],[-96.91094,41.046116],[-96.913493,40.697948],[-97.368401,40.698625],[-97.368118,41.046947]]]},"properties":{"id":"31159","n":"Seward","z":["68065","68313","68314","68339","68343","68359","68360","68364","68367","68405","68423","68428","68434","68439","68456"],"st":"NE"}},"31161":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-102.79211093984,43.00003623577],[-102.08254804307,42.99914064039],[-102.084961,42.785509],[-102.04028,42.096744],[-102.006204,42.096338],[-102.008562,42.008901],[-102.06665,42.009195],[-102.677582,42.005282],[-102.697835,42.004843],[-102.742269,42.092388],[-102.749611,42.430454],[-102.773366,42.439922],[-102.773369,42.785265],[-102.79211093984,43.00003623577]]]},"properties":{"id":"31161","n":"Sheridan","z":["69301","69335","69337","69340","69343","69347","69351","69360","69365"],"st":"NE"}},"31163":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.203261,41.39414],[-98.751558,41.394084],[-98.74433,41.394178],[-98.748526,41.04664],[-99.207564,41.047003],[-99.203261,41.39414]]]},"properties":{"id":"31163","n":"Sherman","z":["68815","68817","68844","68852","68853","68869","68871"],"st":"NE"}},"31165":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-104.053127,43.000585],[-103.50509926163,43.000758813031],[-103.480403,42.784966],[-103.480082,42.437267],[-103.444532,42.437354],[-103.444108,42.090708],[-103.401639,42.00354],[-104.05276213709,42.001718265867],[-104.05266219157,42.611766300541],[-104.053127,43.000585]]]},"properties":{"id":"31165","n":"Sioux","z":["69339","69346","69348","69354","69357","69358","69361"],"st":"NE"}},"31167":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.368404,42.090922],[-97.019359,42.090577],[-97.019911,41.74298],[-97.252425,41.743085],[-97.36807,41.743207],[-97.368404,42.090922]]]},"properties":{"id":"31167","n":"Stanton","z":["68629","68631","68641","68643","68701","68740","68748","68768","68779"],"st":"NE"}},"31169":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.820816,40.350545],[-97.368688,40.350392],[-97.369199035315,40.001939305761],[-97.821500812275,40.002186882089],[-97.820816,40.350545]]]},"properties":{"id":"31169","n":"Thayer","z":["68303","68315","68322","68325","68326","68327","68335","68340","68362","68370","68375","68429"],"st":"NE"}},"31171":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.846129,42.088166],[-100.267622,42.086147],[-100.265474,41.739856],[-100.711711,41.739761],[-100.842459,41.740404],[-100.846129,42.088166]]]},"properties":{"id":"31171","n":"Thomas","z":["69142","69161","69163","69166"],"st":"NE"}},"31173":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.822497,42.264292],[-96.726661,42.278005],[-96.351957192496,42.280894704543],[-96.337216094706,42.214849506896],[-96.2689,42.11359],[-96.272877,42.047238],[-96.309645,42.015187],[-96.554866,42.015875],[-96.555511,42.089957],[-96.82367,42.090411],[-96.822497,42.264292]]]},"properties":{"id":"31173","n":"Thurston","z":["68020","68039","68047","68055","68062","68067","68071","68733"],"st":"NE"}},"31175":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.212016,41.740613],[-98.759133,41.740382],[-98.752225,41.740372],[-98.751558,41.394084],[-99.203261,41.39414],[-99.212016,41.740613]]]},"properties":{"id":"31175","n":"Valley","z":["68815","68823","68828","68837","68859","68862"],"st":"NE"}},"31177":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.444785,41.683633],[-96.107937871746,41.676508989762],[-96.080493,41.528199],[-95.994020393012,41.506890640941],[-95.922529,41.455766],[-95.92733624232,41.38998793746],[-96.329012,41.393136],[-96.434792,41.494928],[-96.444785,41.683633]]]},"properties":{"id":"31177","n":"Washington","z":["68002","68007","68008","68023","68029","68031","68034","68044","68064","68068","68112","68122","68142","68152"],"st":"NE"}},"31179":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.367724,42.351861],[-97.017789,42.351347],[-97.01773,42.264453],[-96.822497,42.264292],[-96.82367,42.090411],[-97.019359,42.090577],[-97.368404,42.090922],[-97.367724,42.351861]]]},"properties":{"id":"31179","n":"Wayne","z":["68047","68723","68740","68745","68771","68784","68787","68790","68791"],"st":"NE"}},"31181":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.726827,40.350398],[-98.723948,40.350391],[-98.27809,40.350347],[-98.273571,40.350359],[-98.274017059753,40.00233745073],[-98.504454983637,40.002379876736],[-98.726372963939,40.002336273167],[-98.726827,40.350398]]]},"properties":{"id":"31181","n":"Webster","z":["68928","68930","68932","68942","68952","68957","68970"],"st":"NE"}},"31183":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.761155,42.088518],[-98.300592,42.088853],[-98.295602,41.914954],[-98.29576,41.741178],[-98.752225,41.740372],[-98.759133,41.740382],[-98.761155,42.088518]]]},"properties":{"id":"31183","n":"Wheeler","z":["68622","68636","68637","68665","68735"],"st":"NE"}},"31185":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.826287,41.046581],[-97.368118,41.046947],[-97.368401,40.698625],[-97.82478,40.698537],[-97.825723,40.698555],[-97.826287,41.046581]]]},"properties":{"id":"31185","n":"York","z":["68316","68319","68351","68354","68367","68371","68401","68460","68467","68654"],"st":"NE"}},"32001":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-119.225176,39.999385],[-117.541749,40.001034],[-117.46164,39.886817],[-117.495344,39.748364],[-117.461786,39.622444],[-117.485336,39.545322],[-117.59024,39.517521],[-117.646011,39.426602],[-117.759795,39.369225],[-117.714056,39.245558],[-117.806183,39.145845],[-117.775468,39.093425],[-117.865116,39.073654],[-118.753835,39.07463],[-118.754014,39.112023],[-119.118193,39.388516],[-119.117635,39.518742],[-119.077988,39.722441],[-119.189342,39.65087],[-119.225176,39.999385]]]},"properties":{"id":"32001","n":"Churchill","z":["89406","89407","89408","89496"],"st":"NV"}},"32003":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-115.896925,36.842085],[-114.762507,36.853473],[-114.05016077609,36.843141539689],[-114.046838,36.194069],[-114.151725,36.024563],[-114.316109,36.063109],[-114.372106,36.143114],[-114.627855,36.141012],[-114.736165,36.104367],[-114.731159,35.943916],[-114.669687,35.865084],[-114.70371,35.814585],[-114.689407,35.651412],[-114.653406,35.610789],[-114.6645,35.449497],[-114.627137,35.409504],[-114.572747,35.138725],[-114.619905,35.121632],[-114.633487,35.001857],[-115.64803201963,35.809629212603],[-115.84611392276,35.963552673111],[-115.845803,36.122048],[-115.895753,36.172227],[-115.896925,36.842085]]]},"properties":{"id":"32003","n":"Clark","z":["19161","88901","88905","89002","89004","89005","89006","89007","89009","89011","89012","89014","89015","89016","89018","89019","89021","89024","89025","89026","89027","89028","89029","89030","89031","89032","89033","89034","89036","89037","89039","89040","89044","89046","89052","89053","89054","89067","89070","89074","89077","89081","89084","89085","89086","89087","89101","89102","89103","89104","89105","89106","89107","89108","89109","89110","89111","89112","89113","89114","89115","89116","89117","89118","89119","89120","89121","89122","89123","89124","89125","89126","89127","89128","89129","89130","89131","89132","89133","89134","89135","89136","89137","89138","89139","89140","89141","89142","89143","89144","89145","89146","89147","89148","89149","89150","89151","89152","89153","89154","89155","89156","89157","89158","89159","89160","89161","89162","89163","89164","89165","89166","89169","89170","89173","89177","89178","89179","89180","89183","89185","89191","89193","89195","89199"],"st":"NV"}},"32005":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-120.00261484291,39.112689374096],[-119.761213,39.114009],[-119.55102,39.085791],[-119.311714,39.083615],[-119.310416,39.019378],[-119.401648,38.983323],[-119.439534,38.882001],[-119.349884,38.729193],[-119.32870452108,38.534351927798],[-119.58540614484,38.713150900671],[-119.904315,38.933324],[-120.001014,38.999574],[-120.00197525087,39.067495874468],[-120.00261484291,39.112689374096]]]},"properties":{"id":"32005","n":"Douglas","z":["89410","89411","89413","89423","89444","89448","89449","89460","89705"],"st":"NV"}},"32007":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-117.01820321674,41.999839850369],[-115.313877,41.996103],[-115.03810975243,41.998634115676],[-114.281855,41.994214],[-114.041723,41.99372],[-114.04214514624,40.999896577263],[-114.04637281737,40.116935833012],[-115.834969,40.127842],[-116.000897,40.127376],[-116.157834,40.666389],[-116.158155,40.999912],[-116.586786,41.000398],[-117.018419,41.000254],[-117.01820321674,41.999839850369]]]},"properties":{"id":"32007","n":"Elko","z":["89414","89801","89802","89803","89815","89822","89823","89825","89826","89828","89830","89831","89832","89833","89834","89835","89883"],"st":"NV"}},"32009":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-117.691021,38.473797],[-117.165612,38.001692],[-117.16600056403,36.97120753859],[-117.83350404414,37.464938766244],[-118.42799532516,37.89622428091],[-118.351484,37.893705],[-117.691021,38.473797]]]},"properties":{"id":"32009","n":"Esmeralda","z":["89010","89013","89047","89049"],"st":"NV"}},"32011":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-116.586786,41.000398],[-116.158155,40.999912],[-116.157834,40.666389],[-116.000897,40.127376],[-115.834969,40.127842],[-115.794864,39.853104],[-115.833101,39.729412],[-115.813476,39.593521],[-115.875886,39.465718],[-115.907071,39.161848],[-116.600946,39.161463],[-116.592855,39.374928],[-116.599986,40.072307],[-116.596815,40.94646],[-116.586786,41.000398]]]},"properties":{"id":"32011","n":"Eureka","z":["89316","89820","89821","89822"],"st":"NV"}},"32013":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-119.32418412044,41.993875627793],[-118.19736921593,41.996994081163],[-117.026197,41.99989],[-117.01820321674,41.999839850369],[-117.018419,41.000254],[-117.018664,40.643035],[-117.246788,40.642445],[-117.300597,40.526136],[-117.301168,40.682348],[-117.644399,40.684343],[-117.64422,40.857824],[-118.786738,40.855929],[-118.786705,40.96085],[-119.309598,40.960378],[-119.329722,40.97385],[-119.305713,41.234542],[-119.323955,41.414519],[-119.32418412044,41.993875627793]]]},"properties":{"id":"32013","n":"Humboldt","z":["89404","89412","89414","89421","89425","89426","89438","89445","89446"],"st":"NV"}},"32015":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-117.541749,40.001034],[-117.300597,40.526136],[-117.246788,40.642445],[-117.018664,40.643035],[-117.018419,41.000254],[-116.586786,41.000398],[-116.596815,40.94646],[-116.599986,40.072307],[-116.592855,39.374928],[-116.600946,39.161463],[-117.331857,39.16343],[-117.775468,39.093425],[-117.806183,39.145845],[-117.714056,39.245558],[-117.759795,39.369225],[-117.646011,39.426602],[-117.59024,39.517521],[-117.485336,39.545322],[-117.461786,39.622444],[-117.495344,39.748364],[-117.46164,39.886817],[-117.541749,40.001034]]]},"properties":{"id":"32015","n":"Lander","z":["89310","89820"],"st":"NV"}},"32017":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-115.000846,38.677322],[-114.04943670593,38.67736245688],[-114.050154,38.57292],[-114.04990337566,38.148763026671],[-114.052472,37.604776],[-114.0506,37.000396],[-114.05016077609,36.843141539689],[-114.762507,36.853473],[-115.896925,36.842085],[-115.893857,38.050531],[-115.000846,38.050757],[-115.000846,38.677322]]]},"properties":{"id":"32017","n":"Lincoln","z":["09008","89001","89008","89017","89042","89043"],"st":"NV"}},"32019":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-119.712645,39.250871],[-119.478806,39.337416],[-119.283637,39.621561],[-119.189342,39.65087],[-119.077988,39.722441],[-119.117635,39.518742],[-119.118193,39.388516],[-118.754014,39.112023],[-118.753835,39.07463],[-118.93035,39.072768],[-119.014837,38.943323],[-119.014528,38.8513],[-118.902124,38.852158],[-118.906861,38.414677],[-119.15722610087,38.414391971761],[-119.32870452108,38.534351927798],[-119.349884,38.729193],[-119.439534,38.882001],[-119.401648,38.983323],[-119.310416,39.019378],[-119.311714,39.083615],[-119.55102,39.085791],[-119.561748,39.19471],[-119.648977,39.195287],[-119.712645,39.250871]]]},"properties":{"id":"32019","n":"Lyon","z":["89403","89406","89408","89428","89429","89430","89444","89447","89706","89721"],"st":"NV"}},"32021":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-119.15722610087,38.414391971761],[-118.906861,38.414677],[-118.902124,38.852158],[-119.014528,38.8513],[-119.014837,38.943323],[-118.93035,39.072768],[-118.753835,39.07463],[-117.865116,39.073654],[-118.196274,38.999926],[-118.196235,38.919058],[-117.691021,38.473797],[-118.351484,37.893705],[-118.42799532516,37.89622428091],[-119.15722610087,38.414391971761]]]},"properties":{"id":"32021","n":"Mineral","z":["89010","89409","89415","89420","89422","89427"],"st":"NV"}},"32023":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-117.865116,39.073654],[-117.775468,39.093425],[-117.331857,39.16343],[-116.600946,39.161463],[-115.907071,39.161848],[-115.000846,38.677322],[-115.000846,38.050757],[-115.893857,38.050531],[-115.896925,36.842085],[-115.895753,36.172227],[-115.845803,36.122048],[-115.84611392276,35.963552673111],[-116.488233,36.459097],[-117.16600056403,36.97120753859],[-117.165612,38.001692],[-117.691021,38.473797],[-118.196235,38.919058],[-118.196274,38.999926],[-117.865116,39.073654]]]},"properties":{"id":"32023","n":"Nye","z":["89001","89003","89020","89022","89023","89041","89045","89048","89049","89060","89061","89124","89310","89314","89316","89317","89409"],"st":"NV"}},"32027":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-119.309598,40.960378],[-118.786705,40.96085],[-118.786738,40.855929],[-117.64422,40.857824],[-117.644399,40.684343],[-117.301168,40.682348],[-117.300597,40.526136],[-117.541749,40.001034],[-119.225176,39.999385],[-119.339296,39.998609],[-119.313036,40.523104],[-119.309598,40.960378]]]},"properties":{"id":"32027","n":"Pershing","z":["89405","89418","89419","89445"],"st":"NV"}},"32029":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-119.283637,39.621561],[-119.478806,39.337416],[-119.712645,39.250871],[-119.658501,39.331544],[-119.695643,39.520023],[-119.621697,39.511602],[-119.467141,39.584502],[-119.283637,39.621561]]]},"properties":{"id":"32029","n":"Storey","z":["89403","89434","89440","89442","89521"],"st":"NV"}},"32031":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-120.0047955123,39.316475011958],[-120.00302891966,39.44504577616],[-119.99993544809,39.722406924724],[-119.996155,40.32125],[-119.999866,41.183974],[-119.999168,41.99454],[-119.3601231196,41.994092254981],[-119.32418412044,41.993875627793],[-119.323955,41.414519],[-119.305713,41.234542],[-119.329722,40.97385],[-119.309598,40.960378],[-119.313036,40.523104],[-119.339296,39.998609],[-119.225176,39.999385],[-119.189342,39.65087],[-119.283637,39.621561],[-119.467141,39.584502],[-119.621697,39.511602],[-119.695643,39.520023],[-119.658501,39.331544],[-119.712645,39.250871],[-119.880787,39.165509],[-120.00336402883,39.165626764069],[-120.0047955123,39.316475011958]]]},"properties":{"id":"32031","n":"Washoe","z":["89402","89405","89412","89424","89431","89432","89433","89434","89435","89436","89439","89441","89442","89450","89451","89452","89501","89502","89503","89504","89505","89506","89507","89508","89509","89510","89511","89512","89513","89515","89519","89520","89521","89523","89533","89555","89557","89570","89595","89599","89704"],"st":"NV"}},"32033":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-115.834969,40.127842],[-114.04637281737,40.116935833012],[-114.04726815308,39.906098113756],[-114.04718141293,39.54274360223],[-114.04943670593,38.67736245688],[-115.000846,38.677322],[-115.907071,39.161848],[-115.875886,39.465718],[-115.813476,39.593521],[-115.833101,39.729412],[-115.794864,39.853104],[-115.834969,40.127842]]]},"properties":{"id":"32033","n":"White Pine","z":{"1":"89301","2":"89311","3":"89315","4":"89316","5":"89317","6":"89318","7":"89319","8":"84034"},"st":"NV"}},"32510":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-120.00336402883,39.165626764069],[-119.880787,39.165509],[-119.712645,39.250871],[-119.648977,39.195287],[-119.561748,39.19471],[-119.55102,39.085791],[-119.761213,39.114009],[-120.00261484291,39.112689374096],[-120.00336402883,39.165626764069]]]},"properties":{"id":"32510","n":"Carson City","z":["89701","89702","89703","89705","89706","89711","89712","89713","89714"],"st":"NV"}},"33001":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-71.531658,43.760979],[-71.34362,43.628794],[-71.162675,43.538959],[-71.159364,43.355123],[-71.236011,43.284994],[-71.55003,43.452701],[-71.612426,43.437893],[-71.727573,43.563411],[-71.651153,43.621119],[-71.648346,43.684511],[-71.521466,43.697992],[-71.531658,43.760979]]]},"properties":{"id":"33001","n":"Belknap","z":["03218","03220","03225","03226","03237","03246","03247","03249","03253","03254","03256","03269","03276","03289","03809","03810","03837"],"st":"NH"}},"33003":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-71.415898,44.212169],[-71.335882,44.085752],[-71.251957,44.244266],[-71.04228,44.237514],[-71.010271167868,44.284888321572],[-70.987258046746,43.792973592884],[-70.963792679806,43.540220955367],[-71.162675,43.538959],[-71.34362,43.628794],[-71.531658,43.760979],[-71.564603,43.893172],[-71.361965,43.915938],[-71.415898,44.212169]]]},"properties":{"id":"33003","n":"Carroll","z":["03227","03254","03259","03812","03813","03814","03816","03817","03818","03830","03832","03836","03838","03845","03846","03847","03849","03850","03853","03860","03864","03872","03875","03882","03883","03886","03887","03890","03894","03896","03897"],"st":"NH"}},"33005":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.450395939216,43.161213516906],[-72.431632,43.135635],[-72.156661,43.181968],[-72.178497,43.131866],[-72.038149,43.128807],[-72.062222,42.944796],[-72.001215,42.919443],[-71.929030059054,42.712293672533],[-72.283034092511,42.722010250624],[-72.458519,42.726853],[-72.5396,42.804832],[-72.532186,42.954945],[-72.444977,43.004416],[-72.450395939216,43.161213516906]]]},"properties":{"id":"33005","n":"Cheshire","z":["03431","03435","03441","03443","03444","03445","03446","03447","03448","03450","03451","03452","03455","03456","03457","03458","03461","03462","03464","03465","03466","03467","03469","03470","03602","03604","03608","03609","05159"],"st":"NH"}},"33007":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-71.763192521313,44.403568262776],[-71.579974,44.501778],[-71.551722,44.627598],[-71.626909,44.747224],[-71.494403,44.911837],[-71.501088,45.013377],[-71.405636,45.198139],[-71.438546,45.239004],[-71.283684,45.301977],[-71.182587,45.241069],[-71.083924,45.305451],[-71.036705,44.736498],[-71.010271167868,44.284888321572],[-71.04228,44.237514],[-71.251957,44.244266],[-71.335882,44.085752],[-71.415898,44.212169],[-71.443338,44.249172],[-71.575819,44.254596],[-71.587004,44.304759],[-71.696885,44.332118],[-71.763192521313,44.403568262776]]]},"properties":{"id":"33007","n":"Coos","z":["03570","03575","03576","03579","03581","03582","03583","03584","03588","03589","03590","03592","03593","03595","03597","03598"],"st":"NH"}},"33009":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.21150212235,43.773019410442],[-72.105875,43.94937],[-72.116706,43.991954],[-72.036883,44.103119],[-72.053826883615,44.159817093803],[-72.046302,44.291983],[-71.837790626389,44.347764542477],[-71.763192521313,44.403568262776],[-71.696885,44.332118],[-71.587004,44.304759],[-71.575819,44.254596],[-71.443338,44.249172],[-71.415898,44.212169],[-71.361965,43.915938],[-71.564603,43.893172],[-71.531658,43.760979],[-71.521466,43.697992],[-71.648346,43.684511],[-71.651153,43.621119],[-71.727573,43.563411],[-71.81757,43.544459],[-71.864599,43.598063],[-71.93531,43.52888],[-72.333596501356,43.605591341589],[-72.284805,43.72036],[-72.21150212235,43.773019410442]]]},"properties":{"id":"33009","n":"Grafton","z":["03215","03217","03222","03223","03238","03240","03241","03245","03251","03262","03264","03266","03279","03282","03285","03293","03561","03574","03580","03585","03586","03740","03741","03748","03749","03750","03755","03756","03765","03766","03768","03769","03771","03774","03777","03779","03780","03784","03785"],"st":"NH"}},"33011":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.038149,43.128807],[-72.009074,43.187882],[-71.913215,43.207099],[-71.8561,43.115135],[-71.667771,43.152534],[-71.641291,43.054168],[-71.517467,43.068909],[-71.392388,43.009309],[-71.377186,42.947145],[-71.451154,42.9309],[-71.427067,42.82484],[-71.245384032921,42.736555328575],[-71.255110121811,42.736397053287],[-71.294205,42.69699],[-71.898768771937,42.711466720809],[-71.929030059054,42.712293672533],[-72.001215,42.919443],[-72.062222,42.944796],[-72.038149,43.128807]]]},"properties":{"id":"33011","n":"Hillsborough","z":["02381","03031","03033","03043","03045","03047","03048","03049","03051","03052","03054","03055","03057","03060","03061","03062","03063","03064","03070","03071","03076","03082","03084","03086","03101","03102","03103","03104","03105","03108","03109","03110","03111","03244","03281","03440","03442","03449","03458","03468"],"st":"NH"}},"33013":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-71.93531,43.52888],[-71.864599,43.598063],[-71.81757,43.544459],[-71.727573,43.563411],[-71.612426,43.437893],[-71.55003,43.452701],[-71.236011,43.284994],[-71.247336,43.275232],[-71.402962,43.041054],[-71.392388,43.009309],[-71.517467,43.068909],[-71.641291,43.054168],[-71.667771,43.152534],[-71.8561,43.115135],[-71.913215,43.207099],[-72.009074,43.187882],[-72.090146,43.322553],[-72.053752,43.441097],[-71.93531,43.52888]]]},"properties":{"id":"33013","n":"Merrimack","z":["03046","03104","03106","03216","03220","03221","03224","03229","03230","03231","03233","03234","03235","03242","03243","03252","03255","03257","03258","03260","03263","03268","03272","03273","03275","03276","03278","03287","03298","03299","03301","03302","03303","03304","03305","03307"],"st":"NH"}},"33015":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-71.392388,43.009309],[-71.402962,43.041054],[-71.247336,43.275232],[-71.026686,43.137947],[-71.072936,43.081681],[-70.875436,43.080422],[-70.819549285713,43.123230973431],[-70.703818,43.059825],[-70.817296,42.87229],[-71.031201,42.859089],[-71.064201,42.806289],[-71.149703,42.815489],[-71.181803,42.73759],[-71.245384032921,42.736555328575],[-71.427067,42.82484],[-71.451154,42.9309],[-71.377186,42.947145],[-71.392388,43.009309]]]},"properties":{"id":"33015","n":"Rockingham","z":["03032","03034","03036","03037","03038","03040","03041","03042","03044","03053","03073","03077","03079","03087","03103","03261","03290","03291","03801","03802","03803","03811","03819","03826","03827","03833","03840","03841","03842","03843","03844","03848","03854","03856","03857","03858","03859","03862","03865","03870","03871","03873","03874","03885"],"st":"NH"}},"33017":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-71.236011,43.284994],[-71.159364,43.355123],[-71.162675,43.538959],[-70.963792679806,43.540220955367],[-70.984335,43.376128],[-70.813119,43.217252],[-70.819549285713,43.123230973431],[-70.875436,43.080422],[-71.072936,43.081681],[-71.026686,43.137947],[-71.247336,43.275232],[-71.236011,43.284994]]]},"properties":{"id":"33017","n":"Strafford","z":["03225","03815","03820","03821","03822","03823","03824","03825","03835","03839","03851","03852","03855","03861","03866","03867","03868","03869","03878","03884","03887"],"st":"NH"}},"33019":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.433611197959,43.232903812262],[-72.380894,43.493394],[-72.333596501356,43.605591341589],[-71.93531,43.52888],[-72.053752,43.441097],[-72.090146,43.322553],[-72.009074,43.187882],[-72.038149,43.128807],[-72.178497,43.131866],[-72.156661,43.181968],[-72.431632,43.135635],[-72.450395939216,43.161213516906],[-72.433611197959,43.232903812262]]]},"properties":{"id":"33019","n":"Sullivan","z":["03280","03284","03601","03602","03603","03605","03607","03743","03745","03746","03748","03751","03752","03753","03754","03770","03773","03781","03782"],"st":"NH"}},"34001":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-74.87726,39.608352],[-74.736216,39.729775],[-74.654318,39.626799],[-74.475664,39.55146],[-74.417393,39.557255],[-74.380796,39.498537],[-74.291015336155,39.508369797498],[-74.412692,39.360816],[-74.540787855582,39.300025491184],[-74.653206,39.288558],[-74.861294,39.323815],[-74.856015,39.423958],[-74.985271,39.514967],[-74.87726,39.608352]]]},"properties":{"id":"34001","n":"Atlantic","z":["08037","08094","08101","08201","08203","08205","08213","08215","08217","08220","08221","08225","08231","08232","08234","08240","08241","08244","08270","08310","08317","08319","08326","08330","08340","08341","08342","08344","08346","08350","08360","08401","08402","08403","08404","08405","08406"],"st":"NJ"}},"34003":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-74.211617643199,41.132981363536],[-73.893981860036,40.997198203539],[-73.920471529379,40.918606332041],[-73.965834517046,40.824745259559],[-73.98459249468,40.797543328552],[-74.090787,40.761984],[-74.147529,40.786491],[-74.130016,40.819938],[-74.141048,40.966348],[-74.272226,41.017935],[-74.211617643199,41.132981363536]]]},"properties":{"id":"34003","n":"Bergen","z":["07010","07020","07022","07024","07026","07031","07057","07070","07071","07072","07073","07074","07075","07401","07407","07410","07417","07423","07430","07432","07436","07446","07450","07451","07452","07458","07463","07481","07495","07507","07601","07602","07603","07604","07605","07606","07607","07608","07620","07621","07624","07626","07627","07628","07630","07631","07632","07640","07641","07642","07643","07644","07645","07646","07647","07648","07649","07650","07652","07653","07656","07657","07660","07661","07662","07663","07666","07670","07675","07676","07677","07699"],"st":"NJ"}},"34005":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-74.972854756446,40.046505365536],[-74.723379297151,40.152895546232],[-74.587835,40.138254],[-74.553105,40.07913],[-74.389708,39.773283],[-74.417393,39.557255],[-74.475664,39.55146],[-74.654318,39.626799],[-74.736216,39.729775],[-74.819419,39.788001],[-74.902368,39.791041],[-74.931071,39.885975],[-75.060129970723,39.992011003263],[-74.972854756446,40.046505365536]]]},"properties":{"id":"34005","n":"Burlington","z":["08010","08011","08015","08016","08019","08022","08036","08041","08042","08046","08048","08052","08053","08054","08055","08057","08060","08064","08065","08068","08073","08075","08076","08077","08087","08088","08215","08224","08501","08505","08511","08515","08518","08554","08562","08610","08620","08640","08641"],"st":"NJ"}},"34007":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-75.060129970723,39.992011003263],[-74.931071,39.885975],[-74.902368,39.791041],[-74.819419,39.788001],[-74.736216,39.729775],[-74.87726,39.608352],[-74.943677,39.698361],[-75.08707,39.779576],[-75.141435521747,39.893918372481],[-75.060129970723,39.992011003263]]]},"properties":{"id":"34007","n":"Camden","z":["08002","08003","08004","08007","08009","08012","08018","08021","08026","08029","08030","08031","08032","08033","08034","08035","08037","08043","08045","08049","08059","08078","08081","08083","08084","08089","08091","08095","08099","08102","08103","08104","08105","08106","08107","08108","08109","08110"],"st":"NJ"}},"34009":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-74.915155805563,39.176697503519],[-74.861294,39.323815],[-74.653206,39.288558],[-74.540787855582,39.300025491184],[-74.646595,39.212002],[-74.705876,39.102937],[-74.864458,38.94041],[-74.967274,38.933413],[-74.885914,39.143627],[-74.915155805563,39.176697503519]]]},"properties":{"id":"34009","n":"Cape May","z":["08202","08204","08210","08212","08214","08218","08219","08223","08226","08230","08242","08243","08245","08246","08247","08248","08250","08251","08252","08260","08270"],"st":"NJ"}},"34011":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-75.417107077488,39.388910686714],[-75.238434,39.559039],[-75.080309,39.460648],[-75.061854,39.568746],[-74.985271,39.514967],[-74.856015,39.423958],[-74.861294,39.323815],[-74.915155805563,39.176697503519],[-75.048487,39.215222],[-75.136667,39.181883],[-75.244357,39.2857],[-75.417107077488,39.388910686714]]]},"properties":{"id":"34011","n":"Cumberland","z":["08302","08311","08313","08314","08315","08316","08318","08320","08321","08323","08324","08327","08329","08332","08340","08344","08345","08348","08349","08352","08353","08360","08361","08362"],"st":"NJ"}},"34013":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-74.272063,40.897427],[-74.130016,40.819938],[-74.147529,40.786491],[-74.136703,40.674444],[-74.371738,40.73964],[-74.326114,40.908605],[-74.272063,40.897427]]]},"properties":{"id":"34013","n":"Essex","z":["07003","07004","07006","07007","07009","07017","07018","07019","07021","07028","07039","07040","07041","07042","07043","07044","07050","07051","07052","07068","07078","07079","07083","07091","07101","07102","07103","07104","07105","07106","07107","07108","07109","07110","07111","07112","07114","07175","07184","07188","07189","07191","07192","07193","07195","07198","07199"],"st":"NJ"}},"34015":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-75.410492477637,39.804672234322],[-75.258805818048,39.854673900784],[-75.141435521747,39.893918372481],[-75.08707,39.779576],[-74.943677,39.698361],[-74.87726,39.608352],[-74.985271,39.514967],[-75.061854,39.568746],[-75.199793,39.666996],[-75.376589,39.726421],[-75.410492477637,39.804672234322]]]},"properties":{"id":"34015","n":"Gloucester","z":["08012","08014","08020","08025","08027","08028","08039","08051","08056","08061","08062","08063","08066","08071","08074","08080","08081","08085","08086","08090","08093","08094","08096","08097","08312","08322","08328","08343","08344","08360"],"st":"NJ"}},"34017":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-74.147529,40.786491],[-74.090787,40.761984],[-73.98459249468,40.797543328552],[-74.030927085684,40.722786750494],[-74.070943537715,40.667208232776],[-74.160146783153,40.646076516445],[-74.136703,40.674444],[-74.147529,40.786491]]]},"properties":{"id":"34017","n":"Hudson","z":["07002","07029","07030","07032","07047","07086","07087","07093","07094","07096","07097","07302","07303","07304","07305","07306","07307","07308","07310","07311","07395","07399"],"st":"NJ"}},"34019":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-75.188199878125,40.592613366649],[-74.968047,40.711324],[-74.889819,40.787729],[-74.725666,40.719532],[-74.71315,40.583903],[-74.797841,40.515557],[-74.748147,40.424156],[-74.856262,40.346696],[-74.928110569091,40.339828447689],[-75.056102,40.416066],[-75.078503,40.548296],[-75.188199878125,40.592613366649]]]},"properties":{"id":"34019","n":"Hunterdon","z":["07830","07865","07882","07979","08525","08530","08551","08556","08557","08559","08801","08802","08803","08804","08809","08822","08825","08826","08827","08829","08833","08834","08848","08853","08858","08867","08868","08876","08885","08887","08888","08889"],"st":"NJ"}},"34021":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-74.928110569091,40.339828447689],[-74.856262,40.346696],[-74.748147,40.424156],[-74.722061,40.375205],[-74.62024,40.373749],[-74.622462,40.3248],[-74.484962,40.253325],[-74.614576,40.182383],[-74.587835,40.138254],[-74.723379297151,40.152895546232],[-74.928110569091,40.339828447689]]]},"properties":{"id":"34021","n":"Mercer","z":["08501","08512","08520","08525","08530","08534","08540","08541","08542","08543","08544","08550","08558","08560","08561","08601","08602","08603","08604","08605","08606","08607","08608","08609","08610","08611","08618","08619","08620","08625","08628","08629","08638","08645","08646","08647","08648","08650","08666","08690","08691","08695"],"st":"NJ"}},"34023":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-74.62024,40.373749],[-74.459863,40.491046],[-74.523917,40.56967],[-74.463291,40.599187],[-74.203688,40.592691],[-74.260611,40.502436],[-74.224652466015,40.448662489487],[-74.393384,40.279637],[-74.484962,40.253325],[-74.622462,40.3248],[-74.62024,40.373749]]]},"properties":{"id":"34023","n":"Middlesex","z":["07001","07008","07064","07067","07077","07080","07095","07721","07735","07747","08512","08528","08536","08540","08810","08812","08816","08817","08818","08820","08824","08828","08830","08831","08832","08837","08840","08846","08850","08852","08854","08855","08857","08859","08861","08862","08863","08871","08872","08879","08882","08884","08899","08901","08902","08903","08904","08906","08933","08989"],"st":"NJ"}},"34025":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-74.484962,40.253325],[-74.393384,40.279637],[-74.224652466015,40.448662489487],[-74.047884,40.418908],[-73.997943,40.476668],[-73.971381,40.34801],[-74.034962382263,40.102584305948],[-74.154304,40.099618],[-74.260572,40.166484],[-74.40671,40.172402],[-74.553105,40.07913],[-74.587835,40.138254],[-74.614576,40.182383],[-74.484962,40.253325]]]},"properties":{"id":"34025","n":"Monmouth","z":["07015","07701","07702","07703","07704","07710","07711","07712","07715","07716","07717","07718","07719","07720","07721","07722","07723","07724","07726","07727","07728","07730","07731","07732","07733","07734","07735","07737","07738","07739","07740","07746","07747","07748","07750","07751","07752","07753","07754","07755","07756","07757","07758","07760","07762","07763","07764","07765","07799","08501","08510","08514","08526","08535","08555","08691","08720","08724","08730","08736","08750"],"st":"NJ"}},"34027":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-74.769425,40.910934],[-74.711562,40.899177],[-74.503212,41.085873],[-74.497777,41.034261],[-74.298851,41.002913],[-74.272063,40.897427],[-74.326114,40.908605],[-74.371738,40.73964],[-74.461035,40.673504],[-74.523078,40.649125],[-74.555991,40.758158],[-74.725666,40.719532],[-74.889819,40.787729],[-74.769425,40.910934]]]},"properties":{"id":"34027","n":"Morris","z":["07005","07034","07035","07045","07046","07054","07058","07082","07405","07435","07438","07440","07444","07457","07460","07801","07802","07803","07806","07828","07830","07834","07836","07837","07840","07842","07845","07847","07849","07850","07852","07853","07856","07857","07865","07866","07869","07870","07876","07878","07885","07920","07926","07927","07928","07930","07931","07932","07933","07935","07936","07940","07945","07946","07950","07960","07961","07962","07963","07970","07976","07980","07981","07999"],"st":"NJ"}},"34029":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-74.553105,40.07913],[-74.40671,40.172402],[-74.260572,40.166484],[-74.154304,40.099618],[-74.034962382263,40.102584305948],[-74.101443,39.756173],[-74.291015336155,39.508369797498],[-74.380796,39.498537],[-74.417393,39.557255],[-74.389708,39.773283],[-74.553105,40.07913]]]},"properties":{"id":"34029","n":"Ocean","z":["08005","08006","08008","08050","08087","08092","08514","08527","08533","08701","08721","08722","08723","08724","08731","08732","08733","08734","08735","08738","08739","08740","08741","08742","08751","08752","08753","08754","08755","08756","08757","08758","08759","09731"],"st":"NJ"}},"34031":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-74.503212,41.085873],[-74.367038261447,41.204211472444],[-74.234473,41.142883],[-74.211617643199,41.132981363536],[-74.272226,41.017935],[-74.141048,40.966348],[-74.130016,40.819938],[-74.272063,40.897427],[-74.298851,41.002913],[-74.497777,41.034261],[-74.503212,41.085873]]]},"properties":{"id":"34031","n":"Passaic","z":["07011","07012","07013","07014","07043","07055","07110","07403","07420","07421","07424","07435","07438","07442","07456","07460","07465","07470","07474","07480","07501","07502","07503","07504","07505","07506","07508","07509","07510","07511","07512","07513","07514","07522","07524","07533","07538","07544"],"st":"NJ"}},"34033":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-75.415062,39.801919],[-75.410492477637,39.804672234322],[-75.376589,39.726421],[-75.199793,39.666996],[-75.061854,39.568746],[-75.080309,39.460648],[-75.238434,39.559039],[-75.417107077488,39.388910686714],[-75.536431,39.460559],[-75.528088,39.498114],[-75.559446,39.629812],[-75.415062,39.801919]]]},"properties":{"id":"34033","n":"Salem","z":["08001","08023","08038","08067","08069","08070","08072","08079","08085","08098","08302","08318","08343","08344","08347"],"st":"NJ"}},"34035":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-74.725666,40.719532],[-74.555991,40.758158],[-74.523078,40.649125],[-74.461035,40.673504],[-74.463291,40.599187],[-74.523917,40.56967],[-74.459863,40.491046],[-74.62024,40.373749],[-74.722061,40.375205],[-74.748147,40.424156],[-74.797841,40.515557],[-74.71315,40.583903],[-74.725666,40.719532]]]},"properties":{"id":"34035","n":"Somerset","z":["07059","07060","07062","07063","07069","07920","07921","07924","07931","07934","07938","07939","07977","07978","07979","08502","08504","08528","08540","08553","08558","08805","08807","08812","08821","08823","08835","08836","08844","08853","08869","08870","08873","08875","08876","08880","08890"],"st":"NJ"}},"34037":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-74.694914,41.357423],[-74.367038261447,41.204211472444],[-74.503212,41.085873],[-74.711562,40.899177],[-74.769425,40.910934],[-74.983042074248,41.106017558857],[-74.905256,41.155668],[-74.815703,41.296151],[-74.694914,41.357423]]]},"properties":{"id":"34037","n":"Sussex","z":["07416","07418","07419","07421","07422","07428","07439","07460","07461","07462","07821","07822","07826","07827","07839","07843","07848","07849","07851","07855","07860","07871","07874","07875","07877","07879","07881","07890"],"st":"NJ"}},"34039":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-74.463291,40.599187],[-74.461035,40.673504],[-74.371738,40.73964],[-74.136703,40.674444],[-74.160146783153,40.646076516445],[-74.203688,40.592691],[-74.463291,40.599187]]]},"properties":{"id":"34039","n":"Union","z":["07016","07023","07027","07033","07036","07060","07061","07062","07063","07065","07066","07076","07081","07083","07088","07090","07092","07099","07201","07202","07203","07204","07205","07206","07207","07208","07901","07902","07922","07974","08812"],"st":"NJ"}},"34041":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-75.123253944208,40.965305534388],[-74.992385995182,41.093028246993],[-74.983042074248,41.106017558857],[-74.769425,40.910934],[-74.889819,40.787729],[-74.968047,40.711324],[-75.188199878125,40.592613366649],[-75.189236401356,40.609056961122],[-75.177477,40.764225],[-75.108505,40.791094],[-75.065438,40.885682],[-75.123253944208,40.965305534388]]]},"properties":{"id":"34041","n":"Warren","z":["07820","07821","07823","07825","07829","07831","07832","07833","07838","07840","07844","07846","07860","07863","07865","07874","07880","07882","08802","08804","08808","08827","08865","08886"],"st":"NJ"}},"35001":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-107.197244,35.219459],[-106.244216,35.215657],[-106.243874,35.040003],[-106.243762,34.953355],[-106.149828,34.953462],[-106.149737,34.870142],[-106.411781,34.870252],[-106.423996,34.901868],[-106.685801,34.906358],[-106.720666,34.870053],[-107.024996,34.871018],[-107.066562,34.95719],[-107.197244,35.219459]]]},"properties":{"id":"35001","n":"Bernalillo","z":["87008","87015","87022","87026","87047","87048","87059","87101","87102","87104","87105","87106","87107","87108","87109","87110","87111","87112","87113","87114","87115","87116","87117","87119","87120","87121","87122","87123","87125","87131","87151","87153","87154","87158","87176","87181","87184","87185","87187","87190","87191","87192","87193","87194","87196","87197","87198","87199"],"st":"NM"}},"35003":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-109.04660747392,33.77822380035],[-109.04613893536,34.579291012818],[-107.724794,34.578132],[-107.716301,34.259856],[-107.712754,33.476832],[-108.000602,33.478014],[-108.000598,33.201253],[-109.047237,33.208965],[-109.04660747392,33.77822380035]]]},"properties":{"id":"35003","n":"Catron","z":["87820","87821","87824","87825","87827","87829","87830","87943","88039"],"st":"NM"}},"35005":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-105.316968,33.132303],[-104.905424,33.138904],[-104.892433,33.398199],[-104.893377,34.088407],[-104.786429,34.087664],[-104.786104,34.000137],[-104.156269,33.995413],[-104.1556,34.083205],[-103.946019,34.082463],[-103.841691,34.081909],[-103.841933,33.8192],[-103.716885,33.819558],[-103.718333,33.65621],[-103.509759,33.657262],[-103.510129,33.570117],[-103.720809,33.569537],[-103.721399,33.395409],[-103.766361,33.395297],[-103.766417,32.965264],[-103.814507,32.965114],[-104.841576,32.963213],[-104.851524,32.520541],[-105.35401,32.518776],[-105.352513,32.962007],[-105.316047,32.9621],[-105.316968,33.132303]]]},"properties":{"id":"35005","n":"Chaves","z":["88116","88201","88202","88203","88230","88232","88250","88253","88339","88344"],"st":"NM"}},"35006":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-109.04585123518,34.959818515837],[-108.469402,34.959081],[-108.468683,35.299243],[-107.734224,35.304987],[-107.734241,35.348145],[-107.628313,35.348314],[-107.628788,35.304333],[-107.309386,35.305687],[-107.23889,35.305507],[-107.197244,35.219459],[-107.066562,34.95719],[-107.202882,34.957572],[-107.201743,34.578757],[-107.724794,34.578132],[-109.04613893536,34.579291012818],[-109.04585123518,34.959818515837]]]},"properties":{"id":"35006","n":"Cibola","z":["87005","87007","87014","87020","87021","87026","87034","87038","87040","87045","87049","87051","87315","87321","87323","87327","87357","87829"],"st":"NM"}},"35007":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-105.22050520078,36.995563236486],[-105.15504274805,36.995474445611],[-104.00784940961,36.995984094709],[-104.008823,36.218115],[-104.436056,36.218534],[-104.865402,36.217869],[-104.865244,36.261419],[-105.341264,36.261863],[-105.318718,36.491693],[-105.377745,36.552096],[-105.370638,36.681032],[-105.230632,36.723784],[-105.200117,36.915628],[-105.22050520078,36.995563236486]]]},"properties":{"id":"35007","n":"Colfax","z":["87710","87714","87718","87728","87729","87734","87740","87747","87749","88419","88422"],"st":"NM"}},"35009":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-103.738166,34.60467],[-103.705788,34.692446],[-103.495653,34.691393],[-103.495646,34.778575],[-103.390274,34.778122],[-103.389798,34.865429],[-103.284317,34.86499],[-103.284149,34.954172],[-103.04273881861,34.954142040361],[-103.042769,34.747361],[-103.04385030117,34.312749873508],[-103.04383583017,34.302648],[-103.740066,34.303056],[-103.738166,34.60467]]]},"properties":{"id":"35009","n":"Curry","z":["88101","88102","88103","88112","88120","88124","88133","88135"],"st":"NM"}},"35011":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-104.891745,34.347043],[-104.892023,34.604426],[-104.444762,34.604952],[-104.444935,34.691655],[-104.339725,34.692234],[-104.339817,34.779062],[-104.129143,34.779337],[-104.12888,34.605201],[-103.948778,34.605058],[-103.946019,34.082463],[-104.1556,34.083205],[-104.156269,33.995413],[-104.786104,34.000137],[-104.786429,34.087664],[-104.893377,34.088407],[-104.891745,34.347043]]]},"properties":{"id":"35011","n":"De Baca","z":["88119","88134","88136"],"st":"NM"}},"35013":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-106.340515,33.052777],[-106.376585,32.95805],[-106.37717318825,32.001240101037],[-106.618486,32.000495],[-106.63588,31.871514],[-106.528242,31.783148],[-107.29679299041,31.783625337108],[-107.299631,32.60537],[-107.299475,32.780166],[-106.887733,32.779273],[-106.887891,32.822781],[-106.340515,33.052777]]]},"properties":{"id":"35013","n":"Dona Ana","z":["87936","87937","87940","87941","88001","88002","88003","88004","88005","88006","88007","88008","88011","88012","88013","88021","88024","88027","88032","88033","88044","88046","88047","88048","88052","88054","88058","88063","88072","88081"],"st":"NM"}},"35015":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-104.851524,32.520541],[-104.841576,32.963213],[-103.814507,32.965114],[-103.814216,32.522368],[-103.722938,32.522344],[-103.72288197915,32.000165568676],[-103.98021347738,32.000032851363],[-104.024521,32.00001],[-104.84774,32.000464602835],[-104.851524,32.520541]]]},"properties":{"id":"35015","n":"Eddy","z":["88210","88211","88220","88221","88250","88253","88254","88255","88256","88263","88268"],"st":"NM"}},"35017":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-109.047237,33.208965],[-108.000598,33.201253],[-107.858292,33.200879],[-107.856672,33.002539],[-107.780548,32.952776],[-107.773088,32.853775],[-107.721387,32.778077],[-107.736949,32.629494],[-107.608485,32.605449],[-107.923997,32.604379],[-107.923766,32.517416],[-108.229343,32.516837],[-108.229951,32.07987],[-108.217143,31.864139],[-108.524538,31.863614],[-108.537676,32.079832],[-108.537011,32.516618],[-108.64677,32.516521],[-108.646523,32.60373],[-108.852919,32.603374],[-108.854581,32.777276],[-109.04711706231,32.777794000948],[-109.047237,33.208965]]]},"properties":{"id":"35017","n":"Grant","z":["88022","88023","88025","88026","88028","88034","88036","88038","88040","88041","88043","88045","88049","88051","88053","88055","88061","88062","88065"],"st":"NM"}},"35019":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-105.290791,35.04203],[-105.291169,35.216489],[-104.125136,35.215696],[-104.125121,35.142058],[-104.129143,34.779337],[-104.339817,34.779062],[-104.339725,34.692234],[-104.444935,34.691655],[-104.444762,34.604952],[-104.892023,34.604426],[-104.891745,34.347043],[-105.313072,34.347205],[-105.312765,34.606951],[-105.290396,34.606766],[-105.290791,35.04203]]]},"properties":{"id":"35019","n":"Guadalupe","z":["87711","87724","88321","88353","88417","88431","88435"],"st":"NM"}},"35021":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-104.436056,36.218534],[-104.008823,36.218115],[-104.008864,36.174527],[-103.793991,36.173972],[-103.794525,36.085738],[-103.364977,36.08605],[-103.375117,35.739516],[-103.37973,35.396796],[-103.637053,35.389662],[-103.723609,35.422785],[-103.976901,35.801747],[-104.021702,35.781494],[-104.37012,35.779302],[-104.389736,35.857604],[-104.327284,35.960197],[-104.414546,36.123761],[-104.436056,36.218534]]]},"properties":{"id":"35021","n":"Harding","z":["87730","87733","87743","87746","88410","88415","88426"],"st":"NM"}},"35023":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-109.04761200322,32.426375388514],[-109.04711706231,32.777794000948],[-108.854581,32.777276],[-108.852919,32.603374],[-108.646523,32.60373],[-108.64677,32.516521],[-108.537011,32.516618],[-108.537676,32.079832],[-108.524538,31.863614],[-108.217143,31.864139],[-108.208394,31.783599],[-108.208573,31.333395],[-109.050044,31.332502],[-109.04761200322,32.426375388514]]]},"properties":{"id":"35023","n":"Hidalgo","z":["88009","88020","88040","88045","88056"],"st":"NM"}},"35025":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-103.814507,32.965114],[-103.766417,32.965264],[-103.766361,33.395297],[-103.721399,33.395409],[-103.720809,33.569537],[-103.510129,33.570117],[-103.05261051656,33.570574776442],[-103.05649506434,33.388414214621],[-103.06346888848,32.959106381831],[-103.064696,32.522193],[-103.06442240111,32.087051],[-103.064423,32.000518],[-103.326501,32.00037],[-103.72288197915,32.000165568676],[-103.722938,32.522344],[-103.814216,32.522368],[-103.814507,32.965114]]]},"properties":{"id":"35025","n":"Lea","z":["88114","88213","88231","88240","88241","88242","88244","88252","88260","88262","88264","88265","88267"],"st":"NM"}},"35027":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-105.925968,34.25999],[-105.313218,34.260031],[-105.313072,34.347205],[-104.891745,34.347043],[-104.893377,34.088407],[-104.892433,33.398199],[-104.905424,33.138904],[-105.316968,33.132303],[-105.317376,33.305977],[-105.725957,33.304834],[-105.727171,33.390633],[-106.34571,33.390595],[-106.372797,33.479875],[-106.37366,33.660504],[-106.052718,33.650297],[-106.052662,33.825606],[-105.924685,33.825624],[-105.925968,34.25999]]]},"properties":{"id":"35027","n":"Lincoln","z":["87009","87011","88301","88312","88316","88318","88323","88324","88336","88338","88341","88343","88345","88346","88348","88351","88355","88575"],"st":"NM"}},"35028":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-106.248161,35.966327],[-106.245649,35.930742],[-106.248257,35.839178],[-106.171852,35.82776],[-106.250499,35.755818],[-106.418778,35.819986],[-106.399713,35.960095],[-106.248161,35.966327]]]},"properties":{"id":"35028","n":"Los Alamos","z":["87544","87545","87547"],"st":"NM"}},"35029":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-107.608485,32.605449],[-107.299631,32.60537],[-107.29679299041,31.783625337108],[-108.208394,31.783599],[-108.217143,31.864139],[-108.229951,32.07987],[-108.229343,32.516837],[-107.923766,32.517416],[-107.923997,32.604379],[-107.608485,32.605449]]]},"properties":{"id":"35029","n":"Luna","z":["88029","88030","88031"],"st":"NM"}},"35031":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-109.0458711682,36.002701630519],[-107.626511,36.000288],[-107.308667,35.998556],[-107.309386,35.305687],[-107.628788,35.304333],[-107.628313,35.348314],[-107.734241,35.348145],[-107.734224,35.304987],[-108.468683,35.299243],[-108.469402,34.959081],[-109.04585123518,34.959818515837],[-109.0458711682,36.002701630519]]]},"properties":{"id":"35031","n":"McKinley","z":{"2":"87013","3":"87045","4":"87301","5":"87302","6":"87305","7":"87310","8":"87311","9":"87312","10":"87313","11":"87316","12":"87317","13":"87319","14":"87320","15":"87321","16":"87322","17":"87323","18":"87325","19":"87326","20":"87327","21":"87328","22":"87347","23":"87365","24":"87375","63":"86504","64":"86515"},"st":"NM"}},"35033":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-105.718611,35.979463],[-105.568045,35.973796],[-105.53038,36.013014],[-105.419992,36.131704],[-105.409677,36.236814],[-105.341264,36.261863],[-104.865244,36.261419],[-104.865402,36.217869],[-104.436056,36.218534],[-104.414546,36.123761],[-104.327284,35.960197],[-104.389736,35.857604],[-104.37012,35.779302],[-104.750645,35.783127],[-105.018811,35.769439],[-105.34783,35.870695],[-105.724461,35.871194],[-105.718611,35.979463]]]},"properties":{"id":"35033","n":"Mora","z":["87712","87713","87715","87722","87723","87732","87734","87735","87736","87742","87745","87750","87752","87753"],"st":"NM"}},"35035":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-106.340515,33.052777],[-106.34571,33.390595],[-105.727171,33.390633],[-105.725957,33.304834],[-105.317376,33.305977],[-105.316968,33.132303],[-105.316047,32.9621],[-105.352513,32.962007],[-105.35401,32.518776],[-104.851524,32.520541],[-104.84774,32.000464602835],[-104.91835699428,32.000472073074],[-105.99797115166,32.001974590699],[-106.37717318825,32.001240101037],[-106.376585,32.95805],[-106.340515,33.052777]]]},"properties":{"id":"35035","n":"Otero","z":{"1":"88081","2":"88310","3":"88311","4":"88314","5":"88317","6":"88325","7":"88330","8":"88337","9":"88339","10":"88340","11":"88342","12":"88344","13":"88347","14":"88349","15":"88350","16":"88352","17":"88354","18":"79837"},"st":"NM"}},"35037":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-104.129143,34.779337],[-104.125121,35.142058],[-103.85753,35.242405],[-103.63713,35.240819],[-103.637053,35.389662],[-103.37973,35.396796],[-103.375117,35.739516],[-103.04135672182,35.739433506349],[-103.041554,35.622487],[-103.04261795057,35.183157259008],[-103.04273881861,34.954142040361],[-103.284149,34.954172],[-103.284317,34.86499],[-103.389798,34.865429],[-103.390274,34.778122],[-103.495646,34.778575],[-103.495653,34.691393],[-103.705788,34.692446],[-103.738166,34.60467],[-103.948778,34.605058],[-104.12888,34.605201],[-104.129143,34.779337]]]},"properties":{"id":"35037","n":"Quay","z":["88120","88121","88124","88401","88411","88426","88427","88430","88433","88434"],"st":"NM"}},"35039":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-107.42092190575,37.000004999939],[-106.47623358883,36.993774100547],[-106.0063164108,36.995386628817],[-105.971889,36.886247],[-105.981088,36.713445],[-105.938754,36.462402],[-105.9598,36.354789],[-106.058364,36.296978],[-105.856947,36.230434],[-105.735883,36.100133],[-105.53038,36.013014],[-105.568045,35.973796],[-105.718611,35.979463],[-105.716808,36.00232],[-106.071153,36.001573],[-106.054346,35.930783],[-106.245649,35.930742],[-106.248161,35.966327],[-106.247164,36.001434],[-106.885317,35.998969],[-106.885053,36.21657],[-107.624283,36.219809],[-107.618181,36.804267],[-107.451445,36.904036],[-107.42092190575,37.000004999939]]]},"properties":{"id":"35039","n":"Rio Arriba","z":["87012","87013","87017","87029","87046","87064","87412","87419","87510","87511","87515","87516","87518","87520","87521","87522","87523","87527","87528","87530","87531","87532","87533","87537","87539","87548","87549","87551","87554","87566","87575","87577","87578","87581","87582"],"st":"NM"}},"35041":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-103.948778,34.605058],[-103.738166,34.60467],[-103.740066,34.303056],[-103.04383583017,34.302648],[-103.04734601817,33.824674123152],[-103.05261051656,33.570574776442],[-103.510129,33.570117],[-103.509759,33.657262],[-103.718333,33.65621],[-103.716885,33.819558],[-103.841933,33.8192],[-103.841691,34.081909],[-103.946019,34.082463],[-103.948778,34.605058]]]},"properties":{"id":"35041","n":"Roosevelt","z":["88113","88115","88116","88118","88122","88123","88124","88125","88126","88130","88132","88135"],"st":"NM"}},"35043":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-107.624283,36.219809],[-106.885053,36.21657],[-106.885317,35.998969],[-106.247164,36.001434],[-106.248161,35.966327],[-106.399713,35.960095],[-106.418778,35.819986],[-106.250499,35.755818],[-106.244216,35.215657],[-107.197244,35.219459],[-107.23889,35.305507],[-107.309386,35.305687],[-107.308667,35.998556],[-107.626511,36.000288],[-107.624283,36.219809]]]},"properties":{"id":"35043","n":"Sandoval","z":["87001","87004","87013","87014","87018","87024","87025","87027","87041","87043","87044","87046","87047","87048","87052","87053","87072","87083","87124","87144","87174"],"st":"NM"}},"35045":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-109.045223,36.999084],[-108.37930295009,36.999564686312],[-107.48173699916,37.000004580314],[-107.42092190575,37.000004999939],[-107.451445,36.904036],[-107.618181,36.804267],[-107.624283,36.219809],[-107.626511,36.000288],[-109.0458711682,36.002701630519],[-109.045223,36.999084]]]},"properties":{"id":"35045","n":"San Juan","z":{"1":"87013","2":"87037","3":"87313","4":"87325","5":"87328","6":"87364","7":"87401","8":"87402","9":"87410","10":"87412","11":"87413","12":"87415","13":"87416","14":"87417","15":"87418","16":"87419","17":"87420","18":"87421","19":"87455","20":"87461","21":"87499","44":"81137"},"st":"NM"}},"35047":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-105.724461,35.871194],[-105.34783,35.870695],[-105.018811,35.769439],[-104.750645,35.783127],[-104.37012,35.779302],[-104.021702,35.781494],[-103.976901,35.801747],[-103.723609,35.422785],[-103.637053,35.389662],[-103.63713,35.240819],[-103.85753,35.242405],[-104.125121,35.142058],[-104.125136,35.215696],[-105.291169,35.216489],[-105.290791,35.04203],[-105.714419,35.041605],[-105.724461,35.871194]]]},"properties":{"id":"35047","n":"San Miguel","z":["87056","87535","87538","87552","87560","87562","87565","87569","87573","87583","87701","87711","87731","87742","87745","87746","88401","88416","88421","88431","88439"],"st":"NM"}},"35049":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-106.250499,35.755818],[-106.171852,35.82776],[-106.248257,35.839178],[-106.245649,35.930742],[-106.054346,35.930783],[-106.071153,36.001573],[-105.716808,36.00232],[-105.718611,35.979463],[-105.724461,35.871194],[-105.714419,35.041605],[-106.243874,35.040003],[-106.244216,35.215657],[-106.250499,35.755818]]]},"properties":{"id":"35049","n":"Santa Fe","z":["87010","87015","87035","87047","87056","87501","87502","87503","87504","87505","87506","87507","87508","87509","87522","87532","87535","87540","87567","87573","87574","87592","87594"],"st":"NM"}},"35051":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-107.712754,33.476832],[-106.474295,33.475786],[-106.372797,33.479875],[-106.34571,33.390595],[-106.340515,33.052777],[-106.887891,32.822781],[-106.887733,32.779273],[-107.299475,32.780166],[-107.299631,32.60537],[-107.608485,32.605449],[-107.736949,32.629494],[-107.721387,32.778077],[-107.773088,32.853775],[-107.780548,32.952776],[-107.856672,33.002539],[-107.858292,33.200879],[-108.000598,33.201253],[-108.000602,33.478014],[-107.712754,33.476832]]]},"properties":{"id":"35051","n":"Sierra","z":["87654","87901","87930","87931","87933","87935","87936","87939","87942","87943","88042"],"st":"NM"}},"35053":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-107.724794,34.578132],[-107.201743,34.578757],[-106.882658,34.579531],[-106.768281,34.531262],[-106.416924,34.439687],[-106.415972,34.259822],[-105.925968,34.25999],[-105.924685,33.825624],[-106.052662,33.825606],[-106.052718,33.650297],[-106.37366,33.660504],[-106.372797,33.479875],[-106.474295,33.475786],[-107.712754,33.476832],[-107.716301,34.259856],[-107.724794,34.578132]]]},"properties":{"id":"35053","n":"Socorro","z":["87006","87011","87028","87036","87062","87801","87823","87825","87828","87831","87832","87943"],"st":"NM"}},"35055":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-106.0063164108,36.995386628817],[-105.71846968399,36.995845927301],[-105.22050520078,36.995563236486],[-105.200117,36.915628],[-105.230632,36.723784],[-105.370638,36.681032],[-105.377745,36.552096],[-105.318718,36.491693],[-105.341264,36.261863],[-105.409677,36.236814],[-105.419992,36.131704],[-105.53038,36.013014],[-105.735883,36.100133],[-105.856947,36.230434],[-106.058364,36.296978],[-105.9598,36.354789],[-105.938754,36.462402],[-105.981088,36.713445],[-105.971889,36.886247],[-106.0063164108,36.995386628817]]]},"properties":{"id":"35055","n":"Taos","z":["87512","87513","87514","87517","87519","87521","87524","87525","87529","87531","87543","87549","87553","87556","87557","87558","87564","87571","87576","87577","87579","87580"],"st":"NM"}},"35057":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-106.411781,34.870252],[-106.149737,34.870142],[-106.149828,34.953462],[-106.243762,34.953355],[-106.243874,35.040003],[-105.714419,35.041605],[-105.290791,35.04203],[-105.290396,34.606766],[-105.312765,34.606951],[-105.313072,34.347205],[-105.313218,34.260031],[-105.925968,34.25999],[-106.415972,34.259822],[-106.416924,34.439687],[-106.46979,34.521217],[-106.463868,34.870194],[-106.411781,34.870252]]]},"properties":{"id":"35057","n":"Torrance","z":["87015","87016","87032","87035","87036","87061","87063","87070","88301","88318","88321"],"st":"NM"}},"35059":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-104.008823,36.218115],[-104.00784940961,36.995984094709],[-103.08610107563,36.999864361106],[-103.002199,37.000104],[-103.002434,36.500397],[-103.041924,36.500439],[-103.040824,36.055231],[-103.04135672182,35.739433506349],[-103.375117,35.739516],[-103.364977,36.08605],[-103.794525,36.085738],[-103.793991,36.173972],[-104.008864,36.174527],[-104.008823,36.218115]]]},"properties":{"id":"35059","n":"Union","z":["88410","88414","88415","88418","88419","88422","88424","88436"],"st":"NM"}},"35061":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-107.066562,34.95719],[-107.024996,34.871018],[-106.720666,34.870053],[-106.685801,34.906358],[-106.423996,34.901868],[-106.411781,34.870252],[-106.463868,34.870194],[-106.46979,34.521217],[-106.416924,34.439687],[-106.768281,34.531262],[-106.882658,34.579531],[-107.201743,34.578757],[-107.202882,34.957572],[-107.066562,34.95719]]]},"properties":{"id":"35061","n":"Valencia","z":["87002","87006","87023","87026","87031","87042","87060","87068","87195"],"st":"NM"}},"36001":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-74.180274,42.729979],[-73.809369,42.778869],[-73.726663,42.822577],[-73.676762,42.783277],[-73.761265,42.610379],[-73.783721,42.464231],[-74.254303,42.408207],[-74.241572,42.550802],[-74.169725,42.667426],[-74.180274,42.729979]]]},"properties":{"id":"36001","n":"Albany","z":["12007","12009","12023","12041","12045","12046","12047","12053","12054","12055","12059","12067","12077","12083","12084","12085","12087","12107","12110","12120","12122","12128","12141","12143","12147","12157","12158","12159","12161","12183","12186","12189","12193","12201","12202","12203","12204","12205","12206","12207","12208","12209","12210","12211","12212","12214","12220","12222","12223","12224","12225","12226","12227","12228","12229","12230","12231","12232","12233","12234","12236","12237","12238","12239","12240","12241","12242","12243","12244","12245","12246","12247","12248","12249","12250","12255","12257","12260","12261","12288","12303","12304","12306","12309","12469"],"st":"NY"}},"36003":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.308839,42.521217],[-78.038261,42.521522],[-77.840694,42.517771],[-77.840231,42.474576],[-77.722964,42.471216],[-77.749930925127,41.998755440329],[-78.206603037858,41.999088305758],[-78.308128960447,41.999071134741],[-78.308839,42.521217]]]},"properties":{"id":"36003","n":"Allegany","z":["14024","14060","14065","14536","14707","14708","14709","14711","14714","14715","14717","14721","14727","14735","14739","14744","14745","14754","14770","14774","14777","14786","14802","14803","14804","14806","14807","14813","14822","14836","14843","14846","14877","14880","14884","14895","14897"],"st":"NY"}},"36005":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.920471529379,40.918606332041],[-73.74806,40.871721],[-73.778958,40.811713],[-73.912456,40.796096],[-73.965834517046,40.824745259559],[-73.920471529379,40.918606332041]]]},"properties":{"id":"36005","n":"Bronx","z":["10451","10452","10453","10454","10455","10456","10457","10458","10459","10460","10461","10462","10463","10464","10465","10466","10467","10468","10469","10470","10471","10472","10473","10474","10475","11370"],"st":"NY"}},"36007":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.130181,42.410337],[-75.86402,42.415702],[-75.836406,42.244155],[-75.638299,42.248686],[-75.63711,42.195628],[-75.418421,42.195032],[-75.402239,42.010699],[-75.359859929151,41.993685888905],[-75.483149270959,41.999398164523],[-76.10584,41.998858],[-76.080681,42.258084],[-76.130181,42.410337]]]},"properties":{"id":"36007","n":"Broome","z":["13730","13736","13737","13744","13745","13746","13748","13749","13754","13760","13761","13762","13763","13777","13778","13787","13790","13794","13795","13797","13802","13803","13811","13813","13826","13833","13835","13848","13850","13851","13862","13865","13901","13902","13903","13904","13905"],"st":"NY"}},"36009":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.060777,42.537853],[-78.991702,42.529249],[-78.919766,42.442386],[-78.695937,42.47194],[-78.46394,42.536332],[-78.308839,42.521217],[-78.308128960447,41.999071134741],[-78.918857363615,41.999103198689],[-79.06126440316,41.998838109911],[-79.060777,42.537853]]]},"properties":{"id":"36009","n":"Cattaraugus","z":["14009","14029","14030","14041","14042","14060","14065","14070","14081","14101","14129","14138","14141","14168","14171","14173","14706","14719","14726","14727","14729","14730","14731","14737","14738","14741","14743","14747","14748","14751","14753","14755","14760","14766","14770","14772","14778","14779","14783","14788"],"st":"NY"}},"36011":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.713806,43.024035],[-76.722002565713,43.337580195981],[-76.617213732578,43.420175554466],[-76.605012,43.25357],[-76.479224,43.227519],[-76.491941,43.004964],[-76.450738,42.84576],[-76.356974,42.84945],[-76.274673,42.771257],[-76.265584,42.623588],[-76.666543,42.623457],[-76.731636,42.72074],[-76.73674,42.970286],[-76.713806,43.024035]]]},"properties":{"id":"36011","n":"Cayuga","z":["13021","13024","13026","13027","13033","13034","13045","13064","13071","13073","13074","13077","13080","13081","13092","13093","13111","13113","13117","13118","13126","13139","13140","13143","13147","13152","13156","13160","13166","14140"],"st":"NY"}},"36013":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.761951,42.26986],[-79.453533,42.411157],[-79.381943,42.466491],[-79.135944404022,42.569178709974],[-79.060777,42.537853],[-79.06126440316,41.998838109911],[-79.610835774987,41.998519904108],[-79.761313,41.998808],[-79.761951,42.26986]]]},"properties":{"id":"36013","n":"Chautauqua","z":["14048","14062","14063","14081","14135","14136","14138","14166","14240","14701","14702","14710","14712","14716","14718","14720","14722","14723","14724","14726","14728","14732","14733","14736","14738","14740","14742","14747","14750","14752","14756","14757","14758","14767","14769","14775","14781","14782","14784","14785","14787"],"st":"NY"}},"36015":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.965028,42.278495],[-76.733912,42.29372],[-76.642256,42.233721],[-76.619303,42.282853],[-76.538349,42.281755],[-76.563589,42.152463],[-76.557624143569,42.000148716342],[-76.926846362954,42.000723451817],[-76.965728759427,42.000783395047],[-76.965028,42.278495]]]},"properties":{"id":"36015","n":"Chemung","z":["14812","14814","14816","14824","14825","14830","14838","14845","14859","14861","14864","14871","14872","14889","14892","14894","14901","14902","14903","14904","14905"],"st":"NY"}},"36017":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-75.889832,42.723844],[-75.295877,42.744106],[-75.330143,42.568082],[-75.403626,42.509063],[-75.374905,42.410784],[-75.415319,42.314151],[-75.418421,42.195032],[-75.63711,42.195628],[-75.638299,42.248686],[-75.836406,42.244155],[-75.86402,42.415702],[-75.889832,42.723844]]]},"properties":{"id":"36017","n":"Chenango","z":["13040","13052","13072","13124","13136","13155","13332","13411","13460","13464","13485","13730","13733","13746","13758","13778","13780","13787","13801","13809","13813","13814","13815","13830","13832","13841","13843","13844"],"st":"NY"}},"36019":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-74.027431413368,44.99736535924],[-73.343124,45.01084],[-73.379822,44.857037],[-73.33443,44.802188],[-73.389966,44.61962],[-73.362682812744,44.562455221687],[-73.347983232427,44.546162853597],[-73.463838,44.537681],[-73.496604,44.486081],[-73.669281,44.441355],[-73.909687,44.429699],[-73.966148,44.709118],[-73.986382,44.707773],[-74.027431413368,44.99736535924]]]},"properties":{"id":"36019","n":"Clinton","z":["12901","12903","12910","12911","12912","12918","12919","12920","12921","12923","12924","12929","12933","12934","12935","12944","12952","12955","12958","12959","12962","12972","12978","12979","12981","12985","12992"],"st":"NY"}},"36021":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.910675,42.127293],[-73.786832,42.273007],[-73.783721,42.464231],[-73.352527,42.510002],[-73.508142,42.086257],[-73.489679942032,42.053797709587],[-73.527072,41.97798],[-73.71093,42.005488],[-73.929626,42.078778],[-73.910675,42.127293]]]},"properties":{"id":"36021","n":"Columbia","z":["12017","12024","12029","12037","12050","12060","12062","12075","12106","12115","12125","12130","12132","12136","12156","12165","12172","12173","12174","12184","12195","12502","12503","12513","12516","12517","12521","12523","12526","12529","12530","12534","12541","12544","12546","12565","12567","12571","12583"],"st":"NY"}},"36023":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.274673,42.771257],[-75.896079,42.790964],[-75.889832,42.723844],[-75.86402,42.415702],[-76.130181,42.410337],[-76.253359,42.407568],[-76.265584,42.623588],[-76.274673,42.771257]]]},"properties":{"id":"36023","n":"Cortland","z":["13040","13045","13052","13053","13056","13077","13087","13101","13141","13158","13159","13738","13784","13803","13835","13841","13862","13863"],"st":"NY"}},"36025":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-75.415319,42.314151],[-75.197237,42.358329],[-74.844121,42.512591],[-74.71158,42.517799],[-74.618895,42.424389],[-74.443506,42.355017],[-74.53731,42.201424],[-74.451713,42.169225],[-74.530985,42.146475],[-74.780693,42.016375],[-75.146664899286,41.850125930146],[-75.263005,41.885109],[-75.359859929151,41.993685888905],[-75.402239,42.010699],[-75.418421,42.195032],[-75.415319,42.314151]]]},"properties":{"id":"36025","n":"Delaware","z":["12093","12155","12167","12406","12421","12430","12434","12438","12441","12455","12459","12465","12468","12474","12758","12760","12776","13731","13733","13739","13740","13750","13751","13752","13753","13754","13755","13756","13757","13774","13775","13782","13783","13786","13788","13804","13806","13820","13825","13838","13839","13842","13846","13847","13849","13856","13860"],"st":"NY"}},"36027":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.953307,41.589977],[-73.941081,41.735993],[-73.964413,41.913148],[-73.929626,42.078778],[-73.71093,42.005488],[-73.527072,41.97798],[-73.489679942032,42.053797709587],[-73.487314,42.049638],[-73.517918790638,41.66672053071],[-73.529677714301,41.527161021128],[-73.933775,41.488279],[-73.981486,41.438905],[-73.953307,41.589977]]]},"properties":{"id":"36027","n":"Dutchess","z":["12501","12504","12506","12507","12508","12510","12511","12512","12514","12522","12524","12527","12531","12533","12537","12538","12540","12545","12546","12564","12567","12569","12570","12571","12572","12574","12578","12580","12581","12582","12583","12585","12590","12592","12594","12601","12602","12603","12604"],"st":"NY"}},"36029":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.019577884894,43.06629646789],[-78.890159,43.021956],[-78.727647,43.08622],[-78.464449,43.088703],[-78.464381,42.867461],[-78.46394,42.536332],[-78.695937,42.47194],[-78.919766,42.442386],[-78.991702,42.529249],[-79.060777,42.537853],[-79.135944404022,42.569178709974],[-79.04886,42.689158],[-78.851355,42.791758],[-78.909159,42.933257],[-79.019964,42.994756],[-79.019577884894,43.06629646789]]]},"properties":{"id":"36029","n":"Erie","z":["14001","14004","14006","14010","14013","14025","14026","14027","14030","14031","14032","14033","14034","14035","14037","14038","14043","14047","14051","14052","14055","14057","14059","14061","14068","14069","14070","14072","14075","14080","14081","14085","14086","14091","14102","14110","14111","14112","14127","14134","14139","14141","14145","14150","14151","14169","14170","14201","14202","14203","14204","14205","14206","14207","14208","14209","14210","14211","14212","14213","14214","14215","14216","14217","14218","14219","14220","14221","14222","14223","14224","14225","14226","14227","14228","14231","14241","14260","14261","14263","14264","14265","14267","14269","14270","14272","14273","14276","14280"],"st":"NY"}},"36031":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-74.28187,44.120552],[-74.09349,44.137615],[-74.141424,44.407268],[-73.909687,44.429699],[-73.669281,44.441355],[-73.496604,44.486081],[-73.463838,44.537681],[-73.347983232427,44.546162853597],[-73.293613,44.440559],[-73.334637,44.356877],[-73.317455974665,44.263522189877],[-73.395399,44.166903],[-73.43688,44.042578],[-73.374051,43.875563],[-73.38252614954,43.80815898855],[-73.43812,43.803687],[-74.057005,43.744513],[-74.047062,43.796343],[-74.213734,43.810875],[-74.336826,43.925223],[-74.255998,43.969797],[-74.28187,44.120552]]]},"properties":{"id":"36031","n":"Essex","z":["12808","12836","12851","12852","12853","12855","12857","12858","12870","12872","12879","12883","12912","12913","12928","12932","12936","12941","12942","12943","12944","12946","12950","12956","12960","12961","12964","12972","12974","12975","12977","12983","12987","12993","12996","12997","12998"],"st":"NY"}},"36033":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-74.027431413368,44.99736535924],[-73.986382,44.707773],[-73.966148,44.709118],[-73.909687,44.429699],[-74.141424,44.407268],[-74.09349,44.137615],[-74.28187,44.120552],[-74.535156,44.09925],[-74.525683,44.170636],[-74.644739319826,44.997027560417],[-74.027431413368,44.99736535924]]]},"properties":{"id":"36033","n":"Franklin","z":["12912","12913","12914","12915","12916","12917","12920","12926","12930","12937","12939","12945","12953","12955","12957","12966","12969","12970","12976","12980","12981","12983","12986","12989","12995","13649","13655"],"st":"NY"}},"36035":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-74.712615,43.286143],[-74.534657,43.228115],[-74.326378,43.241635],[-74.220902,43.221403],[-74.140147,43.253979],[-74.097467,42.982934],[-74.542367,42.98553],[-74.759895,43.047423],[-74.695985,43.174177],[-74.712615,43.286143]]]},"properties":{"id":"36035","n":"Fulton","z":["12010","12025","12032","12068","12070","12078","12086","12095","12117","12134","13329","13339","13452","13470"],"st":"NY"}},"36037":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.465505,43.128619],[-77.99729,43.132981],[-77.905934,43.133561],[-77.909832,42.987762],[-77.954964,42.862754],[-78.464381,42.867461],[-78.464449,43.088703],[-78.465505,43.128619]]]},"properties":{"id":"36037","n":"Genesee","z":["14001","14004","14005","14011","14013","14020","14021","14036","14040","14054","14056","14058","14105","14125","14143","14416","14422","14482","14525","14557","14591"],"st":"NY"}},"36039":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-74.443506,42.355017],[-74.244692,42.377159],[-74.254303,42.408207],[-73.783721,42.464231],[-73.786832,42.273007],[-73.910675,42.127293],[-74.00245,42.176992],[-74.074797,42.096589],[-74.307571,42.114346],[-74.451713,42.169225],[-74.53731,42.201424],[-74.443506,42.355017]]]},"properties":{"id":"36039","n":"Greene","z":["12015","12042","12046","12051","12058","12083","12087","12120","12124","12143","12176","12192","12405","12407","12413","12414","12418","12422","12423","12424","12427","12430","12431","12436","12439","12442","12444","12450","12451","12452","12454","12460","12463","12468","12469","12470","12473","12480","12482","12485","12492","12496"],"st":"NY"}},"36041":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-74.854171,44.070089],[-74.535156,44.09925],[-74.28187,44.120552],[-74.255998,43.969797],[-74.336826,43.925223],[-74.213734,43.810875],[-74.047062,43.796343],[-74.057005,43.744513],[-74.214625,43.728703],[-74.1601,43.371532],[-74.140147,43.253979],[-74.220902,43.221403],[-74.326378,43.241635],[-74.534657,43.228115],[-74.712615,43.286143],[-74.867712,43.339826],[-74.775617,43.486677],[-74.854171,44.070089]]]},"properties":{"id":"36041","n":"Hamilton","z":["12032","12108","12134","12139","12164","12190","12812","12842","12847","12864","13353","13360","13436"],"st":"NY"}},"36043":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-75.11016,43.615229],[-75.170159,44.096959],[-75.062779,44.0504],[-74.854171,44.070089],[-74.775617,43.486677],[-74.867712,43.339826],[-74.712615,43.286143],[-74.695985,43.174177],[-74.759895,43.047423],[-74.763303,42.863237],[-74.878822,42.898274],[-74.906738,42.824943],[-75.100999,42.908363],[-75.212158,42.879973],[-75.219106,43.052469],[-75.069165,43.227333],[-75.161886,43.257349],[-75.076581,43.330705],[-75.11016,43.615229]]]},"properties":{"id":"36043","n":"Herkimer","z":["13304","13322","13324","13329","13331","13338","13339","13340","13350","13357","13361","13365","13367","13406","13407","13413","13416","13420","13431","13438","13439","13454","13456","13457","13470","13472","13475","13491","13502"],"st":"NY"}},"36045":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-75.861271192835,44.405192013503],[-75.446124,44.217655],[-75.545886,44.102978],[-75.484528,44.074172],[-75.542898,43.967795],[-75.60367,43.971363],[-75.758157,43.878785],[-75.84056,43.883976],[-75.850534,43.791886],[-75.786759,43.78832],[-75.774553,43.688884],[-76.025087,43.707018],[-76.022003,43.668143],[-76.201482547386,43.680285960224],[-76.229268,43.804135],[-76.296758,43.857079],[-76.441848,43.882864],[-76.279314,43.972462],[-76.37556,44.031536],[-76.370706,44.100499],[-76.286547,44.203773],[-76.164265,44.239603],[-76.161833,44.280777],[-75.861271192835,44.405192013503]]]},"properties":{"id":"36045","n":"Jefferson","z":["13083","13601","13602","13603","13605","13606","13607","13608","13611","13612","13615","13616","13618","13619","13622","13624","13626","13628","13632","13634","13636","13637","13638","13640","13641","13642","13643","13646","13650","13651","13656","13657","13659","13661","13665","13671","13673","13674","13675","13679","13682","13685","13691","13692","13693"],"st":"NY"}},"36047":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-74.030927085684,40.722786750494],[-73.962478,40.736802],[-73.868717,40.694622],[-73.825494001131,40.576149578994],[-73.940591,40.542896],[-74.037970523916,40.589570866339],[-74.070943537715,40.667208232776],[-74.030927085684,40.722786750494]]]},"properties":{"id":"36047","n":"Kings","z":["11201","11202","11203","11204","11205","11206","11207","11208","11209","11210","11211","11212","11213","11214","11215","11216","11217","11218","11219","11220","11221","11222","11223","11224","11225","11226","11228","11229","11230","11231","11232","11233","11234","11235","11236","11237","11238","11239","11241","11242","11243","11245","11247","11249","11251","11252","11256","11425"],"st":"NY"}},"36049":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-75.446124,44.217655],[-75.170159,44.096959],[-75.11016,43.615229],[-75.5335,43.419756],[-75.756213,43.470388],[-75.774553,43.688884],[-75.786759,43.78832],[-75.850534,43.791886],[-75.84056,43.883976],[-75.758157,43.878785],[-75.60367,43.971363],[-75.542898,43.967795],[-75.484528,44.074172],[-75.545886,44.102978],[-75.446124,44.217655]]]},"properties":{"id":"36049","n":"Lewis","z":["13305","13309","13312","13316","13325","13327","13343","13345","13367","13368","13404","13433","13437","13471","13473","13489","13601","13619","13620","13626","13627","13631","13648","13665","13682"],"st":"NY"}},"36051":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.954964,42.862754],[-77.909832,42.987762],[-77.730957,42.988372],[-77.759052,42.940462],[-77.580377,42.943963],[-77.61167,42.763169],[-77.598815,42.671965],[-77.486875,42.670279],[-77.490889,42.577288],[-77.659917,42.580409],[-77.722964,42.471216],[-77.840231,42.474576],[-77.840694,42.517771],[-78.038261,42.521522],[-77.956334,42.667322],[-77.954964,42.862754]]]},"properties":{"id":"36051","n":"Livingston","z":["14414","14423","14435","14437","14454","14462","14466","14471","14472","14480","14481","14482","14485","14486","14487","14488","14510","14517","14525","14533","14539","14545","14556","14558","14560","14572","14592","14822","14836","14846"],"st":"NY"}},"36053":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-75.993394,43.183376],[-75.884275,43.155562],[-75.723929,43.162596],[-75.552774,43.037554],[-75.542803,42.931774],[-75.444173,42.933089],[-75.437167,42.863319],[-75.247963,42.871604],[-75.295877,42.744106],[-75.889832,42.723844],[-75.896079,42.790964],[-75.917189,43.085779],[-75.975588,43.091278],[-75.993394,43.183376]]]},"properties":{"id":"36053","n":"Madison","z":["13030","13032","13035","13037","13043","13052","13061","13072","13082","13104","13122","13134","13163","13310","13314","13332","13334","13346","13355","13364","13402","13408","13409","13418","13421","13425","13460","13465","13480","13484","13485","13491"],"st":"NY"}},"36055":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.995589794938,43.365310255678],[-77.760231,43.341161],[-77.551022,43.235763],[-77.376051995953,43.274033763487],[-77.371478,43.034696],[-77.485418,43.034564],[-77.482517,42.943164],[-77.580377,42.943963],[-77.759052,42.940462],[-77.730957,42.988372],[-77.909832,42.987762],[-77.905934,43.133561],[-77.99729,43.132981],[-77.995589794938,43.365310255678]]]},"properties":{"id":"36055","n":"Monroe","z":["14410","14414","14416","14420","14428","14430","14445","14450","14464","14467","14468","14470","14472","14476","14482","14502","14506","14511","14514","14515","14519","14526","14534","14543","14546","14559","14563","14564","14580","14586","14602","14603","14604","14605","14606","14607","14608","14609","14610","14611","14612","14613","14614","14615","14616","14617","14618","14619","14620","14621","14622","14623","14624","14625","14626","14627","14638","14639","14642","14643","14644","14646","14647","14649","14650","14651","14652","14653","14692","14694"],"st":"NY"}},"36057":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-74.759895,43.047423],[-74.542367,42.98553],[-74.097467,42.982934],[-74.09298,42.955868],[-74.083883,42.897354],[-74.263314,42.796534],[-74.454911,42.772979],[-74.648298,42.829558],[-74.763303,42.863237],[-74.759895,43.047423]]]},"properties":{"id":"36057","n":"Montgomery","z":["12010","12053","12066","12068","12069","12070","12072","12086","12095","12137","12166","12177","13317","13320","13339","13410","13428","13452","13459"],"st":"NY"}},"36059":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.778958,40.811713],[-73.74806,40.871721],[-73.741197244949,40.875854592837],[-73.497351038626,40.923182273294],[-73.462259,40.86671],[-73.423976617557,40.61324487756],[-73.640902,40.582823],[-73.750621721656,40.589319767128],[-73.701633,40.752493],[-73.778958,40.811713]]]},"properties":{"id":"36059","n":"Nassau","z":["11001","11002","11003","11010","11020","11021","11022","11023","11024","11026","11027","11030","11040","11042","11050","11051","11052","11053","11054","11055","11096","11501","11507","11509","11510","11514","11516","11518","11520","11530","11531","11542","11545","11547","11548","11549","11550","11551","11552","11553","11554","11555","11556","11557","11558","11559","11560","11561","11563","11565","11566","11568","11569","11570","11571","11572","11575","11576","11577","11579","11580","11581","11582","11590","11596","11598","11599","11709","11710","11714","11732","11735","11737","11753","11756","11758","11762","11765","11771","11773","11783","11791","11793","11797","11801","11802","11803","11804","11815","11853"],"st":"NY"}},"36061":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.98459249468,40.797543328552],[-73.965834517046,40.824745259559],[-73.912456,40.796096],[-73.962478,40.736802],[-74.030927085684,40.722786750494],[-73.98459249468,40.797543328552]]]},"properties":{"id":"36061","n":"New York","z":["10001","10002","10003","10004","10005","10006","10007","10008","10009","10010","10011","10012","10013","10014","10016","10017","10018","10019","10020","10021","10022","10023","10024","10025","10026","10027","10028","10029","10030","10031","10032","10033","10034","10035","10036","10037","10038","10039","10040","10041","10043","10044","10045","10055","10065","10069","10075","10080","10081","10087","10101","10102","10103","10104","10105","10106","10107","10108","10109","10110","10111","10112","10113","10114","10115","10116","10117","10118","10119","10120","10121","10122","10123","10124","10125","10126","10128","10129","10130","10131","10132","10133","10138","10150","10151","10152","10153","10154","10155","10156","10157","10158","10159","10160","10162","10163","10164","10165","10166","10167","10168","10169","10170","10171","10172","10173","10174","10175","10176","10177","10178","10179","10185","10199","10203","10211","10212","10213","10242","10249","10256","10258","10259","10260","10261","10265","10268","10269","10270","10271","10272","10273","10274","10275","10276","10277","10278","10279","10280","10281","10282","10285","10286","10463"],"st":"NY"}},"36063":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.465551187596,43.370895422166],[-78.465505,43.128619],[-78.464449,43.088703],[-78.727647,43.08622],[-78.890159,43.021956],[-79.019577884894,43.06629646789],[-79.070469,43.262454],[-78.547395,43.369541],[-78.465551187596,43.370895422166]]]},"properties":{"id":"36063","n":"Niagara","z":["14001","14008","14012","14028","14067","14092","14094","14095","14105","14107","14108","14109","14120","14126","14131","14132","14144","14172","14174","14301","14302","14303","14304","14305"],"st":"NY"}},"36065":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-75.756213,43.470388],[-75.5335,43.419756],[-75.11016,43.615229],[-75.076581,43.330705],[-75.161886,43.257349],[-75.069165,43.227333],[-75.219106,43.052469],[-75.212158,42.879973],[-75.247963,42.871604],[-75.437167,42.863319],[-75.444173,42.933089],[-75.542803,42.931774],[-75.552774,43.037554],[-75.723929,43.162596],[-75.884275,43.155562],[-75.886756,43.325021],[-75.814627,43.483578],[-75.756213,43.470388]]]},"properties":{"id":"36065","n":"Oneida","z":["13042","13054","13123","13157","13162","13301","13303","13304","13308","13309","13313","13316","13318","13319","13321","13322","13323","13328","13338","13341","13352","13354","13362","13363","13401","13402","13403","13413","13417","13421","13424","13425","13431","13435","13438","13440","13441","13442","13449","13455","13456","13461","13469","13471","13476","13477","13478","13479","13480","13483","13486","13489","13490","13492","13494","13495","13501","13502","13503","13504","13505","13599"],"st":"NY"}},"36067":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.479224,43.227519],[-76.258951,43.237468],[-76.21083,43.268473],[-75.993394,43.183376],[-75.975588,43.091278],[-75.917189,43.085779],[-75.896079,42.790964],[-76.274673,42.771257],[-76.356974,42.84945],[-76.450738,42.84576],[-76.491941,43.004964],[-76.479224,43.227519]]]},"properties":{"id":"36067","n":"Onondaga","z":["13020","13021","13022","13027","13029","13030","13031","13035","13037","13039","13041","13051","13052","13057","13060","13063","13066","13077","13078","13080","13082","13084","13088","13089","13090","13104","13108","13110","13112","13116","13119","13120","13122","13135","13137","13138","13141","13152","13153","13158","13159","13164","13166","13202","13203","13204","13205","13206","13207","13208","13209","13210","13211","13212","13214","13215","13217","13218","13219","13220","13221","13224","13225","13235","13244","13250","13251","13252","13261","13290"],"st":"NY"}},"36069":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.580377,42.943963],[-77.482517,42.943164],[-77.485418,43.034564],[-77.371478,43.034696],[-77.215839,43.039844],[-77.133397,43.012463],[-76.963926,43.013157],[-76.971392,42.764223],[-77.313004,42.761265],[-77.366505,42.576368],[-77.490889,42.577288],[-77.486875,42.670279],[-77.598815,42.671965],[-77.61167,42.763169],[-77.580377,42.943963]]]},"properties":{"id":"36069","n":"Ontario","z":["14424","14425","14432","14443","14453","14456","14461","14463","14466","14469","14471","14472","14475","14485","14487","14489","14504","14512","14513","14518","14522","14532","14534","14537","14544","14547","14548","14560","14561","14564","14585"],"st":"NY"}},"36071":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-74.367055,41.590977],[-74.264292,41.632629],[-74.053685,41.58061],[-73.953307,41.589977],[-73.981486,41.438905],[-73.981384,41.324693],[-74.234473,41.142883],[-74.367038261447,41.204211472444],[-74.694914,41.357423],[-74.756271834725,41.427627428543],[-74.761435,41.490245],[-74.475619,41.503953],[-74.367055,41.590977]]]},"properties":{"id":"36071","n":"Orange","z":["10090","10910","10911","10912","10914","10915","10916","10917","10918","10919","10921","10922","10924","10925","10926","10928","10930","10932","10933","10940","10941","10949","10950","10953","10958","10959","10963","10969","10973","10975","10979","10981","10985","10987","10988","10990","10992","10996","10997","10998","12518","12520","12542","12543","12549","12550","12551","12552","12553","12555","12566","12575","12577","12584","12586","12589","12721","12729","12746","12771","12780","12785"],"st":"NY"}},"36073":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.465551187596,43.370895422166],[-77.995589794938,43.365310255678],[-77.99729,43.132981],[-78.465505,43.128619],[-78.465551187596,43.370895422166]]]},"properties":{"id":"36073","n":"Orleans","z":["14058","14098","14103","14105","14125","14411","14420","14422","14429","14452","14464","14470","14476","14477","14479","14508","14571"],"st":"NY"}},"36075":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.617213732578,43.420175554466],[-76.417581,43.521285],[-76.235834,43.529256],[-76.201482547386,43.680285960224],[-76.022003,43.668143],[-76.025087,43.707018],[-75.774553,43.688884],[-75.756213,43.470388],[-75.814627,43.483578],[-75.886756,43.325021],[-75.884275,43.155562],[-75.993394,43.183376],[-76.21083,43.268473],[-76.258951,43.237468],[-76.479224,43.227519],[-76.605012,43.25357],[-76.617213732578,43.420175554466]]]},"properties":{"id":"36075","n":"Oswego","z":["13028","13036","13042","13044","13069","13074","13076","13083","13103","13107","13111","13114","13115","13121","13126","13131","13132","13135","13142","13144","13145","13156","13167","13302","13316","13426","13437","13493","13661"],"st":"NY"}},"36077":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-75.295877,42.744106],[-75.247963,42.871604],[-75.212158,42.879973],[-75.100999,42.908363],[-74.906738,42.824943],[-74.878822,42.898274],[-74.763303,42.863237],[-74.648298,42.829558],[-74.667512,42.75071],[-74.630631,42.626674],[-74.71158,42.517799],[-74.844121,42.512591],[-75.197237,42.358329],[-75.415319,42.314151],[-75.374905,42.410784],[-75.403626,42.509063],[-75.330143,42.568082],[-75.295877,42.744106]]]},"properties":{"id":"36077","n":"Otsego","z":["12036","12043","12064","12116","12155","12197","13315","13317","13320","13326","13333","13335","13337","13342","13348","13357","13361","13411","13415","13439","13450","13459","13468","13482","13485","13488","13491","13733","13747","13776","13796","13807","13808","13809","13810","13820","13825","13834","13838","13843","13849","13859","13861"],"st":"NY"}},"36079":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.981384,41.324693],[-73.981486,41.438905],[-73.933775,41.488279],[-73.529677714301,41.527161021128],[-73.544151186401,41.366319596244],[-73.982584,41.321693],[-73.981384,41.324693]]]},"properties":{"id":"36079","n":"Putnam","z":["10509","10512","10516","10524","10537","10541","10542","10579","10588","12531","12533","12563","12582"],"st":"NY"}},"36081":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.962478,40.736802],[-73.912456,40.796096],[-73.778958,40.811713],[-73.701633,40.752493],[-73.750621721656,40.589319767128],[-73.825494001131,40.576149578994],[-73.868717,40.694622],[-73.962478,40.736802]]]},"properties":{"id":"36081","n":"Queens","z":["11001","11003","11004","11005","11040","11101","11102","11103","11104","11105","11106","11109","11120","11351","11352","11354","11355","11356","11357","11358","11359","11360","11361","11362","11363","11364","11365","11366","11367","11368","11369","11370","11371","11372","11373","11374","11375","11377","11378","11379","11380","11381","11385","11386","11405","11411","11412","11413","11414","11415","11416","11417","11418","11419","11420","11421","11422","11423","11424","11426","11427","11428","11429","11430","11431","11432","11433","11434","11435","11436","11439","11451","11499","11690","11691","11692","11693","11694","11695","11697"],"st":"NY"}},"36083":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.676762,42.783277],[-73.683074,42.903776],[-73.635463,42.94129],[-73.430623,42.95865],[-73.273832807021,42.943631747526],[-73.290944,42.80192],[-73.264957,42.74594],[-73.352527,42.510002],[-73.783721,42.464231],[-73.761265,42.610379],[-73.676762,42.783277]]]},"properties":{"id":"36083","n":"Rensselaer","z":["12016","12018","12022","12028","12033","12040","12052","12057","12061","12062","12063","12082","12089","12090","12094","12118","12121","12123","12133","12138","12140","12144","12153","12154","12156","12168","12169","12180","12181","12182","12184","12185","12196","12198"],"st":"NY"}},"36085":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-74.203688,40.592691],[-74.160146783153,40.646076516445],[-74.070943537715,40.667208232776],[-74.037970523916,40.589570866339],[-74.260611,40.502436],[-74.203688,40.592691]]]},"properties":{"id":"36085","n":"Richmond","z":["10301","10302","10303","10304","10305","10306","10307","10308","10309","10310","10311","10312","10313","10314"],"st":"NY"}},"36087":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-74.234473,41.142883],[-73.981384,41.324693],[-73.982584,41.321693],[-73.970784,41.247893],[-73.88748,41.138295],[-73.893981860036,40.997198203539],[-74.211617643199,41.132981363536],[-74.234473,41.142883]]]},"properties":{"id":"36087","n":"Rockland","z":["10060","10901","10913","10920","10923","10927","10931","10952","10954","10956","10960","10962","10964","10965","10968","10970","10974","10976","10977","10980","10982","10983","10984","10986","10989","10993","10994"],"st":"NY"}},"36089":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-74.644739319826,44.997027560417],[-74.525683,44.170636],[-74.535156,44.09925],[-74.854171,44.070089],[-75.062779,44.0504],[-75.170159,44.096959],[-75.446124,44.217655],[-75.861271192835,44.405192013503],[-75.76623,44.515851],[-75.423943,44.756329],[-75.255517,44.857651],[-74.992756,44.977449],[-74.834669,45.014683],[-74.644739319826,44.997027560417]]]},"properties":{"id":"36089","n":"Saint Lawrence","z":["12847","12914","12922","12927","12930","12949","12965","12967","12973","12980","12986","13608","13613","13614","13617","13621","13623","13625","13630","13633","13635","13639","13642","13645","13646","13647","13648","13652","13654","13655","13658","13660","13662","13664","13666","13667","13668","13669","13670","13672","13676","13677","13678","13679","13680","13681","13683","13684","13687","13690","13694","13695","13696","13697","13699"],"st":"NY"}},"36091":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-74.1601,43.371532],[-73.884139,43.398041],[-73.835811,43.253756],[-73.59496,43.306118],[-73.577876,43.056888],[-73.635463,42.94129],[-73.683074,42.903776],[-73.676762,42.783277],[-73.726663,42.822577],[-73.809369,42.778869],[-73.955458,42.897306],[-74.09298,42.955868],[-74.097467,42.982934],[-74.140147,43.253979],[-74.1601,43.371532]]]},"properties":{"id":"36091","n":"Saratoga","z":["12010","12019","12020","12025","12027","12065","12074","12086","12118","12134","12148","12151","12170","12188","12302","12803","12822","12828","12831","12833","12835","12850","12859","12863","12866","12871","12884"],"st":"NY"}},"36093":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-74.263314,42.796534],[-74.083883,42.897354],[-74.09298,42.955868],[-73.955458,42.897306],[-73.809369,42.778869],[-74.180274,42.729979],[-74.272295,42.71427],[-74.263314,42.796534]]]},"properties":{"id":"36093","n":"Schenectady","z":["12008","12010","12019","12027","12053","12056","12066","12137","12150","12157","12301","12302","12303","12304","12305","12306","12307","12308","12309","12325","12345"],"st":"NY"}},"36095":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-74.648298,42.829558],[-74.454911,42.772979],[-74.263314,42.796534],[-74.272295,42.71427],[-74.180274,42.729979],[-74.169725,42.667426],[-74.241572,42.550802],[-74.254303,42.408207],[-74.244692,42.377159],[-74.443506,42.355017],[-74.618895,42.424389],[-74.71158,42.517799],[-74.630631,42.626674],[-74.667512,42.75071],[-74.648298,42.829558]]]},"properties":{"id":"36095","n":"Schoharie","z":["12023","12031","12035","12036","12043","12053","12064","12066","12071","12073","12076","12092","12093","12122","12131","12149","12157","12160","12166","12167","12175","12187","12194","12469","13459"],"st":"NY"}},"36097":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.107203,42.483771],[-76.889805,42.463054],[-76.895596,42.541537],[-76.696655,42.54679],[-76.691406,42.284307],[-76.619303,42.282853],[-76.642256,42.233721],[-76.733912,42.29372],[-76.965028,42.278495],[-77.099657,42.272356],[-77.107203,42.483771]]]},"properties":{"id":"36097","n":"Schuyler","z":["14805","14812","14815","14818","14824","14837","14840","14841","14863","14864","14865","14869","14870","14876","14878","14886","14889","14891"],"st":"NY"}},"36099":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.963926,43.013157],[-76.713806,43.024035],[-76.73674,42.970286],[-76.731636,42.72074],[-76.666543,42.623457],[-76.585989,42.54991],[-76.696655,42.54679],[-76.895596,42.541537],[-76.895349,42.656255],[-76.971392,42.764223],[-76.963926,43.013157]]]},"properties":{"id":"36099","n":"Seneca","z":["13065","13146","13148","13165","14433","14456","14489","14521","14532","14541","14588","14841","14847","14860","14886"],"st":"NY"}},"36101":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.722964,42.471216],[-77.659917,42.580409],[-77.490889,42.577288],[-77.366505,42.576368],[-77.143795,42.576869],[-77.107203,42.483771],[-77.099657,42.272356],[-76.965028,42.278495],[-76.965728759427,42.000783395047],[-77.610020114476,41.99914985408],[-77.749930925127,41.998755440329],[-77.722964,42.471216]]]},"properties":{"id":"36101","n":"Steuben","z":["14418","14437","14512","14529","14572","14801","14803","14804","14806","14807","14808","14809","14810","14812","14814","14815","14819","14820","14821","14823","14826","14827","14830","14831","14837","14839","14840","14843","14855","14856","14858","14870","14871","14873","14874","14877","14879","14885","14893","14897","14898"],"st":"NY"}},"36103":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.423976617557,40.61324487756],[-73.462259,40.86671],[-73.497351038626,40.923182273294],[-73.392862,40.955297],[-73.229285,40.905121],[-73.110368,40.971938],[-72.859831,40.966088],[-72.585327,40.997587],[-72.354123,41.139952],[-72.189163,41.193549],[-72.283093,41.067874],[-72.162898,41.053187],[-72.126704,41.115139],[-72.051928,41.020506],[-71.959595,41.071237],[-71.856214,41.070598],[-71.936977,41.006137],[-73.20844,40.630884],[-73.423976617557,40.61324487756]]]},"properties":{"id":"36103","n":"Suffolk","z":["00501","00544","06390","11701","11702","11703","11704","11705","11706","11707","11713","11715","11716","11717","11718","11719","11720","11721","11722","11724","11725","11726","11727","11729","11730","11731","11733","11735","11738","11739","11740","11741","11742","11743","11746","11747","11749","11751","11752","11754","11755","11757","11760","11763","11764","11766","11767","11768","11769","11770","11772","11775","11776","11777","11778","11779","11780","11782","11784","11786","11787","11788","11789","11790","11792","11794","11795","11796","11798","11901","11930","11931","11932","11933","11934","11935","11937","11939","11940","11941","11942","11944","11946","11947","11948","11949","11950","11951","11952","11953","11954","11955","11956","11957","11958","11959","11960","11961","11962","11963","11964","11965","11967","11968","11969","11970","11971","11972","11973","11975","11976","11977","11978","11980"],"st":"NY"}},"36105":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-75.146664899286,41.850125930146],[-74.780693,42.016375],[-74.453685,41.875595],[-74.575086,41.745258],[-74.395071,41.644876],[-74.367055,41.590977],[-74.475619,41.503953],[-74.761435,41.490245],[-74.756271834725,41.427627428543],[-74.982463,41.496467],[-75.046198605912,41.603764019903],[-75.053431,41.752538],[-75.146664899286,41.850125930146]]]},"properties":{"id":"36105","n":"Sullivan","z":["10940","12458","12483","12566","12701","12719","12720","12721","12722","12723","12724","12725","12726","12727","12729","12732","12733","12734","12736","12737","12738","12740","12741","12742","12743","12745","12747","12748","12749","12750","12751","12752","12754","12758","12759","12760","12762","12763","12764","12765","12766","12767","12768","12769","12770","12775","12776","12777","12778","12779","12780","12781","12783","12784","12785","12786","12787","12788","12789","12790","12791","12792"],"st":"NY"}},"36107":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.538349,42.281755],[-76.416199,42.262976],[-76.415305,42.318368],[-76.250149,42.296676],[-76.253359,42.407568],[-76.130181,42.410337],[-76.080681,42.258084],[-76.10584,41.998858],[-76.145518994782,41.998866463308],[-76.557624143569,42.000148716342],[-76.563589,42.152463],[-76.538349,42.281755]]]},"properties":{"id":"36107","n":"Tioga","z":["13732","13734","13736","13743","13760","13811","13812","13827","13835","13840","13845","13864","14817","14859","14883","14889","14892"],"st":"NY"}},"36109":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.696655,42.54679],[-76.585989,42.54991],[-76.666543,42.623457],[-76.265584,42.623588],[-76.253359,42.407568],[-76.250149,42.296676],[-76.415305,42.318368],[-76.416199,42.262976],[-76.538349,42.281755],[-76.619303,42.282853],[-76.691406,42.284307],[-76.696655,42.54679]]]},"properties":{"id":"36109","n":"Tompkins","z":["13045","13053","13062","13068","13073","13092","13102","13736","13864","14817","14850","14851","14852","14853","14854","14867","14881","14882","14883","14886"],"st":"NY"}},"36111":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-74.451713,42.169225],[-74.307571,42.114346],[-74.074797,42.096589],[-74.00245,42.176992],[-73.910675,42.127293],[-73.929626,42.078778],[-73.964413,41.913148],[-73.941081,41.735993],[-73.953307,41.589977],[-74.053685,41.58061],[-74.264292,41.632629],[-74.367055,41.590977],[-74.395071,41.644876],[-74.575086,41.745258],[-74.453685,41.875595],[-74.780693,42.016375],[-74.530985,42.146475],[-74.451713,42.169225]]]},"properties":{"id":"36111","n":"Ulster","z":["12401","12402","12404","12406","12409","12410","12411","12412","12416","12417","12419","12420","12428","12429","12432","12433","12435","12440","12441","12443","12446","12448","12449","12453","12455","12456","12457","12458","12461","12464","12465","12466","12471","12472","12475","12477","12480","12481","12483","12484","12486","12487","12489","12490","12491","12493","12494","12495","12498","12515","12525","12528","12542","12547","12548","12561","12566","12568","12586","12588","12589","12725","12740","12758"],"st":"NY"}},"36113":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-74.057005,43.744513],[-73.43812,43.803687],[-73.49291,43.657139],[-73.636651,43.497242],[-73.59496,43.306118],[-73.835811,43.253756],[-73.884139,43.398041],[-74.1601,43.371532],[-74.214625,43.728703],[-74.057005,43.744513]]]},"properties":{"id":"36113","n":"Warren","z":["12801","12804","12808","12810","12811","12814","12815","12817","12820","12824","12835","12836","12843","12844","12845","12846","12853","12856","12857","12860","12862","12870","12874","12878","12885","12886"],"st":"NY"}},"36115":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.43812,43.803687],[-73.38252614954,43.80815898855],[-73.361107151684,43.753233457284],[-73.414546,43.658209],[-73.395767,43.568087],[-73.327702,43.625913],[-73.242042,43.534925],[-73.255355838058,43.3147123986],[-73.273832807021,42.943631747526],[-73.430623,42.95865],[-73.635463,42.94129],[-73.577876,43.056888],[-73.59496,43.306118],[-73.636651,43.497242],[-73.49291,43.657139],[-73.43812,43.803687]]]},"properties":{"id":"36115","n":"Washington","z":["12028","12057","12094","12154","12185","12804","12809","12816","12819","12821","12823","12827","12828","12832","12834","12837","12838","12839","12841","12844","12848","12849","12854","12861","12865","12873","12887"],"st":"NY"}},"36117":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.376051995953,43.274033763487],[-77.130429,43.285635],[-76.952174,43.270692],[-76.722002565713,43.337580195981],[-76.713806,43.024035],[-76.963926,43.013157],[-77.133397,43.012463],[-77.215839,43.039844],[-77.371478,43.034696],[-77.376051995953,43.274033763487]]]},"properties":{"id":"36117","n":"Wayne","z":["13143","13146","13154","13156","13201","14413","14433","14449","14450","14489","14502","14505","14513","14516","14519","14520","14522","14538","14542","14551","14555","14568","14580","14589","14590"],"st":"NY"}},"36119":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.982584,41.321693],[-73.544151186401,41.366319596244],[-73.550961,41.295422],[-73.482709,41.21276],[-73.727775,41.100696],[-73.657336,40.985171],[-73.756776,40.912599],[-73.741197244949,40.875854592837],[-73.74806,40.871721],[-73.920471529379,40.918606332041],[-73.893981860036,40.997198203539],[-73.88748,41.138295],[-73.970784,41.247893],[-73.982584,41.321693]]]},"properties":{"id":"36119","n":"Westchester","z":["10501","10502","10503","10504","10505","10506","10507","10509","10510","10511","10514","10517","10518","10519","10520","10521","10522","10523","10526","10527","10528","10530","10532","10533","10535","10536","10537","10538","10540","10541","10543","10545","10546","10547","10548","10549","10550","10551","10552","10553","10560","10562","10566","10567","10570","10573","10576","10577","10578","10580","10583","10587","10588","10589","10590","10591","10594","10595","10596","10597","10598","10601","10602","10603","10604","10605","10606","10607","10610","10701","10702","10703","10704","10705","10706","10707","10708","10709","10710","10801","10802","10803","10804","10805"],"st":"NY"}},"36121":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.464381,42.867461],[-77.954964,42.862754],[-77.956334,42.667322],[-78.038261,42.521522],[-78.308839,42.521217],[-78.46394,42.536332],[-78.464381,42.867461]]]},"properties":{"id":"36121","n":"Wyoming","z":["14004","14009","14011","14024","14030","14037","14039","14040","14054","14066","14082","14083","14113","14130","14133","14145","14167","14427","14525","14530","14533","14536","14549","14550","14569","14591","14735"],"st":"NY"}},"36123":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.971392,42.764223],[-76.895349,42.656255],[-76.895596,42.541537],[-76.889805,42.463054],[-77.107203,42.483771],[-77.143795,42.576869],[-77.366505,42.576368],[-77.313004,42.761265],[-76.971392,42.764223]]]},"properties":{"id":"36123","n":"Yates","z":["14415","14418","14441","14456","14478","14507","14512","14527","14544","14561","14837","14842","14857","14878","14887"],"st":"NY"}},"37001":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.541728,35.899851],[-79.53241,36.241463],[-79.531865,36.249673],[-79.257952,36.243445],[-79.268243,35.909182],[-79.249538,35.87681],[-79.237295,35.844247],[-79.542428,35.843303],[-79.541728,35.899851]]]},"properties":{"id":"37001","n":"Alamance","z":["27201","27202","27215","27216","27217","27244","27249","27253","27258","27298","27302","27312","27340","27349","27359"],"st":"NC"}},"37003":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.328324,35.996583],[-81.263596,36.025818],[-81.028833,36.045652],[-81.005541,35.958287],[-81.109507,35.776594],[-81.143053,35.827887],[-81.334272,35.796281],[-81.328324,35.996583]]]},"properties":{"id":"37003","n":"Alexander","z":["28601","28625","28630","28636","28654","28678","28681","28689"],"st":"NC"}},"37005":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.353221224602,36.576238231156],[-80.901726,36.561751],[-80.967153,36.40202],[-81.026688,36.373195],[-81.095112,36.440773],[-81.253649,36.366601],[-81.353221224602,36.576238231156]]]},"properties":{"id":"37005","n":"Alleghany","z":["28623","28627","28631","28644","28663","28668","28675"],"st":"NC"}},"37007":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.276829,35.195722],[-80.172819,35.147847],[-80.112644,35.193882],[-80.075365,35.143081],[-79.992941,35.08559],[-79.923972,35.11543],[-79.849536,34.900006],[-79.924684253136,34.807829019752],[-79.927398038772,34.807862590631],[-80.32083257113,34.813620821544],[-80.276829,35.195722]]]},"properties":{"id":"37007","n":"Anson","z":["28007","28091","28102","28103","28119","28133","28135","28170"],"st":"NC"}},"37009":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.677535,36.588117],[-81.353221224602,36.576238231156],[-81.253649,36.366601],[-81.359255,36.366433],[-81.366725,36.284447],[-81.477516,36.24025],[-81.566349,36.272202],[-81.725372779685,36.389738497436],[-81.677535,36.588117]]]},"properties":{"id":"37009","n":"Ashe","z":["28615","28617","28626","28629","28631","28640","28643","28644","28672","28684","28693","28694","28698"],"st":"NC"}},"37011":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.934369244493,36.26471620438],[-81.918444472905,36.287357917382],[-81.907698,36.214163],[-81.810516,36.111511],[-81.735673,36.067584],[-81.807162,35.961955],[-81.899871,35.999909],[-81.943188,35.96005],[-81.981954,35.911361],[-82.034104,35.942057],[-82.081148917132,36.105692114333],[-82.02874,36.124322],[-81.934369244493,36.26471620438]]]},"properties":{"id":"37011","n":"Avery","z":["28604","28605","28611","28616","28622","28641","28646","28647","28652","28653","28657","28662","28664","28679","28777"],"st":"NC"}},"37013":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.174,35.732831],[-76.985842,35.658848],[-76.847264,35.719982],[-76.637513,35.705215],[-76.588191,35.620654],[-76.467761,35.556504],[-76.599085,35.51996],[-76.522131,35.353623],[-76.590497,35.361857],[-76.632561,35.235324],[-76.845505,35.216059],[-76.895919,35.253889],[-77.189115,35.418362],[-77.176178,35.518812],[-77.100803,35.551455],[-77.195772,35.699779],[-77.174,35.732831]]]},"properties":{"id":"37013","n":"Beaufort","z":["27806","27808","27810","27814","27817","27821","27834","27837","27860","27865","27871","27889","27892","28586"],"st":"NC"}},"37015":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.291519,36.168342],[-77.208468,36.246578],[-76.706584,36.243796],[-76.736933,36.150583],[-76.682535,36.030947],[-76.606214,35.978051],[-76.683751,35.953101],[-76.760598,35.864887],[-76.834825,35.88291],[-76.891106,35.812654],[-76.93904,35.90151],[-77.04405,35.861621],[-77.027544,35.929683],[-77.195882,35.936801],[-77.205817,36.005323],[-77.327569,36.071361],[-77.230275,36.104999],[-77.291519,36.168342]]]},"properties":{"id":"37015","n":"Bertie","z":["27805","27847","27849","27872","27910","27924","27957","27967","27983"],"st":"NC"}},"37017":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.901998,34.835268],[-78.494705,34.856182],[-78.254441,34.553595],[-78.176501,34.465356],[-78.256085,34.399469],[-78.44532,34.3774],[-78.648373,34.460869],[-78.868961,34.484778],[-78.805721,34.689202],[-78.901998,34.835268]]]},"properties":{"id":"37017","n":"Bladen","z":["28306","28312","28320","28332","28337","28384","28392","28399","28423","28433","28434","28438","28441","28444","28447","28448","28456"],"st":"NC"}},"37019":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.16235,34.357007],[-78.029922,34.331768],[-77.956605,34.234491],[-77.885455075521,34.038240984853],[-77.960172,33.853315],[-78.136952,33.912178],[-78.383964,33.901946],[-78.541087,33.851112],[-78.650871280533,33.945055720533],[-78.640688,34.009854],[-78.555043,34.067071],[-78.507338,34.169246],[-78.422734,34.139631],[-78.374295,34.204893],[-78.254622,34.216305],[-78.16235,34.357007]]]},"properties":{"id":"37019","n":"Brunswick","z":["28420","28422","28436","28451","28452","28456","28459","28461","28462","28465","28467","28468","28469","28470","28479"],"st":"NC"}},"37021":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.883909,35.678235],[-82.805207,35.686067],[-82.513161,35.80338],[-82.408602,35.818178],[-82.361956,35.821245],[-82.275399,35.704438],[-82.291026,35.591322],[-82.169049,35.527811],[-82.265795,35.467818],[-82.332822,35.50022],[-82.532713,35.416615],[-82.673343,35.459453],[-82.745139,35.422967],[-82.798174,35.469805],[-82.77055,35.575932],[-82.883909,35.678235]]]},"properties":{"id":"37021","n":"Buncombe","z":["28701","28704","28709","28711","28715","28728","28730","28732","28737","28748","28753","28757","28759","28770","28776","28778","28787","28801","28802","28803","28804","28805","28806","28810","28814","28815","28816"],"st":"NC"}},"37023":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.943188,35.96005],[-81.899871,35.999909],[-81.807162,35.961955],[-81.555994,35.777538],[-81.363796,35.767802],[-81.535403,35.568137],[-81.537599,35.564228],[-81.691989,35.580041],[-81.753407,35.613588],[-81.824122,35.574983],[-81.869388,35.719624],[-81.986885,35.807066],[-81.906652,35.883376],[-81.943188,35.96005]]]},"properties":{"id":"37023","n":"Burke","z":["28090","28601","28602","28612","28619","28628","28637","28645","28655","28657","28666","28667","28671","28680","28690","28761"],"st":"NC"}},"37025":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.784167,35.506017],[-80.737379,35.505804],[-80.295421,35.50292],[-80.504985,35.184998],[-80.550349,35.208412],[-80.66648,35.267934],[-80.766414,35.401478],[-80.784167,35.506017]]]},"properties":{"id":"37025","n":"Cabarrus","z":["28025","28026","28027","28036","28071","28075","28078","28081","28082","28083","28097","28107","28124","28138","28213","28215","28262","28269"],"st":"NC"}},"37027":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.810516,36.111511],[-81.545488,36.117475],[-81.397817,36.066061],[-81.328324,35.996583],[-81.334272,35.796281],[-81.363796,35.767802],[-81.555994,35.777538],[-81.807162,35.961955],[-81.735673,36.067584],[-81.810516,36.111511]]]},"properties":{"id":"37027","n":"Caldwell","z":["28601","28605","28606","28611","28630","28633","28638","28645","28661","28667"],"st":"NC"}},"37029":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.491482575472,36.550732993836],[-76.31330296826,36.550551089807],[-76.158532,36.425333],[-75.948777,36.285851],[-75.887984,36.163311],[-75.906295,36.085877],[-76.022607,36.096725],[-76.02939,36.158819],[-76.12458,36.263963],[-76.216211,36.298302],[-76.231329,36.37208],[-76.491336,36.510677],[-76.541965865718,36.55078453236],[-76.491482575472,36.550732993836]]]},"properties":{"id":"37029","n":"Camden","z":["27909","27921","27973","27974","27976"],"st":"NC"}},"37031":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.078263,34.811322],[-76.954438,34.809066],[-76.883201,34.844893],[-76.693018,34.86918],[-76.652571,34.937595],[-76.71158,34.981768],[-76.304136,35.201453],[-76.065774,35.124937],[-76.013145,35.061855],[-76.31021,34.852309],[-76.450454,34.71445],[-76.535946,34.588577],[-76.618719,34.67255],[-76.726969,34.69669],[-76.906257,34.68282],[-77.112964393077,34.638092832392],[-77.165986,34.785032],[-77.078263,34.811322]]]},"properties":{"id":"37031","n":"Carteret","z":["28511","28512","28516","28520","28524","28528","28531","28553","28557","28570","28575","28577","28579","28581","28582","28584","28589","28594"],"st":"NC"}},"37033":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.513647662509,36.540748205071],[-79.470056673924,36.540836149787],[-79.343115919369,36.541143099969],[-79.218455495922,36.541444536176],[-79.138335898871,36.541638270056],[-79.153997,36.241875],[-79.257952,36.243445],[-79.531865,36.249673],[-79.513647662509,36.540748205071]]]},"properties":{"id":"37033","n":"Caswell","z":["27212","27217","27244","27249","27291","27302","27305","27311","27314","27315","27320","27326","27343","27379","27541"],"st":"NC"}},"37035":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.363796,35.767802],[-81.334272,35.796281],[-81.143053,35.827887],[-81.109507,35.776594],[-80.92754,35.622978],[-80.960025,35.54702],[-81.535403,35.568137],[-81.363796,35.767802]]]},"properties":{"id":"37035","n":"Catawba","z":["27658","28037","28090","28092","28168","28601","28602","28603","28609","28610","28612","28613","28650","28658","28673","28682"],"st":"NC"}},"37037":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.542428,35.843303],[-79.237295,35.844247],[-79.249538,35.87681],[-79.016305,35.86321],[-78.906097,35.867918],[-78.995059,35.610135],[-78.914734,35.583672],[-78.96964,35.521669],[-79.117096,35.628164],[-79.350073,35.518002],[-79.555804,35.515039],[-79.542428,35.843303]]]},"properties":{"id":"37037","n":"Chatham","z":["27207","27208","27213","27228","27252","27298","27312","27330","27344","27349","27355","27502","27516","27517","27519","27523","27540","27559","27562","27713"],"st":"NC"}},"37039":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.286598378741,35.205758218496],[-84.223718,35.269078],[-84.097508,35.247382],[-84.029104413772,35.292123776494],[-83.968532,35.218074],[-83.831429,35.256117],[-83.702772,35.24852],[-83.738129,35.15595],[-83.855493,35.137956],[-84.005336733438,34.987649584012],[-84.129446962636,34.987946953955],[-84.321869,34.988408],[-84.286598378741,35.205758218496]]]},"properties":{"id":"37039","n":"Cherokee","z":["28781","28901","28902","28903","28905","28906"],"st":"NC"}},"37041":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.706584,36.243796],[-76.696571,36.296138],[-76.559646,36.351056],[-76.590107,36.238862],[-76.572077,36.109463],[-76.402957,36.072867],[-76.396794,36.026443],[-76.606214,35.978051],[-76.682535,36.030947],[-76.736933,36.150583],[-76.706584,36.243796]]]},"properties":{"id":"37041","n":"Chowan","z":["27919","27932","27946","27980"],"st":"NC"}},"37043":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.005336733438,34.987649584012],[-83.855493,35.137956],[-83.738129,35.15595],[-83.659824,35.160304],[-83.482873204291,34.990873961287],[-83.549180753505,34.988803195914],[-83.936646,34.987485],[-84.005336733438,34.987649584012]]]},"properties":{"id":"37043","n":"Clay","z":["28902","28904","28909"],"st":"NC"}},"37045":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.691989,35.580041],[-81.537599,35.564228],[-81.4556,35.419811],[-81.321729,35.260449],[-81.328090989292,35.162285915557],[-81.367604910676,35.164092161204],[-81.768134407774,35.179707706384],[-81.702853,35.357304],[-81.691989,35.580041]]]},"properties":{"id":"37045","n":"Cleveland","z":["28017","28020","28021","28038","28040","28042","28073","28086","28089","28090","28114","28136","28150","28151","28152","28169"],"st":"NC"}},"37047":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.071254201048,34.299313026842],[-78.960011,34.442684],[-78.868961,34.484778],[-78.648373,34.460869],[-78.44532,34.3774],[-78.256085,34.399469],[-78.16235,34.357007],[-78.254622,34.216305],[-78.374295,34.204893],[-78.422734,34.139631],[-78.507338,34.169246],[-78.555043,34.067071],[-78.640688,34.009854],[-78.650871280533,33.945055720533],[-79.071254201048,34.299313026842]]]},"properties":{"id":"37047","n":"Columbus","z":["28320","28423","28424","28430","28431","28432","28433","28436","28438","28439","28442","28450","28455","28456","28463","28472"],"st":"NC"}},"37049":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.391026,35.339533],[-77.247896,35.354415],[-77.189115,35.418362],[-76.895919,35.253889],[-76.987266,35.15495],[-76.940819,35.119103],[-76.953285,35.021248],[-76.780586,34.950434],[-76.71158,34.981768],[-76.652571,34.937595],[-76.693018,34.86918],[-76.883201,34.844893],[-76.954438,34.809066],[-77.078263,34.811322],[-77.108851,34.83078],[-77.109656,35.068609],[-77.187679,35.081086],[-77.473692,35.228985],[-77.391026,35.339533]]]},"properties":{"id":"37049","n":"Craven","z":["28519","28523","28526","28527","28530","28532","28533","28560","28561","28562","28563","28573","28586"],"st":"NC"}},"37051":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.097602,35.174194],[-79.095808,35.192068],[-78.794564,35.266047],[-78.617127,35.245578],[-78.672292,35.085281],[-78.647033,34.992254],[-78.494705,34.856182],[-78.901998,34.835268],[-78.940844,34.903368],[-79.038747,34.952715],[-79.112921,35.125651],[-79.097602,35.174194]]]},"properties":{"id":"37051","n":"Cumberland","z":["28301","28302","28303","28304","28305","28306","28307","28308","28309","28310","28311","28312","28314","28318","28331","28334","28342","28344","28348","28356","28371","28382","28384","28390","28391","28395"],"st":"NC"}},"37053":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.12234994701,36.550552332554],[-75.867044,36.550754],[-75.77065146256,36.232080307051],[-75.76628,36.056956],[-75.840046,36.028834],[-75.906295,36.085877],[-75.887984,36.163311],[-75.948777,36.285851],[-76.158532,36.425333],[-76.31330296826,36.550551089807],[-76.12234994701,36.550552332554]]]},"properties":{"id":"37053","n":"Currituck","z":["27916","27917","27923","27927","27929","27939","27941","27947","27950","27956","27958","27964","27965","27966","27973"],"st":"NC"}},"37055":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-75.840046,36.028834],[-75.76628,36.056956],[-75.77065146256,36.232080307051],[-75.496086,35.728515],[-75.458659,35.596597],[-75.486771,35.391652],[-75.533627,35.225825],[-75.749561423962,35.185616362192],[-75.814021,35.500182],[-75.901342,35.668952],[-76.027479,35.668849],[-76.008348,35.895802],[-75.973152,35.976643],[-75.840046,36.028834]]]},"properties":{"id":"37055","n":"Dare","z":["27915","27920","27936","27943","27948","27949","27953","27954","27959","27968","27972","27978","27981","27982"],"st":"NC"}},"37057":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.394307,35.972762],[-80.213842,35.996699],[-80.21373,36.026808],[-80.043238,36.010758],[-80.046869,35.920693],[-80.066842,35.505661],[-80.182559,35.504151],[-80.209509,35.581951],[-80.330602,35.678799],[-80.334509,35.720471],[-80.458884,35.743031],[-80.487586,35.83291],[-80.398823,35.841347],[-80.394307,35.972762]]]},"properties":{"id":"37057","n":"Davidson","z":["27012","27107","27127","27239","27262","27265","27284","27292","27293","27294","27295","27299","27351","27360","27361","27374","28127"],"st":"NC"}},"37059":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.693197,36.05126],[-80.496283,36.046545],[-80.394307,35.972762],[-80.398823,35.841347],[-80.487586,35.83291],[-80.458884,35.743031],[-80.47182,35.768356],[-80.707826,35.852929],[-80.693197,36.05126]]]},"properties":{"id":"37059","n":"Davie","z":["27006","27014","27028","27055","27115","28634"],"st":"NC"}},"37061":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.16342,35.189716],[-78.044451,35.192535],[-77.891892,35.146425],[-77.834249,35.177846],[-77.769177,35.145576],[-77.731026,35.008138],[-77.674805,34.9739],[-77.653352,34.940535],[-77.680127,34.720595],[-78.114007,34.721795],[-78.198642,34.741637],[-78.147129,34.902506],[-78.16342,35.189716]]]},"properties":{"id":"37061","n":"Duplin","z":["28325","28329","28341","28349","28365","28393","28398","28444","28453","28458","28464","28466","28478","28508","28518","28521","28525","28572","28574","28578"],"st":"NC"}},"37063":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.950597,36.23932],[-78.802335,36.235794],[-78.807484,36.087295],[-78.751273,36.070834],[-78.699316,36.011448],[-78.829965,35.866978],[-78.906097,35.867918],[-79.016305,35.86321],[-78.950597,36.23932]]]},"properties":{"id":"37063","n":"Durham","z":["27278","27503","27517","27560","27572","27613","27617","27701","27703","27704","27705","27706","27707","27708","27709","27710","27711","27712","27713","27715","27717","27722"],"st":"NC"}},"37065":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.828444,35.867208],[-77.697956,36.15315],[-77.5407,36.096085],[-77.517646,36.036775],[-77.402614,36.004966],[-77.342418,35.905262],[-77.350369,35.819228],[-77.390154,35.833062],[-77.665131,35.674935],[-77.751339,35.827794],[-77.828444,35.867208]]]},"properties":{"id":"37065","n":"Edgecombe","z":["27801","27803","27809","27812","27815","27819","27822","27829","27834","27843","27852","27864","27878","27881","27886","27891"],"st":"NC"}},"37067":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.452322,36.241419],[-80.451696,36.261502],[-80.035119,36.257184],[-80.043238,36.010758],[-80.21373,36.026808],[-80.213842,35.996699],[-80.394307,35.972762],[-80.496283,36.046545],[-80.439104,36.139949],[-80.452322,36.241419]]]},"properties":{"id":"37067","n":"Forsyth","z":["27009","27010","27012","27019","27021","27023","27040","27043","27045","27050","27051","27052","27094","27098","27099","27101","27102","27103","27104","27105","27106","27107","27109","27110","27111","27113","27114","27116","27117","27120","27127","27130","27150","27152","27155","27157","27198","27199","27265","27284","27285","27373"],"st":"NC"}},"37069":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.496614,36.175199],[-78.42188,36.164309],[-78.306965,36.266191],[-78.133399,36.246383],[-78.006551,36.202633],[-78.255973,35.81812],[-78.307409,35.896738],[-78.546414,36.021826],[-78.496614,36.175199]]]},"properties":{"id":"37069","n":"Franklin","z":["27508","27525","27537","27544","27549","27587","27589","27596","27597","27816","27882"],"st":"NC"}},"37071":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.4556,35.419811],[-80.95486,35.400078],[-81.042302450139,35.146768649468],[-81.328090989292,35.162285915557],[-81.321729,35.260449],[-81.4556,35.419811]]]},"properties":{"id":"37071","n":"Gaston","z":["28006","28012","28016","28021","28032","28033","28034","28052","28053","28054","28055","28056","28077","28086","28092","28098","28101","28120","28164"],"st":"NC"}},"37073":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.916037632856,36.54608133029],[-76.541965865718,36.55078453236],[-76.491336,36.510677],[-76.453711,36.378092],[-76.559646,36.351056],[-76.696571,36.296138],[-76.779467,36.362469],[-76.946258,36.413822],[-76.916037632856,36.54608133029]]]},"properties":{"id":"37073","n":"Gates","z":["27926","27935","27937","27938","27946","27969","27979"],"st":"NC"}},"37075":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.958917834564,35.45789943958],[-83.95323138015,35.460020889577],[-83.585756,35.434832],[-83.680114,35.2795],[-83.702772,35.24852],[-83.831429,35.256117],[-83.968532,35.218074],[-84.029104413772,35.292123776494],[-84.021782,35.407418],[-83.958917834564,35.45789943958]]]},"properties":{"id":"37075","n":"Graham","z":["28702","28733","28771"],"st":"NC"}},"37077":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.802335,36.235794],[-78.79627395514,36.541759493582],[-78.734122801117,36.541608734841],[-78.457277896256,36.541448708399],[-78.511224,36.454808],[-78.496614,36.175199],[-78.546414,36.021826],[-78.751273,36.070834],[-78.807484,36.087295],[-78.802335,36.235794]]]},"properties":{"id":"37077","n":"Granville","z":["27507","27509","27522","27525","27528","27544","27565","27572","27581","27582","27584","27587","27596"],"st":"NC"}},"37079":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.822511,35.585383],[-77.700692,35.652295],[-77.61037,35.567552],[-77.503716,35.518124],[-77.475515,35.426655],[-77.676719,35.347344],[-77.806248,35.368754],[-77.822511,35.585383]]]},"properties":{"id":"37079","n":"Greene","z":["27828","27863","27883","27888","28513","28530","28538","28551","28554","28580"],"st":"NC"}},"37081":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.043238,36.010758],[-80.035119,36.257184],[-79.53241,36.241463],[-79.541728,35.899851],[-80.046869,35.920693],[-80.043238,36.010758]]]},"properties":{"id":"37081","n":"Guilford","z":["27214","27215","27233","27235","27244","27249","27260","27261","27262","27263","27265","27268","27282","27283","27284","27298","27301","27310","27313","27317","27320","27342","27357","27358","27377","27401","27402","27403","27404","27405","27406","27407","27408","27409","27410","27411","27412","27413","27415","27416","27417","27419","27420","27425","27427","27429","27435","27438","27455","27495","27497","27498","27499"],"st":"NC"}},"37083":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.899524,36.504259],[-77.644367,36.480228],[-77.555275,36.417964],[-77.585698,36.33551],[-77.445886,36.324888],[-77.386595,36.213548],[-77.291519,36.168342],[-77.230275,36.104999],[-77.327569,36.071361],[-77.402614,36.004966],[-77.517646,36.036775],[-77.5407,36.096085],[-77.697956,36.15315],[-77.8864,36.143994],[-78.006551,36.202633],[-77.911963,36.382446],[-77.899524,36.504259]]]},"properties":{"id":"37083","n":"Halifax","z":["27823","27839","27843","27844","27850","27870","27874","27887","27890","27891"],"st":"NC"}},"37085":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.183556,35.307161],[-78.96964,35.521669],[-78.914734,35.583672],[-78.708345,35.519296],[-78.529851,35.334935],[-78.538349,35.31641],[-78.617127,35.245578],[-78.794564,35.266047],[-79.095808,35.192068],[-79.223021,35.268133],[-79.183556,35.307161]]]},"properties":{"id":"37085","n":"Harnett","z":["27330","27332","27501","27504","27505","27506","27521","27526","27540","27546","27552","27592","28323","28326","28334","28335","28339","28356","28390"],"st":"NC"}},"37087":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.256141552304,35.715124062658],[-83.161537,35.763363],[-82.966649742899,35.795445979574],[-82.883909,35.678235],[-82.77055,35.575932],[-82.798174,35.469805],[-82.745139,35.422967],[-82.83199,35.318343],[-82.920881,35.292037],[-83.186322,35.514368],[-83.155835,35.552622],[-83.181977,35.671327],[-83.26474416829,35.70308949617],[-83.256141552304,35.715124062658]]]},"properties":{"id":"37087","n":"Haywood","z":["28716","28721","28743","28745","28751","28785","28786","28813"],"st":"NC"}},"37089":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.265795,35.467818],[-82.261305,35.393198],[-82.359152,35.244489],[-82.353175272919,35.198714129601],[-82.577715148441,35.146475347847],[-82.619248,35.303708],[-82.745139,35.422967],[-82.673343,35.459453],[-82.532713,35.416615],[-82.332822,35.50022],[-82.265795,35.467818]]]},"properties":{"id":"37089","n":"Henderson","z":["28704","28710","28711","28724","28726","28727","28729","28731","28732","28735","28738","28739","28742","28758","28759","28760","28766","28773","28790","28791","28792","28793"],"st":"NC"}},"37091":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.208468,36.246578],[-77.122959,36.471218],[-77.066463,36.496511],[-77.164322603718,36.546152819848],[-76.916037632856,36.54608133029],[-76.946258,36.413822],[-76.779467,36.362469],[-76.696571,36.296138],[-76.706584,36.243796],[-77.208468,36.246578]]]},"properties":{"id":"37091","n":"Hertford","z":["27805","27818","27855","27897","27910","27922","27924","27942","27986"],"st":"NC"}},"37093":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.458751,35.043639],[-79.246383,35.212964],[-79.097602,35.174194],[-79.112921,35.125651],[-79.038747,34.952715],[-79.191391,34.833717],[-79.347823,34.838617],[-79.353124,34.944242],[-79.458751,35.043639]]]},"properties":{"id":"37093","n":"Hoke","z":["28304","28306","28315","28357","28364","28371","28376","28377","28386"],"st":"NC"}},"37095":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.637513,35.705215],[-76.405971,35.697579],[-76.269247,35.690754],[-76.285839,35.604464],[-76.213895,35.598238],[-76.144653,35.702488],[-76.027479,35.668849],[-75.901342,35.668952],[-75.814021,35.500182],[-75.749561423962,35.185616362192],[-76.013145,35.061855],[-76.065774,35.124937],[-76.304136,35.201453],[-76.454738,35.334376],[-76.522131,35.353623],[-76.599085,35.51996],[-76.467761,35.556504],[-76.588191,35.620654],[-76.637513,35.705215]]]},"properties":{"id":"37095","n":"Hyde","z":["27810","27824","27826","27860","27875","27885","27960"],"st":"NC"}},"37097":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.109507,35.776594],[-81.005541,35.958287],[-81.028833,36.045652],[-80.881591,36.055718],[-80.693197,36.05126],[-80.707826,35.852929],[-80.771582,35.672163],[-80.737379,35.505804],[-80.784167,35.506017],[-80.948122,35.491167],[-80.960025,35.54702],[-80.92754,35.622978],[-81.109507,35.776594]]]},"properties":{"id":"37097","n":"Iredell","z":["27013","27020","27028","27055","28010","28036","28115","28117","28123","28125","28166","28625","28634","28636","28660","28677","28678","28687","28688","28689","28699"],"st":"NC"}},"37099":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.186322,35.514368],[-82.920881,35.292037],[-82.983216,35.13192],[-83.056889,35.053827],[-83.008472812269,35.026918543924],[-83.108612996507,35.000658843678],[-83.339609,35.330993],[-83.351726,35.468092],[-83.186322,35.514368]]]},"properties":{"id":"37099","n":"Jackson","z":["28707","28717","28719","28723","28725","28736","28741","28747","28751","28774","28779","28783","28786","28788","28789"],"st":"NC"}},"37101":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.255973,35.81812],[-78.192117,35.730545],[-78.115641,35.600433],[-78.064784,35.585263],[-78.15491,35.41781],[-78.153243,35.350671],[-78.30658,35.287604],[-78.492042,35.263421],[-78.538349,35.31641],[-78.529851,35.334935],[-78.708345,35.519296],[-78.468503,35.707072],[-78.255973,35.81812]]]},"properties":{"id":"37101","n":"Johnston","z":["27501","27504","27520","27524","27527","27529","27542","27555","27557","27568","27569","27576","27577","27591","27592","27593","27597","27603","28334","28366"],"st":"NC"}},"37103":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.731026,35.008138],[-77.601282,35.071368],[-77.473692,35.228985],[-77.187679,35.081086],[-77.109656,35.068609],[-77.108851,34.83078],[-77.078263,34.811322],[-77.165986,34.785032],[-77.267647,34.92579],[-77.366768,34.90865],[-77.502771,34.969635],[-77.674805,34.9739],[-77.731026,35.008138]]]},"properties":{"id":"37103","n":"Jones","z":["28501","28504","28522","28526","28555","28562","28572","28573","28574","28585"],"st":"NC"}},"37105":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.350073,35.518002],[-79.117096,35.628164],[-78.96964,35.521669],[-79.183556,35.307161],[-79.273565,35.353369],[-79.359765,35.469675],[-79.350073,35.518002]]]},"properties":{"id":"37105","n":"Lee","z":["27237","27256","27330","27331","27332","27505","28326","28355","28368"],"st":"NC"}},"37107":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.806248,35.368754],[-77.676719,35.347344],[-77.475515,35.426655],[-77.391026,35.339533],[-77.473692,35.228985],[-77.601282,35.071368],[-77.731026,35.008138],[-77.769177,35.145576],[-77.834249,35.177846],[-77.806248,35.368754]]]},"properties":{"id":"37107","n":"Lenoir","z":["28501","28502","28503","28504","28525","28526","28530","28538","28551","28564","28572","28578","28580"],"st":"NC"}},"37109":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.535403,35.568137],[-80.960025,35.54702],[-80.948122,35.491167],[-80.95486,35.400078],[-81.4556,35.419811],[-81.537599,35.564228],[-81.535403,35.568137]]]},"properties":{"id":"37109","n":"Lincoln","z":["28006","28021","28033","28037","28080","28090","28092","28093","28164","28168","28650","28673"],"st":"NC"}},"37111":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.275399,35.704438],[-82.193402,35.735314],[-82.133484,35.823309],[-81.981954,35.911361],[-81.943188,35.96005],[-81.906652,35.883376],[-81.986885,35.807066],[-81.869388,35.719624],[-81.824122,35.574983],[-81.842468,35.542263],[-82.169049,35.527811],[-82.291026,35.591322],[-82.275399,35.704438]]]},"properties":{"id":"37111","n":"McDowell","z":["28167","28655","28657","28711","28749","28752","28761","28762","28777"],"st":"NC"}},"37113":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.702772,35.24852],[-83.680114,35.2795],[-83.467181,35.297861],[-83.339609,35.330993],[-83.108612996507,35.000658843678],[-83.482873204291,34.990873961287],[-83.659824,35.160304],[-83.738129,35.15595],[-83.702772,35.24852]]]},"properties":{"id":"37113","n":"Macon","z":["28734","28741","28744","28763","28775","28781","29734"],"st":"NC"}},"37115":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.966649742899,35.795445979574],[-82.893751418431,35.933857269709],[-82.81613,35.923986],[-82.779397,35.992511],[-82.628365,36.062105],[-82.605703610794,36.037198863562],[-82.610885,35.974442],[-82.508007659722,35.982013205441],[-82.494781,35.909484],[-82.408602,35.818178],[-82.513161,35.80338],[-82.805207,35.686067],[-82.883909,35.678235],[-82.966649742899,35.795445979574]]]},"properties":{"id":"37115","n":"Madison","z":["28743","28748","28753","28754","28787"],"st":"NC"}},"37117":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.402614,36.004966],[-77.327569,36.071361],[-77.205817,36.005323],[-77.195882,35.936801],[-77.027544,35.929683],[-77.04405,35.861621],[-76.93904,35.90151],[-76.891106,35.812654],[-76.834825,35.88291],[-76.760598,35.864887],[-76.847264,35.719982],[-76.985842,35.658848],[-77.174,35.732831],[-77.350369,35.819228],[-77.342418,35.905262],[-77.402614,36.004966]]]},"properties":{"id":"37117","n":"Martin","z":["27812","27825","27840","27841","27843","27846","27857","27861","27871","27892"],"st":"NC"}},"37119":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.042302450139,35.146768649468],[-80.95486,35.400078],[-80.948122,35.491167],[-80.784167,35.506017],[-80.766414,35.401478],[-80.66648,35.267934],[-80.550349,35.208412],[-80.77248,35.033157],[-80.840566909021,35.001471529394],[-80.906239954082,35.075184269766],[-80.93495,35.107409],[-81.041489,35.044703],[-81.042302450139,35.146768649468]]]},"properties":{"id":"37119","n":"Mecklenburg","z":["28031","28035","28036","28078","28104","28105","28106","28107","28126","28130","28134","28201","28202","28203","28204","28205","28206","28207","28208","28209","28210","28211","28212","28213","28214","28215","28216","28217","28218","28219","28220","28221","28222","28223","28224","28226","28227","28229","28230","28231","28232","28233","28234","28235","28236","28237","28241","28242","28243","28244","28246","28247","28253","28254","28255","28256","28258","28262","28263","28265","28266","28269","28270","28271","28272","28273","28274","28275","28277","28278","28280","28281","28282","28284","28285","28288","28289","28290","28297","28299"],"st":"NC"}},"37121":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.220253010287,36.153820039843],[-82.081148917132,36.105692114333],[-82.034104,35.942057],[-81.981954,35.911361],[-82.133484,35.823309],[-82.197834,36.015332],[-82.253966,36.005321],[-82.351672,36.084334],[-82.416937594673,36.072970010708],[-82.220253010287,36.153820039843]]]},"properties":{"id":"37121","n":"Mitchell","z":["28705","28740","28749","28765","28777"],"st":"NC"}},"37123":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.182559,35.504151],[-80.066842,35.505661],[-79.767957,35.511484],[-79.70268,35.255907],[-79.614304,35.163679],[-79.851268,35.183855],[-80.075365,35.143081],[-80.098185,35.255173],[-80.051225,35.371537],[-80.182559,35.504151]]]},"properties":{"id":"37123","n":"Montgomery","z":["27209","27229","27281","27306","27341","27356","27371","28127"],"st":"NC"}},"37125":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.767957,35.511484],[-79.555804,35.515039],[-79.350073,35.518002],[-79.359765,35.469675],[-79.273565,35.353369],[-79.183556,35.307161],[-79.223021,35.268133],[-79.095808,35.192068],[-79.097602,35.174194],[-79.246383,35.212964],[-79.458751,35.043639],[-79.575931,35.069904],[-79.614304,35.163679],[-79.70268,35.255907],[-79.767957,35.511484]]]},"properties":{"id":"37125","n":"Moore","z":["27208","27209","27242","27281","27325","27330","27341","27356","27376","28287","28315","28326","28327","28347","28350","28370","28373","28374","28387","28388","28394"],"st":"NC"}},"37127":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.255973,35.81812],[-78.006551,36.202633],[-77.8864,36.143994],[-77.697956,36.15315],[-77.828444,35.867208],[-78.192117,35.730545],[-78.255973,35.81812]]]},"properties":{"id":"37127","n":"Nash","z":["27557","27597","27802","27803","27804","27807","27809","27816","27822","27856","27868","27878","27880","27882","27891","27896"],"st":"NC"}},"37129":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.029922,34.331768],[-77.823102,34.389287],[-77.713513170459,34.290247186687],[-77.829209,34.162618],[-77.885455075521,34.038240984853],[-77.956605,34.234491],[-78.029922,34.331768]]]},"properties":{"id":"37129","n":"New Hanover","z":["28401","28402","28403","28404","28405","28407","28408","28409","28411","28412","28428","28429","28449","28480"],"st":"NC"}},"37131":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.899774136047,36.544850733042],[-77.767103969927,36.545442409336],[-77.298770188812,36.546039010854],[-77.164322603718,36.546152819848],[-77.066463,36.496511],[-77.122959,36.471218],[-77.208468,36.246578],[-77.291519,36.168342],[-77.386595,36.213548],[-77.445886,36.324888],[-77.585698,36.33551],[-77.555275,36.417964],[-77.644367,36.480228],[-77.899524,36.504259],[-77.899774136047,36.544850733042]]]},"properties":{"id":"37131","n":"Northampton","z":["27820","27831","27832","27842","27845","27853","27855","27862","27866","27867","27869","27876","27877","27897"],"st":"NC"}},"37133":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.674805,34.9739],[-77.502771,34.969635],[-77.366768,34.90865],[-77.267647,34.92579],[-77.165986,34.785032],[-77.112964393077,34.638092832392],[-77.240991,34.587507],[-77.515216544585,34.437384969427],[-77.576165,34.476607],[-77.680127,34.720595],[-77.653352,34.940535],[-77.674805,34.9739]]]},"properties":{"id":"37133","n":"Onslow","z":["28445","28454","28460","28518","28521","28539","28540","28541","28542","28543","28544","28545","28546","28547","28555","28572","28574","28582","28584"],"st":"NC"}},"37135":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.257952,36.243445],[-79.153997,36.241875],[-78.950597,36.23932],[-79.016305,35.86321],[-79.249538,35.87681],[-79.268243,35.909182],[-79.257952,36.243445]]]},"properties":{"id":"37135","n":"Orange","z":["27231","27243","27278","27302","27510","27514","27515","27516","27517","27541","27572","27583","27599","27705","27707"],"st":"NC"}},"37137":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.895919,35.253889],[-76.845505,35.216059],[-76.632561,35.235324],[-76.590497,35.361857],[-76.522131,35.353623],[-76.454738,35.334376],[-76.304136,35.201453],[-76.71158,34.981768],[-76.780586,34.950434],[-76.953285,35.021248],[-76.940819,35.119103],[-76.987266,35.15495],[-76.895919,35.253889]]]},"properties":{"id":"37137","n":"Pamlico","z":["28509","28510","28515","28529","28537","28552","28556","28560","28571","28583","28587"],"st":"NC"}},"37139":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.491336,36.510677],[-76.231329,36.37208],[-76.216211,36.298302],[-76.12458,36.263963],[-76.02939,36.158819],[-76.022607,36.096725],[-76.157953,36.059517],[-76.290671,36.223497],[-76.37488,36.258654],[-76.453711,36.378092],[-76.491336,36.510677]]]},"properties":{"id":"37139","n":"Pasquotank","z":["27906","27907","27909"],"st":"NC"}},"37141":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.256085,34.399469],[-78.176501,34.465356],[-78.254441,34.553595],[-78.114007,34.721795],[-77.680127,34.720595],[-77.576165,34.476607],[-77.515216544585,34.437384969427],[-77.713513170459,34.290247186687],[-77.823102,34.389287],[-78.029922,34.331768],[-78.16235,34.357007],[-78.256085,34.399469]]]},"properties":{"id":"37141","n":"Pender","z":["28406","28411","28421","28425","28435","28443","28445","28447","28448","28454","28457","28466","28478"],"st":"NC"}},"37143":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.559646,36.351056],[-76.453711,36.378092],[-76.37488,36.258654],[-76.290671,36.223497],[-76.157953,36.059517],[-76.358393,36.020019],[-76.396794,36.026443],[-76.402957,36.072867],[-76.572077,36.109463],[-76.590107,36.238862],[-76.559646,36.351056]]]},"properties":{"id":"37143","n":"Perquimans","z":["27919","27930","27944","27980","27985"],"st":"NC"}},"37145":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.138335898871,36.541638270056],[-78.79627395514,36.541759493582],[-78.802335,36.235794],[-78.950597,36.23932],[-79.153997,36.241875],[-79.138335898871,36.541638270056]]]},"properties":{"id":"37145","n":"Person","z":["27291","27305","27343","27541","27565","27572","27573","27574","27583"],"st":"NC"}},"37147":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.665131,35.674935],[-77.390154,35.833062],[-77.350369,35.819228],[-77.174,35.732831],[-77.195772,35.699779],[-77.100803,35.551455],[-77.176178,35.518812],[-77.189115,35.418362],[-77.247896,35.354415],[-77.391026,35.339533],[-77.475515,35.426655],[-77.503716,35.518124],[-77.61037,35.567552],[-77.700692,35.652295],[-77.665131,35.674935]]]},"properties":{"id":"37147","n":"Pitt","z":["27811","27812","27827","27828","27829","27833","27834","27835","27836","27837","27852","27858","27871","27879","27884","27886","27888","27889","28513","28530","28586","28590"],"st":"NC"}},"37149":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.261305,35.393198],[-82.151916,35.407719],[-81.968788,35.257764],[-81.969358401258,35.1869270884],[-82.216248719229,35.193258548653],[-82.353175272919,35.198714129601],[-82.359152,35.244489],[-82.261305,35.393198]]]},"properties":{"id":"37149","n":"Polk","z":["28139","28722","28750","28756","28773","28782","28784","28792"],"st":"NC"}},"37151":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.046869,35.920693],[-79.541728,35.899851],[-79.542428,35.843303],[-79.555804,35.515039],[-79.767957,35.511484],[-80.066842,35.505661],[-80.046869,35.920693]]]},"properties":{"id":"37151","n":"Randolph","z":["27203","27204","27205","27208","27230","27233","27239","27247","27248","27260","27263","27264","27283","27292","27298","27313","27316","27317","27325","27341","27344","27350","27355","27360","27370","27371"],"st":"NC"}},"37153":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.075365,35.143081],[-79.851268,35.183855],[-79.614304,35.163679],[-79.575931,35.069904],[-79.458751,35.043639],[-79.573423,34.99221],[-79.561856,34.91035],[-79.614045,34.815309],[-79.692946383709,34.804962306923],[-79.924684253136,34.807829019752],[-79.849536,34.900006],[-79.923972,35.11543],[-79.992941,35.08559],[-80.075365,35.143081]]]},"properties":{"id":"37153","n":"Richmond","z":["27306","28330","28338","28345","28347","28363","28367","28379","28380"],"st":"NC"}},"37155":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.461791031001,34.630030678591],[-79.330825,34.774078],[-79.347823,34.838617],[-79.191391,34.833717],[-79.038747,34.952715],[-78.940844,34.903368],[-78.901998,34.835268],[-78.805721,34.689202],[-78.868961,34.484778],[-78.960011,34.442684],[-79.071254201048,34.299313026842],[-79.450277289043,34.620608997009],[-79.461791031001,34.630030678591]]]},"properties":{"id":"37155","n":"Robeson","z":["28319","28340","28353","28357","28358","28359","28360","28362","28364","28369","28371","28372","28375","28377","28378","28383","28384","28386"],"st":"NC"}},"37157":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.027338915141,36.542495385614],[-79.714850811052,36.541432484741],[-79.513647662509,36.540748205071],[-79.531865,36.249673],[-79.53241,36.241463],[-80.035119,36.257184],[-80.027338915141,36.542495385614]]]},"properties":{"id":"37157","n":"Rockingham","z":["27025","27027","27048","27214","27249","27288","27289","27311","27320","27323","27326","27357","27358","27375"],"st":"NC"}},"37159":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.707826,35.852929],[-80.47182,35.768356],[-80.458884,35.743031],[-80.334509,35.720471],[-80.330602,35.678799],[-80.209509,35.581951],[-80.182559,35.504151],[-80.295421,35.50292],[-80.737379,35.505804],[-80.771582,35.672163],[-80.707826,35.852929]]]},"properties":{"id":"37159","n":"Rowan","z":["27013","27054","28023","28039","28041","28070","28071","28072","28081","28083","28088","28115","28125","28137","28138","28144","28145","28146","28147","28159"],"st":"NC"}},"37161":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.265795,35.467818],[-82.169049,35.527811],[-81.842468,35.542263],[-81.824122,35.574983],[-81.753407,35.613588],[-81.691989,35.580041],[-81.702853,35.357304],[-81.768134407774,35.179707706384],[-81.874112204316,35.183509908026],[-81.969358401258,35.1869270884],[-81.968788,35.257764],[-82.151916,35.407719],[-82.261305,35.393198],[-82.265795,35.467818]]]},"properties":{"id":"37161","n":"Rutherford","z":["28018","28019","28020","28024","28040","28043","28074","28076","28114","28139","28150","28160","28167","28711","28720","28746","28756"],"st":"NC"}},"37163":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.617127,35.245578],[-78.538349,35.31641],[-78.492042,35.263421],[-78.30658,35.287604],[-78.16342,35.189716],[-78.147129,34.902506],[-78.198642,34.741637],[-78.114007,34.721795],[-78.254441,34.553595],[-78.494705,34.856182],[-78.647033,34.992254],[-78.672292,35.085281],[-78.617127,35.245578]]]},"properties":{"id":"37163","n":"Sampson","z":["28318","28328","28334","28341","28344","28365","28366","28382","28385","28393","28441","28444","28447","28453","28458","28478"],"st":"NC"}},"37165":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.692946383709,34.804962306923],[-79.614045,34.815309],[-79.561856,34.91035],[-79.573423,34.99221],[-79.458751,35.043639],[-79.353124,34.944242],[-79.347823,34.838617],[-79.330825,34.774078],[-79.461791031001,34.630030678591],[-79.692946383709,34.804962306923]]]},"properties":{"id":"37165","n":"Scotland","z":["28296","28343","28345","28351","28352","28363","28364","28396"],"st":"NC"}},"37167":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.295421,35.50292],[-80.182559,35.504151],[-80.051225,35.371537],[-80.098185,35.255173],[-80.075365,35.143081],[-80.112644,35.193882],[-80.172819,35.147847],[-80.276829,35.195722],[-80.356982,35.16494],[-80.504985,35.184998],[-80.295421,35.50292]]]},"properties":{"id":"37167","n":"Stanly","z":["28001","28002","28009","28071","28097","28107","28109","28124","28127","28128","28129","28137","28163"],"st":"NC"}},"37169":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.440101541964,36.550595275163],[-80.05345504335,36.542639428087],[-80.027338915141,36.542495385614],[-80.035119,36.257184],[-80.451696,36.261502],[-80.440101541964,36.550595275163]]]},"properties":{"id":"37169","n":"Stokes","z":["27009","27016","27019","27021","27022","27025","27030","27041","27042","27043","27045","27046","27050","27052","27053","27357"],"st":"NC"}},"37171":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.901726,36.561751],[-80.840213077246,36.561928451637],[-80.612188788125,36.55821627638],[-80.440101541964,36.550595275163],[-80.451696,36.261502],[-80.452322,36.241419],[-80.624245,36.286822],[-80.873205,36.236305],[-80.868746,36.326447],[-80.967153,36.40202],[-80.901726,36.561751]]]},"properties":{"id":"37171","n":"Surry","z":["27007","27017","27024","27030","27031","27041","27043","27047","27049","27053","28621","28676","28683","37041"],"st":"NC"}},"37173":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.662911901589,35.567799793208],[-83.498335,35.562981],[-83.26474416829,35.70308949617],[-83.181977,35.671327],[-83.155835,35.552622],[-83.186322,35.514368],[-83.351726,35.468092],[-83.339609,35.330993],[-83.467181,35.297861],[-83.680114,35.2795],[-83.585756,35.434832],[-83.95323138015,35.460020889577],[-83.771736,35.562118],[-83.662911901589,35.567799793208]]]},"properties":{"id":"37173","n":"Swain","z":["28702","28713","28719","28771","28789"],"st":"NC"}},"37175":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.920881,35.292037],[-82.83199,35.318343],[-82.745139,35.422967],[-82.619248,35.303708],[-82.577715148441,35.146475347847],[-82.762059552114,35.081874436004],[-82.897499,35.056021],[-83.008472812269,35.026918543924],[-83.056889,35.053827],[-82.983216,35.13192],[-82.920881,35.292037]]]},"properties":{"id":"37175","n":"Transylvania","z":["28708","28712","28718","28739","28742","28747","28766","28768","28772","28774"],"st":"NC"}},"37177":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.358393,36.020019],[-76.157953,36.059517],[-76.022607,36.096725],[-75.906295,36.085877],[-75.840046,36.028834],[-75.973152,35.976643],[-76.008348,35.895802],[-76.027479,35.668849],[-76.144653,35.702488],[-76.213895,35.598238],[-76.285839,35.604464],[-76.269247,35.690754],[-76.405971,35.697579],[-76.405603,35.786294],[-76.353554,35.861301],[-76.358393,36.020019]]]},"properties":{"id":"37177","n":"Tyrrell","z":["27826","27925","27928"],"st":"NC"}},"37179":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.840566909021,35.001471529394],[-80.77248,35.033157],[-80.550349,35.208412],[-80.504985,35.184998],[-80.356982,35.16494],[-80.276829,35.195722],[-80.32083257113,34.813620821544],[-80.561708549382,34.817482400337],[-80.796997,34.823874],[-80.782042,34.935782],[-80.840566909021,35.001471529394]]]},"properties":{"id":"37179","n":"Union","z":["28079","28103","28104","28105","28107","28108","28110","28111","28112","28133","28173","28174","28227"],"st":"NC"}},"37181":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.457277896256,36.541448708399],[-78.323718509559,36.542421391559],[-78.277165,36.306132],[-78.306965,36.266191],[-78.42188,36.164309],[-78.496614,36.175199],[-78.511224,36.454808],[-78.457277896256,36.541448708399]]]},"properties":{"id":"37181","n":"Vance","z":["27507","27536","27537","27544","27553","27556","27563","27565"],"st":"NC"}},"37183":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.906097,35.867918],[-78.829965,35.866978],[-78.699316,36.011448],[-78.751273,36.070834],[-78.546414,36.021826],[-78.307409,35.896738],[-78.255973,35.81812],[-78.468503,35.707072],[-78.708345,35.519296],[-78.914734,35.583672],[-78.995059,35.610135],[-78.906097,35.867918]]]},"properties":{"id":"37183","n":"Wake","z":["27259","27501","27502","27511","27512","27513","27518","27519","27520","27522","27523","27526","27529","27539","27540","27543","27545","27560","27562","27571","27587","27588","27591","27592","27596","27597","27601","27602","27603","27604","27605","27606","27607","27608","27609","27610","27611","27612","27613","27614","27615","27616","27617","27619","27620","27621","27622","27623","27624","27625","27626","27627","27628","27629","27634","27635","27636","27640","27650","27656","27661","27668","27675","27676","27690","27695","27697","27698","27699","27703","27895"],"st":"NC"}},"37185":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.323718509559,36.542421391559],[-78.04620830436,36.544197672687],[-77.899774136047,36.544850733042],[-77.899524,36.504259],[-77.911963,36.382446],[-78.006551,36.202633],[-78.133399,36.246383],[-78.306965,36.266191],[-78.277165,36.306132],[-78.323718509559,36.542421391559]]]},"properties":{"id":"37185","n":"Warren","z":["27537","27551","27553","27563","27570","27586","27589","27594","27842","27844","27850"],"st":"NC"}},"37187":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.847264,35.719982],[-76.760598,35.864887],[-76.683751,35.953101],[-76.606214,35.978051],[-76.396794,36.026443],[-76.358393,36.020019],[-76.353554,35.861301],[-76.405603,35.786294],[-76.405971,35.697579],[-76.637513,35.705215],[-76.847264,35.719982]]]},"properties":{"id":"37187","n":"Washington","z":["27860","27928","27962","27970"],"st":"NC"}},"37189":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.725372779685,36.389738497436],[-81.566349,36.272202],[-81.477516,36.24025],[-81.455792,36.200441],[-81.545488,36.117475],[-81.810516,36.111511],[-81.907698,36.214163],[-81.918444472905,36.287357917382],[-81.833202,36.347339],[-81.705966,36.338496],[-81.725372779685,36.389738497436]]]},"properties":{"id":"37189","n":"Watauga","z":["28604","28605","28607","28608","28618","28645","28679","28684","28691","28692","28698"],"st":"NC"}},"37191":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.30658,35.287604],[-78.153243,35.350671],[-78.15491,35.41781],[-78.064784,35.585263],[-77.822511,35.585383],[-77.806248,35.368754],[-77.834249,35.177846],[-77.891892,35.146425],[-78.044451,35.192535],[-78.16342,35.189716],[-78.30658,35.287604]]]},"properties":{"id":"37191","n":"Wayne","z":["27524","27530","27531","27532","27533","27534","27542","27569","27830","27863","27883","28333","28365","28551","28578"],"st":"NC"}},"37193":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.477516,36.24025],[-81.366725,36.284447],[-81.359255,36.366433],[-81.253649,36.366601],[-81.095112,36.440773],[-81.026688,36.373195],[-80.967153,36.40202],[-80.868746,36.326447],[-80.873205,36.236305],[-80.881591,36.055718],[-81.028833,36.045652],[-81.263596,36.025818],[-81.328324,35.996583],[-81.397817,36.066061],[-81.545488,36.117475],[-81.455792,36.200441],[-81.477516,36.24025]]]},"properties":{"id":"37193","n":"Wilkes","z":["27020","28606","28618","28621","28624","28635","28642","28644","28649","28651","28654","28656","28659","28665","28669","28670","28676","28683","28685","28689","28694","28697"],"st":"NC"}},"37195":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.828444,35.867208],[-77.751339,35.827794],[-77.665131,35.674935],[-77.700692,35.652295],[-77.822511,35.585383],[-78.064784,35.585263],[-78.115641,35.600433],[-78.192117,35.730545],[-77.828444,35.867208]]]},"properties":{"id":"37195","n":"Wilson","z":["27542","27557","27803","27807","27813","27822","27829","27830","27851","27852","27873","27878","27880","27883","27888","27893","27894","27896"],"st":"NC"}},"37197":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.873205,36.236305],[-80.624245,36.286822],[-80.452322,36.241419],[-80.439104,36.139949],[-80.496283,36.046545],[-80.693197,36.05126],[-80.881591,36.055718],[-80.873205,36.236305]]]},"properties":{"id":"37197","n":"Yadkin","z":["27011","27018","27020","27055","27108","28642","28689"],"st":"NC"}},"37199":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.508007659722,35.982013205441],[-82.416937594673,36.072970010708],[-82.351672,36.084334],[-82.253966,36.005321],[-82.197834,36.015332],[-82.133484,35.823309],[-82.193402,35.735314],[-82.275399,35.704438],[-82.361956,35.821245],[-82.408602,35.818178],[-82.494781,35.909484],[-82.508007659722,35.982013205441]]]},"properties":{"id":"37199","n":"Yancey","z":["28714","28740","28754","28755","28777"],"st":"NC"}},"38001":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-102.995454,46.280713],[-102.924547,46.281519],[-102.497449,46.283196],[-102.497475,46.206077],[-101.997888,46.20548],[-101.998575,46.053461],[-101.99861707823,45.944536977357],[-102.00067992102,45.944538392728],[-102.94206996119,45.945094411353],[-102.99566801914,45.945116443771],[-102.995454,46.280713]]]},"properties":{"id":"38001","n":"Adams","z":{"1":"58562","2":"58639","3":"58646","4":"58649","5":"58650","6":"57638"},"st":"ND"}},"38003":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.467476,47.240453],[-97.961208,47.240512],[-97.706034,47.239978],[-97.681508,46.978481],[-97.682006,46.629928],[-98.033862,46.630727],[-98.439056,46.63112],[-98.439466,46.979658],[-98.467476,47.240453]]]},"properties":{"id":"38003","n":"Barnes","z":["58027","58031","58046","58049","58056","58062","58063","58064","58065","58071","58072","58429","58461","58466","58479","58480","58481","58492","58497"],"st":"ND"}},"38005":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.492919,48.370946],[-99.200306,48.370658],[-99.199911,48.155309],[-99.070443,48.107857],[-99.070351,48.021955],[-99.001038,48.053294],[-98.991253,47.99026],[-98.803893,48.059901],[-98.75061,47.982456],[-98.672086,48.0004],[-98.625384,47.916399],[-98.525555,47.915056],[-98.525516,47.846276],[-99.297204,47.846811],[-99.812167,47.847257],[-99.812133,48.021451],[-99.846613,48.371298],[-99.492919,48.370946]]]},"properties":{"id":"38005","n":"Benson","z":["58301","58325","58332","58335","58341","58343","58346","58348","58351","58357","58368","58370","58374","58379","58380","58381","58386"],"st":"ND"}},"38007":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-103.666723,47.329354],[-103.099197,47.328714],[-103.032569,47.328692],[-103.032681,46.98058],[-103.230991,46.980296],[-103.231569,46.629764],[-103.60921,46.629797],[-103.609545,46.979902],[-103.666986,46.979789],[-103.666723,47.329354]]]},"properties":{"id":"38007","n":"Billings","z":["58620","58622","58627","58634","58642","58645"],"st":"ND"}},"38009":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-101.496737,48.999144834005],[-100.18270698233,48.999230224641],[-100.183034,48.718909],[-100.145494,48.718875],[-100.145858,48.545211],[-100.27666,48.544813],[-100.406388,48.544657],[-100.40678,48.631878],[-101.059624,48.632424],[-101.05966,48.545337],[-101.451275,48.546079],[-101.496684,48.720078],[-101.496737,48.999144834005]]]},"properties":{"id":"38009","n":"Bottineau","z":["58318","58329","58384","58711","58740","58748","58750","58760","58761","58762","58782","58783","58789","58793"],"st":"ND"}},"38011":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-104.04546595893,46.280188048211],[-102.995454,46.280713],[-102.99566801914,45.945116443771],[-104.045443,45.94531],[-104.04546595893,46.280188048211]]]},"properties":{"id":"38011","n":"Bowman","z":["58623","58643","58649","58651","58653"],"st":"ND"}},"38013":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-102.93877701943,48.999350250285],[-102.02114942466,48.998756605411],[-102.021655,48.807108],[-102.152164,48.8072],[-102.152545,48.720294],[-102.2336,48.72029],[-102.233892,48.546339],[-102.885763,48.54639],[-102.885775,48.633298],[-102.885686,48.720488],[-102.939932,48.720469],[-102.93877701943,48.999350250285]]]},"properties":{"id":"38013","n":"Burke","z":["58721","58727","58737","58746","58752","58755","58772","58773","58784"],"st":"ND"}},"38015":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.965156,47.156631],[-100.74937,47.157245],[-100.749334,47.327685],[-100.673285,47.327426],[-100.113261,47.327262],[-100.075229,46.981282],[-100.081198,46.633396],[-100.66189,46.63445],[-100.787809,46.69063],[-100.779477,46.736571],[-100.907902,46.904367],[-100.935983,46.98284],[-100.880487,47.019413],[-100.965156,47.156631]]]},"properties":{"id":"38015","n":"Burleigh","z":["58477","58494","58501","58503","58504","58505","58506","58507","58521","58532","58558","58560","58572","58579"],"st":"ND"}},"38017":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.706034,47.239978],[-97.451512,47.239061],[-96.836009594542,47.237981875487],[-96.826569127228,47.150539],[-96.833504,47.01011],[-96.763973,46.912507],[-96.78978651305,46.635746672717],[-97.279948,46.629348],[-97.682006,46.629928],[-97.681508,46.978481],[-97.706034,47.239978]]]},"properties":{"id":"38017","n":"Cass","z":["58002","58004","58005","58006","58007","58011","58012","58021","58027","58029","58031","58035","58036","58038","58042","58046","58047","58048","58051","58052","58059","58064","58071","58078","58079","58102","58103","58104","58105","58121","58122"],"st":"ND"}},"38019":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.999803372711,48.999986295652],[-97.950205011516,49.000515118938],[-97.949577,48.717693],[-97.927154,48.543124],[-98.318098,48.543773],[-98.970392,48.544232],[-98.970368,48.718089],[-98.99989,48.718129],[-98.999803372711,48.999986295652]]]},"properties":{"id":"38019","n":"Cavalier","z":["58227","58229","58239","58249","58255","58260","58269","58281","58282","58311","58323","58338","58352","58355","58372","58377"],"st":"ND"}},"38021":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.005754350153,45.939944309128],[-99.003118,46.282898],[-98.034573,46.282796],[-98.006715,46.282626],[-98.008101798278,45.936012629049],[-98.724374413888,45.938674733262],[-99.005754350153,45.939944309128]]]},"properties":{"id":"38021","n":"Dickey","z":["58413","58433","58436","58439","58441","58456","58458","58474"],"st":"ND"}},"38023":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-104.048736,48.999877],[-102.93877701943,48.999350250285],[-102.939932,48.720469],[-102.885686,48.720488],[-102.885775,48.633298],[-104.04808756883,48.634012373399],[-104.048736,48.999877]]]},"properties":{"id":"38023","n":"Divide","z":{"0":"58730","1":"58755","2":"58765","3":"58795","4":"58830","5":"58833","6":"58844","7":"58845","8":"58856","29":"59275"},"st":"ND"}},"38025":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-102.642266,47.823713],[-102.561965,47.780111],[-102.385758,47.758008],[-102.262051,47.782009],[-102.265452,47.624307],[-102.20535,47.574506],[-102.205601,47.328071],[-102.144453,47.328079],[-102.144771,47.010307],[-102.525462,46.981307],[-103.032681,46.98058],[-103.032569,47.328692],[-103.099197,47.328714],[-103.099867,47.674416],[-102.642766,47.673911],[-102.642266,47.823713]]]},"properties":{"id":"38025","n":"Dunn","z":["58601","58625","58626","58630","58636","58638","58640","58642","58644","58652","58656","58757","58854"],"st":"ND"}},"38027":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.297204,47.846811],[-98.525516,47.846276],[-98.500181,47.672413],[-98.500085,47.587228],[-99.265846,47.587618],[-99.297318,47.673004],[-99.297204,47.846811]]]},"properties":{"id":"38027","n":"Eddy","z":["58356","58374","58380","58381","58421","58445","58464"],"st":"ND"}},"38029":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.66189,46.63445],[-100.081198,46.633396],[-99.915508,46.632925],[-99.916758,46.283171],[-99.878431,46.282811],[-99.880292,45.941672],[-100.49935421538,45.943631998814],[-100.51194902615,45.943654070434],[-100.614504,46.071796],[-100.629145,46.145608],[-100.558549,46.249993],[-100.551199,46.363494],[-100.590199,46.427894],[-100.561035,46.587847],[-100.66189,46.63445]]]},"properties":{"id":"38029","n":"Emmons","z":{"1":"58524","2":"58542","3":"58544","4":"58549","5":"58552","6":"58573","7":"57648"},"st":"ND"}},"38031":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.265846,47.587618],[-98.500085,47.587228],[-98.499246,47.326538],[-99.26628,47.327194],[-99.265846,47.587618]]]},"properties":{"id":"38031","n":"Foster","z":["58356","58421","58443","58445","58455","58464","58484"],"st":"ND"}},"38033":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-104.04530830987,47.330127858806],[-103.666723,47.329354],[-103.666986,46.979789],[-103.609545,46.979902],[-103.60921,46.629797],[-103.800825,46.629563],[-103.800881,46.540747],[-104.04512541332,46.540929928549],[-104.04538510369,46.641501059122],[-104.04530830987,47.330127858806]]]},"properties":{"id":"38033","n":"Golden Valley","z":["58621","58632","58645","58654"],"st":"ND"}},"38035":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.903434,48.194897],[-97.141910387198,48.193627618875],[-97.145844959475,48.173223482991],[-96.996364,47.844398],[-96.89349330134,47.672126959444],[-97.472745,47.672051],[-97.882405,47.672179],[-97.882179,48.020803],[-97.903434,48.194897]]]},"properties":{"id":"38035","n":"Grand Forks","z":{"1":"58201","2":"58202","3":"58203","4":"58204","5":"58205","6":"58206","7":"58207","8":"58208","9":"58212","10":"58214","11":"58228","12":"58231","13":"58233","14":"58235","15":"58240","16":"58244","17":"58251","18":"58256","19":"58258","20":"58261","21":"58266","22":"58267","23":"58275","24":"58278","25":"56744"},"st":"ND"}},"38037":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-102.096239,46.717706],[-101.718155,46.718019],[-101.718105,46.630999],[-101.299052,46.63031],[-101.29899,46.371451],[-101.048532,46.371393],[-101.025662,46.284219],[-101.198073,46.18377],[-101.189747,46.148693],[-101.554185,46.006836],[-101.849355,46.073275],[-101.998575,46.053461],[-101.997888,46.20548],[-102.046929,46.283606],[-102.051237,46.630906],[-102.096585,46.631024],[-102.096239,46.717706]]]},"properties":{"id":"38037","n":"Grant","z":{"3":"58520","4":"58529","5":"58533","6":"58535","7":"58562","8":"58564","9":"58569","10":"58631","11":"58638","12":"57638","13":"57645","14":"57660"},"st":"ND"}},"38039":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.500181,47.672413],[-97.98481,47.6723],[-97.986585,47.3261],[-97.961208,47.240512],[-98.467476,47.240453],[-98.499246,47.326538],[-98.500085,47.587228],[-98.500181,47.672413]]]},"properties":{"id":"38039","n":"Griggs","z":["58056","58212","58416","58425","58429","58448","58452","58464","58484","58492"],"st":"ND"}},"38041":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-102.928003,46.630065],[-102.096585,46.631024],[-102.051237,46.630906],[-102.046929,46.283606],[-101.997888,46.20548],[-102.497475,46.206077],[-102.497449,46.283196],[-102.924547,46.281519],[-102.928003,46.630065]]]},"properties":{"id":"38041","n":"Hettinger","z":["58562","58646","58647","58649","58650"],"st":"ND"}},"38043":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.113261,47.327262],[-100.033292,47.327192],[-99.480726,47.327076],[-99.481085,46.980694],[-99.446423,46.980889],[-99.44972,46.63163],[-99.915508,46.632925],[-100.081198,46.633396],[-100.075229,46.981282],[-100.113261,47.327262]]]},"properties":{"id":"38043","n":"Kidder","z":["58418","58423","58428","58467","58475","58478","58482","58483","58487","58488","58524","58532","58549"],"st":"ND"}},"38045":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.036625,46.630211],[-98.439056,46.63112],[-98.033862,46.630727],[-98.034573,46.282796],[-99.003118,46.282898],[-99.037367,46.283151],[-99.036625,46.630211]]]},"properties":{"id":"38045","n":"LaMoure","z":["58049","58415","58431","58433","58454","58456","58458","58461","58466","58472","58490"],"st":"ND"}},"38047":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.915508,46.632925],[-99.44972,46.63163],[-99.036625,46.630211],[-99.037367,46.283151],[-99.878431,46.282811],[-99.916758,46.283171],[-99.915508,46.632925]]]},"properties":{"id":"38047","n":"Logan","z":["58440","58442","58460","58483","58495","58549","58561"],"st":"ND"}},"38049":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-101.05966,48.545337],[-101.059624,48.632424],[-100.40678,48.631878],[-100.406388,48.544657],[-100.27666,48.544813],[-100.276401,48.371334],[-100.237332,48.371246],[-100.197558,48.021857],[-100.197996,47.8476],[-100.585161,47.84748],[-100.971325,47.848703],[-101.015024,48.022739],[-101.014138,48.371432],[-101.059802,48.458448],[-101.05966,48.545337]]]},"properties":{"id":"38049","n":"McHenry","z":["58368","58384","58710","58712","58713","58723","58731","58736","58741","58744","58748","58762","58768","58778","58788","58789","58790","58792"],"st":"ND"}},"38051":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.878431,46.282811],[-99.037367,46.283151],[-99.003118,46.282898],[-99.005754350153,45.939944309128],[-99.718073,45.940907],[-99.880292,45.941672],[-99.878431,46.282811]]]},"properties":{"id":"38051","n":"McIntosh","z":["58413","58440","58456","58460","58495","58581"],"st":"ND"}},"38053":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-104.04497671641,47.397069201282],[-104.04409327282,47.996107174187],[-103.919789,47.95595],[-103.856306,48.015072],[-103.800817,47.994269],[-103.742216,48.093403],[-103.597614,48.134392],[-103.584774,48.054124],[-103.485072,48.006725],[-103.288366,48.040123],[-103.20189,48.135208],[-103.107083,48.146494],[-102.828477,48.123664],[-102.663487,48.076651],[-102.551964,47.997149],[-102.644764,47.906715],[-102.642266,47.823713],[-102.642766,47.673911],[-103.099867,47.674416],[-103.099197,47.328714],[-103.666723,47.329354],[-104.04530830987,47.330127858806],[-104.04497671641,47.397069201282]]]},"properties":{"id":"38053","n":"McKenzie","z":{"0":"58634","1":"58757","2":"58763","3":"58801","4":"58831","5":"58835","6":"58838","7":"58847","8":"58854","49":"59221","50":"59270"},"st":"ND"}},"38055":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-101.871862,47.847589],[-100.971325,47.848703],[-100.585161,47.84748],[-100.585106,47.673912],[-100.672408,47.674038],[-100.673285,47.327426],[-100.749334,47.327685],[-100.74937,47.157245],[-100.965156,47.156631],[-100.977629,47.249992],[-101.034623,47.286393],[-101.257031,47.264895],[-101.345735,47.291897],[-101.440139,47.477299],[-101.370866,47.518696],[-101.428037,47.561986],[-101.813848,47.496502],[-102.036648,47.572705],[-102.20535,47.574506],[-102.265452,47.624307],[-102.262051,47.782009],[-102.385758,47.758008],[-102.385565,47.84775],[-101.871862,47.847589]]]},"properties":{"id":"38055","n":"McLean","z":["58531","58540","58559","58565","58575","58576","58577","58579","58716","58723","58735","58759","58763","58770","58771","58775","58778","58779"],"st":"ND"}},"38057":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-102.20535,47.574506],[-102.036648,47.572705],[-101.813848,47.496502],[-101.428037,47.561986],[-101.370866,47.518696],[-101.440139,47.477299],[-101.345735,47.291897],[-101.257031,47.264895],[-101.257944,47.241347],[-101.764419,47.241423],[-101.764392,46.981306],[-102.096675,46.981159],[-102.144771,47.010307],[-102.144453,47.328079],[-102.205601,47.328071],[-102.20535,47.574506]]]},"properties":{"id":"38057","n":"Mercer","z":["58523","58541","58545","58571","58580","58625","58631","58636","58638"],"st":"ND"}},"38059":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-102.096675,46.981159],[-101.764392,46.981306],[-100.935983,46.98284],[-100.907902,46.904367],[-100.779477,46.736571],[-100.787809,46.69063],[-100.66189,46.63445],[-100.561035,46.587847],[-100.590199,46.427894],[-100.721261,46.390084],[-100.884552,46.409096],[-101.025662,46.284219],[-101.048532,46.371393],[-101.29899,46.371451],[-101.299052,46.63031],[-101.718105,46.630999],[-101.718155,46.718019],[-102.096239,46.717706],[-102.096675,46.981159]]]},"properties":{"id":"38059","n":"Morton","z":["58520","58535","58554","58563","58566","58570","58631","58638"],"st":"ND"}},"38061":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-102.885763,48.54639],[-102.233892,48.546339],[-101.973322,48.547133],[-101.973399,48.372095],[-101.922237,48.37233],[-101.922123,48.023173],[-101.871537,48.023176],[-101.871862,47.847589],[-102.385565,47.84775],[-102.385758,47.758008],[-102.561965,47.780111],[-102.642266,47.823713],[-102.644764,47.906715],[-102.551964,47.997149],[-102.663487,48.076651],[-102.828477,48.123664],[-102.828061,48.37292],[-102.885737,48.372578],[-102.885763,48.54639]]]},"properties":{"id":"38061","n":"Mountrail","z":["58718","58734","58756","58763","58769","58770","58771","58773","58776","58784","58794","58852"],"st":"ND"}},"38063":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.292184,48.195177],[-97.903434,48.194897],[-97.882179,48.020803],[-97.882405,47.672179],[-97.98481,47.6723],[-98.500181,47.672413],[-98.525516,47.846276],[-98.525555,47.915056],[-98.525609,48.02115],[-98.422659,48.021115],[-98.4221,48.194824],[-98.292184,48.195177]]]},"properties":{"id":"38063","n":"Nelson","z":["58212","58224","58254","58259","58266","58272","58321","58344","58361","58380"],"st":"ND"}},"38065":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-101.257031,47.264895],[-101.034623,47.286393],[-100.977629,47.249992],[-100.965156,47.156631],[-100.880487,47.019413],[-100.935983,46.98284],[-101.764392,46.981306],[-101.764419,47.241423],[-101.257944,47.241347],[-101.257031,47.264895]]]},"properties":{"id":"38065","n":"Oliver","z":["58523","58530","58545","58554","58563","58571"],"st":"ND"}},"38067":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.950205011516,49.000515118938],[-97.229039,49.000687],[-97.227854,48.945864],[-97.100009,48.667926],[-97.147723568301,48.543891683651],[-97.148103466134,48.540744046187],[-97.927154,48.543124],[-97.949577,48.717693],[-97.950205011516,49.000515118938]]]},"properties":{"id":"38067","n":"Pembina","z":["58216","58220","58222","58225","58227","58236","58238","58241","58243","58262","58265","58271","58276","58282"],"st":"ND"}},"38069":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.27666,48.544813],[-100.145858,48.545211],[-99.493189,48.544834],[-99.492919,48.370946],[-99.846613,48.371298],[-99.812133,48.021451],[-99.812167,47.847257],[-100.069206,47.847301],[-100.197996,47.8476],[-100.197558,48.021857],[-100.237332,48.371246],[-100.276401,48.371334],[-100.27666,48.544813]]]},"properties":{"id":"38069","n":"Pierce","z":["58313","58332","58341","58368","58384","58385","58386","58710","58758","58788"],"st":"ND"}},"38071":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.200306,48.370658],[-98.970975,48.370472],[-98.970392,48.544232],[-98.318098,48.543773],[-98.31867,48.369722],[-98.292184,48.195177],[-98.4221,48.194824],[-98.422659,48.021115],[-98.525609,48.02115],[-98.525555,47.915056],[-98.625384,47.916399],[-98.672086,48.0004],[-98.75061,47.982456],[-98.803893,48.059901],[-98.991253,47.99026],[-99.001038,48.053294],[-99.070351,48.021955],[-99.070443,48.107857],[-99.199911,48.155309],[-99.200306,48.370658]]]},"properties":{"id":"38071","n":"Ramsey","z":["58229","58301","58321","58325","58327","58330","58338","58344","58345","58351","58362","58377","58382"],"st":"ND"}},"38073":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.033862,46.630727],[-97.682006,46.629928],[-97.279948,46.629348],[-97.280568,46.282321],[-98.006715,46.282626],[-98.034573,46.282796],[-98.033862,46.630727]]]},"properties":{"id":"38073","n":"Ransom","z":["58027","58033","58049","58052","58054","58057","58060","58062","58068","58069","58490"],"st":"ND"}},"38075":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-102.021655,48.807108],[-102.02114942466,48.998756605411],[-101.496737,48.999144834005],[-101.496684,48.720078],[-101.451275,48.546079],[-101.05966,48.545337],[-101.059802,48.458448],[-101.841969,48.459545],[-101.842141,48.720143],[-102.021428,48.720283],[-102.021655,48.807108]]]},"properties":{"id":"38075","n":"Renville","z":["58718","58725","58734","58740","58746","58750","58761","58782","58787"],"st":"ND"}},"38077":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.279948,46.629348],[-96.78978651305,46.635746672717],[-96.785786182598,46.629590849261],[-96.709095,46.435294],[-96.60104,46.319554],[-96.554507,46.083978],[-96.572697494194,46.021891671358],[-96.563672,45.935245],[-97.228291,45.935656595646],[-97.259632,45.997185],[-97.25934,46.272786],[-97.280568,46.282321],[-97.279948,46.629348]]]},"properties":{"id":"38077","n":"Richland","z":["58001","58008","58015","58018","58030","58041","58047","58051","58052","58053","58057","58058","58061","58074","58075","58076","58077","58081"],"st":"ND"}},"38079":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.18270698233,48.999230224641],[-99.525700059072,48.999271291156],[-99.525895,48.718384],[-99.493002,48.718359],[-99.493189,48.544834],[-100.145858,48.545211],[-100.145494,48.718875],[-100.183034,48.718909],[-100.18270698233,48.999230224641]]]},"properties":{"id":"38079","n":"Rolette","z":["58310","58316","58329","58353","58363","58366","58367","58369","58384","58385"],"st":"ND"}},"38081":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.006715,46.282626],[-97.280568,46.282321],[-97.25934,46.272786],[-97.259632,45.997185],[-97.228291,45.935656595646],[-97.978777809623,45.935933992099],[-98.008101798278,45.936012629049],[-98.006715,46.282626]]]},"properties":{"id":"38081","n":"Sargent","z":["58013","58017","58032","58040","58043","58053","58060","58067","58069","58474"],"st":"ND"}},"38083":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.585161,47.84748],[-100.197996,47.8476],[-100.069206,47.847301],[-100.032849,47.673621],[-100.033292,47.327192],[-100.113261,47.327262],[-100.673285,47.327426],[-100.672408,47.674038],[-100.585106,47.673912],[-100.585161,47.84748]]]},"properties":{"id":"38083","n":"Sheridan","z":["58341","58430","58444","58463","58559","58710","58723","58736","58758"],"st":"ND"}},"38085":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-101.998575,46.053461],[-101.849355,46.073275],[-101.554185,46.006836],[-101.189747,46.148693],[-101.198073,46.18377],[-101.025662,46.284219],[-100.884552,46.409096],[-100.721261,46.390084],[-100.590199,46.427894],[-100.551199,46.363494],[-100.558549,46.249993],[-100.629145,46.145608],[-100.614504,46.071796],[-100.51194902615,45.943654070434],[-101.99861707823,45.944536977357],[-101.998575,46.053461]]]},"properties":{"id":"38085","n":"Sioux","z":{"5":"58528","6":"58538","7":"58568","8":"58570","9":"57638","10":"57641","11":"57642","12":"57645","13":"57660"},"st":"ND"}},"38087":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-104.04512541332,46.540929928549],[-103.800881,46.540747],[-103.800825,46.629563],[-103.60921,46.629797],[-103.231569,46.629764],[-102.928003,46.630065],[-102.924547,46.281519],[-102.995454,46.280713],[-104.04546595893,46.280188048211],[-104.04512541332,46.540929928549]]]},"properties":{"id":"38087","n":"Slope","z":["58620","58623","58643","58647","58651","58653","58654"],"st":"ND"}},"38089":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-103.032681,46.98058],[-102.525462,46.981307],[-102.144771,47.010307],[-102.096675,46.981159],[-102.096239,46.717706],[-102.096585,46.631024],[-102.928003,46.630065],[-103.231569,46.629764],[-103.230991,46.980296],[-103.032681,46.98058]]]},"properties":{"id":"38089","n":"Stark","z":["58601","58602","58622","58630","58638","58641","58647","58652","58655","58656"],"st":"ND"}},"38091":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.98481,47.6723],[-97.882405,47.672179],[-97.472745,47.672051],[-97.474337,47.324776],[-97.451512,47.239061],[-97.706034,47.239978],[-97.961208,47.240512],[-97.986585,47.3261],[-97.98481,47.6723]]]},"properties":{"id":"38091","n":"Steele","z":["58016","58035","58046","58056","58064","58212","58230","58240","58267","58274","58277"],"st":"ND"}},"38093":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.480726,47.327076],[-99.26628,47.327194],[-98.499246,47.326538],[-98.467476,47.240453],[-98.439466,46.979658],[-98.439056,46.63112],[-99.036625,46.630211],[-99.44972,46.63163],[-99.446423,46.980889],[-99.481085,46.980694],[-99.480726,47.327076]]]},"properties":{"id":"38093","n":"Stutsman","z":["58401","58402","58405","58420","58421","58424","58426","58442","58454","58455","58466","58467","58472","58475","58476","58481","58483","58486","58492","58496","58497"],"st":"ND"}},"38095":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.525700059072,48.999271291156],[-98.999803372711,48.999986295652],[-98.99989,48.718129],[-98.970368,48.718089],[-98.970392,48.544232],[-98.970975,48.370472],[-99.200306,48.370658],[-99.492919,48.370946],[-99.493189,48.544834],[-99.493002,48.718359],[-99.525895,48.718384],[-99.525700059072,48.999271291156]]]},"properties":{"id":"38095","n":"Towner","z":["58317","58324","58331","58339","58346","58352","58363","58365","58367","58372","58377"],"st":"ND"}},"38097":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.472745,47.672051],[-96.89349330134,47.672126959444],[-96.855959349053,47.499173229529],[-96.836009594542,47.237981875487],[-97.451512,47.239061],[-97.474337,47.324776],[-97.472745,47.672051]]]},"properties":{"id":"38097","n":"Traill","z":["58009","58016","58035","58038","58045","58048","58218","58219","58223","58240","58257","58274","58275"],"st":"ND"}},"38099":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.318098,48.543773],[-97.927154,48.543124],[-97.148103466134,48.540744046187],[-97.129533,48.257815],[-97.141910387198,48.193627618875],[-97.903434,48.194897],[-98.292184,48.195177],[-98.31867,48.369722],[-98.318098,48.543773]]]},"properties":{"id":"38099","n":"Walsh","z":{"1":"58210","2":"58225","3":"58227","4":"58229","5":"58231","6":"58233","7":"58237","8":"58243","9":"58250","10":"58261","11":"58270","12":"58273","13":"58321","14":"58345","56":"56744"},"st":"ND"}},"38101":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-102.021655,48.807108],[-102.021428,48.720283],[-101.842141,48.720143],[-101.841969,48.459545],[-101.059802,48.458448],[-101.014138,48.371432],[-101.015024,48.022739],[-100.971325,47.848703],[-101.871862,47.847589],[-101.871537,48.023176],[-101.922123,48.023173],[-101.922237,48.37233],[-101.973399,48.372095],[-101.973322,48.547133],[-102.233892,48.546339],[-102.2336,48.72029],[-102.152545,48.720294],[-102.152164,48.8072],[-102.021655,48.807108]]]},"properties":{"id":"38101","n":"Ward","z":["58701","58702","58703","58704","58705","58707","58716","58718","58721","58722","58725","58731","58733","58734","58735","58740","58746","58756","58759","58768","58771","58779","58781","58785","58790"],"st":"ND"}},"38103":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.069206,47.847301],[-99.812167,47.847257],[-99.297204,47.846811],[-99.297318,47.673004],[-99.265846,47.587618],[-99.26628,47.327194],[-99.480726,47.327076],[-100.033292,47.327192],[-100.032849,47.673621],[-100.069206,47.847301]]]},"properties":{"id":"38103","n":"Wells","z":["58341","58348","58356","58374","58418","58421","58422","58423","58438","58451","58486","58758"],"st":"ND"}},"38105":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-104.04808756883,48.634012373399],[-102.885775,48.633298],[-102.885763,48.54639],[-102.885737,48.372578],[-102.828061,48.37292],[-102.828477,48.123664],[-103.107083,48.146494],[-103.20189,48.135208],[-103.288366,48.040123],[-103.485072,48.006725],[-103.584774,48.054124],[-103.597614,48.134392],[-103.742216,48.093403],[-103.800817,47.994269],[-103.856306,48.015072],[-103.919789,47.95595],[-104.04409327282,47.996107174187],[-104.04678216171,48.389300731145],[-104.04808756883,48.634012373399]]]},"properties":{"id":"38105","n":"Williams","z":["58755","58795","58801","58802","58803","58830","58843","58845","58849","58852","58853","58856"],"st":"ND"}},"39001":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.705861635586,38.638037865066],[-83.673018,39.02043],[-83.385637,39.055197],[-83.270817,39.015791],[-83.264298901959,38.613112496888],[-83.533339,38.702105],[-83.646911404127,38.641851934546],[-83.705861635586,38.638037865066]]]},"properties":{"id":"39001","n":"Adams","z":["45105","45144","45616","45618","45650","45657","45660","45679","45684","45693","45697"],"st":"OH"}},"39003":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.340531,40.859099],[-84.109586,40.860994],[-84.109516,40.90473],[-83.880423,40.920429],[-83.880063,40.819919],[-83.880194,40.64469],[-84.107787,40.643069],[-84.222799,40.685957],[-84.396778,40.684926],[-84.397374,40.815941],[-84.340531,40.859099]]]},"properties":{"id":"39003","n":"Allen","z":["43346","45801","45802","45804","45805","45806","45807","45808","45809","45810","45817","45820","45830","45833","45844","45850","45854","45877","45887","45896"],"st":"OH"}},"39005":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.336496,41.065761],[-82.171492,41.063537],[-82.129334,40.991807],[-82.126199,40.668229],[-82.220665,40.66758],[-82.22011,40.568206],[-82.336962,40.555001],[-82.339211,40.726683],[-82.420752,40.82333],[-82.432852,40.992944],[-82.436916,41.065379],[-82.336496,41.065761]]]},"properties":{"id":"39005","n":"Ashland","z":["44235","44287","44638","44691","44805","44837","44838","44840","44842","44843","44848","44851","44859","44864","44866","44874","44878","44880","44903"],"st":"OH"}},"39007":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.003631,41.715137],[-81.002269406517,41.849172466438],[-80.519425,41.977523],[-80.519396726691,41.849562990559],[-80.519176750353,41.499924051206],[-81.003125,41.501685],[-81.003631,41.715137]]]},"properties":{"id":"39007","n":"Ashtabula","z":["44003","44004","44005","44010","44030","44032","44041","44047","44048","44057","44062","44064","44068","44076","44082","44084","44085","44086","44093","44099","44428"],"st":"OH"}},"39009":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.159161,39.556574],[-82.047528,39.550825],[-82.055779,39.460053],[-81.844863,39.450216],[-81.853668,39.318165],[-81.721808,39.269597],[-81.721468139173,39.210960809204],[-81.75229703674,39.181034747406],[-82.268583,39.20376],[-82.289663,39.384195],[-82.28041,39.472906],[-82.167379,39.466307],[-82.159161,39.556574]]]},"properties":{"id":"39009","n":"Athens","z":["43728","45701","45710","45711","45716","45719","45723","45732","45735","45740","45742","45761","45764","45766","45776","45777","45778","45780","45782","45739"],"st":"OH"}},"39011":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.45618,40.684862],[-84.396778,40.684926],[-84.222799,40.685957],[-84.107787,40.643069],[-83.880194,40.64469],[-83.879932,40.538708],[-83.993699,40.535201],[-84.002372,40.483115],[-84.339137,40.481076],[-84.3386,40.379199],[-84.434387,40.354534],[-84.455532,40.363963],[-84.45618,40.684862]]]},"properties":{"id":"39011","n":"Auglaize","z":["43331","45306","45334","45806","45819","45845","45850","45862","45865","45869","45870","45871","45884","45885","45887","45888","45895","45896"],"st":"OH"}},"39013":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.234053,39.95127],[-81.225924,40.170075],[-80.882892,40.159495],[-80.702575303623,40.15714139801],[-80.738218439984,40.033543226078],[-80.740126,39.970793],[-80.823438104786,39.850032087396],[-81.237316,39.867828],[-81.234053,39.95127]]]},"properties":{"id":"39013","n":"Belmont","z":["43713","43716","43718","43719","43747","43759","43901","43902","43905","43906","43909","43912","43917","43927","43928","43933","43934","43935","43937","43940","43941","43942","43943","43947","43950","43951","43967","43971","43972","43977","43983","43985"],"st":"OH"}},"39015":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.05264617322,38.771614667536],[-83.99312,39.254235],[-83.865679,39.247333],[-83.872214,39.021304],[-83.673018,39.02043],[-83.705861635586,38.638037865066],[-83.904375086105,38.767283875268],[-84.05264617322,38.771614667536]]]},"properties":{"id":"39015","n":"Brown","z":["45101","45106","45107","45114","45115","45118","45119","45120","45121","45130","45131","45133","45142","45144","45148","45154","45167","45168","45171","45176","45697","45717"],"st":"OH"}},"39017":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.816160194911,39.521968108993],[-84.815705943255,39.567721664027],[-84.478927,39.56879],[-84.479213,39.591024],[-84.365232,39.589493],[-84.332089,39.548803],[-84.353209,39.292287],[-84.630047,39.312056],[-84.818877469275,39.305143583559],[-84.816160194911,39.521968108993]]]},"properties":{"id":"39017","n":"Butler","z":["45003","45004","45011","45012","45013","45014","45015","45018","45042","45044","45050","45053","45055","45056","45061","45062","45063","45064","45067","45069","45071","45241","45246","45327"],"st":"OH"}},"39019":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.317739,40.651579],[-81.24125,40.650534],[-81.237227,40.723542],[-81.087289,40.727816],[-80.917172,40.726934],[-80.918125,40.643464],[-80.861994,40.599404],[-80.92092,40.556315],[-80.941911,40.4247],[-81.269951,40.433486],[-81.264744,40.565042],[-81.321659,40.566648],[-81.317739,40.651579]]]},"properties":{"id":"39019","n":"Carroll","z":["43903","43908","43945","43986","43988","44427","44607","44615","44620","44621","44625","44639","44643","44644","44651","44656","44657","44675","44688","44695","44730"],"st":"OH"}},"39021":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.022919,40.183945],[-84.014763,40.273459],[-83.551338,40.22937],[-83.494498,40.225467],[-83.503714,40.111468],[-83.516155,40.010188],[-84.036069,40.040182],[-84.022919,40.183945]]]},"properties":{"id":"39021","n":"Champaign","z":["43009","43044","43045","43047","43060","43070","43072","43078","43083","43084","43318","43343","43357","45312","45317","45344","45365","45389","45502"],"st":"OH"}},"39023":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.051039,39.879807],[-84.036069,40.040182],[-83.516155,40.010188],[-83.588041,39.768778],[-83.647169,39.773029],[-84.053736,39.850458],[-84.051039,39.879807]]]},"properties":{"id":"39023","n":"Clark","z":["43010","43044","43078","43140","43153","45314","45316","45319","45323","45324","45341","45344","45349","45368","45369","45372","45387","45501","45502","45503","45504","45505","45506"],"st":"OH"}},"39025":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.259431,39.270796],[-84.006782,39.255068],[-83.99312,39.254235],[-84.05264617322,38.771614667536],[-84.226162633963,38.829777141242],[-84.232305045403,38.874707896032],[-84.321207226857,39.020586352689],[-84.259431,39.270796]]]},"properties":{"id":"39025","n":"Clermont","z":{"0":"45102","1":"45103","2":"45106","3":"45107","4":"45112","5":"45118","6":"45120","7":"45121","8":"45122","9":"45130","10":"45140","11":"45147","12":"45150","13":"45153","14":"45156","15":"45157","16":"45158","17":"45160","18":"45162","19":"45176","20":"45244","21":"45245","22":"45255","34":"45145"},"st":"OH"}},"39027":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.006782,39.255068],[-83.977005,39.569169],[-83.670196,39.550254],[-83.585523,39.545109],[-83.590878,39.378736],[-83.784793,39.262888],[-83.865679,39.247333],[-83.99312,39.254235],[-84.006782,39.255068]]]},"properties":{"id":"39027","n":"Clinton","z":["45068","45107","45113","45135","45142","45146","45148","45159","45164","45166","45169","45177","45335"],"st":"OH"}},"39029":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.086679,40.901609],[-80.895813,40.930187],[-80.821923,40.900935],[-80.519869707686,40.900323934249],[-80.519705112599,40.851336778685],[-80.518991,40.638801],[-80.667957,40.582496],[-80.861994,40.599404],[-80.918125,40.643464],[-80.917172,40.726934],[-81.087289,40.727816],[-81.086679,40.901609]]]},"properties":{"id":"39029","n":"Columbiana","z":["43920","43930","43945","43962","43968","44408","44413","44415","44423","44427","44431","44432","44441","44443","44445","44454","44455","44460","44490","44492","44493","44601","44609","44619","44625","44634","44657","44665"],"st":"OH"}},"39031":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.184607,40.45628],[-81.709132,40.444775],[-81.712288,40.370804],[-81.61603,40.368118],[-81.622683,40.221308],[-81.716276,40.152166],[-82.187105,40.16688],[-82.195911,40.239071],[-82.184607,40.45628]]]},"properties":{"id":"39031","n":"Coshocton","z":["43006","43749","43803","43804","43805","43811","43812","43821","43822","43824","43828","43832","43836","43840","43843","43844","43845","44637","44654"],"st":"OH"}},"39033":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.112737,40.993447],[-82.829512,40.996624],[-82.724792,40.995638],[-82.727164,40.711203],[-82.858302,40.705019],[-83.11136,40.702915],[-83.112737,40.993447]]]},"properties":{"id":"39033","n":"Crawford","z":["43302","43314","43325","44818","44820","44825","44827","44833","44849","44854","44856","44865","44875","44881","44882","44887"],"st":"OH"}},"39035":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.960324970004,41.500553292598],[-81.738755,41.48855],[-81.488682733409,41.634463927821],[-81.487842,41.570051],[-81.391005,41.569716],[-81.391694,41.348272],[-81.598052,41.351157],[-81.565139,41.277758],[-81.68495,41.277146],[-81.878053,41.275044],[-81.87696,41.350685],[-81.971262,41.351268],[-81.960324970004,41.500553292598]]]},"properties":{"id":"39035","n":"Cuyahoga","z":["44017","44022","44040","44070","44101","44102","44103","44104","44105","44106","44107","44108","44109","44110","44111","44112","44113","44114","44115","44116","44117","44118","44119","44120","44121","44122","44123","44124","44125","44126","44127","44128","44129","44130","44131","44132","44133","44134","44135","44136","44137","44138","44139","44140","44141","44142","44143","44144","44145","44146","44147","44149","44181","44188","44190","44191","44192","44193","44194","44195","44197","44198","44199"],"st":"OH"}},"39037":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.810161238474,40.005067543848],[-84.804917302578,40.310095915034],[-84.804120527015,40.352762230297],[-84.434631,40.354259],[-84.432575,40.197037],[-84.425902,39.919622],[-84.485367,39.918491],[-84.81141710638,39.91691362958],[-84.810161238474,40.005067543848]]]},"properties":{"id":"39037","n":"Darke","z":["45303","45304","45308","45309","45310","45318","45328","45331","45332","45337","45346","45347","45348","45350","45351","45352","45358","45362","45380","45382","45388","45390","45846"],"st":"OH"}},"39039":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.804253257612,41.42604971155],[-84.341664,41.427568],[-84.228454,41.42781],[-84.228222,41.165862],[-84.341602,41.165524],[-84.341601,41.20903],[-84.457059,41.209434],[-84.457217,41.253485],[-84.803644982256,41.252561683548],[-84.803703572617,41.271258330571],[-84.804253257612,41.42604971155]]]},"properties":{"id":"39039","n":"Defiance","z":["43506","43512","43517","43519","43526","43527","43530","43536","43545","43548","43549","43556","45813","45821","45831"],"st":"OH"}},"39041":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.248595,40.443989],[-83.020798,40.433795],[-82.924781,40.415004],[-82.929588,40.358123],[-82.744931,40.349603],[-82.750747,40.276996],[-82.761827,40.125855],[-83.169981,40.143087],[-83.17233,40.244257],[-83.248428,40.244466],[-83.248595,40.443989]]]},"properties":{"id":"39041","n":"Delaware","z":["43003","43011","43015","43016","43017","43021","43031","43032","43035","43040","43048","43061","43065","43066","43074","43082","43240","43334","43342","43344","43356"],"st":"OH"}},"39043":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.952224,41.458239],[-82.690567160665,41.496705795438],[-82.616952,41.428425],[-82.460599,41.386316],[-82.348019206891,41.427263308734],[-82.342314,41.283554],[-82.841475,41.290023],[-82.847804,41.430516],[-82.952224,41.458239]]]},"properties":{"id":"39043","n":"Erie","z":["43438","43464","44088","44089","44811","44814","44816","44824","44826","44839","44846","44847","44857","44870","44871","44889"],"st":"OH"}},"39045":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.824254,39.794996],[-82.782495,39.939662],[-82.462813,39.93038],[-82.472402,39.837223],[-82.396594,39.833057],[-82.374531,39.654959],[-82.490329,39.661704],[-82.496123,39.602849],[-82.617546,39.608605],[-82.620088,39.563987],[-82.731518,39.554445],[-82.842953,39.56148],[-82.824254,39.794996]]]},"properties":{"id":"39045","n":"Fairfield","z":["43046","43062","43068","43076","43102","43105","43107","43110","43112","43113","43130","43136","43147","43148","43150","43154","43155","43157"],"st":"OH"}},"39047":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.65333,39.716876],[-83.252435,39.695438],[-83.266737,39.516249],[-83.372714,39.377416],[-83.590878,39.378736],[-83.585523,39.545109],[-83.670196,39.550254],[-83.65333,39.716876]]]},"properties":{"id":"39047","n":"Fayette","z":["43106","43128","43142","43143","43145","43153","43160","45123","45135","45169","45335"],"st":"OH"}},"39049":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.206273,40.107733],[-83.169981,40.143087],[-82.761827,40.125855],[-82.782495,39.939662],[-82.824254,39.794996],[-83.243702,39.812503],[-83.255051,40.048614],[-83.206273,40.107733]]]},"properties":{"id":"39049","n":"Franklin","z":["43002","43004","43016","43017","43026","43054","43064","43065","43068","43069","43081","43085","43086","43109","43110","43119","43123","43125","43126","43137","43140","43146","43147","43195","43199","43201","43202","43203","43204","43205","43206","43207","43209","43210","43211","43212","43213","43214","43215","43216","43217","43218","43219","43220","43221","43222","43223","43224","43226","43227","43228","43229","43230","43231","43232","43234","43235","43236","43251","43260","43266","43268","43270","43271","43272","43279","43287","43291"],"st":"OH"}},"39051":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.399548785474,41.705921357406],[-84.360419041397,41.706955882634],[-83.880390465353,41.72019449032],[-83.882943,41.487543],[-84.341902,41.485519],[-84.399548785474,41.705921357406]]]},"properties":{"id":"39051","n":"Fulton","z":["43502","43515","43521","43532","43533","43540","43553","43557","43558","43567","43570"],"st":"OH"}},"39053":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.575583,38.844478],[-82.455179,38.844577],[-82.435309,39.035079],[-82.322874,39.027674],[-82.095465,39.002778],[-82.098866650554,38.960879284493],[-82.16157,38.824632],[-82.20929,38.802672],[-82.175167,38.608484],[-82.218967,38.591683],[-82.282133344028,38.579860796403],[-82.361674,38.585182],[-82.354468,38.67607],[-82.472478,38.682279],[-82.483579,38.772278],[-82.582683,38.779077],[-82.575583,38.844478]]]},"properties":{"id":"39053","n":"Gallia","z":["45614","45620","45623","45631","45643","45656","45658","45674","45678","45685","45686","45688"],"st":"OH"}},"39055":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.391005,41.569716],[-81.29588,41.56995],[-81.294669,41.640889],[-81.101422,41.641457],[-81.102258,41.714307],[-81.003631,41.715137],[-81.003125,41.501685],[-81.003319,41.34786],[-81.391694,41.348272],[-81.391005,41.569716]]]},"properties":{"id":"39055","n":"Geauga","z":["44021","44022","44023","44024","44026","44033","44046","44057","44060","44062","44064","44065","44072","44073","44080","44086","44099","44202","44231","44234","44491"],"st":"OH"}},"39057":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.053736,39.850458],[-83.647169,39.773029],[-83.65333,39.716876],[-83.670196,39.550254],[-83.977005,39.569169],[-84.114195,39.577983],[-84.092938,39.838345],[-84.053736,39.850458]]]},"properties":{"id":"39057","n":"Greene","z":["43153","45068","45169","45301","45305","45307","45314","45316","45324","45335","45368","45370","45384","45385","45387","45424","45430","45431","45432","45433","45434","45440","45458","45459"],"st":"OH"}},"39059":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.716276,40.152166],[-81.622683,40.221308],[-81.338057,40.214253],[-81.339565,40.171999],[-81.225924,40.170075],[-81.234053,39.95127],[-81.386006,39.950694],[-81.464108,39.89455],[-81.57859,39.897683],[-81.580313,39.839104],[-81.694146,39.842636],[-81.728611,39.931728],[-81.716276,40.152166]]]},"properties":{"id":"39059","n":"Guernsey","z":["43722","43723","43725","43732","43733","43736","43749","43750","43755","43762","43768","43772","43773","43778","43780","43832","43837","43973","43983","44699"],"st":"OH"}},"39061":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.818877469275,39.305143583559],[-84.630047,39.312056],[-84.353209,39.292287],[-84.259431,39.270796],[-84.321207226857,39.020586352689],[-84.462042,39.12176],[-84.506518737437,39.101766408188],[-84.62202768366,39.078327546654],[-84.750749,39.147358],[-84.820157,39.10548],[-84.818877469275,39.305143583559]]]},"properties":{"id":"39061","n":"Hamilton","z":["45001","45002","45013","45030","45033","45041","45051","45052","45111","45140","45147","45150","45174","45201","45202","45203","45204","45205","45206","45207","45208","45209","45211","45212","45213","45214","45215","45216","45217","45218","45219","45220","45221","45222","45223","45224","45225","45226","45227","45229","45230","45231","45232","45233","45234","45235","45236","45237","45238","45239","45240","45241","45242","45243","45244","45246","45247","45248","45249","45250","45251","45252","45253","45254","45255","45258","45262","45263","45267","45268","45269","45270","45271","45273","45274","45275","45277","45280","45296","45298","45299","45999"],"st":"OH"}},"39063":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.881149,41.167824],[-83.421054,41.16678],[-83.420319,40.991889],[-83.514728,40.905115],[-83.515883,40.818134],[-83.880063,40.819919],[-83.880423,40.920429],[-83.881149,41.167824]]]},"properties":{"id":"39063","n":"Hancock","z":["43316","43516","44802","44804","44817","44830","45810","45814","45816","45817","45839","45840","45841","45843","45856","45858","45867","45868","45872","45877","45881","45889","45890","45897"],"st":"OH"}},"39065":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.880063,40.819919],[-83.515883,40.818134],[-83.495298,40.701534],[-83.419836,40.686823],[-83.418378,40.505232],[-83.520227,40.504077],[-83.879932,40.538708],[-83.880194,40.64469],[-83.880063,40.819919]]]},"properties":{"id":"39065","n":"Hardin","z":["43310","43326","43331","43332","43340","43345","43347","45810","45812","45835","45836","45843","45850","45859","45896"],"st":"OH"}},"39067":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.338057,40.214253],[-81.334601,40.304316],[-81.275319,40.303434],[-81.269951,40.433486],[-80.941911,40.4247],[-80.865504,40.422929],[-80.882892,40.159495],[-81.225924,40.170075],[-81.339565,40.171999],[-81.338057,40.214253]]]},"properties":{"id":"39067","n":"Harrison","z":["43901","43907","43910","43950","43973","43974","43976","43977","43981","43983","43984","43986","43988","44621","44683","44693","44695","44699"],"st":"OH"}},"39069":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.341902,41.485519],[-83.882943,41.487543],[-83.883234,41.414503],[-83.881149,41.167824],[-84.228222,41.165862],[-84.228454,41.42781],[-84.341664,41.427568],[-84.341902,41.485519]]]},"properties":{"id":"39069","n":"Henry","z":["43502","43510","43511","43512","43516","43522","43523","43524","43527","43532","43534","43535","43545","43548","43550","43555","43557","43567","45856"],"st":"OH"}},"39071":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.865679,39.247333],[-83.784793,39.262888],[-83.590878,39.378736],[-83.372714,39.377416],[-83.393794,39.268048],[-83.353531,39.197585],[-83.385637,39.055197],[-83.673018,39.02043],[-83.872214,39.021304],[-83.865679,39.247333]]]},"properties":{"id":"39071","n":"Highland","z":["45118","45123","45132","45133","45135","45142","45154","45155","45159","45171","45172","45612","45660","45679","45697"],"st":"OH"}},"39073":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.740729,39.46835],[-82.731518,39.554445],[-82.620088,39.563987],[-82.617546,39.608605],[-82.496123,39.602849],[-82.490329,39.661704],[-82.374531,39.654959],[-82.37989,39.596738],[-82.159161,39.556574],[-82.167379,39.466307],[-82.28041,39.472906],[-82.289663,39.384195],[-82.514479,39.395767],[-82.51758,39.369468],[-82.748591,39.368165],[-82.740729,39.46835]]]},"properties":{"id":"39073","n":"Hocking","z":["43102","43107","43111","43127","43135","43138","43144","43149","43152","43155","43158","43766","45622","45654","45764"],"st":"OH"}},"39075":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.126199,40.668229],[-81.650045,40.668117],[-81.649199,40.635106],[-81.669654,40.443866],[-81.709132,40.444775],[-82.184607,40.45628],[-82.179069,40.573112],[-82.22011,40.568206],[-82.220665,40.66758],[-82.126199,40.668229]]]},"properties":{"id":"39075","n":"Holmes","z":["43006","43804","44610","44611","44624","44627","44628","44633","44637","44638","44654","44660","44661","44676","44681","44687","44689","44690","44842"],"st":"OH"}},"39077":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.841475,41.290023],[-82.342314,41.283554],[-82.336496,41.065761],[-82.436916,41.065379],[-82.432852,40.992944],[-82.724792,40.995638],[-82.829512,40.996624],[-82.840087,41.255337],[-82.841475,41.290023]]]},"properties":{"id":"39077","n":"Huron","z":["44807","44811","44826","44837","44846","44847","44850","44851","44855","44857","44865","44878","44888","44889","44890"],"st":"OH"}},"39079":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.785891,39.168769],[-82.762892,39.207967],[-82.536306,39.180757],[-82.424677,39.137972],[-82.435309,39.035079],[-82.455179,38.844577],[-82.575583,38.844478],[-82.650039,38.849073],[-82.76069,38.854875],[-82.753391,38.945373],[-82.80709,38.948073],[-82.785891,39.168769]]]},"properties":{"id":"39079","n":"Jackson","z":["45601","45613","45621","45634","45640","45656","45672","45685","45692"],"st":"OH"}},"39081":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.861994,40.599404],[-80.667957,40.582496],[-80.604895,40.446667],[-80.627362629937,40.395170933017],[-80.606596,40.303869],[-80.684173210708,40.187017973351],[-80.702575303623,40.15714139801],[-80.882892,40.159495],[-80.865504,40.422929],[-80.941911,40.4247],[-80.92092,40.556315],[-80.861994,40.599404]]]},"properties":{"id":"39081","n":"Jefferson","z":["43901","43903","43907","43908","43910","43913","43916","43917","43925","43926","43930","43932","43938","43939","43943","43944","43945","43948","43952","43953","43961","43963","43964","43970","43971"],"st":"OH"}},"39083":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.744931,40.349603],[-82.646503,40.345076],[-82.623609,40.549879],[-82.336962,40.555001],[-82.22011,40.568206],[-82.179069,40.573112],[-82.184607,40.45628],[-82.195911,40.239071],[-82.477273,40.24581],[-82.476114,40.264703],[-82.750747,40.276996],[-82.744931,40.349603]]]},"properties":{"id":"39083","n":"Knox","z":["43005","43006","43011","43014","43019","43022","43028","43037","43050","43080","43822","43843","44628","44813","44822"],"st":"OH"}},"39085":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.488682733409,41.634463927821],[-81.286925,41.760243],[-81.002269406517,41.849172466438],[-81.003631,41.715137],[-81.102258,41.714307],[-81.101422,41.641457],[-81.294669,41.640889],[-81.29588,41.56995],[-81.391005,41.569716],[-81.487842,41.570051],[-81.488682733409,41.634463927821]]]},"properties":{"id":"39085","n":"Lake","z":["44024","44041","44045","44057","44060","44061","44077","44081","44086","44092","44094","44095","44097"],"st":"OH"}},"39087":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.81154238465,38.572369589562],[-82.740383,38.597167],[-82.763895,38.679974],[-82.706823,38.677495],[-82.650039,38.849073],[-82.575583,38.844478],[-82.582683,38.779077],[-82.483579,38.772278],[-82.472478,38.682279],[-82.354468,38.67607],[-82.361674,38.585182],[-82.282133344028,38.579860796403],[-82.323999,38.449268],[-82.508966949731,38.414643912652],[-82.593673,38.421809],[-82.664116907516,38.507715590257],[-82.81154238465,38.572369589562]]]},"properties":{"id":"39087","n":"Lawrence","z":["45619","45623","45638","45645","45656","45659","45669","45675","45678","45680","45682","45688","45696"],"st":"OH"}},"39089":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.761827,40.125855],[-82.750747,40.276996],[-82.476114,40.264703],[-82.477273,40.24581],[-82.195911,40.239071],[-82.187105,40.16688],[-82.198728,39.950196],[-82.233974,39.91326],[-82.462813,39.93038],[-82.782495,39.939662],[-82.761827,40.125855]]]},"properties":{"id":"39089","n":"Licking","z":["43001","43008","43011","43013","43018","43023","43025","43027","43030","43031","43033","43046","43055","43056","43058","43062","43068","43071","43073","43074","43076","43080","43093","43147","43721","43739","43740","43746","43760","43822","43830"],"st":"OH"}},"39091":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.002372,40.483115],[-83.993699,40.535201],[-83.879932,40.538708],[-83.520227,40.504077],[-83.551338,40.22937],[-84.014763,40.273459],[-84.002372,40.483115]]]},"properties":{"id":"39091","n":"Logan","z":["43060","43310","43311","43318","43319","43324","43331","43333","43336","43343","43345","43347","43348","43357","43358","43360","45334","45895"],"st":"OH"}},"39093":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.348019206891,41.427263308734],[-81.994565,41.51444],[-81.960324970004,41.500553292598],[-81.971262,41.351268],[-81.87696,41.350685],[-81.878053,41.275044],[-81.972485,41.274829],[-81.973895,41.199831],[-82.072465,41.19985],[-82.074266,41.136456],[-82.169875,41.137097],[-82.171492,41.063537],[-82.336496,41.065761],[-82.342314,41.283554],[-82.348019206891,41.427263308734]]]},"properties":{"id":"39093","n":"Lorain","z":["44001","44011","44012","44028","44035","44036","44039","44044","44049","44050","44052","44053","44054","44055","44074","44089","44090","44253","44256","44275","44280","44851","44859","44880","44889"],"st":"OH"}},"39095":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.882943,41.487543],[-83.880390465353,41.72019449032],[-83.763149851365,41.723546801786],[-83.453832,41.732647],[-83.326825,41.701562],[-83.163821417523,41.624130312974],[-83.415919,41.618938],[-83.565729,41.617463],[-83.747217,41.466216],[-83.883234,41.414503],[-83.882943,41.487543]]]},"properties":{"id":"39095","n":"Lucas","z":["43412","43434","43445","43504","43522","43528","43532","43537","43542","43547","43558","43560","43566","43571","43601","43603","43604","43605","43606","43607","43608","43609","43610","43611","43612","43613","43614","43615","43616","43617","43620","43623","43635","43652","43654","43656","43657","43659","43660","43661","43666","43667","43681","43682","43697","43699"],"st":"OH"}},"39097":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.647169,39.773029],[-83.588041,39.768778],[-83.516155,40.010188],[-83.503714,40.111468],[-83.206273,40.107733],[-83.255051,40.048614],[-83.243702,39.812503],[-83.252435,39.695438],[-83.65333,39.716876],[-83.647169,39.773029]]]},"properties":{"id":"39097","n":"Madison","z":["43026","43029","43044","43064","43119","43140","43143","43146","43151","43153","43162","45369"],"st":"OH"}},"39099":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.086312,40.988031],[-81.001695,40.987783],[-81.00229,41.134189],[-80.519196690325,41.133386502549],[-80.519222086081,41.125093566796],[-80.519869707686,40.900323934249],[-80.821923,40.900935],[-80.895813,40.930187],[-81.086679,40.901609],[-81.086312,40.988031]]]},"properties":{"id":"39099","n":"Mahoning","z":["44401","44405","44406","44408","44412","44416","44422","44425","44429","44436","44437","44440","44442","44443","44444","44449","44451","44452","44454","44460","44471","44481","44490","44501","44502","44503","44504","44505","44506","44507","44509","44510","44511","44512","44513","44514","44515","44555","44601","44609","44672"],"st":"OH"}},"39101":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.419836,40.686823],[-83.11136,40.702915],[-82.858302,40.705019],[-82.859753,40.646395],[-82.957715,40.635653],[-82.958401,40.490664],[-83.020798,40.433795],[-83.248595,40.443989],[-83.248298,40.500997],[-83.418378,40.505232],[-83.419836,40.686823]]]},"properties":{"id":"39101","n":"Marion","z":["43301","43302","43314","43315","43322","43332","43335","43337","43341","43342","43344","43356","44833","44849"],"st":"OH"}},"39103":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.171492,41.063537],[-82.169875,41.137097],[-82.074266,41.136456],[-82.072465,41.19985],[-81.973895,41.199831],[-81.972485,41.274829],[-81.878053,41.275044],[-81.68495,41.277146],[-81.688491,40.98859],[-82.129334,40.991807],[-82.171492,41.063537]]]},"properties":{"id":"39103","n":"Medina","z":["44136","44203","44212","44214","44215","44217","44230","44233","44235","44251","44253","44254","44256","44258","44270","44273","44274","44275","44280","44281","44282","44287","44321","44333","44880"],"st":"OH"}},"39105":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.268583,39.20376],[-81.75229703674,39.181034747406],[-81.750266843426,39.1040311931],[-81.807855,39.083978],[-81.775734,38.980737],[-81.89847,38.929603],[-82.007062,39.029578],[-82.098866650554,38.960879284493],[-82.095465,39.002778],[-82.322874,39.027674],[-82.306669,39.205494],[-82.268583,39.20376]]]},"properties":{"id":"39105","n":"Meigs","z":["45620","45686","45710","45720","45723","45741","45743","45760","45769","45770","45771","45772","45775","45776","45779","45783"],"st":"OH"}},"39107":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.802413878579,40.572212880647],[-84.802119032264,40.728145936873],[-84.456172,40.728306],[-84.45618,40.684862],[-84.455532,40.363963],[-84.434387,40.354534],[-84.434631,40.354259],[-84.804120527015,40.352762230297],[-84.802413878579,40.572212880647]]]},"properties":{"id":"39107","n":"Mercer","z":["45310","45822","45826","45828","45846","45860","45862","45866","45869","45882","45883","45885","45887","45898"],"st":"OH"}},"39109":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.432575,40.197037],[-84.022919,40.183945],[-84.036069,40.040182],[-84.051039,39.879807],[-84.157671,39.92297],[-84.425902,39.919622],[-84.432575,40.197037]]]},"properties":{"id":"39109","n":"Miami","z":["45304","45308","45312","45317","45318","45322","45326","45337","45339","45344","45356","45359","45361","45371","45373","45374","45383","45424"],"st":"OH"}},"39111":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.237316,39.867828],[-80.823438104786,39.850032087396],[-80.869933,39.763555],[-80.835521693007,39.7192518022],[-80.943782,39.606926],[-81.037365041987,39.538055712473],[-81.036791,39.572118],[-81.283075,39.605796],[-81.319125,39.70736],[-81.313591,39.869471],[-81.237316,39.867828]]]},"properties":{"id":"39111","n":"Monroe","z":["43716","43747","43752","43754","43757","43773","43786","43788","43793","43914","43915","43931","43942","43946","45734","45745","45767","45789"],"st":"OH"}},"39113":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.485367,39.918491],[-84.425902,39.919622],[-84.157671,39.92297],[-84.051039,39.879807],[-84.053736,39.850458],[-84.092938,39.838345],[-84.114195,39.577983],[-84.365232,39.589493],[-84.479213,39.591024],[-84.485367,39.918491]]]},"properties":{"id":"39113","n":"Montgomery","z":{"0":"45005","1":"45066","2":"45309","3":"45315","4":"45322","5":"45325","6":"45327","7":"45342","8":"45343","9":"45344","10":"45345","11":"45354","12":"45371","13":"45377","14":"45381","15":"45401","16":"45402","17":"45403","18":"45404","19":"45405","20":"45406","21":"45409","22":"45410","23":"45412","24":"45413","25":"45414","26":"45415","27":"45416","28":"45417","29":"45419","30":"45420","31":"45422","32":"45423","33":"45424","34":"45426","35":"45428","36":"45429","37":"45431","38":"45432","39":"45433","40":"45435","41":"45437","42":"45439","43":"45440","44":"45448","45":"45449","46":"45458","47":"45459","48":"45469","49":"45470","50":"45475","51":"45479","52":"45481","53":"45482","54":"45490","80":"45418"},"st":"OH"}},"39115":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.076639,39.77096],[-81.697442,39.755572],[-81.639886,39.75342],[-81.6432,39.665681],[-81.588185,39.586973],[-81.712706,39.585107],[-81.708527,39.480775],[-81.823158,39.494072],[-81.844863,39.450216],[-82.055779,39.460053],[-82.047528,39.550825],[-82.024219,39.724686],[-82.076639,39.77096]]]},"properties":{"id":"39115","n":"Morgan","z":["43724","43728","43731","43756","43758","43787","45711","45715","45732","45786"],"st":"OH"}},"39117":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.858302,40.705019],[-82.727164,40.711203],[-82.627191,40.709416],[-82.623609,40.549879],[-82.646503,40.345076],[-82.744931,40.349603],[-82.929588,40.358123],[-82.924781,40.415004],[-83.020798,40.433795],[-82.958401,40.490664],[-82.957715,40.635653],[-82.859753,40.646395],[-82.858302,40.705019]]]},"properties":{"id":"39117","n":"Morrow","z":["43003","43011","43019","43050","43314","43315","43317","43320","43321","43334","43338","43350","43356","44813","44833","44903","44904"],"st":"OH"}},"39119":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.187105,40.16688],[-81.716276,40.152166],[-81.728611,39.931728],[-81.694146,39.842636],[-81.697442,39.755572],[-82.076639,39.77096],[-82.170047,39.82075],[-82.162385,39.909371],[-82.233974,39.91326],[-82.198728,39.950196],[-82.187105,40.16688]]]},"properties":{"id":"39119","n":"Muskingum","z":["43701","43702","43720","43727","43732","43734","43735","43738","43740","43746","43760","43762","43767","43771","43777","43791","43802","43812","43821","43822","43830","43842"],"st":"OH"}},"39121":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.694146,39.842636],[-81.580313,39.839104],[-81.57859,39.897683],[-81.464108,39.89455],[-81.386006,39.950694],[-81.234053,39.95127],[-81.237316,39.867828],[-81.313591,39.869471],[-81.319125,39.70736],[-81.283075,39.605796],[-81.394934,39.601547],[-81.47316,39.645976],[-81.473471,39.583318],[-81.588185,39.586973],[-81.6432,39.665681],[-81.639886,39.75342],[-81.697442,39.755572],[-81.694146,39.842636]]]},"properties":{"id":"39121","n":"Noble","z":["43711","43717","43724","43732","43772","43773","43778","43779","43780","43788","45715","45727","45744","45745","45746"],"st":"OH"}},"39123":{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-82.863342,41.693693],[-82.782719,41.694003],[-82.842099,41.628323],[-82.863342,41.693693]]],[[[-83.415919,41.618938],[-83.163821417523,41.624130312974],[-82.934369,41.514353],[-82.834101,41.587587],[-82.690567160665,41.496705795438],[-82.952224,41.458239],[-83.338196,41.457508],[-83.414626,41.500228],[-83.415919,41.618938]]]]},"properties":{"id":"39123","n":"Ottawa","z":["43408","43412","43416","43430","43432","43433","43436","43439","43440","43445","43446","43447","43449","43452","43456","43458","43468","43469"],"st":"OH"}},"39125":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.803644982256,41.252561683548],[-84.457217,41.253485],[-84.457059,41.209434],[-84.341601,41.20903],[-84.341602,41.165524],[-84.341911,40.990692],[-84.399486,40.990315],[-84.802859621951,40.989374052009],[-84.803644982256,41.252561683548]]]},"properties":{"id":"39125","n":"Paulding","z":["43512","43526","45813","45821","45827","45832","45849","45851","45855","45861","45873","45879","45880","45886"],"st":"OH"}},"39127":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.462813,39.93038],[-82.233974,39.91326],[-82.162385,39.909371],[-82.170047,39.82075],[-82.076639,39.77096],[-82.024219,39.724686],[-82.047528,39.550825],[-82.159161,39.556574],[-82.37989,39.596738],[-82.374531,39.654959],[-82.396594,39.833057],[-82.472402,39.837223],[-82.462813,39.93038]]]},"properties":{"id":"39127","n":"Perry","z":["43076","43107","43138","43148","43150","43730","43731","43739","43748","43760","43761","43764","43766","43777","43782","43783","45732"],"st":"OH"}},"39129":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.252435,39.695438],[-83.243702,39.812503],[-82.824254,39.794996],[-82.842953,39.56148],[-82.731518,39.554445],[-82.740729,39.46835],[-82.998204,39.480061],[-82.98456,39.506754],[-83.266737,39.516249],[-83.252435,39.695438]]]},"properties":{"id":"39129","n":"Pickaway","z":["43102","43103","43110","43113","43115","43116","43117","43125","43135","43137","43143","43145","43146","43154","43156","43164","43194","45644"],"st":"OH"}},"39131":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.353531,39.197585],[-82.785891,39.168769],[-82.80709,38.948073],[-83.212107,38.960148],[-83.270817,39.015791],[-83.385637,39.055197],[-83.353531,39.197585]]]},"properties":{"id":"39131","n":"Pike","z":["45133","45601","45612","45613","45624","45642","45646","45648","45660","45661","45671","45683","45690"],"st":"OH"}},"39133":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.391694,41.348272],[-81.003319,41.34786],[-81.00229,41.134189],[-81.001695,40.987783],[-81.086312,40.988031],[-81.393249,40.988531],[-81.391694,41.348272]]]},"properties":{"id":"39133","n":"Portage","z":["44201","44202","44211","44224","44231","44234","44236","44240","44241","44242","44243","44255","44260","44265","44266","44272","44278","44285","44288","44312","44411","44412","44429","44444","44449","44491","44632"],"st":"OH"}},"39135":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.814129,39.726556],[-84.81141710638,39.91691362958],[-84.485367,39.918491],[-84.479213,39.591024],[-84.478927,39.56879],[-84.815705943255,39.567721664027],[-84.814129,39.726556]]]},"properties":{"id":"39135","n":"Preble","z":["45003","45042","45064","45070","45304","45309","45311","45320","45321","45327","45330","45338","45347","45378","45381","45382"],"st":"OH"}},"39137":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.399486,40.990315],[-84.341911,40.990692],[-84.341602,41.165524],[-84.228222,41.165862],[-83.881149,41.167824],[-83.880423,40.920429],[-84.109516,40.90473],[-84.109586,40.860994],[-84.340531,40.859099],[-84.398407,40.903265],[-84.399486,40.990315]]]},"properties":{"id":"39137","n":"Putnam","z":["43548","45815","45817","45827","45830","45831","45833","45837","45844","45848","45849","45853","45856","45864","45875","45876","45877","45893"],"st":"OH"}},"39139":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.724792,40.995638],[-82.432852,40.992944],[-82.420752,40.82333],[-82.339211,40.726683],[-82.336962,40.555001],[-82.623609,40.549879],[-82.627191,40.709416],[-82.727164,40.711203],[-82.724792,40.995638]]]},"properties":{"id":"39139","n":"Richland","z":["43019","43349","44096","44805","44813","44822","44827","44833","44837","44843","44862","44864","44865","44875","44878","44901","44902","44903","44904","44905","44906","44907"],"st":"OH"}},"39141":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.372714,39.377416],[-83.266737,39.516249],[-82.98456,39.506754],[-82.998204,39.480061],[-82.740729,39.46835],[-82.748591,39.368165],[-82.762892,39.207967],[-82.785891,39.168769],[-83.353531,39.197585],[-83.393794,39.268048],[-83.372714,39.377416]]]},"properties":{"id":"39141","n":"Ross","z":["43101","43115","43135","43160","43164","45123","45601","45612","45617","45628","45633","45644","45647","45673","45681","45690"],"st":"OH"}},"39143":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.414626,41.500228],[-83.338196,41.457508],[-82.952224,41.458239],[-82.847804,41.430516],[-82.841475,41.290023],[-82.840087,41.255337],[-83.419843,41.254003],[-83.414626,41.500228]]]},"properties":{"id":"39143","n":"Sandusky","z":["43406","43407","43410","43416","43420","43430","43431","43435","43442","43449","43457","43464","43469","44811","44824","44836","44841"],"st":"OH"}},"39145":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.270817,39.015791],[-83.212107,38.960148],[-82.80709,38.948073],[-82.753391,38.945373],[-82.76069,38.854875],[-82.650039,38.849073],[-82.706823,38.677495],[-82.763895,38.679974],[-82.740383,38.597167],[-82.81154238465,38.572369589562],[-82.851314,38.604334],[-82.889193,38.756076],[-83.030334931231,38.716867676656],[-83.172647,38.620252],[-83.264298901959,38.613112496888],[-83.270817,39.015791]]]},"properties":{"id":"39145","n":"Scioto","z":["45613","45616","45629","45630","45636","45638","45648","45652","45653","45657","45660","45661","45662","45663","45671","45677","45682","45684","45687","45694","45699"],"st":"OH"}},"39147":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.421054,41.16678],[-83.419843,41.254003],[-82.840087,41.255337],[-82.829512,40.996624],[-83.112737,40.993447],[-83.420319,40.991889],[-83.421054,41.16678]]]},"properties":{"id":"39147","n":"Seneca","z":["43316","43410","43457","44802","44807","44809","44811","44815","44818","44828","44830","44836","44841","44844","44845","44853","44861","44867","44882","44883"],"st":"OH"}},"39149":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.434387,40.354534],[-84.3386,40.379199],[-84.339137,40.481076],[-84.002372,40.483115],[-84.014763,40.273459],[-84.022919,40.183945],[-84.432575,40.197037],[-84.434631,40.354259],[-84.434387,40.354534]]]},"properties":{"id":"39149","n":"Shelby","z":["45302","45306","45317","45333","45334","45336","45340","45353","45356","45360","45363","45365","45367","45845","45865","45869","45871"],"st":"OH"}},"39151":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.650045,40.668117],[-81.647735,40.914016],[-81.420418,40.906504],[-81.393249,40.988531],[-81.086312,40.988031],[-81.086679,40.901609],[-81.087289,40.727816],[-81.237227,40.723542],[-81.24125,40.650534],[-81.317739,40.651579],[-81.459019,40.66692],[-81.649199,40.635106],[-81.650045,40.668117]]]},"properties":{"id":"39151","n":"Stark","z":["44201","44216","44232","44260","44601","44608","44612","44613","44614","44618","44626","44630","44632","44634","44640","44641","44643","44646","44647","44648","44650","44652","44657","44662","44666","44669","44670","44685","44688","44689","44701","44702","44703","44704","44705","44706","44707","44708","44709","44710","44711","44714","44718","44720","44721","44730","44735","44750","44767","44799"],"st":"OH"}},"39153":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.68495,41.277146],[-81.565139,41.277758],[-81.598052,41.351157],[-81.391694,41.348272],[-81.393249,40.988531],[-81.420418,40.906504],[-81.647735,40.914016],[-81.688491,40.98859],[-81.68495,41.277146]]]},"properties":{"id":"39153","n":"Summit","z":["44056","44067","44087","44141","44202","44203","44210","44216","44221","44222","44223","44224","44236","44237","44240","44250","44256","44260","44262","44264","44278","44281","44286","44301","44302","44303","44304","44305","44306","44307","44308","44309","44310","44311","44312","44313","44314","44315","44316","44317","44319","44320","44321","44325","44326","44328","44333","44334","44372","44396","44398","44614","44685","44720"],"st":"OH"}},"39155":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.003319,41.34786],[-81.003125,41.501685],[-80.519176750353,41.499924051206],[-80.519165169896,41.489012190155],[-80.519196690325,41.133386502549],[-81.00229,41.134189],[-81.003319,41.34786]]]},"properties":{"id":"39155","n":"Trumbull","z":["44062","44076","44402","44403","44404","44410","44417","44418","44420","44424","44425","44428","44430","44437","44438","44439","44440","44444","44446","44450","44453","44470","44473","44481","44482","44483","44484","44485","44486","44491","44504","44505"],"st":"OH"}},"39157":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.709132,40.444775],[-81.669654,40.443866],[-81.649199,40.635106],[-81.459019,40.66692],[-81.317739,40.651579],[-81.321659,40.566648],[-81.264744,40.565042],[-81.269951,40.433486],[-81.275319,40.303434],[-81.334601,40.304316],[-81.338057,40.214253],[-81.622683,40.221308],[-81.61603,40.368118],[-81.712288,40.370804],[-81.709132,40.444775]]]},"properties":{"id":"39157","n":"Tuscarawas","z":["43749","43804","43824","43832","43837","43840","44608","44612","44617","44621","44622","44624","44626","44629","44643","44653","44656","44663","44671","44675","44678","44679","44680","44681","44682","44683","44697","44699"],"st":"OH"}},"39159":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.520227,40.504077],[-83.418378,40.505232],[-83.248298,40.500997],[-83.248595,40.443989],[-83.248428,40.244466],[-83.17233,40.244257],[-83.169981,40.143087],[-83.206273,40.107733],[-83.503714,40.111468],[-83.494498,40.225467],[-83.551338,40.22937],[-83.520227,40.504077]]]},"properties":{"id":"39159","n":"Union","z":["43007","43015","43016","43017","43029","43036","43040","43041","43045","43060","43061","43064","43067","43077","43084","43302","43319","43340","43342","43344","43358"],"st":"OH"}},"39161":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.802859621951,40.989374052009],[-84.399486,40.990315],[-84.398407,40.903265],[-84.340531,40.859099],[-84.397374,40.815941],[-84.396778,40.684926],[-84.45618,40.684862],[-84.456172,40.728306],[-84.802119032264,40.728145936873],[-84.802670206153,40.922568713921],[-84.802859621951,40.989374052009]]]},"properties":{"id":"39161","n":"Van Wert","z":["45832","45833","45838","45844","45849","45863","45874","45882","45886","45887","45891","45894","45898","45899"],"st":"OH"}},"39163":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.748591,39.368165],[-82.51758,39.369468],[-82.514479,39.395767],[-82.289663,39.384195],[-82.268583,39.20376],[-82.306669,39.205494],[-82.322874,39.027674],[-82.435309,39.035079],[-82.424677,39.137972],[-82.536306,39.180757],[-82.762892,39.207967],[-82.748591,39.368165]]]},"properties":{"id":"39163","n":"Vinton","z":["43135","43138","43152","45622","45634","45647","45651","45654","45672","45686","45695","45698","45710","45766"],"st":"OH"}},"39165":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.365232,39.589493],[-84.114195,39.577983],[-83.977005,39.569169],[-84.006782,39.255068],[-84.259431,39.270796],[-84.353209,39.292287],[-84.332089,39.548803],[-84.365232,39.589493]]]},"properties":{"id":"39165","n":"Warren","z":["45005","45032","45034","45036","45039","45040","45042","45044","45050","45054","45065","45066","45068","45107","45113","45122","45140","45152","45162","45241","45249","45342","45458"],"st":"OH"}},"39167":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.844863,39.450216],[-81.823158,39.494072],[-81.708527,39.480775],[-81.712706,39.585107],[-81.588185,39.586973],[-81.473471,39.583318],[-81.47316,39.645976],[-81.394934,39.601547],[-81.283075,39.605796],[-81.036791,39.572118],[-81.037365041987,39.538055712473],[-81.121273856108,39.457697413889],[-81.370389808826,39.348700672403],[-81.456143,39.409274],[-81.559647,39.330774],[-81.565247,39.276175],[-81.678331,39.273755],[-81.721468139173,39.210960809204],[-81.721808,39.269597],[-81.853668,39.318165],[-81.844863,39.450216]]]},"properties":{"id":"39167","n":"Washington","z":["43787","45711","45712","45713","45714","45715","45721","45723","45724","45729","45742","45744","45745","45746","45750","45767","45768","45773","45784","45786","45787","45788","45789"],"st":"OH"}},"39169":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.129334,40.991807],[-81.688491,40.98859],[-81.647735,40.914016],[-81.650045,40.668117],[-82.126199,40.668229],[-82.129334,40.991807]]]},"properties":{"id":"39169","n":"Wayne","z":["44214","44217","44230","44270","44273","44276","44287","44606","44611","44618","44624","44627","44636","44638","44645","44659","44662","44666","44667","44676","44677","44691","44840"],"st":"OH"}},"39171":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.806082,41.696089],[-84.399548785474,41.705921357406],[-84.341902,41.485519],[-84.341664,41.427568],[-84.804253257612,41.42604971155],[-84.80495815624,41.530137813388],[-84.806082,41.696089]]]},"properties":{"id":"39171","n":"Williams","z":["43501","43502","43505","43506","43517","43518","43520","43521","43531","43543","43554","43557","43570"],"st":"OH"}},"39173":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.883234,41.414503],[-83.747217,41.466216],[-83.565729,41.617463],[-83.415919,41.618938],[-83.414626,41.500228],[-83.419843,41.254003],[-83.421054,41.16678],[-83.881149,41.167824],[-83.883234,41.414503]]]},"properties":{"id":"39173","n":"Wood","z":["43402","43403","43406","43413","43414","43430","43437","43441","43443","43447","43450","43451","43457","43460","43462","43463","43465","43466","43467","43511","43516","43522","43525","43529","43541","43551","43552","43565","43569","43605","43619","44817","44830","45872"],"st":"OH"}},"39175":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.420319,40.991889],[-83.112737,40.993447],[-83.11136,40.702915],[-83.419836,40.686823],[-83.495298,40.701534],[-83.515883,40.818134],[-83.514728,40.905115],[-83.420319,40.991889]]]},"properties":{"id":"39175","n":"Wyandot","z":["43316","43323","43330","43332","43337","43351","43359","44844","44849","44860","44882","45843","45867"],"st":"OH"}},"40001":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.797279,36.16139],[-94.562267928553,36.161972614626],[-94.551906282606,36.102225605669],[-94.493040072427,35.759166474327],[-94.473119390647,35.638547152529],[-94.807297,35.638604],[-94.797279,36.16139]]]},"properties":{"id":"40001","n":"Adair","z":["74338","74347","74457","74931","74948","74960","74964","74965"],"st":"OK"}},"40003":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.544661973349,36.998524240401],[-98.347148779745,36.99796920865],[-98.111985183746,36.998247994635],[-98.104286,36.593578],[-98.104427,36.463105],[-98.533617,36.46323],[-98.544661973349,36.998524240401]]]},"properties":{"id":"40003","n":"Alfalfa","z":["73716","73717","73719","73722","73726","73728","73739","73741","73749","73758"],"st":"OK"}},"40005":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.40733,34.418391],[-96.145096,34.418677],[-96.145342,34.506102],[-96.091873,34.506155],[-96.092043,34.680556],[-95.882103,34.680475],[-95.881987,34.593528],[-95.671976,34.593852],[-95.6717,34.506799],[-95.779425,34.506556],[-95.779376,34.156699],[-95.991578,34.156805],[-96.40764,34.157317],[-96.40733,34.418391]]]},"properties":{"id":"40005","n":"Atoka","z":["73432","73461","73561","74525","74533","74540","74553","74555","74560","74569","74576","74727","74729","74748"],"st":"OK"}},"40007":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.94546679308,36.998246828729],[-100.63332498616,37.000173609053],[-100.0894817439,37.001479469463],[-100.00257151432,37.001619153912],[-100.00316,36.59325],[-100.00376199337,36.499701848738],[-100.5461451261,36.499505139304],[-100.95415215769,36.499529496626],[-100.94546679308,36.998246828729]]]},"properties":{"id":"40007","n":"Beaver","z":["73844","73848","73931","73932","73938","73950"],"st":"OK"}},"40009":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.00038884414,35.422363988309],[-99.57582,35.421655],[-99.575598,35.508861],[-99.364141,35.508793],[-99.364217,35.465328],[-99.360226,35.116738],[-99.409291,35.114509],[-99.782727,35.11678],[-99.782949,35.030111],[-99.888571,35.030262],[-100.00038402077,35.030385],[-100.000385,35.182702],[-100.00038884414,35.422363988309]]]},"properties":{"id":"40009","n":"Beckham","z":["73627","73644","73645","73648","73662","73668","73673"],"st":"OK"}},"40011":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.636899,36.164894],[-98.210544,36.16489],[-98.207104,35.72514],[-98.31337,35.725204],[-98.313251,35.551523],[-98.623149,35.551597],[-98.631985,35.812402],[-98.636899,36.164894]]]},"properties":{"id":"40011","n":"Blaine","z":["73040","73043","73048","73646","73669","73724","73744","73755","73763","73764","73770","73772"],"st":"OK"}},"40013":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.585355,34.114459],[-96.453839,34.114406],[-96.40764,34.157317],[-95.991578,34.156805],[-95.93815,34.1251],[-95.918871,33.925057],[-95.789639317752,33.872437384672],[-95.844878534071,33.860421904719],[-95.935325,33.875099],[-96.15163,33.831946],[-96.229023,33.748021],[-96.277269,33.769735],[-96.379660825952,33.715530908566],[-96.436455,33.78005],[-96.592926,33.830916],[-96.594674307377,33.883018657398],[-96.57701,33.964406],[-96.624803,34.009724],[-96.548028,34.063302],[-96.585355,34.114459]]]},"properties":{"id":"40013","n":"Bryan","z":["73449","74701","74702","74720","74721","74723","74726","74727","74729","74730","74731","74733","74741","74747","74748","74753"],"st":"OK"}},"40015":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.623149,35.551597],[-98.313251,35.551523],[-98.306326,35.377239],[-98.096014,35.377753],[-98.092645,34.854919],[-98.619816,34.854953],[-98.621054,35.097352],[-98.623336,35.464225],[-98.623149,35.551597]]]},"properties":{"id":"40015","n":"Caddo","z":["73005","73006","73009","73015","73017","73021","73029","73033","73038","73042","73047","73048","73053","73059","73079","73092"],"st":"OK"}},"40017":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.207104,35.72514],[-97.674026,35.72597],[-97.671369,35.377151],[-97.671529,35.337508],[-97.671595,35.335934],[-97.955124,35.346048],[-98.096014,35.377753],[-98.306326,35.377239],[-98.313251,35.551523],[-98.31337,35.725204],[-98.207104,35.72514]]]},"properties":{"id":"40017","n":"Canadian","z":["73014","73022","73036","73040","73047","73059","73064","73078","73085","73090","73099","73127","73128","73140","73179","73762"],"st":"OK"}},"40019":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.562323,34.507036],[-97.35211,34.506788],[-97.352158,34.376227],[-97.036488,34.375415],[-96.933457,34.332661],[-96.933671,34.172553],[-96.969627,34.07102],[-97.560764,34.071089],[-97.562575,34.289182],[-97.562323,34.507036]]]},"properties":{"id":"40019","n":"Carter","z":["73401","73402","73403","73425","73435","73436","73437","73438","73443","73444","73456","73458","73463","73481","73487","73488"],"st":"OK"}},"40021":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.207946,36.074708],[-95.118377,36.074544],[-95.1185,36.16163],[-95.011303,36.161815],[-94.797279,36.16139],[-94.807297,35.638604],[-95.127464,35.638894],[-95.127163,35.812755],[-95.265679,35.813266],[-95.231459,35.851195],[-95.278701,35.964102],[-95.207946,36.074708]]]},"properties":{"id":"40021","n":"Cherokee","z":["74347","74352","74364","74427","74434","74441","74444","74451","74452","74457","74464","74465","74471","74931","74960","74962"],"st":"OK"}},"40023":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.991578,34.156805],[-95.779376,34.156699],[-95.156521,34.156965],[-95.155907617108,33.93848238857],[-95.226393,33.961954],[-95.310449795449,33.873843038185],[-95.525322,33.885487],[-95.556915,33.92702],[-95.789639317752,33.872437384672],[-95.918871,33.925057],[-95.93815,34.1251],[-95.991578,34.156805]]]},"properties":{"id":"40023","n":"Choctaw","z":["74523","74727","74735","74738","74743","74756","74759","74760","74761","74764"],"st":"OK"}},"40025":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-103.002199,37.000104],[-102.04224,36.993083],[-102.02820419104,36.993145147108],[-102.03233901896,36.50006567301],[-102.162463,36.500326],[-103.002434,36.500397],[-103.002199,37.000104]]]},"properties":{"id":"40025","n":"Cimarron","z":["73933","73937","73946","73947","73949"],"st":"OK"}},"40027":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.671369,35.377151],[-97.142114,35.37686],[-97.142349,34.928176],[-97.333833,34.958948],[-97.354192,35.076656],[-97.54146,35.214165],[-97.556987,35.28844],[-97.671529,35.337508],[-97.671369,35.377151]]]},"properties":{"id":"40027","n":"Cleveland","z":["73019","73020","73026","73051","73068","73069","73070","73071","73072","73135","73139","73149","73150","73159","73160","73165","73169","73170","73173","74851","74852","74857","74878"],"st":"OK"}},"40029":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.513865,34.505389],[-96.512171,34.680065],[-96.406357,34.680023],[-96.406483,34.76759],[-96.092001,34.767479],[-96.092043,34.680556],[-96.091873,34.506155],[-96.145342,34.506102],[-96.145096,34.418677],[-96.40733,34.418391],[-96.513786,34.419569],[-96.513865,34.505389]]]},"properties":{"id":"40029","n":"Coal","z":["74530","74534","74535","74538","74556","74572","74825","74871"],"st":"OK"}},"40031":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.826008,34.594413],[-98.826041,34.855122],[-98.619816,34.854953],[-98.092645,34.854919],[-98.089098,34.681119],[-98.141799,34.681158],[-98.142148,34.506994],[-98.24412,34.507121],[-98.295928,34.449043],[-98.661956,34.405948],[-98.661982,34.50746],[-98.82607,34.50737],[-98.826008,34.594413]]]},"properties":{"id":"40031","n":"Comanche","z":["73006","73017","73055","73082","73501","73502","73503","73505","73506","73507","73527","73528","73538","73540","73541","73543","73552","73557","73558","73559","73564","73567","73572"],"st":"OK"}},"40033":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.661956,34.405948],[-98.295928,34.449043],[-98.24412,34.507121],[-98.142148,34.506994],[-98.139226,34.289775],[-98.138486025746,34.141206019711],[-98.16912,34.114171],[-98.364023,34.157109],[-98.423533,34.081949476006],[-98.475066,34.064269],[-98.610351781645,34.156209939497],[-98.60966,34.33372],[-98.661956,34.405948]]]},"properties":{"id":"40033","n":"Cotton","z":["73528","73531","73533","73540","73543","73548","73562","73568","73572"],"st":"OK"}},"40035":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.407620005877,36.999341736639],[-95.07350396663,36.999488134679],[-95.007620004472,36.999522559126],[-94.999403,36.670631],[-95.00573,36.50989],[-95.32817,36.51024],[-95.32837,36.59763],[-95.43157,36.59754],[-95.431731,36.942776],[-95.407620005877,36.999341736639]]]},"properties":{"id":"40035","n":"Craig","z":["74016","74072","74301","74331","74332","74333","74349","74354","74369"],"st":"OK"}},"40037":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.621441,36.159929],[-96.297888,36.162279],[-96.297786,36.075779],[-96.029583,36.075366],[-96.033118,35.856824],[-96.192382,35.857048],[-96.192563,35.639087],[-96.620648,35.639005],[-96.621097,35.941519],[-96.621441,36.159929]]]},"properties":{"id":"40037","n":"Creek","z":["74010","74028","74030","74038","74039","74041","74044","74046","74047","74050","74052","74063","74066","74067","74068","74071","74079","74081","74085","74131","74132"],"st":"OK"}},"40039":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.375817,35.812188],[-98.631985,35.812402],[-98.623149,35.551597],[-98.623336,35.464225],[-99.364217,35.465328],[-99.364141,35.508793],[-99.375817,35.812188]]]},"properties":{"id":"40039","n":"Custer","z":["73048","73096","73601","73620","73625","73626","73639","73644","73646","73647","73650","73654","73669"],"st":"OK"}},"40041":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.00573,36.50989],[-94.999403,36.670631],[-94.617991778417,36.667921272344],[-94.617919,36.499414],[-94.562267928553,36.161972614626],[-94.797279,36.16139],[-95.011303,36.161815],[-95.00573,36.50989]]]},"properties":{"id":"40041","n":"Delaware","z":["74331","74338","74342","74344","74345","74346","74347","74359","74364","74365","74366","74368","74370","74964"],"st":"OK"}},"40043":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.382074,36.164301],[-98.955849,36.161577],[-98.636899,36.164894],[-98.631985,35.812402],[-99.375817,35.812188],[-99.381022,36.012925],[-99.382074,36.164301]]]},"properties":{"id":"40043","n":"Dewey","z":["73646","73654","73658","73659","73663","73667","73724","73755","73835","73859"],"st":"OK"}},"40045":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.00316,36.59325],[-99.605565,36.592753],[-99.596079,36.164061],[-99.382074,36.164301],[-99.381022,36.012925],[-99.495812,35.978732],[-99.558486,35.865988],[-99.717101,35.859769],[-99.801389,35.910645],[-99.809444,36.000044],[-99.888309,35.987847],[-100.00039619833,35.880947999997],[-100.000399,36.055677],[-100.00376199337,36.499701848738],[-100.00316,36.59325]]]},"properties":{"id":"40045","n":"Ellis","z":["73832","73840","73841","73843","73848","73851","73858","73859"],"st":"OK"}},"40047":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.104286,36.593578],[-97.462459,36.593627],[-97.461603,36.593637],[-97.460792,36.164462],[-97.675617,36.164663],[-98.103904,36.164877],[-98.104427,36.463105],[-98.104286,36.593578]]]},"properties":{"id":"40047","n":"Garfield","z":["73056","73073","73701","73702","73703","73705","73706","73718","73720","73727","73730","73733","73735","73736","73738","73739","73743","73753","73754","73757","73761","73773","74630","74640"],"st":"OK"}},"40049":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.668099,34.855164],[-96.932471,34.854455],[-96.932328,34.636811],[-97.200073,34.622762],[-97.143958,34.506532],[-97.35211,34.506788],[-97.562323,34.507036],[-97.562757,34.681147],[-97.668425,34.681344],[-97.668099,34.855164]]]},"properties":{"id":"40049","n":"Garvin","z":["73030","73052","73057","73074","73075","73098","73433","73434","73481","74831","74865","74872"],"st":"OK"}},"40051":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.096014,35.377753],[-97.955124,35.346048],[-97.671595,35.335934],[-97.668099,34.855164],[-97.668425,34.681344],[-98.089098,34.681119],[-98.092645,34.854919],[-98.096014,35.377753]]]},"properties":{"id":"40051","n":"Grady","z":["73002","73004","73010","73011","73017","73018","73023","73039","73052","73055","73059","73067","73079","73082","73089","73092"],"st":"OK"}},"40053":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.111985183746,36.998247994635],[-97.80231297035,36.998698609394],[-97.462346029864,36.998824238797],[-97.462459,36.593627],[-98.104286,36.593578],[-98.111985183746,36.998247994635]]]},"properties":{"id":"40053","n":"Grant","z":["73758","73759","73761","73766","73771","74636","74643","74646"],"st":"OK"}},"40055":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.888571,35.030262],[-99.782949,35.030111],[-99.782727,35.11678],[-99.409291,35.114509],[-99.327788,35.041697],[-99.30622,34.857632],[-99.246462,34.822114],[-99.405821,34.813038],[-99.423201,34.72502],[-99.666849,34.724555],[-99.720066,34.76845],[-99.731092,34.944058],[-99.888425,34.943946],[-99.888571,35.030262]]]},"properties":{"id":"40055","n":"Greer","z":["73526","73547","73554","73662","73673"],"st":"OK"}},"40057":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.00038402077,35.030385],[-99.888571,35.030262],[-99.888425,34.943946],[-99.731092,34.944058],[-99.720066,34.76845],[-99.666849,34.724555],[-99.666512,34.507121],[-99.842063884146,34.506932768881],[-99.929334,34.576714],[-99.997629328163,34.56113662456],[-100.00038219482,34.746360552562],[-100.00038402077,35.030385]]]},"properties":{"id":"40057","n":"Harmon","z":["73532","73537","73544","73550","73554","73571"],"st":"OK"}},"40059":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.00257151432,37.001619153912],[-99.541114912361,36.999909644565],[-99.456202434675,36.999700279408],[-99.374218,36.879597],[-99.295186,36.819566],[-99.295257,36.595123],[-99.605565,36.592753],[-100.00316,36.59325],[-100.00257151432,37.001619153912]]]},"properties":{"id":"40059","n":"Harper","z":["73801","73834","73842","73844","73848","73851","73855"],"st":"OK"}},"40061":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.45125,35.296019],[-95.34465,35.293097],[-95.240718,35.26231],[-95.170462,35.310106],[-95.049933,35.458894],[-94.901832,35.39794],[-94.914454,35.347525],[-94.813629,35.323344],[-94.814284,35.202331],[-94.927936,35.202611],[-94.927863,35.058279],[-95.349233,35.058514],[-95.349339,35.160296],[-95.454954,35.160577],[-95.45125,35.296019]]]},"properties":{"id":"40061","n":"Haskell","z":["74440","74462","74472","74552","74561","74941","74943","74944"],"st":"OK"}},"40063":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.441368,35.290122],[-95.981376,35.289899],[-95.98371,35.151557],[-96.088861,35.049758],[-96.092001,34.767479],[-96.406483,34.76759],[-96.408639,34.930673],[-96.490786,34.910585],[-96.490434,35.115857],[-96.441401,35.11577],[-96.441368,35.290122]]]},"properties":{"id":"40063","n":"Hughes","z":["74531","74570","74825","74827","74839","74848","74850","74867","74883","74884"],"st":"OK"}},"40065":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.842063884146,34.506932768881],[-99.666512,34.507121],[-99.666849,34.724555],[-99.423201,34.72502],[-99.405821,34.813038],[-99.246462,34.822114],[-99.14457,34.84954],[-99.149114,34.702352],[-99.052511,34.701557],[-99.10315,34.63795],[-99.16332,34.588036],[-99.237922,34.426657],[-99.221607900845,34.325373574373],[-99.394956,34.442099],[-99.475022137038,34.396870989791],[-99.696462,34.381036],[-99.842063884146,34.506932768881]]]},"properties":{"id":"40065","n":"Jackson","z":["73521","73522","73523","73526","73532","73537","73539","73549","73556","73560"],"st":"OK"}},"40067":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.139226,34.289775],[-97.562575,34.289182],[-97.560764,34.071089],[-97.561243150221,33.899061506733],[-97.671772,33.99137],[-97.865765,33.849393],[-97.951905950855,33.891225814857],[-97.947572,33.991053],[-98.082839,34.002412],[-98.138486025746,34.141206019711],[-98.139226,34.289775]]]},"properties":{"id":"40067","n":"Jefferson","z":["73442","73456","73520","73529","73548","73565","73569","73573"],"st":"OK"}},"40069":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.933457,34.332661],[-96.881005,34.332977],[-96.880814,34.506053],[-96.827288,34.505989],[-96.513865,34.505389],[-96.513786,34.419569],[-96.40733,34.418391],[-96.40764,34.157317],[-96.453839,34.114406],[-96.585355,34.114459],[-96.620784,34.162041],[-96.933671,34.172553],[-96.933457,34.332661]]]},"properties":{"id":"40069","n":"Johnston","z":["73401","73432","73447","73450","73455","73460","73461","74530","74748","74820","74836","74856","74871"],"st":"OK"}},"40071":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.462346029864,36.998824238797],[-97.147720966923,36.998972335621],[-96.749838,36.998988],[-96.752389,36.782091],[-96.889475,36.75123],[-96.931943,36.686097],[-97.064107,36.684207],[-97.057414,36.593647],[-97.461603,36.593637],[-97.462459,36.593627],[-97.462346029864,36.998824238797]]]},"properties":{"id":"40071","n":"Kay","z":["74601","74602","74604","74631","74632","74641","74646","74647","74652","74653"],"st":"OK"}},"40073":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.210544,36.16489],[-98.103904,36.164877],[-97.675617,36.164663],[-97.674026,35.72597],[-98.207104,35.72514],[-98.210544,36.16489]]]},"properties":{"id":"40073","n":"Kingfisher","z":["73016","73028","73056","73734","73742","73750","73756","73762","73763","73764"],"st":"OK"}},"40075":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.360226,35.116738],[-98.750344,35.116343],[-98.621054,35.097352],[-98.619816,34.854953],[-98.826041,34.855122],[-98.826008,34.594413],[-99.001107,34.594366],[-99.10315,34.63795],[-99.052511,34.701557],[-99.149114,34.702352],[-99.14457,34.84954],[-99.246462,34.822114],[-99.30622,34.857632],[-99.327788,35.041697],[-99.409291,35.114509],[-99.360226,35.116738]]]},"properties":{"id":"40075","n":"Kiowa","z":["73015","73041","73062","73559","73564","73566","73651","73655"],"st":"OK"}},"40077":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.349233,35.058514],[-94.927863,35.058279],[-94.927668,34.942212],[-94.99812,34.942157],[-94.99781,34.855078],[-95.059512,34.855019],[-95.059616,34.680736],[-95.514514,34.681142],[-95.507658,35.029197],[-95.349233,35.058514]]]},"properties":{"id":"40077","n":"Latimer","z":["74536","74547","74559","74563","74571","74574","74578","74966"],"st":"OK"}},"40079":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.927863,35.058279],[-94.927936,35.202611],[-94.814284,35.202331],[-94.813629,35.323344],[-94.750224,35.356969],[-94.668796,35.295029],[-94.594801,35.327974],[-94.49237,35.301776],[-94.433913443832,35.386361769899],[-94.447509535784,34.933976212157],[-94.454395034138,34.728958673179],[-94.461168686156,34.507456651572],[-94.937605,34.506831],[-94.937752,34.680877],[-95.059616,34.680736],[-95.059512,34.855019],[-94.99781,34.855078],[-94.99812,34.942157],[-94.927668,34.942212],[-94.927863,35.058279]]]},"properties":{"id":"40079","n":"Le Flore","z":["74549","74563","74571","74577","74901","74902","74930","74932","74935","74937","74939","74940","74941","74942","74944","74947","74949","74951","74953","74956","74957","74959","74966"],"st":"OK"}},"40081":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.141072,35.724441],[-97.140583,35.941991],[-96.621097,35.941519],[-96.620648,35.639005],[-96.624865,35.462706],[-97.14149,35.463977],[-97.141072,35.724441]]]},"properties":{"id":"40081","n":"Lincoln","z":["73045","73054","74023","74026","74059","74079","74824","74832","74834","74851","74855","74864","74869","74875","74881"],"st":"OK"}},"40083":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.675617,36.164663],[-97.460792,36.164462],[-97.354132,36.159072],[-97.35387,35.984934],[-97.32362,36.010877],[-97.140583,35.941991],[-97.141072,35.724441],[-97.674026,35.72597],[-97.675617,36.164663]]]},"properties":{"id":"40083","n":"Logan","z":["73007","73016","73025","73027","73028","73034","73044","73050","73054","73056","73058","73063","73073","74059","74881"],"st":"OK"}},"40085":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.561243150221,33.899061506733],[-97.560764,34.071089],[-96.969627,34.07102],[-96.934343303133,33.945588929253],[-96.94461688837,33.945013250454],[-97.055838,33.855741],[-97.091072,33.735115],[-97.149394,33.721967],[-97.205652,33.809824],[-97.206141,33.91428],[-97.372941,33.819454],[-97.444193,33.823773],[-97.484143438588,33.913889108891],[-97.561243150221,33.899061506733]]]},"properties":{"id":"40085","n":"Love","z":["73401","73430","73441","73448","73453","73456","73459","73463"],"st":"OK"}},"40087":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.671529,35.337508],[-97.556987,35.28844],[-97.54146,35.214165],[-97.354192,35.076656],[-97.333833,34.958948],[-97.142349,34.928176],[-97.01593,34.907348],[-96.930586,34.964364],[-96.932471,34.854455],[-97.668099,34.855164],[-97.671595,35.335934],[-97.671529,35.337508]]]},"properties":{"id":"40087","n":"McClain","z":["73010","73031","73052","73057","73065","73072","73074","73080","73093","73095","73101","74831","74872"],"st":"OK"}},"40089":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.156521,34.156965],[-95.151233,34.243906],[-95.046585,34.243671],[-95.046746,34.507229],[-94.937605,34.506831],[-94.461168686156,34.507456651572],[-94.470152678162,34.189864292126],[-94.47726674153,33.940910927935],[-94.485875,33.637867],[-94.731932901996,33.72083051628],[-94.841634,33.739431],[-94.98165,33.852284],[-95.155907617108,33.93848238857],[-95.156521,34.156965]]]},"properties":{"id":"40089","n":"McCurtain","z":["74722","74724","74728","74734","74736","74737","74740","74745","74750","74752","74754","74755","74764","74766","74957","74963"],"st":"OK"}},"40091":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.981376,35.289899],[-95.981307,35.376828],[-95.875626,35.37669],[-95.822361,35.551693],[-95.712957,35.551802],[-95.34503,35.552241],[-95.34465,35.293097],[-95.45125,35.296019],[-95.602342,35.220739],[-95.615664,35.249698],[-95.75597,35.177198],[-95.870663,35.185986],[-95.98371,35.151557],[-95.981376,35.289899]]]},"properties":{"id":"40091","n":"McIntosh","z":["74426","74428","74432","74437","74438","74445","74455","74459","74461","74469","74839","74845"],"st":"OK"}},"40093":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.960334,36.506914],[-98.843646,36.506248],[-98.80782,36.460744],[-98.625361,36.392595],[-98.53355,36.397592],[-98.533617,36.46323],[-98.104427,36.463105],[-98.103904,36.164877],[-98.210544,36.16489],[-98.636899,36.164894],[-98.955849,36.161577],[-98.960334,36.506914]]]},"properties":{"id":"40093","n":"Major","z":["73663","73716","73718","73729","73737","73747","73754","73755","73760","73763","73768","73838","73860"],"st":"OK"}},"40095":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.933671,34.172553],[-96.620784,34.162041],[-96.585355,34.114459],[-96.548028,34.063302],[-96.624803,34.009724],[-96.57701,33.964406],[-96.594674307377,33.883018657398],[-96.659896,33.916666],[-96.712422,33.831633],[-96.850593,33.847211],[-96.934343303133,33.945588929253],[-96.969627,34.07102],[-96.933671,34.172553]]]},"properties":{"id":"40095","n":"Marshall","z":["73439","73440","73446"],"st":"OK"}},"40097":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.32817,36.51024],[-95.00573,36.50989],[-95.011303,36.161815],[-95.1185,36.16163],[-95.118377,36.074544],[-95.207946,36.074708],[-95.43997,36.0752],[-95.43561,36.51016],[-95.32817,36.51024]]]},"properties":{"id":"40097","n":"Mayes","z":["74016","74036","74301","74330","74332","74337","74340","74349","74350","74352","74361","74362","74364","74365","74366","74367","74452"],"st":"OK"}},"40099":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.35211,34.506788],[-97.143958,34.506532],[-97.200073,34.622762],[-96.932328,34.636811],[-96.932423,34.593261],[-96.82729,34.59322],[-96.827288,34.505989],[-96.880814,34.506053],[-96.881005,34.332977],[-96.933457,34.332661],[-97.036488,34.375415],[-97.352158,34.376227],[-97.35211,34.506788]]]},"properties":{"id":"40099","n":"Murray","z":["73030","73032","73086","73098","73444","74856","74865"],"st":"OK"}},"40101":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.766166,35.856403],[-95.65042,35.856756],[-95.589736,35.76516],[-95.360363,35.822411],[-95.265679,35.813266],[-95.127163,35.812755],[-95.127464,35.638894],[-95.132437,35.526196],[-95.049933,35.458894],[-95.170462,35.310106],[-95.240718,35.26231],[-95.34465,35.293097],[-95.34503,35.552241],[-95.712957,35.551802],[-95.713081,35.725807],[-95.766265,35.72575],[-95.766166,35.856403]]]},"properties":{"id":"40101","n":"Muskogee","z":["74401","74402","74403","74422","74423","74428","74434","74435","74436","74439","74450","74455","74463","74468","74469","74470"],"st":"OK"}},"40103":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.461603,36.593637],[-97.057414,36.593647],[-96.888017,36.574886],[-97.009785,36.506935],[-97.032106,36.333354],[-96.924936,36.333344],[-96.925069,36.246474],[-97.140968,36.246435],[-97.140668,36.159231],[-97.354132,36.159072],[-97.460792,36.164462],[-97.461603,36.593637]]]},"properties":{"id":"40103","n":"Noble","z":["73061","73073","73077","73757","74032","74075","74601","74630","74644","74651","74653"],"st":"OK"}},"40105":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.786761870778,36.999270917592],[-95.522414552399,36.999319786783],[-95.407620005877,36.999341736639],[-95.431731,36.942776],[-95.43157,36.59754],[-95.809617,36.597476],[-95.80982,36.94193],[-95.786761870778,36.999270917592]]]},"properties":{"id":"40105","n":"Nowata","z":["74016","74027","74042","74048","74072","74083","74301"],"st":"OK"}},"40107":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.624865,35.462706],[-96.620648,35.639005],[-96.192563,35.639087],[-96.192844,35.551902],[-96.087795,35.552119],[-96.08753,35.376877],[-95.981307,35.376828],[-95.981376,35.289899],[-96.441368,35.290122],[-96.44129,35.467712],[-96.536718,35.390772],[-96.623699,35.400722],[-96.624865,35.462706]]]},"properties":{"id":"40107","n":"Okfuskee","z":["74010","74437","74829","74833","74839","74859","74860","74880","74883"],"st":"OK"}},"40109":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.674026,35.72597],[-97.141072,35.724441],[-97.14149,35.463977],[-97.142114,35.37686],[-97.671369,35.377151],[-97.674026,35.72597]]]},"properties":{"id":"40109","n":"Oklahoma","z":["73001","73003","73007","73008","73012","73013","73020","73025","73034","73045","73049","73054","73066","73078","73083","73084","73097","73102","73103","73104","73105","73106","73107","73108","73109","73110","73111","73112","73113","73114","73115","73116","73117","73118","73119","73120","73121","73122","73123","73124","73125","73126","73127","73128","73129","73130","73131","73132","73134","73135","73136","73137","73139","73141","73142","73143","73144","73145","73146","73147","73148","73149","73150","73151","73152","73153","73154","73155","73156","73157","73159","73162","73163","73164","73167","73169","73172","73178","73179","73184","73189","73190","73194","73195","73196","74857"],"st":"OK"}},"40111":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.192563,35.639087],[-96.192382,35.857048],[-96.033118,35.856824],[-95.819964,35.8559],[-95.766166,35.856403],[-95.766265,35.72575],[-95.713081,35.725807],[-95.712957,35.551802],[-95.822361,35.551693],[-95.875626,35.37669],[-95.981307,35.376828],[-96.08753,35.376877],[-96.087795,35.552119],[-96.192844,35.551902],[-96.192563,35.639087]]]},"properties":{"id":"40111","n":"Okmulgee","z":["74047","74421","74422","74431","74436","74437","74445","74447","74456","74460","74880"],"st":"OK"}},"40113":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.749838,36.998988],[-96.525582044283,36.998677968725],[-96.0008102062,36.999201052928],[-96.001171,36.423686],[-96.001055,36.161294],[-96.268287,36.16198],[-96.457684,36.332664],[-96.573481,36.315709],[-96.518709,36.377576],[-96.710769,36.437656],[-96.753554,36.562601],[-96.940235,36.455525],[-97.009785,36.506935],[-96.888017,36.574886],[-97.057414,36.593647],[-97.064107,36.684207],[-96.931943,36.686097],[-96.889475,36.75123],[-96.752389,36.782091],[-96.749838,36.998988]]]},"properties":{"id":"40113","n":"Osage","z":["74001","74002","74003","74022","74035","74051","74054","74056","74060","74063","74070","74073","74084","74106","74126","74127","74156","74604","74633","74637","74650","74652"],"st":"OK"}},"40115":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.007620004472,36.999522559126],[-94.617964,36.998905],[-94.618307,36.76656],[-94.617991778417,36.667921272344],[-94.999403,36.670631],[-95.007620004472,36.999522559126]]]},"properties":{"id":"40115","n":"Ottawa","z":["74331","74333","74335","74339","74343","74344","74354","74355","74358","74360","74363","74370"],"st":"OK"}},"40117":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.009785,36.506935],[-96.940235,36.455525],[-96.753554,36.562601],[-96.710769,36.437656],[-96.518709,36.377576],[-96.573481,36.315709],[-96.457684,36.332664],[-96.268287,36.16198],[-96.297888,36.162279],[-96.621441,36.159929],[-96.819005,36.158886],[-96.818968,36.246478],[-96.925069,36.246474],[-96.924936,36.333344],[-97.032106,36.333354],[-97.009785,36.506935]]]},"properties":{"id":"40117","n":"Pawnee","z":["73061","74020","74032","74034","74038","74044","74045","74058","74081","74085","74650","74651"],"st":"OK"}},"40119":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.354132,36.159072],[-97.140668,36.159231],[-97.140968,36.246435],[-96.925069,36.246474],[-96.818968,36.246478],[-96.819005,36.158886],[-96.621441,36.159929],[-96.621097,35.941519],[-97.140583,35.941991],[-97.32362,36.010877],[-97.35387,35.984934],[-97.354132,36.159072]]]},"properties":{"id":"40119","n":"Payne","z":["73027","73063","73073","74023","74030","74032","74045","74059","74062","74074","74075","74076","74077","74078","74085","74824"],"st":"OK"}},"40121":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.092001,34.767479],[-96.088861,35.049758],[-95.98371,35.151557],[-95.870663,35.185986],[-95.75597,35.177198],[-95.615664,35.249698],[-95.602342,35.220739],[-95.45125,35.296019],[-95.454954,35.160577],[-95.349339,35.160296],[-95.349233,35.058514],[-95.507658,35.029197],[-95.514514,34.681142],[-95.514315,34.594153],[-95.671976,34.593852],[-95.881987,34.593528],[-95.882103,34.680475],[-96.092043,34.680556],[-96.092001,34.767479]]]},"properties":{"id":"40121","n":"Pittsburg","z":["74425","74430","74432","74442","74462","74501","74502","74522","74528","74529","74536","74545","74546","74547","74553","74554","74560","74561","74565","74570","74576"],"st":"OK"}},"40123":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.932471,34.854455],[-96.930586,34.964364],[-96.775681,34.899958],[-96.490786,34.910585],[-96.408639,34.930673],[-96.406483,34.76759],[-96.406357,34.680023],[-96.512171,34.680065],[-96.513865,34.505389],[-96.827288,34.505989],[-96.82729,34.59322],[-96.932423,34.593261],[-96.932328,34.636811],[-96.932471,34.854455]]]},"properties":{"id":"40123","n":"Pontotoc","z":["74572","74820","74821","74825","74831","74842","74843","74844","74865","74871","74872"],"st":"OK"}},"40125":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.142114,35.37686],[-97.14149,35.463977],[-96.624865,35.462706],[-96.623699,35.400722],[-96.776707,35.411372],[-96.775681,34.899958],[-96.930586,34.964364],[-97.01593,34.907348],[-97.142349,34.928176],[-97.142114,35.37686]]]},"properties":{"id":"40125","n":"Pottawatomie","z":["73045","74801","74802","74804","74826","74840","74849","74851","74852","74854","74855","74857","74864","74866","74873","74878"],"st":"OK"}},"40127":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.671976,34.593852],[-95.514315,34.594153],[-95.514514,34.681142],[-95.059616,34.680736],[-94.937752,34.680877],[-94.937605,34.506831],[-95.046746,34.507229],[-95.046585,34.243671],[-95.151233,34.243906],[-95.156521,34.156965],[-95.779376,34.156699],[-95.779425,34.506556],[-95.6717,34.506799],[-95.671976,34.593852]]]},"properties":{"id":"40127","n":"Pushmataha","z":["74521","74523","74536","74540","74543","74549","74557","74558","74562","74567","74571","74574","74728","74735","74754","74760"],"st":"OK"}},"40129":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.00039619833,35.880947999997],[-99.888309,35.987847],[-99.809444,36.000044],[-99.801389,35.910645],[-99.717101,35.859769],[-99.558486,35.865988],[-99.495812,35.978732],[-99.381022,36.012925],[-99.375817,35.812188],[-99.364141,35.508793],[-99.575598,35.508861],[-99.57582,35.421655],[-100.00038884414,35.422363988309],[-100.000392,35.619115],[-100.00039619833,35.880947999997]]]},"properties":{"id":"40129","n":"Roger Mills","z":["73628","73638","73642","73644","73650","73654","73660","73662","73666"],"st":"OK"}},"40131":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.81268,36.42356],[-95.809617,36.597476],[-95.43157,36.59754],[-95.32837,36.59763],[-95.32817,36.51024],[-95.43561,36.51016],[-95.43997,36.0752],[-95.571525,36.075282],[-95.61852,36.162512],[-95.76165,36.16275],[-95.8154,36.16263],[-95.81268,36.42356]]]},"properties":{"id":"40131","n":"Rogers","z":["74015","74016","74017","74018","74019","74021","74031","74036","74053","74055","74080","74116","74332"],"st":"OK"}},"40133":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.623699,35.400722],[-96.536718,35.390772],[-96.44129,35.467712],[-96.441368,35.290122],[-96.441401,35.11577],[-96.490434,35.115857],[-96.490786,34.910585],[-96.775681,34.899958],[-96.776707,35.411372],[-96.623699,35.400722]]]},"properties":{"id":"40133","n":"Seminole","z":["74818","74830","74837","74840","74848","74849","74854","74859","74867","74868","74884"],"st":"OK"}},"40135":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.127464,35.638894],[-94.807297,35.638604],[-94.473119390647,35.638547152529],[-94.434889287597,35.393185215587],[-94.433913443832,35.386361769899],[-94.49237,35.301776],[-94.594801,35.327974],[-94.668796,35.295029],[-94.750224,35.356969],[-94.813629,35.323344],[-94.914454,35.347525],[-94.901832,35.39794],[-95.049933,35.458894],[-95.132437,35.526196],[-95.127464,35.638894]]]},"properties":{"id":"40135","n":"Sequoyah","z":["74435","74931","74936","74945","74946","74948","74954","74955","74962"],"st":"OK"}},"40137":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.089098,34.681119],[-97.668425,34.681344],[-97.562757,34.681147],[-97.562323,34.507036],[-97.562575,34.289182],[-98.139226,34.289775],[-98.142148,34.506994],[-98.141799,34.681158],[-98.089098,34.681119]]]},"properties":{"id":"40137","n":"Stephens","z":["73055","73425","73434","73438","73442","73481","73491","73529","73533","73534","73536","73548"],"st":"OK"}},"40139":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-102.02820419104,36.993145147108],[-101.55525884869,36.995290939278],[-101.06645021566,36.99773617514],[-100.94546679308,36.998246828729],[-100.95415215769,36.499529496626],[-101.085156,36.499244],[-101.623915,36.499528],[-102.03233901896,36.50006567301],[-102.02820419104,36.993145147108]]]},"properties":{"id":"40139","n":"Texas","z":{"1":"73901","2":"73939","3":"73942","4":"73944","5":"73945","6":"73949","7":"73950","8":"73951","9":"73960","29":"67950"},"st":"OK"}},"40141":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.10315,34.63795],[-99.001107,34.594366],[-98.826008,34.594413],[-98.82607,34.50737],[-98.661982,34.50746],[-98.661956,34.405948],[-98.60966,34.33372],[-98.610351781645,34.156209939497],[-98.737232,34.130992],[-98.952324887528,34.204669898603],[-99.189511,34.214312],[-99.221607900845,34.325373574373],[-99.237922,34.426657],[-99.16332,34.588036],[-99.10315,34.63795]]]},"properties":{"id":"40141","n":"Tillman","z":["73528","73530","73542","73546","73551","73553","73555","73566","73570"],"st":"OK"}},"40143":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.297888,36.162279],[-96.268287,36.16198],[-96.001055,36.161294],[-96.001171,36.423686],[-95.81268,36.42356],[-95.8154,36.16263],[-95.76165,36.16275],[-95.761687,35.900811],[-95.819964,35.8559],[-96.033118,35.856824],[-96.029583,36.075366],[-96.297786,36.075779],[-96.297888,36.162279]]]},"properties":{"id":"40143","n":"Tulsa","z":["47133","74005","74008","74011","74012","74013","74014","74015","74021","74033","74037","74043","74047","74050","74055","74063","74066","74070","74073","74101","74102","74103","74104","74105","74106","74107","74108","74110","74112","74114","74115","74116","74117","74119","74120","74121","74126","74127","74128","74129","74130","74131","74132","74133","74134","74135","74136","74137","74141","74145","74146","74147","74148","74149","74150","74155","74157","74158","74159","74169","74170","74171","74172","74182","74186","74187","74192","74193"],"st":"OK"}},"40145":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.819964,35.8559],[-95.761687,35.900811],[-95.76165,36.16275],[-95.61852,36.162512],[-95.571525,36.075282],[-95.43997,36.0752],[-95.207946,36.074708],[-95.278701,35.964102],[-95.231459,35.851195],[-95.265679,35.813266],[-95.360363,35.822411],[-95.589736,35.76516],[-95.65042,35.856756],[-95.766166,35.856403],[-95.819964,35.8559]]]},"properties":{"id":"40145","n":"Wagoner","z":["74008","74014","74015","74036","74108","74337","74352","74403","74429","74434","74436","74446","74454","74458","74467","74477"],"st":"OK"}},"40147":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.0008102062,36.999201052928],[-95.964271232102,36.999223144282],[-95.786761870778,36.999270917592],[-95.80982,36.94193],[-95.809617,36.597476],[-95.81268,36.42356],[-96.001171,36.423686],[-96.0008102062,36.999201052928]]]},"properties":{"id":"40147","n":"Washington","z":["74003","74004","74006","74021","74022","74029","74051","74061","74070","74080","74082","74083"],"st":"OK"}},"40149":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.364217,35.465328],[-98.623336,35.464225],[-98.621054,35.097352],[-98.750344,35.116343],[-99.360226,35.116738],[-99.364217,35.465328]]]},"properties":{"id":"40149","n":"Washita","z":["73015","73021","73024","73041","73062","73096","73601","73622","73624","73626","73632","73641","73644","73647","73661","73664"],"st":"OK"}},"40151":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.000301053884,36.999358098144],[-98.544661973349,36.998524240401],[-98.533617,36.46323],[-98.53355,36.397592],[-98.625361,36.392595],[-98.80782,36.460744],[-98.843646,36.506248],[-98.960334,36.506914],[-98.959973,36.598991],[-99.139855,36.78304],[-99.295186,36.819566],[-99.374218,36.879597],[-99.456202434675,36.999700279408],[-99.000301053884,36.999358098144]]]},"properties":{"id":"40151","n":"Woods","z":["73716","73717","73726","73729","73731","73746","73842","73860"],"st":"OK"}},"40153":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.605565,36.592753],[-99.295257,36.595123],[-99.295186,36.819566],[-99.139855,36.78304],[-98.959973,36.598991],[-98.960334,36.506914],[-98.955849,36.161577],[-99.382074,36.164301],[-99.596079,36.164061],[-99.605565,36.592753]]]},"properties":{"id":"40153","n":"Woodward","z":["73801","73802","73838","73840","73841","73842","73852","73853","73857","73859"],"st":"OK"}},"41001":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-118.244662,44.958396],[-118.130351,45.045024],[-117.969083,44.995831],[-117.84343,45.058477],[-117.777504,44.992161],[-117.564033,44.992866],[-117.563486,45.079446],[-117.266573,45.08057],[-116.78312826327,45.07771250501],[-116.841314,45.030907],[-116.833632,44.928976],[-116.88929518697,44.840529778153],[-117.062273,44.727143],[-117.14293,44.557236],[-117.225932,44.479389],[-117.21199550695,44.296451095938],[-117.487014,44.300317],[-117.486744,44.387246],[-117.590849,44.444573],[-117.971787,44.443849],[-118.232214,44.256129],[-118.497499,44.255248],[-118.408786,44.452648],[-118.305778,44.58881],[-118.375037,44.646102],[-118.504327,44.665272],[-118.51944,44.705886],[-118.285439,44.750975],[-118.295659,44.863043],[-118.228244,44.865178],[-118.244662,44.958396]]]},"properties":{"id":"41001","n":"Baker","z":["97814","97819","97833","97834","97837","97840","97867","97869","97870","97877","97884","97905","97907"],"st":"OR"}},"41003":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-123.602609,44.721154],[-123.149025,44.720225],[-123.073574,44.650495],[-123.17088,44.634245],[-123.260151,44.555148],[-123.214683,44.507681],[-123.245678,44.332099],[-123.180388,44.283725],[-123.775598,44.283547],[-123.816525,44.315303],[-123.715538,44.360458],[-123.720071,44.433374],[-123.597677,44.433109],[-123.602609,44.721154]]]},"properties":{"id":"41003","n":"Benton","z":["96326","97321","97324","97326","97330","97331","97333","97339","97361","97370","97448","97456"],"st":"OR"}},"41005":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-122.867891,45.317345],[-122.743741,45.332067],[-122.743721,45.433294],[-122.660979,45.457819],[-121.819587,45.461675],[-121.696925,45.373564],[-121.696479,45.25792],[-121.731438,45.170633],[-121.65871,45.066355],[-121.804426,45.012877],[-121.734223,44.88572],[-122.401021,44.88572],[-122.535999,44.937161],[-122.595523,45.019679],[-122.787007,45.128625],[-122.73903,45.259359],[-122.849925,45.259697],[-122.867891,45.317345]]]},"properties":{"id":"41005","n":"Clackamas","z":["97002","97004","97009","97011","97013","97015","97017","97019","97022","97023","97027","97028","97032","97034","97035","97036","97038","97042","97045","97049","97055","97062","97067","97068","97070","97071","97080","97086","97089","97132","97140","97202","97206","97219","97222","97267","97268","97269","97362","97375"],"st":"OR"}},"41007":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-123.547659,46.259109],[-123.479644,46.269131],[-123.36374450727,46.146243194349],[-123.361622,45.779579],[-123.720001,45.77308],[-123.96627838452,45.783084903545],[-123.937471,45.977306],[-123.95919,46.141675],[-124.041128,46.197672],[-123.998052,46.235327],[-123.912405,46.17945],[-123.757589,46.213001],[-123.718149,46.188989],[-123.547659,46.259109]]]},"properties":{"id":"41007","n":"Clatsop","z":["97016","97102","97103","97110","97121","97131","97138","97145","97146"],"st":"OR"}},"41009":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-123.36374450727,46.146243194349],[-123.21249359121,46.1710964584],[-123.115904,46.185268],[-122.904119,46.083734],[-122.813998,45.960984],[-122.7880863626,45.851007454356],[-122.76651077133,45.728662574445],[-122.929146,45.721482],[-123.030873,45.779159],[-123.361622,45.779579],[-123.36374450727,46.146243194349]]]},"properties":{"id":"41009","n":"Columbia","z":["97016","97018","97048","97051","97053","97054","97056","97064","97231"],"st":"OR"}},"41011":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-124.21905767691,43.610931759189],[-123.875698,43.608407],[-123.875628,43.515947],[-123.816657,43.516449],[-123.817614,43.431306],[-123.761528,43.422294],[-123.764356,43.258054],[-123.704752,43.257741],[-123.702144,43.087083],[-123.761333,43.08316],[-123.761594,42.996318],[-123.821118,42.996291],[-123.811553,42.788837],[-123.925717,42.774514],[-123.996291,42.685651],[-124.132918,42.666697],[-124.141475,42.850586],[-124.258388,42.954946],[-124.47988222693,42.954322437677],[-124.38246,43.270167],[-124.400404,43.302121],[-124.286896,43.436296],[-124.21905767691,43.610931759189]]]},"properties":{"id":"41011","n":"Coos","z":["97407","97411","97414","97420","97423","97449","97450","97458","97459","97466"],"st":"OR"}},"41013":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-121.107534,44.3906],[-120.988375,44.390265],[-120.988824,44.476484],[-120.826899,44.476499],[-120.827555,44.562793],[-120.386561,44.564009],[-120.386074,44.436083],[-120.021621,44.438793],[-120.020708,44.389687],[-119.899283,44.389575],[-119.899002,44.30662],[-119.655517,44.307045],[-119.657183,43.95892],[-119.775402,43.959086],[-119.777528,43.697957],[-119.897434,43.6982],[-120.257777,43.698762],[-120.258386,43.785297],[-120.378107,43.785429],[-120.37874,43.872362],[-120.747848,43.871331],[-120.748249,43.95731],[-120.986587,43.960852],[-120.987271,44.134026],[-121.102773,44.138125],[-121.107534,44.3906]]]},"properties":{"id":"41013","n":"Crook","z":["97701","97751","97752","97753","97754","97756","97760"],"st":"OR"}},"41015":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-124.47988222693,42.954322437677],[-124.258388,42.954946],[-124.141475,42.850586],[-124.132918,42.666697],[-123.996291,42.685651],[-123.925717,42.774514],[-123.811553,42.788837],[-123.716492,42.784061],[-123.831264,42.632313],[-123.890657,42.500538],[-124.008397,42.496352],[-124.041983,42.387656],[-123.888411,42.351627],[-123.7922,42.237623],[-123.858549,42.135116],[-123.82203759859,41.995620816947],[-124.211605,41.99846],[-124.314289,42.067864],[-124.410982,42.250547],[-124.435105,42.440163],[-124.399065,42.539928],[-124.413119,42.657934],[-124.510017,42.734746],[-124.552441,42.840568],[-124.47988222693,42.954322437677]]]},"properties":{"id":"41015","n":"Curry","z":["97406","97415","97444","97450","97464","97465","97476","97491"],"st":"OR"}},"41017":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-121.819429,44.262394],[-121.843138,44.39263],[-121.107534,44.3906],[-121.102773,44.138125],[-120.987271,44.134026],[-120.986587,43.960852],[-120.748249,43.95731],[-120.747848,43.871331],[-120.37874,43.872362],[-120.378107,43.785429],[-120.258386,43.785297],[-120.257777,43.698762],[-119.897434,43.6982],[-119.896581,43.611164],[-121.332969,43.616629],[-122.002362,43.615498],[-121.962098,43.763537],[-121.975113,43.85757],[-121.869974,43.911664],[-121.769005,44.102035],[-121.819429,44.262394]]]},"properties":{"id":"41017","n":"Deschutes","z":["97701","97702","97703","97707","97708","97709","97712","97739","97756","97759","97760"],"st":"OR"}},"41019":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-124.16020731588,43.863720501522],[-123.946291,43.862682],[-123.827004,43.944837],[-123.619012,43.921117],[-123.470371,43.810056],[-123.348246,43.78017],[-123.137319,43.77967],[-123.137211,43.605906],[-123.107686,43.54001],[-122.741845,43.544654],[-122.741716,43.437395],[-122.132034,43.440221],[-122.010403,43.344697],[-121.974199,43.261693],[-122.03965,43.214102],[-122.093776,43.076257],[-122.282585,43.067719],[-122.28273,42.996499],[-122.401025,42.996632],[-122.460224,42.939873],[-122.677181,42.88108],[-122.794776,42.778221],[-123.152233,42.755835],[-123.229619,42.70261],[-123.274283,42.73203],[-123.445456,42.703025],[-123.581699,42.73992],[-123.716505,42.739658],[-123.716492,42.784061],[-123.811553,42.788837],[-123.821118,42.996291],[-123.761594,42.996318],[-123.761333,43.08316],[-123.702144,43.087083],[-123.704752,43.257741],[-123.764356,43.258054],[-123.761528,43.422294],[-123.817614,43.431306],[-123.816657,43.516449],[-123.875628,43.515947],[-123.875698,43.608407],[-124.21905767691,43.610931759189],[-124.16020731588,43.863720501522]]]},"properties":{"id":"41019","n":"Douglas","z":["97410","97416","97417","97424","97429","97432","97435","97436","97441","97442","97443","97447","97457","97459","97462","97467","97469","97470","97471","97473","97479","97481","97484","97486","97493","97494","97495","97496","97499","97731"],"st":"OR"}},"41021":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-120.4885468207,45.699912227478],[-120.210754,45.725951],[-119.99950515346,45.811684923082],[-120.006555,45.257706],[-119.882346,45.256916],[-119.883914,45.169152],[-119.759759,45.169211],[-119.790699,45.067823],[-120.49516,45.068279],[-120.503733,45.083477],[-120.45225,45.14545],[-120.554457,45.252749],[-120.496059,45.465149],[-120.35798,45.533713],[-120.4885468207,45.699912227478]]]},"properties":{"id":"41021","n":"Gilliam","z":["97812","97823","97830","97843","97861"],"st":"OR"}},"41023":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-119.672228,44.995117],[-119.162966,44.996241],[-118.518689,44.995877],[-118.4361,44.96242],[-118.364214,44.990763],[-118.244662,44.958396],[-118.228244,44.865178],[-118.295659,44.863043],[-118.285439,44.750975],[-118.51944,44.705886],[-118.504327,44.665272],[-118.375037,44.646102],[-118.305778,44.58881],[-118.408786,44.452648],[-118.497499,44.255248],[-118.232214,44.256129],[-118.227645,44.039862],[-118.81689,44.047828],[-118.816931,43.960733],[-119.657183,43.95892],[-119.655517,44.307045],[-119.652431,44.823299],[-119.672228,44.995117]]]},"properties":{"id":"41023","n":"Grant","z":["97817","97820","97825","97845","97848","97856","97864","97865","97869","97873","97877","97880"],"st":"OR"}},"41025":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-119.896581,43.611164],[-119.897434,43.6982],[-119.777528,43.697957],[-119.775402,43.959086],[-119.657183,43.95892],[-118.816931,43.960733],[-118.81689,44.047828],[-118.227645,44.039862],[-118.2321,43.770829],[-118.216832,42.914703],[-118.214698,42.275891],[-118.195311,42.267119],[-118.19736921593,41.996994081163],[-119.32418412044,41.993875627793],[-119.3601231196,41.994092254981],[-119.365337,42.748958],[-119.943779,42.746371],[-119.932611,43.178963],[-119.896969,43.179017],[-119.896581,43.611164]]]},"properties":{"id":"41025","n":"Harney","z":["97710","97720","97721","97722","97732","97736","97738","97751","97758","97904"],"st":"OR"}},"41027":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-121.92374936199,45.654349508969],[-121.811304,45.706761],[-121.735104,45.694039],[-121.52400610422,45.723836225199],[-121.44069582786,45.699073794772],[-121.482168,45.519604],[-121.481888,45.258128],[-121.696479,45.25792],[-121.696925,45.373564],[-121.819587,45.461675],[-121.90661,45.52123],[-121.92374936199,45.654349508969]]]},"properties":{"id":"41027","n":"Hood River","z":["97014","97031","97041","97044"],"st":"OR"}},"41029":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-123.229619,42.70261],[-123.152233,42.755835],[-122.794776,42.778221],[-122.677181,42.88108],[-122.460224,42.939873],[-122.401025,42.996632],[-122.28273,42.996499],[-122.28974909616,42.007764730497],[-123.23100126058,42.004970062256],[-123.229619,42.70261]]]},"properties":{"id":"41029","n":"Jackson","z":["97497","97501","97502","97503","97504","97520","97522","97524","97525","97526","97527","97530","97535","97536","97537","97539","97540","97541"],"st":"OR"}},"41031":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-121.800015,44.683425],[-121.752994,44.829919],[-121.725068,44.825519],[-120.371441,44.821769],[-120.404676,44.794719],[-120.386561,44.564009],[-120.827555,44.562793],[-120.826899,44.476499],[-120.988824,44.476484],[-120.988375,44.390265],[-121.107534,44.3906],[-121.843138,44.39263],[-121.84688,44.49109],[-121.793895,44.594056],[-121.800015,44.683425]]]},"properties":{"id":"41031","n":"Jefferson","z":["97711","97730","97734","97741","97754","97759","97760","97761"],"st":"OR"}},"41033":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-123.716492,42.784061],[-123.716505,42.739658],[-123.581699,42.73992],[-123.445456,42.703025],[-123.274283,42.73203],[-123.229619,42.70261],[-123.23100126058,42.004970062256],[-123.5191128368,41.999172518033],[-123.82203759859,41.995620816947],[-123.858549,42.135116],[-123.7922,42.237623],[-123.888411,42.351627],[-124.041983,42.387656],[-124.008397,42.496352],[-123.890657,42.500538],[-123.831264,42.632313],[-123.716492,42.784061]]]},"properties":{"id":"41033","n":"Josephine","z":["07543","97497","97523","97526","97527","97528","97531","97532","97533","97534","97538","97543","97544"],"st":"OR"}},"41035":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-122.28974909616,42.007764730497],[-122.28273,42.996499],[-122.282585,43.067719],[-122.093776,43.076257],[-122.03965,43.214102],[-121.974199,43.261693],[-122.010403,43.344697],[-122.132034,43.440221],[-122.131009,43.557284],[-122.002362,43.615498],[-121.332969,43.616629],[-121.332413,43.356663],[-121.349679,42.746644],[-120.883327,42.744214],[-120.87992571024,41.993483259985],[-121.44753999805,41.997190033273],[-122.28974909616,42.007764730497]]]},"properties":{"id":"41035","n":"Klamath","z":["97601","97602","97603","97604","97621","97622","97623","97624","97625","97626","97627","97632","97633","97634","97639","97731","97733","97737","97739"],"st":"OR"}},"41037":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-121.332969,43.616629],[-119.896581,43.611164],[-119.896969,43.179017],[-119.932611,43.178963],[-119.943779,42.746371],[-119.365337,42.748958],[-119.3601231196,41.994092254981],[-119.999168,41.99454],[-120.87992571024,41.993483259985],[-120.883327,42.744214],[-121.349679,42.746644],[-121.332413,43.356663],[-121.332969,43.616629]]]},"properties":{"id":"41037","n":"Lake","z":["97620","97630","97635","97636","97637","97638","97640","97641","97735","97758"],"st":"OR"}},"41039":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-124.11437007426,44.276194],[-123.775598,44.283547],[-123.180388,44.283725],[-123.165428,44.200071],[-122.905755,44.200736],[-122.865465,44.287317],[-122.762735,44.290537],[-122.577019,44.227881],[-122.384561,44.217063],[-122.32715,44.252841],[-121.819429,44.262394],[-121.769005,44.102035],[-121.869974,43.911664],[-121.975113,43.85757],[-121.962098,43.763537],[-122.002362,43.615498],[-122.131009,43.557284],[-122.132034,43.440221],[-122.741716,43.437395],[-122.741845,43.544654],[-123.107686,43.54001],[-123.137211,43.605906],[-123.137319,43.77967],[-123.348246,43.78017],[-123.470371,43.810056],[-123.619012,43.921117],[-123.827004,43.944837],[-123.946291,43.862682],[-124.16020731588,43.863720501522],[-124.122406,44.104442],[-124.11437007426,44.276194]]]},"properties":{"id":"41039","n":"Lane","z":["97324","97390","97401","97402","97403","97404","97405","97408","97409","97412","97413","97419","97424","97426","97430","97431","97434","97437","97438","97439","97440","97446","97448","97451","97452","97453","97454","97455","97456","97461","97463","97475","97477","97478","97480","97487","97488","97489","97490","97492","97493","97498"],"st":"OR"}},"41041":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-124.01009720989,45.044998959441],[-123.724663,45.044432],[-123.725001,44.739046],[-123.602609,44.721154],[-123.597677,44.433109],[-123.720071,44.433374],[-123.715538,44.360458],[-123.816525,44.315303],[-123.775598,44.283547],[-124.11437007426,44.276194],[-124.065008,44.632504],[-124.074066,44.798107],[-124.01009720989,45.044998959441]]]},"properties":{"id":"41041","n":"Lincoln","z":["97324","97326","97341","97343","97357","97364","97365","97366","97367","97368","97369","97376","97380","97388","97390","97391","97394","97498"],"st":"OR"}},"41043":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-123.149025,44.720225],[-123.143843,44.748914],[-123.042009,44.737719],[-123.006847,44.686898],[-122.802457,44.790864],[-122.620463,44.789213],[-122.480122,44.755819],[-122.276675,44.746135],[-122.230559,44.697867],[-122.138702,44.725179],[-122.033006,44.685691],[-121.800015,44.683425],[-121.793895,44.594056],[-121.84688,44.49109],[-121.843138,44.39263],[-121.819429,44.262394],[-122.32715,44.252841],[-122.384561,44.217063],[-122.577019,44.227881],[-122.762735,44.290537],[-122.865465,44.287317],[-122.905755,44.200736],[-123.165428,44.200071],[-123.180388,44.283725],[-123.245678,44.332099],[-123.214683,44.507681],[-123.260151,44.555148],[-123.17088,44.634245],[-123.073574,44.650495],[-123.149025,44.720225]]]},"properties":{"id":"41043","n":"Linn","z":["97321","97322","97327","97329","97333","97335","97336","97345","97346","97348","97350","97352","97355","97358","97360","97374","97377","97383","97386","97389","97413","97446","97759"],"st":"OR"}},"41045":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-118.232214,44.256129],[-117.971787,44.443849],[-117.590849,44.444573],[-117.486744,44.387246],[-117.487014,44.300317],[-117.21199550695,44.296451095938],[-117.059352,44.237244],[-116.971958,44.235677],[-116.89785467712,44.152666395391],[-116.977351,44.085364],[-116.937342,44.029376],[-116.98554503849,43.881184852814],[-117.023577,43.823811],[-117.02566381045,43.680293635954],[-117.026197,41.99989],[-118.19736921593,41.996994081163],[-118.195311,42.267119],[-118.214698,42.275891],[-118.216832,42.914703],[-118.2321,43.770829],[-118.227645,44.039862],[-118.232214,44.256129]]]},"properties":{"id":"41045","n":"Malheur","z":{"1":"97710","2":"97901","3":"97902","4":"97903","5":"97906","6":"97907","7":"97908","8":"97909","9":"97910","10":"97911","11":"97913","12":"97914","13":"97917","14":"97918","15":"97920","41":"89421"},"st":"OR"}},"41047":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-123.068667,45.07486],[-122.996693,45.117063],[-123.04117,45.220788],[-122.968666,45.284729],[-122.849925,45.259697],[-122.73903,45.259359],[-122.787007,45.128625],[-122.595523,45.019679],[-122.535999,44.937161],[-122.401021,44.88572],[-121.734223,44.88572],[-121.752994,44.829919],[-121.800015,44.683425],[-122.033006,44.685691],[-122.138702,44.725179],[-122.230559,44.697867],[-122.276675,44.746135],[-122.480122,44.755819],[-122.620463,44.789213],[-122.802457,44.790864],[-123.006847,44.686898],[-123.042009,44.737719],[-123.143843,44.748914],[-123.093335,44.814044],[-123.180908,44.857553],[-123.044903,44.944028],[-123.068667,45.07486]]]},"properties":{"id":"41047","n":"Marion","z":["97002","97020","97026","97032","97071","97137","97301","97302","97303","97305","97306","97307","97308","97309","97310","97311","97313","97314","97317","97325","97342","97346","97350","97352","97358","97360","97362","97373","97375","97381","97383","97384","97385","97392"],"st":"OR"}},"41049":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-119.99950515346,45.811684923082],[-119.86815388939,45.838226602636],[-119.669877,45.856867],[-119.600549,45.919581],[-119.43213855882,45.913209144234],[-119.43464,45.603056],[-119.248547,45.601935],[-119.248214,45.516076],[-119.145144,45.515909],[-119.146424,45.08294],[-119.162966,44.996241],[-119.672228,44.995117],[-119.791162,44.994755],[-119.790699,45.067823],[-119.759759,45.169211],[-119.883914,45.169152],[-119.882346,45.256916],[-120.006555,45.257706],[-119.99950515346,45.811684923082]]]},"properties":{"id":"41049","n":"Morrow","z":["96836","97818","97826","97836","97838","97839","97843","97844"],"st":"OR"}},"41051":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-122.929146,45.721482],[-122.76651077133,45.728662574445],[-122.738109,45.644138],[-122.438674,45.563585],[-122.24919700805,45.549998932741],[-121.92374936199,45.654349508969],[-121.90661,45.52123],[-121.819587,45.461675],[-122.660979,45.457819],[-122.743721,45.433294],[-122.743859,45.516665],[-122.929128,45.635313],[-122.929146,45.721482]]]},"properties":{"id":"41051","n":"Multnomah","z":["96214","97009","97010","97014","97019","97024","97030","97034","97035","97056","97060","97080","97133","97201","97202","97203","97204","97205","97206","97207","97208","97209","97210","97211","97212","97213","97214","97215","97216","97217","97218","97219","97220","97221","97222","97225","97227","97228","97229","97230","97231","97232","97233","97236","97238","97239","97240","97242","97250","97251","97252","97253","97254","97256","97258","97266","97280","97282","97283","97286","97290","97291","97292","97293","97294"],"st":"OR"}},"41053":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-123.724663,45.044432],[-123.724368,45.076226],[-123.068667,45.07486],[-123.044903,44.944028],[-123.180908,44.857553],[-123.093335,44.814044],[-123.143843,44.748914],[-123.149025,44.720225],[-123.602609,44.721154],[-123.725001,44.739046],[-123.724663,45.044432]]]},"properties":{"id":"41053","n":"Polk","z":["97101","97304","97338","97344","97347","97351","97361","97370","97371","97378","97396"],"st":"OR"}},"41055":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-120.91393501308,45.648065866423],[-120.591166,45.746547],[-120.4885468207,45.699912227478],[-120.35798,45.533713],[-120.496059,45.465149],[-120.554457,45.252749],[-120.45225,45.14545],[-120.503733,45.083477],[-120.729792,45.083731],[-120.723569,45.130911],[-120.889357,45.202305],[-121.02408,45.218726],[-121.01569,45.307148],[-120.956471,45.310345],[-120.868569,45.401146],[-120.826385,45.514978],[-120.908459,45.558241],[-120.91393501308,45.648065866423]]]},"properties":{"id":"41055","n":"Sherman","z":["97029","97033","97039","97050","97065"],"st":"OR"}},"41057":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-123.96627838452,45.783084903545],[-123.720001,45.77308],[-123.361622,45.779579],[-123.361028,45.708696],[-123.484726,45.708764],[-123.423273,45.636176],[-123.299438,45.607247],[-123.461181,45.49156],[-123.46488,45.433332],[-123.463518,45.216312],[-123.78454,45.216294],[-123.784218,45.076655],[-123.724368,45.076226],[-123.724663,45.044432],[-124.01009720989,45.044998959441],[-123.962887,45.280218],[-123.976544,45.489733],[-123.939448,45.708795],[-123.96627838452,45.783084903545]]]},"properties":{"id":"41057","n":"Tillamook","z":["97102","97107","97108","97112","97118","97122","97130","97131","97134","97135","97136","97141","97143","97147","97149","97347","97368"],"st":"OR"}},"41059":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-119.43213855882,45.913209144234],[-119.25715,45.939926],[-119.12612,45.932859],[-118.98722753956,45.999800213524],[-117.9969704296,46.000190667173],[-117.97765730653,46.000168202382],[-117.97298,45.860595],[-118.045003,45.817073],[-118.066383,45.688395],[-118.117194,45.688607],[-118.116461,45.470732],[-118.197876,45.427204],[-118.428539,45.429076],[-118.428329,45.35519],[-118.697766,45.345647],[-118.655992,45.196928],[-118.546632,45.196898],[-118.518689,44.995877],[-119.162966,44.996241],[-119.146424,45.08294],[-119.145144,45.515909],[-119.248214,45.516076],[-119.248547,45.601935],[-119.43464,45.603056],[-119.43213855882,45.913209144234]]]},"properties":{"id":"41059","n":"Umatilla","z":{"0":"97801","1":"97810","2":"97813","3":"97826","4":"97835","5":"97838","6":"97859","7":"97862","8":"97868","9":"97875","10":"97880","11":"97882","12":"97886","26":"99362"},"st":"OR"}},"41061":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-117.97298,45.860595],[-117.747327,45.861072],[-117.787623,45.689567],[-117.727225,45.61699],[-117.727235,45.51478],[-117.663391,45.365749],[-117.582344,45.338096],[-117.476684,45.166539],[-117.266006,45.166539],[-117.266573,45.08057],[-117.563486,45.079446],[-117.564033,44.992866],[-117.777504,44.992161],[-117.84343,45.058477],[-117.969083,44.995831],[-118.130351,45.045024],[-118.244662,44.958396],[-118.364214,44.990763],[-118.4361,44.96242],[-118.518689,44.995877],[-118.546632,45.196898],[-118.655992,45.196928],[-118.697766,45.345647],[-118.428329,45.35519],[-118.428539,45.429076],[-118.197876,45.427204],[-118.116461,45.470732],[-118.117194,45.688607],[-118.066383,45.688395],[-118.045003,45.817073],[-117.97298,45.860595]]]},"properties":{"id":"41061","n":"Union","z":["97814","97824","97827","97841","97850","97867","97876","97883"],"st":"OR"}},"41063":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-117.97765730653,46.000168202382],[-117.6034258345,45.998760173443],[-117.47993726365,45.997566766842],[-116.915989,45.995413],[-116.7992045325,45.851045435483],[-116.593004,45.778541],[-116.463504,45.615785],[-116.674648,45.314342],[-116.69091625486,45.26898413797],[-116.78312826327,45.07771250501],[-117.266573,45.08057],[-117.266006,45.166539],[-117.476684,45.166539],[-117.582344,45.338096],[-117.663391,45.365749],[-117.727235,45.51478],[-117.727225,45.61699],[-117.787623,45.689567],[-117.747327,45.861072],[-117.97298,45.860595],[-117.97765730653,46.000168202382]]]},"properties":{"id":"41063","n":"Wallowa","z":["97828","97842","97846","97857","97885"],"st":"OR"}},"41065":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-121.696479,45.25792],[-121.481888,45.258128],[-121.482168,45.519604],[-121.44069582786,45.699073794772],[-121.215779,45.671238],[-121.183841,45.606441],[-121.084933,45.647893],[-120.91393501308,45.648065866423],[-120.908459,45.558241],[-120.826385,45.514978],[-120.868569,45.401146],[-120.956471,45.310345],[-121.01569,45.307148],[-121.02408,45.218726],[-120.889357,45.202305],[-120.723569,45.130911],[-120.729792,45.083731],[-120.503733,45.083477],[-120.49516,45.068279],[-120.455204,44.865607],[-120.371441,44.821769],[-121.725068,44.825519],[-121.752994,44.829919],[-121.734223,44.88572],[-121.804426,45.012877],[-121.65871,45.066355],[-121.731438,45.170633],[-121.696479,45.25792]]]},"properties":{"id":"41065","n":"Wasco","z":["97001","97021","97037","97040","97057","97058","97063","97761"],"st":"OR"}},"41067":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-123.361622,45.779579],[-123.030873,45.779159],[-122.929146,45.721482],[-122.929128,45.635313],[-122.743859,45.516665],[-122.743721,45.433294],[-122.743741,45.332067],[-122.867891,45.317345],[-123.135427,45.433459],[-123.46488,45.433332],[-123.461181,45.49156],[-123.299438,45.607247],[-123.423273,45.636176],[-123.484726,45.708764],[-123.361028,45.708696],[-123.361622,45.779579]]]},"properties":{"id":"41067","n":"Washington","z":["97003","97005","97006","97007","97008","97035","97056","97062","97064","97070","97075","97076","97077","97078","97079","97106","97109","97113","97116","97117","97119","97123","97124","97125","97129","97132","97133","97140","97144","97210","97221","97223","97224","97225","97229","97231","97281","97296","97298","97312"],"st":"OR"}},"41069":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-120.49516,45.068279],[-119.790699,45.067823],[-119.791162,44.994755],[-119.672228,44.995117],[-119.652431,44.823299],[-119.655517,44.307045],[-119.899002,44.30662],[-119.899283,44.389575],[-120.020708,44.389687],[-120.021621,44.438793],[-120.386074,44.436083],[-120.386561,44.564009],[-120.404676,44.794719],[-120.371441,44.821769],[-120.455204,44.865607],[-120.49516,45.068279]]]},"properties":{"id":"41069","n":"Wheeler","z":["97750","97830","97848","97874"],"st":"OR"}},"41071":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-123.46488,45.433332],[-123.135427,45.433459],[-122.867891,45.317345],[-122.849925,45.259697],[-122.968666,45.284729],[-123.04117,45.220788],[-122.996693,45.117063],[-123.068667,45.07486],[-123.724368,45.076226],[-123.784218,45.076655],[-123.78454,45.216294],[-123.463518,45.216312],[-123.46488,45.433332]]]},"properties":{"id":"41071","n":"Yamhill","z":["97101","97111","97114","97115","97119","97123","97127","97128","97132","97140","97148","97304","97347","97378","97396"],"st":"OR"}},"42001":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.471085,39.944077],[-77.403606,39.994478],[-77.18563,40.029501],[-77.137425,40.069945],[-77.018648,40.013947],[-76.954932,39.85685],[-77.000312,39.831219],[-76.999318026333,39.720067672353],[-77.217023755237,39.720217248385],[-77.459433419524,39.720229171645],[-77.471085,39.944077]]]},"properties":{"id":"42001","n":"Adams","z":["17019","17222","17301","17303","17304","17306","17307","17310","17316","17320","17324","17325","17331","17335","17340","17343","17344","17350","17353","17372"],"st":"PA"}},"42003":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.148451,40.67429],[-79.69293,40.669744],[-79.772285,40.583788],[-79.701711,40.525491],[-79.704503,40.434025],[-79.764646,40.390346],[-79.781761,40.227711],[-79.870585,40.197415],[-79.914139,40.252518],[-80.183472,40.332782],[-80.360873,40.477539],[-80.14485,40.613474],[-80.148451,40.67429]]]},"properties":{"id":"42003","n":"Allegheny","z":["14233","15003","15005","15006","15007","15014","15015","15017","15018","15020","15024","15025","15026","15028","15030","15031","15032","15034","15035","15037","15044","15045","15046","15047","15049","15051","15056","15057","15063","15064","15065","15068","15071","15075","15076","15082","15084","15085","15086","15088","15089","15090","15091","15095","15096","15101","15102","15104","15106","15108","15110","15112","15116","15120","15122","15123","15126","15127","15129","15131","15132","15133","15134","15135","15136","15137","15139","15140","15142","15143","15144","15145","15146","15147","15148","15201","15202","15203","15204","15205","15206","15207","15208","15209","15210","15211","15212","15213","15214","15215","15216","15217","15218","15219","15220","15221","15222","15223","15224","15225","15226","15227","15228","15229","15230","15231","15232","15233","15234","15235","15236","15237","15238","15239","15240","15241","15242","15243","15250","15251","15252","15253","15254","15255","15257","15258","15259","15260","15261","15264","15265","15267","15268","15270","15274","15275","15276","15277","15278","15279","15281","15282","15283","15286","15289","15290","15295","15332","15642","15668","16046","16055","16059","25317"],"st":"PA"}},"42005":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.69293,40.669744],[-79.690711,41.170691],[-79.620787,40.975167],[-79.284998,41.009295],[-79.215214,41.050515],[-79.21531,40.911346],[-79.215235,40.776016],[-79.450176,40.530149],[-79.668345,40.680049],[-79.69293,40.669744]]]},"properties":{"id":"42005","n":"Armstrong","z":["15613","15618","15656","15673","15686","15690","15732","15736","15774","16025","16028","16041","16049","16055","16201","16210","16212","16218","16222","16223","16224","16226","16228","16229","16236","16238","16240","16242","16244","16245","16249","16250","16253","16259","16261","16262","16263"],"st":"PA"}},"42007":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.519705112599,40.851336778685],[-80.158534,40.855157],[-80.148451,40.67429],[-80.14485,40.613474],[-80.360873,40.477539],[-80.519017117347,40.477363146237],[-80.518991,40.638801],[-80.519705112599,40.851336778685]]]},"properties":{"id":"42007","n":"Beaver","z":["15001","15003","15005","15009","15010","15026","15027","15042","15043","15050","15052","15059","15061","15066","15074","15077","15081","15143","15244","16037","16063","16115","16117","16120","16123","16136","16141","16157"],"st":"PA"}},"42009":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.658409,40.242933],[-78.620383,40.327025],[-78.447895,40.244395],[-78.434288,40.302301],[-78.288764,40.242107],[-78.257305,40.297883],[-78.236302,40.224559],[-78.134863,40.165131],[-78.299003,39.8255],[-78.380477064564,39.72270413884],[-78.808299529622,39.723070956277],[-78.757241,39.823484],[-78.763202,40.056745],[-78.658409,40.242933]]]},"properties":{"id":"42009","n":"Bedford","z":["15521","15522","15533","15534","15535","15537","15539","15545","15550","15553","15554","15559","15946","16625","16633","16650","16655","16657","16659","16662","16664","16667","16670","16672","16673","16678","16679","16694","16695","17211"],"st":"PA"}},"42011":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.440181,40.495952],[-76.171624,40.534947],[-76.01708,40.574455],[-75.993212,40.639712],[-75.891473,40.67727],[-75.529694,40.446995],[-75.696782,40.241863],[-75.873375,40.137107],[-76.151215,40.315971],[-76.440181,40.495952]]]},"properties":{"id":"42011","n":"Berks","z":{"0":"17026","1":"17067","2":"17087","3":"17555","4":"17569","5":"18011","6":"18031","7":"18041","8":"18056","9":"18062","10":"18070","11":"18092","12":"19464","13":"19503","14":"19504","15":"19505","16":"19506","17":"19507","18":"19508","19":"19510","20":"19511","21":"19512","22":"19516","23":"19518","24":"19519","25":"19520","26":"19522","27":"19523","28":"19526","29":"19529","30":"19530","31":"19533","32":"19534","33":"19535","34":"19536","35":"19538","36":"19539","37":"19540","38":"19541","39":"19543","40":"19544","41":"19545","42":"19547","43":"19548","44":"19550","45":"19551","46":"19554","47":"19555","48":"19559","49":"19560","50":"19562","51":"19564","52":"19565","53":"19567","54":"19601","55":"19602","56":"19603","57":"19604","58":"19605","59":"19606","60":"19607","61":"19608","62":"19609","63":"19610","64":"19611","65":"19612","104":"19542"},"st":"PA"}},"42013":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.35043,40.724827],[-78.359912,40.732592],[-78.116521,40.739127],[-78.22197,40.674539],[-78.166371,40.617948],[-78.197083,40.558444],[-78.130081,40.48199],[-78.257305,40.297883],[-78.288764,40.242107],[-78.434288,40.302301],[-78.447895,40.244395],[-78.620383,40.327025],[-78.564085,40.370609],[-78.53984,40.506154],[-78.485958,40.540847],[-78.35043,40.724827]]]},"properties":{"id":"42013","n":"Blair","z":["15946","16601","16602","16603","16613","16617","16625","16631","16635","16636","16637","16641","16648","16655","16660","16662","16665","16673","16682","16684","16686","16693"],"st":"PA"}},"42015":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.926846362954,42.000723451817],[-76.557624143569,42.000148716342],[-76.145518994782,41.998866463308],[-76.115172,41.651825],[-76.197998,41.647823],[-76.220139,41.541285],[-76.813731,41.590034],[-76.874714,41.596919],[-76.926846362954,42.000723451817]]]},"properties":{"id":"42015","n":"Bradford","z":["16910","16914","16925","16926","16936","16945","16947","17724","17735","18623","18810","18814","18815","18817","18829","18830","18831","18832","18833","18837","18840","18845","18846","18848","18850","18851","18853","18854"],"st":"PA"}},"42017":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-75.333514,40.537057],[-75.189236401356,40.609056961122],[-75.188199878125,40.592613366649],[-75.078503,40.548296],[-75.056102,40.416066],[-74.928110569091,40.339828447689],[-74.723379297151,40.152895546232],[-74.972854756446,40.046505365536],[-75.015066,40.137992],[-75.484057,40.418451],[-75.333514,40.537057]]]},"properties":{"id":"42017","n":"Bucks","z":["18036","18039","18041","18054","18055","18073","18077","18081","18901","18902","18910","18911","18912","18913","18914","18916","18917","18920","18921","18922","18923","18925","18927","18928","18929","18930","18931","18932","18933","18934","18935","18938","18940","18942","18943","18944","18946","18947","18949","18950","18951","18953","18954","18955","18956","18960","18962","18963","18964","18966","18968","18969","18970","18972","18974","18976","18977","18980","18991","19006","19007","19020","19021","19030","19040","19047","19048","19049","19053","19054","19055","19056","19057","19058","19067","19440"],"st":"PA"}},"42019":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.096861,41.069804],[-79.999779,41.171861],[-79.694984,41.172865],[-79.690711,41.170691],[-79.69293,40.669744],[-80.148451,40.67429],[-80.158534,40.855157],[-80.16529,41.00047],[-80.096861,41.069804]]]},"properties":{"id":"42019","n":"Butler","z":["15044","15086","15262","16001","16002","16003","16016","16017","16018","16020","16021","16022","16023","16024","16025","16027","16029","16030","16033","16034","16035","16037","16038","16039","16040","16041","16045","16046","16048","16049","16050","16051","16052","16053","16055","16056","16057","16059","16061","16063","16066","16127","16229","16373"],"st":"PA"}},"42021":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.974649,40.395972],[-78.801697,40.724539],[-78.35043,40.724827],[-78.485958,40.540847],[-78.53984,40.506154],[-78.564085,40.370609],[-78.620383,40.327025],[-78.658409,40.242933],[-78.884862,40.244631],[-78.927601,40.285041],[-79.055983,40.285089],[-78.974649,40.395972]]]},"properties":{"id":"42021","n":"Cambria","z":["15714","15722","15724","15737","15738","15760","15762","15773","15775","15901","15902","15904","15905","15906","15907","15909","15915","15921","15922","15925","15927","15930","15931","15934","15938","15940","15942","15943","15945","15946","15948","15951","15952","15955","15956","15957","15958","15959","15960","15961","15962","15963","16613","16619","16624","16627","16629","16630","16636","16639","16640","16641","16644","16646","16668","16675","16699"],"st":"PA"}},"42023":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.419118,41.602188],[-78.203422,41.618157],[-78.050442,41.475462],[-77.989194,41.474822],[-77.988786,41.367453],[-78.093381,41.216931],[-78.236817,41.230475],[-78.253959,41.404721],[-78.420028,41.405046],[-78.419118,41.602188]]]},"properties":{"id":"42023","n":"Cameron","z":["15832","15834","15861","16720"],"st":"PA"}},"42025":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-75.997348,40.912985],[-75.73193,41.00822],[-75.770196,41.050219],[-75.649637,41.122344],[-75.49599,40.987181],[-75.556438,40.928693],[-75.474193,40.814746],[-75.608985,40.787387],[-75.757807,40.735414],[-75.997348,40.912985]]]},"properties":{"id":"42025","n":"Carbon","z":["18012","18030","18058","18071","18201","18210","18211","18212","18216","18229","18230","18232","18235","18237","18240","18244","18250","18254","18255","18610","18624","18661"],"st":"PA"}},"42027":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.038203,41.153633],[-77.898195,41.252752],[-77.892724,41.178259],[-77.79856,41.18195],[-77.741911,41.107614],[-77.621759,41.091185],[-77.508596,40.962938],[-77.339925,40.987167],[-77.14416,41.044338],[-77.36418,40.846937],[-77.681334,40.729758],[-77.824506,40.743681],[-77.94425,40.691557],[-78.116521,40.739127],[-78.359912,40.732592],[-78.168128,40.960865],[-78.056276,41.00417],[-78.112239,41.114217],[-78.038203,41.153633]]]},"properties":{"id":"42027","n":"Centre","z":["16666","16677","16686","16801","16802","16803","16804","16805","16820","16822","16823","16826","16827","16828","16829","16832","16835","16841","16844","16845","16851","16852","16853","16854","16856","16859","16860","16864","16865","16866","16868","16870","16872","16874","16875","16877","16882"],"st":"PA"}},"42029":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-75.873375,40.137107],[-75.696782,40.241863],[-75.560154,40.209446],[-75.456501,40.088058],[-75.361066,40.065543],[-75.597596,39.874161],[-75.59431690522,39.834594973091],[-75.717059,39.792325],[-75.788596,39.722199],[-76.13569742699,39.721767550607],[-76.102479,39.724033],[-75.987846,39.872115],[-75.994629,39.952429],[-75.93587,40.037466],[-75.94244,40.106515],[-75.873375,40.137107]]]},"properties":{"id":"42029","n":"Chester","z":["17527","19073","19080","19087","19088","19089","19301","19310","19311","19312","19316","19317","19318","19319","19320","19330","19333","19335","19340","19341","19342","19343","19344","19345","19346","19347","19348","19350","19351","19352","19353","19354","19355","19357","19358","19360","19362","19363","19365","19366","19367","19369","19371","19372","19374","19375","19376","19380","19381","19382","19383","19390","19395","19397","19398","19399","19421","19425","19432","19442","19457","19460","19465","19470","19475","19480","19481","19482","19484","19493","19494","19495","19496","19520","19543"],"st":"PA"}},"42031":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.694984,41.172865],[-79.604161,41.321478],[-79.47814,41.335708],[-79.477822,41.386479],[-79.400269,41.436145],[-79.207196,41.430922],[-79.208878,41.331861],[-79.215214,41.050515],[-79.284998,41.009295],[-79.620787,40.975167],[-79.690711,41.170691],[-79.694984,41.172865]]]},"properties":{"id":"42031","n":"Clarion","z":["15829","15860","15864","16028","16036","16049","16054","16213","16214","16220","16221","16224","16225","16230","16232","16233","16234","16235","16240","16242","16248","16254","16255","16257","16258","16260","16319","16326","16331","16332","16334","16353","16361","16364","16373"],"st":"PA"}},"42033":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.805167,40.90598],[-78.804532,41.132186],[-78.710248,41.201859],[-78.646666,41.253778],[-78.236817,41.230475],[-78.093381,41.216931],[-78.038203,41.153633],[-78.112239,41.114217],[-78.056276,41.00417],[-78.168128,40.960865],[-78.359912,40.732592],[-78.35043,40.724827],[-78.801697,40.724539],[-78.805167,40.90598]]]},"properties":{"id":"42033","n":"Clearfield","z":["15721","15724","15742","15753","15757","15767","15801","15824","15840","15848","15849","15856","15866","16616","16620","16627","16639","16645","16646","16651","16656","16661","16663","16666","16671","16680","16681","16692","16698","16821","16825","16830","16833","16834","16836","16837","16838","16839","16840","16843","16845","16847","16849","16850","16855","16858","16860","16861","16863","16866","16871","16873","16876","16878","16879","16881"],"st":"PA"}},"42035":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.093381,41.216931],[-77.988786,41.367453],[-77.989194,41.474822],[-77.598129,41.478576],[-77.526537,41.358528],[-77.144111,41.06884],[-77.14416,41.044338],[-77.339925,40.987167],[-77.508596,40.962938],[-77.621759,41.091185],[-77.741911,41.107614],[-77.79856,41.18195],[-77.892724,41.178259],[-77.898195,41.252752],[-78.038203,41.153633],[-78.093381,41.216931]]]},"properties":{"id":"42035","n":"Clinton","z":{"0":"16822","1":"16841","2":"16848","3":"16871","4":"16872","5":"17721","6":"17726","7":"17729","8":"17740","9":"17745","10":"17747","11":"17748","12":"17750","13":"17751","14":"17760","15":"17764","16":"17778","17":"17779","33":"17767"},"st":"PA"}},"42037":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.640767,41.155718],[-76.592607,41.157765],[-76.447597,41.275629],[-76.310133,41.310199],[-76.319236,41.208092],[-76.228975,41.138466],[-76.207827,40.94974],[-76.284611,40.883588],[-76.30717,40.801809],[-76.380152,40.775511],[-76.409667,40.833624],[-76.501312,40.824817],[-76.528034,40.882515],[-76.514789,40.958514],[-76.618971,41.063759],[-76.640767,41.155718]]]},"properties":{"id":"42037","n":"Columbia","z":["17756","17774","17814","17815","17820","17821","17824","17846","17858","17859","17878","17888","17920","17921","17945","17985","18603","18631","18635","18655"],"st":"PA"}},"42039":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.519396726691,41.849562990559],[-79.612072,41.850056],[-79.612873,41.623858],[-79.828876,41.622057],[-79.999779,41.490049],[-80.125316,41.480395],[-80.519165169896,41.489012190155],[-80.519176750353,41.499924051206],[-80.519396726691,41.849562990559]]]},"properties":{"id":"42039","n":"Crawford","z":["16110","16111","16125","16131","16134","16314","16316","16317","16327","16328","16335","16354","16360","16388","16401","16403","16404","16406","16407","16412","16422","16424","16433","16434","16435","16438","16440","16441"],"st":"PA"}},"42041":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.91497,40.328484],[-76.859023,40.226328],[-76.905875,40.165723],[-77.029433,40.147547],[-77.137425,40.069945],[-77.18563,40.029501],[-77.403606,39.994478],[-77.471085,39.944077],[-77.614665,40.198549],[-77.360082,40.314075],[-77.420845,40.255368],[-76.974219,40.31033],[-76.91497,40.328484]]]},"properties":{"id":"42041","n":"Cumberland","z":["17001","17007","17011","17013","17015","17019","17025","17027","17043","17050","17053","17055","17065","17070","17072","17081","17089","17093","17232","17240","17241","17257","17266","17307","17324","17337","17375"],"st":"PA"}},"42043":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.949414,40.628163],[-76.919272,40.603544],[-76.701624,40.658082],[-76.535414,40.555157],[-76.67804,40.474717],[-76.566339,40.196644],[-76.72162,40.12007],[-76.859023,40.226328],[-76.91497,40.328484],[-77.020799,40.36623],[-76.952838,40.462444],[-76.992488,40.567534],[-76.949414,40.628163]]]},"properties":{"id":"42043","n":"Dauphin","z":["17005","17017","17018","17020","17022","17023","17028","17030","17032","17033","17034","17036","17048","17057","17061","17078","17080","17097","17098","17101","17102","17103","17104","17105","17106","17107","17108","17109","17110","17111","17112","17113","17120","17121","17122","17123","17124","17125","17126","17127","17128","17129","17130","17140","17177","17980"],"st":"PA"}},"42045":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-75.361066,40.065543],[-75.276482,39.976959],[-75.258805818048,39.854673900784],[-75.410492477637,39.804672234322],[-75.415062,39.801919],[-75.59431690522,39.834594973091],[-75.597596,39.874161],[-75.361066,40.065543]]]},"properties":{"id":"42045","n":"Delaware","z":["19003","19008","19010","19013","19014","19015","19017","19018","19022","19023","19026","19028","19029","19032","19033","19036","19037","19039","19041","19043","19050","19052","19060","19061","19063","19064","19065","19070","19073","19074","19076","19078","19079","19081","19082","19083","19085","19086","19087","19091","19094","19096","19098","19101","19113","19173","19312","19317","19319","19331","19339","19342","19373","19382"],"st":"PA"}},"42047":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.956042,41.623402],[-78.956056,41.623863],[-78.483409,41.629898],[-78.419118,41.602188],[-78.420028,41.405046],[-78.253959,41.404721],[-78.236817,41.230475],[-78.646666,41.253778],[-78.710248,41.201859],[-78.73528,41.262915],[-78.971904,41.376565],[-79.095096,41.340658],[-79.06352,41.453207],[-78.958957,41.437061],[-78.956042,41.623402]]]},"properties":{"id":"42047","n":"Elk","z":["15821","15822","15823","15827","15831","15832","15841","15845","15846","15853","15857","15860","15868","15870","16728","16734","16735"],"st":"PA"}},"42049":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.519425,41.977523],[-80.329976,42.036168],[-80.154084,42.114757],[-80.088512,42.173184],[-80.020323,42.163116],[-79.761951,42.26986],[-79.761313,41.998808],[-79.610835774987,41.998519904108],[-79.612072,41.850056],[-80.519396726691,41.849562990559],[-80.519425,41.977523]]]},"properties":{"id":"42049","n":"Erie","z":["16401","16403","16407","16410","16411","16412","16413","16415","16417","16421","16423","16426","16427","16428","16430","16432","16435","16438","16441","16442","16443","16444","16475","16501","16502","16503","16504","16505","16506","16507","16508","16509","16510","16511","16512","16514","16515","16522","16530","16531","16534","16538","16541","16544","16546","16550","16553","16563","16565"],"st":"PA"}},"42051":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.998014,39.983322],[-79.877048,40.036826],[-79.877385,40.126792],[-79.744404,40.128168],[-79.641098,40.088317],[-79.480367,40.143124],[-79.293682,40.040413],[-79.417558,39.853776],[-79.356757,39.781477],[-79.392458405022,39.72143935864],[-79.476662,39.721078],[-79.763774,39.720776],[-79.916017356038,39.721055933519],[-79.923325,39.921547],[-79.998014,39.983322]]]},"properties":{"id":"42051","n":"Fayette","z":["15012","15401","15410","15413","15415","15416","15417","15420","15421","15422","15424","15425","15428","15430","15431","15433","15435","15436","15437","15438","15439","15440","15442","15443","15444","15445","15446","15447","15449","15450","15451","15454","15455","15456","15458","15459","15460","15461","15462","15463","15464","15465","15466","15467","15468","15469","15470","15472","15473","15474","15475","15476","15478","15480","15482","15484","15486","15488","15489","15490","15492","15557","15610","15622","15631","15666","15683"],"st":"PA"}},"42053":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.51207,41.624559],[-78.956042,41.623402],[-78.958957,41.437061],[-79.06352,41.453207],[-79.095096,41.340658],[-79.208878,41.331861],[-79.207196,41.430922],[-79.400269,41.436145],[-79.477822,41.386479],[-79.512276,41.46524],[-79.51207,41.624559]]]},"properties":{"id":"42053","n":"Forest","z":["15828","16217","16239","16321","16322","16341","16347","16351","16353","16370"],"st":"PA"}},"42055":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.098970696167,39.722466194428],[-78.0027,39.826599],[-77.920952,40.00045],[-77.864489,40.061568],[-77.70303,40.263576],[-77.671761,40.289825],[-77.614665,40.198549],[-77.471085,39.944077],[-77.459433419524,39.720229171645],[-77.469274,39.720229],[-78.098970696167,39.722466194428]]]},"properties":{"id":"42055","n":"Franklin","z":{"0":"17021","1":"17201","2":"17202","3":"17210","4":"17214","5":"17217","6":"17219","7":"17220","8":"17221","9":"17222","10":"17224","11":"17225","12":"17231","13":"17235","14":"17236","15":"17237","16":"17240","17":"17244","18":"17246","19":"17247","20":"17250","21":"17251","22":"17252","23":"17254","24":"17256","25":"17257","26":"17261","27":"17262","28":"17263","29":"17265","30":"17268","31":"17271","32":"17272","63":"17270"},"st":"PA"}},"42057":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.380477064564,39.72270413884],[-78.299003,39.8255],[-78.134863,40.165131],[-77.92556,40.103977],[-77.864489,40.061568],[-77.920952,40.00045],[-78.0027,39.826599],[-78.098970696167,39.722466194428],[-78.342833518574,39.722658292926],[-78.380477064564,39.72270413884]]]},"properties":{"id":"42057","n":"Fulton","z":["15533","15536","16674","16689","16691","16694","17212","17215","17223","17224","17228","17229","17233","17236","17238","17264","17267"],"st":"PA"}},"42059":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.519160794315,39.962200052522],[-80.301396,40.020559],[-79.998014,39.983322],[-79.923325,39.921547],[-79.916017356038,39.721055933519],[-80.421388,39.721189],[-80.519342,39.721403],[-80.519160794315,39.962200052522]]]},"properties":{"id":"42059","n":"Greene","z":["15310","15315","15316","15320","15322","15325","15327","15329","15334","15337","15338","15341","15344","15345","15346","15349","15351","15352","15353","15357","15359","15362","15364","15370","15377","15380"],"st":"PA"}},"42061":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.116521,40.739127],[-77.94425,40.691557],[-77.824506,40.743681],[-77.681334,40.729758],[-77.68708,40.67675],[-77.841827,40.550035],[-77.816513,40.500074],[-77.913844,40.398679],[-77.75212,40.378545],[-77.70303,40.263576],[-77.864489,40.061568],[-77.92556,40.103977],[-78.134863,40.165131],[-78.236302,40.224559],[-78.257305,40.297883],[-78.130081,40.48199],[-78.197083,40.558444],[-78.166371,40.617948],[-78.22197,40.674539],[-78.116521,40.739127]]]},"properties":{"id":"42061","n":"Huntingdon","z":["16611","16621","16622","16623","16634","16638","16647","16652","16654","16657","16669","16674","16678","16683","16685","16686","16694","16865","16877","17002","17052","17060","17066","17213","17215","17229","17239","17243","17249","17253","17255","17260","17264"],"st":"PA"}},"42063":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.450176,40.530149],[-79.215235,40.776016],[-79.21531,40.911346],[-78.805167,40.90598],[-78.801697,40.724539],[-78.974649,40.395972],[-79.016617,40.420279],[-79.121634,40.370576],[-79.155789,40.411765],[-79.395461,40.457132],[-79.450176,40.530149]]]},"properties":{"id":"42063","n":"Indiana","z":["15272","15618","15681","15701","15705","15710","15712","15713","15714","15716","15717","15720","15723","15724","15725","15727","15728","15729","15731","15732","15734","15739","15741","15742","15745","15746","15747","15748","15750","15752","15754","15756","15757","15759","15761","15763","15765","15767","15771","15772","15774","15777","15783","15920","15929","15944","15949","15954","15957","15961","16211","16222","16246","16256"],"st":"PA"}},"42065":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.215214,41.050515],[-79.208878,41.331861],[-79.095096,41.340658],[-78.971904,41.376565],[-78.73528,41.262915],[-78.710248,41.201859],[-78.804532,41.132186],[-78.805167,40.90598],[-79.21531,40.911346],[-79.215214,41.050515]]]},"properties":{"id":"42065","n":"Jefferson","z":["15711","15715","15730","15733","15744","15758","15764","15767","15770","15776","15778","15780","15781","15784","15823","15824","15825","15828","15829","15840","15847","15851","15853","15860","15863","15864","15865","16217","16222","16240"],"st":"PA"}},"42067":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.75212,40.378545],[-77.497506,40.58174],[-77.490021,40.614792],[-77.287941,40.693595],[-77.109597,40.691578],[-76.939749,40.638378],[-76.949414,40.628163],[-77.182789,40.582211],[-77.540141,40.399221],[-77.671761,40.289825],[-77.70303,40.263576],[-77.75212,40.378545]]]},"properties":{"id":"42067","n":"Juniata","z":["17014","17021","17035","17045","17049","17056","17058","17059","17062","17076","17082","17086","17094","17243","17853"],"st":"PA"}},"42069":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-75.834695,41.427246],[-75.719887,41.642263],[-75.462411,41.641587],[-75.440658,41.258125],[-75.505607,41.232539],[-75.600736,41.161497],[-75.643494,41.176259],[-75.687244,41.339216],[-75.834695,41.427246]]]},"properties":{"id":"42069","n":"Lackawanna","z":["18403","18407","18410","18411","18414","18416","18419","18420","18421","18424","18433","18434","18436","18440","18444","18446","18447","18448","18452","18471","18501","18502","18503","18504","18505","18507","18508","18509","18510","18512","18515","18517","18518","18519","18540","18577","18615","18641","18653"],"st":"PA"}},"42071":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.566339,40.196644],[-76.307578,40.255066],[-76.151215,40.315971],[-75.873375,40.137107],[-75.94244,40.106515],[-75.93587,40.037466],[-75.994629,39.952429],[-75.987846,39.872115],[-76.102479,39.724033],[-76.13569742699,39.721767550607],[-76.233485,39.721646],[-76.239683741115,39.721641989925],[-76.47358,39.947352],[-76.534927,40.051359],[-76.663825,40.063227],[-76.72162,40.12007],[-76.566339,40.196644]]]},"properties":{"id":"42071","n":"Lancaster","z":["17022","17073","17501","17502","17503","17504","17505","17506","17507","17508","17509","17512","17516","17517","17518","17519","17520","17521","17522","17527","17528","17529","17532","17533","17534","17535","17536","17537","17538","17540","17543","17545","17547","17549","17550","17551","17552","17554","17555","17557","17560","17562","17563","17564","17565","17566","17567","17568","17569","17570","17572","17573","17575","17576","17578","17579","17580","17581","17582","17583","17584","17585","17601","17602","17603","17604","17605","17606","17607","17608","17611","17622","17699","19310","19344","19362","19363","19501","19540","19543","19551"],"st":"PA"}},"42073":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.519222086081,41.125093566796],[-80.147164,41.113795],[-80.096861,41.069804],[-80.16529,41.00047],[-80.158534,40.855157],[-80.519705112599,40.851336778685],[-80.519869707686,40.900323934249],[-80.519222086081,41.125093566796]]]},"properties":{"id":"42073","n":"Lawrence","z":["16037","16051","16057","16101","16102","16103","16105","16107","16112","16116","16117","16120","16123","16127","16132","16140","16141","16142","16143","16155","16156","16157","16159","16160","16172"],"st":"PA"}},"42075":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.535414,40.555157],[-76.440181,40.495952],[-76.151215,40.315971],[-76.307578,40.255066],[-76.566339,40.196644],[-76.67804,40.474717],[-76.535414,40.555157]]]},"properties":{"id":"42075","n":"Lebanon","z":["17003","17010","17016","17026","17028","17033","17038","17039","17041","17042","17046","17064","17067","17073","17077","17078","17083","17085","17087","17088","17545","17963","19551"],"st":"PA"}},"42077":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-75.757807,40.735414],[-75.608985,40.787387],[-75.481469,40.655744],[-75.430404,40.674152],[-75.404412,40.581154],[-75.333514,40.537057],[-75.484057,40.418451],[-75.529694,40.446995],[-75.891473,40.67727],[-75.757807,40.735414]]]},"properties":{"id":"42077","n":"Lehigh","z":["16108","18001","18002","18003","18011","18015","18016","18017","18018","18025","18031","18032","18034","18036","18037","18041","18046","18049","18051","18052","18053","18059","18060","18062","18065","18066","18068","18069","18078","18079","18080","18087","18092","18098","18099","18101","18102","18103","18104","18105","18106","18109","18195","18951","18981","19529","19530","19539"],"st":"PA"}},"42079":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.310133,41.310199],[-76.2831,41.376517],[-76.00507,41.384551],[-75.834695,41.427246],[-75.687244,41.339216],[-75.643494,41.176259],[-75.600736,41.161497],[-75.649637,41.122344],[-75.770196,41.050219],[-75.73193,41.00822],[-75.997348,40.912985],[-76.207827,40.94974],[-76.228975,41.138466],[-76.319236,41.208092],[-76.310133,41.310199]]]},"properties":{"id":"42079","n":"Luzerne","z":["17814","17815","17878","18201","18202","18216","18219","18221","18222","18223","18224","18225","18234","18239","18241","18244","18246","18247","18249","18251","18255","18256","18424","18601","18602","18603","18610","18611","18612","18615","18617","18618","18621","18622","18627","18634","18635","18636","18640","18641","18642","18643","18644","18651","18654","18655","18656","18660","18661","18690","18701","18702","18703","18704","18705","18706","18707","18708","18709","18710","18711","18762","18764","18765","18766","18767","18769","18773","18957"],"st":"PA"}},"42081":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.599278,41.542271],[-76.960481,41.551517],[-76.874714,41.596919],[-76.813731,41.590034],[-76.749497,41.405572],[-76.592532,41.304332],[-76.447597,41.275629],[-76.592607,41.157765],[-76.640767,41.155718],[-76.732672,41.17204],[-76.896114,41.13907],[-76.977939,41.087883],[-77.144111,41.06884],[-77.526537,41.358528],[-77.598129,41.478576],[-77.599278,41.542271]]]},"properties":{"id":"42081","n":"Lycoming","z":["16930","16938","17701","17702","17703","17705","17720","17723","17724","17727","17728","17737","17739","17740","17742","17744","17745","17752","17754","17756","17758","17762","17763","17765","17769","17771","17774","17776","17810","17814","17846"],"st":"PA"}},"42083":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.918857363615,41.999103198689],[-78.308128960447,41.999071134741],[-78.206603037858,41.999088305758],[-78.203422,41.618157],[-78.419118,41.602188],[-78.483409,41.629898],[-78.956056,41.623863],[-78.915775,41.840896],[-78.918857363615,41.999103198689]]]},"properties":{"id":"42083","n":"McKean","z":["15870","16333","16701","16720","16724","16725","16726","16727","16729","16730","16731","16732","16733","16735","16738","16740","16743","16744","16745","16748","16749","16750"],"st":"PA"}},"42085":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.519196690325,41.133386502549],[-80.519165169896,41.489012190155],[-80.125316,41.480395],[-79.999779,41.490049],[-79.999779,41.171861],[-80.096861,41.069804],[-80.147164,41.113795],[-80.519222086081,41.125093566796],[-80.519196690325,41.133386502549]]]},"properties":{"id":"42085","n":"Mercer","z":["16057","16110","16113","16114","16121","16124","16125","16127","16130","16133","16134","16137","16142","16143","16145","16146","16148","16150","16151","16153","16154","16156","16159","16161","16311","16314","16342","16362"],"st":"PA"}},"42087":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.681334,40.729758],[-77.36418,40.846937],[-77.356628,40.807334],[-77.354097,40.701667],[-77.287941,40.693595],[-77.490021,40.614792],[-77.497506,40.58174],[-77.75212,40.378545],[-77.913844,40.398679],[-77.816513,40.500074],[-77.841827,40.550035],[-77.68708,40.67675],[-77.681334,40.729758]]]},"properties":{"id":"42087","n":"Mifflin","z":["17002","17004","17009","17029","17044","17051","17054","17063","17066","17075","17084","17099","17841"],"st":"PA"}},"42089":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-75.600736,41.161497],[-75.505607,41.232539],[-75.359184,41.239206],[-75.129721,41.252101],[-75.156507,41.150341],[-74.992385995182,41.093028246993],[-75.123253944208,40.965305534388],[-75.29494,40.8622],[-75.474193,40.814746],[-75.556438,40.928693],[-75.49599,40.987181],[-75.649637,41.122344],[-75.600736,41.161497]]]},"properties":{"id":"42089","n":"Monroe","z":["18058","18071","18210","18301","18302","18320","18321","18322","18323","18324","18325","18326","18327","18330","18331","18332","18333","18334","18335","18341","18342","18344","18346","18347","18348","18349","18350","18352","18353","18354","18355","18356","18357","18360","18370","18372","18424","18466","18610"],"st":"PA"}},"42091":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-75.529694,40.446995],[-75.484057,40.418451],[-75.015066,40.137992],[-75.10745,40.048599],[-75.22361,40.092907],[-75.205771,40.011629],[-75.276482,39.976959],[-75.361066,40.065543],[-75.456501,40.088058],[-75.560154,40.209446],[-75.696782,40.241863],[-75.529694,40.446995]]]},"properties":{"id":"42091","n":"Montgomery","z":["18041","18054","18070","18073","18074","18076","18084","18915","18918","18936","18958","18964","18969","18971","18979","19001","19002","19003","19004","19006","19009","19010","19012","19025","19027","19031","19034","19035","19038","19040","19041","19044","19046","19066","19072","19075","19083","19085","19087","19090","19095","19096","19118","19150","19401","19403","19404","19405","19406","19407","19408","19409","19415","19422","19423","19424","19426","19428","19429","19430","19435","19436","19437","19438","19440","19441","19443","19444","19446","19450","19451","19453","19454","19455","19456","19460","19462","19464","19468","19472","19473","19474","19477","19478","19486","19490","19492","19504","19505","19512","19525"],"st":"PA"}},"42093":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.732672,41.17204],[-76.640767,41.155718],[-76.618971,41.063759],[-76.514789,40.958514],[-76.528034,40.882515],[-76.644446,40.96453],[-76.79261,40.946647],[-76.732672,41.17204]]]},"properties":{"id":"42093","n":"Montour","z":["17756","17772","17777","17815","17820","17821","17822","17847","17884"],"st":"PA"}},"42095":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-75.474193,40.814746],[-75.29494,40.8622],[-75.123253944208,40.965305534388],[-75.065438,40.885682],[-75.108505,40.791094],[-75.177477,40.764225],[-75.189236401356,40.609056961122],[-75.333514,40.537057],[-75.404412,40.581154],[-75.430404,40.674152],[-75.481469,40.655744],[-75.608985,40.787387],[-75.474193,40.814746]]]},"properties":{"id":"42095","n":"Northampton","z":["18013","18014","18015","18017","18018","18020","18032","18035","18038","18040","18042","18043","18044","18045","18055","18063","18064","18067","18072","18077","18083","18085","18086","18088","18091","18109","18343","18351"],"st":"PA"}},"42097":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.939749,40.638378],[-76.864014,40.706693],[-76.800242,40.881994],[-76.874719,40.948144],[-76.858335,41.073078],[-76.896114,41.13907],[-76.732672,41.17204],[-76.79261,40.946647],[-76.644446,40.96453],[-76.528034,40.882515],[-76.501312,40.824817],[-76.409667,40.833624],[-76.380152,40.775511],[-76.701624,40.658082],[-76.919272,40.603544],[-76.949414,40.628163],[-76.939749,40.638378]]]},"properties":{"id":"42097","n":"Northumberland","z":["17017","17730","17749","17756","17772","17777","17801","17821","17823","17824","17830","17832","17834","17836","17840","17847","17850","17851","17857","17860","17865","17866","17867","17868","17872","17877","17881","17941","17964"],"st":"PA"}},"42099":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.671761,40.289825],[-77.540141,40.399221],[-77.182789,40.582211],[-76.949414,40.628163],[-76.992488,40.567534],[-76.952838,40.462444],[-77.020799,40.36623],[-76.91497,40.328484],[-76.974219,40.31033],[-77.420845,40.255368],[-77.360082,40.314075],[-77.614665,40.198549],[-77.671761,40.289825]]]},"properties":{"id":"42099","n":"Perry","z":["17006","17020","17021","17024","17035","17037","17040","17045","17047","17053","17062","17068","17069","17071","17074","17090"],"st":"PA"}},"42101":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-75.276482,39.976959],[-75.205771,40.011629],[-75.22361,40.092907],[-75.10745,40.048599],[-75.015066,40.137992],[-74.972854756446,40.046505365536],[-75.060129970723,39.992011003263],[-75.141435521747,39.893918372481],[-75.258805818048,39.854673900784],[-75.276482,39.976959]]]},"properties":{"id":"42101","n":"Philadelphia","z":["19016","19019","19092","19093","19099","19102","19103","19104","19105","19106","19107","19108","19109","19110","19111","19112","19114","19115","19116","19118","19119","19120","19121","19122","19123","19124","19125","19126","19127","19128","19129","19130","19131","19132","19133","19134","19135","19136","19137","19138","19139","19140","19141","19142","19143","19144","19145","19146","19147","19148","19149","19150","19151","19152","19153","19154","19155","19160","19162","19170","19171","19172","19175","19176","19177","19178","19179","19181","19182","19183","19184","19185","19187","19188","19190","19191","19192","19193","19194","19195","19196","19197","19244","19255"],"st":"PA"}},"42103":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-75.046198605912,41.603764019903],[-74.982463,41.496467],[-74.756271834725,41.427627428543],[-74.694914,41.357423],[-74.815703,41.296151],[-74.905256,41.155668],[-74.983042074248,41.106017558857],[-74.992385995182,41.093028246993],[-75.156507,41.150341],[-75.129721,41.252101],[-75.359184,41.239206],[-75.311143,41.331439],[-75.046198605912,41.603764019903]]]},"properties":{"id":"42103","n":"Pike","z":["18302","18324","18325","18328","18336","18337","18340","18371","18405","18425","18426","18428","18435","18445","18451","18457","18458","18460","18464"],"st":"PA"}},"42105":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.206603037858,41.999088305758],[-77.749930925127,41.998755440329],[-77.610020114476,41.99914985408],[-77.599278,41.542271],[-77.598129,41.478576],[-77.989194,41.474822],[-78.050442,41.475462],[-78.203422,41.618157],[-78.206603037858,41.999088305758]]]},"properties":{"id":"42105","n":"Potter","z":["16720","16743","16746","16748","16915","16922","16923","16927","16937","16941","16943","16948","16950","17729"],"st":"PA"}},"42107":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.380152,40.775511],[-76.30717,40.801809],[-76.284611,40.883588],[-76.207827,40.94974],[-75.997348,40.912985],[-75.757807,40.735414],[-75.891473,40.67727],[-75.993212,40.639712],[-76.01708,40.574455],[-76.171624,40.534947],[-76.440181,40.495952],[-76.535414,40.555157],[-76.701624,40.658082],[-76.380152,40.775511]]]},"properties":{"id":"42107","n":"Schuylkill","z":["17901","17921","17922","17923","17925","17929","17930","17931","17932","17933","17934","17935","17936","17938","17941","17943","17944","17945","17946","17948","17949","17951","17952","17953","17954","17957","17959","17960","17961","17963","17964","17965","17966","17967","17968","17970","17972","17974","17976","17978","17979","17980","17981","17982","17983","17985","18201","18202","18211","18214","18218","18220","18231","18237","18240","18241","18242","18245","18248","18252","19549"],"st":"PA"}},"42109":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.356628,40.807334],[-76.941788,40.88806],[-76.800242,40.881994],[-76.864014,40.706693],[-76.939749,40.638378],[-77.109597,40.691578],[-77.287941,40.693595],[-77.354097,40.701667],[-77.356628,40.807334]]]},"properties":{"id":"42109","n":"Snyder","z":["17045","17063","17086","17812","17813","17827","17831","17833","17841","17842","17843","17853","17861","17862","17864","17870","17876","17882","17889"],"st":"PA"}},"42111":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.293682,40.040413],[-79.183619,40.110686],[-79.055983,40.285089],[-78.927601,40.285041],[-78.884862,40.244631],[-78.658409,40.242933],[-78.763202,40.056745],[-78.757241,39.823484],[-78.808299529622,39.723070956277],[-78.928416129889,39.722998587441],[-79.392458405022,39.72143935864],[-79.356757,39.781477],[-79.417558,39.853776],[-79.293682,40.040413]]]},"properties":{"id":"42111","n":"Somerset","z":["15411","15424","15501","15502","15510","15520","15530","15531","15532","15534","15538","15540","15541","15542","15544","15545","15546","15547","15548","15549","15551","15552","15555","15557","15558","15559","15560","15561","15562","15563","15564","15565","15622","15905","15924","15926","15928","15935","15936","15937","15953","15963"],"st":"PA"}},"42113":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.813731,41.590034],[-76.220139,41.541285],[-76.2831,41.376517],[-76.310133,41.310199],[-76.447597,41.275629],[-76.592532,41.304332],[-76.749497,41.405572],[-76.813731,41.590034]]]},"properties":{"id":"42113","n":"Sullivan","z":["17701","17731","17737","17758","17768","17774","17814","18614","18616","18619","18626","18628","18632","18833"],"st":"PA"}},"42115":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.145518994782,41.998866463308],[-76.10584,41.998858],[-75.483149270959,41.999398164523],[-75.462411,41.641587],[-75.719887,41.642263],[-76.115172,41.651825],[-76.145518994782,41.998866463308]]]},"properties":{"id":"42115","n":"Susquehanna","z":["18407","18413","18419","18421","18430","18441","18446","18449","18465","18470","18623","18630","18801","18812","18813","18816","18818","18820","18821","18822","18823","18824","18825","18826","18827","18828","18830","18834","18842","18843","18844","18847"],"st":"PA"}},"42117":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.610020114476,41.99914985408],[-76.965728759427,42.000783395047],[-76.926846362954,42.000723451817],[-76.874714,41.596919],[-76.960481,41.551517],[-77.599278,41.542271],[-77.610020114476,41.99914985408]]]},"properties":{"id":"42117","n":"Tioga","z":["16901","16911","16912","16914","16917","16920","16921","16928","16929","16930","16932","16933","16935","16936","16938","16939","16940","16942","16943","16946","16947","16950","17724","17727","17765"],"st":"PA"}},"42119":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.36418,40.846937],[-77.14416,41.044338],[-77.144111,41.06884],[-76.977939,41.087883],[-76.896114,41.13907],[-76.858335,41.073078],[-76.874719,40.948144],[-76.800242,40.881994],[-76.941788,40.88806],[-77.356628,40.807334],[-77.36418,40.846937]]]},"properties":{"id":"42119","n":"Union","z":["17810","17829","17835","17837","17844","17845","17855","17856","17870","17880","17883","17885","17886","17887","17889"],"st":"PA"}},"42121":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.999779,41.490049],[-79.828876,41.622057],[-79.612873,41.623858],[-79.51207,41.624559],[-79.512276,41.46524],[-79.477822,41.386479],[-79.47814,41.335708],[-79.604161,41.321478],[-79.694984,41.172865],[-79.999779,41.171861],[-79.999779,41.490049]]]},"properties":{"id":"42121","n":"Venango","z":["16038","16058","16127","16153","16232","16301","16311","16314","16317","16319","16323","16341","16342","16343","16344","16346","16353","16354","16362","16364","16372","16373","16374","16375"],"st":"PA"}},"42123":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.612072,41.850056],[-79.610835774987,41.998519904108],[-79.06126440316,41.998838109911],[-78.918857363615,41.999103198689],[-78.915775,41.840896],[-78.956056,41.623863],[-78.956042,41.623402],[-79.51207,41.624559],[-79.612873,41.623858],[-79.612072,41.850056]]]},"properties":{"id":"42123","n":"Warren","z":["16312","16313","16329","16340","16345","16347","16350","16351","16352","16354","16365","16366","16367","16368","16369","16371","16402","16405","16407","16416","16420","16434","16436","16701"],"st":"PA"}},"42125":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.51912,40.01641],[-80.519084370457,40.159671995118],[-80.519029691194,40.399641056341],[-80.519017117347,40.477363146237],[-80.360873,40.477539],[-80.183472,40.332782],[-79.914139,40.252518],[-79.870585,40.197415],[-79.877385,40.126792],[-79.877048,40.036826],[-79.998014,39.983322],[-80.301396,40.020559],[-80.519160794315,39.962200052522],[-80.51912,40.01641]]]},"properties":{"id":"42125","n":"Washington","z":["15004","15012","15017","15019","15021","15022","15025","15026","15033","15038","15053","15054","15055","15057","15060","15063","15067","15078","15126","15129","15241","15301","15311","15312","15313","15314","15317","15321","15322","15323","15324","15329","15330","15331","15332","15333","15336","15339","15340","15342","15345","15347","15348","15350","15358","15360","15361","15363","15365","15366","15367","15368","15370","15376","15377","15378","15379","15412","15417","15419","15423","15427","15429","15432","15434","15477","15483"],"st":"PA"}},"42127":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-75.462411,41.641587],[-75.483149270959,41.999398164523],[-75.359859929151,41.993685888905],[-75.263005,41.885109],[-75.146664899286,41.850125930146],[-75.053431,41.752538],[-75.046198605912,41.603764019903],[-75.311143,41.331439],[-75.359184,41.239206],[-75.505607,41.232539],[-75.440658,41.258125],[-75.462411,41.641587]]]},"properties":{"id":"42127","n":"Wayne","z":["18405","18415","18417","18421","18424","18427","18428","18431","18436","18437","18438","18439","18443","18444","18445","18453","18454","18455","18456","18459","18460","18461","18462","18463","18465","18469","18470","18472","18473","18847"],"st":"PA"}},"42129":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.870585,40.197415],[-79.781761,40.227711],[-79.764646,40.390346],[-79.704503,40.434025],[-79.701711,40.525491],[-79.772285,40.583788],[-79.69293,40.669744],[-79.668345,40.680049],[-79.450176,40.530149],[-79.395461,40.457132],[-79.155789,40.411765],[-79.121634,40.370576],[-79.016617,40.420279],[-78.974649,40.395972],[-79.055983,40.285089],[-79.183619,40.110686],[-79.293682,40.040413],[-79.480367,40.143124],[-79.641098,40.088317],[-79.744404,40.128168],[-79.877385,40.126792],[-79.870585,40.197415]]]},"properties":{"id":"42129","n":"Westmoreland","z":["15012","15062","15068","15069","15072","15083","15085","15087","15089","15131","15137","15146","15448","15479","15501","15531","15601","15605","15606","15610","15611","15612","15613","15615","15616","15617","15618","15619","15620","15621","15622","15623","15624","15625","15626","15627","15628","15629","15632","15633","15634","15635","15636","15637","15638","15639","15640","15641","15642","15644","15646","15647","15650","15655","15656","15658","15660","15661","15662","15663","15664","15665","15666","15668","15670","15671","15672","15674","15675","15676","15677","15678","15679","15680","15681","15682","15683","15684","15685","15687","15688","15689","15690","15691","15692","15693","15695","15696","15697","15698","15717","15779","15923","15944","15954","16229"],"st":"PA"}},"42131":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.220139,41.541285],[-76.197998,41.647823],[-76.115172,41.651825],[-75.719887,41.642263],[-75.834695,41.427246],[-76.00507,41.384551],[-76.2831,41.376517],[-76.220139,41.541285]]]},"properties":{"id":"42131","n":"Wyoming","z":["18414","18419","18446","18612","18614","18615","18618","18623","18625","18629","18630","18636","18657","18844"],"st":"PA"}},"42133":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.859023,40.226328],[-76.72162,40.12007],[-76.663825,40.063227],[-76.534927,40.051359],[-76.47358,39.947352],[-76.239683741115,39.721641989925],[-76.569475117212,39.721458559105],[-76.787097199758,39.721048146111],[-76.999318026333,39.720067672353],[-77.000312,39.831219],[-76.954932,39.85685],[-77.018648,40.013947],[-77.137425,40.069945],[-77.029433,40.147547],[-76.905875,40.165723],[-76.859023,40.226328]]]},"properties":{"id":"42133","n":"York","z":["17011","17019","17055","17070","17301","17302","17309","17311","17312","17313","17314","17315","17316","17317","17318","17319","17321","17322","17323","17327","17329","17331","17332","17333","17334","17339","17342","17345","17347","17349","17352","17354","17355","17356","17358","17360","17361","17362","17363","17364","17365","17366","17368","17370","17371","17372","17401","17402","17403","17404","17405","17406","17407","17408"],"st":"PA"}},"44001":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-71.365207,41.735649],[-71.317402007931,41.777256108969],[-71.208600532895,41.690309243603],[-71.256728,41.638137],[-71.33097,41.686962],[-71.365207,41.735649]]]},"properties":{"id":"44001","n":"Bristol","z":["02806","02809","02885"],"st":"RI"}},"44003":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-71.789695431682,41.725198244809],[-71.365207,41.735649],[-71.33097,41.686962],[-71.380542,41.650326],[-71.484427,41.602591],[-71.789358672742,41.596852160343],[-71.789464590839,41.640017190707],[-71.789695431682,41.725198244809]]]},"properties":{"id":"44003","n":"Kent","z":["02816","02817","02818","02827","02831","02886","02887","02888","02889","02893"],"st":"RI"}},"44005":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-71.380542,41.650326],[-71.33097,41.686962],[-71.256728,41.638137],[-71.208600532895,41.690309243603],[-71.132888,41.660102],[-71.12057,41.497448],[-71.19302,41.457931],[-71.285639,41.487805],[-71.417212791484,41.456031312774],[-71.380542,41.650326]]]},"properties":{"id":"44005","n":"Newport","z":["02801","02835","02837","02840","02841","02842","02871","02872","02878"],"st":"RI"}},"44007":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-71.799242,42.008065],[-71.498224013125,42.015874111018],[-71.381431346893,41.98508411913],[-71.317402007931,41.777256108969],[-71.365207,41.735649],[-71.789695431682,41.725198244809],[-71.799242,42.008065]]]},"properties":{"id":"44007","n":"Providence","z":["02802","02814","02815","02816","02823","02824","02825","02826","02828","02829","02830","02831","02838","02839","02857","02858","02859","02860","02861","02862","02863","02864","02865","02876","02895","02896","02901","02902","02903","02904","02905","02906","02907","02908","02909","02910","02911","02912","02914","02915","02916","02917","02918","02919","02920","02921","02940"],"st":"RI"}},"44009":{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-71.631472,41.166678],[-71.54541,41.24273],[-71.51921,41.149624],[-71.631472,41.166678]]],[[[-71.860513,41.320248],[-71.797683,41.416709],[-71.789358672742,41.596852160343],[-71.484427,41.602591],[-71.380542,41.650326],[-71.417212791484,41.456031312774],[-71.483295,41.371722],[-71.860513,41.320248]]]]},"properties":{"id":"44009","n":"Washington","z":["02804","02807","02808","02812","02813","02822","02832","02833","02836","02852","02873","02874","02875","02877","02879","02880","02881","02882","02883","02891","02892","02894","02898"],"st":"RI"}},"45001":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.735107988942,34.212614812243],[-82.313996,34.484002],[-82.246337,34.409676],[-82.334234,34.34263],[-82.247747,34.219619],[-82.267184,34.10836],[-82.326947,34.06412],[-82.530567,34.071925],[-82.595025792607,34.01351780921],[-82.715373,34.148165],[-82.735107988942,34.212614812243]]]},"properties":{"id":"45001","n":"Abbeville","z":["29620","29627","29628","29638","29639","29646","29649","29653","29654","29655","29659","29692","29819"],"st":"SC"}},"45003":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.016555870445,33.529055386426],[-81.651759,33.81451],[-81.571485,33.87723],[-81.417939,33.734443],[-81.187271,33.652937],[-81.372931,33.490417],[-81.762505982796,33.197265888297],[-81.846500532358,33.24725208543],[-81.846136,33.303843],[-81.932737,33.343541],[-81.926336,33.462937],[-82.016555870445,33.529055386426]]]},"properties":{"id":"45003","n":"Aiken","z":["29006","29105","29129","29137","29146","29164","29801","29802","29803","29804","29805","29808","29809","29816","29822","29828","29829","29831","29834","29839","29841","29842","29847","29850","29851","29853","29856","29860"],"st":"SC"}},"45005":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.615955710789,33.089338539364],[-81.541881,33.158279],[-81.364857,33.108061],[-81.193099,33.118668],[-81.082291,33.02663],[-81.236956,32.940244],[-81.261662,32.839139],[-81.413116795174,32.744261327962],[-81.42062,32.831223],[-81.543966224314,33.044399954144],[-81.615955710789,33.089338539364]]]},"properties":{"id":"45005","n":"Allendale","z":["29810","29812","29827","29836","29846","29849","29932"],"st":"SC"}},"45007":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.840253,34.623212],[-82.788664,34.672017],[-82.486746,34.819475],[-82.453789,34.625114],[-82.417293,34.55345],[-82.313996,34.484002],[-82.735107988942,34.212614812243],[-82.774628731012,34.288366818255],[-82.873831,34.471508],[-82.991388153182,34.472980627236],[-82.840253,34.623212]]]},"properties":{"id":"45007","n":"Anderson","z":["29611","29621","29622","29624","29625","29626","29627","29630","29631","29642","29643","29654","29655","29656","29657","29669","29670","29673","29677","29684","29689","29697"],"st":"SC"}},"45009":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.222673,33.44],[-80.940103,33.30356],[-80.797912,33.176944],[-81.082291,33.02663],[-81.193099,33.118668],[-81.227804,33.160697],[-81.222673,33.44]]]},"properties":{"id":"45009","n":"Bamberg","z":["24042","29003","29042","29081","29082","29432","29481","29817","29843"],"st":"SC"}},"45011":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.762505982796,33.197265888297],[-81.372931,33.490417],[-81.222673,33.44],[-81.227804,33.160697],[-81.193099,33.118668],[-81.364857,33.108061],[-81.541881,33.158279],[-81.615955710789,33.089338539364],[-81.755135,33.15155],[-81.762505982796,33.197265888297]]]},"properties":{"id":"45011","n":"Barnwell","z":["29812","29813","29817","29826","29836","29843","29849","29853"],"st":"SC"}},"45013":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.869705,32.660935],[-80.826309,32.704321],[-80.67115,32.671642],[-80.659751,32.612683],[-80.51408,32.513897],[-80.472293124695,32.48334891458],[-80.455192,32.326458],[-80.596394,32.273549],[-80.714601,32.325656],[-80.766038,32.292608],[-80.669166,32.216783],[-80.867427681892,32.07849],[-81.016112,32.244294],[-80.841458,32.385064],[-80.81869,32.463935],[-80.869705,32.660935]]]},"properties":{"id":"45013","n":"Beaufort","z":["22907","29901","29902","29903","29904","29905","29906","29907","29909","29910","29914","29915","29920","29925","29926","29927","29928","29931","29935","29938","29940","29941","29945"],"st":"SC"}},"45015":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.361851,33.257443],[-80.253836,33.29926],[-80.222267,33.443716],[-80.101697,33.496891],[-79.971062,33.500743],[-79.677014,33.304944],[-79.446699,33.213458],[-79.518844,33.148297],[-79.642577,33.124123],[-79.919202,32.818991],[-79.950448,32.910174],[-80.023318,32.921434],[-80.055462,32.999512],[-80.149246,33.021601],[-80.330057,33.148504],[-80.297577,33.181838],[-80.361851,33.257443]]]},"properties":{"id":"45015","n":"Berkeley","z":["28410","29059","29406","29410","29431","29434","29436","29445","29450","29453","29456","29461","29468","29469","29472","29476","29479","29483","29492"],"st":"SC"}},"45017":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.01233,33.88008],[-80.78486,33.761008],[-80.620107,33.743237],[-80.534085,33.643911],[-80.496273,33.558481],[-80.552272,33.565414],[-80.616575,33.466006],[-80.807631,33.604081],[-80.93979,33.608798],[-81.042854,33.707131],[-80.924968,33.756803],[-81.058521,33.747053],[-81.01233,33.88008]]]},"properties":{"id":"45017","n":"Calhoun","z":["29030","29047","29053","29112","29118","29135","29160"],"st":"SC"}},"45019":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.51408,32.513897],[-80.408529,32.502781],[-80.389401,32.65282],[-80.45363,32.7399],[-80.40134,32.858466],[-80.148484,32.819034],[-80.185697,32.860807],[-80.097125,32.886825],[-80.149246,33.021601],[-80.055462,32.999512],[-80.023318,32.921434],[-79.950448,32.910174],[-79.919202,32.818991],[-79.642577,33.124123],[-79.518844,33.148297],[-79.446699,33.213458],[-79.274494584643,33.12005626772],[-79.359961,33.006672],[-79.522449,33.03535],[-79.606615,32.972248],[-79.569762,32.926692],[-79.726389,32.805996],[-79.868352,32.734849],[-80.000801,32.605892],[-80.148406,32.578479],[-80.338354,32.47873],[-80.472293124695,32.48334891458],[-80.51408,32.513897]]]},"properties":{"id":"45019","n":"Charleston","z":["20440","29226","29401","29402","29403","29404","29405","29406","29407","29409","29412","29413","29414","29415","29416","29417","29418","29419","29420","29423","29424","29425","29426","29429","29438","29439","29449","29450","29451","29455","29456","29457","29458","29464","29466","29470","29482","29483","29485","29487"],"st":"SC"}},"45021":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.874112204316,35.183509908026],[-81.768134407774,35.179707706384],[-81.367604910676,35.164092161204],[-81.409574,35.046415],[-81.487016,35.034853],[-81.457257,34.83928],[-81.481945,34.866495],[-81.711694,34.912577],[-81.754911,34.932672],[-81.874112204316,35.183509908026]]]},"properties":{"id":"45021","n":"Cherokee","z":["09702","27702","29307","29323","29330","29340","29341","29342","29372","29702"],"st":"SC"}},"45023":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.478454,34.821509],[-80.898215,34.820746],[-80.860274,34.695847],[-80.877491,34.543146],[-81.422706,34.572029],[-81.415894,34.633589],[-81.482351,34.744398],[-81.478454,34.821509]]]},"properties":{"id":"45023","n":"Chester","z":["29014","29031","29055","29704","29706","29712","29714","29724","29729","29730","29742"],"st":"SC"}},"45025":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.32083257113,34.813620821544],[-79.927398038772,34.807862590631],[-79.871959,34.693841],[-79.777461,34.613492],[-79.829981,34.531925],[-79.884402,34.491404],[-80.045439,34.492631],[-80.288596,34.366207],[-80.32759,34.49776],[-80.408373,34.614765],[-80.561708549382,34.817482400337],[-80.32083257113,34.813620821544]]]},"properties":{"id":"45025","n":"Chesterfield","z":["29009","29101","29520","29550","29584","29593","29709","29718","29727","29728","29741"],"st":"SC"}},"45027":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.534085,33.643911],[-80.449293,33.737528],[-80.262672,33.795999],[-79.974601,33.946527],[-79.87562,33.885245],[-79.995638,33.767906],[-79.974382,33.72159],[-80.101697,33.496891],[-80.222267,33.443716],[-80.393145,33.445339],[-80.496273,33.558481],[-80.534085,33.643911]]]},"properties":{"id":"45027","n":"Clarendon","z":["29001","29041","29051","29056","29102","29111","29114","29125","29148","29162","29560"],"st":"SC"}},"45029":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.082291,33.02663],[-80.797912,33.176944],[-80.790296,33.18084],[-80.706085,33.154546],[-80.6181,33.064754],[-80.390533,33.043909],[-80.40134,32.858466],[-80.45363,32.7399],[-80.389401,32.65282],[-80.408529,32.502781],[-80.51408,32.513897],[-80.659751,32.612683],[-80.67115,32.671642],[-80.826309,32.704321],[-80.900059,32.832632],[-81.082291,33.02663]]]},"properties":{"id":"45029","n":"Colleton","z":["29081","29082","29433","29435","29438","29446","29452","29472","29474","29475","29481","29484","29488","29493","29929","29945"],"st":"SC"}},"45031":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.288596,34.366207],[-80.045439,34.492631],[-79.884402,34.491404],[-79.829981,34.531925],[-79.752769,34.514059],[-79.750566,34.436797],[-79.657764,34.30519],[-79.809021,34.252438],[-80.072808,34.086013],[-80.158582,34.161623],[-80.112727,34.197018],[-80.177225,34.366203],[-80.288692,34.364139],[-80.288596,34.366207]]]},"properties":{"id":"45031","n":"Darlington","z":["29069","29079","29101","29161","29501","29506","29532","29540","29550","29551","29593"],"st":"SC"}},"45033":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.633413,34.297994],[-79.450277289043,34.620608997009],[-79.071254201048,34.299313026842],[-79.128165,34.253652],[-79.380264,34.300572],[-79.480712,34.288081],[-79.54793,34.230913],[-79.633413,34.297994]]]},"properties":{"id":"45033","n":"Dillon","z":["29536","29543","29547","29563","29565","29567","29574","29581","29592"],"st":"SC"}},"45035":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.790296,33.18084],[-80.50279,33.334496],[-80.484578,33.280034],[-80.361851,33.257443],[-80.297577,33.181838],[-80.330057,33.148504],[-80.149246,33.021601],[-80.097125,32.886825],[-80.185697,32.860807],[-80.148484,32.819034],[-80.40134,32.858466],[-80.390533,33.043909],[-80.6181,33.064754],[-80.706085,33.154546],[-80.790296,33.18084]]]},"properties":{"id":"45035","n":"Dorchester","z":["29018","29414","29418","29420","29426","29432","29437","29447","29448","29456","29465","29470","29471","29472","29477","29483","29485","29486"],"st":"SC"}},"45037":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.046974,33.95321],[-82.008298,33.961646],[-81.894595,33.975415],[-81.836803,33.866501],[-81.651759,33.81451],[-82.016555870445,33.529055386426],[-82.028238,33.544934],[-82.114653838585,33.59790505457],[-82.095527,33.633869],[-82.182987,33.724113],[-82.113728,33.82988],[-82.1557,33.92929],[-82.046974,33.95321]]]},"properties":{"id":"45037","n":"Edgefield","z":["29129","29138","29821","29824","29832","29835","29838","29845","29847","29860","29861"],"st":"SC"}},"45039":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.422706,34.572029],[-80.877491,34.543146],[-80.879227,34.457776],[-80.769926,34.377111],[-80.825921,34.26876],[-81.095863,34.213872],[-81.178293,34.174552],[-81.316911,34.239458],[-81.423241,34.494379],[-81.422706,34.572029]]]},"properties":{"id":"45039","n":"Fairfield","z":["29014","29015","29016","29031","29055","29065","29130","29132","29180"],"st":"SC"}},"45041":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.072808,34.086013],[-79.809021,34.252438],[-79.657764,34.30519],[-79.633413,34.297994],[-79.54793,34.230913],[-79.571834,34.183689],[-79.515308,34.097207],[-79.51694,33.99398],[-79.324317,33.799123],[-79.496466,33.775372],[-79.687452,33.804914],[-79.87562,33.885245],[-79.974601,33.946527],[-79.893517,33.988017],[-80.000594,34.047877],[-80.072808,34.086013]]]},"properties":{"id":"45041","n":"Florence","z":["29114","29161","29501","29502","29503","29504","29505","29506","29530","29541","29554","29555","29560","29583","29591"],"st":"SC"}},"45043":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.317041,33.779878],[-79.246384,33.695347],[-79.190264,33.705787],[-79.100653,33.571807],[-78.995631694384,33.572074598189],[-79.135441,33.403867],[-79.172394,33.206577],[-79.274494584643,33.12005626772],[-79.446699,33.213458],[-79.677014,33.304944],[-79.53808,33.496896],[-79.435733,33.572702],[-79.409332,33.68889],[-79.317041,33.779878]]]},"properties":{"id":"45043","n":"Georgetown","z":["29440","29442","29510","29554","29576","29585"],"st":"SC"}},"45045":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.762059552114,35.081874436004],[-82.577715148441,35.146475347847],[-82.353175272919,35.198714129601],[-82.216248719229,35.193258548653],[-82.226538,34.850531],[-82.146792,34.785554],[-82.238054,34.586956],[-82.313996,34.484002],[-82.417293,34.55345],[-82.453789,34.625114],[-82.486746,34.819475],[-82.571378,35.074559],[-82.749351,35.047829],[-82.762059552114,35.081874436004]]]},"properties":{"id":"45045","n":"Greenville","z":["29322","29356","29601","29602","29604","29605","29606","29607","29608","29609","29610","29611","29612","29613","29614","29615","29616","29617","29627","29635","29636","29644","29650","29651","29652","29654","29661","29662","29669","29673","29680","29681","29683","29687","29688","29690"],"st":"SC"}},"45047":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.246337,34.409676],[-82.168857,34.330151],[-81.945019,34.203148],[-81.870084,34.135357],[-82.008298,33.961646],[-82.046974,33.95321],[-82.04513,33.983396],[-82.200286,33.978597],[-82.245055,34.018781],[-82.306243,33.971584],[-82.326947,34.06412],[-82.267184,34.10836],[-82.247747,34.219619],[-82.334234,34.34263],[-82.246337,34.409676]]]},"properties":{"id":"45047","n":"Greenwood","z":["29138","29638","29646","29647","29648","29649","29653","29666","29692","29695","29819","29848"],"st":"SC"}},"45049":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.413116795174,32.744261327962],[-81.261662,32.839139],[-81.236956,32.940244],[-81.082291,33.02663],[-80.900059,32.832632],[-80.826309,32.704321],[-80.869705,32.660935],[-80.902448,32.621561],[-81.014625,32.753058],[-81.284238381766,32.547110946285],[-81.386901902694,32.5989648539],[-81.413116795174,32.744261327962]]]},"properties":{"id":"45049","n":"Hampton","z":["29911","29913","29916","29918","29921","29922","29923","29924","29932","29933","29934","29939","29944","29945"],"st":"SC"}},"45051":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.128165,34.253652],[-79.071254201048,34.299313026842],[-78.650871280533,33.945055720533],[-78.541087,33.851112],[-78.772737,33.768511],[-78.995631694384,33.572074598189],[-79.100653,33.571807],[-79.190264,33.705787],[-79.260283,33.814854],[-79.256829,33.878969],[-79.339076,33.969722],[-79.247574,34.057269],[-79.128165,34.253652]]]},"properties":{"id":"45051","n":"Horry","z":["29511","29526","29527","29528","29544","29545","29566","29568","29569","29572","29575","29576","29577","29578","29579","29581","29582","29587","29588","29597","29598"],"st":"SC"}},"45053":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.284238381766,32.547110946285],[-81.014625,32.753058],[-80.902448,32.621561],[-80.869705,32.660935],[-80.81869,32.463935],[-80.841458,32.385064],[-81.016112,32.244294],[-80.867427681892,32.07849],[-80.885517,32.0346],[-81.006745,32.101152],[-81.113334,32.113205],[-81.147595170455,32.227169446597],[-81.133032,32.334794],[-81.194829,32.465086],[-81.284238381766,32.547110946285]]]},"properties":{"id":"45053","n":"Jasper","z":["29909","29912","29916","29922","29927","29934","29936","29943","29944","29945"],"st":"SC"}},"45055":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.879227,34.457776],[-80.743345,34.539916],[-80.739966,34.479957],[-80.527434,34.503935],[-80.550552,34.560116],[-80.408373,34.614765],[-80.32759,34.49776],[-80.288596,34.366207],[-80.288692,34.364139],[-80.437359,34.284502],[-80.479857,34.168696],[-80.616186,34.099605],[-80.719318,34.068972],[-80.869524,34.182271],[-80.825921,34.26876],[-80.769926,34.377111],[-80.879227,34.457776]]]},"properties":{"id":"45055","n":"Kershaw","z":["29009","29010","29020","29032","29045","29058","29067","29074","29078","29128","29130","29175","29718"],"st":"SC"}},"45057":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.840566909021,35.001471529394],[-80.782042,34.935782],[-80.796997,34.823874],[-80.561708549382,34.817482400337],[-80.408373,34.614765],[-80.550552,34.560116],[-80.527434,34.503935],[-80.739966,34.479957],[-80.743345,34.539916],[-80.879227,34.457776],[-80.877491,34.543146],[-80.860274,34.695847],[-80.898215,34.820746],[-80.868652,34.951143],[-80.906239954082,35.075184269766],[-80.840566909021,35.001471529394]]]},"properties":{"id":"45057","n":"Lancaster","z":["29021","29058","29067","29707","29720","29721","29722","29744"],"st":"SC"}},"45059":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.313996,34.484002],[-82.238054,34.586956],[-82.146792,34.785554],[-82.071621,34.704242],[-81.854002,34.594549],[-81.643552,34.533652],[-81.782627,34.365089],[-81.895331,34.300497],[-81.945019,34.203148],[-82.168857,34.330151],[-82.246337,34.409676],[-82.313996,34.484002]]]},"properties":{"id":"45059","n":"Laurens","z":["29178","29325","29332","29335","29351","29355","29360","29370","29384","29388","29644","29645","29654","29692"],"st":"SC"}},"45061":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.479857,34.168696],[-80.437359,34.284502],[-80.288692,34.364139],[-80.177225,34.366203],[-80.112727,34.197018],[-80.158582,34.161623],[-80.072808,34.086013],[-80.000594,34.047877],[-80.180371,33.952002],[-80.321721,34.080356],[-80.481318,34.112622],[-80.479857,34.168696]]]},"properties":{"id":"45061","n":"Lee","z":["29009","29010","29020","29032","29040","29046","29069","29080","29104","29128","29153","29550"],"st":"SC"}},"45063":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.471972,34.076552],[-81.338961,34.197587],[-81.275845,34.097381],[-81.139509,34.068292],[-81.05211,33.997616],[-81.01233,33.88008],[-81.058521,33.747053],[-80.924968,33.756803],[-81.042854,33.707131],[-81.187271,33.652937],[-81.417939,33.734443],[-81.571485,33.87723],[-81.471972,34.076552]]]},"properties":{"id":"45063","n":"Lexington","z":["29006","29033","29036","29053","29054","29063","29070","29071","29072","29073","29075","29112","29123","29160","29169","29170","29171","29172","29177","29210","29212","29603"],"st":"SC"}},"45065":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.595025792607,34.01351780921],[-82.530567,34.071925],[-82.326947,34.06412],[-82.306243,33.971584],[-82.245055,34.018781],[-82.200286,33.978597],[-82.04513,33.983396],[-82.046974,33.95321],[-82.1557,33.92929],[-82.113728,33.82988],[-82.182987,33.724113],[-82.095527,33.633869],[-82.114653838585,33.59790505457],[-82.215938364748,33.687754975319],[-82.32448,33.820033],[-82.562996798581,33.956554910527],[-82.595025792607,34.01351780921]]]},"properties":{"id":"45065","n":"McCormick","z":["29620","29628","29819","29821","29835","29838","29840","29844","29845","29848","29899"],"st":"SC"}},"45067":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.54793,34.230913],[-79.480712,34.288081],[-79.380264,34.300572],[-79.128165,34.253652],[-79.247574,34.057269],[-79.339076,33.969722],[-79.256829,33.878969],[-79.260283,33.814854],[-79.190264,33.705787],[-79.246384,33.695347],[-79.317041,33.779878],[-79.324317,33.799123],[-79.51694,33.99398],[-79.515308,34.097207],[-79.571834,34.183689],[-79.54793,34.230913]]]},"properties":{"id":"45067","n":"Marion","z":["29519","29546","29565","29571","29574","29581","29589","29592"],"st":"SC"}},"45069":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.924684253136,34.807829019752],[-79.692946383709,34.804962306923],[-79.461791031001,34.630030678591],[-79.450277289043,34.620608997009],[-79.633413,34.297994],[-79.657764,34.30519],[-79.750566,34.436797],[-79.752769,34.514059],[-79.829981,34.531925],[-79.777461,34.613492],[-79.871959,34.693841],[-79.927398038772,34.807862590631],[-79.924684253136,34.807829019752]]]},"properties":{"id":"45069","n":"Marlboro","z":["29512","29516","29525","29565","29570","29594","29596"],"st":"SC"}},"45071":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.945019,34.203148],[-81.895331,34.300497],[-81.782627,34.365089],[-81.643552,34.533652],[-81.541455,34.445166],[-81.423241,34.494379],[-81.316911,34.239458],[-81.338961,34.197587],[-81.471972,34.076552],[-81.568511,34.099687],[-81.731614,34.187613],[-81.860571,34.179373],[-81.870084,34.135357],[-81.945019,34.203148]]]},"properties":{"id":"45071","n":"Newberry","z":["29036","29037","29075","29108","29122","29126","29127","29145","29178","29332","29355","79178"],"st":"SC"}},"45073":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.108612996507,35.000658843678],[-83.008472812269,35.026918543924],[-82.897499,35.056021],[-82.915785,34.971836],[-82.900144,34.74244],[-82.840253,34.623212],[-82.991388153182,34.472980627236],[-83.050572964102,34.495053652169],[-83.102873826036,34.537430909765],[-83.340039106785,34.686327710412],[-83.349608510913,34.717010582627],[-83.323866,34.789712],[-83.140621,34.924915],[-83.108612996507,35.000658843678]]]},"properties":{"id":"45073","n":"Oconee","z":["29623","29643","29658","29664","29665","29672","29675","29676","29678","29679","29686","29689","29691","29693","29696"],"st":"SC"}},"45075":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.372931,33.490417],[-81.187271,33.652937],[-81.042854,33.707131],[-80.93979,33.608798],[-80.807631,33.604081],[-80.616575,33.466006],[-80.552272,33.565414],[-80.496273,33.558481],[-80.393145,33.445339],[-80.222267,33.443716],[-80.253836,33.29926],[-80.361851,33.257443],[-80.484578,33.280034],[-80.50279,33.334496],[-80.790296,33.18084],[-80.797912,33.176944],[-80.940103,33.30356],[-81.222673,33.44],[-81.372931,33.490417]]]},"properties":{"id":"45075","n":"Orangeburg","z":["29018","29030","29038","29039","29047","29048","29059","29107","29112","29113","29115","29116","29117","29118","29133","29135","29137","29142","29146","29163","29432","29436"],"st":"SC"}},"45077":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.897499,35.056021],[-82.762059552114,35.081874436004],[-82.749351,35.047829],[-82.571378,35.074559],[-82.486746,34.819475],[-82.788664,34.672017],[-82.840253,34.623212],[-82.900144,34.74244],[-82.915785,34.971836],[-82.897499,35.056021]]]},"properties":{"id":"45077","n":"Pickens","z":["29611","29630","29631","29632","29633","29634","29635","29640","29641","29642","29657","29661","29667","29670","29671","29678","29682","29685"],"st":"SC"}},"45079":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.316911,34.239458],[-81.178293,34.174552],[-81.095863,34.213872],[-80.825921,34.26876],[-80.869524,34.182271],[-80.719318,34.068972],[-80.616186,34.099605],[-80.601036,34.03593],[-80.633545,33.85268],[-80.620107,33.743237],[-80.78486,33.761008],[-81.01233,33.88008],[-81.05211,33.997616],[-81.139509,34.068292],[-81.275845,34.097381],[-81.338961,34.197587],[-81.316911,34.239458]]]},"properties":{"id":"45079","n":"Richland","z":["29002","29016","29036","29044","29045","29052","29061","29063","29075","29078","29130","29147","29180","29201","29202","29203","29204","29205","29206","29207","29208","29209","29210","29211","29212","29214","29215","29216","29217","29219","29220","29221","29222","29223","29224","29225","29227","29228","29229","29230","29240","29250","29260","29290","29292"],"st":"SC"}},"45081":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.870084,34.135357],[-81.860571,34.179373],[-81.731614,34.187613],[-81.568511,34.099687],[-81.471972,34.076552],[-81.571485,33.87723],[-81.651759,33.81451],[-81.836803,33.866501],[-81.894595,33.975415],[-82.008298,33.961646],[-81.870084,34.135357]]]},"properties":{"id":"45081","n":"Saluda","z":["29006","29037","29070","29105","29127","29129","29138","29166","29666","29824","29832","29848"],"st":"SC"}},"45083":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.216248719229,35.193258548653],[-81.969358401258,35.1869270884],[-81.874112204316,35.183509908026],[-81.754911,34.932672],[-81.711694,34.912577],[-81.78339,34.837125],[-81.854002,34.594549],[-82.071621,34.704242],[-82.146792,34.785554],[-82.226538,34.850531],[-82.216248719229,35.193258548653]]]},"properties":{"id":"45083","n":"Spartanburg","z":["29301","29302","29303","29304","29305","29306","29307","29316","29319","29320","29322","29323","29324","29329","29330","29331","29333","29334","29335","29336","29338","29346","29348","29349","29356","29365","29368","29369","29372","29373","29374","29375","29376","29377","29378","29385","29386","29388","29650","29651"],"st":"SC"}},"45085":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.616186,34.099605],[-80.479857,34.168696],[-80.481318,34.112622],[-80.321721,34.080356],[-80.180371,33.952002],[-80.000594,34.047877],[-79.893517,33.988017],[-79.974601,33.946527],[-80.262672,33.795999],[-80.449293,33.737528],[-80.534085,33.643911],[-80.620107,33.743237],[-80.633545,33.85268],[-80.601036,34.03593],[-80.616186,34.099605]]]},"properties":{"id":"45085","n":"Sumter","z":["29001","29040","29051","29062","29080","29104","29114","29125","29128","29143","29150","29151","29152","29153","29154","29162","29168","29218"],"st":"SC"}},"45087":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.711694,34.912577],[-81.481945,34.866495],[-81.457257,34.83928],[-81.478454,34.821509],[-81.482351,34.744398],[-81.415894,34.633589],[-81.422706,34.572029],[-81.423241,34.494379],[-81.541455,34.445166],[-81.643552,34.533652],[-81.854002,34.594549],[-81.78339,34.837125],[-81.711694,34.912577]]]},"properties":{"id":"45087","n":"Union","z":["29031","29178","29321","29335","29353","29364","29372","29374","29379","29395"],"st":"SC"}},"45089":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.87562,33.885245],[-79.687452,33.804914],[-79.496466,33.775372],[-79.324317,33.799123],[-79.317041,33.779878],[-79.409332,33.68889],[-79.435733,33.572702],[-79.53808,33.496896],[-79.677014,33.304944],[-79.971062,33.500743],[-80.101697,33.496891],[-79.974382,33.72159],[-79.995638,33.767906],[-79.87562,33.885245]]]},"properties":{"id":"45089","n":"Williamsburg","z":["29056","29111","29510","29518","29554","29555","29556","29560","29564","29580","29590"],"st":"SC"}},"45091":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.367604910676,35.164092161204],[-81.328090989292,35.162285915557],[-81.042302450139,35.146768649468],[-81.041489,35.044703],[-80.93495,35.107409],[-80.906239954082,35.075184269766],[-80.868652,34.951143],[-80.898215,34.820746],[-81.478454,34.821509],[-81.457257,34.83928],[-81.487016,35.034853],[-81.409574,35.046415],[-81.367604910676,35.164092161204]]]},"properties":{"id":"45091","n":"York","z":["29702","29703","29704","29706","29707","29708","29710","29712","29715","29716","29717","29726","29730","29731","29732","29733","29742","29743","29745"],"st":"SC"}},"46003":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.807771,43.935223],[-98.331508,43.937708],[-98.325242,43.851058],[-98.320595,43.498651],[-98.705782,43.499319],[-98.794588,43.499187],[-98.807771,43.935223]]]},"properties":{"id":"46003","n":"Aurora","z":["57359","57368","57375","57382","57383","57385"],"st":"SD"}},"46005":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.705762,44.634159],[-97.977791,44.631602],[-97.856226,44.631178],[-97.853028,44.544398],[-97.85366,44.195233],[-98.332042,44.19662],[-98.700453,44.196727],[-98.705762,44.634159]]]},"properties":{"id":"46005","n":"Beadle","z":["57312","57322","57324","57348","57350","57353","57379","57381","57382","57384","57386","57399"],"st":"SD"}},"46007":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-102.110819,43.389902],[-101.228234,43.389185],[-101.22801339779,42.997868739647],[-102.08254804307,42.99914064039],[-102.108892,43.129258],[-102.110819,43.389902]]]},"properties":{"id":"46007","n":"Bennett","z":["57551","57560","57574","57577","57714","57716","57752"],"st":"SD"}},"46009":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.152586654838,42.841153381064],[-98.117047,42.869386],[-98.109534,43.087477],[-98.077108,43.16833],[-97.637496,43.16877],[-97.635442090442,42.851809075185],[-97.857957,42.865093],[-97.950147,42.769619],[-98.035034,42.764205],[-98.152586654838,42.841153381064]]]},"properties":{"id":"46009","n":"Bon Homme","z":["57059","57062","57063","57066","57315","57376"],"st":"SD"}},"46011":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.128024,44.543126],[-96.885504,44.543773],[-96.453291313599,44.543636801818],[-96.452435854669,44.196779540095],[-96.889216,44.195705],[-97.129671,44.195933],[-97.128024,44.543126]]]},"properties":{"id":"46011","n":"Brookings","z":["57002","57006","57007","57026","57061","57071","57212","57213","57220","57268","57276"],"st":"SD"}},"46013":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.724374413888,45.938674733262],[-98.008101798278,45.936012629049],[-97.978777809623,45.935933992099],[-97.979592,45.588483],[-97.981457,45.240415],[-98.717759,45.243732],[-98.722481,45.243764],[-98.725002,45.591252],[-98.724374413888,45.938674733262]]]},"properties":{"id":"46013","n":"Brown","z":["57401","57402","57426","57427","57432","57433","57434","57439","57441","57445","57446","57449","57451","57460","57474","57479","57481"],"st":"SD"}},"46015":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.355864,43.934371],[-98.926997,43.935143],[-98.807771,43.935223],[-98.794588,43.499187],[-99.297998,43.499669],[-99.406961,43.705277],[-99.41015,43.774619],[-99.310826,43.855216],[-99.355864,43.934371]]]},"properties":{"id":"46015","n":"Brule","z":["57325","57326","57355","57369","57370","57383"],"st":"SD"}},"46017":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.576571,44.192421],[-99.30018,44.19483],[-98.925953,44.196575],[-98.926997,43.935143],[-99.355864,43.934371],[-99.345995,43.981446],[-99.562536,44.101519],[-99.576571,44.192421]]]},"properties":{"id":"46017","n":"Buffalo","z":["57325","57339","57341","57355","57370"],"st":"SD"}},"46019":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-104.057698,44.997431],[-104.04013575649,45.212890762042],[-102.957281,45.212851],[-102.957371,45.039569],[-102.964125,44.604287],[-103.567653,44.604098],[-103.820639,44.604777],[-104.05569519926,44.570990377142],[-104.057698,44.997431]]]},"properties":{"id":"46019","n":"Butte","z":["57717","57760","57762","57783","57788","57793"],"st":"SD"}},"46021":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.49935421538,45.943631998814],[-99.880292,45.941672],[-99.718073,45.940907],[-99.717466,45.593428],[-100.430079,45.594823],[-100.308849,45.689634],[-100.387036,45.869142],[-100.49935421538,45.943631998814]]]},"properties":{"id":"46021","n":"Campbell","z":["57437","57452","57631","57632","57646","57648"],"st":"SD"}},"46023":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.297998,43.499669],[-98.794588,43.499187],[-98.705782,43.499319],[-98.706855,43.370075],[-98.109492,43.196838],[-98.077108,43.16833],[-98.109534,43.087477],[-98.117047,42.869386],[-98.152586654838,42.841153381064],[-98.308186816451,42.886489207426],[-98.434503,42.929227],[-98.49855,42.99856],[-98.524871,43.039347],[-98.69046,43.076556],[-98.773406,43.145919],[-98.868762,43.162009],[-98.896783,43.246909],[-99.069285,43.320688],[-99.152889,43.426908],[-99.310073,43.467935],[-99.297998,43.499669]]]},"properties":{"id":"46023","n":"Charles Mix","z":["57313","57329","57330","57342","57356","57361","57367","57369","57380"],"st":"SD"}},"46025":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.981792,45.153295],[-97.494254,45.151631],[-97.491346,44.804035],[-97.492266,44.543884],[-97.853028,44.544398],[-97.856226,44.631178],[-97.977791,44.631602],[-97.981792,45.153295]]]},"properties":{"id":"46025","n":"Clark","z":["57217","57221","57225","57236","57243","57258","57271","57272","57274","57278","57322","57434"],"st":"SD"}},"46027":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.160543,43.083145],[-96.924142,43.083733],[-96.805682,43.08367],[-96.807370600098,42.700678985373],[-97.015631112747,42.756525462488],[-97.165070392374,42.791616641468],[-97.160543,43.083145]]]},"properties":{"id":"46027","n":"Clay","z":["57004","57010","57014","57031","57037","57069","57072","57073"],"st":"SD"}},"46029":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.494254,45.151631],[-97.226281,45.151826],[-96.883948,45.150224],[-96.882345,44.97687],[-96.88457,44.804436],[-97.491346,44.804035],[-97.494254,45.151631]]]},"properties":{"id":"46029","n":"Codington","z":["57201","57235","57238","57242","57243","57245","57263","57272"],"st":"SD"}},"46031":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-102.00067992102,45.944538392728],[-101.99861707823,45.944536977357],[-100.51194902615,45.943654070434],[-100.49935421538,45.943631998814],[-100.387036,45.869142],[-100.308849,45.689634],[-100.430079,45.594823],[-100.486561,45.536521],[-100.341924,45.472904],[-101.47019,45.472416],[-101.99979,45.472414],[-102.00067992102,45.944538392728]]]},"properties":{"id":"46031","n":"Corson","z":["57601","57621","57633","57634","57638","57639","57641","57642","57644","57645","57656","57657","57658","57659","57660"],"st":"SD"}},"46033":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-104.055488,43.853477],[-102.687191,43.855599],[-102.695526,43.79815],[-102.809398,43.68756],[-102.9025,43.674888],[-103.001017,43.605816],[-103.000913,43.476848],[-104.05468456843,43.477815541711],[-104.05479428435,43.503327530406],[-104.055488,43.853477]]]},"properties":{"id":"46033","n":"Custer","z":{"0":"57722","1":"57730","2":"57735","3":"57738","4":"57744","5":"57747","6":"57751","7":"57773","16":"82701"},"st":"SD"}},"46035":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.325242,43.851058],[-97.967279,43.850686],[-97.965012,43.49904],[-98.114758,43.498297],[-98.320595,43.498651],[-98.325242,43.851058]]]},"properties":{"id":"46035","n":"Davison","z":["57301","57331","57334","57359","57363"],"st":"SD"}},"46037":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.981457,45.240415],[-97.979592,45.588483],[-97.373366,45.587634],[-97.227089,45.558158],[-97.226244,45.297647],[-97.226281,45.151826],[-97.494254,45.151631],[-97.981792,45.153295],[-97.981457,45.240415]]]},"properties":{"id":"46037","n":"Day","z":["57219","57235","57239","57261","57273","57274","57422","57434","57454","57468"],"st":"SD"}},"46039":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.88457,44.804436],[-96.882345,44.97687],[-96.455840113634,44.97734524828],[-96.454830515554,44.805550204046],[-96.453806699667,44.631335831948],[-96.453291313599,44.543636801818],[-96.885504,44.543773],[-96.88457,44.804436]]]},"properties":{"id":"46039","n":"Deuel","z":["57213","57218","57223","57226","57234","57237","57238","57259","57265","57268"],"st":"SD"}},"46041":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-101.47019,45.472416],[-100.341924,45.472904],[-100.274176,45.381845],[-100.307384,45.291909],[-100.260223,45.24681],[-100.325451,45.099337],[-100.27965,45.019558],[-100.391818,45.026006],[-100.404753,44.897695],[-100.418682,44.843366],[-100.529636,44.766301],[-100.676387,44.823162],[-100.717644,44.77093],[-100.910312,44.783737],[-101.022611,44.724153],[-101.136838,44.747126],[-101.136162,44.994074],[-101.500512,44.99378],[-101.486593,45.038374],[-101.486348,45.38559],[-101.47019,45.472416]]]},"properties":{"id":"46041","n":"Dewey","z":["57442","57601","57625","57630","57633","57636","57652","57656","57657","57661"],"st":"SD"}},"46043":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.705782,43.499319],[-98.320595,43.498651],[-98.114758,43.498297],[-98.109492,43.196838],[-98.706855,43.370075],[-98.705782,43.499319]]]},"properties":{"id":"46043","n":"Douglas","z":["57313","57328","57330","57331","57344","57364","57366","57369"],"st":"SD"}},"46045":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.707705,45.593391],[-98.725002,45.591252],[-98.722481,45.243764],[-99.573445,45.245364],[-99.708987,45.245866],[-99.707705,45.593391]]]},"properties":{"id":"46045","n":"Edmunds","z":["57428","57435","57448","57451","57456","57460","57466","57471","57475","57481"],"st":"SD"}},"46047":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-104.05468456843,43.477815541711],[-103.000913,43.476848],[-103.00060952603,43.000259286774],[-103.50509926163,43.000758813031],[-104.053127,43.000585],[-104.05468456843,43.477815541711]]]},"properties":{"id":"46047","n":"Fall River","z":["57722","57735","57747","57763","57766","57782"],"st":"SD"}},"46049":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.573445,45.245364],[-98.722481,45.243764],[-98.717759,45.243732],[-98.716498,44.896925],[-99.311754,44.897227],[-99.572699,44.897263],[-99.573445,45.245364]]]},"properties":{"id":"46049","n":"Faulk","z":["57424","57435","57438","57460","57465","57466","57467","57469","57470","57473"],"st":"SD"}},"46051":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.226244,45.297647],[-97.007543,45.296866],[-96.992946,45.32688],[-96.470077603049,45.326799649392],[-96.457553498485,45.268897928718],[-96.455840113634,44.97734524828],[-96.882345,44.97687],[-96.883948,45.150224],[-97.226281,45.151826],[-97.226244,45.297647]]]},"properties":{"id":"46051","n":"Grant","z":["57216","57227","57246","57251","57252","57256","57259","57263","57264","57265","57266","57269"],"st":"SD"}},"46053":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.534481,43.499801],[-99.297998,43.499669],[-99.310073,43.467935],[-99.152889,43.426908],[-99.069285,43.320688],[-98.896783,43.246909],[-98.868762,43.162009],[-98.773406,43.145919],[-98.69046,43.076556],[-98.524871,43.039347],[-98.49855,42.99856],[-99.254455012317,42.998220926787],[-99.534055014809,42.998197488318],[-99.534481,43.499801]]]},"properties":{"id":"46053","n":"Gregory","z":{"0":"57317","1":"57335","2":"57523","3":"57529","4":"57533","5":"57538","6":"57571","27":"68719"},"st":"SD"}},"46055":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-102.001068,44.510926],[-102.000432,44.511663],[-101.811198,44.522373],[-101.715038,44.579483],[-101.531035,44.567875],[-101.456072,44.636203],[-101.229495,44.692287],[-101.136838,44.747126],[-101.154516,44.689947],[-101.166753,44.168085],[-101.046916,44.168484],[-101.064068,43.994929],[-102.007336,43.99453],[-102.001068,44.510926]]]},"properties":{"id":"46055","n":"Haakon","z":["57552","57553","57567","57775"],"st":"SD"}},"46057":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.491346,44.804035],[-96.88457,44.804436],[-96.885504,44.543773],[-97.128024,44.543126],[-97.492266,44.543884],[-97.491346,44.804035]]]},"properties":{"id":"46057","n":"Hamlin","z":["57212","57221","57223","57226","57234","57238","57241","57242","57248","57271"],"st":"SD"}},"46059":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.311754,44.897227],[-98.716498,44.896925],[-98.705762,44.634159],[-98.700453,44.196727],[-98.925953,44.196575],[-99.30018,44.19483],[-99.311754,44.897227]]]},"properties":{"id":"46059","n":"Hand","z":["57362","57371","57373","57381","57467","57469","57470","57476"],"st":"SD"}},"46061":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.967279,43.850686],[-97.85111,43.849857],[-97.608517,43.849059],[-97.607012,43.499826],[-97.965012,43.49904],[-97.967279,43.850686]]]},"properties":{"id":"46061","n":"Hanson","z":["57301","57311","57321","57332","57334","57340","57374"],"st":"SD"}},"46063":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-104.045443,45.94531],[-102.99566801914,45.945116443771],[-102.94206996119,45.945094411353],[-102.957281,45.212851],[-104.04013575649,45.212890762042],[-104.04413315611,45.88197625835],[-104.045443,45.94531]]]},"properties":{"id":"46063","n":"Harding","z":{"0":"57649","1":"57650","2":"57651","3":"57717","4":"57720","5":"57724","6":"57755","7":"57760","8":"57776","72":"58623","73":"58649","74":"58653"},"st":"SD"}},"46065":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.526498,44.547422],[-99.676398,44.548111],[-99.663508,44.217517],[-99.695752,44.172375],[-99.612249,44.103694],[-99.768681,44.135743],[-99.884485,44.129582],[-99.938217,44.195195],[-99.892101,44.241881],[-100.08533,44.308451],[-100.36539,44.355524],[-100.386376,44.440008],[-100.580034,44.461842],[-100.526498,44.547422]]]},"properties":{"id":"46065","n":"Hughes","z":["57501","57522","57536"],"st":"SD"}},"46067":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.114758,43.498297],[-97.965012,43.49904],[-97.607012,43.499826],[-97.40145,43.499783],[-97.399191,43.169419],[-97.637496,43.16877],[-98.077108,43.16833],[-98.109492,43.196838],[-98.114758,43.498297]]]},"properties":{"id":"46067","n":"Hutchinson","z":["57029","57043","57045","57052","57059","57311","57319","57330","57331","57332","57334","57354","57366","57376"],"st":"SD"}},"46069":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.67305,44.897492],[-99.572699,44.897263],[-99.311754,44.897227],[-99.30018,44.19483],[-99.576571,44.192421],[-99.663508,44.217517],[-99.676398,44.548111],[-99.67305,44.897492]]]},"properties":{"id":"46069","n":"Hyde","z":["57345","57346","57540","57564"],"st":"SD"}},"46071":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-102.139158,43.700948],[-102.018887,43.708618],[-102.007336,43.99453],[-101.064068,43.994929],[-101.064326,43.84109],[-101.217768,43.803847],[-101.228234,43.389185],[-102.110819,43.389902],[-102.139051,43.476676],[-102.139158,43.700948]]]},"properties":{"id":"46071","n":"Jackson","z":["57521","57543","57547","57552","57567","57577","57750","57752","57775"],"st":"SD"}},"46073":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.925953,44.196575],[-98.700453,44.196727],[-98.332042,44.19662],[-98.331508,43.937708],[-98.807771,43.935223],[-98.926997,43.935143],[-98.925953,44.196575]]]},"properties":{"id":"46073","n":"Jerauld","z":["57312","57355","57358","57382","57385"],"st":"SD"}},"46075":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-101.064068,43.994929],[-101.046916,44.168484],[-100.367207,44.168694],[-100.366174,43.846978],[-100.33897,43.716942],[-100.587903,43.769285],[-100.735003,43.707621],[-100.930768,43.831159],[-101.064326,43.84109],[-101.064068,43.994929]]]},"properties":{"id":"46075","n":"Jones","z":["57531","57552","57559","57562","57576"],"st":"SD"}},"46077":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.853028,44.544398],[-97.492266,44.543884],[-97.128024,44.543126],[-97.129671,44.195933],[-97.370115,44.194971],[-97.849492,44.195235],[-97.85366,44.195233],[-97.853028,44.544398]]]},"properties":{"id":"46077","n":"Kingsbury","z":["57051","57212","57214","57231","57233","57248","57249","57353"],"st":"SD"}},"46079":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.370115,44.194971],[-97.129671,44.195933],[-96.889216,44.195705],[-96.888664,43.848385],[-97.129089,43.847973],[-97.369463,43.848526],[-97.370115,44.194971]]]},"properties":{"id":"46079","n":"Lake","z":["57016","57022","57042","57050","57054","57057","57071","57075","57076"],"st":"SD"}},"46081":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-104.05569519926,44.570990377142],[-103.820639,44.604777],[-103.567653,44.604098],[-103.574396,44.256077],[-103.453016,44.256609],[-103.452453,44.140772],[-104.05541619071,44.141081206783],[-104.05540637783,44.180382874096],[-104.05569519926,44.570990377142]]]},"properties":{"id":"46081","n":"Lawrence","z":["57717","57732","57754","57759","57779","57783","57785","57793","57799"],"st":"SD"}},"46083":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.924841,43.500007],[-96.598928,43.500457],[-96.594254,43.434153],[-96.521572,43.38564],[-96.55902734271,43.257555675618],[-96.475571,43.221054],[-96.452097516054,43.082552925194],[-96.805682,43.08367],[-96.924142,43.083733],[-96.924841,43.500007]]]},"properties":{"id":"46083","n":"Lincoln","z":["57001","57004","57013","57014","57027","57032","57034","57039","57064","57077","57106","57108","57109"],"st":"SD"}},"46085":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.938217,44.195195],[-99.884485,44.129582],[-99.768681,44.135743],[-99.612249,44.103694],[-99.695752,44.172375],[-99.663508,44.217517],[-99.576571,44.192421],[-99.562536,44.101519],[-99.345995,43.981446],[-99.355864,43.934371],[-99.310826,43.855216],[-99.41015,43.774619],[-99.406961,43.705277],[-99.297998,43.499669],[-99.534481,43.499801],[-99.623578,43.499859],[-99.623587,43.742414],[-99.656634,43.766069],[-99.837825,43.689071],[-100.115169,43.685434],[-100.230845,43.713856],[-100.33897,43.716942],[-100.366174,43.846978],[-100.367207,44.168694],[-100.367247,44.194621],[-99.938217,44.195195]]]},"properties":{"id":"46085","n":"Lyman","z":["57365","57532","57533","57544","57548","57568","57569","57576"],"st":"SD"}},"46087":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.608517,43.849059],[-97.369463,43.848526],[-97.129089,43.847973],[-97.129478,43.499683],[-97.40145,43.499783],[-97.607012,43.499826],[-97.608517,43.849059]]]},"properties":{"id":"46087","n":"McCook","z":["57012","57035","57043","57047","57048","57053","57058","57319","57321","57332","57374"],"st":"SD"}},"46089":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.718073,45.940907],[-99.005754350153,45.939944309128],[-98.724374413888,45.938674733262],[-98.725002,45.591252],[-99.707705,45.593391],[-99.717466,45.593428],[-99.718073,45.940907]]]},"properties":{"id":"46089","n":"McPherson","z":{"0":"57437","1":"57448","2":"57456","3":"57457","4":"57481","25":"58439"},"st":"SD"}},"46091":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.978777809623,45.935933992099],[-97.228291,45.935656595646],[-97.227089,45.558158],[-97.373366,45.587634],[-97.979592,45.588483],[-97.978777809623,45.935933992099]]]},"properties":{"id":"46091","n":"Marshall","z":["57232","57247","57262","57270","57421","57430","57432","57454"],"st":"SD"}},"46093":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-103.567653,44.604098],[-102.964125,44.604287],[-102.957371,45.039569],[-101.999994,45.038274],[-102.000432,44.511663],[-102.001068,44.510926],[-102.112535,44.435886],[-102.282876,44.448626],[-102.393522,44.202966],[-102.388045,44.140183],[-103.452453,44.140772],[-103.453016,44.256609],[-103.574396,44.256077],[-103.567653,44.604098]]]},"properties":{"id":"46093","n":"Meade","z":["57626","57701","57702","57706","57718","57719","57737","57741","57748","57758","57761","57767","57769","57785","57787","57788","57791","57792","57793"],"st":"SD"}},"46095":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-101.064326,43.84109],[-100.930768,43.831159],[-100.735003,43.707621],[-100.587903,43.769285],[-100.33897,43.716942],[-100.230845,43.713856],[-100.214221,43.390321],[-101.228234,43.389185],[-101.217768,43.803847],[-101.064326,43.84109]]]},"properties":{"id":"46095","n":"Mellette","z":["57521","57560","57566","57579","57580","57585"],"st":"SD"}},"46097":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.849492,44.195235],[-97.370115,44.194971],[-97.369463,43.848526],[-97.608517,43.849059],[-97.85111,43.849857],[-97.849492,44.195235]]]},"properties":{"id":"46097","n":"Miner","z":["57076","57321","57323","57337","57340","57349"],"st":"SD"}},"46099":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.129089,43.847973],[-96.888664,43.848385],[-96.452909574366,43.849506893018],[-96.45326,43.50039],[-96.598928,43.500457],[-96.924841,43.500007],[-97.129478,43.499683],[-97.129089,43.847973]]]},"properties":{"id":"46099","n":"Minnehaha","z":["57003","57005","57018","57020","57022","57030","57033","57035","57041","57048","57055","57068","57101","57103","57104","57105","57106","57107","57108","57110","57117","57118","57186","57193","57197","57198"],"st":"SD"}},"46101":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.889216,44.195705],[-96.452435854669,44.196779540095],[-96.452909574366,43.849506893018],[-96.888664,43.848385],[-96.889216,44.195705]]]},"properties":{"id":"46101","n":"Moody","z":{"2":"57006","3":"57017","4":"57022","5":"57024","6":"57026","7":"57028","8":"57065","50":"56144","51":"56164"},"st":"SD"}},"46103":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-104.05541619071,44.141081206783],[-103.452453,44.140772],[-102.388045,44.140183],[-102.393522,44.202966],[-102.282876,44.448626],[-102.112535,44.435886],[-102.001068,44.510926],[-102.007336,43.99453],[-102.018887,43.708618],[-102.139158,43.700948],[-102.175231,43.687756],[-102.809398,43.68756],[-102.695526,43.79815],[-102.687191,43.855599],[-104.055488,43.853477],[-104.05541619071,44.141081206783]]]},"properties":{"id":"46103","n":"Pennington","z":{"0":"57701","1":"57702","2":"57703","3":"57706","4":"57709","5":"57718","6":"57719","7":"57725","8":"57730","9":"57744","10":"57745","11":"57751","12":"57761","13":"57767","14":"57775","15":"57780","16":"57790","17":"57791","35":"82701"},"st":"SD"}},"46105":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-102.957281,45.212851],[-102.94206996119,45.945094411353],[-102.00067992102,45.944538392728],[-101.99979,45.472414],[-101.999994,45.038274],[-102.957371,45.039569],[-102.957281,45.212851]]]},"properties":{"id":"46105","n":"Perkins","z":["57620","57626","57638","57640","57644","57649","57758"],"st":"SD"}},"46107":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.260223,45.24681],[-99.708987,45.245866],[-99.573445,45.245364],[-99.572699,44.897263],[-99.67305,44.897492],[-100.404753,44.897695],[-100.391818,45.026006],[-100.27965,45.019558],[-100.325451,45.099337],[-100.260223,45.24681]]]},"properties":{"id":"46107","n":"Potter","z":["57442","57450","57455","57473","57475"],"st":"SD"}},"46109":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.228291,45.935656595646],[-96.563672,45.935245],[-96.587093,45.816445],[-96.672665,45.732336],[-96.82616,45.654164],[-96.835419161978,45.586128692881],[-96.710786,45.43693],[-96.521787,45.375645],[-96.470077603049,45.326799649392],[-96.992946,45.32688],[-97.007543,45.296866],[-97.226244,45.297647],[-97.227089,45.558158],[-97.228291,45.935656595646]]]},"properties":{"id":"46109","n":"Roberts","z":{"1":"57216","2":"57224","3":"57227","4":"57252","5":"57255","6":"57256","7":"57257","8":"57260","9":"57262","10":"57266","11":"57270","12":"57273","13":"57279","33":"56219"},"st":"SD"}},"46111":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.332042,44.19662],[-97.85366,44.195233],[-97.849492,44.195235],[-97.85111,43.849857],[-97.967279,43.850686],[-98.325242,43.851058],[-98.331508,43.937708],[-98.332042,44.19662]]]},"properties":{"id":"46111","n":"Sanborn","z":["57314","57359","57363","57385"],"st":"SD"}},"46113":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-102.809398,43.68756],[-102.175231,43.687756],[-102.139158,43.700948],[-102.139051,43.476676],[-102.110819,43.389902],[-102.108892,43.129258],[-102.08254804307,42.99914064039],[-102.79211093984,43.00003623577],[-103.00060952603,43.000259286774],[-103.000913,43.476848],[-103.001017,43.605816],[-102.9025,43.674888],[-102.809398,43.68756]]]},"properties":{"id":"46113","n":"Shannon","z":["57716","57722","57744","57752","57756","57764","57770","57772","57794"],"st":"SD"}},"46115":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.717759,45.243732],[-97.981457,45.240415],[-97.981792,45.153295],[-97.977791,44.631602],[-98.705762,44.634159],[-98.716498,44.896925],[-98.717759,45.243732]]]},"properties":{"id":"46115","n":"Spink","z":["57258","57322","57348","57424","57429","57434","57436","57440","57460","57461","57465","57469","57476","57477"],"st":"SD"}},"46117":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-101.136838,44.747126],[-101.022611,44.724153],[-100.910312,44.783737],[-100.717644,44.77093],[-100.613805,44.707135],[-100.620897,44.566698],[-100.526498,44.547422],[-100.580034,44.461842],[-100.386376,44.440008],[-100.36539,44.355524],[-100.08533,44.308451],[-99.892101,44.241881],[-99.938217,44.195195],[-100.367247,44.194621],[-100.367207,44.168694],[-101.046916,44.168484],[-101.166753,44.168085],[-101.154516,44.689947],[-101.136838,44.747126]]]},"properties":{"id":"46117","n":"Stanley","z":["57532","57537","57552"],"st":"SD"}},"46119":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.404753,44.897695],[-99.67305,44.897492],[-99.676398,44.548111],[-100.526498,44.547422],[-100.620897,44.566698],[-100.613805,44.707135],[-100.717644,44.77093],[-100.676387,44.823162],[-100.529636,44.766301],[-100.418682,44.843366],[-100.404753,44.897695]]]},"properties":{"id":"46119","n":"Sully","z":["57442","57501","57520","57536","57564"],"st":"SD"}},"46121":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-101.228234,43.389185],[-100.214221,43.390321],[-100.19841379978,42.997976883969],[-101.22801339779,42.997868739647],[-101.228234,43.389185]]]},"properties":{"id":"46121","n":"Todd","z":{"0":"57555","1":"57563","2":"57566","3":"57570","4":"57572","5":"57580","66":"69201","67":"69212","68":"69216"},"st":"SD"}},"46123":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.230845,43.713856],[-100.115169,43.685434],[-99.837825,43.689071],[-99.656634,43.766069],[-99.623587,43.742414],[-99.623578,43.499859],[-99.534481,43.499801],[-99.534055014809,42.998197488318],[-100.19841379978,42.997976883969],[-100.214221,43.390321],[-100.230845,43.713856]]]},"properties":{"id":"46123","n":"Tripp","z":["57528","57529","57534","57541","57580","57584"],"st":"SD"}},"46125":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.40145,43.499783],[-97.129478,43.499683],[-96.924841,43.500007],[-96.924142,43.083733],[-97.160543,43.083145],[-97.160544,43.169978],[-97.399191,43.169419],[-97.40145,43.499783]]]},"properties":{"id":"46125","n":"Turner","z":["57014","57015","57021","57029","57036","57037","57039","57043","57047","57053","57064","57070","57073","57319"],"st":"SD"}},"46127":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.805682,43.08367],[-96.452097516054,43.082552925194],[-96.511605,43.039927],[-96.540472329193,42.908595697956],[-96.624704,42.725497],[-96.48002247898,42.561324776561],[-96.445508,42.49063],[-96.627945456902,42.527096139142],[-96.7093,42.603753],[-96.697639,42.659143],[-96.807370600098,42.700678985373],[-96.805682,43.08367]]]},"properties":{"id":"46127","n":"Union","z":{"2":"57001","3":"57004","4":"57010","5":"57025","6":"57034","7":"57038","8":"57049","47":"51001","48":"51023"},"st":"SD"}},"46129":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.430079,45.594823],[-99.717466,45.593428],[-99.707705,45.593391],[-99.708987,45.245866],[-100.260223,45.24681],[-100.307384,45.291909],[-100.274176,45.381845],[-100.341924,45.472904],[-100.486561,45.536521],[-100.430079,45.594823]]]},"properties":{"id":"46129","n":"Walworth","z":["57420","57428","57450","57452","57472","57601","57631"],"st":"SD"}},"46135":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.637496,43.16877],[-97.399191,43.169419],[-97.160544,43.169978],[-97.160543,43.083145],[-97.165070392374,42.791616641468],[-97.237868,42.853139],[-97.484916876342,42.850003214868],[-97.635442090442,42.851809075185],[-97.637496,43.16877]]]},"properties":{"id":"46135","n":"Yankton","z":["57031","57037","57040","57045","57046","57063","57067","57070","57072","57078"],"st":"SD"}},"46137":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-101.999994,45.038274],[-101.99979,45.472414],[-101.47019,45.472416],[-101.486348,45.38559],[-101.486593,45.038374],[-101.500512,44.99378],[-101.136162,44.994074],[-101.136838,44.747126],[-101.229495,44.692287],[-101.456072,44.636203],[-101.531035,44.567875],[-101.715038,44.579483],[-101.811198,44.522373],[-102.000432,44.511663],[-101.999994,45.038274]]]},"properties":{"id":"46137","n":"Ziebach","z":["57622","57623","57625","57626","57633","57644","57748"],"st":"SD"}},"47001":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.441034,36.163478],[-84.372731,36.216778],[-84.241825,36.177578],[-84.227527,36.244879],[-84.069918,36.230378],[-84.004317,36.270378],[-83.941711,36.186378],[-84.272869,35.940506],[-84.271587,35.910165],[-84.341812,36.048977],[-84.441034,36.163478]]]},"properties":{"id":"47001","n":"Anderson","z":["37705","37710","37716","37717","37754","37769","37828","37830","37831","37840","37849","37931"],"st":"TN"}},"47003":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.639436,35.6859],[-86.543116,35.697617],[-86.402726,35.618571],[-86.34194,35.664259],[-86.245165,35.631913],[-86.234575,35.45276],[-86.25759,35.412476],[-86.422338,35.318846],[-86.525306,35.354718],[-86.599478,35.36495],[-86.664164,35.491771],[-86.639436,35.6859]]]},"properties":{"id":"47003","n":"Bedford","z":["37018","37020","37034","37060","37063","37091","37144","37153","37160","37161","37162","37180","37183","37334","37360","37388"],"st":"TN"}},"47005":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.212559,36.12029],[-88.085167,36.254161],[-88.095868,36.359265],[-87.99092,36.360133],[-87.98074,36.353307],[-87.949603,36.24316],[-87.919043,36.130049],[-88.02239,35.965818],[-87.925835,35.930432],[-87.96274,35.840921],[-87.970738,35.815705],[-88.051635,35.849918],[-88.177859,35.845841],[-88.217436,35.846582],[-88.212559,36.12029]]]},"properties":{"id":"47005","n":"Benton","z":["38221","38317","38320","38333","38341","38380"],"st":"TN"}},"47007":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.423804,35.567422],[-85.265387,35.721237],[-85.254062,35.765611],[-84.916062,35.761939],[-85.107762,35.571359],[-85.135191,35.458649],[-85.225877,35.354276],[-85.403298,35.49228],[-85.423804,35.567422]]]},"properties":{"id":"47007","n":"Bledsoe","z":["37321","37327","37332","37337","37338","37367","37379","37381","38572"],"st":"TN"}},"47009":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.166267,35.805106],[-84.145659,35.849586],[-84.006696,35.848924],[-83.994677,35.883749],[-83.850155,35.842019],[-83.794275,35.887125],[-83.70525,35.71158],[-83.662814,35.690618],[-83.662911901589,35.567799793208],[-83.771736,35.562118],[-83.95323138015,35.460020889577],[-83.958917834564,35.45789943958],[-83.993815,35.550001],[-84.081561,35.541231],[-84.188319,35.610549],[-84.134468,35.647399],[-84.166267,35.805106]]]},"properties":{"id":"47009","n":"Blount","z":["37701","37737","37742","37777","37801","37802","37803","37804","37853","37865","37878","37882","37886","37920"],"st":"TN"}},"47011":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.946339,35.287717],[-84.860164,35.350074],[-84.72314,35.285471],[-84.703607,35.241043],[-84.699737,35.172274],[-84.775837671297,34.987937206149],[-84.810477466886,34.987877955229],[-84.976973806592,34.987219837355],[-85.026643,35.136171],[-84.946339,35.287717]]]},"properties":{"id":"47011","n":"Bradley","z":["37310","37311","37312","37320","37323","37336","37353","37362","37364"],"st":"TN"}},"47013":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.261321201505,36.592741697267],[-84.227332,36.592181],[-83.987842,36.5896],[-83.905638,36.419979],[-84.004317,36.270378],[-84.069918,36.230378],[-84.227527,36.244879],[-84.241825,36.177578],[-84.372731,36.216778],[-84.329927,36.285086],[-84.349939,36.466292],[-84.266877,36.511698],[-84.261321201505,36.592741697267]]]},"properties":{"id":"47013","n":"Campbell","z":["37714","37715","37729","37757","37762","37766","37769","37819","37847","37870"],"st":"TN"}},"47015":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.153214,35.954399],[-86.014849,35.96106],[-85.885156,35.839658],[-85.997426,35.711955],[-85.985062,35.660108],[-86.08889,35.646823],[-86.207147,35.70379],[-86.141766,35.914374],[-86.153214,35.954399]]]},"properties":{"id":"47015","n":"Cannon","z":["37016","37026","37095","37110","37118","37149","37166","37190","37357"],"st":"TN"}},"47017":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.692709,36.062746],[-88.655488,36.117338],[-88.530322,36.152023],[-88.211698,36.145974],[-88.212559,36.12029],[-88.217436,35.846582],[-88.177859,35.845841],[-88.179177,35.816785],[-88.56955,35.824451],[-88.606862,35.789354],[-88.706811,35.791075],[-88.692709,36.062746]]]},"properties":{"id":"47017","n":"Carroll","z":["38201","38220","38235","38258","38305","38317","38318","38321","38324","38341","38342","38344","38348","38387","38390"],"st":"TN"}},"47019":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.299859,36.396505],[-82.188653,36.400408],[-81.983843,36.508314],[-81.94984,36.472385],[-82.058545,36.367215],[-81.934369244493,36.26471620438],[-82.02874,36.124322],[-82.081148917132,36.105692114333],[-82.220253010287,36.153820039843],[-82.284691,36.251686],[-82.34046,36.252807],[-82.299859,36.396505]]]},"properties":{"id":"47019","n":"Carter","z":["37601","37604","37640","37643","37644","37658","37682","37687","37694","37867"],"st":"TN"}},"47021":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.120443,36.45546],[-86.98806,36.369154],[-86.913233,36.382621],[-87.041362,36.041312],[-87.054114,36.045535],[-87.182573,36.049726],[-87.149876,36.176878],[-87.193301,36.248969],[-87.153043,36.30535],[-87.286501,36.321933],[-87.280597,36.354166],[-87.120443,36.45546]]]},"properties":{"id":"47021","n":"Cheatham","z":["37015","37032","37035","37036","37043","37080","37082","37143","37146","37187"],"st":"TN"}},"47023":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.841607,35.427826],[-88.675867,35.489163],[-88.613611,35.588089],[-88.505354,35.51203],[-88.364005,35.492801],[-88.360829,35.418972],[-88.362572,35.380994],[-88.640934,35.361017],[-88.719761,35.24755],[-88.781768,35.247587],[-88.841607,35.427826]]]},"properties":{"id":"47023","n":"Chester","z":["38044","38313","38315","38332","38334","38340","38347","38352","38356","38359","38366","38368","38377"],"st":"TN"}},"47025":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.987842,36.5896],[-83.930760783944,36.587694258112],[-83.675413,36.600814],[-83.47209357381,36.599475732059],[-83.398303,36.534885],[-83.3868,36.413186],[-83.532504,36.353385],[-83.667408,36.344381],[-83.73301,36.34498],[-83.805515,36.435879],[-83.905638,36.419979],[-83.987842,36.5896]]]},"properties":{"id":"47025","n":"Claiborne","z":["37707","37715","37724","37730","37752","37773","37824","37825","37851","37869","37870","37879"],"st":"TN"}},"47027":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.788556543614,36.621711859035],[-85.436404272886,36.618003845027],[-85.295812485727,36.626149559367],[-85.276287947499,36.626157540803],[-85.284878,36.531293],[-85.446372,36.49797],[-85.495422,36.403074],[-85.57596,36.471617],[-85.704075,36.522395],[-85.813885,36.499473],[-85.788556543614,36.621711859035]]]},"properties":{"id":"47027","n":"Clay","z":["37150","38541","38551","38568","38575","38588"],"st":"TN"}},"47029":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.234585,36.085094],[-83.166085,36.180894],[-82.893751418431,35.933857269709],[-82.966649742899,35.795445979574],[-83.161537,35.763363],[-83.256141552304,35.715124062658],[-83.261806,35.825024],[-83.310782,35.895846],[-83.234585,36.085094]]]},"properties":{"id":"47029","n":"Cocke","z":["37713","37722","37727","37743","37753","37821","37822","37843","37868"],"st":"TN"}},"47031":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.25759,35.412476],[-86.234575,35.45276],[-86.245165,35.631913],[-86.207147,35.70379],[-86.08889,35.646823],[-85.985062,35.660108],[-85.876962,35.524095],[-85.869712,35.380362],[-85.913593,35.289189],[-86.02704,35.343837],[-86.158018,35.362607],[-86.261489,35.333579],[-86.25759,35.412476]]]},"properties":{"id":"47031","n":"Coffee","z":["37018","37183","37330","37342","37349","37355","37357","37360","37382","37388","37389"],"st":"TN"}},"47033":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.342829,35.880934],[-89.280188,35.886416],[-89.188844,35.99976],[-89.135958,35.967841],[-89.109285,35.862089],[-88.916181,35.797307],[-89.021364,35.670953],[-89.069544,35.692679],[-89.338704,35.789273],[-89.356033,35.817635],[-89.342829,35.880934]]]},"properties":{"id":"47033","n":"Crockett","z":["38001","38006","38021","38034","38040","38050","38336","38337","38343"],"st":"TN"}},"47035":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.269359,35.793388],[-85.213115,35.910379],[-85.264206,35.979154],[-85.246362,36.100698],[-85.100213,36.138561],[-85.029461,36.170433],[-84.907753,36.156293],[-84.80546,36.090501],[-84.680633,35.908454],[-84.781901,35.825],[-84.916062,35.761939],[-85.254062,35.765611],[-85.269359,35.793388]]]},"properties":{"id":"47035","n":"Cumberland","z":["37337","37367","37723","37854","38555","38557","38558","38571","38572","38574","38578","38583"],"st":"TN"}},"47037":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.913233,36.382621],[-86.825053,36.349817],[-86.754795,36.405496],[-86.639095,36.255105],[-86.594286,36.245105],[-86.515589,36.10061],[-86.618892,35.968224],[-86.790875,36.036715],[-86.9292,36.052722],[-87.040407,35.989226],[-87.054114,36.045535],[-87.041362,36.041312],[-86.913233,36.382621]]]},"properties":{"id":"47037","n":"Davidson","z":["37011","37013","37015","37027","37064","37070","37072","37076","37080","37086","37115","37122","37135","37138","37143","37152","37189","37201","37202","37203","37204","37205","37206","37207","37208","37209","37210","37211","37212","37213","37214","37215","37216","37217","37218","37219","37220","37221","37222","37224","37227","37228","37229","37230","37232","37234","37235","37236","37238","37240","37241","37242","37243","37244","37246","37250"],"st":"TN"}},"47039":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.179177,35.816785],[-88.177859,35.845841],[-88.051635,35.849918],[-87.970738,35.815705],[-88.034788,35.717261],[-88.035837,35.621839],[-87.97463,35.521025],[-88.007709,35.423381],[-88.024741,35.392307],[-88.196462,35.379561],[-88.241677,35.423263],[-88.243057,35.528858],[-88.190465,35.609088],[-88.179177,35.816785]]]},"properties":{"id":"47039","n":"Decatur","z":["38311","38329","38341","38363","38374","38380"],"st":"TN"}},"47041":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.059706,36.086024],[-85.807415,36.131582],[-85.767136,36.070087],[-85.644604,36.015053],[-85.632449,35.847385],[-85.682095,35.831254],[-85.885156,35.839658],[-86.014849,35.96106],[-86.059706,36.086024]]]},"properties":{"id":"47041","n":"De Kalb","z":["37012","37059","37095","37166","38544","38567","38569","38581","38582","38583"],"st":"TN"}},"47043":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.566798,36.177857],[-87.513533,36.334713],[-87.286501,36.321933],[-87.153043,36.30535],[-87.193301,36.248969],[-87.149876,36.176878],[-87.182573,36.049726],[-87.204242,35.959186],[-87.53453,35.993074],[-87.566798,36.177857]]]},"properties":{"id":"47043","n":"Dickson","z":["37015","37025","37029","37036","37051","37055","37056","37062","37165","37181","37187"],"st":"TN"}},"47045":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.627641441675,36.185460316606],[-89.482971,36.212659],[-89.154464,36.204678],[-89.188844,35.99976],[-89.280188,35.886416],[-89.342829,35.880934],[-89.398186,35.941369],[-89.648904970345,35.903583482313],[-89.733095,36.000608],[-89.592102,36.135637],[-89.627641441675,36.185460316606]]]},"properties":{"id":"47045","n":"Dyer","z":["38007","38024","38025","38030","38034","38040","38047","38059","38070","38080","38240","38259","38389"],"st":"TN"}},"47047":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.632776,35.375824],[-89.474171,35.403039],[-89.183944,35.397126],[-89.198287901495,34.994450530115],[-89.352679391848,34.993996141746],[-89.644283834092,34.994067210562],[-89.632776,35.375824]]]},"properties":{"id":"47047","n":"Fayette","z":["38002","38017","38028","38036","38039","38042","38045","38046","38048","38049","38057","38060","38066","38068","38075","38076"],"st":"TN"}},"47049":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.120445,36.407164],[-85.043924,36.558791],[-84.943144,36.58127],[-84.731839,36.524674],[-84.659082,36.395227],[-84.700785,36.370824],[-84.797861,36.296894],[-84.875842,36.285092],[-84.907753,36.156293],[-85.029461,36.170433],[-85.100213,36.138561],[-85.119583,36.144719],[-85.082497,36.196171],[-85.120445,36.407164]]]},"properties":{"id":"47049","n":"Fentress","z":["37726","38504","38549","38553","38556","38565","38574","38577","38589"],"st":"TN"}},"47051":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.318168,35.126986],[-86.261489,35.333579],[-86.158018,35.362607],[-86.02704,35.343837],[-85.913593,35.289189],[-85.873025,35.223362],[-85.863946111807,34.987030858748],[-86.311274,34.991098],[-86.318760765465,34.991078580443],[-86.318168,35.126986]]]},"properties":{"id":"47051","n":"Franklin","z":["37306","37318","37324","37328","37330","37335","37345","37375","37376","37383","37388","37398"],"st":"TN"}},"47053":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.154464,36.204678],[-88.959839,36.222834],[-88.863298,36.137639],[-88.692709,36.062746],[-88.706811,35.791075],[-88.916181,35.797307],[-89.109285,35.862089],[-89.135958,35.967841],[-89.188844,35.99976],[-89.154464,36.204678]]]},"properties":{"id":"47053","n":"Gibson","z":["38059","38220","38233","38259","38316","38330","38331","38338","38343","38346","38355","38358","38369","38378","38382"],"st":"TN"}},"47055":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.206578,35.433207],[-87.129112,35.456019],[-86.960804,35.417021],[-86.906451,35.314075],[-86.828301,35.263677],[-86.83628631595,34.992803004217],[-87.210758579982,34.999049181],[-87.224053641876,34.999230741972],[-87.206578,35.433207]]]},"properties":{"id":"47055","n":"Giles","z":["37047","37144","38449","38451","38453","38455","38456","38459","38460","38464","38468","38472","38473","38474","38477","38478","38483"],"st":"TN"}},"47057":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.667408,36.344381],[-83.532504,36.353385],[-83.3868,36.413186],[-83.280595,36.394689],[-83.255292,36.289092],[-83.328295,36.29669],[-83.467097,36.174688],[-83.541099,36.181987],[-83.674237,36.125008],[-83.66746,36.080587],[-83.732704,36.164583],[-83.667408,36.344381]]]},"properties":{"id":"47057","n":"Grainger","z":["37708","37709","37811","37848","37861","37881","37888"],"st":"TN"}},"47059":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.166085,36.180894],[-83.082312,36.242296],[-82.937183,36.334797],[-82.702566,36.410412],[-82.631794,36.418769],[-82.647769,36.146404],[-82.595065,36.096205],[-82.605703610794,36.037198863562],[-82.628365,36.062105],[-82.779397,35.992511],[-82.81613,35.923986],[-82.893751418431,35.933857269709],[-83.166085,36.180894]]]},"properties":{"id":"47059","n":"Greene","z":["37616","37641","37656","37681","37711","37743","37744","37745","37809","37810","37818"],"st":"TN"}},"47061":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.913593,35.289189],[-85.869712,35.380362],[-85.876962,35.524095],[-85.820334,35.504573],[-85.607326,35.531651],[-85.485622,35.406307],[-85.558551,35.319292],[-85.709418,35.289251],[-85.740113,35.215295],[-85.873025,35.223362],[-85.913593,35.289189]]]},"properties":{"id":"47061","n":"Grundy","z":["37110","37301","37305","37313","37324","37339","37356","37357","37365","37366","37387"],"st":"TN"}},"47063":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.255292,36.289092],[-83.16259,36.345292],[-83.082312,36.242296],[-83.166085,36.180894],[-83.234585,36.085094],[-83.274501,36.130794],[-83.467097,36.174688],[-83.328295,36.29669],[-83.255292,36.289092]]]},"properties":{"id":"47063","n":"Hamblen","z":["37711","37778","37813","37814","37815","37816","37860","37877","37890","37891"],"st":"TN"}},"47065":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.474338843134,34.983673326791],[-85.365031,35.072554],[-85.387089,35.147169],[-85.225877,35.354276],[-85.135191,35.458649],[-85.016343,35.409288],[-84.946339,35.287717],[-85.026643,35.136171],[-84.976973806592,34.987219837355],[-84.979854025232,34.987205613976],[-85.265055021716,34.985077644742],[-85.363919028931,34.983376563141],[-85.474338843134,34.983673326791]]]},"properties":{"id":"47065","n":"Hamilton","z":["37302","37304","37308","37311","37315","37336","37338","37341","37343","37350","37351","37353","37363","37373","37377","37379","37384","37401","37402","37403","37404","37405","37406","37407","37408","37409","37410","37411","37412","37414","37415","37416","37419","37421","37422","37424","37450"],"st":"TN"}},"47067":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.47209357381,36.599475732059],[-82.984458495572,36.59528996905],[-82.830433,36.593761],[-82.950519,36.543005],[-83.010789,36.563691],[-83.120966,36.513883],[-83.280595,36.394689],[-83.3868,36.413186],[-83.398303,36.534885],[-83.47209357381,36.599475732059]]]},"properties":{"id":"47067","n":"Hancock","z":["37731","37752","37765","37869","37879","37881"],"st":"TN"}},"47069":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.183944,35.397126],[-89.078876,35.431428],[-88.841607,35.427826],[-88.781768,35.247587],[-88.786612,34.995252],[-88.823050501632,34.995207045695],[-89.017127011552,34.994967612836],[-89.198287901495,34.994450530115],[-89.183944,35.397126]]]},"properties":{"id":"47069","n":"Hardeman","z":["38008","38039","38042","38044","38052","38061","38067","38075","38340","38356","38381","38392"],"st":"TN"}},"47071":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.362572,35.380994],[-88.360829,35.418972],[-88.241677,35.423263],[-88.196462,35.379561],[-88.024741,35.392307],[-87.981585,35.295678],[-87.984916043699,35.005910124326],[-88.200064,34.995634],[-88.363530268539,34.995746751797],[-88.380492511522,34.995792408222],[-88.362572,35.380994]]]},"properties":{"id":"47071","n":"Hardin","z":["38310","38326","38327","38357","38359","38361","38365","38370","38371","38372","38376","38425","38475"],"st":"TN"}},"47073":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.280595,36.394689],[-83.120966,36.513883],[-83.010789,36.563691],[-82.950519,36.543005],[-82.830433,36.593761],[-82.609181949399,36.595089686069],[-82.610175,36.5193],[-82.680677,36.4318],[-82.702566,36.410412],[-82.937183,36.334797],[-83.082312,36.242296],[-83.16259,36.345292],[-83.255292,36.289092],[-83.280595,36.394689]]]},"properties":{"id":"47073","n":"Hawkins","z":["37642","37645","37660","37711","37731","37811","37857","37869","37873","37881","37891"],"st":"TN"}},"47075":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.502118,35.580621],[-89.401805,35.822657],[-89.356033,35.817635],[-89.338704,35.789273],[-89.069544,35.692679],[-89.078876,35.431428],[-89.183944,35.397126],[-89.474171,35.403039],[-89.469862,35.546566],[-89.502118,35.580621]]]},"properties":{"id":"47075","n":"Haywood","z":["38006","38012","38037","38063","38069","38075"],"st":"TN"}},"47077":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.606862,35.789354],[-88.56955,35.824451],[-88.179177,35.816785],[-88.190465,35.609088],[-88.243057,35.528858],[-88.241677,35.423263],[-88.360829,35.418972],[-88.364005,35.492801],[-88.505354,35.51203],[-88.613611,35.588089],[-88.606862,35.789354]]]},"properties":{"id":"47077","n":"Henderson","z":["38313","38321","38328","38329","38345","38351","38352","38363","38368","38371","38374","38388","38390"],"st":"TN"}},"47079":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.516358059979,36.501464198163],[-88.489076738713,36.501283719076],[-88.053350800776,36.499996250682],[-88.061428,36.443992],[-87.99092,36.360133],[-88.095868,36.359265],[-88.085167,36.254161],[-88.212559,36.12029],[-88.211698,36.145974],[-88.530322,36.152023],[-88.516358059979,36.501464198163]]]},"properties":{"id":"47079","n":"Henry","z":["38201","38222","38223","38224","38231","38236","38242","38251","38256"],"st":"TN"}},"47081":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.71676,35.83875],[-87.706438,35.905755],[-87.53453,35.993074],[-87.204242,35.959186],[-87.215099,35.850651],[-87.25561,35.700516],[-87.339232,35.65911],[-87.459587,35.615124],[-87.586867,35.653304],[-87.658189,35.609349],[-87.74375,35.663952],[-87.71676,35.83875]]]},"properties":{"id":"47081","n":"Hickman","z":["37025","37033","37055","37078","37098","37101","37137","37140","38454","38462","38476","38487"],"st":"TN"}},"47083":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.98074,36.353307],[-87.821816,36.328724],[-87.715494,36.36824],[-87.592358,36.367663],[-87.513533,36.334713],[-87.566798,36.177857],[-87.798508,36.244754],[-87.949603,36.24316],[-87.98074,36.353307]]]},"properties":{"id":"47083","n":"Houston","z":["37050","37051","37061","37101","37175","37178","37181","37185"],"st":"TN"}},"47085":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.949603,36.24316],[-87.798508,36.244754],[-87.566798,36.177857],[-87.53453,35.993074],[-87.706438,35.905755],[-87.71676,35.83875],[-87.852682,35.803799],[-87.96274,35.840921],[-87.925835,35.930432],[-88.02239,35.965818],[-87.919043,36.130049],[-87.949603,36.24316]]]},"properties":{"id":"47085","n":"Humphreys","z":["37078","37101","37134","37185"],"st":"TN"}},"47087":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.828026,36.411836],[-85.813885,36.499473],[-85.704075,36.522395],[-85.57596,36.471617],[-85.495422,36.403074],[-85.495124,36.302278],[-85.557527,36.223177],[-85.780148,36.238011],[-85.82766,36.255272],[-85.828026,36.411836]]]},"properties":{"id":"47087","n":"Jackson","z":["37145","38501","38545","38551","38562","38564","38568","38588"],"st":"TN"}},"47089":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.66746,36.080587],[-83.674237,36.125008],[-83.541099,36.181987],[-83.467097,36.174688],[-83.274501,36.130794],[-83.234585,36.085094],[-83.310782,35.895846],[-83.489344,35.92766],[-83.673297,36.038486],[-83.66746,36.080587]]]},"properties":{"id":"47089","n":"Jefferson","z":["37725","37760","37813","37820","37871","37876","37877","37890"],"st":"TN"}},"47091":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.983843,36.508314],[-81.826734148053,36.614719104161],[-81.6469,36.611918],[-81.677535,36.588117],[-81.725372779685,36.389738497436],[-81.705966,36.338496],[-81.833202,36.347339],[-81.918444472905,36.287357917382],[-81.934369244493,36.26471620438],[-82.058545,36.367215],[-81.94984,36.472385],[-81.983843,36.508314]]]},"properties":{"id":"47091","n":"Johnson","z":["37640","37680","37683","37688","37691"],"st":"TN"}},"47093":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.941711,36.186378],[-83.732704,36.164583],[-83.66746,36.080587],[-83.673297,36.038486],[-83.650957,35.986368],[-83.794275,35.887125],[-83.850155,35.842019],[-83.994677,35.883749],[-84.006696,35.848924],[-84.145659,35.849586],[-84.166267,35.805106],[-84.263383,35.89694],[-84.271587,35.910165],[-84.272869,35.940506],[-83.941711,36.186378]]]},"properties":{"id":"47093","n":"Knox","z":["37709","37721","37754","37764","37772","37779","37806","37807","37830","37849","37853","37871","37901","37902","37909","37912","37914","37915","37916","37917","37918","37919","37920","37921","37922","37923","37924","37927","37928","37929","37930","37931","37932","37933","37934","37938","37939","37940","37950","37995","37996","37997","37998"],"st":"TN"}},"47095":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.545031333969,36.344271398663],[-89.539232,36.497934],[-89.345194319539,36.501343208637],[-89.36012,36.409277],[-89.444587,36.235538],[-89.482971,36.212659],[-89.627641441675,36.185460316606],[-89.69263,36.224959],[-89.554289,36.277751],[-89.545031333969,36.344271398663]]]},"properties":{"id":"47095","n":"Lake","z":["38077","38079","38080"],"st":"TN"}},"47097":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.648904970345,35.903583482313],[-89.398186,35.941369],[-89.342829,35.880934],[-89.356033,35.817635],[-89.401805,35.822657],[-89.502118,35.580621],[-89.623458,35.652316],[-89.7952,35.63529],[-89.909797,35.537914],[-89.944754,35.560308],[-89.876548,35.626653],[-89.956589,35.695486],[-89.723426,35.809382],[-89.722634,35.873718],[-89.648904970345,35.903583482313]]]},"properties":{"id":"47097","n":"Lauderdale","z":["38037","38040","38041","38063"],"st":"TN"}},"47099":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.575352,35.398454],[-87.44882,35.420622],[-87.448485,35.457844],[-87.294534,35.444676],[-87.206578,35.433207],[-87.224053641876,34.999230741972],[-87.606097867653,35.003519526204],[-87.588833,35.058431],[-87.575352,35.398454]]]},"properties":{"id":"47099","n":"Lawrence","z":["38456","38457","38463","38464","38468","38469","38474","38481","38483","38486"],"st":"TN"}},"47101":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.658189,35.609349],[-87.586867,35.653304],[-87.459587,35.615124],[-87.339232,35.65911],[-87.352305,35.584621],[-87.269432,35.505851],[-87.294534,35.444676],[-87.448485,35.457844],[-87.44882,35.420622],[-87.575352,35.398454],[-87.645896,35.472745],[-87.717559,35.483347],[-87.658189,35.609349]]]},"properties":{"id":"47101","n":"Lewis","z":["38461","38462","38474","38483","38485"],"st":"TN"}},"47103":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.828301,35.263677],[-86.746899,35.252878],[-86.602613,35.327013],[-86.599478,35.36495],[-86.525306,35.354718],[-86.52728,35.311536],[-86.392192,35.235381],[-86.363363,35.12303],[-86.318168,35.126986],[-86.318760765465,34.991078580443],[-86.783648,34.991925],[-86.83628631595,34.992803004217],[-86.828301,35.263677]]]},"properties":{"id":"47103","n":"Lincoln","z":["37047","37144","37328","37334","37335","37348","37359","38449","38453","38459","38488"],"st":"TN"}},"47105":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.584472,35.644424],[-84.263383,35.89694],[-84.166267,35.805106],[-84.134468,35.647399],[-84.188319,35.610549],[-84.290765,35.654925],[-84.504274,35.665866],[-84.52585,35.624186],[-84.584472,35.644424]]]},"properties":{"id":"47105","n":"Loudon","z":["37737","37742","37771","37772","37774","37846","37874","37885"],"st":"TN"}},"47107":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.619865,35.644651],[-84.584472,35.644424],[-84.52585,35.624186],[-84.409226,35.398378],[-84.401025,35.330374],[-84.495529,35.285472],[-84.703607,35.241043],[-84.72314,35.285471],[-84.860164,35.350074],[-84.805544,35.448571],[-84.619865,35.644651]]]},"properties":{"id":"47107","n":"McMinn","z":["37303","37309","37322","37325","37329","37331","37354","37370","37371","37826","37846","37874"],"st":"TN"}},"47109":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.781768,35.247587],[-88.719761,35.24755],[-88.640934,35.361017],[-88.362572,35.380994],[-88.380492511522,34.995792408222],[-88.786612,34.995252],[-88.781768,35.247587]]]},"properties":{"id":"47109","n":"McNairy","z":["38044","38061","38310","38315","38332","38334","38339","38357","38359","38361","38367","38375","38376","38379","38393"],"st":"TN"}},"47111":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.205565269856,36.639246870329],[-85.975713174144,36.628637718682],[-85.788556543614,36.621711859035],[-85.813885,36.499473],[-85.828026,36.411836],[-85.978893,36.426073],[-86.168261,36.444293],[-86.228434,36.487472],[-86.205565269856,36.639246870329]]]},"properties":{"id":"47111","n":"Macon","z":["37022","37057","37074","37083","37145","37150","37186"],"st":"TN"}},"47113":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.069544,35.692679],[-89.021364,35.670953],[-88.916181,35.797307],[-88.706811,35.791075],[-88.606862,35.789354],[-88.613611,35.588089],[-88.675867,35.489163],[-88.841607,35.427826],[-89.078876,35.431428],[-89.069544,35.692679]]]},"properties":{"id":"47113","n":"Madison","z":["38006","38301","38302","38303","38305","38308","38313","38314","38343","38351","38355","38356","38362","38366","38391","38392"],"st":"TN"}},"47115":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.873025,35.223362],[-85.740113,35.215295],[-85.709418,35.289251],[-85.558551,35.319292],[-85.403187,35.223419],[-85.387089,35.147169],[-85.365031,35.072554],[-85.474338843134,34.983673326791],[-85.605165,34.984678],[-85.863946111807,34.987030858748],[-85.873025,35.223362]]]},"properties":{"id":"47115","n":"Marion","z":["37340","37347","37356","37374","37375","37380","37396","37397","37405","37419"],"st":"TN"}},"47117":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.960804,35.417021],[-86.849573,35.525515],[-86.782016,35.706595],[-86.686193,35.710051],[-86.639436,35.6859],[-86.664164,35.491771],[-86.599478,35.36495],[-86.602613,35.327013],[-86.746899,35.252878],[-86.828301,35.263677],[-86.906451,35.314075],[-86.960804,35.417021]]]},"properties":{"id":"47117","n":"Marshall","z":["37019","37034","37046","37047","37091","37144","38401","38451","38472"],"st":"TN"}},"47119":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.339232,35.65911],[-87.25561,35.700516],[-87.215099,35.850651],[-86.782016,35.706595],[-86.849573,35.525515],[-86.960804,35.417021],[-87.129112,35.456019],[-87.206578,35.433207],[-87.294534,35.444676],[-87.269432,35.505851],[-87.352305,35.584621],[-87.339232,35.65911]]]},"properties":{"id":"47119","n":"Maury","z":["37091","37174","38401","38402","38451","38461","38474","38476","38482","38483","38487"],"st":"TN"}},"47121":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.016343,35.409288],[-84.912148,35.442671],[-84.873969,35.550217],[-84.794904,35.55255],[-84.781804,35.673908],[-84.723853,35.752896],[-84.619031,35.70788],[-84.619865,35.644651],[-84.805544,35.448571],[-84.860164,35.350074],[-84.946339,35.287717],[-85.016343,35.409288]]]},"properties":{"id":"47121","n":"Meigs","z":["37308","37322","37336","37826","37880"],"st":"TN"}},"47123":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.188319,35.610549],[-84.081561,35.541231],[-83.993815,35.550001],[-83.958917834564,35.45789943958],[-84.021782,35.407418],[-84.029104413772,35.292123776494],[-84.097508,35.247382],[-84.223718,35.269078],[-84.286598378741,35.205758218496],[-84.495529,35.285472],[-84.401025,35.330374],[-84.409226,35.398378],[-84.52585,35.624186],[-84.504274,35.665866],[-84.290765,35.654925],[-84.188319,35.610549]]]},"properties":{"id":"47123","n":"Monroe","z":["37314","37329","37354","37369","37385","37774","37801","37846","37874","37885"],"st":"TN"}},"47125":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.64115,36.638036],[-87.335979050081,36.641577160493],[-87.115003556688,36.644142044651],[-87.150371,36.566824],[-87.120443,36.45546],[-87.280597,36.354166],[-87.286501,36.321933],[-87.513533,36.334713],[-87.592358,36.367663],[-87.64115,36.638036]]]},"properties":{"id":"47125","n":"Montgomery","z":{"0":"37010","1":"37015","2":"37040","3":"37042","4":"37043","5":"37044","6":"37050","7":"37051","8":"37052","9":"37079","10":"37142","11":"37171","12":"37191","33":"42223"},"st":"TN"}},"47127":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.525306,35.354718],[-86.422338,35.318846],[-86.25759,35.412476],[-86.261489,35.333579],[-86.318168,35.126986],[-86.363363,35.12303],[-86.392192,35.235381],[-86.52728,35.311536],[-86.525306,35.354718]]]},"properties":{"id":"47127","n":"Moore","z":["37144","37160","37183","37306","37334","37352","37359","37360","37388","37398"],"st":"TN"}},"47129":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.700785,36.370824],[-84.573741,36.229977],[-84.441034,36.163478],[-84.341812,36.048977],[-84.446054,35.985984],[-84.603763,35.954009],[-84.680633,35.908454],[-84.80546,36.090501],[-84.907753,36.156293],[-84.875842,36.285092],[-84.797861,36.296894],[-84.700785,36.370824]]]},"properties":{"id":"47129","n":"Morgan","z":["37719","37726","37733","37748","37770","37829","37840","37845","37852","37854","37872","37887"],"st":"TN"}},"47131":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.345194319539,36.501343208637],[-88.834589022874,36.501980342259],[-88.82717803634,36.501968322257],[-88.81642,36.410732],[-88.949163,36.410099],[-88.959839,36.222834],[-89.154464,36.204678],[-89.482971,36.212659],[-89.444587,36.235538],[-89.36012,36.409277],[-89.345194319539,36.501343208637]]]},"properties":{"id":"47131","n":"Obion","z":["38080","38232","38233","38240","38253","38254","38257","38259","38260","38261","38271","38281"],"st":"TN"}},"47133":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.495422,36.403074],[-85.446372,36.49797],[-85.284878,36.531293],[-85.120445,36.407164],[-85.082497,36.196171],[-85.119583,36.144719],[-85.204156,36.152489],[-85.43585,36.247148],[-85.495124,36.302278],[-85.495422,36.403074]]]},"properties":{"id":"47133","n":"Overton","z":["38501","38506","38541","38542","38543","38554","38568","38570","38573","38574","38580","38589"],"st":"TN"}},"47135":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.970738,35.815705],[-87.96274,35.840921],[-87.852682,35.803799],[-87.71676,35.83875],[-87.74375,35.663952],[-87.658189,35.609349],[-87.717559,35.483347],[-87.988894,35.453666],[-88.007709,35.423381],[-87.97463,35.521025],[-88.035837,35.621839],[-88.034788,35.717261],[-87.970738,35.815705]]]},"properties":{"id":"47135","n":"Perry","z":["37096","37097","38425"],"st":"TN"}},"47137":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.276287947499,36.626157540803],[-84.974868435837,36.614583359317],[-84.78539997855,36.603375419936],[-84.731839,36.524674],[-84.943144,36.58127],[-85.043924,36.558791],[-85.120445,36.407164],[-85.284878,36.531293],[-85.276287947499,36.626157540803]]]},"properties":{"id":"47137","n":"Pickett","z":{"0":"38543","1":"38549","2":"38556","3":"38573","4":"38577","25":"42602"},"st":"TN"}},"47139":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.775837671297,34.987937206149],[-84.699737,35.172274],[-84.703607,35.241043],[-84.495529,35.285472],[-84.286598378741,35.205758218496],[-84.321869,34.988408],[-84.621483,34.988329],[-84.775837671297,34.987937206149]]]},"properties":{"id":"47139","n":"Polk","z":["37307","37309","37310","37316","37317","37323","37325","37326","37333","37361","37362","37369","37391"],"st":"TN"}},"47141":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.780148,36.238011],[-85.557527,36.223177],[-85.495124,36.302278],[-85.43585,36.247148],[-85.204156,36.152489],[-85.119583,36.144719],[-85.100213,36.138561],[-85.246362,36.100698],[-85.264206,35.979154],[-85.309363,36.031592],[-85.507677,36.082012],[-85.644604,36.015053],[-85.767136,36.070087],[-85.807415,36.131582],[-85.780148,36.238011]]]},"properties":{"id":"47141","n":"Putnam","z":["38501","38502","38503","38505","38506","38544","38545","38548","38564","38574","38582","38583"],"st":"TN"}},"47143":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.916062,35.761939],[-84.781901,35.825],[-84.723853,35.752896],[-84.781804,35.673908],[-84.794904,35.55255],[-84.873969,35.550217],[-84.912148,35.442671],[-85.016343,35.409288],[-85.135191,35.458649],[-85.107762,35.571359],[-84.916062,35.761939]]]},"properties":{"id":"47143","n":"Rhea","z":["37321","37332","37337","37338","37381"],"st":"TN"}},"47145":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.781901,35.825],[-84.680633,35.908454],[-84.603763,35.954009],[-84.446054,35.985984],[-84.341812,36.048977],[-84.271587,35.910165],[-84.263383,35.89694],[-84.584472,35.644424],[-84.619865,35.644651],[-84.619031,35.70788],[-84.723853,35.752896],[-84.781901,35.825]]]},"properties":{"id":"47145","n":"Roane","z":["37748","37763","37771","37774","37830","37840","37846","37854","37880"],"st":"TN"}},"47147":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.115003556688,36.644142044651],[-87.060826344393,36.644770884852],[-86.763290964108,36.648720674502],[-86.562067651865,36.640746673907],[-86.693292,36.407231],[-86.754795,36.405496],[-86.825053,36.349817],[-86.913233,36.382621],[-86.98806,36.369154],[-87.120443,36.45546],[-87.150371,36.566824],[-87.115003556688,36.644142044651]]]},"properties":{"id":"47147","n":"Robertson","z":["37010","37032","37048","37049","37072","37073","37141","37146","37148","37172","37188"],"st":"TN"}},"47149":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.686193,35.710051],[-86.613328,35.790331],[-86.618892,35.968224],[-86.515589,36.10061],[-86.251731,35.961141],[-86.153214,35.954399],[-86.141766,35.914374],[-86.207147,35.70379],[-86.245165,35.631913],[-86.34194,35.664259],[-86.402726,35.618571],[-86.543116,35.697617],[-86.639436,35.6859],[-86.686193,35.710051]]]},"properties":{"id":"47149","n":"Rutherford","z":["37014","37020","37037","37046","37060","37085","37086","37089","37118","37122","37127","37128","37129","37130","37131","37132","37133","37135","37149","37153","37167"],"st":"TN"}},"47151":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.77845586435,36.603210512216],[-84.261321201505,36.592741697267],[-84.266877,36.511698],[-84.349939,36.466292],[-84.329927,36.285086],[-84.372731,36.216778],[-84.441034,36.163478],[-84.573741,36.229977],[-84.700785,36.370824],[-84.659082,36.395227],[-84.731839,36.524674],[-84.78539997855,36.603375419936],[-84.77845586435,36.603210512216]]]},"properties":{"id":"47151","n":"Scott","z":["37732","37755","37756","37841","37847","37852","37872","37892","38504"],"st":"TN"}},"47153":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.557535,35.532977],[-85.423804,35.567422],[-85.403298,35.49228],[-85.225877,35.354276],[-85.387089,35.147169],[-85.403187,35.223419],[-85.558551,35.319292],[-85.485622,35.406307],[-85.607326,35.531651],[-85.557535,35.532977]]]},"properties":{"id":"47153","n":"Sequatchie","z":["37327","37338","37365","37377","37379","37397"],"st":"TN"}},"47155":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.794275,35.887125],[-83.650957,35.986368],[-83.673297,36.038486],[-83.489344,35.92766],[-83.310782,35.895846],[-83.261806,35.825024],[-83.256141552304,35.715124062658],[-83.26474416829,35.70308949617],[-83.498335,35.562981],[-83.662911901589,35.567799793208],[-83.662814,35.690618],[-83.70525,35.71158],[-83.794275,35.887125]]]},"properties":{"id":"47155","n":"Sevier","z":["37722","37725","37738","37764","37862","37863","37864","37865","37871","37876"],"st":"TN"}},"47157":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.112504,35.410153],[-90.045306,35.415435],[-89.865515,35.39077],[-89.70248,35.408584],[-89.632776,35.375824],[-89.644283834092,34.994067210562],[-89.724315837969,34.994186958754],[-90.309297,34.995694],[-90.197146,35.050731],[-90.160058,35.12883],[-90.09061,35.118287],[-90.097947,35.249983],[-90.166594,35.274588],[-90.087903,35.36327],[-90.112504,35.410153]]]},"properties":{"id":"47157","n":"Shelby","z":["37501","37544","38002","38004","38011","38014","38016","38017","38018","38027","38028","38029","38053","38054","38055","38083","38088","38101","38103","38104","38105","38106","38107","38108","38109","38111","38112","38113","38114","38115","38116","38117","38118","38119","38120","38122","38124","38125","38126","38127","38128","38130","38131","38132","38133","38134","38135","38136","38138","38139","38141","38145","38148","38150","38151","38152","38157","38159","38161","38163","38166","38167","38168","38173","38174","38175","38177","38182","38183","38184","38186","38187","38188","38190","38193","38194","38197"],"st":"TN"}},"47159":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.136803,36.295859],[-85.978893,36.426073],[-85.828026,36.411836],[-85.82766,36.255272],[-85.780148,36.238011],[-85.807415,36.131582],[-86.059706,36.086024],[-86.136803,36.295859]]]},"properties":{"id":"47159","n":"Smith","z":["37012","37030","37057","37087","37090","37145","37151","37184","38547","38548","38552","38560","38563","38567","38569"],"st":"TN"}},"47161":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.070532,36.678118],[-87.849567,36.663701],[-87.853204,36.633247],[-87.694185907864,36.636838243944],[-87.64115,36.638036],[-87.592358,36.367663],[-87.715494,36.36824],[-87.821816,36.328724],[-87.98074,36.353307],[-87.99092,36.360133],[-88.061428,36.443992],[-88.053350800776,36.499996250682],[-88.070532,36.678118]]]},"properties":{"id":"47161","n":"Stewart","z":["37023","37028","37050","37058","37079","37175","37178"],"st":"TN"}},"47163":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.609181949399,36.595089686069],[-82.294136420129,36.595073032959],[-82.2433850052,36.594876187665],[-82.145573270515,36.594560330834],[-81.826734148053,36.614719104161],[-81.983843,36.508314],[-82.188653,36.400408],[-82.299859,36.396505],[-82.421572,36.447254],[-82.680677,36.4318],[-82.610175,36.5193],[-82.609181949399,36.595089686069]]]},"properties":{"id":"47163","n":"Sullivan","z":["37617","37618","37620","37656","37659","37660","37662","37663","37664","37665","37669","37686","37694","37699","37857","38137"],"st":"TN"}},"47165":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.562067651865,36.640746673907],[-86.411496198966,36.648240422848],[-86.205565269856,36.639246870329],[-86.228434,36.487472],[-86.283256,36.3475],[-86.298452,36.313634],[-86.451721,36.335629],[-86.594286,36.245105],[-86.639095,36.255105],[-86.754795,36.405496],[-86.693292,36.407231],[-86.562067651865,36.640746673907]]]},"properties":{"id":"47165","n":"Sumner","z":["37022","37031","37048","37066","37072","37075","37077","37116","37119","37148","37186","37188"],"st":"TN"}},"47167":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.944754,35.560308],[-89.909797,35.537914],[-89.7952,35.63529],[-89.623458,35.652316],[-89.502118,35.580621],[-89.469862,35.546566],[-89.474171,35.403039],[-89.632776,35.375824],[-89.70248,35.408584],[-89.865515,35.39077],[-90.045306,35.415435],[-90.037615,35.550329],[-89.944754,35.560308]]]},"properties":{"id":"47167","n":"Tipton","z":{"0":"38004","1":"38010","2":"38011","3":"38015","4":"38019","5":"38023","6":"38049","7":"38053","8":"38058","9":"38069","30":"72338"},"st":"TN"}},"47169":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.228434,36.487472],[-86.168261,36.444293],[-85.978893,36.426073],[-86.136803,36.295859],[-86.283256,36.3475],[-86.228434,36.487472]]]},"properties":{"id":"47169","n":"Trousdale","z":["37022","37031","37057","37074","37087"],"st":"TN"}},"47171":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.605703610794,36.037198863562],[-82.595065,36.096205],[-82.527605,36.148951],[-82.420661,36.163207],[-82.34046,36.252807],[-82.284691,36.251686],[-82.220253010287,36.153820039843],[-82.416937594673,36.072970010708],[-82.508007659722,35.982013205441],[-82.610885,35.974442],[-82.605703610794,36.037198863562]]]},"properties":{"id":"47171","n":"Unicoi","z":["37601","37650","37657","37692"],"st":"TN"}},"47173":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-84.004317,36.270378],[-83.905638,36.419979],[-83.805515,36.435879],[-83.73301,36.34498],[-83.667408,36.344381],[-83.732704,36.164583],[-83.941711,36.186378],[-84.004317,36.270378]]]},"properties":{"id":"47173","n":"Union","z":["37705","37721","37754","37779","37807","37825","37848","37866","37870","37888"],"st":"TN"}},"47175":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.602876,35.794996],[-85.474213,35.822656],[-85.265064,35.821973],[-85.269359,35.793388],[-85.254062,35.765611],[-85.265387,35.721237],[-85.423804,35.567422],[-85.557535,35.532977],[-85.594632,35.617898],[-85.602876,35.794996]]]},"properties":{"id":"47175","n":"Van Buren","z":["37110","37367","38559","38581","38583","38585"],"st":"TN"}},"47177":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.885156,35.839658],[-85.682095,35.831254],[-85.602876,35.794996],[-85.594632,35.617898],[-85.557535,35.532977],[-85.607326,35.531651],[-85.820334,35.504573],[-85.876962,35.524095],[-85.985062,35.660108],[-85.997426,35.711955],[-85.885156,35.839658]]]},"properties":{"id":"47177","n":"Warren","z":["37110","37111","37166","37190","37357","37378","37394","38550","38581"],"st":"TN"}},"47179":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.680677,36.4318],[-82.421572,36.447254],[-82.299859,36.396505],[-82.34046,36.252807],[-82.420661,36.163207],[-82.527605,36.148951],[-82.595065,36.096205],[-82.647769,36.146404],[-82.631794,36.418769],[-82.702566,36.410412],[-82.680677,36.4318]]]},"properties":{"id":"47179","n":"Washington","z":["37601","37602","37604","37605","37614","37615","37641","37650","37656","37659","37663","37681","37684","37686","37690","37694"],"st":"TN"}},"47181":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.024741,35.392307],[-88.007709,35.423381],[-87.988894,35.453666],[-87.717559,35.483347],[-87.645896,35.472745],[-87.575352,35.398454],[-87.588833,35.058431],[-87.606097867653,35.003519526204],[-87.984916043699,35.005910124326],[-87.981585,35.295678],[-88.024741,35.392307]]]},"properties":{"id":"47181","n":"Wayne","z":["37096","38425","38450","38452","38463","38464","38471","38475","38485","38486"],"st":"TN"}},"47183":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.82717803634,36.501968322257],[-88.816764157348,36.501951431813],[-88.516358059979,36.501464198163],[-88.530322,36.152023],[-88.655488,36.117338],[-88.692709,36.062746],[-88.863298,36.137639],[-88.959839,36.222834],[-88.949163,36.410099],[-88.81642,36.410732],[-88.82717803634,36.501968322257]]]},"properties":{"id":"47183","n":"Weakley","z":["38201","38224","38225","38226","38229","38230","38237","38238","38241","38242","38255","38257"],"st":"TN"}},"47185":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.682095,35.831254],[-85.632449,35.847385],[-85.644604,36.015053],[-85.507677,36.082012],[-85.309363,36.031592],[-85.264206,35.979154],[-85.213115,35.910379],[-85.269359,35.793388],[-85.265064,35.821973],[-85.474213,35.822656],[-85.602876,35.794996],[-85.682095,35.831254]]]},"properties":{"id":"47185","n":"White","z":["38506","38559","38579","38583","38587"],"st":"TN"}},"47187":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.204242,35.959186],[-87.182573,36.049726],[-87.054114,36.045535],[-87.040407,35.989226],[-86.9292,36.052722],[-86.790875,36.036715],[-86.618892,35.968224],[-86.613328,35.790331],[-86.686193,35.710051],[-86.782016,35.706595],[-87.215099,35.850651],[-87.204242,35.959186]]]},"properties":{"id":"47187","n":"Williamson","z":["37014","37024","37025","37027","37046","37060","37062","37064","37065","37067","37068","37069","37135","37174","37179","37215","37221","38401","38476"],"st":"TN"}},"47189":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.594286,36.245105],[-86.451721,36.335629],[-86.298452,36.313634],[-86.283256,36.3475],[-86.136803,36.295859],[-86.059706,36.086024],[-86.014849,35.96106],[-86.153214,35.954399],[-86.251731,35.961141],[-86.515589,36.10061],[-86.594286,36.245105]]]},"properties":{"id":"47189","n":"Wilson","z":["37012","37016","37071","37076","37085","37087","37088","37090","37095","37118","37121","37122","37136","37138","37184"],"st":"TN"}},"48001":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.052786,32.005895],[-95.428512,32.084475],[-95.446747,31.843116],[-95.275849,31.657229],[-95.273203,31.592886],[-95.651764,31.541791],[-95.739279,31.504056],[-95.710112,31.615587],[-95.7873,31.618385],[-95.875937,31.755503],[-95.980568,31.784561],[-96.052786,32.005895]]]},"properties":{"id":"48001","n":"Anderson","z":["75751","75763","75779","75801","75802","75803","75832","75839","75844","75853","75861","75880","75882","75884","75886"],"st":"TX"}},"48003":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-103.064696,32.522193],[-102.211037,32.523244],[-102.211249,32.0868],[-102.287048,32.086991],[-102.799086,32.085795],[-103.06442240111,32.087051],[-103.064696,32.522193]]]},"properties":{"id":"48003","n":"Andrews","z":["79714"],"st":"TX"}},"48005":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.003345,31.42571],[-94.865857,31.526916],[-94.728679,31.457226],[-94.544888,31.431715],[-94.326616,31.224754],[-94.129632,31.09928],[-94.457816,31.033325],[-94.561943,31.058952],[-94.842947,31.146578],[-94.860501,31.234955],[-94.95811,31.38693],[-95.003345,31.42571]]]},"properties":{"id":"48005","n":"Angelina","z":["75901","75902","75903","75904","75915","75941","75949","75969","75980"],"st":"TX"}},"48007":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.790512,28.319238],[-96.85207062273,28.059820861605],[-97.003325,27.908307],[-97.043684083687,27.836532353472],[-97.095713,27.957835],[-97.136312,27.90439],[-97.260818,28.075759],[-97.144916,28.102622],[-97.023586,28.187657],[-97.123799,28.272459],[-96.790512,28.319238]]]},"properties":{"id":"48007","n":"Aransas","z":["77950","78336","78358","78381","78382","78390"],"st":"TX"}},"48009":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.953088,33.834],[-98.423577,33.836047],[-98.421419,33.466797],[-98.420666,33.396195],[-98.953938,33.397534],[-98.953088,33.834]]]},"properties":{"id":"48009","n":"Archer","z":["76308","76310","76351","76360","76366","76370","76374","76379","76389"],"st":"TX"}},"48011":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-101.622941,35.183117],[-101.086281,35.18214],[-101.090749,34.748246],[-101.471562,34.747462],[-101.629257,34.747649],[-101.622941,35.183117]]]},"properties":{"id":"48011","n":"Armstrong","z":["79019","79042","79094","79226"],"st":"TX"}},"48013":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.804763,29.250693],[-98.407336,29.114435],[-98.190991,28.882333],[-98.098315,28.786949],[-98.335031,28.612658],[-98.335047,28.648275],[-98.800848,28.647306],[-98.8049,29.090434],[-98.804763,29.250693]]]},"properties":{"id":"48013","n":"Atascosa","z":["78005","78008","78011","78012","78026","78050","78052","78062","78064","78065","78069","78073","78113","78114","78264"],"st":"TX"}},"48015":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.62198,30.044283],[-96.292849,30.09615],[-96.146052,30.070224],[-96.084541,30.005137],[-96.13165,29.937504],[-96.121405,29.836652],[-96.049234,29.803187],[-96.032711,29.727944],[-96.02485,29.602877],[-96.088912,29.601658],[-96.175422,29.633806],[-96.259226,29.668912],[-96.343247,29.829697],[-96.413283,29.824985],[-96.569844,29.961516],[-96.62198,30.044283]]]},"properties":{"id":"48015","n":"Austin","z":["77418","77426","77452","77473","77474","77485","77833","77835","78931","78933","78940","78944","78950","78954"],"st":"TX"}},"48017":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-103.04383583017,34.302648],[-103.04385030117,34.312749873508],[-102.61515,34.312891],[-102.615447,33.825121],[-103.04734601817,33.824674123152],[-103.04383583017,34.302648]]]},"properties":{"id":"48017","n":"Bailey","z":["79324","79325","79344","79346","79347","79371"],"st":"TX"}},"48019":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.602776,29.907679],[-99.176988,29.895063],[-98.917725,29.781398],[-98.778782,29.720167],[-98.806552,29.690709],[-98.927161,29.56225],[-98.983787,29.62345],[-99.411817,29.627514],[-99.60313,29.627181],[-99.602776,29.907679]]]},"properties":{"id":"48019","n":"Bandera","z":["78003","78023","78055","78063","78883","78884","78885"],"st":"TX"}},"48021":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.369539,30.419563],[-97.334463,30.402843],[-97.081834,30.259357],[-97.024461,30.051435],[-97.315823,29.786541],[-97.64937,30.067944],[-97.49135,30.21193],[-97.369539,30.419563]]]},"properties":{"id":"48021","n":"Bastrop","z":["78602","78612","78616","78617","78621","78650","78659","78662","78941","78942","78945","78953","78957"],"st":"TX"}},"48023":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.47565,33.834005],[-98.953088,33.834],[-98.953938,33.397534],[-99.472444,33.399023],[-99.474498,33.733849],[-99.47565,33.834005]]]},"properties":{"id":"48023","n":"Baylor","z":["76380"],"st":"TX"}},"48025":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.005252,28.690239],[-97.915106,28.719648],[-97.77853,28.668027],[-97.696572,28.541537],[-97.558496,28.514054],[-97.551369,28.450441],[-97.375579,28.388684],[-97.541071,28.164669],[-97.568482,28.129846],[-97.817716,28.176848],[-97.808774,28.183415],[-98.089764,28.662979],[-98.005252,28.690239]]]},"properties":{"id":"48025","n":"Bee","z":["78102","78104","78119","78125","78142","78145","78146","78162","78387","78389","78391"],"st":"TX"}},"48027":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.9071,31.069374],[-97.418606,31.320202],[-97.343426,31.244215],[-97.278113,31.279799],[-97.070188,30.98622],[-97.259082,30.889596],[-97.315507,30.752371],[-97.62491,30.870334],[-97.828512,30.906188],[-97.911684,31.034919],[-97.9071,31.069374]]]},"properties":{"id":"48027","n":"Bell","z":["76501","76502","76503","76504","76508","76511","76513","76519","76527","76528","76533","76534","76539","76540","76541","76542","76543","76544","76547","76548","76549","76554","76557","76559","76564","76569","76571","76579"],"st":"TX"}},"48029":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.806552,29.690709],[-98.778782,29.720167],[-98.646124,29.745181],[-98.550489,29.760713],[-98.352589,29.734365],[-98.378068,29.662613],[-98.31095,29.59456],[-98.233899,29.554893],[-98.134171,29.441751],[-98.407336,29.114435],[-98.804763,29.250693],[-98.806552,29.690709]]]},"properties":{"id":"48029","n":"Bexar","z":["28260","78002","78006","78015","78023","78039","78052","78054","78069","78073","78101","78108","78109","78112","78124","78148","78150","78152","78154","78201","78202","78203","78204","78205","78206","78207","78208","78209","78210","78211","78212","78213","78214","78215","78216","78217","78218","78219","78220","78221","78222","78223","78224","78225","78226","78227","78228","78229","78230","78231","78232","78233","78234","78235","78236","78237","78238","78239","78240","78241","78242","78243","78244","78245","78246","78247","78248","78249","78250","78251","78252","78253","78254","78255","78256","78257","78258","78259","78260","78261","78263","78264","78265","78266","78268","78270","78278","78279","78280","78283","78284","78285","78288","78289","78291","78292","78293","78294","78295","78296","78297","78298","78299"],"st":"TX"}},"48031":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.59167,30.499875],[-98.351041,30.486096],[-98.125556,30.426186],[-98.172977,30.356312],[-98.2976,30.037994],[-98.414018,29.937557],[-98.587897,30.138954],[-98.59167,30.499875]]]},"properties":{"id":"48031","n":"Blanco","z":["78070","78606","78620","78635","78636","78643","78663","78669","78671","78676"],"st":"TX"}},"48033":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-101.691284,32.961838],[-101.557434,32.961025],[-101.173378,32.963597],[-101.174562,32.527703],[-101.174571,32.524112],[-101.68874,32.525222],[-101.691284,32.961838]]]},"properties":{"id":"48033","n":"Borden","z":["79351","79511","79517","79527","79713","79720","79738"],"st":"TX"}},"48035":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.864864,32.087328],[-97.615055,32.203581],[-97.514682,32.133605],[-97.476086,32.17346],[-97.485968,32.017611],[-97.379992,31.97274],[-97.438765,31.933506],[-97.382848,31.870788],[-97.28206,31.843152],[-97.32653,31.78836],[-97.277265,31.745492],[-97.60523,31.587762],[-97.689834,31.711019],[-97.766431,31.672461],[-98.005462,32.017897],[-97.864864,32.087328]]]},"properties":{"id":"48035","n":"Bosque","z":["76043","76457","76633","76634","76637","76644","76649","76652","76665","76671","76689","76690"],"st":"TX"}},"48037":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.731932901996,33.72083051628],[-94.485875,33.637867],[-94.354165,33.556452],[-94.183395,33.592212],[-94.043833747801,33.551713735586],[-94.042945847176,33.27124208414],[-94.218517,33.296936],[-94.231333,33.241073],[-94.517868,33.282096],[-94.65226,33.268861],[-94.746925,33.328938],[-94.746096,33.700375],[-94.731932901996,33.72083051628]]]},"properties":{"id":"48037","n":"Bowie","z":["75501","75503","75504","75505","75507","75554","75559","75561","75567","75569","75570","75573","75574","75599"],"st":"TX"}},"48039":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.847656,29.26259],[-95.752866,29.324503],[-95.625863,29.293349],[-95.549994,29.438439],[-95.462503,29.43924],[-95.424118,29.580233],[-95.286493,29.597886],[-95.216422,29.55608],[-95.233081,29.465566],[-95.056499,29.199977],[-95.115050505598,29.075552022479],[-95.38239,28.866348],[-95.507037396917,28.824735512192],[-95.567708,28.829758],[-95.67955,28.965734],[-95.769393,28.971109],[-95.770446,29.06621],[-95.84631,29.107799],[-95.874028,29.229702],[-95.847656,29.26259]]]},"properties":{"id":"48039","n":"Brazoria","z":["77422","77430","77431","77444","77463","77480","77486","77511","77512","77515","77516","77531","77534","77541","77542","77566","77577","77578","77581","77583","77584","77588"],"st":"TX"}},"48041":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.566983,30.69567],[-96.45763,30.744474],[-96.338001,30.920531],[-96.24102,30.973737],[-96.16837,30.822997],[-96.187765,30.598737],[-96.121806,30.443426],[-96.15463,30.330288],[-96.178661,30.394718],[-96.299173,30.379152],[-96.272049,30.416145],[-96.358817,30.541753],[-96.510494,30.627828],[-96.601831,30.641926],[-96.566983,30.69567]]]},"properties":{"id":"48041","n":"Brazos","z":["77801","77802","77803","77805","77806","77807","77808","77840","77841","77842","77843","77844","77845","77859","77862","77868","77881"],"st":"TX"}},"48043":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-103.80068,30.412527],[-103.439976,30.665939],[-102.567049,30.052808],[-102.31868395459,29.872192946501],[-102.392906,29.765569],[-102.512687,29.780303],[-102.677192,29.738261],[-102.693466,29.676507],[-102.808692,29.522319],[-102.824564,29.399558],[-102.871857,29.352093],[-102.871347,29.241625],[-103.076355,29.085722],[-103.126748,28.982124],[-103.28119,28.982138],[-103.463196,29.066822],[-103.524613,29.120998],[-103.724743,29.19147],[-103.79387301093,29.259238393349],[-103.80068,30.412527]]]},"properties":{"id":"48043","n":"Brewster","z":["79735","79830","79831","79832","79834","79842","79852"],"st":"TX"}},"48045":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-101.471562,34.747462],[-101.090749,34.748246],[-100.944939,34.748281],[-100.946132,34.312759],[-101.041484,34.312444],[-101.47158,34.31229],[-101.471562,34.747462]]]},"properties":{"id":"48045","n":"Briscoe","z":["79088","79226","79255","79257"],"st":"TX"}},"48047":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.523284,27.26515],[-98.232464,27.262487],[-98.058078,27.260981],[-97.985887,27.209308],[-97.985494,26.780917],[-98.32067,26.783081],[-98.422616,26.783535],[-98.417883,27.055285],[-98.466542,27.054711],[-98.492943,27.235012],[-98.523284,27.26515]]]},"properties":{"id":"48047","n":"Brooks","z":["78353","78355"],"st":"TX"}},"48049":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.195871,32.079235],[-99.118665,32.079585],[-98.924401,32.078018],[-98.668441,31.700514],[-98.760057,31.687896],[-98.779951,31.610735],[-98.991608,31.484071],[-99.090622,31.460927],[-99.202768,31.467234],[-99.195871,32.079235]]]},"properties":{"id":"48049","n":"Brown","z":["76432","76443","76471","76474","76801","76802","76803","76804","76823","76827","76857","76890"],"st":"TX"}},"48051":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.963629,30.557169],[-96.621281,30.730819],[-96.566983,30.69567],[-96.601831,30.641926],[-96.510494,30.627828],[-96.358817,30.541753],[-96.272049,30.416145],[-96.299173,30.379152],[-96.640883,30.296786],[-96.743672,30.319757],[-96.963629,30.557169]]]},"properties":{"id":"48051","n":"Burleson","z":["76567","77836","77838","77852","77863","77878","77879"],"st":"TX"}},"48053":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.445782,30.921439],[-98.439687,31.029537],[-97.911684,31.034919],[-97.828512,30.906188],[-97.96286,30.785641],[-98.049886,30.624155],[-98.125556,30.426186],[-98.351041,30.486096],[-98.438995,30.673285],[-98.371905,30.740485],[-98.432098,30.78631],[-98.376877,30.83489],[-98.445782,30.921439]]]},"properties":{"id":"48053","n":"Burnet","z":["76527","76539","76549","76550","78605","78608","78611","78630","78639","78642","78654","78657","78669"],"st":"TX"}},"48055":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.710215,30.024499],[-97.64937,30.067944],[-97.315823,29.786541],[-97.317893,29.784658],[-97.597743,29.630718],[-97.633176,29.649863],[-97.768459,29.719103],[-97.875259,29.858208],[-97.710215,30.024499]]]},"properties":{"id":"48055","n":"Caldwell","z":["78468","78610","78616","78622","78632","78640","78644","78648","78655","78656","78658","78661","78662","78666","78953","78959"],"st":"TX"}},"48057":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.643442,28.712105],[-96.428394,28.703523],[-96.323522,28.675597],[-96.378533159287,28.389865030488],[-96.442849,28.317666],[-96.63201,28.222821],[-96.85207062273,28.059820861605],[-96.790512,28.319238],[-96.764132,28.426522],[-96.890951,28.507178],[-96.930367,28.586728],[-96.643442,28.712105]]]},"properties":{"id":"48057","n":"Calhoun","z":["77465","77978","77979","77982","77983","77990"],"st":"TX"}},"48059":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.629579,32.514657],[-99.612026,32.514654],[-99.114293,32.514811],[-99.118665,32.079585],[-99.195871,32.079235],[-99.631413,32.081274],[-99.629579,32.514657]]]},"properties":{"id":"48059","n":"Callahan","z":["76437","76443","76464","76469","79504","79510","79541","79601","79602"],"st":"TX"}},"48061":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.861875,26.348156],[-97.527582,26.299304],[-97.446987,26.324947],[-97.390733,26.411332],[-97.227380226522,26.411496005302],[-97.196935,26.305865],[-97.145567,25.971132],[-97.338346,25.923125],[-97.422636,25.840378],[-97.582565,25.937857],[-97.644011,26.006614],[-97.862281563106,26.05774682844],[-97.861875,26.348156]]]},"properties":{"id":"48061","n":"Cameron","z":["78520","78521","78522","78523","78526","78535","78550","78551","78552","78553","78559","78566","78567","78568","78569","78575","78578","78583","78586","78592","78593","78597"],"st":"TX"}},"48063":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.152206,33.01345],[-95.12613,33.034581],[-94.936129,33.073833],[-94.819828,32.982886],[-94.719942,32.904502],[-95.15211,32.902641],[-95.152206,33.01345]]]},"properties":{"id":"48063","n":"Camp","z":["75451","75636","75686"],"st":"TX"}},"48065":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-101.6228,35.620196],[-101.622831,35.624057],[-101.086068,35.625267],[-101.085935,35.619102],[-101.086281,35.18214],[-101.622941,35.183117],[-101.6228,35.620196]]]},"properties":{"id":"48065","n":"Carson","z":["79036","79039","79068","79080","79097","79108"],"st":"TX"}},"48067":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.65226,33.268861],[-94.517868,33.282096],[-94.231333,33.241073],[-94.218517,33.296936],[-94.042945847176,33.27124208414],[-94.042964,33.019219],[-94.043002621563,32.881088978924],[-94.653994,32.879506],[-94.65226,33.268861]]]},"properties":{"id":"48067","n":"Cass","z":["75551","75555","75556","75560","75562","75563","75564","75565","75566","75568","75572","75630","75638","75656","75657"],"st":"TX"}},"48069":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-102.525184,34.746931],[-102.168839,34.747417],[-101.998493,34.74819],[-101.99802,34.313039],[-102.090415,34.313132],[-102.525631,34.313034],[-102.525184,34.746931]]]},"properties":{"id":"48069","n":"Castro","z":["79027","79031","79042","79043","79045","79052","79063","79085","79088","79347"],"st":"TX"}},"48071":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.98146,29.884276],[-94.442235,29.889538],[-94.357976,29.887464],[-94.354122544914,29.562102820175],[-94.370816,29.555645988295],[-94.545908,29.572503],[-94.762569,29.524162],[-94.791611,29.550416],[-94.909845,29.496441],[-95.018205,29.554597],[-95.015039,29.63195],[-94.913813,29.7663],[-94.908663,29.82607],[-94.98146,29.884276]]]},"properties":{"id":"48071","n":"Chambers","z":["77514","77521","77523","77535","77560","77575","77580","77597","77661","77665"],"st":"TX"}},"48073":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.459908,32.135559],[-94.985272,32.137989],[-94.984768,31.846144],[-94.937532,31.845555],[-94.978128,31.793294],[-94.924219,31.579487],[-94.865857,31.526916],[-95.003345,31.42571],[-95.101382,31.469887],[-95.168509,31.583671],[-95.273203,31.592886],[-95.275849,31.657229],[-95.446747,31.843116],[-95.428512,32.084475],[-95.459908,32.135559]]]},"properties":{"id":"48073","n":"Cherokee","z":["75654","75757","75759","75764","75766","75772","75780","75782","75784","75785","75789","75925","75969","75976"],"st":"TX"}},"48075":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.415895,34.747525],[-100.00038219482,34.746360552562],[-99.997629328163,34.56113662456],[-99.99772,34.311829],[-100.417783,34.313524],[-100.415895,34.747525]]]},"properties":{"id":"48075","n":"Childress","z":["79201","79230","79259"],"st":"TX"}},"48077":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.423533,34.081949476006],[-98.364023,34.157109],[-98.16912,34.114171],[-98.138486025746,34.141206019711],[-98.082839,34.002412],[-97.947572,33.991053],[-97.951905950855,33.891225814857],[-97.977869,33.888738],[-97.978919,33.467129],[-98.421419,33.466797],[-98.423577,33.836047],[-98.423533,34.081949476006]]]},"properties":{"id":"48077","n":"Clay","z":["76228","76230","76261","76305","76310","76352","76357","76365","76377","76389"],"st":"TX"}},"48079":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-103.05261051656,33.570574776442],[-103.04734601817,33.824674123152],[-102.615447,33.825121],[-102.594836,33.388489],[-103.05649506434,33.388414214621],[-103.05261051656,33.570574776442]]]},"properties":{"id":"48079","n":"Cochran","z":["79314","79346","79379"],"st":"TX"}},"48081":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.821594,32.08661],[-100.665353,32.085407],[-100.235137,32.082372],[-100.235761,31.69297],[-100.82537,31.696155],[-100.821594,32.08661]]]},"properties":{"id":"48081","n":"Coke","z":["76933","76945","76949","76953","79506"],"st":"TX"}},"48083":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.713971,32.082089],[-99.631413,32.081274],[-99.195871,32.079235],[-99.202768,31.467234],[-99.314875,31.409875],[-99.402284,31.446198],[-99.511477,31.424401],[-99.60185,31.49195],[-99.62492,31.467442],[-99.721698,31.576759],[-99.713971,32.082089]]]},"properties":{"id":"48083","n":"Coleman","z":["76443","76801","76823","76828","76834","76845","76873","76878","76882","76884","76888","79510","79519","79538"],"st":"TX"}},"48085":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.83411,33.405498],[-96.384602,33.397826],[-96.384495,33.341119],[-96.295413,33.351936],[-96.297227,32.981752],[-96.516866,32.982308],[-96.843979,32.987554],[-96.83411,33.405498]]]},"properties":{"id":"48085","n":"Collin","z":["75002","75009","75013","75023","75024","75025","75034","75035","75044","75048","75069","75070","75071","75072","75074","75075","75078","75080","75082","75086","75087","75093","75094","75097","75098","75121","75123","75164","75166","75173","75189","75248","75252","75287","75407","75409","75424","75442","75452","75454","75458","75485","75491","75495"],"st":"TX"}},"48087":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.538978,35.183144],[-100.000385,35.182702],[-100.00038402077,35.030385],[-100.00038219482,34.746360552562],[-100.415895,34.747525],[-100.540703,34.747723],[-100.538978,35.183144]]]},"properties":{"id":"48087","n":"Collingsworth","z":["79079","79095","79230","79245","79251"],"st":"TX"}},"48089":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.874222,29.632706],[-96.569844,29.961516],[-96.413283,29.824985],[-96.343247,29.829697],[-96.259226,29.668912],[-96.175422,29.633806],[-96.307672,29.514523],[-96.349217,29.406052],[-96.640315,29.247804],[-96.658466,29.263876],[-96.560555,29.335439],[-96.793132,29.577378],[-96.874222,29.632706]]]},"properties":{"id":"48089","n":"Colorado","z":["77412","77434","77435","77442","77460","77470","77475","77964","78933","78934","78935","78938","78940","78943","78950","78951","78962"],"st":"TX"}},"48091":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.646124,29.745181],[-98.414018,29.937557],[-98.2976,30.037994],[-98.030523,29.848539],[-97.999271,29.752444],[-98.089941,29.683479],[-98.31095,29.59456],[-98.378068,29.662613],[-98.352589,29.734365],[-98.550489,29.760713],[-98.646124,29.745181]]]},"properties":{"id":"48091","n":"Comal","z":["78006","78070","78108","78130","78131","78132","78133","78135","78154","78163","78266","78606","78623","78666"],"st":"TX"}},"48093":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.924401,32.078018],[-98.551158,32.261436],[-98.327499,31.941261],[-98.250318,31.979003],[-98.208386,31.917511],[-98.156568,31.841713],[-98.463736,31.683989],[-98.492802,31.723608],[-98.668441,31.700514],[-98.924401,32.078018]]]},"properties":{"id":"48093","n":"Comanche","z":["76432","76436","76442","76444","76445","76446","76452","76454","76455","76471","76474","76857","76890"],"st":"TX"}},"48095":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.111234,31.580267],[-99.721698,31.576759],[-99.62492,31.467442],[-99.60185,31.49195],[-99.603223,31.087296],[-100.115216,31.087994],[-100.111234,31.580267]]]},"properties":{"id":"48095","n":"Concho","z":["76837","76858","76862","76866","76875"],"st":"TX"}},"48097":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.484143438588,33.913889108891],[-97.444193,33.823773],[-97.372941,33.819454],[-97.206141,33.91428],[-97.205652,33.809824],[-97.149394,33.721967],[-97.091072,33.735115],[-97.055838,33.855741],[-96.94461688837,33.945013250454],[-96.94386,33.41641],[-97.383095,33.43045],[-97.487065,33.433681],[-97.484143438588,33.913889108891]]]},"properties":{"id":"48097","n":"Cooke","z":["76233","76234","76238","76239","76240","76241","76250","76252","76253","76263","76265","76266","76271","76272","76273"],"st":"TX"}},"48099":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.180006,31.463717],[-97.766431,31.672461],[-97.689834,31.711019],[-97.60523,31.587762],[-97.418606,31.320202],[-97.9071,31.069374],[-98.180006,31.463717]]]},"properties":{"id":"48099","n":"Coryell","z":["76522","76525","76526","76528","76538","76539","76544","76549","76557","76558","76561","76566","76596","76597","76598","76599","76634","76657","76689"],"st":"TX"}},"48101":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.51734,34.314102],[-100.417783,34.313524],[-99.99772,34.311829],[-99.997621,34.224355],[-100.047028,34.22978],[-100.04848,33.835974],[-100.518691,33.83565],[-100.51734,34.314102]]]},"properties":{"id":"48101","n":"Cottle","z":["79201","79223","79248","79252"],"st":"TX"}},"48103":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-102.767246,31.651714],[-102.31805,31.651327],[-102.301212,31.086212],[-102.388804,31.087156],[-102.429545,31.193557],[-102.523063,31.262698],[-102.600677,31.267097],[-102.676104,31.330084],[-102.767365,31.293803],[-102.767246,31.651714]]]},"properties":{"id":"48103","n":"Crane","z":["79731","79756","79766"],"st":"TX"}},"48105":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-102.301212,31.086212],[-101.776191,31.079784],[-101.274799,31.079379],[-100.962176,31.08249],[-100.960587,30.706071],[-100.960643,30.287776],[-101.7584,30.288044],[-101.65853,30.357861],[-101.740429,30.420897],[-101.646245,30.560763],[-101.652446,30.620471],[-101.76842,30.653077],[-101.80742,30.699504],[-101.883436,30.925647],[-101.98364,30.98717],[-102.191731,31.003788],[-102.388804,31.087156],[-102.301212,31.086212]]]},"properties":{"id":"48105","n":"Crockett","z":["76932","76943","79744","79781","79942"],"st":"TX"}},"48107":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-101.56358,33.830451],[-101.041158,33.833625],[-101.038788,33.397214],[-101.556884,33.39476],[-101.56358,33.830451]]]},"properties":{"id":"48107","n":"Crosby","z":["79235","79250","79322","79343","79356","79357","79370"],"st":"TX"}},"48109":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-104.91835699428,32.000472073074],[-104.84774,32.000464602835],[-104.024521,32.00001],[-104.102351,31.105203],[-104.917163,30.663626],[-104.91289,31.62512],[-104.91835699428,32.000472073074]]]},"properties":{"id":"48109","n":"Culberson","z":{"0":"79772","1":"79847","2":"79855","23":"88220"},"st":"TX"}},"48111":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-103.002434,36.500397],[-102.162463,36.500326],[-102.163015,36.055249],[-103.040824,36.055231],[-103.041924,36.500439],[-103.002434,36.500397]]]},"properties":{"id":"48111","n":"Dallam","z":["79022","79051","79087"],"st":"TX"}},"48113":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.032287,32.989324],[-96.843979,32.987554],[-96.516866,32.982308],[-96.51897,32.813616],[-96.529987,32.545282],[-97.038385,32.548662],[-97.032287,32.989324]]]},"properties":{"id":"48113","n":"Dallas","z":["75001","75006","75007","75011","75014","75015","75016","75017","75019","75026","75038","75039","75040","75041","75042","75043","75044","75046","75047","75048","75049","75050","75051","75052","75053","75054","75060","75061","75062","75063","75067","75080","75081","75082","75083","75085","75088","75089","75098","75099","75104","75106","75115","75116","75125","75134","75137","75138","75141","75146","75149","75150","75154","75159","75172","75180","75181","75182","75185","75201","75202","75203","75204","75205","75206","75207","75208","75209","75210","75211","75212","75214","75215","75216","75217","75218","75219","75220","75221","75222","75223","75224","75225","75226","75227","75228","75229","75230","75231","75232","75233","75234","75235","75236","75237","75238","75240","75241","75242","75243","75244","75246","75247","75248","75249","75250","75251","75252","75253","75254","75260","75262","75263","75264","75265","75266","75267","75270","75275","75277","75283","75284","75285","75287","75301","75303","75312","75313","75315","75320","75326","75336","75339","75342","75354","75355","75356","75357","75358","75359","75360","75367","75368","75370","75371","75372","75373","75376","75378","75379","75380","75381","75382","75389","75390","75391","75392","75393","75394","75395","75397","75398","76051"],"st":"TX"}},"48115":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-102.20852,32.958956],[-102.076214,32.959702],[-101.691284,32.961838],[-101.68874,32.525222],[-102.202703,32.523271],[-102.20852,32.958956]]]},"properties":{"id":"48115","n":"Dawson","z":["79331","79351","79377","79713"],"st":"TX"}},"48117":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-103.04273881861,34.954142040361],[-103.04261795057,35.183157259008],[-102.167471,35.183233],[-102.168839,34.747417],[-102.525184,34.746931],[-103.042769,34.747361],[-103.04273881861,34.954142040361]]]},"properties":{"id":"48117","n":"Deaf Smith","z":["79001","79025","79035","79045","79092","79098"],"st":"TX"}},"48119":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.858723,33.40953],[-95.857738,33.461722],[-95.761076,33.495387],[-95.603675,33.484721],[-95.308637,33.380662],[-95.30664,33.378027],[-95.308593,33.37719],[-95.501827,33.347865],[-95.584549,33.359344],[-95.731056,33.305222],[-95.861778,33.21933],[-95.858723,33.40953]]]},"properties":{"id":"48119","n":"Delta","z":["75415","75428","75432","75441","75448","75450","75469"],"st":"TX"}},"48121":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.383095,33.43045],[-96.94386,33.41641],[-96.83411,33.405498],[-96.843979,32.987554],[-97.032287,32.989324],[-97.39848,32.990839],[-97.383095,33.43045]]]},"properties":{"id":"48121","n":"Denton","z":["75007","75009","75010","75019","75022","75024","75027","75028","75029","75033","75034","75036","75056","75057","75065","75067","75068","75077","75078","75093","75187","75287","76052","76078","76092","76177","76201","76202","76203","76204","76205","76206","76207","76208","76209","76210","76226","76227","76234","76247","76249","76258","76259","76262","76266","76272"],"st":"TX"}},"48123":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.613132,29.109765],[-97.240108,29.384488],[-96.976378,29.104046],[-97.305916,28.864037],[-97.41734,28.925228],[-97.574639,28.8133],[-97.75511,29.007113],[-97.613132,29.109765]]]},"properties":{"id":"48123","n":"DeWitt","z":["77954","77974","77989","77994","77995","78141","78164","78629"],"st":"TX"}},"48125":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-101.041158,33.833625],[-100.518691,33.83565],[-100.517449,33.397866],[-101.038788,33.397214],[-101.041158,33.833625]]]},"properties":{"id":"48125","n":"Dickens","z":["79220","79229","79243","79370"],"st":"TX"}},"48127":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.114336,28.648122],[-99.409021,28.640566],[-99.395736,28.640784],[-99.394177,28.204627],[-100.113719,28.197819],[-100.114336,28.648122]]]},"properties":{"id":"48127","n":"Dimmit","z":["78014","78827","78830","78834","78836","78839"],"st":"TX"}},"48129":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-101.086281,35.18214],[-100.538978,35.183144],[-100.540703,34.747723],[-100.944939,34.748281],[-101.090749,34.748246],[-101.086281,35.18214]]]},"properties":{"id":"48129","n":"Donley","z":["79039","79057","79226","79237","79240","79245"],"st":"TX"}},"48131":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.803325,28.05748],[-98.334323,28.0578],[-98.235497,28.057966],[-98.232464,27.262487],[-98.523284,27.26515],[-98.522293,27.343284],[-98.798323,27.354029],[-98.803325,28.05748]]]},"properties":{"id":"48131","n":"Duval","z":["78332","78341","78349","78357","78361","78376","78384"],"st":"TX"}},"48133":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.114293,32.514811],[-99.09605,32.514768],[-98.576256,32.515163],[-98.475177,32.513039],[-98.474685,32.299084],[-98.551158,32.261436],[-98.924401,32.078018],[-99.118665,32.079585],[-99.114293,32.514811]]]},"properties":{"id":"48133","n":"Eastland","z":["76435","76437","76445","76448","76454","76466","76470","76471","76475"],"st":"TX"}},"48135":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-102.799086,32.085795],[-102.287048,32.086991],[-102.287345,31.651276],[-102.31805,31.651327],[-102.767246,31.651714],[-102.798939,31.651783],[-102.799086,32.085795]]]},"properties":{"id":"48135","n":"Ector","z":["79741","79758","79759","79760","79761","79762","79763","79764","79765","79766","79768","79769","79776"],"st":"TX"}},"48137":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.700393,30.288276],[-100.116461,30.290296],[-99.754142,30.290698],[-99.757621,30.074132],[-99.967626,30.082356],[-100.03088,29.848273],[-100.014188,29.623495],[-100.112098,29.623263],[-100.699932,29.623897],[-100.700393,30.288276]]]},"properties":{"id":"48137","n":"Edwards","z":["76950","78828","78833","78880"],"st":"TX"}},"48139":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.086834,32.549428],[-97.038385,32.548662],[-96.529987,32.545282],[-96.434514,32.38873],[-96.452138,32.358631],[-96.383082,32.328851],[-96.896209,32.073977],[-96.940656,32.052087],[-97.086191,32.265451],[-97.086834,32.549428]]]},"properties":{"id":"48139","n":"Ellis","z":["74152","75101","75104","75119","75120","75125","75146","75152","75154","75165","75167","75168","76041","76050","76064","76065","76084","76623","76651","76670"],"st":"TX"}},"48141":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-106.37717318825,32.001240101037],[-105.99797115166,32.001974590699],[-105.99642937829,31.387840129513],[-106.175675,31.456279],[-106.280811,31.562062],[-106.41794,31.752009],[-106.528242,31.783148],[-106.63588,31.871514],[-106.618486,32.000495],[-106.37717318825,32.001240101037]]]},"properties":{"id":"48141","n":"El Paso","z":{"0":"79821","1":"79835","2":"79836","3":"79838","4":"79849","5":"79853","6":"79901","7":"79902","8":"79903","9":"79904","10":"79905","11":"79906","12":"79907","13":"79908","14":"79910","15":"79911","16":"79912","17":"79913","18":"79914","19":"79915","20":"79916","21":"79917","22":"79918","23":"79920","24":"79922","25":"79923","26":"79924","27":"79925","28":"79926","29":"79927","30":"79928","31":"79929","32":"79930","33":"79931","34":"79932","35":"79934","36":"79935","37":"79936","38":"79937","39":"79938","40":"79940","41":"79941","42":"79943","43":"79944","44":"79945","45":"79946","46":"79947","47":"79948","48":"79949","49":"79950","50":"79951","51":"79952","52":"79953","53":"79954","54":"79955","55":"79961","56":"79968","57":"79976","58":"79978","59":"79980","60":"79995","61":"79996","62":"79997","63":"79998","64":"79999","66":"88510","67":"88511","68":"88512","69":"88513","70":"88514","71":"88515","72":"88517","73":"88518","74":"88519","75":"88520","76":"88521","77":"88523","78":"88524","79":"88525","80":"88526","81":"88527","82":"88528","83":"88529","84":"88530","85":"88531","86":"88532","87":"88533","88":"88534","89":"88535","90":"88536","91":"88538","92":"88539","93":"88540","94":"88541","95":"88542","96":"88543","97":"88544","98":"88545","99":"88546","100":"88547","101":"88548","102":"88549","103":"88550","104":"88553","105":"88554","106":"88555","107":"88556","108":"88557","109":"88558","110":"88559","111":"88560","112":"88561","113":"88562","114":"88563","115":"88565","116":"88566","117":"88567","118":"88568","119":"88569","120":"88570","121":"88571","122":"88572","123":"88573","124":"88574","125":"88576","126":"88577","127":"88578","128":"88579","129":"88580","130":"88582","131":"88583","132":"88584","133":"88585","134":"88586","135":"88587","136":"88588","137":"88589","138":"88590","139":"88595","159":"88063"},"st":"TX"}},"48143":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.475177,32.513039],[-98.068545,32.511626],[-97.945625,32.233468],[-97.864864,32.087328],[-98.005462,32.017897],[-98.208386,31.917511],[-98.250318,31.979003],[-98.327499,31.941261],[-98.551158,32.261436],[-98.474685,32.299084],[-98.475177,32.513039]]]},"properties":{"id":"48143","n":"Erath","z":["76401","76402","76433","76445","76446","76453","76457","76461","76462","76463","76465","76467","76468","76649"],"st":"TX"}},"48145":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.278113,31.279799],[-96.801123,31.522269],[-96.596862,31.2209],[-96.829121,31.105871],[-97.070188,30.98622],[-97.278113,31.279799]]]},"properties":{"id":"48145","n":"Falls","z":["76519","76524","76570","76579","76629","76630","76632","76653","76655","76656","76661","76664","76680","76682","76685","76687","76706"],"st":"TX"}},"48147":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.384602,33.397826],[-96.379660825952,33.715530908566],[-96.277269,33.769735],[-96.229023,33.748021],[-96.15163,33.831946],[-95.935325,33.875099],[-95.844878534071,33.860421904719],[-95.857738,33.461722],[-95.858723,33.40953],[-96.295413,33.351936],[-96.384495,33.341119],[-96.384602,33.397826]]]},"properties":{"id":"48147","n":"Fannin","z":["75413","75418","75423","75424","75438","75439","75443","75446","75447","75449","75452","75469","75475","75476","75479","75488","75490","75491","75492","75496"],"st":"TX"}},"48149":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.315823,29.786541],[-97.024461,30.051435],[-97.018379,30.032406],[-96.794552,30.160545],[-96.647223,30.145174],[-96.62198,30.044283],[-96.569844,29.961516],[-96.874222,29.632706],[-97.142643,29.628101],[-97.317893,29.784658],[-97.315823,29.786541]]]},"properties":{"id":"48149","n":"Fayette","z":["78932","78938","78940","78941","78942","78945","78946","78949","78952","78954","78956","78957","78959","78961","78962","78963"],"st":"TX"}},"48151":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.65587,32.963469],[-100.519208,32.962926],[-100.144224,32.959978],[-100.146543,32.522793],[-100.660626,32.525312],[-100.65587,32.963469]]]},"properties":{"id":"48151","n":"Fisher","z":["79520","79526","79534","79543","79545","79546","79556","79560","79561"],"st":"TX"}},"48153":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-101.564856,34.312493],[-101.47158,34.31229],[-101.041484,34.312444],[-101.041158,33.833625],[-101.56358,33.830451],[-101.564856,34.312493]]]},"properties":{"id":"48153","n":"Floyd","z":["79073","79221","79231","79235","79241","79250","79255","79258"],"st":"TX"}},"48155":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.997621,34.224355],[-99.772043,34.093286],[-99.65301,34.098971],[-99.5485,34.055774],[-99.475294,34.085618],[-99.47565,33.834005],[-99.474498,33.733849],[-99.554906,33.798556],[-99.700705,33.799963],[-99.835143,33.8358],[-99.996434,33.835967],[-100.04848,33.835974],[-100.047028,34.22978],[-99.997621,34.224355]]]},"properties":{"id":"48155","n":"Foard","z":["76384","79227"],"st":"TX"}},"48157":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.088912,29.601658],[-96.02485,29.602877],[-96.032711,29.727944],[-95.82622,29.78828],[-95.424118,29.580233],[-95.462503,29.43924],[-95.549994,29.438439],[-95.625863,29.293349],[-95.752866,29.324503],[-95.847656,29.26259],[-95.94681,29.333433],[-95.97343,29.411445],[-96.059627,29.473329],[-96.088912,29.601658]]]},"properties":{"id":"48157","n":"Fort Bend","z":["77053","77083","77085","77099","77406","77407","77417","77423","77430","77435","77441","77444","77450","77451","77459","77461","77464","77469","77471","77476","77477","77478","77479","77481","77485","77487","77489","77493","77494","77496","77497","77498","77545","77583","77584"],"st":"TX"}},"48159":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.308593,33.37719],[-95.30664,33.378027],[-95.125451,33.389454],[-95.12613,33.034581],[-95.152206,33.01345],[-95.172947,32.961829],[-95.308957,32.962572],[-95.308593,33.37719]]]},"properties":{"id":"48159","n":"Franklin","z":["75455","75457","75478","75480","75481","75487","75494"],"st":"TX"}},"48161":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.496713,31.796191],[-96.05478,32.012526],[-96.052786,32.005895],[-95.980568,31.784561],[-95.875937,31.755503],[-95.7873,31.618385],[-96.236629,31.413392],[-96.496713,31.796191]]]},"properties":{"id":"48161","n":"Freestone","z":["75831","75838","75840","75848","75855","75859","75860","76667","76693"],"st":"TX"}},"48163":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.41388,29.091335],[-98.8049,29.090434],[-98.800848,28.647306],[-99.395736,28.640784],[-99.409021,28.640566],[-99.41388,29.091335]]]},"properties":{"id":"48163","n":"Frio","z":["78005","78017","78057","78061","78886"],"st":"TX"}},"48165":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-103.06346888848,32.959106381831],[-102.595023,32.958831],[-102.20852,32.958956],[-102.202703,32.523271],[-102.211037,32.523244],[-103.064696,32.522193],[-103.06346888848,32.959106381831]]]},"properties":{"id":"48165","n":"Gaines","z":["79323","79331","79342","79359","79360"],"st":"TX"}},"48167":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.216422,29.55608],[-95.163927,29.498051],[-95.018205,29.554597],[-94.909845,29.496441],[-94.791611,29.550416],[-94.762569,29.524162],[-94.545908,29.572503],[-94.370816,29.555645988295],[-94.670389,29.43078],[-94.72253,29.331446],[-95.026219,29.148064],[-95.115050505598,29.075552022479],[-95.056499,29.199977],[-95.233081,29.465566],[-95.216422,29.55608]]]},"properties":{"id":"48167","n":"Galveston","z":["77510","77511","77517","77518","77539","77546","77549","77550","77551","77552","77553","77554","77555","77563","77565","77568","77573","77574","77590","77591","77592","77617","77623","77650"],"st":"TX"}},"48169":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-101.556884,33.39476],[-101.038788,33.397214],[-101.03866,32.970225],[-101.173378,32.963597],[-101.557434,32.961025],[-101.556884,33.39476]]]},"properties":{"id":"48169","n":"Garza","z":["79330","79356","79364"],"st":"TX"}},"48171":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.303996,30.499832],[-98.964232,30.498482],[-98.59167,30.499875],[-98.587897,30.138954],[-98.920147,30.13829],[-99.300988,30.134298],[-99.301718,30.286653],[-99.303996,30.499832]]]},"properties":{"id":"48171","n":"Gillespie","z":["78028","78058","78618","78624","78631","78671","78675"],"st":"TX"}},"48173":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-101.776085,32.086925],[-101.695011,32.087532],[-101.264216,32.087136],[-101.267122,31.650854],[-101.775802,31.651319],[-101.776085,32.086925]]]},"properties":{"id":"48173","n":"Glasscock","z":["79720","79739","79782"],"st":"TX"}},"48175":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.77853,28.668027],[-97.574639,28.8133],[-97.41734,28.925228],[-97.305916,28.864037],[-97.202759,28.853849],[-97.158933,28.776156],[-97.182359,28.610602],[-97.160751,28.553475],[-97.375579,28.388684],[-97.551369,28.450441],[-97.558496,28.514054],[-97.696572,28.541537],[-97.77853,28.668027]]]},"properties":{"id":"48175","n":"Goliad","z":["77905","77960","77963","77967","77993","78107","78164"],"st":"TX"}},"48177":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.840383,29.376791],[-97.633176,29.649863],[-97.597743,29.630718],[-97.317893,29.784658],[-97.142643,29.628101],[-97.204087,29.580613],[-97.240108,29.384488],[-97.613132,29.109765],[-97.728443,29.221748],[-97.858782,29.35289],[-97.840383,29.376791]]]},"properties":{"id":"48177","n":"Gonzales","z":["77954","77984","78122","78140","78159","78269","78604","78614","78629","78632","78648","78677","78941","78959"],"st":"TX"}},"48179":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-101.085935,35.619102],[-100.540158,35.619296],[-100.538978,35.183144],[-101.086281,35.18214],[-101.085935,35.619102]]]},"properties":{"id":"48179","n":"Gray","z":["79002","79039","79054","79057","79059","79065","79066"],"st":"TX"}},"48181":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.94461688837,33.945013250454],[-96.934343303133,33.945588929253],[-96.850593,33.847211],[-96.712422,33.831633],[-96.659896,33.916666],[-96.594674307377,33.883018657398],[-96.592926,33.830916],[-96.436455,33.78005],[-96.379660825952,33.715530908566],[-96.384602,33.397826],[-96.83411,33.405498],[-96.94386,33.41641],[-96.94461688837,33.945013250454]]]},"properties":{"id":"48181","n":"Grayson","z":["75020","75021","75058","75076","75090","75091","75092","75414","75459","75489","75490","75491","75495","76233","76245","76258","76264","76268","76271","76273"],"st":"TX"}},"48183":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.70179,32.652209],[-94.701986,32.421782],[-94.579219,32.394916],[-94.591703,32.365572],[-94.985411,32.37082],[-94.986935,32.537246],[-94.70179,32.652209]]]},"properties":{"id":"48183","n":"Gregg","z":["75601","75602","75603","75604","75605","75607","75608","75615","75641","75645","75647","75660","75662","75663","75666","75693"],"st":"TX"}},"48185":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.16837,30.822997],[-95.863059,30.864125],[-95.83024,30.630284],[-95.804306,30.24557],[-96.093165,30.225187],[-96.094404,30.309371],[-96.15463,30.330288],[-96.121806,30.443426],[-96.187765,30.598737],[-96.16837,30.822997]]]},"properties":{"id":"48185","n":"Grimes","z":["77333","77356","77363","77484","77830","77831","77861","77866","77868","77873","77875","77876"],"st":"TX"}},"48187":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.31095,29.59456],[-98.089941,29.683479],[-97.999271,29.752444],[-97.875259,29.858208],[-97.768459,29.719103],[-97.633176,29.649863],[-97.840383,29.376791],[-98.113175,29.365667],[-98.134171,29.441751],[-98.233899,29.554893],[-98.31095,29.59456]]]},"properties":{"id":"48187","n":"Guadalupe","z":["78108","78115","78121","78123","78124","78130","78140","78154","78155","78156","78638","78648","78655","78666","78670"],"st":"TX"}},"48189":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-102.090415,34.313132],[-101.99802,34.313039],[-101.564856,34.312493],[-101.56358,33.830451],[-102.085733,33.824675],[-102.090415,34.313132]]]},"properties":{"id":"48189","n":"Hale","z":["79021","79032","79041","79052","79064","79072","79250","79311"],"st":"TX"}},"48191":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.944939,34.748281],[-100.540703,34.747723],[-100.415895,34.747525],[-100.417783,34.313524],[-100.51734,34.314102],[-100.946132,34.312759],[-100.944939,34.748281]]]},"properties":{"id":"48191","n":"Hall","z":["79226","79233","79239","79245","79259","79261"],"st":"TX"}},"48193":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.463736,31.683989],[-98.156568,31.841713],[-98.208386,31.917511],[-98.005462,32.017897],[-97.766431,31.672461],[-98.180006,31.463717],[-98.27107,31.416398],[-98.463736,31.683989]]]},"properties":{"id":"48193","n":"Hamilton","z":["76436","76457","76525","76531","76538","76565","76566","76637","76844"],"st":"TX"}},"48195":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-101.623915,36.499528],[-101.085156,36.499244],[-101.085716,36.057572],[-101.085735,36.055276],[-101.623466,36.055405],[-101.623915,36.499528]]]},"properties":{"id":"48195","n":"Hansford","z":["79040","79062","79081"],"st":"TX"}},"48197":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.997629328163,34.56113662456],[-99.929334,34.576714],[-99.842063884146,34.506932768881],[-99.696462,34.381036],[-99.475022137038,34.396870989791],[-99.475294,34.085618],[-99.5485,34.055774],[-99.65301,34.098971],[-99.772043,34.093286],[-99.997621,34.224355],[-99.99772,34.311829],[-99.997629328163,34.56113662456]]]},"properties":{"id":"48197","n":"Hardeman","z":["79225","79252"],"st":"TX"}},"48199":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.732732,30.490066],[-94.537926,30.491059],[-94.545717,30.526977],[-94.071689,30.526033],[-94.119394,30.426298],[-94.083386,30.342181],[-94.117604,30.241665],[-94.115917,30.160347],[-94.275451,30.170265],[-94.292629,30.117671],[-94.44491,30.113015],[-94.596338,30.112101],[-94.732732,30.490066]]]},"properties":{"id":"48199","n":"Hardin","z":["77369","77374","77376","77519","77564","77585","77625","77656","77657","77659","77663"],"st":"TX"}},"48201":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.80333,30.090096],[-95.691213,30.098728],[-95.551421,30.170606],[-95.491123,30.110368],[-95.292681,30.027761],[-95.096708,30.167214],[-94.98146,29.884276],[-94.908663,29.82607],[-94.913813,29.7663],[-95.015039,29.63195],[-95.018205,29.554597],[-95.163927,29.498051],[-95.216422,29.55608],[-95.286493,29.597886],[-95.424118,29.580233],[-95.82622,29.78828],[-95.960733,30.163415],[-95.80333,30.090096]]]},"properties":{"id":"48201","n":"Harris","z":["77001","77002","77003","77004","77005","77006","77007","77008","77009","77010","77011","77012","77013","77014","77015","77016","77017","77018","77019","77020","77021","77022","77023","77024","77025","77026","77027","77028","77029","77030","77031","77032","77033","77034","77035","77036","77037","77038","77039","77040","77041","77042","77043","77044","77045","77046","77047","77048","77049","77050","77051","77052","77053","77054","77055","77056","77057","77058","77059","77060","77061","77062","77063","77064","77065","77066","77067","77068","77069","77070","77071","77072","77073","77074","77075","77076","77077","77078","77079","77080","77081","77082","77083","77084","77085","77086","77087","77088","77089","77090","77091","77092","77093","77094","77095","77096","77098","77099","77201","77202","77203","77204","77205","77206","77207","77208","77209","77210","77212","77213","77215","77216","77217","77218","77219","77220","77221","77222","77223","77224","77225","77226","77227","77228","77229","77230","77231","77233","77234","77235","77236","77237","77238","77240","77241","77243","77244","77245","77248","77249","77251","77252","77253","77254","77255","77256","77257","77258","77259","77261","77262","77263","77265","77266","77267","77268","77269","77270","77271","77272","77273","77274","77275","77277","77279","77280","77282","77284","77287","77288","77289","77290","77291","77292","77293","77297","77299","77315","77325","77336","77337","77338","77339","77345","77346","77347","77357","77365","77373","77375","77377","77379","77383","77388","77389","77391","77393","77396","77401","77402","77410","77411","77413","77429","77433","77447","77449","77450","77477","77484","77489","77491","77492","77493","77494","77501","77502","77503","77504","77505","77506","77507","77508","77520","77521","77522","77530","77532","77536","77546","77547","77562","77571","77572","77581","77586","77587","77598","88581"],"st":"TX"}},"48203":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.70214,32.793088],[-94.507323,32.693738],[-94.390783,32.694377],[-94.242809,32.75073],[-94.176401,32.694694],[-94.092738,32.734269],[-94.043051527618,32.693029976666],[-94.042788232805,32.392283193281],[-94.350303,32.326614],[-94.491818,32.394137],[-94.579219,32.394916],[-94.701986,32.421782],[-94.70179,32.652209],[-94.70214,32.793088]]]},"properties":{"id":"48203","n":"Harrison","z":["75601","75602","75605","75640","75642","75650","75651","75657","75659","75661","75670","75671","75672","75688","75692","75694"],"st":"TX"}},"48205":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-103.04135672182,35.739433506349],[-103.040824,36.055231],[-102.163015,36.055249],[-102.162809,35.627515],[-103.041554,35.622487],[-103.04135672182,35.739433506349]]]},"properties":{"id":"48205","n":"Hartley","z":["79018","79022","79044"],"st":"TX"}},"48207":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.99098,33.397404],[-99.472444,33.399023],[-99.471258,32.957025],[-99.612001,32.956962],[-99.988827,32.960121],[-99.99098,33.397404]]]},"properties":{"id":"48207","n":"Haskell","z":["76388","79521","79529","79533","79539","79544","79547","79548","79553"],"st":"TX"}},"48209":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.172977,30.356312],[-97.710215,30.024499],[-97.875259,29.858208],[-97.999271,29.752444],[-98.030523,29.848539],[-98.2976,30.037994],[-98.172977,30.356312]]]},"properties":{"id":"48209","n":"Hays","z":["78610","78619","78620","78623","78640","78646","78652","78656","78663","78666","78676","78737"],"st":"TX"}},"48211":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.540221,36.056491],[-100.000399,36.055677],[-100.00039619833,35.880947999997],[-100.000392,35.619115],[-100.540158,35.619296],[-100.540221,36.056491]]]},"properties":{"id":"48211","n":"Hemphill","z":["79011","79014"],"st":"TX"}},"48213":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.452138,32.358631],[-96.075899,32.357505],[-95.449165,32.355233],[-95.488733,32.232486],[-95.459908,32.135559],[-95.428512,32.084475],[-96.052786,32.005895],[-96.05478,32.012526],[-96.146523,32.211715],[-96.196965,32.206942],[-96.383082,32.328851],[-96.452138,32.358631]]]},"properties":{"id":"48213","n":"Henderson","z":["75124","75143","75147","75148","75156","75163","75751","75752","75756","75758","75763","75770","75778"],"st":"TX"}},"48215":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.593300218279,26.242936348677],[-98.32067,26.783081],[-97.985494,26.780917],[-97.985303,26.615809],[-97.957405,26.611769],[-98.004189,26.448784],[-97.86192,26.433579],[-97.861875,26.348156],[-97.862281563106,26.05774682844],[-98.197046,26.056153],[-98.442536,26.199151],[-98.593300218279,26.242936348677]]]},"properties":{"id":"48215","n":"Hidalgo","z":["78501","78502","78503","78504","78505","78516","78537","78538","78539","78540","78541","78542","78543","78549","78557","78558","78560","78562","78563","78565","78569","78570","78572","78573","78574","78576","78577","78579","78589","78595","78596","78599","78763"],"st":"TX"}},"48217":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.476086,32.17346],[-97.086191,32.265451],[-96.940656,32.052087],[-96.896209,32.073977],[-96.719114,31.814887],[-96.932215,31.708887],[-97.037266,31.863079],[-97.277265,31.745492],[-97.32653,31.78836],[-97.28206,31.843152],[-97.382848,31.870788],[-97.438765,31.933506],[-97.379992,31.97274],[-97.485968,32.017611],[-97.476086,32.17346]]]},"properties":{"id":"48217","n":"Hill","z":["76050","76055","76093","76621","76622","76627","76628","76631","76636","76645","76648","76650","76660","76666","76670","76673","76676","76691","76692"],"st":"TX"}},"48219":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-102.615447,33.825121],[-102.085733,33.824675],[-102.075929,33.389586],[-102.594836,33.388489],[-102.615447,33.825121]]]},"properties":{"id":"48219","n":"Hockley","z":["79313","79336","79338","79339","79353","79358","79363","79367","79372","79380","79407"],"st":"TX"}},"48221":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.066836,32.558822],[-97.617066,32.555484],[-97.615286,32.318618],[-97.78276,32.316493],[-97.945625,32.233468],[-98.068545,32.511626],[-98.066836,32.558822]]]},"properties":{"id":"48221","n":"Hood","z":["76033","76035","76048","76049","76087","76433","76462","76476"],"st":"TX"}},"48223":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.861778,33.21933],[-95.731056,33.305222],[-95.584549,33.359344],[-95.501827,33.347865],[-95.308593,33.37719],[-95.308957,32.962572],[-95.665389,32.960434],[-95.862521,32.979571],[-95.861778,33.21933]]]},"properties":{"id":"48223","n":"Hopkins","z":["75420","75431","75433","75437","75453","75471","75472","75478","75481","75482","75483","75494","75497"],"st":"TX"}},"48225":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.739279,31.504056],[-95.651764,31.541791],[-95.273203,31.592886],[-95.168509,31.583671],[-95.101382,31.469887],[-95.003345,31.42571],[-94.95811,31.38693],[-95.434781,31.058098],[-95.617872,30.930418],[-95.681158,30.986958],[-95.656487,31.079339],[-95.76441,31.094211],[-95.725226,31.271084],[-95.657247,31.337448],[-95.739279,31.504056]]]},"properties":{"id":"48225","n":"Houston","z":["75835","75839","75844","75847","75849","75851","75856","75858"],"st":"TX"}},"48227":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-101.68874,32.525222],[-101.174571,32.524112],[-101.183997,32.087208],[-101.264216,32.087136],[-101.695011,32.087532],[-101.68874,32.525222]]]},"properties":{"id":"48227","n":"Howard","z":["79511","79713","79720","79721","79733","79748"],"st":"TX"}},"48229":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-105.99797115166,32.001974590699],[-104.91835699428,32.000472073074],[-104.91289,31.62512],[-104.917163,30.663626],[-104.98075389132,30.628812018788],[-105.21866,30.801567],[-105.394242,30.852979],[-105.399609,30.888941],[-105.55743,30.990229],[-105.627349,31.098545],[-105.773257,31.166897],[-105.869353,31.288634],[-105.99642937829,31.387840129513],[-105.99797115166,32.001974590699]]]},"properties":{"id":"48229","n":"Hudspeth","z":["79837","79839","79847","79851","79855","79938"],"st":"TX"}},"48231":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.297227,32.981752],[-96.295413,33.351936],[-95.858723,33.40953],[-95.861778,33.21933],[-95.862521,32.979571],[-95.9453,32.979877],[-95.987259,32.876415],[-95.934433,32.837217],[-96.076801,32.838489],[-96.297322,32.841723],[-96.297227,32.981752]]]},"properties":{"id":"48231","n":"Hunt","z":["75135","75160","75169","75189","75374","75401","75402","75403","75404","75422","75423","75428","75429","75442","75449","75452","75453","75474","75496"],"st":"TX"}},"48233":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-101.623466,36.055405],[-101.085735,36.055276],[-101.086068,35.625267],[-101.622831,35.624057],[-101.623466,36.055405]]]},"properties":{"id":"48233","n":"Hutchinson","z":["79007","79008","79036","79062","79078","79080","79081","79083"],"st":"TX"}},"48235":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-101.267947,31.528688],[-100.693065,31.523954],[-100.688764,31.086576],[-100.962176,31.08249],[-101.274799,31.079379],[-101.267947,31.528688]]]},"properties":{"id":"48235","n":"Irion","z":["76901","76904","76906","76930","76941"],"st":"TX"}},"48237":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.420666,33.396195],[-98.421419,33.466797],[-97.978919,33.467129],[-97.918189,33.433873],[-97.921642,33.001284],[-98.056094,33.003332],[-98.426553,33.007913],[-98.420666,33.396195]]]},"properties":{"id":"48237","n":"Jack","z":["76230","76365","76389","76426","76427","76431","76458","76459","76486","76487"],"st":"TX"}},"48239":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.938587,29.063244],[-96.658466,29.263876],[-96.640315,29.247804],[-96.309178,28.963291],[-96.323522,28.675597],[-96.428394,28.703523],[-96.643442,28.712105],[-96.711514,28.851411],[-96.792133,28.918803],[-96.832103,29.021299],[-96.938587,29.063244]]]},"properties":{"id":"48239","n":"Jackson","z":["77455","77465","77957","77961","77962","77969","77970","77971","77979","77991"],"st":"TX"}},"48241":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.457816,31.033325],[-94.129632,31.09928],[-94.039034,31.134271],[-93.911126,31.158071],[-93.865711,30.947218],[-93.901452,30.242672],[-94.117604,30.241665],[-94.083386,30.342181],[-94.119394,30.426298],[-94.071689,30.526033],[-94.05096,30.638568],[-94.125824,30.684052],[-94.244888,30.968174],[-94.238424,31.013705],[-94.457816,31.033325]]]},"properties":{"id":"48241","n":"Jasper","z":["75931","75933","75951","75956","75980","77612","77615","77662"],"st":"TX"}},"48243":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-104.917163,30.663626],[-104.102351,31.105203],[-103.585084,30.76647],[-103.439976,30.665939],[-103.80068,30.412527],[-103.90101,30.41219],[-104.98075389132,30.628812018788],[-104.917163,30.663626]]]},"properties":{"id":"48243","n":"Jeff Davis","z":["79734","79854","79855"],"st":"TX"}},"48245":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.44491,30.113015],[-94.292629,30.117671],[-94.275451,30.170265],[-94.115917,30.160347],[-94.031976,30.028013],[-93.860169,29.977397],[-93.852309870922,29.872091004392],[-93.929208,29.802952],[-93.837971,29.690619],[-94.056506,29.671163],[-94.354122544914,29.562102820175],[-94.357976,29.887464],[-94.442235,29.889538],[-94.44491,30.113015]]]},"properties":{"id":"48245","n":"Jefferson","z":["77613","77619","77622","77627","77629","77640","77641","77642","77643","77651","77655","77665","77701","77702","77703","77704","77705","77706","77707","77708","77710","77713","77720","77725","77726"],"st":"TX"}},"48247":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.954669,27.269397],[-98.798087,27.268012],[-98.798323,27.354029],[-98.522293,27.343284],[-98.523284,27.26515],[-98.492943,27.235012],[-98.466542,27.054711],[-98.417883,27.055285],[-98.422616,26.783535],[-98.95423,26.785694],[-98.954669,27.269397]]]},"properties":{"id":"48247","n":"Jim Hogg","z":["78360","78361"],"st":"TX"}},"48249":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.235497,28.057966],[-97.883148,28.0569],[-97.798517,27.995659],[-97.934274,27.885202],[-97.942146,27.635932],[-98.059464,27.635862],[-98.058078,27.260981],[-98.232464,27.262487],[-98.235497,28.057966]]]},"properties":{"id":"48249","n":"Jim Wells","z":["78332","78333","78342","78355","78372","78375","78380","78383","78384"],"st":"TX"}},"48251":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.617066,32.555484],[-97.550582,32.555391],[-97.086834,32.549428],[-97.086191,32.265451],[-97.476086,32.17346],[-97.514682,32.133605],[-97.615055,32.203581],[-97.615286,32.318618],[-97.617066,32.555484]]]},"properties":{"id":"48251","n":"Johnson","z":["76009","76028","76031","76033","76035","76036","76044","76049","76050","76058","76059","76061","76063","76070","76084","76093","76097"],"st":"TX"}},"48253":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.144224,32.959978],[-99.988827,32.960121],[-99.612001,32.956962],[-99.612026,32.514654],[-99.629579,32.514657],[-100.146543,32.522793],[-100.144224,32.959978]]]},"properties":{"id":"48253","n":"Jones","z":["79501","79503","79520","79525","79533","79536","79553","79560","79601"],"st":"TX"}},"48255":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.190991,28.882333],[-97.728443,29.221748],[-97.613132,29.109765],[-97.75511,29.007113],[-97.574639,28.8133],[-97.77853,28.668027],[-97.915106,28.719648],[-98.005252,28.690239],[-98.098315,28.786949],[-98.190991,28.882333]]]},"properties":{"id":"48255","n":"Karnes","z":["78111","78113","78116","78117","78118","78119","78141","78144","78151"],"st":"TX"}},"48257":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.51897,32.813616],[-96.297376,32.814185],[-96.297322,32.841723],[-96.076801,32.838489],[-96.075899,32.357505],[-96.452138,32.358631],[-96.434514,32.38873],[-96.529987,32.545282],[-96.51897,32.813616]]]},"properties":{"id":"48257","n":"Kaufman","z":["75114","75118","75126","75142","75143","75147","75157","75158","75159","75160","75161","75169","75474"],"st":"TX"}},"48259":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.920147,30.13829],[-98.587897,30.138954],[-98.414018,29.937557],[-98.646124,29.745181],[-98.778782,29.720167],[-98.917725,29.781398],[-98.920147,30.13829]]]},"properties":{"id":"48259","n":"Kendall","z":["78004","78006","78013","78015","78027","78070","78074","78606","78624"],"st":"TX"}},"48261":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.985887,27.209308],[-97.785102,27.283714],[-97.508863,27.266636],[-97.346850876956,27.277958832209],[-97.378697,27.060044],[-97.366872,26.885581],[-97.287541116686,26.600339881473],[-97.861688,26.597995],[-97.957405,26.611769],[-97.985303,26.615809],[-97.985494,26.780917],[-97.985887,27.209308]]]},"properties":{"id":"48261","n":"Kenedy","z":["78338","78385","78580"],"st":"TX"}},"48263":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-101.038788,33.397214],[-100.517449,33.397866],[-100.519208,32.962926],[-100.65587,32.963469],[-101.03866,32.970225],[-101.038788,33.397214]]]},"properties":{"id":"48263","n":"Kent","z":["79518","79528","79549"],"st":"TX"}},"48265":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.754142,30.290698],[-99.301718,30.286653],[-99.300988,30.134298],[-98.920147,30.13829],[-98.917725,29.781398],[-99.176988,29.895063],[-99.602776,29.907679],[-99.691215,29.908582],[-99.689879,30.073948],[-99.757621,30.074132],[-99.754142,30.290698]]]},"properties":{"id":"48265","n":"Kerr","z":["78010","78013","78024","78025","78028","78029","78055","78058","78631"],"st":"TX"}},"48267":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.116234,30.710366],[-99.483869,30.710771],[-99.484493,30.499641],[-99.303996,30.499832],[-99.301718,30.286653],[-99.754142,30.290698],[-100.116461,30.290296],[-100.116234,30.710366]]]},"properties":{"id":"48267","n":"Kimble","z":["76849","76854","76874","76883","78631"],"st":"TX"}},"48269":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.518691,33.83565],[-100.04848,33.835974],[-99.996434,33.835967],[-99.99098,33.397404],[-100.517449,33.397866],[-100.518691,33.83565]]]},"properties":{"id":"48269","n":"King","z":["79236","79248"],"st":"TX"}},"48271":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.80186754603,29.232831568098],[-100.757822,29.238325],[-100.699141,29.419747],[-100.699932,29.623897],[-100.112098,29.623263],[-100.111406,29.086318],[-100.67121518919,29.083516025345],[-100.80186754603,29.232831568098]]]},"properties":{"id":"48271","n":"Kinney","z":["78832"],"st":"TX"}},"48273":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.942146,27.635932],[-97.840678,27.558358],[-97.325216,27.560896],[-97.222991407532,27.57660731648],[-97.346850876956,27.277958832209],[-97.508863,27.266636],[-97.785102,27.283714],[-97.985887,27.209308],[-98.058078,27.260981],[-98.059464,27.635862],[-97.942146,27.635932]]]},"properties":{"id":"48273","n":"Kleberg","z":["78355","78363","78364","78379","78418"],"st":"TX"}},"48275":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.996434,33.835967],[-99.835143,33.8358],[-99.700705,33.799963],[-99.554906,33.798556],[-99.474498,33.733849],[-99.472444,33.399023],[-99.99098,33.397404],[-99.996434,33.835967]]]},"properties":{"id":"48275","n":"Knox","z":["76363","76371","76380","79227","79505","79529"],"st":"TX"}},"48277":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.844878534071,33.860421904719],[-95.789639317752,33.872437384672],[-95.556915,33.92702],[-95.525322,33.885487],[-95.310449795449,33.873843038185],[-95.308637,33.380662],[-95.603675,33.484721],[-95.761076,33.495387],[-95.857738,33.461722],[-95.844878534071,33.860421904719]]]},"properties":{"id":"48277","n":"Lamar","z":["75411","75416","75421","75425","75434","75435","75436","75446","75460","75461","75462","75468","75470","75473","75477","75486"],"st":"TX"}},"48279":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-102.61515,34.312891],[-102.525631,34.313034],[-102.090415,34.313132],[-102.085733,33.824675],[-102.615447,33.825121],[-102.61515,34.312891]]]},"properties":{"id":"48279","n":"Lamb","z":["79031","79041","79043","79064","79082","79312","79313","79326","79339","79347","79369","79371"],"st":"TX"}},"48281":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.562739,31.230582],[-98.27107,31.416398],[-98.180006,31.463717],[-97.9071,31.069374],[-97.911684,31.034919],[-98.439687,31.029537],[-98.548051,31.123474],[-98.562739,31.230582]]]},"properties":{"id":"48281","n":"Lampasas","z":["76522","76525","76539","76550","76844","76853"],"st":"TX"}},"48283":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.395736,28.640784],[-98.800848,28.647306],[-98.803325,28.05748],[-99.388946,28.030419],[-99.394177,28.204627],[-99.395736,28.640784]]]},"properties":{"id":"48283","n":"La Salle","z":["78001","78014","78017","78019","78021"],"st":"TX"}},"48285":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.142643,29.628101],[-96.874222,29.632706],[-96.793132,29.577378],[-96.560555,29.335439],[-96.658466,29.263876],[-96.938587,29.063244],[-96.976378,29.104046],[-97.240108,29.384488],[-97.204087,29.580613],[-97.142643,29.628101]]]},"properties":{"id":"48285","n":"Lavaca","z":["77964","77975","77984","77986","77987","77995","78956"],"st":"TX"}},"48287":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.334463,30.402843],[-97.155219,30.457344],[-96.963629,30.557169],[-96.743672,30.319757],[-96.640883,30.296786],[-96.794552,30.160545],[-97.018379,30.032406],[-97.024461,30.051435],[-97.081834,30.259357],[-97.334463,30.402843]]]},"properties":{"id":"48287","n":"Lee","z":["77853","78621","78650","78659","78942","78946","78947","78948","78960"],"st":"TX"}},"48289":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.319165,31.357129],[-96.236629,31.413392],[-95.7873,31.618385],[-95.710112,31.615587],[-95.739279,31.504056],[-95.657247,31.337448],[-95.725226,31.271084],[-95.76441,31.094211],[-95.975218,31.091967],[-96.24102,30.973737],[-96.331083,31.252712],[-96.319165,31.357129]]]},"properties":{"id":"48289","n":"Leon","z":["75831","75833","75846","75850","75855","77850","77855","77865","77871"],"st":"TX"}},"48291":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.165897,30.344976],[-94.849414,30.493553],[-94.732732,30.490066],[-94.596338,30.112101],[-94.44491,30.113015],[-94.442235,29.889538],[-94.98146,29.884276],[-95.096708,30.167214],[-95.165897,30.344976]]]},"properties":{"id":"48291","n":"Liberty","z":["77327","77328","77368","77369","77371","77372","77533","77535","77538","77560","77561","77564","77575","77582"],"st":"TX"}},"48293":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.932215,31.708887],[-96.719114,31.814887],[-96.496713,31.796191],[-96.236629,31.413392],[-96.319165,31.357129],[-96.596862,31.2209],[-96.801123,31.522269],[-96.932215,31.708887]]]},"properties":{"id":"48293","n":"Limestone","z":["75838","75846","76635","76642","76648","76653","76664","76667","76673","76678","76686","76687","76693"],"st":"TX"}},"48295":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.5461451261,36.499505139304],[-100.00376199337,36.499701848738],[-100.000399,36.055677],[-100.540221,36.056491],[-100.546724,36.056536],[-100.5461451261,36.499505139304]]]},"properties":{"id":"48295","n":"Lipscomb","z":["79005","79014","79024","79034","79046","79056"],"st":"TX"}},"48297":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.335031,28.612658],[-98.098315,28.786949],[-98.005252,28.690239],[-98.089764,28.662979],[-97.808774,28.183415],[-97.817716,28.176848],[-97.904081,28.114228],[-97.883148,28.0569],[-98.235497,28.057966],[-98.334323,28.0578],[-98.335031,28.612658]]]},"properties":{"id":"48297","n":"Live Oak","z":["78008","78022","78060","78071","78075","78102","78118","78119","78350","78368","78372","78383"],"st":"TX"}},"48299":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.964612,30.921368],[-98.445782,30.921439],[-98.376877,30.83489],[-98.432098,30.78631],[-98.371905,30.740485],[-98.438995,30.673285],[-98.351041,30.486096],[-98.59167,30.499875],[-98.964232,30.498482],[-98.964612,30.921368]]]},"properties":{"id":"48299","n":"Llano","z":["76831","76885","78607","78609","78639","78643","78657","78672"],"st":"TX"}},"48301":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-103.98021347738,32.000032851363],[-103.72288197915,32.000165568676],[-103.326501,32.00037],[-103.327538,31.65142],[-103.610887,31.651802],[-103.625726,31.705032],[-103.809458,31.794317],[-103.829385,31.887992],[-103.885584,31.870373],[-103.98021347738,32.000032851363]]]},"properties":{"id":"48301","n":"Loving","z":["79754"],"st":"TX"}},"48303":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-102.085733,33.824675],[-101.56358,33.830451],[-101.556884,33.39476],[-102.075929,33.389586],[-102.085733,33.824675]]]},"properties":{"id":"48303","n":"Lubbock","z":["79250","79311","79329","79343","79350","79358","79363","79364","79366","79382","79401","79402","79403","79404","79406","79407","79408","79409","79410","79411","79412","79413","79414","79415","79416","79423","79424","79430","79452","79453","79457","79464","79490","79491","79493","79499"],"st":"TX"}},"48305":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-102.075929,33.389586],[-101.556884,33.39476],[-101.557434,32.961025],[-101.691284,32.961838],[-102.076214,32.959702],[-102.075929,33.389586]]]},"properties":{"id":"48305","n":"Lynn","z":["79345","79351","79356","79364","79373","79381","79383","79423"],"st":"TX"}},"48307":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.603223,31.087296],[-99.60185,31.49195],[-99.511477,31.424401],[-99.402284,31.446198],[-99.314875,31.409875],[-99.202768,31.467234],[-99.090622,31.460927],[-99.092317,30.941002],[-99.484755,30.940605],[-99.603627,30.940726],[-99.603223,31.087296]]]},"properties":{"id":"48307","n":"McCulloch","z":["76825","76836","76842","76852","76858","76871","76872","76887"],"st":"TX"}},"48309":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.60523,31.587762],[-97.277265,31.745492],[-97.037266,31.863079],[-96.932215,31.708887],[-96.801123,31.522269],[-97.278113,31.279799],[-97.343426,31.244215],[-97.418606,31.320202],[-97.60523,31.587762]]]},"properties":{"id":"48309","n":"McLennan","z":["76524","76557","76624","76630","76633","76638","76640","76643","76654","76655","76657","76664","76673","76682","76684","76689","76691","76701","76702","76703","76704","76705","76706","76707","76708","76710","76711","76712","76714","76715","76716","76797","76798","76799"],"st":"TX"}},"48311":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.800848,28.647306],[-98.335047,28.648275],[-98.335031,28.612658],[-98.334323,28.0578],[-98.803325,28.05748],[-98.800848,28.647306]]]},"properties":{"id":"48311","n":"McMullen","z":["78007","78021","78071","78072","78075"],"st":"TX"}},"48313":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.24102,30.973737],[-95.975218,31.091967],[-95.76441,31.094211],[-95.656487,31.079339],[-95.681158,30.986958],[-95.617872,30.930418],[-95.863059,30.864125],[-96.16837,30.822997],[-96.24102,30.973737]]]},"properties":{"id":"48313","n":"Madison","z":["75852","77864","77871","77872"],"st":"TX"}},"48315":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.705878,32.879177],[-94.653994,32.879506],[-94.043002621563,32.881088978924],[-94.043051527618,32.693029976666],[-94.092738,32.734269],[-94.176401,32.694694],[-94.242809,32.75073],[-94.390783,32.694377],[-94.507323,32.693738],[-94.70214,32.793088],[-94.705878,32.879177]]]},"properties":{"id":"48315","n":"Marion","z":["75555","75630","75640","75651","75657","75668","75683"],"st":"TX"}},"48317":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-102.211037,32.523244],[-102.202703,32.523271],[-101.68874,32.525222],[-101.695011,32.087532],[-101.776085,32.086925],[-102.211249,32.0868],[-102.211037,32.523244]]]},"properties":{"id":"48317","n":"Martin","z":["79331","79713","79748","79749","79782","79783"],"st":"TX"}},"48319":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.484755,30.940605],[-99.092317,30.941002],[-98.964612,30.921368],[-98.964232,30.498482],[-99.303996,30.499832],[-99.484493,30.499641],[-99.483869,30.710771],[-99.484755,30.940605]]]},"properties":{"id":"48319","n":"Mason","z":["76820","76825","76842","76856","76869","78618"],"st":"TX"}},"48321":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.378533159287,28.389865030488],[-96.323522,28.675597],[-96.309178,28.963291],[-95.965196,29.146865],[-95.874028,29.229702],[-95.84631,29.107799],[-95.770446,29.06621],[-95.769393,28.971109],[-95.67955,28.965734],[-95.567708,28.829758],[-95.507037396917,28.824735512192],[-95.812504,28.664942],[-96.194412,28.502224],[-96.378533159287,28.389865030488]]]},"properties":{"id":"48321","n":"Matagorda","z":["77404","77414","77415","77419","77428","77440","77456","77457","77458","77465","77468","77480","77482","77483"],"st":"TX"}},"48323":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.67121518919,29.083516025345],[-100.111406,29.086318],[-100.114336,28.648122],[-100.113719,28.197819],[-100.1975100555,28.19700073114],[-100.267604,28.250269],[-100.39727,28.575637],[-100.500354,28.66196],[-100.53583,28.805888],[-100.627206,28.903734],[-100.67121518919,29.083516025345]]]},"properties":{"id":"48323","n":"Maverick","z":["78852","78853","78860","78877"],"st":"TX"}},"48325":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.411817,29.627514],[-98.983787,29.62345],[-98.927161,29.56225],[-98.806552,29.690709],[-98.804763,29.250693],[-98.8049,29.090434],[-99.41388,29.091335],[-99.411817,29.627514]]]},"properties":{"id":"48325","n":"Medina","z":["78003","78009","78016","78023","78039","78052","78056","78057","78059","78066","78253","78850","78861","78884","78886"],"st":"TX"}},"48327":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.115216,31.087994],[-99.603223,31.087296],[-99.603627,30.940726],[-99.484755,30.940605],[-99.483869,30.710771],[-100.116234,30.710366],[-100.115216,31.087994]]]},"properties":{"id":"48327","n":"Menard","z":["76841","76848","76854","76859"],"st":"TX"}},"48329":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-102.287048,32.086991],[-102.211249,32.0868],[-101.776085,32.086925],[-101.775802,31.651319],[-102.287345,31.651276],[-102.287048,32.086991]]]},"properties":{"id":"48329","n":"Midland","z":["79701","79702","79703","79704","79705","79706","79707","79708","79710","79711","79712","79765","79766"],"st":"TX"}},"48331":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.315507,30.752371],[-97.259082,30.889596],[-97.070188,30.98622],[-96.829121,31.105871],[-96.75633,30.927206],[-96.611097,30.757354],[-96.621281,30.730819],[-96.963629,30.557169],[-97.155219,30.457344],[-97.271418,30.735692],[-97.315507,30.752371]]]},"properties":{"id":"48331","n":"Milam","z":["76511","76518","76519","76520","76523","76534","76556","76567","76569","76570","76577","77836","77857"],"st":"TX"}},"48333":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.991608,31.484071],[-98.779951,31.610735],[-98.760057,31.687896],[-98.668441,31.700514],[-98.492802,31.723608],[-98.463736,31.683989],[-98.27107,31.416398],[-98.562739,31.230582],[-98.65456,31.370022],[-98.713131,31.34883],[-98.7244,31.427174],[-98.854292,31.413425],[-98.991608,31.484071]]]},"properties":{"id":"48333","n":"Mills","z":["76442","76531","76801","76844","76853","76864","76870","76880","76890"],"st":"TX"}},"48335":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-101.174571,32.524112],[-101.174562,32.527703],[-100.660626,32.525312],[-100.665353,32.085407],[-100.821594,32.08661],[-101.183997,32.087208],[-101.174571,32.524112]]]},"properties":{"id":"48335","n":"Mitchell","z":["79512","79532","79565"],"st":"TX"}},"48337":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.978919,33.467129],[-97.977869,33.888738],[-97.951905950855,33.891225814857],[-97.865765,33.849393],[-97.671772,33.99137],[-97.561243150221,33.899061506733],[-97.484143438588,33.913889108891],[-97.487065,33.433681],[-97.918189,33.433873],[-97.978919,33.467129]]]},"properties":{"id":"48337","n":"Montague","z":["76228","76230","76239","76251","76255","76261","76265","76270"],"st":"TX"}},"48339":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.83024,30.630284],[-95.598971,30.509002],[-95.359156,30.504369],[-95.308395,30.40575],[-95.165897,30.344976],[-95.096708,30.167214],[-95.292681,30.027761],[-95.491123,30.110368],[-95.551421,30.170606],[-95.691213,30.098728],[-95.80333,30.090096],[-95.804306,30.24557],[-95.83024,30.630284]]]},"properties":{"id":"48339","n":"Montgomery","z":["77301","77302","77303","77304","77305","77306","77316","77318","77328","77339","77353","77354","77355","77356","77357","77358","77362","77365","77372","77378","77380","77381","77382","77384","77385","77386","77387","77447","77873"],"st":"TX"}},"48341":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-102.163015,36.055249],[-101.623466,36.055405],[-101.622831,35.624057],[-101.6228,35.620196],[-102.162752,35.620035],[-102.162809,35.627515],[-102.163015,36.055249]]]},"properties":{"id":"48341","n":"Moore","z":["79013","79018","79029","79036","79058","79083","79086","79105"],"st":"TX"}},"48343":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.808783,33.363636],[-94.746925,33.328938],[-94.65226,33.268861],[-94.653994,32.879506],[-94.705878,32.879177],[-94.719942,32.904502],[-94.819828,32.982886],[-94.808783,33.363636]]]},"properties":{"id":"48343","n":"Morris","z":["75568","75571","75638","75656","75668","75686"],"st":"TX"}},"48345":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-101.041484,34.312444],[-100.946132,34.312759],[-100.51734,34.314102],[-100.518691,33.83565],[-101.041158,33.833625],[-101.041484,34.312444]]]},"properties":{"id":"48345","n":"Motley","z":["79201","79234","79235","79244","79255","79256"],"st":"TX"}},"48347":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.937532,31.845555],[-94.452416,31.844281],[-94.399091,31.653596],[-94.311042,31.589252],[-94.326616,31.224754],[-94.544888,31.431715],[-94.728679,31.457226],[-94.865857,31.526916],[-94.924219,31.579487],[-94.978128,31.793294],[-94.937532,31.845555]]]},"properties":{"id":"48347","n":"Nacogdoches","z":["75760","75788","75937","75943","75944","75946","75958","75961","75962","75963","75964","75965","75978"],"st":"TX"}},"48349":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.896209,32.073977],[-96.383082,32.328851],[-96.196965,32.206942],[-96.146523,32.211715],[-96.05478,32.012526],[-96.496713,31.796191],[-96.719114,31.814887],[-96.896209,32.073977]]]},"properties":{"id":"48349","n":"Navarro","z":["75102","75105","75109","75110","75119","75144","75151","75153","75155","75859","76626","76639","76641","76648","76679","76681"],"st":"TX"}},"48351":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.911126,31.158071],[-93.600603087363,31.182624955269],[-93.552497307502,31.184820023447],[-93.531219,31.051678],[-93.554575854346,30.877469501861],[-93.629904,30.67994],[-93.729195,30.544842],[-93.702665,30.429947],[-93.738540238226,30.402263672481],[-93.760328,30.329924],[-93.711062171301,30.24397071564],[-93.901452,30.242672],[-93.865711,30.947218],[-93.911126,31.158071]]]},"properties":{"id":"48351","n":"Newton","z":["75928","75932","75933","75948","75951","75956","75966","75977","77612","77614","77632"],"st":"TX"}},"48353":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.660626,32.525312],[-100.146543,32.522793],[-100.151911,32.082638],[-100.235137,32.082372],[-100.665353,32.085407],[-100.660626,32.525312]]]},"properties":{"id":"48353","n":"Nolan","z":["79506","79532","79535","79536","79537","79545","79556","79561"],"st":"TX"}},"48355":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.798517,27.995659],[-97.806798,27.934712],[-97.691074,27.917353],[-97.589473,27.856101],[-97.250796,27.876718],[-97.188659,27.823885],[-97.136312,27.90439],[-97.095713,27.957835],[-97.043684083687,27.836532353472],[-97.222991407532,27.57660731648],[-97.325216,27.560896],[-97.840678,27.558358],[-97.942146,27.635932],[-97.934274,27.885202],[-97.798517,27.995659]]]},"properties":{"id":"48355","n":"Nueces","z":["78330","78335","78336","78339","78343","78347","78351","78373","78380","78383","78401","78402","78403","78404","78405","78406","78407","78408","78409","78410","78411","78412","78413","78414","78415","78416","78417","78418","78419","78426","78427","78460","78463","78465","78466","78467","78469","78472","78480"],"st":"TX"}},"48357":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-101.085156,36.499244],[-100.95415215769,36.499529496626],[-100.5461451261,36.499505139304],[-100.546724,36.056536],[-101.085716,36.057572],[-101.085156,36.499244]]]},"properties":{"id":"48357","n":"Ochiltree","z":["79005","79033","79070","79081","79093"],"st":"TX"}},"48359":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-103.041554,35.622487],[-102.162809,35.627515],[-102.162752,35.620035],[-102.167471,35.183233],[-103.04261795057,35.183157259008],[-103.041554,35.622487]]]},"properties":{"id":"48359","n":"Oldham","z":{"0":"79001","1":"79010","2":"79018","3":"79092","4":"79098","25":"88430"},"st":"TX"}},"48361":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.117604,30.241665],[-93.901452,30.242672],[-93.711062171301,30.24397071564],[-93.70633576247,30.052180241531],[-93.852309870922,29.872091004392],[-93.860169,29.977397],[-94.031976,30.028013],[-94.115917,30.160347],[-94.117604,30.241665]]]},"properties":{"id":"48361","n":"Orange","z":["77611","77626","77630","77631","77632","77639","77662","77670"],"st":"TX"}},"48363":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.575616,32.954349],[-98.427211,32.9523],[-98.426553,33.007913],[-98.056094,33.003332],[-98.066836,32.558822],[-98.068545,32.511626],[-98.475177,32.513039],[-98.576256,32.515163],[-98.575616,32.954349]]]},"properties":{"id":"48363","n":"Palo Pinto","z":["76066","76067","76068","76429","76449","76450","76453","76462","76463","76472","76475","76484","76486"],"st":"TX"}},"48365":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.491818,32.394137],[-94.350303,32.326614],[-94.042788232805,32.392283193281],[-94.04269592374,32.196004974825],[-94.029428406596,31.979686964168],[-94.511431,31.973984],[-94.599978,31.973193],[-94.5805,32.201363],[-94.491818,32.394137]]]},"properties":{"id":"48365","n":"Panola","z":["75631","75633","75637","75639","75643","75669","75685","75691","75954","75974","75975"],"st":"TX"}},"48367":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.056094,33.003332],[-97.921642,33.001284],[-97.544181,32.994177],[-97.550582,32.555391],[-97.617066,32.555484],[-98.066836,32.558822],[-98.056094,33.003332]]]},"properties":{"id":"48367","n":"Parker","z":["76008","76020","76023","76035","76049","76066","76067","76082","76085","76086","76087","76088","76108","76126","76439","76462","76485","76486","76487","76490"],"st":"TX"}},"48369":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-103.042769,34.747361],[-102.525184,34.746931],[-102.525631,34.313034],[-102.61515,34.312891],[-103.04385030117,34.312749873508],[-103.042769,34.747361]]]},"properties":{"id":"48369","n":"Parmer","z":["79009","79035","79053","79325","79347"],"st":"TX"}},"48371":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-103.585084,30.76647],[-103.01104,31.371306],[-102.826735,31.266881],[-102.767365,31.293803],[-102.676104,31.330084],[-102.600677,31.267097],[-102.523063,31.262698],[-102.429545,31.193557],[-102.388804,31.087156],[-102.191731,31.003788],[-101.98364,30.98717],[-101.883436,30.925647],[-101.80742,30.699504],[-101.76842,30.653077],[-102.137778,30.655982],[-102.138406,30.597521],[-102.342986,30.598759],[-102.343085,30.284116],[-102.566937,30.283269],[-102.567049,30.052808],[-103.439976,30.665939],[-103.585084,30.76647]]]},"properties":{"id":"48371","n":"Pecos","z":["79730","79735","79743","79744","79781","79848"],"st":"TX"}},"48373":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.20018,30.824566],[-94.939127,31.042048],[-94.842947,31.146578],[-94.561943,31.058952],[-94.657992,31.012007],[-94.545717,30.526977],[-94.537926,30.491059],[-94.732732,30.490066],[-94.849414,30.493553],[-94.829984,30.541112],[-94.965729,30.576586],[-95.054602,30.680173],[-95.135384,30.693816],[-95.131205,30.781703],[-95.20018,30.824566]]]},"properties":{"id":"48373","n":"Polk","z":["75934","75936","75939","75960","77326","77332","77335","77350","77351","77360","77399"],"st":"TX"}},"48375":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-102.162752,35.620035],[-101.6228,35.620196],[-101.622941,35.183117],[-102.167471,35.183233],[-102.162752,35.620035]]]},"properties":{"id":"48375","n":"Potter","z":["79010","79012","79036","79058","79098","79101","79102","79103","79104","79106","79107","79108","79109","79111","79116","79117","79118","79121","79124","79166","79168","79172","79174","79185","79189"],"st":"TX"}},"48377":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-104.98075389132,30.628812018788],[-103.90101,30.41219],[-103.80068,30.412527],[-103.79387301093,29.259238393349],[-103.975235,29.296017],[-104.143692,29.383278],[-104.229081,29.48105],[-104.371175,29.543063],[-104.539761,29.676074],[-104.565688,29.770462],[-104.672327,29.911112],[-104.703998,30.02421],[-104.702788,30.211736],[-104.859521,30.390413],[-104.924796,30.604832],[-104.98075389132,30.628812018788]]]},"properties":{"id":"48377","n":"Presidio","z":["79843","79845","79846","79854"],"st":"TX"}},"48379":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.862521,32.979571],[-95.665389,32.960434],[-95.635017,32.72038],[-95.829581,32.766967],[-95.934433,32.837217],[-95.987259,32.876415],[-95.9453,32.979877],[-95.862521,32.979571]]]},"properties":{"id":"48379","n":"Rains","z":["75410","75440","75453","75472"],"st":"TX"}},"48381":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-102.167471,35.183233],[-101.622941,35.183117],[-101.629257,34.747649],[-101.998493,34.74819],[-102.168839,34.747417],[-102.167471,35.183233]]]},"properties":{"id":"48381","n":"Randall","z":["79012","79015","79016","79042","79091","79098","79103","79106","79109","79110","79114","79118","79119","79120","79121","79124","79159"],"st":"TX"}},"48383":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-101.775802,31.651319],[-101.267122,31.650854],[-101.26763,31.556462],[-101.267947,31.528688],[-101.274799,31.079379],[-101.776191,31.079784],[-101.775802,31.651319]]]},"properties":{"id":"48383","n":"Reagan","z":["76932","79739"],"st":"TX"}},"48385":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.757621,30.074132],[-99.689879,30.073948],[-99.691215,29.908582],[-99.602776,29.907679],[-99.60313,29.627181],[-100.014188,29.623495],[-100.03088,29.848273],[-99.967626,30.082356],[-99.757621,30.074132]]]},"properties":{"id":"48385","n":"Real","z":["78024","78058","78828","78833","78873","78879","78880","78885"],"st":"TX"}},"48387":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.310449795449,33.873843038185],[-95.226393,33.961954],[-95.155907617108,33.93848238857],[-94.98165,33.852284],[-94.841634,33.739431],[-94.731932901996,33.72083051628],[-94.746096,33.700375],[-94.746925,33.328938],[-94.808783,33.363636],[-95.125451,33.389454],[-95.30664,33.378027],[-95.308637,33.380662],[-95.310449795449,33.873843038185]]]},"properties":{"id":"48387","n":"Red River","z":["75412","75417","75426","75435","75436","75550","75554"],"st":"TX"}},"48389":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-104.024521,32.00001],[-103.98021347738,32.000032851363],[-103.885584,31.870373],[-103.829385,31.887992],[-103.809458,31.794317],[-103.625726,31.705032],[-103.610887,31.651802],[-103.509379,31.625934],[-103.44241,31.433752],[-103.261677,31.42757],[-103.181225,31.370245],[-103.01104,31.371306],[-103.585084,30.76647],[-104.102351,31.105203],[-104.024521,32.00001]]]},"properties":{"id":"48389","n":"Reeves","z":["79718","79770","79772","79780","79785","79786"],"st":"TX"}},"48391":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.541071,28.164669],[-97.375579,28.388684],[-97.160751,28.553475],[-96.890951,28.507178],[-96.764132,28.426522],[-96.790512,28.319238],[-97.123799,28.272459],[-97.023586,28.187657],[-97.144916,28.102622],[-97.260818,28.075759],[-97.317163,28.137189],[-97.427171,28.117668],[-97.541071,28.164669]]]},"properties":{"id":"48391","n":"Refugio","z":["77950","77990","78340","78377","78393"],"st":"TX"}},"48393":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-101.086068,35.625267],[-101.085735,36.055276],[-101.085716,36.057572],[-100.546724,36.056536],[-100.540221,36.056491],[-100.540158,35.619296],[-101.085935,35.619102],[-101.086068,35.625267]]]},"properties":{"id":"48393","n":"Roberts","z":["79059","79065"],"st":"TX"}},"48395":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.829121,31.105871],[-96.596862,31.2209],[-96.319165,31.357129],[-96.331083,31.252712],[-96.24102,30.973737],[-96.338001,30.920531],[-96.45763,30.744474],[-96.566983,30.69567],[-96.621281,30.730819],[-96.611097,30.757354],[-96.75633,30.927206],[-96.829121,31.105871]]]},"properties":{"id":"48395","n":"Robertson","z":["76629","76653","76687","77807","77808","77837","77856","77859","77867","77870","77882"],"st":"TX"}},"48397":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.516866,32.982308],[-96.297227,32.981752],[-96.297322,32.841723],[-96.297376,32.814185],[-96.51897,32.813616],[-96.516866,32.982308]]]},"properties":{"id":"48397","n":"Rockwall","z":["75030","75032","75087","75088","75089","75098","75132","75160","75189"],"st":"TX"}},"48399":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.235137,32.082372],[-100.151911,32.082638],[-99.713971,32.082089],[-99.721698,31.576759],[-100.111234,31.580267],[-100.233783,31.582196],[-100.235761,31.69297],[-100.235137,32.082372]]]},"properties":{"id":"48399","n":"Runnels","z":["76821","76855","76861","76865","76875","76882","76933","79519","79538","79566","79567"],"st":"TX"}},"48401":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.985411,32.37082],[-94.591703,32.365572],[-94.579219,32.394916],[-94.491818,32.394137],[-94.5805,32.201363],[-94.599978,31.973193],[-94.511431,31.973984],[-94.452416,31.844281],[-94.937532,31.845555],[-94.984768,31.846144],[-94.985272,32.137989],[-94.985411,32.37082]]]},"properties":{"id":"48401","n":"Rusk","z":["75603","75641","75652","75653","75654","75658","75662","75667","75669","75680","75681","75682","75684","75687","75689","75691","75760","75784","75789","75946","75975"],"st":"TX"}},"48403":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.984461,31.569419],[-93.896537,31.611836],[-93.834924,31.586211],[-93.725925,31.504092],[-93.749476,31.46869],[-93.668146,31.375103],[-93.67544,31.30104],[-93.600603087363,31.182624955269],[-93.911126,31.158071],[-94.039034,31.134271],[-94.044154,31.409979],[-93.983239,31.466114],[-93.984461,31.569419]]]},"properties":{"id":"48403","n":"Sabine","z":["75930","75931","75948","75959","75968","75972"],"st":"TX"}},"48405":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.399091,31.653596],[-94.090717,31.620609],[-93.984461,31.569419],[-93.983239,31.466114],[-94.044154,31.409979],[-94.039034,31.134271],[-94.129632,31.09928],[-94.326616,31.224754],[-94.311042,31.589252],[-94.399091,31.653596]]]},"properties":{"id":"48405","n":"San Augustine","z":["75929","75930","75935","75968","75972"],"st":"TX"}},"48407":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.32748,30.859547],[-95.252385,30.906719],[-95.20018,30.824566],[-95.131205,30.781703],[-95.135384,30.693816],[-95.054602,30.680173],[-94.965729,30.576586],[-94.829984,30.541112],[-94.849414,30.493553],[-95.165897,30.344976],[-95.308395,30.40575],[-95.359156,30.504369],[-95.32748,30.859547]]]},"properties":{"id":"48407","n":"San Jacinto","z":["77320","77328","77331","77341","77358","77359","77364","77371","77378"],"st":"TX"}},"48409":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.817716,28.176848],[-97.568482,28.129846],[-97.541071,28.164669],[-97.427171,28.117668],[-97.317163,28.137189],[-97.260818,28.075759],[-97.136312,27.90439],[-97.188659,27.823885],[-97.250796,27.876718],[-97.589473,27.856101],[-97.691074,27.917353],[-97.806798,27.934712],[-97.798517,27.995659],[-97.883148,28.0569],[-97.904081,28.114228],[-97.817716,28.176848]]]},"properties":{"id":"48409","n":"San Patricio","z":["78336","78352","78359","78362","78368","78370","78374","78387","78390"],"st":"TX"}},"48411":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.092317,30.941002],[-99.090622,31.460927],[-98.991608,31.484071],[-98.854292,31.413425],[-98.7244,31.427174],[-98.713131,31.34883],[-98.65456,31.370022],[-98.562739,31.230582],[-98.548051,31.123474],[-98.439687,31.029537],[-98.445782,30.921439],[-98.964612,30.921368],[-99.092317,30.941002]]]},"properties":{"id":"48411","n":"San Saba","z":["76824","76832","76842","76869","76871","76872","76877"],"st":"TX"}},"48413":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.962176,31.08249],[-100.688764,31.086576],[-100.115216,31.087994],[-100.116234,30.710366],[-100.960587,30.706071],[-100.962176,31.08249]]]},"properties":{"id":"48413","n":"Schleicher","z":["76841","76935","76936"],"st":"TX"}},"48415":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-101.173378,32.963597],[-101.03866,32.970225],[-100.65587,32.963469],[-100.660626,32.525312],[-101.174562,32.527703],[-101.173378,32.963597]]]},"properties":{"id":"48415","n":"Scurry","z":["79512","79516","79517","79526","79527","79532","79545","79546","79549","79550"],"st":"TX"}},"48417":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.612001,32.956962],[-99.471258,32.957025],[-99.096016,32.957037],[-99.09605,32.514768],[-99.114293,32.514811],[-99.612026,32.514654],[-99.612001,32.956962]]]},"properties":{"id":"48417","n":"Shackelford","z":["76430","76464","79504","79533","79601"],"st":"TX"}},"48419":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.511431,31.973984],[-94.029428406596,31.979686964168],[-93.878251895387,31.844276557246],[-93.803419,31.700686],[-93.834924,31.586211],[-93.896537,31.611836],[-93.984461,31.569419],[-94.090717,31.620609],[-94.399091,31.653596],[-94.452416,31.844281],[-94.511431,31.973984]]]},"properties":{"id":"48419","n":"Shelby","z":["75643","75935","75954","75972","75973","75974","75975"],"st":"TX"}},"48421":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-102.162463,36.500326],[-102.03233901896,36.50006567301],[-101.623915,36.499528],[-101.623466,36.055405],[-102.163015,36.055249],[-102.162463,36.500326]]]},"properties":{"id":"48421","n":"Sherman","z":{"1":"79040","2":"79084","3":"79086","23":"73949"},"st":"TX"}},"48423":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.594541,32.687026],[-95.469093,32.605642],[-95.332164,32.604252],[-95.164973,32.544583],[-95.15341,32.570115],[-94.986935,32.537246],[-94.985411,32.37082],[-94.985272,32.137989],[-95.459908,32.135559],[-95.488733,32.232486],[-95.449165,32.355233],[-95.5943,32.479858],[-95.594541,32.687026]]]},"properties":{"id":"48423","n":"Smith","z":["75606","75647","75662","75684","75701","75702","75703","75704","75705","75706","75707","75708","75709","75710","75711","75712","75713","75750","75757","75762","75771","75773","75789","75790","75791","75792","75798","75799"],"st":"TX"}},"48425":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.945625,32.233468],[-97.78276,32.316493],[-97.615286,32.318618],[-97.615055,32.203581],[-97.864864,32.087328],[-97.945625,32.233468]]]},"properties":{"id":"48425","n":"Somervell","z":["76043","76048","76070","76077","76433"],"st":"TX"}},"48427":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.176816092381,26.569660555374],[-99.011112,26.675023],[-98.95423,26.785694],[-98.422616,26.783535],[-98.32067,26.783081],[-98.593300218279,26.242936348677],[-98.654221,26.23596],[-98.807348,26.369421],[-98.890965,26.357569],[-99.110855,26.426278],[-99.091635,26.476977],[-99.176816092381,26.569660555374]]]},"properties":{"id":"48427","n":"Starr","z":["78536","78545","78547","78548","78582","78584","78585","78588","78591"],"st":"TX"}},"48429":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.096016,32.957037],[-98.950875,32.956918],[-98.575616,32.954349],[-98.576256,32.515163],[-99.09605,32.514768],[-99.096016,32.957037]]]},"properties":{"id":"48429","n":"Stephens","z":["76424","76429","76437","76450","76464","76470","76475","76481"],"st":"TX"}},"48431":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-101.267122,31.650854],[-101.264216,32.087136],[-101.183997,32.087208],[-100.821594,32.08661],[-100.82537,31.696155],[-100.861099,31.705418],[-100.865256,31.562294],[-101.26763,31.556462],[-101.267122,31.650854]]]},"properties":{"id":"48431","n":"Sterling","z":["76945","76951"],"st":"TX"}},"48433":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.517449,33.397866],[-99.99098,33.397404],[-99.988827,32.960121],[-100.144224,32.959978],[-100.519208,32.962926],[-100.517449,33.397866]]]},"properties":{"id":"48433","n":"Stonewall","z":["79502","79528","79540","79546"],"st":"TX"}},"48435":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.960587,30.706071],[-100.116234,30.710366],[-100.116461,30.290296],[-100.700393,30.288276],[-100.960643,30.287776],[-100.960587,30.706071]]]},"properties":{"id":"48435","n":"Sutton","z":["76950"],"st":"TX"}},"48437":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-101.998493,34.74819],[-101.629257,34.747649],[-101.471562,34.747462],[-101.47158,34.31229],[-101.564856,34.312493],[-101.99802,34.313039],[-101.998493,34.74819]]]},"properties":{"id":"48437","n":"Swisher","z":["79042","79052","79072","79088"],"st":"TX"}},"48439":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.544181,32.994177],[-97.39848,32.990839],[-97.032287,32.989324],[-97.038385,32.548662],[-97.086834,32.549428],[-97.550582,32.555391],[-97.544181,32.994177]]]},"properties":{"id":"48439","n":"Tarrant","z":["75022","75028","75050","75051","75052","75054","75064","75261","76001","76002","76003","76004","76005","76006","76007","76008","76010","76011","76012","76013","76014","76015","76016","76017","76018","76019","76020","76021","76022","76028","76034","76036","76039","76040","76051","76052","76053","76054","76060","76063","76071","76092","76094","76095","76096","76098","76099","76101","76102","76103","76104","76105","76106","76107","76108","76109","76110","76111","76112","76113","76114","76115","76116","76117","76118","76119","76120","76121","76122","76123","76124","76126","76127","76129","76130","76131","76132","76133","76134","76135","76136","76137","76140","76147","76148","76150","76155","76161","76162","76163","76164","76166","76177","76179","76180","76181","76182","76185","76190","76191","76192","76193","76195","76196","76197","76198","76199","76244","76248","76262","77242"],"st":"TX"}},"48441":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.146543,32.522793],[-99.629579,32.514657],[-99.631413,32.081274],[-99.713971,32.082089],[-100.151911,32.082638],[-100.146543,32.522793]]]},"properties":{"id":"48441","n":"Taylor","z":["79508","79530","79536","79541","79561","79562","79563","79566","79567","79601","79602","79603","79604","79605","79606","79607","79608","79697","79698","79699"],"st":"TX"}},"48443":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-101.76842,30.653077],[-101.652446,30.620471],[-101.646245,30.560763],[-101.740429,30.420897],[-101.65853,30.357861],[-101.7584,30.288044],[-101.76161920953,29.778860096722],[-101.966167,29.807343],[-102.073646,29.786926],[-102.31868395459,29.872192946501],[-102.567049,30.052808],[-102.566937,30.283269],[-102.343085,30.284116],[-102.342986,30.598759],[-102.138406,30.597521],[-102.137778,30.655982],[-101.76842,30.653077]]]},"properties":{"id":"48443","n":"Terrell","z":["78851","79781","79848"],"st":"TX"}},"48445":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-102.594836,33.388489],[-102.075929,33.389586],[-102.076214,32.959702],[-102.20852,32.958956],[-102.595023,32.958831],[-102.594836,33.388489]]]},"properties":{"id":"48445","n":"Terry","z":["79316","79345","79359","79378"],"st":"TX"}},"48447":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.472444,33.399023],[-98.953938,33.397534],[-98.950875,32.956918],[-99.096016,32.957037],[-99.471258,32.957025],[-99.472444,33.399023]]]},"properties":{"id":"48447","n":"Throckmorton","z":["76372","76430","76483","76491","79533"],"st":"TX"}},"48449":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.125451,33.389454],[-94.808783,33.363636],[-94.819828,32.982886],[-94.936129,33.073833],[-95.12613,33.034581],[-95.125451,33.389454]]]},"properties":{"id":"48449","n":"Titus","z":["75455","75456","75487","75493","75558","75571","75686"],"st":"TX"}},"48451":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-101.26763,31.556462],[-100.865256,31.562294],[-100.861099,31.705418],[-100.82537,31.696155],[-100.235761,31.69297],[-100.233783,31.582196],[-100.111234,31.580267],[-100.115216,31.087994],[-100.688764,31.086576],[-100.693065,31.523954],[-101.267947,31.528688],[-101.26763,31.556462]]]},"properties":{"id":"48451","n":"Tom Green","z":["76861","76886","76901","76902","76903","76904","76905","76908","76909","76934","76935","76937","76939","76940","76955","76957","76958"],"st":"TX"}},"48453":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.125556,30.426186],[-98.049886,30.624155],[-97.956734,30.628249],[-97.848384,30.472662],[-97.773458,30.430654],[-97.596236,30.501513],[-97.369539,30.419563],[-97.49135,30.21193],[-97.64937,30.067944],[-97.710215,30.024499],[-98.172977,30.356312],[-98.125556,30.426186]]]},"properties":{"id":"48453","n":"Travis","z":["73301","73344","78610","78612","78613","78615","78617","78620","78621","78634","78641","78645","78651","78652","78653","78654","78660","78663","78664","78667","78669","78691","78701","78702","78703","78704","78705","78708","78709","78710","78711","78712","78714","78715","78716","78718","78719","78720","78721","78722","78723","78724","78725","78726","78727","78728","78729","78730","78731","78732","78733","78734","78735","78736","78737","78738","78739","78741","78742","78744","78745","78746","78747","78748","78749","78750","78751","78752","78753","78754","78755","78756","78757","78758","78759","78760","78761","78762","78764","78765","78766","78767","78768","78772","78773","78774","78778","78779","78783","78799"],"st":"TX"}},"48455":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.434781,31.058098],[-94.95811,31.38693],[-94.860501,31.234955],[-94.842947,31.146578],[-94.939127,31.042048],[-95.20018,30.824566],[-95.252385,30.906719],[-95.32748,30.859547],[-95.396697,30.857706],[-95.434781,31.058098]]]},"properties":{"id":"48455","n":"Trinity","z":["75834","75845","75847","75851","75856","75862","75865","75904","75926"],"st":"TX"}},"48457":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.561943,31.058952],[-94.457816,31.033325],[-94.238424,31.013705],[-94.244888,30.968174],[-94.125824,30.684052],[-94.05096,30.638568],[-94.071689,30.526033],[-94.545717,30.526977],[-94.657992,31.012007],[-94.561943,31.058952]]]},"properties":{"id":"48457","n":"Tyler","z":["75936","75938","75942","75979","75990","77616","77624","77656","77660","77663","77664"],"st":"TX"}},"48459":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.15211,32.902641],[-94.719942,32.904502],[-94.705878,32.879177],[-94.70214,32.793088],[-94.70179,32.652209],[-94.986935,32.537246],[-95.15341,32.570115],[-95.15211,32.902641]]]},"properties":{"id":"48459","n":"Upshur","z":["75494","75604","75605","75640","75644","75645","75647","75683","75686","75755","75765","75797"],"st":"TX"}},"48461":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-102.31805,31.651327],[-102.287345,31.651276],[-101.775802,31.651319],[-101.776191,31.079784],[-102.301212,31.086212],[-102.31805,31.651327]]]},"properties":{"id":"48461","n":"Upton","z":["79731","79752","79755","79778"],"st":"TX"}},"48463":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.112098,29.623263],[-100.014188,29.623495],[-99.60313,29.627181],[-99.411817,29.627514],[-99.41388,29.091335],[-100.111406,29.086318],[-100.112098,29.623263]]]},"properties":{"id":"48463","n":"Uvalde","z":["78801","78802","78833","78838","78870","78879","78881","78884"],"st":"TX"}},"48465":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-101.7584,30.288044],[-100.960643,30.287776],[-100.700393,30.288276],[-100.699932,29.623897],[-100.699141,29.419747],[-100.757822,29.238325],[-100.80186754603,29.232831568098],[-100.995607,29.363403],[-101.060151,29.458661],[-101.254895,29.520342],[-101.307332,29.640716],[-101.400636,29.738079],[-101.561569,29.794658],[-101.76161920953,29.778860096722],[-101.7584,30.288044]]]},"properties":{"id":"48465","n":"Val Verde","z":["76943","76950","78837","78840","78841","78842","78843","78847","78871"],"st":"TX"}},"48467":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.076801,32.838489],[-95.934433,32.837217],[-95.829581,32.766967],[-95.635017,32.72038],[-95.594541,32.687026],[-95.5943,32.479858],[-95.449165,32.355233],[-96.075899,32.357505],[-96.076801,32.838489]]]},"properties":{"id":"48467","n":"Van Zandt","z":["75103","75117","75124","75127","75140","75147","75169","75752","75754","75756","75758","75778","75790"],"st":"TX"}},"48469":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.305916,28.864037],[-96.976378,29.104046],[-96.938587,29.063244],[-96.832103,29.021299],[-96.792133,28.918803],[-96.711514,28.851411],[-96.643442,28.712105],[-96.930367,28.586728],[-96.890951,28.507178],[-97.160751,28.553475],[-97.182359,28.610602],[-97.158933,28.776156],[-97.202759,28.853849],[-97.305916,28.864037]]]},"properties":{"id":"48469","n":"Victoria","z":["77901","77902","77903","77904","77905","77951","77968","77973","77974","77976","77977","77979","77988","77995"],"st":"TX"}},"48471":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.863059,30.864125],[-95.617872,30.930418],[-95.434781,31.058098],[-95.396697,30.857706],[-95.32748,30.859547],[-95.359156,30.504369],[-95.598971,30.509002],[-95.83024,30.630284],[-95.863059,30.864125]]]},"properties":{"id":"48471","n":"Walker","z":["75852","75862","77320","77334","77340","77342","77343","77344","77348","77349","77358","77367","77831","77873"],"st":"TX"}},"48473":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.093165,30.225187],[-95.804306,30.24557],[-95.80333,30.090096],[-95.960733,30.163415],[-95.82622,29.78828],[-96.032711,29.727944],[-96.049234,29.803187],[-96.121405,29.836652],[-96.13165,29.937504],[-96.084541,30.005137],[-96.146052,30.070224],[-96.191782,30.13842],[-96.093165,30.225187]]]},"properties":{"id":"48473","n":"Waller","z":["77355","77363","77423","77445","77446","77447","77466","77484","77493","77494","77868"],"st":"TX"}},"48475":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-103.610887,31.651802],[-103.327538,31.65142],[-102.798939,31.651783],[-102.767246,31.651714],[-102.767365,31.293803],[-102.826735,31.266881],[-103.01104,31.371306],[-103.181225,31.370245],[-103.261677,31.42757],[-103.44241,31.433752],[-103.509379,31.625934],[-103.610887,31.651802]]]},"properties":{"id":"48475","n":"Ward","z":["79719","79742","79756","79772","79777","79788"],"st":"TX"}},"48477":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.640883,30.296786],[-96.299173,30.379152],[-96.178661,30.394718],[-96.15463,30.330288],[-96.094404,30.309371],[-96.093165,30.225187],[-96.191782,30.13842],[-96.146052,30.070224],[-96.292849,30.09615],[-96.62198,30.044283],[-96.647223,30.145174],[-96.794552,30.160545],[-96.640883,30.296786]]]},"properties":{"id":"48477","n":"Washington","z":["77426","77833","77834","77835","77868","77880","78932","78946"],"st":"TX"}},"48479":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.1975100555,28.19700073114],[-100.113719,28.197819],[-99.394177,28.204627],[-99.388946,28.030419],[-98.803325,28.05748],[-98.798323,27.354029],[-98.798087,27.268012],[-98.954669,27.269397],[-99.33361,27.273223],[-99.370621,27.319174],[-99.460825799134,27.262240197043],[-99.529654,27.306051],[-99.487521,27.412396],[-99.556812,27.614336],[-99.704601,27.654954],[-99.844737,27.778809],[-99.932161,27.96771],[-99.984923,27.990729],[-100.075474,28.124882],[-100.1975100555,28.19700073114]]]},"properties":{"id":"48479","n":"Webb","z":["78019","78040","78041","78042","78043","78044","78045","78046","78344","78369","78371"],"st":"TX"}},"48481":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.175422,29.633806],[-96.088912,29.601658],[-96.059627,29.473329],[-95.97343,29.411445],[-95.94681,29.333433],[-95.847656,29.26259],[-95.874028,29.229702],[-95.965196,29.146865],[-96.309178,28.963291],[-96.640315,29.247804],[-96.349217,29.406052],[-96.307672,29.514523],[-96.175422,29.633806]]]},"properties":{"id":"48481","n":"Wharton","z":["77420","77432","77434","77435","77436","77437","77443","77448","77453","77454","77455","77467","77485","77488"],"st":"TX"}},"48483":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.540158,35.619296],[-100.000392,35.619115],[-100.00038884414,35.422363988309],[-100.000385,35.182702],[-100.538978,35.183144],[-100.540158,35.619296]]]},"properties":{"id":"48483","n":"Wheeler","z":["79003","79011","79057","79061","79077","79079","79096"],"st":"TX"}},"48485":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.952324887528,34.204669898603],[-98.737232,34.130992],[-98.610351781645,34.156209939497],[-98.475066,34.064269],[-98.423533,34.081949476006],[-98.423577,33.836047],[-98.953088,33.834],[-98.952324887528,34.204669898603]]]},"properties":{"id":"48485","n":"Wichita","z":["76301","76302","76305","76306","76307","76308","76309","76310","76311","76354","76360","76367","76369"],"st":"TX"}},"48487":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.475294,34.085618],[-99.475022137038,34.396870989791],[-99.394956,34.442099],[-99.221607900845,34.325373574373],[-99.189511,34.214312],[-98.952324887528,34.204669898603],[-98.953088,33.834],[-99.47565,33.834005],[-99.475294,34.085618]]]},"properties":{"id":"48487","n":"Wilbarger","z":["76360","76364","76373","76384","76385","79225","79247"],"st":"TX"}},"48489":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.957405,26.611769],[-97.861688,26.597995],[-97.287541116686,26.600339881473],[-97.227380226522,26.411496005302],[-97.390733,26.411332],[-97.446987,26.324947],[-97.527582,26.299304],[-97.861875,26.348156],[-97.86192,26.433579],[-98.004189,26.448784],[-97.957405,26.611769]]]},"properties":{"id":"48489","n":"Willacy","z":["78561","78569","78580","78590","78594","78598"],"st":"TX"}},"48491":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.828512,30.906188],[-97.62491,30.870334],[-97.315507,30.752371],[-97.271418,30.735692],[-97.155219,30.457344],[-97.334463,30.402843],[-97.369539,30.419563],[-97.596236,30.501513],[-97.773458,30.430654],[-97.848384,30.472662],[-97.956734,30.628249],[-98.049886,30.624155],[-97.96286,30.785641],[-97.828512,30.906188]]]},"properties":{"id":"48491","n":"Williamson","z":["76511","76527","76530","76537","76573","76574","76577","76578","78613","78615","78621","78626","78627","78628","78633","78634","78641","78642","78664","78665","78673","78674","78680","78681","78682","78683","78713","78717","78726","78727","78728","78729","78750","78759"],"st":"TX"}},"48493":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.407336,29.114435],[-98.134171,29.441751],[-98.113175,29.365667],[-97.840383,29.376791],[-97.858782,29.35289],[-97.728443,29.221748],[-98.190991,28.882333],[-98.407336,29.114435]]]},"properties":{"id":"48493","n":"Wilson","z":["78064","78101","78112","78113","78114","78121","78140","78143","78147","78160","78161","78223"],"st":"TX"}},"48495":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-103.326501,32.00037],[-103.064423,32.000518],[-103.06442240111,32.087051],[-102.799086,32.085795],[-102.798939,31.651783],[-103.327538,31.65142],[-103.326501,32.00037]]]},"properties":{"id":"48495","n":"Winkler","z":["79745","79756","79789"],"st":"TX"}},"48497":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.918189,33.433873],[-97.487065,33.433681],[-97.383095,33.43045],[-97.39848,32.990839],[-97.544181,32.994177],[-97.921642,33.001284],[-97.918189,33.433873]]]},"properties":{"id":"48497","n":"Wise","z":["76020","76023","76052","76071","76073","76078","76082","76225","76234","76246","76249","76259","76267","76270","76426","76431","76487"],"st":"TX"}},"48499":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-95.665389,32.960434],[-95.308957,32.962572],[-95.172947,32.961829],[-95.152206,33.01345],[-95.15211,32.902641],[-95.15341,32.570115],[-95.164973,32.544583],[-95.332164,32.604252],[-95.469093,32.605642],[-95.594541,32.687026],[-95.635017,32.72038],[-95.665389,32.960434]]]},"properties":{"id":"48499","n":"Wood","z":["75410","75431","75440","75444","75451","75471","75494","75497","75755","75765","75773","75783"],"st":"TX"}},"48501":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-103.05649506434,33.388414214621],[-102.594836,33.388489],[-102.595023,32.958831],[-103.06346888848,32.959106381831],[-103.05649506434,33.388414214621]]]},"properties":{"id":"48501","n":"Yoakum","z":["79323","79355","79359","79376"],"st":"TX"}},"48503":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-98.953938,33.397534],[-98.420666,33.396195],[-98.426553,33.007913],[-98.427211,32.9523],[-98.575616,32.954349],[-98.950875,32.956918],[-98.953938,33.397534]]]},"properties":{"id":"48503","n":"Young","z":["76372","76374","76424","76450","76460","76481"],"st":"TX"}},"48505":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.460825799134,27.262240197043],[-99.370621,27.319174],[-99.33361,27.273223],[-98.954669,27.269397],[-98.95423,26.785694],[-99.011112,26.675023],[-99.176816092381,26.569660555374],[-99.208907,26.724761],[-99.268613,26.843213],[-99.44697,27.026026],[-99.429984,27.159149],[-99.460825799134,27.262240197043]]]},"properties":{"id":"48505","n":"Zapata","z":["78067","78076","78361","78545","78564"],"st":"TX"}},"48507":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-100.111406,29.086318],[-99.41388,29.091335],[-99.409021,28.640566],[-100.114336,28.648122],[-100.111406,29.086318]]]},"properties":{"id":"48507","n":"Zavala","z":["78829","78839","78872"],"st":"TX"}},"49001":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-114.050154,38.57292],[-112.515394,38.572845],[-112.518495,38.510413],[-112.519522,38.479902],[-112.335381,38.332827],[-112.35706,38.224958],[-112.444214,38.150001],[-112.47868,38.147419],[-114.04990337566,38.148763026671],[-114.050154,38.57292]]]},"properties":{"id":"49001","n":"Beaver","z":["84713","84731","84751","84752","84753"],"st":"UT"}},"49003":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-114.041723,41.99372],[-113.817964,41.98858],[-113.00004013962,41.998227612539],[-112.15917745151,41.998681929738],[-112.052863,41.866231],[-112.051737,41.699552],[-111.981042,41.534117],[-111.873314,41.485743],[-111.885443,41.426374],[-111.958286,41.433873],[-112.028672,41.336512],[-112.238065,41.336552],[-112.493515,41.076888],[-112.799359,40.999939],[-114.04214514624,40.999896577263],[-114.041723,41.99372]]]},"properties":{"id":"49003","n":"Box Elder","z":{"2":"84083","3":"84301","4":"84302","5":"84306","6":"84307","7":"84309","8":"84311","9":"84312","10":"84313","11":"84314","12":"84316","13":"84324","14":"84329","15":"84330","16":"84331","17":"84334","18":"84336","19":"84337","20":"84340","59":"83312","60":"83342"},"st":"UT"}},"49005":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-112.109532,41.997598],[-111.50781303518,41.999685668352],[-111.471321,41.928157],[-111.507864,41.852589],[-111.460722,41.816985],[-111.401576,41.654081],[-111.510839,41.4231],[-111.666576,41.42883],[-111.76059,41.368818],[-111.885443,41.426374],[-111.873314,41.485743],[-111.981042,41.534117],[-112.051737,41.699552],[-112.052863,41.866231],[-112.15917745151,41.998681929738],[-112.109532,41.997598]]]},"properties":{"id":"49005","n":"Cache","z":["84304","84305","84308","84318","84319","84320","84321","84322","84323","84325","84326","84327","84328","84332","84333","84335","84338","84339","84341"],"st":"UT"}},"49007":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-111.247496,39.813028],[-110.85778,39.813285],[-109.976814,39.80623],[-109.88308,39.806236],[-109.962143,39.725885],[-110.037952,39.566667],[-110.024118,39.469269],[-111.081333,39.467455],[-111.132248,39.613876],[-111.247391,39.70435],[-111.247496,39.813028]]]},"properties":{"id":"49007","n":"Carbon","z":["84501","84520","84526","84529","84539","84542"],"st":"UT"}},"49009":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-110.00071673644,40.997425459708],[-109.050076,41.000659],[-109.04825975005,40.662601817228],[-109.161063,40.683817],[-109.20325,40.858401],[-109.394491,40.858166],[-109.394465,40.791032],[-109.484332,40.740432],[-109.525495,40.82637],[-109.870207,40.763829],[-109.976402,40.809686],[-110.000711,40.813678],[-110.00071673644,40.997425459708]]]},"properties":{"id":"49009","n":"Daggett","z":["84023","84046","84078"],"st":"UT"}},"49011":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-111.856247,41.139083],[-111.8154,40.957718],[-111.738744,40.860998],[-111.946289,40.82179],[-111.958672,40.921822],[-112.006566,40.921846],[-112.260216,40.769093],[-112.493515,41.076888],[-112.186693,41.153028],[-111.856247,41.139083]]]},"properties":{"id":"49011","n":"Davis","z":["84010","84011","84014","84015","84016","84025","84037","84040","84041","84054","84056","84075","84087","84315","84405"],"st":"UT"}},"49013":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-110.000711,40.813678],[-109.976402,40.809686],[-109.976814,39.80623],[-110.85778,39.813285],[-110.891655,39.899654],[-110.901974,40.678162],[-110.750733,40.747706],[-110.656482,40.740275],[-110.378962,40.78718],[-110.292692,40.833343],[-110.000711,40.813678]]]},"properties":{"id":"49013","n":"Duchesne","z":["84001","84002","84007","84021","84027","84031","84051","84052","84053","84066","84072","84073","84526"],"st":"UT"}},"49015":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-111.29936,39.032264],[-111.30092,39.4226],[-111.247748,39.467199],[-111.247391,39.70435],[-111.132248,39.613876],[-111.081333,39.467455],[-110.024118,39.469269],[-110.010617,39.416322],[-110.07727,39.275869],[-110.05457,39.228283],[-110.156222,39.032654],[-110.179252,38.907248],[-110.036344,38.652311],[-110.025402,38.499981],[-111.279345,38.499978],[-111.305665,38.510169],[-111.29936,39.032264]]]},"properties":{"id":"49015","n":"Emery","z":["84513","84516","84518","84521","84522","84523","84525","84528","84537"],"st":"UT"}},"49017":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-112.47868,38.147419],[-112.444214,38.150001],[-111.843215,38.15128],[-109.927995,38.151884],[-110.009494,38.109656],[-110.077417,37.998867],[-110.13669,38.005386],[-110.214949,37.892555],[-110.404612,37.879923],[-110.501594,37.65],[-110.56308,37.637812],[-110.646394,37.541063],[-111.84317,37.535744],[-112.68375,37.543692],[-112.689221,37.80559],[-112.57855,37.80454],[-112.588402,37.890423],[-112.468177,37.890464],[-112.47868,38.147419]]]},"properties":{"id":"49017","n":"Garfield","z":["84533","84712","84716","84718","84726","84735","84736","84759","84762","84764","84775","84776"],"st":"UT"}},"49019":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-110.024118,39.469269],[-109.953349,39.461801],[-109.106972,39.461979],[-109.05106684627,39.497738809366],[-109.05122383102,39.366677549586],[-109.059962,38.499987],[-110.025402,38.499981],[-110.036344,38.652311],[-110.179252,38.907248],[-110.156222,39.032654],[-110.05457,39.228283],[-110.07727,39.275869],[-110.010617,39.416322],[-110.024118,39.469269]]]},"properties":{"id":"49019","n":"Grand","z":["84515","84525","84532","84540"],"st":"UT"}},"49021":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-114.04990337566,38.148763026671],[-112.47868,38.147419],[-112.468177,37.890464],[-112.588402,37.890423],[-112.57855,37.80454],[-112.689221,37.80559],[-112.68375,37.543692],[-112.901162,37.543486],[-112.900993,37.500021],[-113.037048,37.474474],[-113.25349,37.482167],[-113.25334,37.528983],[-113.474029,37.529085],[-113.474485,37.618289],[-113.587797,37.604611],[-114.052472,37.604776],[-114.04990337566,38.148763026671]]]},"properties":{"id":"49021","n":"Iron","z":["84714","84719","84720","84721","84742","84753","84756","84757","84760","84761","84772"],"st":"UT"}},"49023":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-114.04726815308,39.906098113756],[-112.341988,39.904458],[-112.1798,40.011656],[-112.053511,39.893397],[-112.089843,39.781928],[-111.969467,39.807108],[-111.82529,39.947696],[-111.73793,39.8641],[-111.766325,39.810817],[-111.641944,39.812869],[-111.584754,39.740141],[-111.717482,39.69456],[-111.713224,39.460294],[-111.747044,39.38275],[-111.922389,39.381591],[-112.016003,39.314561],[-112.188922,39.329392],[-112.212045,39.553987],[-113.815743,39.552644],[-114.04718141293,39.54274360223],[-114.04726815308,39.906098113756]]]},"properties":{"id":"49023","n":"Juab","z":["84022","84034","84083","84628","84639","84645","84648","84656"],"st":"UT"}},"49025":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-112.68375,37.543692],[-111.84317,37.535744],[-110.646394,37.541063],[-110.777799,37.322992],[-110.869804,37.348691],[-110.899517,37.176153],[-110.958333,37.124438],[-111.178349,37.102613],[-111.247488,37.021604],[-111.41278398787,37.001477687156],[-112.538571,37.000744128882],[-112.89919089762,37.000301228628],[-112.900993,37.500021],[-112.901162,37.543486],[-112.68375,37.543692]]]},"properties":{"id":"49025","n":"Kane","z":["84533","84710","84718","84729","84741","84755","84758","84762"],"st":"UT"}},"49027":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-114.04943670593,38.67736245688],[-114.04718141293,39.54274360223],[-113.815743,39.552644],[-112.212045,39.553987],[-112.188922,39.329392],[-112.016003,39.314561],[-112.014083,39.045518],[-112.065162,38.959302],[-112.133862,38.959302],[-112.224461,38.864803],[-112.218356,38.727361],[-112.309953,38.67629],[-112.447517,38.68127],[-112.515394,38.572845],[-114.050154,38.57292],[-114.04943670593,38.67736245688]]]},"properties":{"id":"49027","n":"Millard","z":["84624","84631","84635","84636","84637","84638","84640","84644","84649","84656","84713","84728","84751","87103"],"st":"UT"}},"49029":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-111.420728,41.361308],[-111.331944,41.357472],[-111.221776,41.215119],[-111.264974,41.144044],[-111.50751,41.063234],[-111.592981,40.993015],[-111.524895,40.953842],[-111.479555,40.858288],[-111.527985,40.785362],[-111.641052,40.798925],[-111.738744,40.860998],[-111.8154,40.957718],[-111.856247,41.139083],[-111.799811,41.217178],[-111.678016,41.181208],[-111.596716,41.238553],[-111.497182,41.226905],[-111.420728,41.361308]]]},"properties":{"id":"49029","n":"Morgan","z":["84018","84050"],"st":"UT"}},"49031":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-112.518495,38.510413],[-111.766393,38.502243],[-111.848761,38.424933],[-111.843215,38.15128],[-112.444214,38.150001],[-112.35706,38.224958],[-112.335381,38.332827],[-112.519522,38.479902],[-112.518495,38.510413]]]},"properties":{"id":"49031","n":"Piute","z":["84712","84723","84732","84740","84743","84744","84750"],"st":"UT"}},"49033":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-111.510839,41.4231],[-111.401576,41.654081],[-111.460722,41.816985],[-111.507864,41.852589],[-111.471321,41.928157],[-111.50781303518,41.999685668352],[-111.046689,42.001567],[-111.04581846484,41.579844948226],[-111.04663698313,41.251626956251],[-111.264974,41.144044],[-111.221776,41.215119],[-111.331944,41.357472],[-111.420728,41.361308],[-111.510839,41.4231]]]},"properties":{"id":"49033","n":"Rich","z":["84028","84038","84064","84086"],"st":"UT"}},"49035":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-112.260216,40.769093],[-112.006566,40.921846],[-111.958672,40.921822],[-111.946289,40.82179],[-111.738744,40.860998],[-111.641052,40.798925],[-111.604411,40.666523],[-111.553266,40.609313],[-111.593942,40.577066],[-111.982136,40.414217],[-112.172862,40.467065],[-112.201816,40.706404],[-112.260216,40.769093]]]},"properties":{"id":"49035","n":"Salt Lake","z":{"0":"84006","1":"84009","2":"84020","3":"84044","4":"84047","5":"84065","6":"84070","7":"84081","8":"84084","9":"84088","10":"84090","11":"84091","12":"84092","13":"84093","14":"84094","15":"84095","16":"84096","17":"84101","18":"84102","19":"84103","20":"84104","21":"84105","22":"84106","23":"84107","24":"84108","25":"84109","26":"84110","27":"84111","28":"84112","29":"84113","30":"84114","31":"84115","32":"84116","33":"84117","34":"84118","35":"84119","36":"84120","37":"84121","38":"84122","39":"84123","40":"84124","41":"84125","42":"84126","43":"84127","44":"84128","45":"84129","46":"84131","47":"84132","48":"84133","49":"84134","50":"84138","51":"84139","52":"84141","53":"84143","54":"84145","55":"84147","56":"84148","57":"84150","58":"84151","59":"84152","60":"84157","61":"84158","62":"84165","63":"84170","64":"84171","65":"84180","66":"84184","67":"84190","68":"84199","105":"84144"},"st":"UT"}},"49037":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-111.41278398787,37.001477687156],[-111.247488,37.021604],[-111.178349,37.102613],[-110.958333,37.124438],[-110.899517,37.176153],[-110.869804,37.348691],[-110.777799,37.322992],[-110.646394,37.541063],[-110.56308,37.637812],[-110.501594,37.65],[-110.404612,37.879923],[-110.214949,37.892555],[-110.13669,38.005386],[-110.077417,37.998867],[-110.009494,38.109656],[-109.927995,38.151884],[-109.887266,38.190214],[-109.931973,38.284253],[-110.031973,38.384957],[-110.025402,38.499981],[-109.059962,38.499987],[-109.04179661486,38.153032304968],[-109.04260410062,37.881084817493],[-109.0437807205,37.484819231418],[-109.045223,36.999084],[-110.00068181859,36.997968000298],[-110.75069,37.003197],[-111.41278398787,37.001477687156]]]},"properties":{"id":"49037","n":"San Juan","z":{"1":"84510","2":"84511","3":"84512","4":"84530","5":"84531","6":"84532","7":"84533","8":"84534","9":"84535","10":"84536","76":"81324","77":"86044","78":"86514"},"st":"UT"}},"49039":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-112.016003,39.314561],[-111.922389,39.381591],[-111.747044,39.38275],[-111.713224,39.460294],[-111.717482,39.69456],[-111.584754,39.740141],[-111.641944,39.812869],[-111.247496,39.813028],[-111.247391,39.70435],[-111.247748,39.467199],[-111.30092,39.4226],[-111.29936,39.032264],[-111.853297,39.032984],[-112.014083,39.045518],[-112.016003,39.314561]]]},"properties":{"id":"49039","n":"Sanpete","z":["84621","84622","84623","84627","84629","84630","84632","84634","84642","84643","84646","84647","84662","84665","84667"],"st":"UT"}},"49041":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-112.515394,38.572845],[-112.447517,38.68127],[-112.309953,38.67629],[-112.218356,38.727361],[-112.224461,38.864803],[-112.133862,38.959302],[-112.065162,38.959302],[-112.014083,39.045518],[-111.853297,39.032984],[-111.29936,39.032264],[-111.305665,38.510169],[-111.766393,38.502243],[-112.518495,38.510413],[-112.515394,38.572845]]]},"properties":{"id":"49041","n":"Sevier","z":["84620","84652","84654","84657","84701","84711","84724","84730","84739","84744","84754","84766"],"st":"UT"}},"49043":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-111.641052,40.798925],[-111.527985,40.785362],[-111.479555,40.858288],[-111.524895,40.953842],[-111.592981,40.993015],[-111.50751,41.063234],[-111.264974,41.144044],[-111.04663698313,41.251626956251],[-111.046723,40.997959],[-110.04848299569,40.997297292851],[-110.00071673644,40.997425459708],[-110.000711,40.813678],[-110.292692,40.833343],[-110.378962,40.78718],[-110.656482,40.740275],[-110.750733,40.747706],[-110.901974,40.678162],[-110.976086,40.592954],[-111.12087,40.590457],[-111.15182,40.548451],[-111.368623,40.628944],[-111.39424,40.690606],[-111.489794,40.599332],[-111.553266,40.609313],[-111.604411,40.666523],[-111.641052,40.798925]]]},"properties":{"id":"49043","n":"Summit","z":{"1":"84017","2":"84024","3":"84033","4":"84036","5":"84055","6":"84060","7":"84061","8":"84068","9":"84098","10":"82930"},"st":"UT"}},"49045":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-114.04637281737,40.116935833012],[-114.04214514624,40.999896577263],[-112.799359,40.999939],[-112.493515,41.076888],[-112.260216,40.769093],[-112.201816,40.706404],[-112.172862,40.467065],[-112.212254,40.459114],[-112.146856,40.177817],[-112.1798,40.011656],[-112.341988,39.904458],[-114.04726815308,39.906098113756],[-114.04637281737,40.116935833012]]]},"properties":{"id":"49045","n":"Tooele","z":["84022","84029","84034","84069","84071","84074","84080","84083","84089","84407","84628"],"st":"UT"}},"49047":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-109.976814,39.80623],[-109.976402,40.809686],[-109.870207,40.763829],[-109.525495,40.82637],[-109.484332,40.740432],[-109.394465,40.791032],[-109.394491,40.858166],[-109.20325,40.858401],[-109.161063,40.683817],[-109.04825975005,40.662601817228],[-109.05073211208,40.222655258258],[-109.05087192526,39.660471777159],[-109.05106684627,39.497738809366],[-109.106972,39.461979],[-109.953349,39.461801],[-110.024118,39.469269],[-110.037952,39.566667],[-109.962143,39.725885],[-109.88308,39.806236],[-109.976814,39.80623]]]},"properties":{"id":"49047","n":"Uintah","z":["84008","84026","84035","84039","84052","84053","84063","84066","84076","84078","84079","84085","84540"],"st":"UT"}},"49049":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-112.172862,40.467065],[-111.982136,40.414217],[-111.593942,40.577066],[-111.575028,40.486526],[-111.617505,40.438018],[-111.555235,40.362696],[-111.480337,40.362169],[-111.426482,40.286906],[-111.31483,40.287566],[-111.225507,40.167324],[-111.249339,40.055217],[-111.083061,39.943198],[-111.082455,39.900155],[-110.891655,39.899654],[-110.85778,39.813285],[-111.247496,39.813028],[-111.641944,39.812869],[-111.766325,39.810817],[-111.73793,39.8641],[-111.82529,39.947696],[-111.969467,39.807108],[-112.089843,39.781928],[-112.053511,39.893397],[-112.1798,40.011656],[-112.146856,40.177817],[-112.212254,40.459114],[-112.172862,40.467065]]]},"properties":{"id":"49049","n":"Utah","z":["84003","84004","84005","84013","84020","84042","84043","84045","84057","84058","84059","84062","84097","84526","84601","84602","84603","84604","84605","84606","84626","84629","84633","84651","84653","84655","84660","84663","84664"],"st":"UT"}},"49051":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-111.593942,40.577066],[-111.553266,40.609313],[-111.489794,40.599332],[-111.39424,40.690606],[-111.368623,40.628944],[-111.15182,40.548451],[-111.12087,40.590457],[-110.976086,40.592954],[-110.901974,40.678162],[-110.891655,39.899654],[-111.082455,39.900155],[-111.083061,39.943198],[-111.249339,40.055217],[-111.225507,40.167324],[-111.31483,40.287566],[-111.426482,40.286906],[-111.480337,40.362169],[-111.555235,40.362696],[-111.617505,40.438018],[-111.575028,40.486526],[-111.593942,40.577066]]]},"properties":{"id":"49051","n":"Wasatch","z":["84032","84036","84049","84060","84082","84604"],"st":"UT"}},"49053":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-114.052472,37.604776],[-113.587797,37.604611],[-113.474485,37.618289],[-113.474029,37.529085],[-113.25334,37.528983],[-113.25349,37.482167],[-113.037048,37.474474],[-112.900993,37.500021],[-112.89919089762,37.000301228628],[-114.0506,37.000396],[-114.052472,37.604776]]]},"properties":{"id":"49053","n":"Washington","z":["84722","84725","84733","84737","84738","84745","84746","84756","84757","84763","84765","84767","84770","84771","84774","84779","84780","84781","84782","84783","84784","84790","84791"],"st":"UT"}},"49055":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-111.766393,38.502243],[-111.305665,38.510169],[-111.279345,38.499978],[-110.025402,38.499981],[-110.031973,38.384957],[-109.931973,38.284253],[-109.887266,38.190214],[-109.927995,38.151884],[-111.843215,38.15128],[-111.848761,38.424933],[-111.766393,38.502243]]]},"properties":{"id":"49055","n":"Wayne","z":["84715","84734","84747","84749","84773","84775"],"st":"UT"}},"49057":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-112.493515,41.076888],[-112.238065,41.336552],[-112.028672,41.336512],[-111.958286,41.433873],[-111.885443,41.426374],[-111.76059,41.368818],[-111.666576,41.42883],[-111.510839,41.4231],[-111.420728,41.361308],[-111.497182,41.226905],[-111.596716,41.238553],[-111.678016,41.181208],[-111.799811,41.217178],[-111.856247,41.139083],[-112.186693,41.153028],[-112.493515,41.076888]]]},"properties":{"id":"49057","n":"Weber","z":["84067","84130","84201","84244","84310","84315","84317","84401","84402","84403","84404","84405","84408","84409","84412","84414","84415"],"st":"UT"}},"50001":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.317455974665,44.263522189877],[-72.973318,44.29342],[-72.952167,44.161271],[-72.909019,44.072587],[-72.742303,44.029655],[-72.791336,43.961855],[-72.980158,43.882587],[-72.958853,43.826542],[-73.218956,43.837291],[-73.206322,43.766775],[-73.361107151684,43.753233457284],[-73.38252614954,43.80815898855],[-73.374051,43.875563],[-73.43688,44.042578],[-73.395399,44.166903],[-73.317455974665,44.263522189877]]]},"properties":{"id":"50001","n":"Addison","z":["05443","05456","05461","05469","05472","05473","05487","05491","05633","05669","05733","05734","05740","05747","05748","05753","05760","05766","05769","05770","05778"],"st":"VT"}},"50003":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.273832807021,42.943631747526],[-73.255355838058,43.3147123986],[-72.976152,43.291641],[-72.867902,43.300742],[-72.819368,43.255498],[-72.868737,43.11317],[-72.996941,43.119097],[-73.008063,42.930087],[-72.921376,42.926792],[-72.930262612518,42.739068340458],[-73.02301789329,42.740972712727],[-73.264957,42.74594],[-73.290944,42.80192],[-73.273832807021,42.943631747526]]]},"properties":{"id":"50003","n":"Bennington","z":["05148","05152","05155","05201","05250","05251","05252","05253","05254","05255","05257","05260","05261","05262","05340","05350","05352","05363","05768","05776"],"st":"VT"}},"50005":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.374786,44.584125],[-72.262965,44.542336],[-72.114503,44.749624],[-72.012504,44.698821],[-71.939936,44.769032],[-71.837294,44.716637],[-71.910282,44.647038],[-71.842732,44.611165],[-71.908657,44.54708],[-71.856637,44.496178],[-71.933288,44.441174],[-71.837790626389,44.347764542477],[-72.046302,44.291983],[-72.053826883615,44.159817093803],[-72.17026,44.192053],[-72.368353,44.204057],[-72.223689,44.424573],[-72.434315,44.506098],[-72.374786,44.584125]]]},"properties":{"id":"50005","n":"Caledonia","z":["05042","05046","05050","05069","05819","05821","05824","05828","05832","05836","05837","05838","05842","05843","05848","05850","05851","05861","05862","05863","05866","05867","05871","05873"],"st":"VT"}},"50007":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.362682812744,44.562455221687],[-73.26559,44.592611],[-73.228854,44.722866],[-73.038028,44.651157],[-72.924112,44.633051],[-72.809349,44.547921],[-72.804995,44.451676],[-72.911398,44.281769],[-72.952167,44.161271],[-72.973318,44.29342],[-73.317455974665,44.263522189877],[-73.334637,44.356877],[-73.293613,44.440559],[-73.347983232427,44.546162853597],[-73.362682812744,44.562455221687]]]},"properties":{"id":"50007","n":"Chittenden","z":["05401","05402","05403","05404","05405","05406","05407","05408","05439","05445","05446","05449","05451","05452","05453","05461","05462","05465","05466","05468","05477","05482","05487","05489","05490","05494","05495","05676"],"st":"VT"}},"50009":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-71.897711511859,45.008072273837],[-71.501088,45.013377],[-71.494403,44.911837],[-71.626909,44.747224],[-71.551722,44.627598],[-71.579974,44.501778],[-71.763192521313,44.403568262776],[-71.837790626389,44.347764542477],[-71.933288,44.441174],[-71.856637,44.496178],[-71.908657,44.54708],[-71.842732,44.611165],[-71.910282,44.647038],[-71.837294,44.716637],[-71.939936,44.769032],[-71.974318,44.786519],[-71.874433,44.876382],[-71.92851,44.907298],[-71.897711511859,45.008072273837]]]},"properties":{"id":"50009","n":"Essex","z":["05824","05837","05840","05846","05858","05901","05902","05903","05904","05905","05906","05907","09505"],"st":"VT"}},"50011":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.192310449067,45.012861162952],[-72.554271616224,45.009467720654],[-72.532638,44.833346],[-72.578161,44.781578],[-72.74736,44.78617],[-72.795505,44.6922],[-72.851068,44.71107],[-72.924112,44.633051],[-73.038028,44.651157],[-73.228854,44.722866],[-73.256321,44.759444],[-73.192787,44.9087],[-73.240323,44.951591],[-73.192310449067,45.012861162952]]]},"properties":{"id":"50011","n":"Franklin","z":["05441","05444","05447","05448","05450","05454","05455","05457","05459","05460","05464","05468","05470","05471","05476","05478","05479","05481","05483","05485","05488"],"st":"VT"}},"50013":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.343124,45.01084],[-73.192310449067,45.012861162952],[-73.240323,44.951591],[-73.192787,44.9087],[-73.256321,44.759444],[-73.228854,44.722866],[-73.26559,44.592611],[-73.362682812744,44.562455221687],[-73.389966,44.61962],[-73.33443,44.802188],[-73.379822,44.857037],[-73.343124,45.01084]]]},"properties":{"id":"50013","n":"Grand Isle","z":["05440","05458","05463","05474","05486"],"st":"VT"}},"50015":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.924112,44.633051],[-72.851068,44.71107],[-72.795505,44.6922],[-72.74736,44.78617],[-72.578161,44.781578],[-72.417315,44.722893],[-72.482302,44.633928],[-72.374786,44.584125],[-72.434315,44.506098],[-72.492914,44.42303],[-72.596807,44.479292],[-72.654398,44.398224],[-72.804995,44.451676],[-72.809349,44.547921],[-72.924112,44.633051]]]},"properties":{"id":"50015","n":"Lamoille","z":["05442","05444","05464","05492","05652","05653","05655","05656","05657","05661","05662","05665","05672","05680"],"st":"VT"}},"50017":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.791336,43.961855],[-72.742303,44.029655],[-72.683772,44.012938],[-72.589333,44.160282],[-72.443032,44.128669],[-72.419747,44.220979],[-72.368353,44.204057],[-72.17026,44.192053],[-72.053826883615,44.159817093803],[-72.036883,44.103119],[-72.116706,43.991954],[-72.105875,43.94937],[-72.21150212235,43.773019410442],[-72.783208,43.928967],[-72.791336,43.961855]]]},"properties":{"id":"50017","n":"Orange","z":["05033","05036","05038","05039","05040","05041","05043","05045","05051","05054","05058","05060","05061","05068","05069","05070","05072","05074","05075","05076","05077","05079","05081","05083","05085","05086","05641","05649","05654","05663","05669","05675","05679"],"st":"VT"}},"50019":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.554271616224,45.009467720654],[-71.897711511859,45.008072273837],[-71.92851,44.907298],[-71.874433,44.876382],[-71.974318,44.786519],[-71.939936,44.769032],[-72.012504,44.698821],[-72.114503,44.749624],[-72.262965,44.542336],[-72.374786,44.584125],[-72.482302,44.633928],[-72.417315,44.722893],[-72.578161,44.781578],[-72.532638,44.833346],[-72.554271616224,45.009467720654]]]},"properties":{"id":"50019","n":"Orleans","z":["05471","05820","05822","05823","05825","05826","05827","05829","05830","05833","05839","05841","05842","05845","05847","05849","05853","05855","05857","05859","05860","05868","05872","05874","05875"],"st":"VT"}},"50021":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.361107151684,43.753233457284],[-73.206322,43.766775],[-73.218956,43.837291],[-72.958853,43.826542],[-72.882038,43.855333],[-72.782812,43.804338],[-72.820043,43.716834],[-72.700945,43.682831],[-72.79107,43.495],[-72.723995,43.461694],[-72.759799,43.354144],[-72.853439,43.371076],[-72.867902,43.300742],[-72.976152,43.291641],[-73.255355838058,43.3147123986],[-73.242042,43.534925],[-73.327702,43.625913],[-73.395767,43.568087],[-73.414546,43.658209],[-73.361107151684,43.753233457284]]]},"properties":{"id":"50021","n":"Rutland","z":["05253","05701","05702","05730","05731","05732","05733","05735","05736","05737","05738","05739","05741","05742","05743","05744","05745","05750","05751","05757","05758","05759","05760","05761","05762","05763","05764","05765","05767","05773","05774","05775","05777","05778"],"st":"VT"}},"50023":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.952167,44.161271],[-72.911398,44.281769],[-72.804995,44.451676],[-72.654398,44.398224],[-72.596807,44.479292],[-72.492914,44.42303],[-72.434315,44.506098],[-72.223689,44.424573],[-72.368353,44.204057],[-72.419747,44.220979],[-72.443032,44.128669],[-72.589333,44.160282],[-72.683772,44.012938],[-72.742303,44.029655],[-72.909019,44.072587],[-72.952167,44.161271]]]},"properties":{"id":"50023","n":"Washington","z":["05060","05601","05602","05603","05604","05609","05620","05640","05641","05647","05648","05649","05650","05651","05654","05658","05660","05663","05664","05666","05667","05669","05670","05671","05673","05674","05676","05677","05678","05681","05682","05843"],"st":"VT"}},"50025":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.819368,43.255498],[-72.685637,43.222495],[-72.433611197959,43.232903812262],[-72.450395939216,43.161213516906],[-72.444977,43.004416],[-72.532186,42.954945],[-72.5396,42.804832],[-72.458519,42.726853],[-72.930262612518,42.739068340458],[-72.921376,42.926792],[-73.008063,42.930087],[-72.996941,43.119097],[-72.868737,43.11317],[-72.819368,43.255498]]]},"properties":{"id":"50025","n":"Windham","z":["05101","05141","05143","05146","05148","05154","05155","05158","05301","05302","05303","05304","05341","05342","05343","05344","05345","05346","05351","05353","05354","05355","05356","05357","05358","05359","05360","05361","05362","05363"],"st":"VT"}},"50027":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.791336,43.961855],[-72.783208,43.928967],[-72.21150212235,43.773019410442],[-72.284805,43.72036],[-72.333596501356,43.605591341589],[-72.380894,43.493394],[-72.433611197959,43.232903812262],[-72.685637,43.222495],[-72.819368,43.255498],[-72.867902,43.300742],[-72.853439,43.371076],[-72.759799,43.354144],[-72.723995,43.461694],[-72.79107,43.495],[-72.700945,43.682831],[-72.820043,43.716834],[-72.782812,43.804338],[-72.882038,43.855333],[-72.958853,43.826542],[-72.980158,43.882587],[-72.791336,43.961855]]]},"properties":{"id":"50027","n":"Windsor","z":["05001","05009","05030","05031","05032","05034","05035","05037","05047","05048","05049","05052","05053","05055","05056","05059","05060","05062","05065","05067","05068","05071","05073","05084","05088","05089","05091","05142","05143","05148","05149","05150","05151","05153","05156","05161","05746","05767","05772"],"st":"VT"}},"51001":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-75.669711,37.950796],[-75.624341,37.994211],[-75.242266,38.027209],[-75.380638,37.851702],[-75.439001,37.869335],[-75.551898,37.748122],[-75.665417910875,37.467293515492],[-75.812793,37.473895],[-75.788012,37.528816],[-75.945574318931,37.549040658152],[-75.818125,37.791698],[-75.702914,37.849659],[-75.757694,37.903912],[-75.669711,37.950796]]]},"properties":{"id":"51001","n":"Accomack","z":["23301","23302","23303","23306","23308","23336","23337","23341","23345","23356","23357","23358","23359","23389","23395","23396","23399","23401","23404","23407","23409","23410","23412","23414","23415","23416","23417","23418","23420","23421","23422","23423","23426","23427","23440","23441","23442","23480","23483","23488"],"st":"VA"}},"51003":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.749396,38.206648],[-78.663145,38.277933],[-78.368743,38.184074],[-78.209384,38.131128],[-78.306763,38.006474],[-78.491332,37.796971],[-78.497714,37.7631],[-78.643918,37.733084],[-78.838874,38.04737],[-78.780879,38.081029],[-78.749396,38.206648]],[[-78.519333,38.010678],[-78.46368,38.020451],[-78.495034,38.065337],[-78.519333,38.010678]]]},"properties":{"id":"51003","n":"Albemarle","z":["22901","22902","22903","22904","22911","22920","22923","22931","22932","22935","22936","22937","22938","22940","22942","22943","22946","22947","22959","22968","22969","22974","22987","24562","24590"],"st":"VA"}},"51005":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.290033810255,37.686136458971],[-80.199633,37.827507],[-80.05581159459,37.951878220098],[-79.935364,37.954365],[-79.887329,37.892971],[-79.647589,37.874538],[-79.606341,37.862111],[-79.674162,37.763093],[-79.816721,37.800973],[-79.91756,37.701848],[-80.020554,37.647442],[-80.145565,37.596428],[-80.224303244377,37.623991371171],[-80.290033810255,37.686136458971]],[[-80.00136,37.789826],[-79.978214,37.764975],[-79.967071,37.803405],[-80.00136,37.789826]]]},"properties":{"id":"51005","n":"Alleghany","z":["24085","24422","24426","24445","24448","24457","24474"],"st":"VA"}},"51007":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.235039,37.368102],[-78.132048,37.454686],[-77.999575,37.498052],[-77.899761,37.475422],[-77.855148,37.418363],[-77.877171,37.365171],[-77.75862,37.268717],[-77.65061,37.265112],[-77.795926,37.192592],[-78.231234,37.29622],[-78.235039,37.368102]]]},"properties":{"id":"51007","n":"Amelia","z":["23002","23083","23105","23833","23850","23966"],"st":"VA"}},"51009":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.172131,37.803097],[-79.071417,37.778303],[-79.067355,37.720255],[-78.986017,37.695546],[-78.869245,37.542092],[-79.021687,37.429243],[-79.085123,37.394875],[-79.185702,37.46582],[-79.34167,37.518015],[-79.436947,37.617057],[-79.345235,37.660625],[-79.231557,37.813175],[-79.172131,37.803097]]]},"properties":{"id":"51009","n":"Amherst","z":["22922","22967","24483","24505","24521","24526","24553","24572","24574","24595"],"st":"VA"}},"51011":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.869245,37.542092],[-78.825238,37.552542],[-78.594436,37.397974],[-78.594394,37.345542],[-78.681573,37.248759],[-78.824209,37.205361],[-78.921665,37.245912],[-79.021687,37.429243],[-78.869245,37.542092]]]},"properties":{"id":"51011","n":"Appomattox","z":["23939","23958","23960","23963","24504","24522","24538","24553","24593"],"st":"VA"}},"51013":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.172276,38.893245],[-77.119759,38.934343],[-77.039066356765,38.841271889519],[-77.110799,38.843446],[-77.149701,38.87567],[-77.172276,38.893245]]]},"properties":{"id":"51013","n":"Arlington","z":["22101","22201","22202","22203","22204","22205","22206","22207","22209","22210","22211","22212","22213","22214","22215","22216","22217","22219","22225","22226","22227","22230","22240","22241","22242","22243","22244","22245","22246"],"st":"VA"}},"51015":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.311296065514,38.418454601455],[-79.228423002708,38.479741557487],[-78.888258,38.303691],[-78.749396,38.206648],[-78.780879,38.081029],[-78.838874,38.04737],[-78.902282,37.951402],[-79.005129,37.88169],[-79.062454,37.9176],[-79.15739,37.891003],[-79.482668,38.086054],[-79.436678,38.1628],[-79.512158,38.180419],[-79.438103,38.216235],[-79.308495,38.382963],[-79.311296065514,38.418454601455]],[[-79.105671,38.139591],[-79.049819,38.121176],[-79.022841,38.195645],[-79.105671,38.139591]],[[-78.928697,38.091484],[-78.870563,38.04046],[-78.864449,38.095738],[-78.928697,38.091484]]]},"properties":{"id":"51015","n":"Augusta","z":["22812","22841","22843","22920","22939","22952","22958","22980","24401","24411","24421","24430","24431","24432","24437","24439","24440","24441","24459","24467","24469","24472","24476","24477","24479","24482","24485","24486"],"st":"VA"}},"51017":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.961982272635,38.063607099493],[-79.916174,38.184386],[-79.797013536807,38.267268121139],[-79.706196,38.221192],[-79.512158,38.180419],[-79.436678,38.1628],[-79.482668,38.086054],[-79.647589,37.874538],[-79.887329,37.892971],[-79.935364,37.954365],[-80.05581159459,37.951878220098],[-79.961982272635,38.063607099493]]]},"properties":{"id":"51017","n":"Bath","z":["24412","24432","24445","24460","24484","24487"],"st":"VA"}},"51019":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.847476,37.309352],[-79.814203,37.403654],[-79.658798,37.48501],[-79.588526,37.449596],[-79.498699,37.532797],[-79.436947,37.617057],[-79.34167,37.518015],[-79.185702,37.46582],[-79.266986,37.447868],[-79.257955,37.355816],[-79.442859,37.055867],[-79.479921,37.006035],[-79.594069,37.042206],[-79.718275,37.18972],[-79.847217,37.225406],[-79.847476,37.309352]]]},"properties":{"id":"51019","n":"Bedford","z":["24064","24095","24101","24104","24121","24122","24139","24174","24179","24502","24503","24523","24526","24536","24550","24551","24556","24570","24571"],"st":"VA"}},"51021":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.225104,37.234874],[-80.980845256893,37.30085281619],[-81.014489,37.275385],[-80.854627,37.147482],[-80.912674,37.073349],[-81.114319,37.022612],[-81.224624,37.047835],[-81.379402,36.952442],[-81.43673,37.010135],[-81.462279,37.035402],[-81.270078,37.093012],[-81.32814,37.138949],[-81.225104,37.234874]]]},"properties":{"id":"51021","n":"Bland","z":["24084","24124","24314","24315","24318","24366"],"st":"VA"}},"51023":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.074119,37.422469],[-79.969071,37.544408],[-80.020554,37.647442],[-79.91756,37.701848],[-79.816721,37.800973],[-79.674162,37.763093],[-79.683554,37.661763],[-79.498699,37.532797],[-79.588526,37.449596],[-79.658798,37.48501],[-79.814203,37.403654],[-79.847476,37.309352],[-80.074119,37.422469]]]},"properties":{"id":"51023","n":"Botetourt","z":["24012","24019","24064","24066","24077","24083","24085","24090","24130","24153","24175","24178","24422","24438"],"st":"VA"}},"51025":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.027411,36.777858],[-78.003639,37.022756],[-77.889813,36.988818],[-77.839834,36.995912],[-77.658036,36.894514],[-77.655841,36.713539],[-77.767103969927,36.545442409336],[-77.899774136047,36.544850733042],[-78.04620830436,36.544197672687],[-78.027411,36.777858]]]},"properties":{"id":"51025","n":"Brunswick","z":["23821","23824","23843","23845","23847","23856","23857","23868","23873","23876","23887","23889","23893","23919","23920","23938","23950"],"st":"VA"}},"51027":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.968297,37.537798],[-81.932279,37.511961],[-81.984891,37.454315],[-81.849949,37.285227],[-81.739055030485,37.239497103873],[-81.900892,37.142553],[-82.007716,37.119871],[-82.045338,37.046669],[-82.149375,37.041641],[-82.157889,37.110572],[-82.293007,37.305996],[-82.31437045293,37.296306251855],[-81.968297,37.537798]]]},"properties":{"id":"51027","n":"Buchanan","z":["24217","24239","24256","24260","24603","24607","24614","24620","24622","24624","24627","24628","24631","24634","24639","24646","24649","24656","24657","24658"],"st":"VA"}},"51029":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.643918,37.733084],[-78.497714,37.7631],[-78.491332,37.796971],[-78.464149,37.7602],[-78.239748,37.690495],[-78.249021,37.635546],[-78.465089,37.339677],[-78.594436,37.397974],[-78.825238,37.552542],[-78.82254,37.630642],[-78.739437,37.631542],[-78.643918,37.733084]]]},"properties":{"id":"51029","n":"Buckingham","z":["23004","23040","23123","23901","23921","23936","24522","24553","24562","24590","24599"],"st":"VA"}},"51031":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.442859,37.055867],[-79.257955,37.355816],[-79.214982,37.333],[-79.085123,37.394875],[-79.021687,37.429243],[-78.921665,37.245912],[-78.824209,37.205361],[-78.904587,37.022288],[-79.092264,37.061498],[-79.194525,37.055816],[-79.217104,37.118874],[-79.341422,37.137166],[-79.442859,37.055867]]]},"properties":{"id":"51031","n":"Campbell","z":["23963","24501","24502","24504","24517","24528","24538","24550","24551","24554","24569","24571","24576","24588"],"st":"VA"}},"51033":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.370297,38.246576],[-77.326692,38.245136],[-77.229757,38.245208],[-77.115997,38.149931],[-77.1701,38.079543],[-77.070115,37.96477],[-77.167284,37.963904],[-77.181418,37.891654],[-77.241044,37.909908],[-77.345215,37.789175],[-77.397317,37.777289],[-77.48417,37.883369],[-77.642518,37.990688],[-77.370297,38.246576]]]},"properties":{"id":"51033","n":"Caroline","z":["22408","22427","22428","22446","22471","22501","22514","22535","22538","22546","22552","22580","23015","23047","23069"],"st":"VA"}},"51035":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.042428,36.806448],[-80.740483,36.879001],[-80.633987,36.93178],[-80.46418,36.708718],[-80.525522,36.644114],[-80.602965,36.652661],[-80.612188788125,36.55821627638],[-80.840213077246,36.561928451637],[-80.914173,36.650246],[-80.877274,36.692215],[-80.932271,36.671593],[-81.042428,36.806448]]]},"properties":{"id":"51035","n":"Carroll","z":["24053","24105","24120","24312","24317","24325","24328","24330","24333","24343","24347","24350","24351","24352","24380","24381"],"st":"VA"}},"51036":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.249665,37.382],[-77.177324,37.4906],[-76.904471,37.377665],[-76.883156,37.223057],[-76.972439,37.248501],[-76.996003,37.300979],[-77.069269,37.269742],[-77.270675,37.320756],[-77.249665,37.382]]]},"properties":{"id":"51036","n":"Charles City","z":["23030","23140","23147","23185","23231"],"st":"VA"}},"51037":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.904587,37.022288],[-78.824209,37.205361],[-78.681573,37.248759],[-78.692432,37.203673],[-78.547128,37.150431],[-78.443644,37.079371],[-78.493028,36.89122],[-78.648541,36.697909],[-78.671463,36.857951],[-78.904587,37.022288]]]},"properties":{"id":"51037","n":"Charlotte","z":["23923","23924","23934","23937","23941","23947","23958","23959","23962","23963","23964","23967","23976","24528"],"st":"VA"}},"51041":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.855148,37.418363],[-77.809003,37.426234],[-77.655399,37.563986],[-77.595462,37.55575],[-77.420875,37.447101],[-77.277085,37.352231],[-77.249665,37.382],[-77.270675,37.320756],[-77.284019,37.313012],[-77.334549,37.312468],[-77.376785,37.244849],[-77.403671,37.237346],[-77.362322,37.282162],[-77.431705,37.276342],[-77.416501,37.233208],[-77.447408,37.223066],[-77.65061,37.265112],[-77.75862,37.268717],[-77.877171,37.365171],[-77.855148,37.418363]]]},"properties":{"id":"51041","n":"Chesterfield","z":["23112","23113","23114","23120","23224","23225","23234","23235","23236","23237","23803","23806","23831","23832","23834","23836","23838"],"st":"VA"}},"51043":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.033185235367,39.264624842005],[-77.828301833267,39.132422454833],[-77.962203,39.013733],[-78.004313,38.979438],[-78.151614,39.036629],[-78.033185235367,39.264624842005]]]},"properties":{"id":"51043","n":"Clarke","z":["20130","20135","22611","22620","22630","22646","22663"],"st":"VA"}},"51045":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.224303244377,37.623991371171],[-80.145565,37.596428],[-80.020554,37.647442],[-79.969071,37.544408],[-80.074119,37.422469],[-80.262184,37.341526],[-80.32484,37.368833],[-80.430943,37.316378],[-80.469568890504,37.429025465993],[-80.291644,37.536505],[-80.224303244377,37.623991371171]]]},"properties":{"id":"51045","n":"Craig","z":["24070","24127","24128","24131"],"st":"VA"}},"51047":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.935355,38.69584],[-77.877169,38.584891],[-77.735516,38.413116],[-77.63494,38.410218],[-77.618727,38.367835],[-77.702843,38.36084],[-77.908979,38.381503],[-78.094498,38.311242],[-78.09441,38.39923],[-78.231803,38.532539],[-78.175425,38.521039],[-77.935355,38.69584]]]},"properties":{"id":"51047","n":"Culpeper","z":["20106","20186","22701","22713","22714","22718","22724","22726","22729","22733","22734","22735","22736","22737","22740","22741","22746"],"st":"VA"}},"51049":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.465089,37.339677],[-78.249021,37.635546],[-78.239748,37.690495],[-78.159326,37.748528],[-78.072174,37.657385],[-78.132048,37.454686],[-78.235039,37.368102],[-78.35275,37.301606],[-78.465089,37.339677]]]},"properties":{"id":"51049","n":"Cumberland","z":["23027","23038","23040","23123","23139","23901","23936"],"st":"VA"}},"51051":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.553639544904,37.201450374463],[-82.31437045293,37.296306251855],[-82.293007,37.305996],[-82.157889,37.110572],[-82.149375,37.041641],[-82.32783,36.970982],[-82.467345,37.022136],[-82.546135,37.125118],[-82.553639544904,37.201450374463]]]},"properties":{"id":"51051","n":"Dickenson","z":["24217","24220","24226","24228","24230","24237","24256","24269","24272","24283","24607"],"st":"VA"}},"51053":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.795926,37.192592],[-77.65061,37.265112],[-77.447408,37.223066],[-77.399203,37.17085],[-77.398498,36.992985],[-77.619029,36.877844],[-77.658036,36.894514],[-77.839834,36.995912],[-77.889813,36.988818],[-77.900338,37.143882],[-77.795926,37.192592]]]},"properties":{"id":"51053","n":"Dinwiddie","z":["23803","23805","23822","23824","23830","23833","23840","23841","23850","23872","23882","23885","23894"],"st":"VA"}},"51057":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.115997,38.149931],[-77.061695,38.161631],[-77.031794,38.091333],[-76.936959,38.077074],[-76.909028,37.988475],[-76.668182,37.778386],[-76.751072,37.728605],[-76.804423,37.794892],[-76.943221,37.782955],[-77.040713,37.868937],[-77.070115,37.96477],[-77.1701,38.079543],[-77.115997,38.149931]]]},"properties":{"id":"51057","n":"Essex","z":["22436","22437","22438","22454","22476","22504","22509","22560","23115","23148"],"st":"VA"}},"51059":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.535991,38.847368],[-77.330037705954,39.055952113491],[-77.249803,38.985909],[-77.119759,38.934343],[-77.172276,38.893245],[-77.189754,38.878136],[-77.149701,38.87567],[-77.110799,38.843446],[-77.143206,38.805624],[-77.039239885082,38.785336325624],[-77.085784765156,38.705281281832],[-77.1302,38.635017],[-77.224145855301,38.635178274901],[-77.380526,38.722537],[-77.443084,38.803653],[-77.535991,38.847368]],[[-77.328788,38.864848],[-77.303067,38.832822],[-77.270228,38.865639],[-77.328788,38.864848]]]},"properties":{"id":"51059","n":"Fairfax","z":["20030","20101","20102","20104","20120","20121","20122","20124","20151","20153","20170","20171","20172","20190","20191","20192","20194","20195","20196","22003","22009","22015","22027","22030","22031","22032","22033","22035","22036","22037","22038","22039","22041","22042","22043","22044","22046","22060","22066","22067","22079","22082","22095","22096","22101","22102","22103","22106","22107","22108","22109","22116","22118","22119","22121","22122","22124","22150","22151","22152","22153","22156","22158","22159","22160","22161","22180","22181","22182","22183","22185","22199","22207","22302","22303","22304","22306","22307","22308","22309","22310","22311","22312","22315"],"st":"VA"}},"51061":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.004313,38.979438],[-77.962203,39.013733],[-77.655169,38.942656],[-77.71582,38.83883],[-77.531328,38.55655],[-77.633895,38.466589],[-77.63494,38.410218],[-77.735516,38.413116],[-77.877169,38.584891],[-77.935355,38.69584],[-78.130574,38.864865],[-78.004313,38.979438]]]},"properties":{"id":"51061","n":"Fauquier","z":["20106","20115","20116","20117","20119","20128","20130","20137","20138","20139","20144","20168","20181","20184","20185","20186","20187","20188","20198","22406","22630","22639","22642","22643","22712","22720","22728","22734","22739","22742"],"st":"VA"}},"51063":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.543933,36.984639],[-80.347858,37.021593],[-80.178125,37.1134],[-80.128674,37.122901],[-80.134619,36.964655],[-80.235455,36.87213],[-80.386909,36.797676],[-80.46418,36.708718],[-80.633987,36.93178],[-80.543933,36.984639]]]},"properties":{"id":"51063","n":"Floyd","z":["24072","24079","24091","24105","24120","24138","24141","24149","24162","24352","24380"],"st":"VA"}},"51065":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.491332,37.796971],[-78.306763,38.006474],[-78.062481,37.904685],[-78.159326,37.748528],[-78.239748,37.690495],[-78.464149,37.7602],[-78.491332,37.796971]]]},"properties":{"id":"51065","n":"Fluvanna","z":["22947","22963","22974","23022","23038","23055","23084","23093","24590"],"st":"VA"}},"51067":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.128674,37.122901],[-80.082765,37.160908],[-79.961627,37.137542],[-79.847217,37.225406],[-79.718275,37.18972],[-79.594069,37.042206],[-79.640652,36.856139],[-79.741417,36.806806],[-79.999437,36.830618],[-80.041493,36.794365],[-80.066652,36.841604],[-80.235455,36.87213],[-80.134619,36.964655],[-80.128674,37.122901]]]},"properties":{"id":"51067","n":"Franklin","z":["24055","24059","24065","24067","24079","24088","24091","24092","24101","24102","24112","24121","24137","24146","24151","24176","24184"],"st":"VA"}},"51069":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.508132,39.08863],[-78.413943,39.158415],[-78.401813,39.276754],[-78.34048,39.353492],[-78.347087,39.466012],[-78.229129534219,39.390663887204],[-78.033185235367,39.264624842005],[-78.151614,39.036629],[-78.31408,39.007994],[-78.336003,39.101771],[-78.454136,39.027797],[-78.532266186557,39.052764524044],[-78.508132,39.08863]],[[-78.192659,39.167927],[-78.183183,39.131027],[-78.136725,39.184371],[-78.192659,39.167927]]]},"properties":{"id":"51069","n":"Frederick","z":["22601","22602","22603","22604","22622","22624","22625","22630","22637","22645","22654","22655","22656","22663"],"st":"VA"}},"51071":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.980845256893,37.30085281619],[-80.835479,37.334824],[-80.85814811682,37.421006906722],[-80.85735857019,37.421128713999],[-80.770082,37.372363],[-80.544836,37.474695],[-80.469568890504,37.429025465993],[-80.430943,37.316378],[-80.606962,37.244871],[-80.854627,37.147482],[-81.014489,37.275385],[-80.980845256893,37.30085281619]]]},"properties":{"id":"51071","n":"Giles","z":["24086","24093","24124","24128","24134","24136","24147","24150","24167","24315"],"st":"VA"}},"51073":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.712305,37.431309],[-76.646794,37.481154],[-76.654076,37.603174],[-76.437561,37.51436],[-76.402945875353,37.392600001791],[-76.437525,37.37975],[-76.376936809718,37.249491762363],[-76.501939,37.241756],[-76.658651,37.380139],[-76.712305,37.431309]]]},"properties":{"id":"51073","n":"Gloucester","z":["23001","23003","23018","23050","23061","23062","23072","23107","23128","23131","23149","23154","23155","23178","23183","23184","23190"],"st":"VA"}},"51075":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.062481,37.904685],[-77.948222,37.847221],[-77.888908,37.760808],[-77.797306,37.729358],[-77.63067,37.705673],[-77.61643,37.577555],[-77.655399,37.563986],[-77.814902,37.60653],[-77.918866,37.691704],[-77.982236,37.624279],[-78.072174,37.657385],[-78.159326,37.748528],[-78.062481,37.904685]]]},"properties":{"id":"51075","n":"Goochland","z":["23038","23039","23063","23065","23084","23093","23102","23103","23117","23129","23146","23153","23160","23233","23238"],"st":"VA"}},"51077":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.6469,36.611918],[-81.605865,36.638079],[-81.543957,36.701517],[-81.261987,36.763033],[-81.08851,36.767422],[-81.042428,36.806448],[-80.932271,36.671593],[-80.914173,36.650246],[-80.840213077246,36.561928451637],[-80.901726,36.561751],[-81.353221224602,36.576238231156],[-81.677535,36.588117],[-81.6469,36.611918]]]},"properties":{"id":"51077","n":"Grayson","z":["24292","24326","24330","24333","24348","24350","24363","24378"],"st":"VA"}},"51079":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.48574,38.421579],[-78.452801,38.475527],[-78.429626,38.366704],[-78.348971,38.277413],[-78.288837,38.272656],[-78.368743,38.184074],[-78.663145,38.277933],[-78.553143,38.334824],[-78.48574,38.421579]]]},"properties":{"id":"51079","n":"Greene","z":["22923","22935","22940","22965","22968","22973"],"st":"VA"}},"51081":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.767103969927,36.545442409336],[-77.655841,36.713539],[-77.658036,36.894514],[-77.619029,36.877844],[-77.458678,36.862963],[-77.489999,36.721009],[-77.430127,36.707658],[-77.355111,36.554122],[-77.298770188812,36.546039010854],[-77.767103969927,36.545442409336]],[[-77.556524,36.674874],[-77.509246,36.682998],[-77.51445,36.720588],[-77.556524,36.674874]]]},"properties":{"id":"51081","n":"Greensville","z":["23847","23856","23867","23870","23879"],"st":"VA"}},"51083":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.218455495922,36.541444536176],[-79.092264,37.061498],[-78.904587,37.022288],[-78.671463,36.857951],[-78.648541,36.697909],[-78.711702,36.641078],[-78.734122801117,36.541608734841],[-78.79627395514,36.541759493582],[-79.138335898871,36.541638270056],[-79.218455495922,36.541444536176]]]},"properties":{"id":"51083","n":"Halifax","z":["23962","24520","24534","24535","24539","24557","24558","24565","24569","24577","24589","24592","24594","24597","24598"],"st":"VA"}},"51085":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.797306,37.729358],[-77.687469,38.007806],[-77.642518,37.990688],[-77.48417,37.883369],[-77.397317,37.777289],[-77.345215,37.789175],[-77.292404,37.714067],[-77.123675,37.626881],[-77.240988,37.538088],[-77.391227,37.598197],[-77.445858,37.684056],[-77.63067,37.705673],[-77.797306,37.729358]]]},"properties":{"id":"51085","n":"Hanover","z":["22546","23005","23015","23024","23047","23059","23069","23102","23111","23116","23146","23162","23192"],"st":"VA"}},"51087":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.63067,37.705673],[-77.445858,37.684056],[-77.391227,37.598197],[-77.240988,37.538088],[-77.177324,37.4906],[-77.249665,37.382],[-77.277085,37.352231],[-77.420875,37.447101],[-77.385513,37.535172],[-77.478254,37.598549],[-77.595462,37.55575],[-77.655399,37.563986],[-77.61643,37.577555],[-77.63067,37.705673]]]},"properties":{"id":"51087","n":"Henrico","z":["23030","23058","23059","23060","23075","23150","23222","23223","23226","23227","23228","23229","23230","23231","23233","23238","23250","23294"],"st":"VA"}},"51089":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.041493,36.794365],[-79.999437,36.830618],[-79.741417,36.806806],[-79.640652,36.856139],[-79.714850811052,36.541432484741],[-80.027338915141,36.542495385614],[-80.05345504335,36.542639428087],[-80.094389,36.779552],[-80.041493,36.794365]],[[-79.904077,36.684127],[-79.831433,36.646321],[-79.837359,36.704137],[-79.904077,36.684127]]]},"properties":{"id":"51089","n":"Henry","z":["24054","24055","24078","24089","24102","24112","24113","24114","24115","24148","24165","24168","24530"],"st":"VA"}},"51091":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.649075,38.591515],[-79.54257,38.553217],[-79.476638,38.457228],[-79.311296065514,38.418454601455],[-79.308495,38.382963],[-79.438103,38.216235],[-79.512158,38.180419],[-79.706196,38.221192],[-79.797013536807,38.267268121139],[-79.804093,38.313922],[-79.689675,38.431439],[-79.649075,38.591515]]]},"properties":{"id":"51091","n":"Highland","z":["24413","24433","24442","24458","24465","24468","24484","24487"],"st":"VA"}},"51093":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.924629,36.707729],[-76.817737,36.882057],[-76.849684,36.996211],[-76.698255,37.05914],[-76.641581,37.153827],[-76.645821,37.125155],[-76.445301,36.941891],[-76.53352,36.915563],[-76.897592,36.64405],[-76.909672,36.648175],[-76.924629,36.707729]]]},"properties":{"id":"51093","n":"Isle of Wight","z":["23304","23314","23315","23397","23424","23430","23431","23487","23851","23866","23898"],"st":"VA"}},"51095":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.741984,37.467076],[-76.712305,37.431309],[-76.658651,37.380139],[-76.755401,37.354385],[-76.727859,37.305927],[-76.741143,37.27338],[-76.680151,37.265997],[-76.591577,37.213833],[-76.641581,37.153827],[-76.660445,37.204146],[-76.760314,37.176799],[-76.883156,37.223057],[-76.904471,37.377665],[-76.891798,37.432632],[-76.741984,37.467076]]]},"properties":{"id":"51095","n":"James City","z":["23081","23089","23090","23127","23168","23185","23186","23188"],"st":"VA"}},"51097":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.181418,37.891654],[-77.167284,37.963904],[-77.070115,37.96477],[-77.040713,37.868937],[-76.943221,37.782955],[-76.804423,37.794892],[-76.751072,37.728605],[-76.654076,37.603174],[-76.646794,37.481154],[-76.712305,37.431309],[-76.741984,37.467076],[-76.792184,37.517594],[-76.777729,37.554446],[-76.915586,37.693325],[-77.033273,37.720809],[-77.181418,37.891654]]]},"properties":{"id":"51097","n":"King and Queen","z":["22437","22514","22560","23023","23085","23091","23108","23110","23126","23148","23149","23156","23161","23177"],"st":"VA"}},"51099":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.284346499792,38.351636816514],[-77.048137,38.360145],[-76.996791259205,38.27914783398],[-77.061695,38.161631],[-77.115997,38.149931],[-77.229757,38.245208],[-77.326692,38.245136],[-77.284346499792,38.351636816514]]]},"properties":{"id":"51099","n":"King George","z":["22448","22451","22481","22485","22526","22544","22547"],"st":"VA"}},"51101":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.345215,37.789175],[-77.241044,37.909908],[-77.181418,37.891654],[-77.033273,37.720809],[-76.915586,37.693325],[-76.777729,37.554446],[-76.792184,37.517594],[-76.858427,37.579541],[-76.981158,37.567113],[-77.123675,37.626881],[-77.292404,37.714067],[-77.345215,37.789175]]]},"properties":{"id":"51101","n":"King William","z":["23009","23069","23086","23106","23177","23181"],"st":"VA"}},"51103":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.668182,37.778386],[-76.507828,37.838814],[-76.419511,37.823437],[-76.325299149691,37.682573885437],[-76.288877836702,37.587359934104],[-76.528637,37.6309],[-76.587234,37.737073],[-76.668182,37.778386]]]},"properties":{"id":"51103","n":"Lancaster","z":["22473","22480","22482","22503","22507","22513","22517","22523","22528","22576","22578"],"st":"VA"}},"51105":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.460954647464,36.666131036273],[-83.136395,36.743088],[-83.07559,36.850589],[-82.883754212976,36.897130136654],[-82.771595,36.800031],[-82.823358,36.733603],[-82.947587,36.67587],[-82.984458495572,36.59528996905],[-83.47209357381,36.599475732059],[-83.675413,36.600814],[-83.460954647464,36.666131036273]]]},"properties":{"id":"51105","n":"Lee","z":["24218","24219","24221","24243","24244","24248","24263","24265","24277","24281","24282"],"st":"VA"}},"51107":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.828301833267,39.132422454833],[-77.719519,39.321314],[-77.677695762079,39.317940817088],[-77.588235,39.301955],[-77.460065626498,39.218842943859],[-77.521222,39.161057],[-77.462617,39.076248],[-77.330037705954,39.055952113491],[-77.535991,38.847368],[-77.655169,38.942656],[-77.962203,39.013733],[-77.828301833267,39.132422454833]]]},"properties":{"id":"51107","n":"Loudoun","z":["20103","20105","20117","20118","20120","20129","20131","20132","20134","20135","20141","20142","20147","20148","20149","20152","20158","20159","20160","20163","20164","20165","20166","20167","20175","20176","20177","20178","20180","20184","20197","20417","22066"],"st":"VA"}},"51109":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.209384,38.131128],[-78.101748,38.152567],[-77.953639,38.118501],[-77.838217,38.106239],[-77.687469,38.007806],[-77.797306,37.729358],[-77.888908,37.760808],[-77.948222,37.847221],[-78.062481,37.904685],[-78.306763,38.006474],[-78.209384,38.131128]]]},"properties":{"id":"51109","n":"Louisa","z":["22942","22947","22974","23015","23024","23065","23067","23084","23093","23102","23117","23170","23192"],"st":"VA"}},"51111":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.443644,37.079371],[-78.239354,37.120089],[-78.082023,37.011121],[-78.003639,37.022756],[-78.027411,36.777858],[-78.421187,36.851652],[-78.493028,36.89122],[-78.443644,37.079371]]]},"properties":{"id":"51111","n":"Lunenburg","z":["23824","23920","23924","23937","23938","23942","23944","23947","23952","23954","23970","23974"],"st":"VA"}},"51113":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.338176,38.627312],[-78.231803,38.532539],[-78.09441,38.39923],[-78.094498,38.311242],[-78.232284,38.230607],[-78.288837,38.272656],[-78.348971,38.277413],[-78.429626,38.366704],[-78.452801,38.475527],[-78.338176,38.627312]]]},"properties":{"id":"51113","n":"Madison","z":["22701","22709","22711","22715","22719","22722","22723","22725","22727","22730","22731","22732","22733","22735","22738","22740","22743","22748","22835","22948","22960","22973","22989"],"st":"VA"}},"51115":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.437561,37.51436],[-76.289492797178,37.536075288009],[-76.250454,37.421886],[-76.275552,37.309964],[-76.402945875353,37.392600001791],[-76.437561,37.51436]]]},"properties":{"id":"51115","n":"Mathews","z":["23021","23025","23035","23045","23050","23056","23064","23066","23068","23076","23109","23119","23125","23128","23130","23138","23163"],"st":"VA"}},"51117":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.648541,36.697909],[-78.493028,36.89122],[-78.421187,36.851652],[-78.027411,36.777858],[-78.04620830436,36.544197672687],[-78.323718509559,36.542421391559],[-78.457277896256,36.541448708399],[-78.734122801117,36.541608734841],[-78.711702,36.641078],[-78.648541,36.697909]]]},"properties":{"id":"51117","n":"Mecklenburg","z":["23915","23917","23919","23920","23924","23927","23950","23964","23968","23970","24529","24580","24598"],"st":"VA"}},"51119":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.668182,37.778386],[-76.587234,37.737073],[-76.528637,37.6309],[-76.288877836702,37.587359934104],[-76.289492797178,37.536075288009],[-76.437561,37.51436],[-76.654076,37.603174],[-76.751072,37.728605],[-76.668182,37.778386]]]},"properties":{"id":"51119","n":"Middlesex","z":["22504","23031","23032","23043","23070","23071","23079","23092","23149","23169","23175","23176","23180"],"st":"VA"}},"51121":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.606962,37.244871],[-80.430943,37.316378],[-80.32484,37.368833],[-80.262184,37.341526],[-80.189592,37.233449],[-80.178125,37.1134],[-80.347858,37.021593],[-80.543933,36.984639],[-80.580469,37.089662],[-80.529762,37.133842],[-80.606962,37.244871]]]},"properties":{"id":"51121","n":"Montgomery","z":["24060","24061","24062","24063","24068","24070","24073","24087","24138","24141","24143","24149","24162","24347"],"st":"VA"}},"51125":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.15739,37.891003],[-79.062454,37.9176],[-79.005129,37.88169],[-78.902282,37.951402],[-78.838874,38.04737],[-78.643918,37.733084],[-78.739437,37.631542],[-78.82254,37.630642],[-78.825238,37.552542],[-78.869245,37.542092],[-78.986017,37.695546],[-79.067355,37.720255],[-79.071417,37.778303],[-79.172131,37.803097],[-79.15739,37.891003]]]},"properties":{"id":"51125","n":"Nelson","z":["22920","22922","22924","22938","22949","22958","22964","22967","22969","22971","22976","24464","24521","24533","24553","24562","24581","24599"],"st":"VA"}},"51127":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.240988,37.538088],[-77.123675,37.626881],[-76.981158,37.567113],[-76.858427,37.579541],[-76.792184,37.517594],[-76.741984,37.467076],[-76.891798,37.432632],[-76.904471,37.377665],[-77.177324,37.4906],[-77.240988,37.538088]]]},"properties":{"id":"51127","n":"New Kent","z":["23011","23089","23124","23140","23141","23181"],"st":"VA"}},"51131":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-75.945574318931,37.549040658152],[-75.788012,37.528816],[-75.812793,37.473895],[-75.665417910875,37.467293515492],[-75.778817,37.297176],[-75.817387,37.193437],[-75.942399,37.089607],[-75.979608,37.100448],[-76.023475,37.289067],[-75.945574318931,37.549040658152]]]},"properties":{"id":"51131","n":"Northampton","z":["23307","23310","23313","23316","23347","23350","23354","23398","23405","23408","23413","23419","23429","23443","23482","23486"],"st":"VA"}},"51133":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.510693961318,38.039488927814],[-76.427487,37.977038],[-76.236725,37.889174],[-76.310307,37.794849],[-76.325299149691,37.682573885437],[-76.419511,37.823437],[-76.507828,37.838814],[-76.556042,37.931524],[-76.63423,37.96663],[-76.510693961318,38.039488927814]]]},"properties":{"id":"51133","n":"Northumberland","z":["22432","22435","22456","22473","22482","22511","22530","22539","22570","22579"],"st":"VA"}},"51135":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.231234,37.29622],[-77.795926,37.192592],[-77.900338,37.143882],[-77.889813,36.988818],[-78.003639,37.022756],[-78.082023,37.011121],[-78.239354,37.120089],[-78.231234,37.29622]]]},"properties":{"id":"51135","n":"Nottoway","z":["23002","23083","23824","23922","23930","23955"],"st":"VA"}},"51137":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.368743,38.184074],[-78.288837,38.272656],[-78.232284,38.230607],[-78.094498,38.311242],[-77.908979,38.381503],[-77.702843,38.36084],[-77.953639,38.118501],[-78.101748,38.152567],[-78.209384,38.131128],[-78.368743,38.184074]]]},"properties":{"id":"51137","n":"Orange","z":["22433","22508","22542","22567","22701","22733","22923","22942","22957","22960","22972"],"st":"VA"}},"51139":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.641769,38.604719],[-78.548828,38.738655],[-78.50926,38.725626],[-78.394704,38.82279],[-78.284805,38.759315],[-78.338176,38.627312],[-78.452801,38.475527],[-78.48574,38.421579],[-78.691312,38.510008],[-78.641769,38.604719]]]},"properties":{"id":"51139","n":"Page","z":["22650","22827","22835","22849","22851"],"st":"VA"}},"51141":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.46418,36.708718],[-80.386909,36.797676],[-80.235455,36.87213],[-80.066652,36.841604],[-80.041493,36.794365],[-80.094389,36.779552],[-80.05345504335,36.542639428087],[-80.440101541964,36.550595275163],[-80.612188788125,36.55821627638],[-80.602965,36.652661],[-80.525522,36.644114],[-80.46418,36.708718]]]},"properties":{"id":"51141","n":"Patrick","z":["24053","24055","24076","24082","24088","24091","24120","24133","24165","24171","24177","24185","24343","74153"],"st":"VA"}},"51143":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.640652,36.856139],[-79.594069,37.042206],[-79.479921,37.006035],[-79.442859,37.055867],[-79.341422,37.137166],[-79.217104,37.118874],[-79.194525,37.055816],[-79.092264,37.061498],[-79.218455495922,36.541444536176],[-79.343115919369,36.541143099969],[-79.302564,36.577431],[-79.398094,36.644037],[-79.500848,36.618262],[-79.470056673924,36.540836149787],[-79.513647662509,36.540748205071],[-79.714850811052,36.541432484741],[-79.640652,36.856139]]]},"properties":{"id":"51143","n":"Pittsylvania","z":["24054","24069","24137","24139","24161","24527","24530","24531","24540","24541","24549","24557","24563","24565","24566","24569","24586","24594","24597"],"st":"VA"}},"51145":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.072174,37.657385],[-77.982236,37.624279],[-77.918866,37.691704],[-77.814902,37.60653],[-77.655399,37.563986],[-77.809003,37.426234],[-77.855148,37.418363],[-77.899761,37.475422],[-77.999575,37.498052],[-78.132048,37.454686],[-78.072174,37.657385]]]},"properties":{"id":"51145","n":"Powhatan","z":["23014","23113","23120","23139","23160"],"st":"VA"}},"51147":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.681573,37.248759],[-78.594394,37.345542],[-78.594436,37.397974],[-78.465089,37.339677],[-78.35275,37.301606],[-78.235039,37.368102],[-78.231234,37.29622],[-78.239354,37.120089],[-78.443644,37.079371],[-78.547128,37.150431],[-78.692432,37.203673],[-78.681573,37.248759]]]},"properties":{"id":"51147","n":"Prince Edward","z":["23901","23909","23922","23923","23934","23942","23943","23947","23954","23958","23960","23966"],"st":"VA"}},"51149":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.399203,37.17085],[-77.376785,37.244849],[-77.334549,37.312468],[-77.31081,37.261451],[-77.284019,37.313012],[-77.270675,37.320756],[-77.069269,37.269742],[-76.996003,37.300979],[-76.972439,37.248501],[-77.155415,37.112034],[-77.398498,36.992985],[-77.399203,37.17085]]]},"properties":{"id":"51149","n":"Prince George","z":["23801","23805","23830","23842","23860","23875","23881"],"st":"VA"}},"51153":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.655169,38.942656],[-77.535991,38.847368],[-77.443084,38.803653],[-77.380526,38.722537],[-77.224145855301,38.635178274901],[-77.312604284119,38.501927800584],[-77.48483,38.59219],[-77.531328,38.55655],[-77.71582,38.83883],[-77.655169,38.942656]],[[-77.458695,38.772319],[-77.427332,38.753598],[-77.420581,38.762287],[-77.440333,38.783473],[-77.444875,38.770495],[-77.47576,38.781171],[-77.523569,38.717642],[-77.471177,38.727665],[-77.458695,38.772319]]]},"properties":{"id":"51153","n":"Prince William","z":["20109","20110","20111","20112","20136","20137","20143","20155","20156","20169","20181","20182","22025","22026","22125","22134","22135","22172","22191","22192","22193","22194","22195"],"st":"VA"}},"51155":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.854627,37.147482],[-80.606962,37.244871],[-80.529762,37.133842],[-80.596409,37.118889],[-80.580469,37.089662],[-80.543933,36.984639],[-80.633987,36.93178],[-80.740483,36.879001],[-80.912674,37.073349],[-80.854627,37.147482]]]},"properties":{"id":"51155","n":"Pulaski","z":["22803","24058","24084","24111","24126","24129","24132","24141","24301","24313","24324","24347"],"st":"VA"}},"51157":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.284805,38.759315],[-78.200764,38.776665],[-78.130574,38.864865],[-77.935355,38.69584],[-78.175425,38.521039],[-78.231803,38.532539],[-78.338176,38.627312],[-78.284805,38.759315]]]},"properties":{"id":"51157","n":"Rappahannock","z":["20106","22623","22627","22640","22713","22716","22740","22747","22749"],"st":"VA"}},"51159":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.936959,38.077074],[-76.877062,38.124358],[-76.764716,38.001979],[-76.63423,37.96663],[-76.556042,37.931524],[-76.507828,37.838814],[-76.668182,37.778386],[-76.909028,37.988475],[-76.936959,38.077074]]]},"properties":{"id":"51159","n":"Richmond","z":["22435","22460","22472","22548","22572"],"st":"VA"}},"51161":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.074119,37.422469],[-79.847476,37.309352],[-79.847217,37.225406],[-79.961627,37.137542],[-80.082765,37.160908],[-80.128674,37.122901],[-80.178125,37.1134],[-80.189592,37.233449],[-80.262184,37.341526],[-80.074119,37.422469]],[[-80.033464,37.26289],[-79.946817,37.213037],[-79.87855,37.29189],[-79.974023,37.335419],[-80.022226,37.308338],[-80.12049,37.287053],[-80.033464,37.26289]]]},"properties":{"id":"51161","n":"Roanoke","z":["24012","24014","24015","24018","24019","24020","24059","24065","24070","24087","24153","24175","24179"],"st":"VA"}},"51163":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.674162,37.763093],[-79.606341,37.862111],[-79.647589,37.874538],[-79.482668,38.086054],[-79.15739,37.891003],[-79.172131,37.803097],[-79.231557,37.813175],[-79.345235,37.660625],[-79.436947,37.617057],[-79.498699,37.532797],[-79.683554,37.661763],[-79.674162,37.763093]],[[-79.461582,37.786356],[-79.455667,37.765219],[-79.414948,37.788627],[-79.461582,37.786356]],[[-79.381509,37.742149],[-79.371705,37.695747],[-79.326012,37.743269],[-79.381509,37.742149]]]},"properties":{"id":"51163","n":"Rockbridge","z":["24066","24415","24416","24435","24439","24450","24459","24472","24473","24483","24555","24578","24579"],"st":"VA"}},"51165":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.057253,38.761413],[-78.999014,38.840074],[-78.869276,38.762991],[-78.641769,38.604719],[-78.691312,38.510008],[-78.48574,38.421579],[-78.553143,38.334824],[-78.663145,38.277933],[-78.749396,38.206648],[-78.888258,38.303691],[-79.228423002708,38.479741557487],[-79.092955,38.659517],[-79.057253,38.761413]],[[-78.915443,38.437455],[-78.827031,38.420552],[-78.871361,38.489518],[-78.915443,38.437455]]]},"properties":{"id":"51165","n":"Rockingham","z":["22801","22802","22811","22812","22815","22820","22821","22827","22830","22831","22832","22834","22840","22841","22844","22846","22849","22850","22853","24441","24471","24486"],"st":"VA"}},"51167":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.406633,36.876356],[-82.298596,36.905761],[-82.32783,36.970982],[-82.149375,37.041641],[-82.045338,37.046669],[-82.007716,37.119871],[-81.900892,37.142553],[-81.780545,36.958629],[-81.837096,36.929039],[-81.94595,36.864607],[-82.078703,36.854776],[-82.103853,36.798167],[-82.332078,36.708969],[-82.406633,36.876356]]]},"properties":{"id":"51167","n":"Russell","z":["24224","24225","24237","24260","24266","24280","24283","24609","24639","24640","24649"],"st":"VA"}},"51169":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.771595,36.800031],[-82.61774,36.880773],[-82.406633,36.876356],[-82.332078,36.708969],[-82.294136420129,36.595073032959],[-82.609181949399,36.595089686069],[-82.830433,36.593761],[-82.984458495572,36.59528996905],[-82.947587,36.67587],[-82.823358,36.733603],[-82.771595,36.800031]]]},"properties":{"id":"51169","n":"Scott","z":["24202","24221","24230","24244","24245","24250","24251","24258","24271","24290"],"st":"VA"}},"51171":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.532266186557,39.052764524044],[-78.454136,39.027797],[-78.336003,39.101771],[-78.31408,39.007994],[-78.300414,38.943592],[-78.394704,38.82279],[-78.50926,38.725626],[-78.548828,38.738655],[-78.641769,38.604719],[-78.869276,38.762991],[-78.772793,38.893742],[-78.681617,38.92584],[-78.532266186557,39.052764524044]]]},"properties":{"id":"51171","n":"Shenandoah","z":["22626","22641","22644","22652","22654","22657","22660","22664","22810","22815","22824","22842","22844","22845","22847","22853"],"st":"VA"}},"51173":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.780545,36.958629],[-81.682786,36.932934],[-81.474539,37.018476],[-81.43673,37.010135],[-81.379402,36.952442],[-81.261987,36.763033],[-81.543957,36.701517],[-81.605865,36.638079],[-81.699561,36.789316],[-81.837096,36.929039],[-81.780545,36.958629]]]},"properties":{"id":"51173","n":"Smyth","z":["24311","24318","24319","24354","24368","24370","24375","24378"],"st":"VA"}},"51175":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.430127,36.707658],[-76.953546,36.94445],[-76.849684,36.996211],[-76.817737,36.882057],[-76.924629,36.707729],[-76.962339,36.667515],[-76.909672,36.648175],[-76.897592,36.64405],[-76.916037632856,36.54608133029],[-77.164322603718,36.546152819848],[-77.298770188812,36.546039010854],[-77.355111,36.554122],[-77.430127,36.707658]]]},"properties":{"id":"51175","n":"Southampton","z":["23827","23828","23829","23837","23844","23847","23851","23866","23874","23878","23888","23898"],"st":"VA"}},"51177":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.953639,38.118501],[-77.702843,38.36084],[-77.618727,38.367835],[-77.530283,38.309175],[-77.492015,38.273719],[-77.447126,38.284614],[-77.370297,38.246576],[-77.642518,37.990688],[-77.687469,38.007806],[-77.838217,38.106239],[-77.953639,38.118501]]]},"properties":{"id":"51177","n":"Spotsylvania","z":["22407","22408","22508","22534","22551","22553","22565","22580","22960","23015","23024","23117"],"st":"VA"}},"51179":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.531328,38.55655],[-77.48483,38.59219],[-77.312604284119,38.501927800584],[-77.284346499792,38.351636816514],[-77.326692,38.245136],[-77.370297,38.246576],[-77.447126,38.284614],[-77.530283,38.309175],[-77.618727,38.367835],[-77.63494,38.410218],[-77.633895,38.466589],[-77.531328,38.55655]]]},"properties":{"id":"51179","n":"Stafford","z":["22134","22404","22405","22406","22430","22463","22545","22554","22555","22556"],"st":"VA"}},"51181":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.972439,37.248501],[-76.883156,37.223057],[-76.760314,37.176799],[-76.660445,37.204146],[-76.641581,37.153827],[-76.698255,37.05914],[-76.849684,36.996211],[-76.953546,36.94445],[-76.965139,37.054308],[-77.155415,37.112034],[-76.972439,37.248501]]]},"properties":{"id":"51181","n":"Surry","z":["23839","23842","23846","23881","23883","23888","23890","23899"],"st":"VA"}},"51183":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.619029,36.877844],[-77.398498,36.992985],[-77.155415,37.112034],[-76.965139,37.054308],[-76.953546,36.94445],[-77.430127,36.707658],[-77.489999,36.721009],[-77.458678,36.862963],[-77.619029,36.877844]]]},"properties":{"id":"51183","n":"Sussex","z":["23830","23837","23842","23847","23867","23882","23884","23888","23890","23891","23897"],"st":"VA"}},"51185":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.900892,37.142553],[-81.739055030485,37.239497103873],[-81.678603,37.202467],[-81.560625,37.206663],[-81.427946,37.271015],[-81.362156,37.337687],[-81.225104,37.234874],[-81.32814,37.138949],[-81.270078,37.093012],[-81.462279,37.035402],[-81.43673,37.010135],[-81.474539,37.018476],[-81.682786,36.932934],[-81.780545,36.958629],[-81.900892,37.142553]]]},"properties":{"id":"51185","n":"Tazewell","z":["24314","24316","24377","24601","24602","24604","24605","24606","24608","24609","24612","24613","24622","24630","24635","24637","24639","24641","24647","24651"],"st":"VA"}},"51187":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.31408,39.007994],[-78.151614,39.036629],[-78.004313,38.979438],[-78.130574,38.864865],[-78.200764,38.776665],[-78.284805,38.759315],[-78.394704,38.82279],[-78.300414,38.943592],[-78.31408,39.007994]]]},"properties":{"id":"51187","n":"Warren","z":["22610","22623","22630","22642","22645","22649","22655","22657"],"st":"VA"}},"51191":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.332078,36.708969],[-82.103853,36.798167],[-82.078703,36.854776],[-81.94595,36.864607],[-81.837096,36.929039],[-81.699561,36.789316],[-81.605865,36.638079],[-81.6469,36.611918],[-81.826734148053,36.614719104161],[-82.145573270515,36.594560330834],[-82.114373,36.638418],[-82.2433850052,36.594876187665],[-82.294136420129,36.595073032959],[-82.332078,36.708969]]]},"properties":{"id":"51191","n":"Washington","z":["24202","24210","24211","24212","24236","24258","24270","24319","24327","24340","24361","24370","37621"],"st":"VA"}},"51193":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.996791259205,38.27914783398],[-76.962311,38.214075],[-76.838795,38.163476],[-76.613939,38.148587],[-76.510693961318,38.039488927814],[-76.63423,37.96663],[-76.764716,38.001979],[-76.877062,38.124358],[-76.936959,38.077074],[-77.031794,38.091333],[-77.061695,38.161631],[-76.996791259205,38.27914783398]]]},"properties":{"id":"51193","n":"Westmoreland","z":["22435","22442","22443","22469","22485","22488","22520","22524","22529","22558","22572","22577","22581"],"st":"VA"}},"51195":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.869183,36.974182],[-82.750715,37.024107],[-82.726294,37.111852],[-82.565275702797,37.195901106883],[-82.553639544904,37.201450374463],[-82.546135,37.125118],[-82.467345,37.022136],[-82.32783,36.970982],[-82.298596,36.905761],[-82.406633,36.876356],[-82.61774,36.880773],[-82.771595,36.800031],[-82.883754212976,36.897130136654],[-82.869183,36.974182]],[[-82.663625,36.920959],[-82.591147,36.935313],[-82.634101,36.952248],[-82.663625,36.920959]]]},"properties":{"id":"51195","n":"Wise","z":["24215","24216","24219","24230","24246","24273","24279","24283","24293"],"st":"VA"}},"51197":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.379402,36.952442],[-81.224624,37.047835],[-81.114319,37.022612],[-80.912674,37.073349],[-80.740483,36.879001],[-81.042428,36.806448],[-81.08851,36.767422],[-81.261987,36.763033],[-81.379402,36.952442]]]},"properties":{"id":"51197","n":"Wythe","z":["24312","24313","24322","24323","24324","24343","24350","24360","24368","24374","24382"],"st":"VA"}},"51199":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.658651,37.380139],[-76.501939,37.241756],[-76.376936809718,37.249491762363],[-76.347189928968,37.189644493655],[-76.395795,37.107174],[-76.4355,37.094866],[-76.591577,37.213833],[-76.680151,37.265997],[-76.727859,37.305927],[-76.755401,37.354385],[-76.658651,37.380139]]]},"properties":{"id":"51199","n":"York","z":["23185","23188","23602","23603","23665","23681","23690","23691","23692","23693","23694","23696"],"st":"VA"}},"51510":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.110799,38.843446],[-77.039066356765,38.841271889519],[-77.039006,38.791645],[-77.039239885082,38.785336325624],[-77.143206,38.805624],[-77.110799,38.843446]]]},"properties":{"id":"51510","n":"Alexandria city","z":["20598","22034","22206","22301","22302","22304","22305","22311","22312","22313","22314","22320","22331","22332","22333","22334","22350"],"st":"VA"}},"51520":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.145573270515,36.594560330834],[-82.2433850052,36.594876187665],[-82.114373,36.638418],[-82.145573270515,36.594560330834]]]},"properties":{"id":"51520","n":"Bristol city","z":["24201","24202","24203","24205","24209","37625"],"st":"VA"}},"51530":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.381509,37.742149],[-79.326012,37.743269],[-79.371705,37.695747],[-79.381509,37.742149]]]},"properties":{"id":"51530","n":"Buena Vista city","z":["24416"],"st":"VA"}},"51540":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.519333,38.010678],[-78.495034,38.065337],[-78.46368,38.020451],[-78.519333,38.010678]]]},"properties":{"id":"51540","n":"Charlottesville city","z":["22901","22902","22903","22904","22905","22906","22908","22909","22910","22945"],"st":"VA"}},"51550":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.420368,36.866348],[-76.363839,36.787804],[-76.289962,36.822048],[-76.22606,36.839947],[-76.2037,36.769742],[-76.067996,36.692579],[-76.121955,36.66575],[-76.12234994701,36.550552332554],[-76.31330296826,36.550551089807],[-76.491482575472,36.550732993836],[-76.456168,36.816948],[-76.420368,36.866348]]]},"properties":{"id":"51550","n":"Chesapeake city","z":["23320","23321","23322","23323","23324","23325","23326","23327","23328"],"st":"VA"}},"51570":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.403671,37.237346],[-77.416501,37.233208],[-77.431705,37.276342],[-77.362322,37.282162],[-77.403671,37.237346]]]},"properties":{"id":"51570","n":"Colonial Heights city","z":["23834"],"st":"VA"}},"51580":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.00136,37.789826],[-79.967071,37.803405],[-79.978214,37.764975],[-80.00136,37.789826]]]},"properties":{"id":"51580","n":"Covington city","z":["24426"],"st":"VA"}},"51590":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.343115919369,36.541143099969],[-79.470056673924,36.540836149787],[-79.500848,36.618262],[-79.398094,36.644037],[-79.302564,36.577431],[-79.343115919369,36.541143099969]]]},"properties":{"id":"51590","n":"Danville city","z":["24540","24541","24543"],"st":"VA"}},"51595":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.556524,36.674874],[-77.51445,36.720588],[-77.509246,36.682998],[-77.556524,36.674874]]]},"properties":{"id":"51595","n":"Emporia city","z":["23847"],"st":"VA"}},"51600":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.328788,38.864848],[-77.270228,38.865639],[-77.303067,38.832822],[-77.328788,38.864848]]]},"properties":{"id":"51600","n":"Fairfax city","z":["22030","22031","22032"],"st":"VA"}},"51610":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.172276,38.893245],[-77.149701,38.87567],[-77.189754,38.878136],[-77.172276,38.893245]]]},"properties":{"id":"51610","n":"Falls Church city","z":["22040","22042","22044","22046","22205"],"st":"VA"}},"51620":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.924629,36.707729],[-76.909672,36.648175],[-76.962339,36.667515],[-76.924629,36.707729]]]},"properties":{"id":"51620","n":"Franklin city","z":["23851"],"st":"VA"}},"51630":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.447126,38.284614],[-77.492015,38.273719],[-77.530283,38.309175],[-77.447126,38.284614]]]},"properties":{"id":"51630","n":"Fredericksburg city","z":["22401","22402","22412"],"st":"VA"}},"51640":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.932271,36.671593],[-80.877274,36.692215],[-80.914173,36.650246],[-80.932271,36.671593]]]},"properties":{"id":"51640","n":"Galax city","z":["24333"],"st":"VA"}},"51650":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.4355,37.094866],[-76.395795,37.107174],[-76.293126918301,37.11416370088],[-76.296792290295,36.993790966452],[-76.341825,36.924772],[-76.384419,36.951059],[-76.443117,37.019809],[-76.4355,37.094866]]]},"properties":{"id":"51650","n":"Hampton city","z":["23605","23651","23661","23663","23664","23665","23666","23667","23668","23669","23670"],"st":"VA"}},"51660":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.915443,38.437455],[-78.871361,38.489518],[-78.827031,38.420552],[-78.915443,38.437455]]]},"properties":{"id":"51660","n":"Harrisonburg city","z":["22081","22801","22802","22807","22833","22848"],"st":"VA"}},"51670":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.334549,37.312468],[-77.284019,37.313012],[-77.31081,37.261451],[-77.334549,37.312468]]]},"properties":{"id":"51670","n":"Hopewell city","z":["23860"],"st":"VA"}},"51678":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.461582,37.786356],[-79.414948,37.788627],[-79.455667,37.765219],[-79.461582,37.786356]]]},"properties":{"id":"51678","n":"Lexington city","z":["24450"],"st":"VA"}},"51680":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.185702,37.46582],[-79.085123,37.394875],[-79.214982,37.333],[-79.257955,37.355816],[-79.266986,37.447868],[-79.185702,37.46582]]]},"properties":{"id":"51680","n":"Lynchburg city","z":["24501","24502","24503","24504","24506","24513","24514","24515","24551"],"st":"VA"}},"51683":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.47576,38.781171],[-77.458695,38.772319],[-77.471177,38.727665],[-77.523569,38.717642],[-77.47576,38.781171]]]},"properties":{"id":"51683","n":"Manassas city","z":["20108","20109","20110","20113"],"st":"VA"}},"51685":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.458695,38.772319],[-77.47576,38.781171],[-77.444875,38.770495],[-77.440333,38.783473],[-77.420581,38.762287],[-77.427332,38.753598],[-77.458695,38.772319]]]},"properties":{"id":"51685","n":"Manassas Park city","z":["20111"],"st":"VA"}},"51690":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.904077,36.684127],[-79.837359,36.704137],[-79.831433,36.646321],[-79.904077,36.684127]]]},"properties":{"id":"51690","n":"Martinsville city","z":["24112"],"st":"VA"}},"51700":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.641581,37.153827],[-76.591577,37.213833],[-76.4355,37.094866],[-76.443117,37.019809],[-76.384419,36.951059],[-76.399567,36.930947],[-76.445301,36.941891],[-76.645821,37.125155],[-76.641581,37.153827]]]},"properties":{"id":"51700","n":"Newport News city","z":["23601","23602","23603","23604","23605","23606","23607","23608","23609","23612","23628","23630"],"st":"VA"}},"51710":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.341825,36.924772],[-76.296792290295,36.993790966452],[-76.176947585199,36.928538680155],[-76.22606,36.839947],[-76.289962,36.822048],[-76.341825,36.924772]]]},"properties":{"id":"51710","n":"Norfolk city","z":["23501","23502","23503","23504","23505","23506","23507","23508","23509","23510","23511","23513","23514","23515","23517","23518","23519","23523","23529","23541","23551"],"st":"VA"}},"51720":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.663625,36.920959],[-82.634101,36.952248],[-82.591147,36.935313],[-82.663625,36.920959]]]},"properties":{"id":"51720","n":"Norton city","z":["24273"],"st":"VA"}},"51730":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.447408,37.223066],[-77.416501,37.233208],[-77.403671,37.237346],[-77.376785,37.244849],[-77.399203,37.17085],[-77.447408,37.223066]]]},"properties":{"id":"51730","n":"Petersburg city","z":["23803","23804","23805"],"st":"VA"}},"51735":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.347189928968,37.189644493655],[-76.293126918301,37.11416370088],[-76.395795,37.107174],[-76.347189928968,37.189644493655]]]},"properties":{"id":"51735","n":"Poquoson city","z":["23662"],"st":"VA"}},"51740":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.399567,36.930947],[-76.384419,36.951059],[-76.341825,36.924772],[-76.289962,36.822048],[-76.363839,36.787804],[-76.420368,36.866348],[-76.399567,36.930947]]]},"properties":{"id":"51740","n":"Portsmouth city","z":["23701","23702","23703","23704","23705","23707","23708","23709"],"st":"VA"}},"51750":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.529762,37.133842],[-80.580469,37.089662],[-80.596409,37.118889],[-80.529762,37.133842]]]},"properties":{"id":"51750","n":"Radford city","z":["24141","24142"],"st":"VA"}},"51760":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.595462,37.55575],[-77.478254,37.598549],[-77.385513,37.535172],[-77.420875,37.447101],[-77.595462,37.55575]]]},"properties":{"id":"51760","n":"Richmond city","z":["23173","23218","23219","23220","23221","23222","23223","23224","23225","23226","23227","23230","23231","23232","23234","23235","23241","23242","23249","23255","23260","23261","23269","23273","23274","23276","23278","23279","23282","23284","23285","23286","23288","23289","23290","23291","23292","23293","23295","23297","23298"],"st":"VA"}},"51770":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.022226,37.308338],[-79.974023,37.335419],[-79.87855,37.29189],[-79.946817,37.213037],[-80.033464,37.26289],[-80.022226,37.308338]]]},"properties":{"id":"51770","n":"Roanoke city","z":["24001","24002","24003","24004","24005","24006","24007","24008","24009","24010","24011","24012","24013","24014","24015","24016","24017","24018","24019","24022","24023","24024","24025","24026","24027","24028","24029","24030","24031","24032","24033","24034","24035","24036","24037","24038","24040","24043","24050"],"st":"VA"}},"51775":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.022226,37.308338],[-80.033464,37.26289],[-80.12049,37.287053],[-80.022226,37.308338]]]},"properties":{"id":"51775","n":"Salem city","z":["24018","24153","24155","24157"],"st":"VA"}},"51790":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.105671,38.139591],[-79.022841,38.195645],[-79.049819,38.121176],[-79.105671,38.139591]]]},"properties":{"id":"51790","n":"Staunton city","z":["24401","24402","24463","24482"],"st":"VA"}},"51800":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.897592,36.64405],[-76.53352,36.915563],[-76.445301,36.941891],[-76.399567,36.930947],[-76.420368,36.866348],[-76.456168,36.816948],[-76.491482575472,36.550732993836],[-76.541965865718,36.55078453236],[-76.916037632856,36.54608133029],[-76.897592,36.64405]]]},"properties":{"id":"51800","n":"Suffolk city","z":["23321","23432","23433","23434","23435","23436","23437","23438","23439"],"st":"VA"}},"51810":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.22606,36.839947],[-76.176947585199,36.928538680155],[-75.996252,36.922047],[-75.867044,36.550754],[-76.12234994701,36.550552332554],[-76.121955,36.66575],[-76.067996,36.692579],[-76.2037,36.769742],[-76.22606,36.839947]]]},"properties":{"id":"51810","n":"Virginia Beach city","z":["23450","23451","23452","23453","23454","23455","23456","23457","23458","23459","23460","23461","23462","23463","23464","23465","23466","23467","23471","23479"],"st":"VA"}},"51820":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.928697,38.091484],[-78.864449,38.095738],[-78.870563,38.04046],[-78.928697,38.091484]]]},"properties":{"id":"51820","n":"Waynesboro city","z":["22980"],"st":"VA"}},"51830":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.727859,37.305927],[-76.680151,37.265997],[-76.741143,37.27338],[-76.727859,37.305927]]]},"properties":{"id":"51830","n":"Williamsburg city","z":["23185","23187","23188"],"st":"VA"}},"51840":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.192659,39.167927],[-78.136725,39.184371],[-78.183183,39.131027],[-78.192659,39.167927]]]},"properties":{"id":"51840","n":"Winchester city","z":["22601"],"st":"VA"}},"53001":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-118.979777,47.261709],[-117.96093,47.260568],[-117.959335,46.914811],[-118.015567,46.784873],[-118.210243,46.738833],[-119.369429,46.737695],[-119.368662,46.912562],[-118.982652,46.911344],[-118.979777,47.261709]]]},"properties":{"id":"53001","n":"Adams","z":["98857","99032","99105","99159","99169","99326","99333","99341","99344","99371"],"st":"WA"}},"53003":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-117.22812,46.462245],[-117.208628,46.423707],[-117.03664574842,46.426100482655],[-117.062748,46.353624],[-116.923958,46.17092],[-116.981962,46.084915],[-116.915989,45.995413],[-117.47993726365,45.997566766842],[-117.479988,46.121994],[-117.419482,46.121956],[-117.419334,46.383139],[-117.228796,46.411306],[-117.22812,46.462245]]]},"properties":{"id":"53003","n":"Asotin","z":["99401","99402","99403"],"st":"WA"}},"53005":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-119.874042,46.628283],[-119.618479,46.647583],[-119.511388,46.727687],[-119.45319,46.679243],[-119.27032,46.521311],[-119.264392,46.272595],[-119.041498,46.192667],[-118.974664,46.139523],[-118.941323,46.027528],[-118.98722753956,45.999800213524],[-119.12612,45.932859],[-119.25715,45.939926],[-119.43213855882,45.913209144234],[-119.600549,45.919581],[-119.669877,45.856867],[-119.86815388939,45.838226602636],[-119.865829,46.040858],[-119.874042,46.628283]]]},"properties":{"id":"53005","n":"Benton","z":["98930","98944","99320","99336","99337","99338","99345","99346","99350","99352","99353","99354"],"st":"WA"}},"53007":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-121.001658,48.296009],[-121.071589,48.317802],[-121.049714,48.485399],[-120.823947,48.54503],[-120.702069,48.531589],[-120.652283,48.536939],[-120.649933,48.398139],[-120.560206,48.361048],[-120.346284,48.199986],[-120.361288,48.157569],[-120.143075,48.064882],[-120.066023,47.966442],[-119.870595,47.960455],[-119.992679,47.78315],[-120.209395,47.748356],[-120.199048,47.682276],[-120.316594,47.471273],[-120.28653,47.393111],[-120.086308,47.338942],[-120.09446,47.262159],[-120.389197,47.260935],[-120.5305,47.334328],[-120.664368,47.343305],[-120.802533,47.422626],[-120.917936,47.429367],[-121.113569,47.597288],[-121.121584,47.685213],[-121.066005,47.713603],[-121.119179,47.779933],[-121.070685,47.826616],[-121.180776,47.898769],[-121.118183,47.997103],[-121.15326,48.039693],[-121.015942,48.074795],[-120.907425,48.163184],[-121.001658,48.296009]]]},"properties":{"id":"53007","n":"Chelan","z":["09811","98801","98811","98815","98816","98817","98821","98822","98826","98828","98831","98836","98847","98852"],"st":"WA"}},"53009":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-122.91068675572,48.109799743933],[-122.94918,48.06515],[-122.949167,47.866822],[-123.505917,47.866897],[-124.61310865605,47.880572441749],[-124.672427,47.964414],[-124.721725,48.153185],[-124.669265,48.296353],[-124.725839,48.386012],[-124.653243,48.390691],[-124.380874,48.284699],[-124.101773,48.216883],[-124.050734,48.177747],[-123.672445,48.162715],[-123.441972,48.124259],[-123.239129,48.118217],[-123.144783,48.175943],[-123.004128,48.090516],[-122.91068675572,48.109799743933]]]},"properties":{"id":"53009","n":"Clallam","z":["98305","98324","98326","98331","98350","98357","98362","98363","98381","98382"],"st":"WA"}},"53011":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-122.7880863626,45.851007454356],[-122.657632,45.928134],[-122.477104,45.988089],[-122.357765,45.956915],[-122.245856,46.053853],[-122.24919700805,45.549998932741],[-122.438674,45.563585],[-122.738109,45.644138],[-122.76651077133,45.728662574445],[-122.7880863626,45.851007454356]]]},"properties":{"id":"53011","n":"Clark","z":["98601","98604","98606","98607","98629","98642","98660","98661","98662","98663","98664","98665","98666","98668","98671","98674","98675","98682","98683","98684","98685","98686","98687"],"st":"WA"}},"53013":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-118.228635,46.593362],[-118.21566,46.588924],[-118.165292,46.555135],[-117.881857,46.592193],[-117.85185,46.62467],[-117.863347,46.470667],[-117.737303,46.471454],[-117.674946,46.337651],[-117.611903,46.338478],[-117.6034258345,45.998760173443],[-117.97765730653,46.000168202382],[-117.9969704296,46.000190667173],[-117.991481,46.207702],[-118.116624,46.20805],[-118.116117,46.295455],[-118.241872,46.295064],[-118.228635,46.593362]]]},"properties":{"id":"53013","n":"Columbia","z":["99328","99347","99348","99359","99361"],"st":"WA"}},"53015":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-123.21795,46.385617],[-122.240966,46.385361],[-122.245856,46.053853],[-122.357765,45.956915],[-122.477104,45.988089],[-122.657632,45.928134],[-122.7880863626,45.851007454356],[-122.813998,45.960984],[-122.904119,46.083734],[-123.115904,46.185268],[-123.21249359121,46.1710964584],[-123.21795,46.385617]]]},"properties":{"id":"53015","n":"Cowlitz","z":["98581","98601","98603","98609","98611","98616","98625","98626","98632","98645","98649","98674"],"st":"WA"}},"53017":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-119.870595,47.960455],[-119.89535,48.050044],[-119.774593,48.104213],[-119.669707,48.075232],[-119.652468,48.000221],[-119.436257,48.076688],[-119.343523,48.049432],[-119.298585,48.115485],[-119.05697,48.136974],[-118.950782,48.018884],[-118.982234,47.962025],[-119.103873,47.961763],[-119.212225,47.887708],[-119.21241,47.800695],[-119.298649,47.728328],[-119.320304,47.626797],[-119.405196,47.612636],[-119.532889,47.527756],[-119.533123,47.441207],[-119.87576,47.437492],[-120.004704,47.319994],[-120.007074,47.220133],[-120.09446,47.262159],[-120.086308,47.338942],[-120.28653,47.393111],[-120.316594,47.471273],[-120.199048,47.682276],[-120.209395,47.748356],[-119.992679,47.78315],[-119.870595,47.960455]]]},"properties":{"id":"53017","n":"Douglas","z":["98802","98807","98812","98813","98816","98823","98830","98843","98845","98848","98850","98858","99115","99116","99133"],"st":"WA"}},"53019":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-118.83661303558,49.000307759298],[-118.19737505246,49.000406751425],[-118.195508,48.840725],[-118.131002,48.777653],[-118.10496,48.653503],[-118.149709,48.520568],[-118.206507,48.470296],[-118.141477,48.260155],[-118.233198,48.065285],[-118.400807,48.028682],[-118.340938,47.894316],[-118.369064,47.832685],[-118.54409,47.883973],[-118.570396,47.932318],[-118.688394,47.942718],[-118.711682,47.903347],[-118.85196,47.957906],[-118.843888,48.481739],[-118.869633,48.653826],[-118.837006,48.653869],[-118.83661303558,49.000307759298]]]},"properties":{"id":"53019","n":"Ferry","z":["99118","99121","99138","99140","99141","99146","99150","99155","99160","99166"],"st":"WA"}},"53021":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-119.45319,46.679243],[-119.369165,46.678179],[-119.369429,46.737695],[-118.210243,46.738833],[-118.249122,46.734138],[-118.21566,46.588924],[-118.228635,46.593362],[-118.471646,46.597262],[-118.615592,46.504543],[-118.633826,46.414022],[-118.746199,46.359512],[-118.766898,46.297916],[-119.041498,46.192667],[-119.264392,46.272595],[-119.27032,46.521311],[-119.45319,46.679243]]]},"properties":{"id":"53021","n":"Franklin","z":["99301","99302","99326","99330","99335","99343","99344","99359","99371"],"st":"WA"}},"53023":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-117.85185,46.62467],[-117.740868,46.694583],[-117.597792,46.672543],[-117.464769,46.699626],[-117.382742,46.614684],[-117.254262,46.545082],[-117.22812,46.462245],[-117.228796,46.411306],[-117.419334,46.383139],[-117.419482,46.121956],[-117.479988,46.121994],[-117.47993726365,45.997566766842],[-117.6034258345,45.998760173443],[-117.611903,46.338478],[-117.674946,46.337651],[-117.737303,46.471454],[-117.863347,46.470667],[-117.85185,46.62467]]]},"properties":{"id":"53023","n":"Garfield","z":["99347","99403"],"st":"WA"}},"53025":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-120.007074,47.220133],[-120.004704,47.319994],[-119.87576,47.437492],[-119.533123,47.441207],[-119.532889,47.527756],[-119.405196,47.612636],[-119.320304,47.626797],[-119.298649,47.728328],[-119.21241,47.800695],[-119.212225,47.887708],[-119.103873,47.961763],[-118.982234,47.962025],[-118.973504,47.943414],[-118.979777,47.261709],[-118.982652,46.911344],[-119.368662,46.912562],[-119.369429,46.737695],[-119.369165,46.678179],[-119.45319,46.679243],[-119.511388,46.727687],[-119.618479,46.647583],[-119.874042,46.628283],[-119.973036,46.737126],[-119.927436,46.798445],[-119.966129,46.943757],[-120.042866,47.073453],[-120.007074,47.220133]]]},"properties":{"id":"53025","n":"Grant","z":["98823","98824","98832","98837","98848","98851","98853","98857","98860","99103","99115","99116","99123","99133","99135","99321","99344","99349","99357"],"st":"WA"}},"53027":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-124.35361567089,47.533537083052],[-124.04674,47.518525],[-123.505917,47.517716],[-123.488943,47.082646],[-123.201891,47.085059],[-123.158364,46.995871],[-123.160588,46.793383],[-123.37095,46.792129],[-124.09679666791,46.794085],[-124.169113,46.994508],[-124.188544,47.157859],[-124.236349,47.287287],[-124.319379,47.355559],[-124.35361567089,47.533537083052]]]},"properties":{"id":"53027","n":"Grays Harbor","z":["98520","98526","98535","98536","98537","98541","98547","98550","98552","98557","98559","98562","98563","98566","98568","98569","98571","98575","98583","98587","98595"],"st":"WA"}},"53029":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-122.66698252822,48.412466992044],[-122.58717,48.416853],[-122.458596,48.297703],[-122.392977,48.23743],[-122.417909,48.170622],[-122.350289,48.080312],[-122.333348,47.933217],[-122.429625,47.828098],[-122.501809,47.929713],[-122.57374586432,47.951004167209],[-122.598301,48.110616],[-122.752563,48.260061],[-122.66698252822,48.412466992044]]]},"properties":{"id":"53029","n":"Island","z":["98236","98239","98249","98253","98260","98277","98278","98282"],"st":"WA"}},"53031":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-124.61310865605,47.880572441749],[-123.505917,47.866897],[-122.949167,47.866822],[-122.94918,48.06515],[-122.91068675572,48.109799743933],[-122.760448,48.14324],[-122.698465,48.103102],[-122.701294,47.972979],[-122.63410286528,47.923035299739],[-122.595535,47.882298],[-122.721971,47.787665],[-122.783237,47.672754],[-122.950621,47.606308],[-123.505917,47.604615],[-123.505917,47.517716],[-124.04674,47.518525],[-124.35361567089,47.533537083052],[-124.412106,47.691199],[-124.539927,47.836967],[-124.61310865605,47.880572441749]]]},"properties":{"id":"53031","n":"Jefferson","z":["98320","98325","98331","98339","98358","98365","98368","98376","98382"],"st":"WA"}},"53033":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-122.536993,47.403355],[-122.445026,47.542713],[-122.438093,47.777814],[-121.119179,47.779933],[-121.066005,47.713603],[-121.121584,47.685213],[-121.113569,47.597288],[-121.17225,47.590054],[-121.410878,47.424539],[-121.464234,47.354416],[-121.427492,47.289075],[-121.341203,47.281261],[-121.365138,47.224563],[-121.297567,47.148618],[-121.379682,47.087495],[-121.379961,47.087248],[-121.581673,47.118648],[-121.630993,47.153513],[-121.796464,47.173059],[-121.937864,47.138721],[-122.094764,47.194977],[-122.143976,47.257526],[-122.33492,47.257594],[-122.437252,47.333717],[-122.537595,47.337339],[-122.536993,47.403355]]]},"properties":{"id":"53033","n":"King","z":["98001","98002","98003","98004","98005","98006","98007","98008","98009","98010","98011","98013","98014","98015","98019","98022","98023","98024","98025","98027","98028","98029","98030","98031","98032","98033","98034","98035","98038","98039","98040","98041","98042","98045","98047","98050","98051","98052","98053","98055","98056","98057","98058","98059","98062","98063","98064","98065","98068","98070","98071","98072","98073","98074","98075","98077","98083","98089","98092","98093","98101","98102","98103","98104","98105","98106","98107","98108","98109","98111","98112","98113","98114","98115","98116","98117","98118","98119","98121","98122","98124","98125","98126","98127","98129","98131","98133","98134","98136","98138","98139","98141","98144","98145","98146","98148","98154","98155","98158","98160","98161","98164","98165","98166","98168","98170","98174","98175","98177","98178","98181","98185","98188","98190","98191","98194","98195","98198","98199","98224","98288","98354"],"st":"WA"}},"53035":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-122.950621,47.606308],[-122.783237,47.672754],[-122.721971,47.787665],[-122.595535,47.882298],[-122.63410286528,47.923035299739],[-122.57374586432,47.951004167209],[-122.501809,47.929713],[-122.429625,47.828098],[-122.438093,47.777814],[-122.445026,47.542713],[-122.536993,47.403355],[-122.801199,47.403578],[-122.801012,47.520406],[-123.038404,47.520236],[-122.950621,47.606308]]]},"properties":{"id":"53035","n":"Kitsap","z":["98061","98110","98310","98311","98312","98314","98315","98329","98337","98340","98342","98345","98346","98353","98359","98364","98366","98367","98370","98380","98383","98384","98386","98392","98393","98528"],"st":"WA"}},"53037":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-121.113569,47.597288],[-120.917936,47.429367],[-120.802533,47.422626],[-120.664368,47.343305],[-120.5305,47.334328],[-120.389197,47.260935],[-120.09446,47.262159],[-120.007074,47.220133],[-120.042866,47.073453],[-119.966129,46.943757],[-119.927436,46.798445],[-119.973036,46.737126],[-120.51,46.737946],[-120.508605,46.824862],[-120.633981,46.825776],[-120.634562,46.91213],[-121.02662,46.911308],[-121.090054,46.991007],[-121.28101,47.08875],[-121.379682,47.087495],[-121.297567,47.148618],[-121.365138,47.224563],[-121.341203,47.281261],[-121.427492,47.289075],[-121.464234,47.354416],[-121.410878,47.424539],[-121.17225,47.590054],[-121.113569,47.597288]]]},"properties":{"id":"53037","n":"Kittitas","z":["98068","98828","98901","98922","98925","98926","98934","98937","98940","98941","98943","98946","98950"],"st":"WA"}},"53039":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-121.522321,46.044006],[-119.865829,46.040858],[-119.86815388939,45.838226602636],[-119.99950515346,45.811684923082],[-120.210754,45.725951],[-120.4885468207,45.699912227478],[-120.591166,45.746547],[-120.91393501308,45.648065866423],[-121.084933,45.647893],[-121.183841,45.606441],[-121.215779,45.671238],[-121.44069582786,45.699073794772],[-121.52400610422,45.723836225199],[-121.609246,45.782519],[-121.612232,46.044093],[-121.522321,46.044006]]]},"properties":{"id":"53039","n":"Klickitat","z":["98602","98605","98613","98617","98619","98620","98623","98628","98635","98650","98670","98672","98673","99322","99350","99356"],"st":"WA"}},"53041":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-123.37095,46.792129],[-123.160588,46.793383],[-123.160909,46.76433],[-122.203115,46.763061],[-121.84189,46.728455],[-121.758593,46.783791],[-121.455218,46.783797],[-121.353562,46.711506],[-121.451256,46.533894],[-121.393734,46.390204],[-121.522324,46.388224],[-122.240966,46.385361],[-123.21795,46.385617],[-123.358334,46.384025],[-123.37095,46.792129]]]},"properties":{"id":"53041","n":"Lewis","z":["98304","98336","98352","98355","98356","98361","98377","98522","98531","98532","98533","98538","98539","98542","98544","98564","98565","98568","98570","98572","98579","98582","98585","98591","98593","98596"],"st":"WA"}},"53043":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-118.973504,47.943414],[-118.85196,47.957906],[-118.711682,47.903347],[-118.688394,47.942718],[-118.570396,47.932318],[-118.54409,47.883973],[-118.369064,47.832685],[-118.340938,47.894316],[-118.212323,47.945493],[-118.078182,47.800062],[-117.881473,47.84749],[-117.820947,47.825775],[-117.823629,47.26022],[-117.96093,47.260568],[-118.979777,47.261709],[-118.973504,47.943414]]]},"properties":{"id":"53043","n":"Lincoln","z":["98832","99008","99013","99029","99032","99103","99117","99122","99133","99134","99144","99147","99154","99159","99169","99185"],"st":"WA"}},"53045":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-122.950621,47.606308],[-123.038404,47.520236],[-122.801012,47.520406],[-122.801199,47.403578],[-122.852917,47.256462],[-122.820576,47.19422],[-122.936283,47.189457],[-123.074957,47.090844],[-123.201891,47.085059],[-123.488943,47.082646],[-123.505917,47.517716],[-123.505917,47.604615],[-122.950621,47.606308]]]},"properties":{"id":"53045","n":"Mason","z":["98524","98528","98541","98546","98548","98555","98557","98560","98584","98588","98592"],"st":"WA"}},"53047":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-120.85152713302,49.000591152835],[-118.83661303558,49.000307759298],[-118.837006,48.653869],[-118.869633,48.653826],[-118.843888,48.481739],[-118.85196,47.957906],[-118.973504,47.943414],[-118.982234,47.962025],[-118.950782,48.018884],[-119.05697,48.136974],[-119.298585,48.115485],[-119.343523,48.049432],[-119.436257,48.076688],[-119.652468,48.000221],[-119.669707,48.075232],[-119.774593,48.104213],[-119.89535,48.050044],[-119.870595,47.960455],[-120.066023,47.966442],[-120.143075,48.064882],[-120.361288,48.157569],[-120.346284,48.199986],[-120.560206,48.361048],[-120.649933,48.398139],[-120.652283,48.536939],[-120.702069,48.531589],[-120.688515,48.575705],[-120.788307,48.625115],[-120.751904,48.657002],[-120.655857,48.724342],[-120.735427,48.786487],[-120.735281,48.864374],[-120.85152713302,49.000591152835]]]},"properties":{"id":"53047","n":"Okanogan","z":["98812","98813","98814","98819","98827","98829","98833","98834","98840","98841","98844","98846","98849","98855","98856","98859","98862","99116","99124","99155","99166"],"st":"WA"}},"53049":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-124.09679666791,46.794085],[-123.37095,46.792129],[-123.358334,46.384025],[-123.726557,46.384872],[-123.7279038176,46.291335585711],[-123.875525,46.239787],[-123.969427,46.291398],[-124.080671,46.267239],[-124.057024,46.493338],[-124.069583,46.630651],[-123.923269,46.672708],[-124.080983,46.735003],[-124.09679666791,46.794085]]]},"properties":{"id":"53049","n":"Pacific","z":["98527","98537","98547","98554","98577","98586","98590","98614","98621","98624","98631","98637","98638","98640","98641","98644"],"st":"WA"}},"53051":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-117.429968,49.000306869826],[-117.032351,48.999188],[-117.03293918212,48.846667921201],[-117.04121445346,48.045465103803],[-117.436993,48.047207],[-117.437629,48.134688],[-117.502371,48.134708],[-117.499975,48.656187],[-117.629241,48.655852],[-117.629421,48.742634],[-117.563811,48.742961],[-117.563858,48.836671],[-117.498496,48.8369],[-117.498957,48.923159],[-117.430377,48.923168],[-117.429968,49.000306869826]]]},"properties":{"id":"53051","n":"Pend Oreille","z":["99006","99009","99119","99139","99152","99153","99156","99180"],"st":"WA"}},"53053":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-122.801199,47.403578],[-122.536993,47.403355],[-122.537595,47.337339],[-122.437252,47.333717],[-122.33492,47.257594],[-122.143976,47.257526],[-122.094764,47.194977],[-121.937864,47.138721],[-121.796464,47.173059],[-121.630993,47.153513],[-121.581673,47.118648],[-121.379961,47.087248],[-121.456447,46.923577],[-121.52307,46.872783],[-121.455218,46.783797],[-121.758593,46.783791],[-121.84189,46.728455],[-122.203115,46.763061],[-122.303576,46.828117],[-122.491079,46.867965],[-122.494116,46.905218],[-122.659863,47.003225],[-122.692178,47.099206],[-122.820576,47.19422],[-122.852917,47.256462],[-122.801199,47.403578]]]},"properties":{"id":"53053","n":"Pierce","z":["98022","98047","98092","98303","98304","98321","98322","98323","98327","98328","98329","98330","98332","98333","98335","98338","98343","98344","98349","98351","98354","98360","98371","98372","98373","98374","98375","98378","98385","98387","98388","98390","98391","98394","98395","98396","98397","98398","98401","98402","98403","98404","98405","98406","98407","98408","98409","98411","98412","98413","98415","98416","98417","98418","98419","98421","98422","98424","98430","98431","98433","98438","98439","98443","98444","98445","98446","98447","98448","98464","98465","98466","98467","98471","98481","98490","98493","98496","98497","98498","98499","98558","98580"],"st":"WA"}},"53055":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-123.237148,48.683466],[-123.070427,48.699971],[-122.937925,48.790315],[-122.818436,48.744629],[-122.743049,48.661991],[-122.79901,48.604683],[-122.803521,48.428748],[-122.874135,48.418196],[-123.141478,48.505291],[-123.237148,48.683466]]]},"properties":{"id":"53055","n":"San Juan","z":["98221","98222","98243","98245","98250","98261","98279","98280","98286","98297"],"st":"WA"}},"53057":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-122.67134542567,48.64529899852],[-120.908358,48.640901],[-120.751904,48.657002],[-120.788307,48.625115],[-120.688515,48.575705],[-120.702069,48.531589],[-120.823947,48.54503],[-121.049714,48.485399],[-121.071589,48.317802],[-121.001658,48.296009],[-122.458596,48.297703],[-122.58717,48.416853],[-122.66698252822,48.412466992044],[-122.689121,48.476849],[-122.642597,48.588339],[-122.67134542567,48.64529899852]]]},"properties":{"id":"53057","n":"Skagit","z":["98221","98229","98232","98233","98235","98237","98238","98241","98255","98257","98263","98267","98273","98274","98283","98284","98292"],"st":"WA"}},"53059":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-122.245856,46.053853],[-122.240966,46.385361],[-121.522324,46.388224],[-121.522321,46.044006],[-121.612232,46.044093],[-121.609246,45.782519],[-121.52400610422,45.723836225199],[-121.735104,45.694039],[-121.811304,45.706761],[-121.92374936199,45.654349508969],[-122.24919700805,45.549998932741],[-122.245856,46.053853]]]},"properties":{"id":"53059","n":"Skamania","z":["98605","98610","98616","98639","98648","98651","98671","98672"],"st":"WA"}},"53061":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-122.458596,48.297703],[-121.001658,48.296009],[-120.907425,48.163184],[-121.015942,48.074795],[-121.15326,48.039693],[-121.118183,47.997103],[-121.180776,47.898769],[-121.070685,47.826616],[-121.119179,47.779933],[-122.438093,47.777814],[-122.429625,47.828098],[-122.333348,47.933217],[-122.350289,48.080312],[-122.417909,48.170622],[-122.392977,48.23743],[-122.458596,48.297703]]]},"properties":{"id":"53061","n":"Snohomish","z":{"0":"98012","1":"98020","2":"98021","3":"98026","4":"98036","5":"98037","6":"98043","7":"98046","8":"98072","9":"98077","10":"98082","11":"98087","12":"98201","13":"98203","14":"98204","15":"98206","16":"98207","17":"98208","18":"98213","19":"98223","20":"98241","21":"98251","22":"98252","23":"98256","24":"98258","25":"98259","26":"98270","27":"98271","28":"98272","29":"98275","30":"98287","31":"98290","32":"98291","33":"98292","34":"98293","35":"98294","36":"98296","50":"98205"},"st":"WA"}},"53063":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-117.820947,47.825775],[-117.697774,47.856278],[-117.535262,47.794458],[-117.535262,48.047779],[-117.436993,48.047207],[-117.04121445346,48.045465103803],[-117.04130644646,47.977455920027],[-117.04049037557,47.366028886698],[-117.04015975186,47.259272],[-117.823629,47.26022],[-117.820947,47.825775]]]},"properties":{"id":"53063","n":"Spokane","z":["83853","99001","99003","99004","99005","99006","99008","99009","99011","99012","99013","99014","99016","99018","99019","99020","99021","99022","99023","99025","99026","99027","99029","99030","99031","99033","99036","99037","99039","99110","99156","99170","99201","99202","99203","99204","99205","99206","99207","99208","99210","99211","99212","99213","99214","99215","99216","99217","99218","99219","99220","99223","99224","99228","99251","99252","99256","99258","99260"],"st":"WA"}},"53065":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-118.19737505246,49.000406751425],[-117.429968,49.000306869826],[-117.430377,48.923168],[-117.498957,48.923159],[-117.498496,48.8369],[-117.563858,48.836671],[-117.563811,48.742961],[-117.629421,48.742634],[-117.629241,48.655852],[-117.499975,48.656187],[-117.502371,48.134708],[-117.437629,48.134688],[-117.436993,48.047207],[-117.535262,48.047779],[-117.535262,47.794458],[-117.697774,47.856278],[-117.820947,47.825775],[-117.881473,47.84749],[-118.078182,47.800062],[-118.212323,47.945493],[-118.340938,47.894316],[-118.400807,48.028682],[-118.233198,48.065285],[-118.141477,48.260155],[-118.206507,48.470296],[-118.149709,48.520568],[-118.10496,48.653503],[-118.131002,48.777653],[-118.195508,48.840725],[-118.19737505246,49.000406751425]]]},"properties":{"id":"53065","n":"Stevens","z":["99006","99013","99026","99034","99040","99101","99109","99110","99114","99122","99126","99129","99131","99137","99141","99148","99151","99157","99167","99173","99181"],"st":"WA"}},"53067":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-123.201891,47.085059],[-123.074957,47.090844],[-122.936283,47.189457],[-122.820576,47.19422],[-122.692178,47.099206],[-122.659863,47.003225],[-122.494116,46.905218],[-122.491079,46.867965],[-122.303576,46.828117],[-122.203115,46.763061],[-123.160909,46.76433],[-123.160588,46.793383],[-123.158364,46.995871],[-123.201891,47.085059]]]},"properties":{"id":"53067","n":"Thurston","z":["98501","98502","98503","98504","98505","98506","98507","98508","98509","98511","98512","98513","98516","98530","98531","98540","98556","98561","98576","98579","98589","98597","98599"],"st":"WA"}},"53069":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-123.358334,46.384025],[-123.21795,46.385617],[-123.21249359121,46.1710964584],[-123.36374450727,46.146243194349],[-123.479644,46.269131],[-123.547659,46.259109],[-123.7279038176,46.291335585711],[-123.726557,46.384872],[-123.358334,46.384025]]]},"properties":{"id":"53069","n":"Wahkiakum","z":["98612","98621","98632","98638","98643","98647"],"st":"WA"}},"53071":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-118.228635,46.593362],[-118.241872,46.295064],[-118.116117,46.295455],[-118.116624,46.20805],[-117.991481,46.207702],[-117.9969704296,46.000190667173],[-118.98722753956,45.999800213524],[-118.941323,46.027528],[-118.974664,46.139523],[-119.041498,46.192667],[-118.766898,46.297916],[-118.746199,46.359512],[-118.633826,46.414022],[-118.615592,46.504543],[-118.471646,46.597262],[-118.228635,46.593362]]]},"properties":{"id":"53071","n":"Walla Walla","z":["99323","99324","99329","99348","99360","99361","99362","99363"],"st":"WA"}},"53073":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-120.85152713302,49.000591152835],[-120.735281,48.864374],[-120.735427,48.786487],[-120.655857,48.724342],[-120.751904,48.657002],[-120.908358,48.640901],[-122.67134542567,48.64529899852],[-122.732506,48.838097],[-122.821631,48.941369],[-122.75802,49.002357],[-121.751252,48.997399],[-120.85152713302,49.000591152835]]]},"properties":{"id":"53073","n":"Whatcom","z":["98220","98225","98226","98227","98228","98229","98230","98231","98237","98240","98244","98247","98248","98262","98264","98266","98276","98281","98283","98284","98295","98862"],"st":"WA"}},"53075":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-118.210243,46.738833],[-118.015567,46.784873],[-117.959335,46.914811],[-117.96093,47.260568],[-117.823629,47.26022],[-117.04015975186,47.259272],[-117.03983338603,47.127268992254],[-117.03977765556,46.541708992038],[-117.03664574842,46.426100482655],[-117.208628,46.423707],[-117.22812,46.462245],[-117.254262,46.545082],[-117.382742,46.614684],[-117.464769,46.699626],[-117.597792,46.672543],[-117.740868,46.694583],[-117.85185,46.62467],[-117.881857,46.592193],[-118.165292,46.555135],[-118.21566,46.588924],[-118.249122,46.734138],[-118.210243,46.738833]]]},"properties":{"id":"53075","n":"Whitman","z":["99004","99017","99033","99102","99104","99111","99113","99125","99128","99130","99136","99143","99149","99158","99161","99163","99164","99170","99171","99174","99176","99179","99333","99347"],"st":"WA"}},"53077":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-121.379961,47.087248],[-121.379682,47.087495],[-121.28101,47.08875],[-121.090054,46.991007],[-121.02662,46.911308],[-120.634562,46.91213],[-120.633981,46.825776],[-120.508605,46.824862],[-120.51,46.737946],[-119.973036,46.737126],[-119.874042,46.628283],[-119.865829,46.040858],[-121.522321,46.044006],[-121.522324,46.388224],[-121.393734,46.390204],[-121.451256,46.533894],[-121.353562,46.711506],[-121.455218,46.783797],[-121.52307,46.872783],[-121.456447,46.923577],[-121.379961,47.087248]]]},"properties":{"id":"53077","n":"Yakima","z":{"0":"98901","1":"98902","2":"98903","3":"98904","4":"98907","5":"98908","6":"98909","7":"98920","8":"98921","9":"98923","10":"98930","11":"98932","12":"98933","13":"98935","14":"98936","15":"98937","16":"98938","17":"98939","18":"98942","19":"98944","20":"98947","21":"98948","22":"98951","23":"98952","24":"98953","25":"99350","32":"98929"},"st":"WA"}},"54001":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.166387,39.242283],[-80.023411,39.247892],[-79.895536,39.299584],[-79.809729,39.230526],[-79.825092,39.115803],[-79.895993,38.973404],[-80.085062,38.947236],[-80.054619,39.035529],[-80.128198,39.037795],[-80.227173,39.112792],[-80.166387,39.242283]]]},"properties":{"id":"54001","n":"Barbour","z":["26201","26238","26250","26267","26275","26283","26330","26347","26349","26405","26416","26440"],"st":"WV"}},"54003":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.229129534219,39.390663887204],[-78.138937,39.593796],[-78.027629100173,39.620655962344],[-77.829814,39.587288],[-77.810943896262,39.500739166566],[-77.966953,39.367164],[-78.033185235367,39.264624842005],[-78.229129534219,39.390663887204]]]},"properties":{"id":"54003","n":"Berkeley","z":["25401","25402","25403","25404","25405","25413","25419","25420","25421","25427","25428","25430","25440","25443"],"st":"WV"}},"54005":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.932507,38.025356],[-81.953263,38.118878],[-81.878779,38.137202],[-81.83347,38.20957],[-81.64387,38.220759],[-81.515836,38.11236],[-81.456632,37.987307],[-81.571534,37.927707],[-81.514228,37.791211],[-81.607532,37.788709],[-81.722136,37.809507],[-81.785641,37.936404],[-81.980248,37.9865],[-81.932507,38.025356]]]},"properties":{"id":"54005","n":"Boone","z":["25009","25021","25024","25028","25047","25049","25051","25053","25081","25093","25108","25114","25130","25142","25148","25149","25154","25165","25169","25181","25193","25203","25204","25205","25206","25208","25209","25508","25529","25565"],"st":"WV"}},"54007":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.98495,38.717898],[-80.669909,38.892773],[-80.605799,38.904167],[-80.474111,38.833404],[-80.457332,38.739169],[-80.508655,38.645553],[-80.650786,38.52659],[-80.785177,38.557649],[-80.881232,38.507045],[-81.031677,38.667839],[-80.98495,38.717898]]]},"properties":{"id":"54007","n":"Braxton","z":["25063","26335","26376","26412","26601","26615","26619","26621","26623","26624","26627","26629","26631","26636"],"st":"WV"}},"54009":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.684173210708,40.187017973351],[-80.606596,40.303869],[-80.627362629937,40.395170933017],[-80.519029691194,40.399641056341],[-80.519084370457,40.159671995118],[-80.684173210708,40.187017973351]]]},"properties":{"id":"54009","n":"Brooke","z":["26003","26030","26032","26035","26037","26062","26070","26075"],"st":"WV"}},"54011":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.282133344028,38.579860796403],[-82.218967,38.591683],[-82.055127,38.474547],[-82.047128,38.374432],[-82.220797,38.310411],[-82.264849,38.229199],[-82.28624,38.321185],[-82.343911,38.305209],[-82.508966949731,38.414643912652],[-82.323999,38.449268],[-82.282133344028,38.579860796403]]]},"properties":{"id":"54011","n":"Cabell","z":["25337","25504","25506","25510","25520","25537","25541","25545","25559","25562","25701","25702","25703","25704","25705","25706","25707","25708","25709","25710","25711","25712","25713","25714","25715","25716","25718","25719","25720","25721","25722","25723","25724","25725","25726","25727","25728","25729","25755","25770","25771","25772","25773","25774","25775","25776","25777","25778","25779"],"st":"WV"}},"54013":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.162455,39.030608],[-81.033632,39.009584],[-81.002777,38.846025],[-81.051909,38.779996],[-80.98495,38.717898],[-81.031677,38.667839],[-81.08371,38.611982],[-81.158582,38.644037],[-81.220791,38.843604],[-81.278412,38.914867],[-81.162455,39.030608]]]},"properties":{"id":"54013","n":"Calhoun","z":["25234","25235","25261","25267","25268","26136","26137","26141","26143","26147","26151","26636","26638"],"st":"WV"}},"54015":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.194113,38.527634],[-81.08371,38.611982],[-81.031677,38.667839],[-80.881232,38.507045],[-80.817424,38.478553],[-80.911361,38.414785],[-81.231636,38.263514],[-81.283872,38.472029],[-81.194113,38.527634]]]},"properties":{"id":"54015","n":"Clay","z":["25019","25030","25043","25045","25063","25088","25111","25113","25125","25133","25141","25164","25211","25235","25285","26617"],"st":"WV"}},"54017":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.888744,39.294298],[-80.713324,39.43025],[-80.618629,39.450375],[-80.544521,39.42912],[-80.531808,39.360121],[-80.603684,39.291041],[-80.528756,39.195706],[-80.596126,39.167069],[-80.728326,39.095679],[-80.81297,39.109401],[-80.91384,39.272947],[-80.888744,39.294298]]]},"properties":{"id":"54017","n":"Doddridge","z":["26339","26411","26415","26426","26436","26443","26448","26456"],"st":"WV"}},"54019":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.380829,37.969109],[-81.329265,38.182481],[-81.231636,38.263514],[-81.070465,38.210103],[-80.96942,38.215685],[-80.882187,38.103457],[-80.769866,37.98527],[-80.810866,37.949141],[-80.748757,37.865097],[-80.806316,37.868915],[-80.94509,37.819121],[-81.073249,37.875865],[-81.295127,37.889311],[-81.380829,37.969109]]]},"properties":{"id":"54019","n":"Fayette","z":["25002","25031","25036","25040","25057","25059","25083","25085","25090","25115","25118","25119","25136","25139","25152","25161","25173","25185","25186","25812","25831","25837","25840","25846","25854","25855","25862","25864","25866","25868","25879","25880","25901","25904","25907","25917","25919","25936","25938","25942","25962","25976","25986","26656","26680","26690"],"st":"WV"}},"54021":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.033632,39.009584],[-80.81297,39.109401],[-80.728326,39.095679],[-80.716815,39.00843],[-80.605799,38.904167],[-80.669909,38.892773],[-80.98495,38.717898],[-81.051909,38.779996],[-81.002777,38.846025],[-81.033632,39.009584]]]},"properties":{"id":"54021","n":"Gilmer","z":["25267","26137","26335","26342","26351","26384","26412","26430","26443","26611","26636","26638"],"st":"WV"}},"54023":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.486873,39.205961],[-79.262392117176,39.326243828467],[-79.134456,39.312501],[-78.979898,39.237624],[-79.089655,39.038208],[-79.046853,38.92721],[-79.134296,38.81334],[-79.349867,38.957509],[-79.357666,38.964509],[-79.298164,39.07321],[-79.355468,39.086508],[-79.306461,39.209203],[-79.487175,39.194906],[-79.486873,39.205961]]]},"properties":{"id":"54023","n":"Grant","z":["26707","26710","26717","26720","26726","26731","26739","26743","26833","26847","26855"],"st":"WV"}},"54025":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.882187,38.103457],[-80.711961,38.079129],[-80.436514,38.267334],[-80.360048,38.225845],[-80.363295,38.114331],[-80.264653,38.046616],[-80.169169,38.036111],[-79.961982272635,38.063607099493],[-80.05581159459,37.951878220098],[-80.199633,37.827507],[-80.290033810255,37.686136458971],[-80.394562,37.716918],[-80.450651,37.683858],[-80.663348,37.731696],[-80.806316,37.868915],[-80.748757,37.865097],[-80.810866,37.949141],[-80.769866,37.98527],[-80.882187,38.103457]]]},"properties":{"id":"54025","n":"Greenbrier","z":["24901","24902","24910","24916","24925","24931","24938","24943","24957","24966","24970","24976","24977","24985","24986","24991","24993","25958","25962","25972","25976","25981","25984","26261","26680"],"st":"WV"}},"54027":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.655036171547,39.544382241084],[-78.468269595003,39.526224270472],[-78.347087,39.466012],[-78.34048,39.353492],[-78.401813,39.276754],[-78.413943,39.158415],[-78.508132,39.08863],[-78.979898,39.237624],[-78.850723,39.331093],[-78.767447,39.447238],[-78.655036171547,39.544382241084]]]},"properties":{"id":"54027","n":"Hampshire","z":["25422","25431","25434","25437","25444","26704","26710","26711","26714","26722","26755","26757","26761","26763","26808","26817","26823","26851","26852","26865"],"st":"WV"}},"54029":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.518991,40.638801],[-80.519017117347,40.477363146237],[-80.519029691194,40.399641056341],[-80.627362629937,40.395170933017],[-80.604895,40.446667],[-80.667957,40.582496],[-80.518991,40.638801]]]},"properties":{"id":"54029","n":"Hancock","z":["26034","26047","26050","26056","26062"],"st":"WV"}},"54031":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.134296,38.81334],[-79.046853,38.92721],[-79.089655,39.038208],[-78.979898,39.237624],[-78.508132,39.08863],[-78.532266186557,39.052764524044],[-78.681617,38.92584],[-78.772793,38.893742],[-78.869276,38.762991],[-78.999014,38.840074],[-79.057253,38.761413],[-79.134296,38.81334]]]},"properties":{"id":"54031","n":"Hardy","z":["26755","26801","26810","26812","26818","26836","26838","26845","26851","26852"],"st":"WV"}},"54033":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.544521,39.42912],[-80.494085,39.469599],[-80.282776,39.435797],[-80.197286,39.393186],[-80.166387,39.242283],[-80.227173,39.112792],[-80.300209,39.103857],[-80.596126,39.167069],[-80.528756,39.195706],[-80.603684,39.291041],[-80.531808,39.360121],[-80.544521,39.42912]]]},"properties":{"id":"54033","n":"Harrison","z":["26301","26302","26306","26323","26330","26361","26366","26369","26378","26385","26386","26404","26408","26422","26426","26431","26438","26448","26451","26463","26554","26568","26582","26591"],"st":"WV"}},"54035":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.89847,38.929603],[-81.775734,38.980737],[-81.807855,39.083978],[-81.750266843426,39.1040311931],[-81.581447,39.026179],[-81.502628,38.917922],[-81.52731,38.901666],[-81.546631,38.672387],[-81.522166,38.612746],[-81.632817,38.554699],[-81.696348,38.626427],[-81.772843,38.680843],[-81.910606,38.87597],[-81.89847,38.929603]]]},"properties":{"id":"54035","n":"Jackson","z":["25124","25231","25239","25241","25244","25245","25248","25252","25262","25264","25271","25275","26143","26164"],"st":"WV"}},"54037":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.810943896262,39.500739166566],[-77.719519,39.321314],[-77.828301833267,39.132422454833],[-78.033185235367,39.264624842005],[-77.966953,39.367164],[-77.810943896262,39.500739166566]]]},"properties":{"id":"54037","n":"Jefferson","z":{"1":"25410","2":"25414","3":"25423","4":"25425","5":"25430","6":"25432","7":"25438","8":"25441","9":"25442","10":"25443","11":"25446","31":"20135"},"st":"WV"}},"54039":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.696348,38.626427],[-81.632817,38.554699],[-81.522166,38.612746],[-81.471654,38.546336],[-81.194113,38.527634],[-81.283872,38.472029],[-81.231636,38.263514],[-81.329265,38.182481],[-81.380829,37.969109],[-81.456632,37.987307],[-81.515836,38.11236],[-81.64387,38.220759],[-81.83347,38.20957],[-81.812825,38.311407],[-81.915197,38.325597],[-81.900222,38.398572],[-81.723066,38.467772],[-81.750547,38.591014],[-81.696348,38.626427]]]},"properties":{"id":"54039","n":"Kanawha","z":["25003","25015","25025","25026","25035","25036","25039","25045","25054","25061","25064","25067","25071","25075","25079","25083","25086","25102","25103","25107","25110","25112","25124","25126","25132","25134","25136","25143","25156","25160","25162","25177","25201","25202","25214","25248","25301","25302","25303","25304","25305","25306","25309","25311","25312","25313","25314","25315","25320","25321","25322","25323","25324","25325","25326","25327","25328","25329","25330","25331","25332","25333","25334","25335","25336","25338","25339","25350","25356","25357","25358","25360","25361","25362","25364","25365","25375","25387","25389","25392","25396","75045"],"st":"WV"}},"54041":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.728326,39.095679],[-80.596126,39.167069],[-80.300209,39.103857],[-80.317486,38.958647],[-80.386989,38.874808],[-80.393063,38.727571],[-80.457332,38.739169],[-80.474111,38.833404],[-80.605799,38.904167],[-80.716815,39.00843],[-80.728326,39.095679]]]},"properties":{"id":"54041","n":"Lewis","z":["26201","26321","26338","26343","26372","26376","26378","26384","26412","26447","26452"],"st":"WV"}},"54043":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.264849,38.229199],[-82.220797,38.310411],[-82.047128,38.374432],[-81.997406,38.266605],[-81.915197,38.325597],[-81.812825,38.311407],[-81.83347,38.20957],[-81.878779,38.137202],[-81.953263,38.118878],[-81.932507,38.025356],[-82.190658,37.974778],[-82.306391,37.94364],[-82.192314,38.046314],[-82.283316,38.141936],[-82.264849,38.229199]]]},"properties":{"id":"54043","n":"Lincoln","z":["25003","25202","25501","25505","25506","25510","25521","25523","25524","25529","25534","25540","25544","25557","25564","25565","25567","25571","25572","25573"],"st":"WV"}},"54045":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.190658,37.974778],[-81.932507,38.025356],[-81.980248,37.9865],[-81.785641,37.936404],[-81.722136,37.809507],[-81.607532,37.788709],[-81.762137,37.756308],[-81.701734,37.701409],[-81.802937,37.660508],[-81.930238,37.682011],[-81.993444,37.640607],[-82.082648,37.701565],[-82.112411,37.854039],[-82.190658,37.974778]]]},"properties":{"id":"54045","n":"Logan","z":["25022","25047","25076","25108","25121","25183","25505","25508","25524","25547","25601","25606","25607","25611","25612","25614","25617","25624","25625","25628","25630","25632","25634","25635","25637","25638","25639","25644","25646","25647","25649","25650","25652","25653","25654"],"st":"WV"}},"54047":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.932279,37.511961],[-81.855939,37.54891],[-81.817937,37.50661],[-81.654431,37.523312],[-81.465845,37.484703],[-81.311201,37.424509],[-81.362156,37.337687],[-81.427946,37.271015],[-81.560625,37.206663],[-81.678603,37.202467],[-81.739055030485,37.239497103873],[-81.849949,37.285227],[-81.984891,37.454315],[-81.932279,37.511961]]]},"properties":{"id":"54047","n":"McDowell","z":{"1":"24619","2":"24801","3":"24808","4":"24811","5":"24813","6":"24815","7":"24816","8":"24817","9":"24826","10":"24828","11":"24829","12":"24830","13":"24831","14":"24836","15":"24843","16":"24844","17":"24846","18":"24848","19":"24850","20":"24853","21":"24861","22":"24862","23":"24866","24":"24868","25":"24871","26":"24872","27":"24873","28":"24878","29":"24879","30":"24881","31":"24884","32":"24887","33":"24888","34":"24892","35":"24894","36":"24895","56":"24604"},"st":"WV"}},"54049":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.39581,39.637347],[-80.347466,39.611665],[-80.153532,39.610426],[-79.938878,39.452465],[-80.087334,39.386215],[-80.197286,39.393186],[-80.282776,39.435797],[-80.494085,39.469599],[-80.498163,39.563327],[-80.39581,39.637347]]]},"properties":{"id":"54049","n":"Marion","z":["26354","26437","26448","26554","26555","26559","26560","26563","26566","26570","26571","26572","26574","26576","26578","26582","26585","26586","26587","26588","26591"],"st":"WV"}},"54051":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.823438104786,39.850032087396],[-80.740126,39.970793],[-80.738218439984,40.033543226078],[-80.51912,40.01641],[-80.519160794315,39.962200052522],[-80.519342,39.721403],[-80.835521693007,39.7192518022],[-80.869933,39.763555],[-80.823438104786,39.850032087396]]]},"properties":{"id":"54051","n":"Marshall","z":["26003","26031","26033","26036","26038","26039","26040","26041","26055","26155"],"st":"WV"}},"54053":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.098866650554,38.960879284493],[-82.007062,39.029578],[-81.89847,38.929603],[-81.910606,38.87597],[-81.772843,38.680843],[-81.955791,38.657355],[-82.064562,38.607985],[-82.055127,38.474547],[-82.218967,38.591683],[-82.175167,38.608484],[-82.20929,38.802672],[-82.16157,38.824632],[-82.098866650554,38.960879284493]]]},"properties":{"id":"54053","n":"Mason","z":["25082","25106","25123","25187","25239","25241","25247","25253","25260","25264","25265","25287","25502","25503","25515","25520","25526","25541","25550"],"st":"WV"}},"54055":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.311201,37.424509],[-81.222121,37.510416],[-81.198869,37.575533],[-81.09463,37.588658],[-80.85814811682,37.421006906722],[-80.835479,37.334824],[-80.980845256893,37.30085281619],[-81.225104,37.234874],[-81.362156,37.337687],[-81.311201,37.424509]]]},"properties":{"id":"54055","n":"Mercer","z":["24701","24712","24714","24715","24724","24729","24731","24732","24733","24736","24737","24738","24739","24740","24747","24751","25820","25841","25902","25922","25971","25979"],"st":"WV"}},"54057":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.067447408072,39.472808699128],[-78.956751,39.440264],[-78.77114,39.638387],[-78.655036171547,39.544382241084],[-78.767447,39.447238],[-78.850723,39.331093],[-78.979898,39.237624],[-79.134456,39.312501],[-79.262392117176,39.326243828467],[-79.067447408072,39.472808699128]]]},"properties":{"id":"54057","n":"Mineral","z":["26710","26717","26719","26726","26743","26750","26753","26763","26767"],"st":"WV"}},"54059":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.306391,37.94364],[-82.190658,37.974778],[-82.112411,37.854039],[-82.082648,37.701565],[-81.993444,37.640607],[-81.930238,37.682011],[-81.802937,37.660508],[-81.855939,37.54891],[-81.932279,37.511961],[-81.968297,37.537798],[-82.064418,37.544516],[-82.296118,37.686174],[-82.320674957178,37.745965843459],[-82.398464816259,37.843054150463],[-82.306391,37.94364]]]},"properties":{"id":"54059","n":"Mingo","z":["24846","24851","25608","25621","25650","25651","25661","25665","25666","25667","25670","25671","25672","25674","25676","25678","25686","25688","25690","25691","25692","25696"],"st":"WV"}},"54061":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.421388,39.721189],[-79.916017356038,39.721055933519],[-79.763774,39.720776],[-79.789277,39.623781],[-79.89974,39.481945],[-79.894688,39.435588],[-79.938878,39.452465],[-80.153532,39.610426],[-80.347466,39.611665],[-80.39581,39.637347],[-80.421388,39.721189]]]},"properties":{"id":"54061","n":"Monongalia","z":["26374","26501","26502","26504","26505","26506","26507","26508","26521","26527","26531","26534","26541","26542","26543","26544","26546","26554","26562","26570","26588","26590"],"st":"WV"}},"54063":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.85735857019,37.421128713999],[-80.663348,37.731696],[-80.450651,37.683858],[-80.394562,37.716918],[-80.290033810255,37.686136458971],[-80.224303244377,37.623991371171],[-80.291644,37.536505],[-80.469568890504,37.429025465993],[-80.544836,37.474695],[-80.770082,37.372363],[-80.85735857019,37.421128713999]]]},"properties":{"id":"54063","n":"Monroe","z":["24910","24918","24925","24941","24945","24951","24963","24970","24974","24976","24981","24983","24984"],"st":"WV"}},"54065":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.332788021499,39.628527596499],[-78.08226,39.671166],[-78.027629100173,39.620655962344],[-78.138937,39.593796],[-78.229129534219,39.390663887204],[-78.347087,39.466012],[-78.468269595003,39.526224270472],[-78.332788021499,39.628527596499]]]},"properties":{"id":"54065","n":"Morgan","z":["25411","25422","25427","25434"],"st":"WV"}},"54067":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.231636,38.263514],[-80.911361,38.414785],[-80.817424,38.478553],[-80.881232,38.507045],[-80.785177,38.557649],[-80.650786,38.52659],[-80.62552,38.354392],[-80.436514,38.267334],[-80.711961,38.079129],[-80.882187,38.103457],[-80.96942,38.215685],[-81.070465,38.210103],[-81.231636,38.263514]]]},"properties":{"id":"54067","n":"Nicholas","z":["25043","25059","25063","25111","25125","25981","26202","26205","26208","26261","26610","26617","26651","26656","26660","26662","26667","26671","26675","26676","26678","26679","26680","26681","26684","26690","26691"],"st":"WV"}},"54069":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.702575303623,40.15714139801],[-80.684173210708,40.187017973351],[-80.519084370457,40.159671995118],[-80.51912,40.01641],[-80.738218439984,40.033543226078],[-80.702575303623,40.15714139801]]]},"properties":{"id":"54069","n":"Ohio","z":["26003","26058","26059","26060","26074"],"st":"WV"}},"54071":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.626774,38.664214],[-79.510073,38.780712],[-79.519474,38.89201],[-79.349867,38.957509],[-79.134296,38.81334],[-79.057253,38.761413],[-79.092955,38.659517],[-79.228423002708,38.479741557487],[-79.311296065514,38.418454601455],[-79.476638,38.457228],[-79.54257,38.553217],[-79.649075,38.591515],[-79.626774,38.664214]]]},"properties":{"id":"54071","n":"Pendleton","z":["26802","26804","26807","26814","26815","26847","26855","26866","26884","26886"],"st":"WV"}},"54073":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.370389808826,39.348700672403],[-81.121273856108,39.457697413889],[-81.029932,39.467745],[-81.007836,39.350923],[-81.221335,39.307975],[-81.239477,39.268328],[-81.370389808826,39.348700672403]]]},"properties":{"id":"54073","n":"Pleasants","z":["26134","26146","26170","26184","26346"],"st":"WV"}},"54075":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.360048,38.225845],[-80.352171,38.345337],[-80.245518,38.388457],[-80.11692,38.473953],[-80.029208,38.459184],[-79.86325,38.55082],[-79.776483,38.739811],[-79.73918,38.679613],[-79.626774,38.664214],[-79.649075,38.591515],[-79.689675,38.431439],[-79.804093,38.313922],[-79.797013536807,38.267268121139],[-79.916174,38.184386],[-79.961982272635,38.063607099493],[-80.169169,38.036111],[-80.264653,38.046616],[-80.363295,38.114331],[-80.360048,38.225845]]]},"properties":{"id":"54075","n":"Pocahontas","z":["24915","24920","24924","24927","24934","24944","24946","24954","24986","26209","26264","26291"],"st":"WV"}},"54077":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.763774,39.720776],[-79.476662,39.721078],[-79.486873,39.205961],[-79.487175,39.194906],[-79.687283,39.271398],[-79.809729,39.230526],[-79.895536,39.299584],[-79.894688,39.435588],[-79.89974,39.481945],[-79.789277,39.623781],[-79.763774,39.720776]]]},"properties":{"id":"54077","n":"Preston","z":["26374","26405","26410","26425","26440","26444","26519","26520","26524","26525","26537","26542","26547","26705","26716","26764"],"st":"WV"}},"54079":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.772843,38.680843],[-81.696348,38.626427],[-81.750547,38.591014],[-81.723066,38.467772],[-81.900222,38.398572],[-81.915197,38.325597],[-81.997406,38.266605],[-82.047128,38.374432],[-82.055127,38.474547],[-82.064562,38.607985],[-81.955791,38.657355],[-81.772843,38.680843]]]},"properties":{"id":"54079","n":"Putnam","z":["25011","25033","25070","25082","25109","25123","25124","25143","25159","25168","25177","25213","25245","25510","25523","25526","25560","25569"],"st":"WV"}},"54081":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.456632,37.987307],[-81.380829,37.969109],[-81.295127,37.889311],[-81.073249,37.875865],[-80.94509,37.819121],[-80.877729,37.685603],[-80.947017,37.715449],[-81.09463,37.588658],[-81.198869,37.575533],[-81.222121,37.510416],[-81.315123,37.588414],[-81.458027,37.784211],[-81.514228,37.791211],[-81.571534,37.927707],[-81.456632,37.987307]]]},"properties":{"id":"54081","n":"Raleigh","z":["24855","25007","25008","25044","25048","25060","25062","25140","25174","25180","25209","25717","25801","25802","25811","25813","25817","25818","25823","25825","25827","25832","25833","25836","25839","25843","25844","25849","25851","25853","25857","25860","25864","25865","25871","25873","25878","25880","25888","25902","25906","25908","25909","25911","25915","25918","25920","25921","25927","25932","25951","25989"],"st":"WV"}},"54083":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.085062,38.947236],[-79.895993,38.973404],[-79.825092,39.115803],[-79.785685,39.037404],[-79.508765,38.975173],[-79.357666,38.964509],[-79.349867,38.957509],[-79.519474,38.89201],[-79.510073,38.780712],[-79.626774,38.664214],[-79.73918,38.679613],[-79.776483,38.739811],[-79.86325,38.55082],[-80.029208,38.459184],[-80.11692,38.473953],[-80.245518,38.388457],[-80.183931,38.525386],[-80.280059,38.694867],[-80.236831,38.743765],[-80.126105,38.745836],[-80.085062,38.947236]]]},"properties":{"id":"54083","n":"Randolph","z":["26224","26230","26241","26250","26253","26254","26257","26259","26263","26267","26268","26270","26273","26276","26278","26280","26282","26283","26285","26289","26293","26294","26296"],"st":"WV"}},"54085":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.239477,39.268328],[-81.221335,39.307975],[-81.007836,39.350923],[-80.904438,39.378121],[-80.888744,39.294298],[-80.91384,39.272947],[-80.81297,39.109401],[-81.033632,39.009584],[-81.162455,39.030608],[-81.250252,39.035074],[-81.298017,39.185572],[-81.239477,39.268328]]]},"properties":{"id":"54085","n":"Ritchie","z":["26137","26143","26148","26161","26170","26178","26325","26327","26337","26346","26362","26415","26421","26456"],"st":"WV"}},"54087":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.502628,38.917922],[-81.448148,38.941645],[-81.343911,38.895633],[-81.278412,38.914867],[-81.220791,38.843604],[-81.158582,38.644037],[-81.08371,38.611982],[-81.194113,38.527634],[-81.471654,38.546336],[-81.522166,38.612746],[-81.546631,38.672387],[-81.52731,38.901666],[-81.502628,38.917922]]]},"properties":{"id":"54087","n":"Roane","z":["25005","25045","25071","25164","25243","25244","25251","25252","25259","25266","25270","25276","25286"],"st":"WV"}},"54089":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.94509,37.819121],[-80.806316,37.868915],[-80.663348,37.731696],[-80.85735857019,37.421128713999],[-80.85814811682,37.421006906722],[-81.09463,37.588658],[-80.947017,37.715449],[-80.877729,37.685603],[-80.94509,37.819121]]]},"properties":{"id":"54089","n":"Summers","z":["24910","24918","24935","24962","24963","24981","25825","25841","25951","25966","25969","25976","25977","25978","25979","25985"],"st":"WV"}},"54091":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.197286,39.393186],[-80.087334,39.386215],[-79.938878,39.452465],[-79.894688,39.435588],[-79.895536,39.299584],[-80.023411,39.247892],[-80.166387,39.242283],[-80.197286,39.393186]]]},"properties":{"id":"54091","n":"Taylor","z":["26330","26347","26354","26374","26424","26431","26435","26440","26554"],"st":"WV"}},"54093":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.809729,39.230526],[-79.687283,39.271398],[-79.487175,39.194906],[-79.306461,39.209203],[-79.355468,39.086508],[-79.298164,39.07321],[-79.357666,38.964509],[-79.508765,38.975173],[-79.785685,39.037404],[-79.825092,39.115803],[-79.809729,39.230526]]]},"properties":{"id":"54093","n":"Tucker","z":["26260","26263","26269","26271","26276","26283","26287","26292"],"st":"WV"}},"54095":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.037365041987,39.538055712473],[-80.943782,39.606926],[-80.846393,39.601091],[-80.73407,39.491553],[-80.618629,39.450375],[-80.713324,39.43025],[-80.888744,39.294298],[-80.904438,39.378121],[-81.007836,39.350923],[-81.029932,39.467745],[-81.121273856108,39.457697413889],[-81.037365041987,39.538055712473]]]},"properties":{"id":"54095","n":"Tyler","z":["26146","26149","26155","26159","26175","26320","26377","26415","26434","26456"],"st":"WV"}},"54097":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.300209,39.103857],[-80.227173,39.112792],[-80.128198,39.037795],[-80.054619,39.035529],[-80.085062,38.947236],[-80.126105,38.745836],[-80.236831,38.743765],[-80.280059,38.694867],[-80.393063,38.727571],[-80.386989,38.874808],[-80.317486,38.958647],[-80.300209,39.103857]]]},"properties":{"id":"54097","n":"Upshur","z":["26201","26210","26218","26219","26224","26228","26229","26234","26236","26237","26238","26267","26343"],"st":"WV"}},"54099":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.584693814126,38.24051299337],[-82.593673,38.421809],[-82.508966949731,38.414643912652],[-82.343911,38.305209],[-82.28624,38.321185],[-82.264849,38.229199],[-82.283316,38.141936],[-82.192314,38.046314],[-82.306391,37.94364],[-82.398464816259,37.843054150463],[-82.479420123223,37.938562524698],[-82.464987,37.976859],[-82.626182,38.134835],[-82.584693814126,38.24051299337]]]},"properties":{"id":"54099","n":"Wayne","z":["25504","25507","25511","25512","25514","25517","25530","25534","25535","25555","25570","25669","25674","25699","25701","25704"],"st":"WV"}},"54101":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.650786,38.52659],[-80.508655,38.645553],[-80.457332,38.739169],[-80.393063,38.727571],[-80.280059,38.694867],[-80.183931,38.525386],[-80.245518,38.388457],[-80.352171,38.345337],[-80.360048,38.225845],[-80.436514,38.267334],[-80.62552,38.354392],[-80.650786,38.52659]]]},"properties":{"id":"54101","n":"Webster","z":["26203","26206","26208","26215","26217","26222","26266","26288","26298","26610","26691"],"st":"WV"}},"54103":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.835521693007,39.7192518022],[-80.519342,39.721403],[-80.421388,39.721189],[-80.39581,39.637347],[-80.498163,39.563327],[-80.494085,39.469599],[-80.544521,39.42912],[-80.618629,39.450375],[-80.73407,39.491553],[-80.846393,39.601091],[-80.943782,39.606926],[-80.835521693007,39.7192518022]]]},"properties":{"id":"54103","n":"Wetzel","z":["26055","26155","26159","26162","26167","26348","26377","26419","26437","26561","26562","26575","26581","26585"],"st":"WV"}},"54105":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.581447,39.026179],[-81.424906,39.135679],[-81.298017,39.185572],[-81.250252,39.035074],[-81.162455,39.030608],[-81.278412,38.914867],[-81.343911,38.895633],[-81.448148,38.941645],[-81.502628,38.917922],[-81.581447,39.026179]]]},"properties":{"id":"54105","n":"Wirt","z":["25252","26138","26141","26143","26152","26160","26161","26180"],"st":"WV"}},"54107":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.721468139173,39.210960809204],[-81.678331,39.273755],[-81.565247,39.276175],[-81.559647,39.330774],[-81.456143,39.409274],[-81.370389808826,39.348700672403],[-81.239477,39.268328],[-81.298017,39.185572],[-81.424906,39.135679],[-81.581447,39.026179],[-81.750266843426,39.1040311931],[-81.75229703674,39.181034747406],[-81.721468139173,39.210960809204]]]},"properties":{"id":"54107","n":"Wood","z":["26101","26102","26103","26104","26105","26106","26120","26121","26133","26142","26143","26150","26164","26169","26180","26181","26184","26187"],"st":"WV"}},"54109":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.855939,37.54891],[-81.802937,37.660508],[-81.701734,37.701409],[-81.762137,37.756308],[-81.607532,37.788709],[-81.514228,37.791211],[-81.458027,37.784211],[-81.315123,37.588414],[-81.222121,37.510416],[-81.311201,37.424509],[-81.465845,37.484703],[-81.654431,37.523312],[-81.817937,37.50661],[-81.855939,37.54891]]]},"properties":{"id":"54109","n":"Wyoming","z":["24716","24719","24726","24736","24801","24818","24822","24823","24827","24828","24834","24839","24845","24847","24849","24851","24854","24857","24859","24860","24867","24869","24870","24874","24880","24882","24898","25810","25811","25826","25845","25848","25870","25875","25876","25882","25913","25916","25928","25943"],"st":"WV"}},"55001":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.902783,44.249473],[-89.724746,44.247678],[-89.59798,44.245725],[-89.59795,43.9821],[-89.599547,43.642636],[-89.784901,43.641051],[-89.865132,43.783414],[-89.980676,43.905623],[-89.954449,43.921986],[-90.025953,44.091748],[-89.923387,44.152416],[-89.902783,44.249473]]]},"properties":{"id":"55001","n":"Adams","z":["53910","53920","53934","53936","53952","53964","53965","54457","54494","54613","54921","54930","54943","54966"],"st":"WI"}},"55003":{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-90.776921,47.024324],[-90.650422,47.054678],[-90.560936,47.037013],[-90.511623,46.961407],[-90.637124,46.906724],[-90.776921,47.024324]]],[[[-90.925229395343,46.587488072446],[-90.755287,46.646289],[-90.73726,46.692267],[-90.548578555966,46.58623625875],[-90.552227,46.240851],[-90.425978,46.24045],[-90.426274,46.15405],[-90.303072,46.154849],[-90.302063,45.981349],[-90.676968,45.981554],[-90.925174,45.981055],[-90.924583,46.154616],[-90.925229395343,46.587488072446]]]]},"properties":{"id":"55003","n":"Ashland","z":["54514","54517","54527","54546","54559","54806","54846","54850","54855","54856","54861"],"st":"WI"}},"55005":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.154888,45.639742],[-92.031417,45.639928],[-91.540294,45.637605],[-91.541322,45.29222],[-91.542234,45.206538],[-91.665647,45.207991],[-92.156465,45.209554],[-92.154888,45.639742]]]},"properties":{"id":"55005","n":"Barron","z":["54004","54005","54728","54733","54757","54762","54763","54805","54812","54813","54817","54822","54826","54829","54841","54857","54868","54870","54889"],"st":"WI"}},"55007":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.551341535656,46.757475293459],[-91.360804,46.798136],[-91.211647,46.866824],[-91.167601,46.84476],[-90.984617,46.925602],[-90.924128,47.001888],[-90.745305,46.894254],[-90.880841,46.739957],[-90.925229395343,46.587488072446],[-90.924583,46.154616],[-91.551282,46.157045],[-91.551341535656,46.757475293459]]]},"properties":{"id":"55007","n":"Bayfield","z":["54517","54806","54814","54816","54820","54821","54827","54832","54838","54839","54844","54847","54856","54865","54873","54891"],"st":"WI"}},"55009":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.242687,44.679631],[-87.997573406442,44.677663939045],[-88.041202,44.572581],[-87.943801,44.529693],[-87.866884,44.608434],[-87.761307678885,44.653697749735],[-87.766026,44.327184],[-87.887526,44.327589],[-87.888087,44.240461],[-88.04324,44.241018],[-88.192611,44.241947],[-88.190465,44.586799],[-88.245204,44.584746],[-88.242687,44.679631]]]},"properties":{"id":"55009","n":"Brown","z":["54110","54115","54126","54130","54155","54162","54165","54173","54180","54208","54217","54229","54301","54302","54303","54304","54305","54306","54307","54308","54311","54313","54324","54344"],"st":"WI"}},"55011":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.650248,44.596649],[-91.529101,44.596197],[-91.529741,44.246777],[-91.612994,44.172606],[-91.534229,44.096046],[-91.55921556304,44.024209316581],[-91.854499975298,44.197226519552],[-91.9636,44.362112],[-92.084528580493,44.404614314801],[-92.022788,44.590519],[-91.650248,44.596649]]]},"properties":{"id":"55011","n":"Buffalo","z":["54610","54612","54622","54629","54736","54747","54755","54756"],"st":"WI"}},"55013":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.840742106625,45.72939673447],[-92.721128,45.883805],[-92.545682,45.970118],[-92.35176,46.015685],[-92.294033,46.074377],[-92.293830608579,46.157321306496],[-92.049636,46.157597],[-92.033404,45.98387],[-92.031417,45.639928],[-92.154888,45.639742],[-92.154443,45.725616],[-92.528198,45.72868],[-92.529111,45.642171],[-92.886697124409,45.644148],[-92.840742106625,45.72939673447]]]},"properties":{"id":"55013","n":"Burnett","z":["54801","54813","54830","54837","54840","54845","54853","54871","54872","54893"],"st":"WI"}},"55015":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.40407,44.244102],[-88.192611,44.241947],[-88.04324,44.241018],[-88.041794,43.891692],[-88.162274,43.891511],[-88.161654,43.937683],[-88.404187,43.9382],[-88.40407,44.244102]]]},"properties":{"id":"55015","n":"Calumet","z":["53014","53020","53042","53049","53061","53062","53088","54110","54123","54129","54130","54160","54169","54915","54952"],"st":"WI"}},"55017":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.665647,45.207991],[-91.542234,45.206538],[-91.541322,45.29222],[-90.925222,45.292061],[-90.923362,45.031143],[-90.922247,44.857309],[-91.650455,44.855951],[-91.665647,45.207991]]]},"properties":{"id":"55017","n":"Chippewa","z":["54433","54703","54724","54726","54727","54729","54730","54732","54739","54745","54748","54757","54766","54768","54774"],"st":"WI"}},"55019":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.923362,45.031143],[-90.315038,45.033829],[-90.316253,44.685154],[-90.316055,44.424502],[-90.801918,44.422442],[-90.801525,44.509681],[-90.922889,44.50984],[-90.92235,44.596293],[-90.922247,44.857309],[-90.923362,45.031143]]]},"properties":{"id":"55019","n":"Clark","z":["54405","54420","54421","54422","54425","54436","54437","54446","54449","54456","54460","54466","54479","54488","54493","54498","54741","54746","54754","54768","54771"],"st":"WI"}},"55021":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.784901,43.641051],[-89.599547,43.642636],[-89.245437,43.643083],[-89.006848,43.633045],[-89.009139,43.28483],[-89.363085,43.281305],[-89.720463,43.293084],[-89.60073,43.380666],[-89.599357,43.558041],[-89.732238,43.571826],[-89.785809,43.641049],[-89.784901,43.641051]]]},"properties":{"id":"55021","n":"Columbia","z":["53532","53555","53561","53578","53583","53901","53911","53913","53923","53925","53926","53928","53932","53935","53954","53955","53956","53960","53965","53969"],"st":"WI"}},"55023":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.210663357773,43.419441782903],[-90.668561,43.422994],[-90.666786,43.171777],[-90.845746,43.077625],[-90.940087,43.061882],[-91.062211,42.992552],[-91.159084305947,42.987477791323],[-91.174934913911,43.080260371845],[-91.175253,43.134665],[-91.05791,43.253968],[-91.207367,43.373659],[-91.210663357773,43.419441782903]]]},"properties":{"id":"55023","n":"Crawford","z":["53518","53805","53821","53826","54624","54626","54628","54631","54645","54654","54655","54657"],"st":"WI"}},"55025":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.838135,43.206057],[-89.720463,43.293084],[-89.363085,43.281305],[-89.009139,43.28483],[-89.008832,43.197724],[-89.013582,42.84763],[-89.369128,42.845036],[-89.378262,42.856376],[-89.838167,42.857397],[-89.838135,43.206057]]]},"properties":{"id":"55025","n":"Dane","z":["53508","53515","53516","53517","53521","53523","53527","53528","53529","53531","53532","53534","53544","53555","53558","53559","53560","53562","53571","53572","53574","53575","53583","53589","53590","53593","53594","53596","53597","53598","53701","53703","53704","53705","53706","53707","53708","53711","53713","53714","53715","53716","53717","53718","53719","53725","53726","53744","53774","53777","53782","53783","53784","53785","53786","53788","53789","53790","53791","53792","53793","53794","53911","53925"],"st":"WI"}},"55027":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.009139,43.28483],[-89.006848,43.633045],[-88.886052,43.63354],[-88.401041,43.630933],[-88.400426,43.543532],[-88.417987,43.194697],[-88.535843,43.196048],[-89.008832,43.197724],[-89.009139,43.28483]]]},"properties":{"id":"55027","n":"Dodge","z":["53003","53006","53016","53027","53032","53034","53035","53036","53039","53047","53048","53050","53059","53065","53066","53078","53091","53098","53099","53557","53579","53594","53916","53922","53925","53932","53933","53946","53956","53957","53963"],"st":"WI"}},"55029":{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-86.934276,45.421149],[-86.805868,45.412903],[-86.899891,45.295185],[-86.956198,45.352006],[-86.934276,45.421149]]],[[[-87.375491550219,44.675512109805],[-87.737570860866,44.677011816156],[-87.581306,44.851791],[-87.446477,44.886109],[-87.264877,45.081361],[-87.238224,45.167259],[-87.121609,45.209783],[-87.057627,45.292838],[-86.97778,45.290684],[-87.04417,45.186946],[-87.063157,45.079316],[-87.188375,44.948077],[-87.375491550219,44.675512109805]]]]},"properties":{"id":"55029","n":"Door","z":["54201","54202","54204","54205","54209","54210","54211","54212","54213","54217","54226","54234","54235","54246"],"st":"WI"}},"55031":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.292759802428,46.41721950288],[-92.292192,46.663242],[-92.205492,46.664741],[-92.143338,46.731596],[-92.01529,46.706469],[-91.820027,46.690176],[-91.551341535656,46.757475293459],[-91.551282,46.157045],[-92.049636,46.157597],[-92.293830608579,46.157321306496],[-92.292759802428,46.41721950288]]]},"properties":{"id":"55031","n":"Douglas","z":["54820","54830","54836","54838","54842","54849","54854","54859","54864","54873","54874","54880","54890"],"st":"WI"}},"55033":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.156465,45.209554],[-91.665647,45.207991],[-91.650455,44.855951],[-91.650361,44.683633],[-92.135202,44.684374],[-92.136348,44.857848],[-92.136113,45.121432],[-92.156465,45.209554]]]},"properties":{"id":"55033","n":"Dunn","z":["54005","54013","54701","54703","54721","54724","54725","54730","54734","54735","54736","54737","54739","54740","54749","54751","54755","54757","54762","54763","54765","54767","54772"],"st":"WI"}},"55035":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.650455,44.855951],[-90.922247,44.857309],[-90.92235,44.596293],[-91.165619,44.596987],[-91.529101,44.596197],[-91.650248,44.596649],[-91.650361,44.683633],[-91.650455,44.855951]]]},"properties":{"id":"55035","n":"Eau Claire","z":["54701","54702","54703","54720","54722","54726","54727","54729","54738","54739","54741","54742","54743","54755","54758","54764","54768","54770"],"st":"WI"}},"55037":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.116856537376,45.922811242263],[-88.073944,45.875593],[-88.135067,45.821694],[-88.057010465949,45.784977030144],[-88.059246,45.713063],[-88.425302,45.722426],[-88.675821,45.7229],[-88.683232208499,46.01446567032],[-88.526673,46.020822],[-88.409864,45.979688],[-88.116856537376,45.922811242263]]]},"properties":{"id":"55037","n":"Florence","z":["54120","54121","54151","54542"],"st":"WI"}},"55039":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.885697,43.895184],[-88.403195,43.892977],[-88.404187,43.9382],[-88.161654,43.937683],[-88.162274,43.891511],[-88.160873,43.542943],[-88.400426,43.543532],[-88.401041,43.630933],[-88.886052,43.63354],[-88.885697,43.895184]]]},"properties":{"id":"55039","n":"Fond du Lac","z":["53006","53010","53011","53014","53019","53040","53048","53049","53057","53061","53065","53079","53919","53931","53946","53963","54932","54935","54936","54937","54964","54971","54974","54979"],"st":"WI"}},"55041":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.93276845101,46.072107163776],[-88.811948,46.021609],[-88.683232208499,46.01446567032],[-88.675821,45.7229],[-88.425302,45.722426],[-88.428102,45.37701],[-88.677996,45.378683],[-88.926025,45.378637],[-88.923062,45.465137],[-89.04649,45.464439],[-89.047601,45.895355],[-89.047795,45.982345],[-88.933222,45.982276],[-88.93276845101,46.072107163776]]]},"properties":{"id":"55041","n":"Forest","z":["54103","54104","54125","54465","54511","54520","54521","54541","54542","54562","54566"],"st":"WI"}},"55043":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.159084305947,42.987477791323],[-91.062211,42.992552],[-90.940087,43.061882],[-90.845746,43.077625],[-90.666786,43.171777],[-90.545408,43.211455],[-90.429825,43.20094],[-90.426902,42.812862],[-90.426376960736,42.507177735224],[-90.642843,42.508481],[-90.700856,42.626445],[-90.896962027158,42.674318056434],[-91.070716,42.775502],[-91.159084305947,42.987477791323]]]},"properties":{"id":"55043","n":"Grant","z":["53518","53543","53554","53569","53573","53801","53802","53804","53805","53806","53807","53808","53809","53810","53811","53812","53813","53816","53817","53818","53820","53821","53824","53825","53827"],"st":"WI"}},"55045":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.838167,42.857397],[-89.378262,42.856376],[-89.369128,42.845036],[-89.365798607663,42.500025966951],[-89.401416811041,42.500441931074],[-89.837594886326,42.504910352791],[-89.83841,42.813799],[-89.838167,42.857397]]]},"properties":{"id":"55045","n":"Green","z":["53502","53504","53508","53516","53520","53521","53522","53550","53566","53570","53572","53574"],"st":"WI"}},"55047":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.168612,43.982834],[-88.886193,43.983233],[-88.885697,43.895184],[-88.886052,43.63354],[-89.006848,43.633045],[-89.245437,43.643083],[-89.245375,43.759813],[-89.198299,43.812677],[-89.168612,43.982834]]]},"properties":{"id":"55047","n":"Green Lake","z":["53923","53926","53939","53946","53947","53949","53956","54923","54941","54960","54968","54971"],"st":"WI"}},"55049":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.429825,43.20094],[-90.260077,43.197689],[-90.193814,43.164464],[-90.05866,43.145291],[-90.000123,43.194624],[-89.838135,43.206057],[-89.838167,42.857397],[-89.83841,42.813799],[-90.426902,42.812862],[-90.429825,43.20094]]]},"properties":{"id":"55049","n":"Iowa","z":["53503","53506","53507","53516","53517","53526","53533","53535","53543","53544","53553","53554","53560","53565","53569","53573","53580","53582","53588","53595","53818"],"st":"WI"}},"55051":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.548578555966,46.58623625875],[-90.418136,46.566094],[-90.214866,46.499947],[-90.120489,46.336852],[-89.929125625665,46.299915728408],[-89.928837,45.981967],[-90.043958,45.981948],[-90.302063,45.981349],[-90.303072,46.154849],[-90.426274,46.15405],[-90.425978,46.24045],[-90.552227,46.240851],[-90.548578555966,46.58623625875]]]},"properties":{"id":"55051","n":"Iron","z":["54514","54525","54534","54536","54538","54545","54547","54550","54552","54559","54565"],"st":"WI"}},"55053":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.165619,44.596987],[-90.92235,44.596293],[-90.922889,44.50984],[-90.801525,44.509681],[-90.801918,44.422442],[-90.316055,44.424502],[-90.31268,44.24875],[-90.312522,44.155198],[-90.904579,44.158298],[-90.973107,44.070882],[-91.151932,44.079665],[-91.165548,44.247445],[-91.165619,44.596987]]]},"properties":{"id":"55053","n":"Jackson","z":["54466","54611","54615","54616","54627","54635","54641","54642","54643","54644","54659","54666","54741","54746","54754","54758"],"st":"WI"}},"55055":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.008832,43.197724],[-88.535843,43.196048],[-88.541535,42.842996],[-88.777076,42.842694],[-89.013582,42.84763],[-89.008832,43.197724]]]},"properties":{"id":"55055","n":"Jefferson","z":["53036","53038","53066","53094","53118","53137","53156","53178","53190","53523","53534","53538","53549","53551","53559","53563","53594"],"st":"WI"}},"55057":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.312522,44.155198],[-90.31268,44.24875],[-89.902783,44.249473],[-89.923387,44.152416],[-90.025953,44.091748],[-89.954449,43.921986],[-89.980676,43.905623],[-89.865132,43.783414],[-89.784901,43.641051],[-89.785809,43.641049],[-90.312404,43.640988],[-90.312194,43.731479],[-90.312522,44.155198]]]},"properties":{"id":"55057","n":"Juneau","z":["53929","53941","53944","53948","53950","53962","53965","53968","54457","54618","54634","54637","54638","54646","54666"],"st":"WI"}},"55059":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.305891,42.610817],[-88.188173,42.611456],[-88.188306,42.669709],[-87.80201505511,42.668311061177],[-87.800477,42.49192],[-88.199529001448,42.49575601569],[-88.304692,42.495608172751],[-88.305891,42.610817]]]},"properties":{"id":"55059","n":"Kenosha","z":["53102","53104","53105","53109","53128","53139","53140","53141","53142","53143","53144","53158","53168","53170","53171","53177","53179","53181","53182","53192","53194","53403","60075"],"st":"WI"}},"55061":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.761307678885,44.653697749735],[-87.737570860866,44.677011816156],[-87.375491550219,44.675512109805],[-87.446963,44.586274],[-87.543326785476,44.32751285613],[-87.766026,44.327184],[-87.761307678885,44.653697749735]]]},"properties":{"id":"55061","n":"Kewaunee","z":["54201","54205","54208","54213","54216","54217"],"st":"WI"}},"55063":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.423568699817,43.984296880323],[-91.322143,43.984462],[-91.307478,44.064876],[-91.151932,44.079665],[-90.973107,44.070882],[-90.912918,44.071522],[-90.910653,43.725334],[-91.257000156006,43.725658737222],[-91.287655627367,43.847065],[-91.423568699817,43.984296880323]]]},"properties":{"id":"55063","n":"La Crosse","z":["54601","54602","54603","54614","54619","54623","54636","54642","54644","54650","54653","54656","54658","54661","54667","54669"],"st":"WI"}},"55065":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.426902,42.812862],[-89.83841,42.813799],[-89.837594886326,42.504910352791],[-89.927006876764,42.505790485775],[-90.426376960736,42.507177735224],[-90.426902,42.812862]]]},"properties":{"id":"55065","n":"Lafayette","z":["53504","53510","53516","53522","53530","53541","53565","53586","53587","53599","53803","53807","53811","53818"],"st":"WI"}},"55067":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.424824,45.467166],[-89.04649,45.464439],[-88.923062,45.465137],[-88.926025,45.378637],[-88.677996,45.378683],[-88.680066,45.204994],[-88.641159,45.117346],[-88.982176,45.117733],[-88.98168,45.028917],[-89.223814,45.029246],[-89.224214,45.118567],[-89.425971,45.119098],[-89.424824,45.467166]]]},"properties":{"id":"55067","n":"Langlade","z":["54175","54402","54408","54409","54418","54424","54428","54430","54435","54462","54464","54465","54485","54491"],"st":"WI"}},"55069":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.042273,45.381866],[-90.043414,45.555082],[-89.428258,45.555353],[-89.424824,45.467166],[-89.425971,45.119098],[-90.043685,45.120214],[-90.042273,45.381866]]]},"properties":{"id":"55069","n":"Lincoln","z":["54435","54442","54452","54487","54501","54532","54564"],"st":"WI"}},"55071":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.04324,44.241018],[-87.888087,44.240461],[-87.887526,44.327589],[-87.766026,44.327184],[-87.543326785476,44.32751285613],[-87.507419,44.210803],[-87.655183,44.081894],[-87.728579542309,43.892208887457],[-88.041794,43.891692],[-88.04324,44.241018]]]},"properties":{"id":"55071","n":"Manitowoc","z":["53014","53015","53020","53042","53061","53063","54110","54126","54207","54208","54214","54215","54220","54221","54227","54228","54230","54232","54240","54241","54245","54247"],"st":"WI"}},"55073":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.315038,45.033829],[-90.197514,45.03364],[-90.197765,45.120604],[-90.043685,45.120214],[-89.425971,45.119098],[-89.224214,45.118567],[-89.223814,45.029246],[-89.223745,44.681365],[-89.844931,44.684945],[-90.316253,44.685154],[-90.315038,45.033829]]]},"properties":{"id":"55073","n":"Marathon","z":["54401","54403","54405","54408","54409","54411","54412","54414","54417","54421","54425","54426","54427","54429","54440","54443","54448","54449","54451","54452","54454","54455","54471","54473","54474","54476","54479","54480","54484","54488","54499"],"st":"WI"}},"55075":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.425302,45.722426],[-88.059246,45.713063],[-88.057010465949,45.784977030144],[-87.833049468035,45.722752575347],[-87.781007,45.673934],[-87.805773,45.473139],[-87.863489,45.35302],[-87.657349,45.368752],[-87.741805,45.197051],[-87.590208,45.095264],[-87.630298,44.976865],[-87.762638490971,44.96275217176],[-87.760071,44.99053],[-87.942995,45.020418],[-88.121152,45.023581],[-88.118879,45.110197],[-88.189247,45.111844],[-88.186355,45.197974],[-88.309063,45.20158],[-88.305811,45.37461],[-88.428102,45.37701],[-88.425302,45.722426]]]},"properties":{"id":"55075","n":"Marinette","z":["54102","54103","54104","54112","54114","54119","54120","54125","54139","54143","54151","54156","54157","54159","54161","54177"],"st":"WI"}},"55077":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.59795,43.9821],[-89.168612,43.982834],[-89.198299,43.812677],[-89.245375,43.759813],[-89.245437,43.643083],[-89.599547,43.642636],[-89.59795,43.9821]]]},"properties":{"id":"55077","n":"Marquette","z":["53901","53920","53926","53930","53946","53949","53952","53953","53954","53964","54930","54960","54968","54982"],"st":"WI"}},"55078":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.641159,45.117346],[-88.483732,45.116887],[-88.489149,44.855445],[-88.736194,44.856376],[-88.735548,44.943178],[-88.981319,44.942745],[-88.98168,45.028917],[-88.982176,45.117733],[-88.641159,45.117346]]]},"properties":{"id":"55078","n":"Menominee","z":["54124","54135","54150","54174"],"st":"WI"}},"55079":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.063353,43.192117],[-87.896579311189,43.192134632526],[-87.870184,43.064412],[-87.895784,43.015814],[-87.821162938034,42.842273546735],[-88.069924,42.843323],[-88.063353,43.192117]]]},"properties":{"id":"55079","n":"Milwaukee","z":["53110","53129","53130","53132","53154","53172","53201","53202","53203","53204","53205","53206","53207","53208","53209","53210","53211","53212","53213","53214","53215","53216","53217","53218","53219","53220","53221","53222","53223","53224","53225","53226","53227","53228","53233","53234","53235","53237","53259","53263","53274","53278","53288","53290","53293","53295"],"st":"WI"}},"55081":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.312522,44.155198],[-90.312194,43.731479],[-90.910653,43.725334],[-90.912918,44.071522],[-90.973107,44.070882],[-90.904579,44.158298],[-90.312522,44.155198]]]},"properties":{"id":"55081","n":"Monroe","z":["53929","54615","54618","54619","54620","54638","54648","54649","54651","54653","54656","54660","54662","54666","54670"],"st":"WI"}},"55083":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.677996,45.378683],[-88.428102,45.37701],[-88.305811,45.37461],[-88.309063,45.20158],[-88.186355,45.197974],[-88.189247,45.111844],[-88.118879,45.110197],[-88.121152,45.023581],[-87.942995,45.020418],[-87.760071,44.99053],[-87.762638490971,44.96275217176],[-87.843433,44.924355],[-87.997573406442,44.677663939045],[-88.242687,44.679631],[-88.248213,44.852739],[-88.489149,44.855445],[-88.483732,45.116887],[-88.641159,45.117346],[-88.680066,45.204994],[-88.677996,45.378683]]]},"properties":{"id":"55083","n":"Oconto","z":["15485","54101","54111","54112","54114","54124","54137","54138","54139","54141","54149","54153","54154","54157","54161","54162","54171","54174","54175","54491"],"st":"WI"}},"55085":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.042857,45.897263],[-89.300473,45.901463],[-89.175245,45.856579],[-89.17785,45.899312],[-89.047601,45.895355],[-89.04649,45.464439],[-89.424824,45.467166],[-89.428258,45.555353],[-90.043414,45.555082],[-90.042857,45.897263]]]},"properties":{"id":"55085","n":"Oneida","z":["54428","54463","54487","54501","54521","54529","54531","54538","54539","54543","54548","54558","54562","54564","54568"],"st":"WI"}},"55087":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.606083,44.590515],[-88.245204,44.584746],[-88.190465,44.586799],[-88.192611,44.241947],[-88.40407,44.244102],[-88.73977,44.243303],[-88.736802,44.590605],[-88.606083,44.590515]]]},"properties":{"id":"55087","n":"Outagamie","z":["54106","54107","54113","54115","54130","54131","54136","54140","54152","54155","54165","54170","54180","54313","54911","54912","54913","54914","54915","54919","54922","54929","54931","54940","54942","54944","54956","54961"],"st":"WI"}},"55089":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.040528,43.542361],[-87.791020140028,43.543015444928],[-87.889207,43.307652],[-87.896579311189,43.192134632526],[-88.063353,43.192117],[-88.040528,43.542361]]]},"properties":{"id":"55089","n":"Ozaukee","z":["53004","53012","53013","53021","53024","53074","53075","53080","53090","53092","53095","53097","53217"],"st":"WI"}},"55091":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.316933133406,44.539276012203],[-92.1353,44.53958],[-92.135202,44.684374],[-91.650361,44.683633],[-91.650248,44.596649],[-92.022788,44.590519],[-92.084528580493,44.404614314801],[-92.245364649005,44.454251124352],[-92.316933133406,44.539276012203]]]},"properties":{"id":"55091","n":"Pepin","z":["54721","54736","54737","54755","54759","54769"],"st":"WI"}},"55093":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.767023265752,44.861976737098],[-92.136348,44.857848],[-92.135202,44.684374],[-92.1353,44.53958],[-92.316933133406,44.539276012203],[-92.54928,44.577704],[-92.731623851303,44.71492278526],[-92.792360799671,44.758983813697],[-92.767023265752,44.861976737098]]]},"properties":{"id":"55093","n":"Pierce","z":{"0":"54003","1":"54011","2":"54014","3":"54021","4":"54022","5":"54723","6":"54740","7":"54750","8":"54761","9":"54767","10":"54769","12":"54010"},"st":"WI"}},"55095":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.886697124409,45.644148],[-92.529111,45.642171],[-92.528198,45.72868],[-92.154443,45.725616],[-92.154888,45.639742],[-92.156465,45.209554],[-92.766091408674,45.210021702423],[-92.748267674686,45.29605938651],[-92.646768,45.437929],[-92.756906,45.557499],[-92.881136,45.573409],[-92.886697124409,45.644148]]]},"properties":{"id":"55095","n":"Polk","z":["54001","54004","54005","54006","54007","54009","54017","54020","54024","54026","54810","54824","54826","54829","54837","54840","54853","54858","54872","54889"],"st":"WI"}},"55097":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.844931,44.684945],[-89.223745,44.681365],[-89.224813,44.243393],[-89.59798,44.245725],[-89.724746,44.247678],[-89.726622,44.511191],[-89.84441,44.511542],[-89.844931,44.684945]]]},"properties":{"id":"55097","n":"Portage","z":["54406","54407","54423","54443","54454","54455","54458","54467","54473","54475","54481","54482","54492","54494","54499","54909","54921","54945","54966","54977","54981","54984"],"st":"WI"}},"55099":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.678749,45.638264],[-90.676968,45.981554],[-90.302063,45.981349],[-90.043958,45.981948],[-90.042857,45.897263],[-90.043414,45.555082],[-90.042273,45.381866],[-90.678773,45.377907],[-90.678749,45.638264]]]},"properties":{"id":"55099","n":"Price","z":["54459","54470","54490","54513","54514","54515","54524","54530","54537","54538","54552","54555","54556"],"st":"WI"}},"55101":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.306384,42.842095],[-88.069924,42.843323],[-87.821162938034,42.842273546735],[-87.766675,42.784896],[-87.80201505511,42.668311061177],[-88.188306,42.669709],[-88.188173,42.611456],[-88.305891,42.610817],[-88.306384,42.842095]]]},"properties":{"id":"55101","n":"Racine","z":["53105","53108","53120","53126","53138","53139","53148","53149","53150","53152","53167","53177","53182","53185","53401","53402","53403","53404","53405","53406","53407","53408"],"st":"WI"}},"55103":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.311069,43.553991],[-90.191964,43.554996],[-90.193814,43.164464],[-90.260077,43.197689],[-90.429825,43.20094],[-90.545408,43.211455],[-90.666786,43.171777],[-90.668561,43.422994],[-90.671652,43.552856],[-90.311069,43.553991]]]},"properties":{"id":"55103","n":"Richland","z":["53518","53540","53556","53573","53581","53584","53924","53937","54634","54639","54655","54664"],"st":"WI"}},"55105":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.369128,42.845036],[-89.013582,42.84763],[-88.777076,42.842694],[-88.776495760735,42.494136600467],[-88.940384860378,42.495439827471],[-89.365798607663,42.500025966951],[-89.369128,42.845036]]]},"properties":{"id":"55105","n":"Rock","z":["53114","53190","53501","53505","53511","53512","53520","53521","53525","53534","53536","53537","53538","53542","53545","53546","53547","53548","53563","53576","53585","53589"],"st":"WI"}},"55107":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.540294,45.637605],[-90.678749,45.638264],[-90.678773,45.377907],[-90.925343,45.37935],[-90.925222,45.292061],[-91.541322,45.29222],[-91.540294,45.637605]]]},"properties":{"id":"55107","n":"Rusk","z":["54526","54530","54563","54728","54731","54745","54757","54766","54817","54819","54835","54848","54868","54895","54896"],"st":"WI"}},"55109":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.766091408674,45.210021702423],[-92.156465,45.209554],[-92.136113,45.121432],[-92.136348,44.857848],[-92.767023265752,44.861976737098],[-92.761904,45.022467],[-92.802911,45.065403],[-92.740509,45.113396],[-92.766091408674,45.210021702423]]]},"properties":{"id":"55109","n":"Saint Croix","z":["54002","54005","54007","54013","54015","54016","54017","54020","54022","54023","54025","54026","54027","54028","54082","54734","54749","54767"],"st":"WI"}},"55111":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.312404,43.640988],[-89.785809,43.641049],[-89.732238,43.571826],[-89.599357,43.558041],[-89.60073,43.380666],[-89.720463,43.293084],[-89.838135,43.206057],[-90.000123,43.194624],[-90.05866,43.145291],[-90.193814,43.164464],[-90.191964,43.554996],[-90.311069,43.553991],[-90.312404,43.640988]]]},"properties":{"id":"55111","n":"Sauk","z":["53556","53561","53577","53578","53583","53588","53913","53924","53937","53940","53941","53942","53943","53944","53951","53958","53959","53961","53965","53968"],"st":"WI"}},"55113":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.551282,46.157045],[-90.924583,46.154616],[-90.925174,45.981055],[-90.676968,45.981554],[-90.678749,45.638264],[-91.540294,45.637605],[-91.551282,46.157045]]]},"properties":{"id":"55113","n":"Sawyer","z":["54517","54530","54552","54817","54821","54828","54835","54843","54862","54867","54876","54896"],"st":"WI"}},"55115":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.223814,45.029246],[-88.98168,45.028917],[-88.981319,44.942745],[-88.735548,44.943178],[-88.736194,44.856376],[-88.489149,44.855445],[-88.248213,44.852739],[-88.242687,44.679631],[-88.245204,44.584746],[-88.606083,44.590515],[-88.605159,44.678331],[-89.223745,44.681365],[-89.223814,45.029246]]]},"properties":{"id":"55115","n":"Shawano","z":["54107","54111","54124","54127","54128","54137","54150","54154","54162","54165","54166","54170","54408","54409","54414","54416","54427","54450","54486","54499","54928","54929","54948","54950","54978"],"st":"WI"}},"55117":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.162274,43.891511],[-88.041794,43.891692],[-87.728579542309,43.892208887457],[-87.706204,43.679542],[-87.791020140028,43.543015444928],[-88.040528,43.542361],[-88.160873,43.542943],[-88.162274,43.891511]]]},"properties":{"id":"55117","n":"Sheboygan","z":["53001","53011","53013","53015","53020","53023","53026","53031","53040","53044","53070","53073","53075","53079","53081","53082","53083","53085","53093"],"st":"WI"}},"55119":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.678773,45.377907],[-90.042273,45.381866],[-90.043685,45.120214],[-90.197765,45.120604],[-90.197514,45.03364],[-90.315038,45.033829],[-90.923362,45.031143],[-90.925222,45.292061],[-90.925343,45.37935],[-90.678773,45.377907]]]},"properties":{"id":"55119","n":"Taylor","z":["54411","54422","54425","54433","54447","54451","54460","54470","54480","54490","54498","54766","54768","54771"],"st":"WI"}},"55121":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.529101,44.596197],[-91.165619,44.596987],[-91.165548,44.247445],[-91.151932,44.079665],[-91.307478,44.064876],[-91.322143,43.984462],[-91.423568699817,43.984296880323],[-91.55921556304,44.024209316581],[-91.534229,44.096046],[-91.612994,44.172606],[-91.529741,44.246777],[-91.529101,44.596197]]]},"properties":{"id":"55121","n":"Trempealeau","z":["54612","54616","54625","54627","54630","54642","54659","54661","54738","54747","54758","54760","54770","54773"],"st":"WI"}},"55123":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.257000156006,43.725658737222],[-90.910653,43.725334],[-90.312194,43.731479],[-90.312404,43.640988],[-90.311069,43.553991],[-90.671652,43.552856],[-90.668561,43.422994],[-91.210663357773,43.419441782903],[-91.217706,43.50055],[-91.273252,43.666623],[-91.257000156006,43.725658737222]]]},"properties":{"id":"55123","n":"Vernon","z":["53929","53968","54619","54621","54623","54624","54628","54632","54634","54638","54639","54651","54652","54655","54658","54664","54665","54667"],"st":"WI"}},"55125":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.043958,45.981948],[-89.928837,45.981967],[-89.929125625665,46.299915728408],[-89.09163,46.138505],[-88.991217028396,46.096536354436],[-88.93276845101,46.072107163776],[-88.933222,45.982276],[-89.047795,45.982345],[-89.047601,45.895355],[-89.17785,45.899312],[-89.175245,45.856579],[-89.300473,45.901463],[-90.042857,45.897263],[-90.043958,45.981948]]]},"properties":{"id":"55125","n":"Vilas","z":["54512","54519","54521","54538","54540","54545","54548","54554","54557","54558","54560","54561","54568"],"st":"WI"}},"55127":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.777076,42.842694],[-88.541535,42.842996],[-88.306384,42.842095],[-88.305891,42.610817],[-88.304692,42.495608172751],[-88.70738,42.493587],[-88.776495760735,42.494136600467],[-88.777076,42.842694]]]},"properties":{"id":"55127","n":"Walworth","z":["53105","53114","53115","53119","53120","53121","53125","53128","53147","53149","53157","53159","53176","53184","53190","53191","53195","53585"],"st":"WI"}},"55129":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.049636,46.157597],[-91.551282,46.157045],[-91.540294,45.637605],[-92.031417,45.639928],[-92.033404,45.98387],[-92.049636,46.157597]]]},"properties":{"id":"55129","n":"Washburn","z":["54801","54813","54817","54830","54843","54859","54868","54870","54871","54875","54876","54888"],"st":"WI"}},"55131":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.400426,43.543532],[-88.160873,43.542943],[-88.040528,43.542361],[-88.063353,43.192117],[-88.417987,43.194697],[-88.400426,43.543532]]]},"properties":{"id":"55131","n":"Washington","z":["53002","53010","53012","53017","53021","53022","53027","53029","53033","53037","53040","53060","53076","53086","53090","53091","53095"],"st":"WI"}},"55133":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.535843,43.196048],[-88.417987,43.194697],[-88.063353,43.192117],[-88.069924,42.843323],[-88.306384,42.842095],[-88.541535,42.842996],[-88.535843,43.196048]]]},"properties":{"id":"55133","n":"Waukesha","z":["53005","53007","53008","53017","53018","53029","53036","53045","53046","53051","53052","53056","53058","53064","53066","53069","53072","53089","53103","53118","53119","53122","53127","53146","53149","53150","53151","53153","53183","53186","53187","53188","53189","53225","53702"],"st":"WI"}},"55135":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.223745,44.681365],[-88.605159,44.678331],[-88.606083,44.590515],[-88.736802,44.590605],[-88.73977,44.243303],[-88.886673,44.242622],[-89.224813,44.243393],[-89.223745,44.681365]]]},"properties":{"id":"55135","n":"Waupaca","z":["54170","54486","54922","54926","54929","54933","54940","54945","54946","54949","54950","54961","54962","54965","54969","54977","54981","54983","54990"],"st":"WI"}},"55137":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.59798,44.245725],[-89.224813,44.243393],[-88.886673,44.242622],[-88.886193,43.983233],[-89.168612,43.982834],[-89.59795,43.9821],[-89.59798,44.245725]]]},"properties":{"id":"55137","n":"Waushara","z":["53964","54909","54923","54930","54940","54943","54960","54965","54966","54967","54970","54976","54981","54982","54983","54984","54986"],"st":"WI"}},"55139":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.886673,44.242622],[-88.73977,44.243303],[-88.40407,44.244102],[-88.404187,43.9382],[-88.403195,43.892977],[-88.885697,43.895184],[-88.886193,43.983233],[-88.886673,44.242622]]]},"properties":{"id":"55139","n":"Winnebago","z":{"0":"54901","1":"54902","2":"54903","3":"54904","4":"54906","5":"54914","6":"54915","7":"54923","8":"54927","9":"54940","10":"54947","11":"54952","12":"54956","13":"54957","14":"54963","15":"54964","16":"54971","17":"54979","18":"54980","19":"54985","20":"54986","28":"54934"},"st":"WI"}},"55141":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.316055,44.424502],[-90.316253,44.685154],[-89.844931,44.684945],[-89.84441,44.511542],[-89.726622,44.511191],[-89.724746,44.247678],[-89.902783,44.249473],[-90.31268,44.24875],[-90.316055,44.424502]]]},"properties":{"id":"55141","n":"Wood","z":["54404","54410","54412","54413","54415","54420","54441","54443","54449","54454","54457","54466","54469","54472","54475","54489","54494","54495"],"st":"WI"}},"56001":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-106.073403,42.433236],[-105.556042,42.430583],[-105.613865,42.304455],[-105.375541,42.290139],[-105.332638,42.431106],[-105.28391,42.431402],[-105.271809,41.742029],[-105.278236,41.656655],[-105.277138,40.998173],[-106.19055407871,40.997746612574],[-106.32116921591,40.998215011068],[-106.322885,41.395141],[-106.068406,41.395028],[-106.073403,42.433236]]]},"properties":{"id":"56001","n":"Albany","z":["82051","82052","82055","82058","82063","82070","82071","82072","82073","82083","82084","82201","82329","82637"],"st":"WY"}},"56003":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-108.62149349473,44.999676371022],[-108.24852518531,45.000629827417],[-107.91152278816,45.001544004611],[-107.832319,44.790161],[-107.743467,44.715423],[-107.615891,44.701297],[-107.369621,44.559837],[-107.30058,44.459081],[-107.169228,44.39378],[-107.146808,44.165666],[-108.550562,44.168455],[-108.573791,44.171419],[-108.57342,44.520811],[-108.592296,44.871444],[-108.62149349473,44.999676371022]]]},"properties":{"id":"56003","n":"Big Horn","z":["82401","82410","82411","82412","82420","82421","82422","82423","82426","82428","82431","82432","82434","82435","82441"],"st":"WY"}},"56005":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-106.02488002903,44.997584123556],[-105.07660095225,45.000296613407],[-105.085451,44.786801],[-105.079281,44.176182],[-105.079797,43.498445],[-106.017366,43.494969],[-106.009201,43.821579],[-106.009676,44.563981],[-106.02488002903,44.997584123556]]]},"properties":{"id":"56005","n":"Campbell","z":["82716","82717","82718","82725","82727","82731","82732","82831"],"st":"WY"}},"56007":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-107.522722,42.261756],[-107.522923,42.434356],[-106.075852,42.433218],[-106.073403,42.433236],[-106.068406,41.395028],[-106.322885,41.395141],[-106.32116921591,40.998215011068],[-106.86037794867,41.000718629237],[-107.31779575979,41.002842481232],[-107.91841828985,41.001227070644],[-107.929736,41.659596],[-107.50972,41.657452],[-107.522722,42.261756]]]},"properties":{"id":"56007","n":"Carbon","z":["82083","82301","82321","82323","82324","82325","82327","82329","82331","82332","82334","82335","82604","82615","82620"],"st":"WY"}},"56009":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-106.078068,43.494471],[-106.017366,43.494969],[-105.079797,43.498445],[-104.899941,43.49964],[-104.892437,42.608939],[-105.286511,42.605826],[-105.28391,42.431402],[-105.332638,42.431106],[-105.375541,42.290139],[-105.613865,42.304455],[-105.556042,42.430583],[-106.073403,42.433236],[-106.075852,42.433218],[-106.078068,43.494471]]]},"properties":{"id":"56009","n":"Converse","z":["82229","82633","82636","82637"],"st":"WY"}},"56011":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-105.07660095225,45.000296613407],[-105.03825218827,45.000291672992],[-104.057698,44.997431],[-104.05569519926,44.570990377142],[-104.05540637783,44.180382874096],[-105.079281,44.176182],[-105.085451,44.786801],[-105.07660095225,45.000296613407]]]},"properties":{"id":"56011","n":"Crook","z":{"1":"82710","2":"82711","3":"82712","4":"82714","5":"82720","6":"82721","7":"82729","8":"82730","28":"57717"},"st":"WY"}},"56013":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-110.053179,44.008022],[-109.990073,43.949066],[-109.858754,43.957988],[-109.7899,43.803252],[-109.665893,43.845726],[-109.641808,43.922785],[-109.542332,43.961352],[-109.442361,43.930434],[-109.312949,43.813293],[-109.171448,43.699198],[-109.171638,43.619764],[-108.814276,43.605255],[-108.694672,43.575755],[-108.695072,43.532255],[-108.456962,43.503156],[-108.337861,43.459765],[-108.156285,43.470628],[-107.595137,43.472279],[-107.595105,43.501397],[-107.534897,43.501362],[-107.517031,43.472659],[-107.502327,43.12806],[-107.501425,42.781458],[-107.543526,42.781558],[-107.542058,42.44184],[-107.522923,42.434356],[-107.522722,42.261756],[-109.043864,42.263684],[-109.043801,42.433644],[-109.072851,42.693514],[-109.323552,42.863868],[-109.502407,43.010511],[-109.651451,43.167036],[-109.694942,43.366152],[-109.754462,43.365905],[-109.754717,43.4632],[-110.05157,43.464783],[-110.053179,44.008022]]]},"properties":{"id":"56013","n":"Fremont","z":["82301","82310","82501","82510","82512","82513","82514","82515","82516","82520","82523","82524","82642","82649"],"st":"WY"}},"56015":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-104.655639,42.609468],[-104.05266219157,42.611766300541],[-104.05276213709,42.001718265867],[-104.05282523524,41.697953853064],[-104.05263457163,41.564275779574],[-104.652992,41.565014],[-104.653338,41.653007],[-104.655639,42.609468]]]},"properties":{"id":"56015","n":"Goshen","z":["82210","82212","82217","82218","82219","82221","82223","82225","82240","82243","82244"],"st":"WY"}},"56017":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-109.312949,43.813293],[-109.093603,43.817619],[-109.092878,43.904474],[-108.912783,43.904754],[-108.915985,43.990854],[-108.791779,43.991053],[-108.792277,44.079616],[-108.550758,44.079403],[-108.490254,44.07976],[-108.489431,43.991866],[-108.427064,43.992054],[-108.429563,43.903355],[-108.30936,43.903255],[-108.309694,43.846619],[-108.174938,43.818968],[-107.956448,43.818666],[-107.956577,43.733446],[-107.715876,43.733343],[-107.716218,43.645766],[-107.595157,43.646427],[-107.595105,43.501397],[-107.595137,43.472279],[-108.156285,43.470628],[-108.337861,43.459765],[-108.456962,43.503156],[-108.695072,43.532255],[-108.694672,43.575755],[-108.814276,43.605255],[-109.171638,43.619764],[-109.171448,43.699198],[-109.312949,43.813293]]]},"properties":{"id":"56017","n":"Hot Springs","z":["82401","82430","82443"],"st":"WY"}},"56019":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-107.369621,44.559837],[-106.428897,44.556777],[-106.009676,44.563981],[-106.009201,43.821579],[-106.017366,43.494969],[-106.078068,43.494471],[-107.090251,43.49239],[-107.110734,43.500286],[-107.128374,44.154125],[-107.146808,44.165666],[-107.169228,44.39378],[-107.30058,44.459081],[-107.369621,44.559837]]]},"properties":{"id":"56019","n":"Johnson","z":["82639","82640","82831","82832","82834","82840"],"st":"WY"}},"56021":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-105.278236,41.656655],[-104.653338,41.653007],[-104.652992,41.565014],[-104.05263457163,41.564275779574],[-104.05228713412,41.393214000193],[-104.053249,41.001406],[-104.943371,40.99807410373],[-105.277138,40.998173],[-105.278236,41.656655]]]},"properties":{"id":"56021","n":"Laramie","z":["82001","82002","82003","82005","82006","82007","82009","82010","82050","82053","82054","82059","82060","82061","82081","82082"],"st":"WY"}},"56023":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-111.04553029271,42.513912877775],[-111.04405270512,43.019407032899],[-111.044617,43.31572],[-110.813996,43.31394],[-110.813993,43.235178],[-110.578656,43.235224],[-110.587993,43.126147],[-110.590131,42.448435],[-110.543329,42.448536],[-110.541634,42.277491],[-110.053708,42.270744],[-110.048,41.578015],[-111.04581846484,41.579844948226],[-111.046689,42.001567],[-111.04553029271,42.513912877775]]]},"properties":{"id":"56023","n":"Lincoln","z":["83101","83110","83111","83112","83114","83116","83118","83119","83120","83121","83122","83123","83124","83126","83127","83128"],"st":"WY"}},"56025":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-107.534897,43.501362],[-107.110734,43.500286],[-107.090251,43.49239],[-106.078068,43.494471],[-106.075852,42.433218],[-107.522923,42.434356],[-107.542058,42.44184],[-107.543526,42.781558],[-107.501425,42.781458],[-107.502327,43.12806],[-107.517031,43.472659],[-107.534897,43.501362]]]},"properties":{"id":"56025","n":"Natrona","z":["82601","82602","82604","82605","82609","82620","82630","82635","82636","82638","82639","82642","82643","82644","82646","82648"],"st":"WY"}},"56027":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-104.899941,43.49964],[-104.05479428435,43.503327530406],[-104.05468456843,43.477815541711],[-104.053127,43.000585],[-104.05266219157,42.611766300541],[-104.655639,42.609468],[-104.892437,42.608939],[-104.899941,43.49964]]]},"properties":{"id":"56027","n":"Niobrara","z":["82222","82224","82225","82227","82242","82633","82701"],"st":"WY"}},"56029":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-111.04431854543,45.000880003308],[-110.705272,44.992324],[-109.79848377244,45.002920308285],[-109.103445,45.005904],[-108.62149349473,44.999676371022],[-108.592296,44.871444],[-108.57342,44.520811],[-108.573791,44.171419],[-108.550562,44.168455],[-108.550758,44.079403],[-108.792277,44.079616],[-108.791779,43.991053],[-108.915985,43.990854],[-108.912783,43.904754],[-109.092878,43.904474],[-109.093603,43.817619],[-109.312949,43.813293],[-109.442361,43.930434],[-109.542332,43.961352],[-109.641808,43.922785],[-109.665893,43.845726],[-109.7899,43.803252],[-109.858754,43.957988],[-109.990073,43.949066],[-110.053179,44.008022],[-110.053357,44.132628],[-110.119193,44.132584],[-110.1511,44.292464],[-110.296648,44.431341],[-110.276506,44.515665],[-110.375334,44.583016],[-110.667899,44.582792],[-110.667867,44.666291],[-111.05533272712,44.666262309917],[-111.04431854543,45.000880003308]]]},"properties":{"id":"56029","n":"Park","z":["82190","82414","82421","82423","82433","82435","82440","82450"],"st":"WY"}},"56031":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-104.892437,42.608939],[-104.655639,42.609468],[-104.653338,41.653007],[-105.278236,41.656655],[-105.271809,41.742029],[-105.28391,42.431402],[-105.286511,42.605826],[-104.892437,42.608939]]]},"properties":{"id":"56031","n":"Platte","z":["82201","82210","82213","82214","82215"],"st":"WY"}},"56033":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-107.91152278816,45.001544004611],[-106.26371509247,44.993788433001],[-106.02488002903,44.997584123556],[-106.009676,44.563981],[-106.428897,44.556777],[-107.369621,44.559837],[-107.615891,44.701297],[-107.743467,44.715423],[-107.832319,44.790161],[-107.91152278816,45.001544004611]]]},"properties":{"id":"56033","n":"Sheridan","z":["82801","82831","82832","82833","82835","82836","82837","82838","82839","82842","82844","82845"],"st":"WY"}},"56035":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-110.578656,43.235224],[-110.57838,43.29164],[-110.343959,43.291165],[-110.344218,43.377918],[-110.05731,43.377768],[-110.05157,43.464783],[-109.754717,43.4632],[-109.754462,43.365905],[-109.694942,43.366152],[-109.651451,43.167036],[-109.502407,43.010511],[-109.323552,42.863868],[-109.072851,42.693514],[-109.043801,42.433644],[-109.043864,42.263684],[-110.053708,42.270744],[-110.541634,42.277491],[-110.543329,42.448536],[-110.590131,42.448435],[-110.587993,43.126147],[-110.578656,43.235224]]]},"properties":{"id":"56035","n":"Sublette","z":["82922","82923","82925","82932","82941","83001","83113","83115"],"st":"WY"}},"56037":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-110.053708,42.270744],[-109.043864,42.263684],[-107.522722,42.261756],[-107.50972,41.657452],[-107.929736,41.659596],[-107.91841828985,41.001227070644],[-109.050076,41.000659],[-110.00071673644,40.997425459708],[-110.04848299569,40.997297292851],[-110.048,41.578015],[-110.053708,42.270744]]]},"properties":{"id":"56037","n":"Sweetwater","z":["82301","82322","82336","82901","82902","82929","82932","82934","82935","82938","82942","82943","82945"],"st":"WY"}},"56039":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-111.05533272712,44.666262309917],[-110.667867,44.666291],[-110.667899,44.582792],[-110.375334,44.583016],[-110.276506,44.515665],[-110.296648,44.431341],[-110.1511,44.292464],[-110.119193,44.132584],[-110.053357,44.132628],[-110.053179,44.008022],[-110.05157,43.464783],[-110.05731,43.377768],[-110.344218,43.377918],[-110.343959,43.291165],[-110.57838,43.29164],[-110.578656,43.235224],[-110.813993,43.235178],[-110.813996,43.31394],[-111.044617,43.31572],[-111.04536056097,43.501051451112],[-111.047219183,43.983431292608],[-111.048974,44.474072],[-111.05533272712,44.666262309917]]]},"properties":{"id":"56039","n":"Teton","z":["82190","82925","83001","83002","83011","83012","83013","83014","83025","83414"],"st":"WY"}},"56041":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-111.04663698313,41.251626956251],[-111.04581846484,41.579844948226],[-110.048,41.578015],[-110.04848299569,40.997297292851],[-111.046723,40.997959],[-111.04663698313,41.251626956251]]]},"properties":{"id":"56041","n":"Uinta","z":["82930","82931","82933","82936","82937","82939","82944"],"st":"WY"}},"56043":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-108.550562,44.168455],[-107.146808,44.165666],[-107.128374,44.154125],[-107.110734,43.500286],[-107.534897,43.501362],[-107.595105,43.501397],[-107.595157,43.646427],[-107.716218,43.645766],[-107.715876,43.733343],[-107.956577,43.733446],[-107.956448,43.818666],[-108.174938,43.818968],[-108.309694,43.846619],[-108.30936,43.903255],[-108.429563,43.903355],[-108.427064,43.992054],[-108.489431,43.991866],[-108.490254,44.07976],[-108.550758,44.079403],[-108.550562,44.168455]]]},"properties":{"id":"56043","n":"Washakie","z":["82401","82442"],"st":"WY"}},"56045":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-105.079281,44.176182],[-104.05540637783,44.180382874096],[-104.05541619071,44.141081206783],[-104.055488,43.853477],[-104.05479428435,43.503327530406],[-104.899941,43.49964],[-105.079797,43.498445],[-105.079281,44.176182]]]},"properties":{"id":"56045","n":"Weston","z":["82701","82715","82723","82729","82730"],"st":"WY"}},"72001":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-66.817271,18.230336],[-66.69373,18.216891],[-66.670494,18.152831],[-66.69407,18.130534],[-66.769049,18.134983],[-66.797557,18.133445],[-66.827327,18.171242],[-66.817271,18.230336]]]},"properties":{"id":"72001","n":"Adjuntas","z":["00601","00631","00641","00731"],"st":"PR"}},"72003":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-67.239128357405,18.373827545192],[-67.160169877875,18.415599747143],[-67.13221,18.389391],[-67.130167,18.317927],[-67.182852,18.313026],[-67.239128357405,18.373827545192]]]},"properties":{"id":"72003","n":"Aguada","z":["00602","00610","00676","00677"],"st":"PR"}},"72005":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-67.097303425856,18.511667916354],[-67.056507,18.460954],[-67.13221,18.389391],[-67.160169877875,18.415599747143],[-67.097303425856,18.511667916354]]]},"properties":{"id":"72005","n":"Aguadilla","z":["00603","00604","00605","00690"],"st":"PR"}},"72007":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-66.190676,18.25884],[-66.143861,18.27959],[-66.080475,18.297295],[-66.066103,18.303321],[-66.117774,18.209949],[-66.169126,18.22429],[-66.190676,18.25884]]]},"properties":{"id":"72007","n":"Aguas Buenas","z":["00703","00725"],"st":"PR"}},"72009":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-66.314848,18.152088],[-66.242735,18.180248],[-66.216899,18.14322],[-66.22449,18.095339],[-66.257527,18.075884],[-66.314848,18.152088]]]},"properties":{"id":"72009","n":"Aibonito","z":["00705","00786"],"st":"PR"}},"72011":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-67.22524024848,18.297984662974],[-67.182852,18.313026],[-67.130167,18.317927],[-67.052583,18.306655],[-67.037935,18.289705],[-67.082002,18.254946],[-67.191221277721,18.266748884012],[-67.22524024848,18.297984662974]]]},"properties":{"id":"72011","n":"Anasco","z":["00610","00670","00680"],"st":"PR"}},"72013":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-66.765570777836,18.48279600784],[-66.586254775677,18.487952291966],[-66.588181,18.389408],[-66.590785,18.33806],[-66.606989,18.328186],[-66.770072,18.325013],[-66.765570777836,18.48279600784]]]},"properties":{"id":"72013","n":"Arecibo","z":["00612","00613","00614","00616","00650","00652","00688"],"st":"PR"}},"72015":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-66.082263,18.032958],[-66.017954834139,17.97490226361],[-66.068103401526,17.945604829645],[-66.082263,18.032958]]]},"properties":{"id":"72015","n":"Arroyo","z":["00714"],"st":"PR"}},"72017":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-66.586254775677,18.487952291966],[-66.534256445319,18.479485371009],[-66.543079,18.405422],[-66.588181,18.389408],[-66.586254775677,18.487952291966]]]},"properties":{"id":"72017","n":"Barceloneta","z":["00612","00617","00650","09617"],"st":"PR"}},"72019":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-66.350793,18.241235],[-66.313299,18.249324],[-66.266466,18.24527],[-66.24046,18.184794],[-66.242735,18.180248],[-66.314848,18.152088],[-66.373768,18.173694],[-66.350793,18.241235]]]},"properties":{"id":"72019","n":"Barranquitas","z":["00794"],"st":"PR"}},"72021":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-66.204734,18.316035],[-66.19698,18.389289],[-66.169516,18.430998],[-66.13158,18.424656],[-66.143861,18.27959],[-66.190676,18.25884],[-66.206135,18.27666],[-66.204734,18.316035]]]},"properties":{"id":"72021","n":"Bayamon","z":["00934","00956","00957","00958","00959","00960","00961","00966","00969","00970","00971"],"st":"PR"}},"72023":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-67.180822,18.168055],[-67.159733,18.153227],[-67.100492,18.106395],[-67.109044,18.056085],[-67.107809434276,17.951623192902],[-67.183457,17.931135],[-67.211973,17.992993],[-67.180822,18.168055]]]},"properties":{"id":"72023","n":"Cabo Rojo","z":["00622","00623"],"st":"PR"}},"72025":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-66.117774,18.209949],[-66.066103,18.303321],[-66.041535,18.312344],[-66.021747,18.305034],[-65.99765,18.206992],[-66.052555,18.113069],[-66.095099,18.169077],[-66.117774,18.209949]]]},"properties":{"id":"72025","n":"Caguas","z":["00725","00726","00727"],"st":"PR"}},"72027":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-66.901566758552,18.488261257435],[-66.836591129039,18.491129644353],[-66.824223,18.342998],[-66.893339,18.367089],[-66.8989,18.366108],[-66.901566758552,18.488261257435]]]},"properties":{"id":"72027","n":"Camuy","z":["00627"],"st":"PR"}},"72029":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-65.919278,18.402993],[-65.867447,18.378198],[-65.836387,18.275246],[-65.852616,18.254972],[-65.918535,18.27013],[-65.919278,18.402993]]]},"properties":{"id":"72029","n":"Canovanas","z":["00729","00745","00777"],"st":"PR"}},"72031":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-65.992803754656,18.460171554464],[-65.919278,18.402993],[-65.918535,18.27013],[-65.942429,18.293469],[-65.999556,18.380065],[-66.034321847479,18.455069906799],[-65.992803754656,18.460171554464]]]},"properties":{"id":"72031","n":"Carolina","z":["00924","00976","00979","00981","00982","00983","00984","00985","00986","00987","00988"],"st":"PR"}},"72033":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-66.169516,18.430998],[-66.129403,18.465632],[-66.108281,18.438902],[-66.13158,18.424656],[-66.169516,18.430998]]]},"properties":{"id":"72033","n":"Catano","z":["00949","00961","00962","00963","00965"],"st":"PR"}},"72035":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-66.216899,18.14322],[-66.095099,18.169077],[-66.052555,18.113069],[-66.051788,18.109878],[-66.053146,18.107293],[-66.166145,18.050063],[-66.22449,18.095339],[-66.216899,18.14322]]]},"properties":{"id":"72035","n":"Cayey","z":["00725","00736","00737"],"st":"PR"}},"72037":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-65.758861,18.290604],[-65.753591,18.296755],[-65.613949666955,18.293815342204],[-65.599065,18.212961],[-65.659925744918,18.191573206731],[-65.766831,18.280004],[-65.758861,18.290604]]]},"properties":{"id":"72037","n":"Ceiba","z":["00735"],"st":"PR"}},"72039":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-66.590785,18.33806],[-66.533623,18.351333],[-66.463211,18.371473],[-66.455703,18.257726],[-66.543133,18.163098],[-66.56662,18.298549],[-66.606989,18.328186],[-66.590785,18.33806]]]},"properties":{"id":"72039","n":"Ciales","z":["00638","00650"],"st":"PR"}},"72041":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-66.24046,18.184794],[-66.169126,18.22429],[-66.117774,18.209949],[-66.095099,18.169077],[-66.216899,18.14322],[-66.242735,18.180248],[-66.24046,18.184794]]]},"properties":{"id":"72041","n":"Cidra","z":["00736","00739"],"st":"PR"}},"72043":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-66.373768,18.173694],[-66.314848,18.152088],[-66.257527,18.075884],[-66.331244,18.015891],[-66.426989,18.042627],[-66.430314,18.082053],[-66.44456,18.176674],[-66.373768,18.173694]]]},"properties":{"id":"72043","n":"Coamo","z":["00705","00720","00769","00794"],"st":"PR"}},"72045":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-66.266466,18.24527],[-66.206135,18.27666],[-66.190676,18.25884],[-66.169126,18.22429],[-66.24046,18.184794],[-66.266466,18.24527]]]},"properties":{"id":"72045","n":"Comerio","z":["00703","00782","00794"],"st":"PR"}},"72047":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-66.365272,18.333229],[-66.318764,18.367411],[-66.278076,18.329975],[-66.313299,18.249324],[-66.350793,18.241235],[-66.377712,18.293976],[-66.365272,18.333229]]]},"properties":{"id":"72047","n":"Corozal","z":["00719","00783","00953"],"st":"PR"}},"72049":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-65.342068,18.34529],[-65.221568,18.320959],[-65.283269,18.280214],[-65.342068,18.34529]]]},"properties":{"id":"72049","n":"Culebra","z":["00775"],"st":"PR"}},"72051":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-66.31502427369,18.47474119134],[-66.195882211469,18.470653764508],[-66.252554,18.394187],[-66.303663,18.384077],[-66.31502427369,18.47474119134]]]},"properties":{"id":"72051","n":"Dorado","z":["00646","00950"],"st":"PR"}},"72053":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-65.753591,18.296755],[-65.661351694098,18.389038931363],[-65.586232,18.393383],[-65.613949666955,18.293815342204],[-65.753591,18.296755]]]},"properties":{"id":"72053","n":"Fajardo","z":["00738","00740"],"st":"PR"}},"72054":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-66.588181,18.389408],[-66.543079,18.405422],[-66.533623,18.351333],[-66.590785,18.33806],[-66.588181,18.389408]]]},"properties":{"id":"72054","n":"Florida","z":["00617","00650"],"st":"PR"}},"72055":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-66.958748,18.032477],[-66.884653,18.024816],[-66.85832086214,17.951072812851],[-66.978700642439,17.957290942081],[-66.958748,18.032477]]]},"properties":{"id":"72055","n":"Guanica","z":["00647","00653"],"st":"PR"}},"72057":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-66.166145,18.050063],[-66.053146,18.107293],[-66.082263,18.032958],[-66.068103401526,17.945604829645],[-66.22053069398,17.917810380945],[-66.166145,18.050063]]]},"properties":{"id":"72057","n":"Guayama","z":["00704","00784","00785"],"st":"PR"}},"72059":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-66.857913940086,17.951049271681],[-66.797557,18.133445],[-66.769049,18.134983],[-66.775358902088,17.984431433826],[-66.857913940086,17.951049271681]]]},"properties":{"id":"72059","n":"Guayanilla","z":["00656","00698"],"st":"PR"}},"72061":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-66.13158,18.424656],[-66.108281,18.438902],[-66.080475,18.297295],[-66.143861,18.27959],[-66.13158,18.424656]]]},"properties":{"id":"72061","n":"Guaynabo","z":["00725","00926","00934","00959","00965","00966","00968","00969","00971"],"st":"PR"}},"72063":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-66.021747,18.305034],[-65.942429,18.293469],[-65.918535,18.27013],[-65.951019,18.229292],[-65.99765,18.206992],[-66.021747,18.305034]]]},"properties":{"id":"72063","n":"Gurabo","z":["00777","00778"],"st":"PR"}},"72065":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-66.836591129039,18.491129644353],[-66.765570777836,18.48279600784],[-66.770072,18.325013],[-66.826128,18.323382],[-66.824223,18.342998],[-66.836591129039,18.491129644353]]]},"properties":{"id":"72065","n":"Hatillo","z":["00659"],"st":"PR"}},"72067":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-67.159733,18.153227],[-67.086359,18.149829],[-67.100492,18.106395],[-67.159733,18.153227]]]},"properties":{"id":"72067","n":"Hormigueros","z":["00660"],"st":"PR"}},"72069":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-65.826063,18.200408],[-65.733357095756,18.165770472216],[-65.802906686375,18.071186],[-65.877615,18.118167],[-65.826063,18.200408]]]},"properties":{"id":"72069","n":"Humacao","z":["00741","00767","00791","00792"],"st":"PR"}},"72071":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-67.097303425856,18.511667916354],[-66.95631595186,18.49390042887],[-66.92202,18.393204],[-67.027173,18.393376],[-67.056507,18.460954],[-67.097303425856,18.511667916354]]]},"properties":{"id":"72071","n":"Isabela","z":["00662","00678","00685"],"st":"PR"}},"72073":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-66.56662,18.298549],[-66.543133,18.163098],[-66.54722,18.15313],[-66.552766,18.152057],[-66.649467,18.158857],[-66.56662,18.298549]]]},"properties":{"id":"72073","n":"Jayuya","z":["00664"],"st":"PR"}},"72075":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-66.54722,18.15313],[-66.521899,18.151954],[-66.518244,18.08503],[-66.430314,18.082053],[-66.426989,18.042627],[-66.453296753479,17.980133113482],[-66.540537316236,17.975475887827],[-66.552766,18.152057],[-66.54722,18.15313]]]},"properties":{"id":"72075","n":"Juana Diaz","z":["00715","00780","00795"],"st":"PR"}},"72077":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-65.918535,18.27013],[-65.852616,18.254972],[-65.928341,18.142845],[-65.951019,18.229292],[-65.918535,18.27013]]]},"properties":{"id":"72077","n":"Juncos","z":["00777"],"st":"PR"}},"72079":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-67.109044,18.056085],[-66.983337,18.052518],[-66.958748,18.032477],[-66.978700642439,17.957290942081],[-67.107809434276,17.951623192902],[-67.109044,18.056085]]]},"properties":{"id":"72079","n":"Lajas","z":["00647","00667"],"st":"PR"}},"72081":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-66.893339,18.367089],[-66.824223,18.342998],[-66.826128,18.323382],[-66.817271,18.230336],[-66.827327,18.171242],[-66.83676,18.170553],[-66.897964,18.187744],[-66.907236,18.25309],[-66.893339,18.367089]]]},"properties":{"id":"72081","n":"Lares","z":["00631","00669"],"st":"PR"}},"72083":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-67.082002,18.254946],[-67.037935,18.289705],[-66.907236,18.25309],[-66.897964,18.187744],[-67.019836,18.195471],[-67.082002,18.254946]]]},"properties":{"id":"72083","n":"Las Marias","z":["00669","00670"],"st":"PR"}},"72085":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-65.928341,18.142845],[-65.852616,18.254972],[-65.836387,18.275246],[-65.82422,18.273054],[-65.826063,18.200408],[-65.877615,18.118167],[-65.926227,18.119963],[-65.928341,18.142845]]]},"properties":{"id":"72085","n":"Las Piedras","z":["00771","00777"],"st":"PR"}},"72087":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-65.827737477559,18.425562489509],[-65.867447,18.378198],[-65.919278,18.402993],[-65.992803754656,18.460171554464],[-65.827737477559,18.425562489509]]]},"properties":{"id":"72087","n":"Loiza","z":["00729","00772"],"st":"PR"}},"72089":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-65.741796465289,18.398181745138],[-65.661351694098,18.389038931363],[-65.753591,18.296755],[-65.758861,18.290604],[-65.741796465289,18.398181745138]]]},"properties":{"id":"72089","n":"Luquillo","z":["00773"],"st":"PR"}},"72091":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-66.543079,18.405422],[-66.534256445319,18.479485371009],[-66.438950007399,18.481492909263],[-66.4438,18.371027],[-66.463211,18.371473],[-66.533623,18.351333],[-66.543079,18.405422]]]},"properties":{"id":"72091","n":"Manati","z":["00638","00674"],"st":"PR"}},"72093":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-67.019836,18.195471],[-66.897964,18.187744],[-66.83676,18.170553],[-66.926517,18.151267],[-66.977855,18.143799],[-67.051461,18.174053],[-67.019836,18.195471]]]},"properties":{"id":"72093","n":"Maricao","z":["00606"],"st":"PR"}},"72095":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-65.988523,18.058941],[-65.850918555785,18.011966436879],[-65.914936083488,17.98276590292],[-65.988523,18.058941]]]},"properties":{"id":"72095","n":"Maunabo","z":["00707"],"st":"PR"}},"72097":{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-67.191221277721,18.266748884012],[-67.082002,18.254946],[-67.019836,18.195471],[-67.051461,18.174053],[-67.086359,18.149829],[-67.159733,18.153227],[-67.180822,18.168055],[-67.191221277721,18.266748884012]]],[[[-67.941222,18.126927],[-67.846219,18.127576],[-67.885547,18.036472],[-67.941222,18.126927]]]]},"properties":{"id":"72097","n":"Mayaguez","z":["00636","00680","00681","00682"],"st":"PR"}},"72099":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-67.13221,18.389391],[-67.056507,18.460954],[-67.027173,18.393376],[-67.052583,18.306655],[-67.130167,18.317927],[-67.13221,18.389391]]]},"properties":{"id":"72099","n":"Moca","z":["00676"],"st":"PR"}},"72101":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-66.463211,18.371473],[-66.4438,18.371027],[-66.377058,18.344246],[-66.365272,18.333229],[-66.377712,18.293976],[-66.455703,18.257726],[-66.463211,18.371473]]]},"properties":{"id":"72101","n":"Morovis","z":["00687"],"st":"PR"}},"72103":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-65.82422,18.273054],[-65.766831,18.280004],[-65.659925744918,18.191573206731],[-65.733357095756,18.165770472216],[-65.826063,18.200408],[-65.82422,18.273054]]]},"properties":{"id":"72103","n":"Naguabo","z":["00718","00735","00744"],"st":"PR"}},"72105":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-66.278076,18.329975],[-66.204734,18.316035],[-66.206135,18.27666],[-66.266466,18.24527],[-66.313299,18.249324],[-66.278076,18.329975]]]},"properties":{"id":"72105","n":"Naranjito","z":["00719"],"st":"PR"}},"72107":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-66.543133,18.163098],[-66.455703,18.257726],[-66.377712,18.293976],[-66.350793,18.241235],[-66.373768,18.173694],[-66.44456,18.176674],[-66.521899,18.151954],[-66.54722,18.15313],[-66.543133,18.163098]]]},"properties":{"id":"72107","n":"Orocovis","z":["00720","00766"],"st":"PR"}},"72109":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-66.053146,18.107293],[-66.051788,18.109878],[-66.010245,18.075565],[-65.988523,18.058941],[-65.914936083488,17.98276590292],[-66.017954834139,17.97490226361],[-66.082263,18.032958],[-66.053146,18.107293]]]},"properties":{"id":"72109","n":"Patillas","z":["00723"],"st":"PR"}},"72111":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-66.775358902088,17.984431433826],[-66.769049,18.134983],[-66.69407,18.130534],[-66.697034446958,17.981973768597],[-66.775358902088,17.984431433826]]]},"properties":{"id":"72111","n":"Penuelas","z":["00624"],"st":"PR"}},"72113":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-66.69407,18.130534],[-66.670494,18.152831],[-66.649467,18.158857],[-66.552766,18.152057],[-66.540537316236,17.975475887827],[-66.697034446958,17.981973768597],[-66.69407,18.130534]]]},"properties":{"id":"72113","n":"Ponce","z":["00624","00715","00716","00717","00728","00730","00731","00732","00733","00734","00780","09717"],"st":"PR"}},"72115":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-66.95631595186,18.49390042887],[-66.901566758552,18.488261257435],[-66.8989,18.366108],[-66.92202,18.393204],[-66.95631595186,18.49390042887]]]},"properties":{"id":"72115","n":"Quebradillas","z":["00678","00742"],"st":"PR"}},"72117":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-67.239128357405,18.373827545192],[-67.182852,18.313026],[-67.22524024848,18.297984662974],[-67.239128357405,18.373827545192]]]},"properties":{"id":"72117","n":"Rincon","z":["00677"],"st":"PR"}},"72119":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-65.867447,18.378198],[-65.827737477559,18.425562489509],[-65.741796465289,18.398181745138],[-65.758861,18.290604],[-65.766831,18.280004],[-65.82422,18.273054],[-65.836387,18.275246],[-65.867447,18.378198]]]},"properties":{"id":"72119","n":"Rio Grande","z":["00721","00745"],"st":"PR"}},"72121":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-66.977855,18.143799],[-66.926517,18.151267],[-66.884653,18.024816],[-66.958748,18.032477],[-66.983337,18.052518],[-66.977855,18.143799]]]},"properties":{"id":"72121","n":"Sabana Grande","z":["00606","00637"],"st":"PR"}},"72123":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-66.331244,18.015891],[-66.257527,18.075884],[-66.22449,18.095339],[-66.166145,18.050063],[-66.22053069398,17.917810380945],[-66.33839,17.976458],[-66.331244,18.015891]]]},"properties":{"id":"72123","n":"Salinas","z":["00704","00751"],"st":"PR"}},"72125":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-67.100492,18.106395],[-67.086359,18.149829],[-67.051461,18.174053],[-66.977855,18.143799],[-66.983337,18.052518],[-67.109044,18.056085],[-67.100492,18.106395]]]},"properties":{"id":"72125","n":"San German","z":["00667","00680","00683"],"st":"PR"}},"72127":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-66.129260345439,18.472174589857],[-66.034321847479,18.455069906799],[-65.999556,18.380065],[-66.041535,18.312344],[-66.066103,18.303321],[-66.080475,18.297295],[-66.108281,18.438902],[-66.129403,18.465632],[-66.129260345439,18.472174589857]]]},"properties":{"id":"72127","n":"San Juan","z":["00725","00901","00902","00905","00906","00907","00908","00909","00910","00911","00912","00913","00914","00915","00916","00917","00918","00919","00920","00921","00922","00923","00924","00925","00926","00927","00928","00929","00931","00933","00935","00936","00937","00939","00940","00955","00966","00969","00971","00975","00976"],"st":"PR"}},"72129":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-66.052555,18.113069],[-65.99765,18.206992],[-65.951019,18.229292],[-65.928341,18.142845],[-65.926227,18.119963],[-66.010245,18.075565],[-66.051788,18.109878],[-66.052555,18.113069]]]},"properties":{"id":"72129","n":"San Lorenzo","z":["00725","00754","00778"],"st":"PR"}},"72131":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-67.027173,18.393376],[-66.92202,18.393204],[-66.8989,18.366108],[-66.893339,18.367089],[-66.907236,18.25309],[-67.037935,18.289705],[-67.052583,18.306655],[-67.027173,18.393376]]]},"properties":{"id":"72131","n":"San Sebastian","z":["00669","00678","00685"],"st":"PR"}},"72133":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-66.453296753479,17.980133113482],[-66.426989,18.042627],[-66.331244,18.015891],[-66.33839,17.976458],[-66.453296753479,17.980133113482]]]},"properties":{"id":"72133","n":"Santa Isabel","z":["00757"],"st":"PR"}},"72135":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-66.303663,18.384077],[-66.252554,18.394187],[-66.19698,18.389289],[-66.204734,18.316035],[-66.278076,18.329975],[-66.318764,18.367411],[-66.303663,18.384077]]]},"properties":{"id":"72135","n":"Toa Alta","z":["00719","00953","00954","00956","00957","00959"],"st":"PR"}},"72137":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-66.195882211469,18.470653764508],[-66.129260345439,18.472174589857],[-66.129403,18.465632],[-66.169516,18.430998],[-66.19698,18.389289],[-66.252554,18.394187],[-66.195882211469,18.470653764508]]]},"properties":{"id":"72137","n":"Toa Baja","z":["00949","00951","00952","00953","00959"],"st":"PR"}},"72139":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-65.999556,18.380065],[-65.942429,18.293469],[-66.021747,18.305034],[-66.041535,18.312344],[-65.999556,18.380065]]]},"properties":{"id":"72139","n":"Trujillo Alto","z":["00926","00976","00977","00978","00987"],"st":"PR"}},"72141":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-66.826128,18.323382],[-66.770072,18.325013],[-66.606989,18.328186],[-66.56662,18.298549],[-66.649467,18.158857],[-66.670494,18.152831],[-66.69373,18.216891],[-66.817271,18.230336],[-66.826128,18.323382]]]},"properties":{"id":"72141","n":"Utuado","z":["00601","00611","00641","00650","00664"],"st":"PR"}},"72143":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-66.377058,18.344246],[-66.349503322691,18.479214310309],[-66.31502427369,18.47474119134],[-66.303663,18.384077],[-66.318764,18.367411],[-66.365272,18.333229],[-66.377058,18.344246]]]},"properties":{"id":"72143","n":"Vega Alta","z":["00646","00692","00693"],"st":"PR"}},"72145":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-66.438950007399,18.481492909263],[-66.349503322691,18.479214310309],[-66.377058,18.344246],[-66.4438,18.371027],[-66.438950007399,18.481492909263]]]},"properties":{"id":"72145","n":"Vega Baja","z":["00674","00693","00694"],"st":"PR"}},"72147":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-65.57686,18.103224],[-65.50592,18.152605],[-65.287962,18.148097],[-65.291235,18.103469],[-65.542087,18.081177],[-65.57686,18.103224]]]},"properties":{"id":"72147","n":"Vieques","z":["00765"],"st":"PR"}},"72149":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-66.521899,18.151954],[-66.44456,18.176674],[-66.430314,18.082053],[-66.518244,18.08503],[-66.521899,18.151954]]]},"properties":{"id":"72149","n":"Villalba","z":["00766","00930"],"st":"PR"}},"72151":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-66.010245,18.075565],[-65.926227,18.119963],[-65.877615,18.118167],[-65.802906686375,18.071186],[-65.850918555785,18.011966436879],[-65.988523,18.058941],[-66.010245,18.075565]]]},"properties":{"id":"72151","n":"Yabucoa","z":["00767"],"st":"PR"}},"72153":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-66.926517,18.151267],[-66.83676,18.170553],[-66.827327,18.171242],[-66.797557,18.133445],[-66.857913940086,17.951049271681],[-66.85832086214,17.951072812851],[-66.884653,18.024816],[-66.926517,18.151267]]]},"properties":{"id":"72153","n":"Yauco","z":["00606","00637","00698"],"st":"PR"}},"06075":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-122.38982687659,37.708331],[-122.50067801908,37.708132568018],[-122.511983,37.77113],[-122.398139,37.80563],[-122.38982687659,37.708331]]]},"properties":{"id":"06075","n":"San Francisco","z":["94017","94102","94103","94104","94105","94107","94108","94109","94110","94111","94112","94114","94115","94116","94117","94118","94119","94120","94121","94122","94123","94124","94125","94126","94127","94129","94130","94131","94132","94133","94134","94137","94139","94140","94141","94142","94143","94144","94145","94146","94147","94151","94158","94159","94160","94161","94163","94164","94172","94177","94188","95115"],"st":"CA"}},"05099":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.483097,33.476075],[-93.456709,33.956837],[-93.373406,33.95707],[-93.264485,33.832282],[-93.10429,33.777011],[-93.116361,33.452909],[-93.365585,33.444459],[-93.483097,33.476075]]]},"properties":{"id":"05099","n":"Nevada","z":["71722","71764","71770","71827","71828","71835","71857","71858","71860","71864"],"st":"AR"}},"08014":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-105.16615,39.914047],[-105.052823,40.00026],[-104.961405,40.000337],[-105.052892,39.914224],[-105.16615,39.914047]]]},"properties":{"id":"08014","n":"Broomfield","z":["80020","80021","80023","80027","80035","80036","80038","80234","80516"],"st":"CO"}},"05067":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.58188,35.530447],[-91.36957,35.526362],[-91.36878,35.640012],[-91.310358,35.766173],[-91.198556,35.890024],[-91.032499,35.88507],[-91.036967,35.708418],[-91.03923,35.444717],[-91.039783,35.354256],[-91.251504,35.357557],[-91.252927,35.445845],[-91.347257,35.439106],[-91.584687,35.442311],[-91.58188,35.530447]]]},"properties":{"id":"05067","n":"Jackson","z":["72005","72014","72020","72043","72075","72101","72112","72169","72347","72431","72471","72473","72479"],"st":"AR"}},"08045":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-109.05106684627,39.497738809366],[-109.05087192526,39.660471777159],[-108.554627,39.650164],[-108.554722,39.69364],[-107.938546,39.694464],[-107.938502,39.824996],[-107.43177,39.828377],[-107.431665,39.917725],[-107.318751,39.914968],[-107.316993,40.090765],[-107.037363,40.091538],[-107.033968,39.918913],[-107.113672,39.919112],[-107.113446,39.366066],[-107.430949,39.366178],[-109.05122383102,39.366677549586],[-109.05106684627,39.497738809366]]]},"properties":{"id":"08045","n":"Garfield","z":["81601","81602","81623","81630","81635","81636","81637","81647","81650","81652"],"st":"CO"}},"05111":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.036967,35.708418],[-90.286736,35.699914],[-90.286899,35.438573],[-90.502429,35.441726],[-91.03923,35.444717],[-91.036967,35.708418]]]},"properties":{"id":"05111","n":"Poinsett","z":["72324","72354","72365","72377","72386","72429","72432","72472","72475","72479"],"st":"AR"}},"08119":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-105.32922,39.129689],[-105.033544,39.129819],[-105.028903,38.868907],[-105.072184,38.799382],[-104.938994,38.796884],[-104.942426,38.649882],[-105.240362,38.647595],[-105.329134,38.697205],[-105.330444,39.129685],[-105.32922,39.129689]]]},"properties":{"id":"08119","n":"Teller","z":["80813","80814","80816","80819","80827","80860","80863","80866"],"st":"CO"}},"01023":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.468662484051,31.893855711616],[-88.431145363463,32.227636234689],[-88.421312221394,32.308679123011],[-87.930661,32.310574],[-88.019145,32.28524],[-88.007077,32.185313],[-88.113584,32.00624],[-88.07349,31.990182],[-88.180384,31.814546],[-88.088288,31.699303],[-88.463625304685,31.69794237135],[-88.468662484051,31.893855711616]]]},"properties":{"id":"01023","n":"Choctaw","z":["36558","36904","36908","36910","36912","36913","36915","36916","36919","36921","36922"],"st":"AL"}},"05037":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.039783,35.354256],[-91.03923,35.444717],[-90.502429,35.441726],[-90.502993,35.144214],[-91.04267,35.148189],[-91.039783,35.354256]]]},"properties":{"id":"05037","n":"Cross","z":["72324","72326","72331","72346","72347","72373","72387","72396"],"st":"AR"}},"08081":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-109.04825975005,40.662601817228],[-109.050076,41.000659],[-107.91841828985,41.001227070644],[-107.31779575979,41.002842481232],[-107.314153,40.600281],[-107.428813,40.542207],[-107.439386,40.223379],[-107.468897,40.220234],[-109.05073211208,40.222655258258],[-109.04825975005,40.662601817228]]]},"properties":{"id":"08081","n":"Moffat","z":["81610","81625","81626","81633","81638","81640","81641","81653"],"st":"CO"}},"01053":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.61589,31.244458],[-87.427455,31.260386],[-86.763961,31.261293],[-86.700282,31.192217],[-86.688240964246,30.996201890001],[-86.785691976006,30.996982993517],[-87.163080692766,30.999024183878],[-87.598937,30.997422],[-87.61589,31.244458]]]},"properties":{"id":"01053","n":"Escambia","z":["36420","36426","36427","36432","36441","36483","36502","36503","36504","36543","36562"],"st":"AL"}},"05101":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.479528,36.125072],[-93.30082,36.12155],[-92.944666,36.115123],[-92.951315,35.724663],[-93.164452,35.728831],[-93.519575,35.734422],[-93.519204,35.763521],[-93.523639,35.881592],[-93.450715,35.967493],[-93.479528,36.125072]]]},"properties":{"id":"05101","n":"Newton","z":["72601","72624","72628","72638","72640","72641","72648","72655","72666","72670","72683","72685","72740","72742","72752","72839","72852","72854","72856"],"st":"AR"}},"08087":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-103.581844,40.523383],[-103.4672,40.523253],[-103.465377,40.436346],[-103.47199,40.001502],[-103.705701,40.001366],[-104.150332,40.000856],[-104.147714,40.524389],[-103.581844,40.523383]]]},"properties":{"id":"08087","n":"Morgan","z":["80649","80653","80654","80701","80705","80723","80733","80741","80750"],"st":"CO"}},"05009":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.293447355634,36.498259375234],[-92.854049114985,36.498023381142],[-92.884445,36.490713],[-92.890695,36.114132],[-92.944666,36.115123],[-93.30082,36.12155],[-93.293447355634,36.498259375234]]]},"properties":{"id":"05009","n":"Boone","z":{"1":"72601","2":"72602","3":"72611","4":"72615","5":"72630","6":"72633","7":"72644","8":"72662","9":"72685","10":"72687","11":"65733"},"st":"AR"}},"05109":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.935371,34.350097],[-93.478646,34.340851],[-93.502208,34.214106],[-93.46169,34.205751],[-93.434165,34.049739],[-93.373406,33.95707],[-93.456709,33.956837],[-93.528263,33.943023],[-93.823076,34.008893],[-93.820722,34.183802],[-93.92583,34.186496],[-93.935371,34.350097]]]},"properties":{"id":"05109","n":"Pike","z":["71852","71921","71922","71940","71943","71950","71952","71958","71959","71971"],"st":"AR"}},"05045":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.554685,35.113277],[-92.481469,35.368392],[-92.252759,35.363718],[-92.111463,35.362725],[-92.119719,35.066493],[-92.121336,35.01221],[-92.227541,35.014484],[-92.229893,34.927558],[-92.419276,34.931675],[-92.436108,34.842218],[-92.483512,34.950937],[-92.544341,34.953319],[-92.597762,34.995827],[-92.554685,35.113277]]]},"properties":{"id":"05045","n":"Faulkner","z":["72023","72032","72033","72034","72035","72039","72047","72058","72061","72076","72106","72111","72120","72131","72173","72181"],"st":"AR"}},"05051":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.394289,34.743393],[-93.287785,34.773193],[-93.075178,34.771892],[-92.96925,34.772266],[-92.979902,34.637222],[-92.808028,34.590406],[-92.793197,34.503606],[-92.915079,34.506114],[-92.948071,34.389255],[-93.407227,34.396853],[-93.394289,34.743393]]]},"properties":{"id":"05051","n":"Garland","z":["71901","71902","71903","71909","71910","71913","71914","71933","71949","71956","71964","71968","72087"],"st":"AR"}},"05053":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.668711,34.414237],[-92.589418,34.455641],[-92.40468,34.451916],[-92.403557,34.495795],[-92.245818,34.493506],[-92.208041,34.492765],[-92.212906,34.2304],[-92.233376,34.062312],[-92.336765,34.059633],[-92.493672,34.144234],[-92.678383,34.149622],[-92.668711,34.414237]]]},"properties":{"id":"05053","n":"Grant","z":["71602","71603","72015","72057","72065","72079","72084","72128","72129","72132","72150","72167"],"st":"AR"}},"01021":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.019157,32.837034],[-86.876118,32.836264],[-86.881182,33.049901],[-86.881638,33.071861],[-86.610003,33.070003],[-86.517344,33.020566],[-86.515959,32.929361],[-86.457015,32.813899],[-86.374974,32.75358],[-86.413116,32.707386],[-86.714219,32.705694],[-86.71339,32.661732],[-86.917595,32.664169],[-87.01766,32.663269],[-87.017762,32.729532],[-87.019157,32.837034]]]},"properties":{"id":"01021","n":"Chilton","z":["35040","35045","35046","35085","35115","35171","36006","36045","36051","36091","36750","36758","36790","36792","36793"],"st":"AL"}},"05127":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.447509535784,34.933976212157],[-94.230524,34.968527],[-94.228244,35.057595],[-94.140571,35.099678],[-94.074347,35.026585],[-93.704885,35.019715],[-93.710297,34.745296],[-93.930509,34.665608],[-93.937304,34.680555],[-94.317659,34.697408],[-94.454395034138,34.728958673179],[-94.447509535784,34.933976212157]]]},"properties":{"id":"05127","n":"Scott","z":["71953","72833","72841","72926","72927","72944","72950","72958"],"st":"AR"}},"05149":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.704885,35.019715],[-93.706692,35.134943],[-93.529838,35.145441],[-93.457022,35.215782],[-93.279959,35.212552],[-93.278293,35.317402],[-93.156078,35.235307],[-93.065176,35.118184],[-93.000171,35.168446],[-92.896109,35.170678],[-93.040709,35.108951],[-93.040525,35.076923],[-93.305684,34.875592],[-93.287785,34.773193],[-93.394289,34.743393],[-93.710297,34.745296],[-93.704885,35.019715]]]},"properties":{"id":"05149","n":"Yell","z":["72025","72824","72827","72828","72829","72833","72834","72838","72842","72853","72857","72860","72943"],"st":"AR"}},"08105":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-106.693845,37.835244],[-106.587139,37.834426],[-106.586374,37.747809],[-106.038413,37.748353],[-106.039331,37.400852],[-106.678373,37.403596],[-106.710775,37.404228],[-106.711624,37.664273],[-106.693845,37.835244]]]},"properties":{"id":"08105","n":"Rio Grande","z":["81125","81132","81135","81144","81154"],"st":"CO"}},"05025":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.336765,34.059633],[-92.233376,34.062312],[-91.953799,34.064141],[-91.975974,33.791787],[-91.975844,33.704414],[-92.330839,33.707806],[-92.334249,33.795065],[-92.45613,33.972622],[-92.471667,34.057054],[-92.336765,34.059633]]]},"properties":{"id":"05025","n":"Cleveland","z":["71603","71652","71660","71665","71667","71671"],"st":"AR"}},"08091":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-107.63504,38.301896],[-107.56862,38.147267],[-107.51088,38.060877],[-107.568875,37.965015],[-107.738283,37.905432],[-107.795469,37.98852],[-107.889716,38.011615],[-107.891469,38.115957],[-107.965789,38.152328],[-107.937588,38.218992],[-108.086604,38.255202],[-108.13238,38.331573],[-107.63504,38.301896]]]},"properties":{"id":"08091","n":"Ouray","z":["81403","81427","81432"],"st":"CO"}},"01093":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.203583495219,34.086527731468],[-88.173261734595,34.321039534334],[-87.634725,34.306997],[-87.636118,34.002203],[-87.635932,33.915251],[-87.951785,33.91993],[-87.98693,34.052102],[-88.207229,34.058333],[-88.203583495219,34.086527731468]]]},"properties":{"id":"01093","n":"Marion","z":["35543","35548","35552","35554","35563","35564","35565","35570","35571","35581","35593","35594"],"st":"AL"}},"01007":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.421936,33.003379],[-87.318539,33.006179],[-87.281945,33.13306],[-87.199317,33.130657],[-87.199153,33.196554],[-87.065738,33.246907],[-87.026846,33.246459],[-87.025596,33.165795],[-86.881182,33.049901],[-86.876118,32.836264],[-87.019157,32.837034],[-87.319184,32.831522],[-87.4212,32.874508],[-87.421936,33.003379]]]},"properties":{"id":"01007","n":"Bibb","z":["35034","35035","35042","35074","35111","35115","35184","35188","35456","36750","36792","36793"],"st":"AL"}},"08043":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-106.010751,38.446566],[-105.908717,38.505631],[-105.878122,38.60212],[-105.96975,38.693551],[-105.329134,38.697205],[-105.240362,38.647595],[-104.942426,38.649882],[-104.941533,38.519569],[-104.940366,38.258275],[-105.049215,38.257973],[-105.796897,38.265047],[-106.010751,38.446566]]]},"properties":{"id":"08043","n":"Fremont","z":["80926","81201","81212","81215","81221","81222","81223","81226","81232","81233","81240","81244","81253","81290"],"st":"CO"}},"08035":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-105.04874,39.566088],[-104.660626,39.565909],[-104.662896,39.129527],[-105.033544,39.129819],[-105.32922,39.129689],[-105.217833,39.260115],[-105.171278,39.406854],[-105.04874,39.566088]]]},"properties":{"id":"08035","n":"Douglas","z":["80016","80104","80106","80108","80109","80112","80116","80118","80120","80124","80125","80126","80129","80130","80131","80133","80134","80135","80138"],"st":"CO"}},"01103":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.105073,34.686037],[-86.838554,34.556632],[-86.790056,34.55079],[-86.689353,34.586425],[-86.550166,34.545963],[-86.581936,34.304694],[-87.110111,34.313799],[-87.105073,34.686037]]]},"properties":{"id":"01103","n":"Morgan","z":["35019","35087","35175","35179","35601","35602","35603","35609","35619","35621","35622","35640","35670","35673","35699","35754","35775"],"st":"AL"}},"01133":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.634725,34.306997],[-87.529722,34.304598],[-87.109911,34.299299],[-87.111992,33.992385],[-87.151036,33.993225],[-87.636118,34.002203],[-87.634725,34.306997]]]},"properties":{"id":"01133","n":"Winston","z":["35053","35098","35179","35503","35540","35541","35551","35553","35565","35572","35575","35577","35578"],"st":"AL"}},"01131":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.667769,31.991355],[-87.622756,32.005482],[-87.624005,32.132345],[-87.521946,32.132816],[-87.514066,32.265993],[-87.472206,32.264919],[-87.324783,32.199069],[-87.17786,32.047514],[-86.906956,32.04797],[-86.857583,31.962167],[-86.908939,31.961673],[-86.906899,31.830628],[-87.50093,31.829251],[-87.620112,31.827123],[-87.666836,31.875747],[-87.667769,31.991355]]]},"properties":{"id":"01131","n":"Wilcox","z":["36435","36481","36720","36722","36723","36726","36728","36751","36753","36761","36766","36768","36769","36783","36784"],"st":"AL"}},"01107":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.30444281351,33.28832],[-88.274516470784,33.534001477785],[-87.946519,33.524065],[-87.840683,33.524839],[-87.837521,33.153637],[-87.968348,33.078235],[-88.149395,33.037298],[-88.171852,32.99586],[-88.340084992139,32.991264337875],[-88.30444281351,33.28832]]]},"properties":{"id":"01107","n":"Pickens","z":["35442","35447","35461","35466","35471","35481","35555","35574","35576"],"st":"AL"}},"05043":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.975844,33.704414],[-91.975974,33.791787],[-91.557648,33.783384],[-91.450325,33.780415],[-91.453438,33.563703],[-91.45737,33.388974],[-91.990167,33.398214],[-91.975844,33.704414]]]},"properties":{"id":"05043","n":"Drew","z":["71638","71642","71646","71655","71656","71657","71670","71671","71675","71677"],"st":"AR"}},"01083":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.210758579982,34.999049181],[-86.83628631595,34.992803004217],[-86.783648,34.991925],[-86.790056,34.55079],[-86.838554,34.556632],[-87.105073,34.686037],[-87.260676,34.758626],[-87.214914,34.816011],[-87.210758579982,34.999049181]]]},"properties":{"id":"01083","n":"Limestone","z":["35610","35611","35612","35613","35614","35615","35620","35647","35649","35652","35671","35739","35749","35756","35757","35773"],"st":"AL"}},"05137":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.416719,35.78859],[-92.414324,35.975865],[-92.30722,35.974022],[-92.304951,36.06108],[-92.197649,36.059287],[-92.19543,36.132798],[-92.063576,36.024372],[-92.108622,35.931328],[-91.95302,35.931644],[-91.849448,35.867411],[-91.837179,35.704932],[-92.24052,35.71219],[-92.418408,35.716046],[-92.416719,35.78859]]]},"properties":{"id":"05137","n":"Stone","z":["72031","72044","72051","72153","72519","72530","72533","72550","72555","72560","72567","72645","72650","72657","72663","72680"],"st":"AR"}},"01017":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.593177,33.10734],[-85.232441405187,33.108077093934],[-85.186117401789,32.870138269972],[-85.124533222751,32.751629606751],[-85.285043,32.730731],[-85.593151,32.72853],[-85.593177,33.10734]]]},"properties":{"id":"01017","n":"Chambers","z":["36274","36276","36801","36850","36852","36854","36855","36862","36863","36872","36879"],"st":"AL"}},"04011":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-109.49544,33.652697],[-109.347968,33.777456],[-109.04660747392,33.77822380035],[-109.047237,33.208965],[-109.04711706231,32.777794000948],[-109.04761200322,32.426375388514],[-109.113987,32.426177],[-109.22607,32.529096],[-109.206249,32.635803],[-109.245005,32.741985],[-109.49574,33.078409],[-109.49544,33.652697]]]},"properties":{"id":"04011","n":"Greenlee","z":["85533","85534","85540","85922"],"st":"AZ"}},"01055":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.303516,34.099073],[-86.206107,34.17265],[-86.106086,34.200756],[-85.843617,34.200006],[-85.738975,33.96846],[-85.96917,33.914598],[-86.065272,33.842198],[-86.199164,33.988918],[-86.325622,33.940147],[-86.370152,33.93977],[-86.303516,34.099073]]]},"properties":{"id":"01055","n":"Etowah","z":["35901","35902","35903","35904","35905","35906","35907","35952","35954","35956","35961","35972","35990","36272","36275"],"st":"AL"}},"05141":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.809763,35.722401],[-92.631207,35.718365],[-92.629837,35.790823],[-92.416719,35.78859],[-92.418408,35.716046],[-92.24052,35.71219],[-92.252759,35.363718],[-92.481469,35.368392],[-92.479268,35.455357],[-92.850624,35.46295],[-92.813417,35.549],[-92.809763,35.722401]]]},"properties":{"id":"05141","n":"Van Buren","z":["72013","72028","72030","72031","72039","72067","72080","72088","72131","72141","72153","72629","72645"],"st":"AR"}},"01031":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.193951,31.440072],[-86.145895,31.617741],[-85.789142,31.617964],[-85.791402,31.196349],[-86.193476,31.192213],[-86.193951,31.440072]]]},"properties":{"id":"01031","n":"Coffee","z":["36009","36010","36034","36079","36311","36316","36318","36322","36323","36330","36331","36346","36351","36360","36453","36467","36477"],"st":"AL"}},"01075":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.248387473909,33.744907594882],[-88.207229,34.058333],[-87.98693,34.052102],[-87.951785,33.91993],[-87.946519,33.524065],[-88.274516470784,33.534001477785],[-88.248387473909,33.744907594882]]]},"properties":{"id":"01075","n":"Lamar","z":["35544","35552","35555","35563","35570","35574","35576","35586","35592"],"st":"AL"}},"01059":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.154902184009,34.46303430044],[-88.139559441247,34.581696745884],[-87.529667,34.567081],[-87.529722,34.304598],[-87.634725,34.306997],[-88.173261734595,34.321039534334],[-88.154902184009,34.46303430044]]]},"properties":{"id":"01059","n":"Franklin","z":["35564","35565","35571","35581","35582","35585","35593","35653","35654"],"st":"AL"}},"01121":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.378665,33.390983],[-86.281999,33.509895],[-86.235328,33.494532],[-86.145562,33.679098],[-86.050669,33.67459],[-85.994935,33.586475],[-85.794559,33.585565],[-85.796054,33.55622],[-85.85189,33.498742],[-85.904909,33.498655],[-85.923762,33.396206],[-85.976525,33.38187],[-85.980293,33.29419],[-86.118198,33.29632],[-86.120567,33.194511],[-86.17283,33.195681],[-86.17437,33.104394],[-86.491029,33.102944],[-86.503127,33.179144],[-86.35734,33.296917],[-86.378665,33.390983]]]},"properties":{"id":"01121","n":"Talladega","z":["35014","35032","35044","35072","35096","35149","35150","35151","35160","35161","36203","36260","36268"],"st":"AL"}},"06087":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-122.152278,37.286055],[-121.99109,37.14427],[-121.84629,37.09702],[-121.738697,36.989991],[-121.581354,36.899152],[-121.644001,36.893996],[-121.699956,36.919683],[-121.81273242676,36.850049443745],[-121.906468,36.96895],[-122.105976,36.955951],[-122.29431019191,37.105141386718],[-122.317682,37.186945],[-122.152774,37.215444],[-122.152278,37.286055]]]},"properties":{"id":"06087","n":"Santa Cruz","z":["95001","95003","95005","95006","95007","95010","95017","95018","95019","95026","95033","95041","95044","95060","95061","95062","95063","95064","95065","95066","95067","95073","95076","95077","95976"],"st":"CA"}},"05011":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.330839,33.707806],[-91.975844,33.704414],[-91.990167,33.398214],[-91.977284,33.302026],[-92.128464,33.208775],[-92.137527,33.162956],[-92.22406,33.251782],[-92.350432,33.298941],[-92.378616,33.314733],[-92.311079,33.499782],[-92.330839,33.707806]]]},"properties":{"id":"05011","n":"Bradley","z":["71631","71647","71651","71660","71671","71675"],"st":"AR"}},"06031":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-120.315068,35.907186],[-119.959058,36.181747],[-119.959227,36.400975],[-119.6664,36.41888],[-119.573194,36.488835],[-119.528792,36.401465],[-119.474892,36.400953],[-119.474607,36.269025],[-119.529358,36.26985],[-119.538116,35.789567],[-120.194146,35.789204],[-120.213979,35.789276],[-120.315068,35.907186]]]},"properties":{"id":"06031","n":"Kings","z":["93201","93202","93204","93212","93230","93232","93239","93242","93245","93246","93266","93631","93656"],"st":"CA"}},"08033":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-109.04260410062,37.881084817493],[-108.81671,37.895538],[-108.256498,37.894607],[-108.210164,37.821125],[-107.989208,37.85664],[-107.860845,37.775517],[-107.872966,37.722416],[-107.968875,37.696485],[-107.970086,37.639587],[-108.917081,37.631902],[-109.0437807205,37.484819231418],[-109.04260410062,37.881084817493]]]},"properties":{"id":"08033","n":"Dolores","z":["81320","81323","81324","81325","81332"],"st":"CO"}},"05057":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.957315,33.75094],[-93.831452,33.747709],[-93.823076,34.008893],[-93.528263,33.943023],[-93.456709,33.956837],[-93.483097,33.476075],[-93.722867,33.481963],[-93.772686,33.498513],[-93.825884,33.609853],[-93.965637,33.669736],[-93.957315,33.75094]]]},"properties":{"id":"05057","n":"Hempstead","z":["71801","71802","71825","71835","71838","71847","71852","71855","71857","71859","71862"],"st":"AR"}},"08013":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-105.653321,40.260457],[-105.055089,40.261793],[-105.052823,40.00026],[-105.16615,39.914047],[-105.397849,39.912886],[-105.398041,39.934854],[-105.675798,39.932445],[-105.638797,40.038787],[-105.653321,40.260457]]]},"properties":{"id":"08013","n":"Boulder","z":["80020","80025","80026","80027","80301","80302","80303","80304","80305","80306","80308","80309","80310","80314","80403","80422","80455","80466","80471","80481","80501","80502","80503","80504","80510","80516","80533","80540","80544"],"st":"CO"}},"01041":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.448198,31.964629],[-86.406276,32.050731],[-86.303616,32.051664],[-86.302217,31.965065],[-86.191379,31.966453],[-86.199378,31.79045],[-86.148339,31.790951],[-86.145895,31.617741],[-86.193951,31.440072],[-86.277031,31.455602],[-86.280155,31.52851],[-86.398536,31.451325],[-86.39994,31.527128],[-86.499213,31.525331],[-86.499533,31.655247],[-86.448635,31.655617],[-86.448198,31.964629]]]},"properties":{"id":"01041","n":"Crenshaw","z":["36009","36028","36034","36035","36036","36037","36041","36042","36046","36049","36071"],"st":"AL"}},"05027":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.365585,33.444459],[-93.116361,33.452909],[-93.119014,33.380293],[-92.978469,33.37728],[-92.988707610715,33.017250940152],[-93.238606962399,33.018015879957],[-93.49051240012,33.018634595666],[-93.48176,33.259991],[-93.442019,33.258165],[-93.365585,33.444459]]]},"properties":{"id":"05027","n":"Columbia","z":["71740","71752","71753","71754","71764","71770","71860","71861"],"st":"AR"}},"05031":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.032499,35.88507],[-90.872785,35.88087],[-90.852064,35.968092],[-90.387378,35.964708],[-90.368718,35.995812],[-90.288947915273,35.996514004211],[-90.286736,35.699914],[-91.036967,35.708418],[-91.032499,35.88507]]]},"properties":{"id":"05031","n":"Craighead","z":["72401","72402","72403","72404","72411","72414","72416","72417","72419","72421","72427","72437","72447","72450","72467","72479"],"st":"AR"}},"08095":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-102.65131,40.749402],[-102.05129200021,40.749585994874],[-102.05129415158,40.697546832389],[-102.0513047986,40.440007993377],[-102.664804,40.438473],[-102.65131,40.749402]]]},"properties":{"id":"08095","n":"Phillips","z":["80721","80731","80734","80746"],"st":"CO"}},"08041":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-105.033544,39.129819],[-104.662896,39.129527],[-104.051568,39.128138],[-104.055528,38.868868],[-104.053921,38.522393],[-104.941533,38.519569],[-104.942426,38.649882],[-104.938994,38.796884],[-105.072184,38.799382],[-105.028903,38.868907],[-105.033544,39.129819]]]},"properties":{"id":"08041","n":"El Paso","z":["80106","80132","80133","80808","80809","80817","80819","80829","80831","80832","80833","80840","80841","80864","80901","80902","80903","80904","80905","80906","80907","80908","80909","80910","80911","80912","80913","80914","80915","80916","80917","80918","80919","80920","80921","80922","80923","80924","80925","80926","80927","80928","80929","80930","80931","80932","80933","80934","80935","80936","80937","80938","80939","80941","80942","80946","80947","80949","80950","80951","80960","80962","80970","80977","80995","80997","81008"],"st":"CO"}},"08027":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-105.796897,38.265047],[-105.049215,38.257973],[-105.049917,37.915479],[-105.168652,38.018946],[-105.285076,37.899421],[-105.317081,37.938949],[-105.473204,37.89597],[-105.583922,37.967196],[-105.67627,38.146173],[-105.796897,38.265047]]]},"properties":{"id":"08027","n":"Custer","z":["81069","81252","81253"],"st":"CO"}},"02164":{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-157.288702,56.566039],[-157.172027,56.598039],[-156.975549,56.540446],[-157.047173,56.519931],[-157.326059,56.525169],[-157.288702,56.566039]]],[[[-158.89354798657,56.809308548377],[-158.656355,56.810012],[-158.679293,56.988625],[-158.531328,57.132156],[-158.32018,57.281558],[-158.083785,57.357181],[-157.931624,57.476208],[-157.678891,57.563888],[-157.709179,57.657459],[-157.642226,57.868777],[-157.596601,58.08867],[-157.48013,58.217354],[-157.547209,58.277535],[-157.541041,58.377302],[-157.481487,58.480771],[-157.23430063668,58.616667],[-156.313889,58.616666],[-156.313889,58.885833],[-157.045496,58.885833],[-157.09537227094,58.866670717095],[-157.1962921401,58.849359541662],[-157.196306,59.086122],[-157.275221,59.086121],[-157.275233,59.259482],[-157.106808,59.259483],[-157.106814,59.346162],[-156.769965,59.346166],[-156.769971,59.432843],[-156.675483,59.432844],[-156.675489,59.519521],[-156.505345,59.519523],[-156.505349,59.606199],[-156.165066,59.606202],[-156.165068,59.692877],[-156.000145,59.692879],[-156.000086,60.90619],[-153.440884,60.906236],[-153.397284,60.819581],[-153.397276,60.472948],[-153.528441,60.472939],[-153.528392,60.126281],[-153.65698,60.126277],[-153.656977,59.779607],[-153.78307,59.779597],[-153.783068,59.692926],[-153.953198,59.692918],[-153.953181,59.519569],[-154.123327,59.519552],[-154.123321,59.432887],[-154.412028,59.432882],[-154.412013,59.259524],[-154.748861,59.259518],[-154.695105,59.086159],[-154.695036,58.739431],[-154.642558,58.739431],[-154.642545,58.652747],[-154.305691,58.652751],[-154.303447,58.460385],[-154.432332,58.418998],[-154.465741,58.361356],[-154.729769,58.332837],[-154.730369,58.304669],[-155.008132,58.290905],[-155.057741,58.236209],[-155.221463,58.236408],[-155.221313,58.193193],[-155.331945,58.193283],[-155.280169,58.108591],[-155.331678,58.048211],[-155.330245,57.876343],[-155.44602,57.871459],[-155.446251,57.827094],[-155.693773,57.797987],[-155.768022,57.668261],[-155.898455,57.6681],[-155.84623,57.629144],[-155.921548,57.554334],[-155.952772,57.598213],[-156.071148,57.584424],[-156.132032,57.509692],[-156.370235,57.522368],[-156.508759,57.434831],[-156.502226,57.362606],[-156.617395,57.334942],[-156.672751,57.234909],[-156.75078,57.235795],[-156.750815,57.162878],[-156.37428730155,57.159250120724],[-156.44301,57.119533],[-156.55052,56.98461],[-156.704216,56.987079],[-156.825982,56.897667],[-156.935629,56.920087],[-157.034624,56.884487],[-157.183636,56.769079],[-157.290511,56.804713],[-157.530765,56.753775],[-157.563802,56.703426],[-157.45216,56.64322],[-157.674587,56.609507],[-157.791844,56.670692],[-157.918541,56.643137],[-157.817826,56.51421],[-157.869124,56.456612],[-157.971711,56.476737],[-158.12744,56.460805],[-158.284699,56.481089],[-158.438414,56.427471],[-158.489546,56.341865],[-158.207387,56.294354],[-158.117797,56.230742],[-158.374324,56.134522],[-158.431471,55.994452],[-158.638211,55.994743],[-158.653214,55.958615],[-158.898116,55.951041],[-159.096187,55.91475],[-159.086217,55.834869],[-159.56143832069,55.640913756658],[-159.56136,55.887197],[-159.867971,55.887193],[-159.86797,55.973918],[-159.806406,55.973919],[-159.806389,56.320805],[-159.900133,56.320803],[-159.900149,56.494239],[-159.588036,56.494245],[-159.588041,56.580961],[-159.275928,56.580967],[-159.275932,56.667682],[-159.051089,56.667687],[-159.051094,56.754401],[-158.893607,56.754404],[-158.89354798657,56.809308548377]]]]},"properties":{"id":"02164","n":"Lake and Peninsula","z":["99548","99549","99564","99565","99579","99606","99613","99625","99640","99647","99648","99649","99653","99695"],"st":"AK"}},"05095":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.36856,34.912735],[-91.29479,34.912452],[-91.293111,34.985091],[-91.149842,35.00247],[-91.152457,34.911847],[-91.099961,34.86712],[-91.102542,34.734864],[-91.049474,34.734184],[-91.051918,34.645721],[-91.054774,34.47088],[-91.000459,34.469398],[-91.002693,34.336353],[-91.056276,34.336605],[-91.291483,34.561761],[-91.37782,34.56348],[-91.446983,34.667531],[-91.374765,34.665964],[-91.36856,34.912735]]]},"properties":{"id":"05095","n":"Monroe","z":["72021","72029","72036","72069","72108","72134","72366","72368","72392"],"st":"AR"}},"05039":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.886285,34.155877],[-92.678383,34.149622],[-92.493672,34.144234],[-92.336765,34.059633],[-92.471667,34.057054],[-92.45613,33.972622],[-92.334249,33.795065],[-92.583054,33.802198],[-92.893534,33.809943],[-92.89314,33.902751],[-92.961419,33.974159],[-92.893116,33.983284],[-92.886285,34.155877]]]},"properties":{"id":"05039","n":"Dallas","z":["71720","71725","71742","71748","71763","71923","72084"],"st":"AR"}},"06085":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-122.081473,37.477838],[-121.925041,37.454186],[-121.855762,37.484537],[-121.472648,37.48217],[-121.409693,37.382013],[-121.459051,37.282739],[-121.404636,37.155989],[-121.282271,37.183675],[-121.226804,37.134774],[-121.245887,36.983036],[-121.215406,36.961248],[-121.501488,36.971895],[-121.581354,36.899152],[-121.738697,36.989991],[-121.84629,37.09702],[-121.99109,37.14427],[-122.152278,37.286055],[-122.190402,37.431472],[-122.081473,37.477838]]]},"properties":{"id":"06085","n":"Santa Clara","z":["94022","94023","94024","94028","94035","94039","94040","94041","94042","94043","94085","94086","94087","94088","94089","94301","94302","94303","94304","94305","94306","94309","94550","94807","95002","95008","95009","95011","95013","95014","95015","95020","95021","95023","95030","95031","95032","95033","95035","95036","95037","95038","95042","95046","95050","95051","95052","95053","95054","95055","95056","95070","95071","95076","95101","95103","95106","95108","95109","95110","95111","95112","95113","95116","95117","95118","95119","95120","95121","95122","95123","95124","95125","95126","95127","95128","95129","95130","95131","95132","95133","95134","95135","95136","95138","95139","95140","95141","95148","95150","95151","95152","95153","95154","95155","95156","95157","95158","95159","95160","95164","95170","95172","95173","95190","95191","95192","95193","95194","95196"],"st":"CA"}},"06021":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-122.046471,39.797648],[-121.967868,39.722397],[-121.994021,39.533926],[-121.856532,39.536904],[-121.890013,39.383864],[-122.136161,39.414499],[-122.192334,39.385257],[-122.739062,39.383266],[-122.735639,39.580668],[-122.885352,39.580108],[-122.892676,39.708898],[-122.937654,39.798156],[-122.046471,39.797648]]]},"properties":{"id":"06021","n":"Glenn","z":["95913","95920","95939","95943","95951","95963","95970","95988"],"st":"CA"}},"05129":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.944666,36.115123],[-92.890695,36.114132],[-92.836531,36.070065],[-92.411502,36.062756],[-92.414324,35.975865],[-92.416719,35.78859],[-92.629837,35.790823],[-92.631207,35.718365],[-92.809763,35.722401],[-92.951315,35.724663],[-92.944666,36.115123]]]},"properties":{"id":"05129","n":"Searcy","z":["72633","72636","72639","72645","72650","72669","72675","72679","72685","72686"],"st":"AR"}},"04023":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-110.451736,31.731267],[-110.46017261045,31.333141378992],[-111.074825,31.332239],[-111.36696937116,31.424824287192],[-111.366613,31.521291],[-111.163725,31.521826],[-111.164183,31.725983],[-110.451736,31.731267]]]},"properties":{"id":"04023","n":"Santa Cruz","z":["85611","85621","85624","85628","85637","85640","85645","85646","85648"],"st":"AZ"}},"05003":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.137527,33.162956],[-92.128464,33.208775],[-91.977284,33.302026],[-91.990167,33.398214],[-91.45737,33.388974],[-91.460391771832,33.005997055701],[-92.069146592481,33.008482430257],[-92.143596,33.098242],[-92.137527,33.162956]]]},"properties":{"id":"05003","n":"Ashley","z":["71635","71642","71646","71658","71661","71663","71676"],"st":"AR"}},"05089":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.854049114985,36.498023381142],[-92.772333893372,36.498083154079],[-92.529136581044,36.498165682985],[-92.575141,36.309333],[-92.469262,36.250904],[-92.411852,36.162123],[-92.411502,36.062756],[-92.836531,36.070065],[-92.890695,36.114132],[-92.884445,36.490713],[-92.854049114985,36.498023381142]]]},"properties":{"id":"05089","n":"Marion","z":{"3":"72601","4":"72619","5":"72633","6":"72634","7":"72644","8":"72653","9":"72661","10":"72668","11":"72672","12":"72675","13":"72677","14":"72682","15":"72687","16":"65729","17":"65733","18":"65761"},"st":"AR"}},"09013":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.509179336298,42.03408049659],[-72.135731461947,42.029141929942],[-72.102159434527,42.028630240055],[-72.099229,41.958948],[-72.21698,41.958161],[-72.156719,41.753719],[-72.239559,41.714191],[-72.410367,41.602581],[-72.49681,41.860616],[-72.509179336298,42.03408049659]]]},"properties":{"id":"09013","n":"Tolland","z":["06029","06043","06066","06071","06072","06075","06076","06077","06084","06226","06231","06232","06237","06238","06242","06248","06250","06251","06265","06268","06269","06279"],"st":"CT"}},"08083":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-109.0437807205,37.484819231418],[-108.917081,37.631902],[-107.970086,37.639587],[-108.022895,37.590587],[-108.038409,37.451931],[-108.105857,37.382068],[-108.197776,37.354939],[-108.290423,37.223584],[-108.290459,37.145975],[-108.37930295009,36.999564686312],[-109.045223,36.999084],[-109.0437807205,37.484819231418]]]},"properties":{"id":"08083","n":"Montezuma","z":["81321","81323","81327","81328","81330","81331","81334","81335"],"st":"CO"}},"01045":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.789142,31.617964],[-85.748251,31.618048],[-85.416437,31.619466],[-85.417434,31.314973],[-85.485854,31.246096],[-85.666121,31.267316],[-85.710333,31.195173],[-85.791402,31.196349],[-85.789142,31.617964]]]},"properties":{"id":"01045","n":"Dale","z":["36010","36303","36311","36317","36322","36330","36345","36350","36352","36353","36360","36361","36362","36371","36374"],"st":"AL"}},"01125":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.840683,33.524839],[-87.666661,33.521667],[-87.631718,33.609833],[-87.423701,33.602096],[-87.318532,33.587393],[-87.266923,33.512929],[-87.341698,33.470501],[-87.162007,33.306587],[-87.065738,33.246907],[-87.199153,33.196554],[-87.199317,33.130657],[-87.281945,33.13306],[-87.318539,33.006179],[-87.421936,33.003379],[-87.715709,33.006824],[-87.832142,33.017597],[-87.837521,33.153637],[-87.840683,33.524839]]]},"properties":{"id":"01125","n":"Tuscaloosa","z":["35006","35111","35188","35401","35402","35403","35404","35405","35406","35407","35440","35444","35446","35449","35452","35453","35456","35457","35458","35463","35466","35468","35469","35473","35474","35475","35476","35478","35480","35482","35486","35487","35490","35546","35555","35574","35579"],"st":"AL"}},"01011":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.919293,32.274382],[-85.856218,32.231975],[-85.433543,32.234648],[-85.410241,32.146651],[-85.428476,32.014951],[-85.587344,31.997355],[-85.657668,31.880275],[-85.791047,31.880357],[-85.790048,31.967254],[-85.88435,31.967253],[-85.893652,32.047351],[-85.996853,32.051049],[-85.999157,32.250543],[-85.919293,32.274382]]]},"properties":{"id":"01011","n":"Bullock","z":["36005","36029","36052","36053","36081","36089","36860"],"st":"AL"}},"02068":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-148.046696,64.343802],[-147.779479,64.259029],[-146.999909,64.257196],[-146.999966,63.479645],[-148.025627,63.477609],[-148.025618,63.333233],[-149.526148,63.333217],[-151.894015,62.798058],[-151.893784,62.725864],[-152.997647,62.727401],[-152.428084,63.183171],[-152.428098,63.304259],[-152.619512,63.304254],[-152.619517,63.347568],[-152.810931,63.347563],[-152.810945,63.477501],[-152.87341,63.650745],[-152.228439,63.65076],[-152.229256,63.824001],[-152.055132,63.824006],[-152.055758,63.997242],[-151.830535,63.997248],[-151.793976,64.06943],[-151.564903,64.069436],[-151.516333,64.020631],[-151.281995,63.997265],[-150.729385,64.358173],[-149.132653,64.358214],[-148.046696,64.343802]]]},"properties":{"id":"02068","n":"Denali","z":["99704","99729","99743","99744","99755","99760"],"st":"AK"}},"08037":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-107.033968,39.918913],[-106.626569,39.924785],[-106.434508,39.924914],[-106.385478,39.767164],[-106.176464,39.635722],[-106.251638,39.465039],[-106.206732,39.379636],[-106.283812,39.349469],[-106.426487,39.361871],[-107.113446,39.366066],[-107.113672,39.919112],[-107.033968,39.918913]]]},"properties":{"id":"08037","n":"Eagle","z":["80423","80426","80463","81620","81621","81623","81631","81632","81637","81645","81649","81655","81657","81658"],"st":"CO"}},"08097":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-107.430949,39.366178],[-107.113446,39.366066],[-106.426487,39.361871],[-106.50238,39.298567],[-106.577966,39.057908],[-106.599214,38.997994],[-106.694969,39.055667],[-106.801874,38.978303],[-107.001622,39.042273],[-107.06632,39.118805],[-107.28249,39.118718],[-107.394486,39.256299],[-107.465187,39.314515],[-107.430949,39.366178]]]},"properties":{"id":"08097","n":"Pitkin","z":["81611","81612","81615","81621","81623","81642","81654","81656"],"st":"CO"}},"08125":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-102.77996,40.438446],[-102.664804,40.438473],[-102.0513047986,40.440007993377],[-102.05130855184,40.349221356872],[-102.051744,40.003078],[-102.04999213564,39.574056097421],[-102.802932,39.567841],[-102.803767,40.002554],[-102.77996,40.438446]]]},"properties":{"id":"08125","n":"Yuma","z":["80727","80731","80734","80735","80755","80758","80759","80807","80822","80824"],"st":"CO"}},"01039":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.701554,31.523946],[-86.499213,31.525331],[-86.39994,31.527128],[-86.398536,31.451325],[-86.280155,31.52851],[-86.277031,31.455602],[-86.193951,31.440072],[-86.193476,31.192213],[-86.187248048981,30.994066723462],[-86.388644662,30.994528215275],[-86.688240964246,30.996201890001],[-86.700282,31.192217],[-86.702446,31.345397],[-86.662082,31.402798],[-86.701554,31.523946]]]},"properties":{"id":"01039","n":"Covington","z":["36028","36038","36420","36421","36442","36453","36455","36456","36467","36474","36476","36483"],"st":"AL"}},"01019":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.513044229273,34.523946471324],[-85.463140824776,34.286190988505],[-85.421073175229,34.080812652607],[-85.398871244842,33.96412928678],[-85.530094,33.941423],[-85.738975,33.96846],[-85.843617,34.200006],[-85.627512,34.39592],[-85.513044229273,34.523946471324]]]},"properties":{"id":"01019","n":"Cherokee","z":{"1":"35901","2":"35903","3":"35959","4":"35960","5":"35961","6":"35967","7":"35973","8":"35983","9":"35984","10":"36272","11":"30165"},"st":"AL"}},"05093":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.288947915273,35.996514004211],[-89.959375295174,35.999014110157],[-89.733095,36.000608],[-89.648904970345,35.903583482313],[-89.722634,35.873718],[-89.723426,35.809382],[-89.956589,35.695486],[-89.876548,35.626653],[-89.944754,35.560308],[-90.037615,35.550329],[-90.045306,35.415435],[-90.112504,35.410153],[-90.286899,35.438573],[-90.286736,35.699914],[-90.288947915273,35.996514004211]]]},"properties":{"id":"05093","n":"Mississippi","z":["72310","72313","72315","72316","72319","72321","72329","72330","72338","72350","72351","72354","72358","72370","72386","72391","72395","72426","72428","72438","72442"],"st":"AR"}},"08075":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-103.5737740062,41.001721799084],[-103.38249165189,41.001926146621],[-102.65346413727,41.002225324144],[-102.65131,40.749402],[-102.664804,40.438473],[-102.77996,40.438446],[-103.465377,40.436346],[-103.4672,40.523253],[-103.581844,40.523383],[-103.5737740062,41.001721799084]]]},"properties":{"id":"08075","n":"Logan","z":["80722","80726","80728","80731","80736","80741","80745","80747","80751"],"st":"CO"}},"05061":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.935371,34.350097],[-93.92583,34.186496],[-93.820722,34.183802],[-93.823076,34.008893],[-93.831452,33.747709],[-93.957315,33.75094],[-93.958828,33.750994],[-94.069934,33.92678],[-94.089758,34.186835],[-94.243739,34.192501],[-94.254668,34.355481],[-93.935371,34.350097]]]},"properties":{"id":"05061","n":"Howard","z":["71831","71833","71851","71852","71859","71959","71971","71973"],"st":"AR"}},"06107":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-118.360586,36.744773],[-118.366328,36.691635],[-118.274624,36.597334],[-118.21482,36.435036],[-118.100317,36.346137],[-118.127147,36.279656],[-117.980761,35.867515],[-118.008043,35.789161],[-119.538116,35.789567],[-119.529358,36.26985],[-119.474607,36.269025],[-119.474892,36.400953],[-119.528792,36.401465],[-119.573194,36.488835],[-119.466322,36.575238],[-119.305102,36.573725],[-119.304625,36.660606],[-118.984779,36.657147],[-118.982441,36.741646],[-118.360586,36.744773]]]},"properties":{"id":"06107","n":"Tulare","z":["93201","93207","93208","93212","93215","93218","93219","93221","93223","93227","93235","93237","93238","93244","93247","93256","93257","93258","93260","93261","93262","93265","93267","93270","93271","93272","93274","93275","93277","93278","93279","93282","93286","93290","93291","93292","93386","93527","93603","93615","93618","93619","93631","93633","93646","93647","93654","93666","93670","93673"],"st":"CA"}},"08025":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-104.053921,38.522393],[-103.504666,38.516409],[-103.501764,38.265016],[-103.509364,38.172514],[-103.619283,38.171455],[-103.619172,38.113355],[-103.835616,38.11334],[-104.058242,38.146492],[-104.053921,38.522393]]]},"properties":{"id":"08025","n":"Crowley","z":["81033","81034","81039","81058","81062","81063","81076"],"st":"CO"}},"04017":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-110.75069,37.003197],[-110.00068181859,36.997968000298],[-110.000674,35.662657],[-109.826936,35.662484],[-109.843764,35.517875],[-109.844624,34.822562],[-109.865231,34.559689],[-109.848246,34.473435],[-109.859274,33.777683],[-109.891766,33.777777],[-109.891759,33.567829],[-110.000649,33.57693],[-110.00066,34.000046],[-110.750672,34.000048],[-110.750678,34.263314],[-110.75069,37.003197]]]},"properties":{"id":"04017","n":"Navajo","z":{"1":"85901","2":"85902","3":"85911","4":"85912","5":"85923","6":"85926","7":"85928","8":"85929","9":"85930","10":"85933","11":"85934","12":"85935","13":"85937","14":"85939","15":"85941","16":"85942","17":"86025","18":"86029","19":"86030","20":"86031","21":"86032","22":"86033","23":"86034","24":"86039","25":"86042","26":"86043","27":"86044","28":"86047","29":"86054","30":"86505","31":"86510","32":"86520","33":"84536"},"st":"AZ"}},"01049":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.057712,34.475994],[-86.015594,34.481639],[-85.785471,34.624584],[-85.582812333785,34.860435474478],[-85.534405257815,34.623790338436],[-85.526894818161,34.588685692733],[-85.513044229273,34.523946471324],[-85.627512,34.39592],[-85.843617,34.200006],[-86.106086,34.200756],[-86.118894,34.403845],[-86.057712,34.475994]]]},"properties":{"id":"01049","n":"De Kalb","z":["35765","35771","35951","35954","35957","35961","35962","35963","35966","35967","35968","35971","35974","35975","35978","35979","35981","35984","35986","35988","35989"],"st":"AL"}},"06037":{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-118.593969,33.467198],[-118.484785,33.487483],[-118.286261,33.351463],[-118.325244,33.299075],[-118.465368,33.326056],[-118.593969,33.467198]]],[[[-118.594033,33.035951],[-118.353504,32.821962],[-118.425634,32.800595],[-118.581513,32.931672],[-118.641578,33.017129],[-118.594033,33.035951]]],[[[-118.881364,34.790629],[-118.894474,34.817972],[-117.667292,34.822526],[-117.646374,34.28917],[-117.677405,34.166103],[-117.783287,33.946411],[-117.966691,33.946058],[-118.11507672288,33.743803322895],[-118.258687,33.703741],[-118.396606,33.735917],[-118.412708,33.883913],[-118.519514,34.027509],[-118.744952,34.032103],[-118.805114,34.001239],[-118.94447951146,34.046738953351],[-118.788889,34.168214],[-118.693834,34.168557],[-118.633461,34.269522],[-118.881364,34.790629]]]]},"properties":{"id":"06037","n":"Los Angeles","z":["09355","90001","90002","90003","90004","90005","90006","90007","90008","90009","90010","90011","90012","90013","90014","90015","90016","90017","90018","90019","90020","90021","90022","90023","90024","90025","90026","90027","90028","90029","90030","90031","90032","90033","90034","90035","90036","90037","90038","90039","90040","90041","90042","90043","90044","90045","90046","90047","90048","90049","90050","90051","90052","90053","90054","90055","90056","90057","90058","90059","90060","90061","90062","90063","90064","90065","90066","90067","90068","90069","90070","90071","90072","90073","90074","90075","90076","90077","90079","90080","90081","90082","90083","90084","90086","90087","90088","90089","90090","90091","90093","90094","90095","90096","90099","90134","90189","90201","90202","90209","90210","90211","90212","90213","90220","90221","90222","90223","90224","90230","90231","90232","90233","90239","90240","90241","90242","90245","90247","90248","90249","90250","90251","90254","90255","90260","90261","90262","90263","90264","90265","90266","90267","90270","90272","90274","90275","90277","90278","90280","90290","90291","90292","90293","90294","90295","90296","90301","90302","90303","90304","90305","90306","90307","90308","90309","90310","90311","90312","90401","90402","90403","90404","90405","90406","90407","90408","90409","90410","90411","90501","90502","90503","90504","90505","90506","90507","90508","90509","90510","90601","90602","90603","90604","90605","90606","90607","90608","90609","90610","90623","90630","90631","90637","90638","90639","90640","90650","90651","90652","90660","90661","90662","90670","90671","90701","90702","90703","90704","90706","90707","90710","90711","90712","90713","90714","90715","90716","90717","90723","90731","90732","90733","90734","90740","90744","90745","90746","90747","90748","90749","90755","90801","90802","90803","90804","90805","90806","90807","90808","90809","90810","90813","90814","90815","90822","90831","90832","90833","90834","90835","90840","90842","90844","90846","90847","90848","90853","90895","90899","91001","91003","91006","91007","91008","91009","91010","91011","91012","91016","91017","91020","91021","91023","91024","91025","91030","91031","91040","91041","91042","91043","91046","91066","91077","91101","91102","91103","91104","91105","91106","91107","91108","91109","91110","91114","91115","91116","91117","91118","91121","91123","91124","91125","91126","91129","91182","91184","91185","91188","91189","91199","91201","91202","91203","91204","91205","91206","91207","91208","91209","91210","91214","91221","91222","91224","91225","91226","91301","91302","91303","91304","91305","91306","91307","91308","91309","91310","91311","91313","91316","91321","91322","91324","91325","91326","91327","91328","91329","91330","91331","91333","91334","91335","91337","91340","91341","91342","91343","91344","91345","91346","91350","91351","91352","91353","91354","91355","91356","91357","91361","91362","91364","91365","91367","91371","91372","91376","91380","91381","91382","91383","91384","91385","91386","91387","91390","91392","91393","91394","91395","91396","91401","91402","91403","91404","91405","91406","91407","91408","91409","91410","91411","91412","91413","91416","91423","91426","91436","91470","91482","91495","91496","91499","91501","91502","91503","91504","91505","91506","91507","91508","91510","91521","91522","91523","91526","91601","91602","91603","91604","91605","91606","91607","91608","91609","91610","91611","91612","91614","91615","91616","91617","91618","91702","91706","91711","91714","91715","91716","91722","91723","91724","91731","91732","91733","91734","91735","91740","91741","91744","91745","91746","91747","91748","91749","91750","91754","91755","91756","91759","91765","91766","91767","91768","91769","91770","91771","91772","91773","91775","91776","91778","91780","91788","91789","91790","91791","91792","91793","91801","91802","91803","91804","91896","91899","92397","93243","93510","93532","93534","93535","93536","93539","93543","93544","93550","93551","93552","93553","93560","93563","93584","93586","93591","93599"],"st":"CA"}},"06097":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-123.54092201163,38.767656216039],[-123.136253,38.809136],[-123.080997,38.852438],[-122.821592,38.85014],[-122.627396,38.667506],[-122.646421,38.598593],[-122.543893,38.519966],[-122.349564,38.193972],[-122.406786,38.155632],[-122.39758123062,38.142003597253],[-122.48849963926,38.109094474308],[-122.565093,38.182217],[-122.7399,38.207018],[-122.911319,38.321209],[-123.00314647706,38.295705238714],[-123.166428,38.474947],[-123.331899,38.565542],[-123.441774,38.699744],[-123.54092201163,38.767656216039]]]},"properties":{"id":"06097","n":"Sonoma","z":["94515","94922","94923","94926","94927","94928","94931","94951","94952","94954","94955","94975","94999","95401","95402","95403","95404","95405","95406","95407","95409","95412","95416","95419","95421","95425","95430","95431","95436","95439","95441","95442","95444","95446","95448","95450","95452","95462","95465","95471","95472","95473","95476","95480","95486","95487","95492","95497"],"st":"CA"}},"06065":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-117.673749,33.870831],[-117.558269,34.018906],[-116.929357,34.004914],[-116.929558,34.034113],[-115.316212,34.03411],[-115.316065,34.077843],[-114.43009113852,34.078931406279],[-114.534987,33.928499],[-114.496565,33.719155],[-114.524599,33.552231],[-114.62914651819,33.433545],[-116.085165,33.425932],[-117.030861,33.426931],[-117.241271,33.431993],[-117.364272,33.505025],[-117.509722,33.505019],[-117.412987,33.659045],[-117.533999,33.710355],[-117.673749,33.870831]]]},"properties":{"id":"06065","n":"Riverside","z":["91752","92028","92201","92202","92203","92210","92211","92220","92223","92225","92226","92230","92234","92235","92236","92239","92240","92241","92247","92248","92253","92254","92258","92260","92261","92262","92263","92264","92270","92274","92276","92277","92282","92320","92324","92373","92399","92501","92502","92503","92504","92505","92506","92507","92508","92509","92513","92514","92516","92517","92518","92519","92521","92522","92530","92531","92532","92536","92539","92543","92544","92545","92546","92548","92549","92551","92553","92554","92555","92556","92557","92561","92562","92563","92564","92567","92570","92571","92572","92581","92582","92583","92584","92585","92586","92587","92589","92590","92591","92592","92593","92595","92596","92599","92803","92860","92877","92879","92880","92881","92882","92883"],"st":"CA"}},"01101":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.496774,32.344437],[-86.411172,32.409937],[-86.262006,32.50169],[-86.192284,32.43613],[-86.023012,32.419978],[-85.919293,32.274382],[-85.999157,32.250543],[-85.996853,32.051049],[-85.995563,31.967554],[-86.191379,31.966453],[-86.302217,31.965065],[-86.303616,32.051664],[-86.406276,32.050731],[-86.408771,32.244309],[-86.496774,32.344437]]]},"properties":{"id":"01101","n":"Montgomery","z":["36013","36036","36041","36043","36046","36047","36052","36057","36064","36065","36069","36101","36102","36103","36104","36105","36106","36107","36108","36109","36110","36111","36112","36113","36114","36115","36116","36117","36118","36119","36120","36121","36123","36124","36125","36130","36131","36132","36135","36140","36141","36142","36177","36191"],"st":"AL"}},"02013":{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-160.252749,54.913251],[-160.137102,55.171565],[-159.870591,55.284889],[-159.816419,55.178051],[-159.670305,55.182337],[-159.521096,55.253393],[-159.488766,55.188812],[-159.203228,54.914842],[-159.309681,54.865813],[-159.447982,54.941374],[-159.504434,55.027316],[-159.752779,55.066139],[-159.813625,55.027467],[-160.027035,55.02091],[-160.226967,54.864075],[-160.252749,54.913251]]],[[[-160.856621,55.318488],[-160.808929,55.370122],[-160.687442,55.402198],[-160.517513,55.379378],[-160.260565,55.463674],[-160.137032,55.450709],[-160.154038,55.377518],[-160.30655,55.303275],[-160.341217,55.251799],[-160.468262,55.288925],[-160.527617,55.256374],[-160.486511,55.181951],[-160.525226,55.129871],[-160.655577,55.160261],[-160.821381,55.117851],[-160.856621,55.318488]]],[[[-161.426005,55.216563],[-161.329875,55.219418],[-161.344152,55.158504],[-161.451286,55.178027],[-161.426005,55.216563]]],[[[-161.697129,55.249148],[-161.523434,55.271659],[-161.560207,55.207045],[-161.691553,55.198479],[-161.697129,55.249148]]],[[[-162.844362,54.510428],[-162.34484,54.401336],[-162.46695,54.342692],[-162.760247,54.372193],[-162.861736,54.424771],[-162.844362,54.510428]]],[[[-158.89354798657,56.809308548377],[-158.893607,56.754404],[-159.051094,56.754401],[-159.051089,56.667687],[-159.275932,56.667682],[-159.275928,56.580967],[-159.588041,56.580961],[-159.588036,56.494245],[-159.900149,56.494239],[-159.900133,56.320803],[-159.806389,56.320805],[-159.806406,55.973919],[-159.86797,55.973918],[-159.867971,55.887193],[-159.56136,55.887197],[-159.56143832069,55.640913756658],[-159.696713,55.573306],[-159.760365,55.615203],[-159.679201,55.655895],[-159.627482,55.803248],[-159.770298,55.852357],[-159.847359,55.80253],[-160.026282,55.792295],[-160.130445,55.681419],[-160.392587,55.602771],[-160.521335,55.47442],[-160.654117,55.512596],[-160.666917,55.459776],[-160.976551,55.472736],[-161.080549,55.408498],[-161.253977,55.355896],[-161.486114,55.359322],[-161.469271,55.49683],[-161.376102,55.569794],[-161.392613,55.628221],[-161.587047,55.62006],[-161.700069,55.51439],[-161.686495,55.408041],[-161.863339,55.266989],[-161.817232,55.176529],[-161.576643,55.103831],[-161.550357,55.065734],[-161.690346,55.0785],[-161.792297,55.052278],[-161.956595,55.112174],[-162.053281,55.074212],[-162.11874,55.102911],[-162.219326,55.028975],[-162.236806,54.88163],[-162.349315,54.836049],[-162.428237,54.895434],[-162.41351,55.03656],[-162.471364,55.051932],[-162.587967,54.97201],[-162.834245,54.926851],[-162.962205,54.993538],[-163.065602,54.926172],[-163.352997,54.810174],[-163.184295,54.774912],[-163.068952,54.712605],[-163.037788,54.646995],[-163.223179,54.676895],[-163.572383,54.623211],[-163.80359,54.636498],[-164.03827,54.624688],[-164.257585,54.572722],[-164.352704,54.465023],[-164.456554,54.419856],[-164.640457,54.391166],[-164.861475,54.431353],[-164.948789,54.579877],[-164.741815,54.645441],[-164.576896,54.824564],[-164.57626,54.895342],[-164.43528,54.933126],[-164.343534,54.894139],[-164.119196,54.969416],[-163.994179,54.983315],[-163.894695,55.039115],[-163.774093,55.05578],[-163.527109,55.040871],[-163.429548,54.954759],[-163.280771,55.032959],[-163.314652,55.126312],[-163.132007,55.179629],[-162.86152,55.198339],[-162.900027,55.252466],[-162.64165,55.392576],[-162.565411,55.466849],[-162.219551,55.710867],[-162.05063,55.790897],[-161.898956,55.833464],[-161.807833,55.891954],[-161.15687,56.012216],[-160.807119,56.02398],[-160.793215,55.88596],[-160.564014,55.863719],[-160.457194,55.917233],[-160.589569,55.983048],[-160.488708,56.077214],[-160.385922,56.279706],[-160.146252,56.400176],[-159.985615,56.449743],[-159.828049,56.543935],[-159.534961,56.626529],[-158.972735,56.842138],[-158.89354798657,56.809308548377]]],[[[-165.602225,54.045267],[-165.28077,54.115625],[-165.00791,54.134934],[-164.824183,54.225527],[-164.7637,54.223153],[-164.956139,54.060988],[-165.088283,54.072491],[-165.287665,54.038349],[-165.555768,54.023551],[-165.602225,54.045267]]],[[[-166.06155,54.185092],[-165.868192,54.214884],[-165.62555,54.298964],[-165.478452,54.295333],[-165.383719,54.196731],[-165.549217,54.112196],[-165.784434,54.069435],[-166.046438,54.044186],[-166.112242,54.122528],[-166.06155,54.185092]]],[[[-166.225644,53.986229105085],[-166.075283,53.969571],[-166.1609246522,53.935638052194],[-166.225644,53.986229105085]]]]},"properties":{"id":"02013","n":"Aleutians East","z":["99553","99571","99583","99612","99661"],"st":"AK"}},"02290":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-160.85799,63.011953],[-160.858004,63.271838],[-160.667361,63.271845],[-160.690294,63.531689],[-160.497375,63.531713],[-160.497381,63.618343],[-160.111522,63.618351],[-160.111498,63.704972],[-159.932739,63.704973],[-159.932731,63.791589],[-159.737451,63.791591],[-159.737475,64.051459],[-159.947288,64.051459],[-159.962255,64.397927],[-159.96229,64.744377],[-159.774897,64.744382],[-159.774921,64.917565],[-159.572173,64.917597],[-159.582736,65.264026],[-159.377365,65.264033],[-159.385578,65.523835],[-159.593506,65.523835],[-159.604813,65.95683],[-158.972175,65.956849],[-158.972185,66.130027],[-157.906295,66.130049],[-157.90631,66.476424],[-157.051284,66.476438],[-157.051266,66.303254],[-156.623757,66.303259],[-156.62377,66.476442],[-156.196224,66.476582],[-156.196257,66.389857],[-155.982504,66.38986],[-155.982499,66.303268],[-155.554993,66.303274],[-155.510585,66.563051],[-154.860431,66.563064],[-154.860446,66.736242],[-154.210302,66.736255],[-154.210317,66.822842],[-154.146221,66.822843],[-154.146314,67.169178],[-154.303097,67.169177],[-154.30311,67.255759],[-154.748904,67.255753],[-154.690477,67.515496],[-154.690489,67.602075],[-154.916649,67.60207],[-154.916661,67.688648],[-155.142825,67.688643],[-155.142837,67.775221],[-155.368999,67.775216],[-155.318723,67.861793],[-155.318744,68.000032],[-146,68],[-146,68.5],[-142.232922,68.500007],[-141.00260959622,68.498364004591],[-141.00246492614,65.839421000799],[-141.093233,65.827388],[-141.336224,65.711614],[-141.387842,65.614395],[-141.78905,65.501546],[-141.855761,65.445786],[-142.065431,65.465341],[-142.307081,65.440633],[-142.441972,65.385042],[-142.601998,65.390931],[-142.742849,65.30141],[-142.7319,65.233639],[-142.864344,65.140387],[-143.081816,65.120937],[-143.242092,65.052518],[-143.373311,65.037107],[-143.364478,64.996996],[-143.525172,64.96008],[-143.503643,64.858251],[-143.434679,64.817791],[-143.529991,64.800611],[-143.506329,64.754068],[-143.647213,64.669506],[-143.752529,64.647633],[-144.069029,64.683562],[-144.029789,64.767593],[-144.127807,64.799108],[-143.986949,64.967243],[-144.098484,65.020385],[-143.88408,65.091068],[-143.973639,65.119304],[-144.331377,65.107707],[-144.443678,65.058436],[-144.684887,65.106143],[-144.983514,65.136988],[-145.225944,65.069216],[-145.372503,65.069496],[-145.650312,65.034303],[-145.778697,65.080003],[-145.633882,65.136802],[-145.689426,65.189078],[-145.949873,65.205483],[-146.079908,65.247981],[-146.138999,65.315193],[-146.007899,65.359434],[-145.98704,65.408443],[-146.119349,65.403987],[-146.198886,65.453523],[-146.39704,65.418421],[-146.508383,65.433109],[-146.548654,65.345003],[-146.903142,65.283375],[-147.279115,65.279762],[-147.557771,65.209895],[-148.661199,65.209875],[-148.663265,64.59079],[-148.550742,64.617208],[-148.424918,64.574854],[-148.403117,64.531297],[-148.270857,64.491769],[-148.176111,64.400924],[-148.046696,64.343802],[-149.132653,64.358214],[-150.729385,64.358173],[-151.281995,63.997265],[-151.516333,64.020631],[-151.564903,64.069436],[-151.793976,64.06943],[-151.830535,63.997248],[-152.055758,63.997242],[-152.055132,63.824006],[-152.229256,63.824001],[-152.228439,63.65076],[-152.87341,63.650745],[-152.810945,63.477501],[-152.810931,63.347563],[-152.619517,63.347568],[-152.619512,63.304254],[-152.428098,63.304259],[-152.428084,63.183171],[-152.997647,62.727401],[-152.999839,62.292621],[-153.07012,62.292644],[-153.070123,62.206015],[-153.395009,62.20599],[-153.395009,62.119347],[-153.761871,62.119335],[-153.761875,62.032689],[-157.063852,62.032634],[-157.063864,62.119271],[-158.531361,62.119264],[-158.531351,62.03262],[-159.265035,62.032598],[-159.265037,61.945957],[-160.534671,61.94594],[-160.915953,61.945943],[-160.915964,62.205866],[-161.048165,62.205869],[-161.048176,62.55241],[-160.996201,62.552424],[-160.996215,62.898936],[-160.94344,62.999269],[-160.85799,63.011953]]]},"properties":{"id":"02290","n":"Yukon-Koyukuk","z":["99558","99590","99602","99627","99665","99675","99691","99701","99720","99722","99724","99726","99730","99733","99738","99740","99741","99745","99746","99748","99754","99756","99757","99758","99760","99765","99767","99768","99774","99777","99781","99788","99790"],"st":"AK"}},"04021":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-111.039976,33.466019],[-110.955497,33.279139],[-110.781076,32.983738],[-110.632529,33.142771],[-110.449021,33.194526],[-110.451218,32.513995],[-111.157493,32.511255],[-111.351531,32.501355],[-112.203719,32.50676],[-112.203288,33.310533],[-112.083488,33.20456],[-111.582709,33.205723],[-111.580634,33.4658],[-111.039976,33.466019]]]},"properties":{"id":"04021","n":"Pinal","z":["85082","85117","85118","85119","85120","85121","85122","85123","85128","85130","85131","85132","85137","85138","85139","85140","85141","85142","85143","85145","85147","85172","85173","85178","85190","85191","85192","85193","85194","85246","85248","85329","85339","85539","85618","85623","85631","85634","85653","85658","85738","85739"],"st":"AZ"}},"02180":{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-164.39594359152,66.581197638915],[-164.395887,66.476324],[-164.318936,66.476319],[-164.318913,66.129944],[-164.244191,66.129946],[-164.244127,65.783553],[-163.963516,65.783561],[-163.963498,65.610363],[-163.755407,65.610367],[-163.755391,65.437165],[-159.801692,65.437231],[-159.8017,65.523826],[-159.593506,65.523835],[-159.385578,65.523835],[-159.377365,65.264033],[-159.582736,65.264026],[-159.572173,64.917597],[-159.774921,64.917565],[-159.774897,64.744382],[-159.96229,64.744377],[-159.962255,64.397927],[-159.947288,64.051459],[-159.737475,64.051459],[-159.737451,63.791591],[-159.932731,63.791589],[-159.932739,63.704973],[-160.111498,63.704972],[-160.111522,63.618351],[-160.497381,63.618343],[-160.497375,63.531713],[-160.690294,63.531689],[-160.667361,63.271845],[-160.858004,63.271838],[-160.85799,63.011953],[-162.001769,63.011919],[-162.001798,63.098536],[-162.192443,63.098556],[-162.192503,63.185184],[-162.383076,63.185195],[-162.383082,63.271816],[-162.60286098616,63.277182503469],[-162.352274,63.454069],[-162.707559,63.577607],[-162.587527,63.625115],[-162.401203,63.634367],[-162.252411,63.541753],[-162.073156,63.513768],[-161.982168,63.446313],[-161.676526,63.465003],[-161.421085,63.46015],[-161.191163,63.490072],[-160.783304,63.752893],[-160.76562,63.828714],[-160.941096,64.066319],[-160.962007,64.220575],[-161.263519,64.398166],[-161.504903,64.423074],[-161.469046,64.506575],[-161.389879,64.547833],[-161.198029,64.496626],[-160.992894,64.541295],[-160.793356,64.619317],[-160.783398,64.71716],[-160.935974,64.82237],[-161.133062,64.898219],[-161.327848,64.829836],[-161.376985,64.773036],[-161.518211,64.75325],[-161.64552,64.776452],[-161.878363,64.709476],[-162.188146,64.672395],[-162.234477,64.619336],[-162.539996,64.530931],[-162.632242,64.385734],[-162.768424,64.333516],[-162.857562,64.49978],[-162.940776,64.542417],[-163.133172,64.381844],[-163.4129,64.524986],[-163.686337,64.568798],[-163.974352,64.55137],[-164.307273,64.561488],[-164.548298,64.516738],[-164.807747,64.449432],[-165.001961,64.433917],[-165.291644,64.480731],[-166.236939,64.583558],[-166.413926,64.651229],[-166.482682,64.755101],[-166.407315,64.852281],[-166.432246,64.88316],[-166.697808,64.991201],[-166.911922,65.125965],[-166.634449,65.125873],[-166.479913,65.167249],[-166.451711,65.236178],[-166.347189,65.276341],[-166.439404,65.319058],[-166.750702,65.333172],[-167.067707,65.385117],[-167.474024,65.412744],[-167.851234,65.538181],[-168.04762,65.569149],[-168.12893,65.655744],[-167.979889,65.727972],[-167.650051,65.795703],[-167.282753,65.897386],[-166.768944,66.068582],[-166.038082,66.269512],[-165.407204,66.420441],[-164.816093,66.525025],[-164.39594359152,66.581197638915]]],[[[-171.83683,63.564883],[-171.791881,63.620625],[-171.802824,63.716391],[-171.743398,63.782971],[-171.613182,63.785065],[-171.552856,63.666251],[-170.950817,63.570127],[-170.606282,63.672732],[-170.344855,63.694225],[-170.095833,63.612701],[-170.007943,63.475428],[-169.857078,63.441975],[-169.656474,63.429929],[-169.462733,63.360458],[-168.937385,63.333789],[-168.685145,63.296427],[-168.841654,63.153844],[-168.93915,63.137653],[-169.07503,63.177689],[-169.230523,63.172948],[-169.534984,63.074355],[-169.568016,62.976879],[-169.638309,62.937527],[-169.757249,62.960087],[-169.788466,63.043015],[-169.88123,63.105848],[-170.049622,63.163377],[-170.263032,63.179147],[-170.430656,63.314284],[-170.663536,63.376109],[-170.896167,63.417745],[-171.067663,63.424579],[-171.226326,63.395108],[-171.433319,63.307578],[-171.760112,63.381633],[-171.849984,63.485039],[-171.83683,63.564883]]]]},"properties":{"id":"02180","n":"Nome","z":["99659","99671","99684","99739","99742","99753","99762","99769","99771","99772","99778","99783","99784","99785"],"st":"AK"}},"08079":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-107.000602,37.956041],[-106.879167,37.96111],[-106.84727,37.91917],[-106.693523,37.873519],[-106.693845,37.835244],[-106.711624,37.664273],[-106.710775,37.404228],[-107.128737,37.392409],[-107.12868,37.422942],[-107.145138,37.675497],[-107.138191,37.938848],[-107.000602,37.956041]]]},"properties":{"id":"08079","n":"Mineral","z":["81130","81147","81154","81157"],"st":"CO"}},"05147":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.347257,35.439106],[-91.252927,35.445845],[-91.251504,35.357557],[-91.039783,35.354256],[-91.04267,35.148189],[-91.04543,35.00104],[-91.149842,35.00247],[-91.293111,34.985091],[-91.29479,34.912452],[-91.36856,34.912735],[-91.363763,35.051887],[-91.465114,35.089454],[-91.407782,35.212655],[-91.438202,35.369378],[-91.347257,35.439106]]]},"properties":{"id":"05147","n":"Woodruff","z":["72006","72021","72036","72059","72074","72101","72112","72123","72392"],"st":"AR"}},"06041":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-123.00314647706,38.295705238714],[-122.911319,38.321209],[-122.7399,38.207018],[-122.565093,38.182217],[-122.48849963926,38.109094474308],[-122.452995,37.996167],[-122.486375,37.921881],[-122.41847,37.852721],[-122.537285,37.830328],[-122.70264,37.89382],[-122.856573,38.016717],[-123.011533,38.003438],[-122.953629,38.17567],[-123.00314647706,38.295705238714]]]},"properties":{"id":"06041","n":"Marin","z":["94901","94903","94904","94912","94913","94914","94915","94920","94924","94925","94929","94930","94933","94937","94938","94939","94940","94941","94942","94945","94946","94947","94948","94949","94950","94952","94953","94956","94957","94960","94963","94964","94965","94966","94970","94971","94972","94973","94974","94977","94978","94979","94998"],"st":"CA"}},"05133":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.470152678162,34.189864292126],[-94.243739,34.192501],[-94.089758,34.186835],[-94.069934,33.92678],[-93.958828,33.750994],[-94.237445,33.802074],[-94.47726674153,33.940910927935],[-94.470152678162,34.189864292126]]]},"properties":{"id":"05133","n":"Sevier","z":["71823","71832","71833","71841","71842","71846"],"st":"AR"}},"06073":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-117.59618868574,33.38696499432],[-117.509722,33.505019],[-117.364272,33.505025],[-117.241271,33.431993],[-117.030861,33.426931],[-116.085165,33.425932],[-116.08109,33.074833],[-116.103252,33.07467],[-116.10617888905,32.618578142636],[-117.124862,32.534156],[-117.196767,32.688851],[-117.246069,32.669352],[-117.28217,32.839547],[-117.25447,32.900146],[-117.28077,33.012343],[-117.362572,33.168437],[-117.547693,33.365491],[-117.59618868574,33.38696499432]]]},"properties":{"id":"06073","n":"San Diego","z":["91901","91902","91903","91905","91906","91908","91909","91910","91911","91912","91913","91914","91915","91916","91917","91921","91931","91932","91933","91934","91935","91941","91942","91943","91944","91945","91946","91948","91950","91951","91962","91963","91976","91977","91978","91979","91980","91987","92003","92004","92007","92008","92009","92010","92011","92013","92014","92018","92019","92020","92021","92022","92023","92024","92025","92026","92027","92028","92029","92030","92033","92036","92037","92038","92039","92040","92046","92049","92051","92052","92054","92055","92056","92057","92058","92059","92060","92061","92064","92065","92066","92067","92068","92069","92070","92071","92072","92074","92075","92078","92079","92081","92082","92083","92084","92085","92086","92088","92091","92092","92093","92096","92101","92102","92103","92104","92105","92106","92107","92108","92109","92110","92111","92112","92113","92114","92115","92116","92117","92118","92119","92120","92121","92122","92123","92124","92126","92127","92128","92129","92130","92131","92132","92134","92135","92136","92137","92138","92139","92140","92142","92143","92145","92147","92149","92150","92152","92153","92154","92155","92158","92160","92161","92163","92165","92166","92167","92168","92169","92170","92171","92172","92173","92174","92175","92176","92177","92178","92179","92182","92186","92187","92191","92192","92193","92195","92196","92197","92198","92199","92672"],"st":"CA"}},"08007":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-107.482131,37.422673],[-107.12868,37.422942],[-107.128737,37.392409],[-106.710775,37.404228],[-106.678373,37.403596],[-106.678354,37.228566],[-106.47623358883,36.993774100547],[-107.42092190575,37.000004999939],[-107.48173699916,37.000004580314],[-107.482131,37.422673]]]},"properties":{"id":"08007","n":"Archuleta","z":["81121","81122","81128","81137","81147"],"st":"CO"}},"02188":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-165.3965202965,68.034730518698],[-164.499437,68.034748],[-164.499463,68.20789],[-162.72219,68.207926],[-162.722202,68.294496],[-162.023273,68.294511],[-162.023261,68.20794],[-161.557328,68.207949],[-161.55732,68.294521],[-161.091364,68.294532],[-161.091351,68.207961],[-160.15944,68.207982],[-160.159452,68.294553],[-159.693487,68.294564],[-159.693477,68.207992],[-157.154924,68.208054],[-157.15491,68.121483],[-156.236831,68.121498],[-156.236817,68.034926],[-155.318748,68.034942],[-155.318744,68.000032],[-155.318723,67.861793],[-155.368999,67.775216],[-155.142837,67.775221],[-155.142825,67.688643],[-154.916661,67.688648],[-154.916649,67.60207],[-154.690489,67.602075],[-154.690477,67.515496],[-154.748904,67.255753],[-154.30311,67.255759],[-154.303097,67.169177],[-154.146314,67.169178],[-154.146221,66.822843],[-154.210317,66.822842],[-154.210302,66.736255],[-154.860446,66.736242],[-154.860431,66.563064],[-155.510585,66.563051],[-155.554993,66.303274],[-155.982499,66.303268],[-155.982504,66.38986],[-156.196257,66.389857],[-156.196224,66.476582],[-156.62377,66.476442],[-156.623757,66.303259],[-157.051266,66.303254],[-157.051284,66.476438],[-157.90631,66.476424],[-157.906295,66.130049],[-158.972185,66.130027],[-158.972175,65.956849],[-159.604813,65.95683],[-159.593506,65.523835],[-159.8017,65.523826],[-159.801692,65.437231],[-163.755391,65.437165],[-163.755407,65.610367],[-163.963498,65.610363],[-163.963516,65.783561],[-164.244127,65.783553],[-164.244191,66.129946],[-164.318913,66.129944],[-164.318936,66.476319],[-164.395887,66.476324],[-164.39594359152,66.581197638915],[-163.824166,66.59168],[-163.603956,66.558089],[-163.728308,66.498552],[-163.873106,66.389015],[-163.843108,66.259869],[-163.925152,66.225078],[-163.80358,66.100059],[-163.695394,66.059552],[-163.495845,66.085388],[-163.146726,66.059487],[-162.750705,66.09016],[-162.622284,66.039526],[-162.331284,66.031403],[-162.137424,66.078547],[-161.838018,66.022582],[-161.484539,66.262426],[-161.341189,66.2551],[-161.198971,66.210949],[-160.993965,66.234444],[-161.089161,66.31514],[-161.322126,66.368554],[-161.694404,66.396174],[-161.916309,66.349481],[-161.87488,66.511446],[-162.105641,66.622584],[-162.175398,66.687789],[-162.501415,66.742503],[-162.626696,66.859572],[-162.466702,66.950998],[-162.468441,66.980604],[-162.63547,66.998434],[-162.842979,66.991177],[-163.011676,67.029538],[-163.702045,67.109375],[-163.74082,67.20996],[-163.878781,67.416125],[-164.051288,67.566351],[-164.256634,67.651651],[-164.533937,67.725606],[-165.35005,68.02586],[-165.3965202965,68.034730518698]]]},"properties":{"id":"02188","n":"Northwest Arctic","z":["99727","99736","99749","99750","99751","99752","99761","99763","99770","99773","99786"],"st":"AK"}},"04009":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-110.000649,33.57693],[-109.891759,33.567829],[-109.80327,33.481727],[-109.49544,33.652697],[-109.49574,33.078409],[-109.245005,32.741985],[-109.206249,32.635803],[-109.22607,32.529096],[-109.113987,32.426177],[-110.451503,32.427354],[-110.451218,32.513995],[-110.449021,33.194526],[-110.400676,33.198814],[-110.457194,33.295268],[-110.441544,33.38167],[-110.340949,33.427066],[-110.000646,33.465916],[-110.000649,33.57693]]]},"properties":{"id":"04009","n":"Graham","z":["85530","85531","85533","85535","85536","85542","85543","85546","85548","85551","85552","85643"],"st":"AZ"}},"06029":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-120.194146,35.789204],[-119.538116,35.789567],[-118.008043,35.789161],[-117.632996,35.797251],[-117.632011,34.82227],[-117.667292,34.822526],[-118.894474,34.817972],[-118.881364,34.790629],[-118.976721,34.812199],[-119.243645,34.814178],[-119.276946,34.879675],[-119.442352,34.901274],[-119.472754,34.901174],[-119.472719,35.076885],[-119.560975,35.087673],[-119.553641,35.179975],[-119.667056,35.174809],[-119.666663,35.262527],[-119.809449,35.263584],[-119.809346,35.350865],[-119.880172,35.351211],[-119.880045,35.439133],[-120.086674,35.526554],[-120.085922,35.614524],[-120.193918,35.614359],[-120.194146,35.789204]]]},"properties":{"id":"06029","n":"Kern","z":["93203","93205","93206","93215","93216","93220","93222","93224","93225","93226","93238","93240","93241","93243","93249","93250","93251","93252","93255","93263","93268","93276","93280","93283","93285","93287","93301","93302","93303","93304","93305","93306","93307","93308","93309","93311","93312","93313","93314","93380","93384","93385","93387","93388","93389","93390","93461","93501","93502","93504","93505","93516","93518","93519","93523","93524","93527","93528","93531","93542","93554","93555","93560","93561","93581","93596"],"st":"CA"}},"08055":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-105.457255,37.751464],[-105.428893,37.851733],[-105.473204,37.89597],[-105.317081,37.938949],[-105.285076,37.899421],[-105.168652,38.018946],[-105.049917,37.915479],[-105.013729,37.881271],[-104.646383,37.900527],[-104.351109,37.817488],[-104.45493,37.740839],[-104.548652,37.5747],[-104.748938,37.407029],[-104.995505,37.375551],[-105.154176,37.293129],[-105.187549,37.619669],[-105.295587,37.654416],[-105.485516,37.577899],[-105.457255,37.751464]]]},"properties":{"id":"08055","n":"Huerfano","z":["80155","81040","81055","81069","81089"],"st":"CO"}},"01087":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.023012,32.419978],[-85.852625,32.475747],[-85.886148,32.493053],[-85.797156,32.494236],[-85.798585,32.581089],[-85.695854,32.595933],[-85.489348,32.496937],[-85.434045,32.40984],[-85.433543,32.234648],[-85.856218,32.231975],[-85.919293,32.274382],[-86.023012,32.419978]]]},"properties":{"id":"01087","n":"Macon","z":["36029","36031","36039","36075","36083","36087","36088","36089","36804","36830","36832","36860","36866"],"st":"AL"}},"01047":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.47308,32.307614],[-87.421744,32.308101],[-87.423153,32.482965],[-87.110817,32.489948],[-87.017762,32.729532],[-87.01766,32.663269],[-86.917595,32.664169],[-86.906403,32.536712],[-86.814912,32.340803],[-86.864367,32.274918],[-86.810313,32.224747],[-86.908302,32.225028],[-86.906956,32.04797],[-87.17786,32.047514],[-87.324783,32.199069],[-87.472206,32.264919],[-87.47308,32.307614]]]},"properties":{"id":"01047","n":"Dallas","z":["36701","36702","36703","36741","36749","36758","36759","36761","36767","36773","36775","36785"],"st":"AL"}},"09015":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.239559,41.714191],[-72.156719,41.753719],[-72.21698,41.958161],[-72.099229,41.958948],[-72.102159434527,42.028630240055],[-71.80065,42.023569],[-71.799242,42.008065],[-71.789695431682,41.725198244809],[-71.789464590839,41.640017190707],[-71.954983,41.634799],[-72.146717,41.667169],[-72.239559,41.714191]]]},"properties":{"id":"09015","n":"Windham","z":["06226","06230","06233","06234","06235","06239","06241","06242","06243","06244","06245","06246","06247","06250","06255","06256","06258","06259","06260","06262","06263","06264","06266","06267","06277","06278","06280","06281","06282","06330","06331","06332","06354","06373","06374","06377","06384","06387"],"st":"CT"}},"01119":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.389248564124,32.578122395959],[-88.347490247835,32.929034786881],[-88.340084992139,32.991264337875],[-88.171852,32.99586],[-88.207316,32.924782],[-88.132685,32.832853],[-88.053729,32.593052],[-87.928689,32.632284],[-87.85342,32.532086],[-88.031623,32.43361],[-88.046335,32.377087],[-87.930661,32.310574],[-88.421312221394,32.308679123011],[-88.389248564124,32.578122395959]]]},"properties":{"id":"01119","n":"Sumter","z":["35442","35459","35460","35464","35470","35477","36901","36907","36922","36925"],"st":"AL"}},"06043":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-119.308995,37.777986],[-119.583585,37.560335],[-119.651191,37.417832],[-119.761809,37.417114],[-120.052055,37.183108],[-120.177636,37.261526],[-120.38767,37.633364],[-120.306312,37.665419],[-120.345437,37.724787],[-120.127226,37.781566],[-120.079508,37.828808],[-119.907013,37.757926],[-119.809409,37.755025],[-119.667203,37.801224],[-119.535699,37.904122],[-119.426792,37.866724],[-119.308995,37.777986]]]},"properties":{"id":"06043","n":"Mariposa","z":["93601","93623","93653","95306","95311","95318","95321","95325","95329","95338","95345","95369","95389"],"st":"CA"}},"08103":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-109.05073211208,40.222655258258],[-107.468897,40.220234],[-107.439386,40.223379],[-107.038097,40.225357],[-107.037363,40.091538],[-107.316993,40.090765],[-107.318751,39.914968],[-107.431665,39.917725],[-107.43177,39.828377],[-107.938502,39.824996],[-107.938546,39.694464],[-108.554722,39.69364],[-108.554627,39.650164],[-109.05087192526,39.660471777159],[-109.05073211208,40.222655258258]]]},"properties":{"id":"08103","n":"Rio Blanco","z":["81641","81648","81650"],"st":"CO"}},"01067":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.416437,31.619466],[-85.416038,31.706664],[-85.216076,31.702409],[-85.125440577343,31.762968703418],[-85.12553,31.694965],[-85.058169,31.620227],[-85.051681429506,31.519540329142],[-85.08882996353,31.308647755497],[-85.417434,31.314973],[-85.416437,31.619466]]]},"properties":{"id":"01067","n":"Henry","z":["36027","36303","36310","36317","36319","36345","36353","36373"],"st":"AL"}},"06081":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-122.50067801908,37.708132568018],[-122.38982687659,37.708331],[-122.360219,37.592501],[-122.12919970222,37.521321998591],[-122.081473,37.477838],[-122.190402,37.431472],[-122.152278,37.286055],[-122.152774,37.215444],[-122.317682,37.186945],[-122.29431019191,37.105141386718],[-122.397065,37.187249],[-122.401323,37.337009],[-122.445987,37.461541],[-122.516689,37.52134],[-122.50067801908,37.708132568018]]]},"properties":{"id":"06081","n":"San Mateo","z":["94002","94005","94010","94011","94014","94015","94016","94018","94019","94020","94021","94025","94026","94027","94028","94030","94037","94038","94044","94060","94061","94062","94063","94064","94065","94066","94070","94074","94080","94083","94128","94303","94401","94402","94403","94404","94497"],"st":"CA"}},"01043":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.109911,34.299299],[-87.110111,34.313799],[-86.581936,34.304694],[-86.45302,34.259317],[-86.518927,34.252321],[-86.601147,34.11904],[-86.793914,33.952059],[-86.924387,33.909222],[-86.963358,33.858221],[-87.091836,33.890093],[-87.151036,33.993225],[-87.111992,33.992385],[-87.109911,34.299299]]]},"properties":{"id":"01043","n":"Cullman","z":["35016","35019","35033","35053","35055","35056","35057","35058","35070","35077","35083","35087","35098","35179","35540","35541","35619","35621","35622","35807","35976"],"st":"AL"}},"01095":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.550166,34.545963],[-86.423914,34.479581],[-86.330198,34.512684],[-86.326853,34.599403],[-86.148464,34.599069],[-86.057712,34.475994],[-86.118894,34.403845],[-86.106086,34.200756],[-86.206107,34.17265],[-86.303516,34.099073],[-86.45302,34.259317],[-86.581936,34.304694],[-86.550166,34.545963]]]},"properties":{"id":"01095","n":"Marshall","z":["35016","35087","35175","35747","35754","35755","35760","35769","35776","35950","35951","35957","35962","35964","35975","35976","35980"],"st":"AL"}},"05013":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.583054,33.802198],[-92.334249,33.795065],[-92.330839,33.707806],[-92.311079,33.499782],[-92.378616,33.314733],[-92.350432,33.298941],[-92.431092,33.26979],[-92.567156,33.3672],[-92.705093,33.431215],[-92.776729,33.537648],[-92.735617,33.624141],[-92.58503,33.736514],[-92.583054,33.802198]]]},"properties":{"id":"05013","n":"Calhoun","z":["71701","71711","71720","71742","71744","71745","71766"],"st":"AR"}},"05055":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.809816,36.149567],[-90.806615,36.266865],[-90.31982,36.259144],[-90.32096,36.200575],[-90.189127982217,36.198986608667],[-90.294492,36.112949],[-90.368718,35.995812],[-90.387378,35.964708],[-90.852064,35.968092],[-90.809816,36.149567]]]},"properties":{"id":"05055","n":"Greene","z":["72401","72412","72416","72425","72436","72443","72450","72451","72461","72474"],"st":"AR"}},"06111":{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-119.47794670672,34.378837558776],[-119.445991,34.404067],[-119.442352,34.901274],[-119.276946,34.879675],[-119.243645,34.814178],[-118.976721,34.812199],[-118.881364,34.790629],[-118.633461,34.269522],[-118.693834,34.168557],[-118.788889,34.168214],[-118.94447951146,34.046738953351],[-119.109784,34.094566],[-119.227743,34.161728],[-119.270144,34.252903],[-119.47794670672,34.378837558776]]],[[[-119.47073665694,34.053996622104],[-119.364214,34.050794],[-119.363065,34.000548],[-119.48771955738,33.996515154389],[-119.47073665694,34.053996622104]]],[[[-119.578942,33.278628],[-119.510489,33.307269],[-119.427171,33.266023],[-119.464725,33.215432],[-119.578942,33.278628]]]]},"properties":{"id":"06111","n":"Ventura","z":["90265","91304","91307","91311","91319","91320","91358","91359","91360","91361","91362","91377","93001","93002","93003","93004","93005","93006","93007","93009","93010","93011","93012","93013","93014","93015","93016","93020","93021","93022","93023","93024","93030","93031","93032","93033","93034","93035","93036","93040","93041","93042","93043","93044","93060","93061","93062","93063","93064","93065","93066","93094","93099","93225","93252","93915"],"st":"CA"}},"06025":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-116.085165,33.425932],[-114.62914651819,33.433545],[-114.725282,33.405048],[-114.723259,33.288079],[-114.674491,33.255597],[-114.706175,33.105335],[-114.670803,33.037984],[-114.51706679028,33.024628763569],[-114.468971,32.845155],[-114.570675,32.747417],[-114.719633,32.718763],[-116.10617888905,32.618578142636],[-116.103252,33.07467],[-116.08109,33.074833],[-116.085165,33.425932]]]},"properties":{"id":"06025","n":"Imperial","z":["92004","92222","92225","92227","92231","92232","92233","92243","92244","92249","92250","92251","92255","92257","92259","92266","92273","92274","92275","92281","92283","93383"],"st":"CA"}},"06017":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-121.141009,38.71198],[-121.040511,38.915538],[-120.940281,38.962339],[-120.858903,38.952256],[-120.746395,39.010352],[-120.563747,38.913705],[-120.435299,39.028163],[-120.184098,39.031014],[-120.143663,39.067285],[-120.00197525087,39.067495874468],[-120.001014,38.999574],[-119.904315,38.933324],[-119.877287,38.870193],[-120.072392,38.702767],[-120.212787,38.629371],[-120.301721,38.549109],[-120.627604,38.503143],[-120.813554,38.562193],[-121.027507,38.508292],[-121.118617,38.717118],[-121.141009,38.71198]]]},"properties":{"id":"06017","n":"El Dorado","z":["95613","95614","95619","95623","95629","95633","95634","95635","95636","95651","95656","95664","95667","95672","95682","95684","95709","95720","95721","95726","95735","95762","96142","96150","96151","96152","96155","96156","96157","96158"],"st":"CA"}},"01009":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.963358,33.858221],[-86.924387,33.909222],[-86.793914,33.952059],[-86.601147,34.11904],[-86.518927,34.252321],[-86.45302,34.259317],[-86.303516,34.099073],[-86.370152,33.93977],[-86.325622,33.940147],[-86.405981,33.835896],[-86.577528,33.801977],[-86.577799,33.765316],[-86.759212,33.840592],[-86.953664,33.815297],[-86.963358,33.858221]]]},"properties":{"id":"01009","n":"Blount","z":["35013","35016","35031","35049","35063","35079","35097","35121","35126","35133","35146","35172","35180","35952","35957","35976","35980"],"st":"AL"}},"01085":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.814912,32.340803],[-86.781354,32.392494],[-86.653419,32.397247],[-86.496774,32.344437],[-86.408771,32.244309],[-86.406276,32.050731],[-86.448198,31.964629],[-86.857583,31.962167],[-86.906956,32.04797],[-86.908302,32.225028],[-86.810313,32.224747],[-86.864367,32.274918],[-86.814912,32.340803]]]},"properties":{"id":"01085","n":"Lowndes","z":["36032","36040","36043","36047","36752","36761","36785"],"st":"AL"}},"02090":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-144.069029,64.683562],[-144.072511,64.654082],[-144.31598,64.645136],[-144.460096,64.58326],[-144.552526,64.600645],[-144.798044,64.568296],[-144.985331,64.568609],[-145.082787,64.507349],[-145.373929,64.483836],[-145.374083,64.455243],[-145.603118,64.42309],[-145.740002,64.460132],[-145.925934,64.424531],[-146.003772,64.381091],[-146.230686,64.363734],[-146.232329,64.310792],[-146.344673,64.276364],[-146.655165,64.257212],[-146.999909,64.257196],[-147.779479,64.259029],[-148.046696,64.343802],[-148.176111,64.400924],[-148.270857,64.491769],[-148.403117,64.531297],[-148.424918,64.574854],[-148.550742,64.617208],[-148.663265,64.59079],[-148.661199,65.209875],[-147.557771,65.209895],[-147.279115,65.279762],[-146.903142,65.283375],[-146.548654,65.345003],[-146.508383,65.433109],[-146.39704,65.418421],[-146.198886,65.453523],[-146.119349,65.403987],[-145.98704,65.408443],[-146.007899,65.359434],[-146.138999,65.315193],[-146.079908,65.247981],[-145.949873,65.205483],[-145.689426,65.189078],[-145.633882,65.136802],[-145.778697,65.080003],[-145.650312,65.034303],[-145.372503,65.069496],[-145.225944,65.069216],[-144.983514,65.136988],[-144.684887,65.106143],[-144.443678,65.058436],[-144.331377,65.107707],[-143.973639,65.119304],[-143.88408,65.091068],[-144.098484,65.020385],[-143.986949,64.967243],[-144.127807,64.799108],[-144.029789,64.767593],[-144.069029,64.683562]]]},"properties":{"id":"02090","n":"Fairbanks North Star","z":["99209","99701","99702","99703","99705","99707","99708","99709","99710","99711","99712","99714","99716","99725","99760","99775"],"st":"AK"}},"02070":{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-156.000086,60.90619],[-156.000145,59.692879],[-156.165068,59.692877],[-156.165066,59.606202],[-156.505349,59.606199],[-156.505345,59.519523],[-156.675489,59.519521],[-156.675483,59.432844],[-156.769971,59.432843],[-156.769965,59.346166],[-157.106814,59.346162],[-157.106808,59.259483],[-157.275233,59.259482],[-157.275221,59.086121],[-157.196306,59.086122],[-157.1962921401,58.849359541662],[-157.572524,58.750839],[-158.140307,58.61502],[-158.332093,58.665313],[-158.376873,58.748043],[-158.564833,58.802715],[-158.520327,58.857105],[-158.619684,58.911048],[-158.767748,58.864264],[-158.780136,58.75379],[-158.861207,58.69558],[-158.704052,58.482759],[-158.795316,58.408032],[-158.880927,58.39067],[-159.063346,58.423139],[-159.409779,58.773611],[-159.532347,58.833609],[-159.643549,58.845063],[-159.61612,58.931601],[-159.712114,58.929468],[-159.792923,58.823971],[-159.908386,58.779903],[-159.979344,58.835535],[-160.150528,58.866062],[-160.322922,58.953953],[-160.256592,58.99448],[-160.31778,59.070477],[-160.516426,59.01124],[-160.730971,58.921186],[-160.823489,58.829136],[-160.872003,58.878472],[-161.03144100529,58.839807951206],[-161.031448,58.999393],[-160.864703,58.999394],[-160.812133,59.086077],[-160.81214,59.259438],[-160.643716,59.25944],[-160.643719,59.34612],[-160.475296,59.346122],[-160.475354,59.432799],[-160.41864,59.4328],[-160.418647,59.606152],[-160.248503,59.606154],[-160.24851,59.779501],[-160.017423,59.779504],[-160.01743,59.952846],[-159.845524,59.952848],[-159.845533,60.126186],[-159.781902,60.126187],[-159.781906,60.212854],[-159.608196,60.212856],[-159.608204,60.386188],[-159.434497,60.38619],[-159.434502,60.472854],[-159.366206,60.472856],[-159.366215,60.646179],[-159.190657,60.646181],[-159.190661,60.732841],[-159.015104,60.732843],[-159.01511,60.819503],[-158.941919,60.819503],[-158.941926,60.906162],[-157.877224,60.906172],[-157.877208,60.819515],[-157.69976,60.819515],[-157.699775,60.906175],[-157.522325,60.906178],[-157.522332,60.992834],[-157.167428,60.992839],[-157.16742,60.906183],[-156.000086,60.90619]]],[[[-161.078486,58.635577],[-161.056595,58.702202],[-160.700627,58.817368],[-160.679309,58.780226],[-160.880515,58.581325],[-161.07563,58.549916],[-161.078486,58.635577]]],[[[-161.07374844244,58.826023804613],[-161.33958065924,58.739338625003],[-161.364931,58.826021],[-161.07374844244,58.826023804613]]]]},"properties":{"id":"02070","n":"Dillingham","z":["99555","99569","99576","99580","99628","99636","99678"],"st":"AK"}},"06059":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-117.783287,33.946411],[-117.673749,33.870831],[-117.533999,33.710355],[-117.412987,33.659045],[-117.509722,33.505019],[-117.59618868574,33.38696499432],[-117.840289,33.573523],[-117.927091,33.605521],[-118.11507672288,33.743803322895],[-117.966691,33.946058],[-117.783287,33.946411]]]},"properties":{"id":"06059","n":"Orange","z":["90620","90621","90622","90623","90624","90630","90631","90632","90633","90638","90680","90720","90721","90740","90742","90743","90815","92406","92530","92602","92603","92604","92605","92606","92607","92609","92610","92612","92614","92615","92616","92617","92618","92619","92620","92623","92624","92625","92626","92627","92628","92629","92630","92631","92637","92646","92647","92648","92649","92650","92651","92652","92653","92654","92655","92656","92657","92658","92659","92660","92661","92662","92663","92672","92673","92674","92675","92676","92677","92678","92679","92683","92684","92685","92688","92690","92691","92692","92693","92694","92697","92698","92701","92702","92703","92704","92705","92706","92707","92708","92711","92712","92720","92728","92735","92780","92781","92782","92799","92801","92802","92804","92805","92806","92807","92808","92809","92811","92812","92814","92815","92816","92817","92821","92822","92823","92825","92831","92832","92833","92834","92835","92836","92837","92838","92840","92841","92842","92843","92844","92845","92846","92850","92856","92857","92859","92861","92862","92863","92864","92865","92866","92867","92868","92869","92870","92871","92885","92886","92887","92899"],"st":"CA"}},"08121":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-103.706547,39.739894],[-103.705701,40.001366],[-103.47199,40.001502],[-103.465377,40.436346],[-102.77996,40.438446],[-102.803767,40.002554],[-102.802932,39.567841],[-103.154376,39.565654],[-103.707072,39.566295],[-103.706547,39.739894]]]},"properties":{"id":"08121","n":"Washington","z":["80720","80723","80733","80740","80741","80743","80757","80759","80801","80812","80815","80818"],"st":"CO"}},"05041":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.421715,34.014472],[-91.347628,33.954941],[-91.239438,33.97376],[-91.151365,33.93751],[-91.194278,34.070938],[-91.117905,34.119105],[-90.944795524309,34.116657205314],[-90.89242,34.02686],[-91.004981,33.977011],[-91.061247,33.877505],[-91.026782,33.763642],[-91.143287,33.747141],[-91.075389,33.714403],[-91.205644985948,33.546978370933],[-91.35081,33.519476],[-91.34954,33.563646],[-91.453438,33.563703],[-91.450325,33.780415],[-91.557648,33.783384],[-91.548668,33.976799],[-91.421715,34.014472]]]},"properties":{"id":"05041","n":"Desha","z":{"1":"71630","2":"71638","3":"71639","4":"71654","5":"71662","6":"71666","7":"71670","8":"71674","9":"72328","10":"72379","11":"38769"},"st":"AR"}},"01081":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.593151,32.72853],[-85.285043,32.730731],[-85.124533222751,32.751629606751],[-85.076072372605,32.608067475157],[-85.001130839124,32.510154788398],[-85.059294,32.472909],[-85.333843,32.468639],[-85.330143,32.410842],[-85.434045,32.40984],[-85.489348,32.496937],[-85.695854,32.595933],[-85.696755,32.697429],[-85.593151,32.72853]]]},"properties":{"id":"01081","n":"Lee","z":["36801","36802","36803","36804","36830","36831","36832","36849","36850","36852","36854","36865","36866","36867","36870","36874","36877","36879"],"st":"AL"}},"02240":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-146.999909,64.257196],[-146.655165,64.257212],[-146.344673,64.276364],[-146.232329,64.310792],[-146.230686,64.363734],[-146.003772,64.381091],[-145.925934,64.424531],[-145.740002,64.460132],[-145.603118,64.42309],[-145.374083,64.455243],[-145.373929,64.483836],[-145.082787,64.507349],[-144.985331,64.568609],[-144.798044,64.568296],[-144.552526,64.600645],[-144.460096,64.58326],[-144.31598,64.645136],[-144.072511,64.654082],[-144.069029,64.683562],[-143.752529,64.647633],[-143.647213,64.669506],[-143.506329,64.754068],[-143.529991,64.800611],[-143.434679,64.817791],[-143.503643,64.858251],[-143.525172,64.96008],[-143.364478,64.996996],[-143.373311,65.037107],[-143.242092,65.052518],[-143.081816,65.120937],[-142.864344,65.140387],[-142.7319,65.233639],[-142.742849,65.30141],[-142.601998,65.390931],[-142.441972,65.385042],[-142.307081,65.440633],[-142.065431,65.465341],[-141.855761,65.445786],[-141.78905,65.501546],[-141.387842,65.614395],[-141.336224,65.711614],[-141.093233,65.827388],[-141.00246492614,65.839421000799],[-141.00202046968,61.904047027843],[-141.831804,61.904053],[-141.831812,62.117178],[-142.014987,62.117646],[-141.977336,62.163983],[-141.977353,62.510559],[-142.125838,62.510556],[-142.126131,62.597192],[-142.313555,62.597193],[-142.313564,62.683828],[-142.505637,62.683822],[-142.719523,62.713508],[-142.742485,62.657813],[-142.848579,62.600547],[-143.151065,62.630679],[-143.009391,62.76725],[-143.20757,62.829091],[-143.094868,62.879614],[-143.001837,62.995623],[-143.098876,63.007891],[-143.132337,63.116978],[-144.580159,63.116931],[-145.154385,63.131149],[-145.154395,63.217781],[-146.111486,63.217762],[-146.140827,63.184013],[-146.32926,63.190562],[-146.494311,63.168975],[-146.489541,63.482913],[-146.999966,63.479645],[-146.999909,64.257196]]]},"properties":{"id":"02240","n":"Southeast Fairbanks","z":["99706","99731","99732","99737","99738","99764","99776","99780"],"st":"AK"}},"08059":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-105.398949,39.566056],[-105.397949,39.747087],[-105.397849,39.912886],[-105.16615,39.914047],[-105.052892,39.914224],[-105.053246,39.791063],[-105.053439,39.621423],[-105.04874,39.566088],[-105.171278,39.406854],[-105.217833,39.260115],[-105.32922,39.129689],[-105.330444,39.129685],[-105.397875,39.129564],[-105.398949,39.566056]]]},"properties":{"id":"08059","n":"Jefferson","z":["80001","80002","80003","80004","80005","80006","80007","80020","80021","80031","80033","80034","80123","80127","80128","80135","80212","80214","80215","80225","80226","80227","80228","80232","80235","80401","80402","80403","80419","80421","80425","80433","80437","80439","80453","80454","80457","80465","80470","80527"],"st":"CO"}},"05105":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.040525,35.076923],[-92.618827,35.078015],[-92.554685,35.113277],[-92.597762,34.995827],[-92.544341,34.953319],[-92.753626,34.911248],[-92.739779,34.853459],[-93.073877,34.858091],[-93.075178,34.771892],[-93.287785,34.773193],[-93.305684,34.875592],[-93.040525,35.076923]]]},"properties":{"id":"05105","n":"Perry","z":["72001","72016","72025","72070","72125","72126","72853","72857"],"st":"AR"}},"06053":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-121.81273242676,36.850049443745],[-121.699956,36.919683],[-121.644001,36.893996],[-121.45134,36.724793],[-121.468086,36.685518],[-121.350092,36.648357],[-121.311788,36.502736],[-121.244091,36.506911],[-121.040797,36.323969],[-121.02724,36.259893],[-120.920551,36.311012],[-120.761483,36.20358],[-120.678582,36.267319],[-120.62691,36.203227],[-120.667551,36.138057],[-120.433053,35.968933],[-120.315068,35.907186],[-120.213979,35.789276],[-121.347053956,35.795186203815],[-121.462264,35.885618],[-121.4862,35.970348],[-121.574602,36.025156],[-121.680145,36.165818],[-121.888491,36.30281],[-121.970427,36.582754],[-121.860604,36.611136],[-121.814462,36.682858],[-121.81273242676,36.850049443745]]]},"properties":{"id":"06053","n":"Monterey","z":["93210","93426","93450","93451","93461","93590","93901","93902","93905","93906","93907","93908","93912","93920","93921","93922","93923","93924","93925","93926","93927","93928","93930","93932","93933","93940","93942","93943","93944","93950","93953","93954","93955","93960","93962","95004","95012","95039","95076"],"st":"CA"}},"09003":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.008762781631,42.038903416247],[-72.509179336298,42.03408049659],[-72.49681,41.860616],[-72.410367,41.602581],[-72.46673,41.583899],[-72.505431,41.646999],[-72.713897,41.627705],[-72.752181,41.578894],[-72.844147,41.544697],[-72.94635,41.556797],[-72.98325,41.639598],[-73.016936,41.798183],[-72.949024,41.806431],[-72.88706,41.973121],[-73.029537,41.966606],[-73.008762781631,42.038903416247]]]},"properties":{"id":"09003","n":"Hartford","z":["06001","06002","06006","06010","06011","06013","06016","06019","06020","06022","06023","06025","06026","06027","06028","06030","06032","06033","06034","06035","06037","06040","06041","06042","06045","06050","06051","06052","06053","06060","06062","06064","06065","06067","06070","06073","06074","06078","06080","06081","06082","06083","06085","06088","06089","06090","06091","06092","06093","06095","06096","06101","06102","06103","06104","06105","06106","06107","06108","06109","06110","06111","06112","06114","06115","06117","06118","06119","06120","06123","06126","06127","06128","06129","06131","06132","06133","06134","06137","06138","06140","06141","06142","06143","06144","06145","06146","06147","06150","06151","06152","06153","06154","06155","06156","06160","06161","06167","06176","06180","06183","06199","06444","06447","06451","06467","06479","06489","06781"],"st":"CT"}},"09007":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.752181,41.578894],[-72.713897,41.627705],[-72.505431,41.646999],[-72.46673,41.583899],[-72.430767,41.524567],[-72.322931,41.518119],[-72.305531,41.436282],[-72.43371,41.423995],[-72.340012908702,41.277849262238],[-72.534564897168,41.253824274391],[-72.613919,41.329428],[-72.653672,41.438125],[-72.746141,41.423297],[-72.752181,41.578894]]]},"properties":{"id":"09007","n":"Middlesex","z":["06409","06412","06413","06414","06415","06416","06417","06419","06420","06422","06423","06424","06426","06438","06439","06441","06442","06455","06456","06457","06459","06469","06475","06480","06481","06498"],"st":"CT"}},"04001":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-109.045223,36.999084],[-109.0458711682,36.002701630519],[-109.04585123518,34.959818515837],[-109.04613893536,34.579291012818],[-109.04660747392,33.77822380035],[-109.347968,33.777456],[-109.49544,33.652697],[-109.80327,33.481727],[-109.891759,33.567829],[-109.891766,33.777777],[-109.859274,33.777683],[-109.848246,34.473435],[-109.865231,34.559689],[-109.844624,34.822562],[-109.843764,35.517875],[-109.826936,35.662484],[-110.000674,35.662657],[-110.00068181859,36.997968000298],[-109.045223,36.999084]]]},"properties":{"id":"04001","n":"Apache","z":{"1":"85901","2":"85920","3":"85924","4":"85925","5":"85927","6":"85930","7":"85932","8":"85936","9":"85938","10":"85940","11":"85941","12":"86028","13":"86033","14":"86034","15":"86502","16":"86503","17":"86504","18":"86505","19":"86506","20":"86507","21":"86508","22":"86510","23":"86511","24":"86512","25":"86514","26":"86515","27":"86520","28":"86535","29":"86538","30":"86540","31":"86544","32":"86545","33":"86547","34":"86556","35":"84531","70":"87328"},"st":"AZ"}},"04027":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-114.719633,32.718763],[-114.570675,32.747417],[-114.468971,32.845155],[-114.51706679028,33.024628763569],[-114.268748,33.029815],[-114.267815,33.463574],[-113.958042,33.464655],[-113.958046,33.377578],[-113.33392,33.377425],[-113.333897,32.504938],[-113.33376797302,32.04024908009],[-114.813613,32.494277],[-114.809393,32.617119],[-114.719633,32.718763]]]},"properties":{"id":"04027","n":"Yuma","z":["85333","85336","85347","85349","85350","85352","85356","85364","85365","85366","85367"],"st":"AZ"}},"06013":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-122.26932005492,38.060374497531],[-122.14312,38.031761],[-122.050386,38.060198],[-121.862462,38.06603],[-121.737824,38.02663],[-121.673065,38.093518],[-121.580022,38.094414],[-121.579425,37.8723],[-121.556997,37.816488],[-121.96077,37.718629],[-122.045473,37.798126],[-122.14026,37.804562],[-122.27108,37.905824],[-122.32871428741,37.893832346321],[-122.425258,37.955672],[-122.26932005492,38.060374497531]]]},"properties":{"id":"06013","n":"Contra Costa","z":["94505","94506","94507","94509","94511","94513","94514","94516","94517","94518","94519","94520","94521","94522","94523","94524","94525","94526","94527","94528","94529","94530","94531","94547","94548","94549","94551","94553","94556","94561","94563","94564","94565","94569","94572","94575","94582","94583","94588","94595","94596","94597","94598","94611","94706","94707","94708","94801","94802","94803","94804","94805","94806","94808","94820","94850","95219"],"st":"CA"}},"06099":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-121.471925,37.481783],[-121.241219,37.664009],[-121.110049,37.742128],[-120.920993,37.737947],[-120.926449,38.077421],[-120.653274,37.831858],[-120.38767,37.633364],[-120.989811,37.395871],[-120.963812,37.346144],[-121.226804,37.134774],[-121.282271,37.183675],[-121.404636,37.155989],[-121.459051,37.282739],[-121.409693,37.382013],[-121.472648,37.48217],[-121.471925,37.481783]]]},"properties":{"id":"06099","n":"Stanislaus","z":["95230","95307","95313","95316","95319","95323","95326","95328","95329","95350","95351","95352","95353","95354","95355","95356","95357","95358","95360","95361","95363","95367","95368","95380","95381","95382","95385","95386","95387","95397"],"st":"CA"}},"05007":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.617919,36.499414],[-94.077088266893,36.498975957222],[-93.866758211671,36.498866164685],[-93.890508,36.377894],[-93.815605,36.306563],[-93.887775,36.235046],[-93.973298,36.203852],[-94.333565,36.214727],[-94.391125,36.099396],[-94.551906282606,36.102225605669],[-94.562267928553,36.161972614626],[-94.617919,36.499414]]]},"properties":{"id":"05007","n":"Benton","z":["72115","72711","72712","72713","72714","72715","72716","72718","72719","72722","72732","72733","72734","72736","72738","72739","72745","72747","72751","72756","72757","72758","72761","72762","72764","72768"],"st":"AR"}},"02130":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-132.19968139906,55.633834],[-132.091178,55.660703],[-132.058825,55.71093],[-131.962744,55.700757],[-131.935635,55.798431],[-132.011037,55.854788],[-131.871943,55.948878],[-131.905601,55.979061],[-131.829365,56.056465],[-131.664222,56.067502],[-131.653403,56.103851],[-131.498849,56.019097],[-131.364317,56.017943],[-131.439957,56.131083],[-131.253358,56.20685],[-131.240485,56.172614],[-131.110314,56.194069],[-130.99843,56.274565],[-131.09623,56.335166],[-131.08679469628,56.407094773224],[-130.810707,56.371063],[-130.622482,56.267939],[-130.466874,56.239789],[-130.425575,56.140676],[-130.24657728417,56.097195988475],[-130.288619,55.998125],[-130.388606,55.943179],[-130.13822233959,55.763027565806],[-130.120132,55.563919],[-130.039928,55.429422],[-130.001735,55.264557],[-130.104749,55.188975],[-130.221512,55.02599],[-130.339504,54.921376],[-130.529228,54.8109],[-130.636745,54.778456],[-130.686192,54.71691],[-130.792122,54.784784],[-130.932454,54.806938],[-130.997057,55.044256],[-131.093806,55.191335],[-131.160492,55.197481],[-131.190033,55.043173],[-131.246018,54.989555],[-131.195197,54.919767],[-131.327624,54.859122],[-131.491504,54.930392],[-131.594567,54.93113],[-131.61188974327,54.982270634883],[-131.51066,55.016366],[-131.336983,54.995534],[-131.239554,55.169683],[-131.569223,55.294691],[-131.648375,55.227951],[-131.68413198565,55.119093614076],[-131.828395,55.198482],[-131.862162,55.289284],[-131.844157,55.456742],[-132.114654,55.550623],[-132.19968139906,55.633834]]]},"properties":{"id":"02130","n":"Ketchikan Gateway","z":["99901","99928"],"st":"AK"}},"01057":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.951785,33.91993],[-87.635932,33.915251],[-87.531602,33.867618],[-87.528338,33.692049],[-87.423843,33.689112],[-87.423701,33.602096],[-87.631718,33.609833],[-87.666661,33.521667],[-87.840683,33.524839],[-87.946519,33.524065],[-87.951785,33.91993]]]},"properties":{"id":"01057","n":"Fayette","z":["35542","35545","35546","35549","35554","35555","35559","35563","35574","35594"],"st":"AL"}},"05073":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.722867,33.481963],[-93.483097,33.476075],[-93.365585,33.444459],[-93.442019,33.258165],[-93.48176,33.259991],[-93.49051240012,33.018634595666],[-93.520993553772,33.018742293588],[-93.80490777463,33.019396225451],[-93.850076,33.145343],[-93.750177,33.183949],[-93.665518,33.327021],[-93.733317,33.42088],[-93.722867,33.481963]]]},"properties":{"id":"05073","n":"Lafayette","z":["71826","71827","71845","71860","71861"],"st":"AR"}},"05115":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.164452,35.728831],[-92.951315,35.724663],[-92.809763,35.722401],[-92.813417,35.549],[-92.850624,35.46295],[-92.855,35.172777],[-92.896109,35.170678],[-93.000171,35.168446],[-93.065176,35.118184],[-93.156078,35.235307],[-93.278293,35.317402],[-93.299014,35.327425],[-93.29591,35.469915],[-93.223633,35.468593],[-93.22117,35.598938],[-93.1678,35.597695],[-93.164452,35.728831]]]},"properties":{"id":"05115","n":"Pope","z":["72063","72080","72679","72801","72802","72811","72812","72823","72837","72839","72843","72846","72847","72856","72858"],"st":"AR"}},"06023":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-124.06747365942,41.464736188491],[-123.770551,41.464193],[-123.770239,41.380776],[-123.661363,41.38209],[-123.487831,41.376934],[-123.408291,41.179944],[-123.464006,41.076348],[-123.406082,41.013792],[-123.481357,40.915157],[-123.623662,40.929823],[-123.544059,40.739386],[-123.544458,40.001923],[-124.02520517453,40.001299341669],[-124.087086,40.078442],[-124.363414,40.260974],[-124.353124,40.331425],[-124.409591,40.438076],[-124.301355,40.659643],[-124.176715,40.843618],[-124.118147,40.989263],[-124.163988,41.138675],[-124.092284,41.287695],[-124.06747365942,41.464736188491]]]},"properties":{"id":"06023","n":"Humboldt","z":["95501","95502","95503","95511","95514","95518","95519","95521","95524","95525","95526","95528","95534","95536","95537","95540","95542","95545","95546","95547","95549","95550","95551","95553","95554","95555","95556","95558","95559","95560","95562","95564","95565","95569","95570","95571","95573","95589"],"st":"CA"}},"02110":{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-134.72447783809,58.211465285645],[-134.699956,58.161494],[-134.608911,58.171637],[-134.329872,58.13499],[-134.2543860508,58.144355274287],[-134.538413,58.098172],[-134.697766,58.032036],[-134.784681,58.096599],[-134.72447783809,58.211465285645]]],[[[-134.32799227792,58.962972177814],[-134.250526,58.858046],[-133.840392,58.727991],[-133.699835,58.60729],[-133.379908,58.427909],[-133.461475,58.385526],[-133.343725,58.270915],[-133.17697964216,58.150537692389],[-133.696701,57.792724],[-133.703097,57.792152],[-133.848776,57.93544],[-134.049603,58.062027],[-134.078155,58.152046],[-134.146685,58.199084],[-134.375579,58.208705],[-134.631203,58.247446],[-134.750586,58.391533],[-134.936897,58.457474],[-135.06176907711,58.451353243623],[-135.216683,58.967774],[-135.136971,58.829798],[-135.02326,58.732628],[-134.983701,58.875644],[-135.058835,58.966785],[-134.32799227792,58.962972177814]]]]},"properties":{"id":"02110","n":"Juneau","z":["99801","99802","99803","99811","99812","99821","99824"],"st":"AK"}},"09001":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.544151186401,41.366319596244],[-73.529677714301,41.527161021128],[-73.517918790638,41.66672053071],[-73.441466,41.491294],[-73.310473,41.468815],[-73.207688,41.420544],[-73.067851,41.300996],[-73.101173821645,41.163726271164],[-73.372296,41.10402],[-73.657336,40.985171],[-73.727775,41.100696],[-73.482709,41.21276],[-73.550961,41.295422],[-73.544151186401,41.366319596244]]]},"properties":{"id":"09001","n":"Fairfield","z":["06404","06440","06468","06470","06482","06484","06491","06601","06602","06604","06605","06606","06607","06608","06610","06611","06612","06614","06615","06673","06699","06776","06784","06801","06804","06807","06810","06811","06812","06813","06814","06816","06817","06820","06824","06825","06828","06829","06830","06831","06836","06838","06840","06850","06851","06852","06853","06854","06855","06856","06857","06858","06860","06870","06875","06876","06877","06878","06879","06880","06881","06883","06888","06889","06890","06896","06897","06901","06902","06903","06904","06905","06906","06907","06910","06911","06912","06913","06914","06926","06927","96810"],"st":"CT"}},"05005":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.529136581044,36.498165682985],[-92.150306249501,36.498140333324],[-92.15699,36.261248],[-92.19543,36.132798],[-92.197649,36.059287],[-92.304951,36.06108],[-92.30722,35.974022],[-92.414324,35.975865],[-92.411502,36.062756],[-92.411852,36.162123],[-92.469262,36.250904],[-92.575141,36.309333],[-92.529136581044,36.498165682985]]]},"properties":{"id":"05005","n":"Baxter","z":["72519","72531","72537","72538","72544","72617","72623","72626","72635","72642","72651","72653","72654","72658","72659"],"st":"AR"}},"08001":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-105.052892,39.914224],[-104.961405,40.000337],[-104.150332,40.000856],[-103.705701,40.001366],[-103.706547,39.739894],[-104.884646,39.740156],[-104.734601,39.769181],[-104.76247,39.82298],[-104.619938,39.822421],[-104.600435,39.899459],[-104.73155,39.898611],[-104.79091,39.79825],[-105.053246,39.791063],[-105.052892,39.914224]]]},"properties":{"id":"08001","n":"Adams","z":["80002","80003","80010","80011","80019","80020","80022","80023","80024","80030","80031","80037","80045","80102","80103","80105","80136","80137","80212","80216","80221","80229","80233","80234","80239","80241","80260","80601","80602","80603","80614","80640","80642","80643","80654","80701"],"st":"CO"}},"02016":{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[179.481318,51.975301],[179.636846,52.025712],[179.773922,51.970693],[179.649484,51.87367],[179.484634,51.921268],[179.481318,51.975301]]],[[[178.600493,51.655256],[178.6606,51.683065],[178.92533,51.623904],[179.295785,51.419232],[179.41824,51.416195],[179.480418,51.36386],[179.253271,51.337239],[179.031533,51.449884],[178.869249,51.556986],[178.7724,51.554119],[178.604866,51.616015],[178.600493,51.655256]]],[[[178.463385,51.987849],[178.591597,51.952652],[178.502493,51.899644],[178.463385,51.987849]]],[[[178.204442,51.83089],[178.329699,51.836792],[178.374074,51.747856],[178.270955,51.765186],[178.204442,51.83089]]],[[[178.093673,52.055141],[178.154769,52.061421],[178.2009,51.991156],[178.120941,51.977012],[178.093673,52.055141]]],[[[177.213086,51.920358],[177.310827,51.933273],[177.460539,51.999751],[177.581271,52.144927],[177.675952,52.092167],[177.572068,52.001812],[177.601005,51.922254],[177.409536,51.930821],[177.311768,51.825971],[177.178789,51.879219],[177.213086,51.920358]]],[[[173.863992,52.792483],[174.140115,52.750737],[174.158146,52.706059],[173.975116,52.707459],[173.819039,52.759805],[173.863992,52.792483]]],[[[173.439026,52.470528],[173.638061,52.524209],[173.772799,52.509905],[173.702252,52.434804],[173.725696,52.356579],[173.543778,52.392666],[173.48638,52.368613],[173.319948,52.412058],[173.439026,52.470528]]],[[[172.458911,52.954548],[172.643266,53.004979],[173.121988,52.990352],[173.425362,52.868345],[173.423819,52.828799],[173.204948,52.848911],[173.166899,52.795229],[172.9826,52.79108],[172.903628,52.761667],[172.763366,52.823656],[172.754236,52.87749],[172.585075,52.921327],[172.472857,52.890234],[172.458911,52.954548]]],[[[-166.225644,53.986229105085],[-166.1609246522,53.935638052194],[-166.404896,53.809345],[-166.336768,53.78709],[-166.113037,53.853716],[-166.138657,53.731082],[-166.444909,53.640646],[-166.581011,53.530449],[-166.749158,53.440944],[-167.166348,53.412793],[-167.308126,53.33433],[-167.417713,53.329856],[-167.488215,53.269121],[-167.622173,53.250362],[-167.851511,53.308668],[-167.694484,53.388034],[-167.591219,53.393346],[-167.278827,53.478565],[-167.135695,53.551227],[-167.16164,53.605909],[-167.005778,53.755446],[-167.141966,53.826932],[-167.031252,53.945204],[-166.742587,54.015501],[-166.644627,54.014495],[-166.508388,53.923949],[-166.357117,54.002343],[-166.225644,53.986229105085]]],[[[-169.28652,52.784747],[-168.95946,52.936739],[-168.785236,53.045038],[-168.763331,53.182812],[-168.581891,53.286521],[-168.445083,53.26533],[-168.342127,53.475992],[-168.238321,53.521902],[-168.027006,53.562755],[-167.914669,53.522716],[-167.789164,53.519329],[-167.842328,53.386489],[-168.092011,53.28827],[-168.296229,53.227235],[-168.457103,53.055839],[-168.613964,53.008776],[-168.755531,52.907507],[-168.851017,52.90804],[-169.005038,52.829992],[-169.261765,52.754897],[-169.28652,52.784747]]],[[[-169.81831,56.633612],[-169.474322,56.625183],[-169.453786,56.583786],[-169.582624,56.536939],[-169.685825,56.539717],[-169.81831,56.633612]]],[[[-170.170683,52.784918],[-170.092221,52.919387],[-170.026342,52.944912],[-169.857567,52.908533],[-169.76274,52.97805],[-169.820198,53.06679],[-169.747457,53.0932],[-169.680033,53.035075],[-169.666512,52.864349],[-169.703873,52.777117],[-169.951498,52.788615],[-170.077734,52.720416],[-170.207887,52.708899],[-170.170683,52.784918]]],[[[-170.420047,57.212917],[-170.143996,57.242804],[-170.133884,57.181329],[-170.286318,57.128169],[-170.421867,57.161202],[-170.420047,57.212917]]],[[[-170.817943,52.636275],[-170.671545,52.698082],[-170.532144,52.679971],[-170.58496,52.587186],[-170.788495,52.54024],[-170.841936,52.558171],[-170.817943,52.636275]]],[[[-171.312658,52.493502],[-171.196013,52.500106],[-171.226729,52.434269],[-171.312658,52.493502]]],[[[-172.612274,52.306828],[-172.448182,52.391439],[-172.301445,52.329951],[-172.414419,52.27674],[-172.639992,52.244765],[-172.612274,52.306828]]],[[[-175.301556,52.055602],[-175.031213,52.092109],[-174.887242,52.128602],[-174.715205,52.127375],[-174.55467,52.160405],[-174.462962,52.213031],[-174.455979,52.31369],[-174.185347,52.417788],[-174.068248,52.390331],[-173.985203,52.3176],[-174.046994,52.236262],[-174.022638,52.133713],[-173.529923,52.159364],[-173.375229,52.108228],[-173.174403,52.126278],[-172.947811,52.107371],[-172.980222,52.064049],[-173.513047,52.02531],[-173.695316,52.055319],[-173.820692,52.043312],[-174.278279,52.089489],[-174.382661,52.081658],[-174.408693,52.012811],[-174.556278,52.036733],[-174.736592,52.007308],[-175.323322,52.007488],[-175.301556,52.055602]]],[[[-176.950128,51.686719],[-176.917088,51.797016],[-176.781889,51.832373],[-176.810433,51.927089],[-176.579975,52.003238],[-176.549119,51.955561],[-176.576381,51.842275],[-176.173871,51.882449],[-176.211188,52.064706],[-176.14951,52.11757],[-176.055983,52.109469],[-175.887514,51.995142],[-175.45047,52.012742],[-175.424859,51.972332],[-175.789118,51.919323],[-175.963041,51.846253],[-175.998464,51.801542],[-176.289921,51.741678],[-176.46705,51.726668],[-176.715424,51.620422],[-176.938917,51.590982],[-176.950128,51.686719]]],[[[-177.670119,51.743381],[-177.313149,51.778223],[-177.228177,51.803783],[-177.181271,51.943167],[-177.04509,51.898605],[-177.098661,51.829647],[-177.105188,51.719333],[-177.275121,51.68051],[-177.34801,51.696513],[-177.651386,51.653604],[-177.670119,51.743381]]],[[[-178.19709,51.905464],[-177.952094,51.915348],[-177.887423,51.85089],[-177.615311,51.85508],[-177.649278,51.801851],[-177.755022,51.772834],[-177.86796,51.679374],[-177.909185,51.596671],[-178.117864,51.677831],[-177.98163,51.715617],[-177.995272,51.781535],[-178.224129,51.864881],[-178.19709,51.905464]]],[[[-178.889347,51.570352],[-178.678149,51.62601],[-178.551475,51.610175],[-178.584789,51.56386],[-178.734585,51.542326],[-178.889347,51.570352]]],[[[-178.876843,51.837917],[-178.779657,51.851547],[-178.733355,51.783947],[-178.792409,51.746071],[-178.895958,51.779219],[-178.876843,51.837917]]],[[[-179.174265,51.279057],[-178.995591,51.414484],[-178.908883,51.340582],[-179.126856,51.219862],[-179.174265,51.279057]]]]},"properties":{"id":"02016","n":"Aleutians West","z":["99546","99547","99591","99638","99660","99685","99692"],"st":"AK"}},"02050":{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-160.534671,61.94594],[-159.265037,61.945957],[-159.265035,62.032598],[-158.531351,62.03262],[-158.531361,62.119264],[-157.063864,62.119271],[-157.063852,62.032634],[-153.761875,62.032689],[-153.761871,62.119335],[-153.395009,62.119347],[-153.395009,62.20599],[-153.070123,62.206015],[-153.07012,62.292644],[-152.999839,62.292621],[-152.999882,61.426172],[-153.485575,61.426153],[-153.485584,61.166193],[-153.440884,60.906236],[-156.000086,60.90619],[-157.16742,60.906183],[-157.167428,60.992839],[-157.522332,60.992834],[-157.522325,60.906178],[-157.699775,60.906175],[-157.69976,60.819515],[-157.877208,60.819515],[-157.877224,60.906172],[-158.941926,60.906162],[-158.941919,60.819503],[-159.01511,60.819503],[-159.015104,60.732843],[-159.190661,60.732841],[-159.190657,60.646181],[-159.366215,60.646179],[-159.366206,60.472856],[-159.434502,60.472854],[-159.434497,60.38619],[-159.608204,60.386188],[-159.608196,60.212856],[-159.781906,60.212854],[-159.781902,60.126187],[-159.845533,60.126186],[-159.845524,59.952848],[-160.01743,59.952846],[-160.017423,59.779504],[-160.24851,59.779501],[-160.248503,59.606154],[-160.418647,59.606152],[-160.41864,59.4328],[-160.475354,59.432799],[-160.475296,59.346122],[-160.643719,59.34612],[-160.643716,59.25944],[-160.81214,59.259438],[-160.812133,59.086077],[-160.864703,58.999394],[-161.031448,58.999393],[-161.03144100529,58.839807951206],[-161.07374844244,58.826023804613],[-161.364931,58.826021],[-161.33958065924,58.739338625003],[-161.372314,58.666172],[-161.751999,58.551842],[-161.802156,58.612318],[-162.027363,58.60705],[-162.171722,58.648441],[-161.824107,58.734549],[-161.764791,58.846235],[-161.804034,58.991717],[-161.996859,59.174126],[-162.048584,59.254177],[-161.992903,59.338385],[-161.790375,59.468197],[-161.70253,59.490906],[-161.873944,59.649487],[-161.88552,59.69839],[-162.046547,59.849688],[-162.228371,60.056313],[-162.37224,60.167009],[-162.49418,60.130271],[-162.515276,59.976183],[-162.737447,59.972254],[-162.808513,59.933933],[-163.172633,59.845058],[-163.458092,59.809958],[-163.772229,59.795624],[-163.930798,59.803853],[-164.133393,59.845612],[-164.208475,59.934461],[-164.13181,59.991177],[-164.411016,60.097675],[-164.517647,60.199493],[-164.698889,60.296298],[-164.777233,60.293833],[-164.984527,60.349929],[-165.129403,60.433707],[-164.956788,60.527837],[-165.093939,60.531862],[-165.190449,60.498001],[-165.362975,60.506866],[-165.420349,60.550692],[-165.206433,60.610227],[-164.991665,60.69884],[-165.030183,60.83805],[-165.08509,60.913763],[-165.10849499278,60.926575398623],[-164.797619,60.982487],[-164.616585,60.979049],[-164.529911,60.940796],[-164.234986,60.988241],[-164.154702,61.022625],[-164.146306,61.074682],[-164.211781,61.082262],[-164.201874,61.151613],[-164.121482,61.127],[-164.017645,61.192886],[-163.920874,61.210692],[-163.981767,61.243286],[-163.99276,61.371763],[-163.785076,61.367097],[-163.65539,61.335827],[-163.524124,61.355098],[-163.531412,61.401454],[-163.431258,61.484107],[-163.171354,61.449071],[-163.061999,61.479931],[-162.847199,61.498736],[-162.75398,61.542666],[-162.505761,61.556426],[-162.476189,61.503959],[-162.328294,61.518376],[-162.013438,61.477057],[-161.885286,61.48281],[-161.449611,61.568838],[-161.126812,61.59954],[-160.953961,61.685669],[-160.775244,61.738527],[-160.597733,61.760156],[-160.35014,61.819071],[-160.18666,61.831693],[-160.469477,61.869348],[-160.534671,61.94594]]],[[[-167.430619,60.197006],[-167.317602,60.231541],[-166.842599,60.21047],[-166.835825,60.268751],[-166.713539,60.327341],[-166.616566,60.319221],[-166.490358,60.389466],[-166.371874,60.355156],[-166.149763,60.4367],[-166.03734,60.319456],[-165.883086,60.343368],[-165.67987,60.292435],[-165.723484,60.163824],[-165.666679,60.124304],[-165.709223,60.066003],[-165.532633,59.953425],[-165.582302,59.908242],[-166.084995,59.839649],[-166.084282,59.776059],[-166.190406,59.750206],[-166.36213,59.838604],[-166.512819,59.846425],[-166.795194,59.913185],[-167.333289,60.066626],[-167.430619,60.197006]]],[[[-173.074642,60.704657],[-172.912636,60.604129],[-172.847344,60.516742],[-172.545912,60.412225],[-172.238862,60.336642],[-172.254263,60.297375],[-172.630272,60.334922],[-172.895998,60.450587],[-173.0638,60.502589],[-173.115569,60.658971],[-173.074642,60.704657]]]]},"properties":{"id":"02050","n":"Bethel","z":["99503","99545","99551","99552","99557","99559","99561","99575","99578","99589","99607","99609","99614","99621","99622","99626","99630","99634","99637","99641","99651","99655","99656","99668","99679","99680","99681","99690"],"st":"AK"}},"02100":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-135.71731684219,59.730076946574],[-135.37502,59.350033],[-135.029245,59.345364],[-134.961972,59.280376],[-134.702383,59.247836],[-134.566689,59.128278],[-134.481241,59.128071],[-134.379771,59.034961],[-134.401042,58.976221],[-134.32799227792,58.962972177814],[-135.058835,58.966785],[-134.983701,58.875644],[-135.02326,58.732628],[-135.136971,58.829798],[-135.216683,58.967774],[-135.06176907711,58.451353243623],[-135.104413,58.449263],[-135.049062,58.309295],[-135.10121,58.292607],[-135.087872,58.200073],[-135.306507,58.242916],[-135.408059,58.342999],[-135.44996617286,58.339068182657],[-135.50702,58.499604],[-135.316732,58.504393],[-135.405223,58.620593],[-135.551001,58.698793],[-135.747005,58.725606],[-135.683487,58.853598],[-135.524117,58.887696],[-135.723091,59.069847],[-135.699146,59.10741],[-135.89905,59.17906],[-136.107895,59.215693],[-136.362339,59.232961],[-136.48965218999,59.260491614619],[-136.474326,59.464194],[-136.358141,59.449799],[-136.234229,59.524731],[-136.350622,59.599326],[-136.190352,59.639854],[-135.945905,59.663802],[-135.71731684219,59.730076946574]]]},"properties":{"id":"02100","n":"Haines","z":["99827","99850"],"st":"AK"}},"05123":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.149842,35.00247],[-91.04543,35.00104],[-91.04267,35.148189],[-90.502993,35.144214],[-90.400438,35.148231],[-90.40854,34.904121],[-91.099201,34.911796],[-91.099961,34.86712],[-91.152457,34.911847],[-91.149842,35.00247]]]},"properties":{"id":"05123","n":"Saint Francis","z":["72322","72326","72335","72336","72340","72346","72348","72359","72372","72392","72394","72396"],"st":"AR"}},"02020":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-150.22124066987,61.193170799938],[-149.987495,61.224064],[-149.897622,61.267387],[-149.748369,61.397371],[-149.35944,61.484025],[-149.240449,61.484025],[-149.180062,61.42625],[-148.462471,61.426267],[-148.472065,60.84852],[-148.738363,60.848546],[-148.745618,60.733007],[-149.037741,60.732987],[-149.03408,60.848534],[-149.181942,60.906317],[-149.359399,60.90633],[-149.7484637632,61.001237677068],[-149.831922,61.076197],[-150.065646,61.151079],[-150.265894,61.127365],[-150.22124066987,61.193170799938]]]},"properties":{"id":"02020","n":"Anchorage","z":["99501","99502","99503","99504","99505","99506","99507","99508","99509","99513","99514","99515","99516","99517","99518","99520","99521","99522","99523","99524","99529","99530","99540","99567","99577","99587","99599"],"st":"AK"}},"08019":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-105.690348,39.851996],[-105.496883,39.757796],[-105.397949,39.747087],[-105.398949,39.566056],[-105.829662,39.564865],[-105.77601,39.609267],[-105.924618,39.698972],[-105.887395,39.796996],[-105.736426,39.804801],[-105.690348,39.851996]]]},"properties":{"id":"08019","n":"Clear Creek","z":["80436","80438","80439","80444","80452","80476"],"st":"CO"}},"08005":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-105.053439,39.621423],[-105.015696,39.678684],[-104.913407,39.624083],[-104.847733,39.656788],[-104.884646,39.740156],[-103.706547,39.739894],[-103.707072,39.566295],[-103.714355,39.566331],[-104.660626,39.565909],[-105.04874,39.566088],[-105.053439,39.621423]]]},"properties":{"id":"08005","n":"Arapahoe","z":["80010","80011","80012","80013","80014","80015","80016","80017","80018","80040","80041","80042","80044","80046","80047","80102","80103","80105","80110","80111","80112","80113","80120","80121","80122","80123","80128","80129","80136","80137","80150","80151","80160","80161","80162","80163","80165","80166","80220","80222","80224","80231","80236","80237","80246","80247"],"st":"CO"}},"08047":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-105.675798,39.932445],[-105.398041,39.934854],[-105.397849,39.912886],[-105.397949,39.747087],[-105.496883,39.757796],[-105.690348,39.851996],[-105.675798,39.932445]]]},"properties":{"id":"08047","n":"Gilpin","z":["80307","80403","80422","80427","80474"],"st":"CO"}},"01003":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.972869,31.162694],[-87.946588,31.19293],[-87.765152,31.297346],[-87.61589,31.244458],[-87.598937,30.997422],[-87.634943,30.865857],[-87.523621,30.738285],[-87.400189,30.657201],[-87.444722,30.507484],[-87.366601,30.436643],[-87.431784,30.403193],[-87.518324,30.280435],[-87.818867,30.228314],[-87.893201,30.239237],[-87.796717,30.324198],[-87.933355,30.487357],[-87.901711,30.550879],[-87.93107,30.652694],[-88.008396,30.684956],[-88.026319,30.753358],[-87.944546,30.827046],[-87.981261,30.886895],[-87.941152,31.048161],[-87.972869,31.162694]]]},"properties":{"id":"01003","n":"Baldwin","z":["36480","36502","36507","36511","36526","36527","36530","36532","36533","36535","36536","36542","36547","36549","36550","36551","36555","36559","36561","36562","36564","36567","36574","36576","36577","36578","36579","36580"],"st":"AL"}},"09009":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.98325,41.639598],[-72.94635,41.556797],[-72.844147,41.544697],[-72.752181,41.578894],[-72.746141,41.423297],[-72.653672,41.438125],[-72.613919,41.329428],[-72.534564897168,41.253824274391],[-72.760341,41.241235],[-72.935646,41.258497],[-73.101173821645,41.163726271164],[-73.067851,41.300996],[-73.207688,41.420544],[-73.310473,41.468815],[-73.318889,41.505189],[-73.15573,41.515279],[-73.164676,41.557088],[-72.98325,41.639598]]]},"properties":{"id":"09009","n":"New Haven","z":["06401","06403","06405","06408","06410","06411","06418","06437","06443","06450","06451","06460","06461","06471","06472","06473","06477","06478","06483","06487","06488","06492","06493","06494","06495","06501","06503","06504","06505","06506","06507","06508","06509","06510","06511","06512","06513","06514","06515","06516","06517","06518","06519","06520","06521","06524","06525","06530","06531","06532","06533","06534","06535","06536","06537","06538","06540","06701","06702","06703","06704","06705","06706","06708","06710","06712","06716","06720","06721","06722","06723","06724","06725","06726","06749","06762","06770"],"st":"CT"}},"08011":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-103.399938,38.265435],[-102.74233,38.266971],[-102.747615,37.643642],[-103.075938,37.64342],[-103.404339,37.643576],[-103.399938,38.265435]]]},"properties":{"id":"08011","n":"Bent","z":["81038","81044","81050","81052","81054","81057","81092"],"st":"CO"}},"01111":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.643482,33.495885],[-85.347744,33.501378],[-85.304943833225,33.482756336846],[-85.294346864345,33.427993146365],[-85.236595371253,33.129544028251],[-85.232441405187,33.108077093934],[-85.593177,33.10734],[-85.653654,33.106634],[-85.643482,33.495885]]]},"properties":{"id":"01111","n":"Randolph","z":["36258","36263","36264","36266","36274","36276","36278","36280"],"st":"AL"}},"05001":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.705185,34.48267],[-91.678037,34.48192],[-91.59552,34.48051],[-91.594429,34.56805],[-91.37782,34.56348],[-91.291483,34.561761],[-91.056276,34.336605],[-91.078628,34.143729],[-91.117905,34.119105],[-91.194278,34.070938],[-91.151365,33.93751],[-91.239438,33.97376],[-91.347628,33.954941],[-91.421715,34.014472],[-91.445614,34.080147],[-91.537991,34.223807],[-91.711795,34.233919],[-91.705185,34.48267]]]},"properties":{"id":"05001","n":"Arkansas","z":["20063","72003","72026","72038","72042","72048","72055","72073","72133","72140","72160","72166"],"st":"AR"}},"02122":{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-149.7484637632,61.001237677068],[-149.359399,60.90633],[-149.181942,60.906317],[-149.03408,60.848534],[-149.037741,60.732987],[-148.745618,60.733007],[-148.657119,60.732976],[-148.66447,60.415183],[-148.563715,60.415172],[-148.563026,60.126314],[-148.58618,59.938585],[-148.64952958579,59.9235531801],[-148.801325,59.952794],[-149.123262,59.968559],[-149.221067,59.938748],[-149.270623,59.872067],[-149.376593,59.835879],[-149.472227,59.903693],[-149.595531,59.79772],[-149.506758,59.770927],[-149.527793,59.706846],[-149.626311,59.73441],[-149.731966,59.706783],[-149.74622,59.637585],[-149.842672,59.7013],[-149.919444,59.691836],[-150.280838,59.466833],[-150.430144,59.343357],[-150.4989,59.456298],[-150.581182,59.445233],[-150.680872,59.305412],[-150.822768,59.330763],[-150.912817,59.305214],[-150.942212,59.233136],[-151.126247,59.209923],[-151.470623,59.242621],[-151.43339,59.135517],[-151.662368,59.089735],[-151.858124,59.144234],[-151.984101,59.278696],[-151.886513,59.421033],[-151.742915,59.468286],[-151.327803,59.573047],[-151.205459,59.630284],[-151.296895,59.696861],[-151.448669,59.648171],[-151.643061,59.646966],[-151.869468,59.769159],[-151.71801,60.009473],[-151.421702,60.212931],[-151.366874,60.372655],[-151.30609,60.387257],[-151.28181,60.496034],[-151.410273,60.711023],[-151.261319,60.769801],[-151.062558,60.787429],[-150.705812,60.937792],[-150.401859,61.036227],[-150.341709,61.024201],[-150.194128,60.90134],[-149.985374,60.879033],[-149.853693,60.967395],[-149.7484637632,61.001237677068]]],[[[-152.064099,60.417137],[-151.952456,60.510609],[-151.839194,60.485862],[-151.956263,60.367841],[-152.079995,60.341191],[-152.064099,60.417137]]],[[[-153.597411,59.386827],[-153.412493,59.415105],[-153.386898,59.33075],[-153.515286,59.320878],[-153.597411,59.386827]]],[[[-153.440884,60.906236],[-153.485584,61.166193],[-153.485575,61.426153],[-152.999882,61.426172],[-151.332784,61.426239],[-151.332802,61.252936],[-150.974014,61.25294],[-150.97401191634,61.194467298699],[-151.166606,61.046404],[-151.349004,61.010004],[-151.4803,61.010902],[-151.800264,60.853672],[-151.716379,60.710415],[-151.89792,60.72175],[-152.039381,60.660517],[-152.13616,60.578475],[-152.261497,60.538237],[-152.331365,60.473525],[-152.234199,60.393888],[-152.376743,60.345613],[-152.411281,60.287864],[-152.539843,60.241644],[-152.57873,60.16987],[-152.575153,60.04826],[-152.700822,59.920309],[-152.860867,59.875033],[-152.967267,59.881494],[-153.051559,59.691562],[-153.240018,59.632426],[-153.542466,59.630236],[-153.577828,59.555991],[-153.76148,59.543411],[-153.699025,59.463603],[-153.998506,59.384723],[-154.122681,59.287622],[-154.180691,59.123235],[-154.063489,59.07214],[-153.695664,59.073994],[-153.596489,59.000192],[-153.479939,58.995286],[-153.267407,58.867218],[-153.29443623491,58.855036],[-153.639403,58.855029],[-153.639027,58.73945],[-153.817076,58.739446],[-153.817076,58.65276],[-154.305691,58.652751],[-154.642545,58.652747],[-154.642558,58.739431],[-154.695036,58.739431],[-154.695105,59.086159],[-154.748861,59.259518],[-154.412013,59.259524],[-154.412028,59.432882],[-154.123321,59.432887],[-154.123327,59.519552],[-153.953181,59.519569],[-153.953198,59.692918],[-153.783068,59.692926],[-153.78307,59.779597],[-153.656977,59.779607],[-153.65698,60.126277],[-153.528392,60.126281],[-153.528441,60.472939],[-153.397276,60.472948],[-153.397284,60.819581],[-153.440884,60.906236]]]]},"properties":{"id":"02122","n":"Kenai Peninsula","z":["99511","99556","99568","99572","99603","99605","99610","99611","99631","99635","99639","99663","99664","99669","99672","99682"],"st":"AK"}},"02150":{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-154.779663,57.366335],[-154.52206,57.577786],[-154.196959,57.664639],[-153.994572,57.656905],[-153.930279,57.696791],[-153.93522,57.813047],[-153.721176,57.890615],[-153.512024,57.909156],[-153.484603,57.9765],[-153.386422,57.936526],[-153.299009,57.985626],[-153.419783,58.059638],[-153.316127,58.14039],[-153.044316,58.306336],[-152.925586,58.339686],[-152.883107,58.400443],[-152.640313,58.469868],[-152.66622,58.544087],[-152.61613,58.601852],[-152.354709,58.63828],[-152.337212,58.589095],[-152.512483,58.427349],[-152.49848,58.372351],[-152.387343,58.359499],[-152.35609,58.42347],[-152.227835,58.376424],[-152.129257,58.396414],[-151.817111,58.263444],[-151.862321,58.168265],[-152.03412,58.183737],[-152.112205,58.148559],[-152.529036,58.093779],[-152.766673,58.029887],[-152.722524,57.987364],[-152.804807,57.899175],[-152.753437,57.834452],[-152.635378,57.91861],[-152.526283,57.913266],[-152.432608,57.976029],[-152.324103,57.916604],[-152.351152,57.834768],[-152.212247,57.791433],[-152.298762,57.745925],[-152.440182,57.72664],[-152.313974,57.63642],[-152.159677,57.593614],[-152.323683,57.467861],[-152.253603,57.384019],[-152.323687,57.34266],[-152.474883,57.434204],[-152.570527,57.448909],[-152.630441,57.322668],[-152.695698,57.281318],[-152.943463,57.256956],[-152.90054,57.132076],[-153.06433,57.10379],[-153.342018,56.982825],[-153.404263,57.080511],[-153.580831,57.049048],[-153.541492,56.887875],[-153.83964,56.822099],[-154.017042,56.689311],[-154.153147,56.681697],[-154.129017,56.742168],[-154.305713,56.846871],[-154.312888,56.918673],[-154.528538,57.001892],[-154.523432,57.129106],[-154.594977,57.257161],[-154.79384,57.288862],[-154.779663,57.366335]]],[[[-154.840415,56.42032],[-154.70614,56.521273],[-154.514078,56.604059],[-154.095833,56.617786],[-154.025041,56.572517],[-153.878764,56.565925],[-154.02093,56.482025],[-154.529507,56.502655],[-154.742887,56.401678],[-154.840415,56.42032]]],[[[-155.750002,55.821849],[-155.605373,55.928826],[-155.530591,55.912213],[-155.591002,55.761725],[-155.718593,55.772356],[-155.750002,55.821849]]],[[[-156.733628,56.077593],[-156.614757,56.065178],[-156.681814,55.994337],[-156.733628,56.077593]]],[[[-154.305691,58.652751],[-153.817076,58.65276],[-153.817076,58.739446],[-153.639027,58.73945],[-153.639403,58.855029],[-153.29443623491,58.855036],[-153.369389,58.821255],[-153.445002,58.70931],[-153.591635,58.640084],[-153.851432,58.611872],[-153.930473,58.497482],[-154.07066,58.440018],[-153.985416,58.390877],[-154.074145,58.352661],[-154.145277,58.210931],[-154.222465,58.132566],[-154.581547,58.019285],[-154.765287,58.00371],[-154.876559,58.027722],[-155.118648,57.953925],[-155.097095,57.865356],[-155.272917,57.823981],[-155.354011,57.715261],[-155.609353,57.777699],[-155.629912,57.656376],[-155.724167,57.633445],[-155.732779,57.549732],[-156.046804,57.525724],[-156.012841,57.451394],[-156.220105,57.445295],[-156.362039,57.400474],[-156.334404,57.1823],[-156.37428730155,57.159250120724],[-156.750815,57.162878],[-156.75078,57.235795],[-156.672751,57.234909],[-156.617395,57.334942],[-156.502226,57.362606],[-156.508759,57.434831],[-156.370235,57.522368],[-156.132032,57.509692],[-156.071148,57.584424],[-155.952772,57.598213],[-155.921548,57.554334],[-155.84623,57.629144],[-155.898455,57.6681],[-155.768022,57.668261],[-155.693773,57.797987],[-155.446251,57.827094],[-155.44602,57.871459],[-155.330245,57.876343],[-155.331678,58.048211],[-155.280169,58.108591],[-155.331945,58.193283],[-155.221313,58.193193],[-155.221463,58.236408],[-155.057741,58.236209],[-155.008132,58.290905],[-154.730369,58.304669],[-154.729769,58.332837],[-154.465741,58.361356],[-154.432332,58.418998],[-154.303447,58.460385],[-154.305691,58.652751]]]]},"properties":{"id":"02150","n":"Kodiak Island","z":["99550","99608","99615","99619","99624","99643","99644","99697"],"st":"AK"}},"08061":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-103.504666,38.516409],[-103.172878,38.525315],[-103.172943,38.61245],[-102.04551057457,38.615164590177],[-102.04465035915,38.268749222503],[-102.74233,38.266971],[-103.399938,38.265435],[-103.501764,38.265016],[-103.504666,38.516409]]]},"properties":{"id":"08061","n":"Kiowa","z":["81021","81036","81045","81071"],"st":"CO"}},"08065":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-106.426487,39.361871],[-106.283812,39.349469],[-106.206732,39.379636],[-106.135529,39.379546],[-106.183972,39.309354],[-106.191006,39.056073],[-106.577966,39.057908],[-106.50238,39.298567],[-106.426487,39.361871]]]},"properties":{"id":"08065","n":"Lake","z":["80429","80461","81228","81251"],"st":"CO"}},"08071":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-105.154176,37.293129],[-104.995505,37.375551],[-104.748938,37.407029],[-104.548652,37.5747],[-104.45493,37.740839],[-104.351109,37.817488],[-104.061132,37.734704],[-104.058196,37.644049],[-103.404339,37.643576],[-103.075938,37.64342],[-103.08610107563,36.999864361106],[-104.00784940961,36.995984094709],[-105.15504274805,36.995474445611],[-105.154176,37.293129]]]},"properties":{"id":"08071","n":"Las Animas","z":["81020","81024","81027","81046","81049","81059","81064","81081","81082","81091"],"st":"CO"}},"08109":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-107.001119,38.147072],[-107.000601,38.425619],[-106.24694,38.422768],[-106.010751,38.446566],[-105.796897,38.265047],[-105.67627,38.146173],[-105.583922,37.967196],[-105.473204,37.89597],[-105.428893,37.851733],[-105.457255,37.751464],[-106.038413,37.748353],[-106.586374,37.747809],[-106.587139,37.834426],[-106.693845,37.835244],[-106.693523,37.873519],[-106.84727,37.91917],[-106.879167,37.96111],[-107.000602,37.956041],[-107.001119,38.147072]]]},"properties":{"id":"08109","n":"Saguache","z":["81125","81131","81132","81136","81143","81149","81155","81230","81248"],"st":"CO"}},"05143":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.551906282606,36.102225605669],[-94.391125,36.099396],[-94.333565,36.214727],[-93.973298,36.203852],[-93.887775,36.235046],[-93.944177,36.091103],[-93.962892,35.76093],[-94.493040072427,35.759166474327],[-94.551906282606,36.102225605669]]]},"properties":{"id":"05143","n":"Washington","z":["72701","72702","72703","72704","72717","72727","72728","72729","72730","72735","72737","72738","72741","72744","72749","72753","72761","72762","72764","72765","72766","72769","72770","72773","72774","72959"],"st":"AR"}},"05117":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.802505,35.030425],[-91.695463,35.062344],[-91.608065,35.020741],[-91.584005,35.091584],[-91.465114,35.089454],[-91.363763,35.051887],[-91.36856,34.912735],[-91.374765,34.665964],[-91.446983,34.667531],[-91.37782,34.56348],[-91.594429,34.56805],[-91.59552,34.48051],[-91.678037,34.48192],[-91.638531,34.626093],[-91.700828,34.672029],[-91.693705,34.919605],[-91.803703,34.921524],[-91.802505,35.030425]]]},"properties":{"id":"05117","n":"Prairie","z":["72017","72024","72040","72041","72060","72064","72160","72170","72176"],"st":"AR"}},"01127":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.636118,34.002203],[-87.151036,33.993225],[-87.091836,33.890093],[-86.963358,33.858221],[-86.953664,33.815297],[-87.005965,33.787237],[-87.057757,33.656363],[-87.17943,33.613794],[-87.266923,33.512929],[-87.318532,33.587393],[-87.423701,33.602096],[-87.423843,33.689112],[-87.528338,33.692049],[-87.531602,33.867618],[-87.635932,33.915251],[-87.636118,34.002203]]]},"properties":{"id":"01127","n":"Walker","z":["35006","35033","35038","35062","35063","35130","35148","35501","35502","35503","35504","35546","35549","35550","35554","35560","35573","35578","35579","35580","35584","35587"],"st":"AL"}},"08051":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-107.63504,38.301896],[-107.50002,38.301926],[-107.500655,38.668553],[-107.500606,39.217916],[-107.394486,39.256299],[-107.28249,39.118718],[-107.06632,39.118805],[-107.001622,39.042273],[-106.801874,38.978303],[-106.694969,39.055667],[-106.599214,38.997994],[-106.465032,38.910354],[-106.326099,38.911004],[-106.406987,38.829334],[-106.452126,38.698777],[-106.379899,38.638483],[-106.354185,38.533384],[-106.24694,38.422768],[-107.000601,38.425619],[-107.001119,38.147072],[-107.56862,38.147267],[-107.63504,38.301896]]]},"properties":{"id":"08051","n":"Gunnison","z":["81210","81220","81224","81225","81230","81231","81237","81239","81241","81243","81248","81434","81623"],"st":"CO"}},"05131":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.433913443832,35.386361769899],[-94.434889287597,35.393185215587],[-94.405656,35.449271],[-94.342481,35.371833],[-94.233765,35.354072],[-94.074895,35.445403],[-94.064873,35.199848],[-94.028547,35.213826],[-94.031236,35.140857],[-94.139307,35.143361],[-94.140571,35.099678],[-94.228244,35.057595],[-94.230524,34.968527],[-94.447509535784,34.933976212157],[-94.433913443832,35.386361769899]]]},"properties":{"id":"05131","n":"Sebastian","z":["72901","72902","72903","72904","72906","72908","72913","72914","72916","72917","72918","72919","72923","72927","72933","72936","72937","72938","72940","72941","72944","72945"],"st":"AR"}},"05021":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.784244155131,36.498462200129],[-90.576179065567,36.498405927798],[-90.220749053915,36.495937592195],[-90.153871,36.495344],[-90.131038,36.415069],[-90.066136,36.386272],[-90.06398,36.303038],[-90.189127982217,36.198986608667],[-90.32096,36.200575],[-90.31982,36.259144],[-90.806615,36.266865],[-90.749667,36.280536],[-90.748637,36.412764],[-90.784244155131,36.498462200129]]]},"properties":{"id":"05021","n":"Clay","z":["72422","72424","72430","72435","72436","72441","72453","72454","72456","72461","72464","72470"],"st":"AR"}},"05023":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.24052,35.71219],[-91.837179,35.704932],[-91.789823,35.711734],[-91.793958,35.534114],[-91.851958,35.358287],[-92.111463,35.362725],[-92.252759,35.363718],[-92.24052,35.71219]]]},"properties":{"id":"05023","n":"Cleburne","z":["72044","72067","72088","72121","72130","72131","72137","72143","72153","72179","72523","72530","72534","72543","72545","72546","72550","72581"],"st":"AR"}},"05029":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.896109,35.170678],[-92.855,35.172777],[-92.850624,35.46295],[-92.479268,35.455357],[-92.481469,35.368392],[-92.554685,35.113277],[-92.618827,35.078015],[-93.040525,35.076923],[-93.040709,35.108951],[-92.896109,35.170678]]]},"properties":{"id":"05029","n":"Conway","z":["72001","72013","72025","72027","72030","72031","72063","72080","72107","72110","72125","72127","72156","72157","72823"],"st":"AR"}},"02261":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-148.462471,61.426267],[-147.206597,61.426265],[-147.206605,61.470663],[-146.942559,61.470675],[-146.960952,61.817272],[-146.960978,62.163852],[-146.979807,62.250497],[-146.423984,62.250511],[-146.436899,62.856991],[-146.494296,62.957864],[-146.494311,63.168975],[-146.32926,63.190562],[-146.140827,63.184013],[-146.111486,63.217762],[-145.154395,63.217781],[-145.154385,63.131149],[-144.580159,63.116931],[-143.132337,63.116978],[-143.098876,63.007891],[-143.001837,62.995623],[-143.094868,62.879614],[-143.20757,62.829091],[-143.009391,62.76725],[-143.151065,62.630679],[-142.848579,62.600547],[-142.742485,62.657813],[-142.719523,62.713508],[-142.505637,62.683822],[-142.313564,62.683828],[-142.313555,62.597193],[-142.126131,62.597192],[-142.125838,62.510556],[-141.977353,62.510559],[-141.977336,62.163983],[-142.014987,62.117646],[-141.831812,62.117178],[-141.831804,61.904053],[-141.00202046968,61.904047027843],[-141.00184966564,60.391688011896],[-141.213444,60.391676],[-141.213451,60.435268],[-141.790601,60.435238],[-141.790619,60.521899],[-143.193519,60.521828],[-143.893325,60.024166],[-143.893326,59.986721605894],[-144.005879,60.012981],[-144.1103,60.098939],[-144.186745,60.116967],[-144.348913,60.091184],[-144.429249,60.14802],[-144.654899,60.204882],[-144.929327,60.228253],[-144.957848,60.288152],[-145.089139,60.320014],[-145.136728,60.296219],[-145.380064,60.352829],[-145.639204,60.301971],[-145.988546,60.387427],[-146.232681,60.338851],[-146.393256,60.327476],[-146.607692,60.241182],[-146.694034,60.279608],[-146.916487,60.290973],[-147.257795,60.107883],[-147.376397,60.016192],[-147.339794,59.962102],[-147.452217,59.954011],[-147.391846,59.87776],[-147.876475,59.763893],[-147.92924,59.783875],[-147.855084,59.871915],[-147.956775,59.9594],[-148.25406,59.932357],[-148.220554,59.97635],[-148.313962,60.033859],[-148.478881,59.935806],[-148.64952958579,59.9235531801],[-148.58618,59.938585],[-148.563026,60.126314],[-148.563715,60.415172],[-148.66447,60.415183],[-148.657119,60.732976],[-148.745618,60.733007],[-148.738363,60.848546],[-148.472065,60.84852],[-148.462471,61.426267]]]},"properties":{"id":"02261","n":"Valdez Cordova","z":["99566","99573","99574","99586","99588","99677","99686","99693","99737","99780"],"st":"AK"}},"05033":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.493040072427,35.759166474327],[-93.962892,35.76093],[-93.910836,35.759752],[-93.984204,35.660783],[-94.073694,35.662403],[-94.076209,35.575489],[-94.023014,35.574204],[-94.074895,35.445403],[-94.233765,35.354072],[-94.342481,35.371833],[-94.405656,35.449271],[-94.434889287597,35.393185215587],[-94.473119390647,35.638547152529],[-94.493040072427,35.759166474327]]]},"properties":{"id":"05033","n":"Crawford","z":["72905","72921","72932","72934","72935","72946","72947","72948","72952","72955","72956","72957","72959"],"st":"AR"}},"05047":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.074895,35.445403],[-94.023014,35.574204],[-94.076209,35.575489],[-94.073694,35.662403],[-93.984204,35.660783],[-93.910836,35.759752],[-93.695981,35.768649],[-93.710076,35.375242],[-93.806849,35.430011],[-93.810087,35.313095],[-93.917127,35.319046],[-93.920167,35.229427],[-94.028547,35.213826],[-94.064873,35.199848],[-94.074895,35.445403]]]},"properties":{"id":"05047","n":"Franklin","z":["72820","72821","72855","72928","72930","72933","72947","72949","72951","72959"],"st":"AR"}},"05071":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.695981,35.768649],[-93.519204,35.763521],[-93.519575,35.734422],[-93.164452,35.728831],[-93.1678,35.597695],[-93.22117,35.598938],[-93.223633,35.468593],[-93.29591,35.469915],[-93.299014,35.327425],[-93.417895,35.326779],[-93.435463,35.427871],[-93.710076,35.375242],[-93.695981,35.768649]]]},"properties":{"id":"05071","n":"Johnson","z":["72752","72821","72830","72832","72839","72840","72845","72846","72847","72852","72854","72949"],"st":"AR"}},"05087":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.887775,36.235046],[-93.815605,36.306563],[-93.657689,36.303082],[-93.551135,36.126271],[-93.479528,36.125072],[-93.450715,35.967493],[-93.523639,35.881592],[-93.519204,35.763521],[-93.695981,35.768649],[-93.910836,35.759752],[-93.962892,35.76093],[-93.944177,36.091103],[-93.887775,36.235046]]]},"properties":{"id":"05087","n":"Madison","z":["72632","72703","72721","72727","72738","72740","72742","72752","72756","72760","72773","72776"],"st":"AR"}},"04003":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-110.451736,31.731267],[-110.451503,32.427354],[-109.113987,32.426177],[-109.04761200322,32.426375388514],[-109.050044,31.332502],[-110.46017261045,31.333141378992],[-110.451736,31.731267]]]},"properties":{"id":"04003","n":"Cochise","z":["85602","85603","85605","85606","85607","85608","85609","85610","85611","85613","85615","85616","85617","85620","85625","85626","85627","85630","85632","85635","85638","85643","85644","85650","85655","85670","85671"],"st":"AZ"}},"02060":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-157.09537227094,58.866670717095],[-157.045496,58.885833],[-156.313889,58.885833],[-156.313889,58.616666],[-157.23430063668,58.616667],[-157.06223,58.740187],[-156.993548,58.836798],[-157.09537227094,58.866670717095]]]},"properties":{"id":"02060","n":"Bristol Bay","z":["99613","99633","99670"],"st":"AK"}},"01073":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.266923,33.512929],[-87.17943,33.613794],[-87.057757,33.656363],[-87.005965,33.787237],[-86.953664,33.815297],[-86.759212,33.840592],[-86.577799,33.765316],[-86.525073,33.721236],[-86.516783,33.545896],[-86.674418,33.466521],[-86.830597,33.332015],[-86.882518,33.332687],[-87.026846,33.246459],[-87.065738,33.246907],[-87.162007,33.306587],[-87.341698,33.470501],[-87.266923,33.512929]]]},"properties":{"id":"01073","n":"Jefferson","z":["35005","35006","35015","35020","35021","35022","35023","35036","35048","35060","35061","35062","35063","35064","35068","35071","35073","35079","35080","35091","35094","35111","35116","35117","35118","35119","35126","35127","35130","35139","35142","35146","35148","35172","35173","35180","35181","35201","35202","35203","35204","35205","35206","35207","35208","35209","35210","35211","35212","35213","35214","35215","35216","35217","35218","35219","35220","35221","35222","35223","35224","35226","35228","35229","35231","35233","35234","35235","35236","35237","35238","35242","35243","35244","35246","35249","35253","35254","35255","35259","35260","35261","35266","35270","35282","35283","35285","35287","35288","35290","35291","35292","35293","35294","35295","35296","35297","35298","35444"],"st":"AL"}},"05059":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.407227,34.396853],[-92.948071,34.389255],[-92.915079,34.506114],[-92.793197,34.503606],[-92.685284,34.473105],[-92.668711,34.414237],[-92.678383,34.149622],[-92.886285,34.155877],[-93.038142,34.155059],[-93.035039,34.236664],[-93.35684,34.280306],[-93.408124,34.339527],[-93.407227,34.396853]]]},"properties":{"id":"05059","n":"Hot Spring","z":["71901","71913","71920","71921","71923","71929","71933","71941","71943","71964","72084","72104","72167"],"st":"AR"}},"05063":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.849448,35.867411],[-91.710552,35.941759],[-91.463198,35.93681],[-91.464678,35.892497],[-91.35723,35.890621],[-91.198556,35.890024],[-91.310358,35.766173],[-91.36878,35.640012],[-91.36957,35.526362],[-91.58188,35.530447],[-91.793958,35.534114],[-91.789823,35.711734],[-91.837179,35.704932],[-91.849448,35.867411]]]},"properties":{"id":"05063","n":"Independence","z":["72020","72112","72165","72501","72503","72521","72522","72523","72524","72526","72527","72534","72550","72553","72562","72564","72568","72571","72572","72575","72579"],"st":"AR"}},"01025":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.07349,31.990182],[-87.667769,31.991355],[-87.666836,31.875747],[-87.620112,31.827123],[-87.50093,31.829251],[-87.516131,31.697824],[-87.566841,31.697115],[-87.565413,31.553573],[-87.619844,31.519049],[-87.573733,31.435088],[-87.665572,31.423166],[-87.784796,31.324672],[-87.765152,31.297346],[-87.946588,31.19293],[-87.959619,31.316206],[-87.88729,31.392197],[-87.906143,31.491752],[-88.072234,31.5945],[-88.088288,31.699303],[-88.180384,31.814546],[-88.07349,31.990182]]]},"properties":{"id":"01025","n":"Clarke","z":["36436","36446","36451","36482","36524","36540","36545","36727","36751","36784"],"st":"AL"}},"01091":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.930661,32.310574],[-88.046335,32.377087],[-88.031623,32.43361],[-87.85342,32.532086],[-87.812559,32.52456],[-87.728744,32.480918],[-87.524485,32.482028],[-87.52429,32.307293],[-87.47308,32.307614],[-87.472206,32.264919],[-87.514066,32.265993],[-87.521946,32.132816],[-87.624005,32.132345],[-87.622756,32.005482],[-87.667769,31.991355],[-88.07349,31.990182],[-88.113584,32.00624],[-88.007077,32.185313],[-88.019145,32.28524],[-87.930661,32.310574]]]},"properties":{"id":"01091","n":"Marengo","z":["36722","36728","36732","36736","36738","36742","36745","36748","36754","36763","36764","36769","36773","36782","36783","36784","36786"],"st":"AL"}},"01065":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.715709,33.006824],[-87.421936,33.003379],[-87.4212,32.874508],[-87.472174,32.83062],[-87.473915,32.655867],[-87.525198,32.655713],[-87.524485,32.482028],[-87.728744,32.480918],[-87.812559,32.52456],[-87.736928,32.589689],[-87.813401,32.633875],[-87.804218,32.897523],[-87.715709,33.006824]]]},"properties":{"id":"01065","n":"Hale","z":["35441","35474","36738","36742","36744","36765","36776"],"st":"AL"}},"05075":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.25892,36.25788],[-91.073465,36.114894],[-91.045223,36.151368],[-90.809816,36.149567],[-90.852064,35.968092],[-90.872785,35.88087],[-91.032499,35.88507],[-91.198556,35.890024],[-91.35723,35.890621],[-91.349834,36.230967],[-91.25892,36.25788]]]},"properties":{"id":"05075","n":"Lawrence","z":["72410","72415","72433","72434","72440","72445","72457","72458","72459","72465","72466","72469","72476","72572"],"st":"AR"}},"05081":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.47726674153,33.940910927935],[-94.237445,33.802074],[-93.958828,33.750994],[-93.957315,33.75094],[-93.965637,33.669736],[-93.825884,33.609853],[-94.043833747801,33.551713735586],[-94.183395,33.592212],[-94.354165,33.556452],[-94.485875,33.637867],[-94.47726674153,33.940910927935]]]},"properties":{"id":"05081","n":"Little River","z":["71820","71822","71836","71846","71853","71865","71866"],"st":"AR"}},"06027":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-118.775014,37.463052],[-117.83350404414,37.464938766244],[-117.16600056403,36.97120753859],[-116.488233,36.459097],[-115.84611392276,35.963552673111],[-115.64803201963,35.809629212603],[-115.735891,35.79362],[-117.632996,35.797251],[-118.008043,35.789161],[-117.980761,35.867515],[-118.127147,36.279656],[-118.100317,36.346137],[-118.21482,36.435036],[-118.274624,36.597334],[-118.366328,36.691635],[-118.360586,36.744773],[-118.360831,36.887734],[-118.437137,37.059818],[-118.654593,37.141826],[-118.716016,37.328208],[-118.786736,37.34338],[-118.775014,37.463052]]]},"properties":{"id":"06027","n":"Inyo","z":{"3":"92328","4":"92384","5":"92389","6":"93513","7":"93514","8":"93515","9":"93522","10":"93526","11":"93527","12":"93530","13":"93545","14":"93549","15":"93556","16":"93592","17":"89019","18":"89060","19":"89061"},"st":"CA"}},"06093":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-123.5191128368,41.999172518033],[-123.23100126058,42.004970062256],[-122.28974909616,42.007764730497],[-121.44753999805,41.997190033273],[-121.446495,41.183484],[-122.498376,41.182675],[-122.50389,41.342985],[-122.585241,41.359008],[-122.653686,41.289237],[-122.811342,41.202451],[-122.885921,41.205142],[-122.973382,41.112074],[-122.917529,40.99399],[-123.036808,41.004058],[-123.141338,41.079178],[-123.23948,41.075763],[-123.408291,41.179944],[-123.487831,41.376934],[-123.661363,41.38209],[-123.61179,41.462127],[-123.719174,41.595613],[-123.660205,41.714055],[-123.703768,41.829117],[-123.565442,41.903141],[-123.5191128368,41.999172518033]]]},"properties":{"id":"06093","n":"Siskiyou","z":["09606","95568","96014","96023","96025","96027","96031","96032","96034","96037","96038","96039","96044","96049","96050","96057","96058","96064","96067","96085","96086","96094","96097","96134"],"st":"CA"}},"02220":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-136.37198649216,57.832232010705],[-136.024328,57.838795],[-135.901964,58.001343],[-135.528534,57.88047],[-135.238129,57.761711],[-134.94942955753,57.78125928945],[-134.824891,57.500067],[-134.854948,57.264766],[-134.62967,56.709596],[-134.634668,56.265832],[-134.674028,56.166925],[-134.810171,56.244987],[-135.175826,56.677876],[-135.21583,56.66534],[-135.362241,56.758742],[-135.467177,56.77141],[-135.550718,56.841228],[-135.353447,57.020905],[-135.571504,57.105697],[-135.63688,57.009874],[-135.856021,56.995636],[-135.844612,57.083568],[-135.755007,57.123972],[-135.870519,57.221639],[-135.837719,57.282068],[-135.892131,57.408048],[-136.088071,57.555291],[-136.163059,57.558861],[-136.238166,57.625991],[-136.304684,57.771051],[-136.37198649216,57.832232010705]]]},"properties":{"id":"02220","n":"Sitka","z":["99835"],"st":"AK"}},"05125":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.739779,34.853459],[-92.651248,34.851682],[-92.654324,34.764541],[-92.549856,34.761699],[-92.551963,34.689432],[-92.443265,34.672041],[-92.348749,34.58229],[-92.244209,34.58089],[-92.245818,34.493506],[-92.403557,34.495795],[-92.40468,34.451916],[-92.589418,34.455641],[-92.668711,34.414237],[-92.685284,34.473105],[-92.793197,34.503606],[-92.808028,34.590406],[-92.979902,34.637222],[-92.96925,34.772266],[-93.075178,34.771892],[-93.073877,34.858091],[-92.739779,34.853459]]]},"properties":{"id":"05125","n":"Saline","z":["71909","72002","72011","72015","72018","72019","72022","72065","72087","72089","72103","72104","72122","72158","72167","72180","72206","72210"],"st":"AR"}},"06009":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-120.995497,38.225402],[-120.892864,38.221574],[-120.810126,38.28201],[-120.63129,38.340263],[-120.614881,38.389408],[-120.423215,38.473322],[-120.33104,38.465192],[-120.072484,38.509869],[-120.019951,38.433521],[-120.176177,38.374014],[-120.442529,38.058741],[-120.534276,37.989443],[-120.514952,37.95339],[-120.653274,37.831858],[-120.926449,38.077421],[-120.995497,38.225402]]]},"properties":{"id":"06009","n":"Calaveras","z":{"0":"95221","1":"95222","2":"95223","3":"95224","4":"95225","5":"95226","6":"95228","7":"95229","8":"95230","9":"95232","10":"95233","11":"95245","12":"95246","13":"95247","14":"95248","15":"95249","16":"95251","17":"95252","18":"95254","19":"95255","20":"95257","35":"95250"},"st":"CA"}},"01037":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.517344,33.020566],[-86.491029,33.102944],[-86.17437,33.104394],[-86.00917,33.09026],[-86.007187,32.754984],[-86.374974,32.75358],[-86.457015,32.813899],[-86.515959,32.929361],[-86.517344,33.020566]]]},"properties":{"id":"01037","n":"Coosa","z":["35010","35046","35072","35089","35136","35150","35151","35183","36026","36080","36091"],"st":"AL"}},"01005":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.657668,31.880275],[-85.587344,31.997355],[-85.428476,32.014951],[-85.410241,32.146651],[-85.257834,32.147931],[-85.185067,32.061708],[-85.051411127913,32.062256083622],[-85.063590542985,31.991857],[-85.141831,31.839261],[-85.129159315583,31.780278268077],[-85.125440577343,31.762968703418],[-85.216076,31.702409],[-85.416038,31.706664],[-85.416437,31.619466],[-85.748251,31.618048],[-85.66623,31.772877],[-85.657668,31.880275]]]},"properties":{"id":"01005","n":"Barbour","z":["36005","36016","36017","36027","36048","36053","36072","36311","36317","36374"],"st":"AL"}},"05113":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.461168686156,34.507456651572],[-94.454395034138,34.728958673179],[-94.317659,34.697408],[-93.937304,34.680555],[-93.930509,34.665608],[-93.935371,34.350097],[-94.254668,34.355481],[-94.243739,34.192501],[-94.470152678162,34.189864292126],[-94.461168686156,34.507456651572]]]},"properties":{"id":"05113","n":"Polk","z":["71841","71932","71937","71944","71945","71953","71972","71973"],"st":"AR"}},"01097":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.432007,31.114298],[-88.329782,31.143821],[-88.022649,31.144267],[-87.972869,31.162694],[-87.941152,31.048161],[-87.981261,30.886895],[-87.944546,30.827046],[-88.026319,30.753358],[-88.008396,30.684956],[-88.061998,30.644891],[-88.136173,30.320729],[-88.257764,30.318933],[-88.395023,30.369425],[-88.412467431359,30.735597459215],[-88.426020963787,30.99828135743],[-88.432007,31.114298]]]},"properties":{"id":"01097","n":"Mobile","z":["36505","36509","36512","36513","36521","36522","36523","36525","36528","36541","36544","36560","36568","36571","36572","36575","36582","36587","36590","36601","36602","36603","36604","36605","36606","36607","36608","36609","36610","36611","36612","36613","36615","36616","36617","36618","36619","36628","36633","36640","36641","36644","36652","36660","36663","36670","36671","36675","36685","36688","36689","36691","36693","36695"],"st":"AL"}},"08049":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-106.652112,40.445231],[-106.612321,40.379383],[-106.489842,40.411578],[-106.44342,40.346533],[-106.230074,40.323382],[-106.018622,40.373295],[-105.959659,40.348149],[-105.854926,40.486252],[-105.653321,40.260457],[-105.638797,40.038787],[-105.675798,39.932445],[-105.690348,39.851996],[-105.736426,39.804801],[-105.887395,39.796996],[-105.924618,39.698972],[-106.012987,39.686341],[-106.083711,39.805964],[-106.252027,39.914712],[-106.434508,39.924914],[-106.626569,39.924785],[-106.632257,40.341559],[-106.652112,40.445231]]]},"properties":{"id":"08049","n":"Grand","z":["80423","80442","80446","80447","80451","80459","80468","80478","80482"],"st":"CO"}},"05135":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.691435,36.253301],[-91.566078,36.249945],[-91.565866,36.3374],[-91.454437,36.335465],[-91.450004918137,36.497540213185],[-91.407137443517,36.497140711949],[-91.275282,36.374531],[-91.25892,36.25788],[-91.349834,36.230967],[-91.35723,35.890621],[-91.464678,35.892497],[-91.463198,35.93681],[-91.710552,35.941759],[-91.682277,36.000535],[-91.691435,36.253301]]]},"properties":{"id":"05135","n":"Sharp","z":["72459","72466","72469","72482","72513","72521","72525","72529","72532","72542","72554","72569","72577","72579"],"st":"AR"}},"08053":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-107.568875,37.965015],[-107.51088,38.060877],[-107.56862,38.147267],[-107.001119,38.147072],[-107.000602,37.956041],[-107.138191,37.938848],[-107.145138,37.675497],[-107.12868,37.422942],[-107.482131,37.422673],[-107.482179,37.639501],[-107.458114,37.782096],[-107.516547,37.826451],[-107.568875,37.965015]]]},"properties":{"id":"08053","n":"Hinsdale","z":["81130","81147","81235"],"st":"CO"}},"06115":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-121.62376,39.295621],[-121.407527,39.339754],[-121.305122,39.519585],[-121.149907,39.526446],[-121.076695,39.597264],[-121.009477,39.639459],[-121.058203,39.537043],[-121.022085,39.391558],[-121.127481,39.380237],[-121.266132,39.272717],[-121.279533,39.034618],[-121.414779,38.996452],[-121.543306,38.972404],[-121.575415,38.918348],[-121.62376,39.295621]]]},"properties":{"id":"06115","n":"Yuba","z":["95692","95901","95903","95914","95918","95919","95922","95925","95930","95935","95941","95960","95961","95962","95966","95977","95981"],"st":"CA"}},"08063":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-103.154376,39.565654],[-102.802932,39.567841],[-102.04999213564,39.574056097421],[-102.04996185783,39.568178980673],[-102.0472007217,39.133146709511],[-102.046571,39.047038],[-103.163025,39.03761],[-103.154376,39.565654]]]},"properties":{"id":"08063","n":"Kit Carson","z":["80805","80807","80815","80834","80836","80861"],"st":"CO"}},"01115":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.325622,33.940147],[-86.199164,33.988918],[-86.065272,33.842198],[-86.043993,33.763595],[-86.145562,33.679098],[-86.235328,33.494532],[-86.281999,33.509895],[-86.378665,33.390983],[-86.378222,33.502411],[-86.516783,33.545896],[-86.525073,33.721236],[-86.577799,33.765316],[-86.577528,33.801977],[-86.405981,33.835896],[-86.325622,33.940147]]]},"properties":{"id":"01115","n":"Saint Clair","z":["35004","35052","35054","35094","35112","35120","35121","35125","35128","35131","35133","35135","35146","35173","35178","35182","35953","35972","35987"],"st":"AL"}},"06047":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-121.226804,37.134774],[-120.963812,37.346144],[-120.989811,37.395871],[-120.38767,37.633364],[-120.177636,37.261526],[-120.052055,37.183108],[-120.227286,37.1634],[-120.476692,37.09639],[-120.541696,37.044505],[-120.590566,36.952641],[-120.65595,36.952832],[-120.918731,36.740381],[-121.141523,36.836656],[-121.234683,36.926894],[-121.215406,36.961248],[-121.245887,36.983036],[-121.226804,37.134774]]]},"properties":{"id":"06047","n":"Merced","z":["93610","93620","93622","93635","93661","93665","95301","95303","95312","95315","95317","95322","95324","95333","95334","95340","95341","95343","95344","95348","95360","95365","95369","95374","95380","95388","98348"],"st":"CA"}},"06033":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-122.885352,39.580108],[-122.735639,39.580668],[-122.739062,39.383266],[-122.775043,39.311778],[-122.680927,39.238726],[-122.47729,39.17395],[-122.491278,39.052991],[-122.413416,39.020218],[-122.340172,38.924246],[-122.395056,38.864245],[-122.46389,38.705203],[-122.627396,38.667506],[-122.821592,38.85014],[-122.948865,38.90022],[-122.98664,38.997283],[-123.056212,39.021096],[-123.077812,39.173791],[-122.994839,39.235924],[-123.075114,39.407683],[-123.063181,39.503539],[-122.89031,39.529014],[-122.885352,39.580108]]]},"properties":{"id":"06033","n":"Lake","z":["95422","95423","95424","95426","95433","95435","95443","95451","95453","95457","95458","95461","95464","95467","95469","95485","95493"],"st":"CA"}},"06039":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-120.052055,37.183108],[-119.761809,37.417114],[-119.651191,37.417832],[-119.583585,37.560335],[-119.308995,37.777986],[-119.268979,37.73923],[-119.124312,37.733944],[-119.022363,37.585737],[-119.286658,37.374943],[-119.335189,37.310774],[-119.330573,37.205791],[-119.506733,37.150554],[-119.562979,37.064095],[-119.705356,36.999794],[-119.814421,36.850138],[-120.057776,36.82286],[-120.229179,36.769687],[-120.370256,36.78494],[-120.456246,36.862863],[-120.450341,36.911172],[-120.541696,37.044505],[-120.476692,37.09639],[-120.227286,37.1634],[-120.052055,37.183108]]]},"properties":{"id":"06039","n":"Madera","z":["93601","93604","93610","93614","93622","93623","93626","93636","93637","93638","93639","93643","93644","93645","93653","93669","95644"],"st":"CA"}},"08009":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-103.075938,37.64342],[-102.747615,37.643642],[-102.04189086967,37.644277685292],[-102.04193852287,37.389190055394],[-102.04224,36.993083],[-103.002199,37.000104],[-103.08610107563,36.999864361106],[-103.075938,37.64342]]]},"properties":{"id":"08009","n":"Baca","z":["81029","81054","81064","81073","81084","81087","81090"],"st":"CO"}},"08021":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-106.678373,37.403596],[-106.039331,37.400852],[-106.038912,37.356953],[-105.743339,37.356798],[-105.720308,37.285614],[-105.770673,37.041777],[-105.71846968399,36.995845927301],[-106.0063164108,36.995386628817],[-106.47623358883,36.993774100547],[-106.678354,37.228566],[-106.678373,37.403596]]]},"properties":{"id":"08021","n":"Conejos","z":["81101","81120","81124","81129","81140","81141","81148","81151"],"st":"CO"}},"08111":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-107.860845,37.775517],[-107.738283,37.905432],[-107.568875,37.965015],[-107.516547,37.826451],[-107.458114,37.782096],[-107.482179,37.639501],[-107.970086,37.639587],[-107.968875,37.696485],[-107.872966,37.722416],[-107.860845,37.775517]]]},"properties":{"id":"08111","n":"San Juan","z":["81301","81433"],"st":"CO"}},"08115":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-102.65346413727,41.002225324144],[-102.62103302445,41.002223202616],[-102.05171751638,41.002376967624],[-102.05129200021,40.749585994874],[-102.65131,40.749402],[-102.65346413727,41.002225324144]]]},"properties":{"id":"08115","n":"Sedgwick","z":["80731","80737","80744","80749"],"st":"CO"}},"06049":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-121.44753999805,41.997190033273],[-120.87992571024,41.993483259985],[-119.999168,41.99454],[-119.999866,41.183974],[-121.331786,41.183886],[-121.446495,41.183484],[-121.44753999805,41.997190033273]]]},"properties":{"id":"06049","n":"Modoc","z":{"0":"96006","1":"96015","2":"96054","3":"96056","4":"96101","5":"96104","6":"96108","7":"96110","8":"96112","9":"96115","10":"96116","11":"96134","24":"97635"},"st":"CA"}},"08085":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-109.059962,38.499987],[-108.379136,38.499987],[-108.378698,38.668097],[-107.500655,38.668553],[-107.50002,38.301926],[-107.63504,38.301896],[-108.13238,38.331573],[-108.086604,38.255202],[-107.937588,38.218992],[-107.965789,38.152328],[-109.04179661486,38.153032304968],[-109.059962,38.499987]]]},"properties":{"id":"08085","n":"Montrose","z":["81220","81401","81403","81411","81415","81416","81422","81423","81424","81425","81429","81431"],"st":"CO"}},"06063":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-121.497635,40.445591],[-121.327826,40.445367],[-121.061417,40.446536],[-121.061493,40.256417],[-120.928582,40.191931],[-120.764403,40.31601],[-120.652158,40.307656],[-120.510817,40.248945],[-120.341385,40.115243],[-120.209641,40.086008],[-120.201264,40.013474],[-120.108761,39.93951],[-120.110627,39.765779],[-120.147149,39.707658],[-120.792484,39.709794],[-120.873261,39.776168],[-121.009477,39.639459],[-121.076695,39.597264],[-121.210878,39.725651],[-121.429957,39.900313],[-121.41948,40.015766],[-121.366818,40.086054],[-121.436886,40.151905],[-121.368395,40.21223],[-121.342264,40.309751],[-121.470395,40.350213],[-121.497635,40.445591]]]},"properties":{"id":"06063","n":"Plumas","z":["09594","95915","95923","95934","95947","95956","95971","95981","95983","95984","96020","96103","96105","96106","96118","96122","96129","96135","96137"],"st":"CA"}},"02198":{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-130.24657728417,56.097195988475],[-130.102761,56.116696],[-130.00426,55.993379],[-130.013198,55.916382],[-130.13822233959,55.763027565806],[-130.388606,55.943179],[-130.288619,55.998125],[-130.24657728417,56.097195988475]]],[[[-131.61188974327,54.982270634883],[-131.646276,55.035579],[-131.589387,55.08894],[-131.68413198565,55.119093614076],[-131.648375,55.227951],[-131.569223,55.294691],[-131.239554,55.169683],[-131.336983,54.995534],[-131.51066,55.016366],[-131.61188974327,54.982270634883]]],[[[-133.0398774124,56.239040380096],[-133.007727,56.134873],[-132.85978295117,56.052769327023],[-132.618464,55.911476],[-132.470697,55.782162],[-132.462531,55.673854],[-132.382505,55.665336],[-132.301119,55.55096],[-132.142945,55.457941],[-132.258056,55.416142],[-132.126398,55.288418],[-132.037122,55.275144],[-131.977397,55.180949],[-132.027513,55.104675],[-131.984592,55.027978],[-131.957914,54.791239],[-132.029747,54.701189],[-132.307943,54.718714],[-132.403533,54.784596],[-132.639032,54.753251],[-132.674324,54.674652],[-132.866355,54.700386],[-132.87721,54.753772],[-132.990589,54.820994],[-133.164788,54.976909],[-133.239695,55.092415],[-133.232491,55.198828],[-133.404497,55.214992],[-133.468217,55.281678],[-133.586605,55.3088],[-133.596762,55.218233],[-133.690174,55.304409],[-133.630945,55.416114],[-133.789055,55.457892],[-133.716665,55.660223],[-133.643324,55.729037],[-133.700468,55.837421],[-133.92025,55.860295],[-133.935016,55.920689],[-133.816363,55.964025],[-133.659241,56.083818],[-133.656415,56.326909],[-133.582116,56.352506],[-133.41837,56.332132],[-133.197009,56.333016],[-133.0398774124,56.239040380096]]],[[[-133.31787102644,57.0026747377],[-133.274012,56.921815],[-133.440042,56.882355],[-133.579378,56.757841],[-133.441307,56.637626],[-133.41537889177,56.456444914283],[-133.655468,56.442279],[-133.821628,56.391602],[-133.88114,56.223197],[-133.941986,56.180095],[-133.960525,56.091359],[-134.087446,56.094939],[-134.118062,55.914642],[-134.311763,55.812285],[-134.374965,55.928492],[-134.291804,55.926219],[-134.202178,56.035175],[-134.259749,56.13444],[-134.294679,56.335888],[-134.197967,56.531028],[-134.320134,56.554484],[-134.30112,56.620317],[-134.376274,56.668608],[-134.418534,56.822333],[-134.270459,56.93558],[-134.147103,56.95697],[-134.047753,56.923],[-133.942936,56.805551],[-133.86904,56.845938],[-133.921451,56.961511],[-134.049218,57.029203],[-134.008856,57.074578],[-133.887957,57.097744],[-133.31787102644,57.0026747377]]]]},"properties":{"id":"02198","n":"Prince of Wales-Hyder","z":["99901","99918","99919","99921","99922","99923","99925","99926","99927","99950"],"st":"AK"}},"01063":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.171852,32.99586],[-88.149395,33.037298],[-87.968348,33.078235],[-87.837521,33.153637],[-87.832142,33.017597],[-87.715709,33.006824],[-87.804218,32.897523],[-87.813401,32.633875],[-87.736928,32.589689],[-87.812559,32.52456],[-87.85342,32.532086],[-87.928689,32.632284],[-88.053729,32.593052],[-88.132685,32.832853],[-88.207316,32.924782],[-88.171852,32.99586]]]},"properties":{"id":"01063","n":"Greene","z":["35442","35443","35448","35462","35463","35464","35469","35480","35491","36740","45264"],"st":"AL"}},"01089":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.783648,34.991925],[-86.318760765465,34.991078580443],[-86.311274,34.991098],[-86.359034,34.63261],[-86.326853,34.599403],[-86.330198,34.512684],[-86.423914,34.479581],[-86.550166,34.545963],[-86.689353,34.586425],[-86.790056,34.55079],[-86.783648,34.991925]]]},"properties":{"id":"01089","n":"Madison","z":["32802","35739","35741","35742","35748","35749","35750","35756","35757","35758","35759","35760","35761","35762","35763","35767","35773","35776","35801","35802","35803","35804","35805","35806","35808","35809","35810","35811","35812","35813","35814","35815","35816","35824","35893","35894","35895","35896","35897","35898","35899"],"st":"AL"}},"06103":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-123.065426,40.286971],[-122.918055,40.306972],[-122.872274,40.348969],[-122.740358,40.365],[-122.651341,40.328288],[-122.525677,40.387613],[-122.310412,40.371064],[-122.010316,40.426558],[-121.806539,40.44495],[-121.497635,40.445591],[-121.470395,40.350213],[-121.342264,40.309751],[-121.368395,40.21223],[-121.436886,40.151905],[-121.586407,40.100522],[-121.646032,39.982527],[-121.703241,39.98423],[-121.804041,39.884344],[-122.044865,39.883771],[-122.046471,39.797648],[-122.937654,39.798156],[-122.934013,39.978131],[-122.989623,40.145496],[-122.97755,40.241285],[-123.065426,40.286971]]]},"properties":{"id":"06103","n":"Tehama","z":["09021","95963","95973","96021","96022","96029","96035","96055","96059","96061","96063","96074","96075","96076","96078","96080","96090","96092","96501"],"st":"CA"}},"01071":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.311274,34.991098],[-85.863946111807,34.987030858748],[-85.605165,34.984678],[-85.582812333785,34.860435474478],[-85.785471,34.624584],[-86.015594,34.481639],[-86.057712,34.475994],[-86.148464,34.599069],[-86.326853,34.599403],[-86.359034,34.63261],[-86.311274,34.991098]]]},"properties":{"id":"01071","n":"Jackson","z":["35740","35744","35745","35746","35748","35751","35752","35755","35764","35765","35766","35768","35769","35771","35772","35774","35776","35958","35966","35978","35979"],"st":"AL"}},"06057":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-121.022085,39.391558],[-120.755729,39.452663],[-120.654332,39.526889],[-120.575059,39.52228],[-120.505445,39.446117],[-120.00302891966,39.44504577616],[-120.0047955123,39.316475011958],[-120.5546,39.315596],[-120.727893,39.288081],[-120.908996,39.170173],[-121.067546,39.005371],[-121.137979,39.037911],[-121.279533,39.034618],[-121.266132,39.272717],[-121.127481,39.380237],[-121.022085,39.391558]]]},"properties":{"id":"06057","n":"Nevada","z":["95161","95602","95712","95715","95728","95924","95945","95946","95949","95959","95960","95975","95977","95986","96111","96160","96161","96162"],"st":"CA"}},"06113":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-122.340172,38.924246],[-121.835488,38.924481],[-121.723149,38.851306],[-121.673033,38.742847],[-121.602894,38.735838],[-121.633774,38.686164],[-121.51129,38.54629],[-121.521641,38.360104],[-121.593273,38.313089],[-121.693697,38.313732],[-121.712034,38.537962],[-121.940285,38.533384],[-122.011673,38.488991],[-122.103281,38.513348],[-122.168301,38.655296],[-122.224206,38.699984],[-122.287998,38.839931],[-122.395056,38.864245],[-122.340172,38.924246]]]},"properties":{"id":"06113","n":"Yolo","z":["95605","95606","95607","95612","95615","95616","95617","95618","95620","95627","95637","95645","95653","95676","95679","95691","95694","95695","95697","95698","95776","95798","95799","95899","95912","95937","96516"],"st":"CA"}},"06051":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-119.639205,38.32688],[-119.542367,38.481657],[-119.619066,38.603529],[-119.58540614484,38.713150900671],[-119.32870452108,38.534351927798],[-119.15722610087,38.414391971761],[-118.42799532516,37.89622428091],[-117.83350404414,37.464938766244],[-118.775014,37.463052],[-118.850474,37.475796],[-118.91706,37.550336],[-119.022363,37.585737],[-119.124312,37.733944],[-119.268979,37.73923],[-119.20128,37.804329],[-119.200283,37.885827],[-119.308389,37.946824],[-119.345922,38.083113],[-119.576496,38.157661],[-119.639205,38.32688]]]},"properties":{"id":"06051","n":"Mono","z":{"1":"93512","2":"93514","3":"93517","4":"93529","5":"93541","6":"93546","7":"96107","8":"96133","9":"89010"},"st":"CA"}},"06083":{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-119.47073665694,34.053996622104],[-119.48771955738,33.996515154389],[-119.721206,33.959583],[-119.873358,33.980375],[-119.916216,34.058351],[-119.47073665694,34.053996622104]]],[[[-120.368278,34.076465],[-120.135853,34.026087],[-120.055107,34.037729],[-119.973691,33.942481],[-120.121817,33.895712],[-120.200085,33.956904],[-120.454134,34.028081],[-120.368278,34.076465]]],[[[-120.65030521184,34.975166302269],[-120.435473,34.986759],[-120.301827,34.905571],[-120.334548,35.006315],[-120.188383,35.030378],[-120.082084,35.114678],[-119.745566,34.973676],[-119.672963,34.973375],[-119.535757,34.897576],[-119.472754,34.901174],[-119.442352,34.901274],[-119.445991,34.404067],[-119.47794670672,34.378837558776],[-119.616862,34.420995],[-119.709067,34.395397],[-119.873971,34.408795],[-120.141165,34.473405],[-120.451425,34.447094],[-120.511421,34.522953],[-120.645739,34.581035],[-120.60197,34.692095],[-120.610266,34.85818],[-120.670835,34.904115],[-120.65030521184,34.975166302269]]]]},"properties":{"id":"06083","n":"Santa Barbara","z":["93001","93013","93067","93101","93102","93103","93105","93106","93107","93108","93109","93110","93111","93116","93117","93118","93120","93121","93130","93140","93150","93160","93190","93199","93252","93254","93427","93429","93434","93436","93437","93438","93440","93441","93454","93455","93456","93457","93458","93460","93463","93464"],"st":"CA"}},"05119":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.544341,34.953319],[-92.483512,34.950937],[-92.436108,34.842218],[-92.419276,34.931675],[-92.229893,34.927558],[-92.227541,35.014484],[-92.121336,35.01221],[-92.070805,35.011802],[-92.078711,34.729983],[-92.113313,34.622966],[-92.029539,34.621248],[-92.029996,34.489352],[-92.208041,34.492765],[-92.245818,34.493506],[-92.244209,34.58089],[-92.348749,34.58229],[-92.443265,34.672041],[-92.551963,34.689432],[-92.549856,34.761699],[-92.654324,34.764541],[-92.651248,34.851682],[-92.739779,34.853459],[-92.753626,34.911248],[-92.544341,34.953319]]]},"properties":{"id":"05119","n":"Pulaski","z":["72002","72016","72023","72046","72053","72065","72076","72078","72099","72103","72113","72114","72116","72117","72118","72119","72120","72122","72126","72135","72142","72164","72183","72190","72199","72201","72202","72204","72205","72206","72207","72209","72210","72211","72212","72214","72215","72216","72217","72219","72221","72222","72223","72225","72227","72231","72255","72260","72295"],"st":"AR"}},"05085":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.119719,35.066493],[-92.012735,35.076251],[-91.87888,35.024577],[-91.802505,35.030425],[-91.803703,34.921524],[-91.693705,34.919605],[-91.700828,34.672029],[-91.638531,34.626093],[-91.678037,34.48192],[-91.705185,34.48267],[-92.029996,34.489352],[-92.029539,34.621248],[-92.113313,34.622966],[-92.078711,34.729983],[-92.070805,35.011802],[-92.121336,35.01221],[-92.119719,35.066493]]]},"properties":{"id":"05085","n":"Lonoke","z":["71611","72007","72023","72024","72037","72046","72066","72072","72076","72083","72086","72124","72142","72160","72176","72182","72203"],"st":"AR"}},"05091":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.043833747801,33.551713735586],[-93.825884,33.609853],[-93.772686,33.498513],[-93.722867,33.481963],[-93.733317,33.42088],[-93.665518,33.327021],[-93.750177,33.183949],[-93.850076,33.145343],[-93.80490777463,33.019396225451],[-93.814553013434,33.019389044871],[-94.042964,33.019219],[-94.042945847176,33.27124208414],[-94.043833747801,33.551713735586]]]},"properties":{"id":"05091","n":"Miller","z":{"0":"71834","1":"71837","2":"71839","3":"71840","4":"71854","9":"75556"},"st":"AR"}},"05049":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.150306249501,36.498140333324],[-92.120429104388,36.498193124],[-91.672342456444,36.499256633799],[-91.450004918137,36.497540213185],[-91.454437,36.335465],[-91.565866,36.3374],[-91.566078,36.249945],[-91.691435,36.253301],[-92.15699,36.261248],[-92.150306249501,36.498140333324]]]},"properties":{"id":"05049","n":"Fulton","z":["72512","72513","72515","72520","72529","72531","72538","72539","72542","72554","72576","72578","72583"],"st":"AR"}},"05035":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.502429,35.441726],[-90.286899,35.438573],[-90.112504,35.410153],[-90.087903,35.36327],[-90.166594,35.274588],[-90.097947,35.249983],[-90.09061,35.118287],[-90.160058,35.12883],[-90.197146,35.050731],[-90.309297,34.995694],[-90.244476,34.937596],[-90.311424250345,34.8728511441],[-90.407982753794,34.835265979281],[-90.40854,34.904121],[-90.400438,35.148231],[-90.502993,35.144214],[-90.502429,35.441726]]]},"properties":{"id":"05035","n":"Crittenden","z":["72301","72303","72325","72327","72331","72332","72339","72348","72364","72376","72384","72386"],"st":"AR"}},"05121":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.126538874565,36.497797701019],[-90.784244155131,36.498462200129],[-90.748637,36.412764],[-90.749667,36.280536],[-90.806615,36.266865],[-90.809816,36.149567],[-91.045223,36.151368],[-91.073465,36.114894],[-91.25892,36.25788],[-91.275282,36.374531],[-91.407137443517,36.497140711949],[-91.126538874565,36.497797701019]]]},"properties":{"id":"05121","n":"Randolph","z":["72413","72425","72434","72444","72449","72455","72459","72460","72462","72476","72478"],"st":"AR"}},"08107":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-107.31779575979,41.002842481232],[-106.86037794867,41.000718629237],[-106.739341,40.870843],[-106.691669,40.888192],[-106.636922,40.789489],[-106.706149,40.616597],[-106.652112,40.445231],[-106.632257,40.341559],[-106.626569,39.924785],[-107.033968,39.918913],[-107.037363,40.091538],[-107.038097,40.225357],[-107.439386,40.223379],[-107.428813,40.542207],[-107.314153,40.600281],[-107.31779575979,41.002842481232]]]},"properties":{"id":"08107","n":"Routt","z":["80426","80428","80463","80467","80469","80477","80479","80483","80487","80488","81625","81639","81653"],"st":"CO"}},"05097":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.930509,34.665608],[-93.710297,34.745296],[-93.394289,34.743393],[-93.407227,34.396853],[-93.408124,34.339527],[-93.478646,34.340851],[-93.935371,34.350097],[-93.930509,34.665608]]]},"properties":{"id":"05097","n":"Montgomery","z":["71933","71935","71943","71957","71960","71961","71965","71966","71969","71970"],"st":"AR"}},"01029":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.85189,33.498742],[-85.796054,33.55622],[-85.65581,33.627166],[-85.638049,33.773339],[-85.530094,33.941423],[-85.398871244842,33.96412928678],[-85.386670573773,33.901701494003],[-85.338116299906,33.653114391601],[-85.304943833225,33.482756336846],[-85.347744,33.501378],[-85.643482,33.495885],[-85.85189,33.498742]]]},"properties":{"id":"01029","n":"Cleburne","z":["36207","36258","36261","36262","36264","36269","36272","36273"],"st":"AL"}},"02195":{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-133.31787102644,57.0026747377],[-133.104611,57.005701],[-132.98137,56.92738],[-132.903211,56.80361],[-132.796602,56.776932],[-132.743207,56.71372],[-132.619258,56.660778],[-132.671154,56.543071],[-132.806838,56.505492],[-133.041726,56.518356],[-133.183493,56.454241],[-133.41537889177,56.456444914283],[-133.441307,56.637626],[-133.579378,56.757841],[-133.440042,56.882355],[-133.274012,56.921815],[-133.31787102644,57.0026747377]]],[[[-133.696701,57.792724],[-133.549358,57.775225],[-133.493048,57.824726],[-133.353451,57.77227],[-133.279877,57.794768],[-133.188197,57.741008],[-132.871898,57.712796],[-132.88785,57.613739],[-132.827503,57.58066],[-132.65527865045,57.601744610483],[-132.367984,57.348685],[-132.252187,57.215655],[-132.371312,57.095229],[-132.051044,57.051155],[-132.11891792336,56.891229390509],[-132.215746,56.891606],[-132.348468,56.771287],[-132.439599,56.770409],[-132.54582226332,56.71362123588],[-132.556758,56.757242],[-132.792089,56.856152],[-132.93752,57.048321],[-133.161448,57.086264],[-133.247414,57.136802],[-133.322359,57.112727],[-133.466932,57.159356],[-133.544817,57.24257],[-133.472039,57.368651],[-133.519598,57.530705],[-133.676449,57.625192],[-133.65453,57.713689],[-133.703097,57.792152],[-133.696701,57.792724]]]]},"properties":{"id":"02195","n":"Petersburg","z":["99830","99833","99836"],"st":"AK"}},"06089":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-122.498376,41.182675],[-121.446495,41.183484],[-121.331786,41.183886],[-121.319976,40.905886],[-121.327826,40.445367],[-121.497635,40.445591],[-121.806539,40.44495],[-122.010316,40.426558],[-122.310412,40.371064],[-122.525677,40.387613],[-122.651341,40.328288],[-122.740358,40.365],[-122.872274,40.348969],[-122.918055,40.306972],[-123.065426,40.286971],[-122.998682,40.418142],[-122.695298,40.572514],[-122.752197,40.688985],[-122.600458,40.899749],[-122.607363,40.957748],[-122.527753,41.014395],[-122.445453,41.15793],[-122.498376,41.182675]]]},"properties":{"id":"06089","n":"Shasta","z":["92159","96001","96002","96003","96007","96008","96011","96013","96016","96017","96019","96022","96025","96028","96033","96040","96047","96051","96056","96059","96062","96065","96069","96070","96071","96073","96075","96076","96079","96084","96087","96088","96089","96095","96096","96099"],"st":"CA"}},"04019":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-113.333897,32.504938],[-112.203719,32.50676],[-111.351531,32.501355],[-111.157493,32.511255],[-110.451218,32.513995],[-110.451503,32.427354],[-110.451736,31.731267],[-111.164183,31.725983],[-111.163725,31.521826],[-111.366613,31.521291],[-111.36696937116,31.424824287192],[-112.365043,31.74113],[-113.33376797302,32.04024908009],[-113.333897,32.504938]]]},"properties":{"id":"04019","n":"Pima","z":["85001","85061","85321","85341","85601","85602","85611","85614","85619","85622","85629","85633","85634","85636","85637","85639","85641","85645","85652","85653","85654","85658","85701","85702","85703","85704","85705","85706","85707","85708","85709","85710","85711","85712","85713","85714","85715","85716","85717","85718","85719","85720","85721","85722","85723","85724","85725","85726","85728","85730","85731","85732","85733","85734","85735","85736","85737","85739","85740","85741","85742","85743","85744","85745","85746","85747","85748","85749","85750","85751","85752","85754","85755","85756","85757","85775"],"st":"AZ"}},"04015":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-114.05016077609,36.843141539689],[-114.0506,37.000396],[-112.89919089762,37.000301228628],[-112.538571,37.000744128882],[-112.529299,36.952437],[-112.600381,36.831928],[-112.660059,36.54356],[-112.62949,36.391611],[-112.792436,36.285036],[-113.009038,36.23904],[-113.196751,36.152949],[-113.224919,36.091144],[-113.319971,36.096769],[-113.354176,36.040368],[-113.317122,35.961385],[-113.334024,35.803031],[-113.334161,35.528037],[-113.333508,34.317877],[-113.370507,34.291968],[-113.539524,34.306377],[-113.679109,34.210029],[-113.851708,34.251265],[-114.031132,34.259819],[-114.14081715128,34.303127513882],[-114.335372,34.450038],[-114.465246,34.691202],[-114.634382,34.87289],[-114.633487,35.001857],[-114.619905,35.121632],[-114.572747,35.138725],[-114.627137,35.409504],[-114.6645,35.449497],[-114.653406,35.610789],[-114.689407,35.651412],[-114.70371,35.814585],[-114.669687,35.865084],[-114.731159,35.943916],[-114.736165,36.104367],[-114.627855,36.141012],[-114.372106,36.143114],[-114.316109,36.063109],[-114.151725,36.024563],[-114.046838,36.194069],[-114.05016077609,36.843141539689]]]},"properties":{"id":"04015","n":"Mohave","z":["85360","86021","86022","86401","86402","86403","86404","86405","86406","86409","86411","86412","86413","86426","86427","86429","86430","86431","86432","86433","86434","86436","86437","86438","86439","86440","86441","86442","86443","86444","86445","86446"],"st":"AZ"}},"01051":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.374974,32.75358],[-86.007187,32.754984],[-85.87986,32.754528],[-85.886148,32.493053],[-85.852625,32.475747],[-86.023012,32.419978],[-86.192284,32.43613],[-86.262006,32.50169],[-86.411172,32.409937],[-86.413116,32.707386],[-86.374974,32.75358]]]},"properties":{"id":"01051","n":"Elmore","z":["35010","36020","36022","36023","36024","36025","36026","36051","36054","36066","36078","36080","36092","36093"],"st":"AL"}},"01123":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.00917,33.09026],[-85.974715,33.105286],[-85.653654,33.106634],[-85.593177,33.10734],[-85.593151,32.72853],[-85.696755,32.697429],[-85.695854,32.595933],[-85.798585,32.581089],[-85.797156,32.494236],[-85.886148,32.493053],[-85.87986,32.754528],[-86.007187,32.754984],[-86.00917,33.09026]]]},"properties":{"id":"01123","n":"Tallapoosa","z":["35010","35011","35072","35089","36078","36255","36256","36276","36850","36853","36861","36866","36879"],"st":"AL"}},"06069":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-121.644001,36.893996],[-121.581354,36.899152],[-121.501488,36.971895],[-121.215406,36.961248],[-121.234683,36.926894],[-121.141523,36.836656],[-120.918731,36.740381],[-120.597155,36.488235],[-120.596562,36.328488],[-120.678582,36.267319],[-120.761483,36.20358],[-120.920551,36.311012],[-121.02724,36.259893],[-121.040797,36.323969],[-121.244091,36.506911],[-121.311788,36.502736],[-121.350092,36.648357],[-121.468086,36.685518],[-121.45134,36.724793],[-121.644001,36.893996]]]},"properties":{"id":"06069","n":"San Benito","z":["93210","93930","95004","95023","95024","95043","95045","95075"],"st":"CA"}},"06067":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-121.593273,38.313089],[-121.521641,38.360104],[-121.51129,38.54629],[-121.633774,38.686164],[-121.602894,38.735838],[-121.484396,38.734598],[-121.141009,38.71198],[-121.118617,38.717118],[-121.027507,38.508292],[-121.027084,38.300252],[-121.222512,38.244406],[-121.398193,38.227427],[-121.472138,38.259659],[-121.580022,38.094414],[-121.673065,38.093518],[-121.737824,38.02663],[-121.862462,38.06603],[-121.71213,38.08552],[-121.615413,38.195696],[-121.593273,38.313089]]]},"properties":{"id":"06067","n":"Sacramento","z":["94203","94204","94205","94206","94207","94208","94209","94211","94229","94230","94232","94234","94235","94236","94237","94239","94244","94245","94247","94248","94249","94250","94252","94254","94256","94257","94258","94259","94261","94262","94263","94267","94268","94269","94271","94273","94274","94277","94278","94279","94280","94282","94283","94284","94285","94287","94288","94289","94290","94291","94293","94294","94295","94296","94297","94298","94299","94571","94624","95608","95609","95610","95611","95615","95621","95624","95626","95628","95630","95632","95638","95639","95641","95652","95655","95660","95662","95670","95671","95673","95680","95683","95690","95693","95741","95742","95757","95758","95759","95763","95811","95812","95813","95814","95815","95816","95817","95818","95819","95820","95821","95822","95823","95824","95825","95826","95827","95828","95829","95830","95831","95832","95833","95834","95835","95836","95837","95838","95840","95841","95842","95843","95851","95852","95853","95860","95864","95865","95866","95894"],"st":"CA"}},"08003":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-106.039331,37.400852],[-106.038413,37.748353],[-105.457255,37.751464],[-105.485516,37.577899],[-105.743339,37.356798],[-106.038912,37.356953],[-106.039331,37.400852]]]},"properties":{"id":"08003","n":"Alamosa","z":["81101","81102","81125","81136","81144","81146"],"st":"CO"}},"08057":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-106.86037794867,41.000718629237],[-106.32116921591,40.998215011068],[-106.19055407871,40.997746612574],[-106.185307,40.933973],[-106.047971,40.804643],[-105.854926,40.486252],[-105.959659,40.348149],[-106.018622,40.373295],[-106.230074,40.323382],[-106.44342,40.346533],[-106.489842,40.411578],[-106.612321,40.379383],[-106.652112,40.445231],[-106.706149,40.616597],[-106.636922,40.789489],[-106.691669,40.888192],[-106.739341,40.870843],[-106.86037794867,41.000718629237]]]},"properties":{"id":"08057","n":"Jackson","z":["80430","80434","80473","80480"],"st":"CO"}},"06071":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-117.667292,34.822526],[-117.632011,34.82227],[-117.632996,35.797251],[-115.735891,35.79362],[-115.64803201963,35.809629212603],[-114.633487,35.001857],[-114.634382,34.87289],[-114.465246,34.691202],[-114.335372,34.450038],[-114.14081715128,34.303127513882],[-114.229715,34.186928],[-114.43009113852,34.078931406279],[-115.316065,34.077843],[-115.316212,34.03411],[-116.929558,34.034113],[-116.929357,34.004914],[-117.558269,34.018906],[-117.673749,33.870831],[-117.783287,33.946411],[-117.677405,34.166103],[-117.646374,34.28917],[-117.667292,34.822526]]]},"properties":{"id":"06071","n":"San Bernardino","z":{"1":"91701","2":"91708","3":"91709","4":"91710","5":"91729","6":"91730","7":"91737","8":"91739","9":"91743","10":"91758","11":"91759","12":"91761","13":"91762","14":"91763","15":"91764","16":"91766","17":"91784","18":"91785","19":"91786","20":"92242","21":"92252","22":"92256","23":"92267","24":"92268","25":"92277","26":"92278","27":"92280","28":"92284","29":"92285","30":"92286","31":"92301","32":"92304","33":"92305","34":"92307","35":"92308","36":"92309","37":"92310","38":"92311","39":"92312","40":"92313","41":"92314","42":"92315","43":"92316","44":"92317","45":"92318","46":"92321","47":"92322","48":"92323","49":"92324","50":"92325","51":"92327","52":"92329","53":"92331","54":"92332","55":"92333","56":"92334","57":"92335","58":"92336","59":"92337","60":"92338","61":"92339","62":"92340","63":"92341","64":"92342","65":"92344","66":"92345","67":"92346","68":"92347","69":"92350","70":"92352","71":"92354","72":"92356","73":"92357","74":"92358","75":"92359","76":"92363","77":"92364","78":"92365","79":"92366","80":"92368","81":"92369","82":"92371","83":"92372","84":"92373","85":"92374","86":"92375","87":"92376","88":"92377","89":"92378","90":"92382","91":"92385","92":"92386","93":"92391","94":"92392","95":"92393","96":"92394","97":"92395","98":"92397","99":"92398","100":"92399","101":"92401","102":"92402","103":"92403","104":"92404","105":"92405","106":"92407","107":"92408","108":"92410","109":"92411","110":"92413","111":"92415","112":"92418","113":"92423","114":"92427","115":"92509","116":"92552","117":"92878","118":"92880","119":"93516","120":"93555","121":"93558","122":"93562","123":"89019"},"st":"CA"}},"08031":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-105.053246,39.791063],[-104.79091,39.79825],[-104.73155,39.898611],[-104.600435,39.899459],[-104.619938,39.822421],[-104.76247,39.82298],[-104.734601,39.769181],[-104.884646,39.740156],[-104.847733,39.656788],[-104.913407,39.624083],[-105.015696,39.678684],[-105.053439,39.621423],[-105.053246,39.791063]]]},"properties":{"id":"08031","n":"Denver","z":["80012","80014","80110","80111","80123","80201","80202","80203","80204","80205","80206","80207","80208","80209","80210","80211","80212","80214","80216","80217","80218","80219","80220","80221","80222","80223","80224","80226","80227","80230","80231","80232","80235","80236","80237","80238","80239","80243","80244","80246","80247","80248","80249","80250","80251","80256","80257","80259","80261","80262","80263","80264","80265","80266","80271","80273","80274","80281","80290","80291","80293","80294","80299"],"st":"CO"}},"08117":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-106.434508,39.924914],[-106.252027,39.914712],[-106.083711,39.805964],[-106.012987,39.686341],[-105.924618,39.698972],[-105.77601,39.609267],[-105.829662,39.564865],[-105.817631,39.53831],[-105.966786,39.438035],[-106.021966,39.361713],[-106.135529,39.379546],[-106.206732,39.379636],[-106.251638,39.465039],[-106.176464,39.635722],[-106.385478,39.767164],[-106.434508,39.924914]]]},"properties":{"id":"08117","n":"Summit","z":["80424","80435","80443","80497","80498"],"st":"CO"}},"01035":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.905899,31.753035],[-86.906769,31.632671],[-86.839279,31.525365],[-86.701554,31.523946],[-86.662082,31.402798],[-86.702446,31.345397],[-86.700282,31.192217],[-86.763961,31.261293],[-87.427455,31.260386],[-87.166581,31.519561],[-87.135051,31.642417],[-87.0511,31.71834],[-86.905899,31.753035]]]},"properties":{"id":"01035","n":"Conecuh","z":["36033","36401","36421","36426","36429","36432","36454","36456","36460","36471","36473","36474","36475","36502"],"st":"AL"}},"04005":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-112.538571,37.000744128882],[-111.41278398787,37.001477687156],[-110.75069,37.003197],[-110.750678,34.263314],[-110.848059,34.267205],[-111.096661,34.396431],[-111.147094,34.375185],[-111.250302,34.453274],[-111.324303,34.422594],[-111.501724,34.497937],[-111.554681,34.471733],[-111.552106,34.80252],[-111.778291,34.803551],[-111.777815,34.981005],[-112.334536,34.973024],[-112.335716,35.148279],[-112.4423,35.149408],[-112.440751,35.260468],[-112.541805,35.236338],[-112.694846,35.311586],[-112.95341,35.35611],[-112.975855,35.392904],[-113.174458,35.506445],[-113.334161,35.528037],[-113.334024,35.803031],[-113.317122,35.961385],[-113.354176,36.040368],[-113.319971,36.096769],[-113.224919,36.091144],[-113.196751,36.152949],[-113.009038,36.23904],[-112.792436,36.285036],[-112.62949,36.391611],[-112.660059,36.54356],[-112.600381,36.831928],[-112.529299,36.952437],[-112.538571,37.000744128882]]]},"properties":{"id":"04005","n":"Coconino","z":["85931","86001","86002","86003","86004","86005","86011","86015","86016","86017","86018","86020","86022","86023","86024","86030","86035","86036","86038","86040","86044","86045","86046","86047","86052","86053","86054","86320","86336","86337","86435"],"st":"AZ"}},"08069":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-106.19055407871,40.997746612574],[-105.277138,40.998173],[-104.943371,40.99807410373],[-104.945551,40.349099],[-105.05672,40.349281],[-105.055089,40.261793],[-105.653321,40.260457],[-105.854926,40.486252],[-106.047971,40.804643],[-106.185307,40.933973],[-106.19055407871,40.997746612574]]]},"properties":{"id":"08069","n":"Larimer","z":{"0":"80503","1":"80504","2":"80511","3":"80512","4":"80513","5":"80515","6":"80517","7":"80521","8":"80522","9":"80523","10":"80524","11":"80525","12":"80526","13":"80528","14":"80532","15":"80534","16":"80535","17":"80536","18":"80537","19":"80538","20":"80539","21":"80540","22":"80541","23":"80545","24":"80547","25":"80549","26":"80550","27":"80553","28":"80612","53":"82063"},"st":"CO"}},"06105":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-123.408291,41.179944],[-123.23948,41.075763],[-123.141338,41.079178],[-123.036808,41.004058],[-122.917529,40.99399],[-122.973382,41.112074],[-122.885921,41.205142],[-122.811342,41.202451],[-122.653686,41.289237],[-122.585241,41.359008],[-122.50389,41.342985],[-122.498376,41.182675],[-122.445453,41.15793],[-122.527753,41.014395],[-122.607363,40.957748],[-122.600458,40.899749],[-122.752197,40.688985],[-122.695298,40.572514],[-122.998682,40.418142],[-123.065426,40.286971],[-122.97755,40.241285],[-122.989623,40.145496],[-122.934013,39.978131],[-123.544563,39.977015],[-123.544458,40.001923],[-123.544059,40.739386],[-123.623662,40.929823],[-123.481357,40.915157],[-123.406082,41.013792],[-123.464006,41.076348],[-123.408291,41.179944]]]},"properties":{"id":"06105","n":"Trinity","z":["95527","95552","95563","95595","96010","96024","96041","96046","96048","96052","96076","96091","96093"],"st":"CA"}},"09005":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.517918790638,41.66672053071],[-73.487314,42.049638],[-73.053362673748,42.04011557191],[-73.008762781631,42.038903416247],[-73.029537,41.966606],[-72.88706,41.973121],[-72.949024,41.806431],[-73.016936,41.798183],[-72.98325,41.639598],[-73.164676,41.557088],[-73.15573,41.515279],[-73.318889,41.505189],[-73.310473,41.468815],[-73.441466,41.491294],[-73.517918790638,41.66672053071]]]},"properties":{"id":"09005","n":"Litchfield","z":["06018","06021","06024","06031","06039","06057","06058","06059","06061","06063","06065","06068","06069","06079","06094","06098","06708","06750","06751","06752","06753","06754","06755","06756","06757","06758","06759","06763","06776","06777","06778","06779","06782","06783","06784","06785","06786","06787","06790","06791","06792","06793","06794","06795","06796","06798"],"st":"CT"}},"02105":{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-133.696701,57.792724],[-133.17697964216,58.150537692389],[-133.076421,57.999762],[-132.869318,57.842941],[-132.65527865045,57.601744610483],[-132.827503,57.58066],[-132.88785,57.613739],[-132.871898,57.712796],[-133.188197,57.741008],[-133.279877,57.794768],[-133.353451,57.77227],[-133.493048,57.824726],[-133.549358,57.775225],[-133.696701,57.792724]]],[[[-134.72447783809,58.211465285645],[-134.784681,58.096599],[-134.697766,58.032036],[-134.538413,58.098172],[-134.2543860508,58.144355274287],[-133.999948,57.91481],[-133.904874,57.807406],[-133.896846,57.685524],[-133.808285,57.609604],[-133.871581,57.484158],[-133.866931,57.367869],[-133.786398,57.311528],[-133.875673,57.267613],[-133.983501,57.302838],[-134.100118,57.266285],[-134.193629,57.184879],[-134.378359,57.115016],[-134.497718,57.031194],[-134.565687,57.023737],[-134.634565,57.109863],[-134.640169,57.239852],[-134.55554,57.407428],[-134.695428,57.685335],[-134.783772,58.082292],[-134.958171,58.322057],[-134.960502,58.403758],[-134.865084,58.357276],[-134.72447783809,58.211465285645]]],[[[-134.94942955753,57.78125928945],[-135.238129,57.761711],[-135.528534,57.88047],[-135.901964,58.001343],[-136.024328,57.838795],[-136.37198649216,57.832232010705],[-136.573288,57.926844],[-136.538708,58.093482],[-136.365544,58.148854],[-136.387113,58.252414],[-136.033678,58.276728],[-135.877468,58.259852],[-135.78338,58.286709],[-135.712398,58.231892],[-135.275797,58.097024],[-135.108896,58.08827],[-134.950844,58.036993],[-134.926395,57.921919],[-135.004952,57.884338],[-134.94942955753,57.78125928945]]],[[[-137.93615989518,58.81065022345],[-137.52567710531,58.90897449414],[-137.447383,58.909513],[-137.264752,59.002352],[-136.826633,59.158389],[-136.581521,59.164909],[-136.48965218999,59.260491614619],[-136.362339,59.232961],[-136.107895,59.215693],[-135.89905,59.17906],[-135.699146,59.10741],[-135.723091,59.069847],[-135.524117,58.887696],[-135.683487,58.853598],[-135.747005,58.725606],[-135.551001,58.698793],[-135.405223,58.620593],[-135.316732,58.504393],[-135.50702,58.499604],[-135.44996617286,58.339068182657],[-135.649861,58.324517],[-135.728054,58.397067],[-136.041818,58.380161],[-136.11193,58.34253],[-136.437152,58.302417],[-136.544776,58.316665],[-136.591924,58.217886],[-136.70125,58.219416],[-136.717093,58.273508],[-136.857605,58.31636],[-136.986384,58.404043],[-137.078109,58.397474],[-137.355328,58.492374],[-137.568216,58.587989],[-137.941828,58.794322],[-137.93615989518,58.81065022345]]]]},"properties":{"id":"02105","n":"Hoonah Angoon","z":["99820","99825","99826","99827","99829","99832","99841"],"st":"AK"}},"02185":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-141.00260959622,68.498364004591],[-142.232922,68.500007],[-146,68.5],[-146,68],[-155.318744,68.000032],[-155.318748,68.034942],[-156.236817,68.034926],[-156.236831,68.121498],[-157.15491,68.121483],[-157.154924,68.208054],[-159.693477,68.207992],[-159.693487,68.294564],[-160.159452,68.294553],[-160.15944,68.207982],[-161.091351,68.207961],[-161.091364,68.294532],[-161.55732,68.294521],[-161.557328,68.207949],[-162.023261,68.20794],[-162.023273,68.294511],[-162.722202,68.294496],[-162.72219,68.207926],[-164.499463,68.20789],[-164.499437,68.034748],[-165.3965202965,68.034730518698],[-165.97497,68.14091],[-166.089453,68.221299],[-166.313138,68.289164],[-166.60089,68.333637],[-166.838969,68.337186],[-166.591802,68.405551],[-166.328459,68.442261],[-166.229761,68.613771],[-166.193421,68.726649],[-166.224187,68.873175],[-165.522358,68.855839],[-164.967542,68.88303],[-164.253157,68.930938],[-163.926999,69.000802],[-163.574034,69.124077],[-163.244656,69.306081],[-163.151351,69.430262],[-163.151261,69.61263],[-162.989084,69.82525],[-162.78808,69.929097],[-162.503572,70.100393],[-162.302314,70.204227],[-161.879266,70.329269],[-161.581911,70.302877],[-161.288197,70.296772],[-160.81279,70.376696],[-160.214828,70.559087],[-159.648383,70.794368],[-159.17181,70.875103],[-159.114972,70.817402],[-158.85342,70.792352],[-158.573913,70.79495],[-158.366302,70.819712],[-158.032397,70.832263],[-157.768452,70.875842],[-157.421001,70.976805],[-156.809653,71.286886],[-156.56865,71.352561],[-156.531124,71.296338],[-156.309908,71.259881],[-156.074411,71.242489],[-156.044615,71.184701],[-155.895105,71.193899],[-155.587702,71.17256],[-155.533347,71.067683],[-155.762068,70.985644],[-155.95205,70.964831],[-155.924955,70.85272],[-155.731842,70.83116],[-155.543031,70.847175],[-155.513293,70.940579],[-155.36416,70.994195],[-155.262602,71.079149],[-155.060764,71.145422],[-154.942864,71.126264],[-154.581129,71.007321],[-154.608314,70.942405],[-154.572458,70.82594],[-154.290317,70.821495],[-154.127487,70.778133],[-153.89048,70.885719],[-153.426265,70.890131],[-153.23848,70.922467],[-152.904243,70.883877],[-152.423534,70.858708],[-152.223053,70.824594],[-152.19246,70.795294],[-152.348417,70.744382],[-152.352196,70.697802],[-152.473348,70.683669],[-152.433781,70.616926],[-151.975785,70.563215],[-151.697258,70.547741],[-151.739862,70.436207],[-151.504417,70.431103],[-151.175187,70.375558],[-150.903765,70.46091],[-150.557415,70.481643],[-150.301516,70.418392],[-150.074461,70.439333],[-149.866698,70.510769],[-149.740188,70.498151],[-149.461755,70.518271],[-149.179148,70.4857],[-148.928979,70.426835],[-148.667017,70.430084],[-148.477044,70.359068],[-148.46615,70.313609],[-148.351437,70.304453],[-148.203477,70.348188],[-147.863719,70.293317],[-147.765104,70.219806],[-147.431532,70.188826],[-147.233327,70.207553],[-147.161601,70.155612],[-146.991109,70.14761],[-146.885771,70.185917],[-146.508133,70.186044],[-146.006411,70.140402],[-145.858297,70.165996],[-145.623306,70.084375],[-145.175073,69.991707],[-144.902304,69.96451],[-144.672305,69.966876],[-144.455421,70.035244],[-144.274904,70.048711],[-143.914244,70.115696],[-143.281878,70.151052],[-142.746807,70.042531],[-142.452927,69.958125],[-142.404366,69.916511],[-142.239873,69.896598],[-142.015641,69.837976],[-141.713369,69.789497],[-141.43084,69.695144],[-141.210456,69.68419],[-141.002672,69.645609],[-141.00260959622,68.498364004591]]]},"properties":{"id":"02185","n":"North Slope","z":["99510","99519","99721","99723","99734","99747","99759","99766","99782","99789","99791"],"st":"AK"}},"05107":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.056276,34.336605],[-91.002693,34.336353],[-91.000459,34.469398],[-91.054774,34.47088],[-91.051918,34.645721],[-90.573288412618,34.633670506468],[-90.569347,34.524867],[-90.575336,34.415152],[-90.660404,34.33576],[-90.729131,34.364206],[-90.752681,34.289266],[-90.89456,34.22438],[-90.944080760194,34.120065294777],[-90.944795524309,34.116657205314],[-91.117905,34.119105],[-91.078628,34.143729],[-91.056276,34.336605]]]},"properties":{"id":"05107","n":"Phillips","z":["72069","72312","72328","72333","72342","72353","72355","72366","72367","72369","72374","72383","72389","72390"],"st":"AR"}},"02170":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-152.997647,62.727401],[-151.893784,62.725864],[-151.894015,62.798058],[-149.526148,63.333217],[-148.025618,63.333233],[-148.025627,63.477609],[-146.999966,63.479645],[-146.489541,63.482913],[-146.494311,63.168975],[-146.494296,62.957864],[-146.436899,62.856991],[-146.423984,62.250511],[-146.979807,62.250497],[-146.960978,62.163852],[-146.960952,61.817272],[-146.942559,61.470675],[-147.206605,61.470663],[-147.206597,61.426265],[-148.462471,61.426267],[-149.180062,61.42625],[-149.240449,61.484025],[-149.35944,61.484025],[-149.748369,61.397371],[-149.897622,61.267387],[-149.987495,61.224064],[-150.22124066987,61.193170799938],[-150.204894,61.259548],[-150.425,61.245552],[-150.679902,61.265888],[-150.97401191634,61.194467298699],[-150.974014,61.25294],[-151.332802,61.252936],[-151.332784,61.426239],[-152.999882,61.426172],[-152.999839,62.292621],[-152.997647,62.727401]]]},"properties":{"id":"02170","n":"Matanuska Susitna","z":["99588","99623","99629","99645","99652","99654","99667","99674","99676","99683","99687","99688","99693","99694","99729"],"st":"AK"}},"01113":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.434045,32.40984],[-85.330143,32.410842],[-85.333843,32.468639],[-85.059294,32.472909],[-85.001130839124,32.510154788398],[-84.981150294134,32.379040076682],[-85.008096,32.336677],[-84.891841,32.263398],[-84.919942147926,32.230848200933],[-85.058749,32.136018],[-85.051411127913,32.062256083622],[-85.185067,32.061708],[-85.257834,32.147931],[-85.410241,32.146651],[-85.433543,32.234648],[-85.434045,32.40984]]]},"properties":{"id":"01113","n":"Russell","z":{"1":"36027","2":"36804","3":"36851","4":"36856","5":"36858","6":"36859","7":"36860","8":"36867","9":"36868","10":"36869","11":"36870","12":"36871","13":"36874","14":"36875","15":"31905"},"st":"AL"}},"09011":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.46673,41.583899],[-72.410367,41.602581],[-72.239559,41.714191],[-72.146717,41.667169],[-71.954983,41.634799],[-71.789464590839,41.640017190707],[-71.789358672742,41.596852160343],[-71.797683,41.416709],[-71.860513,41.320248],[-71.886302,41.33641],[-72.134221,41.299398],[-72.201422,41.315697],[-72.340012908702,41.277849262238],[-72.43371,41.423995],[-72.305531,41.436282],[-72.322931,41.518119],[-72.430767,41.524567],[-72.46673,41.583899]]]},"properties":{"id":"09011","n":"New London","z":["06249","06254","06320","06330","06333","06334","06335","06336","06338","06339","06340","06349","06350","06351","06353","06355","06357","06359","06360","06365","06370","06371","06372","06375","06376","06378","06379","06380","06382","06383","06384","06385","06388","06389","06415","06420","06474"],"st":"CT"}},"06003":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-120.072484,38.509869],[-120.072392,38.702767],[-119.877287,38.870193],[-119.904315,38.933324],[-119.58540614484,38.713150900671],[-119.619066,38.603529],[-119.542367,38.481657],[-119.639205,38.32688],[-119.705385,38.416102],[-119.884749,38.356185],[-120.019951,38.433521],[-120.072484,38.509869]]]},"properties":{"id":"06003","n":"Alpine","z":["95223","95646","96120"],"st":"CA"}},"05065":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.15699,36.261248],[-91.691435,36.253301],[-91.682277,36.000535],[-91.710552,35.941759],[-91.849448,35.867411],[-91.95302,35.931644],[-92.108622,35.931328],[-92.063576,36.024372],[-92.19543,36.132798],[-92.15699,36.261248]]]},"properties":{"id":"05065","n":"Izard","z":["72512","72513","72517","72519","72528","72532","72536","72540","72556","72560","72561","72565","72566","72573","72577","72584","72585","72587"],"st":"AR"}},"08093":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-106.135529,39.379546],[-106.021966,39.361713],[-105.966786,39.438035],[-105.817631,39.53831],[-105.829662,39.564865],[-105.398949,39.566056],[-105.397875,39.129564],[-105.330444,39.129685],[-105.329134,38.697205],[-105.96975,38.693551],[-105.906587,38.806962],[-105.925123,38.872178],[-106.028138,38.942849],[-106.110995,38.940099],[-106.191006,39.056073],[-106.183972,39.309354],[-106.135529,39.379546]]]},"properties":{"id":"08093","n":"Park","z":["80420","80421","80432","80440","80448","80449","80456","80470","80475","80816","80820","80827"],"st":"CO"}},"06109":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-120.019951,38.433521],[-119.884749,38.356185],[-119.705385,38.416102],[-119.639205,38.32688],[-119.576496,38.157661],[-119.345922,38.083113],[-119.308389,37.946824],[-119.200283,37.885827],[-119.20128,37.804329],[-119.268979,37.73923],[-119.308995,37.777986],[-119.426792,37.866724],[-119.535699,37.904122],[-119.667203,37.801224],[-119.809409,37.755025],[-119.907013,37.757926],[-120.079508,37.828808],[-120.127226,37.781566],[-120.345437,37.724787],[-120.306312,37.665419],[-120.38767,37.633364],[-120.653274,37.831858],[-120.514952,37.95339],[-120.534276,37.989443],[-120.442529,38.058741],[-120.176177,38.374014],[-120.019951,38.433521]]]},"properties":{"id":"06109","n":"Tuolumne","z":{"0":"95223","1":"95305","2":"95309","3":"95310","4":"95311","5":"95321","6":"95327","7":"95329","8":"95335","9":"95346","10":"95347","11":"95364","12":"95370","13":"95372","14":"95373","15":"95375","16":"95379","17":"95383","18":"95389","23":"95314"},"st":"CA"}},"06045":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-124.02520517453,40.001299341669],[-123.544458,40.001923],[-123.544563,39.977015],[-122.934013,39.978131],[-122.937654,39.798156],[-122.892676,39.708898],[-122.885352,39.580108],[-122.89031,39.529014],[-123.063181,39.503539],[-123.075114,39.407683],[-122.994839,39.235924],[-123.077812,39.173791],[-123.056212,39.021096],[-122.98664,38.997283],[-122.948865,38.90022],[-122.821592,38.85014],[-123.080997,38.852438],[-123.136253,38.809136],[-123.54092201163,38.767656216039],[-123.71054,38.91323],[-123.69074,39.021293],[-123.825331,39.360814],[-123.766475,39.552803],[-123.851714,39.832041],[-124.02520517453,40.001299341669]]]},"properties":{"id":"06045","n":"Mendocino","z":["95410","95415","95417","95418","95420","95425","95427","95428","95429","95432","95437","95445","95449","95454","95456","95459","95460","95463","95466","95468","95469","95470","95481","95482","95488","95490","95494","95585","95587","95589"],"st":"CA"}},"02275":{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-133.0398774124,56.239040380096],[-132.887585,56.172938],[-132.85978295117,56.052769327023],[-133.007727,56.134873],[-133.0398774124,56.239040380096]]],[[[-132.54582226332,56.71362123588],[-132.439599,56.770409],[-132.348468,56.771287],[-132.215746,56.891606],[-132.11891792336,56.891229390509],[-132.125934,56.874698],[-131.871725,56.804965],[-131.90176,56.753158],[-131.835133,56.601849],[-131.581221,56.613275],[-131.461806,56.547904],[-131.08679469628,56.407094773224],[-131.09623,56.335166],[-130.99843,56.274565],[-131.110314,56.194069],[-131.240485,56.172614],[-131.253358,56.20685],[-131.439957,56.131083],[-131.364317,56.017943],[-131.498849,56.019097],[-131.653403,56.103851],[-131.664222,56.067502],[-131.829365,56.056465],[-131.905601,55.979061],[-131.871943,55.948878],[-132.011037,55.854788],[-131.935635,55.798431],[-131.962744,55.700757],[-132.058825,55.71093],[-132.091178,55.660703],[-132.19968139906,55.633834],[-132.265071,55.762174],[-132.130413,55.811419],[-132.067412,55.875078],[-132.279962,55.924839],[-132.323242,55.851878],[-132.397304,55.878867],[-132.492795,56.066436],[-132.594235,56.021858],[-132.708697,56.112124],[-132.718342,56.217704],[-132.877582,56.240322],[-133.070056,56.330951],[-132.977163,56.439673],[-132.627544,56.46287],[-132.45079,56.564098],[-132.529037,56.63797],[-132.54582226332,56.71362123588]]]]},"properties":{"id":"02275","n":"Wrangell","z":["99903","99929"],"st":"AK"}},"01109":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.191379,31.966453],[-85.995563,31.967554],[-85.996853,32.051049],[-85.893652,32.047351],[-85.88435,31.967253],[-85.790048,31.967254],[-85.791047,31.880357],[-85.657668,31.880275],[-85.66623,31.772877],[-85.748251,31.618048],[-85.789142,31.617964],[-86.145895,31.617741],[-86.148339,31.790951],[-86.199378,31.79045],[-86.191379,31.966453]]]},"properties":{"id":"01109","n":"Pike","z":["36005","36010","36034","36035","36049","36061","36062","36069","36079","36081","36082"],"st":"AL"}},"01027":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.85189,33.498742],[-85.643482,33.495885],[-85.653654,33.106634],[-85.974715,33.105286],[-86.00917,33.09026],[-86.17437,33.104394],[-86.17283,33.195681],[-86.120567,33.194511],[-86.118198,33.29632],[-85.980293,33.29419],[-85.976525,33.38187],[-85.923762,33.396206],[-85.904909,33.498655],[-85.85189,33.498742]]]},"properties":{"id":"01027","n":"Clay","z":["35072","35082","35150","35160","36251","36255","36256","36258","36266","36267","36268","36276"],"st":"AL"}},"06011":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-122.739062,39.383266],[-122.192334,39.385257],[-122.136161,39.414499],[-121.890013,39.383864],[-121.908269,39.303878],[-121.945514,39.179843],[-121.889101,39.072373],[-121.795366,38.995686],[-121.835488,38.924481],[-122.340172,38.924246],[-122.413416,39.020218],[-122.491278,39.052991],[-122.47729,39.17395],[-122.680927,39.238726],[-122.775043,39.311778],[-122.739062,39.383266]]]},"properties":{"id":"06011","n":"Colusa","z":["95645","95912","95932","95950","95955","95970","95979","95987"],"st":"CA"}},"06015":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-124.211605,41.99846],[-123.82203759859,41.995620816947],[-123.5191128368,41.999172518033],[-123.565442,41.903141],[-123.703768,41.829117],[-123.660205,41.714055],[-123.719174,41.595613],[-123.61179,41.462127],[-123.661363,41.38209],[-123.770239,41.380776],[-123.770551,41.464193],[-124.06747365942,41.464736188491],[-124.154246,41.728801],[-124.245027,41.7923],[-124.211605,41.99846]]]},"properties":{"id":"06015","n":"Del Norte","z":["95531","95532","95538","95543","95548","95567"],"st":"CA"}},"06095":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-122.406786,38.155632],[-122.195971,38.162991],[-122.205982,38.315713],[-122.061379,38.327411],[-122.126389,38.428918],[-122.103281,38.513348],[-122.011673,38.488991],[-121.940285,38.533384],[-121.712034,38.537962],[-121.693697,38.313732],[-121.593273,38.313089],[-121.615413,38.195696],[-121.71213,38.08552],[-121.862462,38.06603],[-122.050386,38.060198],[-122.14312,38.031761],[-122.26932005492,38.060374497531],[-122.39758123062,38.142003597253],[-122.406786,38.155632]]]},"properties":{"id":"06095","n":"Solano","z":["94510","94512","94533","94534","94535","94570","94571","94585","94589","94590","94591","94592","95612","95618","95620","95625","95687","95688","95690","95694","95696","95867"],"st":"CA"}},"08015":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-106.577966,39.057908],[-106.191006,39.056073],[-106.110995,38.940099],[-106.028138,38.942849],[-105.925123,38.872178],[-105.906587,38.806962],[-105.96975,38.693551],[-105.878122,38.60212],[-105.908717,38.505631],[-106.010751,38.446566],[-106.24694,38.422768],[-106.354185,38.533384],[-106.379899,38.638483],[-106.452126,38.698777],[-106.406987,38.829334],[-106.326099,38.911004],[-106.465032,38.910354],[-106.599214,38.997994],[-106.577966,39.057908]]]},"properties":{"id":"08015","n":"Chaffee","z":["80449","81201","81211","81227","81236","81242"],"st":"CO"}},"05015":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.866758211671,36.498866164685],[-93.584281547356,36.498901678628],[-93.315327106529,36.498312726298],[-93.293447355634,36.498259375234],[-93.30082,36.12155],[-93.479528,36.125072],[-93.551135,36.126271],[-93.657689,36.303082],[-93.815605,36.306563],[-93.890508,36.377894],[-93.866758211671,36.498866164685]]]},"properties":{"id":"05015","n":"Carroll","z":["72611","72613","72616","72624","72631","72632","72638","72660","72740"],"st":"AR"}},"08113":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-109.04179661486,38.153032304968],[-107.965789,38.152328],[-107.891469,38.115957],[-107.889716,38.011615],[-107.795469,37.98852],[-107.738283,37.905432],[-107.860845,37.775517],[-107.989208,37.85664],[-108.210164,37.821125],[-108.256498,37.894607],[-108.81671,37.895538],[-109.04260410062,37.881084817493],[-109.04179661486,38.153032304968]]]},"properties":{"id":"08113","n":"San Miguel","z":["81325","81402","81423","81426","81430","81431","81432","81435"],"st":"CO"}},"08089":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-104.058242,38.146492],[-103.835616,38.11334],[-103.619172,38.113355],[-103.619283,38.171455],[-103.509364,38.172514],[-103.501764,38.265016],[-103.399938,38.265435],[-103.404339,37.643576],[-104.058196,37.644049],[-104.061132,37.734704],[-104.058242,38.146492]]]},"properties":{"id":"08089","n":"Otero","z":["81030","81039","81050","81058","81059","81067","81077"],"st":"CO"}},"08017":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-103.163025,39.03761],[-102.046571,39.047038],[-102.04571290309,38.697565770078],[-102.04551057457,38.615164590177],[-103.172943,38.61245],[-103.163025,39.03761]]]},"properties":{"id":"08017","n":"Cheyenne","z":["80802","80810","80821","80825","80862"],"st":"CO"}},"01129":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.463625304685,31.69794237135],[-88.088288,31.699303],[-88.072234,31.5945],[-87.906143,31.491752],[-87.88729,31.392197],[-87.959619,31.316206],[-87.946588,31.19293],[-87.972869,31.162694],[-88.022649,31.144267],[-88.329782,31.143821],[-88.432007,31.114298],[-88.449446069017,31.435836861278],[-88.463625304685,31.69794237135]]]},"properties":{"id":"01129","n":"Washington","z":["36513","36518","36522","36529","36538","36539","36548","36553","36556","36558","36569","36581","36583","36584","36585","36919"],"st":"AL"}},"01079":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.529667,34.567081],[-87.44577,34.650968],[-87.42651,34.800022],[-87.260676,34.758626],[-87.105073,34.686037],[-87.110111,34.313799],[-87.109911,34.299299],[-87.529722,34.304598],[-87.529667,34.567081]]]},"properties":{"id":"01079","n":"Lawrence","z":["35565","35603","35618","35619","35643","35650","35651","35654","35672","35673"],"st":"AL"}},"05077":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.099961,34.86712],[-91.099201,34.911796],[-90.40854,34.904121],[-90.407982753794,34.835265979281],[-90.463795,34.834923],[-90.573288412618,34.633670506468],[-91.051918,34.645721],[-91.049474,34.734184],[-91.102542,34.734864],[-91.099961,34.86712]]]},"properties":{"id":"05077","n":"Lee","z":["72311","72320","72335","72341","72348","72352","72355","72360","72368","72372"],"st":"AR"}},"01099":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.50093,31.829251],[-86.906899,31.830628],[-86.905899,31.753035],[-87.0511,31.71834],[-87.135051,31.642417],[-87.166581,31.519561],[-87.427455,31.260386],[-87.61589,31.244458],[-87.765152,31.297346],[-87.784796,31.324672],[-87.665572,31.423166],[-87.573733,31.435088],[-87.619844,31.519049],[-87.565413,31.553573],[-87.566841,31.697115],[-87.516131,31.697824],[-87.50093,31.829251]]]},"properties":{"id":"01099","n":"Monroe","z":["36033","36401","36425","36439","36444","36445","36449","36457","36458","36460","36461","36470","36471","36475","36480","36481","36502","36751","36753","36768"],"st":"AL"}},"05079":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.953799,34.064141],[-91.953629,34.09338],[-91.74499,34.094021],[-91.712255,34.173458],[-91.602334,34.088056],[-91.445614,34.080147],[-91.421715,34.014472],[-91.548668,33.976799],[-91.557648,33.783384],[-91.975974,33.791787],[-91.953799,34.064141]]]},"properties":{"id":"05079","n":"Lincoln","z":["71603","71639","71643","71644","71655","71667","71678"],"st":"AR"}},"04007":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-111.554681,34.471733],[-111.501724,34.497937],[-111.324303,34.422594],[-111.250302,34.453274],[-111.147094,34.375185],[-111.096661,34.396431],[-110.848059,34.267205],[-110.750678,34.263314],[-110.750672,34.000048],[-110.00066,34.000046],[-110.000649,33.57693],[-110.000646,33.465916],[-110.340949,33.427066],[-110.441544,33.38167],[-110.457194,33.295268],[-110.400676,33.198814],[-110.449021,33.194526],[-110.632529,33.142771],[-110.781076,32.983738],[-110.955497,33.279139],[-111.039976,33.466019],[-111.153354,33.677606],[-111.222055,33.602446],[-111.38235,33.758247],[-111.372317,33.823924],[-111.494778,33.999817],[-111.477853,34.151108],[-111.72057,34.161429],[-111.659644,34.386251],[-111.554681,34.471733]]]},"properties":{"id":"04007","n":"Gila","z":["85072","85135","85192","85501","85502","85532","85539","85541","85542","85544","85545","85547","85550","85553","85554","85941"],"st":"AZ"}},"08073":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-104.055528,38.868868],[-103.719664,38.866827],[-103.714355,39.566331],[-103.707072,39.566295],[-103.154376,39.565654],[-103.163025,39.03761],[-103.172943,38.61245],[-103.172878,38.525315],[-103.504666,38.516409],[-104.053921,38.522393],[-104.055528,38.868868]]]},"properties":{"id":"08073","n":"Lincoln","z":["80804","80818","80821","80823","80826","80828","80832","80833","81063"],"st":"CO"}},"02230":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-135.029245,59.345364],[-135.37502,59.350033],[-135.71731684219,59.730076946574],[-135.477436,59.799626],[-135.231148,59.697176],[-135.027456,59.563692],[-135.067356,59.421855],[-135.029245,59.345364]]]},"properties":{"id":"02230","n":"Skagway","z":["99840"],"st":"AK"}},"01077":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.984916043699,35.005910124326],[-87.606097867653,35.003519526204],[-87.224053641876,34.999230741972],[-87.210758579982,34.999049181],[-87.214914,34.816011],[-87.260676,34.758626],[-87.42651,34.800022],[-87.524363,34.832384],[-87.806963,34.732061],[-87.92029,34.804468],[-87.973222,34.88255],[-88.097888,34.892202],[-88.200064,34.995634],[-87.984916043699,35.005910124326]]]},"properties":{"id":"01077","n":"Lauderdale","z":["35610","35614","35617","35630","35631","35632","35633","35634","35645","35648","35652","35677"],"st":"AL"}},"05069":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.208041,34.492765],[-92.029996,34.489352],[-91.705185,34.48267],[-91.711795,34.233919],[-91.537991,34.223807],[-91.445614,34.080147],[-91.602334,34.088056],[-91.712255,34.173458],[-91.74499,34.094021],[-91.953629,34.09338],[-91.953799,34.064141],[-92.233376,34.062312],[-92.212906,34.2304],[-92.208041,34.492765]]]},"properties":{"id":"05069","n":"Jefferson","z":["71601","71602","71603","71612","71613","71644","71659","72004","72046","72073","72079","72132","72150","72152","72160","72168","72175"],"st":"AR"}},"06035":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-121.331786,41.183886],[-119.999866,41.183974],[-119.996155,40.32125],[-119.99993544809,39.722406924724],[-120.147149,39.707658],[-120.110627,39.765779],[-120.108761,39.93951],[-120.201264,40.013474],[-120.209641,40.086008],[-120.341385,40.115243],[-120.510817,40.248945],[-120.652158,40.307656],[-120.764403,40.31601],[-120.928582,40.191931],[-121.061493,40.256417],[-121.061417,40.446536],[-121.327826,40.445367],[-121.319976,40.905886],[-121.331786,41.183886]]]},"properties":{"id":"06035","n":"Lassen","z":["96006","96009","96056","96068","96105","96109","96110","96113","96114","96117","96119","96121","96123","96127","96128","96130","96132","96136","96137"],"st":"CA"}},"01033":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-88.097888,34.892202],[-87.973222,34.88255],[-87.92029,34.804468],[-87.806963,34.732061],[-87.524363,34.832384],[-87.42651,34.800022],[-87.44577,34.650968],[-87.529667,34.567081],[-88.139559441247,34.581696745884],[-88.097888,34.892202]]]},"properties":{"id":"01033","n":"Colbert","z":{"0":"35616","1":"35646","2":"35653","3":"35654","4":"35660","5":"35661","6":"35662","7":"35672","8":"35674","17":"38852"},"st":"AL"}},"06061":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-121.414779,38.996452],[-121.279533,39.034618],[-121.137979,39.037911],[-121.067546,39.005371],[-120.908996,39.170173],[-120.727893,39.288081],[-120.5546,39.315596],[-120.0047955123,39.316475011958],[-120.00336402883,39.165626764069],[-120.00261484291,39.112689374096],[-120.00197525087,39.067495874468],[-120.143663,39.067285],[-120.184098,39.031014],[-120.435299,39.028163],[-120.563747,38.913705],[-120.746395,39.010352],[-120.858903,38.952256],[-120.940281,38.962339],[-121.040511,38.915538],[-121.141009,38.71198],[-121.484396,38.734598],[-121.469356,38.925992],[-121.414779,38.996452]]]},"properties":{"id":"06061","n":"Placer","z":["95602","95603","95604","95626","95631","95648","95650","95658","95661","95663","95668","95677","95678","95681","95701","95703","95713","95714","95715","95717","95722","95724","95728","95736","95746","95747","95765","96140","96141","96142","96143","96145","96146","96148","96154","96161"],"st":"CA"}},"01069":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.417434,31.314973],[-85.08882996353,31.308647755497],[-85.107516,31.186451],[-85.021107562363,31.075463872306],[-85.002499,31.000682],[-85.488298288939,30.997964623287],[-85.48576,31.199886],[-85.710333,31.195173],[-85.666121,31.267316],[-85.485854,31.246096],[-85.417434,31.314973]]]},"properties":{"id":"01069","n":"Houston","z":["36301","36302","36303","36304","36305","36312","36319","36320","36321","36343","36345","36350","36352","36370","36375","36376"],"st":"AL"}},"05145":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.111463,35.362725],[-91.851958,35.358287],[-91.793958,35.534114],[-91.58188,35.530447],[-91.584687,35.442311],[-91.347257,35.439106],[-91.438202,35.369378],[-91.407782,35.212655],[-91.465114,35.089454],[-91.584005,35.091584],[-91.608065,35.020741],[-91.695463,35.062344],[-91.802505,35.030425],[-91.87888,35.024577],[-92.012735,35.076251],[-92.119719,35.066493],[-92.111463,35.362725]]]},"properties":{"id":"05145","n":"White","z":["72010","72012","72020","72045","72052","72060","72068","72081","72082","72085","72102","72111","72121","72136","72137","72139","72143","72145","72149","72173","72178"],"st":"AR"}},"01061":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.193476,31.192213],[-85.791402,31.196349],[-85.710333,31.195173],[-85.48576,31.199886],[-85.488298288939,30.997964623287],[-85.498001585089,30.997865049361],[-86.035038104951,30.993749607302],[-86.187248048981,30.994066723462],[-86.193476,31.192213]]]},"properties":{"id":"01061","n":"Geneva","z":["36301","36305","36313","36314","36316","36318","36322","36340","36344","36349","36352","36375","36442","36453","36477"],"st":"AL"}},"08029":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-107.500606,39.217916],[-107.500655,38.668553],[-108.378698,38.668097],[-108.378953,38.829108],[-108.140323,38.908767],[-107.982173,39.059878],[-107.85824,39.079804],[-107.76549,39.043294],[-107.500606,39.217916]]]},"properties":{"id":"08029","n":"Delta","z":["81410","81413","81414","81415","81416","81418","81419","81420","81428","81434"],"st":"CO"}},"05103":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.116361,33.452909],[-93.10429,33.777011],[-92.893534,33.809943],[-92.583054,33.802198],[-92.58503,33.736514],[-92.735617,33.624141],[-92.776729,33.537648],[-92.705093,33.431215],[-92.567156,33.3672],[-92.660238,33.355613],[-92.978469,33.37728],[-93.119014,33.380293],[-93.116361,33.452909]]]},"properties":{"id":"05103","n":"Ouachita","z":["71701","71720","71726","71751","71762","71763","71764"],"st":"AR"}},"01015":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.145562,33.679098],[-86.043993,33.763595],[-86.065272,33.842198],[-85.96917,33.914598],[-85.738975,33.96846],[-85.530094,33.941423],[-85.638049,33.773339],[-85.65581,33.627166],[-85.796054,33.55622],[-85.794559,33.585565],[-85.994935,33.586475],[-86.050669,33.67459],[-86.145562,33.679098]]]},"properties":{"id":"01015","n":"Calhoun","z":["35096","35905","36201","36202","36203","36204","36205","36206","36207","36250","36253","36254","36257","36260","36265","36271","36272","36277","36279"],"st":"AL"}},"06007":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-121.436886,40.151905],[-121.366818,40.086054],[-121.41948,40.015766],[-121.429957,39.900313],[-121.210878,39.725651],[-121.076695,39.597264],[-121.149907,39.526446],[-121.305122,39.519585],[-121.407527,39.339754],[-121.62376,39.295621],[-121.908269,39.303878],[-121.890013,39.383864],[-121.856532,39.536904],[-121.994021,39.533926],[-121.967868,39.722397],[-122.046471,39.797648],[-122.044865,39.883771],[-121.804041,39.884344],[-121.703241,39.98423],[-121.646032,39.982527],[-121.586407,40.100522],[-121.436886,40.151905]]]},"properties":{"id":"06007","n":"Butte","z":["95901","95914","95916","95917","95926","95927","95928","95929","95930","95938","95940","95941","95942","95948","95954","95958","95965","95966","95968","95969","95972","95973","95974","95978","95980"],"st":"CA"}},"08099":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-102.74233,38.266971],[-102.04465035915,38.268749222503],[-102.04463427029,38.26241156775],[-102.04196565863,37.738540573638],[-102.04189086967,37.644277685292],[-102.747615,37.643642],[-102.74233,38.266971]]]},"properties":{"id":"08099","n":"Prowers","z":["81041","81043","81047","81052","81084","81092"],"st":"CO"}},"06019":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-120.541696,37.044505],[-120.450341,36.911172],[-120.456246,36.862863],[-120.370256,36.78494],[-120.229179,36.769687],[-120.057776,36.82286],[-119.814421,36.850138],[-119.705356,36.999794],[-119.562979,37.064095],[-119.506733,37.150554],[-119.330573,37.205791],[-119.335189,37.310774],[-119.286658,37.374943],[-119.022363,37.585737],[-118.91706,37.550336],[-118.850474,37.475796],[-118.775014,37.463052],[-118.786736,37.34338],[-118.716016,37.328208],[-118.654593,37.141826],[-118.437137,37.059818],[-118.360831,36.887734],[-118.360586,36.744773],[-118.982441,36.741646],[-118.984779,36.657147],[-119.304625,36.660606],[-119.305102,36.573725],[-119.466322,36.575238],[-119.573194,36.488835],[-119.6664,36.41888],[-119.959227,36.400975],[-119.959058,36.181747],[-120.315068,35.907186],[-120.433053,35.968933],[-120.667551,36.138057],[-120.62691,36.203227],[-120.678582,36.267319],[-120.596562,36.328488],[-120.597155,36.488235],[-120.918731,36.740381],[-120.65595,36.952832],[-120.590566,36.952641],[-120.541696,37.044505]]]},"properties":{"id":"06019","n":"Fresno","z":["92631","93210","93234","93242","93602","93605","93606","93607","93608","93609","93611","93612","93613","93616","93618","93619","93620","93621","93622","93624","93625","93626","93627","93628","93630","93631","93633","93634","93640","93641","93642","93646","93648","93649","93650","93651","93652","93654","93656","93657","93660","93662","93664","93667","93668","93675","93701","93702","93703","93704","93705","93706","93707","93708","93709","93710","93711","93712","93714","93715","93716","93717","93718","93720","93721","93722","93723","93724","93725","93726","93727","93728","93729","93730","93737","93740","93741","93744","93745","93747","93750","93755","93760","93761","93764","93765","93771","93772","93773","93774","93775","93776","93777","93778","93779","93786","93790","93791","93792","93793","93794","93844","93888"],"st":"CA"}},"06077":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-121.580022,38.094414],[-121.472138,38.259659],[-121.398193,38.227427],[-121.222512,38.244406],[-121.027084,38.300252],[-120.995497,38.225402],[-120.926449,38.077421],[-120.920993,37.737947],[-121.110049,37.742128],[-121.241219,37.664009],[-121.471925,37.481783],[-121.556655,37.542732],[-121.556997,37.816488],[-121.579425,37.8723],[-121.580022,38.094414]]]},"properties":{"id":"06077","n":"San Joaquin","z":["94240","95201","95202","95203","95204","95205","95206","95207","95208","95209","95210","95211","95212","95213","95214","95215","95219","95220","95227","95230","95231","95234","95236","95237","95240","95241","95242","95253","95258","95267","95269","95296","95297","95304","95320","95330","95336","95337","95361","95366","95376","95377","95378","95385","95391","95632","95641","95686"],"st":"CA"}},"05083":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-94.140571,35.099678],[-94.139307,35.143361],[-94.031236,35.140857],[-94.028547,35.213826],[-93.920167,35.229427],[-93.917127,35.319046],[-93.810087,35.313095],[-93.806849,35.430011],[-93.710076,35.375242],[-93.435463,35.427871],[-93.417895,35.326779],[-93.299014,35.327425],[-93.278293,35.317402],[-93.279959,35.212552],[-93.457022,35.215782],[-93.529838,35.145441],[-93.706692,35.134943],[-93.704885,35.019715],[-94.074347,35.026585],[-94.140571,35.099678]]]},"properties":{"id":"05083","n":"Logan","z":["72826","72834","72835","72851","72855","72863","72865","72927","72933","72943","72949","72951"],"st":"AR"}},"08101":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-105.049215,38.257973],[-104.940366,38.258275],[-104.941533,38.519569],[-104.053921,38.522393],[-104.058242,38.146492],[-104.061132,37.734704],[-104.351109,37.817488],[-104.646383,37.900527],[-105.013729,37.881271],[-105.049917,37.915479],[-105.049215,38.257973]]]},"properties":{"id":"08101","n":"Pueblo","z":["81001","81002","81003","81004","81005","81006","81007","81008","81009","81010","81011","81012","81019","81022","81023","81025","81039","81069"],"st":"CO"}},"06005":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-121.027507,38.508292],[-120.813554,38.562193],[-120.627604,38.503143],[-120.301721,38.549109],[-120.212787,38.629371],[-120.072392,38.702767],[-120.072484,38.509869],[-120.33104,38.465192],[-120.423215,38.473322],[-120.614881,38.389408],[-120.63129,38.340263],[-120.810126,38.28201],[-120.892864,38.221574],[-120.995497,38.225402],[-121.027084,38.300252],[-121.027507,38.508292]]]},"properties":{"id":"06005","n":"Amador","z":["95601","95629","95640","95642","95646","95654","95665","95666","95669","95675","95685","95689","95699"],"st":"CA"}},"01013":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.857583,31.962167],[-86.448198,31.964629],[-86.448635,31.655617],[-86.499533,31.655247],[-86.499213,31.525331],[-86.701554,31.523946],[-86.839279,31.525365],[-86.906769,31.632671],[-86.905899,31.753035],[-86.906899,31.830628],[-86.908939,31.961673],[-86.857583,31.962167]]]},"properties":{"id":"01013","n":"Butler","z":["36015","36030","36032","36033","36037","36042","36071","36456","36474"],"st":"AL"}},"04012":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-114.62914651819,33.433545],[-114.524599,33.552231],[-114.496565,33.719155],[-114.534987,33.928499],[-114.43009113852,34.078931406279],[-114.229715,34.186928],[-114.14081715128,34.303127513882],[-114.031132,34.259819],[-113.851708,34.251265],[-113.679109,34.210029],[-113.539524,34.306377],[-113.370507,34.291968],[-113.333508,34.317877],[-113.333753,33.999227],[-113.33392,33.377425],[-113.958046,33.377578],[-113.958042,33.464655],[-114.267815,33.463574],[-114.268748,33.029815],[-114.51706679028,33.024628763569],[-114.670803,33.037984],[-114.706175,33.105335],[-114.674491,33.255597],[-114.723259,33.288079],[-114.725282,33.405048],[-114.62914651819,33.433545]]]},"properties":{"id":"04012","n":"La Paz","z":["85325","85328","85334","85344","85346","85348","85357","85359","85369","85371","85376"],"st":"AZ"}},"06091":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-121.009477,39.639459],[-120.873261,39.776168],[-120.792484,39.709794],[-120.147149,39.707658],[-119.99993544809,39.722406924724],[-120.00302891966,39.44504577616],[-120.505445,39.446117],[-120.575059,39.52228],[-120.654332,39.526889],[-120.755729,39.452663],[-121.022085,39.391558],[-121.058203,39.537043],[-121.009477,39.639459]]]},"properties":{"id":"06091","n":"Sierra","z":{"1":"95910","2":"95922","3":"95936","4":"95944","5":"95960","6":"96105","7":"96111","8":"96118","9":"96124","10":"96125","11":"96126","12":"89439"},"st":"CA"}},"01105":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.4212,32.874508],[-87.319184,32.831522],[-87.019157,32.837034],[-87.017762,32.729532],[-87.110817,32.489948],[-87.423153,32.482965],[-87.421744,32.308101],[-87.47308,32.307614],[-87.52429,32.307293],[-87.524485,32.482028],[-87.525198,32.655713],[-87.473915,32.655867],[-87.472174,32.83062],[-87.4212,32.874508]]]},"properties":{"id":"01105","n":"Perry","z":["35034","36701","36744","36756","36759","36765","36786","36793"],"st":"AL"}},"04013":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-113.33392,33.377425],[-113.333753,33.999227],[-112.743951,33.999898],[-112.27604,33.882312],[-112.164758,34.04817],[-111.72531,33.999849],[-111.494778,33.999817],[-111.372317,33.823924],[-111.38235,33.758247],[-111.222055,33.602446],[-111.153354,33.677606],[-111.039976,33.466019],[-111.580634,33.4658],[-111.582709,33.205723],[-112.083488,33.20456],[-112.203288,33.310533],[-112.203719,32.50676],[-113.333897,32.504938],[-113.33392,33.377425]]]},"properties":{"id":"04013","n":"Maricopa","z":["85002","85003","85004","85005","85006","85007","85008","85009","85010","85011","85012","85013","85014","85015","85016","85017","85018","85019","85020","85021","85022","85023","85024","85026","85027","85028","85029","85030","85031","85032","85033","85034","85035","85036","85037","85038","85039","85040","85041","85042","85043","85044","85045","85046","85048","85050","85051","85053","85054","85060","85062","85063","85064","85065","85066","85067","85068","85069","85070","85071","85073","85074","85075","85076","85078","85079","85080","85083","85085","85086","85087","85120","85127","85139","85142","85201","85202","85203","85204","85205","85206","85207","85208","85209","85210","85211","85212","85213","85214","85215","85216","85224","85225","85226","85233","85234","85236","85244","85248","85249","85250","85251","85252","85253","85254","85255","85256","85257","85258","85259","85260","85261","85262","85263","85264","85266","85267","85268","85269","85271","85274","85275","85277","85280","85281","85282","85283","85284","85285","85286","85287","85295","85296","85297","85298","85299","85301","85302","85303","85304","85305","85306","85307","85308","85309","85310","85311","85312","85318","85320","85321","85322","85323","85326","85327","85331","85333","85335","85337","85338","85339","85340","85342","85343","85345","85351","85353","85354","85355","85358","85361","85363","85372","85373","85374","85375","85377","85378","85379","85380","85381","85382","85383","85385","85387","85388","85390","85392","85395","85396","85545"],"st":"AZ"}},"06101":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-121.908269,39.303878],[-121.62376,39.295621],[-121.575415,38.918348],[-121.543306,38.972404],[-121.414779,38.996452],[-121.469356,38.925992],[-121.484396,38.734598],[-121.602894,38.735838],[-121.673033,38.742847],[-121.723149,38.851306],[-121.835488,38.924481],[-121.795366,38.995686],[-121.889101,39.072373],[-121.945514,39.179843],[-121.908269,39.303878]]]},"properties":{"id":"06101","n":"Sutter","z":["95626","95645","95659","95668","95674","95692","95837","95948","95953","95957","95967","95982","95991","95992","95993"],"st":"CA"}},"06079":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-121.347053956,35.795186203815],[-120.213979,35.789276],[-120.194146,35.789204],[-120.193918,35.614359],[-120.085922,35.614524],[-120.086674,35.526554],[-119.880045,35.439133],[-119.880172,35.351211],[-119.809346,35.350865],[-119.809449,35.263584],[-119.666663,35.262527],[-119.667056,35.174809],[-119.553641,35.179975],[-119.560975,35.087673],[-119.472719,35.076885],[-119.472754,34.901174],[-119.535757,34.897576],[-119.672963,34.973375],[-119.745566,34.973676],[-120.082084,35.114678],[-120.188383,35.030378],[-120.334548,35.006315],[-120.301827,34.905571],[-120.435473,34.986759],[-120.65030521184,34.975166302269],[-120.635787,35.123805],[-120.756086,35.160459],[-120.89679,35.247877],[-120.862133,35.360763],[-120.884757,35.430196],[-121.003359,35.46071],[-121.166712,35.635399],[-121.272322,35.666711],[-121.347053956,35.795186203815]]]},"properties":{"id":"06079","n":"San Luis Obispo","z":["93252","93254","93401","93402","93403","93405","93406","93407","93408","93409","93410","93412","93420","93421","93422","93423","93424","93426","93428","93430","93432","93433","93435","93442","93443","93444","93445","93446","93447","93448","93449","93451","93452","93453","93454","93458","93461","93465","93475","93483"],"st":"CA"}},"08123":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-104.943371,40.99807410373],[-104.053249,41.001406],[-103.5737740062,41.001721799084],[-103.581844,40.523383],[-104.147714,40.524389],[-104.150332,40.000856],[-104.961405,40.000337],[-105.052823,40.00026],[-105.055089,40.261793],[-105.05672,40.349281],[-104.945551,40.349099],[-104.943371,40.99807410373]]]},"properties":{"id":"08123","n":"Weld","z":["80504","80513","80514","80516","80520","80524","80530","80534","80537","80542","80543","80546","80549","80550","80551","80603","80610","80611","80612","80615","80620","80621","80622","80623","80624","80631","80632","80633","80634","80638","80639","80642","80643","80644","80645","80646","80648","80649","80650","80651","80652","80654","80729","80732","80742","80754"],"st":"CO"}},"05019":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.478646,34.340851],[-93.408124,34.339527],[-93.35684,34.280306],[-93.035039,34.236664],[-93.038142,34.155059],[-92.886285,34.155877],[-92.893116,33.983284],[-92.961419,33.974159],[-92.89314,33.902751],[-92.893534,33.809943],[-93.10429,33.777011],[-93.264485,33.832282],[-93.373406,33.95707],[-93.434165,34.049739],[-93.46169,34.205751],[-93.502208,34.214106],[-93.478646,34.340851]]]},"properties":{"id":"05019","n":"Clark","z":["71721","71728","71743","71772","71921","71923","71942","71962","71998","71999"],"st":"AR"}},"02282":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-141.00184966564,60.391688011896],[-141.00184,60.306105],[-140.53509,60.224224],[-140.472292,60.31059],[-139.989142,60.18524],[-139.698361,60.340421],[-139.086669,60.357654],[-139.082246,60.323825],[-139.200346,60.090701],[-139.046426,59.998235],[-138.702053,59.910245],[-138.643422,59.792502],[-138.584819,59.752453],[-137.604277,59.243057],[-137.498558,58.986694],[-137.52567710531,58.90897449414],[-137.93615989518,58.81065022345],[-137.951995,58.886029],[-138.224323,59.032216],[-138.636702,59.130585],[-138.919749,59.248531],[-139.420168,59.37976],[-139.861306,59.546678],[-139.74266,59.623871],[-139.585789,59.642765],[-139.608545,59.821961],[-139.776836,59.833835],[-140.176224,59.735965],[-140.242577,59.687888],[-140.792511,59.728573],[-141.392811,59.870028],[-141.595376,59.961905],[-141.73624,59.961905],[-141.912218,60.009779],[-142.426572,60.071066],[-142.744868,60.09413],[-143.624152,60.037257],[-143.893326,59.986721605894],[-143.893325,60.024166],[-143.193519,60.521828],[-141.790619,60.521899],[-141.790601,60.435238],[-141.213451,60.435268],[-141.213444,60.391676],[-141.00184966564,60.391688011896]]]},"properties":{"id":"02282","n":"Yakutat","z":["99689"],"st":"AK"}},"05139":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.978469,33.37728],[-92.660238,33.355613],[-92.567156,33.3672],[-92.431092,33.26979],[-92.350432,33.298941],[-92.22406,33.251782],[-92.137527,33.162956],[-92.143596,33.098242],[-92.069146592481,33.008482430257],[-92.724743173179,33.014341767675],[-92.988707610715,33.017250940152],[-92.978469,33.37728]]]},"properties":{"id":"05139","n":"Union","z":["71724","71730","71731","71747","71749","71750","71753","71758","71759","71762","71765"],"st":"AR"}},"08077":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-109.05122383102,39.366677549586],[-107.430949,39.366178],[-107.465187,39.314515],[-107.394486,39.256299],[-107.500606,39.217916],[-107.76549,39.043294],[-107.85824,39.079804],[-107.982173,39.059878],[-108.140323,38.908767],[-108.378953,38.829108],[-108.378698,38.668097],[-108.379136,38.499987],[-109.059962,38.499987],[-109.05122383102,39.366677549586]]]},"properties":{"id":"08077","n":"Mesa","z":["81501","81502","81503","81504","81505","81506","81507","81520","81521","81522","81523","81524","81525","81526","81527","81624","81630","81643","81646"],"st":"CO"}},"01001":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.917595,32.664169],[-86.71339,32.661732],[-86.714219,32.705694],[-86.413116,32.707386],[-86.411172,32.409937],[-86.496774,32.344437],[-86.653419,32.397247],[-86.781354,32.392494],[-86.814912,32.340803],[-86.906403,32.536712],[-86.917595,32.664169]]]},"properties":{"id":"01001","n":"Autauga","z":["36003","36006","36008","36022","36051","36066","36067","36068","36091","36703","36749","36758"],"st":"AL"}},"06055":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-122.627396,38.667506],[-122.46389,38.705203],[-122.395056,38.864245],[-122.287998,38.839931],[-122.224206,38.699984],[-122.168301,38.655296],[-122.103281,38.513348],[-122.126389,38.428918],[-122.061379,38.327411],[-122.205982,38.315713],[-122.195971,38.162991],[-122.406786,38.155632],[-122.349564,38.193972],[-122.543893,38.519966],[-122.646421,38.598593],[-122.627396,38.667506]]]},"properties":{"id":"06055","n":"Napa","z":["94503","94508","94515","94558","94559","94562","94567","94573","94574","94576","94581","94589","94599"],"st":"CA"}},"08067":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-107.970086,37.639587],[-107.482179,37.639501],[-107.482131,37.422673],[-107.48173699916,37.000004580314],[-108.37930295009,36.999564686312],[-108.290459,37.145975],[-108.290423,37.223584],[-108.197776,37.354939],[-108.105857,37.382068],[-108.038409,37.451931],[-108.022895,37.590587],[-107.970086,37.639587]]]},"properties":{"id":"08067","n":"La Plata","z":["81122","81137","81301","81302","81303","81326","81328","81329"],"st":"CO"}},"05017":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-91.45737,33.388974],[-91.453438,33.563703],[-91.34954,33.563646],[-91.35081,33.519476],[-91.205644985948,33.546978370933],[-91.215671,33.529423],[-91.113764,33.393124],[-91.125539,33.280255],[-91.068708,33.232936],[-91.104317,33.131598],[-91.180836,33.098364],[-91.159606098013,33.011242321307],[-91.166073,33.004106],[-91.26456405022,33.00473882427],[-91.435931080332,33.005839890972],[-91.460391771832,33.005997055701],[-91.45737,33.388974]]]},"properties":{"id":"05017","n":"Chicot","z":["71638","71640","71653","71661","71663","71676"],"st":"AR"}},"08023":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-105.743339,37.356798],[-105.485516,37.577899],[-105.295587,37.654416],[-105.187549,37.619669],[-105.154176,37.293129],[-105.15504274805,36.995474445611],[-105.22050520078,36.995563236486],[-105.71846968399,36.995845927301],[-105.770673,37.041777],[-105.720308,37.285614],[-105.743339,37.356798]]]},"properties":{"id":"08023","n":"Costilla","z":["81123","81126","81133","81138","81151","81152"],"st":"CO"}},"04025":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-113.334161,35.528037],[-113.174458,35.506445],[-112.975855,35.392904],[-112.95341,35.35611],[-112.694846,35.311586],[-112.541805,35.236338],[-112.440751,35.260468],[-112.4423,35.149408],[-112.335716,35.148279],[-112.334536,34.973024],[-111.777815,34.981005],[-111.778291,34.803551],[-111.552106,34.80252],[-111.554681,34.471733],[-111.659644,34.386251],[-111.72057,34.161429],[-111.477853,34.151108],[-111.494778,33.999817],[-111.72531,33.999849],[-112.164758,34.04817],[-112.27604,33.882312],[-112.743951,33.999898],[-113.333753,33.999227],[-113.333508,34.317877],[-113.334161,35.528037]]]},"properties":{"id":"04025","n":"Yavapai","z":["85320","85324","85332","85342","85362","85390","86301","86302","86303","86304","86305","86312","86313","86314","86315","86320","86321","86322","86323","86324","86325","86326","86327","86329","86331","86332","86333","86334","86335","86336","86337","86338","86339","86340","86341","86342","86343","86351","86434","96337"],"st":"AZ"}},"06001":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-122.32871428741,37.893832346321],[-122.27108,37.905824],[-122.14026,37.804562],[-122.045473,37.798126],[-121.96077,37.718629],[-121.556997,37.816488],[-121.556655,37.542732],[-121.471925,37.481783],[-121.472648,37.48217],[-121.855762,37.484537],[-121.925041,37.454186],[-122.081473,37.477838],[-122.12919970222,37.521321998591],[-122.163049,37.667933],[-122.312974,37.777244],[-122.32871428741,37.893832346321]]]},"properties":{"id":"06001","n":"Alameda","z":["94501","94502","94505","94514","94536","94537","94538","94539","94540","94541","94542","94543","94544","94545","94546","94550","94551","94552","94555","94557","94560","94566","94568","94577","94578","94579","94580","94586","94587","94588","94601","94602","94603","94604","94605","94606","94607","94608","94609","94610","94611","94612","94613","94614","94615","94617","94618","94619","94620","94621","94622","94623","94649","94659","94660","94661","94662","94666","94701","94702","94703","94704","94705","94706","94707","94708","94709","94710","94712","94720","95377","95391"],"st":"CA"}},"08039":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-104.660626,39.565909],[-103.714355,39.566331],[-103.719664,38.866827],[-104.055528,38.868868],[-104.051568,39.128138],[-104.662896,39.129527],[-104.660626,39.565909]]]},"properties":{"id":"08039","n":"Elbert","z":["80101","80102","80105","80106","80107","80117","80138","80808","80828","80830","80831","80832","80833","80835"],"st":"CO"}},"01117":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-87.026846,33.246459],[-86.882518,33.332687],[-86.830597,33.332015],[-86.674418,33.466521],[-86.516783,33.545896],[-86.378222,33.502411],[-86.378665,33.390983],[-86.35734,33.296917],[-86.503127,33.179144],[-86.491029,33.102944],[-86.517344,33.020566],[-86.610003,33.070003],[-86.881638,33.071861],[-86.881182,33.049901],[-87.025596,33.165795],[-87.026846,33.246459]]]},"properties":{"id":"01117","n":"Shelby","z":["35007","35022","35035","35040","35043","35051","35078","35080","35094","35114","35115","35123","35124","35137","35143","35144","35147","35176","35178","35185","35186","35187","35216","35232","35242","35243","35244"],"st":"AL"}},"02270":{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-162.585072,63.273146],[-161.993563,63.010253],[-160.848882,63.010253],[-161.046052,62.205142],[-160.536697,61.947726],[-160.40525,61.810803],[-161.900455,61.482186],[-162.508395,61.558863],[-163.992646,61.372647],[-164.156954,61.022123],[-165.159234,60.918061],[-164.962064,61.022123],[-166.106745,61.49314],[-165.59739,61.860095],[-165.674067,62.139419],[-165.044219,62.539236],[-164.633448,63.097884],[-164.069323,63.262192],[-163.313505,63.037637],[-162.585072,63.273146]]]},"properties":{"id":"02270","n":"Kusilvak Census Area","z":["99554","99563","99581","99585","99604","99620","99632","99650","99657","99658","99662","99666"],"st":"AK"}}} \ No newline at end of file diff --git a/package.nw/data/maps.json b/package.nw/data/maps.json index 2da942d..b1f03f9 100644 --- a/package.nw/data/maps.json +++ b/package.nw/data/maps.json @@ -144,5 +144,17 @@ "minZoom": 0, "maxZoom": 4, "offline": true + }, + "GoogleMap by GoogleCN (Chinese)": { + "url": "http://gac-geo.googlecnapps.cn/maps/vt?lyrs=m&gl=CN&x={x}&y={y}&z={z}", + "attributions": "GoogleCN", + "minZoom": 3, + "maxZoom": 19 + }, + "GoogleMap Satellite by GoogleCN (Chinese)": { + "url": "http://gac-geo.googlecnapps.cn/maps/vt?lyrs=s,m&gl=CN&x={x}&y={y}&z={z}", + "attributions": "GoogleCN", + "minZoom": 3, + "maxZoom": 19 } } diff --git a/package.nw/data/mh-root-prefixed.json b/package.nw/data/mh-root-prefixed.json index c44d99a..0d6b9e3 100644 --- a/package.nw/data/mh-root-prefixed.json +++ b/package.nw/data/mh-root-prefixed.json @@ -1516,7 +1516,7 @@ "VE9TEN/5", "VE9XX/6", "VE9ZP/4", - "VER20231228", + "VER20240125", "VF0X", "VF0X/M", "VO/DL2GF", @@ -2705,6 +2705,7 @@ "KB7SIQ", "KB7UBH", "KB7VFZ", + "KB7WAS", "KB7YEC", "KB8LJT", "KB8QKR", @@ -2758,6 +2759,7 @@ "KC4PTI", "KC5BNN", "KC5CHO", + "KC5CZC", "KC5DJA", "KC5IBS", "KC5KIG", @@ -2905,6 +2907,7 @@ "KE6DXH", "KE6FNQ", "KE6IPM", + "KE6KVE", "KE6SYD", "KE6TCE", "KE6VUB", @@ -3029,7 +3032,6 @@ "KI4GDI", "KI4NGY", "KI4NVI", - "KI4SET", "KI4SOM", "KI4YRQ", "KI5KBN", @@ -3078,6 +3080,7 @@ "KK4CLS", "KK4LRE", "KK4QXE", + "KK4REY", "KK4RYG", "KK4WWH", "KK4WWI", @@ -3249,6 +3252,7 @@ "W4AUL", "W4BVB", "W4RSB", + "W4TFS", "W5ERV", "W5JKT", "W5MSC", @@ -3293,6 +3297,7 @@ "WA7USX", "WA7YXF", "WB0CMZ", + "WB1BR", "WB1GZL", "WB1ILS", "WB5EAA", @@ -6898,6 +6903,7 @@ "EM1U/P", "EM1UA", "EM1UC", + "EM1UTQ", "FT4YM/P", "FT5YJ/P", "FT5YK/KC4", @@ -7232,6 +7238,7 @@ "EM1U/P": "73", "EM1UA": "73", "EM1UC": "73", + "EM1UTQ": "73", "VP8/UW5EHR": "73", "AB0KG/KC4": "71", "KC4/AB0KG": "71", @@ -10733,6 +10740,7 @@ "R27UFA", "R280A", "R280B", + "R2AB/8", "R2AEA/9", "R2AKM/0", "R2BDY/9", @@ -15265,6 +15273,7 @@ "R2BDY/9": "31", "R2DA/9": "31", "R9/UN0C": "31", + "R9HAF/M": "31", "R9MJ/9": "31", "RA0LH/9": "31", "RA9H": "31", @@ -15578,7 +15587,6 @@ "R400N": "31", "R70B": "31", "R9/EW1TM": "31", - "R9HAF/M": "31", "R9UAG/N": "31", "RA30KR": "31", "RA4CQ/9": "31", @@ -16423,6 +16431,7 @@ "R2BDY/9": "18", "R2DA/9": "18", "R9/UN0C": "18", + "R9HAF/M": "18", "R9MJ/9": "18", "RA0LH/9": "18", "RA9H": "18", @@ -16662,7 +16671,6 @@ "R400N": "18", "R70B": "18", "R9/EW1TM": "18", - "R9HAF/M": "18", "R9UAG/N": "18", "RA30KR": "18", "RA4CQ/9": "18", @@ -17918,7 +17926,6 @@ "EA6LU/P", "EA6URI/PAZ", "EA6URL/IF", - "EA6XQ/P", "EA7DUT/6", "EA9CI/6", "EA9CP/6", @@ -20444,6 +20451,7 @@ "R0DAD/7", "R0IA/3", "R0IT/6", + "R0LFX/6", "R0QAO/3", "R0QAW/3", "R0RA/7", @@ -21167,7 +21175,6 @@ "RT22NY", "RT2F/3", "RT2F/3/M", - "RT2F/P", "RT30DX", "RT36MS", "RT4I", @@ -21421,6 +21428,7 @@ "UA0AGE/6", "UA0AK/3", "UA0BDS/1", + "UA0CID/8", "UA0DM/4", "UA0FHC/3", "UA0FM/3", @@ -21724,6 +21732,8 @@ "UE80SKR/P", "UE80V", "UE80YG", + "UE81M", + "UE81ML", "UE85AGN", "UE85DRK", "UE85L", @@ -23978,7 +23988,8 @@ "TO8S", "TO8UFT", "TO9RRG", - "TO9T" + "TO9T", + "VERSION" ], "prefixITU": {}, "prefixCQ": {}, @@ -26138,6 +26149,7 @@ "LU3FCI/F", "LU3FCR/H", "LU3FGG/F", + "LU3FGG/H", "LU3FLG/F", "LU3FMD/F", "LU3FN/H", @@ -27121,6 +27133,7 @@ "LW2DJM/D", "LW2DKF/D", "LW2DNC/D", + "LW2DO/D", "LW2DOD/D", "LW2DOM/D", "LW2DOY/D", @@ -27134,6 +27147,7 @@ "LW2ECC/D", "LW2ECK/D", "LW2ECM/D", + "LW2EDM/D", "LW2EFS/D", "LW2EHD/D", "LW2EIY/H", @@ -27161,6 +27175,7 @@ "LW3DKC/W", "LW3DKO/D", "LW3DKO/XA", + "LW3DMV/D", "LW3DN/D", "LW3DRW/D", "LW3DSM/D", @@ -30133,6 +30148,7 @@ "PU2AIL/YL", "PU2RTO/LH", "PU3KIT/YL", + "PU5MFI/CB", "PV8DX/SD", "PV8IG/SD", "PW8AA/SD", @@ -30393,7 +30409,6 @@ "AJ8HT", "AK0S", "AK2J", - "AK4RA", "AL3U", "AL6D", "AL7RQ", @@ -30511,7 +30526,6 @@ "KB7JB", "KB7JHB", "KB7LPW", - "KB7MEU", "KB7QKJ", "KB7UQH", "KB7UVR", @@ -30666,6 +30680,7 @@ "KE7UW", "KE8LGD", "KE8QB", + "KE8UML", "KF0FMQ", "KF4FQR", "KF4IBW", @@ -30754,6 +30769,7 @@ "KG7ZJM", "KG9MDR", "KH0AI", + "KH0B", "KH0HL", "KH0WJ", "KH2DC", @@ -32025,6 +32041,7 @@ "RP76KB", "RQ2K", "RT2F", + "RT2F/P", "RT9K/2", "RT9T/2", "RU2F", @@ -34273,7 +34290,6 @@ "VI103WIA", "VI5RAS/6", "VI5RAS/8", - "VI75G", "VI90ANZAC", "VI90IARU", "VK100WIA", @@ -35734,6 +35750,7 @@ "FO0MIC/MM3", "TX0A", "TX0M", + "TX0QRP", "TX0T", "TX2AH", "TX3T", @@ -36743,7 +36760,6 @@ "K4LCR", "K4PFH", "K4VIC", - "K4W", "K5YJR", "K6BOT", "KA2ABJ", @@ -36874,6 +36890,7 @@ "KG4VCC", "KG5AFY", "KG6WWV", + "KG7BLF", "KG9KG", "KH2RU", "KH4AA", @@ -36941,6 +36958,7 @@ "KP4FRD/LH", "KP4MD/P", "KP4PRE/EVNT", + "KP4QVQ/CERT", "KP4VP/LH", "KR4SQ", "KU4JI", @@ -36973,6 +36991,7 @@ "N3YUB", "N3ZII", "N4AKO", + "N4ANI", "N4CIE", "N4JZD", "N4LER", @@ -38351,6 +38370,7 @@ "IO0MMI", "IO0WRTC", "IO0WWA", + "IP0A", "IP0Y", "IQ0AAI", "IQ0AG", @@ -40162,46 +40182,6 @@ ], "prefix": [ "4U", - "BG11", - "BG12", - "BG13", - "BG14", - "BG15", - "BG16", - "BG17", - "BG18", - "BG21", - "BG22", - "BG23", - "BG24", - "BG25", - "BG26", - "BG27", - "BG28", - "BG31", - "BG32", - "BG33", - "BG34", - "BG35", - "BG36", - "BG37", - "BG38", - "BS11", - "BS12", - "BS13", - "BS14", - "BS15", - "BS16", - "BS17", - "BS18", - "BS21", - "BS22", - "BS23", - "BS24", - "BS25", - "BS26", - "BS27", - "BS28", "I" ], "worked": false, @@ -43649,6 +43629,7 @@ "EA6RC/4", "EA6SK/2", "EA6SK/7", + "EA6XQ/P", "EA7CFU/U", "EA7FC/FCJ", "EA7HZ/F", @@ -44033,6 +44014,7 @@ "AJ2O", "K2AHU", "K2ATZ", + "K2DER", "K3BMG", "K5KFL", "K5KUB", @@ -45709,6 +45691,7 @@ "AK0P", "AK2OR", "AK4P", + "AK4RA", "AK7J", "AL0A", "AL0AA", @@ -45763,10 +45746,12 @@ "AL4R", "AL4T", "AL4T/4", + "AL4US", "AL4V", "AL4X", "AL5A", "AL5B", + "AL5C", "AL5ET", "AL5IN", "AL5J", @@ -46034,6 +46019,7 @@ "K4QFS", "K4S", "K4SKY", + "K4W", "K4WEM", "K4XS", "K4XSS", @@ -46221,6 +46207,8 @@ "KB7DEL", "KB7FS", "KB7HWK", + "KB7MET", + "KB7MEU", "KB7QEE", "KB7RQP", "KB7VUR", @@ -46448,6 +46436,7 @@ "KF6UPQ", "KF6VGT", "KF6XC", + "KF7AZ", "KF7IJL", "KF7KAD", "KF7TUU", @@ -46588,8 +46577,10 @@ "KH2GUM/P", "KH2H", "KH2HB", + "KH2IT", "KH2IW", "KH2JA", + "KH2JB", "KH2JH", "KH2JK", "KH2JX", @@ -46691,6 +46682,7 @@ "KH6DX/M6", "KH6DZ", "KH6EAM", + "KH6EB", "KH6ED", "KH6EE", "KH6EE/7", @@ -47054,6 +47046,7 @@ "KI4IGB", "KI4IPI", "KI4MGS", + "KI4SET", "KI4VAK", "KI4WOI", "KI5DQL", @@ -47477,6 +47470,7 @@ "KL3ST", "KL3TB", "KL3TD", + "KL3TI", "KL3TQ", "KL3TW", "KL3TY", @@ -47486,6 +47480,7 @@ "KL3VA", "KL3VJ", "KL3VN", + "KL3VO", "KL3WM", "KL3X", "KL3XB", @@ -47506,6 +47501,7 @@ "KL4FX", "KL4GW", "KL4H", + "KL4HA", "KL4IP", "KL4IY", "KL4J", @@ -47959,6 +47955,7 @@ "KL7RN", "KL7RS", "KL7RT", + "KL7RV", "KL7RWS", "KL7RZ", "KL7S", @@ -48096,6 +48093,7 @@ "KP3JOS", "KP3LM", "KP3M", + "KP3O", "KP3RC", "KP3RK", "KP3SK", @@ -48406,6 +48404,7 @@ "N2QMT", "N2SEX/LH", "N2VXF", + "N2W", "N2YCX", "N2YZW", "N3BQ", @@ -49343,7 +49342,6 @@ "WB0BNR", "WB0EST", "WB0YUL", - "WB1BR", "WB2AC", "WB3JIC", "WB4LMK", @@ -49398,6 +49396,7 @@ "WH0M", "WH0VL", "WH0W", + "WH2A", "WH2AAT", "WH2ABJ", "WH2ABM", @@ -49591,6 +49590,7 @@ "WH6EIQ", "WH6EIR", "WH6EJD", + "WH6EJK", "WH6EJV", "WH6EKB", "WH6EKI", @@ -49626,6 +49626,7 @@ "WH6EZW", "WH6FAD", "WH6FAM/3", + "WH6FAR", "WH6FBA", "WH6FBH", "WH6FBM", @@ -49689,10 +49690,12 @@ "WH6GTV", "WH6GUP", "WH6GV", + "WH6GVX", "WH6GWN", "WH6HA", "WH6HQ", "WH6IF", + "WH6IL", "WH6IO", "WH6IW", "WH6IZ", @@ -49744,6 +49747,7 @@ "WH6SB", "WH6SD", "WH6SKY", + "WH6SL", "WH6SR", "WH6SW", "WH6SW/1", @@ -49753,6 +49757,7 @@ "WH6TK", "WH6TT", "WH6U", + "WH6UD", "WH6UO", "WH6USA", "WH6UU", @@ -50039,6 +50044,7 @@ "WL7PJ", "WL7PO", "WL7QC", + "WL7QF", "WL7QX", "WL7RA", "WL7RV", @@ -50108,6 +50114,7 @@ "WP2B/0", "WP2BB", "WP2C", + "WP2F", "WP2FLY", "WP2J", "WP2L", @@ -50418,6 +50425,7 @@ "WP4OJK", "WP4OKB", "WP4OKI", + "WP4OKS", "WP4OLM", "WP4OLN", "WP4OMG", @@ -50434,6 +50442,7 @@ "WP4OTQ", "WP4OUE", "WP4OUP", + "WP4OWV", "WP4OXA", "WP4OZK", "WP4OZP", @@ -51647,6 +51656,7 @@ "KL3QS": "07", "KL3SM": "07", "KL3VN": "07", + "KL3VO": "07", "KL4IY": "07", "KL4JN": "07", "KL4TP": "07", @@ -52006,7 +52016,6 @@ "WA1BDA": "08", "WA1WCC/100RCA": "08", "WA1WCC/IMD": "08", - "WB1BR": "08", "WD0FPY/1/LH": "08", "WH0EWX": "08", "WH2B": "08", @@ -52160,6 +52169,7 @@ "N2QMT": "08", "N2SEX/LH": "08", "N2VXF": "08", + "N2W": "08", "N6SIW": "08", "ND2Y": "08", "NH2DC": "08", @@ -52201,6 +52211,7 @@ "WH6DLD": "08", "WH6DNT": "08", "WH6EHT": "08", + "WH6FAR": "08", "WH6FRH": "08", "WH6GWN": "08", "WH6UO": "08", @@ -52242,7 +52253,9 @@ "WP4NBS": "08", "WP4NZF": "08", "WP4OCO": "08", + "WP4OKS": "08", "WP4OPY": "08", + "WP4OWV": "08", "WP4PZB": "08", "WP4R": "08", "WP4RPD": "08", @@ -52291,6 +52304,7 @@ "KG5FVY": "08", "KG6RN": "08", "KH2EI": "08", + "KH2IT": "08", "KH2JH": "08", "KH2SX": "08", "KH6CUJ": "08", @@ -52399,12 +52413,14 @@ "WH6EEL": "08", "WH6EEN": "08", "WH6EIJ": "08", + "WH6EJD": "08", "WH6EOF": "08", "WH6FAM/3": "08", "WH6FPS": "08", "WH6FZ": "08", "WH6GEU": "08", "WH6GIH": "08", + "WH6IL": "08", "WH6IO": "08", "WH6KQ": "08", "WH6OB": "08", @@ -52698,6 +52714,7 @@ "KH6CS": "08", "KH6CT": "08", "KH6DOT": "08", + "KH6EB": "08", "KH6ED": "08", "KH6FHS": "08", "KH6HHS": "08", @@ -52898,6 +52915,7 @@ "KP3BL": "08", "KP3BP": "08", "KP3DF": "08", + "KP3O": "08", "KP3RC": "08", "KP3SK": "08", "KP3SW": "08", @@ -53714,6 +53732,7 @@ "KH7SE": "07", "KH8CG": "07", "KH9AE": "07", + "KI4SET": "07", "KI5DQL": "07", "KI5MKH": "07", "KI6FPL": "07", @@ -54002,6 +54021,7 @@ "WH6DZU": "07", "WH6ECJ": "07", "WH6EIN": "07", + "WH6EJK": "07", "WH6EKI": "07", "WH6EMW": "07", "WH6ERS": "07", @@ -54022,6 +54042,7 @@ "WH6KC": "07", "WH6KK": "07", "WH6L/5": "07", + "WH6UD": "07", "WH7DW": "07", "WH7IN": "07", "WH7R": "07", @@ -54274,6 +54295,7 @@ "KH2FI/6": "06", "KH2H": "06", "KH2IW": "06", + "KH2JB": "06", "KH2JX": "06", "KH2LU": "06", "KH2LW": "06", @@ -54572,6 +54594,7 @@ "WH0JA": "06", "WH0JSN": "06", "WH0M": "06", + "WH2A": "06", "WH2ABM": "06", "WH2ABS": "06", "WH2ALN": "06", @@ -54633,6 +54656,7 @@ "WH6PX": "06", "WH6QA": "06", "WH6RF": "06", + "WH6SL": "06", "WH6TD": "06", "WH6TK": "06", "WH6TT": "06", @@ -54682,6 +54706,7 @@ "WL7WL": "06", "WL7YQ/6": "06", "WP2AAT": "06", + "WP2F": "06", "WP2Q": "06", "WP3OV": "06", "WP4CUJ": "06", @@ -54784,6 +54809,7 @@ "AL4Q/7": "06", "AL4R": "06", "AL5B": "06", + "AL5C": "06", "AL5IN": "06", "AL5W": "06", "AL6U": "06", @@ -54907,6 +54933,8 @@ "KB6ZVP": "06", "KB7DEL": "06", "KB7HWK": "06", + "KB7MET": "06", + "KB7MEU": "06", "KB7QEE": "06", "KB7RQP": "06", "KB7VUR": "06", @@ -54958,6 +54986,7 @@ "KF5LBQ": "06", "KF6KAG": "06", "KF6LQF": "06", + "KF7AZ": "06", "KF7IJL": "06", "KF7KAD": "06", "KG6EFD": "06", @@ -55260,6 +55289,7 @@ "KL4AO": "06", "KL4BQ": "06", "KL4FX": "06", + "KL4HA": "06", "KL4IP": "06", "KL4KF": "06", "KL4NG": "06", @@ -55474,6 +55504,7 @@ "KL7RM": "06", "KL7RN": "06", "KL7RS": "06", + "KL7RV": "06", "KL7S": "06", "KL7SK": "06", "KL7SP": "06", @@ -55821,6 +55852,7 @@ "WH6GJI": "06", "WH6GMC": "06", "WH6GQ": "06", + "WH6GVX": "06", "WH6HQ": "06", "WH6KO": "06", "WH6LH": "06", @@ -55929,6 +55961,7 @@ "WL7P": "06", "WL7PJ": "06", "WL7QC": "06", + "WL7QF": "06", "WL7QX": "06", "WL7RV/140": "06", "WL7SD": "06", @@ -56085,7 +56118,6 @@ "WH6E": "08", "WH6E/8": "08", "WH6EBA": "08", - "WH6EJD": "08", "WH6EWB": "08", "WH6KN": "08", "WH6MW": "08", @@ -56306,6 +56338,7 @@ "AL2C": "08", "AL2F/4": "08", "AL4B": "08", + "AL4US": "08", "AL7CX": "08", "AL7EU": "08", "AL7JN": "08", @@ -56316,6 +56349,7 @@ "AL7QO": "08", "K4FRZ": "08", "K4SKY": "08", + "K4W": "08", "K4XSS": "08", "K6LN": "08", "K7VCG": "08", @@ -56392,6 +56426,7 @@ "KL3PV": "08", "KL3RA": "08", "KL3SA": "08", + "KL3TI": "08", "KL3XJ": "08", "KL4EJ": "08", "KL4KA": "08", @@ -56545,6 +56580,7 @@ "WL7DP": "07", "WL7HP/7": "07", "WL7I": "07", + "AK4RA": "08", "AL7LU": "08", "KB9OEC": "08", "KC8MII/AT": "08", @@ -56710,6 +56746,7 @@ "KL3QS": "04", "KL3SM": "04", "KL3VN": "04", + "KL3VO": "04", "KL4IY": "04", "KL4JN": "04", "KL4TP": "04", @@ -57069,7 +57106,6 @@ "WA1BDA": "05", "WA1WCC/100RCA": "05", "WA1WCC/IMD": "05", - "WB1BR": "05", "WD0FPY/1/LH": "05", "WH0EWX": "05", "WH2B": "05", @@ -57223,6 +57259,7 @@ "N2QMT": "05", "N2SEX/LH": "05", "N2VXF": "05", + "N2W": "05", "N6SIW": "05", "ND2Y": "05", "NH2DC": "05", @@ -57264,6 +57301,7 @@ "WH6DLD": "05", "WH6DNT": "05", "WH6EHT": "05", + "WH6FAR": "05", "WH6FRH": "05", "WH6GWN": "05", "WH6UO": "05", @@ -57305,7 +57343,9 @@ "WP4NBS": "05", "WP4NZF": "05", "WP4OCO": "05", + "WP4OKS": "05", "WP4OPY": "05", + "WP4OWV": "05", "WP4PZB": "05", "WP4R": "05", "WP4RPD": "05", @@ -57354,6 +57394,7 @@ "KG5FVY": "05", "KG6RN": "05", "KH2EI": "05", + "KH2IT": "05", "KH2JH": "05", "KH2SX": "05", "KH6CUJ": "05", @@ -57462,12 +57503,14 @@ "WH6EEL": "05", "WH6EEN": "05", "WH6EIJ": "05", + "WH6EJD": "05", "WH6EOF": "05", "WH6FAM/3": "05", "WH6FPS": "05", "WH6FZ": "05", "WH6GEU": "05", "WH6GIH": "05", + "WH6IL": "05", "WH6IO": "05", "WH6KQ": "05", "WH6OB": "05", @@ -57761,6 +57804,7 @@ "KH6CS": "05", "KH6CT": "05", "KH6DOT": "05", + "KH6EB": "05", "KH6ED": "05", "KH6FHS": "05", "KH6HHS": "05", @@ -57961,6 +58005,7 @@ "KP3BL": "05", "KP3BP": "05", "KP3DF": "05", + "KP3O": "05", "KP3RC": "05", "KP3SK": "05", "KP3SW": "05", @@ -58777,6 +58822,7 @@ "KH7SE": "04", "KH8CG": "04", "KH9AE": "04", + "KI4SET": "04", "KI5DQL": "04", "KI5MKH": "04", "KI6FPL": "04", @@ -59065,6 +59111,7 @@ "WH6DZU": "04", "WH6ECJ": "04", "WH6EIN": "04", + "WH6EJK": "04", "WH6EKI": "04", "WH6EMW": "04", "WH6ERS": "04", @@ -59085,6 +59132,7 @@ "WH6KC": "04", "WH6KK": "04", "WH6L/5": "04", + "WH6UD": "04", "WH7DW": "04", "WH7IN": "04", "WH7R": "04", @@ -59337,6 +59385,7 @@ "KH2FI/6": "03", "KH2H": "03", "KH2IW": "03", + "KH2JB": "03", "KH2JX": "03", "KH2LU": "03", "KH2LW": "03", @@ -59635,6 +59684,7 @@ "WH0JA": "03", "WH0JSN": "03", "WH0M": "03", + "WH2A": "03", "WH2ABM": "03", "WH2ABS": "03", "WH2ALN": "03", @@ -59696,6 +59746,7 @@ "WH6PX": "03", "WH6QA": "03", "WH6RF": "03", + "WH6SL": "03", "WH6TD": "03", "WH6TK": "03", "WH6TT": "03", @@ -59745,6 +59796,7 @@ "WL7WL": "03", "WL7YQ/6": "03", "WP2AAT": "03", + "WP2F": "03", "WP2Q": "03", "WP3OV": "03", "WP4CUJ": "03", @@ -59847,6 +59899,7 @@ "AL4Q/7": "03", "AL4R": "03", "AL5B": "03", + "AL5C": "03", "AL5IN": "03", "AL5W": "03", "AL6U": "03", @@ -59970,6 +60023,8 @@ "KB6ZVP": "03", "KB7DEL": "03", "KB7HWK": "03", + "KB7MET": "03", + "KB7MEU": "03", "KB7QEE": "03", "KB7RQP": "03", "KB7VUR": "03", @@ -60021,6 +60076,7 @@ "KF5LBQ": "03", "KF6KAG": "03", "KF6LQF": "03", + "KF7AZ": "03", "KF7IJL": "03", "KF7KAD": "03", "KG6EFD": "03", @@ -60323,6 +60379,7 @@ "KL4AO": "03", "KL4BQ": "03", "KL4FX": "03", + "KL4HA": "03", "KL4IP": "03", "KL4KF": "03", "KL4NG": "03", @@ -60537,6 +60594,7 @@ "KL7RM": "03", "KL7RN": "03", "KL7RS": "03", + "KL7RV": "03", "KL7S": "03", "KL7SK": "03", "KL7SP": "03", @@ -60884,6 +60942,7 @@ "WH6GJI": "03", "WH6GMC": "03", "WH6GQ": "03", + "WH6GVX": "03", "WH6HQ": "03", "WH6KO": "03", "WH6LH": "03", @@ -60992,6 +61051,7 @@ "WL7P": "03", "WL7PJ": "03", "WL7QC": "03", + "WL7QF": "03", "WL7QX": "03", "WL7RV/140": "03", "WL7SD": "03", @@ -61148,7 +61208,6 @@ "WH6E": "04", "WH6E/8": "04", "WH6EBA": "04", - "WH6EJD": "04", "WH6EWB": "04", "WH6KN": "04", "WH6MW": "04", @@ -61369,6 +61428,7 @@ "AL2C": "04", "AL2F/4": "04", "AL4B": "04", + "AL4US": "04", "AL7CX": "04", "AL7EU": "04", "AL7JN": "04", @@ -61379,6 +61439,7 @@ "AL7QO": "04", "K4FRZ": "04", "K4SKY": "04", + "K4W": "04", "K4XSS": "04", "K6LN": "04", "K7VCG": "04", @@ -61455,6 +61516,7 @@ "KL3PV": "04", "KL3RA": "04", "KL3SA": "04", + "KL3TI": "04", "KL3XJ": "04", "KL4EJ": "04", "KL4KA": "04", @@ -61608,6 +61670,7 @@ "WL7DP": "04", "WL7HP/7": "04", "WL7I": "04", + "AK4RA": "05", "AL7LU": "05", "KB9OEC": "05", "KC8MII/AT": "05", @@ -62845,7 +62908,9 @@ "confirmed_bands": {}, "worked_modes": {}, "confirmed_modes": {}, - "direct": [], + "direct": [ + "TX8GC" + ], "prefixITU": {}, "prefixCQ": {}, "directITU": {}, @@ -66565,6 +66630,7 @@ "B7/BA7NQ", "B7/BD1TX", "B7CRA", + "B9/BD8ALD", "B9/BH1NGG", "B90IARU", "B9CRA", @@ -70052,6 +70118,7 @@ "VK5GG/BA8MM": "43", "DL2JRM/BY8SKM": "43", "XX9AH/BG8ST": "43", + "B9/BD8ALD": "43", "B9/BH1NGG": "43", "BG0GE/9": "43", "BD4HF/9": "43", @@ -70086,6 +70153,7 @@ "BG1PIP/0": "23", "BG4WUA/0": "23", "BY1WXD/0": "23", + "B9/BD8ALD": "24", "B9/BH1NGG": "24", "BG0GE/9": "24", "BD4HF/9": "23", @@ -72643,14 +72711,6 @@ "TA7KB/LH", "TA9J/LH", "TC0SV/LH", - "TC100AGE", - "TC100HQ", - "TC100OLD", - "TC100TA", - "TC100TC", - "TC100TR", - "TC100YEAR", - "TC10O", "TC2ELH/LH", "TC50TRAC/01A", "TC50TRAC/01K", @@ -75445,6 +75505,7 @@ "ZS1FRC/LH", "ZS1OAK/LH", "ZS1OAR/LH", + "ZS1RBI/L", "ZS1SKR/LH", "ZS1YVP/LH", "ZS2CR/YL", @@ -76816,8 +76877,7 @@ "TX5W", "TX5XG", "TX5Z", - "TX6G", - "VERSION" + "TX6G" ], "prefixITU": {}, "prefixCQ": {}, diff --git a/package.nw/data/shapes.json b/package.nw/data/shapes.json index d09cd69..8dbb55f 100644 --- a/package.nw/data/shapes.json +++ b/package.nw/data/shapes.json @@ -1 +1 @@ -{"BC":{"geometry":{"type":"MultiPolygon","coordinates":[[[[-132.8806,53.600269],[-132.520798,53.412209],[-132.703094,53.257771],[-132.446701,53.143608],[-131.982193,53.251659],[-131.727798,54.106098],[-133.029205,54.158878],[-132.8806,53.600269]]],[[[-129.479996,53.249161],[-129.425293,53.43082],[-130.286407,53.83749],[-129.479996,53.249161]]],[[[-128.593597,52.659161],[-128.605606,53.145271],[-129.086105,53.29361],[-129.080307,52.772491],[-128.593597,52.659161]]],[[[-131.074402,52.219379],[-131.837799,52.710819],[-131.794495,53.251389],[-132.070801,53.153881],[-132.413605,53.127491],[-132.562195,53.145271],[-131.270798,52.120831],[-131.074402,52.219379]]],[[[-127.121101,49.852291],[-126.645599,49.892769],[-126.480301,49.44305],[-126.052803,49.446098],[-125.483597,48.915821],[-123.924202,48.3661],[-123.336403,48.396938],[-123.957802,49.228321],[-124.789398,49.464161],[-125.431702,50.310551],[-127.200302,50.61277],[-128.064194,50.872219],[-128.416702,50.769161],[-127.9786,50.342491],[-127.121101,49.852291]]],[[[-138.938599,59.997551],[-137.590805,59.238602],[-137.4655,58.906101],[-136.583893,59.163319],[-136.343903,59.602779],[-135.473602,59.801929],[-134.951904,59.279991],[-133.429993,58.45916],[-131.861404,56.799721],[-131.054993,56.398048],[-130.088593,56.11805],[-129.943893,55.282211],[-130.416702,54.630268],[-130.101395,53.946659],[-129.310699,53.379501],[-128.972794,53.553051],[-128.554199,53.118881],[-128.441101,52.822769],[-128.139206,52.837212],[-127.858299,52.206661],[-127.1717,52.312489],[-127.866096,51.89999],[-127.790001,51.165539],[-127.022499,50.817501],[-126.024696,50.793049],[-125.815804,50.534161],[-124.601402,50.23888],[-124.511902,49.796101],[-123.535599,49.381378],[-123.254501,49.588329],[-123.145798,49.058601],[-122.7603,48.999439],[-118.842499,49],[-116.0625,49],[-114.060303,49],[-114.6894,49.547218],[-114.770302,50.35833],[-115.218903,50.54694],[-116.262199,51.316669],[-116.658897,51.796661],[-116.919197,51.70916],[-117.363098,52.138599],[-118.223099,52.365551],[-118.305,52.674709],[-118.9786,53.237209],[-119.738098,53.395],[-120.000801,54.005871],[-119.982903,59.988522],[-123.816902,59.994709],[-125.000801,60.003868],[-133.791199,60],[-138.938599,59.997551]]]]},"type":"Feature","properties":{"postal":"BC","name":"British Columbia","type":"State","alias":"CA-BC","center":[-124.87060546874999,54.16243396806779]}},"NL":{"geometry":{"type":"MultiPolygon","coordinates":[[[[-64.534821,60.302601],[-64.82695,59.531109],[-63.81945,58.471371],[-64.431953,58.086109],[-63.70055,57.662769],[-63.992229,56.785831],[-64.020279,56.076389],[-63.095829,55.349998],[-63.519451,55.183601],[-63.66917,54.612209],[-64.325562,54.751942],[-65.689987,54.713329],[-66.576401,55.250549],[-66.738602,54.732769],[-67.601387,54.56638],[-67.781952,54.063881],[-67.491943,53.603882],[-66.910004,53.340271],[-67.067497,52.699429],[-66.378883,52.836109],[-66.486656,52.312489],[-65.56723,52.046661],[-65.108612,52.17083],[-64.581123,51.55777],[-64.08168,52.37249],[-64.172501,52.85083],[-63.693329,53.113609],[-63.595829,52.770771],[-63.941269,52.264],[-63.75111,51.999722],[-57.101109,52],[-57.10424,51.41267],[-55.68972,52.101391],[-55.808048,53.340549],[-56.333889,53.629162],[-57.119999,53.7411],[-57.428341,54.182499],[-58.841671,53.943321],[-59.074169,53.683048],[-59.893059,53.528599],[-60.13139,53.77721],[-59.463329,53.830551],[-57.660831,54.376942],[-57.45055,54.64999],[-58.91666,54.850552],[-58.95583,55.10083],[-60.52306,55.111382],[-60.36195,55.761669],[-61.415001,55.96027],[-61.919449,56.212212],[-61.441669,57.148609],[-61.852501,57.165272],[-61.88306,57.637501],[-62.582779,58.21693],[-63.125,59.055271],[-64.254997,59.75666],[-64.534821,60.302601]]],[[[-55.876949,50.86277],[-55.404442,51.571941],[-55.890282,51.629429],[-56.688889,51.336941],[-57.372501,50.590832],[-58.223331,49.39027],[-57.92556,49.123051],[-58.500839,49.003609],[-58.58778,48.43055],[-59.400829,47.906651],[-59.118889,47.55471],[-58.036388,47.696098],[-56.779442,47.526661],[-55.85445,47.79472],[-55.85778,47.473598],[-55.11916,47.576939],[-55.487782,47.137211],[-55.983059,46.952492],[-55.230282,46.928329],[-54.836941,47.372761],[-54.51722,47.369438],[-54.00639,47.81916],[-53.875561,47.35416],[-54.053329,46.794998],[-53.57333,47.15443],[-53.644169,46.70916],[-53.090839,46.64333],[-52.620281,47.500271],[-52.779442,47.803051],[-53.26722,47.606098],[-52.9175,48.084721],[-53.617771,47.556381],[-53.605831,48.046391],[-53.912498,48.08416],[-52.976391,48.599159],[-53.928341,48.575829],[-53.888889,48.982769],[-53.455559,49.251942],[-54.041672,49.48082],[-55.221111,49.26194],[-56.044449,49.669991],[-55.492229,49.91721],[-56.153881,50.150539],[-56.735561,49.666939],[-56.743061,50.02277],[-55.876949,50.86277]]]]},"type":"Feature","properties":{"postal":"NL","name":"Newfoundland and Labrador","type":"State","alias":"CA-NL","center":[-56.03027343749999,48.63290858589535]}},"NT":{"geometry":{"type":"MultiPolygon","coordinates":[[[[-109.978409,78.671058],[-113.218903,78.40387],[-109.983902,78.325546],[-109.978409,78.671058]]],[[[-109.987239,77.924049],[-109.985789,78.101103],[-113.209702,77.908867],[-113.197998,77.52388],[-112.057198,77.323318],[-110.224998,77.505257],[-109.987239,77.924049]]],[[[-110.008101,74.833102],[-110.00402,75.532769],[-111.2714,75.522491],[-111.452003,75.836647],[-112.999199,76.267487],[-115.499702,76.454712],[-116.705597,76.039146],[-117.683899,75.253052],[-115.690598,74.964157],[-111.029198,75.171097],[-114.394402,74.708328],[-113.471703,74.418907],[-111.6772,74.493317],[-110.008101,74.833102]]],[[[-110.019917,72.442051],[-113.007004,73.008881],[-113.442802,72.672211],[-114.558296,72.560806],[-113.953903,73.125526],[-114.561699,73.375526],[-117.3536,72.916382],[-118.536903,72.493874],[-118.112801,72.231934],[-119.050301,71.626648],[-116.2089,71.364151],[-118.415001,70.998032],[-117.543602,70.595261],[-116.055603,70.57222],[-113.938301,70.715271],[-111.442802,70.290268],[-114.543098,70.313309],[-117.431396,69.99498],[-116.859908,69.637114],[-117.085008,69.999148],[-112.887108,69.991098],[-110.029392,69.995491],[-110.019917,72.442051]]],[[[-102.001701,59.99992],[-101.984001,64.21341],[-109.387397,64.826919],[-110.651709,65.499518],[-112.498556,65.506191],[-120.658461,68.001268],[-120.66524,69.551327],[-122.959198,69.833603],[-123.168602,69.495247],[-124.446701,69.367203],[-124.385803,70.144707],[-125,70.079987],[-125.622498,69.418587],[-126.705803,69.766098],[-127.173599,70.272217],[-128.324203,69.948318],[-130.365295,69.694427],[-129.497498,70.020538],[-130.713593,70.125526],[-131.080597,69.884987],[-132.893906,69.65387],[-134.1539,69.258881],[-134.669495,68.873306],[-136.419998,68.90052],[-136.445007,67.715553],[-136.164505,67.003601],[-134.046097,66.984421],[-133.407501,65.943863],[-132.605804,66.031662],[-132.174194,65.59137],[-132.780594,65.229713],[-132.570602,64.772491],[-131.001999,64.330276],[-129.819504,63.48333],[-130.138306,63.310268],[-129.172195,62.481659],[-129.2939,62.156101],[-128.546997,62.122219],[-127.972801,61.688599],[-127.059402,61.363049],[-126.886902,60.78249],[-124.619202,60.709721],[-123.816902,59.994709],[-119.982903,59.988522],[-110.0009,59.995281],[-107.113602,59.994709],[-102.001701,59.99992]]],[[[-119.744797,74.025513],[-119.6633,74.223877],[-121.5186,74.548866],[-124.770798,74.340271],[-124.068604,73.535812],[-124.868896,73.080551],[-125.761398,71.950821],[-123.948898,71.658333],[-122.781097,71.086113],[-121.743896,71.453323],[-120.543297,71.516663],[-120.1847,72.232758],[-119.137497,72.632477],[-115.323097,73.474426],[-116.785004,74.059708],[-118.101898,74.276382],[-119.744797,74.025513]]],[[[-116.144997,77.023323],[-115.389198,77.312187],[-116.416901,77.556931],[-117.253601,77.285538],[-119.153297,77.325821],[-121.533096,76.437187],[-122.617798,76.342209],[-122.696404,75.955551],[-119.870003,75.857483],[-118.304199,76.552467],[-117.319702,76.257767],[-115.896698,76.69165],[-116.144997,77.023323]]],[[[-135.850098,69.007401],[-134.961105,68.892487],[-133.778107,69.487762],[-134.203903,69.668869],[-135.967194,69.214706],[-135.850098,69.007401]]],[[[-117.623001,76.114433],[-119.408096,75.60582],[-118.203903,75.598877],[-117.623001,76.114433]]]]},"type":"Feature","properties":{"postal":"NT","name":"Northwest Territories","type":"State","alias":"CA-NT","center":[-121.06933593749999,64.86760781632728]}},"YT":{"geometry":{"type":"Polygon","coordinates":[[[-123.816902,59.994709],[-124.619202,60.709721],[-126.886902,60.78249],[-127.059402,61.363049],[-127.972801,61.688599],[-128.546997,62.122219],[-129.2939,62.156101],[-129.172195,62.481659],[-130.138306,63.310268],[-129.819504,63.48333],[-131.001999,64.330276],[-132.570602,64.772491],[-132.780594,65.229713],[-132.174194,65.59137],[-132.605804,66.031662],[-133.407501,65.943863],[-134.046097,66.984421],[-136.164505,67.003601],[-136.445007,67.715553],[-136.419998,68.90052],[-138.600601,69.236649],[-139.143097,69.510818],[-141.003006,69.642357],[-141.00206,68.428207],[-141.000046,65.840279],[-140.996857,61.894802],[-140.995499,60.307209],[-139.979401,60.187771],[-139.0681,60.352219],[-138.938599,59.997551],[-133.791199,60],[-125.000801,60.003868],[-123.816902,59.994709]]]},"type":"Feature","properties":{"postal":"YT","name":"Yukon","type":"State","alias":"CA-YT","center":[-135.87890625,64.32087157990324]}},"NB":{"geometry":{"type":"Polygon","coordinates":[[[-69.039711,47.29715],[-68.231323,47.352112],[-67.79155,47.060959],[-67.803978,45.678051],[-67.439857,45.592491],[-67.346169,45.122181],[-66.440552,45.07333],[-65.739723,45.24527],[-64.272926,45.835751],[-64.042793,45.991901],[-64.518341,46.242771],[-64.904999,46.851101],[-65.370003,47.086651],[-64.676666,47.73555],[-65.628601,47.66972],[-65.79361,47.890831],[-66.843697,47.996651],[-68.372772,47.924709],[-68.38028,47.558601],[-69.039711,47.29715]]]},"type":"Feature","properties":{"postal":"NB","name":"New Brunswick","type":"State","alias":"CA-NB","center":[-66.33544921875,46.58906908309182]}},"ON":{"geometry":{"type":"MultiPolygon","coordinates":[[[[-79.537613,50.958599],[-80.392227,51.3386],[-80.599167,51.713329],[-81.352783,52.101101],[-81.558037,52.4561],[-82.301666,52.961109],[-82.12999,53.79916],[-82.441101,54.36166],[-82.195267,54.844711],[-82.536667,55.16444],[-83.920273,55.31916],[-85.121933,55.303322],[-85.944443,55.697769],[-87.362503,55.946659],[-87.975563,56.437489],[-89.179642,56.86895],[-89.305557,56.627209],[-90.843887,55.66777],[-93.652222,53.72221],[-95.150284,52.826389],[-95.151627,49.371731],[-94.83181,49.330811],[-94.570107,48.713699],[-93.780937,48.511639],[-92.946777,48.628441],[-92.369957,48.220871],[-92.035049,48.35561],[-91.571442,48.043678],[-90.864388,48.254311],[-89.900299,47.992619],[-89.337784,48.1161],[-89.138611,48.48444],[-88.261093,48.99295],[-87.289719,48.76749],[-86.434723,48.77721],[-85.860283,47.985271],[-84.844452,47.949162],[-85.027786,47.611382],[-84.62471,47.361111],[-84.777786,46.981659],[-84.049728,46.326099],[-82.986938,46.172218],[-81.714447,46.10416],[-80.748337,45.921379],[-80.037514,45.314159],[-79.659729,44.751659],[-80.103882,44.819988],[-80.089722,44.468048],[-80.942207,44.595268],[-80.948608,44.963612],[-81.695267,45.264721],[-81.268066,44.616661],[-81.745003,44.083881],[-81.745537,43.345829],[-82.419701,42.972679],[-82.493057,42.312771],[-83.030457,42.313221],[-82.627777,42.035271],[-81.856377,42.25639],[-81.333069,42.651379],[-80.521942,42.573051],[-80.204178,42.790279],[-79.098892,42.840271],[-79.073982,43.267471],[-79.775833,43.319988],[-79.092499,43.826389],[-77.703613,44.041111],[-77.134453,43.855549],[-76.688316,44.21693],[-75.976936,44.38361],[-75.329201,44.81057],[-74.736481,44.99287],[-74.324722,45.201099],[-74.396667,45.564159],[-74.875839,45.64159],[-75.847229,45.37249],[-76.666397,45.590549],[-77.680557,46.183601],[-78.703613,46.337212],[-79.443878,47.11055],[-79.520683,48.764679],[-79.537613,50.958599]]],[[[-82.878601,45.968601],[-83.213333,45.873878],[-82.065826,45.55888],[-82.048607,45.96471],[-82.878601,45.968601]]]]},"type":"Feature","properties":{"postal":"ON","name":"Ontario","type":"State","alias":"CA-ON","center":[-85.89111328125,51.04139389812637]}},"NS":{"geometry":{"type":"MultiPolygon","coordinates":[[[[-60.59639,46.196098],[-60.302219,46.83749],[-60.591942,47.033329],[-61.547501,46.025551],[-61.285,45.5425],[-60.673061,45.564159],[-59.818611,45.929161],[-59.810551,46.162769],[-60.59639,46.196098]]],[[[-64.042793,45.991901],[-64.272926,45.835751],[-64.909157,45.418049],[-63.360828,45.360821],[-64.861938,45.139721],[-65.741096,44.707211],[-66.118607,44.338039],[-66.123047,43.740551],[-65.72583,43.502491],[-65.025558,43.70805],[-64.335564,44.32666],[-64.301941,44.561378],[-63.713058,44.454159],[-61.819729,45.104439],[-61.077782,45.21944],[-61.9175,45.885551],[-62.47361,45.655548],[-64.042793,45.991901]]]]},"type":"Feature","properties":{"postal":"NS","name":"Nova Scotia","type":"State","alias":"CA-NS","center":[-62.64404296875,45.182036837015886]}},"MB":{"geometry":{"type":"Polygon","coordinates":[[[-102.001701,59.99992],[-102.001503,58.12854],[-102.0009,55.830151],[-101.700798,53.368881],[-101.544998,50.950001],[-101.367203,49],[-97.9375,49],[-95.157516,49],[-95.151627,49.371731],[-95.150284,52.826389],[-93.652222,53.72221],[-90.843887,55.66777],[-89.305557,56.627209],[-89.179642,56.86895],[-91.001678,57.261379],[-92.691101,56.933601],[-92.450844,57.44249],[-93.152222,58.73777],[-94.421661,58.716381],[-94.804718,59.014721],[-94.800491,59.999569],[-99.626953,59.999729],[-102.001701,59.99992]]]},"type":"Feature","properties":{"postal":"MB","name":"Manitoba","type":"State","alias":"CA-MB","center":[-97.91015624999999,55.00282580979323]}},"AB":{"geometry":{"type":"Polygon","coordinates":[[[-114.060303,49],[-110.001404,49],[-110.000504,54.00573],[-110.0009,56.36282],[-110.0009,59.995281],[-119.982903,59.988522],[-120.000801,54.005871],[-119.738098,53.395],[-118.9786,53.237209],[-118.305,52.674709],[-118.223099,52.365551],[-117.363098,52.138599],[-116.919197,51.70916],[-116.658897,51.796661],[-116.262199,51.316669],[-115.218903,50.54694],[-114.770302,50.35833],[-114.6894,49.547218],[-114.060303,49]]]},"type":"Feature","properties":{"postal":"AB","name":"Alberta","type":"State","alias":"CA-AB","center":[-114.60937499999999,55.02802211299252]}},"QC":{"geometry":{"type":"MultiPolygon","coordinates":[[[[-78.900284,56.319439],[-79.252792,56.550831],[-80.024719,55.901379],[-79.493057,55.858891],[-78.900284,56.319439]]],[[[-63.492229,49.840832],[-64.513901,49.863609],[-63.5825,49.387211],[-62.242771,49.06221],[-61.661671,49.14444],[-62.510281,49.590832],[-63.492229,49.840832]]],[[[-57.10424,51.41267],[-57.101109,52],[-63.75111,51.999722],[-63.941269,52.264],[-63.595829,52.770771],[-63.693329,53.113609],[-64.172501,52.85083],[-64.08168,52.37249],[-64.581123,51.55777],[-65.108612,52.17083],[-65.56723,52.046661],[-66.486656,52.312489],[-66.378883,52.836109],[-67.067497,52.699429],[-66.910004,53.340271],[-67.491943,53.603882],[-67.781952,54.063881],[-67.601387,54.56638],[-66.738602,54.732769],[-66.576401,55.250549],[-65.689987,54.713329],[-64.325562,54.751942],[-63.66917,54.612209],[-63.519451,55.183601],[-63.095829,55.349998],[-64.020279,56.076389],[-63.992229,56.785831],[-63.70055,57.662769],[-64.431953,58.086109],[-63.81945,58.471371],[-64.82695,59.531109],[-64.534821,60.302601],[-64.835564,60.363331],[-65.54361,59.736382],[-65.638062,59.069439],[-66.465012,58.819988],[-67.65361,58.122761],[-67.787514,58.464439],[-68.763062,58.921101],[-69.813049,58.589161],[-69.235001,59.239429],[-69.631104,59.298882],[-69.93306,60.850552],[-71.72583,61.285831],[-71.99028,61.67638],[-73.678879,62.479988],[-74.410004,62.251389],[-75.592216,62.264439],[-77.486938,62.590271],[-78.155838,62.278332],[-78.006119,61.733051],[-77.589172,61.604439],[-78.190552,60.788891],[-77.833893,60.639431],[-77.29361,59.79361],[-78.549438,58.91082],[-78.012512,58.378601],[-77.147232,58.02277],[-76.529716,57.105831],[-76.53833,56.297779],[-77.214722,55.595268],[-78.335564,55.03944],[-79.619164,54.711109],[-79.138344,54.144711],[-78.983063,53.023609],[-78.545273,52.514721],[-78.579453,52.111382],[-79.033333,51.776379],[-78.938316,51.285831],[-79.353882,51.656101],[-79.547096,51.460129],[-79.537804,50.982368],[-79.537613,50.958599],[-79.520683,48.764679],[-79.443878,47.11055],[-78.703613,46.337212],[-77.680557,46.183601],[-76.666397,45.590549],[-75.847229,45.37249],[-74.875839,45.64159],[-74.396667,45.564159],[-74.324722,45.201099],[-74.736481,44.99287],[-71.505836,45.013309],[-70.254448,45.89896],[-69.985458,46.69133],[-69.230789,47.4533],[-69.039711,47.29715],[-68.38028,47.558601],[-68.372772,47.924709],[-66.843697,47.996651],[-65.810547,48.116661],[-65.269997,48.012772],[-64.315552,48.419159],[-64.23555,48.910271],[-64.94249,49.214439],[-66.639183,49.120831],[-68.823334,48.36388],[-70.541382,47.002491],[-71.197487,46.852489],[-70.225563,47.49638],[-69.060822,48.76749],[-68.11972,49.27166],[-67.386124,49.32222],[-67.151398,49.806938],[-66.441673,50.269161],[-63.597778,50.250832],[-62.994999,50.311939],[-61.720829,50.09193],[-59.833889,50.31916],[-58.948051,50.828331],[-59.00333,51.015549],[-57.748051,51.47221],[-57.10424,51.41267]]]]},"type":"Feature","properties":{"postal":"QC","name":"Quebec","type":"State","alias":"CA-QC","center":[-71.982421875,52.32191088594773]}},"SK":{"geometry":{"type":"Polygon","coordinates":[[[-102.001701,59.99992],[-107.113602,59.994709],[-110.0009,59.995281],[-110.0009,56.36282],[-110.000504,54.00573],[-110.001404,49],[-106.125,49],[-104.0625,49],[-101.367203,49],[-101.544998,50.950001],[-101.700798,53.368881],[-102.0009,55.830151],[-102.001503,58.12854],[-102.001701,59.99992]]]},"type":"Feature","properties":{"postal":"SK","name":"Saskatchewan","type":"State","alias":"CA-SK","center":[-106.083984375,54.36775852406841]}},"NU":{"geometry":{"type":"MultiPolygon","coordinates":[[[[-110.008101,74.833102],[-105.993301,75.055817],[-105.388298,75.656372],[-106.606102,76.057747],[-106.880302,75.765823],[-108.496696,76.039978],[-108.441902,76.696373],[-109.997979,76.474992],[-109.999649,76.224774],[-110.001897,75.875843],[-108.827003,75.686653],[-110.00402,75.532769],[-110.008101,74.833102]]],[[[-110.019917,72.442051],[-110.029392,69.995491],[-112.887108,69.991098],[-117.085008,69.999148],[-116.859908,69.637114],[-116.525803,69.407494],[-113.6922,69.189423],[-113.251404,68.452209],[-109.656403,68.632751],[-108.534401,68.944702],[-107.304199,69.032494],[-106.602203,69.498871],[-106.406097,69.180542],[-103.374199,68.777481],[-101.808601,68.998032],[-102.057503,69.483597],[-102.840797,69.383331],[-102.237198,69.850807],[-100.957199,69.662491],[-100.973297,70.155548],[-101.551903,70.109421],[-103.994202,70.752777],[-104.648598,71.119141],[-104.277802,71.351089],[-105.321999,72.741653],[-106.861397,73.310806],[-108.300003,73.135536],[-107.422203,71.974991],[-107.982803,71.633331],[-108.621399,72.549988],[-110.017534,72.974877],[-110.018556,72.749766],[-110.018727,72.7117],[-110.01912,72.623398],[-110.019917,72.442051]]],[[[-94.800491,59.999569],[-94.349167,60.858601],[-93.248611,61.784721],[-93.491669,61.884159],[-91.948883,62.651932],[-90.627487,63.059429],[-90.930557,63.564159],[-90.16861,63.65694],[-89.946114,64.05748],[-88.736656,63.968319],[-87.983887,64.191093],[-86.970284,65.054428],[-87.051392,65.236366],[-89.054443,65.328873],[-90.404449,65.871094],[-89.671661,65.939423],[-87.96666,65.333054],[-87.100563,65.391937],[-85.897781,66.163307],[-86.581123,66.555817],[-85.479721,66.581383],[-85.252228,66.273041],[-83.964722,66.195251],[-84.319733,66.774696],[-83.368332,66.348877],[-81.52417,66.99054],[-81.243057,67.474991],[-82.644447,68.417213],[-81.255836,68.643051],[-81.332497,69.18248],[-82.785278,69.494141],[-82.25473,69.636383],[-84.433609,69.861099],[-85.514717,69.768051],[-85.503067,69.314423],[-84.775284,68.737198],[-85.747498,68.622482],[-85.892502,68.051376],[-86.503067,67.377762],[-87.505569,67.185257],[-88.13945,67.664429],[-88.392227,68.287491],[-87.787781,68.327477],[-87.964447,68.760536],[-89.114441,69.275269],[-89.71666,69.006104],[-90.280838,68.243874],[-90.436394,68.87442],[-91.194107,69.288017],[-90.319458,69.440536],[-92.867767,69.702209],[-91.511398,70.152771],[-92.958618,70.81749],[-92.855827,71.157494],[-93.71167,71.761383],[-95.217499,71.944977],[-96.193329,71.389977],[-96.568619,70.2686],[-95.960831,69.778053],[-94.279167,69.440262],[-94.632217,68.75],[-93.566101,68.849426],[-93.661392,68.520828],[-94.722229,68.054977],[-95.472778,68.060532],[-95.326111,67.027206],[-96.460007,67.548866],[-95.892227,68.294144],[-96.463058,68.14415],[-97.282784,68.474152],[-98.715286,68.361649],[-98.095284,67.833328],[-98.930557,67.696091],[-100.699997,67.846939],[-102.311699,67.717484],[-103.555298,68.057213],[-104.5,68.031937],[-105.538101,68.445534],[-106.214699,68.94136],[-108.345299,68.601929],[-107.813301,68.342484],[-105.730301,68.419144],[-107.349403,68.048599],[-108.007004,67.707489],[-107.083603,66.820541],[-108.118103,66.862198],[-108.015297,67.293053],[-110.116898,68.008881],[-111.005798,67.764999],[-114.297798,67.718597],[-115.542503,67.921654],[-115.237198,68.182213],[-114.0233,68.241364],[-114.448303,68.689697],[-115.593102,68.971649],[-116.2136,68.830551],[-117.870499,68.985527],[-120.66524,69.551327],[-120.658461,68.001268],[-112.498556,65.506191],[-110.651709,65.499518],[-109.387397,64.826919],[-101.984001,64.21341],[-102.001701,59.99992],[-99.626953,59.999729],[-94.800491,59.999569]]],[[[-61.28278,66.616928],[-61.93861,66.969437],[-63.348339,66.890823],[-63.110279,67.329987],[-63.889999,67.234993],[-64.713623,67.981659],[-66.184433,68.013321],[-68.483322,68.596939],[-67.705841,69.016388],[-68.502502,69.198593],[-66.646667,69.203598],[-67.258347,69.467484],[-68.668327,69.59082],[-67.117767,69.726379],[-68.284157,70.540543],[-69.111656,70.721916],[-70.997223,70.625809],[-70.836121,71.114433],[-72.185547,70.766388],[-71.123322,71.271652],[-72.557503,71.660263],[-72.995003,71.25],[-73.704453,71.774986],[-74.631943,71.646378],[-74.244164,72.073036],[-75.238327,72.118317],[-75.231667,72.500549],[-77.613892,72.751663],[-78.559158,72.438026],[-77.665283,72.204712],[-80.064713,72.383614],[-80.969162,72.199997],[-80.247498,72.730553],[-81.57251,73.719711],[-82.840843,73.732758],[-85.406952,73.136383],[-85.705276,72.637772],[-84.919998,72.232758],[-85.98111,72.028587],[-84.606659,71.649429],[-84.934723,71.41832],[-86.420547,72.012772],[-86.686943,72.644707],[-86.11972,73.246094],[-84.837784,73.741653],[-86.54834,73.85054],[-88.95639,73.293053],[-89.956673,72.321663],[-89.899727,71.351379],[-87.246948,71.009163],[-89.448334,70.902481],[-88.693047,70.455261],[-86.647232,70.319443],[-86.254997,70.105553],[-82.29805,69.801376],[-81.728333,70.132202],[-78.795837,69.876648],[-79.412781,70.491653],[-77.795273,70.25499],[-77.680557,69.819153],[-75.591667,69.221649],[-76.625549,69.018333],[-76.436394,68.6772],[-75.478882,69.019707],[-73.835564,68.337196],[-73.215561,68.272774],[-72.258347,67.248032],[-74.444992,66.096939],[-73.845284,65.532211],[-75.186661,65.251938],[-76.66362,65.410263],[-78.149727,64.952209],[-77.785004,64.369431],[-76.827499,64.226929],[-75.631668,64.453598],[-74.680557,64.372208],[-74.119453,64.676933],[-72.456947,63.81583],[-71.304169,63.535271],[-71.805832,63.382771],[-71.40834,63.055271],[-69.762512,62.726101],[-68.54805,62.2486],[-67.389999,62.1511],[-66.394997,61.870831],[-65.93306,62.204159],[-67.610283,63.094151],[-68.139183,63.148609],[-68.99472,63.75555],[-68.528877,63.74638],[-66.159157,62.936649],[-64.730827,62.921379],[-64.508347,63.650829],[-65.725563,64.498032],[-65.555832,64.723312],[-66.478607,64.929153],[-67.741096,66.243042],[-66.884171,66.566093],[-65.911667,66.09166],[-64.535004,65.097214],[-63.601391,64.961113],[-63.536949,65.517487],[-62.645279,65.587196],[-62.513062,66.219437],[-61.554722,66.336113],[-61.28278,66.616928]]],[[[-67.544159,82.962196],[-72.650558,83.096367],[-81.411392,82.827766],[-82.679993,82.370819],[-80.085007,81.973602],[-84.943878,82.425812],[-91.900284,81.616928],[-89.462219,80.919144],[-85.066963,80.505257],[-80.919449,80.655548],[-79.25528,81.058868],[-78.063889,80.564697],[-83.781952,80.245819],[-86.468338,80.308594],[-86.486389,79.763611],[-85.050278,79.621643],[-84.259171,78.959427],[-86.638901,78.799423],[-87.529167,78.132202],[-85.678879,77.929428],[-84.529167,77.295822],[-86.422234,77.830833],[-88.103882,77.813599],[-87.460564,77.125526],[-89.533333,76.853592],[-88.921112,76.405258],[-85.194717,76.281097],[-80.991669,76.483047],[-80.672501,76.158333],[-77.769447,76.658333],[-77.886948,76.947746],[-79.386948,76.927467],[-80.042503,77.272774],[-77.723053,77.599152],[-78.183319,77.963318],[-75.58139,78.115807],[-74.911118,78.850807],[-77.073334,79.070831],[-72.267227,79.659149],[-68.958618,80.617477],[-64.735283,81.374153],[-64.566391,81.545532],[-69.430557,81.187187],[-64.372772,81.720833],[-61.193329,82.223602],[-64.835564,82.906937],[-68.642502,82.628593],[-67.544159,82.962196]]],[[[-96.742027,76.982208],[-95.386948,76.235809],[-93.315277,76.36026],[-92.108612,75.858871],[-92.503616,75.218048],[-92.045547,74.789703],[-89.928596,74.530823],[-88.443604,74.838593],[-87.574722,74.461929],[-80.248047,74.576103],[-79.335831,74.88916],[-80.316963,75.630539],[-82.327217,75.836929],[-86.807503,75.479156],[-88.203613,75.531097],[-90.190552,76.061096],[-89.305557,76.299149],[-91.410553,76.689148],[-92.368607,76.594437],[-95.41777,77.056931],[-96.742027,76.982208]]],[[[-86.410278,64.582764],[-86.189438,64.101646],[-86.934433,63.906101],[-87.118607,63.55582],[-85.613327,63.66972],[-85.224167,63.120831],[-83.637222,63.766392],[-83.54834,64.102478],[-81.076401,63.451389],[-80.206123,63.808331],[-81.602493,64.129967],[-82.092499,64.684982],[-83.208054,64.945534],[-84.561943,65.481087],[-84.792503,65.226929],[-85.542503,65.933319],[-86.013901,65.709152],[-86.410278,64.582764]]],[[[-94.341667,81.109711],[-96.80278,80.09082],[-95.087547,79.270752],[-92.580841,79.452209],[-92.309433,79.145264],[-94.282227,78.968872],[-92.083328,78.212486],[-88.81778,78.154427],[-86.422501,79.075546],[-84.904167,79.267761],[-85.681953,79.613312],[-87.161118,79.571663],[-87.683884,80.410263],[-90.766403,80.565536],[-92.148064,81.236366],[-94.341667,81.109711]]],[[[-101.086098,73.325699],[-100.336098,73.324997],[-100.077499,72.886932],[-100.882202,72.689697],[-101.962196,73.089157],[-102.7631,72.790817],[-101.776901,72.299713],[-100.634499,72.185532],[-98.729721,71.270538],[-96.775284,71.843597],[-96.29834,72.415817],[-97.283333,72.963882],[-98.240829,73.075272],[-97.267227,73.36499],[-97.223618,73.856369],[-99.115013,73.748596],[-100.142502,73.931091],[-101.580803,73.450272],[-101.086098,73.325699]]],[[[-95.60054,73.283913],[-95.175827,71.966927],[-94.063049,71.978317],[-93.463333,72.462196],[-94.29805,72.770264],[-92.066101,72.752487],[-90.204178,73.888321],[-93.515007,74.173027],[-95.24527,74.010269],[-95.60054,73.283913]]],[[[-99.45462,75.974808],[-99.930283,75.873596],[-101.862198,76.450272],[-101.864403,75.902206],[-102.668297,75.497208],[-99.817497,75.655258],[-100.6978,75.436371],[-100.347801,75.016937],[-97.982498,75.015266],[-97.422501,75.506378],[-97.662781,76.481087],[-99.684433,76.633331],[-100.982498,76.50499],[-99.45462,75.974808]]],[[[-99.57988,69.04393],[-99.188599,68.824158],[-96.291382,68.473038],[-95.535278,68.671921],[-96.047783,69.228317],[-97.974167,69.892212],[-98.393341,69.308029],[-99.57988,69.04393]]],[[[-104.042198,78.620682],[-104.467499,78.265266],[-102.777802,78.376373],[-101.035599,78.196091],[-100.607498,77.859993],[-99.179993,77.84082],[-99.550278,78.590271],[-104.007202,79.367752],[-105.590797,79.034416],[-104.203598,78.991653],[-104.042198,78.620682]]],[[[-80.771667,73.74971],[-80.797501,73.276932],[-79.998611,72.863037],[-76.059433,72.900818],[-77.19194,73.501389],[-80.771667,73.74971]]],[[[-75,68.11969],[-76.281952,68.332764],[-77.32251,67.698029],[-77.044724,67.260536],[-75.908051,67.248596],[-75.071953,67.538879],[-75,68.11969]]],[[[-95.959473,74.856369],[-94.643341,74.623596],[-93.484734,74.687759],[-93.499161,75.264709],[-94.88266,75.635788],[-96.463058,75.193314],[-95.959473,74.856369]]],[[[-82.185822,62.979988],[-83.527496,62.82111],[-83.945267,62.427219],[-83.136398,62.17305],[-81.938599,62.709991],[-82.185822,62.979988]]],[[[-97.949432,78.816383],[-98.054718,78.301651],[-97.096947,77.803307],[-95.112503,77.951393],[-94.837509,78.347214],[-97.949432,78.816383]]],[[[-105.2258,72.933037],[-104.483101,73.534416],[-105.148598,73.754173],[-106.645798,73.699142],[-105.2258,72.933037]]],[[[-79.541321,61.799789],[-79.260834,62.253609],[-79.94722,62.386108],[-80.275284,61.80666],[-79.541321,61.799789]]],[[[-81.087784,53.17944],[-81.848053,53.18166],[-81.916656,52.961658],[-80.712509,52.689159],[-81.087784,53.17944]]],[[[-83.921387,66.00972],[-84.143623,65.76416],[-83.288887,65.632751],[-83.921387,66.00972]]],[[[-93.174713,77.704163],[-95.465286,77.808029],[-95.864166,77.462196],[-93.570557,77.437759],[-93.174713,77.704163]]],[[[-73.655472,68.007713],[-74.731949,68.070831],[-74.48111,67.789429],[-73.449432,67.762497],[-73.655472,68.007713]]],[[[-105.648903,77.748596],[-105.248596,77.205551],[-104.425003,77.309708],[-105.648903,77.748596]]],[[[-104.151802,75.434563],[-104.930801,75.132202],[-103.583099,75.164703],[-104.151802,75.434563]]],[[[-104.134201,76.669434],[-104.378899,76.323318],[-103.004501,76.429977],[-104.134201,76.669434]]],[[[-64.659729,61.588039],[-65.487778,61.59943],[-64.91333,61.355],[-64.659729,61.588039]]]]},"type":"Feature","properties":{"postal":"NU","name":"Nanavut","type":"State","alias":"CA-NU","Center":[-92.46093749999999,65.5129625532949]}},"PE":{"geometry":{"type":"Polygon","coordinates":[[[-63.98917,46.393608],[-62.74667,45.94833],[-61.970551,46.45694],[-63.210831,46.429161],[-64.091667,46.778599],[-63.98917,46.393608]]]},"type":"Feature","properties":{"postal":"PE","name":"Prince Edward Island","type":"State","alias":"CA-PE","Center":[-63.17138671875,46.30899569419859]}},"MA":{"geometry":{"type":"MultiPolygon","coordinates":[[[[-70.801756,41.248076],[-70.810903,41.248046],[-70.823108,41.25076],[-70.832282,41.256692],[-70.830471,41.260366],[-70.821935,41.260393],[-70.814021,41.263167],[-70.809126,41.259514],[-70.801798,41.256785],[-70.801756,41.248076]]],[[[-70.019202,41.370117],[-70.005279,41.342719],[-69.974965,41.302191],[-69.95776,41.275748],[-69.967149,41.249453],[-70.00113,41.239257],[-70.043038,41.243334],[-70.097596,41.24183],[-70.137745,41.247152],[-70.233144,41.283759],[-70.256349,41.292767],[-70.278112,41.307907],[-70.272358,41.311348],[-70.256288,41.30916],[-70.240816,41.300932],[-70.217288,41.297427],[-70.161051,41.292967],[-70.124288,41.295871],[-70.106801,41.295233],[-70.097768,41.290432],[-70.089711,41.289984],[-70.081939,41.292548],[-70.071401,41.301581],[-70.04601,41.307563],[-70.031402,41.317532],[-70.02009,41.330797],[-70.014027,41.344631],[-70.032338,41.339504],[-70.060292,41.316636],[-70.07608,41.311103],[-70.044301,41.350979],[-70.037221,41.37287],[-70.054149,41.392686],[-70.052396,41.396562],[-70.039746,41.394359],[-70.02887,41.38612],[-70.019202,41.370117]]],[[[-70.446685,41.367418],[-70.45287,41.358873],[-70.465484,41.360256],[-70.481272,41.369574],[-70.494781,41.38231],[-70.5006,41.393622],[-70.486928,41.402655],[-70.470693,41.420315],[-70.455719,41.429633],[-70.446034,41.41352],[-70.444936,41.382025],[-70.446685,41.367418]]],[[[-70.927917,41.41862],[-70.938665,41.41122],[-70.948503,41.414124],[-70.940678,41.420775],[-70.92603,41.428917],[-70.911335,41.429706],[-70.897646,41.436372],[-70.871176,41.43867],[-70.859465,41.448265],[-70.856494,41.443128],[-70.848598,41.434332],[-70.854454,41.429168],[-70.875984,41.422481],[-70.892654,41.422422],[-70.906386,41.422371],[-70.927917,41.41862]]],[[[-70.593007,41.471666],[-70.603668,41.448228],[-70.588775,41.454169],[-70.579498,41.465888],[-70.570424,41.473944],[-70.555898,41.468736],[-70.545766,41.453925],[-70.546254,41.444281],[-70.556549,41.43651],[-70.576405,41.427802],[-70.563344,41.418687],[-70.549306,41.414537],[-70.517405,41.41352],[-70.507436,41.362616],[-70.525014,41.359076],[-70.666005,41.357001],[-70.696278,41.351508],[-70.723948,41.342719],[-70.74767,41.331],[-70.775909,41.304389],[-70.786407,41.304145],[-70.804677,41.312567],[-70.814971,41.320705],[-70.834055,41.339911],[-70.846221,41.346666],[-70.846221,41.354071],[-70.781972,41.354234],[-70.754506,41.372504],[-70.742177,41.384833],[-70.715321,41.420356],[-70.702626,41.427802],[-70.689605,41.433092],[-70.659901,41.456529],[-70.605133,41.474026],[-70.593007,41.471666]]],[[[-70.768306,41.459546],[-70.790816,41.449199],[-70.808457,41.446946],[-70.832951,41.442465],[-70.839861,41.450531],[-70.828125,41.457182],[-70.813403,41.455018],[-70.802653,41.463133],[-70.782124,41.478623],[-70.742967,41.500766],[-70.724354,41.5111],[-70.710638,41.519214],[-70.694926,41.517037],[-70.679194,41.51045],[-70.699784,41.502327],[-70.718398,41.491998],[-70.742893,41.481654],[-70.758565,41.475741],[-70.757554,41.468393],[-70.768306,41.459546]]],[[[-70.002105,41.553778],[-70.021474,41.550727],[-69.981028,41.627672],[-69.973012,41.653713],[-69.965077,41.651353],[-69.961293,41.646959],[-69.95995,41.640692],[-69.959381,41.632636],[-69.976226,41.612291],[-70.002105,41.553778]]],[[[-70.870917,42.874687],[-70.84997,42.870658],[-70.814281,42.877295],[-70.815338,42.870266],[-70.80724,42.834947],[-70.809153,42.826239],[-70.818267,42.82392],[-70.863759,42.826239],[-70.853627,42.816962],[-70.844146,42.811998],[-70.822743,42.804429],[-70.820221,42.804348],[-70.812652,42.805243],[-70.809153,42.804429],[-70.805776,42.801256],[-70.800771,42.792548],[-70.804351,42.780382],[-70.775095,42.716335],[-70.782623,42.70893],[-70.812408,42.742133],[-70.823598,42.749864],[-70.81961,42.718736],[-70.798451,42.70189],[-70.741607,42.681627],[-70.75711,42.675482],[-70.765289,42.674302],[-70.775095,42.674791],[-70.75711,42.657213],[-70.701324,42.653306],[-70.700063,42.640611],[-70.682281,42.632188],[-70.677683,42.641343],[-70.679555,42.667955],[-70.671417,42.67711],[-70.658966,42.684312],[-70.631744,42.694607],[-70.633656,42.68004],[-70.629913,42.672065],[-70.621246,42.668687],[-70.607859,42.667955],[-70.598053,42.664984],[-70.599395,42.657701],[-70.602203,42.648668],[-70.597035,42.640611],[-70.597035,42.634467],[-70.61148,42.634508],[-70.618438,42.628852],[-70.623443,42.620469],[-70.631744,42.612738],[-70.642486,42.606676],[-70.647328,42.604519],[-70.665883,42.606472],[-70.666941,42.608507],[-70.669097,42.61168],[-70.674753,42.612291],[-70.686391,42.606472],[-70.695668,42.597398],[-70.701324,42.588568],[-70.708892,42.581814],[-70.810292,42.562812],[-70.861399,42.546942],[-70.878,42.537543],[-70.870595,42.530707],[-70.878896,42.525946],[-70.885121,42.519965],[-70.889312,42.512274],[-70.891672,42.502753],[-70.877797,42.50788],[-70.864329,42.518297],[-70.854115,42.523668],[-70.850087,42.513658],[-70.840321,42.504869],[-70.838206,42.499172],[-70.84675,42.496568],[-70.855295,42.495063],[-70.860748,42.49136],[-70.865224,42.486884],[-70.885121,42.472846],[-70.891672,42.469306],[-70.899403,42.468166],[-70.915517,42.469428],[-70.922109,42.465562],[-70.925404,42.453192],[-70.917551,42.442776],[-70.904286,42.434394],[-70.891672,42.42829],[-70.916371,42.422431],[-70.943674,42.446967],[-70.963043,42.4383],[-70.973378,42.425116],[-70.974355,42.416449],[-70.966176,42.400377],[-70.963043,42.378363],[-70.960317,42.369045],[-70.952504,42.359442],[-70.967275,42.360745],[-70.983632,42.376614],[-70.997182,42.380561],[-71.007232,42.37759],[-71.005849,42.370795],[-70.99767,42.363674],[-70.987213,42.359442],[-71.006012,42.357123],[-71.022694,42.366645],[-71.036855,42.372463],[-71.048695,42.359442],[-71.037424,42.357001],[-71.027699,42.353583],[-71.020009,42.347968],[-71.014556,42.338935],[-71.029856,42.337836],[-71.042307,42.331773],[-71.046783,42.321519],[-71.038442,42.307929],[-71.027211,42.300482],[-71.017812,42.300198],[-70.993479,42.310981],[-70.998891,42.283759],[-70.98351,42.279608],[-70.96288,42.280219],[-70.952504,42.267239],[-70.955312,42.261786],[-70.966176,42.253811],[-70.966176,42.249579],[-70.961781,42.246243],[-70.955312,42.243313],[-70.949534,42.242825],[-70.946889,42.246487],[-70.9405,42.245998],[-70.925771,42.250393],[-70.909535,42.257229],[-70.898508,42.263861],[-70.887196,42.250556],[-70.875396,42.254462],[-70.86734,42.264838],[-70.867096,42.270657],[-70.880116,42.276679],[-70.891916,42.290717],[-70.899078,42.306586],[-70.898508,42.318427],[-70.855784,42.283922],[-70.83141,42.26968],[-70.783803,42.25967],[-70.761586,42.249213],[-70.741811,42.235663],[-70.716298,42.211859],[-70.713735,42.205146],[-70.71349,42.17536],[-70.713124,42.172431],[-70.708363,42.172187],[-70.695872,42.163886],[-70.678212,42.14411],[-70.652984,42.109036],[-70.630971,42.092515],[-70.636138,42.075426],[-70.627756,42.059149],[-70.597564,42.023098],[-70.592193,42.020087],[-70.59081,42.01732],[-70.596791,42.010647],[-70.60676,42.004584],[-70.617299,42.003241],[-70.627919,42.005561],[-70.637807,42.010647],[-70.632883,42.012112],[-70.623606,42.016059],[-70.617299,42.016791],[-70.629303,42.044338],[-70.638905,42.058905],[-70.648346,42.065253],[-70.655751,42.05801],[-70.66511,42.010647],[-70.675038,42.014716],[-70.682851,42.016059],[-70.690338,42.014716],[-70.714833,42.002672],[-70.654937,41.957099],[-70.623687,41.955064],[-70.60497,41.952541],[-70.565826,41.95539],[-70.544993,41.940619],[-70.529652,41.90648],[-70.523915,41.868394],[-70.531646,41.841783],[-70.533111,41.81623],[-70.504262,41.790025],[-70.439198,41.75609],[-70.400868,41.745022],[-70.274729,41.736274],[-70.289866,41.731635],[-70.326487,41.731391],[-70.339508,41.725735],[-70.335194,41.719224],[-70.315256,41.715562],[-70.274729,41.715155],[-70.243723,41.724107],[-70.191314,41.747056],[-70.100819,41.765937],[-70.070241,41.773458],[-70.036448,41.785834],[-70.021474,41.79092],[-70.000111,41.816311],[-70.003845,41.846296],[-70.00182,41.881903],[-70.021474,41.906928],[-70.011586,41.906887],[-70.003163,41.908596],[-69.986684,41.913764],[-69.986684,41.92121],[-70.006012,41.922838],[-70.018666,41.93008],[-70.028147,41.937974],[-70.037913,41.941636],[-70.051829,41.935248],[-70.057362,41.904242],[-70.068674,41.893297],[-70.071841,41.927679],[-70.07449,41.947629],[-70.07979,41.995006],[-70.083785,42.012454],[-70.099852,42.03739],[-70.138096,42.057352],[-70.165619,42.063835],[-70.189794,42.049383],[-70.192128,42.037909],[-70.176666,42.037502],[-70.17162,42.037909],[-70.170808,42.027879],[-70.189274,42.01786],[-70.202556,42.026203],[-70.224616,42.050381],[-70.231351,42.057238],[-70.24009,42.059227],[-70.24682,42.061468],[-70.244312,42.068718],[-70.236596,42.075855],[-70.229377,42.080616],[-70.215764,42.084643],[-70.19222,42.086062],[-70.167662,42.082977],[-70.146466,42.081011],[-70.117863,42.073805],[-70.081198,42.058354],[-70.051123,42.039753],[-70.014012,41.998941],[-69.982168,41.953621],[-69.943255,41.857625],[-69.924672,41.83808],[-69.927724,41.834866],[-69.93102,41.832953],[-69.934682,41.832099],[-69.938873,41.831855],[-69.953359,41.840888],[-69.963961,41.843533],[-69.972035,41.839179],[-69.975738,41.810533],[-69.979848,41.797065],[-69.956654,41.807807],[-69.942006,41.806464],[-69.934234,41.792955],[-69.932525,41.741034],[-69.938873,41.674221],[-69.978139,41.68183],[-70.136871,41.660549],[-70.185292,41.660549],[-70.217356,41.648261],[-70.229644,41.646226],[-70.239898,41.643256],[-70.248525,41.635688],[-70.26415,41.616156],[-70.272776,41.610582],[-70.27123,41.621039],[-70.261057,41.646226],[-70.27599,41.644232],[-70.303049,41.634752],[-70.319081,41.632636],[-70.351959,41.635199],[-70.365875,41.632799],[-70.380849,41.622992],[-70.391591,41.619208],[-70.405873,41.637519],[-70.41808,41.640041],[-70.428375,41.631903],[-70.459096,41.59162],[-70.479848,41.573879],[-70.504262,41.563707],[-70.532704,41.559149],[-70.565826,41.558173],[-70.596059,41.553046],[-70.658682,41.521349],[-70.685618,41.530829],[-70.661733,41.550482],[-70.652496,41.57803],[-70.652008,41.654242],[-70.657094,41.670559],[-70.658274,41.684475],[-70.652008,41.693915],[-70.639963,41.702297],[-70.631907,41.711127],[-70.637807,41.721991],[-70.628163,41.728095],[-70.623606,41.729438],[-70.630605,41.740139],[-70.640004,41.740953],[-70.648183,41.734198],[-70.651438,41.721991],[-70.658274,41.721991],[-70.689809,41.739691],[-70.710439,41.748033],[-70.719716,41.746161],[-70.723297,41.713772],[-70.721913,41.701606],[-70.71288,41.687812],[-70.739329,41.690131],[-70.749094,41.679755],[-70.756093,41.663031],[-70.774322,41.646226],[-70.786041,41.660468],[-70.797841,41.658881],[-70.805735,41.651028],[-70.805735,41.646226],[-70.805002,41.642564],[-70.821116,41.634996],[-70.840566,41.628892],[-70.850087,41.629543],[-70.843984,41.603949],[-70.845204,41.592475],[-70.856923,41.59162],[-70.862904,41.597235],[-70.869985,41.615871],[-70.874257,41.622992],[-70.881012,41.627916],[-70.905385,41.640041],[-70.907338,41.614936],[-70.920969,41.598334],[-70.93163,41.580268],[-70.92516,41.550727],[-70.947621,41.536444],[-70.959706,41.531195],[-70.973622,41.530829],[-70.972239,41.535102],[-70.970937,41.537665],[-71.015452,41.512274],[-71.040151,41.507148],[-71.069814,41.517157],[-71.049469,41.523749],[-71.043853,41.536851],[-71.049306,41.551947],[-71.062367,41.564358],[-71.062123,41.54385],[-71.07372,41.538723],[-71.110748,41.54385],[-71.101552,41.528306],[-71.097157,41.523383],[-71.121897,41.513007],[-71.121966,41.512959],[-71.121967,41.512968],[-71.122919,41.521488],[-71.125653,41.546122],[-71.128387,41.570756],[-71.131122,41.595414],[-71.133856,41.598149],[-71.136591,41.600883],[-71.139325,41.603617],[-71.142059,41.606376],[-71.139325,41.620072],[-71.136591,41.633744],[-71.133856,41.647441],[-71.131122,41.661137],[-71.147577,41.665238],[-71.163983,41.66934],[-71.180438,41.673442],[-71.193956,41.676858],[-71.193961,41.676861],[-71.193959,41.676866],[-71.190256,41.685614],[-71.135569,41.75552],[-71.110748,41.797065],[-71.126047,41.792426],[-71.138092,41.779934],[-71.169545,41.733303],[-71.176259,41.72663],[-71.185902,41.721991],[-71.207997,41.729153],[-71.221059,41.731391],[-71.226877,41.725735],[-71.228993,41.720933],[-71.236846,41.709581],[-71.236858,41.709564],[-71.267841,41.749809],[-71.286249,41.761064],[-71.296014,41.763554],[-71.30744,41.768363],[-71.323798,41.777787],[-71.335223,41.789286],[-71.340692,41.796904],[-71.342499,41.803227],[-71.342792,41.808549],[-71.338007,41.842411],[-71.33952,41.852494],[-71.339667,41.857255],[-71.337177,41.865849],[-71.336078,41.871879],[-71.335565,41.879106],[-71.337567,41.890409],[-71.341132,41.894169],[-71.349139,41.895365],[-71.368036,41.894462],[-71.375946,41.896098],[-71.379022,41.901371],[-71.380536,41.907939],[-71.3841,41.970903],[-71.385907,42.002323],[-71.387079,42.015824],[-71.438934,42.01641],[-71.529413,42.015068],[-71.619891,42.013676],[-71.710346,42.01226],[-71.8008,42.010917],[-71.801581,42.021684],[-71.91579,42.022294],[-72.063544,42.024516],[-72.211249,42.026689],[-72.358954,42.028862],[-72.506757,42.031034],[-72.557391,42.031742],[-72.575653,42.02476],[-72.584198,42.024418],[-72.59704,42.026078],[-72.620331,42.031498],[-72.757587,42.033036],[-72.7633,42.010209],[-72.806415,42.006987],[-72.807636,42.033036],[-72.861737,42.036772],[-72.925848,42.0387],[-72.993329,42.04058],[-73.115106,42.044047],[-73.236932,42.047563],[-73.358759,42.051029],[-73.480536,42.054545],[-73.507245,42.078984],[-73.500995,42.097123],[-73.487665,42.13394],[-73.461542,42.206132],[-73.43537,42.278349],[-73.409247,42.35059],[-73.383075,42.422782],[-73.356903,42.494975],[-73.330731,42.567216],[-73.304584,42.639457],[-73.278436,42.71165],[-73.269916,42.735209],[-73.265516,42.745601],[-73.205271,42.745346],[-73.147327,42.744183],[-73.097663,42.744183],[-73.049946,42.742235],[-73.000283,42.741261],[-72.951593,42.741261],[-72.909149,42.741581],[-72.860028,42.740238],[-72.810858,42.738847],[-72.761737,42.737504],[-72.712567,42.736137],[-72.663397,42.734721],[-72.614276,42.733354],[-72.565106,42.732011],[-72.515961,42.730619],[-72.466815,42.729277],[-72.466718,42.729228],[-72.466571,42.729228],[-72.466449,42.729228],[-72.466376,42.729228],[-72.466229,42.729228],[-72.466132,42.729228],[-72.465985,42.729228],[-72.465887,42.729228],[-72.46579,42.729228],[-72.465643,42.729228],[-72.465521,42.729228],[-72.465399,42.729228],[-72.465302,42.729228],[-72.465179,42.729228],[-72.465057,42.729228],[-72.464911,42.729228],[-72.393964,42.72747],[-72.322968,42.725712],[-72.25202,42.724003],[-72.181073,42.72227],[-72.110126,42.720536],[-72.039179,42.718852],[-71.968207,42.717094],[-71.89726,42.715336],[-71.826337,42.713578],[-71.755341,42.711845],[-71.684345,42.710136],[-71.613397,42.708403],[-71.54245,42.706645],[-71.471454,42.704936],[-71.400507,42.703178],[-71.329559,42.701445],[-71.306317,42.700859],[-71.296307,42.702055],[-71.288397,42.704887],[-71.273651,42.713212],[-71.259076,42.723905],[-71.245477,42.736674],[-71.23786,42.740458],[-71.227557,42.743754],[-71.208026,42.7481],[-71.19621,42.752153],[-71.185858,42.760746],[-71.181805,42.767509],[-71.172723,42.786259],[-71.164862,42.796879],[-71.160736,42.80142],[-71.15163,42.809721],[-71.146307,42.813188],[-71.140985,42.815946],[-71.132929,42.818217],[-71.123016,42.819389],[-71.105975,42.81873],[-71.094501,42.817118],[-71.083319,42.81707],[-71.073798,42.819389],[-71.060761,42.82642],[-71.053363,42.831987],[-71.038641,42.845341],[-71.033466,42.848905],[-71.022504,42.85474],[-70.925555,42.886528],[-70.916425,42.886796],[-70.904511,42.885404],[-70.870917,42.874687]]]]},"type":"Feature","properties":{"postal":"MA","name":"Massachusetts","type":"State","center":[-71.24659181357856,42.23689075367889]}},"MN":{"geometry":{"type":"Polygon","coordinates":[[[-95.102821,49.35394],[-94.982518,49.356162],[-94.926087,49.345568],[-94.856195,49.318283],[-94.839142,49.308878],[-94.827256,49.292858],[-94.819892,49.252034],[-94.810358,49.229606],[-94.806121,49.210899],[-94.811185,49.166561],[-94.803743,49.146407],[-94.792039,49.12646],[-94.753772,49.026156],[-94.711217,48.914586],[-94.711734,48.862755],[-94.712147,48.842446],[-94.713284,48.823843],[-94.710907,48.807513],[-94.701786,48.790098],[-94.688893,48.778832],[-94.592852,48.726433],[-94.519161,48.70447],[-94.4795,48.700698],[-94.311577,48.713927],[-94.292586,48.711912],[-94.284034,48.709069],[-94.274499,48.704108],[-94.265482,48.697752],[-94.258454,48.690828],[-94.255767,48.683541],[-94.252459,48.662405],[-94.251038,48.65729],[-94.23215,48.652019],[-94.03485,48.643311],[-93.874885,48.636206],[-93.835741,48.617137],[-93.809386,48.543576],[-93.778664,48.519468],[-93.756779,48.516549],[-93.616297,48.531302],[-93.599889,48.526341],[-93.566584,48.538279],[-93.491756,48.542309],[-93.459924,48.557399],[-93.45225,48.572721],[-93.453774,48.586958],[-93.451475,48.597422],[-93.417316,48.604114],[-93.385716,48.614863],[-93.25774,48.630314],[-93.131701,48.62463],[-92.97972,48.61768],[-92.955588,48.612228],[-92.884197,48.579878],[-92.72555,48.548692],[-92.648604,48.536263],[-92.630181,48.519468],[-92.627468,48.502777],[-92.646743,48.497428],[-92.691366,48.489858],[-92.710641,48.482882],[-92.718909,48.459782],[-92.704052,48.445158],[-92.677129,48.441747],[-92.657053,48.438233],[-92.570521,48.446656],[-92.526932,48.445623],[-92.490629,48.433117],[-92.474532,48.410483],[-92.467581,48.394282],[-92.467064,48.353225],[-92.462465,48.329299],[-92.451381,48.312685],[-92.41823,48.282041],[-92.38464,48.232406],[-92.371851,48.222587],[-92.353815,48.222897],[-92.327874,48.229435],[-92.303663,48.239279],[-92.291029,48.249562],[-92.292062,48.270336],[-92.301416,48.290645],[-92.303095,48.310928],[-92.281598,48.33178],[-92.259118,48.339635],[-92.154732,48.350125],[-92.070499,48.346714],[-92.043421,48.334596],[-92.030114,48.313176],[-92.021355,48.287441],[-92.007997,48.262482],[-91.992158,48.247909],[-91.975492,48.236566],[-91.957302,48.228323],[-91.852244,48.195974],[-91.764988,48.187344],[-91.744137,48.179593],[-91.727575,48.168327],[-91.695509,48.13758],[-91.716438,48.112051],[-91.692512,48.097866],[-91.618615,48.089572],[-91.597479,48.090399],[-91.589676,48.088332],[-91.581098,48.080942],[-91.579806,48.070969],[-91.585129,48.06084],[-91.586989,48.052572],[-91.574845,48.048205],[-91.487098,48.053476],[-91.464722,48.048955],[-91.446274,48.040738],[-91.427929,48.036449],[-91.3654,48.057843],[-91.276362,48.064768],[-91.23807,48.082648],[-91.203963,48.107659],[-91.071103,48.170859],[-91.02816,48.184838],[-91.008109,48.194372],[-90.923153,48.227109],[-90.873802,48.234344],[-90.840678,48.220107],[-90.837939,48.210547],[-90.848843,48.198713],[-90.849721,48.189566],[-90.843003,48.176983],[-90.83427,48.171789],[-90.823883,48.168327],[-90.812307,48.160989],[-90.803057,48.147166],[-90.796701,48.117064],[-90.786469,48.10045],[-90.750347,48.083991],[-90.701307,48.08456],[-90.611079,48.103499],[-90.586843,48.104817],[-90.573872,48.097892],[-90.562194,48.088849],[-90.542014,48.083733],[-90.531601,48.08456],[-90.501887,48.094275],[-90.490493,48.096239],[-90.483465,48.094482],[-90.477858,48.091536],[-90.470623,48.089882],[-90.178625,48.116444],[-90.120386,48.115359],[-90.073257,48.101199],[-90.061036,48.091019],[-90.008222,48.029731],[-89.995329,48.018595],[-89.980317,48.010094],[-89.92045,47.98746],[-89.902441,47.985909],[-89.803454,48.013763],[-89.780975,48.017199],[-89.763302,48.017303],[-89.745964,48.013763],[-89.724596,48.005908],[-89.712788,48.003376],[-89.678656,48.008699],[-89.65659,48.007975],[-89.593105,47.996503],[-89.498962,47.995095],[-89.527362,47.951127],[-89.556097,47.906791],[-89.58476,47.862455],[-89.613422,47.818119],[-89.642157,47.773759],[-89.670795,47.729423],[-89.699457,47.685112],[-89.728192,47.640751],[-89.756854,47.596415],[-89.785541,47.552128],[-89.814227,47.507792],[-89.842938,47.463456],[-89.8716,47.41912],[-89.900262,47.374784],[-89.928973,47.330448],[-89.957636,47.286112],[-90.044647,47.288847],[-90.131708,47.291581],[-90.218744,47.294316],[-90.305804,47.297123],[-90.392841,47.299858],[-90.479901,47.302616],[-90.566962,47.305326],[-90.653973,47.308061],[-90.75578,47.260112],[-90.857538,47.212065],[-90.959345,47.164091],[-91.061127,47.116093],[-91.162933,47.06807],[-91.26474,47.020072],[-91.366522,46.972099],[-91.468304,46.924052],[-91.525067,46.901737],[-91.581805,46.879423],[-91.638495,46.857109],[-91.695258,46.83477],[-91.75202,46.812455],[-91.808734,46.790165],[-91.865448,46.767826],[-91.922186,46.745512],[-91.964862,46.728739],[-92.027997,46.746098],[-92.075604,46.759233],[-92.109955,46.768656],[-92.124677,46.763725],[-92.140668,46.755278],[-92.148651,46.746244],[-92.157147,46.72935],[-92.160663,46.725468],[-92.165887,46.72288],[-92.182196,46.719828],[-92.187933,46.717973],[-92.193036,46.71475],[-92.197162,46.710649],[-92.200775,46.705473],[-92.202509,46.69932],[-92.207294,46.673832],[-92.209784,46.669438],[-92.21181,46.666801],[-92.215472,46.663725],[-92.220697,46.661235],[-92.235272,46.6585],[-92.25224,46.65767],[-92.270282,46.658744],[-92.284735,46.66248],[-92.289227,46.662992],[-92.291596,46.659672],[-92.291644,46.637675],[-92.291766,46.574369],[-92.291864,46.511015],[-92.291962,46.44766],[-92.292084,46.384306],[-92.292206,46.320951],[-92.292328,46.257597],[-92.292401,46.194267],[-92.292523,46.130912],[-92.292572,46.116288],[-92.292572,46.083329],[-92.312054,46.080546],[-92.324359,46.074028],[-92.338007,46.062968],[-92.349115,46.049491],[-92.353656,46.035844],[-92.363348,46.027299],[-92.385809,46.02808],[-92.410956,46.031938],[-92.428754,46.032743],[-92.443427,46.023759],[-92.465692,45.997343],[-92.480585,45.991801],[-92.521869,45.991801],[-92.531464,45.989653],[-92.539203,45.984965],[-92.545013,45.980278],[-92.548846,45.978129],[-92.54997,45.975151],[-92.561713,45.961308],[-92.566547,45.957035],[-92.574823,45.953862],[-92.600678,45.950834],[-92.654486,45.926908],[-92.672675,45.92349],[-92.704096,45.91309],[-92.731854,45.888261],[-92.771991,45.834159],[-92.767694,45.805058],[-92.795331,45.775346],[-92.881976,45.715922],[-92.891205,45.703764],[-92.894891,45.68704],[-92.901727,45.611332],[-92.883197,45.576127],[-92.839667,45.568852],[-92.78952,45.569779],[-92.750897,45.559184],[-92.739569,45.543949],[-92.72497,45.50557],[-92.717377,45.490922],[-92.700116,45.474711],[-92.682001,45.461186],[-92.667743,45.445439],[-92.663007,45.426322],[-92.667401,45.408329],[-92.696332,45.374076],[-92.703095,45.350932],[-92.70849,45.332743],[-92.721454,45.321293],[-92.737152,45.311918],[-92.750897,45.299711],[-92.759345,45.283329],[-92.763348,45.264726],[-92.764545,45.220292],[-92.770941,45.19932],[-92.772821,45.187529],[-92.768256,45.182402],[-92.750897,45.148881],[-92.749677,45.126347],[-92.755389,45.106645],[-92.768304,45.092729],[-92.788739,45.087455],[-92.802435,45.077983],[-92.795917,45.055888],[-92.771991,45.011112],[-92.762762,44.968583],[-92.758344,44.925737],[-92.761566,44.919389],[-92.775604,44.902421],[-92.778827,44.89163],[-92.772504,44.859379],[-92.771991,44.847245],[-92.778534,44.820219],[-92.819794,44.757841],[-92.792987,44.74058],[-92.731342,44.711576],[-92.661054,44.660307],[-92.643304,44.651689],[-92.637152,44.643119],[-92.632391,44.63372],[-92.627997,44.627519],[-92.584662,44.607963],[-92.429022,44.589311],[-92.393768,44.579594],[-92.35976,44.559819],[-92.331,44.533158],[-92.30517,44.490092],[-92.296796,44.479032],[-92.286054,44.470658],[-92.27265,44.465824],[-92.156073,44.451469],[-92.102606,44.436918],[-91.950116,44.335722],[-91.912177,44.288969],[-91.836884,44.18184],[-91.817108,44.162675],[-91.778387,44.149613],[-91.662616,44.073271],[-91.65014,44.068363],[-91.637665,44.065727],[-91.540985,44.065605],[-91.535223,44.063822],[-91.478534,44.029618],[-91.471063,44.026615],[-91.462567,44.024613],[-91.425971,44.022514],[-91.413983,44.018168],[-91.407513,44.013383],[-91.403461,44.007719],[-91.400897,44.001127],[-91.399066,43.993486],[-91.391937,43.979545],[-91.368817,43.957987],[-91.36098,43.944828],[-91.31828,43.933012],[-91.304999,43.926884],[-91.295013,43.918974],[-91.288422,43.909111],[-91.284247,43.897782],[-91.279511,43.873588],[-91.278729,43.85059],[-91.28122,43.821244],[-91.280536,43.812577],[-91.278534,43.804106],[-91.274554,43.79561],[-91.269159,43.788603],[-91.255487,43.776567],[-91.249213,43.768949],[-91.24577,43.759819],[-91.242816,43.740214],[-91.242694,43.721318],[-91.254755,43.666996],[-91.254535,43.657792],[-91.247015,43.63123],[-91.246625,43.620707],[-91.250751,43.589335],[-91.250018,43.576054],[-91.244086,43.550151],[-91.242816,43.536991],[-91.244379,43.524369],[-91.25014,43.500956],[-91.57536,43.500907],[-91.90058,43.50081],[-92.2258,43.500785],[-92.550995,43.500761],[-92.876239,43.500639],[-93.101216,43.500605],[-93.201434,43.50059],[-93.52663,43.50059],[-93.851874,43.500492],[-94.177094,43.500468],[-94.502289,43.500444],[-94.827509,43.500346],[-95.152704,43.500321],[-95.477899,43.500297],[-95.803168,43.500199],[-96.128363,43.500126],[-96.453558,43.500126],[-96.453558,43.719804],[-96.453558,43.939482],[-96.453558,44.159159],[-96.453558,44.378837],[-96.453558,44.598539],[-96.453558,44.818241],[-96.453558,45.03787],[-96.453607,45.257548],[-96.453607,45.296293],[-96.453607,45.296562],[-96.458807,45.299711],[-96.465546,45.309843],[-96.492938,45.347514],[-96.502655,45.35496],[-96.526483,45.369487],[-96.537323,45.378276],[-96.566473,45.393534],[-96.609003,45.402909],[-96.688153,45.408964],[-96.708246,45.421611],[-96.730438,45.451249],[-96.766669,45.512016],[-96.787103,45.535136],[-96.836493,45.57559],[-96.863055,45.600761],[-96.858807,45.621879],[-96.846405,45.642948],[-96.838934,45.649174],[-96.829877,45.654423],[-96.791962,45.673783],[-96.769159,45.692289],[-96.758856,45.69871],[-96.68598,45.728617],[-96.659198,45.743974],[-96.649603,45.751103],[-96.64162,45.759013],[-96.637909,45.763529],[-96.607977,45.812895],[-96.587689,45.838847],[-96.581,45.856108],[-96.572089,45.917045],[-96.569525,45.92227],[-96.56601,45.927592],[-96.562787,45.931401],[-96.556342,45.941752],[-96.57619,46.016459],[-96.576044,46.040214],[-96.564105,46.062406],[-96.557025,46.090361],[-96.556708,46.103031],[-96.563495,46.140068],[-96.568134,46.145707],[-96.56662,46.157328],[-96.564374,46.164848],[-96.564862,46.171391],[-96.587787,46.198515],[-96.592206,46.20706],[-96.595429,46.217729],[-96.597919,46.237992],[-96.595429,46.302763],[-96.60163,46.32393],[-96.616498,46.341215],[-96.650678,46.368534],[-96.70871,46.43372],[-96.715375,46.444609],[-96.717011,46.454692],[-96.716913,46.463529],[-96.718329,46.470951],[-96.724335,46.478666],[-96.740619,46.491801],[-96.746259,46.498881],[-96.739642,46.519169],[-96.740375,46.540361],[-96.746259,46.577421],[-96.753046,46.59705],[-96.784784,46.628422],[-96.794672,46.642265],[-96.796845,46.663847],[-96.784589,46.698588],[-96.781024,46.721098],[-96.784369,46.743046],[-96.7987,46.778129],[-96.801508,46.79373],[-96.79931,46.803813],[-96.790131,46.820341],[-96.787225,46.827226],[-96.785785,46.838188],[-96.787225,46.871928],[-96.784003,46.882255],[-96.769989,46.896],[-96.76474,46.912016],[-96.761054,46.916386],[-96.759247,46.920903],[-96.763031,46.927153],[-96.769354,46.931449],[-96.781244,46.933769],[-96.791278,46.938945],[-96.802948,46.941264],[-96.808319,46.943925],[-96.804266,46.943901],[-96.80473,46.951298],[-96.808319,46.964408],[-96.820819,46.980082],[-96.826068,46.989115],[-96.828192,47.002299],[-96.820917,47.067973],[-96.821991,47.087919],[-96.835663,47.12891],[-96.835907,47.140629],[-96.833197,47.150614],[-96.829828,47.159184],[-96.828192,47.166752],[-96.831659,47.188139],[-96.8466,47.23665],[-96.849921,47.259233],[-96.842474,47.386454],[-96.846405,47.396391],[-96.855121,47.40496],[-96.864154,47.411991],[-96.869159,47.416899],[-96.86872,47.437724],[-96.852948,47.488261],[-96.853021,47.502836],[-96.862592,47.519877],[-96.863568,47.537455],[-96.861762,47.557353],[-96.862958,47.581376],[-96.861639,47.585063],[-96.858368,47.589799],[-96.855707,47.595487],[-96.856122,47.60186],[-96.860565,47.607011],[-96.876605,47.616142],[-96.888568,47.643656],[-96.894403,47.679057],[-96.904852,47.69644],[-96.918402,47.711991],[-96.931854,47.732182],[-96.944086,47.767411],[-96.951727,47.780009],[-96.975409,47.800248],[-96.979022,47.804203],[-96.980145,47.806742],[-96.982929,47.807841],[-96.986469,47.80872],[-96.989887,47.810722],[-96.991815,47.815165],[-96.986273,47.822563],[-96.986469,47.828398],[-97.01203,47.877421],[-97.014764,47.900077],[-97.000116,47.924003],[-97.035028,47.951957],[-97.051337,47.985844],[-97.062616,48.023051],[-97.106317,48.096806],[-97.121893,48.132719],[-97.129657,48.170561],[-97.129852,48.211991],[-97.115179,48.28123],[-97.11994,48.29705],[-97.126532,48.311161],[-97.14411,48.376469],[-97.140521,48.388481],[-97.128192,48.406449],[-97.123651,48.41746],[-97.122821,48.428569],[-97.12829,48.444438],[-97.133734,48.476103],[-97.157172,48.534135],[-97.148358,48.576274],[-97.121796,48.612382],[-97.100971,48.650517],[-97.109369,48.698637],[-97.132562,48.732792],[-97.140863,48.74954],[-97.148212,48.788237],[-97.177655,48.841996],[-97.185101,48.876762],[-97.190375,48.885746],[-97.197186,48.894242],[-97.203046,48.903373],[-97.207782,48.923368],[-97.210883,48.93665],[-97.221478,48.952299],[-97.229218,48.968632],[-97.226089,48.99267],[-97.155383,48.99267],[-96.935603,48.99267],[-96.715797,48.99267],[-96.495992,48.99267],[-96.276212,48.99267],[-96.056328,48.99267],[-95.836497,48.99267],[-95.616717,48.99267],[-95.396937,48.99267],[-95.177106,48.99267],[-95.168527,48.995047],[-95.161887,49.001145],[-95.159329,49.01179],[-95.159665,49.10951],[-95.160027,49.223353],[-95.160337,49.313012],[-95.160569,49.369494],[-95.102821,49.35394]]]},"type":"Feature","properties":{"postal":"MN","name":"Minnesota","type":"State","center":[-94.02834933699133,46.81916659863134]}},"MT":{"geometry":{"type":"Polygon","coordinates":[[[-104.047574,48.992618],[-104.046234,48.802299],[-104.046259,48.635453],[-104.046259,48.468608],[-104.046259,48.301762],[-104.046259,48.134892],[-104.046259,47.968022],[-104.046259,47.801176],[-104.046259,47.63433],[-104.046259,47.467485],[-104.046259,47.300639],[-104.046259,47.133793],[-104.046259,46.966947],[-104.046259,46.800102],[-104.046259,46.633256],[-104.046259,46.46641],[-104.046259,46.299565],[-104.046259,46.132695],[-104.044891,45.942021],[-104.044183,45.833525],[-104.043427,45.725004],[-104.042694,45.616508],[-104.041962,45.508012],[-104.041229,45.399516],[-104.040472,45.290971],[-104.039764,45.182524],[-104.038666,45.070024],[-104.038593,45.012455],[-104.039301,44.999931],[-104.056659,45.000102],[-104.145941,45.000102],[-104.254755,45.000102],[-104.363568,45.000102],[-104.472333,45.000102],[-104.581097,45.000102],[-104.689911,45.000102],[-104.798749,45.000102],[-104.907513,45.000102],[-105.016303,45.000102],[-105.125116,45.000102],[-105.233905,45.000102],[-105.342694,45.000102],[-105.451508,45.000102],[-105.560321,45.000102],[-105.66911,45.000102],[-105.777899,45.000102],[-105.886737,45.000102],[-105.995526,45.000102],[-106.104315,45.000102],[-106.213129,45.000102],[-106.321893,45.000102],[-106.430731,45.000102],[-106.539545,45.000102],[-106.648309,45.000102],[-106.757098,45.000102],[-106.865887,45.000102],[-106.974725,45.000102],[-107.083514,45.000102],[-107.192255,45.000102],[-107.301093,45.000102],[-107.409906,45.000102],[-107.518671,45.000053],[-107.62746,45.000029],[-107.736249,45.000029],[-107.845062,45.000029],[-107.953851,45.000029],[-108.062616,45.000029],[-108.171454,45.000029],[-108.280267,45.000029],[-108.389032,45.000029],[-108.497821,45.000029],[-108.60661,45.000029],[-108.715448,45.000029],[-108.824237,45.000029],[-108.933026,45.000029],[-109.04184,45.000029],[-109.150604,45.000029],[-109.259442,45.000029],[-109.368256,45.000029],[-109.47702,45.000029],[-109.585834,45.000029],[-109.694672,45.000029],[-109.803436,45.000029],[-109.91225,45.000029],[-110.021063,45.000029],[-110.129828,45.000029],[-110.238617,45.000029],[-110.34743,45.000029],[-110.456244,45.000029],[-110.565009,45.000029],[-110.673773,45.000029],[-110.782611,45.000029],[-110.891425,45.000029],[-111.000189,45.000029],[-111.0508,45.000029],[-111.0508,44.983793],[-111.050873,44.953422],[-111.050873,44.923051],[-111.050922,44.892655],[-111.050946,44.862284],[-111.050971,44.831938],[-111.051019,44.801567],[-111.051068,44.77122],[-111.051093,44.740824],[-111.051117,44.710453],[-111.051166,44.680107],[-111.051239,44.64976],[-111.051239,44.61934],[-111.051288,44.589018],[-111.051337,44.558622],[-111.051386,44.528227],[-111.051386,44.49788],[-111.095306,44.506645],[-111.111542,44.515263],[-111.140375,44.54141],[-111.157587,44.562602],[-111.17077,44.574076],[-111.181635,44.580375],[-111.196991,44.586161],[-111.204608,44.590238],[-111.210223,44.59434],[-111.213251,44.598686],[-111.215546,44.603276],[-111.217572,44.608525],[-111.218378,44.62017],[-111.218182,44.626982],[-111.218964,44.633549],[-111.222186,44.640702],[-111.22807,44.645292],[-111.235712,44.648905],[-111.245624,44.652421],[-111.250018,44.656303],[-111.258124,44.669047],[-111.29848,44.715312],[-111.307953,44.732353],[-111.317963,44.73831],[-111.354169,44.752738],[-111.36684,44.755204],[-111.375458,44.754887],[-111.380072,44.751542],[-111.390936,44.737529],[-111.396405,44.733793],[-111.404144,44.731596],[-111.433026,44.728764],[-111.439764,44.727055],[-111.451727,44.721781],[-111.461322,44.714579],[-111.464203,44.709794],[-111.46535,44.704765],[-111.463495,44.700224],[-111.460175,44.696025],[-111.456293,44.692314],[-111.452875,44.688066],[-111.450482,44.683622],[-111.449164,44.677885],[-111.449481,44.671952],[-111.451239,44.666215],[-111.455145,44.662016],[-111.460077,44.65894],[-111.486713,44.651591],[-111.491596,44.648466],[-111.494428,44.643901],[-111.495746,44.633378],[-111.497479,44.62891],[-111.504657,44.617533],[-111.506561,44.611918],[-111.507733,44.605815],[-111.50744,44.600077],[-111.506561,44.594633],[-111.50329,44.584452],[-111.501434,44.580204],[-111.499408,44.577494],[-111.496405,44.574589],[-111.492059,44.571635],[-111.486005,44.569169],[-111.462958,44.563432],[-111.45744,44.560527],[-111.454315,44.556523],[-111.454364,44.552275],[-111.460516,44.549076],[-111.470331,44.547148],[-111.48747,44.545805],[-111.496747,44.54644],[-111.502826,44.547612],[-111.515082,44.554081],[-111.546088,44.564823],[-111.558319,44.566679],[-111.66745,44.56724],[-111.68205,44.565751],[-111.726898,44.543754],[-111.732977,44.54141],[-111.750018,44.538676],[-111.770575,44.537382],[-111.779315,44.535429],[-111.799384,44.528495],[-111.808759,44.52808],[-111.816058,44.52974],[-111.821185,44.533012],[-111.824823,44.537113],[-111.82785,44.54141],[-111.835614,44.549516],[-111.842548,44.553569],[-111.852069,44.557475],[-111.870013,44.562406],[-111.912177,44.563529],[-111.921259,44.562431],[-111.928412,44.560478],[-111.933685,44.557475],[-111.940863,44.554399],[-111.951386,44.551957],[-111.970282,44.549809],[-111.986298,44.551274],[-112.081635,44.538725],[-112.091107,44.539579],[-112.115546,44.54683],[-112.144086,44.551884],[-112.162714,44.553129],[-112.185126,44.552494],[-112.196356,44.553276],[-112.204218,44.555424],[-112.218964,44.563896],[-112.233466,44.568705],[-112.24223,44.568705],[-112.248944,44.566532],[-112.257782,44.559721],[-112.262421,44.557084],[-112.269965,44.554594],[-112.295184,44.550053],[-112.310956,44.545243],[-112.322626,44.540287],[-112.327802,44.537113],[-112.331854,44.533256],[-112.335101,44.528202],[-112.342474,44.504618],[-112.35993,44.471391],[-112.365717,44.466484],[-112.374164,44.462406],[-112.390033,44.458329],[-112.401068,44.457743],[-112.409662,44.459086],[-112.415595,44.462089],[-112.420209,44.465751],[-112.426898,44.469999],[-112.43537,44.474174],[-112.454608,44.477909],[-112.46911,44.478227],[-112.496869,44.475444],[-112.50307,44.476054],[-112.511859,44.482328],[-112.517279,44.485453],[-112.523798,44.487992],[-112.646307,44.499028],[-112.680267,44.505473],[-112.691034,44.505351],[-112.699335,44.504106],[-112.716864,44.495683],[-112.722919,44.493779],[-112.751483,44.488529],[-112.757221,44.48582],[-112.814569,44.443949],[-112.818866,44.43997],[-112.822699,44.435527],[-112.825848,44.430717],[-112.827509,44.425492],[-112.827411,44.419779],[-112.825165,44.414945],[-112.807977,44.393559],[-112.808856,44.387992],[-112.813251,44.382524],[-112.829437,44.376615],[-112.838178,44.376982],[-112.84455,44.379667],[-112.867743,44.403739],[-112.872455,44.407157],[-112.878461,44.409892],[-112.922968,44.42017],[-112.930316,44.423393],[-112.935321,44.426591],[-112.950995,44.442802],[-112.957196,44.447123],[-112.965839,44.451396],[-112.982562,44.455937],[-112.991278,44.459965],[-112.995526,44.465238],[-112.996381,44.476762],[-112.997772,44.481156],[-113.007074,44.494462],[-113.008002,44.498686],[-113.007782,44.501518],[-113.003827,44.510673],[-112.994403,44.526274],[-112.993036,44.531547],[-112.996088,44.537113],[-113.003192,44.542192],[-113.019061,44.548295],[-113.027606,44.552787],[-113.032538,44.557792],[-113.032684,44.569169],[-113.034076,44.574272],[-113.03703,44.578788],[-113.064105,44.60059],[-113.067499,44.604667],[-113.068817,44.609257],[-113.068207,44.614115],[-113.064764,44.618559],[-113.060468,44.622392],[-113.05014,44.628593],[-113.045575,44.632328],[-113.042499,44.63682],[-113.041864,44.642094],[-113.042987,44.647148],[-113.045062,44.652104],[-113.051093,44.661039],[-113.062079,44.673442],[-113.065253,44.677909],[-113.072186,44.692704],[-113.074921,44.697416],[-113.078387,44.701664],[-113.08681,44.709013],[-113.090546,44.713212],[-113.093182,44.71768],[-113.095526,44.722709],[-113.096845,44.727909],[-113.098895,44.732841],[-113.101703,44.737382],[-113.105341,44.74141],[-113.119794,44.751811],[-113.123993,44.755668],[-113.13747,44.772465],[-113.141376,44.776493],[-113.160248,44.790751],[-113.183344,44.804447],[-113.209637,44.814311],[-113.232855,44.818608],[-113.250165,44.818876],[-113.25705,44.817314],[-113.263251,44.815141],[-113.268768,44.81248],[-113.288495,44.79893],[-113.296161,44.795561],[-113.305975,44.793339],[-113.324115,44.792143],[-113.333563,44.794145],[-113.339227,44.798051],[-113.342011,44.81497],[-113.34411,44.81995],[-113.35246,44.825541],[-113.365985,44.831571],[-113.412787,44.847489],[-113.424677,44.854154],[-113.433856,44.862797],[-113.440106,44.871611],[-113.453461,44.900614],[-113.459686,44.909428],[-113.467108,44.91746],[-113.475946,44.924662],[-113.479559,44.928935],[-113.481415,44.933549],[-113.480121,44.938359],[-113.476337,44.942118],[-113.471088,44.944902],[-113.452045,44.951445],[-113.447137,44.954618],[-113.442816,44.958866],[-113.439667,44.96392],[-113.436932,44.969462],[-113.430609,44.99373],[-113.429926,44.999736],[-113.430072,45.000956],[-113.434467,45.016947],[-113.436493,45.021952],[-113.451971,45.050273],[-113.458392,45.059208],[-113.489887,45.091972],[-113.492841,45.096366],[-113.498993,45.114042],[-113.505585,45.121684],[-113.513104,45.124272],[-113.546796,45.123759],[-113.555243,45.125981],[-113.56059,45.129814],[-113.561981,45.135063],[-113.562347,45.147196],[-113.56452,45.152079],[-113.567792,45.15623],[-113.575922,45.164262],[-113.578729,45.168925],[-113.580389,45.17415],[-113.581317,45.179716],[-113.584491,45.189945],[-113.587201,45.194706],[-113.593597,45.203373],[-113.607929,45.214872],[-113.624042,45.223905],[-113.644208,45.240556],[-113.661615,45.250834],[-113.666254,45.255815],[-113.667816,45.261015],[-113.668573,45.272123],[-113.67038,45.277592],[-113.675262,45.28289],[-113.682684,45.288163],[-113.704852,45.300224],[-113.711395,45.304789],[-113.714838,45.309013],[-113.717474,45.313774],[-113.719012,45.325151],[-113.718622,45.331108],[-113.716132,45.343266],[-113.714227,45.36807],[-113.714545,45.38018],[-113.718256,45.386747],[-113.725922,45.393559],[-113.754022,45.410258],[-113.758344,45.417167],[-113.760126,45.428373],[-113.762518,45.433134],[-113.764398,45.438163],[-113.764227,45.444071],[-113.762738,45.449858],[-113.760419,45.455375],[-113.754315,45.465751],[-113.752387,45.471293],[-113.751679,45.477006],[-113.754315,45.49329],[-113.754584,45.499467],[-113.754315,45.500737],[-113.757196,45.507572],[-113.767572,45.514628],[-113.7987,45.52454],[-113.806708,45.529521],[-113.810638,45.535307],[-113.810272,45.541459],[-113.807684,45.554325],[-113.803046,45.5658],[-113.799945,45.570805],[-113.792157,45.57935],[-113.789252,45.583964],[-113.788446,45.589262],[-113.790399,45.594877],[-113.794574,45.60059],[-113.803241,45.607792],[-113.810809,45.61182],[-113.818939,45.614726],[-113.87077,45.627592],[-113.882587,45.632353],[-113.889496,45.637675],[-113.890717,45.648735],[-113.892645,45.653813],[-113.895648,45.658256],[-113.921356,45.674394],[-113.957269,45.692607],[-113.975946,45.699443],[-113.989545,45.70269],[-113.995575,45.701322],[-113.999213,45.699101],[-114.001434,45.696171],[-114.002899,45.691313],[-114.003217,45.685649],[-114.002899,45.680204],[-114.001532,45.675444],[-113.998285,45.668583],[-113.996991,45.663871],[-113.996674,45.659013],[-113.998334,45.654838],[-114.0008,45.652738],[-114.004926,45.651176],[-114.03161,45.644657],[-114.037909,45.642338],[-114.043524,45.63953],[-114.048431,45.636088],[-114.052435,45.631694],[-114.059003,45.621488],[-114.061639,45.615873],[-114.064887,45.610868],[-114.068695,45.606425],[-114.073578,45.603154],[-114.091278,45.595341],[-114.096161,45.591752],[-114.099847,45.587236],[-114.102582,45.582279],[-114.104804,45.577323],[-114.108856,45.573295],[-114.114325,45.570512],[-114.153876,45.55872],[-114.176849,45.547807],[-114.183124,45.545658],[-114.190692,45.545024],[-114.207636,45.545903],[-114.215448,45.54517],[-114.221967,45.543168],[-114.227606,45.540238],[-114.232245,45.536503],[-114.236444,45.532255],[-114.23974,45.527665],[-114.250165,45.506352],[-114.254608,45.500932],[-114.255609,45.500224],[-114.259882,45.497734],[-114.283685,45.488847],[-114.289276,45.486112],[-114.297577,45.483695],[-114.308661,45.482084],[-114.329584,45.483305],[-114.340741,45.485697],[-114.348016,45.48953],[-114.351947,45.49329],[-114.35744,45.500175],[-114.391132,45.513627],[-114.401508,45.518876],[-114.408051,45.524613],[-114.409515,45.529936],[-114.412396,45.535673],[-114.417548,45.540898],[-114.45058,45.558891],[-114.460346,45.561283],[-114.50744,45.567753],[-114.527118,45.567704],[-114.540961,45.569096],[-114.545453,45.572758],[-114.544916,45.576542],[-114.533173,45.589213],[-114.530438,45.594487],[-114.52912,45.599955],[-114.530707,45.606059],[-114.534369,45.612162],[-114.540424,45.620414],[-114.542206,45.626713],[-114.540497,45.631889],[-114.536469,45.635771],[-114.515595,45.64832],[-114.502802,45.658451],[-114.500116,45.661283],[-114.497821,45.664555],[-114.495648,45.669096],[-114.494305,45.67432],[-114.494086,45.680253],[-114.497626,45.690531],[-114.498041,45.695561],[-114.493671,45.705058],[-114.49538,45.711625],[-114.501874,45.718925],[-114.527411,45.737162],[-114.533466,45.743046],[-114.535761,45.747904],[-114.540936,45.761601],[-114.549335,45.771269],[-114.551263,45.778129],[-114.549921,45.7835],[-114.54538,45.787138],[-114.53493,45.793754],[-114.530194,45.797758],[-114.526776,45.802641],[-114.523895,45.807914],[-114.517157,45.817094],[-114.505853,45.829911],[-114.500482,45.838652],[-114.49848,45.841239],[-114.495087,45.844682],[-114.484808,45.850492],[-114.478363,45.852519],[-114.471112,45.853642],[-114.436908,45.854765],[-114.429462,45.855961],[-114.42265,45.858134],[-114.417059,45.860942],[-114.393085,45.878129],[-114.38891,45.882426],[-114.387518,45.88831],[-114.389105,45.895903],[-114.41015,45.919877],[-114.41308,45.924687],[-114.41535,45.929496],[-114.416229,45.935087],[-114.41535,45.940922],[-114.413788,45.947026],[-114.411151,45.952421],[-114.401263,45.966606],[-114.399286,45.972489],[-114.399994,45.978691],[-114.404022,45.98516],[-114.411151,45.988139],[-114.437518,45.993412],[-114.461444,46.000688],[-114.470502,46.006864],[-114.473554,46.013285],[-114.471527,46.018705],[-114.470331,46.024784],[-114.471698,46.031913],[-114.479608,46.041801],[-114.482489,46.049125],[-114.482929,46.05579],[-114.480829,46.06143],[-114.477899,46.066362],[-114.457733,46.087773],[-114.454218,46.092582],[-114.451679,46.097904],[-114.450726,46.103593],[-114.451288,46.109062],[-114.45368,46.114286],[-114.45788,46.11873],[-114.497553,46.148832],[-114.502216,46.154814],[-114.503168,46.160087],[-114.502606,46.165336],[-114.500409,46.169511],[-114.498212,46.171855],[-114.493768,46.174491],[-114.487738,46.176469],[-114.454364,46.179032],[-114.447186,46.180595],[-114.441083,46.183036],[-114.436493,46.186747],[-114.433197,46.191386],[-114.432001,46.19705],[-114.432269,46.202861],[-114.434833,46.213969],[-114.436908,46.230986],[-114.43808,46.236308],[-114.439838,46.24163],[-114.445648,46.252568],[-114.450433,46.259086],[-114.453363,46.264506],[-114.454364,46.26995],[-114.452509,46.274906],[-114.449262,46.279203],[-114.440936,46.287504],[-114.437592,46.292582],[-114.435663,46.298149],[-114.434686,46.309843],[-114.433026,46.315434],[-114.42995,46.320756],[-114.409418,46.341923],[-114.406122,46.346757],[-114.404633,46.35225],[-114.404047,46.358354],[-114.405804,46.370243],[-114.405487,46.382914],[-114.402948,46.395048],[-114.3987,46.406523],[-114.375385,46.441362],[-114.373041,46.447563],[-114.371307,46.453715],[-114.370575,46.460038],[-114.37121,46.465776],[-114.372675,46.471195],[-114.376483,46.476396],[-114.381586,46.481864],[-114.395868,46.493901],[-114.399139,46.497953],[-114.400067,46.49954],[-114.400214,46.500639],[-114.398212,46.50518],[-114.393793,46.507939],[-114.387909,46.510185],[-114.360638,46.517607],[-114.354437,46.520243],[-114.348895,46.523197],[-114.343964,46.526664],[-114.340546,46.530815],[-114.33869,46.535771],[-114.339862,46.540605],[-114.342426,46.545219],[-114.34538,46.549711],[-114.34704,46.554692],[-114.346454,46.560063],[-114.344135,46.565068],[-114.336981,46.574003],[-114.334125,46.579057],[-114.333148,46.584599],[-114.334296,46.590019],[-114.33598,46.595195],[-114.336664,46.600614],[-114.33537,46.606156],[-114.332831,46.611479],[-114.326654,46.621708],[-114.323334,46.633891],[-114.322943,46.651982],[-114.323798,46.6585],[-114.325336,46.664945],[-114.329462,46.671562],[-114.335516,46.675395],[-114.343134,46.677714],[-114.351727,46.678349],[-114.359808,46.677983],[-114.427679,46.665824],[-114.434174,46.663774],[-114.450433,46.65518],[-114.463007,46.65059],[-114.470184,46.649101],[-114.477582,46.648368],[-114.485419,46.649198],[-114.50202,46.653422],[-114.508539,46.654228],[-114.515448,46.653642],[-114.538251,46.647221],[-114.550262,46.645219],[-114.567035,46.64434],[-114.579559,46.646611],[-114.593866,46.651054],[-114.617938,46.661747],[-114.628705,46.668266],[-114.636005,46.674247],[-114.638324,46.679228],[-114.63974,46.684428],[-114.638812,46.690116],[-114.636005,46.694877],[-114.622308,46.707133],[-114.620673,46.712895],[-114.622748,46.720097],[-114.631122,46.730058],[-114.637836,46.735649],[-114.663153,46.74849],[-114.670136,46.750541],[-114.678143,46.751615],[-114.685785,46.7512],[-114.692841,46.749809],[-114.698749,46.747416],[-114.714911,46.737651],[-114.737177,46.718119],[-114.743622,46.715385],[-114.751361,46.714286],[-114.761224,46.715995],[-114.766571,46.719706],[-114.769379,46.72454],[-114.769525,46.729985],[-114.762347,46.754106],[-114.761859,46.760624],[-114.762714,46.767436],[-114.766425,46.774418],[-114.771625,46.778739],[-114.778705,46.78184],[-114.807269,46.787529],[-114.823602,46.792802],[-114.834222,46.79932],[-114.848554,46.810746],[-114.859369,46.817655],[-114.889862,46.83162],[-114.899042,46.836943],[-114.905414,46.84185],[-114.913763,46.85601],[-114.918304,46.866166],[-114.921283,46.877006],[-114.923285,46.894438],[-114.922626,46.900688],[-114.920868,46.906645],[-114.918524,46.912333],[-114.917084,46.917655],[-114.917865,46.922831],[-114.923969,46.927153],[-114.94892,46.937797],[-114.95744,46.942558],[-114.963886,46.947026],[-114.991888,46.973368],[-114.9987,46.978007],[-115.005145,46.980912],[-115.024945,46.98455],[-115.039374,46.9887],[-115.046991,46.992826],[-115.051703,46.996659],[-115.053339,46.999247],[-115.054169,47.001029],[-115.058759,47.019194],[-115.061054,47.02432],[-115.150409,47.092826],[-115.164716,47.116142],[-115.192108,47.142802],[-115.203387,47.150199],[-115.231024,47.163578],[-115.239618,47.170097],[-115.24892,47.179081],[-115.256073,47.184208],[-115.264154,47.188261],[-115.274066,47.191899],[-115.27995,47.195927],[-115.283563,47.200737],[-115.287079,47.211283],[-115.289984,47.216239],[-115.29411,47.221098],[-115.300482,47.226737],[-115.304633,47.231791],[-115.314227,47.246147],[-115.325287,47.258207],[-115.33327,47.26436],[-115.341669,47.268534],[-115.431805,47.293437],[-115.482172,47.29976],[-115.49682,47.304081],[-115.50473,47.308158],[-115.510126,47.312724],[-115.520184,47.325907],[-115.528632,47.339921],[-115.545013,47.356474],[-115.577118,47.382426],[-115.5862,47.388432],[-115.661298,47.422782],[-115.700629,47.43079],[-115.717255,47.436528],[-115.723993,47.441728],[-115.726703,47.447148],[-115.724847,47.451737],[-115.722113,47.455351],[-115.719403,47.457304],[-115.714471,47.459794],[-115.70788,47.461283],[-115.665253,47.464067],[-115.657977,47.465531],[-115.651508,47.467411],[-115.645624,47.470048],[-115.641254,47.474198],[-115.639179,47.479277],[-115.643109,47.485844],[-115.65224,47.490336],[-115.66767,47.495414],[-115.677972,47.499955],[-115.678558,47.500834],[-115.684442,47.521537],[-115.692035,47.532426],[-115.701068,47.538652],[-115.726849,47.550492],[-115.732758,47.555619],[-115.733124,47.560722],[-115.728803,47.564237],[-115.723285,47.567338],[-115.699237,47.57769],[-115.693939,47.580839],[-115.689154,47.584477],[-115.685004,47.588774],[-115.678876,47.598857],[-115.676532,47.604496],[-115.678803,47.612968],[-115.68559,47.623759],[-115.712982,47.652909],[-115.717792,47.661112],[-115.715155,47.685917],[-115.716156,47.692948],[-115.718915,47.699784],[-115.725311,47.70811],[-115.732391,47.712748],[-115.761371,47.726078],[-115.76662,47.731596],[-115.769769,47.738432],[-115.772211,47.745317],[-115.77829,47.754399],[-115.787518,47.759574],[-115.81413,47.770634],[-115.82121,47.7762],[-115.825629,47.781742],[-115.844623,47.82974],[-115.848602,47.835746],[-115.855048,47.843852],[-115.862958,47.848905],[-115.886688,47.858744],[-115.89599,47.865141],[-115.907147,47.874858],[-115.917792,47.88245],[-115.930365,47.889335],[-115.937006,47.894487],[-115.9414,47.899516],[-115.94892,47.910038],[-115.973724,47.932987],[-115.985492,47.948295],[-116.014813,47.973271],[-116.036859,47.98787],[-116.045502,47.997441],[-116.048944,48.003691],[-116.048944,48.05308],[-116.048846,48.170561],[-116.048724,48.288041],[-116.048651,48.405473],[-116.048554,48.523002],[-116.048407,48.640483],[-116.048334,48.757963],[-116.048236,48.875444],[-116.048163,48.992515],[-115.839126,48.992515],[-115.619372,48.992515],[-115.399515,48.992515],[-115.179657,48.992515],[-114.959929,48.992515],[-114.740098,48.992515],[-114.520266,48.992515],[-114.300486,48.992515],[-114.080681,48.992515],[-114.06384,48.992515],[-113.860875,48.992515],[-113.641043,48.992515],[-113.421186,48.992515],[-113.20138,48.992515],[-112.981626,48.992515],[-112.76182,48.992566],[-112.541989,48.992618],[-112.322183,48.992618],[-112.102377,48.992618],[-111.882572,48.992618],[-111.662714,48.992618],[-111.442883,48.992618],[-111.223077,48.992618],[-111.003323,48.992618],[-110.783517,48.992618],[-110.563712,48.992618],[-110.34388,48.992618],[-110.1241,48.992618],[-109.999321,48.992618],[-109.904269,48.992618],[-109.684541,48.992618],[-109.464709,48.992618],[-109.244852,48.992618],[-109.025046,48.992618],[-108.80524,48.992618],[-108.585435,48.992618],[-108.365629,48.992618],[-108.145797,48.992618],[-107.926043,48.992618],[-107.706238,48.992618],[-107.486432,48.992618],[-107.266626,48.992618],[-107.046795,48.992618],[-106.826989,48.992618],[-106.607183,48.992618],[-106.387326,48.992618],[-106.16752,48.992618],[-105.94774,48.992618],[-105.727935,48.992618],[-105.508155,48.992618],[-105.288323,48.992618],[-105.068543,48.992618],[-104.848712,48.992618],[-104.628854,48.992618],[-104.409049,48.992618],[-104.189243,48.992618],[-104.047574,48.992618]]]},"type":"Feature","properties":{"postal":"MT","name":"Montana","type":"State","center":[-110.32921810699588,47.52783911027092]}},"ND":{"geometry":{"type":"Polygon","coordinates":[[[-97.226089,48.99267],[-97.229218,48.968632],[-97.221478,48.952299],[-97.210883,48.93665],[-97.207782,48.923368],[-97.203046,48.903373],[-97.197186,48.894242],[-97.190375,48.885746],[-97.185101,48.876762],[-97.177655,48.841996],[-97.148212,48.788237],[-97.140863,48.74954],[-97.132562,48.732792],[-97.109369,48.698637],[-97.100971,48.650517],[-97.121796,48.612382],[-97.148358,48.576274],[-97.157172,48.534135],[-97.133734,48.476103],[-97.12829,48.444438],[-97.122821,48.428569],[-97.123651,48.41746],[-97.128192,48.406449],[-97.140521,48.388481],[-97.14411,48.376469],[-97.126532,48.311161],[-97.11994,48.29705],[-97.115179,48.28123],[-97.129852,48.211991],[-97.129657,48.170561],[-97.121893,48.132719],[-97.106317,48.096806],[-97.062616,48.023051],[-97.051337,47.985844],[-97.035028,47.951957],[-97.000116,47.924003],[-97.014764,47.900077],[-97.01203,47.877421],[-96.986469,47.828398],[-96.986273,47.822563],[-96.991815,47.815165],[-96.989887,47.810722],[-96.986469,47.80872],[-96.982929,47.807841],[-96.980145,47.806742],[-96.979022,47.804203],[-96.975409,47.800248],[-96.951727,47.780009],[-96.944086,47.767411],[-96.931854,47.732182],[-96.918402,47.711991],[-96.904852,47.69644],[-96.894403,47.679057],[-96.888568,47.643656],[-96.876605,47.616142],[-96.860565,47.607011],[-96.856122,47.60186],[-96.855707,47.595487],[-96.858368,47.589799],[-96.861639,47.585063],[-96.862958,47.581376],[-96.861762,47.557353],[-96.863568,47.537455],[-96.862592,47.519877],[-96.853021,47.502836],[-96.852948,47.488261],[-96.86872,47.437724],[-96.869159,47.416899],[-96.864154,47.411991],[-96.855121,47.40496],[-96.846405,47.396391],[-96.842474,47.386454],[-96.849921,47.259233],[-96.8466,47.23665],[-96.831659,47.188139],[-96.828192,47.166752],[-96.829828,47.159184],[-96.833197,47.150614],[-96.835907,47.140629],[-96.835663,47.12891],[-96.821991,47.087919],[-96.820917,47.067973],[-96.828192,47.002299],[-96.826068,46.989115],[-96.820819,46.980082],[-96.808319,46.964408],[-96.80473,46.951298],[-96.804266,46.943901],[-96.808319,46.943925],[-96.802948,46.941264],[-96.791278,46.938945],[-96.781244,46.933769],[-96.769354,46.931449],[-96.763031,46.927153],[-96.759247,46.920903],[-96.761054,46.916386],[-96.76474,46.912016],[-96.769989,46.896],[-96.784003,46.882255],[-96.787225,46.871928],[-96.785785,46.838188],[-96.787225,46.827226],[-96.790131,46.820341],[-96.79931,46.803813],[-96.801508,46.79373],[-96.7987,46.778129],[-96.784369,46.743046],[-96.781024,46.721098],[-96.784589,46.698588],[-96.796845,46.663847],[-96.794672,46.642265],[-96.784784,46.628422],[-96.753046,46.59705],[-96.746259,46.577421],[-96.740375,46.540361],[-96.739642,46.519169],[-96.746259,46.498881],[-96.740619,46.491801],[-96.724335,46.478666],[-96.718329,46.470951],[-96.716913,46.463529],[-96.717011,46.454692],[-96.715375,46.444609],[-96.70871,46.43372],[-96.650678,46.368534],[-96.616498,46.341215],[-96.60163,46.32393],[-96.595429,46.302763],[-96.597919,46.237992],[-96.595429,46.217729],[-96.592206,46.20706],[-96.587787,46.198515],[-96.564862,46.171391],[-96.564374,46.164848],[-96.56662,46.157328],[-96.568134,46.145707],[-96.563495,46.140068],[-96.556708,46.103031],[-96.557025,46.090361],[-96.564105,46.062406],[-96.576044,46.040214],[-96.57619,46.016459],[-96.556342,45.941752],[-96.789276,45.941752],[-97.022284,45.941752],[-97.255219,45.941752],[-97.488178,45.941801],[-97.721137,45.94185],[-97.954096,45.94185],[-98.187054,45.94185],[-98.420013,45.94185],[-98.652948,45.94185],[-98.885907,45.94185],[-99.118866,45.94185],[-99.351825,45.941874],[-99.584784,45.941899],[-99.817792,45.941899],[-100.050726,45.941899],[-100.283685,45.941899],[-100.516644,45.941899],[-100.749579,45.941899],[-100.982587,45.941899],[-101.215546,45.941947],[-101.448505,45.941996],[-101.681488,45.941996],[-101.914423,45.941996],[-102.147382,45.941996],[-102.380341,45.941996],[-102.6133,45.941996],[-102.846259,45.941996],[-103.079218,45.941996],[-103.312177,45.941996],[-103.545087,45.941996],[-103.77807,45.941996],[-104.044891,45.942021],[-104.046259,46.132695],[-104.046259,46.299565],[-104.046259,46.46641],[-104.046259,46.633256],[-104.046259,46.800102],[-104.046259,46.966947],[-104.046259,47.133793],[-104.046259,47.300639],[-104.046259,47.467485],[-104.046259,47.63433],[-104.046259,47.801176],[-104.046259,47.968022],[-104.046259,48.134892],[-104.046259,48.301762],[-104.046259,48.468608],[-104.046259,48.635453],[-104.046234,48.802299],[-104.047574,48.992618],[-103.969489,48.992618],[-103.749683,48.992618],[-103.529852,48.992618],[-103.310046,48.992618],[-103.09024,48.992618],[-102.870383,48.992618],[-102.650577,48.992618],[-102.430746,48.992618],[-102.21094,48.99267],[-101.991186,48.99267],[-101.77138,48.99267],[-101.551574,48.99267],[-101.36434,48.99267],[-101.331691,48.99267],[-101.111886,48.99267],[-100.892106,48.99267],[-100.672274,48.99267],[-100.452494,48.99267],[-100.232663,48.99267],[-100.012883,48.99267],[-99.793103,48.99267],[-99.573297,48.99267],[-99.353492,48.99267],[-99.13366,48.99267],[-98.913854,48.99267],[-98.694049,48.99267],[-98.474191,48.99267],[-98.254437,48.99267],[-98.034606,48.99267],[-97.8148,48.99267],[-97.594994,48.99267],[-97.375189,48.99267],[-97.226089,48.99267]]]},"type":"Feature","properties":{"postal":"ND","name":"North Dakota","type":"State","center":[-100.64929126657522,47.73736766019451]}},"HI":{"geometry":{"type":"MultiPolygon","coordinates":[[[[-155.606519,20.137956],[-155.586363,20.122936],[-155.563098,20.128403],[-155.527194,20.126269],[-155.491078,20.113023],[-155.420715,20.090185],[-155.332313,20.046721],[-155.215106,19.975645],[-155.168043,19.946827],[-155.115853,19.896732],[-155.087141,19.86038],[-155.086399,19.821029],[-155.088062,19.768645],[-155.085371,19.727409],[-155.057493,19.72853],[-155.018544,19.745836],[-154.989923,19.726707],[-154.976672,19.705757],[-154.980044,19.662806],[-154.96697,19.636252],[-154.949906,19.611446],[-154.899622,19.567016],[-154.846623,19.544938],[-154.825311,19.527488],[-154.814064,19.506579],[-154.817209,19.479722],[-154.829905,19.464057],[-154.874736,19.412884],[-154.918932,19.397312],[-154.982301,19.339244],[-155.025095,19.327582],[-155.026663,19.316171],[-155.062613,19.30782],[-155.093031,19.28621],[-155.153041,19.269204],[-155.202958,19.25558],[-155.245059,19.265539],[-155.269281,19.266182],[-155.291127,19.259524],[-155.314445,19.245659],[-155.345687,19.224805],[-155.364136,19.203575],[-155.384658,19.200531],[-155.400149,19.193686],[-155.422597,19.180121],[-155.436838,19.169867],[-155.487782,19.142524],[-155.502797,19.137681],[-155.546132,19.098212],[-155.553737,19.081961],[-155.55226,19.045619],[-155.570638,19.026771],[-155.60206,18.99738],[-155.618523,18.955544],[-155.632969,18.940203],[-155.651242,18.926104],[-155.674756,18.906117],[-155.683544,18.911157],[-155.682932,18.932886],[-155.704167,18.949085],[-155.744414,18.969343],[-155.792171,18.996976],[-155.817253,19.013231],[-155.859133,19.023812],[-155.87813,19.029072],[-155.884047,19.047295],[-155.891049,19.065654],[-155.903906,19.069459],[-155.912133,19.096189],[-155.91993,19.138601],[-155.908386,19.188986],[-155.88553,19.334157],[-155.887374,19.359568],[-155.900889,19.38275],[-155.912959,19.414315],[-155.929491,19.461816],[-155.936578,19.48131],[-155.946448,19.493611],[-155.956388,19.514236],[-155.953969,19.536078],[-155.965636,19.556631],[-155.971365,19.579698],[-155.982197,19.607675],[-155.999524,19.632179],[-156.014784,19.643355],[-156.036255,19.667935],[-156.060164,19.731221],[-156.05016,19.759508],[-156.038808,19.783149],[-156.017445,19.801093],[-155.996775,19.814439],[-155.987498,19.824368],[-155.982045,19.843329],[-155.967966,19.854234],[-155.926015,19.868801],[-155.905832,19.902045],[-155.895863,19.913479],[-155.873402,19.951321],[-155.850901,19.975287],[-155.835458,19.975703],[-155.82832,20.006961],[-155.824083,20.020092],[-155.831069,20.039372],[-155.84771,20.054519],[-155.882556,20.104943],[-155.89698,20.148846],[-155.899363,20.184068],[-155.89927,20.21669],[-155.880483,20.252021],[-155.867242,20.263132],[-155.831129,20.263429],[-155.766062,20.249172],[-155.737986,20.243801],[-155.732615,20.238837],[-155.729197,20.23135],[-155.728017,20.221625],[-155.711669,20.196149],[-155.67335,20.18167],[-155.648131,20.168006],[-155.630654,20.148212],[-155.606519,20.137956]]],[[[-156.534128,20.531787],[-156.544555,20.513217],[-156.572919,20.512984],[-156.599511,20.517403],[-156.618868,20.513808],[-156.646499,20.508084],[-156.679261,20.504713],[-156.700562,20.525427],[-156.688458,20.540104],[-156.667159,20.557717],[-156.63915,20.575141],[-156.608815,20.591046],[-156.582621,20.599957],[-156.561774,20.598008],[-156.53657,20.570942],[-156.549768,20.541473],[-156.534128,20.531787]]],[[[-156.913738,20.734724],[-156.96228,20.732388],[-156.982386,20.759414],[-156.987079,20.782873],[-156.988352,20.801459],[-156.988596,20.824937],[-156.992136,20.84634],[-157.009224,20.85588],[-157.05081,20.871406],[-157.063136,20.890387],[-157.055214,20.911371],[-157.031551,20.922718],[-156.990414,20.927509],[-156.89272,20.914141],[-156.848378,20.876817],[-156.848337,20.876776],[-156.832672,20.860743],[-156.816338,20.841704],[-156.805797,20.825108],[-156.803539,20.812564],[-156.809731,20.79548],[-156.831257,20.763807],[-156.876775,20.744265],[-156.913738,20.734724]]],[[[-156.5896,21.027739],[-156.581386,21.01815],[-156.571413,21.016456],[-156.555666,21.008334],[-156.542368,21.00339],[-156.537525,20.990652],[-156.525889,20.987322],[-156.522875,20.974045],[-156.523047,20.962198],[-156.509141,20.950296],[-156.500189,20.937584],[-156.492993,20.921798],[-156.481672,20.904397],[-156.464071,20.905623],[-156.452921,20.917918],[-156.433705,20.917711],[-156.418813,20.920111],[-156.389638,20.921536],[-156.378489,20.923977],[-156.346425,20.945868],[-156.330678,20.951239],[-156.315419,20.952948],[-156.298329,20.952704],[-156.281931,20.950263],[-156.268625,20.945054],[-156.264394,20.944525],[-156.260976,20.943671],[-156.258127,20.941596],[-156.255564,20.937649],[-156.242909,20.941555],[-156.226877,20.931952],[-156.221845,20.920337],[-156.215281,20.914728],[-156.207224,20.906887],[-156.197255,20.895006],[-156.179192,20.883483],[-156.166088,20.871481],[-156.16476,20.862786],[-156.15299,20.861794],[-156.147936,20.861703],[-156.144423,20.867118],[-156.131269,20.857453],[-156.125729,20.844041],[-156.119281,20.836071],[-156.084989,20.831451],[-156.051009,20.815863],[-156.001698,20.800442],[-155.979553,20.757374],[-155.984696,20.717591],[-156.003134,20.685898],[-156.027741,20.679366],[-156.048423,20.650888],[-156.075404,20.650672],[-156.129504,20.624473],[-156.165438,20.625236],[-156.185423,20.62722],[-156.20383,20.626043],[-156.253694,20.604423],[-156.284893,20.588639],[-156.302594,20.581179],[-156.326715,20.587171],[-156.33589,20.588152],[-156.352513,20.592429],[-156.365468,20.588772],[-156.407653,20.587207],[-156.435488,20.611976],[-156.438582,20.622198],[-156.451664,20.635738],[-156.443143,20.642602],[-156.44275,20.660569],[-156.450482,20.72638],[-156.458441,20.744517],[-156.457992,20.764835],[-156.464319,20.781383],[-156.468427,20.784588],[-156.475331,20.790839],[-156.485727,20.796661],[-156.501631,20.796191],[-156.51588,20.790087],[-156.521301,20.776241],[-156.533899,20.774139],[-156.548634,20.782111],[-156.562726,20.791837],[-156.584482,20.795452],[-156.605976,20.808377],[-156.620234,20.807088],[-156.633256,20.823738],[-156.657053,20.847661],[-156.684907,20.881888],[-156.686133,20.903822],[-156.696009,20.915802],[-156.69226,20.936103],[-156.685879,20.964236],[-156.676838,20.987971],[-156.666469,21.003438],[-156.65385,21.004755],[-156.645375,21.013373],[-156.644846,21.021186],[-156.63579,21.027124],[-156.626581,21.026162],[-156.61568,21.02515],[-156.607255,21.027343],[-156.60382,21.031992],[-156.597929,21.032653],[-156.5896,21.027739]]],[[[-157.248843,21.221711],[-157.232926,21.219117],[-157.209413,21.220323],[-157.196898,21.217015],[-157.188684,21.205142],[-157.173573,21.205146],[-157.079084,21.191713],[-157.028079,21.184614],[-156.989735,21.182847],[-156.981808,21.194047],[-156.980789,21.20342],[-156.975615,21.211148],[-156.965769,21.213324],[-156.95241,21.196707],[-156.947758,21.17785],[-156.925233,21.171245],[-156.897045,21.165191],[-156.84668,21.166729],[-156.824658,21.169548],[-156.810635,21.173875],[-156.800312,21.177676],[-156.791792,21.176028],[-156.773519,21.177205],[-156.759496,21.173011],[-156.749013,21.170966],[-156.739006,21.172761],[-156.733208,21.168751],[-156.735921,21.164082],[-156.72915,21.160864],[-156.713176,21.161368],[-156.705725,21.156543],[-156.724843,21.123725],[-156.755605,21.095526],[-156.793406,21.075873],[-156.831003,21.061103],[-156.869578,21.053371],[-156.908559,21.057034],[-156.947405,21.064542],[-157.024917,21.083779],[-157.072374,21.099381],[-157.14032,21.09419],[-157.18727,21.091781],[-157.222572,21.086839],[-157.250966,21.088446],[-157.273061,21.087348],[-157.292592,21.094713],[-157.303944,21.109565],[-157.30427,21.128241],[-157.296457,21.143948],[-157.28539,21.156073],[-157.267391,21.162542],[-157.251163,21.180284],[-157.246634,21.199757],[-157.259036,21.214829],[-157.259759,21.22188],[-157.248843,21.221711]]],[[[-157.893764,21.598382],[-157.887503,21.580882],[-157.876728,21.575408],[-157.873925,21.569342],[-157.871181,21.557916],[-157.863579,21.559795],[-157.8535,21.55634],[-157.845937,21.548041],[-157.836449,21.534049],[-157.836313,21.518645],[-157.836392,21.51127],[-157.844374,21.51136],[-157.849525,21.505384],[-157.84756,21.488601],[-157.845518,21.477849],[-157.842127,21.461049],[-157.832765,21.458257],[-157.820519,21.453416],[-157.811268,21.441905],[-157.803513,21.429072],[-157.788366,21.424187],[-157.786324,21.416789],[-157.776227,21.413306],[-157.769619,21.420604],[-157.76005,21.433234],[-157.775117,21.442812],[-157.773525,21.454199],[-157.762618,21.458764],[-157.738055,21.455781],[-157.725708,21.458985],[-157.722921,21.451569],[-157.73762,21.43769],[-157.740549,21.419582],[-157.738704,21.405451],[-157.722178,21.395841],[-157.709304,21.383588],[-157.7058,21.374905],[-157.710305,21.363461],[-157.706824,21.351995],[-157.696146,21.336397],[-157.674483,21.322944],[-157.653599,21.312566],[-157.647167,21.306431],[-157.658884,21.293833],[-157.683707,21.272687],[-157.693212,21.262742],[-157.704076,21.25953],[-157.707599,21.265616],[-157.706762,21.275006],[-157.715346,21.281839],[-157.742101,21.275471],[-157.763814,21.273104],[-157.781884,21.264573],[-157.794965,21.254663],[-157.810818,21.25419],[-157.817979,21.257635],[-157.822922,21.266426],[-157.830714,21.277258],[-157.863674,21.290393],[-157.880136,21.297962],[-157.89076,21.312841],[-157.894967,21.322283],[-157.894876,21.331685],[-157.902086,21.32839],[-157.91518,21.316466],[-157.905239,21.305631],[-157.947003,21.302743],[-157.946229,21.307428],[-157.940435,21.310717],[-157.948274,21.316833],[-157.964107,21.316335],[-157.964709,21.326398],[-157.967493,21.334474],[-157.965258,21.341152],[-157.968062,21.347887],[-157.957209,21.352459],[-157.947086,21.35704],[-157.936217,21.362954],[-157.931845,21.371662],[-157.943951,21.380487],[-157.953961,21.384601],[-157.960927,21.388821],[-157.965475,21.384728],[-157.96921,21.372022],[-157.977792,21.376131],[-157.985626,21.384953],[-157.991332,21.391073],[-157.990729,21.377612],[-157.984431,21.362129],[-157.989506,21.358831],[-158.011612,21.376505],[-158.020174,21.383313],[-158.013149,21.367118],[-157.996796,21.350871],[-157.984677,21.341359],[-157.975413,21.333887],[-157.980627,21.318521],[-157.998692,21.311338],[-158.022469,21.307562],[-158.059234,21.299887],[-158.077952,21.298061],[-158.094309,21.293606],[-158.098866,21.295396],[-158.103383,21.299262],[-158.115268,21.305121],[-158.124236,21.338739],[-158.134719,21.365655],[-158.148233,21.381164],[-158.157436,21.394654],[-158.176052,21.40353],[-158.180802,21.430369],[-158.18712,21.444498],[-158.204954,21.458728],[-158.215677,21.465522],[-158.2276,21.483047],[-158.228121,21.503799],[-158.229322,21.532605],[-158.235951,21.541571],[-158.278933,21.575265],[-158.272419,21.578559],[-158.236338,21.584941],[-158.193816,21.587237],[-158.165737,21.585643],[-158.149165,21.586159],[-158.136586,21.589301],[-158.121072,21.585895],[-158.117624,21.59809],[-158.112946,21.603906],[-158.09482,21.613784],[-158.073784,21.628958],[-158.065786,21.635574],[-158.067209,21.641425],[-158.060048,21.652493],[-158.050608,21.671291],[-158.035349,21.683417],[-158.014445,21.701499],[-157.982646,21.70985],[-157.969655,21.709061],[-157.962433,21.705012],[-157.956732,21.698922],[-157.950185,21.690619],[-157.933912,21.677898],[-157.933327,21.667165],[-157.924686,21.663071],[-157.924092,21.65434],[-157.915534,21.64554],[-157.920181,21.627451],[-157.907326,21.610591],[-157.893764,21.598382]]],[[[-160.19824,21.783884],[-160.211285,21.780209],[-160.224359,21.789243],[-160.235466,21.792821],[-160.248036,21.82803],[-160.245463,21.850839],[-160.234424,21.874456],[-160.195383,21.912045],[-160.164026,21.934468],[-160.12362,21.956296],[-160.117264,21.969642],[-160.112739,21.981738],[-160.113759,22.00023],[-160.113759,22.000271],[-160.095862,22.007757],[-160.078892,22.007177],[-160.059964,22.000563],[-160.051436,21.98305],[-160.059879,21.973972],[-160.07223,21.959453],[-160.079539,21.937893],[-160.072214,21.910834],[-160.085246,21.893536],[-160.102534,21.886284],[-160.117486,21.878398],[-160.136341,21.872918],[-160.158662,21.859564],[-160.171677,21.848648],[-160.179461,21.833516],[-160.191029,21.804674],[-160.19824,21.783884]]],[[[-159.388185,22.228789],[-159.373755,22.222087],[-159.357866,22.222729],[-159.338735,22.213039],[-159.331225,22.197941],[-159.318674,22.185777],[-159.311812,22.184503],[-159.307576,22.171094],[-159.304658,22.161103],[-159.30134,22.151068],[-159.301259,22.151028],[-159.292795,22.14643],[-159.292592,22.135565],[-159.294704,22.107627],[-159.304141,22.095614],[-159.318694,22.05756],[-159.333176,22.049569],[-159.334665,22.021552],[-159.331654,22.004055],[-159.330637,21.984768],[-159.331736,21.966132],[-159.334128,21.958057],[-159.347894,21.958107],[-159.359122,21.9529],[-159.351615,21.945454],[-159.347862,21.93671],[-159.353643,21.930044],[-159.36541,21.930833],[-159.382492,21.917419],[-159.389719,21.90541],[-159.398372,21.898078],[-159.414962,21.888098],[-159.416411,21.880748],[-159.427227,21.879447],[-159.433717,21.874117],[-159.437315,21.868769],[-159.481922,21.883547],[-159.509266,21.886252],[-159.529618,21.885651],[-159.567555,21.89303],[-159.581949,21.894352],[-159.590575,21.901715],[-159.594892,21.900388],[-159.596341,21.893699],[-159.604979,21.891703],[-159.61001,21.899719],[-159.622968,21.905057],[-159.634482,21.913748],[-159.641665,21.923107],[-159.645972,21.931796],[-159.650291,21.939808],[-159.661816,21.942478],[-159.666125,21.950497],[-159.676209,21.955171],[-159.696116,21.958157],[-159.711511,21.96385],[-159.723758,21.96986],[-159.743213,21.973195],[-159.759794,21.978533],[-159.768449,21.99523],[-159.771333,22.005248],[-159.77999,22.009253],[-159.787211,22.01927],[-159.78722,22.033299],[-159.785784,22.044656],[-159.785066,22.057349],[-159.786515,22.066034],[-159.77656,22.069525],[-159.749748,22.098107],[-159.73568,22.115246],[-159.734324,22.124986],[-159.734202,22.133734],[-159.732615,22.140774],[-159.725901,22.143622],[-159.723459,22.146552],[-159.716534,22.157514],[-159.694178,22.163518],[-159.668188,22.169478],[-159.639375,22.185559],[-159.621349,22.200291],[-159.598234,22.210865],[-159.589582,22.220954],[-159.576594,22.225661],[-159.565768,22.225647],[-159.558543,22.232995],[-159.548441,22.23098],[-159.541232,22.224954],[-159.537634,22.218261],[-159.529696,22.217585],[-159.516712,22.213565],[-159.508063,22.208204],[-159.499408,22.208847],[-159.502276,22.216221],[-159.499376,22.223574],[-159.481321,22.230235],[-159.462578,22.2275],[-159.440178,22.227518],[-159.428653,22.220801],[-159.419259,22.222135],[-159.407683,22.228816],[-159.39972,22.235495],[-159.388185,22.228789]]],[[[-161.94518,23.039862],[-161.947865,23.038031],[-161.94636,23.041449],[-161.946034,23.044582],[-161.944773,23.04621],[-161.940419,23.0456],[-161.940907,23.041978],[-161.942698,23.040676],[-161.94518,23.039862]]],[[[-164.704335,23.579332],[-164.699086,23.570543],[-164.707265,23.572577],[-164.708485,23.57453],[-164.70637,23.576606],[-164.704335,23.579332]]],[[[-167.996165,25.00434],[-167.996775,25.001125],[-168.002797,25.014797],[-167.999867,25.016425],[-167.995554,25.011664],[-167.995066,25.007758],[-167.996165,25.00434]]],[[[-171.722808,25.773017],[-171.72936,25.751939],[-171.739084,25.756293],[-171.740671,25.769029],[-171.722849,25.773017],[-171.722808,25.773017]]],[[[-173.959177,26.059638],[-173.95995,26.055325],[-173.965647,26.05858],[-173.966379,26.061957],[-173.965199,26.066107],[-173.964996,26.071357],[-173.962839,26.066636],[-173.96052,26.063137],[-173.959177,26.059638]]],[[[-178.298397,28.387372],[-178.302718,28.386465],[-178.304366,28.387912],[-178.297988,28.390993],[-178.294287,28.394978],[-178.292437,28.398057],[-178.290381,28.401679],[-178.287905,28.392989],[-178.292225,28.390091],[-178.298397,28.387372]]]]},"type":"Feature","properties":{"postal":"HI","name":"Hawaii","type":"State","center":[-156.9029111415943,21.116904410174897]}},"ID":{"geometry":{"type":"Polygon","coordinates":[[[-114.751361,46.714286],[-114.743622,46.715385],[-114.737177,46.718119],[-114.714911,46.737651],[-114.698749,46.747416],[-114.692841,46.749809],[-114.685785,46.7512],[-114.678143,46.751615],[-114.670136,46.750541],[-114.663153,46.74849],[-114.637836,46.735649],[-114.631122,46.730058],[-114.622748,46.720097],[-114.620673,46.712895],[-114.622308,46.707133],[-114.636005,46.694877],[-114.638812,46.690116],[-114.63974,46.684428],[-114.638324,46.679228],[-114.636005,46.674247],[-114.628705,46.668266],[-114.617938,46.661747],[-114.593866,46.651054],[-114.579559,46.646611],[-114.567035,46.64434],[-114.550262,46.645219],[-114.538251,46.647221],[-114.515448,46.653642],[-114.508539,46.654228],[-114.50202,46.653422],[-114.485419,46.649198],[-114.477582,46.648368],[-114.470184,46.649101],[-114.463007,46.65059],[-114.450433,46.65518],[-114.434174,46.663774],[-114.427679,46.665824],[-114.359808,46.677983],[-114.351727,46.678349],[-114.343134,46.677714],[-114.335516,46.675395],[-114.329462,46.671562],[-114.325336,46.664945],[-114.323798,46.6585],[-114.322943,46.651982],[-114.323334,46.633891],[-114.326654,46.621708],[-114.332831,46.611479],[-114.33537,46.606156],[-114.336664,46.600614],[-114.33598,46.595195],[-114.334296,46.590019],[-114.333148,46.584599],[-114.334125,46.579057],[-114.336981,46.574003],[-114.344135,46.565068],[-114.346454,46.560063],[-114.34704,46.554692],[-114.34538,46.549711],[-114.342426,46.545219],[-114.339862,46.540605],[-114.33869,46.535771],[-114.340546,46.530815],[-114.343964,46.526664],[-114.348895,46.523197],[-114.354437,46.520243],[-114.360638,46.517607],[-114.387909,46.510185],[-114.393793,46.507939],[-114.398212,46.50518],[-114.400214,46.500639],[-114.400067,46.49954],[-114.399139,46.497953],[-114.395868,46.493901],[-114.381586,46.481864],[-114.376483,46.476396],[-114.372675,46.471195],[-114.37121,46.465776],[-114.370575,46.460038],[-114.371307,46.453715],[-114.373041,46.447563],[-114.375385,46.441362],[-114.3987,46.406523],[-114.402948,46.395048],[-114.405487,46.382914],[-114.405804,46.370243],[-114.404047,46.358354],[-114.404633,46.35225],[-114.406122,46.346757],[-114.409418,46.341923],[-114.42995,46.320756],[-114.433026,46.315434],[-114.434686,46.309843],[-114.435663,46.298149],[-114.437592,46.292582],[-114.440936,46.287504],[-114.449262,46.279203],[-114.452509,46.274906],[-114.454364,46.26995],[-114.453363,46.264506],[-114.450433,46.259086],[-114.445648,46.252568],[-114.439838,46.24163],[-114.43808,46.236308],[-114.436908,46.230986],[-114.434833,46.213969],[-114.432269,46.202861],[-114.432001,46.19705],[-114.433197,46.191386],[-114.436493,46.186747],[-114.441083,46.183036],[-114.447186,46.180595],[-114.454364,46.179032],[-114.487738,46.176469],[-114.493768,46.174491],[-114.498212,46.171855],[-114.500409,46.169511],[-114.502606,46.165336],[-114.503168,46.160087],[-114.502216,46.154814],[-114.497553,46.148832],[-114.45788,46.11873],[-114.45368,46.114286],[-114.451288,46.109062],[-114.450726,46.103593],[-114.451679,46.097904],[-114.454218,46.092582],[-114.457733,46.087773],[-114.477899,46.066362],[-114.480829,46.06143],[-114.482929,46.05579],[-114.482489,46.049125],[-114.479608,46.041801],[-114.471698,46.031913],[-114.470331,46.024784],[-114.471527,46.018705],[-114.473554,46.013285],[-114.470502,46.006864],[-114.461444,46.000688],[-114.437518,45.993412],[-114.411151,45.988139],[-114.404022,45.98516],[-114.399994,45.978691],[-114.399286,45.972489],[-114.401263,45.966606],[-114.411151,45.952421],[-114.413788,45.947026],[-114.41535,45.940922],[-114.416229,45.935087],[-114.41535,45.929496],[-114.41308,45.924687],[-114.41015,45.919877],[-114.389105,45.895903],[-114.387518,45.88831],[-114.38891,45.882426],[-114.393085,45.878129],[-114.417059,45.860942],[-114.42265,45.858134],[-114.429462,45.855961],[-114.436908,45.854765],[-114.471112,45.853642],[-114.478363,45.852519],[-114.484808,45.850492],[-114.495087,45.844682],[-114.49848,45.841239],[-114.500482,45.838652],[-114.505853,45.829911],[-114.517157,45.817094],[-114.523895,45.807914],[-114.526776,45.802641],[-114.530194,45.797758],[-114.53493,45.793754],[-114.54538,45.787138],[-114.549921,45.7835],[-114.551263,45.778129],[-114.549335,45.771269],[-114.540936,45.761601],[-114.535761,45.747904],[-114.533466,45.743046],[-114.527411,45.737162],[-114.501874,45.718925],[-114.49538,45.711625],[-114.493671,45.705058],[-114.498041,45.695561],[-114.497626,45.690531],[-114.494086,45.680253],[-114.494305,45.67432],[-114.495648,45.669096],[-114.497821,45.664555],[-114.500116,45.661283],[-114.502802,45.658451],[-114.515595,45.64832],[-114.536469,45.635771],[-114.540497,45.631889],[-114.542206,45.626713],[-114.540424,45.620414],[-114.534369,45.612162],[-114.530707,45.606059],[-114.52912,45.599955],[-114.530438,45.594487],[-114.533173,45.589213],[-114.544916,45.576542],[-114.545453,45.572758],[-114.540961,45.569096],[-114.527118,45.567704],[-114.50744,45.567753],[-114.460346,45.561283],[-114.45058,45.558891],[-114.417548,45.540898],[-114.412396,45.535673],[-114.409515,45.529936],[-114.408051,45.524613],[-114.401508,45.518876],[-114.391132,45.513627],[-114.35744,45.500175],[-114.351947,45.49329],[-114.348016,45.48953],[-114.340741,45.485697],[-114.329584,45.483305],[-114.308661,45.482084],[-114.297577,45.483695],[-114.289276,45.486112],[-114.283685,45.488847],[-114.259882,45.497734],[-114.255609,45.500224],[-114.254608,45.500932],[-114.250165,45.506352],[-114.23974,45.527665],[-114.236444,45.532255],[-114.232245,45.536503],[-114.227606,45.540238],[-114.221967,45.543168],[-114.215448,45.54517],[-114.207636,45.545903],[-114.190692,45.545024],[-114.183124,45.545658],[-114.176849,45.547807],[-114.153876,45.55872],[-114.114325,45.570512],[-114.108856,45.573295],[-114.104804,45.577323],[-114.102582,45.582279],[-114.099847,45.587236],[-114.096161,45.591752],[-114.091278,45.595341],[-114.073578,45.603154],[-114.068695,45.606425],[-114.064887,45.610868],[-114.061639,45.615873],[-114.059003,45.621488],[-114.052435,45.631694],[-114.048431,45.636088],[-114.043524,45.63953],[-114.037909,45.642338],[-114.03161,45.644657],[-114.004926,45.651176],[-114.0008,45.652738],[-113.998334,45.654838],[-113.996674,45.659013],[-113.996991,45.663871],[-113.998285,45.668583],[-114.001532,45.675444],[-114.002899,45.680204],[-114.003217,45.685649],[-114.002899,45.691313],[-114.001434,45.696171],[-113.999213,45.699101],[-113.995575,45.701322],[-113.989545,45.70269],[-113.975946,45.699443],[-113.957269,45.692607],[-113.921356,45.674394],[-113.895648,45.658256],[-113.892645,45.653813],[-113.890717,45.648735],[-113.889496,45.637675],[-113.882587,45.632353],[-113.87077,45.627592],[-113.818939,45.614726],[-113.810809,45.61182],[-113.803241,45.607792],[-113.794574,45.60059],[-113.790399,45.594877],[-113.788446,45.589262],[-113.789252,45.583964],[-113.792157,45.57935],[-113.799945,45.570805],[-113.803046,45.5658],[-113.807684,45.554325],[-113.810272,45.541459],[-113.810638,45.535307],[-113.806708,45.529521],[-113.7987,45.52454],[-113.767572,45.514628],[-113.757196,45.507572],[-113.754315,45.500737],[-113.754584,45.499467],[-113.754315,45.49329],[-113.751679,45.477006],[-113.752387,45.471293],[-113.754315,45.465751],[-113.760419,45.455375],[-113.762738,45.449858],[-113.764227,45.444071],[-113.764398,45.438163],[-113.762518,45.433134],[-113.760126,45.428373],[-113.758344,45.417167],[-113.754022,45.410258],[-113.725922,45.393559],[-113.718256,45.386747],[-113.714545,45.38018],[-113.714227,45.36807],[-113.716132,45.343266],[-113.718622,45.331108],[-113.719012,45.325151],[-113.717474,45.313774],[-113.714838,45.309013],[-113.711395,45.304789],[-113.704852,45.300224],[-113.682684,45.288163],[-113.675262,45.28289],[-113.67038,45.277592],[-113.668573,45.272123],[-113.667816,45.261015],[-113.666254,45.255815],[-113.661615,45.250834],[-113.644208,45.240556],[-113.624042,45.223905],[-113.607929,45.214872],[-113.593597,45.203373],[-113.587201,45.194706],[-113.584491,45.189945],[-113.581317,45.179716],[-113.580389,45.17415],[-113.578729,45.168925],[-113.575922,45.164262],[-113.567792,45.15623],[-113.56452,45.152079],[-113.562347,45.147196],[-113.561981,45.135063],[-113.56059,45.129814],[-113.555243,45.125981],[-113.546796,45.123759],[-113.513104,45.124272],[-113.505585,45.121684],[-113.498993,45.114042],[-113.492841,45.096366],[-113.489887,45.091972],[-113.458392,45.059208],[-113.451971,45.050273],[-113.436493,45.021952],[-113.434467,45.016947],[-113.430072,45.000956],[-113.429926,44.999736],[-113.430609,44.99373],[-113.436932,44.969462],[-113.439667,44.96392],[-113.442816,44.958866],[-113.447137,44.954618],[-113.452045,44.951445],[-113.471088,44.944902],[-113.476337,44.942118],[-113.480121,44.938359],[-113.481415,44.933549],[-113.479559,44.928935],[-113.475946,44.924662],[-113.467108,44.91746],[-113.459686,44.909428],[-113.453461,44.900614],[-113.440106,44.871611],[-113.433856,44.862797],[-113.424677,44.854154],[-113.412787,44.847489],[-113.365985,44.831571],[-113.35246,44.825541],[-113.34411,44.81995],[-113.342011,44.81497],[-113.339227,44.798051],[-113.333563,44.794145],[-113.324115,44.792143],[-113.305975,44.793339],[-113.296161,44.795561],[-113.288495,44.79893],[-113.268768,44.81248],[-113.263251,44.815141],[-113.25705,44.817314],[-113.250165,44.818876],[-113.232855,44.818608],[-113.209637,44.814311],[-113.183344,44.804447],[-113.160248,44.790751],[-113.141376,44.776493],[-113.13747,44.772465],[-113.123993,44.755668],[-113.119794,44.751811],[-113.105341,44.74141],[-113.101703,44.737382],[-113.098895,44.732841],[-113.096845,44.727909],[-113.095526,44.722709],[-113.093182,44.71768],[-113.090546,44.713212],[-113.08681,44.709013],[-113.078387,44.701664],[-113.074921,44.697416],[-113.072186,44.692704],[-113.065253,44.677909],[-113.062079,44.673442],[-113.051093,44.661039],[-113.045062,44.652104],[-113.042987,44.647148],[-113.041864,44.642094],[-113.042499,44.63682],[-113.045575,44.632328],[-113.05014,44.628593],[-113.060468,44.622392],[-113.064764,44.618559],[-113.068207,44.614115],[-113.068817,44.609257],[-113.067499,44.604667],[-113.064105,44.60059],[-113.03703,44.578788],[-113.034076,44.574272],[-113.032684,44.569169],[-113.032538,44.557792],[-113.027606,44.552787],[-113.019061,44.548295],[-113.003192,44.542192],[-112.996088,44.537113],[-112.993036,44.531547],[-112.994403,44.526274],[-113.003827,44.510673],[-113.007782,44.501518],[-113.008002,44.498686],[-113.007074,44.494462],[-112.997772,44.481156],[-112.996381,44.476762],[-112.995526,44.465238],[-112.991278,44.459965],[-112.982562,44.455937],[-112.965839,44.451396],[-112.957196,44.447123],[-112.950995,44.442802],[-112.935321,44.426591],[-112.930316,44.423393],[-112.922968,44.42017],[-112.878461,44.409892],[-112.872455,44.407157],[-112.867743,44.403739],[-112.84455,44.379667],[-112.838178,44.376982],[-112.829437,44.376615],[-112.813251,44.382524],[-112.808856,44.387992],[-112.807977,44.393559],[-112.825165,44.414945],[-112.827411,44.419779],[-112.827509,44.425492],[-112.825848,44.430717],[-112.822699,44.435527],[-112.818866,44.43997],[-112.814569,44.443949],[-112.757221,44.48582],[-112.751483,44.488529],[-112.722919,44.493779],[-112.716864,44.495683],[-112.699335,44.504106],[-112.691034,44.505351],[-112.680267,44.505473],[-112.646307,44.499028],[-112.523798,44.487992],[-112.517279,44.485453],[-112.511859,44.482328],[-112.50307,44.476054],[-112.496869,44.475444],[-112.46911,44.478227],[-112.454608,44.477909],[-112.43537,44.474174],[-112.426898,44.469999],[-112.420209,44.465751],[-112.415595,44.462089],[-112.409662,44.459086],[-112.401068,44.457743],[-112.390033,44.458329],[-112.374164,44.462406],[-112.365717,44.466484],[-112.35993,44.471391],[-112.342474,44.504618],[-112.335101,44.528202],[-112.331854,44.533256],[-112.327802,44.537113],[-112.322626,44.540287],[-112.310956,44.545243],[-112.295184,44.550053],[-112.269965,44.554594],[-112.262421,44.557084],[-112.257782,44.559721],[-112.248944,44.566532],[-112.24223,44.568705],[-112.233466,44.568705],[-112.218964,44.563896],[-112.204218,44.555424],[-112.196356,44.553276],[-112.185126,44.552494],[-112.162714,44.553129],[-112.144086,44.551884],[-112.115546,44.54683],[-112.091107,44.539579],[-112.081635,44.538725],[-111.986298,44.551274],[-111.970282,44.549809],[-111.951386,44.551957],[-111.940863,44.554399],[-111.933685,44.557475],[-111.928412,44.560478],[-111.921259,44.562431],[-111.912177,44.563529],[-111.870013,44.562406],[-111.852069,44.557475],[-111.842548,44.553569],[-111.835614,44.549516],[-111.82785,44.54141],[-111.824823,44.537113],[-111.821185,44.533012],[-111.816058,44.52974],[-111.808759,44.52808],[-111.799384,44.528495],[-111.779315,44.535429],[-111.770575,44.537382],[-111.750018,44.538676],[-111.732977,44.54141],[-111.726898,44.543754],[-111.68205,44.565751],[-111.66745,44.56724],[-111.558319,44.566679],[-111.546088,44.564823],[-111.515082,44.554081],[-111.502826,44.547612],[-111.496747,44.54644],[-111.48747,44.545805],[-111.470331,44.547148],[-111.460516,44.549076],[-111.454364,44.552275],[-111.454315,44.556523],[-111.45744,44.560527],[-111.462958,44.563432],[-111.486005,44.569169],[-111.492059,44.571635],[-111.496405,44.574589],[-111.499408,44.577494],[-111.501434,44.580204],[-111.50329,44.584452],[-111.506561,44.594633],[-111.50744,44.600077],[-111.507733,44.605815],[-111.506561,44.611918],[-111.504657,44.617533],[-111.497479,44.62891],[-111.495746,44.633378],[-111.494428,44.643901],[-111.491596,44.648466],[-111.486713,44.651591],[-111.460077,44.65894],[-111.455145,44.662016],[-111.451239,44.666215],[-111.449481,44.671952],[-111.449164,44.677885],[-111.450482,44.683622],[-111.452875,44.688066],[-111.456293,44.692314],[-111.460175,44.696025],[-111.463495,44.700224],[-111.46535,44.704765],[-111.464203,44.709794],[-111.461322,44.714579],[-111.451727,44.721781],[-111.439764,44.727055],[-111.433026,44.728764],[-111.404144,44.731596],[-111.396405,44.733793],[-111.390936,44.737529],[-111.380072,44.751542],[-111.375458,44.754887],[-111.36684,44.755204],[-111.354169,44.752738],[-111.317963,44.73831],[-111.307953,44.732353],[-111.29848,44.715312],[-111.258124,44.669047],[-111.250018,44.656303],[-111.245624,44.652421],[-111.235712,44.648905],[-111.22807,44.645292],[-111.222186,44.640702],[-111.218964,44.633549],[-111.218182,44.626982],[-111.218378,44.62017],[-111.217572,44.608525],[-111.215546,44.603276],[-111.213251,44.598686],[-111.210223,44.59434],[-111.204608,44.590238],[-111.196991,44.586161],[-111.181635,44.580375],[-111.17077,44.574076],[-111.157587,44.562602],[-111.140375,44.54141],[-111.111542,44.515263],[-111.095306,44.506645],[-111.051386,44.49788],[-111.051337,44.341801],[-111.051239,44.185624],[-111.051166,44.029496],[-111.051093,43.873393],[-111.051019,43.71724],[-111.050946,43.561112],[-111.050873,43.405009],[-111.0508,43.248857],[-111.050702,43.092729],[-111.050629,42.936601],[-111.050555,42.780473],[-111.050507,42.62432],[-111.050482,42.468217],[-111.050409,42.312089],[-111.050311,42.155937],[-111.050238,41.999833],[-111.237274,41.999833],[-111.424286,41.999858],[-111.611298,41.999906],[-111.798309,41.999906],[-111.98537,41.999906],[-112.172382,41.999906],[-112.359393,41.999906],[-112.546405,41.999955],[-112.733441,42.000004],[-112.920477,42.000004],[-113.107489,42.000004],[-113.294501,42.000004],[-113.481512,42.000004],[-113.668524,42.000029],[-113.855536,42.000077],[-114.042548,42.000077],[-114.228387,42.000029],[-114.414301,42.000004],[-114.600214,41.999955],[-114.786102,41.999906],[-114.971991,41.999858],[-115.157855,41.999833],[-115.343695,41.999833],[-115.529608,41.999809],[-115.715497,41.99976],[-115.901361,41.99976],[-116.087201,41.999711],[-116.273114,41.999687],[-116.459003,41.999662],[-116.644867,41.999613],[-116.830731,41.999565],[-117.01662,41.99954],[-117.016864,42.102641],[-117.017035,42.205815],[-117.017255,42.309013],[-117.017474,42.412162],[-117.017645,42.515312],[-117.017865,42.61851],[-117.018085,42.721659],[-117.01828,42.824809],[-117.018475,42.927983],[-117.01872,43.031108],[-117.01889,43.134281],[-117.01911,43.237455],[-117.01933,43.340605],[-117.019525,43.443803],[-117.019721,43.546952],[-117.019965,43.650102],[-117.020038,43.695121],[-117.020184,43.785087],[-117.023602,43.798149],[-117.023578,43.798295],[-117.023578,43.805693],[-117.031415,43.828691],[-117.015765,43.844828],[-116.99372,43.857695],[-116.982587,43.870903],[-116.971063,43.893363],[-116.967304,43.917265],[-116.954657,43.949711],[-116.947846,43.990702],[-116.943378,44.001713],[-116.938959,44.009306],[-116.935541,44.017045],[-116.934174,44.028544],[-116.941351,44.049565],[-116.968695,44.0835],[-116.968964,44.099955],[-116.958661,44.108671],[-116.945136,44.110258],[-116.93139,44.110063],[-116.920526,44.113578],[-116.912421,44.123637],[-116.908392,44.135014],[-116.907001,44.14683],[-116.906854,44.15828],[-116.903143,44.163652],[-116.896137,44.169535],[-116.891986,44.176689],[-116.896942,44.185917],[-116.916913,44.200199],[-116.934174,44.209819],[-116.955927,44.218437],[-116.961395,44.223832],[-116.968964,44.237089],[-116.970966,44.248149],[-116.970453,44.259477],[-116.97348,44.268315],[-116.986005,44.271879],[-117.008539,44.26873],[-117.02663,44.26287],[-117.044012,44.259648],[-117.06452,44.264433],[-117.072943,44.271952],[-117.078827,44.281742],[-117.086176,44.289897],[-117.099286,44.292338],[-117.112909,44.288456],[-117.122235,44.281327],[-117.130292,44.272709],[-117.140253,44.264433],[-117.178876,44.284721],[-117.195062,44.297709],[-117.201703,44.316264],[-117.200653,44.326542],[-117.195917,44.339677],[-117.194891,44.350053],[-117.197675,44.362797],[-117.210931,44.383207],[-117.21535,44.394755],[-117.212079,44.417802],[-117.201093,44.437602],[-117.193524,44.45557],[-117.203803,44.482499],[-117.197284,44.489701],[-117.188104,44.495561],[-117.183466,44.500907],[-117.179999,44.513578],[-117.171356,44.518827],[-117.160272,44.521147],[-117.149335,44.525102],[-117.135565,44.537113],[-117.122284,44.554081],[-117.112274,44.572831],[-117.103754,44.611845],[-117.092694,44.633036],[-117.067401,44.668486],[-117.039911,44.719194],[-117.029242,44.733647],[-117.010565,44.74998],[-116.950092,44.778349],[-116.931512,44.790238],[-116.917279,44.802592],[-116.863934,44.866093],[-116.840839,44.901249],[-116.832806,44.919877],[-116.821967,44.966557],[-116.820355,44.987529],[-116.822577,44.990483],[-116.827509,44.995487],[-116.832416,45.003422],[-116.834637,45.014823],[-116.831342,45.025004],[-116.823505,45.035795],[-116.71745,45.151371],[-116.696845,45.189848],[-116.678973,45.251347],[-116.665814,45.268412],[-116.656073,45.284721],[-116.653046,45.326274],[-116.649042,45.347514],[-116.636151,45.365678],[-116.601532,45.394584],[-116.586688,45.42808],[-116.539179,45.471025],[-116.535272,45.480888],[-116.530658,45.501957],[-116.511835,45.535624],[-116.50622,45.542411],[-116.476679,45.566508],[-116.462958,45.581913],[-116.454999,45.600761],[-116.455902,45.621928],[-116.463666,45.642436],[-116.498773,45.690971],[-116.517206,45.731889],[-116.530121,45.751567],[-116.542792,45.762431],[-116.55744,45.772099],[-116.599432,45.778031],[-116.65744,45.803544],[-116.678143,45.820561],[-116.687787,45.826713],[-116.759393,45.837968],[-116.769696,45.850883],[-116.778876,45.866508],[-116.838593,45.909867],[-116.867865,45.966093],[-116.876508,45.996977],[-116.878827,46.001469],[-116.902289,46.046415],[-116.955096,46.094194],[-116.960638,46.104765],[-116.931195,46.12808],[-116.918304,46.141947],[-116.9091,46.16248],[-116.909149,46.183427],[-116.930756,46.210722],[-116.942084,46.259721],[-116.955975,46.280839],[-116.989423,46.320146],[-117.036835,46.363261],[-117.044037,46.378471],[-117.040106,46.396488],[-117.038578,46.424307],[-117.040035,46.454907],[-117.041492,46.603534],[-117.040035,46.769647],[-117.040035,46.940131],[-117.041492,47.091672],[-117.041492,47.255599],[-117.041492,47.420255],[-117.042949,47.571796],[-117.042949,47.73718],[-117.042949,47.893093],[-117.042949,48.054834],[-117.037207,48.212177],[-117.03493,48.358915],[-117.035736,48.517387],[-117.036542,48.675883],[-117.037323,48.834379],[-117.038151,48.992515],[-116.938181,48.992515],[-116.718375,48.992515],[-116.498569,48.992515],[-116.278763,48.992515],[-116.058958,48.992515],[-116.048163,48.992515],[-116.048236,48.875444],[-116.048334,48.757963],[-116.048407,48.640483],[-116.048554,48.523002],[-116.048651,48.405473],[-116.048724,48.288041],[-116.048846,48.170561],[-116.048944,48.05308],[-116.048944,48.003691],[-116.045502,47.997441],[-116.036859,47.98787],[-116.014813,47.973271],[-115.985492,47.948295],[-115.973724,47.932987],[-115.94892,47.910038],[-115.9414,47.899516],[-115.937006,47.894487],[-115.930365,47.889335],[-115.917792,47.88245],[-115.907147,47.874858],[-115.89599,47.865141],[-115.886688,47.858744],[-115.862958,47.848905],[-115.855048,47.843852],[-115.848602,47.835746],[-115.844623,47.82974],[-115.825629,47.781742],[-115.82121,47.7762],[-115.81413,47.770634],[-115.787518,47.759574],[-115.77829,47.754399],[-115.772211,47.745317],[-115.769769,47.738432],[-115.76662,47.731596],[-115.761371,47.726078],[-115.732391,47.712748],[-115.725311,47.70811],[-115.718915,47.699784],[-115.716156,47.692948],[-115.715155,47.685917],[-115.717792,47.661112],[-115.712982,47.652909],[-115.68559,47.623759],[-115.678803,47.612968],[-115.676532,47.604496],[-115.678876,47.598857],[-115.685004,47.588774],[-115.689154,47.584477],[-115.693939,47.580839],[-115.699237,47.57769],[-115.723285,47.567338],[-115.728803,47.564237],[-115.733124,47.560722],[-115.732758,47.555619],[-115.726849,47.550492],[-115.701068,47.538652],[-115.692035,47.532426],[-115.684442,47.521537],[-115.678558,47.500834],[-115.677972,47.499955],[-115.66767,47.495414],[-115.65224,47.490336],[-115.643109,47.485844],[-115.639179,47.479277],[-115.641254,47.474198],[-115.645624,47.470048],[-115.651508,47.467411],[-115.657977,47.465531],[-115.665253,47.464067],[-115.70788,47.461283],[-115.714471,47.459794],[-115.719403,47.457304],[-115.722113,47.455351],[-115.724847,47.451737],[-115.726703,47.447148],[-115.723993,47.441728],[-115.717255,47.436528],[-115.700629,47.43079],[-115.661298,47.422782],[-115.5862,47.388432],[-115.577118,47.382426],[-115.545013,47.356474],[-115.528632,47.339921],[-115.520184,47.325907],[-115.510126,47.312724],[-115.50473,47.308158],[-115.49682,47.304081],[-115.482172,47.29976],[-115.431805,47.293437],[-115.341669,47.268534],[-115.33327,47.26436],[-115.325287,47.258207],[-115.314227,47.246147],[-115.304633,47.231791],[-115.300482,47.226737],[-115.29411,47.221098],[-115.289984,47.216239],[-115.287079,47.211283],[-115.283563,47.200737],[-115.27995,47.195927],[-115.274066,47.191899],[-115.264154,47.188261],[-115.256073,47.184208],[-115.24892,47.179081],[-115.239618,47.170097],[-115.231024,47.163578],[-115.203387,47.150199],[-115.192108,47.142802],[-115.164716,47.116142],[-115.150409,47.092826],[-115.061054,47.02432],[-115.058759,47.019194],[-115.054169,47.001029],[-115.053339,46.999247],[-115.051703,46.996659],[-115.046991,46.992826],[-115.039374,46.9887],[-115.024945,46.98455],[-115.005145,46.980912],[-114.9987,46.978007],[-114.991888,46.973368],[-114.963886,46.947026],[-114.95744,46.942558],[-114.94892,46.937797],[-114.923969,46.927153],[-114.917865,46.922831],[-114.917084,46.917655],[-114.918524,46.912333],[-114.920868,46.906645],[-114.922626,46.900688],[-114.923285,46.894438],[-114.921283,46.877006],[-114.918304,46.866166],[-114.913763,46.85601],[-114.905414,46.84185],[-114.899042,46.836943],[-114.889862,46.83162],[-114.859369,46.817655],[-114.848554,46.810746],[-114.834222,46.79932],[-114.823602,46.792802],[-114.807269,46.787529],[-114.778705,46.78184],[-114.771625,46.778739],[-114.766425,46.774418],[-114.762714,46.767436],[-114.761859,46.760624],[-114.762347,46.754106],[-114.769525,46.729985],[-114.769379,46.72454],[-114.766571,46.719706],[-114.761224,46.715995],[-114.751361,46.714286]]]},"type":"Feature","properties":{"postal":"ID","name":"Idaho","type":"State","center":[-114.8559670781893,44.967243244306076]}},"WA":{"geometry":{"type":"MultiPolygon","coordinates":[[[[-123.315661,46.148536],[-123.337983,46.147594],[-123.357861,46.150489],[-123.376901,46.15613],[-123.396638,46.168933],[-123.411046,46.17508],[-123.420571,46.185592],[-123.422956,46.187806],[-123.417085,46.204842],[-123.405043,46.200934],[-123.388369,46.19037],[-123.366208,46.179203],[-123.34886,46.166409],[-123.324327,46.154662],[-123.315661,46.148536]]],[[[-123.945531,46.417647],[-123.964121,46.406791],[-123.974716,46.440181],[-123.997763,46.453397],[-123.990953,46.473173],[-123.990346,46.488293],[-123.981109,46.497463],[-123.973997,46.49293],[-123.971207,46.48478],[-123.963895,46.480118],[-123.94818,46.46419],[-123.947118,46.44868],[-123.945531,46.417647]]],[[[-122.70108,47.123969],[-122.706776,47.123969],[-122.71524,47.12816],[-122.723744,47.132392],[-122.737904,47.14232],[-122.742177,47.143744],[-122.746409,47.153713],[-122.737904,47.157904],[-122.7294,47.162177],[-122.723744,47.172065],[-122.718088,47.180609],[-122.705393,47.181952],[-122.685536,47.180609],[-122.675608,47.176337],[-122.671376,47.164984],[-122.67276,47.155097],[-122.677073,47.139553],[-122.689768,47.129584],[-122.70108,47.123969]]],[[[-122.85969,47.17772],[-122.87385,47.167873],[-122.879465,47.172065],[-122.882314,47.180609],[-122.88801,47.193305],[-122.890777,47.200385],[-122.897857,47.208889],[-122.912017,47.218817],[-122.921946,47.228705],[-122.921946,47.237209],[-122.914866,47.255561],[-122.912017,47.269721],[-122.904937,47.278266],[-122.890777,47.278266],[-122.882314,47.283881],[-122.865305,47.289537],[-122.858225,47.292426],[-122.846913,47.298041],[-122.85261,47.285346],[-122.86677,47.278266],[-122.868153,47.268297],[-122.868153,47.255561],[-122.869537,47.242865],[-122.858225,47.231513],[-122.848297,47.220201],[-122.848297,47.207465],[-122.848297,47.193305],[-122.85969,47.17772]]],[[[-122.422434,47.40884],[-122.406158,47.400336],[-122.387359,47.393988],[-122.366811,47.383531],[-122.374338,47.383246],[-122.417795,47.370795],[-122.449534,47.347724],[-122.469228,47.336371],[-122.474721,47.349555],[-122.473785,47.36286],[-122.466379,47.373196],[-122.452219,47.377346],[-122.44225,47.382514],[-122.439849,47.392808],[-122.446401,47.40058],[-122.463043,47.397773],[-122.455637,47.391018],[-122.47525,47.384467],[-122.485422,47.379828],[-122.489735,47.373928],[-122.490224,47.353827],[-122.492177,47.344184],[-122.496571,47.336371],[-122.503407,47.331529],[-122.510487,47.332099],[-122.5183,47.337307],[-122.527252,47.346259],[-122.531484,47.35692],[-122.527577,47.366441],[-122.521067,47.374416],[-122.51769,47.380439],[-122.510243,47.455797],[-122.503977,47.467475],[-122.489003,47.482652],[-122.471018,47.495795],[-122.455637,47.500881],[-122.462066,47.486762],[-122.457631,47.48017],[-122.448598,47.475409],[-122.441314,47.466742],[-122.439117,47.456244],[-122.438059,47.435858],[-122.435129,47.425727],[-122.422434,47.40884]]],[[[-122.495107,47.601549],[-122.493276,47.594224],[-122.488637,47.589586],[-122.480377,47.586859],[-122.488637,47.581366],[-122.498769,47.571234],[-122.520863,47.573961],[-122.542348,47.595526],[-122.557607,47.597886],[-122.570546,47.596096],[-122.57787,47.601549],[-122.569569,47.618109],[-122.567698,47.629584],[-122.574615,47.637885],[-122.579254,47.648668],[-122.580474,47.662991],[-122.578928,47.669379],[-122.561879,47.685614],[-122.558013,47.695746],[-122.558949,47.705959],[-122.557769,47.713813],[-122.547922,47.716986],[-122.537709,47.714789],[-122.526519,47.709296],[-122.516835,47.702379],[-122.510976,47.695868],[-122.505849,47.663275],[-122.499623,47.648668],[-122.489858,47.641262],[-122.498036,47.633612],[-122.503285,47.630032],[-122.510976,47.62759],[-122.500152,47.619289],[-122.5006,47.611721],[-122.496938,47.607123],[-122.495107,47.601549]]],[[[-122.677113,48.048651],[-122.673207,48.023749],[-122.681508,48.00727],[-122.700185,48.007758],[-122.7176,48.023017],[-122.730784,48.042426],[-122.736724,48.055732],[-122.740875,48.074368],[-122.738922,48.082506],[-122.729319,48.082994],[-122.723012,48.076239],[-122.720326,48.054755],[-122.716298,48.048285],[-122.701975,48.049221],[-122.70165,48.064399],[-122.711985,48.083645],[-122.729319,48.096747],[-122.718902,48.10224],[-122.709218,48.10224],[-122.701161,48.097602],[-122.686879,48.073228],[-122.677113,48.048651]]],[[[-122.586497,48.390815],[-122.584584,48.383368],[-122.582875,48.380316],[-122.57901,48.377143],[-122.577707,48.356676],[-122.515981,48.321967],[-122.517568,48.294013],[-122.530873,48.28384],[-122.546376,48.281399],[-122.562123,48.2862],[-122.575917,48.297675],[-122.593984,48.307929],[-122.608998,48.29914],[-122.620351,48.281928],[-122.627431,48.267279],[-122.641265,48.287991],[-122.646799,48.280829],[-122.648549,48.262641],[-122.651357,48.249945],[-122.665924,48.242174],[-122.723704,48.233791],[-122.710072,48.221422],[-122.696116,48.22016],[-122.665028,48.226386],[-122.651926,48.224066],[-122.628326,48.214301],[-122.616933,48.212063],[-122.59553,48.20539],[-122.580637,48.188463],[-122.571034,48.166246],[-122.558665,48.121324],[-122.554596,48.066067],[-122.54662,48.017035],[-122.535512,48.005927],[-122.522043,48.011949],[-122.510243,48.035224],[-122.522857,48.057074],[-122.524037,48.079413],[-122.514027,48.090766],[-122.493153,48.079657],[-122.476959,48.065253],[-122.460032,48.053453],[-122.381093,48.015815],[-122.365549,47.999661],[-122.359364,47.97663],[-122.350657,47.960924],[-122.346791,47.950588],[-122.349477,47.94595],[-122.355214,47.941962],[-122.373647,47.919176],[-122.378489,47.9147],[-122.381907,47.907782],[-122.386708,47.904934],[-122.392974,47.905097],[-122.394683,47.910346],[-122.395823,47.91649],[-122.40038,47.919176],[-122.422271,47.91234],[-122.435414,47.910468],[-122.441314,47.915473],[-122.443349,47.936916],[-122.449696,47.959459],[-122.46052,47.977851],[-122.476064,47.986884],[-122.488515,47.985093],[-122.507069,47.970852],[-122.51769,47.966295],[-122.530344,47.967353],[-122.539215,47.972154],[-122.548085,47.979967],[-122.562001,47.987372],[-122.58019,48.004869],[-122.593332,48.025377],[-122.592152,48.04206],[-122.609771,48.060492],[-122.614858,48.074897],[-122.600168,48.130113],[-122.607249,48.153754],[-122.622955,48.163316],[-122.644399,48.161444],[-122.668446,48.15058],[-122.693227,48.180243],[-122.699778,48.18476],[-122.710113,48.187079],[-122.723541,48.192694],[-122.736155,48.199652],[-122.74413,48.205878],[-122.755727,48.229641],[-122.75121,48.249945],[-122.668446,48.36286],[-122.656565,48.385077],[-122.630849,48.38467],[-122.616689,48.389594],[-122.605458,48.398424],[-122.595774,48.401923],[-122.586497,48.390815]]],[[[-122.849355,48.461615],[-122.836293,48.459947],[-122.820953,48.472602],[-122.808339,48.458197],[-122.806142,48.442043],[-122.8131,48.427314],[-122.827748,48.417385],[-122.889882,48.42414],[-122.883453,48.441474],[-122.898671,48.447903],[-122.921376,48.450995],[-122.937611,48.458319],[-122.942535,48.475775],[-122.937001,48.493232],[-122.924875,48.507148],[-122.910308,48.513577],[-122.916249,48.523871],[-122.916982,48.533637],[-122.912465,48.541734],[-122.910308,48.547065],[-122.887074,48.563666],[-122.877024,48.565863],[-122.860748,48.539618],[-122.859039,48.521308],[-122.861928,48.489325],[-122.858469,48.472846],[-122.849355,48.461615]]],[[[-122.694081,48.543524],[-122.703033,48.541897],[-122.714345,48.541938],[-122.72289,48.548163],[-122.73705,48.577135],[-122.735422,48.590399],[-122.726796,48.601508],[-122.715484,48.606024],[-122.70287,48.600409],[-122.696401,48.592271],[-122.693715,48.585924],[-122.678456,48.572903],[-122.67455,48.568793],[-122.67927,48.564521],[-122.685902,48.556952],[-122.688059,48.547024],[-122.694081,48.543524]]],[[[-122.992258,48.513577],[-123.002349,48.509182],[-123.010569,48.511623],[-123.016591,48.51142],[-123.020172,48.499335],[-123.016835,48.496649],[-122.999135,48.472602],[-122.991322,48.467678],[-122.9829,48.463609],[-122.964955,48.458319],[-122.964955,48.451483],[-122.979319,48.456366],[-122.990387,48.455878],[-123.001617,48.453111],[-123.016469,48.451483],[-123.030019,48.453803],[-123.038442,48.459418],[-123.045277,48.466376],[-123.0537,48.472602],[-123.065419,48.478502],[-123.070383,48.480129],[-123.091624,48.478827],[-123.102651,48.480292],[-123.116363,48.484198],[-123.129709,48.489732],[-123.139312,48.495836],[-123.149159,48.505601],[-123.154449,48.513129],[-123.166575,48.543524],[-123.17394,48.573432],[-123.174143,48.578437],[-123.177561,48.598822],[-123.158437,48.614569],[-123.12914,48.620063],[-123.102122,48.609117],[-123.093821,48.597602],[-123.07665,48.584052],[-123.057769,48.572903],[-123.024648,48.562812],[-123.004303,48.539455],[-122.977651,48.531317],[-122.97997,48.525133],[-122.992258,48.513577]]],[[[-122.857818,48.708686],[-122.745839,48.664374],[-122.750885,48.654731],[-122.757232,48.650051],[-122.800445,48.629625],[-122.804514,48.623725],[-122.805409,48.616889],[-122.808949,48.611274],[-122.820953,48.609117],[-122.831125,48.612698],[-122.841379,48.620917],[-122.865875,48.649604],[-122.879872,48.677191],[-122.882395,48.687974],[-122.88679,48.696275],[-122.896352,48.699774],[-122.905914,48.697333],[-122.910308,48.687974],[-122.908762,48.676947],[-122.906117,48.671088],[-122.905629,48.666083],[-122.910308,48.657538],[-122.861928,48.601711],[-122.874379,48.593736],[-122.887522,48.589993],[-122.917144,48.58869],[-122.933339,48.59276],[-122.941396,48.602607],[-122.945872,48.614081],[-122.951283,48.62344],[-122.968414,48.634589],[-122.980092,48.638617],[-122.985463,48.633043],[-122.986236,48.61933],[-122.989613,48.604641],[-122.99706,48.597154],[-123.009633,48.605414],[-123.022206,48.618394],[-123.026519,48.626532],[-123.026357,48.636461],[-123.020904,48.642483],[-122.997141,48.66059],[-122.98884,48.664374],[-122.977773,48.667792],[-122.929311,48.708441],[-122.917958,48.711412],[-122.896637,48.712144],[-122.857818,48.708686]]],[[[-122.613149,48.648424],[-122.620473,48.645941],[-122.633616,48.651679],[-122.655141,48.66474],[-122.662221,48.670315],[-122.679433,48.688178],[-122.703114,48.707913],[-122.716542,48.715237],[-122.720286,48.724921],[-122.715159,48.739081],[-122.698476,48.734687],[-122.671376,48.70482],[-122.662343,48.697699],[-122.647369,48.690741],[-122.635162,48.683295],[-122.628407,48.677069],[-122.621409,48.668524],[-122.615346,48.658637],[-122.613149,48.648424]]],[[[-123.03529,48.992515],[-123.035308,48.992499],[-123.045277,48.984361],[-123.08849,48.972235],[-123.089345,48.987982],[-123.090484,48.992499],[-123.090488,48.992515],[-123.035306,48.992515],[-123.03529,48.992515]]],[[[-122.753012,48.992515],[-122.653258,48.992515],[-122.433375,48.992515],[-122.213517,48.992515],[-121.993763,48.992515],[-121.773958,48.992515],[-121.554152,48.992515],[-121.33432,48.992515],[-121.114515,48.992515],[-120.894709,48.992515],[-120.674955,48.992515],[-120.455149,48.992515],[-120.235318,48.992515],[-120.015512,48.992515],[-119.795706,48.992515],[-119.575875,48.992515],[-119.356043,48.992515],[-119.136212,48.992515],[-118.916484,48.992515],[-118.696678,48.992515],[-118.476872,48.992515],[-118.257066,48.992515],[-118.037235,48.992515],[-117.817429,48.992515],[-117.597675,48.992515],[-117.377869,48.992515],[-117.158012,48.992515],[-117.038151,48.992515],[-117.037323,48.834379],[-117.036542,48.675883],[-117.035736,48.517387],[-117.03493,48.358915],[-117.037207,48.212177],[-117.042949,48.054834],[-117.042949,47.893093],[-117.042949,47.73718],[-117.042949,47.571796],[-117.041492,47.420255],[-117.041492,47.255599],[-117.041492,47.091672],[-117.040035,46.940131],[-117.040035,46.769647],[-117.041492,46.603534],[-117.040035,46.454907],[-117.038578,46.424307],[-117.040106,46.396488],[-117.044037,46.378471],[-117.036835,46.363261],[-116.989423,46.320146],[-116.955975,46.280839],[-116.942084,46.259721],[-116.930756,46.210722],[-116.909149,46.183427],[-116.9091,46.16248],[-116.918304,46.141947],[-116.931195,46.12808],[-116.960638,46.104765],[-116.955096,46.094194],[-116.902289,46.046415],[-116.878827,46.001469],[-117.014569,46.001371],[-117.143475,46.001274],[-117.272333,46.001152],[-117.401166,46.001029],[-117.529999,46.000907],[-117.658881,46.00081],[-117.787738,46.000688],[-117.916571,46.000541],[-118.045404,46.000444],[-118.174286,46.000346],[-118.303143,46.000224],[-118.432001,46.000077],[-118.560809,45.99998],[-118.689667,45.999882],[-118.818549,45.999711],[-118.947382,45.999589],[-118.993573,45.999516],[-119.002362,45.999516],[-119.04455,45.964482],[-119.093329,45.948832],[-119.341327,45.946147],[-119.429022,45.934257],[-119.479608,45.927421],[-119.548846,45.92974],[-119.575262,45.927592],[-119.591693,45.921147],[-119.620526,45.89561],[-119.66247,45.87183],[-119.934198,45.837968],[-120.080389,45.794779],[-120.12724,45.789091],[-120.145404,45.78057],[-120.176044,45.759037],[-120.202118,45.745829],[-120.229901,45.737065],[-120.24538,45.735966],[-120.274847,45.74019],[-120.290106,45.740409],[-120.300604,45.738407],[-120.339862,45.721806],[-120.362592,45.715238],[-120.374042,45.714164],[-120.425604,45.720878],[-120.434271,45.719487],[-120.458514,45.710966],[-120.47016,45.710136],[-120.620966,45.730863],[-120.631415,45.729057],[-120.657977,45.716581],[-120.664911,45.710771],[-120.668622,45.703373],[-120.715692,45.689921],[-120.786981,45.679594],[-120.794354,45.677372],[-120.83869,45.652568],[-120.843915,45.651371],[-120.85744,45.650712],[-120.900116,45.641801],[-120.942719,45.645634],[-120.957098,45.650248],[-120.968231,45.651347],[-121.001166,45.650029],[-121.006805,45.650395],[-121.017792,45.652616],[-121.038886,45.653324],[-121.043915,45.652934],[-121.13288,45.62415],[-121.154974,45.622221],[-121.17287,45.631791],[-121.186371,45.652714],[-121.194208,45.670317],[-121.204242,45.684941],[-121.224384,45.696952],[-121.271845,45.708769],[-121.570233,45.729447],[-121.717523,45.710014],[-121.792645,45.721391],[-121.820868,45.71746],[-121.862396,45.700785],[-121.930975,45.660087],[-121.971063,45.642338],[-122.149823,45.593925],[-122.224554,45.577934],[-122.241718,45.570024],[-122.261054,45.566313],[-122.34162,45.587089],[-122.426117,45.588188],[-122.456024,45.600273],[-122.507172,45.609965],[-122.539618,45.621879],[-122.554535,45.622245],[-122.594867,45.614433],[-122.673114,45.625737],[-122.697846,45.635673],[-122.7216,45.648881],[-122.738861,45.662846],[-122.748138,45.679521],[-122.754486,45.701908],[-122.759345,45.74102],[-122.758368,45.752104],[-122.754096,45.771342],[-122.753143,45.782328],[-122.757123,45.792192],[-122.779852,45.819877],[-122.78056,45.84268],[-122.775897,45.862895],[-122.774042,45.881376],[-122.792474,45.916337],[-122.800531,45.961576],[-122.806537,45.978129],[-122.820551,45.990824],[-122.836737,46.000395],[-122.850018,46.011503],[-122.860785,46.049662],[-122.874066,46.071977],[-122.891742,46.092485],[-122.910175,46.10789],[-122.935614,46.122294],[-122.966693,46.135746],[-122.999432,46.14561],[-123.029974,46.149467],[-123.043817,46.154862],[-123.078973,46.173344],[-123.092328,46.182719],[-123.111835,46.186479],[-123.172023,46.178519],[-123.177231,46.179187],[-123.180095,46.179102],[-123.180733,46.180028],[-123.207518,46.178363],[-123.247502,46.162627],[-123.269446,46.150415],[-123.297939,46.151545],[-123.328866,46.165556],[-123.393362,46.204137],[-123.412389,46.220295],[-123.427441,46.239289],[-123.444489,46.257782],[-123.455676,46.267044],[-123.478912,46.275865],[-123.603179,46.260077],[-123.662668,46.27025],[-123.667348,46.276842],[-123.669993,46.28559],[-123.675201,46.294257],[-123.692967,46.305202],[-123.701925,46.30335],[-123.715984,46.301465],[-123.723862,46.300325],[-123.726189,46.290235],[-123.735196,46.287934],[-123.747533,46.29108],[-123.752088,46.286005],[-123.757743,46.277519],[-123.764513,46.273267],[-123.777984,46.274085],[-123.790861,46.282993],[-123.806583,46.283396],[-123.815043,46.275312],[-123.818444,46.268762],[-123.834164,46.268759],[-123.8415,46.261434],[-123.851041,46.259846],[-123.854452,46.25213],[-123.862323,46.248653],[-123.873033,46.240172],[-123.889855,46.242148],[-123.907796,46.246461],[-123.925174,46.251541],[-123.93973,46.264384],[-123.948696,46.269835],[-123.967149,46.294316],[-123.973333,46.299782],[-123.985091,46.309097],[-124.009304,46.313456],[-124.022801,46.314253],[-124.032936,46.306109],[-124.040252,46.304178],[-124.048695,46.296418],[-124.051511,46.28593],[-124.040302,46.280975],[-124.038064,46.276705],[-124.041439,46.272828],[-124.052103,46.273612],[-124.061642,46.276722],[-124.071193,46.271296],[-124.075836,46.268297],[-124.080175,46.271688],[-124.078359,46.282375],[-124.077342,46.294966],[-124.072836,46.306993],[-124.068886,46.322898],[-124.066058,46.338807],[-124.06379,46.356267],[-124.062068,46.387705],[-124.060857,46.439871],[-124.062611,46.595933],[-124.0725,46.64251],[-124.062876,46.654941],[-124.051007,46.645602],[-124.03576,46.630818],[-124.044097,46.623603],[-124.038319,46.607611],[-124.025624,46.590888],[-124.017893,46.568549],[-124.026235,46.492336],[-124.024729,46.465522],[-124.022051,46.419666],[-124.014251,46.385119],[-123.993446,46.380099],[-123.977701,46.382444],[-123.958119,46.378241],[-123.94788,46.403005],[-123.932024,46.415283],[-123.926864,46.4401],[-123.920678,46.439315],[-123.910602,46.42844],[-123.87589,46.41912],[-123.846547,46.396633],[-123.840647,46.415758],[-123.85676,46.426459],[-123.880686,46.433498],[-123.898061,46.441636],[-123.900217,46.446682],[-123.901682,46.457343],[-123.904897,46.459377],[-123.910512,46.460679],[-123.917714,46.464057],[-123.924387,46.468451],[-123.935825,46.472311],[-123.935742,46.480457],[-123.93517,46.494696],[-123.922112,46.502552],[-123.90803,46.508287],[-123.900706,46.513373],[-123.896352,46.521226],[-123.894928,46.531317],[-123.896352,46.54442],[-123.89981,46.551174],[-123.904205,46.555609],[-123.920318,46.580715],[-123.944732,46.605902],[-123.95641,46.623114],[-123.938547,46.619859],[-123.911041,46.605414],[-123.894928,46.602729],[-123.915883,46.628404],[-123.922515,46.657864],[-123.911,46.682034],[-123.877268,46.692084],[-123.843414,46.696682],[-123.826487,46.692369],[-123.819203,46.674994],[-123.811879,46.662584],[-123.795074,46.660875],[-123.776479,46.667182],[-123.763987,46.678412],[-123.795725,46.681952],[-123.818349,46.697699],[-123.839752,46.717434],[-123.867665,46.733059],[-123.883616,46.737494],[-123.899996,46.747406],[-123.912232,46.741023],[-123.913002,46.727769],[-123.951786,46.724834],[-123.976129,46.741055],[-123.981956,46.720438],[-123.974818,46.711102],[-123.963346,46.707162],[-123.972698,46.701262],[-123.98776,46.705704],[-124.000681,46.705712],[-124.014323,46.710653],[-124.02509,46.712628],[-124.029856,46.72016],[-124.070325,46.734813],[-124.093379,46.743228],[-124.100599,46.761478],[-124.101308,46.808661],[-124.114084,46.849107],[-124.130483,46.885972],[-124.12682,46.898505],[-124.111782,46.912326],[-124.090879,46.900013],[-124.097564,46.877875],[-124.077382,46.858791],[-124.072499,46.842922],[-124.058095,46.844468],[-124.042063,46.839789],[-124.028391,46.83397],[-124.021311,46.832343],[-124.013824,46.842475],[-124.014719,46.851142],[-124.021392,46.859849],[-124.031565,46.870266],[-124.057045,46.862086],[-124.05487,46.875873],[-124.046928,46.891136],[-124.033226,46.898024],[-124.006703,46.899237],[-123.991933,46.903754],[-123.962636,46.918036],[-123.881693,46.941664],[-123.813059,46.95897],[-123.82811,46.965227],[-123.844709,46.960843],[-123.867909,46.969631],[-123.950101,46.968402],[-123.955865,46.97235],[-123.945032,46.972831],[-123.922271,46.980129],[-123.965218,46.984185],[-124.012884,46.983726],[-124.019364,46.994077],[-124.012836,47.009348],[-124.027699,47.028144],[-124.046759,47.033025],[-124.065546,47.037471],[-124.090121,47.040932],[-124.11687,47.042917],[-124.139277,47.035527],[-124.148183,47.0244],[-124.146108,47.017239],[-124.136708,47.001899],[-124.137069,46.987209],[-124.138505,46.977351],[-124.136599,46.967943],[-124.130812,46.956766],[-124.123582,46.946574],[-124.111059,46.947996],[-124.104797,46.944707],[-124.10576,46.933421],[-124.122133,46.94131],[-124.138029,46.944596],[-124.148142,46.942621],[-124.153437,46.938016],[-124.153428,46.930124],[-124.163056,46.927489],[-124.178461,46.925507],[-124.175588,46.935704],[-124.176422,46.942613],[-124.175649,46.953843],[-124.172286,46.981427],[-124.171892,47.041949],[-124.174336,47.066608],[-124.17927,47.106879],[-124.199835,47.18748],[-124.211707,47.226638],[-124.227544,47.263168],[-124.242932,47.290079],[-124.253693,47.30154],[-124.275984,47.302628],[-124.280548,47.312693],[-124.299257,47.348205],[-124.286853,47.347376],[-124.278321,47.341959],[-124.271718,47.342597],[-124.283092,47.351234],[-124.308364,47.352669],[-124.317808,47.357351],[-124.348696,47.499753],[-124.350819,47.54682],[-124.374887,47.607688],[-124.383606,47.636017],[-124.410782,47.688184],[-124.415835,47.725587],[-124.42276,47.741889],[-124.435414,47.744452],[-124.446767,47.750393],[-124.455881,47.761786],[-124.476566,47.778255],[-124.483469,47.812934],[-124.541612,47.834331],[-124.556265,47.853682],[-124.567983,47.869696],[-124.593133,47.8762],[-124.609507,47.874855],[-124.63813,47.907864],[-124.656158,47.954006],[-124.671986,47.990709],[-124.683217,48.027818],[-124.693847,48.07453],[-124.689443,48.100165],[-124.722971,48.150092],[-124.734607,48.170404],[-124.719236,48.176296],[-124.700066,48.191859],[-124.689443,48.213446],[-124.689768,48.218899],[-124.694936,48.225572],[-124.705517,48.245979],[-124.703627,48.249855],[-124.689133,48.252508],[-124.682478,48.2635],[-124.683217,48.284735],[-124.67984,48.293687],[-124.664906,48.309068],[-124.661488,48.319525],[-124.670537,48.324169],[-124.669678,48.333188],[-124.678419,48.335084],[-124.689109,48.337616],[-124.702815,48.347202],[-124.718251,48.357367],[-124.730256,48.371578],[-124.727528,48.387728],[-124.696518,48.391086],[-124.661576,48.386037],[-124.63816,48.383001],[-124.619555,48.368915],[-124.607974,48.366326],[-124.593367,48.374856],[-124.574894,48.370408],[-124.532072,48.34991],[-124.457997,48.31684],[-124.399214,48.29358],[-124.346832,48.281073],[-124.337636,48.277045],[-124.296342,48.261545],[-124.274007,48.257051],[-124.250846,48.262899],[-124.227651,48.258531],[-124.159803,48.232662],[-124.111414,48.215931],[-124.099841,48.200473],[-124.050182,48.177263],[-123.997077,48.172694],[-123.970991,48.165598],[-123.943948,48.165543],[-123.918833,48.162277],[-123.873425,48.161552],[-123.861884,48.156394],[-123.818339,48.160775],[-123.788889,48.153144],[-123.742021,48.159915],[-123.700344,48.164911],[-123.641695,48.151192],[-123.633873,48.141447],[-123.5846,48.135417],[-123.567037,48.146934],[-123.552393,48.151362],[-123.535028,48.145465],[-123.523617,48.1351],[-123.505483,48.132636],[-123.475606,48.133607],[-123.435896,48.142407],[-123.418506,48.142303],[-123.405022,48.138998],[-123.426302,48.137192],[-123.440836,48.134055],[-123.453429,48.131549],[-123.449661,48.125109],[-123.421734,48.117828],[-123.357999,48.117422],[-123.322326,48.114613],[-123.287461,48.118217],[-123.246927,48.115334],[-123.223622,48.122016],[-123.170601,48.164374],[-123.150033,48.177102],[-123.108251,48.183838],[-123.118024,48.179407],[-123.130722,48.173712],[-123.144471,48.163508],[-123.161285,48.151923],[-123.145714,48.15127],[-123.111809,48.149028],[-123.089182,48.128485],[-123.063029,48.117603],[-123.040454,48.085113],[-123.045277,48.059719],[-123.029693,48.045233],[-123.007883,48.03856],[-122.996816,48.038642],[-123.005727,48.078681],[-122.999135,48.091742],[-122.956939,48.09748],[-122.94107,48.097886],[-122.92748,48.09512],[-122.921742,48.086127],[-122.918772,48.070217],[-122.910797,48.066107],[-122.899729,48.06623],[-122.886952,48.062567],[-122.872548,48.04975],[-122.857289,48.029527],[-122.853383,48.010443],[-122.87328,48.001125],[-122.87328,47.99372],[-122.85436,47.995266],[-122.841379,48.005561],[-122.824859,48.035224],[-122.836903,48.049872],[-122.877065,48.079657],[-122.881663,48.091742],[-122.877756,48.106635],[-122.868316,48.119289],[-122.856272,48.124579],[-122.823842,48.13109],[-122.794911,48.141181],[-122.770172,48.141099],[-122.750396,48.117174],[-122.759877,48.112209],[-122.784535,48.102932],[-122.791371,48.096747],[-122.791982,48.082913],[-122.784495,48.073065],[-122.77538,48.065579],[-122.770904,48.059149],[-122.764638,48.044623],[-122.722483,47.99372],[-122.714345,47.98725],[-122.695383,47.978949],[-122.688344,47.973212],[-122.685658,47.965399],[-122.682525,47.944078],[-122.67809,47.935696],[-122.62621,47.889553],[-122.620107,47.877631],[-122.628245,47.873521],[-122.65807,47.872504],[-122.667836,47.870795],[-122.676422,47.862128],[-122.683909,47.843207],[-122.692047,47.832587],[-122.736399,47.79442],[-122.750396,47.774563],[-122.768666,47.737982],[-122.775217,47.718817],[-122.777699,47.702541],[-122.781077,47.692043],[-122.789296,47.684516],[-122.800364,47.679877],[-122.811879,47.678371],[-122.828481,47.683173],[-122.829213,47.694078],[-122.818023,47.713121],[-122.799794,47.777289],[-122.79894,47.806708],[-122.805653,47.843451],[-122.817291,47.830268],[-122.818471,47.810858],[-122.821604,47.792426],[-122.839182,47.78205],[-122.840403,47.802314],[-122.846791,47.820299],[-122.856435,47.826077],[-122.867096,47.809272],[-122.866363,47.793524],[-122.858266,47.775458],[-122.839182,47.746649],[-122.861928,47.733344],[-122.87621,47.71015],[-122.886627,47.688137],[-122.903961,47.673163],[-122.910024,47.650092],[-122.91804,47.644843],[-122.930328,47.641995],[-122.941762,47.634914],[-123.021067,47.56566],[-123.032948,47.549994],[-123.065094,47.493394],[-123.080556,47.478827],[-123.101308,47.465277],[-123.119374,47.44953],[-123.133372,47.412299],[-123.158437,47.372056],[-123.161285,47.356838],[-123.130238,47.340644],[-123.074127,47.344631],[-122.905141,47.394965],[-122.871571,47.409857],[-122.839182,47.431952],[-122.867747,47.436265],[-122.907053,47.423814],[-122.976308,47.391018],[-123.052235,47.367011],[-123.091868,47.367377],[-123.113515,47.391018],[-123.110504,47.405097],[-123.099355,47.419908],[-123.072581,47.445543],[-123.063303,47.456732],[-123.022613,47.522895],[-122.949045,47.597073],[-122.935455,47.602851],[-122.87328,47.631171],[-122.798207,47.651679],[-122.77538,47.660712],[-122.763539,47.669135],[-122.757069,47.682318],[-122.742787,47.726874],[-122.733754,47.74258],[-122.634877,47.839667],[-122.623647,47.847154],[-122.613189,47.850287],[-122.595693,47.847235],[-122.594146,47.839789],[-122.596995,47.830715],[-122.592152,47.822984],[-122.570953,47.81977],[-122.566518,47.834459],[-122.571441,47.857082],[-122.588287,47.904446],[-122.592152,47.91177],[-122.610992,47.935981],[-122.613189,47.94595],[-122.553375,47.920844],[-122.528066,47.905504],[-122.51769,47.881049],[-122.516469,47.86636],[-122.510243,47.832587],[-122.504221,47.822455],[-122.493764,47.814032],[-122.490061,47.80386],[-122.504018,47.788235],[-122.495025,47.786119],[-122.484527,47.782131],[-122.475168,47.776068],[-122.469228,47.768378],[-122.468373,47.756537],[-122.473459,47.748033],[-122.479726,47.741889],[-122.4829,47.737006],[-122.492909,47.735256],[-122.541086,47.742865],[-122.557973,47.740424],[-122.555776,47.728705],[-122.564687,47.712551],[-122.579701,47.698188],[-122.595855,47.691962],[-122.651601,47.732571],[-122.661041,47.730455],[-122.658111,47.717963],[-122.65099,47.711412],[-122.641916,47.706692],[-122.633127,47.699449],[-122.628407,47.692939],[-122.592152,47.597073],[-122.599599,47.590237],[-122.592152,47.58275],[-122.616933,47.574123],[-122.643788,47.595852],[-122.681508,47.651679],[-122.689198,47.643541],[-122.694569,47.634101],[-122.696929,47.623114],[-122.69579,47.610053],[-122.690012,47.596625],[-122.681549,47.590522],[-122.64684,47.576972],[-122.63915,47.577053],[-122.638987,47.574774],[-122.647369,47.562323],[-122.65689,47.551744],[-122.675933,47.537665],[-122.681508,47.527533],[-122.630198,47.544379],[-122.607045,47.555487],[-122.585927,47.569078],[-122.553131,47.583401],[-122.543202,47.566799],[-122.541615,47.540961],[-122.534088,47.527533],[-122.507924,47.520331],[-122.509592,47.502916],[-122.522694,47.481757],[-122.53067,47.462958],[-122.538319,47.437486],[-122.551625,47.414008],[-122.556223,47.391995],[-122.537506,47.370551],[-122.545074,47.356431],[-122.555247,47.346625],[-122.568674,47.340155],[-122.585927,47.336371],[-122.560658,47.301337],[-122.556996,47.284613],[-122.568512,47.264065],[-122.583485,47.264228],[-122.661041,47.287909],[-122.686269,47.301215],[-122.683461,47.31037],[-122.669504,47.319485],[-122.661041,47.332587],[-122.653472,47.349189],[-122.63858,47.363227],[-122.627919,47.37995],[-122.633127,47.404608],[-122.640614,47.385972],[-122.653635,47.376532],[-122.688344,47.364325],[-122.696116,47.358466],[-122.703033,47.351223],[-122.710439,47.34516],[-122.71935,47.342597],[-122.725942,47.339057],[-122.727935,47.330634],[-122.729075,47.320624],[-122.733022,47.312445],[-122.748606,47.295356],[-122.753082,47.281195],[-122.747629,47.267279],[-122.723297,47.238471],[-122.724477,47.232611],[-122.730865,47.228013],[-122.736724,47.219672],[-122.736928,47.224555],[-122.741444,47.222317],[-122.74706,47.216986],[-122.750396,47.212836],[-122.748647,47.210679],[-122.745269,47.204983],[-122.742584,47.197903],[-122.742991,47.191718],[-122.772776,47.173082],[-122.798695,47.204983],[-122.814849,47.250881],[-122.814931,47.274319],[-122.795562,47.280666],[-122.78661,47.296088],[-122.784006,47.315253],[-122.784535,47.34276],[-122.786041,47.350409],[-122.791371,47.364325],[-122.798085,47.371487],[-122.80663,47.376532],[-122.811106,47.383775],[-122.805653,47.397773],[-122.820139,47.383287],[-122.836578,47.334296],[-122.846018,47.315863],[-122.870025,47.299262],[-122.88565,47.291327],[-122.897532,47.287909],[-122.913401,47.285305],[-122.920481,47.278022],[-122.949778,47.202297],[-122.965077,47.181138],[-122.990631,47.165025],[-123.043284,47.154446],[-123.068349,47.145941],[-123.078765,47.130276],[-123.063873,47.137112],[-123.040924,47.144232],[-123.021637,47.144436],[-123.017934,47.130276],[-123.029408,47.121527],[-123.048899,47.118232],[-123.068105,47.112494],[-123.078765,47.096137],[-123.05899,47.102688],[-122.974517,47.14643],[-122.968902,47.147691],[-122.964833,47.150946],[-122.942209,47.178046],[-122.930247,47.174465],[-122.934682,47.15998],[-122.979075,47.101508],[-122.992543,47.090888],[-123.010487,47.082506],[-122.987457,47.081],[-122.964589,47.089993],[-122.945872,47.107164],[-122.935414,47.130276],[-122.929311,47.120429],[-122.927317,47.109809],[-122.929311,47.09927],[-122.935414,47.089301],[-122.925649,47.078315],[-122.918202,47.056138],[-122.90807,47.048326],[-122.8933,47.047268],[-122.892974,47.057359],[-122.900217,47.071519],[-122.90807,47.082506],[-122.895823,47.092597],[-122.896474,47.104926],[-122.901194,47.117865],[-122.901235,47.130276],[-122.892405,47.142076],[-122.852854,47.165025],[-122.847401,47.155219],[-122.847971,47.146064],[-122.85261,47.137763],[-122.85969,47.130276],[-122.84553,47.131741],[-122.8308,47.136786],[-122.820953,47.142076],[-122.821523,47.144599],[-122.822662,47.160102],[-122.817128,47.165717],[-122.798207,47.15762],[-122.79011,47.149115],[-122.782053,47.137763],[-122.772776,47.127753],[-122.748158,47.120022],[-122.735748,47.111477],[-122.72643,47.100409],[-122.722483,47.089301],[-122.685902,47.104397],[-122.652333,47.128079],[-122.571604,47.209296],[-122.550201,47.242336],[-122.537099,47.278551],[-122.537506,47.315863],[-122.520375,47.305487],[-122.485422,47.290229],[-122.448476,47.268459],[-122.433095,47.264879],[-122.418609,47.269477],[-122.40038,47.281073],[-122.417551,47.289252],[-122.427602,47.296536],[-122.429555,47.304877],[-122.422027,47.315863],[-122.409413,47.325019],[-122.391265,47.333686],[-122.372141,47.340033],[-122.339467,47.346584],[-122.328481,47.357123],[-122.323598,47.372545],[-122.325266,47.391018],[-122.333648,47.40412],[-122.360951,47.429999],[-122.366811,47.442206],[-122.366689,47.485338],[-122.370229,47.497138],[-122.381418,47.510199],[-122.388417,47.520819],[-122.407541,47.566067],[-122.409047,47.574937],[-122.403717,47.581977],[-122.390452,47.593695],[-122.377919,47.596177],[-122.366607,47.585679],[-122.356068,47.571275],[-122.345774,47.562323],[-122.341054,47.582953],[-122.339996,47.598944],[-122.345204,47.611965],[-122.359364,47.623725],[-122.404042,47.637397],[-122.413482,47.641669],[-122.423329,47.651068],[-122.428782,47.660386],[-122.42516,47.66474],[-122.413686,47.667467],[-122.409291,47.674384],[-122.406809,47.683295],[-122.40038,47.691962],[-122.384674,47.70897],[-122.381093,47.72016],[-122.383901,47.736721],[-122.387563,47.752346],[-122.398346,47.762926],[-122.406117,47.777899],[-122.404368,47.797593],[-122.399485,47.813951],[-122.391916,47.827582],[-122.382192,47.839057],[-122.35261,47.856269],[-122.339711,47.872789],[-122.336985,47.894843],[-122.334218,47.910468],[-122.324574,47.924384],[-122.324534,47.934149],[-122.320424,47.942084],[-122.312652,47.947211],[-122.292714,47.957343],[-122.285715,47.962836],[-122.27717,47.967434],[-122.241607,47.972805],[-122.2329,47.97842],[-122.212799,47.986802],[-122.209137,47.999701],[-122.207346,48.01439],[-122.200836,48.018988],[-122.196278,48.02265],[-122.191721,48.026313],[-122.193512,48.030951],[-122.201772,48.033677],[-122.207509,48.037543],[-122.221588,48.038153],[-122.238108,48.026313],[-122.307729,48.065375],[-122.340159,48.090033],[-122.362294,48.122504],[-122.367747,48.159613],[-122.365712,48.190579],[-122.3756,48.213202],[-122.41686,48.225531],[-122.421864,48.227973],[-122.428375,48.232123],[-122.435943,48.234605],[-122.444203,48.232367],[-122.448964,48.222846],[-122.446116,48.202216],[-122.466624,48.192043],[-122.469472,48.177069],[-122.465728,48.159084],[-122.457875,48.143622],[-122.448069,48.134182],[-122.432118,48.122463],[-122.414622,48.112494],[-122.39981,48.108222],[-122.384104,48.101467],[-122.36913,48.085679],[-122.348012,48.054267],[-122.366038,48.0539],[-122.377431,48.060248],[-122.396392,48.081529],[-122.405629,48.087795],[-122.489654,48.130439],[-122.510365,48.147447],[-122.526112,48.170966],[-122.533274,48.196112],[-122.531239,48.219875],[-122.53395,48.249677],[-122.49885,48.252875],[-122.465159,48.259955],[-122.445912,48.261054],[-122.429921,48.259101],[-122.418365,48.251532],[-122.409657,48.2414],[-122.400787,48.235256],[-122.388987,48.239814],[-122.393707,48.249986],[-122.390614,48.260199],[-122.375315,48.280748],[-122.379384,48.285956],[-122.381825,48.29682],[-122.385854,48.303778],[-122.391754,48.30976],[-122.425364,48.330227],[-122.455149,48.342475],[-122.478627,48.359809],[-122.491363,48.365058],[-122.506215,48.367987],[-122.522694,48.368964],[-122.533762,48.374661],[-122.553538,48.401313],[-122.567047,48.409898],[-122.567047,48.417385],[-122.552073,48.427883],[-122.558949,48.434027],[-122.574208,48.437079],[-122.584462,48.437812],[-122.591705,48.434068],[-122.607777,48.416002],[-122.615549,48.409898],[-122.63036,48.405341],[-122.646596,48.403754],[-122.661773,48.406236],[-122.673573,48.413642],[-122.683461,48.430162],[-122.678578,48.43887],[-122.668772,48.445258],[-122.663319,48.454901],[-122.669342,48.472805],[-122.682932,48.479193],[-122.697011,48.48135],[-122.704905,48.486274],[-122.702382,48.497992],[-122.689076,48.499823],[-122.672475,48.498969],[-122.659901,48.502997],[-122.633046,48.516262],[-122.613271,48.500312],[-122.597035,48.474555],[-122.580719,48.458319],[-122.580881,48.484524],[-122.568349,48.489488],[-122.551015,48.481513],[-122.527211,48.460354],[-122.514272,48.453192],[-122.5006,48.450426],[-122.488881,48.454901],[-122.480824,48.464097],[-122.480133,48.470282],[-122.482818,48.476508],[-122.485178,48.486274],[-122.488393,48.512926],[-122.494252,48.529364],[-122.503529,48.543647],[-122.515859,48.557603],[-122.55602,48.576606],[-122.567006,48.585354],[-122.54662,48.58869],[-122.525136,48.583197],[-122.485341,48.559801],[-122.468088,48.554511],[-122.447621,48.562161],[-122.440297,48.580715],[-122.444325,48.603258],[-122.457875,48.62344],[-122.466461,48.62873],[-122.475331,48.631252],[-122.48412,48.634752],[-122.492584,48.643256],[-122.497141,48.653551],[-122.503041,48.679633],[-122.502553,48.684882],[-122.525136,48.692288],[-122.521108,48.709052],[-122.49885,48.739488],[-122.508616,48.755683],[-122.529937,48.768622],[-122.554677,48.77733],[-122.574534,48.780463],[-122.593617,48.774115],[-122.609771,48.758612],[-122.639719,48.722398],[-122.65038,48.718166],[-122.660146,48.722561],[-122.667348,48.731879],[-122.670155,48.742906],[-122.6669,48.748114],[-122.652903,48.758287],[-122.649648,48.763658],[-122.658193,48.77733],[-122.676991,48.793443],[-122.695953,48.800767],[-122.704905,48.787909],[-122.700592,48.812161],[-122.703847,48.827379],[-122.714223,48.838202],[-122.757558,48.864244],[-122.768219,48.87401],[-122.772532,48.886542],[-122.768381,48.897406],[-122.759145,48.905951],[-122.749908,48.912543],[-122.745839,48.91767],[-122.75886,48.93594],[-122.808095,48.934516],[-122.813547,48.951809],[-122.801015,48.962307],[-122.777496,48.964789],[-122.731557,48.959215],[-122.741119,48.976793],[-122.753,48.992499],[-122.753012,48.992515]]]]},"type":"Feature","properties":{"postal":"WA","name":"Washington","type":"State","center":[-120.5349794238683,47.4165720443097]}},"AZ":{"geometry":{"type":"Polygon","coordinates":[[[-109.046625,36.999809],[-109.046649,36.822709],[-109.046649,36.64561],[-109.046698,36.468461],[-109.046747,36.291386],[-109.046747,36.114311],[-109.046771,35.937187],[-109.046796,35.760087],[-109.046796,35.582987],[-109.046845,35.405912],[-109.046893,35.228813],[-109.046893,35.051689],[-109.046942,34.874589],[-109.046942,34.697514],[-109.046942,34.520365],[-109.047015,34.343266],[-109.047064,34.166191],[-109.047064,33.989091],[-109.047089,33.812016],[-109.047113,33.634892],[-109.047113,33.457817],[-109.047162,33.280717],[-109.047211,33.103593],[-109.047211,32.926493],[-109.047235,32.749394],[-109.04726,32.572294],[-109.04726,32.395219],[-109.047333,32.21807],[-109.047382,32.040995],[-109.047382,31.863896],[-109.047382,31.686772],[-109.04743,31.509672],[-109.04743,31.332572],[-109.04743,31.332426],[-109.04743,31.332279],[-109.04743,31.332133],[-109.04743,31.331962],[-109.04743,31.331816],[-109.04743,31.331645],[-109.04743,31.331498],[-109.04743,31.331352],[-109.04743,31.331181],[-109.04743,31.331034],[-109.04743,31.330863],[-109.04743,31.330717],[-109.04743,31.33057],[-109.04743,31.330424],[-109.04743,31.330253],[-109.04743,31.330107],[-109.04743,31.329936],[-109.04743,31.329789],[-109.04743,31.329643],[-109.04743,31.329496],[-109.04743,31.329325],[-109.04743,31.329179],[-109.04743,31.329008],[-109.04743,31.328862],[-109.04743,31.328715],[-109.04743,31.328544],[-109.04743,31.328373],[-109.04743,31.328251],[-109.04743,31.32808],[-109.04743,31.327909],[-109.04743,31.327787],[-109.04743,31.32769],[-109.04743,31.327391],[-109.069203,31.327391],[-109.111914,31.327391],[-109.154599,31.327391],[-109.197361,31.327391],[-109.240072,31.32734],[-109.282782,31.32734],[-109.325519,31.32734],[-109.368229,31.32734],[-109.410914,31.32734],[-109.45365,31.32734],[-109.496387,31.32734],[-109.539071,31.32734],[-109.581808,31.32734],[-109.624493,31.32734],[-109.667177,31.32734],[-109.709965,31.32734],[-109.75265,31.32734],[-109.795335,31.32734],[-109.838123,31.32734],[-109.880808,31.32734],[-109.923596,31.327288],[-109.96628,31.327236],[-110.008965,31.327236],[-110.051702,31.327236],[-110.094386,31.327236],[-110.137071,31.327236],[-110.179807,31.327236],[-110.222544,31.327236],[-110.265229,31.327236],[-110.308017,31.327236],[-110.350753,31.327236],[-110.39349,31.327236],[-110.436174,31.327236],[-110.478859,31.327236],[-110.521595,31.327236],[-110.56428,31.327236],[-110.606965,31.327236],[-110.649727,31.327236],[-110.692438,31.327236],[-110.7352,31.327236],[-110.777885,31.327236],[-110.820595,31.327236],[-110.863358,31.327236],[-110.906068,31.327236],[-110.948753,31.327185],[-111.006269,31.327185],[-111.067118,31.333644],[-111.094455,31.342532],[-111.145924,31.359069],[-111.197446,31.375554],[-111.248864,31.392142],[-111.300333,31.40873],[-111.351803,31.425318],[-111.403299,31.441855],[-111.454768,31.458339],[-111.506238,31.474979],[-111.915464,31.601431],[-112.324715,31.727987],[-112.733967,31.854543],[-113.143218,31.981046],[-113.552444,32.107602],[-113.961696,32.234132],[-114.370921,32.360687],[-114.780147,32.487243],[-114.816785,32.498534],[-114.819373,32.499363],[-114.822108,32.50024],[-114.809447,32.511324],[-114.795546,32.552226],[-114.794203,32.574111],[-114.802678,32.594497],[-114.786813,32.621033],[-114.781542,32.628061],[-114.758804,32.64483],[-114.751156,32.65222],[-114.739477,32.669066],[-114.731209,32.686636],[-114.723871,32.711519],[-114.724284,32.712835],[-114.720795,32.724565],[-114.682929,32.7481],[-114.578192,32.730082],[-114.535858,32.738237],[-114.52619,32.753251],[-114.525092,32.771122],[-114.525946,32.789726],[-114.522186,32.807133],[-114.509247,32.820341],[-114.472089,32.842021],[-114.460736,32.854911],[-114.458002,32.876713],[-114.473749,32.94058],[-114.472479,32.953105],[-114.470233,32.962846],[-114.469794,32.972612],[-114.473749,32.985258],[-114.501727,33.019413],[-114.536542,33.03538],[-114.627338,33.040946],[-114.666815,33.054154],[-114.696747,33.08936],[-114.693378,33.124101],[-114.678241,33.161625],[-114.673016,33.204985],[-114.683173,33.262773],[-114.690082,33.276371],[-114.721332,33.306303],[-114.723505,33.321244],[-114.713983,33.348979],[-114.701923,33.359819],[-114.698138,33.368412],[-114.704047,33.379106],[-114.712079,33.387065],[-114.722406,33.39976],[-114.726898,33.411479],[-114.717377,33.416606],[-114.668329,33.419657],[-114.64372,33.425785],[-114.625848,33.437138],[-114.588788,33.495512],[-114.57934,33.520121],[-114.569305,33.530473],[-114.549481,33.547001],[-114.535858,33.561869],[-114.532611,33.568559],[-114.528998,33.581718],[-114.534491,33.60352],[-114.534491,33.616801],[-114.52558,33.622709],[-114.522406,33.627568],[-114.521527,33.638798],[-114.522186,33.660258],[-114.517304,33.684745],[-114.506317,33.699125],[-114.494696,33.710356],[-114.488055,33.725126],[-114.498969,33.743217],[-114.503217,33.754277],[-114.497968,33.759257],[-114.494525,33.764604],[-114.493378,33.776322],[-114.494525,33.788041],[-114.497968,33.793388],[-114.510272,33.80413],[-114.51391,33.828324],[-114.514056,33.854008],[-114.515985,33.86912],[-114.497772,33.881449],[-114.489764,33.89058],[-114.491132,33.89954],[-114.510712,33.918705],[-114.518842,33.929814],[-114.522186,33.941435],[-114.515936,33.963627],[-114.500336,33.977519],[-114.460736,33.999467],[-114.444257,34.012968],[-114.428583,34.029081],[-114.416937,34.048466],[-114.408637,34.091093],[-114.398236,34.109745],[-114.382147,34.12371],[-114.345868,34.133207],[-114.243842,34.193705],[-114.224262,34.198075],[-114.192596,34.232231],[-114.159076,34.259526],[-114.127387,34.279667],[-114.119061,34.293217],[-114.124945,34.31414],[-114.12514,34.327787],[-114.15705,34.345072],[-114.168744,34.355888],[-114.178387,34.362699],[-114.195477,34.370414],[-114.278876,34.420756],[-114.293817,34.435502],[-114.298798,34.439067],[-114.318744,34.449882],[-114.323602,34.453373],[-114.331342,34.460575],[-114.335419,34.463334],[-114.339471,34.464555],[-114.344208,34.465141],[-114.357221,34.465605],[-114.363788,34.467045],[-114.368964,34.471537],[-114.372943,34.478129],[-114.376019,34.490141],[-114.377167,34.499711],[-114.377069,34.500395],[-114.371674,34.515483],[-114.367206,34.530131],[-114.377118,34.540092],[-114.378803,34.540702],[-114.383661,34.561064],[-114.394476,34.570951],[-114.407709,34.579545],[-114.419745,34.595951],[-114.421112,34.602592],[-114.419745,34.626371],[-114.421112,34.634281],[-114.424457,34.638725],[-114.4289,34.6429],[-114.494257,34.753593],[-114.521307,34.756987],[-114.542352,34.767875],[-114.555048,34.786967],[-114.556952,34.815043],[-114.560663,34.827153],[-114.568622,34.843046],[-114.580023,34.856889],[-114.594183,34.862846],[-114.610004,34.867533],[-114.616962,34.879301],[-114.627606,34.996586],[-114.628217,35.003569],[-114.629315,35.015385],[-114.638861,35.047807],[-114.615399,35.073149],[-114.611591,35.082572],[-114.615497,35.096464],[-114.634271,35.114237],[-114.638861,35.123539],[-114.635516,35.137187],[-114.625433,35.140971],[-114.611884,35.14102],[-114.597919,35.143388],[-114.586102,35.148295],[-114.581805,35.151347],[-114.572626,35.191239],[-114.571942,35.212553],[-114.576801,35.252641],[-114.589862,35.300492],[-114.592279,35.325956],[-114.590887,35.352885],[-114.600629,35.376664],[-114.632318,35.428739],[-114.650604,35.477006],[-114.667621,35.517045],[-114.646503,35.565483],[-114.652704,35.608891],[-114.645062,35.630644],[-114.65163,35.646757],[-114.686664,35.719389],[-114.691596,35.739604],[-114.69455,35.76707],[-114.693475,35.822416],[-114.688129,35.837236],[-114.670575,35.862773],[-114.666815,35.87393],[-114.668939,35.88538],[-114.675287,35.894242],[-114.714667,35.936161],[-114.729218,35.959257],[-114.739569,35.985795],[-114.741278,36.013627],[-114.724384,36.027885],[-114.71994,36.038871],[-114.719403,36.050175],[-114.722723,36.073075],[-114.722675,36.084306],[-114.721185,36.092729],[-114.718085,36.097367],[-114.711029,36.105351],[-114.707147,36.108842],[-114.70285,36.112065],[-114.669354,36.124809],[-114.636835,36.141313],[-114.578827,36.153617],[-114.563226,36.158769],[-114.554779,36.160527],[-114.545453,36.159696],[-114.491962,36.146879],[-114.488202,36.145561],[-114.482806,36.142924],[-114.474359,36.13748],[-114.463983,36.13206],[-114.450653,36.128446],[-114.442914,36.12769],[-114.435492,36.127714],[-114.42868,36.128544],[-114.42287,36.130326],[-114.397235,36.142924],[-114.391791,36.144975],[-114.385858,36.146488],[-114.379193,36.147367],[-114.37226,36.14766],[-114.365643,36.147196],[-114.356415,36.14434],[-114.347504,36.139799],[-114.336639,36.130717],[-114.327045,36.120756],[-114.319598,36.111088],[-114.297186,36.070512],[-114.287714,36.05811],[-114.275311,36.045658],[-114.256537,36.03245],[-114.233637,36.024418],[-114.207733,36.023222],[-114.158661,36.02974],[-114.123895,36.045854],[-114.108368,36.089482],[-114.095184,36.126518],[-114.084174,36.157572],[-114.065448,36.178154],[-114.045258,36.200492],[-114.042841,36.210307],[-114.042011,36.219779],[-114.04184,36.262113],[-114.041791,36.270512],[-114.041766,36.293998],[-114.041693,36.330546],[-114.041596,36.377909],[-114.041449,36.43394],[-114.041327,36.496586],[-114.04118,36.563529],[-114.04101,36.632621],[-114.040863,36.701713],[-114.040717,36.768656],[-114.040595,36.831303],[-114.040497,36.887333],[-114.040375,36.934745],[-114.040302,36.971293],[-114.040253,36.994853],[-114.040204,37.003129],[-113.884149,37.003007],[-113.728119,37.002909],[-113.57204,37.002812],[-113.415985,37.00269],[-113.259979,37.002592],[-113.103925,37.002494],[-112.94787,37.002397],[-112.791815,37.002299],[-112.635785,37.002201],[-112.479706,37.002079],[-112.323651,37.001982],[-112.167645,37.001884],[-112.011591,37.001762],[-111.855512,37.001664],[-111.699481,37.001567],[-111.543427,37.001469],[-111.387347,37.001371],[-111.231317,37.001249],[-111.075262,37.001152],[-110.919208,37.001054],[-110.763178,37.000932],[-110.607123,37.000834],[-110.451044,37.000737],[-110.295013,37.000639],[-110.138983,37.000541],[-109.982929,37.000444],[-109.826849,37.000321],[-109.670844,37.000224],[-109.514789,37.000126],[-109.35871,37.000004],[-109.202679,36.999906],[-109.046625,36.999809]]]},"type":"Feature","properties":{"postal":"AZ","name":"Arizona","type":"State","center":[-111.69638774577047,34.74330768780513]}},"CA":{"geometry":{"type":"MultiPolygon","coordinates":[[[[-118.595691,33.035281],[-118.589857,33.029967],[-118.577165,33.032456],[-118.564367,33.023762],[-118.565465,33.018408],[-118.56018,33.006331],[-118.549787,33.001577],[-118.545049,32.985613],[-118.516023,32.958162],[-118.504424,32.941329],[-118.483563,32.9216],[-118.466739,32.91482],[-118.450662,32.897625],[-118.40711,32.864258],[-118.381984,32.847662],[-118.358766,32.827828],[-118.350942,32.818671],[-118.363596,32.81684],[-118.384181,32.824391],[-118.401483,32.81999],[-118.404164,32.812405],[-118.411366,32.809801],[-118.425011,32.802416],[-118.429043,32.802873],[-118.438367,32.816922],[-118.449915,32.818819],[-118.474263,32.838122],[-118.489901,32.844904],[-118.49915,32.850628],[-118.506772,32.865249],[-118.508595,32.876469],[-118.520152,32.885467],[-118.531235,32.903408],[-118.537593,32.905751],[-118.546918,32.91875],[-118.548188,32.937191],[-118.551702,32.945411],[-118.558689,32.953108],[-118.575546,32.969004],[-118.579905,32.987779],[-118.586753,33.00333],[-118.593759,33.013946],[-118.608245,33.014377],[-118.607215,33.030856],[-118.595691,33.035281]]],[[[-119.51334,33.276457],[-119.497848,33.266125],[-119.488604,33.267188],[-119.482531,33.263603],[-119.462204,33.256545],[-119.443391,33.24217],[-119.434463,33.231317],[-119.434337,33.224012],[-119.439182,33.219844],[-119.446813,33.219296],[-119.456583,33.21598],[-119.468595,33.216292],[-119.472942,33.215324],[-119.487181,33.217886],[-119.491015,33.218752],[-119.495365,33.217327],[-119.502515,33.220891],[-119.5151,33.222102],[-119.523382,33.227933],[-119.544188,33.23132],[-119.566909,33.247472],[-119.567004,33.252496],[-119.574225,33.258797],[-119.572699,33.264756],[-119.578926,33.276097],[-119.577894,33.279308],[-119.562448,33.271741],[-119.550582,33.280117],[-119.542886,33.280178],[-119.532103,33.286278],[-119.51334,33.276457]]],[[[-118.535861,33.477278],[-118.530103,33.469976],[-118.524378,33.466715],[-118.517748,33.459782],[-118.508058,33.454681],[-118.499706,33.451813],[-118.499683,33.448154],[-118.49877,33.442666],[-118.493061,33.441589],[-118.490442,33.443422],[-118.485637,33.444877],[-118.48433,33.447094],[-118.476901,33.447445],[-118.472499,33.441964],[-118.468076,33.442409],[-118.462824,33.439844],[-118.45754,33.43511],[-118.450054,33.431862],[-118.444791,33.428584],[-118.437308,33.429363],[-118.433853,33.427155],[-118.429443,33.428283],[-118.42112,33.427948],[-118.394449,33.415963],[-118.389098,33.417461],[-118.382599,33.410526],[-118.379375,33.410183],[-118.374028,33.410207],[-118.369206,33.408393],[-118.368303,33.405102],[-118.366908,33.398882],[-118.369581,33.39485],[-118.368289,33.389003],[-118.363376,33.388278],[-118.355131,33.377346],[-118.343628,33.366762],[-118.331757,33.359113],[-118.326514,33.348901],[-118.326344,33.344608],[-118.322765,33.343132],[-118.317255,33.343429],[-118.308665,33.33642],[-118.304344,33.319269],[-118.307854,33.318724],[-118.310584,33.314231],[-118.30434,33.30904],[-118.312128,33.305542],[-118.314709,33.301629],[-118.326035,33.298633],[-118.346017,33.305231],[-118.354947,33.312945],[-118.364003,33.315048],[-118.374796,33.319512],[-118.396096,33.3201],[-118.410466,33.320372],[-118.422664,33.316634],[-118.443835,33.318827],[-118.463586,33.323514],[-118.472771,33.332943],[-118.484244,33.346075],[-118.489582,33.358499],[-118.4844,33.368414],[-118.486165,33.372428],[-118.480072,33.380143],[-118.474872,33.382371],[-118.479324,33.38675],[-118.487232,33.402812],[-118.484523,33.405381],[-118.48715,33.408304],[-118.486346,33.415968],[-118.490735,33.419625],[-118.497756,33.421431],[-118.503908,33.423225],[-118.510496,33.423938],[-118.515654,33.423005],[-118.520789,33.427515],[-118.530673,33.428581],[-118.535085,33.429312],[-118.542988,33.432923],[-118.550886,33.433254],[-118.559226,33.432854],[-118.566736,33.436856],[-118.572851,33.437907],[-118.57373,33.440455],[-118.574117,33.446614],[-118.579049,33.448476],[-118.584383,33.452864],[-118.589607,33.460096],[-118.595881,33.466706],[-118.602116,33.47147],[-118.603913,33.476589],[-118.596868,33.476973],[-118.586779,33.475571],[-118.578003,33.476351],[-118.569625,33.474537],[-118.563436,33.473427],[-118.545938,33.475029],[-118.540675,33.475783],[-118.535861,33.477278]]],[[[-118.226578,33.76545],[-118.223919,33.756067],[-118.243878,33.750844],[-118.236346,33.728046],[-118.250134,33.723618],[-118.245571,33.714879],[-118.257629,33.716554],[-118.261326,33.725],[-118.259126,33.729407],[-118.24432,33.734291],[-118.248994,33.749427],[-118.253854,33.746219],[-118.251107,33.736269],[-118.260562,33.733454],[-118.268615,33.728931],[-118.270859,33.73964],[-118.267506,33.747029],[-118.254989,33.758083],[-118.25032,33.757555],[-118.245547,33.759683],[-118.234676,33.763153],[-118.226578,33.76545]]],[[[-120.042325,34.028081],[-120.049938,34.015605],[-120.047004,34.003813],[-120.033969,33.989577],[-120.008337,33.979027],[-119.980407,33.983467],[-119.978781,33.959371],[-119.970693,33.952931],[-119.96883,33.941117],[-119.999628,33.941479],[-120.01895,33.934153],[-120.049688,33.914781],[-120.071291,33.911785],[-120.080627,33.906363],[-120.101298,33.906889],[-120.109011,33.899738],[-120.109891,33.89314],[-120.124206,33.895086],[-120.133401,33.902824],[-120.152636,33.911688],[-120.17561,33.922232],[-120.184467,33.937422],[-120.189428,33.9448],[-120.19808,33.952101],[-120.210244,33.972488],[-120.219359,33.976723],[-120.225493,33.988458],[-120.237181,33.991713],[-120.248517,34.001127],[-120.236565,34.008803],[-120.217616,34.010541],[-120.201055,34.004696],[-120.18582,34.008918],[-120.170963,34.007414],[-120.158486,34.015952],[-120.145481,34.024497],[-120.136098,34.024726],[-120.096665,34.017861],[-120.072478,34.024895],[-120.057875,34.037785],[-120.044139,34.037273],[-120.042325,34.028081]]],[[[-120.36069,34.053098],[-120.356018,34.047081],[-120.344582,34.046492],[-120.335766,34.048703],[-120.330301,34.047175],[-120.318326,34.040055],[-120.311306,34.034477],[-120.306557,34.026397],[-120.308301,34.0182],[-120.329612,34.018629],[-120.351232,34.019022],[-120.360439,34.014757],[-120.373825,34.017764],[-120.382382,34.024129],[-120.392774,34.025966],[-120.406226,34.031415],[-120.415194,34.032469],[-120.42377,34.024946],[-120.438197,34.02956],[-120.446088,34.030217],[-120.449203,34.035866],[-120.43797,34.038538],[-120.415274,34.054496],[-120.403406,34.051457],[-120.394043,34.053285],[-120.380009,34.060898],[-120.368979,34.071311],[-120.369068,34.076225],[-120.362213,34.071682],[-120.358966,34.064972],[-120.356262,34.058511],[-120.36069,34.053098]]],[[[-119.83516,34.063586],[-119.824371,34.05508],[-119.806996,34.051947],[-119.78774,34.056189],[-119.777854,34.055863],[-119.759263,34.055809],[-119.752834,34.052282],[-119.744293,34.052151],[-119.737005,34.04643],[-119.732147,34.048557],[-119.711836,34.042255],[-119.703796,34.034562],[-119.692382,34.028224],[-119.68536,34.019871],[-119.677023,34.020751],[-119.666637,34.016765],[-119.654398,34.019085],[-119.633183,34.013635],[-119.615639,34.019543],[-119.607931,34.029474],[-119.610079,34.039646],[-119.588641,34.049712],[-119.575408,34.050677],[-119.564931,34.055325],[-119.532522,34.041424],[-119.521494,34.034291],[-119.529426,34.025248],[-119.542666,34.020164],[-119.544527,34.013617],[-119.547833,34.003847],[-119.559521,33.994309],[-119.580326,33.993586],[-119.589498,33.989006],[-119.624821,33.987316],[-119.645457,33.986212],[-119.657683,33.986062],[-119.667048,33.98305],[-119.673278,33.978097],[-119.682116,33.976334],[-119.684945,33.973874],[-119.700174,33.968738],[-119.706479,33.968675],[-119.712691,33.961674],[-119.719512,33.959134],[-119.742213,33.96245],[-119.753468,33.962301],[-119.759239,33.957342],[-119.772048,33.959598],[-119.788251,33.959765],[-119.801566,33.963211],[-119.817205,33.959338],[-119.825197,33.966532],[-119.840504,33.969574],[-119.850767,33.967383],[-119.866711,33.978934],[-119.874109,33.980047],[-119.881262,33.991349],[-119.884371,34.001838],[-119.887069,34.008777],[-119.877082,34.024387],[-119.877222,34.032483],[-119.886254,34.038109],[-119.899179,34.049601],[-119.913564,34.055894],[-119.919123,34.057537],[-119.92155,34.054679],[-119.928468,34.0558],[-119.933019,34.060229],[-119.924292,34.066858],[-119.92102,34.073446],[-119.917225,34.07882],[-119.904628,34.074302],[-119.887044,34.074301],[-119.856412,34.070552],[-119.83516,34.063586]]],[[[-120.000726,41.816337],[-120.000653,41.633158],[-120.000604,41.44998],[-120.00058,41.266777],[-120.000555,41.083622],[-120.000507,40.900444],[-120.000458,40.717265],[-120.000409,40.534062],[-120.000409,40.350883],[-120.000336,40.167729],[-120.000287,39.984526],[-120.000262,39.801347],[-120.000238,39.618168],[-120.000189,39.435014],[-120.00014,39.251811],[-120.000116,39.068632],[-120.000116,39.013237],[-120.000018,38.999223],[-119.76579,38.835746],[-119.531561,38.67227],[-119.297333,38.508769],[-119.063104,38.345268],[-118.8289,38.181791],[-118.594672,38.018315],[-118.360443,37.854814],[-118.126215,37.691337],[-117.942889,37.553544],[-117.75954,37.415751],[-117.57619,37.277934],[-117.392889,37.140141],[-117.209564,37.002348],[-117.026215,36.864506],[-116.842865,36.726713],[-116.65954,36.58892],[-116.498895,36.462748],[-116.338251,36.336601],[-116.177582,36.210429],[-116.016913,36.084257],[-115.856268,35.958085],[-115.695599,35.831913],[-115.53493,35.705717],[-115.374262,35.579545],[-115.193793,35.437846],[-115.000018,35.289067],[-114.814252,35.14644],[-114.628217,35.003569],[-114.627606,34.996586],[-114.616962,34.879301],[-114.610004,34.867533],[-114.594183,34.862846],[-114.580023,34.856889],[-114.568622,34.843046],[-114.560663,34.827153],[-114.556952,34.815043],[-114.555048,34.786967],[-114.542352,34.767875],[-114.521307,34.756987],[-114.494257,34.753593],[-114.4289,34.6429],[-114.424457,34.638725],[-114.421112,34.634281],[-114.419745,34.626371],[-114.421112,34.602592],[-114.419745,34.595951],[-114.407709,34.579545],[-114.394476,34.570951],[-114.383661,34.561064],[-114.378803,34.540702],[-114.377118,34.540092],[-114.367206,34.530131],[-114.371674,34.515483],[-114.377069,34.500395],[-114.377167,34.499711],[-114.376019,34.490141],[-114.372943,34.478129],[-114.368964,34.471537],[-114.363788,34.467045],[-114.357221,34.465605],[-114.344208,34.465141],[-114.339471,34.464555],[-114.335419,34.463334],[-114.331342,34.460575],[-114.323602,34.453373],[-114.318744,34.449882],[-114.298798,34.439067],[-114.293817,34.435502],[-114.278876,34.420756],[-114.195477,34.370414],[-114.178387,34.362699],[-114.168744,34.355888],[-114.15705,34.345072],[-114.12514,34.327787],[-114.124945,34.31414],[-114.119061,34.293217],[-114.127387,34.279667],[-114.159076,34.259526],[-114.192596,34.232231],[-114.224262,34.198075],[-114.243842,34.193705],[-114.345868,34.133207],[-114.382147,34.12371],[-114.398236,34.109745],[-114.408637,34.091093],[-114.416937,34.048466],[-114.428583,34.029081],[-114.444257,34.012968],[-114.460736,33.999467],[-114.500336,33.977519],[-114.515936,33.963627],[-114.522186,33.941435],[-114.518842,33.929814],[-114.510712,33.918705],[-114.491132,33.89954],[-114.489764,33.89058],[-114.497772,33.881449],[-114.515985,33.86912],[-114.514056,33.854008],[-114.51391,33.828324],[-114.510272,33.80413],[-114.497968,33.793388],[-114.494525,33.788041],[-114.493378,33.776322],[-114.494525,33.764604],[-114.497968,33.759257],[-114.503217,33.754277],[-114.498969,33.743217],[-114.488055,33.725126],[-114.494696,33.710356],[-114.506317,33.699125],[-114.517304,33.684745],[-114.522186,33.660258],[-114.521527,33.638798],[-114.522406,33.627568],[-114.52558,33.622709],[-114.534491,33.616801],[-114.534491,33.60352],[-114.528998,33.581718],[-114.532611,33.568559],[-114.535858,33.561869],[-114.549481,33.547001],[-114.569305,33.530473],[-114.57934,33.520121],[-114.588788,33.495512],[-114.625848,33.437138],[-114.64372,33.425785],[-114.668329,33.419657],[-114.717377,33.416606],[-114.726898,33.411479],[-114.722406,33.39976],[-114.712079,33.387065],[-114.704047,33.379106],[-114.698138,33.368412],[-114.701923,33.359819],[-114.713983,33.348979],[-114.723505,33.321244],[-114.721332,33.306303],[-114.690082,33.276371],[-114.683173,33.262773],[-114.673016,33.204985],[-114.678241,33.161625],[-114.693378,33.124101],[-114.696747,33.08936],[-114.666815,33.054154],[-114.627338,33.040946],[-114.536542,33.03538],[-114.501727,33.019413],[-114.473749,32.985258],[-114.469794,32.972612],[-114.470233,32.962846],[-114.472479,32.953105],[-114.473749,32.94058],[-114.458002,32.876713],[-114.460736,32.854911],[-114.472089,32.842021],[-114.509247,32.820341],[-114.522186,32.807133],[-114.525946,32.789726],[-114.525092,32.771122],[-114.52619,32.753251],[-114.535858,32.738237],[-114.578192,32.730082],[-114.682929,32.7481],[-114.720795,32.724565],[-114.724284,32.712835],[-114.724285,32.712836],[-114.764541,32.709839],[-114.838076,32.704206],[-114.911612,32.698703],[-114.985199,32.693122],[-115.058734,32.687567],[-115.13227,32.681986],[-115.205806,32.676456],[-115.27929,32.670823],[-115.352851,32.665346],[-115.426386,32.659765],[-115.499922,32.654209],[-115.573535,32.648654],[-115.647019,32.643073],[-115.720529,32.637518],[-115.794064,32.631963],[-115.8676,32.626408],[-115.941213,32.620827],[-116.014748,32.615271],[-116.088232,32.609664],[-116.161742,32.604161],[-116.235329,32.598554],[-116.308891,32.593025],[-116.382426,32.587469],[-116.455962,32.581888],[-116.529472,32.576333],[-116.603007,32.570804],[-116.676543,32.565223],[-116.750104,32.559667],[-116.82364,32.554086],[-116.897201,32.548531],[-116.970737,32.542976],[-117.044221,32.537421],[-117.125121,32.531669],[-117.126129,32.539496],[-117.132192,32.568061],[-117.133949,32.592896],[-117.137007,32.615761],[-117.14981,32.646308],[-117.166371,32.669501],[-117.188385,32.682685],[-117.223975,32.684714],[-117.226186,32.697207],[-117.22003,32.706596],[-117.205814,32.713403],[-117.190956,32.713699],[-117.187859,32.705936],[-117.168058,32.698805],[-117.164174,32.683783],[-117.155853,32.672367],[-117.142797,32.653116],[-117.131278,32.630991],[-117.124086,32.606766],[-117.115089,32.600262],[-117.103384,32.60681],[-117.102311,32.620468],[-117.119892,32.652634],[-117.119017,32.67061],[-117.133209,32.689846],[-117.146325,32.694262],[-117.166575,32.706773],[-117.177343,32.715031],[-117.174638,32.726732],[-117.209858,32.725284],[-117.224244,32.718641],[-117.237834,32.707223],[-117.236562,32.669623],[-117.24528,32.674584],[-117.255279,32.691392],[-117.257476,32.701728],[-117.254727,32.74645],[-117.253877,32.76352],[-117.257556,32.784245],[-117.278793,32.822812],[-117.283597,32.837654],[-117.273789,32.851146],[-117.266039,32.847035],[-117.259874,32.854067],[-117.253641,32.885081],[-117.258066,32.908983],[-117.27477,32.993476],[-117.279565,33.007224],[-117.286041,33.023871],[-117.298075,33.035904],[-117.322161,33.108501],[-117.361914,33.165943],[-117.508844,33.335205],[-117.596303,33.390448],[-117.654368,33.441962],[-117.670725,33.452297],[-117.715199,33.47484],[-117.735219,33.484768],[-117.776519,33.529364],[-117.824574,33.561672],[-117.880251,33.59288],[-117.93022,33.607918],[-117.978505,33.635972],[-118.090536,33.730977],[-118.117387,33.743607],[-118.152581,33.758765],[-118.173639,33.763283],[-118.185533,33.757507],[-118.198967,33.764036],[-118.20721,33.763834],[-118.192498,33.752309],[-118.186618,33.741484],[-118.185189,33.732372],[-118.192863,33.731729],[-118.202479,33.739266],[-118.202745,33.746575],[-118.209735,33.742287],[-118.213827,33.749045],[-118.221506,33.770901],[-118.230702,33.76911],[-118.240336,33.767583],[-118.250091,33.763684],[-118.254552,33.765401],[-118.260365,33.760403],[-118.269514,33.753597],[-118.27677,33.756616],[-118.273791,33.750289],[-118.278317,33.738746],[-118.274472,33.723755],[-118.272206,33.715277],[-118.282441,33.716237],[-118.281725,33.711683],[-118.276084,33.707712],[-118.28269,33.708],[-118.291307,33.703208],[-118.300882,33.709849],[-118.317518,33.71399],[-118.33146,33.720051],[-118.354817,33.726265],[-118.362286,33.735687],[-118.376079,33.737157],[-118.385001,33.740116],[-118.394189,33.736687],[-118.401358,33.735559],[-118.404808,33.740049],[-118.412041,33.741678],[-118.415217,33.75441],[-118.422783,33.763799],[-118.427569,33.773731],[-118.421819,33.783944],[-118.409303,33.791124],[-118.408636,33.798003],[-118.395715,33.805654],[-118.3918,33.817647],[-118.391388,33.835941],[-118.397211,33.844023],[-118.399673,33.851265],[-118.409916,33.87342],[-118.424946,33.905513],[-118.444651,33.949408],[-118.482655,33.99901],[-118.514068,34.022162],[-118.544057,34.038886],[-118.557304,34.037883],[-118.570624,34.041106],[-118.582628,34.036529],[-118.590738,34.039093],[-118.6034,34.038818],[-118.609266,34.035651],[-118.636942,34.036392],[-118.666589,34.038945],[-118.675664,34.038121],[-118.678199,34.03303],[-118.680137,34.03033],[-118.693161,34.031884],[-118.70678,34.029427],[-118.730526,34.032545],[-118.748392,34.031889],[-118.756144,34.02572],[-118.773018,34.023764],[-118.783399,34.021839],[-118.78793,34.019664],[-118.789208,34.014562],[-118.792751,34.011571],[-118.793704,34.007267],[-118.796612,34.006706],[-118.802768,34.004796],[-118.80406,34.001036],[-118.806969,33.999406],[-118.829814,34.020824],[-118.852604,34.033657],[-118.862662,34.034433],[-118.875719,34.037551],[-118.894221,34.038561],[-118.902672,34.040149],[-118.914694,34.040637],[-118.920904,34.044302],[-118.930006,34.045896],[-118.936807,34.0432],[-118.954037,34.047858],[-118.977504,34.059566],[-118.997366,34.065651],[-119.00808,34.06612],[-119.038259,34.08364],[-119.060905,34.08553],[-119.089698,34.100484],[-119.100159,34.102807],[-119.117052,34.106416],[-119.119779,34.106132],[-119.119594,34.103739],[-119.114329,34.101793],[-119.100652,34.098963],[-119.106482,34.094466],[-119.128653,34.100547],[-119.153758,34.116325],[-119.193702,34.141738],[-119.20438,34.144097],[-119.20575,34.145757],[-119.204199,34.148414],[-119.204665,34.149536],[-119.208323,34.152322],[-119.210136,34.152308],[-119.210995,34.147987],[-119.214823,34.145707],[-119.217087,34.145502],[-119.2208,34.153166],[-119.224697,34.157075],[-119.226081,34.159128],[-119.231161,34.167344],[-119.237164,34.176865],[-119.243967,34.19009],[-119.252675,34.203925],[-119.260194,34.217124],[-119.263362,34.226577],[-119.258859,34.233353],[-119.263905,34.235053],[-119.267161,34.244534],[-119.2693,34.254959],[-119.281158,34.268704],[-119.289915,34.274576],[-119.296028,34.274322],[-119.304417,34.272362],[-119.313392,34.277128],[-119.32069,34.282636],[-119.329118,34.28593],[-119.338596,34.29048],[-119.349488,34.304075],[-119.358769,34.310094],[-119.364699,34.315726],[-119.370859,34.319675],[-119.375191,34.320273],[-119.382062,34.31937],[-119.386888,34.318065],[-119.391482,34.318445],[-119.394106,34.322601],[-119.401078,34.330572],[-119.409824,34.336173],[-119.418317,34.342382],[-119.429953,34.353472],[-119.436617,34.355728],[-119.443236,34.354822],[-119.453034,34.368401],[-119.460229,34.37404],[-119.466235,34.375022],[-119.470205,34.375814],[-119.472972,34.373889],[-119.475242,34.372393],[-119.477798,34.372579],[-119.479622,34.374459],[-119.48351,34.378633],[-119.488167,34.381116],[-119.494863,34.383997],[-119.502514,34.384342],[-119.516806,34.386938],[-119.520691,34.390689],[-119.529428,34.394813],[-119.53684,34.39558],[-119.555695,34.410451],[-119.563175,34.414795],[-119.568009,34.413903],[-119.572855,34.412796],[-119.575894,34.411924],[-119.581791,34.412701],[-119.595855,34.41885],[-119.61716,34.420527],[-119.621197,34.418173],[-119.628861,34.418084],[-119.638512,34.415242],[-119.657929,34.416506],[-119.678061,34.414385],[-119.6877,34.410903],[-119.690208,34.408138],[-119.691694,34.405384],[-119.690898,34.403498],[-119.700805,34.400856],[-119.702037,34.398105],[-119.707879,34.395441],[-119.719896,34.395301],[-119.732947,34.397464],[-119.743215,34.402608],[-119.754505,34.404786],[-119.787649,34.417211],[-119.802965,34.418098],[-119.808549,34.416345],[-119.832035,34.416264],[-119.836407,34.414948],[-119.841012,34.412983],[-119.840942,34.41004],[-119.84239,34.406233],[-119.844385,34.403892],[-119.85472,34.408807],[-119.868242,34.409479],[-119.87435,34.40877],[-119.878636,34.406613],[-119.890366,34.419092],[-119.900601,34.420436],[-119.921528,34.433401],[-119.934841,34.435541],[-119.942756,34.435237],[-119.949897,34.434311],[-119.957072,34.435892],[-119.962248,34.439815],[-119.975932,34.44721],[-119.984667,34.450035],[-119.989527,34.449768],[-120.009968,34.461012],[-120.022136,34.457696],[-120.036599,34.463137],[-120.09142,34.458808],[-120.133412,34.472724],[-120.171871,34.469985],[-120.293207,34.468486],[-120.425201,34.451321],[-120.444342,34.451182],[-120.454107,34.442812],[-120.472681,34.450273],[-120.491607,34.49136],[-120.509986,34.521375],[-120.536363,34.535293],[-120.557836,34.54116],[-120.577931,34.553543],[-120.594569,34.554697],[-120.621616,34.552614],[-120.636627,34.562893],[-120.644437,34.574131],[-120.647834,34.585676],[-120.642109,34.601023],[-120.630567,34.628194],[-120.614136,34.659403],[-120.606055,34.67935],[-120.603054,34.704782],[-120.617014,34.725653],[-120.627594,34.743476],[-120.640248,34.758531],[-120.629918,34.781933],[-120.619212,34.819206],[-120.617412,34.843632],[-120.615573,34.858003],[-120.622188,34.8673],[-120.632558,34.871405],[-120.640248,34.879218],[-120.64461,34.895113],[-120.654973,34.901186],[-120.667647,34.898848],[-120.672839,34.907521],[-120.666195,34.931769],[-120.642376,35.000873],[-120.633697,35.035102],[-120.630727,35.073879],[-120.635732,35.108588],[-120.644887,35.13939],[-120.652943,35.144232],[-120.658555,35.15048],[-120.67116,35.150226],[-120.679026,35.153062],[-120.698069,35.169135],[-120.70637,35.174221],[-120.723849,35.175226],[-120.749669,35.177397],[-120.755608,35.171922],[-120.755346,35.163124],[-120.75944,35.159215],[-120.765534,35.160242],[-120.790842,35.179023],[-120.849793,35.202913],[-120.876682,35.22379],[-120.886098,35.233791],[-120.897654,35.249766],[-120.895591,35.273514],[-120.887068,35.285935],[-120.867831,35.330392],[-120.862244,35.361905],[-120.853815,35.347529],[-120.857392,35.326765],[-120.85558,35.321519],[-120.843242,35.324348],[-120.842059,35.33167],[-120.831405,35.336088],[-120.835835,35.342913],[-120.841558,35.345867],[-120.852074,35.367051],[-120.860264,35.373803],[-120.86675,35.370993],[-120.871097,35.405308],[-120.879081,35.420093],[-120.887318,35.432929],[-120.908184,35.448244],[-120.946192,35.446285],[-120.963466,35.456651],[-120.982769,35.459988],[-121.005362,35.460657],[-121.036977,35.489203],[-121.068312,35.517869],[-121.101812,35.549667],[-121.13087,35.600701],[-121.143275,35.605043],[-121.159108,35.627235],[-121.169402,35.636919],[-121.187367,35.641921],[-121.193067,35.639616],[-121.191526,35.633865],[-121.195031,35.632336],[-121.216496,35.647748],[-121.234003,35.652038],[-121.25199,35.657394],[-121.269146,35.664211],[-121.288313,35.66483],[-121.288474,35.681458],[-121.298414,35.697489],[-121.309016,35.707709],[-121.31459,35.713724],[-121.323069,35.764553],[-121.337232,35.786529],[-121.368007,35.810361],[-121.387117,35.821432],[-121.408931,35.844021],[-121.41335,35.854746],[-121.425537,35.85842],[-121.442025,35.869222],[-121.463201,35.886731],[-121.462717,35.903713],[-121.472248,35.913569],[-121.478382,35.931582],[-121.482226,35.948976],[-121.486904,35.965828],[-121.48998,35.982245],[-121.506678,36.00326],[-121.522569,36.010071],[-121.541084,36.015013],[-121.566739,36.020117],[-121.582244,36.036027],[-121.592661,36.05057],[-121.594522,36.064233],[-121.606444,36.071505],[-121.618221,36.084429],[-121.630155,36.113057],[-121.642659,36.12355],[-121.657759,36.142647],[-121.677921,36.162675],[-121.693576,36.171656],[-121.70388,36.182217],[-121.729139,36.198145],[-121.753954,36.211547],[-121.781441,36.226326],[-121.798858,36.23448],[-121.810367,36.232397],[-121.824859,36.239203],[-121.835601,36.249172],[-121.840077,36.259345],[-121.845418,36.2724],[-121.852203,36.279446],[-121.863189,36.283189],[-121.873606,36.290025],[-121.881012,36.299506],[-121.899661,36.3044],[-121.895629,36.313929],[-121.897126,36.327981],[-121.893724,36.332058],[-121.893586,36.338568],[-121.897856,36.343868],[-121.901072,36.35276],[-121.903645,36.362116],[-121.905845,36.371752],[-121.906127,36.37714],[-121.904168,36.384537],[-121.906123,36.388478],[-121.908275,36.396371],[-121.914432,36.403036],[-121.917672,36.415549],[-121.915329,36.423194],[-121.918351,36.430327],[-121.929012,36.447786],[-121.930225,36.454603],[-121.931507,36.463031],[-121.93804,36.468265],[-121.944699,36.486152],[-121.946309,36.491891],[-121.942481,36.496705],[-121.943208,36.502832],[-121.944237,36.505695],[-121.94227,36.511901],[-121.949575,36.514218],[-121.95693,36.517618],[-121.955363,36.522728],[-121.948204,36.523662],[-121.940065,36.522816],[-121.927533,36.523852],[-121.9283,36.53138],[-121.929945,36.537846],[-121.933124,36.538475],[-121.935633,36.544188],[-121.931269,36.54721],[-121.932528,36.555129],[-121.934617,36.561225],[-121.940335,36.558517],[-121.942799,36.563146],[-121.946477,36.564848],[-121.95089,36.562909],[-121.953891,36.559565],[-121.970075,36.568854],[-121.978002,36.574767],[-121.981115,36.583717],[-121.973934,36.584291],[-121.96722,36.585213],[-121.966636,36.592101],[-121.963867,36.600501],[-121.959863,36.611473],[-121.95638,36.614104],[-121.950334,36.609938],[-121.946644,36.618007],[-121.942522,36.626448],[-121.941531,36.634434],[-121.937695,36.639249],[-121.929526,36.63804],[-121.921211,36.633581],[-121.920549,36.628898],[-121.913135,36.624412],[-121.902154,36.620752],[-121.895937,36.612611],[-121.887421,36.601994],[-121.878836,36.602614],[-121.870004,36.607212],[-121.853875,36.619614],[-121.837929,36.635612],[-121.827061,36.6562],[-121.814258,36.683238],[-121.809926,36.718817],[-121.805359,36.737739],[-121.792424,36.730868],[-121.763743,36.722073],[-121.761274,36.730286],[-121.766442,36.735208],[-121.770215,36.739083],[-121.775112,36.7375],[-121.783707,36.737984],[-121.79019,36.741781],[-121.794901,36.746352],[-121.803205,36.750459],[-121.798162,36.779907],[-121.789812,36.806199],[-121.804246,36.836018],[-121.859934,36.927476],[-121.887115,36.954901],[-121.905601,36.969126],[-121.937243,36.978307],[-121.952767,36.971008],[-121.963566,36.95949],[-121.974235,36.955199],[-121.993967,36.959866],[-122.006701,36.962378],[-122.02121,36.962668],[-122.025156,36.959653],[-122.024075,36.95607],[-122.025189,36.950974],[-122.034824,36.953213],[-122.046794,36.948157],[-122.060868,36.948813],[-122.080901,36.951463],[-122.106004,36.955755],[-122.120843,36.963256],[-122.134991,36.965726],[-122.142238,36.975251],[-122.153643,36.977075],[-122.177587,36.995105],[-122.207916,37.019273],[-122.222118,37.024295],[-122.227946,37.04006],[-122.253802,37.059123],[-122.266042,37.076456],[-122.28103,37.096583],[-122.290062,37.104236],[-122.297658,37.111227],[-122.308354,37.116675],[-122.31873,37.115617],[-122.327656,37.112808],[-122.33929,37.118582],[-122.337853,37.134902],[-122.359528,37.150485],[-122.361039,37.162356],[-122.369353,37.17402],[-122.383412,37.182271],[-122.396109,37.18186],[-122.404457,37.194526],[-122.407868,37.216117],[-122.410704,37.226871],[-122.416499,37.23392],[-122.418363,37.25231],[-122.41015,37.268845],[-122.407412,37.294984],[-122.402522,37.340504],[-122.400338,37.359741],[-122.408736,37.364172],[-122.411569,37.374931],[-122.429194,37.407271],[-122.444446,37.437519],[-122.44916,37.476655],[-122.463246,37.496649],[-122.479268,37.502783],[-122.486096,37.502556],[-122.494212,37.500839],[-122.495285,37.495371],[-122.499263,37.493066],[-122.501074,37.501329],[-122.512025,37.510003],[-122.520472,37.531421],[-122.517565,37.545266],[-122.514759,37.560893],[-122.520028,37.574125],[-122.51904,37.589714],[-122.522424,37.593217],[-122.517468,37.594473],[-122.513089,37.597844],[-122.507597,37.597698],[-122.503233,37.601463],[-122.501698,37.606944],[-122.495947,37.627374],[-122.49474,37.665229],[-122.501874,37.703488],[-122.508493,37.724944],[-122.51361,37.752261],[-122.515172,37.781126],[-122.505874,37.786456],[-122.49767,37.787102],[-122.48593,37.790811],[-122.476449,37.810675],[-122.463359,37.805304],[-122.418757,37.811143],[-122.408637,37.810392],[-122.398195,37.803495],[-122.387929,37.790961],[-122.387104,37.778745],[-122.381532,37.773643],[-122.382858,37.763829],[-122.379245,37.755986],[-122.374317,37.749271],[-122.366494,37.739755],[-122.354544,37.730008],[-122.36246,37.714916],[-122.37629,37.716641],[-122.379472,37.707492],[-122.392455,37.71033],[-122.387974,37.677188],[-122.380158,37.67671],[-122.381033,37.666919],[-122.374911,37.655163],[-122.38136,37.647353],[-122.384389,37.636664],[-122.38373,37.63146],[-122.363722,37.627251],[-122.354142,37.613507],[-122.35934,37.608471],[-122.371166,37.612945],[-122.374109,37.604187],[-122.362287,37.599708],[-122.35852,37.592805],[-122.330392,37.589405],[-122.31677,37.589845],[-122.31579,37.58393],[-122.299069,37.576898],[-122.283269,37.574699],[-122.257924,37.571519],[-122.250966,37.568061],[-122.245348,37.553193],[-122.239576,37.546887],[-122.23054,37.544827],[-122.210292,37.539864],[-122.199298,37.534962],[-122.198894,37.526781],[-122.207346,37.517483],[-122.193,37.515357],[-122.183071,37.507554],[-122.171285,37.50359],[-122.158681,37.503363],[-122.147939,37.496649],[-122.134145,37.497789],[-122.12267,37.484931],[-122.111928,37.467475],[-122.100168,37.455064],[-122.080881,37.448717],[-122.058909,37.447414],[-122.038645,37.451402],[-122.03214,37.463364],[-122.040761,37.467922],[-122.048329,37.468736],[-122.052235,37.471381],[-122.051869,37.477444],[-122.050526,37.48428],[-122.051747,37.489203],[-122.057769,37.497545],[-122.062367,37.501695],[-122.069081,37.503567],[-122.093332,37.503567],[-122.109039,37.517971],[-122.11655,37.542562],[-122.14631,37.578968],[-122.152218,37.616096],[-122.162779,37.664434],[-122.185243,37.690784],[-122.191863,37.700313],[-122.206726,37.710669],[-122.21436,37.699068],[-122.251766,37.722777],[-122.26235,37.743003],[-122.248933,37.748301],[-122.212452,37.743484],[-122.217293,37.758486],[-122.22185,37.759717],[-122.226318,37.755397],[-122.239336,37.755325],[-122.271551,37.762847],[-122.283512,37.763329],[-122.289854,37.767131],[-122.299881,37.772246],[-122.297371,37.779759],[-122.307557,37.780865],[-122.309851,37.776218],[-122.331509,37.782388],[-122.328616,37.796489],[-122.3247,37.801083],[-122.325009,37.803751],[-122.328422,37.80446],[-122.339094,37.803381],[-122.340657,37.807116],[-122.334728,37.811631],[-122.322361,37.810942],[-122.316571,37.81709],[-122.32836,37.821026],[-122.319691,37.825093],[-122.301385,37.826239],[-122.295502,37.831292],[-122.297888,37.839311],[-122.303863,37.862902],[-122.316024,37.860891],[-122.317747,37.867865],[-122.308307,37.870329],[-122.313902,37.885829],[-122.32876,37.908058],[-122.347832,37.906372],[-122.36483,37.903659],[-122.391088,37.907675],[-122.387628,37.920218],[-122.396259,37.928049],[-122.410173,37.931922],[-122.421316,37.948316],[-122.429698,37.964262],[-122.413807,37.962083],[-122.397725,37.956117],[-122.395032,37.970267],[-122.368796,37.980316],[-122.359566,37.987649],[-122.369976,38.003556],[-122.366306,38.012336],[-122.346303,38.006049],[-122.336008,38.003811],[-122.322499,38.005194],[-122.31677,38.010136],[-122.299041,38.011198],[-122.276973,38.024951],[-122.27557,38.039101],[-122.264236,38.045952],[-122.249745,38.055365],[-122.22704,38.058417],[-122.20363,38.053378],[-122.18617,38.047976],[-122.168553,38.028043],[-122.147939,38.023627],[-122.124379,38.029202],[-122.081837,38.047896],[-122.053255,38.053075],[-122.00399,38.056136],[-121.939009,38.044544],[-121.888004,38.041089],[-121.878102,38.034346],[-121.837123,38.023064],[-121.779134,38.015461],[-121.751082,38.019436],[-121.722971,38.011135],[-121.702056,38.009223],[-121.690044,38.009119],[-121.681443,38.017453],[-121.694825,38.024678],[-121.710548,38.022106],[-121.723081,38.025563],[-121.720606,38.032117],[-121.704906,38.035232],[-121.694895,38.043402],[-121.685536,38.044745],[-121.681508,38.048326],[-121.678375,38.056952],[-121.67634,38.067084],[-121.675608,38.075507],[-121.671132,38.083889],[-121.660553,38.086859],[-121.637685,38.08633],[-121.624518,38.089286],[-121.624058,38.094702],[-121.617096,38.098619],[-121.606679,38.099351],[-121.596262,38.094387],[-121.582054,38.092],[-121.580326,38.083398],[-121.576519,38.074307],[-121.582469,38.068751],[-121.584967,38.062743],[-121.599232,38.059134],[-121.609607,38.061029],[-121.620623,38.061825],[-121.627713,38.050833],[-121.632239,38.044229],[-121.622988,38.036362],[-121.61276,38.021491],[-121.605064,38.017906],[-121.598368,38.021862],[-121.584243,38.02871],[-121.582478,38.035782],[-121.580205,38.047191],[-121.579258,38.057484],[-121.578087,38.062378],[-121.569305,38.065844],[-121.555922,38.057537],[-121.547581,38.055045],[-121.537801,38.050966],[-121.526405,38.040979],[-121.512642,38.04024],[-121.500885,38.031073],[-121.480338,38.022651],[-121.459013,38.004781],[-121.445302,37.996324],[-121.445383,38.003892],[-121.45873,38.020575],[-121.475738,38.037177],[-121.486562,38.044745],[-121.503896,38.04975],[-121.513236,38.054822],[-121.526271,38.054497],[-121.529257,38.060368],[-121.535607,38.064533],[-121.542424,38.063282],[-121.548642,38.064206],[-121.565125,38.081083],[-121.571278,38.097139],[-121.586497,38.102362],[-121.604075,38.10578],[-121.627187,38.105618],[-121.631907,38.103258],[-121.639475,38.094468],[-121.644521,38.092515],[-121.651967,38.094306],[-121.658559,38.097602],[-121.664947,38.099189],[-121.680282,38.092691],[-121.686106,38.082668],[-121.688588,38.0751],[-121.68928,38.061591],[-121.69933,38.050849],[-121.720589,38.040282],[-121.742063,38.029449],[-121.767475,38.030388],[-121.778709,38.036019],[-121.785222,38.043399],[-121.784246,38.052067],[-121.77985,38.061375],[-121.769174,38.068695],[-121.759025,38.072215],[-121.746816,38.075995],[-121.73644,38.078843],[-121.716668,38.092807],[-121.702992,38.105618],[-121.687787,38.123831],[-121.682602,38.147193],[-121.689484,38.147547],[-121.704885,38.122293],[-121.721447,38.108346],[-121.746978,38.087714],[-121.767445,38.078843],[-121.80308,38.062883],[-121.823968,38.068799],[-121.846118,38.072511],[-121.861836,38.070453],[-121.86734,38.064643],[-121.882527,38.0569],[-121.89817,38.053221],[-121.916725,38.052707],[-121.928822,38.058417],[-121.920969,38.062445],[-121.916086,38.066962],[-121.908315,38.078843],[-121.954985,38.07917],[-121.971269,38.074918],[-121.989479,38.082498],[-122.014955,38.098511],[-121.985992,38.110704],[-121.98942,38.125198],[-122.000296,38.137312],[-122.016207,38.13955],[-122.038064,38.136747],[-122.055165,38.133734],[-122.065419,38.127346],[-122.068955,38.12178],[-122.065797,38.113227],[-122.07549,38.100508],[-122.093251,38.084304],[-122.121083,38.059882],[-122.126597,38.050343],[-122.13029,38.042142],[-122.158478,38.043445],[-122.165931,38.054547],[-122.184302,38.064789],[-122.189628,38.061382],[-122.195142,38.061752],[-122.204934,38.065233],[-122.223571,38.065727],[-122.245208,38.072086],[-122.260888,38.069433],[-122.271459,38.074509],[-122.281674,38.086085],[-122.300677,38.108196],[-122.39652,38.153231],[-122.41063,38.133846],[-122.434131,38.123345],[-122.449308,38.124469],[-122.45788,38.117699],[-122.502317,38.113521],[-122.487422,38.104827],[-122.482488,38.076881],[-122.494091,38.050008],[-122.502725,38.03188],[-122.505685,38.023131],[-122.50605,38.017172],[-122.493456,38.012783],[-122.469746,38.005427],[-122.454242,37.997805],[-122.445336,37.985123],[-122.45124,37.980062],[-122.459542,37.981407],[-122.469221,37.982746],[-122.474356,37.976122],[-122.492543,37.969794],[-122.49356,37.958564],[-122.483713,37.948554],[-122.480346,37.94182],[-122.491668,37.935488],[-122.503593,37.940495],[-122.504221,37.934882],[-122.50344,37.924812],[-122.476232,37.915991],[-122.472553,37.911246],[-122.47429,37.905238],[-122.460064,37.895437],[-122.449003,37.893641],[-122.438801,37.882083],[-122.44795,37.873669],[-122.454733,37.872361],[-122.459463,37.871123],[-122.459009,37.862485],[-122.46952,37.867003],[-122.473341,37.874445],[-122.47226,37.879889],[-122.476052,37.886792],[-122.490135,37.89389],[-122.499029,37.89359],[-122.496486,37.884483],[-122.494742,37.877513],[-122.49928,37.872485],[-122.489309,37.864131],[-122.478052,37.859681],[-122.479767,37.853133],[-122.47649,37.843521],[-122.470391,37.831832],[-122.477565,37.825104],[-122.48784,37.825303],[-122.502641,37.820482],[-122.511797,37.82449],[-122.522586,37.82197],[-122.528426,37.816372],[-122.537954,37.82794],[-122.547904,37.834623],[-122.56369,37.848148],[-122.573699,37.855908],[-122.588341,37.86081],[-122.601304,37.873228],[-122.620731,37.877496],[-122.645199,37.898816],[-122.672392,37.906574],[-122.685973,37.903959],[-122.696671,37.899257],[-122.700383,37.892101],[-122.713182,37.900299],[-122.727738,37.90304],[-122.734205,37.920124],[-122.748641,37.932601],[-122.765348,37.937396],[-122.780244,37.948131],[-122.795999,37.97552],[-122.81055,37.985194],[-122.821432,37.99767],[-122.839397,38.006349],[-122.906843,38.031844],[-122.921112,38.034871],[-122.932696,38.049519],[-122.932123,38.058806],[-122.920142,38.065312],[-122.935414,38.070746],[-122.941558,38.064765],[-122.948476,38.060736],[-122.947099,38.054755],[-122.946889,38.045315],[-122.942494,38.041246],[-122.936086,38.03077],[-122.949371,38.029446],[-122.963377,38.025315],[-122.97907,38.014516],[-122.984027,38.003231],[-122.980331,37.998039],[-122.971765,37.996142],[-122.962504,37.992048],[-122.974229,37.990277],[-122.98448,37.992113],[-122.997547,37.993842],[-123.017816,37.993522],[-123.027453,37.994489],[-123.021622,38.000483],[-123.015998,38.000695],[-122.990726,38.048716],[-122.949648,38.143991],[-122.950285,38.164493],[-122.95551,38.176272],[-122.964945,38.182602],[-122.964788,38.198598],[-122.973839,38.208038],[-122.98305,38.220129],[-122.99323,38.229519],[-122.996297,38.24273],[-122.985254,38.237812],[-122.964816,38.2177],[-122.92557,38.175141],[-122.907277,38.152344],[-122.89151,38.130805],[-122.868764,38.110256],[-122.843373,38.091986],[-122.825673,38.072089],[-122.832265,38.095893],[-122.850432,38.110698],[-122.888417,38.154608],[-122.935536,38.215481],[-122.943999,38.219311],[-122.950655,38.217295],[-122.954336,38.231402],[-122.964571,38.232364],[-122.968815,38.237094],[-122.968518,38.250873],[-122.974535,38.266194],[-122.987116,38.277723],[-123.00228,38.294859],[-123.029522,38.312692],[-123.04646,38.312048],[-123.051697,38.305192],[-123.052887,38.298],[-123.06244,38.295903],[-123.075967,38.322473],[-123.068388,38.34629],[-123.070932,38.359954],[-123.079045,38.372078],[-123.08703,38.391262],[-123.09581,38.395832],[-123.102057,38.412164],[-123.11276,38.420619],[-123.124579,38.437479],[-123.128729,38.44931],[-123.170924,38.479188],[-123.252658,38.510666],[-123.272557,38.528951],[-123.304547,38.549024],[-123.31532,38.557473],[-123.336979,38.567259],[-123.341668,38.586631],[-123.355995,38.597149],[-123.365887,38.600738],[-123.369488,38.612144],[-123.401095,38.642832],[-123.413982,38.666687],[-123.432461,38.677971],[-123.433607,38.686795],[-123.474097,38.721975],[-123.492457,38.736469],[-123.523293,38.746724],[-123.537643,38.772329],[-123.558845,38.782991],[-123.566233,38.795152],[-123.594171,38.805821],[-123.616472,38.827315],[-123.648307,38.849535],[-123.663059,38.872451],[-123.697561,38.900278],[-123.711672,38.914321],[-123.726242,38.918576],[-123.727301,38.933183],[-123.742607,38.955624],[-123.725242,38.960372],[-123.703928,38.990058],[-123.696087,39.007795],[-123.689076,39.027899],[-123.691314,39.03856],[-123.695151,39.059127],[-123.703841,39.083628],[-123.712882,39.106315],[-123.721649,39.133019],[-123.737796,39.143005],[-123.735551,39.159034],[-123.76785,39.194007],[-123.777898,39.222121],[-123.790543,39.269746],[-123.803263,39.278954],[-123.797475,39.297675],[-123.806386,39.304755],[-123.805998,39.32414],[-123.824924,39.347296],[-123.820569,39.40526],[-123.816509,39.443998],[-123.798638,39.490509],[-123.776357,39.529283],[-123.769768,39.544646],[-123.769444,39.563728],[-123.786828,39.596777],[-123.786479,39.655205],[-123.790376,39.666415],[-123.790582,39.677374],[-123.795967,39.691868],[-123.802935,39.702513],[-123.808574,39.711798],[-123.823817,39.717762],[-123.83002,39.726514],[-123.830556,39.741848],[-123.837556,39.761602],[-123.837275,39.782944],[-123.844731,39.808299],[-123.854019,39.833514],[-123.880177,39.844271],[-123.907721,39.865867],[-123.930696,39.908018],[-123.955554,39.924506],[-123.978947,39.962896],[-124.00124,39.978083],[-124.022706,40.002135],[-124.033458,40.012126],[-124.045149,40.018727],[-124.05852,40.023796],[-124.063328,40.022597],[-124.06937,40.021333],[-124.076052,40.027217],[-124.080407,40.03556],[-124.08048,40.059789],[-124.087442,40.077515],[-124.115793,40.107123],[-124.138251,40.115926],[-124.185317,40.129551],[-124.219996,40.165152],[-124.256423,40.184415],[-124.319378,40.224613],[-124.327154,40.23704],[-124.342581,40.242037],[-124.36351,40.261481],[-124.360137,40.281567],[-124.348283,40.318907],[-124.364778,40.344683],[-124.366205,40.377451],[-124.39811,40.415836],[-124.409202,40.443818],[-124.39596,40.465363],[-124.388028,40.483295],[-124.383783,40.5001],[-124.385832,40.509515],[-124.37,40.53689],[-124.357981,40.563056],[-124.349965,40.577786],[-124.322092,40.617377],[-124.319488,40.628648],[-124.31725,40.632066],[-124.314036,40.634589],[-124.310129,40.635484],[-124.305776,40.637397],[-124.307688,40.641588],[-124.311635,40.646226],[-124.307616,40.652825],[-124.292663,40.676823],[-124.273875,40.700047],[-124.252553,40.734768],[-124.239738,40.758709],[-124.230885,40.750081],[-124.247294,40.727912],[-124.258477,40.706883],[-124.259498,40.69841],[-124.248036,40.693264],[-124.234373,40.6919],[-124.22576,40.686123],[-124.221703,40.690111],[-124.22462,40.695202],[-124.221688,40.697714],[-124.213845,40.701402],[-124.213236,40.709511],[-124.221783,40.722432],[-124.217429,40.730718],[-124.220455,40.737238],[-124.213296,40.741851],[-124.202899,40.745186],[-124.19861,40.754425],[-124.201084,40.761927],[-124.198235,40.769041],[-124.191588,40.772839],[-124.188912,40.790574],[-124.182743,40.799903],[-124.175502,40.803562],[-124.16381,40.806467],[-124.145868,40.809649],[-124.136897,40.807191],[-124.121865,40.807383],[-124.109195,40.814151],[-124.087398,40.825156],[-124.082483,40.843502],[-124.084462,40.848375],[-124.093821,40.85399],[-124.101802,40.858444],[-124.108467,40.854807],[-124.118975,40.851947],[-124.126073,40.854002],[-124.131432,40.858039],[-124.137554,40.863947],[-124.151324,40.863321],[-124.154968,40.861727],[-124.156644,40.851181],[-124.166608,40.84216],[-124.170407,40.826757],[-124.183975,40.815663],[-124.193598,40.80237],[-124.199745,40.784853],[-124.223288,40.757096],[-124.232841,40.766643],[-124.216849,40.786422],[-124.176575,40.847754],[-124.133758,40.936399],[-124.120676,40.978954],[-124.110413,41.015253],[-124.111412,41.04166],[-124.11703,41.048247],[-124.127326,41.049531],[-124.134573,41.047949],[-124.142929,41.053127],[-124.146878,41.060165],[-124.149302,41.075957],[-124.155283,41.086812],[-124.160634,41.099351],[-124.160278,41.113563],[-124.164053,41.13222],[-124.16289,41.13908],[-124.156332,41.142352],[-124.147691,41.140948],[-124.143474,41.144992],[-124.124262,41.181809],[-124.113271,41.221177],[-124.090932,41.289455],[-124.082183,41.341783],[-124.067809,41.398921],[-124.062155,41.435876],[-124.07608,41.489976],[-124.082021,41.52147],[-124.068349,41.539252],[-124.078928,41.543362],[-124.088694,41.54914],[-124.096913,41.55683],[-124.103098,41.566555],[-124.103871,41.576117],[-124.102773,41.602607],[-124.106516,41.6081],[-124.11498,41.617865],[-124.126576,41.640082],[-124.139882,41.664293],[-124.138499,41.679755],[-124.145785,41.706381],[-124.159459,41.736675],[-124.177286,41.7436],[-124.187921,41.746991],[-124.196314,41.744033],[-124.201107,41.739305],[-124.232361,41.762363],[-124.262895,41.776428],[-124.260464,41.788783],[-124.247924,41.793874],[-124.233963,41.813206],[-124.218837,41.850006],[-124.210959,41.89101],[-124.202219,41.960395],[-124.203684,41.971177],[-124.207875,41.981513],[-124.214521,41.99954],[-124.185761,41.99954],[-123.924188,41.99954],[-123.662665,41.99954],[-123.401093,41.99954],[-123.13952,41.99954],[-122.877948,41.99954],[-122.616425,41.99954],[-122.354852,41.99954],[-122.09328,41.99954],[-121.831708,41.99954],[-121.570136,41.99954],[-121.308612,41.99954],[-121.047015,41.99954],[-120.785443,41.99954],[-120.523895,41.99954],[-120.262347,41.99954],[-120.000751,41.99954],[-120.000726,41.816337]]]]},"type":"Feature","properties":{"postal":"CA","name":"California","type":"State","center":[-119.74394147233653,37.606889720743084]}},"CO":{"geometry":{"type":"Polygon","coordinates":[[[-103.664471,40.999736],[-103.545404,40.999736],[-103.426386,40.999736],[-103.307343,40.999736],[-103.1883,40.999736],[-103.069257,40.999711],[-102.950262,40.999662],[-102.831171,40.999662],[-102.712152,40.999662],[-102.593109,40.999662],[-102.474091,40.999662],[-102.355048,40.999613],[-102.236005,40.999589],[-102.116962,40.999589],[-102.051801,40.999589],[-102.051727,40.937138],[-102.051703,40.874662],[-102.051703,40.812236],[-102.051679,40.749711],[-102.05163,40.687236],[-102.05163,40.624784],[-102.051581,40.562333],[-102.051556,40.499858],[-102.051532,40.437406],[-102.051483,40.374906],[-102.05141,40.312431],[-102.05141,40.249955],[-102.051361,40.187504],[-102.051312,40.125053],[-102.051312,40.062577],[-102.051263,40.000102],[-102.050922,39.906327],[-102.050555,39.812602],[-102.050189,39.718852],[-102.049847,39.625077],[-102.049457,39.531327],[-102.049091,39.437553],[-102.048773,39.343803],[-102.048383,39.250004],[-102.047992,39.156254],[-102.04765,39.062504],[-102.047284,38.96873],[-102.046918,38.875004],[-102.046527,38.781205],[-102.046161,38.687455],[-102.045819,38.593705],[-102.045429,38.499931],[-102.045038,38.406156],[-102.044672,38.312382],[-102.044354,38.218656],[-102.043964,38.124858],[-102.043573,38.031108],[-102.043207,37.937358],[-102.042865,37.843632],[-102.042474,37.749833],[-102.042084,37.656108],[-102.041742,37.562358],[-102.0414,37.468608],[-102.04101,37.374858],[-102.040643,37.281083],[-102.040326,37.187309],[-102.039935,37.093559],[-102.039569,36.999809],[-102.1362,36.999809],[-102.259735,36.999809],[-102.383246,36.999809],[-102.506757,36.999809],[-102.630292,36.999809],[-102.753803,36.999809],[-102.877313,36.999809],[-103.0008,36.999809],[-103.18974,36.999809],[-103.37868,36.999809],[-103.567596,36.999809],[-103.756537,36.999809],[-103.945453,36.999809],[-104.134369,36.999809],[-104.323285,36.999809],[-104.51225,36.999809],[-104.701239,36.999809],[-104.890131,36.999809],[-105.079071,36.999809],[-105.267987,36.999809],[-105.456903,36.999809],[-105.645819,36.999809],[-105.834735,36.999809],[-106.0237,36.999809],[-106.212665,36.999809],[-106.401581,36.999809],[-106.590521,36.999809],[-106.779437,36.999809],[-106.968353,36.999809],[-107.157269,36.999809],[-107.34621,36.999809],[-107.535175,36.999809],[-107.724115,36.999809],[-107.913055,36.999809],[-108.101971,36.999809],[-108.290887,36.999809],[-108.479804,36.999809],[-108.668744,36.999809],[-108.85766,36.999809],[-109.046625,36.999809],[-109.0466,37.124784],[-109.0466,37.24976],[-109.0466,37.37476],[-109.0466,37.499809],[-109.0466,37.624833],[-109.0466,37.749784],[-109.0466,37.874809],[-109.0466,37.999809],[-109.0466,38.124809],[-109.0466,38.249784],[-109.0466,38.37476],[-109.046552,38.499809],[-109.046503,38.624833],[-109.046503,38.749833],[-109.046503,38.874833],[-109.046503,38.999809],[-109.046503,39.124809],[-109.046503,39.249809],[-109.046503,39.374784],[-109.046454,39.499809],[-109.046454,39.624809],[-109.046454,39.749809],[-109.046454,39.874833],[-109.046454,39.999833],[-109.046454,40.124809],[-109.046454,40.249784],[-109.046454,40.374809],[-109.046381,40.499833],[-109.046332,40.624858],[-109.046332,40.749833],[-109.046332,40.874809],[-109.046332,40.999833],[-108.889325,40.999833],[-108.732269,40.999833],[-108.575262,40.999833],[-108.418256,40.999833],[-108.261273,40.999833],[-108.104218,40.999833],[-107.947186,40.999833],[-107.790155,40.999833],[-107.633124,40.999833],[-107.476093,40.999833],[-107.319061,40.999833],[-107.162054,40.999833],[-107.005072,40.999833],[-106.848016,40.999833],[-106.690985,40.999833],[-106.533954,40.999833],[-106.376923,40.999833],[-106.219891,40.999833],[-106.06286,40.999833],[-105.905853,40.999833],[-105.748871,40.999833],[-105.591815,40.999833],[-105.434784,40.999833],[-105.277753,40.999833],[-105.120721,40.999833],[-104.963715,40.999833],[-104.806732,40.999833],[-104.649701,40.999833],[-104.492645,40.999833],[-104.335614,40.999833],[-104.178583,40.999833],[-104.053729,40.999833],[-103.902533,40.999833],[-103.783539,40.99976],[-103.664471,40.999736]]]},"type":"Feature","properties":{"postal":"CO","name":"Colorado","type":"State","center":[-105.55098308184728,39.26859545355853]}},"NV":{"geometry":{"type":"Polygon","coordinates":[[[-114.040204,37.003129],[-114.040253,36.994853],[-114.040302,36.971293],[-114.040375,36.934745],[-114.040497,36.887333],[-114.040595,36.831303],[-114.040717,36.768656],[-114.040863,36.701713],[-114.04101,36.632621],[-114.04118,36.563529],[-114.041327,36.496586],[-114.041449,36.43394],[-114.041596,36.377909],[-114.041693,36.330546],[-114.041766,36.293998],[-114.041791,36.270512],[-114.04184,36.262113],[-114.042011,36.219779],[-114.042841,36.210307],[-114.045258,36.200492],[-114.065448,36.178154],[-114.084174,36.157572],[-114.095184,36.126518],[-114.108368,36.089482],[-114.123895,36.045854],[-114.158661,36.02974],[-114.207733,36.023222],[-114.233637,36.024418],[-114.256537,36.03245],[-114.275311,36.045658],[-114.287714,36.05811],[-114.297186,36.070512],[-114.319598,36.111088],[-114.327045,36.120756],[-114.336639,36.130717],[-114.347504,36.139799],[-114.356415,36.14434],[-114.365643,36.147196],[-114.37226,36.14766],[-114.379193,36.147367],[-114.385858,36.146488],[-114.391791,36.144975],[-114.397235,36.142924],[-114.42287,36.130326],[-114.42868,36.128544],[-114.435492,36.127714],[-114.442914,36.12769],[-114.450653,36.128446],[-114.463983,36.13206],[-114.474359,36.13748],[-114.482806,36.142924],[-114.488202,36.145561],[-114.491962,36.146879],[-114.545453,36.159696],[-114.554779,36.160527],[-114.563226,36.158769],[-114.578827,36.153617],[-114.636835,36.141313],[-114.669354,36.124809],[-114.70285,36.112065],[-114.707147,36.108842],[-114.711029,36.105351],[-114.718085,36.097367],[-114.721185,36.092729],[-114.722675,36.084306],[-114.722723,36.073075],[-114.719403,36.050175],[-114.71994,36.038871],[-114.724384,36.027885],[-114.741278,36.013627],[-114.739569,35.985795],[-114.729218,35.959257],[-114.714667,35.936161],[-114.675287,35.894242],[-114.668939,35.88538],[-114.666815,35.87393],[-114.670575,35.862773],[-114.688129,35.837236],[-114.693475,35.822416],[-114.69455,35.76707],[-114.691596,35.739604],[-114.686664,35.719389],[-114.65163,35.646757],[-114.645062,35.630644],[-114.652704,35.608891],[-114.646503,35.565483],[-114.667621,35.517045],[-114.650604,35.477006],[-114.632318,35.428739],[-114.600629,35.376664],[-114.590887,35.352885],[-114.592279,35.325956],[-114.589862,35.300492],[-114.576801,35.252641],[-114.571942,35.212553],[-114.572626,35.191239],[-114.581805,35.151347],[-114.586102,35.148295],[-114.597919,35.143388],[-114.611884,35.14102],[-114.625433,35.140971],[-114.635516,35.137187],[-114.638861,35.123539],[-114.634271,35.114237],[-114.615497,35.096464],[-114.611591,35.082572],[-114.615399,35.073149],[-114.638861,35.047807],[-114.629315,35.015385],[-114.628217,35.003569],[-114.814252,35.14644],[-115.000018,35.289067],[-115.193793,35.437846],[-115.374262,35.579545],[-115.53493,35.705717],[-115.695599,35.831913],[-115.856268,35.958085],[-116.016913,36.084257],[-116.177582,36.210429],[-116.338251,36.336601],[-116.498895,36.462748],[-116.65954,36.58892],[-116.842865,36.726713],[-117.026215,36.864506],[-117.209564,37.002348],[-117.392889,37.140141],[-117.57619,37.277934],[-117.75954,37.415751],[-117.942889,37.553544],[-118.126215,37.691337],[-118.360443,37.854814],[-118.594672,38.018315],[-118.8289,38.181791],[-119.063104,38.345268],[-119.297333,38.508769],[-119.531561,38.67227],[-119.76579,38.835746],[-120.000018,38.999223],[-120.000116,39.013237],[-120.000116,39.068632],[-120.00014,39.251811],[-120.000189,39.435014],[-120.000238,39.618168],[-120.000262,39.801347],[-120.000287,39.984526],[-120.000336,40.167729],[-120.000409,40.350883],[-120.000409,40.534062],[-120.000458,40.717265],[-120.000507,40.900444],[-120.000555,41.083622],[-120.00058,41.266777],[-120.000604,41.44998],[-120.000653,41.633158],[-120.000726,41.816337],[-120.000751,41.99954],[-119.813544,41.99954],[-119.62702,41.99954],[-119.440546,41.99954],[-119.254144,41.99954],[-119.067694,41.99954],[-118.88122,41.99954],[-118.694745,41.99954],[-118.508295,41.99954],[-118.321845,41.99954],[-118.13537,41.99954],[-117.948895,41.99954],[-117.762445,41.99954],[-117.576019,41.99954],[-117.389545,41.99954],[-117.203046,41.99954],[-117.01662,41.99954],[-116.830731,41.999565],[-116.644867,41.999613],[-116.459003,41.999662],[-116.273114,41.999687],[-116.087201,41.999711],[-115.901361,41.99976],[-115.715497,41.99976],[-115.529608,41.999809],[-115.343695,41.999833],[-115.157855,41.999833],[-114.971991,41.999858],[-114.786102,41.999906],[-114.600214,41.999955],[-114.414301,42.000004],[-114.228387,42.000029],[-114.042548,42.000077],[-114.042523,41.843901],[-114.042401,41.687797],[-114.042352,41.531571],[-114.042255,41.375468],[-114.042206,41.219316],[-114.042108,41.063139],[-114.042059,40.907011],[-114.041962,40.750834],[-114.041888,40.594682],[-114.041791,40.438505],[-114.041742,40.282402],[-114.041644,40.1262],[-114.041596,39.970072],[-114.041473,39.81392],[-114.041425,39.657743],[-114.041376,39.501591],[-114.041327,39.345463],[-114.041278,39.189286],[-114.04118,39.03311],[-114.041132,38.877006],[-114.04101,38.720805],[-114.040961,38.564677],[-114.040863,38.4085],[-114.040814,38.252348],[-114.040717,38.096195],[-114.040643,37.940068],[-114.040546,37.783891],[-114.040497,37.627738],[-114.040399,37.471611],[-114.04035,37.315385],[-114.040253,37.159281],[-114.040204,37.003129]]]},"type":"Feature","properties":{"postal":"NV","name":"Nevada","type":"State","center":[-116.74439871970736,39.494785906629176]}},"NM":{"geometry":{"type":"Polygon","coordinates":[[[-103.000238,36.500199],[-103.042108,36.499589],[-103.041522,36.481645],[-103.041718,36.450248],[-103.04245,36.311235],[-103.043182,36.172221],[-103.043964,36.033232],[-103.044721,35.894194],[-103.045453,35.755155],[-103.046234,35.616166],[-103.046967,35.477153],[-103.047675,35.338139],[-103.048431,35.199101],[-103.049188,35.060112],[-103.04997,34.921122],[-103.050678,34.78206],[-103.051434,34.643046],[-103.052216,34.503984],[-103.052924,34.364994],[-103.05368,34.225981],[-103.054413,34.086967],[-103.055145,33.947953],[-103.055927,33.808891],[-103.056659,33.669877],[-103.057391,33.530839],[-103.058173,33.39185],[-103.058905,33.252861],[-103.059637,33.113822],[-103.060394,32.974784],[-103.061127,32.835771],[-103.061835,32.696781],[-103.062592,32.557768],[-103.063348,32.418705],[-103.064056,32.27974],[-103.064838,32.140727],[-103.065595,32.001689],[-103.287738,32.001615],[-103.509882,32.001542],[-103.732001,32.001469],[-103.954144,32.001347],[-104.176263,32.001225],[-104.398407,32.001152],[-104.620502,32.001078],[-104.84267,32.000981],[-105.064764,32.000907],[-105.286932,32.000834],[-105.509027,32.000761],[-105.73122,32.000688],[-105.953363,32.00059],[-106.175507,32.000541],[-106.397626,32.000444],[-106.619769,32.000346],[-106.645624,32.000297],[-106.662177,32.000297],[-106.66142,31.983403],[-106.640448,31.947294],[-106.635077,31.926054],[-106.632367,31.903129],[-106.62497,31.885551],[-106.600336,31.854985],[-106.607782,31.847538],[-106.600726,31.835942],[-106.591498,31.827201],[-106.580023,31.821635],[-106.56618,31.819609],[-106.566278,31.819609],[-106.55307,31.812187],[-106.506052,31.770258],[-106.517189,31.773824],[-106.558969,31.773876],[-106.584859,31.773927],[-106.610697,31.773979],[-106.636587,31.774082],[-106.662477,31.774134],[-106.688315,31.774237],[-106.714205,31.774237],[-106.740095,31.774289],[-106.765933,31.774392],[-106.791823,31.774444],[-106.817713,31.774496],[-106.843603,31.774547],[-106.869441,31.774599],[-106.895331,31.774702],[-106.921221,31.774702],[-106.947111,31.774754],[-106.973001,31.774857],[-106.998891,31.774909],[-107.02478,31.774961],[-107.05067,31.775013],[-107.076509,31.775064],[-107.102398,31.775168],[-107.128288,31.775168],[-107.154127,31.775219],[-107.180016,31.775374],[-107.205906,31.775374],[-107.231796,31.775426],[-107.257634,31.775478],[-107.283524,31.775529],[-107.309414,31.775633],[-107.335252,31.775684],[-107.361142,31.775788],[-107.387032,31.775788],[-107.412896,31.775839],[-107.438786,31.775943],[-107.464676,31.775994],[-107.490566,31.776098],[-107.516404,31.776149],[-107.542294,31.776201],[-107.568184,31.776253],[-107.594074,31.776304],[-107.619964,31.776408],[-107.645854,31.776459],[-107.671744,31.776459],[-107.697633,31.776563],[-107.723472,31.776614],[-107.749362,31.776666],[-107.775251,31.776718],[-107.801141,31.77677],[-107.82698,31.776873],[-107.852869,31.776925],[-107.878759,31.776925],[-107.904598,31.777028],[-107.930487,31.77708],[-107.956377,31.777131],[-107.982216,31.777183],[-108.008105,31.777235],[-108.033995,31.777338],[-108.059885,31.77739],[-108.085723,31.77739],[-108.111613,31.777545],[-108.137503,31.777545],[-108.163341,31.777648],[-108.189283,31.7777],[-108.215121,31.777751],[-108.215121,31.770723],[-108.215121,31.763695],[-108.215121,31.756667],[-108.215121,31.749639],[-108.215121,31.74256],[-108.215121,31.735583],[-108.215121,31.728555],[-108.215121,31.721476],[-108.215121,31.714396],[-108.215121,31.70742],[-108.215121,31.700392],[-108.215121,31.693312],[-108.215121,31.686284],[-108.215121,31.679256],[-108.215121,31.672176],[-108.21507,31.665148],[-108.215018,31.658172],[-108.215018,31.651092],[-108.215018,31.644064],[-108.215018,31.637036],[-108.215018,31.630008],[-108.215018,31.62298],[-108.215018,31.615952],[-108.215018,31.608873],[-108.215018,31.601845],[-108.215018,31.594817],[-108.215018,31.587789],[-108.215018,31.580761],[-108.215018,31.573733],[-108.215018,31.566653],[-108.215018,31.559625],[-108.214966,31.552597],[-108.214966,31.545569],[-108.214966,31.538489],[-108.214966,31.531461],[-108.214966,31.524485],[-108.214966,31.517405],[-108.214966,31.510378],[-108.214966,31.503401],[-108.214966,31.496322],[-108.214966,31.489242],[-108.214966,31.482214],[-108.214966,31.475238],[-108.214966,31.468158],[-108.214966,31.46113],[-108.214966,31.454102],[-108.214966,31.447074],[-108.214915,31.440046],[-108.214863,31.432966],[-108.214863,31.425938],[-108.214863,31.41891],[-108.214863,31.411882],[-108.214863,31.404803],[-108.214863,31.397826],[-108.214863,31.390798],[-108.214863,31.383719],[-108.214863,31.376639],[-108.214863,31.369663],[-108.214863,31.362635],[-108.214863,31.355555],[-108.214863,31.348527],[-108.214863,31.341551],[-108.214863,31.334471],[-108.214811,31.327443],[-108.257573,31.327391],[-108.300336,31.327391],[-108.34302,31.327391],[-108.385731,31.327391],[-108.428442,31.327391],[-108.471152,31.327391],[-108.513837,31.327391],[-108.556547,31.327391],[-108.59931,31.327391],[-108.64202,31.327391],[-108.684757,31.327391],[-108.727467,31.327391],[-108.770178,31.327391],[-108.812914,31.327391],[-108.855625,31.327391],[-108.898335,31.327391],[-108.941046,31.327391],[-108.968282,31.327391],[-108.983731,31.327391],[-109.026493,31.327391],[-109.04743,31.327391],[-109.04743,31.32769],[-109.04743,31.327787],[-109.04743,31.327909],[-109.04743,31.32808],[-109.04743,31.328251],[-109.04743,31.328373],[-109.04743,31.328544],[-109.04743,31.328715],[-109.04743,31.328862],[-109.04743,31.329008],[-109.04743,31.329179],[-109.04743,31.329325],[-109.04743,31.329496],[-109.04743,31.329643],[-109.04743,31.329789],[-109.04743,31.329936],[-109.04743,31.330107],[-109.04743,31.330253],[-109.04743,31.330424],[-109.04743,31.33057],[-109.04743,31.330717],[-109.04743,31.330863],[-109.04743,31.331034],[-109.04743,31.331181],[-109.04743,31.331352],[-109.04743,31.331498],[-109.04743,31.331645],[-109.04743,31.331816],[-109.04743,31.331962],[-109.04743,31.332133],[-109.04743,31.332279],[-109.04743,31.332426],[-109.04743,31.332572],[-109.04743,31.509672],[-109.047382,31.686772],[-109.047382,31.863896],[-109.047382,32.040995],[-109.047333,32.21807],[-109.04726,32.395219],[-109.04726,32.572294],[-109.047235,32.749394],[-109.047211,32.926493],[-109.047211,33.103593],[-109.047162,33.280717],[-109.047113,33.457817],[-109.047113,33.634892],[-109.047089,33.812016],[-109.047064,33.989091],[-109.047064,34.166191],[-109.047015,34.343266],[-109.046942,34.520365],[-109.046942,34.697514],[-109.046942,34.874589],[-109.046893,35.051689],[-109.046893,35.228813],[-109.046845,35.405912],[-109.046796,35.582987],[-109.046796,35.760087],[-109.046771,35.937187],[-109.046747,36.114311],[-109.046747,36.291386],[-109.046698,36.468461],[-109.046649,36.64561],[-109.046649,36.822709],[-109.046625,36.999809],[-108.85766,36.999809],[-108.668744,36.999809],[-108.479804,36.999809],[-108.290887,36.999809],[-108.101971,36.999809],[-107.913055,36.999809],[-107.724115,36.999809],[-107.535175,36.999809],[-107.34621,36.999809],[-107.157269,36.999809],[-106.968353,36.999809],[-106.779437,36.999809],[-106.590521,36.999809],[-106.401581,36.999809],[-106.212665,36.999809],[-106.0237,36.999809],[-105.834735,36.999809],[-105.645819,36.999809],[-105.456903,36.999809],[-105.267987,36.999809],[-105.079071,36.999809],[-104.890131,36.999809],[-104.701239,36.999809],[-104.51225,36.999809],[-104.323285,36.999809],[-104.134369,36.999809],[-103.945453,36.999809],[-103.756537,36.999809],[-103.567596,36.999809],[-103.37868,36.999809],[-103.18974,36.999809],[-103.0008,36.999809],[-103.000678,36.874882],[-103.000531,36.750004],[-103.00036,36.625126],[-103.000238,36.500199]]]},"type":"Feature","properties":{"postal":"NM","name":"New Mexico","type":"State","center":[-106.026520347508,35.04334122499192]}},"OR":{"geometry":{"type":"MultiPolygon","coordinates":[[[[-123.99479,46.220241],[-123.984856,46.210117],[-123.968917,46.210555],[-123.951004,46.205015],[-123.923835,46.190721],[-123.915911,46.180596],[-123.910595,46.181506],[-123.903963,46.180114],[-123.900695,46.168618],[-123.880804,46.163981],[-123.866933,46.159857],[-123.83503,46.162491],[-123.825116,46.156948],[-123.818543,46.147281],[-123.813303,46.127753],[-123.812489,46.114163],[-123.798736,46.102444],[-123.800282,46.11579],[-123.801444,46.130232],[-123.800647,46.143553],[-123.77831,46.137152],[-123.77831,46.143378],[-123.786936,46.149563],[-123.806996,46.167548],[-123.816151,46.171332],[-123.827016,46.172065],[-123.843584,46.173085],[-123.850194,46.17724],[-123.860798,46.180942],[-123.865419,46.186468],[-123.856105,46.189205],[-123.83617,46.190077],[-123.820891,46.189579],[-123.798085,46.193549],[-123.77874,46.201386],[-123.766771,46.204106],[-123.754877,46.195795],[-123.736684,46.178168],[-123.727189,46.170422],[-123.705953,46.170805],[-123.614084,46.186469],[-123.599477,46.19184],[-123.620114,46.196644],[-123.620595,46.20482],[-123.607411,46.209052],[-123.581514,46.206573],[-123.564929,46.216555],[-123.542076,46.226154],[-123.536591,46.233973],[-123.519273,46.235269],[-123.497141,46.232815],[-123.484934,46.230048],[-123.473143,46.217489],[-123.452859,46.207224],[-123.437154,46.198322],[-123.431989,46.187279],[-123.430142,46.176724],[-123.421051,46.169135],[-123.405911,46.158254],[-123.385521,46.146183],[-123.325961,46.138886],[-123.299379,46.140992],[-123.277641,46.133941],[-123.256439,46.133321],[-123.233306,46.137152],[-123.221031,46.147286],[-123.20554,46.164614],[-123.193428,46.172331],[-123.180095,46.179102],[-123.177231,46.179187],[-123.172023,46.178519],[-123.111835,46.186479],[-123.092328,46.182719],[-123.078973,46.173344],[-123.043817,46.154862],[-123.029974,46.149467],[-122.999432,46.14561],[-122.966693,46.135746],[-122.935614,46.122294],[-122.910175,46.10789],[-122.891742,46.092485],[-122.874066,46.071977],[-122.860785,46.049662],[-122.850018,46.011503],[-122.836737,46.000395],[-122.820551,45.990824],[-122.806537,45.978129],[-122.800531,45.961576],[-122.792474,45.916337],[-122.774042,45.881376],[-122.775897,45.862895],[-122.78056,45.84268],[-122.779852,45.819877],[-122.757123,45.792192],[-122.753143,45.782328],[-122.754096,45.771342],[-122.758368,45.752104],[-122.759345,45.74102],[-122.754486,45.701908],[-122.748138,45.679521],[-122.738861,45.662846],[-122.7216,45.648881],[-122.697846,45.635673],[-122.673114,45.625737],[-122.594867,45.614433],[-122.554535,45.622245],[-122.539618,45.621879],[-122.507172,45.609965],[-122.456024,45.600273],[-122.426117,45.588188],[-122.34162,45.587089],[-122.261054,45.566313],[-122.241718,45.570024],[-122.224554,45.577934],[-122.149823,45.593925],[-121.971063,45.642338],[-121.930975,45.660087],[-121.862396,45.700785],[-121.820868,45.71746],[-121.792645,45.721391],[-121.717523,45.710014],[-121.570233,45.729447],[-121.271845,45.708769],[-121.224384,45.696952],[-121.204242,45.684941],[-121.194208,45.670317],[-121.186371,45.652714],[-121.17287,45.631791],[-121.154974,45.622221],[-121.13288,45.62415],[-121.043915,45.652934],[-121.038886,45.653324],[-121.017792,45.652616],[-121.006805,45.650395],[-121.001166,45.650029],[-120.968231,45.651347],[-120.957098,45.650248],[-120.942719,45.645634],[-120.900116,45.641801],[-120.85744,45.650712],[-120.843915,45.651371],[-120.83869,45.652568],[-120.794354,45.677372],[-120.786981,45.679594],[-120.715692,45.689921],[-120.668622,45.703373],[-120.664911,45.710771],[-120.657977,45.716581],[-120.631415,45.729057],[-120.620966,45.730863],[-120.47016,45.710136],[-120.458514,45.710966],[-120.434271,45.719487],[-120.425604,45.720878],[-120.374042,45.714164],[-120.362592,45.715238],[-120.339862,45.721806],[-120.300604,45.738407],[-120.290106,45.740409],[-120.274847,45.74019],[-120.24538,45.735966],[-120.229901,45.737065],[-120.202118,45.745829],[-120.176044,45.759037],[-120.145404,45.78057],[-120.12724,45.789091],[-120.080389,45.794779],[-119.934198,45.837968],[-119.66247,45.87183],[-119.620526,45.89561],[-119.591693,45.921147],[-119.575262,45.927592],[-119.548846,45.92974],[-119.479608,45.927421],[-119.429022,45.934257],[-119.341327,45.946147],[-119.093329,45.948832],[-119.04455,45.964482],[-119.002362,45.999516],[-118.993573,45.999516],[-118.947382,45.999589],[-118.818549,45.999711],[-118.689667,45.999882],[-118.560809,45.99998],[-118.432001,46.000077],[-118.303143,46.000224],[-118.174286,46.000346],[-118.045404,46.000444],[-117.916571,46.000541],[-117.787738,46.000688],[-117.658881,46.00081],[-117.529999,46.000907],[-117.401166,46.001029],[-117.272333,46.001152],[-117.143475,46.001274],[-117.014569,46.001371],[-116.878827,46.001469],[-116.876508,45.996977],[-116.867865,45.966093],[-116.838593,45.909867],[-116.778876,45.866508],[-116.769696,45.850883],[-116.759393,45.837968],[-116.687787,45.826713],[-116.678143,45.820561],[-116.65744,45.803544],[-116.599432,45.778031],[-116.55744,45.772099],[-116.542792,45.762431],[-116.530121,45.751567],[-116.517206,45.731889],[-116.498773,45.690971],[-116.463666,45.642436],[-116.455902,45.621928],[-116.454999,45.600761],[-116.462958,45.581913],[-116.476679,45.566508],[-116.50622,45.542411],[-116.511835,45.535624],[-116.530658,45.501957],[-116.535272,45.480888],[-116.539179,45.471025],[-116.586688,45.42808],[-116.601532,45.394584],[-116.636151,45.365678],[-116.649042,45.347514],[-116.653046,45.326274],[-116.656073,45.284721],[-116.665814,45.268412],[-116.678973,45.251347],[-116.696845,45.189848],[-116.71745,45.151371],[-116.823505,45.035795],[-116.831342,45.025004],[-116.834637,45.014823],[-116.832416,45.003422],[-116.827509,44.995487],[-116.822577,44.990483],[-116.820355,44.987529],[-116.821967,44.966557],[-116.832806,44.919877],[-116.840839,44.901249],[-116.863934,44.866093],[-116.917279,44.802592],[-116.931512,44.790238],[-116.950092,44.778349],[-117.010565,44.74998],[-117.029242,44.733647],[-117.039911,44.719194],[-117.067401,44.668486],[-117.092694,44.633036],[-117.103754,44.611845],[-117.112274,44.572831],[-117.122284,44.554081],[-117.135565,44.537113],[-117.149335,44.525102],[-117.160272,44.521147],[-117.171356,44.518827],[-117.179999,44.513578],[-117.183466,44.500907],[-117.188104,44.495561],[-117.197284,44.489701],[-117.203803,44.482499],[-117.193524,44.45557],[-117.201093,44.437602],[-117.212079,44.417802],[-117.21535,44.394755],[-117.210931,44.383207],[-117.197675,44.362797],[-117.194891,44.350053],[-117.195917,44.339677],[-117.200653,44.326542],[-117.201703,44.316264],[-117.195062,44.297709],[-117.178876,44.284721],[-117.140253,44.264433],[-117.130292,44.272709],[-117.122235,44.281327],[-117.112909,44.288456],[-117.099286,44.292338],[-117.086176,44.289897],[-117.078827,44.281742],[-117.072943,44.271952],[-117.06452,44.264433],[-117.044012,44.259648],[-117.02663,44.26287],[-117.008539,44.26873],[-116.986005,44.271879],[-116.97348,44.268315],[-116.970453,44.259477],[-116.970966,44.248149],[-116.968964,44.237089],[-116.961395,44.223832],[-116.955927,44.218437],[-116.934174,44.209819],[-116.916913,44.200199],[-116.896942,44.185917],[-116.891986,44.176689],[-116.896137,44.169535],[-116.903143,44.163652],[-116.906854,44.15828],[-116.907001,44.14683],[-116.908392,44.135014],[-116.912421,44.123637],[-116.920526,44.113578],[-116.93139,44.110063],[-116.945136,44.110258],[-116.958661,44.108671],[-116.968964,44.099955],[-116.968695,44.0835],[-116.941351,44.049565],[-116.934174,44.028544],[-116.935541,44.017045],[-116.938959,44.009306],[-116.943378,44.001713],[-116.947846,43.990702],[-116.954657,43.949711],[-116.967304,43.917265],[-116.971063,43.893363],[-116.982587,43.870903],[-116.99372,43.857695],[-117.015765,43.844828],[-117.031415,43.828691],[-117.023578,43.805693],[-117.023578,43.798295],[-117.023602,43.798149],[-117.020184,43.785087],[-117.020038,43.695121],[-117.019965,43.650102],[-117.019721,43.546952],[-117.019525,43.443803],[-117.01933,43.340605],[-117.01911,43.237455],[-117.01889,43.134281],[-117.01872,43.031108],[-117.018475,42.927983],[-117.01828,42.824809],[-117.018085,42.721659],[-117.017865,42.61851],[-117.017645,42.515312],[-117.017474,42.412162],[-117.017255,42.309013],[-117.017035,42.205815],[-117.016864,42.102641],[-117.01662,41.99954],[-117.203046,41.99954],[-117.389545,41.99954],[-117.576019,41.99954],[-117.762445,41.99954],[-117.948895,41.99954],[-118.13537,41.99954],[-118.321845,41.99954],[-118.508295,41.99954],[-118.694745,41.99954],[-118.88122,41.99954],[-119.067694,41.99954],[-119.254144,41.99954],[-119.440546,41.99954],[-119.62702,41.99954],[-119.813544,41.99954],[-120.000751,41.99954],[-120.262347,41.99954],[-120.523895,41.99954],[-120.785443,41.99954],[-121.047015,41.99954],[-121.308612,41.99954],[-121.570136,41.99954],[-121.831708,41.99954],[-122.09328,41.99954],[-122.354852,41.99954],[-122.616425,41.99954],[-122.877948,41.99954],[-123.13952,41.99954],[-123.401093,41.99954],[-123.662665,41.99954],[-123.924188,41.99954],[-124.185761,41.99954],[-124.214521,41.99954],[-124.216968,42.006177],[-124.236968,42.017503],[-124.260875,42.033797],[-124.274826,42.045387],[-124.293119,42.046474],[-124.335951,42.091503],[-124.350458,42.097958],[-124.359556,42.113002],[-124.354164,42.131903],[-124.366169,42.15006],[-124.363838,42.175163],[-124.376235,42.196647],[-124.379059,42.220278],[-124.395172,42.239447],[-124.412465,42.248928],[-124.410268,42.258857],[-124.409449,42.296244],[-124.423329,42.317816],[-124.427887,42.320014],[-124.432814,42.329311],[-124.430653,42.349555],[-124.426075,42.361844],[-124.4265,42.377281],[-124.427319,42.396578],[-124.42498,42.419889],[-124.439788,42.439192],[-124.423542,42.454091],[-124.422025,42.467036],[-124.420675,42.491005],[-124.406321,42.519517],[-124.402821,42.532904],[-124.394439,42.566555],[-124.398181,42.585521],[-124.403366,42.594945],[-124.399891,42.61573],[-124.408534,42.644964],[-124.41454,42.662421],[-124.426178,42.671536],[-124.440907,42.678046],[-124.454416,42.686916],[-124.466786,42.702541],[-124.472927,42.730309],[-124.49182,42.737758],[-124.505483,42.736518],[-124.515004,42.748725],[-124.532053,42.803941],[-124.538889,42.81623],[-124.549387,42.825588],[-124.566762,42.83397],[-124.547719,42.845445],[-124.492447,42.929836],[-124.463672,42.993043],[-124.454254,43.011298],[-124.444883,43.029999],[-124.437464,43.056123],[-124.434703,43.074943],[-124.424445,43.11929],[-124.416151,43.125484],[-124.418485,43.142151],[-124.386612,43.263099],[-124.395137,43.300074],[-124.401324,43.310096],[-124.385375,43.330158],[-124.376504,43.340229],[-124.359867,43.342277],[-124.342123,43.352104],[-124.329455,43.348814],[-124.325972,43.338664],[-124.326408,43.312252],[-124.316514,43.299832],[-124.312873,43.309007],[-124.308284,43.327878],[-124.311818,43.338663],[-124.308708,43.354911],[-124.30056,43.363661],[-124.287343,43.370592],[-124.276194,43.393948],[-124.252756,43.417467],[-124.232874,43.424081],[-124.222315,43.425198],[-124.217994,43.416377],[-124.218633,43.402151],[-124.218239,43.386042],[-124.212873,43.374681],[-124.200378,43.373952],[-124.177777,43.36916],[-124.151845,43.369452],[-124.140035,43.375349],[-124.169742,43.379833],[-124.186672,43.391328],[-124.19047,43.405346],[-124.194328,43.420009],[-124.208611,43.43096],[-124.207026,43.443257],[-124.197621,43.45246],[-124.208698,43.45219],[-124.233132,43.447236],[-124.240192,43.436625],[-124.262399,43.426616],[-124.277027,43.421455],[-124.283458,43.403116],[-124.325283,43.362537],[-124.335229,43.365316],[-124.298029,43.417926],[-124.237903,43.547116],[-124.223466,43.586431],[-124.215688,43.627387],[-124.209788,43.65663],[-124.202283,43.662761],[-124.174686,43.672995],[-124.161713,43.688384],[-124.154449,43.698472],[-124.149322,43.7119],[-124.141835,43.721625],[-124.139812,43.733106],[-124.132854,43.734687],[-124.126168,43.728527],[-124.116585,43.710935],[-124.109018,43.706117],[-124.072499,43.704739],[-124.070218,43.711661],[-124.085539,43.712925],[-124.101271,43.718667],[-124.115211,43.735428],[-124.128533,43.749085],[-124.148814,43.747588],[-124.160475,43.736747],[-124.161448,43.717719],[-124.171515,43.697603],[-124.190835,43.684523],[-124.202945,43.680773],[-124.191724,43.717363],[-124.176018,43.762477],[-124.151031,43.881741],[-124.144747,43.943211],[-124.139882,43.982001],[-124.137196,43.990424],[-124.124257,43.996243],[-124.119456,44.006496],[-124.133419,44.032017],[-124.133541,44.044256],[-124.126129,44.099555],[-124.113946,44.190583],[-124.114084,44.24901],[-124.107249,44.286322],[-124.108144,44.292385],[-124.113596,44.301459],[-124.114084,44.307359],[-124.11148,44.3133],[-124.103098,44.322333],[-124.100413,44.327297],[-124.088844,44.385445],[-124.084427,44.411664],[-124.071889,44.42182],[-124.06531,44.429489],[-124.053552,44.432975],[-124.045239,44.425276],[-124.034977,44.416174],[-124.017893,44.409817],[-124.027616,44.439216],[-124.039337,44.443446],[-124.049612,44.448696],[-124.068239,44.437886],[-124.076081,44.433344],[-124.083434,44.427752],[-124.082753,44.440863],[-124.081434,44.462362],[-124.084352,44.498066],[-124.063194,44.60952],[-124.052607,44.618212],[-124.045663,44.6215],[-124.031135,44.61796],[-124.023215,44.611366],[-124.020249,44.606894],[-124.01202,44.599835],[-124.009691,44.609945],[-124.004755,44.616291],[-124.006707,44.623814],[-124.018883,44.62712],[-124.023189,44.623126],[-124.027156,44.622424],[-124.03508,44.625725],[-124.048294,44.632555],[-124.0559,44.626682],[-124.068138,44.617753],[-124.070778,44.620577],[-124.067458,44.632099],[-124.06283,44.640552],[-124.059186,44.651589],[-124.057844,44.66358],[-124.062788,44.67182],[-124.074687,44.672797],[-124.077992,44.674917],[-124.072365,44.67891],[-124.067063,44.689452],[-124.05842,44.726142],[-124.059438,44.746243],[-124.065261,44.763702],[-124.073374,44.777653],[-124.066562,44.805528],[-124.065185,44.823311],[-124.05364,44.838699],[-124.046498,44.858385],[-124.034535,44.878404],[-124.032704,44.897366],[-124.03185,44.904853],[-124.024485,44.909735],[-124.01769,44.916571],[-124.018204,44.927496],[-124.025647,44.935662],[-124.024485,44.943834],[-124.015004,44.967719],[-124.011342,44.997707],[-124.004791,45.043524],[-124.015736,45.054429],[-124.01415,45.064276],[-124.004221,45.082587],[-123.984364,45.104926],[-123.976918,45.128852],[-123.971099,45.153713],[-123.97059,45.167293],[-123.969177,45.186057],[-123.969122,45.2053],[-123.976389,45.21662],[-123.968356,45.250514],[-123.965443,45.25845],[-123.962078,45.279365],[-123.960357,45.299994],[-123.971913,45.331448],[-123.98766,45.336371],[-124.00178,45.337633],[-124.00178,45.344468],[-123.981028,45.349595],[-123.972768,45.362006],[-123.970204,45.378607],[-123.967844,45.391791],[-123.964467,45.402533],[-123.961171,45.409166],[-123.957875,45.414984],[-123.953359,45.413398],[-123.955474,45.409247],[-123.960805,45.378607],[-123.944244,45.38935],[-123.931956,45.405422],[-123.918446,45.41767],[-123.954701,45.432807],[-123.971099,45.451972],[-123.97053,45.494452],[-123.958608,45.516059],[-123.954335,45.548407],[-123.948801,45.557196],[-123.945668,45.525702],[-123.939198,45.499823],[-123.92193,45.494907],[-123.912876,45.483336],[-123.890533,45.475491],[-123.89422,45.482311],[-123.891424,45.488073],[-123.886613,45.493356],[-123.883287,45.50009],[-123.885347,45.507305],[-123.889291,45.519815],[-123.897487,45.524638],[-123.900502,45.538479],[-123.896067,45.560289],[-123.925201,45.554267],[-123.947987,45.568752],[-123.957875,45.576158],[-123.952251,45.591064],[-123.944581,45.621341],[-123.941876,45.648505],[-123.920732,45.662663],[-123.921595,45.683726],[-123.918229,45.689566],[-123.910301,45.69128],[-123.901518,45.687109],[-123.893313,45.683627],[-123.887428,45.682923],[-123.879547,45.68651],[-123.871083,45.697903],[-123.877187,45.696112],[-123.881663,45.695461],[-123.885894,45.694037],[-123.897323,45.695764],[-123.903616,45.700989],[-123.90801,45.708268],[-123.917433,45.704483],[-123.921039,45.697195],[-123.930344,45.693443],[-123.932366,45.681689],[-123.932415,45.668548],[-123.93788,45.660604],[-123.939361,45.66767],[-123.937408,45.698961],[-123.941677,45.726954],[-123.947578,45.735955],[-123.963929,45.743869],[-123.969299,45.75294],[-123.967767,45.760932],[-123.972239,45.76263],[-123.981139,45.760294],[-123.982152,45.767769],[-123.968376,45.781578],[-123.966664,45.795966],[-123.959137,45.81566],[-123.956614,45.873236],[-123.959706,45.897284],[-123.969716,45.918606],[-123.990549,45.937934],[-123.98233,45.948065],[-123.97289,45.952704],[-123.964293,45.966935],[-123.951091,45.972263],[-123.93399,45.979682],[-123.928456,45.99258],[-123.923329,46.013983],[-123.928402,46.037246],[-123.936842,46.081831],[-123.950633,46.119999],[-123.990468,46.200507],[-124.022664,46.230842],[-124.01734,46.235433],[-124.002718,46.237718],[-123.988131,46.226666],[-123.99479,46.220241]]],[[[-123.436684,46.220399],[-123.44084,46.213248],[-123.452664,46.218286],[-123.468439,46.225003],[-123.477806,46.236093],[-123.482424,46.249341],[-123.480747,46.255944],[-123.471195,46.254788],[-123.460127,46.247562],[-123.444335,46.235899],[-123.436684,46.220399]]]]},"type":"Feature","properties":{"postal":"OR","name":"Oregon","type":"State","center":[-120.78189300411522,44.55817550511651]}},"UT":{"geometry":{"type":"Polygon","coordinates":[[[-113.481512,42.000004],[-113.294501,42.000004],[-113.107489,42.000004],[-112.920477,42.000004],[-112.733441,42.000004],[-112.546405,41.999955],[-112.359393,41.999906],[-112.172382,41.999906],[-111.98537,41.999906],[-111.798309,41.999906],[-111.611298,41.999906],[-111.424286,41.999858],[-111.237274,41.999833],[-111.050238,41.999833],[-111.050238,41.937333],[-111.050189,41.874858],[-111.050165,41.812382],[-111.050165,41.749906],[-111.050165,41.687382],[-111.05014,41.624955],[-111.050092,41.562431],[-111.050092,41.499955],[-111.050092,41.437455],[-111.050043,41.374955],[-111.050018,41.312504],[-111.050018,41.24998],[-111.050018,41.187504],[-111.050018,41.125029],[-111.050018,41.062553],[-111.049994,41.000053],[-111.049921,41.000053],[-111.049921,41.000029],[-111.049921,40.99998],[-111.049921,40.999931],[-111.049921,40.999906],[-111.049921,40.999882],[-111.049921,40.999833],[-110.924725,40.999833],[-110.799481,40.999833],[-110.674237,40.999833],[-110.549042,40.999833],[-110.423822,40.999833],[-110.298578,40.999833],[-110.173358,40.999833],[-110.048138,40.999833],[-109.922919,40.999833],[-109.797675,40.999833],[-109.672479,40.999833],[-109.547235,40.999833],[-109.422015,40.999833],[-109.29682,40.999833],[-109.171576,40.999833],[-109.046332,40.999833],[-109.046332,40.874809],[-109.046332,40.749833],[-109.046332,40.624858],[-109.046381,40.499833],[-109.046454,40.374809],[-109.046454,40.249784],[-109.046454,40.124809],[-109.046454,39.999833],[-109.046454,39.874833],[-109.046454,39.749809],[-109.046454,39.624809],[-109.046454,39.499809],[-109.046503,39.374784],[-109.046503,39.249809],[-109.046503,39.124809],[-109.046503,38.999809],[-109.046503,38.874833],[-109.046503,38.749833],[-109.046503,38.624833],[-109.046552,38.499809],[-109.0466,38.37476],[-109.0466,38.249784],[-109.0466,38.124809],[-109.0466,37.999809],[-109.0466,37.874809],[-109.0466,37.749784],[-109.0466,37.624833],[-109.0466,37.499809],[-109.0466,37.37476],[-109.0466,37.24976],[-109.0466,37.124784],[-109.046625,36.999809],[-109.202679,36.999906],[-109.35871,37.000004],[-109.514789,37.000126],[-109.670844,37.000224],[-109.826849,37.000321],[-109.982929,37.000444],[-110.138983,37.000541],[-110.295013,37.000639],[-110.451044,37.000737],[-110.607123,37.000834],[-110.763178,37.000932],[-110.919208,37.001054],[-111.075262,37.001152],[-111.231317,37.001249],[-111.387347,37.001371],[-111.543427,37.001469],[-111.699481,37.001567],[-111.855512,37.001664],[-112.011591,37.001762],[-112.167645,37.001884],[-112.323651,37.001982],[-112.479706,37.002079],[-112.635785,37.002201],[-112.791815,37.002299],[-112.94787,37.002397],[-113.103925,37.002494],[-113.259979,37.002592],[-113.415985,37.00269],[-113.57204,37.002812],[-113.728119,37.002909],[-113.884149,37.003007],[-114.040204,37.003129],[-114.040253,37.159281],[-114.04035,37.315385],[-114.040399,37.471611],[-114.040497,37.627738],[-114.040546,37.783891],[-114.040643,37.940068],[-114.040717,38.096195],[-114.040814,38.252348],[-114.040863,38.4085],[-114.040961,38.564677],[-114.04101,38.720805],[-114.041132,38.877006],[-114.04118,39.03311],[-114.041278,39.189286],[-114.041327,39.345463],[-114.041376,39.501591],[-114.041425,39.657743],[-114.041473,39.81392],[-114.041596,39.970072],[-114.041644,40.1262],[-114.041742,40.282402],[-114.041791,40.438505],[-114.041888,40.594682],[-114.041962,40.750834],[-114.042059,40.907011],[-114.042108,41.063139],[-114.042206,41.219316],[-114.042255,41.375468],[-114.042352,41.531571],[-114.042401,41.687797],[-114.042523,41.843901],[-114.042548,42.000077],[-113.855536,42.000077],[-113.668524,42.000029],[-113.481512,42.000004]]]},"type":"Feature","properties":{"postal":"UT","name":"Utah","type":"State","center":[-111.65980795610426,39.6076061162714]}},"WY":{"geometry":{"type":"Polygon","coordinates":[[[-104.053119,43.00037],[-104.052997,42.87537],[-104.052802,42.750297],[-104.052606,42.625297],[-104.053095,42.500248],[-104.052802,42.375248],[-104.052802,42.250199],[-104.052606,42.125126],[-104.052704,42.000126],[-104.052997,41.875077],[-104.052899,41.750004],[-104.052972,41.62498],[-104.052362,41.499955],[-104.052484,41.374906],[-104.052924,41.249882],[-104.052924,41.124858],[-104.053729,40.999833],[-104.178583,40.999833],[-104.335614,40.999833],[-104.492645,40.999833],[-104.649701,40.999833],[-104.806732,40.999833],[-104.963715,40.999833],[-105.120721,40.999833],[-105.277753,40.999833],[-105.434784,40.999833],[-105.591815,40.999833],[-105.748871,40.999833],[-105.905853,40.999833],[-106.06286,40.999833],[-106.219891,40.999833],[-106.376923,40.999833],[-106.533954,40.999833],[-106.690985,40.999833],[-106.848016,40.999833],[-107.005072,40.999833],[-107.162054,40.999833],[-107.319061,40.999833],[-107.476093,40.999833],[-107.633124,40.999833],[-107.790155,40.999833],[-107.947186,40.999833],[-108.104218,40.999833],[-108.261273,40.999833],[-108.418256,40.999833],[-108.575262,40.999833],[-108.732269,40.999833],[-108.889325,40.999833],[-109.046332,40.999833],[-109.171576,40.999833],[-109.29682,40.999833],[-109.422015,40.999833],[-109.547235,40.999833],[-109.672479,40.999833],[-109.797675,40.999833],[-109.922919,40.999833],[-110.048138,40.999833],[-110.173358,40.999833],[-110.298578,40.999833],[-110.423822,40.999833],[-110.549042,40.999833],[-110.674237,40.999833],[-110.799481,40.999833],[-110.924725,40.999833],[-111.049921,40.999833],[-111.049921,40.999882],[-111.049921,40.999906],[-111.049921,40.999931],[-111.049921,40.99998],[-111.049921,41.000029],[-111.049921,41.000053],[-111.049994,41.000053],[-111.050018,41.062553],[-111.050018,41.125029],[-111.050018,41.187504],[-111.050018,41.24998],[-111.050018,41.312504],[-111.050043,41.374955],[-111.050092,41.437455],[-111.050092,41.499955],[-111.050092,41.562431],[-111.05014,41.624955],[-111.050165,41.687382],[-111.050165,41.749906],[-111.050165,41.812382],[-111.050189,41.874858],[-111.050238,41.937333],[-111.050238,41.999833],[-111.050311,42.155937],[-111.050409,42.312089],[-111.050482,42.468217],[-111.050507,42.62432],[-111.050555,42.780473],[-111.050629,42.936601],[-111.050702,43.092729],[-111.0508,43.248857],[-111.050873,43.405009],[-111.050946,43.561112],[-111.051019,43.71724],[-111.051093,43.873393],[-111.051166,44.029496],[-111.051239,44.185624],[-111.051337,44.341801],[-111.051386,44.49788],[-111.051386,44.528227],[-111.051337,44.558622],[-111.051288,44.589018],[-111.051239,44.61934],[-111.051239,44.64976],[-111.051166,44.680107],[-111.051117,44.710453],[-111.051093,44.740824],[-111.051068,44.77122],[-111.051019,44.801567],[-111.050971,44.831938],[-111.050946,44.862284],[-111.050922,44.892655],[-111.050873,44.923051],[-111.050873,44.953422],[-111.0508,44.983793],[-111.0508,45.000029],[-111.000189,45.000029],[-110.891425,45.000029],[-110.782611,45.000029],[-110.673773,45.000029],[-110.565009,45.000029],[-110.456244,45.000029],[-110.34743,45.000029],[-110.238617,45.000029],[-110.129828,45.000029],[-110.021063,45.000029],[-109.91225,45.000029],[-109.803436,45.000029],[-109.694672,45.000029],[-109.585834,45.000029],[-109.47702,45.000029],[-109.368256,45.000029],[-109.259442,45.000029],[-109.150604,45.000029],[-109.04184,45.000029],[-108.933026,45.000029],[-108.824237,45.000029],[-108.715448,45.000029],[-108.60661,45.000029],[-108.497821,45.000029],[-108.389032,45.000029],[-108.280267,45.000029],[-108.171454,45.000029],[-108.062616,45.000029],[-107.953851,45.000029],[-107.845062,45.000029],[-107.736249,45.000029],[-107.62746,45.000029],[-107.518671,45.000053],[-107.409906,45.000102],[-107.301093,45.000102],[-107.192255,45.000102],[-107.083514,45.000102],[-106.974725,45.000102],[-106.865887,45.000102],[-106.757098,45.000102],[-106.648309,45.000102],[-106.539545,45.000102],[-106.430731,45.000102],[-106.321893,45.000102],[-106.213129,45.000102],[-106.104315,45.000102],[-105.995526,45.000102],[-105.886737,45.000102],[-105.777899,45.000102],[-105.66911,45.000102],[-105.560321,45.000102],[-105.451508,45.000102],[-105.342694,45.000102],[-105.233905,45.000102],[-105.125116,45.000102],[-105.016303,45.000102],[-104.907513,45.000102],[-104.798749,45.000102],[-104.689911,45.000102],[-104.581097,45.000102],[-104.472333,45.000102],[-104.363568,45.000102],[-104.254755,45.000102],[-104.145941,45.000102],[-104.056659,45.000102],[-104.056122,44.875102],[-104.055829,44.748979],[-104.055731,44.625834],[-104.055902,44.500175],[-104.055634,44.375224],[-104.055389,44.250224],[-104.054584,44.125224],[-104.054681,44.000224],[-104.055365,43.875248],[-104.055145,43.750248],[-104.05495,43.625273],[-104.054828,43.500321],[-104.054681,43.375346],[-104.053949,43.250395],[-104.053485,43.12537],[-104.053119,43.00037]]]},"type":"Feature","properties":{"postal":"WY","name":"Wyoming","type":"State","center":[-107.69547325102879,43.49299053477367]}},"AR":{"geometry":{"type":"Polygon","coordinates":[[[-90.373309,35.986186],[-90.3008,35.987773],[-90.158392,35.990971],[-90.015936,35.994194],[-89.873505,35.997416],[-89.731049,36.000639],[-89.729266,36.00059],[-89.727435,36.000566],[-89.725604,36.000541],[-89.723846,36.000492],[-89.725555,35.993315],[-89.707001,35.967729],[-89.680682,35.945805],[-89.667304,35.915238],[-89.674042,35.896293],[-89.689447,35.899613],[-89.718842,35.918632],[-89.740741,35.916313],[-89.75954,35.908915],[-89.77431,35.896195],[-89.784003,35.877641],[-89.757782,35.867387],[-89.731049,35.851786],[-89.722113,35.833451],[-89.785004,35.790824],[-89.937885,35.736332],[-89.951898,35.722953],[-89.952899,35.705107],[-89.937933,35.68184],[-89.909833,35.652153],[-89.910077,35.639067],[-89.927997,35.623197],[-89.944769,35.611869],[-89.951337,35.602543],[-89.947015,35.590824],[-89.931415,35.572294],[-89.917914,35.548002],[-89.928241,35.535478],[-89.951215,35.53018],[-89.9758,35.527592],[-90.000018,35.521928],[-90.012323,35.511625],[-90.016791,35.494731],[-90.017377,35.469242],[-90.022308,35.452714],[-90.034418,35.436332],[-90.049823,35.42183],[-90.10307,35.385551],[-90.115253,35.369584],[-90.119794,35.346366],[-90.118329,35.300737],[-90.114325,35.280522],[-90.094647,35.230986],[-90.084589,35.188969],[-90.085346,35.148344],[-90.106146,35.123539],[-90.126459,35.124662],[-90.153827,35.130375],[-90.177777,35.129936],[-90.188055,35.112651],[-90.190277,35.093095],[-90.196796,35.075883],[-90.207465,35.060795],[-90.222211,35.047807],[-90.259003,35.030717],[-90.282684,35.023051],[-90.30163,35.019877],[-90.312665,35.01248],[-90.304218,35.000077],[-90.301239,34.995658],[-90.270624,34.965263],[-90.271796,34.923051],[-90.305414,34.888969],[-90.352362,34.864067],[-90.463886,34.827934],[-90.475458,34.815043],[-90.471185,34.797709],[-90.459833,34.777787],[-90.45473,34.759306],[-90.469232,34.746147],[-90.478241,34.737504],[-90.499677,34.732133],[-90.522186,34.732963],[-90.541229,34.743046],[-90.55368,34.739994],[-90.567987,34.719853],[-90.585297,34.684696],[-90.593866,34.642338],[-90.576068,34.573515],[-90.586493,34.489018],[-90.586054,34.454374],[-90.593964,34.425053],[-90.626263,34.396098],[-90.66286,34.379472],[-90.685761,34.372343],[-90.727533,34.368266],[-90.738837,34.369071],[-90.746991,34.372807],[-90.759369,34.380693],[-90.76391,34.375444],[-90.764081,34.366386],[-90.760956,34.352226],[-90.751947,34.333403],[-90.750409,34.320976],[-90.753803,34.312895],[-90.767767,34.294194],[-90.770892,34.284062],[-90.775214,34.27974],[-90.785053,34.281449],[-90.801288,34.287455],[-90.814569,34.287406],[-90.821161,34.285649],[-90.82558,34.279618],[-90.864276,34.206279],[-90.87702,34.198075],[-90.892914,34.19307],[-90.942328,34.167582],[-90.955878,34.157109],[-90.954926,34.128813],[-90.88244,34.099467],[-90.880145,34.060917],[-90.892987,34.043193],[-90.909222,34.035307],[-90.928973,34.033378],[-90.95246,34.033573],[-90.975189,34.030424],[-91.018074,34.011873],[-91.030951,34.006303],[-91.084637,33.996684],[-91.093036,33.98953],[-91.089081,33.975712],[-91.079071,33.968949],[-91.065839,33.964482],[-91.052069,33.957865],[-91.035614,33.930473],[-91.050262,33.906205],[-91.069257,33.883671],[-91.062958,33.849491],[-91.051581,33.833451],[-91.045429,33.814506],[-91.058295,33.793388],[-91.06828,33.789604],[-91.095209,33.788627],[-91.106683,33.786576],[-91.116425,33.780473],[-91.137518,33.762895],[-91.144232,33.759257],[-91.153119,33.752079],[-91.192328,33.708061],[-91.210565,33.696977],[-91.225922,33.689897],[-91.22868,33.680741],[-91.2091,33.663676],[-91.167645,33.646684],[-91.151679,33.633403],[-91.147675,33.608451],[-91.156464,33.587504],[-91.173676,33.577519],[-91.195868,33.574443],[-91.219647,33.574272],[-91.235419,33.56685],[-91.230927,33.550395],[-91.215765,33.53394],[-91.199481,33.526469],[-91.180804,33.520756],[-91.160956,33.507182],[-91.127167,33.47808],[-91.126166,33.460063],[-91.125238,33.431034],[-91.12868,33.401567],[-91.134003,33.382524],[-91.171356,33.341459],[-91.182098,33.320024],[-91.168158,33.300541],[-91.157269,33.298832],[-91.126239,33.289237],[-91.112909,33.280082],[-91.107587,33.267826],[-91.106683,33.218022],[-91.095477,33.184721],[-91.09306,33.16746],[-91.099237,33.149736],[-91.112152,33.143144],[-91.133148,33.138041],[-91.152704,33.131059],[-91.161298,33.118705],[-91.166473,33.014335],[-91.180487,33.0137],[-91.359296,33.013481],[-91.538104,33.013334],[-91.716913,33.013188],[-91.895697,33.013017],[-92.074506,33.01287],[-92.25329,33.012699],[-92.432098,33.01248],[-92.610883,33.012333],[-92.789667,33.012162],[-92.968475,33.011991],[-93.147284,33.011772],[-93.326093,33.011625],[-93.504877,33.011479],[-93.683661,33.011283],[-93.86247,33.011088],[-94.041254,33.010942],[-94.042596,33.130302],[-94.04389,33.249662],[-94.045233,33.369023],[-94.046576,33.488383],[-94.047284,33.553398],[-94.047284,33.554154],[-94.056952,33.557377],[-94.071942,33.563627],[-94.100897,33.581718],[-94.119135,33.573881],[-94.139887,33.573002],[-94.15932,33.577323],[-94.193182,33.593925],[-94.208221,33.589115],[-94.221259,33.579521],[-94.234979,33.574272],[-94.283173,33.595121],[-94.300116,33.594779],[-94.310321,33.582719],[-94.31745,33.566801],[-94.327826,33.558061],[-94.347919,33.56746],[-94.369061,33.558549],[-94.387421,33.561796],[-94.394574,33.571488],[-94.38205,33.581718],[-94.38205,33.587944],[-94.407123,33.584721],[-94.431488,33.590824],[-94.449872,33.604936],[-94.457172,33.62581],[-94.466913,33.644047],[-94.4841,33.647416],[-94.478461,33.86475],[-94.472821,34.082109],[-94.46723,34.299467],[-94.461591,34.516801],[-94.455975,34.734159],[-94.450336,34.951518],[-94.444721,35.168827],[-94.439081,35.38621],[-94.461469,35.525444],[-94.483905,35.664628],[-94.506317,35.803813],[-94.52868,35.942997],[-94.551093,36.082182],[-94.573505,36.221415],[-94.595917,36.360624],[-94.618329,36.499833],[-94.344135,36.499833],[-94.06994,36.499833],[-93.795746,36.499833],[-93.521552,36.499833],[-93.247357,36.499833],[-92.973187,36.499833],[-92.698993,36.499833],[-92.424799,36.499833],[-92.150629,36.499833],[-91.876434,36.499833],[-91.60224,36.499833],[-91.564277,36.499833],[-91.328046,36.499833],[-91.053876,36.499833],[-90.779657,36.499833],[-90.505487,36.499833],[-90.231268,36.499833],[-90.162177,36.499833],[-90.160956,36.497563],[-90.159003,36.495341],[-90.153876,36.487382],[-90.143915,36.464945],[-90.141205,36.461503],[-90.137006,36.458549],[-90.132147,36.45601],[-90.128485,36.453202],[-90.126776,36.449638],[-90.1258,36.445121],[-90.124823,36.429057],[-90.123871,36.423564],[-90.122284,36.418412],[-90.119525,36.414067],[-90.115595,36.410331],[-90.082513,36.393705],[-90.077704,36.390605],[-90.073309,36.387016],[-90.069598,36.383305],[-90.066522,36.37913],[-90.064398,36.374369],[-90.062958,36.368901],[-90.062909,36.363261],[-90.063715,36.35706],[-90.070038,36.333329],[-90.070575,36.327079],[-90.066034,36.297514],[-90.066303,36.292314],[-90.067499,36.287358],[-90.069647,36.282426],[-90.072284,36.278129],[-90.075971,36.273954],[-90.079999,36.270463],[-90.084808,36.267436],[-90.090155,36.26519],[-90.115521,36.258842],[-90.120331,36.256205],[-90.123895,36.252641],[-90.125848,36.2481],[-90.129852,36.228178],[-90.132001,36.2231],[-90.134979,36.218388],[-90.13869,36.214506],[-90.143304,36.21143],[-90.174652,36.197221],[-90.197186,36.189579],[-90.209857,36.186528],[-90.215448,36.184452],[-90.225409,36.178935],[-90.229462,36.175297],[-90.232977,36.170976],[-90.235468,36.166313],[-90.236932,36.161259],[-90.238422,36.15225],[-90.239862,36.146977],[-90.242059,36.141679],[-90.244818,36.136869],[-90.248676,36.132817],[-90.253119,36.129936],[-90.25849,36.127519],[-90.264179,36.125639],[-90.283954,36.121757],[-90.289496,36.119755],[-90.294257,36.116874],[-90.298065,36.113285],[-90.304633,36.105278],[-90.316547,36.094291],[-90.333051,36.071513],[-90.342548,36.061479],[-90.377924,36.005717],[-90.381244,35.996147],[-90.381024,35.991703],[-90.379388,35.987724],[-90.373309,35.986186]]]},"type":"Feature","properties":{"postal":"AR","name":"Arkansas","type":"State","center":[-92.1262002743484,34.86345257932081]}},"IA":{"geometry":{"type":"Polygon","coordinates":[[[-90.641278,42.511772],[-90.654218,42.489848],[-90.641986,42.475688],[-90.611493,42.46309],[-90.596161,42.452006],[-90.581097,42.437773],[-90.549115,42.417265],[-90.463226,42.375956],[-90.432196,42.352568],[-90.414618,42.318559],[-90.414618,42.32537],[-90.412103,42.268412],[-90.403143,42.245365],[-90.37038,42.230644],[-90.348944,42.207231],[-90.335492,42.20186],[-90.321942,42.199589],[-90.236469,42.160893],[-90.226166,42.153422],[-90.201141,42.130863],[-90.191766,42.126176],[-90.176483,42.123661],[-90.169696,42.116459],[-90.168036,42.104716],[-90.168207,42.088896],[-90.16496,42.075199],[-90.140277,42.03057],[-90.144012,42.018656],[-90.149408,41.976347],[-90.167011,41.941288],[-90.174408,41.879716],[-90.188568,41.83477],[-90.201239,41.813578],[-90.218817,41.804643],[-90.235077,41.799687],[-90.277045,41.774443],[-90.291107,41.763652],[-90.304999,41.748539],[-90.318256,41.728471],[-90.328192,41.70623],[-90.332074,41.684526],[-90.346454,41.664848],[-90.344696,41.660356],[-90.340961,41.655912],[-90.338886,41.650077],[-90.339203,41.626371],[-90.341327,41.615922],[-90.346332,41.605375],[-90.361542,41.593266],[-90.405463,41.57432],[-90.414618,41.567851],[-90.422333,41.554008],[-90.440912,41.543412],[-90.482904,41.530912],[-90.582196,41.517265],[-90.603192,41.510453],[-90.641278,41.476127],[-90.661639,41.462016],[-90.704511,41.451225],[-90.991522,41.433647],[-91.030951,41.413603],[-91.054779,41.382865],[-91.075507,41.343412],[-91.091058,41.299784],[-91.099237,41.256547],[-91.098993,41.23599],[-91.093988,41.210917],[-91.082367,41.18975],[-91.062006,41.180839],[-91.047748,41.176615],[-90.99743,41.146684],[-90.968622,41.116093],[-90.951532,41.075419],[-90.945282,41.029277],[-90.949042,40.982206],[-90.966644,40.946244],[-91.065741,40.858695],[-91.083392,40.839067],[-91.093524,40.823637],[-91.098163,40.807792],[-91.101532,40.763774],[-91.107684,40.741899],[-91.127167,40.70164],[-91.153046,40.672465],[-91.187787,40.653276],[-91.227313,40.642778],[-91.26745,40.639579],[-91.298212,40.633232],[-91.342987,40.617778],[-91.383319,40.598637],[-91.400897,40.581254],[-91.403021,40.574345],[-91.412421,40.563774],[-91.414545,40.553935],[-91.410809,40.54539],[-91.383807,40.526322],[-91.374701,40.509989],[-91.374091,40.492216],[-91.380414,40.461454],[-91.380438,40.444413],[-91.375018,40.417851],[-91.373602,40.403129],[-91.382587,40.392924],[-91.441815,40.379521],[-91.452362,40.387651],[-91.481366,40.396342],[-91.493622,40.403129],[-91.529877,40.431279],[-91.538617,40.440971],[-91.536005,40.447612],[-91.536151,40.454496],[-91.539276,40.461503],[-91.545429,40.468266],[-91.553827,40.473051],[-91.573944,40.479911],[-91.582684,40.485356],[-91.585687,40.490312],[-91.587445,40.495927],[-91.590204,40.500517],[-91.596356,40.502445],[-91.607245,40.502177],[-91.612274,40.503105],[-91.616815,40.505839],[-91.620844,40.511796],[-91.625385,40.525834],[-91.627362,40.529716],[-91.650995,40.541874],[-91.672504,40.546098],[-91.682001,40.550834],[-91.689203,40.557865],[-91.693549,40.565458],[-91.695697,40.575053],[-91.696259,40.588066],[-91.700409,40.59412],[-91.718817,40.603715],[-91.722943,40.608866],[-91.730682,40.618803],[-91.83537,40.613334],[-91.943964,40.605522],[-92.044745,40.604154],[-92.145526,40.602787],[-92.246307,40.60142],[-92.347089,40.600053],[-92.463791,40.597127],[-92.534052,40.595365],[-92.721039,40.590678],[-92.908026,40.58599],[-93.094989,40.581303],[-93.211664,40.582353],[-93.328339,40.583403],[-93.444989,40.584428],[-93.561664,40.585478],[-93.675214,40.582865],[-93.788739,40.580278],[-93.902289,40.577665],[-94.015839,40.575053],[-94.131464,40.574516],[-94.247089,40.574003],[-94.362714,40.57349],[-94.478339,40.572953],[-94.589276,40.575053],[-94.700214,40.577128],[-94.811151,40.579203],[-94.922089,40.581303],[-95.034589,40.584037],[-95.147089,40.586772],[-95.259589,40.589506],[-95.372089,40.59224],[-95.46955,40.594267],[-95.567011,40.596293],[-95.664471,40.59832],[-95.761932,40.600346],[-95.76203,40.600346],[-95.762103,40.600346],[-95.762177,40.600346],[-95.762274,40.600346],[-95.762372,40.600346],[-95.76247,40.600346],[-95.762567,40.600346],[-95.762665,40.600346],[-95.762762,40.600346],[-95.762836,40.600346],[-95.762909,40.600346],[-95.763007,40.600346],[-95.763104,40.600346],[-95.763202,40.600346],[-95.7633,40.600346],[-95.763373,40.60037],[-95.763446,40.600395],[-95.763544,40.600395],[-95.763641,40.600395],[-95.763715,40.600419],[-95.763788,40.600419],[-95.763886,40.600419],[-95.763983,40.600419],[-95.764081,40.600419],[-95.764179,40.600419],[-95.764252,40.600419],[-95.764325,40.600419],[-95.764423,40.600419],[-95.76452,40.600419],[-95.764594,40.600419],[-95.764667,40.600419],[-95.764764,40.600419],[-95.764862,40.600419],[-95.764935,40.600419],[-95.765009,40.600419],[-95.765106,40.600419],[-95.765204,40.600419],[-95.765302,40.600419],[-95.765399,40.600419],[-95.765472,40.600419],[-95.76557,40.600419],[-95.765668,40.600419],[-95.765765,40.600419],[-95.765863,40.600419],[-95.765936,40.600419],[-95.766034,40.600419],[-95.766107,40.600419],[-95.76618,40.600419],[-95.766278,40.600419],[-95.766376,40.600419],[-95.766473,40.600419],[-95.766547,40.600419],[-95.766644,40.600419],[-95.766742,40.600419],[-95.76684,40.600419],[-95.766937,40.600419],[-95.767011,40.600419],[-95.767108,40.600419],[-95.767206,40.600419],[-95.767304,40.600419],[-95.767401,40.600444],[-95.767474,40.600444],[-95.767548,40.600444],[-95.767645,40.600468],[-95.764179,40.616972],[-95.763104,40.638969],[-95.773041,40.660673],[-95.792084,40.671],[-95.844721,40.688212],[-95.85556,40.70474],[-95.858368,40.714311],[-95.864227,40.720903],[-95.869305,40.728886],[-95.869843,40.742631],[-95.866888,40.753129],[-95.862445,40.75872],[-95.848114,40.76995],[-95.827655,40.794145],[-95.829852,40.802568],[-95.839716,40.816069],[-95.841913,40.827983],[-95.838007,40.851493],[-95.830243,40.869975],[-95.824774,40.888969],[-95.827655,40.913945],[-95.840106,40.938481],[-95.841913,40.951811],[-95.837836,40.972831],[-95.838251,40.982353],[-95.845038,40.992778],[-95.86264,41.004521],[-95.870966,41.012113],[-95.876044,41.023808],[-95.873969,41.032133],[-95.867963,41.037577],[-95.864423,41.042851],[-95.869843,41.050492],[-95.873895,41.055619],[-95.875653,41.059526],[-95.877655,41.062504],[-95.882294,41.064775],[-95.882294,41.070976],[-95.87619,41.077543],[-95.862421,41.105741],[-95.868744,41.120121],[-95.870917,41.152006],[-95.876044,41.167167],[-95.852777,41.175883],[-95.865375,41.18394],[-95.910175,41.195121],[-95.923846,41.207646],[-95.924823,41.224101],[-95.917035,41.266484],[-95.906,41.271293],[-95.884491,41.289335],[-95.869769,41.308842],[-95.879169,41.317997],[-95.896552,41.319975],[-95.941742,41.331645],[-95.957977,41.338481],[-95.934467,41.402299],[-95.9341,41.413603],[-95.924481,41.45457],[-95.930878,41.464921],[-95.937323,41.467436],[-95.945746,41.467094],[-95.986591,41.474028],[-96.000458,41.480375],[-96.006415,41.492411],[-96.004511,41.501884],[-95.999847,41.514726],[-95.994159,41.526029],[-95.989032,41.530912],[-95.987665,41.534013],[-95.995673,41.540824],[-96.008124,41.547636],[-96.020038,41.550761],[-96.028534,41.548393],[-96.04848,41.538774],[-96.061029,41.537724],[-96.082147,41.549809],[-96.083417,41.570683],[-96.077655,41.590409],[-96.077777,41.599174],[-96.091571,41.606645],[-96.099042,41.624687],[-96.101898,41.647074],[-96.10119,41.689653],[-96.098554,41.697245],[-96.092059,41.705302],[-96.08161,41.715702],[-96.078973,41.720292],[-96.080243,41.725932],[-96.081488,41.739457],[-96.076654,41.758451],[-96.068036,41.776518],[-96.064227,41.795951],[-96.074042,41.818901],[-96.133026,41.866069],[-96.137665,41.871611],[-96.153436,41.898051],[-96.157221,41.90706],[-96.156268,41.918827],[-96.146356,41.938383],[-96.142963,41.948002],[-96.15434,41.987821],[-96.190643,42.01016],[-96.232416,42.028935],[-96.260272,42.057865],[-96.264301,42.080082],[-96.263812,42.100663],[-96.265668,42.119535],[-96.276727,42.136698],[-96.294379,42.148783],[-96.327899,42.165824],[-96.342206,42.181401],[-96.351337,42.205741],[-96.347675,42.224198],[-96.339374,42.240873],[-96.33476,42.260209],[-96.336493,42.283329],[-96.342352,42.300199],[-96.353095,42.313359],[-96.367206,42.32227],[-96.368451,42.338432],[-96.402167,42.368998],[-96.397211,42.411308],[-96.383514,42.4554],[-96.39743,42.496684],[-96.414545,42.506596],[-96.438446,42.512846],[-96.48266,42.518339],[-96.482172,42.553691],[-96.489301,42.565751],[-96.494769,42.568461],[-96.499457,42.573979],[-96.500336,42.58018],[-96.499603,42.58831],[-96.500971,42.594291],[-96.503827,42.600077],[-96.510419,42.609428],[-96.514032,42.613505],[-96.518085,42.616874],[-96.522894,42.619584],[-96.540204,42.627275],[-96.541669,42.63018],[-96.541303,42.632695],[-96.538422,42.636674],[-96.537177,42.637919],[-96.526483,42.644731],[-96.523016,42.649076],[-96.524188,42.653178],[-96.527289,42.65706],[-96.535248,42.664018],[-96.544208,42.670463],[-96.597626,42.700297],[-96.605487,42.705937],[-96.614691,42.714189],[-96.630512,42.732475],[-96.635541,42.742924],[-96.637958,42.751054],[-96.635223,42.764775],[-96.631122,42.774247],[-96.622748,42.788334],[-96.607269,42.805058],[-96.604193,42.809428],[-96.601727,42.814604],[-96.599652,42.820219],[-96.597235,42.825346],[-96.59411,42.829667],[-96.590204,42.833378],[-96.586224,42.836161],[-96.582855,42.837846],[-96.567157,42.8429],[-96.563422,42.844511],[-96.560907,42.848344],[-96.559467,42.853813],[-96.558514,42.866996],[-96.556805,42.873075],[-96.554852,42.877397],[-96.550092,42.881156],[-96.546405,42.8835],[-96.544379,42.887968],[-96.542035,42.89578],[-96.53996,42.923075],[-96.538617,42.929838],[-96.537323,42.932182],[-96.518768,42.947514],[-96.514984,42.95391],[-96.510956,42.965531],[-96.512372,42.985112],[-96.512958,42.988578],[-96.512616,42.991215],[-96.512225,42.992387],[-96.507855,42.997367],[-96.501263,43.011064],[-96.498846,43.018046],[-96.499725,43.022636],[-96.501483,43.025688],[-96.505145,43.029301],[-96.50932,43.035014],[-96.509393,43.04058],[-96.507391,43.045268],[-96.474139,43.069145],[-96.469867,43.074589],[-96.46601,43.081547],[-96.455389,43.121733],[-96.45517,43.129716],[-96.456488,43.13621],[-96.459442,43.14373],[-96.462372,43.153739],[-96.470917,43.197319],[-96.474213,43.20811],[-96.476825,43.212895],[-96.480804,43.21663],[-96.486591,43.218803],[-96.493085,43.219267],[-96.50329,43.218388],[-96.510199,43.218388],[-96.533026,43.221391],[-96.548578,43.22078],[-96.556854,43.221293],[-96.56452,43.223466],[-96.570624,43.228569],[-96.572308,43.234086],[-96.571137,43.239433],[-96.567865,43.243779],[-96.559149,43.251152],[-96.556195,43.254716],[-96.55744,43.258354],[-96.562958,43.26248],[-96.570258,43.266874],[-96.578583,43.277714],[-96.579584,43.28455],[-96.576727,43.28914],[-96.570062,43.28997],[-96.555463,43.288627],[-96.548578,43.289628],[-96.543182,43.292094],[-96.539276,43.295487],[-96.536737,43.298954],[-96.533466,43.323539],[-96.533075,43.375077],[-96.535614,43.385673],[-96.539276,43.38975],[-96.556537,43.404228],[-96.564423,43.412333],[-96.582855,43.427543],[-96.587616,43.43311],[-96.592523,43.44246],[-96.593182,43.45081],[-96.592426,43.459867],[-96.590106,43.47078],[-96.590643,43.478031],[-96.592987,43.484379],[-96.596381,43.48975],[-96.598554,43.496464],[-96.595282,43.498905],[-96.453558,43.500126],[-96.128363,43.500126],[-95.803168,43.500199],[-95.477899,43.500297],[-95.152704,43.500321],[-94.827509,43.500346],[-94.502289,43.500444],[-94.177094,43.500468],[-93.851874,43.500492],[-93.52663,43.50059],[-93.201434,43.50059],[-93.101216,43.500605],[-92.876239,43.500639],[-92.550995,43.500761],[-92.2258,43.500785],[-91.90058,43.50081],[-91.57536,43.500907],[-91.25014,43.500956],[-91.250458,43.499613],[-91.251898,43.486918],[-91.250971,43.474443],[-91.247943,43.462797],[-91.242938,43.451908],[-91.229169,43.431498],[-91.224188,43.421537],[-91.220966,43.410893],[-91.216522,43.383427],[-91.208807,43.372904],[-91.197113,43.365971],[-91.111029,43.340043],[-91.086493,43.317362],[-91.084784,43.280107],[-91.103461,43.249296],[-91.156512,43.195341],[-91.167792,43.160453],[-91.162396,43.090385],[-91.154657,43.056498],[-91.154169,43.019779],[-91.152313,43.007621],[-91.147675,42.996342],[-91.146405,42.95037],[-91.141473,42.928276],[-91.130585,42.911332],[-91.10202,42.884989],[-91.092206,42.870927],[-91.0862,42.852958],[-91.083148,42.810575],[-91.079511,42.791996],[-91.045477,42.742094],[-91.032977,42.729228],[-91.010492,42.71641],[-90.966571,42.701615],[-90.795721,42.676884],[-90.750043,42.663847],[-90.726532,42.661161],[-90.702997,42.655326],[-90.687323,42.640385],[-90.667865,42.599736],[-90.659711,42.58831],[-90.63454,42.559819],[-90.626263,42.544487],[-90.62868,42.53311],[-90.641278,42.511772]]]},"type":"Feature","properties":{"postal":"IA","name":"Iowa","type":"State","center":[-93.51623228166436,41.934247370490226]}},"KS":{"geometry":{"type":"Polygon","coordinates":[[[-95.09118,39.860722],[-95.067816,39.865556],[-95.046845,39.876152],[-95.016815,39.896488],[-95.001874,39.902885],[-94.984613,39.905839],[-94.961176,39.906547],[-94.948187,39.901396],[-94.941376,39.889408],[-94.941864,39.875712],[-94.950604,39.86558],[-94.935834,39.851664],[-94.891644,39.831181],[-94.882343,39.820903],[-94.883368,39.810649],[-94.888129,39.79102],[-94.889179,39.779643],[-94.885443,39.767436],[-94.878021,39.760307],[-94.872626,39.753398],[-94.874896,39.74207],[-94.890839,39.729594],[-94.912909,39.730986],[-94.961176,39.74207],[-94.969354,39.738725],[-94.974725,39.730546],[-94.977655,39.72039],[-94.980634,39.695976],[-94.986469,39.689628],[-94.99516,39.686405],[-95.005853,39.680619],[-95.037738,39.655863],[-95.053656,39.638847],[-95.060468,39.621659],[-95.059393,39.600102],[-95.060223,39.588945],[-95.063886,39.580693],[-95.07514,39.574931],[-95.101679,39.57371],[-95.108905,39.570756],[-95.110541,39.550346],[-95.098822,39.530229],[-95.080829,39.514823],[-95.063886,39.508695],[-95.057733,39.501127],[-95.035468,39.465507],[-95.025726,39.454081],[-95.017767,39.450102],[-94.999335,39.443583],[-94.95744,39.41995],[-94.95368,39.413993],[-94.94848,39.398149],[-94.943793,39.392631],[-94.899701,39.385185],[-94.908588,39.367021],[-94.900995,39.327153],[-94.879022,39.28726],[-94.844769,39.26912],[-94.835053,39.259477],[-94.833856,39.238383],[-94.829584,39.217289],[-94.810638,39.20767],[-94.790448,39.202787],[-94.746234,39.179887],[-94.724066,39.172904],[-94.693158,39.173783],[-94.678217,39.172514],[-94.668109,39.173271],[-94.663226,39.172904],[-94.658148,39.169853],[-94.655951,39.161064],[-94.652704,39.159257],[-94.6289,39.157719],[-94.612543,39.152812],[-94.610468,39.14434],[-94.624628,39.132499],[-94.623285,39.130888],[-94.623285,39.128007],[-94.62226,39.124491],[-94.617743,39.123149],[-94.617743,39.116191],[-94.617743,39.042997],[-94.617743,38.915336],[-94.617767,38.787602],[-94.617816,38.659916],[-94.617816,38.532182],[-94.617816,38.404472],[-94.617865,38.276786],[-94.617889,38.149101],[-94.617889,38.021366],[-94.617889,37.893656],[-94.617914,37.765971],[-94.617963,37.638285],[-94.617963,37.510575],[-94.617963,37.382914],[-94.617963,37.25518],[-94.617963,37.127494],[-94.618036,36.999809],[-94.849091,36.999809],[-95.080145,36.999809],[-95.311224,36.999809],[-95.542328,36.999809],[-95.773407,36.999809],[-96.004511,36.999809],[-96.23559,36.999809],[-96.466693,36.999809],[-96.697772,36.999809],[-96.928851,36.999809],[-97.159955,36.999809],[-97.391058,36.999809],[-97.622137,36.999809],[-97.853217,36.999809],[-98.084271,36.999809],[-98.31535,36.999809],[-98.546454,36.999809],[-98.777509,36.999809],[-99.008612,36.999809],[-99.239691,36.999809],[-99.470795,36.999809],[-99.701874,36.999809],[-99.932977,36.999809],[-100.164056,36.999809],[-100.395136,36.999809],[-100.626239,36.999809],[-100.857318,36.999809],[-101.088422,36.999809],[-101.319525,36.999809],[-101.550604,36.999809],[-101.781659,36.999809],[-102.039569,36.999809],[-102.039935,37.093559],[-102.040326,37.187309],[-102.040643,37.281083],[-102.04101,37.374858],[-102.0414,37.468608],[-102.041742,37.562358],[-102.042084,37.656108],[-102.042474,37.749833],[-102.042865,37.843632],[-102.043207,37.937358],[-102.043573,38.031108],[-102.043964,38.124858],[-102.044354,38.218656],[-102.044672,38.312382],[-102.045038,38.406156],[-102.045429,38.499931],[-102.045819,38.593705],[-102.046161,38.687455],[-102.046527,38.781205],[-102.046918,38.875004],[-102.047284,38.96873],[-102.04765,39.062504],[-102.047992,39.156254],[-102.048383,39.250004],[-102.048773,39.343803],[-102.049091,39.437553],[-102.049457,39.531327],[-102.049847,39.625077],[-102.050189,39.718852],[-102.050555,39.812602],[-102.050922,39.906327],[-102.051263,40.000102],[-101.814838,40.000102],[-101.605219,40.000102],[-101.395624,40.000102],[-101.186005,40.000102],[-100.97641,40.000102],[-100.766815,40.000102],[-100.557221,40.000102],[-100.347626,40.000102],[-100.138007,40.000102],[-99.928412,40.000102],[-99.718817,40.000102],[-99.509222,40.000102],[-99.299628,40.000102],[-99.090057,40.000102],[-98.880438,40.000102],[-98.670844,40.000102],[-98.461249,40.000102],[-98.251654,40.000102],[-98.042059,40.000102],[-97.83244,40.000102],[-97.622846,40.000102],[-97.413251,40.000102],[-97.203656,40.000102],[-96.994061,40.000102],[-96.784442,40.000102],[-96.574847,40.000102],[-96.365253,40.000102],[-96.155658,40.000102],[-95.946063,40.000102],[-95.736444,40.000102],[-95.526849,40.000102],[-95.317255,40.000102],[-95.260468,39.959696],[-95.247406,39.944242],[-95.236176,39.941654],[-95.223554,39.940092],[-95.214716,39.936967],[-95.208051,39.928446],[-95.204218,39.920097],[-95.199677,39.912602],[-95.190839,39.906547],[-95.182123,39.904496],[-95.161298,39.90269],[-95.149872,39.899125],[-95.13891,39.892778],[-95.112299,39.868681],[-95.09118,39.860722]]]},"type":"Feature","properties":{"postal":"KS","name":"Kansas","type":"State","center":[-98.49108367626887,38.69991764235496]}},"MO":{"geometry":{"type":"Polygon","coordinates":[[[-91.607245,40.502177],[-91.596356,40.502445],[-91.590204,40.500517],[-91.587445,40.495927],[-91.585687,40.490312],[-91.582684,40.485356],[-91.573944,40.479911],[-91.553827,40.473051],[-91.545429,40.468266],[-91.539276,40.461503],[-91.536151,40.454496],[-91.536005,40.447612],[-91.538617,40.440971],[-91.529877,40.431279],[-91.493622,40.403129],[-91.481366,40.396342],[-91.452362,40.387651],[-91.441815,40.379521],[-91.441864,40.379521],[-91.472943,40.35811],[-91.496088,40.313407],[-91.511224,40.262211],[-91.518207,40.221269],[-91.518939,40.174906],[-91.492523,40.009599],[-91.487128,39.994413],[-91.473505,39.978227],[-91.456537,39.962113],[-91.450507,39.955058],[-91.446039,39.947904],[-91.442987,39.940092],[-91.441376,39.93101],[-91.441864,39.906547],[-91.45014,39.87725],[-91.449335,39.86558],[-91.445038,39.858866],[-91.431659,39.847074],[-91.425116,39.833842],[-91.397797,39.813774],[-91.391425,39.80352],[-91.389227,39.792973],[-91.387225,39.769413],[-91.374921,39.735722],[-91.355072,39.710795],[-91.104315,39.533085],[-91.088617,39.518095],[-91.076654,39.499394],[-91.071942,39.477983],[-91.065741,39.464286],[-91.050897,39.452421],[-90.81955,39.320121],[-90.797333,39.303202],[-90.773993,39.279057],[-90.748212,39.242045],[-90.736688,39.220341],[-90.729926,39.200834],[-90.728876,39.187382],[-90.730634,39.159721],[-90.729926,39.14622],[-90.724457,39.133891],[-90.706512,39.112187],[-90.702631,39.101225],[-90.706781,39.090336],[-90.71452,39.078764],[-90.718793,39.06641],[-90.712543,39.053129],[-90.704657,39.040971],[-90.699286,39.024443],[-90.698065,39.007865],[-90.702631,38.99539],[-90.657513,38.921049],[-90.626532,38.890409],[-90.585297,38.87808],[-90.541986,38.893974],[-90.479047,38.958915],[-90.428265,38.967436],[-90.409076,38.961503],[-90.374872,38.943827],[-90.356268,38.940165],[-90.332733,38.938163],[-90.282147,38.926518],[-90.183563,38.882695],[-90.143524,38.85684],[-90.12724,38.830302],[-90.134735,38.812504],[-90.15141,38.787382],[-90.170404,38.764921],[-90.184955,38.75518],[-90.197919,38.744242],[-90.200604,38.719657],[-90.195526,38.679447],[-90.196478,38.638163],[-90.213495,38.606767],[-90.263788,38.542924],[-90.314813,38.431523],[-90.362958,38.369242],[-90.377972,38.337602],[-90.382001,38.300492],[-90.373016,38.254277],[-90.367523,38.238749],[-90.361591,38.226567],[-90.354681,38.216435],[-90.346332,38.207133],[-90.291107,38.169242],[-90.284686,38.160063],[-90.256512,38.136943],[-90.25014,38.127958],[-90.242792,38.11287],[-90.225262,38.100907],[-90.188055,38.083598],[-90.162128,38.062529],[-90.138031,38.037529],[-90.110809,38.016654],[-90.075409,38.007865],[-90.020477,37.970317],[-90.005048,37.962504],[-89.967987,37.963041],[-89.955292,37.960063],[-89.922723,37.952592],[-89.888739,37.931791],[-89.831926,37.88456],[-89.808075,37.871659],[-89.746649,37.850761],[-89.721942,37.837162],[-89.697528,37.809281],[-89.668964,37.754447],[-89.64682,37.7335],[-89.549579,37.69766],[-89.523309,37.678886],[-89.530756,37.666703],[-89.527484,37.650248],[-89.520404,37.631962],[-89.516473,37.614042],[-89.51911,37.597245],[-89.524091,37.580229],[-89.526971,37.56204],[-89.523309,37.541752],[-89.502216,37.50706],[-89.474774,37.474906],[-89.451141,37.440336],[-89.441376,37.398344],[-89.458637,37.362553],[-89.49372,37.335136],[-89.52309,37.306694],[-89.523309,37.268022],[-89.517987,37.264018],[-89.498212,37.258085],[-89.489813,37.254374],[-89.473798,37.243876],[-89.475507,37.230766],[-89.472333,37.214067],[-89.464154,37.197831],[-89.441376,37.16497],[-89.401483,37.120121],[-89.386859,37.091386],[-89.393573,37.062553],[-89.377338,37.047294],[-89.327167,37.014213],[-89.286786,37.000492],[-89.27514,37.000444],[-89.270087,37.011039],[-89.272943,37.026127],[-89.279999,37.03433],[-89.289081,37.040385],[-89.298016,37.048905],[-89.308832,37.071171],[-89.302216,37.081059],[-89.284027,37.083378],[-89.260126,37.083061],[-89.253632,37.078154],[-89.249457,37.054277],[-89.246161,37.045487],[-89.236786,37.038627],[-89.2164,37.028373],[-89.208637,37.021611],[-89.203485,37.01082],[-89.201141,36.999809],[-89.197382,36.989482],[-89.188153,36.980644],[-89.176947,36.978324],[-89.164618,36.980839],[-89.152826,36.98477],[-89.143451,36.986845],[-89.1237,36.979643],[-89.11889,36.961918],[-89.125433,36.918559],[-89.124017,36.886747],[-89.125433,36.876982],[-89.130756,36.870365],[-89.140253,36.861625],[-89.149359,36.851176],[-89.153387,36.839433],[-89.149677,36.818412],[-89.13454,36.783329],[-89.132904,36.760917],[-89.140619,36.73455],[-89.180682,36.665312],[-89.205389,36.607572],[-89.226312,36.580522],[-89.253314,36.56912],[-89.28454,36.577616],[-89.310883,36.597563],[-89.334833,36.620463],[-89.358832,36.638017],[-89.370136,36.633061],[-89.376337,36.627445],[-89.386151,36.610063],[-89.400409,36.572514],[-89.40329,36.557255],[-89.419061,36.510478],[-89.424457,36.498954],[-89.427094,36.493388],[-89.449652,36.470854],[-89.466083,36.458036],[-89.478925,36.452421],[-89.505072,36.458183],[-89.50683,36.472953],[-89.497333,36.492973],[-89.494379,36.50142],[-89.489813,36.514482],[-89.502679,36.554399],[-89.536932,36.567875],[-89.569696,36.556376],[-89.577948,36.521342],[-89.569061,36.508842],[-89.559882,36.500151],[-89.555658,36.496171],[-89.547479,36.481547],[-89.55434,36.462992],[-89.555951,36.447465],[-89.533929,36.406156],[-89.530756,36.383525],[-89.541376,36.36165],[-89.559735,36.351737],[-89.583221,36.349198],[-89.609296,36.349418],[-89.628387,36.341484],[-89.62619,36.323149],[-89.611249,36.302592],[-89.592206,36.287944],[-89.567181,36.281401],[-89.557343,36.274736],[-89.561176,36.263725],[-89.571259,36.257377],[-89.583441,36.25474],[-89.676508,36.25186],[-89.694623,36.246977],[-89.640228,36.182328],[-89.613861,36.141703],[-89.622919,36.123442],[-89.638641,36.120195],[-89.657855,36.112211],[-89.674091,36.102201],[-89.680951,36.092729],[-89.685126,36.076249],[-89.715741,36.034696],[-89.723846,36.000492],[-89.725604,36.000541],[-89.727435,36.000566],[-89.729266,36.00059],[-89.731049,36.000639],[-89.873505,35.997416],[-90.015936,35.994194],[-90.158392,35.990971],[-90.3008,35.987773],[-90.373309,35.986186],[-90.379388,35.987724],[-90.381024,35.991703],[-90.381244,35.996147],[-90.377924,36.005717],[-90.342548,36.061479],[-90.333051,36.071513],[-90.316547,36.094291],[-90.304633,36.105278],[-90.298065,36.113285],[-90.294257,36.116874],[-90.289496,36.119755],[-90.283954,36.121757],[-90.264179,36.125639],[-90.25849,36.127519],[-90.253119,36.129936],[-90.248676,36.132817],[-90.244818,36.136869],[-90.242059,36.141679],[-90.239862,36.146977],[-90.238422,36.15225],[-90.236932,36.161259],[-90.235468,36.166313],[-90.232977,36.170976],[-90.229462,36.175297],[-90.225409,36.178935],[-90.215448,36.184452],[-90.209857,36.186528],[-90.197186,36.189579],[-90.174652,36.197221],[-90.143304,36.21143],[-90.13869,36.214506],[-90.134979,36.218388],[-90.132001,36.2231],[-90.129852,36.228178],[-90.125848,36.2481],[-90.123895,36.252641],[-90.120331,36.256205],[-90.115521,36.258842],[-90.090155,36.26519],[-90.084808,36.267436],[-90.079999,36.270463],[-90.075971,36.273954],[-90.072284,36.278129],[-90.069647,36.282426],[-90.067499,36.287358],[-90.066303,36.292314],[-90.066034,36.297514],[-90.070575,36.327079],[-90.070038,36.333329],[-90.063715,36.35706],[-90.062909,36.363261],[-90.062958,36.368901],[-90.064398,36.374369],[-90.066522,36.37913],[-90.069598,36.383305],[-90.073309,36.387016],[-90.077704,36.390605],[-90.082513,36.393705],[-90.115595,36.410331],[-90.119525,36.414067],[-90.122284,36.418412],[-90.123871,36.423564],[-90.124823,36.429057],[-90.1258,36.445121],[-90.126776,36.449638],[-90.128485,36.453202],[-90.132147,36.45601],[-90.137006,36.458549],[-90.141205,36.461503],[-90.143915,36.464945],[-90.153876,36.487382],[-90.159003,36.495341],[-90.160956,36.497563],[-90.162177,36.499833],[-90.231268,36.499833],[-90.505487,36.499833],[-90.779657,36.499833],[-91.053876,36.499833],[-91.328046,36.499833],[-91.564277,36.499833],[-91.60224,36.499833],[-91.876434,36.499833],[-92.150629,36.499833],[-92.424799,36.499833],[-92.698993,36.499833],[-92.973187,36.499833],[-93.247357,36.499833],[-93.521552,36.499833],[-93.795746,36.499833],[-94.06994,36.499833],[-94.344135,36.499833],[-94.618329,36.499833],[-94.618231,36.624809],[-94.618182,36.749809],[-94.61806,36.874809],[-94.618036,36.999809],[-94.617963,37.127494],[-94.617963,37.25518],[-94.617963,37.382914],[-94.617963,37.510575],[-94.617963,37.638285],[-94.617914,37.765971],[-94.617889,37.893656],[-94.617889,38.021366],[-94.617889,38.149101],[-94.617865,38.276786],[-94.617816,38.404472],[-94.617816,38.532182],[-94.617816,38.659916],[-94.617767,38.787602],[-94.617743,38.915336],[-94.617743,39.042997],[-94.617743,39.116191],[-94.617743,39.123149],[-94.62226,39.124491],[-94.623285,39.128007],[-94.623285,39.130888],[-94.624628,39.132499],[-94.610468,39.14434],[-94.612543,39.152812],[-94.6289,39.157719],[-94.652704,39.159257],[-94.655951,39.161064],[-94.658148,39.169853],[-94.663226,39.172904],[-94.668109,39.173271],[-94.678217,39.172514],[-94.693158,39.173783],[-94.724066,39.172904],[-94.746234,39.179887],[-94.790448,39.202787],[-94.810638,39.20767],[-94.829584,39.217289],[-94.833856,39.238383],[-94.835053,39.259477],[-94.844769,39.26912],[-94.879022,39.28726],[-94.900995,39.327153],[-94.908588,39.367021],[-94.899701,39.385185],[-94.943793,39.392631],[-94.94848,39.398149],[-94.95368,39.413993],[-94.95744,39.41995],[-94.999335,39.443583],[-95.017767,39.450102],[-95.025726,39.454081],[-95.035468,39.465507],[-95.057733,39.501127],[-95.063886,39.508695],[-95.080829,39.514823],[-95.098822,39.530229],[-95.110541,39.550346],[-95.108905,39.570756],[-95.101679,39.57371],[-95.07514,39.574931],[-95.063886,39.580693],[-95.060223,39.588945],[-95.059393,39.600102],[-95.060468,39.621659],[-95.053656,39.638847],[-95.037738,39.655863],[-95.005853,39.680619],[-94.99516,39.686405],[-94.986469,39.689628],[-94.980634,39.695976],[-94.977655,39.72039],[-94.974725,39.730546],[-94.969354,39.738725],[-94.961176,39.74207],[-94.912909,39.730986],[-94.890839,39.729594],[-94.874896,39.74207],[-94.872626,39.753398],[-94.878021,39.760307],[-94.885443,39.767436],[-94.889179,39.779643],[-94.888129,39.79102],[-94.883368,39.810649],[-94.882343,39.820903],[-94.891644,39.831181],[-94.935834,39.851664],[-94.950604,39.86558],[-94.941864,39.875712],[-94.941376,39.889408],[-94.948187,39.901396],[-94.961176,39.906547],[-94.984613,39.905839],[-95.001874,39.902885],[-95.016815,39.896488],[-95.046845,39.876152],[-95.067816,39.865556],[-95.09118,39.860722],[-95.112299,39.868681],[-95.13891,39.892778],[-95.149872,39.899125],[-95.161298,39.90269],[-95.182123,39.904496],[-95.190839,39.906547],[-95.199677,39.912602],[-95.204218,39.920097],[-95.208051,39.928446],[-95.214716,39.936967],[-95.223554,39.940092],[-95.236176,39.941654],[-95.247406,39.944242],[-95.260468,39.959696],[-95.317255,40.000102],[-95.344208,40.019267],[-95.361639,40.026713],[-95.408246,40.033573],[-95.41955,40.045048],[-95.421991,40.062504],[-95.417377,40.084672],[-95.407562,40.103593],[-95.403754,40.114189],[-95.406805,40.118852],[-95.43725,40.142729],[-95.443231,40.157402],[-95.457221,40.174394],[-95.485028,40.200761],[-95.468622,40.225712],[-95.46745,40.23809],[-95.478192,40.249174],[-95.495306,40.254228],[-95.531659,40.256303],[-95.546503,40.262211],[-95.558661,40.275321],[-95.567035,40.288871],[-95.57724,40.3012],[-95.594891,40.310624],[-95.6133,40.311528],[-95.633637,40.309184],[-95.649945,40.311039],[-95.656366,40.324272],[-95.643475,40.331498],[-95.634247,40.33831],[-95.629022,40.34539],[-95.631488,40.349272],[-95.643304,40.379521],[-95.659491,40.39832],[-95.663788,40.406205],[-95.664887,40.413432],[-95.663324,40.428031],[-95.663788,40.434135],[-95.671234,40.450297],[-95.688959,40.467118],[-95.697919,40.481913],[-95.698895,40.495707],[-95.695087,40.507426],[-95.696137,40.518315],[-95.711591,40.529716],[-95.735541,40.536528],[-95.755096,40.539482],[-95.768231,40.548735],[-95.773041,40.574418],[-95.767645,40.600468],[-95.767548,40.600444],[-95.767474,40.600444],[-95.767401,40.600444],[-95.767304,40.600419],[-95.767206,40.600419],[-95.767108,40.600419],[-95.767011,40.600419],[-95.766937,40.600419],[-95.76684,40.600419],[-95.766742,40.600419],[-95.766644,40.600419],[-95.766547,40.600419],[-95.766473,40.600419],[-95.766376,40.600419],[-95.766278,40.600419],[-95.76618,40.600419],[-95.766107,40.600419],[-95.766034,40.600419],[-95.765936,40.600419],[-95.765863,40.600419],[-95.765765,40.600419],[-95.765668,40.600419],[-95.76557,40.600419],[-95.765472,40.600419],[-95.765399,40.600419],[-95.765302,40.600419],[-95.765204,40.600419],[-95.765106,40.600419],[-95.765009,40.600419],[-95.764935,40.600419],[-95.764862,40.600419],[-95.764764,40.600419],[-95.764667,40.600419],[-95.764594,40.600419],[-95.76452,40.600419],[-95.764423,40.600419],[-95.764325,40.600419],[-95.764252,40.600419],[-95.764179,40.600419],[-95.764081,40.600419],[-95.763983,40.600419],[-95.763886,40.600419],[-95.763788,40.600419],[-95.763715,40.600419],[-95.763641,40.600395],[-95.763544,40.600395],[-95.763446,40.600395],[-95.763373,40.60037],[-95.7633,40.600346],[-95.763202,40.600346],[-95.763104,40.600346],[-95.763007,40.600346],[-95.762909,40.600346],[-95.762836,40.600346],[-95.762762,40.600346],[-95.762665,40.600346],[-95.762567,40.600346],[-95.76247,40.600346],[-95.762372,40.600346],[-95.762274,40.600346],[-95.762177,40.600346],[-95.762103,40.600346],[-95.76203,40.600346],[-95.761932,40.600346],[-95.664471,40.59832],[-95.567011,40.596293],[-95.46955,40.594267],[-95.372089,40.59224],[-95.259589,40.589506],[-95.147089,40.586772],[-95.034589,40.584037],[-94.922089,40.581303],[-94.811151,40.579203],[-94.700214,40.577128],[-94.589276,40.575053],[-94.478339,40.572953],[-94.362714,40.57349],[-94.247089,40.574003],[-94.131464,40.574516],[-94.015839,40.575053],[-93.902289,40.577665],[-93.788739,40.580278],[-93.675214,40.582865],[-93.561664,40.585478],[-93.444989,40.584428],[-93.328339,40.583403],[-93.211664,40.582353],[-93.094989,40.581303],[-92.908026,40.58599],[-92.721039,40.590678],[-92.534052,40.595365],[-92.463791,40.597127],[-92.347089,40.600053],[-92.246307,40.60142],[-92.145526,40.602787],[-92.044745,40.604154],[-91.943964,40.605522],[-91.83537,40.613334],[-91.730682,40.618803],[-91.722943,40.608866],[-91.718817,40.603715],[-91.700409,40.59412],[-91.696259,40.588066],[-91.695697,40.575053],[-91.693549,40.565458],[-91.689203,40.557865],[-91.682001,40.550834],[-91.672504,40.546098],[-91.650995,40.541874],[-91.627362,40.529716],[-91.625385,40.525834],[-91.620844,40.511796],[-91.616815,40.505839],[-91.612274,40.503105],[-91.607245,40.502177]]]},"type":"Feature","properties":{"postal":"MO","name":"Missouri","type":"State","center":[-92.38225880201188,38.327831477748305]}},"NE":{"geometry":{"type":"Polygon","coordinates":[[[-102.495526,43.000321],[-102.32514,43.000321],[-102.154755,43.000321],[-101.984418,43.000321],[-101.814056,43.000321],[-101.643695,43.000321],[-101.473309,43.000321],[-101.302924,43.000321],[-101.132562,43.000321],[-100.962177,43.000321],[-100.791815,43.000321],[-100.621478,43.000273],[-100.451117,43.000224],[-100.280756,43.000224],[-100.11037,43.000224],[-99.939984,43.000224],[-99.769623,43.000224],[-99.599262,43.000224],[-99.428925,43.000224],[-99.258563,43.000224],[-99.088153,43.000224],[-98.917792,43.000224],[-98.747406,43.000224],[-98.577045,43.000199],[-98.490985,43.000199],[-98.485101,43.000199],[-98.482025,42.998149],[-98.46181,42.979814],[-98.454218,42.974638],[-98.349164,42.92349],[-98.343182,42.922392],[-98.331268,42.921977],[-98.325775,42.921],[-98.284027,42.899906],[-98.242914,42.872441],[-98.10473,42.828349],[-98.094354,42.820121],[-98.090057,42.808305],[-98.078461,42.802494],[-98.006879,42.784086],[-97.979877,42.782328],[-97.952875,42.784086],[-97.941888,42.788383],[-97.921234,42.801737],[-97.914716,42.80457],[-97.910956,42.809404],[-97.898285,42.835893],[-97.894989,42.849223],[-97.886591,42.85767],[-97.875336,42.863066],[-97.863495,42.867265],[-97.838788,42.871513],[-97.770404,42.859819],[-97.729437,42.867265],[-97.716693,42.865336],[-97.696454,42.856254],[-97.68476,42.852958],[-97.6612,42.85413],[-97.622015,42.869584],[-97.599725,42.873466],[-97.527484,42.860307],[-97.500409,42.859819],[-97.301166,42.887089],[-97.275848,42.884281],[-97.255341,42.876445],[-97.238153,42.864457],[-97.208173,42.835404],[-97.171649,42.809892],[-97.150336,42.798368],[-97.127264,42.789628],[-97.103607,42.785453],[-97.051337,42.784086],[-97.041473,42.782035],[-97.019476,42.773051],[-96.992377,42.768901],[-96.982831,42.763652],[-96.975726,42.756767],[-96.965375,42.749955],[-96.947089,42.745146],[-96.856952,42.740092],[-96.839325,42.732231],[-96.825702,42.72122],[-96.814545,42.708964],[-96.808026,42.699223],[-96.804657,42.692216],[-96.799384,42.686796],[-96.787225,42.681669],[-96.774579,42.679643],[-96.732929,42.681669],[-96.722577,42.680644],[-96.708856,42.677494],[-96.696796,42.672172],[-96.691644,42.664579],[-96.694647,42.655351],[-96.700751,42.648295],[-96.70578,42.639994],[-96.705292,42.62703],[-96.693549,42.61519],[-96.652264,42.591581],[-96.643231,42.575541],[-96.639447,42.556205],[-96.628534,42.542582],[-96.611298,42.534306],[-96.48266,42.518339],[-96.438446,42.512846],[-96.414545,42.506596],[-96.39743,42.496684],[-96.383514,42.4554],[-96.397211,42.411308],[-96.402167,42.368998],[-96.368451,42.338432],[-96.367206,42.32227],[-96.353095,42.313359],[-96.342352,42.300199],[-96.336493,42.283329],[-96.33476,42.260209],[-96.339374,42.240873],[-96.347675,42.224198],[-96.351337,42.205741],[-96.342206,42.181401],[-96.327899,42.165824],[-96.294379,42.148783],[-96.276727,42.136698],[-96.265668,42.119535],[-96.263812,42.100663],[-96.264301,42.080082],[-96.260272,42.057865],[-96.232416,42.028935],[-96.190643,42.01016],[-96.15434,41.987821],[-96.142963,41.948002],[-96.146356,41.938383],[-96.156268,41.918827],[-96.157221,41.90706],[-96.153436,41.898051],[-96.137665,41.871611],[-96.133026,41.866069],[-96.074042,41.818901],[-96.064227,41.795951],[-96.068036,41.776518],[-96.076654,41.758451],[-96.081488,41.739457],[-96.080243,41.725932],[-96.078973,41.720292],[-96.08161,41.715702],[-96.092059,41.705302],[-96.098554,41.697245],[-96.10119,41.689653],[-96.101898,41.647074],[-96.099042,41.624687],[-96.091571,41.606645],[-96.077777,41.599174],[-96.077655,41.590409],[-96.083417,41.570683],[-96.082147,41.549809],[-96.061029,41.537724],[-96.04848,41.538774],[-96.028534,41.548393],[-96.020038,41.550761],[-96.008124,41.547636],[-95.995673,41.540824],[-95.987665,41.534013],[-95.989032,41.530912],[-95.994159,41.526029],[-95.999847,41.514726],[-96.004511,41.501884],[-96.006415,41.492411],[-96.000458,41.480375],[-95.986591,41.474028],[-95.945746,41.467094],[-95.937323,41.467436],[-95.930878,41.464921],[-95.924481,41.45457],[-95.9341,41.413603],[-95.934467,41.402299],[-95.957977,41.338481],[-95.941742,41.331645],[-95.896552,41.319975],[-95.879169,41.317997],[-95.869769,41.308842],[-95.884491,41.289335],[-95.906,41.271293],[-95.917035,41.266484],[-95.924823,41.224101],[-95.923846,41.207646],[-95.910175,41.195121],[-95.865375,41.18394],[-95.852777,41.175883],[-95.876044,41.167167],[-95.870917,41.152006],[-95.868744,41.120121],[-95.862421,41.105741],[-95.87619,41.077543],[-95.882294,41.070976],[-95.882294,41.064775],[-95.877655,41.062504],[-95.875653,41.059526],[-95.873895,41.055619],[-95.869843,41.050492],[-95.864423,41.042851],[-95.867963,41.037577],[-95.873969,41.032133],[-95.876044,41.023808],[-95.870966,41.012113],[-95.86264,41.004521],[-95.845038,40.992778],[-95.838251,40.982353],[-95.837836,40.972831],[-95.841913,40.951811],[-95.840106,40.938481],[-95.827655,40.913945],[-95.824774,40.888969],[-95.830243,40.869975],[-95.838007,40.851493],[-95.841913,40.827983],[-95.839716,40.816069],[-95.829852,40.802568],[-95.827655,40.794145],[-95.848114,40.76995],[-95.862445,40.75872],[-95.866888,40.753129],[-95.869843,40.742631],[-95.869305,40.728886],[-95.864227,40.720903],[-95.858368,40.714311],[-95.85556,40.70474],[-95.844721,40.688212],[-95.792084,40.671],[-95.773041,40.660673],[-95.763104,40.638969],[-95.764179,40.616972],[-95.767645,40.600468],[-95.773041,40.574418],[-95.768231,40.548735],[-95.755096,40.539482],[-95.735541,40.536528],[-95.711591,40.529716],[-95.696137,40.518315],[-95.695087,40.507426],[-95.698895,40.495707],[-95.697919,40.481913],[-95.688959,40.467118],[-95.671234,40.450297],[-95.663788,40.434135],[-95.663324,40.428031],[-95.664887,40.413432],[-95.663788,40.406205],[-95.659491,40.39832],[-95.643304,40.379521],[-95.631488,40.349272],[-95.629022,40.34539],[-95.634247,40.33831],[-95.643475,40.331498],[-95.656366,40.324272],[-95.649945,40.311039],[-95.633637,40.309184],[-95.6133,40.311528],[-95.594891,40.310624],[-95.57724,40.3012],[-95.567035,40.288871],[-95.558661,40.275321],[-95.546503,40.262211],[-95.531659,40.256303],[-95.495306,40.254228],[-95.478192,40.249174],[-95.46745,40.23809],[-95.468622,40.225712],[-95.485028,40.200761],[-95.457221,40.174394],[-95.443231,40.157402],[-95.43725,40.142729],[-95.406805,40.118852],[-95.403754,40.114189],[-95.407562,40.103593],[-95.417377,40.084672],[-95.421991,40.062504],[-95.41955,40.045048],[-95.408246,40.033573],[-95.361639,40.026713],[-95.344208,40.019267],[-95.317255,40.000102],[-95.526849,40.000102],[-95.736444,40.000102],[-95.946063,40.000102],[-96.155658,40.000102],[-96.365253,40.000102],[-96.574847,40.000102],[-96.784442,40.000102],[-96.994061,40.000102],[-97.203656,40.000102],[-97.413251,40.000102],[-97.622846,40.000102],[-97.83244,40.000102],[-98.042059,40.000102],[-98.251654,40.000102],[-98.461249,40.000102],[-98.670844,40.000102],[-98.880438,40.000102],[-99.090057,40.000102],[-99.299628,40.000102],[-99.509222,40.000102],[-99.718817,40.000102],[-99.928412,40.000102],[-100.138007,40.000102],[-100.347626,40.000102],[-100.557221,40.000102],[-100.766815,40.000102],[-100.97641,40.000102],[-101.186005,40.000102],[-101.395624,40.000102],[-101.605219,40.000102],[-101.814838,40.000102],[-102.051263,40.000102],[-102.051312,40.062577],[-102.051312,40.125053],[-102.051361,40.187504],[-102.05141,40.249955],[-102.05141,40.312431],[-102.051483,40.374906],[-102.051532,40.437406],[-102.051556,40.499858],[-102.051581,40.562333],[-102.05163,40.624784],[-102.05163,40.687236],[-102.051679,40.749711],[-102.051703,40.812236],[-102.051703,40.874662],[-102.051727,40.937138],[-102.051801,40.999589],[-102.116962,40.999589],[-102.236005,40.999589],[-102.355048,40.999613],[-102.474091,40.999662],[-102.593109,40.999662],[-102.712152,40.999662],[-102.831171,40.999662],[-102.950262,40.999662],[-103.069257,40.999711],[-103.1883,40.999736],[-103.307343,40.999736],[-103.426386,40.999736],[-103.545404,40.999736],[-103.664471,40.999736],[-103.783539,40.99976],[-103.902533,40.999833],[-104.053729,40.999833],[-104.052924,41.124858],[-104.052924,41.249882],[-104.052484,41.374906],[-104.052362,41.499955],[-104.052972,41.62498],[-104.052899,41.750004],[-104.052997,41.875077],[-104.052704,42.000126],[-104.052606,42.125126],[-104.052802,42.250199],[-104.052802,42.375248],[-104.053095,42.500248],[-104.052606,42.625297],[-104.052802,42.750297],[-104.052997,42.87537],[-104.053119,43.00037],[-103.85849,43.00037],[-103.68808,43.00037],[-103.517694,43.00037],[-103.347333,43.00037],[-103.176947,43.00037],[-103.00661,43.00037],[-102.836273,43.00037],[-102.665887,43.000346],[-102.495526,43.000321]]]},"type":"Feature","properties":{"postal":"NE","name":"Nebraska","type":"State","center":[-100.1371742112483,41.879799845938805]}},"OK":{"geometry":{"type":"Polygon","coordinates":[[[-94.618329,36.499833],[-94.595917,36.360624],[-94.573505,36.221415],[-94.551093,36.082182],[-94.52868,35.942997],[-94.506317,35.803813],[-94.483905,35.664628],[-94.461469,35.525444],[-94.439081,35.38621],[-94.444721,35.168827],[-94.450336,34.951518],[-94.455975,34.734159],[-94.461591,34.516801],[-94.46723,34.299467],[-94.472821,34.082109],[-94.478461,33.86475],[-94.4841,33.647416],[-94.489398,33.648466],[-94.51474,33.649272],[-94.532904,33.656864],[-94.532904,33.650004],[-94.580341,33.663481],[-94.594965,33.669877],[-94.591742,33.675541],[-94.588446,33.679252],[-94.609857,33.681059],[-94.635956,33.677323],[-94.643573,33.685795],[-94.655048,33.691581],[-94.66872,33.695414],[-94.683099,33.697782],[-94.689471,33.697319],[-94.701068,33.692778],[-94.707929,33.691581],[-94.713666,33.693608],[-94.722186,33.702616],[-94.739618,33.709989],[-94.755487,33.733427],[-94.769696,33.738774],[-94.781928,33.739653],[-94.807245,33.746195],[-94.872748,33.755912],[-94.910272,33.786576],[-94.924921,33.808427],[-94.930145,33.814506],[-94.939911,33.820414],[-94.948676,33.823564],[-94.954999,33.829765],[-94.95744,33.844926],[-94.960077,33.849711],[-94.966522,33.855253],[-94.974481,33.859794],[-94.981659,33.86165],[-95.0164,33.862577],[-95.031757,33.866728],[-95.047455,33.875932],[-95.079413,33.903056],[-95.096991,33.912992],[-95.128314,33.91934],[-95.13371,33.925151],[-95.137665,33.932109],[-95.143036,33.938041],[-95.154315,33.944194],[-95.220306,33.962944],[-95.236737,33.960673],[-95.255682,33.947953],[-95.261786,33.933061],[-95.263251,33.915458],[-95.268597,33.90457],[-95.280194,33.910063],[-95.286249,33.902104],[-95.293744,33.8981],[-95.30285,33.894975],[-95.313715,33.889604],[-95.324847,33.895341],[-95.331757,33.895512],[-95.334833,33.886503],[-95.335492,33.878617],[-95.337689,33.874369],[-95.341913,33.871781],[-95.348456,33.86912],[-95.35705,33.868217],[-95.440595,33.870536],[-95.451508,33.86912],[-95.457831,33.876176],[-95.464423,33.880522],[-95.472015,33.882792],[-95.48161,33.883403],[-95.486078,33.881181],[-95.491962,33.877177],[-95.497089,33.875321],[-95.49931,33.879667],[-95.503436,33.88455],[-95.505707,33.888017],[-95.505536,33.889604],[-95.537128,33.889921],[-95.549774,33.895732],[-95.540253,33.910063],[-95.54809,33.925541],[-95.559125,33.933232],[-95.571893,33.938871],[-95.584955,33.947953],[-95.598114,33.952079],[-95.609515,33.943461],[-95.622821,33.924369],[-95.630389,33.924662],[-95.646991,33.929765],[-95.650116,33.92747],[-95.673724,33.916899],[-95.683954,33.914823],[-95.69516,33.909623],[-95.705096,33.902934],[-95.711591,33.89644],[-95.721991,33.897294],[-95.736981,33.895658],[-95.769623,33.89644],[-95.776556,33.890019],[-95.772284,33.861869],[-95.78327,33.855448],[-95.790155,33.857597],[-95.795575,33.86226],[-95.800946,33.86912],[-95.808881,33.866874],[-95.81474,33.86226],[-95.820819,33.855448],[-95.848895,33.851493],[-95.860394,33.853959],[-95.916962,33.884062],[-95.927582,33.893022],[-95.937885,33.895561],[-95.950458,33.889457],[-95.96098,33.879985],[-95.965424,33.872538],[-95.972528,33.873027],[-95.987836,33.866264],[-96.006415,33.855448],[-96.040204,33.84329],[-96.054218,33.841801],[-96.105414,33.841801],[-96.115302,33.839701],[-96.135858,33.830278],[-96.146698,33.828178],[-96.156415,33.821171],[-96.174091,33.786723],[-96.183905,33.773539],[-96.202728,33.763676],[-96.22077,33.76204],[-96.263373,33.766044],[-96.28952,33.763041],[-96.295868,33.754057],[-96.295477,33.739115],[-96.301215,33.718315],[-96.328778,33.70186],[-96.358612,33.725614],[-96.387054,33.762821],[-96.410468,33.786576],[-96.428705,33.789726],[-96.496454,33.786576],[-96.504047,33.789921],[-96.507806,33.797856],[-96.510199,33.807133],[-96.513495,33.814506],[-96.518915,33.818754],[-96.540814,33.828178],[-96.540887,33.828178],[-96.581976,33.838725],[-96.594232,33.84976],[-96.598065,33.853373],[-96.601068,33.857768],[-96.602509,33.862846],[-96.602557,33.868266],[-96.600702,33.873222],[-96.589862,33.891899],[-96.592499,33.897831],[-96.6008,33.904887],[-96.625555,33.913383],[-96.639276,33.916166],[-96.649359,33.915971],[-96.654535,33.913481],[-96.658807,33.910185],[-96.665155,33.901664],[-96.67807,33.870658],[-96.68078,33.865898],[-96.684003,33.861698],[-96.687616,33.85789],[-96.691962,33.854618],[-96.699481,33.851689],[-96.709686,33.849247],[-96.728851,33.847172],[-96.739813,33.847612],[-96.748407,33.848881],[-96.753705,33.851371],[-96.779828,33.867875],[-96.790106,33.872196],[-96.798309,33.873344],[-96.833954,33.869291],[-96.843524,33.869926],[-96.850775,33.871928],[-96.85556,33.874833],[-96.867621,33.885331],[-96.873895,33.893656],[-96.878558,33.903422],[-96.88476,33.931571],[-96.889203,33.941459],[-96.894061,33.946269],[-96.900897,33.950834],[-96.91452,33.955937],[-96.924091,33.957328],[-96.932709,33.957328],[-96.966888,33.952079],[-96.972601,33.950004],[-96.977875,33.947538],[-96.985077,33.939897],[-96.984174,33.926835],[-96.986542,33.902641],[-97.002167,33.875321],[-97.01767,33.858549],[-97.039813,33.853593],[-97.075238,33.86165],[-97.073846,33.846195],[-97.066571,33.839408],[-97.058539,33.834428],[-97.054755,33.824418],[-97.059149,33.817265],[-97.078314,33.807914],[-97.082684,33.797123],[-97.084955,33.767924],[-97.093817,33.742338],[-97.112518,33.726103],[-97.14411,33.725126],[-97.167548,33.737577],[-97.187177,33.760112],[-97.20058,33.786576],[-97.205585,33.810771],[-97.201337,33.82769],[-97.182416,33.852934],[-97.177655,33.86912],[-97.180316,33.881596],[-97.188104,33.892875],[-97.199188,33.90247],[-97.211786,33.910063],[-97.217987,33.906987],[-97.230585,33.902714],[-97.236005,33.89954],[-97.240424,33.894828],[-97.243646,33.887382],[-97.261444,33.861772],[-97.267035,33.855448],[-97.293744,33.875444],[-97.30578,33.877983],[-97.321649,33.86912],[-97.323846,33.866093],[-97.329486,33.855912],[-97.332489,33.851737],[-97.337762,33.847343],[-97.348212,33.841923],[-97.352679,33.838407],[-97.360443,33.833647],[-97.371747,33.830497],[-97.436444,33.826957],[-97.45246,33.835356],[-97.458832,33.858549],[-97.461249,33.879277],[-97.469257,33.892143],[-97.484003,33.899296],[-97.506635,33.902641],[-97.570941,33.898979],[-97.585736,33.906352],[-97.594745,33.925004],[-97.593915,33.962113],[-97.602826,33.978984],[-97.640643,33.994511],[-97.679974,33.9835],[-97.71496,33.960038],[-97.800751,33.887846],[-97.840228,33.868022],[-97.884003,33.86165],[-97.926654,33.873149],[-97.949286,33.883158],[-97.9591,33.893022],[-97.956683,33.907865],[-97.95495,33.914067],[-97.952875,33.924369],[-97.946088,33.945024],[-97.94621,33.954667],[-97.952875,33.965312],[-97.946649,33.977055],[-97.948602,33.987431],[-97.955951,33.995317],[-97.965936,33.993266],[-98.001434,34.003569],[-98.050507,34.011918],[-98.088397,34.027836],[-98.090057,34.060917],[-98.095331,34.082109],[-98.091278,34.11182],[-98.090668,34.138285],[-98.106512,34.149662],[-98.131879,34.146488],[-98.178778,34.132353],[-98.20954,34.129179],[-98.34328,34.143461],[-98.368597,34.137529],[-98.384296,34.122904],[-98.396405,34.10474],[-98.410956,34.088212],[-98.416547,34.079008],[-98.440692,34.075297],[-98.490692,34.075175],[-98.50578,34.082572],[-98.539179,34.11497],[-98.551874,34.122367],[-98.55871,34.127787],[-98.574725,34.151689],[-98.586005,34.157109],[-98.618549,34.162919],[-98.630682,34.163334],[-98.653168,34.159672],[-98.720062,34.136625],[-98.732147,34.142094],[-98.857538,34.164799],[-98.877704,34.17078],[-98.952826,34.211723],[-98.975262,34.215898],[-98.991351,34.212748],[-99.007098,34.207231],[-99.028558,34.204301],[-99.048529,34.206547],[-99.086444,34.216313],[-99.10705,34.218583],[-99.153534,34.216923],[-99.175922,34.22061],[-99.193036,34.232231],[-99.197137,34.248295],[-99.199725,34.302445],[-99.196137,34.31414],[-99.192059,34.322221],[-99.209393,34.33975],[-99.240204,34.362553],[-99.249481,34.378324],[-99.255682,34.396562],[-99.265497,34.411552],[-99.285516,34.417802],[-99.304804,34.418876],[-99.314887,34.420805],[-99.323358,34.424003],[-99.33205,34.43101],[-99.3362,34.438261],[-99.339081,34.445243],[-99.343866,34.451322],[-99.362372,34.46226],[-99.377362,34.462699],[-99.387396,34.451445],[-99.393378,34.401664],[-99.401386,34.386381],[-99.416473,34.380375],[-99.440057,34.382426],[-99.460809,34.389311],[-99.499017,34.40684],[-99.547284,34.412455],[-99.556122,34.410356],[-99.564984,34.405644],[-99.576508,34.394633],[-99.583466,34.389897],[-99.601727,34.385038],[-99.66225,34.389897],[-99.680804,34.394682],[-99.693573,34.406156],[-99.713153,34.430839],[-99.882001,34.564921],[-99.891693,34.570414],[-99.913837,34.573832],[-99.922968,34.578251],[-99.938397,34.581987],[-99.983319,34.576713],[-99.999286,34.575468],[-99.999286,34.585697],[-99.999384,34.632035],[-99.999579,34.745683],[-99.999725,34.85933],[-99.999921,34.973002],[-100.000116,35.08665],[-100.000311,35.200273],[-100.000507,35.31392],[-100.000678,35.427592],[-100.000897,35.541239],[-100.001093,35.654936],[-100.001288,35.768534],[-100.001434,35.882157],[-100.00163,35.995854],[-100.001825,36.109477],[-100.001971,36.223173],[-100.002191,36.33682],[-100.002362,36.450444],[-100.002387,36.499858],[-100.013422,36.500053],[-100.067841,36.500053],[-100.100775,36.500053],[-100.193866,36.500053],[-100.338471,36.500053],[-100.526044,36.500102],[-100.747968,36.500102],[-100.995697,36.500151],[-101.26059,36.500151],[-101.534076,36.500151],[-101.807538,36.500151],[-102.072455,36.500151],[-102.320184,36.500175],[-102.542108,36.500175],[-102.729657,36.500199],[-102.874286,36.500199],[-102.967352,36.500199],[-103.000238,36.500199],[-103.00036,36.625126],[-103.000531,36.750004],[-103.000678,36.874882],[-103.0008,36.999809],[-102.877313,36.999809],[-102.753803,36.999809],[-102.630292,36.999809],[-102.506757,36.999809],[-102.383246,36.999809],[-102.259735,36.999809],[-102.1362,36.999809],[-102.039569,36.999809],[-101.781659,36.999809],[-101.550604,36.999809],[-101.319525,36.999809],[-101.088422,36.999809],[-100.857318,36.999809],[-100.626239,36.999809],[-100.395136,36.999809],[-100.164056,36.999809],[-99.932977,36.999809],[-99.701874,36.999809],[-99.470795,36.999809],[-99.239691,36.999809],[-99.008612,36.999809],[-98.777509,36.999809],[-98.546454,36.999809],[-98.31535,36.999809],[-98.084271,36.999809],[-97.853217,36.999809],[-97.622137,36.999809],[-97.391058,36.999809],[-97.159955,36.999809],[-96.928851,36.999809],[-96.697772,36.999809],[-96.466693,36.999809],[-96.23559,36.999809],[-96.004511,36.999809],[-95.773407,36.999809],[-95.542328,36.999809],[-95.311224,36.999809],[-95.080145,36.999809],[-94.849091,36.999809],[-94.618036,36.999809],[-94.61806,36.874809],[-94.618182,36.749809],[-94.618231,36.624809],[-94.618329,36.499833]]]},"type":"Feature","properties":{"postal":"OK","name":"Oklahoma","type":"State","center":[-97.28395061728395,35.49133174672086]}},"SD":{"geometry":{"type":"Polygon","coordinates":[[[-103.77807,45.941996],[-103.545087,45.941996],[-103.312177,45.941996],[-103.079218,45.941996],[-102.846259,45.941996],[-102.6133,45.941996],[-102.380341,45.941996],[-102.147382,45.941996],[-101.914423,45.941996],[-101.681488,45.941996],[-101.448505,45.941996],[-101.215546,45.941947],[-100.982587,45.941899],[-100.749579,45.941899],[-100.516644,45.941899],[-100.283685,45.941899],[-100.050726,45.941899],[-99.817792,45.941899],[-99.584784,45.941899],[-99.351825,45.941874],[-99.118866,45.94185],[-98.885907,45.94185],[-98.652948,45.94185],[-98.420013,45.94185],[-98.187054,45.94185],[-97.954096,45.94185],[-97.721137,45.94185],[-97.488178,45.941801],[-97.255219,45.941752],[-97.022284,45.941752],[-96.789276,45.941752],[-96.556342,45.941752],[-96.562787,45.931401],[-96.56601,45.927592],[-96.569525,45.92227],[-96.572089,45.917045],[-96.581,45.856108],[-96.587689,45.838847],[-96.607977,45.812895],[-96.637909,45.763529],[-96.64162,45.759013],[-96.649603,45.751103],[-96.659198,45.743974],[-96.68598,45.728617],[-96.758856,45.69871],[-96.769159,45.692289],[-96.791962,45.673783],[-96.829877,45.654423],[-96.838934,45.649174],[-96.846405,45.642948],[-96.858807,45.621879],[-96.863055,45.600761],[-96.836493,45.57559],[-96.787103,45.535136],[-96.766669,45.512016],[-96.730438,45.451249],[-96.708246,45.421611],[-96.688153,45.408964],[-96.609003,45.402909],[-96.566473,45.393534],[-96.537323,45.378276],[-96.526483,45.369487],[-96.502655,45.35496],[-96.492938,45.347514],[-96.465546,45.309843],[-96.458807,45.299711],[-96.453607,45.296562],[-96.453607,45.296293],[-96.453607,45.257548],[-96.453558,45.03787],[-96.453558,44.818241],[-96.453558,44.598539],[-96.453558,44.378837],[-96.453558,44.159159],[-96.453558,43.939482],[-96.453558,43.719804],[-96.453558,43.500126],[-96.595282,43.498905],[-96.598554,43.496464],[-96.596381,43.48975],[-96.592987,43.484379],[-96.590643,43.478031],[-96.590106,43.47078],[-96.592426,43.459867],[-96.593182,43.45081],[-96.592523,43.44246],[-96.587616,43.43311],[-96.582855,43.427543],[-96.564423,43.412333],[-96.556537,43.404228],[-96.539276,43.38975],[-96.535614,43.385673],[-96.533075,43.375077],[-96.533466,43.323539],[-96.536737,43.298954],[-96.539276,43.295487],[-96.543182,43.292094],[-96.548578,43.289628],[-96.555463,43.288627],[-96.570062,43.28997],[-96.576727,43.28914],[-96.579584,43.28455],[-96.578583,43.277714],[-96.570258,43.266874],[-96.562958,43.26248],[-96.55744,43.258354],[-96.556195,43.254716],[-96.559149,43.251152],[-96.567865,43.243779],[-96.571137,43.239433],[-96.572308,43.234086],[-96.570624,43.228569],[-96.56452,43.223466],[-96.556854,43.221293],[-96.548578,43.22078],[-96.533026,43.221391],[-96.510199,43.218388],[-96.50329,43.218388],[-96.493085,43.219267],[-96.486591,43.218803],[-96.480804,43.21663],[-96.476825,43.212895],[-96.474213,43.20811],[-96.470917,43.197319],[-96.462372,43.153739],[-96.459442,43.14373],[-96.456488,43.13621],[-96.45517,43.129716],[-96.455389,43.121733],[-96.46601,43.081547],[-96.469867,43.074589],[-96.474139,43.069145],[-96.507391,43.045268],[-96.509393,43.04058],[-96.50932,43.035014],[-96.505145,43.029301],[-96.501483,43.025688],[-96.499725,43.022636],[-96.498846,43.018046],[-96.501263,43.011064],[-96.507855,42.997367],[-96.512225,42.992387],[-96.512616,42.991215],[-96.512958,42.988578],[-96.512372,42.985112],[-96.510956,42.965531],[-96.514984,42.95391],[-96.518768,42.947514],[-96.537323,42.932182],[-96.538617,42.929838],[-96.53996,42.923075],[-96.542035,42.89578],[-96.544379,42.887968],[-96.546405,42.8835],[-96.550092,42.881156],[-96.554852,42.877397],[-96.556805,42.873075],[-96.558514,42.866996],[-96.559467,42.853813],[-96.560907,42.848344],[-96.563422,42.844511],[-96.567157,42.8429],[-96.582855,42.837846],[-96.586224,42.836161],[-96.590204,42.833378],[-96.59411,42.829667],[-96.597235,42.825346],[-96.599652,42.820219],[-96.601727,42.814604],[-96.604193,42.809428],[-96.607269,42.805058],[-96.622748,42.788334],[-96.631122,42.774247],[-96.635223,42.764775],[-96.637958,42.751054],[-96.635541,42.742924],[-96.630512,42.732475],[-96.614691,42.714189],[-96.605487,42.705937],[-96.597626,42.700297],[-96.544208,42.670463],[-96.535248,42.664018],[-96.527289,42.65706],[-96.524188,42.653178],[-96.523016,42.649076],[-96.526483,42.644731],[-96.537177,42.637919],[-96.538422,42.636674],[-96.541303,42.632695],[-96.541669,42.63018],[-96.540204,42.627275],[-96.522894,42.619584],[-96.518085,42.616874],[-96.514032,42.613505],[-96.510419,42.609428],[-96.503827,42.600077],[-96.500971,42.594291],[-96.499603,42.58831],[-96.500336,42.58018],[-96.499457,42.573979],[-96.494769,42.568461],[-96.489301,42.565751],[-96.482172,42.553691],[-96.48266,42.518339],[-96.611298,42.534306],[-96.628534,42.542582],[-96.639447,42.556205],[-96.643231,42.575541],[-96.652264,42.591581],[-96.693549,42.61519],[-96.705292,42.62703],[-96.70578,42.639994],[-96.700751,42.648295],[-96.694647,42.655351],[-96.691644,42.664579],[-96.696796,42.672172],[-96.708856,42.677494],[-96.722577,42.680644],[-96.732929,42.681669],[-96.774579,42.679643],[-96.787225,42.681669],[-96.799384,42.686796],[-96.804657,42.692216],[-96.808026,42.699223],[-96.814545,42.708964],[-96.825702,42.72122],[-96.839325,42.732231],[-96.856952,42.740092],[-96.947089,42.745146],[-96.965375,42.749955],[-96.975726,42.756767],[-96.982831,42.763652],[-96.992377,42.768901],[-97.019476,42.773051],[-97.041473,42.782035],[-97.051337,42.784086],[-97.103607,42.785453],[-97.127264,42.789628],[-97.150336,42.798368],[-97.171649,42.809892],[-97.208173,42.835404],[-97.238153,42.864457],[-97.255341,42.876445],[-97.275848,42.884281],[-97.301166,42.887089],[-97.500409,42.859819],[-97.527484,42.860307],[-97.599725,42.873466],[-97.622015,42.869584],[-97.6612,42.85413],[-97.68476,42.852958],[-97.696454,42.856254],[-97.716693,42.865336],[-97.729437,42.867265],[-97.770404,42.859819],[-97.838788,42.871513],[-97.863495,42.867265],[-97.875336,42.863066],[-97.886591,42.85767],[-97.894989,42.849223],[-97.898285,42.835893],[-97.910956,42.809404],[-97.914716,42.80457],[-97.921234,42.801737],[-97.941888,42.788383],[-97.952875,42.784086],[-97.979877,42.782328],[-98.006879,42.784086],[-98.078461,42.802494],[-98.090057,42.808305],[-98.094354,42.820121],[-98.10473,42.828349],[-98.242914,42.872441],[-98.284027,42.899906],[-98.325775,42.921],[-98.331268,42.921977],[-98.343182,42.922392],[-98.349164,42.92349],[-98.454218,42.974638],[-98.46181,42.979814],[-98.482025,42.998149],[-98.485101,43.000199],[-98.490985,43.000199],[-98.577045,43.000199],[-98.747406,43.000224],[-98.917792,43.000224],[-99.088153,43.000224],[-99.258563,43.000224],[-99.428925,43.000224],[-99.599262,43.000224],[-99.769623,43.000224],[-99.939984,43.000224],[-100.11037,43.000224],[-100.280756,43.000224],[-100.451117,43.000224],[-100.621478,43.000273],[-100.791815,43.000321],[-100.962177,43.000321],[-101.132562,43.000321],[-101.302924,43.000321],[-101.473309,43.000321],[-101.643695,43.000321],[-101.814056,43.000321],[-101.984418,43.000321],[-102.154755,43.000321],[-102.32514,43.000321],[-102.495526,43.000321],[-102.665887,43.000346],[-102.836273,43.00037],[-103.00661,43.00037],[-103.176947,43.00037],[-103.347333,43.00037],[-103.517694,43.00037],[-103.68808,43.00037],[-103.85849,43.00037],[-104.053119,43.00037],[-104.053485,43.12537],[-104.053949,43.250395],[-104.054681,43.375346],[-104.054828,43.500321],[-104.05495,43.625273],[-104.055145,43.750248],[-104.055365,43.875248],[-104.054681,44.000224],[-104.054584,44.125224],[-104.055389,44.250224],[-104.055634,44.375224],[-104.055902,44.500175],[-104.055731,44.625834],[-104.055829,44.748979],[-104.056122,44.875102],[-104.056659,45.000102],[-104.039301,44.999931],[-104.038593,45.012455],[-104.038666,45.070024],[-104.039764,45.182524],[-104.040472,45.290971],[-104.041229,45.399516],[-104.041962,45.508012],[-104.042694,45.616508],[-104.043427,45.725004],[-104.044183,45.833525],[-104.044891,45.942021],[-103.77807,45.941996]]]},"type":"Feature","properties":{"postal":"SD","name":"South Dakota","type":"State","center":[-100.42981252857795,44.75333090833709]}},"LA":{"geometry":{"type":"MultiPolygon","coordinates":[[[[-90.879628,29.051256],[-90.91511,29.051256],[-90.943715,29.060777],[-90.903188,29.057196],[-90.879628,29.051256]]],[[[-90.643951,29.070624],[-90.656321,29.063218],[-90.67276,29.057278],[-90.74942,29.040961],[-90.765207,29.040961],[-90.767161,29.047065],[-90.73998,29.052883],[-90.735015,29.057603],[-90.714101,29.065416],[-90.708241,29.065416],[-90.705434,29.061754],[-90.696848,29.059231],[-90.684071,29.060858],[-90.676625,29.065172],[-90.673573,29.067939],[-90.657094,29.06684],[-90.652089,29.067206],[-90.648834,29.069403],[-90.642201,29.072943],[-90.643951,29.070624]]],[[[-90.413971,29.052436],[-90.413401,29.04857],[-90.420155,29.048733],[-90.464589,29.057807],[-90.512359,29.074856],[-90.510976,29.080308],[-90.452301,29.069566],[-90.428578,29.061225],[-90.417388,29.055487],[-90.413971,29.052436]]],[[[-90.283844,29.078559],[-90.346547,29.058051],[-90.318593,29.078559],[-90.31078,29.082424],[-90.302561,29.084906],[-90.293609,29.086127],[-90.283844,29.086005],[-90.283844,29.078559]]],[[[-90.450022,29.235093],[-90.452545,29.224026],[-90.453603,29.237982],[-90.446278,29.260321],[-90.43456,29.264472],[-90.433827,29.255113],[-90.440256,29.247707],[-90.446767,29.242133],[-90.450022,29.235093]]],[[[-90.023752,29.216376],[-90.030629,29.216376],[-90.024281,29.238471],[-90.001698,29.249091],[-89.976633,29.256903],[-89.962961,29.270982],[-89.955474,29.270982],[-89.962961,29.264146],[-89.955474,29.25731],[-89.976145,29.245063],[-90.010365,29.229438],[-90.023752,29.216376]]],[[[-89.914459,29.284857],[-89.92927,29.276597],[-89.938954,29.277248],[-89.933827,29.284573],[-89.927846,29.288153],[-89.92276,29.289293],[-89.913157,29.290229],[-89.914459,29.284857]]],[[[-89.182607,29.473131],[-89.203236,29.469143],[-89.221832,29.469631],[-89.187815,29.480373],[-89.173004,29.489325],[-89.167836,29.50373],[-89.163157,29.504462],[-89.16161,29.50316],[-89.161366,29.500637],[-89.16039,29.497504],[-89.166249,29.482367],[-89.182607,29.473131]]],[[[-90.104644,29.511379],[-90.095815,29.510077],[-90.081776,29.511298],[-90.061106,29.504543],[-90.053578,29.500474],[-90.04898,29.496649],[-90.041086,29.493394],[-90.0301,29.490912],[-90.020416,29.48664],[-90.014556,29.478583],[-90.018056,29.474351],[-90.028391,29.475409],[-90.028147,29.47191],[-90.018056,29.46133],[-90.009104,29.457587],[-90.001861,29.459621],[-89.998443,29.461249],[-89.997304,29.465562],[-89.995717,29.464748],[-89.994862,29.459377],[-89.994944,29.45661],[-89.993235,29.458441],[-89.991526,29.455715],[-89.991689,29.448635],[-89.995839,29.44481],[-90.001047,29.445705],[-90.015736,29.443793],[-90.021311,29.44831],[-90.024892,29.456855],[-90.031484,29.463284],[-90.039215,29.464423],[-90.044342,29.461412],[-90.049957,29.461412],[-90.053782,29.463528],[-90.057688,29.466213],[-90.062082,29.472846],[-90.06135,29.47724],[-90.058827,29.478013],[-90.064198,29.478664],[-90.078603,29.47663],[-90.091949,29.473538],[-90.101796,29.478339],[-90.119008,29.496243],[-90.119862,29.50552],[-90.113515,29.510728],[-90.104644,29.511379]]],[[[-89.09142,29.523912],[-89.0985,29.520941],[-89.057037,29.562079],[-89.054799,29.563625],[-89.049916,29.565009],[-89.054026,29.559516],[-89.084096,29.529446],[-89.09142,29.523912]]],[[[-88.968821,29.638577],[-88.978261,29.631659],[-88.979604,29.63288],[-88.970082,29.639797],[-88.964508,29.642768],[-88.968821,29.638577]]],[[[-91.802073,29.490058],[-91.840484,29.483832],[-91.89802,29.517035],[-91.908193,29.521145],[-91.918446,29.529975],[-92.020497,29.568752],[-92.036529,29.582099],[-92.03539,29.596177],[-92.012318,29.613715],[-91.993276,29.618842],[-91.973704,29.62051],[-91.949127,29.627265],[-91.943512,29.631537],[-91.933339,29.643948],[-91.92927,29.647121],[-91.917104,29.648139],[-91.861399,29.637193],[-91.84557,29.628241],[-91.819976,29.606147],[-91.789947,29.594631],[-91.788686,29.592475],[-91.758534,29.586737],[-91.733957,29.585028],[-91.720204,29.581732],[-91.713979,29.573717],[-91.723215,29.558987],[-91.759633,29.541164],[-91.773101,29.530992],[-91.778432,29.514309],[-91.778635,29.500556],[-91.780832,29.493354],[-91.78775,29.490546],[-91.802073,29.490058]]],[[[-88.925404,29.683092],[-88.938832,29.673285],[-88.874094,29.747463],[-88.889556,29.725328],[-88.925404,29.683092]]],[[[-89.435211,29.772284],[-89.432118,29.757636],[-89.427317,29.743964],[-89.440256,29.748481],[-89.447418,29.757799],[-89.452382,29.767035],[-89.458608,29.771226],[-89.466908,29.766425],[-89.476715,29.74372],[-89.48998,29.736477],[-89.494049,29.778795],[-89.49059,29.793769],[-89.475697,29.805365],[-89.463368,29.798896],[-89.458608,29.795396],[-89.45519,29.791693],[-89.441314,29.784613],[-89.435211,29.772284]]],[[[-89.335439,29.812201],[-89.304351,29.805365],[-89.293609,29.807115],[-89.283762,29.811021],[-89.27717,29.812079],[-89.276479,29.805365],[-89.290679,29.771226],[-89.337026,29.806627],[-89.335439,29.812201]]],[[[-89.28482,29.923489],[-89.293935,29.920071],[-89.295481,29.924628],[-89.279042,29.937201],[-89.261057,29.943345],[-89.234364,29.948432],[-89.238759,29.941352],[-89.23884,29.936265],[-89.235504,29.931627],[-89.24059,29.929348],[-89.255279,29.929348],[-89.274078,29.926337],[-89.28482,29.923489]]],[[[-89.322581,29.917182],[-89.32787,29.91592],[-89.317738,29.926093],[-89.309438,29.93651],[-89.304351,29.94599],[-89.293813,29.962104],[-89.278066,29.982123],[-89.272939,29.982082],[-89.280629,29.965766],[-89.295806,29.942206],[-89.304107,29.932359],[-89.322581,29.917182]]],[[[-88.829579,29.810289],[-88.854563,29.769192],[-88.853383,29.774604],[-88.853586,29.780219],[-88.855458,29.785956],[-88.859364,29.791693],[-88.829945,29.843411],[-88.823964,29.860663],[-88.823354,29.912991],[-88.823964,29.9289],[-88.817779,29.935126],[-88.832143,29.962348],[-88.836252,29.97842],[-88.83141,29.989691],[-88.838246,29.997219],[-88.848012,30.033108],[-88.857574,30.048041],[-88.872426,30.058661],[-88.850453,30.04682],[-88.840077,30.025458],[-88.832143,30.001858],[-88.817779,29.983547],[-88.810943,29.915229],[-88.821034,29.832668],[-88.829579,29.810289]]],[[[-89.424916,30.142564],[-89.431264,30.133368],[-89.439361,30.136542],[-89.433013,30.145697],[-89.426422,30.148383],[-89.424916,30.142564]]],[[[-89.221832,30.072903],[-89.216542,30.063218],[-89.215647,30.058661],[-89.208119,30.063178],[-89.202219,30.067857],[-89.197662,30.073188],[-89.194488,30.079739],[-89.188344,30.079739],[-89.187408,30.063218],[-89.191762,30.04914],[-89.201161,30.041571],[-89.215647,30.044989],[-89.222076,30.033759],[-89.228871,30.035956],[-89.242991,30.052436],[-89.246002,30.057115],[-89.248891,30.064032],[-89.253041,30.070258],[-89.260365,30.072903],[-89.267242,30.070624],[-89.272572,30.065741],[-89.275787,30.060858],[-89.276479,30.058661],[-89.283844,30.059516],[-89.288238,30.061998],[-89.291168,30.064846],[-89.294423,30.066067],[-89.301259,30.063951],[-89.306996,30.059272],[-89.310699,30.054592],[-89.311838,30.052436],[-89.332102,30.048977],[-89.339263,30.05268],[-89.345326,30.066067],[-89.333485,30.067572],[-89.319936,30.07095],[-89.308949,30.076077],[-89.304351,30.083157],[-89.297719,30.08397],[-89.284901,30.08397],[-89.276682,30.089504],[-89.283925,30.107082],[-89.268625,30.111558],[-89.254465,30.117987],[-89.229319,30.134345],[-89.209869,30.154771],[-89.196401,30.164984],[-89.180816,30.168524],[-89.180816,30.161689],[-89.194407,30.15526],[-89.207143,30.14643],[-89.235463,30.120673],[-89.249908,30.101996],[-89.236195,30.093492],[-89.218617,30.086737],[-89.221832,30.072903]]],[[[-90.997968,32.197953],[-91.032294,32.147538],[-91.0862,32.149198],[-91.095429,32.141337],[-91.099115,32.131034],[-91.099628,32.121147],[-91.099237,32.114408],[-91.068915,32.084721],[-91.069159,32.048197],[-91.091425,32.014115],[-91.127167,31.991532],[-91.158392,31.983256],[-91.168158,31.977861],[-91.175995,31.969023],[-91.185761,31.948393],[-91.192328,31.940019],[-91.238202,31.894389],[-91.257489,31.881669],[-91.276654,31.875541],[-91.318768,31.867533],[-91.336029,31.858085],[-91.351337,31.840727],[-91.360663,31.823271],[-91.373602,31.786088],[-91.404169,31.738383],[-91.408344,31.720903],[-91.409833,31.701176],[-91.428827,31.61475],[-91.429535,31.590824],[-91.43454,31.580082],[-91.435663,31.573197],[-91.505853,31.530009],[-91.528949,31.500614],[-91.524408,31.457133],[-91.520111,31.449687],[-91.509979,31.438188],[-91.497333,31.417143],[-91.495575,31.411259],[-91.497089,31.39163],[-91.499237,31.382768],[-91.508612,31.373661],[-91.522284,31.309013],[-91.528803,31.293486],[-91.541034,31.282524],[-91.562274,31.278349],[-91.609442,31.280009],[-91.632953,31.278276],[-91.647919,31.271537],[-91.649579,31.2554],[-91.639203,31.235234],[-91.623602,31.217997],[-91.60976,31.210697],[-91.604633,31.205522],[-91.606464,31.194242],[-91.610761,31.183476],[-91.613153,31.179667],[-91.61579,31.168827],[-91.626361,31.15142],[-91.62746,31.141825],[-91.615765,31.113774],[-91.585223,31.081889],[-91.579022,31.056156],[-91.657343,31.000224],[-91.651434,31.000224],[-91.605096,31.000224],[-91.585053,31.000224],[-91.528265,31.000224],[-91.43996,31.000224],[-91.325507,31.000175],[-91.190082,31.000175],[-91.038959,31.000151],[-90.877313,31.000151],[-90.710468,31.000151],[-90.543597,31.000151],[-90.381952,31.000151],[-90.356884,31.000151],[-90.23078,31.000151],[-90.095355,31.000151],[-89.980902,31.000151],[-89.89267,31.000102],[-89.835858,31.000102],[-89.81579,31.000102],[-89.772772,31.000102],[-89.735272,31.000102],[-89.732196,30.98516],[-89.738959,30.950419],[-89.751971,30.91453],[-89.775165,30.877787],[-89.790814,30.819682],[-89.815643,30.794145],[-89.82453,30.77703],[-89.818134,30.758232],[-89.837225,30.722148],[-89.844647,30.700419],[-89.846063,30.682499],[-89.836224,30.667533],[-89.820844,30.652153],[-89.812982,30.634892],[-89.825604,30.614237],[-89.799457,30.565873],[-89.784003,30.552153],[-89.752069,30.541362],[-89.735785,30.531474],[-89.722333,30.500419],[-89.694183,30.483305],[-89.677606,30.45684],[-89.67475,30.449736],[-89.674042,30.441215],[-89.675531,30.423466],[-89.67475,30.414994],[-89.668085,30.39915],[-89.639374,30.360356],[-89.634589,30.343437],[-89.636273,30.302348],[-89.617108,30.273246],[-89.587885,30.212138],[-89.564887,30.189067],[-89.55683,30.199443],[-89.544843,30.2033],[-89.532489,30.200004],[-89.52598,30.192788],[-89.52599,30.192776],[-89.536366,30.180325],[-89.5655,30.163479],[-89.595937,30.155911],[-89.612904,30.168524],[-89.603179,30.168647],[-89.596913,30.170396],[-89.585561,30.175279],[-89.596018,30.186998],[-89.609771,30.185736],[-89.625844,30.179185],[-89.6433,30.175279],[-89.676381,30.180609],[-89.69225,30.181301],[-89.708404,30.175279],[-89.715443,30.179429],[-89.736073,30.184963],[-89.743235,30.188951],[-89.748158,30.197211],[-89.747548,30.203681],[-89.744862,30.210517],[-89.743235,30.220038],[-89.751454,30.237372],[-89.770334,30.239691],[-89.804677,30.229926],[-89.826243,30.231594],[-89.86205,30.258002],[-89.883778,30.264716],[-89.894765,30.263577],[-89.913564,30.258979],[-89.924428,30.257799],[-89.969146,30.264716],[-89.978505,30.275377],[-89.999827,30.313056],[-90.003896,30.322699],[-90.012685,30.326239],[-90.058502,30.360297],[-90.096018,30.373725],[-90.143463,30.385077],[-90.189443,30.390815],[-90.222401,30.3876],[-90.245473,30.373725],[-90.268422,30.352688],[-90.305572,30.30565],[-90.331166,30.276028],[-90.405019,30.22016],[-90.428456,30.188951],[-90.432973,30.143297],[-90.414052,30.106594],[-90.379994,30.08039],[-90.339101,30.066067],[-90.266225,30.060126],[-90.231028,30.03974],[-90.168365,30.024482],[-90.145172,30.02383],[-90.104482,30.035061],[-90.036977,30.040269],[-90.016265,30.044582],[-89.996449,30.052436],[-89.927317,30.095526],[-89.899526,30.122748],[-89.880442,30.154853],[-89.857289,30.15119],[-89.849273,30.145331],[-89.846262,30.130601],[-89.840728,30.120266],[-89.827626,30.11107],[-89.811676,30.103909],[-89.797841,30.099555],[-89.788808,30.098863],[-89.786244,30.103095],[-89.783518,30.111558],[-89.761586,30.136542],[-89.752838,30.149115],[-89.746938,30.161851],[-89.743235,30.175279],[-89.736399,30.175279],[-89.728912,30.161689],[-89.739247,30.149319],[-89.750356,30.123358],[-89.756907,30.113918],[-89.75414,30.111396],[-89.750315,30.108873],[-89.746409,30.105292],[-89.743235,30.099555],[-89.729563,30.123481],[-89.728912,30.126899],[-89.722808,30.127509],[-89.707672,30.125434],[-89.70226,30.126899],[-89.688466,30.13524],[-89.68342,30.140041],[-89.681142,30.148017],[-89.683583,30.154242],[-89.689117,30.155585],[-89.694163,30.153144],[-89.694814,30.148017],[-89.698557,30.147895],[-89.706451,30.150214],[-89.711985,30.154771],[-89.708404,30.161689],[-89.681142,30.168524],[-89.667388,30.164008],[-89.650014,30.14643],[-89.639556,30.14057],[-89.652943,30.123481],[-89.666493,30.113593],[-89.67691,30.101223],[-89.681142,30.076361],[-89.71052,30.067532],[-89.718984,30.062323],[-89.721995,30.051825],[-89.718617,30.042222],[-89.717926,30.033271],[-89.728912,30.024482],[-89.74767,30.041002],[-89.77359,30.050482],[-89.800445,30.051215],[-89.822092,30.041571],[-89.835113,30.026313],[-89.840403,30.01142],[-89.838938,29.995347],[-89.831939,29.976711],[-89.821929,29.957343],[-89.811147,29.94717],[-89.794342,29.943264],[-89.766835,29.942572],[-89.75121,29.946845],[-89.716624,29.960517],[-89.708404,29.956204],[-89.710927,29.949937],[-89.72525,29.933417],[-89.728912,29.922065],[-89.705312,29.897895],[-89.686513,29.882554],[-89.66454,29.875474],[-89.641591,29.875149],[-89.6197,29.879869],[-89.602406,29.890774],[-89.586903,29.909125],[-89.575592,29.931057],[-89.571278,29.95246],[-89.571197,29.988471],[-89.565582,30.000922],[-89.551422,30.01142],[-89.541615,30.014879],[-89.521148,30.019355],[-89.510487,30.024482],[-89.503082,30.030748],[-89.498891,30.037095],[-89.495432,30.044135],[-89.48998,30.052436],[-89.488271,30.057807],[-89.489329,30.070543],[-89.486236,30.076361],[-89.479075,30.079983],[-89.473622,30.078315],[-89.468251,30.072903],[-89.457183,30.071112],[-89.434722,30.062567],[-89.427317,30.058661],[-89.427317,30.052436],[-89.434722,30.052436],[-89.434722,30.044989],[-89.431223,30.042792],[-89.430084,30.042711],[-89.429351,30.04206],[-89.427317,30.038072],[-89.421051,30.038072],[-89.415028,30.043647],[-89.393707,30.056545],[-89.386342,30.058661],[-89.372548,30.054674],[-89.366038,30.048651],[-89.368153,30.040839],[-89.380116,30.031928],[-89.393707,30.02912],[-89.421946,30.031236],[-89.434722,30.024482],[-89.440582,30.014228],[-89.438832,30.00609],[-89.434967,29.99844],[-89.434722,29.989691],[-89.442209,29.983059],[-89.451894,29.979641],[-89.454701,29.976386],[-89.441558,29.969875],[-89.428944,29.968695],[-89.400746,29.973049],[-89.386342,29.969875],[-89.370229,29.950751],[-89.381744,29.935533],[-89.400787,29.932115],[-89.40746,29.948798],[-89.434722,29.935126],[-89.434722,29.9289],[-89.420481,29.912014],[-89.413645,29.907782],[-89.415028,29.907131],[-89.413319,29.906155],[-89.413645,29.901557],[-89.40746,29.901557],[-89.401682,29.909125],[-89.390452,29.916449],[-89.378245,29.920559],[-89.369537,29.918647],[-89.366689,29.908026],[-89.374257,29.899075],[-89.393788,29.887356],[-89.393788,29.879869],[-89.378774,29.883775],[-89.372874,29.887397],[-89.366444,29.89411],[-89.359853,29.890082],[-89.331695,29.879869],[-89.352447,29.869289],[-89.358998,29.866848],[-89.353017,29.863715],[-89.350331,29.860785],[-89.348622,29.857408],[-89.345326,29.853217],[-89.3579,29.851874],[-89.367543,29.846829],[-89.374745,29.839993],[-89.380116,29.833319],[-89.372182,29.821845],[-89.3662,29.809719],[-89.35851,29.798977],[-89.345326,29.791693],[-89.355621,29.792426],[-89.378896,29.797838],[-89.386342,29.797919],[-89.394643,29.790839],[-89.404286,29.771308],[-89.413645,29.76439],[-89.411733,29.771145],[-89.409739,29.785102],[-89.40746,29.791693],[-89.420033,29.791978],[-89.427235,29.798041],[-89.43814,29.815904],[-89.446401,29.823188],[-89.456776,29.82925],[-89.469065,29.832913],[-89.482533,29.833319],[-89.478098,29.81566],[-89.487172,29.802924],[-89.502431,29.791693],[-89.516672,29.778713],[-89.527252,29.760728],[-89.532541,29.755845],[-89.544586,29.7508],[-89.554311,29.749823],[-89.576283,29.75259],[-89.585561,29.7508],[-89.601471,29.734849],[-89.603831,29.716254],[-89.596995,29.699408],[-89.585561,29.688707],[-89.565663,29.68594],[-89.542551,29.688218],[-89.522125,29.687323],[-89.510487,29.675035],[-89.517242,29.676337],[-89.522125,29.676011],[-89.526275,29.675198],[-89.530914,29.675035],[-89.516021,29.667304],[-89.482533,29.640855],[-89.482533,29.634101],[-89.499908,29.635484],[-89.513824,29.643988],[-89.525746,29.654364],[-89.53718,29.661363],[-89.568186,29.667222],[-89.595815,29.66885],[-89.623769,29.674628],[-89.672515,29.701483],[-89.70226,29.709784],[-89.693512,29.698798],[-89.667226,29.685004],[-89.653879,29.675035],[-89.657948,29.673733],[-89.66747,29.66885],[-89.647043,29.661363],[-89.646596,29.656562],[-89.647043,29.654527],[-89.645416,29.650092],[-89.6197,29.627265],[-89.639068,29.620266],[-89.722239,29.639879],[-89.756907,29.634101],[-89.732655,29.628119],[-89.722768,29.623196],[-89.715932,29.613593],[-89.725738,29.613959],[-89.728912,29.613593],[-89.723256,29.60163],[-89.694814,29.572008],[-89.689605,29.560289],[-89.683746,29.537991],[-89.678049,29.527899],[-89.668365,29.521796],[-89.640981,29.513658],[-89.617543,29.500556],[-89.592437,29.502875],[-89.578114,29.497504],[-89.582631,29.494452],[-89.583241,29.493354],[-89.585561,29.490058],[-89.569163,29.484605],[-89.541575,29.470852],[-89.523508,29.469631],[-89.523508,29.462795],[-89.533681,29.449123],[-89.537424,29.435004],[-89.53246,29.427802],[-89.516672,29.434801],[-89.518951,29.418158],[-89.528798,29.411566],[-89.539622,29.40998],[-89.544586,29.408149],[-89.539866,29.397773],[-89.529164,29.393215],[-89.515777,29.392524],[-89.456125,29.40351],[-89.433949,29.403469],[-89.413645,29.393866],[-89.410634,29.390774],[-89.40099,29.392483],[-89.39273,29.391791],[-89.386342,29.387641],[-89.380116,29.387641],[-89.372141,29.392646],[-89.361643,29.394355],[-89.350168,29.392646],[-89.336781,29.39057],[-89.337026,29.38524],[-89.343577,29.381293],[-89.351796,29.380194],[-89.362701,29.380194],[-89.373525,29.377021],[-89.379791,29.370022],[-89.38093,29.362942],[-89.376373,29.359768],[-89.367747,29.357611],[-89.353179,29.348212],[-89.342275,29.346096],[-89.334096,29.347154],[-89.319203,29.351793],[-89.298248,29.354478],[-89.290028,29.357123],[-89.281361,29.357611],[-89.270253,29.352932],[-89.264068,29.345282],[-89.261057,29.326321],[-89.257192,29.318793],[-89.244456,29.315985],[-89.227122,29.322211],[-89.211049,29.335273],[-89.201975,29.352932],[-89.197092,29.353461],[-89.195668,29.352037],[-89.195546,29.349351],[-89.194488,29.346096],[-89.189931,29.346381],[-89.187734,29.340399],[-89.187367,29.33039],[-89.188344,29.318793],[-89.178049,29.322984],[-89.174062,29.325629],[-89.168772,29.31623],[-89.16218,29.310126],[-89.156361,29.302965],[-89.153554,29.290839],[-89.143625,29.295844],[-89.139882,29.298285],[-89.130442,29.287502],[-89.126943,29.276516],[-89.123158,29.26789],[-89.11262,29.264146],[-89.11856,29.255439],[-89.126536,29.249701],[-89.136138,29.245917],[-89.147369,29.243069],[-89.147369,29.236802],[-89.105784,29.226264],[-89.10025,29.214586],[-89.087148,29.206936],[-89.07136,29.202826],[-89.057973,29.202094],[-89.060943,29.206122],[-89.064809,29.216376],[-89.046986,29.218451],[-89.03246,29.21662],[-89.020416,29.209459],[-89.010162,29.195868],[-89.030629,29.195868],[-89.030629,29.188422],[-89.021474,29.186835],[-89.017405,29.184516],[-89.010162,29.17475],[-89.03189,29.18008],[-89.03893,29.177924],[-89.043691,29.167914],[-89.051137,29.167914],[-89.051015,29.174709],[-89.052073,29.182563],[-89.051137,29.188422],[-89.065256,29.184963],[-89.083119,29.173651],[-89.096995,29.159613],[-89.098948,29.147406],[-89.089263,29.148627],[-89.023183,29.147406],[-89.051584,29.097357],[-89.064809,29.086005],[-89.065541,29.101142],[-89.071523,29.112494],[-89.082631,29.119045],[-89.098948,29.119534],[-89.092763,29.110907],[-89.087514,29.10106],[-89.084381,29.090155],[-89.084625,29.078559],[-89.096303,29.086859],[-89.101308,29.091864],[-89.105784,29.099677],[-89.111073,29.086127],[-89.123606,29.072089],[-89.150502,29.048163],[-89.153432,29.029934],[-89.133656,28.996243],[-89.147369,28.990424],[-89.157786,28.997463],[-89.18814,29.030463],[-89.194488,29.041327],[-89.199859,29.053127],[-89.224762,29.091457],[-89.232411,29.099677],[-89.242787,29.106106],[-89.24767,29.105902],[-89.249745,29.095933],[-89.248036,29.086371],[-89.245229,29.079169],[-89.244618,29.072699],[-89.249745,29.064887],[-89.265533,29.059394],[-89.288686,29.056464],[-89.30956,29.050198],[-89.318674,29.03441],[-89.321034,29.021552],[-89.327056,29.00845],[-89.374013,28.947455],[-89.391672,28.933987],[-89.413645,28.928371],[-89.410146,28.96011],[-89.40746,28.969306],[-89.401763,28.974921],[-89.383901,28.987616],[-89.377187,28.997626],[-89.35558,29.020494],[-89.350575,29.030707],[-89.350697,29.042182],[-89.352366,29.052151],[-89.352162,29.058051],[-89.343332,29.064358],[-89.320912,29.068427],[-89.311838,29.072333],[-89.294423,29.106513],[-89.287221,29.11758],[-89.278066,29.140448],[-89.276194,29.160102],[-89.290679,29.161119],[-89.292714,29.153957],[-89.29308,29.141181],[-89.295766,29.129828],[-89.304351,29.126939],[-89.310943,29.133979],[-89.312896,29.146674],[-89.311838,29.171332],[-89.314931,29.181342],[-89.321767,29.181952],[-89.328603,29.175482],[-89.331695,29.164496],[-89.330149,29.152777],[-89.324452,29.131537],[-89.324859,29.119534],[-89.337514,29.103461],[-89.360992,29.091702],[-89.383656,29.087836],[-89.393788,29.095933],[-89.404897,29.12287],[-89.403961,29.130357],[-89.398508,29.141913],[-89.406239,29.148139],[-89.427317,29.154934],[-89.482533,29.243069],[-89.473866,29.243354],[-89.45519,29.250474],[-89.474477,29.259182],[-89.495107,29.259508],[-89.506093,29.250149],[-89.496205,29.229397],[-89.555002,29.24844],[-89.581858,29.250474],[-89.608225,29.256049],[-89.617014,29.269355],[-89.62267,29.285142],[-89.635607,29.293237],[-89.662004,29.30093],[-89.669017,29.29473],[-89.686687,29.296307],[-89.732349,29.306103],[-89.794998,29.312684],[-89.818146,29.31616],[-89.793531,29.328088],[-89.774627,29.332415],[-89.757705,29.343163],[-89.749787,29.355809],[-89.743806,29.369843],[-89.745219,29.384949],[-89.7501,29.392195],[-89.763051,29.393866],[-89.7683,29.389106],[-89.771718,29.387152],[-89.774403,29.384996],[-89.777333,29.380194],[-89.781809,29.391669],[-89.778879,29.398871],[-89.773427,29.40469],[-89.770579,29.411566],[-89.775502,29.420803],[-89.786977,29.418524],[-89.80842,29.408149],[-89.814524,29.410834],[-89.819814,29.41706],[-89.823801,29.423977],[-89.825795,29.428616],[-89.827382,29.430487],[-89.829823,29.43244],[-89.831858,29.435858],[-89.831939,29.442288],[-89.829498,29.447333],[-89.824859,29.452786],[-89.820302,29.456366],[-89.818267,29.455959],[-89.813873,29.468166],[-89.816314,29.474351],[-89.839915,29.479438],[-89.847401,29.482408],[-89.851715,29.480048],[-89.853098,29.466213],[-89.86026,29.443752],[-89.876943,29.44892],[-89.907704,29.477037],[-89.94164,29.464423],[-89.971181,29.473375],[-90.080393,29.537258],[-90.099477,29.544664],[-90.1162,29.547024],[-90.129709,29.544664],[-90.133168,29.53913],[-90.119985,29.531684],[-90.127431,29.524237],[-90.143625,29.537421],[-90.16686,29.567694],[-90.182037,29.579495],[-90.187856,29.569281],[-90.202992,29.552314],[-90.20934,29.538479],[-90.188791,29.537828],[-90.182037,29.538479],[-90.182037,29.531684],[-90.197825,29.525784],[-90.205922,29.524115],[-90.215566,29.524237],[-90.210276,29.515123],[-90.206044,29.51142],[-90.201568,29.512437],[-90.195709,29.518012],[-90.186106,29.511868],[-90.143463,29.476793],[-90.133453,29.471625],[-90.123687,29.469631],[-90.09496,29.467271],[-90.069814,29.460028],[-90.04662,29.447252],[-90.023752,29.428616],[-90.039174,29.422756],[-90.047353,29.416815],[-90.050526,29.407294],[-90.051096,29.390774],[-90.045155,29.385565],[-90.040598,29.380439],[-90.037424,29.373969],[-90.036285,29.365871],[-90.037424,29.33926],[-90.040517,29.346869],[-90.044545,29.353095],[-90.050282,29.357489],[-90.058502,29.359768],[-90.056386,29.341132],[-90.047515,29.325019],[-90.034006,29.31269],[-90.017568,29.305121],[-90.017568,29.298285],[-90.037424,29.290839],[-90.050893,29.307563],[-90.067454,29.310126],[-90.075795,29.301459],[-90.064768,29.284613],[-90.095041,29.28384],[-90.099965,29.253852],[-90.083852,29.225409],[-90.051096,29.229397],[-90.057444,29.213446],[-90.08023,29.174709],[-90.085846,29.167914],[-90.100209,29.157945],[-90.113881,29.144192],[-90.130767,29.132025],[-90.147288,29.126939],[-90.198476,29.098293],[-90.229237,29.086656],[-90.244049,29.091498],[-90.237701,29.096829],[-90.235951,29.106594],[-90.236684,29.119534],[-90.239735,29.131822],[-90.246002,29.140367],[-90.267405,29.158026],[-90.271311,29.167426],[-90.267161,29.177639],[-90.260569,29.1883],[-90.257151,29.19892],[-90.256215,29.210761],[-90.251698,29.224799],[-90.250356,29.236802],[-90.251088,29.247382],[-90.254465,29.259914],[-90.260813,29.269477],[-90.270823,29.270982],[-90.272084,29.263577],[-90.279286,29.247301],[-90.287465,29.235175],[-90.291249,29.239936],[-90.300689,29.257554],[-90.337514,29.293606],[-90.339101,29.305121],[-90.339101,29.311265],[-90.35143,29.308539],[-90.359853,29.303371],[-90.364817,29.294623],[-90.366363,29.281195],[-90.369944,29.270901],[-90.393707,29.243069],[-90.393707,29.298285],[-90.399566,29.311591],[-90.419545,29.340562],[-90.425038,29.346096],[-90.425893,29.350409],[-90.434438,29.357245],[-90.444244,29.357652],[-90.448964,29.342678],[-90.452016,29.327135],[-90.45995,29.314114],[-90.483062,29.290839],[-90.496449,29.306138],[-90.506256,29.304511],[-90.515614,29.295966],[-90.527455,29.290839],[-90.562001,29.300727],[-90.571848,29.305121],[-90.558217,29.311265],[-90.558217,29.318793],[-90.569325,29.320705],[-90.578114,29.319525],[-90.583648,29.314521],[-90.58552,29.305121],[-90.59496,29.308336],[-90.602773,29.307563],[-90.607411,29.301988],[-90.607249,29.290839],[-90.602447,29.287828],[-90.579254,29.284613],[-90.581288,29.266303],[-90.592193,29.254788],[-90.598215,29.24433],[-90.58552,29.229397],[-90.595286,29.218573],[-90.603098,29.222317],[-90.610829,29.232978],[-90.620229,29.243069],[-90.627024,29.235745],[-90.632395,29.225287],[-90.640736,29.202094],[-90.636057,29.197821],[-90.633901,29.195868],[-90.640859,29.157416],[-90.640736,29.140611],[-90.647043,29.153713],[-90.652415,29.162299],[-90.663686,29.164618],[-90.674875,29.161119],[-90.676869,29.154771],[-90.675445,29.145697],[-90.676381,29.137397],[-90.690297,29.131537],[-90.693593,29.126654],[-90.697865,29.121772],[-90.705922,29.119534],[-90.711537,29.123725],[-90.727122,29.130357],[-90.743235,29.130845],[-90.7506,29.1164],[-90.757965,29.115912],[-90.79308,29.126207],[-90.805247,29.126939],[-90.796946,29.138821],[-90.780751,29.142768],[-90.769846,29.149115],[-90.777252,29.167914],[-90.795318,29.160631],[-90.812082,29.166246],[-90.828603,29.176337],[-90.846181,29.182196],[-90.839915,29.166246],[-90.844146,29.157294],[-90.866689,29.147406],[-90.869862,29.143704],[-90.870595,29.139146],[-90.873647,29.135403],[-90.884023,29.133775],[-90.929921,29.171291],[-90.95519,29.185736],[-90.98233,29.191555],[-91.01065,29.182196],[-91.01122,29.193305],[-91.007883,29.201565],[-91.000803,29.206773],[-90.990142,29.20893],[-90.999257,29.218085],[-91.015492,29.223538],[-91.030995,29.224311],[-91.037953,29.219794],[-91.041249,29.204657],[-91.05012,29.197008],[-91.063344,29.19481],[-91.079579,29.195868],[-91.089019,29.20067],[-91.112294,29.219062],[-91.123931,29.223212],[-91.228586,29.238593],[-91.285146,29.260891],[-91.327992,29.294867],[-91.33967,29.33926],[-91.329498,29.32392],[-91.312123,29.319322],[-91.293121,29.323228],[-91.278188,29.333075],[-91.266591,29.350816],[-91.258616,29.367092],[-91.246571,29.378119],[-91.222971,29.380194],[-91.227162,29.363511],[-91.214915,29.343329],[-91.191314,29.331448],[-91.161488,29.33926],[-91.16218,29.305813],[-91.166168,29.29092],[-91.175771,29.277777],[-91.165273,29.27497],[-91.157704,29.269761],[-91.153676,29.261705],[-91.154042,29.250474],[-91.132395,29.257392],[-91.122222,29.263007],[-91.113108,29.270982],[-91.117991,29.275784],[-91.122548,29.282131],[-91.127349,29.284613],[-91.127349,29.290839],[-91.109853,29.316555],[-91.121571,29.338121],[-91.177113,29.37934],[-91.208608,29.395697],[-91.219838,29.404446],[-91.222401,29.411607],[-91.221059,29.42829],[-91.222971,29.434801],[-91.228017,29.438381],[-91.241119,29.441718],[-91.247426,29.445705],[-91.262563,29.469062],[-91.267486,29.495795],[-91.263295,29.522284],[-91.250844,29.544664],[-91.240468,29.553046],[-91.229115,29.559882],[-91.220082,29.569403],[-91.216705,29.585639],[-91.220041,29.598863],[-91.228383,29.608059],[-91.2412,29.612982],[-91.25768,29.613593],[-91.247792,29.590522],[-91.253163,29.576321],[-91.28189,29.555569],[-91.286122,29.546047],[-91.284495,29.535468],[-91.280507,29.527086],[-91.278188,29.524237],[-91.282379,29.513821],[-91.294423,29.49433],[-91.298655,29.483832],[-91.320912,29.496649],[-91.363515,29.512112],[-91.387441,29.518012],[-91.411855,29.518948],[-91.423899,29.521186],[-91.429026,29.527899],[-91.424387,29.538398],[-91.416737,29.547919],[-91.415151,29.55683],[-91.429026,29.565823],[-91.452504,29.551581],[-91.493235,29.539618],[-91.534332,29.534003],[-91.559316,29.538479],[-91.5454,29.548814],[-91.541249,29.569037],[-91.545155,29.591864],[-91.555653,29.609849],[-91.558827,29.619208],[-91.55899,29.631659],[-91.56078,29.642483],[-91.568959,29.647121],[-91.579701,29.645209],[-91.601796,29.636623],[-91.613352,29.634101],[-91.639719,29.635484],[-91.644154,29.645168],[-91.638295,29.662095],[-91.63386,29.685289],[-91.630442,29.728827],[-91.637929,29.742092],[-91.661733,29.7508],[-91.684682,29.753119],[-91.778432,29.748481],[-91.795725,29.742377],[-91.833079,29.723456],[-91.858469,29.719062],[-91.866689,29.729397],[-91.867502,29.743638],[-91.870595,29.7508],[-91.877919,29.759345],[-91.87442,29.778144],[-91.864654,29.796942],[-91.853586,29.805365],[-91.846059,29.798774],[-91.837066,29.787665],[-91.829457,29.78441],[-91.826283,29.801703],[-91.828684,29.815334],[-91.835805,29.825263],[-91.847524,29.831244],[-91.893951,29.837633],[-91.906728,29.837104],[-91.933502,29.819403],[-91.945139,29.821845],[-91.955556,29.829169],[-91.966868,29.833319],[-91.984446,29.831977],[-91.986318,29.827379],[-91.984486,29.818793],[-91.990712,29.805365],[-92.000478,29.798896],[-92.086415,29.77147],[-92.099965,29.76439],[-92.122467,29.743883],[-92.134633,29.736151],[-92.148997,29.736477],[-92.136464,29.745307],[-92.134145,29.756822],[-92.141469,29.766913],[-92.158315,29.771226],[-92.161977,29.768297],[-92.170237,29.754625],[-92.175689,29.7508],[-92.180898,29.751939],[-92.202382,29.76439],[-92.198801,29.746731],[-92.191029,29.723782],[-92.181508,29.704006],[-92.172271,29.695502],[-92.164662,29.69774],[-92.150217,29.707506],[-92.126536,29.711371],[-92.117177,29.713935],[-92.108795,29.714423],[-92.099965,29.709784],[-92.129262,29.692613],[-92.14151,29.688707],[-92.113596,29.637641],[-92.107411,29.620429],[-92.099965,29.620429],[-92.084462,29.630316],[-92.06017,29.636949],[-92.037017,29.63703],[-92.024892,29.627265],[-92.055287,29.621527],[-92.067372,29.616156],[-92.073313,29.606147],[-92.052805,29.599921],[-92.065907,29.587836],[-92.093373,29.587144],[-92.136865,29.586862],[-92.173866,29.576189],[-92.241161,29.545531],[-92.276493,29.533836],[-92.314307,29.534369],[-92.465073,29.560104],[-92.489762,29.562994],[-92.5144,29.566359],[-92.546213,29.571682],[-92.683058,29.604133],[-92.795338,29.644241],[-92.852661,29.667415],[-92.915671,29.692979],[-93.026845,29.732856],[-93.09445,29.751526],[-93.199593,29.772811],[-93.253532,29.776355],[-93.308514,29.769151],[-93.345495,29.762045],[-93.385428,29.767577],[-93.42081,29.768261],[-93.453396,29.770425],[-93.497426,29.769192],[-93.558513,29.763121],[-93.640816,29.750313],[-93.701185,29.742633],[-93.73938,29.737248],[-93.766958,29.726333],[-93.792936,29.717555],[-93.821376,29.709451],[-93.831028,29.700135],[-93.850972,29.723284],[-93.879155,29.749884],[-93.893697,29.790814],[-93.888238,29.807175],[-93.857355,29.818852],[-93.820668,29.824214],[-93.781941,29.856515],[-93.772084,29.90469],[-93.759952,29.960576],[-93.769366,29.978316],[-93.788901,29.985066],[-93.798421,29.985607],[-93.796405,29.990238],[-93.776093,30.021806],[-93.717206,30.079814],[-93.724896,30.091825],[-93.723285,30.101054],[-93.710394,30.12078],[-93.703973,30.143754],[-93.704681,30.159672],[-93.708246,30.174003],[-93.710394,30.192485],[-93.712567,30.199174],[-93.72226,30.213798],[-93.724677,30.223808],[-93.722821,30.235136],[-93.713324,30.254789],[-93.710394,30.264775],[-93.715179,30.28726],[-93.729657,30.301762],[-93.744891,30.313969],[-93.751971,30.32935],[-93.755804,30.373368],[-93.752411,30.39268],[-93.738324,30.414994],[-93.713959,30.441288],[-93.70639,30.454789],[-93.703583,30.473344],[-93.704999,30.481303],[-93.717206,30.511186],[-93.716327,30.51226],[-93.717206,30.531669],[-93.719843,30.536381],[-93.728046,30.540898],[-93.730878,30.545951],[-93.730536,30.565654],[-93.721747,30.583207],[-93.706488,30.595756],[-93.68681,30.600566],[-93.68493,30.611137],[-93.670404,30.660697],[-93.661981,30.676298],[-93.62785,30.699882],[-93.618231,30.71414],[-93.610028,30.761869],[-93.573846,30.819682],[-93.568182,30.836479],[-93.566815,30.845268],[-93.5664,30.857206],[-93.567572,30.868412],[-93.572675,30.887406],[-93.573846,30.89849],[-93.569916,30.908818],[-93.561054,30.917314],[-93.545917,30.92891],[-93.539642,30.939433],[-93.538153,30.943901],[-93.545917,30.95684],[-93.55329,30.964115],[-93.569086,30.985697],[-93.577557,31.008403],[-93.563007,31.018901],[-93.55368,31.020072],[-93.526556,31.027275],[-93.518597,31.031962],[-93.514764,31.042045],[-93.518842,31.049223],[-93.53288,31.059892],[-93.559589,31.097123],[-93.55744,31.108207],[-93.548065,31.121733],[-93.545917,31.131571],[-93.543036,31.176176],[-93.548456,31.192533],[-93.5664,31.19644],[-93.585834,31.19207],[-93.589398,31.192143],[-93.592474,31.192509],[-93.594574,31.193388],[-93.597357,31.195268],[-93.600458,31.198002],[-93.603168,31.201567],[-93.605194,31.206791],[-93.6091,31.233451],[-93.610785,31.238627],[-93.61618,31.246],[-93.619232,31.2512],[-93.6216,31.25811],[-93.623578,31.266264],[-93.625775,31.27183],[-93.628461,31.27664],[-93.631635,31.280644],[-93.64267,31.290776],[-93.668256,31.309404],[-93.672626,31.31414],[-93.675897,31.320048],[-93.677899,31.330717],[-93.676825,31.337724],[-93.674872,31.343559],[-93.670599,31.352348],[-93.667645,31.356327],[-93.655072,31.370268],[-93.654462,31.373637],[-93.656244,31.376347],[-93.670062,31.38433],[-93.685541,31.398735],[-93.695429,31.410307],[-93.6987,31.416923],[-93.701556,31.425468],[-93.704462,31.441606],[-93.706903,31.449906],[-93.710175,31.455888],[-93.714423,31.458842],[-93.719891,31.460942],[-93.731757,31.463676],[-93.73642,31.465873],[-93.740204,31.468681],[-93.743256,31.473002],[-93.745429,31.477543],[-93.747553,31.485527],[-93.746796,31.490336],[-93.74372,31.494291],[-93.733221,31.500175],[-93.732758,31.500566],[-93.731586,31.50164],[-93.729169,31.504545],[-93.726263,31.509721],[-93.726703,31.514994],[-93.729877,31.519096],[-93.734711,31.521879],[-93.740497,31.524052],[-93.764862,31.5304],[-93.770526,31.532768],[-93.775336,31.535502],[-93.7841,31.541703],[-93.810883,31.567167],[-93.820721,31.578691],[-93.826923,31.587846],[-93.829608,31.593827],[-93.832904,31.603446],[-93.83349,31.611015],[-93.832904,31.617875],[-93.828998,31.628276],[-93.824823,31.635551],[-93.823187,31.640922],[-93.821893,31.64932],[-93.820184,31.677275],[-93.818622,31.686479],[-93.813861,31.702372],[-93.813446,31.70811],[-93.814301,31.71309],[-93.816864,31.716874],[-93.819867,31.72017],[-93.823358,31.723295],[-93.826898,31.73101],[-93.830585,31.742778],[-93.837347,31.781352],[-93.840057,31.790361],[-93.865814,31.822782],[-93.872943,31.835575],[-93.876923,31.845317],[-93.881757,31.854667],[-93.890521,31.867924],[-93.904169,31.883207],[-93.923602,31.900566],[-93.932367,31.906742],[-93.965253,31.920976],[-93.969696,31.92349],[-93.973969,31.926518],[-93.977435,31.930082],[-93.997846,31.962553],[-94.002509,31.967338],[-94.014935,31.975614],[-94.021259,31.978495],[-94.035004,31.987187],[-94.040375,31.992314],[-94.04245,31.996098],[-94.043231,31.998197],[-94.04306,32.072319],[-94.042816,32.189604],[-94.042596,32.306962],[-94.042352,32.424296],[-94.042157,32.541606],[-94.041962,32.65894],[-94.041718,32.776274],[-94.041498,32.893632],[-94.041254,33.010942],[-93.86247,33.011088],[-93.683661,33.011283],[-93.504877,33.011479],[-93.326093,33.011625],[-93.147284,33.011772],[-92.968475,33.011991],[-92.789667,33.012162],[-92.610883,33.012333],[-92.432098,33.01248],[-92.25329,33.012699],[-92.074506,33.01287],[-91.895697,33.013017],[-91.716913,33.013188],[-91.538104,33.013334],[-91.359296,33.013481],[-91.180487,33.0137],[-91.166473,33.014335],[-91.168158,32.981523],[-91.162616,32.971757],[-91.149213,32.964311],[-91.132367,32.959623],[-91.11662,32.957939],[-91.103876,32.953642],[-91.091278,32.943608],[-91.071942,32.923197],[-91.081781,32.905863],[-91.09599,32.888066],[-91.111151,32.874198],[-91.123749,32.868559],[-91.133344,32.858549],[-91.149872,32.810453],[-91.157269,32.770854],[-91.154559,32.755888],[-91.142181,32.747612],[-91.092792,32.74058],[-91.074872,32.72852],[-91.070233,32.710942],[-91.0862,32.689799],[-91.104877,32.685624],[-91.132367,32.684648],[-91.157269,32.680375],[-91.168158,32.666215],[-91.166327,32.644487],[-91.161005,32.625395],[-91.152411,32.608891],[-91.140814,32.594828],[-91.130682,32.587699],[-91.106732,32.574687],[-91.099237,32.566899],[-91.097089,32.555131],[-91.100043,32.543168],[-91.104437,32.531987],[-91.106683,32.522514],[-91.108759,32.481474],[-91.105194,32.465116],[-91.093036,32.450834],[-91.059735,32.433866],[-91.0289,32.422904],[-91.006244,32.404325],[-90.99743,32.364555],[-90.990497,32.357206],[-90.974042,32.351762],[-90.939081,32.347196],[-90.916547,32.339848],[-90.909833,32.32432],[-90.913226,32.310063],[-90.921088,32.30684],[-90.921088,32.300004],[-90.966522,32.26165],[-90.997968,32.197953]]]]},"type":"Feature","properties":{"postal":"LA","name":"Louisiana","type":"State","center":[-92.45541838134429,30.933522398893516]}},"TX":{"geometry":{"type":"MultiPolygon","coordinates":[[[[-97.163399,26.113593],[-97.166379,26.102847],[-97.179331,26.119829],[-97.188314,26.149336],[-97.213017,26.292714],[-97.227161,26.337415],[-97.239898,26.364936],[-97.249176,26.390815],[-97.260365,26.467963],[-97.268381,26.490383],[-97.292063,26.529202],[-97.30134,26.550482],[-97.313222,26.606757],[-97.318105,26.616441],[-97.329254,26.633043],[-97.33788,26.653957],[-97.350087,26.697414],[-97.363393,26.721177],[-97.355946,26.728583],[-97.362538,26.734442],[-97.366811,26.740709],[-97.369211,26.747789],[-97.370229,26.755927],[-97.368235,26.759955],[-97.358266,26.762519],[-97.355946,26.765855],[-97.357004,26.771552],[-97.361928,26.779283],[-97.363393,26.783271],[-97.367421,26.791205],[-97.397532,26.831],[-97.388051,26.865546],[-97.385406,26.900377],[-97.39391,26.994289],[-97.403066,27.030911],[-97.405019,27.050767],[-97.39802,27.088365],[-97.397084,27.107327],[-97.405019,27.12523],[-97.396962,27.146186],[-97.391591,27.193101],[-97.377065,27.207831],[-97.383901,27.187934],[-97.376291,26.931627],[-97.342885,26.756741],[-97.238678,26.445787],[-97.239898,26.433783],[-97.231272,26.421088],[-97.224924,26.399075],[-97.21219,26.340283],[-97.20226,26.298774],[-97.198313,26.276109],[-97.18268,26.231155],[-97.177424,26.205008],[-97.17068,26.179523],[-97.164402,26.131495],[-97.163399,26.113593]]],[[[-97.178007,27.652844],[-97.259355,27.496175],[-97.320256,27.357574],[-97.346609,27.274164],[-97.351642,27.235171],[-97.365912,27.224231],[-97.388092,27.223944],[-97.397532,27.228909],[-97.38976,27.245551],[-97.370253,27.348366],[-97.338759,27.409122],[-97.321528,27.456232],[-97.312397,27.477972],[-97.298183,27.507865],[-97.282954,27.540473],[-97.270768,27.566738],[-97.257232,27.59276],[-97.245107,27.623196],[-97.244008,27.632636],[-97.249582,27.643785],[-97.25414,27.659654],[-97.230621,27.65119],[-97.219228,27.643948],[-97.211985,27.632961],[-97.205719,27.632961],[-97.151031,27.739895],[-97.12385,27.769517],[-97.081858,27.804145],[-97.075429,27.814521],[-97.067535,27.840888],[-97.052602,27.844184],[-97.044016,27.835273],[-97.054921,27.824774],[-97.178007,27.652844]]],[[[-97.028676,27.871527],[-97.034413,27.852037],[-97.04304,27.870307],[-97.029775,27.90058],[-96.993479,27.94831],[-96.963979,27.976711],[-96.95934,27.983059],[-96.953033,27.994208],[-96.953359,28.000312],[-96.972564,28.005032],[-96.972564,28.009914],[-96.914052,28.099107],[-96.900258,28.101955],[-96.892893,28.109198],[-96.887603,28.119208],[-96.880238,28.130113],[-96.867584,28.135565],[-96.854848,28.130683],[-96.845367,28.121243],[-96.842641,28.112779],[-96.845693,28.102851],[-96.847157,28.080471],[-96.850087,28.071194],[-96.938222,27.983059],[-96.979237,27.927802],[-97.014638,27.890937],[-97.028676,27.871527]]],[[[-96.406728,28.344428],[-96.415151,28.333075],[-96.41686,28.328762],[-96.489491,28.297105],[-96.522328,28.289618],[-96.553538,28.27143],[-96.608632,28.229438],[-96.702626,28.185533],[-96.727651,28.161607],[-96.781158,28.126451],[-96.808705,28.103258],[-96.820872,28.088324],[-96.828359,28.071194],[-96.835805,28.071194],[-96.832509,28.088772],[-96.82429,28.107489],[-96.813222,28.123684],[-96.801666,28.133857],[-96.801666,28.140082],[-96.80899,28.151435],[-96.812367,28.170111],[-96.807769,28.187649],[-96.791127,28.195258],[-96.770741,28.197455],[-96.738515,28.206855],[-96.722239,28.20897],[-96.710357,28.213365],[-96.672109,28.23371],[-96.663889,28.239691],[-96.654286,28.257148],[-96.61205,28.277493],[-96.602447,28.287502],[-96.594797,28.29267],[-96.548451,28.311428],[-96.528066,28.330146],[-96.514963,28.336819],[-96.493235,28.339301],[-96.455434,28.336005],[-96.443227,28.341376],[-96.431142,28.359768],[-96.430491,28.367825],[-96.431467,28.388983],[-96.427724,28.393297],[-96.418813,28.395087],[-96.412343,28.397528],[-96.407582,28.396389],[-96.403798,28.387112],[-96.402984,28.360785],[-96.403798,28.352362],[-96.406728,28.344428]]],[[[-96.350087,28.408881],[-96.3697,28.406928],[-96.3697,28.414455],[-96.312896,28.458564],[-96.275258,28.478705],[-96.232533,28.489488],[-96.232533,28.482733],[-96.240468,28.48192],[-96.244618,28.48017],[-96.247874,28.477769],[-96.246734,28.475246],[-96.254954,28.471096],[-96.276031,28.457099],[-96.283925,28.447659],[-96.308217,28.441718],[-96.33373,28.41885],[-96.350087,28.408881]]],[[[-94.81428,29.352932],[-94.724409,29.333155],[-94.891655,29.224862],[-94.947248,29.193914],[-95.075955,29.114044],[-95.108281,29.088597],[-95.116544,29.088993],[-95.102256,29.111171],[-95.081281,29.136084],[-95.034003,29.162938],[-94.967765,29.207876],[-94.943099,29.22286],[-94.928741,29.236891],[-94.920725,29.250474],[-94.917226,29.255316],[-94.875111,29.284613],[-94.866811,29.299954],[-94.86205,29.305121],[-94.839833,29.310492],[-94.83788,29.311265],[-94.828033,29.317613],[-94.821645,29.331122],[-94.82429,29.343329],[-94.841542,29.346096],[-94.841542,29.352932],[-94.836497,29.352362],[-94.835276,29.35399],[-94.835276,29.356838],[-94.834096,29.359768],[-94.831939,29.360175],[-94.82787,29.359768],[-94.827016,29.353949],[-94.81428,29.352932]]],[[[-102.729657,36.500199],[-102.542108,36.500175],[-102.320184,36.500175],[-102.072455,36.500151],[-101.807538,36.500151],[-101.534076,36.500151],[-101.26059,36.500151],[-100.995697,36.500151],[-100.747968,36.500102],[-100.526044,36.500102],[-100.338471,36.500053],[-100.193866,36.500053],[-100.100775,36.500053],[-100.067841,36.500053],[-100.013422,36.500053],[-100.002387,36.499858],[-100.002362,36.450444],[-100.002191,36.33682],[-100.001971,36.223173],[-100.001825,36.109477],[-100.00163,35.995854],[-100.001434,35.882157],[-100.001288,35.768534],[-100.001093,35.654936],[-100.000897,35.541239],[-100.000678,35.427592],[-100.000507,35.31392],[-100.000311,35.200273],[-100.000116,35.08665],[-99.999921,34.973002],[-99.999725,34.85933],[-99.999579,34.745683],[-99.999384,34.632035],[-99.999286,34.585697],[-99.999286,34.575468],[-99.983319,34.576713],[-99.938397,34.581987],[-99.922968,34.578251],[-99.913837,34.573832],[-99.891693,34.570414],[-99.882001,34.564921],[-99.713153,34.430839],[-99.693573,34.406156],[-99.680804,34.394682],[-99.66225,34.389897],[-99.601727,34.385038],[-99.583466,34.389897],[-99.576508,34.394633],[-99.564984,34.405644],[-99.556122,34.410356],[-99.547284,34.412455],[-99.499017,34.40684],[-99.460809,34.389311],[-99.440057,34.382426],[-99.416473,34.380375],[-99.401386,34.386381],[-99.393378,34.401664],[-99.387396,34.451445],[-99.377362,34.462699],[-99.362372,34.46226],[-99.343866,34.451322],[-99.339081,34.445243],[-99.3362,34.438261],[-99.33205,34.43101],[-99.323358,34.424003],[-99.314887,34.420805],[-99.304804,34.418876],[-99.285516,34.417802],[-99.265497,34.411552],[-99.255682,34.396562],[-99.249481,34.378324],[-99.240204,34.362553],[-99.209393,34.33975],[-99.192059,34.322221],[-99.196137,34.31414],[-99.199725,34.302445],[-99.197137,34.248295],[-99.193036,34.232231],[-99.175922,34.22061],[-99.153534,34.216923],[-99.10705,34.218583],[-99.086444,34.216313],[-99.048529,34.206547],[-99.028558,34.204301],[-99.007098,34.207231],[-98.991351,34.212748],[-98.975262,34.215898],[-98.952826,34.211723],[-98.877704,34.17078],[-98.857538,34.164799],[-98.732147,34.142094],[-98.720062,34.136625],[-98.653168,34.159672],[-98.630682,34.163334],[-98.618549,34.162919],[-98.586005,34.157109],[-98.574725,34.151689],[-98.55871,34.127787],[-98.551874,34.122367],[-98.539179,34.11497],[-98.50578,34.082572],[-98.490692,34.075175],[-98.440692,34.075297],[-98.416547,34.079008],[-98.410956,34.088212],[-98.396405,34.10474],[-98.384296,34.122904],[-98.368597,34.137529],[-98.34328,34.143461],[-98.20954,34.129179],[-98.178778,34.132353],[-98.131879,34.146488],[-98.106512,34.149662],[-98.090668,34.138285],[-98.091278,34.11182],[-98.095331,34.082109],[-98.090057,34.060917],[-98.088397,34.027836],[-98.050507,34.011918],[-98.001434,34.003569],[-97.965936,33.993266],[-97.955951,33.995317],[-97.948602,33.987431],[-97.946649,33.977055],[-97.952875,33.965312],[-97.94621,33.954667],[-97.946088,33.945024],[-97.952875,33.924369],[-97.95495,33.914067],[-97.956683,33.907865],[-97.9591,33.893022],[-97.949286,33.883158],[-97.926654,33.873149],[-97.884003,33.86165],[-97.840228,33.868022],[-97.800751,33.887846],[-97.71496,33.960038],[-97.679974,33.9835],[-97.640643,33.994511],[-97.602826,33.978984],[-97.593915,33.962113],[-97.594745,33.925004],[-97.585736,33.906352],[-97.570941,33.898979],[-97.506635,33.902641],[-97.484003,33.899296],[-97.469257,33.892143],[-97.461249,33.879277],[-97.458832,33.858549],[-97.45246,33.835356],[-97.436444,33.826957],[-97.371747,33.830497],[-97.360443,33.833647],[-97.352679,33.838407],[-97.348212,33.841923],[-97.337762,33.847343],[-97.332489,33.851737],[-97.329486,33.855912],[-97.323846,33.866093],[-97.321649,33.86912],[-97.30578,33.877983],[-97.293744,33.875444],[-97.267035,33.855448],[-97.261444,33.861772],[-97.243646,33.887382],[-97.240424,33.894828],[-97.236005,33.89954],[-97.230585,33.902714],[-97.217987,33.906987],[-97.211786,33.910063],[-97.199188,33.90247],[-97.188104,33.892875],[-97.180316,33.881596],[-97.177655,33.86912],[-97.182416,33.852934],[-97.201337,33.82769],[-97.205585,33.810771],[-97.20058,33.786576],[-97.187177,33.760112],[-97.167548,33.737577],[-97.14411,33.725126],[-97.112518,33.726103],[-97.093817,33.742338],[-97.084955,33.767924],[-97.082684,33.797123],[-97.078314,33.807914],[-97.059149,33.817265],[-97.054755,33.824418],[-97.058539,33.834428],[-97.066571,33.839408],[-97.073846,33.846195],[-97.075238,33.86165],[-97.039813,33.853593],[-97.01767,33.858549],[-97.002167,33.875321],[-96.986542,33.902641],[-96.984174,33.926835],[-96.985077,33.939897],[-96.977875,33.947538],[-96.972601,33.950004],[-96.966888,33.952079],[-96.932709,33.957328],[-96.924091,33.957328],[-96.91452,33.955937],[-96.900897,33.950834],[-96.894061,33.946269],[-96.889203,33.941459],[-96.88476,33.931571],[-96.878558,33.903422],[-96.873895,33.893656],[-96.867621,33.885331],[-96.85556,33.874833],[-96.850775,33.871928],[-96.843524,33.869926],[-96.833954,33.869291],[-96.798309,33.873344],[-96.790106,33.872196],[-96.779828,33.867875],[-96.753705,33.851371],[-96.748407,33.848881],[-96.739813,33.847612],[-96.728851,33.847172],[-96.709686,33.849247],[-96.699481,33.851689],[-96.691962,33.854618],[-96.687616,33.85789],[-96.684003,33.861698],[-96.68078,33.865898],[-96.67807,33.870658],[-96.665155,33.901664],[-96.658807,33.910185],[-96.654535,33.913481],[-96.649359,33.915971],[-96.639276,33.916166],[-96.625555,33.913383],[-96.6008,33.904887],[-96.592499,33.897831],[-96.589862,33.891899],[-96.600702,33.873222],[-96.602557,33.868266],[-96.602509,33.862846],[-96.601068,33.857768],[-96.598065,33.853373],[-96.594232,33.84976],[-96.581976,33.838725],[-96.540887,33.828178],[-96.540814,33.828178],[-96.518915,33.818754],[-96.513495,33.814506],[-96.510199,33.807133],[-96.507806,33.797856],[-96.504047,33.789921],[-96.496454,33.786576],[-96.428705,33.789726],[-96.410468,33.786576],[-96.387054,33.762821],[-96.358612,33.725614],[-96.328778,33.70186],[-96.301215,33.718315],[-96.295477,33.739115],[-96.295868,33.754057],[-96.28952,33.763041],[-96.263373,33.766044],[-96.22077,33.76204],[-96.202728,33.763676],[-96.183905,33.773539],[-96.174091,33.786723],[-96.156415,33.821171],[-96.146698,33.828178],[-96.135858,33.830278],[-96.115302,33.839701],[-96.105414,33.841801],[-96.054218,33.841801],[-96.040204,33.84329],[-96.006415,33.855448],[-95.987836,33.866264],[-95.972528,33.873027],[-95.965424,33.872538],[-95.96098,33.879985],[-95.950458,33.889457],[-95.937885,33.895561],[-95.927582,33.893022],[-95.916962,33.884062],[-95.860394,33.853959],[-95.848895,33.851493],[-95.820819,33.855448],[-95.81474,33.86226],[-95.808881,33.866874],[-95.800946,33.86912],[-95.795575,33.86226],[-95.790155,33.857597],[-95.78327,33.855448],[-95.772284,33.861869],[-95.776556,33.890019],[-95.769623,33.89644],[-95.736981,33.895658],[-95.721991,33.897294],[-95.711591,33.89644],[-95.705096,33.902934],[-95.69516,33.909623],[-95.683954,33.914823],[-95.673724,33.916899],[-95.650116,33.92747],[-95.646991,33.929765],[-95.630389,33.924662],[-95.622821,33.924369],[-95.609515,33.943461],[-95.598114,33.952079],[-95.584955,33.947953],[-95.571893,33.938871],[-95.559125,33.933232],[-95.54809,33.925541],[-95.540253,33.910063],[-95.549774,33.895732],[-95.537128,33.889921],[-95.505536,33.889604],[-95.505707,33.888017],[-95.503436,33.88455],[-95.49931,33.879667],[-95.497089,33.875321],[-95.491962,33.877177],[-95.486078,33.881181],[-95.48161,33.883403],[-95.472015,33.882792],[-95.464423,33.880522],[-95.457831,33.876176],[-95.451508,33.86912],[-95.440595,33.870536],[-95.35705,33.868217],[-95.348456,33.86912],[-95.341913,33.871781],[-95.337689,33.874369],[-95.335492,33.878617],[-95.334833,33.886503],[-95.331757,33.895512],[-95.324847,33.895341],[-95.313715,33.889604],[-95.30285,33.894975],[-95.293744,33.8981],[-95.286249,33.902104],[-95.280194,33.910063],[-95.268597,33.90457],[-95.263251,33.915458],[-95.261786,33.933061],[-95.255682,33.947953],[-95.236737,33.960673],[-95.220306,33.962944],[-95.154315,33.944194],[-95.143036,33.938041],[-95.137665,33.932109],[-95.13371,33.925151],[-95.128314,33.91934],[-95.096991,33.912992],[-95.079413,33.903056],[-95.047455,33.875932],[-95.031757,33.866728],[-95.0164,33.862577],[-94.981659,33.86165],[-94.974481,33.859794],[-94.966522,33.855253],[-94.960077,33.849711],[-94.95744,33.844926],[-94.954999,33.829765],[-94.948676,33.823564],[-94.939911,33.820414],[-94.930145,33.814506],[-94.924921,33.808427],[-94.910272,33.786576],[-94.872748,33.755912],[-94.807245,33.746195],[-94.781928,33.739653],[-94.769696,33.738774],[-94.755487,33.733427],[-94.739618,33.709989],[-94.722186,33.702616],[-94.713666,33.693608],[-94.707929,33.691581],[-94.701068,33.692778],[-94.689471,33.697319],[-94.683099,33.697782],[-94.66872,33.695414],[-94.655048,33.691581],[-94.643573,33.685795],[-94.635956,33.677323],[-94.609857,33.681059],[-94.588446,33.679252],[-94.591742,33.675541],[-94.594965,33.669877],[-94.580341,33.663481],[-94.532904,33.650004],[-94.532904,33.656864],[-94.51474,33.649272],[-94.489398,33.648466],[-94.4841,33.647416],[-94.466913,33.644047],[-94.457172,33.62581],[-94.449872,33.604936],[-94.431488,33.590824],[-94.407123,33.584721],[-94.38205,33.587944],[-94.38205,33.581718],[-94.394574,33.571488],[-94.387421,33.561796],[-94.369061,33.558549],[-94.347919,33.56746],[-94.327826,33.558061],[-94.31745,33.566801],[-94.310321,33.582719],[-94.300116,33.594779],[-94.283173,33.595121],[-94.234979,33.574272],[-94.221259,33.579521],[-94.208221,33.589115],[-94.193182,33.593925],[-94.15932,33.577323],[-94.139887,33.573002],[-94.119135,33.573881],[-94.100897,33.581718],[-94.071942,33.563627],[-94.056952,33.557377],[-94.047284,33.554154],[-94.047284,33.553398],[-94.046576,33.488383],[-94.045233,33.369023],[-94.04389,33.249662],[-94.042596,33.130302],[-94.041254,33.010942],[-94.041498,32.893632],[-94.041718,32.776274],[-94.041962,32.65894],[-94.042157,32.541606],[-94.042352,32.424296],[-94.042596,32.306962],[-94.042816,32.189604],[-94.04306,32.072319],[-94.043231,31.998197],[-94.04245,31.996098],[-94.040375,31.992314],[-94.035004,31.987187],[-94.021259,31.978495],[-94.014935,31.975614],[-94.002509,31.967338],[-93.997846,31.962553],[-93.977435,31.930082],[-93.973969,31.926518],[-93.969696,31.92349],[-93.965253,31.920976],[-93.932367,31.906742],[-93.923602,31.900566],[-93.904169,31.883207],[-93.890521,31.867924],[-93.881757,31.854667],[-93.876923,31.845317],[-93.872943,31.835575],[-93.865814,31.822782],[-93.840057,31.790361],[-93.837347,31.781352],[-93.830585,31.742778],[-93.826898,31.73101],[-93.823358,31.723295],[-93.819867,31.72017],[-93.816864,31.716874],[-93.814301,31.71309],[-93.813446,31.70811],[-93.813861,31.702372],[-93.818622,31.686479],[-93.820184,31.677275],[-93.821893,31.64932],[-93.823187,31.640922],[-93.824823,31.635551],[-93.828998,31.628276],[-93.832904,31.617875],[-93.83349,31.611015],[-93.832904,31.603446],[-93.829608,31.593827],[-93.826923,31.587846],[-93.820721,31.578691],[-93.810883,31.567167],[-93.7841,31.541703],[-93.775336,31.535502],[-93.770526,31.532768],[-93.764862,31.5304],[-93.740497,31.524052],[-93.734711,31.521879],[-93.729877,31.519096],[-93.726703,31.514994],[-93.726263,31.509721],[-93.729169,31.504545],[-93.731586,31.50164],[-93.732758,31.500566],[-93.733221,31.500175],[-93.74372,31.494291],[-93.746796,31.490336],[-93.747553,31.485527],[-93.745429,31.477543],[-93.743256,31.473002],[-93.740204,31.468681],[-93.73642,31.465873],[-93.731757,31.463676],[-93.719891,31.460942],[-93.714423,31.458842],[-93.710175,31.455888],[-93.706903,31.449906],[-93.704462,31.441606],[-93.701556,31.425468],[-93.6987,31.416923],[-93.695429,31.410307],[-93.685541,31.398735],[-93.670062,31.38433],[-93.656244,31.376347],[-93.654462,31.373637],[-93.655072,31.370268],[-93.667645,31.356327],[-93.670599,31.352348],[-93.674872,31.343559],[-93.676825,31.337724],[-93.677899,31.330717],[-93.675897,31.320048],[-93.672626,31.31414],[-93.668256,31.309404],[-93.64267,31.290776],[-93.631635,31.280644],[-93.628461,31.27664],[-93.625775,31.27183],[-93.623578,31.266264],[-93.6216,31.25811],[-93.619232,31.2512],[-93.61618,31.246],[-93.610785,31.238627],[-93.6091,31.233451],[-93.605194,31.206791],[-93.603168,31.201567],[-93.600458,31.198002],[-93.597357,31.195268],[-93.594574,31.193388],[-93.592474,31.192509],[-93.589398,31.192143],[-93.585834,31.19207],[-93.5664,31.19644],[-93.548456,31.192533],[-93.543036,31.176176],[-93.545917,31.131571],[-93.548065,31.121733],[-93.55744,31.108207],[-93.559589,31.097123],[-93.53288,31.059892],[-93.518842,31.049223],[-93.514764,31.042045],[-93.518597,31.031962],[-93.526556,31.027275],[-93.55368,31.020072],[-93.563007,31.018901],[-93.577557,31.008403],[-93.569086,30.985697],[-93.55329,30.964115],[-93.545917,30.95684],[-93.538153,30.943901],[-93.539642,30.939433],[-93.545917,30.92891],[-93.561054,30.917314],[-93.569916,30.908818],[-93.573846,30.89849],[-93.572675,30.887406],[-93.567572,30.868412],[-93.5664,30.857206],[-93.566815,30.845268],[-93.568182,30.836479],[-93.573846,30.819682],[-93.610028,30.761869],[-93.618231,30.71414],[-93.62785,30.699882],[-93.661981,30.676298],[-93.670404,30.660697],[-93.68493,30.611137],[-93.68681,30.600566],[-93.706488,30.595756],[-93.721747,30.583207],[-93.730536,30.565654],[-93.730878,30.545951],[-93.728046,30.540898],[-93.719843,30.536381],[-93.717206,30.531669],[-93.716327,30.51226],[-93.717206,30.511186],[-93.704999,30.481303],[-93.703583,30.473344],[-93.70639,30.454789],[-93.713959,30.441288],[-93.738324,30.414994],[-93.752411,30.39268],[-93.755804,30.373368],[-93.751971,30.32935],[-93.744891,30.313969],[-93.729657,30.301762],[-93.715179,30.28726],[-93.710394,30.264775],[-93.713324,30.254789],[-93.722821,30.235136],[-93.724677,30.223808],[-93.72226,30.213798],[-93.712567,30.199174],[-93.710394,30.192485],[-93.708246,30.174003],[-93.704681,30.159672],[-93.703973,30.143754],[-93.710394,30.12078],[-93.723285,30.101054],[-93.724896,30.091825],[-93.717206,30.079814],[-93.776093,30.021806],[-93.796405,29.990238],[-93.798421,29.985607],[-93.818646,29.986755],[-93.834598,29.983621],[-93.854075,29.986558],[-93.858022,29.968248],[-93.867543,29.950019],[-93.924399,29.865622],[-93.938112,29.805903],[-93.932712,29.776194],[-93.875844,29.723375],[-93.859934,29.692572],[-93.875803,29.675035],[-93.887318,29.674547],[-93.916737,29.68183],[-94.037587,29.684027],[-94.060129,29.68183],[-94.101959,29.6706],[-94.131459,29.658881],[-94.215972,29.617499],[-94.335276,29.578192],[-94.654286,29.45189],[-94.690745,29.428616],[-94.742421,29.374661],[-94.762766,29.366523],[-94.786204,29.370307],[-94.790639,29.380032],[-94.782053,29.393378],[-94.700999,29.462795],[-94.67516,29.474799],[-94.651601,29.478258],[-94.640126,29.481431],[-94.630035,29.485663],[-94.622426,29.490058],[-94.5926,29.517564],[-94.580881,29.524237],[-94.572133,29.526435],[-94.521881,29.523993],[-94.504465,29.526028],[-94.491811,29.534125],[-94.48526,29.552151],[-94.485951,29.566107],[-94.494944,29.558783],[-94.510121,29.549018],[-94.529652,29.555569],[-94.545522,29.568427],[-94.561431,29.574612],[-94.605448,29.55265],[-94.695232,29.538959],[-94.736819,29.528477],[-94.755235,29.524271],[-94.77905,29.529877],[-94.787429,29.540714],[-94.78508,29.546934],[-94.773754,29.541801],[-94.761274,29.543918],[-94.749458,29.561038],[-94.735779,29.579235],[-94.716138,29.611408],[-94.70311,29.650438],[-94.692741,29.69634],[-94.69547,29.718123],[-94.702144,29.735306],[-94.703532,29.751362],[-94.710176,29.760518],[-94.719494,29.776551],[-94.734055,29.782241],[-94.744627,29.782206],[-94.760458,29.776416],[-94.773655,29.772928],[-94.794792,29.771705],[-94.806743,29.781989],[-94.82649,29.768144],[-94.826386,29.749787],[-94.848661,29.717578],[-94.862984,29.683106],[-94.876076,29.665842],[-94.90641,29.657682],[-94.919597,29.655327],[-94.931556,29.666741],[-94.938317,29.689653],[-94.948915,29.69419],[-94.966172,29.704434],[-94.999176,29.71601],[-95.015502,29.7203],[-95.026745,29.736094],[-95.033993,29.748461],[-95.05228,29.749748],[-95.064076,29.712877],[-95.050328,29.707026],[-95.036812,29.704343],[-95.028824,29.697497],[-95.018488,29.695484],[-95.008947,29.693465],[-94.99858,29.68663],[-94.985801,29.674985],[-95.008696,29.659714],[-95.015723,29.644522],[-95.010031,29.625953],[-94.984519,29.60612],[-94.989195,29.594387],[-95.005442,29.578599],[-95.015981,29.568915],[-95.023915,29.542182],[-94.983911,29.513819],[-94.907798,29.49631],[-94.914873,29.488006],[-94.923506,29.475558],[-94.936391,29.480048],[-94.950592,29.473782],[-94.965077,29.469631],[-94.965077,29.462795],[-94.948232,29.451972],[-94.947092,29.43537],[-94.942942,29.422024],[-94.917307,29.421129],[-94.917307,29.428616],[-94.921498,29.432115],[-94.921986,29.433987],[-94.921783,29.43651],[-94.919586,29.43651],[-94.918324,29.436998],[-94.918202,29.44009],[-94.917307,29.442288],[-94.889556,29.400824],[-94.878774,29.393866],[-94.865793,29.39175],[-94.821116,29.373969],[-94.824941,29.372789],[-94.828277,29.37226],[-94.831288,29.370754],[-94.834096,29.366523],[-94.849436,29.375963],[-94.870351,29.380845],[-94.888824,29.375963],[-94.896799,29.35635],[-94.901357,29.334621],[-94.912913,29.315579],[-94.928212,29.307563],[-94.943959,29.318793],[-94.950795,29.318793],[-94.955149,29.306342],[-94.964467,29.297797],[-94.984934,29.284613],[-94.987864,29.283881],[-94.996205,29.285224],[-94.999176,29.284613],[-94.999867,29.281968],[-94.998647,29.273749],[-94.999176,29.270982],[-95.065175,29.204169],[-95.088368,29.188625],[-95.115875,29.17475],[-95.124257,29.193549],[-95.137196,29.19892],[-95.153147,29.200873],[-95.170522,29.20893],[-95.162913,29.200629],[-95.150014,29.17475],[-95.159169,29.152411],[-95.158111,29.130927],[-95.150014,29.089097],[-95.149648,29.07217],[-95.151235,29.058498],[-95.158925,29.045722],[-95.231516,28.99551],[-95.259999,28.981757],[-95.313873,28.928371],[-95.367747,28.887152],[-95.379384,28.880561],[-95.401723,28.878363],[-95.419179,28.872301],[-95.487172,28.829657],[-95.601918,28.763861],[-95.644887,28.745917],[-95.688873,28.736314],[-95.733957,28.733588],[-95.780019,28.735907],[-95.817372,28.732489],[-95.951975,28.688707],[-95.94579,28.676459],[-95.947133,28.666246],[-95.950999,28.656968],[-95.952382,28.640326],[-95.954945,28.636379],[-95.955922,28.632636],[-95.951975,28.626654],[-95.947255,28.625312],[-95.940175,28.625718],[-95.933705,28.62759],[-95.930816,28.630072],[-95.793446,28.699449],[-95.754954,28.71247],[-95.719228,28.715481],[-95.837148,28.64647],[-95.902415,28.617865],[-96.005116,28.596503],[-96.066274,28.55386],[-96.123687,28.536811],[-96.188222,28.501654],[-96.218861,28.489488],[-96.194569,28.51557],[-96.160878,28.537258],[-96.017242,28.60224],[-95.996002,28.606187],[-95.984934,28.613105],[-95.981353,28.628607],[-95.987782,28.644843],[-96.006581,28.653998],[-96.026438,28.651028],[-96.064768,28.631334],[-96.077952,28.626654],[-96.098378,28.623277],[-96.157379,28.598782],[-96.204905,28.586656],[-96.226471,28.587144],[-96.222279,28.602484],[-96.204742,28.610582],[-96.158925,28.615139],[-96.143137,28.626654],[-96.136871,28.626654],[-96.136871,28.633531],[-96.15392,28.635199],[-96.168284,28.632554],[-96.181386,28.628648],[-96.194936,28.626654],[-96.215443,28.629381],[-96.220448,28.636868],[-96.215443,28.647895],[-96.19225,28.680894],[-96.188059,28.690863],[-96.195058,28.694485],[-96.215443,28.694973],[-96.230824,28.692816],[-96.244537,28.687567],[-96.266672,28.675116],[-96.260406,28.688707],[-96.281402,28.679755],[-96.308095,28.651068],[-96.328725,28.639716],[-96.345774,28.635321],[-96.349843,28.637397],[-96.350209,28.64411],[-96.356028,28.653998],[-96.385162,28.679348],[-96.390207,28.688707],[-96.380035,28.700263],[-96.377594,28.714911],[-96.38329,28.730048],[-96.397613,28.743394],[-96.403717,28.738756],[-96.413075,28.733832],[-96.41686,28.729722],[-96.435048,28.755683],[-96.438588,28.763861],[-96.444814,28.763861],[-96.443959,28.749254],[-96.438385,28.731757],[-96.430979,28.716498],[-96.424306,28.708645],[-96.417104,28.710679],[-96.408274,28.716946],[-96.400787,28.719875],[-96.397613,28.712063],[-96.400299,28.702582],[-96.406484,28.696763],[-96.412994,28.692816],[-96.41686,28.688707],[-96.416371,28.680976],[-96.412709,28.673774],[-96.410308,28.666327],[-96.413726,28.657701],[-96.416819,28.643704],[-96.403432,28.635565],[-96.3697,28.626654],[-96.427642,28.595404],[-96.462514,28.583197],[-96.493235,28.578925],[-96.477895,28.59162],[-96.459828,28.593329],[-96.444814,28.597357],[-96.438588,28.616767],[-96.447133,28.635647],[-96.48469,28.612616],[-96.493235,28.636623],[-96.497385,28.644761],[-96.507476,28.643459],[-96.519765,28.640448],[-96.530426,28.643459],[-96.536285,28.646064],[-96.549875,28.645494],[-96.554677,28.647162],[-96.559478,28.654283],[-96.560292,28.660712],[-96.559967,28.667222],[-96.561513,28.675116],[-96.565785,28.68891],[-96.56725,28.696519],[-96.57018,28.702623],[-96.578521,28.712063],[-96.590443,28.720364],[-96.603831,28.7237],[-96.617502,28.722073],[-96.63036,28.715481],[-96.634511,28.720852],[-96.63915,28.724189],[-96.650868,28.729722],[-96.64981,28.70482],[-96.64566,28.687079],[-96.637196,28.671617],[-96.608795,28.637763],[-96.604888,28.630561],[-96.602447,28.62051],[-96.603098,28.610175],[-96.60851,28.586168],[-96.608632,28.578925],[-96.599843,28.568345],[-96.591908,28.569648],[-96.581939,28.578925],[-96.57018,28.575385],[-96.541005,28.557807],[-96.520375,28.549221],[-96.513661,28.544135],[-96.506581,28.536851],[-96.501291,28.52912],[-96.493235,28.510647],[-96.545522,28.487738],[-96.554677,28.48607],[-96.547597,28.469306],[-96.531565,28.469468],[-96.514231,28.477973],[-96.503489,28.48607],[-96.4735,28.493557],[-96.435658,28.48135],[-96.406809,28.458726],[-96.403798,28.434882],[-96.475819,28.400784],[-96.495107,28.39647],[-96.529164,28.377753],[-96.544749,28.373481],[-96.653717,28.319485],[-96.671376,28.331855],[-96.687734,28.327379],[-96.698313,28.335883],[-96.703847,28.351793],[-96.705922,28.388495],[-96.709218,28.399848],[-96.718495,28.405463],[-96.73648,28.406928],[-96.74177,28.41059],[-96.74356,28.419094],[-96.744374,28.428453],[-96.746449,28.434882],[-96.751291,28.438666],[-96.762278,28.444322],[-96.766957,28.447943],[-96.784657,28.472602],[-96.793324,28.479722],[-96.801666,28.475246],[-96.810129,28.467841],[-96.813303,28.457994],[-96.810658,28.45185],[-96.801666,28.45539],[-96.777455,28.437405],[-96.769765,28.426215],[-96.766957,28.410712],[-96.775136,28.400458],[-96.793853,28.408189],[-96.814524,28.421698],[-96.828359,28.428697],[-96.844472,28.415595],[-96.825103,28.387926],[-96.795562,28.356513],[-96.781158,28.331855],[-96.787465,28.314276],[-96.797109,28.296942],[-96.801259,28.27912],[-96.782338,28.241604],[-96.792388,28.228664],[-96.828359,28.20897],[-96.845123,28.193264],[-96.880238,28.150621],[-96.895904,28.140815],[-96.928212,28.133246],[-96.945058,28.126451],[-96.933461,28.162909],[-96.92455,28.179185],[-96.910308,28.195258],[-96.924713,28.214097],[-96.918935,28.232123],[-96.908803,28.248765],[-96.910308,28.263617],[-96.921946,28.263332],[-96.93578,28.248277],[-96.95934,28.215766],[-96.946116,28.205146],[-96.94343,28.191352],[-96.94872,28.174221],[-96.95934,28.153754],[-96.973012,28.133938],[-96.984364,28.129543],[-97.020172,28.140082],[-97.016265,28.142279],[-97.012929,28.144965],[-97.009755,28.148668],[-97.0065,28.153754],[-97.013051,28.164008],[-97.007436,28.194525],[-97.013987,28.20897],[-97.020172,28.20897],[-97.036204,28.187649],[-97.07136,28.168118],[-97.110219,28.153632],[-97.137522,28.147528],[-97.130849,28.157782],[-97.13858,28.165595],[-97.152659,28.169257],[-97.164784,28.167385],[-97.173248,28.159003],[-97.177317,28.148017],[-97.173207,28.138373],[-97.157338,28.133857],[-97.198598,28.096829],[-97.217519,28.074774],[-97.208852,28.065009],[-97.186676,28.062486],[-97.168446,28.055609],[-97.154286,28.044623],[-97.144276,28.030219],[-97.144399,28.019761],[-97.148671,28.010199],[-97.149078,28.00552],[-97.137522,28.009711],[-97.129872,28.01675],[-97.123118,28.028306],[-97.118235,28.041734],[-97.116363,28.054389],[-97.106109,28.07095],[-97.057444,28.088813],[-97.041249,28.105902],[-97.044911,28.110419],[-97.046457,28.113715],[-97.0454,28.114814],[-97.041656,28.116604],[-97.034413,28.119574],[-97.024078,28.111802],[-97.021067,28.100328],[-97.027659,28.061591],[-97.026275,28.047675],[-97.024973,28.041449],[-97.027496,28.036689],[-97.037913,28.027086],[-97.044586,28.01911],[-97.061147,27.989244],[-97.06607,27.988674],[-97.067454,27.990139],[-97.067535,27.992825],[-97.068593,27.996039],[-97.105336,27.936998],[-97.184071,27.836615],[-97.206288,27.821723],[-97.232493,27.824774],[-97.232493,27.832221],[-97.211985,27.832221],[-97.223256,27.849066],[-97.235911,27.863837],[-97.250315,27.874579],[-97.267201,27.879381],[-97.290842,27.876654],[-97.33137,27.86107],[-97.355946,27.859565],[-97.348988,27.864936],[-97.346506,27.86872],[-97.345326,27.872748],[-97.342275,27.879381],[-97.368153,27.873236],[-97.424387,27.87519],[-97.452138,27.873196],[-97.45759,27.869818],[-97.460194,27.860663],[-97.46581,27.859565],[-97.473378,27.861029],[-97.481191,27.864569],[-97.486928,27.86636],[-97.488271,27.868638],[-97.489125,27.872952],[-97.492299,27.877183],[-97.5006,27.879381],[-97.504547,27.878852],[-97.521067,27.873196],[-97.504872,27.849026],[-97.48705,27.835273],[-97.463979,27.831732],[-97.431711,27.838446],[-97.42219,27.832709],[-97.40982,27.832343],[-97.398183,27.8369],[-97.390736,27.845893],[-97.38561,27.830064],[-97.394032,27.801703],[-97.390736,27.791246],[-97.371816,27.755316],[-97.356068,27.741767],[-97.267201,27.708075],[-97.259592,27.695054],[-97.262807,27.679267],[-97.272532,27.663398],[-97.284291,27.650051],[-97.289296,27.641995],[-97.292592,27.630927],[-97.295155,27.608791],[-97.298818,27.600572],[-97.329335,27.549628],[-97.346425,27.505764],[-97.349762,27.485826],[-97.352935,27.475735],[-97.367055,27.460761],[-97.408315,27.357367],[-97.411204,27.335028],[-97.422353,27.327786],[-97.486928,27.304023],[-97.508412,27.282416],[-97.522572,27.27851],[-97.541575,27.290351],[-97.505279,27.307603],[-97.493153,27.317694],[-97.498687,27.320787],[-97.501291,27.32392],[-97.503245,27.327379],[-97.506744,27.331285],[-97.486806,27.330227],[-97.476389,27.331488],[-97.469228,27.335028],[-97.461293,27.343655],[-97.460927,27.345771],[-97.465484,27.346747],[-97.472646,27.351752],[-97.474192,27.348375],[-97.481353,27.347073],[-97.489369,27.350653],[-97.493153,27.362047],[-97.4912,27.381496],[-97.486928,27.400214],[-97.506174,27.392524],[-97.529205,27.372138],[-97.541575,27.365465],[-97.534088,27.351752],[-97.544911,27.34809],[-97.55309,27.343817],[-97.568837,27.331285],[-97.575103,27.345649],[-97.584706,27.341783],[-97.603017,27.317694],[-97.599721,27.31094],[-97.600657,27.304511],[-97.606191,27.299709],[-97.616933,27.297797],[-97.630238,27.300238],[-97.634104,27.306545],[-97.634511,27.315131],[-97.637766,27.324449],[-97.717641,27.427436],[-97.742909,27.449693],[-97.774281,27.468492],[-97.770497,27.444566],[-97.73644,27.41413],[-97.725901,27.393378],[-97.740142,27.393378],[-97.703765,27.36107],[-97.691762,27.340481],[-97.712229,27.331285],[-97.710561,27.324164],[-97.709096,27.321357],[-97.706654,27.317694],[-97.687082,27.325141],[-97.672231,27.321357],[-97.667633,27.310858],[-97.6787,27.297797],[-97.700698,27.285943],[-97.724724,27.287669],[-97.749989,27.297309],[-97.774281,27.297797],[-97.760569,27.27912],[-97.7152,27.26736],[-97.678708,27.27402],[-97.658885,27.274122],[-97.642153,27.266802],[-97.629522,27.244661],[-97.598236,27.242959],[-97.559661,27.234805],[-97.521127,27.232191],[-97.501398,27.243362],[-97.476476,27.256396],[-97.440118,27.272232],[-97.426096,27.263658],[-97.427154,27.249986],[-97.434071,27.239244],[-97.445953,27.235093],[-97.443837,27.224189],[-97.443471,27.205715],[-97.445058,27.188218],[-97.449086,27.180487],[-97.458363,27.174791],[-97.455434,27.161322],[-97.448598,27.145494],[-97.445953,27.132717],[-97.453114,27.120754],[-97.46581,27.112372],[-97.481313,27.107571],[-97.496897,27.106024],[-97.498199,27.100735],[-97.488189,27.088324],[-97.481557,27.074286],[-97.493153,27.063788],[-97.480946,27.038723],[-97.480702,27.021959],[-97.494496,27.012641],[-97.550201,27.009182],[-97.560943,27.004869],[-97.562815,26.99372],[-97.559967,26.950751],[-97.554311,26.933051],[-97.545522,26.918647],[-97.534088,26.906806],[-97.494537,26.89053],[-97.481313,26.877631],[-97.493153,26.858344],[-97.537709,26.895575],[-97.548411,26.899888],[-97.555247,26.890204],[-97.560048,26.871405],[-97.562489,26.851386],[-97.562001,26.837877],[-97.554758,26.825141],[-97.543691,26.822211],[-97.529652,26.822008],[-97.513661,26.817369],[-97.501291,26.806627],[-97.493031,26.791734],[-97.488393,26.775092],[-97.481516,26.73135],[-97.457631,26.667222],[-97.447255,26.601304],[-97.424916,26.534898],[-97.418609,26.502021],[-97.422271,26.508979],[-97.428863,26.517727],[-97.431711,26.523179],[-97.436838,26.509914],[-97.446034,26.502875],[-97.472646,26.495836],[-97.438547,26.485297],[-97.439687,26.476467],[-97.444814,26.461371],[-97.447987,26.433336],[-97.450429,26.423896],[-97.447865,26.420152],[-97.435129,26.419501],[-97.417063,26.415188],[-97.411936,26.404527],[-97.410797,26.391181],[-97.405019,26.378567],[-97.398061,26.376288],[-97.376373,26.374416],[-97.370229,26.372301],[-97.369862,26.364081],[-97.378814,26.34398],[-97.377065,26.337592],[-97.370107,26.336819],[-97.363271,26.340155],[-97.358062,26.344957],[-97.355946,26.348456],[-97.351918,26.353827],[-97.34439,26.349351],[-97.340199,26.34162],[-97.346059,26.337592],[-97.355295,26.327948],[-97.361073,26.306871],[-97.361073,26.285793],[-97.352895,26.276109],[-97.343739,26.277981],[-97.336537,26.281155],[-97.329823,26.281724],[-97.321848,26.276109],[-97.315785,26.264879],[-97.319163,26.257148],[-97.325673,26.250393],[-97.329254,26.242011],[-97.327626,26.230414],[-97.322906,26.221503],[-97.308746,26.201077],[-97.313954,26.180121],[-97.315256,26.150133],[-97.310536,26.123277],[-97.298248,26.11164],[-97.292714,26.109605],[-97.285634,26.10517],[-97.276235,26.100653],[-97.263783,26.098619],[-97.23644,26.09809],[-97.223866,26.095893],[-97.211985,26.091213],[-97.215403,26.076321],[-97.222157,26.067084],[-97.232533,26.064765],[-97.246693,26.070705],[-97.248036,26.053168],[-97.259836,26.02912],[-97.260365,26.015448],[-97.255605,25.998928],[-97.252024,25.992987],[-97.246693,25.988756],[-97.236236,25.984198],[-97.233225,25.985541],[-97.23176,25.989976],[-97.226226,25.995022],[-97.201731,26.005072],[-97.192616,26.011542],[-97.185292,26.022284],[-97.181467,26.038031],[-97.179555,26.056057],[-97.175364,26.070868],[-97.164784,26.07689],[-97.151845,26.075019],[-97.143178,26.047756],[-97.140736,26.019192],[-97.137522,25.974514],[-97.139267,25.965827],[-97.204941,25.960639],[-97.253051,25.963481],[-97.266358,25.960639],[-97.2692,25.944361],[-97.287649,25.928651],[-97.310981,25.922088],[-97.328447,25.933302],[-97.351107,25.918419],[-97.355112,25.912786],[-97.35227,25.894493],[-97.345165,25.871704],[-97.345733,25.852222],[-97.36599,25.843902],[-97.376015,25.846744],[-97.380124,25.853203],[-97.383121,25.860541],[-97.389891,25.865657],[-97.397823,25.865812],[-97.399476,25.861162],[-97.39989,25.855115],[-97.404179,25.851395],[-97.425418,25.854857],[-97.435727,25.869275],[-97.441309,25.884933],[-97.448259,25.892322],[-97.469421,25.892943],[-97.486319,25.895733],[-97.502209,25.901883],[-97.52027,25.912786],[-97.565177,25.954748],[-97.594322,25.966375],[-97.604787,25.979966],[-97.613055,25.995985],[-97.622641,26.00906],[-97.641451,26.022495],[-97.659874,26.03066],[-97.679614,26.034639],[-97.766948,26.039652],[-97.780306,26.043218],[-97.782321,26.058617],[-97.80201,26.063733],[-97.878181,26.063733],[-97.941666,26.056809],[-97.999233,26.064302],[-98.013057,26.063682],[-98.044166,26.048799],[-98.065457,26.042184],[-98.075146,26.046628],[-98.083311,26.070916],[-98.103103,26.074947],[-98.150232,26.063682],[-98.185062,26.065232],[-98.222656,26.075412],[-98.300429,26.111431],[-98.309809,26.121094],[-98.333037,26.15303],[-98.339264,26.159851],[-98.365774,26.160161],[-98.377272,26.163572],[-98.377272,26.173649],[-98.36934,26.19401],[-98.397193,26.201141],[-98.428845,26.217729],[-98.456544,26.225946],[-98.472383,26.207652],[-98.49295,26.230596],[-98.521527,26.240932],[-98.552791,26.248321],[-98.581627,26.262274],[-98.640564,26.24181],[-98.653663,26.244291],[-98.664696,26.250647],[-98.685289,26.268475],[-98.693325,26.270542],[-98.702239,26.271628],[-98.704255,26.27664],[-98.691465,26.290231],[-98.701413,26.299119],[-98.713169,26.303357],[-98.726217,26.30439],[-98.739911,26.303253],[-98.735932,26.320048],[-98.746397,26.332141],[-98.780839,26.351674],[-98.795851,26.368314],[-98.801329,26.372138],[-98.810295,26.372448],[-98.817323,26.368521],[-98.825023,26.366454],[-98.836081,26.372138],[-98.842334,26.365834],[-98.850835,26.364077],[-98.860524,26.366299],[-98.870214,26.372138],[-98.893029,26.367849],[-98.9299,26.39224],[-98.945377,26.378288],[-98.954136,26.393946],[-98.962844,26.399527],[-98.986951,26.400095],[-99.004056,26.393842],[-99.010515,26.392602],[-99.016432,26.394462],[-99.022995,26.403351],[-99.027878,26.406245],[-99.047645,26.406968],[-99.066351,26.404746],[-99.085498,26.40764],[-99.106427,26.423039],[-99.108907,26.434253],[-99.102525,26.446966],[-99.09374,26.459781],[-99.089373,26.47115],[-99.091492,26.484018],[-99.10299,26.512078],[-99.115108,26.525617],[-99.140946,26.531405],[-99.164873,26.540448],[-99.17128,26.563961],[-99.178386,26.613674],[-99.181125,26.6299],[-99.221355,26.735734],[-99.234093,26.783638],[-99.248278,26.827097],[-99.262799,26.844047],[-99.279672,26.859654],[-99.29396,26.876293],[-99.325974,26.911537],[-99.336981,26.924766],[-99.376849,26.953756],[-99.386177,26.962231],[-99.390363,26.973135],[-99.390156,26.993599],[-99.392792,27.004761],[-99.399329,27.012668],[-99.407313,27.014528],[-99.416046,27.01489],[-99.42465,27.017887],[-99.439869,27.028946],[-99.443744,27.034578],[-99.461728,27.056954],[-99.442039,27.089614],[-99.439404,27.098347],[-99.441419,27.107494],[-99.445734,27.114728],[-99.450178,27.120465],[-99.452452,27.125012],[-99.450333,27.145166],[-99.435786,27.188419],[-99.431988,27.207591],[-99.434029,27.22697],[-99.440902,27.244798],[-99.451832,27.26118],[-99.46612,27.276527],[-99.468963,27.278233],[-99.480409,27.283297],[-99.482941,27.286708],[-99.484879,27.294821],[-99.486584,27.297611],[-99.493199,27.30128],[-99.521362,27.311254],[-99.5148,27.321796],[-99.497591,27.338798],[-99.494026,27.348203],[-99.492889,27.358848],[-99.487721,27.37187],[-99.484621,27.391766],[-99.475706,27.414762],[-99.472916,27.426647],[-99.473639,27.463803],[-99.472916,27.468299],[-99.47643,27.48251],[-99.480409,27.490778],[-99.48829,27.494654],[-99.503689,27.495584],[-99.509503,27.500028],[-99.510071,27.510518],[-99.507074,27.533437],[-99.507203,27.57377],[-99.515006,27.588601],[-99.535031,27.604828],[-99.55503,27.613509],[-99.572264,27.61847],[-99.578232,27.622811],[-99.590247,27.642061],[-99.600169,27.646427],[-99.612442,27.643637],[-99.633526,27.633069],[-99.644869,27.632733],[-99.648642,27.636919],[-99.658693,27.654024],[-99.664739,27.659398],[-99.70037,27.659191],[-99.705692,27.66317],[-99.710674,27.670116],[-99.723056,27.687381],[-99.730652,27.691825],[-99.734037,27.702031],[-99.736311,27.713607],[-99.740445,27.722159],[-99.747344,27.726009],[-99.765198,27.731177],[-99.774577,27.735828],[-99.78685,27.748488],[-99.795428,27.761924],[-99.806963,27.771423],[-99.808167,27.772414],[-99.83292,27.776755],[-99.832971,27.782181],[-99.844779,27.793576],[-99.858241,27.803524],[-99.863357,27.804661],[-99.864727,27.814324],[-99.861858,27.83608],[-99.863357,27.845666],[-99.870928,27.854477],[-99.880204,27.859231],[-99.888007,27.864812],[-99.891288,27.876026],[-99.882684,27.89158],[-99.878808,27.901838],[-99.88134,27.906463],[-99.896766,27.912923],[-99.914336,27.928245],[-99.929916,27.946331],[-99.939683,27.961085],[-99.928289,27.975761],[-99.940717,27.983254],[-99.961852,27.987492],[-99.976606,27.992453],[-99.991127,28.007801],[-100.000584,28.02041],[-100.007457,28.033561],[-100.014123,28.050459],[-100.013503,28.056971],[-100.010506,28.063611],[-100.010196,28.068882],[-100.017585,28.070949],[-100.031538,28.081801],[-100.045077,28.095289],[-100.048023,28.102523],[-100.048901,28.115959],[-100.056498,28.137922],[-100.074895,28.154407],[-100.172873,28.198538],[-100.189203,28.201329],[-100.197626,28.207168],[-100.201192,28.220346],[-100.202949,28.234428],[-100.205946,28.242877],[-100.212819,28.245073],[-100.240724,28.249698],[-100.257932,28.260524],[-100.275089,28.277242],[-100.284339,28.296517],[-100.277931,28.314888],[-100.278551,28.331088],[-100.293899,28.353413],[-100.322631,28.386899],[-100.331675,28.422013],[-100.336326,28.458574],[-100.340201,28.464259],[-100.348315,28.470253],[-100.355549,28.478185],[-100.35679,28.489322],[-100.351622,28.496711],[-100.322631,28.510406],[-100.364024,28.524797],[-100.38423,28.537174],[-100.397769,28.557586],[-100.398751,28.568645],[-100.397097,28.592726],[-100.401438,28.60226],[-100.411463,28.609314],[-100.434821,28.619133],[-100.44619,28.626497],[-100.444898,28.643782],[-100.481381,28.686054],[-100.493939,28.708378],[-100.519054,28.804961],[-100.524996,28.814831],[-100.529285,28.819947],[-100.534453,28.830231],[-100.538639,28.835631],[-100.54515,28.83899],[-100.559671,28.839378],[-100.566234,28.842504],[-100.569696,28.84961],[-100.56334,28.86209],[-100.566234,28.869789],[-100.571763,28.8732],[-100.586543,28.879789],[-100.58954,28.883458],[-100.594966,28.899322],[-100.606955,28.910123],[-100.618841,28.917926],[-100.624318,28.924721],[-100.624783,28.93777],[-100.626696,28.948338],[-100.630778,28.956683],[-100.637909,28.962884],[-100.628918,28.98433],[-100.632793,29.005156],[-100.652224,29.044817],[-100.660854,29.102669],[-100.668967,29.116208],[-100.678165,29.119412],[-100.690826,29.121014],[-100.70204,29.12365],[-100.706846,29.130187],[-100.70974,29.135561],[-100.762501,29.173776],[-100.770098,29.187289],[-100.762088,29.208658],[-100.783172,29.243074],[-100.796143,29.257673],[-100.81609,29.270773],[-100.86389,29.290616],[-100.871797,29.296456],[-100.891227,29.318547],[-100.91474,29.337048],[-100.987397,29.366322],[-100.998301,29.372472],[-101.008068,29.380585],[-101.016232,29.390068],[-101.022175,29.40048],[-101.025948,29.414356],[-101.029617,29.442984],[-101.037782,29.460063],[-101.067961,29.469494],[-101.134778,29.487659],[-101.163562,29.501301],[-101.182708,29.522359],[-101.191416,29.528147],[-101.201777,29.530653],[-101.212861,29.531584],[-101.222783,29.540782],[-101.226478,29.55445],[-101.217771,29.58419],[-101.219011,29.610287],[-101.233919,29.622663],[-101.258776,29.620157],[-101.28358,29.607806],[-101.30097,29.594138],[-101.312158,29.597859],[-101.310866,29.612767],[-101.302727,29.633851],[-101.301073,29.649509],[-101.30978,29.654548],[-101.336239,29.654315],[-101.349029,29.660103],[-101.357684,29.667441],[-101.364351,29.676665],[-101.376624,29.700643],[-101.383368,29.718497],[-101.39962,29.740718],[-101.406545,29.752888],[-101.409309,29.765781],[-101.405098,29.778442],[-101.414012,29.774411],[-101.424218,29.771414],[-101.435096,29.770122],[-101.446103,29.771052],[-101.455689,29.77591],[-101.462433,29.788932],[-101.470908,29.791516],[-101.490286,29.785547],[-101.505763,29.773894],[-101.521809,29.765936],[-101.542893,29.771052],[-101.539689,29.779191],[-101.530516,29.796477],[-101.528604,29.801438],[-101.531912,29.811101],[-101.539172,29.817974],[-101.546458,29.820145],[-101.549766,29.815701],[-101.553977,29.796684],[-101.564907,29.786478],[-101.580281,29.781568],[-101.632216,29.775651],[-101.794531,29.795857],[-101.80298,29.801438],[-101.805978,29.811928],[-101.812695,29.812032],[-101.82409,29.805184],[-101.857602,29.805184],[-101.877524,29.810843],[-101.88742,29.81229],[-101.895455,29.808621],[-101.90238,29.803247],[-101.910881,29.799888],[-101.920157,29.798182],[-101.929613,29.797717],[-101.942662,29.803608],[-101.957054,29.814047],[-101.972246,29.818181],[-101.98793,29.805184],[-102.014595,29.810998],[-102.109344,29.80211],[-102.145647,29.815701],[-102.157248,29.824537],[-102.203679,29.846138],[-102.239775,29.849135],[-102.253444,29.855285],[-102.258276,29.873475],[-102.276181,29.869547],[-102.289023,29.878126],[-102.302175,29.889391],[-102.321011,29.893939],[-102.330235,29.888926],[-102.339769,29.870633],[-102.351061,29.866602],[-102.36323,29.864276],[-102.370723,29.857765],[-102.374547,29.848102],[-102.376589,29.821488],[-102.380051,29.811386],[-102.404132,29.780793],[-102.406096,29.777279],[-102.515288,29.784721],[-102.523066,29.782318],[-102.531127,29.769915],[-102.54154,29.762474],[-102.543349,29.760123],[-102.546578,29.757875],[-102.553141,29.756738],[-102.558309,29.759089],[-102.562882,29.769347],[-102.566758,29.771052],[-102.58531,29.764696],[-102.621225,29.747281],[-102.638743,29.743715],[-102.676054,29.74449],[-102.683469,29.743715],[-102.69104,29.736817],[-102.693624,29.729401],[-102.694709,29.720616],[-102.697758,29.709557],[-102.726748,29.664495],[-102.73127,29.650594],[-102.735507,29.649509],[-102.751656,29.622457],[-102.75176,29.620157],[-102.761346,29.603414],[-102.767598,29.59729],[-102.779665,29.592303],[-102.774084,29.579617],[-102.776461,29.575948],[-102.785892,29.571814],[-102.78075,29.558249],[-102.786512,29.550497],[-102.795478,29.54427],[-102.827311,29.470502],[-102.833951,29.461355],[-102.839067,29.45195],[-102.841134,29.438308],[-102.838705,29.426939],[-102.834984,29.415699],[-102.835191,29.403839],[-102.844545,29.390533],[-102.845578,29.384719],[-102.838033,29.370534],[-102.837672,29.366322],[-102.84656,29.361749],[-102.853872,29.361],[-102.859867,29.361155],[-102.864957,29.359527],[-102.876972,29.350871],[-102.883069,29.343766],[-102.885188,29.333379],[-102.885498,29.314801],[-102.899399,29.276095],[-102.899709,29.2639],[-102.892139,29.254391],[-102.867954,29.240387],[-102.858781,29.229147],[-102.869866,29.224781],[-102.896893,29.220285],[-102.942265,29.190209],[-102.947536,29.182018],[-102.969757,29.192845],[-102.988386,29.177135],[-103.015826,29.126776],[-103.024275,29.116157],[-103.032621,29.110214],[-103.072541,29.091404],[-103.080758,29.085203],[-103.085589,29.07572],[-103.091532,29.057866],[-103.095356,29.060294],[-103.104684,29.057866],[-103.109205,29.023372],[-103.122771,28.996474],[-103.147989,28.985105],[-103.187108,28.990221],[-103.241756,29.003502],[-103.301545,29.002365],[-103.316247,29.010065],[-103.311514,29.026043],[-103.309994,29.031175],[-103.3248,29.026808],[-103.330484,29.023733],[-103.342602,29.041226],[-103.351671,29.039417],[-103.360534,29.029831],[-103.372083,29.023733],[-103.38663,29.028798],[-103.414639,29.052414],[-103.423605,29.057866],[-103.435697,29.061121],[-103.478537,29.08205],[-103.529748,29.126776],[-103.535588,29.135122],[-103.538223,29.142408],[-103.541711,29.148816],[-103.550238,29.154656],[-103.558015,29.156206],[-103.58499,29.154656],[-103.673125,29.173569],[-103.702477,29.187858],[-103.749476,29.222972],[-103.759062,29.226848],[-103.770767,29.229845],[-103.777718,29.235297],[-103.769424,29.257543],[-103.774229,29.267517],[-103.78366,29.274803],[-103.794177,29.277594],[-103.864121,29.281366],[-103.928122,29.293019],[-104.01915,29.32033],[-104.057313,29.339037],[-104.105424,29.385675],[-104.139789,29.400584],[-104.161648,29.416759],[-104.194514,29.448927],[-104.212291,29.484661],[-104.218698,29.489829],[-104.227148,29.493033],[-104.251022,29.508588],[-104.267171,29.526571],[-104.292751,29.532824],[-104.320604,29.532255],[-104.338484,29.524013],[-104.349026,29.537578],[-104.430443,29.582795],[-104.437832,29.58543],[-104.444008,29.589203],[-104.448555,29.597678],[-104.452069,29.607109],[-104.455222,29.613387],[-104.469381,29.625402],[-104.516639,29.654315],[-104.530824,29.667906],[-104.535036,29.677802],[-104.535191,29.687853],[-104.537103,29.702116],[-104.543666,29.71643],[-104.561391,29.745421],[-104.570279,29.787511],[-104.583586,29.802575],[-104.601207,29.81477],[-104.619682,29.833064],[-104.623764,29.841487],[-104.637588,29.887996],[-104.656346,29.908201],[-104.660635,29.918433],[-104.663478,29.923084],[-104.676526,29.93683],[-104.680479,29.942308],[-104.682469,29.952126],[-104.680117,29.967784],[-104.680479,29.976466],[-104.699108,30.03145],[-104.701589,30.055324],[-104.698592,30.075271],[-104.684639,30.111135],[-104.680479,30.134131],[-104.67867,30.170356],[-104.681564,30.192939],[-104.695853,30.208441],[-104.715231,30.243995],[-104.724585,30.252211],[-104.742155,30.25986],[-104.74939,30.264459],[-104.761689,30.284199],[-104.774143,30.311588],[-104.788767,30.335927],[-104.807732,30.346418],[-104.8129,30.350707],[-104.814967,30.360577],[-104.816001,30.371997],[-104.818274,30.380524],[-104.824269,30.38719],[-104.83755,30.394063],[-104.844939,30.40104],[-104.853259,30.41215],[-104.855016,30.417473],[-104.853621,30.423984],[-104.852432,30.438867],[-104.854655,30.448737],[-104.864473,30.462018],[-104.866695,30.473025],[-104.865248,30.479898],[-104.859615,30.491112],[-104.859254,30.497261],[-104.863026,30.502377],[-104.879718,30.510852],[-104.882146,30.520929],[-104.884007,30.541858],[-104.886591,30.551883],[-104.898166,30.569401],[-104.928242,30.599529],[-104.93434,30.610536],[-104.941057,30.61405],[-104.972735,30.618029],[-104.98276,30.620716],[-104.989117,30.629553],[-104.991649,30.640301],[-104.992941,30.651464],[-104.995783,30.661747],[-105.008495,30.676992],[-105.027977,30.690117],[-105.049475,30.699264],[-105.06813,30.702675],[-105.087043,30.709806],[-105.133604,30.757917],[-105.140425,30.750476],[-105.153241,30.763188],[-105.157788,30.76572],[-105.160889,30.764118],[-105.162698,30.774919],[-105.167297,30.781171],[-105.17479,30.783962],[-105.185125,30.784634],[-105.195306,30.787941],[-105.204917,30.80241],[-105.2121,30.805718],[-105.21825,30.806803],[-105.229257,30.810214],[-105.232874,30.809128],[-105.239851,30.801532],[-105.243985,30.799103],[-105.249049,30.798845],[-105.259488,30.802979],[-105.265844,30.808405],[-105.270753,30.814348],[-105.277006,30.819412],[-105.334315,30.843803],[-105.363771,30.850366],[-105.376173,30.859565],[-105.41555,30.902456],[-105.496682,30.95651],[-105.530789,30.991701],[-105.555955,31.002605],[-105.565722,31.016661],[-105.578641,31.052163],[-105.59094,31.071438],[-105.605875,31.081928],[-105.623496,31.090351],[-105.643805,31.103684],[-105.668042,31.127869],[-105.675225,31.131951],[-105.692278,31.137635],[-105.76819,31.18001],[-105.777854,31.192722],[-105.78483,31.211016],[-105.861983,31.288376],[-105.880147,31.300881],[-105.896994,31.305997],[-105.897149,31.309511],[-105.908802,31.317004],[-105.928052,31.326461],[-105.934563,31.335504],[-105.941772,31.352351],[-105.948515,31.361239],[-105.961202,31.371006],[-106.004739,31.396948],[-106.021147,31.402167],[-106.046261,31.404648],[-106.065304,31.410952],[-106.099385,31.428884],[-106.141113,31.439167],[-106.164316,31.447797],[-106.174471,31.460251],[-106.209249,31.477305],[-106.215424,31.483919],[-106.21744,31.488725],[-106.218731,31.494616],[-106.222891,31.50459],[-106.232658,31.519938],[-106.274749,31.562622],[-106.286298,31.580141],[-106.312292,31.648612],[-106.331309,31.68215],[-106.35849,31.717548],[-106.39177,31.745919],[-106.428951,31.758476],[-106.473135,31.755065],[-106.492797,31.759044],[-106.501425,31.766344],[-106.506052,31.770258],[-106.55307,31.812187],[-106.566278,31.819609],[-106.56618,31.819609],[-106.580023,31.821635],[-106.591498,31.827201],[-106.600726,31.835942],[-106.607782,31.847538],[-106.600336,31.854985],[-106.62497,31.885551],[-106.632367,31.903129],[-106.635077,31.926054],[-106.640448,31.947294],[-106.66142,31.983403],[-106.662177,32.000297],[-106.645624,32.000297],[-106.619769,32.000346],[-106.397626,32.000444],[-106.175507,32.000541],[-105.953363,32.00059],[-105.73122,32.000688],[-105.509027,32.000761],[-105.286932,32.000834],[-105.064764,32.000907],[-104.84267,32.000981],[-104.620502,32.001078],[-104.398407,32.001152],[-104.176263,32.001225],[-103.954144,32.001347],[-103.732001,32.001469],[-103.509882,32.001542],[-103.287738,32.001615],[-103.065595,32.001689],[-103.064838,32.140727],[-103.064056,32.27974],[-103.063348,32.418705],[-103.062592,32.557768],[-103.061835,32.696781],[-103.061127,32.835771],[-103.060394,32.974784],[-103.059637,33.113822],[-103.058905,33.252861],[-103.058173,33.39185],[-103.057391,33.530839],[-103.056659,33.669877],[-103.055927,33.808891],[-103.055145,33.947953],[-103.054413,34.086967],[-103.05368,34.225981],[-103.052924,34.364994],[-103.052216,34.503984],[-103.051434,34.643046],[-103.050678,34.78206],[-103.04997,34.921122],[-103.049188,35.060112],[-103.048431,35.199101],[-103.047675,35.338139],[-103.046967,35.477153],[-103.046234,35.616166],[-103.045453,35.755155],[-103.044721,35.894194],[-103.043964,36.033232],[-103.043182,36.172221],[-103.04245,36.311235],[-103.041718,36.450248],[-103.041522,36.481645],[-103.042108,36.499589],[-103.000238,36.500199],[-102.967352,36.500199],[-102.874286,36.500199],[-102.729657,36.500199]]]]},"type":"Feature","properties":{"postal":"TX","name":"Texas","type":"State","center":[-99.4055784179241,31.901227075222508]}},"CT":{"geometry":{"type":"Polygon","coordinates":[[[-72.806415,42.006987],[-72.7633,42.010209],[-72.757587,42.033036],[-72.620331,42.031498],[-72.59704,42.026078],[-72.584198,42.024418],[-72.575653,42.02476],[-72.557391,42.031742],[-72.506757,42.031034],[-72.358954,42.028862],[-72.211249,42.026689],[-72.063544,42.024516],[-71.91579,42.022294],[-71.801581,42.021684],[-71.8008,42.010917],[-71.800189,41.953202],[-71.799579,41.895414],[-71.798993,41.837675],[-71.798407,41.77996],[-71.797821,41.722221],[-71.797235,41.664482],[-71.796625,41.606718],[-71.796063,41.548979],[-71.795746,41.518901],[-71.799188,41.47747],[-71.804462,41.415727],[-71.817523,41.413139],[-71.823846,41.405229],[-71.829828,41.391703],[-71.83869,41.341239],[-71.844965,41.321513],[-71.847168,41.310816],[-71.871475,41.302575],[-71.877914,41.311512],[-71.856534,41.322501],[-71.862375,41.332587],[-71.872141,41.33926],[-71.885365,41.344631],[-71.898061,41.346503],[-71.963246,41.345364],[-71.97289,41.343695],[-72.036244,41.317857],[-72.083404,41.352037],[-72.095123,41.346096],[-72.101145,41.322455],[-72.110707,41.311103],[-72.135406,41.312079],[-72.16804,41.322455],[-72.194325,41.323798],[-72.200063,41.297431],[-72.226918,41.310696],[-72.287953,41.282945],[-72.319895,41.293687],[-72.327016,41.298733],[-72.341054,41.303371],[-72.347157,41.307318],[-72.350413,41.314643],[-72.347808,41.321601],[-72.343984,41.329291],[-72.343414,41.338365],[-72.348378,41.348334],[-72.358225,41.357978],[-72.372711,41.364732],[-72.391835,41.366278],[-72.380198,41.350084],[-72.363637,41.3369],[-72.35436,41.321234],[-72.364573,41.297431],[-72.354888,41.291449],[-72.350901,41.289984],[-72.369781,41.276597],[-72.390777,41.277777],[-72.433461,41.289984],[-72.452626,41.287909],[-72.475087,41.281073],[-72.495269,41.270331],[-72.507924,41.256415],[-72.513336,41.261054],[-72.516916,41.262926],[-72.519521,41.26496],[-72.522206,41.270168],[-72.529652,41.270168],[-72.540639,41.263658],[-72.581899,41.278754],[-72.604807,41.283759],[-72.661773,41.274075],[-72.671051,41.267483],[-72.678782,41.260484],[-72.686676,41.256415],[-72.69933,41.256578],[-72.709096,41.260565],[-72.717885,41.265855],[-72.727651,41.270168],[-72.741322,41.272162],[-72.779449,41.270168],[-72.789784,41.26732],[-72.80602,41.257758],[-72.813344,41.259589],[-72.826512,41.256508],[-72.842892,41.258471],[-72.856067,41.245419],[-72.892427,41.244975],[-72.895726,41.255582],[-72.895253,41.265855],[-72.903147,41.277167],[-72.905832,41.300523],[-72.909983,41.305121],[-72.918935,41.298651],[-72.927358,41.288804],[-72.930043,41.283759],[-72.967275,41.256415],[-72.992909,41.22899],[-73.002024,41.221747],[-73.013828,41.206724],[-73.038438,41.205227],[-73.053538,41.211737],[-73.06371,41.204779],[-73.08552,41.197008],[-73.094472,41.191311],[-73.103749,41.180365],[-73.107411,41.174709],[-73.110592,41.161943],[-73.108485,41.148709],[-73.134237,41.147207],[-73.155087,41.158859],[-73.164338,41.165109],[-73.17011,41.169571],[-73.184068,41.174109],[-73.184278,41.161773],[-73.208915,41.156723],[-73.21581,41.163031],[-73.219106,41.166002],[-73.221099,41.167141],[-73.225168,41.163275],[-73.224232,41.149812],[-73.227856,41.142795],[-73.233801,41.136681],[-73.244462,41.127966],[-73.262127,41.120185],[-73.271521,41.117622],[-73.278339,41.130017],[-73.286452,41.134492],[-73.293648,41.123095],[-73.301933,41.11699],[-73.315993,41.115339],[-73.332381,41.113712],[-73.350027,41.106798],[-73.364068,41.106025],[-73.371938,41.101955],[-73.37975,41.100165],[-73.423736,41.077704],[-73.437611,41.073065],[-73.474599,41.054755],[-73.485219,41.05386],[-73.504199,41.042568],[-73.523211,41.021491],[-73.537124,41.031278],[-73.546702,41.028876],[-73.564849,41.018948],[-73.589994,41.014791],[-73.596875,41.02367],[-73.603923,41.022816],[-73.611147,41.011336],[-73.619367,41.008738],[-73.634582,41.007055],[-73.6417,41.001774],[-73.642863,41.001067],[-73.647493,41.012319],[-73.65036,41.019145],[-73.655365,41.027763],[-73.658661,41.03101],[-73.661005,41.032646],[-73.665643,41.035112],[-73.668915,41.038017],[-73.693451,41.06746],[-73.71745,41.096342],[-73.722968,41.103495],[-73.708856,41.110624],[-73.664813,41.131352],[-73.609296,41.157426],[-73.548749,41.185966],[-73.49997,41.208842],[-73.4841,41.217924],[-73.499139,41.234428],[-73.512201,41.251737],[-73.52619,41.270292],[-73.544696,41.294926],[-73.543036,41.31392],[-73.53913,41.36016],[-73.535248,41.406474],[-73.531342,41.452763],[-73.527411,41.499076],[-73.523505,41.545317],[-73.51955,41.591654],[-73.515692,41.637919],[-73.511786,41.684233],[-73.507855,41.730473],[-73.503973,41.776786],[-73.500067,41.823075],[-73.496161,41.869389],[-73.49223,41.915654],[-73.4883,41.961991],[-73.484418,42.008232],[-73.480536,42.054545],[-73.358759,42.051029],[-73.236932,42.047563],[-73.115106,42.044047],[-72.993329,42.04058],[-72.925848,42.0387],[-72.861737,42.036772],[-72.807636,42.033036],[-72.806415,42.006987]]]},"type":"Feature","properties":{"postal":"CT","name":"Connecticut","type":"State","center":[-72.65559111923996,41.62408489962587]}},"NH":{"geometry":{"type":"Polygon","coordinates":[[[-70.744089,43.083808],[-70.754506,43.058987],[-70.732493,43.0633],[-70.709543,43.065172],[-70.704213,43.058905],[-70.708485,43.045233],[-70.715891,43.032172],[-70.719716,43.027574],[-70.728383,43.011298],[-70.781809,42.949123],[-70.803293,42.913886],[-70.811879,42.893134],[-70.81428,42.877305],[-70.814281,42.877295],[-70.84997,42.870658],[-70.870917,42.874687],[-70.904511,42.885404],[-70.916425,42.886796],[-70.925555,42.886528],[-71.022504,42.85474],[-71.033466,42.848905],[-71.038641,42.845341],[-71.053363,42.831987],[-71.060761,42.82642],[-71.073798,42.819389],[-71.083319,42.81707],[-71.094501,42.817118],[-71.105975,42.81873],[-71.123016,42.819389],[-71.132929,42.818217],[-71.140985,42.815946],[-71.146307,42.813188],[-71.15163,42.809721],[-71.160736,42.80142],[-71.164862,42.796879],[-71.172723,42.786259],[-71.181805,42.767509],[-71.185858,42.760746],[-71.19621,42.752153],[-71.208026,42.7481],[-71.227557,42.743754],[-71.23786,42.740458],[-71.245477,42.736674],[-71.259076,42.723905],[-71.273651,42.713212],[-71.288397,42.704887],[-71.296307,42.702055],[-71.306317,42.700859],[-71.329559,42.701445],[-71.400507,42.703178],[-71.471454,42.704936],[-71.54245,42.706645],[-71.613397,42.708403],[-71.684345,42.710136],[-71.755341,42.711845],[-71.826337,42.713578],[-71.89726,42.715336],[-71.968207,42.717094],[-72.039179,42.718852],[-72.110126,42.720536],[-72.181073,42.72227],[-72.25202,42.724003],[-72.322968,42.725712],[-72.393964,42.72747],[-72.464911,42.729228],[-72.465057,42.729228],[-72.465179,42.729228],[-72.465302,42.729228],[-72.465399,42.729228],[-72.465521,42.729228],[-72.465643,42.729228],[-72.46579,42.729228],[-72.465887,42.729228],[-72.465985,42.729228],[-72.466132,42.729228],[-72.466229,42.729228],[-72.466376,42.729228],[-72.466449,42.729228],[-72.466571,42.729228],[-72.466718,42.729228],[-72.466815,42.729277],[-72.466766,42.729447],[-72.473309,42.758525],[-72.492792,42.779203],[-72.535663,42.812016],[-72.54411,42.823027],[-72.550018,42.83289],[-72.553876,42.844267],[-72.556171,42.859819],[-72.555463,42.877958],[-72.550531,42.889677],[-72.54328,42.900126],[-72.535663,42.914433],[-72.528729,42.957865],[-72.521893,42.975517],[-72.504657,42.982695],[-72.480536,42.989164],[-72.470966,43.005741],[-72.466766,43.051591],[-72.449335,43.107914],[-72.446918,43.130717],[-72.452899,43.156645],[-72.453119,43.168901],[-72.446918,43.209867],[-72.440009,43.215385],[-72.435346,43.220414],[-72.433246,43.226298],[-72.434296,43.232182],[-72.436688,43.23516],[-72.439032,43.237113],[-72.440106,43.23997],[-72.438446,43.252861],[-72.433685,43.263139],[-72.426093,43.272172],[-72.415887,43.28123],[-72.40368,43.300248],[-72.401263,43.322929],[-72.405316,43.360722],[-72.39787,43.531401],[-72.391766,43.557695],[-72.381659,43.572026],[-72.346991,43.596562],[-72.33288,43.613505],[-72.324823,43.633256],[-72.315936,43.67476],[-72.312518,43.709672],[-72.306317,43.720072],[-72.279266,43.736137],[-72.266303,43.749247],[-72.213544,43.784623],[-72.202997,43.800541],[-72.19455,43.82017],[-72.188886,43.841825],[-72.186835,43.863774],[-72.180756,43.88477],[-72.165985,43.905595],[-72.10058,43.97332],[-72.098456,43.980619],[-72.10495,43.986405],[-72.113593,43.992607],[-72.117938,44.000932],[-72.111884,44.016752],[-72.069525,44.072612],[-72.054804,44.104545],[-72.049237,44.142875],[-72.049677,44.230888],[-72.042255,44.281694],[-72.020087,44.317704],[-71.983368,44.339213],[-71.932391,44.346342],[-71.883441,44.344779],[-71.859442,44.347685],[-71.840497,44.357206],[-71.807269,44.387944],[-71.791498,44.39849],[-71.704096,44.438334],[-71.678021,44.446122],[-71.669086,44.45496],[-71.651825,44.476689],[-71.61767,44.497172],[-71.598285,44.515141],[-71.597382,44.532548],[-71.600555,44.550492],[-71.593475,44.569779],[-71.583466,44.57476],[-71.571112,44.574687],[-71.558929,44.576396],[-71.549384,44.586552],[-71.54997,44.596366],[-71.556586,44.606694],[-71.569257,44.620683],[-71.600116,44.678202],[-71.604022,44.692704],[-71.611005,44.710697],[-71.624896,44.724345],[-71.635004,44.740312],[-71.630707,44.765336],[-71.60622,44.801445],[-71.559247,44.849418],[-71.514618,44.895048],[-71.505707,44.919584],[-71.51413,44.935307],[-71.52785,44.95059],[-71.535126,44.973832],[-71.531757,45.000053],[-71.521576,45.009623],[-71.505848,45.013731],[-71.50408,45.013739],[-71.506613,45.037045],[-71.504752,45.052962],[-71.497259,45.066553],[-71.45659,45.110994],[-71.451215,45.121691],[-71.445996,45.140295],[-71.441604,45.150682],[-71.413026,45.186184],[-71.406567,45.204942],[-71.42269,45.217189],[-71.449045,45.226905],[-71.438813,45.233468],[-71.394888,45.241529],[-71.381245,45.250779],[-71.3521,45.278323],[-71.334323,45.28871],[-71.311534,45.294136],[-71.293396,45.292327],[-71.20937,45.254758],[-71.185133,45.248557],[-71.160329,45.245767],[-71.141725,45.252329],[-71.111029,45.287108],[-71.095242,45.300905],[-71.085553,45.304213],[-71.084952,45.304293],[-71.081073,45.251127],[-71.077167,45.19766],[-71.073261,45.144169],[-71.06933,45.090629],[-71.065448,45.037089],[-71.061517,44.983598],[-71.057636,44.930131],[-71.053729,44.876591],[-71.049823,44.823051],[-71.045917,44.769535],[-71.042011,44.71602],[-71.038104,44.662504],[-71.034198,44.608988],[-71.030292,44.555473],[-71.026386,44.501982],[-71.022479,44.448442],[-71.018573,44.394926],[-71.014667,44.341435],[-71.010761,44.287944],[-71.006879,44.234404],[-71.002948,44.180863],[-70.999042,44.127348],[-70.995184,44.073881],[-70.991229,44.020341],[-70.987323,43.966777],[-70.983441,43.913285],[-70.979511,43.859794],[-70.975604,43.806254],[-70.971747,43.752787],[-70.967792,43.699296],[-70.96391,43.645756],[-70.960004,43.59224],[-70.957831,43.562211],[-70.962372,43.531108],[-70.962177,43.516044],[-70.964667,43.501786],[-70.966571,43.496928],[-70.967596,43.490654],[-70.967743,43.481938],[-70.964789,43.467362],[-70.963593,43.450663],[-70.966571,43.439604],[-70.97641,43.415019],[-70.977777,43.409111],[-70.977948,43.402201],[-70.976849,43.394511],[-70.972626,43.38311],[-70.967426,43.374809],[-70.960712,43.36663],[-70.929755,43.340238],[-70.897479,43.304838],[-70.866669,43.271049],[-70.827997,43.252299],[-70.821942,43.247074],[-70.817059,43.239897],[-70.813593,43.22559],[-70.813251,43.216752],[-70.814569,43.208866],[-70.824628,43.178617],[-70.825897,43.167485],[-70.825116,43.161454],[-70.806415,43.136698],[-70.771942,43.10745],[-70.744089,43.083808]]]},"type":"Feature","properties":{"postal":"NH","name":"New Hampshire","type":"State","center":[-71.62322816643804,43.62553037401989]}},"RI":{"geometry":{"type":"MultiPolygon","coordinates":[[[[-71.571572,41.149769],[-71.59955,41.145779],[-71.613748,41.155181],[-71.612717,41.167467],[-71.608025,41.180589],[-71.597486,41.187669],[-71.591217,41.197333],[-71.582672,41.204047],[-71.580434,41.214789],[-71.5792,41.225572],[-71.572581,41.228827],[-71.567047,41.22484],[-71.553541,41.214572],[-71.559474,41.201024],[-71.566151,41.193752],[-71.559926,41.183743],[-71.551869,41.175727],[-71.544473,41.162888],[-71.549095,41.152042],[-71.571572,41.149769]]],[[[-71.392649,41.463284],[-71.398793,41.4619],[-71.40099,41.468451],[-71.395172,41.490912],[-71.398793,41.502875],[-71.392201,41.505927],[-71.389475,41.509223],[-71.387807,41.512885],[-71.384429,41.517157],[-71.395334,41.526435],[-71.39269,41.54267],[-71.377675,41.577948],[-71.368398,41.576239],[-71.362416,41.572455],[-71.35912,41.566392],[-71.357818,41.558173],[-71.357289,41.536566],[-71.360422,41.514553],[-71.365631,41.495347],[-71.371449,41.482367],[-71.376088,41.476996],[-71.384145,41.469468],[-71.392649,41.463284]]],[[[-71.238026,41.500312],[-71.233632,41.489203],[-71.264801,41.49608],[-71.285959,41.482001],[-71.303212,41.466376],[-71.323069,41.468736],[-71.33495,41.459052],[-71.346181,41.454739],[-71.354563,41.458319],[-71.357818,41.47248],[-71.351308,41.477851],[-71.319976,41.488471],[-71.308827,41.495429],[-71.32136,41.508531],[-71.325551,41.519965],[-71.322255,41.530422],[-71.312489,41.540758],[-71.309153,41.546088],[-71.308176,41.553168],[-71.308827,41.567776],[-71.305776,41.571723],[-71.291086,41.578274],[-71.285512,41.581732],[-71.279449,41.593085],[-71.27359,41.620998],[-71.267812,41.632636],[-71.257802,41.640692],[-71.232737,41.652777],[-71.220611,41.660549],[-71.220611,41.640041],[-71.232574,41.605902],[-71.233632,41.530829],[-71.235097,41.518988],[-71.237538,41.509508],[-71.238026,41.500312]]],[[[-71.315094,41.580797],[-71.330719,41.575588],[-71.337229,41.582099],[-71.337229,41.592515],[-71.330719,41.610745],[-71.335927,41.62637],[-71.35676,41.631578],[-71.359364,41.641995],[-71.355458,41.660224],[-71.343739,41.67064],[-71.335927,41.65762],[-71.330719,41.647203],[-71.317698,41.63288],[-71.303375,41.62637],[-71.304677,41.604234],[-71.315094,41.580797]]],[[[-71.121966,41.512959],[-71.185902,41.468736],[-71.199127,41.492133],[-71.202016,41.502631],[-71.196401,41.513414],[-71.195668,41.520819],[-71.206939,41.558173],[-71.21052,41.60224],[-71.209706,41.626166],[-71.206939,41.646226],[-71.193961,41.676861],[-71.193956,41.676858],[-71.180438,41.673442],[-71.163983,41.66934],[-71.147577,41.665238],[-71.131122,41.661137],[-71.133856,41.647441],[-71.136591,41.633744],[-71.139325,41.620072],[-71.142059,41.606376],[-71.139325,41.603617],[-71.136591,41.600883],[-71.133856,41.598149],[-71.131122,41.595414],[-71.128387,41.570756],[-71.125653,41.546122],[-71.122919,41.521488],[-71.121967,41.512968],[-71.121966,41.512959]]],[[[-71.375946,41.896098],[-71.368036,41.894462],[-71.349139,41.895365],[-71.341132,41.894169],[-71.337567,41.890409],[-71.335565,41.879106],[-71.336078,41.871879],[-71.337177,41.865849],[-71.339667,41.857255],[-71.33952,41.852494],[-71.338007,41.842411],[-71.342792,41.808549],[-71.342499,41.803227],[-71.340692,41.796904],[-71.335223,41.789286],[-71.323798,41.777787],[-71.30744,41.768363],[-71.296014,41.763554],[-71.286249,41.761064],[-71.267841,41.749809],[-71.236858,41.709564],[-71.238393,41.707343],[-71.240549,41.698065],[-71.240224,41.684638],[-71.241038,41.68122],[-71.244862,41.680325],[-71.260406,41.651109],[-71.285715,41.659613],[-71.301829,41.659613],[-71.308827,41.670803],[-71.306752,41.684719],[-71.301503,41.702623],[-71.294057,41.72016],[-71.280914,41.7414],[-71.28303,41.748847],[-71.289703,41.754096],[-71.298818,41.75609],[-71.301991,41.751695],[-71.304433,41.730048],[-71.308827,41.721991],[-71.318186,41.724799],[-71.337066,41.733791],[-71.355621,41.746283],[-71.364003,41.759833],[-71.36559,41.777655],[-71.370351,41.79206],[-71.378814,41.804999],[-71.391347,41.818793],[-71.395009,41.805732],[-71.396311,41.783271],[-71.39509,41.759508],[-71.391347,41.742499],[-71.384755,41.735663],[-71.3756,41.730536],[-71.367502,41.723822],[-71.364003,41.712063],[-71.366851,41.703559],[-71.380279,41.683661],[-71.384429,41.674221],[-71.391469,41.68301],[-71.398427,41.689765],[-71.40689,41.693834],[-71.418609,41.694648],[-71.430247,41.691107],[-71.44164,41.684068],[-71.446767,41.677232],[-71.423329,41.668158],[-71.413808,41.652899],[-71.410268,41.632961],[-71.412465,41.612738],[-71.423695,41.594306],[-71.437367,41.584784],[-71.442779,41.574652],[-71.429514,41.554389],[-71.424631,41.538886],[-71.423411,41.486396],[-71.426096,41.468736],[-71.454792,41.406132],[-71.469618,41.391331],[-71.483957,41.37995],[-71.488271,41.370592],[-71.497711,41.366278],[-71.507802,41.368109],[-71.530385,41.376451],[-71.555828,41.374846],[-71.598884,41.367522],[-71.753814,41.331041],[-71.828972,41.316984],[-71.847168,41.310816],[-71.844965,41.321513],[-71.83869,41.341239],[-71.829828,41.391703],[-71.823846,41.405229],[-71.817523,41.413139],[-71.804462,41.415727],[-71.799188,41.47747],[-71.795746,41.518901],[-71.796063,41.548979],[-71.796625,41.606718],[-71.797235,41.664482],[-71.797821,41.722221],[-71.798407,41.77996],[-71.798993,41.837675],[-71.799579,41.895414],[-71.800189,41.953202],[-71.8008,42.010917],[-71.710346,42.01226],[-71.619891,42.013676],[-71.529413,42.015068],[-71.438934,42.01641],[-71.387079,42.015824],[-71.385907,42.002323],[-71.3841,41.970903],[-71.380536,41.907939],[-71.379022,41.901371],[-71.375946,41.896098]]]]},"type":"Feature","properties":{"postal":"RI","name":"Rhode Island","type":"State","center":[-71.53923013090822,41.72123500677884]}},"VT":{"geometry":{"type":"Polygon","coordinates":[[[-71.571112,44.574687],[-71.583466,44.57476],[-71.593475,44.569779],[-71.600555,44.550492],[-71.597382,44.532548],[-71.598285,44.515141],[-71.61767,44.497172],[-71.651825,44.476689],[-71.669086,44.45496],[-71.678021,44.446122],[-71.704096,44.438334],[-71.791498,44.39849],[-71.807269,44.387944],[-71.840497,44.357206],[-71.859442,44.347685],[-71.883441,44.344779],[-71.932391,44.346342],[-71.983368,44.339213],[-72.020087,44.317704],[-72.042255,44.281694],[-72.049677,44.230888],[-72.049237,44.142875],[-72.054804,44.104545],[-72.069525,44.072612],[-72.111884,44.016752],[-72.117938,44.000932],[-72.113593,43.992607],[-72.10495,43.986405],[-72.098456,43.980619],[-72.10058,43.97332],[-72.165985,43.905595],[-72.180756,43.88477],[-72.186835,43.863774],[-72.188886,43.841825],[-72.19455,43.82017],[-72.202997,43.800541],[-72.213544,43.784623],[-72.266303,43.749247],[-72.279266,43.736137],[-72.306317,43.720072],[-72.312518,43.709672],[-72.315936,43.67476],[-72.324823,43.633256],[-72.33288,43.613505],[-72.346991,43.596562],[-72.381659,43.572026],[-72.391766,43.557695],[-72.39787,43.531401],[-72.405316,43.360722],[-72.401263,43.322929],[-72.40368,43.300248],[-72.415887,43.28123],[-72.426093,43.272172],[-72.433685,43.263139],[-72.438446,43.252861],[-72.440106,43.23997],[-72.439032,43.237113],[-72.436688,43.23516],[-72.434296,43.232182],[-72.433246,43.226298],[-72.435346,43.220414],[-72.440009,43.215385],[-72.446918,43.209867],[-72.453119,43.168901],[-72.452899,43.156645],[-72.446918,43.130717],[-72.449335,43.107914],[-72.466766,43.051591],[-72.470966,43.005741],[-72.480536,42.989164],[-72.504657,42.982695],[-72.521893,42.975517],[-72.528729,42.957865],[-72.535663,42.914433],[-72.54328,42.900126],[-72.550531,42.889677],[-72.555463,42.877958],[-72.556171,42.859819],[-72.553876,42.844267],[-72.550018,42.83289],[-72.54411,42.823027],[-72.535663,42.812016],[-72.492792,42.779203],[-72.473309,42.758525],[-72.466766,42.729447],[-72.466815,42.729277],[-72.515961,42.730619],[-72.565106,42.732011],[-72.614276,42.733354],[-72.663397,42.734721],[-72.712567,42.736137],[-72.761737,42.737504],[-72.810858,42.738847],[-72.860028,42.740238],[-72.909149,42.741581],[-72.951593,42.741261],[-73.000283,42.741261],[-73.049946,42.742235],[-73.097663,42.744183],[-73.147327,42.744183],[-73.205271,42.745346],[-73.265516,42.745601],[-73.276237,42.746112],[-73.288126,42.797436],[-73.280145,42.812113],[-73.269257,42.847465],[-73.266522,42.863749],[-73.266083,42.874613],[-73.265887,42.881987],[-73.265302,42.902787],[-73.264374,42.935112],[-73.263251,42.977006],[-73.261859,43.02664],[-73.260272,43.082035],[-73.258612,43.141191],[-73.256854,43.202323],[-73.255145,43.263481],[-73.253461,43.322685],[-73.251923,43.378031],[-73.250507,43.427641],[-73.249335,43.469584],[-73.248407,43.501884],[-73.24787,43.522685],[-73.247626,43.530107],[-73.24704,43.552006],[-73.254511,43.560038],[-73.264032,43.566654],[-73.269086,43.569218],[-73.277216,43.577909],[-73.291425,43.613896],[-73.295819,43.619462],[-73.301434,43.623808],[-73.308856,43.626274],[-73.324677,43.628862],[-73.332343,43.629057],[-73.339423,43.628593],[-73.346039,43.627299],[-73.351971,43.625102],[-73.357196,43.621781],[-73.361298,43.617192],[-73.364276,43.612016],[-73.368915,43.594609],[-73.37182,43.589115],[-73.376044,43.584623],[-73.380756,43.580693],[-73.391718,43.57476],[-73.402826,43.571098],[-73.406708,43.570341],[-73.408612,43.570805],[-73.410809,43.5731],[-73.417938,43.583134],[-73.423505,43.594609],[-73.425043,43.606889],[-73.42536,43.628495],[-73.423578,43.639701],[-73.420721,43.64849],[-73.368256,43.74766],[-73.36535,43.758525],[-73.363397,43.779496],[-73.36391,43.789897],[-73.365448,43.797904],[-73.368085,43.802543],[-73.386444,43.826762],[-73.387567,43.832768],[-73.386591,43.838822],[-73.380731,43.854447],[-73.378387,43.867558],[-73.378583,43.875346],[-73.379559,43.881669],[-73.381586,43.886479],[-73.384589,43.890678],[-73.392108,43.899076],[-73.396356,43.907524],[-73.400751,43.920121],[-73.410126,43.9637],[-73.411127,43.978935],[-73.409979,44.006205],[-73.411298,44.014897],[-73.41369,44.021488],[-73.416766,44.025834],[-73.429559,44.038334],[-73.434149,44.043925],[-73.438544,44.052763],[-73.438544,44.059672],[-73.436151,44.065776],[-73.424384,44.080375],[-73.389764,44.160844],[-73.385858,44.174296],[-73.38288,44.195487],[-73.380878,44.201127],[-73.37746,44.206083],[-73.373309,44.210697],[-73.363202,44.217948],[-73.352167,44.223979],[-73.340497,44.228984],[-73.329755,44.23477],[-73.324628,44.241947],[-73.32077,44.25269],[-73.317426,44.274101],[-73.317059,44.293705],[-73.318817,44.303837],[-73.332684,44.348661],[-73.33327,44.356718],[-73.332684,44.363847],[-73.330219,44.369804],[-73.326923,44.375444],[-73.30788,44.401737],[-73.30163,44.4137],[-73.296649,44.430302],[-73.293671,44.444975],[-73.293134,44.45435],[-73.293622,44.463749],[-73.294721,44.469682],[-73.300458,44.484306],[-73.310223,44.500175],[-73.352802,44.55203],[-73.366718,44.573979],[-73.369794,44.582524],[-73.377313,44.618681],[-73.378729,44.640678],[-73.377802,44.64644],[-73.376093,44.65247],[-73.359833,44.690702],[-73.357929,44.702397],[-73.356464,44.724906],[-73.353119,44.737016],[-73.343842,44.757426],[-73.340643,44.766606],[-73.33725,44.780888],[-73.336469,44.78936],[-73.336737,44.796171],[-73.337787,44.801152],[-73.340009,44.805668],[-73.34306,44.810185],[-73.361786,44.825126],[-73.366449,44.829814],[-73.370917,44.835502],[-73.375604,44.844145],[-73.377264,44.85081],[-73.377802,44.856962],[-73.376239,44.868583],[-73.37453,44.874565],[-73.368915,44.887089],[-73.365179,44.892948],[-73.348554,44.912675],[-73.344208,44.919242],[-73.340497,44.927494],[-73.336859,44.940678],[-73.33642,44.948588],[-73.337299,44.955302],[-73.342401,44.969926],[-73.34743,44.992997],[-73.351341,45.004634],[-73.299423,45.004903],[-73.199687,45.005419],[-73.099952,45.005885],[-73.000268,45.00635],[-72.900481,45.006866],[-72.800694,45.007331],[-72.700958,45.007797],[-72.601274,45.008313],[-72.501487,45.00883],[-72.401752,45.009295],[-72.301964,45.00976],[-72.202229,45.010329],[-72.102545,45.010794],[-72.00281,45.011259],[-71.903074,45.011776],[-71.803287,45.012241],[-71.703551,45.012757],[-71.603816,45.013274],[-71.505848,45.013731],[-71.521576,45.009623],[-71.531757,45.000053],[-71.535126,44.973832],[-71.52785,44.95059],[-71.51413,44.935307],[-71.505707,44.919584],[-71.514618,44.895048],[-71.559247,44.849418],[-71.60622,44.801445],[-71.630707,44.765336],[-71.635004,44.740312],[-71.624896,44.724345],[-71.611005,44.710697],[-71.604022,44.692704],[-71.600116,44.678202],[-71.569257,44.620683],[-71.556586,44.606694],[-71.54997,44.596366],[-71.549384,44.586552],[-71.558929,44.576396],[-71.571112,44.574687]]]},"type":"Feature","properties":{"postal":"VT","name":"Vermont","type":"State","center":[-72.663719961388,44.02432269982191]}},"AL":{"geometry":{"type":"MultiPolygon","coordinates":[[[[-88.090972,30.244696],[-88.311269,30.236762],[-88.296986,30.244696],[-88.204823,30.257799],[-88.149648,30.257799],[-88.134633,30.259996],[-88.125315,30.265082],[-88.118031,30.271145],[-88.109039,30.276109],[-88.071116,30.257799],[-88.071116,30.250434],[-88.084096,30.245917],[-88.090972,30.244696]]],[[[-87.824481,35.006498],[-87.671796,35.005473],[-87.514276,35.005473],[-87.356683,35.002616],[-87.199139,34.99976],[-87.04162,34.995487],[-86.884027,34.992631],[-86.726459,34.989775],[-86.56889,34.989775],[-86.411346,34.989775],[-86.253803,34.989945],[-86.09621,34.989897],[-85.942401,34.989115],[-85.781146,34.987553],[-85.605682,34.985209],[-85.604462,34.979472],[-85.600995,34.962577],[-85.599432,34.950004],[-85.593182,34.913188],[-85.584589,34.867582],[-85.574432,34.813774],[-85.562714,34.752641],[-85.54787,34.684819],[-85.531464,34.611064],[-85.515057,34.532206],[-85.497089,34.448905],[-85.477557,34.361918],[-85.458807,34.271928],[-85.440839,34.179789],[-85.422089,34.082865],[-85.404901,33.991728],[-85.386151,33.897319],[-85.365741,33.793119],[-85.350214,33.711528],[-85.332245,33.621562],[-85.314276,33.534574],[-85.298651,33.451298],[-85.283026,33.372416],[-85.268182,33.298661],[-85.257245,33.230863],[-85.244745,33.169682],[-85.234149,33.115922],[-85.224677,33.070268],[-85.217084,33.033451],[-85.211517,33.006254],[-85.208002,32.989408],[-85.206805,32.983622],[-85.198627,32.944364],[-85.201337,32.935234],[-85.16872,32.863163],[-85.171674,32.834428],[-85.170673,32.82559],[-85.167474,32.817729],[-85.162543,32.810771],[-85.156415,32.80435],[-85.136249,32.785942],[-85.130682,32.779203],[-85.138959,32.769657],[-85.135175,32.760087],[-85.125824,32.749858],[-85.11767,32.738237],[-85.11181,32.703373],[-85.101801,32.682841],[-85.101141,32.670219],[-85.103387,32.652543],[-85.097308,32.643095],[-85.085492,32.63643],[-85.077704,32.62852],[-85.083514,32.615336],[-85.014618,32.539604],[-85.003095,32.523075],[-84.998969,32.510307],[-84.994135,32.478154],[-84.986615,32.462553],[-84.97619,32.448344],[-84.967743,32.433549],[-84.966596,32.420317],[-84.968109,32.407402],[-84.974628,32.396195],[-84.978876,32.386528],[-84.973651,32.375126],[-84.995355,32.35518],[-84.991888,32.336869],[-84.972308,32.320561],[-84.924628,32.297172],[-84.914984,32.290434],[-84.908905,32.279106],[-84.904462,32.278373],[-84.89997,32.276347],[-84.897943,32.268998],[-84.900726,32.260868],[-84.907709,32.255473],[-84.916644,32.252665],[-84.925262,32.252201],[-84.919501,32.239701],[-84.922455,32.229716],[-84.930194,32.222319],[-84.938886,32.21746],[-84.956854,32.223979],[-84.971747,32.22078],[-84.975311,32.212504],[-84.959393,32.203788],[-84.971307,32.196171],[-84.987616,32.189604],[-85.004388,32.185038],[-85.017719,32.183329],[-85.02453,32.17957],[-85.031366,32.170439],[-85.047382,32.137626],[-85.049115,32.129203],[-85.048749,32.104496],[-85.051215,32.091508],[-85.061298,32.07393],[-85.064471,32.051127],[-85.057025,32.028764],[-85.060443,32.003935],[-85.061884,32.000224],[-85.070429,31.985331],[-85.07453,31.980668],[-85.102679,31.94141],[-85.122089,31.902958],[-85.130072,31.869511],[-85.135077,31.856352],[-85.13642,31.851493],[-85.137421,31.845243],[-85.143915,31.823954],[-85.137054,31.803691],[-85.109491,31.692338],[-85.101337,31.675566],[-85.066962,31.635258],[-85.058026,31.616508],[-85.056073,31.603886],[-85.055609,31.576591],[-85.053534,31.568852],[-85.044598,31.548954],[-85.042548,31.535331],[-85.048529,31.511674],[-85.059637,31.492729],[-85.065448,31.472074],[-85.055609,31.443461],[-85.076654,31.41956],[-85.083661,31.382939],[-85.089716,31.306279],[-85.094452,31.297367],[-85.107147,31.281742],[-85.110199,31.271537],[-85.108392,31.263627],[-85.099335,31.243998],[-85.097186,31.234281],[-85.10246,31.198466],[-85.101019,31.18267],[-85.089716,31.169755],[-85.069647,31.161186],[-85.042328,31.128862],[-85.018182,31.086845],[-85.005585,31.039897],[-84.996112,31.029374],[-84.994135,31.018901],[-84.99743,31.010649],[-85.003803,31.004399],[-85.006586,31.000102],[-85.165448,31.000077],[-85.324335,31.000077],[-85.483197,31.000029],[-85.642059,31.000004],[-85.800946,31.000004],[-85.959808,30.999955],[-86.118671,30.999906],[-86.277557,30.999906],[-86.43642,30.999906],[-86.595282,30.999858],[-86.754169,30.999833],[-86.913031,30.999833],[-87.071893,30.999833],[-87.23078,30.999784],[-87.389642,30.99976],[-87.548505,30.99976],[-87.593646,30.999711],[-87.600311,30.985868],[-87.598285,30.93892],[-87.599945,30.934086],[-87.620429,30.895512],[-87.624432,30.885209],[-87.625995,30.879252],[-87.626923,30.873051],[-87.625311,30.865214],[-87.621137,30.856889],[-87.611054,30.843412],[-87.599725,30.831059],[-87.551532,30.789945],[-87.545844,30.782475],[-87.525214,30.749394],[-87.511151,30.732304],[-87.496845,30.722612],[-87.416547,30.680082],[-87.408514,30.673759],[-87.405194,30.67017],[-87.403803,30.660063],[-87.404657,30.645341],[-87.411224,30.610697],[-87.41933,30.584281],[-87.436395,30.557695],[-87.440204,30.549101],[-87.441376,30.544755],[-87.439032,30.528666],[-87.420258,30.480937],[-87.419696,30.479789],[-87.419619,30.479632],[-87.419611,30.479611],[-87.426829,30.48314],[-87.426829,30.476996],[-87.419586,30.468085],[-87.411936,30.461086],[-87.402943,30.455064],[-87.392079,30.449652],[-87.399526,30.449652],[-87.401112,30.440131],[-87.443918,30.40469],[-87.454416,30.388373],[-87.461578,30.371975],[-87.473704,30.359198],[-87.49885,30.354071],[-87.51358,30.348212],[-87.522532,30.335639],[-87.534088,30.323554],[-87.5572,30.319281],[-87.572865,30.321519],[-87.57726,30.325426],[-87.578236,30.331448],[-87.583852,30.339789],[-87.601226,30.353705],[-87.60558,30.360297],[-87.611806,30.360297],[-87.609975,30.343573],[-87.603261,30.332831],[-87.599273,30.322211],[-87.60558,30.30565],[-87.594472,30.304877],[-87.583608,30.305976],[-87.573598,30.308783],[-87.564565,30.313137],[-87.590159,30.275377],[-87.65453,30.252102],[-87.786488,30.236762],[-87.910308,30.236762],[-87.998402,30.223619],[-88.030141,30.223782],[-88.018178,30.233832],[-87.995758,30.242336],[-87.957509,30.250434],[-87.948842,30.254706],[-87.942942,30.262152],[-87.93578,30.264594],[-87.91454,30.24787],[-87.875071,30.241523],[-87.838206,30.252183],[-87.792348,30.262885],[-87.764231,30.279527],[-87.776235,30.313137],[-87.823476,30.351793],[-87.830881,30.364],[-87.828359,30.374945],[-87.819569,30.39704],[-87.821278,30.40469],[-87.830393,30.412543],[-87.834462,30.412502],[-87.83788,30.40766],[-87.851145,30.3935],[-87.849599,30.388658],[-87.850738,30.386705],[-87.865631,30.3876],[-87.877105,30.389594],[-87.887034,30.393256],[-87.895741,30.398383],[-87.903472,30.40469],[-87.911366,30.41356],[-87.916575,30.423326],[-87.919342,30.434068],[-87.920277,30.44595],[-87.923329,30.458197],[-87.930084,30.468817],[-87.937123,30.477281],[-87.940745,30.48314],[-87.938832,30.499823],[-87.930653,30.51911],[-87.919993,30.536851],[-87.910308,30.548977],[-87.90689,30.563666],[-87.912465,30.583726],[-87.942535,30.659735],[-87.953847,30.672431],[-87.975494,30.68244],[-87.988189,30.684312],[-87.998891,30.684516],[-88.006256,30.687812],[-88.009023,30.69953],[-88.008697,30.713853],[-88.009877,30.72663],[-88.015981,30.735338],[-88.030141,30.737698],[-88.022817,30.723578],[-88.02302,30.709377],[-88.030141,30.697211],[-88.043813,30.689195],[-88.037668,30.675198],[-88.043284,30.665188],[-88.052561,30.654364],[-88.057444,30.637763],[-88.058746,30.617825],[-88.062896,30.604478],[-88.070302,30.594143],[-88.081044,30.583157],[-88.084584,30.576158],[-88.085561,30.567084],[-88.084788,30.548977],[-88.086822,30.540961],[-88.096303,30.529731],[-88.098378,30.521064],[-88.100494,30.504788],[-88.109934,30.470893],[-88.11205,30.45307],[-88.110219,30.4112],[-88.120107,30.338324],[-88.126332,30.326117],[-88.137685,30.31977],[-88.142242,30.322577],[-88.14391,30.328803],[-88.146148,30.332343],[-88.16686,30.332831],[-88.167307,30.332343],[-88.184071,30.33397],[-88.194081,30.337104],[-88.195668,30.346625],[-88.187123,30.367743],[-88.216298,30.377265],[-88.277943,30.389065],[-88.303822,30.401272],[-88.305328,30.393622],[-88.307118,30.389594],[-88.30899,30.386217],[-88.311269,30.380764],[-88.317494,30.380764],[-88.335439,30.403876],[-88.355336,30.403754],[-88.377756,30.393866],[-88.402213,30.38783],[-88.402216,30.38787],[-88.40744,30.481694],[-88.412714,30.57559],[-88.417938,30.669413],[-88.423163,30.763261],[-88.428436,30.857133],[-88.433637,30.950981],[-88.43891,31.044828],[-88.444159,31.1387],[-88.449408,31.232524],[-88.454681,31.326371],[-88.45993,31.420268],[-88.465155,31.514091],[-88.47038,31.607939],[-88.475629,31.701835],[-88.480902,31.795658],[-88.486151,31.889506],[-88.485004,31.898051],[-88.481757,31.922831],[-88.476483,31.962821],[-88.469305,32.016996],[-88.460419,32.084135],[-88.44997,32.163285],[-88.43808,32.253227],[-88.424872,32.353007],[-88.410541,32.461479],[-88.395184,32.577494],[-88.379022,32.700102],[-88.362128,32.828105],[-88.344623,32.960478],[-88.326703,33.096098],[-88.308466,33.233842],[-88.290106,33.372709],[-88.271796,33.511601],[-88.253583,33.649394],[-88.235638,33.785014],[-88.218158,33.917362],[-88.201239,34.04539],[-88.185028,34.167948],[-88.169696,34.284013],[-88.155389,34.392485],[-88.14223,34.492265],[-88.130341,34.582231],[-88.119867,34.661332],[-88.11098,34.728495],[-88.103827,34.782621],[-88.098578,34.822636],[-88.095258,34.847489],[-88.094135,34.855961],[-88.089423,34.892045],[-88.088153,34.908061],[-88.105023,34.910014],[-88.137372,34.928593],[-88.161591,34.95745],[-88.179071,34.997831],[-88.185516,35.009745],[-88.174262,35.009745],[-88.139594,35.009477],[-87.982025,35.007987],[-87.824481,35.006498]]]]},"type":"Feature","properties":{"postal":"AL","name":"Alabama","type":"State","center":[-86.78555098308182,33.043036472273954]}},"FL":{"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.118804,24.553616],[-82.128774,24.550849],[-82.128285,24.553697],[-82.118398,24.556464],[-82.113759,24.557318],[-82.118804,24.553616]]],[[[-81.740875,24.573188],[-81.736684,24.569525],[-81.733713,24.564154],[-81.732004,24.55622],[-81.73766,24.557807],[-81.741322,24.560696],[-81.743804,24.564643],[-81.746246,24.569892],[-81.747222,24.567572],[-81.747304,24.564439],[-81.748402,24.564114],[-81.752512,24.569892],[-81.755727,24.562445],[-81.759918,24.55622],[-81.769399,24.550198],[-81.784413,24.546129],[-81.814565,24.542548],[-81.810292,24.558173],[-81.801869,24.560289],[-81.791249,24.557074],[-81.780385,24.55622],[-81.772939,24.559719],[-81.752512,24.576117],[-81.746246,24.576117],[-81.740875,24.573188]]],[[[-81.654612,24.593207],[-81.650054,24.576117],[-81.725738,24.55622],[-81.721588,24.559516],[-81.711497,24.569892],[-81.711497,24.576117],[-81.716949,24.581041],[-81.718332,24.586249],[-81.716298,24.591742],[-81.711497,24.597805],[-81.705312,24.597805],[-81.69579,24.590644],[-81.683909,24.591132],[-81.65685,24.597805],[-81.654612,24.593207]]],[[[-82.119374,24.594672],[-82.109609,24.586127],[-82.107737,24.575263],[-82.110463,24.565497],[-82.111562,24.57095],[-82.119618,24.58511],[-82.127919,24.58926],[-82.134755,24.592963],[-82.139963,24.593329],[-82.145741,24.592719],[-82.142934,24.595852],[-82.131744,24.59809],[-82.119374,24.594672]]],[[[-81.410634,24.655422],[-81.414784,24.647691],[-81.421742,24.65176],[-81.424469,24.654975],[-81.417592,24.65941],[-81.410634,24.655422]]],[[[-81.266347,24.660386],[-81.276031,24.655585],[-81.277496,24.65762],[-81.265207,24.671291],[-81.260243,24.671698],[-81.258372,24.667629],[-81.266347,24.660386]]],[[[-81.43932,24.660386],[-81.441396,24.650539],[-81.446848,24.650784],[-81.449086,24.655219],[-81.460683,24.664374],[-81.461985,24.670966],[-81.455434,24.676093],[-81.453847,24.67768],[-81.457387,24.677924],[-81.455434,24.681342],[-81.448069,24.680569],[-81.442209,24.671536],[-81.43932,24.660386]]],[[[-81.555002,24.688178],[-81.553212,24.686957],[-81.550201,24.687161],[-81.546986,24.68594],[-81.54011,24.675238],[-81.506012,24.638821],[-81.506012,24.631334],[-81.530832,24.61522],[-81.565053,24.60224],[-81.636464,24.583564],[-81.636464,24.590318],[-81.616933,24.605455],[-81.60554,24.609565],[-81.595448,24.60399],[-81.573598,24.613715],[-81.567494,24.617662],[-81.564931,24.621161],[-81.561676,24.622748],[-81.554514,24.631334],[-81.569244,24.640041],[-81.575347,24.644924],[-81.581166,24.651801],[-81.551666,24.644355],[-81.538686,24.636461],[-81.533355,24.624498],[-81.52717,24.624498],[-81.52245,24.637926],[-81.525706,24.647895],[-81.536488,24.653022],[-81.554514,24.651801],[-81.554514,24.659247],[-81.54898,24.664944],[-81.550526,24.668769],[-81.55724,24.671129],[-81.567494,24.672309],[-81.560658,24.693427],[-81.554514,24.693427],[-81.555002,24.688178]]],[[[-81.479726,24.672512],[-81.478424,24.65412],[-81.481313,24.649848],[-81.485422,24.656968],[-81.491119,24.662258],[-81.497385,24.663967],[-81.502431,24.662665],[-81.506459,24.660102],[-81.511138,24.661322],[-81.513743,24.663275],[-81.516103,24.665473],[-81.520172,24.674058],[-81.519032,24.687323],[-81.515004,24.69774],[-81.511627,24.698432],[-81.506988,24.695868],[-81.500885,24.695258],[-81.493153,24.692125],[-81.485748,24.68651],[-81.482411,24.683254],[-81.479726,24.672512]]],[[[-81.315541,24.679633],[-81.317779,24.674954],[-81.32551,24.684272],[-81.334706,24.689846],[-81.33788,24.693305],[-81.340891,24.7001],[-81.336903,24.703803],[-81.329457,24.703315],[-81.320668,24.694485],[-81.315541,24.679633]]],[[[-81.082509,24.699449],[-81.087717,24.68594],[-81.092763,24.700873],[-81.103912,24.706773],[-81.136098,24.707017],[-81.11559,24.715725],[-81.061431,24.73135],[-81.039906,24.734361],[-81.040639,24.727362],[-81.043691,24.724311],[-81.067128,24.715888],[-81.076161,24.709052],[-81.082509,24.699449]]],[[[-81.340566,24.646715],[-81.36266,24.631334],[-81.364247,24.6612],[-81.430287,24.754828],[-81.42748,24.75137],[-81.424631,24.749823],[-81.417307,24.748684],[-81.387685,24.727484],[-81.355458,24.686184],[-81.340566,24.646715]]],[[[-80.958892,24.749335],[-81.03307,24.720689],[-80.955556,24.768744],[-80.923818,24.775336],[-80.923818,24.76911],[-80.927887,24.765692],[-80.932118,24.763739],[-80.944325,24.761664],[-80.958892,24.749335]]],[[[-80.802317,24.82689],[-80.799713,24.825263],[-80.793528,24.830552],[-80.787343,24.830552],[-80.787099,24.825995],[-80.788442,24.822943],[-80.793528,24.816881],[-80.802154,24.809882],[-80.818471,24.805813],[-80.85497,24.80329],[-80.845041,24.814358],[-80.800364,24.843573],[-80.802154,24.833686],[-80.802317,24.82689]]],[[[-80.718251,24.859442],[-80.733551,24.850328],[-80.738352,24.850735],[-80.735992,24.857367],[-80.729726,24.862779],[-80.721059,24.866685],[-80.700836,24.881008],[-80.69933,24.876288],[-80.710846,24.864325],[-80.718251,24.859442]]],[[[-80.646962,24.904731],[-80.657135,24.901109],[-80.625478,24.936225],[-80.61852,24.941555],[-80.617502,24.938137],[-80.617747,24.936021],[-80.62621,24.92414],[-80.646962,24.904731]]],[[[-81.051747,25.278306],[-81.058746,25.273993],[-81.066884,25.27676],[-81.074615,25.288723],[-81.078359,25.301703],[-81.072865,25.310045],[-81.059804,25.311713],[-81.047475,25.309394],[-81.042795,25.30744],[-81.039784,25.296698],[-81.048492,25.28498],[-81.051747,25.278306]]],[[[-81.112701,25.338202],[-81.108713,25.337633],[-81.097279,25.340074],[-81.089019,25.338853],[-81.086293,25.331244],[-81.085683,25.32689],[-81.088124,25.322414],[-81.090728,25.312812],[-81.100331,25.318183],[-81.108632,25.323961],[-81.122222,25.336575],[-81.116526,25.341946],[-81.110422,25.340318],[-81.112701,25.338202]]],[[[-80.36148,25.159491],[-80.442779,25.086412],[-80.453603,25.081],[-80.464508,25.083808],[-80.471262,25.072984],[-80.480336,25.049791],[-80.488149,25.039455],[-80.519154,25.014879],[-80.555979,24.970933],[-80.578603,24.950263],[-80.598012,24.9501],[-80.603505,24.961127],[-80.593984,24.96662],[-80.578847,24.969875],[-80.567616,24.973944],[-80.555653,25.009019],[-80.55016,25.014879],[-80.534088,25.016588],[-80.526479,25.021674],[-80.512318,25.042873],[-80.48762,25.066596],[-80.480865,25.078437],[-80.484446,25.091254],[-80.463043,25.09398],[-80.452382,25.099189],[-80.44343,25.111151],[-80.448232,25.118557],[-80.448598,25.122138],[-80.444814,25.122056],[-80.437245,25.118598],[-80.433461,25.130276],[-80.439036,25.139797],[-80.450429,25.143541],[-80.464508,25.138414],[-80.458567,25.156195],[-80.413401,25.147406],[-80.394276,25.190904],[-80.35733,25.227362],[-80.347808,25.248277],[-80.35025,25.262844],[-80.357655,25.269355],[-80.365346,25.274807],[-80.368967,25.286119],[-80.36266,25.292182],[-80.330637,25.299547],[-80.317454,25.306952],[-80.290598,25.34276],[-80.273427,25.352607],[-80.251617,25.344468],[-80.254872,25.339016],[-80.258127,25.33515],[-80.261708,25.332424],[-80.26594,25.330227],[-80.272694,25.323676],[-80.279368,25.312242],[-80.284413,25.300442],[-80.286448,25.29267],[-80.291331,25.28262],[-80.320546,25.248277],[-80.353342,25.205552],[-80.365834,25.18122],[-80.36148,25.165717],[-80.36148,25.159491]]],[[[-80.216908,25.415473],[-80.231191,25.403388],[-80.232533,25.404731],[-80.235097,25.404853],[-80.238026,25.405951],[-80.224355,25.416083],[-80.215728,25.432034],[-80.199941,25.489814],[-80.197011,25.494696],[-80.188222,25.498358],[-80.186594,25.493313],[-80.188466,25.485419],[-80.190175,25.481024],[-80.193918,25.459215],[-80.203481,25.436591],[-80.216908,25.415473]]],[[[-80.158315,25.679267],[-80.162913,25.672838],[-80.175608,25.673407],[-80.181793,25.681301],[-80.180328,25.691881],[-80.169749,25.700751],[-80.173573,25.702867],[-80.176137,25.70482],[-80.178863,25.706488],[-80.183339,25.707587],[-80.183339,25.713813],[-80.175689,25.718329],[-80.170074,25.722846],[-80.166005,25.728176],[-80.162913,25.734931],[-80.156077,25.734931],[-80.158315,25.679267]]],[[[-81.373199,25.816107],[-81.370717,25.810126],[-81.377431,25.807034],[-81.387563,25.806098],[-81.393219,25.802191],[-81.397084,25.797593],[-81.399892,25.794867],[-81.399729,25.791815],[-81.403228,25.793524],[-81.406809,25.796698],[-81.417714,25.808783],[-81.42516,25.811469],[-81.433339,25.804755],[-81.439565,25.8039],[-81.439849,25.826483],[-81.441233,25.832506],[-81.4405,25.842434],[-81.429514,25.850898],[-81.412221,25.843248],[-81.405181,25.836982],[-81.387074,25.824123],[-81.380483,25.82095],[-81.373199,25.816107]]],[[[-81.465159,25.865668],[-81.457997,25.850409],[-81.456125,25.841864],[-81.45344,25.838813],[-81.45051,25.832343],[-81.453359,25.825507],[-81.459625,25.822821],[-81.466949,25.829332],[-81.471059,25.835273],[-81.473866,25.840399],[-81.479563,25.847602],[-81.495269,25.8487],[-81.498036,25.852118],[-81.502838,25.855455],[-81.507883,25.852037],[-81.508372,25.847317],[-81.509104,25.843492],[-81.510976,25.836859],[-81.512034,25.836127],[-81.512115,25.840277],[-81.514963,25.843004],[-81.519765,25.8487],[-81.516916,25.859768],[-81.503041,25.865871],[-81.494456,25.867621],[-81.489817,25.869818],[-81.474355,25.872463],[-81.465159,25.865668]]],[[[-81.676137,25.901272],[-81.663401,25.896918],[-81.660024,25.886542],[-81.672027,25.867255],[-81.677398,25.861477],[-81.690256,25.863105],[-81.696156,25.86579],[-81.698801,25.872626],[-81.701568,25.877509],[-81.70637,25.881496],[-81.708567,25.883775],[-81.710764,25.889716],[-81.708404,25.898668],[-81.698964,25.899848],[-81.688873,25.899319],[-81.676137,25.901272]]],[[[-81.536488,25.870917],[-81.545766,25.853664],[-81.548492,25.857489],[-81.546457,25.872748],[-81.547841,25.881659],[-81.554026,25.884508],[-81.558705,25.889065],[-81.561025,25.894843],[-81.558339,25.903388],[-81.545888,25.902411],[-81.539215,25.895331],[-81.542226,25.893866],[-81.543121,25.893012],[-81.541005,25.890123],[-81.536041,25.884996],[-81.533559,25.878648],[-81.536488,25.870917]]],[[[-82.129221,26.461127],[-82.096262,26.454535],[-82.076812,26.456204],[-82.06843,26.467963],[-82.026845,26.447455],[-82.045522,26.443752],[-82.070912,26.424628],[-82.088246,26.419501],[-82.103586,26.422553],[-82.16393,26.454291],[-82.175038,26.46247],[-82.184071,26.473334],[-82.191314,26.48843],[-82.200673,26.519599],[-82.204945,26.550482],[-82.196278,26.544501],[-82.190785,26.536526],[-82.187164,26.526923],[-82.184438,26.515774],[-82.175893,26.49494],[-82.164133,26.47956],[-82.148793,26.468573],[-82.129221,26.461127]]],[[[-82.229319,26.633775],[-82.225453,26.611274],[-82.239084,26.634182],[-82.24767,26.654364],[-82.260162,26.701321],[-82.255483,26.701239],[-82.252349,26.699612],[-82.245961,26.694525],[-82.244537,26.670803],[-82.229319,26.633775]]],[[[-82.080963,26.509019],[-82.082021,26.491523],[-82.095082,26.495836],[-82.10851,26.516303],[-82.123647,26.565375],[-82.136708,26.584662],[-82.132436,26.609809],[-82.145741,26.640123],[-82.164662,26.671942],[-82.177642,26.701321],[-82.163971,26.701321],[-82.14391,26.694648],[-82.124501,26.676459],[-82.113637,26.654364],[-82.123199,26.61872],[-82.111562,26.596381],[-82.096018,26.574937],[-82.088246,26.560452],[-82.080963,26.509019]]],[[[-82.259104,26.73725],[-82.266428,26.714993],[-82.274648,26.736151],[-82.277821,26.785061],[-82.287506,26.803127],[-82.281484,26.809475],[-82.278432,26.810045],[-82.273834,26.803127],[-82.262929,26.780097],[-82.257965,26.758531],[-82.259104,26.73725]]],[[[-82.593088,27.33983],[-82.589182,27.324449],[-82.606679,27.336656],[-82.649037,27.381334],[-82.65746,27.396796],[-82.664418,27.404486],[-82.676625,27.42178],[-82.680979,27.434068],[-82.664215,27.426907],[-82.654286,27.419664],[-82.630116,27.379706],[-82.593088,27.33983]]],[[[-80.167226,27.197008],[-80.162913,27.173651],[-80.177317,27.202216],[-80.197621,27.223944],[-80.20816,27.262926],[-80.268951,27.38231],[-80.272776,27.396796],[-80.275868,27.40176],[-80.28954,27.411811],[-80.292592,27.417304],[-80.294057,27.429918],[-80.306874,27.461656],[-80.347808,27.612494],[-80.35676,27.62934],[-80.365834,27.642239],[-80.372914,27.656562],[-80.377797,27.686469],[-80.38679,27.706732],[-80.388783,27.718655],[-80.391103,27.727444],[-80.409901,27.756496],[-80.438466,27.830471],[-80.450917,27.852037],[-80.447418,27.855618],[-80.444569,27.857489],[-80.437245,27.859565],[-80.437245,27.85456],[-80.435536,27.851711],[-80.432729,27.849351],[-80.429799,27.845893],[-80.42219,27.804999],[-80.401926,27.764146],[-80.36148,27.701239],[-80.347239,27.66413],[-80.342763,27.643256],[-80.341054,27.622463],[-80.337636,27.606635],[-80.167226,27.197008]]],[[[-80.629018,28.181057],[-80.636464,28.181057],[-80.63801,28.193427],[-80.640696,28.204169],[-80.64859,28.222724],[-80.631988,28.190416],[-80.629018,28.181057]]],[[[-80.612172,28.568834],[-80.618479,28.537665],[-80.649526,28.475246],[-80.658193,28.437486],[-80.664215,28.31509],[-80.668935,28.297065],[-80.669993,28.287502],[-80.667958,28.275946],[-80.659006,28.256293],[-80.651479,28.239976],[-80.64977,28.225165],[-80.664947,28.25259],[-80.700185,28.34809],[-80.714711,28.369778],[-80.719635,28.388332],[-80.728342,28.469062],[-80.737416,28.484849],[-80.739898,28.517483],[-80.732289,28.544623],[-80.710927,28.544135],[-80.704701,28.560614],[-80.698638,28.567776],[-80.67748,28.578925],[-80.655507,28.593329],[-80.642934,28.598131],[-80.629018,28.598782],[-80.612172,28.568834]]],[[[-82.683217,28.737738],[-82.677602,28.73607],[-82.672719,28.737047],[-82.666005,28.734442],[-82.667063,28.722357],[-82.672271,28.715237],[-82.673736,28.714423],[-82.678212,28.71426],[-82.681874,28.716946],[-82.681874,28.720852],[-82.696034,28.725572],[-82.695872,28.728949],[-82.692006,28.729153],[-82.68814,28.72899],[-82.685618,28.730048],[-82.68928,28.731757],[-82.688954,28.735297],[-82.683217,28.737738]]],[[[-82.6822,28.760321],[-82.692535,28.76024],[-82.697377,28.761461],[-82.696401,28.763983],[-82.692738,28.769355],[-82.69164,28.773098],[-82.695465,28.776435],[-82.697581,28.782294],[-82.694936,28.787584],[-82.6881,28.788153],[-82.679921,28.784654],[-82.673492,28.777086],[-82.673818,28.766669],[-82.6822,28.760321]]],[[[-83.036773,29.137519],[-83.049957,29.131985],[-83.058176,29.136176],[-83.057525,29.150092],[-83.050282,29.155707],[-83.042958,29.151272],[-83.038197,29.145209],[-83.032948,29.141262],[-83.029652,29.139797],[-83.036773,29.137519]]],[[[-85.08609,29.685736],[-85.083648,29.675035],[-85.089263,29.670152],[-85.095815,29.662421],[-85.101308,29.653266],[-85.103586,29.643988],[-85.108713,29.634019],[-85.120351,29.633979],[-85.141754,29.640855],[-85.150461,29.644477],[-85.15807,29.652655],[-85.16511,29.661933],[-85.171864,29.66885],[-85.182281,29.673977],[-85.202301,29.680976],[-85.212799,29.688707],[-85.171539,29.683254],[-85.153066,29.684638],[-85.138295,29.695502],[-85.113678,29.691962],[-85.100453,29.688056],[-85.087758,29.686835],[-85.08609,29.685736]]],[[[-84.969472,29.611762],[-84.990875,29.606147],[-85.049184,29.605862],[-85.071278,29.611762],[-85.09732,29.627265],[-85.081207,29.623969],[-85.054026,29.609442],[-85.031565,29.610907],[-84.987457,29.620429],[-84.774566,29.709784],[-84.771311,29.713813],[-84.770904,29.718329],[-84.768178,29.72191],[-84.757883,29.723456],[-84.749989,29.725491],[-84.745595,29.729967],[-84.742258,29.734442],[-84.737375,29.736477],[-84.72411,29.740302],[-84.70523,29.75849],[-84.692698,29.76439],[-84.692698,29.756985],[-84.698354,29.754584],[-84.706614,29.748033],[-84.70637,29.743964],[-84.728912,29.735826],[-84.788238,29.695502],[-84.887847,29.657945],[-84.908762,29.642483],[-84.969472,29.611762]]],[[[-84.608713,29.789252],[-84.664703,29.778713],[-84.65685,29.787055],[-84.617014,29.805365],[-84.593414,29.818549],[-84.583608,29.821845],[-84.576405,29.81977],[-84.586334,29.799954],[-84.608713,29.789252]]],[[[-86.617096,30.412014],[-86.52184,30.401272],[-86.530141,30.396877],[-86.540273,30.395413],[-86.551381,30.396796],[-86.562408,30.401109],[-86.562611,30.40119],[-86.562815,30.401272],[-86.562734,30.40119],[-86.562611,30.40115],[-86.562489,30.401109],[-86.901845,30.363613],[-87.2412,30.326117],[-87.296498,30.332343],[-87.278228,30.338121],[-87.197133,30.339789],[-87.081166,30.356635],[-87.022776,30.374579],[-86.951731,30.373928],[-86.927113,30.380764],[-86.918202,30.383979],[-86.890696,30.393134],[-86.875315,30.395006],[-86.83141,30.393622],[-86.724029,30.406236],[-86.700592,30.414944],[-86.693756,30.408108],[-86.65925,30.415839],[-86.617096,30.412014]]],[[[-84.920477,30.760087],[-84.875775,30.719145],[-84.867011,30.720365],[-84.835272,30.718534],[-84.828876,30.718144],[-84.810272,30.71707],[-84.780072,30.715287],[-84.73913,30.712821],[-84.688202,30.709819],[-84.627997,30.706254],[-84.559345,30.702153],[-84.48288,30.697636],[-84.399432,30.69268],[-84.30976,30.687382],[-84.214594,30.681767],[-84.114667,30.675834],[-84.010736,30.669657],[-83.903632,30.663285],[-83.794012,30.656816],[-83.682709,30.650199],[-83.570404,30.64351],[-83.457904,30.636845],[-83.345892,30.63018],[-83.235199,30.623612],[-83.126532,30.617167],[-83.020673,30.610893],[-82.918329,30.604838],[-82.820282,30.599003],[-82.727289,30.59351],[-82.640155,30.588334],[-82.55954,30.583549],[-82.4862,30.579203],[-82.42099,30.575321],[-82.364545,30.572001],[-82.317694,30.569218],[-82.281146,30.567045],[-82.239838,30.564653],[-82.237811,30.56309],[-82.237787,30.56016],[-82.240643,30.553715],[-82.244769,30.547172],[-82.246478,30.543461],[-82.246698,30.539482],[-82.245477,30.535234],[-82.23996,30.527177],[-82.216327,30.500492],[-82.212054,30.494096],[-82.207343,30.485404],[-82.205927,30.480693],[-82.205316,30.476298],[-82.205707,30.471],[-82.206781,30.465629],[-82.211664,30.451127],[-82.214301,30.439384],[-82.214862,30.433598],[-82.214789,30.42852],[-82.212518,30.41956],[-82.197504,30.382572],[-82.191864,30.373905],[-82.188007,30.370341],[-82.18288,30.367289],[-82.175824,30.365238],[-82.16618,30.364555],[-82.119989,30.369291],[-82.113202,30.368119],[-82.094525,30.36309],[-82.089569,30.362699],[-82.085175,30.362724],[-82.057684,30.369194],[-82.052435,30.371684],[-82.048578,30.375395],[-82.046478,30.383256],[-82.046259,30.389604],[-82.048163,30.418315],[-82.047626,30.424565],[-82.045038,30.437626],[-82.024872,30.500102],[-82.011346,30.566484],[-82.010956,30.577958],[-82.012152,30.587992],[-82.013715,30.592729],[-82.018109,30.600395],[-82.037372,30.62393],[-82.041937,30.632914],[-82.045355,30.642094],[-82.047308,30.650053],[-82.048236,30.661698],[-82.047479,30.667216],[-82.040595,30.690068],[-82.039301,30.696318],[-82.038837,30.702299],[-82.042059,30.726908],[-82.041327,30.736698],[-82.039764,30.741313],[-82.037811,30.745561],[-82.034955,30.749394],[-82.023212,30.759574],[-82.020258,30.764482],[-82.018549,30.770072],[-82.016693,30.780424],[-82.013617,30.784135],[-82.008588,30.785404],[-81.998212,30.782475],[-81.98996,30.781596],[-81.981024,30.783134],[-81.976679,30.786235],[-81.973602,30.790702],[-81.972186,30.795512],[-81.971185,30.802275],[-81.971259,30.80435],[-81.969696,30.810697],[-81.966864,30.814628],[-81.961981,30.818412],[-81.953387,30.82061],[-81.945721,30.821049],[-81.931805,30.820268],[-81.925531,30.820683],[-81.917914,30.820219],[-81.909052,30.81851],[-81.894354,30.810478],[-81.886591,30.80518],[-81.873016,30.798539],[-81.781805,30.766191],[-81.772919,30.767265],[-81.763763,30.766508],[-81.749823,30.76331],[-81.739862,30.757231],[-81.733539,30.752104],[-81.723505,30.746733],[-81.708759,30.741069],[-81.660419,30.728422],[-81.649725,30.727421],[-81.639325,30.729081],[-81.632221,30.72891],[-81.618597,30.721293],[-81.608588,30.71746],[-81.567157,30.709428],[-81.557709,30.709574],[-81.525262,30.718144],[-81.507196,30.713676],[-81.500028,30.712165],[-81.499257,30.704332],[-81.475657,30.696031],[-81.46935,30.69717],[-81.455637,30.701809],[-81.447743,30.702867],[-81.440256,30.700751],[-81.438222,30.696031],[-81.437611,30.691352],[-81.434071,30.689195],[-81.428578,30.681708],[-81.430531,30.66474],[-81.437815,30.637763],[-81.441518,30.553046],[-81.437815,30.524115],[-81.453847,30.534491],[-81.461903,30.548529],[-81.464711,30.56684],[-81.465077,30.589911],[-81.466949,30.600002],[-81.472035,30.610053],[-81.479644,30.617865],[-81.489003,30.620998],[-81.497955,30.617662],[-81.499989,30.609361],[-81.499257,30.586819],[-81.501536,30.569281],[-81.500315,30.551256],[-81.492584,30.537258],[-81.475657,30.531562],[-81.474924,30.527655],[-81.447743,30.508002],[-81.44164,30.500149],[-81.435129,30.484849],[-81.430287,30.476996],[-81.424469,30.471584],[-81.419545,30.469306],[-81.414947,30.465725],[-81.40982,30.456488],[-81.406361,30.44359],[-81.40982,30.411444],[-81.406606,30.405829],[-81.399566,30.400539],[-81.392568,30.393866],[-81.389394,30.384223],[-81.396148,30.339789],[-81.394928,30.29857],[-81.36266,30.188951],[-81.353993,30.170803],[-81.328286,30.05283],[-81.287668,29.926174],[-81.293813,29.89411],[-81.287994,29.893012],[-81.279385,29.899549],[-81.273761,29.889874],[-81.271852,29.876151],[-81.266469,29.853217],[-81.261627,29.839016],[-81.255849,29.789455],[-81.25013,29.769592],[-81.238879,29.737301],[-81.225494,29.709784],[-81.209967,29.666519],[-81.189076,29.624172],[-81.184641,29.603746],[-81.178293,29.585517],[-81.137961,29.505083],[-81.071914,29.363032],[-81.006287,29.23527],[-80.962668,29.152056],[-80.932123,29.101179],[-80.91455,29.08745],[-80.922109,29.068305],[-80.909332,29.056952],[-80.891754,29.045559],[-80.882883,29.027655],[-80.877675,29.00849],[-80.743225,28.80691],[-80.680043,28.717027],[-80.627065,28.650865],[-80.567616,28.557807],[-80.54308,28.492499],[-80.528228,28.472602],[-80.540435,28.451606],[-80.55842,28.433336],[-80.567616,28.43183],[-80.569692,28.426418],[-80.575266,28.417955],[-80.582753,28.410305],[-80.590891,28.406928],[-80.594065,28.401597],[-80.594716,28.30386],[-80.601715,28.29092],[-80.594309,28.284084],[-80.596832,28.262641],[-80.592193,28.207913],[-80.571116,28.106147],[-80.55663,28.077541],[-80.553293,28.061591],[-80.532338,28.018785],[-80.451894,27.90941],[-80.450917,27.86636],[-80.475006,27.907904],[-80.478179,27.917222],[-80.48233,27.924262],[-80.512318,27.955146],[-80.521596,27.99018],[-80.580637,28.085435],[-80.610666,28.164944],[-80.619944,28.206977],[-80.617909,28.37934],[-80.58788,28.505764],[-80.587066,28.545356],[-80.594309,28.58511],[-80.600413,28.600287],[-80.609446,28.610175],[-80.623036,28.614569],[-80.64269,28.613023],[-80.646067,28.614407],[-80.650868,28.617865],[-80.656646,28.620754],[-80.663157,28.62051],[-80.663808,28.616848],[-80.662506,28.602362],[-80.663157,28.598782],[-80.675038,28.595608],[-80.683949,28.595201],[-80.747792,28.604926],[-80.76594,28.612291],[-80.779856,28.626654],[-80.78425,28.641669],[-80.78425,28.661282],[-80.780385,28.680732],[-80.77302,28.694973],[-80.765614,28.688707],[-80.757151,28.703803],[-80.749257,28.724107],[-80.752349,28.741929],[-80.795277,28.755601],[-80.828928,28.783026],[-80.848134,28.790595],[-80.831939,28.699368],[-80.82079,28.675116],[-80.82079,28.66767],[-80.828236,28.661444],[-80.797475,28.608303],[-80.793528,28.588853],[-80.789662,28.547838],[-80.766103,28.451077],[-80.756825,28.430854],[-80.738271,28.373481],[-80.708811,28.320461],[-80.701243,28.296617],[-80.541107,27.98135],[-80.380971,27.666083],[-80.345367,27.514594],[-80.197825,27.19599],[-80.197011,27.180487],[-80.2058,27.200344],[-80.217152,27.209418],[-80.257232,27.218573],[-80.279612,27.228909],[-80.286488,27.233791],[-80.292714,27.239488],[-80.301015,27.243354],[-80.31432,27.24258],[-80.30842,27.23432],[-80.28303,27.207831],[-80.27595,27.205878],[-80.260162,27.196967],[-80.251617,27.194159],[-80.228993,27.200385],[-80.221262,27.201606],[-80.183339,27.163764],[-80.176991,27.150702],[-80.148793,27.138251],[-80.142405,27.122138],[-80.139272,27.107652],[-80.115102,27.063788],[-80.094594,27.009752],[-80.075551,26.973212],[-80.074127,26.961371],[-80.081288,26.950426],[-80.091542,26.947252],[-80.103383,26.946031],[-80.115102,26.940904],[-80.115102,26.934719],[-80.102406,26.929511],[-80.080312,26.92357],[-80.070709,26.916978],[-80.06432,26.906684],[-80.038238,26.811184],[-80.038401,26.784247],[-80.053619,26.769599],[-80.053619,26.762152],[-80.040517,26.746405],[-80.034535,26.715318],[-80.032379,26.587348],[-80.038075,26.558539],[-80.053619,26.556708],[-80.062082,26.420885],[-80.071889,26.390448],[-80.074127,26.375474],[-80.07315,26.34101],[-80.075063,26.324205],[-80.080922,26.309638],[-80.077707,26.287584],[-80.102651,26.13996],[-80.112131,26.110175],[-80.128774,26.098619],[-80.128774,26.091213],[-80.112782,26.068834],[-80.128774,25.775295],[-80.135569,25.775295],[-80.135569,25.81684],[-80.128774,25.862128],[-80.129262,25.887885],[-80.132436,25.901272],[-80.140614,25.900824],[-80.176584,25.858385],[-80.182729,25.822089],[-80.195465,25.795844],[-80.196197,25.753811],[-80.210683,25.734931],[-80.221262,25.731106],[-80.230946,25.731187],[-80.240712,25.72956],[-80.251617,25.720608],[-80.255198,25.711086],[-80.256907,25.686835],[-80.277577,25.644232],[-80.306874,25.618232],[-80.310414,25.598944],[-80.31135,25.549791],[-80.317454,25.532904],[-80.333974,25.511908],[-80.342437,25.493638],[-80.344309,25.475246],[-80.341054,25.453762],[-80.336497,25.448228],[-80.329457,25.444037],[-80.325673,25.438666],[-80.33373,25.424791],[-80.341054,25.405951],[-80.332916,25.398017],[-80.320424,25.391547],[-80.3131,25.38349],[-80.31432,25.371161],[-80.350738,25.342231],[-80.395863,25.295396],[-80.400624,25.287909],[-80.402496,25.279364],[-80.405914,25.270168],[-80.423004,25.252387],[-80.424184,25.241441],[-80.42691,25.221747],[-80.414784,25.206855],[-80.401967,25.195543],[-80.402496,25.186225],[-80.417551,25.197414],[-80.437123,25.223375],[-80.450917,25.227769],[-80.450795,25.242987],[-80.46642,25.241767],[-80.486195,25.233344],[-80.498647,25.220364],[-80.476918,25.218573],[-80.45873,25.209174],[-80.446645,25.19359],[-80.44343,25.173163],[-80.450917,25.173163],[-80.45401,25.195258],[-80.469146,25.208075],[-80.488922,25.210354],[-80.506174,25.200507],[-80.509267,25.207221],[-80.513661,25.212836],[-80.519195,25.21719],[-80.52599,25.220364],[-80.522369,25.226793],[-80.519602,25.23078],[-80.515004,25.233059],[-80.506174,25.234605],[-80.507151,25.238918],[-80.508372,25.241767],[-80.512318,25.248277],[-80.525258,25.246527],[-80.5655,25.245998],[-80.580637,25.241441],[-80.590443,25.225328],[-80.597483,25.203437],[-80.606516,25.188666],[-80.622222,25.193671],[-80.619049,25.195746],[-80.617543,25.195543],[-80.616526,25.196031],[-80.614735,25.200507],[-80.651357,25.193061],[-80.656972,25.189927],[-80.654937,25.180569],[-80.651601,25.174018],[-80.65099,25.167873],[-80.656972,25.159491],[-80.663157,25.159491],[-80.678131,25.167873],[-80.691151,25.162746],[-80.710927,25.14525],[-80.723053,25.143134],[-80.739817,25.143785],[-80.755849,25.148749],[-80.765614,25.159491],[-80.767812,25.155463],[-80.769928,25.152777],[-80.771718,25.149848],[-80.77302,25.14525],[-80.777821,25.148261],[-80.782948,25.150621],[-80.788238,25.153957],[-80.793528,25.159491],[-80.797027,25.151313],[-80.800282,25.148383],[-80.805247,25.149115],[-80.814036,25.152086],[-80.814036,25.159491],[-80.810536,25.167792],[-80.84024,25.173407],[-80.85497,25.186225],[-80.882883,25.169501],[-80.887196,25.168362],[-80.910227,25.14525],[-80.928782,25.142157],[-80.967152,25.141547],[-80.999582,25.135077],[-81.039906,25.131578],[-81.086537,25.121405],[-81.101959,25.124742],[-81.149159,25.165717],[-81.165517,25.197252],[-81.177113,25.227769],[-81.175771,25.259019],[-81.164866,25.298082],[-81.148346,25.331204],[-81.129954,25.344468],[-81.136098,25.330227],[-81.124013,25.327948],[-81.112131,25.320746],[-81.101918,25.311713],[-81.095123,25.303534],[-81.07787,25.272854],[-81.074696,25.272447],[-81.061757,25.264228],[-80.98526,25.234605],[-80.98526,25.227769],[-80.990834,25.226142],[-81.000111,25.222073],[-81.005767,25.220364],[-81.005767,25.214179],[-80.988026,25.207506],[-80.966298,25.206855],[-80.944651,25.212307],[-80.927235,25.224066],[-80.917226,25.245754],[-80.924143,25.263577],[-80.980784,25.318305],[-80.999135,25.327053],[-81.034291,25.332465],[-81.051666,25.342231],[-81.057281,25.344468],[-81.095123,25.351304],[-81.141347,25.384752],[-81.149159,25.395413],[-81.15038,25.405951],[-81.155426,25.426581],[-81.156606,25.436347],[-81.170888,25.47484],[-81.20344,25.508002],[-81.21467,25.527574],[-81.195953,25.538886],[-81.189931,25.545356],[-81.186106,25.553168],[-81.187652,25.560207],[-81.197255,25.564276],[-81.220041,25.559272],[-81.231679,25.563625],[-81.235422,25.573147],[-81.245961,25.618232],[-81.266713,25.652818],[-81.266469,25.666653],[-81.274729,25.674709],[-81.278432,25.685981],[-81.27953,25.704169],[-81.31314,25.706204],[-81.321685,25.707587],[-81.328359,25.716051],[-81.34024,25.742865],[-81.344716,25.748521],[-81.357249,25.753485],[-81.347971,25.764635],[-81.321685,25.782701],[-81.329335,25.790473],[-81.348459,25.81684],[-81.372141,25.836127],[-81.396148,25.85163],[-81.409047,25.85635],[-81.438344,25.861314],[-81.450795,25.865871],[-81.462148,25.874498],[-81.475209,25.891018],[-81.485585,25.8994],[-81.498769,25.886705],[-81.509511,25.890815],[-81.521067,25.901068],[-81.541575,25.908922],[-81.555287,25.918362],[-81.564076,25.920478],[-81.568227,25.918647],[-81.579905,25.909857],[-81.588002,25.906887],[-81.583811,25.914374],[-81.583974,25.917304],[-81.586171,25.919827],[-81.588002,25.926093],[-81.596425,25.923774],[-81.607411,25.927395],[-81.617421,25.935533],[-81.622711,25.94717],[-81.632802,25.940009],[-81.64037,25.926256],[-81.650054,25.920478],[-81.662424,25.918199],[-81.674306,25.919908],[-81.684316,25.925116],[-81.691029,25.933539],[-81.694447,25.927924],[-81.697865,25.920478],[-81.700307,25.918443],[-81.7058,25.913764],[-81.705312,25.906887],[-81.711497,25.906887],[-81.718495,25.908108],[-81.722239,25.910061],[-81.732004,25.920478],[-81.735829,25.928371],[-81.742543,25.957465],[-81.728586,25.962714],[-81.716664,25.955959],[-81.705678,25.945705],[-81.694447,25.940375],[-81.685048,25.945014],[-81.675404,25.956244],[-81.667795,25.969713],[-81.664377,25.98135],[-81.679189,25.981838],[-81.701975,25.979234],[-81.711497,25.98135],[-81.722483,25.989081],[-81.731679,26.000637],[-81.734364,26.012763],[-81.725738,26.022284],[-81.754384,26.04206],[-81.77009,26.067776],[-81.787221,26.139594],[-81.791493,26.130194],[-81.793691,26.120185],[-81.794179,26.109605],[-81.793446,26.098619],[-81.800893,26.098619],[-81.819,26.170315],[-81.827545,26.248847],[-81.82136,26.282945],[-81.821401,26.289618],[-81.822133,26.292873],[-81.851796,26.341986],[-81.85554,26.35871],[-81.848704,26.35871],[-81.848704,26.351874],[-81.841868,26.351874],[-81.843861,26.414211],[-81.848704,26.433783],[-81.855946,26.448879],[-81.875844,26.480292],[-81.882802,26.495836],[-81.882436,26.481187],[-81.878489,26.456244],[-81.882802,26.447455],[-81.887318,26.44477],[-81.894032,26.447496],[-81.898671,26.452094],[-81.90331,26.454901],[-81.923736,26.454901],[-81.978383,26.482164],[-81.991567,26.47602],[-81.9947,26.47724],[-82.000111,26.482164],[-82.006337,26.474799],[-82.008656,26.484524],[-82.00886,26.499335],[-82.006174,26.514065],[-82.000111,26.523179],[-81.995961,26.522773],[-81.989247,26.511705],[-81.982086,26.508938],[-81.974477,26.510443],[-81.970041,26.514146],[-81.965728,26.518866],[-81.938466,26.535468],[-81.911773,26.558661],[-81.893056,26.586127],[-81.897084,26.611274],[-81.885569,26.624172],[-81.841868,26.663153],[-81.838124,26.672431],[-81.829172,26.681383],[-81.817983,26.685452],[-81.807729,26.680243],[-81.797678,26.686754],[-81.79011,26.694078],[-81.784535,26.70307],[-81.780385,26.714993],[-81.795318,26.709703],[-81.819203,26.697008],[-81.838124,26.694525],[-81.854604,26.688422],[-81.873891,26.674058],[-81.906728,26.642646],[-81.917592,26.626654],[-81.947743,26.548896],[-81.951731,26.543647],[-81.959788,26.539862],[-81.983225,26.533759],[-81.992665,26.529364],[-81.992665,26.543647],[-82.012766,26.535956],[-82.026682,26.528022],[-82.039052,26.527899],[-82.054758,26.543647],[-82.0631,26.560981],[-82.061269,26.573432],[-82.056142,26.587877],[-82.054758,26.611274],[-82.059682,26.629462],[-82.07726,26.664984],[-82.082102,26.680243],[-82.081288,26.702704],[-82.056874,26.818915],[-82.054758,26.841254],[-82.057037,26.86579],[-82.064565,26.874945],[-82.078114,26.88109],[-82.0985,26.896552],[-82.096995,26.909369],[-82.077504,26.922919],[-82.027577,26.949693],[-82.005727,26.953803],[-81.996409,26.958238],[-81.990834,26.965562],[-81.978383,26.996161],[-81.995107,26.991523],[-82.016835,26.972968],[-82.057444,26.965318],[-82.074574,26.95893],[-82.092681,26.955634],[-82.11559,26.961371],[-82.119944,26.945461],[-82.131988,26.94184],[-82.144521,26.940416],[-82.150299,26.930976],[-82.155181,26.927639],[-82.166086,26.936184],[-82.184438,26.955146],[-82.180735,26.972357],[-82.190989,26.969387],[-82.207387,26.961819],[-82.22232,26.965155],[-82.242014,26.99551],[-82.253285,27.006822],[-82.273834,27.016018],[-82.270904,27.007717],[-82.259145,26.989244],[-82.230214,26.956855],[-82.219228,26.94774],[-82.211781,26.955146],[-82.201283,26.944159],[-82.187327,26.913153],[-82.18102,26.906806],[-82.175689,26.899237],[-82.159901,26.86225],[-82.15095,26.81802],[-82.150258,26.803168],[-82.156565,26.790025],[-82.165598,26.785793],[-82.169016,26.814114],[-82.177642,26.824856],[-82.178578,26.821275],[-82.184316,26.814276],[-82.191884,26.807074],[-82.19811,26.803127],[-82.20108,26.804999],[-82.210764,26.81509],[-82.215484,26.817369],[-82.218617,26.816311],[-82.220448,26.813951],[-82.223215,26.811672],[-82.229156,26.810533],[-82.236073,26.812079],[-82.245513,26.820502],[-82.253407,26.824856],[-82.267649,26.829576],[-82.274566,26.830715],[-82.283803,26.831],[-82.313832,26.849351],[-82.342926,26.934882],[-82.370025,26.961371],[-82.366933,26.945624],[-82.353627,26.922105],[-82.348948,26.906806],[-82.360992,26.913275],[-82.365956,26.916815],[-82.370025,26.920396],[-82.376617,26.940334],[-82.467152,27.102037],[-82.477203,27.137519],[-82.500885,27.179023],[-82.506581,27.201606],[-82.50182,27.190334],[-82.498199,27.185248],[-82.492991,27.180487],[-82.492991,27.197211],[-82.496327,27.211493],[-82.503163,27.222357],[-82.513417,27.228909],[-82.513417,27.215277],[-82.520863,27.215277],[-82.532623,27.236884],[-82.549184,27.256578],[-82.561838,27.276272],[-82.561879,27.297797],[-82.557607,27.294379],[-82.554067,27.292426],[-82.550893,27.289496],[-82.547597,27.283515],[-82.540761,27.283515],[-82.5419,27.308539],[-82.562734,27.346829],[-82.573638,27.395087],[-82.58788,27.408189],[-82.60676,27.41706],[-82.645416,27.442939],[-82.682729,27.448717],[-82.698394,27.45482],[-82.709828,27.469387],[-82.729156,27.514716],[-82.732533,27.530585],[-82.725697,27.530585],[-82.71052,27.497504],[-82.70523,27.489569],[-82.694814,27.482896],[-82.668365,27.471625],[-82.65746,27.461656],[-82.650136,27.468655],[-82.645497,27.47663],[-82.643666,27.485745],[-82.644399,27.495836],[-82.650624,27.495836],[-82.657704,27.491523],[-82.664906,27.492418],[-82.671783,27.496894],[-82.677887,27.503241],[-82.660756,27.520331],[-82.636301,27.513902],[-82.610504,27.502102],[-82.589182,27.503241],[-82.599477,27.511176],[-82.610422,27.517157],[-82.622548,27.521308],[-82.636952,27.523749],[-82.621409,27.531195],[-82.59203,27.538479],[-82.578603,27.547309],[-82.572418,27.559516],[-82.588206,27.557196],[-82.600982,27.552395],[-82.604197,27.551093],[-82.62267,27.544176],[-82.617787,27.552558],[-82.615142,27.555813],[-82.611318,27.554836],[-82.605702,27.552883],[-82.603424,27.552924],[-82.601186,27.5539],[-82.589182,27.564683],[-82.591868,27.568345],[-82.596018,27.577704],[-82.574574,27.590725],[-82.564605,27.608954],[-82.557444,27.629625],[-82.544179,27.650051],[-82.516672,27.669908],[-82.513417,27.67768],[-82.510121,27.689399],[-82.502187,27.694403],[-82.493072,27.697089],[-82.486155,27.701239],[-82.470367,27.729315],[-82.465647,27.736029],[-82.437734,27.753363],[-82.430491,27.763739],[-82.398183,27.796047],[-82.389963,27.811103],[-82.39269,27.834052],[-82.412465,27.875718],[-82.421742,27.917182],[-82.433746,27.929145],[-82.451161,27.930732],[-82.471832,27.920356],[-82.480702,27.908433],[-82.484853,27.892564],[-82.486155,27.85578],[-82.479807,27.841498],[-82.478098,27.831285],[-82.482737,27.821357],[-82.5183,27.822659],[-82.527089,27.824774],[-82.539622,27.84398],[-82.540924,27.868801],[-82.534535,27.917222],[-82.541127,27.942776],[-82.558827,27.955797],[-82.58495,27.960639],[-82.616444,27.96133],[-82.616444,27.968736],[-82.596018,27.975572],[-82.596018,27.983059],[-82.623525,27.996527],[-82.63622,28.005805],[-82.644399,28.016547],[-82.650624,28.016547],[-82.65095,28.013251],[-82.650624,28.002916],[-82.690989,28.037665],[-82.688344,28.028998],[-82.679799,28.013251],[-82.677887,28.006293],[-82.679107,27.99844],[-82.684153,27.987291],[-82.684722,27.983059],[-82.690541,27.975531],[-82.690338,27.970852],[-82.681304,27.968736],[-82.644399,27.968736],[-82.65685,27.956244],[-82.702748,27.944729],[-82.718861,27.927802],[-82.680247,27.91413],[-82.643219,27.894761],[-82.604726,27.881496],[-82.561879,27.886176],[-82.57079,27.879828],[-82.602854,27.862982],[-82.601308,27.851142],[-82.595815,27.829983],[-82.596018,27.817939],[-82.600168,27.807929],[-82.613637,27.792711],[-82.616444,27.787502],[-82.617909,27.780992],[-82.630116,27.750312],[-82.623118,27.734036],[-82.626576,27.715806],[-82.637766,27.701117],[-82.654042,27.695054],[-82.672475,27.695054],[-82.67927,27.696845],[-82.684722,27.701239],[-82.687082,27.709866],[-82.686025,27.731635],[-82.687856,27.736029],[-82.709218,27.73843],[-82.721506,27.745103],[-82.739369,27.769517],[-82.757192,27.787665],[-82.795969,27.815334],[-82.815094,27.832221],[-82.818837,27.818183],[-82.810699,27.804429],[-82.751332,27.746568],[-82.739369,27.728583],[-82.72468,27.694078],[-82.718007,27.672065],[-82.718861,27.659654],[-82.731313,27.662055],[-82.742543,27.679755],[-82.750559,27.702094],[-82.753651,27.718655],[-82.767486,27.751532],[-82.828521,27.804999],[-82.842397,27.828518],[-82.844553,27.841864],[-82.853912,27.870347],[-82.856068,27.88996],[-82.852284,27.908189],[-82.84317,27.925442],[-82.832021,27.939399],[-82.821889,27.94831],[-82.83137,27.935126],[-82.83849,27.918199],[-82.840728,27.900702],[-82.835561,27.886176],[-82.802235,27.96662],[-82.780344,28.058173],[-82.779042,28.084703],[-82.776235,28.096829],[-82.767323,28.105902],[-82.776682,28.120307],[-82.78246,28.135443],[-82.78775,28.160549],[-82.788482,28.174018],[-82.787343,28.193752],[-82.782826,28.207017],[-82.773508,28.201565],[-82.759918,28.214667],[-82.753814,28.227973],[-82.746205,28.256171],[-82.724924,28.284166],[-82.716786,28.298326],[-82.718861,28.311428],[-82.722646,28.308254],[-82.725494,28.306708],[-82.732533,28.304592],[-82.696685,28.388861],[-82.684722,28.400784],[-82.684722,28.406928],[-82.685902,28.414293],[-82.664215,28.447943],[-82.663075,28.501899],[-82.660797,28.513739],[-82.650502,28.543647],[-82.647125,28.629584],[-82.636952,28.647162],[-82.640777,28.653795],[-82.643788,28.662502],[-82.644358,28.671332],[-82.640696,28.678534],[-82.632436,28.688422],[-82.631947,28.695299],[-82.634999,28.702135],[-82.636952,28.712063],[-82.636952,28.746487],[-82.640207,28.75495],[-82.647206,28.756415],[-82.654205,28.756252],[-82.65746,28.760159],[-82.662221,28.773261],[-82.682037,28.795844],[-82.684722,28.804836],[-82.67101,28.820217],[-82.655019,28.811957],[-82.630116,28.784369],[-82.637522,28.814154],[-82.638539,28.824693],[-82.631093,28.872992],[-82.633616,28.887641],[-82.644399,28.900377],[-82.651235,28.902981],[-82.670277,28.905422],[-82.677887,28.907904],[-82.68517,28.913072],[-82.727162,28.959174],[-82.732289,28.976467],[-82.725697,28.996649],[-82.737782,28.997626],[-82.749338,29.002265],[-82.755116,29.010159],[-82.749908,29.020494],[-82.747182,29.030422],[-82.74706,29.060614],[-82.746205,29.064887],[-82.783355,29.090969],[-82.794749,29.108059],[-82.773508,29.119534],[-82.790517,29.127427],[-82.798492,29.139065],[-82.800852,29.15469],[-82.800852,29.17475],[-82.820709,29.16592],[-82.828725,29.161119],[-82.833363,29.166653],[-82.844635,29.1765],[-82.849233,29.182196],[-82.868886,29.169623],[-82.891957,29.170356],[-82.914296,29.178656],[-82.931752,29.188422],[-82.943512,29.185126],[-82.971832,29.184516],[-82.986399,29.182196],[-83.004221,29.176174],[-83.011138,29.175035],[-83.023915,29.17475],[-83.040679,29.180121],[-83.045277,29.19184],[-83.046051,29.203559],[-83.051584,29.20893],[-83.065826,29.211575],[-83.07372,29.218248],[-83.072987,29.227362],[-83.061513,29.236802],[-83.068959,29.245754],[-83.075673,29.259508],[-83.084788,29.272203],[-83.099029,29.277777],[-83.11441,29.280504],[-83.132314,29.287258],[-83.148264,29.296088],[-83.157704,29.305121],[-83.161244,29.311591],[-83.163564,29.321682],[-83.165151,29.342678],[-83.167877,29.344306],[-83.185048,29.373969],[-83.215688,29.41059],[-83.232818,29.427069],[-83.253285,29.442288],[-83.278188,29.438544],[-83.305735,29.457953],[-83.356313,29.510565],[-83.366607,29.509263],[-83.379506,29.515082],[-83.404775,29.531684],[-83.399892,29.54092],[-83.40099,29.555121],[-83.405629,29.569525],[-83.411529,29.579495],[-83.401112,29.590562],[-83.394643,29.610541],[-83.392974,29.633734],[-83.397288,29.654527],[-83.408925,29.667304],[-83.425933,29.672024],[-83.445912,29.67475],[-83.466176,29.68183],[-83.474843,29.687567],[-83.486643,29.697699],[-83.49352,29.702338],[-83.527659,29.71601],[-83.543813,29.728095],[-83.562001,29.745754],[-83.576772,29.76496],[-83.582875,29.781806],[-83.583852,29.791978],[-83.589101,29.815904],[-83.593373,29.826158],[-83.602773,29.832506],[-83.612131,29.837307],[-83.616363,29.842597],[-83.624908,29.864325],[-83.662465,29.898668],[-83.67101,29.911566],[-83.680572,29.921291],[-83.724477,29.950141],[-83.736806,29.956204],[-83.75414,29.959866],[-83.766469,29.968817],[-83.787709,29.989691],[-83.811594,29.985338],[-83.856435,30.002387],[-83.950592,30.054429],[-84.024037,30.106594],[-84.043568,30.10517],[-84.075754,30.093329],[-84.147613,30.087877],[-84.168202,30.076361],[-84.178334,30.072821],[-84.183665,30.08161],[-84.18814,30.093573],[-84.19579,30.099555],[-84.198801,30.100775],[-84.200429,30.103339],[-84.203196,30.105902],[-84.209137,30.107082],[-84.215566,30.104967],[-84.221262,30.095771],[-84.227162,30.093329],[-84.24767,30.093329],[-84.247222,30.094916],[-84.250396,30.097602],[-84.25536,30.099677],[-84.26065,30.099555],[-84.269643,30.092678],[-84.277943,30.081285],[-84.283681,30.070746],[-84.285227,30.066067],[-84.316884,30.067816],[-84.328521,30.065985],[-84.364369,30.048529],[-84.370717,30.040473],[-84.370513,30.024482],[-84.377065,30.027289],[-84.379791,30.028957],[-84.383616,30.031928],[-84.391021,30.024482],[-84.387278,30.016425],[-84.386708,30.014146],[-84.388254,30.011908],[-84.391021,30.004055],[-84.387847,29.998928],[-84.383616,29.989691],[-84.380727,29.993598],[-84.373606,30.000393],[-84.370513,30.004055],[-84.364125,29.995022],[-84.343861,29.974026],[-84.346303,29.969875],[-84.360219,29.971991],[-84.385121,29.981391],[-84.419057,29.989976],[-84.438303,30.001207],[-84.453521,30.005194],[-84.466135,29.989691],[-84.449941,29.988837],[-84.446441,29.979315],[-84.44518,29.968329],[-84.435699,29.963039],[-84.373931,29.956204],[-84.343007,29.946763],[-84.33609,29.92536],[-84.348988,29.902045],[-84.377349,29.887356],[-84.367828,29.898098],[-84.363678,29.901557],[-84.363678,29.907782],[-84.401357,29.918606],[-84.442535,29.922065],[-84.462066,29.918647],[-84.481068,29.912909],[-84.497182,29.911811],[-84.508372,29.922065],[-84.562978,29.89411],[-84.60436,29.864691],[-84.653188,29.852769],[-84.683217,29.83393],[-84.733632,29.791693],[-84.746165,29.785834],[-84.772939,29.782782],[-84.788238,29.778713],[-84.81192,29.762763],[-84.82787,29.754381],[-84.847239,29.7508],[-84.860992,29.744289],[-84.875356,29.733222],[-84.886627,29.730048],[-84.891265,29.747382],[-84.886952,29.755601],[-84.857167,29.797919],[-84.87328,29.804633],[-84.886464,29.79914],[-84.899403,29.789781],[-84.914866,29.784898],[-84.928131,29.778469],[-84.94579,29.752834],[-84.970937,29.749579],[-84.991078,29.722846],[-85.004262,29.71601],[-85.083648,29.723456],[-85.124257,29.721829],[-85.240712,29.688707],[-85.262318,29.689358],[-85.285634,29.692816],[-85.307851,29.693427],[-85.346099,29.678371],[-85.365834,29.686347],[-85.382151,29.701565],[-85.391591,29.71601],[-85.410634,29.800116],[-85.413482,29.851386],[-85.398427,29.873603],[-85.395741,29.863715],[-85.398427,29.794827],[-85.395863,29.771877],[-85.388783,29.749213],[-85.377797,29.728176],[-85.351471,29.693427],[-85.343984,29.689114],[-85.330149,29.688707],[-85.320546,29.693305],[-85.308949,29.702704],[-85.301869,29.711859],[-85.305572,29.71601],[-85.306549,29.727729],[-85.302154,29.797919],[-85.311676,29.819525],[-85.343617,29.85578],[-85.350575,29.870185],[-85.356516,29.888739],[-85.370839,29.906968],[-85.388743,29.923245],[-85.405181,29.935126],[-85.519765,29.981757],[-85.549184,30.004055],[-85.55427,30.010199],[-85.557851,30.015937],[-85.560536,30.022691],[-85.562856,30.031928],[-85.555491,30.031928],[-85.544016,30.015326],[-85.523427,29.996894],[-85.500152,29.983832],[-85.480336,29.983547],[-85.6079,30.074449],[-85.621205,30.079739],[-85.670888,30.122952],[-85.679555,30.134345],[-85.671539,30.136379],[-85.610666,30.126899],[-85.61144,30.108466],[-85.54601,30.09101],[-85.528717,30.076361],[-85.512685,30.055325],[-85.477528,30.032864],[-85.442372,30.020168],[-85.42634,30.028225],[-85.418324,30.035793],[-85.402252,30.0397],[-85.390492,30.044745],[-85.395009,30.055569],[-85.402008,30.058783],[-85.418365,30.057847],[-85.42634,30.058661],[-85.430531,30.063056],[-85.430002,30.068264],[-85.430979,30.070502],[-85.440012,30.066067],[-85.451975,30.043606],[-85.462066,30.034898],[-85.476918,30.041571],[-85.485911,30.058173],[-85.483876,30.092108],[-85.487782,30.107082],[-85.505605,30.09927],[-85.512685,30.108344],[-85.508941,30.123603],[-85.494618,30.134345],[-85.494618,30.14057],[-85.513499,30.13935],[-85.528879,30.132392],[-85.54426,30.128079],[-85.562856,30.134345],[-85.563303,30.12759],[-85.565175,30.123033],[-85.567616,30.119086],[-85.569692,30.113918],[-85.583323,30.124213],[-85.605214,30.136868],[-85.628285,30.144599],[-85.645416,30.14057],[-85.653066,30.152167],[-85.662587,30.158759],[-85.697377,30.173651],[-85.705434,30.179023],[-85.712717,30.18594],[-85.72053,30.195787],[-85.699208,30.206529],[-85.657297,30.252102],[-85.641998,30.254136],[-85.618072,30.245836],[-85.579213,30.286119],[-85.555491,30.285142],[-85.567942,30.309394],[-85.576975,30.321194],[-85.586781,30.326117],[-85.596506,30.318264],[-85.620758,30.28205],[-85.63858,30.27147],[-85.643381,30.285102],[-85.654897,30.283596],[-85.669423,30.276068],[-85.683258,30.27147],[-85.694732,30.266018],[-85.701731,30.255032],[-85.708648,30.247016],[-85.72053,30.250434],[-85.720326,30.267564],[-85.7294,30.282416],[-85.742543,30.298407],[-85.754709,30.319281],[-85.765981,30.301581],[-85.777577,30.29442],[-85.809234,30.291409],[-85.825551,30.287177],[-85.843902,30.278225],[-85.85436,30.264838],[-85.847157,30.247301],[-85.831776,30.235907],[-85.820465,30.236029],[-85.8072,30.241116],[-85.785715,30.244208],[-85.767242,30.240546],[-85.755971,30.231594],[-85.746693,30.220282],[-85.734202,30.209418],[-85.749135,30.190497],[-85.741363,30.178371],[-85.723012,30.168158],[-85.706288,30.154853],[-85.713735,30.14057],[-85.726389,30.152167],[-85.734446,30.150214],[-85.728342,30.143866],[-85.72053,30.134345],[-85.744252,30.139472],[-85.864491,30.216254],[-85.950063,30.253079],[-86.065989,30.306057],[-86.19286,30.339789],[-86.364817,30.380764],[-86.484975,30.392768],[-86.510894,30.40762],[-86.509755,30.409125],[-86.509877,30.411811],[-86.508778,30.414944],[-86.493031,30.410468],[-86.412668,30.408108],[-86.347157,30.395006],[-86.334828,30.400092],[-86.327219,30.412014],[-86.321889,30.425605],[-86.316396,30.435981],[-86.311676,30.436469],[-86.310414,30.434963],[-86.30956,30.435981],[-86.305491,30.424465],[-86.298166,30.413235],[-86.28718,30.40469],[-86.241933,30.395006],[-86.235748,30.398993],[-86.229237,30.405707],[-86.226308,30.412055],[-86.231068,30.414944],[-86.24649,30.417304],[-86.258453,30.423041],[-86.260894,30.429999],[-86.248158,30.435981],[-86.234446,30.434475],[-86.220082,30.426744],[-86.19286,30.408108],[-86.145172,30.396064],[-86.135121,30.391303],[-86.117421,30.37934],[-86.107777,30.386705],[-86.106597,30.40058],[-86.114369,30.408108],[-86.115305,30.413316],[-86.14566,30.442206],[-86.151479,30.457261],[-86.146311,30.461737],[-86.138987,30.466742],[-86.138254,30.48314],[-86.164418,30.472073],[-86.182037,30.468817],[-86.194936,30.478217],[-86.207143,30.504869],[-86.223256,30.492255],[-86.243316,30.490953],[-86.286,30.497463],[-86.305287,30.495185],[-86.348541,30.485419],[-86.367909,30.48314],[-86.382192,30.47842],[-86.394683,30.468817],[-86.408355,30.461412],[-86.426259,30.463324],[-86.439809,30.476142],[-86.435211,30.490912],[-86.412668,30.517971],[-86.436635,30.518256],[-86.446401,30.516343],[-86.453603,30.511135],[-86.460439,30.50023],[-86.469838,30.501695],[-86.479807,30.511135],[-86.488352,30.524115],[-86.48762,30.512356],[-86.482533,30.487494],[-86.484609,30.480048],[-86.494985,30.47309],[-86.506907,30.46776],[-86.519765,30.464504],[-86.532704,30.463324],[-86.541656,30.460028],[-86.554067,30.445502],[-86.566518,30.442206],[-86.589915,30.445217],[-86.591176,30.440823],[-86.590728,30.425482],[-86.602284,30.41828],[-86.680084,30.422309],[-86.761383,30.41474],[-86.782541,30.422309],[-86.804596,30.412543],[-86.832916,30.408515],[-86.888987,30.408108],[-87.044504,30.389594],[-87.143951,30.365709],[-87.194081,30.360297],[-87.190053,30.371324],[-87.183583,30.375718],[-87.175445,30.377427],[-87.138092,30.392646],[-87.077748,30.406887],[-87.023101,30.407375],[-87.005238,30.410224],[-86.940175,30.456488],[-86.926991,30.451728],[-86.908355,30.442776],[-86.893788,30.43891],[-86.892405,30.449652],[-86.90453,30.461615],[-86.925201,30.47016],[-86.947581,30.475246],[-86.964426,30.476996],[-86.973378,30.48135],[-86.986806,30.500556],[-86.991363,30.504869],[-87.00121,30.505032],[-87.008697,30.506578],[-87.013539,30.511298],[-87.015289,30.521064],[-87.009348,30.535386],[-86.99474,30.546129],[-86.960683,30.559516],[-86.961497,30.564154],[-86.962717,30.567043],[-86.968129,30.573188],[-86.987213,30.562567],[-86.997548,30.575873],[-87.008453,30.596422],[-87.029612,30.607327],[-87.020131,30.589667],[-87.02123,30.579657],[-87.026438,30.572455],[-87.047841,30.518134],[-87.060455,30.494859],[-87.067535,30.460598],[-87.077382,30.449652],[-87.092926,30.44892],[-87.098378,30.460517],[-87.09675,30.476874],[-87.090972,30.490627],[-87.097727,30.503892],[-87.101186,30.521715],[-87.109609,30.535956],[-87.131337,30.538398],[-87.129506,30.543199],[-87.127024,30.554755],[-87.125111,30.559516],[-87.142242,30.561835],[-87.149281,30.570543],[-87.154408,30.580552],[-87.166127,30.586819],[-87.180572,30.584662],[-87.184193,30.574123],[-87.180409,30.542141],[-87.176137,30.529934],[-87.157338,30.504584],[-87.153066,30.486884],[-87.156809,30.474514],[-87.180409,30.435981],[-87.186635,30.435981],[-87.188791,30.438422],[-87.189849,30.439358],[-87.194081,30.442206],[-87.202382,30.418931],[-87.221547,30.412787],[-87.24413,30.411078],[-87.262929,30.401272],[-87.26537,30.391588],[-87.262359,30.367011],[-87.266021,30.357164],[-87.27477,30.353013],[-87.299916,30.349677],[-87.310129,30.346625],[-87.306549,30.328559],[-87.328847,30.319729],[-87.471059,30.293687],[-87.488271,30.285142],[-87.496409,30.287502],[-87.518463,30.282172],[-87.529205,30.277737],[-87.529205,30.285142],[-87.517649,30.289211],[-87.510732,30.294501],[-87.50475,30.300238],[-87.495717,30.30565],[-87.484242,30.308661],[-87.447336,30.313137],[-87.464426,30.320868],[-87.482045,30.326117],[-87.469838,30.330227],[-87.445058,30.329739],[-87.433013,30.332343],[-87.421457,30.340033],[-87.41393,30.350165],[-87.41454,30.360256],[-87.426829,30.367743],[-87.426829,30.374579],[-87.397369,30.405341],[-87.378774,30.417467],[-87.354848,30.422309],[-87.345611,30.42768],[-87.344838,30.439887],[-87.350087,30.453599],[-87.35851,30.463324],[-87.367096,30.465277],[-87.387074,30.463284],[-87.395741,30.466376],[-87.402699,30.47134],[-87.419611,30.479611],[-87.419619,30.479632],[-87.419696,30.479789],[-87.420258,30.480937],[-87.439032,30.528666],[-87.441376,30.544755],[-87.440204,30.549101],[-87.436395,30.557695],[-87.41933,30.584281],[-87.411224,30.610697],[-87.404657,30.645341],[-87.403803,30.660063],[-87.405194,30.67017],[-87.408514,30.673759],[-87.416547,30.680082],[-87.496845,30.722612],[-87.511151,30.732304],[-87.525214,30.749394],[-87.545844,30.782475],[-87.551532,30.789945],[-87.599725,30.831059],[-87.611054,30.843412],[-87.621137,30.856889],[-87.625311,30.865214],[-87.626923,30.873051],[-87.625995,30.879252],[-87.624432,30.885209],[-87.620429,30.895512],[-87.599945,30.934086],[-87.598285,30.93892],[-87.600311,30.985868],[-87.593646,30.999711],[-87.548505,30.99976],[-87.389642,30.99976],[-87.23078,30.999784],[-87.071893,30.999833],[-86.913031,30.999833],[-86.754169,30.999833],[-86.595282,30.999858],[-86.43642,30.999906],[-86.277557,30.999906],[-86.118671,30.999906],[-85.959808,30.999955],[-85.800946,31.000004],[-85.642059,31.000004],[-85.483197,31.000029],[-85.324335,31.000077],[-85.165448,31.000077],[-85.006586,31.000102],[-85.008759,30.996757],[-85.007806,30.984159],[-85.003339,30.97974],[-84.985907,30.969071],[-84.979877,30.963676],[-84.974213,30.952812],[-84.966205,30.922709],[-84.957733,30.915238],[-84.944061,30.891679],[-84.936615,30.868095],[-84.935346,30.825883],[-84.920477,30.760087]]]]},"type":"Feature","properties":{"postal":"FL","name":"Florida","type":"State","center":[-82.24965706447186,29.765582871570572]}},"GA":{"geometry":{"type":"MultiPolygon","coordinates":[[[[-81.454213,30.734849],[-81.461659,30.725816],[-81.469146,30.729315],[-81.478749,30.805976],[-81.478017,30.831692],[-81.478749,30.840074],[-81.481597,30.848863],[-81.490468,30.868109],[-81.492421,30.874213],[-81.482167,30.904364],[-81.432688,30.938788],[-81.424143,30.970404],[-81.417307,30.970404],[-81.417063,30.949897],[-81.419423,30.925279],[-81.428293,30.892564],[-81.431956,30.863105],[-81.441558,30.827379],[-81.457021,30.79975],[-81.457143,30.784573],[-81.450795,30.754462],[-81.454213,30.734849]]],[[[-81.261718,31.387792],[-81.279611,31.385481],[-81.29121,31.395217],[-81.30032,31.411516],[-81.289076,31.439956],[-81.271367,31.461903],[-81.257555,31.490356],[-81.251289,31.504578],[-81.234851,31.526501],[-81.220781,31.527682],[-81.202909,31.534334],[-81.184963,31.530085],[-81.17465,31.521421],[-81.186008,31.502812],[-81.198631,31.483102],[-81.213715,31.453559],[-81.23529,31.433785],[-81.261718,31.387792]]],[[[-81.149601,31.587015],[-81.16096,31.567314],[-81.175071,31.570503],[-81.17009,31.586897],[-81.16764,31.600003],[-81.177992,31.611944],[-81.179485,31.635942],[-81.171939,31.652358],[-81.160555,31.669889],[-81.149258,31.698339],[-81.136435,31.69841],[-81.13126,31.692978],[-81.133716,31.679864],[-81.133527,31.656941],[-81.128169,31.628596],[-81.138283,31.612172],[-81.149601,31.587015]]],[[[-83.115839,34.987211],[-83.121503,34.975444],[-83.125198,34.962387],[-83.134483,34.942493],[-83.158357,34.935198],[-83.182894,34.915303],[-83.204115,34.898724],[-83.220694,34.886787],[-83.239926,34.877502],[-83.256171,34.861918],[-83.26618,34.847856],[-83.279706,34.83787],[-83.294794,34.829643],[-83.308221,34.820048],[-83.31662,34.805717],[-83.320575,34.800004],[-83.32204,34.792631],[-83.322797,34.784501],[-83.324603,34.776469],[-83.328876,34.768363],[-83.345868,34.75059],[-83.355487,34.708427],[-83.323895,34.671708],[-83.232611,34.622636],[-83.199091,34.608964],[-83.17536,34.614604],[-83.168304,34.613139],[-83.166425,34.599662],[-83.158954,34.587236],[-83.121722,34.569877],[-83.100604,34.546293],[-83.079511,34.535112],[-83.063373,34.511528],[-83.047235,34.496635],[-83.01496,34.481718],[-82.967767,34.482963],[-82.899506,34.482963],[-82.857294,34.460649],[-82.846112,34.434574],[-82.84118,34.407255],[-82.827509,34.37498],[-82.818475,34.366093],[-82.76142,34.292778],[-82.753436,34.270072],[-82.734442,34.184721],[-82.728925,34.17078],[-82.722089,34.166508],[-82.705731,34.147734],[-82.682098,34.139579],[-82.669354,34.13018],[-82.658124,34.118754],[-82.650433,34.10872],[-82.63952,34.080863],[-82.631342,34.066899],[-82.607782,34.056376],[-82.599384,34.045414],[-82.589179,34.01746],[-82.577972,33.993901],[-82.570526,33.967802],[-82.558124,33.956645],[-82.541986,33.951664],[-82.522113,33.951664],[-82.506,33.938041],[-82.488593,33.916899],[-82.465009,33.894584],[-82.434003,33.877177],[-82.401703,33.86475],[-82.363251,33.843656],[-82.321039,33.815116],[-82.272626,33.777885],[-82.245306,33.750541],[-82.23288,33.705863],[-82.216766,33.686015],[-82.20827,33.663676],[-82.19389,33.634648],[-82.173993,33.616459],[-82.150531,33.602958],[-82.129047,33.594779],[-82.081512,33.582865],[-82.061786,33.574687],[-82.040936,33.560014],[-81.998749,33.515434],[-81.978217,33.499198],[-81.938055,33.476078],[-81.923944,33.458573],[-81.931049,33.437138],[-81.925922,33.431987],[-81.917401,33.416606],[-81.933221,33.414457],[-81.935858,33.406962],[-81.923602,33.382524],[-81.93786,33.376176],[-81.930975,33.361235],[-81.888495,33.318559],[-81.880121,33.312382],[-81.87641,33.317314],[-81.871527,33.32183],[-81.860468,33.32061],[-81.848724,33.316777],[-81.841669,33.313603],[-81.841669,33.306791],[-81.855316,33.300541],[-81.838251,33.289384],[-81.83122,33.277909],[-81.834515,33.267509],[-81.84848,33.259599],[-81.833246,33.237162],[-81.817548,33.224687],[-81.799506,33.219218],[-81.777094,33.218022],[-81.770477,33.20977],[-81.764764,33.169926],[-81.759735,33.155937],[-81.724139,33.131132],[-81.636102,33.10059],[-81.595233,33.080863],[-81.567084,33.057743],[-81.551923,33.04976],[-81.530096,33.046708],[-81.517621,33.039555],[-81.50517,33.022587],[-81.495721,33.00225],[-81.492206,32.985258],[-81.500458,32.951029],[-81.500409,32.931694],[-81.488788,32.923197],[-81.437567,32.848075],[-81.428119,32.820365],[-81.425116,32.804814],[-81.423944,32.790043],[-81.418597,32.774687],[-81.408466,32.760649],[-81.402509,32.744902],[-81.403436,32.731401],[-81.409686,32.724565],[-81.412177,32.712309],[-81.416058,32.701957],[-81.413397,32.69727],[-81.40871,32.694535],[-81.402899,32.687992],[-81.398041,32.680107],[-81.396014,32.673344],[-81.399262,32.654228],[-81.404657,32.638822],[-81.405756,32.624296],[-81.396014,32.60789],[-81.383392,32.597319],[-81.36535,32.586381],[-81.344794,32.577812],[-81.314813,32.572929],[-81.305804,32.569071],[-81.297577,32.563627],[-81.290204,32.557328],[-81.27536,32.542631],[-81.270087,32.538871],[-81.266278,32.539604],[-81.244354,32.529716],[-81.238959,32.525956],[-81.235321,32.517143],[-81.233417,32.505766],[-81.228265,32.496],[-81.214764,32.491801],[-81.200751,32.48455],[-81.196307,32.467826],[-81.197382,32.436576],[-81.166986,32.354643],[-81.151971,32.350321],[-81.139716,32.338578],[-81.131781,32.321195],[-81.129755,32.300004],[-81.131805,32.288188],[-81.13952,32.274662],[-81.142767,32.265263],[-81.144476,32.254057],[-81.142767,32.228007],[-81.144891,32.222123],[-81.154291,32.204887],[-81.156415,32.193876],[-81.153778,32.187309],[-81.135956,32.1554],[-81.136273,32.152323],[-81.138055,32.148222],[-81.138763,32.142729],[-81.135956,32.135527],[-81.131464,32.130912],[-81.120917,32.125688],[-81.115448,32.121879],[-81.086542,32.091508],[-81.077899,32.087113],[-81.020038,32.091215],[-80.998163,32.087113],[-80.957953,32.07078],[-80.950971,32.063529],[-80.94455,32.049711],[-80.929242,32.039726],[-80.911005,32.033891],[-80.890936,32.032475],[-80.890288,32.032657],[-80.889394,32.030422],[-80.879018,32.026516],[-80.865224,32.026516],[-80.848134,32.022162],[-80.835683,32.002916],[-80.853912,31.982164],[-80.903391,31.950507],[-80.912668,31.955878],[-80.919504,31.965237],[-80.923451,31.974026],[-80.923818,31.977769],[-80.937367,31.976467],[-80.944325,31.969184],[-80.948638,31.961127],[-80.954661,31.957343],[-80.964752,31.948798],[-80.963124,31.93065],[-80.949534,31.913723],[-80.923818,31.908881],[-80.95816,31.87934],[-80.980458,31.865383],[-80.995229,31.864488],[-81.012603,31.874457],[-81.057688,31.881903],[-81.074696,31.888414],[-81.080678,31.896633],[-81.086822,31.90766],[-81.095326,31.916002],[-81.108225,31.916327],[-81.118235,31.90766],[-81.111806,31.898017],[-81.09142,31.884996],[-81.090321,31.875718],[-81.130198,31.866767],[-81.142974,31.854926],[-81.087717,31.84748],[-81.081899,31.84398],[-81.061025,31.826972],[-81.045155,31.827826],[-81.039906,31.826972],[-81.04955,31.813544],[-81.060902,31.788153],[-81.091379,31.75434],[-81.10554,31.742662],[-81.119049,31.737616],[-81.171376,31.73664],[-81.204579,31.741441],[-81.228627,31.75495],[-81.238637,31.763088],[-81.253163,31.77025],[-81.266591,31.772406],[-81.273305,31.76553],[-81.269195,31.751695],[-81.256215,31.744778],[-81.225494,31.737616],[-81.196278,31.717597],[-81.198964,31.699449],[-81.239125,31.663072],[-81.251939,31.647173],[-81.258865,31.632098],[-81.300933,31.570787],[-81.31827,31.565553],[-81.331091,31.552431],[-81.333366,31.544397],[-81.320196,31.522447],[-81.328237,31.502342],[-81.327022,31.498342],[-81.326973,31.493331],[-81.326905,31.486316],[-81.331433,31.467234],[-81.365277,31.437887],[-81.363899,31.41583],[-81.348369,31.388867],[-81.33523,31.366906],[-81.325657,31.348929],[-81.336183,31.34282],[-81.428863,31.352851],[-81.450795,31.361477],[-81.470937,31.37287],[-81.47997,31.374213],[-81.492421,31.367662],[-81.46703,31.347805],[-81.426503,31.332953],[-81.381988,31.323676],[-81.344716,31.320502],[-81.328277,31.315253],[-81.285064,31.287665],[-81.269887,31.274848],[-81.26769,31.258734],[-81.274648,31.235541],[-81.288564,31.220933],[-81.307485,31.230455],[-81.34317,31.18065],[-81.367543,31.153551],[-81.385976,31.14175],[-81.40925,31.143256],[-81.417958,31.148993],[-81.418568,31.16059],[-81.415517,31.207221],[-81.423004,31.219631],[-81.444651,31.216783],[-81.454823,31.206],[-81.456532,31.190416],[-81.448638,31.150946],[-81.446929,31.130845],[-81.451731,31.117092],[-81.487294,31.133612],[-81.495839,31.126207],[-81.492584,31.113674],[-81.464019,31.102607],[-81.440989,31.081366],[-81.430287,31.073432],[-81.430898,31.093207],[-81.424916,31.104722],[-81.403676,31.121283],[-81.405385,31.094794],[-81.424143,31.025051],[-81.430287,31.025051],[-81.443023,31.044745],[-81.46345,31.067328],[-81.488108,31.085842],[-81.513539,31.093329],[-81.499379,31.074612],[-81.459137,31.038642],[-81.450795,31.021918],[-81.456776,31.001654],[-81.472483,30.991889],[-81.519683,30.984076],[-81.519683,30.97663],[-81.499257,30.968207],[-81.464101,30.968451],[-81.450795,30.963568],[-81.46231,30.948676],[-81.492991,30.918524],[-81.499257,30.905585],[-81.500356,30.900051],[-81.505116,30.886176],[-81.506012,30.881659],[-81.502797,30.871975],[-81.497548,30.866156],[-81.493153,30.859442],[-81.492421,30.846869],[-81.501576,30.850775],[-81.511708,30.853339],[-81.522328,30.854438],[-81.533355,30.853705],[-81.533355,30.846869],[-81.519032,30.841783],[-81.514882,30.832017],[-81.515045,30.819485],[-81.513539,30.805976],[-81.508656,30.79678],[-81.496734,30.783352],[-81.492421,30.771796],[-81.494781,30.749213],[-81.501291,30.724351],[-81.50003,30.712185],[-81.500028,30.712165],[-81.507196,30.713676],[-81.525262,30.718144],[-81.557709,30.709574],[-81.567157,30.709428],[-81.608588,30.71746],[-81.618597,30.721293],[-81.632221,30.72891],[-81.639325,30.729081],[-81.649725,30.727421],[-81.660419,30.728422],[-81.708759,30.741069],[-81.723505,30.746733],[-81.733539,30.752104],[-81.739862,30.757231],[-81.749823,30.76331],[-81.763763,30.766508],[-81.772919,30.767265],[-81.781805,30.766191],[-81.873016,30.798539],[-81.886591,30.80518],[-81.894354,30.810478],[-81.909052,30.81851],[-81.917914,30.820219],[-81.925531,30.820683],[-81.931805,30.820268],[-81.945721,30.821049],[-81.953387,30.82061],[-81.961981,30.818412],[-81.966864,30.814628],[-81.969696,30.810697],[-81.971259,30.80435],[-81.971185,30.802275],[-81.972186,30.795512],[-81.973602,30.790702],[-81.976679,30.786235],[-81.981024,30.783134],[-81.98996,30.781596],[-81.998212,30.782475],[-82.008588,30.785404],[-82.013617,30.784135],[-82.016693,30.780424],[-82.018549,30.770072],[-82.020258,30.764482],[-82.023212,30.759574],[-82.034955,30.749394],[-82.037811,30.745561],[-82.039764,30.741313],[-82.041327,30.736698],[-82.042059,30.726908],[-82.038837,30.702299],[-82.039301,30.696318],[-82.040595,30.690068],[-82.047479,30.667216],[-82.048236,30.661698],[-82.047308,30.650053],[-82.045355,30.642094],[-82.041937,30.632914],[-82.037372,30.62393],[-82.018109,30.600395],[-82.013715,30.592729],[-82.012152,30.587992],[-82.010956,30.577958],[-82.011346,30.566484],[-82.024872,30.500102],[-82.045038,30.437626],[-82.047626,30.424565],[-82.048163,30.418315],[-82.046259,30.389604],[-82.046478,30.383256],[-82.048578,30.375395],[-82.052435,30.371684],[-82.057684,30.369194],[-82.085175,30.362724],[-82.089569,30.362699],[-82.094525,30.36309],[-82.113202,30.368119],[-82.119989,30.369291],[-82.16618,30.364555],[-82.175824,30.365238],[-82.18288,30.367289],[-82.188007,30.370341],[-82.191864,30.373905],[-82.197504,30.382572],[-82.212518,30.41956],[-82.214789,30.42852],[-82.214862,30.433598],[-82.214301,30.439384],[-82.211664,30.451127],[-82.206781,30.465629],[-82.205707,30.471],[-82.205316,30.476298],[-82.205927,30.480693],[-82.207343,30.485404],[-82.212054,30.494096],[-82.216327,30.500492],[-82.23996,30.527177],[-82.245477,30.535234],[-82.246698,30.539482],[-82.246478,30.543461],[-82.244769,30.547172],[-82.240643,30.553715],[-82.237787,30.56016],[-82.237811,30.56309],[-82.239838,30.564653],[-82.281146,30.567045],[-82.317694,30.569218],[-82.364545,30.572001],[-82.42099,30.575321],[-82.4862,30.579203],[-82.55954,30.583549],[-82.640155,30.588334],[-82.727289,30.59351],[-82.820282,30.599003],[-82.918329,30.604838],[-83.020673,30.610893],[-83.126532,30.617167],[-83.235199,30.623612],[-83.345892,30.63018],[-83.457904,30.636845],[-83.570404,30.64351],[-83.682709,30.650199],[-83.794012,30.656816],[-83.903632,30.663285],[-84.010736,30.669657],[-84.114667,30.675834],[-84.214594,30.681767],[-84.30976,30.687382],[-84.399432,30.69268],[-84.48288,30.697636],[-84.559345,30.702153],[-84.627997,30.706254],[-84.688202,30.709819],[-84.73913,30.712821],[-84.780072,30.715287],[-84.810272,30.71707],[-84.828876,30.718144],[-84.835272,30.718534],[-84.867011,30.720365],[-84.875775,30.719145],[-84.920477,30.760087],[-84.935346,30.825883],[-84.936615,30.868095],[-84.944061,30.891679],[-84.957733,30.915238],[-84.966205,30.922709],[-84.974213,30.952812],[-84.979877,30.963676],[-84.985907,30.969071],[-85.003339,30.97974],[-85.007806,30.984159],[-85.008759,30.996757],[-85.006586,31.000102],[-85.003803,31.004399],[-84.99743,31.010649],[-84.994135,31.018901],[-84.996112,31.029374],[-85.005585,31.039897],[-85.018182,31.086845],[-85.042328,31.128862],[-85.069647,31.161186],[-85.089716,31.169755],[-85.101019,31.18267],[-85.10246,31.198466],[-85.097186,31.234281],[-85.099335,31.243998],[-85.108392,31.263627],[-85.110199,31.271537],[-85.107147,31.281742],[-85.094452,31.297367],[-85.089716,31.306279],[-85.083661,31.382939],[-85.076654,31.41956],[-85.055609,31.443461],[-85.065448,31.472074],[-85.059637,31.492729],[-85.048529,31.511674],[-85.042548,31.535331],[-85.044598,31.548954],[-85.053534,31.568852],[-85.055609,31.576591],[-85.056073,31.603886],[-85.058026,31.616508],[-85.066962,31.635258],[-85.101337,31.675566],[-85.109491,31.692338],[-85.137054,31.803691],[-85.143915,31.823954],[-85.137421,31.845243],[-85.13642,31.851493],[-85.135077,31.856352],[-85.130072,31.869511],[-85.122089,31.902958],[-85.102679,31.94141],[-85.07453,31.980668],[-85.070429,31.985331],[-85.061884,32.000224],[-85.060443,32.003935],[-85.057025,32.028764],[-85.064471,32.051127],[-85.061298,32.07393],[-85.051215,32.091508],[-85.048749,32.104496],[-85.049115,32.129203],[-85.047382,32.137626],[-85.031366,32.170439],[-85.02453,32.17957],[-85.017719,32.183329],[-85.004388,32.185038],[-84.987616,32.189604],[-84.971307,32.196171],[-84.959393,32.203788],[-84.975311,32.212504],[-84.971747,32.22078],[-84.956854,32.223979],[-84.938886,32.21746],[-84.930194,32.222319],[-84.922455,32.229716],[-84.919501,32.239701],[-84.925262,32.252201],[-84.916644,32.252665],[-84.907709,32.255473],[-84.900726,32.260868],[-84.897943,32.268998],[-84.89997,32.276347],[-84.904462,32.278373],[-84.908905,32.279106],[-84.914984,32.290434],[-84.924628,32.297172],[-84.972308,32.320561],[-84.991888,32.336869],[-84.995355,32.35518],[-84.973651,32.375126],[-84.978876,32.386528],[-84.974628,32.396195],[-84.968109,32.407402],[-84.966596,32.420317],[-84.967743,32.433549],[-84.97619,32.448344],[-84.986615,32.462553],[-84.994135,32.478154],[-84.998969,32.510307],[-85.003095,32.523075],[-85.014618,32.539604],[-85.083514,32.615336],[-85.077704,32.62852],[-85.085492,32.63643],[-85.097308,32.643095],[-85.103387,32.652543],[-85.101141,32.670219],[-85.101801,32.682841],[-85.11181,32.703373],[-85.11767,32.738237],[-85.125824,32.749858],[-85.135175,32.760087],[-85.138959,32.769657],[-85.130682,32.779203],[-85.136249,32.785942],[-85.156415,32.80435],[-85.162543,32.810771],[-85.167474,32.817729],[-85.170673,32.82559],[-85.171674,32.834428],[-85.16872,32.863163],[-85.201337,32.935234],[-85.198627,32.944364],[-85.206805,32.983622],[-85.208002,32.989408],[-85.211517,33.006254],[-85.217084,33.033451],[-85.224677,33.070268],[-85.234149,33.115922],[-85.244745,33.169682],[-85.257245,33.230863],[-85.268182,33.298661],[-85.283026,33.372416],[-85.298651,33.451298],[-85.314276,33.534574],[-85.332245,33.621562],[-85.350214,33.711528],[-85.365741,33.793119],[-85.386151,33.897319],[-85.404901,33.991728],[-85.422089,34.082865],[-85.440839,34.179789],[-85.458807,34.271928],[-85.477557,34.361918],[-85.497089,34.448905],[-85.515057,34.532206],[-85.531464,34.611064],[-85.54787,34.684819],[-85.562714,34.752641],[-85.574432,34.813774],[-85.584589,34.867582],[-85.593182,34.913188],[-85.599432,34.950004],[-85.600995,34.962577],[-85.604462,34.979472],[-85.605682,34.985209],[-85.497968,34.983647],[-85.372406,34.983647],[-85.246845,34.985209],[-85.121259,34.986772],[-84.995673,34.987553],[-84.870111,34.988334],[-84.74455,34.988334],[-84.618964,34.988334],[-84.577167,34.988334],[-84.506439,34.988334],[-84.412518,34.988334],[-84.324628,34.987065],[-84.249042,34.987895],[-84.173383,34.988725],[-84.097772,34.989555],[-84.022186,34.990385],[-83.946576,34.991264],[-83.870966,34.99207],[-83.795331,34.992851],[-83.719721,34.99373],[-83.64411,34.994584],[-83.568451,34.99539],[-83.492865,34.996195],[-83.417255,34.997074],[-83.34162,34.997904],[-83.266034,34.998783],[-83.190399,34.999613],[-83.114764,35.000444],[-83.114349,34.999223],[-83.115839,34.987211]]]]},"type":"Feature","properties":{"postal":"GA","name":"Georgia","type":"State","center":[-83.49336991312298,32.950998200336414]}},"MS":{"geometry":{"type":"MultiPolygon","coordinates":[[[[-88.942738,30.213813],[-88.969309,30.210639],[-88.967356,30.214301],[-88.940785,30.217515],[-88.927846,30.217597],[-88.942738,30.213813]]],[[[-88.427358,30.216254],[-88.434193,30.209418],[-88.469716,30.210842],[-88.503041,30.216254],[-88.503041,30.223782],[-88.427358,30.216254]]],[[[-89.064809,30.236762],[-89.068186,30.225816],[-89.084625,30.195787],[-89.089467,30.196601],[-89.092519,30.197659],[-89.095286,30.19953],[-89.098948,30.203274],[-89.094838,30.206122],[-89.089508,30.211982],[-89.084625,30.216254],[-89.092152,30.223782],[-89.098948,30.216254],[-89.107981,30.227118],[-89.121409,30.230862],[-89.153554,30.229926],[-89.153554,30.236762],[-89.101308,30.235053],[-89.077016,30.24079],[-89.064809,30.257799],[-89.057973,30.257799],[-89.057485,30.252672],[-89.062978,30.249742],[-89.065541,30.246975],[-89.064809,30.236762]]],[[[-88.546457,30.220364],[-88.556264,30.216742],[-88.756337,30.244208],[-88.756337,30.250434],[-88.731313,30.257229],[-88.697825,30.25788],[-88.665191,30.252387],[-88.643056,30.240465],[-88.621205,30.231513],[-88.559682,30.231147],[-88.537913,30.224433],[-88.546457,30.220364]]],[[[-88.354462,34.998002],[-88.224481,34.997831],[-88.188837,34.997831],[-88.179071,34.997831],[-88.161591,34.95745],[-88.137372,34.928593],[-88.105023,34.910014],[-88.088153,34.908061],[-88.089423,34.892045],[-88.094135,34.855961],[-88.095258,34.847489],[-88.098578,34.822636],[-88.103827,34.782621],[-88.11098,34.728495],[-88.119867,34.661332],[-88.130341,34.582231],[-88.14223,34.492265],[-88.155389,34.392485],[-88.169696,34.284013],[-88.185028,34.167948],[-88.201239,34.04539],[-88.218158,33.917362],[-88.235638,33.785014],[-88.253583,33.649394],[-88.271796,33.511601],[-88.290106,33.372709],[-88.308466,33.233842],[-88.326703,33.096098],[-88.344623,32.960478],[-88.362128,32.828105],[-88.379022,32.700102],[-88.395184,32.577494],[-88.410541,32.461479],[-88.424872,32.353007],[-88.43808,32.253227],[-88.44997,32.163285],[-88.460419,32.084135],[-88.469305,32.016996],[-88.476483,31.962821],[-88.481757,31.922831],[-88.485004,31.898051],[-88.486151,31.889506],[-88.480902,31.795658],[-88.475629,31.701835],[-88.47038,31.607939],[-88.465155,31.514091],[-88.45993,31.420268],[-88.454681,31.326371],[-88.449408,31.232524],[-88.444159,31.1387],[-88.43891,31.044828],[-88.433637,30.950981],[-88.428436,30.857133],[-88.423163,30.763261],[-88.417938,30.669413],[-88.412714,30.57559],[-88.40744,30.481694],[-88.402216,30.38787],[-88.402213,30.38783],[-88.403147,30.3876],[-88.407338,30.382392],[-88.406565,30.370836],[-88.407541,30.35932],[-88.417388,30.354071],[-88.430531,30.351996],[-88.436757,30.346625],[-88.440907,30.339586],[-88.447825,30.332343],[-88.47057,30.323879],[-88.487701,30.329983],[-88.506256,30.340806],[-88.533193,30.346625],[-88.546132,30.346747],[-88.558461,30.348456],[-88.567738,30.353583],[-88.57429,30.374661],[-88.587554,30.383612],[-88.591217,30.395006],[-88.598704,30.395006],[-88.616933,30.370347],[-88.662221,30.35456],[-88.711659,30.350287],[-88.742055,30.354071],[-88.845855,30.422593],[-88.927642,30.442206],[-88.951894,30.432359],[-88.966054,30.4289],[-88.982289,30.428534],[-88.982289,30.422309],[-88.859364,30.408108],[-88.876088,30.395209],[-88.907135,30.392808],[-88.968617,30.395006],[-88.98233,30.390937],[-89.013417,30.377427],[-89.026967,30.374579],[-89.043568,30.372748],[-89.114735,30.352362],[-89.177887,30.337226],[-89.240224,30.320746],[-89.253489,30.319281],[-89.270985,30.322821],[-89.273346,30.330797],[-89.264882,30.339993],[-89.249745,30.346625],[-89.267974,30.355211],[-89.30016,30.376532],[-89.321767,30.380764],[-89.331939,30.377143],[-89.34496,30.368638],[-89.354807,30.358588],[-89.35558,30.350328],[-89.347279,30.34748],[-89.323598,30.346422],[-89.318674,30.343207],[-89.318349,30.323961],[-89.320546,30.312079],[-89.33023,30.302883],[-89.421051,30.257799],[-89.413808,30.244696],[-89.41808,30.234117],[-89.434722,30.216254],[-89.437815,30.205756],[-89.438588,30.197333],[-89.442535,30.189765],[-89.45519,30.181545],[-89.462026,30.188951],[-89.456776,30.194648],[-89.459543,30.19717],[-89.468251,30.203274],[-89.476877,30.193345],[-89.491078,30.188666],[-89.50593,30.189439],[-89.516672,30.195787],[-89.523508,30.195787],[-89.52598,30.192788],[-89.532489,30.200004],[-89.544843,30.2033],[-89.55683,30.199443],[-89.564887,30.189067],[-89.587885,30.212138],[-89.617108,30.273246],[-89.636273,30.302348],[-89.634589,30.343437],[-89.639374,30.360356],[-89.668085,30.39915],[-89.67475,30.414994],[-89.675531,30.423466],[-89.674042,30.441215],[-89.67475,30.449736],[-89.677606,30.45684],[-89.694183,30.483305],[-89.722333,30.500419],[-89.735785,30.531474],[-89.752069,30.541362],[-89.784003,30.552153],[-89.799457,30.565873],[-89.825604,30.614237],[-89.812982,30.634892],[-89.820844,30.652153],[-89.836224,30.667533],[-89.846063,30.682499],[-89.844647,30.700419],[-89.837225,30.722148],[-89.818134,30.758232],[-89.82453,30.77703],[-89.815643,30.794145],[-89.790814,30.819682],[-89.775165,30.877787],[-89.751971,30.91453],[-89.738959,30.950419],[-89.732196,30.98516],[-89.735272,31.000102],[-89.772772,31.000102],[-89.81579,31.000102],[-89.835858,31.000102],[-89.89267,31.000102],[-89.980902,31.000151],[-90.095355,31.000151],[-90.23078,31.000151],[-90.356884,31.000151],[-90.381952,31.000151],[-90.543597,31.000151],[-90.710468,31.000151],[-90.877313,31.000151],[-91.038959,31.000151],[-91.190082,31.000175],[-91.325507,31.000175],[-91.43996,31.000224],[-91.528265,31.000224],[-91.585053,31.000224],[-91.605096,31.000224],[-91.651434,31.000224],[-91.657343,31.000224],[-91.579022,31.056156],[-91.585223,31.081889],[-91.615765,31.113774],[-91.62746,31.141825],[-91.626361,31.15142],[-91.61579,31.168827],[-91.613153,31.179667],[-91.610761,31.183476],[-91.606464,31.194242],[-91.604633,31.205522],[-91.60976,31.210697],[-91.623602,31.217997],[-91.639203,31.235234],[-91.649579,31.2554],[-91.647919,31.271537],[-91.632953,31.278276],[-91.609442,31.280009],[-91.562274,31.278349],[-91.541034,31.282524],[-91.528803,31.293486],[-91.522284,31.309013],[-91.508612,31.373661],[-91.499237,31.382768],[-91.497089,31.39163],[-91.495575,31.411259],[-91.497333,31.417143],[-91.509979,31.438188],[-91.520111,31.449687],[-91.524408,31.457133],[-91.528949,31.500614],[-91.505853,31.530009],[-91.435663,31.573197],[-91.43454,31.580082],[-91.429535,31.590824],[-91.428827,31.61475],[-91.409833,31.701176],[-91.408344,31.720903],[-91.404169,31.738383],[-91.373602,31.786088],[-91.360663,31.823271],[-91.351337,31.840727],[-91.336029,31.858085],[-91.318768,31.867533],[-91.276654,31.875541],[-91.257489,31.881669],[-91.238202,31.894389],[-91.192328,31.940019],[-91.185761,31.948393],[-91.175995,31.969023],[-91.168158,31.977861],[-91.158392,31.983256],[-91.127167,31.991532],[-91.091425,32.014115],[-91.069159,32.048197],[-91.068915,32.084721],[-91.099237,32.114408],[-91.099628,32.121147],[-91.099115,32.131034],[-91.095429,32.141337],[-91.0862,32.149198],[-91.032294,32.147538],[-90.997968,32.197953],[-90.966522,32.26165],[-90.921088,32.300004],[-90.921088,32.30684],[-90.913226,32.310063],[-90.909833,32.32432],[-90.916547,32.339848],[-90.939081,32.347196],[-90.974042,32.351762],[-90.990497,32.357206],[-90.99743,32.364555],[-91.006244,32.404325],[-91.0289,32.422904],[-91.059735,32.433866],[-91.093036,32.450834],[-91.105194,32.465116],[-91.108759,32.481474],[-91.106683,32.522514],[-91.104437,32.531987],[-91.100043,32.543168],[-91.097089,32.555131],[-91.099237,32.566899],[-91.106732,32.574687],[-91.130682,32.587699],[-91.140814,32.594828],[-91.152411,32.608891],[-91.161005,32.625395],[-91.166327,32.644487],[-91.168158,32.666215],[-91.157269,32.680375],[-91.132367,32.684648],[-91.104877,32.685624],[-91.0862,32.689799],[-91.070233,32.710942],[-91.074872,32.72852],[-91.092792,32.74058],[-91.142181,32.747612],[-91.154559,32.755888],[-91.157269,32.770854],[-91.149872,32.810453],[-91.133344,32.858549],[-91.123749,32.868559],[-91.111151,32.874198],[-91.09599,32.888066],[-91.081781,32.905863],[-91.071942,32.923197],[-91.091278,32.943608],[-91.103876,32.953642],[-91.11662,32.957939],[-91.132367,32.959623],[-91.149213,32.964311],[-91.162616,32.971757],[-91.168158,32.981523],[-91.166473,33.014335],[-91.161298,33.118705],[-91.152704,33.131059],[-91.133148,33.138041],[-91.112152,33.143144],[-91.099237,33.149736],[-91.09306,33.16746],[-91.095477,33.184721],[-91.106683,33.218022],[-91.107587,33.267826],[-91.112909,33.280082],[-91.126239,33.289237],[-91.157269,33.298832],[-91.168158,33.300541],[-91.182098,33.320024],[-91.171356,33.341459],[-91.134003,33.382524],[-91.12868,33.401567],[-91.125238,33.431034],[-91.126166,33.460063],[-91.127167,33.47808],[-91.160956,33.507182],[-91.180804,33.520756],[-91.199481,33.526469],[-91.215765,33.53394],[-91.230927,33.550395],[-91.235419,33.56685],[-91.219647,33.574272],[-91.195868,33.574443],[-91.173676,33.577519],[-91.156464,33.587504],[-91.147675,33.608451],[-91.151679,33.633403],[-91.167645,33.646684],[-91.2091,33.663676],[-91.22868,33.680741],[-91.225922,33.689897],[-91.210565,33.696977],[-91.192328,33.708061],[-91.153119,33.752079],[-91.144232,33.759257],[-91.137518,33.762895],[-91.116425,33.780473],[-91.106683,33.786576],[-91.095209,33.788627],[-91.06828,33.789604],[-91.058295,33.793388],[-91.045429,33.814506],[-91.051581,33.833451],[-91.062958,33.849491],[-91.069257,33.883671],[-91.050262,33.906205],[-91.035614,33.930473],[-91.052069,33.957865],[-91.065839,33.964482],[-91.079071,33.968949],[-91.089081,33.975712],[-91.093036,33.98953],[-91.084637,33.996684],[-91.030951,34.006303],[-91.018074,34.011873],[-90.975189,34.030424],[-90.95246,34.033573],[-90.928973,34.033378],[-90.909222,34.035307],[-90.892987,34.043193],[-90.880145,34.060917],[-90.88244,34.099467],[-90.954926,34.128813],[-90.955878,34.157109],[-90.942328,34.167582],[-90.892914,34.19307],[-90.87702,34.198075],[-90.864276,34.206279],[-90.82558,34.279618],[-90.821161,34.285649],[-90.814569,34.287406],[-90.801288,34.287455],[-90.785053,34.281449],[-90.775214,34.27974],[-90.770892,34.284062],[-90.767767,34.294194],[-90.753803,34.312895],[-90.750409,34.320976],[-90.751947,34.333403],[-90.760956,34.352226],[-90.764081,34.366386],[-90.76391,34.375444],[-90.759369,34.380693],[-90.746991,34.372807],[-90.738837,34.369071],[-90.727533,34.368266],[-90.685761,34.372343],[-90.66286,34.379472],[-90.626263,34.396098],[-90.593964,34.425053],[-90.586054,34.454374],[-90.586493,34.489018],[-90.576068,34.573515],[-90.593866,34.642338],[-90.585297,34.684696],[-90.567987,34.719853],[-90.55368,34.739994],[-90.541229,34.743046],[-90.522186,34.732963],[-90.499677,34.732133],[-90.478241,34.737504],[-90.469232,34.746147],[-90.45473,34.759306],[-90.459833,34.777787],[-90.471185,34.797709],[-90.475458,34.815043],[-90.463886,34.827934],[-90.352362,34.864067],[-90.305414,34.888969],[-90.271796,34.923051],[-90.270624,34.965263],[-90.301239,34.995658],[-90.304218,35.000077],[-90.174213,34.999931],[-90.044257,34.999833],[-89.914276,34.999711],[-89.784247,34.99954],[-89.654315,34.999394],[-89.524335,34.999223],[-89.39433,34.999076],[-89.264374,34.998954],[-89.134369,34.998832],[-89.004388,34.998686],[-88.874408,34.998539],[-88.744428,34.998393],[-88.614423,34.998222],[-88.484467,34.998124],[-88.354462,34.998002]]]]},"type":"Feature","properties":{"postal":"MS","name":"Mississippi","type":"State","center":[-89.7485139460448,32.950998200336414]}},"SC":{"geometry":{"type":"MultiPolygon","coordinates":[[[[-79.360951,33.005683],[-79.368398,33.005683],[-79.368072,33.024888],[-79.363108,33.043036],[-79.353098,33.057563],[-79.337758,33.066148],[-79.335561,33.064683],[-79.335113,33.063178],[-79.336578,33.061713],[-79.340443,33.060248],[-79.341624,33.045233],[-79.360951,33.005683]]],[[[-82.367133,35.201274],[-82.362811,35.200077],[-82.287201,35.205888],[-82.215741,35.202812],[-82.206195,35.202445],[-82.179022,35.201274],[-82.136371,35.199467],[-82.080365,35.197026],[-82.013055,35.194194],[-81.936591,35.190922],[-81.853119,35.187358],[-81.764716,35.183598],[-81.673529,35.179716],[-81.581659,35.175785],[-81.491278,35.171977],[-81.404462,35.168241],[-81.323358,35.164799],[-81.250018,35.161674],[-81.186639,35.15894],[-81.135321,35.156767],[-81.073529,35.154203],[-81.061005,35.152226],[-81.052606,35.149589],[-81.048456,35.146342],[-81.044745,35.142778],[-81.041864,35.138822],[-81.039618,35.13477],[-81.038226,35.129814],[-81.03786,35.124516],[-81.038397,35.119194],[-81.040692,35.114067],[-81.051996,35.094975],[-81.053485,35.090824],[-81.054315,35.087211],[-81.054706,35.083134],[-81.053729,35.078617],[-81.052313,35.073881],[-81.048969,35.069071],[-81.045209,35.064579],[-81.038495,35.059965],[-81.033319,35.059819],[-81.027704,35.061283],[-80.944867,35.109965],[-80.938031,35.112992],[-80.933637,35.112651],[-80.930389,35.111088],[-80.927118,35.108134],[-80.890497,35.068095],[-80.836591,35.00933],[-80.792914,34.961747],[-80.789423,34.955741],[-80.788641,34.949296],[-80.792645,34.845927],[-80.792279,34.838993],[-80.790179,34.832719],[-80.784027,34.827592],[-80.776239,34.825737],[-80.736786,34.824955],[-80.725629,34.82476],[-80.694012,34.824174],[-80.644916,34.823271],[-80.58122,34.822123],[-80.505902,34.820707],[-80.421796,34.819169],[-80.331854,34.817485],[-80.239008,34.815751],[-80.146137,34.813993],[-80.05622,34.812358],[-79.972089,34.810795],[-79.896747,34.809404],[-79.833075,34.808207],[-79.783954,34.807279],[-79.752338,34.806767],[-79.74118,34.806498],[-79.703803,34.805815],[-79.67348,34.801274],[-79.65351,34.795732],[-79.621722,34.768949],[-79.556171,34.713578],[-79.490643,34.658158],[-79.425116,34.602763],[-79.359564,34.547367],[-79.294037,34.491972],[-79.22851,34.436576],[-79.162958,34.381181],[-79.09743,34.325785],[-79.031903,34.27039],[-78.966376,34.214994],[-78.900848,34.159599],[-78.835321,34.104203],[-78.769745,34.048808],[-78.704242,33.993437],[-78.638715,33.938041],[-78.573163,33.882621],[-78.573145,33.882606],[-78.600006,33.875881],[-78.600006,33.869045],[-78.590443,33.867621],[-78.582875,33.863715],[-78.577219,33.857164],[-78.573313,33.847968],[-78.615061,33.845771],[-78.656972,33.831936],[-78.763336,33.778551],[-78.867502,33.704535],[-78.937978,33.642076],[-79.031484,33.533596],[-79.133127,33.417426],[-79.156117,33.375556],[-79.148671,33.368801],[-79.156117,33.357815],[-79.182607,33.241278],[-79.183461,33.217922],[-79.189605,33.217922],[-79.197377,33.232327],[-79.198638,33.268459],[-79.203277,33.286811],[-79.213694,33.300686],[-79.226877,33.306301],[-79.268463,33.306708],[-79.272043,33.317288],[-79.263173,33.340277],[-79.237172,33.386542],[-79.200999,33.422105],[-79.189605,33.430854],[-79.189605,33.436998],[-79.212026,33.428371],[-79.232289,33.412095],[-79.277089,33.359117],[-79.288238,33.33926],[-79.296376,33.317776],[-79.299469,33.29678],[-79.291412,33.277737],[-79.272043,33.261461],[-79.24828,33.250149],[-79.214019,33.242499],[-79.211334,33.233954],[-79.212392,33.222724],[-79.210113,33.211127],[-79.202952,33.192939],[-79.197255,33.187893],[-79.183461,33.183783],[-79.195912,33.175198],[-79.210194,33.167792],[-79.22289,33.157945],[-79.23058,33.142239],[-79.239329,33.149726],[-79.247222,33.166815],[-79.255116,33.170152],[-79.26891,33.166083],[-79.270009,33.156562],[-79.262807,33.14525],[-79.251698,33.135972],[-79.256337,33.130601],[-79.260894,33.126695],[-79.265981,33.124091],[-79.272206,33.122301],[-79.279205,33.13935],[-79.297271,33.149115],[-79.319895,33.153876],[-79.340443,33.155829],[-79.329823,33.142483],[-79.307607,33.137519],[-79.289866,33.130032],[-79.292633,33.10871],[-79.307688,33.095404],[-79.351796,33.078843],[-79.37149,33.064032],[-79.378733,33.046332],[-79.379791,33.029731],[-79.387034,33.01732],[-79.412465,33.012437],[-79.435374,33.010972],[-79.457631,33.006741],[-79.47704,33.000067],[-79.491322,32.9914],[-79.495717,33.001899],[-79.509023,33.021674],[-79.51183,33.029242],[-79.520009,33.041205],[-79.538645,33.036282],[-79.570139,33.019273],[-79.584828,33.013821],[-79.597157,33.000474],[-79.622914,32.955308],[-79.624501,32.943834],[-79.619456,32.932196],[-79.607411,32.916246],[-79.602162,32.92414],[-79.594472,32.930121],[-79.584869,32.934394],[-79.573842,32.936754],[-79.58141,32.921698],[-79.588735,32.91413],[-79.637807,32.890692],[-79.645253,32.888902],[-79.653717,32.88581],[-79.658193,32.87873],[-79.661529,32.871649],[-79.666371,32.868476],[-79.693023,32.860093],[-79.712229,32.840399],[-79.727935,32.817532],[-79.744537,32.799628],[-79.798655,32.773098],[-79.828725,32.762763],[-79.850982,32.758612],[-79.862131,32.764065],[-79.870839,32.776028],[-79.881663,32.787991],[-79.899078,32.793402],[-79.906239,32.800442],[-79.89745,32.816148],[-79.874867,32.841213],[-79.892323,32.854804],[-79.899159,32.851752],[-79.903432,32.844916],[-79.904693,32.837958],[-79.902821,32.834377],[-79.9381,32.854071],[-79.943756,32.851467],[-79.94164,32.837551],[-79.93224,32.812201],[-79.930084,32.796454],[-79.934071,32.783433],[-79.943959,32.782375],[-79.957428,32.789049],[-79.971669,32.799628],[-79.967641,32.785224],[-79.957428,32.77204],[-79.943105,32.762356],[-79.907786,32.75552],[-79.899159,32.748033],[-79.893056,32.739081],[-79.878977,32.731391],[-79.875966,32.732245],[-79.874867,32.738105],[-79.868031,32.738105],[-79.871409,32.708319],[-79.887318,32.688137],[-79.945709,32.653266],[-79.955922,32.649359],[-79.981313,32.648749],[-80.005971,32.653144],[-80.016672,32.653713],[-80.025706,32.648749],[-80.025706,32.642524],[-80.002797,32.629462],[-79.995473,32.619045],[-80.005116,32.611558],[-80.057932,32.60399],[-80.104237,32.590806],[-80.12564,32.587958],[-80.149078,32.581448],[-80.163075,32.570258],[-80.177113,32.567043],[-80.200754,32.584215],[-80.23233,32.612982],[-80.251291,32.623765],[-80.26594,32.621405],[-80.253977,32.608547],[-80.207428,32.573228],[-80.201772,32.571519],[-80.200754,32.569403],[-80.204457,32.560614],[-80.211293,32.552069],[-80.220937,32.54682],[-80.231557,32.542426],[-80.303456,32.497952],[-80.315663,32.494452],[-80.323232,32.48843],[-80.331207,32.486396],[-80.344472,32.494818],[-80.349965,32.505194],[-80.351389,32.516669],[-80.355377,32.526923],[-80.368967,32.533352],[-80.366038,32.516913],[-80.369252,32.498765],[-80.378163,32.484117],[-80.392568,32.478095],[-80.409332,32.481106],[-80.418813,32.488267],[-80.427846,32.49726],[-80.44343,32.505357],[-80.46227,32.509223],[-80.475738,32.509752],[-80.487864,32.512356],[-80.525014,32.540188],[-80.532582,32.547838],[-80.539662,32.560614],[-80.547109,32.560614],[-80.547271,32.548896],[-80.544179,32.537909],[-80.53893,32.527899],[-80.532826,32.519029],[-80.557973,32.516343],[-80.629018,32.525865],[-80.660064,32.525865],[-80.669789,32.521145],[-80.677968,32.511461],[-80.67748,32.497952],[-80.659413,32.506008],[-80.570953,32.491685],[-80.559193,32.492662],[-80.540842,32.496975],[-80.529408,32.497952],[-80.516103,32.495429],[-80.491851,32.482978],[-80.478179,32.478095],[-80.478179,32.470649],[-80.505279,32.472357],[-80.534901,32.470771],[-80.563547,32.465644],[-80.587473,32.456936],[-80.495229,32.450751],[-80.469838,32.442125],[-80.458363,32.423163],[-80.46349,32.40412],[-80.506744,32.388739],[-80.530385,32.373521],[-80.547678,32.357123],[-80.547109,32.347113],[-80.52831,32.348944],[-80.501536,32.358832],[-80.476918,32.371527],[-80.464508,32.381903],[-80.449371,32.393988],[-80.44164,32.401272],[-80.437245,32.409817],[-80.429799,32.409817],[-80.433665,32.390204],[-80.44107,32.366116],[-80.45165,32.350043],[-80.464508,32.35456],[-80.470774,32.35456],[-80.470286,32.349311],[-80.472035,32.34809],[-80.475006,32.348293],[-80.478179,32.347113],[-80.459869,32.337307],[-80.470774,32.32274],[-80.553293,32.278795],[-80.564198,32.277167],[-80.58019,32.27912],[-80.587473,32.278795],[-80.626047,32.2626],[-80.63683,32.266791],[-80.64269,32.293118],[-80.642201,32.319241],[-80.629018,32.381903],[-80.664418,32.368232],[-80.669993,32.373603],[-80.651194,32.445543],[-80.657297,32.462714],[-80.683665,32.464423],[-80.680979,32.456488],[-80.679351,32.454576],[-80.676503,32.455756],[-80.669993,32.456936],[-80.668853,32.453803],[-80.663157,32.450751],[-80.672841,32.439114],[-80.67691,32.425686],[-80.67748,32.357652],[-80.675201,32.349921],[-80.665395,32.33397],[-80.663157,32.323554],[-80.66747,32.305365],[-80.678293,32.30272],[-80.691762,32.309638],[-80.759348,32.360785],[-80.784413,32.416246],[-80.79601,32.453274],[-80.796946,32.474351],[-80.78303,32.491685],[-80.785553,32.496731],[-80.798085,32.498196],[-80.814036,32.505357],[-80.822499,32.518134],[-80.827504,32.531399],[-80.835927,32.540107],[-80.85497,32.539496],[-80.85497,32.533352],[-80.842763,32.524237],[-80.82844,32.495673],[-80.82079,32.484849],[-80.82079,32.478095],[-80.828928,32.455268],[-80.815785,32.419257],[-80.796946,32.382554],[-80.787343,32.357652],[-80.798573,32.333645],[-80.79894,32.319729],[-80.783559,32.313625],[-80.775787,32.305732],[-80.745107,32.258979],[-80.72704,32.265937],[-80.712148,32.263007],[-80.700185,32.254462],[-80.69107,32.244696],[-80.677317,32.225328],[-80.677846,32.214748],[-80.704701,32.19066],[-80.737131,32.152086],[-80.82079,32.10814],[-80.811594,32.14468],[-80.777211,32.207261],[-80.779856,32.244696],[-80.787994,32.235826],[-80.790598,32.224311],[-80.791127,32.211005],[-80.793528,32.196926],[-80.800771,32.186225],[-80.823476,32.165758],[-80.828236,32.159084],[-80.832143,32.134345],[-80.841908,32.115953],[-80.887563,32.069403],[-80.894521,32.058824],[-80.895985,32.046698],[-80.890289,32.03266],[-80.890288,32.032657],[-80.890936,32.032475],[-80.911005,32.033891],[-80.929242,32.039726],[-80.94455,32.049711],[-80.950971,32.063529],[-80.957953,32.07078],[-80.998163,32.087113],[-81.020038,32.091215],[-81.077899,32.087113],[-81.086542,32.091508],[-81.115448,32.121879],[-81.120917,32.125688],[-81.131464,32.130912],[-81.135956,32.135527],[-81.138763,32.142729],[-81.138055,32.148222],[-81.136273,32.152323],[-81.135956,32.1554],[-81.153778,32.187309],[-81.156415,32.193876],[-81.154291,32.204887],[-81.144891,32.222123],[-81.142767,32.228007],[-81.144476,32.254057],[-81.142767,32.265263],[-81.13952,32.274662],[-81.131805,32.288188],[-81.129755,32.300004],[-81.131781,32.321195],[-81.139716,32.338578],[-81.151971,32.350321],[-81.166986,32.354643],[-81.197382,32.436576],[-81.196307,32.467826],[-81.200751,32.48455],[-81.214764,32.491801],[-81.228265,32.496],[-81.233417,32.505766],[-81.235321,32.517143],[-81.238959,32.525956],[-81.244354,32.529716],[-81.266278,32.539604],[-81.270087,32.538871],[-81.27536,32.542631],[-81.290204,32.557328],[-81.297577,32.563627],[-81.305804,32.569071],[-81.314813,32.572929],[-81.344794,32.577812],[-81.36535,32.586381],[-81.383392,32.597319],[-81.396014,32.60789],[-81.405756,32.624296],[-81.404657,32.638822],[-81.399262,32.654228],[-81.396014,32.673344],[-81.398041,32.680107],[-81.402899,32.687992],[-81.40871,32.694535],[-81.413397,32.69727],[-81.416058,32.701957],[-81.412177,32.712309],[-81.409686,32.724565],[-81.403436,32.731401],[-81.402509,32.744902],[-81.408466,32.760649],[-81.418597,32.774687],[-81.423944,32.790043],[-81.425116,32.804814],[-81.428119,32.820365],[-81.437567,32.848075],[-81.488788,32.923197],[-81.500409,32.931694],[-81.500458,32.951029],[-81.492206,32.985258],[-81.495721,33.00225],[-81.50517,33.022587],[-81.517621,33.039555],[-81.530096,33.046708],[-81.551923,33.04976],[-81.567084,33.057743],[-81.595233,33.080863],[-81.636102,33.10059],[-81.724139,33.131132],[-81.759735,33.155937],[-81.764764,33.169926],[-81.770477,33.20977],[-81.777094,33.218022],[-81.799506,33.219218],[-81.817548,33.224687],[-81.833246,33.237162],[-81.84848,33.259599],[-81.834515,33.267509],[-81.83122,33.277909],[-81.838251,33.289384],[-81.855316,33.300541],[-81.841669,33.306791],[-81.841669,33.313603],[-81.848724,33.316777],[-81.860468,33.32061],[-81.871527,33.32183],[-81.87641,33.317314],[-81.880121,33.312382],[-81.888495,33.318559],[-81.930975,33.361235],[-81.93786,33.376176],[-81.923602,33.382524],[-81.935858,33.406962],[-81.933221,33.414457],[-81.917401,33.416606],[-81.925922,33.431987],[-81.931049,33.437138],[-81.923944,33.458573],[-81.938055,33.476078],[-81.978217,33.499198],[-81.998749,33.515434],[-82.040936,33.560014],[-82.061786,33.574687],[-82.081512,33.582865],[-82.129047,33.594779],[-82.150531,33.602958],[-82.173993,33.616459],[-82.19389,33.634648],[-82.20827,33.663676],[-82.216766,33.686015],[-82.23288,33.705863],[-82.245306,33.750541],[-82.272626,33.777885],[-82.321039,33.815116],[-82.363251,33.843656],[-82.401703,33.86475],[-82.434003,33.877177],[-82.465009,33.894584],[-82.488593,33.916899],[-82.506,33.938041],[-82.522113,33.951664],[-82.541986,33.951664],[-82.558124,33.956645],[-82.570526,33.967802],[-82.577972,33.993901],[-82.589179,34.01746],[-82.599384,34.045414],[-82.607782,34.056376],[-82.631342,34.066899],[-82.63952,34.080863],[-82.650433,34.10872],[-82.658124,34.118754],[-82.669354,34.13018],[-82.682098,34.139579],[-82.705731,34.147734],[-82.722089,34.166508],[-82.728925,34.17078],[-82.734442,34.184721],[-82.753436,34.270072],[-82.76142,34.292778],[-82.818475,34.366093],[-82.827509,34.37498],[-82.84118,34.407255],[-82.846112,34.434574],[-82.857294,34.460649],[-82.899506,34.482963],[-82.967767,34.482963],[-83.01496,34.481718],[-83.047235,34.496635],[-83.063373,34.511528],[-83.079511,34.535112],[-83.100604,34.546293],[-83.121722,34.569877],[-83.158954,34.587236],[-83.166425,34.599662],[-83.168304,34.613139],[-83.17536,34.614604],[-83.199091,34.608964],[-83.232611,34.622636],[-83.323895,34.671708],[-83.355487,34.708427],[-83.345868,34.75059],[-83.328876,34.768363],[-83.324603,34.776469],[-83.322797,34.784501],[-83.32204,34.792631],[-83.320575,34.800004],[-83.31662,34.805717],[-83.308221,34.820048],[-83.294794,34.829643],[-83.279706,34.83787],[-83.26618,34.847856],[-83.256171,34.861918],[-83.239926,34.877502],[-83.220694,34.886787],[-83.204115,34.898724],[-83.182894,34.915303],[-83.158357,34.935198],[-83.134483,34.942493],[-83.125198,34.962387],[-83.121503,34.975444],[-83.115839,34.987211],[-83.114349,34.999223],[-83.114764,35.000444],[-83.096503,35.000639],[-82.803876,35.080815],[-82.771869,35.086601],[-82.767572,35.078129],[-82.76369,35.074418],[-82.756366,35.072367],[-82.751117,35.073246],[-82.742133,35.077055],[-82.731464,35.083232],[-82.707709,35.09373],[-82.696893,35.100175],[-82.689764,35.106156],[-82.685565,35.117533],[-82.682318,35.123075],[-82.675604,35.12747],[-82.667255,35.127983],[-82.655536,35.127128],[-82.647675,35.128031],[-82.638202,35.131181],[-82.605194,35.145341],[-82.554022,35.159135],[-82.546527,35.160185],[-82.510565,35.160697],[-82.502997,35.162089],[-82.497723,35.164311],[-82.492987,35.168534],[-82.485346,35.173881],[-82.478876,35.176103],[-82.442841,35.176298],[-82.435126,35.178569],[-82.429999,35.18267],[-82.424506,35.197465],[-82.419696,35.20308],[-82.41308,35.208134],[-82.398261,35.216166],[-82.391229,35.218315],[-82.384442,35.217851],[-82.380804,35.215068],[-82.377728,35.211918],[-82.373285,35.205912],[-82.370819,35.203422],[-82.367133,35.201274]]]]},"type":"Feature","properties":{"postal":"SC","name":"South Carolina","type":"State","center":[-80.93278463648834,33.95811318676728]}},"IL":{"geometry":{"type":"Polygon","coordinates":[[[-87.801044,42.491777],[-87.610541,42.491777],[-87.420062,42.491777],[-87.237435,42.493483],[-87.12648,42.49488],[-87.018818,42.496236],[-87.042422,42.4212],[-87.067332,42.34201],[-87.090822,42.248859],[-87.112693,42.158137],[-87.136993,42.056075],[-87.166963,41.932548],[-87.191264,41.831296],[-87.207728,41.759696],[-87.22121,41.759696],[-87.227777,41.759696],[-87.279071,41.759721],[-87.383221,41.759721],[-87.521039,41.759721],[-87.521039,41.717338],[-87.521796,41.572514],[-87.522479,41.427641],[-87.523187,41.282768],[-87.52392,41.137919],[-87.524652,40.99307],[-87.52536,40.848197],[-87.526044,40.703349],[-87.526776,40.558476],[-87.527509,40.413578],[-87.528217,40.26873],[-87.528925,40.123881],[-87.529657,39.979008],[-87.530389,39.834159],[-87.531073,39.689311],[-87.531781,39.544462],[-87.532538,39.399613],[-87.532684,39.361625],[-87.536493,39.357231],[-87.596991,39.334916],[-87.615009,39.319999],[-87.62536,39.299711],[-87.620673,39.282353],[-87.597919,39.248612],[-87.598749,39.205644],[-87.6633,39.156571],[-87.666815,39.11829],[-87.661151,39.109941],[-87.653729,39.10496],[-87.63891,39.097807],[-87.608466,39.073588],[-87.598309,39.055717],[-87.58996,39.01851],[-87.583661,39.001591],[-87.572235,38.990434],[-87.542523,38.970219],[-87.536493,38.957524],[-87.536493,38.916557],[-87.539642,38.905522],[-87.55368,38.889775],[-87.556952,38.87808],[-87.545844,38.841191],[-87.524237,38.802592],[-87.511224,38.763383],[-87.542694,38.690019],[-87.547772,38.682768],[-87.559686,38.680839],[-87.573383,38.680888],[-87.583661,38.679447],[-87.599774,38.668559],[-87.615033,38.651713],[-87.623309,38.631791],[-87.618427,38.611796],[-87.621503,38.606449],[-87.624652,38.602519],[-87.628168,38.599711],[-87.63205,38.597538],[-87.625848,38.597538],[-87.638788,38.591313],[-87.651727,38.582939],[-87.661932,38.571586],[-87.666815,38.556547],[-87.663348,38.540898],[-87.646503,38.519877],[-87.646356,38.508134],[-87.653241,38.497123],[-87.658514,38.497978],[-87.664545,38.502397],[-87.673651,38.501933],[-87.681097,38.497245],[-87.691864,38.487211],[-87.70036,38.481474],[-87.731879,38.468583],[-87.762421,38.460966],[-87.762421,38.45352],[-87.747235,38.441679],[-87.752338,38.421562],[-87.767596,38.400346],[-87.782904,38.385258],[-87.790009,38.381987],[-87.809589,38.376445],[-87.817645,38.371611],[-87.825873,38.360551],[-87.834686,38.337846],[-87.841254,38.326908],[-87.844379,38.317778],[-87.845892,38.305107],[-87.848602,38.293852],[-87.855194,38.289018],[-87.864618,38.293363],[-87.868964,38.303007],[-87.871454,38.312651],[-87.875385,38.316996],[-87.882636,38.313774],[-87.890546,38.306425],[-87.896942,38.298197],[-87.904779,38.279521],[-87.915643,38.284794],[-87.92514,38.296415],[-87.926288,38.30269],[-87.945599,38.298832],[-87.954999,38.286552],[-87.960492,38.270317],[-87.967841,38.254277],[-87.976679,38.245439],[-87.985175,38.239628],[-87.991864,38.232768],[-87.99516,38.220756],[-87.992596,38.209965],[-87.985663,38.202275],[-87.978583,38.195951],[-87.975311,38.189433],[-87.965424,38.179887],[-87.946356,38.171269],[-87.933954,38.159867],[-87.944257,38.141947],[-87.953534,38.137504],[-87.975433,38.133403],[-87.985248,38.127958],[-88.006854,38.11121],[-88.02995,38.09788],[-88.013959,38.091581],[-87.98244,38.094194],[-87.967841,38.083598],[-87.981781,38.073637],[-87.998554,38.064921],[-88.016205,38.058647],[-88.033051,38.056279],[-88.045404,38.051713],[-88.03139,38.027128],[-88.043573,38.015312],[-88.039569,38.005351],[-88.035785,37.988993],[-88.034979,37.97371],[-88.039862,37.966899],[-88.049384,37.961625],[-88.049677,37.949516],[-88.043573,37.929057],[-88.041132,37.915238],[-88.038178,37.905619],[-88.041376,37.898417],[-88.057221,37.891801],[-88.067255,37.891923],[-88.111859,37.898612],[-88.095258,37.881791],[-88.046161,37.84456],[-88.039862,37.833451],[-88.050482,37.828959],[-88.065814,37.828105],[-88.094794,37.82974],[-88.098505,37.827616],[-88.098456,37.822904],[-88.094891,37.818217],[-88.087982,37.816093],[-88.068671,37.814408],[-88.045282,37.806742],[-88.049677,37.79351],[-88.049945,37.773637],[-88.060321,37.751225],[-88.075775,37.737699],[-88.132343,37.699418],[-88.143866,37.685868],[-88.156659,37.663896],[-88.163348,37.640043],[-88.156561,37.620854],[-88.139813,37.593559],[-88.134662,37.587992],[-88.105023,37.562821],[-88.082977,37.519706],[-88.090985,37.491313],[-88.123065,37.474613],[-88.307098,37.448149],[-88.365643,37.421488],[-88.382538,37.417729],[-88.427484,37.418241],[-88.448261,37.415776],[-88.465009,37.408891],[-88.478192,37.398295],[-88.488617,37.384696],[-88.507855,37.34268],[-88.512445,37.303349],[-88.503412,37.266996],[-88.481805,37.233842],[-88.451654,37.198759],[-88.434003,37.168534],[-88.433417,37.136552],[-88.454462,37.096073],[-88.484296,37.072465],[-88.521454,37.067558],[-88.561078,37.076908],[-88.633002,37.114897],[-88.906976,37.220219],[-88.955487,37.227812],[-89.001898,37.223295],[-89.04372,37.208573],[-89.07829,37.185453],[-89.088495,37.174711],[-89.12265,37.124174],[-89.156805,37.092973],[-89.178705,37.062284],[-89.176263,37.035942],[-89.158075,37.011528],[-89.1237,36.979643],[-89.143451,36.986845],[-89.152826,36.98477],[-89.164618,36.980839],[-89.176947,36.978324],[-89.188153,36.980644],[-89.197382,36.989482],[-89.201141,36.999809],[-89.203485,37.01082],[-89.208637,37.021611],[-89.2164,37.028373],[-89.236786,37.038627],[-89.246161,37.045487],[-89.249457,37.054277],[-89.253632,37.078154],[-89.260126,37.083061],[-89.284027,37.083378],[-89.302216,37.081059],[-89.308832,37.071171],[-89.298016,37.048905],[-89.289081,37.040385],[-89.279999,37.03433],[-89.272943,37.026127],[-89.270087,37.011039],[-89.27514,37.000444],[-89.286786,37.000492],[-89.327167,37.014213],[-89.377338,37.047294],[-89.393573,37.062553],[-89.386859,37.091386],[-89.401483,37.120121],[-89.441376,37.16497],[-89.464154,37.197831],[-89.472333,37.214067],[-89.475507,37.230766],[-89.473798,37.243876],[-89.489813,37.254374],[-89.498212,37.258085],[-89.517987,37.264018],[-89.523309,37.268022],[-89.52309,37.306694],[-89.49372,37.335136],[-89.458637,37.362553],[-89.441376,37.398344],[-89.451141,37.440336],[-89.474774,37.474906],[-89.502216,37.50706],[-89.523309,37.541752],[-89.526971,37.56204],[-89.524091,37.580229],[-89.51911,37.597245],[-89.516473,37.614042],[-89.520404,37.631962],[-89.527484,37.650248],[-89.530756,37.666703],[-89.523309,37.678886],[-89.549579,37.69766],[-89.64682,37.7335],[-89.668964,37.754447],[-89.697528,37.809281],[-89.721942,37.837162],[-89.746649,37.850761],[-89.808075,37.871659],[-89.831926,37.88456],[-89.888739,37.931791],[-89.922723,37.952592],[-89.955292,37.960063],[-89.967987,37.963041],[-90.005048,37.962504],[-90.020477,37.970317],[-90.075409,38.007865],[-90.110809,38.016654],[-90.138031,38.037529],[-90.162128,38.062529],[-90.188055,38.083598],[-90.225262,38.100907],[-90.242792,38.11287],[-90.25014,38.127958],[-90.256512,38.136943],[-90.284686,38.160063],[-90.291107,38.169242],[-90.346332,38.207133],[-90.354681,38.216435],[-90.361591,38.226567],[-90.367523,38.238749],[-90.373016,38.254277],[-90.382001,38.300492],[-90.377972,38.337602],[-90.362958,38.369242],[-90.314813,38.431523],[-90.263788,38.542924],[-90.213495,38.606767],[-90.196478,38.638163],[-90.195526,38.679447],[-90.200604,38.719657],[-90.197919,38.744242],[-90.184955,38.75518],[-90.170404,38.764921],[-90.15141,38.787382],[-90.134735,38.812504],[-90.12724,38.830302],[-90.143524,38.85684],[-90.183563,38.882695],[-90.282147,38.926518],[-90.332733,38.938163],[-90.356268,38.940165],[-90.374872,38.943827],[-90.409076,38.961503],[-90.428265,38.967436],[-90.479047,38.958915],[-90.541986,38.893974],[-90.585297,38.87808],[-90.626532,38.890409],[-90.657513,38.921049],[-90.702631,38.99539],[-90.698065,39.007865],[-90.699286,39.024443],[-90.704657,39.040971],[-90.712543,39.053129],[-90.718793,39.06641],[-90.71452,39.078764],[-90.706781,39.090336],[-90.702631,39.101225],[-90.706512,39.112187],[-90.724457,39.133891],[-90.729926,39.14622],[-90.730634,39.159721],[-90.728876,39.187382],[-90.729926,39.200834],[-90.736688,39.220341],[-90.748212,39.242045],[-90.773993,39.279057],[-90.797333,39.303202],[-90.81955,39.320121],[-91.050897,39.452421],[-91.065741,39.464286],[-91.071942,39.477983],[-91.076654,39.499394],[-91.088617,39.518095],[-91.104315,39.533085],[-91.355072,39.710795],[-91.374921,39.735722],[-91.387225,39.769413],[-91.389227,39.792973],[-91.391425,39.80352],[-91.397797,39.813774],[-91.425116,39.833842],[-91.431659,39.847074],[-91.445038,39.858866],[-91.449335,39.86558],[-91.45014,39.87725],[-91.441864,39.906547],[-91.441376,39.93101],[-91.442987,39.940092],[-91.446039,39.947904],[-91.450507,39.955058],[-91.456537,39.962113],[-91.473505,39.978227],[-91.487128,39.994413],[-91.492523,40.009599],[-91.518939,40.174906],[-91.518207,40.221269],[-91.511224,40.262211],[-91.496088,40.313407],[-91.472943,40.35811],[-91.441864,40.379521],[-91.441815,40.379521],[-91.382587,40.392924],[-91.373602,40.403129],[-91.375018,40.417851],[-91.380438,40.444413],[-91.380414,40.461454],[-91.374091,40.492216],[-91.374701,40.509989],[-91.383807,40.526322],[-91.410809,40.54539],[-91.414545,40.553935],[-91.412421,40.563774],[-91.403021,40.574345],[-91.400897,40.581254],[-91.383319,40.598637],[-91.342987,40.617778],[-91.298212,40.633232],[-91.26745,40.639579],[-91.227313,40.642778],[-91.187787,40.653276],[-91.153046,40.672465],[-91.127167,40.70164],[-91.107684,40.741899],[-91.101532,40.763774],[-91.098163,40.807792],[-91.093524,40.823637],[-91.083392,40.839067],[-91.065741,40.858695],[-90.966644,40.946244],[-90.949042,40.982206],[-90.945282,41.029277],[-90.951532,41.075419],[-90.968622,41.116093],[-90.99743,41.146684],[-91.047748,41.176615],[-91.062006,41.180839],[-91.082367,41.18975],[-91.093988,41.210917],[-91.098993,41.23599],[-91.099237,41.256547],[-91.091058,41.299784],[-91.075507,41.343412],[-91.054779,41.382865],[-91.030951,41.413603],[-90.991522,41.433647],[-90.704511,41.451225],[-90.661639,41.462016],[-90.641278,41.476127],[-90.603192,41.510453],[-90.582196,41.517265],[-90.482904,41.530912],[-90.440912,41.543412],[-90.422333,41.554008],[-90.414618,41.567851],[-90.405463,41.57432],[-90.361542,41.593266],[-90.346332,41.605375],[-90.341327,41.615922],[-90.339203,41.626371],[-90.338886,41.650077],[-90.340961,41.655912],[-90.344696,41.660356],[-90.346454,41.664848],[-90.332074,41.684526],[-90.328192,41.70623],[-90.318256,41.728471],[-90.304999,41.748539],[-90.291107,41.763652],[-90.277045,41.774443],[-90.235077,41.799687],[-90.218817,41.804643],[-90.201239,41.813578],[-90.188568,41.83477],[-90.174408,41.879716],[-90.167011,41.941288],[-90.149408,41.976347],[-90.144012,42.018656],[-90.140277,42.03057],[-90.16496,42.075199],[-90.168207,42.088896],[-90.168036,42.104716],[-90.169696,42.116459],[-90.176483,42.123661],[-90.191766,42.126176],[-90.201141,42.130863],[-90.226166,42.153422],[-90.236469,42.160893],[-90.321942,42.199589],[-90.335492,42.20186],[-90.348944,42.207231],[-90.37038,42.230644],[-90.403143,42.245365],[-90.412103,42.268412],[-90.414618,42.32537],[-90.414618,42.318559],[-90.432196,42.352568],[-90.463226,42.375956],[-90.549115,42.417265],[-90.581097,42.437773],[-90.596161,42.452006],[-90.611493,42.46309],[-90.641986,42.475688],[-90.654218,42.489848],[-90.641278,42.511772],[-90.640985,42.511772],[-90.640741,42.511772],[-90.640497,42.511772],[-90.640204,42.511772],[-90.639911,42.511772],[-90.639667,42.511772],[-90.639398,42.511772],[-90.639105,42.511772],[-90.638837,42.511772],[-90.638568,42.511772],[-90.6383,42.511772],[-90.638031,42.511772],[-90.637738,42.511772],[-90.637494,42.511772],[-90.637177,42.511772],[-90.636908,42.511772],[-90.459662,42.510502],[-90.28244,42.509257],[-90.105219,42.508036],[-89.927972,42.506791],[-89.750726,42.505546],[-89.573456,42.504301],[-89.39621,42.503031],[-89.218964,42.501762],[-89.041718,42.500517],[-88.864496,42.499272],[-88.68725,42.498027],[-88.509979,42.496781],[-88.332733,42.495536],[-88.155536,42.494316],[-87.97829,42.49307],[-87.801044,42.491777]]]},"type":"Feature","properties":{"postal":"IL","name":"Illinois","type":"State","center":[-89.34613625971649,39.860780345464576]}},"IN":{"geometry":{"type":"Polygon","coordinates":[[[-87.227777,41.759696],[-87.22121,41.759696],[-87.207728,41.759696],[-87.201532,41.759696],[-87.12392,41.759696],[-87.046356,41.759672],[-86.968744,41.759623],[-86.891156,41.759574],[-86.813593,41.75955],[-86.736005,41.759526],[-86.658392,41.759477],[-86.580804,41.759428],[-86.503217,41.759379],[-86.425653,41.759379],[-86.348065,41.759355],[-86.270477,41.759306],[-86.192889,41.759306],[-86.115302,41.759257],[-86.037714,41.759233],[-85.960126,41.759208],[-85.882538,41.759159],[-85.80495,41.759111],[-85.727362,41.759086],[-85.649774,41.759062],[-85.572186,41.758988],[-85.494598,41.758988],[-85.417035,41.75894],[-85.339423,41.758915],[-85.261835,41.758915],[-85.184296,41.758891],[-85.106683,41.758842],[-85.029096,41.758793],[-84.951508,41.758769],[-84.873895,41.758744],[-84.806075,41.758275],[-84.806075,41.696806],[-84.806075,41.617369],[-84.806075,41.536986],[-84.804184,41.448092],[-84.804184,41.368655],[-84.80036,41.293681],[-84.801239,41.212309],[-84.802069,41.130986],[-84.802924,41.049638],[-84.803778,40.96829],[-84.804633,40.886943],[-84.805487,40.805619],[-84.806342,40.724272],[-84.807196,40.642948],[-84.808051,40.561601],[-84.808905,40.480278],[-84.809808,40.39893],[-84.810687,40.317582],[-84.811542,40.236235],[-84.812396,40.154862],[-84.813251,40.073515],[-84.814081,39.992192],[-84.81496,39.910844],[-84.81579,39.829496],[-84.816644,39.748173],[-84.817523,39.666825],[-84.818353,39.585502],[-84.819232,39.504154],[-84.820062,39.422807],[-84.820941,39.341484],[-84.821796,39.260112],[-84.82265,39.178739],[-84.823529,39.097416],[-84.842792,39.088041],[-84.87309,39.06165],[-84.870624,39.029496],[-84.842694,39.006547],[-84.828143,38.99141],[-84.822821,38.974296],[-84.832929,38.957011],[-84.868475,38.929447],[-84.87746,38.919657],[-84.865228,38.907231],[-84.849213,38.9012],[-84.805756,38.899174],[-84.783954,38.892924],[-84.785321,38.878202],[-84.798602,38.861088],[-84.812616,38.84766],[-84.819794,38.828154],[-84.806195,38.794999],[-84.819403,38.789311],[-84.901337,38.796147],[-84.935858,38.792411],[-84.999457,38.771684],[-85.14538,38.700712],[-85.18598,38.69373],[-85.205536,38.703276],[-85.239838,38.734281],[-85.257294,38.740898],[-85.320868,38.743315],[-85.436078,38.734696],[-85.454657,38.72642],[-85.45517,38.707524],[-85.44704,38.686625],[-85.439789,38.672636],[-85.43122,38.611112],[-85.410223,38.572074],[-85.414789,38.553422],[-85.428876,38.538627],[-85.482123,38.507646],[-85.495844,38.49517],[-85.511176,38.477738],[-85.526581,38.468656],[-85.569452,38.465287],[-85.589984,38.460966],[-85.619696,38.431913],[-85.643353,38.343559],[-85.665106,38.309526],[-85.700531,38.287651],[-85.720502,38.27891],[-85.758295,38.269755],[-85.769867,38.270048],[-85.77497,38.278813],[-85.780096,38.282597],[-85.792059,38.286454],[-85.805731,38.289018],[-85.815912,38.289018],[-85.829437,38.277201],[-85.851117,38.235966],[-85.860956,38.226957],[-85.877875,38.219755],[-85.891327,38.202104],[-85.900604,38.179936],[-85.905316,38.15933],[-85.914569,38.063627],[-85.924701,38.037797],[-85.930951,38.028959],[-85.938812,38.020903],[-85.948358,38.013871],[-85.95993,38.007865],[-86.008661,38.000956],[-86.031976,37.993998],[-86.04184,37.977153],[-86.051337,37.969633],[-86.072919,37.983232],[-86.110761,38.015312],[-86.13327,38.020048],[-86.183734,38.022929],[-86.203534,38.032084],[-86.219696,38.042192],[-86.259393,38.059013],[-86.275238,38.069926],[-86.284442,38.084379],[-86.286102,38.099858],[-86.282684,38.141947],[-86.291718,38.153617],[-86.343524,38.186015],[-86.361688,38.192924],[-86.382855,38.194633],[-86.393915,38.187846],[-86.381708,38.169242],[-86.361615,38.159623],[-86.340936,38.154423],[-86.332782,38.147123],[-86.35036,38.131401],[-86.392548,38.117094],[-86.416132,38.115238],[-86.42829,38.118339],[-86.433514,38.127958],[-86.438739,38.131742],[-86.450262,38.136698],[-86.461786,38.137309],[-86.467035,38.127958],[-86.463226,38.117314],[-86.44538,38.101493],[-86.43974,38.090434],[-86.443744,38.068974],[-86.460834,38.056547],[-86.483759,38.050859],[-86.505194,38.049467],[-86.518597,38.040483],[-86.523456,38.019194],[-86.520282,37.953495],[-86.523236,37.938285],[-86.535858,37.928642],[-86.589667,37.919389],[-86.595624,37.904447],[-86.595477,37.884745],[-86.603583,37.864506],[-86.624432,37.853764],[-86.648456,37.854106],[-86.662958,37.863847],[-86.655389,37.881254],[-86.643866,37.901371],[-86.662982,37.905546],[-86.707245,37.898612],[-86.742206,37.903862],[-86.772846,37.923783],[-86.794574,37.950737],[-86.80285,37.977153],[-86.818817,37.995219],[-86.854852,37.983988],[-86.893231,37.960795],[-86.916107,37.943022],[-86.929608,37.937699],[-86.987787,37.932768],[-87.005609,37.926615],[-87.019501,37.919145],[-87.031342,37.908134],[-87.043036,37.891801],[-87.070477,37.828862],[-87.086713,37.805448],[-87.118134,37.788749],[-87.12912,37.794364],[-87.137616,37.800444],[-87.152899,37.816093],[-87.158051,37.826689],[-87.160321,37.838041],[-87.164887,37.847099],[-87.176801,37.850834],[-87.195184,37.851908],[-87.209296,37.854936],[-87.219818,37.859062],[-87.255316,37.878154],[-87.323016,37.899491],[-87.340961,37.909184],[-87.359076,37.921659],[-87.381586,37.933232],[-87.405194,37.94207],[-87.42663,37.946415],[-87.468695,37.937821],[-87.509979,37.919804],[-87.548895,37.913383],[-87.583661,37.939604],[-87.586786,37.949491],[-87.585687,37.966215],[-87.591107,37.973735],[-87.598602,37.976445],[-87.607587,37.975151],[-87.615204,37.968852],[-87.618427,37.956352],[-87.614374,37.934013],[-87.596063,37.904985],[-87.591107,37.884355],[-87.601386,37.856962],[-87.627094,37.834526],[-87.65705,37.825199],[-87.679852,37.837162],[-87.682196,37.852372],[-87.671796,37.884916],[-87.673651,37.898612],[-87.686737,37.906864],[-87.703485,37.905619],[-87.718964,37.899125],[-87.72829,37.891801],[-87.737665,37.891117],[-87.777362,37.880375],[-87.797162,37.878154],[-87.819574,37.881669],[-87.838007,37.889555],[-87.853876,37.901054],[-87.868573,37.915702],[-87.887665,37.928617],[-87.9091,37.931596],[-87.926532,37.92332],[-87.93371,37.902348],[-87.929755,37.88892],[-87.899579,37.82974],[-87.945819,37.788578],[-87.9508,37.781938],[-87.969305,37.785795],[-88.005048,37.803837],[-88.022479,37.809281],[-88.045282,37.806742],[-88.068671,37.814408],[-88.087982,37.816093],[-88.094891,37.818217],[-88.098456,37.822904],[-88.098505,37.827616],[-88.094794,37.82974],[-88.065814,37.828105],[-88.050482,37.828959],[-88.039862,37.833451],[-88.046161,37.84456],[-88.095258,37.881791],[-88.111859,37.898612],[-88.067255,37.891923],[-88.057221,37.891801],[-88.041376,37.898417],[-88.038178,37.905619],[-88.041132,37.915238],[-88.043573,37.929057],[-88.049677,37.949516],[-88.049384,37.961625],[-88.039862,37.966899],[-88.034979,37.97371],[-88.035785,37.988993],[-88.039569,38.005351],[-88.043573,38.015312],[-88.03139,38.027128],[-88.045404,38.051713],[-88.033051,38.056279],[-88.016205,38.058647],[-87.998554,38.064921],[-87.981781,38.073637],[-87.967841,38.083598],[-87.98244,38.094194],[-88.013959,38.091581],[-88.02995,38.09788],[-88.006854,38.11121],[-87.985248,38.127958],[-87.975433,38.133403],[-87.953534,38.137504],[-87.944257,38.141947],[-87.933954,38.159867],[-87.946356,38.171269],[-87.965424,38.179887],[-87.975311,38.189433],[-87.978583,38.195951],[-87.985663,38.202275],[-87.992596,38.209965],[-87.99516,38.220756],[-87.991864,38.232768],[-87.985175,38.239628],[-87.976679,38.245439],[-87.967841,38.254277],[-87.960492,38.270317],[-87.954999,38.286552],[-87.945599,38.298832],[-87.926288,38.30269],[-87.92514,38.296415],[-87.915643,38.284794],[-87.904779,38.279521],[-87.896942,38.298197],[-87.890546,38.306425],[-87.882636,38.313774],[-87.875385,38.316996],[-87.871454,38.312651],[-87.868964,38.303007],[-87.864618,38.293363],[-87.855194,38.289018],[-87.848602,38.293852],[-87.845892,38.305107],[-87.844379,38.317778],[-87.841254,38.326908],[-87.834686,38.337846],[-87.825873,38.360551],[-87.817645,38.371611],[-87.809589,38.376445],[-87.790009,38.381987],[-87.782904,38.385258],[-87.767596,38.400346],[-87.752338,38.421562],[-87.747235,38.441679],[-87.762421,38.45352],[-87.762421,38.460966],[-87.731879,38.468583],[-87.70036,38.481474],[-87.691864,38.487211],[-87.681097,38.497245],[-87.673651,38.501933],[-87.664545,38.502397],[-87.658514,38.497978],[-87.653241,38.497123],[-87.646356,38.508134],[-87.646503,38.519877],[-87.663348,38.540898],[-87.666815,38.556547],[-87.661932,38.571586],[-87.651727,38.582939],[-87.638788,38.591313],[-87.625848,38.597538],[-87.63205,38.597538],[-87.628168,38.599711],[-87.624652,38.602519],[-87.621503,38.606449],[-87.618427,38.611796],[-87.623309,38.631791],[-87.615033,38.651713],[-87.599774,38.668559],[-87.583661,38.679447],[-87.573383,38.680888],[-87.559686,38.680839],[-87.547772,38.682768],[-87.542694,38.690019],[-87.511224,38.763383],[-87.524237,38.802592],[-87.545844,38.841191],[-87.556952,38.87808],[-87.55368,38.889775],[-87.539642,38.905522],[-87.536493,38.916557],[-87.536493,38.957524],[-87.542523,38.970219],[-87.572235,38.990434],[-87.583661,39.001591],[-87.58996,39.01851],[-87.598309,39.055717],[-87.608466,39.073588],[-87.63891,39.097807],[-87.653729,39.10496],[-87.661151,39.109941],[-87.666815,39.11829],[-87.6633,39.156571],[-87.598749,39.205644],[-87.597919,39.248612],[-87.620673,39.282353],[-87.62536,39.299711],[-87.615009,39.319999],[-87.596991,39.334916],[-87.536493,39.357231],[-87.532684,39.361625],[-87.532538,39.399613],[-87.531781,39.544462],[-87.531073,39.689311],[-87.530389,39.834159],[-87.529657,39.979008],[-87.528925,40.123881],[-87.528217,40.26873],[-87.527509,40.413578],[-87.526776,40.558476],[-87.526044,40.703349],[-87.52536,40.848197],[-87.524652,40.99307],[-87.52392,41.137919],[-87.523187,41.282768],[-87.522479,41.427641],[-87.521796,41.572514],[-87.521039,41.717338],[-87.521039,41.759721],[-87.383221,41.759721],[-87.279071,41.759721],[-87.227777,41.759696]]]},"type":"Feature","properties":{"postal":"IN","name":"Indiana","type":"State","center":[-86.2002743484225,39.74837327171912]}},"KY":{"geometry":{"type":"MultiPolygon","coordinates":[[[[-89.494379,36.50142],[-89.559882,36.500151],[-89.569061,36.508842],[-89.577948,36.521342],[-89.569696,36.556376],[-89.536932,36.567875],[-89.502679,36.554399],[-89.489813,36.514482],[-89.494379,36.50142]]],[[[-84.637225,39.077299],[-84.594745,39.074052],[-84.508612,39.104789],[-84.465936,39.111454],[-84.444159,39.101811],[-84.430096,39.083207],[-84.419501,39.06497],[-84.408197,39.05684],[-84.388617,39.053959],[-84.364081,39.046928],[-84.321942,39.029496],[-84.306903,39.016899],[-84.296454,38.99998],[-84.290375,38.981449],[-84.288422,38.964018],[-84.283319,38.94998],[-84.271503,38.938871],[-84.25788,38.929301],[-84.24743,38.919657],[-84.237885,38.903202],[-84.231537,38.885258],[-84.228046,38.86475],[-84.226971,38.840824],[-84.217572,38.823466],[-84.195575,38.810551],[-84.083978,38.777763],[-84.061859,38.775663],[-83.972479,38.789311],[-83.948944,38.786674],[-83.908441,38.771733],[-83.865863,38.762236],[-83.85036,38.747709],[-83.836981,38.729814],[-83.821674,38.713603],[-83.753925,38.65977],[-83.714276,38.638529],[-83.670819,38.631034],[-83.650702,38.636039],[-83.633221,38.647856],[-83.620868,38.664164],[-83.616205,38.682865],[-83.604852,38.68936],[-83.534296,38.707402],[-83.512274,38.705644],[-83.491473,38.699076],[-83.472528,38.688847],[-83.456073,38.676029],[-83.44682,38.67205],[-83.411395,38.672636],[-83.39726,38.669877],[-83.368695,38.65977],[-83.356146,38.652787],[-83.348993,38.64578],[-83.325116,38.614897],[-83.312738,38.604057],[-83.305072,38.601445],[-83.269061,38.608085],[-83.25683,38.616044],[-83.241815,38.623271],[-83.218353,38.624833],[-83.17265,38.618119],[-83.151532,38.618949],[-83.133637,38.627934],[-83.125678,38.637846],[-83.115228,38.658842],[-83.109735,38.666435],[-83.101923,38.67144],[-83.07497,38.679447],[-83.060761,38.690019],[-83.046918,38.703862],[-83.030975,38.715873],[-83.010419,38.721049],[-82.984979,38.724101],[-82.924164,38.748344],[-82.898212,38.751615],[-82.886322,38.744828],[-82.883075,38.730351],[-82.883173,38.710502],[-82.880023,38.691069],[-82.855878,38.624833],[-82.82663,38.586479],[-82.783124,38.56724],[-82.736615,38.554472],[-82.698212,38.535453],[-82.626215,38.477738],[-82.615936,38.463529],[-82.599481,38.431303],[-82.589447,38.419316],[-82.589667,38.413432],[-82.590009,38.40225],[-82.593817,38.376152],[-82.593939,38.372441],[-82.593573,38.369706],[-82.590106,38.362113],[-82.571991,38.330522],[-82.568817,38.318852],[-82.567743,38.309233],[-82.570282,38.296757],[-82.572626,38.274223],[-82.572284,38.263554],[-82.571552,38.258232],[-82.571381,38.252641],[-82.57182,38.247636],[-82.574359,38.244023],[-82.578583,38.241703],[-82.590741,38.239799],[-82.595746,38.238554],[-82.598846,38.235746],[-82.600409,38.231254],[-82.601019,38.22581],[-82.59975,38.20955],[-82.600555,38.204545],[-82.602167,38.200346],[-82.605267,38.196171],[-82.612616,38.189799],[-82.630707,38.179447],[-82.633856,38.176957],[-82.635663,38.174613],[-82.636981,38.171269],[-82.637372,38.166532],[-82.636835,38.161576],[-82.631195,38.152861],[-82.555975,38.068168],[-82.550482,38.059526],[-82.545209,38.045072],[-82.540643,38.035844],[-82.533685,38.028813],[-82.478973,37.990434],[-82.475189,37.986918],[-82.470087,37.980986],[-82.466522,37.973344],[-82.465375,37.967973],[-82.465936,37.964262],[-82.468475,37.960014],[-82.481024,37.944291],[-82.482831,37.941362],[-82.481928,37.936552],[-82.476679,37.931108],[-82.4362,37.908012],[-82.430634,37.903617],[-82.424823,37.897856],[-82.417401,37.887553],[-82.413934,37.880473],[-82.412128,37.873979],[-82.407343,37.841777],[-82.40412,37.831669],[-82.401923,37.827104],[-82.399237,37.823002],[-82.336298,37.771806],[-82.323773,37.757621],[-82.316815,37.747001],[-82.316596,37.741508],[-82.315326,37.736357],[-82.300897,37.703227],[-82.296454,37.688383],[-82.291693,37.682939],[-82.283075,37.678276],[-82.244305,37.666654],[-82.23642,37.66331],[-82.228925,37.659086],[-82.219354,37.651445],[-82.200946,37.630033],[-82.198138,37.628178],[-82.194061,37.630033],[-82.188788,37.631571],[-82.181097,37.63018],[-82.150018,37.607841],[-82.142133,37.600346],[-82.138837,37.596244],[-82.136493,37.591606],[-82.135394,37.586381],[-82.135516,37.580815],[-82.136249,37.575492],[-82.129364,37.569584],[-82.115936,37.563383],[-82.036835,37.54329],[-82.024677,37.542289],[-81.994891,37.547831],[-81.983881,37.546855],[-81.965228,37.538676],[-82.021429,37.500859],[-82.106976,37.443144],[-82.16872,37.401493],[-82.264716,37.336845],[-82.351386,37.278495],[-82.375702,37.265336],[-82.44787,37.23682],[-82.526727,37.205717],[-82.632587,37.16392],[-82.681537,37.137089],[-82.699725,37.122587],[-82.708148,37.113139],[-82.709027,37.106742],[-82.705389,37.091166],[-82.703803,37.068608],[-82.704633,37.062797],[-82.706512,37.057133],[-82.709247,37.051811],[-82.712494,37.047245],[-82.716571,37.043461],[-82.726874,37.037992],[-82.815375,37.003178],[-82.839471,36.988237],[-82.849042,36.979936],[-82.854559,36.971952],[-82.854901,36.955497],[-82.854144,36.950199],[-82.853632,36.93936],[-82.855438,36.924223],[-82.856928,36.919194],[-82.858807,36.914262],[-82.861517,36.909184],[-82.864935,36.90474],[-82.869061,36.901005],[-82.884296,36.89434],[-82.944696,36.875688],[-83.007294,36.856352],[-83.049823,36.856205],[-83.056268,36.854643],[-83.062396,36.851713],[-83.082416,36.834599],[-83.100653,36.80225],[-83.107709,36.793827],[-83.119574,36.783256],[-83.122089,36.779887],[-83.122601,36.7762],[-83.120721,36.76685],[-83.121039,36.761576],[-83.123065,36.757035],[-83.128534,36.753324],[-83.137201,36.749955],[-83.239569,36.737138],[-83.342304,36.70933],[-83.38183,36.691362],[-83.394696,36.682621],[-83.40246,36.679301],[-83.413202,36.676274],[-83.508978,36.668534],[-83.597137,36.642582],[-83.604071,36.642045],[-83.623309,36.634623],[-83.667474,36.604008],[-83.694745,36.593632],[-83.730341,36.585771],[-83.77868,36.587162],[-83.808856,36.587992],[-83.894061,36.590385],[-84.026483,36.594145],[-84.198261,36.598954],[-84.401483,36.604643],[-84.628363,36.61099],[-84.870941,36.617826],[-85.121356,36.624858],[-85.426508,36.618656],[-85.634027,36.622612],[-85.867206,36.628544],[-86.066815,36.634477],[-86.217011,36.642362],[-86.343475,36.65225],[-86.41264,36.658183],[-86.464032,36.662577],[-86.507538,36.663822],[-86.516107,36.663237],[-86.552167,36.656889],[-86.595404,36.656425],[-86.608807,36.656303],[-86.646845,36.655937],[-86.705878,36.655326],[-86.782489,36.654618],[-86.873041,36.653739],[-86.974164,36.65269],[-87.082343,36.651615],[-87.193964,36.650541],[-87.305634,36.649418],[-87.413788,36.648344],[-87.514911,36.647319],[-87.605487,36.646464],[-87.68205,36.645707],[-87.741132,36.645097],[-87.77912,36.644731],[-87.792548,36.644633],[-87.83327,36.644218],[-87.839105,36.642924],[-87.844428,36.646977],[-87.848529,36.652665],[-87.855829,36.666386],[-87.860712,36.67183],[-87.868671,36.674028],[-87.923505,36.678349],[-88.013129,36.685453],[-88.067108,36.689701],[-88.072064,36.689384],[-88.0737,36.68787],[-88.073773,36.682914],[-88.071356,36.6731],[-88.05351,36.625785],[-88.040277,36.574101],[-88.03869,36.558232],[-88.039789,36.521952],[-88.042743,36.498637],[-88.215448,36.49871],[-88.388202,36.498759],[-88.560907,36.498759],[-88.733588,36.498808],[-88.906293,36.498857],[-89.079022,36.498905],[-89.251727,36.49893],[-89.424457,36.498954],[-89.419061,36.510478],[-89.40329,36.557255],[-89.400409,36.572514],[-89.386151,36.610063],[-89.376337,36.627445],[-89.370136,36.633061],[-89.358832,36.638017],[-89.334833,36.620463],[-89.310883,36.597563],[-89.28454,36.577616],[-89.253314,36.56912],[-89.226312,36.580522],[-89.205389,36.607572],[-89.180682,36.665312],[-89.140619,36.73455],[-89.132904,36.760917],[-89.13454,36.783329],[-89.149677,36.818412],[-89.153387,36.839433],[-89.149359,36.851176],[-89.140253,36.861625],[-89.130756,36.870365],[-89.125433,36.876982],[-89.124017,36.886747],[-89.125433,36.918559],[-89.11889,36.961918],[-89.1237,36.979643],[-89.158075,37.011528],[-89.176263,37.035942],[-89.178705,37.062284],[-89.156805,37.092973],[-89.12265,37.124174],[-89.088495,37.174711],[-89.07829,37.185453],[-89.04372,37.208573],[-89.001898,37.223295],[-88.955487,37.227812],[-88.906976,37.220219],[-88.633002,37.114897],[-88.561078,37.076908],[-88.521454,37.067558],[-88.484296,37.072465],[-88.454462,37.096073],[-88.433417,37.136552],[-88.434003,37.168534],[-88.451654,37.198759],[-88.481805,37.233842],[-88.503412,37.266996],[-88.512445,37.303349],[-88.507855,37.34268],[-88.488617,37.384696],[-88.478192,37.398295],[-88.465009,37.408891],[-88.448261,37.415776],[-88.427484,37.418241],[-88.382538,37.417729],[-88.365643,37.421488],[-88.307098,37.448149],[-88.123065,37.474613],[-88.090985,37.491313],[-88.082977,37.519706],[-88.105023,37.562821],[-88.134662,37.587992],[-88.139813,37.593559],[-88.156561,37.620854],[-88.163348,37.640043],[-88.156659,37.663896],[-88.143866,37.685868],[-88.132343,37.699418],[-88.075775,37.737699],[-88.060321,37.751225],[-88.049945,37.773637],[-88.049677,37.79351],[-88.045282,37.806742],[-88.022479,37.809281],[-88.005048,37.803837],[-87.969305,37.785795],[-87.9508,37.781938],[-87.945819,37.788578],[-87.899579,37.82974],[-87.929755,37.88892],[-87.93371,37.902348],[-87.926532,37.92332],[-87.9091,37.931596],[-87.887665,37.928617],[-87.868573,37.915702],[-87.853876,37.901054],[-87.838007,37.889555],[-87.819574,37.881669],[-87.797162,37.878154],[-87.777362,37.880375],[-87.737665,37.891117],[-87.72829,37.891801],[-87.718964,37.899125],[-87.703485,37.905619],[-87.686737,37.906864],[-87.673651,37.898612],[-87.671796,37.884916],[-87.682196,37.852372],[-87.679852,37.837162],[-87.65705,37.825199],[-87.627094,37.834526],[-87.601386,37.856962],[-87.591107,37.884355],[-87.596063,37.904985],[-87.614374,37.934013],[-87.618427,37.956352],[-87.615204,37.968852],[-87.607587,37.975151],[-87.598602,37.976445],[-87.591107,37.973735],[-87.585687,37.966215],[-87.586786,37.949491],[-87.583661,37.939604],[-87.548895,37.913383],[-87.509979,37.919804],[-87.468695,37.937821],[-87.42663,37.946415],[-87.405194,37.94207],[-87.381586,37.933232],[-87.359076,37.921659],[-87.340961,37.909184],[-87.323016,37.899491],[-87.255316,37.878154],[-87.219818,37.859062],[-87.209296,37.854936],[-87.195184,37.851908],[-87.176801,37.850834],[-87.164887,37.847099],[-87.160321,37.838041],[-87.158051,37.826689],[-87.152899,37.816093],[-87.137616,37.800444],[-87.12912,37.794364],[-87.118134,37.788749],[-87.086713,37.805448],[-87.070477,37.828862],[-87.043036,37.891801],[-87.031342,37.908134],[-87.019501,37.919145],[-87.005609,37.926615],[-86.987787,37.932768],[-86.929608,37.937699],[-86.916107,37.943022],[-86.893231,37.960795],[-86.854852,37.983988],[-86.818817,37.995219],[-86.80285,37.977153],[-86.794574,37.950737],[-86.772846,37.923783],[-86.742206,37.903862],[-86.707245,37.898612],[-86.662982,37.905546],[-86.643866,37.901371],[-86.655389,37.881254],[-86.662958,37.863847],[-86.648456,37.854106],[-86.624432,37.853764],[-86.603583,37.864506],[-86.595477,37.884745],[-86.595624,37.904447],[-86.589667,37.919389],[-86.535858,37.928642],[-86.523236,37.938285],[-86.520282,37.953495],[-86.523456,38.019194],[-86.518597,38.040483],[-86.505194,38.049467],[-86.483759,38.050859],[-86.460834,38.056547],[-86.443744,38.068974],[-86.43974,38.090434],[-86.44538,38.101493],[-86.463226,38.117314],[-86.467035,38.127958],[-86.461786,38.137309],[-86.450262,38.136698],[-86.438739,38.131742],[-86.433514,38.127958],[-86.42829,38.118339],[-86.416132,38.115238],[-86.392548,38.117094],[-86.35036,38.131401],[-86.332782,38.147123],[-86.340936,38.154423],[-86.361615,38.159623],[-86.381708,38.169242],[-86.393915,38.187846],[-86.382855,38.194633],[-86.361688,38.192924],[-86.343524,38.186015],[-86.291718,38.153617],[-86.282684,38.141947],[-86.286102,38.099858],[-86.284442,38.084379],[-86.275238,38.069926],[-86.259393,38.059013],[-86.219696,38.042192],[-86.203534,38.032084],[-86.183734,38.022929],[-86.13327,38.020048],[-86.110761,38.015312],[-86.072919,37.983232],[-86.051337,37.969633],[-86.04184,37.977153],[-86.031976,37.993998],[-86.008661,38.000956],[-85.95993,38.007865],[-85.948358,38.013871],[-85.938812,38.020903],[-85.930951,38.028959],[-85.924701,38.037797],[-85.914569,38.063627],[-85.905316,38.15933],[-85.900604,38.179936],[-85.891327,38.202104],[-85.877875,38.219755],[-85.860956,38.226957],[-85.851117,38.235966],[-85.829437,38.277201],[-85.815912,38.289018],[-85.805731,38.289018],[-85.792059,38.286454],[-85.780096,38.282597],[-85.77497,38.278813],[-85.769867,38.270048],[-85.758295,38.269755],[-85.720502,38.27891],[-85.700531,38.287651],[-85.665106,38.309526],[-85.643353,38.343559],[-85.619696,38.431913],[-85.589984,38.460966],[-85.569452,38.465287],[-85.526581,38.468656],[-85.511176,38.477738],[-85.495844,38.49517],[-85.482123,38.507646],[-85.428876,38.538627],[-85.414789,38.553422],[-85.410223,38.572074],[-85.43122,38.611112],[-85.439789,38.672636],[-85.44704,38.686625],[-85.45517,38.707524],[-85.454657,38.72642],[-85.436078,38.734696],[-85.320868,38.743315],[-85.257294,38.740898],[-85.239838,38.734281],[-85.205536,38.703276],[-85.18598,38.69373],[-85.14538,38.700712],[-84.999457,38.771684],[-84.935858,38.792411],[-84.901337,38.796147],[-84.819403,38.789311],[-84.806195,38.794999],[-84.819794,38.828154],[-84.812616,38.84766],[-84.798602,38.861088],[-84.785321,38.878202],[-84.783954,38.892924],[-84.805756,38.899174],[-84.849213,38.9012],[-84.865228,38.907231],[-84.87746,38.919657],[-84.868475,38.929447],[-84.832929,38.957011],[-84.822821,38.974296],[-84.828143,38.99141],[-84.842694,39.006547],[-84.870624,39.029496],[-84.87309,39.06165],[-84.842792,39.088041],[-84.823529,39.097416],[-84.767596,39.124491],[-84.751434,39.137968],[-84.742181,39.143803],[-84.730048,39.14622],[-84.721112,39.142802],[-84.708392,39.127885],[-84.703046,39.124491],[-84.688251,39.117973],[-84.637225,39.077299]]]]},"type":"Feature","properties":{"postal":"KY","name":"Kentucky","type":"State","center":[-84.84682213077275,37.548908935263015]}},"NC":{"geometry":{"type":"MultiPolygon","coordinates":[[[[-77.942047,33.916815],[-77.962392,33.856879],[-77.96996,33.847968],[-77.981313,33.853827],[-77.997711,33.858954],[-78.012278,33.865627],[-78.017812,33.875881],[-78.010081,33.892035],[-77.995229,33.899319],[-77.979726,33.898179],[-77.96996,33.889553],[-77.963287,33.894477],[-77.942047,33.916815]]],[[[-77.818715,34.172675],[-77.820627,34.171576],[-77.823354,34.171861],[-77.825999,34.17064],[-77.845937,34.123765],[-77.860178,34.100409],[-77.87442,34.088121],[-77.864003,34.113674],[-77.856557,34.142646],[-77.844228,34.166653],[-77.819203,34.177476],[-77.818715,34.172675]]],[[[-77.352528,34.522284],[-77.3544,34.521186],[-77.357411,34.521389],[-77.360463,34.520087],[-77.386342,34.501695],[-77.467763,34.465399],[-77.500722,34.458686],[-77.514556,34.453762],[-77.617787,34.377631],[-77.634185,34.362494],[-77.614735,34.395453],[-77.578725,34.42536],[-77.449818,34.495673],[-77.431874,34.499661],[-77.413726,34.503974],[-77.374135,34.523139],[-77.353017,34.527574],[-77.352528,34.522284]]],[[[-76.537709,34.642157],[-76.551666,34.636868],[-76.556223,34.640611],[-76.592681,34.66352],[-76.643219,34.678412],[-76.654775,34.684556],[-76.654775,34.691474],[-76.634267,34.691474],[-76.565338,34.670966],[-76.554799,34.664211],[-76.542144,34.652899],[-76.537709,34.642157]]],[[[-76.681467,34.705146],[-76.681467,34.698228],[-76.801869,34.705146],[-76.827504,34.702948],[-77.099762,34.649848],[-77.082387,34.665473],[-77.054433,34.674872],[-76.89745,34.698228],[-76.733551,34.717597],[-76.681467,34.705146]]],[[[-76.519643,34.61579],[-76.530629,34.589057],[-76.539215,34.608222],[-76.525054,34.637844],[-76.407786,34.79442],[-76.304677,34.883246],[-76.262318,34.906724],[-76.256256,34.913642],[-76.249501,34.921861],[-76.233957,34.931708],[-76.215972,34.940334],[-76.20226,34.944729],[-76.222768,34.917426],[-76.249664,34.903225],[-76.299875,34.858588],[-76.322092,34.849066],[-76.340403,34.838446],[-76.395985,34.787584],[-76.519643,34.61579]]],[[[-76.140859,34.992499],[-76.147043,34.992499],[-76.137278,35.003404],[-76.106435,35.030341],[-76.099843,35.044623],[-76.096506,35.049628],[-76.088979,35.055243],[-76.081532,35.062201],[-76.078114,35.071601],[-76.072499,35.074774],[-76.059682,35.071479],[-76.03718,35.061347],[-76.040598,35.057685],[-76.043935,35.056301],[-76.047515,35.055732],[-76.051422,35.054592],[-76.1256,35.011542],[-76.140859,34.992499]]],[[[-75.90807,35.136461],[-76.017323,35.075019],[-76.005971,35.08515],[-75.99885,35.097073],[-75.98998,35.12344],[-75.96703,35.117743],[-75.939849,35.126899],[-75.886342,35.156968],[-75.798899,35.184231],[-75.770253,35.197943],[-75.77599,35.190741],[-75.782094,35.185858],[-75.798207,35.178046],[-75.817372,35.162909],[-75.90807,35.136461]]],[[[-75.543772,35.233303],[-75.5537,35.232001],[-75.585317,35.233303],[-75.623158,35.219062],[-75.644439,35.215766],[-75.6822,35.201239],[-75.698313,35.197943],[-75.70401,35.19595],[-75.717519,35.186916],[-75.725575,35.184882],[-75.735748,35.18769],[-75.733388,35.194037],[-75.72468,35.200914],[-75.715688,35.20539],[-75.705963,35.206244],[-75.701568,35.210028],[-75.698964,35.21483],[-75.694569,35.219062],[-75.693023,35.221991],[-75.692372,35.226874],[-75.690338,35.23135],[-75.684967,35.233303],[-75.681956,35.231513],[-75.68106,35.228013],[-75.679799,35.225246],[-75.675364,35.225816],[-75.61262,35.25259],[-75.543121,35.273098],[-75.516347,35.291002],[-75.517079,35.321479],[-75.510894,35.333686],[-75.498769,35.38288],[-75.494374,35.420478],[-75.484527,35.456692],[-75.482249,35.479071],[-75.483632,35.489936],[-75.488759,35.509223],[-75.489125,35.520697],[-75.48526,35.53205],[-75.471669,35.554348],[-75.468617,35.56509],[-75.46935,35.588772],[-75.475819,35.630113],[-75.500966,35.703315],[-75.502756,35.722724],[-75.520009,35.756659],[-75.526112,35.775702],[-75.517079,35.780748],[-75.499501,35.767483],[-75.486684,35.743801],[-75.478749,35.717231],[-75.476064,35.69538],[-75.473541,35.674872],[-75.454945,35.623114],[-75.451812,35.582506],[-75.47057,35.504788],[-75.490834,35.336412],[-75.515614,35.260199],[-75.52538,35.243964],[-75.543772,35.233303]]],[[[-75.625356,35.830146],[-75.643951,35.829169],[-75.659291,35.836005],[-75.666168,35.852281],[-75.670644,35.871324],[-75.678456,35.886908],[-75.707753,35.913398],[-75.715688,35.92475],[-75.721262,35.929999],[-75.727773,35.934556],[-75.729888,35.939399],[-75.721832,35.945258],[-75.713043,35.946967],[-75.703765,35.945705],[-75.695221,35.94245],[-75.688344,35.938422],[-75.674062,35.933295],[-75.667388,35.929511],[-75.661041,35.92475],[-75.659332,35.915432],[-75.647043,35.899237],[-75.61262,35.863267],[-75.621897,35.844916],[-75.622141,35.834662],[-75.625356,35.830146]]],[[[-75.792388,36.32217],[-75.790761,36.298082],[-75.786366,36.281968],[-75.757232,36.232611],[-75.714263,36.129828],[-75.563954,35.895331],[-75.553944,35.853664],[-75.523834,35.794379],[-75.531606,35.798407],[-75.551259,35.805121],[-75.557973,35.808661],[-75.560658,35.815619],[-75.560414,35.824693],[-75.561635,35.832587],[-75.583608,35.843817],[-75.589467,35.862047],[-75.592152,35.897447],[-75.607004,35.923814],[-75.675364,35.999905],[-75.681549,35.999905],[-75.694488,35.993557],[-75.709788,35.997789],[-75.719472,36.009996],[-75.715688,36.027167],[-75.707428,36.016506],[-75.698964,36.01496],[-75.675364,36.020941],[-75.679799,36.036689],[-75.687164,36.050035],[-75.696929,36.055609],[-75.708852,36.048285],[-75.723541,36.058824],[-75.730784,36.074897],[-75.735585,36.092963],[-75.742991,36.109768],[-75.742991,36.116523],[-75.738637,36.141181],[-75.749013,36.171617],[-75.763173,36.201239],[-75.773671,36.234036],[-75.801666,36.279039],[-75.815297,36.291246],[-75.818471,36.29678],[-75.817006,36.300238],[-75.813832,36.301744],[-75.811879,36.3015],[-75.818674,36.328843],[-75.824859,36.394273],[-75.828114,36.407538],[-75.842152,36.432034],[-75.845367,36.449205],[-75.85969,36.473456],[-75.867096,36.507554],[-75.880849,36.542548],[-75.880116,36.547919],[-75.88064,36.549248],[-75.880487,36.549247],[-75.867108,36.549125],[-75.853101,36.549028],[-75.853098,36.549018],[-75.852854,36.547919],[-75.811879,36.38345],[-75.796986,36.342841],[-75.792388,36.32217]]],[[[-75.966908,36.549791],[-75.961985,36.542955],[-75.949818,36.543362],[-75.942983,36.549628],[-75.942975,36.549635],[-75.926703,36.549516],[-75.908963,36.549413],[-75.908803,36.548651],[-75.90807,36.521226],[-75.905344,36.511908],[-75.901112,36.502875],[-75.901112,36.496039],[-75.911204,36.493313],[-75.952138,36.493313],[-75.97289,36.499701],[-75.976674,36.513821],[-75.978424,36.527899],[-76.006581,36.541815],[-76.01325,36.550151],[-76.013055,36.550151],[-75.966922,36.54981],[-75.966908,36.549791]]],[[[-80.163055,36.542582],[-80.089594,36.539775],[-79.970721,36.540092],[-79.851825,36.540385],[-79.732953,36.540702],[-79.614081,36.54102],[-79.495209,36.541337],[-79.376337,36.541654],[-79.25744,36.541947],[-79.138568,36.542265],[-78.983612,36.542265],[-78.828632,36.542265],[-78.673651,36.542265],[-78.518671,36.542265],[-78.36369,36.542265],[-78.20871,36.542265],[-78.053729,36.542265],[-77.898749,36.542265],[-77.775507,36.543217],[-77.652289,36.544145],[-77.529071,36.545072],[-77.405829,36.546],[-77.282587,36.546928],[-77.159369,36.547856],[-77.036151,36.548783],[-76.912909,36.549736],[-76.846405,36.550102],[-76.779877,36.550492],[-76.713348,36.550883],[-76.646845,36.551274],[-76.580341,36.551664],[-76.513837,36.552055],[-76.447284,36.552445],[-76.38078,36.552812],[-76.337128,36.552494],[-76.293475,36.552153],[-76.249823,36.551811],[-76.206171,36.551469],[-76.169208,36.551225],[-76.132221,36.550956],[-76.095233,36.550688],[-76.05827,36.550444],[-76.031725,36.550272],[-76.030914,36.547919],[-76.030914,36.535875],[-76.036936,36.51675],[-76.03718,36.5008],[-76.029042,36.480292],[-76.011708,36.460598],[-75.989898,36.443793],[-75.968251,36.432522],[-75.985829,36.425279],[-75.973704,36.401068],[-75.94872,36.37519],[-75.927887,36.363593],[-75.936879,36.372219],[-75.943105,36.379584],[-75.946889,36.387519],[-75.949045,36.397691],[-75.945383,36.396959],[-75.939076,36.408677],[-75.931304,36.428697],[-75.918568,36.429348],[-75.916371,36.402655],[-75.921742,36.356757],[-75.912831,36.341295],[-75.880442,36.300686],[-75.873362,36.284735],[-75.869944,36.272203],[-75.816151,36.156155],[-75.811879,36.140774],[-75.804026,36.121324],[-75.790354,36.09927],[-75.785512,36.08161],[-75.804433,36.075588],[-75.821156,36.082668],[-75.837961,36.097805],[-75.863393,36.127102],[-75.868398,36.136664],[-75.866444,36.145453],[-75.86205,36.153713],[-75.85969,36.161566],[-75.862213,36.17178],[-75.868072,36.18301],[-75.880116,36.199123],[-75.902577,36.214301],[-75.90807,36.219631],[-75.910308,36.226142],[-75.911041,36.240383],[-75.914296,36.246894],[-75.928456,36.255276],[-75.942983,36.260443],[-75.948232,36.26911],[-75.934722,36.287828],[-75.961741,36.306952],[-75.976552,36.314032],[-75.996205,36.315172],[-75.987172,36.299872],[-75.976145,36.293036],[-75.966664,36.284369],[-75.958363,36.246772],[-75.95108,36.227607],[-75.949696,36.212063],[-75.962717,36.205959],[-75.937164,36.185045],[-75.923004,36.176825],[-75.90807,36.17182],[-75.90807,36.164984],[-75.978871,36.183173],[-75.999623,36.185452],[-76.020416,36.191474],[-76.037465,36.205797],[-76.061676,36.236314],[-76.069651,36.241523],[-76.087799,36.245592],[-76.096099,36.250637],[-76.113596,36.26732],[-76.133412,36.281684],[-76.149485,36.288967],[-76.20226,36.3015],[-76.19343,36.305813],[-76.186147,36.312934],[-76.186106,36.319648],[-76.198842,36.322659],[-76.208567,36.317125],[-76.217397,36.305243],[-76.222157,36.29328],[-76.21935,36.287828],[-76.196767,36.283393],[-76.174387,36.27265],[-76.154856,36.259182],[-76.140859,36.246894],[-76.124745,36.223131],[-76.11441,36.211127],[-76.090159,36.200588],[-76.08023,36.177151],[-76.068512,36.17182],[-76.057362,36.168769],[-76.063466,36.162014],[-76.085561,36.150702],[-76.097076,36.147284],[-76.133412,36.144477],[-76.133412,36.13703],[-76.126576,36.13703],[-76.126576,36.130805],[-76.15807,36.129828],[-76.168121,36.130805],[-76.177968,36.134019],[-76.209381,36.149726],[-76.226186,36.172756],[-76.232655,36.177965],[-76.24177,36.180976],[-76.269887,36.199123],[-76.285268,36.211819],[-76.291982,36.212714],[-76.291656,36.199123],[-76.287221,36.190375],[-76.279124,36.181464],[-76.269276,36.174547],[-76.259999,36.17182],[-76.248647,36.163398],[-76.213857,36.123236],[-76.195424,36.109768],[-76.195424,36.103502],[-76.220123,36.099514],[-76.244496,36.103949],[-76.349436,36.141995],[-76.377431,36.156236],[-76.394032,36.177965],[-76.41039,36.174302],[-76.427724,36.18301],[-76.445424,36.196194],[-76.463002,36.205959],[-76.449941,36.182603],[-76.442372,36.172309],[-76.435048,36.164984],[-76.399159,36.148627],[-76.394032,36.140774],[-76.383127,36.130113],[-76.3579,36.117377],[-76.330149,36.107001],[-76.311513,36.103502],[-76.311513,36.096096],[-76.411733,36.082953],[-76.428212,36.075588],[-76.428212,36.068101],[-76.424916,36.067776],[-76.41454,36.068101],[-76.435943,36.048163],[-76.467641,36.030911],[-76.500315,36.018622],[-76.524403,36.013495],[-76.558705,36.01142],[-76.57726,36.012397],[-76.589263,36.017239],[-76.617543,36.053697],[-76.62682,36.061957],[-76.643666,36.038398],[-76.666656,36.038398],[-76.687001,36.056098],[-76.701039,36.110541],[-76.724517,36.155341],[-76.729848,36.181708],[-76.716176,36.226386],[-76.710805,36.236762],[-76.696523,36.250434],[-76.688873,36.259914],[-76.679555,36.287543],[-76.688344,36.305162],[-76.70759,36.315863],[-76.729848,36.322659],[-76.723704,36.311103],[-76.705678,36.294135],[-76.701975,36.284735],[-76.704213,36.271552],[-76.710072,36.263373],[-76.726145,36.250637],[-76.742909,36.231635],[-76.752309,36.214016],[-76.756418,36.193305],[-76.757192,36.127102],[-76.753977,36.116116],[-76.739898,36.093329],[-76.733551,36.06509],[-76.726064,36.05622],[-76.717112,36.04914],[-76.70934,36.040839],[-76.706654,36.028795],[-76.707387,36.017157],[-76.703969,36.008857],[-76.688873,36.006659],[-76.694976,35.992499],[-76.729848,35.952704],[-76.729848,35.945258],[-76.591624,35.944729],[-76.565338,35.938422],[-76.557932,35.938422],[-76.525624,35.955146],[-76.473012,35.972357],[-76.420237,35.981269],[-76.387278,35.973131],[-76.383168,35.963121],[-76.384429,35.95307],[-76.387034,35.944403],[-76.387278,35.938422],[-76.380198,35.932034],[-76.373036,35.934963],[-76.364369,35.941352],[-76.353139,35.945258],[-76.331654,35.94184],[-76.289215,35.925849],[-76.263743,35.92475],[-76.276967,35.937486],[-76.297922,35.947211],[-76.306793,35.957831],[-76.284169,35.973131],[-76.195424,35.993638],[-76.099843,35.999905],[-76.075917,35.995022],[-76.048329,35.98371],[-76.029368,35.968695],[-76.030914,35.952704],[-76.05309,35.962633],[-76.064036,35.953274],[-76.071929,35.918524],[-76.037668,35.929104],[-76.023549,35.931586],[-76.03246,35.909654],[-76.045888,35.888617],[-76.063588,35.873684],[-76.085561,35.870103],[-76.085561,35.863267],[-76.06314,35.848049],[-76.051137,35.819241],[-76.056304,35.793402],[-76.085561,35.786933],[-76.112457,35.794582],[-76.124176,35.794582],[-76.116607,35.783881],[-76.10497,35.777167],[-76.089223,35.771796],[-76.072621,35.768378],[-76.058258,35.767768],[-76.065094,35.767768],[-76.056752,35.761542],[-76.047271,35.749457],[-76.04247,35.737698],[-76.048004,35.732367],[-76.058258,35.726467],[-76.053538,35.713813],[-76.043284,35.702053],[-76.03718,35.698798],[-76.05427,35.683905],[-76.084543,35.68891],[-76.117055,35.698879],[-76.140859,35.698798],[-76.123606,35.673529],[-76.099965,35.665188],[-76.072743,35.666734],[-76.044586,35.671536],[-76.0454,35.66828],[-76.044504,35.663967],[-76.041819,35.658352],[-76.03718,35.651028],[-76.030914,35.651028],[-75.994862,35.730292],[-75.98998,35.763983],[-75.98998,35.886908],[-75.982411,35.895819],[-75.949208,35.914374],[-75.941558,35.921617],[-75.934926,35.924872],[-75.9204,35.912746],[-75.900624,35.890041],[-75.876291,35.879136],[-75.870229,35.87759],[-75.86144,35.880683],[-75.859242,35.887519],[-75.862457,35.894355],[-75.882558,35.901801],[-75.893788,35.912502],[-75.902659,35.925849],[-75.90807,35.938422],[-75.887278,35.934027],[-75.866038,35.9265],[-75.84496,35.923245],[-75.824859,35.931586],[-75.834055,35.938625],[-75.844065,35.942939],[-75.85497,35.945054],[-75.867096,35.945258],[-75.860748,35.952786],[-75.856313,35.961005],[-75.853668,35.97012],[-75.852854,35.979967],[-75.818918,35.960517],[-75.790517,35.932522],[-75.742991,35.870103],[-75.742991,35.856879],[-75.726145,35.836086],[-75.721832,35.829169],[-75.722035,35.810736],[-75.729563,35.796291],[-75.738433,35.782864],[-75.742991,35.767768],[-75.740102,35.758287],[-75.726226,35.740383],[-75.721832,35.726142],[-75.720855,35.705024],[-75.724924,35.698228],[-75.749827,35.698798],[-75.773427,35.696926],[-75.77359,35.689765],[-75.763417,35.671536],[-75.740956,35.643012],[-75.739613,35.632636],[-75.753814,35.611802],[-75.75829,35.607245],[-75.764394,35.603909],[-75.773346,35.602607],[-75.782338,35.599189],[-75.783355,35.591132],[-75.782053,35.582221],[-75.783925,35.575914],[-75.795033,35.57095],[-75.808339,35.568834],[-75.839182,35.568508],[-75.839182,35.575914],[-75.825917,35.580878],[-75.818674,35.582099],[-75.819569,35.586127],[-75.820912,35.589545],[-75.822621,35.592678],[-75.824859,35.595771],[-75.849477,35.587063],[-75.866444,35.595649],[-75.878041,35.614732],[-75.886342,35.637356],[-75.894399,35.622016],[-75.895334,35.60456],[-75.894521,35.588935],[-75.897206,35.579047],[-75.954457,35.530341],[-75.95934,35.528225],[-75.977895,35.525214],[-75.9794,35.519721],[-75.976552,35.512926],[-75.975697,35.507025],[-75.972808,35.502143],[-75.973215,35.497138],[-75.979156,35.489691],[-75.985422,35.486151],[-76.010569,35.479071],[-76.003326,35.465033],[-76.00886,35.456041],[-76.018422,35.449164],[-76.023549,35.44123],[-76.024648,35.427314],[-76.028228,35.419338],[-76.034779,35.418158],[-76.044586,35.424506],[-76.03718,35.431342],[-76.056142,35.441474],[-76.071034,35.427232],[-76.075999,35.404853],[-76.065094,35.390326],[-76.065094,35.384182],[-76.079742,35.382961],[-76.118276,35.372789],[-76.129994,35.366156],[-76.142445,35.352484],[-76.15038,35.347154],[-76.218129,35.348863],[-76.235748,35.353217],[-76.246449,35.372016],[-76.253489,35.373725],[-76.260487,35.370022],[-76.263743,35.35932],[-76.268707,35.348375],[-76.280181,35.350735],[-76.310658,35.367662],[-76.32433,35.393744],[-76.332631,35.403998],[-76.355336,35.413479],[-76.363515,35.405219],[-76.363759,35.391425],[-76.363026,35.384182],[-76.355621,35.377672],[-76.352406,35.363593],[-76.357167,35.349514],[-76.373606,35.343166],[-76.379628,35.353258],[-76.394032,35.362454],[-76.402943,35.36518],[-76.410268,35.364325],[-76.416168,35.366034],[-76.420766,35.376695],[-76.37975,35.376695],[-76.37975,35.384182],[-76.388499,35.39232],[-76.39269,35.409003],[-76.394032,35.44123],[-76.402333,35.459621],[-76.418324,35.464504],[-76.428863,35.457017],[-76.420766,35.438178],[-76.442494,35.403998],[-76.45401,35.410142],[-76.465566,35.411282],[-76.475819,35.407294],[-76.483469,35.397773],[-76.47643,35.394436],[-76.470693,35.389797],[-76.466176,35.383857],[-76.463002,35.376695],[-76.498362,35.391343],[-76.51183,35.401028],[-76.524403,35.41767],[-76.515452,35.419094],[-76.51065,35.421291],[-76.50768,35.425035],[-76.503896,35.431342],[-76.546051,35.445217],[-76.560129,35.455878],[-76.544911,35.466051],[-76.544911,35.472235],[-76.564443,35.483873],[-76.575185,35.497463],[-76.570668,35.508612],[-76.544911,35.513251],[-76.4947,35.506781],[-76.477895,35.513861],[-76.463002,35.541164],[-76.488922,35.536811],[-76.511708,35.537665],[-76.557932,35.548041],[-76.58495,35.549709],[-76.605946,35.542467],[-76.647328,35.520697],[-76.631988,35.517483],[-76.620758,35.51081],[-76.61262,35.502143],[-76.606313,35.492743],[-76.616322,35.471137],[-76.619985,35.466051],[-76.605784,35.45246],[-76.599192,35.44774],[-76.592681,35.444322],[-76.592681,35.438178],[-76.598256,35.435492],[-76.601064,35.432359],[-76.603017,35.428656],[-76.606313,35.424506],[-76.596303,35.421129],[-76.58845,35.416897],[-76.582672,35.411282],[-76.57901,35.403998],[-76.599762,35.395087],[-76.628774,35.39997],[-76.650014,35.415351],[-76.647328,35.438178],[-76.656606,35.436672],[-76.664215,35.434231],[-76.6704,35.430365],[-76.675201,35.424506],[-76.704335,35.430365],[-76.758412,35.41885],[-76.781077,35.427883],[-76.801991,35.444892],[-76.821848,35.45303],[-76.873199,35.458645],[-76.901275,35.465522],[-76.948964,35.487982],[-76.994049,35.497056],[-77.01415,35.507758],[-77.051991,35.534369],[-77.035797,35.503852],[-77.025502,35.491523],[-77.01415,35.486558],[-76.994496,35.481594],[-76.985015,35.469224],[-76.976308,35.438178],[-76.945139,35.45246],[-76.90392,35.443915],[-76.862904,35.424018],[-76.832265,35.403998],[-76.817047,35.396308],[-76.757192,35.384182],[-76.694081,35.353664],[-76.611643,35.337714],[-76.520985,35.313137],[-76.49706,35.31151],[-76.494252,35.300971],[-76.48762,35.29149],[-76.472646,35.277411],[-76.470367,35.270575],[-76.480458,35.253323],[-76.483469,35.242906],[-76.492828,35.23017],[-76.515289,35.230373],[-76.565338,35.239488],[-76.565338,35.233303],[-76.541656,35.224351],[-76.529612,35.217678],[-76.524403,35.208482],[-76.530263,35.199937],[-76.544057,35.20185],[-76.571604,35.211615],[-76.588287,35.209133],[-76.600413,35.20189],[-76.609364,35.194525],[-76.616567,35.191107],[-76.631988,35.190253],[-76.64859,35.187161],[-76.66393,35.180894],[-76.675201,35.1706],[-76.661855,35.166815],[-76.619985,35.164455],[-76.608022,35.159084],[-76.598297,35.15233],[-76.58731,35.149726],[-76.571604,35.156968],[-76.576527,35.158881],[-76.581207,35.162258],[-76.585846,35.164455],[-76.585846,35.1706],[-76.571604,35.178046],[-76.55484,35.149726],[-76.560536,35.124416],[-76.582102,35.105455],[-76.613149,35.096137],[-76.607981,35.07982],[-76.6433,35.058051],[-76.687611,35.037258],[-76.70934,35.023505],[-76.725942,35.000556],[-76.764475,34.989203],[-76.807769,34.98725],[-76.839101,34.992499],[-76.873647,35.008694],[-76.901194,35.027248],[-76.946278,35.06859],[-76.959543,35.075019],[-76.996246,35.087633],[-77.043365,35.143622],[-77.079335,35.156968],[-77.036733,35.099311],[-77.034901,35.08869],[-77.01537,35.080878],[-76.999379,35.062161],[-76.976308,35.019761],[-76.940256,34.979804],[-76.899159,34.964057],[-76.854075,34.957424],[-76.805572,34.944729],[-76.770823,34.924221],[-76.766103,34.917222],[-76.761952,34.912421],[-76.757192,34.909898],[-76.749989,34.911566],[-76.73998,34.92178],[-76.713368,34.929877],[-76.695709,34.943345],[-76.678944,34.959377],[-76.661529,34.972602],[-76.642445,34.983832],[-76.631825,34.987047],[-76.619985,34.986274],[-76.610585,34.980455],[-76.60261,34.971015],[-76.597401,34.962226],[-76.596099,34.958319],[-76.578481,34.950426],[-76.555328,34.936713],[-76.539866,34.932074],[-76.544911,34.951483],[-76.566477,34.979193],[-76.568593,34.993232],[-76.548248,34.999335],[-76.533599,34.999416],[-76.5183,34.997301],[-76.503245,34.989569],[-76.489613,34.972602],[-76.483632,34.987128],[-76.4829,35.001654],[-76.483998,35.015286],[-76.483469,35.027248],[-76.476959,35.041083],[-76.465159,35.059801],[-76.453765,35.073391],[-76.44872,35.071601],[-76.446523,35.067206],[-76.437164,35.054918],[-76.435048,35.051174],[-76.436187,35.041449],[-76.441314,35.025621],[-76.442494,35.016669],[-76.424469,34.995917],[-76.418853,34.986518],[-76.424143,34.980862],[-76.450307,34.96955],[-76.457834,34.97016],[-76.464345,34.968451],[-76.469146,34.958319],[-76.469553,34.949937],[-76.466664,34.944281],[-76.461822,34.940579],[-76.456125,34.937893],[-76.439768,34.938666],[-76.396108,34.950141],[-76.387278,34.948065],[-76.377553,34.965806],[-76.356272,34.971991],[-76.334869,34.97309],[-76.325185,34.975735],[-76.328236,34.991156],[-76.345041,35.012274],[-76.353139,35.027248],[-76.322174,35.019924],[-76.30663,35.003119],[-76.293528,34.984809],[-76.269887,34.972602],[-76.269887,34.965155],[-76.279408,34.959662],[-76.293528,34.943793],[-76.304677,34.937893],[-76.320465,34.937486],[-76.332021,34.941148],[-76.340403,34.939683],[-76.346262,34.924221],[-76.344106,34.914049],[-76.337758,34.907782],[-76.335683,34.899482],[-76.346262,34.883246],[-76.354848,34.877427],[-76.394032,34.862738],[-76.395904,34.86815],[-76.400258,34.87759],[-76.401479,34.883246],[-76.407786,34.883246],[-76.411204,34.875678],[-76.411733,34.85871],[-76.41454,34.849066],[-76.420644,34.839545],[-76.426584,34.833726],[-76.442494,34.821763],[-76.475982,34.787055],[-76.483022,34.78262],[-76.490142,34.779242],[-76.497182,34.774604],[-76.503896,34.766547],[-76.503896,34.761176],[-76.50064,34.755113],[-76.499094,34.748114],[-76.503896,34.739814],[-76.512766,34.734361],[-76.522776,34.73192],[-76.544911,34.732408],[-76.566233,34.738511],[-76.583567,34.751288],[-76.588246,34.766588],[-76.571604,34.780829],[-76.593332,34.79678],[-76.607533,34.81391],[-76.615956,34.816067],[-76.622182,34.731024],[-76.632965,34.709174],[-76.658193,34.721869],[-76.66511,34.741523],[-76.666982,34.767768],[-76.671213,34.790839],[-76.685211,34.800727],[-76.709788,34.796576],[-76.734609,34.785875],[-76.756174,34.770819],[-76.770823,34.753485],[-76.754791,34.754136],[-76.745717,34.756578],[-76.737416,34.760688],[-76.729848,34.766547],[-76.708079,34.738267],[-76.701975,34.725572],[-76.896108,34.739203],[-76.928538,34.721869],[-77.072865,34.686265],[-77.082428,34.680854],[-77.093251,34.676988],[-77.102651,34.683254],[-77.102691,34.694322],[-77.08552,34.705146],[-77.107249,34.732408],[-77.113596,34.755764],[-77.113433,34.759711],[-77.131703,34.762397],[-77.131988,34.747626],[-77.124745,34.730373],[-77.120269,34.725572],[-77.121897,34.708319],[-77.127756,34.693305],[-77.136871,34.682359],[-77.148264,34.677191],[-77.154775,34.679918],[-77.160268,34.686957],[-77.166412,34.692572],[-77.174916,34.691474],[-77.175771,34.684963],[-77.166982,34.667141],[-77.171498,34.66352],[-77.201527,34.650702],[-77.25357,34.594387],[-77.281361,34.581529],[-77.293446,34.578437],[-77.318023,34.564276],[-77.336537,34.561103],[-77.356842,34.577094],[-77.360463,34.578192],[-77.365712,34.582017],[-77.401479,34.589057],[-77.386871,34.603502],[-77.343129,34.631293],[-77.33316,34.649848],[-77.340443,34.660956],[-77.378407,34.701321],[-77.394602,34.7119],[-77.394602,34.718166],[-77.378041,34.718655],[-77.375111,34.724311],[-77.381907,34.732327],[-77.394602,34.739814],[-77.403472,34.740058],[-77.413726,34.73786],[-77.424672,34.740139],[-77.435618,34.753485],[-77.428456,34.701239],[-77.421986,34.684556],[-77.409169,34.690904],[-77.396799,34.683783],[-77.38679,34.670111],[-77.380971,34.656684],[-77.382436,34.632025],[-77.397043,34.620022],[-77.413889,34.616929],[-77.421986,34.619127],[-77.426137,34.623236],[-77.435455,34.622504],[-77.444976,34.61758],[-77.449818,34.608873],[-77.446197,34.600816],[-77.437082,34.589423],[-77.426503,34.579169],[-77.418568,34.574774],[-77.400624,34.571112],[-77.383209,34.562242],[-77.3756,34.551093],[-77.387196,34.540676],[-77.387196,34.53384],[-77.381825,34.530504],[-77.378896,34.527167],[-77.387929,34.52265],[-77.404042,34.517646],[-77.455637,34.505316],[-77.535878,34.468573],[-77.668324,34.376166],[-77.730458,34.315863],[-77.785024,34.246405],[-77.816558,34.222357],[-77.832672,34.207017],[-77.844472,34.174994],[-77.867096,34.138414],[-77.87442,34.12226],[-77.893137,34.01203],[-77.911122,33.958157],[-77.942047,33.930487],[-77.933746,33.94892],[-77.932281,33.95775],[-77.935862,33.965237],[-77.935862,33.971422],[-77.921254,34.001044],[-77.929555,34.07982],[-77.92162,34.108588],[-77.940663,34.14765],[-77.956288,34.191148],[-77.962554,34.191148],[-77.96288,34.163153],[-77.952301,34.091742],[-77.942047,34.067613],[-77.948557,34.053697],[-77.95051,34.037177],[-77.949452,34.002753],[-77.953196,33.989488],[-77.972157,33.952623],[-78.008941,33.90469],[-78.017812,33.896308],[-78.032338,33.892279],[-78.049306,33.893866],[-78.139556,33.915188],[-78.158681,33.916815],[-78.213979,33.915473],[-78.226918,33.9206],[-78.252512,33.925116],[-78.333485,33.910102],[-78.367258,33.916815],[-78.362375,33.924221],[-78.361724,33.932359],[-78.367258,33.950914],[-78.374664,33.950914],[-78.384918,33.922593],[-78.408274,33.910549],[-78.470855,33.896308],[-78.55899,33.869045],[-78.55012,33.879788],[-78.5454,33.883287],[-78.5454,33.889553],[-78.573145,33.882606],[-78.573163,33.882621],[-78.638715,33.938041],[-78.704242,33.993437],[-78.769745,34.048808],[-78.835321,34.104203],[-78.900848,34.159599],[-78.966376,34.214994],[-79.031903,34.27039],[-79.09743,34.325785],[-79.162958,34.381181],[-79.22851,34.436576],[-79.294037,34.491972],[-79.359564,34.547367],[-79.425116,34.602763],[-79.490643,34.658158],[-79.556171,34.713578],[-79.621722,34.768949],[-79.65351,34.795732],[-79.67348,34.801274],[-79.703803,34.805815],[-79.74118,34.806498],[-79.752338,34.806767],[-79.783954,34.807279],[-79.833075,34.808207],[-79.896747,34.809404],[-79.972089,34.810795],[-80.05622,34.812358],[-80.146137,34.813993],[-80.239008,34.815751],[-80.331854,34.817485],[-80.421796,34.819169],[-80.505902,34.820707],[-80.58122,34.822123],[-80.644916,34.823271],[-80.694012,34.824174],[-80.725629,34.82476],[-80.736786,34.824955],[-80.776239,34.825737],[-80.784027,34.827592],[-80.790179,34.832719],[-80.792279,34.838993],[-80.792645,34.845927],[-80.788641,34.949296],[-80.789423,34.955741],[-80.792914,34.961747],[-80.836591,35.00933],[-80.890497,35.068095],[-80.927118,35.108134],[-80.930389,35.111088],[-80.933637,35.112651],[-80.938031,35.112992],[-80.944867,35.109965],[-81.027704,35.061283],[-81.033319,35.059819],[-81.038495,35.059965],[-81.045209,35.064579],[-81.048969,35.069071],[-81.052313,35.073881],[-81.053729,35.078617],[-81.054706,35.083134],[-81.054315,35.087211],[-81.053485,35.090824],[-81.051996,35.094975],[-81.040692,35.114067],[-81.038397,35.119194],[-81.03786,35.124516],[-81.038226,35.129814],[-81.039618,35.13477],[-81.041864,35.138822],[-81.044745,35.142778],[-81.048456,35.146342],[-81.052606,35.149589],[-81.061005,35.152226],[-81.073529,35.154203],[-81.135321,35.156767],[-81.186639,35.15894],[-81.250018,35.161674],[-81.323358,35.164799],[-81.404462,35.168241],[-81.491278,35.171977],[-81.581659,35.175785],[-81.673529,35.179716],[-81.764716,35.183598],[-81.853119,35.187358],[-81.936591,35.190922],[-82.013055,35.194194],[-82.080365,35.197026],[-82.136371,35.199467],[-82.179022,35.201274],[-82.206195,35.202445],[-82.215741,35.202812],[-82.287201,35.205888],[-82.362811,35.200077],[-82.367133,35.201274],[-82.370819,35.203422],[-82.373285,35.205912],[-82.377728,35.211918],[-82.380804,35.215068],[-82.384442,35.217851],[-82.391229,35.218315],[-82.398261,35.216166],[-82.41308,35.208134],[-82.419696,35.20308],[-82.424506,35.197465],[-82.429999,35.18267],[-82.435126,35.178569],[-82.442841,35.176298],[-82.478876,35.176103],[-82.485346,35.173881],[-82.492987,35.168534],[-82.497723,35.164311],[-82.502997,35.162089],[-82.510565,35.160697],[-82.546527,35.160185],[-82.554022,35.159135],[-82.605194,35.145341],[-82.638202,35.131181],[-82.647675,35.128031],[-82.655536,35.127128],[-82.667255,35.127983],[-82.675604,35.12747],[-82.682318,35.123075],[-82.685565,35.117533],[-82.689764,35.106156],[-82.696893,35.100175],[-82.707709,35.09373],[-82.731464,35.083232],[-82.742133,35.077055],[-82.751117,35.073246],[-82.756366,35.072367],[-82.76369,35.074418],[-82.767572,35.078129],[-82.771869,35.086601],[-82.803876,35.080815],[-83.096503,35.000639],[-83.114764,35.000444],[-83.190399,34.999613],[-83.266034,34.998783],[-83.34162,34.997904],[-83.417255,34.997074],[-83.492865,34.996195],[-83.568451,34.99539],[-83.64411,34.994584],[-83.719721,34.99373],[-83.795331,34.992851],[-83.870966,34.99207],[-83.946576,34.991264],[-84.022186,34.990385],[-84.097772,34.989555],[-84.173383,34.988725],[-84.249042,34.987895],[-84.324628,34.987065],[-84.319574,35.03394],[-84.314349,35.081645],[-84.30827,35.137504],[-84.304266,35.174296],[-84.300507,35.208354],[-84.2987,35.216093],[-84.296747,35.220585],[-84.290595,35.229936],[-84.278803,35.241703],[-84.261249,35.255668],[-84.255048,35.259721],[-84.247015,35.263139],[-84.231512,35.267167],[-84.223212,35.267045],[-84.216913,35.26519],[-84.209296,35.258622],[-84.204657,35.255668],[-84.199823,35.253715],[-84.192987,35.252641],[-84.178632,35.252421],[-84.124701,35.257524],[-84.099017,35.257328],[-84.095184,35.257914],[-84.088324,35.261601],[-84.078387,35.268339],[-84.058856,35.284306],[-84.050751,35.293412],[-84.046063,35.301615],[-84.044476,35.333598],[-84.043134,35.339237],[-84.038812,35.34932],[-84.036029,35.35413],[-84.018524,35.374638],[-84.015692,35.379545],[-84.013641,35.384696],[-84.012616,35.390458],[-84.013202,35.395512],[-84.017596,35.408622],[-84.017572,35.412211],[-84.016669,35.416069],[-84.014667,35.419902],[-84.011493,35.424516],[-83.98869,35.444657],[-83.981464,35.449369],[-83.972479,35.453495],[-83.930438,35.465458],[-83.923602,35.469047],[-83.915692,35.476005],[-83.911151,35.48101],[-83.894818,35.508085],[-83.888739,35.512309],[-83.880194,35.516459],[-83.863641,35.521293],[-83.831659,35.526737],[-83.823285,35.529618],[-83.813593,35.534037],[-83.798065,35.54434],[-83.774286,35.556156],[-83.754804,35.562065],[-83.734564,35.566215],[-83.728095,35.566557],[-83.692719,35.563945],[-83.688641,35.56414],[-83.685199,35.564653],[-83.675482,35.567533],[-83.668964,35.568583],[-83.66247,35.568779],[-83.656,35.567973],[-83.650116,35.566703],[-83.641058,35.566825],[-83.629828,35.568412],[-83.610321,35.573393],[-83.600458,35.572856],[-83.593207,35.570951],[-83.589081,35.567533],[-83.584369,35.564335],[-83.578827,35.56143],[-83.572089,35.559745],[-83.565131,35.559257],[-83.499213,35.569975],[-83.493036,35.572709],[-83.485883,35.577006],[-83.463471,35.594755],[-83.453119,35.604862],[-83.4466,35.609672],[-83.437787,35.614457],[-83.383929,35.633183],[-83.370575,35.64185],[-83.35954,35.65186],[-83.344794,35.662944],[-83.336005,35.66663],[-83.32558,35.668266],[-83.316644,35.667875],[-83.309345,35.66641],[-83.301825,35.666703],[-83.295136,35.669242],[-83.274579,35.692289],[-83.253436,35.709428],[-83.250067,35.713017],[-83.244183,35.716679],[-83.236469,35.719999],[-83.211298,35.727592],[-83.201263,35.732646],[-83.176801,35.75269],[-83.170673,35.756059],[-83.162714,35.75894],[-83.12785,35.767289],[-83.075433,35.789457],[-83.069965,35.791093],[-83.064618,35.791264],[-83.052875,35.788505],[-83.011298,35.785453],[-82.996698,35.782231],[-82.99057,35.783744],[-82.98266,35.787992],[-82.956854,35.812651],[-82.932221,35.8429],[-82.926801,35.851713],[-82.925116,35.856791],[-82.922894,35.866801],[-82.919721,35.87144],[-82.90827,35.883207],[-82.905829,35.889164],[-82.905682,35.89434],[-82.914374,35.9106],[-82.915985,35.915458],[-82.917011,35.920658],[-82.916815,35.926152],[-82.915595,35.931791],[-82.913519,35.937187],[-82.910809,35.941679],[-82.907489,35.945927],[-82.901776,35.94998],[-82.893695,35.95308],[-82.87829,35.95557],[-82.867841,35.955473],[-82.8591,35.953935],[-82.846429,35.949223],[-82.832343,35.941239],[-82.821967,35.933842],[-82.816718,35.932402],[-82.810175,35.933329],[-82.804169,35.936454],[-82.798456,35.943949],[-82.796063,35.949809],[-82.791254,35.958207],[-82.779584,35.968949],[-82.77663,35.973246],[-82.774872,35.977958],[-82.775214,35.992289],[-82.773846,35.996],[-82.771698,35.998857],[-82.770258,36.000248],[-82.701825,36.030619],[-82.677875,36.037846],[-82.629779,36.057353],[-82.620258,36.058915],[-82.613055,36.057865],[-82.608954,36.05435],[-82.592352,36.035307],[-82.590839,36.032621],[-82.590741,36.029545],[-82.592255,36.025151],[-82.598358,36.01287],[-82.599921,36.005302],[-82.600409,35.999418],[-82.599554,35.993779],[-82.593964,35.980693],[-82.591058,35.976518],[-82.587616,35.972489],[-82.583685,35.968803],[-82.578656,35.965776],[-82.57287,35.963237],[-82.56618,35.961845],[-82.559589,35.961772],[-82.553436,35.962821],[-82.544354,35.966117],[-82.498261,35.989701],[-82.493793,35.991459],[-82.489276,35.993827],[-82.482611,35.998539],[-82.475311,36.004911],[-82.457196,36.024467],[-82.452704,36.030912],[-82.439545,36.054496],[-82.429315,36.065971],[-82.394574,36.095683],[-82.37663,36.106645],[-82.360614,36.113529],[-82.351166,36.11663],[-82.315595,36.124565],[-82.290595,36.134648],[-82.282343,36.135453],[-82.260956,36.134965],[-82.255536,36.136845],[-82.224408,36.155107],[-82.213153,36.159184],[-82.207831,36.160112],[-82.204071,36.160063],[-82.198773,36.158525],[-82.189398,36.152934],[-82.183807,36.150688],[-82.177069,36.149833],[-82.163446,36.149369],[-82.157343,36.148368],[-82.151727,36.146318],[-82.147577,36.143705],[-82.144501,36.140531],[-82.142401,36.136039],[-82.141034,36.131254],[-82.140326,36.12642],[-82.138934,36.121562],[-82.136932,36.11724],[-82.133197,36.113359],[-82.128705,36.11016],[-82.123163,36.107255],[-82.116718,36.104765],[-82.101483,36.101274],[-82.093695,36.100444],[-82.086566,36.10059],[-82.077948,36.103715],[-82.06828,36.108842],[-82.052069,36.120536],[-82.042499,36.124467],[-82.032538,36.131596],[-82.024677,36.139921],[-81.924017,36.294071],[-81.919696,36.298393],[-81.892401,36.316728],[-81.814813,36.358915],[-81.809808,36.360575],[-81.80495,36.360624],[-81.75202,36.346293],[-81.721014,36.342851],[-81.716376,36.343608],[-81.714276,36.346586],[-81.715961,36.351786],[-81.718768,36.35623],[-81.732416,36.371733],[-81.742938,36.389067],[-81.744647,36.393388],[-81.743964,36.400297],[-81.740497,36.409452],[-81.714471,36.451493],[-81.698529,36.488212],[-81.699066,36.497221],[-81.7133,36.521537],[-81.715009,36.526347],[-81.705878,36.546659],[-81.658856,36.60955],[-81.652045,36.598588],[-81.648309,36.59561],[-81.641571,36.594047],[-81.61933,36.593852],[-81.570331,36.590824],[-81.521307,36.587797],[-81.472308,36.58477],[-81.423309,36.581742],[-81.37431,36.578715],[-81.325311,36.575688],[-81.276312,36.57266],[-81.227313,36.569633],[-81.158539,36.568705],[-81.089764,36.567778],[-81.02099,36.56685],[-80.952216,36.565898],[-80.883441,36.564945],[-80.814667,36.564018],[-80.745892,36.56309],[-80.677118,36.562162],[-80.60368,36.559379],[-80.530243,36.556571],[-80.456805,36.553764],[-80.383368,36.550981],[-80.30993,36.548173],[-80.236493,36.545365],[-80.163055,36.542582]]]]},"type":"Feature","properties":{"postal":"NC","name":"North Carolina","type":"State","center":[-79.39643347050753,35.669833218326275]}},"OH":{"geometry":{"type":"Polygon","coordinates":[[[-80.520233,40.646781],[-80.535712,40.64351],[-80.580438,40.61912],[-80.597284,40.62664],[-80.622528,40.626005],[-80.648285,40.619389],[-80.666376,40.608866],[-80.676849,40.588798],[-80.669501,40.571562],[-80.636298,40.537162],[-80.614081,40.503666],[-80.605121,40.485942],[-80.601508,40.471391],[-80.606659,40.448905],[-80.627094,40.409696],[-80.628876,40.386381],[-80.626093,40.386528],[-80.619598,40.385453],[-80.612665,40.38311],[-80.608368,40.379521],[-80.607587,40.374711],[-80.608905,40.363945],[-80.608368,40.359037],[-80.601874,40.33665],[-80.600555,40.323344],[-80.60495,40.31746],[-80.614569,40.28643],[-80.620184,40.280375],[-80.647284,40.263285],[-80.656757,40.255375],[-80.677826,40.216142],[-80.687054,40.193119],[-80.694354,40.157548],[-80.702924,40.139457],[-80.724432,40.104545],[-80.735346,40.080009],[-80.739081,40.06082],[-80.738104,40.019511],[-80.741303,39.996781],[-80.748895,39.98289],[-80.757929,39.970854],[-80.765375,39.953739],[-80.763886,39.947123],[-80.75993,39.938798],[-80.758685,39.929399],[-80.765375,39.919584],[-80.777997,39.91829],[-80.791425,39.923979],[-80.802045,39.925004],[-80.806366,39.909648],[-80.803558,39.899345],[-80.79809,39.887797],[-80.794305,39.876908],[-80.796747,39.868681],[-80.815424,39.850859],[-80.821747,39.842387],[-80.828095,39.830863],[-80.831561,39.820561],[-80.835687,39.800785],[-80.841107,39.790483],[-80.862885,39.779545],[-80.871014,39.77122],[-80.865326,39.759159],[-80.849457,39.745268],[-80.838959,39.733695],[-80.835663,39.720365],[-80.841107,39.701127],[-80.857098,39.690971],[-80.861591,39.68682],[-80.862616,39.682402],[-80.8612,39.671171],[-80.861591,39.666362],[-80.873358,39.638993],[-80.875238,39.628788],[-80.944159,39.598075],[-81.055341,39.530033],[-81.087518,39.501884],[-81.110663,39.468949],[-81.125775,39.453691],[-81.165595,39.442289],[-81.183319,39.430619],[-81.211639,39.406279],[-81.226947,39.398466],[-81.24704,39.391752],[-81.268988,39.386943],[-81.289862,39.385185],[-81.310199,39.378886],[-81.344989,39.353495],[-81.368695,39.351029],[-81.388446,39.362162],[-81.401556,39.380888],[-81.411176,39.398466],[-81.420526,39.406279],[-81.463153,39.406547],[-81.4789,39.40059],[-81.554266,39.344218],[-81.562274,39.32642],[-81.569354,39.287675],[-81.580975,39.275321],[-81.58891,39.280668],[-81.594891,39.282402],[-81.600873,39.280644],[-81.608881,39.275321],[-81.615741,39.282768],[-81.637518,39.276152],[-81.66225,39.27559],[-81.68244,39.271],[-81.698065,39.237089],[-81.746088,39.193363],[-81.753705,39.177665],[-81.755096,39.165263],[-81.752289,39.128202],[-81.754559,39.105278],[-81.762445,39.096098],[-81.812567,39.080082],[-81.818475,39.079765],[-81.818915,39.0762],[-81.814349,39.063041],[-81.810516,39.056938],[-81.803827,39.050224],[-81.796405,39.044804],[-81.790155,39.042582],[-81.777094,39.034965],[-81.775238,39.017192],[-81.780194,38.981108],[-81.773749,38.964457],[-81.764496,38.948832],[-81.763983,38.937236],[-81.783637,38.932719],[-81.794501,38.936137],[-81.812128,38.951005],[-81.824286,38.954423],[-81.834784,38.949369],[-81.840814,38.937529],[-81.84848,38.913432],[-81.860565,38.899272],[-81.879999,38.883158],[-81.901679,38.874247],[-81.920502,38.881816],[-81.927631,38.892753],[-81.925726,38.897636],[-81.92038,38.903251],[-81.917401,38.916557],[-81.915179,38.919438],[-81.910248,38.921147],[-81.905292,38.923832],[-81.903095,38.929618],[-81.904169,38.936332],[-81.906488,38.941654],[-81.90993,38.946977],[-81.914789,38.962846],[-81.924017,38.978544],[-81.937445,38.99058],[-81.96889,39.000834],[-81.98432,39.012065],[-82.002972,39.021708],[-82.02663,39.022074],[-82.058368,39.003227],[-82.092206,38.968583],[-82.120697,38.929985],[-82.136493,38.899174],[-82.143329,38.858232],[-82.148236,38.849003],[-82.1612,38.831425],[-82.172772,38.80828],[-82.191766,38.797953],[-82.20871,38.78599],[-82.211591,38.762651],[-82.20434,38.74539],[-82.195258,38.731694],[-82.187543,38.715312],[-82.184296,38.690019],[-82.190692,38.675737],[-82.192474,38.665483],[-82.183197,38.648124],[-82.179096,38.635404],[-82.176703,38.621879],[-82.17746,38.611796],[-82.192743,38.595317],[-82.215106,38.591996],[-82.263104,38.597538],[-82.277118,38.588285],[-82.288202,38.56663],[-82.309515,38.478691],[-82.316986,38.460966],[-82.331683,38.443608],[-82.34953,38.437944],[-82.424506,38.433061],[-82.509003,38.409135],[-82.552655,38.405522],[-82.588983,38.418754],[-82.589447,38.419316],[-82.599481,38.431303],[-82.615936,38.463529],[-82.626215,38.477738],[-82.698212,38.535453],[-82.736615,38.554472],[-82.783124,38.56724],[-82.82663,38.586479],[-82.855878,38.624833],[-82.880023,38.691069],[-82.883173,38.710502],[-82.883075,38.730351],[-82.886322,38.744828],[-82.898212,38.751615],[-82.924164,38.748344],[-82.984979,38.724101],[-83.010419,38.721049],[-83.030975,38.715873],[-83.046918,38.703862],[-83.060761,38.690019],[-83.07497,38.679447],[-83.101923,38.67144],[-83.109735,38.666435],[-83.115228,38.658842],[-83.125678,38.637846],[-83.133637,38.627934],[-83.151532,38.618949],[-83.17265,38.618119],[-83.218353,38.624833],[-83.241815,38.623271],[-83.25683,38.616044],[-83.269061,38.608085],[-83.305072,38.601445],[-83.312738,38.604057],[-83.325116,38.614897],[-83.348993,38.64578],[-83.356146,38.652787],[-83.368695,38.65977],[-83.39726,38.669877],[-83.411395,38.672636],[-83.44682,38.67205],[-83.456073,38.676029],[-83.472528,38.688847],[-83.491473,38.699076],[-83.512274,38.705644],[-83.534296,38.707402],[-83.604852,38.68936],[-83.616205,38.682865],[-83.620868,38.664164],[-83.633221,38.647856],[-83.650702,38.636039],[-83.670819,38.631034],[-83.714276,38.638529],[-83.753925,38.65977],[-83.821674,38.713603],[-83.836981,38.729814],[-83.85036,38.747709],[-83.865863,38.762236],[-83.908441,38.771733],[-83.948944,38.786674],[-83.972479,38.789311],[-84.061859,38.775663],[-84.083978,38.777763],[-84.195575,38.810551],[-84.217572,38.823466],[-84.226971,38.840824],[-84.228046,38.86475],[-84.231537,38.885258],[-84.237885,38.903202],[-84.24743,38.919657],[-84.25788,38.929301],[-84.271503,38.938871],[-84.283319,38.94998],[-84.288422,38.964018],[-84.290375,38.981449],[-84.296454,38.99998],[-84.306903,39.016899],[-84.321942,39.029496],[-84.364081,39.046928],[-84.388617,39.053959],[-84.408197,39.05684],[-84.419501,39.06497],[-84.430096,39.083207],[-84.444159,39.101811],[-84.465936,39.111454],[-84.508612,39.104789],[-84.594745,39.074052],[-84.637225,39.077299],[-84.688251,39.117973],[-84.703046,39.124491],[-84.708392,39.127885],[-84.721112,39.142802],[-84.730048,39.14622],[-84.742181,39.143803],[-84.751434,39.137968],[-84.767596,39.124491],[-84.823529,39.097416],[-84.82265,39.178739],[-84.821796,39.260112],[-84.820941,39.341484],[-84.820062,39.422807],[-84.819232,39.504154],[-84.818353,39.585502],[-84.817523,39.666825],[-84.816644,39.748173],[-84.81579,39.829496],[-84.81496,39.910844],[-84.814081,39.992192],[-84.813251,40.073515],[-84.812396,40.154862],[-84.811542,40.236235],[-84.810687,40.317582],[-84.809808,40.39893],[-84.808905,40.480278],[-84.808051,40.561601],[-84.807196,40.642948],[-84.806342,40.724272],[-84.805487,40.805619],[-84.804633,40.886943],[-84.803778,40.96829],[-84.802924,41.049638],[-84.802069,41.130986],[-84.801239,41.212309],[-84.80036,41.293681],[-84.804184,41.368655],[-84.804184,41.448092],[-84.806075,41.536986],[-84.806075,41.617369],[-84.806075,41.696806],[-84.736974,41.699029],[-84.641202,41.702135],[-84.556301,41.703171],[-84.473471,41.704206],[-84.38857,41.707312],[-84.303152,41.707312],[-84.223428,41.710418],[-84.139562,41.712489],[-84.054661,41.71663],[-83.968725,41.718701],[-83.889519,41.719737],[-83.802547,41.722843],[-83.725929,41.725949],[-83.639993,41.729055],[-83.554574,41.729055],[-83.413763,41.735267],[-83.25988,41.845559],[-83.130862,41.938029],[-83.123449,41.920336],[-83.097378,41.875765],[-83.068413,41.847731],[-82.983793,41.808069],[-82.865222,41.752491],[-82.711122,41.680248],[-82.666913,41.669086],[-82.451319,41.671902],[-82.424861,41.676811],[-82.281355,41.743293],[-82.137747,41.809801],[-81.994241,41.876205],[-81.850736,41.942712],[-81.707282,42.00922],[-81.563725,42.075676],[-81.420219,42.142157],[-81.276662,42.208665],[-81.147884,42.22825],[-81.019158,42.24781],[-80.890381,42.267447],[-80.761655,42.287032],[-80.632877,42.306644],[-80.520233,42.323782],[-80.520233,42.219389],[-80.520233,42.114579],[-80.520233,42.009745],[-80.520233,41.904887],[-80.520233,41.800029],[-80.520233,41.69517],[-80.520233,41.590336],[-80.520233,41.485527],[-80.520233,41.380668],[-80.520233,41.275834],[-80.520233,41.170976],[-80.520233,41.066166],[-80.520233,40.961332],[-80.520233,40.856449],[-80.520233,40.751615],[-80.520233,40.646781]]]},"type":"Feature","properties":{"postal":"OH","name":"Ohio","type":"State","center":[-82.83493369913121,40.224833075100946]}},"TN":{"geometry":{"type":"Polygon","coordinates":[[[-87.839105,36.642924],[-87.83327,36.644218],[-87.792548,36.644633],[-87.77912,36.644731],[-87.741132,36.645097],[-87.68205,36.645707],[-87.605487,36.646464],[-87.514911,36.647319],[-87.413788,36.648344],[-87.305634,36.649418],[-87.193964,36.650541],[-87.082343,36.651615],[-86.974164,36.65269],[-86.873041,36.653739],[-86.782489,36.654618],[-86.705878,36.655326],[-86.646845,36.655937],[-86.608807,36.656303],[-86.595404,36.656425],[-86.552167,36.656889],[-86.516107,36.663237],[-86.507538,36.663822],[-86.464032,36.662577],[-86.41264,36.658183],[-86.343475,36.65225],[-86.217011,36.642362],[-86.066815,36.634477],[-85.867206,36.628544],[-85.634027,36.622612],[-85.426508,36.618656],[-85.121356,36.624858],[-84.870941,36.617826],[-84.628363,36.61099],[-84.401483,36.604643],[-84.198261,36.598954],[-84.026483,36.594145],[-83.894061,36.590385],[-83.808856,36.587992],[-83.77868,36.587162],[-83.730341,36.585771],[-83.694745,36.593632],[-83.667474,36.604008],[-83.5633,36.603569],[-83.459149,36.603178],[-83.354926,36.602738],[-83.250775,36.602299],[-83.146625,36.601908],[-83.042426,36.601493],[-82.938251,36.601054],[-82.8341,36.600614],[-82.72995,36.600199],[-82.625775,36.59976],[-82.521625,36.59932],[-82.417474,36.598905],[-82.3133,36.59849],[-82.209149,36.598051],[-82.10495,36.597612],[-82.0008,36.597196],[-81.95246,36.596977],[-81.944525,36.59976],[-81.922894,36.615092],[-81.914179,36.61685],[-81.905292,36.617509],[-81.83681,36.615336],[-81.75246,36.612553],[-81.658856,36.60955],[-81.705878,36.546659],[-81.715009,36.526347],[-81.7133,36.521537],[-81.699066,36.497221],[-81.698529,36.488212],[-81.714471,36.451493],[-81.740497,36.409452],[-81.743964,36.400297],[-81.744647,36.393388],[-81.742938,36.389067],[-81.732416,36.371733],[-81.718768,36.35623],[-81.715961,36.351786],[-81.714276,36.346586],[-81.716376,36.343608],[-81.721014,36.342851],[-81.75202,36.346293],[-81.80495,36.360624],[-81.809808,36.360575],[-81.814813,36.358915],[-81.892401,36.316728],[-81.919696,36.298393],[-81.924017,36.294071],[-82.024677,36.139921],[-82.032538,36.131596],[-82.042499,36.124467],[-82.052069,36.120536],[-82.06828,36.108842],[-82.077948,36.103715],[-82.086566,36.10059],[-82.093695,36.100444],[-82.101483,36.101274],[-82.116718,36.104765],[-82.123163,36.107255],[-82.128705,36.11016],[-82.133197,36.113359],[-82.136932,36.11724],[-82.138934,36.121562],[-82.140326,36.12642],[-82.141034,36.131254],[-82.142401,36.136039],[-82.144501,36.140531],[-82.147577,36.143705],[-82.151727,36.146318],[-82.157343,36.148368],[-82.163446,36.149369],[-82.177069,36.149833],[-82.183807,36.150688],[-82.189398,36.152934],[-82.198773,36.158525],[-82.204071,36.160063],[-82.207831,36.160112],[-82.213153,36.159184],[-82.224408,36.155107],[-82.255536,36.136845],[-82.260956,36.134965],[-82.282343,36.135453],[-82.290595,36.134648],[-82.315595,36.124565],[-82.351166,36.11663],[-82.360614,36.113529],[-82.37663,36.106645],[-82.394574,36.095683],[-82.429315,36.065971],[-82.439545,36.054496],[-82.452704,36.030912],[-82.457196,36.024467],[-82.475311,36.004911],[-82.482611,35.998539],[-82.489276,35.993827],[-82.493793,35.991459],[-82.498261,35.989701],[-82.544354,35.966117],[-82.553436,35.962821],[-82.559589,35.961772],[-82.56618,35.961845],[-82.57287,35.963237],[-82.578656,35.965776],[-82.583685,35.968803],[-82.587616,35.972489],[-82.591058,35.976518],[-82.593964,35.980693],[-82.599554,35.993779],[-82.600409,35.999418],[-82.599921,36.005302],[-82.598358,36.01287],[-82.592255,36.025151],[-82.590741,36.029545],[-82.590839,36.032621],[-82.592352,36.035307],[-82.608954,36.05435],[-82.613055,36.057865],[-82.620258,36.058915],[-82.629779,36.057353],[-82.677875,36.037846],[-82.701825,36.030619],[-82.770258,36.000248],[-82.771698,35.998857],[-82.773846,35.996],[-82.775214,35.992289],[-82.774872,35.977958],[-82.77663,35.973246],[-82.779584,35.968949],[-82.791254,35.958207],[-82.796063,35.949809],[-82.798456,35.943949],[-82.804169,35.936454],[-82.810175,35.933329],[-82.816718,35.932402],[-82.821967,35.933842],[-82.832343,35.941239],[-82.846429,35.949223],[-82.8591,35.953935],[-82.867841,35.955473],[-82.87829,35.95557],[-82.893695,35.95308],[-82.901776,35.94998],[-82.907489,35.945927],[-82.910809,35.941679],[-82.913519,35.937187],[-82.915595,35.931791],[-82.916815,35.926152],[-82.917011,35.920658],[-82.915985,35.915458],[-82.914374,35.9106],[-82.905682,35.89434],[-82.905829,35.889164],[-82.90827,35.883207],[-82.919721,35.87144],[-82.922894,35.866801],[-82.925116,35.856791],[-82.926801,35.851713],[-82.932221,35.8429],[-82.956854,35.812651],[-82.98266,35.787992],[-82.99057,35.783744],[-82.996698,35.782231],[-83.011298,35.785453],[-83.052875,35.788505],[-83.064618,35.791264],[-83.069965,35.791093],[-83.075433,35.789457],[-83.12785,35.767289],[-83.162714,35.75894],[-83.170673,35.756059],[-83.176801,35.75269],[-83.201263,35.732646],[-83.211298,35.727592],[-83.236469,35.719999],[-83.244183,35.716679],[-83.250067,35.713017],[-83.253436,35.709428],[-83.274579,35.692289],[-83.295136,35.669242],[-83.301825,35.666703],[-83.309345,35.66641],[-83.316644,35.667875],[-83.32558,35.668266],[-83.336005,35.66663],[-83.344794,35.662944],[-83.35954,35.65186],[-83.370575,35.64185],[-83.383929,35.633183],[-83.437787,35.614457],[-83.4466,35.609672],[-83.453119,35.604862],[-83.463471,35.594755],[-83.485883,35.577006],[-83.493036,35.572709],[-83.499213,35.569975],[-83.565131,35.559257],[-83.572089,35.559745],[-83.578827,35.56143],[-83.584369,35.564335],[-83.589081,35.567533],[-83.593207,35.570951],[-83.600458,35.572856],[-83.610321,35.573393],[-83.629828,35.568412],[-83.641058,35.566825],[-83.650116,35.566703],[-83.656,35.567973],[-83.66247,35.568779],[-83.668964,35.568583],[-83.675482,35.567533],[-83.685199,35.564653],[-83.688641,35.56414],[-83.692719,35.563945],[-83.728095,35.566557],[-83.734564,35.566215],[-83.754804,35.562065],[-83.774286,35.556156],[-83.798065,35.54434],[-83.813593,35.534037],[-83.823285,35.529618],[-83.831659,35.526737],[-83.863641,35.521293],[-83.880194,35.516459],[-83.888739,35.512309],[-83.894818,35.508085],[-83.911151,35.48101],[-83.915692,35.476005],[-83.923602,35.469047],[-83.930438,35.465458],[-83.972479,35.453495],[-83.981464,35.449369],[-83.98869,35.444657],[-84.011493,35.424516],[-84.014667,35.419902],[-84.016669,35.416069],[-84.017572,35.412211],[-84.017596,35.408622],[-84.013202,35.395512],[-84.012616,35.390458],[-84.013641,35.384696],[-84.015692,35.379545],[-84.018524,35.374638],[-84.036029,35.35413],[-84.038812,35.34932],[-84.043134,35.339237],[-84.044476,35.333598],[-84.046063,35.301615],[-84.050751,35.293412],[-84.058856,35.284306],[-84.078387,35.268339],[-84.088324,35.261601],[-84.095184,35.257914],[-84.099017,35.257328],[-84.124701,35.257524],[-84.178632,35.252421],[-84.192987,35.252641],[-84.199823,35.253715],[-84.204657,35.255668],[-84.209296,35.258622],[-84.216913,35.26519],[-84.223212,35.267045],[-84.231512,35.267167],[-84.247015,35.263139],[-84.255048,35.259721],[-84.261249,35.255668],[-84.278803,35.241703],[-84.290595,35.229936],[-84.296747,35.220585],[-84.2987,35.216093],[-84.300507,35.208354],[-84.304266,35.174296],[-84.30827,35.137504],[-84.314349,35.081645],[-84.319574,35.03394],[-84.324628,34.987065],[-84.412518,34.988334],[-84.506439,34.988334],[-84.577167,34.988334],[-84.618964,34.988334],[-84.74455,34.988334],[-84.870111,34.988334],[-84.995673,34.987553],[-85.121259,34.986772],[-85.246845,34.985209],[-85.372406,34.983647],[-85.497968,34.983647],[-85.605682,34.985209],[-85.781146,34.987553],[-85.942401,34.989115],[-86.09621,34.989897],[-86.253803,34.989945],[-86.411346,34.989775],[-86.56889,34.989775],[-86.726459,34.989775],[-86.884027,34.992631],[-87.04162,34.995487],[-87.199139,34.99976],[-87.356683,35.002616],[-87.514276,35.005473],[-87.671796,35.005473],[-87.824481,35.006498],[-87.982025,35.007987],[-88.139594,35.009477],[-88.174262,35.009745],[-88.185516,35.009745],[-88.179071,34.997831],[-88.188837,34.997831],[-88.224481,34.997831],[-88.354462,34.998002],[-88.484467,34.998124],[-88.614423,34.998222],[-88.744428,34.998393],[-88.874408,34.998539],[-89.004388,34.998686],[-89.134369,34.998832],[-89.264374,34.998954],[-89.39433,34.999076],[-89.524335,34.999223],[-89.654315,34.999394],[-89.784247,34.99954],[-89.914276,34.999711],[-90.044257,34.999833],[-90.174213,34.999931],[-90.304218,35.000077],[-90.312665,35.01248],[-90.30163,35.019877],[-90.282684,35.023051],[-90.259003,35.030717],[-90.222211,35.047807],[-90.207465,35.060795],[-90.196796,35.075883],[-90.190277,35.093095],[-90.188055,35.112651],[-90.177777,35.129936],[-90.153827,35.130375],[-90.126459,35.124662],[-90.106146,35.123539],[-90.085346,35.148344],[-90.084589,35.188969],[-90.094647,35.230986],[-90.114325,35.280522],[-90.118329,35.300737],[-90.119794,35.346366],[-90.115253,35.369584],[-90.10307,35.385551],[-90.049823,35.42183],[-90.034418,35.436332],[-90.022308,35.452714],[-90.017377,35.469242],[-90.016791,35.494731],[-90.012323,35.511625],[-90.000018,35.521928],[-89.9758,35.527592],[-89.951215,35.53018],[-89.928241,35.535478],[-89.917914,35.548002],[-89.931415,35.572294],[-89.947015,35.590824],[-89.951337,35.602543],[-89.944769,35.611869],[-89.927997,35.623197],[-89.910077,35.639067],[-89.909833,35.652153],[-89.937933,35.68184],[-89.952899,35.705107],[-89.951898,35.722953],[-89.937885,35.736332],[-89.785004,35.790824],[-89.722113,35.833451],[-89.731049,35.851786],[-89.757782,35.867387],[-89.784003,35.877641],[-89.77431,35.896195],[-89.75954,35.908915],[-89.740741,35.916313],[-89.718842,35.918632],[-89.689447,35.899613],[-89.674042,35.896293],[-89.667304,35.915238],[-89.680682,35.945805],[-89.707001,35.967729],[-89.725555,35.993315],[-89.723846,36.000492],[-89.715741,36.034696],[-89.685126,36.076249],[-89.680951,36.092729],[-89.674091,36.102201],[-89.657855,36.112211],[-89.638641,36.120195],[-89.622919,36.123442],[-89.613861,36.141703],[-89.640228,36.182328],[-89.694623,36.246977],[-89.676508,36.25186],[-89.583441,36.25474],[-89.571259,36.257377],[-89.561176,36.263725],[-89.557343,36.274736],[-89.567181,36.281401],[-89.592206,36.287944],[-89.611249,36.302592],[-89.62619,36.323149],[-89.628387,36.341484],[-89.609296,36.349418],[-89.583221,36.349198],[-89.559735,36.351737],[-89.541376,36.36165],[-89.530756,36.383525],[-89.533929,36.406156],[-89.555951,36.447465],[-89.55434,36.462992],[-89.547479,36.481547],[-89.555658,36.496171],[-89.559882,36.500151],[-89.494379,36.50142],[-89.497333,36.492973],[-89.50683,36.472953],[-89.505072,36.458183],[-89.478925,36.452421],[-89.466083,36.458036],[-89.449652,36.470854],[-89.427094,36.493388],[-89.424457,36.498954],[-89.251727,36.49893],[-89.079022,36.498905],[-88.906293,36.498857],[-88.733588,36.498808],[-88.560907,36.498759],[-88.388202,36.498759],[-88.215448,36.49871],[-88.042743,36.498637],[-88.039789,36.521952],[-88.03869,36.558232],[-88.040277,36.574101],[-88.05351,36.625785],[-88.071356,36.6731],[-88.073773,36.682914],[-88.0737,36.68787],[-88.072064,36.689384],[-88.067108,36.689701],[-88.013129,36.685453],[-87.923505,36.678349],[-87.868671,36.674028],[-87.860712,36.67183],[-87.855829,36.666386],[-87.848529,36.652665],[-87.844428,36.646977],[-87.839105,36.642924]]]},"type":"Feature","properties":{"postal":"TN","name":"Tennessee","type":"State","center":[-86.38317329675353,35.610376938721885]}},"VA":{"geometry":{"type":"MultiPolygon","coordinates":[[[[-75.908966,36.549425],[-75.908963,36.549413],[-75.926703,36.549516],[-75.942975,36.549635],[-75.942209,36.55036],[-75.949045,36.561591],[-75.93224,36.57038],[-75.914296,36.575873],[-75.908966,36.549425]]],[[[-75.857644,37.194053],[-75.83955,37.192794],[-75.823227,37.196323],[-75.817302,37.20699],[-75.811724,37.209081],[-75.810779,37.200169],[-75.816242,37.186076],[-75.829064,37.17674],[-75.849591,37.163584],[-75.871328,37.142872],[-75.88652,37.123106],[-75.89946,37.11731],[-75.914537,37.112323],[-75.928602,37.112222],[-75.926317,37.117844],[-75.915384,37.118545],[-75.907616,37.12296],[-75.903773,37.129214],[-75.892816,37.140674],[-75.894323,37.16124],[-75.901795,37.175594],[-75.906214,37.19459],[-75.90542,37.234426],[-75.895603,37.25297],[-75.889483,37.280405],[-75.873971,37.29038],[-75.858675,37.282514],[-75.851752,37.270773],[-75.854055,37.260885],[-75.867196,37.254112],[-75.876666,37.240672],[-75.883246,37.218648],[-75.877139,37.205593],[-75.869314,37.198439],[-75.857644,37.194053]]],[[[-75.685038,37.414915],[-75.719214,37.368298],[-75.724574,37.373899],[-75.707946,37.398615],[-75.684319,37.436735],[-75.676477,37.455073],[-75.670329,37.462844],[-75.656127,37.461506],[-75.66043,37.443184],[-75.685038,37.414915]]],[[[-75.659575,37.482976],[-75.670617,37.477057],[-75.674375,37.485835],[-75.662195,37.504462],[-75.643929,37.534846],[-75.634227,37.558354],[-75.621981,37.57112],[-75.613392,37.578003],[-75.599806,37.575131],[-75.602195,37.562408],[-75.642532,37.511397],[-75.659575,37.482976]]],[[[-75.342143,37.875661],[-75.352278,37.867622],[-75.365411,37.862877],[-75.378535,37.855773],[-75.392913,37.864699],[-75.400127,37.874113],[-75.388778,37.878387],[-75.369018,37.869472],[-75.358276,37.874212],[-75.349957,37.88932],[-75.363727,37.894951],[-75.3745,37.897758],[-75.367965,37.909091],[-75.350087,37.913031],[-75.339101,37.916205],[-75.330474,37.922431],[-75.325266,37.932685],[-75.318267,37.940375],[-75.304758,37.973619],[-75.297597,37.984931],[-75.278554,38.007636],[-75.26303,38.022635],[-75.243335,38.024688],[-75.313581,37.919095],[-75.326039,37.892279],[-75.342143,37.875661]]],[[[-77.844305,39.150102],[-77.835736,39.144169],[-77.829486,39.156327],[-77.822723,39.168803],[-77.806635,39.198271],[-77.781879,39.243925],[-77.765106,39.274711],[-77.743207,39.315116],[-77.736615,39.327323],[-77.734686,39.331059],[-77.715277,39.323905],[-77.664423,39.323759],[-77.645917,39.320951],[-77.603607,39.307621],[-77.558368,39.299003],[-77.54743,39.291093],[-77.528192,39.265727],[-77.509247,39.255595],[-77.486664,39.250566],[-77.466742,39.243754],[-77.455878,39.228154],[-77.45954,39.207695],[-77.474408,39.192436],[-77.507391,39.169487],[-77.514813,39.152592],[-77.509003,39.137211],[-77.49577,39.12393],[-77.480829,39.113066],[-77.445111,39.084599],[-77.421576,39.074247],[-77.333514,39.067533],[-77.301556,39.060307],[-77.27226,39.047758],[-77.250409,39.029496],[-77.244305,39.015751],[-77.240204,38.999784],[-77.233466,38.986625],[-77.219696,38.981108],[-77.205438,38.978959],[-77.17204,38.969584],[-77.146538,38.96473],[-77.132408,38.9506],[-77.119781,38.934064],[-77.097233,38.908209],[-77.084305,38.903399],[-77.068333,38.901938],[-77.063687,38.891255],[-77.051815,38.881093],[-77.045243,38.876193],[-77.039017,38.86827],[-77.034951,38.860973],[-77.033039,38.85397],[-77.032801,38.845267],[-77.036952,38.83984],[-77.043821,38.839393],[-77.04328,38.835383],[-77.040049,38.827399],[-77.037571,38.81505],[-77.038354,38.796283],[-77.04296,38.791853],[-77.049748,38.788727],[-77.052617,38.783655],[-77.047694,38.776368],[-77.046589,38.767686],[-77.044752,38.747972],[-77.042527,38.728908],[-77.047771,38.715724],[-77.069956,38.710664],[-77.089223,38.710395],[-77.099355,38.706855],[-77.109446,38.707506],[-77.117258,38.706244],[-77.124013,38.687201],[-77.131036,38.677191],[-77.142404,38.676994],[-77.149054,38.685727],[-77.158297,38.691628],[-77.167786,38.688959],[-77.169333,38.679337],[-77.154296,38.663649],[-77.137996,38.650437],[-77.134865,38.636283],[-77.162925,38.631529],[-77.187164,38.6208],[-77.200889,38.623751],[-77.209287,38.631058],[-77.204973,38.63895],[-77.195424,38.655748],[-77.201772,38.665025],[-77.215891,38.664944],[-77.229888,38.656684],[-77.236318,38.641791],[-77.239369,38.62641],[-77.247426,38.60928],[-77.258656,38.59394],[-77.271718,38.583808],[-77.266957,38.580756],[-77.262929,38.57453],[-77.258046,38.569525],[-77.276479,38.559272],[-77.284779,38.556464],[-77.284779,38.549018],[-77.287343,38.530178],[-77.305384,38.502153],[-77.326592,38.450934],[-77.31425,38.406129],[-77.3347,38.416708],[-77.351829,38.432825],[-77.358716,38.429265],[-77.350225,38.409554],[-77.323379,38.390188],[-77.309056,38.379491],[-77.297358,38.368743],[-77.29078,38.353785],[-77.30216,38.354261],[-77.323897,38.350424],[-77.34307,38.348691],[-77.338511,38.342611],[-77.292131,38.340737],[-77.248979,38.329885],[-77.185414,38.343573],[-77.166737,38.347886],[-77.133534,38.367133],[-77.08565,38.368412],[-77.058461,38.394192],[-77.040841,38.39591],[-77.02037,38.384586],[-77.014781,38.372328],[-77.016955,38.355142],[-77.014001,38.343524],[-77.014475,38.330512],[-77.022997,38.320051],[-77.038863,38.322549],[-77.052036,38.323028],[-77.052738,38.316842],[-77.038594,38.312947],[-77.030132,38.307682],[-77.000476,38.277308],[-76.974924,38.270697],[-76.965443,38.267239],[-76.959819,38.260143],[-76.955118,38.247186],[-76.956569,38.235504],[-76.961366,38.218282],[-76.954171,38.210168],[-76.912868,38.199168],[-76.881773,38.177027],[-76.830033,38.165469],[-76.796981,38.169405],[-76.775125,38.166986],[-76.756418,38.160956],[-76.750356,38.148383],[-76.739329,38.136705],[-76.715199,38.141913],[-76.691477,38.153144],[-76.681467,38.159247],[-76.670033,38.157416],[-76.661936,38.152899],[-76.6551,38.147895],[-76.647328,38.144965],[-76.635365,38.145006],[-76.614613,38.150377],[-76.607168,38.143452],[-76.601444,38.132539],[-76.607153,38.112957],[-76.595317,38.105068],[-76.581267,38.097602],[-76.561135,38.089453],[-76.534423,38.075171],[-76.528714,38.064256],[-76.520741,38.052802],[-76.533111,38.04267],[-76.53189,38.038723],[-76.530629,38.025133],[-76.525624,38.022691],[-76.504482,38.023636],[-76.485135,38.021791],[-76.470527,38.016266],[-76.463071,38.014918],[-76.454416,38.006171],[-76.461781,38.002346],[-76.469146,38.000963],[-76.458648,37.995551],[-76.40818,37.969617],[-76.373036,37.960598],[-76.291242,37.924997],[-76.262003,37.914304],[-76.247909,37.903471],[-76.242453,37.881595],[-76.235829,37.859605],[-76.239613,37.836086],[-76.250071,37.822821],[-76.267893,37.824449],[-76.299387,37.850898],[-76.315256,37.857611],[-76.324859,37.8487],[-76.31786,37.828803],[-76.297841,37.796129],[-76.293853,37.780666],[-76.294097,37.77143],[-76.297841,37.761379],[-76.304677,37.747748],[-76.309153,37.746405],[-76.316029,37.747748],[-76.322377,37.748277],[-76.325185,37.74433],[-76.317047,37.732245],[-76.285512,37.710924],[-76.284169,37.699286],[-76.292226,37.694566],[-76.3037,37.694037],[-76.315663,37.696112],[-76.325185,37.699286],[-76.319732,37.685492],[-76.325307,37.679511],[-76.334137,37.675767],[-76.338857,37.668891],[-76.335439,37.659125],[-76.321116,37.643988],[-76.31786,37.637193],[-76.304677,37.637885],[-76.321116,37.62401],[-76.349436,37.627997],[-76.404652,37.64468],[-76.408803,37.64997],[-76.419301,37.660102],[-76.430084,37.666897],[-76.435048,37.66177],[-76.438629,37.662909],[-76.446441,37.670844],[-76.453765,37.683539],[-76.456125,37.69245],[-76.468902,37.708645],[-76.478668,37.695054],[-76.489613,37.658352],[-76.504994,37.656928],[-76.516916,37.668931],[-76.523915,37.687893],[-76.524403,37.699286],[-76.535512,37.715522],[-76.57136,37.751288],[-76.57901,37.771308],[-76.583485,37.777289],[-76.613149,37.796129],[-76.617787,37.80386],[-76.621938,37.81391],[-76.62857,37.818427],[-76.640492,37.809149],[-76.649566,37.813056],[-76.657826,37.818996],[-76.662668,37.828518],[-76.661529,37.843329],[-76.674143,37.832994],[-76.687652,37.83161],[-76.700917,37.8369],[-76.712758,37.847073],[-76.750356,37.895168],[-76.769528,37.914496],[-76.832262,37.942972],[-76.850295,37.981958],[-76.880068,37.990957],[-76.895737,38.007309],[-76.915395,38.069892],[-76.934967,38.093695],[-76.947092,38.103339],[-76.962636,38.110826],[-77.007436,38.118109],[-77.017201,38.117011],[-77.026601,38.128852],[-77.036204,38.145209],[-77.047597,38.159817],[-77.062571,38.166002],[-77.107167,38.174954],[-77.125885,38.176011],[-77.133941,38.166002],[-77.126698,38.155463],[-77.109446,38.148993],[-77.075917,38.144965],[-77.06314,38.149848],[-77.055491,38.149644],[-77.051991,38.141832],[-77.050893,38.128852],[-77.047353,38.118964],[-77.041005,38.111029],[-77.031565,38.103949],[-76.960561,38.089586],[-76.948964,38.079779],[-76.944692,38.07453],[-76.925893,38.058824],[-76.921702,38.052802],[-76.926415,37.996716],[-76.922614,37.980833],[-76.905798,37.975792],[-76.891713,37.974311],[-76.880238,37.969672],[-76.877446,37.956363],[-76.86592,37.941977],[-76.847035,37.928941],[-76.831166,37.918362],[-76.816456,37.903552],[-76.795286,37.891957],[-76.78789,37.883231],[-76.777801,37.862091],[-76.766891,37.84204],[-76.752675,37.822626],[-76.74173,37.809965],[-76.72912,37.799465],[-76.716245,37.788097],[-76.703035,37.786955],[-76.687978,37.789496],[-76.68399,37.789252],[-76.679921,37.7897],[-76.675201,37.788723],[-76.674428,37.785102],[-76.676015,37.771877],[-76.675201,37.768215],[-76.668659,37.755502],[-76.631936,37.750428],[-76.613401,37.739539],[-76.601722,37.71965],[-76.579986,37.698188],[-76.57901,37.695868],[-76.577219,37.688178],[-76.57403,37.673246],[-76.570805,37.653245],[-76.551982,37.626758],[-76.522221,37.614881],[-76.46349,37.618557],[-76.443023,37.618598],[-76.428212,37.624213],[-76.404286,37.594184],[-76.367584,37.584215],[-76.325266,37.580634],[-76.284169,37.569566],[-76.30191,37.557929],[-76.319244,37.552924],[-76.366119,37.549058],[-76.392974,37.542182],[-76.393381,37.533149],[-76.377675,37.525214],[-76.356516,37.521796],[-76.322662,37.501288],[-76.301259,37.493842],[-76.291656,37.504381],[-76.289813,37.519404],[-76.270062,37.517356],[-76.262772,37.502928],[-76.263905,37.487302],[-76.267649,37.481024],[-76.277211,37.470445],[-76.277415,37.459703],[-76.267405,37.453192],[-76.255727,37.453274],[-76.244537,37.44953],[-76.244637,37.430586],[-76.245443,37.398187],[-76.249206,37.363429],[-76.25764,37.33551],[-76.280704,37.321351],[-76.298251,37.335069],[-76.318959,37.370917],[-76.321645,37.386298],[-76.333567,37.384955],[-76.348053,37.37995],[-76.366119,37.384589],[-76.396596,37.429592],[-76.415151,37.442694],[-76.428212,37.418158],[-76.416819,37.414984],[-76.409291,37.407782],[-76.404612,37.398912],[-76.401479,37.390815],[-76.411692,37.394924],[-76.422515,37.397528],[-76.433176,37.396715],[-76.442494,37.390815],[-76.447581,37.379869],[-76.442738,37.372016],[-76.415883,37.355699],[-76.408559,37.353664],[-76.403432,37.349799],[-76.401479,37.339911],[-76.406484,37.337714],[-76.435048,37.329332],[-76.435048,37.323147],[-76.402659,37.325019],[-76.394032,37.323147],[-76.386098,37.315131],[-76.376861,37.301215],[-76.371897,37.288031],[-76.378505,37.272332],[-76.45743,37.261053],[-76.496029,37.249115],[-76.509352,37.269566],[-76.540007,37.293236],[-76.55468,37.307945],[-76.561635,37.323147],[-76.57429,37.325181],[-76.582021,37.330471],[-76.642486,37.409003],[-76.658193,37.418158],[-76.680898,37.427476],[-76.700103,37.449408],[-76.729848,37.494452],[-76.781077,37.535468],[-76.790273,37.532701],[-76.7954,37.52558],[-76.797678,37.515611],[-76.798166,37.504381],[-76.794097,37.498277],[-76.784779,37.494452],[-76.773671,37.49136],[-76.764638,37.487006],[-76.721995,37.427232],[-76.690785,37.411078],[-76.676381,37.394924],[-76.654775,37.363511],[-76.606224,37.295789],[-76.533526,37.255505],[-76.504337,37.231814],[-76.468073,37.213966],[-76.432299,37.222424],[-76.402984,37.233832],[-76.38561,37.232489],[-76.373606,37.22016],[-76.375803,37.21776],[-76.378407,37.207261],[-76.380238,37.194566],[-76.37975,37.18537],[-76.373158,37.175971],[-76.361724,37.166571],[-76.351064,37.164211],[-76.346262,37.175482],[-76.31725,37.159491],[-76.298207,37.144599],[-76.291656,37.130113],[-76.303212,37.125922],[-76.325592,37.114081],[-76.338612,37.101711],[-76.322092,37.095933],[-76.281606,37.104153],[-76.270375,37.097642],[-76.269887,37.069281],[-76.274526,37.048041],[-76.282948,37.028225],[-76.296213,37.013577],[-76.315256,37.00788],[-76.339711,37.007392],[-76.357045,37.004828],[-76.371449,36.998521],[-76.399526,36.978339],[-76.415435,36.972561],[-76.429189,36.976304],[-76.440297,37.015774],[-76.452992,37.030178],[-76.523941,37.05767],[-76.546064,37.089407],[-76.563191,37.085757],[-76.611188,37.119442],[-76.618596,37.130786],[-76.619985,37.144436],[-76.610829,37.172553],[-76.61734,37.199164],[-76.634023,37.220689],[-76.654775,37.233832],[-76.669301,37.227118],[-76.710805,37.224026],[-76.729848,37.22016],[-76.735219,37.213202],[-76.738759,37.203315],[-76.743764,37.197496],[-76.753774,37.20307],[-76.758453,37.211249],[-76.762074,37.221422],[-76.766672,37.230129],[-76.774241,37.233832],[-76.791819,37.236965],[-76.828969,37.251044],[-76.842844,37.254299],[-76.85558,37.262437],[-76.857411,37.281887],[-76.856313,37.304674],[-76.860219,37.323147],[-76.869862,37.315497],[-76.873525,37.305162],[-76.873199,37.278469],[-76.878163,37.268988],[-76.889231,37.259182],[-76.90803,37.247463],[-76.931467,37.245266],[-76.943959,37.256049],[-76.953033,37.273627],[-76.981923,37.312405],[-76.990549,37.320258],[-77.00357,37.323147],[-77.014516,37.318752],[-77.045522,37.298407],[-77.051991,37.291815],[-77.055491,37.287177],[-77.062896,37.297024],[-77.07018,37.310289],[-77.072499,37.316352],[-77.082753,37.324408],[-77.091054,37.327826],[-77.100331,37.327094],[-77.113433,37.323147],[-77.134429,37.316881],[-77.144439,37.316352],[-77.155263,37.318345],[-77.172678,37.327338],[-77.178334,37.329332],[-77.220082,37.328518],[-77.234975,37.334174],[-77.2506,37.34984],[-77.277943,37.329332],[-77.274322,37.316352],[-77.264882,37.311184],[-77.255116,37.309272],[-77.2506,37.306098],[-77.239573,37.308661],[-77.174916,37.288398],[-77.089223,37.288398],[-77.083323,37.283271],[-77.076161,37.273261],[-77.067128,37.266506],[-77.055409,37.271389],[-77.025258,37.291978],[-77.017201,37.295233],[-76.995188,37.288072],[-76.986155,37.268988],[-76.981679,37.249172],[-76.973215,37.239976],[-76.950673,37.235175],[-76.913564,37.212836],[-76.893707,37.206488],[-76.801869,37.206488],[-76.787709,37.2001],[-76.762808,37.164255],[-76.739668,37.156574],[-76.717995,37.150014],[-76.689117,37.188625],[-76.669972,37.185007],[-76.666284,37.147297],[-76.655337,37.105121],[-76.673149,37.067138],[-76.659743,37.04331],[-76.638167,37.039029],[-76.571604,37.027737],[-76.571604,37.02147],[-76.581207,37.015855],[-76.584096,37.013739],[-76.585846,37.00788],[-76.579661,37.003974],[-76.566477,37.002916],[-76.557932,37.000434],[-76.551096,36.996649],[-76.537465,36.986762],[-76.513544,36.965187],[-76.494722,36.953986],[-76.492909,36.943427],[-76.491038,36.933173],[-76.481597,36.921536],[-76.475982,36.907904],[-76.481923,36.898586],[-76.495839,36.887356],[-76.524403,36.870673],[-76.524403,36.863227],[-76.497385,36.86522],[-76.475982,36.87519],[-76.456532,36.887885],[-76.435048,36.898017],[-76.408844,36.902045],[-76.380686,36.900621],[-76.354075,36.894355],[-76.332631,36.883734],[-76.33495,36.871812],[-76.324818,36.8605],[-76.308339,36.85224],[-76.291656,36.849555],[-76.309967,36.870429],[-76.317738,36.883531],[-76.315256,36.894599],[-76.301015,36.911607],[-76.306264,36.917629],[-76.328366,36.929286],[-76.330426,36.949787],[-76.310015,36.959612],[-76.268901,36.961415],[-76.168772,36.928412],[-76.125986,36.916252],[-76.078114,36.911607],[-76.055799,36.918246],[-76.035469,36.934849],[-76.004592,36.932358],[-75.98893,36.911959],[-75.960241,36.806754],[-75.863433,36.590562],[-75.853101,36.549028],[-75.867108,36.549125],[-75.880487,36.549247],[-75.88064,36.549248],[-75.880645,36.549262],[-75.885732,36.562445],[-75.883901,36.574042],[-75.880238,36.584703],[-75.880116,36.59634],[-75.884023,36.604478],[-75.895619,36.616767],[-75.900624,36.624254],[-75.917668,36.679664],[-75.927887,36.706204],[-75.93517,36.712104],[-75.946889,36.718451],[-75.957834,36.719428],[-75.962717,36.709296],[-75.975697,36.606269],[-75.968251,36.551663],[-75.966922,36.54981],[-76.013055,36.550151],[-76.01325,36.550151],[-76.013254,36.550157],[-76.044586,36.589504],[-76.043935,36.575751],[-76.039906,36.567328],[-76.03482,36.559556],[-76.031728,36.550279],[-76.031725,36.550272],[-76.05827,36.550444],[-76.095233,36.550688],[-76.132221,36.550956],[-76.169208,36.551225],[-76.206171,36.551469],[-76.249823,36.551811],[-76.293475,36.552153],[-76.337128,36.552494],[-76.38078,36.552812],[-76.447284,36.552445],[-76.513837,36.552055],[-76.580341,36.551664],[-76.646845,36.551274],[-76.713348,36.550883],[-76.779877,36.550492],[-76.846405,36.550102],[-76.912909,36.549736],[-77.036151,36.548783],[-77.159369,36.547856],[-77.282587,36.546928],[-77.405829,36.546],[-77.529071,36.545072],[-77.652289,36.544145],[-77.775507,36.543217],[-77.898749,36.542265],[-78.053729,36.542265],[-78.20871,36.542265],[-78.36369,36.542265],[-78.518671,36.542265],[-78.673651,36.542265],[-78.828632,36.542265],[-78.983612,36.542265],[-79.138568,36.542265],[-79.25744,36.541947],[-79.376337,36.541654],[-79.495209,36.541337],[-79.614081,36.54102],[-79.732953,36.540702],[-79.851825,36.540385],[-79.970721,36.540092],[-80.089594,36.539775],[-80.163055,36.542582],[-80.236493,36.545365],[-80.30993,36.548173],[-80.383368,36.550981],[-80.456805,36.553764],[-80.530243,36.556571],[-80.60368,36.559379],[-80.677118,36.562162],[-80.745892,36.56309],[-80.814667,36.564018],[-80.883441,36.564945],[-80.952216,36.565898],[-81.02099,36.56685],[-81.089764,36.567778],[-81.158539,36.568705],[-81.227313,36.569633],[-81.276312,36.57266],[-81.325311,36.575688],[-81.37431,36.578715],[-81.423309,36.581742],[-81.472308,36.58477],[-81.521307,36.587797],[-81.570331,36.590824],[-81.61933,36.593852],[-81.641571,36.594047],[-81.648309,36.59561],[-81.652045,36.598588],[-81.658856,36.60955],[-81.75246,36.612553],[-81.83681,36.615336],[-81.905292,36.617509],[-81.914179,36.61685],[-81.922894,36.615092],[-81.944525,36.59976],[-81.95246,36.596977],[-82.0008,36.597196],[-82.10495,36.597612],[-82.209149,36.598051],[-82.3133,36.59849],[-82.417474,36.598905],[-82.521625,36.59932],[-82.625775,36.59976],[-82.72995,36.600199],[-82.8341,36.600614],[-82.938251,36.601054],[-83.042426,36.601493],[-83.146625,36.601908],[-83.250775,36.602299],[-83.354926,36.602738],[-83.459149,36.603178],[-83.5633,36.603569],[-83.667474,36.604008],[-83.623309,36.634623],[-83.604071,36.642045],[-83.597137,36.642582],[-83.508978,36.668534],[-83.413202,36.676274],[-83.40246,36.679301],[-83.394696,36.682621],[-83.38183,36.691362],[-83.342304,36.70933],[-83.239569,36.737138],[-83.137201,36.749955],[-83.128534,36.753324],[-83.123065,36.757035],[-83.121039,36.761576],[-83.120721,36.76685],[-83.122601,36.7762],[-83.122089,36.779887],[-83.119574,36.783256],[-83.107709,36.793827],[-83.100653,36.80225],[-83.082416,36.834599],[-83.062396,36.851713],[-83.056268,36.854643],[-83.049823,36.856205],[-83.007294,36.856352],[-82.944696,36.875688],[-82.884296,36.89434],[-82.869061,36.901005],[-82.864935,36.90474],[-82.861517,36.909184],[-82.858807,36.914262],[-82.856928,36.919194],[-82.855438,36.924223],[-82.853632,36.93936],[-82.854144,36.950199],[-82.854901,36.955497],[-82.854559,36.971952],[-82.849042,36.979936],[-82.839471,36.988237],[-82.815375,37.003178],[-82.726874,37.037992],[-82.716571,37.043461],[-82.712494,37.047245],[-82.709247,37.051811],[-82.706512,37.057133],[-82.704633,37.062797],[-82.703803,37.068608],[-82.705389,37.091166],[-82.709027,37.106742],[-82.708148,37.113139],[-82.699725,37.122587],[-82.681537,37.137089],[-82.632587,37.16392],[-82.526727,37.205717],[-82.44787,37.23682],[-82.375702,37.265336],[-82.351386,37.278495],[-82.264716,37.336845],[-82.16872,37.401493],[-82.106976,37.443144],[-82.021429,37.500859],[-81.965228,37.538676],[-81.956561,37.531498],[-81.953778,37.527983],[-81.950995,37.5231],[-81.949579,37.517997],[-81.949506,37.512431],[-81.950678,37.507084],[-81.952142,37.502983],[-81.953387,37.500981],[-81.954022,37.500151],[-81.97807,37.485014],[-81.981415,37.481425],[-81.983954,37.476786],[-81.983661,37.47227],[-81.981635,37.468168],[-81.977631,37.464775],[-81.942011,37.446415],[-81.938373,37.443486],[-81.935175,37.439945],[-81.932636,37.435746],[-81.930804,37.430937],[-81.929706,37.425688],[-81.92912,37.42061],[-81.929437,37.414848],[-81.933099,37.390849],[-81.933441,37.384965],[-81.932733,37.379692],[-81.930658,37.374931],[-81.927411,37.370756],[-81.923163,37.367192],[-81.875409,37.340312],[-81.865961,37.333793],[-81.862372,37.330033],[-81.859467,37.325883],[-81.850507,37.307084],[-81.847675,37.302983],[-81.844232,37.299125],[-81.835272,37.29207],[-81.823798,37.286405],[-81.820013,37.285697],[-81.807391,37.284574],[-81.793475,37.284745],[-81.7716,37.282987],[-81.762787,37.280522],[-81.757025,37.278227],[-81.751825,37.275102],[-81.747382,37.271659],[-81.74372,37.268022],[-81.730438,37.251615],[-81.722064,37.244413],[-81.717206,37.241288],[-81.681561,37.226615],[-81.656683,37.212162],[-81.644598,37.209355],[-81.583929,37.204765],[-81.560126,37.206254],[-81.553387,37.208573],[-81.545624,37.212773],[-81.493817,37.257475],[-81.48725,37.261112],[-81.479022,37.26436],[-81.463886,37.2679],[-81.424091,37.271342],[-81.416815,37.274369],[-81.408637,37.279643],[-81.396747,37.2908],[-81.390839,37.29849],[-81.386688,37.305619],[-81.379633,37.322123],[-81.376776,37.326274],[-81.371893,37.330546],[-81.363495,37.334574],[-81.350897,37.335307],[-81.342596,37.333891],[-81.336493,37.330741],[-81.332391,37.327226],[-81.312616,37.304447],[-81.306854,37.299272],[-81.30224,37.296171],[-81.249847,37.269609],[-81.24184,37.264189],[-81.237933,37.260771],[-81.235223,37.257255],[-81.231512,37.250029],[-81.22912,37.247123],[-81.226727,37.245487],[-81.224091,37.24434],[-81.212958,37.246562],[-81.132074,37.280253],[-81.028436,37.290946],[-81.019623,37.293217],[-80.99223,37.30435],[-80.982538,37.305107],[-80.97475,37.30413],[-80.960809,37.294535],[-80.955145,37.293534],[-80.948261,37.294828],[-80.882367,37.325834],[-80.877045,37.330204],[-80.871356,37.336064],[-80.864935,37.346391],[-80.863666,37.353324],[-80.864374,37.359013],[-80.879169,37.380473],[-80.880975,37.385307],[-80.881488,37.390849],[-80.880878,37.396586],[-80.878876,37.40225],[-80.876337,37.407377],[-80.872821,37.412162],[-80.867328,37.416557],[-80.859613,37.420707],[-80.845892,37.424809],[-80.836054,37.425785],[-80.82702,37.425395],[-80.799384,37.420414],[-80.796161,37.419316],[-80.792767,37.41724],[-80.791058,37.414555],[-80.79079,37.406571],[-80.788812,37.403129],[-80.784442,37.400834],[-80.766864,37.397929],[-80.761737,37.396171],[-80.757782,37.393437],[-80.755292,37.38997],[-80.75329,37.386186],[-80.750507,37.3835],[-80.747504,37.38206],[-80.743744,37.38184],[-80.736029,37.383085],[-80.73122,37.38477],[-80.6862,37.406571],[-80.6414,37.428227],[-80.592792,37.446415],[-80.551044,37.462113],[-80.527826,37.468266],[-80.504266,37.470317],[-80.496796,37.469853],[-80.486884,37.467778],[-80.483344,37.464018],[-80.481879,37.460209],[-80.481024,37.456547],[-80.481342,37.447685],[-80.480927,37.442704],[-80.479315,37.437992],[-80.476459,37.433891],[-80.472626,37.430693],[-80.468378,37.428764],[-80.46286,37.428007],[-80.457855,37.428251],[-80.45246,37.429496],[-80.446161,37.432914],[-80.416083,37.454301],[-80.294305,37.509233],[-80.289789,37.513652],[-80.286249,37.519389],[-80.285907,37.530107],[-80.28996,37.53455],[-80.301434,37.54058],[-80.305292,37.543754],[-80.307709,37.547831],[-80.308661,37.552519],[-80.30871,37.557353],[-80.30622,37.563725],[-80.301605,37.570512],[-80.291376,37.579203],[-80.283856,37.583842],[-80.277289,37.587113],[-80.260761,37.593437],[-80.240057,37.603959],[-80.230731,37.610673],[-80.22724,37.615483],[-80.22497,37.621586],[-80.225897,37.630668],[-80.228876,37.635893],[-80.233344,37.639701],[-80.262201,37.651347],[-80.273114,37.657377],[-80.285663,37.666899],[-80.287665,37.669071],[-80.288544,37.671342],[-80.289374,37.675004],[-80.284857,37.685136],[-80.248456,37.739408],[-80.220136,37.781523],[-80.216547,37.788578],[-80.208466,37.81165],[-80.206903,37.814848],[-80.164325,37.8533],[-80.129266,37.884916],[-80.086737,37.92332],[-80.031854,37.972807],[-79.999945,38.001591],[-79.966864,38.052568],[-79.943427,38.088627],[-79.921014,38.144755],[-79.919696,38.151225],[-79.922308,38.161332],[-79.922162,38.169169],[-79.920038,38.174369],[-79.916596,38.179057],[-79.870038,38.21309],[-79.84809,38.234916],[-79.8383,38.241801],[-79.815985,38.25352],[-79.799091,38.267509],[-79.794501,38.273881],[-79.792011,38.280204],[-79.792572,38.285282],[-79.793939,38.28975],[-79.798114,38.299565],[-79.799432,38.305497],[-79.79743,38.314921],[-79.79223,38.321904],[-79.782294,38.332231],[-79.776776,38.340556],[-79.772748,38.349711],[-79.769354,38.355082],[-79.765399,38.358549],[-79.745795,38.364311],[-79.73559,38.369487],[-79.731122,38.374906],[-79.721161,38.404643],[-79.715521,38.413432],[-79.699286,38.430375],[-79.694818,38.436528],[-79.692596,38.442143],[-79.691376,38.484013],[-79.688641,38.498368],[-79.687762,38.50081],[-79.669159,38.521659],[-79.664911,38.528935],[-79.662665,38.534672],[-79.662567,38.540238],[-79.663055,38.545414],[-79.662421,38.553471],[-79.660419,38.563139],[-79.654071,38.580302],[-79.648578,38.588066],[-79.642157,38.592265],[-79.635956,38.592118],[-79.552362,38.567631],[-79.549896,38.566435],[-79.54682,38.564115],[-79.543671,38.560673],[-79.504779,38.505131],[-79.502411,38.500785],[-79.501971,38.49893],[-79.502045,38.495805],[-79.503119,38.492216],[-79.507294,38.484477],[-79.508441,38.480766],[-79.507147,38.479887],[-79.504315,38.478739],[-79.457636,38.466557],[-79.412347,38.454765],[-79.359735,38.441069],[-79.297382,38.424833],[-79.290009,38.42432],[-79.284491,38.42686],[-79.280096,38.430278],[-79.244598,38.469071],[-79.22038,38.495536],[-79.20246,38.515092],[-79.195966,38.524101],[-79.190155,38.534062],[-79.175531,38.568461],[-79.174677,38.571293],[-79.173261,38.574955],[-79.17287,38.576713],[-79.171356,38.579545],[-79.16203,38.612529],[-79.159052,38.618681],[-79.15473,38.626029],[-79.145892,38.63726],[-79.135663,38.645439],[-79.12514,38.651762],[-79.110053,38.658988],[-79.102582,38.663945],[-79.098016,38.668339],[-79.096381,38.672172],[-79.085883,38.728569],[-79.083563,38.734941],[-79.078949,38.742802],[-79.061469,38.762236],[-79.056805,38.769145],[-79.053998,38.775004],[-79.052557,38.780229],[-79.04809,38.788334],[-79.041083,38.797465],[-78.9987,38.842314],[-78.993695,38.845903],[-78.988178,38.845634],[-78.958807,38.829545],[-78.916083,38.806156],[-78.880731,38.786772],[-78.873602,38.785209],[-78.867719,38.788237],[-78.862225,38.793193],[-78.833148,38.826664],[-78.796698,38.868534],[-78.765863,38.903959],[-78.743182,38.930082],[-78.737665,38.932817],[-78.732636,38.932719],[-78.729364,38.930278],[-78.726288,38.926713],[-78.723602,38.922734],[-78.720429,38.919364],[-78.716254,38.916703],[-78.711346,38.915629],[-78.704999,38.915922],[-78.696967,38.917411],[-78.674091,38.92559],[-78.6664,38.929936],[-78.660541,38.934306],[-78.653632,38.942729],[-78.643036,38.960404],[-78.636932,38.968583],[-78.631439,38.972416],[-78.623065,38.975102],[-78.612567,38.976689],[-78.596381,38.981181],[-78.587811,38.985209],[-78.58122,38.989555],[-78.555609,39.015654],[-78.550165,39.023759],[-78.549725,39.027641],[-78.550409,39.031474],[-78.551605,39.035234],[-78.550775,39.038871],[-78.548822,39.042778],[-78.532294,39.064042],[-78.492743,39.101078],[-78.452777,39.125688],[-78.42038,39.156962],[-78.415619,39.162406],[-78.413886,39.166386],[-78.413397,39.171195],[-78.413934,39.175932],[-78.418182,39.190385],[-78.41911,39.195487],[-78.419428,39.200956],[-78.418182,39.206962],[-78.416327,39.212944],[-78.40976,39.228813],[-78.408514,39.23455],[-78.408148,39.240361],[-78.409222,39.250883],[-78.410272,39.25518],[-78.410736,39.259623],[-78.410761,39.263993],[-78.409442,39.268852],[-78.407147,39.273466],[-78.403876,39.277812],[-78.372943,39.312089],[-78.358856,39.331303],[-78.354315,39.341581],[-78.352606,39.347563],[-78.3508,39.359257],[-78.351263,39.369535],[-78.357221,39.39954],[-78.35766,39.409623],[-78.355341,39.417753],[-78.350214,39.427616],[-78.336005,39.444975],[-78.322162,39.450834],[-78.306293,39.440946],[-78.249847,39.405448],[-78.193427,39.369902],[-78.137006,39.33433],[-78.08056,39.298832],[-78.024115,39.263285],[-77.96767,39.227763],[-77.911249,39.19224],[-77.854828,39.156694],[-77.844305,39.150102]]]]},"type":"Feature","properties":{"postal":"VA","name":"Virginia","type":"State","center":[-78.62825788751714,37.49088301291938]}},"WI":{"geometry":{"type":"Polygon","coordinates":[[[-89.957636,47.286112],[-89.985468,47.243168],[-90.0133,47.200224],[-90.041107,47.157279],[-90.068939,47.114384],[-90.096747,47.071488],[-90.124579,47.028544],[-90.152411,46.9856],[-90.180219,46.94268],[-90.208051,46.89976],[-90.235907,46.85684],[-90.263715,46.813896],[-90.291522,46.771],[-90.319354,46.728056],[-90.347162,46.685112],[-90.375018,46.642216],[-90.402826,46.599272],[-90.412543,46.584233],[-90.407367,46.565385],[-90.403192,46.555082],[-90.399017,46.550956],[-90.392279,46.547929],[-90.381024,46.546611],[-90.372577,46.547074],[-90.365131,46.549052],[-90.347504,46.556742],[-90.340839,46.557426],[-90.333783,46.554692],[-90.323798,46.540165],[-90.318182,46.535649],[-90.298676,46.532963],[-90.289398,46.530448],[-90.280048,46.523637],[-90.271747,46.519316],[-90.259906,46.516484],[-90.250311,46.515776],[-90.240033,46.513481],[-90.230341,46.508744],[-90.217304,46.498246],[-90.205096,46.486039],[-90.195062,46.469462],[-90.177875,46.441093],[-90.151581,46.397734],[-90.134979,46.37039],[-90.127167,46.350248],[-90.124042,46.345072],[-90.1185,46.340629],[-90.090448,46.335112],[-90.079901,46.333085],[-90.050189,46.327348],[-90.004071,46.31851],[-89.944208,46.306938],[-89.873456,46.29329],[-89.794379,46.278105],[-89.709882,46.26182],[-89.622626,46.245024],[-89.53537,46.228227],[-89.450848,46.211991],[-89.37182,46.196757],[-89.301044,46.183134],[-89.241156,46.171537],[-89.195038,46.162699],[-89.165326,46.156987],[-89.154828,46.155009],[-89.119232,46.148173],[-89.098554,46.139872],[-89.039227,46.116142],[-88.97995,46.092485],[-88.920624,46.068803],[-88.861322,46.04517],[-88.837274,46.0356],[-88.824286,46.034404],[-88.816571,46.034648],[-88.801776,46.036625],[-88.795013,46.036576],[-88.787787,46.034404],[-88.780585,46.029496],[-88.770429,46.028031],[-88.76225,46.0283],[-88.7414,46.033793],[-88.733734,46.034648],[-88.724384,46.033891],[-88.714008,46.031474],[-88.698871,46.025761],[-88.676166,46.020707],[-88.642084,46.00811],[-88.630609,46.006132],[-88.621942,46.006913],[-88.600262,46.018901],[-88.59372,46.020146],[-88.586151,46.019511],[-88.578925,46.018168],[-88.570868,46.017778],[-88.56413,46.019096],[-88.551727,46.024076],[-88.545062,46.025517],[-88.537347,46.026054],[-88.529193,46.025248],[-88.519061,46.02266],[-88.508466,46.018168],[-88.491888,46.009233],[-88.482001,46.007328],[-88.473554,46.007328],[-88.467352,46.008866],[-88.460004,46.009086],[-88.452264,46.007011],[-88.418085,45.993681],[-88.408319,45.992436],[-88.399872,45.992436],[-88.379144,45.996659],[-88.370429,45.995487],[-88.361371,45.991777],[-88.335907,45.977323],[-88.329999,45.975688],[-88.313007,45.973588],[-88.278046,45.9731],[-88.269891,45.972172],[-88.261835,45.970024],[-88.244208,45.962846],[-88.227411,45.958354],[-88.218915,45.957499],[-88.210858,45.957719],[-88.195624,45.959477],[-88.187738,45.959379],[-88.180219,45.957255],[-88.154437,45.942509],[-88.147943,45.939823],[-88.132269,45.935746],[-88.123187,45.931498],[-88.115204,45.924589],[-88.089276,45.884184],[-88.085541,45.876737],[-88.086444,45.867753],[-88.089935,45.862113],[-88.093939,45.857206],[-88.11579,45.836625],[-88.119501,45.831718],[-88.122137,45.82642],[-88.122504,45.819682],[-88.119696,45.812504],[-88.109979,45.803154],[-88.102313,45.798027],[-88.08747,45.791874],[-88.072528,45.78748],[-88.055829,45.784574],[-88.047357,45.784184],[-88.031659,45.785527],[-88.011005,45.790141],[-88.005194,45.79019],[-88.000897,45.788774],[-87.99809,45.787236],[-87.986127,45.77581],[-87.981708,45.772392],[-87.976288,45.769267],[-87.969794,45.766654],[-87.953192,45.763139],[-87.909637,45.760502],[-87.901776,45.758866],[-87.895331,45.756132],[-87.889911,45.75308],[-87.885516,45.749369],[-87.873822,45.736991],[-87.86889,45.7335],[-87.844965,45.72144],[-87.834979,45.715092],[-87.822455,45.7033],[-87.808685,45.692875],[-87.802606,45.68704],[-87.801093,45.683988],[-87.801239,45.681034],[-87.803876,45.675321],[-87.808368,45.671928],[-87.818964,45.665483],[-87.821454,45.660014],[-87.820673,45.652665],[-87.813788,45.642118],[-87.7966,45.622026],[-87.79328,45.616215],[-87.791254,45.608647],[-87.791425,45.595414],[-87.793915,45.587358],[-87.797797,45.581352],[-87.802679,45.578202],[-87.808856,45.576029],[-87.815717,45.574467],[-87.82038,45.570414],[-87.821283,45.56143],[-87.812152,45.541093],[-87.803803,45.509989],[-87.803558,45.503349],[-87.80412,45.499906],[-87.80639,45.494682],[-87.811932,45.484696],[-87.819525,45.475468],[-87.823773,45.471293],[-87.82851,45.467582],[-87.861371,45.449931],[-87.86579,45.446171],[-87.868427,45.44019],[-87.869183,45.432011],[-87.866644,45.419657],[-87.867181,45.41143],[-87.869183,45.404838],[-87.881024,45.383427],[-87.882196,45.377397],[-87.879462,45.370976],[-87.873309,45.364823],[-87.85827,45.357572],[-87.848554,45.356181],[-87.840692,45.357182],[-87.828973,45.362138],[-87.82226,45.363578],[-87.814642,45.363432],[-87.791742,45.358378],[-87.783246,45.357865],[-87.775604,45.358354],[-87.768475,45.35955],[-87.695087,45.387431],[-87.68869,45.388798],[-87.681708,45.388139],[-87.675751,45.384989],[-87.66955,45.379545],[-87.661224,45.370365],[-87.654804,45.36143],[-87.653412,45.356449],[-87.653778,45.351176],[-87.658514,45.344877],[-87.6737,45.332939],[-87.68205,45.324589],[-87.706952,45.284135],[-87.726654,45.243754],[-87.730292,45.231205],[-87.73476,45.199345],[-87.733563,45.192338],[-87.726654,45.182817],[-87.711566,45.168974],[-87.688129,45.151982],[-87.678021,45.142216],[-87.672577,45.135234],[-87.670404,45.130522],[-87.653558,45.120756],[-87.596918,45.104252],[-87.542743,45.089506],[-87.488407,45.083885],[-87.436049,45.078976],[-87.422959,45.132971],[-87.403325,45.204963],[-87.311697,45.242596],[-87.24433,45.288774],[-87.1988,45.32277],[-87.166076,45.355494],[-87.131716,45.399671],[-87.092447,45.443848],[-87.031908,45.442212],[-86.922282,45.442212],[-86.763571,45.443848],[-86.742377,45.43726],[-86.710541,45.423173],[-86.678656,45.409062],[-86.640314,45.394927],[-86.607574,45.381666],[-86.575249,45.367575],[-86.542095,45.354314],[-86.510599,45.341052],[-86.479103,45.327791],[-86.445949,45.314529],[-86.414453,45.301267],[-86.379641,45.288006],[-86.347316,45.273915],[-86.318306,45.262312],[-86.28681,45.24905],[-86.250623,45.236051],[-86.314434,45.19351],[-86.373338,45.160786],[-86.448603,45.114972],[-86.497689,45.075704],[-86.535907,45.040458],[-86.595042,44.990621],[-86.637584,44.944808],[-86.669989,44.893998],[-86.714642,44.84517],[-86.746918,44.768534],[-86.812657,44.647838],[-86.851926,44.562755],[-86.891194,44.46622],[-86.928827,44.366412],[-86.952997,44.279081],[-86.999896,44.16768],[-87.028635,44.071078],[-87.061359,43.969633],[-87.087054,43.873588],[-87.114374,43.76519],[-87.131716,43.664482],[-87.145038,43.574028],[-87.157895,43.481228],[-87.15163,43.408451],[-87.144805,43.33397],[-87.131716,43.236616],[-87.112081,43.117174],[-87.092447,42.991187],[-87.079357,42.896287],[-87.066268,42.80466],[-87.04827,42.702397],[-87.040089,42.627132],[-87.018818,42.496236],[-87.12648,42.49488],[-87.237435,42.493483],[-87.420062,42.491777],[-87.610541,42.491777],[-87.801044,42.491777],[-87.97829,42.49307],[-88.155536,42.494316],[-88.332733,42.495536],[-88.509979,42.496781],[-88.68725,42.498027],[-88.864496,42.499272],[-89.041718,42.500517],[-89.218964,42.501762],[-89.39621,42.503031],[-89.573456,42.504301],[-89.750726,42.505546],[-89.927972,42.506791],[-90.105219,42.508036],[-90.28244,42.509257],[-90.459662,42.510502],[-90.636908,42.511772],[-90.637177,42.511772],[-90.637494,42.511772],[-90.637738,42.511772],[-90.638031,42.511772],[-90.6383,42.511772],[-90.638568,42.511772],[-90.638837,42.511772],[-90.639105,42.511772],[-90.639398,42.511772],[-90.639667,42.511772],[-90.639911,42.511772],[-90.640204,42.511772],[-90.640497,42.511772],[-90.640741,42.511772],[-90.640985,42.511772],[-90.641278,42.511772],[-90.62868,42.53311],[-90.626263,42.544487],[-90.63454,42.559819],[-90.659711,42.58831],[-90.667865,42.599736],[-90.687323,42.640385],[-90.702997,42.655326],[-90.726532,42.661161],[-90.750043,42.663847],[-90.795721,42.676884],[-90.966571,42.701615],[-91.010492,42.71641],[-91.032977,42.729228],[-91.045477,42.742094],[-91.079511,42.791996],[-91.083148,42.810575],[-91.0862,42.852958],[-91.092206,42.870927],[-91.10202,42.884989],[-91.130585,42.911332],[-91.141473,42.928276],[-91.146405,42.95037],[-91.147675,42.996342],[-91.152313,43.007621],[-91.154169,43.019779],[-91.154657,43.056498],[-91.162396,43.090385],[-91.167792,43.160453],[-91.156512,43.195341],[-91.103461,43.249296],[-91.084784,43.280107],[-91.086493,43.317362],[-91.111029,43.340043],[-91.197113,43.365971],[-91.208807,43.372904],[-91.216522,43.383427],[-91.220966,43.410893],[-91.224188,43.421537],[-91.229169,43.431498],[-91.242938,43.451908],[-91.247943,43.462797],[-91.250971,43.474443],[-91.251898,43.486918],[-91.250458,43.499613],[-91.25014,43.500956],[-91.244379,43.524369],[-91.242816,43.536991],[-91.244086,43.550151],[-91.250018,43.576054],[-91.250751,43.589335],[-91.246625,43.620707],[-91.247015,43.63123],[-91.254535,43.657792],[-91.254755,43.666996],[-91.242694,43.721318],[-91.242816,43.740214],[-91.24577,43.759819],[-91.249213,43.768949],[-91.255487,43.776567],[-91.269159,43.788603],[-91.274554,43.79561],[-91.278534,43.804106],[-91.280536,43.812577],[-91.28122,43.821244],[-91.278729,43.85059],[-91.279511,43.873588],[-91.284247,43.897782],[-91.288422,43.909111],[-91.295013,43.918974],[-91.304999,43.926884],[-91.31828,43.933012],[-91.36098,43.944828],[-91.368817,43.957987],[-91.391937,43.979545],[-91.399066,43.993486],[-91.400897,44.001127],[-91.403461,44.007719],[-91.407513,44.013383],[-91.413983,44.018168],[-91.425971,44.022514],[-91.462567,44.024613],[-91.471063,44.026615],[-91.478534,44.029618],[-91.535223,44.063822],[-91.540985,44.065605],[-91.637665,44.065727],[-91.65014,44.068363],[-91.662616,44.073271],[-91.778387,44.149613],[-91.817108,44.162675],[-91.836884,44.18184],[-91.912177,44.288969],[-91.950116,44.335722],[-92.102606,44.436918],[-92.156073,44.451469],[-92.27265,44.465824],[-92.286054,44.470658],[-92.296796,44.479032],[-92.30517,44.490092],[-92.331,44.533158],[-92.35976,44.559819],[-92.393768,44.579594],[-92.429022,44.589311],[-92.584662,44.607963],[-92.627997,44.627519],[-92.632391,44.63372],[-92.637152,44.643119],[-92.643304,44.651689],[-92.661054,44.660307],[-92.731342,44.711576],[-92.792987,44.74058],[-92.819794,44.757841],[-92.778534,44.820219],[-92.771991,44.847245],[-92.772504,44.859379],[-92.778827,44.89163],[-92.775604,44.902421],[-92.761566,44.919389],[-92.758344,44.925737],[-92.762762,44.968583],[-92.771991,45.011112],[-92.795917,45.055888],[-92.802435,45.077983],[-92.788739,45.087455],[-92.768304,45.092729],[-92.755389,45.106645],[-92.749677,45.126347],[-92.750897,45.148881],[-92.768256,45.182402],[-92.772821,45.187529],[-92.770941,45.19932],[-92.764545,45.220292],[-92.763348,45.264726],[-92.759345,45.283329],[-92.750897,45.299711],[-92.737152,45.311918],[-92.721454,45.321293],[-92.70849,45.332743],[-92.703095,45.350932],[-92.696332,45.374076],[-92.667401,45.408329],[-92.663007,45.426322],[-92.667743,45.445439],[-92.682001,45.461186],[-92.700116,45.474711],[-92.717377,45.490922],[-92.72497,45.50557],[-92.739569,45.543949],[-92.750897,45.559184],[-92.78952,45.569779],[-92.839667,45.568852],[-92.883197,45.576127],[-92.901727,45.611332],[-92.894891,45.68704],[-92.891205,45.703764],[-92.881976,45.715922],[-92.795331,45.775346],[-92.767694,45.805058],[-92.771991,45.834159],[-92.731854,45.888261],[-92.704096,45.91309],[-92.672675,45.92349],[-92.654486,45.926908],[-92.600678,45.950834],[-92.574823,45.953862],[-92.566547,45.957035],[-92.561713,45.961308],[-92.54997,45.975151],[-92.548846,45.978129],[-92.545013,45.980278],[-92.539203,45.984965],[-92.531464,45.989653],[-92.521869,45.991801],[-92.480585,45.991801],[-92.465692,45.997343],[-92.443427,46.023759],[-92.428754,46.032743],[-92.410956,46.031938],[-92.385809,46.02808],[-92.363348,46.027299],[-92.353656,46.035844],[-92.349115,46.049491],[-92.338007,46.062968],[-92.324359,46.074028],[-92.312054,46.080546],[-92.292572,46.083329],[-92.292572,46.116288],[-92.292523,46.130912],[-92.292401,46.194267],[-92.292328,46.257597],[-92.292206,46.320951],[-92.292084,46.384306],[-92.291962,46.44766],[-92.291864,46.511015],[-92.291766,46.574369],[-92.291644,46.637675],[-92.291596,46.659672],[-92.289227,46.662992],[-92.284735,46.66248],[-92.270282,46.658744],[-92.25224,46.65767],[-92.235272,46.6585],[-92.220697,46.661235],[-92.215472,46.663725],[-92.21181,46.666801],[-92.209784,46.669438],[-92.207294,46.673832],[-92.202509,46.69932],[-92.200775,46.705473],[-92.197162,46.710649],[-92.193036,46.71475],[-92.187933,46.717973],[-92.182196,46.719828],[-92.165887,46.72288],[-92.160663,46.725468],[-92.157147,46.72935],[-92.148651,46.746244],[-92.140668,46.755278],[-92.124677,46.763725],[-92.109955,46.768656],[-92.075604,46.759233],[-92.027997,46.746098],[-91.964862,46.728739],[-91.922186,46.745512],[-91.865448,46.767826],[-91.808734,46.790165],[-91.75202,46.812455],[-91.695258,46.83477],[-91.638495,46.857109],[-91.581805,46.879423],[-91.525067,46.901737],[-91.468304,46.924052],[-91.366522,46.972099],[-91.26474,47.020072],[-91.162933,47.06807],[-91.061127,47.116093],[-90.959345,47.164091],[-90.857538,47.212065],[-90.75578,47.260112],[-90.653973,47.308061],[-90.566962,47.305326],[-90.479901,47.302616],[-90.392841,47.299858],[-90.305804,47.297123],[-90.218744,47.294316],[-90.131708,47.291581],[-90.044647,47.288847],[-89.957636,47.286112]]]},"type":"Feature","properties":{"postal":"WI","name":"Wisconsin","type":"State","center":[-89.96799268404204,44.70135368645464]}},"WV":{"geometry":{"type":"Polygon","coordinates":[[[-80.519403,39.721488],[-80.38913,39.721513],[-80.258905,39.721513],[-80.12868,39.721562],[-79.998407,39.721611],[-79.868182,39.721635],[-79.737958,39.721659],[-79.60766,39.721708],[-79.477435,39.721757],[-79.487933,39.209867],[-79.485785,39.206913],[-79.481903,39.206742],[-79.472015,39.210527],[-79.459296,39.217143],[-79.347528,39.295317],[-79.339545,39.297319],[-79.298163,39.302763],[-79.290399,39.305522],[-79.286395,39.309526],[-79.274628,39.330741],[-79.267474,39.33936],[-79.254462,39.350004],[-79.226141,39.366801],[-79.179535,39.386332],[-79.174579,39.389213],[-79.170136,39.392948],[-79.158954,39.405302],[-79.139887,39.416923],[-79.136127,39.419779],[-79.132318,39.423393],[-79.129486,39.426835],[-79.127069,39.430302],[-79.114398,39.45557],[-79.111322,39.459892],[-79.107343,39.464164],[-79.102704,39.467265],[-79.064667,39.482328],[-79.057098,39.483329],[-79.04787,39.482621],[-79.030804,39.477494],[-79.014569,39.46995],[-78.995721,39.455863],[-78.985077,39.451054],[-78.977509,39.449882],[-78.969012,39.450273],[-78.957782,39.454154],[-78.952069,39.457695],[-78.947455,39.461674],[-78.937518,39.474076],[-78.877631,39.521684],[-78.865643,39.534696],[-78.855536,39.548149],[-78.852338,39.551445],[-78.848187,39.554838],[-78.844428,39.557377],[-78.839618,39.559599],[-78.834442,39.561088],[-78.816962,39.564042],[-78.811151,39.565873],[-78.808026,39.568437],[-78.809052,39.57122],[-78.813251,39.576957],[-78.814325,39.581205],[-78.813666,39.586381],[-78.811224,39.59163],[-78.808148,39.59622],[-78.7935,39.613481],[-78.788104,39.62183],[-78.784003,39.629862],[-78.78139,39.633549],[-78.778583,39.636796],[-78.774725,39.637846],[-78.769989,39.637065],[-78.762958,39.631987],[-78.75993,39.627934],[-78.750873,39.620072],[-78.739667,39.614213],[-78.737738,39.610649],[-78.738837,39.608329],[-78.743866,39.606889],[-78.75202,39.603105],[-78.754364,39.600834],[-78.755927,39.598222],[-78.757416,39.594487],[-78.757684,39.590458],[-78.757611,39.587773],[-78.757098,39.586064],[-78.756366,39.584867],[-78.750751,39.578764],[-78.748578,39.577226],[-78.745184,39.575419],[-78.708807,39.561503],[-78.692328,39.552616],[-78.68808,39.54932],[-78.683246,39.54622],[-78.658759,39.539921],[-78.577289,39.529106],[-78.574872,39.532939],[-78.540741,39.541362],[-78.468964,39.533598],[-78.437836,39.551591],[-78.433148,39.561723],[-78.438031,39.566899],[-78.457953,39.572172],[-78.454706,39.586308],[-78.438446,39.589994],[-78.418964,39.59019],[-78.40622,39.59412],[-78.433807,39.624198],[-78.423676,39.629301],[-78.414911,39.629936],[-78.395355,39.627299],[-78.386151,39.628178],[-78.360175,39.638188],[-78.340277,39.641825],[-78.299945,39.634989],[-78.280023,39.635356],[-78.272723,39.640214],[-78.254828,39.658158],[-78.243182,39.665434],[-78.213471,39.69329],[-78.205341,39.697929],[-78.19599,39.70142],[-78.184442,39.704252],[-78.132977,39.701347],[-78.086932,39.678251],[-78.010761,39.617948],[-77.991791,39.607963],[-77.969135,39.601567],[-77.947699,39.600834],[-77.932269,39.608012],[-77.921356,39.610697],[-77.8935,39.60457],[-77.887885,39.608012],[-77.882636,39.61558],[-77.870526,39.617167],[-77.856805,39.615092],[-77.846893,39.611747],[-77.832269,39.596488],[-77.837445,39.581108],[-77.855707,39.568998],[-77.880438,39.563945],[-77.874408,39.552983],[-77.85993,39.515531],[-77.853729,39.515531],[-77.851337,39.525102],[-77.846088,39.536015],[-77.838568,39.54268],[-77.829535,39.539701],[-77.822968,39.528373],[-77.826508,39.520927],[-77.83244,39.515141],[-77.833246,39.508695],[-77.820648,39.496928],[-77.805927,39.496781],[-77.789105,39.500883],[-77.770575,39.501884],[-77.770575,39.495048],[-77.784418,39.491972],[-77.790936,39.484184],[-77.790839,39.473271],[-77.784833,39.460893],[-77.806244,39.448149],[-77.793475,39.438432],[-77.747601,39.423051],[-77.738934,39.406132],[-77.743817,39.387724],[-77.751483,39.369023],[-77.751312,39.351029],[-77.736054,39.331547],[-77.734686,39.331059],[-77.736615,39.327323],[-77.743207,39.315116],[-77.765106,39.274711],[-77.781879,39.243925],[-77.806635,39.198271],[-77.822723,39.168803],[-77.829486,39.156327],[-77.835736,39.144169],[-77.844305,39.150102],[-77.854828,39.156694],[-77.911249,39.19224],[-77.96767,39.227763],[-78.024115,39.263285],[-78.08056,39.298832],[-78.137006,39.33433],[-78.193427,39.369902],[-78.249847,39.405448],[-78.306293,39.440946],[-78.322162,39.450834],[-78.336005,39.444975],[-78.350214,39.427616],[-78.355341,39.417753],[-78.35766,39.409623],[-78.357221,39.39954],[-78.351263,39.369535],[-78.3508,39.359257],[-78.352606,39.347563],[-78.354315,39.341581],[-78.358856,39.331303],[-78.372943,39.312089],[-78.403876,39.277812],[-78.407147,39.273466],[-78.409442,39.268852],[-78.410761,39.263993],[-78.410736,39.259623],[-78.410272,39.25518],[-78.409222,39.250883],[-78.408148,39.240361],[-78.408514,39.23455],[-78.40976,39.228813],[-78.416327,39.212944],[-78.418182,39.206962],[-78.419428,39.200956],[-78.41911,39.195487],[-78.418182,39.190385],[-78.413934,39.175932],[-78.413397,39.171195],[-78.413886,39.166386],[-78.415619,39.162406],[-78.42038,39.156962],[-78.452777,39.125688],[-78.492743,39.101078],[-78.532294,39.064042],[-78.548822,39.042778],[-78.550775,39.038871],[-78.551605,39.035234],[-78.550409,39.031474],[-78.549725,39.027641],[-78.550165,39.023759],[-78.555609,39.015654],[-78.58122,38.989555],[-78.587811,38.985209],[-78.596381,38.981181],[-78.612567,38.976689],[-78.623065,38.975102],[-78.631439,38.972416],[-78.636932,38.968583],[-78.643036,38.960404],[-78.653632,38.942729],[-78.660541,38.934306],[-78.6664,38.929936],[-78.674091,38.92559],[-78.696967,38.917411],[-78.704999,38.915922],[-78.711346,38.915629],[-78.716254,38.916703],[-78.720429,38.919364],[-78.723602,38.922734],[-78.726288,38.926713],[-78.729364,38.930278],[-78.732636,38.932719],[-78.737665,38.932817],[-78.743182,38.930082],[-78.765863,38.903959],[-78.796698,38.868534],[-78.833148,38.826664],[-78.862225,38.793193],[-78.867719,38.788237],[-78.873602,38.785209],[-78.880731,38.786772],[-78.916083,38.806156],[-78.958807,38.829545],[-78.988178,38.845634],[-78.993695,38.845903],[-78.9987,38.842314],[-79.041083,38.797465],[-79.04809,38.788334],[-79.052557,38.780229],[-79.053998,38.775004],[-79.056805,38.769145],[-79.061469,38.762236],[-79.078949,38.742802],[-79.083563,38.734941],[-79.085883,38.728569],[-79.096381,38.672172],[-79.098016,38.668339],[-79.102582,38.663945],[-79.110053,38.658988],[-79.12514,38.651762],[-79.135663,38.645439],[-79.145892,38.63726],[-79.15473,38.626029],[-79.159052,38.618681],[-79.16203,38.612529],[-79.171356,38.579545],[-79.17287,38.576713],[-79.173261,38.574955],[-79.174677,38.571293],[-79.175531,38.568461],[-79.190155,38.534062],[-79.195966,38.524101],[-79.20246,38.515092],[-79.22038,38.495536],[-79.244598,38.469071],[-79.280096,38.430278],[-79.284491,38.42686],[-79.290009,38.42432],[-79.297382,38.424833],[-79.359735,38.441069],[-79.412347,38.454765],[-79.457636,38.466557],[-79.504315,38.478739],[-79.507147,38.479887],[-79.508441,38.480766],[-79.507294,38.484477],[-79.503119,38.492216],[-79.502045,38.495805],[-79.501971,38.49893],[-79.502411,38.500785],[-79.504779,38.505131],[-79.543671,38.560673],[-79.54682,38.564115],[-79.549896,38.566435],[-79.552362,38.567631],[-79.635956,38.592118],[-79.642157,38.592265],[-79.648578,38.588066],[-79.654071,38.580302],[-79.660419,38.563139],[-79.662421,38.553471],[-79.663055,38.545414],[-79.662567,38.540238],[-79.662665,38.534672],[-79.664911,38.528935],[-79.669159,38.521659],[-79.687762,38.50081],[-79.688641,38.498368],[-79.691376,38.484013],[-79.692596,38.442143],[-79.694818,38.436528],[-79.699286,38.430375],[-79.715521,38.413432],[-79.721161,38.404643],[-79.731122,38.374906],[-79.73559,38.369487],[-79.745795,38.364311],[-79.765399,38.358549],[-79.769354,38.355082],[-79.772748,38.349711],[-79.776776,38.340556],[-79.782294,38.332231],[-79.79223,38.321904],[-79.79743,38.314921],[-79.799432,38.305497],[-79.798114,38.299565],[-79.793939,38.28975],[-79.792572,38.285282],[-79.792011,38.280204],[-79.794501,38.273881],[-79.799091,38.267509],[-79.815985,38.25352],[-79.8383,38.241801],[-79.84809,38.234916],[-79.870038,38.21309],[-79.916596,38.179057],[-79.920038,38.174369],[-79.922162,38.169169],[-79.922308,38.161332],[-79.919696,38.151225],[-79.921014,38.144755],[-79.943427,38.088627],[-79.966864,38.052568],[-79.999945,38.001591],[-80.031854,37.972807],[-80.086737,37.92332],[-80.129266,37.884916],[-80.164325,37.8533],[-80.206903,37.814848],[-80.208466,37.81165],[-80.216547,37.788578],[-80.220136,37.781523],[-80.248456,37.739408],[-80.284857,37.685136],[-80.289374,37.675004],[-80.288544,37.671342],[-80.287665,37.669071],[-80.285663,37.666899],[-80.273114,37.657377],[-80.262201,37.651347],[-80.233344,37.639701],[-80.228876,37.635893],[-80.225897,37.630668],[-80.22497,37.621586],[-80.22724,37.615483],[-80.230731,37.610673],[-80.240057,37.603959],[-80.260761,37.593437],[-80.277289,37.587113],[-80.283856,37.583842],[-80.291376,37.579203],[-80.301605,37.570512],[-80.30622,37.563725],[-80.30871,37.557353],[-80.308661,37.552519],[-80.307709,37.547831],[-80.305292,37.543754],[-80.301434,37.54058],[-80.28996,37.53455],[-80.285907,37.530107],[-80.286249,37.519389],[-80.289789,37.513652],[-80.294305,37.509233],[-80.416083,37.454301],[-80.446161,37.432914],[-80.45246,37.429496],[-80.457855,37.428251],[-80.46286,37.428007],[-80.468378,37.428764],[-80.472626,37.430693],[-80.476459,37.433891],[-80.479315,37.437992],[-80.480927,37.442704],[-80.481342,37.447685],[-80.481024,37.456547],[-80.481879,37.460209],[-80.483344,37.464018],[-80.486884,37.467778],[-80.496796,37.469853],[-80.504266,37.470317],[-80.527826,37.468266],[-80.551044,37.462113],[-80.592792,37.446415],[-80.6414,37.428227],[-80.6862,37.406571],[-80.73122,37.38477],[-80.736029,37.383085],[-80.743744,37.38184],[-80.747504,37.38206],[-80.750507,37.3835],[-80.75329,37.386186],[-80.755292,37.38997],[-80.757782,37.393437],[-80.761737,37.396171],[-80.766864,37.397929],[-80.784442,37.400834],[-80.788812,37.403129],[-80.79079,37.406571],[-80.791058,37.414555],[-80.792767,37.41724],[-80.796161,37.419316],[-80.799384,37.420414],[-80.82702,37.425395],[-80.836054,37.425785],[-80.845892,37.424809],[-80.859613,37.420707],[-80.867328,37.416557],[-80.872821,37.412162],[-80.876337,37.407377],[-80.878876,37.40225],[-80.880878,37.396586],[-80.881488,37.390849],[-80.880975,37.385307],[-80.879169,37.380473],[-80.864374,37.359013],[-80.863666,37.353324],[-80.864935,37.346391],[-80.871356,37.336064],[-80.877045,37.330204],[-80.882367,37.325834],[-80.948261,37.294828],[-80.955145,37.293534],[-80.960809,37.294535],[-80.97475,37.30413],[-80.982538,37.305107],[-80.99223,37.30435],[-81.019623,37.293217],[-81.028436,37.290946],[-81.132074,37.280253],[-81.212958,37.246562],[-81.224091,37.24434],[-81.226727,37.245487],[-81.22912,37.247123],[-81.231512,37.250029],[-81.235223,37.257255],[-81.237933,37.260771],[-81.24184,37.264189],[-81.249847,37.269609],[-81.30224,37.296171],[-81.306854,37.299272],[-81.312616,37.304447],[-81.332391,37.327226],[-81.336493,37.330741],[-81.342596,37.333891],[-81.350897,37.335307],[-81.363495,37.334574],[-81.371893,37.330546],[-81.376776,37.326274],[-81.379633,37.322123],[-81.386688,37.305619],[-81.390839,37.29849],[-81.396747,37.2908],[-81.408637,37.279643],[-81.416815,37.274369],[-81.424091,37.271342],[-81.463886,37.2679],[-81.479022,37.26436],[-81.48725,37.261112],[-81.493817,37.257475],[-81.545624,37.212773],[-81.553387,37.208573],[-81.560126,37.206254],[-81.583929,37.204765],[-81.644598,37.209355],[-81.656683,37.212162],[-81.681561,37.226615],[-81.717206,37.241288],[-81.722064,37.244413],[-81.730438,37.251615],[-81.74372,37.268022],[-81.747382,37.271659],[-81.751825,37.275102],[-81.757025,37.278227],[-81.762787,37.280522],[-81.7716,37.282987],[-81.793475,37.284745],[-81.807391,37.284574],[-81.820013,37.285697],[-81.823798,37.286405],[-81.835272,37.29207],[-81.844232,37.299125],[-81.847675,37.302983],[-81.850507,37.307084],[-81.859467,37.325883],[-81.862372,37.330033],[-81.865961,37.333793],[-81.875409,37.340312],[-81.923163,37.367192],[-81.927411,37.370756],[-81.930658,37.374931],[-81.932733,37.379692],[-81.933441,37.384965],[-81.933099,37.390849],[-81.929437,37.414848],[-81.92912,37.42061],[-81.929706,37.425688],[-81.930804,37.430937],[-81.932636,37.435746],[-81.935175,37.439945],[-81.938373,37.443486],[-81.942011,37.446415],[-81.977631,37.464775],[-81.981635,37.468168],[-81.983661,37.47227],[-81.983954,37.476786],[-81.981415,37.481425],[-81.97807,37.485014],[-81.954022,37.500151],[-81.953387,37.500981],[-81.952142,37.502983],[-81.950678,37.507084],[-81.949506,37.512431],[-81.949579,37.517997],[-81.950995,37.5231],[-81.953778,37.527983],[-81.956561,37.531498],[-81.965228,37.538676],[-81.983881,37.546855],[-81.994891,37.547831],[-82.024677,37.542289],[-82.036835,37.54329],[-82.115936,37.563383],[-82.129364,37.569584],[-82.136249,37.575492],[-82.135516,37.580815],[-82.135394,37.586381],[-82.136493,37.591606],[-82.138837,37.596244],[-82.142133,37.600346],[-82.150018,37.607841],[-82.181097,37.63018],[-82.188788,37.631571],[-82.194061,37.630033],[-82.198138,37.628178],[-82.200946,37.630033],[-82.219354,37.651445],[-82.228925,37.659086],[-82.23642,37.66331],[-82.244305,37.666654],[-82.283075,37.678276],[-82.291693,37.682939],[-82.296454,37.688383],[-82.300897,37.703227],[-82.315326,37.736357],[-82.316596,37.741508],[-82.316815,37.747001],[-82.323773,37.757621],[-82.336298,37.771806],[-82.399237,37.823002],[-82.401923,37.827104],[-82.40412,37.831669],[-82.407343,37.841777],[-82.412128,37.873979],[-82.413934,37.880473],[-82.417401,37.887553],[-82.424823,37.897856],[-82.430634,37.903617],[-82.4362,37.908012],[-82.476679,37.931108],[-82.481928,37.936552],[-82.482831,37.941362],[-82.481024,37.944291],[-82.468475,37.960014],[-82.465936,37.964262],[-82.465375,37.967973],[-82.466522,37.973344],[-82.470087,37.980986],[-82.475189,37.986918],[-82.478973,37.990434],[-82.533685,38.028813],[-82.540643,38.035844],[-82.545209,38.045072],[-82.550482,38.059526],[-82.555975,38.068168],[-82.631195,38.152861],[-82.636835,38.161576],[-82.637372,38.166532],[-82.636981,38.171269],[-82.635663,38.174613],[-82.633856,38.176957],[-82.630707,38.179447],[-82.612616,38.189799],[-82.605267,38.196171],[-82.602167,38.200346],[-82.600555,38.204545],[-82.59975,38.20955],[-82.601019,38.22581],[-82.600409,38.231254],[-82.598846,38.235746],[-82.595746,38.238554],[-82.590741,38.239799],[-82.578583,38.241703],[-82.574359,38.244023],[-82.57182,38.247636],[-82.571381,38.252641],[-82.571552,38.258232],[-82.572284,38.263554],[-82.572626,38.274223],[-82.570282,38.296757],[-82.567743,38.309233],[-82.568817,38.318852],[-82.571991,38.330522],[-82.590106,38.362113],[-82.593573,38.369706],[-82.593939,38.372441],[-82.593817,38.376152],[-82.590009,38.40225],[-82.589667,38.413432],[-82.589447,38.419316],[-82.588983,38.418754],[-82.552655,38.405522],[-82.509003,38.409135],[-82.424506,38.433061],[-82.34953,38.437944],[-82.331683,38.443608],[-82.316986,38.460966],[-82.309515,38.478691],[-82.288202,38.56663],[-82.277118,38.588285],[-82.263104,38.597538],[-82.215106,38.591996],[-82.192743,38.595317],[-82.17746,38.611796],[-82.176703,38.621879],[-82.179096,38.635404],[-82.183197,38.648124],[-82.192474,38.665483],[-82.190692,38.675737],[-82.184296,38.690019],[-82.187543,38.715312],[-82.195258,38.731694],[-82.20434,38.74539],[-82.211591,38.762651],[-82.20871,38.78599],[-82.191766,38.797953],[-82.172772,38.80828],[-82.1612,38.831425],[-82.148236,38.849003],[-82.143329,38.858232],[-82.136493,38.899174],[-82.120697,38.929985],[-82.092206,38.968583],[-82.058368,39.003227],[-82.02663,39.022074],[-82.002972,39.021708],[-81.98432,39.012065],[-81.96889,39.000834],[-81.937445,38.99058],[-81.924017,38.978544],[-81.914789,38.962846],[-81.90993,38.946977],[-81.906488,38.941654],[-81.904169,38.936332],[-81.903095,38.929618],[-81.905292,38.923832],[-81.910248,38.921147],[-81.915179,38.919438],[-81.917401,38.916557],[-81.92038,38.903251],[-81.925726,38.897636],[-81.927631,38.892753],[-81.920502,38.881816],[-81.901679,38.874247],[-81.879999,38.883158],[-81.860565,38.899272],[-81.84848,38.913432],[-81.840814,38.937529],[-81.834784,38.949369],[-81.824286,38.954423],[-81.812128,38.951005],[-81.794501,38.936137],[-81.783637,38.932719],[-81.763983,38.937236],[-81.764496,38.948832],[-81.773749,38.964457],[-81.780194,38.981108],[-81.775238,39.017192],[-81.777094,39.034965],[-81.790155,39.042582],[-81.796405,39.044804],[-81.803827,39.050224],[-81.810516,39.056938],[-81.814349,39.063041],[-81.818915,39.0762],[-81.818475,39.079765],[-81.812567,39.080082],[-81.762445,39.096098],[-81.754559,39.105278],[-81.752289,39.128202],[-81.755096,39.165263],[-81.753705,39.177665],[-81.746088,39.193363],[-81.698065,39.237089],[-81.68244,39.271],[-81.66225,39.27559],[-81.637518,39.276152],[-81.615741,39.282768],[-81.608881,39.275321],[-81.600873,39.280644],[-81.594891,39.282402],[-81.58891,39.280668],[-81.580975,39.275321],[-81.569354,39.287675],[-81.562274,39.32642],[-81.554266,39.344218],[-81.4789,39.40059],[-81.463153,39.406547],[-81.420526,39.406279],[-81.411176,39.398466],[-81.401556,39.380888],[-81.388446,39.362162],[-81.368695,39.351029],[-81.344989,39.353495],[-81.310199,39.378886],[-81.289862,39.385185],[-81.268988,39.386943],[-81.24704,39.391752],[-81.226947,39.398466],[-81.211639,39.406279],[-81.183319,39.430619],[-81.165595,39.442289],[-81.125775,39.453691],[-81.110663,39.468949],[-81.087518,39.501884],[-81.055341,39.530033],[-80.944159,39.598075],[-80.875238,39.628788],[-80.873358,39.638993],[-80.861591,39.666362],[-80.8612,39.671171],[-80.862616,39.682402],[-80.861591,39.68682],[-80.857098,39.690971],[-80.841107,39.701127],[-80.835663,39.720365],[-80.838959,39.733695],[-80.849457,39.745268],[-80.865326,39.759159],[-80.871014,39.77122],[-80.862885,39.779545],[-80.841107,39.790483],[-80.835687,39.800785],[-80.831561,39.820561],[-80.828095,39.830863],[-80.821747,39.842387],[-80.815424,39.850859],[-80.796747,39.868681],[-80.794305,39.876908],[-80.79809,39.887797],[-80.803558,39.899345],[-80.806366,39.909648],[-80.802045,39.925004],[-80.791425,39.923979],[-80.777997,39.91829],[-80.765375,39.919584],[-80.758685,39.929399],[-80.75993,39.938798],[-80.763886,39.947123],[-80.765375,39.953739],[-80.757929,39.970854],[-80.748895,39.98289],[-80.741303,39.996781],[-80.738104,40.019511],[-80.739081,40.06082],[-80.735346,40.080009],[-80.724432,40.104545],[-80.702924,40.139457],[-80.694354,40.157548],[-80.687054,40.193119],[-80.677826,40.216142],[-80.656757,40.255375],[-80.647284,40.263285],[-80.620184,40.280375],[-80.614569,40.28643],[-80.60495,40.31746],[-80.600555,40.323344],[-80.601874,40.33665],[-80.608368,40.359037],[-80.608905,40.363945],[-80.607587,40.374711],[-80.608368,40.379521],[-80.612665,40.38311],[-80.619598,40.385453],[-80.626093,40.386528],[-80.628876,40.386381],[-80.627094,40.409696],[-80.606659,40.448905],[-80.601508,40.471391],[-80.605121,40.485942],[-80.614081,40.503666],[-80.636298,40.537162],[-80.669501,40.571562],[-80.676849,40.588798],[-80.666376,40.608866],[-80.648285,40.619389],[-80.622528,40.626005],[-80.597284,40.62664],[-80.580438,40.61912],[-80.535712,40.64351],[-80.520233,40.646781],[-80.520233,40.646195],[-80.520233,40.645634],[-80.520233,40.645072],[-80.520233,40.644487],[-80.520233,40.643901],[-80.520233,40.643315],[-80.520233,40.642729],[-80.520233,40.642167],[-80.520184,40.561869],[-80.520087,40.48162],[-80.520013,40.401371],[-80.51994,40.321098],[-80.519867,40.240849],[-80.519794,40.160575],[-80.519696,40.080351],[-80.519696,40.000102],[-80.519623,39.930448],[-80.51955,39.860771],[-80.519476,39.791117],[-80.519403,39.721488]]]},"type":"Feature","properties":{"postal":"WV","name":"West Virginia","type":"State","center":[-80.4206675811614,38.84251520825032]}},"DE":{"geometry":{"type":"Polygon","coordinates":[[[-75.424463,39.806614],[-75.427642,39.803412],[-75.462961,39.784613],[-75.476715,39.772121],[-75.48766,39.731676],[-75.500722,39.71426],[-75.545766,39.670233],[-75.551137,39.666246],[-75.586822,39.655951],[-75.592152,39.649237],[-75.595204,39.638495],[-75.601145,39.627265],[-75.605214,39.616685],[-75.602691,39.607896],[-75.574045,39.585598],[-75.5655,39.57685],[-75.555816,39.559272],[-75.554596,39.541164],[-75.561187,39.523017],[-75.575063,39.505194],[-75.583567,39.483344],[-75.587938,39.462771],[-75.568863,39.440355],[-75.552761,39.425794],[-75.527891,39.403391],[-75.490793,39.353461],[-75.488515,39.347317],[-75.482411,39.344672],[-75.459165,39.328293],[-75.434411,39.314874],[-75.42849,39.291293],[-75.407704,39.27025],[-75.39802,39.249335],[-75.394154,39.224595],[-75.404757,39.172231],[-75.406116,39.151999],[-75.404573,39.130647],[-75.401616,39.117166],[-75.397445,39.102636],[-75.401404,39.078288],[-75.39379,39.055551],[-75.369205,39.040257],[-75.342582,39.020211],[-75.314849,38.984076],[-75.311128,38.967954],[-75.31107,38.949468],[-75.310326,38.927818],[-75.29662,38.913072],[-75.244353,38.859799],[-75.195483,38.815491],[-75.166327,38.794382],[-75.130414,38.782772],[-75.099926,38.788048],[-75.095861,38.797555],[-75.099252,38.805481],[-75.092475,38.807592],[-75.08434,38.795967],[-75.066123,38.678025],[-75.064807,38.632609],[-75.071848,38.638332],[-75.077622,38.686475],[-75.086411,38.693345],[-75.120921,38.683835],[-75.139189,38.688052],[-75.119781,38.658881],[-75.133941,38.660386],[-75.139394,38.662055],[-75.145863,38.661526],[-75.147206,38.660061],[-75.149973,38.659817],[-75.15331,38.658881],[-75.142568,38.650539],[-75.130442,38.643052],[-75.116119,38.638414],[-75.098704,38.638414],[-75.121409,38.621324],[-75.190053,38.606676],[-75.207916,38.590033],[-75.187408,38.590033],[-75.191518,38.582709],[-75.196441,38.57685],[-75.201975,38.572455],[-75.207916,38.569525],[-75.191762,38.566962],[-75.152211,38.588446],[-75.126047,38.590033],[-75.119618,38.584296],[-75.111684,38.574164],[-75.103261,38.565904],[-75.09557,38.566392],[-75.075185,38.586493],[-75.069567,38.593536],[-75.069203,38.608303],[-75.065338,38.614936],[-75.060091,38.612541],[-75.058746,38.605148],[-75.056734,38.586666],[-75.057729,38.55272],[-75.052846,38.52733],[-75.050021,38.498985],[-75.047328,38.475733],[-75.043975,38.453803],[-75.057729,38.453437],[-75.058095,38.453721],[-75.062734,38.457343],[-75.068593,38.459906],[-75.075795,38.461005],[-75.085032,38.460883],[-75.083892,38.453599],[-75.108784,38.45352],[-75.162983,38.453276],[-75.240913,38.453373],[-75.318794,38.453495],[-75.396723,38.453617],[-75.474653,38.453715],[-75.55541,38.455631],[-75.63029,38.457318],[-75.693701,38.460354],[-75.698229,38.501579],[-75.701014,38.554489],[-75.706583,38.621322],[-75.712153,38.697901],[-75.718029,38.770943],[-75.723907,38.841478],[-75.729785,38.913973],[-75.734683,38.989406],[-75.74115,39.061633],[-75.747172,39.135399],[-75.75357,39.212176],[-75.759565,39.281596],[-75.76396,39.354887],[-75.770723,39.423993],[-75.777199,39.500087],[-75.781517,39.574022],[-75.788532,39.647418],[-75.788644,39.721318],[-75.784686,39.721318],[-75.776996,39.721049],[-75.775287,39.722587],[-75.758514,39.751811],[-75.731122,39.782304],[-75.702216,39.801786],[-75.677948,39.815165],[-75.652118,39.825346],[-75.630219,39.830815],[-75.601263,39.837846],[-75.573114,39.838627],[-75.529315,39.837846],[-75.494891,39.833158],[-75.469867,39.825346],[-75.446405,39.816728],[-75.431464,39.81099],[-75.425214,39.807084],[-75.424463,39.806614]]]},"type":"Feature","properties":{"postal":"DE","name":"Delaware","type":"State","center":[-75.48442818676013,38.86994569900611]}},"MD":{"geometry":{"type":"MultiPolygon","coordinates":[[[[-75.981291,37.992836],[-75.989768,37.973151],[-75.995651,37.945147],[-76.005049,37.950472],[-76.010153,37.960734],[-76.021359,37.96114],[-76.01687,37.950381],[-76.01928,37.943986],[-76.019823,37.937604],[-76.017226,37.928794],[-76.022818,37.92826],[-76.026368,37.913515],[-76.029496,37.914962],[-76.031545,37.929664],[-76.029832,37.941942],[-76.027453,37.95079],[-76.033103,37.954671],[-76.036786,37.950718],[-76.043613,37.949192],[-76.045065,37.96537],[-76.045255,37.980088],[-76.051422,37.994086],[-76.046132,37.999416],[-76.030564,37.999827],[-76.013649,37.991615],[-76.003041,38.000963],[-76.013539,38.010484],[-76.039459,38.021145],[-76.040285,38.029195],[-76.029128,38.033697],[-76.017354,38.038693],[-76.010464,38.0358],[-76.005365,38.026514],[-75.987207,38.018796],[-75.981291,37.992836]]],[[[-76.025944,38.153421],[-76.03323,38.148551],[-76.06276,38.158907],[-76.083608,38.160666],[-76.079009,38.182844],[-76.064461,38.19451],[-76.048608,38.200408],[-76.036218,38.189908],[-76.023819,38.178458],[-76.029782,38.165901],[-76.025944,38.153421]]],[[[-75.243335,38.024688],[-75.26303,38.022635],[-75.254465,38.030911],[-75.25064,38.036892],[-75.229644,38.069892],[-75.199818,38.103827],[-75.194895,38.113959],[-75.190338,38.142727],[-75.179311,38.168199],[-75.15331,38.207017],[-75.114369,38.280219],[-75.098704,38.302639],[-75.092437,38.302639],[-75.102691,38.273139],[-75.138661,38.218817],[-75.171197,38.148289],[-75.189695,38.08978],[-75.228871,38.047512],[-75.23408,38.038601],[-75.243335,38.024688]]],[[[-75.067009,38.35352],[-75.078765,38.336737],[-75.075795,38.366278],[-75.059234,38.422797],[-75.057729,38.453437],[-75.043975,38.453803],[-75.044057,38.453437],[-75.044749,38.425035],[-75.051137,38.387763],[-75.067009,38.35352]]],[[[-79.246674,39.721708],[-79.131268,39.721659],[-79.015863,39.721659],[-78.900458,39.721659],[-78.785028,39.721659],[-78.669696,39.721659],[-78.554242,39.721635],[-78.438837,39.721611],[-78.32348,39.721611],[-78.208075,39.721611],[-78.09267,39.721611],[-77.977264,39.721611],[-77.861835,39.721562],[-77.746454,39.721513],[-77.631073,39.721513],[-77.515643,39.721513],[-77.400287,39.721513],[-77.284882,39.721513],[-77.169452,39.721488],[-77.054047,39.72144],[-76.938641,39.72144],[-76.823285,39.72144],[-76.70788,39.72144],[-76.59245,39.72144],[-76.477069,39.721391],[-76.361664,39.721342],[-76.246259,39.721342],[-76.130878,39.721342],[-76.015448,39.721342],[-75.900116,39.721342],[-75.788644,39.721318],[-75.788532,39.647418],[-75.781517,39.574022],[-75.777199,39.500087],[-75.770723,39.423993],[-75.76396,39.354887],[-75.759565,39.281596],[-75.75357,39.212176],[-75.747172,39.135399],[-75.74115,39.061633],[-75.734683,38.989406],[-75.729785,38.913973],[-75.723907,38.841478],[-75.718029,38.770943],[-75.712153,38.697901],[-75.706583,38.621322],[-75.701014,38.554489],[-75.698229,38.501579],[-75.693701,38.460354],[-75.63029,38.457318],[-75.55541,38.455631],[-75.474653,38.453715],[-75.396723,38.453617],[-75.318794,38.453495],[-75.240913,38.453373],[-75.162983,38.453276],[-75.108784,38.45352],[-75.083892,38.453599],[-75.082916,38.447455],[-75.089882,38.432201],[-75.102016,38.438538],[-75.118196,38.437481],[-75.097979,38.407913],[-75.104045,38.395242],[-75.112131,38.399466],[-75.127628,38.4058],[-75.147846,38.413715],[-75.165368,38.416875],[-75.17951,38.40842],[-75.139754,38.399463],[-75.132341,38.394185],[-75.133412,38.385159],[-75.133412,38.377672],[-75.126047,38.377672],[-75.126047,38.371527],[-75.130605,38.369289],[-75.135365,38.366034],[-75.139638,38.364081],[-75.125478,38.360338],[-75.112131,38.362494],[-75.100738,38.362128],[-75.092437,38.35102],[-75.094228,38.335354],[-75.1044,38.31623],[-75.117991,38.298163],[-75.12975,38.285549],[-75.154286,38.240912],[-75.163889,38.23371],[-75.197499,38.232571],[-75.200673,38.240302],[-75.187408,38.261664],[-75.220041,38.247626],[-75.233062,38.238959],[-75.242665,38.226955],[-75.257151,38.168158],[-75.266916,38.159247],[-75.271718,38.15233],[-75.283274,38.120551],[-75.290435,38.110826],[-75.297353,38.110785],[-75.315907,38.116889],[-75.325266,38.117011],[-75.333892,38.111558],[-75.350168,38.094062],[-75.356028,38.090318],[-75.351186,38.082099],[-75.373036,38.031968],[-75.375152,38.02383],[-75.377375,38.015198],[-75.377882,38.015165],[-75.393392,38.013711],[-75.421504,38.011773],[-75.460279,38.008864],[-75.505355,38.004502],[-75.548007,38.00111],[-75.591144,37.997232],[-75.616348,37.995778],[-75.62357,37.994278],[-75.631711,37.983676],[-75.641556,37.974777],[-75.647858,37.965717],[-75.653676,37.967963],[-75.672597,37.971991],[-75.763173,37.978217],[-75.786285,37.975898],[-75.808176,37.963446],[-75.838124,37.94123],[-75.858022,37.931138],[-75.867096,37.936103],[-75.868967,37.943305],[-75.872467,37.946967],[-75.874989,37.951117],[-75.873362,37.960028],[-75.867502,37.967231],[-75.858795,37.973212],[-75.850413,37.981106],[-75.845367,37.994086],[-75.854848,37.993354],[-75.862701,37.99079],[-75.868886,37.986518],[-75.873362,37.980455],[-75.880116,37.980455],[-75.879547,37.985338],[-75.881012,37.98664],[-75.883656,37.986762],[-75.886342,37.987942],[-75.878651,37.994574],[-75.857249,38.021145],[-75.852854,38.031968],[-75.846425,38.039618],[-75.818267,38.042711],[-75.811879,38.045966],[-75.802073,38.058051],[-75.756581,38.092597],[-75.742991,38.110826],[-75.75768,38.113267],[-75.768625,38.105618],[-75.77953,38.095404],[-75.794504,38.090318],[-75.819081,38.09101],[-75.833323,38.089179],[-75.845367,38.083482],[-75.847564,38.086371],[-75.847768,38.08747],[-75.848622,38.088324],[-75.852854,38.090318],[-75.852854,38.097805],[-75.8426,38.101304],[-75.832387,38.107571],[-75.823883,38.115546],[-75.818674,38.124457],[-75.824859,38.131293],[-75.814443,38.135199],[-75.784413,38.139472],[-75.776479,38.144965],[-75.779693,38.155219],[-75.794016,38.158881],[-75.811635,38.157294],[-75.824859,38.159247],[-75.848134,38.152167],[-75.893463,38.156073],[-75.914296,38.151801],[-75.919545,38.144843],[-75.920644,38.135728],[-75.92276,38.127875],[-75.931304,38.124457],[-75.937408,38.127631],[-75.9405,38.135403],[-75.941558,38.155463],[-75.928456,38.193549],[-75.896311,38.210679],[-75.856028,38.219713],[-75.818674,38.23371],[-75.834584,38.24018],[-75.878733,38.242865],[-75.897206,38.251125],[-75.906646,38.270982],[-75.902415,38.293769],[-75.891225,38.315131],[-75.858062,38.358588],[-75.84911,38.373969],[-75.843373,38.395453],[-75.840728,38.400824],[-75.843251,38.404364],[-75.856272,38.405666],[-75.863149,38.40176],[-75.866444,38.392401],[-75.869008,38.38109],[-75.873362,38.371527],[-75.924713,38.324897],[-75.931304,38.316881],[-75.955678,38.257799],[-75.962717,38.247992],[-75.968251,38.254055],[-75.968088,38.2626],[-75.966624,38.272284],[-75.968251,38.282131],[-75.97411,38.288153],[-75.983632,38.295478],[-75.99234,38.3039],[-75.996205,38.313178],[-75.990102,38.325995],[-75.962392,38.335842],[-75.955312,38.35102],[-75.964833,38.373481],[-75.990468,38.362047],[-76.01891,38.334784],[-76.03718,38.309475],[-76.026723,38.304185],[-76.019276,38.29442],[-76.017323,38.281806],[-76.017323,38.267808],[-76.028676,38.241767],[-76.037913,38.232489],[-76.048818,38.239325],[-76.081207,38.284084],[-76.091176,38.292426],[-76.117502,38.298285],[-76.124379,38.304836],[-76.133412,38.323065],[-76.192942,38.382758],[-76.209706,38.392035],[-76.220855,38.383612],[-76.206532,38.338568],[-76.209706,38.316881],[-76.215932,38.316881],[-76.221099,38.343899],[-76.239858,38.368232],[-76.269887,38.405666],[-76.275136,38.411566],[-76.282338,38.42182],[-76.288889,38.433539],[-76.295481,38.455512],[-76.304026,38.463284],[-76.313303,38.468695],[-76.318959,38.473944],[-76.319814,38.495022],[-76.304677,38.502631],[-76.286366,38.500149],[-76.277415,38.490953],[-76.273101,38.467475],[-76.263743,38.465522],[-76.254303,38.479804],[-76.250071,38.50495],[-76.24234,38.521186],[-76.223948,38.529608],[-76.201487,38.535102],[-76.181793,38.542792],[-76.187245,38.55329],[-76.171986,38.56623],[-76.174957,38.576972],[-76.17927,38.580512],[-76.184478,38.582587],[-76.190989,38.583564],[-76.198842,38.583808],[-76.21052,38.582709],[-76.213368,38.579495],[-76.214182,38.574042],[-76.21935,38.566392],[-76.230214,38.559516],[-76.242665,38.556708],[-76.273671,38.556464],[-76.286041,38.562812],[-76.278472,38.57685],[-76.256256,38.597398],[-76.256256,38.604234],[-76.262603,38.607815],[-76.267323,38.611802],[-76.277415,38.624742],[-76.232493,38.618069],[-76.215932,38.617906],[-76.201283,38.620673],[-76.175404,38.629218],[-76.161285,38.631008],[-76.176137,38.620673],[-76.181793,38.617906],[-76.171864,38.610256],[-76.161285,38.604234],[-76.142649,38.607489],[-76.114975,38.587975],[-76.092354,38.593634],[-76.053586,38.568039],[-76.011665,38.565655],[-75.994293,38.583686],[-75.982533,38.590033],[-75.970204,38.606594],[-75.965321,38.637397],[-75.955312,38.652655],[-75.959381,38.655707],[-75.962717,38.658881],[-75.968251,38.658881],[-75.98998,38.623969],[-75.999927,38.602595],[-76.024244,38.592846],[-76.059347,38.606201],[-76.076944,38.615604],[-76.105029,38.62491],[-76.092397,38.658881],[-76.107493,38.653998],[-76.120513,38.647935],[-76.134999,38.645941],[-76.154449,38.652655],[-76.154449,38.658881],[-76.145375,38.665025],[-76.119618,38.675605],[-76.106068,38.679389],[-76.106068,38.686225],[-76.126861,38.684882],[-76.148508,38.680894],[-76.166127,38.681464],[-76.174957,38.693671],[-76.168324,38.699897],[-76.16454,38.708157],[-76.164296,38.717719],[-76.168121,38.727729],[-76.176991,38.716132],[-76.181467,38.702379],[-76.18692,38.691067],[-76.198649,38.675056],[-76.209069,38.686724],[-76.226513,38.700971],[-76.236467,38.715155],[-76.227816,38.735727],[-76.201838,38.732306],[-76.221878,38.750932],[-76.23385,38.757449],[-76.2544,38.749237],[-76.273657,38.714527],[-76.291942,38.721315],[-76.297312,38.750939],[-76.288442,38.766698],[-76.288038,38.775526],[-76.294383,38.773854],[-76.309833,38.761238],[-76.310585,38.735331],[-76.326516,38.718243],[-76.326747,38.698755],[-76.322008,38.689431],[-76.325822,38.677534],[-76.341293,38.673173],[-76.346262,38.689927],[-76.343617,38.714179],[-76.340321,38.72842],[-76.331207,38.745917],[-76.311635,38.804267],[-76.306549,38.814358],[-76.304677,38.82274],[-76.277252,38.840888],[-76.260346,38.858046],[-76.253169,38.855003],[-76.259559,38.839215],[-76.23932,38.822075],[-76.221007,38.815277],[-76.212426,38.807637],[-76.212103,38.788245],[-76.198437,38.776205],[-76.183596,38.764384],[-76.173111,38.756612],[-76.14391,38.768134],[-76.131459,38.772895],[-76.117543,38.785061],[-76.109039,38.800727],[-76.112904,38.816555],[-76.126332,38.800727],[-76.14684,38.790351],[-76.176967,38.785551],[-76.194376,38.813918],[-76.188167,38.846691],[-76.156998,38.860124],[-76.127065,38.866034],[-76.106068,38.877997],[-76.147857,38.891547],[-76.154449,38.895331],[-76.147328,38.91592],[-76.148346,38.924954],[-76.161285,38.926418],[-76.164418,38.9206],[-76.171783,38.896918],[-76.178375,38.891669],[-76.197883,38.878456],[-76.195058,38.912177],[-76.192779,38.92829],[-76.196906,38.935648],[-76.207953,38.944046],[-76.22992,38.952344],[-76.243276,38.950629],[-76.247182,38.951158],[-76.255442,38.943834],[-76.262766,38.93537],[-76.263743,38.932603],[-76.273752,38.927883],[-76.280507,38.926663],[-76.311269,38.924628],[-76.319325,38.922675],[-76.328847,38.91649],[-76.331899,38.906968],[-76.331982,38.89548],[-76.327063,38.880958],[-76.328364,38.865156],[-76.346931,38.856454],[-76.359241,38.846602],[-76.374748,38.841573],[-76.366317,38.896321],[-76.356285,38.948639],[-76.338857,38.977607],[-76.335764,38.985012],[-76.322092,39.006415],[-76.315297,39.029364],[-76.306386,39.031317],[-76.295033,39.027655],[-76.293262,39.008771],[-76.285145,38.989428],[-76.244386,38.978904],[-76.216214,38.974319],[-76.197561,38.97934],[-76.167877,38.996324],[-76.15099,39.009101],[-76.147043,39.029486],[-76.154897,39.033677],[-76.160878,39.03974],[-76.165191,39.047512],[-76.168121,39.056708],[-76.144602,39.060126],[-76.133412,39.062934],[-76.140859,39.06977],[-76.121653,39.092475],[-76.077219,39.128363],[-76.065094,39.146145],[-76.087799,39.138658],[-76.108998,39.125922],[-76.130523,39.117825],[-76.154449,39.124416],[-76.140859,39.131822],[-76.140859,39.138658],[-76.17512,39.124091],[-76.185122,39.094164],[-76.203911,39.080236],[-76.212461,39.051791],[-76.207625,39.029812],[-76.204206,39.014533],[-76.217212,39.013114],[-76.234876,39.024752],[-76.242618,39.03326],[-76.231109,39.058276],[-76.235718,39.098208],[-76.243046,39.115753],[-76.242597,39.126783],[-76.251446,39.132604],[-76.272686,39.151552],[-76.272628,39.167992],[-76.255861,39.188536],[-76.234092,39.230449],[-76.212808,39.261967],[-76.180572,39.288072],[-76.178619,39.307847],[-76.174957,39.31623],[-76.164866,39.32331],[-76.142934,39.326646],[-76.133412,39.330471],[-76.127797,39.338528],[-76.119985,39.360175],[-76.116607,39.364651],[-76.105362,39.372048],[-76.059606,39.369629],[-76.027858,39.362445],[-75.999639,39.362217],[-75.931493,39.364984],[-75.885676,39.362529],[-75.860093,39.361785],[-75.839182,39.371487],[-75.864017,39.379595],[-75.904706,39.374283],[-76.006597,39.380548],[-76.034265,39.392877],[-76.013905,39.416164],[-75.973948,39.450832],[-75.951975,39.465806],[-75.934722,39.474514],[-75.912465,39.476386],[-75.866119,39.464301],[-75.839182,39.460761],[-75.839182,39.466986],[-75.868764,39.480658],[-75.884023,39.492255],[-75.893788,39.508612],[-75.86913,39.519477],[-75.851308,39.538398],[-75.839263,39.561469],[-75.831695,39.584377],[-75.856028,39.577379],[-75.873402,39.562893],[-75.88915,39.545478],[-75.904931,39.521532],[-75.966052,39.481732],[-76.000713,39.45279],[-75.999664,39.4855],[-75.990631,39.504462],[-75.965484,39.532864],[-75.954661,39.548082],[-75.946848,39.565375],[-75.934722,39.604193],[-75.951039,39.60102],[-75.962554,39.590766],[-75.979156,39.567288],[-76.00835,39.548687],[-76.038207,39.556621],[-76.064796,39.555635],[-76.082997,39.557807],[-76.092397,39.550198],[-76.120351,39.49494],[-76.109731,39.485012],[-76.073069,39.475084],[-76.065094,39.470771],[-76.067535,39.457831],[-76.074127,39.448798],[-76.122426,39.411038],[-76.183705,39.383002],[-76.209706,39.364651],[-76.225901,39.377834],[-76.229604,39.397528],[-76.222768,39.440334],[-76.216135,39.459377],[-76.21581,39.467597],[-76.222768,39.474514],[-76.232493,39.474514],[-76.240142,39.467027],[-76.246816,39.458238],[-76.253163,39.454006],[-76.266835,39.378852],[-76.252675,39.361518],[-76.245229,39.349555],[-76.246653,39.344143],[-76.254018,39.340074],[-76.284169,39.310614],[-76.291656,39.357123],[-76.311513,39.402777],[-76.325185,39.40766],[-76.401479,39.392524],[-76.385569,39.38227],[-76.358062,39.377102],[-76.336659,39.369208],[-76.338857,39.350979],[-76.332631,39.350979],[-76.341664,39.340481],[-76.351633,39.338202],[-76.362375,39.337226],[-76.373606,39.330471],[-76.366526,39.317328],[-76.36913,39.313178],[-76.424469,39.323676],[-76.430816,39.318101],[-76.423451,39.30565],[-76.390492,39.271552],[-76.391184,39.264879],[-76.401479,39.256008],[-76.4169,39.263983],[-76.425933,39.273749],[-76.442494,39.296942],[-76.450673,39.302069],[-76.483469,39.310614],[-76.467763,39.282904],[-76.447743,39.256741],[-76.421539,39.238349],[-76.396865,39.237981],[-76.40277,39.227816],[-76.431967,39.205936],[-76.449178,39.194957],[-76.448559,39.208435],[-76.445239,39.217905],[-76.455312,39.22016],[-76.463002,39.213813],[-76.46947,39.207542],[-76.482509,39.207388],[-76.497316,39.208557],[-76.492468,39.227465],[-76.508298,39.236027],[-76.531996,39.24584],[-76.564573,39.264964],[-76.570818,39.273638],[-76.581166,39.26732],[-76.591054,39.263495],[-76.616567,39.262193],[-76.623199,39.259711],[-76.610463,39.254462],[-76.602593,39.248324],[-76.585846,39.248521],[-76.570276,39.244692],[-76.563902,39.231304],[-76.56359,39.21582],[-76.53652,39.211444],[-76.530267,39.203442],[-76.528289,39.191345],[-76.524673,39.184657],[-76.517562,39.176663],[-76.499989,39.164862],[-76.493793,39.16147],[-76.480002,39.167023],[-76.469335,39.155032],[-76.441029,39.135159],[-76.433283,39.131218],[-76.430227,39.106334],[-76.419506,39.089621],[-76.425307,39.074053],[-76.432994,39.067224],[-76.443572,39.076528],[-76.443267,39.08869],[-76.455922,39.090725],[-76.469146,39.083441],[-76.478376,39.080826],[-76.497433,39.078572],[-76.51321,39.086458],[-76.519276,39.085709],[-76.516477,39.075636],[-76.499849,39.068428],[-76.476327,39.064003],[-76.429133,39.045708],[-76.40991,39.037847],[-76.394195,39.024563],[-76.398549,39.01439],[-76.415191,39.009955],[-76.43871,39.008979],[-76.445953,39.005194],[-76.45557,38.988735],[-76.472656,38.99513],[-76.511942,39.021963],[-76.524618,39.045392],[-76.539591,39.064069],[-76.551666,39.077216],[-76.563547,39.074286],[-76.569163,39.066392],[-76.568512,39.056098],[-76.571187,39.038644],[-76.561587,39.036067],[-76.543294,39.031581],[-76.530955,39.021636],[-76.512506,39.005725],[-76.486158,38.986525],[-76.476404,38.975202],[-76.469929,38.95374],[-76.452427,38.943861],[-76.465193,38.932935],[-76.459612,38.912137],[-76.501441,38.927119],[-76.525293,38.951058],[-76.557482,38.958739],[-76.568608,38.952542],[-76.534901,38.937649],[-76.524403,38.926418],[-76.512399,38.912853],[-76.493101,38.89895],[-76.496197,38.880063],[-76.507421,38.879256],[-76.521407,38.887166],[-76.537465,38.891669],[-76.536529,38.887397],[-76.535308,38.884467],[-76.530629,38.877997],[-76.523685,38.870302],[-76.52697,38.861505],[-76.538991,38.856641],[-76.531722,38.839229],[-76.522279,38.842714],[-76.505882,38.844262],[-76.492916,38.84442],[-76.494288,38.825546],[-76.503774,38.807563],[-76.530656,38.783316],[-76.551666,38.77558],[-76.550282,38.755113],[-76.538889,38.737698],[-76.521528,38.724893],[-76.527078,38.702643],[-76.529534,38.67576],[-76.521562,38.650172],[-76.509149,38.628139],[-76.512196,38.571479],[-76.511977,38.527734],[-76.495501,38.496018],[-76.435504,38.438224],[-76.413982,38.412336],[-76.396057,38.391275],[-76.381905,38.384575],[-76.392764,38.35357],[-76.419359,38.321706],[-76.453563,38.324053],[-76.471304,38.335502],[-76.469146,38.364081],[-76.473948,38.373277],[-76.474965,38.379584],[-76.476715,38.385159],[-76.483469,38.392035],[-76.500111,38.400092],[-76.511342,38.403998],[-76.542836,38.409613],[-76.56164,38.424215],[-76.602456,38.444335],[-76.636475,38.474163],[-76.647699,38.505683],[-76.671783,38.654446],[-76.681467,38.679389],[-76.684071,38.672553],[-76.682851,38.66474],[-76.684234,38.653266],[-76.678822,38.58039],[-76.674672,38.558417],[-76.675201,38.535346],[-76.675917,38.509433],[-76.673644,38.486058],[-76.657051,38.450487],[-76.61974,38.423326],[-76.585846,38.398871],[-76.521311,38.374213],[-76.510732,38.367825],[-76.506093,38.349555],[-76.493804,38.32982],[-76.476389,38.312893],[-76.450634,38.293141],[-76.432303,38.29404],[-76.42458,38.30167],[-76.406361,38.308295],[-76.385783,38.306303],[-76.373382,38.298893],[-76.387121,38.282961],[-76.396455,38.267076],[-76.3933,38.245998],[-76.387278,38.226955],[-76.380483,38.219387],[-76.360089,38.194711],[-76.334106,38.163375],[-76.320507,38.138776],[-76.330831,38.12906],[-76.340305,38.120727],[-76.332631,38.090318],[-76.328048,38.076149],[-76.326052,38.063786],[-76.323897,38.043842],[-76.336341,38.053373],[-76.351284,38.057358],[-76.395915,38.102994],[-76.415257,38.108299],[-76.434086,38.132143],[-76.42675,38.158997],[-76.433583,38.190334],[-76.456125,38.207017],[-76.45523,38.197903],[-76.449941,38.182807],[-76.44872,38.175971],[-76.450917,38.166205],[-76.4558,38.158271],[-76.460805,38.15233],[-76.468861,38.139106],[-76.482167,38.146145],[-76.503896,38.166002],[-76.510121,38.140082],[-76.517161,38.131781],[-76.530629,38.138739],[-76.532379,38.147406],[-76.540322,38.159773],[-76.547807,38.183699],[-76.562969,38.19861],[-76.587663,38.210646],[-76.616743,38.223306],[-76.643835,38.225008],[-76.678091,38.234835],[-76.697364,38.238003],[-76.754725,38.227602],[-76.777646,38.237557],[-76.80421,38.253623],[-76.801015,38.276313],[-76.808583,38.28974],[-76.811757,38.299221],[-76.815582,38.33633],[-76.827626,38.36286],[-76.848988,38.382514],[-76.880686,38.398871],[-76.855946,38.355211],[-76.846099,38.330878],[-76.839101,38.302639],[-76.839216,38.257217],[-76.865767,38.271898],[-76.895726,38.282406],[-76.922174,38.291593],[-76.92364,38.314881],[-76.948536,38.330946],[-76.973377,38.344264],[-76.986684,38.37072],[-77.01402,38.441629],[-77.021582,38.461395],[-77.031565,38.481391],[-77.032379,38.471625],[-77.034901,38.462714],[-77.038889,38.454332],[-77.044545,38.446601],[-77.060129,38.428534],[-77.073232,38.420844],[-77.094637,38.40872],[-77.10522,38.411282],[-77.103627,38.434516],[-77.105295,38.445461],[-77.099762,38.453437],[-77.099762,38.460883],[-77.103179,38.46308],[-77.10436,38.464057],[-77.105051,38.465155],[-77.107249,38.467719],[-77.120839,38.461493],[-77.133941,38.453437],[-77.127187,38.450019],[-77.122955,38.44599],[-77.113433,38.432929],[-77.133941,38.398871],[-77.145253,38.388739],[-77.167795,38.380927],[-77.178334,38.374579],[-77.203651,38.364295],[-77.231931,38.374068],[-77.255259,38.393522],[-77.262325,38.424927],[-77.25786,38.451061],[-77.266395,38.472844],[-77.267041,38.49408],[-77.257049,38.511408],[-77.247758,38.523245],[-77.23884,38.537665],[-77.227528,38.556871],[-77.20913,38.555718],[-77.186374,38.556815],[-77.16808,38.576972],[-77.175597,38.578257],[-77.189359,38.569099],[-77.205927,38.566059],[-77.204437,38.574998],[-77.193524,38.591647],[-77.184438,38.604967],[-77.178944,38.607611],[-77.172597,38.609524],[-77.164947,38.614814],[-77.158315,38.616523],[-77.136342,38.615546],[-77.126454,38.617906],[-77.121002,38.623765],[-77.114817,38.640855],[-77.106068,38.657131],[-77.102406,38.673896],[-77.096344,38.682807],[-77.088694,38.689195],[-77.0808,38.694037],[-77.061869,38.697393],[-77.045638,38.700696],[-77.037342,38.696186],[-77.021859,38.695498],[-77.012467,38.697355],[-77.015562,38.70063],[-77.024126,38.699791],[-77.03067,38.703331],[-77.034678,38.70826],[-77.03016,38.715698],[-77.029729,38.731443],[-77.024729,38.74079],[-77.018422,38.743964],[-77.011161,38.743825],[-77.01168,38.747166],[-77.019533,38.751721],[-77.024338,38.754653],[-77.028061,38.765308],[-77.026211,38.776392],[-77.021227,38.782839],[-77.017997,38.790595],[-77.021148,38.795901],[-77.022933,38.802768],[-76.968276,38.846163],[-76.909315,38.892975],[-76.980525,38.948361],[-77.041949,38.996136],[-77.079089,38.966517],[-77.119781,38.934064],[-77.132408,38.9506],[-77.146538,38.96473],[-77.17204,38.969584],[-77.205438,38.978959],[-77.219696,38.981108],[-77.233466,38.986625],[-77.240204,38.999784],[-77.244305,39.015751],[-77.250409,39.029496],[-77.27226,39.047758],[-77.301556,39.060307],[-77.333514,39.067533],[-77.421576,39.074247],[-77.445111,39.084599],[-77.480829,39.113066],[-77.49577,39.12393],[-77.509003,39.137211],[-77.514813,39.152592],[-77.507391,39.169487],[-77.474408,39.192436],[-77.45954,39.207695],[-77.455878,39.228154],[-77.466742,39.243754],[-77.486664,39.250566],[-77.509247,39.255595],[-77.528192,39.265727],[-77.54743,39.291093],[-77.558368,39.299003],[-77.603607,39.307621],[-77.645917,39.320951],[-77.664423,39.323759],[-77.715277,39.323905],[-77.734686,39.331059],[-77.736054,39.331547],[-77.751312,39.351029],[-77.751483,39.369023],[-77.743817,39.387724],[-77.738934,39.406132],[-77.747601,39.423051],[-77.793475,39.438432],[-77.806244,39.448149],[-77.784833,39.460893],[-77.790839,39.473271],[-77.790936,39.484184],[-77.784418,39.491972],[-77.770575,39.495048],[-77.770575,39.501884],[-77.789105,39.500883],[-77.805927,39.496781],[-77.820648,39.496928],[-77.833246,39.508695],[-77.83244,39.515141],[-77.826508,39.520927],[-77.822968,39.528373],[-77.829535,39.539701],[-77.838568,39.54268],[-77.846088,39.536015],[-77.851337,39.525102],[-77.853729,39.515531],[-77.85993,39.515531],[-77.874408,39.552983],[-77.880438,39.563945],[-77.855707,39.568998],[-77.837445,39.581108],[-77.832269,39.596488],[-77.846893,39.611747],[-77.856805,39.615092],[-77.870526,39.617167],[-77.882636,39.61558],[-77.887885,39.608012],[-77.8935,39.60457],[-77.921356,39.610697],[-77.932269,39.608012],[-77.947699,39.600834],[-77.969135,39.601567],[-77.991791,39.607963],[-78.010761,39.617948],[-78.086932,39.678251],[-78.132977,39.701347],[-78.184442,39.704252],[-78.19599,39.70142],[-78.205341,39.697929],[-78.213471,39.69329],[-78.243182,39.665434],[-78.254828,39.658158],[-78.272723,39.640214],[-78.280023,39.635356],[-78.299945,39.634989],[-78.340277,39.641825],[-78.360175,39.638188],[-78.386151,39.628178],[-78.395355,39.627299],[-78.414911,39.629936],[-78.423676,39.629301],[-78.433807,39.624198],[-78.40622,39.59412],[-78.418964,39.59019],[-78.438446,39.589994],[-78.454706,39.586308],[-78.457953,39.572172],[-78.438031,39.566899],[-78.433148,39.561723],[-78.437836,39.551591],[-78.468964,39.533598],[-78.540741,39.541362],[-78.574872,39.532939],[-78.577289,39.529106],[-78.658759,39.539921],[-78.683246,39.54622],[-78.68808,39.54932],[-78.692328,39.552616],[-78.708807,39.561503],[-78.745184,39.575419],[-78.748578,39.577226],[-78.750751,39.578764],[-78.756366,39.584867],[-78.757098,39.586064],[-78.757611,39.587773],[-78.757684,39.590458],[-78.757416,39.594487],[-78.755927,39.598222],[-78.754364,39.600834],[-78.75202,39.603105],[-78.743866,39.606889],[-78.738837,39.608329],[-78.737738,39.610649],[-78.739667,39.614213],[-78.750873,39.620072],[-78.75993,39.627934],[-78.762958,39.631987],[-78.769989,39.637065],[-78.774725,39.637846],[-78.778583,39.636796],[-78.78139,39.633549],[-78.784003,39.629862],[-78.788104,39.62183],[-78.7935,39.613481],[-78.808148,39.59622],[-78.811224,39.59163],[-78.813666,39.586381],[-78.814325,39.581205],[-78.813251,39.576957],[-78.809052,39.57122],[-78.808026,39.568437],[-78.811151,39.565873],[-78.816962,39.564042],[-78.834442,39.561088],[-78.839618,39.559599],[-78.844428,39.557377],[-78.848187,39.554838],[-78.852338,39.551445],[-78.855536,39.548149],[-78.865643,39.534696],[-78.877631,39.521684],[-78.937518,39.474076],[-78.947455,39.461674],[-78.952069,39.457695],[-78.957782,39.454154],[-78.969012,39.450273],[-78.977509,39.449882],[-78.985077,39.451054],[-78.995721,39.455863],[-79.014569,39.46995],[-79.030804,39.477494],[-79.04787,39.482621],[-79.057098,39.483329],[-79.064667,39.482328],[-79.102704,39.467265],[-79.107343,39.464164],[-79.111322,39.459892],[-79.114398,39.45557],[-79.127069,39.430302],[-79.129486,39.426835],[-79.132318,39.423393],[-79.136127,39.419779],[-79.139887,39.416923],[-79.158954,39.405302],[-79.170136,39.392948],[-79.174579,39.389213],[-79.179535,39.386332],[-79.226141,39.366801],[-79.254462,39.350004],[-79.267474,39.33936],[-79.274628,39.330741],[-79.286395,39.309526],[-79.290399,39.305522],[-79.298163,39.302763],[-79.339545,39.297319],[-79.347528,39.295317],[-79.459296,39.217143],[-79.472015,39.210527],[-79.481903,39.206742],[-79.485785,39.206913],[-79.487933,39.209867],[-79.477435,39.721757],[-79.362054,39.721757],[-79.246674,39.721708]]]]},"type":"Feature","properties":{"postal":"MD","name":"Maryland","type":"State","center":[-77.0180697386916,39.28689009495966]}},"NJ":{"geometry":{"type":"MultiPolygon","coordinates":[[[[-74.359242,39.401557],[-74.393381,39.389146],[-74.425526,39.393744],[-74.44815,39.419867],[-74.430898,39.42536],[-74.421702,39.416938],[-74.413564,39.404771],[-74.39977,39.399359],[-74.386627,39.40648],[-74.371734,39.436591],[-74.358795,39.44717],[-74.367543,39.465033],[-74.351633,39.470201],[-74.302113,39.464748],[-74.304921,39.459784],[-74.313344,39.455146],[-74.31786,39.454006],[-74.330922,39.426093],[-74.359242,39.401557]]],[[[-74.231632,39.552991],[-74.256418,39.522203],[-74.255767,39.529731],[-74.254465,39.534613],[-74.25464,39.547362],[-74.240072,39.575388],[-74.159987,39.685464],[-74.132883,39.714667],[-74.118276,39.737982],[-74.109486,39.748928],[-74.098134,39.755683],[-74.105784,39.729153],[-74.129682,39.70129],[-74.147901,39.665896],[-74.184308,39.615555],[-74.231632,39.552991]]],[[[-73.991916,40.79846],[-74.006253,40.780614],[-74.014311,40.765843],[-74.018633,40.751683],[-74.020927,40.742051],[-74.028028,40.727857],[-74.031929,40.714181],[-74.048085,40.700629],[-74.071034,40.687201],[-74.089345,40.669257],[-74.096006,40.654758],[-74.11066,40.650362],[-74.131022,40.645177],[-74.142085,40.646323],[-74.138991,40.657848],[-74.105568,40.705193],[-74.112435,40.717893],[-74.126017,40.70317],[-74.133318,40.691238],[-74.142191,40.676121],[-74.150018,40.664183],[-74.160756,40.662462],[-74.179067,40.65351],[-74.190321,40.649384],[-74.209647,40.634231],[-74.215286,40.591658],[-74.221669,40.572089],[-74.233017,40.566537],[-74.249044,40.562975],[-74.260488,40.55182],[-74.259878,40.536731],[-74.26393,40.51329],[-74.26965,40.50492],[-74.282687,40.497319],[-74.26955,40.483059],[-74.256337,40.460028],[-74.221913,40.45189],[-74.205922,40.442939],[-74.197133,40.440863],[-74.145904,40.447699],[-74.119944,40.445258],[-74.032338,40.421617],[-73.992991,40.402411],[-73.988009,40.407834],[-73.995311,40.421853],[-73.998199,40.441107],[-74.018219,40.480536],[-73.989573,40.468207],[-73.979156,40.449286],[-73.975701,40.42927],[-73.97093,40.394749],[-73.972394,40.32765],[-73.979888,40.280158],[-73.992055,40.226874],[-74.010752,40.167556],[-74.018224,40.140894],[-74.025606,40.11103],[-74.03056,40.079341],[-74.036719,40.048585],[-74.040411,40.028078],[-74.046562,39.997337],[-74.058819,39.954516],[-74.062502,39.933096],[-74.067424,39.903305],[-74.07234,39.875379],[-74.093013,39.776337],[-74.100438,39.783233],[-74.08074,39.922879],[-74.072175,39.972991],[-74.066042,39.992555],[-74.057465,40.012122],[-74.051325,40.035394],[-74.050282,40.054999],[-74.060699,40.062161],[-74.08048,40.051265],[-74.078066,40.043811],[-74.067122,40.041935],[-74.063503,40.030752],[-74.075681,40.025177],[-74.083016,40.01121],[-74.103686,40.014024],[-74.109486,40.002834],[-74.12206,39.997301],[-74.126088,39.981594],[-74.105824,39.985541],[-74.102284,39.970933],[-74.112375,39.949693],[-74.132883,39.933783],[-74.113609,39.931076],[-74.109992,39.921741],[-74.127043,39.905893],[-74.1368,39.890967],[-74.131991,39.872294],[-74.125885,39.855618],[-74.127268,39.848456],[-74.145904,39.830756],[-74.165865,39.806564],[-74.186519,39.772111],[-74.190197,39.744163],[-74.163319,39.735175],[-74.16114,39.720869],[-74.166014,39.704098],[-74.167551,39.699368],[-74.181779,39.691989],[-74.198762,39.67614],[-74.210909,39.650965],[-74.243622,39.643486],[-74.252115,39.631355],[-74.247548,39.621405],[-74.256418,39.61164],[-74.276367,39.607072],[-74.290905,39.605187],[-74.306666,39.594895],[-74.328491,39.576185],[-74.32971,39.562178],[-74.303538,39.541653],[-74.290191,39.523139],[-74.297353,39.508612],[-74.310902,39.506659],[-74.316274,39.514553],[-74.318186,39.524644],[-74.321278,39.529731],[-74.358795,39.550198],[-74.373647,39.543443],[-74.38679,39.54442],[-74.39802,39.550035],[-74.407216,39.557034],[-74.406484,39.520087],[-74.401275,39.502427],[-74.389272,39.49494],[-74.380116,39.487494],[-74.383697,39.471096],[-74.396352,39.44717],[-74.411244,39.450181],[-74.422109,39.455146],[-74.432973,39.456204],[-74.44815,39.44717],[-74.454905,39.439032],[-74.462066,39.426418],[-74.467519,39.412095],[-74.468658,39.399359],[-74.450307,39.40644],[-74.434397,39.395006],[-74.421783,39.37523],[-74.413442,39.357123],[-74.444407,39.347113],[-74.502838,39.318183],[-74.530141,39.310614],[-74.530141,39.31623],[-74.521108,39.33039],[-74.50886,39.343451],[-74.48176,39.364651],[-74.509633,39.378852],[-74.542348,39.347317],[-74.555247,39.329291],[-74.550649,39.31623],[-74.550649,39.310614],[-74.614491,39.312405],[-74.642079,39.306708],[-74.660471,39.289496],[-74.642568,39.289008],[-74.629506,39.284369],[-74.618153,39.278754],[-74.605214,39.275214],[-74.550649,39.289496],[-74.550649,39.28266],[-74.578969,39.267768],[-74.620839,39.223212],[-74.643056,39.213813],[-74.654368,39.201361],[-74.701487,39.124416],[-74.711822,39.131008],[-74.722808,39.131822],[-74.733266,39.127427],[-74.742421,39.11815],[-74.737538,39.117743],[-74.736724,39.116767],[-74.736969,39.114691],[-74.735585,39.111396],[-74.72525,39.115953],[-74.716379,39.114936],[-74.710194,39.108791],[-74.708323,39.097724],[-74.713735,39.091132],[-74.737172,39.070258],[-74.745717,39.054511],[-74.753814,39.048774],[-74.764068,39.044257],[-74.788075,39.039049],[-74.789377,39.031195],[-74.785268,39.02204],[-74.783355,39.015123],[-74.803293,38.987616],[-74.83609,38.963446],[-74.875111,38.944525],[-74.933095,38.926337],[-74.944244,38.924384],[-74.954701,38.926418],[-74.967641,38.935777],[-74.969334,38.945997],[-74.96515,38.957011],[-74.961798,38.969323],[-74.956768,38.988112],[-74.952566,39.007548],[-74.944325,39.024726],[-74.894439,39.107611],[-74.887278,39.146796],[-74.906321,39.179633],[-74.922231,39.188544],[-74.938588,39.192532],[-74.978871,39.193305],[-74.98644,39.192328],[-75.003733,39.188056],[-75.013051,39.187079],[-75.022206,39.189276],[-75.023427,39.194892],[-75.022857,39.20246],[-75.026682,39.210679],[-75.040273,39.214545],[-75.061147,39.213528],[-75.092437,39.207587],[-75.106597,39.200141],[-75.117177,39.192816],[-75.128896,39.18769],[-75.146474,39.187079],[-75.145009,39.191474],[-75.159332,39.198635],[-75.166982,39.207587],[-75.168813,39.21601],[-75.165639,39.228339],[-75.166982,39.23428],[-75.175771,39.242011],[-75.211659,39.26435],[-75.225942,39.268988],[-75.234202,39.273383],[-75.242096,39.292629],[-75.249501,39.296942],[-75.287424,39.296942],[-75.303619,39.30329],[-75.313222,39.317816],[-75.320912,39.333686],[-75.33141,39.344143],[-75.340566,39.345038],[-75.348215,39.342027],[-75.354482,39.338568],[-75.359364,39.337877],[-75.367177,39.342597],[-75.371938,39.347724],[-75.375559,39.352729],[-75.477651,39.440863],[-75.508168,39.457343],[-75.531606,39.477973],[-75.541331,39.508857],[-75.537343,39.50316],[-75.531646,39.498481],[-75.523834,39.49494],[-75.521555,39.514106],[-75.510406,39.559638],[-75.513661,39.573798],[-75.547475,39.60106],[-75.558217,39.613471],[-75.557444,39.621243],[-75.53539,39.638902],[-75.51651,39.647773],[-75.510243,39.652655],[-75.507151,39.662299],[-75.504994,39.676011],[-75.501129,39.6883],[-75.487538,39.696845],[-75.483144,39.704169],[-75.476674,39.711371],[-75.465199,39.714667],[-75.463368,39.719387],[-75.461822,39.748236],[-75.440175,39.777004],[-75.406117,39.802924],[-75.367299,39.823798],[-75.310902,39.843207],[-75.2683,39.850775],[-75.246083,39.851874],[-75.229075,39.85456],[-75.192942,39.867499],[-75.168853,39.872707],[-75.167592,39.873481],[-75.166249,39.873358],[-75.160756,39.878567],[-75.144154,39.874905],[-75.129384,39.883857],[-75.114817,39.897162],[-75.098704,39.90644],[-75.113678,39.922065],[-75.120229,39.940741],[-75.115956,39.952582],[-75.098704,39.947455],[-75.085032,39.961086],[-75.078765,39.953599],[-75.039418,40.002631],[-75.02359,40.016303],[-74.988593,40.029228],[-74.975067,40.036283],[-74.935761,40.070268],[-74.920429,40.077861],[-74.882831,40.087162],[-74.872626,40.090873],[-74.837762,40.114921],[-74.828265,40.118852],[-74.803143,40.121586],[-74.76994,40.129838],[-74.74101,40.143705],[-74.728632,40.163237],[-74.739374,40.184867],[-74.764716,40.206279],[-74.818036,40.241728],[-74.849237,40.271293],[-74.883075,40.30811],[-74.886298,40.314018],[-74.895502,40.323442],[-74.947748,40.359037],[-74.961493,40.397587],[-74.97453,40.414579],[-75.01369,40.403324],[-75.035858,40.415165],[-75.054315,40.43538],[-75.064423,40.454008],[-75.071649,40.531864],[-75.088788,40.558329],[-75.139545,40.570707],[-75.16955,40.566264],[-75.182196,40.57039],[-75.189716,40.598173],[-75.193866,40.608695],[-75.195746,40.619145],[-75.191058,40.629057],[-75.194794,40.660673],[-75.193964,40.670487],[-75.190863,40.677934],[-75.194794,40.688017],[-75.198163,40.700541],[-75.194159,40.713993],[-75.180487,40.742631],[-75.183539,40.743168],[-75.187445,40.750297],[-75.188739,40.758549],[-75.183905,40.76248],[-75.176532,40.765776],[-75.169721,40.773637],[-75.160663,40.790434],[-75.142328,40.783964],[-75.121918,40.785673],[-75.105438,40.795634],[-75.098602,40.813993],[-75.093427,40.83809],[-75.081366,40.847734],[-75.067694,40.855131],[-75.057611,40.872343],[-75.061224,40.891508],[-75.075653,40.908671],[-75.091278,40.92227],[-75.098602,40.930668],[-75.100238,40.936625],[-75.104511,40.939775],[-75.110248,40.94102],[-75.116278,40.941239],[-75.119989,40.942778],[-75.119891,40.94644],[-75.118817,40.950932],[-75.119696,40.954911],[-75.131317,40.96724],[-75.137299,40.975199],[-75.139545,40.982206],[-75.128827,40.998051],[-75.106439,41.013749],[-75.082684,41.02581],[-75.067841,41.030619],[-75.045721,41.035209],[-75.026996,41.046806],[-74.9862,41.086015],[-74.982391,41.087187],[-74.98205,41.089701],[-74.982489,41.102006],[-74.978339,41.106791],[-74.96872,41.112529],[-74.958173,41.117387],[-74.951141,41.119389],[-74.938202,41.127616],[-74.886298,41.180839],[-74.862567,41.224809],[-74.852924,41.252616],[-74.852142,41.259648],[-74.844696,41.272978],[-74.790692,41.311186],[-74.788593,41.314018],[-74.783221,41.323832],[-74.780145,41.327934],[-74.775067,41.330741],[-74.764374,41.331669],[-74.750897,41.340776],[-74.740643,41.343681],[-74.718402,41.344706],[-74.698554,41.354521],[-74.698993,41.356254],[-74.600018,41.310551],[-74.500995,41.264872],[-74.401996,41.219169],[-74.302997,41.173515],[-74.204022,41.127836],[-74.104999,41.082133],[-74.006,41.036454],[-73.907134,40.990813],[-73.907135,40.99079],[-73.907704,40.971869],[-73.91808,40.931464],[-73.954742,40.858588],[-73.991916,40.79846]]]]},"type":"Feature","properties":{"postal":"NJ","name":"New Jersey","type":"State","center":[-74.53064404138935,39.966773786824945]}},"NY":{"geometry":{"type":"MultiPolygon","coordinates":[[[[-73.389516,40.616767],[-73.57412,40.575093],[-73.566393,40.59032],[-73.443847,40.618936],[-73.400733,40.629641],[-73.377738,40.634617],[-73.357601,40.640328],[-73.339384,40.644593],[-73.318311,40.646662],[-73.269457,40.649296],[-73.248402,40.64772],[-73.256144,40.639052],[-73.320324,40.635056],[-73.389516,40.616767]]],[[[-74.074615,40.634033],[-74.071941,40.623332],[-74.061451,40.614609],[-74.053569,40.602704],[-74.102103,40.55457],[-74.133918,40.532668],[-74.139674,40.534644],[-74.148037,40.534629],[-74.163164,40.527447],[-74.179855,40.519861],[-74.192361,40.511489],[-74.209069,40.509463],[-74.228369,40.502258],[-74.242984,40.499435],[-74.250831,40.501397],[-74.252944,40.507354],[-74.24826,40.512937],[-74.239392,40.51694],[-74.23893,40.527259],[-74.241603,40.539165],[-74.232759,40.547929],[-74.218665,40.553132],[-74.207196,40.560311],[-74.201487,40.569856],[-74.197895,40.584956],[-74.194352,40.612766],[-74.191802,40.628264],[-74.182419,40.637422],[-74.170927,40.64341],[-74.153631,40.63749],[-74.126088,40.63349],[-74.11026,40.637763],[-74.09732,40.6435],[-74.083536,40.649518],[-74.076716,40.648744],[-74.073052,40.644372],[-74.07145,40.638031],[-74.074615,40.634033]]],[[[-73.147532,40.644314],[-73.245783,40.623806],[-73.297459,40.622622],[-73.305046,40.629922],[-73.255292,40.629668],[-73.21883,40.639635],[-73.17661,40.650998],[-73.104659,40.66722],[-73.040343,40.681995],[-73.013905,40.690456],[-72.948904,40.715386],[-72.914269,40.724527],[-72.881511,40.7344],[-72.83237,40.747744],[-72.77923,40.766843],[-72.757083,40.768802],[-72.757239,40.760086],[-72.804921,40.750841],[-72.831532,40.741645],[-72.913477,40.712901],[-72.991526,40.688178],[-73.041005,40.672634],[-73.147532,40.644314]]],[[[-74.002227,40.704047],[-74.016916,40.699286],[-74.011977,40.730038],[-74.003155,40.755871],[-73.986969,40.778713],[-73.939158,40.854234],[-73.93281,40.868842],[-73.928049,40.877509],[-73.917958,40.875067],[-73.916656,40.863349],[-73.929677,40.843817],[-73.938791,40.828192],[-73.940094,40.81387],[-73.93338,40.797187],[-73.946425,40.777234],[-73.972219,40.740679],[-73.972293,40.727203],[-73.975806,40.714013],[-74.002227,40.704047]]],[[[-72.27847,41.05846],[-72.28239,41.047881],[-72.27566,41.039271],[-72.275527,41.031833],[-72.286253,41.034203],[-72.297891,41.041523],[-72.31775,41.048753],[-72.340763,41.048507],[-72.358798,41.045831],[-72.371306,41.054992],[-72.372391,41.068618],[-72.361917,41.079892],[-72.341559,41.090652],[-72.340159,41.103683],[-72.327845,41.105056],[-72.322713,41.094572],[-72.305249,41.084218],[-72.295337,41.081842],[-72.280482,41.078895],[-72.28277,41.068953],[-72.27847,41.05846]]],[[[-72.079034,41.094845],[-72.085093,41.091725],[-72.084971,41.083543],[-72.081451,41.074879],[-72.086101,41.068189],[-72.092789,41.061479],[-72.100823,41.054246],[-72.101021,41.067546],[-72.102585,41.081343],[-72.108138,41.090506],[-72.122439,41.092933],[-72.136025,41.092807],[-72.141521,41.096849],[-72.134808,41.102026],[-72.128132,41.109247],[-72.131022,41.120472],[-72.109072,41.106861],[-72.091354,41.1019],[-72.078431,41.099964],[-72.079034,41.094845]]],[[[-72.246897,41.135443],[-72.260243,41.125027],[-72.276194,41.117051],[-72.289459,41.113349],[-72.304433,41.131944],[-72.343617,41.114203],[-72.412343,41.064887],[-72.415305,41.054447],[-72.399973,41.051337],[-72.392812,41.047187],[-72.385081,41.04446],[-72.390543,41.031471],[-72.412077,41.034132],[-72.431121,41.030403],[-72.437408,41.025702],[-72.438832,41.015977],[-72.435699,41.005886],[-72.433461,40.993232],[-72.437734,40.984198],[-72.446685,40.9914],[-72.454945,41.00373],[-72.466457,41.003827],[-72.472539,40.990394],[-72.494944,40.989814],[-72.499582,40.988959],[-72.510548,40.9849],[-72.52066,40.985175],[-72.533922,40.974853],[-72.543562,40.966623],[-72.54308,40.95657],[-72.562442,40.944198],[-72.580044,40.932878],[-72.599562,40.930715],[-72.615937,40.927719],[-72.624623,40.907823],[-72.613433,40.908881],[-72.602854,40.908393],[-72.593007,40.905829],[-72.584299,40.900417],[-72.563588,40.91238],[-72.543935,40.910102],[-72.523834,40.903022],[-72.501361,40.897389],[-72.480847,40.897937],[-72.457143,40.910264],[-72.449883,40.919799],[-72.443715,40.931749],[-72.441029,40.942979],[-72.4293,40.946946],[-72.40818,40.950647],[-72.386131,40.971809],[-72.367184,40.9946],[-72.342112,40.999823],[-72.326539,40.999224],[-72.321105,41.00591],[-72.332092,41.0307],[-72.321523,41.035834],[-72.306683,41.035525],[-72.301262,41.020346],[-72.298456,41.006],[-72.270104,41.002428],[-72.263446,41.015455],[-72.248633,41.017633],[-72.242544,41.029075],[-72.240211,41.037789],[-72.233709,41.044066],[-72.213786,41.039804],[-72.186752,41.009163],[-72.183555,41.027821],[-72.180043,41.047065],[-72.166866,41.056647],[-72.155385,41.054999],[-72.122874,41.017401],[-72.118153,41.006863],[-72.108998,41.00141],[-72.088043,41.004828],[-72.049875,41.017686],[-72.011708,41.0421],[-71.992747,41.049628],[-71.975707,41.043397],[-71.958753,41.046283],[-71.958068,41.069718],[-71.945304,41.073475],[-71.933427,41.064925],[-71.918935,41.058661],[-71.918935,41.064887],[-71.930904,41.078791],[-71.9033,41.084672],[-71.875111,41.07571],[-71.857411,41.071723],[-71.864898,41.062079],[-71.88497,41.045397],[-71.929512,41.037848],[-72.008872,41.007386],[-72.087148,40.983425],[-72.15982,40.955268],[-72.219862,40.933423],[-72.316992,40.89626],[-72.371734,40.875841],[-72.406658,40.862072],[-72.441274,40.855007],[-72.460764,40.852607],[-72.448354,40.868232],[-72.447418,40.879096],[-72.459137,40.885362],[-72.48469,40.887397],[-72.496571,40.884101],[-72.5006,40.876044],[-72.498362,40.86579],[-72.491526,40.856024],[-72.490793,40.846869],[-72.502309,40.839057],[-72.541819,40.820502],[-72.60528,40.80133],[-72.704442,40.776177],[-72.723955,40.770419],[-72.732004,40.769965],[-72.737904,40.77379],[-72.731694,40.777649],[-72.725387,40.778379],[-72.678459,40.791],[-72.650516,40.797455],[-72.66358,40.800773],[-72.679325,40.80094],[-72.700345,40.799571],[-72.726961,40.807789],[-72.743947,40.796839],[-72.765171,40.783148],[-72.801899,40.78271],[-72.828009,40.789708],[-72.813629,40.781602],[-72.817942,40.768419],[-72.832753,40.75963],[-72.852792,40.749423],[-72.879075,40.745686],[-72.889257,40.765638],[-72.910362,40.758274],[-72.926259,40.756415],[-72.946817,40.741892],[-73.012196,40.749579],[-73.022572,40.747585],[-73.033421,40.731434],[-73.054954,40.729212],[-73.083323,40.724652],[-73.0991,40.720394],[-73.114732,40.728049],[-73.129384,40.730135],[-73.140436,40.726238],[-73.142405,40.716132],[-73.145393,40.705219],[-73.15803,40.699741],[-73.179514,40.704698],[-73.211931,40.705641],[-73.233323,40.714505],[-73.247026,40.707036],[-73.261817,40.695598],[-73.275003,40.68693],[-73.317489,40.683573],[-73.372217,40.662365],[-73.402157,40.657719],[-73.504546,40.64383],[-73.561121,40.638049],[-73.627173,40.614397],[-73.643433,40.604904],[-73.652865,40.601351],[-73.664367,40.603761],[-73.655976,40.608906],[-73.655417,40.61804],[-73.66795,40.626014],[-73.69579,40.621527],[-73.710925,40.610212],[-73.710447,40.595115],[-73.606337,40.594086],[-73.575481,40.593206],[-73.581801,40.584486],[-73.707343,40.582794],[-73.752349,40.585651],[-73.76805,40.589643],[-73.81259,40.583736],[-73.897118,40.554678],[-73.93947,40.541959],[-73.939479,40.555477],[-73.850549,40.580884],[-73.789792,40.600292],[-73.776157,40.610608],[-73.768806,40.618546],[-73.77142,40.623319],[-73.780849,40.628898],[-73.798129,40.638059],[-73.815411,40.645627],[-73.829559,40.648819],[-73.851564,40.64367],[-73.868849,40.640104],[-73.87723,40.636136],[-73.882989,40.631768],[-73.891347,40.623603],[-73.892936,40.614289],[-73.883516,40.600379],[-73.877761,40.582096],[-73.891888,40.576935],[-73.897644,40.583297],[-73.91177,40.583697],[-73.926418,40.583699],[-73.932169,40.577737],[-73.941583,40.574558],[-73.988125,40.56937],[-74.003817,40.570551],[-74.011674,40.579288],[-74.000695,40.583272],[-73.998087,40.589632],[-74.004895,40.597182],[-74.030021,40.605498],[-74.03999,40.619786],[-74.035835,40.638859],[-74.023811,40.6492],[-74.01284,40.6647],[-74.015479,40.677804],[-74.001879,40.690127],[-73.997697,40.696087],[-73.99059,40.699774],[-73.980336,40.704617],[-73.969335,40.708749],[-73.959371,40.724663],[-73.956796,40.743171],[-73.930233,40.773121],[-73.9086,40.788677],[-73.887094,40.779934],[-73.870303,40.782313],[-73.86086,40.776351],[-73.823054,40.797382],[-73.778989,40.792177],[-73.757522,40.771111],[-73.750137,40.791346],[-73.76426,40.810032],[-73.755523,40.83279],[-73.739817,40.834337],[-73.72936,40.824083],[-73.721791,40.811225],[-73.714589,40.804796],[-73.702992,40.810167],[-73.696889,40.821885],[-73.700429,40.833604],[-73.733062,40.843695],[-73.731272,40.854438],[-73.720204,40.866238],[-73.705306,40.866744],[-73.674351,40.856755],[-73.665515,40.838452],[-73.65331,40.82392],[-73.646117,40.830867],[-73.653361,40.867786],[-73.632655,40.899586],[-73.565273,40.914514],[-73.520463,40.917602],[-73.512685,40.905097],[-73.515289,40.900417],[-73.528604,40.891722],[-73.54067,40.895338],[-73.549098,40.890985],[-73.534981,40.878628],[-73.511348,40.877349],[-73.509722,40.885694],[-73.507571,40.893638],[-73.493394,40.891991],[-73.492937,40.881644],[-73.479828,40.877244],[-73.472444,40.882368],[-73.475535,40.890739],[-73.468129,40.893622],[-73.469146,40.901313],[-73.485341,40.917914],[-73.494095,40.927053],[-73.485687,40.945626],[-73.462084,40.936382],[-73.431304,40.933295],[-73.440826,40.914659],[-73.4322,40.90766],[-73.420318,40.900417],[-73.405021,40.903955],[-73.388661,40.905951],[-73.37092,40.900092],[-73.358266,40.900417],[-73.354726,40.91413],[-73.360637,40.925093],[-73.378961,40.924464],[-73.399569,40.925418],[-73.410024,40.939887],[-73.407762,40.947162],[-73.401931,40.954404],[-73.395174,40.954368],[-73.379782,40.947013],[-73.374065,40.936073],[-73.35096,40.930856],[-73.325901,40.929257],[-73.293184,40.924704],[-73.263428,40.913623],[-73.243723,40.910264],[-73.235341,40.907823],[-73.224599,40.908271],[-73.1787,40.919013],[-73.159495,40.930243],[-73.148101,40.945624],[-73.152821,40.96247],[-73.135365,40.968451],[-73.113149,40.973456],[-73.098744,40.969509],[-73.1044,40.948798],[-73.091298,40.94835],[-73.082143,40.951606],[-73.079172,40.958564],[-73.084584,40.969306],[-73.076223,40.971945],[-73.048441,40.963015],[-73.008969,40.967066],[-72.900376,40.963255],[-72.830089,40.969175],[-72.781121,40.96508],[-72.696092,40.981018],[-72.628326,40.983588],[-72.606109,40.989936],[-72.541347,41.023818],[-72.471652,41.055953],[-72.453862,41.074424],[-72.445177,41.085849],[-72.412923,41.089812],[-72.383046,41.108913],[-72.358713,41.13113],[-72.343414,41.140652],[-72.289459,41.16116],[-72.275543,41.162624],[-72.259999,41.160834],[-72.247222,41.155707],[-72.241689,41.146796],[-72.246897,41.135443]]],[[[-71.970153,41.273622],[-71.988329,41.260085],[-71.998734,41.251666],[-72.022807,41.253487],[-72.038798,41.249447],[-72.036563,41.260865],[-72.026228,41.266904],[-72.02213,41.276858],[-72.011349,41.276208],[-72.003362,41.267013],[-71.998077,41.274082],[-71.994004,41.283081],[-71.976809,41.284706],[-71.953888,41.286711],[-71.939757,41.292197],[-71.920732,41.291396],[-71.928001,41.281979],[-71.946575,41.276568],[-71.970153,41.273622]]],[[[-74.868474,45.010122],[-74.741557,44.998857],[-74.712961,44.999254],[-74.695875,44.99803],[-74.596114,44.998495],[-74.496352,44.999012],[-74.396617,44.999477],[-74.296881,44.999993],[-74.197146,45.000458],[-74.097385,45.000975],[-73.997649,45.00144],[-73.897888,45.001957],[-73.798152,45.002474],[-73.698417,45.002939],[-73.598655,45.003404],[-73.49892,45.003921],[-73.399158,45.004386],[-73.351341,45.004634],[-73.34743,44.992997],[-73.342401,44.969926],[-73.337299,44.955302],[-73.33642,44.948588],[-73.336859,44.940678],[-73.340497,44.927494],[-73.344208,44.919242],[-73.348554,44.912675],[-73.365179,44.892948],[-73.368915,44.887089],[-73.37453,44.874565],[-73.376239,44.868583],[-73.377802,44.856962],[-73.377264,44.85081],[-73.375604,44.844145],[-73.370917,44.835502],[-73.366449,44.829814],[-73.361786,44.825126],[-73.34306,44.810185],[-73.340009,44.805668],[-73.337787,44.801152],[-73.336737,44.796171],[-73.336469,44.78936],[-73.33725,44.780888],[-73.340643,44.766606],[-73.343842,44.757426],[-73.353119,44.737016],[-73.356464,44.724906],[-73.357929,44.702397],[-73.359833,44.690702],[-73.376093,44.65247],[-73.377802,44.64644],[-73.378729,44.640678],[-73.377313,44.618681],[-73.369794,44.582524],[-73.366718,44.573979],[-73.352802,44.55203],[-73.310223,44.500175],[-73.300458,44.484306],[-73.294721,44.469682],[-73.293622,44.463749],[-73.293134,44.45435],[-73.293671,44.444975],[-73.296649,44.430302],[-73.30163,44.4137],[-73.30788,44.401737],[-73.326923,44.375444],[-73.330219,44.369804],[-73.332684,44.363847],[-73.33327,44.356718],[-73.332684,44.348661],[-73.318817,44.303837],[-73.317059,44.293705],[-73.317426,44.274101],[-73.32077,44.25269],[-73.324628,44.241947],[-73.329755,44.23477],[-73.340497,44.228984],[-73.352167,44.223979],[-73.363202,44.217948],[-73.373309,44.210697],[-73.37746,44.206083],[-73.380878,44.201127],[-73.38288,44.195487],[-73.385858,44.174296],[-73.389764,44.160844],[-73.424384,44.080375],[-73.436151,44.065776],[-73.438544,44.059672],[-73.438544,44.052763],[-73.434149,44.043925],[-73.429559,44.038334],[-73.416766,44.025834],[-73.41369,44.021488],[-73.411298,44.014897],[-73.409979,44.006205],[-73.411127,43.978935],[-73.410126,43.9637],[-73.400751,43.920121],[-73.396356,43.907524],[-73.392108,43.899076],[-73.384589,43.890678],[-73.381586,43.886479],[-73.379559,43.881669],[-73.378583,43.875346],[-73.378387,43.867558],[-73.380731,43.854447],[-73.386591,43.838822],[-73.387567,43.832768],[-73.386444,43.826762],[-73.368085,43.802543],[-73.365448,43.797904],[-73.36391,43.789897],[-73.363397,43.779496],[-73.36535,43.758525],[-73.368256,43.74766],[-73.420721,43.64849],[-73.423578,43.639701],[-73.42536,43.628495],[-73.425043,43.606889],[-73.423505,43.594609],[-73.417938,43.583134],[-73.410809,43.5731],[-73.408612,43.570805],[-73.406708,43.570341],[-73.402826,43.571098],[-73.391718,43.57476],[-73.380756,43.580693],[-73.376044,43.584623],[-73.37182,43.589115],[-73.368915,43.594609],[-73.364276,43.612016],[-73.361298,43.617192],[-73.357196,43.621781],[-73.351971,43.625102],[-73.346039,43.627299],[-73.339423,43.628593],[-73.332343,43.629057],[-73.324677,43.628862],[-73.308856,43.626274],[-73.301434,43.623808],[-73.295819,43.619462],[-73.291425,43.613896],[-73.277216,43.577909],[-73.269086,43.569218],[-73.264032,43.566654],[-73.254511,43.560038],[-73.24704,43.552006],[-73.247626,43.530107],[-73.24787,43.522685],[-73.248407,43.501884],[-73.249335,43.469584],[-73.250507,43.427641],[-73.251923,43.378031],[-73.253461,43.322685],[-73.255145,43.263481],[-73.256854,43.202323],[-73.258612,43.141191],[-73.260272,43.082035],[-73.261859,43.02664],[-73.263251,42.977006],[-73.264374,42.935112],[-73.265302,42.902787],[-73.265887,42.881987],[-73.266083,42.874613],[-73.266522,42.863749],[-73.269257,42.847465],[-73.280145,42.812113],[-73.288126,42.797436],[-73.276237,42.746112],[-73.265516,42.745601],[-73.269916,42.735209],[-73.278436,42.71165],[-73.304584,42.639457],[-73.330731,42.567216],[-73.356903,42.494975],[-73.383075,42.422782],[-73.409247,42.35059],[-73.43537,42.278349],[-73.461542,42.206132],[-73.487665,42.13394],[-73.500995,42.097123],[-73.507245,42.078984],[-73.480536,42.054545],[-73.484418,42.008232],[-73.4883,41.961991],[-73.49223,41.915654],[-73.496161,41.869389],[-73.500067,41.823075],[-73.503973,41.776786],[-73.507855,41.730473],[-73.511786,41.684233],[-73.515692,41.637919],[-73.51955,41.591654],[-73.523505,41.545317],[-73.527411,41.499076],[-73.531342,41.452763],[-73.535248,41.406474],[-73.53913,41.36016],[-73.543036,41.31392],[-73.544696,41.294926],[-73.52619,41.270292],[-73.512201,41.251737],[-73.499139,41.234428],[-73.4841,41.217924],[-73.49997,41.208842],[-73.548749,41.185966],[-73.609296,41.157426],[-73.664813,41.131352],[-73.708856,41.110624],[-73.722968,41.103495],[-73.71745,41.096342],[-73.693451,41.06746],[-73.668915,41.038017],[-73.665643,41.035112],[-73.661005,41.032646],[-73.658661,41.03101],[-73.655365,41.027763],[-73.65036,41.019145],[-73.647493,41.012319],[-73.642863,41.001067],[-73.650258,40.996568],[-73.64802,40.992092],[-73.653147,40.982123],[-73.674387,40.958808],[-73.676991,40.954779],[-73.69872,40.954779],[-73.710764,40.95303],[-73.720367,40.947008],[-73.764394,40.910102],[-73.777415,40.89411],[-73.782826,40.876044],[-73.788157,40.871772],[-73.799916,40.87226],[-73.811676,40.871039],[-73.816965,40.862006],[-73.81991,40.83913],[-73.805059,40.826147],[-73.797685,40.813194],[-73.829728,40.810898],[-73.866028,40.811838],[-73.893833,40.803853],[-73.926829,40.804796],[-73.932281,40.817776],[-73.932281,40.825588],[-73.925771,40.836005],[-73.915354,40.856838],[-73.908844,40.868557],[-73.91275,40.881578],[-73.921864,40.886786],[-73.89802,40.930487],[-73.889475,40.972154],[-73.875396,41.013332],[-73.872182,41.033637],[-73.871571,41.115546],[-73.875315,41.153266],[-73.885894,41.187567],[-73.895741,41.203192],[-73.907582,41.213365],[-73.9405,41.235989],[-73.957021,41.257758],[-73.953481,41.274726],[-73.945139,41.291002],[-73.947336,41.311103],[-73.965972,41.300116],[-73.975942,41.292182],[-73.982045,41.283759],[-73.984975,41.269599],[-73.982167,41.261135],[-73.97761,41.252875],[-73.970204,41.219062],[-73.963069,41.205699],[-73.95228,41.189294],[-73.932321,41.178269],[-73.917877,41.16352],[-73.916656,41.145697],[-73.920644,41.101955],[-73.906361,41.016262],[-73.907134,40.990813],[-74.006,41.036454],[-74.104999,41.082133],[-74.204022,41.127836],[-74.302997,41.173515],[-74.401996,41.219169],[-74.500995,41.264872],[-74.600018,41.310551],[-74.698993,41.356254],[-74.704462,41.376127],[-74.719891,41.39766],[-74.728632,41.407402],[-74.736395,41.423588],[-74.74162,41.431401],[-74.749139,41.434672],[-74.760516,41.432353],[-74.77038,41.428788],[-74.780878,41.428935],[-74.793817,41.437773],[-74.813178,41.446879],[-74.862079,41.444487],[-74.886298,41.448344],[-74.900409,41.458012],[-74.910223,41.469242],[-74.922626,41.478617],[-74.96723,41.486918],[-74.984345,41.498295],[-74.99787,41.513847],[-75.048358,41.595951],[-75.061005,41.605375],[-75.063934,41.615702],[-75.057709,41.667289],[-75.057611,41.687944],[-75.071259,41.72581],[-75.068134,41.73516],[-75.054511,41.743656],[-75.05141,41.753105],[-75.055878,41.774906],[-75.067889,41.784013],[-75.08537,41.788725],[-75.106024,41.797196],[-75.083075,41.818803],[-75.078949,41.82808],[-75.091742,41.831938],[-75.101239,41.83621],[-75.115595,41.85496],[-75.142767,41.862431],[-75.164716,41.876567],[-75.177411,41.879716],[-75.232636,41.872904],[-75.249139,41.882402],[-75.254901,41.90457],[-75.257147,41.929643],[-75.263055,41.948002],[-75.284198,41.959086],[-75.315497,41.970195],[-75.339447,41.983988],[-75.338983,41.997392],[-75.351288,41.997392],[-75.373456,41.997465],[-75.509467,41.997489],[-75.645526,41.997587],[-75.781512,41.997636],[-75.917548,41.997758],[-76.053632,41.997807],[-76.189618,41.997904],[-76.325678,41.997953],[-76.461737,41.998051],[-76.597723,41.9981],[-76.733783,41.998222],[-76.869843,41.998271],[-77.005829,41.998368],[-77.141864,41.998417],[-77.277948,41.998515],[-77.413934,41.998564],[-77.550018,41.998686],[-77.686029,41.998759],[-77.82204,41.998832],[-77.958075,41.998905],[-78.094135,41.998979],[-78.230121,41.999076],[-78.36618,41.99915],[-78.50224,41.999223],[-78.638251,41.999296],[-78.774286,41.999369],[-78.910346,41.999443],[-79.046356,41.99954],[-79.182391,41.999613],[-79.318427,41.999687],[-79.454462,41.99976],[-79.590497,41.999833],[-79.726556,41.999858],[-79.762909,41.999858],[-79.762933,42.033744],[-79.762933,42.062846],[-79.762933,42.091996],[-79.762933,42.121147],[-79.762982,42.150273],[-79.763007,42.179399],[-79.763007,42.208525],[-79.763007,42.237626],[-79.763007,42.266777],[-79.763007,42.300737],[-79.763007,42.334648],[-79.763007,42.368608],[-79.763007,42.402519],[-79.763007,42.436479],[-79.763007,42.470439],[-79.763007,42.504374],[-79.763007,42.537705],[-79.633016,42.584043],[-79.47964,42.638716],[-79.326187,42.693338],[-79.17276,42.748012],[-79.019384,42.802686],[-78.963057,42.840125],[-78.918951,42.889244],[-78.909055,42.930223],[-78.915256,42.947612],[-78.93634,42.96004],[-78.959956,42.966216],[-78.98352,42.976138],[-79.008351,42.991046],[-79.022019,43.002234],[-79.031967,43.013422],[-79.028246,43.034506],[-79.022019,43.049415],[-79.02326,43.058071],[-79.030753,43.066804],[-79.041863,43.07546],[-79.055532,43.087888],[-79.062947,43.096544],[-79.065273,43.105897],[-79.065738,43.120237],[-79.061423,43.130288],[-79.055583,43.138427],[-79.051604,43.146851],[-79.04933,43.159847],[-79.048607,43.170622],[-79.053775,43.260358],[-79.058425,43.277799],[-79.091628,43.342523],[-79.17431,43.464532],[-79.078993,43.498948],[-78.946184,43.546723],[-78.750821,43.617055],[-78.688086,43.631808],[-78.457274,43.630981],[-78.226461,43.630206],[-77.995674,43.629431],[-77.764835,43.628656],[-77.533997,43.627855],[-77.30321,43.627106],[-77.072371,43.62633],[-76.841532,43.625504],[-76.836003,43.628036],[-76.830474,43.630439],[-76.824893,43.632893],[-76.819363,43.635426],[-76.813782,43.63788],[-76.808304,43.640309],[-76.802723,43.642789],[-76.797194,43.64527],[-76.754354,43.700099],[-76.711514,43.755005],[-76.668675,43.809885],[-76.625887,43.864766],[-76.582995,43.919594],[-76.540207,43.974475],[-76.497367,44.029355],[-76.454631,44.084235],[-76.430033,44.103304],[-76.350089,44.151725],[-76.344405,44.158184],[-76.341356,44.165781],[-76.337119,44.173739],[-76.327765,44.18149],[-76.317172,44.185056],[-76.206636,44.217405],[-76.185758,44.225674],[-76.169325,44.242365],[-76.169739,44.247688],[-76.178059,44.272131],[-76.178679,44.278642],[-76.149792,44.304532],[-76.067264,44.347992],[-75.898696,44.399978],[-75.870325,44.408608],[-75.855701,44.422044],[-75.845417,44.439046],[-75.830948,44.464315],[-75.791183,44.496768],[-75.754622,44.527567],[-75.69969,44.581673],[-75.578199,44.661513],[-75.455958,44.741766],[-75.341831,44.816749],[-75.270233,44.863774],[-75.129647,44.925166],[-75.075594,44.935501],[-75.058721,44.941031],[-75.0149,44.96599],[-74.998647,44.972398],[-74.940201,44.987746],[-74.903744,45.005213],[-74.88651,45.009398],[-74.868474,45.010122]]]]},"type":"Feature","properties":{"postal":"NY","name":"New York","type":"State","center":[-75.15317786922725,43.12032834171157]}},"PA":{"geometry":{"type":"Polygon","coordinates":[[[-79.762909,41.999858],[-79.726556,41.999858],[-79.590497,41.999833],[-79.454462,41.99976],[-79.318427,41.999687],[-79.182391,41.999613],[-79.046356,41.99954],[-78.910346,41.999443],[-78.774286,41.999369],[-78.638251,41.999296],[-78.50224,41.999223],[-78.36618,41.99915],[-78.230121,41.999076],[-78.094135,41.998979],[-77.958075,41.998905],[-77.82204,41.998832],[-77.686029,41.998759],[-77.550018,41.998686],[-77.413934,41.998564],[-77.277948,41.998515],[-77.141864,41.998417],[-77.005829,41.998368],[-76.869843,41.998271],[-76.733783,41.998222],[-76.597723,41.9981],[-76.461737,41.998051],[-76.325678,41.997953],[-76.189618,41.997904],[-76.053632,41.997807],[-75.917548,41.997758],[-75.781512,41.997636],[-75.645526,41.997587],[-75.509467,41.997489],[-75.373456,41.997465],[-75.351288,41.997392],[-75.338983,41.997392],[-75.339447,41.983988],[-75.315497,41.970195],[-75.284198,41.959086],[-75.263055,41.948002],[-75.257147,41.929643],[-75.254901,41.90457],[-75.249139,41.882402],[-75.232636,41.872904],[-75.177411,41.879716],[-75.164716,41.876567],[-75.142767,41.862431],[-75.115595,41.85496],[-75.101239,41.83621],[-75.091742,41.831938],[-75.078949,41.82808],[-75.083075,41.818803],[-75.106024,41.797196],[-75.08537,41.788725],[-75.067889,41.784013],[-75.055878,41.774906],[-75.05141,41.753105],[-75.054511,41.743656],[-75.068134,41.73516],[-75.071259,41.72581],[-75.057611,41.687944],[-75.057709,41.667289],[-75.063934,41.615702],[-75.061005,41.605375],[-75.048358,41.595951],[-74.99787,41.513847],[-74.984345,41.498295],[-74.96723,41.486918],[-74.922626,41.478617],[-74.910223,41.469242],[-74.900409,41.458012],[-74.886298,41.448344],[-74.862079,41.444487],[-74.813178,41.446879],[-74.793817,41.437773],[-74.780878,41.428935],[-74.77038,41.428788],[-74.760516,41.432353],[-74.749139,41.434672],[-74.74162,41.431401],[-74.736395,41.423588],[-74.728632,41.407402],[-74.719891,41.39766],[-74.704462,41.376127],[-74.698993,41.356254],[-74.698554,41.354521],[-74.718402,41.344706],[-74.740643,41.343681],[-74.750897,41.340776],[-74.764374,41.331669],[-74.775067,41.330741],[-74.780145,41.327934],[-74.783221,41.323832],[-74.788593,41.314018],[-74.790692,41.311186],[-74.844696,41.272978],[-74.852142,41.259648],[-74.852924,41.252616],[-74.862567,41.224809],[-74.886298,41.180839],[-74.938202,41.127616],[-74.951141,41.119389],[-74.958173,41.117387],[-74.96872,41.112529],[-74.978339,41.106791],[-74.982489,41.102006],[-74.98205,41.089701],[-74.982391,41.087187],[-74.9862,41.086015],[-75.026996,41.046806],[-75.045721,41.035209],[-75.067841,41.030619],[-75.082684,41.02581],[-75.106439,41.013749],[-75.128827,40.998051],[-75.139545,40.982206],[-75.137299,40.975199],[-75.131317,40.96724],[-75.119696,40.954911],[-75.118817,40.950932],[-75.119891,40.94644],[-75.119989,40.942778],[-75.116278,40.941239],[-75.110248,40.94102],[-75.104511,40.939775],[-75.100238,40.936625],[-75.098602,40.930668],[-75.091278,40.92227],[-75.075653,40.908671],[-75.061224,40.891508],[-75.057611,40.872343],[-75.067694,40.855131],[-75.081366,40.847734],[-75.093427,40.83809],[-75.098602,40.813993],[-75.105438,40.795634],[-75.121918,40.785673],[-75.142328,40.783964],[-75.160663,40.790434],[-75.169721,40.773637],[-75.176532,40.765776],[-75.183905,40.76248],[-75.188739,40.758549],[-75.187445,40.750297],[-75.183539,40.743168],[-75.180487,40.742631],[-75.194159,40.713993],[-75.198163,40.700541],[-75.194794,40.688017],[-75.190863,40.677934],[-75.193964,40.670487],[-75.194794,40.660673],[-75.191058,40.629057],[-75.195746,40.619145],[-75.193866,40.608695],[-75.189716,40.598173],[-75.182196,40.57039],[-75.16955,40.566264],[-75.139545,40.570707],[-75.088788,40.558329],[-75.071649,40.531864],[-75.064423,40.454008],[-75.054315,40.43538],[-75.035858,40.415165],[-75.01369,40.403324],[-74.97453,40.414579],[-74.961493,40.397587],[-74.947748,40.359037],[-74.895502,40.323442],[-74.886298,40.314018],[-74.883075,40.30811],[-74.849237,40.271293],[-74.818036,40.241728],[-74.764716,40.206279],[-74.739374,40.184867],[-74.728632,40.163237],[-74.74101,40.143705],[-74.76994,40.129838],[-74.803143,40.121586],[-74.828265,40.118852],[-74.837762,40.114921],[-74.872626,40.090873],[-74.882831,40.087162],[-74.920429,40.077861],[-74.935761,40.070268],[-74.975067,40.036283],[-74.988593,40.029228],[-75.02359,40.016303],[-75.046539,40.009101],[-75.079986,39.986396],[-75.102406,39.981594],[-75.1197,39.974189],[-75.132924,39.956122],[-75.138743,39.93358],[-75.133412,39.912665],[-75.147776,39.902574],[-75.207916,39.885403],[-75.248687,39.867255],[-75.273101,39.864081],[-75.297353,39.871731],[-75.358876,39.848334],[-75.376454,39.845038],[-75.391713,39.839586],[-75.424463,39.806614],[-75.425214,39.807084],[-75.431464,39.81099],[-75.446405,39.816728],[-75.469867,39.825346],[-75.494891,39.833158],[-75.529315,39.837846],[-75.573114,39.838627],[-75.601263,39.837846],[-75.630219,39.830815],[-75.652118,39.825346],[-75.677948,39.815165],[-75.702216,39.801786],[-75.731122,39.782304],[-75.758514,39.751811],[-75.775287,39.722587],[-75.776996,39.721049],[-75.784686,39.721318],[-75.788644,39.721318],[-75.900116,39.721342],[-76.015448,39.721342],[-76.130878,39.721342],[-76.246259,39.721342],[-76.361664,39.721342],[-76.477069,39.721391],[-76.59245,39.72144],[-76.70788,39.72144],[-76.823285,39.72144],[-76.938641,39.72144],[-77.054047,39.72144],[-77.169452,39.721488],[-77.284882,39.721513],[-77.400287,39.721513],[-77.515643,39.721513],[-77.631073,39.721513],[-77.746454,39.721513],[-77.861835,39.721562],[-77.977264,39.721611],[-78.09267,39.721611],[-78.208075,39.721611],[-78.32348,39.721611],[-78.438837,39.721611],[-78.554242,39.721635],[-78.669696,39.721659],[-78.785028,39.721659],[-78.900458,39.721659],[-79.015863,39.721659],[-79.131268,39.721659],[-79.246674,39.721708],[-79.362054,39.721757],[-79.477435,39.721757],[-79.60766,39.721708],[-79.737958,39.721659],[-79.868182,39.721635],[-79.998407,39.721611],[-80.12868,39.721562],[-80.258905,39.721513],[-80.38913,39.721513],[-80.519403,39.721488],[-80.519476,39.791117],[-80.51955,39.860771],[-80.519623,39.930448],[-80.519696,40.000102],[-80.519696,40.080351],[-80.519794,40.160575],[-80.519867,40.240849],[-80.51994,40.321098],[-80.520013,40.401371],[-80.520087,40.48162],[-80.520184,40.561869],[-80.520233,40.642167],[-80.520233,40.642729],[-80.520233,40.643315],[-80.520233,40.643901],[-80.520233,40.644487],[-80.520233,40.645072],[-80.520233,40.645634],[-80.520233,40.646195],[-80.520233,40.646781],[-80.520233,40.751615],[-80.520233,40.856449],[-80.520233,40.961332],[-80.520233,41.066166],[-80.520233,41.170976],[-80.520233,41.275834],[-80.520233,41.380668],[-80.520233,41.485527],[-80.520233,41.590336],[-80.520233,41.69517],[-80.520233,41.800029],[-80.520233,41.904887],[-80.520233,42.009745],[-80.520233,42.114579],[-80.520233,42.219389],[-80.520233,42.323782],[-80.504151,42.326229],[-80.375373,42.345788],[-80.246596,42.365477],[-80.093168,42.420151],[-79.939767,42.474773],[-79.786391,42.529369],[-79.763007,42.537705],[-79.763007,42.504374],[-79.763007,42.470439],[-79.763007,42.436479],[-79.763007,42.402519],[-79.763007,42.368608],[-79.763007,42.334648],[-79.763007,42.300737],[-79.763007,42.266777],[-79.763007,42.237626],[-79.763007,42.208525],[-79.763007,42.179399],[-79.762982,42.150273],[-79.762933,42.121147],[-79.762933,42.091996],[-79.762933,42.062846],[-79.762933,42.033744],[-79.762909,41.999858]]]},"type":"Feature","properties":{"postal":"PA","name":"Pennsylvania","type":"State","center":[-77.75034293552812,41.11266391553727]}},"ME":{"geometry":{"type":"MultiPolygon","coordinates":[[[[-69.652333,43.790432],[-69.664052,43.78913],[-69.684885,43.811265],[-69.688791,43.828192],[-69.673166,43.852932],[-69.647125,43.837307],[-69.648427,43.819078],[-69.652333,43.790432]]],[[[-69.714821,43.859452],[-69.714833,43.859442],[-69.721344,43.872463],[-69.730458,43.890692],[-69.722646,43.90762],[-69.70051,43.927151],[-69.694,43.94538],[-69.678375,43.967515],[-69.66926,43.955797],[-69.66926,43.942776],[-69.680979,43.933661],[-69.690094,43.905015],[-69.690124,43.904863],[-69.690162,43.904677],[-69.690214,43.904422],[-69.69028,43.904101],[-69.690359,43.903717],[-69.690451,43.903273],[-69.690556,43.902771],[-69.690673,43.902216],[-69.690802,43.901609],[-69.690942,43.900954],[-69.691093,43.900254],[-69.691254,43.899512],[-69.691425,43.898731],[-69.691605,43.897914],[-69.691795,43.897063],[-69.691993,43.896183],[-69.6922,43.895275],[-69.692414,43.894343],[-69.692635,43.89339],[-69.692864,43.892419],[-69.693098,43.891433],[-69.693339,43.890435],[-69.693586,43.889427],[-69.693837,43.888414],[-69.694093,43.887397],[-69.694354,43.88638],[-69.694618,43.885366],[-69.694886,43.884358],[-69.695156,43.883359],[-69.695429,43.882372],[-69.695704,43.881399],[-69.695981,43.880445],[-69.696259,43.879511],[-69.696538,43.878601],[-69.696817,43.877718],[-69.697095,43.876865],[-69.697374,43.876045],[-69.697651,43.875261],[-69.697927,43.874515],[-69.698201,43.873812],[-69.698473,43.873153],[-69.698741,43.872542],[-69.699007,43.871982],[-69.699269,43.871476],[-69.699527,43.871027],[-69.699781,43.870638],[-69.70003,43.870311],[-69.700273,43.870051],[-69.70051,43.869859],[-69.701009,43.869522],[-69.70128,43.869337],[-69.701564,43.869141],[-69.70186,43.868935],[-69.702168,43.868719],[-69.702487,43.868495],[-69.702816,43.868262],[-69.703154,43.868023],[-69.7035,43.867776],[-69.703853,43.867523],[-69.704214,43.867264],[-69.70458,43.867],[-69.704951,43.866732],[-69.705327,43.866461],[-69.705706,43.866186],[-69.706087,43.865908],[-69.70647,43.865629],[-69.706855,43.865349],[-69.707239,43.865067],[-69.707623,43.864786],[-69.708006,43.864506],[-69.708386,43.864227],[-69.708763,43.863949],[-69.709137,43.863674],[-69.709505,43.863402],[-69.709868,43.863134],[-69.710225,43.862871],[-69.710575,43.862612],[-69.710916,43.862359],[-69.711249,43.862112],[-69.711573,43.861872],[-69.711886,43.86164],[-69.712188,43.861416],[-69.712478,43.8612],[-69.712755,43.860994],[-69.713018,43.860798],[-69.713267,43.860612],[-69.713501,43.860438],[-69.713719,43.860276],[-69.713919,43.860126],[-69.714102,43.859989],[-69.714267,43.859866],[-69.714412,43.859757],[-69.714538,43.859664],[-69.714642,43.859586],[-69.714724,43.859524],[-69.714784,43.859479],[-69.714821,43.859452]]],[[[-68.634104,44.018297],[-68.656239,44.010484],[-68.66275,44.019599],[-68.660146,44.03262],[-68.653635,44.052151],[-68.651031,44.065172],[-68.640614,44.078192],[-68.626291,44.091213],[-68.60676,44.088609],[-68.601552,44.07038],[-68.598948,44.046942],[-68.608062,44.023505],[-68.634104,44.018297]]],[[[-68.807118,44.037543],[-68.81546,44.031928],[-68.834584,44.035102],[-68.869252,44.048367],[-68.860097,44.065212],[-68.868031,44.079372],[-68.886749,44.089871],[-68.910186,44.095526],[-68.90156,44.11404],[-68.884145,44.113837],[-68.848134,44.095526],[-68.827382,44.089789],[-68.782745,44.084662],[-68.772979,44.081895],[-68.774648,44.061876],[-68.786733,44.052354],[-68.800567,44.046576],[-68.807118,44.037543]]],[[[-68.841135,44.138088],[-68.851552,44.125067],[-68.863271,44.119859],[-68.88801,44.130276],[-68.901031,44.134182],[-68.91926,44.125067],[-68.937489,44.105536],[-68.942698,44.117255],[-68.940094,44.125067],[-68.928375,44.141995],[-68.889312,44.16413],[-68.85676,44.181057],[-68.820302,44.178453],[-68.811187,44.169338],[-68.811187,44.148505],[-68.824208,44.144599],[-68.841135,44.138088]]],[[[-68.444,44.181057],[-68.438791,44.174547],[-68.427073,44.175849],[-68.416656,44.182359],[-68.402333,44.175849],[-68.390614,44.162828],[-68.391916,44.145901],[-68.403635,44.134182],[-68.432281,44.128974],[-68.442698,44.144599],[-68.454416,44.151109],[-68.463531,44.149807],[-68.489573,44.140692],[-68.502594,44.148505],[-68.5065,44.160224],[-68.492177,44.169338],[-68.47525,44.166734],[-68.472646,44.177151],[-68.459625,44.184963],[-68.444,44.181057]]],[[[-68.614288,44.223985],[-68.60851,44.212836],[-68.620107,44.208441],[-68.644317,44.203192],[-68.656361,44.199164],[-68.650624,44.190294],[-68.643056,44.184638],[-68.622792,44.177517],[-68.622792,44.171332],[-68.662058,44.156195],[-68.681996,44.152615],[-68.716339,44.167344],[-68.720204,44.172146],[-68.71463,44.18122],[-68.710886,44.190456],[-68.713328,44.200995],[-68.724599,44.219062],[-68.716257,44.218451],[-68.698923,44.219672],[-68.69046,44.219062],[-68.695058,44.228624],[-68.696767,44.239529],[-68.695302,44.250434],[-68.69046,44.260037],[-68.678944,44.269639],[-68.66747,44.270128],[-68.642079,44.260037],[-68.623077,44.249864],[-68.616485,44.237087],[-68.614288,44.223985]]],[[[-68.885406,44.299547],[-68.901031,44.280015],[-68.920562,44.237047],[-68.933583,44.235745],[-68.933583,44.243557],[-68.927073,44.266995],[-68.924469,44.281317],[-68.941396,44.281317],[-68.942698,44.290432],[-68.924469,44.307359],[-68.901031,44.311265],[-68.885406,44.299547]]],[[[-68.47525,44.324286],[-68.484364,44.31387],[-68.497385,44.32038],[-68.509104,44.322984],[-68.522125,44.322984],[-68.529937,44.330797],[-68.529937,44.34512],[-68.524729,44.359442],[-68.519521,44.367255],[-68.511708,44.378974],[-68.502594,44.380276],[-68.496083,44.37637],[-68.492177,44.364651],[-68.489573,44.347724],[-68.486969,44.334703],[-68.47525,44.324286]]],[[[-68.885406,44.330797],[-68.903635,44.319078],[-68.916656,44.332099],[-68.916656,44.34512],[-68.911448,44.365953],[-68.899729,44.377672],[-68.884104,44.391995],[-68.868479,44.381578],[-68.859364,44.35814],[-68.868479,44.347724],[-68.885406,44.330797]]],[[[-68.198923,44.308621],[-68.240834,44.294542],[-68.283315,44.292426],[-68.306874,44.308417],[-68.31371,44.308417],[-68.320098,44.284939],[-68.309438,44.270941],[-68.296498,44.261094],[-68.296335,44.250067],[-68.308787,44.23786],[-68.326039,44.225898],[-68.341298,44.223578],[-68.347849,44.24018],[-68.352284,44.238064],[-68.363759,44.234727],[-68.368357,44.232733],[-68.380116,44.246446],[-68.414052,44.258612],[-68.423573,44.274278],[-68.408477,44.278347],[-68.405466,44.285264],[-68.412384,44.291856],[-68.427276,44.294786],[-68.434804,44.299994],[-68.433868,44.312038],[-68.428741,44.32571],[-68.410105,44.360053],[-68.401357,44.371772],[-68.392568,44.376736],[-68.378936,44.379503],[-68.367462,44.38642],[-68.364288,44.395331],[-68.375762,44.404079],[-68.35497,44.423285],[-68.315907,44.436957],[-68.274037,44.439276],[-68.244822,44.424506],[-68.241933,44.404975],[-68.185292,44.357001],[-68.176544,44.328315],[-68.198923,44.308621]]],[[[-67.566396,44.461005],[-67.584625,44.444078],[-67.593739,44.457099],[-67.605458,44.48314],[-67.615875,44.505276],[-67.614573,44.51439],[-67.60025,44.518297],[-67.582021,44.51439],[-67.578114,44.490953],[-67.566396,44.479234],[-67.566396,44.461005]]],[[[-67.276031,44.602932],[-67.302073,44.596422],[-67.321604,44.602932],[-67.319,44.612047],[-67.303375,44.625067],[-67.283844,44.619859],[-67.270823,44.613349],[-67.276031,44.602932]]],[[[-66.986073,44.909776],[-66.989573,44.89761],[-67.012115,44.899359],[-67.017323,44.908026],[-67.045115,44.927151],[-67.045115,44.944485],[-67.038157,44.954901],[-67.02949,44.944485],[-67.003448,44.925401],[-66.986073,44.909776]]],[[[-66.920562,44.850328],[-66.91926,44.837307],[-66.938791,44.838609],[-66.955719,44.846422],[-66.97525,44.860745],[-66.98176,44.872463],[-66.958323,44.877672],[-66.954416,44.88939],[-66.954416,44.899807],[-66.946604,44.915432],[-66.940094,44.925849],[-66.933583,44.941474],[-66.921864,44.947984],[-66.904937,44.955797],[-66.904937,44.946682],[-66.903635,44.933661],[-66.891916,44.921942],[-66.893219,44.906317],[-66.901031,44.88939],[-66.916656,44.877672],[-66.930979,44.869859],[-66.920562,44.850328]]],[[[-66.977854,44.936265],[-66.985666,44.925849],[-67.005198,44.947984],[-67.014312,44.963609],[-67.016916,44.979234],[-67.005198,44.989651],[-66.989573,45.00137],[-66.973948,45.018297],[-66.954416,45.027411],[-66.938791,45.024807],[-66.940094,45.011786],[-66.945302,45.000067],[-66.947906,44.98314],[-66.963531,44.961005],[-66.977854,44.936265]]],[[[-69.0402,47.249055],[-68.906229,47.190221],[-68.889718,47.190609],[-68.761819,47.23704],[-68.71779,47.245231],[-68.668801,47.243422],[-68.644203,47.245283],[-68.6256,47.255205],[-68.607926,47.269829],[-68.58524,47.28249],[-68.539662,47.299853],[-68.518009,47.304762],[-68.492016,47.307553],[-68.466746,47.305692],[-68.435327,47.291275],[-68.422563,47.293109],[-68.410212,47.297424],[-68.385614,47.301713],[-68.383392,47.307139],[-68.384839,47.315873],[-68.382049,47.32781],[-68.347839,47.358506],[-68.299728,47.367833],[-68.24645,47.360573],[-68.197047,47.341401],[-68.184335,47.333133],[-68.156068,47.306674],[-68.145061,47.301455],[-68.115398,47.292282],[-68.101446,47.286185],[-68.039382,47.245231],[-67.993184,47.223217],[-67.962436,47.197689],[-67.953703,47.18663],[-67.949982,47.172936],[-67.943419,47.164538],[-67.899132,47.138778],[-67.870607,47.107358],[-67.854742,47.09785],[-67.813556,47.081908],[-67.808699,47.075138],[-67.805185,47.035631],[-67.802549,46.901247],[-67.800017,46.766785],[-67.797433,46.632297],[-67.794849,46.497861],[-67.792317,46.363476],[-67.789733,46.229014],[-67.78715,46.094552],[-67.784566,45.960142],[-67.782757,45.95053],[-67.776556,45.942933],[-67.767461,45.935957],[-67.759658,45.928567],[-67.757849,45.919472],[-67.769425,45.903969],[-67.787356,45.890017],[-67.799242,45.875651],[-67.792627,45.858907],[-67.776091,45.840821],[-67.772835,45.828057],[-67.779863,45.815706],[-67.794126,45.799169],[-67.80627,45.781754],[-67.811127,45.76651],[-67.807045,45.71287],[-67.80012,45.699847],[-67.786116,45.691217],[-67.761776,45.680107],[-67.748031,45.677781],[-67.740744,45.683621],[-67.735525,45.690752],[-67.72798,45.692251],[-67.717386,45.685378],[-67.710462,45.675404],[-67.704829,45.664191],[-67.690773,45.653804],[-67.660336,45.637371],[-67.607522,45.620059],[-67.551867,45.610447],[-67.506392,45.609827],[-67.475799,45.612979],[-67.449961,45.610809],[-67.431306,45.597941],[-67.422107,45.568796],[-67.42619,45.533449],[-67.443036,45.522184],[-67.467531,45.508283],[-67.493214,45.493142],[-67.48231,45.455521],[-67.428825,45.38705],[-67.434561,45.350308],[-67.459056,45.318424],[-67.468668,45.301835],[-67.475024,45.282353],[-67.471303,45.266282],[-67.427585,45.236568],[-67.390533,45.193108],[-67.356272,45.165926],[-67.31922,45.153886],[-67.284648,45.169699],[-67.279584,45.179052],[-67.279222,45.187372],[-67.277207,45.195072],[-67.267336,45.202513],[-67.254986,45.205045],[-67.242428,45.202565],[-67.219071,45.192126],[-67.206166,45.189401],[-67.176015,45.178656],[-67.191274,45.180365],[-67.204376,45.178209],[-67.210317,45.171088],[-67.203887,45.157497],[-67.1999,45.156602],[-67.179677,45.157497],[-67.172393,45.155137],[-67.168446,45.149522],[-67.165964,45.142849],[-67.159617,45.132351],[-67.154164,45.119167],[-67.152089,45.116563],[-67.145985,45.11518],[-67.139394,45.111558],[-67.128204,45.102891],[-67.113474,45.086941],[-67.10029,45.069363],[-67.111195,45.053656],[-67.104522,45.03795],[-67.090037,45.025865],[-67.077016,45.020982],[-67.071645,45.01439],[-67.051991,44.983385],[-67.040069,44.973171],[-67.052235,44.96129],[-67.05602,44.945421],[-67.062734,44.931423],[-67.083485,44.925401],[-67.094512,44.933051],[-67.105946,44.945787],[-67.117299,44.94835],[-67.128204,44.925401],[-67.113067,44.915554],[-67.112091,44.904079],[-67.121693,44.894558],[-67.138417,44.890652],[-67.151357,44.895941],[-67.184763,44.916775],[-67.196482,44.918565],[-67.203399,44.904893],[-67.190541,44.89057],[-67.172312,44.877224],[-67.162953,44.866726],[-67.148671,44.815538],[-67.145985,44.82571],[-67.143788,44.85574],[-67.141835,44.863308],[-67.13036,44.864732],[-67.114369,44.84691],[-67.10029,44.849636],[-67.107696,44.857123],[-67.094106,44.863308],[-67.097117,44.867784],[-67.102284,44.877956],[-67.107696,44.883165],[-67.08849,44.888129],[-67.074737,44.870795],[-67.067128,44.844428],[-67.066151,44.822292],[-67.04365,44.83397],[-67.041982,44.854438],[-67.059316,44.897447],[-67.043691,44.894029],[-67.032948,44.884385],[-67.012156,44.857123],[-67.009063,44.856391],[-66.99474,44.857123],[-66.991404,44.855658],[-66.991444,44.851915],[-66.992299,44.847398],[-66.991689,44.843492],[-66.979482,44.818793],[-66.977325,44.815538],[-66.984975,44.804918],[-67.019399,44.774929],[-67.032582,44.767117],[-67.04247,44.766221],[-67.063954,44.768581],[-67.073598,44.767117],[-67.074086,44.763699],[-67.082265,44.745714],[-67.086619,44.739773],[-67.094106,44.74726],[-67.103993,44.72899],[-67.11323,44.716254],[-67.169179,44.670925],[-67.177968,44.667589],[-67.195343,44.663275],[-67.203887,44.657253],[-67.201365,44.653591],[-67.196482,44.644232],[-67.224395,44.644232],[-67.232696,44.646755],[-67.248769,44.655504],[-67.251088,44.657253],[-67.261993,44.657701],[-67.269073,44.654812],[-67.269032,44.646348],[-67.258534,44.62991],[-67.280548,44.631374],[-67.294789,44.639635],[-67.308054,44.649766],[-67.326853,44.657253],[-67.326853,44.66474],[-67.310984,44.6824],[-67.314076,44.70071],[-67.332021,44.709499],[-67.360951,44.698839],[-67.347361,44.692654],[-67.360789,44.685574],[-67.373321,44.685899],[-67.385121,44.691189],[-67.395741,44.698839],[-67.389394,44.682481],[-67.377553,44.670762],[-67.371327,44.657701],[-67.382069,44.637397],[-67.367218,44.627468],[-67.370351,44.622301],[-67.379384,44.621283],[-67.382069,44.623765],[-67.398427,44.611802],[-67.40453,44.605699],[-67.409413,44.595811],[-67.422149,44.614976],[-67.426747,44.63939],[-67.434682,44.659206],[-67.457143,44.66474],[-67.450795,44.64765],[-67.451853,44.63227],[-67.45047,44.619371],[-67.436716,44.609483],[-67.454335,44.6046],[-67.472524,44.603135],[-67.48998,44.604926],[-67.505605,44.609483],[-67.49946,44.623806],[-67.505727,44.633572],[-67.517039,44.634874],[-67.526072,44.623765],[-67.532908,44.623765],[-67.539052,44.646226],[-67.554392,44.64407],[-67.593739,44.616319],[-67.573191,44.61754],[-67.565867,44.609809],[-67.567087,44.579047],[-67.569285,44.571153],[-67.573232,44.562486],[-67.574981,44.553494],[-67.570424,44.544908],[-67.56904,44.538682],[-67.57787,44.535264],[-67.589792,44.533189],[-67.597401,44.530951],[-67.603464,44.528103],[-67.612091,44.526597],[-67.621287,44.526394],[-67.628448,44.527533],[-67.638702,44.531684],[-67.63976,44.534776],[-67.638661,44.539333],[-67.639841,44.547553],[-67.640411,44.554877],[-67.643748,44.56391],[-67.648956,44.568549],[-67.65921,44.566677],[-67.668568,44.561469],[-67.683705,44.548041],[-67.714141,44.500759],[-67.728017,44.503201],[-67.740183,44.510362],[-67.748769,44.521999],[-67.751983,44.538072],[-67.740468,44.588243],[-67.744578,44.595811],[-67.755605,44.589626],[-67.786122,44.541775],[-67.783315,44.537299],[-67.786122,44.527533],[-67.790151,44.531724],[-67.800526,44.541205],[-67.796417,44.55447],[-67.785512,44.570583],[-67.779286,44.585883],[-67.782664,44.601508],[-67.790517,44.59988],[-67.799591,44.588609],[-67.80663,44.575385],[-67.817169,44.583767],[-67.828359,44.584255],[-67.837148,44.577745],[-67.845937,44.551296],[-67.857289,44.546088],[-67.869008,44.544542],[-67.874867,44.541775],[-67.87206,44.530056],[-67.852325,44.508653],[-67.847605,44.497097],[-67.852284,44.48253],[-67.863555,44.479356],[-67.877309,44.482367],[-67.88915,44.486558],[-67.884999,44.466905],[-67.899607,44.422105],[-67.902211,44.397203],[-67.921254,44.411363],[-67.923451,44.437771],[-67.915028,44.466295],[-67.902211,44.486558],[-67.917104,44.481553],[-67.928009,44.468288],[-67.934682,44.451361],[-67.937001,44.435045],[-67.934356,44.416368],[-67.937001,44.408637],[-67.947214,44.414252],[-67.953562,44.419135],[-67.959014,44.42239],[-67.962839,44.426744],[-67.964304,44.435045],[-67.967722,44.500759],[-67.977895,44.499132],[-67.9829,44.494167],[-67.984568,44.486314],[-67.984731,44.47602],[-67.988759,44.466498],[-67.998158,44.466498],[-68.015818,44.472927],[-68.028798,44.468533],[-68.015859,44.458848],[-67.984731,44.445583],[-67.984405,44.44066],[-67.973988,44.41352],[-67.97114,44.410834],[-67.972157,44.403754],[-67.974721,44.39529],[-67.978871,44.387885],[-67.984731,44.383531],[-67.994618,44.383531],[-67.997792,44.389268],[-67.99946,44.395535],[-68.005238,44.397203],[-68.015004,44.393744],[-68.01533,44.39057],[-68.014109,44.385525],[-68.019521,44.376695],[-68.050323,44.340359],[-68.060536,44.328315],[-68.072987,44.338324],[-68.076405,44.349351],[-68.073476,44.362047],[-68.06664,44.376695],[-68.082387,44.372341],[-68.088409,44.369249],[-68.097524,44.385728],[-68.107411,44.415554],[-68.112416,44.441352],[-68.108022,44.463609],[-68.111521,44.480089],[-68.139353,44.486558],[-68.143259,44.489285],[-68.143056,44.494981],[-68.143503,44.500027],[-68.1492,44.500759],[-68.15807,44.496812],[-68.159942,44.491726],[-68.159901,44.485867],[-68.162872,44.479112],[-68.162628,44.473578],[-68.158925,44.466783],[-68.158152,44.461046],[-68.166615,44.458686],[-68.181589,44.459093],[-68.187286,44.462185],[-68.189565,44.469509],[-68.190216,44.497545],[-68.193634,44.520006],[-68.202016,44.525092],[-68.217519,44.500759],[-68.219838,44.485948],[-68.219228,44.472032],[-68.222117,44.466295],[-68.254262,44.493516],[-68.259267,44.504177],[-68.258494,44.520697],[-68.276357,44.520494],[-68.294301,44.527777],[-68.308136,44.529039],[-68.31371,44.510484],[-68.281524,44.499376],[-68.269805,44.48607],[-68.286407,44.466091],[-68.281443,44.462673],[-68.27831,44.459011],[-68.275828,44.455308],[-68.272735,44.45185],[-68.317087,44.451199],[-68.337636,44.455105],[-68.354685,44.466091],[-68.361928,44.445828],[-68.386464,44.424343],[-68.382598,44.410834],[-68.409291,44.404649],[-68.422963,44.405137],[-68.426707,44.417222],[-68.423329,44.470974],[-68.431874,44.486599],[-68.449941,44.493679],[-68.47822,44.493394],[-68.459828,44.462104],[-68.457753,44.448717],[-68.459503,44.442898],[-68.462839,44.438666],[-68.464467,44.434272],[-68.46113,44.428209],[-68.456044,44.424343],[-68.451894,44.422309],[-68.449696,44.418728],[-68.450307,44.410834],[-68.45519,44.401801],[-68.464792,44.389838],[-68.47407,44.382432],[-68.47822,44.387234],[-68.478139,44.410834],[-68.480092,44.421617],[-68.485056,44.431912],[-68.504425,44.413357],[-68.52599,44.405626],[-68.549428,44.405748],[-68.574412,44.410834],[-68.563018,44.40058],[-68.551503,44.377224],[-68.54308,44.366156],[-68.541778,44.35692],[-68.556142,44.330024],[-68.56017,44.318345],[-68.555857,44.306179],[-68.545929,44.302436],[-68.534535,44.300645],[-68.52599,44.294786],[-68.520863,44.280015],[-68.523183,44.269558],[-68.532012,44.266628],[-68.546498,44.274278],[-68.541005,44.263699],[-68.53364,44.256374],[-68.524363,44.250922],[-68.512929,44.246365],[-68.541371,44.237331],[-68.633494,44.296251],[-68.666941,44.298204],[-68.683705,44.29446],[-68.704132,44.305121],[-68.732045,44.328315],[-68.756215,44.334459],[-68.791778,44.316392],[-68.82079,44.314643],[-68.811798,44.351589],[-68.803944,44.369249],[-68.789784,44.376695],[-68.780263,44.374538],[-68.770863,44.36518],[-68.762807,44.363064],[-68.753285,44.36754],[-68.754262,44.377875],[-68.760447,44.38935],[-68.766225,44.397203],[-68.753204,44.404975],[-68.741973,44.414252],[-68.7353,44.414659],[-68.714792,44.4053],[-68.704783,44.404039],[-68.69933,44.409695],[-68.717397,44.431586],[-68.718373,44.445583],[-68.756215,44.430894],[-68.766225,44.424506],[-68.784413,44.402777],[-68.795847,44.392564],[-68.807118,44.390977],[-68.816192,44.402086],[-68.814402,44.417996],[-68.80724,44.434109],[-68.800323,44.445583],[-68.79658,44.448513],[-68.784657,44.453843],[-68.779246,44.458686],[-68.776641,44.464952],[-68.774932,44.480211],[-68.772979,44.486558],[-68.742624,44.537299],[-68.746205,44.554877],[-68.779246,44.561713],[-68.795847,44.561998],[-68.801625,44.560289],[-68.807118,44.534369],[-68.827626,44.479112],[-68.821401,44.478461],[-68.807118,44.472927],[-68.824696,44.461046],[-68.845245,44.453803],[-68.857126,44.456081],[-68.848134,44.472927],[-68.862742,44.475369],[-68.879628,44.468533],[-68.906484,44.448717],[-68.919423,44.441392],[-68.965443,44.431912],[-68.986602,44.421169],[-68.982289,44.413601],[-68.971913,44.405788],[-68.975087,44.39407],[-68.972768,44.383816],[-68.944569,44.348822],[-68.937489,44.331977],[-68.945546,44.317165],[-68.964101,44.307807],[-68.984609,44.301215],[-68.998972,44.294786],[-69.021596,44.247789],[-69.036244,44.232611],[-69.053578,44.184923],[-69.067901,44.158962],[-69.077748,44.144965],[-69.088328,44.136501],[-69.088328,44.130316],[-69.082875,44.115261],[-69.089548,44.09809],[-69.086903,44.086697],[-69.053578,44.089301],[-69.065216,44.067613],[-69.075795,44.052517],[-69.091501,44.043809],[-69.118764,44.04088],[-69.12621,44.031033],[-69.130645,44.011746],[-69.142039,43.998725],[-69.170277,44.007432],[-69.171824,43.997178],[-69.175893,43.9914],[-69.182485,43.990017],[-69.191396,43.993109],[-69.199574,43.981879],[-69.203643,43.970323],[-69.20165,43.959988],[-69.191396,43.952175],[-69.22704,43.935248],[-69.238515,43.931667],[-69.258005,43.928005],[-69.263417,43.929918],[-69.259633,43.955268],[-69.229237,43.990994],[-69.219472,44.00849],[-69.238515,44.007432],[-69.298858,43.950385],[-69.310536,43.941636],[-69.313751,43.954332],[-69.303171,43.981228],[-69.313954,43.986274],[-69.328318,43.983385],[-69.353302,43.972439],[-69.369496,43.972642],[-69.353261,43.994656],[-69.347157,44.007758],[-69.351796,44.013617],[-69.369415,44.015855],[-69.370147,44.021511],[-69.351796,44.037543],[-69.347279,44.050767],[-69.354197,44.060492],[-69.364288,44.060533],[-69.369496,44.044664],[-69.376576,44.036729],[-69.390981,44.031928],[-69.402211,44.026597],[-69.394887,44.002427],[-69.407704,43.99433],[-69.424265,43.991645],[-69.430369,43.993109],[-69.440907,43.981391],[-69.447784,43.967556],[-69.47879,43.880316],[-69.49413,43.851101],[-69.512929,43.834906],[-69.514353,43.855658],[-69.521677,43.870347],[-69.529897,43.883002],[-69.533966,43.897569],[-69.540232,43.897569],[-69.54544,43.883287],[-69.547597,43.867865],[-69.547637,43.834906],[-69.561269,43.849107],[-69.553822,43.856553],[-69.569081,43.868394],[-69.570505,43.877916],[-69.565419,43.88699],[-69.561269,43.897569],[-69.559804,43.904079],[-69.554921,43.915798],[-69.553822,43.920844],[-69.55602,43.92768],[-69.565378,43.934272],[-69.567494,43.941636],[-69.558868,43.964586],[-69.529042,44.004381],[-69.533966,44.021023],[-69.544871,44.011949],[-69.554067,43.998562],[-69.567494,43.972642],[-69.580556,43.957017],[-69.585805,43.948472],[-69.584584,43.941636],[-69.581817,43.934556],[-69.584218,43.925767],[-69.589304,43.917344],[-69.594757,43.91116],[-69.589345,43.904812],[-69.587514,43.897244],[-69.589304,43.889635],[-69.594757,43.883246],[-69.584828,43.870714],[-69.577911,43.855658],[-69.576039,43.838975],[-69.581166,43.821804],[-69.592397,43.807725],[-69.59614,43.815904],[-69.594757,43.849107],[-69.609893,43.839586],[-69.62446,43.838406],[-69.639638,43.844468],[-69.656931,43.856553],[-69.668894,43.867051],[-69.670115,43.873562],[-69.649403,43.897569],[-69.653798,43.904975],[-69.655019,43.910509],[-69.653432,43.916205],[-69.649403,43.924262],[-69.642445,43.921251],[-69.629343,43.919216],[-69.622792,43.917426],[-69.631215,43.929226],[-69.64269,43.933458],[-69.652618,43.938992],[-69.656931,43.955268],[-69.653676,43.96776],[-69.636423,44.003689],[-69.630116,44.008043],[-69.619171,44.017524],[-69.615102,44.025906],[-69.629587,44.027289],[-69.643178,44.020982],[-69.656972,44.009223],[-69.749705,43.900662],[-69.759226,43.88642],[-69.752675,43.879136],[-69.740264,43.874864],[-69.731964,43.869574],[-69.729726,43.855943],[-69.732655,43.841905],[-69.746287,43.814399],[-69.73587,43.820583],[-69.722401,43.844224],[-69.712148,43.849107],[-69.704701,43.842027],[-69.707265,43.826931],[-69.730743,43.775906],[-69.744985,43.758775],[-69.758005,43.759508],[-69.766794,43.787624],[-69.766225,43.794867],[-69.763621,43.798936],[-69.760691,43.801622],[-69.759267,43.804429],[-69.761464,43.81155],[-69.766306,43.813666],[-69.771189,43.813666],[-69.773549,43.814399],[-69.780385,43.862779],[-69.78364,43.873481],[-69.79072,43.886705],[-69.794057,43.897569],[-69.795277,43.910427],[-69.794871,43.922146],[-69.795684,43.933458],[-69.800893,43.944688],[-69.803375,43.964911],[-69.807281,43.98314],[-69.804677,43.997463],[-69.802073,44.01439],[-69.790354,44.028713],[-69.781239,44.036526],[-69.770823,44.04564],[-69.768219,44.053453],[-69.768219,44.058661],[-69.774729,44.059963],[-69.782541,44.057359],[-69.789052,44.049547],[-69.799469,44.044338],[-69.817698,44.036526],[-69.845041,44.010484],[-69.864573,43.997463],[-69.874989,43.987047],[-69.882802,43.97663],[-69.882802,43.963609],[-69.872385,43.958401],[-69.854156,43.958401],[-69.841135,43.966213],[-69.832021,43.974026],[-69.82551,43.97012],[-69.821604,43.961005],[-69.815094,43.933661],[-69.802235,43.860541],[-69.800893,43.825181],[-69.791941,43.791002],[-69.782501,43.772935],[-69.780385,43.763454],[-69.787302,43.737535],[-69.790639,43.7331],[-69.803171,43.729682],[-69.814239,43.721177],[-69.822865,43.709947],[-69.828155,43.698269],[-69.839304,43.709255],[-69.841827,43.740261],[-69.852081,43.74669],[-69.8579,43.754259],[-69.858388,43.770779],[-69.855499,43.793891],[-69.851796,43.800808],[-69.847035,43.803738],[-69.843007,43.807807],[-69.841257,43.818061],[-69.844594,43.826768],[-69.859609,43.836534],[-69.862986,43.84573],[-69.860219,43.856228],[-69.856191,43.862087],[-69.857126,43.865709],[-69.86913,43.869574],[-69.879262,43.870551],[-69.888539,43.868354],[-69.89684,43.863552],[-69.90392,43.856553],[-69.891713,43.851345],[-69.881337,43.844021],[-69.875356,43.832302],[-69.876007,43.814399],[-69.883005,43.800564],[-69.894765,43.789333],[-69.905629,43.787299],[-69.910146,43.801296],[-69.951121,43.760362],[-69.958201,43.756334],[-69.965281,43.754625],[-69.970693,43.751492],[-69.974355,43.734971],[-69.978505,43.729438],[-69.984853,43.726345],[-69.992665,43.725613],[-69.9263,43.828559],[-69.930653,43.849107],[-69.942128,43.841498],[-69.958363,43.821804],[-69.972768,43.799506],[-69.978993,43.783962],[-69.98294,43.767442],[-69.993438,43.751817],[-70.008901,43.741238],[-70.027455,43.739936],[-70.00947,43.766872],[-69.962636,43.821031],[-69.951121,43.849107],[-69.973093,43.847113],[-70.006378,43.827094],[-70.020009,43.82864],[-70.010854,43.833279],[-70.000681,43.840847],[-69.991689,43.850857],[-69.985829,43.862779],[-69.999379,43.861518],[-70.011749,43.855658],[-70.022328,43.847195],[-70.039581,43.830064],[-70.050038,43.823961],[-70.074656,43.814399],[-70.088002,43.811062],[-70.098907,43.809923],[-70.108835,43.806749],[-70.160878,43.766547],[-70.182607,43.757066],[-70.208689,43.715277],[-70.239125,43.700059],[-70.238474,43.687038],[-70.233754,43.673041],[-70.232289,43.664171],[-70.24295,43.653917],[-70.256703,43.650133],[-70.286855,43.650499],[-70.286855,43.643052],[-70.257761,43.640489],[-70.231557,43.641547],[-70.210886,43.635037],[-70.19811,43.609565],[-70.198232,43.59866],[-70.20287,43.567613],[-70.204945,43.561143],[-70.220245,43.559068],[-70.245839,43.549791],[-70.260203,43.547471],[-70.255889,43.554389],[-70.252716,43.561143],[-70.271514,43.556912],[-70.292592,43.534532],[-70.307973,43.526964],[-70.310536,43.548367],[-70.325429,43.549547],[-70.343739,43.539496],[-70.356435,43.526964],[-70.36738,43.505316],[-70.370717,43.486355],[-70.368398,43.467231],[-70.362579,43.445054],[-70.34321,43.454291],[-70.332794,43.457546],[-70.321645,43.458726],[-70.321645,43.452501],[-70.335235,43.447292],[-70.346913,43.439439],[-70.366404,43.420844],[-70.369496,43.415513],[-70.373525,43.401882],[-70.376251,43.397244],[-70.382436,43.393744],[-70.39505,43.392605],[-70.403554,43.389838],[-70.422597,43.376899],[-70.437693,43.362982],[-70.454457,43.350613],[-70.478708,43.342637],[-70.508738,43.341498],[-70.519521,43.339545],[-70.530507,43.331773],[-70.561879,43.301052],[-70.570546,43.298489],[-70.581654,43.274888],[-70.583119,43.250881],[-70.568918,43.22899],[-70.583608,43.213935],[-70.596791,43.195461],[-70.58259,43.188625],[-70.599517,43.182237],[-70.611724,43.173],[-70.630971,43.147081],[-70.660146,43.094143],[-70.671946,43.085598],[-70.687123,43.092149],[-70.700307,43.108466],[-70.71467,43.121934],[-70.733388,43.120429],[-70.731272,43.114651],[-70.74234,43.087958],[-70.744089,43.083808],[-70.771942,43.10745],[-70.806415,43.136698],[-70.825116,43.161454],[-70.825897,43.167485],[-70.824628,43.178617],[-70.814569,43.208866],[-70.813251,43.216752],[-70.813593,43.22559],[-70.817059,43.239897],[-70.821942,43.247074],[-70.827997,43.252299],[-70.866669,43.271049],[-70.897479,43.304838],[-70.929755,43.340238],[-70.960712,43.36663],[-70.967426,43.374809],[-70.972626,43.38311],[-70.976849,43.394511],[-70.977948,43.402201],[-70.977777,43.409111],[-70.97641,43.415019],[-70.966571,43.439604],[-70.963593,43.450663],[-70.964789,43.467362],[-70.967743,43.481938],[-70.967596,43.490654],[-70.966571,43.496928],[-70.964667,43.501786],[-70.962177,43.516044],[-70.962372,43.531108],[-70.957831,43.562211],[-70.960004,43.59224],[-70.96391,43.645756],[-70.967792,43.699296],[-70.971747,43.752787],[-70.975604,43.806254],[-70.979511,43.859794],[-70.983441,43.913285],[-70.987323,43.966777],[-70.991229,44.020341],[-70.995184,44.073881],[-70.999042,44.127348],[-71.002948,44.180863],[-71.006879,44.234404],[-71.010761,44.287944],[-71.014667,44.341435],[-71.018573,44.394926],[-71.022479,44.448442],[-71.026386,44.501982],[-71.030292,44.555473],[-71.034198,44.608988],[-71.038104,44.662504],[-71.042011,44.71602],[-71.045917,44.769535],[-71.049823,44.823051],[-71.053729,44.876591],[-71.057636,44.930131],[-71.061517,44.983598],[-71.065448,45.037089],[-71.06933,45.090629],[-71.073261,45.144169],[-71.077167,45.19766],[-71.081073,45.251127],[-71.084952,45.304293],[-71.064211,45.307055],[-71.054418,45.310362],[-71.036667,45.323385],[-71.027598,45.33465],[-71.016539,45.343125],[-70.993155,45.347827],[-70.968118,45.34452],[-70.951608,45.332014],[-70.906908,45.246232],[-70.892412,45.234604],[-70.874351,45.245663],[-70.870605,45.255275],[-70.872491,45.274189],[-70.870243,45.283129],[-70.862621,45.290363],[-70.842389,45.301215],[-70.835258,45.309794],[-70.83208,45.328552],[-70.835465,45.373097],[-70.833837,45.393096],[-70.825982,45.410459],[-70.812986,45.42343],[-70.794873,45.430406],[-70.771877,45.430045],[-70.75255,45.422345],[-70.718004,45.397282],[-70.696739,45.388652],[-70.675785,45.388704],[-70.65359,45.395473],[-70.641316,45.408496],[-70.650257,45.427461],[-70.668162,45.439036],[-70.707385,45.4564],[-70.722836,45.470921],[-70.732009,45.491591],[-70.730329,45.507973],[-70.686792,45.572723],[-70.589614,45.651788],[-70.572406,45.662279],[-70.514735,45.681709],[-70.484763,45.699641],[-70.4728,45.703568],[-70.450424,45.703723],[-70.439132,45.705893],[-70.419315,45.716901],[-70.407351,45.731525],[-70.402442,45.749663],[-70.403941,45.771161],[-70.408282,45.781651],[-70.413682,45.787697],[-70.41717,45.793795],[-70.415232,45.804389],[-70.409935,45.810745],[-70.389807,45.825059],[-70.312654,45.867641],[-70.283173,45.890482],[-70.262528,45.923038],[-70.255939,45.948876],[-70.263148,45.956834],[-70.280434,45.959315],[-70.303947,45.968616],[-70.316298,45.982982],[-70.316892,45.999002],[-70.306143,46.035331],[-70.303637,46.038483],[-70.294309,46.044943],[-70.29201,46.048663],[-70.293017,46.054038],[-70.296092,46.057862],[-70.300795,46.061737],[-70.304774,46.065975],[-70.311362,46.071866],[-70.312629,46.079566],[-70.30033,46.089281],[-70.26444,46.106593],[-70.24948,46.120597],[-70.244002,46.141009],[-70.249247,46.162765],[-70.263329,46.183229],[-70.284801,46.191859],[-70.280899,46.211857],[-70.253407,46.251493],[-70.236173,46.288339],[-70.223693,46.300793],[-70.201886,46.305495],[-70.199509,46.315262],[-70.197028,46.336863],[-70.188398,46.358412],[-70.167418,46.368179],[-70.153052,46.372829],[-70.074323,46.419545],[-70.061817,46.445409],[-70.050086,46.511271],[-70.032723,46.609766],[-70.023628,46.661287],[-70.007763,46.704075],[-69.989961,46.721697],[-69.899708,46.811562],[-69.809403,46.901299],[-69.719099,46.991086],[-69.628794,47.080797],[-69.538464,47.17061],[-69.448159,47.260346],[-69.357906,47.350134],[-69.267628,47.439844],[-69.25091,47.452919],[-69.237268,47.45881],[-69.221972,47.459688],[-69.069655,47.431886],[-69.054023,47.418399],[-69.054333,47.389253],[-69.066193,47.32967],[-69.065134,47.296339],[-69.06356,47.290809],[-69.057486,47.269467],[-69.0402,47.249055]]]]},"type":"Feature","properties":{"postal":"ME","name":"Maine","type":"State","center":[-69.20083320632018,45.36484820527653]}},"MI":{"geometry":{"type":"Polygon","coordinates":[[[-84.512304,46.451636],[-84.492176,46.456881],[-84.478301,46.466467],[-84.465408,46.478172],[-84.448096,46.489722],[-84.42324,46.511581],[-84.389702,46.520262],[-84.352469,46.522743],[-84.30534,46.501607],[-84.242011,46.526464],[-84.197285,46.546359],[-84.147676,46.541346],[-84.110443,46.526464],[-84.158812,46.433343],[-84.147676,46.399882],[-84.129046,46.375026],[-84.10543,46.347741],[-84.112897,46.327871],[-84.119098,46.314228],[-84.114138,46.295573],[-84.10667,46.27697],[-84.099229,46.250873],[-84.099229,46.237231],[-84.096774,46.224828],[-84.086801,46.201212],[-84.055821,46.171446],[-84.021042,46.151603],[-84.014169,46.115998],[-84.008769,46.112329],[-83.995824,46.101166],[-83.976394,46.073106],[-83.964586,46.063184],[-83.9473,46.0606],[-83.930738,46.066957],[-83.872679,46.107884],[-83.856427,46.115739],[-83.839296,46.119202],[-83.818057,46.116566],[-83.766536,46.106489],[-83.664837,46.11915],[-83.613884,46.115636],[-83.565437,46.09078],[-83.508826,46.047371],[-83.492031,46.037088],[-83.474099,46.023135],[-83.462808,46.007787],[-83.465857,45.993111],[-83.510247,45.932391],[-83.556213,45.869656],[-83.595254,45.816429],[-83.510712,45.779067],[-83.396326,45.728528],[-83.19931,45.641556],[-83.019011,45.561871],[-82.75944,45.447201],[-82.588778,45.371805],[-82.54829,45.334598],[-82.532141,45.293516],[-82.484082,45.083244],[-82.436023,44.872973],[-82.387886,44.662701],[-82.339879,44.45243],[-82.291846,44.24221],[-82.243683,44.031939],[-82.195624,43.821693],[-82.147565,43.611344],[-82.145446,43.600647],[-82.145653,43.576411],[-82.153611,43.549591],[-82.185857,43.487295],[-82.218,43.425025],[-82.250194,43.362781],[-82.282389,43.300485],[-82.314506,43.238189],[-82.346726,43.175841],[-82.37892,43.113571],[-82.411089,43.051275],[-82.416412,43.017143],[-82.414603,42.983243],[-82.430442,42.951307],[-82.453179,42.918983],[-82.464781,42.883637],[-82.468036,42.863974],[-82.482325,42.835113],[-82.485271,42.818524],[-82.473618,42.798164],[-82.470982,42.790568],[-82.471344,42.779845],[-82.476951,42.761474],[-82.48341,42.719254],[-82.511264,42.646675],[-82.526224,42.619906],[-82.549246,42.590941],[-82.575833,42.571795],[-82.608467,42.561098],[-82.644331,42.557817],[-82.694405,42.519137],[-82.800135,42.41798],[-82.83282,42.398008],[-82.943511,42.355478],[-83.040353,42.331862],[-83.079963,42.305067],[-83.109832,42.272279],[-83.128513,42.239955],[-83.135929,42.200268],[-83.139649,42.115854],[-83.159493,42.046324],[-83.157012,42.000435],[-83.132507,41.941953],[-83.130862,41.938029],[-83.25988,41.845559],[-83.413763,41.735267],[-83.554574,41.729055],[-83.639993,41.729055],[-83.725929,41.725949],[-83.802547,41.722843],[-83.889519,41.719737],[-83.968725,41.718701],[-84.054661,41.71663],[-84.139562,41.712489],[-84.223428,41.710418],[-84.303152,41.707312],[-84.38857,41.707312],[-84.473471,41.704206],[-84.556301,41.703171],[-84.641202,41.702135],[-84.736974,41.699029],[-84.806075,41.696806],[-84.806075,41.758275],[-84.873895,41.758744],[-84.951508,41.758769],[-85.029096,41.758793],[-85.106683,41.758842],[-85.184296,41.758891],[-85.261835,41.758915],[-85.339423,41.758915],[-85.417035,41.75894],[-85.494598,41.758988],[-85.572186,41.758988],[-85.649774,41.759062],[-85.727362,41.759086],[-85.80495,41.759111],[-85.882538,41.759159],[-85.960126,41.759208],[-86.037714,41.759233],[-86.115302,41.759257],[-86.192889,41.759306],[-86.270477,41.759306],[-86.348065,41.759355],[-86.425653,41.759379],[-86.503217,41.759379],[-86.580804,41.759428],[-86.658392,41.759477],[-86.736005,41.759526],[-86.813593,41.75955],[-86.891156,41.759574],[-86.968744,41.759623],[-87.046356,41.759672],[-87.12392,41.759696],[-87.201532,41.759696],[-87.207728,41.759696],[-87.191264,41.831296],[-87.166963,41.932548],[-87.136993,42.056075],[-87.112693,42.158137],[-87.090822,42.248859],[-87.067332,42.34201],[-87.042422,42.4212],[-87.018818,42.496236],[-87.040089,42.627132],[-87.04827,42.702397],[-87.066268,42.80466],[-87.079357,42.896287],[-87.092447,42.991187],[-87.112081,43.117174],[-87.131716,43.236616],[-87.144805,43.33397],[-87.15163,43.408451],[-87.157895,43.481228],[-87.145038,43.574028],[-87.131716,43.664482],[-87.114374,43.76519],[-87.087054,43.873588],[-87.061359,43.969633],[-87.028635,44.071078],[-86.999896,44.16768],[-86.952997,44.279081],[-86.928827,44.366412],[-86.891194,44.46622],[-86.851926,44.562755],[-86.812657,44.647838],[-86.746918,44.768534],[-86.714642,44.84517],[-86.669989,44.893998],[-86.637584,44.944808],[-86.595042,44.990621],[-86.535907,45.040458],[-86.497689,45.075704],[-86.448603,45.114972],[-86.373338,45.160786],[-86.314434,45.19351],[-86.250623,45.236051],[-86.28681,45.24905],[-86.318306,45.262312],[-86.347316,45.273915],[-86.379641,45.288006],[-86.414453,45.301267],[-86.445949,45.314529],[-86.479103,45.327791],[-86.510599,45.341052],[-86.542095,45.354314],[-86.575249,45.367575],[-86.607574,45.381666],[-86.640314,45.394927],[-86.678656,45.409062],[-86.710541,45.423173],[-86.742377,45.43726],[-86.763571,45.443848],[-86.922282,45.442212],[-87.031908,45.442212],[-87.092447,45.443848],[-87.131716,45.399671],[-87.166076,45.355494],[-87.1988,45.32277],[-87.24433,45.288774],[-87.311697,45.242596],[-87.403325,45.204963],[-87.422959,45.132971],[-87.436049,45.078976],[-87.488407,45.083885],[-87.542743,45.089506],[-87.596918,45.104252],[-87.653558,45.120756],[-87.670404,45.130522],[-87.672577,45.135234],[-87.678021,45.142216],[-87.688129,45.151982],[-87.711566,45.168974],[-87.726654,45.182817],[-87.733563,45.192338],[-87.73476,45.199345],[-87.730292,45.231205],[-87.726654,45.243754],[-87.706952,45.284135],[-87.68205,45.324589],[-87.6737,45.332939],[-87.658514,45.344877],[-87.653778,45.351176],[-87.653412,45.356449],[-87.654804,45.36143],[-87.661224,45.370365],[-87.66955,45.379545],[-87.675751,45.384989],[-87.681708,45.388139],[-87.68869,45.388798],[-87.695087,45.387431],[-87.768475,45.35955],[-87.775604,45.358354],[-87.783246,45.357865],[-87.791742,45.358378],[-87.814642,45.363432],[-87.82226,45.363578],[-87.828973,45.362138],[-87.840692,45.357182],[-87.848554,45.356181],[-87.85827,45.357572],[-87.873309,45.364823],[-87.879462,45.370976],[-87.882196,45.377397],[-87.881024,45.383427],[-87.869183,45.404838],[-87.867181,45.41143],[-87.866644,45.419657],[-87.869183,45.432011],[-87.868427,45.44019],[-87.86579,45.446171],[-87.861371,45.449931],[-87.82851,45.467582],[-87.823773,45.471293],[-87.819525,45.475468],[-87.811932,45.484696],[-87.80639,45.494682],[-87.80412,45.499906],[-87.803558,45.503349],[-87.803803,45.509989],[-87.812152,45.541093],[-87.821283,45.56143],[-87.82038,45.570414],[-87.815717,45.574467],[-87.808856,45.576029],[-87.802679,45.578202],[-87.797797,45.581352],[-87.793915,45.587358],[-87.791425,45.595414],[-87.791254,45.608647],[-87.79328,45.616215],[-87.7966,45.622026],[-87.813788,45.642118],[-87.820673,45.652665],[-87.821454,45.660014],[-87.818964,45.665483],[-87.808368,45.671928],[-87.803876,45.675321],[-87.801239,45.681034],[-87.801093,45.683988],[-87.802606,45.68704],[-87.808685,45.692875],[-87.822455,45.7033],[-87.834979,45.715092],[-87.844965,45.72144],[-87.86889,45.7335],[-87.873822,45.736991],[-87.885516,45.749369],[-87.889911,45.75308],[-87.895331,45.756132],[-87.901776,45.758866],[-87.909637,45.760502],[-87.953192,45.763139],[-87.969794,45.766654],[-87.976288,45.769267],[-87.981708,45.772392],[-87.986127,45.77581],[-87.99809,45.787236],[-88.000897,45.788774],[-88.005194,45.79019],[-88.011005,45.790141],[-88.031659,45.785527],[-88.047357,45.784184],[-88.055829,45.784574],[-88.072528,45.78748],[-88.08747,45.791874],[-88.102313,45.798027],[-88.109979,45.803154],[-88.119696,45.812504],[-88.122504,45.819682],[-88.122137,45.82642],[-88.119501,45.831718],[-88.11579,45.836625],[-88.093939,45.857206],[-88.089935,45.862113],[-88.086444,45.867753],[-88.085541,45.876737],[-88.089276,45.884184],[-88.115204,45.924589],[-88.123187,45.931498],[-88.132269,45.935746],[-88.147943,45.939823],[-88.154437,45.942509],[-88.180219,45.957255],[-88.187738,45.959379],[-88.195624,45.959477],[-88.210858,45.957719],[-88.218915,45.957499],[-88.227411,45.958354],[-88.244208,45.962846],[-88.261835,45.970024],[-88.269891,45.972172],[-88.278046,45.9731],[-88.313007,45.973588],[-88.329999,45.975688],[-88.335907,45.977323],[-88.361371,45.991777],[-88.370429,45.995487],[-88.379144,45.996659],[-88.399872,45.992436],[-88.408319,45.992436],[-88.418085,45.993681],[-88.452264,46.007011],[-88.460004,46.009086],[-88.467352,46.008866],[-88.473554,46.007328],[-88.482001,46.007328],[-88.491888,46.009233],[-88.508466,46.018168],[-88.519061,46.02266],[-88.529193,46.025248],[-88.537347,46.026054],[-88.545062,46.025517],[-88.551727,46.024076],[-88.56413,46.019096],[-88.570868,46.017778],[-88.578925,46.018168],[-88.586151,46.019511],[-88.59372,46.020146],[-88.600262,46.018901],[-88.621942,46.006913],[-88.630609,46.006132],[-88.642084,46.00811],[-88.676166,46.020707],[-88.698871,46.025761],[-88.714008,46.031474],[-88.724384,46.033891],[-88.733734,46.034648],[-88.7414,46.033793],[-88.76225,46.0283],[-88.770429,46.028031],[-88.780585,46.029496],[-88.787787,46.034404],[-88.795013,46.036576],[-88.801776,46.036625],[-88.816571,46.034648],[-88.824286,46.034404],[-88.837274,46.0356],[-88.861322,46.04517],[-88.920624,46.068803],[-88.97995,46.092485],[-89.039227,46.116142],[-89.098554,46.139872],[-89.119232,46.148173],[-89.154828,46.155009],[-89.165326,46.156987],[-89.195038,46.162699],[-89.241156,46.171537],[-89.301044,46.183134],[-89.37182,46.196757],[-89.450848,46.211991],[-89.53537,46.228227],[-89.622626,46.245024],[-89.709882,46.26182],[-89.794379,46.278105],[-89.873456,46.29329],[-89.944208,46.306938],[-90.004071,46.31851],[-90.050189,46.327348],[-90.079901,46.333085],[-90.090448,46.335112],[-90.1185,46.340629],[-90.124042,46.345072],[-90.127167,46.350248],[-90.134979,46.37039],[-90.151581,46.397734],[-90.177875,46.441093],[-90.195062,46.469462],[-90.205096,46.486039],[-90.217304,46.498246],[-90.230341,46.508744],[-90.240033,46.513481],[-90.250311,46.515776],[-90.259906,46.516484],[-90.271747,46.519316],[-90.280048,46.523637],[-90.289398,46.530448],[-90.298676,46.532963],[-90.318182,46.535649],[-90.323798,46.540165],[-90.333783,46.554692],[-90.340839,46.557426],[-90.347504,46.556742],[-90.365131,46.549052],[-90.372577,46.547074],[-90.381024,46.546611],[-90.392279,46.547929],[-90.399017,46.550956],[-90.403192,46.555082],[-90.407367,46.565385],[-90.412543,46.584233],[-90.402826,46.599272],[-90.375018,46.642216],[-90.347162,46.685112],[-90.319354,46.728056],[-90.291522,46.771],[-90.263715,46.813896],[-90.235907,46.85684],[-90.208051,46.89976],[-90.180219,46.94268],[-90.152411,46.9856],[-90.124579,47.028544],[-90.096747,47.071488],[-90.068939,47.114384],[-90.041107,47.157279],[-90.0133,47.200224],[-89.985468,47.243168],[-89.957636,47.286112],[-89.928973,47.330448],[-89.900262,47.374784],[-89.8716,47.41912],[-89.842938,47.463456],[-89.814227,47.507792],[-89.785541,47.552128],[-89.756854,47.596415],[-89.728192,47.640751],[-89.699457,47.685112],[-89.670795,47.729423],[-89.642157,47.773759],[-89.613422,47.818119],[-89.58476,47.862455],[-89.556097,47.906791],[-89.527362,47.951127],[-89.498962,47.995095],[-89.461847,47.994539],[-89.387097,47.980535],[-89.363636,47.979605],[-89.340382,47.984152],[-89.24553,48.021178],[-89.095255,48.079935],[-88.90462,48.154297],[-88.782147,48.202072],[-88.642724,48.25659],[-88.578878,48.270388],[-88.407906,48.304055],[-88.376461,48.305115],[-88.347264,48.298655],[-88.159679,48.224887],[-87.972093,48.151171],[-87.784482,48.077428],[-87.596897,48.003738],[-87.409259,47.929995],[-87.2217,47.856253],[-87.034166,47.782485],[-86.846555,47.708743],[-86.741807,47.666446],[-86.637058,47.624123],[-86.53231,47.581903],[-86.427614,47.53958],[-86.322866,47.497205],[-86.218118,47.454934],[-86.11337,47.412663],[-86.00857,47.370365],[-85.883616,47.31856],[-85.758611,47.26678],[-85.633631,47.215026],[-85.508626,47.163221],[-85.383647,47.111441],[-85.258641,47.059687],[-85.133662,47.007829],[-85.008657,46.955998],[-84.992404,46.948789],[-84.976204,46.941477],[-84.959977,46.934242],[-84.943673,46.927008],[-84.927447,46.919669],[-84.911169,46.912486],[-84.894943,46.905148],[-84.87869,46.897914],[-84.86373,46.881946],[-84.854196,46.861172],[-84.835411,46.803863],[-84.816446,46.745907],[-84.787456,46.657179],[-84.773322,46.633434],[-84.693689,46.564859],[-84.589406,46.475123],[-84.566565,46.461196],[-84.541295,46.452825],[-84.512304,46.451636]]]},"type":"Feature","properties":{"postal":"MI","name":"Michigan","type":"State","center":[-84.59076360310927,45.37341441848062]}},"AK":{"geometry":{"type":"MultiPolygon","coordinates":[[[[-179.081492,51.286444],[-179.069447,51.262844],[-179.061594,51.254543],[-179.061594,51.247707],[-179.085154,51.242906],[-179.103098,51.226467],[-179.119008,51.215399],[-179.136667,51.22724],[-179.129709,51.243598],[-179.13447,51.255764],[-179.142039,51.26557],[-179.143463,51.275051],[-179.143503,51.275051],[-179.134145,51.283759],[-179.118601,51.290188],[-179.088246,51.296088],[-179.081492,51.286444]]],[[[-178.973622,51.312445],[-178.986887,51.307522],[-178.992665,51.326239],[-178.990468,51.334174],[-178.978383,51.353827],[-178.980295,51.36286],[-178.986887,51.377021],[-178.985829,51.384223],[-178.972239,51.396552],[-178.954416,51.395209],[-178.917551,51.377427],[-178.904246,51.353827],[-178.913889,51.345771],[-178.933054,51.344184],[-178.948313,51.33983],[-178.973622,51.312445]]],[[[178.769216,51.639716],[178.78712,51.623847],[178.800304,51.635443],[178.814789,51.635932],[178.829275,51.628607],[178.841807,51.617011],[178.85377,51.620673],[178.869884,51.621812],[178.88738,51.620551],[178.920177,51.611802],[178.927908,51.607164],[178.931163,51.600287],[178.934337,51.588609],[178.941905,51.584947],[178.951834,51.583808],[178.961681,51.579779],[178.966645,51.578925],[178.986339,51.577826],[178.992686,51.576646],[178.996837,51.572333],[179.006114,51.558539],[179.009288,51.555569],[179.020763,51.549954],[179.060313,51.514594],[179.122895,51.480414],[179.139985,51.476793],[179.183442,51.473212],[179.195323,51.470526],[179.204275,51.46308],[179.228038,51.439195],[179.240082,51.416693],[179.257579,51.413642],[179.294281,51.419013],[179.291026,51.414984],[179.288748,51.411322],[179.285655,51.408026],[179.28004,51.404731],[179.28004,51.398505],[179.379242,51.401923],[179.400076,51.408433],[179.458507,51.381293],[179.472341,51.370551],[179.454275,51.370347],[179.421153,51.364163],[179.403575,51.364407],[179.405772,51.368394],[179.406912,51.368638],[179.410411,51.370551],[179.396658,51.376899],[179.382823,51.377346],[179.355154,51.370551],[179.348643,51.367418],[179.340668,51.35928],[179.335216,51.357571],[179.326996,51.358588],[179.31072,51.363267],[179.301117,51.364407],[179.287852,51.361029],[179.271169,51.35456],[179.254893,51.350287],[179.243012,51.353827],[179.23585,51.363471],[179.234223,51.372016],[179.237804,51.380764],[179.24643,51.391059],[179.076915,51.453559],[179.058442,51.467597],[179.041026,51.477037],[179.039073,51.482896],[179.034516,51.490627],[179.026866,51.500922],[179.014171,51.509019],[178.988129,51.522162],[178.960134,51.542141],[178.941417,51.55036],[178.872325,51.571357],[178.83839,51.576646],[178.799978,51.571112],[178.78297,51.57217],[178.779633,51.582831],[178.753591,51.582831],[178.735118,51.584906],[178.719412,51.592108],[178.701915,51.607367],[178.689464,51.615383],[178.636404,51.637437],[178.666677,51.655015],[178.682628,51.659003],[178.721202,51.642808],[178.769216,51.639716]]],[[[178.231293,51.831773],[178.237153,51.830512],[178.243826,51.830715],[178.252208,51.829901],[178.271821,51.825019],[178.31365,51.821926],[178.333995,51.81623],[178.350352,51.806952],[178.396169,51.7685],[178.381114,51.772366],[178.356456,51.767401],[178.341482,51.7685],[178.331228,51.774237],[178.311697,51.79206],[178.303722,51.795722],[178.285981,51.79975],[178.260265,51.809638],[178.236583,51.822943],[178.224864,51.836737],[178.231293,51.831773]]],[[[-178.760487,51.752265],[-178.808298,51.747301],[-178.822703,51.756171],[-178.842722,51.77265],[-178.858144,51.788642],[-178.858876,51.795722],[-178.846059,51.805894],[-178.832224,51.825751],[-178.813588,51.839179],[-178.786529,51.829901],[-178.748484,51.817572],[-178.740183,51.783637],[-178.760487,51.752265]]],[[[-176.354115,51.836737],[-176.354115,51.829901],[-176.345693,51.830471],[-176.328359,51.829169],[-176.319936,51.829901],[-176.325307,51.814399],[-176.327382,51.810004],[-176.298289,51.821479],[-176.28303,51.822577],[-176.264719,51.81623],[-176.264719,51.810004],[-176.270375,51.806464],[-176.273915,51.802151],[-176.276479,51.796332],[-176.279001,51.788275],[-176.263905,51.783149],[-176.258534,51.782131],[-176.258534,51.775295],[-176.274403,51.775133],[-176.286082,51.7685],[-176.292551,51.756741],[-176.292673,51.741156],[-176.30012,51.741156],[-176.307932,51.752387],[-176.315867,51.749579],[-176.330515,51.730292],[-176.340688,51.725816],[-176.351755,51.740871],[-176.360951,51.73371],[-176.37206,51.736721],[-176.38561,51.737128],[-176.397043,51.741889],[-176.401926,51.758205],[-176.409373,51.823676],[-176.403879,51.82099],[-176.39391,51.818264],[-176.388865,51.81623],[-176.395823,51.826321],[-176.423044,51.85102],[-176.392934,51.863105],[-176.347157,51.86994],[-176.303212,51.868964],[-176.279001,51.857164],[-176.292673,51.843736],[-176.311838,51.839789],[-176.333363,51.839342],[-176.354115,51.836737]]],[[[-176.120798,51.846869],[-176.111928,51.838568],[-176.107737,51.847317],[-176.093861,51.858588],[-176.062856,51.854967],[-176.030222,51.843166],[-176.011464,51.829901],[-176.01891,51.823676],[-175.999379,51.811957],[-175.990956,51.810004],[-175.998484,51.802558],[-176.026235,51.822333],[-176.031972,51.829901],[-176.049631,51.824856],[-176.065907,51.825385],[-176.097483,51.829901],[-176.106394,51.826483],[-176.104929,51.817816],[-176.094065,51.795722],[-176.109202,51.798977],[-176.121775,51.80565],[-176.130849,51.815904],[-176.13561,51.829901],[-176.148386,51.817939],[-176.152415,51.804511],[-176.149648,51.790229],[-176.141835,51.775295],[-176.148671,51.775295],[-176.151723,51.778998],[-176.159006,51.791449],[-176.162343,51.795722],[-176.162953,51.798529],[-176.161692,51.807318],[-176.162343,51.810004],[-176.166453,51.811265],[-176.175282,51.810777],[-176.194163,51.819973],[-176.208323,51.820014],[-176.219065,51.824368],[-176.223744,51.843573],[-176.201243,51.840888],[-176.199045,51.848863],[-176.210683,51.867133],[-176.204539,51.881008],[-176.190134,51.886705],[-176.173899,51.885321],[-176.162343,51.877672],[-176.137074,51.868598],[-176.128163,51.864],[-176.128163,51.859524],[-176.120798,51.846869]]],[[[-176.01891,51.891995],[-175.990956,51.884508],[-175.986887,51.886868],[-175.974965,51.89704],[-175.97053,51.898139],[-175.962595,51.888617],[-175.958323,51.874742],[-175.956776,51.860826],[-175.956858,51.85102],[-175.976999,51.852362],[-176.107737,51.884508],[-176.092356,51.894477],[-176.073313,51.903795],[-176.052561,51.910346],[-176.020945,51.912787],[-176.010325,51.912421],[-176.000234,51.910102],[-175.990956,51.905585],[-175.999094,51.904486],[-176.01891,51.898139],[-176.01891,51.891995]]],[[[-177.845448,51.851874],[-177.840647,51.836737],[-177.708974,51.837307],[-177.648183,51.847602],[-177.622182,51.857164],[-177.626698,51.832587],[-177.64741,51.820502],[-177.67516,51.816555],[-177.700999,51.81623],[-177.726796,51.812201],[-177.775217,51.796536],[-177.800282,51.795722],[-177.79719,51.786322],[-177.791453,51.77969],[-177.783274,51.775946],[-177.77302,51.775295],[-177.79662,51.759223],[-177.806101,51.745592],[-177.807444,51.728909],[-177.806508,51.703315],[-177.810374,51.69538],[-177.837514,51.67536],[-177.847849,51.671861],[-177.860666,51.675035],[-177.882883,51.685858],[-177.885203,51.674506],[-177.892527,51.667914],[-177.903554,51.665107],[-177.916982,51.665432],[-177.909535,51.659247],[-177.916127,51.645331],[-177.913035,51.630927],[-177.895863,51.603949],[-177.906728,51.59809],[-177.920115,51.596503],[-177.933461,51.5987],[-177.944325,51.603949],[-177.948842,51.610785],[-177.953806,51.630113],[-177.957997,51.637437],[-177.973622,51.645168],[-178.011179,51.648139],[-178.03246,51.659247],[-178.044626,51.665595],[-178.082509,51.662502],[-178.101389,51.665432],[-178.091908,51.690579],[-178.079945,51.700344],[-178.029368,51.700141],[-178.019032,51.702338],[-178.002146,51.711737],[-177.974558,51.715481],[-177.963083,51.720526],[-177.954823,51.729071],[-177.95051,51.741156],[-177.955393,51.763739],[-177.973988,51.778266],[-177.998891,51.786038],[-178.046254,51.791449],[-178.062082,51.799628],[-178.095164,51.823676],[-178.189565,51.854967],[-178.213816,51.876044],[-178.177073,51.905585],[-178.147817,51.9147],[-177.95226,51.92475],[-177.931264,51.918647],[-177.931264,51.911811],[-177.895497,51.889228],[-177.882883,51.884508],[-177.882883,51.877672],[-177.89269,51.867011],[-177.845448,51.851874]]],[[[-177.132314,51.730658],[-177.156687,51.700141],[-177.192616,51.709174],[-177.203847,51.713813],[-177.202097,51.707099],[-177.202463,51.702053],[-177.203562,51.697577],[-177.203847,51.692694],[-177.223826,51.697089],[-177.249216,51.687201],[-177.277659,51.680121],[-177.306874,51.692694],[-177.315053,51.687323],[-177.319569,51.686957],[-177.327341,51.692694],[-177.328318,51.694241],[-177.341013,51.706366],[-177.35676,51.71776],[-177.370798,51.723863],[-177.385447,51.726386],[-177.436147,51.725898],[-177.454335,51.722968],[-177.467641,51.716946],[-177.484812,51.705878],[-177.49885,51.703315],[-177.532786,51.706366],[-177.598582,51.702704],[-177.629587,51.691636],[-177.642649,51.66885],[-177.648061,51.654731],[-177.660024,51.652981],[-177.671986,51.659125],[-177.677439,51.66885],[-177.678782,51.678534],[-177.683339,51.686265],[-177.691762,51.693305],[-177.704701,51.700141],[-177.704701,51.706366],[-177.688181,51.712104],[-177.659047,51.729926],[-177.646352,51.73371],[-177.626332,51.731594],[-177.588816,51.722154],[-177.570668,51.720038],[-177.522898,51.720038],[-177.518992,51.723334],[-177.519114,51.730618],[-177.517568,51.73786],[-177.508901,51.741156],[-177.474721,51.741156],[-177.471995,51.743313],[-177.469065,51.747952],[-177.463857,51.752631],[-177.454294,51.754788],[-177.387766,51.761664],[-177.29247,51.782782],[-177.215525,51.818793],[-177.203847,51.870185],[-177.19929,51.878607],[-177.195505,51.900946],[-177.190175,51.911811],[-177.194407,51.929999],[-177.173451,51.935614],[-177.122182,51.932929],[-177.099802,51.930365],[-177.074818,51.922593],[-177.054677,51.909817],[-177.046824,51.891995],[-177.061147,51.887844],[-177.066965,51.881578],[-177.067738,51.874254],[-177.06725,51.867133],[-177.07433,51.858832],[-177.121897,51.843573],[-177.136952,51.822821],[-177.128977,51.783596],[-177.142405,51.761623],[-177.127756,51.747463],[-177.132314,51.730658]]],[[[-175.707631,51.973863],[-175.678456,51.966986],[-175.662058,51.967027],[-175.662058,51.959621],[-175.703928,51.952379],[-175.710439,51.950019],[-175.714955,51.937323],[-175.726064,51.933051],[-175.739695,51.934556],[-175.752024,51.939154],[-175.74592,51.948432],[-175.72411,51.973863],[-175.707631,51.973863]]],[[[-176.559885,51.960435],[-176.560292,51.947414],[-176.553782,51.937323],[-176.539662,51.932929],[-176.549428,51.91413],[-176.563914,51.909125],[-176.581492,51.909166],[-176.600535,51.905585],[-176.611399,51.895453],[-176.61852,51.881415],[-176.626943,51.869086],[-176.641469,51.864],[-176.641469,51.857164],[-176.588124,51.857164],[-176.595693,51.849351],[-176.598012,51.84394],[-176.596913,51.838324],[-176.594309,51.829901],[-176.569081,51.839057],[-176.549387,51.835517],[-176.529856,51.827704],[-176.504954,51.823676],[-176.504954,51.829901],[-176.51179,51.829901],[-176.504018,51.838935],[-176.491689,51.843736],[-176.463979,51.85102],[-176.440785,51.841864],[-176.427683,51.834296],[-176.426381,51.826809],[-176.431508,51.815009],[-176.427927,51.8039],[-176.426259,51.794664],[-176.437245,51.788275],[-176.433949,51.778062],[-176.429799,51.768866],[-176.42394,51.760972],[-176.415598,51.754788],[-176.427235,51.741441],[-176.454783,51.730455],[-176.470815,51.720038],[-176.490793,51.754218],[-176.522939,51.741523],[-176.588124,51.685858],[-176.593617,51.696112],[-176.601267,51.702582],[-176.610707,51.704291],[-176.621653,51.700141],[-176.614817,51.692694],[-176.629628,51.691962],[-176.642039,51.686835],[-176.651967,51.681098],[-176.659495,51.678412],[-176.671254,51.680854],[-176.683827,51.685492],[-176.696889,51.688463],[-176.710398,51.685858],[-176.719797,51.669013],[-176.724314,51.657172],[-176.721262,51.65176],[-176.711171,51.647773],[-176.706899,51.638332],[-176.707102,51.626858],[-176.710398,51.617011],[-176.751332,51.637437],[-176.771352,51.619615],[-176.784495,51.61286],[-176.799753,51.610785],[-176.814443,51.615546],[-176.824778,51.624823],[-176.824208,51.633734],[-176.806589,51.637437],[-176.806589,51.644965],[-176.819407,51.659898],[-176.828318,51.673814],[-176.829701,51.690579],[-176.820261,51.713813],[-176.827097,51.720038],[-176.895985,51.637437],[-176.902781,51.626939],[-176.909495,51.613349],[-176.917063,51.601549],[-176.926381,51.596503],[-176.952138,51.59219],[-176.969838,51.592678],[-176.977895,51.600287],[-176.975575,51.647121],[-176.966624,51.669135],[-176.90217,51.700141],[-176.889963,51.71015],[-176.882151,51.720364],[-176.879343,51.732367],[-176.882314,51.747301],[-176.861684,51.747952],[-176.85497,51.747301],[-176.8579,51.751776],[-176.861195,51.754788],[-176.820261,51.7685],[-176.820261,51.775295],[-176.842275,51.77383],[-176.866567,51.768866],[-176.889882,51.767157],[-176.909006,51.775295],[-176.91511,51.791938],[-176.904775,51.807563],[-176.885569,51.819159],[-176.864939,51.823676],[-176.85497,51.818183],[-176.846547,51.805976],[-176.833689,51.79385],[-176.810292,51.788275],[-176.726552,51.781968],[-176.704172,51.788275],[-176.721669,51.795559],[-176.755971,51.805487],[-176.769032,51.813178],[-176.779856,51.829047],[-176.778513,51.843166],[-176.767201,51.853339],[-176.74824,51.857164],[-176.706003,51.859687],[-176.758738,51.883979],[-176.779286,51.908677],[-176.781809,51.936469],[-176.776316,51.944485],[-176.758778,51.953437],[-176.741648,51.958319],[-176.722361,51.960517],[-176.683054,51.959621],[-176.660512,51.953192],[-176.648671,51.951809],[-176.638376,51.956488],[-176.62678,51.975165],[-176.621653,51.980129],[-176.604807,51.986762],[-176.58373,51.989691],[-176.562693,51.98786],[-176.545888,51.980129],[-176.553334,51.973863],[-176.559885,51.960435]]],[[[-175.874949,51.994371],[-175.867502,51.987494],[-175.850942,51.988837],[-175.834706,51.992743],[-175.819569,51.993964],[-175.80602,51.987494],[-175.876414,51.96894],[-175.910349,51.967231],[-175.950022,51.973863],[-175.939158,51.986477],[-175.919504,51.989447],[-175.897898,51.986274],[-175.881174,51.980129],[-175.880442,51.984809],[-175.878774,51.987779],[-175.87682,51.990465],[-175.874949,51.994371]]],[[[178.537852,51.896674],[178.516775,51.896186],[178.502615,51.901923],[178.471365,51.926256],[178.464529,51.932929],[178.459972,51.944403],[178.463227,51.952053],[178.469005,51.961168],[178.471934,51.976996],[178.477306,51.985907],[178.490408,51.988674],[178.506114,51.989936],[178.519705,51.994371],[178.52296,51.990546],[178.526134,51.988959],[178.533946,51.987494],[178.573416,51.975653],[178.590505,51.968248],[178.602306,51.953437],[178.604259,51.93769],[178.596202,51.929145],[178.58253,51.922349],[178.568044,51.911811],[178.574229,51.905585],[178.559093,51.900702],[178.537852,51.896674]]],[[[179.671397,51.877183],[179.6421,51.874172],[179.566742,51.88524],[179.557791,51.888251],[179.549327,51.894924],[179.522716,51.909125],[179.49822,51.916409],[179.497325,51.926215],[179.502615,51.935614],[179.506602,51.939154],[179.503673,51.9501],[179.49936,51.95893],[179.4935,51.966539],[179.486095,51.973863],[179.496267,51.978013],[179.516368,51.978217],[179.52711,51.980129],[179.558279,52.001858],[179.574474,52.004381],[179.597911,52.011542],[179.621267,52.022162],[179.636974,52.035346],[179.643403,52.030341],[179.649262,52.029039],[179.664236,52.02851],[179.670095,52.019843],[179.676524,52.015692],[179.683767,52.012844],[179.692149,52.008043],[179.718923,51.987494],[179.734548,51.978827],[179.749278,51.973578],[179.780935,51.967027],[179.775076,51.955471],[179.763845,51.946194],[179.753429,51.939643],[179.749848,51.936021],[179.755382,51.922675],[179.746593,51.913479],[179.722667,51.901923],[179.699718,51.886542],[179.671397,51.877183]]],[[[-175.995595,52.032945],[-175.985544,52.026435],[-175.963694,52.035346],[-175.975087,52.021918],[-176.030263,52.012844],[-176.046254,51.994371],[-176.028879,51.995998],[-176.021311,51.990709],[-176.02184,51.98135],[-176.028879,51.970445],[-176.04304,51.963365],[-176.057729,51.966946],[-176.080393,51.980129],[-176.122874,51.992621],[-176.138702,51.994371],[-176.138743,51.994371],[-176.155466,51.995347],[-176.164866,51.998603],[-176.170603,52.005032],[-176.190012,52.03852],[-176.194529,52.051093],[-176.193349,52.059556],[-176.187205,52.068061],[-176.175526,52.089667],[-176.169138,52.097398],[-176.143259,52.107123],[-176.105417,52.110745],[-176.068715,52.107652],[-176.046254,52.097398],[-176.00532,52.067816],[-175.998484,52.059556],[-175.998484,52.046698],[-175.995595,52.032945]]],[[[177.576996,51.988918],[177.563975,51.979071],[177.554454,51.968451],[177.574474,51.953437],[177.609141,51.95246],[177.614757,51.950019],[177.614431,51.936916],[177.612071,51.927924],[177.605968,51.925727],[177.594249,51.932929],[177.580333,51.925116],[177.57309,51.919582],[177.567638,51.911811],[177.555349,51.9206],[177.538748,51.92829],[177.521251,51.932929],[177.505544,51.932929],[177.494151,51.925686],[177.486095,51.915961],[177.477794,51.912991],[177.465099,51.925482],[177.471365,51.939154],[177.413585,51.93065],[177.392345,51.920885],[177.365977,51.912095],[177.354259,51.896064],[177.334483,51.839667],[177.330903,51.833808],[177.323578,51.826809],[177.316905,51.828762],[177.306814,51.836982],[177.297374,51.846991],[177.293142,51.854071],[177.283376,51.862494],[177.237804,51.883124],[177.224294,51.891995],[177.293712,51.922187],[177.316742,51.925482],[177.328868,51.929674],[177.340017,51.939765],[177.358409,51.963324],[177.372569,51.974677],[177.388031,51.978583],[177.423513,51.980129],[177.445323,51.986518],[177.454275,51.987494],[177.477875,51.986762],[177.485037,51.987494],[177.508474,51.994574],[177.516287,52.000963],[177.52711,52.034817],[177.556,52.084906],[177.553884,52.104234],[177.593435,52.125067],[177.615408,52.130072],[177.642589,52.124701],[177.672211,52.112698],[177.683767,52.105048],[177.69044,52.089911],[177.68214,52.082831],[177.66391,52.075507],[177.656261,52.069485],[177.651052,52.059638],[177.648448,52.043647],[177.642589,52.035346],[177.626964,52.025214],[177.567638,52.001858],[177.576996,51.988918]]],[[[-173.59203,52.152045],[-173.575266,52.143744],[-173.548085,52.147528],[-173.531199,52.144965],[-173.544871,52.117906],[-173.531239,52.124701],[-173.520863,52.115302],[-173.508005,52.111558],[-173.430165,52.112209],[-173.422231,52.116767],[-173.41454,52.117906],[-173.408396,52.11579],[-173.407297,52.11107],[-173.405588,52.106391],[-173.39745,52.104234],[-173.370107,52.108588],[-173.360219,52.10517],[-173.353098,52.089911],[-173.330637,52.099758],[-173.304067,52.107733],[-173.276235,52.11225],[-173.250071,52.111721],[-173.249379,52.109605],[-173.245798,52.104804],[-173.240956,52.099799],[-173.236399,52.097398],[-173.228139,52.098049],[-173.216176,52.102607],[-173.209055,52.104234],[-173.157826,52.104234],[-173.140452,52.109442],[-173.130849,52.111151],[-173.123402,52.107978],[-173.114003,52.101304],[-173.101674,52.098293],[-172.9558,52.089911],[-172.974477,52.083889],[-173.016957,52.08161],[-173.034047,52.073188],[-173.051869,52.068549],[-173.102895,52.074693],[-173.13976,52.058661],[-173.164906,52.056342],[-173.189931,52.058824],[-173.213938,52.07038],[-173.226755,52.074205],[-173.238596,52.075751],[-173.243845,52.073188],[-173.247629,52.0633],[-173.256459,52.063056],[-173.273915,52.069485],[-173.307118,52.063463],[-173.376536,52.038764],[-173.41454,52.035346],[-173.449696,52.044379],[-173.462961,52.042792],[-173.472524,52.03734],[-173.484242,52.024726],[-173.490224,52.021674],[-173.500559,52.022854],[-173.515736,52.032416],[-173.523793,52.035346],[-173.538035,52.034735],[-173.549916,52.032172],[-173.560902,52.031155],[-173.572214,52.035346],[-173.55781,52.044623],[-173.570668,52.048529],[-173.682078,52.049018],[-173.67748,52.055854],[-173.674631,52.06269],[-173.688832,52.069485],[-173.715403,52.054999],[-173.749135,52.047797],[-173.836008,52.043362],[-173.887441,52.056464],[-173.922068,52.059394],[-173.92988,52.066311],[-173.92162,52.083726],[-173.930898,52.087348],[-173.95637,52.089911],[-173.965199,52.093248],[-173.981516,52.101304],[-173.990549,52.104234],[-173.997385,52.104397],[-174.014963,52.102729],[-174.024648,52.104234],[-174.033315,52.108466],[-174.050486,52.120266],[-174.059438,52.124701],[-174.058665,52.129096],[-174.057485,52.132148],[-174.055369,52.134955],[-174.051951,52.138373],[-174.044667,52.132554],[-174.02363,52.128892],[-174.010976,52.124701],[-173.958852,52.122992],[-173.942087,52.124701],[-173.902211,52.137519],[-173.887441,52.138373],[-173.892649,52.124335],[-173.895823,52.117987],[-173.901112,52.111721],[-173.885813,52.113023],[-173.857371,52.123358],[-173.846506,52.124701],[-173.838816,52.119574],[-173.805531,52.089911],[-173.790232,52.115302],[-173.765207,52.127387],[-173.733632,52.130845],[-173.698801,52.130927],[-173.685374,52.133979],[-173.660268,52.148017],[-173.647288,52.152045],[-173.630849,52.151272],[-173.618601,52.147895],[-173.606801,52.146674],[-173.59203,52.152045]]],[[[175.962901,52.344062],[175.928884,52.33926],[175.898611,52.348822],[175.881847,52.377997],[175.915863,52.377997],[175.936534,52.371649],[175.973318,52.364651],[175.990977,52.3581],[175.962901,52.344062]]],[[[-172.387278,52.296047],[-172.41279,52.278551],[-172.425771,52.276679],[-172.441274,52.289211],[-172.479441,52.264797],[-172.529408,52.25023],[-172.583241,52.248236],[-172.633046,52.261298],[-172.598826,52.313422],[-172.57905,52.335842],[-172.557973,52.350653],[-172.496531,52.371161],[-172.441274,52.399075],[-172.435536,52.393785],[-172.427358,52.39057],[-172.407175,52.385443],[-172.383534,52.368801],[-172.337107,52.358385],[-172.301584,52.344306],[-172.310902,52.316474],[-172.325999,52.309475],[-172.387278,52.296047]]],[[[-174.123891,52.399726],[-174.102406,52.394721],[-174.08613,52.399075],[-174.071726,52.382025],[-174.054514,52.368476],[-174.034413,52.359931],[-174.010976,52.3581],[-174.010487,52.342108],[-173.999623,52.32803],[-173.991892,52.312567],[-174.000478,52.292629],[-174.006947,52.287095],[-174.015859,52.28148],[-174.025624,52.277289],[-174.034617,52.27558],[-174.046254,52.271226],[-174.049387,52.261054],[-174.049509,52.249457],[-174.05191,52.24079],[-174.051951,52.24079],[-174.089182,52.227118],[-174.180735,52.230699],[-174.20283,52.212836],[-174.192738,52.201361],[-174.180653,52.190334],[-174.154368,52.171942],[-174.117502,52.152981],[-174.100209,52.140937],[-174.092966,52.127834],[-174.098948,52.112982],[-174.113515,52.112494],[-174.147898,52.127834],[-174.15685,52.129096],[-174.163808,52.125434],[-174.170522,52.120347],[-174.178578,52.117906],[-174.189646,52.11933],[-174.211008,52.124661],[-174.223256,52.124701],[-174.216501,52.116604],[-174.213206,52.107978],[-174.213206,52.099066],[-174.21642,52.089911],[-174.230051,52.095608],[-174.271067,52.097398],[-174.279246,52.100775],[-174.300526,52.113227],[-174.305857,52.117906],[-174.321034,52.123358],[-174.338694,52.120551],[-174.356882,52.114814],[-174.373769,52.111721],[-174.413197,52.113837],[-174.429921,52.110053],[-174.435536,52.097398],[-174.421335,52.102281],[-174.406199,52.104193],[-174.374135,52.104234],[-174.374135,52.097398],[-174.392771,52.092841],[-174.398142,52.052639],[-174.411366,52.042792],[-174.435862,52.044501],[-174.444447,52.050849],[-174.449167,52.063422],[-174.46227,52.083726],[-174.475697,52.068915],[-174.493276,52.072008],[-174.510935,52.084377],[-174.524973,52.097398],[-174.526072,52.081977],[-174.497792,52.053168],[-174.490183,52.035346],[-174.504832,52.047512],[-174.523142,52.057318],[-174.542185,52.061428],[-174.559071,52.056464],[-174.552602,52.052965],[-174.54365,52.045722],[-174.538564,52.042792],[-174.538564,52.035346],[-174.550649,52.03677],[-174.571278,52.041693],[-174.582957,52.042792],[-174.592397,52.040717],[-174.615468,52.031317],[-174.62739,52.02851],[-174.650746,52.03266],[-174.694203,52.051581],[-174.709299,52.049018],[-174.69933,52.042548],[-174.697703,52.035834],[-174.703725,52.030585],[-174.716746,52.02851],[-174.702138,52.020575],[-174.715281,52.016506],[-174.754262,52.014838],[-174.763051,52.016995],[-174.783274,52.026353],[-174.888051,52.042792],[-174.899037,52.039781],[-174.91865,52.030463],[-174.929026,52.02851],[-174.967478,52.030585],[-174.984812,52.027899],[-175.000966,52.018256],[-175.035024,52.00434],[-175.323557,52.007758],[-175.340525,52.014838],[-175.31078,52.026679],[-175.210194,52.035346],[-175.161326,52.048529],[-175.141306,52.049018],[-175.124501,52.047553],[-175.110219,52.044623],[-175.106313,52.038764],[-175.120798,52.02851],[-175.104115,52.029853],[-175.075999,52.040595],[-175.059316,52.042792],[-175.04247,52.038723],[-175.029856,52.032538],[-175.019846,52.03148],[-175.010935,52.042792],[-175.023508,52.048407],[-175.027048,52.054023],[-175.024607,52.066107],[-175.019968,52.07453],[-175.009958,52.074774],[-175.000478,52.071479],[-174.997263,52.069485],[-174.99413,52.066311],[-174.984609,52.060533],[-174.974599,52.058336],[-174.96996,52.066107],[-174.965932,52.079739],[-174.956736,52.08218],[-174.938954,52.07689],[-174.930287,52.086615],[-174.917795,52.104682],[-174.906565,52.114895],[-174.901723,52.100816],[-174.893788,52.088935],[-174.855092,52.104804],[-174.840199,52.089911],[-174.824941,52.097602],[-174.808665,52.098049],[-174.794504,52.091132],[-174.785634,52.07689],[-174.755483,52.094875],[-174.744008,52.103502],[-174.744008,52.117906],[-174.722971,52.124701],[-174.697825,52.110989],[-174.65038,52.104315],[-174.601552,52.104641],[-174.572133,52.111721],[-174.592152,52.115302],[-174.59789,52.122626],[-174.590688,52.131049],[-174.572133,52.138373],[-174.551625,52.139106],[-174.529124,52.137112],[-174.50947,52.139106],[-174.497629,52.152045],[-174.526723,52.151313],[-174.540476,52.153225],[-174.552846,52.158881],[-174.5454,52.165717],[-174.550038,52.168524],[-174.552358,52.170803],[-174.559071,52.179348],[-174.449208,52.179348],[-174.424428,52.170844],[-174.412668,52.17121],[-174.407664,52.182766],[-174.413035,52.189602],[-174.425608,52.196682],[-174.449208,52.206692],[-174.449208,52.212836],[-174.387074,52.212958],[-174.361195,52.20539],[-174.339345,52.186184],[-174.330881,52.202338],[-174.315419,52.214667],[-174.298289,52.219428],[-174.284739,52.212836],[-174.277659,52.21955],[-174.272572,52.23135],[-174.267649,52.237698],[-174.259145,52.240912],[-174.236318,52.24372],[-174.229482,52.248236],[-174.228261,52.267524],[-174.24474,52.274156],[-174.284739,52.27558],[-174.299672,52.283149],[-174.309519,52.293036],[-174.317128,52.30268],[-174.325673,52.309638],[-174.344919,52.315375],[-174.355295,52.311184],[-174.356272,52.299262],[-174.346791,52.281806],[-174.37678,52.28384],[-174.415842,52.293443],[-174.442576,52.307522],[-174.435536,52.322699],[-174.369374,52.324774],[-174.338612,52.335517],[-174.346791,52.364325],[-174.334421,52.370266],[-174.323069,52.367865],[-174.311472,52.363756],[-174.298411,52.364325],[-174.288319,52.371772],[-174.282297,52.388414],[-174.242055,52.396877],[-174.190297,52.417873],[-174.161814,52.419582],[-174.145457,52.409491],[-174.123891,52.399726]]],[[[173.79127,52.501532],[173.730642,52.472113],[173.713064,52.450588],[173.726085,52.422919],[173.733653,52.4112],[173.738943,52.394436],[173.742442,52.37641],[173.743419,52.361233],[173.660899,52.350653],[173.663585,52.356106],[173.664236,52.35871],[173.66505,52.360663],[173.668468,52.364325],[173.668468,52.371161],[173.656016,52.370063],[173.644542,52.371161],[173.634532,52.373969],[173.62672,52.377997],[173.627615,52.394599],[173.605317,52.396796],[173.500662,52.38703],[173.401703,52.396674],[173.388927,52.403795],[173.394054,52.419582],[173.408458,52.430121],[173.431326,52.440497],[173.454275,52.447211],[173.469086,52.446845],[173.491466,52.442043],[173.510509,52.441596],[173.527843,52.445502],[173.544932,52.453681],[173.567068,52.471177],[173.575531,52.473578],[173.592784,52.474066],[173.599294,52.476386],[173.602306,52.481676],[173.609548,52.491278],[173.618663,52.498725],[173.624522,52.500718],[173.631114,52.500434],[173.737478,52.51081],[173.767345,52.509426],[173.79127,52.501532]]],[[[-171.222157,52.46308],[-171.276845,52.453681],[-171.311635,52.46426],[-171.314646,52.48843],[-171.293568,52.514106],[-171.256418,52.529446],[-171.221669,52.51081],[-171.207631,52.498725],[-171.211659,52.484442],[-171.216013,52.47724],[-171.218088,52.469387],[-171.222157,52.46308]]],[[[-170.597849,52.611396],[-170.621938,52.593899],[-170.645457,52.587104],[-170.670847,52.589016],[-170.700876,52.597724],[-170.752797,52.574286],[-170.769154,52.562934],[-170.786082,52.547512],[-170.797841,52.540269],[-170.81078,52.542914],[-170.831248,52.556708],[-170.837392,52.549262],[-170.846669,52.584377],[-170.821238,52.616034],[-170.755483,52.659125],[-170.748647,52.66767],[-170.74706,52.674384],[-170.743723,52.678697],[-170.731923,52.680243],[-170.715077,52.680325],[-170.703481,52.681871],[-170.694081,52.686835],[-170.684071,52.696967],[-170.670481,52.700832],[-170.647084,52.699164],[-170.622304,52.693996],[-170.604644,52.687079],[-170.593455,52.685207],[-170.583119,52.682359],[-170.573354,52.678371],[-170.56371,52.672797],[-170.566111,52.662177],[-170.565907,52.656155],[-170.56725,52.650702],[-170.597849,52.611396]]],[[[174.164806,52.720933],[174.182302,52.706936],[174.09669,52.713772],[174.080333,52.717678],[174.083507,52.726508],[174.097667,52.735785],[174.113943,52.741034],[174.164806,52.720933]]],[[[-170.128123,52.727444],[-170.194407,52.727444],[-170.180247,52.766791],[-170.173289,52.775214],[-170.179677,52.780015],[-170.182444,52.78148],[-170.18696,52.78266],[-170.169016,52.789781],[-170.146555,52.791002],[-170.123647,52.788072],[-170.1044,52.78266],[-170.086252,52.77912],[-170.065785,52.771064],[-170.056101,52.760321],[-170.070261,52.748481],[-170.067209,52.744574],[-170.065745,52.741441],[-170.063425,52.73428],[-170.128123,52.727444]]],[[[-169.782908,52.892524],[-169.767527,52.884711],[-169.755483,52.884914],[-169.743357,52.887112],[-169.72761,52.885077],[-169.715891,52.879055],[-169.707224,52.872748],[-169.698557,52.86933],[-169.686635,52.872016],[-169.686635,52.866929],[-169.684763,52.864],[-169.681996,52.861477],[-169.67927,52.857733],[-169.683054,52.851996],[-169.693471,52.830471],[-169.67927,52.823635],[-169.692576,52.813788],[-169.706532,52.805569],[-169.713857,52.796129],[-169.707143,52.78266],[-169.723378,52.774482],[-169.737904,52.778306],[-169.76179,52.795722],[-169.781443,52.8039],[-169.864817,52.820868],[-169.877309,52.819525],[-169.914866,52.799384],[-169.922068,52.797553],[-169.939931,52.795722],[-169.957102,52.790351],[-169.964101,52.789496],[-169.970164,52.791653],[-169.978993,52.801011],[-170.000722,52.809516],[-170.011098,52.823635],[-170.011667,52.837714],[-169.973256,52.855658],[-169.964101,52.857733],[-169.922841,52.850898],[-169.899363,52.851793],[-169.887441,52.855292],[-169.86852,52.875149],[-169.85029,52.882514],[-169.802968,52.88227],[-169.782908,52.892524]]],[[[-170.030588,52.864569],[-170.056101,52.857082],[-170.090769,52.864569],[-170.104807,52.871161],[-170.117055,52.879218],[-170.124827,52.888617],[-170.125478,52.899359],[-170.117299,52.909654],[-170.10322,52.916327],[-170.086374,52.919501],[-170.070261,52.919176],[-170.014272,52.905829],[-169.994578,52.905585],[-170.011098,52.88227],[-170.030588,52.864569]]],[[[172.904063,53.001166],[172.911388,52.998603],[172.914236,52.992662],[172.91627,52.986233],[172.921072,52.981879],[172.934093,52.979885],[172.957286,52.979641],[172.969412,52.974433],[173.008067,52.989691],[173.027192,52.993598],[173.127208,52.99494],[173.143321,52.990383],[173.175059,52.971747],[173.184744,52.967597],[173.186046,52.961819],[173.171397,52.948635],[173.140147,52.926663],[173.151541,52.928778],[173.16033,52.92772],[173.165863,52.922756],[173.167491,52.913031],[173.222179,52.937323],[173.249848,52.944403],[173.256847,52.933498],[173.30128,52.925605],[173.32252,52.916002],[173.321788,52.902493],[173.309337,52.892768],[173.296397,52.885484],[173.263031,52.872016],[173.301524,52.85932],[173.351573,52.852484],[173.401866,52.851874],[173.441905,52.857733],[173.433116,52.838568],[173.418712,52.830756],[173.376638,52.830471],[173.337413,52.826239],[173.322032,52.820217],[173.321544,52.810858],[173.296153,52.829535],[173.281993,52.837388],[173.263031,52.844143],[173.241954,52.847113],[173.222667,52.843817],[173.206554,52.83393],[173.194835,52.816799],[173.18865,52.816799],[173.18865,52.823635],[173.181163,52.823635],[173.174327,52.809312],[173.18865,52.803168],[173.18865,52.795722],[173.163748,52.793524],[173.146495,52.788275],[173.131521,52.788642],[173.112804,52.803168],[173.094005,52.826565],[173.089366,52.830471],[173.077485,52.828315],[173.057872,52.818915],[173.04835,52.816799],[173.016612,52.802191],[172.981293,52.772773],[172.944347,52.749823],[172.907481,52.754706],[172.910818,52.760159],[172.912852,52.770087],[172.91212,52.780992],[172.907481,52.789496],[172.893809,52.796088],[172.880219,52.795315],[172.856212,52.789496],[172.849376,52.791815],[172.839366,52.801581],[172.832286,52.803168],[172.826996,52.799384],[172.821788,52.785631],[172.814626,52.78266],[172.801768,52.78441],[172.776622,52.792873],[172.763438,52.795722],[172.763438,52.803168],[172.776703,52.810981],[172.783214,52.822821],[172.790782,52.850898],[172.808767,52.877509],[172.811046,52.887926],[172.797618,52.892524],[172.787852,52.890815],[172.756033,52.878241],[172.744477,52.877102],[172.708181,52.878241],[172.640391,52.868801],[172.62615,52.872016],[172.63559,52.87934],[172.660411,52.913031],[172.652843,52.924384],[172.639903,52.928046],[172.605154,52.926663],[172.547618,52.912909],[172.534028,52.916083],[172.520193,52.922593],[172.491873,52.920111],[172.476085,52.926663],[172.551117,52.967597],[172.557384,52.96015],[172.576915,52.977973],[172.660411,53.008612],[172.730805,53.000393],[172.746755,53.004869],[172.762869,53.014146],[172.781098,53.01553],[172.904063,53.001166]]],[[[-169.71935,52.950141],[-169.748118,52.946519],[-169.741933,52.96015],[-169.760487,52.968695],[-169.758005,52.982733],[-169.749867,52.998481],[-169.753285,53.024807],[-169.734242,53.032904],[-169.709421,53.036526],[-169.693471,53.035875],[-169.680735,53.033189],[-169.673207,53.025214],[-169.669138,53.013861],[-169.666208,53.001166],[-169.68635,52.989],[-169.701405,52.968207],[-169.71935,52.950141]]],[[[-168.00829,53.570299],[-167.95991,53.537787],[-167.934682,53.52676],[-167.90156,53.522528],[-167.837392,53.525458],[-167.806996,53.520087],[-167.794789,53.502021],[-167.808095,53.477932],[-167.852976,53.447252],[-167.871165,53.426947],[-167.861684,53.421454],[-167.853871,53.413642],[-167.851308,53.403876],[-167.857493,53.392768],[-167.850046,53.385403],[-167.875559,53.371894],[-167.937734,53.348456],[-167.96642,53.344428],[-167.988108,53.338568],[-168.138173,53.273261],[-168.172231,53.265041],[-168.225779,53.259711],[-168.256459,53.250312],[-168.271189,53.248196],[-168.287587,53.242987],[-168.311716,53.220038],[-168.329213,53.214667],[-168.325429,53.204779],[-168.322987,53.200995],[-168.340199,53.189399],[-168.349436,53.172431],[-168.35912,53.161078],[-168.377634,53.166205],[-168.376576,53.140204],[-168.390696,53.124701],[-168.412099,53.112616],[-168.432851,53.097357],[-168.466054,53.056627],[-168.489939,53.04206],[-168.515452,53.050198],[-168.531199,53.034613],[-168.584055,53.030463],[-168.607289,53.018866],[-168.62621,53.00495],[-168.67158,52.982367],[-168.686106,52.967597],[-168.681467,52.96308],[-168.679311,52.96015],[-168.751291,52.96015],[-168.774526,52.956366],[-168.778635,52.947333],[-168.769887,52.936265],[-168.754384,52.926663],[-168.766062,52.913886],[-168.780385,52.913642],[-168.7954,52.92182],[-168.809031,52.933498],[-168.818349,52.919623],[-168.831776,52.918524],[-168.846628,52.9206],[-168.860219,52.916083],[-168.885732,52.896186],[-168.900828,52.888251],[-168.934682,52.882636],[-168.988393,52.864569],[-169.024241,52.859565],[-169.039906,52.853664],[-169.035593,52.844143],[-169.035593,52.837307],[-169.111277,52.823635],[-169.095326,52.834906],[-169.077219,52.837592],[-169.060862,52.841783],[-169.049875,52.857733],[-169.053171,52.859809],[-169.053822,52.860338],[-169.054067,52.861314],[-169.05602,52.864569],[-168.996571,52.871527],[-168.980946,52.878241],[-168.970448,52.894721],[-168.967885,52.927191],[-168.952992,52.940334],[-168.930247,52.944281],[-168.910105,52.940619],[-168.890981,52.940334],[-168.871083,52.954006],[-168.863271,52.971584],[-168.862009,53.006903],[-168.850575,53.022203],[-168.828928,53.016099],[-168.808054,53.028388],[-168.772084,53.066962],[-168.768625,53.081448],[-168.794504,53.115546],[-168.795969,53.138332],[-168.788523,53.15233],[-168.775339,53.170803],[-168.759511,53.186713],[-168.727406,53.199286],[-168.697825,53.2237],[-168.686106,53.228339],[-168.637563,53.250474],[-168.630849,53.258734],[-168.623362,53.274237],[-168.605702,53.275133],[-168.569447,53.261786],[-168.550486,53.252427],[-168.541331,53.249335],[-168.528188,53.248196],[-168.520823,53.251288],[-168.501536,53.265448],[-168.482411,53.270494],[-168.473744,53.274237],[-168.464304,53.276801],[-168.453359,53.275458],[-168.447865,53.270819],[-168.438914,53.254706],[-168.432851,53.248196],[-168.404368,53.257961],[-168.379465,53.260972],[-168.360789,53.271308],[-168.350942,53.302802],[-168.362294,53.297309],[-168.371531,53.298326],[-168.375478,53.305162],[-168.370798,53.317084],[-168.386098,53.322577],[-168.417795,53.326239],[-168.432851,53.330064],[-168.432851,53.337592],[-168.419749,53.342719],[-168.406199,53.353664],[-168.395701,53.366848],[-168.391916,53.378485],[-168.396962,53.396674],[-168.404042,53.403225],[-168.406565,53.409491],[-168.398142,53.426947],[-168.373606,53.46015],[-168.364613,53.467922],[-168.349721,53.473822],[-168.314565,53.482001],[-168.270701,53.513861],[-168.236806,53.530097],[-168.199818,53.540229],[-168.125478,53.546698],[-168.107004,53.551703],[-168.093373,53.55976],[-168.07787,53.563381],[-168.028879,53.560492],[-168.00829,53.570299]]],[[[-166.089182,53.844672],[-166.099192,53.83393],[-166.102773,53.831],[-166.112904,53.830308],[-166.120961,53.826483],[-166.12682,53.81981],[-166.130116,53.810492],[-166.119618,53.802639],[-166.117177,53.793036],[-166.121205,53.783637],[-166.130116,53.776353],[-166.14448,53.772528],[-166.174265,53.776313],[-166.191599,53.776353],[-166.176707,53.757636],[-166.17158,53.74787],[-166.174794,53.738511],[-166.184519,53.733873],[-166.226308,53.727973],[-166.222117,53.722846],[-166.212636,53.708075],[-166.2329,53.716783],[-166.271921,53.743354],[-166.290883,53.749091],[-166.297841,53.760199],[-166.299265,53.781684],[-166.290517,53.795356],[-166.267283,53.783149],[-166.267527,53.79682],[-166.262034,53.803209],[-166.253245,53.807318],[-166.243398,53.81391],[-166.237864,53.815253],[-166.236806,53.806138],[-166.23998,53.783149],[-166.232533,53.783149],[-166.212351,53.822943],[-166.197825,53.837104],[-166.177927,53.831],[-166.169749,53.842963],[-166.160837,53.843573],[-166.150258,53.839586],[-166.136952,53.837836],[-166.124582,53.841213],[-166.116038,53.845771],[-166.105946,53.848049],[-166.089182,53.844672]]],[[[-166.111521,53.956],[-166.15392,53.955308],[-166.169057,53.956773],[-166.191274,53.964911],[-166.196116,53.981024],[-166.189158,53.989691],[-166.180287,53.989814],[-166.156565,53.993598],[-166.115793,53.988674],[-166.094553,53.980658],[-166.087758,53.977932],[-166.079539,53.970893],[-166.088979,53.961656],[-166.111521,53.956]]],[[[-166.746449,53.975002],[-166.731028,53.974107],[-166.71935,53.984565],[-166.709462,53.998481],[-166.69929,54.00849],[-166.668324,54.013577],[-166.634592,54.004584],[-166.605702,53.985785],[-166.589426,53.961371],[-166.612742,53.955512],[-166.625071,53.95067],[-166.630442,53.943996],[-166.631337,53.939032],[-166.63561,53.929389],[-166.636586,53.923489],[-166.634592,53.91706],[-166.630198,53.910468],[-166.625681,53.906073],[-166.623606,53.906155],[-166.636098,53.876532],[-166.633494,53.871975],[-166.6197,53.87519],[-166.608144,53.881293],[-166.596425,53.884508],[-166.58198,53.879381],[-166.606679,53.844794],[-166.609934,53.831],[-166.586985,53.839301],[-166.489491,53.900092],[-166.475331,53.899075],[-166.459096,53.885565],[-166.4558,53.896145],[-166.438588,53.926581],[-166.439565,53.928127],[-166.439768,53.941718],[-166.438588,53.947089],[-166.422719,53.951158],[-166.41808,53.953843],[-166.409861,53.98017],[-166.403879,53.989244],[-166.370351,54.00849],[-166.360178,53.992825],[-166.36913,53.973822],[-166.373402,53.956773],[-166.349233,53.947089],[-166.326039,53.952867],[-166.300242,53.966132],[-166.276723,53.974921],[-166.260487,53.967597],[-166.254221,53.951402],[-166.250966,53.936591],[-166.254221,53.923489],[-166.267283,53.912909],[-166.253285,53.91352],[-166.241038,53.919013],[-166.218861,53.934027],[-166.218739,53.918606],[-166.224924,53.905463],[-166.235056,53.894477],[-166.246816,53.885565],[-166.26655,53.874335],[-166.283925,53.868964],[-166.301707,53.868476],[-166.322499,53.871975],[-166.327748,53.876532],[-166.331492,53.883612],[-166.336537,53.887437],[-166.345815,53.882514],[-166.349477,53.875922],[-166.352976,53.858344],[-166.356679,53.851508],[-166.374338,53.842108],[-166.414296,53.837958],[-166.431752,53.831],[-166.418406,53.815416],[-166.411326,53.810492],[-166.424184,53.804755],[-166.521596,53.789008],[-166.541615,53.790025],[-166.517812,53.780585],[-166.506703,53.777899],[-166.493235,53.776353],[-166.493235,53.769517],[-166.520701,53.764594],[-166.540883,53.751776],[-166.575144,53.714301],[-166.559519,53.715644],[-166.550893,53.710598],[-166.549306,53.700588],[-166.554677,53.686998],[-166.540639,53.695136],[-166.521596,53.721422],[-166.513743,53.727973],[-166.498402,53.722846],[-166.487986,53.69481],[-166.47643,53.697577],[-166.473215,53.702948],[-166.472157,53.709947],[-166.472727,53.724555],[-166.471303,53.733954],[-166.467519,53.738023],[-166.462026,53.740546],[-166.455678,53.745347],[-166.440378,53.754462],[-166.420277,53.758734],[-166.404978,53.755316],[-166.403879,53.741645],[-166.39387,53.740627],[-166.386179,53.736721],[-166.380483,53.730129],[-166.376536,53.721137],[-166.3697,53.734849],[-166.368276,53.758734],[-166.359812,53.772935],[-166.346181,53.782701],[-166.334096,53.782416],[-166.323679,53.774726],[-166.315134,53.762112],[-166.314443,53.748033],[-166.319773,53.737291],[-166.317576,53.730414],[-166.294301,53.727973],[-166.278147,53.723863],[-166.275217,53.71369],[-166.276682,53.700385],[-166.273508,53.686998],[-166.289499,53.679918],[-166.331288,53.674018],[-166.407786,53.672675],[-166.424998,53.66649],[-166.409413,53.655707],[-166.403879,53.652818],[-166.427602,53.651109],[-166.449208,53.6435],[-166.470408,53.638739],[-166.493235,53.646064],[-166.547231,53.625922],[-166.562123,53.618109],[-166.546254,53.615383],[-166.534535,53.608954],[-166.526438,53.598782],[-166.521189,53.584621],[-166.549509,53.60106],[-166.575795,53.593695],[-166.593373,53.569566],[-166.595652,53.5362],[-166.608632,53.555121],[-166.66454,53.598212],[-166.665883,53.581732],[-166.642893,53.550035],[-166.636586,53.532782],[-166.64741,53.52912],[-166.712961,53.549791],[-166.708445,53.536282],[-166.696523,53.530341],[-166.68163,53.526557],[-166.667958,53.519436],[-166.656361,53.502387],[-166.659169,53.490912],[-166.671498,53.488471],[-166.697825,53.505316],[-166.707712,53.508246],[-166.729685,53.508857],[-166.734364,53.511542],[-166.742624,53.524726],[-166.746449,53.529364],[-166.771555,53.548163],[-166.794871,53.570299],[-166.809153,53.556627],[-166.800282,53.546088],[-166.781239,53.508857],[-166.7506,53.479193],[-166.746449,53.467922],[-166.752187,53.450873],[-166.764475,53.449123],[-166.794871,53.461086],[-166.800282,53.464748],[-166.801829,53.46898],[-166.805002,53.471015],[-166.815378,53.467922],[-166.816111,53.464423],[-166.825022,53.445868],[-166.82905,53.439927],[-166.868845,53.47602],[-166.87682,53.481513],[-166.893056,53.475979],[-166.90449,53.446845],[-166.917795,53.439927],[-166.930409,53.445136],[-166.934519,53.455797],[-166.938914,53.463813],[-166.952504,53.461086],[-166.960317,53.451483],[-166.963206,53.439521],[-166.969187,53.429674],[-166.986684,53.426947],[-166.984364,53.431342],[-166.979237,53.447414],[-167.007395,53.452582],[-167.068349,53.426988],[-167.099965,53.419501],[-167.120554,53.418524],[-167.136667,53.41592],[-167.212229,53.387519],[-167.242991,53.383205],[-167.27363,53.373847],[-167.291737,53.371649],[-167.299184,53.365912],[-167.312856,53.33869],[-167.321848,53.330064],[-167.391347,53.344428],[-167.407297,53.340562],[-167.439036,53.325263],[-167.458974,53.32392],[-167.455027,53.313463],[-167.45283,53.309638],[-167.46935,53.304511],[-167.48054,53.295844],[-167.5006,53.275458],[-167.502675,53.270413],[-167.504262,53.263414],[-167.508249,53.259914],[-167.527089,53.272203],[-167.536448,53.275133],[-167.559275,53.275458],[-167.592112,53.280951],[-167.606068,53.280707],[-167.620066,53.27204],[-167.625803,53.265692],[-167.627878,53.262641],[-167.630483,53.260199],[-167.66511,53.241929],[-167.672312,53.261623],[-167.697133,53.270941],[-167.753855,53.275458],[-167.780588,53.280707],[-167.802235,53.28913],[-167.809153,53.294135],[-167.811472,53.298529],[-167.815134,53.301581],[-167.834299,53.303127],[-167.840321,53.304267],[-167.845204,53.306342],[-167.850046,53.309638],[-167.718455,53.381293],[-167.702952,53.385403],[-167.6704,53.385443],[-167.654652,53.382554],[-167.641469,53.375067],[-167.638051,53.37816],[-167.594187,53.378607],[-167.592112,53.38231],[-167.596791,53.392768],[-167.570546,53.396308],[-167.51655,53.381415],[-167.486928,53.378485],[-167.495351,53.385199],[-167.513621,53.40644],[-167.513621,53.412665],[-167.504587,53.41413],[-167.499135,53.417548],[-167.494374,53.422024],[-167.474599,53.434027],[-167.458974,53.433743],[-167.440867,53.430406],[-167.408437,53.419257],[-167.390736,53.419501],[-167.395457,53.424058],[-167.400746,53.430732],[-167.404408,53.433743],[-167.378407,53.431952],[-167.34321,53.418769],[-167.321523,53.416449],[-167.33613,53.447414],[-167.3131,53.441962],[-167.303578,53.445258],[-167.301951,53.455512],[-167.302602,53.47134],[-167.291615,53.47602],[-167.226267,53.461086],[-167.212758,53.461982],[-167.169626,53.470201],[-167.15864,53.477118],[-167.161488,53.482367],[-167.166575,53.497301],[-167.164784,53.495185],[-167.172475,53.510199],[-167.17748,53.516343],[-167.185292,53.522528],[-167.170155,53.523261],[-167.107289,53.514472],[-167.04308,53.517768],[-166.980051,53.528062],[-166.960032,53.5362],[-166.981882,53.544867],[-167.004099,53.543891],[-167.051869,53.5362],[-167.098134,53.539252],[-167.120676,53.545396],[-167.144358,53.556627],[-167.139638,53.559272],[-167.137278,53.561998],[-167.134958,53.565497],[-167.130076,53.570299],[-167.153635,53.581448],[-167.162058,53.602362],[-167.155385,53.622626],[-167.133778,53.631781],[-167.092722,53.628648],[-167.082875,53.625556],[-167.073354,53.618801],[-167.059763,53.603461],[-167.048166,53.598212],[-167.05016,53.601793],[-167.051584,53.602444],[-167.05309,53.602484],[-167.055531,53.604438],[-167.048166,53.611274],[-167.053578,53.627509],[-167.03779,53.62873],[-166.99352,53.618109],[-167.006825,53.637274],[-167.044911,53.652737],[-167.062367,53.66649],[-167.064646,53.682685],[-167.050649,53.695868],[-167.028025,53.704779],[-166.946523,53.715766],[-166.916371,53.715725],[-166.894154,53.704332],[-166.870432,53.673896],[-166.864939,53.657172],[-166.863149,53.631781],[-166.856313,53.631781],[-166.853586,53.640815],[-166.850168,53.647854],[-166.842641,53.659654],[-166.830759,53.652899],[-166.801707,53.631781],[-166.827097,53.690863],[-166.82905,53.708075],[-166.786733,53.691962],[-166.766916,53.690863],[-166.746449,53.700629],[-166.757639,53.699693],[-166.768422,53.700873],[-166.778513,53.703762],[-166.787465,53.708075],[-166.768137,53.714545],[-166.724802,53.714097],[-166.705515,53.721137],[-166.733998,53.726467],[-166.807688,53.72956],[-166.883982,53.755276],[-166.89863,53.756903],[-166.938303,53.769517],[-166.968617,53.77261],[-166.990549,53.767035],[-167.011301,53.759223],[-167.038197,53.755276],[-167.103383,53.803656],[-167.100819,53.805569],[-167.097605,53.811754],[-167.09553,53.819037],[-167.096547,53.824164],[-167.101999,53.825629],[-167.117543,53.823676],[-167.130076,53.824693],[-167.145253,53.822903],[-167.151112,53.824164],[-167.156199,53.829779],[-167.158152,53.84219],[-167.161366,53.84809],[-167.163401,53.857367],[-167.151926,53.86225],[-167.137278,53.86518],[-167.130076,53.868557],[-167.12678,53.875067],[-167.103383,53.906155],[-167.086659,53.920315],[-167.049672,53.941636],[-167.031077,53.957668],[-167.021596,53.961249],[-166.9829,53.953843],[-166.972646,53.956732],[-166.938303,53.975002],[-166.916208,53.979885],[-166.895253,53.980902],[-166.875315,53.9772],[-166.856313,53.967597],[-166.831858,53.982123],[-166.779001,54.002753],[-166.753896,54.016018],[-166.741892,54.005439],[-166.746449,53.994818],[-166.752878,53.984442],[-166.746449,53.975002]]],[[[-165.252797,54.077704],[-165.247304,54.068183],[-165.245676,54.056952],[-165.261952,54.063178],[-165.271352,54.064683],[-165.280385,54.063788],[-165.284291,54.060126],[-165.292836,54.04682],[-165.294057,54.043891],[-165.30781,54.047838],[-165.326039,54.06684],[-165.33845,54.071234],[-165.387807,54.070136],[-165.422434,54.07746],[-165.465281,54.073879],[-165.485829,54.07746],[-165.376576,54.091051],[-165.266713,54.091051],[-165.259958,54.085395],[-165.252797,54.077704]]],[[[-164.937815,54.12519],[-164.932729,54.114],[-164.939931,54.099311],[-164.95287,54.085598],[-164.965077,54.07746],[-164.976023,54.075751],[-165.053822,54.07746],[-165.089182,54.070868],[-165.102244,54.071234],[-165.107737,54.073879],[-165.116322,54.082953],[-165.123036,54.084866],[-165.128529,54.083686],[-165.143259,54.07746],[-165.206776,54.085354],[-165.225779,54.091051],[-165.21935,54.10163],[-165.212595,54.109361],[-165.203684,54.114732],[-165.191029,54.118354],[-165.183217,54.118354],[-165.171254,54.113471],[-165.164377,54.112128],[-165.154978,54.115383],[-165.14094,54.129462],[-165.133005,54.132636],[-165.12621,54.130357],[-165.120473,54.125556],[-165.116892,54.120592],[-165.116526,54.118354],[-165.109446,54.119452],[-165.097401,54.124172],[-165.091746,54.12519],[-165.077382,54.123603],[-165.064158,54.119289],[-165.051829,54.112779],[-165.040151,54.104682],[-165.026845,54.111477],[-164.988596,54.123603],[-164.981068,54.130683],[-164.972524,54.12519],[-164.963857,54.13109],[-164.955068,54.133124],[-164.946156,54.13109],[-164.937815,54.12519]]],[[[-165.874867,54.174384],[-165.85436,54.16767],[-165.83137,54.171536],[-165.814809,54.187323],[-165.799875,54.173896],[-165.759714,54.163153],[-165.739084,54.153144],[-165.759511,54.144477],[-165.821645,54.139472],[-165.821645,54.132636],[-165.809926,54.132717],[-165.7801,54.12519],[-165.739084,54.12519],[-165.672109,54.128852],[-165.657175,54.12519],[-165.664622,54.118354],[-165.679514,54.099066],[-165.699534,54.08869],[-165.770619,54.070746],[-165.780995,54.070014],[-165.794301,54.071234],[-165.828928,54.082994],[-165.83906,54.084866],[-165.852244,54.0751],[-165.887318,54.036322],[-165.900746,54.033352],[-165.908559,54.044013],[-165.912465,54.05386],[-165.918202,54.060981],[-165.931508,54.063788],[-165.956899,54.060736],[-165.966135,54.062445],[-165.972483,54.071234],[-165.988718,54.059149],[-166.023183,54.045885],[-166.040761,54.036444],[-166.07551,54.063788],[-166.065989,54.077582],[-166.08019,54.09219],[-166.12267,54.118354],[-166.108998,54.132636],[-166.116444,54.139472],[-166.106435,54.149563],[-166.091664,54.171291],[-166.081736,54.180487],[-166.071238,54.185207],[-166.034535,54.194078],[-165.971384,54.219468],[-165.945505,54.222073],[-165.934153,54.220893],[-165.912099,54.215766],[-165.879628,54.213446],[-165.87678,54.209621],[-165.880686,54.202297],[-165.883738,54.19066],[-165.874867,54.174384]]],[[[-165.519032,54.270209],[-165.529897,54.260891],[-165.546254,54.252631],[-165.561594,54.242499],[-165.554758,54.235053],[-165.547922,54.239244],[-165.541086,54.242499],[-165.544911,54.227484],[-165.547312,54.222073],[-165.443837,54.200141],[-165.418202,54.20775],[-165.40453,54.19184],[-165.423899,54.183092],[-165.457346,54.179877],[-165.485829,54.180487],[-165.485829,54.173651],[-165.473988,54.16592],[-165.479685,54.162665],[-165.506337,54.159329],[-165.528554,54.148586],[-165.539906,54.145209],[-165.554758,54.145697],[-165.541086,54.139472],[-165.550852,54.122301],[-165.567942,54.112494],[-165.588816,54.110907],[-165.609975,54.118354],[-165.624867,54.132392],[-165.623891,54.145087],[-165.612375,54.158271],[-165.595693,54.173651],[-165.631785,54.189643],[-165.623484,54.200832],[-165.596018,54.21369],[-165.574574,54.235053],[-165.600697,54.242011],[-165.684438,54.235053],[-165.679799,54.248928],[-165.673573,54.262356],[-165.664255,54.27261],[-165.650339,54.276597],[-165.634836,54.276313],[-165.630686,54.279242],[-165.627065,54.296454],[-165.621571,54.296617],[-165.614207,54.292792],[-165.598459,54.287299],[-165.596873,54.280504],[-165.597239,54.273383],[-165.595693,54.269192],[-165.587229,54.266547],[-165.585032,54.268052],[-165.582875,54.272121],[-165.574574,54.276597],[-165.531199,54.294379],[-165.513173,54.297187],[-165.494333,54.296373],[-165.491282,54.289984],[-165.500844,54.283881],[-165.519968,54.283515],[-165.519032,54.270209]]],[[[-162.405141,54.39057],[-162.401601,54.385891],[-162.395741,54.385891],[-162.368113,54.392076],[-162.368113,54.385891],[-162.413197,54.371812],[-162.435414,54.372016],[-162.453806,54.382473],[-162.480173,54.401923],[-162.484812,54.406399],[-162.485422,54.413886],[-162.481516,54.419582],[-162.472239,54.422105],[-162.456899,54.420071],[-162.409128,54.406399],[-162.407338,54.397406],[-162.405141,54.39057]]],[[[-162.621409,54.454779],[-162.615427,54.454291],[-162.602122,54.456],[-162.594675,54.454779],[-162.594594,54.453111],[-162.5926,54.448717],[-162.58967,54.444037],[-162.587229,54.441107],[-162.587188,54.441107],[-162.549998,54.420071],[-162.546498,54.4147],[-162.545359,54.402981],[-162.546498,54.391262],[-162.549998,54.385891],[-162.655507,54.392076],[-162.646555,54.385688],[-162.63683,54.381415],[-162.62621,54.37934],[-162.614573,54.379096],[-162.614573,54.37226],[-162.63268,54.371894],[-162.647572,54.375434],[-162.676625,54.385891],[-162.728586,54.395819],[-162.754018,54.409573],[-162.78364,54.416409],[-162.796376,54.423489],[-162.841135,54.461005],[-162.821645,54.46247],[-162.822499,54.473822],[-162.829172,54.489081],[-162.827463,54.501939],[-162.813832,54.50434],[-162.79308,54.500312],[-162.758534,54.488267],[-162.734568,54.484565],[-162.690134,54.47134],[-162.656809,54.466783],[-162.621409,54.454779]]],[[[-159.527089,54.759467],[-159.547109,54.753892],[-159.569325,54.754584],[-159.589304,54.75967],[-159.593617,54.766832],[-159.590199,54.775784],[-159.592641,54.786607],[-159.596995,54.797105],[-159.602732,54.80508],[-159.604197,54.812323],[-159.597279,54.820217],[-159.585154,54.824205],[-159.571278,54.822252],[-159.558339,54.815253],[-159.545481,54.806138],[-159.525136,54.794379],[-159.521474,54.792263],[-159.521474,54.792222],[-159.515085,54.786933],[-159.512644,54.77851],[-159.51533,54.768744],[-159.527089,54.759467]]],[[[-133.515167,54.782457],[-133.521759,54.76675],[-133.529246,54.768337],[-133.543975,54.779446],[-133.546091,54.78502],[-133.543772,54.794053],[-133.543568,54.799587],[-133.545725,54.801825],[-133.545033,54.805447],[-133.545155,54.816026],[-133.543528,54.822292],[-133.544749,54.831692],[-133.537831,54.834988],[-133.529815,54.831041],[-133.520579,54.820258],[-133.520334,54.814195],[-133.520334,54.814114],[-133.520131,54.808214],[-133.515777,54.796861],[-133.515167,54.782457]]],[[[-132.73644,54.920315],[-132.725901,54.914862],[-132.71524,54.915229],[-132.704986,54.919867],[-132.695465,54.92772],[-132.685536,54.921129],[-132.674306,54.916815],[-132.66511,54.911933],[-132.661366,54.903551],[-132.655832,54.902167],[-132.643178,54.904731],[-132.629303,54.903998],[-132.620351,54.893012],[-132.615346,54.882473],[-132.616933,54.876166],[-132.623769,54.874823],[-132.634633,54.87934],[-132.635569,54.867499],[-132.630686,54.856269],[-132.62857,54.847846],[-132.637766,54.84455],[-132.651763,54.846381],[-132.663238,54.849311],[-132.674916,54.84984],[-132.68928,54.84455],[-132.675608,54.837388],[-132.669301,54.828559],[-132.662668,54.821031],[-132.647694,54.817857],[-132.637115,54.814032],[-132.626373,54.804755],[-132.617584,54.793443],[-132.612904,54.783759],[-132.6162,54.760199],[-132.636057,54.757473],[-132.66161,54.76789],[-132.681793,54.783759],[-132.684682,54.788764],[-132.68928,54.801825],[-132.692372,54.807318],[-132.698354,54.811672],[-132.71349,54.817084],[-132.719716,54.821275],[-132.722564,54.826565],[-132.727406,54.840399],[-132.730214,54.84455],[-132.736399,54.847317],[-132.749908,54.849189],[-132.757558,54.851996],[-132.771962,54.86225],[-132.776926,54.870063],[-132.779775,54.878241],[-132.788238,54.889594],[-132.794057,54.901923],[-132.788808,54.911038],[-132.782379,54.918891],[-132.78482,54.92772],[-132.778066,54.934556],[-132.77302,54.930243],[-132.757558,54.920315],[-132.750559,54.931098],[-132.738149,54.93537],[-132.7235,54.937242],[-132.709788,54.940823],[-132.713735,54.933051],[-132.719797,54.926947],[-132.727447,54.922675],[-132.73644,54.920315]]],[[[-159.284535,54.940823],[-159.268992,54.929633],[-159.24767,54.930162],[-159.226877,54.93358],[-159.212595,54.931138],[-159.208811,54.918524],[-159.219472,54.906806],[-159.246409,54.889594],[-159.28661,54.871731],[-159.31782,54.884711],[-159.326161,54.907864],[-159.298207,54.920315],[-159.306956,54.929633],[-159.317738,54.933783],[-159.32905,54.93476],[-159.339182,54.934556],[-159.322255,54.938381],[-159.306996,54.946234],[-159.292348,54.951728],[-159.277089,54.948188],[-159.284535,54.940823]]],[[[-162.278757,54.851996],[-162.309031,54.837348],[-162.342152,54.839545],[-162.374379,54.853095],[-162.401601,54.872504],[-162.424184,54.897935],[-162.434153,54.914374],[-162.436391,54.92772],[-162.426707,54.938666],[-162.374949,54.954413],[-162.34435,54.969794],[-162.302561,54.985663],[-162.262685,54.989203],[-162.237782,54.968085],[-162.233388,54.956977],[-162.230417,54.939154],[-162.229319,54.9206],[-162.230946,54.907294],[-162.239003,54.893988],[-162.278757,54.851996]]],[[[-131.241567,54.974595],[-131.237904,54.961127],[-131.237172,54.94953],[-131.243723,54.940823],[-131.243723,54.934556],[-131.211659,54.927232],[-131.197499,54.920315],[-131.194692,54.907294],[-131.203196,54.900702],[-131.239166,54.883002],[-131.250234,54.87934],[-131.285715,54.881781],[-131.299794,54.879218],[-131.314768,54.869452],[-131.331166,54.861233],[-131.350087,54.860907],[-131.369456,54.865668],[-131.387074,54.872504],[-131.387563,54.884223],[-131.426422,54.905829],[-131.441721,54.920315],[-131.46817,54.912421],[-131.482167,54.925605],[-131.478383,54.944729],[-131.451568,54.954413],[-131.430247,54.956],[-131.37149,54.966986],[-131.352284,54.975531],[-131.33019,54.961371],[-131.263824,54.996894],[-131.236236,54.995429],[-131.243723,54.989203],[-131.241567,54.974595]]],[[[-163.75654,55.06037],[-163.681752,55.044379],[-163.571645,55.057034],[-163.525706,55.04385],[-163.539133,55.043443],[-163.545725,55.037584],[-163.545888,55.028022],[-163.539988,55.016547],[-163.531239,55.009711],[-163.508494,55.002021],[-163.479604,54.984931],[-163.461415,54.970771],[-163.444814,54.953681],[-163.430735,54.934556],[-163.423166,54.912014],[-163.421132,54.865912],[-163.412709,54.848334],[-163.373036,54.79267],[-163.35436,54.776923],[-163.328847,54.765692],[-163.303334,54.761786],[-163.233103,54.763495],[-163.223378,54.766425],[-163.216054,54.771918],[-163.207631,54.780341],[-163.198842,54.783881],[-163.188344,54.782294],[-163.177113,54.778795],[-163.166697,54.776923],[-163.144154,54.770331],[-163.128855,54.754136],[-163.107981,54.71483],[-163.09968,54.704739],[-163.09081,54.698472],[-163.082021,54.693671],[-163.073842,54.687567],[-163.067738,54.68358],[-163.056101,54.673896],[-163.050649,54.66413],[-163.063303,54.659613],[-163.155507,54.666205],[-163.170033,54.673896],[-163.154856,54.675686],[-163.114817,54.687567],[-163.127065,54.695502],[-163.140126,54.699856],[-163.154368,54.701402],[-163.170033,54.701239],[-163.185251,54.697496],[-163.21581,54.683295],[-163.228098,54.68008],[-163.238474,54.683051],[-163.247751,54.689887],[-163.261912,54.704657],[-163.272288,54.709133],[-163.299184,54.709906],[-163.313466,54.71483],[-163.347768,54.752265],[-163.369496,54.764553],[-163.402699,54.747138],[-163.417551,54.741767],[-163.431101,54.735012],[-163.43696,54.725084],[-163.429555,54.692125],[-163.430735,54.68008],[-163.449167,54.66352],[-163.506663,54.655748],[-163.51887,54.636379],[-163.533884,54.635321],[-163.622548,54.611802],[-163.67809,54.61636],[-163.789866,54.637926],[-164.13268,54.623236],[-164.183054,54.610256],[-164.218373,54.598131],[-164.329701,54.534817],[-164.334462,54.526801],[-164.332834,54.51557],[-164.330068,54.509589],[-164.329539,54.502509],[-164.334462,54.488267],[-164.361318,54.458482],[-164.405588,54.435981],[-164.457102,54.421047],[-164.505808,54.413804],[-164.573313,54.413398],[-164.608713,54.408922],[-164.633046,54.395819],[-164.652577,54.391995],[-164.802317,54.404039],[-164.825999,54.411322],[-164.845286,54.423489],[-164.873036,54.457221],[-164.88915,54.470933],[-164.909861,54.475287],[-164.904286,54.496649],[-164.912546,54.508734],[-164.924753,54.516913],[-164.930979,54.526801],[-164.933665,54.542955],[-164.940419,54.558661],[-164.958241,54.58515],[-164.938303,54.598863],[-164.90925,54.612128],[-164.879099,54.622138],[-164.796824,54.634467],[-164.739207,54.652777],[-164.700673,54.67829],[-164.569529,54.836982],[-164.557607,54.84455],[-164.547353,54.882758],[-164.541819,54.887437],[-164.477528,54.918891],[-164.453196,54.924994],[-164.399648,54.92772],[-164.378163,54.922838],[-164.336008,54.900051],[-164.313954,54.893012],[-164.225087,54.894721],[-164.212961,54.899888],[-164.210927,54.908433],[-164.224599,54.920315],[-164.190663,54.942125],[-164.15685,54.956977],[-164.119374,54.965399],[-164.05073,54.971137],[-164.026438,54.978339],[-163.985666,54.995429],[-163.937001,55.02912],[-163.916737,55.036363],[-163.823964,55.04385],[-163.803212,55.048041],[-163.780588,55.055854],[-163.75654,55.06037]]],[[[-159.355051,55.037299],[-159.36323,55.036322],[-159.373606,55.036363],[-159.383168,55.034369],[-159.391347,55.029853],[-159.394724,55.025377],[-159.390085,55.023383],[-159.379221,55.017076],[-159.36323,55.002672],[-159.339182,54.975531],[-159.401072,54.950344],[-159.434316,54.94184],[-159.462717,54.948188],[-159.451487,54.956488],[-159.452219,54.96601],[-159.45637,54.975002],[-159.455271,54.981757],[-159.445668,54.985053],[-159.421457,54.981879],[-159.40807,54.981757],[-159.413075,54.991848],[-159.424794,55.030219],[-159.439076,55.028713],[-159.483144,55.016547],[-159.459828,55.038153],[-159.454294,55.04975],[-159.462717,55.058051],[-159.462717,55.064276],[-159.444163,55.060981],[-159.364491,55.057563],[-159.354482,55.054755],[-159.345408,55.050686],[-159.34911,55.041449],[-159.355051,55.037299]]],[[[-131.189992,55.048337],[-131.2162,55.048024],[-131.254895,55.069237],[-131.244148,55.092744],[-131.203972,55.109933],[-131.18915,55.103431],[-131.188079,55.075074],[-131.189992,55.048337]]],[[[-161.730662,55.160549],[-161.730214,55.155911],[-161.731638,55.154486],[-161.734446,55.154364],[-161.738149,55.153713],[-161.713124,55.143988],[-161.660837,55.130683],[-161.641306,55.119534],[-161.652781,55.106269],[-161.68578,55.090399],[-161.696523,55.071112],[-161.711863,55.079006],[-161.724721,55.074286],[-161.737253,55.064765],[-161.751169,55.058051],[-161.770497,55.059027],[-161.784535,55.066799],[-161.797434,55.077053],[-161.813222,55.085395],[-161.806874,55.095649],[-161.77538,55.122626],[-161.771677,55.134345],[-161.783193,55.144924],[-161.813222,55.160549],[-161.809031,55.145006],[-161.812205,55.129788],[-161.826283,55.099066],[-161.840321,55.111762],[-161.871938,55.121405],[-161.893137,55.133938],[-161.900624,55.13349],[-161.906077,55.134589],[-161.908193,55.143459],[-161.906077,55.154853],[-161.900136,55.158026],[-161.891672,55.158149],[-161.843821,55.171332],[-161.730662,55.160549]]],[[[-132.791575,55.173082],[-132.741607,55.149115],[-132.722768,55.133205],[-132.668202,55.050686],[-132.682688,55.034369],[-132.750722,54.995429],[-132.758697,55.008368],[-132.768178,55.018744],[-132.791656,55.036363],[-132.791575,55.013617],[-132.8155,55.015692],[-132.873647,55.036363],[-132.861643,55.045478],[-132.832265,55.048814],[-132.826487,55.054389],[-132.823394,55.065863],[-132.81607,55.074856],[-132.807037,55.081285],[-132.799143,55.085395],[-132.810658,55.090277],[-132.827219,55.094631],[-132.856557,55.099066],[-132.861806,55.104804],[-132.865387,55.117825],[-132.867421,55.131659],[-132.866851,55.14643],[-132.869211,55.153998],[-132.867421,55.160549],[-132.863108,55.162055],[-132.855946,55.161566],[-132.849273,55.163275],[-132.842681,55.179145],[-132.833852,55.186469],[-132.822662,55.190497],[-132.812164,55.188422],[-132.791575,55.173082]]],[[[-161.35436,55.221503],[-161.340321,55.21898],[-161.338206,55.214057],[-161.341501,55.206773],[-161.338206,55.197903],[-161.333567,55.191474],[-161.331492,55.188056],[-161.33019,55.182034],[-161.330759,55.170356],[-161.341868,55.162746],[-161.360463,55.163031],[-161.369822,55.165351],[-161.42219,55.185452],[-161.439687,55.197333],[-161.437449,55.204901],[-161.427317,55.21369],[-161.411448,55.219468],[-161.372263,55.219143],[-161.35436,55.221503]]],[[[-159.524159,55.119534],[-159.522694,55.078803],[-159.524159,55.071112],[-159.494456,55.063137],[-159.48998,55.058051],[-159.493642,55.047593],[-159.504465,55.042467],[-159.517405,55.042426],[-159.527537,55.047268],[-159.549998,55.073798],[-159.562978,55.085435],[-159.578725,55.092231],[-159.582265,55.08161],[-159.583689,55.070868],[-159.582631,55.060492],[-159.578725,55.050686],[-159.593943,55.050727],[-159.620107,55.057034],[-159.633372,55.058051],[-159.639719,55.05386],[-159.643666,55.046617],[-159.647776,55.04328],[-159.65449,55.050686],[-159.65925,55.065131],[-159.654368,55.073391],[-159.633372,55.085395],[-159.627146,55.087633],[-159.621653,55.086371],[-159.616892,55.086371],[-159.612904,55.092231],[-159.611643,55.098944],[-159.613271,55.102973],[-159.617421,55.104804],[-159.623402,55.105292],[-159.645375,55.112698],[-159.65038,55.12637],[-159.640248,55.133938],[-159.5926,55.110175],[-159.577138,55.112006],[-159.57726,55.121731],[-159.599843,55.133205],[-159.585764,55.140937],[-159.551381,55.142157],[-159.544626,55.150295],[-159.552602,55.158922],[-159.591786,55.163764],[-159.606068,55.167914],[-159.582509,55.177151],[-159.584177,55.193183],[-159.589223,55.208401],[-159.575673,55.215155],[-159.562245,55.215481],[-159.557118,55.217027],[-159.553456,55.22134],[-159.544626,55.229397],[-159.540761,55.237616],[-159.539255,55.247138],[-159.53364,55.251044],[-159.517934,55.242418],[-159.520985,55.226386],[-159.530263,55.21662],[-159.54011,55.208686],[-159.544626,55.198065],[-159.538319,55.183539],[-159.524648,55.176174],[-159.511545,55.172919],[-159.507069,55.171088],[-159.512196,55.161322],[-159.524159,55.119534]]],[[[-133.062245,55.183824],[-133.065419,55.150295],[-133.055898,55.14411],[-133.011138,55.13231],[-132.997141,55.125718],[-132.994862,55.119289],[-132.993072,55.099799],[-132.990875,55.092231],[-132.956166,55.064276],[-132.984853,55.075995],[-133.019358,55.097235],[-133.05484,55.108954],[-133.086537,55.092231],[-132.997141,55.064276],[-132.997141,55.058051],[-133.032582,55.050279],[-133.045522,55.050686],[-133.045522,55.04385],[-133.014068,55.034573],[-132.983062,55.03205],[-132.95759,55.023342],[-132.942494,54.995429],[-132.941762,54.954413],[-132.942494,54.948188],[-132.932769,54.945502],[-132.906646,54.951361],[-132.894114,54.948188],[-132.901519,54.940823],[-132.893951,54.939154],[-132.891103,54.937567],[-132.887278,54.934556],[-132.892445,54.929511],[-132.901519,54.91352],[-132.860463,54.900336],[-132.843821,54.889106],[-132.839467,54.872504],[-132.824574,54.87519],[-132.815012,54.86758],[-132.814361,54.855455],[-132.826487,54.84455],[-132.812815,54.839993],[-132.784535,54.836859],[-132.77123,54.831529],[-132.762603,54.824449],[-132.758697,54.818183],[-132.75593,54.811591],[-132.750722,54.803656],[-132.722483,54.776557],[-132.725209,54.767401],[-132.750722,54.756415],[-132.743886,54.74901],[-132.751088,54.747016],[-132.753814,54.745429],[-132.757558,54.742174],[-132.705434,54.728827],[-132.688303,54.717963],[-132.702952,54.701239],[-132.671213,54.677314],[-132.686879,54.673977],[-132.724273,54.677436],[-132.757558,54.673896],[-132.768219,54.69302],[-132.793772,54.698065],[-132.842885,54.693793],[-132.843577,54.69831],[-132.852935,54.719143],[-132.863596,54.734524],[-132.86384,54.741604],[-132.856191,54.744696],[-132.839467,54.742174],[-132.938059,54.787746],[-132.956166,54.803656],[-132.943512,54.807074],[-132.925608,54.815334],[-132.911,54.826402],[-132.908355,54.838324],[-132.921702,54.845201],[-132.94225,54.842027],[-132.980377,54.831529],[-132.998769,54.837958],[-133.007069,54.866116],[-133.021352,54.872504],[-133.037099,54.877387],[-133.049143,54.888902],[-133.051503,54.902493],[-133.038075,54.91352],[-133.053293,54.917792],[-133.068715,54.919745],[-133.100738,54.920315],[-133.100738,54.92772],[-133.075836,54.932196],[-133.06371,54.935736],[-133.058583,54.940823],[-133.064565,54.947089],[-133.078359,54.949286],[-133.107004,54.948188],[-133.132802,54.943345],[-133.139068,54.945258],[-133.147939,54.954413],[-133.144195,54.955512],[-133.141265,54.96308],[-133.143463,54.97309],[-133.154775,54.981757],[-133.134836,54.997504],[-133.153472,55.021186],[-133.203236,55.058051],[-133.19929,55.065253],[-133.203725,55.075141],[-133.211293,55.086819],[-133.216868,55.099066],[-133.168365,55.096381],[-133.120676,55.099066],[-133.139312,55.115668],[-133.189361,55.121731],[-133.203236,55.133205],[-133.182118,55.133205],[-133.216868,55.153713],[-133.2058,55.155829],[-133.182118,55.153225],[-133.168446,55.153713],[-133.177642,55.164293],[-133.187001,55.172024],[-133.199208,55.175605],[-133.216868,55.17414],[-133.216868,55.180976],[-133.154775,55.194648],[-133.188873,55.213772],[-133.194,55.222235],[-133.182118,55.235582],[-133.166127,55.243109],[-133.143463,55.248847],[-133.121409,55.251288],[-133.107004,55.248684],[-133.096547,55.2331],[-133.102203,55.220282],[-133.104237,55.211575],[-133.082834,55.208319],[-133.066762,55.200914],[-133.062245,55.183824]]],[[[-161.564076,55.207913],[-161.574086,55.207017],[-161.592641,55.207506],[-161.637196,55.193549],[-161.645334,55.194525],[-161.664174,55.198676],[-161.676869,55.200181],[-161.691721,55.211615],[-161.683339,55.230902],[-161.658884,55.242377],[-161.612416,55.245103],[-161.559031,55.254462],[-161.548573,55.252834],[-161.544016,55.240627],[-161.557444,55.215766],[-161.564076,55.207913]]],[[[-131.352284,55.122626],[-131.35558,55.114814],[-131.361928,55.106187],[-131.366119,55.097398],[-131.363189,55.088813],[-131.348785,55.077948],[-131.345082,55.07099],[-131.34553,55.058051],[-131.357045,55.032538],[-131.378,55.01789],[-131.404286,55.011298],[-131.471832,55.004828],[-131.479563,55.006293],[-131.485341,55.017035],[-131.484446,55.026109],[-131.48176,55.034654],[-131.482655,55.04385],[-131.493764,55.057278],[-131.513743,55.074164],[-131.534495,55.087104],[-131.547841,55.088813],[-131.549794,55.076361],[-131.536692,55.064439],[-131.524973,55.049994],[-131.531117,55.030219],[-131.539296,55.02261],[-131.550201,55.014716],[-131.572011,55.002875],[-131.575266,55.000434],[-131.578114,54.997504],[-131.582997,54.995347],[-131.592519,54.995429],[-131.598988,54.998196],[-131.603342,55.003079],[-131.606557,55.007717],[-131.609609,55.009711],[-131.624501,55.017401],[-131.618398,55.035224],[-131.581044,55.090074],[-131.58373,55.095771],[-131.599355,55.099066],[-131.582875,55.125556],[-131.56428,55.126288],[-131.54426,55.118557],[-131.52359,55.119534],[-131.517242,55.134182],[-131.531484,55.15176],[-131.553944,55.166897],[-131.572011,55.17414],[-131.568186,55.177395],[-131.56192,55.185126],[-131.55842,55.188422],[-131.572174,55.196845],[-131.581695,55.206285],[-131.586537,55.218655],[-131.586334,55.235582],[-131.581288,55.253363],[-131.572987,55.260484],[-131.560862,55.263821],[-131.544097,55.270413],[-131.551584,55.276557],[-131.531239,55.274237],[-131.50357,55.264797],[-131.479237,55.252631],[-131.451283,55.223782],[-131.395579,55.215399],[-131.372792,55.201483],[-131.376943,55.182847],[-131.36913,55.163723],[-131.357981,55.143704],[-131.352284,55.122626]]],[[[-159.921986,55.22191],[-159.904408,55.207465],[-159.916941,55.156928],[-159.901479,55.140082],[-159.886952,55.149115],[-159.875111,55.172675],[-159.857533,55.190253],[-159.825795,55.180976],[-159.832875,55.171617],[-159.839304,55.145168],[-159.846262,55.133205],[-159.848256,55.134426],[-159.874216,55.125718],[-159.876536,55.120795],[-159.875234,55.115058],[-159.874867,55.109565],[-159.87975,55.105292],[-159.89741,55.104885],[-159.90925,55.114814],[-159.920155,55.127021],[-159.935007,55.133205],[-159.949452,55.128892],[-159.967885,55.106757],[-159.982859,55.099066],[-159.955881,55.081488],[-159.946116,55.069648],[-159.959543,55.064276],[-160.012644,55.071357],[-160.031239,55.071112],[-160.017283,55.052883],[-160.017039,55.045315],[-160.045522,55.030219],[-160.083689,54.995836],[-160.129832,54.965969],[-160.155385,54.940823],[-160.183298,54.918931],[-160.19636,54.905219],[-160.208445,54.873847],[-160.222727,54.876125],[-160.23705,54.888577],[-160.24352,54.903551],[-160.240224,54.927069],[-160.230295,54.934475],[-160.213328,54.937649],[-160.188914,54.948188],[-160.144521,55.006293],[-160.130686,55.015692],[-160.114817,55.02383],[-160.100819,55.034247],[-160.092722,55.050686],[-160.174631,55.058051],[-160.174631,55.064276],[-160.161977,55.069037],[-160.148549,55.07099],[-160.119985,55.071112],[-160.125193,55.082465],[-160.134145,55.091254],[-160.145619,55.096991],[-160.17394,55.103217],[-160.189198,55.112372],[-160.194814,55.121527],[-160.181752,55.125718],[-160.152903,55.121649],[-160.100657,55.10342],[-160.072214,55.099066],[-160.084096,55.115302],[-160.113474,55.139309],[-160.127431,55.153713],[-160.110585,55.160834],[-160.094309,55.156928],[-160.079905,55.14704],[-160.068796,55.136664],[-160.064076,55.128852],[-160.063588,55.123521],[-160.060658,55.12051],[-160.039784,55.118476],[-160.031565,55.115546],[-160.024037,55.111029],[-160.017568,55.105292],[-160.013987,55.108059],[-160.010203,55.111762],[-160.003896,55.119534],[-160.019154,55.133734],[-160.056101,55.181383],[-160.065378,55.201483],[-159.981272,55.177883],[-159.953603,55.175849],[-159.976633,55.208319],[-159.964833,55.210517],[-159.954091,55.209703],[-159.943349,55.210761],[-159.93163,55.218573],[-159.930653,55.226142],[-159.93696,55.235256],[-159.944814,55.244452],[-159.948679,55.252387],[-159.939687,55.256008],[-159.898671,55.285346],[-159.887278,55.297065],[-159.876902,55.287584],[-159.874216,55.284003],[-159.86498,55.251166],[-159.875111,55.238837],[-159.896718,55.233629],[-159.921986,55.22191]]],[[[-133.285268,55.317939],[-133.291575,55.300849],[-133.319244,55.270413],[-133.291371,55.262926],[-133.280385,55.282131],[-133.259633,55.281562],[-133.234242,55.273627],[-133.209381,55.270413],[-133.226633,55.252875],[-133.233754,55.242255],[-133.240142,55.220364],[-133.248891,55.216498],[-133.272084,55.215155],[-133.306549,55.203111],[-133.316151,55.201483],[-133.32844,55.202948],[-133.33434,55.20661],[-133.338857,55.211086],[-133.346588,55.215155],[-133.369456,55.221991],[-133.382436,55.223334],[-133.388173,55.218573],[-133.391835,55.209174],[-133.400787,55.203274],[-133.411977,55.200751],[-133.422271,55.201483],[-133.436594,55.211371],[-133.445627,55.229153],[-133.449859,55.25023],[-133.449615,55.270413],[-133.437408,55.265815],[-133.424672,55.263088],[-133.412343,55.263902],[-133.401235,55.270413],[-133.434438,55.285875],[-133.442779,55.297797],[-133.43224,55.314439],[-133.414133,55.318183],[-133.392079,55.315579],[-133.377512,55.316718],[-133.381947,55.331855],[-133.36026,55.332913],[-133.338775,55.337348],[-133.318105,55.339057],[-133.298736,55.331855],[-133.285268,55.317939]]],[[[-160.032094,55.313666],[-160.039988,55.307074],[-160.072947,55.308295],[-160.096995,55.314927],[-160.10908,55.325751],[-160.108469,55.333889],[-160.099355,55.340277],[-160.085439,55.343411],[-160.066599,55.344713],[-160.061513,55.342678],[-160.059031,55.338568],[-160.052561,55.333441],[-160.036244,55.326199],[-160.036244,55.326158],[-160.03307,55.322577],[-160.032094,55.313666]]],[[[-160.332875,55.352281],[-160.324778,55.31391],[-160.32372,55.295233],[-160.325429,55.276557],[-160.336293,55.248684],[-160.346913,55.250556],[-160.361765,55.255113],[-160.374989,55.261054],[-160.401112,55.28677],[-160.498484,55.302232],[-160.531484,55.325019],[-160.518992,55.327135],[-160.508412,55.331732],[-160.504262,55.338039],[-160.511057,55.345445],[-160.486928,55.353217],[-160.461659,55.351142],[-160.437123,55.346177],[-160.415476,55.345445],[-160.36738,55.366523],[-160.345204,55.37108],[-160.325429,55.358547],[-160.332875,55.352281]]],[[[-160.690663,55.307807],[-160.679392,55.306708],[-160.658152,55.311347],[-160.654042,55.314521],[-160.650136,55.321601],[-160.645212,55.328599],[-160.637929,55.331855],[-160.630238,55.330756],[-160.618031,55.326117],[-160.610341,55.325019],[-160.604726,55.330756],[-160.602488,55.360093],[-160.599802,55.372789],[-160.590159,55.383857],[-160.575551,55.391425],[-160.559275,55.393134],[-160.544545,55.38642],[-160.535593,55.364325],[-160.551584,55.345038],[-160.574452,55.324937],[-160.58613,55.300482],[-160.582387,55.285549],[-160.573232,55.278062],[-160.562001,55.272406],[-160.551991,55.262926],[-160.546091,55.250434],[-160.549875,55.245022],[-160.579905,55.235582],[-160.56371,55.229804],[-160.528025,55.227525],[-160.511057,55.22191],[-160.50768,55.216946],[-160.502309,55.200263],[-160.497385,55.194648],[-160.486318,55.193671],[-160.477488,55.197577],[-160.469838,55.198472],[-160.462595,55.188422],[-160.486195,55.181464],[-160.533559,55.187934],[-160.558827,55.188422],[-160.518625,55.178778],[-160.511057,55.17414],[-160.513295,55.164984],[-160.538319,55.133205],[-160.555247,55.157457],[-160.575266,55.162665],[-160.627065,55.153713],[-160.637685,55.154934],[-160.666371,55.163153],[-160.675526,55.167914],[-160.685251,55.180365],[-160.682485,55.186957],[-160.676137,55.192532],[-160.675526,55.201483],[-160.683339,55.211371],[-160.692332,55.209174],[-160.703318,55.201361],[-160.717112,55.194648],[-160.733347,55.191962],[-160.745839,55.191474],[-160.75768,55.189114],[-160.771718,55.180976],[-160.783884,55.166938],[-160.802846,55.133368],[-160.818918,55.119534],[-160.820505,55.135403],[-160.812734,55.166083],[-160.815785,55.177558],[-160.839223,55.197943],[-160.847401,55.207099],[-160.853627,55.22191],[-160.852366,55.225002],[-160.847239,55.242092],[-160.846181,55.248684],[-160.848622,55.25609],[-160.858266,55.265692],[-160.860463,55.273505],[-160.856923,55.288723],[-160.850535,55.303168],[-160.847279,55.317328],[-160.853627,55.331855],[-160.821401,55.363227],[-160.784047,55.389879],[-160.742055,55.406317],[-160.695994,55.406928],[-160.665761,55.383857],[-160.658762,55.363837],[-160.671986,55.343085],[-160.70283,55.317572],[-160.690663,55.307807]]],[[[-131.818471,55.413764],[-131.696523,55.343451],[-131.636098,55.299302],[-131.633453,55.262926],[-131.63858,55.275946],[-131.646352,55.286811],[-131.657135,55.294257],[-131.671295,55.297065],[-131.675364,55.291205],[-131.668284,55.25609],[-131.686147,55.230292],[-131.711741,55.23664],[-131.739491,55.250718],[-131.763824,55.248684],[-131.737213,55.217841],[-131.720855,55.20307],[-131.702382,55.194648],[-131.712758,55.177476],[-131.726552,55.166327],[-131.733306,55.155707],[-131.72289,55.140082],[-131.743316,55.142727],[-131.771962,55.167914],[-131.804921,55.181138],[-131.817779,55.197984],[-131.853179,55.300482],[-131.853139,55.339545],[-131.857004,55.357408],[-131.866851,55.372789],[-131.850942,55.373358],[-131.845774,55.372789],[-131.851959,55.394843],[-131.849517,55.416083],[-131.838368,55.42593],[-131.818471,55.413764]]],[[[-133.569692,55.424302],[-133.5419,55.414618],[-133.471588,55.416449],[-133.449615,55.406928],[-133.449045,55.39232],[-133.447581,55.386542],[-133.442209,55.380276],[-133.449615,55.374172],[-133.457875,55.369696],[-133.466908,55.366889],[-133.497711,55.365953],[-133.50536,55.364447],[-133.505035,55.360745],[-133.502838,55.356147],[-133.504872,55.352281],[-133.516225,55.345445],[-133.521474,55.341254],[-133.526845,55.339179],[-133.538686,55.338609],[-133.548329,55.339993],[-133.568105,55.34516],[-133.579945,55.345445],[-133.567209,55.33039],[-133.565175,55.31981],[-133.579945,55.290269],[-133.587758,55.257717],[-133.594309,55.242987],[-133.607289,55.235582],[-133.621165,55.240383],[-133.636301,55.25316],[-133.65567,55.276557],[-133.657297,55.283922],[-133.655873,55.300238],[-133.658803,55.307603],[-133.664418,55.310248],[-133.680572,55.309312],[-133.689198,55.311347],[-133.665395,55.323391],[-133.658803,55.325019],[-133.646352,55.325751],[-133.641469,55.328192],[-133.639231,55.332465],[-133.621449,55.354193],[-133.623362,55.361314],[-133.65567,55.372789],[-133.64273,55.382025],[-133.615061,55.390082],[-133.603871,55.396674],[-133.590443,55.417182],[-133.580556,55.426215],[-133.569692,55.424302]]],[[[-163.139027,55.40351],[-163.151682,55.396959],[-163.162587,55.398993],[-163.171946,55.404039],[-163.195058,55.412665],[-163.188181,55.425116],[-163.167917,55.436998],[-163.142771,55.441067],[-163.133127,55.43244],[-163.129384,55.423041],[-163.131418,55.413275],[-163.139027,55.40351]]],[[[-133.238283,55.413803],[-133.274493,55.40428],[-133.315197,55.404547],[-133.32027,55.423127],[-133.307277,55.432187],[-133.269251,55.44395],[-133.236057,55.44022],[-133.238283,55.413803]]],[[[-160.236928,55.449856],[-160.233591,55.447903],[-160.223826,55.449042],[-160.206288,55.454169],[-160.198842,55.455308],[-160.171132,55.453762],[-160.159901,55.44953],[-160.155385,55.441067],[-160.159861,55.426988],[-160.159413,55.412665],[-160.1551,55.398871],[-160.147939,55.38642],[-160.159861,55.380805],[-160.166982,55.384426],[-160.173085,55.392483],[-160.182078,55.400092],[-160.197214,55.404242],[-160.233713,55.40998],[-160.246938,55.417467],[-160.25947,55.422309],[-160.273386,55.416653],[-160.298777,55.400092],[-160.312367,55.397447],[-160.328114,55.398139],[-160.341135,55.40412],[-160.346547,55.417467],[-160.334096,55.443671],[-160.304758,55.458319],[-160.270579,55.46369],[-160.24352,55.462144],[-160.238759,55.459052],[-160.236928,55.449856]]],[[[-133.494781,55.429511],[-133.511383,55.427436],[-133.53303,55.430121],[-133.600453,55.447903],[-133.589752,55.463284],[-133.57429,55.469794],[-133.556304,55.474066],[-133.538401,55.482652],[-133.524729,55.499579],[-133.51769,55.514838],[-133.505727,55.52261],[-133.476918,55.516791],[-133.431752,55.496527],[-133.422271,55.489447],[-133.418446,55.475572],[-133.420766,55.459662],[-133.42809,55.446519],[-133.439076,55.441067],[-133.457102,55.43891],[-133.494781,55.429511]]],[[[-133.337026,55.464545],[-133.346588,55.447903],[-133.360585,55.460639],[-133.395009,55.503119],[-133.42398,55.518012],[-133.433176,55.527981],[-133.428538,55.544135],[-133.413645,55.553209],[-133.390614,55.557196],[-133.324452,55.556952],[-133.304799,55.553209],[-133.287424,55.545071],[-133.272084,55.530463],[-133.271962,55.511949],[-133.273427,55.500312],[-133.279042,55.491848],[-133.291371,55.482652],[-133.309153,55.47484],[-133.324452,55.471177],[-133.337026,55.464545]]],[[[-133.646311,55.542304],[-133.612416,55.541571],[-133.586781,55.544135],[-133.580922,55.527086],[-133.578684,55.509263],[-133.584706,55.495185],[-133.603871,55.489447],[-133.618479,55.482978],[-133.633168,55.454413],[-133.651967,55.447903],[-133.671051,55.451321],[-133.709625,55.465806],[-133.730133,55.468411],[-133.749379,55.464179],[-133.779408,55.449856],[-133.799062,55.447903],[-133.799062,55.455308],[-133.777008,55.464301],[-133.74828,55.496161],[-133.700836,55.507392],[-133.701812,55.516791],[-133.711293,55.526068],[-133.720204,55.532457],[-133.724517,55.531684],[-133.728505,55.532864],[-133.730133,55.540717],[-133.726715,55.546617],[-133.718739,55.551744],[-133.70287,55.557766],[-133.679351,55.547349],[-133.646311,55.542304]]],[[[-159.289622,55.76789],[-159.302113,55.759223],[-159.318105,55.767768],[-159.328603,55.778388],[-159.344716,55.783881],[-159.362294,55.786282],[-159.359853,55.798163],[-159.332834,55.812445],[-159.312734,55.811225],[-159.298044,55.793647],[-159.289052,55.778998],[-159.289622,55.76789]]],[[[-133.589101,55.811672],[-133.57311,55.804755],[-133.578969,55.824408],[-133.565256,55.830308],[-133.504506,55.822903],[-133.495229,55.820299],[-133.486887,55.814765],[-133.482411,55.806586],[-133.481109,55.798774],[-133.477691,55.792792],[-133.466949,55.790473],[-133.351674,55.787787],[-133.339752,55.790473],[-133.329742,55.798814],[-133.322987,55.809027],[-133.316029,55.811672],[-133.305653,55.797349],[-133.310048,55.782213],[-133.368235,55.758734],[-133.391591,55.746161],[-133.417877,55.738471],[-133.448598,55.750718],[-133.475575,55.771796],[-133.49059,55.790473],[-133.503814,55.766181],[-133.488596,55.734361],[-133.487172,55.706732],[-133.542104,55.694892],[-133.578684,55.704901],[-133.62385,55.729478],[-133.663238,55.760728],[-133.682362,55.790473],[-133.649322,55.78856],[-133.641428,55.790473],[-133.639312,55.796454],[-133.638905,55.817084],[-133.634592,55.825263],[-133.614898,55.833197],[-133.601389,55.824897],[-133.589101,55.811672]]],[[[-158.74531,55.863186],[-158.730092,55.85517],[-158.71703,55.84398],[-158.708567,55.831488],[-158.811228,55.859524],[-158.858388,55.862982],[-158.887318,55.831488],[-158.874745,55.827948],[-158.861765,55.825832],[-158.851145,55.821438],[-158.845774,55.810981],[-158.866282,55.805732],[-158.883778,55.805243],[-158.897654,55.811347],[-158.907175,55.825263],[-158.908681,55.841295],[-158.897328,55.860582],[-158.900339,55.873725],[-158.853749,55.890937],[-158.828114,55.896715],[-158.791737,55.890286],[-158.776845,55.880927],[-158.760365,55.866278],[-158.74531,55.863186]]],[[[-133.264638,55.866278],[-133.254058,55.864203],[-133.228912,55.871283],[-133.216868,55.866278],[-133.220367,55.822455],[-133.223704,55.810981],[-133.235911,55.785712],[-133.240468,55.779975],[-133.250803,55.775946],[-133.259104,55.78026],[-133.266713,55.787014],[-133.275217,55.790473],[-133.283355,55.795966],[-133.302846,55.81981],[-133.316151,55.825263],[-133.32429,55.826728],[-133.334299,55.830878],[-133.341176,55.837348],[-133.339752,55.845771],[-133.332021,55.84748],[-133.291371,55.851996],[-133.319,55.860541],[-133.330556,55.868313],[-133.332916,55.879869],[-133.325836,55.881415],[-133.291615,55.902004],[-133.285146,55.907172],[-133.267405,55.902167],[-133.266713,55.891669],[-133.270131,55.87873],[-133.264638,55.866278]]],[[[-155.570383,55.783026],[-155.597264,55.760431],[-155.6299,55.762902],[-155.663693,55.774463],[-155.697388,55.771346],[-155.718693,55.774851],[-155.728017,55.804755],[-155.749849,55.81768],[-155.741648,55.831488],[-155.701258,55.841337],[-155.663419,55.856008],[-155.652333,55.886664],[-155.652292,55.886705],[-155.635325,55.905748],[-155.599969,55.914814],[-155.556101,55.914618],[-155.55724,55.895209],[-155.56904,55.868801],[-155.570383,55.851996],[-155.558054,55.817572],[-155.55724,55.800482],[-155.570383,55.783026]]],[[[-134.24413,55.920844],[-134.257924,55.899888],[-134.234853,55.89997],[-134.17927,55.914618],[-134.12206,55.923733],[-134.101552,55.920803],[-134.114369,55.900336],[-134.153188,55.893622],[-134.195953,55.873358],[-134.233876,55.846137],[-134.258412,55.818427],[-134.276275,55.828803],[-134.31843,55.833808],[-134.32665,55.848822],[-134.31843,55.857856],[-134.264556,55.873725],[-134.279164,55.882148],[-134.334788,55.895087],[-134.347157,55.910956],[-134.332183,55.922512],[-134.298695,55.9265],[-134.26358,55.925238],[-134.24413,55.920844]]],[[[-133.842519,55.86636],[-133.871653,55.846747],[-133.912668,55.862779],[-133.921376,55.874335],[-133.931711,55.893988],[-133.934234,55.912584],[-133.919504,55.920844],[-133.877309,55.938056],[-133.856028,55.942288],[-133.832183,55.90058],[-133.842519,55.86636]]],[[[-131.208892,55.944892],[-131.179555,55.923529],[-131.044423,55.790473],[-131.046132,55.766588],[-131.022817,55.742865],[-130.968739,55.701117],[-130.966908,55.694159],[-130.968577,55.678127],[-130.965321,55.671047],[-130.938303,55.651516],[-130.93456,55.643134],[-130.938222,55.624213],[-130.955556,55.600491],[-130.961903,55.58511],[-130.94579,55.58275],[-130.943715,55.572699],[-130.954172,55.565619],[-130.975575,55.572008],[-130.974924,55.534573],[-130.977284,55.515937],[-130.983022,55.503119],[-130.978749,55.493313],[-130.979237,55.485541],[-130.981557,55.477037],[-130.983022,55.465277],[-130.971832,55.44359],[-130.968739,55.434882],[-130.967152,55.423774],[-130.968739,55.396674],[-130.971669,55.38524],[-130.978179,55.387641],[-130.989166,55.400092],[-131.005035,55.413398],[-131.015126,55.417182],[-131.027089,55.410346],[-131.030995,55.400458],[-131.027252,55.391059],[-131.020985,55.382025],[-131.017161,55.372789],[-131.018381,55.354315],[-131.025258,55.342353],[-131.034901,55.330268],[-131.044423,55.311347],[-131.055653,55.273586],[-131.065175,55.261054],[-131.085439,55.248684],[-131.106313,55.238918],[-131.116526,55.236396],[-131.130116,55.235582],[-131.137603,55.231391],[-131.140533,55.221625],[-131.142649,55.210273],[-131.147532,55.201483],[-131.192006,55.185736],[-131.232737,55.200914],[-131.271718,55.225002],[-131.311391,55.235582],[-131.256256,55.270575],[-131.234771,55.290961],[-131.215728,55.317572],[-131.213735,55.323065],[-131.208323,55.345445],[-131.204986,55.349921],[-131.20051,55.353746],[-131.196401,55.359442],[-131.194692,55.369371],[-131.195424,55.387356],[-131.199534,55.399726],[-131.20995,55.406317],[-131.2294,55.406928],[-131.221995,55.393256],[-131.243967,55.393744],[-131.268707,55.386176],[-131.28307,55.37108],[-131.273793,55.348863],[-131.261708,55.328803],[-131.263824,55.309394],[-131.277008,55.291693],[-131.298329,55.276557],[-131.324208,55.267076],[-131.352773,55.263251],[-131.404164,55.262926],[-131.427358,55.267035],[-131.450551,55.277899],[-131.463206,55.293402],[-131.454742,55.311347],[-131.431874,55.320014],[-131.404856,55.322903],[-131.382232,55.329413],[-131.372792,55.348863],[-131.371246,55.361151],[-131.366444,55.37108],[-131.358062,55.377834],[-131.345815,55.380276],[-131.329661,55.381415],[-131.322621,55.384955],[-131.311391,55.400092],[-131.278188,55.430243],[-131.270741,55.447333],[-131.280914,55.465277],[-131.283681,55.472154],[-131.293365,55.514553],[-131.299306,55.525336],[-131.330637,55.568549],[-131.336903,55.579657],[-131.343577,55.630276],[-131.350819,55.645575],[-131.363189,55.643134],[-131.371693,55.618638],[-131.365224,55.587307],[-131.327952,55.502753],[-131.321929,55.475084],[-131.325429,55.446763],[-131.342397,55.417467],[-131.349721,55.410142],[-131.372792,55.393256],[-131.380035,55.385728],[-131.394521,55.365953],[-131.409291,55.3522],[-131.424631,55.344062],[-131.462148,55.331855],[-131.452748,55.343451],[-131.426625,55.364],[-131.421254,55.376532],[-131.426625,55.392279],[-131.439036,55.405422],[-131.452748,55.416897],[-131.462148,55.427436],[-131.468984,55.458686],[-131.458404,55.48371],[-131.421254,55.530463],[-131.437896,55.530585],[-131.463368,55.523261],[-131.489003,55.511786],[-131.5065,55.499416],[-131.516957,55.480048],[-131.516184,55.460028],[-131.508046,55.440131],[-131.496327,55.42121],[-131.469106,55.389635],[-131.465688,55.37226],[-131.479563,55.348863],[-131.50886,55.311713],[-131.526479,55.299384],[-131.551584,55.297065],[-131.57311,55.305243],[-131.616038,55.332709],[-131.661529,55.343207],[-131.685292,55.354315],[-131.72289,55.380276],[-131.725209,55.383531],[-131.731313,55.394924],[-131.735911,55.400092],[-131.78661,55.427314],[-131.808502,55.444485],[-131.820221,55.463813],[-131.810292,55.47663],[-131.717844,55.517971],[-131.7058,55.527045],[-131.688873,55.542955],[-131.67809,55.549628],[-131.667307,55.550767],[-131.650543,55.550279],[-131.644521,55.557074],[-131.619781,55.595282],[-131.630483,55.604397],[-131.681467,55.610541],[-131.698964,55.616116],[-131.707428,55.629625],[-131.708485,55.645453],[-131.703928,55.661119],[-131.695546,55.674465],[-131.691396,55.679511],[-131.686879,55.683905],[-131.680735,55.686957],[-131.671295,55.688137],[-131.635162,55.686957],[-131.627309,55.688137],[-131.625559,55.69359],[-131.626129,55.712104],[-131.623606,55.719143],[-131.614654,55.7237],[-131.606557,55.721625],[-131.599233,55.717353],[-131.592519,55.715399],[-131.534983,55.72309],[-131.517445,55.729071],[-131.517445,55.736518],[-131.533355,55.736965],[-131.578847,55.729071],[-131.629058,55.734036],[-131.647125,55.729071],[-131.691762,55.705268],[-131.704579,55.709703],[-131.709218,55.739651],[-131.695424,55.751614],[-131.66393,55.761217],[-131.629303,55.767727],[-131.512847,55.774726],[-131.482655,55.783026],[-131.490346,55.792426],[-131.512766,55.800279],[-131.517445,55.807929],[-131.521596,55.819159],[-131.530751,55.825751],[-131.539947,55.8251],[-131.544097,55.814765],[-131.554351,55.798774],[-131.57844,55.792548],[-131.606109,55.789537],[-131.627309,55.783026],[-131.644358,55.793402],[-131.678456,55.799221],[-131.68871,55.810981],[-131.687734,55.831977],[-131.670644,55.839504],[-131.470367,55.831977],[-131.435455,55.845771],[-131.457387,55.851955],[-131.534495,55.851996],[-131.546295,55.858791],[-131.560048,55.874742],[-131.572133,55.893215],[-131.578847,55.907172],[-131.515736,55.909613],[-131.496327,55.914618],[-131.48766,55.919257],[-131.471059,55.930976],[-131.462148,55.934516],[-131.446848,55.935452],[-131.404164,55.92829],[-131.365224,55.937161],[-131.323598,55.95425],[-131.280263,55.965155],[-131.236236,55.955634],[-131.208892,55.944892]]],[[[-156.678049,56.04149],[-156.680409,56.039008],[-156.680531,56.036933],[-156.677358,56.033596],[-156.678212,56.030463],[-156.680857,56.024156],[-156.681752,56.019517],[-156.680735,56.018052],[-156.680043,56.016669],[-156.683665,56.012437],[-156.694936,56.009345],[-156.70637,56.014228],[-156.718129,56.021674],[-156.73408,56.02619],[-156.746165,56.034898],[-156.744944,56.04092],[-156.734731,56.039984],[-156.725168,56.041327],[-156.716868,56.044501],[-156.709788,56.051093],[-156.707631,56.061021],[-156.701283,56.066148],[-156.690134,56.060452],[-156.678904,56.045966],[-156.678049,56.04149]]],[[[-133.39269,56.160468],[-133.34317,56.147406],[-133.302602,56.150824],[-133.285308,56.147203],[-133.285146,56.133124],[-133.308827,56.103013],[-133.3131,56.09219],[-133.31192,56.079901],[-133.301381,56.06387],[-133.298736,56.054633],[-133.29776,56.032945],[-133.29955,56.01203],[-133.311147,55.99787],[-133.339752,55.996568],[-133.358266,56.006171],[-133.376047,56.019965],[-133.395497,56.026353],[-133.439687,56.002672],[-133.470326,56.017279],[-133.49059,56.010199],[-133.510813,55.987942],[-133.517893,55.982327],[-133.560048,55.970893],[-133.589752,55.955756],[-133.629547,55.959418],[-133.641428,55.948188],[-133.638499,55.937934],[-133.618153,55.928046],[-133.620961,55.920844],[-133.630971,55.918647],[-133.678619,55.914618],[-133.691396,55.911119],[-133.697377,55.904975],[-133.702707,55.902777],[-133.72289,55.917711],[-133.732289,55.919827],[-133.758127,55.920844],[-133.794911,55.94359],[-133.771067,55.980455],[-133.689198,56.043769],[-133.68456,56.053534],[-133.68456,56.062486],[-133.680979,56.069159],[-133.607289,56.078518],[-133.541575,56.074774],[-133.509592,56.078111],[-133.483144,56.09219],[-133.513539,56.097357],[-133.596506,56.100979],[-133.620961,56.112616],[-133.617014,56.131537],[-133.580637,56.131903],[-133.507965,56.119452],[-133.494944,56.120673],[-133.479075,56.124213],[-133.463857,56.129625],[-133.442291,56.143012],[-133.415761,56.150784],[-133.404897,56.157375],[-133.39269,56.160468]]],[[[-156.774526,56.153225],[-156.792063,56.153022],[-156.805287,56.164781],[-156.809397,56.1789],[-156.809316,56.190131],[-156.806874,56.197333],[-156.80248,56.20067],[-156.799631,56.205512],[-156.799428,56.211737],[-156.792592,56.220689],[-156.77831,56.226711],[-156.774403,56.224189],[-156.780141,56.217922],[-156.783396,56.209052],[-156.783884,56.198717],[-156.779897,56.189643],[-156.766672,56.178534],[-156.76655,56.16767],[-156.774526,56.153225]]],[[[-132.483795,56.194566],[-132.457631,56.186672],[-132.429555,56.186754],[-132.403676,56.193549],[-132.359446,56.217922],[-132.338246,56.212104],[-132.316803,56.198717],[-132.291371,56.188381],[-132.223378,56.183498],[-132.192128,56.176581],[-132.164459,56.157375],[-132.148183,56.143012],[-132.092193,56.106431],[-132.096303,56.099433],[-132.101145,56.093655],[-132.106842,56.088813],[-132.113881,56.084662],[-132.130035,56.093817],[-132.137074,56.08808],[-132.141754,56.07746],[-132.151194,56.071682],[-132.163564,56.074774],[-132.188385,56.088609],[-132.202016,56.09219],[-132.196278,56.077867],[-132.175771,56.063056],[-132.167877,56.051215],[-132.17219,56.049547],[-132.1822,56.043769],[-132.169097,56.036811],[-132.160024,56.027289],[-132.153228,56.015815],[-132.14745,56.002753],[-132.150706,55.999091],[-132.152333,55.996527],[-132.154897,55.989732],[-132.129465,55.970282],[-132.122629,55.945502],[-132.133453,55.929023],[-132.161041,55.934516],[-132.168121,55.94302],[-132.177561,55.96483],[-132.185292,55.969306],[-132.191518,55.964301],[-132.211822,55.941392],[-132.223134,55.934516],[-132.236684,55.933498],[-132.245188,55.935492],[-132.252105,55.936265],[-132.271555,55.925238],[-132.286692,55.919379],[-132.303375,55.915351],[-132.318715,55.914618],[-132.335561,55.918199],[-132.345082,55.924302],[-132.363393,55.94477],[-132.379994,55.952338],[-132.416819,55.957831],[-132.428578,55.969306],[-132.412262,55.998114],[-132.404652,56.002753],[-132.392405,56.005845],[-132.384429,56.013414],[-132.382314,56.02261],[-132.387603,56.030707],[-132.414215,56.035102],[-132.444732,56.031928],[-132.462066,56.036689],[-132.449086,56.064846],[-132.558949,56.071682],[-132.570058,56.075019],[-132.581654,56.08161],[-132.593861,56.086575],[-132.60676,56.084662],[-132.612538,56.076972],[-132.613515,56.066555],[-132.616282,56.056871],[-132.627187,56.051215],[-132.645416,56.058092],[-132.676625,56.097235],[-132.692372,56.106431],[-132.704986,56.117418],[-132.713206,56.139797],[-132.711741,56.157172],[-132.695465,56.153632],[-132.693105,56.175523],[-132.687367,56.19538],[-132.687489,56.211615],[-132.702952,56.22248],[-132.681386,56.229193],[-132.603342,56.236151],[-132.58967,56.246812],[-132.566029,56.293769],[-132.548411,56.304429],[-132.541127,56.308783],[-132.537994,56.318915],[-132.535797,56.330512],[-132.530995,56.339179],[-132.521148,56.343207],[-132.42748,56.3522],[-132.39977,56.350409],[-132.39387,56.339179],[-132.385325,56.33218],[-132.380686,56.321519],[-132.380971,56.309516],[-132.387603,56.298245],[-132.377512,56.284573],[-132.376943,56.271633],[-132.385121,56.261786],[-132.401275,56.25727],[-132.386952,56.247707],[-132.389963,56.2355],[-132.402008,56.224026],[-132.414906,56.216295],[-132.47053,56.204047],[-132.483795,56.194566]]],[[[-133.586781,56.352851],[-133.439076,56.332343],[-133.341542,56.333441],[-133.3131,56.325588],[-133.3131,56.318752],[-133.330068,56.307034],[-133.328481,56.289008],[-133.312245,56.277248],[-133.285146,56.283922],[-133.289947,56.285142],[-133.293609,56.287095],[-133.296702,56.289618],[-133.299387,56.292548],[-133.294097,56.313788],[-133.258412,56.327379],[-133.213857,56.333441],[-133.182118,56.332343],[-133.167226,56.325181],[-133.151601,56.312812],[-133.139312,56.299018],[-133.134348,56.28734],[-133.136464,56.280829],[-133.140004,56.272935],[-133.140614,56.266303],[-133.134023,56.263495],[-133.126536,56.262274],[-133.105214,56.255927],[-133.095326,56.250718],[-133.068512,56.247545],[-133.058583,56.242987],[-133.053863,56.234442],[-133.053578,56.226264],[-133.054189,56.217922],[-133.052358,56.208889],[-133.053456,56.20661],[-133.056508,56.203192],[-133.05899,56.199042],[-133.058583,56.194566],[-133.0537,56.190741],[-133.040273,56.187812],[-133.035024,56.184963],[-133.030507,56.180121],[-133.024892,56.172024],[-133.024281,56.164455],[-133.035024,56.161078],[-133.046295,56.154242],[-133.065012,56.122504],[-133.072865,56.112616],[-133.092926,56.10932],[-133.12385,56.124498],[-133.140492,56.119452],[-133.092641,56.069159],[-133.079091,56.058051],[-133.062815,56.052314],[-133.048695,56.052802],[-133.018219,56.058051],[-133.000966,56.056789],[-132.956166,56.043769],[-132.95519,56.05386],[-132.951324,56.061713],[-132.944732,56.067613],[-132.935658,56.071682],[-132.918528,56.065904],[-132.912343,56.057766],[-132.909332,56.048],[-132.898264,56.032172],[-132.898508,56.028062],[-132.895863,56.025458],[-132.875722,56.024644],[-132.869049,56.025702],[-132.863108,56.02851],[-132.856557,56.034125],[-132.842437,56.039049],[-132.82787,56.032375],[-132.814076,56.022284],[-132.802235,56.017035],[-132.789052,56.014716],[-132.73644,55.996568],[-132.715199,55.98078],[-132.693959,55.96011],[-132.670969,55.942125],[-132.633127,55.931708],[-132.620717,55.924384],[-132.610829,55.914496],[-132.60676,55.903754],[-132.600453,55.893378],[-132.569732,55.882961],[-132.558339,55.873725],[-132.565785,55.866278],[-132.531728,55.848538],[-132.508412,55.827623],[-132.462717,55.776842],[-132.472808,55.763577],[-132.468495,55.750637],[-132.457875,55.737291],[-132.449086,55.722846],[-132.445424,55.706122],[-132.447133,55.694037],[-132.462717,55.667629],[-132.448638,55.663235],[-132.438791,55.65469],[-132.433909,55.642401],[-132.434804,55.626654],[-132.425852,55.633979],[-132.393707,55.668402],[-132.370513,55.667629],[-132.365549,55.664374],[-132.349965,55.648586],[-132.346669,55.643134],[-132.345367,55.620063],[-132.343129,55.613471],[-132.339223,55.605536],[-132.297109,55.547065],[-132.287709,55.537299],[-132.236399,55.537014],[-132.214833,55.531195],[-132.157582,55.496731],[-132.145497,55.483059],[-132.140614,55.465277],[-132.150502,55.449408],[-132.173207,55.452826],[-132.216298,55.475816],[-132.250478,55.503119],[-132.296254,55.513577],[-132.333852,55.532294],[-132.405344,55.541205],[-132.434804,55.550279],[-132.491038,55.603705],[-132.523508,55.62523],[-132.552113,55.619208],[-132.544301,55.614936],[-132.539377,55.610175],[-132.530995,55.5987],[-132.543202,55.597235],[-132.552602,55.591051],[-132.559926,55.582099],[-132.565785,55.572008],[-132.55012,55.571479],[-132.528188,55.567328],[-132.512196,55.559272],[-132.514516,55.547187],[-132.562001,55.506252],[-132.591135,55.492865],[-132.65982,55.475653],[-132.681793,55.455308],[-132.666656,55.451077],[-132.654652,55.444892],[-132.649322,55.435492],[-132.65453,55.42121],[-132.642445,55.432929],[-132.631093,55.446438],[-132.617014,55.457506],[-132.555247,55.468411],[-132.546864,55.472602],[-132.544911,55.482082],[-132.544667,55.4914],[-132.541575,55.495673],[-132.534413,55.497626],[-132.519114,55.506659],[-132.511138,55.509345],[-132.501088,55.509589],[-132.495961,55.507758],[-132.491607,55.505072],[-132.483795,55.503119],[-132.464955,55.502183],[-132.443227,55.503567],[-132.421213,55.508002],[-132.401275,55.516791],[-132.383901,55.500393],[-132.375234,55.484768],[-132.361562,55.472968],[-132.302602,55.463568],[-132.276926,55.452704],[-132.267974,55.441352],[-132.291371,55.434882],[-132.305531,55.436835],[-132.324086,55.447089],[-132.339223,55.447903],[-132.350453,55.443671],[-132.35851,55.436754],[-132.368072,55.430243],[-132.383901,55.427436],[-132.441314,55.427069],[-132.469553,55.421291],[-132.483795,55.406928],[-132.478261,55.39057],[-132.456776,55.394843],[-132.411529,55.413764],[-132.40099,55.411526],[-132.38858,55.405707],[-132.378285,55.397935],[-132.369944,55.381171],[-132.360911,55.383246],[-132.346669,55.393256],[-132.341135,55.395819],[-132.332102,55.403632],[-132.325551,55.406928],[-132.324615,55.405992],[-132.250111,55.413764],[-132.242747,55.409166],[-132.21288,55.376532],[-132.200999,55.369208],[-132.188059,55.368313],[-132.17455,55.368842],[-132.161041,55.365953],[-132.154897,55.365953],[-132.159006,55.356024],[-132.161041,55.352281],[-132.150299,55.346381],[-132.14566,55.337226],[-132.143951,55.325019],[-132.132883,55.323065],[-132.124257,55.31802],[-132.121205,55.311225],[-132.126943,55.3039],[-132.10261,55.288031],[-132.090728,55.276801],[-132.095286,55.267076],[-132.120107,55.25609],[-132.148183,55.248603],[-132.179677,55.245063],[-132.212148,55.247138],[-132.243031,55.25609],[-132.236318,55.24494],[-132.241567,55.234076],[-132.249379,55.222235],[-132.250478,55.208319],[-132.240224,55.197211],[-132.226389,55.194281],[-132.217763,55.198432],[-132.223134,55.208319],[-132.203114,55.229193],[-132.172475,55.225002],[-132.113881,55.201483],[-132.083363,55.21011],[-132.050689,55.258938],[-132.027659,55.270413],[-132.002594,55.271918],[-131.994293,55.268134],[-131.983551,55.25609],[-131.977447,55.245429],[-131.973012,55.232367],[-131.970204,55.218411],[-131.969309,55.204901],[-131.975982,55.176947],[-131.991811,55.158271],[-132.009999,55.141547],[-132.023915,55.119534],[-131.989817,55.119534],[-132.001454,55.104478],[-132.018951,55.091376],[-132.039052,55.082099],[-132.058339,55.078599],[-132.06607,55.08275],[-132.081288,55.10106],[-132.092844,55.105292],[-132.100331,55.101264],[-132.097076,55.092515],[-132.088124,55.083441],[-132.078521,55.078599],[-132.087514,55.072943],[-132.097768,55.07038],[-132.108754,55.070014],[-132.120107,55.071112],[-132.120107,55.064276],[-132.090891,55.056098],[-132.076894,55.048774],[-132.075429,55.040107],[-132.086497,55.034654],[-132.117421,55.032782],[-132.152333,55.016059],[-132.208852,55.002631],[-132.223134,54.989203],[-132.178782,54.989203],[-132.167063,54.98725],[-132.158599,54.982815],[-132.152333,54.978176],[-132.134592,54.97016],[-132.127309,54.970933],[-132.108795,54.985745],[-132.101959,54.988227],[-132.096506,54.985256],[-132.092193,54.975531],[-132.069976,55.001125],[-132.03539,55.022773],[-131.996816,55.034491],[-131.963043,55.030219],[-131.974273,55.024644],[-131.981272,55.01675],[-131.982533,55.006822],[-131.976715,54.995429],[-131.997141,54.984361],[-132.005198,54.977688],[-132.010243,54.968085],[-131.976715,54.969713],[-131.969309,54.968085],[-131.961822,54.957709],[-131.965199,54.95189],[-131.972483,54.947252],[-131.976715,54.940823],[-131.976064,54.908149],[-131.984771,54.905911],[-132.010243,54.907294],[-132.033559,54.905585],[-132.047027,54.898586],[-132.0454,54.887193],[-132.023915,54.872504],[-131.985504,54.86107],[-131.968617,54.853502],[-131.955637,54.838324],[-131.960113,54.834052],[-131.964955,54.831977],[-131.970367,54.831366],[-131.976715,54.831529],[-131.957672,54.828111],[-131.956858,54.817206],[-131.958974,54.803046],[-131.948801,54.789984],[-131.963124,54.785468],[-131.978383,54.783759],[-132.010243,54.783759],[-131.996571,54.776923],[-132.002431,54.765448],[-132.001373,54.755764],[-131.997914,54.746243],[-131.996571,54.735297],[-132.000315,54.722724],[-132.005605,54.712958],[-132.008209,54.704006],[-132.004018,54.693793],[-132.067535,54.699042],[-132.082265,54.704657],[-132.096099,54.712714],[-132.111073,54.716702],[-132.117747,54.71369],[-132.106435,54.701239],[-132.149973,54.698635],[-132.200795,54.725246],[-132.247222,54.743313],[-132.27774,54.71483],[-132.292388,54.727484],[-132.297597,54.744452],[-132.294423,54.762152],[-132.284006,54.776923],[-132.265614,54.784654],[-132.224517,54.791653],[-132.216298,54.803656],[-132.218902,54.810289],[-132.225982,54.814683],[-132.235829,54.817206],[-132.246734,54.817857],[-132.259145,54.815172],[-132.266225,54.809027],[-132.271352,54.802191],[-132.27774,54.797431],[-132.299794,54.794338],[-132.336497,54.803412],[-132.35969,54.803656],[-132.336537,54.814887],[-132.28303,54.831],[-132.26476,54.84455],[-132.275868,54.853705],[-132.310292,54.859931],[-132.325551,54.866278],[-132.31432,54.870673],[-132.302805,54.872382],[-132.27774,54.872504],[-132.27774,54.87934],[-132.315907,54.883002],[-132.335683,54.887885],[-132.349721,54.89643],[-132.352122,54.904608],[-132.349721,54.912299],[-132.349924,54.918036],[-132.359975,54.920315],[-132.36974,54.92121],[-132.37857,54.923977],[-132.386586,54.928412],[-132.39387,54.934556],[-132.378041,54.940131],[-132.369618,54.941555],[-132.35969,54.940823],[-132.367991,54.950995],[-132.387278,54.964423],[-132.39387,54.975531],[-132.394602,54.988227],[-132.390981,55.000963],[-132.380198,55.023383],[-132.402699,55.015286],[-132.412017,54.99372],[-132.414906,54.971503],[-132.41804,54.961249],[-132.415395,54.956],[-132.417551,54.943915],[-132.422597,54.930162],[-132.428578,54.920315],[-132.436147,54.916571],[-132.472971,54.907294],[-132.485585,54.907375],[-132.495269,54.908881],[-132.501454,54.913764],[-132.503733,54.924018],[-132.49767,54.933051],[-132.483632,54.935777],[-132.467885,54.936916],[-132.456532,54.940823],[-132.444163,54.963039],[-132.452219,54.980536],[-132.470815,54.993638],[-132.490061,55.002875],[-132.495473,54.965277],[-132.51887,54.944159],[-132.550201,54.940253],[-132.579416,54.954413],[-132.593414,54.968248],[-132.598134,54.97602],[-132.599924,54.9855],[-132.596018,54.989081],[-132.575347,54.977118],[-132.565785,54.975531],[-132.555531,54.986396],[-132.551869,55.000678],[-132.546498,55.012641],[-132.530995,55.016547],[-132.546702,55.020209],[-132.566965,55.02143],[-132.579498,55.027045],[-132.571929,55.04385],[-132.553456,55.052436],[-132.529897,55.050116],[-132.505279,55.044664],[-132.483795,55.04385],[-132.464955,55.050727],[-132.530995,55.058051],[-132.542958,55.070217],[-132.539174,55.083645],[-132.511138,55.112738],[-132.529286,55.115465],[-132.544911,55.121527],[-132.559804,55.124091],[-132.575673,55.116156],[-132.602854,55.069525],[-132.612904,55.064276],[-132.626617,55.085639],[-132.608551,55.119208],[-132.579091,55.151313],[-132.558339,55.167914],[-132.575836,55.174994],[-132.589182,55.186265],[-132.609853,55.211737],[-132.633209,55.230902],[-132.640207,55.240546],[-132.640859,55.25609],[-132.65746,55.241848],[-132.655832,55.21898],[-132.642445,55.19774],[-132.623769,55.188422],[-132.616119,55.181952],[-132.615305,55.16767],[-132.620473,55.153388],[-132.63093,55.146877],[-132.696116,55.146877],[-132.706858,55.149237],[-132.73644,55.167914],[-132.774892,55.183051],[-132.78482,55.188422],[-132.79898,55.205146],[-132.808217,55.228217],[-132.809316,55.251899],[-132.799143,55.270413],[-132.826731,55.275458],[-132.840443,55.274888],[-132.846303,55.266669],[-132.847768,55.257514],[-132.851226,55.248236],[-132.855621,55.240424],[-132.859975,55.235582],[-132.881703,55.225816],[-132.9287,55.217475],[-132.94933,55.208319],[-133.030426,55.214097],[-133.035024,55.225653],[-133.025543,55.23017],[-132.98351,55.235582],[-132.913726,55.264716],[-132.9051,55.271064],[-132.901519,55.28026],[-132.909779,55.285224],[-132.928293,55.283352],[-132.959584,55.276557],[-133.086537,55.276557],[-133.08373,55.272773],[-133.079091,55.262926],[-133.092193,55.270819],[-133.103912,55.279771],[-133.116119,55.287177],[-133.13093,55.290269],[-133.147206,55.288235],[-133.174062,55.279202],[-133.188873,55.276557],[-133.212961,55.279202],[-133.21703,55.288398],[-133.214915,55.301174],[-133.220286,55.314439],[-133.232493,55.322008],[-133.245513,55.327338],[-133.257069,55.33393],[-133.264638,55.345445],[-133.248199,55.347154],[-133.240346,55.354682],[-133.235911,55.364447],[-133.229888,55.372789],[-133.218007,55.380316],[-133.206614,55.384467],[-133.194081,55.386135],[-133.1787,55.38642],[-133.174224,55.385321],[-133.162424,55.379381],[-133.152496,55.372301],[-133.149729,55.374172],[-133.147776,55.378079],[-133.144195,55.380276],[-133.060658,55.368598],[-133.052358,55.365953],[-133.033355,55.353949],[-133.03189,55.352281],[-133.01773,55.350328],[-132.872426,55.359076],[-132.846303,55.352281],[-132.869862,55.363918],[-132.956166,55.372789],[-133.007802,55.388129],[-133.028717,55.40058],[-133.024485,55.413764],[-133.031077,55.422431],[-133.040679,55.426988],[-133.05248,55.428412],[-133.065419,55.427436],[-133.046702,55.437079],[-133.023793,55.444281],[-132.999623,55.448188],[-132.977284,55.447903],[-133.008209,55.457465],[-133.075307,55.451117],[-133.107004,55.462144],[-133.125844,55.483588],[-133.124867,55.502183],[-133.111643,55.519599],[-133.093373,55.537299],[-133.087026,55.54682],[-133.07787,55.570014],[-133.072865,55.578274],[-133.064117,55.582913],[-133.024485,55.5987],[-133.000152,55.614976],[-132.98648,55.621772],[-132.969838,55.626654],[-132.922678,55.627631],[-132.908355,55.63288],[-132.922963,55.637356],[-132.938344,55.639716],[-132.969838,55.639716],[-132.982777,55.63703],[-133.014516,55.626654],[-133.0631,55.623481],[-133.203603,55.5869],[-133.251291,55.584784],[-133.357045,55.616197],[-133.379058,55.629788],[-133.388173,55.650214],[-133.38679,55.662055],[-133.382192,55.669501],[-133.373769,55.673285],[-133.341461,55.67772],[-133.341949,55.685452],[-133.36026,55.701117],[-133.368153,55.703559],[-133.37857,55.704535],[-133.385243,55.709296],[-133.381947,55.722846],[-133.370432,55.733344],[-133.357533,55.730618],[-133.34553,55.721177],[-133.336334,55.711982],[-133.323964,55.709296],[-133.317983,55.726386],[-133.313466,55.749172],[-133.305653,55.763861],[-133.293365,55.757758],[-133.265207,55.747952],[-133.236684,55.745063],[-133.223704,55.760077],[-133.213979,55.783352],[-133.191396,55.797187],[-133.166086,55.807074],[-133.147939,55.818427],[-133.142974,55.832261],[-133.139882,55.85456],[-133.139801,55.876614],[-133.144195,55.889838],[-133.156361,55.896226],[-133.158844,55.890204],[-133.156646,55.880764],[-133.154775,55.876776],[-133.161122,55.865668],[-133.175038,55.865668],[-133.217681,55.883694],[-133.227284,55.89057],[-133.236724,55.900336],[-133.240875,55.90998],[-133.248647,55.935981],[-133.25414,55.941352],[-133.259755,55.945299],[-133.250356,55.953437],[-133.236806,55.959784],[-133.229888,55.958686],[-133.23176,55.970364],[-133.24413,55.996568],[-133.246205,56.03559],[-133.250234,56.055976],[-133.279124,56.076402],[-133.278147,56.102484],[-133.264638,56.147406],[-133.285512,56.167385],[-133.331207,56.172553],[-133.425404,56.167914],[-133.443471,56.169827],[-133.457753,56.174994],[-133.490305,56.191474],[-133.508372,56.191718],[-133.56192,56.183783],[-133.57311,56.184963],[-133.575999,56.188178],[-133.593007,56.202053],[-133.606272,56.209947],[-133.610992,56.210761],[-133.612172,56.212348],[-133.614735,56.22248],[-133.615387,56.230414],[-133.613393,56.247138],[-133.614735,56.25727],[-133.619049,56.260321],[-133.627105,56.264065],[-133.633901,56.269517],[-133.634592,56.277777],[-133.619618,56.289496],[-133.576324,56.292629],[-133.566314,56.304429],[-133.572662,56.314399],[-133.587799,56.327338],[-133.614735,56.345404],[-133.614735,56.352851],[-133.586781,56.352851]]],[[[-157.821889,56.317532],[-157.833323,56.313666],[-157.848826,56.31981],[-157.867421,56.32925],[-157.884877,56.333564],[-157.898386,56.339057],[-157.89741,56.347398],[-157.856557,56.362128],[-157.826161,56.36164],[-157.811391,56.356147],[-157.811269,56.353705],[-157.812734,56.349026],[-157.812327,56.342922],[-157.812327,56.342882],[-157.807322,56.335883],[-157.80602,56.328803],[-157.812449,56.32331],[-157.821889,56.317532]]],[[[-132.640859,56.442206],[-132.63268,56.43065],[-132.623402,56.408759],[-132.612904,56.400621],[-132.624379,56.3876],[-132.659657,56.368232],[-132.668202,56.352851],[-132.66393,56.341864],[-132.634633,56.304429],[-132.647206,56.282416],[-132.667958,56.274604],[-132.69164,56.270697],[-132.732737,56.251654],[-132.819651,56.236151],[-132.868886,56.243476],[-132.990875,56.311916],[-133.038889,56.330512],[-133.055247,56.344794],[-133.04894,56.362779],[-132.992828,56.418606],[-132.969838,56.434801],[-132.946685,56.445787],[-132.924224,56.451972],[-132.874257,56.455268],[-132.857574,56.453274],[-132.825592,56.444281],[-132.808746,56.442206],[-132.796742,56.443915],[-132.757558,56.455268],[-132.702952,56.462104],[-132.652903,56.448676],[-132.640859,56.442206]]],[[[-132.151519,56.351996],[-132.123891,56.343207],[-132.103017,56.349107],[-132.080881,56.361314],[-132.052805,56.362047],[-132.025136,56.353909],[-132.004018,56.339179],[-131.992747,56.322333],[-131.977691,56.285468],[-131.940094,56.233059],[-131.928049,56.210517],[-131.928334,56.194566],[-131.952219,56.185858],[-131.976877,56.190904],[-131.996205,56.188544],[-132.004018,56.157375],[-132.013254,56.141343],[-132.034291,56.128323],[-132.057281,56.120347],[-132.072336,56.119452],[-132.085032,56.132148],[-132.090728,56.148871],[-132.099192,56.162909],[-132.120107,56.167914],[-132.118031,56.156724],[-132.128774,56.158149],[-132.144643,56.16706],[-132.157948,56.178127],[-132.175771,56.189439],[-132.243031,56.202053],[-132.270416,56.214016],[-132.306467,56.234565],[-132.338246,56.257799],[-132.352895,56.277777],[-132.327138,56.330268],[-132.33019,56.342434],[-132.346669,56.359687],[-132.346506,56.370429],[-132.342356,56.376899],[-132.337026,56.383368],[-132.332997,56.393785],[-132.333363,56.407945],[-132.338938,56.422431],[-132.349192,56.437161],[-132.363393,56.45185],[-132.376617,56.471869],[-132.375356,56.488471],[-132.36205,56.494574],[-132.339223,56.483222],[-132.260894,56.45893],[-132.239898,56.445299],[-132.22761,56.429267],[-132.209137,56.395453],[-132.195872,56.380194],[-132.178131,56.367133],[-132.151519,56.351996]]],[[[-153.893503,56.535224],[-153.928171,56.516669],[-153.965688,56.504625],[-153.990712,56.507066],[-154.005971,56.513007],[-154.024648,56.511054],[-154.059275,56.503648],[-154.100331,56.502387],[-154.120595,56.504136],[-154.137807,56.510484],[-154.119089,56.523749],[-154.093129,56.536689],[-154.06904,56.541409],[-154.055816,56.530341],[-154.04365,56.547593],[-154.020457,56.555487],[-153.877146,56.565131],[-153.877146,56.552069],[-153.893503,56.535224]]],[[[-157.060618,56.582221],[-157.044749,56.572984],[-157.008778,56.563951],[-156.99238,56.555162],[-156.978261,56.536526],[-156.988352,56.530585],[-157.006296,56.533433],[-157.02595,56.549954],[-157.04894,56.552924],[-157.139475,56.552069],[-157.145497,56.548896],[-157.155873,56.53441],[-157.159983,56.530341],[-157.168568,56.531236],[-157.177927,56.535834],[-157.187734,56.538642],[-157.205434,56.530178],[-157.308705,56.530666],[-157.331248,56.524156],[-157.327097,56.534857],[-157.317576,56.548489],[-157.307118,56.560207],[-157.300526,56.565131],[-157.286366,56.568671],[-157.259267,56.583401],[-157.242502,56.585639],[-157.202626,56.582099],[-157.098582,56.59398],[-157.060618,56.582221]]],[[[-154.461415,56.605373],[-154.42516,56.593044],[-154.42516,56.593004],[-154.415639,56.58747],[-154.407908,56.579006],[-154.402089,56.568834],[-154.398508,56.558295],[-154.410634,56.547593],[-154.424062,56.541409],[-154.440134,56.53852],[-154.446645,56.538642],[-154.434519,56.541815],[-154.424794,56.548041],[-154.419016,56.558295],[-154.430287,56.556789],[-154.440745,56.554145],[-154.45051,56.550238],[-154.45995,56.544664],[-154.44282,56.581204],[-154.474843,56.59809],[-154.516713,56.590155],[-154.528879,56.552069],[-154.497996,56.530666],[-154.487538,56.516791],[-154.504954,56.510484],[-154.530995,56.508002],[-154.559682,56.501532],[-154.610789,56.483222],[-154.670725,56.44123],[-154.699818,56.426907],[-154.716908,56.410875],[-154.73823,56.398261],[-154.767812,56.400621],[-154.791249,56.430854],[-154.770497,56.470852],[-154.731435,56.508205],[-154.700144,56.530341],[-154.536326,56.597602],[-154.499338,56.605455],[-154.461415,56.605373]]],[[[-154.08259,56.606106],[-154.077463,56.591783],[-154.06843,56.580512],[-154.058095,56.570136],[-154.049062,56.558295],[-154.080759,56.57685],[-154.093455,56.578803],[-154.103993,56.574897],[-154.10204,56.566148],[-154.093088,56.557074],[-154.08259,56.552069],[-154.090566,56.546698],[-154.138905,56.531684],[-154.14155,56.530341],[-154.158315,56.52619],[-154.191396,56.50788],[-154.210072,56.503648],[-154.280141,56.506578],[-154.322133,56.515082],[-154.333811,56.519599],[-154.341624,56.528144],[-154.350087,56.544664],[-154.337758,56.56391],[-154.310414,56.583808],[-154.279001,56.597805],[-154.24767,56.606106],[-154.226186,56.608344],[-154.16572,56.606106],[-154.124094,56.612616],[-154.103017,56.613186],[-154.08259,56.606106]]],[[[-169.742991,56.620347],[-169.608022,56.603339],[-169.580881,56.609524],[-169.556996,56.618109],[-169.523142,56.616278],[-169.491526,56.60692],[-169.474355,56.593004],[-169.515085,56.578518],[-169.55016,56.556952],[-169.586903,56.541409],[-169.63268,56.544664],[-169.653025,56.554145],[-169.678456,56.576117],[-169.693471,56.585639],[-169.766225,56.606879],[-169.789052,56.620347],[-169.742991,56.620347]]],[[[-132.882232,56.801174],[-132.870513,56.797838],[-132.833648,56.79914],[-132.816314,56.797349],[-132.751943,56.759223],[-132.743886,56.746975],[-132.733266,56.725979],[-132.709788,56.709906],[-132.686269,56.698676],[-132.675649,56.692084],[-132.671457,56.683824],[-132.661529,56.679633],[-132.640859,56.674994],[-132.62914,56.669013],[-132.623362,56.665269],[-132.608388,56.648017],[-132.599192,56.633775],[-132.593088,56.626532],[-132.583811,56.618109],[-132.577219,56.614081],[-132.558339,56.606106],[-132.548492,56.603746],[-132.539703,56.603502],[-132.533437,56.600328],[-132.530995,56.589301],[-132.533437,56.580308],[-132.539459,56.576402],[-132.547353,56.573879],[-132.555247,56.568549],[-132.57372,56.559475],[-132.621571,56.555732],[-132.637766,56.548407],[-132.650461,56.537055],[-132.666168,56.529731],[-132.68399,56.527167],[-132.702952,56.530341],[-132.717844,56.540961],[-132.732045,56.554511],[-132.74706,56.559516],[-132.764394,56.544664],[-132.730133,56.521186],[-132.722768,56.510484],[-132.740549,56.508246],[-132.773671,56.499091],[-132.791656,56.496894],[-132.918609,56.507025],[-132.937489,56.517564],[-132.94518,56.536566],[-132.954498,56.592271],[-132.952219,56.60163],[-132.942494,56.612942],[-132.928049,56.619696],[-132.890859,56.629381],[-132.881093,56.640204],[-132.886586,56.65058],[-132.922027,56.688666],[-132.924143,56.702216],[-132.923411,56.717922],[-132.920155,56.732815],[-132.914622,56.743842],[-132.924428,56.757554],[-132.959584,56.787991],[-132.962799,56.799791],[-132.951527,56.810452],[-132.922027,56.825832],[-132.882232,56.801174]]],[[[-133.986684,56.865627],[-133.990834,56.832017],[-133.971262,56.836412],[-133.964101,56.831122],[-133.956695,56.797838],[-133.951487,56.802395],[-133.941029,56.807847],[-133.935618,56.812201],[-133.930084,56.801581],[-133.91926,56.77025],[-133.912668,56.763739],[-133.904897,56.760647],[-133.904856,56.753852],[-133.909332,56.746975],[-133.923004,56.740709],[-133.922841,56.7331],[-133.920806,56.723944],[-133.922597,56.715969],[-133.927317,56.712226],[-133.938791,56.706204],[-133.943023,56.702338],[-133.955068,56.678412],[-133.959828,56.671291],[-133.972646,56.660142],[-133.987172,56.655178],[-134.025014,56.653876],[-133.993764,56.639228],[-133.964345,56.643256],[-133.9381,56.659369],[-133.916371,56.68122],[-133.916249,56.687201],[-133.91983,56.694159],[-133.920766,56.699897],[-133.912668,56.702338],[-133.903188,56.703274],[-133.885487,56.707506],[-133.877553,56.708564],[-133.870758,56.714911],[-133.863108,56.729682],[-133.856679,56.745917],[-133.853668,56.756903],[-133.858225,56.78026],[-133.865875,56.800971],[-133.862375,56.809882],[-133.83316,56.797838],[-133.813059,56.78148],[-133.801178,56.777004],[-133.768422,56.785712],[-133.750152,56.783759],[-133.732533,56.778144],[-133.717152,56.771186],[-133.775136,56.698879],[-133.780344,56.686428],[-133.773101,56.676459],[-133.760081,56.669908],[-133.732167,56.663153],[-133.728627,56.653062],[-133.730295,56.641791],[-133.730133,56.633979],[-133.705678,56.604153],[-133.709543,56.594713],[-133.735911,56.567125],[-133.745432,56.561957],[-133.756947,56.559149],[-133.771799,56.558295],[-133.779693,56.563381],[-133.792104,56.58869],[-133.799062,56.5987],[-133.823842,56.607733],[-133.9051,56.620347],[-133.922597,56.616645],[-133.91039,56.601467],[-133.857737,56.58747],[-133.847483,56.565131],[-133.851959,56.56391],[-133.871897,56.535956],[-133.874176,56.530341],[-133.886545,56.5244],[-133.90925,56.520087],[-133.919504,56.513617],[-133.920237,56.505194],[-133.910146,56.497545],[-133.895985,56.492133],[-133.884674,56.490058],[-133.869293,56.486802],[-133.862904,56.478583],[-133.859609,56.467353],[-133.853668,56.455268],[-133.847808,56.450629],[-133.825754,56.442206],[-133.845204,56.434394],[-133.887847,56.44009],[-133.908925,56.434801],[-133.897369,56.424302],[-133.883534,56.418443],[-133.875356,56.41059],[-133.880971,56.393785],[-133.887847,56.392646],[-133.898793,56.394477],[-133.909576,56.390815],[-133.916371,56.373358],[-133.859364,56.359117],[-133.843739,56.349107],[-133.841624,56.337592],[-133.853586,56.310492],[-133.847483,56.298245],[-133.868967,56.284735],[-133.898752,56.306342],[-133.930247,56.339301],[-133.956695,56.359687],[-133.972524,56.3605],[-133.975087,56.351386],[-133.971913,56.336168],[-133.970367,56.318752],[-133.975942,56.29621],[-133.981272,56.283881],[-133.978505,56.278754],[-133.959828,56.277777],[-133.923085,56.280829],[-133.908111,56.276353],[-133.891916,56.229804],[-133.895579,56.219957],[-133.943837,56.211982],[-133.944692,56.201606],[-133.926259,56.173489],[-133.920237,56.166897],[-133.916168,56.159003],[-133.919504,56.150539],[-133.937734,56.13703],[-133.940989,56.130194],[-133.935618,56.119452],[-133.941477,56.103095],[-133.949127,56.092353],[-133.961252,56.086493],[-133.980336,56.084662],[-133.993967,56.087877],[-134.030507,56.104722],[-134.039296,56.112616],[-134.036692,56.123196],[-134.009267,56.185126],[-134.017242,56.196967],[-134.0301,56.207221],[-134.039296,56.216295],[-134.037994,56.238715],[-134.03185,56.274563],[-134.032582,56.30683],[-134.052317,56.318752],[-134.069081,56.302802],[-134.067698,56.273993],[-134.072418,56.248603],[-134.107533,56.242987],[-134.09024,56.192694],[-134.121978,56.179755],[-134.167104,56.182115],[-134.190094,56.178127],[-134.16218,56.13996],[-134.150624,56.136949],[-134.145416,56.13996],[-134.140981,56.144843],[-134.131174,56.147406],[-134.103586,56.140286],[-134.099721,56.123847],[-134.100453,56.105292],[-134.086415,56.09219],[-134.091949,56.082709],[-134.100494,56.076077],[-134.121205,56.064846],[-134.107981,56.053046],[-134.100982,56.032294],[-134.102406,56.010728],[-134.114369,55.996568],[-134.129384,55.999457],[-134.14859,56.011664],[-134.157541,56.028144],[-134.141672,56.043769],[-134.163238,56.053616],[-134.210683,56.062812],[-134.224233,56.078518],[-134.210032,56.087226],[-134.207753,56.098578],[-134.216217,56.108385],[-134.234202,56.112616],[-134.236887,56.118109],[-134.225413,56.130194],[-134.200063,56.150539],[-134.197174,56.162055],[-134.212717,56.168362],[-134.231272,56.170111],[-134.237294,56.167914],[-134.247304,56.178371],[-134.250111,56.188178],[-134.251536,56.216295],[-134.255198,56.228461],[-134.263051,56.246283],[-134.264556,56.260403],[-134.257232,56.271633],[-134.224762,56.257636],[-134.217397,56.267239],[-134.217193,56.282294],[-134.21467,56.291327],[-134.206654,56.297593],[-134.190094,56.304429],[-134.164418,56.306098],[-134.160064,56.312405],[-134.169586,56.332343],[-134.184071,56.326158],[-134.231068,56.311916],[-134.244618,56.3015],[-134.251536,56.298245],[-134.262115,56.295315],[-134.272084,56.293891],[-134.281972,56.294664],[-134.292551,56.298245],[-134.292551,56.304429],[-134.259918,56.315904],[-134.265981,56.330552],[-134.282704,56.346625],[-134.281972,56.362779],[-134.270172,56.365709],[-134.237701,56.365546],[-134.231068,56.369615],[-134.239166,56.404486],[-134.237294,56.414293],[-134.228424,56.420233],[-134.218495,56.416734],[-134.207672,56.410549],[-134.196278,56.408108],[-134.180409,56.412502],[-134.177235,56.418687],[-134.180247,56.427232],[-134.182688,56.438544],[-134.178375,56.441352],[-134.169016,56.434638],[-134.159576,56.423],[-134.155344,56.4112],[-134.155344,56.365912],[-134.14623,56.373684],[-134.114369,56.393785],[-134.115387,56.396064],[-134.116322,56.400946],[-134.113637,56.405829],[-134.104115,56.408108],[-134.08023,56.400621],[-134.069488,56.389594],[-134.060374,56.375922],[-134.050893,56.367743],[-134.039296,56.373358],[-134.036,56.383043],[-134.036041,56.409613],[-134.03185,56.421129],[-134.040924,56.432807],[-134.060414,56.448065],[-134.066558,56.462104],[-134.067372,56.477607],[-134.061594,56.48432],[-134.04955,56.483385],[-134.03185,56.475735],[-134.034413,56.485907],[-134.039784,56.497301],[-134.04719,56.506659],[-134.05602,56.510484],[-134.059478,56.515286],[-134.064198,56.537502],[-134.066558,56.544664],[-134.081776,56.551581],[-134.092641,56.535956],[-134.104115,56.512844],[-134.121205,56.496894],[-134.13915,56.498725],[-134.15567,56.512356],[-134.172231,56.530178],[-134.190094,56.544664],[-134.218007,56.556789],[-134.246938,56.563381],[-134.276479,56.564032],[-134.306142,56.558295],[-134.306142,56.565131],[-134.22761,56.607408],[-134.184071,56.615912],[-134.159535,56.62995],[-134.141672,56.633979],[-134.106109,56.628974],[-134.093332,56.631537],[-134.086415,56.64704],[-134.116811,56.653795],[-134.144032,56.651923],[-134.224721,56.623684],[-134.246897,56.620103],[-134.266021,56.626858],[-134.285715,56.64704],[-134.263499,56.655422],[-134.241282,56.656073],[-134.224233,56.661689],[-134.217397,56.684882],[-134.222727,56.694403],[-134.234486,56.696967],[-134.246246,56.69538],[-134.251536,56.692084],[-134.25357,56.676337],[-134.259877,56.6706],[-134.306752,56.665758],[-134.333974,56.668362],[-134.357574,56.676581],[-134.367584,56.692084],[-134.391835,56.719062],[-134.397084,56.72956],[-134.395131,56.741645],[-134.388092,56.756903],[-134.391184,56.780097],[-134.405385,56.81977],[-134.408559,56.842922],[-134.40567,56.852688],[-134.398305,56.860256],[-134.388499,56.865058],[-134.378163,56.866848],[-134.361155,56.863593],[-134.350982,56.855414],[-134.333485,56.832017],[-134.300649,56.803412],[-134.280873,56.792792],[-134.272043,56.801581],[-134.277211,56.821357],[-134.289784,56.834784],[-134.305287,56.846259],[-134.319203,56.859931],[-134.328236,56.888739],[-134.306142,56.897895],[-134.234202,56.89411],[-134.220326,56.88996],[-134.182688,56.859931],[-134.166819,56.85399],[-134.146555,56.848944],[-134.125559,56.846015],[-134.107533,56.84634],[-134.107533,56.853095],[-134.121938,56.862006],[-134.141428,56.884955],[-134.155344,56.89411],[-134.197133,56.900336],[-134.21345,56.907131],[-134.210561,56.922024],[-134.223459,56.929023],[-134.264556,56.941881],[-134.239613,56.941148],[-134.175852,56.922024],[-134.128326,56.91706],[-134.105946,56.912258],[-134.086415,56.900336],[-134.051747,56.895209],[-134.012685,56.885159],[-133.986684,56.865627]]],[[[-133.764638,57.076809],[-133.671946,57.060248],[-133.582875,57.050035],[-133.545806,57.038072],[-133.49059,57.031236],[-133.464711,57.024563],[-133.413482,57.003323],[-133.388173,56.997138],[-133.335113,56.997382],[-133.315907,56.990871],[-133.298736,56.969184],[-133.290435,56.950751],[-133.279897,56.933336],[-133.263254,56.925279],[-133.236724,56.935045],[-133.275258,56.966254],[-133.293284,56.988349],[-133.298736,57.010199],[-133.239125,56.996405],[-133.10912,56.998725],[-133.052358,56.982856],[-133.043324,56.965806],[-133.025217,56.950507],[-133.002675,56.939358],[-132.980377,56.935045],[-132.96996,56.925971],[-132.955922,56.905097],[-132.935658,56.866848],[-132.937001,56.850287],[-132.948638,56.834621],[-132.966664,56.822943],[-132.987172,56.818427],[-132.991078,56.808417],[-132.979237,56.786811],[-132.956166,56.756903],[-132.952748,56.746731],[-132.949086,56.709052],[-132.950836,56.701972],[-132.94933,56.695461],[-132.946197,56.691067],[-132.94164,56.687649],[-132.937489,56.683824],[-132.935658,56.678127],[-132.933949,56.641588],[-132.941396,56.626532],[-132.963002,56.612942],[-132.9735,56.609442],[-132.999176,56.605536],[-133.010813,56.606106],[-133.024648,56.612738],[-133.05012,56.635321],[-133.062001,56.640204],[-133.085561,56.646145],[-133.110911,56.66059],[-133.185658,56.721625],[-133.19811,56.736762],[-133.207428,56.770941],[-133.218414,56.787665],[-133.233632,56.801907],[-133.250356,56.812201],[-133.257883,56.800686],[-133.27599,56.804633],[-133.331288,56.834377],[-133.346425,56.837592],[-133.350738,56.832261],[-133.323638,56.799058],[-133.322418,56.786689],[-133.325754,56.775621],[-133.326731,56.763739],[-133.319692,56.75023],[-133.305084,56.735419],[-133.286733,56.727118],[-133.268381,56.733059],[-133.251047,56.742743],[-133.234364,56.742011],[-133.221791,56.731635],[-133.216868,56.712226],[-133.216868,56.678127],[-133.220855,56.670111],[-133.239125,56.657375],[-133.24413,56.64704],[-133.24234,56.634101],[-133.235219,56.635565],[-133.227447,56.642768],[-133.223704,56.64704],[-133.212636,56.646389],[-133.19225,56.641425],[-133.161936,56.638088],[-133.132883,56.631659],[-133.107086,56.620998],[-133.093373,56.606106],[-133.107004,56.5987],[-133.120025,56.605048],[-133.135894,56.609849],[-133.152699,56.612738],[-133.168446,56.612942],[-133.168446,56.606106],[-133.114084,56.593004],[-133.100738,56.585639],[-133.093902,56.573676],[-133.086985,56.543647],[-133.079091,56.530341],[-133.134348,56.530341],[-133.12442,56.510728],[-133.12385,56.491767],[-133.131907,56.475002],[-133.147939,56.462104],[-133.160024,56.457709],[-133.172963,56.455756],[-133.199534,56.455268],[-133.223704,56.462104],[-133.228871,56.465522],[-133.233022,56.47012],[-133.236684,56.475735],[-133.264312,56.479071],[-133.319976,56.471991],[-133.346588,56.475735],[-133.3579,56.483791],[-133.36266,56.492987],[-133.369049,56.500556],[-133.385081,56.503648],[-133.435943,56.503648],[-133.426625,56.498765],[-133.418853,56.492662],[-133.412831,56.485093],[-133.408599,56.475735],[-133.429311,56.475084],[-133.422475,56.463609],[-133.441314,56.453803],[-133.52717,56.439032],[-133.621246,56.442206],[-133.659413,56.464179],[-133.654164,56.556708],[-133.689198,56.571967],[-133.679433,56.584052],[-133.646067,56.592597],[-133.634592,56.606106],[-133.654652,56.605536],[-133.659047,56.614732],[-133.65803,56.628241],[-133.661855,56.640204],[-133.674224,56.648261],[-133.685862,56.652533],[-133.695668,56.659369],[-133.70287,56.674994],[-133.701527,56.694648],[-133.692983,56.711249],[-133.687856,56.730129],[-133.696645,56.756903],[-133.682118,56.759589],[-133.677317,56.765286],[-133.679433,56.772854],[-133.68578,56.781155],[-133.692698,56.792792],[-133.688954,56.798774],[-133.677642,56.798326],[-133.661855,56.791083],[-133.670033,56.813422],[-133.673085,56.837348],[-133.67927,56.853705],[-133.696645,56.853095],[-133.697581,56.849555],[-133.695912,56.836005],[-133.696645,56.832017],[-133.702056,56.829413],[-133.715321,56.825507],[-133.72057,56.822089],[-133.729237,56.814643],[-133.74059,56.808905],[-133.752919,56.807318],[-133.764963,56.812201],[-133.751291,56.818427],[-133.751291,56.825832],[-133.76651,56.824937],[-133.781239,56.826565],[-133.794789,56.831122],[-133.806508,56.839504],[-133.8037,56.843329],[-133.799062,56.853095],[-133.811879,56.852525],[-133.820139,56.855414],[-133.822906,56.86225],[-133.819569,56.872992],[-133.836334,56.871894],[-133.850331,56.86815],[-133.863433,56.867743],[-133.877553,56.87641],[-133.890452,56.893378],[-133.888173,56.901435],[-133.876536,56.902899],[-133.861155,56.900336],[-133.795522,56.881496],[-133.76301,56.880072],[-133.73762,56.89411],[-133.754954,56.90058],[-133.839182,56.919501],[-133.888417,56.955512],[-134.018178,57.017564],[-134.018178,57.02383],[-134.013173,57.029242],[-134.01122,57.036119],[-134.011342,57.055162],[-134.004384,57.063666],[-133.988108,57.066474],[-133.95641,57.065375],[-133.945383,57.066881],[-133.933013,57.070746],[-133.921457,57.076321],[-133.912668,57.08275],[-133.900706,57.089342],[-133.887034,57.090033],[-133.764638,57.076809]]],[[[-153.180857,57.174994],[-153.212351,57.133694],[-153.154408,57.164537],[-153.123769,57.1706],[-153.101064,57.179755],[-153.089467,57.181464],[-153.079661,57.179104],[-153.068471,57.170356],[-153.05842,57.168443],[-152.979237,57.176418],[-152.95226,57.174628],[-152.933665,57.162055],[-152.920277,57.157945],[-152.907867,57.16474],[-152.899973,57.16474],[-152.888743,57.15884],[-152.884511,57.14997],[-152.910512,57.131903],[-152.926137,57.125963],[-153.006907,57.113837],[-153.01594,57.117499],[-153.020131,57.123358],[-153.024607,57.127875],[-153.03425,57.127427],[-153.059031,57.114691],[-153.083363,57.098375],[-153.110789,57.088813],[-153.144724,57.096137],[-153.159535,57.097113],[-153.194081,57.082953],[-153.209218,57.079047],[-153.215647,57.072211],[-153.218739,57.057034],[-153.219797,57.034654],[-153.235585,57.009833],[-153.272165,56.998521],[-153.313222,56.997626],[-153.342722,57.003974],[-153.325551,57.02204],[-153.322214,57.02383],[-153.326853,57.031724],[-153.333689,57.035712],[-153.342722,57.038072],[-153.341379,57.052924],[-153.331899,57.059882],[-153.321156,57.064643],[-153.316029,57.072821],[-153.329091,57.080024],[-153.359364,57.068508],[-153.391835,57.060736],[-153.41161,57.079047],[-153.395131,57.083319],[-153.362172,57.096747],[-153.338328,57.101752],[-153.338612,57.106676],[-153.344594,57.111518],[-153.353586,57.113837],[-153.361684,57.11225],[-153.379954,57.106391],[-153.391103,57.106391],[-153.378977,57.117621],[-153.342722,57.141099],[-153.309763,57.170315],[-153.298329,57.174628],[-153.290761,57.178656],[-153.270131,57.198228],[-153.260487,57.205634],[-153.244374,57.211005],[-153.229237,57.210639],[-153.22114,57.203518],[-153.226023,57.1883],[-153.187327,57.185004],[-153.180857,57.174994]]],[[[-170.13679,57.224555],[-170.145375,57.209418],[-170.149526,57.205756],[-170.154246,57.199897],[-170.15803,57.192572],[-170.16218,57.174791],[-170.168568,57.169013],[-170.203074,57.154364],[-170.255238,57.141099],[-170.254099,57.129299],[-170.262807,57.118883],[-170.276438,57.110989],[-170.289988,57.106391],[-170.275339,57.127143],[-170.272206,57.136542],[-170.275706,57.147935],[-170.281728,57.14761],[-170.319895,57.15469],[-170.347279,57.147366],[-170.365956,57.148586],[-170.385203,57.153551],[-170.399241,57.161038],[-170.407094,57.171129],[-170.412099,57.184801],[-170.409901,57.196845],[-170.396108,57.201972],[-170.358266,57.201972],[-170.34789,57.20425],[-170.333119,57.214016],[-170.323801,57.216254],[-170.262807,57.214016],[-170.241567,57.216254],[-170.14741,57.234076],[-170.135691,57.242743],[-170.123036,57.250149],[-170.104441,57.250393],[-170.113352,57.239895],[-170.13679,57.224555]]],[[[-135.568715,57.241197],[-135.553782,57.229926],[-135.570872,57.222968],[-135.591054,57.224311],[-135.628245,57.236721],[-135.614369,57.223578],[-135.606272,57.209459],[-135.602447,57.192776],[-135.601552,57.171576],[-135.59557,57.154608],[-135.580881,57.148139],[-135.562734,57.145819],[-135.546295,57.141099],[-135.565012,57.112291],[-135.601633,57.035549],[-135.628245,57.010199],[-135.642079,57.008205],[-135.674184,57.011705],[-135.686879,57.007025],[-135.696685,57.001044],[-135.707509,56.99844],[-135.841135,56.989691],[-135.831532,57.050482],[-135.82315,57.079779],[-135.806996,57.099555],[-135.791371,57.106106],[-135.762074,57.114163],[-135.727203,57.142524],[-135.717519,57.153469],[-135.710805,57.168443],[-135.779693,57.165717],[-135.809722,57.173],[-135.820668,57.195746],[-135.815053,57.207709],[-135.797719,57.228827],[-135.80016,57.236721],[-135.812408,57.238593],[-135.842356,57.226508],[-135.855377,57.22309],[-135.839223,57.245673],[-135.837514,57.25552],[-135.847971,57.264635],[-135.825266,57.284084],[-135.833974,57.306342],[-135.843739,57.324693],[-135.824086,57.332343],[-135.724762,57.328925],[-135.615224,57.284491],[-135.598622,57.271918],[-135.568715,57.241197]]],[[[-152.298183,57.363155],[-152.315124,57.363121],[-152.299935,57.374118],[-152.288189,57.396985],[-152.26273,57.39063],[-152.255922,57.384243],[-152.267744,57.375087],[-152.298183,57.363155]]],[[[-153.829294,57.451077],[-153.843577,57.436225],[-153.867787,57.452582],[-153.881459,57.476142],[-153.887074,57.49494],[-153.887807,57.508979],[-153.88036,57.515204],[-153.875844,57.521715],[-153.875722,57.533108],[-153.867909,57.543362],[-153.84675,57.540595],[-153.831492,57.525702],[-153.831776,57.509996],[-153.833811,57.502021],[-153.830678,57.485256],[-153.829294,57.451077]]],[[[-135.409779,57.448961],[-135.396067,57.442694],[-135.382924,57.445299],[-135.354563,57.462633],[-135.316518,57.478339],[-135.295033,57.481635],[-135.285634,57.472846],[-135.277415,57.46133],[-135.25829,57.466295],[-135.236643,57.4772],[-135.220774,57.4831],[-135.180287,57.480699],[-135.142242,57.469428],[-135.15331,57.452948],[-135.191233,57.443183],[-135.203684,57.428534],[-135.181996,57.436754],[-135.156239,57.441311],[-135.130279,57.441107],[-135.060374,57.422919],[-135.052846,57.418606],[-135.045155,57.411444],[-135.008127,57.403469],[-134.994781,57.397773],[-134.909495,57.339789],[-134.909495,57.332343],[-134.952463,57.342475],[-134.998199,57.346584],[-134.998199,57.339789],[-134.950429,57.325507],[-134.950429,57.319281],[-134.971059,57.312445],[-134.978831,57.30683],[-134.984527,57.298163],[-134.965972,57.298285],[-134.958323,57.300482],[-134.950429,57.305609],[-134.939076,57.299506],[-134.932973,57.291246],[-134.930409,57.280829],[-134.930002,57.267768],[-134.923492,57.259223],[-134.908681,57.256334],[-134.852854,57.260321],[-134.838979,57.257799],[-134.833119,57.246649],[-134.832834,57.232815],[-134.834055,57.221625],[-134.84024,57.215399],[-134.854848,57.216254],[-134.826161,57.197455],[-134.808258,57.181383],[-134.808258,57.164008],[-134.833119,57.141099],[-134.810658,57.133979],[-134.786488,57.117987],[-134.77538,57.09809],[-134.792144,57.079047],[-134.774526,57.079169],[-134.76122,57.072821],[-134.751576,57.062812],[-134.744985,57.051744],[-134.743316,57.043891],[-134.746816,57.03144],[-134.744985,57.02383],[-134.740712,57.021186],[-134.734486,57.020738],[-134.728261,57.018378],[-134.723866,57.010199],[-134.723948,56.996039],[-134.732533,56.976752],[-134.731313,56.962958],[-134.723541,56.952948],[-134.713735,56.946031],[-134.70934,56.937323],[-134.717681,56.922024],[-134.693593,56.908393],[-134.686187,56.8935],[-134.689768,56.849677],[-134.683176,56.835639],[-134.641347,56.797838],[-134.651926,56.778062],[-134.646148,56.765326],[-134.633046,56.755316],[-134.62149,56.743842],[-134.616119,56.728461],[-134.607818,56.595893],[-134.612457,56.56509],[-134.614613,56.558295],[-134.624176,56.547431],[-134.628285,56.54857],[-134.632192,56.556342],[-134.641347,56.565131],[-134.642568,56.570461],[-134.650299,56.582261],[-134.659006,56.58808],[-134.663075,56.575385],[-134.66926,56.537828],[-134.626047,56.486233],[-134.624908,56.472642],[-134.634999,56.455512],[-134.63268,56.439114],[-134.625559,56.424018],[-134.62149,56.4112],[-134.622467,56.390774],[-134.626454,56.372138],[-134.634755,56.355048],[-134.648793,56.339179],[-134.627594,56.33039],[-134.631744,56.309272],[-134.663075,56.25727],[-134.634633,56.269721],[-134.626373,56.261461],[-134.632965,56.240871],[-134.648793,56.216295],[-134.641347,56.208889],[-134.656239,56.174709],[-134.66747,56.170396],[-134.689768,56.181545],[-134.672597,56.205634],[-134.66926,56.216295],[-134.673736,56.219428],[-134.682932,56.229315],[-134.694651,56.233344],[-134.699574,56.230414],[-134.702219,56.225287],[-134.707143,56.22248],[-134.735707,56.217922],[-134.749989,56.217353],[-134.765492,56.22248],[-134.75121,56.236151],[-134.772125,56.237209],[-134.787343,56.244818],[-134.796498,56.257636],[-134.799631,56.274359],[-134.803375,56.281562],[-134.81192,56.28498],[-134.821197,56.287177],[-134.826975,56.290758],[-134.829172,56.299547],[-134.829213,56.309882],[-134.826975,56.325588],[-134.847564,56.329047],[-134.867502,56.325385],[-134.882436,56.329576],[-134.888336,56.356269],[-134.892201,56.36107],[-134.911448,56.376776],[-134.919097,56.380194],[-134.925689,56.385159],[-134.93102,56.396226],[-134.936838,56.414293],[-134.942372,56.421576],[-134.998199,56.472642],[-135.003896,56.490709],[-135.017893,56.509019],[-135.035715,56.525458],[-135.052846,56.537828],[-135.043446,56.539252],[-135.034535,56.542222],[-135.026357,56.546536],[-135.019358,56.552069],[-135.033274,56.560289],[-135.037506,56.568549],[-135.032623,56.57685],[-135.019358,56.585639],[-134.998362,56.588609],[-134.947011,56.587307],[-134.936838,56.595893],[-134.927602,56.620429],[-134.904856,56.646064],[-134.847401,56.688666],[-134.86856,56.688178],[-134.883778,56.685492],[-134.897084,56.678209],[-134.912587,56.664455],[-134.933705,56.63996],[-134.945872,56.630439],[-134.961008,56.626532],[-134.978627,56.631985],[-134.983713,56.644924],[-134.981597,56.660793],[-134.971913,56.692572],[-134.964467,56.702541],[-134.953359,56.709052],[-134.936838,56.715969],[-134.962636,56.721137],[-134.984731,56.714545],[-134.999989,56.697577],[-135.012318,56.650214],[-135.028472,56.631334],[-135.048411,56.616156],[-135.066518,56.606106],[-135.092763,56.597968],[-135.109771,56.601752],[-135.119008,56.617133],[-135.121734,56.643622],[-135.119496,56.662502],[-135.112213,56.678697],[-135.099355,56.69359],[-135.08019,56.708564],[-135.014272,56.739407],[-134.994781,56.753485],[-134.99885,56.761664],[-135.014638,56.771064],[-135.031809,56.775133],[-135.039784,56.767524],[-135.044993,56.759223],[-135.137034,56.694525],[-135.164133,56.685207],[-135.175771,56.679023],[-135.187896,56.676744],[-135.200551,56.684882],[-135.20226,56.694729],[-135.194081,56.702826],[-135.182932,56.709784],[-135.175771,56.715969],[-135.177358,56.725979],[-135.184438,56.734931],[-135.185536,56.7414],[-135.154693,56.745917],[-135.152089,56.751654],[-135.154856,56.760321],[-135.158925,56.79206],[-135.158681,56.800238],[-135.15274,56.808783],[-135.1433,56.815619],[-135.135406,56.819322],[-135.128529,56.823472],[-135.121734,56.832017],[-135.174224,56.826361],[-135.269276,56.789008],[-135.320953,56.797838],[-135.307362,56.820868],[-135.325673,56.825507],[-135.353342,56.824164],[-135.367543,56.828925],[-135.367787,56.87401],[-135.36026,56.8876],[-135.340891,56.879828],[-135.324574,56.890774],[-135.305898,56.890692],[-135.294504,56.892157],[-135.299916,56.907701],[-135.313791,56.920722],[-135.334218,56.931057],[-135.356272,56.9383],[-135.374989,56.941881],[-135.369049,56.943834],[-135.363759,56.946275],[-135.354563,56.955512],[-135.350006,56.970404],[-135.330881,56.978583],[-135.308949,56.982123],[-135.289377,56.982856],[-135.282338,56.985297],[-135.262929,56.996894],[-135.258901,57.000556],[-135.253977,57.00373],[-135.229563,57.004543],[-135.203359,57.013495],[-135.164052,57.013617],[-135.156565,57.020697],[-135.165354,57.041734],[-135.185902,57.04564],[-135.22761,57.038072],[-135.267934,57.039862],[-135.310292,57.047349],[-135.348134,57.06391],[-135.374989,57.092719],[-135.378163,57.12873],[-135.35025,57.149359],[-135.307607,57.158759],[-135.266428,57.161038],[-135.266428,57.168443],[-135.289662,57.174628],[-135.310129,57.17768],[-135.329172,57.176093],[-135.348297,57.168443],[-135.376861,57.150092],[-135.394154,57.147366],[-135.412913,57.157904],[-135.412587,57.169623],[-135.397694,57.182074],[-135.378285,57.19184],[-135.36441,57.195746],[-135.364166,57.204047],[-135.334055,57.250393],[-135.412953,57.244778],[-135.429596,57.246649],[-135.455963,57.253323],[-135.481516,57.248969],[-135.506012,57.241034],[-135.529205,57.236721],[-135.542836,57.242987],[-135.577707,57.287909],[-135.639231,57.31684],[-135.648752,57.328925],[-135.673207,57.349677],[-135.674957,57.358629],[-135.662424,57.363756],[-135.645823,57.366197],[-135.604237,57.367743],[-135.485666,57.35102],[-135.475331,57.354315],[-135.471181,57.363593],[-135.478586,57.368313],[-135.525787,57.373928],[-135.567047,57.389472],[-135.585846,57.392564],[-135.608998,57.3876],[-135.602203,57.397895],[-135.591624,57.404975],[-135.550649,57.423774],[-135.547597,57.427436],[-135.547434,57.431789],[-135.54011,57.442206],[-135.533193,57.447211],[-135.516469,57.454413],[-135.508778,57.45954],[-135.504709,57.466498],[-135.506581,57.472357],[-135.510365,57.477729],[-135.512115,57.4831],[-135.512807,57.490465],[-135.517812,57.501614],[-135.519032,57.50731],[-135.51537,57.515611],[-135.506744,57.517768],[-135.496571,57.518012],[-135.488271,57.520982],[-135.436513,57.549994],[-135.381174,57.553616],[-135.327056,57.538398],[-135.279408,57.511054],[-135.310536,57.490871],[-135.381825,57.47134],[-135.409779,57.448961]]],[[[-152.4228,57.96426],[-152.424306,57.952094],[-152.417104,57.943996],[-152.416982,57.93887],[-152.422963,57.934312],[-152.417104,57.930365],[-152.388295,57.9265],[-152.360829,57.926744],[-152.355295,57.925971],[-152.343902,57.923326],[-152.336374,57.921698],[-152.325388,57.916002],[-152.330149,57.907457],[-152.356191,57.893948],[-152.360666,57.888902],[-152.369374,57.88642],[-152.381174,57.889228],[-152.397328,57.896064],[-152.485951,57.914537],[-152.504832,57.925727],[-152.492624,57.940619],[-152.483144,57.948472],[-152.487864,57.950263],[-152.489084,57.954006],[-152.490305,57.956692],[-152.492014,57.957221],[-152.494456,57.958197],[-152.492747,57.961575],[-152.483957,57.963121],[-152.47468,57.960883],[-152.46345,57.95954],[-152.432322,57.969184],[-152.4228,57.96426]]],[[[-153.260813,57.887844],[-153.228749,57.853909],[-153.212961,57.830308],[-153.212351,57.81269],[-153.22411,57.811591],[-153.281239,57.818915],[-153.283925,57.821438],[-153.287465,57.826361],[-153.292958,57.831041],[-153.301747,57.833197],[-153.319651,57.83454],[-153.327707,57.836412],[-153.335886,57.839423],[-153.331044,57.841295],[-153.327016,57.843736],[-153.322499,57.845852],[-153.316029,57.846869],[-153.325266,57.858629],[-153.342519,57.86225],[-153.380564,57.8605],[-153.396921,57.863837],[-153.52245,57.920966],[-153.541941,57.935614],[-153.528269,57.953192],[-153.506663,57.969794],[-153.482249,57.977769],[-153.460032,57.969713],[-153.432688,57.963568],[-153.32665,57.926581],[-153.279734,57.902899],[-153.260813,57.887844]]],[[[-152.764109,57.93008],[-152.785959,57.925523],[-152.809885,57.929104],[-152.827097,57.936957],[-152.852244,57.944078],[-152.860707,57.954657],[-152.853627,57.967434],[-152.833079,57.974595],[-152.753611,57.980658],[-152.744374,57.983832],[-152.730092,57.982245],[-152.729197,57.973863],[-152.739003,57.968573],[-152.741648,57.962592],[-152.739858,57.951646],[-152.747996,57.939154],[-152.764109,57.93008]]],[[[-153.012766,57.929104],[-152.993235,57.928778],[-153.004709,57.948554],[-152.982655,57.951483],[-152.862294,57.934516],[-152.83198,57.923651],[-152.808298,57.908271],[-152.854604,57.895453],[-152.877634,57.886176],[-152.890818,57.874172],[-152.872629,57.876044],[-152.856679,57.880316],[-152.856679,57.874172],[-152.893503,57.860419],[-152.903676,57.837592],[-152.904856,57.811591],[-152.925242,57.768256],[-152.915517,57.755764],[-152.899363,57.745795],[-152.890818,57.733303],[-152.885569,57.728705],[-152.873769,57.73017],[-152.862009,57.735012],[-152.856679,57.740424],[-152.857737,57.749945],[-152.862498,57.76553],[-152.863515,57.774237],[-152.858713,57.814399],[-152.843699,57.845282],[-152.817983,57.860419],[-152.780995,57.853705],[-152.766225,57.843411],[-152.75414,57.832465],[-152.741811,57.82689],[-152.726389,57.833197],[-152.713979,57.846869],[-152.698069,57.875718],[-152.685374,57.887844],[-152.668772,57.880805],[-152.635569,57.871568],[-152.623972,57.8605],[-152.612742,57.874905],[-152.615712,57.890448],[-152.626088,57.904731],[-152.636952,57.915107],[-152.624582,57.932847],[-152.6079,57.935045],[-152.590403,57.9289],[-152.57551,57.921332],[-152.570424,57.916164],[-152.565012,57.908433],[-152.558909,57.903225],[-152.551625,57.905219],[-152.54247,57.911526],[-152.532704,57.914455],[-152.506947,57.915107],[-152.486318,57.910712],[-152.472727,57.900336],[-152.460886,57.887844],[-152.445505,57.877265],[-152.428334,57.868069],[-152.4228,57.85928],[-152.426707,57.848456],[-152.438344,57.833197],[-152.421132,57.821967],[-152.402211,57.823472],[-152.382558,57.833238],[-152.363271,57.846869],[-152.356313,57.838202],[-152.348256,57.831692],[-152.339223,57.82746],[-152.329091,57.825751],[-152.357289,57.799018],[-152.458974,57.768134],[-152.496693,57.74726],[-152.535024,57.719794],[-152.551137,57.703315],[-152.541371,57.69599],[-152.520619,57.702623],[-152.498036,57.715888],[-152.473093,57.72602],[-152.463083,57.722886],[-152.468495,57.714016],[-152.465647,57.692328],[-152.468984,57.678697],[-152.476877,57.672024],[-152.486155,57.666083],[-152.493601,57.655097],[-152.467763,57.657172],[-152.420847,57.681952],[-152.39741,57.688544],[-152.415517,57.674954],[-152.428293,57.655951],[-152.435862,57.635443],[-152.438344,57.617174],[-152.42634,57.613511],[-152.342763,57.633979],[-152.160878,57.627143],[-152.147084,57.622626],[-152.155466,57.61286],[-152.178293,57.599799],[-152.249705,57.54149],[-152.270619,57.52851],[-152.291086,57.519843],[-152.308909,57.509019],[-152.322255,57.489936],[-152.328114,57.465399],[-152.330312,57.44595],[-152.338694,57.433173],[-152.362986,57.428534],[-152.417917,57.435289],[-152.42573,57.437445],[-152.433095,57.441107],[-152.440541,57.442816],[-152.448923,57.438788],[-152.453725,57.435248],[-152.460032,57.431952],[-152.466624,57.429429],[-152.472524,57.428534],[-152.486155,57.428534],[-152.474355,57.436754],[-152.459706,57.450629],[-152.45226,57.46369],[-152.46227,57.469428],[-152.48766,57.471869],[-152.501332,57.469428],[-152.507273,57.45954],[-152.50886,57.44953],[-152.513417,57.444322],[-152.520823,57.44245],[-152.530832,57.442206],[-152.536366,57.444078],[-152.554148,57.453315],[-152.562489,57.456448],[-152.570139,57.456448],[-152.575307,57.453762],[-152.579783,57.450588],[-152.585439,57.448961],[-152.591013,57.450914],[-152.593332,57.455268],[-152.594431,57.459866],[-152.596018,57.462633],[-152.600942,57.467231],[-152.60558,57.473944],[-152.612498,57.480129],[-152.623972,57.4831],[-152.634145,57.481269],[-152.653513,57.471829],[-152.664296,57.469428],[-152.674062,57.469916],[-152.684519,57.471625],[-152.694325,57.47484],[-152.722401,57.494818],[-152.722605,57.497463],[-152.727244,57.499498],[-152.73408,57.504218],[-152.742909,57.508979],[-152.753651,57.511054],[-152.801747,57.503607],[-152.814524,57.505439],[-152.832468,57.51435],[-152.842397,57.51789],[-152.856068,57.518134],[-152.890818,57.511054],[-152.911977,57.514716],[-152.933217,57.521226],[-152.953969,57.524359],[-152.973378,57.51789],[-152.960439,57.511868],[-152.917226,57.500881],[-152.910715,57.489936],[-152.92866,57.482367],[-153.028025,57.476264],[-153.028025,57.469428],[-153.023264,57.468492],[-153.020619,57.46719],[-153.014353,57.462633],[-153.036204,57.447252],[-153.044871,57.436713],[-153.041697,57.428534],[-153.028635,57.429511],[-153.000966,57.450914],[-152.990183,57.456448],[-152.832468,57.476264],[-152.800649,57.470771],[-152.726389,57.428534],[-152.634104,57.405748],[-152.617136,57.3876],[-152.613393,57.38817],[-152.608835,57.386461],[-152.603139,57.381903],[-152.596018,57.373928],[-152.606191,57.363593],[-152.630971,57.349799],[-152.644399,57.339789],[-152.6433,57.320502],[-152.663075,57.299547],[-152.692209,57.283271],[-152.718861,57.277655],[-152.71227,57.302802],[-152.731679,57.30744],[-152.798695,57.291571],[-152.81725,57.278957],[-152.837473,57.270738],[-152.863515,57.277655],[-152.858469,57.295071],[-152.872182,57.299954],[-152.891916,57.304023],[-152.9051,57.319281],[-152.880686,57.337592],[-152.877187,57.343166],[-152.882151,57.352484],[-152.893503,57.350246],[-152.914418,57.339789],[-152.976511,57.332343],[-153.007314,57.340237],[-153.023874,57.342231],[-153.057322,57.326321],[-153.088368,57.318793],[-153.120798,57.315741],[-153.144032,57.319281],[-153.152292,57.327135],[-153.15864,57.346625],[-153.165151,57.352769],[-153.174753,57.351386],[-153.177073,57.34101],[-153.174998,57.328111],[-153.171376,57.319281],[-153.183542,57.311265],[-153.172922,57.30508],[-153.096873,57.290473],[-153.07372,57.289293],[-153.032582,57.304918],[-153.003,57.294989],[-152.976186,57.275539],[-152.959096,57.257148],[-153.061513,57.22309],[-153.096303,57.218248],[-153.195261,57.229926],[-153.202626,57.228013],[-153.209584,57.224555],[-153.216379,57.222968],[-153.22289,57.226508],[-153.253285,57.236721],[-153.264475,57.232815],[-153.282419,57.219184],[-153.298329,57.216254],[-153.307322,57.211982],[-153.324167,57.193061],[-153.335886,57.1883],[-153.350168,57.191148],[-153.376658,57.205797],[-153.391103,57.209418],[-153.378651,57.193834],[-153.37328,57.185004],[-153.373728,57.178046],[-153.408193,57.147935],[-153.426096,57.140123],[-153.440663,57.125434],[-153.455271,57.116848],[-153.473012,57.127427],[-153.479075,57.144029],[-153.480051,57.161689],[-153.486073,57.175727],[-153.507192,57.181464],[-153.531606,57.179755],[-153.54186,57.175849],[-153.548166,57.168443],[-153.54426,57.164455],[-153.513132,57.170356],[-153.500356,57.168443],[-153.524526,57.137397],[-153.526845,57.126695],[-153.51891,57.117377],[-153.507802,57.108588],[-153.500356,57.099555],[-153.498158,57.074286],[-153.513173,57.069729],[-153.559031,57.079047],[-153.711374,57.067043],[-153.761057,57.051744],[-153.761057,57.044908],[-153.607126,57.051744],[-153.591257,57.048163],[-153.590443,57.039984],[-153.598948,57.030666],[-153.610829,57.02383],[-153.627146,57.021145],[-153.643056,57.021633],[-153.65807,57.019843],[-153.67162,57.010199],[-153.576121,57.003974],[-153.555124,56.998725],[-153.559763,56.986518],[-153.589101,56.962958],[-153.592112,56.962226],[-153.600209,56.963528],[-153.603383,56.962958],[-153.603953,56.960354],[-153.602773,56.951239],[-153.603383,56.948717],[-153.617991,56.939154],[-153.62678,56.936184],[-153.64094,56.935045],[-153.666941,56.93769],[-153.67158,56.94538],[-153.670237,56.958441],[-153.678456,56.97663],[-153.713612,56.914537],[-153.738881,56.889146],[-153.767893,56.900336],[-153.778879,56.877021],[-153.756907,56.874945],[-153.702707,56.887274],[-153.694163,56.883002],[-153.694936,56.873603],[-153.701405,56.864203],[-153.709828,56.859931],[-153.767893,56.853095],[-153.772898,56.850491],[-153.775624,56.841376],[-153.780873,56.839504],[-153.786936,56.840806],[-153.79662,56.845893],[-153.824452,56.84691],[-153.837717,56.844184],[-153.843577,56.835761],[-153.850168,56.814521],[-153.8662,56.801703],[-153.905019,56.784857],[-153.941843,56.758775],[-153.962514,56.748236],[-153.987253,56.743842],[-154.015207,56.748481],[-154.035146,56.75727],[-154.055002,56.762519],[-154.08259,56.756903],[-154.108347,56.744615],[-154.122629,56.741197],[-154.137807,56.743842],[-154.149526,56.750922],[-154.148264,56.756252],[-154.141713,56.762885],[-154.137807,56.774319],[-154.130116,56.786526],[-154.063791,56.847398],[-154.0006,56.872992],[-153.976796,56.892564],[-153.968088,56.905504],[-153.955922,56.910102],[-153.931752,56.914537],[-153.888987,56.930365],[-153.810496,56.970893],[-153.774729,56.997138],[-153.780873,57.003974],[-153.833811,56.972235],[-153.849802,56.969184],[-153.855662,56.97602],[-153.832021,57.001532],[-153.83613,57.017564],[-153.852406,57.023627],[-153.862416,57.011135],[-153.869578,56.991645],[-153.877146,56.97663],[-153.896921,56.965888],[-153.922475,56.962144],[-153.973337,56.962958],[-153.968984,56.979967],[-153.962636,56.995103],[-153.953928,57.008612],[-153.929514,57.035061],[-153.910878,57.061225],[-153.898183,57.072821],[-153.882639,57.080512],[-153.834828,57.096584],[-153.818715,57.099555],[-153.810496,57.102118],[-153.795888,57.114936],[-153.788319,57.120063],[-153.776723,57.124091],[-153.765574,57.126288],[-153.739939,57.127427],[-153.739939,57.133694],[-153.782786,57.150214],[-153.805735,57.154202],[-153.815663,57.144599],[-153.820668,57.133368],[-153.832468,57.126654],[-153.857249,57.120063],[-153.973582,57.061916],[-154.006947,57.039293],[-154.04955,56.996039],[-154.075063,56.975572],[-154.099558,56.96483],[-154.11498,56.985785],[-154.134104,56.995185],[-154.137807,57.003974],[-154.134836,57.008734],[-154.121775,57.01911],[-154.117299,57.02383],[-154.110463,57.038072],[-154.080027,57.066596],[-153.959665,57.120063],[-154.083201,57.127427],[-154.091257,57.130683],[-154.109975,57.144761],[-154.120432,57.147935],[-154.174916,57.146226],[-154.240834,57.154771],[-154.299184,57.147935],[-154.360666,57.147935],[-154.373362,57.145168],[-154.39741,57.131822],[-154.41157,57.127427],[-154.468251,57.124457],[-154.494944,57.113593],[-154.48412,57.089586],[-154.460764,57.071112],[-154.437815,57.057278],[-154.412953,57.050198],[-154.384226,57.051744],[-154.361318,57.059068],[-154.346059,57.069037],[-154.31904,57.096137],[-154.29719,57.110297],[-154.27241,57.117377],[-154.121205,57.123725],[-154.103708,57.113837],[-154.103749,57.097968],[-154.111928,57.076728],[-154.130971,57.044908],[-154.153188,57.019761],[-154.158315,57.010199],[-154.160268,56.998725],[-154.157582,56.976996],[-154.158315,56.969184],[-154.172475,56.952623],[-154.193837,56.944566],[-154.24767,56.941881],[-154.230336,56.933051],[-154.221791,56.92536],[-154.221913,56.916449],[-154.230295,56.903998],[-154.237986,56.899563],[-154.24592,56.901353],[-154.253855,56.905463],[-154.261586,56.907701],[-154.281809,56.887274],[-154.276601,56.897773],[-154.277577,56.905951],[-154.28425,56.911607],[-154.296091,56.914537],[-154.300649,56.873521],[-154.299184,56.866848],[-154.282582,56.869574],[-154.255605,56.882758],[-154.240834,56.887274],[-154.240834,56.879828],[-154.27184,56.863715],[-154.281809,56.859931],[-154.29955,56.855414],[-154.304921,56.85578],[-154.30488,56.874905],[-154.305002,56.902289],[-154.313466,56.91828],[-154.328318,56.929674],[-154.388743,56.963853],[-154.41161,56.972968],[-154.448191,56.978705],[-154.473256,56.987698],[-154.48412,56.989691],[-154.514882,56.989691],[-154.528554,56.991645],[-154.531687,56.996568],[-154.529856,57.00316],[-154.52717,57.032904],[-154.520009,57.055976],[-154.516347,57.077582],[-154.533396,57.112047],[-154.531484,57.153144],[-154.535024,57.174628],[-154.548573,57.192816],[-154.588694,57.231106],[-154.597117,57.246649],[-154.601511,57.258938],[-154.612172,57.266303],[-154.6256,57.269965],[-154.672556,57.270901],[-154.681345,57.272895],[-154.684316,57.277493],[-154.684763,57.282172],[-154.685862,57.284491],[-154.716054,57.281684],[-154.751414,57.27383],[-154.783152,57.272935],[-154.802561,57.291327],[-154.787668,57.291571],[-154.7683,57.294989],[-154.755116,57.302639],[-154.758168,57.315579],[-154.771433,57.325385],[-154.798451,57.336086],[-154.810007,57.346584],[-154.787546,57.357733],[-154.763499,57.354193],[-154.736928,57.34512],[-154.70698,57.339789],[-154.711008,57.347724],[-154.717112,57.353827],[-154.724965,57.358059],[-154.734242,57.360256],[-154.734242,57.367092],[-154.714711,57.378119],[-154.708445,57.395697],[-154.713206,57.414252],[-154.726877,57.428534],[-154.686147,57.452704],[-154.653391,57.460761],[-154.644276,57.466742],[-154.658559,57.476264],[-154.650217,57.496039],[-154.634633,57.513739],[-154.614735,57.526557],[-154.582957,57.534084],[-154.562489,57.543931],[-154.549306,57.544582],[-154.540028,57.539496],[-154.521433,57.51789],[-154.509755,57.528388],[-154.523427,57.570014],[-154.514882,57.579291],[-154.455556,57.576728],[-154.398508,57.566311],[-154.409901,57.572903],[-154.446889,57.586127],[-154.398508,57.613471],[-154.364369,57.627143],[-154.362009,57.631049],[-154.356435,57.645453],[-154.356923,57.648261],[-154.337595,57.650214],[-154.300649,57.645697],[-154.281809,57.648261],[-154.268259,57.655504],[-154.254709,57.665229],[-154.239329,57.673285],[-154.220326,57.675523],[-154.202626,57.67182],[-154.169301,57.659247],[-154.151438,57.655097],[-154.055857,57.655097],[-154.018625,57.647203],[-154.000559,57.629706],[-153.973337,57.572496],[-153.999949,57.55565],[-154.110463,57.544582],[-154.068349,57.537055],[-153.974802,57.549954],[-153.935496,57.53498],[-153.920277,57.507229],[-153.906931,57.434963],[-153.890736,57.408026],[-153.875315,57.399156],[-153.840525,57.386664],[-153.825632,57.377265],[-153.777821,57.322333],[-153.747304,57.303412],[-153.630686,57.270901],[-153.644521,57.284003],[-153.669138,57.297309],[-153.696156,57.307685],[-153.743764,57.318915],[-153.753896,57.336371],[-153.758249,57.358832],[-153.767893,57.380764],[-153.784739,57.394355],[-153.80012,57.401313],[-153.81135,57.41234],[-153.819773,57.484931],[-153.818349,57.506293],[-153.808827,57.51789],[-153.843699,57.550971],[-153.849802,57.558824],[-153.850819,57.577297],[-153.842519,57.581977],[-153.830068,57.577786],[-153.818715,57.569403],[-153.792429,57.555976],[-153.749623,57.544379],[-153.70637,57.539049],[-153.678456,57.544582],[-153.691029,57.553778],[-153.705149,57.557929],[-153.74059,57.558824],[-153.753977,57.561957],[-153.868723,57.628607],[-153.884592,57.648261],[-153.852773,57.658677],[-153.810902,57.659003],[-153.667592,57.641832],[-153.641103,57.629218],[-153.630686,57.599799],[-153.617502,57.605211],[-153.591013,57.601386],[-153.582875,57.607327],[-153.584584,57.617092],[-153.593332,57.628323],[-153.604685,57.6376],[-153.631052,57.646796],[-153.698964,57.682359],[-153.756093,57.693183],[-153.876414,57.701117],[-153.905751,57.711249],[-153.925526,57.72956],[-153.938222,57.775621],[-153.924631,57.810492],[-153.89448,57.837592],[-153.843455,57.870592],[-153.83613,57.874172],[-153.829783,57.87523],[-153.8155,57.873969],[-153.808827,57.874172],[-153.796702,57.878485],[-153.764475,57.89468],[-153.723826,57.902086],[-153.719472,57.900824],[-153.702707,57.891262],[-153.692576,57.88703],[-153.68224,57.889106],[-153.6728,57.893134],[-153.665476,57.89468],[-153.64509,57.883694],[-153.638295,57.867621],[-153.627797,57.853176],[-153.596262,57.846869],[-153.574412,57.839545],[-153.564565,57.821601],[-153.562205,57.799058],[-153.562449,57.777981],[-153.558298,57.738349],[-153.546946,57.69892],[-153.529408,57.661322],[-153.507192,57.627143],[-153.498158,57.642564],[-153.522165,57.695624],[-153.527659,57.723334],[-153.481028,57.702704],[-153.452341,57.694566],[-153.439524,57.699408],[-153.448435,57.716132],[-153.469553,57.728949],[-153.514027,57.743842],[-153.499135,57.760891],[-153.474314,57.773627],[-153.446238,57.777411],[-153.421824,57.767401],[-153.409413,57.751695],[-153.398386,57.733954],[-153.384389,57.718573],[-153.363149,57.709662],[-153.333567,57.713853],[-153.321278,57.730902],[-153.325795,57.749416],[-153.346425,57.758043],[-153.360341,57.761176],[-153.378977,57.774848],[-153.393748,57.780219],[-153.396433,57.785102],[-153.398183,57.789984],[-153.401357,57.792222],[-153.432078,57.792222],[-153.458811,57.802802],[-153.476674,57.821357],[-153.47643,57.839016],[-153.449167,57.846869],[-153.424998,57.842719],[-153.350168,57.81269],[-153.291371,57.798774],[-153.229726,57.792222],[-153.211049,57.78559],[-153.210032,57.769436],[-153.214548,57.748928],[-153.212351,57.72956],[-153.206492,57.720893],[-153.19933,57.714545],[-153.190297,57.710679],[-153.178822,57.709662],[-153.195261,57.727118],[-153.197743,57.751125],[-153.191884,57.805243],[-153.198679,57.857123],[-153.204539,57.868476],[-153.231882,57.888739],[-153.240305,57.902086],[-153.211985,57.901801],[-153.186838,57.893541],[-153.144032,57.867906],[-153.075063,57.83747],[-153.061513,57.825751],[-153.048451,57.833197],[-153.060618,57.84162],[-153.085072,57.852444],[-153.096913,57.8605],[-153.097727,57.86933],[-153.109486,57.883368],[-153.125966,57.896389],[-153.156077,57.907864],[-153.202463,57.946194],[-153.221018,57.955878],[-153.262807,57.96601],[-153.295155,57.986396],[-153.299916,57.991889],[-153.301747,58.0008],[-153.296457,58.008124],[-153.28425,58.010443],[-153.270579,58.008612],[-153.260813,58.003892],[-153.229563,57.997992],[-153.166941,57.970038],[-153.118764,57.960395],[-153.083567,57.946234],[-153.046213,57.940172],[-153.012766,57.929104]]],[[[-136.338368,58.014635],[-136.336822,58.007025],[-136.370025,57.999945],[-136.377919,57.990058],[-136.389801,57.963568],[-136.379058,57.935289],[-136.392486,57.898871],[-136.419911,57.865546],[-136.451283,57.846869],[-136.453847,57.863105],[-136.464101,57.872626],[-136.471181,57.881171],[-136.464263,57.89468],[-136.471832,57.898993],[-136.481801,57.902045],[-136.493398,57.903266],[-136.50593,57.902086],[-136.500152,57.910712],[-136.494293,57.917426],[-136.487416,57.923163],[-136.478586,57.928778],[-136.478586,57.935614],[-136.496938,57.938544],[-136.510243,57.933051],[-136.523183,57.925279],[-136.540354,57.921332],[-136.552846,57.925116],[-136.552805,57.933743],[-136.544749,57.943101],[-136.533193,57.949286],[-136.546376,57.962104],[-136.541982,57.978095],[-136.528147,57.993232],[-136.512766,58.003892],[-136.520619,58.013495],[-136.546742,58.012397],[-136.561147,58.017524],[-136.555531,58.024237],[-136.551259,58.031887],[-136.548451,58.040107],[-136.546295,58.06037],[-136.542836,58.065904],[-136.514719,58.086737],[-136.495513,58.094916],[-136.475331,58.097846],[-136.457509,58.093248],[-136.438059,58.072455],[-136.361928,58.031195],[-136.338368,58.014635]]],[[[-153.202707,58.098822],[-153.181956,58.093248],[-153.131052,58.100246],[-153.11677,58.100084],[-153.106191,58.094631],[-153.087961,58.076117],[-153.078928,58.07217],[-153.074208,58.068061],[-153.05842,58.04206],[-153.047597,58.037055],[-153.000071,58.031195],[-152.890818,57.997707],[-152.903513,57.990668],[-152.916575,57.991889],[-152.930409,57.995998],[-152.945424,57.997707],[-152.983713,57.985745],[-153.000071,57.984036],[-153.026926,57.988756],[-153.081654,58.007229],[-153.115549,58.013658],[-153.16865,58.032701],[-153.202707,58.029771],[-153.216054,58.034898],[-153.244456,58.071723],[-153.262644,58.085354],[-153.288075,58.086412],[-153.263173,58.059149],[-153.253285,58.052314],[-153.340321,58.046454],[-153.379587,58.049506],[-153.418365,58.065985],[-153.322214,58.127387],[-153.329661,58.134833],[-153.313059,58.141791],[-153.295481,58.14643],[-153.277781,58.146796],[-153.260813,58.141059],[-153.225087,58.112128],[-153.202707,58.098822]]],[[[-151.846181,58.175198],[-151.868886,58.173529],[-151.888661,58.17886],[-151.897084,58.192857],[-151.891835,58.206977],[-151.866078,58.257758],[-151.827138,58.265611],[-151.809885,58.262926],[-151.793446,58.244696],[-151.805979,58.212104],[-151.815053,58.196112],[-151.828847,58.182034],[-151.846181,58.175198]]],[[[-135.714996,58.229722],[-135.689361,58.226264],[-135.662465,58.230048],[-135.63565,58.230414],[-135.624013,58.225002],[-135.60143,58.206977],[-135.590972,58.203111],[-135.556304,58.199408],[-135.546295,58.196275],[-135.553782,58.189439],[-135.53718,58.181138],[-135.501943,58.173814],[-135.484853,58.162095],[-135.496693,58.150824],[-135.502268,58.138332],[-135.505971,58.125474],[-135.512115,58.113186],[-135.523427,58.102444],[-135.534047,58.099433],[-135.545644,58.098334],[-135.560618,58.093248],[-135.582143,58.075181],[-135.602366,58.054023],[-135.627309,58.041409],[-135.692372,58.053412],[-135.769399,58.046454],[-135.78307,58.04206],[-135.752797,58.027289],[-135.693227,58.040107],[-135.662424,58.031195],[-135.66983,58.02497],[-135.657297,58.020901],[-135.639516,58.01789],[-135.624827,58.01317],[-135.621409,58.003892],[-135.631663,57.997382],[-135.649973,57.995592],[-135.741282,58.002265],[-135.768544,57.998236],[-135.793324,57.984036],[-135.708974,57.978258],[-135.662465,57.97012],[-135.656158,57.949286],[-135.640736,57.952094],[-135.627431,57.958889],[-135.623402,57.967678],[-135.63565,57.976549],[-135.63565,57.984036],[-135.614369,57.983832],[-135.592885,57.987454],[-135.57311,57.995307],[-135.5572,58.007636],[-135.515533,58.058539],[-135.436431,58.079576],[-135.424469,58.09512],[-135.431711,58.104071],[-135.446441,58.112738],[-135.457509,58.127387],[-135.439809,58.128892],[-135.40803,58.138577],[-135.389272,58.141059],[-135.368804,58.13935],[-135.346547,58.13467],[-135.307362,58.120551],[-135.314687,58.11815],[-135.334055,58.106879],[-135.316762,58.100531],[-135.300201,58.101223],[-135.266428,58.106879],[-135.246165,58.104804],[-135.206858,58.095404],[-135.186635,58.093248],[-135.118031,58.100084],[-135.100575,58.096625],[-135.089589,58.089179],[-135.090321,58.082017],[-135.108062,58.079576],[-135.108062,58.07217],[-134.97997,58.05036],[-134.924794,58.027493],[-134.902008,57.973131],[-134.905263,57.969794],[-134.912262,57.96898],[-134.919301,57.967027],[-134.922515,57.96015],[-134.920074,57.953518],[-134.910227,57.942939],[-134.909495,57.935614],[-134.915761,57.921047],[-134.924428,57.914008],[-134.950429,57.902086],[-134.965077,57.886054],[-134.960317,57.871649],[-134.942006,57.85871],[-134.915679,57.846869],[-134.945953,57.85106],[-135.046702,57.902086],[-135.10912,57.919135],[-135.128285,57.921332],[-135.144683,57.924994],[-135.197499,57.949286],[-135.203684,57.943061],[-135.184234,57.921617],[-135.160308,57.903795],[-135.134267,57.889879],[-135.108062,57.880316],[-135.055653,57.873358],[-135.039784,57.867906],[-135.014719,57.846015],[-135.00121,57.840033],[-134.984527,57.846869],[-134.982004,57.829006],[-134.967844,57.820054],[-134.930002,57.81269],[-134.942454,57.806586],[-134.970937,57.802151],[-134.984527,57.798407],[-135.003977,57.788764],[-135.013783,57.785875],[-135.203033,57.785102],[-135.259389,57.795966],[-135.421213,57.863267],[-135.449778,57.871161],[-135.481109,57.874172],[-135.491607,57.877346],[-135.505686,57.891425],[-135.696441,57.936103],[-135.845815,57.992174],[-135.865956,57.996283],[-135.889556,57.997707],[-135.889556,57.99022],[-135.840566,57.975898],[-135.817006,57.963568],[-135.806996,57.946194],[-135.792226,57.934149],[-135.613759,57.895941],[-135.58788,57.884101],[-135.575307,57.880032],[-135.546986,57.8758],[-135.519765,57.861762],[-135.515533,57.8605],[-135.512847,57.85814],[-135.515859,57.845649],[-135.512115,57.839423],[-135.499908,57.834784],[-135.403228,57.814195],[-135.388661,57.81269],[-135.372385,57.805243],[-135.328969,57.769721],[-135.320953,57.758043],[-135.327301,57.751288],[-135.350738,57.746283],[-135.361318,57.737006],[-135.363881,57.726223],[-135.355092,57.724758],[-135.327504,57.72956],[-135.273671,57.730211],[-135.250234,57.72663],[-135.224192,57.716498],[-135.217112,57.711127],[-135.214467,57.707343],[-135.210032,57.706488],[-135.197499,57.709662],[-135.173899,57.725531],[-135.162709,57.72956],[-135.115834,57.733954],[-135.101308,57.737006],[-135.08019,57.750637],[-135.073476,57.751939],[-135.060414,57.752021],[-135.053456,57.75434],[-135.038808,57.755805],[-135.024322,57.750149],[-135.009836,57.746527],[-134.983022,57.761542],[-134.967519,57.764309],[-134.936513,57.764309],[-134.913889,57.755845],[-134.902943,57.735419],[-134.896718,57.710517],[-134.888336,57.688544],[-134.891713,57.673041],[-134.884348,57.654242],[-134.851226,57.604926],[-134.844879,57.588446],[-134.841624,57.57099],[-134.840566,57.552069],[-134.843414,57.533515],[-134.842681,57.522691],[-134.836822,57.51789],[-134.833974,57.514553],[-134.813873,57.497463],[-134.819569,57.48607],[-134.856842,57.498114],[-134.874745,57.489936],[-134.847401,57.469428],[-134.871409,57.461005],[-134.905995,57.457261],[-135.028961,57.460517],[-135.056874,57.46662],[-135.183176,57.519273],[-135.32079,57.584906],[-135.457509,57.633979],[-135.512115,57.648261],[-135.554433,57.67182],[-135.56371,57.675523],[-135.584218,57.680609],[-135.628041,57.706041],[-135.768178,57.759711],[-135.813222,57.764309],[-135.806304,57.754055],[-135.796254,57.743801],[-135.784413,57.735093],[-135.772288,57.72956],[-135.754384,57.728095],[-135.737538,57.729153],[-135.724355,57.725409],[-135.717641,57.709662],[-135.729563,57.702541],[-135.725168,57.694648],[-135.713531,57.685736],[-135.703969,57.675523],[-135.763417,57.670315],[-135.791168,57.660102],[-135.806996,57.641425],[-135.734975,57.65119],[-135.710805,57.648261],[-135.644602,57.617865],[-135.621693,57.613471],[-135.604848,57.607082],[-135.584869,57.592963],[-135.570627,57.578925],[-135.570465,57.572496],[-135.621083,57.575873],[-135.64387,57.570543],[-135.656158,57.552069],[-135.616119,57.563137],[-135.595774,57.564521],[-135.577707,57.555487],[-135.567047,57.545111],[-135.558258,57.533393],[-135.560048,57.523342],[-135.581044,57.51789],[-135.581044,57.511054],[-135.563629,57.508124],[-135.553049,57.498684],[-135.547719,57.484117],[-135.546295,57.466051],[-135.555898,57.453681],[-135.578114,57.44892],[-135.621409,57.448961],[-135.594716,57.428534],[-135.59911,57.419257],[-135.607249,57.416653],[-135.616607,57.415758],[-135.624827,57.41177],[-135.632151,57.411811],[-135.644887,57.414781],[-135.656972,57.416205],[-135.662424,57.41177],[-135.660878,57.403062],[-135.656728,57.396226],[-135.650461,57.391099],[-135.642486,57.3876],[-135.653228,57.387885],[-135.66686,57.386664],[-135.678538,57.383246],[-135.690785,57.367011],[-135.707428,57.366523],[-135.823557,57.386176],[-135.847971,57.394355],[-135.840647,57.414496],[-135.853871,57.425035],[-135.896352,57.435289],[-135.934438,57.452216],[-135.949086,57.461859],[-135.950347,57.469428],[-135.961252,57.483466],[-135.977406,57.497138],[-136.012441,57.51789],[-135.982533,57.524156],[-135.946767,57.516343],[-135.889556,57.489936],[-135.838979,57.454983],[-135.810211,57.439887],[-135.779693,57.435289],[-135.800893,57.465806],[-135.836578,57.488715],[-136.039418,57.57689],[-136.073883,57.607327],[-136.061025,57.611518],[-136.047719,57.613227],[-136.019276,57.613471],[-136.024403,57.601264],[-136.018544,57.59398],[-136.006093,57.591376],[-135.991322,57.592963],[-135.996449,57.607489],[-135.985504,57.613227],[-135.950347,57.613471],[-135.950347,57.620917],[-135.969309,57.622992],[-136.005727,57.632229],[-136.019276,57.633979],[-136.050404,57.628607],[-136.057118,57.630561],[-136.065582,57.639146],[-136.075917,57.64704],[-136.084584,57.648505],[-136.088206,57.637641],[-136.096669,57.622952],[-136.115468,57.621649],[-136.134267,57.630113],[-136.142812,57.644761],[-136.136545,57.657538],[-136.121449,57.669827],[-136.103505,57.678941],[-136.088206,57.682359],[-136.088206,57.688544],[-136.207631,57.748277],[-136.225697,57.766588],[-136.224721,57.784817],[-136.238393,57.792222],[-136.260365,57.776109],[-136.277252,57.775336],[-136.292836,57.785386],[-136.310374,57.801825],[-136.319936,57.80683],[-136.343577,57.815497],[-136.348256,57.822333],[-136.352284,57.834174],[-136.362416,57.840155],[-136.375885,57.841457],[-136.389801,57.839423],[-136.398305,57.821357],[-136.405873,57.815497],[-136.416493,57.825751],[-136.417226,57.835028],[-136.405914,57.854478],[-136.394846,57.885688],[-136.358225,57.913642],[-136.348256,57.928778],[-136.351064,57.935614],[-136.365956,57.952704],[-136.369374,57.963568],[-136.364369,57.975775],[-136.353139,57.983222],[-136.340443,57.988471],[-136.331166,57.993964],[-136.31192,57.99551],[-136.283844,57.981676],[-136.161733,57.902411],[-136.058583,57.850409],[-136.04601,57.847398],[-136.032948,57.846869],[-136.056711,57.868232],[-136.144032,57.907782],[-136.220693,57.968573],[-136.234975,57.976549],[-136.25064,57.982327],[-136.296946,58.010565],[-136.32551,58.039293],[-136.409657,58.079901],[-136.430776,58.106879],[-136.424184,58.122463],[-136.405263,58.133938],[-136.380238,58.140367],[-136.355702,58.141059],[-136.334096,58.135321],[-136.295522,58.115302],[-136.272532,58.106879],[-136.281606,58.117987],[-136.293528,58.125922],[-136.300038,58.134589],[-136.29304,58.147895],[-136.332387,58.179348],[-136.348948,58.196438],[-136.355702,58.219875],[-136.300404,58.216783],[-136.272694,58.220933],[-136.263173,58.216946],[-136.259511,58.199693],[-136.255116,58.190497],[-136.235951,58.171942],[-136.231557,58.158759],[-136.22468,58.149237],[-136.192738,58.134263],[-136.183176,58.120551],[-136.184967,58.117662],[-136.197987,58.088772],[-136.193715,58.083645],[-136.165639,58.067084],[-136.101186,58.058539],[-136.146718,58.081041],[-136.159535,58.08983],[-136.164784,58.101955],[-136.165517,58.119086],[-136.163319,58.134467],[-136.159535,58.141059],[-136.169504,58.146918],[-136.176991,58.160712],[-136.180247,58.176744],[-136.177561,58.189439],[-136.164622,58.196601],[-136.145904,58.201483],[-136.132883,58.20718],[-136.136586,58.216783],[-136.136586,58.223049],[-136.102935,58.221625],[-136.070953,58.211412],[-135.982289,58.167629],[-135.965321,58.164008],[-135.957834,58.172105],[-135.959543,58.196926],[-135.955881,58.20425],[-135.944203,58.216783],[-135.922841,58.23192],[-135.813547,58.274359],[-135.785064,58.276068],[-135.75886,58.268622],[-135.714996,58.229722]]],[[[-136.059997,58.267785],[-136.111953,58.258534],[-136.137573,58.265089],[-136.143689,58.285366],[-136.106984,58.303409],[-136.045053,58.318596],[-136.027939,58.294969],[-136.059997,58.267785]]],[[[-152.864858,58.33515],[-152.858266,58.334866],[-152.846059,58.337592],[-152.842152,58.336249],[-152.84142,58.334133],[-152.842844,58.332994],[-152.845408,58.333441],[-152.842885,58.332587],[-152.827382,58.32982],[-152.824045,58.32685],[-152.819325,58.321112],[-152.81074,58.316352],[-152.799875,58.316596],[-152.795481,58.312201],[-152.788442,58.297919],[-152.782419,58.288642],[-152.793813,58.287421],[-152.79544,58.287746],[-152.802154,58.288764],[-152.81135,58.290351],[-152.849355,58.301337],[-152.902699,58.307685],[-152.919057,58.315375],[-152.930613,58.328559],[-152.924672,58.338324],[-152.906239,58.34219],[-152.889597,58.341254],[-152.864858,58.33515]]],[[[-134.381256,58.271389],[-134.279368,58.220649],[-134.258412,58.196275],[-134.470326,58.225816],[-134.512278,58.223049],[-134.53539,58.224107],[-134.578033,58.234687],[-134.597279,58.23725],[-134.620473,58.246405],[-134.650787,58.267727],[-134.674957,58.291815],[-134.67984,58.309272],[-134.662831,58.319648],[-134.621083,58.323228],[-134.604115,58.329779],[-134.58434,58.340969],[-134.563344,58.34455],[-134.481842,58.333482],[-134.446278,58.315131],[-134.381256,58.271389]]],[[[-135.543345,58.334832],[-135.592222,58.327751],[-135.670623,58.3309],[-135.718503,58.346144],[-135.71423,58.370478],[-135.654904,58.379797],[-135.568898,58.373151],[-135.543345,58.334832]]],[[[-134.917063,58.373521],[-134.90392,58.371487],[-134.888173,58.371772],[-134.874745,58.367621],[-134.85733,58.354967],[-134.832183,58.344184],[-134.809438,58.330634],[-134.799631,58.309272],[-134.796051,58.298651],[-134.787668,58.292141],[-134.777577,58.287299],[-134.76891,58.281684],[-134.738149,58.244696],[-134.726877,58.235175],[-134.718332,58.229722],[-134.711293,58.22309],[-134.70401,58.209947],[-134.696156,58.174018],[-134.693186,58.168402],[-134.604156,58.171047],[-134.56135,58.178656],[-134.556386,58.18065],[-134.551259,58.181789],[-134.474355,58.182034],[-134.444651,58.177395],[-134.390736,58.155341],[-134.361399,58.147895],[-134.331614,58.148139],[-134.186391,58.168402],[-134.176991,58.16352],[-134.167063,58.152045],[-134.160756,58.138495],[-134.16218,58.127387],[-134.169993,58.12344],[-134.180816,58.123725],[-134.203765,58.127387],[-134.190541,58.115668],[-134.175852,58.106879],[-134.169342,58.077786],[-134.09024,58.026068],[-134.086415,57.997707],[-134.029368,57.963853],[-134.002309,57.939358],[-133.979563,57.877834],[-133.952219,57.844794],[-133.918568,57.81684],[-133.888417,57.798407],[-133.89273,57.789496],[-133.895009,57.779486],[-133.895579,57.768988],[-133.894643,57.758043],[-133.891428,57.746527],[-133.882802,57.729967],[-133.880971,57.719916],[-133.87914,57.693183],[-133.872629,57.673814],[-133.860015,57.658026],[-133.803944,57.610012],[-133.789296,57.588853],[-133.802805,57.579291],[-133.826161,57.585924],[-133.842152,57.602118],[-133.856313,57.622382],[-133.874176,57.641425],[-133.962961,57.692328],[-133.966217,57.703559],[-133.980702,57.715399],[-133.984039,57.726467],[-133.985463,57.738105],[-133.989125,57.745795],[-133.993764,57.753323],[-133.99828,57.764309],[-134.01061,57.806586],[-134.023793,57.820502],[-134.068837,57.83161],[-134.088043,57.845893],[-134.104075,57.863756],[-134.114369,57.880316],[-134.131093,57.937201],[-134.141672,57.956732],[-134.159332,57.976549],[-134.182118,57.995429],[-134.231068,58.02497],[-134.231068,58.031195],[-134.211293,58.026842],[-134.190826,58.016059],[-134.155344,57.99022],[-134.172678,58.013739],[-134.199615,58.040717],[-134.230092,58.062934],[-134.258046,58.07217],[-134.272084,58.073188],[-134.281239,58.076361],[-134.288197,58.081855],[-134.295644,58.08983],[-134.306752,58.09809],[-134.310129,58.093411],[-134.307932,58.08454],[-134.302398,58.079576],[-134.289133,58.073879],[-134.276438,58.059638],[-134.267242,58.041815],[-134.264556,58.02497],[-134.290842,58.035956],[-134.304189,58.03913],[-134.319203,58.038642],[-134.319203,58.031195],[-134.261627,58.009019],[-134.238108,57.992825],[-134.224233,57.969713],[-134.243967,57.970038],[-134.263539,57.975898],[-134.299387,57.993964],[-134.31664,57.996649],[-134.312245,57.979438],[-134.292551,57.946194],[-134.28893,57.935533],[-134.274078,57.906155],[-134.272043,57.887844],[-134.277821,57.86994],[-134.286285,57.852118],[-134.289174,57.836656],[-134.278228,57.825751],[-134.25178,57.85692],[-134.20873,57.839911],[-134.056996,57.695868],[-134.047109,57.683336],[-134.052846,57.672919],[-134.08023,57.661933],[-134.065541,57.650295],[-134.011138,57.653795],[-133.987416,57.644761],[-133.968495,57.632799],[-133.951405,57.627875],[-133.937856,57.618557],[-133.929433,57.592963],[-133.929433,57.555487],[-133.926178,57.54442],[-133.899322,57.506496],[-133.854237,57.47602],[-133.839996,57.462633],[-133.860707,57.456366],[-133.872182,57.466946],[-133.880442,57.482164],[-133.891591,57.489936],[-133.90095,57.490668],[-133.90685,57.491767],[-133.912831,57.492011],[-133.922597,57.489936],[-133.91808,57.485907],[-133.918121,57.475775],[-133.922922,57.468451],[-133.932485,57.472846],[-133.964223,57.482164],[-134.039866,57.495307],[-134.05602,57.500149],[-134.072825,57.511054],[-134.076324,57.508368],[-134.086415,57.497463],[-134.066965,57.487982],[-134.05663,57.484524],[-134.045481,57.4831],[-134.045481,57.476264],[-134.100697,57.476264],[-134.066274,57.461371],[-134.012359,57.458482],[-133.97704,57.449205],[-133.99828,57.415473],[-133.979604,57.413275],[-133.941274,57.425035],[-133.919504,57.428534],[-133.914459,57.431098],[-133.903798,57.435126],[-133.893219,57.435004],[-133.888417,57.425116],[-133.886545,57.422593],[-133.878733,57.405341],[-133.877553,57.40119],[-133.870513,57.392646],[-133.864491,57.373928],[-133.86498,57.355129],[-133.877553,57.346584],[-133.901723,57.343329],[-133.915598,57.334784],[-133.93932,57.308661],[-133.958079,57.303697],[-133.982411,57.308498],[-134.052317,57.339789],[-134.059926,57.346747],[-134.06314,57.353664],[-134.067942,57.356838],[-134.08023,57.352769],[-134.078928,57.346625],[-134.075022,57.335395],[-134.077138,57.326077],[-134.093902,57.325507],[-134.099599,57.329413],[-134.102895,57.344672],[-134.107533,57.352769],[-134.119537,57.363267],[-134.13683,57.375312],[-134.156565,57.384711],[-134.175852,57.3876],[-134.142242,57.350165],[-134.131825,57.327216],[-134.149159,57.311835],[-134.142323,57.304511],[-134.134877,57.298163],[-134.117299,57.30622],[-134.10143,57.300238],[-134.072825,57.277655],[-134.084788,57.256415],[-134.099477,57.25609],[-134.114491,57.263373],[-134.127431,57.264635],[-134.135081,57.253974],[-134.147125,57.216864],[-134.155344,57.201972],[-134.167388,57.191555],[-134.182037,57.183417],[-134.198842,57.17772],[-134.217397,57.174628],[-134.226471,57.176418],[-134.235992,57.180569],[-134.245595,57.182563],[-134.254954,57.178046],[-134.261464,57.173],[-134.285715,57.161038],[-134.27009,57.141913],[-134.284779,57.135932],[-134.31017,57.135647],[-134.32665,57.133694],[-134.323557,57.129828],[-134.319203,57.120063],[-134.331451,57.120795],[-134.340932,57.123358],[-134.361399,57.133694],[-134.364573,57.122992],[-134.369944,57.115058],[-134.377756,57.109565],[-134.388092,57.106391],[-134.380686,57.10102],[-134.372304,57.09691],[-134.363352,57.094062],[-134.353993,57.092719],[-134.353993,57.086493],[-134.404408,57.067939],[-134.437367,57.06094],[-134.468617,57.03913],[-134.484934,57.031236],[-134.50182,57.028957],[-134.556304,57.031236],[-134.574615,57.02912],[-134.614613,57.010199],[-134.598459,57.049506],[-134.5985,57.069973],[-134.622914,57.110826],[-134.612864,57.127183],[-134.594106,57.141099],[-134.579905,57.154771],[-134.614369,57.175279],[-134.624908,57.184882],[-134.631581,57.195787],[-134.635569,57.210761],[-134.63329,57.224189],[-134.62149,57.229926],[-134.557688,57.215644],[-134.525543,57.215766],[-134.50475,57.236721],[-134.539703,57.239936],[-134.556711,57.244696],[-134.569976,57.253811],[-134.580474,57.264635],[-134.58316,57.269355],[-134.566884,57.284491],[-134.543568,57.301093],[-134.51651,57.309149],[-134.457021,57.311835],[-134.463775,57.319525],[-134.489247,57.336005],[-134.497955,57.339789],[-134.529897,57.339789],[-134.546051,57.342475],[-134.559397,57.352769],[-134.553822,57.363023],[-134.56017,57.386176],[-134.556304,57.397773],[-134.542104,57.403388],[-134.522125,57.403144],[-134.508209,57.395982],[-134.512278,57.380764],[-134.402415,57.360256],[-134.341664,57.335354],[-134.312978,57.332343],[-134.321034,57.344875],[-134.335439,57.354193],[-134.367584,57.367092],[-134.367584,57.373928],[-134.35143,57.37523],[-134.334788,57.378852],[-134.319163,57.385077],[-134.306142,57.394355],[-134.340972,57.39704],[-134.422027,57.38524],[-134.463857,57.394355],[-134.472727,57.400702],[-134.497955,57.428534],[-134.533681,57.457709],[-134.535512,57.462633],[-134.548899,57.468085],[-134.562734,57.480048],[-134.569163,57.492011],[-134.560048,57.497463],[-134.551096,57.496243],[-134.532582,57.491116],[-134.52184,57.489936],[-134.512359,57.492133],[-134.495961,57.501451],[-134.473256,57.506781],[-134.441721,57.520941],[-134.40453,57.526435],[-134.353993,57.544582],[-134.378,57.552965],[-134.488149,57.532701],[-134.541127,57.511054],[-134.566884,57.511054],[-134.579742,57.523017],[-134.604563,57.563666],[-134.618031,57.572496],[-134.638743,57.579983],[-134.653554,57.598212],[-134.663482,57.620795],[-134.66926,57.641425],[-134.673655,57.672431],[-134.676666,57.682359],[-134.700063,57.706936],[-134.70401,57.71308],[-134.716054,57.745795],[-134.713979,57.750637],[-134.708079,57.755845],[-134.702707,57.768012],[-134.696604,57.792222],[-134.698883,57.812486],[-134.714101,57.855902],[-134.721262,57.897366],[-134.75121,57.956732],[-134.762196,57.972154],[-134.761952,57.980048],[-134.75121,57.99022],[-134.766591,58.005805],[-134.78482,58.019721],[-134.800038,58.035224],[-134.806467,58.055406],[-134.797475,58.071763],[-134.756337,58.094672],[-134.744985,58.113186],[-134.746327,58.124335],[-134.751088,58.135972],[-134.756174,58.144924],[-134.758656,58.147895],[-134.753041,58.160834],[-134.743764,58.167182],[-134.735178,58.171576],[-134.731313,58.1789],[-134.736155,58.188666],[-134.747141,58.186469],[-134.76891,58.175849],[-134.774973,58.171291],[-134.77477,58.160305],[-134.772532,58.146877],[-134.772328,58.134833],[-134.783681,58.1105],[-134.797841,58.112779],[-134.829986,58.151597],[-134.84317,58.172268],[-134.850209,58.179348],[-134.873769,58.184963],[-134.891469,58.192084],[-134.907623,58.201239],[-134.915679,58.209947],[-134.907948,58.230658],[-134.889638,58.245592],[-134.883616,58.254706],[-134.912587,58.257758],[-134.931874,58.263617],[-134.944895,58.278632],[-134.95287,58.298489],[-134.969146,58.363227],[-134.97057,58.385565],[-134.961008,58.404853],[-134.94929,58.409491],[-134.936635,58.405422],[-134.926625,58.395982],[-134.922515,58.384711],[-134.917063,58.373521]]],[[[-152.606801,58.468451],[-152.603464,58.456366],[-152.581654,58.46662],[-152.555491,58.467963],[-152.499827,58.463202],[-152.506174,58.449408],[-152.521433,58.428534],[-152.527089,58.414781],[-152.493764,58.414049],[-152.478871,58.410102],[-152.465647,58.401109],[-152.481313,58.388983],[-152.48469,58.37344],[-152.476877,58.361477],[-152.458852,58.360175],[-152.449086,58.366034],[-152.444569,58.372748],[-152.438669,58.376695],[-152.424672,58.373765],[-152.414906,58.369615],[-152.405588,58.363227],[-152.401601,58.354438],[-152.419667,58.322943],[-152.398549,58.329047],[-152.375111,58.344957],[-152.379994,58.353949],[-152.373484,58.36164],[-152.363759,58.379381],[-152.3579,58.399604],[-152.363271,58.414781],[-152.349355,58.421129],[-152.323435,58.414211],[-152.311757,58.418524],[-152.298818,58.426337],[-152.286448,58.425767],[-152.260203,58.414781],[-152.263254,58.410875],[-152.264516,58.407782],[-152.26537,58.404731],[-152.267039,58.401109],[-152.24592,58.394965],[-152.260569,58.388983],[-152.267039,58.388129],[-152.256785,58.372016],[-152.236073,58.360053],[-152.211903,58.353502],[-152.191274,58.353949],[-152.151682,58.385932],[-152.140736,58.392035],[-152.116811,58.401109],[-152.107655,58.389594],[-152.091868,58.380683],[-152.083201,58.373521],[-152.095082,58.367621],[-152.136098,58.302965],[-152.154164,58.261542],[-152.143544,58.233832],[-152.131947,58.237982],[-152.12092,58.255439],[-152.11266,58.277493],[-152.109364,58.295315],[-152.099924,58.311916],[-152.080759,58.316555],[-152.065623,58.306342],[-152.06843,58.278266],[-152.051625,58.28913],[-152.031321,58.306708],[-152.01415,58.326361],[-152.006947,58.343085],[-152.000803,58.351874],[-151.98705,58.348375],[-151.973012,58.339748],[-151.966013,58.332831],[-151.965891,58.320746],[-151.971181,58.309882],[-151.985829,58.291897],[-151.968821,58.284125],[-151.980906,58.253974],[-151.972239,58.23725],[-151.993031,58.225165],[-152.031361,58.209662],[-152.047922,58.196275],[-152.047068,58.19538],[-152.048411,58.189602],[-152.051137,58.182034],[-152.054799,58.175849],[-152.057485,58.173529],[-152.116811,58.147895],[-152.129994,58.166164],[-152.196401,58.185981],[-152.219228,58.203111],[-152.232655,58.246772],[-152.246165,58.268256],[-152.260203,58.257758],[-152.269032,58.263577],[-152.27656,58.264228],[-152.282664,58.259833],[-152.287546,58.250922],[-152.304392,58.257554],[-152.316477,58.249172],[-152.324534,58.2331],[-152.329091,58.216783],[-152.309682,58.214911],[-152.296742,58.207099],[-152.294626,58.197333],[-152.308054,58.189439],[-152.32433,58.190863],[-152.353831,58.205308],[-152.370066,58.203111],[-152.363881,58.193427],[-152.354319,58.189032],[-152.342356,58.1883],[-152.329091,58.189439],[-152.335317,58.173082],[-152.331125,58.165025],[-152.308054,58.155341],[-152.282541,58.138739],[-152.273874,58.134833],[-152.286855,58.130683],[-152.309519,58.135199],[-152.318837,58.13109],[-152.33727,58.110541],[-152.342763,58.106879],[-152.349233,58.109768],[-152.360422,58.124091],[-152.36974,58.127387],[-152.398427,58.124945],[-152.410715,58.125678],[-152.424387,58.13109],[-152.455068,58.137356],[-152.489369,58.128363],[-152.522165,58.109605],[-152.548207,58.086412],[-152.558176,58.100287],[-152.562245,58.111965],[-152.562937,58.178778],[-152.560902,58.196234],[-152.555043,58.209947],[-152.57665,58.206692],[-152.588246,58.197333],[-152.593495,58.182318],[-152.598622,58.144843],[-152.603139,58.132636],[-152.611887,58.12051],[-152.627065,58.103461],[-152.632395,58.094713],[-152.633616,58.08747],[-152.635935,58.080308],[-152.644399,58.07217],[-152.653676,58.069525],[-152.679555,58.066799],[-152.708079,58.052069],[-152.733266,58.053371],[-152.755849,58.063381],[-152.767323,58.079576],[-152.775014,58.0633],[-152.765818,58.022854],[-152.777537,58.0008],[-152.804921,57.991523],[-152.926829,58.014879],[-153.014353,58.045478],[-153.036814,58.058987],[-153.058298,58.078599],[-153.066355,58.097113],[-153.048451,58.106879],[-153.081166,58.111029],[-153.12682,58.108466],[-153.16747,58.111151],[-153.185048,58.13109],[-153.229604,58.168891],[-153.229563,58.182563],[-153.188466,58.219875],[-153.161814,58.21955],[-153.028025,58.196275],[-153.023508,58.192043],[-153.014231,58.178656],[-153.01061,58.175849],[-153.00239,58.178046],[-153.000437,58.182847],[-152.999216,58.187649],[-152.993235,58.189439],[-152.97175,58.185126],[-152.92866,58.170233],[-152.9051,58.168402],[-152.9051,58.175849],[-153.006907,58.213365],[-153.012929,58.222154],[-153.027048,58.229804],[-153.04308,58.235256],[-153.071034,58.240139],[-153.085072,58.24787],[-153.109934,58.271389],[-153.059153,58.298814],[-153.041697,58.305569],[-153.01948,58.307278],[-152.989573,58.304511],[-152.960886,58.298041],[-152.942006,58.28852],[-152.902333,58.279853],[-152.846547,58.287909],[-152.803009,58.28852],[-152.795359,58.287258],[-152.793284,58.286811],[-152.767323,58.257758],[-152.75182,58.27265],[-152.753529,58.285386],[-152.762156,58.298977],[-152.767323,58.316107],[-152.769114,58.332017],[-152.774851,58.337063],[-152.78539,58.341132],[-152.801462,58.353949],[-152.790476,58.353095],[-152.779775,58.353461],[-152.769765,58.355658],[-152.760487,58.360175],[-152.785105,58.370836],[-152.86738,58.394355],[-152.883372,58.408596],[-152.861887,58.41413],[-152.817372,58.413153],[-152.773508,58.417711],[-152.753651,58.439643],[-152.74767,58.451565],[-152.734242,58.454047],[-152.720286,58.45185],[-152.712717,58.44953],[-152.701894,58.442043],[-152.697499,58.434556],[-152.692983,58.432115],[-152.68163,58.439643],[-152.674143,58.450832],[-152.670603,58.463528],[-152.664784,58.475287],[-152.650624,58.483629],[-152.632924,58.484605],[-152.617421,58.478746],[-152.606801,58.468451]]],[[[-152.483022,58.480536],[-152.502024,58.473456],[-152.526438,58.476549],[-152.630605,58.50788],[-152.644399,58.518459],[-152.63915,58.528957],[-152.643015,58.537299],[-152.652455,58.54328],[-152.664296,58.546373],[-152.591868,58.555243],[-152.581736,58.562486],[-152.572621,58.580227],[-152.551218,58.590522],[-152.507273,58.600328],[-152.496653,58.604967],[-152.472524,58.620836],[-152.453684,58.62816],[-152.434641,58.628323],[-152.411082,58.631537],[-152.389841,58.636949],[-152.369578,58.638088],[-152.348988,58.628323],[-152.350819,58.620429],[-152.350209,58.613186],[-152.347483,58.606513],[-152.342763,58.600328],[-152.370351,58.575263],[-152.374867,58.563788],[-152.363271,58.551947],[-152.456044,58.502875],[-152.483022,58.480536]]],[[[-160.268046,58.638146],[-160.27718,58.636693],[-160.271297,58.651765],[-160.277877,58.665234],[-160.294265,58.671121],[-160.31626,58.683487],[-160.314158,58.689765],[-160.314158,58.698228],[-160.307632,58.705193],[-160.301547,58.708952],[-160.310747,58.715857],[-160.301242,58.729354],[-160.278066,58.718573],[-160.275988,58.704521],[-160.277449,58.691039],[-160.275867,58.679436],[-160.258738,58.678616],[-160.248158,58.67178],[-160.243845,58.662665],[-160.252449,58.651211],[-160.268046,58.638146]]],[[[-160.417185,58.681789],[-160.426137,58.680365],[-160.433095,58.684638],[-160.435536,58.691148],[-160.423695,58.724026],[-160.415354,58.738349],[-160.405998,58.751282],[-160.391469,58.737698],[-160.384592,58.730862],[-160.381947,58.72663],[-160.381459,58.721259],[-160.384226,58.710761],[-160.393015,58.699652],[-160.405344,58.689399],[-160.417185,58.681789]]],[[[-160.824212,58.654635],[-160.845092,58.634062],[-160.860571,58.614707],[-160.868468,58.592082],[-160.897858,58.570343],[-160.936059,58.559006],[-160.966253,58.549508],[-161.018938,58.558916],[-161.040548,58.558061],[-161.053562,58.550874],[-161.074126,58.546924],[-161.085979,58.553326],[-161.076547,58.572176],[-161.080416,58.580437],[-161.090067,58.589851],[-161.075424,58.600748],[-161.077818,58.611016],[-161.079486,58.629784],[-161.110178,58.651272],[-161.140311,58.668944],[-161.171903,58.690754],[-161.162095,58.690535],[-161.07803,58.639275],[-161.06371,58.676726],[-161.061676,58.700505],[-161.043844,58.702134],[-161.00521,58.716887],[-160.973087,58.731787],[-160.947643,58.737648],[-160.909537,58.745583],[-160.858243,58.747365],[-160.833858,58.756264],[-160.8094,58.765188],[-160.787577,58.77351],[-160.767008,58.775717],[-160.739151,58.797885],[-160.71225,58.804016],[-160.704106,58.813349],[-160.687786,58.818724],[-160.685924,58.810839],[-160.699523,58.792789],[-160.721064,58.767111],[-160.77263,58.716292],[-160.800903,58.679914],[-160.824212,58.654635]]],[[[-152.013051,58.945299],[-152.013132,58.939846],[-152.042511,58.929755],[-152.050771,58.922716],[-152.055165,58.914293],[-152.065094,58.911282],[-152.074656,58.914293],[-152.075144,58.919664],[-152.07018,58.92654],[-152.063791,58.932481],[-152.061838,58.938096],[-152.062489,58.942776],[-152.060455,58.944403],[-152.047271,58.944241],[-152.04483,58.946397],[-152.041819,58.951565],[-152.035227,58.951687],[-152.013051,58.945299]]],[[[-152.273386,58.959418],[-152.253123,58.956692],[-152.157786,58.956692],[-152.157948,58.952338],[-152.159291,58.949286],[-152.164011,58.94302],[-152.176951,58.939114],[-152.200551,58.943101],[-152.212392,58.94302],[-152.221628,58.938544],[-152.239817,58.925279],[-152.249664,58.922512],[-152.249705,58.922512],[-152.334218,58.911933],[-152.363271,58.915717],[-152.363271,58.922512],[-152.340159,58.924791],[-152.327219,58.935045],[-152.323801,58.951117],[-152.329091,58.970893],[-152.309071,58.970404],[-152.273386,58.959418]]],[[[-151.646924,59.103936],[-151.66256,59.09819],[-151.67836,59.099919],[-151.699838,59.097939],[-151.713647,59.105835],[-151.721582,59.121897],[-151.708514,59.13072],[-151.687859,59.129656],[-151.670166,59.11808],[-151.64372,59.115749],[-151.646924,59.103936]]],[[[-151.428281,59.117302],[-151.438933,59.107286],[-151.459556,59.109014],[-151.481584,59.118188],[-151.508501,59.128566],[-151.500251,59.137327],[-151.465133,59.138191],[-151.448127,59.13644],[-151.433561,59.135292],[-151.438209,59.127182],[-151.428281,59.117302]]],[[[-151.788782,59.153053],[-151.800758,59.138893],[-151.853312,59.144766],[-151.89319,59.144364],[-151.888676,59.157183],[-151.858987,59.163867],[-151.816822,59.170664],[-151.788782,59.153053]]],[[[-150.699941,59.31391],[-150.731638,59.31151],[-150.76183,59.316799],[-150.779856,59.334052],[-150.746205,59.357856],[-150.723582,59.366034],[-150.714955,59.376858],[-150.704172,59.395453],[-150.681996,59.405178],[-150.653798,59.407213],[-150.626902,59.399848],[-150.608591,59.381171],[-150.6551,59.332994],[-150.67748,59.31977],[-150.699941,59.31391]]],[[[-153.405873,59.338568],[-153.498891,59.325426],[-153.524526,59.330268],[-153.535105,59.337226],[-153.545115,59.338935],[-153.552683,59.343085],[-153.555613,59.357611],[-153.55016,59.366889],[-153.538157,59.377102],[-153.525339,59.38524],[-153.517771,59.388617],[-153.504465,59.39175],[-153.476755,59.405422],[-153.46345,59.408515],[-153.397939,59.408515],[-153.357411,59.378119],[-153.354604,59.36518],[-153.37682,59.347724],[-153.405873,59.338568]]],[[[-146.340688,59.411444],[-146.358551,59.410102],[-146.358632,59.422431],[-146.323598,59.452135],[-146.3131,59.455756],[-146.308217,59.447089],[-146.322418,59.425849],[-146.340688,59.411444]]],[[[-150.302195,59.449164],[-150.3037,59.430487],[-150.314402,59.422187],[-150.321278,59.422349],[-150.325307,59.427476],[-150.328196,59.433539],[-150.33141,59.436428],[-150.338328,59.435248],[-150.34911,59.430243],[-150.355336,59.429633],[-150.379099,59.431383],[-150.385569,59.428656],[-150.396921,59.422187],[-150.415354,59.407131],[-150.426991,59.401679],[-150.443471,59.402289],[-150.423695,59.435981],[-150.410512,59.446275],[-150.334828,59.456977],[-150.306508,59.46426],[-150.294626,59.464586],[-150.293894,59.456977],[-150.302195,59.449164]]],[[[-144.578847,59.817776],[-144.605295,59.813178],[-144.552358,59.873236],[-144.533844,59.882066],[-144.509348,59.888983],[-144.442006,59.937323],[-144.392974,59.95661],[-144.341786,59.984524],[-144.308095,59.988756],[-144.245758,60.007554],[-144.208608,60.011786],[-144.213287,60.002265],[-144.220815,59.995795],[-144.230621,59.992377],[-144.242177,59.99136],[-144.377105,59.932359],[-144.403717,59.927191],[-144.41218,59.920356],[-144.418935,59.911526],[-144.427724,59.902533],[-144.554596,59.827094],[-144.578847,59.817776]]],[[[-147.995025,60.03266],[-148.081166,59.971666],[-148.112904,59.960842],[-148.142161,59.946723],[-148.155955,59.943549],[-148.244985,59.943549],[-148.229115,59.949368],[-148.196238,59.953355],[-148.182322,59.964057],[-148.189158,59.963446],[-148.203318,59.964342],[-148.210194,59.964057],[-148.205515,59.969468],[-148.203359,59.972846],[-148.199574,59.975246],[-148.189768,59.977688],[-148.189768,59.984524],[-148.197987,59.983954],[-148.214955,59.985053],[-148.223256,59.984524],[-148.223256,59.99136],[-148.202992,59.995551],[-148.186838,59.99315],[-148.172841,59.985663],[-148.159373,59.97427],[-148.144846,59.972398],[-148.106068,59.992092],[-148.078196,60.001044],[-148.032094,60.025458],[-148.026072,60.030829],[-148.02009,60.037787],[-148.013417,60.043931],[-148.005035,60.046576],[-147.993072,60.044582],[-147.990468,60.039496],[-147.995025,60.03266]]],[[[-147.98176,59.959052],[-148.035715,59.952582],[-148.046376,59.957099],[-148.035512,59.97427],[-148.007517,59.996243],[-147.947255,60.029039],[-147.891754,60.069037],[-147.876576,60.076361],[-147.861399,60.080756],[-147.846588,60.081244],[-147.829701,60.077867],[-147.819976,60.068915],[-147.82665,60.052802],[-147.843251,60.030463],[-147.867502,60.008857],[-147.895172,59.990424],[-147.938588,59.97191],[-147.98176,59.959052]]],[[[-147.953114,60.129462],[-147.953236,60.121649],[-147.914784,60.125474],[-147.899037,60.121975],[-147.881256,60.107367],[-147.896474,60.095608],[-147.918365,60.086005],[-147.963775,60.07392],[-148.019154,60.074652],[-148.044423,60.070299],[-148.059397,60.052802],[-148.050852,60.054267],[-148.032094,60.052802],[-148.093332,60.017768],[-148.124867,60.004136],[-148.141306,60.011786],[-148.133127,60.031073],[-148.109568,60.056301],[-148.080556,60.078192],[-148.0454,60.091783],[-148.018259,60.110582],[-148.001332,60.114814],[-147.998606,60.121161],[-147.975657,60.147895],[-147.970041,60.152737],[-147.966461,60.156562],[-147.959218,60.144965],[-147.953114,60.129462]]],[[[-152.558217,60.108344],[-152.580149,60.107245],[-152.611155,60.131049],[-152.628285,60.148627],[-152.635691,60.157945],[-152.638132,60.167304],[-152.632395,60.174791],[-152.620473,60.179267],[-152.604604,60.178616],[-152.586171,60.172065],[-152.569447,60.158759],[-152.563181,60.14997],[-152.558298,60.134996],[-152.558217,60.108344]]],[[[-148.081248,60.134996],[-148.087351,60.118232],[-148.090403,60.100246],[-148.099233,60.083482],[-148.11323,60.071234],[-148.131703,60.066474],[-148.137318,60.063544],[-148.159332,60.043158],[-148.159373,60.043158],[-148.168813,60.037746],[-148.258616,60.023139],[-148.286,60.023993],[-148.313832,60.032294],[-148.287343,60.04267],[-148.21996,60.039781],[-148.189768,60.046576],[-148.213246,60.054267],[-148.299631,60.052802],[-148.299631,60.060248],[-148.271189,60.067206],[-148.21581,60.073676],[-148.189768,60.087551],[-148.26301,60.08869],[-148.285959,60.094387],[-148.27123,60.102973],[-148.140818,60.147895],[-148.118723,60.150295],[-148.114003,60.129096],[-148.101511,60.135688],[-148.088083,60.146715],[-148.077463,60.15998],[-148.069325,60.186957],[-148.060618,60.195136],[-148.049998,60.195705],[-148.040964,60.186591],[-148.051707,60.168931],[-148.081248,60.134996]]],[[[-147.472727,60.22956],[-147.491811,60.228827],[-147.494862,60.237128],[-147.492258,60.25259],[-147.500966,60.258368],[-147.493886,60.263129],[-147.467844,60.266669],[-147.450063,60.272284],[-147.444569,60.273098],[-147.438954,60.273342],[-147.366038,60.299018],[-147.360422,60.300727],[-147.349233,60.301703],[-147.343414,60.298733],[-147.343861,60.285102],[-147.347808,60.273586],[-147.370269,60.262844],[-147.472727,60.22956]]],[[[-147.114166,60.356676],[-147.120269,60.347602],[-147.011057,60.347602],[-147.026519,60.330756],[-147.107249,60.2862],[-147.0808,60.280341],[-146.922271,60.313463],[-146.922271,60.306627],[-146.9287,60.304836],[-146.933013,60.301418],[-146.937001,60.297187],[-146.942128,60.292955],[-146.97057,60.259182],[-147.010487,60.23371],[-147.233795,60.133124],[-147.328196,60.070258],[-147.371083,60.028876],[-147.376617,60.01553],[-147.369496,60.006781],[-147.358795,59.999661],[-147.353668,59.99136],[-147.367014,59.972846],[-147.427235,59.97663],[-147.452992,59.967475],[-147.483551,59.946967],[-147.487416,59.943549],[-147.490305,59.939195],[-147.478668,59.929755],[-147.456125,59.915595],[-147.453603,59.895901],[-147.468251,59.876776],[-147.49234,59.861802],[-147.518788,59.854193],[-147.601145,59.866767],[-147.643707,59.862616],[-147.668772,59.819281],[-147.684234,59.817084],[-147.716786,59.820014],[-147.800608,59.80329],[-147.84024,59.786526],[-147.86144,59.782457],[-147.878774,59.783149],[-147.915395,59.79267],[-147.915395,59.799547],[-147.898793,59.810207],[-147.894439,59.833808],[-147.886138,59.857611],[-147.857655,59.868476],[-147.825429,59.870795],[-147.793772,59.877753],[-147.763905,59.888495],[-147.737213,59.902533],[-147.760121,59.90766],[-147.790679,59.910956],[-147.804921,59.920356],[-147.778798,59.943549],[-147.752431,59.953843],[-147.695709,59.962144],[-147.668935,59.970893],[-147.674306,59.980292],[-147.682525,59.987047],[-147.703114,59.997504],[-147.680979,60.008734],[-147.533111,60.05858],[-147.515045,60.070136],[-147.424631,60.111233],[-147.380198,60.139594],[-147.387807,60.162665],[-147.374094,60.170559],[-147.342152,60.179755],[-147.329742,60.187201],[-147.303822,60.226874],[-147.295644,60.232164],[-147.285878,60.231024],[-147.265533,60.225898],[-147.254709,60.224677],[-147.246693,60.226874],[-147.228831,60.236233],[-147.201161,60.242174],[-147.197011,60.251207],[-147.20287,60.26911],[-147.203847,60.274644],[-147.206044,60.281562],[-147.208363,60.286566],[-147.209625,60.2862],[-147.20759,60.294989],[-147.204254,60.297919],[-147.200266,60.300116],[-147.196034,60.306627],[-147.191762,60.310248],[-147.184682,60.313544],[-147.178049,60.31859],[-147.175526,60.327094],[-147.179921,60.332017],[-147.198476,60.338935],[-147.20287,60.341376],[-147.189605,60.362209],[-147.155141,60.376451],[-147.115549,60.381659],[-147.086781,60.375556],[-147.106516,60.363918],[-147.114166,60.356676]]],[[[-148.014109,60.308336],[-148.018422,60.299791],[-148.042226,60.286566],[-148.073313,60.285142],[-148.104441,60.292873],[-148.128285,60.306627],[-148.135121,60.299791],[-148.127065,60.334947],[-148.075632,60.369371],[-148.014394,60.387926],[-147.977447,60.375556],[-147.983062,60.366441],[-148.00475,60.344468],[-148.006215,60.335639],[-148.014109,60.308336]]],[[[-145.1197,60.324408],[-145.12328,60.311754],[-145.136586,60.306627],[-145.145904,60.308905],[-145.163197,60.318671],[-145.181956,60.31977],[-145.20226,60.314643],[-145.211985,60.313463],[-145.233469,60.317328],[-145.261871,60.332668],[-145.284291,60.33393],[-145.284291,60.341376],[-145.174428,60.382392],[-145.119781,60.409817],[-145.095082,60.416327],[-145.092519,60.402167],[-145.099233,60.388861],[-145.114125,60.36994],[-145.119781,60.355048],[-145.1197,60.324408]]],[[[-166.102732,60.391995],[-166.092152,60.374661],[-166.080149,60.35932],[-166.061838,60.347602],[-166.067942,60.344672],[-166.070627,60.34162],[-166.072377,60.33808],[-166.07551,60.33393],[-166.051747,60.327948],[-165.98823,60.320624],[-165.921254,60.327094],[-165.897206,60.344428],[-165.88679,60.347602],[-165.810496,60.345893],[-165.787546,60.341376],[-165.779286,60.336982],[-165.766469,60.324652],[-165.760203,60.32095],[-165.745554,60.319037],[-165.718455,60.319525],[-165.705556,60.313463],[-165.726064,60.306627],[-165.684438,60.299791],[-165.68696,60.292873],[-165.688547,60.289984],[-165.691884,60.2862],[-165.679189,60.27851],[-165.685414,60.266832],[-165.700876,60.25609],[-165.71581,60.25141],[-165.71821,60.245551],[-165.705515,60.232367],[-165.678293,60.211086],[-165.721262,60.181586],[-165.7329,60.176337],[-165.72468,60.163886],[-165.711374,60.15705],[-165.695139,60.154731],[-165.678293,60.155829],[-165.682973,60.151068],[-165.687571,60.145209],[-165.691884,60.142157],[-165.691884,60.135321],[-165.682851,60.133857],[-165.679514,60.131822],[-165.677195,60.12816],[-165.671457,60.121649],[-165.681223,60.106757],[-165.693715,60.093207],[-165.726064,60.066474],[-165.691396,60.067776],[-165.677195,60.063178],[-165.666208,60.038764],[-165.653513,60.032904],[-165.623036,60.025458],[-165.63093,60.014797],[-165.636423,60.00967],[-165.643503,60.00495],[-165.643503,59.997504],[-165.628855,59.992906],[-165.613393,59.975653],[-165.602528,59.970893],[-165.588857,59.972602],[-165.557851,59.983059],[-165.541086,59.984524],[-165.553822,59.976508],[-165.567576,59.97012],[-165.578318,59.962551],[-165.582102,59.950995],[-165.569081,59.950995],[-165.559804,59.949408],[-165.554758,59.943549],[-165.554921,59.934638],[-165.558665,59.929633],[-165.564646,59.925523],[-165.571482,59.919338],[-165.598622,59.909654],[-165.69225,59.902981],[-165.71581,59.905992],[-165.727488,59.915758],[-165.742258,59.924221],[-165.754832,59.925116],[-165.760203,59.912543],[-165.771067,59.906968],[-165.864939,59.882758],[-165.883778,59.881008],[-165.927805,59.882066],[-165.944325,59.887437],[-165.958567,59.897528],[-165.973866,59.90351],[-165.993601,59.896308],[-165.963694,59.887885],[-165.979115,59.876166],[-166.010121,59.866645],[-166.027089,59.864691],[-166.040395,59.857611],[-166.12267,59.841132],[-166.132517,59.858222],[-166.187815,59.86225],[-166.246693,59.853909],[-166.267283,59.833686],[-166.259592,59.832709],[-166.215769,59.820014],[-166.157419,59.82746],[-166.134226,59.822333],[-166.112742,59.810858],[-166.094675,59.7956],[-166.081736,59.779039],[-166.104237,59.765855],[-166.144114,59.757961],[-166.182078,59.756293],[-166.199045,59.761664],[-166.205881,59.777899],[-166.222768,59.794745],[-166.244008,59.807847],[-166.275136,59.816352],[-166.298411,59.830512],[-166.311716,59.833686],[-166.329945,59.834906],[-166.406443,59.854804],[-166.438588,59.858222],[-166.470652,59.856635],[-166.500071,59.847968],[-166.506296,59.860175],[-166.521108,59.861029],[-166.555287,59.854193],[-166.613352,59.856391],[-166.630442,59.861029],[-166.670766,59.885443],[-166.685007,59.888902],[-166.726633,59.892401],[-166.748606,59.89761],[-166.787831,59.921129],[-167.020823,59.99136],[-167.000966,60.002346],[-166.99352,60.00495],[-167.011464,60.012274],[-167.028269,60.008938],[-167.044789,60.001654],[-167.062367,59.997504],[-167.060129,60.004584],[-167.06074,60.008124],[-167.062123,60.011868],[-167.062367,60.019273],[-167.074941,60.010077],[-167.079335,60.003404],[-167.08552,59.999213],[-167.103383,59.997504],[-167.121938,60.000718],[-167.152943,60.015815],[-167.167917,60.019273],[-167.189809,60.027777],[-167.21699,60.047756],[-167.241078,60.070502],[-167.254221,60.087551],[-167.260976,60.087551],[-167.267893,60.070299],[-167.286082,60.065497],[-167.306956,60.070014],[-167.321848,60.080756],[-167.321034,60.084377],[-167.321848,60.11107],[-167.32372,60.120998],[-167.328725,60.128607],[-167.343577,60.142157],[-167.436147,60.19538],[-167.45283,60.217231],[-167.436472,60.212063],[-167.421091,60.211737],[-167.342885,60.22427],[-167.332712,60.228461],[-167.321116,60.235419],[-167.304921,60.238837],[-167.288075,60.238715],[-167.274363,60.235297],[-167.258982,60.22956],[-167.246897,60.228258],[-167.158152,60.234524],[-166.873972,60.210639],[-166.820424,60.217597],[-166.794871,60.258857],[-166.797922,60.266832],[-166.804392,60.270738],[-166.80781,60.275458],[-166.801707,60.2862],[-166.792307,60.292304],[-166.760854,60.304429],[-166.721303,60.311103],[-166.667673,60.327704],[-166.636586,60.327094],[-166.59789,60.315131],[-166.577707,60.315253],[-166.568959,60.330512],[-166.566518,60.350491],[-166.558949,60.359442],[-166.459218,60.387152],[-166.421986,60.384345],[-166.390207,60.361274],[-166.394643,60.358222],[-166.399037,60.35224],[-166.403879,60.347602],[-166.379832,60.348944],[-166.308217,60.382392],[-166.185374,60.402167],[-166.189076,60.385647],[-166.173411,60.379381],[-166.15156,60.381171],[-166.136952,60.388577],[-166.134714,60.401557],[-166.140859,60.415595],[-166.157419,60.436957],[-166.131296,60.431464],[-166.119008,60.426215],[-166.108998,60.41649],[-166.116444,60.409654],[-166.102732,60.391995]]],[[[-146.541575,60.468573],[-146.544911,60.464911],[-146.445627,60.464911],[-146.423248,60.467922],[-146.401723,60.473334],[-146.379018,60.47606],[-146.353098,60.471137],[-146.36205,60.453803],[-146.361643,60.426215],[-146.36677,60.409654],[-146.323557,60.410712],[-146.238393,60.431627],[-146.151357,60.438788],[-146.129628,60.436225],[-146.120351,60.427069],[-146.12975,60.422838],[-146.174224,60.409491],[-146.188629,60.402167],[-146.093658,60.410346],[-146.078765,60.402167],[-146.085683,60.402655],[-146.090647,60.400621],[-146.094879,60.397895],[-146.099843,60.395982],[-146.183217,60.384223],[-146.188629,60.382392],[-146.192698,60.377346],[-146.193959,60.370754],[-146.194203,60.364651],[-146.195465,60.361274],[-146.223988,60.351386],[-146.251617,60.350287],[-146.305043,60.355048],[-146.333608,60.35224],[-146.493276,60.303778],[-146.553944,60.261217],[-146.578521,60.249905],[-146.600168,60.245185],[-146.621246,60.248684],[-146.64859,60.25788],[-146.67219,60.270941],[-146.682037,60.2862],[-146.655629,60.306789],[-146.490305,60.361274],[-146.504791,60.370429],[-146.567698,60.363227],[-146.593332,60.368109],[-146.57901,60.375556],[-146.59911,60.375474],[-146.615956,60.37108],[-146.647939,60.355048],[-146.61384,60.355048],[-146.655588,60.340644],[-146.700551,60.354804],[-146.722646,60.386217],[-146.695709,60.423326],[-146.660308,60.430162],[-146.654775,60.433905],[-146.652089,60.442206],[-146.645863,60.451646],[-146.634348,60.464911],[-146.61266,60.478095],[-146.588124,60.484036],[-146.530629,60.485419],[-146.530629,60.477973],[-146.536122,60.47484],[-146.539174,60.471829],[-146.541575,60.468573]]],[[[-147.68928,60.50373],[-147.682607,60.471137],[-147.658437,60.479967],[-147.645253,60.4831],[-147.634511,60.481676],[-147.627187,60.474433],[-147.62857,60.466986],[-147.634755,60.460883],[-147.641672,60.457465],[-147.641672,60.450629],[-147.633778,60.448635],[-147.614369,60.436957],[-147.629058,60.426174],[-147.634185,60.423326],[-147.662424,60.42121],[-147.710927,60.401801],[-147.737213,60.395982],[-147.715443,60.383287],[-147.693512,60.384711],[-147.671254,60.391791],[-147.648508,60.395982],[-147.625356,60.389594],[-147.631012,60.374823],[-147.66218,60.347602],[-147.694732,60.302802],[-147.738759,60.259833],[-147.738759,60.249986],[-147.710561,60.25141],[-147.723704,60.221381],[-147.741282,60.19359],[-147.765614,60.174384],[-147.798695,60.170111],[-147.796213,60.188056],[-147.811431,60.189358],[-147.8308,60.186916],[-147.84024,60.193671],[-147.79247,60.238349],[-147.798695,60.245185],[-147.822499,60.232367],[-147.851715,60.227932],[-147.881907,60.230455],[-147.908559,60.238349],[-147.90331,60.252875],[-147.895985,60.260321],[-147.867584,60.272528],[-147.877756,60.278266],[-147.898997,60.286933],[-147.908559,60.292955],[-147.870473,60.292426],[-147.822825,60.29914],[-147.780385,60.314846],[-147.757721,60.341376],[-147.784535,60.339179],[-147.83373,60.329413],[-147.860748,60.327094],[-147.872711,60.328925],[-147.874989,60.333401],[-147.870107,60.339057],[-147.860748,60.344468],[-147.847808,60.346422],[-147.820627,60.34276],[-147.806142,60.347602],[-147.846181,60.366278],[-147.860585,60.377387],[-147.847076,60.382392],[-147.820302,60.382799],[-147.80134,60.385891],[-147.786285,60.393988],[-147.771392,60.409654],[-147.785878,60.410549],[-147.821197,60.399482],[-147.84024,60.395982],[-147.812489,60.446234],[-147.792795,60.471747],[-147.771392,60.485419],[-147.772532,60.453925],[-147.776682,60.441718],[-147.785715,60.430813],[-147.72997,60.441392],[-147.710113,60.452582],[-147.72053,60.474555],[-147.723785,60.492906],[-147.70816,60.506781],[-147.68928,60.50373]]],[[[-152.038564,60.350409],[-152.061594,60.347602],[-152.072825,60.349758],[-152.083811,60.354438],[-152.08967,60.359117],[-152.08552,60.361274],[-152.03779,60.365709],[-152.027455,60.368109],[-152.021596,60.376207],[-152.021718,60.385321],[-152.023061,60.394273],[-152.020619,60.402167],[-152.011952,60.408189],[-151.990224,60.419094],[-151.985829,60.427069],[-151.98054,60.440416],[-151.971059,60.452094],[-151.967478,60.465806],[-151.979685,60.485419],[-151.953196,60.50849],[-151.943064,60.511623],[-151.921335,60.512112],[-151.904164,60.510565],[-151.884023,60.505683],[-151.8662,60.497301],[-151.85615,60.485419],[-151.869781,60.485419],[-151.869822,60.485419],[-151.879709,60.477362],[-151.89155,60.457709],[-151.897084,60.450629],[-151.908803,60.44359],[-151.918691,60.441311],[-151.929758,60.440253],[-151.944936,60.436957],[-151.96349,60.426174],[-151.978627,60.408271],[-151.982167,60.389472],[-151.966013,60.375556],[-152.038564,60.350409]]],[[[-172.53364,60.391506],[-172.503367,60.388577],[-172.410756,60.401679],[-172.379832,60.395982],[-172.297312,60.351345],[-172.297312,60.351304],[-172.284535,60.342597],[-172.225779,60.323635],[-172.208567,60.313463],[-172.22289,60.313707],[-172.263173,60.306627],[-172.278879,60.309801],[-172.303212,60.323961],[-172.366526,60.344468],[-172.385365,60.347602],[-172.424753,60.342475],[-172.474436,60.34984],[-172.508046,60.342963],[-172.540883,60.332506],[-172.57197,60.327094],[-172.599965,60.32982],[-172.625722,60.336982],[-172.674672,60.35814],[-172.686228,60.36164],[-172.71113,60.364936],[-172.722483,60.368109],[-172.735178,60.375474],[-172.751576,60.392768],[-172.763417,60.402167],[-172.783315,60.41234],[-173.004221,60.49018],[-173.057607,60.49844],[-173.043772,60.50434],[-173.03779,60.505845],[-173.041086,60.517157],[-173.04247,60.527574],[-173.041575,60.537299],[-173.03779,60.54682],[-173.036733,60.553778],[-173.038157,60.56037],[-173.037668,60.565375],[-173.030955,60.567328],[-173.021555,60.568101],[-173.013743,60.570136],[-173.003,60.574164],[-172.952341,60.600979],[-172.925038,60.606676],[-172.914255,60.587836],[-172.926625,60.572821],[-172.921457,60.549628],[-172.906687,60.528266],[-172.89037,60.518948],[-172.876414,60.513495],[-172.811838,60.477973],[-172.53364,60.391506]]],[[[-146.096913,60.479682],[-146.29426,60.454779],[-146.332631,60.464911],[-146.317942,60.493842],[-146.305735,60.510159],[-146.286448,60.51732],[-146.120107,60.519477],[-146.093088,60.525784],[-146.100209,60.528632],[-146.120351,60.539374],[-146.034088,60.558295],[-145.949045,60.567328],[-145.949045,60.574164],[-145.956614,60.577053],[-145.961659,60.580512],[-145.969553,60.587836],[-145.858754,60.595608],[-145.805735,60.606187],[-145.757232,60.62873],[-145.749827,60.621324],[-145.77009,60.610419],[-145.77774,60.608303],[-145.758412,60.601874],[-145.749827,60.601467],[-145.756581,60.593207],[-145.76415,60.587104],[-145.773101,60.582953],[-145.783925,60.58039],[-145.871734,60.543891],[-145.913686,60.536811],[-145.962717,60.518948],[-146.014638,60.508938],[-146.0631,60.488267],[-146.096913,60.479682]]],[[[-173.052968,60.623928],[-173.05842,60.621283],[-173.068715,60.624213],[-173.104237,60.644843],[-173.113596,60.653022],[-173.111399,60.664211],[-173.093699,60.679836],[-173.071726,60.686225],[-173.062449,60.678534],[-173.062123,60.669623],[-173.060414,60.659166],[-173.062327,60.647895],[-173.06432,60.642524],[-173.054189,60.630561],[-173.052968,60.623928]]],[[[-147.406606,60.696275],[-147.385162,60.672553],[-147.374338,60.664862],[-147.364247,60.666327],[-147.352935,60.673774],[-147.338979,60.679348],[-147.324696,60.682807],[-147.312734,60.684027],[-147.325022,60.657172],[-147.339711,60.645575],[-147.359731,60.644477],[-147.387807,60.649237],[-147.402943,60.648383],[-147.44929,60.638129],[-147.477162,60.635647],[-147.461049,60.648342],[-147.454945,60.654934],[-147.449859,60.662909],[-147.474029,60.661119],[-147.49767,60.656684],[-147.487213,60.661282],[-147.449859,60.669745],[-147.448476,60.680976],[-147.455393,60.687812],[-147.466379,60.690823],[-147.477162,60.690172],[-147.466298,60.698065],[-147.428782,60.711371],[-147.420562,60.707099],[-147.413075,60.702053],[-147.406606,60.696275]]],[[[-147.936838,60.728827],[-147.929067,60.718166],[-147.925364,60.731879],[-147.919504,60.741645],[-147.90982,60.744818],[-147.881256,60.731513],[-147.865468,60.72012],[-147.852447,60.706732],[-147.847076,60.693996],[-147.857533,60.687201],[-147.922231,60.684027],[-147.923248,60.680854],[-147.924672,60.674221],[-147.928334,60.667141],[-147.935902,60.662909],[-147.941518,60.665107],[-147.966908,60.680325],[-148.012196,60.725002],[-147.994618,60.73135],[-147.978831,60.725979],[-147.963979,60.71662],[-147.949534,60.711371],[-147.965484,60.733832],[-147.96935,60.746649],[-147.960357,60.752346],[-147.94933,60.748725],[-147.942494,60.739976],[-147.936838,60.728827]]],[[[-148.107777,60.662909],[-148.124745,60.650539],[-148.140492,60.648668],[-148.155141,60.653998],[-148.168609,60.662909],[-148.16865,60.662909],[-148.194529,60.681464],[-148.222239,60.706122],[-148.230092,60.729722],[-148.196604,60.744818],[-148.211659,60.756049],[-148.21703,60.759101],[-148.158681,60.764716],[-148.141306,60.759101],[-148.124094,60.751125],[-148.111155,60.738105],[-148.110056,60.725328],[-148.128285,60.718166],[-148.128285,60.711371],[-148.108022,60.709703],[-148.098744,60.696845],[-148.099192,60.679145],[-148.107777,60.662909]]],[[[-146.734711,60.81452],[-146.76558,60.801956],[-146.796809,60.805939],[-146.811255,60.818283],[-146.820306,60.841694],[-146.80643,60.854186],[-146.77531,60.857095],[-146.761376,60.868211],[-146.76162,60.87925],[-146.738741,60.871071],[-146.712851,60.853252],[-146.704063,60.839486],[-146.718009,60.828393],[-146.734711,60.81452]]],[[[-147.136586,60.908271],[-147.135894,60.901313],[-147.127065,60.90233],[-147.119211,60.905666],[-147.1197,60.898139],[-147.131947,60.887681],[-147.158193,60.875474],[-147.152699,60.873521],[-147.131581,60.877997],[-147.121653,60.881781],[-147.112294,60.884426],[-147.107818,60.887356],[-147.102203,60.897691],[-147.097076,60.899644],[-147.094146,60.897935],[-147.078236,60.892768],[-147.07665,60.886908],[-147.08316,60.878485],[-147.104115,60.866156],[-147.139638,60.855618],[-147.166249,60.854926],[-147.182688,60.858222],[-147.190297,60.862982],[-147.185374,60.869452],[-147.182851,60.875718],[-147.189443,60.877509],[-147.20995,60.87641],[-147.216379,60.877102],[-147.221995,60.875434],[-147.219594,60.871405],[-147.229644,60.867825],[-147.253774,60.868109],[-147.310536,60.874457],[-147.318918,60.877265],[-147.318715,60.879625],[-147.310414,60.880805],[-147.303456,60.882717],[-147.298736,60.886623],[-147.29011,60.889309],[-147.277415,60.888129],[-147.266103,60.889228],[-147.256215,60.896674],[-147.246653,60.901801],[-147.233144,60.90469],[-147.226918,60.906806],[-147.21524,60.907294],[-147.212717,60.902045],[-147.217519,60.89468],[-147.21467,60.892483],[-147.205556,60.899075],[-147.194407,60.904242],[-147.180979,60.903144],[-147.175852,60.89997],[-147.180043,60.896633],[-147.177642,60.894355],[-147.16804,60.892524],[-147.142323,60.909166],[-147.136586,60.908271]]],[[[-148.032094,60.930406],[-147.967641,60.905585],[-147.9405,60.88581],[-147.943267,60.861558],[-147.919342,60.838324],[-147.912343,60.825426],[-147.915395,60.813137],[-147.929189,60.806342],[-147.942983,60.812201],[-147.955922,60.822211],[-147.966908,60.827379],[-148.008494,60.796332],[-148.023793,60.791205],[-148.08731,60.800116],[-148.087351,60.800116],[-148.116038,60.797553],[-148.127146,60.800605],[-148.135121,60.813137],[-148.13683,60.826361],[-148.134226,60.836819],[-148.130238,60.846625],[-148.128285,60.8581],[-148.111399,60.877509],[-148.081492,60.892035],[-148.069895,60.904242],[-148.107777,60.916815],[-148.107777,60.923],[-148.089467,60.922431],[-148.032094,60.930406]]],[[[-150.227528,61.127183],[-150.265248,61.12344],[-150.276438,61.127387],[-150.259999,61.133124],[-150.245229,61.146064],[-150.23176,61.162909],[-150.224355,61.170396],[-150.210846,61.173041],[-150.184519,61.174262],[-150.177724,61.161363],[-150.196238,61.141303],[-150.227528,61.127183]]],[[[-165.94697,62.025702],[-165.944407,62.017971],[-165.947825,62.015937],[-165.956492,62.020087],[-165.96349,62.021796],[-165.96821,62.020697],[-165.973948,62.018744],[-165.98054,62.015611],[-165.985707,62.015367],[-165.989247,62.017971],[-165.99828,62.0185],[-166.009836,62.022935],[-166.008738,62.037258],[-165.995595,62.054267],[-165.9829,62.065904],[-165.972117,62.07217],[-165.966054,62.07038],[-165.971669,62.059516],[-165.976186,62.044582],[-165.961985,62.032904],[-165.948923,62.029527],[-165.94697,62.025702]]],[[[-164.567006,63.046291],[-164.583933,63.04206],[-164.59968,63.042792],[-164.611806,63.046698],[-164.611562,63.055894],[-164.596425,63.063218],[-164.586903,63.064439],[-164.577219,63.063218],[-164.563303,63.05622],[-164.567006,63.046291]]],[[[-169.782053,63.043402],[-169.777089,63.035061],[-169.855702,63.08869],[-169.880808,63.109565],[-169.931874,63.139146],[-169.927235,63.138699],[-169.868845,63.106147],[-169.809967,63.064643],[-169.790028,63.051663],[-169.782053,63.043402]]],[[[-169.508127,63.373358],[-169.440943,63.36354],[-169.489329,63.367825],[-169.512318,63.373765],[-169.529001,63.383368],[-169.508127,63.373358]]],[[[-170.381825,63.301418],[-170.296213,63.239407],[-170.36913,63.290595],[-170.449656,63.3251],[-170.707834,63.395209],[-170.485463,63.344672],[-170.381825,63.301418]]],[[[-171.029246,63.438666],[-170.784047,63.408515],[-170.975209,63.43122],[-171.058542,63.430121],[-171.072895,63.437326],[-171.029246,63.438666]]],[[[-171.07079,63.602484],[-171.0749,63.60224],[-171.089996,63.603909],[-171.07079,63.602484]]],[[[-171.144032,63.611762],[-171.090037,63.603909],[-171.157656,63.609737],[-171.144032,63.611762]]],[[[-162.382436,63.622992],[-162.34081,63.602484],[-162.341664,63.597073],[-162.34435,63.593695],[-162.348744,63.591498],[-162.354482,63.589423],[-162.358022,63.586615],[-162.360341,63.583889],[-162.363108,63.582099],[-162.368113,63.581977],[-162.349436,63.560492],[-162.347646,63.554755],[-162.359364,63.54621],[-162.373036,63.54975],[-162.384145,63.557766],[-162.38801,63.562201],[-162.498158,63.548529],[-162.614858,63.548529],[-162.626943,63.550686],[-162.648915,63.560004],[-162.678171,63.563666],[-162.7176,63.575181],[-162.676503,63.611518],[-162.666086,63.616767],[-162.633412,63.622626],[-162.621409,63.622992],[-162.610422,63.619208],[-162.602528,63.613715],[-162.593943,63.611233],[-162.580434,63.616767],[-162.584421,63.628485],[-162.556467,63.629828],[-162.482167,63.621894],[-162.461659,63.623684],[-162.443959,63.629462],[-162.436391,63.640326],[-162.42809,63.642157],[-162.409047,63.63935],[-162.374949,63.630439],[-162.382436,63.622992]]],[[[-171.672597,63.796332],[-171.65217,63.790432],[-171.635732,63.777289],[-171.625722,63.760728],[-171.636464,63.754096],[-171.64509,63.741848],[-171.649159,63.726874],[-171.646189,63.712348],[-171.633901,63.700385],[-171.616322,63.693549],[-171.446523,63.658637],[-171.407216,63.64411],[-171.429311,63.644517],[-171.468251,63.655015],[-171.489125,63.657701],[-171.504343,63.653266],[-171.530222,63.631293],[-171.543772,63.622992],[-171.543772,63.616767],[-171.529368,63.621649],[-171.518544,63.619696],[-171.508412,63.614651],[-171.495961,63.609931],[-171.487172,63.608954],[-171.343129,63.615302],[-171.310414,63.622992],[-171.325388,63.629706],[-171.342966,63.631659],[-171.379262,63.630439],[-171.379262,63.636664],[-171.159291,63.609809],[-171.164174,63.607733],[-171.168406,63.604885],[-171.171702,63.600898],[-171.173818,63.595649],[-171.125722,63.595649],[-171.112375,63.593492],[-171.09675,63.584174],[-171.087595,63.581977],[-170.975209,63.589423],[-170.977528,63.586127],[-170.977976,63.585028],[-170.978831,63.584296],[-170.982655,63.581977],[-170.93696,63.571682],[-170.888743,63.585395],[-170.840037,63.606106],[-170.773508,63.62051],[-170.721995,63.650865],[-170.662587,63.672512],[-170.64623,63.685045],[-170.624623,63.6706],[-170.595896,63.669664],[-170.496571,63.7001],[-170.470408,63.704088],[-170.440785,63.705512],[-170.428293,63.703437],[-170.401926,63.693996],[-170.389272,63.69184],[-170.337758,63.699286],[-170.310048,63.698676],[-170.297353,63.695543],[-170.276357,63.680854],[-170.266428,63.67768],[-170.25536,63.675686],[-170.241567,63.671373],[-170.188181,63.639106],[-170.167104,63.630439],[-170.110951,63.623196],[-170.082468,63.61518],[-170.067006,63.594143],[-170.052968,63.579413],[-170.049794,63.571479],[-170.052073,63.560614],[-170.055369,63.555406],[-170.054148,63.551581],[-170.042958,63.544745],[-170.038564,63.531928],[-170.053212,63.515774],[-170.073232,63.499335],[-170.084543,63.485826],[-170.068918,63.49136],[-170.051218,63.49372],[-169.953684,63.488715],[-169.891062,63.467353],[-169.847646,63.458075],[-169.755564,63.452338],[-169.774241,63.448188],[-169.820668,63.449449],[-169.843699,63.444892],[-169.782216,63.43537],[-169.657338,63.439643],[-169.597279,63.424384],[-169.579905,63.410793],[-169.565623,63.379055],[-169.549509,63.362942],[-169.521555,63.352973],[-169.481068,63.347398],[-169.440663,63.348049],[-169.412953,63.356676],[-169.424265,63.360663],[-169.436147,63.363227],[-169.325551,63.363105],[-169.291493,63.35932],[-169.262156,63.34927],[-169.205922,63.307318],[-169.186716,63.301459],[-169.123972,63.300605],[-169.092519,63.306057],[-169.070302,63.321357],[-169.102854,63.332709],[-169.143259,63.339057],[-169.22114,63.342475],[-169.22114,63.34927],[-169.070302,63.342475],[-169.007639,63.34927],[-168.992421,63.346869],[-168.961497,63.337144],[-168.715199,63.311957],[-168.686106,63.301459],[-168.699696,63.2956],[-168.727528,63.28734],[-168.740712,63.280992],[-168.717112,63.260891],[-168.728871,63.233832],[-168.775502,63.191596],[-168.811838,63.170111],[-168.850819,63.162828],[-168.951609,63.166002],[-169.002919,63.174302],[-169.018503,63.181342],[-169.039255,63.188056],[-169.28364,63.17829],[-169.331003,63.164944],[-169.287913,63.179836],[-169.26537,63.183539],[-169.187123,63.187445],[-169.15925,63.193752],[-169.144846,63.205878],[-169.287343,63.193305],[-169.351145,63.176215],[-169.412953,63.150702],[-169.399281,63.143215],[-169.399281,63.136949],[-169.415964,63.130357],[-169.445668,63.113186],[-169.504872,63.101142],[-169.526479,63.091376],[-169.535837,63.078599],[-169.54186,63.072089],[-169.569447,63.051947],[-169.577463,63.040758],[-169.578236,63.02265],[-169.571156,63.011379],[-169.542673,62.993598],[-169.559397,62.986518],[-169.597524,62.983873],[-169.614695,62.976223],[-169.63683,62.955797],[-169.649403,62.948432],[-169.666208,62.945217],[-169.709218,62.961493],[-169.73176,62.965888],[-169.755564,62.965644],[-169.747182,62.979885],[-169.746816,62.992174],[-169.75239,63.003241],[-169.76179,63.014106],[-169.737986,63.015937],[-169.716176,63.024848],[-169.705312,63.040188],[-169.714589,63.061265],[-169.722117,63.064765],[-169.742991,63.067206],[-169.75182,63.071845],[-169.776072,63.096015],[-169.817454,63.126776],[-169.866933,63.144477],[-169.97468,63.164944],[-169.97468,63.157457],[-170.024607,63.17064],[-170.039866,63.181342],[-170.049265,63.185207],[-170.071401,63.184394],[-170.0808,63.188178],[-170.084706,63.19477],[-170.08495,63.200426],[-170.086537,63.204413],[-170.094472,63.205878],[-170.113393,63.202786],[-170.145701,63.188707],[-170.159657,63.18476],[-170.184316,63.186225],[-170.236033,63.197455],[-170.262034,63.198432],[-170.255727,63.209174],[-170.24474,63.211656],[-170.232249,63.212836],[-170.221059,63.21955],[-170.218373,63.227932],[-170.216013,63.254706],[-170.217641,63.260484],[-170.222971,63.264797],[-170.228261,63.274156],[-170.234975,63.283515],[-170.244985,63.287787],[-170.261342,63.28913],[-170.329823,63.305854],[-170.412343,63.33869],[-170.444325,63.359198],[-170.596425,63.399156],[-170.663035,63.403876],[-170.666453,63.406155],[-170.668324,63.411038],[-170.671132,63.41592],[-170.677317,63.418158],[-170.776357,63.420559],[-170.796457,63.424384],[-170.807078,63.429755],[-170.822499,63.445258],[-170.831248,63.452338],[-170.844675,63.458564],[-170.85615,63.460354],[-171.083852,63.444892],[-171.083119,63.442939],[-171.082021,63.44123],[-171.079172,63.438178],[-171.121897,63.432196],[-171.140736,63.425238],[-171.156443,63.41474],[-171.183705,63.402289],[-171.252797,63.396064],[-171.283681,63.383368],[-171.290517,63.383368],[-171.294871,63.362047],[-171.325144,63.351223],[-171.361033,63.345282],[-171.382395,63.33869],[-171.407948,63.322577],[-171.43932,63.31977],[-171.557444,63.335028],[-171.558949,63.336737],[-171.572581,63.346177],[-171.578562,63.34927],[-171.586415,63.350491],[-171.612375,63.34927],[-171.626047,63.351386],[-171.654368,63.360785],[-171.704823,63.367825],[-171.735585,63.375922],[-171.759145,63.390326],[-171.821238,63.441718],[-171.82787,63.450751],[-171.829457,63.467678],[-171.841786,63.485175],[-171.847279,63.496975],[-171.851145,63.509589],[-171.852895,63.521186],[-171.850575,63.520657],[-171.845774,63.523749],[-171.840932,63.528795],[-171.838572,63.534247],[-171.839548,63.539862],[-171.845448,63.554755],[-171.841379,63.576972],[-171.837026,63.583401],[-171.828074,63.592515],[-171.819692,63.598375],[-171.809641,63.603949],[-171.801137,63.610663],[-171.797597,63.619859],[-171.800282,63.626044],[-171.805531,63.630764],[-171.809397,63.635159],[-171.807851,63.640326],[-171.800486,63.644477],[-171.779775,63.647895],[-171.770334,63.650865],[-171.751658,63.664049],[-171.747874,63.674994],[-171.749949,63.687445],[-171.749216,63.705512],[-171.727732,63.734524],[-171.72057,63.752672],[-171.732493,63.760728],[-171.735422,63.764838],[-171.73884,63.774075],[-171.740834,63.784247],[-171.739329,63.791205],[-171.728017,63.796129],[-171.715525,63.794257],[-171.703806,63.790839],[-171.694569,63.791205],[-171.672597,63.796332]]],[[[-168.048411,64.95893],[-168.078725,64.956855],[-168.09675,64.965399],[-168.087595,64.978827],[-168.065541,64.984849],[-168.035512,64.985297],[-168.027699,64.979926],[-168.02656,64.968085],[-168.048411,64.95893]]],[[[-168.899607,65.747626],[-168.909861,65.739569],[-168.926218,65.739895],[-168.942128,65.74372],[-168.951731,65.75316],[-168.942983,65.764716],[-168.920115,65.768866],[-168.907908,65.768297],[-168.902781,65.761542],[-168.899607,65.747626]]],[[[-167.827219,65.738593],[-167.843332,65.737779],[-167.848704,65.742825],[-167.833567,65.752875],[-167.819407,65.759345],[-167.777008,65.773017],[-167.751169,65.77676],[-167.738271,65.777167],[-167.743398,65.772528],[-167.760447,65.764635],[-167.780019,65.759589],[-167.794057,65.753974],[-167.808949,65.74551],[-167.827219,65.738593]]],[[[-167.662831,65.78205],[-167.659535,65.773017],[-167.639963,65.773424],[-167.695424,65.740912],[-167.71699,65.738227],[-167.73054,65.745673],[-167.723744,65.758124],[-167.719431,65.768948],[-167.718617,65.777818],[-167.703236,65.785386],[-167.670969,65.793687],[-167.670929,65.793728],[-167.566477,65.816636],[-167.556467,65.817369],[-167.572703,65.809231],[-167.647288,65.791327],[-167.662831,65.78205]]],[[[-167.21113,65.912746],[-167.226023,65.909125],[-167.239491,65.909247],[-167.232045,65.917914],[-166.869862,66.036078],[-166.859486,66.03974],[-166.839792,66.043606],[-166.835805,66.041815],[-166.863149,66.027981],[-166.987172,65.983547],[-167.027048,65.974677],[-167.108835,65.948554],[-167.125844,65.939887],[-167.123606,65.939032],[-167.130238,65.936591],[-167.164906,65.931708],[-167.21113,65.912746]]],[[[-166.733144,66.067816],[-166.800526,66.0515],[-166.7954,66.058295],[-166.762766,66.071194],[-166.322214,66.192857],[-166.283518,66.200629],[-166.283477,66.200629],[-166.187082,66.210273],[-166.225413,66.20185],[-166.249867,66.192939],[-166.273183,66.186835],[-166.313547,66.182603],[-166.386545,66.160712],[-166.468861,66.145901],[-166.486521,66.140286],[-166.504709,66.132514],[-166.546702,66.122748],[-166.597035,66.104804],[-166.686635,66.084784],[-166.733144,66.067816]]],[[[-166.127878,66.225816],[-166.14741,66.220364],[-166.156117,66.226264],[-166.14741,66.235419],[-166.127512,66.243801],[-166.088531,66.256171],[-166.053944,66.26203],[-166.041819,66.259996],[-166.047109,66.254828],[-166.103098,66.238837],[-166.127878,66.225816]]],[[[-165.964467,66.264472],[-166.010365,66.257717],[-166.006215,66.266913],[-165.982981,66.281073],[-165.970041,66.286689],[-165.864329,66.316881],[-165.864288,66.316881],[-165.814646,66.326361],[-165.814036,66.322455],[-165.873158,66.300116],[-165.897206,66.294135],[-165.943674,66.271186],[-165.964467,66.264472]]],[[[-165.533762,66.398627],[-165.601389,66.376654],[-165.626332,66.377631],[-165.635487,66.374498],[-165.647654,66.36872],[-165.680531,66.35932],[-165.697743,66.356838],[-165.704579,66.361721],[-165.690867,66.370754],[-165.488718,66.409003],[-165.489695,66.408677],[-165.495188,66.406399],[-165.533762,66.398627]]],[[[-165.42394,66.421332],[-165.488693,66.40901],[-165.484771,66.410305],[-165.448313,66.418769],[-165.42394,66.421332]]],[[[-165.381663,66.425686],[-165.423039,66.421449],[-165.342641,66.436713],[-165.378367,66.4289],[-165.381663,66.425686]]],[[[-165.322703,66.440416],[-165.342628,66.436715],[-165.326405,66.440253],[-165.322703,66.440416]]],[[[-165.262074,66.444281],[-165.32085,66.440582],[-165.042093,66.493518],[-164.763336,66.546454],[-164.752024,66.545478],[-164.745961,66.54092],[-164.758249,66.538031],[-164.77123,66.536607],[-164.777415,66.534491],[-164.783152,66.531928],[-164.795359,66.52912],[-164.831614,66.528551],[-164.84435,66.524726],[-164.850453,66.517646],[-164.857859,66.51142],[-164.862131,66.509019],[-164.866567,66.507025],[-164.882924,66.504828],[-164.929311,66.504828],[-165.062611,66.479682],[-165.123728,66.477932],[-165.140981,66.473822],[-165.181467,66.458564],[-165.262074,66.444281]]],[[[-163.174062,69.5633],[-163.176259,69.482245],[-163.184641,69.511054],[-163.189076,69.539944],[-163.191151,69.546536],[-163.185374,69.610256],[-163.185333,69.610256],[-163.17162,69.657782],[-163.152903,69.67829],[-163.13622,69.682522],[-163.129099,69.681545],[-163.152537,69.668118],[-163.167917,69.638495],[-163.174184,69.604478],[-163.170033,69.577867],[-163.174062,69.5633]]],[[[-141.396637,69.705878],[-141.385121,69.694525],[-141.412913,69.705064],[-141.472564,69.720771],[-141.584218,69.766425],[-141.645416,69.774563],[-141.71345,69.79328],[-141.765736,69.79975],[-141.800282,69.809149],[-141.857981,69.81509],[-141.898427,69.824897],[-141.809234,69.821926],[-141.528635,69.760321],[-141.423085,69.721869],[-141.408803,69.714993],[-141.396637,69.705878]]],[[[-163.095448,69.731391],[-163.129099,69.701972],[-163.055776,69.804511],[-163.030141,69.832913],[-162.999949,69.85578],[-162.841135,69.93476],[-162.877919,69.901679],[-163.01179,69.832343],[-163.042185,69.801581],[-163.095448,69.731391]]],[[[-162.737172,69.978095],[-162.806345,69.948391],[-162.728139,69.998603],[-162.702056,70.02204],[-162.701772,70.022325],[-162.677358,70.044135],[-162.641794,70.065579],[-162.600819,70.082831],[-162.559926,70.092434],[-162.556467,70.090277],[-162.606068,70.069241],[-162.675364,70.029486],[-162.69933,69.999742],[-162.737172,69.978095]]],[[[-162.539133,70.113715],[-162.559926,70.106024],[-162.503285,70.161282],[-162.484527,70.173163],[-162.308542,70.241278],[-162.162709,70.269924],[-162.343739,70.220201],[-162.491038,70.153876],[-162.509877,70.140815],[-162.539133,70.113715]]],[[[-161.888132,70.353949],[-161.551137,70.325995],[-161.837839,70.343411],[-161.912099,70.339911],[-161.977122,70.312161],[-161.96996,70.321234],[-161.943064,70.339586],[-161.888132,70.353949]]],[[[-149.236277,70.55329],[-148.994578,70.492906],[-148.971669,70.493842],[-148.943349,70.50019],[-148.922922,70.501451],[-148.894358,70.496405],[-148.819692,70.469794],[-148.822092,70.468695],[-148.912221,70.488593],[-148.950388,70.486274],[-148.979115,70.480902],[-149.015696,70.484931],[-149.19404,70.536933],[-149.254384,70.5456],[-149.313181,70.544867],[-149.303822,70.547838],[-149.277415,70.55268],[-149.236277,70.55329]]],[[[-156.434804,71.40648],[-156.398264,71.3935],[-156.371653,71.380316],[-156.400136,71.377427],[-156.458485,71.395168],[-156.488352,71.393988],[-156.552113,71.364976],[-156.588816,71.358344],[-156.604441,71.353664],[-156.572214,71.336371],[-156.556467,71.324693],[-156.549794,71.308987],[-156.53425,71.300116],[-156.433705,71.292182],[-156.447336,71.276801],[-156.443308,71.268378],[-156.428415,71.26496],[-156.237009,71.269192],[-156.141062,71.256496],[-156.097361,71.243801],[-156.107859,71.22724],[-156.110951,71.223334],[-156.059193,71.220649],[-156.042714,71.215888],[-156.057932,71.204495],[-156.110951,71.182318],[-156.110951,71.174872],[-156.072336,71.176703],[-156.034128,71.182847],[-155.999338,71.194525],[-155.971018,71.212795],[-155.95991,71.218248],[-155.944895,71.220364],[-155.931711,71.217027],[-155.926015,71.206244],[-155.916005,71.196479],[-155.893137,71.198554],[-155.851511,71.209662],[-155.800893,71.208808],[-155.624745,71.183539],[-155.596791,71.169989],[-155.573435,71.150377],[-155.556101,71.127102],[-155.551503,71.100898],[-155.56664,71.081529],[-155.593739,71.069729],[-155.640004,71.063137],[-155.65392,71.05683],[-155.679921,71.041449],[-155.68928,71.039049],[-155.709096,71.038316],[-155.717152,71.034613],[-155.720652,71.029283],[-155.728017,71.011054],[-155.7447,71.004462],[-155.76537,70.999986],[-155.806508,70.996772],[-155.812937,70.994615],[-155.823354,70.985256],[-155.830759,70.9831],[-156.072092,70.973944],[-156.097361,70.968817],[-156.104726,70.968817],[-156.079213,70.962388],[-156.053171,70.962388],[-156.028635,70.95893],[-156.007924,70.942125],[-156.047231,70.929429],[-156.145009,70.932685],[-156.187327,70.921698],[-156.154286,70.919094],[-156.087229,70.926988],[-156.056345,70.921698],[-156.066355,70.916978],[-156.097361,70.908026],[-156.067942,70.902493],[-156.004832,70.909125],[-155.981272,70.894355],[-155.994862,70.886908],[-155.982249,70.87641],[-155.953196,70.865424],[-155.940297,70.852769],[-155.953684,70.84634],[-155.968617,70.842353],[-155.981191,70.836737],[-155.987498,70.825426],[-155.985789,70.815253],[-155.972768,70.8015],[-155.9676,70.791327],[-155.970937,70.77969],[-155.978261,70.767279],[-155.978098,70.75967],[-155.92394,70.766506],[-155.909047,70.771226],[-155.899363,70.784491],[-155.912831,70.790513],[-155.9228,70.799954],[-155.926218,70.811835],[-155.919789,70.825426],[-155.891428,70.836656],[-155.808909,70.830715],[-155.775828,70.836005],[-155.7506,70.844224],[-155.720408,70.846096],[-155.691233,70.841132],[-155.658762,70.824164],[-155.650828,70.828681],[-155.647043,70.835883],[-155.649159,70.839748],[-155.655141,70.842963],[-155.660227,70.850531],[-155.66393,70.859361],[-155.665964,70.8664],[-155.645579,70.868069],[-155.603139,70.846177],[-155.577138,70.845933],[-155.542429,70.8664],[-155.534617,70.877265],[-155.533193,70.885932],[-155.536204,70.904608],[-155.535715,70.925686],[-155.531077,70.941799],[-155.517893,70.952135],[-155.468088,70.960435],[-155.405873,70.996772],[-155.39033,71.002875],[-155.344431,71.011054],[-155.331899,71.016018],[-155.308583,71.028754],[-155.29601,71.031562],[-155.274973,71.02558],[-155.243723,70.997138],[-155.217152,70.990546],[-155.191721,70.995063],[-155.182078,71.006822],[-155.184885,71.023179],[-155.196726,71.041449],[-155.217152,71.056464],[-155.267323,71.072943],[-155.289174,71.086127],[-155.269236,71.099107],[-155.209665,71.122992],[-155.186147,71.127102],[-155.163075,71.119818],[-155.124013,71.090237],[-155.097401,71.086127],[-155.103139,71.104234],[-155.101633,71.119859],[-155.10497,71.13231],[-155.125315,71.140774],[-155.109324,71.150377],[-155.08967,71.154934],[-155.069692,71.153266],[-155.052683,71.144192],[-155.043202,71.130927],[-155.045644,71.121772],[-155.05248,71.112616],[-155.056467,71.099799],[-155.053049,71.087714],[-155.039784,71.063056],[-155.039377,71.055732],[-155.054433,71.045233],[-155.086741,71.031155],[-155.097401,71.017279],[-155.065012,71.012112],[-155.039011,71.017401],[-155.021718,71.032294],[-155.013539,71.064114],[-155.004587,71.083482],[-155.00182,71.092963],[-155.005442,71.107164],[-155.012807,71.113349],[-155.011098,71.115912],[-154.987538,71.119696],[-154.971669,71.120063],[-154.918935,71.113471],[-154.90685,71.107164],[-154.894276,71.095201],[-154.879587,71.088202],[-154.860911,71.096381],[-154.839955,71.101264],[-154.808176,71.095933],[-154.775258,71.08397],[-154.725819,71.055121],[-154.631215,71.031562],[-154.608144,71.020982],[-154.600168,71.012885],[-154.597117,71.000474],[-154.601999,70.992133],[-154.613271,70.981635],[-154.625844,70.972602],[-154.643259,70.965725],[-154.647206,70.958197],[-154.649159,70.949368],[-154.651723,70.942125],[-154.662465,70.925523],[-154.668202,70.9206],[-154.679677,70.914252],[-154.71288,70.905585],[-154.788686,70.896308],[-154.810007,70.880683],[-154.699818,70.886217],[-154.675974,70.876939],[-154.667714,70.871527],[-154.631215,70.852769],[-154.63032,70.848863],[-154.632151,70.836249],[-154.631215,70.832261],[-154.590281,70.825426],[-154.538808,70.826158],[-154.43517,70.83926],[-154.384226,70.839748],[-154.309071,70.830797],[-154.270823,70.819037],[-154.24767,70.798774],[-154.256703,70.78913],[-154.247874,70.782416],[-154.230336,70.778388],[-154.213572,70.777045],[-154.171742,70.781643],[-154.130971,70.791327],[-154.042104,70.833645],[-153.985341,70.84691],[-153.940134,70.881903],[-153.918691,70.894355],[-153.893544,70.898383],[-153.514027,70.886908],[-153.448964,70.899482],[-153.379832,70.900092],[-153.356801,70.902777],[-153.302439,70.928656],[-153.255686,70.932766],[-153.164866,70.927883],[-153.148793,70.92475],[-153.131174,70.911119],[-153.117055,70.908026],[-153.106882,70.906928],[-153.086741,70.902289],[-153.075795,70.90119],[-153.069529,70.903022],[-153.052683,70.911526],[-153.041697,70.914252],[-152.955678,70.908026],[-152.942698,70.903388],[-152.935251,70.892564],[-152.928538,70.87995],[-152.917551,70.869818],[-152.903147,70.863959],[-152.884592,70.859076],[-152.86559,70.857001],[-152.849843,70.859605],[-152.840647,70.868069],[-152.838206,70.877427],[-152.833079,70.884711],[-152.815745,70.886908],[-152.80781,70.883857],[-152.799021,70.877183],[-152.784413,70.862982],[-152.773793,70.855658],[-152.747019,70.843451],[-152.714915,70.821031],[-152.696889,70.821194],[-152.65746,70.845933],[-152.673085,70.866645],[-152.694081,70.876939],[-152.719106,70.880357],[-152.746816,70.880683],[-152.712514,70.890367],[-152.545847,70.887519],[-152.327504,70.856879],[-152.219228,70.81802],[-152.219228,70.812445],[-152.274159,70.799994],[-152.375478,70.749254],[-152.430898,70.743557],[-152.430898,70.736029],[-152.415232,70.731147],[-152.413401,70.722113],[-152.421335,70.713324],[-152.434641,70.709377],[-152.477773,70.705512],[-152.500844,70.699205],[-152.514109,70.68891],[-152.509145,70.663886],[-152.482167,70.641791],[-152.447947,70.626044],[-152.253407,70.599514],[-152.155222,70.603217],[-152.103831,70.598782],[-152.075266,70.579047],[-152.107533,70.574937],[-152.166737,70.582587],[-152.417348,70.586737],[-152.456736,70.581732],[-152.517201,70.592719],[-152.544993,70.590155],[-152.580556,70.582953],[-152.612742,70.572211],[-152.630116,70.558539],[-152.618031,70.555813],[-152.585764,70.558539],[-152.572621,70.556708],[-152.547312,70.547797],[-152.534535,70.544867],[-152.507558,70.545315],[-152.456166,70.555854],[-151.969106,70.571601],[-151.848704,70.558539],[-151.760365,70.566718],[-151.733266,70.558539],[-151.748769,70.554999],[-151.761464,70.548163],[-151.784169,70.527533],[-151.803212,70.518744],[-151.847646,70.523017],[-151.869822,70.517646],[-151.847849,70.509752],[-151.790395,70.502387],[-151.886301,70.492865],[-151.943308,70.480455],[-151.979685,70.448717],[-151.73644,70.435614],[-151.454172,70.438951],[-151.407826,70.426907],[-151.352488,70.426418],[-151.331654,70.417955],[-151.315867,70.409125],[-151.278757,70.399726],[-151.243601,70.379299],[-151.222279,70.375718],[-151.177113,70.379788],[-151.177113,70.387193],[-151.199045,70.401801],[-151.208811,70.422431],[-151.202952,70.440741],[-151.177724,70.448717],[-150.979115,70.456122],[-150.97289,70.458401],[-150.959096,70.46719],[-150.951161,70.469794],[-150.862416,70.469794],[-150.854929,70.47248],[-150.840891,70.480699],[-150.835072,70.482856],[-150.812489,70.481147],[-150.765696,70.472235],[-150.745107,70.47663],[-150.773793,70.484931],[-150.786122,70.492255],[-150.793528,70.503323],[-150.619089,70.510728],[-150.608998,70.50967],[-150.590077,70.504584],[-150.581248,70.503323],[-150.567372,70.505032],[-150.540232,70.511461],[-150.526601,70.510728],[-150.513132,70.503892],[-150.507029,70.494371],[-150.502268,70.484565],[-150.492502,70.47663],[-150.464101,70.479926],[-150.419993,70.491929],[-150.379384,70.497016],[-150.361521,70.479722],[-150.369089,70.467353],[-150.416737,70.421373],[-150.416737,70.414537],[-150.383778,70.416083],[-150.253041,70.442084],[-150.11913,70.442857],[-149.889719,70.512763],[-149.868642,70.51203],[-149.811635,70.496161],[-149.784617,70.497992],[-149.724721,70.510728],[-149.567087,70.510728],[-149.514353,70.522773],[-149.488515,70.523017],[-149.463979,70.510728],[-149.469594,70.504055],[-149.475819,70.499905],[-149.482981,70.497789],[-149.491322,70.497056],[-149.383778,70.488186],[-149.354115,70.497056],[-149.368398,70.503323],[-149.344472,70.510077],[-149.044504,70.468573],[-149.015859,70.459662],[-148.992299,70.448717],[-148.979441,70.439521],[-148.972157,70.433051],[-148.964548,70.429267],[-148.950673,70.428209],[-148.91747,70.440619],[-148.902903,70.44184],[-148.82551,70.41828],[-148.795847,70.414537],[-148.721018,70.422024],[-148.682444,70.420111],[-148.652781,70.404364],[-148.641062,70.399726],[-148.586985,70.39411],[-148.551381,70.384101],[-148.518178,70.369208],[-148.50414,70.356391],[-148.500966,70.339911],[-148.51183,70.318345],[-148.381418,70.312486],[-148.340566,70.318345],[-148.257395,70.354478],[-148.223256,70.35932],[-148.150746,70.356431],[-148.118967,70.348334],[-148.064809,70.318834],[-148.05309,70.314683],[-148.03893,70.312161],[-148.023183,70.313178],[-148.008534,70.31684],[-147.993723,70.318101],[-147.977447,70.312161],[-147.984283,70.304674],[-147.962229,70.301418],[-147.888051,70.312161],[-147.865875,70.311225],[-147.842763,70.307522],[-147.819936,70.300686],[-147.798695,70.290432],[-147.806793,70.286363],[-147.811879,70.281887],[-147.819814,70.269924],[-147.810414,70.268052],[-147.801625,70.265286],[-147.793365,70.261461],[-147.785715,70.256903],[-147.794016,70.246039],[-147.798899,70.240912],[-147.806142,70.236477],[-147.782786,70.227932],[-147.679596,70.212226],[-147.416493,70.202297],[-147.236969,70.18122],[-147.231435,70.181789],[-147.221506,70.18773],[-147.217112,70.188666],[-147.211537,70.185858],[-147.200917,70.177395],[-147.196034,70.174954],[-147.123687,70.167548],[-146.880686,70.174954],[-146.87682,70.190172],[-146.848785,70.193427],[-146.741119,70.192328],[-146.433258,70.18244],[-146.23058,70.186021],[-146.082631,70.155666],[-145.983144,70.153876],[-145.967763,70.156928],[-145.940012,70.166164],[-145.928578,70.167548],[-145.88915,70.152411],[-145.87267,70.152818],[-145.880198,70.174954],[-145.840443,70.167426],[-145.77123,70.134101],[-145.713287,70.123196],[-145.654856,70.098578],[-145.613189,70.088813],[-145.59968,70.080756],[-145.613881,70.071357],[-145.597808,70.071357],[-145.587717,70.075263],[-145.572336,70.085598],[-145.558258,70.090481],[-145.547475,70.092353],[-145.520497,70.092434],[-145.500966,70.086005],[-145.471181,70.057807],[-145.455637,70.051459],[-145.42691,70.048163],[-145.36852,70.033637],[-145.339223,70.030341],[-145.215403,70.044013],[-145.215403,70.037177],[-145.236155,70.030707],[-145.301381,69.999661],[-145.274892,69.993069],[-145.15392,70.003079],[-144.941558,69.977973],[-144.886464,69.995266],[-144.871571,69.997992],[-144.825103,69.986477],[-144.706451,69.97602],[-144.590159,69.982815],[-144.564931,69.989407],[-144.509267,70.019965],[-144.386138,70.044013],[-144.18692,70.043606],[-144.15453,70.048407],[-144.14037,70.061347],[-144.129547,70.067694],[-144.105133,70.064399],[-144.079254,70.055365],[-144.064036,70.044013],[-144.069325,70.036282],[-144.071116,70.030463],[-144.069325,70.024604],[-144.064036,70.01675],[-144.068918,70.009914],[-144.070424,70.004055],[-144.071441,69.989407],[-144.057118,69.998481],[-144.043284,70.015123],[-144.023061,70.051459],[-144.047353,70.064765],[-144.0572,70.073432],[-144.064036,70.085598],[-144.017445,70.092597],[-144.002553,70.089016],[-143.982737,70.078803],[-143.975453,70.077867],[-143.962636,70.079088],[-143.954742,70.078803],[-143.93102,70.071031],[-143.918935,70.071357],[-143.913808,70.08218],[-143.905588,70.088609],[-143.886545,70.089179],[-143.851715,70.085598],[-143.824859,70.089301],[-143.770579,70.104438],[-143.742502,70.106024],[-143.694081,70.092434],[-143.674387,70.090399],[-143.576527,70.09394],[-143.564361,70.098578],[-143.560455,70.106879],[-143.563954,70.115953],[-143.564198,70.123358],[-143.550689,70.126614],[-143.545522,70.123033],[-143.526194,70.102362],[-143.510569,70.096666],[-143.358144,70.106147],[-143.354115,70.105618],[-143.352528,70.101874],[-143.316762,70.05565],[-143.297515,70.043402],[-143.276357,70.051459],[-143.289906,70.063137],[-143.30248,70.079413],[-143.307973,70.098049],[-143.300282,70.116645],[-143.277089,70.120998],[-143.235666,70.118232],[-143.166493,70.106024],[-143.154612,70.100084],[-143.144683,70.093695],[-143.133778,70.088365],[-143.118723,70.085598],[-143.036488,70.092434],[-143.023061,70.08983],[-143.013539,70.083482],[-142.998891,70.068264],[-142.98412,70.062934],[-142.963612,70.062649],[-142.942738,70.065985],[-142.92691,70.071357],[-142.933746,70.078803],[-142.879547,70.074042],[-142.650746,70.019029],[-142.600819,70.013129],[-142.596099,70.003892],[-142.611643,69.975735],[-142.597646,69.971503],[-142.581776,69.969916],[-142.566314,69.972235],[-142.553863,69.979438],[-142.538482,69.985012],[-142.518178,69.981879],[-142.481272,69.96955],[-142.491607,69.972561],[-142.502065,69.973538],[-142.512563,69.972561],[-142.522817,69.96955],[-142.496897,69.953843],[-142.437815,69.948961],[-142.412953,69.93476],[-142.418568,69.931464],[-142.421051,69.928209],[-142.42276,69.92475],[-142.426015,69.920478],[-142.39745,69.920966],[-142.384104,69.919338],[-142.371409,69.914252],[-142.377431,69.904934],[-142.376129,69.899156],[-142.369496,69.895453],[-142.343861,69.888495],[-142.333363,69.887763],[-142.32429,69.88524],[-142.293691,69.863105],[-142.270904,69.856024],[-142.10733,69.848944],[-142.049469,69.834866],[-142.042388,69.804389],[-142.015126,69.796291],[-141.988189,69.79267],[-141.963694,69.795722],[-141.94343,69.807807],[-141.920562,69.815375],[-141.891184,69.808824],[-141.837026,69.790758],[-141.65331,69.762152],[-141.573801,69.73017],[-141.524729,69.718085],[-141.50121,69.708808],[-141.48412,69.697577],[-141.440338,69.661078],[-141.412913,69.650377],[-141.291086,69.634019],[-141.267242,69.644517],[-141.246246,69.660956],[-141.220611,69.674058],[-141.248036,69.680894],[-141.267934,69.682115],[-141.291493,69.685858],[-141.316233,69.68773],[-141.316233,69.694525],[-141.015207,69.654202],[-141.006459,69.651272],[-141.005564,69.650946],[-141.005549,69.650941],[-141.005471,69.505164],[-141.005394,69.359385],[-141.005316,69.213606],[-141.00529,69.067827],[-141.005239,68.922047],[-141.005161,68.776268],[-141.005084,68.630489],[-141.005006,68.48471],[-141.004929,68.338982],[-141.004851,68.193203],[-141.004774,68.047424],[-141.004748,67.901645],[-141.004696,67.755814],[-141.004618,67.610086],[-141.004541,67.464281],[-141.004463,67.318476],[-141.004386,67.172723],[-141.004308,67.026918],[-141.004231,66.881138],[-141.004205,66.735411],[-141.004153,66.58958],[-141.004076,66.443775],[-141.003998,66.298022],[-141.003921,66.152268],[-141.003843,66.006515],[-141.003766,65.860736],[-141.003688,65.714956],[-141.003637,65.569177],[-141.003611,65.423372],[-141.003533,65.277567],[-141.003456,65.131788],[-141.003378,64.986009],[-141.003301,64.840229],[-141.003223,64.694502],[-141.003146,64.548671],[-141.003094,64.402892],[-141.003068,64.257113],[-141.002991,64.111282],[-141.002913,63.965502],[-141.002836,63.819775],[-141.002758,63.674099],[-141.002681,63.528268],[-141.002603,63.382489],[-141.002551,63.236658],[-141.002526,63.090879],[-141.002448,62.9451],[-141.002371,62.79932],[-141.002293,62.653593],[-141.002216,62.507762],[-141.002138,62.361983],[-141.002061,62.216229],[-141.002009,62.070373],[-141.001983,61.924619],[-141.001905,61.778866],[-141.001828,61.633087],[-141.00175,61.487333],[-141.001673,61.34158],[-141.001595,61.195827],[-141.001518,61.04997],[-141.00144,60.904216],[-141.001363,60.758411],[-141.001285,60.612684],[-141.001208,60.466879],[-141.001156,60.321074],[-140.994929,60.304382],[-140.979555,60.295804],[-140.909146,60.28366],[-140.768457,60.259269],[-140.660505,60.24051],[-140.533743,60.218548],[-140.518705,60.22387],[-140.506664,60.236324],[-140.475323,60.276477],[-140.462791,60.289138],[-140.447805,60.29446],[-140.424111,60.293168],[-140.32497,60.267537],[-140.169243,60.227229],[-140.01579,60.187387],[-139.967757,60.188369],[-139.916933,60.207851],[-139.826318,60.256478],[-139.728417,60.309033],[-139.679816,60.32681],[-139.628346,60.334096],[-139.517965,60.336732],[-139.413992,60.339212],[-139.262193,60.342778],[-139.101608,60.346602],[-139.079465,60.341021],[-139.06869,60.322056],[-139.073186,60.299835],[-139.113468,60.226816],[-139.149615,60.161187],[-139.183231,60.100157],[-139.182146,60.073389],[-139.112305,60.031376],[-139.060207,60.000059],[-139.051611,59.994892],[-139.003759,59.977219],[-138.842425,59.937686],[-138.742586,59.913192],[-138.704888,59.898464],[-138.697188,59.89371],[-138.692098,59.886888],[-138.654349,59.805498],[-138.63745,59.784052],[-138.59921,59.753822],[-138.488881,59.696357],[-138.363617,59.631142],[-138.219543,59.556004],[-138.067614,59.476991],[-137.91057,59.395187],[-137.758305,59.315915],[-137.611363,59.239331],[-137.594181,59.225275],[-137.582088,59.206568],[-137.5493,59.134531],[-137.521007,59.072364],[-137.484394,58.991904],[-137.507752,58.939969],[-137.50876,58.914906],[-137.486875,58.900075],[-137.453466,58.899145],[-137.423106,58.907723],[-137.338098,58.955472],[-137.2819,58.98715],[-137.172346,59.027148],[-137.062367,59.067572],[-137.047109,59.07331],[-136.942282,59.11107],[-136.840816,59.148174],[-136.785496,59.157217],[-136.671911,59.150809],[-136.613491,59.15422],[-136.569489,59.172152],[-136.484791,59.2538],[-136.483551,59.257469],[-136.466549,59.287803],[-136.467092,59.38449],[-136.467557,59.461643],[-136.415958,59.452238],[-136.36684,59.449551],[-136.319995,59.459059],[-136.275036,59.486448],[-136.244728,59.528202],[-136.258474,59.556107],[-136.29935,59.575745],[-136.350329,59.592384],[-136.2585,59.621582],[-136.145406,59.636826],[-136.02686,59.652846],[-135.923818,59.666747],[-135.830955,59.693257],[-135.641251,59.747362],[-135.482759,59.792475],[-135.465137,59.789685],[-135.404392,59.753305],[-135.345791,59.731032],[-135.259879,59.698218],[-135.221897,59.675273],[-135.192028,59.64711],[-135.157792,59.623287],[-135.106684,59.613158],[-135.087874,59.606544],[-135.032942,59.573109],[-135.018524,59.559363],[-135.016198,59.543447],[-135.01948,59.493166],[-135.023252,59.477146],[-135.037489,59.461591],[-135.078598,59.438337],[-135.095754,59.418855],[-134.993254,59.381906],[-135.00483,59.367127],[-135.014441,59.35152],[-135.016198,59.336173],[-134.979973,59.297415],[-134.95783,59.280982],[-134.932431,59.270647],[-134.839465,59.258141],[-134.74345,59.245119],[-134.70552,59.240106],[-134.692084,59.235249],[-134.68286,59.223001],[-134.671439,59.193752],[-134.66038,59.181298],[-134.610771,59.144556],[-134.582788,59.128847],[-134.556717,59.123059],[-134.509072,59.122801],[-134.477575,59.114946],[-134.451013,59.097893],[-134.398019,59.051952],[-134.387167,59.036863],[-134.385591,59.018828],[-134.399389,58.974954],[-134.343423,58.968857],[-134.329651,58.963017],[-134.320039,58.952682],[-134.32314,58.949168],[-134.330323,58.945344],[-134.333036,58.93413],[-134.327403,58.916457],[-134.316939,58.903796],[-134.22219,58.842714],[-134.108838,58.808246],[-133.983109,58.769902],[-133.87123,58.735899],[-133.831129,58.718019],[-133.796402,58.693421],[-133.700077,58.59937],[-133.626283,58.546402],[-133.547063,58.505577],[-133.463089,58.462221],[-133.392241,58.403878],[-133.43012,58.372097],[-133.41503,58.330549],[-133.374567,58.290965],[-133.257262,58.210298],[-133.165588,58.147305],[-133.142127,58.120588],[-133.094843,58.0331],[-133.075154,58.007882],[-132.99335,57.941917],[-132.917153,57.880499],[-132.83212,57.791564],[-132.70944,57.663303],[-132.629057,57.579277],[-132.552447,57.499075],[-132.455735,57.420992],[-132.362304,57.3457],[-132.304684,57.280355],[-132.230994,57.19682],[-132.276366,57.14889],[-132.34122,57.080393],[-132.16229,57.050317],[-132.031859,57.028406],[-132.107384,56.858753],[-131.871558,56.79346],[-131.865874,56.785708],[-131.872411,56.77297],[-131.882617,56.759146],[-131.887966,56.747958],[-131.886028,56.737055],[-131.880705,56.728838],[-131.864789,56.71349],[-131.838976,56.682278],[-131.830424,56.664759],[-131.826574,56.644606],[-131.832103,56.603368],[-131.825592,56.593343],[-131.799108,56.587658],[-131.692293,56.585074],[-131.585891,56.595048],[-131.560363,56.594066],[-131.536437,56.585229],[-131.491659,56.560166],[-131.345699,56.503271],[-131.215604,56.45255],[-131.100546,56.407669],[-131.016934,56.38705],[-130.839089,56.372452],[-130.760334,56.345192],[-130.645768,56.261942],[-130.602256,56.247059],[-130.495518,56.232434],[-130.47229,56.22489],[-130.458053,56.210653],[-130.427926,56.143964],[-130.418159,56.129702],[-130.403974,56.121898],[-130.290311,56.10097],[-130.243156,56.092391],[-130.211246,56.089962],[-130.116756,56.105646],[-130.094328,56.101486],[-130.071539,56.084123],[-130.039319,56.045521],[-130.026632,56.024101],[-130.01901,56.002216],[-130.014695,55.963252],[-130.016788,55.918913],[-130.019612,55.907978],[-130.019618,55.907952],[-130.022817,55.901353],[-130.049387,55.871405],[-130.104726,55.825263],[-130.136627,55.806464],[-130.148834,55.795356],[-130.163482,55.771145],[-130.167307,55.766262],[-130.170806,55.759833],[-130.173655,55.749498],[-130.170806,55.740953],[-130.163808,55.734565],[-130.160064,55.727118],[-130.167388,55.715399],[-130.155914,55.700141],[-130.142893,55.689521],[-130.131825,55.676581],[-130.126454,55.653998],[-130.12857,55.63642],[-130.135121,55.619127],[-130.153147,55.58511],[-130.148671,55.578192],[-130.146881,55.569322],[-130.146962,55.547187],[-130.112172,55.509345],[-130.101674,55.481147],[-130.095082,55.472113],[-130.065419,55.446112],[-130.057525,55.434882],[-130.052561,55.414008],[-130.054311,55.366645],[-130.05012,55.345445],[-130.039296,55.330756],[-129.989247,55.284003],[-130.031239,55.26435],[-130.050038,55.252875],[-130.067494,55.239],[-130.078236,55.233791],[-130.100494,55.230292],[-130.104726,55.225653],[-130.105702,55.211127],[-130.10912,55.200751],[-130.115793,55.191596],[-130.126454,55.180976],[-130.151967,55.163275],[-130.159983,55.153713],[-130.167592,55.129584],[-130.173695,55.117743],[-130.200266,55.104153],[-130.211781,55.084133],[-130.228871,55.04385],[-130.238678,55.03441],[-130.261342,55.022895],[-130.269846,55.016547],[-130.275706,55.006985],[-130.286366,54.983222],[-130.294342,54.971869],[-130.326568,54.952094],[-130.335561,54.938707],[-130.365387,54.907294],[-130.385243,54.896552],[-130.430816,54.881252],[-130.488759,54.844184],[-130.580312,54.806383],[-130.604604,54.802151],[-130.602528,54.814521],[-130.56843,54.841498],[-130.560943,54.851386],[-130.567209,54.854397],[-130.578277,54.853583],[-130.585113,54.851996],[-130.606516,54.838609],[-130.671457,54.77204],[-130.680776,54.765448],[-130.691274,54.762641],[-130.703725,54.765448],[-130.718414,54.773017],[-130.728871,54.784125],[-130.728505,54.797431],[-130.713287,54.803778],[-130.690785,54.806789],[-130.677846,54.814521],[-130.691274,54.834947],[-130.705149,54.850491],[-130.71581,54.868232],[-130.723541,54.887397],[-130.728505,54.907294],[-130.728831,54.917182],[-130.726877,54.938788],[-130.728505,54.948188],[-130.73412,54.956732],[-130.74356,54.966295],[-130.752512,54.969387],[-130.756459,54.957831],[-130.754384,54.892768],[-130.750234,54.872504],[-130.738759,54.853949],[-130.734039,54.843085],[-130.735951,54.831529],[-130.745188,54.821723],[-130.756093,54.819525],[-130.767201,54.823391],[-130.776926,54.831529],[-130.788889,54.803941],[-130.80663,54.778754],[-130.831899,54.765367],[-130.866322,54.773179],[-130.918324,54.802924],[-130.934234,54.824449],[-130.927805,54.851996],[-130.931996,54.85342],[-130.942006,54.858873],[-130.93342,54.880194],[-130.941762,54.895331],[-130.95519,54.909369],[-130.961903,54.92772],[-130.941233,54.92536],[-130.932688,54.940172],[-130.939687,54.95893],[-130.965321,54.968085],[-130.974029,54.981757],[-130.982249,54.991116],[-130.992909,54.995429],[-131.009389,54.998277],[-131.009674,55.005357],[-130.996653,55.023383],[-130.986969,55.043524],[-130.971018,55.061225],[-130.949696,55.073798],[-130.901235,55.083441],[-130.854156,55.103095],[-130.832143,55.105292],[-130.821156,55.100246],[-130.817372,55.092353],[-130.815663,55.084215],[-130.811106,55.078599],[-130.79955,55.07685],[-130.763336,55.078681],[-130.753326,55.081977],[-130.744211,55.083157],[-130.731516,55.07982],[-130.720326,55.081],[-130.712473,55.106635],[-130.705068,55.118842],[-130.687571,55.140082],[-130.648834,55.172512],[-130.566029,55.223334],[-130.473459,55.310126],[-130.461578,55.331855],[-130.480133,55.330756],[-130.492502,55.323472],[-130.502309,55.315253],[-130.523549,55.307359],[-130.552561,55.287746],[-130.561269,55.28026],[-130.594146,55.225653],[-130.615468,55.19953],[-130.668446,55.180406],[-130.694203,55.1612],[-130.759918,55.096991],[-130.774281,55.092515],[-130.791168,55.099066],[-130.797515,55.108466],[-130.805409,55.136298],[-130.811106,55.146877],[-130.842763,55.137274],[-130.85204,55.133205],[-130.883168,55.108954],[-130.890207,55.105292],[-130.970815,55.085435],[-130.996653,55.085395],[-131.015736,55.093573],[-131.038238,55.108385],[-131.057037,55.126288],[-131.064931,55.143459],[-131.065297,55.186225],[-131.057607,55.198676],[-131.001943,55.240139],[-130.979807,55.25137],[-130.958485,55.25609],[-130.956776,55.260484],[-130.938303,55.287095],[-130.924713,55.294013],[-130.910227,55.294989],[-130.879994,55.290269],[-130.632151,55.291002],[-130.622182,55.293118],[-130.612457,55.297065],[-130.656809,55.315741],[-130.669423,55.328518],[-130.646596,55.338609],[-130.656402,55.352281],[-130.6704,55.349921],[-130.712392,55.320868],[-130.726308,55.314643],[-130.833852,55.304389],[-130.861887,55.312161],[-130.873158,55.342027],[-130.88679,55.451606],[-130.873525,55.534125],[-130.866322,55.550279],[-130.873158,55.622952],[-130.878529,55.636379],[-130.90217,55.665717],[-130.907297,55.681871],[-130.904042,55.690253],[-130.890207,55.700385],[-130.88679,55.708564],[-130.889882,55.715277],[-130.904042,55.727484],[-130.914662,55.746894],[-130.949941,55.771145],[-130.961903,55.783026],[-130.928131,55.800238],[-130.9204,55.810452],[-130.93456,55.818427],[-130.940663,55.816799],[-130.968739,55.804755],[-130.983469,55.80565],[-130.996409,55.810533],[-131.006703,55.815863],[-131.013417,55.818427],[-131.022369,55.826728],[-131.061513,55.876776],[-131.077626,55.888495],[-131.13386,55.920844],[-131.131418,55.924547],[-131.126373,55.934516],[-131.146311,55.934801],[-131.165191,55.940579],[-131.176829,55.951972],[-131.174794,55.969306],[-131.196401,55.971422],[-131.184926,55.986721],[-131.140045,56.017035],[-131.044423,56.058051],[-131.052846,56.057318],[-131.078603,56.058051],[-131.068023,56.071926],[-131.009674,56.112616],[-131.063303,56.095933],[-131.085683,56.086168],[-131.106516,56.071682],[-131.124989,56.050442],[-131.136098,56.041327],[-131.165517,56.033271],[-131.19225,56.014553],[-131.290273,55.988349],[-131.303334,55.981676],[-131.314768,55.972642],[-131.341868,55.960924],[-131.371205,55.968573],[-131.397288,55.987616],[-131.414377,56.010199],[-131.433095,55.997545],[-131.458974,55.984687],[-131.483022,55.979438],[-131.496327,55.989732],[-131.564117,55.947008],[-131.589426,55.941352],[-131.618723,55.942694],[-131.627309,55.941352],[-131.6315,55.9383],[-131.634592,55.933987],[-131.638173,55.929999],[-131.655344,55.924994],[-131.680409,55.910468],[-131.703359,55.904364],[-131.725413,55.891099],[-131.735911,55.886705],[-131.753733,55.885077],[-131.786122,55.887397],[-131.804799,55.886705],[-131.817372,55.883002],[-131.841461,55.870307],[-131.853179,55.866278],[-131.869374,55.865383],[-131.885365,55.866278],[-131.900624,55.865465],[-131.914662,55.859442],[-131.8933,55.855373],[-131.825307,55.831488],[-131.777943,55.825385],[-131.765859,55.816881],[-131.763824,55.797349],[-131.774241,55.770494],[-131.782786,55.753892],[-131.790517,55.742743],[-131.80842,55.729478],[-131.825266,55.725491],[-131.866851,55.729071],[-131.832102,55.696967],[-131.827707,55.667873],[-131.847971,55.641913],[-131.887318,55.619208],[-131.884633,55.613674],[-131.882436,55.604193],[-131.880523,55.5987],[-132.004018,55.667629],[-131.99474,55.65705],[-131.968495,55.63349],[-131.963043,55.622952],[-131.953481,55.611518],[-131.936269,55.59809],[-131.928944,55.589301],[-131.948801,55.591946],[-131.948801,55.58511],[-131.934641,55.576972],[-131.926015,55.563625],[-131.923695,55.547268],[-131.928334,55.530463],[-131.934071,55.526597],[-131.943267,55.523383],[-131.951894,55.517564],[-131.955637,55.506252],[-131.961415,55.501044],[-131.974436,55.504828],[-131.996571,55.516791],[-132.134633,55.565172],[-132.17162,55.588528],[-132.185292,55.615627],[-132.211903,55.698065],[-132.226552,55.715399],[-132.244456,55.722968],[-132.261545,55.739651],[-132.266184,55.756293],[-132.246734,55.763861],[-132.227366,55.757758],[-132.18871,55.730292],[-132.167877,55.722846],[-132.177358,55.751776],[-132.1822,55.776842],[-132.176869,55.794867],[-132.168853,55.802314],[-132.140614,55.804755],[-132.073598,55.802802],[-132.058665,55.804755],[-132.046213,55.817288],[-132.053944,55.828315],[-132.086008,55.845771],[-132.07018,55.86286],[-132.049631,55.878363],[-132.036041,55.893785],[-132.041331,55.910956],[-132.056304,55.930365],[-132.056874,55.944525],[-132.043609,55.954657],[-132.017079,55.961859],[-131.968373,55.958686],[-131.955637,55.961859],[-131.949818,55.972113],[-131.953725,55.992825],[-131.945058,55.996568],[-131.943512,56.006903],[-131.963043,56.071682],[-131.963043,56.157375],[-131.950307,56.166693],[-131.888743,56.183824],[-131.813791,56.19599],[-131.698394,56.196234],[-131.599029,56.178656],[-131.579498,56.179104],[-131.55842,56.188381],[-131.529286,56.214016],[-131.513417,56.222073],[-131.489491,56.22248],[-131.513336,56.229315],[-131.537831,56.225409],[-131.586334,56.208889],[-131.61384,56.205146],[-131.637929,56.206366],[-131.68871,56.216295],[-131.87682,56.22309],[-131.907826,56.232733],[-131.95934,56.294501],[-131.96524,56.310777],[-131.971303,56.356431],[-131.980133,56.365912],[-132.006093,56.367255],[-132.060658,56.381008],[-132.077016,56.381903],[-132.089019,56.376776],[-132.105092,56.373725],[-132.143788,56.388739],[-132.154897,56.380194],[-132.161041,56.380194],[-132.185292,56.428697],[-132.188385,56.45185],[-132.203277,56.471259],[-132.236155,56.4831],[-132.284006,56.493476],[-132.289418,56.498481],[-132.337148,56.523749],[-132.344879,56.528998],[-132.349721,56.536933],[-132.352895,56.552069],[-132.350209,56.579413],[-132.337799,56.601793],[-132.305043,56.640204],[-132.329823,56.639146],[-132.371693,56.624213],[-132.447418,56.607164],[-132.476877,56.604478],[-132.520009,56.627672],[-132.540191,56.631496],[-132.550038,56.638983],[-132.538442,56.661322],[-132.521962,56.674954],[-132.503326,56.678371],[-132.456532,56.674994],[-132.468739,56.691881],[-132.487294,56.698676],[-132.509023,56.702094],[-132.530995,56.708564],[-132.479482,56.742825],[-132.462717,56.756903],[-132.462636,56.764838],[-132.414906,56.784857],[-132.412221,56.792304],[-132.413808,56.801256],[-132.412465,56.808905],[-132.40095,56.812201],[-132.379303,56.812323],[-132.369496,56.814114],[-132.35969,56.818427],[-132.378407,56.826483],[-132.398671,56.824897],[-132.418202,56.81684],[-132.434804,56.805365],[-132.432729,56.793524],[-132.452952,56.788031],[-132.477854,56.785102],[-132.490061,56.781155],[-132.497182,56.761298],[-132.514801,56.755439],[-132.537099,56.758124],[-132.673207,56.802802],[-132.761383,56.845771],[-132.774648,56.856513],[-132.778228,56.862047],[-132.782623,56.87523],[-132.78482,56.879828],[-132.790924,56.885443],[-132.844716,56.913153],[-132.856557,56.914537],[-132.860422,56.91885],[-132.859527,56.937649],[-132.863678,56.941881],[-132.877919,56.946723],[-132.896555,56.958075],[-132.913197,56.971625],[-132.922027,56.982856],[-132.895497,56.989244],[-132.881581,56.991116],[-132.867421,56.989691],[-132.852122,56.974026],[-132.841054,56.967719],[-132.829579,56.972968],[-132.811757,56.974189],[-132.786204,56.967597],[-132.76769,56.969672],[-132.77123,56.997138],[-132.809804,57.05565],[-132.808746,57.065375],[-132.79955,57.069729],[-132.792836,57.079047],[-132.790842,57.088446],[-132.7954,57.092719],[-132.805531,57.090481],[-132.831166,57.078437],[-132.839467,57.072821],[-132.861073,57.036363],[-132.877675,57.021308],[-132.897817,57.027533],[-132.92162,57.042792],[-132.945709,57.04682],[-132.98351,57.044908],[-132.993804,57.047756],[-133.042388,57.069241],[-133.066477,57.076728],[-133.079701,57.08275],[-133.093007,57.086493],[-133.11262,57.088324],[-133.131907,57.087388],[-133.144195,57.08275],[-133.14977,57.081488],[-133.157867,57.082953],[-133.165191,57.086005],[-133.168446,57.089586],[-133.166331,57.096829],[-133.161692,57.101874],[-133.154775,57.106391],[-133.150502,57.116116],[-133.144602,57.122504],[-133.141998,57.129584],[-133.147939,57.141099],[-133.121083,57.144273],[-133.136301,57.161078],[-133.167551,57.169623],[-133.188873,57.147935],[-133.175282,57.147935],[-133.175282,57.141099],[-133.211497,57.141995],[-133.220367,57.14765],[-133.209381,57.161038],[-133.216624,57.170966],[-133.225942,57.174994],[-133.235707,57.173814],[-133.24413,57.168443],[-133.250356,57.133694],[-133.266469,57.113186],[-133.29011,57.101996],[-133.317006,57.102484],[-133.363596,57.128363],[-133.423573,57.145331],[-133.445912,57.147935],[-133.453033,57.151109],[-133.476145,57.165229],[-133.486887,57.168443],[-133.520579,57.172309],[-133.538157,57.176459],[-133.551991,57.181464],[-133.551991,57.1883],[-133.530019,57.191352],[-133.50475,57.203437],[-133.488637,57.220893],[-133.494008,57.239814],[-133.505116,57.251207],[-133.502675,57.25373],[-133.495025,57.256171],[-133.49059,57.267768],[-133.485097,57.277004],[-133.471913,57.281887],[-133.442209,57.284491],[-133.254791,57.281073],[-133.182118,57.305609],[-133.176096,57.308783],[-133.169545,57.315904],[-133.162221,57.319281],[-133.107289,57.319281],[-133.086293,57.322496],[-133.05842,57.331855],[-133.037668,57.346829],[-133.038075,57.367092],[-133.051096,57.366278],[-133.099273,57.339301],[-133.120676,57.332343],[-133.1787,57.332343],[-133.190338,57.330471],[-133.211578,57.321926],[-133.223704,57.319281],[-133.241119,57.32038],[-133.271962,57.330024],[-133.288238,57.332343],[-133.391469,57.33515],[-133.419504,57.34394],[-133.442128,57.358954],[-133.456451,57.380764],[-133.420806,57.394843],[-133.402903,57.3994],[-133.356679,57.402289],[-133.344797,57.405422],[-133.339752,57.41177],[-133.33552,57.428778],[-133.335927,57.438178],[-133.34317,57.442206],[-133.351796,57.440009],[-133.36852,57.43065],[-133.378245,57.428534],[-133.40392,57.433173],[-133.414459,57.432807],[-133.425404,57.425116],[-133.437408,57.423529],[-133.454213,57.431789],[-133.470286,57.44359],[-133.500396,57.47602],[-133.504547,57.486802],[-133.504872,57.503607],[-133.497426,57.531562],[-133.492543,57.538642],[-133.476918,57.552069],[-133.439036,57.569485],[-133.348866,57.575914],[-133.3131,57.592963],[-133.333852,57.596015],[-133.416127,57.595282],[-133.439076,57.589545],[-133.460846,57.579901],[-133.532948,57.572455],[-133.59142,57.574612],[-133.605092,57.579291],[-133.648549,57.617133],[-133.658803,57.620917],[-133.65807,57.632758],[-133.646637,57.687201],[-133.648264,57.702826],[-133.635732,57.708157],[-133.622141,57.710028],[-133.593007,57.709662],[-133.58552,57.710924],[-133.572865,57.716051],[-133.566314,57.716498],[-133.560414,57.713853],[-133.548329,57.704779],[-133.532704,57.700019],[-133.522817,57.693183],[-133.507965,57.678941],[-133.494985,57.672065],[-133.442209,57.668118],[-133.210439,57.588935],[-133.168446,57.579291],[-133.158599,57.573147],[-133.137929,57.555609],[-133.13093,57.552069],[-133.111399,57.544989],[-133.069488,57.512681],[-133.045522,57.503607],[-133.034291,57.504136],[-133.020334,57.507066],[-133.008534,57.511868],[-133.003977,57.51789],[-133.012115,57.521226],[-133.081858,57.53734],[-133.099599,57.550971],[-133.127512,57.579291],[-133.155426,57.599758],[-133.164784,57.612535],[-133.162221,57.627143],[-133.182729,57.623765],[-133.21227,57.627143],[-133.238881,57.636623],[-133.250356,57.651679],[-133.36026,57.682359],[-133.397694,57.709418],[-133.417592,57.719387],[-133.468984,57.727444],[-133.499989,57.737616],[-133.52892,57.750922],[-133.545806,57.764309],[-133.552317,57.792304],[-133.558176,57.889635],[-133.551991,57.915107],[-133.539296,57.917426],[-133.49059,57.908271],[-133.429107,57.908271],[-133.398549,57.903957],[-133.343129,57.884752],[-133.3131,57.880316],[-133.304514,57.881781],[-133.288442,57.887397],[-133.27831,57.887844],[-133.267568,57.885077],[-133.244293,57.876125],[-133.142486,57.854722],[-133.124094,57.857123],[-133.132232,57.86522],[-133.185699,57.889553],[-133.206288,57.89468],[-133.554311,57.929429],[-133.572865,57.924058],[-133.584584,57.910834],[-133.593007,57.887844],[-133.591298,57.881537],[-133.589833,57.86758],[-133.592641,57.857896],[-133.603871,57.864203],[-133.610748,57.870103],[-133.626088,57.879869],[-133.634592,57.887844],[-133.640126,57.867906],[-133.625966,57.828681],[-133.634592,57.805243],[-133.661366,57.786444],[-133.68635,57.790717],[-133.708567,57.808295],[-133.742258,57.845038],[-133.80309,57.898505],[-133.80842,57.904975],[-133.811635,57.913031],[-133.812734,57.925035],[-133.819081,57.932807],[-133.861155,57.956732],[-133.809804,57.985338],[-133.792226,57.99022],[-133.774892,57.988837],[-133.764068,57.980699],[-133.753733,57.96894],[-133.73762,57.956732],[-133.718129,57.946357],[-133.701812,57.940009],[-133.691396,57.942043],[-133.689198,57.956732],[-133.697581,57.989976],[-133.692047,58.001939],[-133.669342,58.011379],[-133.669342,58.017524],[-133.731842,58.019517],[-133.755483,58.030097],[-133.764963,58.062242],[-133.748647,58.078192],[-133.7176,58.097846],[-133.698232,58.115953],[-133.717152,58.127387],[-133.717152,58.134833],[-133.69518,58.139106],[-133.685048,58.142808],[-133.674916,58.147895],[-133.682362,58.155341],[-133.700266,58.148505],[-133.758127,58.134833],[-133.758127,58.127387],[-133.741689,58.119696],[-133.748647,58.106106],[-133.810129,58.044745],[-133.813344,58.028998],[-133.799062,58.011379],[-133.864369,57.986965],[-133.884674,57.984036],[-133.908681,57.983873],[-133.918446,57.985663],[-133.929433,57.99022],[-133.934071,57.993638],[-133.939076,58.000678],[-133.943023,58.003892],[-133.949574,58.00609],[-133.964955,58.009101],[-133.970367,58.011379],[-133.976226,58.020087],[-133.976471,58.028998],[-133.978017,58.035834],[-133.987416,58.038642],[-134.001291,58.039496],[-134.010854,58.042873],[-134.016428,58.049994],[-134.018178,58.062242],[-134.023427,58.071357],[-134.035634,58.072333],[-134.049469,58.070705],[-134.059722,58.07217],[-134.063832,58.079169],[-134.072825,58.113186],[-134.057444,58.111029],[-134.048451,58.113837],[-134.044789,58.119859],[-134.045481,58.127387],[-134.051422,58.134589],[-134.071889,58.146186],[-134.08023,58.155341],[-134.083485,58.163764],[-134.085927,58.174954],[-134.087066,58.186591],[-134.086415,58.196275],[-134.081614,58.208197],[-134.074818,58.214545],[-134.067128,58.220364],[-134.059722,58.230414],[-134.057037,58.239976],[-134.058013,58.24787],[-134.059885,58.255561],[-134.059722,58.264594],[-134.061269,58.268215],[-134.064931,58.273139],[-134.067698,58.278876],[-134.066558,58.285102],[-134.059397,58.288642],[-134.03185,58.285102],[-134.010365,58.294338],[-133.990834,58.305569],[-133.982411,58.315619],[-133.982533,58.320868],[-133.986724,58.325344],[-133.990834,58.332831],[-134.005849,58.372382],[-134.009999,58.392239],[-134.004506,58.408596],[-133.996938,58.412421],[-133.972524,58.418036],[-133.962961,58.422187],[-133.951772,58.432766],[-133.949778,58.439643],[-133.951039,58.446357],[-133.949859,58.456366],[-133.920074,58.497545],[-133.876373,58.510443],[-133.771799,58.518459],[-133.771799,58.524644],[-133.887807,58.524644],[-133.933909,58.518948],[-133.959625,58.512641],[-133.976633,58.504828],[-133.982411,58.487616],[-133.97468,58.449897],[-133.987416,58.442694],[-134.010162,58.439765],[-134.050364,58.426093],[-134.072825,58.422187],[-134.072825,58.414781],[-134.051829,58.408393],[-134.047109,58.389594],[-134.052887,58.367255],[-134.06314,58.350246],[-134.080963,58.337714],[-134.125071,58.318671],[-134.141672,58.305569],[-134.147125,58.28498],[-134.131744,58.273139],[-134.111073,58.263129],[-134.100697,58.247789],[-134.10436,58.239488],[-134.112864,58.232082],[-134.144928,58.209906],[-134.157867,58.204291],[-134.172231,58.202338],[-134.190094,58.203111],[-134.241607,58.214301],[-134.44107,58.321519],[-134.460439,58.326606],[-134.471303,58.330878],[-134.489817,58.349677],[-134.497955,58.353949],[-134.553212,58.353949],[-134.569163,58.356147],[-134.59732,58.365465],[-134.611236,58.367621],[-134.621734,58.363959],[-134.625844,58.356635],[-134.630198,58.351467],[-134.641347,58.353949],[-134.644887,58.362291],[-134.647694,58.376044],[-134.654449,58.38642],[-134.669911,58.384711],[-134.68456,58.37934],[-134.718861,58.374254],[-134.734771,58.373765],[-134.756174,58.381537],[-134.767323,58.400336],[-134.771596,58.424018],[-134.774566,58.475898],[-134.782867,58.493069],[-134.79955,58.502997],[-134.826975,58.510972],[-134.826975,58.518459],[-134.822662,58.519477],[-134.819976,58.520941],[-134.817535,58.522691],[-134.813873,58.524644],[-134.847239,58.535224],[-134.874989,58.553127],[-134.897572,58.57567],[-134.934967,58.623277],[-134.975657,58.658922],[-134.991444,58.682929],[-134.960764,58.667548],[-134.945139,58.663316],[-134.930002,58.669257],[-134.926829,58.664862],[-134.920644,58.660346],[-134.915679,58.655585],[-134.920766,58.67829],[-134.932729,58.697943],[-134.940541,58.716132],[-134.925852,58.75495],[-134.93399,58.777411],[-134.946116,58.79975],[-134.950429,58.820054],[-134.962026,58.814927],[-134.974436,58.812445],[-134.986684,58.813707],[-134.998199,58.820054],[-135.005483,58.807766],[-135.026031,58.793158],[-135.032379,58.785346],[-135.0301,58.776068],[-135.022572,58.768744],[-135.019887,58.761054],[-135.032379,58.751166],[-135.02831,58.744371],[-135.025543,58.737535],[-135.052154,58.752387],[-135.104644,58.809516],[-135.143625,58.833889],[-135.149037,58.843695],[-135.145985,58.857123],[-135.12857,58.895209],[-135.14566,58.90644],[-135.156117,58.922797],[-135.161285,58.943305],[-135.162709,58.967231],[-135.1669,58.99079],[-135.177398,59.004625],[-135.190785,59.016059],[-135.203684,59.032375],[-135.206614,59.040595],[-135.211171,59.066555],[-135.222727,59.093899],[-135.224192,59.104682],[-135.229604,59.125881],[-135.272572,59.183173],[-135.300282,59.211575],[-135.334706,59.238918],[-135.361806,59.270819],[-135.367543,59.312934],[-135.339711,59.400824],[-135.331695,59.451565],[-135.348297,59.470608],[-135.359486,59.456977],[-135.389272,59.374945],[-135.401112,59.319892],[-135.414377,59.300605],[-135.436431,59.312934],[-135.46703,59.305732],[-135.527903,59.319729],[-135.553782,59.31977],[-135.533844,59.310004],[-135.482004,59.295111],[-135.460927,59.282172],[-135.430247,59.252102],[-135.427642,59.247992],[-135.426259,59.241604],[-135.42276,59.23786],[-135.41511,59.234076],[-135.398752,59.230862],[-135.383901,59.222968],[-135.359527,59.213772],[-135.354563,59.206773],[-135.351959,59.196682],[-135.334055,59.161444],[-135.336537,59.162787],[-135.339345,59.159166],[-135.341176,59.15351],[-135.340891,59.148424],[-135.336781,59.143988],[-135.31725,59.131415],[-135.310292,59.121975],[-135.306996,59.11107],[-135.306386,59.09927],[-135.307362,59.086982],[-135.319569,59.101549],[-135.360748,59.113756],[-135.378407,59.124213],[-135.386627,59.138821],[-135.391184,59.170111],[-135.395497,59.183173],[-135.423329,59.205064],[-135.470448,59.225491],[-135.519643,59.236518],[-135.553782,59.230414],[-135.538645,59.215277],[-135.484853,59.183173],[-135.473378,59.170722],[-135.452138,59.141547],[-135.436431,59.127997],[-135.401967,59.11164],[-135.384592,59.100898],[-135.374989,59.086982],[-135.377553,59.070014],[-135.38561,59.053168],[-135.388336,59.037828],[-135.374989,59.02558],[-135.384836,59.016059],[-135.387522,59.006293],[-135.383901,58.997545],[-135.374989,58.9914],[-135.386342,58.975165],[-135.385813,58.954332],[-135.377187,58.936347],[-135.36441,58.928697],[-135.328196,58.919745],[-135.320953,58.915717],[-135.32079,58.90469],[-135.333363,58.887193],[-135.330637,58.877834],[-135.295969,58.83515],[-135.231028,58.771674],[-135.242177,58.74787],[-135.24059,58.73017],[-135.22997,58.715237],[-135.168446,58.645738],[-135.162709,58.634508],[-135.181142,58.624498],[-135.20873,58.62051],[-135.226186,58.612291],[-135.214223,58.589789],[-135.168446,58.544501],[-135.152903,58.519761],[-135.145497,58.515367],[-135.142242,58.510972],[-135.141672,58.506334],[-135.143178,58.495551],[-135.142242,58.491116],[-135.136383,58.483588],[-135.111195,58.459784],[-135.09968,58.443793],[-135.057281,58.351549],[-135.053863,58.332668],[-135.052846,58.309272],[-135.056956,58.298774],[-135.066803,58.300971],[-135.079213,58.305609],[-135.090688,58.302151],[-135.093251,58.295233],[-135.093821,58.264594],[-135.092397,58.254462],[-135.090077,58.248847],[-135.08967,58.244208],[-135.093821,58.23725],[-135.102447,58.232245],[-135.135162,58.219428],[-135.145619,58.216783],[-135.173085,58.21894],[-135.30956,58.252143],[-135.350453,58.276801],[-135.381581,58.31094],[-135.402943,58.353949],[-135.411692,58.385199],[-135.415924,58.394965],[-135.445872,58.422065],[-135.455312,58.446275],[-135.467519,58.467353],[-135.484934,58.483954],[-135.50536,58.483629],[-135.51415,58.465522],[-135.498362,58.445461],[-135.475819,58.4265],[-135.464426,58.411689],[-135.459828,58.388332],[-135.463124,58.378119],[-135.478017,58.373765],[-135.49413,58.375678],[-135.507069,58.380683],[-135.532623,58.394965],[-135.59317,58.419989],[-135.627512,58.426256],[-135.652455,58.418524],[-135.676584,58.406684],[-135.886708,58.379381],[-135.909413,58.381293],[-135.909495,58.395087],[-135.90217,58.421617],[-135.890045,58.448472],[-135.875885,58.463202],[-135.894683,58.463324],[-135.950347,58.456366],[-135.950347,58.463202],[-135.936676,58.463121],[-135.925852,58.467719],[-135.915517,58.4737],[-135.903188,58.477484],[-135.888661,58.477607],[-135.847971,58.470038],[-135.860463,58.491034],[-135.856597,58.499457],[-135.84675,58.507758],[-135.841135,58.528388],[-135.845286,58.546536],[-135.856109,58.559272],[-135.871693,58.567694],[-135.889556,58.573065],[-135.889556,58.579901],[-135.820668,58.600328],[-135.83373,58.603746],[-135.873647,58.608547],[-135.882069,58.610582],[-135.886952,58.612535],[-135.939687,58.681301],[-135.955068,58.694648],[-135.978342,58.696601],[-135.973866,58.701565],[-135.968332,58.711249],[-135.964019,58.716457],[-135.974355,58.729071],[-135.991322,58.745185],[-136.009348,58.758979],[-136.02302,58.764838],[-136.032094,58.771877],[-136.057525,58.803697],[-136.073883,58.812649],[-136.060292,58.825914],[-135.963124,58.862047],[-135.945872,58.870795],[-135.92984,58.881537],[-135.936635,58.864081],[-135.917836,58.863349],[-135.758616,58.888373],[-135.77302,58.904527],[-135.798085,58.912665],[-135.935455,58.916246],[-135.964019,58.922512],[-135.958648,58.913275],[-135.950754,58.908271],[-135.92984,58.902045],[-135.943593,58.892035],[-136.013824,58.85871],[-136.029937,58.855292],[-136.046539,58.861029],[-136.047678,58.86872],[-136.051096,58.87344],[-136.054107,58.87873],[-136.054067,58.888373],[-136.050445,58.896064],[-136.037343,58.914211],[-136.032948,58.922512],[-136.056467,58.930121],[-136.076894,58.946519],[-136.092356,58.966295],[-136.101186,58.983954],[-136.104075,58.998033],[-136.103912,59.00727],[-136.105865,59.015204],[-136.114858,59.02558],[-136.126373,59.032538],[-136.141713,59.037095],[-136.157379,59.037584],[-136.170074,59.032375],[-136.154856,59.023098],[-136.142445,59.007025],[-136.138783,58.989814],[-136.149648,58.977118],[-136.140981,58.95482],[-136.166575,58.942613],[-136.202382,58.934068],[-136.224721,58.922512],[-136.152659,58.932685],[-136.117787,58.933295],[-136.101186,58.915717],[-136.116526,58.909573],[-136.122304,58.908271],[-136.122304,58.902045],[-136.104156,58.89525],[-136.097524,58.876858],[-136.099924,58.853746],[-136.108632,58.833157],[-136.13329,58.806098],[-136.136586,58.795885],[-136.137115,58.7862],[-136.140126,58.782172],[-136.147043,58.778062],[-136.159535,58.768256],[-136.209706,58.7508],[-136.269114,58.764146],[-136.382395,58.806464],[-136.382395,58.812649],[-136.313588,58.809516],[-136.277577,58.812974],[-136.259511,58.826321],[-136.28775,58.825629],[-136.375844,58.833157],[-136.425893,58.824449],[-136.452016,58.824368],[-136.475209,58.836575],[-136.492991,58.864081],[-136.507924,58.904446],[-136.510813,58.942572],[-136.492258,58.963446],[-136.492258,58.970893],[-136.526194,58.967597],[-136.544097,58.957424],[-136.574127,58.915717],[-136.639312,58.967231],[-136.67398,59.002753],[-136.693105,59.017971],[-136.711985,59.02558],[-136.608266,58.908271],[-136.633453,58.891791],[-136.657704,58.898749],[-136.681467,58.914008],[-136.705149,58.922512],[-136.717844,58.923814],[-136.734771,58.927436],[-136.751291,58.932847],[-136.776723,58.948391],[-136.827382,58.956692],[-136.84142,58.961819],[-136.875844,58.983954],[-136.917551,59.001939],[-136.94636,59.02261],[-137.01301,59.052802],[-137.032216,59.067491],[-137.046091,59.069037],[-137.059478,59.063707],[-137.063914,59.055406],[-137.062978,59.043891],[-137.050201,59.03856],[-137.029042,59.033677],[-137.008046,59.021715],[-136.971425,58.9914],[-136.929311,58.968329],[-136.911244,58.954332],[-136.903717,58.93244],[-136.917958,58.920071],[-137.01301,58.922512],[-137.030507,58.912909],[-137.064198,58.874091],[-137.085317,58.869534],[-137.102447,58.858547],[-137.129709,58.833157],[-137.129709,58.826321],[-137.108957,58.828762],[-137.086903,58.837836],[-137.066314,58.850653],[-137.033315,58.878241],[-137.014963,58.887885],[-136.9947,58.893378],[-136.895863,58.892401],[-136.841705,58.882514],[-136.828196,58.877509],[-136.817779,58.870673],[-136.812489,58.862128],[-136.811431,58.854641],[-136.809193,58.847398],[-136.80012,58.839993],[-136.791493,58.854315],[-136.777008,58.865668],[-136.75886,58.872789],[-136.739247,58.874091],[-136.727528,58.870429],[-136.698313,58.853583],[-136.67455,58.852851],[-136.663726,58.85102],[-136.65331,58.843695],[-136.643056,58.839789],[-136.626129,58.838446],[-136.609039,58.839748],[-136.587554,58.848334],[-136.577301,58.84398],[-136.567291,58.836859],[-136.557362,58.833157],[-136.540598,58.829332],[-136.484771,58.799628],[-136.495432,58.784491],[-136.511871,58.780463],[-136.530507,58.780911],[-136.547475,58.77912],[-136.540028,58.771674],[-136.565907,58.785956],[-136.588857,58.808905],[-136.614858,58.825426],[-136.649892,58.820054],[-136.643056,58.806464],[-136.628041,58.805569],[-136.574127,58.77912],[-136.58316,58.773749],[-136.593373,58.771186],[-136.604319,58.770697],[-136.615793,58.771674],[-136.563303,58.760688],[-136.543935,58.751166],[-136.529042,58.751166],[-136.522613,58.747748],[-136.519683,58.740953],[-136.522328,58.735582],[-136.525868,58.730373],[-136.525746,58.723822],[-136.520497,58.710842],[-136.515859,58.702379],[-136.506825,58.697903],[-136.488515,58.696601],[-136.476674,58.692328],[-136.452626,58.673489],[-136.437611,58.669257],[-136.451772,58.689195],[-136.472401,58.703437],[-136.491038,58.72016],[-136.499094,58.747748],[-136.491851,58.749213],[-136.38386,58.725084],[-136.375559,58.72016],[-136.368398,58.711127],[-136.353912,58.70185],[-136.3426,58.691555],[-136.344838,58.679185],[-136.355336,58.671454],[-136.396637,58.655585],[-136.456654,58.623277],[-136.488637,58.613511],[-136.519521,58.620836],[-136.525746,58.614],[-136.487782,58.595404],[-136.475209,58.592922],[-136.463857,58.596503],[-136.430776,58.620836],[-136.401194,58.625718],[-136.377268,58.617743],[-136.3544,58.606187],[-136.327748,58.600328],[-136.334625,58.608588],[-136.352203,58.621243],[-136.355702,58.628323],[-136.351918,58.638495],[-136.343617,58.642157],[-136.33434,58.642279],[-136.327748,58.641303],[-136.317128,58.637437],[-136.309071,58.631822],[-136.301747,58.629218],[-136.29304,58.634508],[-136.29719,58.647121],[-136.297841,58.658271],[-136.29304,58.669257],[-136.280507,58.660224],[-136.183176,58.614],[-136.183176,58.607164],[-136.192372,58.607082],[-136.198638,58.605536],[-136.211049,58.600328],[-136.202219,58.594306],[-136.177561,58.573065],[-136.160878,58.571682],[-136.142812,58.573554],[-136.128245,58.570746],[-136.122304,58.555732],[-136.127553,58.551947],[-136.139068,58.552069],[-136.150624,58.548896],[-136.155832,58.535468],[-136.16275,58.52619],[-136.179067,58.523342],[-136.211049,58.524644],[-136.198598,58.508979],[-136.180287,58.507554],[-136.142812,58.518459],[-136.131907,58.519517],[-136.082509,58.516425],[-136.082183,58.511379],[-136.087392,58.504706],[-136.088206,58.497992],[-136.085561,58.4914],[-136.084299,58.484687],[-136.080678,58.47956],[-136.07079,58.477484],[-136.062327,58.47427],[-136.060658,58.466498],[-136.061391,58.457343],[-136.060211,58.44953],[-136.036204,58.397895],[-136.026723,58.388129],[-136.057281,58.359524],[-136.076283,58.345608],[-136.098053,58.339667],[-136.127512,58.336493],[-136.186838,58.322414],[-136.272817,58.312974],[-136.287506,58.318183],[-136.283315,58.329739],[-136.272084,58.341254],[-136.265696,58.346503],[-136.27245,58.359605],[-136.327748,58.408596],[-136.329742,58.38052],[-136.343088,58.376166],[-136.409291,58.393459],[-136.459055,58.416897],[-136.481679,58.422187],[-136.48941,58.426011],[-136.498647,58.441311],[-136.50593,58.442694],[-136.513499,58.436184],[-136.510365,58.427924],[-136.499094,58.414781],[-136.500315,58.385077],[-136.515126,58.380316],[-136.537506,58.382514],[-136.561147,58.373765],[-136.552235,58.371283],[-136.54601,58.366645],[-136.541127,58.362209],[-136.53661,58.360175],[-136.524973,58.35814],[-136.506988,58.348944],[-136.499094,58.346503],[-136.480336,58.346869],[-136.480865,58.352362],[-136.486195,58.362616],[-136.481679,58.37759],[-136.473297,58.385443],[-136.466664,58.386542],[-136.444447,58.381293],[-136.417104,58.381293],[-136.410064,58.37934],[-136.406728,58.374986],[-136.405019,58.370307],[-136.402903,58.367621],[-136.377675,58.359198],[-136.365712,58.352362],[-136.361969,58.340237],[-136.361928,58.316107],[-136.370595,58.299547],[-136.391225,58.302558],[-136.434193,58.319159],[-136.492828,58.314439],[-136.512766,58.319159],[-136.518788,58.324286],[-136.522613,58.331122],[-136.527455,58.337104],[-136.53661,58.339667],[-136.550649,58.340644],[-136.562815,58.343736],[-136.573883,58.349189],[-136.584706,58.357082],[-136.598948,58.359036],[-136.620513,58.353909],[-136.656728,58.339667],[-136.574778,58.282131],[-136.566029,58.277981],[-136.560699,58.271308],[-136.561147,58.257758],[-136.567291,58.249335],[-136.591868,58.227444],[-136.598378,58.223049],[-136.633412,58.227729],[-136.639312,58.226752],[-136.65099,58.220526],[-136.664784,58.220364],[-136.6787,58.224311],[-136.690826,58.230414],[-136.706939,58.247992],[-136.711415,58.268866],[-136.700754,58.284166],[-136.67101,58.285102],[-136.671742,58.290107],[-136.67512,58.301256],[-136.677235,58.305569],[-136.693837,58.299302],[-136.71109,58.297797],[-136.72525,58.301947],[-136.732493,58.312974],[-136.740224,58.306301],[-136.750559,58.300442],[-136.761871,58.297309],[-136.772776,58.298733],[-136.783599,58.306383],[-136.779612,58.312201],[-136.772206,58.318264],[-136.772776,58.326606],[-136.788157,58.332709],[-136.826243,58.318996],[-136.84911,58.326606],[-136.843251,58.331],[-136.833119,58.341986],[-136.827382,58.346503],[-136.836537,58.360419],[-136.847524,58.372748],[-136.860504,58.382392],[-136.875844,58.388129],[-136.878041,58.363349],[-136.890126,58.349677],[-136.903635,58.350816],[-136.909983,58.370673],[-136.92101,58.388983],[-136.947499,58.400702],[-136.97936,58.406887],[-137.006825,58.408596],[-137.022776,58.407172],[-137.067616,58.394965],[-137.078359,58.393256],[-137.112294,58.394965],[-137.131418,58.401313],[-137.197906,58.442694],[-137.260081,58.456366],[-137.300038,58.474758],[-137.321889,58.480658],[-137.340443,58.494778],[-137.348215,58.497992],[-137.362538,58.50019],[-137.471425,58.554389],[-137.518544,58.564765],[-137.562815,58.590888],[-137.588368,58.600328],[-137.620758,58.602607],[-137.631459,58.606187],[-137.622467,58.614],[-137.606842,58.617743],[-137.570465,58.617987],[-137.55427,58.620836],[-137.513824,58.642524],[-137.499623,58.648139],[-137.48412,58.649888],[-137.451975,58.650092],[-137.43814,58.655585],[-137.457672,58.672268],[-137.469472,58.679592],[-137.479115,58.682929],[-137.495432,58.680365],[-137.521637,58.665351],[-137.537465,58.661811],[-137.56664,58.65884],[-137.642974,58.634508],[-137.670644,58.633246],[-137.677846,58.64643],[-137.683176,58.66649],[-137.704742,58.686347],[-137.869618,58.765774],[-137.893137,58.782213],[-137.90217,58.786444],[-137.914784,58.790513],[-137.926096,58.795722],[-137.930979,58.803046],[-137.929555,58.815741],[-137.924062,58.834621],[-137.924184,58.847398],[-137.944244,58.888129],[-137.984364,58.919989],[-138.184885,59.02558],[-138.250803,59.047838],[-138.281158,59.062405],[-138.287913,59.080756],[-138.36266,59.079779],[-138.398915,59.083319],[-138.431264,59.093817],[-138.398671,59.092841],[-138.383209,59.094794],[-138.369781,59.101264],[-138.428456,59.111233],[-138.559397,59.106187],[-138.610015,59.127997],[-138.540435,59.122463],[-138.506947,59.124701],[-138.492747,59.138495],[-138.493764,59.149319],[-138.494781,59.152737],[-138.483062,59.165229],[-138.47289,59.1706],[-138.446523,59.176093],[-138.4381,59.183173],[-138.449086,59.191636],[-138.558258,59.180894],[-138.583119,59.171129],[-138.596059,59.168891],[-138.62857,59.168891],[-138.64387,59.166815],[-138.653635,59.163967],[-138.641184,59.153998],[-138.630483,59.142239],[-138.656077,59.157701],[-138.688344,59.176988],[-138.726796,59.191107],[-138.769846,59.199856],[-138.814036,59.214667],[-138.838287,59.228217],[-138.981679,59.274848],[-139.205881,59.31977],[-139.184193,59.325263],[-139.138092,59.310248],[-139.116526,59.312934],[-139.154124,59.336005],[-139.164906,59.340237],[-139.182118,59.341254],[-139.201731,59.339789],[-139.220123,59.340318],[-139.233795,59.347724],[-139.236928,59.360053],[-139.230295,59.368232],[-139.226877,59.374661],[-139.240061,59.381171],[-139.253326,59.381415],[-139.271596,59.378119],[-139.287709,59.372138],[-139.294667,59.364732],[-139.3037,59.350531],[-139.325754,59.35578],[-139.352895,59.368109],[-139.377512,59.374945],[-139.40803,59.378363],[-139.446278,59.3876],[-139.482655,59.400621],[-139.507558,59.415961],[-139.427968,59.401557],[-139.38915,59.38227],[-139.365468,59.380276],[-139.341664,59.384996],[-139.322581,59.395453],[-139.363922,59.410712],[-139.386383,59.415107],[-139.404856,59.412258],[-139.423451,59.406968],[-139.443512,59.40766],[-139.463124,59.412421],[-139.507558,59.429633],[-139.524729,59.440375],[-139.53425,59.443834],[-139.596913,59.456977],[-139.857004,59.546291],[-139.835846,59.558905],[-139.765777,59.547838],[-139.73351,59.552476],[-139.735911,59.556383],[-139.740305,59.566799],[-139.719594,59.565985],[-139.70344,59.570217],[-139.690297,59.579739],[-139.678863,59.594672],[-139.668853,59.584377],[-139.657582,59.575507],[-139.644887,59.57274],[-139.630442,59.580471],[-139.637847,59.587307],[-139.622955,59.595364],[-139.575795,59.614569],[-139.591379,59.622545],[-139.579213,59.639594],[-139.52717,59.678046],[-139.480051,59.704413],[-139.473378,59.717597],[-139.537953,59.757025],[-139.545074,59.764797],[-139.562082,59.772366],[-139.572011,59.790188],[-139.582631,59.82746],[-139.608713,59.863593],[-139.621083,59.890286],[-139.613352,59.902533],[-139.602284,59.906806],[-139.582387,59.925605],[-139.572377,59.929877],[-139.559071,59.931708],[-139.545766,59.936672],[-139.52184,59.950995],[-139.492502,59.984565],[-139.473215,59.993598],[-139.448883,59.981106],[-139.430002,59.965033],[-139.371002,59.929877],[-139.305165,59.864691],[-139.302358,59.848293],[-139.333608,59.813422],[-139.343088,59.786526],[-139.342885,59.773261],[-139.335601,59.738105],[-139.341908,59.726752],[-139.34203,59.720404],[-139.326731,59.715725],[-139.318593,59.711086],[-139.311391,59.70539],[-139.308339,59.700263],[-139.303131,59.680732],[-139.277659,59.646186],[-139.267323,59.621405],[-139.28661,59.620551],[-139.310902,59.616278],[-139.332346,59.609565],[-139.343088,59.600898],[-139.289906,59.576158],[-139.270741,59.572984],[-139.259755,59.579047],[-139.226389,59.621405],[-139.234853,59.633368],[-139.261627,59.659166],[-139.267323,59.666083],[-139.266998,59.698065],[-139.26887,59.715074],[-139.274159,59.731269],[-139.279693,59.736274],[-139.286488,59.738186],[-139.292226,59.74258],[-139.294667,59.755194],[-139.291331,59.760199],[-139.275746,59.775784],[-139.270741,59.779039],[-139.263336,59.785793],[-139.279612,59.819729],[-139.280385,59.833686],[-139.264638,59.84162],[-139.173695,59.850816],[-139.036366,59.846869],[-139.010976,59.842475],[-138.969594,59.816718],[-138.945302,59.807115],[-138.920074,59.804999],[-138.897369,59.813178],[-138.910512,59.81269],[-138.922597,59.81391],[-138.94518,59.820014],[-139.013783,59.857611],[-139.02831,59.861518],[-139.218739,59.871039],[-139.239003,59.878323],[-139.321197,59.938707],[-139.355295,59.949408],[-139.368316,59.963324],[-139.379547,59.979193],[-139.390248,59.99136],[-139.412424,60.001899],[-139.462066,60.011786],[-139.483306,60.022406],[-139.507232,60.046536],[-139.520904,60.0515],[-139.541656,60.046576],[-139.542958,60.037299],[-139.579945,60.00731],[-139.589467,59.987942],[-139.584381,59.965155],[-139.584828,59.955064],[-139.59317,59.950995],[-139.626129,59.949449],[-139.658355,59.943549],[-139.705963,59.92178],[-139.735219,59.899237],[-139.794423,59.854193],[-139.849029,59.819403],[-139.958241,59.794623],[-140.042714,59.769721],[-140.137074,59.739936],[-140.254221,59.71015],[-140.322743,59.701239],[-140.50121,59.705227],[-140.617014,59.708482],[-140.689809,59.718451],[-140.762685,59.728339],[-140.863149,59.745551],[-141.009836,59.790432],[-141.115224,59.809475],[-141.274159,59.849189],[-141.352284,59.864081],[-141.428538,59.872138],[-141.45401,59.882066],[-141.46817,59.903062],[-141.457631,59.916734],[-141.434926,59.925116],[-141.412424,59.929877],[-141.43456,59.919664],[-141.445139,59.91234],[-141.45401,59.902533],[-141.4381,59.896186],[-141.413197,59.89997],[-141.353179,59.920152],[-141.346791,59.924872],[-141.338735,59.928412],[-141.31432,59.931464],[-141.284088,59.939765],[-141.275258,59.943549],[-141.267323,59.955552],[-141.262115,59.973944],[-141.260121,59.994208],[-141.261586,60.011786],[-141.267893,60.029039],[-141.278066,60.044094],[-141.292226,60.056586],[-141.310048,60.066474],[-141.303131,60.065863],[-141.282094,60.066474],[-141.305043,60.08633],[-141.346425,60.098782],[-141.379547,60.113918],[-141.377675,60.142157],[-141.443512,60.135688],[-141.474721,60.126125],[-141.47761,60.11107],[-141.455068,60.078437],[-141.447174,60.07392],[-141.431711,60.072211],[-141.419749,60.067572],[-141.399403,60.052802],[-141.385894,60.034817],[-141.392934,60.02204],[-141.414215,60.01435],[-141.472524,60.009019],[-141.613881,59.969062],[-141.673492,59.961127],[-141.732655,59.963121],[-141.893951,60.007554],[-141.969106,60.028144],[-142.104156,60.035305],[-142.197743,60.052802],[-142.351633,60.067694],[-142.487416,60.075914],[-142.639638,60.102444],[-142.798492,60.112372],[-142.982289,60.092475],[-143.19579,60.067694],[-143.463938,60.052802],[-143.609609,60.049465],[-143.748687,60.025458],[-143.863189,60.000393],[-143.918609,59.997016],[-144.042388,60.027981],[-144.105702,60.031684],[-144.249623,60.032294],[-144.133209,60.03974],[-144.031361,60.034084],[-144.002553,60.03974],[-144.02009,60.061428],[-144.050771,60.079657],[-144.205474,60.145168],[-144.219146,60.148627],[-144.239084,60.149604],[-144.252553,60.154608],[-144.240875,60.165513],[-144.205637,60.183051],[-144.197499,60.184149],[-144.190541,60.186591],[-144.187571,60.193671],[-144.190094,60.201646],[-144.196441,60.205634],[-144.204498,60.205308],[-144.212026,60.200507],[-144.246571,60.18891],[-144.347564,60.201117],[-144.38679,60.196763],[-144.373118,60.183743],[-144.448557,60.176337],[-144.46349,60.179348],[-144.478831,60.186713],[-144.485829,60.19595],[-144.475494,60.20425],[-144.490712,60.216254],[-144.517323,60.210028],[-144.546986,60.197455],[-144.571116,60.190619],[-144.601471,60.196438],[-144.658111,60.215399],[-144.688385,60.224677],[-144.674224,60.226549],[-144.661855,60.224066],[-144.653147,60.220364],[-144.640004,60.217231],[-144.642161,60.22248],[-144.660512,60.245185],[-144.694651,60.272528],[-144.736318,60.28441],[-144.746449,60.289537],[-144.75593,60.29621],[-144.769887,60.30268],[-144.784047,60.305976],[-144.79426,60.303209],[-144.808909,60.29442],[-144.819651,60.297268],[-144.828765,60.303127],[-144.838694,60.303209],[-144.848948,60.300727],[-144.865102,60.304389],[-144.872792,60.303209],[-144.890126,60.292955],[-144.905263,60.293199],[-144.916575,60.294745],[-144.92748,60.298774],[-144.94164,60.306627],[-144.934478,60.316392],[-144.916371,60.326158],[-144.889638,60.350246],[-144.887034,60.355048],[-144.889963,60.363267],[-144.896392,60.36579],[-144.903066,60.366197],[-144.90689,60.368109],[-144.91454,60.381171],[-144.912465,60.38703],[-144.900706,60.395982],[-144.886545,60.401557],[-144.870717,60.403225],[-144.838002,60.402167],[-144.838002,60.409654],[-144.860707,60.418524],[-144.84203,60.436184],[-144.790842,60.464911],[-144.79426,60.475979],[-144.794097,60.491156],[-144.798411,60.499213],[-144.832143,60.477118],[-144.853179,60.469875],[-144.873118,60.471177],[-144.887034,60.485419],[-144.879058,60.495917],[-144.870188,60.501858],[-144.860951,60.506293],[-144.846181,60.516791],[-144.836049,60.522406],[-144.831776,60.525784],[-144.830678,60.530992],[-144.832021,60.538031],[-144.832346,60.544176],[-144.828359,60.54682],[-144.817535,60.551825],[-144.815256,60.563137],[-144.818756,60.584133],[-144.81607,60.595038],[-144.809234,60.603339],[-144.790842,60.615139],[-144.768463,60.625149],[-144.762807,60.630194],[-144.756093,60.643052],[-144.757069,60.652533],[-144.761342,60.66356],[-144.76061,60.672756],[-144.746449,60.676581],[-144.716542,60.671861],[-144.688547,60.663642],[-144.661204,60.660102],[-144.633168,60.669745],[-144.617909,60.680365],[-144.613678,60.687323],[-144.61266,60.697699],[-144.616038,60.713935],[-144.622792,60.717027],[-144.63386,60.713853],[-144.705393,60.703803],[-144.733144,60.695217],[-144.756093,60.684027],[-144.771799,60.668931],[-144.786,60.650702],[-144.803293,60.635321],[-144.855865,60.622056],[-144.869781,60.605699],[-144.87914,60.585517],[-144.893219,60.567328],[-144.912099,60.557359],[-144.974273,60.537014],[-144.999664,60.533189],[-145.019521,60.526435],[-145.040435,60.510565],[-145.072011,60.477973],[-145.096995,60.444281],[-145.114003,60.429429],[-145.163482,60.417141],[-145.235911,60.368109],[-145.269521,60.357082],[-145.305247,60.35578],[-145.38915,60.362535],[-145.402659,60.366278],[-145.415191,60.371894],[-145.436838,60.38642],[-145.468495,60.39175],[-145.482289,60.395982],[-145.489369,60.403266],[-145.498891,60.423529],[-145.504018,60.430813],[-145.516957,60.436021],[-145.550038,60.441352],[-145.572581,60.451117],[-145.672839,60.45816],[-145.731616,60.465277],[-145.804504,60.454449],[-145.866064,60.447662],[-145.938754,60.456066],[-145.941558,60.471137],[-145.922678,60.479967],[-145.880035,60.487698],[-145.863393,60.495307],[-145.846832,60.507229],[-145.771799,60.542426],[-145.681304,60.6081],[-145.674672,60.618232],[-145.666371,60.635321],[-145.647817,60.645209],[-145.62914,60.652737],[-145.620025,60.662909],[-145.629018,60.679145],[-145.652089,60.675116],[-145.691762,60.656684],[-145.844594,60.621039],[-145.880198,60.62873],[-145.838002,60.639838],[-145.817738,60.649604],[-145.805043,60.662909],[-145.824208,60.664862],[-145.861399,60.65648],[-145.880198,60.662909],[-145.85554,60.676581],[-145.845286,60.685533],[-145.839182,60.697699],[-145.857167,60.695054],[-145.882232,60.686225],[-145.904652,60.67357],[-145.925771,60.645209],[-145.952382,60.638129],[-146.003651,60.635647],[-145.99413,60.649156],[-145.982777,60.657213],[-145.95523,60.669745],[-145.94343,60.67829],[-145.924672,60.696845],[-145.914296,60.703925],[-145.938791,60.708197],[-145.965484,60.697821],[-145.99234,60.683743],[-146.017323,60.676581],[-146.044301,60.673082],[-146.197743,60.636542],[-146.238759,60.634711],[-146.256907,60.646186],[-146.258046,60.64883],[-146.26061,60.650702],[-146.263173,60.653713],[-146.264312,60.659817],[-146.261301,60.662584],[-146.246002,60.663804],[-146.239858,60.666327],[-146.230702,60.673163],[-146.117299,60.721381],[-146.081288,60.726386],[-146.070302,60.730658],[-146.062123,60.738023],[-146.058909,60.748603],[-146.05309,60.752631],[-146.026112,60.744818],[-146.017934,60.752346],[-146.020375,60.757961],[-146.03775,60.779608],[-146.032216,60.788398],[-146.031117,60.794745],[-146.03775,60.800116],[-146.043446,60.801011],[-146.050404,60.800849],[-146.056386,60.799302],[-146.058909,60.796332],[-146.069325,60.778388],[-146.093495,60.762885],[-146.140859,60.744818],[-146.166982,60.740709],[-146.1822,60.744045],[-146.181874,60.753119],[-146.161285,60.766547],[-146.208567,60.760728],[-146.222483,60.755764],[-146.232289,60.747463],[-146.240305,60.73725],[-146.249827,60.728664],[-146.264027,60.725002],[-146.295562,60.726304],[-146.306793,60.732082],[-146.312123,60.744818],[-146.309967,60.758246],[-146.302358,60.765326],[-146.292592,60.770901],[-146.28425,60.779608],[-146.3131,60.771674],[-146.352528,60.73371],[-146.38915,60.721991],[-146.417226,60.706773],[-146.425689,60.700832],[-146.438385,60.69599],[-146.482289,60.686957],[-146.493723,60.687161],[-146.517568,60.698065],[-146.549916,60.701402],[-146.644195,60.697699],[-146.652089,60.700019],[-146.653635,60.705756],[-146.652984,60.71247],[-146.654775,60.718166],[-146.662913,60.725002],[-146.695709,60.744818],[-146.678578,60.752753],[-146.660512,60.749986],[-146.642974,60.741197],[-146.627431,60.731147],[-146.620839,60.752427],[-146.615793,60.761176],[-146.607004,60.766547],[-146.591135,60.765204],[-146.562611,60.750963],[-146.534535,60.759223],[-146.506703,60.744371],[-146.493723,60.748603],[-146.491526,60.760891],[-146.505116,60.768622],[-146.524159,60.772406],[-146.538075,60.772773],[-146.515696,60.780097],[-146.491607,60.779283],[-146.445627,60.772773],[-146.426625,60.774888],[-146.386098,60.784329],[-146.343332,60.788886],[-146.262847,60.810858],[-146.195465,60.820543],[-146.195465,60.827379],[-146.227895,60.831692],[-146.237538,60.84101],[-146.226145,60.850409],[-146.195465,60.854682],[-146.093088,60.84101],[-146.223459,60.892646],[-146.253774,60.885728],[-146.281361,60.85932],[-146.31725,60.836737],[-146.358306,60.822333],[-146.401519,60.820543],[-146.401519,60.827379],[-146.396108,60.831244],[-146.393137,60.835435],[-146.387278,60.847886],[-146.511464,60.81859],[-146.558583,60.827379],[-146.554596,60.845445],[-146.566803,60.853664],[-146.586049,60.852973],[-146.603261,60.844428],[-146.61913,60.831041],[-146.628285,60.827297],[-146.630971,60.834784],[-146.627431,60.854682],[-146.609975,60.864203],[-146.607004,60.868354],[-146.611399,60.877143],[-146.620839,60.883775],[-146.631947,60.888007],[-146.641103,60.889472],[-146.655263,60.886298],[-146.668446,60.880927],[-146.683502,60.879828],[-146.703196,60.889472],[-146.704661,60.892279],[-146.716868,60.90998],[-146.723866,60.916083],[-146.730458,60.919338],[-146.735422,60.923896],[-146.737294,60.933824],[-146.753285,60.955024],[-146.753163,60.964301],[-146.729848,60.964545],[-146.714711,60.959784],[-146.691274,60.947252],[-146.60497,60.937161],[-146.585846,60.944729],[-146.618804,60.955024],[-146.666086,60.963446],[-146.699818,60.976874],[-146.692291,61.002427],[-146.685292,61.011664],[-146.67276,61.032701],[-146.662221,61.040269],[-146.643544,61.04206],[-146.590932,61.032904],[-146.572825,61.026597],[-146.570465,61.030707],[-146.566477,61.041571],[-146.565419,61.046536],[-146.611236,61.053453],[-146.632924,61.059556],[-146.647939,61.073798],[-146.556874,61.085924],[-146.283762,61.081448],[-146.23644,61.094306],[-146.277984,61.122748],[-146.30012,61.132514],[-146.325795,61.136461],[-146.381459,61.134589],[-146.431956,61.139472],[-146.493804,61.134182],[-146.585846,61.136461],[-146.609446,61.130764],[-146.631663,61.119086],[-146.675282,61.08808],[-146.72057,61.064887],[-146.815541,61.031806],[-146.853993,61.005561],[-146.871327,60.985175],[-146.89094,60.972073],[-146.911366,60.962104],[-146.94872,60.949652],[-146.976715,60.945787],[-147.004872,60.947943],[-147.031565,60.957709],[-146.993967,60.983385],[-146.978831,60.998725],[-146.983754,61.005561],[-147.004791,61.006659],[-147.011057,61.005561],[-147.015696,61.002183],[-147.016754,60.998114],[-147.016916,60.99433],[-147.018463,60.991889],[-147.034169,60.981635],[-147.044301,60.977932],[-147.058827,60.978217],[-147.048573,60.992174],[-147.042592,61.002916],[-147.047231,61.009833],[-147.090199,61.015774],[-147.100657,61.015286],[-147.119456,61.002875],[-147.148264,60.991889],[-147.150543,60.976386],[-147.145375,60.963324],[-147.145863,60.954291],[-147.165273,60.950873],[-147.185292,60.953681],[-147.199127,60.961982],[-147.207102,60.975979],[-147.209625,60.995592],[-147.207265,61.008694],[-147.205149,61.014594],[-147.21052,61.013414],[-147.254384,60.993964],[-147.264272,60.991889],[-147.278432,61.004381],[-147.287913,61.007025],[-147.292226,60.995592],[-147.287506,60.984931],[-147.265289,60.967922],[-147.258127,60.957709],[-147.257314,60.937893],[-147.26891,60.930243],[-147.312734,60.930406],[-147.305816,60.923],[-147.343088,60.899482],[-147.364613,60.891262],[-147.374135,60.899075],[-147.382965,60.913967],[-147.403961,60.912787],[-147.429026,60.905585],[-147.449859,60.902533],[-147.437896,60.926907],[-147.380971,60.985663],[-147.400258,60.990953],[-147.416819,60.980292],[-147.432607,60.965318],[-147.449574,60.957709],[-147.460032,60.965766],[-147.451731,60.98371],[-147.435536,61.002387],[-147.422597,61.012356],[-147.451731,61.010932],[-147.468861,61.000474],[-147.494252,60.967963],[-147.509755,60.925727],[-147.522694,60.907538],[-147.542063,60.913316],[-147.545481,60.985663],[-147.538564,61.004218],[-147.529693,61.016669],[-147.525502,61.030585],[-147.53246,61.053941],[-147.521718,61.05976],[-147.490875,61.069403],[-147.483998,61.073798],[-147.485911,61.083726],[-147.493886,61.08808],[-147.503733,61.090399],[-147.511342,61.094306],[-147.521352,61.108588],[-147.527252,61.124742],[-147.525258,61.13939],[-147.511342,61.149563],[-147.524892,61.154446],[-147.543284,61.15705],[-147.561147,61.155911],[-147.573394,61.149563],[-147.578847,61.136298],[-147.573232,61.12759],[-147.564361,61.120347],[-147.559722,61.11164],[-147.566151,61.087226],[-147.581858,61.059231],[-147.601796,61.0362],[-147.62092,61.026597],[-147.640004,61.024359],[-147.658599,61.019477],[-147.665273,61.014594],[-147.648508,61.012356],[-147.620758,61.013983],[-147.614369,61.012356],[-147.607411,61.003363],[-147.610178,60.998847],[-147.616567,60.995998],[-147.620595,60.991889],[-147.623158,60.986558],[-147.632232,60.977973],[-147.634185,60.974799],[-147.630483,60.966702],[-147.621693,60.964586],[-147.611643,60.964301],[-147.603831,60.961168],[-147.600087,60.949856],[-147.605621,60.923651],[-147.600697,60.90998],[-147.596791,60.885688],[-147.599029,60.869086],[-147.610666,60.861558],[-147.664662,60.858303],[-147.681956,60.864691],[-147.666086,60.900458],[-147.685048,60.898586],[-147.712148,60.891181],[-147.730458,60.889472],[-147.732777,60.900092],[-147.727203,60.918158],[-147.716461,60.935696],[-147.703114,60.944729],[-147.703114,60.950873],[-147.727651,60.947577],[-147.769439,60.929145],[-147.785715,60.930406],[-147.788645,60.926703],[-147.790191,60.923774],[-147.79247,60.916815],[-147.770131,60.911444],[-147.77774,60.898871],[-147.812978,60.8758],[-147.777089,60.867011],[-147.771392,60.864936],[-147.766835,60.861884],[-147.757802,60.853664],[-147.751373,60.845038],[-147.754628,60.84101],[-147.763824,60.838935],[-147.783315,60.829535],[-147.795562,60.827379],[-147.870188,60.837714],[-147.886098,60.845201],[-147.898793,60.855943],[-147.908559,60.868354],[-147.916982,60.88817],[-147.922231,60.895697],[-147.930816,60.904202],[-147.9381,60.908759],[-148.019846,60.941636],[-148.03893,60.944729],[-148.050404,60.950141],[-148.034291,60.962348],[-147.997914,60.98192],[-147.999501,60.987616],[-148.002146,60.990139],[-148.002634,60.992865],[-147.997914,60.999335],[-147.98884,61.004869],[-147.96642,61.007961],[-147.956939,61.012356],[-147.944692,61.026597],[-147.929067,61.053778],[-147.915395,61.067572],[-147.92984,61.07274],[-147.935902,61.073798],[-147.91808,61.094306],[-147.883941,61.119371],[-147.845937,61.14057],[-147.816396,61.149563],[-147.804758,61.155219],[-147.772857,61.182034],[-147.757721,61.191107],[-147.716176,61.20185],[-147.702138,61.213202],[-147.710561,61.232082],[-147.736969,61.215562],[-147.751047,61.212592],[-147.765207,61.218451],[-147.723215,61.255927],[-147.713368,61.273098],[-147.730458,61.279853],[-147.748036,61.276068],[-147.762196,61.26496],[-147.785715,61.238959],[-147.833485,61.197577],[-147.843739,61.191107],[-147.87328,61.181871],[-147.908681,61.160142],[-147.963775,61.114732],[-147.998525,61.06269],[-148.020985,61.037421],[-148.049428,61.026597],[-148.072011,61.0244],[-148.079905,61.026597],[-148.086252,61.031399],[-148.093821,61.044176],[-148.113352,61.061835],[-148.121897,61.075995],[-148.131907,61.088324],[-148.148752,61.094306],[-148.139963,61.11286],[-148.145945,61.117906],[-148.160146,61.114691],[-148.196116,61.102362],[-148.258616,61.094306],[-148.278391,61.088935],[-148.305165,61.077094],[-148.390574,61.067288],[-148.409495,61.060126],[-148.397165,61.055365],[-148.372629,61.052232],[-148.361073,61.046536],[-148.371287,61.040595],[-148.391428,61.024115],[-148.398915,61.016059],[-148.407908,61.010932],[-148.449818,60.999335],[-148.449818,60.991889],[-148.410349,60.986396],[-148.3756,60.999213],[-148.313832,61.040269],[-148.27949,61.054999],[-148.227651,61.07099],[-148.177724,61.076606],[-148.148752,61.060126],[-148.163808,61.055813],[-148.166941,61.046454],[-148.166819,61.034613],[-148.172353,61.023261],[-148.207143,60.98192],[-148.218373,60.97248],[-148.251943,60.954739],[-148.264841,60.950873],[-148.281728,60.953681],[-148.313588,60.969794],[-148.333119,60.971381],[-148.325876,60.961127],[-148.289052,60.933824],[-148.281199,60.9206],[-148.286,60.913398],[-148.296702,60.906928],[-148.306467,60.895697],[-148.308176,60.880194],[-148.305776,60.864691],[-148.3072,60.852729],[-148.320424,60.847886],[-148.338735,60.850043],[-148.375111,60.859361],[-148.395823,60.861558],[-148.348215,60.83393],[-148.332875,60.819403],[-148.354237,60.813137],[-148.383372,60.817043],[-148.428334,60.835273],[-148.457265,60.84101],[-148.523427,60.840399],[-148.586374,60.830471],[-148.703684,60.79267],[-148.670115,60.785468],[-148.635081,60.793606],[-148.600046,60.806342],[-148.566477,60.813137],[-148.559926,60.811103],[-148.551462,60.802069],[-148.546335,60.800116],[-148.537953,60.80093],[-148.476308,60.814276],[-148.460154,60.812405],[-148.449818,60.800116],[-148.488026,60.790513],[-148.578359,60.781724],[-148.611195,60.762885],[-148.623606,60.752387],[-148.650868,60.737372],[-148.662709,60.725002],[-148.677724,60.700344],[-148.68871,60.689399],[-148.703684,60.684027],[-148.703684,60.676581],[-148.66747,60.674506],[-148.655873,60.676581],[-148.643666,60.682034],[-148.621327,60.695136],[-148.598256,60.699612],[-148.589589,60.704739],[-148.583201,60.712348],[-148.5808,60.721584],[-148.578928,60.735785],[-148.573598,60.739936],[-148.56489,60.74079],[-148.552846,60.744818],[-148.52953,60.757025],[-148.510203,60.763495],[-148.48998,60.766099],[-148.464101,60.766547],[-148.453074,60.768622],[-148.440012,60.777574],[-148.433054,60.779608],[-148.374705,60.779608],[-148.374705,60.772773],[-148.388376,60.772773],[-148.388376,60.766547],[-148.378855,60.764228],[-148.370961,60.759752],[-148.364939,60.753241],[-148.361073,60.744818],[-148.385487,60.739691],[-148.39509,60.734687],[-148.401967,60.725002],[-148.401112,60.715806],[-148.39509,60.689521],[-148.398915,60.684027],[-148.42634,60.679511],[-148.434519,60.667426],[-148.429921,60.62873],[-148.420115,60.634955],[-148.395823,60.656684],[-148.38268,60.661689],[-148.370432,60.663804],[-148.358754,60.667426],[-148.347401,60.676581],[-148.342519,60.703315],[-148.30842,60.734565],[-148.264638,60.76081],[-148.230702,60.772773],[-148.230702,60.766547],[-148.24828,60.754381],[-148.256215,60.737982],[-148.254954,60.718573],[-148.244985,60.697699],[-148.237131,60.688544],[-148.218984,60.673285],[-148.210194,60.662909],[-148.20641,60.65351],[-148.205922,60.645453],[-148.204172,60.637519],[-148.196604,60.62873],[-148.206288,60.620551],[-148.219187,60.614081],[-148.233713,60.609809],[-148.248118,60.608303],[-148.315256,60.549709],[-148.336985,60.540595],[-148.361073,60.54682],[-148.361073,60.553046],[-148.363515,60.562323],[-148.416453,60.559231],[-148.429921,60.570746],[-148.439687,60.587063],[-148.462473,60.589301],[-148.488474,60.582221],[-148.524485,60.560004],[-148.599477,60.52969],[-148.655873,60.49844],[-148.669423,60.488227],[-148.684763,60.472113],[-148.68989,60.457221],[-148.672597,60.450629],[-148.651479,60.45718],[-148.615305,60.485745],[-148.557932,60.50434],[-148.51415,60.528469],[-148.470204,60.54621],[-148.429921,60.539374],[-148.427073,60.528876],[-148.409047,60.524563],[-148.385935,60.522528],[-148.367869,60.518948],[-148.38154,60.505845],[-148.3485,60.509467],[-148.341542,60.506659],[-148.351145,60.495307],[-148.358835,60.483791],[-148.348378,60.480658],[-148.329905,60.483222],[-148.313222,60.488837],[-148.276601,60.49494],[-148.268503,60.472886],[-148.263783,60.451077],[-148.237538,60.457465],[-148.224721,60.469143],[-148.223622,60.478339],[-148.227854,60.488349],[-148.230702,60.502143],[-148.232859,60.505805],[-148.236643,60.509914],[-148.238352,60.515204],[-148.23412,60.522366],[-148.228464,60.525621],[-148.213246,60.532416],[-148.210194,60.536322],[-148.205922,60.546332],[-148.195912,60.554511],[-148.18456,60.557807],[-148.176096,60.553046],[-148.173655,60.539984],[-148.177113,60.525336],[-148.183461,60.512763],[-148.189768,60.505845],[-148.166371,60.501614],[-148.154612,60.525133],[-148.148305,60.557766],[-148.141306,60.58039],[-148.130849,60.587226],[-148.093821,60.603583],[-148.083608,60.604885],[-148.069163,60.585924],[-148.060007,60.57803],[-148.045766,60.574164],[-148.066843,60.539374],[-148.055165,60.541246],[-148.033396,60.551459],[-148.025258,60.553046],[-148.01179,60.547797],[-148.006825,60.540676],[-148.004262,60.532782],[-147.997914,60.525784],[-147.984975,60.521552],[-147.970774,60.518948],[-147.959828,60.512763],[-147.956939,60.49844],[-147.96227,60.491889],[-147.973704,60.485297],[-147.986969,60.48017],[-147.997914,60.477973],[-147.984731,60.462226],[-147.963735,60.464179],[-147.944407,60.468899],[-147.935902,60.461168],[-147.941884,60.443061],[-147.957021,60.436103],[-147.997914,60.436957],[-147.995351,60.421536],[-148.0124,60.410712],[-148.036855,60.404283],[-148.056264,60.402167],[-148.085561,60.419094],[-148.097035,60.419379],[-148.087351,60.395982],[-148.110911,60.399482],[-148.156443,60.414944],[-148.182322,60.41649],[-148.170847,60.409613],[-148.135081,60.37934],[-148.128285,60.368109],[-148.142445,60.355211],[-148.169789,60.352851],[-148.198557,60.356391],[-148.21703,60.361274],[-148.216176,60.379706],[-148.23351,60.384752],[-148.254587,60.378974],[-148.264841,60.364691],[-148.259755,60.348538],[-148.247304,60.349026],[-148.231679,60.353095],[-148.21703,60.347602],[-148.215159,60.321926],[-148.240915,60.297675],[-148.276235,60.279608],[-148.310374,60.270413],[-148.320058,60.260972],[-148.330027,60.258857],[-148.338735,60.262437],[-148.353586,60.279975],[-148.361073,60.2862],[-148.379709,60.287421],[-148.390859,60.277411],[-148.393056,60.26496],[-148.384958,60.258857],[-148.367543,60.253892],[-148.364451,60.242255],[-148.370798,60.228461],[-148.38154,60.217231],[-148.398142,60.209174],[-148.415232,60.204413],[-148.430898,60.197659],[-148.442983,60.183743],[-148.408681,60.186103],[-148.375234,60.192776],[-148.343373,60.203315],[-148.313832,60.217231],[-148.258127,60.251776],[-148.225819,60.260403],[-148.189768,60.25141],[-148.189768,60.245185],[-148.229075,60.242255],[-148.264841,60.232164],[-148.247182,60.226386],[-148.204091,60.22016],[-148.189768,60.211086],[-148.185618,60.196519],[-148.191355,60.183417],[-148.210194,60.155829],[-148.187611,60.165513],[-148.160146,60.21308],[-148.141306,60.232164],[-148.13268,60.234198],[-148.118845,60.234524],[-148.105946,60.230862],[-148.100331,60.220933],[-148.102528,60.209133],[-148.108347,60.201117],[-148.164906,60.149075],[-148.188832,60.134752],[-148.216746,60.129096],[-148.278635,60.127265],[-148.298573,60.136461],[-148.285959,60.162665],[-148.303049,60.164008],[-148.322987,60.172593],[-148.333119,60.170111],[-148.367869,60.118232],[-148.373036,60.086737],[-148.387929,60.058498],[-148.41161,60.03856],[-148.442983,60.032294],[-148.442983,60.025458],[-148.40746,60.018052],[-148.401967,60.01553],[-148.403879,60.007066],[-148.406931,60.003241],[-148.407582,59.999579],[-148.401967,59.99136],[-148.435374,59.959296],[-148.451365,59.955024],[-148.470937,59.970893],[-148.499013,60.013251],[-148.518056,60.02851],[-148.54601,60.032294],[-148.534413,60.013129],[-148.535512,59.997016],[-148.546986,59.984849],[-148.566477,59.977688],[-148.547841,59.969631],[-148.561757,59.957099],[-148.645579,59.923163],[-148.655873,59.923041],[-148.665761,59.931138],[-148.66454,59.939765],[-148.65746,59.946967],[-148.649648,59.950995],[-148.665232,59.955797],[-148.680287,59.954739],[-148.695261,59.951728],[-148.71052,59.950995],[-148.723012,59.953843],[-148.745107,59.962144],[-148.758901,59.964057],[-148.787831,59.958564],[-148.844187,59.937201],[-148.874989,59.937323],[-148.892323,59.94599],[-148.926015,59.971503],[-148.950673,59.977688],[-149.002024,59.967271],[-149.023183,59.967678],[-149.018992,59.984524],[-149.074778,59.969468],[-149.106882,59.96898],[-149.121409,59.99136],[-149.109486,60.002753],[-149.054392,60.037746],[-149.038808,60.052802],[-149.070139,60.06094],[-149.103098,60.058092],[-149.134755,60.047512],[-149.192738,60.014106],[-149.200185,60.008368],[-149.20519,59.998236],[-149.20641,59.987616],[-149.208852,59.977973],[-149.2176,59.970893],[-149.218617,59.955308],[-149.233957,59.939887],[-149.244496,59.926093],[-149.231272,59.915595],[-149.240834,59.902737],[-149.257883,59.888251],[-149.275258,59.877265],[-149.285878,59.874661],[-149.29308,59.887641],[-149.290598,59.924994],[-149.299672,59.94717],[-149.300404,59.956366],[-149.299509,59.97427],[-149.30488,59.977851],[-149.316111,59.979438],[-149.326039,59.98432],[-149.327463,59.997504],[-149.321401,60.001044],[-149.298329,60.006537],[-149.293324,60.011786],[-149.30016,60.023139],[-149.315175,60.025051],[-149.341135,60.022406],[-149.354115,60.090969],[-149.362864,60.111274],[-149.383656,60.122382],[-149.408681,60.123725],[-149.42988,60.114814],[-149.436228,60.103217],[-149.442006,60.083401],[-149.444407,60.062893],[-149.440745,60.049709],[-149.423044,60.022406],[-149.418528,60.018052],[-149.388905,59.997504],[-149.418284,59.991278],[-149.432485,59.986151],[-149.444163,59.977688],[-149.448801,59.968085],[-149.452626,59.945054],[-149.457834,59.937323],[-149.472157,59.931586],[-149.48408,59.932929],[-149.496449,59.936469],[-149.512441,59.937323],[-149.526967,59.932115],[-149.554636,59.913479],[-149.563669,59.90941],[-149.576853,59.89761],[-149.60615,59.845526],[-149.625071,59.833686],[-149.627878,59.828315],[-149.620351,59.816596],[-149.608469,59.804877],[-149.598093,59.799547],[-149.586171,59.789374],[-149.580678,59.786526],[-149.571238,59.785102],[-149.539744,59.786526],[-149.546498,59.774726],[-149.548899,59.766099],[-149.548329,59.758979],[-149.54658,59.751776],[-149.5301,59.738267],[-149.522654,59.727973],[-149.526723,59.717597],[-149.537546,59.716498],[-149.550974,59.723212],[-149.573232,59.738105],[-149.588083,59.742255],[-149.635935,59.74494],[-149.600535,59.766303],[-149.59496,59.772203],[-149.601877,59.782701],[-149.618276,59.784573],[-149.63679,59.783881],[-149.649607,59.786526],[-149.644968,59.801947],[-149.671986,59.817084],[-149.666697,59.830552],[-149.660024,59.840399],[-149.64509,59.873928],[-149.642161,59.885484],[-149.650095,59.912258],[-149.670277,59.939846],[-149.69697,59.959784],[-149.724721,59.964057],[-149.740834,59.948472],[-149.738596,59.890855],[-149.748891,59.864691],[-149.76594,59.839667],[-149.776967,59.835354],[-149.799794,59.841132],[-149.829945,59.856676],[-149.846995,59.858344],[-149.868113,59.847968],[-149.855092,59.843166],[-149.841135,59.835191],[-149.792551,59.79975],[-149.769114,59.786526],[-149.750356,59.704657],[-149.752634,59.682847],[-149.746083,59.667182],[-149.75654,59.662055],[-149.774363,59.664862],[-149.789866,59.673245],[-149.808542,59.687445],[-149.813954,59.69302],[-149.806223,59.71011],[-149.80724,59.717597],[-149.821482,59.725491],[-149.857045,59.733588],[-149.871816,59.741523],[-149.91157,59.773993],[-149.919911,59.779039],[-149.963002,59.783352],[-150.018666,59.798529],[-150.031687,59.799262],[-150.038564,59.792548],[-150.040639,59.775621],[-149.977976,59.751776],[-149.972727,59.746405],[-149.960886,59.727484],[-149.951975,59.72309],[-149.927358,59.721137],[-149.916493,59.717597],[-149.957468,59.669827],[-150.002675,59.642035],[-150.012685,59.628241],[-150.031199,59.637112],[-150.042348,59.649482],[-150.060496,59.676663],[-150.074656,59.685533],[-150.097727,59.695543],[-150.119252,59.700344],[-150.128774,59.693427],[-150.120676,59.680976],[-150.104685,59.672105],[-150.093129,59.662055],[-150.098378,59.645575],[-150.106923,59.629828],[-150.107126,59.614936],[-150.100209,59.602729],[-150.087839,59.594672],[-150.1103,59.580024],[-150.12267,59.575019],[-150.13561,59.572984],[-150.150217,59.576321],[-150.16747,59.591376],[-150.177195,59.594672],[-150.198354,59.586982],[-150.199452,59.568834],[-150.189402,59.548082],[-150.177195,59.53205],[-150.236887,59.53384],[-150.256785,59.526109],[-150.245473,59.49787],[-150.279734,59.496405],[-150.291249,59.492865],[-150.326243,59.475979],[-150.347971,59.469957],[-150.369862,59.469468],[-150.389475,59.477444],[-150.382273,59.479234],[-150.369862,59.483873],[-150.361521,59.484809],[-150.375844,59.495185],[-150.383249,59.49787],[-150.369822,59.502021],[-150.355702,59.504462],[-150.343332,59.508857],[-150.334828,59.518378],[-150.349924,59.518744],[-150.357493,59.525702],[-150.358876,59.535875],[-150.355336,59.546291],[-150.344797,59.555569],[-150.315297,59.56391],[-150.303456,59.569892],[-150.294667,59.582343],[-150.294667,59.592108],[-150.295847,59.60106],[-150.290476,59.611151],[-150.27009,59.626899],[-150.266347,59.635932],[-150.273386,59.649359],[-150.250722,59.667711],[-150.229075,59.695502],[-150.224355,59.715399],[-150.252268,59.71015],[-150.278798,59.692084],[-150.35436,59.602281],[-150.379587,59.587551],[-150.393178,59.576728],[-150.424265,59.53205],[-150.465199,59.494452],[-150.469309,59.478176],[-150.479482,59.467353],[-150.492747,59.465766],[-150.506174,59.477444],[-150.501576,59.494289],[-150.541941,59.515286],[-150.553334,59.535712],[-150.545115,59.550442],[-150.505849,59.581855],[-150.492502,59.600898],[-150.5301,59.601874],[-150.616689,59.564399],[-150.656972,59.552476],[-150.656972,59.546291],[-150.637441,59.541205],[-150.614329,59.528754],[-150.593577,59.513007],[-150.581248,59.49787],[-150.580515,59.48192],[-150.593577,59.474107],[-150.636464,59.463121],[-150.636464,59.456977],[-150.614369,59.450426],[-150.604726,59.445014],[-150.609324,59.438666],[-150.629709,59.429633],[-150.653066,59.423896],[-150.728627,59.422187],[-150.733957,59.414781],[-150.742624,59.398586],[-150.754628,59.382392],[-150.769968,59.374945],[-150.788279,59.371487],[-150.84907,59.343695],[-150.856272,59.33926],[-150.863881,59.335517],[-150.917673,59.326565],[-150.917307,59.317084],[-150.908762,59.302639],[-150.886342,59.275051],[-150.891957,59.257514],[-150.931101,59.248236],[-150.965891,59.234442],[-150.958608,59.203681],[-150.996571,59.226549],[-151.011545,59.241645],[-151.009511,59.255194],[-150.996409,59.268134],[-150.998036,59.27265],[-151.008168,59.2744],[-151.02009,59.278754],[-151.034983,59.292467],[-151.042551,59.297187],[-151.054189,59.299262],[-151.065989,59.295885],[-151.078359,59.289252],[-151.092478,59.285102],[-151.121693,59.293931],[-151.176625,59.301011],[-151.228708,59.316352],[-151.243479,59.318427],[-151.258046,59.317694],[-151.273305,59.312934],[-151.257639,59.298407],[-151.235911,59.296536],[-151.213124,59.296942],[-151.194529,59.289374],[-151.180979,59.279364],[-151.129954,59.258287],[-151.109202,59.253363],[-151.099355,59.248969],[-151.095164,59.241278],[-151.097239,59.232611],[-151.102732,59.224677],[-151.110341,59.21894],[-151.146311,59.20954],[-151.16161,59.207709],[-151.182607,59.217434],[-151.211863,59.223293],[-151.222117,59.224189],[-151.274607,59.221625],[-151.294423,59.224189],[-151.349192,59.242092],[-151.372914,59.246527],[-151.389109,59.255316],[-151.39684,59.258287],[-151.409617,59.260077],[-151.417836,59.259101],[-151.501291,59.234687],[-151.519765,59.224189],[-151.508046,59.221177],[-151.485707,59.21955],[-151.472605,59.216702],[-151.489084,59.199652],[-151.516713,59.196763],[-151.575307,59.203681],[-151.601267,59.201728],[-151.613962,59.197496],[-151.615956,59.189399],[-151.603831,59.182034],[-151.576283,59.188218],[-151.568105,59.175767],[-151.68281,59.163031],[-151.741526,59.167141],[-151.766794,59.193101],[-151.760365,59.209703],[-151.758616,59.219713],[-151.763376,59.224189],[-151.840281,59.213446],[-151.867909,59.21369],[-151.893137,59.220649],[-151.910756,59.23786],[-151.894846,59.238105],[-151.886667,59.241604],[-151.887156,59.248358],[-151.897084,59.258287],[-151.906484,59.261461],[-151.944936,59.265082],[-151.961781,59.270657],[-151.977162,59.279364],[-151.986684,59.292792],[-151.985829,59.312934],[-151.97643,59.325426],[-151.959462,59.337348],[-151.925038,59.353909],[-151.896596,59.359565],[-151.815175,59.353909],[-151.835398,59.36758],[-151.881296,59.385321],[-151.900217,59.398871],[-151.894032,59.412828],[-151.864207,59.426907],[-151.807729,59.443834],[-151.74828,59.445624],[-151.718251,59.450873],[-151.705312,59.466864],[-151.689076,59.480292],[-151.651845,59.485907],[-151.46821,59.478095],[-151.441518,59.466864],[-151.423166,59.453925],[-151.400624,59.445136],[-151.382192,59.44477],[-151.376332,59.456977],[-151.390004,59.473782],[-151.440419,59.493638],[-151.451487,59.508124],[-151.441477,59.532213],[-151.41747,59.546291],[-151.362742,59.559963],[-151.341257,59.561184],[-151.291697,59.556098],[-151.273305,59.559963],[-151.266306,59.571194],[-151.265207,59.584662],[-151.25886,59.596137],[-151.236073,59.600898],[-151.194773,59.597602],[-151.174143,59.600084],[-151.174021,59.611151],[-151.200266,59.631781],[-151.201365,59.641181],[-151.18456,59.655504],[-151.170969,59.661811],[-151.141794,59.670356],[-151.129954,59.676663],[-151.120432,59.687161],[-151.107411,59.710679],[-151.098948,59.720689],[-151.075144,59.737698],[-150.992787,59.779039],[-151.023508,59.795559],[-151.066274,59.79678],[-151.10912,59.786526],[-151.15449,59.759955],[-151.212514,59.74494],[-151.381337,59.674954],[-151.417307,59.669827],[-151.430979,59.666205],[-151.449534,59.657416],[-151.465769,59.646308],[-151.472605,59.635688],[-151.46467,59.625922],[-151.44636,59.61815],[-151.430369,59.612494],[-151.42573,59.611518],[-151.410512,59.607733],[-151.430653,59.611802],[-151.746938,59.682847],[-151.780832,59.692206],[-151.83137,59.716213],[-151.871775,59.749457],[-151.882883,59.786526],[-151.877065,59.79678],[-151.848704,59.820014],[-151.841868,59.831285],[-151.83141,59.855455],[-151.739125,59.988227],[-151.733266,60.008368],[-151.724965,60.024888],[-151.706044,60.041693],[-151.465443,60.18769],[-151.429636,60.216376],[-151.403269,60.252427],[-151.390614,60.299791],[-151.393178,60.344428],[-151.390248,60.359442],[-151.376047,60.371812],[-151.362009,60.377753],[-151.3485,60.380927],[-151.317983,60.382392],[-151.305979,60.386949],[-151.301869,60.398017],[-151.300649,60.423326],[-151.282948,60.48786],[-151.280751,60.508979],[-151.282786,60.537055],[-151.289499,60.550767],[-151.321767,60.574164],[-151.333852,60.59219],[-151.35497,60.639635],[-151.377797,60.658271],[-151.395863,60.678941],[-151.411733,60.702094],[-151.417307,60.718166],[-151.396921,60.738023],[-151.323801,60.739081],[-151.297556,60.748603],[-151.276072,60.767279],[-151.253,60.775336],[-151.071482,60.785346],[-151.043691,60.796332],[-151.026072,60.810045],[-150.763254,60.926703],[-150.603261,60.978502],[-150.452504,61.034247],[-150.387034,61.047268],[-150.334828,61.032864],[-150.322214,61.014594],[-150.310007,60.989447],[-150.293894,60.967271],[-150.258494,60.954576],[-150.236521,60.940416],[-150.22529,60.937242],[-150.043772,60.916815],[-149.977854,60.938788],[-149.930776,60.944729],[-149.850168,60.973863],[-149.824045,60.978217],[-149.752919,60.973822],[-149.71703,60.967515],[-149.683095,60.957709],[-149.638661,60.939643],[-149.621693,60.937242],[-149.526112,60.937242],[-149.507069,60.934027],[-149.467275,60.919908],[-149.126088,60.883612],[-149.103586,60.878079],[-149.090688,60.872056],[-149.078114,60.863756],[-149.059031,60.85635],[-149.039622,60.852444],[-149.025828,60.854682],[-149.060862,60.897284],[-149.111643,60.928616],[-149.169301,60.946967],[-149.225046,60.950873],[-149.334055,60.930325],[-149.3579,60.933824],[-149.378041,60.946967],[-149.483713,60.982408],[-149.516347,60.988593],[-149.617991,60.994615],[-149.783152,61.045356],[-149.829172,61.073432],[-149.909047,61.094306],[-150.067332,61.155748],[-150.057362,61.172309],[-150.038197,61.193061],[-150.015614,61.206366],[-149.99531,61.200751],[-149.975942,61.198472],[-149.944814,61.207709],[-149.914133,61.22134],[-149.895985,61.232082],[-149.889963,61.240424],[-149.875559,61.273098],[-149.868886,61.282538],[-149.810658,61.331366],[-149.796742,61.339016],[-149.781687,61.340725],[-149.766591,61.340237],[-149.752634,61.341295],[-149.73058,61.351874],[-149.704213,61.384223],[-149.68342,61.399359],[-149.65571,61.409003],[-149.320017,61.479153],[-149.27953,61.481635],[-149.261057,61.48664],[-149.245554,61.498969],[-149.278554,61.506537],[-149.41686,61.498969],[-149.403188,61.505805],[-149.428171,61.51317],[-149.648671,61.488186],[-149.757395,61.453355],[-149.795603,61.424506],[-149.814646,61.414211],[-149.861887,61.395941],[-149.879709,61.386135],[-149.89741,61.371283],[-149.911,61.352688],[-149.919749,61.31037],[-149.927846,61.289293],[-149.938914,61.271226],[-149.950632,61.259426],[-149.983754,61.246324],[-150.280507,61.259955],[-150.293894,61.265611],[-150.305653,61.275214],[-150.309763,61.28144],[-150.314402,61.281643],[-150.327992,61.273098],[-150.324696,61.272162],[-150.323191,61.266262],[-150.324086,61.258694],[-150.327992,61.25259],[-150.334584,61.250922],[-150.450551,61.25259],[-150.499623,61.261664],[-150.541737,61.286566],[-150.560658,61.323676],[-150.540273,61.369289],[-150.5631,61.365424],[-150.587107,61.351996],[-150.600535,61.332424],[-150.58495,61.294623],[-150.604237,61.291327],[-150.633616,61.298651],[-150.656972,61.314032],[-150.691274,61.277533],[-150.730906,61.253974],[-150.89155,61.214301],[-150.947743,61.211005],[-150.95759,61.207913],[-150.97529,61.194241],[-150.989084,61.191107],[-151.001536,61.190009],[-151.028554,61.182563],[-151.039906,61.177436],[-151.060902,61.163275],[-151.128163,61.094184],[-151.14037,61.078192],[-151.154775,61.064439],[-151.177113,61.053941],[-151.243642,61.039252],[-151.310862,61.032864],[-151.323598,61.02969],[-151.349558,61.01557],[-151.362375,61.012356],[-151.437815,61.019843],[-151.476145,61.017035],[-151.52245,61.008612],[-151.566762,60.994534],[-151.612782,60.965277],[-151.64623,60.950995],[-151.681223,60.928656],[-151.725046,60.924465],[-151.746938,60.916815],[-151.752146,60.898139],[-151.795277,60.868964],[-151.807729,60.847886],[-151.806264,60.83747],[-151.801015,60.828315],[-151.717763,60.743069],[-151.711374,60.725735],[-151.746287,60.718166],[-151.779734,60.724066],[-151.840688,60.751125],[-151.869822,60.759101],[-151.867747,60.754625],[-151.864369,60.743313],[-151.862375,60.738674],[-151.910105,60.731106],[-151.931508,60.725287],[-151.964304,60.703437],[-152.013051,60.680732],[-152.031199,60.676581],[-152.044545,60.675727],[-152.051381,60.673163],[-152.061594,60.662909],[-152.062734,60.660468],[-152.101308,60.613837],[-152.109364,60.608303],[-152.120961,60.603583],[-152.143137,60.597561],[-152.171254,60.580878],[-152.2329,60.559882],[-152.3155,60.505845],[-152.329579,60.492499],[-152.340077,60.476142],[-152.343373,60.457424],[-152.335927,60.436957],[-152.317576,60.420559],[-152.294504,60.412787],[-152.24592,60.402167],[-152.24592,60.395982],[-152.368113,60.357856],[-152.39741,60.33393],[-152.40038,60.326809],[-152.40392,60.309801],[-152.407664,60.303209],[-152.415964,60.297756],[-152.467763,60.282294],[-152.512644,60.274604],[-152.534535,60.265692],[-152.596303,60.228461],[-152.61616,60.22427],[-152.633982,60.229885],[-152.651845,60.238959],[-152.671742,60.245185],[-152.805531,60.235093],[-152.849843,60.245185],[-152.840891,60.256049],[-152.824941,60.256578],[-152.80602,60.252997],[-152.787831,60.25141],[-152.787831,60.258857],[-152.839548,60.268378],[-152.863596,60.265815],[-152.890818,60.25141],[-152.898549,60.275377],[-152.897817,60.295152],[-152.905588,60.308539],[-152.938588,60.313463],[-153.012196,60.313463],[-153.048451,60.309638],[-153.082631,60.299791],[-153.105458,60.28559],[-153.103627,60.277086],[-153.086985,60.27733],[-153.065256,60.289537],[-153.037953,60.299384],[-152.996897,60.300849],[-152.956614,60.293891],[-152.931833,60.278713],[-152.929758,60.27025],[-152.933461,60.253119],[-152.931833,60.245185],[-152.922719,60.237209],[-152.89741,60.227362],[-152.86266,60.207709],[-152.767323,60.190619],[-152.742869,60.174709],[-152.732533,60.170111],[-152.724314,60.169338],[-152.706532,60.17121],[-152.698435,60.170111],[-152.683054,60.162828],[-152.676625,60.157945],[-152.68163,60.155829],[-152.686269,60.151597],[-152.684438,60.142483],[-152.677805,60.133368],[-152.667958,60.129096],[-152.657908,60.12637],[-152.590281,60.092231],[-152.578562,60.081204],[-152.578603,60.070136],[-152.597971,60.04267],[-152.610951,60.033352],[-152.630116,60.032294],[-152.630116,60.025458],[-152.626332,60.024156],[-152.617136,60.019273],[-152.664784,59.994696],[-152.677927,59.984524],[-152.690134,59.966986],[-152.704579,59.93065],[-152.718861,59.915595],[-152.737904,59.908393],[-152.808298,59.896308],[-152.831166,59.887397],[-152.842885,59.884223],[-152.856679,59.882066],[-152.905466,59.886217],[-152.914418,59.885484],[-152.934804,59.879625],[-153.021189,59.888902],[-153.04601,59.886664],[-153.091908,59.876899],[-153.229726,59.868476],[-153.243357,59.862454],[-153.262034,59.848456],[-153.279164,59.832343],[-153.288075,59.820014],[-153.25654,59.821234],[-153.22643,59.828681],[-153.196401,59.832709],[-153.150828,59.819648],[-153.137685,59.821479],[-153.125234,59.825263],[-153.059275,59.833645],[-153.013865,59.832343],[-153.005686,59.827053],[-153.000071,59.813178],[-153.000071,59.80036],[-153.005238,59.792711],[-153.011342,59.785956],[-153.019236,59.762844],[-153.044423,59.722357],[-153.055287,59.71015],[-153.079294,59.701361],[-153.139475,59.686916],[-153.15156,59.673245],[-153.166249,59.664008],[-153.199818,59.654202],[-153.236643,59.647895],[-153.260813,59.649359],[-153.26769,59.656684],[-153.27831,59.676907],[-153.288075,59.682847],[-153.307444,59.68183],[-153.315989,59.672065],[-153.314809,59.660875],[-153.305124,59.655504],[-153.301015,59.652411],[-153.306467,59.645575],[-153.317209,59.638821],[-153.32905,59.635688],[-153.346018,59.636908],[-153.391103,59.649359],[-153.399119,59.650458],[-153.425242,59.649359],[-153.425242,59.655504],[-153.409128,59.66356],[-153.399037,59.672105],[-153.358957,59.720771],[-153.345408,59.725531],[-153.322214,59.717597],[-153.336374,59.730536],[-153.381459,59.7414],[-153.452585,59.79267],[-153.451527,59.775458],[-153.454457,59.761542],[-153.453928,59.746894],[-153.442616,59.727484],[-153.445424,59.716783],[-153.465443,59.674628],[-153.473012,59.66234],[-153.490712,59.650092],[-153.513173,59.641791],[-153.537099,59.637152],[-153.559031,59.635688],[-153.573232,59.642157],[-153.598622,59.672756],[-153.610829,59.682847],[-153.604115,59.687405],[-153.601186,59.688788],[-153.596547,59.689683],[-153.596547,59.69717],[-153.62267,59.695217],[-153.625966,59.68476],[-153.621449,59.670111],[-153.623891,59.655504],[-153.642934,59.648342],[-153.695627,59.64468],[-153.70641,59.631985],[-153.620432,59.628241],[-153.612172,59.626695],[-153.570383,59.609117],[-153.566029,59.60928],[-153.569285,59.594672],[-153.586415,59.56745],[-153.621938,59.555243],[-153.791819,59.542914],[-153.811879,59.556138],[-153.833608,59.559638],[-153.855784,59.555609],[-153.877146,59.546291],[-153.839915,59.544379],[-153.811513,59.538275],[-153.786936,59.527533],[-153.741078,59.497748],[-153.725779,59.482245],[-153.724721,59.466051],[-153.747385,59.4501],[-153.751454,59.440253],[-153.780222,59.433987],[-153.843577,59.429633],[-153.896596,59.432196],[-153.912465,59.429633],[-153.921498,59.424262],[-153.93574,59.408393],[-153.945994,59.402289],[-154.027943,59.388617],[-154.035105,59.38935],[-154.047556,59.39468],[-154.055857,59.395453],[-154.06078,59.393256],[-154.071523,59.383938],[-154.076365,59.381171],[-154.094716,59.378852],[-154.145253,59.381171],[-154.111643,59.360053],[-154.066233,59.348334],[-154.022654,59.351467],[-153.994456,59.374945],[-153.984853,59.370551],[-153.97468,59.368109],[-153.964182,59.367255],[-153.95344,59.36815],[-153.95344,59.361314],[-154.027211,59.341702],[-154.111928,59.304877],[-154.127756,59.294176],[-154.140207,59.281684],[-154.145253,59.268215],[-154.149892,59.235338],[-154.144358,59.224066],[-154.123525,59.224189],[-154.130849,59.208157],[-154.146311,59.202541],[-154.186228,59.203681],[-154.179433,59.183539],[-154.197499,59.173163],[-154.22529,59.169379],[-154.24767,59.168891],[-154.228464,59.162665],[-154.220326,59.161444],[-154.229482,59.155707],[-154.239491,59.151597],[-154.250111,59.149237],[-154.261301,59.148424],[-154.252878,59.13052],[-154.235056,59.12759],[-154.193064,59.134752],[-154.177317,59.129788],[-154.171946,59.118598],[-154.176991,59.107123],[-154.192454,59.101264],[-154.182932,59.095526],[-154.178782,59.093817],[-154.178782,59.086982],[-154.198354,59.076972],[-154.199818,59.055854],[-154.187327,59.03498],[-154.16511,59.02558],[-154.14037,59.031155],[-154.121083,59.044379],[-154.10322,59.060248],[-154.08259,59.07331],[-154.021962,59.08393],[-153.894765,59.065619],[-153.83613,59.066555],[-153.815867,59.072455],[-153.808095,59.073798],[-153.711537,59.070746],[-153.688791,59.063666],[-153.668691,59.05268],[-153.651804,59.03856],[-153.632883,59.01732],[-153.623891,59.011298],[-153.583079,59.000556],[-153.572703,58.994818],[-153.560902,58.990709],[-153.541575,58.989407],[-153.522328,58.990709],[-153.51061,58.994818],[-153.497426,59.003485],[-153.487172,59.002509],[-153.466868,58.9914],[-153.427235,58.981187],[-153.415028,58.974026],[-153.380686,58.94066],[-153.369985,58.936184],[-153.339304,58.936184],[-153.331614,58.933783],[-153.332265,58.928209],[-153.335642,58.921454],[-153.335886,58.915717],[-153.322621,58.894477],[-153.312856,58.889065],[-153.294911,58.888373],[-153.294911,58.881537],[-153.309071,58.877346],[-153.363149,58.874091],[-153.349965,58.868354],[-153.334299,58.866116],[-153.270823,58.871405],[-153.25947,58.868883],[-153.26415,58.857367],[-153.289133,58.844143],[-153.338368,58.855048],[-153.363149,58.847398],[-153.377553,58.829047],[-153.395212,58.782172],[-153.408193,58.761135],[-153.424672,58.744371],[-153.438832,58.733588],[-153.527659,58.696601],[-153.560251,58.69477],[-153.576121,58.690863],[-153.582875,58.679185],[-153.590281,58.658596],[-153.608754,58.644436],[-153.633127,58.634955],[-153.690663,58.621568],[-153.795522,58.614],[-153.863759,58.619818],[-153.899403,58.616685],[-153.912465,58.600328],[-153.910227,58.592719],[-153.906077,58.588121],[-153.89977,58.586249],[-153.904286,58.579901],[-153.912709,58.568508],[-153.918894,58.556098],[-153.929636,58.540839],[-153.929514,58.537909],[-153.930857,58.535631],[-153.939198,58.53205],[-153.946278,58.53266],[-153.954335,58.535875],[-153.963328,58.537299],[-153.973337,58.53205],[-153.961252,58.52851],[-153.932362,58.523993],[-153.925526,58.518459],[-153.930124,58.511542],[-153.942372,58.502916],[-153.956654,58.495266],[-153.967112,58.491116],[-154.001332,58.491116],[-154.042348,58.49608],[-154.081654,58.495185],[-154.110463,58.477484],[-154.096425,58.467719],[-154.080068,58.436713],[-154.068918,58.422187],[-154.067087,58.417426],[-154.068959,58.413031],[-154.069203,58.409857],[-154.062367,58.408596],[-154.031687,58.408596],[-154.020741,58.404283],[-154.008046,58.394965],[-154.000234,58.385565],[-154.004343,58.381293],[-154.015248,58.379543],[-154.061879,58.364569],[-154.088572,58.360745],[-154.190053,58.360745],[-154.196848,58.354967],[-154.191029,58.352118],[-154.194814,58.346584],[-154.206654,58.339667],[-154.2176,58.336615],[-154.243398,58.334621],[-154.30012,58.32038],[-154.318715,58.310736],[-154.322743,58.298733],[-154.364369,58.285102],[-154.355784,58.279446],[-154.351389,58.271389],[-154.353505,58.263332],[-154.364369,58.257758],[-154.353098,58.255439],[-154.343821,58.259467],[-154.334421,58.266018],[-154.322743,58.271389],[-154.308339,58.273424],[-154.281361,58.274156],[-154.268137,58.278266],[-154.271962,58.29564],[-154.253529,58.299872],[-154.206654,58.298733],[-154.202992,58.302069],[-154.199208,58.308295],[-154.19404,58.314846],[-154.186228,58.319159],[-154.171376,58.321763],[-154.165395,58.319159],[-154.161122,58.313137],[-154.121327,58.279731],[-154.151723,58.270982],[-154.206044,58.267564],[-154.24767,58.257758],[-154.187611,58.250678],[-154.165395,58.239407],[-154.16572,58.216783],[-154.188059,58.198188],[-154.221181,58.191392],[-154.255605,58.193996],[-154.281809,58.203111],[-154.289255,58.200019],[-154.302317,58.196275],[-154.287546,58.181586],[-154.235789,58.155341],[-154.227162,58.141059],[-154.246775,58.12641],[-154.280344,58.133043],[-154.337026,58.162095],[-154.34911,58.145087],[-154.345448,58.133368],[-154.335764,58.122219],[-154.329579,58.106879],[-154.336008,58.085395],[-154.352773,58.082221],[-154.370066,58.090644],[-154.386464,58.117621],[-154.405995,58.127997],[-154.427805,58.13642],[-154.443186,58.144477],[-154.448232,58.151435],[-154.451283,58.160142],[-154.452748,58.169623],[-154.453114,58.1789],[-154.458363,58.18773],[-154.47053,58.194241],[-154.494089,58.203111],[-154.467722,58.14704],[-154.460398,58.115058],[-154.469838,58.08983],[-154.499135,58.087795],[-154.577016,58.125718],[-154.610789,58.120551],[-154.605906,58.113756],[-154.553415,58.083075],[-154.553049,58.079576],[-154.545644,58.071112],[-154.551951,58.052314],[-154.566274,58.033515],[-154.583119,58.02497],[-154.631215,58.031195],[-154.644765,58.035468],[-154.648305,58.045478],[-154.648386,58.057034],[-154.651723,58.065985],[-154.669911,58.072333],[-154.692738,58.068915],[-154.715688,58.058905],[-154.734242,58.045478],[-154.737904,58.039455],[-154.741404,58.025092],[-154.747304,58.017524],[-154.755564,58.0126],[-154.766916,58.008246],[-154.778879,58.005072],[-154.788889,58.003892],[-154.810414,58.008124],[-154.856272,58.026923],[-154.881052,58.031195],[-154.973866,58.031195],[-155.023142,58.02558],[-155.040151,58.017239],[-155.028513,58.003892],[-155.044993,57.976386],[-155.063466,57.962388],[-155.088612,57.957424],[-155.125315,57.956732],[-155.076731,57.916164],[-155.068674,57.897366],[-155.097401,57.880316],[-155.137929,57.873114],[-155.255076,57.880316],[-155.224436,57.85814],[-155.220286,57.850287],[-155.227244,57.842108],[-155.243398,57.836859],[-155.275217,57.833197],[-155.308217,57.838813],[-155.32551,57.839545],[-155.336985,57.833197],[-155.334665,57.826483],[-155.309682,57.798407],[-155.345652,57.805325],[-155.358103,57.805243],[-155.358103,57.798407],[-155.336171,57.790717],[-155.312082,57.775214],[-155.299143,57.756822],[-155.310292,57.740424],[-155.321278,57.736558],[-155.351186,57.730536],[-155.375437,57.728339],[-155.385365,57.726142],[-155.394399,57.725735],[-155.405873,57.72956],[-155.43342,57.745795],[-155.490102,57.762885],[-155.504872,57.764309],[-155.529368,57.772366],[-155.551096,57.788031],[-155.574778,57.798814],[-155.605092,57.792222],[-155.617421,57.780666],[-155.628163,57.762885],[-155.635732,57.743354],[-155.638621,57.726467],[-155.627919,57.708157],[-155.588612,57.689643],[-155.59081,57.675523],[-155.611806,57.665839],[-155.703196,57.648261],[-155.76183,57.648261],[-155.771433,57.644721],[-155.760081,57.637152],[-155.734202,57.627143],[-155.732615,57.621649],[-155.734486,57.615953],[-155.738108,57.611029],[-155.741648,57.607327],[-155.735544,57.594672],[-155.738393,57.572008],[-155.734202,57.558824],[-155.741648,57.552069],[-155.793202,57.544582],[-155.805735,57.547919],[-155.810129,57.555732],[-155.811838,57.564927],[-155.816151,57.572496],[-155.825876,57.57925],[-155.831532,57.579576],[-155.847768,57.562567],[-155.861806,57.558905],[-155.904042,57.556545],[-155.912953,57.548285],[-155.924184,57.531399],[-155.950063,57.534369],[-155.978708,57.547919],[-156.020457,57.576809],[-156.034047,57.571438],[-156.034006,57.555609],[-156.01537,57.538398],[-156.01537,57.531562],[-156.082143,57.537177],[-156.104726,57.531562],[-156.091257,57.519436],[-156.051137,57.51789],[-156.042714,57.50731],[-156.042917,57.489691],[-156.041493,57.47484],[-156.035512,57.463568],[-156.022206,57.456448],[-156.060658,57.430243],[-156.112742,57.44717],[-156.167592,57.473619],[-156.214589,57.476264],[-156.221873,57.468329],[-156.226064,57.456855],[-156.228261,57.442206],[-156.238759,57.436957],[-156.268259,57.429633],[-156.308827,57.424872],[-156.338857,57.415432],[-156.471628,57.339789],[-156.493723,57.338324],[-156.520741,57.333075],[-156.544626,57.322699],[-156.55724,57.305609],[-156.554636,57.281684],[-156.536488,57.27912],[-156.391957,57.314846],[-156.354848,57.311347],[-156.34435,57.311835],[-156.348337,57.300482],[-156.339955,57.285305],[-156.34435,57.270901],[-156.349192,57.270413],[-156.35029,57.272162],[-156.350046,57.27497],[-156.351186,57.277655],[-156.357371,57.252143],[-156.384023,57.240546],[-156.447377,57.229926],[-156.447377,57.22309],[-156.430898,57.222724],[-156.410593,57.218655],[-156.393259,57.210639],[-156.385935,57.198879],[-156.380971,57.193671],[-156.358103,57.190497],[-156.351186,57.1883],[-156.346018,57.177802],[-156.34907,57.173326],[-156.354848,57.170356],[-156.358022,57.16474],[-156.375925,57.143256],[-156.460642,57.125637],[-156.488352,57.113837],[-156.47057,57.101508],[-156.453603,57.086493],[-156.470815,57.079169],[-156.481801,57.086005],[-156.489003,57.096422],[-156.495188,57.099555],[-156.502065,57.089586],[-156.503285,57.063218],[-156.50886,57.051744],[-156.523061,57.045844],[-156.542795,57.045396],[-156.562611,57.048163],[-156.577097,57.051744],[-156.589955,57.057074],[-156.625478,57.079047],[-156.631703,57.072821],[-156.625478,57.05858],[-156.645375,57.05858],[-156.565378,57.004543],[-156.549794,56.982856],[-156.574208,56.983222],[-156.657053,56.997952],[-156.668284,56.998521],[-156.678334,57.00019],[-156.68696,57.003974],[-156.691151,57.009182],[-156.704335,57.031236],[-156.70873,57.033393],[-156.715566,57.038072],[-156.724436,57.042792],[-156.776357,57.051744],[-156.784779,57.04914],[-156.791493,57.04267],[-156.794911,57.034654],[-156.79308,57.027533],[-156.786488,57.023017],[-156.776682,57.01789],[-156.767527,57.011786],[-156.762685,57.003974],[-156.763417,56.992011],[-156.769154,56.986884],[-156.776723,56.983466],[-156.783193,56.97663],[-156.786204,56.96776],[-156.787953,56.951077],[-156.789988,56.941881],[-156.797556,56.924262],[-156.809438,56.906684],[-156.824452,56.897284],[-156.841501,56.903998],[-156.889353,56.952094],[-156.90453,56.961819],[-156.927439,56.970526],[-156.94929,56.976223],[-156.961293,56.97663],[-156.951527,56.966498],[-156.946726,56.954576],[-156.947499,56.943305],[-156.954457,56.935045],[-156.950022,56.93008],[-156.944692,56.919989],[-156.940867,56.914537],[-156.953318,56.911078],[-156.996083,56.907701],[-157.030466,56.890082],[-157.040151,56.887274],[-157.050364,56.87816],[-157.07844,56.837104],[-157.091664,56.825832],[-157.112742,56.830512],[-157.169789,56.854641],[-157.190989,56.849677],[-157.183583,56.842027],[-157.162465,56.831285],[-157.147817,56.815131],[-157.159983,56.791083],[-157.189402,56.776272],[-157.215199,56.780341],[-157.239247,56.79149],[-157.286855,56.801703],[-157.305898,56.811591],[-157.365427,56.851467],[-157.391957,56.863227],[-157.419667,56.867377],[-157.443918,56.856513],[-157.459665,56.846422],[-157.465891,56.840033],[-157.468455,56.828925],[-157.463816,56.815823],[-157.452707,56.81094],[-157.439198,56.809149],[-157.427439,56.805365],[-157.417551,56.79678],[-157.408803,56.785468],[-157.404246,56.773749],[-157.406321,56.763739],[-157.412221,56.768948],[-157.419504,56.773139],[-157.427113,56.775295],[-157.433949,56.774319],[-157.438344,56.770738],[-157.444285,56.764635],[-157.448435,56.758938],[-157.447336,56.756903],[-157.462473,56.756578],[-157.509104,56.763739],[-157.531931,56.752265],[-157.552235,56.730414],[-157.573435,56.71662],[-157.598744,56.729641],[-157.60558,56.722154],[-157.595164,56.717597],[-157.586537,56.712348],[-157.580637,56.70539],[-157.578236,56.695461],[-157.57079,56.702338],[-157.557851,56.685533],[-157.53539,56.677558],[-157.485789,56.674994],[-157.48058,56.67064],[-157.463124,56.651435],[-157.457875,56.64704],[-157.45519,56.643215],[-157.462595,56.634508],[-157.473826,56.625434],[-157.482655,56.620347],[-157.512441,56.620103],[-157.583811,56.631293],[-157.608713,56.623481],[-157.633778,56.611151],[-157.664662,56.611396],[-157.694163,56.620307],[-157.715443,56.633979],[-157.750803,56.674262],[-157.772898,56.684394],[-157.804189,56.678127],[-157.837717,56.66592],[-157.848256,56.65766],[-157.861562,56.652289],[-157.897898,56.654853],[-157.913442,56.653876],[-157.932688,56.642808],[-157.965525,56.612372],[-157.982371,56.606106],[-158.033274,56.5987],[-158.038808,56.596991],[-158.044504,56.592963],[-158.048899,56.587633],[-158.050608,56.582221],[-158.055124,56.578559],[-158.085398,56.578803],[-158.105214,56.572211],[-158.118764,56.562893],[-158.127634,56.549506],[-158.133168,56.530341],[-158.075022,56.538316],[-157.963612,56.569973],[-157.881947,56.570624],[-157.868967,56.569037],[-157.858835,56.565131],[-157.849924,56.555569],[-157.848093,56.546373],[-157.847279,56.537177],[-157.84142,56.527289],[-157.836903,56.516506],[-157.842966,56.50731],[-157.862538,56.493476],[-157.877146,56.478217],[-157.884145,56.476142],[-157.89977,56.475735],[-157.956532,56.482611],[-158.067983,56.511908],[-158.126332,56.516669],[-158.152903,56.513251],[-158.165028,56.507392],[-158.167917,56.496894],[-158.158681,56.489203],[-158.131907,56.496161],[-158.126332,56.48664],[-158.138295,56.465522],[-158.166331,56.45893],[-158.221913,56.462104],[-158.248972,56.457506],[-158.261586,56.457994],[-158.273752,56.465806],[-158.282053,56.469957],[-158.318105,56.475735],[-158.338694,56.475409],[-158.355051,56.471137],[-158.41572,56.446479],[-158.43102,56.438056],[-158.442983,56.428046],[-158.455312,56.414293],[-158.471425,56.400295],[-158.508494,56.378363],[-158.523549,56.365912],[-158.518259,56.360745],[-158.509958,56.345404],[-158.541086,56.342475],[-158.576772,56.330268],[-158.609812,56.31391],[-158.632802,56.298245],[-158.646433,56.270657],[-158.620107,56.256171],[-158.537221,56.249823],[-158.544423,56.259752],[-158.553538,56.267279],[-158.561269,56.275458],[-158.564565,56.28734],[-158.560496,56.299302],[-158.550852,56.308173],[-158.472971,56.34276],[-158.448191,56.340522],[-158.44164,56.311916],[-158.432688,56.317532],[-158.423695,56.320624],[-158.414988,56.321031],[-158.406931,56.318752],[-158.410227,56.312974],[-158.414377,56.298245],[-158.372751,56.318752],[-158.345448,56.325588],[-158.335927,56.323432],[-158.322214,56.314114],[-158.314768,56.311916],[-158.258738,56.30508],[-158.227284,56.296332],[-158.208241,56.283922],[-158.225901,56.268785],[-158.247751,56.255683],[-158.272288,56.246527],[-158.309804,56.240871],[-158.335317,56.231513],[-158.348866,56.229315],[-158.362131,56.230658],[-158.386586,56.235989],[-158.400706,56.236151],[-158.394765,56.228176],[-158.398305,56.220771],[-158.406443,56.212592],[-158.414377,56.202053],[-158.399892,56.205715],[-158.384389,56.21308],[-158.369211,56.217475],[-158.326405,56.200385],[-158.32311,56.193549],[-158.345448,56.181545],[-158.318308,56.174709],[-158.288157,56.18537],[-158.25829,56.200873],[-158.206044,56.21776],[-158.176951,56.234849],[-158.147328,56.245795],[-158.119496,56.236151],[-158.150624,56.22956],[-158.160756,56.225898],[-158.167836,56.220038],[-158.174021,56.212063],[-158.181223,56.205024],[-158.198313,56.199205],[-158.214345,56.185981],[-158.221913,56.181545],[-158.234324,56.180569],[-158.245595,56.18244],[-158.257192,56.182278],[-158.270334,56.174709],[-158.262888,56.167914],[-158.289662,56.161607],[-158.324045,56.159125],[-158.35204,56.150702],[-158.359731,56.126899],[-158.382395,56.135932],[-158.387766,56.152411],[-158.387522,56.169867],[-158.393259,56.181545],[-158.409657,56.180813],[-158.420766,56.166246],[-158.423289,56.147203],[-158.414377,56.133124],[-158.433461,56.13231],[-158.44164,56.133124],[-158.428171,56.113349],[-158.412302,56.094875],[-158.407582,56.078437],[-158.427968,56.064846],[-158.442087,56.085028],[-158.445749,56.094957],[-158.44164,56.106431],[-158.454294,56.109361],[-158.499705,56.106431],[-158.503245,56.10163],[-158.492991,56.090725],[-158.469594,56.071682],[-158.487009,56.059638],[-158.484609,56.042914],[-158.469309,56.03205],[-158.454172,56.040676],[-158.456899,56.043524],[-158.45873,56.046861],[-158.462148,56.051215],[-158.434071,56.042914],[-158.4228,56.023993],[-158.427561,56.006537],[-158.447865,56.002753],[-158.460194,56.009996],[-158.483632,56.032375],[-158.496287,56.037543],[-158.511057,56.03384],[-158.512074,56.022935],[-158.505198,56.009223],[-158.496287,55.996568],[-158.512563,55.995998],[-158.53364,56.004462],[-158.554758,56.017646],[-158.571401,56.030707],[-158.509958,56.051215],[-158.509958,56.058051],[-158.567454,56.047105],[-158.585642,56.040676],[-158.600942,56.040432],[-158.604685,56.052314],[-158.597239,56.066107],[-158.578847,56.071682],[-158.578847,56.078518],[-158.601918,56.086737],[-158.601552,56.100572],[-158.58552,56.113674],[-158.561147,56.119452],[-158.559885,56.124091],[-158.549306,56.146186],[-158.544057,56.153632],[-158.539866,56.15469],[-158.528066,56.152818],[-158.519154,56.154364],[-158.51476,56.153266],[-158.511301,56.153225],[-158.509958,56.157375],[-158.510203,56.166246],[-158.509958,56.167914],[-158.489003,56.176703],[-158.478871,56.183824],[-158.479237,56.191474],[-158.49059,56.195868],[-158.565907,56.195014],[-158.639638,56.202053],[-158.627675,56.185858],[-158.607777,56.178209],[-158.564565,56.167914],[-158.591176,56.152777],[-158.611887,56.135159],[-158.634592,56.120063],[-158.667592,56.112616],[-158.661448,56.13109],[-158.668202,56.145941],[-158.683339,56.152777],[-158.702341,56.147406],[-158.691884,56.136461],[-158.688832,56.125637],[-158.692616,56.115424],[-158.702341,56.106431],[-158.670115,56.098782],[-158.660634,56.092353],[-158.667592,56.078518],[-158.666331,56.061713],[-158.732249,56.045396],[-158.715403,56.030707],[-158.696523,56.028713],[-158.676015,56.030463],[-158.65807,56.028957],[-158.647084,56.017035],[-158.647084,55.999945],[-158.657541,55.99079],[-158.688059,55.982327],[-158.688059,55.976142],[-158.682566,55.974799],[-158.673044,55.970852],[-158.667592,55.969306],[-158.682932,55.958401],[-158.712026,55.954047],[-158.742909,55.95539],[-158.763783,55.961859],[-158.756418,55.967475],[-158.747914,55.971747],[-158.738718,55.974677],[-158.728993,55.976142],[-158.728993,55.982327],[-158.739125,55.99258],[-158.745554,56.001451],[-158.75654,56.00788],[-158.780507,56.010199],[-158.785105,56.007066],[-158.793691,55.992906],[-158.801015,55.989732],[-158.815378,55.991523],[-158.82311,55.996405],[-158.835805,56.013617],[-158.859446,56.012926],[-158.888254,55.983832],[-158.928293,55.920844],[-158.934519,55.920844],[-158.942332,55.931627],[-158.956776,55.936225],[-158.973866,55.93651],[-159.006296,55.931789],[-159.014109,55.929145],[-159.020741,55.924628],[-159.023752,55.916938],[-159.020131,55.91059],[-159.014272,55.906806],[-159.010203,55.907172],[-159.010935,55.901679],[-159.010243,55.897203],[-159.013905,55.89411],[-159.027577,55.89289],[-159.035471,55.894273],[-159.040395,55.897691],[-159.044789,55.90233],[-159.071482,55.9206],[-159.083811,55.926011],[-159.099314,55.92829],[-159.113637,55.926174],[-159.145009,55.916815],[-159.160715,55.914618],[-159.172434,55.911282],[-159.187001,55.896308],[-159.20165,55.89289],[-159.266713,55.889228],[-159.29426,55.87934],[-159.318674,55.859442],[-159.332834,55.877387],[-159.355906,55.879462],[-159.380849,55.871405],[-159.400624,55.859442],[-159.411082,55.842515],[-159.416331,55.802151],[-159.421702,55.790473],[-159.439076,55.789211],[-159.455556,55.801337],[-159.468699,55.818345],[-159.475697,55.831488],[-159.478831,55.846015],[-159.478831,55.863593],[-159.475697,55.88231],[-159.469553,55.900336],[-159.489451,55.900133],[-159.518178,55.89647],[-159.544993,55.889635],[-159.558909,55.879869],[-159.555287,55.865668],[-159.525258,55.836575],[-159.517934,55.821845],[-159.516794,55.811225],[-159.511708,55.793443],[-159.510487,55.783026],[-159.509348,55.778266],[-159.504709,55.771186],[-159.503651,55.766913],[-159.505849,55.760891],[-159.510813,55.758002],[-159.515736,55.756049],[-159.517934,55.752997],[-159.5301,55.739814],[-159.552602,55.721381],[-159.564443,55.704291],[-159.544626,55.694892],[-159.547475,55.683824],[-159.547963,55.673896],[-159.549428,55.664984],[-159.555165,55.65705],[-159.558583,55.653795],[-159.562123,55.649115],[-159.565134,55.646552],[-159.569163,55.644721],[-159.58019,55.642157],[-159.585561,55.639716],[-159.602162,55.627631],[-159.619862,55.611151],[-159.630686,55.593573],[-159.626536,55.578274],[-159.721059,55.567084],[-159.743235,55.572008],[-159.730214,55.579983],[-159.708974,55.597724],[-159.695424,55.605536],[-159.727122,55.60399],[-159.756907,55.5987],[-159.741689,55.613267],[-159.711293,55.61933],[-159.679799,55.616685],[-159.661326,55.605536],[-159.640818,55.612982],[-159.642283,55.620307],[-159.639394,55.626654],[-159.632924,55.631171],[-159.623402,55.63288],[-159.617014,55.635199],[-159.624745,55.640286],[-159.657541,55.652289],[-159.693308,55.660346],[-159.709706,55.667629],[-159.691274,55.679023],[-159.633372,55.701117],[-159.650095,55.711127],[-159.65803,55.718329],[-159.66454,55.735053],[-159.671498,55.736274],[-159.678578,55.736518],[-159.681752,55.742743],[-159.677968,55.752021],[-159.650746,55.786811],[-159.62621,55.804511],[-159.625234,55.81269],[-159.640818,55.825263],[-159.657053,55.832343],[-159.701853,55.843817],[-159.830393,55.852729],[-159.845774,55.851223],[-159.854685,55.84162],[-159.860544,55.818427],[-159.853383,55.8039],[-159.851389,55.794745],[-159.856801,55.790473],[-159.904612,55.783026],[-159.923085,55.789496],[-159.955271,55.81566],[-159.976633,55.818427],[-159.976633,55.810981],[-159.968943,55.806789],[-159.967112,55.801703],[-159.969187,55.786811],[-159.973134,55.777493],[-159.982493,55.777167],[-160.009592,55.785875],[-160.017771,55.791815],[-160.026723,55.796942],[-160.038075,55.797349],[-160.04365,55.792792],[-160.052113,55.776272],[-160.058542,55.770006],[-160.030873,55.735541],[-160.033559,55.726223],[-160.065378,55.722846],[-160.088002,55.72842],[-160.096669,55.728013],[-160.100168,55.719143],[-160.095652,55.714179],[-160.065378,55.701117],[-160.096913,55.700751],[-160.110789,55.703803],[-160.123728,55.711982],[-160.130483,55.720404],[-160.135243,55.728013],[-160.142161,55.733791],[-160.155385,55.736518],[-160.149892,55.721015],[-160.143137,55.688788],[-160.133656,55.674465],[-160.164052,55.657131],[-160.238718,55.66474],[-160.257192,55.653998],[-160.257192,55.646552],[-160.349965,55.646552],[-160.39623,55.653022],[-160.419423,55.653876],[-160.442128,55.646552],[-160.425486,55.634711],[-160.366404,55.612982],[-160.366404,55.605536],[-160.390859,55.599433],[-160.43517,55.57685],[-160.45641,55.578274],[-160.455434,55.5633],[-160.453806,55.557359],[-160.448964,55.550279],[-160.457509,55.542955],[-160.464223,55.529283],[-160.468577,55.515082],[-160.470041,55.506252],[-160.477528,55.494615],[-160.495188,55.486151],[-160.531484,55.475816],[-160.548533,55.489081],[-160.582997,55.540717],[-160.593332,55.564114],[-160.595408,55.589097],[-160.598948,55.606106],[-160.613474,55.605536],[-160.627919,55.590806],[-160.64094,55.570258],[-160.657419,55.551988],[-160.682688,55.544135],[-160.74177,55.548651],[-160.768137,55.545396],[-160.764272,55.530463],[-160.740956,55.524888],[-160.706614,55.525133],[-160.675404,55.521918],[-160.661855,55.506252],[-160.667592,55.477851],[-160.68342,55.464667],[-160.782582,55.447089],[-160.799021,55.447903],[-160.809397,55.45185],[-160.832021,55.465399],[-160.843088,55.468411],[-160.848582,55.473049],[-160.845937,55.483466],[-160.836619,55.499416],[-160.831776,55.511623],[-160.840525,55.518541],[-160.867299,55.523627],[-160.92455,55.51911],[-160.959421,55.49315],[-160.98762,55.458319],[-161.024973,55.427436],[-161.072092,55.408352],[-161.279164,55.354885],[-161.312001,55.353583],[-161.326609,55.36225],[-161.339467,55.383246],[-161.368723,55.385443],[-161.479115,55.361029],[-161.506663,55.363837],[-161.518422,55.383368],[-161.515574,55.388983],[-161.487986,55.427802],[-161.485585,55.438422],[-161.481923,55.480373],[-161.479237,55.484931],[-161.454335,55.514797],[-161.442983,55.525621],[-161.418894,55.538398],[-161.388743,55.57217],[-161.367543,55.578274],[-161.34911,55.570624],[-161.31664,55.543199],[-161.292185,55.537299],[-161.182607,55.523627],[-161.151845,55.525621],[-161.144887,55.53498],[-161.15925,55.545396],[-161.247792,55.557766],[-161.26122,55.561713],[-161.271433,55.571234],[-161.280751,55.582587],[-161.29186,55.591946],[-161.316151,55.600409],[-161.364939,55.610012],[-161.408193,55.635932],[-161.438791,55.638739],[-161.620798,55.612982],[-161.613352,55.599799],[-161.617258,55.593736],[-161.626291,55.590318],[-161.63447,55.58511],[-161.65217,55.561184],[-161.708363,55.527086],[-161.71642,55.513088],[-161.713328,55.502021],[-161.706492,55.49726],[-161.699656,55.495307],[-161.696523,55.49258],[-161.697214,55.482611],[-161.709421,55.434394],[-161.710194,55.424302],[-161.709421,55.407131],[-161.711008,55.40176],[-161.71642,55.393256],[-161.817087,55.31684],[-161.833119,55.293647],[-161.841908,55.289618],[-161.894521,55.242418],[-161.897817,55.233466],[-161.899119,55.224555],[-161.902415,55.217841],[-161.911936,55.215155],[-161.934804,55.213813],[-161.944814,55.215562],[-161.956614,55.22191],[-161.948313,55.221137],[-161.922475,55.22191],[-161.922475,55.229397],[-161.951161,55.237209],[-161.98469,55.240424],[-162.018015,55.239814],[-162.04601,55.235582],[-162.04601,55.229397],[-162.020497,55.200751],[-162.015696,55.184516],[-162.032338,55.17414],[-161.984568,55.157131],[-161.981557,55.147406],[-161.974314,55.138251],[-161.965077,55.130601],[-161.956614,55.125718],[-161.972768,55.107408],[-162.001291,55.093207],[-162.032948,55.083319],[-162.059031,55.078599],[-162.080881,55.080634],[-162.105784,55.089423],[-162.128,55.102973],[-162.141591,55.119534],[-162.122141,55.124986],[-162.114247,55.125718],[-162.121693,55.133205],[-162.112782,55.141425],[-162.106394,55.149115],[-162.102488,55.15762],[-162.101267,55.167914],[-162.192738,55.142564],[-162.230946,55.112738],[-162.210683,55.090237],[-162.198191,55.062893],[-162.202097,55.039862],[-162.230946,55.030219],[-162.246083,55.027045],[-162.260569,55.021674],[-162.27477,55.019599],[-162.289296,55.026801],[-162.298085,55.035875],[-162.313222,55.058173],[-162.319692,55.071112],[-162.329294,55.066067],[-162.337473,55.057685],[-162.351064,55.040107],[-162.362538,55.036566],[-162.422719,55.036363],[-162.44933,55.040269],[-162.472239,55.048977],[-162.492624,55.061835],[-162.511545,55.078599],[-162.526479,55.10224],[-162.517405,55.114691],[-162.493601,55.117499],[-162.464345,55.112738],[-162.416493,55.097886],[-162.390614,55.096584],[-162.360707,55.105292],[-162.417348,55.129055],[-162.436391,55.140082],[-162.47997,55.175523],[-162.491038,55.188422],[-162.530955,55.248765],[-162.557362,55.267035],[-162.600901,55.270413],[-162.571645,55.280829],[-162.567454,55.292222],[-162.583323,55.301093],[-162.614573,55.3039],[-162.645334,55.300035],[-162.668284,55.291409],[-162.687367,55.277899],[-162.706736,55.259508],[-162.718739,55.239081],[-162.718332,55.217922],[-162.705312,55.201361],[-162.658762,55.190334],[-162.632883,55.179674],[-162.614125,55.166327],[-162.614573,55.153713],[-162.603261,55.143541],[-162.599965,55.137112],[-162.603953,55.131903],[-162.614573,55.125718],[-162.614817,55.129136],[-162.6197,55.134182],[-162.626536,55.137641],[-162.632192,55.136664],[-162.635325,55.131049],[-162.635447,55.125149],[-162.634755,55.119045],[-162.635691,55.112738],[-162.641713,55.090969],[-162.642771,55.071112],[-162.634999,55.063625],[-162.614573,55.078599],[-162.612131,55.062201],[-162.559926,54.961249],[-162.584828,54.965806],[-162.616444,54.979885],[-162.645497,54.99844],[-162.662953,55.016547],[-162.627797,55.012274],[-162.618967,55.015692],[-162.621409,55.030219],[-162.633046,55.045559],[-162.649485,55.052965],[-162.667185,55.050605],[-162.676625,55.036363],[-162.685496,55.017239],[-162.696523,55.003241],[-162.723826,54.975531],[-162.718373,54.968085],[-162.716624,54.963365],[-162.720693,54.961249],[-162.725046,54.96011],[-162.752756,54.944892],[-162.767445,54.939602],[-162.782948,54.93594],[-162.850413,54.935045],[-162.877634,54.938951],[-162.920847,54.957424],[-162.927358,54.963284],[-162.92988,54.971869],[-162.935048,54.976996],[-162.967397,54.992336],[-162.974355,55.009508],[-162.952748,55.014065],[-162.926462,55.014553],[-162.919626,55.019924],[-162.93696,55.029283],[-162.97997,55.038642],[-162.998158,55.050686],[-163.024119,55.085028],[-163.041127,55.099351],[-163.063303,55.105292],[-163.075022,55.106635],[-163.096547,55.112209],[-163.107981,55.112738],[-163.12206,55.109849],[-163.148305,55.10102],[-163.163197,55.099066],[-163.14977,55.106431],[-163.121327,55.117906],[-163.107981,55.125718],[-163.129099,55.13345],[-163.157094,55.138617],[-163.183054,55.139146],[-163.197987,55.133205],[-163.200185,55.121405],[-163.196767,55.108466],[-163.192128,55.097602],[-163.190541,55.092231],[-163.202748,55.086168],[-163.215037,55.089667],[-163.238352,55.105292],[-163.23823,55.090318],[-163.231313,55.081],[-163.21935,55.077135],[-163.204213,55.078599],[-163.217641,55.045356],[-163.205515,55.018988],[-163.174753,55.001695],[-163.114003,54.992336],[-163.089955,54.98428],[-163.06725,54.973293],[-163.053334,54.961249],[-163.049875,54.94184],[-163.062571,54.928778],[-163.135203,54.903713],[-163.171213,54.881903],[-163.200388,54.872952],[-163.231435,54.844794],[-163.251414,54.838324],[-163.277455,54.833686],[-163.32079,54.81387],[-163.341379,54.811103],[-163.357411,54.817613],[-163.367543,54.830146],[-163.376658,54.844957],[-163.38976,54.858873],[-163.341868,54.876776],[-163.327097,54.886176],[-163.324574,54.891059],[-163.324818,54.90233],[-163.320872,54.907294],[-163.311513,54.911566],[-163.301462,54.913723],[-163.290883,54.91413],[-163.279897,54.91352],[-163.296824,54.927639],[-163.345286,54.91942],[-163.347605,54.940823],[-163.329172,54.966864],[-163.306589,54.959052],[-163.281361,54.944648],[-163.255116,54.951321],[-163.245961,54.969957],[-163.282053,54.990139],[-163.292958,55.013129],[-163.299143,55.061225],[-163.30602,55.073961],[-163.318674,55.085395],[-163.325144,55.095649],[-163.313466,55.105292],[-163.313466,55.112738],[-163.320505,55.112209],[-163.325185,55.114081],[-163.329294,55.116889],[-163.334543,55.119534],[-163.148997,55.180976],[-163.024729,55.245592],[-162.991282,55.242418],[-163.009023,55.237372],[-163.030873,55.2272],[-163.051707,55.214342],[-163.066396,55.201483],[-163.076527,55.18065],[-163.062937,55.175767],[-162.992624,55.18183],[-162.984486,55.180976],[-162.983754,55.179185],[-162.980784,55.174994],[-162.976186,55.170559],[-162.970815,55.167914],[-162.962026,55.169013],[-162.895823,55.189643],[-162.874949,55.200385],[-162.833689,55.229397],[-162.849924,55.245429],[-162.888661,55.246772],[-162.896352,55.266669],[-162.80012,55.290269],[-162.794749,55.299465],[-162.737009,55.31094],[-162.713857,55.321275],[-162.65331,55.361518],[-162.641835,55.380276],[-162.634999,55.362616],[-162.614207,55.351508],[-162.58845,55.346096],[-162.566762,55.345445],[-162.550974,55.348538],[-162.540517,55.353949],[-162.51891,55.372789],[-162.51183,55.374905],[-162.504343,55.373684],[-162.497141,55.373969],[-162.491038,55.380276],[-162.48998,55.385321],[-162.490224,55.391995],[-162.49177,55.397691],[-162.494456,55.400092],[-162.507558,55.407538],[-162.504018,55.424018],[-162.504262,55.440416],[-162.528879,55.447903],[-162.556996,55.446926],[-162.582387,55.437323],[-162.601023,55.423733],[-162.621409,55.406928],[-162.604726,55.429877],[-162.591054,55.437323],[-162.576161,55.44599],[-162.549998,55.458726],[-162.226999,55.697903],[-162.149037,55.722846],[-162.130116,55.73432],[-162.0926,55.764065],[-162.077016,55.770006],[-162.050526,55.773749],[-161.912953,55.830878],[-161.898264,55.841986],[-161.826283,55.879869],[-161.799998,55.889716],[-161.773915,55.895982],[-161.689036,55.903551],[-161.640859,55.91767],[-161.525502,55.934882],[-161.457712,55.953925],[-161.388905,55.961737],[-161.377512,55.965522],[-161.356638,55.976264],[-161.155344,56.017035],[-161.225575,55.995998],[-161.257761,55.986029],[-161.273264,55.978461],[-161.367543,55.955634],[-161.206858,55.955634],[-161.170847,55.949856],[-161.154775,55.949897],[-161.137929,55.958686],[-161.124216,55.961249],[-161.072743,55.941352],[-161.053293,55.941107],[-161.039418,55.94595],[-161.011301,55.961859],[-160.95995,55.976264],[-160.946401,55.986029],[-160.932362,55.990302],[-160.874135,55.99315],[-160.871409,55.961737],[-160.867258,55.945868],[-160.860463,55.934516],[-160.900014,55.934556],[-160.940378,55.939358],[-160.979319,55.937445],[-161.014394,55.917711],[-161.024159,55.902899],[-161.023386,55.890774],[-161.015574,55.881171],[-161.004465,55.873725],[-160.983632,55.867011],[-160.965891,55.869371],[-160.948476,55.875434],[-160.928782,55.879869],[-160.943796,55.850491],[-160.950063,55.832994],[-160.946401,55.825263],[-160.930613,55.821845],[-160.915151,55.813666],[-160.820383,55.739163],[-160.799021,55.715399],[-160.781809,55.751044],[-160.768137,55.758531],[-160.747182,55.746161],[-160.717112,55.722846],[-160.699208,55.703192],[-160.689565,55.697903],[-160.675526,55.701117],[-160.67573,55.705634],[-160.664784,55.729804],[-160.661855,55.732815],[-160.666086,55.744045],[-160.676259,55.747138],[-160.688588,55.748114],[-160.699412,55.752997],[-160.707102,55.759833],[-160.725331,55.771389],[-160.756703,55.786119],[-160.764272,55.804755],[-160.775217,55.846503],[-160.78246,55.865668],[-160.795277,55.873725],[-160.799265,55.875434],[-160.798655,55.879462],[-160.7954,55.883775],[-160.791575,55.886705],[-160.784535,55.887681],[-160.777537,55.885565],[-160.764272,55.879869],[-160.717112,55.866278],[-160.68871,55.862291],[-160.512196,55.86994],[-160.503611,55.859442],[-160.479604,55.850287],[-160.477732,55.838446],[-160.481882,55.823472],[-160.476267,55.804755],[-160.460194,55.79564],[-160.44225,55.800523],[-160.422556,55.809149],[-160.401194,55.810981],[-160.394846,55.807318],[-160.386708,55.795233],[-160.380686,55.790473],[-160.36913,55.78677],[-160.309763,55.779364],[-160.288889,55.774482],[-160.26769,55.772284],[-160.24352,55.776842],[-160.278879,55.788316],[-160.287913,55.793931],[-160.309071,55.819281],[-160.319203,55.825263],[-160.237294,55.838324],[-160.250966,55.852484],[-160.272654,55.859117],[-160.319203,55.866278],[-160.520741,55.935207],[-160.540761,55.93537],[-160.566274,55.92829],[-160.572458,55.934516],[-160.552683,55.949123],[-160.543528,55.958482],[-160.538319,55.969306],[-160.539133,55.984565],[-160.547597,55.993394],[-160.561838,55.995307],[-160.579905,55.989732],[-160.568105,56.007554],[-160.532216,56.040229],[-160.516347,56.068793],[-160.476389,56.096666],[-160.462595,56.112616],[-160.461171,56.151313],[-160.455556,56.172349],[-160.43871,56.181545],[-160.428944,56.193264],[-160.403798,56.239691],[-160.394358,56.242987],[-160.368723,56.276842],[-160.237294,56.339179],[-160.18871,56.386908],[-160.017039,56.44538],[-159.928049,56.488959],[-159.847727,56.540513],[-159.745717,56.579332],[-159.483144,56.64704],[-159.558909,56.620347],[-159.547597,56.613186],[-159.526926,56.616156],[-159.502431,56.62287],[-159.45637,56.62934],[-159.324574,56.674018],[-159.308095,56.684882],[-159.288767,56.692084],[-159.231068,56.691962],[-159.208852,56.695461],[-159.221262,56.700873],[-159.234731,56.702826],[-159.263417,56.702338],[-159.263417,56.708564],[-159.199656,56.751695],[-159.175282,56.763739],[-159.086374,56.785793],[-159.040964,56.815131],[-158.991078,56.842597],[-158.943918,56.869859],[-158.889231,56.889594],[-158.8662,56.89411],[-158.893788,56.874457],[-158.959421,56.853461],[-158.997426,56.828803],[-159.025136,56.816718],[-159.03071,56.808783],[-159.024892,56.796576],[-159.010691,56.788804],[-158.992869,56.785142],[-158.976064,56.784857],[-158.979197,56.805732],[-158.971059,56.827541],[-158.957712,56.842475],[-158.945017,56.842922],[-158.911,56.817694],[-158.873647,56.797838],[-158.848948,56.789374],[-158.814687,56.78144],[-158.780751,56.777533],[-158.756947,56.781155],[-158.743723,56.786322],[-158.728708,56.789374],[-158.698598,56.791083],[-158.681467,56.786607],[-158.655751,56.767646],[-158.639638,56.763739],[-158.65392,56.805365],[-158.653798,56.817206],[-158.651438,56.826483],[-158.652821,56.836249],[-158.682444,56.86933],[-158.689076,56.884508],[-158.688954,56.939602],[-158.694895,56.969184],[-158.694407,56.979804],[-158.688059,57.007025],[-158.682118,57.02204],[-158.652089,57.05976],[-158.6079,57.100979],[-158.312449,57.314887],[-158.300771,57.319281],[-158.284373,57.322943],[-158.182688,57.362006],[-158.058095,57.367092],[-158.063669,57.377183],[-158.073476,57.381537],[-158.085886,57.382066],[-158.09907,57.380764],[-158.079661,57.396633],[-158.017079,57.428534],[-157.996327,57.446234],[-157.961293,57.484198],[-157.940745,57.497463],[-157.872792,57.513617],[-157.78661,57.556098],[-157.757761,57.564276],[-157.735951,57.558824],[-157.722971,57.564765],[-157.709665,57.568671],[-157.680653,57.572496],[-157.69164,57.557929],[-157.683217,57.540107],[-157.652781,57.503607],[-157.666615,57.489203],[-157.656728,57.483588],[-157.509389,57.476264],[-157.513661,57.466498],[-157.516225,57.462633],[-157.478953,57.4831],[-157.445505,57.483303],[-157.4287,57.485256],[-157.413808,57.489936],[-157.395579,57.502427],[-157.395131,57.512763],[-157.407419,57.52204],[-157.427439,57.531562],[-157.418446,57.539455],[-157.407704,57.546047],[-157.398061,57.554145],[-157.392079,57.566311],[-157.407094,57.561265],[-157.439443,57.556586],[-157.454783,57.552069],[-157.443715,57.537299],[-157.419749,57.512641],[-157.413808,57.497463],[-157.513905,57.509752],[-157.533559,57.50731],[-157.543406,57.500312],[-157.556101,57.494818],[-157.569569,57.491197],[-157.581736,57.489936],[-157.595408,57.493232],[-157.597524,57.500963],[-157.591298,57.51789],[-157.58727,57.563178],[-157.590647,57.584215],[-157.602162,57.603502],[-157.603505,57.608547],[-157.600779,57.612982],[-157.598622,57.617825],[-157.602162,57.62401],[-157.607533,57.627997],[-157.618276,57.634101],[-157.62267,57.637641],[-157.630076,57.641059],[-157.638987,57.640448],[-157.644765,57.636664],[-157.643137,57.630561],[-157.626088,57.613471],[-157.650136,57.613674],[-157.671946,57.618109],[-157.690419,57.626288],[-157.704579,57.637641],[-157.70991,57.652533],[-157.710032,57.674018],[-157.706532,57.69538],[-157.701161,57.709662],[-157.708811,57.729926],[-157.698354,57.759467],[-157.667063,57.818915],[-157.644602,57.878241],[-157.636667,57.909369],[-157.630116,57.978461],[-157.615183,58.041164],[-157.610097,58.092353],[-157.60554,58.105211],[-157.591298,58.127387],[-157.579457,58.140367],[-157.553293,58.162055],[-157.543528,58.175849],[-157.519765,58.167385],[-157.485789,58.165473],[-157.45165,58.168769],[-157.427439,58.175849],[-157.409657,58.188625],[-157.398752,58.19953],[-157.384226,58.207099],[-157.355458,58.209947],[-157.194325,58.193915],[-157.180409,58.189439],[-157.170644,58.182685],[-157.164052,58.175116],[-157.155385,58.169501],[-157.139475,58.168402],[-157.163319,58.191555],[-157.187082,58.204901],[-157.347524,58.239203],[-157.379628,58.23725],[-157.433542,58.22191],[-157.457468,58.220893],[-157.482655,58.230414],[-157.529042,58.256008],[-157.5454,58.273586],[-157.537302,58.291897],[-157.568471,58.320746],[-157.562082,58.363674],[-157.502675,58.46369],[-157.457875,58.50788],[-157.436147,58.521633],[-157.382517,58.536363],[-157.358591,58.546373],[-157.267283,58.620266],[-157.134348,58.686835],[-157.115224,58.699652],[-157.091786,58.709784],[-156.996083,58.723822],[-156.969187,58.732245],[-156.940867,58.737535],[-156.940867,58.744371],[-156.978342,58.739],[-157.023671,58.726508],[-157.061879,58.726223],[-157.077992,58.757392],[-157.068796,58.778469],[-157.002268,58.839993],[-157.025502,58.863471],[-157.022694,58.869696],[-157.009714,58.881537],[-156.988596,58.895209],[-156.985341,58.903266],[-156.985585,58.910142],[-156.987375,58.9147],[-156.988596,58.915717],[-156.982411,58.943345],[-156.976308,58.953518],[-156.961293,58.963446],[-156.922109,58.976223],[-156.882517,58.983954],[-156.860341,58.993883],[-156.851633,59.018215],[-156.85143,59.077094],[-156.842885,59.103217],[-156.822865,59.122626],[-156.800038,59.138739],[-156.783193,59.155219],[-156.853627,59.11994],[-156.865102,59.111233],[-156.867258,59.102729],[-156.878041,59.078355],[-156.88683,59.067939],[-156.884633,59.055406],[-156.880442,59.041653],[-156.878774,59.032375],[-156.889719,59.012519],[-156.910105,58.99726],[-156.935414,58.987494],[-156.991811,58.981757],[-157.015818,58.974066],[-157.034901,58.959418],[-157.05073,58.936184],[-157.069569,58.899726],[-157.084462,58.886664],[-157.135569,58.877346],[-157.254465,58.840481],[-157.373118,58.824774],[-157.38683,58.820868],[-157.400217,58.815497],[-157.410024,58.809516],[-157.424021,58.803046],[-157.475209,58.799628],[-157.568179,58.747893],[-157.65746,58.736187],[-157.814182,58.687709],[-157.978098,58.647528],[-158.153676,58.614],[-158.203359,58.612982],[-158.26301,58.623521],[-158.315867,58.646552],[-158.345448,58.682929],[-158.335805,58.701483],[-158.345286,58.724066],[-158.363596,58.744615],[-158.380198,58.757392],[-158.408315,58.770087],[-158.546132,58.799262],[-158.557729,58.806464],[-158.566151,58.819485],[-158.565663,58.830634],[-158.559641,58.839993],[-158.551503,58.847398],[-158.538035,58.856269],[-158.528432,58.860907],[-158.519968,58.867336],[-158.509958,58.881537],[-158.495473,58.911689],[-158.48884,58.922512],[-158.499257,58.948798],[-158.477488,58.963202],[-158.421132,58.977118],[-158.431508,58.979438],[-158.439402,58.983547],[-158.443227,58.989691],[-158.44164,58.998236],[-158.451527,58.997463],[-158.46052,58.994778],[-158.468617,58.99022],[-158.475779,58.983954],[-158.497507,58.993964],[-158.491322,59.001532],[-158.45873,59.014716],[-158.443552,59.025336],[-158.424306,59.032782],[-158.403432,59.037177],[-158.38329,59.03856],[-158.1728,59.013007],[-158.137156,58.999457],[-158.104604,58.979885],[-158.078562,58.956692],[-158.069529,58.943305],[-158.070627,58.925849],[-158.06428,58.908271],[-158.056833,58.899115],[-158.044504,58.888373],[-158.030141,58.879055],[-158.017079,58.874091],[-158.017323,58.886664],[-158.013865,58.895697],[-158.006663,58.900824],[-157.995351,58.902045],[-157.995351,58.908271],[-158.028066,58.907538],[-158.041331,58.911444],[-158.050608,58.922512],[-158.034169,58.942816],[-158.052317,58.97134],[-158.102122,59.014716],[-158.140248,59.0362],[-158.233835,59.039211],[-158.31664,59.062445],[-158.402699,59.073676],[-158.44164,59.086982],[-158.473215,59.104804],[-158.489329,59.117825],[-158.496287,59.131415],[-158.498891,59.143866],[-158.505564,59.145982],[-158.514394,59.145006],[-158.523549,59.148424],[-158.528676,59.156155],[-158.530832,59.163804],[-158.534495,59.1706],[-158.544057,59.175767],[-158.549062,59.15766],[-158.547475,59.144843],[-158.537221,59.137193],[-158.516103,59.134752],[-158.516713,59.111518],[-158.457265,59.075873],[-158.462148,59.052802],[-158.480784,59.044094],[-158.521189,59.03734],[-158.537221,59.02558],[-158.540517,59.020575],[-158.542592,59.015611],[-158.543691,59.009711],[-158.544057,59.001654],[-158.547312,58.993476],[-158.554311,58.988918],[-158.56135,58.9855],[-158.57787,58.959174],[-158.608998,58.933173],[-158.644399,58.911282],[-158.688466,58.895575],[-158.709096,58.88288],[-158.729482,58.873603],[-158.746409,58.877834],[-158.753367,58.890448],[-158.748036,58.900214],[-158.737498,58.911444],[-158.728993,58.928697],[-158.762644,58.943671],[-158.777821,58.952623],[-158.790476,58.963446],[-158.75414,58.972154],[-158.739735,58.979885],[-158.746409,58.994818],[-158.825266,58.977118],[-158.810496,58.965969],[-158.772043,58.920478],[-158.769968,58.911078],[-158.793894,58.816352],[-158.783559,58.799506],[-158.78246,58.783881],[-158.787953,58.769761],[-158.797312,58.757392],[-158.811879,58.744452],[-158.827952,58.736274],[-158.846913,58.732001],[-158.869944,58.730699],[-158.877919,58.732367],[-158.88561,58.736802],[-158.891306,58.743354],[-158.893503,58.751166],[-158.890085,58.763617],[-158.88154,58.768459],[-158.859364,58.771674],[-158.819773,58.783922],[-158.804311,58.794664],[-158.807851,58.809516],[-158.827138,58.819403],[-158.851023,58.820217],[-158.87324,58.813178],[-158.887318,58.799628],[-158.86144,58.799465],[-158.874135,58.78974],[-158.900339,58.778957],[-158.914622,58.775377],[-158.912953,58.757636],[-158.908437,58.741197],[-158.889396,58.706293],[-158.851595,58.677091],[-158.820151,58.614034],[-158.793894,58.569322],[-158.792087,58.570417],[-158.779042,58.562893],[-158.772654,58.558783],[-158.770009,58.54914],[-158.771433,58.524644],[-158.770009,58.518459],[-158.758494,58.50727],[-158.74592,58.505113],[-158.733632,58.506252],[-158.722849,58.504828],[-158.708689,58.492255],[-158.720082,58.483588],[-158.739695,58.474189],[-158.759755,58.447089],[-158.782053,58.437161],[-158.807118,58.430732],[-158.825266,58.429023],[-158.825266,58.422187],[-158.797312,58.422187],[-158.829661,58.404771],[-158.881734,58.39962],[-158.939761,58.398071],[-159.014856,58.414548],[-159.051259,58.424709],[-159.071645,58.442694],[-159.05842,58.438381],[-159.046335,58.4383],[-159.03661,58.443793],[-159.03071,58.456366],[-159.055735,58.455878],[-159.074696,58.458726],[-159.083689,58.469062],[-159.078481,58.491116],[-159.114613,58.490058],[-159.15099,58.518785],[-159.208852,58.586737],[-159.29894,58.672349],[-159.384954,58.755824],[-159.482737,58.816067],[-159.506907,58.82217],[-159.517934,58.826321],[-159.545033,58.844306],[-159.551462,58.847398],[-159.579294,58.846177],[-159.594065,58.831711],[-159.633778,58.834703],[-159.660918,58.839443],[-159.630243,58.852715],[-159.600968,58.885454],[-159.586941,58.907463],[-159.617487,58.931324],[-159.638148,58.935098],[-159.651335,58.935554],[-159.680183,58.931753],[-159.709649,58.928657],[-159.738127,58.928247],[-159.728762,58.918737],[-159.725177,58.910439],[-159.734625,58.892692],[-159.755732,58.881468],[-159.768229,58.865531],[-159.743329,58.854477],[-159.752924,58.840826],[-159.765973,58.831369],[-159.776927,58.848779],[-159.7985,58.849833],[-159.80704,58.844662],[-159.805978,58.837465],[-159.799485,58.831461],[-159.79592,58.823163],[-159.786181,58.817039],[-159.794851,58.800277],[-159.816698,58.793832],[-159.839955,58.79267],[-159.86636,58.779123],[-159.90613,58.765406],[-159.91148,58.775801],[-159.929539,58.790007],[-159.962961,58.820054],[-159.985219,58.83515],[-159.990224,58.839993],[-159.983348,58.849228],[-159.983303,58.860807],[-159.989245,58.86611],[-159.997141,58.874091],[-160.01838,58.880378],[-160.045815,58.88259],[-160.070565,58.879597],[-160.084873,58.875602],[-160.088936,58.86891],[-160.092224,58.863216],[-160.096863,58.857224],[-160.112912,58.861107],[-160.132314,58.8664],[-160.153095,58.861285],[-160.165253,58.864382],[-160.150249,58.880938],[-160.15807,58.899319],[-160.152202,58.916104],[-160.201856,58.908417],[-160.222335,58.902204],[-160.228869,58.890811],[-160.246442,58.886896],[-160.253063,58.898674],[-160.257192,58.911933],[-160.254099,58.935981],[-160.256663,58.946234],[-160.26769,58.950385],[-160.287651,58.932398],[-160.301463,58.945071],[-160.328931,58.941429],[-160.331129,58.95172],[-160.319203,58.956692],[-160.317332,58.965155],[-160.301226,58.971664],[-160.296022,58.976973],[-160.267539,58.977495],[-160.257192,58.983954],[-160.255116,58.990302],[-160.258046,58.995429],[-160.264597,59.001654],[-160.269399,59.011705],[-160.280385,59.0185],[-160.292917,59.023668],[-160.302195,59.028957],[-160.306874,59.032416],[-160.31725,59.037746],[-160.322336,59.042304],[-160.334723,59.053837],[-160.320872,59.061347],[-160.325429,59.066555],[-160.352169,59.070659],[-160.401536,59.048844],[-160.52952,59.001904],[-160.667156,58.947643],[-160.694151,58.928247],[-160.768496,58.896426],[-160.83372,58.812546],[-160.827486,58.837265],[-160.829368,58.852647],[-160.842442,58.867962],[-160.867869,58.878817],[-160.888551,58.884102],[-160.90775,58.876391],[-160.961414,58.873247],[-160.979395,58.864131],[-160.993334,58.846688],[-161.033227,58.842476],[-161.076177,58.817573],[-161.109586,58.811508],[-161.137587,58.799173],[-161.173218,58.797566],[-161.179701,58.782726],[-161.244074,58.782748],[-161.271973,58.787093],[-161.291244,58.79261],[-161.278635,58.810248],[-161.271352,58.812649],[-161.271352,58.820054],[-161.300404,58.814643],[-161.306142,58.812649],[-161.310292,58.805487],[-161.312571,58.796454],[-161.310658,58.788642],[-161.302439,58.785346],[-161.289782,58.777946],[-161.262953,58.77669],[-161.29011,58.770453],[-161.310513,58.748074],[-161.357469,58.726245],[-161.367132,58.711469],[-161.374582,58.69971],[-161.376222,58.686802],[-161.374501,58.672349],[-161.361905,58.668458],[-161.327101,58.678281],[-161.301285,58.681818],[-161.363888,58.659647],[-161.488325,58.640392],[-161.535996,58.623293],[-161.550283,58.606556],[-161.562373,58.602025],[-161.585032,58.607611],[-161.596913,58.607164],[-161.61266,58.604926],[-161.63976,58.59516],[-161.665639,58.590806],[-161.67634,58.585395],[-161.685251,58.577826],[-161.693105,58.569322],[-161.707509,58.561184],[-161.726674,58.558498],[-161.764841,58.559394],[-161.752187,58.577094],[-161.72053,58.59927],[-161.710194,58.614],[-161.7235,58.625556],[-161.738149,58.634508],[-161.756418,58.643134],[-161.765085,58.645087],[-161.761708,58.637885],[-161.761342,58.629096],[-161.767079,58.617743],[-161.762885,58.590986],[-161.77953,58.612616],[-161.797678,58.623236],[-161.834301,58.626482],[-161.912845,58.631863],[-161.936516,58.629692],[-161.959685,58.623282],[-161.98014,58.628374],[-162.012099,58.620714],[-162.035821,58.625851],[-162.077171,58.620893],[-162.137766,58.633857],[-162.176054,58.644923],[-162.121775,58.663856],[-162.067087,58.666653],[-162.04601,58.682929],[-162.0301,58.67593],[-161.990305,58.679104],[-161.965932,58.67475],[-161.954457,58.676459],[-161.949778,58.675482],[-161.949208,58.673041],[-161.950388,58.664252],[-161.949778,58.661811],[-161.943552,58.656887],[-161.939931,58.652737],[-161.934438,58.649644],[-161.922475,58.648139],[-161.891103,58.653713],[-161.858713,58.66942],[-161.842844,58.691636],[-161.867489,58.704048],[-161.865418,58.716263],[-161.821889,58.733547],[-161.809804,58.740953],[-161.795847,58.753892],[-161.786244,58.758734],[-161.758616,58.757392],[-161.717376,58.754843],[-161.677398,58.773527],[-161.655588,58.806464],[-161.68484,58.818586],[-161.712163,58.81297],[-161.733531,58.807903],[-161.753117,58.78987],[-161.762126,58.772668],[-161.774737,58.770507],[-161.762644,58.804999],[-161.759267,58.815497],[-161.758616,58.826321],[-161.762807,58.835639],[-161.769631,58.848728],[-161.777596,58.857714],[-161.785521,58.877619],[-161.790669,58.899867],[-161.792795,58.964789],[-161.794911,58.974514],[-161.79955,58.983954],[-161.807729,58.989569],[-161.834706,59.002875],[-161.840525,59.008205],[-161.851633,59.023179],[-161.855824,59.033759],[-161.850453,59.03856],[-161.84557,59.03974],[-161.835927,59.044867],[-161.829701,59.046047],[-161.822092,59.044379],[-161.821238,59.040432],[-161.822255,59.035875],[-161.820058,59.032375],[-161.817942,59.030097],[-161.815907,59.026353],[-161.812611,59.02204],[-161.806386,59.018134],[-161.798573,59.017483],[-161.771677,59.02558],[-161.742421,59.030219],[-161.725168,59.035102],[-161.69404,59.054918],[-161.614003,59.080756],[-161.608998,59.085517],[-161.604848,59.096381],[-161.600331,59.101264],[-161.594472,59.101996],[-161.577748,59.099921],[-161.573069,59.101264],[-161.569163,59.115058],[-161.57787,59.12051],[-161.6103,59.120551],[-161.613271,59.123969],[-161.616404,59.131415],[-161.62328,59.138821],[-161.637888,59.142239],[-161.646718,59.13935],[-161.67101,59.125312],[-161.682932,59.120551],[-161.723134,59.11579],[-161.840525,59.120551],[-161.873484,59.111029],[-161.888376,59.094387],[-161.880971,59.078925],[-161.847401,59.07331],[-161.847401,59.066555],[-161.896474,59.075385],[-161.939443,59.098578],[-161.97411,59.131415],[-162.02953,59.230129],[-162.042917,59.248358],[-162.051503,59.270168],[-162.038686,59.289374],[-162.020009,59.301744],[-161.99824,59.312934],[-162.036204,59.281887],[-162.04365,59.265774],[-162.034983,59.250881],[-162.009023,59.237535],[-161.983103,59.25373],[-161.968251,59.280829],[-161.970896,59.306708],[-161.964345,59.315334],[-161.962473,59.32807],[-161.964711,59.341946],[-161.970896,59.353909],[-161.959462,59.375067],[-161.946604,59.387763],[-161.929433,59.393866],[-161.9051,59.395453],[-161.883168,59.422268],[-161.867543,59.433092],[-161.853586,59.422187],[-161.847401,59.422187],[-161.837595,59.439927],[-161.821238,59.463365],[-161.801625,59.479193],[-161.770985,59.469957],[-161.755727,59.472642],[-161.740793,59.478705],[-161.730662,59.484809],[-161.717234,59.495836],[-161.713938,59.50137],[-161.859242,59.628119],[-161.867258,59.655504],[-161.87621,59.667711],[-161.879221,59.679592],[-161.879832,59.689846],[-161.88154,59.69717],[-161.889638,59.706244],[-161.909006,59.718817],[-161.99413,59.811103],[-162.081776,59.877875],[-162.094553,59.894029],[-162.101267,59.915595],[-162.100087,59.951117],[-162.108754,59.965155],[-162.15807,59.976508],[-162.178782,59.990424],[-162.196238,60.008246],[-162.209828,60.025458],[-162.231068,60.064399],[-162.240061,60.089789],[-162.234364,60.101223],[-162.22407,60.105455],[-162.214182,60.115627],[-162.206654,60.127997],[-162.203603,60.138739],[-162.203196,60.147528],[-162.203562,60.153306],[-162.207387,60.159613],[-162.245554,60.19477],[-162.25141,60.201419],[-162.221262,60.20185],[-162.186269,60.209866],[-162.161563,60.216367],[-162.161159,60.232478],[-162.156606,60.244371],[-162.149037,60.245185],[-162.161692,60.250678],[-162.175242,60.250637],[-162.203603,60.245185],[-162.20051,60.241523],[-162.198354,60.238267],[-162.181501,60.232506],[-162.181044,60.223119],[-162.210439,60.217963],[-162.248891,60.214748],[-162.278554,60.223456],[-162.272572,60.245185],[-162.290232,60.242499],[-162.298085,60.235907],[-162.30012,60.226996],[-162.299875,60.217231],[-162.297556,60.214179],[-162.292673,60.2119],[-162.28779,60.210761],[-162.285593,60.211086],[-162.284535,60.196967],[-162.285593,60.196763],[-162.291127,60.196601],[-162.298329,60.189195],[-162.30012,60.180487],[-162.289296,60.176337],[-162.257677,60.173847],[-162.236519,60.162752],[-162.228726,60.145586],[-162.23842,60.135617],[-162.26394,60.127294],[-162.288355,60.121594],[-162.297782,60.116424],[-162.317243,60.11306],[-162.337651,60.129653],[-162.343129,60.13939],[-162.366892,60.162543],[-162.372792,60.170356],[-162.374949,60.176337],[-162.362201,60.180908],[-162.353586,60.187567],[-162.347646,60.190619],[-162.340443,60.207668],[-162.341664,60.21898],[-162.350046,60.228949],[-162.364369,60.241767],[-162.412546,60.272528],[-162.430165,60.275214],[-162.44697,60.281968],[-162.45858,60.295086],[-162.442392,60.309588],[-162.390475,60.329466],[-162.333241,60.400214],[-162.319203,60.422593],[-162.313547,60.447211],[-162.30309,60.470852],[-162.278513,60.485663],[-162.249989,60.496649],[-162.227528,60.508979],[-162.224355,60.519355],[-162.227406,60.531928],[-162.228749,60.542426],[-162.220693,60.54682],[-162.21996,60.552151],[-162.222157,60.577948],[-162.22411,60.587836],[-162.207712,60.588935],[-162.19164,60.593899],[-162.109731,60.631415],[-162.097849,60.63935],[-162.06135,60.651028],[-161.967112,60.645657],[-161.942983,60.669745],[-161.957834,60.675279],[-161.96345,60.676581],[-161.944936,60.685004],[-161.88154,60.703925],[-161.910593,60.71369],[-161.938222,60.707668],[-161.965037,60.696357],[-162.072255,60.665229],[-162.094431,60.669745],[-162.088246,60.686916],[-162.115102,60.712795],[-162.153757,60.732489],[-162.183176,60.731147],[-162.129954,60.701402],[-162.121693,60.693996],[-162.121287,60.675238],[-162.123362,60.658922],[-162.133168,60.647406],[-162.183787,60.639635],[-162.237538,60.624742],[-162.261667,60.621324],[-162.276316,60.612942],[-162.284128,60.593655],[-162.289377,60.571926],[-162.296457,60.556464],[-162.299794,60.551174],[-162.306101,60.533189],[-162.365915,60.47663],[-162.374949,60.464911],[-162.377268,60.458197],[-162.379262,60.442532],[-162.382436,60.436957],[-162.394154,60.433092],[-162.428944,60.436957],[-162.441233,60.423407],[-162.436025,60.412543],[-162.424021,60.400214],[-162.415964,60.382392],[-162.452016,60.370754],[-162.464792,60.372382],[-162.456899,60.388577],[-162.464345,60.395982],[-162.49946,60.381985],[-162.509226,60.37287],[-162.497874,60.361274],[-162.512522,60.354926],[-162.53779,60.35102],[-162.549998,60.344468],[-162.559519,60.33747],[-162.56782,60.334174],[-162.5749,60.3369],[-162.580434,60.347602],[-162.585683,60.339423],[-162.590688,60.335354],[-162.597524,60.334052],[-162.608347,60.33393],[-162.608347,60.327094],[-162.576731,60.318305],[-162.566762,60.313463],[-162.591176,60.307034],[-162.600901,60.306627],[-162.562205,60.29385],[-162.5537,60.2862],[-162.55012,60.275865],[-162.552195,60.267157],[-162.560007,60.261135],[-162.573557,60.258857],[-162.703318,60.265692],[-162.657338,60.251695],[-162.55842,60.237494],[-162.469187,60.204901],[-162.450266,60.191067],[-162.453806,60.173163],[-162.481801,60.15058],[-162.493235,60.136786],[-162.497874,60.118232],[-162.492991,60.099189],[-162.483103,60.086615],[-162.475535,60.073432],[-162.477366,60.052802],[-162.485219,60.035386],[-162.496449,60.019721],[-162.510243,60.006741],[-162.525828,59.997504],[-162.578684,59.983873],[-162.63976,59.981391],[-162.700388,59.988837],[-162.751698,60.00495],[-162.752797,59.968248],[-162.807973,59.942572],[-163.087636,59.859117],[-163.316477,59.830268],[-163.614939,59.800849],[-163.877146,59.799547],[-164.098337,59.833686],[-164.128529,59.842678],[-164.159861,59.864569],[-164.187001,59.891506],[-164.204783,59.915595],[-164.21227,59.954983],[-164.183787,59.968655],[-164.094919,59.977688],[-164.094919,59.984524],[-164.106191,59.983791],[-164.116892,59.984442],[-164.126943,59.986802],[-164.136464,59.99136],[-164.130238,59.994086],[-164.114735,60.00495],[-164.146718,60.010443],[-164.200551,60.034329],[-164.348134,60.066474],[-164.385243,60.084906],[-164.399648,60.087551],[-164.412668,60.091783],[-164.43456,60.110582],[-164.441233,60.114814],[-164.444325,60.119086],[-164.479075,60.142157],[-164.488271,60.15058],[-164.495188,60.159857],[-164.495554,60.16885],[-164.4853,60.176337],[-164.4853,60.183743],[-164.512644,60.190619],[-164.564443,60.218492],[-164.614695,60.231879],[-164.643788,60.248277],[-164.661122,60.266425],[-164.649159,60.278713],[-164.656443,60.288072],[-164.673655,60.295152],[-164.677073,60.303209],[-164.673289,60.312201],[-164.649159,60.33393],[-164.714955,60.300605],[-164.753489,60.287095],[-164.783884,60.296373],[-164.808827,60.308092],[-164.988962,60.341376],[-165.005971,60.346747],[-165.038767,60.370185],[-165.071523,60.384833],[-165.10143,60.406684],[-165.12914,60.431708],[-165.143259,60.450629],[-165.121571,60.450507],[-165.053822,60.464911],[-165.033925,60.46662],[-165.023997,60.46898],[-165.019724,60.474555],[-165.018259,60.482367],[-165.014394,60.492825],[-165.008982,60.501939],[-165.002634,60.505845],[-164.983388,60.510077],[-164.973704,60.520413],[-164.974192,60.533637],[-164.985585,60.54682],[-165.010447,60.554511],[-165.160227,60.521959],[-165.174265,60.51553],[-165.195627,60.502265],[-165.22175,60.49901],[-165.36974,60.512112],[-165.384348,60.516913],[-165.431223,60.553046],[-165.411692,60.567532],[-165.383901,60.581041],[-165.354115,60.588446],[-165.31428,60.580878],[-165.297719,60.583075],[-165.281931,60.589097],[-165.270131,60.597724],[-165.258901,60.60871],[-165.24885,60.614651],[-165.203969,60.625393],[-165.171132,60.643052],[-165.118764,60.658637],[-165.080637,60.681708],[-165.023386,60.696682],[-164.999216,60.711371],[-164.989735,60.729682],[-164.996653,60.745185],[-165.030263,60.77619],[-165.031361,60.787014],[-165.01537,60.791449],[-164.994862,60.793199],[-164.982167,60.796332],[-164.971506,60.803046],[-164.924143,60.820543],[-164.874949,60.848782],[-164.897776,60.86933],[-164.94225,60.889635],[-164.958241,60.916815],[-164.937449,60.936469],[-164.915639,60.924465],[-164.895579,60.901679],[-164.87975,60.889472],[-164.871287,60.886176],[-164.848256,60.871649],[-164.834788,60.868354],[-164.819325,60.871405],[-164.780751,60.895697],[-164.753245,60.906195],[-164.711049,60.917182],[-164.668406,60.92178],[-164.639516,60.913316],[-164.642079,60.899888],[-164.685658,60.867621],[-164.697581,60.854682],[-164.669138,60.825751],[-164.596384,60.818915],[-164.464833,60.820543],[-164.429026,60.8039],[-164.416371,60.800116],[-164.375437,60.800116],[-164.357493,60.793687],[-164.351552,60.79267],[-164.283559,60.79267],[-164.270823,60.787909],[-164.26769,60.77676],[-164.268178,60.763373],[-164.266225,60.752346],[-164.259633,60.742133],[-164.252187,60.734931],[-164.241404,60.731147],[-164.224599,60.731147],[-164.235463,60.723212],[-164.235544,60.712633],[-164.228627,60.701117],[-164.218373,60.690172],[-164.320017,60.662299],[-164.328236,60.656684],[-164.33141,60.652411],[-164.337839,60.640286],[-164.341298,60.635647],[-164.341908,60.632758],[-164.340566,60.624091],[-164.341298,60.621324],[-164.345652,60.620266],[-164.357126,60.622016],[-164.361765,60.621324],[-164.370188,60.617865],[-164.38679,60.613511],[-164.395945,60.608303],[-164.399403,60.603217],[-164.406077,60.586859],[-164.410227,60.58039],[-164.416453,60.576728],[-164.444325,60.567328],[-164.420359,60.554267],[-164.397165,60.56037],[-164.35497,60.594062],[-164.299306,60.627021],[-164.283559,60.63935],[-164.259348,60.653266],[-164.228831,60.658026],[-164.163157,60.656684],[-164.135081,60.663723],[-164.119618,60.680569],[-164.101755,60.718166],[-164.084299,60.734565],[-164.062611,60.747952],[-164.019765,60.766547],[-163.986318,60.776313],[-163.955637,60.779853],[-163.888783,60.779608],[-163.865671,60.777045],[-163.838694,60.769029],[-163.816233,60.755113],[-163.806874,60.734931],[-163.815175,60.714667],[-163.82905,60.698188],[-163.831776,60.683783],[-163.806874,60.669745],[-163.817494,60.659613],[-163.828847,60.650946],[-163.836171,60.639553],[-163.834828,60.621324],[-163.826039,60.607164],[-163.811106,60.59394],[-163.794382,60.584174],[-163.779897,60.58039],[-163.731435,60.582709],[-163.686472,60.589748],[-163.643544,60.601549],[-163.464304,60.676581],[-163.43578,60.697455],[-163.429148,60.716986],[-163.441884,60.735297],[-163.471669,60.752346],[-163.45934,60.754096],[-163.409006,60.752346],[-163.424306,60.764716],[-163.54365,60.810004],[-163.861521,60.854682],[-163.912831,60.849595],[-163.930409,60.854682],[-163.852854,60.883246],[-163.808949,60.892524],[-163.76594,60.889472],[-163.718251,60.871324],[-163.697621,60.868354],[-163.57844,60.884101],[-163.562734,60.890123],[-163.55602,60.89997],[-163.563588,60.913316],[-163.579457,60.919867],[-163.725087,60.932359],[-163.756418,60.945258],[-163.745432,60.964545],[-163.723704,60.95661],[-163.701975,60.964301],[-163.683054,60.978949],[-163.669667,60.991889],[-163.704091,60.999661],[-163.768788,60.980455],[-163.800038,60.978217],[-163.795969,60.957709],[-163.812367,60.951972],[-163.837148,60.950019],[-163.858103,60.940985],[-163.867177,60.934149],[-163.886667,60.927965],[-163.895619,60.923],[-163.902089,60.915229],[-163.907948,60.899848],[-163.913319,60.892564],[-163.957509,60.86815],[-164.007069,60.862209],[-164.135365,60.867133],[-164.363759,60.872056],[-164.564443,60.854682],[-164.573232,60.857611],[-164.593007,60.871487],[-164.60261,60.8758],[-164.584543,60.900092],[-164.585886,60.910061],[-164.60261,60.923],[-164.628041,60.932318],[-164.714955,60.937242],[-164.726755,60.935004],[-164.744985,60.925238],[-164.767934,60.919827],[-164.788279,60.905707],[-164.797556,60.902533],[-164.81489,60.908108],[-164.838328,60.937445],[-164.855824,60.950873],[-164.879465,60.957424],[-164.907094,60.958726],[-164.934682,60.956122],[-164.958241,60.950873],[-165.015248,60.921047],[-165.036814,60.916815],[-165.081492,60.917385],[-165.128977,60.923489],[-165.170766,60.941596],[-165.198476,60.978217],[-165.118153,61.013251],[-165.088612,61.019843],[-164.974192,61.025336],[-164.950795,61.019843],[-164.95283,61.057034],[-164.950795,61.067572],[-164.940053,61.083808],[-164.927195,61.086982],[-164.864491,61.079779],[-164.857004,61.082343],[-164.845286,61.091213],[-164.82787,61.099555],[-164.785756,61.104315],[-164.766469,61.108588],[-164.783396,61.120022],[-164.814565,61.11872],[-164.876332,61.108588],[-164.930979,61.114732],[-164.999216,61.114732],[-165.012563,61.106269],[-165.005564,61.08747],[-165.004018,61.068671],[-165.033681,61.060126],[-165.058705,61.062893],[-165.084828,61.070258],[-165.109364,61.081],[-165.129587,61.094306],[-165.12975,61.106635],[-165.175242,61.121772],[-165.191029,61.136461],[-165.168691,61.145697],[-165.146555,61.149726],[-165.129506,61.156643],[-165.11559,61.190579],[-165.0985,61.20307],[-165.060658,61.218451],[-165.143259,61.259426],[-165.131703,61.241848],[-165.119252,61.230373],[-165.103586,61.223131],[-165.082387,61.218451],[-165.102773,61.208441],[-165.120473,61.205959],[-165.136098,61.200995],[-165.150014,61.183661],[-165.148264,61.177151],[-165.143992,61.167711],[-165.144399,61.159369],[-165.15685,61.155748],[-165.211497,61.149563],[-165.346873,61.197089],[-165.36974,61.200751],[-165.362742,61.212795],[-165.326772,61.231635],[-165.293324,61.254828],[-165.271921,61.259589],[-165.225453,61.259426],[-165.212717,61.265204],[-165.206654,61.279242],[-165.204783,61.296088],[-165.204661,61.310614],[-165.208363,61.326809],[-165.219106,61.331692],[-165.259877,61.328315],[-165.259877,61.334459],[-165.225779,61.348131],[-165.182566,61.351955],[-165.171132,61.354967],[-165.157786,61.36579],[-165.161855,61.373684],[-165.172109,61.382473],[-165.177358,61.395941],[-165.158762,61.418647],[-165.076243,61.419379],[-165.047678,61.436957],[-165.061391,61.446967],[-165.05781,61.451728],[-165.006052,61.46483],[-165.005198,61.466864],[-165.004262,61.471137],[-165.002512,61.475775],[-164.999216,61.479153],[-164.967722,61.489569],[-164.868886,61.498969],[-164.847239,61.497626],[-164.841542,61.498969],[-164.840688,61.502753],[-164.842478,61.515692],[-164.841542,61.519477],[-164.829945,61.525336],[-164.818105,61.528632],[-164.786936,61.533759],[-164.763376,61.541693],[-164.74767,61.554674],[-164.743113,61.571031],[-164.752797,61.588935],[-164.690745,61.601386],[-164.708201,61.617418],[-164.72407,61.625556],[-164.742258,61.628363],[-164.766469,61.62873],[-164.760569,61.626166],[-164.752268,61.621243],[-164.745961,61.615058],[-164.745961,61.608832],[-164.755238,61.602362],[-164.76537,61.601955],[-164.77599,61.603095],[-164.786936,61.601386],[-164.802195,61.59162],[-164.821116,61.567857],[-164.877634,61.526028],[-164.896189,61.519477],[-164.966746,61.516588],[-164.990915,61.511379],[-165.008616,61.503485],[-165.016225,61.496527],[-165.021067,61.488023],[-165.030263,61.475735],[-165.039866,61.470893],[-165.050649,61.472642],[-165.061594,61.476793],[-165.071523,61.479153],[-165.085764,61.476264],[-165.086903,61.469184],[-165.083201,61.46015],[-165.082224,61.445014],[-165.079091,61.441067],[-165.079172,61.437079],[-165.088612,61.430732],[-165.099924,61.428656],[-165.111928,61.431098],[-165.123362,61.434882],[-165.133005,61.436957],[-165.154734,61.433417],[-165.186106,61.416246],[-165.204661,61.410224],[-165.195383,61.389635],[-165.191029,61.382961],[-165.205678,61.37637],[-165.23823,61.367743],[-165.253123,61.361802],[-165.263132,61.354193],[-165.271596,61.345649],[-165.281077,61.338365],[-165.294057,61.334459],[-165.280466,61.318671],[-165.261423,61.31745],[-165.24238,61.320624],[-165.228871,61.31745],[-165.227122,61.308905],[-165.231516,61.299384],[-165.233754,61.287746],[-165.225779,61.273098],[-165.267934,61.270006],[-165.312937,61.260891],[-165.355458,61.245754],[-165.390248,61.224595],[-165.399607,61.195624],[-165.369496,61.175971],[-165.346384,61.156724],[-165.376576,61.129096],[-165.368235,61.121243],[-165.364207,61.1081],[-165.362986,61.077541],[-165.373728,61.071601],[-165.397817,61.073472],[-165.437449,61.081244],[-165.512807,61.086982],[-165.54719,61.093899],[-165.582102,61.108588],[-165.605092,61.124498],[-165.621693,61.1435],[-165.632192,61.165676],[-165.636708,61.191107],[-165.634511,61.190253],[-165.629832,61.191311],[-165.625193,61.194648],[-165.623036,61.200751],[-165.626291,61.204657],[-165.633249,61.208889],[-165.640248,61.214179],[-165.643503,61.221503],[-165.643992,61.238511],[-165.642161,61.248928],[-165.632517,61.253404],[-165.609975,61.25259],[-165.62328,61.262152],[-165.628,61.271796],[-165.623728,61.280463],[-165.609975,61.287299],[-165.64094,61.288398],[-165.699452,61.303412],[-165.828725,61.312974],[-165.855784,61.320868],[-165.87678,61.336575],[-165.921254,61.399359],[-165.918324,61.41474],[-165.891103,61.428778],[-165.835317,61.444322],[-165.803171,61.449286],[-165.790273,61.452867],[-165.7801,61.457994],[-165.77123,61.466539],[-165.767283,61.475531],[-165.766306,61.485053],[-165.766428,61.495266],[-165.776967,61.515815],[-165.802073,61.528144],[-165.855784,61.539984],[-165.868153,61.544664],[-165.890818,61.556789],[-165.904164,61.561021],[-165.923899,61.562161],[-166.050404,61.543402],[-166.085683,61.532213],[-166.096018,61.519477],[-166.088612,61.514472],[-166.065623,61.510443],[-166.054392,61.505805],[-166.106191,61.498521],[-166.138254,61.516099],[-166.195302,61.585598],[-166.199941,61.59455],[-166.196156,61.602362],[-166.189443,61.60932],[-166.185374,61.615668],[-166.185374,61.656684],[-166.180857,61.673529],[-166.172678,61.694648],[-166.160512,61.713935],[-166.144399,61.725531],[-166.155873,61.665839],[-166.154042,61.656684],[-166.147328,61.653754],[-166.128245,61.640448],[-166.116444,61.636135],[-166.056223,61.642401],[-166.044179,61.646145],[-166.019602,61.657131],[-165.782419,61.684068],[-165.766428,61.690823],[-165.77953,61.696357],[-165.828481,61.690823],[-165.841542,61.693061],[-165.860219,61.70185],[-165.870066,61.705064],[-165.883534,61.706],[-165.911204,61.704169],[-165.924672,61.705064],[-165.936594,61.709459],[-165.957957,61.722724],[-165.965647,61.725531],[-166.003367,61.734931],[-166.044301,61.75849],[-166.080149,61.789496],[-166.102773,61.821112],[-165.975901,61.835395],[-165.911,61.827948],[-165.849314,61.836086],[-165.828481,61.835395],[-165.79308,61.82685],[-165.7801,61.827948],[-165.743031,61.845608],[-165.726064,61.848456],[-165.60908,61.851304],[-165.588246,61.862128],[-165.610178,61.864447],[-165.644114,61.89525],[-165.68932,61.910305],[-165.709788,61.927436],[-165.739084,61.965074],[-165.750356,61.984442],[-165.758494,62.005276],[-165.759511,62.025621],[-165.730946,62.076483],[-165.713735,62.085273],[-165.710317,62.095038],[-165.708811,62.106635],[-165.705556,62.116604],[-165.691965,62.130072],[-165.668406,62.148098],[-165.641916,62.163804],[-165.594594,62.17829],[-165.447703,62.302883],[-165.344594,62.366034],[-165.334828,62.375718],[-165.314524,62.403957],[-165.296742,62.421332],[-165.273549,62.437445],[-165.184641,62.477444],[-165.133046,62.515692],[-165.095693,62.529771],[-165.055735,62.538275],[-165.020334,62.541083],[-164.930979,62.533677],[-164.8874,62.53913],[-164.867869,62.538031],[-164.848988,62.527493],[-164.8603,62.520006],[-164.867421,62.510688],[-164.867055,62.500963],[-164.855824,62.492743],[-164.848134,62.477932],[-164.810902,62.469428],[-164.735707,62.464789],[-164.723337,62.461168],[-164.701772,62.443752],[-164.690745,62.437445],[-164.671824,62.434556],[-164.608835,62.437445],[-164.650461,62.42536],[-164.665598,62.418769],[-164.695058,62.39647],[-164.71349,62.386176],[-164.733632,62.37873],[-164.706003,62.379584],[-164.685658,62.386542],[-164.650136,62.414984],[-164.640981,62.419989],[-164.629954,62.423814],[-164.597605,62.423407],[-164.581899,62.426174],[-164.574696,62.437445],[-164.586537,62.45482],[-164.615712,62.46015],[-164.670277,62.461982],[-164.677113,62.474351],[-164.662302,62.489936],[-164.629954,62.51317],[-164.647206,62.512519],[-164.657908,62.51024],[-164.677073,62.499579],[-164.693593,62.485053],[-164.705068,62.479071],[-164.714955,62.482123],[-164.742869,62.496405],[-164.81074,62.486274],[-164.841542,62.492743],[-164.800364,62.523586],[-164.794423,62.533677],[-164.800608,62.547187],[-164.816233,62.555569],[-164.835398,62.559801],[-164.852488,62.560981],[-164.857981,62.563625],[-164.85497,62.569403],[-164.845286,62.578315],[-164.834706,62.584377],[-164.821482,62.586615],[-164.794423,62.588324],[-164.704701,62.612494],[-164.479075,62.745917],[-164.504262,62.750312],[-164.539784,62.738837],[-164.574941,62.719916],[-164.61262,62.69302],[-164.663442,62.67829],[-164.740346,62.634467],[-164.779124,62.618964],[-164.813222,62.620185],[-164.827952,62.65412],[-164.83198,62.682196],[-164.843251,62.705146],[-164.860707,62.723822],[-164.883168,62.739081],[-164.873036,62.743883],[-164.866689,62.749254],[-164.866892,62.754706],[-164.876332,62.759589],[-164.87324,62.764065],[-164.871571,62.767646],[-164.868845,62.770941],[-164.86266,62.773871],[-164.870229,62.776679],[-164.890004,62.786933],[-164.873158,62.792182],[-164.85908,62.794867],[-164.844919,62.795478],[-164.827952,62.794379],[-164.792104,62.786933],[-164.776112,62.78852],[-164.766469,62.801215],[-164.83259,62.808905],[-164.861765,62.819525],[-164.883168,62.841539],[-164.859324,62.854071],[-164.852488,62.85578],[-164.849233,62.859931],[-164.848134,62.879706],[-164.845286,62.886868],[-164.833852,62.899156],[-164.816111,62.927191],[-164.753407,62.990953],[-164.7235,63.012926],[-164.690745,63.027086],[-164.662587,63.03205],[-164.528188,63.034735],[-164.516672,63.030219],[-164.509226,63.025214],[-164.487375,63.015815],[-164.478464,63.014106],[-164.472646,63.016913],[-164.468739,63.023261],[-164.46288,63.029853],[-164.451161,63.033352],[-164.441599,63.031887],[-164.410227,63.02025],[-164.400706,63.020575],[-164.384348,63.025214],[-164.376088,63.023668],[-164.35497,63.014106],[-164.333689,63.009019],[-164.32433,63.009101],[-164.313954,63.014106],[-164.3308,63.041409],[-164.350901,63.059638],[-164.376658,63.070502],[-164.522817,63.088324],[-164.539906,63.10224],[-164.549143,63.116197],[-164.562449,63.122545],[-164.595164,63.130113],[-164.579091,63.14057],[-164.521799,63.161119],[-164.50239,63.164944],[-164.487782,63.170722],[-164.423533,63.20897],[-164.365834,63.229193],[-164.145375,63.262152],[-163.994578,63.256252],[-163.827382,63.21955],[-163.767323,63.224758],[-163.752268,63.222642],[-163.729237,63.216783],[-163.724558,63.213121],[-163.732411,63.205878],[-163.723093,63.199937],[-163.702463,63.193305],[-163.694203,63.188178],[-163.683461,63.173489],[-163.676747,63.167426],[-163.646555,63.158922],[-163.638295,63.145453],[-163.643381,63.131293],[-163.663523,63.123358],[-163.663523,63.116523],[-163.634633,63.120185],[-163.58849,63.135077],[-163.567332,63.136949],[-163.541819,63.128811],[-163.564524,63.118069],[-163.602528,63.105618],[-163.622548,63.092271],[-163.655955,63.06037],[-163.791941,63.021918],[-163.806874,62.986151],[-163.762441,63.015204],[-163.652903,63.045071],[-163.600819,63.068061],[-163.556956,63.104722],[-163.528554,63.116685],[-163.491322,63.101793],[-163.440663,63.096015],[-163.395985,63.068061],[-163.36616,63.038275],[-163.350535,63.030829],[-163.290151,63.048814],[-163.093984,63.057359],[-163.073842,63.061265],[-163.034006,63.079088],[-163.013051,63.084662],[-162.988718,63.099555],[-162.981394,63.105943],[-162.969228,63.114407],[-162.923044,63.123358],[-162.880808,63.140937],[-162.861318,63.152289],[-162.84789,63.164944],[-162.844065,63.174628],[-162.845896,63.188951],[-162.841135,63.198432],[-162.833852,63.204901],[-162.806345,63.21955],[-162.696645,63.229193],[-162.596506,63.276679],[-162.428944,63.403876],[-162.408803,63.425727],[-162.401601,63.43122],[-162.361887,63.447821],[-162.351064,63.455715],[-162.330637,63.466864],[-162.303171,63.476752],[-162.280019,63.489081],[-162.272572,63.507514],[-162.313547,63.534247],[-162.309438,63.546576],[-162.293202,63.55036],[-162.251454,63.548529],[-162.237253,63.546291],[-162.207021,63.536526],[-162.176218,63.532538],[-162.134755,63.521186],[-162.099558,63.518988],[-162.084218,63.514716],[-162.059641,63.496039],[-162.046091,63.49022],[-162.031443,63.48664],[-162.018056,63.485826],[-162.037587,63.48428],[-162.054677,63.474311],[-162.070668,63.461737],[-162.086985,63.452338],[-162.106923,63.447821],[-162.148997,63.444078],[-162.168894,63.438666],[-162.168894,63.43122],[-161.914622,63.450426],[-161.660349,63.469631],[-161.620798,63.466539],[-161.589589,63.458075],[-161.573435,63.45539],[-161.557444,63.457343],[-161.511586,63.472805],[-161.496409,63.47427],[-161.483469,63.473456],[-161.470896,63.469875],[-161.456654,63.462836],[-161.440541,63.460191],[-161.422841,63.465725],[-161.404856,63.473944],[-161.388051,63.47956],[-161.186269,63.505561],[-161.056508,63.574408],[-161.045481,63.585761],[-161.033884,63.610053],[-161.00654,63.621772],[-160.974802,63.628241],[-160.9499,63.636664],[-160.892527,63.684882],[-160.849924,63.69831],[-160.827097,63.713528],[-160.791575,63.746527],[-160.766957,63.824123],[-160.805043,63.904486],[-160.928782,64.048163],[-160.945261,64.096015],[-160.95165,64.206285],[-160.973459,64.250474],[-160.995351,64.265692],[-161.063425,64.295844],[-161.089833,64.301418],[-161.115915,64.310004],[-161.175526,64.350898],[-161.203114,64.364081],[-161.203114,64.370307],[-161.193959,64.371161],[-161.1881,64.373765],[-161.175771,64.383979],[-161.194692,64.392076],[-161.238026,64.398098],[-161.257761,64.405097],[-161.244252,64.410102],[-161.226755,64.411811],[-161.188832,64.411282],[-161.188832,64.418118],[-161.331776,64.417548],[-161.429433,64.433295],[-161.457997,64.431708],[-161.483632,64.424872],[-161.498402,64.414537],[-161.508982,64.402167],[-161.520701,64.392524],[-161.538889,64.390774],[-161.538889,64.39765],[-161.52599,64.429104],[-161.518422,64.438544],[-161.503855,64.448432],[-161.493723,64.45185],[-161.485707,64.457099],[-161.477406,64.472724],[-161.473378,64.488186],[-161.471913,64.499742],[-161.468088,64.509955],[-161.45698,64.521145],[-161.440419,64.52912],[-161.41393,64.537543],[-161.387522,64.54206],[-161.370717,64.538153],[-161.340403,64.523993],[-161.093332,64.50259],[-161.035024,64.507758],[-161.004465,64.527981],[-161.068593,64.544623],[-161.085927,64.552558],[-160.973459,64.555854],[-160.957997,64.558824],[-160.947336,64.566067],[-160.938466,64.574856],[-160.928782,64.582587],[-160.833974,64.617336],[-160.803171,64.643378],[-160.790273,64.707709],[-160.788157,64.712714],[-160.787709,64.717841],[-160.791575,64.725898],[-160.801503,64.736396],[-160.825429,64.748928],[-160.836619,64.757636],[-160.884714,64.810126],[-160.901438,64.82274],[-160.916005,64.828681],[-160.96349,64.835842],[-161.003367,64.854885],[-161.044382,64.862535],[-161.146474,64.918199],[-161.155344,64.925198],[-161.13329,64.924018],[-161.085764,64.912991],[-161.066233,64.915229],[-161.029612,64.931464],[-161.010081,64.937242],[-160.990834,64.939439],[-161.003855,64.944566],[-161.020131,64.947211],[-161.037099,64.947577],[-161.052235,64.945624],[-161.056752,64.942816],[-161.060048,64.934475],[-161.062856,64.932603],[-161.182566,64.939521],[-161.210561,64.932603],[-161.207102,64.909735],[-161.229441,64.895982],[-161.307607,64.872016],[-161.315907,64.865424],[-161.322255,64.845526],[-161.330068,64.837714],[-161.340199,64.831936],[-161.361806,64.826361],[-161.366933,64.818752],[-161.3697,64.809719],[-161.373769,64.802314],[-161.395253,64.78677],[-161.408803,64.779486],[-161.42219,64.774359],[-161.444081,64.770738],[-161.489451,64.77025],[-161.511586,64.767524],[-161.523997,64.762112],[-161.534657,64.755072],[-161.545766,64.750881],[-161.559397,64.753852],[-161.564402,64.770413],[-161.644846,64.783759],[-161.672353,64.791734],[-161.701243,64.811754],[-161.733591,64.820746],[-161.806386,64.82274],[-161.782908,64.81684],[-161.740915,64.798],[-161.71642,64.794867],[-161.896311,64.753974],[-161.949778,64.725898],[-161.931752,64.718655],[-161.914133,64.722113],[-161.88154,64.74022],[-161.861399,64.747952],[-161.79955,64.761298],[-161.812082,64.752997],[-161.849802,64.736396],[-161.864125,64.733385],[-161.865793,64.730943],[-161.884958,64.716295],[-161.895457,64.711737],[-161.92394,64.712104],[-161.982533,64.70307],[-162.080881,64.721096],[-162.121693,64.712877],[-162.107777,64.709418],[-162.079091,64.705471],[-162.066477,64.699286],[-162.142812,64.696234],[-162.177358,64.688178],[-162.209828,64.671942],[-162.219431,64.6647],[-162.247182,64.634589],[-162.257639,64.625718],[-162.270212,64.619289],[-162.318064,64.612982],[-162.51122,64.558661],[-162.556833,64.532213],[-162.583119,64.520697],[-162.607167,64.506781],[-162.621409,64.487006],[-162.621571,64.475572],[-162.614207,64.456204],[-162.614573,64.44599],[-162.622792,64.437323],[-162.635325,64.429267],[-162.643422,64.420152],[-162.638743,64.408149],[-162.642649,64.394436],[-162.734609,64.367174],[-162.756296,64.352118],[-162.781321,64.343695],[-162.804392,64.347805],[-162.820017,64.370307],[-162.820749,64.385932],[-162.816843,64.397935],[-162.8155,64.408922],[-162.82372,64.421536],[-162.844431,64.444078],[-162.855417,64.452216],[-162.874623,64.459662],[-162.861318,64.486518],[-162.85029,64.493394],[-162.827463,64.49315],[-162.827463,64.500637],[-162.869496,64.513332],[-162.896189,64.518012],[-162.921742,64.531684],[-162.933583,64.534735],[-162.940541,64.537665],[-162.960561,64.551256],[-162.970815,64.555854],[-162.990468,64.558336],[-163.053334,64.555854],[-163.053334,64.562079],[-163.045155,64.562812],[-163.025461,64.569525],[-163.056589,64.592108],[-163.107126,64.608222],[-163.147654,64.627143],[-163.148997,64.658271],[-163.214792,64.654527],[-163.242502,64.648383],[-163.358591,64.603746],[-163.38976,64.596869],[-163.38976,64.590033],[-163.368153,64.587795],[-163.313466,64.562079],[-163.291371,64.557522],[-163.211008,64.555854],[-163.194081,64.547431],[-163.162302,64.52204],[-163.142771,64.51496],[-163.118153,64.514228],[-163.039744,64.521145],[-163.048695,64.516181],[-163.052968,64.509955],[-163.052358,64.502265],[-163.046498,64.49315],[-163.09675,64.475816],[-163.114613,64.461005],[-163.121653,64.435126],[-163.134999,64.412543],[-163.165883,64.41059],[-163.200429,64.419989],[-163.22468,64.431708],[-163.279286,64.485745],[-163.299794,64.49315],[-163.330637,64.496568],[-163.357411,64.505194],[-163.409006,64.527981],[-163.53657,64.564521],[-163.678538,64.58633],[-163.817128,64.590033],[-163.971384,64.569525],[-164.389109,64.569525],[-164.266225,64.575751],[-164.341868,64.590033],[-164.65038,64.502265],[-164.745961,64.49315],[-164.725453,64.50259],[-164.656606,64.521145],[-164.691721,64.531317],[-164.807444,64.521145],[-164.836252,64.514797],[-164.885691,64.491523],[-164.909861,64.49315],[-164.902659,64.510565],[-164.908152,64.523993],[-164.921457,64.532416],[-164.937815,64.534735],[-164.937815,64.527981],[-164.930857,64.525133],[-164.924143,64.521145],[-164.932362,64.512763],[-164.942006,64.507554],[-164.952952,64.505805],[-164.965077,64.507473],[-164.953969,64.494371],[-164.93517,64.486477],[-164.914052,64.480373],[-164.896189,64.472724],[-164.924143,64.459662],[-164.842519,64.461412],[-164.801096,64.467475],[-164.766469,64.48017],[-164.796457,64.463446],[-164.837107,64.455227],[-165.035512,64.44831],[-165.446238,64.511868],[-165.877512,64.548245],[-166.00239,64.571438],[-166.189687,64.585191],[-166.370351,64.637844],[-166.446034,64.691474],[-166.483469,64.729641],[-166.474623,64.748138],[-166.474737,64.770955],[-166.478017,64.789618],[-166.480377,64.80201],[-166.470067,64.807367],[-166.439208,64.810216],[-166.39391,64.82274],[-166.386057,64.827338],[-166.385569,64.836005],[-166.391713,64.841376],[-166.403879,64.835842],[-166.410157,64.85453],[-166.408835,64.869549],[-166.390207,64.898505],[-166.407948,64.904446],[-166.432932,64.921617],[-166.471018,64.930365],[-166.504832,64.951117],[-166.527333,64.953111],[-166.515248,64.937812],[-166.444814,64.898505],[-166.467478,64.907416],[-166.525706,64.936469],[-166.579722,64.952969],[-166.684529,64.98218],[-166.700066,64.994006],[-166.69535,65.007665],[-166.687376,65.022827],[-166.711389,65.043713],[-166.74951,65.06201],[-166.82905,65.082831],[-166.878611,65.102729],[-166.961531,65.154359],[-166.957387,65.178127],[-166.939572,65.220765],[-166.926974,65.242897],[-166.910186,65.264533],[-166.894316,65.276364],[-166.880238,65.28205],[-166.852773,65.277899],[-166.861765,65.267483],[-166.889357,65.23846],[-166.9059,65.220569],[-166.918247,65.202182],[-166.932078,65.16885],[-166.917658,65.154386],[-166.904224,65.150911],[-166.890452,65.15176],[-166.876169,65.149115],[-166.844228,65.136298],[-166.754262,65.115627],[-166.712636,65.112942],[-166.656728,65.125067],[-166.609975,65.122301],[-166.579539,65.12995],[-166.559316,65.130683],[-166.54719,65.136908],[-166.542917,65.136868],[-166.538645,65.136298],[-166.534169,65.137437],[-166.53364,65.140041],[-166.534779,65.149156],[-166.534169,65.15176],[-166.485829,65.17357],[-166.469228,65.189276],[-166.47643,65.21011],[-166.488718,65.23428],[-166.469228,65.244574],[-166.403879,65.254136],[-166.391794,65.26024],[-166.381947,65.266995],[-166.371287,65.272528],[-166.356679,65.275214],[-166.341797,65.266719],[-166.32358,65.255457],[-166.2516,65.258057],[-166.124574,65.234274],[-166.090635,65.231044],[-166.056451,65.232976],[-166.031188,65.243104],[-166.07665,65.263579],[-166.14041,65.285693],[-166.227894,65.301618],[-166.310131,65.312188],[-166.348464,65.309279],[-166.373769,65.305325],[-166.434055,65.318724],[-166.502797,65.336249],[-166.64705,65.351326],[-166.938303,65.385077],[-166.923044,65.378323],[-166.913011,65.370791],[-166.870098,65.360781],[-166.812409,65.353567],[-166.72588,65.342075],[-166.649936,65.32682],[-166.766921,65.335763],[-166.863588,65.35132],[-167.00045,65.378116],[-167.184296,65.393241],[-167.398555,65.401082],[-167.604327,65.453419],[-167.643123,65.475886],[-167.722118,65.504658],[-167.822958,65.523838],[-167.887016,65.547614],[-168.032175,65.573432],[-168.052439,65.580024],[-168.060374,65.584906],[-168.081003,65.591498],[-168.090281,65.596747],[-168.09557,65.603502],[-168.100942,65.618232],[-168.103871,65.624091],[-168.127797,65.642157],[-168.131215,65.648261],[-168.132192,65.652899],[-168.137441,65.665025],[-168.134877,65.669827],[-168.126291,65.672797],[-168.124379,65.67593],[-168.115427,65.685981],[-168.071604,65.707099],[-167.98115,65.7331],[-167.924019,65.748608],[-167.88208,65.75544],[-167.866811,65.74901],[-167.877878,65.738511],[-167.891347,65.733954],[-167.909413,65.73078],[-167.940867,65.716702],[-167.990956,65.709133],[-168.028025,65.696763],[-168.056711,65.677232],[-168.062937,65.651353],[-168.039866,65.635932],[-168.000437,65.642564],[-167.925486,65.665025],[-167.894887,65.670233],[-167.856068,65.683539],[-167.826243,65.701361],[-167.822743,65.720282],[-167.580922,65.720689],[-167.531239,65.726142],[-167.5006,65.74079],[-167.496571,65.765448],[-167.524403,65.77383],[-167.559193,65.778713],[-167.576365,65.792548],[-167.561025,65.808905],[-167.525136,65.8133],[-167.45283,65.809719],[-167.468332,65.816352],[-167.485219,65.821031],[-167.502919,65.82331],[-167.521108,65.822699],[-167.521108,65.830146],[-167.345937,65.898586],[-167.288319,65.905219],[-167.282419,65.894599],[-167.26122,65.882961],[-167.213246,65.864325],[-167.182851,65.858222],[-167.151112,65.859809],[-167.059885,65.877631],[-166.986399,65.908637],[-166.893422,65.929389],[-166.87682,65.946845],[-166.973012,65.974189],[-166.928049,65.9914],[-166.897328,65.996039],[-166.852162,66.008124],[-166.835805,66.015082],[-166.847646,66.009182],[-166.859609,66.004706],[-166.869944,65.998603],[-166.87682,65.987779],[-166.855458,65.987494],[-166.815867,65.981838],[-166.794871,65.987779],[-166.800364,65.992255],[-166.810007,66.003119],[-166.815378,66.007636],[-166.800649,66.012763],[-166.760732,66.042426],[-166.724965,66.061347],[-166.535634,66.119452],[-166.460805,66.128648],[-166.408152,66.147935],[-166.357493,66.156562],[-166.310902,66.17536],[-166.287465,66.179633],[-166.184926,66.174994],[-166.138499,66.166734],[-166.089182,66.152289],[-166.108713,66.152248],[-166.145131,66.156562],[-166.164255,66.152289],[-166.093699,66.125312],[-165.754994,66.105292],[-165.500111,66.152289],[-165.516225,66.164984],[-165.540639,66.173489],[-165.611765,66.182929],[-165.710886,66.212633],[-165.765981,66.22016],[-165.848948,66.22012],[-165.873972,66.225572],[-165.889963,66.241034],[-165.872874,66.263414],[-165.838694,66.288967],[-165.766428,66.323635],[-165.48766,66.402289],[-165.363515,66.418931],[-165.335317,66.429429],[-165.305735,66.436957],[-165.105214,66.445299],[-165.074941,66.440253],[-165.076609,66.436347],[-165.077585,66.433173],[-165.07905,66.429918],[-165.082387,66.426011],[-165.07372,66.415025],[-165.06196,66.407538],[-165.048166,66.402533],[-165.033396,66.399319],[-165.02656,66.422512],[-165.006337,66.430854],[-164.980906,66.433783],[-164.958241,66.440253],[-164.955759,66.444648],[-164.950551,66.46015],[-164.944651,66.466986],[-164.931142,66.472235],[-164.898752,66.478339],[-164.731313,66.53266],[-164.718088,66.556342],[-164.522654,66.582424],[-164.274363,66.602281],[-163.986399,66.61225],[-163.736318,66.603461],[-163.67573,66.592231],[-163.628733,66.570014],[-163.908152,66.584133],[-163.930124,66.585761],[-163.920888,66.573188],[-163.882883,66.569485],[-163.806874,66.570014],[-163.786814,66.560492],[-163.771799,66.545071],[-163.7624,66.525824],[-163.759104,66.504828],[-163.766469,66.485419],[-163.784617,66.470893],[-163.864247,66.436469],[-163.868967,66.429429],[-163.872141,66.420071],[-163.879628,66.411119],[-163.888499,66.403876],[-163.895619,66.399319],[-163.885203,66.379869],[-163.888173,66.366645],[-163.894846,66.354234],[-163.895619,66.337226],[-163.868967,66.309312],[-163.870432,66.308295],[-163.8697,66.302639],[-163.86498,66.295315],[-163.854685,66.289455],[-163.876576,66.265937],[-163.918772,66.246487],[-163.964955,66.232978],[-163.999257,66.227362],[-164.054067,66.226996],[-164.078236,66.222602],[-164.098337,66.210354],[-164.12031,66.204006],[-164.17573,66.208157],[-164.191111,66.193305],[-164.032094,66.192125],[-163.985666,66.206936],[-163.990549,66.189154],[-163.977488,66.183539],[-163.959788,66.186998],[-163.950876,66.196357],[-163.945749,66.208686],[-163.933176,66.212348],[-163.91747,66.210679],[-163.903066,66.206936],[-163.890492,66.167629],[-163.85497,66.133734],[-163.807485,66.107245],[-163.759104,66.090237],[-163.680491,66.078599],[-163.35436,66.097642],[-163.338735,66.093329],[-163.304311,66.079047],[-163.286448,66.075914],[-163.121653,66.07038],[-163.040476,66.079169],[-163.000844,66.087836],[-162.963694,66.100775],[-162.947703,66.103502],[-162.864491,66.098049],[-162.784169,66.105373],[-162.758534,66.111314],[-162.76476,66.103909],[-162.710764,66.085517],[-162.682851,66.06977],[-162.679677,66.05268],[-162.685251,66.046942],[-162.689809,66.040961],[-162.692006,66.033108],[-162.690297,66.021918],[-162.683787,66.008979],[-162.676869,66.006537],[-162.669789,66.010159],[-162.662953,66.015082],[-162.661448,66.020657],[-162.660512,66.029853],[-162.654734,66.03852],[-162.638743,66.042426],[-162.549265,66.051337],[-162.508127,66.060736],[-162.487904,66.062893],[-162.481068,66.065131],[-162.474965,66.069281],[-162.468495,66.071031],[-162.460642,66.066636],[-162.451161,66.055894],[-162.445668,66.051174],[-162.439809,66.049262],[-162.427683,66.047309],[-162.401072,66.038316],[-162.38801,66.03559],[-162.346628,66.036526],[-162.306101,66.042426],[-162.210072,66.071682],[-162.179433,66.075914],[-161.915639,66.042426],[-161.933339,66.040676],[-161.948923,66.034369],[-161.977122,66.015082],[-161.960154,66.013373],[-161.926015,66.025092],[-161.908193,66.021918],[-161.897939,66.012274],[-161.899241,66.003119],[-161.908559,65.994696],[-161.922475,65.987779],[-161.895375,65.979478],[-161.858225,65.977281],[-161.820668,65.980292],[-161.792795,65.987779],[-161.792795,65.994045],[-161.847401,66.007636],[-161.833689,66.024482],[-161.817332,66.039781],[-161.798899,66.052802],[-161.779124,66.062893],[-161.746205,66.071438],[-161.729441,66.078437],[-161.727284,66.086819],[-161.73766,66.088365],[-161.785268,66.075914],[-161.785268,66.083441],[-161.763295,66.091376],[-161.685292,66.138617],[-161.666331,66.154039],[-161.658681,66.162258],[-161.646921,66.184394],[-161.638132,66.195014],[-161.624582,66.199449],[-161.618153,66.203762],[-161.590688,66.238471],[-161.58491,66.249742],[-161.579823,66.254706],[-161.571238,66.258002],[-161.55073,66.261542],[-161.50593,66.278876],[-161.360097,66.275214],[-161.36384,66.272406],[-161.373769,66.262152],[-161.320668,66.232815],[-161.298695,66.227362],[-161.236928,66.223131],[-161.175771,66.227362],[-161.128651,66.245795],[-161.105662,66.250393],[-161.086415,66.241034],[-161.083811,66.230943],[-161.088083,66.218411],[-161.098459,66.208686],[-161.114329,66.206936],[-161.11144,66.197333],[-161.107004,66.188625],[-161.100901,66.180569],[-161.093251,66.172756],[-161.10436,66.165839],[-161.111684,66.157904],[-161.113149,66.148871],[-161.106882,66.138617],[-161.12328,66.131741],[-161.142812,66.129788],[-161.182607,66.131171],[-161.182607,66.124335],[-161.162546,66.118598],[-161.138987,66.117377],[-161.114939,66.119615],[-161.093251,66.124335],[-161.077341,66.130805],[-161.067738,66.138495],[-161.052235,66.158515],[-161.024037,66.184231],[-161.017527,66.193305],[-161.004709,66.232245],[-160.997019,66.241034],[-161.013783,66.261908],[-161.057444,66.285102],[-161.075876,66.299384],[-161.094309,66.318671],[-161.113759,66.332913],[-161.135732,66.343166],[-161.260325,66.369208],[-161.308827,66.373521],[-161.342966,66.382961],[-161.360789,66.385077],[-161.424875,66.38349],[-161.510691,66.40766],[-161.744618,66.405504],[-161.756947,66.402981],[-161.792795,66.385077],[-161.813059,66.380927],[-161.874705,66.377631],[-161.904368,66.36518],[-161.919057,66.344306],[-161.913279,66.326728],[-161.88154,66.323635],[-161.8933,66.316148],[-161.887318,66.309882],[-161.874949,66.303412],[-161.867258,66.29564],[-161.869822,66.281317],[-161.88093,66.272162],[-161.896311,66.270453],[-161.911936,66.278876],[-161.919016,66.287665],[-161.924672,66.298245],[-161.928538,66.309394],[-161.929921,66.320217],[-161.934641,66.327135],[-161.944651,66.330634],[-161.953969,66.336412],[-161.956614,66.350287],[-161.948313,66.366523],[-161.898264,66.408922],[-161.886545,66.422309],[-161.875966,66.44009],[-161.868764,66.460354],[-161.867258,66.481269],[-161.888376,66.5244],[-161.932485,66.556342],[-162.079457,66.623196],[-162.163197,66.682766],[-162.209828,66.707221],[-162.264516,66.722724],[-162.440541,66.73078],[-162.470896,66.738511],[-162.484609,66.744086],[-162.495107,66.746527],[-162.504587,66.749823],[-162.515248,66.758124],[-162.520579,66.766059],[-162.522328,66.780951],[-162.525828,66.78974],[-162.540028,66.804755],[-162.575795,66.830634],[-162.587229,66.844957],[-162.604563,66.841376],[-162.625315,66.861477],[-162.639841,66.88703],[-162.638743,66.899604],[-162.593821,66.916327],[-162.577016,66.91942],[-162.519968,66.920559],[-162.516225,66.923529],[-162.515452,66.927883],[-162.507436,66.939032],[-162.50239,66.948228],[-162.495229,66.956732],[-162.484812,66.960395],[-162.472849,66.957221],[-162.463816,66.949368],[-162.44697,66.929999],[-162.417104,66.922512],[-162.384104,66.93476],[-162.35261,66.952297],[-162.327138,66.960395],[-162.30663,66.952948],[-162.284861,66.937079],[-162.210439,66.86933],[-162.12092,66.806098],[-162.094309,66.794379],[-162.03303,66.786282],[-162.016835,66.780951],[-162.014963,66.772366],[-162.052846,66.735093],[-162.075754,66.706204],[-162.083241,66.686754],[-162.080759,66.666205],[-162.065989,66.653062],[-162.015207,66.634101],[-161.994822,66.621812],[-161.915232,66.557196],[-161.870839,66.532172],[-161.633778,66.457994],[-161.607167,66.453925],[-161.434031,66.468492],[-161.388051,66.481269],[-161.353627,66.485053],[-161.339182,66.488715],[-161.340281,66.49494],[-161.313059,66.5008],[-161.262888,66.529242],[-161.237538,66.535875],[-161.204213,66.538642],[-161.19343,66.536078],[-161.155263,66.50373],[-161.141916,66.498033],[-161.060984,66.486151],[-161.033681,66.475409],[-160.983632,66.440579],[-160.784779,66.374498],[-160.76537,66.370429],[-160.70283,66.377631],[-160.617177,66.371405],[-160.450917,66.393744],[-160.249094,66.402289],[-160.228505,66.412055],[-160.216176,66.432807],[-160.215647,66.450019],[-160.220448,66.493638],[-160.219187,66.53205],[-160.24946,66.561469],[-160.325429,66.604804],[-160.320872,66.606187],[-160.311879,66.610175],[-160.305613,66.610989],[-160.317576,66.634101],[-160.299631,66.639838],[-160.269114,66.639797],[-160.24352,66.645738],[-160.274973,66.654608],[-160.317942,66.655585],[-160.354441,66.644843],[-160.366404,66.618394],[-160.397165,66.629584],[-160.441274,66.635972],[-160.484853,66.634467],[-160.51415,66.621812],[-160.521718,66.609849],[-160.525868,66.600084],[-160.533559,66.593492],[-160.551707,66.591132],[-160.634511,66.597968],[-160.698313,66.61286],[-160.813547,66.662055],[-160.880971,66.672431],[-161.059071,66.651923],[-161.136057,66.651923],[-161.17158,66.644436],[-161.203114,66.62523],[-161.20405,66.621161],[-161.202138,66.608832],[-161.203114,66.604804],[-161.211171,66.601386],[-161.23176,66.599758],[-161.237253,66.597968],[-161.240183,66.587633],[-161.23705,66.579291],[-161.234934,66.570787],[-161.240956,66.560045],[-161.271962,66.542955],[-161.31371,66.535305],[-161.395497,66.535875],[-161.429433,66.542467],[-161.446726,66.543769],[-161.481557,66.533881],[-161.495432,66.536689],[-161.518422,66.550116],[-161.562611,66.566392],[-161.565623,66.577541],[-161.546335,66.597968],[-161.598012,66.601874],[-161.649729,66.61286],[-161.868276,66.706285],[-161.901967,66.735093],[-161.871775,66.754096],[-161.867258,66.758124],[-161.869456,66.768744],[-161.88154,66.78974],[-161.885325,66.808661],[-161.880564,66.814765],[-161.853342,66.819403],[-161.820058,66.837551],[-161.80016,66.853746],[-161.801137,66.865912],[-161.808217,66.879462],[-161.806386,66.899604],[-161.788686,66.913398],[-161.73408,66.923082],[-161.71642,66.939927],[-161.722727,66.94302],[-161.725535,66.946234],[-161.727366,66.949652],[-161.730662,66.953559],[-161.661733,66.963202],[-161.628855,66.964057],[-161.558339,66.957994],[-161.5183,66.960679],[-161.49885,66.971096],[-161.525217,66.991441],[-161.544423,66.994696],[-161.589548,66.993232],[-161.603464,66.997992],[-161.616078,67.007799],[-161.631337,67.014594],[-161.687571,67.029283],[-161.696523,67.029283],[-161.703725,67.026435],[-161.708241,67.021552],[-161.710317,67.016995],[-161.710194,67.015041],[-161.724558,67.014838],[-161.740224,67.017279],[-161.755442,67.023179],[-161.768259,67.033026],[-161.796213,67.048489],[-161.835154,67.054999],[-161.990224,67.049221],[-162.248036,67.015041],[-162.257761,67.020575],[-162.25829,67.032904],[-162.255483,67.045803],[-162.254872,67.052924],[-162.265004,67.061591],[-162.275258,67.067816],[-162.288279,67.070868],[-162.306101,67.070258],[-162.296986,67.050198],[-162.306874,67.039944],[-162.312978,67.029527],[-162.29304,67.008857],[-162.312937,67.003892],[-162.368113,67.008857],[-162.435496,66.991034],[-162.456899,66.994574],[-162.466868,67.002183],[-162.4676,67.009467],[-162.428822,67.057929],[-162.425852,67.063422],[-162.405588,67.071438],[-162.386423,67.090399],[-162.354482,67.13231],[-162.337839,67.145087],[-162.33491,67.150865],[-162.34081,67.159654],[-162.360097,67.167426],[-162.387929,67.168769],[-162.416127,67.165595],[-162.436391,67.159654],[-162.399119,67.15998],[-162.383494,67.154283],[-162.374949,67.139228],[-162.390452,67.133612],[-162.485911,67.061225],[-162.558787,67.019965],[-162.580434,67.015041],[-162.663767,67.016059],[-162.676991,67.018256],[-162.690297,67.022528],[-162.688547,67.026068],[-162.687489,67.029364],[-162.685984,67.032782],[-162.68281,67.036811],[-162.733347,67.048814],[-162.888905,67.042955],[-162.939565,67.048163],[-162.951894,67.044338],[-162.937327,67.029283],[-162.916737,67.020819],[-162.869496,67.014838],[-162.84789,67.008857],[-162.874135,67.005316],[-163.073923,67.035549],[-163.142323,67.057034],[-163.405629,67.075873],[-163.433095,67.085028],[-163.688303,67.103217],[-163.724965,67.111274],[-163.765614,67.13996],[-163.774159,67.180365],[-163.773427,67.225653],[-163.786448,67.269517],[-163.79247,67.289008],[-163.810048,67.33515],[-163.823964,67.35456],[-163.961619,67.498684],[-164.046457,67.563707],[-164.151479,67.619615],[-164.446034,67.709906],[-164.531606,67.7508],[-164.597768,67.774156],[-164.693552,67.824612],[-164.726511,67.83454],[-164.766469,67.83808],[-164.773305,67.83808],[-164.764394,67.823717],[-164.747751,67.817125],[-164.732859,67.812201],[-164.718088,67.8039],[-164.747874,67.809882],[-164.801503,67.838365],[-164.856028,67.849555],[-165.053944,67.933051],[-165.232737,67.997626],[-165.437205,68.060248],[-165.619985,68.091946],[-165.768992,68.106879],[-165.92809,68.136949],[-165.993601,68.16706],[-166.027089,68.194322],[-166.06786,68.21662],[-166.078603,68.225084],[-166.103464,68.239895],[-166.205881,68.262641],[-166.29662,68.299628],[-166.643748,68.34455],[-166.789866,68.339586],[-166.822825,68.351386],[-166.82905,68.351386],[-166.811838,68.359565],[-166.598215,68.408108],[-166.507192,68.422919],[-166.444814,68.420233],[-166.513783,68.4147],[-166.719065,68.373277],[-166.747182,68.363349],[-166.66454,68.351386],[-166.548166,68.358832],[-166.454783,68.398871],[-166.427683,68.397162],[-166.376536,68.385565],[-166.384836,68.397121],[-166.411448,68.403998],[-166.424998,68.413479],[-166.338206,68.39997],[-166.315134,68.405992],[-166.332875,68.412828],[-166.350901,68.436225],[-166.370351,68.440823],[-166.33019,68.467475],[-166.314646,68.481024],[-166.300771,68.502875],[-166.306264,68.52204],[-166.28718,68.537543],[-166.259633,68.551011],[-166.23998,68.564276],[-166.231028,68.579901],[-166.232533,68.587104],[-166.237904,68.593166],[-166.23998,68.605211],[-166.237131,68.616034],[-166.218861,68.646186],[-166.230662,68.654853],[-166.228708,68.661078],[-166.220286,68.666897],[-166.212636,68.67414],[-166.20698,68.686835],[-166.205068,68.696763],[-166.205881,68.718492],[-166.202707,68.740424],[-166.196848,68.75967],[-166.193796,68.77969],[-166.199045,68.8039],[-166.227976,68.849595],[-166.236765,68.874823],[-166.222605,68.88581],[-166.085642,68.891425],[-166.009104,68.872748],[-165.813588,68.879462],[-165.664744,68.861558],[-165.322092,68.876451],[-165.044057,68.881496],[-164.790761,68.914252],[-164.346425,68.929389],[-164.257029,68.946682],[-164.170359,68.953803],[-164.090037,68.978949],[-163.964548,69.003119],[-163.93517,69.012437],[-163.876698,69.038642],[-163.821726,69.047838],[-163.622548,69.119208],[-163.286122,69.310981],[-163.26476,69.326606],[-163.195302,69.415229],[-163.176991,69.426907],[-163.155751,69.420844],[-163.23998,69.328315],[-163.27245,69.304145],[-163.27245,69.297919],[-163.242543,69.304633],[-163.155751,69.359361],[-163.163197,69.366197],[-163.142649,69.37523],[-163.125803,69.38996],[-163.120676,69.40644],[-163.135325,69.420844],[-163.122426,69.430365],[-163.120188,69.438137],[-163.122141,69.445624],[-163.121653,69.454332],[-163.114125,69.466254],[-163.106679,69.47484],[-163.10497,69.48371],[-163.114817,69.495917],[-163.083201,69.501044],[-163.07079,69.520413],[-163.069285,69.541327],[-163.070139,69.551174],[-163.064768,69.555976],[-163.06786,69.566799],[-163.074778,69.578315],[-163.080678,69.585354],[-163.093821,69.590562],[-163.148997,69.599555],[-163.148997,69.60578],[-163.085439,69.60932],[-163.053578,69.615465],[-163.025461,69.626288],[-163.035146,69.63231],[-163.066396,69.646715],[-163.032908,69.661078],[-163.041615,69.663479],[-163.066396,69.674058],[-163.048533,69.687242],[-162.98412,69.68183],[-162.956532,69.68773],[-162.938425,69.711249],[-162.95759,69.723375],[-162.993479,69.727973],[-163.025461,69.728664],[-163.018748,69.745836],[-163.00536,69.753119],[-162.988352,69.756822],[-162.970815,69.763414],[-162.978261,69.77025],[-162.949778,69.790473],[-162.791371,69.853339],[-162.757273,69.871894],[-162.711619,69.880683],[-162.669993,69.906562],[-162.592763,69.941718],[-162.53779,69.956732],[-162.511423,69.976955],[-162.489491,70.001776],[-162.477366,70.024115],[-162.481923,70.030748],[-162.491038,70.051459],[-162.461497,70.059638],[-162.360707,70.057603],[-162.364207,70.063666],[-162.371327,70.079495],[-162.374949,70.085598],[-162.34081,70.092434],[-162.35204,70.108385],[-162.321482,70.127265],[-162.244618,70.153876],[-162.206736,70.161322],[-162.199412,70.164374],[-162.194285,70.17121],[-162.190419,70.178046],[-162.186594,70.18122],[-162.170969,70.184638],[-162.124867,70.203192],[-162.099436,70.220608],[-162.052846,70.243842],[-162.014963,70.27733],[-162.001658,70.280911],[-161.956614,70.304674],[-161.90571,70.320624],[-161.879832,70.322943],[-161.853586,70.318345],[-161.85615,70.314643],[-161.861033,70.304674],[-161.839955,70.304104],[-161.833119,70.304674],[-161.833119,70.297838],[-161.840443,70.296942],[-161.861033,70.290432],[-161.723704,70.274848],[-161.703359,70.263739],[-161.733469,70.250312],[-161.860056,70.258694],[-161.901967,70.256903],[-161.867909,70.242662],[-161.790842,70.240546],[-161.758616,70.22956],[-161.789174,70.229153],[-161.83259,70.223131],[-161.859486,70.211859],[-161.840525,70.195461],[-161.865549,70.179348],[-161.899526,70.178656],[-162.008738,70.196275],[-162.025502,70.195461],[-162.039784,70.191107],[-162.066151,70.179389],[-162.080759,70.174954],[-162.121693,70.161322],[-162.121693,70.153876],[-161.864613,70.169135],[-161.848093,70.173814],[-161.813222,70.192084],[-161.786733,70.199652],[-161.703359,70.195461],[-161.720164,70.201239],[-161.728261,70.202297],[-161.738149,70.202297],[-161.729319,70.215644],[-161.712595,70.224066],[-161.693186,70.228339],[-161.676015,70.22956],[-161.666737,70.232082],[-161.663523,70.23786],[-161.661448,70.244696],[-161.655588,70.250067],[-161.643422,70.254096],[-161.631947,70.25609],[-161.342152,70.258775],[-161.210642,70.276801],[-161.067006,70.314846],[-161.024973,70.318345],[-161.024973,70.312161],[-161.031809,70.312161],[-161.031809,70.304674],[-161.009877,70.304389],[-160.9499,70.290432],[-160.956492,70.301459],[-160.977406,70.313625],[-160.983998,70.325141],[-160.957875,70.33275],[-160.860666,70.347317],[-160.621531,70.429592],[-160.599802,70.44184],[-160.66279,70.434027],[-160.707468,70.419135],[-160.812693,70.387193],[-160.773061,70.405748],[-160.68928,70.434027],[-160.448964,70.489651],[-160.216176,70.579047],[-160.188303,70.597073],[-160.172231,70.604926],[-160.155385,70.60635],[-160.167429,70.596259],[-160.159617,70.587958],[-160.14269,70.582017],[-160.127431,70.579047],[-160.102976,70.578518],[-160.038075,70.592719],[-159.947092,70.597235],[-159.928212,70.592719],[-159.924387,70.581488],[-159.928904,70.568427],[-159.938181,70.557278],[-159.948679,70.551703],[-159.948679,70.544867],[-159.942209,70.545478],[-159.921986,70.544867],[-159.943837,70.521959],[-160.011057,70.520331],[-160.041819,70.507025],[-160.074086,70.488227],[-160.114817,70.480699],[-160.201894,70.47663],[-160.168772,70.465969],[-160.125722,70.46601],[-159.948476,70.494452],[-159.921986,70.489651],[-159.938344,70.47606],[-159.974233,70.456],[-159.990224,70.44184],[-160.013905,70.410956],[-160.029652,70.398993],[-160.051747,70.39411],[-160.056345,70.374945],[-160.114207,70.344143],[-160.133656,70.325141],[-160.096018,70.321357],[-160.009023,70.361477],[-159.969187,70.372992],[-159.948476,70.370429],[-159.933176,70.362291],[-159.922231,70.349311],[-159.91454,70.331977],[-159.916819,70.33039],[-159.922312,70.32807],[-159.927317,70.324164],[-159.928212,70.318345],[-159.925486,70.315375],[-159.920766,70.313381],[-159.916453,70.312323],[-159.91454,70.312161],[-159.910634,70.304104],[-159.906199,70.29914],[-159.904286,70.293769],[-159.907704,70.284247],[-159.866567,70.277737],[-159.833241,70.252021],[-159.80309,70.220282],[-159.771189,70.195461],[-159.770579,70.225165],[-159.786733,70.238105],[-159.810536,70.246894],[-159.832631,70.263739],[-159.836903,70.273627],[-159.838694,70.285793],[-159.838816,70.308417],[-159.84496,70.313422],[-159.849721,70.318427],[-159.853098,70.325141],[-159.850535,70.330878],[-159.843495,70.335517],[-159.838694,70.34101],[-159.842519,70.349433],[-159.88032,70.375678],[-159.887278,70.387193],[-159.88679,70.398871],[-159.882151,70.40762],[-159.87678,70.415473],[-159.874216,70.424791],[-159.865061,70.444037],[-159.845815,70.456529],[-159.828603,70.471259],[-159.825795,70.497056],[-159.810292,70.5008],[-159.799306,70.499213],[-159.728098,70.472642],[-159.709706,70.469794],[-159.669626,70.47309],[-159.593373,70.49258],[-159.540842,70.499213],[-159.49531,70.515815],[-159.48058,70.51553],[-159.44929,70.500922],[-159.434763,70.497056],[-159.418528,70.499701],[-159.367136,70.517646],[-159.325673,70.521308],[-159.305776,70.52619],[-159.291371,70.538072],[-159.421091,70.52383],[-159.530832,70.532416],[-159.565134,70.531236],[-159.56843,70.528795],[-159.570872,70.524115],[-159.572336,70.519599],[-159.572499,70.517646],[-159.579945,70.516832],[-159.631174,70.517279],[-159.641184,70.514309],[-159.650746,70.507025],[-159.663808,70.500067],[-159.681752,70.496812],[-159.715932,70.497056],[-159.732289,70.499905],[-159.74238,70.504218],[-159.764353,70.517646],[-159.825307,70.543769],[-159.842519,70.555121],[-159.849436,70.562323],[-159.855214,70.570502],[-159.85912,70.579413],[-159.860544,70.589016],[-159.864613,70.599066],[-159.874582,70.602688],[-159.88679,70.60456],[-159.947865,70.63642],[-160.005727,70.640082],[-160.065175,70.627753],[-160.119985,70.60635],[-160.122304,70.610297],[-160.124582,70.615668],[-160.127431,70.626207],[-160.096262,70.643052],[-159.913035,70.700629],[-159.888051,70.705552],[-159.836252,70.708075],[-159.812123,70.715562],[-159.846262,70.715562],[-159.8131,70.727851],[-159.708974,70.779283],[-159.683217,70.797593],[-159.668162,70.804999],[-159.644846,70.810004],[-159.595408,70.813788],[-159.548777,70.830227],[-159.519643,70.835761],[-159.412058,70.842027],[-159.38329,70.84691],[-159.346303,70.863349],[-159.161,70.886908],[-159.206248,70.8664],[-159.318796,70.861029],[-159.37328,70.845933],[-159.174265,70.853909],[-159.155141,70.84634],[-159.140574,70.825426],[-159.181345,70.816718],[-159.311838,70.812445],[-159.410878,70.787421],[-159.449045,70.784491],[-159.449045,70.777045],[-159.392079,70.76732],[-159.373606,70.760932],[-159.356801,70.760199],[-159.33906,70.766547],[-159.321278,70.769273],[-159.304433,70.757799],[-159.310048,70.753974],[-159.318715,70.746161],[-159.3249,70.743557],[-159.300974,70.727118],[-159.246449,70.706448],[-159.222483,70.68891],[-159.216298,70.695136],[-159.270497,70.744615],[-159.279042,70.764716],[-159.236155,70.770819],[-159.11974,70.763983],[-158.989735,70.777045],[-159.003489,70.797268],[-159.029164,70.805121],[-159.085317,70.804999],[-159.060414,70.816555],[-158.715403,70.791327],[-158.338002,70.81802],[-158.43928,70.822089],[-158.492991,70.832343],[-158.523549,70.852769],[-158.479929,70.853258],[-158.389394,70.836737],[-158.04304,70.836859],[-157.864939,70.866441],[-157.673533,70.922797],[-157.624379,70.931301],[-157.593251,70.946194],[-157.577952,70.949612],[-157.559071,70.951361],[-157.231191,71.071357],[-157.087839,71.155015],[-157.025502,71.203192],[-156.817209,71.306342],[-156.681833,71.352729],[-156.591908,71.364732],[-156.52241,71.389716],[-156.498606,71.404527],[-156.471506,71.412502],[-156.434804,71.40648]]]]},"type":"Feature","properties":{"postal":"AK","name":"Alaska","type":"State","center":[-152.28395061728395,64.67776553947087]}},"AS":{"geometry":{"type":"MultiPolygon","coordinates":[[[[93.275543,80.263611],[93.148041,80.313873],[91.424911,80.31012],[92.60405,80.390442],[91.903046,80.458595],[92.774437,80.515961],[93.325546,80.805817],[92.49366,80.767555],[93.160469,80.933731],[93.059296,80.991791],[95.538734,81.219429],[95.122208,81.270828],[95.787766,81.279984],[97.965828,80.71006],[97.12915,80.662766],[97.016937,80.529633],[97.420959,80.313591],[97.158875,80.233597],[95.564697,80.192474],[93.719711,79.994141],[92.076302,80.169495],[92.881027,80.170677],[92.136108,80.287491],[93.275543,80.263611]]],[[[91.029709,81.055542],[90.001099,81.098328],[89.8936,81.168594],[91.577209,81.143051],[91.029709,81.055542]]],[[[79.217773,80.954681],[79.708603,80.979431],[80.435951,80.930397],[78.974983,80.833603],[79.217773,80.954681]]],[[[99.601379,79.291367],[99.044701,79.287758],[99.942482,78.960686],[98.342484,78.77916],[95.533051,79.105255],[95.007767,79.040268],[94.324638,79.25061],[94.332489,79.465546],[93.71373,79.456863],[93.985542,79.49234],[93.688034,79.539009],[93.879005,79.599434],[93.224426,79.437759],[93.126923,79.466026],[93.310265,79.495392],[92.855118,79.55748],[94.616089,79.81192],[94.223877,79.900124],[94.936646,80.099426],[97.534149,80.169708],[98.034424,80.06749],[97.20179,79.705406],[98.392769,79.869431],[98.528595,80.052475],[100.015266,79.824158],[99.601379,79.291367]]],[[[91.086655,80.048599],[90.864426,80.057205],[92.907761,80.021927],[93.808731,79.891792],[93.006378,79.703598],[91.921646,79.673309],[92.349991,79.727768],[91.073044,79.848602],[91.239975,79.934143],[91.086655,80.048599]]],[[[93.988251,80.009781],[94.271103,80.036102],[94.323326,80.025261],[93.927475,79.968323],[93.988251,80.009781]]],[[[91.618866,79.649429],[91.233047,79.694427],[91.12442,79.722488],[91.858452,79.668312],[91.618866,79.649429]]],[[[99.942749,79.578873],[99.9422,79.684418],[100.305115,79.667206],[100.026932,79.628036],[99.942749,79.578873]]],[[[76.617844,79.543564],[76.170532,79.564423],[76.044014,79.637909],[77.617348,79.508881],[76.617844,79.543564]]],[[[91.830933,79.411499],[92.284424,79.449417],[92.467484,79.429977],[92.243591,79.379974],[91.830933,79.411499]]],[[[92.597641,79.402054],[92.771927,79.439423],[92.985817,79.413597],[92.70665,79.377762],[92.597641,79.402054]]],[[[105.252777,78.47998],[102.718048,78.159988],[99.34137,78.019989],[99.994431,78.335266],[100.372345,78.741783],[101.164429,78.755272],[100.78096,78.863869],[100.887764,78.973183],[101.61998,78.980263],[100.991165,79.06311],[101.197197,79.205826],[101.776382,79.367477],[102.243317,79.239151],[102.140266,79.359985],[102.305542,79.425537],[103.154633,79.311302],[102.825546,79.223038],[102.399437,78.826653],[102.914703,79.052475],[103.94693,79.133331],[104.60582,78.775826],[105.158333,78.811371],[105.413177,78.571091],[105.252777,78.47998]]],[[[106.190811,78.189972],[105.992752,78.214157],[106.759857,78.306786],[106.714996,78.256943],[106.190811,78.189972]]],[[[93.739975,78.151382],[93.57222,78.166656],[93.524429,78.203323],[93.640274,78.222763],[93.739975,78.151382]]],[[[107.438873,78.049423],[106.493042,78.121643],[106.49498,78.158875],[107.699142,78.135269],[107.438873,78.049423]]],[[[57.202217,25.991661],[57.032211,26.822498],[56.808884,27.123608],[56.132767,27.160275],[54.788464,26.490412],[54.29694,26.716105],[53.686935,26.732773],[52.60833,27.34819],[52.499718,27.608608],[51.430275,27.937775],[51.054718,28.738749],[50.801037,28.929789],[50.923748,29.064581],[50.638882,29.142775],[50.639164,29.470415],[50.038048,30.212769],[49.555058,30.007219],[49.004711,30.297358],[48.928875,30.387047],[49.263462,30.429092],[49.038879,30.519161],[48.866379,30.359024],[48.917355,30.040689],[48.534016,29.92458],[47.959435,30.033051],[48.166866,29.565136],[47.955963,29.623745],[47.707222,29.375832],[48.028603,29.344994],[48.877499,27.833607],[48.838875,27.619717],[49.236515,27.5443],[49.308739,27.444857],[49.127975,27.442287],[49.408875,27.127216],[49.542213,27.171104],[50.154999,26.663054],[49.99638,26.742496],[50.219444,26.300278],[49.993889,26.019997],[50.482773,25.413887],[50.77541,24.720831],[50.756382,25.49958],[50.951801,25.599165],[51.036942,26.042427],[51.244858,26.152498],[51.567215,25.907705],[51.47538,25.521769],[51.611942,25.013748],[51.366249,24.589582],[51.214371,24.634441],[51.298927,24.519674],[51.487217,24.58333],[51.282356,24.299999],[51.72583,24.261108],[51.815975,23.997984],[52.085968,23.955971],[52.626247,24.196804],[53.587772,24.044167],[54.123745,24.141665],[54.427498,24.285692],[54.650276,24.746944],[55.85944,25.720415],[56.2019,26.26086],[56.303886,26.201111],[56.401524,26.21979],[56.31097,26.222706],[56.404213,26.368713],[56.471386,26.142151],[56.32069,26.166943],[56.423882,25.950275],[56.264301,25.659443],[56.619785,24.477568],[57.171314,23.934441],[58.609299,23.632774],[59.397774,22.680553],[59.801731,22.536873],[59.828606,22.291664],[58.520687,20.41951],[58.211521,20.397221],[58.213745,20.612776],[57.82819,20.216248],[57.687634,19.708332],[57.805691,18.970972],[56.810436,18.744396],[56.352322,17.941177],[55.436035,17.826109],[55.03194,17.014719],[54.092636,17.014305],[52.596382,16.477219],[52.227077,16.166178],[52.189163,15.605276],[49.094303,14.516805],[48.698051,14.039999],[47.990135,14.047083],[47.39444,13.646388],[46.691525,13.428055],[45.659023,13.339166],[45.042316,12.752385],[44.590412,12.817081],[43.949856,12.594652],[43.478882,12.674999],[43.230274,13.269721],[43.279442,13.720277],[43.086662,13.993332],[42.935829,14.957777],[42.681107,15.208332],[42.810341,15.262012],[42.693886,15.700277],[42.834579,15.883332],[42.789333,16.460831],[42.547909,16.99826],[42.370552,17.039997],[42.307079,17.447636],[41.678886,17.949444],[40.756939,19.764166],[39.66069,20.437914],[39.174858,21.104025],[38.99305,21.836941],[39.062775,22.583332],[38.446869,23.789095],[37.44236,24.375137],[37.15451,24.840137],[37.23555,25.182499],[35.160553,28.056664],[34.572147,28.0959],[35.003677,29.528193],[34.877777,29.532497],[34.21666,31.32333],[34.708328,31.947638],[34.95319,32.823399],[35.634438,34.012772],[35.648884,34.281105],[35.983608,34.527496],[35.919025,35.422634],[35.733887,35.581665],[35.978439,36.002609],[35.785545,36.314846],[36.19006,36.597286],[36.193329,36.791939],[36.011204,36.923191],[35.347073,36.544991],[34.659431,36.805275],[33.988602,36.277771],[32.77166,36.028885],[32.368042,36.175133],[32.064713,36.516388],[31.046661,36.849152],[30.616526,36.843605],[30.404858,36.204922],[30.208609,36.303875],[29.677216,36.118332],[29.14805,36.348328],[29.052498,36.681107],[28.456387,36.880829],[28.26194,36.845127],[28.272636,36.736935],[27.983887,36.552773],[28.120136,36.797077],[27.475277,36.649994],[27.358952,36.7043],[28.025829,36.822777],[28.324787,37.038185],[27.254999,36.964996],[27.324303,37.153046],[27.595276,37.232491],[27.421082,37.407906],[27.194925,37.352348],[27.26833,37.953598],[26.275829,38.264435],[26.509857,38.42548],[26.388121,38.447006],[26.398331,38.666939],[26.691801,38.310856],[27.156452,38.452805],[26.733746,38.641937],[27.062981,38.873184],[26.801661,38.955826],[26.86972,39.097908],[26.644722,39.263054],[26.951801,39.550827],[26.109995,39.45763],[26.157497,39.946659],[26.704302,40.37888],[27.118607,40.452766],[27.511662,40.305553],[27.877842,40.375858],[27.754858,40.52972],[28.020134,40.487705],[27.953194,40.356934],[29.055761,40.366798],[29.141695,40.437908],[28.77673,40.527077],[29.933954,40.72221],[29.12944,40.914444],[29.025555,41.034431],[29.16,41.224575],[31.233469,41.089298],[32.277496,41.719437],[33.3386,42.019852],[34.715546,41.94249],[34.978882,42.091942],[35.286652,41.713051],[36.056103,41.688744],[36.431519,41.242077],[36.809998,41.355553],[37.129299,41.146797],[38.355824,40.910271],[39.414227,41.106731],[40.149994,40.920273],[41.384953,41.373711],[41.776093,41.841927],[41.4561,42.714294],[40.002968,43.379265],[40.211376,43.584717],[41.597485,43.221508],[42.855198,43.177761],[43.829155,42.749367],[43.777279,42.604015],[45.165123,42.703327],[45.750828,42.487759],[45.655125,42.199989],[46.761726,41.860474],[47.274647,41.321098],[47.91547,41.224987],[48.77095,42.045349],[49.760624,42.710758],[49.210938,43.471668],[48.686157,44.754345],[49.448315,45.530384],[50.038502,45.858479],[49.325146,46.086945],[49.222527,46.346306],[48.576172,46.561031],[48.544575,46.754154],[49.027206,46.776093],[48.14304,47.749714],[47.255829,47.750832],[47.121239,48.272076],[46.499161,48.417496],[47.059574,49.133602],[46.80402,49.338463],[46.931381,49.865829],[47.30249,50.031937],[47.485687,50.417629],[47.939438,50.250965],[48.248745,49.87138],[48.790554,49.939434],[48.914715,50.032768],[48.697487,50.591934],[49.425827,50.851387],[49.474712,51.12402],[50.368599,51.327423],[50.60041,51.637772],[50.812351,51.594299],[50.7733,51.76918],[51.384712,51.640549],[51.299438,51.481239],[51.711937,51.461937],[51.87138,51.671799],[52.341801,51.780754],[52.607632,51.456383],[53.423744,51.492634],[54.501659,50.85923],[54.398396,50.625893],[54.523933,50.528839],[54.701797,50.609646],[54.548607,50.922218],[54.647217,51.036942],[55.69249,50.532494],[56.501865,51.08083],[57.127354,51.084713],[57.463535,50.865273],[57.736103,50.910408],[57.792683,51.116318],[58.337769,51.156097],[58.601387,51.046661],[58.665543,50.804993],[59.488743,50.630405],[59.542496,50.478325],[59.814404,50.546276],[60.05291,50.864162],[60.698044,50.661659],[61.422352,50.800617],[61.685822,51.265831],[60.05201,51.883186],[59.913807,52.100273],[60.144157,52.42374],[59.250275,52.498878],[59.179852,52.277908],[58.789303,52.450684],[58.748951,52.856247],[59.027355,53.018051],[58.824505,53.203945],[58.921524,53.932907],[59.334713,54.184853],[59.736656,54.138046],[59.676105,54.487076],[59.93631,54.861591],[59.638329,54.911728],[59.24791,54.613255],[57.970268,54.388187],[57.153046,54.853188],[57.209438,55.225544],[57.433743,55.327217],[58.139439,55.221241],[57.998604,54.91777],[58.304993,55.175407],[58.614994,54.94902],[58.818329,55.039993],[58.581173,55.137211],[58.734993,55.268883],[59.641659,55.55867],[59.237629,55.596657],[59.313538,55.776451],[59.159191,55.792912],[59.174297,55.997768],[59.292355,56.13409],[57.466381,56.121933],[57.321663,56.482765],[57.416939,56.642494],[57.221691,56.850964],[58.070969,57.047497],[57.971931,57.532215],[58.198875,57.689156],[58.532494,57.56694],[58.856941,57.729988],[58.600967,58.005688],[58.677353,58.106003],[59.449123,58.488045],[59.38583,58.705688],[59.083466,58.760277],[59.182281,59.163673],[58.310966,59.460407],[58.44735,59.692493],[58.982491,59.949997],[59.473598,60.809574],[59.256386,61.260826],[59.421104,61.426521],[59.405964,62.144997],[59.64291,62.518391],[59.397316,62.739159],[59.484573,62.891033],[59.22596,63.035549],[59.57756,63.932869],[59.857426,64.146515],[59.579647,64.243874],[59.483116,64.487976],[59.684433,64.811646],[60.086941,65.042908],[60.418045,65.054703],[60.627628,64.885406],[61.840828,65.669289],[62.849575,65.871017],[62.853607,66.071106],[63.301727,66.245468],[63.226238,66.329163],[63.4086,66.452774],[65.080276,66.88443],[65.223602,67.146103],[66.108871,67.481232],[65.794014,67.568665],[66.210541,67.696091],[66.021378,67.804359],[66.092415,67.9263],[65.284988,68.011932],[65.275818,68.235535],[65.652283,68.557274],[65.312195,68.806641],[64.522217,68.903046],[64.93734,69.262215],[65.870255,69.127197],[65.662376,69.114822],[66.581375,68.905823],[67.054977,68.856369],[68.159424,68.411377],[68.264999,68.187485],[68.528595,68.277206],[69.109848,68.869431],[68.962769,68.906097],[69.217484,68.955826],[68.454712,68.98082],[68.052483,69.275406],[68.099152,69.544563],[67.010132,69.69915],[66.947693,69.53186],[66.793732,69.580269],[66.899429,70.025818],[67.327774,70.097488],[67.089851,70.214157],[67.336998,70.758049],[66.68512,70.763466],[66.621231,70.891106],[66.887909,71.080269],[66.61956,71.04512],[66.90332,71.286926],[67.968872,71.540543],[68.465546,71.818893],[68.97644,72.694283],[69.327354,72.945396],[71.538589,72.911377],[72.823875,72.71138],[72.725266,72.605957],[72.862762,72.268326],[72.318344,71.833649],[72.364151,71.719742],[71.806229,71.463326],[72.591095,71.155258],[72.839432,70.868317],[72.681854,70.614769],[72.774429,70.419983],[72.43248,70.289429],[72.608597,70.183868],[72.490532,70.049286],[72.686783,69.84346],[72.534294,69.625397],[72.553864,68.976654],[73.513321,68.586929],[73.638878,68.441505],[73.102692,68.218803],[73.204361,67.854561],[73.032761,67.723183],[72.556091,67.601654],[72.376793,67.31665],[72.04776,67.297691],[72.212761,67.151375],[71.774429,66.945526],[71.410263,66.966934],[71.550957,66.644295],[70.686646,66.508881],[70.292686,66.620819],[70.679153,66.713043],[70.705406,66.760132],[70.330688,66.677063],[69.891937,66.83194],[68.971649,66.806374],[69.37693,66.510132],[72,66.219437],[72.343323,66.29818],[72.474152,66.604156],[73.852768,66.984566],[73.903458,67.289841],[74.739975,67.69165],[74.725891,68.149292],[74.338593,68.37088],[74.450539,68.689285],[74.640549,68.76915],[76.582489,68.970543],[76.641373,68.767761],[77.320824,68.518387],[77.164841,68.291786],[77.359848,68.228462],[77.196228,67.973663],[77.300117,67.909081],[77.084297,67.784843],[77.785538,67.56192],[79.041168,67.573433],[77.466377,67.759155],[77.558594,68.143875],[78.171021,68.268044],[77.77916,68.51638],[77.644157,68.904709],[76.001389,69.238876],[74.74942,69.078873],[73.748451,69.171234],[73.895889,69.41478],[73.515755,69.742905],[73.687958,70.134567],[74.29332,70.497208],[74.320541,70.655258],[73.526657,71.263046],[73.01638,71.418526],[73.503311,71.662766],[73.525528,71.815819],[74.974426,72.122208],[75.109428,72.39138],[74.829987,72.834152],[75.36026,72.805252],[75.712418,72.558174],[75.55262,72.483315],[75.746368,72.2686],[75.222351,71.841255],[75.495476,71.659431],[75.267349,71.361237],[76.843597,71.188583],[76.915817,71.069717],[77.00457,71.182487],[77.67984,71.156929],[78.436096,70.885818],[79.031097,70.934708],[79.108521,71.007072],[78.549713,70.955551],[78.519714,71.101654],[78.248322,71.097488],[78.296371,71.25013],[77.939148,71.253326],[77.982346,71.372894],[77.517212,71.298874],[76.264015,71.574715],[76.097488,71.928589],[76.897766,72.051086],[77.560257,71.832214],[78.104736,71.876144],[78.226891,71.95636],[78.015823,72.099991],[77.373238,72.097412],[78.53804,72.403595],[80.826096,72.086929],[80.636581,72.051163],[81.653046,71.708038],[83.261642,71.721085],[82.857727,71.393082],[82.257217,71.25666],[82.355812,71.088737],[82.201935,70.988586],[82.408592,70.769646],[82.080963,70.564568],[82.3461,70.198593],[82.158112,70.572762],[82.433311,70.608871],[82.663879,70.947205],[83.109703,70.890686],[83.018181,70.426231],[82.643044,70.233597],[83.106934,70.068604],[83.193588,70.123306],[83.133461,70.204567],[82.95166,70.320541],[83.531662,70.339157],[83.745529,70.459991],[83.1502,71.238037],[83.626366,71.625397],[83.371643,71.829712],[82.193245,72.094154],[82.309288,72.191505],[82.19873,72.280411],[80.726372,72.523041],[80.823669,72.619217],[80.62706,72.707352],[80.811096,72.97332],[80.238869,73.1754],[80.569916,73.222481],[80.253044,73.323044],[80.674706,73.50193],[80.5186,73.573463],[87.047478,73.870117],[85.785957,73.470543],[85.839569,73.323746],[86.7836,72.99408],[85.841797,73.451096],[87.183311,73.619423],[87.6661,73.890823],[87.321793,73.830544],[86.980438,74.02861],[87.366783,74.042618],[85.949638,74.282623],[86.455261,74.453598],[86.900002,74.37104],[86.738037,74.297211],[87.132751,74.369141],[85.789154,74.630814],[86.114426,74.743309],[86.035606,74.81102],[86.91304,74.612488],[86.761932,74.702774],[87.379631,74.946167],[87.181717,74.981369],[87.775398,75.024643],[86.90332,75.079857],[86.986511,75.1493],[87.987198,75.099991],[89.252777,75.503052],[89.533875,75.44664],[89.959717,75.571381],[91.619705,75.637207],[91.709427,75.73526],[93.346649,75.829987],[94.15519,75.946785],[92.865265,75.948318],[93.181091,76.099716],[96.197197,76.08152],[95.574852,75.888184],[95.743866,75.85054],[96.511932,76.009995],[96.629974,75.954437],[96.442902,75.868454],[97.289429,76.039429],[97.389709,76.041237],[97.183594,75.92804],[97.821381,75.979706],[97.547905,76.04998],[98.745529,76.261932],[99.276932,76.214157],[99.09977,76.160126],[99.765617,76.034294],[99.617485,75.835541],[99.223457,75.758598],[99.093048,75.561928],[100.186256,75.168533],[99.802338,75.476234],[99.17421,75.568665],[99.306091,75.767761],[99.59568,75.775688],[99.894989,75.918594],[99.877197,76.09166],[98.836105,76.506104],[100.864151,76.532486],[102.240814,76.379005],[100.878311,76.551376],[101.231163,76.751579],[100.849716,76.878586],[102.055542,77.383041],[104.071381,77.732208],[105.871918,77.563599],[106.282478,77.366089],[104.123314,77.089569],[105.909988,77.141373],[105.448456,76.976097],[106.813873,77.049988],[107.498177,76.918388],[106.392906,76.512077],[107.875809,76.535263],[107.944138,76.731659],[111.103867,76.755264],[112.190041,76.470261],[111.906372,76.364426],[112.265823,76.452209],[112.744286,76.325966],[112.512489,76.238518],[112.852768,76.144852],[112.575058,76.045677],[113.255821,76.143318],[112.933449,76.255409],[113.242752,76.262207],[113.466309,76.138245],[113.547493,75.866653],[113.891373,75.845055],[113.50943,75.532486],[113.594986,75.657623],[112.349701,75.847137],[112.869141,75.705551],[112.828049,75.547485],[113.2845,75.644295],[113.717484,75.4086],[111.786652,74.664017],[109.577477,74.307205],[109.969849,74.297203],[108.189697,73.670258],[107.138878,73.611511],[106.804558,73.341934],[106.067627,73.274155],[105.838867,73.004921],[105.211929,72.764709],[106.28331,72.961655],[106.171928,73.095131],[106.343323,73.188728],[108.353043,73.219711],[108.205475,73.277901],[109.424568,73.414841],[109.177826,73.539635],[109.813873,73.459152],[110.914322,73.696686],[109.757767,73.658875],[109.526932,73.779984],[110.200409,74.024445],[111.001389,73.904434],[111.140266,74.02916],[111.518333,74.048599],[111.203186,73.969429],[112.248322,73.70694],[112.874687,73.75972],[112.887772,73.964996],[113.424423,73.640823],[113.135262,73.448174],[113.495392,73.336929],[113.519707,73.112762],[113.475121,72.961586],[113.089569,72.835129],[113.185394,72.719429],[113.533867,72.634995],[114.044708,72.597214],[113.155685,72.819984],[113.534561,72.967346],[113.543045,73.238457],[114.027893,73.344437],[113.470543,73.500961],[115.45694,73.703049],[118.63443,73.571655],[118.985886,73.48526],[118.471375,73.479713],[118.38887,73.238731],[119.817757,72.935806],[121.865807,72.968048],[122.053307,72.891937],[123.343872,72.727478],[124.738037,72.623734],[125.647491,72.341934],[126.094711,72.270538],[126.364983,72.352203],[126.803314,72.016525],[127.131218,71.848038],[127.215263,71.394569],[127.311501,71.490532],[127.188019,71.747208],[127.32608,71.894989],[126.720116,72.387482],[127.6586,72.347488],[128.711639,71.770538],[129.182297,71.803452],[129.072479,72.001938],[129.527176,71.719917],[128.843826,71.604294],[129.184357,71.59082],[129.743835,71.121094],[130.577179,70.869431],[130.783585,70.971794],[130.897614,70.754997],[131.130249,70.731094],[131.535797,70.877762],[131.843018,71.20137],[132.175735,71.218178],[131.946625,71.289154],[132.718445,71.941093],[132.715515,71.768463],[133.679138,71.433319],[134.452454,71.367477],[135.964966,71.631927],[137.451904,71.341095],[137.803864,71.115814],[138.067886,71.136024],[137.783585,71.245125],[138.21579,71.259018],[137.825653,71.386932],[138.066071,71.573608],[138.73288,71.642487],[139.202881,71.412354],[139.932465,71.484985],[139.644363,71.911652],[139.336639,71.945526],[140.194275,72.206375],[139.087463,72.230263],[139.541351,72.494431],[141.024139,72.585815],[140.578445,72.871231],[140.74884,72.889435],[146.838715,72.343803],[144.968292,72.434982],[144.535522,72.231094],[144.143448,72.263466],[144.431641,72.168869],[145.086365,72.259155],[146.917328,72.299843],[145.964661,71.846939],[145.996628,72.03006],[146.34108,72.124977],[145.985443,72.065536],[145.691345,72.252777],[145.618225,72.082069],[145.801849,71.927139],[144.967392,71.96582],[145.214035,71.839569],[144.92067,71.693314],[145.318848,71.658035],[146.079681,71.790955],[147.18219,72.323318],[149.185242,72.222488],[150.071289,71.884079],[149.66832,71.76152],[149.337982,71.900269],[148.840744,71.803345],[149.037476,71.758881],[148.829407,71.672127],[149.961914,71.657211],[150.098022,71.587067],[149.865646,71.463188],[150.667892,71.483109],[150.02359,71.207489],[150.675262,71.388321],[150.606339,71.27832],[151.461914,71.341103],[152.134827,70.995049],[151.659576,70.984154],[152.5383,70.837769],[155.937195,71.094437],[159.044693,70.869835],[160.035248,70.409019],[160.094696,70.244568],[159.794983,70.137207],[159.729675,69.834717],[160.999207,69.579781],[160.968445,69.114494],[161.410812,68.976509],[161.066071,68.563309],[160.837875,68.523735],[161.135941,68.560959],[161.577179,68.912071],[161.434967,69.376785],[161.609055,69.425262],[161.810791,69.52832],[164.014435,69.767487],[164.532471,69.599426],[166.860504,69.49054],[167.777206,69.776093],[168.239822,69.551369],[168.283325,69.241653],[169.365524,69.080406],[169.589279,68.777077],[170.611938,68.756332],[170.442261,68.839645],[170.704956,68.804428],[171.031921,69.042206],[170.609131,69.580276],[170.122452,69.613594],[170.5672,69.778046],[170.471893,70.134155],[172.63858,69.965683],[173.201645,69.779434],[173.475723,69.833321],[173.205109,69.924431],[173.458588,69.952484],[176.084396,69.892906],[176.741058,69.666931],[178.770538,69.407486],[179.065521,69.323738],[178.651566,69.309418],[179.296921,69.262283],[180,68.980103],[180,65.068909],[179.459976,64.812897],[178.522217,64.588043],[178.749283,64.68338],[177.605789,64.720406],[176.916077,65.082489],[176.307205,65.046654],[176.957199,65.03804],[177.29866,64.830688],[176.452194,64.806091],[176.059967,64.948029],[175.6922,64.778046],[175.068573,64.763046],[174.45018,64.686363],[175.68219,64.754166],[176.064972,64.901382],[176.422684,64.704079],[176.147751,64.62915],[176.109894,64.54422],[177.48761,64.758743],[177.361008,64.544495],[177.631897,64.318878],[178.087738,64.199707],[178.346069,64.295822],[178.483582,64.065536],[178.376892,63.972214],[178.663864,63.943741],[178.757477,63.639992],[178.261093,63.574509],[178.704147,63.57333],[178.680389,63.383606],[178.778656,63.585339],[179.002213,63.320137],[178.855789,63.399158],[178.821777,63.339157],[179.411652,63.138882],[179.235657,63.005688],[179.539841,62.842213],[179.553726,62.619713],[179.129272,62.478882],[179.101349,62.289303],[177.338287,62.576103],[177.452606,62.809921],[177.191772,62.703465],[176.974411,62.864021],[176.929703,62.664574],[177.264145,62.578743],[174.604401,61.978531],[174.723633,61.88541],[174.593567,61.829994],[173.541779,61.744301],[173.4944,61.56395],[173.160797,61.40416],[172.713852,61.427216],[172.956085,61.302773],[172.342941,61.219017],[172.453033,61.041107],[172.01825,61.092281],[172.201218,60.96291],[170.641937,60.417496],[170.242462,59.910126],[169.264984,60.619438],[168.188873,60.581665],[167.050262,60.323883],[166.137756,59.815269],[166.348572,60.486382],[164.996628,60.126656],[165.182465,59.981102],[164.823578,59.781658],[164.468567,60.111382],[164.146301,59.867214],[164.044006,60.03027],[163.639969,60.045895],[163.699203,59.897282],[163.360229,59.823883],[163.389557,59.629158],[163.179276,59.566521],[163.328857,59.38805],[163.061096,59.240547],[163.19191,59.129295],[163.187195,59.047913],[162.88205,59.127491],[163.032898,58.996246],[162.405945,58.679573],[161.938583,58.067631],[162.339264,57.69138],[162.563721,57.949715],[163.209412,57.839577],[163.282349,57.739994],[163.072754,57.501663],[162.742386,57.35944],[162.781647,56.854439],[162.902481,56.707218],[163.2108,56.741798],[163.34996,56.195961],[163.033722,56.01791],[162.645264,56.191933],[163.073853,56.477489],[162.985229,56.547493],[162.39386,56.389645],[162.567123,56.273323],[162.086075,56.100964],[161.711349,55.490273],[162.113007,54.763535],[161.738419,54.507496],[160.728287,54.529297],[160.005829,54.13916],[159.817474,53.6586],[159.962189,53.516384],[159.798248,53.52124],[160.050385,53.095131],[159.614685,53.259438],[158.72496,52.890686],[158.439423,53.027214],[158.446075,52.902489],[158.642212,52.901798],[158.547211,52.622768],[158.419128,52.652214],[158.555115,52.311104],[158.277679,51.941307],[156.668304,50.88166],[156.745239,51.077911],[156.520813,51.315685],[156.281357,52.521034],[156.379486,52.450142],[156.440659,52.51548],[156.102325,52.852631],[155.544128,55.303604],[155.942062,56.653534],[156.98053,57.420826],[156.760178,57.738255],[158.233307,58.01944],[159.702179,58.851387],[159.789978,59.083878],[160.48378,59.542843],[161.837463,60.187492],[161.912476,60.419716],[163.643311,60.875404],[163.729126,60.936653],[163.509979,61.046944],[164.014984,61.330273],[163.748566,61.450825],[164.071503,61.783607],[164.120514,62.277073],[164.613846,62.474297],[165.284561,62.316658],[165.094055,62.455753],[165.62999,62.442764],[164.366486,62.711796],[163.257355,62.542637],[163.164429,62.44471],[163.350998,62.361938],[163.125656,62.284019],[162.952393,61.801243],[163.28331,61.661797],[163.005554,61.518326],[162.838165,61.71957],[162.653732,61.693043],[162.743866,61.598881],[162.409698,61.673466],[160.796021,60.738113],[160.138931,60.589226],[160.391357,61.025826],[159.780685,60.943462],[159.946625,61.136108],[159.854401,61.312767],[160.366364,61.765831],[160.35495,61.947487],[159.525269,61.664852],[159.247467,61.922218],[158.021378,61.730129],[157.486633,61.803322],[156.695526,61.533745],[156.656235,61.209717],[156.084961,61.012497],[155.89679,60.762215],[154.231491,59.878742],[154.297485,59.637497],[154.108719,59.46291],[154.501434,59.433048],[154.437881,59.54847],[155.186279,59.361622],[155.140259,59.204109],[154.741638,59.126938],[154.45108,59.219986],[154.022064,59.046104],[153.361618,59.241661],[152.877167,58.917496],[152.357178,59.023323],[151.308716,58.83902],[151.076767,59.106033],[152.284271,59.220062],[151.748566,59.296104],[151.386108,59.571106],[150.713165,59.443043],[150.442749,59.482494],[150.706909,59.575413],[149.592041,59.77124],[149.033493,59.631554],[149.209061,59.468948],[148.743011,59.491661],[148.721771,59.369991],[148.962189,59.380131],[148.898041,59.239159],[148.411026,59.262424],[148.212738,59.418884],[147.489136,59.239716],[146.511658,59.461105],[146.325241,59.390621],[146.314545,59.182491],[145.990509,59.14888],[145.79747,59.265133],[145.908447,59.413322],[145.665588,59.424652],[143.21109,59.376656],[142.587463,59.23777],[140.790253,58.308464],[140.501221,57.826523],[138.652771,56.98555],[137.7258,56.174995],[135.217468,54.930275],[135.261383,54.720543],[135.730942,54.571659],[136.81218,54.6502],[136.805527,54.13166],[136.654007,53.919575],[136.760803,53.7686],[137.175537,53.838047],[137.282654,54.037704],[137.063278,54.137497],[137.192444,54.217491],[137.741135,54.307423],[137.293274,54.074997],[137.855789,53.961937],[137.212112,53.582008],[137.345245,53.525269],[137.898926,53.573257],[138.553864,53.989433],[138.57135,53.814995],[138.239548,53.559296],[138.46524,53.521103],[138.770264,54.004715],[138.703583,54.313324],[139.336914,54.183327],[139.801849,54.292355],[140.240204,54.049992],[140.255875,53.862633],[140.555237,53.647774],[141.414825,53.29361],[141.435806,53.15374],[141.178314,52.981377],[140.713333,53.115757],[141.282745,52.716385],[141.124268,52.430546],[141.506927,52.2118],[141.309692,52.033051],[141.422684,51.923046],[140.90831,51.612354],[140.461624,50.701797],[140.51622,50.171448],[140.689728,50.090096],[140.410675,49.865547],[140.553894,49.556797],[140.339966,49.271935],[140.388733,48.965824],[140.176086,48.450127],[139.284012,47.814301],[138.555237,47.018883],[138.062469,46.181103],[135.891922,44.40173],[135.422333,43.756107],[133.940247,42.89138],[133.154846,42.682632],[132.461899,42.933601],[132.311218,42.846378],[132.351349,43.292286],[131.948853,43.063744],[131.844696,43.083256],[132.050797,43.313046],[131.810516,43.325554],[131.22316,42.558323],[130.714203,42.685616],[130.869049,42.523808],[130.723846,42.307911],[130.420807,42.311935],[129.760529,41.730545],[129.702042,40.830688],[127.517632,39.739574],[127.560188,39.311138],[127.374687,39.372215],[127.399712,39.195271],[128.362732,38.676865],[129.429443,37.059856],[129.392029,36.022823],[129.586868,36.003857],[129.237488,35.189903],[128.572754,35.169991],[128.382065,35.039165],[128.501373,35.008331],[128.40596,34.832771],[128.334961,34.946518],[127.597069,34.940128],[127.745811,34.725403],[127.637901,34.615967],[127.41832,34.818604],[127.512764,34.590824],[127.389427,34.4711],[127.126221,34.55138],[127.335121,34.740131],[126.889427,34.412491],[126.780746,34.585407],[126.597206,34.299854],[126.478317,34.345268],[126.292137,34.745758],[126.45166,34.578049],[126.660263,34.810131],[126.375565,34.791382],[126.433594,34.963608],[126.248734,35.113468],[126.457207,35.068886],[126.387497,35.336937],[126.684418,35.533394],[126.477066,35.637909],[126.801086,35.861664],[126.63269,35.965683],[126.761932,35.99527],[126.872017,36.056248],[126.544418,36.136406],[126.497208,36.723877],[126.293053,36.58194],[126.125816,36.707214],[126.294846,36.962074],[126.286995,36.793049],[126.401093,36.851936],[126.345123,36.991383],[126.474808,36.843185],[126.500816,37.051247],[126.772072,36.967487],[126.833038,36.760899],[126.992203,36.91082],[126.754784,37.047913],[126.869423,37.174301],[126.660957,37.159016],[126.861847,37.265549],[126.549286,37.645061],[126.688492,37.833908],[126.388596,37.887215],[126.104836,37.741241],[125.605263,38.0261],[125.724426,37.91082],[125.342758,37.671379],[125.509712,37.885548],[124.982903,37.933292],[125.256859,38.077286],[124.670052,38.119507],[124.993309,38.586376],[125.652069,38.629436],[125.140541,38.798119],[125.450439,39.572357],[125.120255,39.558743],[124.745293,39.77322],[124.63588,39.598011],[124.323952,39.915894],[124.388596,40.022491],[124.373596,40.09362],[124.128029,39.827774],[123.242203,39.814297],[123.21666,39.673882],[121.648041,38.996384],[121.698181,38.861103],[121.18734,38.719086],[121.088669,38.912212],[121.679428,39.09013],[121.599426,39.218597],[121.751099,39.351662],[121.509155,39.367355],[121.431664,39.511665],[121.228348,39.528465],[121.533005,39.623219],[121.468323,39.811378],[121.880951,40.003052],[122.29866,40.505619],[122.052132,40.738743],[121.177467,40.921936],[120.446785,40.196102],[119.526443,39.872421],[118.971519,39.156933],[118.327278,39.040829],[118.05526,39.223045],[117.799423,39.15332],[117.536377,38.675552],[117.672211,38.386658],[118.110527,38.146385],[118.837761,38.152905],[119.035538,37.878323],[118.940811,37.342491],[119.158867,37.171104],[119.767212,37.151382],[119.852905,37.352283],[120.737068,37.834991],[121.579987,37.424576],[122.128174,37.552563],[122.181374,37.418327],[122.558578,37.396244],[122.597214,37.209991],[122.354431,36.827774],[121.95665,37.000275],[121.594437,36.758888],[120.820541,36.645271],[120.738235,36.555408],[120.959991,36.526382],[120.875259,36.375824],[120.706238,36.422771],[120.695625,36.140747],[120.34359,36.041901],[120.307808,36.263447],[120.088852,36.199982],[120.237762,35.959435],[119.647453,35.578926],[119.200394,35.029575],[119.197479,34.769714],[120.248734,34.311451],[120.885818,32.974991],[120.837486,32.638885],[121.334846,32.429577],[121.441231,32.113327],[121.896515,31.741524],[121.827477,31.678329],[121.291519,31.870274],[120.944427,31.866386],[120.601929,32.093605],[120.099007,31.945551],[119.82666,32.306381],[119.761787,32.32729],[119.631653,32.262772],[119.885048,31.99194],[120.136375,31.903885],[120.702621,31.988327],[120.719635,31.819441],[121.668053,31.308887],[121.882767,30.979856],[121.846931,30.853052],[120.991508,30.568886],[120.814423,30.335552],[120.458588,30.392981],[120.149986,30.196939],[120.508186,30.310274],[120.79158,30.06465],[121.280807,30.304581],[121.677757,29.963051],[122.11956,29.882113],[121.448318,29.511665],[121.974358,29.589163],[121.933594,29.195274],[121.81192,29.183884],[121.796921,29.372356],[121.744354,29.197287],[121.561096,29.291107],[121.413521,29.163397],[121.69136,29.021942],[121.490814,28.935898],[121.611298,28.72798],[121.146378,28.84215],[121.484428,28.669926],[121.641663,28.347218],[121.341927,28.138885],[121.165123,28.382774],[120.935257,27.982218],[120.59082,28.079441],[120.839989,27.872288],[120.581161,27.593191],[120.665543,27.450829],[120.507492,27.207771],[120.18956,27.282776],[120.421097,27.147636],[120.03318,26.898052],[120.12796,26.644648],[119.86026,26.517776],[120.073311,26.788225],[119.866783,26.648884],[119.787903,26.796108],[119.550262,26.756248],[119.820404,26.442217],[119.577477,26.473885],[119.658043,26.338608],[119.948868,26.367775],[119.425262,25.996941],[119.097488,26.140413],[119.354012,25.937876],[119.705826,25.99069],[119.580742,25.67996],[119.452209,25.682219],[119.645401,25.353331],[119.314949,25.606489],[119.105263,25.420967],[119.352554,25.253189],[119.272629,25.172079],[118.87487,25.242599],[119.011444,24.947634],[118.572906,24.882914],[118.763115,24.756733],[118.622757,24.543888],[118.2397,24.536385],[118.1688,24.681938],[118.019882,24.440237],[117.794731,24.460186],[118.123726,24.258747],[117.763321,23.917217],[117.762627,24.059998],[117.6147,23.863609],[117.304703,23.758331],[117.195679,23.624371],[116.917938,23.659187],[116.76033,23.354996],[116.532204,23.420238],[116.787071,23.23666],[116.513893,23.210827],[116.48172,22.939022],[115.79776,22.739162],[115.640266,22.884163],[115.536652,22.658886],[115.161377,22.808331],[114.888893,22.702774],[114.936653,22.649998],[114.872208,22.533054],[114.718048,22.640274],[114.778183,22.814024],[114.520828,22.699718],[114.613594,22.504232],[114.222267,22.550041],[114.388527,22.429926],[114.296104,22.260561],[114.198029,22.318054],[113.905609,22.367355],[114.033691,22.508739],[113.860809,22.474438],[113.523338,23.016645],[113.821899,23.117241],[113.683594,23.152704],[113.479279,23.050831],[113.3629,22.879858],[113.564774,22.549442],[113.552681,22.18701],[113.168732,22.567009],[113.386787,22.179647],[113.222618,22.040691],[113.084846,22.204855],[112.940048,21.869301],[112.82402,21.964718],[112.281937,21.701385],[111.892136,21.916105],[111.966927,21.751389],[111.676231,21.778193],[111.783173,21.612637],[111.643951,21.526804],[111.028458,21.525276],[110.532761,21.211384],[110.394356,21.37322],[110.159355,20.843815],[110.375534,20.84083],[110.323883,20.639996],[110.527351,20.486176],[110.27887,20.246105],[109.924423,20.233604],[110.006866,20.431801],[109.662903,20.924162],[109.941093,21.446941],[109.660469,21.50569],[109.573318,21.723328],[109.534431,21.494993],[109.142761,21.396664],[109.137497,21.583054],[108.910957,21.616106],[108.870247,21.798885],[108.740257,21.598885],[108.469215,21.935621],[108.46624,21.558746],[108.333603,21.689995],[108.20797,21.499161],[107.854843,21.525553],[107.59478,21.292776],[107.416512,21.325968],[107.366928,21.265274],[107.370674,21.025692],[107.154427,20.924995],[107.146507,21.036142],[106.862625,20.871178],[106.791374,21.02611],[106.646652,21.021664],[106.776932,20.699162],[106.597214,20.632591],[106.527626,20.240133],[105.956795,19.92305],[105.638565,18.890654],[106.509918,17.956112],[106.424988,17.741661],[106.698868,17.399719],[107.811508,16.31201],[108.188583,16.199162],[108.201164,15.999441],[108.246574,16.154371],[108.330826,16.150414],[108.305817,15.948332],[108.624977,15.48222],[108.829163,15.421943],[109.461861,12.86097],[109.197334,12.631526],[109.346931,12.394929],[109.146996,12.432082],[109.269989,11.892498],[109.183113,12.116941],[109.2211,11.756109],[109.021683,11.362254],[107.26619,10.376129],[106.998581,10.655062],[106.967148,10.474619],[106.904137,10.631386],[106.763031,10.680552],[106.591553,10.429691],[106.732468,10.470483],[106.784241,10.27979],[106.424316,10.311384],[106.77803,10.082359],[106.603859,9.974094],[106.296631,10.254998],[106.688438,9.893888],[106.607117,9.810866],[106.114807,10.234068],[106.570671,9.741386],[106.54303,9.583609],[106.398453,9.53236],[105.823715,10.004224],[106.194542,9.368469],[105.533875,9.129441],[105.1213,8.625066],[104.742752,8.604998],[104.922546,8.745206],[104.798935,8.79222],[104.880531,9.764443],[105.112747,9.854789],[104.981773,10.104442],[104.610237,10.168888],[104.251289,10.566178],[103.634987,10.490206],[103.516083,10.638054],[103.719421,10.887499],[103.555656,11.155346],[103.348862,10.884722],[103.1297,10.883053],[102.960251,11.544166],[103.076393,11.71274],[102.895882,11.826769],[102.935654,11.591387],[102.641518,12.174998],[102.337769,12.195276],[102.355743,12.358677],[102.243462,12.306525],[102.060677,12.566248],[101.756584,12.704997],[100.932213,12.611387],[100.976349,13.462809],[100.222214,13.46833],[99.956787,13.291077],[100.104012,13.044721],[99.961655,12.674442],[100.020821,12.19465],[99.150818,10.364718],[99.237206,9.25729],[99.845398,9.300414],[99.958603,8.625275],[100.238022,8.406666],[100.578094,7.220138],[100.207619,7.77736],[100.182884,7.515555],[100.424828,7.157777],[100.590546,7.20912],[101.025528,6.847221],[101.54554,6.848471],[101.786781,6.477082],[102.333878,6.175554],[103.181923,5.282777],[103.493713,4.308749],[103.336365,3.744097],[103.476425,3.49868],[103.438019,2.925833],[103.820244,2.575902],[104.253593,1.633333],[104.211639,1.340625],[103.958511,1.644305],[103.998512,1.435694],[103.824898,1.475972],[103.683495,1.445555],[103.512138,1.269528],[103.37455,1.533472],[101.285736,2.843541],[101.290108,3.274861],[100.697044,3.910416],[100.868507,4.02236],[100.601913,4.221665],[100.60553,4.798332],[100.36232,5.084374],[100.35553,5.963888],[100.090179,6.533436],[99.683868,6.882777],[99.745682,7.117916],[99.390823,7.301666],[99.259811,7.655802],[98.771935,8.018472],[98.655884,8.379929],[98.436295,8.147985],[98.274155,8.274443],[98.328049,9.207499],[98.745399,10.327637],[98.551399,9.986907],[98.460747,10.728747],[98.709427,10.916247],[98.7472,11.674859],[98.883728,11.69722],[98.598457,11.749304],[98.720825,12.013887],[98.705872,12.224465],[98.53373,12.254641],[98.70359,12.340046],[98.580338,13.178331],[98.186234,14.054997],[98.140686,13.538193],[98.087212,14.17986],[97.797256,14.881962],[97.724571,15.846664],[97.56971,16.065205],[97.737289,16.560764],[97.378036,16.494995],[96.878036,17.449997],[96.777771,16.703884],[96.37748,16.502499],[96.241928,16.803734],[96.268326,16.389717],[96.006805,16.383068],[95.428589,15.729719],[95.278046,15.789998],[95.365402,15.991942],[95.360603,16.141453],[95.21756,15.786317],[95.137207,16.137218],[95.040611,15.808331],[94.848183,15.782151],[94.988518,16.236176],[94.657074,15.850831],[94.791656,16.148663],[94.563736,15.938609],[94.680954,16.123884],[94.686646,16.189579],[94.642769,16.337914],[94.250961,15.958886],[94.232765,16.35083],[94.612343,17.547426],[94.238586,18.737774],[94.038391,18.847078],[94.051292,19.221565],[93.874306,19.255974],[93.978249,19.362635],[93.98571,19.457146],[93.600403,19.717493],[93.724358,19.932426],[93.137871,20.065725],[93.242966,19.831802],[93.100548,19.975828],[93.12664,19.839302],[92.981926,20.074442],[93.109154,20.171246],[92.994148,20.1493],[93.082077,20.539198],[92.867683,20.119511],[92.769775,20.203224],[92.891937,20.322773],[92.796097,20.489994],[92.644325,20.685829],[92.737198,20.263191],[92.261932,21.05431],[92.300537,20.760275],[92.048042,21.164995],[92.039429,21.660275],[91.704437,22.480549],[91.455826,22.789997],[91.230675,22.586386],[90.83152,22.688328],[90.624565,23.058401],[90.709641,23.54965],[90.473602,23.575829],[90.548042,23.384302],[90.310806,23.435829],[90.613182,23.218328],[90.4244,22.770189],[90.61734,22.344997],[90.435951,22.073051],[90.401382,22.260555],[90.269989,21.846941],[90.023315,21.863468],[90.238449,22.182842],[90.048141,21.983023],[90.074089,22.158884],[89.915817,22.03722],[90,22.483751],[89.841377,22.260969],[89.883736,21.894648],[89.5811,21.70166],[89.61512,22.31958],[89.528252,21.99069],[89.534042,22.063931],[89.474709,22.289164],[89.418243,21.713814],[89.35498,21.966036],[89.207451,21.652184],[89.054459,22.129406],[89.084366,21.625204],[88.712006,21.562288],[88.676781,22.197147],[88.57222,21.559998],[88.500267,21.94805],[88.450401,21.611385],[88.306335,21.610586],[88.295471,21.776594],[88.261208,21.796915],[88.257492,21.548746],[88.199257,22.151905],[87.906097,22.420412],[88.166519,22.08972],[87.796371,21.698883],[86.963318,21.381939],[86.828049,21.152496],[87.025558,20.674828],[86.421227,19.984926],[86.196365,20.074997],[86.355255,19.965828],[85.451385,19.660275],[85.575005,19.835482],[85.434883,19.887009],[85.125191,19.507284],[85.249443,19.649532],[85.382492,19.612495],[84.726585,19.124001],[84.115883,18.30208],[82.362068,17.09833],[82.301697,16.583054],[81.727264,16.310829],[81.321014,16.367081],[81.013336,15.783436],[80.882622,16.011942],[80.825272,15.751944],[80.684708,15.9],[80.279434,15.699165],[80.04908,15.055553],[80.309143,13.438053],[80.152481,13.718054],[80.049423,13.620553],[80.34874,13.342636],[80.160263,12.473053],[79.764297,11.656249],[79.858109,10.285831],[79.324356,10.279929],[78.943314,9.598331],[79.009155,9.331665],[79.331665,9.264166],[79.446228,9.159928],[78.967903,9.273332],[78.409988,9.096943],[78.192474,8.904165],[78.062065,8.366247],[77.536102,8.071943],[76.998596,8.365274],[76.575821,8.876942],[76.663734,9.003818],[76.534149,8.964998],[76.380264,9.281387],[76.244423,9.961213],[76.352898,9.526387],[76.498871,9.530416],[75.717758,11.365274],[75.193871,12.010138],[74.855255,12.754997],[74.411926,14.483332],[74.097969,14.787463],[73.788597,15.398991],[73.949501,15.398541],[73.447479,16.058609],[72.853867,18.660553],[73.054184,19.004717],[72.773216,18.945932],[72.779015,19.310553],[73.042625,19.211046],[72.753746,19.372772],[72.664154,19.870831],[72.934418,20.774719],[72.56485,21.375065],[73.127129,21.757845],[72.546028,21.663883],[72.722626,21.990131],[72.501656,21.974924],[72.580681,22.19833],[72.914772,22.271109],[72.15519,22.281246],[72.325409,22.151524],[72.038902,21.939022],[72.163177,21.837357],[71.998314,21.853886],[72.289154,21.610828],[72.108101,21.204092],[70.825127,20.695967],[70.060806,21.14444],[68.945953,22.289303],[69.071381,22.480757],[69.22039,22.273956],[70.169983,22.550831],[70.50972,23.09819],[69.710266,22.742771],[68.752487,23.089165],[68.404152,23.512636],[68.741364,23.844162],[68.255684,23.57958],[68.157379,23.891869],[68.150818,23.688049],[68.015625,23.935205],[68.01944,23.766457],[67.519218,23.876549],[67.1511,24.613052],[67.235397,24.772915],[66.651375,24.828539],[66.732758,25.197495],[66.438034,25.59333],[66.144142,25.507273],[66.500053,25.403814],[64.762909,25.320551],[64.648735,25.162495],[64.093666,25.328468],[64.117348,25.453188],[63.429161,25.214996],[62.556938,25.259443],[61.76083,25.032082],[61.782875,25.174212],[61.39624,25.08083],[60.622631,25.269857],[60.550964,25.441107],[60.410271,25.397774],[60.466797,25.26597],[58.128185,25.542913],[57.951241,25.699993],[57.319092,25.771456],[57.202217,25.991661]]],[[[91.931656,77.599716],[91.779984,77.624146],[91.739983,77.6436],[92.037697,77.626228],[91.931656,77.599716]]],[[[82.167694,77.515808],[82.443863,77.510269],[82.577629,77.470268],[82.123032,77.502625],[82.167694,77.515808]]],[[[106.523712,77.386917],[106.731934,77.466385],[106.90416,77.444977],[106.646652,77.376083],[106.523712,77.386917]]],[[[107.354431,77.228867],[107.20311,77.234428],[107.414993,77.356644],[107.689697,77.26416],[107.354431,77.228867]]],[[[89.167831,77.164429],[89.1436,77.238037],[89.263046,77.296371],[89.68457,77.281097],[89.167831,77.164429]]],[[[96.520859,77.201584],[96.166092,76.989151],[95.231239,76.996658],[95.593048,77.078049],[96.520859,77.201584]]],[[[88.934402,77.141006],[88.645546,77.102905],[88.783051,77.00499],[88.627197,77.076096],[88.650543,77.119141],[88.710541,77.13916],[88.934402,77.141006]]],[[[156.496857,77.147064],[156.67746,77.140549],[156.731766,77.122757],[156.436356,77.132065],[156.496857,77.147064]]],[[[96.343246,76.91655],[96.221924,76.885818],[95.942749,76.906372],[96.187195,76.938309],[96.343246,76.91655]]],[[[97.851654,76.766098],[97.739975,76.812759],[97.729431,76.818329],[97.919434,76.838318],[97.851654,76.766098]]],[[[97.439697,76.733597],[97.359421,76.74942],[97.105125,76.76416],[97.615814,76.776382],[97.439697,76.733597]]],[[[148.401123,76.634201],[148.746613,76.745819],[149.314423,76.753601],[149.168854,76.650543],[148.401123,76.634201]]],[[[97.519989,76.580826],[97.31749,76.60318],[97.440536,76.714996],[97.519989,76.580826]]],[[[95.648453,76.673416],[95.831383,76.681786],[95.497208,76.647217],[95.412766,76.699707],[95.648453,76.673416]]],[[[95.124084,76.712357],[95.324432,76.657074],[94.814705,76.645546],[95.071655,76.679428],[95.124084,76.712357]]],[[[96.464081,76.706009],[96.242203,76.609711],[95.890549,76.617897],[95.973312,76.672211],[96.464081,76.706009]]],[[[112.574997,76.441925],[112.424698,76.455261],[111.95665,76.598602],[112.507217,76.627472],[112.7136,76.513741],[112.574997,76.441925]]],[[[93.951813,76.609818],[94.294144,76.585541],[94.357208,76.574432],[93.8722,76.589157],[93.951813,76.609818]]],[[[113.118759,76.369995],[113.258881,76.436371],[113.4422,76.363869],[113.306931,76.359146],[113.118759,76.369995]]],[[[96.758881,76.173599],[96.834427,76.346939],[97.073044,76.30304],[96.858322,76.272217],[97.038315,76.233047],[96.758881,76.173599]]],[[[96.35054,76.097488],[96.176926,76.152206],[95.263611,76.213043],[95.345825,76.285538],[96.339432,76.303864],[96.645134,76.260963],[96.569153,76.150269],[96.362198,76.262207],[96.35054,76.097488]]],[[[94.751007,76.254166],[94.997482,76.26915],[94.840271,76.179428],[94.411232,76.207764],[94.751007,76.254166]]],[[[144.925812,75.458038],[144.673447,75.328186],[144.936371,75.266243],[144.348297,75.044434],[143.365509,75.067215],[142.497055,75.362411],[143.023163,75.68457],[142.447479,75.711105],[142.140259,75.59082],[142.213013,75.333328],[142.634979,75.093597],[143.698517,74.937195],[142.487457,74.811646],[141.973358,74.93866],[142.35614,74.92942],[142.170532,75.004166],[140.058487,74.831306],[139.646942,74.979156],[139.462601,74.928596],[139.498581,74.761658],[139.096069,74.647217],[138.025269,74.804428],[136.860657,75.352066],[137.404968,75.352203],[137.131775,75.417343],[137.287476,75.591858],[136.968445,75.606133],[137.205231,75.784149],[137.740234,75.745819],[137.449982,75.954712],[138.832184,76.220261],[140.496918,75.79332],[140.479126,75.636108],[141.055939,75.642349],[140.869614,75.7388],[140.971893,76.039154],[141.612549,76.017036],[141.356628,76.180542],[142.560242,75.857758],[143.900543,75.837204],[145.382111,75.515472],[144.925812,75.458038]]],[[[152.559692,76.119751],[152.457321,76.159851],[152.80304,76.158325],[152.76886,76.111649],[152.559692,76.119751]]],[[[140.895538,76.059494],[140.936646,76.135818],[141.077042,76.11248],[141.078857,76.085815],[140.895538,76.059494]]],[[[97.33728,76.102081],[97.026093,76],[96.695122,76.007492],[96.766937,76.028046],[97.33728,76.102081]]],[[[82.892212,75.909424],[82.772491,75.944427],[82.258186,75.962349],[83.299561,75.938034],[82.892212,75.909424]]],[[[81.636368,75.927917],[82.251938,75.876923],[82.254021,75.865959],[81.550812,75.923599],[81.636368,75.927917]]],[[[135.44751,75.374374],[135.708008,75.849991],[136.178452,75.616089],[135.930267,75.396103],[135.44751,75.374374]]],[[[140.745941,75.651855],[140.596619,75.652206],[140.51944,75.702911],[140.769989,75.6772],[140.745941,75.651855]]],[[[146.507263,75.587189],[146.972198,75.338318],[148.387756,75.416092],[148.57074,75.374214],[148.446411,75.281723],[148.578033,75.213318],[150.953033,75.139435],[150.633575,74.892624],[149.695801,74.760818],[148.256104,74.789154],[146.074142,75.223732],[146.507263,75.587189]]],[[[82.150467,75.497589],[82.00972,75.438873],[82.289566,75.334435],[82.039154,75.340271],[82.011932,75.172211],[81.495537,75.354568],[82.150467,75.497589]]],[[[87.014832,74.988144],[87.136108,74.939011],[86.690536,74.901093],[86.835266,74.826385],[86.211105,74.898605],[87.014832,74.988144]]],[[[86.467621,74.818756],[86.748871,74.797211],[86.783325,74.780823],[86.599991,74.751099],[86.467621,74.818756]]],[[[85.470917,74.812241],[85.701935,74.72554],[85.097069,74.751656],[85.334717,74.770264],[85.470917,74.812241]]],[[[79.164398,74.60524],[79.279434,74.656647],[79.612198,74.594986],[79.498596,74.518051],[79.164398,74.60524]]],[[[85.640289,74.541245],[85.385269,74.451096],[85.145126,74.527489],[85.310806,74.581375],[85.640289,74.541245]]],[[[85.856369,74.439697],[85.660957,74.473595],[85.823608,74.570267],[86.212631,74.522629],[85.856369,74.439697]]],[[[112.787773,74.091934],[112.159416,74.13472],[111.455963,74.321587],[111.877762,74.345261],[112.078873,74.548599],[113.419983,74.424988],[112.787773,74.091934]]],[[[84.6922,74.502747],[84.9422,74.474297],[84.37442,74.452484],[84.43248,74.466934],[84.6922,74.502747]]],[[[85.201218,74.421387],[85.506378,74.434708],[85.585823,74.417763],[85.404709,74.388885],[85.201218,74.421387]]],[[[115.917236,74.295883],[115.993042,74.374695],[116.127197,74.310806],[116.048027,74.284988],[115.917236,74.295883]]],[[[140.448608,73.901611],[140.109955,74.031372],[140.096619,74.188583],[140.69635,74.282211],[141.11705,74.164986],[141.020538,73.992752],[140.448608,73.901611]]],[[[135.417603,74.247742],[136.034149,74.088318],[136.270966,73.932755],[136.070801,73.896942],[135.417603,74.247742]]],[[[82.564697,74.159317],[82.733871,74.095406],[82.319847,74.093597],[82.351654,74.138046],[82.564697,74.159317]]],[[[82.829422,74.083633],[83.202774,74.149719],[83.618454,74.081657],[83.449707,74.037766],[82.829422,74.083633]]],[[[83.977509,74.026047],[84.396652,74.043045],[84.416656,73.964996],[83.88221,74.010132],[83.977509,74.026047]]],[[[124.509453,73.837708],[124.370529,73.844986],[124.289429,73.887627],[124.6604,73.894852],[124.509453,73.837708]]],[[[141.160797,73.877335],[142.513031,73.838882],[143.431915,73.522491],[143.505829,73.23027],[139.653595,73.402206],[140.416077,73.483047],[141.160797,73.877335]]],[[[86.878586,73.623032],[87.178589,73.814423],[87.25444,73.765823],[87.089432,73.66304],[86.878586,73.623032]]],[[[123.554977,73.208328],[123.221786,73.401794],[123.373314,73.659157],[123.965546,73.61998],[123.884697,73.766098],[124.358597,73.803589],[125.583878,73.540817],[125.566238,73.402489],[126.317345,73.543182],[126.157066,73.37706],[126.530273,73.356934],[126.710892,73.081032],[126.293869,72.899719],[126.381645,72.795746],[126.246231,72.525269],[126.348328,72.379974],[126.165817,72.301926],[124.718323,72.676376],[122.43235,72.97718],[123.181229,72.917343],[123.376923,73.162903],[123.658867,73.168045],[123.554977,73.208328]]],[[[86.896271,73.693069],[86.736649,73.595261],[86.394989,73.588318],[86.535263,73.645264],[86.896271,73.693069]]],[[[125.792137,73.506622],[125.708328,73.59082],[125.803864,73.638885],[125.837196,73.525269],[125.792137,73.506622]]],[[[80.33638,73.5],[80.135269,73.524994],[80.056641,73.555817],[80.403595,73.546097],[80.33638,73.5]]],[[[75.30632,73.418335],[75.621094,73.549988],[76.074852,73.560951],[75.880264,73.457489],[75.30632,73.418335]]],[[[76.081436,73.527512],[76.210266,73.553864],[76.657486,73.479431],[76.764221,73.432343],[76.081436,73.527512]]],[[[127.400101,73.517776],[127.662201,73.53804],[128.059006,73.484428],[127.675537,73.497757],[127.400101,73.517776]]],[[[126.771927,73.076385],[126.626083,73.377762],[127.041656,73.537766],[127.976646,73.470261],[128.352737,73.353035],[128.257629,73.268051],[128.966766,73.166855],[128.780884,73.072624],[129.118561,73.097763],[126.589432,72.535812],[126.55526,72.404572],[126.330963,72.477905],[126.445816,72.789841],[126.332001,72.890823],[126.771927,73.076385]]],[[[69.873505,73.050552],[70.063034,73.232483],[69.961105,73.400543],[70.485535,73.493042],[71.247482,73.454163],[70.999146,73.288879],[71.210541,73.268051],[71.454987,73.346649],[71.677765,73.210823],[69.873505,73.050552]]],[[[126.492249,73.392059],[126.468048,73.443863],[126.658333,73.458603],[126.613029,73.399437],[126.492249,73.392059]]],[[[71.143646,73.338562],[71.247208,73.411102],[71.359146,73.393326],[71.220825,73.281937],[71.143646,73.338562]]],[[[76.184372,73.171066],[76.123589,73.204155],[76.736099,73.150543],[76.468872,73.12915],[76.184372,73.171066]]],[[[120,73.038193],[119.808868,73.034149],[119.632614,73.118034],[120.275269,73.095406],[120,73.038193]]],[[[74.095825,73.026932],[74.4272,73.131927],[74.884995,73.086655],[74.962494,73.05304],[74.703049,73.074432],[74.654434,72.85582],[74.095825,73.026932]]],[[[78.67572,72.901672],[79.216095,73.092484],[79.5811,72.747337],[78.604706,72.80304],[78.67572,72.901672]]],[[[122.016037,72.931961],[122.177467,72.953598],[122.374008,72.894302],[122.328598,72.891937],[122.016037,72.931961]]],[[[128.95636,72.906647],[128.782059,72.912483],[129.195374,72.924286],[129.163025,72.914154],[128.95636,72.906647]]],[[[122.317146,72.944931],[123.187477,72.868042],[123.601791,72.774994],[122.752777,72.821106],[122.317146,72.944931]]],[[[129.140808,72.781662],[128.326904,72.808868],[128.291992,72.869698],[129.298035,72.800262],[129.140808,72.781662]]],[[[127.318176,72.650711],[128.279144,72.787201],[129.343506,72.70401],[129.18692,72.653595],[128.63443,72.700546],[127.318176,72.650711]]],[[[128.100525,72.631958],[128.688293,72.672211],[128.972198,72.59082],[128.65332,72.523605],[128.100525,72.631958]]],[[[126.675667,72.42894],[127.800537,72.641373],[128.708008,72.464157],[129.261932,72.463318],[129.499283,72.327492],[129.355377,72.25499],[129.558731,72.222069],[128.763611,72.074158],[127.549713,72.433319],[126.675667,72.42894]]],[[[76.868271,72.343842],[77.620255,72.630539],[78.39138,72.485954],[77.782486,72.296646],[76.868271,72.343842]]],[[[126.673309,72.187485],[126.527481,72.294983],[126.538879,72.352203],[126.663597,72.3479],[126.673309,72.187485]]],[[[127.004501,72],[127.156631,71.955826],[127.174065,71.93956],[126.902771,72.023315],[127.004501,72]]],[[[138.468842,71.65332],[138.373566,71.683037],[138.721069,71.686371],[138.6633,71.673309],[138.468842,71.65332]]],[[[-180,70.997208],[-180,71.535843],[-179.628601,71.577194],[-178.568604,71.564148],[-177.441544,71.229347],[-177.930435,71.039429],[-179.274445,70.907761],[-180,70.997208]]],[[[137.9646,71.507965],[137.67691,71.411652],[136.992874,71.5186],[137.750275,71.594437],[137.9646,71.507965]]],[[[180,71.535858],[180,70.997208],[178.791016,70.796402],[178.6194,71.031509],[180,71.535858]]],[[[82.354813,70.902557],[82.348602,70.988312],[82.503052,70.958878],[82.414703,70.878586],[82.354813,70.902557]]],[[[83.163147,70.89183],[83.071938,70.936371],[83.052475,70.976929],[83.25708,70.903595],[83.163147,70.89183]]],[[[160.719788,70.818512],[160.469971,70.823883],[160.407196,70.915955],[160.644714,70.896378],[160.719788,70.818512]]],[[[83.067612,70.41626],[83.214157,70.807205],[83.457214,70.74498],[83.288315,70.673309],[83.301651,70.456375],[83.067612,70.41626]]],[[[161.691681,70.745407],[161.64859,70.748322],[161.463287,70.803589],[161.657745,70.808594],[161.691681,70.745407]]],[[[83.40361,70.511276],[83.368317,70.567764],[83.572906,70.572495],[83.483871,70.489426],[83.40361,70.511276]]],[[[83.606506,70.454361],[83.5336,70.377197],[83.3797,70.36499],[83.558319,70.522766],[83.606506,70.454361]]],[[[82.782593,70.197815],[82.955551,70.246094],[83.1129,70.140266],[82.972488,70.131088],[82.782593,70.197815]]],[[[169.41272,69.763779],[169.205536,69.573883],[168.868286,69.567764],[167.751923,69.827484],[168.270264,70.020538],[169.407196,69.870819],[169.41272,69.763779]]],[[[161.730499,69.55661],[161.654282,69.629143],[161.847198,69.646942],[161.854538,69.58374],[161.730499,69.55661]]],[[[161.372467,69.405853],[161.428436,69.459572],[161.395813,69.587486],[161.622192,69.588593],[161.619263,69.449287],[161.372467,69.405853]]],[[[67.032883,69.49736],[67.301651,69.595261],[67.366379,69.539703],[67.252487,69.444702],[67.032883,69.49736]]],[[[161.422729,68.88678],[161.469696,68.987762],[161.13443,69.089706],[161.096344,69.470535],[161.375244,69.53582],[161.320663,69.237755],[161.519989,68.966934],[161.422729,68.88678]]],[[[67.000626,69.393433],[66.939842,69.44693],[67.217484,69.407211],[67.131088,69.361374],[67.000626,69.393433]]],[[[65.954102,69.095963],[66.233871,69.074432],[66.537628,68.946793],[66.156647,69.071106],[65.954102,69.095963]]],[[[-169.694962,66.068062],[-170.450867,65.916382],[-170.63559,65.610535],[-171.542389,65.835548],[-171.023499,65.579147],[-171.125427,65.476501],[-172.08252,65.484421],[-171.814041,65.521095],[-172.802643,65.674698],[-172.190552,65.446625],[-172.24472,65.245514],[-172.683075,65.227768],[-172.128983,65.083176],[-172.464722,64.920258],[-173.045563,64.863022],[-173.195221,64.778168],[-172.898529,64.830376],[-172.773773,64.779709],[-173.084946,64.662613],[-172.355835,64.458313],[-173.025726,64.49678],[-172.898087,64.337196],[-173.191406,64.254425],[-173.434189,64.327415],[-173.284317,64.520538],[-173.415573,64.616646],[-173.363052,64.464989],[-173.67308,64.346794],[-174.846375,64.777771],[-175.448883,64.784424],[-175.913361,65.016365],[-175.780609,65.160797],[-176.078064,65.470261],[-177.068054,65.609711],[-178.557388,65.514153],[-178.4561,65.727478],[-178.909454,65.993866],[-178.542511,66.163315],[-178.526154,66.402908],[-178.909592,66.170532],[-179.17099,66.414848],[-179.17514,66.291054],[-179.42392,66.340675],[-179.283783,66.166786],[-179.689194,66.183578],[-179.800308,65.874138],[-179.320831,65.530121],[-180,65.068909],[-180,68.980103],[-178.92337,68.768326],[-178.490417,68.584557],[-178.715576,68.655823],[-178.740402,68.542892],[-178.035721,68.423294],[-177.950562,68.289963],[-177.706131,68.336647],[-178.376678,68.550522],[-177.632202,68.324692],[-177.680328,68.223877],[-175.463623,67.707474],[-175.191101,67.510803],[-175.375977,67.34304],[-174.833893,67.386086],[-174.954758,67.104012],[-174.744598,66.765678],[-174.994873,66.671989],[-174.506439,66.552185],[-174.467377,66.303444],[-174.024353,66.479828],[-174.036819,66.213516],[-173.761963,66.449493],[-174.302383,66.581924],[-173.99585,66.691345],[-174.125275,66.989136],[-174.651154,67.06012],[-173.676392,67.132065],[-173.172943,67.059006],[-173.357239,66.839569],[-173.15509,66.860382],[-173.136414,66.996628],[-172.436203,66.937675],[-173.011963,67.056076],[-171.726105,66.955246],[-170.484207,66.320404],[-170.637482,66.239105],[-170.349579,66.291626],[-170.181885,66.2024],[-170.331253,66.178734],[-169.694962,66.068062]]],[[[69.823135,66.488525],[69.419434,66.769714],[69.126923,66.791924],[69.457764,66.798599],[69.5336,66.719986],[69.644989,66.687195],[69.541878,66.755844],[70.085266,66.688866],[70.102486,66.527763],[69.823135,66.488525]]],[[[-172.675995,64.731247],[-172.439758,64.861374],[-172.167267,64.772476],[-172.590576,64.703308],[-172.675995,64.731247]]],[[[-172.750366,64.671448],[-172.532257,64.661377],[-172.490829,64.631226],[-172.628601,64.617203],[-172.750366,64.671448]]],[[[163.385529,58.559402],[163.691925,58.744995],[163.841843,58.994995],[163.699402,59.014442],[164.55304,59.237213],[164.704132,59.024712],[164.651367,58.882767],[163.457184,58.465271],[163.385529,58.559402]]],[[[150.454559,59.017799],[150.6586,59.153877],[150.747467,59.101936],[150.534424,59.001389],[150.454559,59.017799]]],[[[166.246246,55.329628],[166.248581,55.147076],[166.664001,54.677494],[165.831909,55.303322],[166.246246,55.329628]]],[[[137.221313,54.77372],[137.566925,55.188881],[138.205383,55.040691],[137.707184,54.618324],[137.486633,54.87249],[137.221313,54.77372]]],[[[136.667267,54.90506],[136.808319,55.018051],[137.187881,55.105412],[137.046082,54.917496],[136.667267,54.90506]]],[[[167.432983,54.863075],[167.733582,54.756943],[168.112595,54.509304],[167.546356,54.759163],[167.432983,54.863075]]],[[[137.642792,54.387451],[137.549683,54.509857],[137.61412,54.564575],[137.645538,54.5075],[137.642792,54.387451]]],[[[137.718018,54.380882],[137.84024,54.498882],[137.913879,54.507774],[137.831909,54.392494],[137.718018,54.380882]]],[[[143.431366,46.01944],[143.356201,46.559853],[142.526367,46.682495],[142.087585,45.891659],[141.819427,46.485825],[142.057068,47.07888],[141.963028,47.599991],[142.187683,47.953953],[141.853699,48.757145],[142.140533,49.55249],[142.043167,50.54208],[142.267761,51.104439],[141.648041,51.886658],[141.639008,52.313465],[141.923431,53.013187],[141.770126,53.367771],[142.220245,53.518463],[142.274689,53.369713],[142.472473,53.386242],[142.681091,53.5168],[142.50177,53.663464],[142.79921,53.703945],[142.769836,53.838394],[142.610458,53.692558],[142.720657,53.927631],[142.39386,54.237495],[142.639435,54.262772],[142.713425,54.424576],[143.009079,54.130825],[142.881348,53.808044],[143.329132,52.914436],[143.306152,52.478256],[143.199554,52.345547],[143.255951,52.593044],[143.152771,52.38166],[143.124969,51.960548],[143.314972,51.729431],[143.219421,51.525826],[143.367172,51.638882],[143.449982,51.498604],[143.381195,51.345615],[143.523026,51.267773],[143.794846,50.293743],[144.740692,48.645302],[143.981903,49.268883],[143.289703,49.397633],[143.66011,49.307629],[142.986633,49.095551],[142.535675,47.796661],[143.017548,47.248535],[143.174072,46.706314],[143.491638,46.808601],[143.601898,46.383606],[143.431366,46.01944]]],[[[155.447693,50.880013],[155.580261,50.934158],[155.669708,50.856659],[155.556915,50.804161],[155.447693,50.880013]]],[[[156.400848,50.625641],[156.189148,50.674438],[156.175262,50.753609],[156.468445,50.867493],[156.400848,50.625641]]],[[[155.226166,50.052597],[155.247742,50.301384],[155.665405,50.38805],[156.11441,50.751102],[156.150955,50.521938],[155.892761,50.263611],[155.226166,50.052597]]],[[[154.593903,49.291031],[154.746201,49.58902],[154.904419,49.620827],[154.807205,49.299995],[154.593903,49.291031]]],[[[154.464722,49.167923],[154.583038,49.145828],[154.595932,49.10902],[154.487335,49.08083],[154.464722,49.167923]]],[[[153.980804,48.734688],[154.116074,48.89777],[154.229828,48.899017],[154.063293,48.742767],[153.980804,48.734688]]],[[[152.206604,47.125015],[152.015671,46.8918],[151.712189,46.801102],[152.221222,47.173187],[152.206604,47.125015]]],[[[149.473541,45.603317],[149.929138,46.0075],[150.498566,46.19249],[150.158875,45.899994],[149.473541,45.603317]]],[[[146.883026,44.396942],[147.111908,44.793884],[147.892273,45.227001],[147.904144,45.40416],[148.074417,45.248325],[148.851913,45.477768],[148.77533,45.31395],[147.612457,44.960827],[146.883026,44.396942]]],[[[143.781372,42.749161],[143.37384,42.361664],[143.243149,41.924717],[141.790527,42.606384],[140.99025,42.297009],[140.752258,42.550964],[140.470657,42.570827],[140.298721,42.241241],[141.194412,41.794956],[140.980789,41.705132],[140.666367,41.824162],[140.19899,41.397285],[139.979416,41.588257],[140.137634,41.983601],[139.76976,42.312077],[139.863632,42.653187],[140.529633,43.007492],[140.356216,43.316521],[141.158524,43.138535],[141.411087,43.296936],[141.338226,43.711586],[141.645813,43.942215],[141.79567,44.616661],[141.573578,45.209854],[141.971069,45.486382],[143.77623,44.094086],[144.791641,43.917698],[145.338852,44.344154],[145.070663,43.777493],[145.356842,43.553188],[145.20813,43.600906],[145.256104,43.317635],[145.812408,43.365479],[145.003448,42.984299],[144.291931,42.993324],[143.781372,42.749161]]],[[[140.994934,45.448952],[141.074402,45.414154],[141.030411,45.266521],[140.968155,45.459854],[140.994934,45.448952]]],[[[141.175873,45.24234],[141.271912,45.219986],[141.330383,45.146103],[141.165802,45.128044],[141.175873,45.24234]]],[[[146.160767,44.506622],[146.568024,44.438324],[145.940247,44.128044],[145.559479,43.65728],[145.437469,43.716934],[146.160767,44.506622]]],[[[146.874939,43.860794],[146.780273,43.751938],[146.597321,43.734432],[146.60759,43.805267],[146.874939,43.860794]]],[[[131.922791,42.995056],[131.824127,42.953323],[131.753326,42.987217],[131.836487,43.062767],[131.922791,42.995056]]],[[[139.453033,42.213608],[139.561905,42.232143],[139.454544,42.047634],[139.407745,42.150826],[139.453033,42.213608]]],[[[26.361095,41.711052],[26.621384,41.973053],[27.070271,42.089989],[27.56958,41.909264],[28.013054,41.982216],[27.967634,41.828468],[28.216942,41.523598],[29.107391,41.221554],[28.827183,40.955975],[28.527079,41.079716],[27.505342,40.981308],[27.291527,40.700268],[26.72541,40.47805],[26.164406,40.051971],[26.211594,40.322147],[26.825829,40.591587],[26.057358,40.653599],[26.360413,40.95388],[26.324997,41.234711],[26.635759,41.364716],[26.570271,41.611382],[26.361095,41.711052]]],[[[139.938507,40.428604],[139.852325,40.598186],[140.26886,40.806656],[140.34552,41.247074],[140.639282,41.181381],[140.721909,40.83083],[140.882736,40.99152],[141.134827,40.856941],[141.261383,41.192764],[140.791656,41.123322],[140.838577,41.400547],[140.923019,41.529575],[141.417755,41.373878],[141.46051,40.59388],[141.820251,40.267212],[142.069702,39.546661],[141.84816,39.019855],[141.636108,38.994854],[141.533051,38.780548],[141.519424,38.263466],[141.095795,38.364441],[140.953583,38.148048],[140.974548,36.984715],[140.746063,36.77916],[140.565521,36.24749],[140.837189,35.743324],[140.450806,35.503883],[140.332184,35.129852],[139.772064,34.951378],[140.113144,35.552357],[139.968567,35.66082],[139.646088,35.457493],[139.678726,35.137215],[139.557892,35.285553],[139.173309,35.238049],[139.13858,34.87471],[138.850388,34.593185],[138.767899,34.954643],[138.905945,35.034782],[138.741211,35.123463],[138.332458,34.858047],[138.214142,34.599159],[137.028793,34.567841],[137.348297,34.718742],[137.026779,34.7593],[136.97789,34.919022],[136.973846,34.68541],[136.877747,34.720268],[136.849838,35.079025],[136.521088,34.676659],[136.91568,34.433605],[136.89769,34.266521],[136.343842,34.189713],[135.772217,33.454994],[135.064682,33.875546],[135.132446,34.317215],[135.452606,34.548187],[135.333588,34.718323],[135.063599,34.616936],[134.674698,34.777771],[134.250275,34.715271],[133.932465,34.583324],[134.042068,34.584717],[133.936844,34.450821],[133.703033,34.52166],[132.632172,34.195267],[132.370651,34.359299],[132.050537,33.772491],[131.745789,34.053604],[130.893311,33.921661],[130.944687,34.413879],[131.406097,34.422077],[132.638885,35.286385],[132.633652,35.421104],[133.091064,35.582497],[133.401642,35.445267],[135.222198,35.762215],[135.193436,35.525406],[135.387207,35.466385],[135.46109,35.588043],[135.736359,35.483879],[136.014709,35.740967],[136.072754,35.648605],[135.961075,35.976097],[136.712463,36.751389],[136.786926,37.362213],[137.356354,37.504715],[136.863281,37.087769],[137.044434,37.056656],[137.005554,36.829163],[137.30246,36.746384],[138.580536,37.398605],[138.838562,37.806938],[139.426224,38.154575],[139.789978,38.843323],[140.070801,39.585548],[140.010529,39.841934],[139.703156,39.92944],[140.008331,40.192764],[139.938507,40.428604]]],[[[27.601662,40.571938],[27.532635,40.649441],[27.733536,40.635406],[27.719858,40.614021],[27.601662,40.571938]]],[[[25.731667,40.09304],[25.776665,40.212212],[26.012428,40.154022],[25.958054,40.121101],[25.731667,40.09304]]],[[[121.409416,39.361382],[121.259018,39.380409],[121.263329,39.435963],[121.430542,39.470825],[121.409416,39.361382]]],[[[138.511108,38.281105],[138.510544,37.915272],[138.218292,37.800827],[138.337189,37.96666],[138.242462,38.074997],[138.511108,38.281105]]],[[[126.443604,37.806343],[126.516655,37.758469],[126.513893,37.597214],[126.373032,37.623184],[126.443604,37.806343]]],[[[126.421097,36.399437],[126.337067,36.436378],[126.344429,36.589714],[126.37748,36.588467],[126.421097,36.399437]]],[[[133.298553,36.318275],[133.37677,36.198185],[133.256363,36.151936],[133.189148,36.269714],[133.298553,36.318275]]],[[[33.899162,34.959717],[32.713882,34.640274],[32.405827,34.749859],[32.269859,35.078884],[34.586037,35.688606],[33.940552,35.299438],[34.085274,34.961662],[33.899162,34.959717]]],[[[128.72821,34.943047],[128.742462,34.784855],[128.588211,34.701241],[128.494415,34.880272],[128.72821,34.943047]]],[[[127.937714,34.901924],[128.073364,34.803257],[128.059128,34.700615],[127.858864,34.721794],[127.937714,34.901924]]],[[[129.473053,34.685616],[129.476074,34.534439],[129.336502,34.294716],[129.300262,34.556938],[129.473053,34.685616]]],[[[134.762207,34.184433],[134.666931,34.296944],[135.019974,34.590824],[134.946503,34.261383],[134.762207,34.184433]]],[[[126.381119,34.491653],[126.259155,34.370544],[126.101646,34.39666],[126.241096,34.571659],[126.381119,34.491653]]],[[[134.371582,34.512413],[134.349274,34.431519],[134.193848,34.471375],[134.277908,34.542217],[134.371582,34.512413]]],[[[133.587524,34.02433],[133.89386,34.359993],[134.152328,34.383881],[134.579132,34.224159],[134.74469,33.817356],[134.383087,33.623047],[134.186554,33.242004],[133.747604,33.516384],[133.281509,33.362907],[132.964417,32.74305],[132.483017,32.89555],[132.534698,33.244713],[132.366714,33.467731],[132.018723,33.340477],[132.639832,33.67374],[132.896927,34.106106],[133.14595,33.91235],[133.587524,34.02433]]],[[[129.33078,34.229698],[129.270264,34.103325],[129.185181,34.100338],[129.210526,34.317356],[129.33078,34.229698]]],[[[132.498108,34.255081],[132.483704,34.12999],[132.446075,34.114853],[132.386444,34.245342],[132.498108,34.255081]]],[[[132.427216,33.896698],[132.331635,33.849159],[132.18483,33.904854],[132.246063,33.947487],[132.427216,33.896698]]],[[[131.87439,32.73127],[131.685181,32.534924],[131.334549,31.369232],[131.071625,31.448746],[131.12912,31.267359],[130.668243,30.99958],[130.798721,31.314302],[130.602112,31.585899],[130.807953,31.682495],[130.644989,31.714161],[130.534424,31.528885],[130.638306,31.182285],[130.231079,31.247494],[130.336212,31.625969],[130.162476,32.006943],[130.56456,32.435268],[130.587463,32.631935],[130.450241,32.619434],[130.606918,32.783466],[130.21109,33.17083],[130.096207,32.854019],[130.314133,32.861935],[130.339401,32.659298],[130.17691,32.58728],[130.08815,32.784439],[129.746063,32.561104],[129.857605,32.718742],[129.685516,32.838043],[129.687531,33.078571],[129.804001,32.858463],[129.969971,32.863052],[129.570145,33.209507],[129.588577,33.364021],[129.834335,33.292225],[129.869263,33.527214],[130.003326,33.43943],[130.207458,33.650826],[130.365372,33.584019],[130.534973,33.877213],[130.982178,33.881104],[131.09877,33.61256],[131.692474,33.624161],[131.700867,33.414715],[131.501938,33.315548],[131.896683,33.247181],[131.816559,33.119644],[131.98941,32.830551],[131.87439,32.73127]]],[[[129.720795,33.697487],[129.658875,33.749165],[129.699554,33.855968],[129.794128,33.762772],[129.720795,33.697487]]],[[[126.839661,33.536369],[126.845268,33.309994],[126.157761,33.278877],[126.31498,33.451523],[126.839661,33.536369]]],[[[129.537964,33.307487],[129.484406,33.208603],[129.361069,33.169716],[129.561646,33.388329],[129.537964,33.307487]]],[[[129.123688,33.06852],[129.183044,32.986107],[129.055527,32.818672],[129.005554,32.93499],[129.123688,33.06852]]],[[[128.652405,32.69664],[128.813293,32.792496],[128.901016,32.64687],[128.610229,32.611664],[128.652405,32.69664]]],[[[130,32.188316],[129.987457,32.409431],[130.15387,32.54361],[130.207611,32.333462],[130,32.188316]]],[[[130.23938,32.46035],[130.331909,32.516388],[130.448029,32.505272],[130.358856,32.370544],[130.23938,32.46035]]],[[[119.712738,32.266739],[119.825676,32.265968],[119.897346,32.071106],[119.785324,32.128811],[119.712738,32.266739]]],[[[121.203857,31.800537],[121.333054,31.818329],[121.873596,31.499718],[121.546371,31.531109],[121.203857,31.800537]]],[[[131.071899,30.826675],[130.969696,30.390553],[130.87912,30.354996],[130.944138,30.678537],[131.071899,30.826675]]],[[[130.523529,30.443096],[130.668182,30.380135],[130.598297,30.243607],[130.388458,30.349579],[130.523529,30.443096]]],[[[122.0867,30.300846],[122.209839,30.339581],[122.23526,30.311108],[122.199707,30.237774],[122.0867,30.300846]]],[[[121.969994,30.066662],[122.106369,30.132496],[122.326378,30.010138],[122.278114,29.931246],[121.969994,30.066662]]],[[[48.188538,29.98193],[48.359444,29.744999],[48.228321,29.595276],[48.079987,29.773331],[48.188538,29.98193]]],[[[122.12326,29.686356],[122.033669,29.713537],[122.058456,29.776249],[122.184708,29.687775],[122.12326,29.686356]]],[[[129.69046,28.497719],[129.373291,28.116316],[129.143311,28.252497],[129.32663,28.352219],[129.69046,28.497719]]],[[[121.129967,28.098606],[121.200958,28.204092],[121.265404,28.182356],[121.204987,28.055275],[121.129967,28.098606]]],[[[128.933624,27.901104],[129.029282,27.771664],[128.953445,27.677078],[128.880661,27.822081],[128.933624,27.901104]]],[[[56.28833,26.94997],[55.987213,26.727772],[55.283607,26.558609],[55.769989,26.792774],[55.754581,26.952078],[56.28833,26.94997]]],[[[55.703747,26.812357],[55.626381,26.833054],[55.692627,26.929995],[55.734993,26.838051],[55.703747,26.812357]]],[[[128.287201,26.854996],[128.271362,26.658329],[127.849716,26.436382],[127.813026,26.155552],[127.652214,26.085691],[127.717545,26.432079],[127.959991,26.547358],[127.883881,26.667496],[128.067474,26.642494],[128.287201,26.854996]]],[[[50.650551,26.24472],[50.613049,26.246943],[50.611248,26.279165],[50.653954,26.270622],[50.650551,26.24472]]],[[[50.593048,26.150831],[50.61972,25.980831],[50.57333,25.809723],[50.458885,26.224442],[50.593048,26.150831]]],[[[50.771942,25.571941],[50.74472,25.589443],[50.741661,25.683052],[50.794716,25.72736],[50.771942,25.571941]]],[[[119.700562,25.426086],[119.691917,25.598745],[119.77964,25.65555],[119.842628,25.541943],[119.700562,25.426086]]],[[[120.2397,23.829998],[121.060539,25.048609],[121.563179,25.283609],[122.000404,25.007219],[121.818192,24.850275],[121.839706,24.476383],[121.453049,23.327221],[120.969711,22.568329],[120.824158,21.927773],[120.05394,23.044371],[120.2397,23.829998]]],[[[125.288307,24.865551],[125.349701,24.781248],[125.446373,24.732773],[125.259163,24.727356],[125.288307,24.865551]]],[[[124.094917,24.439495],[124.217209,24.445135],[124.325058,24.586107],[124.231651,24.340136],[124.094917,24.439495]]],[[[118.078552,24.439148],[118.096848,24.552151],[118.178307,24.529163],[118.145958,24.432077],[118.078552,24.439148]]],[[[118.293373,24.419842],[118.393051,24.515831],[118.437759,24.495829],[118.420952,24.397635],[118.293373,24.419842]]],[[[54.472637,24.419773],[54.330582,24.456779],[54.386688,24.512886],[54.472637,24.419773]]],[[[123.792252,24.405243],[123.936508,24.354301],[123.872894,24.253887],[123.678864,24.316109],[123.792252,24.405243]]],[[[53.784164,24.124996],[53.624718,24.16972],[53.964855,24.179443],[53.946384,24.139997],[53.784164,24.124996]]],[[[117.467148,23.755619],[117.414429,23.602219],[117.310532,23.581942],[117.369843,23.76222],[117.467148,23.755619]]],[[[117.115494,23.47385],[117.121651,23.400759],[116.945114,23.434509],[117.10054,23.4893],[117.115494,23.47385]]],[[[113.604767,22.766773],[113.551933,22.755554],[113.389214,22.894232],[113.492203,22.89444],[113.604767,22.766773]]],[[[90.51944,22.685829],[90.469917,22.867289],[90.683594,22.853886],[90.541618,22.783195],[90.51944,22.685829]]],[[[90.671371,21.987217],[90.676651,22.445549],[90.550812,22.639717],[90.662483,22.783194],[90.87886,22.436661],[90.671371,21.987217]]],[[[91.513046,22.345551],[91.405258,22.482773],[91.432823,22.622704],[91.559982,22.435272],[91.513046,22.345551]]],[[[91.027206,22.083885],[91.073044,22.5075],[91.089706,22.524025],[91.174698,22.218605],[91.027206,22.083885]]],[[[114.049698,22.32888],[113.964996,22.218052],[113.832176,22.20042],[113.885406,22.282637],[114.049698,22.32888]]],[[[114.144524,22.28618],[114.234962,22.266083],[114.244011,22.200766],[114.200798,22.194736],[114.144524,22.28618]]],[[[90.517487,21.988049],[90.486366,22.07708],[90.610741,22.161661],[90.563171,22.033052],[90.517487,21.988049]]],[[[88.146347,21.865555],[88.132347,21.620552],[88.06498,21.629719],[88.05304,21.720829],[88.146347,21.865555]]],[[[112.793587,21.574165],[112.702766,21.684719],[112.833603,21.774166],[112.868874,21.763193],[112.793587,21.574165]]],[[[91.886932,21.473328],[91.843872,21.690552],[91.88401,21.754997],[91.982208,21.611664],[91.886932,21.473328]]],[[[111.816383,21.556942],[111.8386,21.641384],[112.000816,21.653746],[111.995247,21.615273],[111.816383,21.556942]]],[[[107.471947,21.27142],[107.600273,21.205273],[107.379219,21.048191],[107.375534,21.081247],[107.471947,21.27142]]],[[[110.531372,21.198597],[110.611504,21.193815],[110.536934,21.097496],[110.442482,21.157078],[110.531372,21.198597]]],[[[110.455566,21.057419],[110.498032,20.95583],[110.248451,20.980551],[110.329163,21.075554],[110.455566,21.057419]]],[[[106.910599,20.834396],[107.033386,20.85569],[107.101517,20.79944],[107.04776,20.703884],[106.910599,20.834396]]],[[[58.654999,20.168331],[58.651451,20.370413],[58.919506,20.682289],[58.951107,20.511108],[58.654999,20.168331]]],[[[92.790527,20.438156],[92.86026,20.325829],[92.842758,20.299721],[92.768524,20.297287],[92.790527,20.438156]]],[[[110.85498,19.528885],[110.483215,19.167612],[110.525543,18.800831],[110.050255,18.385202],[109.759438,18.391523],[109.703598,18.197773],[108.687057,18.505621],[108.628311,19.280277],[109.293869,19.759998],[109.16526,19.723604],[109.25721,19.899717],[109.46582,19.828609],[109.610809,19.993885],[110.665543,20.133606],[110.942482,19.978605],[111.021545,19.638294],[110.85498,19.528885]]],[[[93.419907,19.950577],[93.498596,19.88055],[93.511513,19.744507],[93.437759,19.799442],[93.419907,19.950577]]],[[[93.967285,19.369354],[93.79734,19.269371],[93.651649,19.513609],[93.737488,19.549164],[93.967285,19.369354]]],[[[93.870392,19.254658],[93.9422,18.862495],[93.483322,19.386383],[93.547203,19.428469],[93.741928,19.249439],[93.870392,19.254658]]],[[[121.513321,19.249161],[121.393883,19.315552],[121.395691,19.391108],[121.528877,19.390274],[121.513321,19.249161]]],[[[121.854431,18.818886],[121.872757,18.978882],[121.948799,19.003054],[121.988037,18.944717],[121.854431,18.818886]]],[[[93.638077,18.88718],[93.747902,18.870689],[93.705826,18.669024],[93.489426,18.852497],[93.638077,18.88718]]],[[[119.892586,15.801124],[119.752769,15.960415],[119.824158,16.364998],[120.156647,16.03611],[120.426086,16.169117],[120.317207,16.631107],[120.459991,17.411663],[120.338593,17.571663],[120.585274,18.511387],[121.153587,18.625275],[121.949707,18.268887],[122.238876,18.514997],[122.342484,18.310553],[122.17318,18.075136],[122.170258,17.60722],[122.518333,17.043888],[122.206383,16.234161],[121.563309,15.903053],[121.643051,15.713053],[121.380257,15.302498],[121.695267,14.696665],[121.735535,14.16847],[121.910538,14.009165],[122.233322,13.897221],[122.25679,14.239998],[122.303589,14.101109],[122.473312,14.340553],[122.713318,14.338331],[123.038879,14.069443],[123.099991,13.667498],[123.318459,13.789304],[123.229713,14.002222],[123.343048,14.086943],[123.970123,13.751804],[123.579987,13.71833],[123.533173,13.571248],[123.869736,13.232116],[123.761795,13.06347],[124.190948,13.064999],[124.096375,12.55361],[123.850128,12.727358],[124.026367,12.963748],[123.729156,12.853609],[123.323883,13.00861],[123.201508,13.417985],[122.560997,13.936567],[122.607483,13.163887],[122.403587,13.519165],[121.749916,13.964789],[121.279427,13.593887],[120.879433,13.902498],[120.71666,13.925276],[120.662415,13.768888],[120.592209,14.23111],[120.991089,14.549166],[120.548668,14.823261],[120.610405,14.488053],[120.493317,14.42972],[120.245247,14.847776],[120.087349,14.783471],[119.892586,15.801124]]],[[[41.886108,16.999443],[41.939507,16.975761],[41.987911,16.755344],[41.837219,16.86861],[41.886108,16.999443]]],[[[112.337486,16.943607],[112.333878,16.943607],[112.330833,16.949162],[112.337486,16.949997],[112.337486,16.943607]]],[[[42.170555,16.562775],[41.838608,16.718887],[41.753609,16.87611],[41.945,16.710831],[42.075691,16.810276],[42.170555,16.562775]]],[[[112.747208,16.653606],[112.741928,16.655273],[112.735329,16.66687],[112.747131,16.660549],[112.747208,16.653606]]],[[[97.518631,16.505333],[97.616653,16.465271],[97.55748,16.230827],[97.46582,16.318052],[97.518631,16.505333]]],[[[111.713882,16.447495],[111.705849,16.460724],[111.716522,16.451523],[111.713882,16.447495]]],[[[94.648026,16.245029],[94.651382,16.114441],[94.415817,15.868053],[94.381508,15.984442],[94.648026,16.245029]]],[[[42.588882,15.270832],[42.56847,15.38986],[42.644997,15.457221],[42.651386,15.390832],[42.588882,15.270832]]],[[[121.939697,14.626942],[121.807686,14.92347],[121.935806,15.056942],[122.014435,15.037359],[122.058319,14.962219],[121.939697,14.626942]]],[[[122.248032,14.718054],[122.117203,14.796665],[122.098183,14.836665],[122.211517,14.83972],[122.248032,14.718054]]],[[[122.171097,13.998608],[121.995529,14.104719],[121.91748,14.185276],[122.125809,14.087636],[122.171097,13.998608]]],[[[124.208038,13.515276],[124.030548,13.663887],[124.208321,14.098746],[124.418053,13.793194],[124.208038,13.515276]]],[[[42.781105,13.909443],[42.689163,14.013611],[42.768192,14.066527],[42.799858,13.996944],[42.781105,13.909443]]],[[[120.274696,13.668331],[120.108871,13.779165],[120.081932,13.852359],[120.238876,13.808054],[120.274696,13.668331]]],[[[92.885735,12.898451],[92.810806,12.920832],[92.840683,13.327497],[93.044983,13.570137],[93.045258,13.065554],[92.885735,12.898451]]],[[[122.030899,13.200821],[121.837196,13.334721],[121.87442,13.541388],[122.12664,13.456387],[122.030899,13.200821]]],[[[121.439697,12.351664],[121.123177,12.244997],[120.688026,13.135832],[120.321091,13.475831],[120.990326,13.518402],[121.502213,13.148888],[121.439697,12.351664]]],[[[123.369141,12.691387],[122.950264,13.03111],[122.931236,13.109164],[123.045265,13.136666],[123.369141,12.691387]]],[[[92.87442,12.306665],[92.829514,12.318643],[92.791237,12.319204],[92.758881,12.304998],[92.718048,12.341108],[92.736374,12.809721],[92.918259,12.913265],[92.991653,12.525],[92.87442,12.306665]]],[[[54.220833,12.650555],[54.473469,12.548749],[54.124023,12.348193],[53.636108,12.328888],[53.33083,12.545971],[53.499718,12.717221],[54.220833,12.650555]]],[[[122.018051,12.094164],[121.917763,12.302915],[122.122757,12.676943],[122.111366,12.415276],[122.018051,12.094164]]],[[[123.787201,12.34222],[123.690262,12.454998],[123.584297,12.65861],[123.727768,12.601664],[123.787201,12.34222]]],[[[98.312317,12.368483],[98.300537,12.632706],[98.32193,12.67111],[98.467758,12.5],[98.312317,12.368483]]],[[[123.164703,11.904165],[123.245743,12.605762],[123.910812,12.189165],[124.079094,11.727914],[123.536926,12.205415],[123.164703,11.904165]]],[[[125.751099,11.008888],[125.664429,11.134304],[125.26944,11.128054],[124.971237,11.446248],[124.849083,11.464789],[125.037071,11.752914],[124.469994,12.104164],[124.257767,12.551109],[125.148315,12.576526],[125.296944,12.457499],[125.515823,12.17111],[125.445679,11.612914],[125.64061,11.351455],[125.542068,11.189512],[125.664566,11.194442],[125.751099,11.008888]]],[[[122.640266,12.264444],[122.433594,12.413332],[122.459023,12.484789],[122.669434,12.483608],[122.640266,12.264444]]],[[[97.98764,12.29138],[97.949417,12.379997],[98.105263,12.398471],[98.005554,12.281942],[97.98764,12.29138]]],[[[120.200607,12],[119.973022,12.024164],[119.888046,12.333609],[120.332748,12.083609],[120.200607,12]]],[[[92.754272,12.071337],[92.790375,12.202005],[92.755272,12.279798],[92.876373,12.301943],[92.754272,12.071337]]],[[[98.066025,12.171442],[98.05748,12.281041],[98.121017,12.280207],[98.139084,12.142082],[98.066025,12.171442]]],[[[52.341385,12.144722],[52.178886,12.171944],[52.085552,12.22354],[52.395271,12.196527],[52.341385,12.144722]]],[[[92.754059,12.067881],[92.795822,11.901943],[92.716515,11.491801],[92.52533,11.855414],[92.709846,12.234303],[92.754059,12.067881]]],[[[102.426453,12],[102.291351,11.974442],[102.251938,12.150694],[102.354004,12.112637],[102.426453,12]]],[[[98.518997,12],[98.573044,11.990553],[98.659988,11.933054],[98.479156,11.887221],[98.438583,12.111387],[98.518997,12]]],[[[119.952766,11.656666],[119.872482,11.892776],[119.883728,11.975137],[120.070541,11.864998],[119.952766,11.656666]]],[[[123.095261,11.236664],[122.729156,10.800831],[121.909836,10.444581],[122.101379,11.648333],[121.849419,11.758471],[121.888176,11.899582],[122.586647,11.521111],[122.830833,11.608608],[122.880257,11.430276],[123.146942,11.598608],[123.095261,11.236664]]],[[[98.413315,11.610872],[98.370255,11.783749],[98.541649,11.79847],[98.546028,11.609789],[98.413315,11.610872]]],[[[98.165543,11.453331],[98.270134,11.794721],[98.291237,11.797081],[98.280823,11.481665],[98.165543,11.453331]]],[[[102.560226,11.754396],[102.604691,11.696942],[102.593445,11.564234],[102.531769,11.602706],[102.560226,11.754396]]],[[[124.827209,11.528055],[124.769989,11.565555],[124.72554,11.727983],[124.842758,11.591665],[124.827209,11.528055]]],[[[124.488037,11.461664],[124.444702,11.48583],[124.337761,11.677567],[124.531372,11.67972],[124.619141,11.522082],[124.488037,11.461664]]],[[[125.180267,10.543331],[125.259087,10.263054],[125.120529,10.176943],[124.978317,10.37458],[124.97776,10.040277],[124.764709,10.196386],[124.761932,10.818054],[124.596794,11.010416],[124.421371,10.913332],[124.316383,11.566942],[124.641113,11.293054],[124.950256,11.421735],[125.01506,10.743401],[125.180267,10.543331]]],[[[119.829163,11.376663],[119.765266,11.40111],[119.714432,11.47215],[119.873169,11.50486],[119.829163,11.376663]]],[[[92.626648,11.353609],[92.596306,11.373886],[92.640198,11.512221],[92.702629,11.38361],[92.626648,11.353609]]],[[[117.24498,8.564999],[118.755516,10.123851],[118.801086,10.034721],[119.006516,10.439303],[119.131584,10.383678],[119.313446,10.584165],[119.216644,10.955483],[119.455544,10.723956],[119.30275,11.00611],[119.501099,11.41361],[119.484016,10.879303],[119.715851,10.510936],[119.328598,10.309443],[119.201935,10.04847],[118.753326,9.924998],[118.753365,9.654508],[118.348595,9.188609],[117.201584,8.327359],[117.24498,8.564999]]],[[[123.333603,9.410276],[123.374001,9.990692],[124.050262,11.277498],[124.019989,10.387012],[123.636513,10.06986],[123.333603,9.410276]]],[[[72.776932,11.185555],[72.771172,11.192429],[72.788445,11.251248],[72.77832,11.188887],[72.776932,11.185555]]],[[[122.813873,10.051109],[122.952477,10.894444],[123.504715,10.93736],[123.563873,10.794165],[123.138672,9.829651],[123.315536,9.319164],[123.12928,9.044998],[122.939011,9.074164],[122.866371,9.324026],[122.413879,9.658333],[122.453873,9.974859],[122.813873,10.051109]]],[[[98.283844,10.725277],[98.076996,10.887221],[98.139854,10.975553],[98.212204,10.947777],[98.283844,10.725277]]],[[[92.560471,10.77697],[92.507492,10.531387],[92.359291,10.542638],[92.356934,10.78986],[92.498039,10.900832],[92.560471,10.77697]]],[[[72.198868,10.863609],[72.179977,10.817497],[72.170807,10.812428],[72.180542,10.848053],[72.198868,10.863609]]],[[[125.766388,10.685555],[125.66124,10.754096],[125.69532,10.823192],[125.822289,10.717983],[125.766388,10.685555]]],[[[122.543869,10.403053],[122.479713,10.487776],[122.672203,10.744858],[122.731087,10.617775],[122.543869,10.403053]]],[[[115.82193,10.711943],[115.814423,10.724442],[115.834015,10.730692],[115.840813,10.721108],[115.82193,10.711943]]],[[[106.781723,10.66317],[106.856476,10.603882],[106.841919,10.402222],[106.755539,10.481386],[106.781723,10.66317]]],[[[119.81694,10.439165],[119.760826,10.558748],[119.997063,10.595345],[119.993317,10.527498],[119.81694,10.439165]]],[[[72.649994,10.566942],[72.633324,10.550681],[72.626289,10.551109],[72.652069,10.573539],[72.649994,10.566942]]],[[[125.646652,9.821665],[125.475273,10.131109],[125.636658,10.466665],[125.711655,9.89236],[125.646652,9.821665]]],[[[104.01239,10.439432],[104.082886,10.364859],[104.026382,10.080276],[103.838379,10.367705],[104.01239,10.439432]]],[[[124.528587,10.055553],[124.59922,9.761734],[124.357208,9.623609],[123.95694,9.598608],[123.791794,9.733331],[124.152489,10.148055],[124.528587,10.055553]]],[[[125.279709,9.907776],[125.12442,10.082775],[125.128517,10.155554],[125.215958,10.124024],[125.279709,9.907776]]],[[[73.646652,10.084721],[73.645264,10.068609],[73.636032,10.053123],[73.642693,10.096804],[73.646652,10.084721]]],[[[98.283615,10.006971],[98.136024,9.839581],[98.114632,9.859581],[98.175117,10.014442],[98.283615,10.006971]]],[[[126.031937,9.742496],[125.945534,9.830832],[126.073044,10.052012],[126.174706,9.805137],[126.031937,9.742496]]],[[[79.835953,7.268311],[79.697899,8.194443],[79.814568,7.984444],[79.919083,8.937637],[80.194977,9.470276],[80.051094,9.592498],[80.610329,9.44472],[79.939148,9.703053],[80.113647,9.802999],[80.441917,9.577012],[80.140549,9.792221],[80.242065,9.828193],[80.824432,9.261944],[80.917763,8.939304],[81.232071,8.64861],[81.13929,8.491526],[81.358315,8.491108],[81.391937,8.149443],[81.85582,7.405277],[81.890549,7.000555],[81.661102,6.439999],[80.589569,5.918055],[80.082764,6.168055],[79.835953,7.268311]]],[[[122.329163,7.308332],[122.149986,6.905277],[121.947197,6.959999],[122.225395,7.964166],[122.923027,8.150831],[123.025688,8.488748],[123.304703,8.523054],[123.378593,8.725276],[123.818047,8.476942],[123.866371,8.160416],[123.667198,7.954443],[124.224007,8.212498],[124.432213,8.615274],[124.727478,8.486385],[124.800812,8.999581],[125.090553,8.825275],[125.514709,9.006666],[125.440262,9.809164],[126.186096,9.242775],[126.334991,8.841804],[126.084435,8.60972],[126.392212,8.5075],[126.365807,7.882499],[126.551933,7.692221],[126.581863,7.284305],[126.280685,6.921249],[126.348312,6.800485],[126.165268,6.881665],[126.19165,6.272222],[125.856094,7.345277],[125.651512,7.234582],[125.377617,6.72361],[125.702766,6.024999],[125.405548,5.563333],[125.19165,5.767221],[125.25943,6.093333],[124.95694,5.851388],[124.06749,6.379166],[123.968323,6.926665],[124.2686,7.374443],[124.011932,7.64861],[123.458878,7.810555],[123.403053,7.356388],[123.111099,7.52],[123.11721,7.728888],[122.99276,7.455485],[122.812759,7.436943],[122.81694,7.732222],[122.658867,7.781111],[122.329163,7.308332]]],[[[125.943863,9.555832],[125.901794,9.612358],[125.940811,9.755693],[125.991089,9.661943],[125.943863,9.555832]]],[[[114.372208,9.69972],[114.368317,9.704998],[114.373596,9.708332],[114.377762,9.706108],[114.372208,9.69972]]],[[[100.077316,9.545204],[100.019989,9.422637],[99.941017,9.422567],[99.932205,9.546944],[100.077316,9.545204]]],[[[123.58638,9.088886],[123.457207,9.190554],[123.628586,9.296804],[123.707634,9.138055],[123.58638,9.088886]]],[[[92.786652,9.238605],[92.808311,9.14986],[92.731369,9.127358],[92.712769,9.210276],[92.786652,9.238605]]],[[[124.771652,9.07472],[124.635269,9.169998],[124.67276,9.253054],[124.776924,9.209442],[124.771652,9.07472]]],[[[79.756104,9.102497],[79.900818,9.032776],[79.894989,8.986664],[79.696091,9.09347],[79.756104,9.102497]]],[[[117.294983,8.181665],[117.268051,8.306108],[117.318535,8.330624],[117.344147,8.206734],[117.294983,8.181665]]],[[[73.08194,8.303053],[73.065811,8.263054],[73.031029,8.247497],[73.020409,8.262429],[73.08194,8.303053]]],[[[93.534073,8.208826],[93.534775,8.037637],[93.483246,7.990693],[93.447128,8.16236],[93.534073,8.208826]]],[[[98.332764,8.162193],[98.441086,7.90611],[98.309074,7.757222],[98.282074,8.183331],[98.332764,8.162193]]],[[[98.536942,8.107353],[98.610817,8.051109],[98.598389,7.899027],[98.574921,7.913541],[98.536942,8.107353]]],[[[117.015266,7.805277],[116.949997,8.032221],[117.066788,8.077915],[117.093315,7.907083],[117.015266,7.805277]]],[[[93.391449,8.011723],[93.450272,7.929166],[93.453598,7.868957],[93.309006,7.925416],[93.391449,8.011723]]],[[[93.695541,7.410284],[93.727272,7.324027],[93.620399,7.249722],[93.617622,7.367082],[93.695541,7.410284]]],[[[122.832764,7.275277],[122.806152,7.42236],[122.929977,7.422776],[122.975609,7.365138],[122.832764,7.275277]]],[[[116.856934,7.183887],[116.878731,7.274166],[117.000885,7.352916],[117.018044,7.266736],[116.856934,7.183887]]],[[[117.093262,7.293454],[117.268181,7.343888],[117.250534,7.179165],[117.066444,7.105068],[117.093262,7.293454]]],[[[93.868042,7.182302],[93.929688,6.949165],[93.827065,6.745832],[93.6436,7.118609],[93.868042,7.182302]]],[[[125.767487,6.8875],[125.663452,7.09861],[125.698448,7.190276],[125.796791,7.119443],[125.767487,6.8875]]],[[[72.97998,7.027777],[72.982719,7.012985],[72.97422,7.027569],[72.97998,7.027777]]],[[[111.896378,-3.573889],[111.751686,-2.749826],[111.547203,-3.024167],[111.335823,-2.921111],[110.962486,-3.096389],[110.75679,-3.034167],[110.933594,-2.886945],[110.666092,-3.081667],[110.551086,-2.869166],[110.231934,-2.971111],[110.125809,-2.046945],[109.903587,-1.828334],[110.057747,-1.333889],[109.729713,-0.953611],[109.279984,-0.868055],[109.258186,-0.669306],[109.514427,-0.726944],[109.151093,-0.546667],[109.042633,-0.248889],[109.194427,-0.199167],[109.165543,0.106389],[108.918594,0.315139],[108.84549,0.810562],[108.958603,1.176666],[109.095833,1.211666],[109.263603,1.394583],[108.981239,1.214444],[109.062187,1.523333],[109.648567,2.073409],[109.928032,1.690486],[110.330544,1.801528],[110.733681,1.540134],[110.687477,1.444722],[110.82193,1.568055],[111.155548,1.363889],[111.378311,1.345972],[111,1.572083],[111.36998,2.146667],[111.172752,2.145972],[111.183037,2.262222],[111.225395,2.4225],[111.368111,2.339094],[111.450272,2.36861],[111.448456,2.694722],[113.010536,3.160555],[113.926086,4.244165],[113.974846,4.591944],[114.300812,4.595554],[115.051376,5.050277],[115.04998,4.798332],[115.37886,4.911666],[115.574158,5.179166],[115.380257,5.400971],[115.848877,5.563888],[116.754173,7.018055],[116.799988,6.576666],[117.178307,6.990276],[117.28804,6.639861],[117.739288,6.386944],[117.600403,6.192499],[117.674835,5.98236],[117.503052,5.896111],[118.006866,6.061248],[118.124687,5.864027],[117.908173,5.797568],[117.955475,5.685068],[118.373596,5.807499],[119.275818,5.344999],[119.069717,5.07],[118.70166,4.943054],[118.354279,5.035832],[118.140549,4.888332],[118.282341,4.680832],[118.594849,4.521249],[118.549568,4.350971],[117.995888,4.224166],[117.693039,4.374721],[117.392761,4.139722],[117.782211,3.788888],[117.760269,3.639166],[117.071869,3.642708],[117.03138,3.600694],[117.205261,3.613472],[117.204987,3.54],[117.237617,3.489722],[117.442474,3.432361],[117.275398,3.219999],[117.618317,3.088958],[117.671654,2.801111],[118.091927,2.314444],[117.829292,2.104166],[117.871918,1.876667],[119.00193,0.967083],[118.794563,0.800278],[118.343872,0.843055],[117.893051,1.117777],[118.034988,0.810278],[117.742203,0.739722],[117.467484,0.103611],[117.444786,-0.523969],[117.631355,-0.424028],[117.623451,-0.777222],[117.265854,-0.821647],[116.923599,-1.254445],[116.740257,-1.027917],[116.755547,-1.3675],[116.223938,-1.779028],[116.445457,-1.783194],[116.327209,-2.1475],[116.604156,-2.229722],[116.514717,-2.555278],[116.30658,-2.517986],[116.274429,-3],[116.131927,-2.823334],[116.216377,-3.142778],[115.96624,-3.60875],[114.63707,-4.185069],[114.481087,-3.498611],[114.102203,-3.356389],[113.671097,-3.476111],[113.60582,-3.172639],[113.365814,-3.260834],[113.034714,-2.989722],[112.651657,-3.415277],[112.245819,-3.313889],[111.896378,-3.573889]]],[[[73.163315,6.774444],[73.143875,6.733888],[73.131264,6.731075],[73.162064,6.782152],[73.163315,6.774444]]],[[[117.342743,6.672527],[117.467903,6.761389],[117.514854,6.705832],[117.433319,6.628332],[117.342743,6.672527]]],[[[121.99054,6.408333],[121.792763,6.630554],[122.075684,6.7525],[122.238312,6.592221],[121.99054,6.408333]]],[[[99.662811,6.702995],[99.702278,6.542499],[99.652626,6.494791],[99.596649,6.585277],[99.662811,6.702995]]],[[[99.852951,6.464153],[99.923019,6.33361],[99.739563,6.248888],[99.642212,6.422082],[99.852951,6.464153]]],[[[73.049149,6.441666],[73.043976,6.431075],[73.043106,6.443818],[73.049149,6.441666]]],[[[120.547211,6.240276],[120.479919,6.257291],[120.600403,6.394652],[120.578598,6.252222],[120.547211,6.240276]]],[[[121.28804,5.854166],[121.231934,5.941943],[120.869431,5.953888],[121.128311,6.086666],[121.427124,5.977638],[121.28804,5.854166]]],[[[72.931931,5.969166],[72.92984,5.956805],[72.927826,5.971457],[72.931931,5.969166]]],[[[95.380188,5.837542],[95.292465,5.785555],[95.210945,5.903471],[95.337334,5.894444],[95.380188,5.837542]]],[[[73.393051,5.737777],[73.392349,5.726805],[73.380745,5.709235],[73.389366,5.740554],[73.393051,5.737777]]],[[[102.976006,0.643479],[103.070824,0.436111],[102.571014,0.17625],[102.430313,0.244514],[102.587189,0.1525],[103.351089,0.536111],[103.739693,0.281111],[103.81118,-0.0035],[103.272346,-0.259583],[103.492889,-0.218333],[103.342361,-0.364096],[103.597565,-0.435],[103.360809,-0.702222],[103.741089,-0.995556],[104.377762,-1.039306],[104.489433,-1.925],[104.876648,-2.115556],[104.531792,-2.771389],[104.864975,-2.28875],[105.606369,-2.393333],[105.808594,-2.896667],[106.055252,-3.031389],[105.816093,-3.675],[105.956238,-3.855278],[105.809982,-4.242499],[105.904427,-4.548611],[105.728874,-5.898264],[105.271935,-5.444166],[105.141586,-5.795347],[104.543175,-5.508056],[104.714302,-5.918056],[104.560776,-5.929748],[103.891098,-5.111389],[102.326103,-4.006111],[102.22123,-3.649028],[101.626923,-3.246111],[100.905548,-2.319445],[100.866379,-1.926389],[100.293587,-0.806389],[99.635818,0.076944],[99.139595,0.257917],[98.703835,1.559791],[98.770714,1.748611],[97.750252,2.270833],[97.596924,2.866944],[96.880249,3.677499],[96.488861,3.76361],[95.531082,4.682776],[95.233582,5.570138],[95.609131,5.626665],[96.347748,5.222776],[97.514832,5.249444],[97.913025,4.886388],[98.017197,4.55111],[98.276779,4.426805],[98.270523,4.142499],[99.980804,2.943749],[99.955116,2.690277],[100.005188,2.601111],[100.033859,2.734722],[100.13295,2.526875],[100.205109,2.705972],[100.412193,2.293055],[100.942459,1.820555],[100.799973,2.225555],[101.057953,2.283611],[101.410522,1.717222],[102.135529,1.373333],[102.2108,1.015],[102.425659,0.7975],[102.976006,0.643479]]],[[[100.308273,5.446119],[100.287048,5.254444],[100.203857,5.271111],[100.185799,5.462291],[100.308273,5.446119]]],[[[73.6297,5.41861],[73.637276,5.409443],[73.632484,5.387638],[73.622269,5.418333],[73.6297,5.41861]]],[[[119.858322,5.049166],[119.824982,5.147222],[120.211449,5.346596],[120.225601,5.126735],[119.858322,5.049166]]],[[[72.979431,4.895555],[72.968178,4.878332],[72.975822,4.899999],[72.979431,4.895555]]],[[[118.394623,4.676049],[118.478867,4.689165],[118.596031,4.638333],[118.529709,4.600277],[118.394623,4.676049]]],[[[126.74971,3.983889],[126.690536,4.07],[126.741859,4.539791],[126.915817,4.275833],[126.74971,3.983889]]],[[[72.957214,4.438332],[72.956238,4.419304],[72.942543,4.425901],[72.949844,4.439721],[72.957214,4.438332]]],[[[117.903557,4.174043],[117.867264,4.026666],[117.638893,4.22861],[117.746094,4.258333],[117.903557,4.174043]]],[[[108.061577,3.851868],[107.991653,4.024166],[108.251389,4.179999],[108.397491,3.976944],[108.321098,3.682638],[108.117203,3.676111],[108.201393,3.796389],[108.061577,3.851868]]],[[[73.497482,4.178332],[73.505753,4.176596],[73.50499,4.164999],[73.49192,4.169235],[73.497482,4.178332]]],[[[117.610786,4.102151],[117.74498,4.077499],[117.728592,4.000278],[117.605812,4.026041],[117.610786,4.102151]]],[[[126.705261,3.794444],[126.610809,3.976805],[126.603172,4.036874],[126.723106,3.912152],[126.705261,3.794444]]],[[[125.880814,3.361944],[125.645271,3.658472],[125.673866,3.724166],[125.912071,3.489166],[125.880814,3.361944]]],[[[117.23526,3.579721],[117.390823,3.561944],[117.517487,3.474444],[117.266098,3.499166],[117.23526,3.579721]]],[[[117.554688,3.433342],[117.67804,3.411388],[117.631927,3.258889],[117.557617,3.318055],[117.554688,3.433342]]],[[[73.583603,3.374444],[73.59137,3.372777],[73.583878,3.366388],[73.581375,3.368055],[73.583603,3.374444]]],[[[72.978043,3.110278],[72.984985,3.108333],[72.982208,3.101944],[72.972763,3.104722],[72.978043,3.110278]]],[[[105.706299,2.84358],[105.683868,3.006389],[105.700958,3.05986],[105.848114,2.977152],[105.706299,2.84358]]],[[[108.781769,2.899802],[108.844154,2.993611],[108.895264,2.989722],[108.839424,2.848333],[108.781769,2.899802]]],[[[72.870255,2.969166],[72.872307,2.958541],[72.863388,2.966597],[72.870255,2.969166]]],[[[73.586105,2.961666],[73.577629,2.951006],[73.585403,2.965625],[73.586105,2.961666]]],[[[96.484131,2.37111],[96.33213,2.352569],[95.696915,2.818889],[95.883316,2.918889],[96.484131,2.37111]]],[[[104.187943,2.867786],[104.220726,2.721874],[104.167747,2.705277],[104.123291,2.781666],[104.187943,2.867786]]],[[[125.445862,2.752498],[125.426086,2.644305],[125.389709,2.629444],[125.380821,2.792916],[125.445862,2.752498]]],[[[111.311836,2.497217],[111.29332,2.733333],[111.328949,2.780347],[111.411514,2.376388],[111.311836,2.497217]]],[[[128.276642,2.017295],[128.232178,2.30611],[128.576416,2.629097],[128.619965,2.215277],[128.276642,2.017295]]],[[[73.354431,2.437222],[73.368729,2.407638],[73.365257,2.384166],[73.350677,2.438055],[73.354431,2.437222]]],[[[97.342743,2.053632],[97.320816,2.030277],[97.108307,2.221944],[97.284554,2.225763],[97.342743,2.053632]]],[[[127.813599,0.794444],[128.166443,1.132152],[128.188293,1.378055],[128.724548,1.556944],[128.697479,1.101944],[128.212036,0.779653],[128.674301,0.552812],[128.683029,0.357292],[128.829559,0.3],[128.904907,0.203264],[128.073853,0.466111],[127.879143,0.299514],[128.036926,-0.403333],[128.401794,-0.888194],[128.021088,-0.693194],[127.66394,-0.215139],[127.522629,0.601528],[127.614357,0.852778],[127.394989,1.061666],[127.568184,1.739166],[128.054062,2.19243],[127.855675,1.91625],[128.012619,1.714722],[127.9897,1.346667],[127.629845,0.982083],[127.813599,0.794444]]],[[[101.774292,1.939501],[101.601639,1.709166],[101.393715,1.915555],[101.642052,2.119999],[101.774292,1.939501]]],[[[73.553314,1.9325],[73.550537,1.898194],[73.541924,1.89125],[73.551514,1.936666],[73.553314,1.9325]]],[[[98.57782,1.622819],[98.448013,1.640555],[98.428574,1.68125],[98.555054,1.681666],[98.57782,1.622819]]],[[[120.827232,1.234059],[121.093872,1.324167],[121.572769,1.058333],[122.464432,0.999166],[122.846313,0.814673],[123.203049,0.956667],[123.839157,0.829444],[124.589706,1.191388],[124.555817,1.37],[124.9711,1.694722],[125.249008,1.508611],[124.246094,0.375],[123.645828,0.281111],[123.262772,0.313333],[123.068039,0.509583],[121.79248,0.422639],[121.537338,0.538055],[121.104851,0.407222],[120.549149,0.536111],[120.242203,0.345],[120.019989,-0.075278],[120.066093,-0.613055],[120.513611,-1.000278],[120.664574,-1.393889],[121.080551,-1.424583],[121.622208,-0.805],[121.927757,-0.963333],[122.226929,-0.760833],[122.917625,-0.764861],[122.730331,-0.654167],[123.070831,-0.559722],[123.454987,-0.765556],[123.333748,-1.056111],[123.153053,-0.896667],[122.819992,-0.913333],[122.37706,-1.489722],[121.836647,-1.691389],[121.665535,-1.924861],[121.298721,-1.800417],[122.476227,-3.160903],[122.198593,-3.581389],[122.599426,-3.883611],[122.683998,-4.139028],[122.857758,-4.076389],[122.893738,-4.398056],[122.104713,-4.526112],[122.078049,-4.843612],[121.552414,-4.745694],[121.6147,-4.064722],[120.86499,-3.485],[121.069572,-3.205139],[121.07193,-2.7425],[120.68692,-2.643889],[120.201935,-2.963333],[120.4086,-3.258611],[120.422211,-4.678333],[120.266098,-5.152778],[120.463463,-5.619792],[120.32888,-5.512084],[119.672623,-5.70125],[119.354912,-5.40007],[119.623306,-4.328056],[119.506104,-3.527222],[119.293045,-3.427639],[118.925682,-3.573195],[118.888603,-2.893195],[118.759163,-2.774167],[119.143532,-2.453125],[119.21138,-2.011945],[119.354012,-1.936111],[119.308868,-1.265278],[119.517212,-0.876389],[119.718597,-0.653611],[119.863037,-0.843889],[119.795883,-0.115833],[119.625648,0.000208],[119.829987,-0.093472],[119.778053,0.229722],[120.257217,0.971944],[120.574844,0.776944],[120.827232,1.234059]]],[[[102.495247,1.436336],[102.491913,1.259722],[102.308853,1.420555],[102.100517,1.465833],[101.994072,1.606944],[102.495247,1.436336]]],[[[97.810791,0.549722],[97.699272,0.578055],[97.114685,1.393333],[97.482468,1.47],[97.909348,1.039236],[97.810791,0.549722]]],[[[103.99054,1.383291],[103.841919,1.259028],[103.640945,1.318333],[103.713593,1.429444],[103.99054,1.383291]]],[[[102.477432,1.206051],[102.373291,0.925278],[102.210945,1.403611],[102.288994,1.40625],[102.477432,1.206051]]],[[[104.666893,1.023827],[104.583313,0.819167],[104.231361,1.085],[104.408714,1.196805],[104.666893,1.023827]]],[[[104.153053,1.135361],[104.078323,0.985555],[103.900879,1.089583],[104.096077,1.187778],[104.153053,1.135361]]],[[[103.083069,0.837141],[102.761559,1.029625],[102.692734,1.023333],[102.712608,1.15],[103.037193,1.037777],[103.083069,0.837141]]],[[[103.051567,0.786064],[102.500809,0.793055],[102.473297,1.117777],[102.888031,0.939028],[103.051567,0.786064]]],[[[103.435532,1.025212],[103.349403,1.005],[103.339828,1.118055],[103.385742,1.125069],[103.435532,1.025212]]],[[[104.175537,0.790833],[104.098038,0.882222],[104.094711,0.947222],[104.260826,0.865972],[104.175537,0.790833]]],[[[103.506653,0.7403],[103.402481,0.660833],[103.373009,0.888264],[103.466919,0.808889],[103.506653,0.7403]]],[[[103.29689,0.588943],[103.273033,0.53],[103.135246,0.543611],[103.204422,0.7025],[103.29689,0.588943]]],[[[73.513611,0.387778],[73.510132,0.380486],[73.507973,0.390417],[73.513611,0.387778]]],[[[104.69693,0.022778],[104.593155,0.097222],[104.491905,0.233681],[104.541222,0.224722],[104.69693,0.022778]]],[[[73.095535,0.228056],[73.101234,0.229167],[73.106789,0.214167],[73.095749,0.221111],[73.095535,0.228056]]],[[[98.805328,0.094265],[98.637657,0.077361],[98.514328,0.135556],[98.762802,0.171667],[98.805328,0.094265]]],[[[129.536377,-0.2225],[129.291931,0.031389],[129.289978,0.043056],[129.543167,-0.143056],[129.536377,-0.2225]]],[[[104.929428,-0.334167],[104.442894,-0.2225],[104.524979,0.010417],[104.888893,-0.193611],[104.929428,-0.334167]]],[[[98.544144,-0.386389],[98.291931,-0.015278],[98.300812,-0.007222],[98.452209,-0.073889],[98.544144,-0.386389]]],[[[130.842865,-0.441045],[130.680222,-0.303432],[130.21933,-0.21125],[130.824707,-0.008672],[131.299835,-0.167639],[131.255554,-0.387778],[130.977875,-0.363889],[130.614334,-0.089097],[130.917755,-0.32125],[130.842865,-0.441045]]],[[[103.721153,-0.272437],[103.752777,-0.353333],[103.45359,-0.359861],[103.538307,-0.232222],[103.721153,-0.272437]]],[[[98.502213,-0.466386],[98.326096,-0.539722],[98.42318,-0.249583],[98.511932,-0.370556],[98.502213,-0.466386]]],[[[127.243271,-0.267774],[127.254021,-0.497639],[127.116371,-0.525],[127.105675,-0.294444],[127.243271,-0.267774]]],[[[73.435257,-0.283611],[73.442474,-0.286319],[73.446022,-0.305],[73.429771,-0.285903],[73.435257,-0.283611]]],[[[127.531303,-0.310349],[127.684143,-0.467778],[127.649155,-0.704306],[127.895752,-0.777917],[127.815254,-0.871805],[127.457207,-0.813194],[127.30262,-0.516806],[127.320129,-0.343056],[127.531303,-0.310349]]],[[[122.04866,-0.378621],[121.916504,-0.416806],[121.855537,-0.363333],[121.947487,-0.312639],[122.04866,-0.378621]]],[[[104.485207,-0.348014],[104.596367,-0.469861],[104.493446,-0.626944],[104.250114,-0.474722],[104.485207,-0.348014]]],[[[136.049133,-2.698055],[136.409424,-2.2175],[137.188156,-2.104167],[137.131073,-1.792778],[137.875793,-1.473055],[139.780823,-2.361389],[140.162338,-2.326667],[140.721893,-2.49],[140.727173,-2.637083],[141.214142,-2.622222],[142.55191,-3.218333],[143.518448,-3.435555],[144.016937,-3.810555],[144.513733,-3.822222],[145.735504,-4.802777],[145.766388,-5.485277],[147.466614,-5.97086],[147.826355,-6.337222],[147.819427,-6.713056],[146.971069,-6.743055],[146.945663,-6.956667],[147.178589,-7.463889],[147.731628,-7.94],[148.135254,-8.066111],[148.23053,-8.559723],[148.444412,-8.676945],[148.588867,-9.070278],[149.314484,-9.019793],[149.219971,-9.474722],[150.008881,-9.631388],[150.053726,-9.722361],[149.717194,-9.833471],[149.914154,-10.048889],[150.878021,-10.23],[150.36911,-10.321945],[150.689957,-10.563194],[150.209686,-10.700556],[149.851639,-10.548612],[150.078857,-10.462778],[149.747742,-10.342777],[147.952454,-10.145834],[147.058716,-9.469999],[146.895813,-9.278473],[146.971268,-9.029931],[146.586639,-8.999166],[146.089691,-8.09111],[144.879669,-7.7825],[144.862457,-7.610556],[144.599396,-7.660278],[144.522903,-7.502917],[144.508331,-7.618055],[144.408585,-7.519861],[144.467743,-7.743055],[144.314117,-7.617916],[144.217377,-7.794652],[143.664825,-7.467649],[143.958008,-7.978622],[143.360382,-7.901111],[143.611908,-8.243889],[142.976624,-8.344166],[142.69635,-8.2675],[142.440109,-8.332083],[142.382599,-8.189305],[142.327759,-8.163889],[142.139008,-8.223888],[142.324402,-8.183332],[142.439423,-8.371387],[143.096619,-8.463612],[143.392761,-8.770279],[143.365097,-9.012223],[142.638885,-9.334723],[142.206497,-9.165001],[141.119965,-9.230971],[139.985229,-8.193611],[140.147903,-7.885834],[139.915802,-8.114721],[139.366364,-8.206388],[139.218292,-8.089167],[138.910263,-8.298333],[138.836639,-8.13],[138.991913,-7.8675],[139.094543,-7.561805],[138.662201,-7.200972],[139.050537,-7.251667],[139.175812,-7.238889],[139.222473,-7.1625],[138.847473,-7.153889],[138.562897,-6.906528],[139.186646,-6.967569],[138.681915,-6.720555],[138.167725,-5.793333],[138.351624,-5.680277],[138.071243,-5.731319],[138.065247,-5.408958],[135.928314,-4.49861],[135.204681,-4.459723],[134.646225,-4.125555],[134.694977,-3.939722],[134.967606,-3.941111],[134.673035,-3.915139],[134.521637,-4.026389],[134.212051,-3.96],[134.163864,-3.776944],[133.636795,-3.489028],[133.828857,-2.961667],[133.399139,-3.7325],[133.45108,-3.869306],[133.237457,-4.076389],[132.912201,-4.097917],[132.750824,-3.718333],[132.927063,-3.554722],[132.819,-3.305417],[131.956909,-2.787014],[132.317749,-2.682222],[132.722748,-2.817223],[133.245804,-2.4175],[133.64859,-2.543889],[133.678589,-2.718055],[133.955536,-2.329167],[133.946976,-2.210556],[133.788452,-2.256736],[133.93428,-2.104097],[133.645813,-2.237222],[132.298996,-2.268472],[132.041229,-2.085695],[131.882446,-1.642222],[130.963593,-1.403055],[131.24884,-1.096945],[131.255554,-0.822778],[131.873016,-0.693889],[132.269714,-0.384167],[132.71315,-0.367083],[133.389435,-0.724722],[134.111084,-0.835278],[134.029495,-0.966944],[134.280396,-1.360556],[134.088287,-1.677917],[134.159698,-2.319445],[134.462891,-2.861304],[134.485794,-2.525556],[134.642075,-2.521597],[134.698029,-2.970139],[134.854691,-2.906806],[134.812607,-3.123889],[134.994949,-3.336528],[135.491913,-3.358334],[136.049133,-2.698055]]],[[[121.91217,-0.474217],[121.890266,-0.513889],[121.640823,-0.533611],[121.741364,-0.418611],[121.91217,-0.474217]]],[[[130.637482,-0.419168],[130.658875,-0.518611],[130.465302,-0.525278],[130.479828,-0.450694],[130.637482,-0.419168]]],[[[73.099152,-0.602778],[73.109421,-0.62],[73.115196,-0.641667],[73.090607,-0.585347],[73.099152,-0.602778]]],[[[127.238602,-0.61441],[127.318253,-0.794583],[127.277618,-0.808333],[127.153587,-0.77],[127.238602,-0.61441]]],[[[135.460846,-0.662426],[135.851639,-0.703472],[136.386368,-1.115208],[135.884277,-1.185555],[135.757202,-0.825556],[135.462036,-0.797902],[135.460846,-0.662426]]],[[[130.841034,-0.770539],[130.838287,-0.863055],[130.397629,-0.923889],[130.486633,-0.835278],[130.841034,-0.770539]]],[[[130.899353,-0.891445],[131.074677,-0.972778],[130.961365,-1.356945],[130.639297,-0.986944],[130.899353,-0.891445]]],[[[99.282211,-1.739444],[99.225677,-1.622153],[99.112206,-1.805278],[98.876228,-1.676944],[98.603043,-1.223055],[98.657486,-0.971111],[98.929153,-0.950278],[99.282211,-1.739444]]],[[[134.894409,-0.94332],[134.99205,-1.073889],[134.879944,-1.140833],[134.799133,-1.025556],[134.894409,-0.94332]]],[[[109.756378,-1.032516],[109.775818,-1.142361],[109.418587,-1.263334],[109.492477,-0.979722],[109.756378,-1.032516]]],[[[129.878296,-1.145563],[129.959259,-1.173472],[129.741486,-1.210972],[129.765808,-1.172222],[129.878296,-1.145563]]],[[[123.553864,-1.305],[123.181511,-1.624028],[123.12915,-1.331111],[122.906784,-1.591806],[122.805672,-1.454444],[122.922211,-1.176944],[123.194839,-1.153055],[123.230553,-1.398889],[123.371231,-1.225486],[123.553864,-1.305]]],[[[127.566101,-1.177744],[127.6147,-1.257778],[127.456932,-1.2425],[127.506523,-1.185833],[127.566101,-1.177744]]],[[[127.394669,-1.573361],[127.6436,-1.328333],[128.159286,-1.643194],[127.544144,-1.742222],[127.394669,-1.573361]]],[[[106.659714,-2.974444],[106.717758,-3.098333],[106.519402,-3.102489],[105.972618,-2.814861],[105.747345,-2.131597],[105.137558,-2.075834],[105.393333,-1.606667],[105.60498,-1.535972],[105.781097,-1.795],[105.709152,-1.5475],[106.026794,-1.574722],[106.270409,-2.374305],[106.781662,-2.591944],[106.659714,-2.974444]]],[[[108.955902,-1.57086],[108.851791,-1.670278],[108.795746,-1.582083],[108.896378,-1.5375],[108.955902,-1.57086]]],[[[135.505035,-1.600396],[136.803589,-1.7475],[136.900665,-1.796181],[136.218842,-1.874444],[135.505035,-1.600396]]],[[[124.424927,-1.657118],[125.290741,-1.733264],[125.319984,-1.887431],[124.405327,-2.016111],[124.424927,-1.657118]]],[[[130.350555,-1.680205],[130.3815,-2.010972],[130.120789,-2.066111],[129.717941,-1.888194],[130.350555,-1.680205]]],[[[125.415848,-1.783883],[125.653595,-1.824445],[126.348877,-1.819861],[125.46666,-1.94],[125.415848,-1.783883]]],[[[125.959152,-1.978546],[126.0868,-2.421389],[126.053452,-2.482777],[125.861923,-2.086667],[125.959152,-1.978546]]],[[[99.859146,-2.376488],[99.568604,-2.220139],[99.572632,-2.026389],[99.684982,-2.06875],[99.859146,-2.376488]]],[[[100.203018,-2.758928],[100.015968,-2.839028],[99.973877,-2.496528],[100.159569,-2.629305],[100.203018,-2.758928]]],[[[107.708687,-2.557815],[108.263046,-2.751389],[108.077385,-3.227361],[107.869705,-3.051805],[107.612129,-3.212083],[107.708687,-2.557815]]],[[[100.459427,-3.333889],[100.19136,-2.975833],[100.197479,-2.786945],[100.469711,-3.023889],[100.459427,-3.333889]]],[[[130.829956,-3.872777],[129.88858,-3.334444],[129.516098,-3.2975],[129.517822,-3.46993],[128.968292,-3.353611],[128.882675,-3.209375],[128.470383,-3.460695],[128.18187,-3.074097],[127.91832,-3.559444],[127.856087,-3.186666],[128.171921,-2.856945],[129.133026,-2.963264],[129.526642,-2.783611],[130.589066,-3.140347],[130.873978,-3.592986],[130.829956,-3.872777]]],[[[106.825523,-2.900553],[106.907349,-2.935278],[106.891518,-3.023472],[106.723869,-2.967569],[106.825523,-2.900553]]],[[[126.127899,-3.119681],[126.993874,-3.145],[127.09623,-3.370208],[127.260544,-3.3775],[127.236649,-3.6175],[126.693039,-3.83493],[126.508041,-3.768889],[126.044144,-3.426805],[126.127899,-3.119681]]],[[[127.708076,-3.160594],[127.789429,-3.179653],[127.78727,-3.245486],[127.638329,-3.224583],[127.708076,-3.160594]]],[[[116.271057,-3.285253],[116.305321,-3.907222],[116.05526,-4.042361],[116.012772,-3.632778],[116.271057,-3.285253]]],[[[127.57309,-3.266747],[127.623871,-3.315278],[127.643051,-3.361945],[127.481087,-3.293334],[127.57309,-3.266747]]],[[[116.429527,-3.404973],[116.40332,-3.584167],[116.380676,-3.644583],[116.31694,-3.540972],[116.429527,-3.404973]]],[[[128.583801,-3.494436],[128.70636,-3.501945],[128.723145,-3.616319],[128.626892,-3.623472],[128.583801,-3.494436]]],[[[128.036377,-3.593055],[128.276093,-3.511528],[128.346771,-3.532778],[128.234955,-3.729722],[127.942467,-3.771389],[128.036377,-3.593055]]],[[[128.440582,-3.519957],[128.510529,-3.526667],[128.562195,-3.59125],[128.38588,-3.638403],[128.440582,-3.519957]]],[[[123.046097,-3.97862],[123.253883,-4.062778],[123.146233,-4.242708],[122.957764,-4.100278],[123.046097,-3.97862]]],[[[133.32901,-4.107851],[133.552765,-4.233611],[133.615509,-4.300555],[133.32637,-4.170694],[133.32901,-4.107851]]],[[[123.075546,-4.40351],[123.215393,-4.821806],[123.045532,-4.757501],[122.979713,-5.107223],[123.214638,-5.29368],[122.655441,-5.685034],[122.568604,-5.506945],[122.781097,-5.129722],[122.854431,-4.600555],[123.075546,-4.40351]]],[[[145.951355,-4.764445],[145.873154,-4.669722],[145.978439,-4.527917],[146.054138,-4.661389],[145.951355,-4.764445]]],[[[122.709152,-4.618333],[122.643593,-5.352361],[122.284706,-5.381736],[122.374214,-4.755903],[122.709152,-4.618333]]],[[[121.981354,-5.081107],[122.053581,-5.424722],[121.9618,-5.476667],[121.808311,-5.269167],[121.981354,-5.081107]]],[[[147.135529,-5.451112],[147.002472,-5.303888],[147.124817,-5.191527],[147.228851,-5.363889],[147.135529,-5.451112]]],[[[123.585541,-5.255279],[123.632751,-5.290833],[123.63311,-5.373611],[123.528053,-5.296945],[123.585541,-5.255279]]],[[[102.378052,-5.4872],[102.256943,-5.454445],[102.099846,-5.335139],[102.380814,-5.372499],[102.378052,-5.4872]]],[[[133.182495,-5.309759],[133.111908,-5.591667],[132.839539,-6.000278],[133.114136,-5.302222],[133.182495,-5.309759]]],[[[134.516174,-5.436433],[134.692749,-5.530278],[134.73024,-5.977083],[134.630219,-5.934861],[134.302338,-6.022778],[134.380966,-5.806736],[134.209106,-5.704028],[134.359924,-5.706111],[134.516174,-5.436433]]],[[[147.990479,-5.856037],[147.769958,-5.622219],[147.782074,-5.4925],[148.065308,-5.627584],[147.990479,-5.856037]]],[[[132.738556,-5.678843],[132.809143,-5.833611],[132.739456,-5.950208],[132.634979,-5.616111],[132.738556,-5.678843]]],[[[112.694672,-5.731357],[112.724632,-5.839861],[112.590324,-5.845069],[112.587769,-5.784584],[112.694672,-5.731357]]],[[[120.495613,-5.787199],[120.561371,-6.027917],[120.479912,-6.482222],[120.440262,-5.911389],[120.495613,-5.787199]]],[[[110.056396,-7.897514],[108.879967,-7.641111],[108.18692,-7.786388],[107.468864,-7.504584],[106.567207,-7.416945],[106.38472,-7.296667],[106.506798,-6.978333],[106.018333,-6.831389],[105.483444,-6.869166],[105.215958,-6.775216],[105.491364,-6.808888],[106.075821,-5.881944],[106.755501,-6.100802],[106.994713,-6.081112],[107.02388,-5.914444],[107.305817,-5.953611],[107.650543,-6.25],[108.313179,-6.261667],[108.620819,-6.774167],[109.281372,-6.8825],[110.3936,-6.979028],[110.729843,-6.459167],[110.927345,-6.41118],[111.148735,-6.697291],[111.491219,-6.630069],[112.094437,-6.911667],[112.560257,-6.912222],[112.604774,-7.200208],[112.82859,-7.2925],[112.77832,-7.543889],[113.172211,-7.745],[114.03804,-7.611944],[114.439972,-7.794444],[114.37262,-8.523473],[114.621651,-8.743888],[113.232758,-8.281113],[112.646652,-8.434166],[111.787003,-8.260695],[111.651093,-8.362499],[110.718048,-8.197223],[110.056396,-7.897514]]],[[[134.478271,-5.988775],[134.766937,-6.09],[134.605515,-6.369583],[134.268524,-6.114931],[134.478271,-5.988775]]],[[[134.214508,-6.026358],[134.231766,-6.140973],[134.404007,-6.281667],[134.333038,-6.326389],[134.119965,-6.134167],[134.214508,-6.026358]]],[[[134.120941,-6.170352],[134.515732,-6.5925],[134.200531,-6.920833],[134.051498,-6.777639],[134.120941,-6.170352]]],[[[134.452789,-6.288033],[134.597748,-6.407223],[134.543869,-6.533611],[134.34552,-6.359722],[134.452789,-6.288033]]],[[[134.885498,-6.308499],[134.833221,-6.469722],[134.816071,-6.47],[134.793579,-6.378056],[134.885498,-6.308499]]],[[[105.261108,-6.533262],[105.195534,-6.683472],[105.117477,-6.62625],[105.164429,-6.566667],[105.261108,-6.533262]]],[[[134.710083,-6.591372],[134.721619,-6.690556],[134.6465,-6.769862],[134.626343,-6.715556],[134.710083,-6.591372]]],[[[138.634155,-6.7295],[138.738556,-6.768056],[138.785812,-6.837708],[138.685242,-6.857223],[138.634155,-6.7295]]],[[[115.293327,-6.838793],[115.461929,-6.850555],[115.57048,-6.921111],[115.295532,-7.008265],[115.293327,-6.838793]]],[[[112.939423,-6.893333],[113.941101,-6.865416],[114.12796,-6.973264],[113.503883,-7.225278],[112.716934,-7.14875],[112.939423,-6.893333]]],[[[120.658073,-7.022478],[120.775543,-7.060277],[120.769707,-7.134167],[120.637772,-7.122083],[120.658073,-7.022478]]],[[[114.32695,-7.063972],[114.396103,-7.101389],[114.402481,-7.181111],[114.326241,-7.164722],[114.32695,-7.063972]]],[[[128.623535,-7.06526],[128.703033,-7.119721],[128.637207,-7.219722],[128.526093,-7.14014],[128.623535,-7.06526]]],[[[131.916077,-7.104167],[131.972595,-7.251389],[131.728165,-7.155556],[131.750549,-7.116458],[131.916077,-7.104167]]],[[[131.645721,-7.116655],[131.630096,-7.629166],[131.329269,-8.014306],[131.108566,-7.998472],[131.237045,-7.490972],[131.645721,-7.116655]]],[[[72.432541,-7.434738],[72.357903,-7.269653],[72.434349,-7.426597],[72.444695,-7.233472],[72.494286,-7.299166],[72.432541,-7.434738]]],[[[120.830803,-7.265215],[120.995407,-7.280694],[121.063034,-7.302083],[120.791656,-7.289166],[120.830803,-7.265215]]],[[[138.559753,-7.379085],[138.806915,-7.383194],[139.036652,-7.613889],[138.848846,-8.078333],[138.379547,-8.410556],[137.644913,-8.435139],[138.01825,-7.625208],[138.559753,-7.379085]]],[[[131.036926,-7.4175],[131.165115,-7.403889],[131.177261,-7.411875],[131.060242,-7.512501],[131.036926,-7.4175]]],[[[127.416077,-7.512545],[127.48526,-7.580001],[127.359283,-7.654583],[127.366791,-7.515973],[127.416077,-7.512545]]],[[[125.972214,-7.658611],[126.618454,-7.565],[126.790543,-7.749722],[125.782761,-8.020417],[125.972214,-7.658611]]],[[[129.632172,-7.798573],[129.842529,-7.84125],[129.767212,-8.060417],[129.584137,-7.907778],[129.632172,-7.798573]]],[[[114.478592,-8.090036],[114.994019,-8.186389],[115.195679,-8.058056],[115.709846,-8.404445],[115.102623,-8.846805],[115.161942,-8.678236],[114.609283,-8.395695],[114.478592,-8.090036]]],[[[121.016388,-8.949722],[120.53804,-8.793333],[119.893883,-8.850277],[119.803589,-8.567778],[120.522491,-8.257223],[121.513603,-8.606666],[122.039429,-8.443611],[122.288307,-8.644445],[122.890953,-8.284791],[122.741814,-8.225833],[122.800262,-8.110832],[122.979698,-8.147362],[122.828049,-8.604027],[121.016388,-8.949722]]],[[[118.469994,-8.872499],[118.405121,-8.589583],[118.168594,-8.865138],[117.438873,-9.041668],[117.04776,-9.110763],[116.743591,-8.981805],[116.803307,-8.591318],[117.150269,-8.368471],[117.563522,-8.412223],[117.966377,-8.74861],[118.257004,-8.660833],[117.70575,-8.237222],[117.945534,-8.082639],[118.316299,-8.374652],[118.651726,-8.297916],[118.664742,-8.545278],[118.773323,-8.313194],[118.999916,-8.315763],[119.150543,-8.750556],[118.750877,-8.715208],[118.943176,-8.841041],[118.469994,-8.872499]]],[[[130.765533,-8.355],[131.013519,-8.090278],[131.178314,-8.131249],[130.821899,-8.349443],[130.765533,-8.355]]],[[[127.797791,-8.103855],[128.100525,-8.138613],[128.127731,-8.168612],[128.025269,-8.2675],[127.797791,-8.103855]]],[[[124.474991,-8.13587],[125.087494,-8.155416],[125.139709,-8.325694],[124.359154,-8.459999],[124.474991,-8.13587]]],[[[119.088287,-8.13632],[119.13472,-8.206944],[119.045128,-8.264168],[119.02388,-8.167778],[119.088287,-8.13632]]],[[[125.647491,-8.150043],[125.592484,-8.307501],[125.526093,-8.30611],[125.524696,-8.23],[125.647491,-8.150043]]],[[[117.536102,-8.390835],[117.481369,-8.191389],[117.679565,-8.159166],[117.691368,-8.18375],[117.536102,-8.390835]]],[[[138.823029,-8.173056],[138.89859,-8.405348],[138.557053,-8.365832],[138.707184,-8.183332],[138.823029,-8.173056]]],[[[128.858643,-8.1889],[128.969696,-8.183889],[129.032898,-8.243333],[128.924988,-8.26264],[128.858643,-8.1889]]],[[[123.980797,-8.342777],[124.106369,-8.371944],[124.299835,-8.208195],[124.125526,-8.552223],[123.911102,-8.458611],[123.980797,-8.342777]]],[[[123.406097,-8.596945],[123.219009,-8.532014],[123.469894,-8.35511],[123.402481,-8.275002],[123.582207,-8.378056],[123.787621,-8.184722],[123.932472,-8.235485],[123.406097,-8.596945]]],[[[116.339813,-8.21855],[116.734909,-8.365484],[116.582832,-8.89618],[115.857758,-8.822569],[116.073036,-8.731112],[116.102478,-8.406389],[116.339813,-8.21855]]],[[[123.090813,-8.285736],[123.217491,-8.23361],[123.346649,-8.283473],[123.017555,-8.41],[123.090813,-8.285736]]],[[[125.124107,-8.654201],[127.00499,-8.324444],[127.308594,-8.410557],[126.474564,-8.951111],[125.35276,-9.295417],[124.426376,-10.1675],[123.811653,-10.375832],[123.488312,-10.316389],[123.762207,-10.078888],[123.575272,-10.028334],[123.674698,-9.629444],[124.951897,-8.950127],[125.124107,-8.654201]]],[[[143.572754,-8.493889],[143.35495,-8.418056],[143.314423,-8.380138],[143.578506,-8.375485],[143.572754,-8.493889]]],[[[143.632446,-8.734444],[143.240509,-8.487221],[143.182541,-8.423472],[143.467194,-8.527779],[143.632446,-8.734444]]],[[[119.377808,-8.718202],[119.41568,-8.445695],[119.45546,-8.429991],[119.585266,-8.559999],[119.377808,-8.718202]]],[[[122.925591,-8.611922],[122.988037,-8.456667],[123.174286,-8.43889],[123.169151,-8.4725],[122.925591,-8.611922]]],[[[119.699417,-8.723113],[119.609634,-8.776667],[119.633057,-8.600796],[119.719994,-8.686945],[119.699417,-8.723113]]],[[[115.589981,-8.80611],[115.469711,-8.732082],[115.510414,-8.671389],[115.602829,-8.702708],[115.589981,-8.80611]]],[[[143.234711,-9.107111],[143.263779,-9.125205],[143.241028,-9.162215],[143.195786,-9.135075],[143.234711,-9.107111]]],[[[150.334412,-9.526667],[150.109543,-9.370693],[150.193588,-9.209444],[150.330948,-9.273611],[150.334412,-9.526667]]],[[[119.200546,-9.747499],[118.933243,-9.559444],[119.033531,-9.43125],[119.939835,-9.289653],[120.833183,-10.077361],[120.627197,-10.238888],[120.220261,-10.248333],[119.629837,-9.772223],[119.200546,-9.747499]]],[[[150.846924,-9.718056],[150.514435,-9.623333],[150.439133,-9.357082],[150.804413,-9.432777],[150.846924,-9.718056]]],[[[151.229126,-10.201111],[150.949707,-10.105555],[150.762619,-9.707847],[151.118088,-10.046597],[151.282761,-9.925279],[151.229126,-10.201111]]],[[[123.416351,-10.153305],[123.506721,-10.180417],[123.321243,-10.34111],[123.3097,-10.275972],[123.416351,-10.153305]]],[[[105.701401,-10.51097],[105.628998,-10.43731],[105.736603,-10.38408],[105.7519,-10.48375],[105.701401,-10.51097]]],[[[121.726357,-10.544683],[121.894989,-10.421667],[122.003326,-10.455278],[121.871094,-10.6075],[121.726357,-10.544683]]],[[[122.856308,-10.759743],[123.075272,-10.68125],[123.390961,-10.438055],[123.39444,-10.684166],[123.198318,-10.823055],[122.848862,-10.929653],[122.856308,-10.759743]]],[[[150.880524,-10.652779],[150.785248,-10.634724],[150.793091,-10.541667],[150.89624,-10.550417],[150.880524,-10.652779]]]]},"type":"Feature","properties":{"postal":"AS","name":"Asia","type":"Continent","center":[94.79166666666667,46.54095086321104]}},"NA":{"geometry":{"type":"MultiPolygon","coordinates":[[[[-25.28167,71.391663],[-25.62389,71.537201],[-26.950275,71.578598],[-27.69389,71.930267],[-28.617222,72.131363],[-28.358334,72.015129],[-28.461109,71.936646],[-27.326807,71.712631],[-28.466942,71.552475],[-25.877777,71.500275],[-25.410276,71.274849],[-26.784168,70.930542],[-27.500834,70.937477],[-27.920692,71.129982],[-27.617361,70.951096],[-28.405415,70.977066],[-27.915693,70.86956],[-28.305416,70.559837],[-29.236942,70.445396],[-26.326946,70.378799],[-28.589445,70.089432],[-27.434723,69.954163],[-26.898888,70.248596],[-26.307503,70.197754],[-25.261112,70.413605],[-25.34639,70.282211],[-25.031113,70.363037],[-23.560558,70.106094],[-22.08111,70.137138],[-23.274031,69.859848],[-22.909166,69.809975],[-23.000416,69.75666],[-23.365002,69.855545],[-23.244789,69.752213],[-23.929304,69.752205],[-23.580694,69.625816],[-23.819447,69.507492],[-24.347221,69.601997],[-24.073542,69.479637],[-24.652222,69.39444],[-24.664165,69.246933],[-25.209721,69.274429],[-24.992775,69.163315],[-25.305557,69.0186],[-25.609444,69.103592],[-25.443472,68.964714],[-26.363335,68.66748],[-27.619999,68.476089],[-28.016113,68.562759],[-28.008892,68.45179],[-28.847778,68.318604],[-29.187222,68.390549],[-29.11875,68.282211],[-29.376945,68.199417],[-29.86611,68.413185],[-30.196945,68.242477],[-30.025835,68.113037],[-30.709721,68.260818],[-30.813612,68.244492],[-30.422916,68.065254],[-31.571667,68.06694],[-31.700556,68.096657],[-31.67865,68.178329],[-31.745831,68.207344],[-31.530348,68.234291],[-32.007225,68.261932],[-32.47583,68.621918],[-32.421112,68.507355],[-32.557503,68.487762],[-32.133331,68.196091],[-32.39167,68.226379],[-32.400276,68.199417],[-31.999165,68.095261],[-32.131943,67.848877],[-33.198608,67.688034],[-33.057915,67.635056],[-33.273193,67.40374],[-33.59597,67.371292],[-33.366253,67.247482],[-33.973053,66.99054],[-34.270554,66.57457],[-34.42667,66.74234],[-34.40937,66.539009],[-34.719994,66.338318],[-34.984169,66.284149],[-35.124996,66.416786],[-35.232567,66.311783],[-35.042088,66.250679],[-35.203888,66.237762],[-35.855835,66.43248],[-35.551392,66.243172],[-35.587502,66.11026],[-36.331947,65.907211],[-36.347084,66.082764],[-36.569168,66.074852],[-36.514446,65.9897],[-36.985138,65.837769],[-37.080414,66.061363],[-37.193054,65.76915],[-37.810764,66.029289],[-37.183891,66.340546],[-38.10611,66.386932],[-37.69437,66.264297],[-37.99271,66.241508],[-37.85535,66.198242],[-38.051941,65.912491],[-38.480694,66.013329],[-38.102985,65.802277],[-38.246529,65.628311],[-38.751945,65.690948],[-38.599442,65.577904],[-39.057503,65.559418],[-39.324448,65.715546],[-39.201111,65.583603],[-39.660275,65.679985],[-39.829445,65.495819],[-40.09639,65.567215],[-40.215004,65.493454],[-39.793404,65.415192],[-39.941666,65.36499],[-39.755562,65.242752],[-40.256393,65.016388],[-40.596107,65.134995],[-41.155415,64.962349],[-40.600838,64.681091],[-40.636806,64.46582],[-40.357014,64.354218],[-40.788055,64.38443],[-41.50695,64.325821],[-41.567989,64.263878],[-40.56778,64.109146],[-40.837635,63.944153],[-40.61972,63.922768],[-40.515976,63.699574],[-41.617775,63.792221],[-40.748337,63.509163],[-41.173836,63.51202],[-41.001389,63.405827],[-41.118195,63.385269],[-41.394165,63.552216],[-41.239861,63.40617],[-41.581947,63.488327],[-41.113335,63.307213],[-41.687218,63.524994],[-41.896393,63.470543],[-41.855972,63.397491],[-41.470966,63.217628],[-41.487419,63.169624],[-41.43243,63.120964],[-42.023056,63.246941],[-41.538818,63.032146],[-41.730278,63.029716],[-42.173195,63.203049],[-41.999725,63.03138],[-41.617916,62.9893],[-41.751671,62.840683],[-42.323891,62.809158],[-42.303612,62.941658],[-42.527779,62.723045],[-43.144444,62.758606],[-42.165344,62.382629],[-42.980415,62.510967],[-42.261948,62.242352],[-42.543617,61.945824],[-42.115837,62.00666],[-42.416248,61.915199],[-42.191452,61.86208],[-42.325562,61.761383],[-42.76889,61.818054],[-42.864307,61.779297],[-42.317642,61.642635],[-42.434723,61.557213],[-43.07917,61.593605],[-42.528263,61.527077],[-42.507507,61.35527],[-43.244446,61.337353],[-42.664303,61.256527],[-42.577919,61.193462],[-43.089722,61.197487],[-42.634029,61.101173],[-43.612362,61.126381],[-42.707775,61.059158],[-43.008614,60.883881],[-43.483608,60.935684],[-42.79084,60.801102],[-43.524651,60.836937],[-42.751877,60.684227],[-43.068611,60.498878],[-43.314861,60.550896],[-43.208611,60.464439],[-43.697777,60.715687],[-43.629997,60.548607],[-44.199581,60.590893],[-43.314651,60.440964],[-43.587639,60.305267],[-43.166248,60.396244],[-43.092773,60.257217],[-43.322014,60.213673],[-43.087219,60.100273],[-44.113892,60.183601],[-43.993889,60.307495],[-44.102779,60.383884],[-44.082504,60.287563],[-44.454304,60.149437],[-44.586662,59.988327],[-44.961945,60.030273],[-45.169029,60.092213],[-44.824448,60.189987],[-44.470833,60.557213],[-44.887363,60.215549],[-45.202499,60.186935],[-44.629372,60.734089],[-45.217773,60.434158],[-45.099167,60.645828],[-45.487358,60.491867],[-45.313332,60.699997],[-45.574722,60.469154],[-45.681381,60.637032],[-45.977982,60.577911],[-45.677902,60.673031],[-45.852085,60.695683],[-45.252781,60.905823],[-45.384171,61.007217],[-45.686386,60.774712],[-46.222355,60.758053],[-45.489723,60.989159],[-45.252228,61.107216],[-45.2159,61.203808],[-45.370831,61.09013],[-45.500557,61.23333],[-45.631386,61.007217],[-46.065552,60.921104],[-45.65361,61.14222],[-45.866669,61.215134],[-45.790001,61.334991],[-46.009727,61.223045],[-45.839581,61.162769],[-45.915001,61.090271],[-46.229439,60.974709],[-46.405796,61.082386],[-46.862221,60.797356],[-47.023056,60.976097],[-48.226944,60.816101],[-47.689857,61.006802],[-48.406666,60.992077],[-47.836803,61.040134],[-48.216393,61.180275],[-47.920696,61.322567],[-48.410278,61.13221],[-48.321682,61.20631],[-48.639168,61.210407],[-48.378609,61.363884],[-49.065277,61.399437],[-48.232704,61.535896],[-48.344162,61.604996],[-48.948883,61.465546],[-49.297501,61.557495],[-48.599213,61.636337],[-49.149029,61.719849],[-48.775276,61.987213],[-49.238052,61.711662],[-49.354172,61.765549],[-49.214722,61.883606],[-49.438606,61.841309],[-48.842567,62.076107],[-49.091805,62.076797],[-49.032223,62.213047],[-49.158192,62.020687],[-49.669449,61.995544],[-49.688606,62.11694],[-49.420837,62.089989],[-49.293892,62.172218],[-49.638336,62.150826],[-49.394775,62.246887],[-49.837219,62.237495],[-50.315624,62.494301],[-49.947495,62.827217],[-50.277779,62.703323],[-50.150833,62.930824],[-49.699718,63.055267],[-50.193584,62.932743],[-50.36972,62.781662],[-50.149994,63.015274],[-50.593887,62.969986],[-50.606392,63.094437],[-50.059845,63.228752],[-50.570282,63.227211],[-50.794281,63.196896],[-50.920486,63.141796],[-50.803196,63.249718],[-51.059441,63.184158],[-51.107365,63.340405],[-50.279652,63.400616],[-51.158333,63.378044],[-50.746735,63.550407],[-51.131805,63.62027],[-50.54903,63.609856],[-50.507641,63.669159],[-51.081944,63.665409],[-51.184372,63.622421],[-51.16861,63.502777],[-51.547783,63.740547],[-50.924309,63.930965],[-51.430832,63.803604],[-51.362221,63.966934],[-51.657776,64.010544],[-50.048061,64.195671],[-50.552082,64.179565],[-50.475555,64.291092],[-51.445831,64.078049],[-51.748474,64.202072],[-50.950836,64.218048],[-50.84639,64.252083],[-51.037224,64.271103],[-50.856392,64.415543],[-50.352226,64.382751],[-50.176182,64.446793],[-50.908192,64.594986],[-50.525276,64.704987],[-50.134304,64.476517],[-49.587776,64.353592],[-50.063679,64.527832],[-49.991528,64.699432],[-50.209724,64.741653],[-49.998821,64.8647],[-50.56403,64.770409],[-50.693054,64.994141],[-50.981941,65.216797],[-50.634098,64.758324],[-51.143333,64.613602],[-51.023888,64.754715],[-51.224167,64.762207],[-51.665001,64.306091],[-52.004726,64.201797],[-52.116249,64.722763],[-51.249863,65.015472],[-52.211388,64.806641],[-52.011391,64.979156],[-52.280281,65.076096],[-52.099724,65.239151],[-52.310207,65.201859],[-52.222771,65.327774],[-52.519165,65.185257],[-52.562153,65.320053],[-51.719303,65.583466],[-51.899235,65.621712],[-51.694443,65.698593],[-50.546947,65.707695],[-51.484726,65.763046],[-51.948051,65.658875],[-51.934441,65.546371],[-52.495903,65.38797],[-52.612083,65.480675],[-52.469162,65.640823],[-52.805,65.548599],[-52.607224,65.6586],[-52.768818,65.63562],[-52.688122,65.804565],[-52.810555,65.671646],[-53.233326,65.682831],[-52.875,65.80304],[-53.265003,65.742828],[-52.698608,65.935532],[-52.32,65.868866],[-51.813889,65.964706],[-51.831947,66.055817],[-52.317505,65.899155],[-52.618057,65.97998],[-53.151665,65.85582],[-53.23333,65.923035],[-52.878468,66.019295],[-53.46701,65.972412],[-51.271385,66.843872],[-50.354446,66.827484],[-51.007504,66.902214],[-50.00111,66.97644],[-50.948608,66.978592],[-53.006668,66.193314],[-53.620834,66.143875],[-53.122498,66.284706],[-53.615833,66.241791],[-53.629025,66.506241],[-52.417362,66.544289],[-53.451942,66.637497],[-52.586666,66.703041],[-53.204723,66.74456],[-52.852497,66.779701],[-53.112534,66.759987],[-52.982773,66.853043],[-52.336113,66.810532],[-52.232563,66.837486],[-52.498337,66.912491],[-53.675003,66.913605],[-53.825836,66.978035],[-53.22208,66.990814],[-53.961109,67.074295],[-53.816666,67.178864],[-52.15139,67.36998],[-51.524719,67.323044],[-51.189438,67.123596],[-50.350487,67.184319],[-51.173332,67.139435],[-51.52396,67.349495],[-51.151665,67.423309],[-53.252228,67.320541],[-53.79834,67.202774],[-53.803612,67.414429],[-52.496109,67.769714],[-51.809441,67.625809],[-51.330284,67.675812],[-50.700554,67.491653],[-50.195831,67.467346],[-50.070972,67.511383],[-50.849998,67.603592],[-49.941109,67.692337],[-51.010975,67.624702],[-51.23111,67.712494],[-50.417503,67.844437],[-50.779442,67.906647],[-50.678055,67.85054],[-51.173615,67.758606],[-51.331116,67.868866],[-50.973675,67.883316],[-51.059998,67.974152],[-51.564308,67.933586],[-51.320419,67.813736],[-51.713058,67.694977],[-51.840832,67.734848],[-51.628887,67.768738],[-52.340137,67.822212],[-51.574032,67.965408],[-51.613335,67.974152],[-53.729439,67.536652],[-53.539444,67.710815],[-53.627777,67.814697],[-52.959141,67.977814],[-53.191383,68.041649],[-53.081673,68.062759],[-52.748337,67.968323],[-52.212219,67.923035],[-52.062359,67.976517],[-53.450001,68.151375],[-53.321114,68.184418],[-52.427498,68.063599],[-52.797226,68.177902],[-51.85778,68.041931],[-51.188606,68.063599],[-50.56945,67.900818],[-50.144165,67.939423],[-51.434719,68.200127],[-50.971382,68.17762],[-51.220833,68.273605],[-51.182777,68.394432],[-50.82,68.503601],[-51.645004,68.407761],[-51.240837,68.289978],[-52.419167,68.180542],[-53.388611,68.329025],[-53.079727,68.323044],[-52.603889,68.453323],[-52.46167,68.544983],[-50.865837,68.6147],[-50.987221,68.732483],[-50.655552,68.823326],[-51.288822,68.747002],[-50.96611,68.932487],[-51.114449,68.926926],[-51.074306,69.130119],[-50.217499,68.95665],[-50.243889,69.075272],[-50.680283,69.102768],[-50.141666,69.173866],[-50.467636,69.198174],[-50.397499,69.34082],[-51.120274,69.200401],[-50.855835,69.461105],[-50.20472,69.521927],[-50.882778,69.495537],[-50.800552,69.642212],[-50.407219,69.595955],[-50.815418,69.707626],[-50.191666,69.757492],[-50.589302,69.923729],[-50.217636,70.024292],[-52.312775,70.046646],[-54.62722,70.653046],[-54.128609,70.829163],[-52.970833,70.764435],[-50.546528,70.339989],[-50.678055,70.395271],[-50.509727,70.526093],[-50.947777,70.420258],[-51.345276,70.564156],[-50.888893,70.505554],[-50.741108,70.545258],[-50.979027,70.626366],[-50.640839,70.641373],[-51.440968,70.725754],[-50.635555,70.721657],[-50.844444,70.870674],[-51.952499,71.021103],[-51.189995,70.953873],[-50.91806,71.020264],[-52.245903,71.121918],[-51.526112,71.278038],[-51.645554,71.361374],[-52.555138,71.176231],[-52.282776,71.254715],[-52.185555,71.37915],[-51.34597,71.484154],[-52.986179,71.418037],[-51.80278,71.594437],[-51.643406,71.708954],[-53.250557,71.702774],[-52.687149,71.999985],[-53.321945,71.82222],[-53.406105,72.044708],[-53.856533,72.318871],[-53.610558,72.362488],[-53.953892,72.324852],[-53.397362,71.848183],[-53.916389,71.738319],[-53.775002,71.633331],[-54.100281,71.707489],[-53.855141,71.555679],[-53.91555,71.441925],[-54.825562,71.352768],[-55.258339,71.49054],[-55.117565,71.388458],[-55.323616,71.386932],[-55.678818,71.626923],[-55.574722,71.640686],[-55.905273,71.679977],[-54.82653,71.917068],[-54.536667,72.041367],[-54.389305,72.222969],[-54.861946,71.942749],[-55.29834,71.928589],[-55.580002,71.998871],[-54.686943,72.36721],[-55.626389,72.457489],[-54.299309,72.481232],[-55.017365,72.52346],[-54.630276,72.619629],[-54.870552,72.642487],[-54.654999,72.764999],[-54.924309,72.775543],[-54.605415,72.826378],[-54.850555,73.014435],[-55.695137,73.064156],[-55.142921,73.184288],[-55.456669,73.254852],[-55.089622,73.354279],[-56.071808,73.645966],[-55.611252,73.723732],[-55.944927,73.854149],[-55.641251,73.869148],[-56.122498,74.006653],[-55.973331,74.031517],[-56.409859,74.069153],[-56.129166,74.27832],[-57.323338,74.104706],[-56.129581,74.380676],[-56.794449,74.445877],[-56.249443,74.480545],[-56.192913,74.550262],[-57.015007,74.671371],[-57.187222,74.772217],[-56.861115,74.806931],[-57.02639,74.913879],[-58.139584,75.046928],[-57.918056,75.162346],[-58.334724,75.265274],[-58.300198,75.387375],[-58.688049,75.342209],[-58.15958,75.508598],[-58.598469,75.671715],[-58.423615,75.719711],[-59.061668,75.704163],[-59.21611,75.872208],[-59.784729,75.796371],[-59.59264,75.907906],[-60.738052,75.993317],[-60.878609,76.152481],[-62.239723,76.286652],[-62.77861,76.193588],[-63.385559,76.372757],[-64.012222,76.13472],[-64.412216,76.347214],[-64.441101,76.228867],[-64.685547,76.255135],[-64.599998,76.129425],[-65.328339,76.174698],[-65.479721,76.0186],[-65.886803,76.100616],[-65.556938,76.236649],[-65.769455,76.275543],[-66.194153,76.280273],[-66.43306,76.082764],[-66.960007,76.263611],[-67.305275,76.165123],[-66.483887,75.9086],[-68.500565,76.086929],[-69.631516,76.373657],[-67.982224,76.679428],[-70.099655,76.801575],[-69.543335,77.001801],[-69.672501,77.012497],[-70.547226,76.788589],[-71.375275,77.056091],[-70.14917,77.24054],[-68.540558,77.166092],[-66.448608,77.133881],[-66.171387,77.190254],[-69.101669,77.271927],[-67.619995,77.386383],[-66.238327,77.248596],[-66.657013,77.412483],[-66.055557,77.491364],[-66.723335,77.678452],[-68.344727,77.498596],[-68.699432,77.663879],[-68.815552,77.651382],[-68.60569,77.519295],[-69.25029,77.453049],[-70.288887,77.566795],[-69.501114,77.684708],[-69.481392,77.752632],[-70.602783,77.67804],[-69.97493,77.834572],[-71.320007,77.763611],[-71.439026,77.790962],[-71.228882,77.878586],[-73.053604,78.157211],[-72.456665,78.286377],[-72.849442,78.314148],[-72.552216,78.521103],[-68.807495,78.828323],[-69.16832,78.92186],[-68.340561,79.063034],[-65.976669,79.101654],[-64.835281,79.521927],[-65.051392,80.016937],[-63.784874,80.144852],[-64.205002,80.250549],[-64.902496,80.063309],[-67.049728,80.05748],[-67.483612,80.190811],[-67.481949,80.324158],[-63.680557,81.143875],[-62.794449,80.751099],[-63.371109,81.152489],[-61.056664,81.119705],[-60.891945,81.165543],[-61.31118,81.353249],[-60.769028,81.496796],[-61.452225,81.753052],[-60.806664,81.879974],[-58.899445,81.8647],[-58.642502,81.675537],[-56.519997,81.3311],[-59.465832,81.99276],[-55.902496,82.268051],[-55.113335,82.156647],[-55.602222,82.280823],[-54.450279,82.364151],[-53.559723,82.116089],[-53.500839,81.906097],[-53.808052,81.566513],[-53.473053,81.501663],[-53.547783,81.668594],[-52.938606,81.856369],[-52.964165,82.029434],[-49.90361,81.609421],[-49.619789,81.640198],[-51.066387,81.935257],[-49.435135,81.929008],[-50.695,82.18248],[-51.083885,82.503601],[-49.191666,82.469986],[-44.639999,81.754166],[-44.183327,81.834152],[-44.921806,81.9879],[-44.502502,82.089706],[-44.793476,82.188522],[-44.618057,82.276657],[-42.300835,82.214989],[-43.830284,82.335815],[-43.72847,82.404152],[-45.763336,82.761932],[-42.142776,82.761658],[-41.682777,82.478043],[-41.608894,82.641663],[-41.899166,82.730263],[-41.550278,82.736649],[-39.753338,82.40152],[-40.011948,82.559982],[-39.904999,82.671646],[-40.135277,82.714432],[-42.191109,82.851654],[-45.993057,82.844437],[-46.889027,82.962769],[-45.986111,82.917343],[-46.701252,83.003052],[-46.033058,83.088593],[-45.082222,82.929703],[-44.755005,82.964432],[-43.989441,82.911926],[-43.365974,82.919151],[-45.521107,83.121094],[-45.41111,83.152206],[-42.872772,83.092758],[-43.983093,83.20105],[-42.651108,83.272491],[-38.574448,82.744141],[-39.147221,82.979424],[-37.270279,83.005264],[-38.797363,83.056091],[-36.877914,83.148605],[-38.678055,83.205261],[-38.855278,83.249428],[-38.856392,83.431656],[-37.796112,83.359146],[-38.058609,83.431366],[-37.625832,83.504166],[-36.438049,83.361099],[-36.900833,83.492477],[-30.388332,83.602203],[-25.653402,83.290474],[-26.956108,83.1436],[-30.047501,83.171371],[-31.929165,83.051651],[-33.387779,83.150543],[-32.472218,83.043877],[-35.617916,82.902626],[-35.296394,82.886383],[-35.550972,82.761383],[-35.434998,82.741364],[-34.886948,82.906372],[-33.924446,82.90332],[-33.881943,82.788879],[-33.536949,82.945251],[-31.643612,82.929153],[-30.059444,83.125534],[-28.177498,83.041931],[-25.142223,83.162766],[-24.750835,83.003738],[-25.899029,82.776093],[-23.992775,82.911652],[-23.842222,82.895126],[-24.022224,82.757217],[-23.378887,82.848877],[-21.316389,82.610954],[-22.481667,82.330826],[-25.06889,82.152481],[-31.591389,82.208328],[-29.908194,82.095268],[-33.098335,81.77388],[-33.018333,81.656372],[-28.997219,81.994431],[-25.202499,81.986511],[-25.428333,81.748032],[-27.628471,81.489014],[-27.186388,81.40596],[-27.570972,81.389709],[-27.328613,81.380814],[-24.210556,81.708328],[-24.002224,82.00972],[-22.301392,82.084427],[-22.016945,81.933044],[-21.97361,81.733047],[-22.23111,81.46582],[-22.968054,81.290398],[-22.76528,81.263741],[-24.511669,80.540817],[-23.671944,80.71666],[-23.559444,80.889435],[-19.940834,81.683044],[-20.305557,81.451096],[-18.017223,81.468048],[-17.608889,81.6054],[-17.859583,81.731514],[-17.353889,81.701935],[-17.534725,81.853592],[-16.700554,81.931931],[-14.768057,81.91832],[-12.15764,81.600677],[-14.027224,81.141937],[-14.975277,81.128311],[-15.138959,81.084641],[-14.650557,80.94693],[-16.005001,80.728592],[-17.959164,80.805252],[-18.577778,80.625259],[-20.087502,80.687195],[-21.248886,80.571587],[-17.43861,80.6297],[-16.119234,80.506935],[-17.113888,80.236923],[-19.700832,80.285812],[-20.554861,80.10318],[-20.366112,80.08596],[-20.752361,79.86235],[-20.326946,79.760544],[-19.87764,79.844292],[-20.257225,79.881363],[-20.053333,79.979706],[-19.289444,80.103317],[-17.450762,80.05658],[-18.2225,79.75499],[-19.228611,79.788879],[-19.63139,79.661377],[-19.799999,79.45797],[-19.656387,79.350266],[-19.864584,79.151932],[-19.573612,79.3311],[-19.091667,79.299988],[-19.206387,79.218048],[-19.079445,79.202492],[-19.309862,79.170815],[-19.196777,79.278938],[-19.378334,79.274994],[-20.09111,79.063599],[-19.914722,78.964157],[-20.018059,78.877197],[-21.183609,78.807274],[-20.928333,78.691643],[-21.424374,78.649223],[-20.909861,78.621231],[-21.373055,78.305542],[-21.288055,78.212204],[-21.757919,78.132484],[-21.409304,78.107483],[-22.036945,77.685677],[-21.429531,77.674858],[-21.724998,77.549149],[-21.578335,77.564148],[-20.86639,78.015274],[-20.311947,77.870819],[-19.239998,77.763046],[-18.958748,77.629906],[-20.256947,77.729156],[-20.913887,77.666092],[-20.246803,77.558037],[-20.480831,77.568329],[-20.651525,77.54818],[-20.403889,77.507217],[-21.049583,77.544846],[-20.040558,77.458038],[-20.772085,77.413452],[-19.706665,77.386932],[-19.420834,77.239975],[-18.395832,77.342758],[-18.144722,77.087494],[-18.305279,76.806091],[-20.723053,76.988312],[-21.033613,76.945808],[-20.580418,76.921783],[-21.727915,76.881653],[-20.939442,76.842484],[-21.605,76.644714],[-22.240555,76.857208],[-22.738888,76.704437],[-22.33375,76.512215],[-22.184166,76.637207],[-21.814445,76.590271],[-21.679165,76.521935],[-22.034168,76.46769],[-21.675346,76.484711],[-21.919998,76.426651],[-22.402222,76.498596],[-22.50403,76.44664],[-22.189999,76.412491],[-21.570972,76.434006],[-21.68222,76.239151],[-20.56139,76.133881],[-20.422222,76.136246],[-21.085209,76.295677],[-20.399445,76.218872],[-19.929443,76.258606],[-19.667223,76.1297],[-20.360279,75.981094],[-21.981525,75.99054],[-19.757225,75.889435],[-19.336805,75.402069],[-19.610001,75.133041],[-22.089443,75.654984],[-22.283611,75.657341],[-21.406805,75.4543],[-22.510559,75.540817],[-20.529724,75.16304],[-21.229721,75.111923],[-21.740414,74.976509],[-21.928886,75.078323],[-22.43479,75.166298],[-21.765556,74.954987],[-20.629723,75.057205],[-20.761946,74.849854],[-20.615555,74.73082],[-21.102501,74.655258],[-19.392776,74.684708],[-19.28264,74.524567],[-18.978193,74.483459],[-19.684998,74.237488],[-20.363335,74.443039],[-21.259167,74.471649],[-21.66111,74.447205],[-22.082779,74.598328],[-21.76417,74.422485],[-22.479164,74.3097],[-22.055555,74.28582],[-22.163055,74.112762],[-22.491526,74.076378],[-21.986248,74.000328],[-21.821667,73.651093],[-21.706247,73.695122],[-21.914444,74.010544],[-21.748608,74.058319],[-20.279446,73.876923],[-20.533058,73.720825],[-20.428333,73.473877],[-21.560833,73.478043],[-22.379166,73.250549],[-23.50639,73.444702],[-24.032223,73.702484],[-22.694443,73.544434],[-22.185555,73.623314],[-22.747219,73.563034],[-24.044167,73.814697],[-24.452637,73.698456],[-24.463055,73.535812],[-25.688749,73.952347],[-24.675417,73.518387],[-25.315002,73.461655],[-26.012501,73.242203],[-27.337502,73.492477],[-27.457916,73.442062],[-26.389721,73.248665],[-27.728333,73.13179],[-27.406387,73.109985],[-27.497498,72.924423],[-27.265003,73.119705],[-26.449165,73.193588],[-25.05125,73.080963],[-25.159721,72.927475],[-26.027225,72.787201],[-26.716389,72.871094],[-27.387777,72.840683],[-26.30514,72.725685],[-26.462776,72.57222],[-25.566666,72.833054],[-24.842499,72.719437],[-24.60993,72.524292],[-25.907499,72.415405],[-25.288336,72.383041],[-25.513058,72.120255],[-25.193611,72.357758],[-24.588333,72.421097],[-22.494442,71.892761],[-23.129307,71.627892],[-22.429722,71.794983],[-22.636112,71.57708],[-21.898054,71.738312],[-22.503473,71.551933],[-22.471109,71.260689],[-21.805557,71.50943],[-21.672361,71.402763],[-21.814583,71.313591],[-21.607777,71.324432],[-21.961666,71.263885],[-21.683332,71.154083],[-22.328194,71.053802],[-21.679028,71.066376],[-21.702221,70.822769],[-21.926666,70.806023],[-21.639721,70.795403],[-21.549654,70.705956],[-21.777225,70.582352],[-21.475832,70.541649],[-22.373056,70.440598],[-22.506947,70.85054],[-22.622776,70.44664],[-23.349028,70.43998],[-24.021946,70.652206],[-24.192497,71.013046],[-24.739998,71.332214],[-25.28167,71.391663]]],[[[-39.581947,83.346939],[-39.173615,83.393051],[-38.905277,83.292488],[-39.621941,83.336929],[-39.581947,83.346939]]],[[[-38.948334,83.113602],[-40.051941,83.256104],[-40.673332,83.280273],[-40.297501,83.349426],[-38.643475,83.118172],[-38.948334,83.113602]]],[[[-41.252502,83.285263],[-41.614723,83.3022],[-41.682777,83.312202],[-41.45639,83.327209],[-41.252502,83.285263]]],[[[-42.416389,83.252487],[-42.350281,83.274994],[-41.959999,83.253464],[-42.148888,83.241364],[-42.416389,83.252487]]],[[[-41.597496,83.215546],[-41.424171,83.242203],[-41.003059,83.213737],[-41.159439,83.20665],[-41.597496,83.215546]]],[[[-38.57,83.139725],[-38.659721,83.164703],[-38.009171,83.152481],[-38.318611,83.133606],[-38.57,83.139725]]],[[[-39.875275,82.978592],[-40.595551,83.00943],[-41.482635,83.162209],[-40.836945,83.163605],[-39.875275,82.978592]]],[[[-39.613892,82.994431],[-40.363335,83.083054],[-40.543404,83.149429],[-39.281666,83.08374],[-39.613892,82.994431]]],[[[-87.648895,76.338043],[-88.432076,76.400124],[-88.35305,76.517769],[-88.51889,76.816086],[-88.692635,76.704712],[-88.495544,76.5522],[-88.631943,76.397217],[-88.710007,76.594986],[-88.94722,76.405258],[-89.672638,76.566925],[-89.413612,76.677345],[-89.524582,76.848869],[-88.54528,77.099152],[-86.73999,77.174149],[-87.247078,77.300819],[-86.84153,77.355049],[-87.704857,77.358597],[-87.702782,77.539429],[-88.220627,77.663246],[-88.068069,77.820267],[-86.422226,77.830826],[-85.98111,77.708603],[-85.790764,77.422203],[-84.479446,77.294434],[-84.613892,77.386101],[-83.467567,77.349289],[-83.82917,77.451782],[-83.21611,77.577774],[-82.325211,78.072693],[-82.69249,78.044983],[-83.898346,77.49054],[-84.769867,77.521103],[-84.86895,77.567207],[-84.520004,77.664703],[-84.433121,77.72596],[-84.952499,77.601379],[-85.345627,77.732407],[-85.053604,77.830551],[-85.40139,77.81665],[-84.379715,77.906372],[-85.673538,77.938591],[-84.296867,78.076447],[-85.084305,78.095612],[-84.994995,78.16304],[-84.12722,78.175537],[-84.970001,78.210823],[-84.577988,78.351265],[-84.866386,78.370674],[-84.625969,78.589287],[-85.486115,78.102478],[-86.288124,78.078804],[-85.833069,78.379974],[-86.763062,78.11499],[-87.532364,78.14061],[-87.09687,78.204147],[-87.497772,78.219711],[-87.525139,78.413322],[-86.863297,78.556023],[-87.12027,78.579567],[-86.856949,78.734985],[-85.064163,78.919144],[-82.308334,78.568878],[-82.582573,78.704567],[-82.25473,78.740814],[-83.252716,78.833595],[-81.705833,78.841232],[-81.484024,79.045746],[-82.503067,78.882751],[-84.748047,79.031937],[-84.503616,79.14444],[-83.896393,79.03804],[-83.474716,79.024155],[-83.371735,79.04776],[-84.303329,79.186646],[-85.059586,79.623863],[-86.479164,79.761665],[-86.367218,79.962769],[-85.265907,79.917274],[-86.474586,80.006241],[-86.658127,80.124702],[-86.514725,80.299149],[-83.781952,80.245819],[-82.153061,79.858871],[-81.619858,79.619904],[-81.728333,79.589706],[-80.630554,79.564148],[-79.760979,79.698738],[-81.424438,79.712769],[-81.659935,79.893036],[-81.420273,79.943588],[-83.19722,80.314705],[-78.063889,80.564697],[-79.960419,80.611366],[-76.48632,80.869286],[-78.935692,80.878448],[-78.438599,81.164703],[-76.855835,81.445526],[-78.817505,81.106094],[-79.489128,81.191261],[-79.081642,81.089104],[-79.609444,80.821938],[-80.919449,80.655548],[-83.027496,80.538589],[-83.169167,80.570404],[-81.762993,80.814003],[-83.565979,80.741508],[-83.129715,80.822418],[-83.256958,80.838593],[-83.861526,80.758324],[-83.724373,80.641373],[-83.934723,80.534424],[-86.148346,80.531662],[-86.738953,80.603317],[-85.605835,80.975815],[-82.785004,81.125534],[-82.368332,81.177063],[-85.681671,81.049423],[-87.594727,80.628586],[-89.454445,80.910019],[-86.671936,81.005264],[-84.737289,81.284286],[-89.820847,81.010818],[-90.351944,81.16748],[-88.945969,81.247063],[-89.948402,81.327766],[-88.846954,81.49971],[-87.248062,81.488876],[-88.352219,81.579712],[-90.443054,81.366653],[-90.847183,81.441574],[-89.592361,81.621857],[-90.296951,81.698593],[-91.401398,81.526382],[-91.444153,81.583603],[-91.953049,81.6604],[-90.436661,81.887497],[-89.356384,81.811096],[-89.203682,81.883286],[-89.371658,81.935806],[-88.03833,82.103867],[-86.768341,81.890274],[-87.128746,81.966103],[-86.356384,82.053589],[-85.422501,81.857483],[-85.730209,81.986168],[-84.613464,81.888458],[-86.868462,82.197479],[-85.619995,82.243591],[-85.36451,82.284042],[-85.910759,82.42894],[-85.046951,82.481934],[-83.516403,82.31694],[-82.953064,82.11998],[-83.076401,82.06192],[-81.885696,82.036858],[-83.027786,82.23526],[-82.654449,82.282211],[-79.236809,81.816086],[-82.728676,82.398392],[-81.541946,82.500542],[-82.391884,82.61602],[-82.215286,82.668594],[-80.579872,82.544571],[-81.57917,82.792969],[-81.473053,82.824997],[-79.861664,82.64415],[-79.97229,82.692619],[-79.829727,82.708878],[-79.384735,82.67276],[-78.511955,82.679008],[-80.43,82.890823],[-79.904724,82.951096],[-78.144165,82.823318],[-77.768341,82.922485],[-75.89431,82.590126],[-76.233887,82.444977],[-75.402924,82.61692],[-77.379097,82.990128],[-77.183884,83.033875],[-74.435822,83.027206],[-72.633896,82.694427],[-72.500694,82.721375],[-73.640343,82.923798],[-71.712784,83.098877],[-71.589317,83.088181],[-71.789719,83.010826],[-70.871384,82.881088],[-71.481277,83.006866],[-70.26001,83.113876],[-66.300415,82.930679],[-68.642502,82.628586],[-65.767776,82.843048],[-65.162773,82.765335],[-65.341179,82.795052],[-65.110901,82.851234],[-65.258057,82.877472],[-64.729721,82.90416],[-64.926384,82.8722],[-63.490837,82.825272],[-63.389721,82.764572],[-63.84264,82.717484],[-62.935413,82.577354],[-63.368053,82.441925],[-62.245003,82.528046],[-62.352921,82.483734],[-61.076393,82.320831],[-64.35527,81.726379],[-68.156662,81.561096],[-69.297211,81.714569],[-68.367531,81.547478],[-68.849236,81.543869],[-68.579453,81.514435],[-66.623116,81.513809],[-70.208199,81.176788],[-64.443947,81.481995],[-67.56221,80.935532],[-69.42749,80.382751],[-70.284439,80.351089],[-70.314163,80.464432],[-70.819443,80.558868],[-70.448334,80.340271],[-69.962921,80.254295],[-70.13694,80.195396],[-72.416672,80.20916],[-71.899307,80.110817],[-72.306381,80.05748],[-70.503822,80.093811],[-71.456673,79.902275],[-70.913338,79.882622],[-71.183884,79.777481],[-72.267227,79.659149],[-74.238892,79.887207],[-74.839661,79.847343],[-73.384735,79.748871],[-73.13044,79.56044],[-74.964447,79.513046],[-74.883751,79.412209],[-75.058334,79.373871],[-77.151527,79.54554],[-75.895348,79.353455],[-77.359161,79.455551],[-77.166878,79.331657],[-78.051315,79.350815],[-74.496948,79.224991],[-74.820282,79.174904],[-74.442841,79.059074],[-77.777496,79.208878],[-78.246529,79.171989],[-76.083481,79.096519],[-78.885414,79.061783],[-77.709167,79.009087],[-78.291389,78.793732],[-78.248047,78.770264],[-77.711945,78.966095],[-76.710556,79.02832],[-75.72625,78.967346],[-76.449928,78.856201],[-76.403198,78.839012],[-75.316101,78.892212],[-74.775009,78.829987],[-74.723473,78.704437],[-75.04805,78.528046],[-76.68634,78.514534],[-75.05722,78.312759],[-76.910278,78.198311],[-75.582367,78.111443],[-75.922775,77.95665],[-78.260834,77.995255],[-78.415382,77.910118],[-77.724304,77.603874],[-78.256668,77.381927],[-80.456116,77.296097],[-81.92701,77.683586],[-81.67347,77.533386],[-81.73999,77.438866],[-81.167221,77.333801],[-82.158752,77.298172],[-81.796661,77.157486],[-81.14917,77.274704],[-80.11541,77.198456],[-80.373047,77.071381],[-79.255005,77.218597],[-79.004448,77.100266],[-79.38681,76.931366],[-78.748337,76.822495],[-78.320282,77.011658],[-77.890343,76.949776],[-77.776947,76.654297],[-78.370964,76.460266],[-78.781944,76.572212],[-79.312775,76.297485],[-81.053329,76.128036],[-80.778198,76.421509],[-82.049164,76.51152],[-81.785728,76.676361],[-82.282913,76.634438],[-82.725006,76.819153],[-82.460556,76.636108],[-82.087502,76.559151],[-82.219513,76.526443],[-82.131592,76.445122],[-82.997086,76.427902],[-83.405418,76.758881],[-83.519485,76.705742],[-83.18985,76.420959],[-84.284439,76.657761],[-84.203117,76.452965],[-85.051392,76.51416],[-84.383324,76.315605],[-85.174438,76.280273],[-86.372223,76.386383],[-86.218475,76.52179],[-86.594162,76.634995],[-86.342224,76.512207],[-86.770554,76.350815],[-87.572708,76.612274],[-87.409447,76.350403],[-87.648895,76.338043]]],[[[-78.419449,82.899155],[-78.361664,82.958603],[-78.120415,82.941292],[-78.365829,82.883606],[-78.419449,82.899155]]],[[[-46.799995,82.839981],[-47.188332,82.911377],[-47.254864,82.928169],[-46.410831,82.835823],[-46.799995,82.839981]]],[[[-48.303055,82.786102],[-48.413055,82.861099],[-47.446388,82.801788],[-47.655273,82.778046],[-48.303055,82.786102]]],[[[-45.040001,82.053589],[-46.941383,82.370529],[-47.746113,82.628036],[-46.157501,82.659714],[-44.423889,82.384995],[-45.050278,82.224426],[-44.737499,82.093323],[-45.040001,82.053589]]],[[[-48.29528,82.411652],[-48.42778,82.468323],[-48.863613,82.541237],[-48.035976,82.466515],[-48.29528,82.411652]]],[[[-51.241364,81.982513],[-53.066948,82.094147],[-53.356255,82.221519],[-52.818336,82.316666],[-51.241364,81.982513]]],[[[-52.19194,82.215271],[-52.293892,82.277481],[-51.801872,82.216034],[-52.007782,82.207489],[-52.19194,82.215271]]],[[[-19.005001,82.003876],[-19.012501,82.038315],[-19.412777,82.203186],[-18.794863,81.989426],[-19.005001,82.003876]]],[[[-20.214443,81.892761],[-20.72472,82.054428],[-20.781944,82.133881],[-20.306667,82.130539],[-19.744581,81.875252],[-20.214443,81.892761]]],[[[-18.585556,81.646652],[-19.173054,81.74942],[-19.243748,81.780685],[-18.307571,81.661858],[-18.585556,81.646652]]],[[[-20.930553,81.606369],[-20.76778,81.678314],[-20.90361,81.73027],[-20.164722,81.679291],[-20.930553,81.606369]]],[[[-91.761673,81.548035],[-91.863617,81.555252],[-91.958336,81.5979],[-91.58223,81.578049],[-91.761673,81.548035]]],[[[-66.644455,81.562195],[-66.927216,81.583603],[-66.296661,81.584717],[-66.430557,81.57222],[-66.644455,81.562195]]],[[[-93.866943,80.518326],[-93.786667,80.528801],[-94.664375,80.663559],[-94.108337,80.718872],[-95.527222,80.81929],[-95.14875,80.882484],[-95.472008,80.896133],[-95.18306,81.019714],[-94.408615,80.965546],[-93.907219,81.039986],[-94.313049,81.11554],[-93.09465,81.158394],[-94.385696,81.254433],[-94.240829,81.350815],[-92.148056,81.236374],[-90.602493,80.644745],[-90.741379,80.562195],[-89.059158,80.46138],[-89.258545,80.289223],[-88.776672,80.131363],[-88.154442,80.093803],[-88.624168,80.246231],[-88.61528,80.40387],[-87.67514,80.407066],[-87.56472,80.180603],[-88.055969,80.122475],[-87.043335,79.964996],[-87.463623,79.831375],[-86.963402,79.905334],[-87.398613,79.513466],[-86.334167,79.645538],[-86.044167,79.567207],[-86.070847,79.434143],[-85.681946,79.613312],[-84.905563,79.271027],[-86.702225,78.955261],[-86.986656,79.0522],[-86.97084,78.896103],[-87.615829,78.645264],[-88.002373,78.815681],[-87.729088,79.073952],[-88.162506,78.99054],[-88.223679,78.787903],[-87.90834,78.548599],[-88.205276,78.452484],[-88.796387,78.611237],[-88.539719,78.419563],[-88.81778,78.154434],[-89.98056,78.609711],[-90.100281,78.552483],[-89.985001,78.436096],[-89.46167,78.168381],[-90.242493,78.336105],[-90.739929,78.320953],[-90.270767,78.184631],[-90.433884,78.136383],[-92.058334,78.208878],[-92.972771,78.485954],[-91.637848,78.544846],[-93.277779,78.585823],[-93.808197,78.768044],[-93.043427,78.749771],[-94.288055,78.983734],[-93.294998,79.166931],[-90.370537,79.245575],[-92.238892,79.205551],[-92.685272,79.255547],[-91.12458,79.388603],[-93.098892,79.482208],[-93.012604,79.392281],[-93.320007,79.448318],[-93.869995,79.263885],[-94.376389,79.42054],[-95.087555,79.270752],[-95.77903,79.419426],[-95.736389,79.537491],[-94.699432,79.612198],[-94.287704,79.761658],[-95.853333,79.646103],[-96.611382,79.881996],[-96.15625,79.914848],[-96.672844,80.012772],[-96.396461,80.045471],[-96.802086,80.088875],[-94.416946,79.978867],[-94.748886,80.079987],[-94.090904,80.174911],[-95.367767,80.118317],[-95.686455,80.179909],[-95.238403,80.236824],[-96.671524,80.344566],[-95.438881,80.339706],[-95.979996,80.584717],[-93.866943,80.518326]]],[[[-95.065277,80.680542],[-94.970001,80.637772],[-96.14917,80.664703],[-95.491379,80.699997],[-95.065277,80.680542]]],[[[-66.878876,80.637772],[-66.828064,80.687759],[-66.532501,80.618591],[-66.766663,80.606934],[-66.878876,80.637772]]],[[[-19.085556,80.150818],[-19.940834,80.056931],[-20.013334,80.094704],[-19.724167,80.244705],[-19.085556,80.150818]]],[[[-98.830002,79.664429],[-100.121109,79.886658],[-100.193329,80.033875],[-99.759171,80.149719],[-98.868881,80.077774],[-98.644165,79.797203],[-98.830002,79.664429]]],[[[-100.0625,78.638885],[-99.536873,78.581032],[-99.862907,78.439072],[-99.791733,78.3004],[-98.945831,78.058731],[-99.024933,77.89151],[-100.329727,77.825272],[-101.062767,78.198593],[-102.133057,78.282761],[-102.618607,78.241364],[-102.777786,78.376373],[-104.467499,78.265274],[-105.048889,78.49408],[-103.527153,78.496437],[-103.399986,78.61554],[-104.039825,78.626648],[-103.322083,78.731438],[-104.170547,78.765823],[-103.825417,78.895264],[-104.203613,78.991653],[-105.011948,78.803589],[-104.680824,79.003738],[-105.55291,79.022346],[-105.624565,79.167068],[-105.439987,79.329163],[-103.722504,79.356934],[-102.614372,79.090477],[-102.72084,78.938309],[-102.587227,78.87484],[-101.648903,79.075821],[-100.98597,78.93428],[-101.179588,78.801651],[-99.894936,78.692894],[-100.0625,78.638885]]],[[[-19.314445,79.231369],[-19.375,79.126373],[-19.500557,79.1847],[-19.406387,79.227478],[-19.314445,79.231369]]],[[[-17.721386,79.219437],[-17.556946,79.153046],[-18.119999,78.997757],[-18.085278,79.0961],[-17.721386,79.219437]]],[[[-85.924438,79.053864],[-85.321396,79.053864],[-85.168335,79.017769],[-86.48069,78.894569],[-85.924438,79.053864]]],[[[-19.416111,78.724426],[-19.529724,78.73027],[-19.755835,78.7929],[-19.18861,78.949844],[-19.347778,78.813728],[-19.18222,78.803864],[-19.418749,78.78624],[-19.161388,78.768883],[-19.416111,78.724426]]],[[[-18.292778,78.739426],[-18.288055,78.86026],[-18.075558,78.817764],[-18.111946,78.78804],[-18.292778,78.739426]]],[[[-96.829453,77.789154],[-97.763412,78.028732],[-96.855972,78.106094],[-98.062157,78.306229],[-98.41069,78.495956],[-98.020699,78.539566],[-98.36541,78.765831],[-97.078064,78.74971],[-94.834694,78.357445],[-95.393684,78.229218],[-94.888474,78.10582],[-95.106529,77.952492],[-96.829453,77.789154]]],[[[-74.334167,78.675262],[-74.614166,78.702774],[-74.707916,78.729706],[-74.169235,78.714706],[-74.334167,78.675262]]],[[[-110,78.324455],[-113.142227,78.268326],[-113.333328,78.330818],[-110.460281,78.757492],[-109.257919,78.483864],[-109.404999,78.306366],[-110,78.324455]]],[[[-18.323334,78.667755],[-18.595554,78.573883],[-18.735207,78.606857],[-18.528889,78.680542],[-18.323334,78.667755]]],[[[-88.05278,78.445526],[-88.255005,78.247208],[-88.406113,78.262215],[-88.235275,78.426926],[-88.05278,78.445526]]],[[[-19.212219,78.410812],[-19.081667,78.361511],[-19.400139,78.392906],[-19.326111,78.420258],[-19.212219,78.410812]]],[[[-19.583332,78.37886],[-19.489998,78.321793],[-19.710278,78.298599],[-19.681665,78.38443],[-19.583332,78.37886]]],[[[-19.214443,78.234711],[-19.35111,78.280266],[-18.88611,78.293037],[-18.901943,78.285263],[-19.214443,78.234711]]],[[[-94.515015,78.278046],[-94.344727,78.214706],[-94.308052,78.182068],[-94.693184,78.261658],[-94.515015,78.278046]]],[[[-102.897507,78.26915],[-102.778893,78.208946],[-103.280975,78.160683],[-103.062767,78.258041],[-102.897507,78.26915]]],[[[-101.681671,78.227478],[-101.602501,78.161789],[-101.880554,78.160263],[-101.753342,78.227203],[-101.681671,78.227478]]],[[[-20.355,78.20166],[-20.551666,78.159424],[-20.780834,78.193588],[-20.305834,78.210266],[-20.355,78.20166]]],[[[-18.868057,78.159424],[-19.06139,78.073883],[-19.188679,78.119423],[-18.831251,78.17276],[-18.868057,78.159424]]],[[[-110,78.105827],[-109.583199,78.038452],[-110.899445,77.85144],[-110.105003,77.774994],[-110.040558,77.637497],[-110.877213,77.411377],[-112.413063,77.356094],[-113.201378,77.526657],[-113.318611,77.81012],[-112.294998,78.010544],[-110,78.105827]]],[[[-114.193047,77.698029],[-114.730293,77.818878],[-115.112701,77.957489],[-114.303329,78.070541],[-113.576111,77.814148],[-114.193047,77.698029]]],[[[-21.119446,77.999146],[-21.31028,77.885544],[-21.429165,77.911377],[-21.246944,78.001663],[-21.119446,77.999146]]],[[[-19.756947,77.892487],[-19.229164,77.829712],[-20.487221,77.957214],[-19.965,77.970261],[-20.069447,77.959015],[-19.756947,77.892487]]],[[[-17.674999,77.899719],[-17.584862,77.835129],[-17.732777,77.708603],[-18.240068,77.681366],[-17.674999,77.899719]]],[[[-101.671944,77.893326],[-100.926804,77.7388],[-102.06778,77.682205],[-102.529716,77.834152],[-101.671944,77.893326]]],[[[-77.676102,77.8647],[-77.568619,77.849716],[-77.953613,77.831665],[-77.88028,77.848038],[-77.676102,77.8647]]],[[[-93.174713,77.704163],[-93.570557,77.437759],[-95.864166,77.462204],[-96.328888,77.60498],[-95.465286,77.808029],[-93.174713,77.704163]]],[[[-105.648903,77.748596],[-105.027786,77.546371],[-105.014168,77.409981],[-104.366516,77.227348],[-104.74028,77.108597],[-105.246948,77.193863],[-106.091949,77.726509],[-105.648903,77.748596]]],[[[-20.119167,77.669708],[-20.011112,77.606445],[-20.437222,77.63179],[-20.168331,77.685806],[-20.119167,77.669708]]],[[[-90.366943,77.197754],[-91.146667,77.362198],[-91.206955,77.568604],[-90.242493,77.612488],[-89.638206,77.336243],[-90.366943,77.197754]]],[[[-85.259735,77.586655],[-85.011124,77.573883],[-84.813889,77.497208],[-85.536942,77.541924],[-85.259735,77.586655]]],[[[-19.847221,77.544144],[-19.860001,77.502213],[-20.040834,77.563454],[-19.977497,77.583054],[-19.847221,77.544144]]],[[[-120.049156,75.838882],[-120.462921,75.819847],[-120.434998,76.003052],[-120.857224,76.19664],[-121.011818,76.137138],[-120.935699,75.956375],[-120.990135,75.940674],[-122.13958,76.0336],[-122.516663,75.928314],[-122.725693,75.970955],[-122.473541,76.108528],[-122.699997,76.114143],[-122.574173,76.166092],[-123.037781,76.084717],[-122.578613,76.353592],[-121.549988,76.434708],[-121.212509,76.649719],[-120.401672,76.797211],[-119.153343,77.325821],[-116.787354,77.318321],[-116.653618,77.385201],[-117.14875,77.455269],[-116.487778,77.550262],[-115.389732,77.30928],[-116.274864,77.186928],[-116.242493,77.044144],[-115.734573,76.943588],[-116.362846,76.913528],[-115.894379,76.698944],[-117.039993,76.537491],[-116.93721,76.349152],[-117.095551,76.295258],[-118.052223,76.407066],[-117.737701,76.776726],[-118.328484,76.770683],[-118.495003,76.712204],[-118.316101,76.574707],[-118.969925,76.495956],[-118.648621,76.428864],[-118.625549,76.294434],[-119.075844,76.083328],[-119.654999,76.30304],[-119.568405,76.171928],[-119.797081,76.110466],[-119.485138,75.968185],[-120.049156,75.838882]]],[[[-66.260284,77.486923],[-66.680283,77.488876],[-66.731384,77.507217],[-66.195129,77.505409],[-66.260284,77.486923]]],[[[-71.238602,77.4561],[-70.726944,77.464706],[-70.056381,77.399155],[-71.075562,77.371368],[-71.238602,77.4561]]],[[[-72.23555,77.454163],[-71.375275,77.390274],[-71.348892,77.362762],[-72.573616,77.411377],[-72.23555,77.454163]]],[[[-91.072235,77.253326],[-90.815002,77.240265],[-90.715981,77.204018],[-91.299164,77.217758],[-91.072235,77.253326]]],[[[-95.372223,77.238037],[-95.210701,77.175125],[-95.634407,77.236992],[-95.438049,77.244431],[-95.372223,77.238037]]],[[[-104.071404,77.161377],[-103.998894,77.123871],[-104.431671,77.098877],[-104.300827,77.155258],[-104.071404,77.161377]]],[[[-113.77861,77.104156],[-113.90889,77.113037],[-113.929298,77.132484],[-113.662636,77.12748],[-113.77861,77.104156]]],[[[-81.810822,74.45694],[-82.914169,74.549149],[-83.125969,74.688454],[-83.08876,74.820969],[-83.511398,74.901657],[-83.323196,74.777077],[-83.479301,74.577354],[-84.285553,74.503601],[-84.894447,74.502769],[-84.996948,74.697754],[-85.214447,74.491928],[-85.523888,74.688454],[-85.604172,74.495819],[-86.121872,74.484428],[-86.187637,74.615265],[-86.423325,74.478867],[-86.776115,74.616508],[-86.693604,74.468048],[-88.496948,74.497757],[-88.560822,74.593048],[-88.347504,74.784714],[-88.535278,74.90464],[-88.841949,74.660263],[-89.089447,74.835823],[-89.046524,74.72554],[-89.268066,74.755547],[-89.128471,74.614151],[-89.489716,74.545532],[-91.018547,74.706444],[-90.765007,74.882904],[-91.224442,74.730682],[-91.133057,74.62442],[-91.546661,74.647354],[-92.051521,74.793175],[-92.224785,75.07312],[-92.053474,75.148605],[-92.490829,75.213608],[-92.388336,75.441925],[-92.009453,75.592072],[-92.174995,75.74749],[-92.107773,75.852829],[-93.077782,76.355675],[-95.381523,76.235115],[-94.806519,76.319427],[-96.100212,76.502563],[-95.77861,76.518875],[-95.591316,76.600052],[-96.954231,76.727417],[-96.308746,76.752632],[-96.81517,76.969322],[-95.743614,77.068604],[-93.747086,76.921654],[-93.199303,76.746124],[-93.303467,76.549423],[-93.649101,76.440536],[-93.54834,76.386108],[-93.046387,76.616089],[-90.986115,76.649155],[-90.472153,76.474846],[-91.565414,76.499847],[-89.19812,76.231163],[-90.444748,76.170952],[-90.110825,76.124146],[-91.601952,76.262077],[-90.195343,76.057343],[-91.15139,76.0186],[-90.946564,75.955154],[-91.133118,75.844917],[-90.78569,75.995399],[-90.500839,75.896515],[-89.927078,76.003464],[-89.691803,75.893669],[-89.773201,75.789703],[-89.167496,75.775963],[-89.261391,75.629425],[-89.764175,75.576515],[-89.226524,75.585823],[-88.921387,75.4272],[-88.774307,75.433594],[-88.865829,75.586105],[-88.730835,75.679291],[-88.228882,75.4711],[-87.751404,75.57666],[-87.541115,75.445259],[-87.263336,75.621094],[-86.371384,75.424141],[-86.544724,75.359146],[-83.878151,75.818962],[-81.450562,75.800812],[-81.212509,75.771378],[-81.264038,75.650551],[-79.952988,75.536377],[-80.356171,75.463699],[-79.582367,75.451447],[-79.506958,75.22998],[-80.434021,75.034012],[-79.341179,74.900192],[-79.930557,74.813309],[-80.328476,74.935402],[-80.103195,74.82235],[-80.239861,74.577072],[-81.810822,74.45694]]],[[[-97.243057,77.037491],[-97.092644,77.007904],[-97.473053,76.980545],[-97.37471,77.022491],[-97.243057,77.037491]]],[[[-114.054718,76.703598],[-114.786942,76.750275],[-114.874985,76.767006],[-113.885559,76.891663],[-113.451523,76.774986],[-114.054718,76.703598]]],[[[-110,76.466217],[-109.30278,76.796936],[-108.748047,76.85582],[-108.442139,76.711441],[-108.719788,76.640266],[-108.558037,76.4086],[-108.077499,76.280548],[-108.396118,76.046097],[-107.638687,75.988029],[-108.022224,75.782349],[-107.186661,75.90387],[-106.896667,75.720261],[-106.622772,75.801163],[-106.892372,75.839577],[-106.86972,75.964157],[-106.33667,76.054703],[-105.610138,75.935814],[-105.390144,75.647629],[-105.744301,75.488312],[-105.602287,75.468384],[-105.651108,75.359917],[-106.000771,75.059219],[-107.206528,74.911369],[-107.778198,75.094849],[-107.948608,74.929703],[-108.382362,74.910957],[-108.832497,75.069992],[-112.753067,74.401382],[-113.696381,74.446091],[-114.441864,74.664421],[-112.911118,74.970825],[-111.543335,75.013191],[-110.916107,75.231438],[-112.390556,75.123032],[-112.29528,75.200401],[-112.672501,75.278183],[-112.806953,75.115814],[-113.917503,75.053589],[-113.813194,75.320541],[-113.340561,75.413315],[-114.081245,75.462975],[-114.178749,75.225121],[-114.506393,75.313446],[-114.608681,75.270477],[-114.298119,75.175468],[-114.394997,75.090546],[-115.058464,74.96138],[-115.22625,75.171089],[-115.623894,75.121368],[-115.54847,75.012489],[-115.681244,74.964432],[-116.163063,75.040268],[-116.277779,75.205826],[-116.717216,75.116653],[-117.677223,75.246307],[-117.240547,75.473602],[-116.021942,75.484985],[-115.000771,75.694077],[-117.248047,75.591797],[-116.859718,75.791794],[-114.838608,75.87442],[-116.733887,75.925537],[-116.471519,75.974152],[-116.641388,76.113312],[-116.296112,76.188583],[-114.676979,76.158737],[-115.919022,76.279572],[-114.909584,76.515686],[-114.141808,76.448875],[-113.98999,76.191505],[-112.458336,76.177345],[-112.418053,76.044846],[-111.729996,75.913383],[-112.219521,75.809212],[-111.448471,75.834435],[-111.247223,75.518051],[-108.896667,75.477554],[-108.834862,75.689003],[-110.051872,75.893532],[-109.30825,76.10408],[-110.378197,76.296097],[-110.38459,76.425255],[-110,76.466217]]],[[[-19.673332,76.847214],[-19.59,76.811646],[-19.807777,76.791512],[-19.741943,76.848038],[-19.673332,76.847214]]],[[[-89.978882,76.469711],[-90.214447,76.528595],[-90.599091,76.746933],[-89.673889,76.734428],[-89.86264,76.600677],[-89.672638,76.503189],[-89.978882,76.469711]]],[[[-18.648609,76.163605],[-18.548889,76.023605],[-18.635277,75.889984],[-19.141945,76.529434],[-18.763058,76.587769],[-19.069447,76.741364],[-18.659443,76.630814],[-18.648609,76.163605]]],[[[-19.700275,76.752487],[-19.606388,76.718803],[-19.855972,76.734848],[-19.826389,76.755829],[-19.700275,76.752487]]],[[[-100.297234,76.721924],[-101.273903,76.560806],[-101.688316,76.58638],[-100.743881,76.753326],[-100.297234,76.721924]]],[[[-99.528885,76.72554],[-99.43222,76.69706],[-100.126518,76.721924],[-100.037781,76.751389],[-99.528885,76.72554]]],[[[-99.680832,76.118591],[-99.423813,76.156578],[-100.438889,76.212494],[-99.846672,76.282074],[-100.981041,76.495956],[-99.684433,76.633331],[-99.099991,76.398041],[-98.851944,76.433731],[-99.027222,76.601089],[-98.489029,76.647758],[-98.854301,76.666855],[-98.712509,76.683044],[-98.439987,76.673035],[-98.185135,76.583603],[-98.357773,76.565536],[-97.75737,76.508743],[-97.727493,76.28054],[-97.49472,76.143883],[-97.597778,75.846939],[-97.934578,75.744148],[-97.395561,75.685394],[-97.288261,75.39888],[-97.720413,75.568466],[-98.042503,75.482346],[-97.778748,75.425674],[-98.124855,75.299843],[-97.574097,75.149086],[-98.091949,75.222763],[-97.982498,75.015274],[-99.400139,74.990677],[-99.308044,75.122482],[-99.538605,74.974152],[-100.05722,74.986923],[-100.539581,75.196228],[-100.00177,75.232727],[-100.769714,75.349632],[-99.674782,75.609291],[-99.820564,75.653458],[-98.898125,75.693581],[-99.740829,75.690811],[-102.534157,75.511383],[-102.874268,75.612892],[-102.008614,75.704018],[-102.367836,75.797859],[-102.163063,75.87886],[-101.864441,75.902206],[-101.438599,75.755554],[-101.18222,75.779709],[-101.579178,75.9086],[-101.325691,76.019989],[-101.905975,76.081444],[-101.391258,76.246857],[-102.162781,76.240677],[-101.862213,76.450272],[-101.315826,76.414429],[-99.982498,75.890549],[-99.448509,75.968132],[-99.861382,75.935394],[-100.152786,76.132477],[-99.680832,76.118591]]],[[[-104.134171,76.669434],[-103.924721,76.635826],[-104.03389,76.559708],[-103.004463,76.432617],[-104.335007,76.318604],[-104.662361,76.548737],[-104.134171,76.669434]]],[[[-21.174168,76.555542],[-21.430279,76.571655],[-21.547361,76.612068],[-20.96472,76.626228],[-21.174168,76.555542]]],[[[-69.622498,76.606644],[-69.465691,76.575966],[-70.035835,76.567482],[-69.94722,76.589706],[-69.622498,76.606644]]],[[[-20.722775,76.51416],[-20.745277,76.394989],[-21.137777,76.444565],[-20.835556,76.524704],[-20.722775,76.51416]]],[[[-84.097504,76.506653],[-83.992493,76.49498],[-83.908051,76.464996],[-84.109436,76.444427],[-84.097504,76.506653]]],[[[-69.984161,76.459152],[-69.895287,76.435814],[-70.187073,76.437202],[-70.164169,76.448318],[-69.984161,76.459152]]],[[[-20.177223,76.416656],[-20.103195,76.395271],[-20.586388,76.378586],[-20.202499,76.449707],[-20.177223,76.416656]]],[[[-20.959721,76.371094],[-20.509167,76.288589],[-20.430416,76.250397],[-21.054167,76.363869],[-20.959721,76.371094]]],[[[-20.182499,76.338318],[-20.37611,76.259155],[-20.660831,76.338882],[-20.456387,76.367203],[-20.182499,76.338318]]],[[[-102.652222,76.287766],[-102.530205,76.215889],[-102.650558,76.11998],[-103.342216,76.036652],[-104.480553,76.139015],[-102.652222,76.287766]]],[[[-94.854446,76.136658],[-94.928604,76.051086],[-95.144165,76.113937],[-95.013062,76.10582],[-94.854446,76.136658]]],[[[-78.893066,76.11554],[-79.176666,75.94957],[-78.897781,75.839706],[-79.752228,75.878586],[-78.893066,76.11554]]],[[[-117.623047,76.114426],[-117.467644,76.085968],[-118.354721,75.558868],[-119.406944,75.60318],[-117.623047,76.114426]]],[[[-102.353333,76.073883],[-103.339447,75.908035],[-103.968185,75.936363],[-102.860062,76.067284],[-102.353333,76.073883]]],[[[-65.031677,76.078049],[-64.956261,76.051926],[-65.221115,76.045532],[-65.075562,76.083878],[-65.031677,76.078049]]],[[[-19.968609,75.974701],[-20.35611,75.938873],[-20.369305,75.946579],[-20.105835,75.996094],[-19.968609,75.974701]]],[[[-101.988602,75.934418],[-102.611656,75.767212],[-103.381798,75.762489],[-102.696114,75.94664],[-101.988602,75.934418]]],[[[-94.481949,75.974426],[-94.294167,75.769302],[-94.739441,75.757492],[-94.905281,75.933868],[-94.481949,75.974426]]],[[[-120.867767,75.913315],[-121.032784,75.737762],[-121.287079,75.755829],[-120.997772,75.926376],[-120.867767,75.913315]]],[[[-122.633331,75.919708],[-122.353058,75.914429],[-122.326256,75.902771],[-122.694084,75.904633],[-122.633331,75.919708]]],[[[-103.331947,75.871918],[-103.616653,75.8311],[-103.862633,75.873932],[-103.426941,75.885544],[-103.331947,75.871918]]],[[[-96.455841,75.817764],[-96.553604,75.738586],[-96.71389,75.736649],[-96.663887,75.78804],[-96.455841,75.817764]]],[[[-96.025436,75.602844],[-95.910561,75.557205],[-96.220276,75.455551],[-96.446411,75.554405],[-96.851105,75.350266],[-97.053055,75.494705],[-96.025436,75.602844]]],[[[-93.406387,74.883606],[-93.563324,74.659424],[-94.643341,74.623596],[-95.864166,74.826096],[-96.078621,75.024017],[-96.268341,74.90387],[-96.615555,74.988037],[-96.459724,75.195122],[-95.834564,75.373001],[-96.142372,75.403595],[-94.909721,75.637352],[-93.494789,75.258316],[-93.406387,74.883606]]],[[[-100.479721,75.545822],[-100.29361,75.584427],[-101.036385,75.565125],[-100.394447,75.623032],[-100.157501,75.587212],[-100.479721,75.545822]]],[[[-104.151779,75.434555],[-103.586945,75.166023],[-104.229172,75.018051],[-104.847229,75.109146],[-104.67791,75.339714],[-104.151779,75.434555]]],[[[-17.970276,75.400269],[-17.805834,75.308311],[-18.21472,75.227203],[-17.320139,75.13401],[-17.620834,74.931091],[-18.923889,75.041931],[-18.839169,75.328323],[-17.970276,75.400269]]],[[[-20.230831,75.041656],[-19.962221,74.995117],[-20.183609,74.903046],[-19.731247,74.855957],[-20.084446,74.702774],[-20.685207,74.810326],[-20.576111,75.002487],[-20.230831,75.041656]]],[[[-18.339722,74.698868],[-18.473053,74.623596],[-18.591112,74.718872],[-18.304445,74.706444],[-18.339722,74.698868]]],[[[-18.739441,74.608871],[-18.860001,74.537201],[-19.218887,74.584152],[-18.866665,74.674988],[-18.739441,74.608871]]],[[[-95.628601,74.640823],[-95.40361,74.603317],[-95.248749,74.518875],[-95.861664,74.575966],[-95.628601,74.640823]]],[[[-97.368057,74.622757],[-97.259453,74.587212],[-97.79097,74.482895],[-97.532227,74.606369],[-97.368057,74.622757]]],[[[-56.960556,74.607483],[-56.841522,74.588463],[-57.095135,74.558594],[-57.070557,74.579163],[-56.960556,74.607483]]],[[[-57.34639,74.512772],[-56.730278,74.559418],[-56.464584,74.502495],[-57.554859,74.490677],[-57.34639,74.512772]]],[[[-123.833893,73.700272],[-124.777847,74.331375],[-121.518623,74.548874],[-119.609161,74.233322],[-119.773613,74.032074],[-119.497292,74.2145],[-119.143204,74.210403],[-119.167503,73.987198],[-118.673889,74.219986],[-117.512512,74.238586],[-115.319031,73.477066],[-119.137512,72.632477],[-119.404449,72.325546],[-120.246101,72.260551],[-120.145134,72.146797],[-120.446594,71.94825],[-120.378807,71.690948],[-120.543327,71.516663],[-121.703613,71.460815],[-122.796112,71.084152],[-123.29306,71.146103],[-124.018623,71.687477],[-125.245483,71.948021],[-124.987778,71.969711],[-125.761398,71.950821],[-125.935822,71.958603],[-125.981766,71.972168],[-125.028061,72.566071],[-125.026108,72.821091],[-124.48291,72.925812],[-124.862877,73.078461],[-123.833893,73.700272]]],[[[-20.958286,74.442841],[-20.125069,74.201996],[-21.209999,74.086105],[-21.989721,74.224426],[-20.958286,74.442841]]],[[[-98.573624,74.334991],[-98.513344,74.316238],[-98.859787,74.307686],[-98.752502,74.334152],[-98.573624,74.334991]]],[[[-95.613617,73.342758],[-95.652367,73.734009],[-94.618607,73.652908],[-95.328758,73.914566],[-94.747154,74.090469],[-93.327499,74.169983],[-92.316971,73.945465],[-90.197571,73.897972],[-92.09584,72.743042],[-94.306801,72.766655],[-93.79834,72.702209],[-93.465553,72.453873],[-94.192131,72.038567],[-94.072639,71.977203],[-94.449722,72.023315],[-95.210556,71.991653],[-95.203606,72.101097],[-94.756531,72.154152],[-95.165001,72.137489],[-95.133331,72.460266],[-95.59639,72.698868],[-95.613617,73.342758]]],[[[-97.65361,74.099991],[-98.392776,73.845261],[-99.436943,73.899574],[-98.170837,74.092484],[-97.65361,74.099991]]],[[[-90.007782,73.984985],[-90.217773,74.00444],[-90.283958,74.026512],[-89.902916,74.034569],[-90.007782,73.984985]]],[[[-100.444443,73.406372],[-100.550827,73.596794],[-101.119164,73.725258],[-100.554169,73.854706],[-100.063049,73.764999],[-99.875565,73.871284],[-100.297157,73.864632],[-99.98111,73.945816],[-99.235001,73.737762],[-97.223618,73.856369],[-96.966255,73.636658],[-97.666801,73.479706],[-97.19014,73.467354],[-97.173676,73.354149],[-97.842918,73.270821],[-98.450287,73.020264],[-98.448196,72.870399],[-97.987778,73.038597],[-97.44249,72.999146],[-97.026527,72.729355],[-97.197495,72.607208],[-96.611938,72.746933],[-96.300064,72.4263],[-96.868256,72.320679],[-96.55764,72.269714],[-96.503342,72.087631],[-96.860413,72.038734],[-96.489296,72.026657],[-96.759377,71.911583],[-96.494926,71.922829],[-96.585838,71.812897],[-98.121941,71.637489],[-98.356041,71.725815],[-98.287079,71.896935],[-98.495689,71.717766],[-98.039444,71.52874],[-98.725281,71.270264],[-99.229446,71.343597],[-99.675415,71.755539],[-100.639313,72.18692],[-101.776947,72.299713],[-102.763885,72.787903],[-102.50708,73.02832],[-102.137222,73.086929],[-101.297501,72.709991],[-100.434433,72.736923],[-100.314995,72.798874],[-100.457504,73.017624],[-100.314583,73.029709],[-100.285278,72.873596],[-100.031387,72.934982],[-100.240837,73.13575],[-100.583061,73.170258],[-100.369713,73.290123],[-100.045418,73.18512],[-99.775002,73.206375],[-100.386116,73.395958],[-100.88945,73.264435],[-101.619019,73.487762],[-100.917915,73.599991],[-100.444443,73.406372]]],[[[-56.323334,73.783325],[-56.328056,73.833878],[-56.775555,73.872894],[-55.955555,73.831245],[-56.323334,73.783325]]],[[[-65.328064,62.6661],[-65.339722,62.837494],[-65.909439,62.925827],[-65.836525,63.027981],[-66.273056,63.132214],[-66.106178,62.945892],[-66.444443,63.020546],[-66.653816,63.373394],[-66.738815,63.291313],[-66.545486,62.993877],[-66.677635,63.024715],[-66.811905,63.272839],[-66.844162,63.147217],[-67.020416,63.246971],[-66.977638,63.396729],[-67.203888,63.285271],[-67.897507,63.753052],[-67.689857,63.367634],[-68.962509,63.759163],[-68.149376,63.153881],[-67.639442,63.099575],[-67.763474,62.957283],[-67.559166,63.049023],[-67.66951,62.933517],[-67.398056,62.967209],[-66.354927,62.445335],[-66.470863,62.344261],[-66.37471,62.28611],[-65.996529,62.245964],[-66.132492,62.089432],[-65.948044,61.907768],[-68.615829,62.263885],[-69.436737,62.550339],[-69.59063,62.657906],[-69.482498,62.763611],[-70.234726,62.750134],[-71.150345,62.98867],[-70.863892,63.112213],[-70.914719,63.169857],[-71.238327,63.001522],[-71.710281,63.177078],[-71.80069,63.383743],[-72.139999,63.443115],[-71.607224,63.42416],[-71.229858,63.602627],[-71.575142,63.584717],[-71.583061,63.715828],[-71.900558,63.809227],[-71.927078,63.652493],[-72.321671,63.676174],[-72.242149,63.949715],[-72.367355,63.788116],[-72.524895,63.792526],[-72.66153,64.078606],[-72.720001,63.961105],[-72.902847,64.161934],[-73.379372,64.270126],[-73.415558,64.445816],[-73.166245,64.578186],[-73.301529,64.657837],[-73.424164,64.509995],[-73.467224,64.612762],[-73.910278,64.60582],[-73.844727,64.501938],[-74.062775,64.334427],[-74.053879,64.727974],[-74.387917,64.57048],[-74.702087,64.735191],[-74.479996,64.837624],[-74.630966,64.903732],[-74.978989,64.790611],[-74.472847,64.558937],[-74.685822,64.371094],[-75.796951,64.612198],[-75.638512,64.459534],[-75.915413,64.482758],[-75.721214,64.378044],[-76.705841,64.300812],[-76.670547,64.184143],[-77.747223,64.337769],[-78.180687,64.569992],[-78.147293,64.947968],[-77.33667,65.176086],[-77.509583,65.320473],[-77.29187,65.369598],[-77.385559,65.468048],[-75.769936,65.21769],[-75.426247,65.046097],[-75.665276,64.943031],[-75.373047,64.714996],[-75.357224,64.897766],[-75.561455,64.877968],[-75.264175,64.966095],[-75.190407,65.10144],[-75.356178,65.004501],[-75.516403,65.138596],[-75.943329,65.319572],[-75.186661,65.251938],[-75.104919,65.388458],[-74.524445,65.333328],[-74.18277,65.525269],[-73.500565,65.474426],[-73.70993,65.762001],[-74.470863,66.134842],[-72.258347,67.248032],[-72.666397,67.684143],[-72.612434,67.789146],[-72.943077,67.92984],[-72.993324,68.205399],[-73.496109,68.275543],[-73.21167,68.376923],[-73.628403,68.247131],[-73.896118,68.392212],[-73.760971,68.685814],[-74.094162,68.719986],[-73.884865,68.557411],[-73.99028,68.492752],[-74.358749,68.53804],[-74.727219,68.733734],[-74.54805,68.826035],[-74.915833,68.809296],[-74.722229,68.934143],[-75.037987,68.927689],[-74.652496,69.040268],[-74.948608,69.048874],[-75.131943,68.886383],[-75.486519,69.018051],[-75.603882,68.8797],[-76.667496,68.704842],[-76.525345,68.872757],[-76.603607,69.025818],[-75.996933,69.003036],[-75.604439,69.088943],[-75.591675,69.221649],[-76.639587,69.551231],[-76.185623,69.662071],[-77.191315,69.642731],[-76.792915,69.720123],[-77.305061,69.833946],[-76.990105,69.936852],[-77.632088,69.749428],[-77.67701,70.184212],[-78.403473,70.213326],[-78.431244,70.349426],[-79.070557,70.469711],[-78.726105,70.547485],[-79.017365,70.679985],[-79.179443,70.425819],[-79.589233,70.410889],[-78.921661,70.300812],[-78.664169,70.004166],[-78.791946,69.891098],[-79.691803,69.851097],[-81.756805,70.124908],[-80.767815,69.77037],[-80.952499,69.713882],[-82.101105,70.108032],[-82.999863,70.304146],[-81.739853,69.87442],[-82.13131,69.783455],[-83.050835,70.004158],[-85.361519,70.103455],[-85.874649,70.07943],[-85.245903,69.991333],[-85.815834,69.999435],[-86.554024,70.239845],[-86.57917,70.361237],[-86.291252,70.478592],[-86.35791,70.521103],[-86.644867,70.321793],[-86.960556,70.467628],[-87.183609,70.394012],[-86.98111,70.283188],[-87.866394,70.238876],[-88.258827,70.327141],[-87.885269,70.314423],[-88.897507,70.532761],[-89.446869,70.905464],[-89.194504,70.965889],[-89.549728,71.088593],[-88,70.929153],[-87.005219,70.992691],[-87.828056,71.259781],[-89.903481,71.353043],[-90.013062,71.600266],[-89.808334,71.747757],[-90.048615,71.953873],[-89.578964,72.166855],[-89.895767,72.18914],[-89.910416,72.427208],[-89.472084,72.669289],[-89.57209,72.786095],[-89.330566,72.755829],[-89.361389,72.991653],[-89.039581,73.25499],[-88.074722,73.627762],[-86.71666,73.84082],[-84.970001,73.777771],[-84.840279,73.738731],[-85.930283,73.355255],[-86.732773,72.716095],[-86.261391,72.449982],[-86.433464,72.046654],[-86.132767,71.795822],[-84.836876,71.281059],[-86.816246,70.987823],[-84.952911,71.187889],[-84.874435,71.071663],[-84.973473,71.100677],[-85.144592,71.084572],[-84.805206,70.921791],[-84.755974,71.411652],[-84.526253,71.473595],[-84.634583,71.669151],[-85.285553,71.670403],[-86.049164,72.012497],[-85.53833,72.059143],[-85.497429,72.254715],[-85.291946,72.259995],[-84.167915,72.022629],[-84.934296,72.286926],[-84.436874,72.377831],[-85.535278,72.469711],[-85.482254,72.571449],[-85.704796,72.638115],[-85.685066,72.897278],[-85.283066,72.964432],[-83.955696,72.75061],[-85.536247,73.025124],[-85.444023,73.122894],[-83.637917,72.985672],[-85.177628,73.216057],[-84.808044,73.388321],[-84.349442,73.226158],[-84.653885,73.389572],[-84.194443,73.474701],[-83.607224,73.296791],[-83.658195,73.447479],[-83.991455,73.504951],[-82.846809,73.731514],[-81.57251,73.719711],[-81.224167,73.528458],[-81.207085,73.269714],[-80.59639,73.148041],[-80.641525,72.930672],[-80.252777,72.727486],[-81.37236,72.241653],[-80.520981,72.505959],[-80.514175,72.3797],[-80.90126,72.187485],[-80.574242,72.07061],[-81.082642,72.048866],[-80.793465,72.025131],[-80.950287,71.881088],[-80.38501,72.048325],[-80.479927,72.17675],[-80.266533,72.292625],[-79.991669,72.176651],[-79.685585,72.134468],[-80.159584,72.324287],[-79.799164,72.501389],[-79.595551,72.334717],[-79.741386,72.213875],[-79.345833,72.398949],[-79.012787,72.27388],[-79.196671,71.960129],[-78.513062,71.867897],[-78.919235,72.012764],[-78.858398,72.170326],[-78.481941,72.089844],[-78.21875,71.829437],[-77.908333,71.769646],[-78.311729,71.930016],[-78.149315,71.96624],[-77.785553,71.787491],[-78.430687,72.11554],[-78.869995,72.22818],[-78.610001,72.359283],[-78.415138,72.168602],[-78.445274,72.325409],[-77.540833,72.176926],[-77.00663,72.129211],[-78.556656,72.50444],[-77.620689,72.75013],[-76.94722,72.743866],[-76.114716,72.475677],[-75.931946,72.583603],[-75.22348,72.499016],[-74.946106,72.259712],[-76.02417,72.083878],[-76.348053,71.891663],[-75.796661,72.103592],[-75.225899,72.074669],[-75.580421,72.001373],[-75.80249,71.750549],[-76.092018,71.696365],[-75.791107,71.72818],[-75.538605,71.986374],[-75.04361,72.123863],[-74.122223,71.983597],[-74.236526,71.820686],[-75.390213,71.676918],[-74.940269,71.664215],[-75.402504,71.52002],[-74.631386,71.656029],[-75.116241,71.497765],[-74.705208,71.383522],[-75.08139,71.179428],[-74.645981,71.375397],[-74.739586,71.52124],[-74.543884,71.631363],[-74.108673,71.734215],[-74.253616,71.603035],[-74.162605,71.539146],[-73.996948,71.751389],[-73.718887,71.776932],[-73.59243,71.752625],[-74.307487,71.414116],[-74.037224,71.439285],[-74.23156,71.204109],[-73.630829,71.584854],[-73.628754,71.358032],[-73.383545,71.387764],[-73.885971,71.059494],[-73.43486,71.3377],[-73.057358,71.266449],[-73.269028,71.222763],[-73.373741,70.983177],[-72.530838,71.659843],[-71.554169,71.503876],[-71.123604,71.261101],[-71.458336,71.065269],[-71.910828,71.107758],[-72.653893,70.824303],[-72.170692,70.837906],[-72.569458,70.609985],[-71.354446,70.882751],[-70.836121,71.114426],[-70.603058,71.053726],[-70.51535,70.9254],[-70.773331,70.734421],[-71.558609,70.609421],[-71.803055,70.428314],[-71.84375,70.293518],[-71.505417,70.574432],[-71.17305,70.532341],[-71.533363,70.027138],[-71.001534,70.621368],[-69.907288,70.879906],[-69.774651,70.857201],[-70.454727,70.627762],[-70.487915,70.483902],[-69.460564,70.791237],[-68.319725,70.56485],[-68.452011,70.375328],[-68.573608,70.465408],[-68.73555,70.317764],[-69.66806,70.198593],[-70.181381,70.028877],[-69.815826,69.989014],[-70.164444,69.961655],[-70.465836,69.84346],[-69.777222,69.963608],[-69.653336,70.144989],[-68.64563,70.152832],[-69.433327,69.818047],[-69.805832,69.819992],[-69.990555,69.61499],[-69.756462,69.798592],[-69.402504,69.777077],[-68.22139,70.102768],[-68.348053,70.174217],[-68.160004,70.282761],[-67.801384,70.260689],[-67.219864,69.940811],[-67.127777,69.726929],[-68.004585,69.773178],[-68.318962,69.630821],[-70.028893,69.532623],[-68.611938,69.587494],[-66.790413,69.339149],[-66.648064,69.230682],[-66.760216,69.128937],[-67.676392,69.169434],[-68.184479,69.308014],[-69.015015,69.35498],[-69.247742,69.27169],[-68.082848,69.220955],[-68.967773,69.2211],[-68.509171,69.197205],[-68.998047,69.103592],[-69.022774,68.970543],[-68.178329,69.146652],[-67.718887,69.0261],[-68.54715,68.975609],[-67.774094,68.782349],[-69.390137,68.8647],[-68.047493,68.679497],[-68.090981,68.628593],[-68.657776,68.656372],[-68.897774,68.605263],[-68.835831,68.589157],[-67.496529,68.532761],[-67.603333,68.37886],[-67.426102,68.494431],[-66.702362,68.436371],[-67.743881,68.343323],[-67.87159,68.262215],[-67.23819,68.357903],[-67.019653,68.313866],[-67.598618,68.163879],[-67.003059,68.292831],[-66.776184,68.24192],[-66.952919,68.071999],[-66.946655,68.013611],[-66.513626,68.148331],[-66.188049,68.013947],[-66.695,67.863182],[-66.356659,67.821381],[-65.92569,68.160049],[-66.002014,67.628799],[-65.817223,67.964363],[-65.44416,67.989006],[-65.608223,67.790474],[-65.34639,67.593323],[-65.550972,67.780891],[-65.423615,67.898041],[-65.001114,68.055542],[-64.726181,67.988831],[-65.015289,67.862488],[-65.203758,67.651237],[-64.506958,67.807205],[-64.366241,67.760544],[-64.63028,67.66214],[-64.300415,67.731934],[-64.041801,67.528389],[-64.432838,67.475677],[-64.00386,67.455971],[-63.907913,67.301682],[-64.792389,67.3554],[-64.245239,67.29422],[-64.802734,67.204048],[-64.765839,67.190254],[-63.971142,67.275856],[-64.611938,67.132477],[-64.696976,67.009087],[-63.460625,67.224533],[-63.53389,67.102486],[-63.737915,67.044563],[-63.802708,66.992554],[-63.773853,66.974045],[-63.3992,67.151794],[-63.344097,67.273674],[-63.110283,67.329987],[-62.972359,67.229561],[-63.274513,67.11338],[-63.22847,66.974709],[-63.520432,66.910881],[-63.59333,66.831665],[-63.773609,66.818459],[-63.543125,66.813866],[-63.434444,66.904854],[-63.411667,66.703178],[-63.224716,66.899429],[-62.842361,66.959846],[-62.90913,66.646515],[-62.600002,66.951515],[-62.314724,66.729156],[-62.423058,66.923874],[-62.101395,67.054703],[-62.104168,66.915123],[-61.749725,66.948029],[-61.264584,66.626091],[-61.447777,66.538315],[-61.950554,66.676926],[-62.123886,66.626373],[-61.579201,66.481018],[-61.977844,66.412376],[-61.465,66.369698],[-61.877495,66.283325],[-62.456108,66.423874],[-62.708748,66.408524],[-62.320141,66.302757],[-62.673889,66.215683],[-62.883541,66.33374],[-62.710556,66.200684],[-61.959793,66.021584],[-62.964996,66.14846],[-63.061111,66.118599],[-62.411945,65.966789],[-62.317223,65.808029],[-62.860836,65.911102],[-62.570698,65.754501],[-62.829971,65.752213],[-62.649166,65.586655],[-62.929306,65.753601],[-62.9575,65.584991],[-63.206112,65.63694],[-63.43972,65.849983],[-63.368332,65.669434],[-63.718571,65.678207],[-63.323334,65.597069],[-63.612289,65.535751],[-63.302151,65.440079],[-63.651943,65.470406],[-63.335693,65.298035],[-63.546951,64.887207],[-63.824173,64.984711],[-63.691666,65.048592],[-64.377075,65.179146],[-64.239159,65.427406],[-64.550621,65.094292],[-64.91069,65.301506],[-64.690056,65.334816],[-64.903473,65.336617],[-64.418747,65.479843],[-65.141602,65.42672],[-64.711456,65.650818],[-65.335968,65.569572],[-64.801727,65.721931],[-65.501808,65.748878],[-65.357224,65.902481],[-64.737701,65.972832],[-64.716942,66.220543],[-64.36232,66.343216],[-64.716667,66.274155],[-64.941246,66.078606],[-65.876389,65.948029],[-65.963478,66.039146],[-65.644028,66.167412],[-65.480759,66.38485],[-66.073624,66.120529],[-66.4925,66.204575],[-66.571945,66.362061],[-66.443985,66.404739],[-66.767776,66.380539],[-66.851944,66.583328],[-67.032776,66.64402],[-66.887161,66.566513],[-67.734299,66.568802],[-67.146187,66.440254],[-67.404167,66.426651],[-67.131424,66.309288],[-67.282227,66.275269],[-67.989296,66.507561],[-67.163757,66.036095],[-67.188744,65.912415],[-67.824173,65.880814],[-67.938599,65.908035],[-68.026527,66.063309],[-68.24472,66.182755],[-68.843887,66.188728],[-68.047226,66.064987],[-68.328339,65.922272],[-67.821121,65.768051],[-68.0233,65.48838],[-67.277924,65.640129],[-67.455902,65.498871],[-67.060555,65.422066],[-67.407219,65.3395],[-66.932846,65.232758],[-67.104652,65.059837],[-66.732361,65.180054],[-66.694641,64.761864],[-66.618057,65.030273],[-66.148346,64.868866],[-66.215553,64.688171],[-66.02021,64.847839],[-65.85173,64.680397],[-65.937843,64.890404],[-65.66861,64.810127],[-65.739372,64.744225],[-65.707359,64.691437],[-65.562042,64.731544],[-65.714172,64.570541],[-65.701942,64.486229],[-65.078201,64.472206],[-65.200829,64.307686],[-65.65757,64.304977],[-65.053322,64.069298],[-65.189987,64.020264],[-64.673126,64.034363],[-64.985413,63.823814],[-64.95153,63.77541],[-64.532639,63.679642],[-64.495544,63.327774],[-64.617287,63.319714],[-64.488609,63.286591],[-64.65834,63.249161],[-64.94249,63.63221],[-65.297325,63.810162],[-64.909164,63.280548],[-65.14341,63.286938],[-65.083328,63.20388],[-64.630615,62.899021],[-65.252365,62.975338],[-64.948883,62.648605],[-65.328064,62.6661]]],[[[-77.084755,72.839684],[-79.623886,72.763321],[-80.003891,72.867897],[-80.140976,73.214432],[-80.876099,73.333183],[-80.857773,73.741928],[-77.424438,73.554703],[-76.060822,72.903877],[-77.084755,72.839684]]],[[[-105.22583,72.933044],[-105.383057,72.866653],[-106.4543,73.39624],[-107.030754,73.485542],[-106.618332,73.705261],[-105.52597,73.763046],[-104.488266,73.548309],[-104.572357,73.325897],[-105.22583,72.933044]]],[[[-56.489998,73.683319],[-56.342083,73.682343],[-56.833328,73.611374],[-56.963886,73.659706],[-56.489998,73.683319]]],[[[-56.410278,73.541931],[-56.556942,73.554283],[-56.190414,73.625809],[-56.327499,73.556366],[-56.410278,73.541931]]],[[[-124.307503,73.632202],[-124.16777,73.603043],[-124.114716,73.567345],[-124.343613,73.559982],[-124.307503,73.632202]]],[[[-107.645279,73.570267],[-107.930557,73.539429],[-108.081879,73.582207],[-107.584793,73.601578],[-107.645279,73.570267]]],[[[-55.943054,73.570267],[-55.875832,73.52832],[-55.473328,73.428871],[-56.115837,73.556641],[-55.943054,73.570267]]],[[[-55.96389,73.479156],[-55.811527,73.471375],[-55.784168,73.434708],[-56.054028,73.450958],[-55.96389,73.479156]]],[[[-24.397499,73.414703],[-23.212498,73.229843],[-23.657776,73.220261],[-24.247219,73.293045],[-24.907501,73.324432],[-25.006668,73.312057],[-22.93861,73.13472],[-24.403889,73.02388],[-25.710138,73.183319],[-25.243053,73.405823],[-24.397499,73.414703]]],[[[-55.549728,73.314987],[-55.591526,73.347481],[-55.329449,73.392212],[-55.392227,73.361649],[-55.549728,73.314987]]],[[[-55.964722,73.403595],[-55.834026,73.371292],[-56.146805,73.295822],[-56.092773,73.374695],[-55.964722,73.403595]]],[[[-105.024437,72.219986],[-104.820564,71.871643],[-104.360825,71.581657],[-104.578056,71.062492],[-103.556381,70.600815],[-102.923187,70.503075],[-103.126099,70.573883],[-103.025009,70.660263],[-101.59156,70.270294],[-101.555969,70.111511],[-100.999733,70.17276],[-100.924301,69.692619],[-101.326393,69.670952],[-101.450829,69.907349],[-101.69458,69.682487],[-102.235558,69.91526],[-102.672005,69.760483],[-102.480835,69.68734],[-102.603058,69.538315],[-103.481796,69.689148],[-103.013901,69.474152],[-103.18222,69.111099],[-102.832153,69.384163],[-102.30555,69.498459],[-101.933884,69.411095],[-102.217216,69.225266],[-101.753059,69.162903],[-101.851387,68.984421],[-102.89473,68.799988],[-105.136948,68.897766],[-105.248894,68.945526],[-104.920898,69.072342],[-106.407913,69.184563],[-106.316391,69.386658],[-106.611107,69.496994],[-107.342216,69.018875],[-108.530693,68.944977],[-109.104721,68.710541],[-113.260422,68.453041],[-113.041733,68.493736],[-113.671799,68.806648],[-113.547844,69.046371],[-113.686516,69.190674],[-113.553596,69.187195],[-116.532211,69.408875],[-116.578476,69.558174],[-117.243195,69.754997],[-117.432564,69.983452],[-115.167503,70.277771],[-112.556381,70.198456],[-111.452629,70.28318],[-111.494095,70.339775],[-113.938316,70.715271],[-117.551521,70.596237],[-118.410904,71.000259],[-115.066948,71.523872],[-118.112213,71.373596],[-118.312073,71.459015],[-117.681107,71.551376],[-117.90889,71.61499],[-117.711838,71.664085],[-118.903755,71.579437],[-119.134453,71.774574],[-118.69194,72.130539],[-118.123886,72.224434],[-118.588608,72.416656],[-118.20723,72.618591],[-117.353607,72.916382],[-114.666664,73.372475],[-113.959305,73.147766],[-113.974991,72.820122],[-114.558327,72.560806],[-113.4664,72.665268],[-113.590691,72.787903],[-113.028061,73.00943],[-111.229927,72.723457],[-111.269867,72.573326],[-111.899101,72.352974],[-111.663887,72.276382],[-111.301651,72.461792],[-111.112778,72.335266],[-110.708344,72.574295],[-109.785828,72.43248],[-110.282288,72.662903],[-109.773338,72.7202],[-110.743607,72.986786],[-109.659439,72.924988],[-109.040756,72.569504],[-108.618881,72.547623],[-108.660561,72.34124],[-108.191246,71.956444],[-108.238602,71.715126],[-107.837082,71.604149],[-107.261429,71.889633],[-107.779861,72.139297],[-107.879852,72.574638],[-108.29361,73.120255],[-107.876106,73.187195],[-108.084442,73.349991],[-107.069733,73.173874],[-106.861389,73.310806],[-105.85556,73.056931],[-105.323471,72.7388],[-105.504173,72.778877],[-105.024437,72.219986]]],[[[-55.717773,73.36026],[-55.628052,73.298874],[-55.869583,73.330132],[-55.785278,73.36026],[-55.717773,73.36026]]],[[[-55.844444,73.250275],[-55.820004,73.213188],[-56.132217,73.08194],[-56.01722,73.228592],[-55.844444,73.250275]]],[[[-96.771942,73.181656],[-96.577927,73.078049],[-96.640007,72.9636],[-97.138336,73.048874],[-96.771942,73.181656]]],[[[-21.915833,72.675812],[-23.132221,72.870529],[-24.588057,72.954292],[-22.46833,73.001663],[-21.904165,72.9179],[-22.189722,72.808868],[-21.915833,72.675812]]],[[[-55.305832,72.91832],[-55.387779,72.962494],[-55.684513,72.991783],[-55.075562,72.965546],[-55.305832,72.91832]]],[[[-24.778336,72.895264],[-24.896667,72.777771],[-25.214722,72.822769],[-25.145832,72.881653],[-24.778336,72.895264]]],[[[-96.688324,72.883331],[-96.741379,72.72554],[-97.010284,72.776657],[-96.798615,72.881363],[-96.688324,72.883331]]],[[[-55.559166,72.888046],[-55.51445,72.888596],[-55.357014,72.849915],[-55.536667,72.822495],[-55.559166,72.888046]]],[[[-22.31139,72.112762],[-24.3475,72.583603],[-24.476526,72.833595],[-23.149168,72.8368],[-21.928194,72.464706],[-22.760975,72.437614],[-22.134167,72.271652],[-22.31139,72.112762]]],[[[-55.197472,72.845322],[-54.96479,72.808105],[-55.532776,72.551651],[-55.848469,72.614151],[-55.197472,72.845322]]],[[[-55.656662,72.7686],[-56.036667,72.650269],[-56.22541,72.704292],[-55.893333,72.763611],[-55.656662,72.7686]]],[[[-54.946663,72.763046],[-54.846664,72.751938],[-54.801113,72.718178],[-55.060001,72.721657],[-54.946663,72.763046]]],[[[-55.001114,72.685806],[-54.952499,72.657211],[-55.258057,72.596512],[-55.196663,72.677475],[-55.001114,72.685806]]],[[[-55.032501,72.578049],[-55.079727,72.523041],[-55.380554,72.543457],[-55.184723,72.583328],[-55.032501,72.578049]]],[[[-80.036942,72.516388],[-79.919167,72.460678],[-80.13166,72.52124],[-80.036942,72.516388]]],[[[-79.55249,72.451096],[-79.433052,72.414986],[-79.443604,72.36776],[-79.683319,72.430542],[-79.55249,72.451096]]],[[[-78.939987,72.435806],[-78.833893,72.411926],[-78.733337,72.367485],[-79.075287,72.40638],[-78.939987,72.435806]]],[[[-55.015282,72.377197],[-55.344719,72.166931],[-55.688747,72.195816],[-55.523331,72.270264],[-55.015282,72.377197]]],[[[-86.06723,72.293869],[-85.863892,72.297211],[-85.837219,72.262772],[-85.90834,72.217758],[-86.06723,72.293869]]],[[[-74.707779,72.207214],[-74.796661,72.168045],[-74.947083,72.175117],[-74.674301,72.22464],[-74.707779,72.207214]]],[[[-61.690834,56.54805],[-62.136806,56.450825],[-61.67643,56.268604],[-62.077847,56.29187],[-61.348194,56.220268],[-61.450485,56.056313],[-61.240349,56.043953],[-61.499725,56.01305],[-61.117641,55.96492],[-61.090553,55.844154],[-60.735695,55.836243],[-60.879997,55.740963],[-60.619583,55.823467],[-60.661808,55.586933],[-60.508755,55.798328],[-60.332775,55.781311],[-60.530048,55.596905],[-60.317986,55.573189],[-60.478333,55.347488],[-60.325562,55.489017],[-60.195549,55.431381],[-60.683327,54.994995],[-60.074776,55.246937],[-60.289898,55.027248],[-59.777637,55.329441],[-59.735134,55.197002],[-59.965836,55.114716],[-59.431873,55.135441],[-59.802166,54.887268],[-59.914303,54.741104],[-59.156384,55.233879],[-59.38361,54.981201],[-59.033543,55.155891],[-58.904167,54.844711],[-57.349686,54.574959],[-57.697708,54.465267],[-57.422432,54.455547],[-57.625553,54.382633],[-59.581596,54.04298],[-58.375065,54.226723],[-58.6325,54.035271],[-60.082779,53.762497],[-60.136112,53.528465],[-60.382915,53.661587],[-60.856949,53.79277],[-60.103615,53.500549],[-60.407776,53.267216],[-59.07695,53.681801],[-58.550278,54.009163],[-57.796944,54.075092],[-58.35556,54.206383],[-57.46833,54.193878],[-57.080311,53.823467],[-57.535503,53.598515],[-57.31514,53.576664],[-57.338055,53.447353],[-57.014725,53.71138],[-56.474152,53.782383],[-56.671249,53.67638],[-56.029305,53.575829],[-56.259586,53.547596],[-55.808052,53.340546],[-55.75132,53.138329],[-56.164581,53.030201],[-55.834167,52.921936],[-56.060829,52.766106],[-55.763477,52.611244],[-56.48774,52.594292],[-55.645588,52.432873],[-56.189857,52.43697],[-55.707222,52.248329],[-55.699306,52.08527],[-56.951595,51.424576],[-57.739441,51.471657],[-58.624302,51.276382],[-58.62326,51.150547],[-58.993713,51.006104],[-59.01292,50.751385],[-60.005005,50.248878],[-61.720833,50.091934],[-61.583473,50.185547],[-62.400833,50.293331],[-66.449028,50.267773],[-67.141945,49.816936],[-67.372078,49.329994],[-68.590561,49.054161],[-69.678329,48.140827],[-69.96833,48.271938],[-70.779999,48.435547],[-71.039581,48.443878],[-69.732498,48.107563],[-70.226112,47.497425],[-71.299164,46.742218],[-70.506958,47.020271],[-69.450562,47.979156],[-68.202225,48.639854],[-66.225006,49.200829],[-64.825562,49.187767],[-64.21167,48.884991],[-64.157631,48.759857],[-64.530418,48.873703],[-64.165482,48.627766],[-64.246384,48.488045],[-65.305832,48.005554],[-65.896538,48.202492],[-66.843704,47.996651],[-66.355408,48.070271],[-65.79361,47.890831],[-65.631531,47.621937],[-64.803886,47.808186],[-64.674927,47.724854],[-64.910004,47.35305],[-65.36618,47.08548],[-64.802086,47.081524],[-64.904305,46.845966],[-64.504181,46.240273],[-63.826256,46.145134],[-64.093887,46.02166],[-63.66708,45.816662],[-62.67778,45.76416],[-62.461945,45.612495],[-61.919376,45.883953],[-61.884583,45.691307],[-61.468746,45.680687],[-61.260002,45.510277],[-61.460556,45.345272],[-60.970276,45.269714],[-63.444439,44.591938],[-63.653679,44.711174],[-63.520557,44.510273],[-63.634861,44.436378],[-63.931946,44.513603],[-63.908607,44.678047],[-64.087509,44.46777],[-64.200836,44.576385],[-64.337509,44.411934],[-64.255699,44.272629],[-65.481384,43.464439],[-66.167503,43.860828],[-66.118607,44.338043],[-65.851563,44.581104],[-66.194855,44.418045],[-64.393616,45.289787],[-64.485695,45.330269],[-64.320976,45.290894],[-64.383057,45.138325],[-64.156387,44.978325],[-64.158203,45.189014],[-63.369614,45.359856],[-64.935341,45.33173],[-64.274307,45.805828],[-64.478333,45.750549],[-64.750832,46.086658],[-64.583069,45.826942],[-64.782013,45.610271],[-65.88681,45.208328],[-66.092438,45.29953],[-65.999931,45.459229],[-66.191872,45.33131],[-66.058388,45.257553],[-66.42778,45.084991],[-67.206543,45.183037],[-67.034439,44.984993],[-67.178612,44.899158],[-66.970833,44.827911],[-67.189995,44.660267],[-67.546036,44.666866],[-68.059471,44.351799],[-68.107918,44.454994],[-68.559158,44.418884],[-68.615829,44.306381],[-68.813194,44.330273],[-68.796867,44.574612],[-69.248337,43.938042],[-69.369995,44.046944],[-69.50042,43.850407],[-69.52861,44.024261],[-69.651199,43.900833],[-69.617325,44.038849],[-69.719299,43.79208],[-69.771599,44.074299],[-69.83139,43.716171],[-69.922226,43.864716],[-70.172501,43.780548],[-70.191872,43.575546],[-70.810822,42.893608],[-70.805969,42.715897],[-70.58181,42.652836],[-71.044861,42.367214],[-70.717644,42.213879],[-70.68222,41.997215],[-70.332916,41.713882],[-70.01931,41.792564],[-70.244019,42.073948],[-70.074173,42.05888],[-69.93541,41.672497],[-70.648613,41.53944],[-70.726105,41.727768],[-71.188324,41.468323],[-71.114853,41.789509],[-71.271393,41.653046],[-71.389442,41.806694],[-71.511673,41.369991],[-72.906387,41.28611],[-73.934158,40.79805],[-73.866104,41.089157],[-73.951279,41.304436],[-73.904175,40.959435],[-74.020981,40.71735],[-74.133896,40.700825],[-74.259171,40.522217],[-73.95639,40.398186],[-74.088264,39.774853],[-74.045547,40.052979],[-74.151321,39.703743],[-74.90834,38.927357],[-74.894936,39.169022],[-75.415695,39.378044],[-75.55722,39.620407],[-75.424309,39.782772],[-75.137566,39.873947],[-75.028519,40.012306],[-75.459442,39.78833],[-75.604439,39.614021],[-75.572159,39.452908],[-75.044579,38.417213],[-75.960831,37.152214],[-75.930557,37.576103],[-75.644043,37.961174],[-75.878532,37.947559],[-75.846352,38.398777],[-76.037506,38.226654],[-76.242493,38.366936],[-76.265289,38.619713],[-76.028473,38.573746],[-75.960976,38.651588],[-76.342155,38.688255],[-76.255173,38.841034],[-76.104439,38.799091],[-76.224655,38.964088],[-76.359863,38.855412],[-76.072464,39.141659],[-76.22084,39.060822],[-76.168335,39.316521],[-75.83535,39.571938],[-76.359726,39.399994],[-76.416397,39.209717],[-76.610519,39.250374],[-76.39389,39.011036],[-76.537506,38.731659],[-76.378571,38.365204],[-76.679161,38.662525],[-76.663467,38.474712],[-76.371109,38.28833],[-76.312347,38.047302],[-77.044449,38.43832],[-77.243744,38.398258],[-77.006119,38.754997],[-77.016808,38.8643],[-77.061691,38.904572],[-77.320007,38.345268],[-77.068748,38.379017],[-76.243614,37.906101],[-76.353607,37.618599],[-76.931946,38.089714],[-77.12989,38.169121],[-76.290695,37.568607],[-76.239441,37.373463],[-76.376488,37.280514],[-76.68277,37.429718],[-76.267715,37.086311],[-76.389725,36.97332],[-76.653885,37.226936],[-76.990273,37.312908],[-77.232224,37.296387],[-76.29361,36.843323],[-76.255142,36.957912],[-75.987289,36.909229],[-75.532646,35.801521],[-75.945305,36.712421],[-75.899582,36.492771],[-76.034729,36.496658],[-75.793152,36.073849],[-75.976036,36.311378],[-75.926537,36.170891],[-76.199654,36.31739],[-76.070969,36.149296],[-76.518616,36.006939],[-76.746101,36.228184],[-76.729515,35.93985],[-76.026527,35.962215],[-76.103195,35.660408],[-75.85083,35.975269],[-75.720833,35.814507],[-75.740761,35.618465],[-76.14917,35.336937],[-76.496109,35.38472],[-76.588196,35.551033],[-76.652496,35.414993],[-77.049583,35.526939],[-76.468887,35.27166],[-76.761398,34.98777],[-77.068161,35.14978],[-76.965012,34.997772],[-76.753067,34.905266],[-76.453568,35.066761],[-76.453194,34.935234],[-76.271812,34.962631],[-76.343262,34.881939],[-77.309578,34.559715],[-77.428879,34.741936],[-77.381729,34.516453],[-77.705276,34.341934],[-77.934433,33.926941],[-77.927284,34.117561],[-77.955627,34.149017],[-78.02597,33.889366],[-78.827499,33.73027],[-79.196442,33.278938],[-79.271393,33.373322],[-79.205841,33.165543],[-79.388336,33.00819],[-79.815826,32.767212],[-79.942635,32.853466],[-79.877983,32.694851],[-80.327721,32.480408],[-80.669304,32.522911],[-80.465004,32.317493],[-80.631378,32.256386],[-80.832367,32.519993],[-80.672287,32.217075],[-81.165901,31.564857],[-81.329025,31.554789],[-81.204727,31.474716],[-81.284233,31.221245],[-81.488434,31.113468],[-81.25528,29.796665],[-80.55249,28.524998],[-80.446655,27.864441],[-80.603195,28.608608],[-80.843613,28.78097],[-80.757233,28.420691],[-80.035339,26.795691],[-80.397507,25.186655],[-81.146675,25.160412],[-81.135612,25.320538],[-80.917847,25.246872],[-81.340904,25.809719],[-81.736588,25.959442],[-81.969307,26.481829],[-81.785934,26.706903],[-82.023376,26.529219],[-82.017227,26.964718],[-82.19194,26.938049],[-82.15889,26.782879],[-82.396393,26.962357],[-82.655273,27.461662],[-82.424164,27.919439],[-82.691246,28.029858],[-82.59507,27.821873],[-82.724724,27.658051],[-82.854164,27.858608],[-82.628601,28.696384],[-82.80278,29.154995],[-83.071671,29.224438],[-84.010979,30.097637],[-85.357086,29.677773],[-85.412224,29.793747],[-85.3992,29.864681],[-85.347115,29.686974],[-85.307213,29.815969],[-85.629395,30.104628],[-85.476952,30.025829],[-85.39389,30.041525],[-85.746948,30.297218],[-85.845551,30.24708],[-85.725555,30.125828],[-86.337364,30.384439],[-86.104233,30.379093],[-86.260002,30.495829],[-87.126099,30.363884],[-86.936386,30.449997],[-87.160835,30.517775],[-87.306656,30.321384],[-87.52256,30.279293],[-87.340836,30.434578],[-87.420395,30.480946],[-87.568619,30.279442],[-87.733612,30.234993],[-88.021355,30.225479],[-87.757713,30.282429],[-88.020279,30.701107],[-88.131454,30.318954],[-88.980835,30.418327],[-89.593124,30.153259],[-90.236252,30.376524],[-90.42791,30.178606],[-90.349731,30.061665],[-89.673538,30.167149],[-89.84375,30.007082],[-89.625694,29.873398],[-89.399445,30.050831],[-89.404175,29.762497],[-89.752716,29.63298],[-89.008759,29.174162],[-89.404999,28.926662],[-89.272018,29.149649],[-89.38958,29.092081],[-90.182495,29.569859],[-90.026527,29.425135],[-90.209442,29.091108],[-90.444443,29.326107],[-90.765015,29.10944],[-91.254868,29.244301],[-91.33931,29.324718],[-91.126526,29.347359],[-91.838821,29.82826],[-92.148621,29.768887],[-92.099731,29.615551],[-92.308334,29.539719],[-93.240829,29.784996],[-93.850487,29.708815],[-93.796661,29.99416],[-93.958473,29.816662],[-93.858437,29.681625],[-94.754173,29.367912],[-94.476593,29.558886],[-94.765839,29.568054],[-94.757019,29.784998],[-95.060066,29.715063],[-94.887505,29.385275],[-95.086945,29.18194],[-95.148613,29.051249],[-96.212013,28.488119],[-95.990685,28.651037],[-96.64473,28.711939],[-96.399971,28.44173],[-96.659309,28.315207],[-96.800339,28.471521],[-96.882767,28.140274],[-97.169373,28.1618],[-97.022499,28.031666],[-97.194511,27.821802],[-97.51709,27.863815],[-97.279724,27.656105],[-97.412987,27.327288],[-97.769341,27.449717],[-97.633888,27.252497],[-97.429367,27.262289],[-97.56041,26.842081],[-97.137505,25.933193],[-97.651672,24.520275],[-97.741394,22.90583],[-97.888268,22.598818],[-97.697922,21.974722],[-97.31501,21.556524],[-97.413475,21.271734],[-97.372917,21.543539],[-97.742233,22.012497],[-97.175354,20.683956],[-96.460007,19.877499],[-96.295288,19.341108],[-95.801117,18.744999],[-95.182228,18.701803],[-94.469177,18.146248],[-93.58709,18.421387],[-93.129868,18.339581],[-92.004173,18.726248],[-91.85862,18.615694],[-92.035843,18.592636],[-92.041954,18.559998],[-91.813126,18.382637],[-91.495705,18.435555],[-91.186188,18.650068],[-91.385071,18.907358],[-90.731674,19.361526],[-90.676674,19.76833],[-90.455276,19.975971],[-90.45591,20.73229],[-90.279724,21.063053],[-88.147789,21.608055],[-87.249176,21.441387],[-87.133827,21.55722],[-87.410774,21.52861],[-87.078613,21.60611],[-86.829727,21.429234],[-86.913071,20.801941],[-87.42556,20.222776],[-87.472229,20.085972],[-87.444809,19.900192],[-87.469055,19.849024],[-87.449478,19.926441],[-87.481812,19.950727],[-87.736603,19.677568],[-87.657715,19.505552],[-87.412224,19.581665],[-87.676949,19.314999],[-87.488617,19.291386],[-87.847504,18.19083],[-88.073334,18.49361],[-88.039726,18.868193],[-88.2995,18.482929],[-88.077789,18.215553],[-88.282501,17.623886],[-88.168785,17.499107],[-88.298615,17.238331],[-88.213341,16.962082],[-88.36129,16.501768],[-88.347229,16.602776],[-88.910568,15.89361],[-88.618065,15.69854],[-88.551392,15.940832],[-88.136955,15.682846],[-87.707779,15.921283],[-87.474449,15.784443],[-86.357788,15.769444],[-85.910149,15.955832],[-86.011604,16.021629],[-84.260147,15.825971],[-83.85556,15.459999],[-84.209518,15.545658],[-84.074455,15.349165],[-83.83007,15.270971],[-83.963898,15.407639],[-83.771118,15.280208],[-83.758347,15.196665],[-83.531403,15.268888],[-83.570419,15.158124],[-83.507225,15.280555],[-83.616684,15.347245],[-83.393478,15.256388],[-83.131851,14.992979],[-83.419106,14.809443],[-83.186951,14.323889],[-83.513336,13.635555],[-83.478485,12.423888],[-83.632713,12.479582],[-83.537094,12.770694],[-83.602921,12.818192],[-83.676956,12.050554],[-83.828094,11.875832],[-83.653442,11.602811],[-83.847511,11.174582],[-83.104866,10.009721],[-82.363617,9.407221],[-82.242783,9.002359],[-81.816391,8.945276],[-81.88633,9.17361],[-81.507294,8.793123],[-81.153061,8.787498],[-80.117508,9.206944],[-79.534454,9.620138],[-78.034386,9.228818],[-77.366669,8.674999],[-77.468582,8.4717],[-77.215561,7.937222],[-77.577438,7.52618],[-77.744034,7.719999],[-77.889725,7.228889],[-78.432785,8.048887],[-78.257233,8.101944],[-78.143639,8.40167],[-77.995193,8.232459],[-77.779175,8.154999],[-78.107513,8.455832],[-78.413063,8.34361],[-78.507233,8.616943],[-79.05307,8.966665],[-78.979103,9.13854],[-79.697784,8.866665],[-79.952789,8.450832],[-80.47126,8.215554],[-80.002296,7.468402],[-80.85112,7.210278],[-81.05806,7.873333],[-81.217926,7.608263],[-81.496948,7.69861],[-81.738617,8.162498],[-82.287231,8.313332],[-82.80751,8.293055],[-82.898849,8.025669],[-83.344032,8.728055],[-83.480423,8.704547],[-83.279457,8.377638],[-83.595566,8.468332],[-83.73584,8.612499],[-83.626465,9.036457],[-84.618614,9.579444],[-84.707504,9.918333],[-85.070023,10.15534],[-85.238548,10.10729],[-84.897232,9.807499],[-85.142227,9.589443],[-85.345001,9.832777],[-85.656677,9.904999],[-85.857513,10.369443],[-85.632507,10.621666],[-85.911392,10.891109],[-85.669586,11.054998],[-87.689827,12.917707],[-87.557503,13.051249],[-87.41806,12.915833],[-87.297783,12.922117],[-87.51181,13.27729],[-87.398338,13.412359],[-87.836952,13.436318],[-87.93779,13.156387],[-88.220001,13.158054],[-88.55043,13.273957],[-88.708168,13.260936],[-88.535065,13.19911],[-89.818542,13.535797],[-90.492233,13.900276],[-91.384735,13.978888],[-92.218903,14.521666],[-92.770493,15.171597],[-93.938614,16.093887],[-94.400291,16.295553],[-94.052643,16.047638],[-94.691254,16.190691],[-94.578827,16.315207],[-94.791534,16.260067],[-94.859177,16.427082],[-95.062675,16.272116],[-94.857788,16.215832],[-96.47612,15.64361],[-97.792786,15.972083],[-98.782227,16.553055],[-99.685982,16.706944],[-101.011124,17.265274],[-101.952789,17.97847],[-102.170288,17.918331],[-103.450012,18.31361],[-103.971947,18.87722],[-104.951683,19.315277],[-105.678337,20.383055],[-105.244728,20.57465],[-105.321808,20.765484],[-105.536186,20.792568],[-105.241386,21.06472],[-105.189453,21.437496],[-105.650276,21.981249],[-105.820427,22.664024],[-106.915695,23.865137],[-107.72773,24.471127],[-107.596405,24.428247],[-107.618034,24.517204],[-107.995491,24.649096],[-107.990005,24.959511],[-108.104172,24.821941],[-108.22126,25.029442],[-108.042511,25.073608],[-108.39418,25.141109],[-108.765289,25.539303],[-109.108902,25.526108],[-108.970291,25.564442],[-108.83493,25.793608],[-109.141045,25.583054],[-109.4375,25.820274],[-109.231667,26.319443],[-109.103897,26.283607],[-109.444313,26.715553],[-109.753891,26.69611],[-109.949043,27.09347],[-110.529716,27.371109],[-110.63459,27.662359],[-110.51136,27.854998],[-111.10334,27.936943],[-112.161949,28.971388],[-112.213478,29.306108],[-113.08139,30.698887],[-113.091675,31.229719],[-113.589737,31.331665],[-113.974693,31.655693],[-114.020844,31.497637],[-114.217506,31.522221],[-115.031143,31.959997],[-114.786667,31.664165],[-114.880699,31.151665],[-114.70639,30.927498],[-114.545288,30.00111],[-113.667923,29.284164],[-113.508751,28.896248],[-113.194931,28.813816],[-113.115906,28.486456],[-112.863197,28.418505],[-112.753059,27.837498],[-112.346672,27.541386],[-111.858612,26.661942],[-111.687508,26.600588],[-111.844994,26.902081],[-111.561882,26.71965],[-111.299728,25.780277],[-110.686256,24.896387],[-110.691185,24.386873],[-110.354172,24.115833],[-110.210007,24.348194],[-109.799728,24.012218],[-109.68251,23.656666],[-109.407501,23.461248],[-109.438896,23.225832],[-109.998192,22.881943],[-110.311188,23.560692],[-112.087509,24.756107],[-112.100143,25.728054],[-112.378342,26.254997],[-113.215012,26.703333],[-113.130981,26.959997],[-113.275253,26.781359],[-113.598824,26.739582],[-114.475494,27.238054],[-115.023064,27.768608],[-113.985008,27.700832],[-114.30764,27.865925],[-114.128555,28.023659],[-114.061317,28.517569],[-114.945984,29.373888],[-115.696671,29.774233],[-116.055489,30.796524],[-116.675629,31.56076],[-116.608131,31.844511],[-116.864174,32.021385],[-117.141388,32.680614],[-117.25499,32.657139],[-117.409439,33.244156],[-118.108185,33.756939],[-118.400017,33.749855],[-118.530006,34.047913],[-119.129173,34.113884],[-119.541672,34.414154],[-120.605827,34.558601],[-120.618195,35.139439],[-121.86763,36.315338],[-121.943253,36.594574],[-121.799164,36.884018],[-122.379021,37.199989],[-122.49028,37.529991],[-122.379639,37.813812],[-122.357773,37.615826],[-122.064301,37.459297],[-122.005836,37.471375],[-122.39341,37.95916],[-122.225273,38.064159],[-121.427216,38.012909],[-122.36528,38.155548],[-122.505486,37.831039],[-122.95639,38.058044],[-122.803047,38.08194],[-123.701523,38.930412],[-123.867493,39.869156],[-124.331184,40.272457],[-124.039993,41.427773],[-124.524437,42.866104],[-124.378532,43.319019],[-124.142784,43.371693],[-124.30249,43.400543],[-124.115829,43.725266],[-123.871613,45.52898],[-123.95195,46.181107],[-123.506256,46.250134],[-123.263474,46.144855],[-123.163574,46.19519],[-123.430412,46.286938],[-124,46.323608],[-124.03875,46.656654],[-123.941246,46.392979],[-123.940826,46.636658],[-123.75946,46.685623],[-124.097504,46.861382],[-123.801247,46.976791],[-124.074997,47.066246],[-124.164169,46.946381],[-124.71431,48.397076],[-123.934723,48.175827],[-122.749435,48.15395],[-122.63028,47.915825],[-122.747772,47.763054],[-122.849297,47.831379],[-123.147926,47.371655],[-123.006668,47.368465],[-122.876106,47.414993],[-123.097496,47.400826],[-122.514099,47.922073],[-122.460037,47.763741],[-122.680832,47.639229],[-122.536522,47.593182],[-122.547768,47.288048],[-122.619164,47.420547],[-122.748962,47.189297],[-122.797501,47.395271],[-123.064857,47.113884],[-122.639717,47.151932],[-122.313538,47.371796],[-122.418327,47.672218],[-122.2911,47.958187],[-122.374405,48.213428],[-122.528465,48.182907],[-122.392845,48.309437],[-122.59095,48.425793],[-122.679581,48.418324],[-122.486244,48.452702],[-122.5,48.744854],[-122.867561,49.079124],[-123.086533,48.972073],[-123.207367,49.125408],[-123.24791,49.272495],[-122.91806,49.290829],[-122.855133,49.438114],[-123.236389,49.338882],[-123.165619,49.701172],[-123.491661,49.5084],[-123.516533,49.385475],[-123.961678,49.51194],[-123.992775,49.740967],[-123.791595,49.510136],[-123.535767,49.697105],[-123.806381,49.643536],[-123.934715,49.7761],[-123.872841,49.872421],[-123.95681,49.95763],[-123.748962,50.085064],[-123.987213,50.21093],[-123.813606,50.090687],[-123.998398,50.00222],[-123.982216,49.803741],[-124.035103,49.918011],[-124.432777,49.767635],[-124.741943,49.958328],[-124.818092,50.063919],[-124.703339,49.995544],[-124.602913,50.24041],[-124.713066,50.323811],[-124.356522,50.49593],[-125.075287,50.320969],[-124.858887,50.588184],[-124.806938,50.919579],[-125.117462,50.438046],[-125.548485,50.497585],[-125.467987,50.711243],[-125.703682,50.429504],[-126.276947,50.516312],[-126.186127,50.557362],[-126.27021,50.627354],[-125.738327,50.682213],[-125.620132,50.752083],[-125.507858,50.941483],[-125.610817,51.087769],[-125.73111,50.73555],[-126.135567,50.681534],[-126.198883,50.855827],[-126.557289,50.84034],[-126.488396,50.917702],[-126.246384,50.898605],[-126.179298,50.948044],[-127.173149,50.922215],[-127.018608,50.81847],[-127.53743,51.005692],[-126.821732,51.065884],[-126.689308,51.112633],[-126.657639,51.190334],[-127.199577,51.056797],[-127.789993,51.165543],[-127.132568,51.328465],[-127.767563,51.321175],[-127.551666,51.468323],[-127.496391,51.6143],[-126.708054,51.641937],[-126.620003,51.679993],[-126.660278,51.792221],[-126.698051,51.664574],[-127.4375,51.675236],[-127.347252,51.857944],[-127.659157,51.457497],[-127.876106,51.668602],[-127.864777,51.900894],[-127.174644,52.309158],[-126.675407,51.990894],[-126.940826,52.303879],[-126.734299,52.371517],[-127.228058,52.453049],[-126.922775,52.72263],[-126.974167,52.833672],[-127.61499,52.293327],[-127.873047,52.22332],[-127.893394,52.511452],[-128.007019,52.337421],[-128.067642,52.450825],[-127.883675,52.577358],[-128.39389,52.291382],[-128.222,52.4702],[-128.131653,52.876381],[-128.438614,52.820827],[-128.539734,53.131935],[-128.853882,53.279716],[-128.969574,53.553185],[-128.523621,53.39666],[-128.131927,53.448875],[-127.948608,53.254303],[-127.870926,53.237175],[-128.126923,53.481102],[-128.81485,53.621239],[-128.770569,53.79583],[-128.476715,53.838535],[-128.678864,53.909191],[-128.606171,54.029785],[-129.217499,53.640274],[-129.272797,53.379158],[-130.100266,53.944294],[-130.049164,54.150963],[-129.614166,54.178917],[-129.474289,54.239365],[-130.117905,54.154987],[-130.48111,54.364716],[-130.41188,54.628742],[-130.06041,54.338047],[-129.960129,54.319645],[-130.371368,54.661381],[-129.910278,54.605553],[-130.199646,54.728809],[-130.167908,54.854088],[-129.623749,55.000134],[-129.975555,55.06694],[-129.47818,55.470753],[-129.786957,55.566666],[-129.815704,55.286526],[-130.109024,54.99395],[-129.946381,55.285408],[-130.128311,55.735962],[-129.995407,55.92659],[-130.174438,55.757217],[-129.993652,55.281036],[-130.365967,54.904434],[-130.709259,54.767876],[-130.742661,54.955093],[-130.837769,54.767284],[-130.982208,55.051102],[-130.702789,55.116936],[-130.474152,55.325932],[-130.727783,55.126381],[-131.058762,55.127487],[-130.931534,55.284645],[-130.616104,55.2943],[-130.861267,55.310062],[-130.886398,55.707909],[-131.169464,55.941658],[-131.012787,56.106522],[-131.900574,55.85527],[-131.759109,55.814091],[-131.954987,55.501106],[-132.16806,55.584438],[-132.24527,55.723877],[-131.947495,55.964504],[-131.956787,56.164921],[-131.769745,56.196938],[-131.900848,56.226933],[-131.993042,56.357773],[-132.34166,56.523323],[-132.315735,56.633373],[-132.551117,56.637703],[-132.364975,56.817146],[-132.76889,56.84388],[-132.804138,57.083813],[-133.488586,57.1661],[-133.065964,57.346794],[-133.441315,57.355412],[-133.506821,57.484295],[-133.317856,57.590057],[-133.599365,57.574509],[-133.640564,57.696381],[-133.006424,57.51395],[-133.544525,57.768883],[-133.544342,57.90815],[-133.183334,57.89138],[-133.557648,57.923603],[-133.700607,57.791523],[-133.813019,57.972935],[-133.680206,58.145962],[-133.913345,57.980129],[-134.059723,58.07888],[-134.008957,58.389935],[-133.774033,58.514996],[-133.972702,58.497837],[-134.149246,58.200478],[-134.518478,58.35569],[-134.757645,58.381969],[-134.951111,58.815128],[-135.145432,58.843117],[-135.347839,59.464157],[-135.459717,59.290825],[-135.303391,59.092838],[-135.546677,59.225334],[-135.085541,58.233047],[-135.321243,58.249718],[-135.470901,58.471447],[-135.910355,58.381104],[-135.836533,58.538189],[-136.065689,58.818325],[-135.765945,58.895962],[-136.164108,59.027424],[-136.094437,58.862492],[-136.236511,58.751728],[-137.064301,59.061867],[-136.977478,58.988884],[-137.118591,58.822704],[-136.558624,58.832214],[-136.342911,58.680336],[-136.519241,58.610271],[-136.255569,58.649994],[-136.028336,58.385273],[-136.479431,58.415825],[-136.367355,58.298534],[-136.647781,58.334503],[-136.658905,58.216518],[-138.599533,59.123219],[-138.439224,59.184643],[-139.710541,59.495827],[-139.481247,59.985058],[-139.316956,59.869987],[-139.290009,59.572773],[-139.270798,59.800823],[-138.899734,59.805336],[-139.5,60.033051],[-140.403351,59.698044],[-141.376648,59.866386],[-141.256958,59.995968],[-141.384857,60.137909],[-141.730957,59.953327],[-142.717224,60.109993],[-143.900574,59.991104],[-144.931534,60.297356],[-144.611389,60.715546],[-145.288467,60.350689],[-145.859436,60.491661],[-145.625366,60.667004],[-146.261612,60.654434],[-146.038055,60.795689],[-146.644028,60.694084],[-146.125259,60.845406],[-146.755432,60.952492],[-146.296814,61.129295],[-147.366943,60.887772],[-147.537003,60.917374],[-147.550964,61.153183],[-147.66806,60.85305],[-148.050278,60.947353],[-147.715683,61.275406],[-148.071518,61.017773],[-148.188049,61.094711],[-148.404175,61.054436],[-148.163956,61.057018],[-148.344574,60.812492],[-148.468323,60.839714],[-148.692368,60.78812],[-148.45929,60.797489],[-148.631104,60.750275],[-148.660278,60.671246],[-148.229721,60.765827],[-148.251648,60.702827],[-148.204575,60.617489],[-148.481094,60.578117],[-148.687149,60.451588],[-148.08548,60.600132],[-147.937851,60.451378],[-148.366089,60.247215],[-148.098877,60.205967],[-148.32431,60.163189],[-148.438522,59.94846],[-149.077484,60.056381],[-149.275299,59.867493],[-149.419739,60.116241],[-149.628052,59.821938],[-149.523682,59.726795],[-149.666885,59.812492],[-149.734283,59.954678],[-149.750824,59.659153],[-150.027786,59.796314],[-149.918259,59.713116],[-150.013641,59.627487],[-150.344711,59.466518],[-150.22467,59.715477],[-150.486725,59.463882],[-150.541687,59.59166],[-150.907501,59.243324],[-151.723328,59.16082],[-151.976242,59.275826],[-150.997894,59.780827],[-151.469223,59.63673],[-151.878311,59.759995],[-151.302643,60.388329],[-151.406738,60.728111],[-150.404175,61.0368],[-149.029739,60.851658],[-150.062012,61.157768],[-149.252045,61.492493],[-149.634857,61.487354],[-149.994583,61.258923],[-150.626373,61.286385],[-151.583618,60.976936],[-151.80014,60.854992],[-151.709717,60.731865],[-152.225052,60.557354],[-152.421783,60.293259],[-153.078888,60.298187],[-152.587494,60.046383],[-153.277573,59.818951],[-153.001953,59.819298],[-153.042648,59.709438],[-153.348328,59.628601],[-153.420563,59.766106],[-153.743332,59.43721],[-154.143631,59.376099],[-153.996796,59.353882],[-154.256958,59.132767],[-153.261185,58.859573],[-154.102692,58.480061],[-154.005096,58.382004],[-154.354233,58.278328],[-154.114639,58.280407],[-154.235672,58.130688],[-155.033401,58.01461],[-155.311127,57.734436],[-155.606934,57.789303],[-155.734436,57.551384],[-156.48999,57.331108],[-156.34166,57.17083],[-156.552292,56.978878],[-156.940826,56.962494],[-157.206665,56.770546],[-157.427933,56.857494],[-157.583328,56.707352],[-157.470123,56.62027],[-157.787231,56.678329],[-158.115677,56.560581],[-157.882629,56.467491],[-158.428482,56.440128],[-158.637421,56.258743],[-158.12645,56.235199],[-158.50528,55.988884],[-158.600403,56.100964],[-158.484222,56.179779],[-158.601105,56.188042],[-158.675354,55.954231],[-159.36145,55.874363],[-159.667236,55.577217],[-159.624023,55.812073],[-159.842636,55.850269],[-160.507782,55.478043],[-160.633057,55.566666],[-161.248886,55.347908],[-161.509903,55.368393],[-161.483734,55.483463],[-161.145279,55.53027],[-161.5625,55.622765],[-162.043198,55.230125],[-161.975281,55.099159],[-162.445038,55.036427],[-162.636383,55.297356],[-162.56694,54.957977],[-162.873886,54.930965],[-163.179443,55.139576],[-163.053085,54.932663],[-163.352905,54.809715],[-163.326248,55.117077],[-162.548904,55.342491],[-161.807632,55.883739],[-161.068329,55.93499],[-160.679581,55.695824],[-160.790146,55.87756],[-160.250076,55.771519],[-160.57402,55.99374],[-160.346954,56.285553],[-159.035004,56.804993],[-158.639038,56.762913],[-158.682785,57.01263],[-158.285278,57.324165],[-157.741669,57.56221],[-157.641388,57.483879],[-157.397919,57.492771],[-157.704163,57.637352],[-157.611374,58.084023],[-157.139038,58.164436],[-157.543198,58.266243],[-157.551392,58.387772],[-157.072495,58.739437],[-156.781815,59.151241],[-157.111938,58.874435],[-158.190964,58.6068],[-158.559235,58.808186],[-158.488113,59.000755],[-157.992767,58.904991],[-158.53862,59.173744],[-158.616089,58.921104],[-158.821243,58.968464],[-158.7789,58.77388],[-158.907227,58.724434],[-158.710892,58.492771],[-158.897522,58.395546],[-159.620895,58.944088],[-159.914307,58.770409],[-160.322769,59.058327],[-161.632202,58.599159],[-162.16597,58.655128],[-161.699158,58.763325],[-161.792786,59.017212],[-161.568405,59.106659],[-161.994019,59.147076],[-161.955826,59.380688],[-161.709641,59.496937],[-162.236526,60.063606],[-162.156052,60.244923],[-162.369583,60.169434],[-162.221924,60.581665],[-161.879425,60.702217],[-162.261673,60.616379],[-162.569458,60.316383],[-162.448334,60.169716],[-162.542236,59.988045],[-164.065277,59.824165],[-164.214218,59.950058],[-164.094223,59.977768],[-165.138397,60.44096],[-164.979645,60.540409],[-165.42244,60.552147],[-164.659317,60.911659],[-164.655853,60.819992],[-164.27092,60.782906],[-164.437424,60.559155],[-163.951385,60.780548],[-163.67543,60.586239],[-163.412506,60.757214],[-163.88884,60.854317],[-163.55513,60.897106],[-165.150299,60.928047],[-164.822083,61.10305],[-165.366867,61.201797],[-164.71936,61.625336],[-165.197647,61.406517],[-165.40358,61.202454],[-165.386688,61.068604],[-165.873596,61.33263],[-165.79306,61.519714],[-166.197357,61.590267],[-166.147705,61.713776],[-165.82695,61.68124],[-166.092697,61.815964],[-165.633331,61.846939],[-165.701538,62.115967],[-165.247223,62.446098],[-165.001129,62.537498],[-164.636414,62.417496],[-164.847763,62.569332],[-164.493362,62.746731],[-164.786041,62.652348],[-164.876801,62.838047],[-164.698273,63.01923],[-164.318054,63.009647],[-164.584518,63.13409],[-164.401123,63.214993],[-163.111664,63.051933],[-162.305984,63.540623],[-162.03418,63.482491],[-162.142242,63.42527],[-161.151672,63.512497],[-160.78125,63.874573],[-161.189026,64.414154],[-161.529175,64.418869],[-161.017166,64.510475],[-160.782791,64.719154],[-161.174576,64.938034],[-161.425705,64.770828],[-162.107773,64.71624],[-162.790283,64.336105],[-163.170013,64.655258],[-163.352631,64.590683],[-163.040558,64.518318],[-163.138748,64.412689],[-163.82193,64.589157],[-165.028625,64.443863],[-166.121368,64.574707],[-166.489639,64.73658],[-166.422241,64.919144],[-166.696671,64.995888],[-166.722488,65.055397],[-166.846939,65.088043],[-166.919739,65.131363],[-166.959793,65.179909],[-166.054169,65.250023],[-167.462357,65.42012],[-168.131958,65.662956],[-166.259888,66.180122],[-165.511292,66.157135],[-165.887375,66.236511],[-164.361938,66.59388],[-163.933624,66.608597],[-163.642365,66.566719],[-163.931793,66.578049],[-163.756409,66.515541],[-163.857483,66.276237],[-164.173996,66.190674],[-163.656403,66.070541],[-161.816406,65.974991],[-161.523346,66.2686],[-161.015564,66.183868],[-161.52002,66.402206],[-161.913483,66.276649],[-161.900436,66.530128],[-162.633759,66.865814],[-162.329575,66.95575],[-161.63028,66.4561],[-161.186127,66.538589],[-160.78334,66.371094],[-160.235001,66.398048],[-160.240265,66.64415],[-161.716644,66.628311],[-161.897797,66.728317],[-161.7211,66.950676],[-161.498535,66.960464],[-161.667786,67.020538],[-162.4608,66.998146],[-162.352478,67.120819],[-162.383606,67.163742],[-162.559509,67.010406],[-163.727203,67.112206],[-164.124146,67.609985],[-166.823624,68.348732],[-166.372604,68.416763],[-166.207489,68.883461],[-164.324707,68.930542],[-163.645294,69.106934],[-163.12027,69.38472],[-163.003906,69.752777],[-161.94223,70.307205],[-161.766968,70.257225],[-162.114212,70.154297],[-159.929092,70.586929],[-160.193893,70.470123],[-159.836121,70.268326],[-159.819458,70.484421],[-159.305649,70.530678],[-160.110123,70.631371],[-159.672363,70.796089],[-159.303345,70.864151],[-159.146896,70.822906],[-159.445419,70.778183],[-157.880463,70.856354],[-156.596725,71.35144],[-155.592499,71.16832],[-156.177292,70.917763],[-155.98735,70.900543],[-155.973602,70.755829],[-155.186676,70.994148],[-155.274109,71.086433],[-155.094437,71.150131],[-155.062088,71.010269],[-154.821106,71.094986],[-154.595749,71.00193],[-154.612625,70.827621],[-154.203613,70.77652],[-153.222504,70.928589],[-152.37915,70.861649],[-152.217224,70.813042],[-152.492691,70.646095],[-152.077362,70.578392],[-152.619461,70.558388],[-151.736649,70.558594],[-151.970261,70.445671],[-151.229858,70.372963],[-150.779999,70.502213],[-149.174713,70.490814],[-144.952209,69.968323],[-143.215546,70.11026],[-141.38208,69.639709],[-139.143066,69.510818],[-137.255005,68.948318],[-135.160004,68.657211],[-135.617554,68.886581],[-134.977478,68.878311],[-134.810287,68.924423],[-134.469299,68.709435],[-134.282776,68.681366],[-134.225128,68.697525],[-134.262512,68.736374],[-134.287506,68.753601],[-134.423065,68.831665],[-134.619156,68.988037],[-134.558609,69.085266],[-134.347427,69.104492],[-133.664459,69.387909],[-133.073059,69.434982],[-132.89389,69.65387],[-132.146973,69.685257],[-131.417007,69.954018],[-131.190689,69.824852],[-130.930298,70.083054],[-130.548615,70.166794],[-129.969299,70.070549],[-129.682648,70.26548],[-129.407471,70.10318],[-130.923889,69.565262],[-131.05307,69.637207],[-132.001816,69.529289],[-132.116638,69.357208],[-132.764038,69.251656],[-132.905273,69.042755],[-133.491928,68.824158],[-133.321381,68.746368],[-133.045837,68.690948],[-132.918335,68.690262],[-133.354156,68.832214],[-132.478256,68.804634],[-132.772812,68.859688],[-132.868103,69.064011],[-132.313339,69.234291],[-132.222504,69.141663],[-131.645706,69.472763],[-131.432693,69.433067],[-131.49942,69.332489],[-131.239563,69.491234],[-131.329987,69.318329],[-131.166504,69.40493],[-131.225464,69.580719],[-131.134583,69.364632],[-131.130966,69.614426],[-131.105682,69.326408],[-130.946548,69.534882],[-131.030197,69.342453],[-130.902695,69.381256],[-131.024719,69.209717],[-130.937225,69.13443],[-130.943542,69.267212],[-130.364288,69.680122],[-128.894043,69.970398],[-129.164673,69.82943],[-129.151382,69.700813],[-128.925018,69.680817],[-128.317352,69.953323],[-128.343048,70.116928],[-127.516251,70.223595],[-128.197769,70.397209],[-128.001801,70.589569],[-127.180962,70.276382],[-126.261665,69.532417],[-125.420837,69.312599],[-125.089447,69.449707],[-125.617012,69.42067],[-125.132423,69.488228],[-125.363533,69.689278],[-124.825836,69.717072],[-125.276398,69.808243],[-124.795273,70.008881],[-125.197556,70.00267],[-124.994858,70.079292],[-124.562225,70.012077],[-124.423607,70.056366],[-124.745689,70.124283],[-124.436111,70.151093],[-124.358612,70.068604],[-124.496735,69.723801],[-124.040833,69.701385],[-124.446663,69.367203],[-123.471947,69.382484],[-123.16597,69.498322],[-122.961044,69.832001],[-121.683884,69.793594],[-120.231667,69.391663],[-117.145271,68.885544],[-115.960007,68.804703],[-116.319717,68.956306],[-115.593063,68.971649],[-114.066521,68.469704],[-114.021042,68.244011],[-115.232292,68.181717],[-115.120995,68.01519],[-115.535828,67.920952],[-115.108612,67.797623],[-112.395844,67.679153],[-111.012085,67.76416],[-110.07737,68.005554],[-109.731514,67.718597],[-109.062775,67.712074],[-108.828064,67.351509],[-108.662773,67.628448],[-108.49263,67.357269],[-108.384094,67.444351],[-108.020561,67.294708],[-107.877907,67.050545],[-108.621246,67.151932],[-107.228615,66.348877],[-107.746658,66.92276],[-107.643478,67.074989],[-107.487358,66.921021],[-107.667923,66.938538],[-107.56736,66.835686],[-107.42041,66.806648],[-107.414024,66.972069],[-107.089172,66.819435],[-107.648621,67.359985],[-107.578407,67.486267],[-107.99646,67.695816],[-107.658333,67.94046],[-107.914238,67.991989],[-107.887917,68.084991],[-107.355827,68.047768],[-106.620964,68.247337],[-106.426666,68.154572],[-106.459373,68.337761],[-105.745697,68.414154],[-105.651802,68.636101],[-106.543877,68.511932],[-106.564438,68.290535],[-106.78756,68.410538],[-107.883469,68.26506],[-107.624023,68.164436],[-108.39431,68.114014],[-108.399033,68.292061],[-108.815971,68.266098],[-108.345284,68.601929],[-106.208061,68.940948],[-105.480202,68.723801],[-105.380829,68.486649],[-105.525421,68.407349],[-104.884743,68.339706],[-104.932632,68.234566],[-104.603897,68.234352],[-104.500488,68.033386],[-103.421661,68.166656],[-103.36763,68.008324],[-102.800278,67.820831],[-101.542503,67.679428],[-100.395554,67.847488],[-99.210556,67.70694],[-98.359787,67.795883],[-98.721947,67.951233],[-98.615555,68.074707],[-98.094452,67.766098],[-97.598328,67.603455],[-97.138901,67.674149],[-97.247231,67.927757],[-97.68306,68.0186],[-98.111244,67.838875],[-98.583542,68.146095],[-98.329727,68.172134],[-98.710213,68.362],[-97.745972,68.367615],[-98.010422,68.501785],[-97.844444,68.541374],[-97.259171,68.46666],[-96.939163,68.2397],[-96.407364,68.313454],[-96.781113,68.015549],[-95.980286,68.254715],[-96.174713,67.643051],[-96.454865,67.474564],[-96.110619,67.466789],[-96.249512,67.249084],[-96.122215,67.214989],[-95.571388,67.378456],[-95.827156,67.16658],[-95.435547,67.193863],[-95.340279,66.98262],[-96.455551,67.064148],[-95.741379,66.638046],[-95.659027,66.729912],[-96.089096,66.91349],[-95.224724,66.977966],[-95.349304,67.1511],[-95.168045,67.282967],[-95.334587,67.3461],[-95.324722,67.529289],[-95.70639,67.729492],[-95.470345,68.059425],[-94.71653,68.058792],[-93.619156,68.544144],[-93.638336,68.961517],[-94.490829,68.728867],[-94.625,68.761383],[-94.599098,68.961861],[-94.072647,69.135818],[-94.322983,69.152901],[-94.259171,69.32666],[-93.533264,69.431778],[-93.848747,69.16964],[-93.367569,69.373932],[-93.562775,69.375816],[-93.440407,69.477905],[-93.536667,69.522209],[-94.279175,69.440262],[-94.62944,69.683044],[-94.854721,69.566238],[-96.028053,69.809151],[-96.56945,70.25985],[-96.232773,70.562195],[-95.800201,70.53418],[-96.054924,70.605888],[-95.816666,70.709709],[-96.202789,70.621643],[-96.60791,70.791237],[-96.371727,71.092758],[-96.555618,71.133667],[-96.134171,71.409714],[-95.54319,71.290398],[-95.547775,71.487762],[-95.900421,71.606232],[-94.613678,71.863037],[-95.21611,71.944145],[-94.530289,71.994431],[-94.390762,71.933655],[-94.644165,71.818329],[-94.360893,71.798447],[-94.417152,71.662346],[-93.734306,71.767769],[-93.809586,71.648598],[-92.983536,71.346855],[-92.854446,71.151382],[-92.982498,70.825546],[-92.203606,70.608452],[-91.950279,70.258881],[-91.733467,70.357765],[-91.513481,70.156303],[-92.268341,70.208878],[-92.441254,70.073326],[-91.943184,70.018044],[-92.918884,69.676994],[-92.340836,69.694138],[-91.802292,69.50415],[-91.195412,69.654564],[-91.097359,69.63089],[-91.562424,69.517311],[-90.3134,69.448112],[-90.702568,69.451164],[-90.588402,69.414703],[-90.790283,69.362762],[-90.903885,69.246368],[-91.433746,69.349495],[-90.436386,68.87442],[-90.604401,68.44957],[-90.263199,68.235817],[-89.729172,68.699142],[-89.711945,69.010406],[-89.314445,69.249298],[-88.968887,69.241364],[-88.045273,68.818596],[-87.800552,68.31192],[-87.935272,68.197205],[-88.221939,68.36554],[-88.389168,68.288734],[-88.371246,67.96283],[-88.132225,67.659988],[-87.359161,67.253525],[-87.510422,67.114632],[-86.966942,67.249077],[-87.087151,67.346863],[-86.874435,67.404984],[-86.529381,67.350258],[-86.523338,67.676643],[-85.895004,68.051231],[-85.669449,68.719017],[-84.794159,68.733871],[-85.184814,68.859741],[-84.534302,69.014854],[-85.475555,69.274155],[-85.343887,69.442337],[-85.540695,69.471657],[-85.514725,69.768051],[-85.337502,69.772766],[-85.554993,69.859703],[-84.375824,69.857483],[-83.705002,69.703598],[-82.259033,69.637215],[-82.653885,69.623032],[-82.488541,69.497688],[-83.228058,69.538589],[-82.228889,69.394089],[-82.273056,69.237488],[-81.335701,69.184982],[-82.049789,68.877136],[-81.382767,68.866653],[-81.259033,68.641792],[-81.964447,68.422203],[-82.632507,68.500954],[-82.264305,68.279572],[-82.314438,68.146652],[-81.989235,68.204086],[-82.174721,67.999985],[-82.099724,67.904846],[-81.242218,67.470123],[-81.50222,67.000961],[-81.929718,66.978592],[-82.581078,66.576477],[-83.402222,66.347488],[-83.975067,66.582207],[-83.912086,66.878868],[-84.26667,66.717491],[-84.436386,66.818329],[-84.376801,66.966515],[-84.908203,67.05928],[-84.645699,66.979225],[-85.227081,66.874695],[-84.602219,66.935806],[-84.746384,66.897491],[-84.404175,66.705551],[-84.148758,66.683586],[-83.767899,66.16864],[-84.514656,66.40332],[-84.630905,66.33165],[-84.373604,66.16346],[-85.221252,66.263321],[-85.485832,66.581657],[-86.757927,66.528458],[-86.645004,66.31971],[-85.897263,66.168022],[-86.530289,65.695526],[-87.395844,65.321381],[-88.070282,65.356094],[-88.829308,65.642761],[-88.513336,65.64444],[-89.66819,65.937202],[-89.995552,65.945915],[-89.793335,65.822495],[-90.425964,65.880814],[-90.258896,65.922485],[-91.429169,65.951096],[-89.960007,65.788879],[-89.057495,65.330688],[-86.935127,65.142906],[-87.794304,64.518112],[-87.987358,64.188446],[-88.736664,63.968323],[-89.250343,64.157478],[-89.035553,63.946587],[-89.555405,64.074432],[-89.48555,63.942215],[-89.820976,64.105812],[-89.789162,64.243317],[-90.117844,64.125946],[-89.826042,63.92416],[-89.945145,63.911102],[-89.954926,63.971863],[-90.272087,64.001587],[-89.967438,63.814228],[-90.236389,63.607216],[-92.142372,63.746796],[-93.772713,64.190254],[-93.604172,64.044434],[-93.770554,63.957771],[-93.526527,63.841099],[-93.334862,63.809021],[-93.223747,63.844364],[-93.389999,63.971657],[-92.103745,63.697979],[-92.480835,63.527214],[-91.769722,63.714577],[-90.854721,63.4086],[-90.968269,63.420132],[-90.741943,63.360825],[-90.627487,63.059433],[-91.361519,62.788052],[-92.41153,62.834438],[-91.884796,62.602909],[-92.710007,62.465828],[-92.482323,62.154705],[-92.744301,62.288467],[-93.122223,62.334991],[-92.765007,62.221935],[-93.412224,62.028465],[-93.281952,61.89138],[-93.616104,61.939987],[-93.255569,61.742493],[-93.985001,61.455132],[-93.819305,61.352562],[-94.673325,60.522491],[-94.819168,59.636383],[-94.680557,59.357216],[-94.789719,59.092216],[-94.416107,58.715271],[-94.228882,58.784996],[-94.363327,58.21888],[-94.14389,58.763611],[-93.153893,58.739021],[-92.418747,57.332703],[-92.868332,56.906654],[-90.824722,57.256523],[-88.815002,56.82444],[-87.979164,56.439575],[-87.548615,56.049995],[-85.731941,55.636173],[-85.130203,55.345268],[-85.398399,55.097008],[-85.419968,54.999088],[-85.001953,55.296661],[-82.30777,55.14888],[-82.221115,54.787498],[-82.441666,54.330826],[-82.131943,53.817772],[-82.114861,53.292496],[-82.273895,52.956383],[-81.553398,52.448879],[-81.878891,52.187908],[-81.511536,52.234577],[-80.991386,52.009716],[-80.438187,51.466377],[-81.009171,51.033466],[-80.40535,51.335201],[-80.12513,51.297081],[-79.34594,50.734955],[-79.751183,51.182281],[-79.326958,51.66235],[-79.022499,51.47485],[-78.954872,51.223045],[-78.844727,51.163605],[-78.794029,51.606243],[-79.033195,51.773186],[-78.579453,52.111382],[-78.507095,52.457493],[-78.760841,52.568398],[-78.738327,52.872215],[-78.881386,52.899857],[-78.895149,53.262497],[-79.107353,53.502495],[-78.918816,53.562836],[-79.148407,53.704716],[-78.90937,53.821728],[-79.103607,53.903603],[-78.967926,54.006435],[-79.119446,54.078606],[-79.050552,54.181034],[-79.345276,54.199432],[-79.524933,54.590126],[-79.76181,54.651657],[-77.748611,55.300827],[-76.679787,56.036449],[-76.53167,56.318745],[-76.531387,57.091866],[-76.861938,57.719154],[-77.460838,58.199852],[-78.57299,58.62888],[-78.468475,58.698601],[-78.564026,58.963116],[-78.338333,58.912766],[-77.679718,59.399296],[-77.90979,59.411865],[-77.72139,59.539719],[-77.767784,59.709854],[-77.316322,59.566174],[-77.537643,59.751797],[-77.300484,59.797771],[-77.42749,59.914711],[-77.206955,60.04277],[-76.848053,60.099159],[-76.758896,60.159157],[-77.592224,60.064156],[-77.471947,60.21513],[-77.738884,60.426243],[-77.430031,60.547943],[-77.82917,60.642422],[-77.518929,60.83284],[-78.179924,60.787945],[-77.701675,61.217491],[-77.761124,61.410271],[-77.47715,61.541523],[-77.99778,61.721519],[-78.153267,62.280064],[-77.508347,62.561661],[-75.709732,62.296387],[-75.888954,62.161518],[-75.31472,62.310688],[-74.571671,62.10305],[-74.756882,62.205856],[-73.683464,62.479988],[-72.621941,62.112076],[-72.748611,61.856384],[-72.235001,61.872215],[-72.010056,61.67527],[-72.303467,61.568535],[-71.973541,61.605064],[-71.928879,61.705826],[-71.573341,61.607079],[-71.880173,61.426517],[-71.389999,61.137772],[-70.148476,61.084576],[-69.92749,60.80777],[-69.513443,61.066067],[-69.37027,60.80777],[-69.819725,60.526031],[-69.630829,60.066383],[-70.945831,60.063049],[-69.722916,59.961662],[-69.600555,59.833054],[-69.540833,59.671104],[-69.753891,59.501938],[-69.631523,59.376381],[-69.746071,59.311378],[-69.238052,59.231792],[-69.537361,59.170685],[-69.349579,59.101101],[-69.552498,58.805824],[-69.863884,59.050964],[-69.815826,58.823883],[-70.15625,58.769299],[-69.815971,58.588879],[-69.279175,58.888046],[-68.358604,58.77013],[-68.204033,58.442211],[-68.346664,58.126171],[-69.131111,57.89819],[-69.363647,57.767769],[-68.410561,58.037079],[-68.008202,58.574997],[-67.861801,58.325409],[-68.118149,58.075966],[-67.723892,58.458885],[-67.713898,57.92305],[-67.566101,58.223602],[-66.629715,58.503609],[-66.388611,58.850548],[-65.939018,58.611313],[-66.090897,58.35812],[-66.058884,58.320274],[-65.87999,58.627213],[-66.102638,58.772354],[-65.796066,58.860825],[-65.988602,58.903603],[-65.327469,59.046383],[-65.716537,59.150688],[-65.569031,59.376724],[-65.364021,59.278496],[-65.549576,59.488113],[-64.989433,59.374435],[-65.415833,59.513187],[-65.527786,59.716934],[-65.328758,59.846378],[-65.155701,59.781101],[-64.989754,59.764233],[-65.223816,59.885895],[-64.844788,60.361137],[-64.610275,60.33638],[-64.436089,60.255898],[-64.643066,60.287498],[-64.745377,60.230751],[-64.376938,60.160545],[-64.814026,59.981102],[-64.396179,60.120617],[-64.504898,59.898254],[-64.16555,60.021523],[-64.258064,59.760689],[-64.05777,59.625267],[-64.116943,59.517494],[-64.006111,59.623322],[-63.725552,59.516102],[-64.060478,59.385963],[-63.359653,59.199364],[-64.044022,59.018188],[-63.128052,59.046173],[-63.332638,59.024158],[-63.161804,58.923328],[-63.315971,58.855759],[-63.033333,58.873878],[-62.846386,58.687767],[-63.581009,58.301727],[-63.241669,58.466385],[-62.556946,58.480267],[-62.828056,58.25222],[-62.634998,58.183601],[-62.965004,58.153877],[-63.335281,57.980129],[-62.450623,58.168495],[-62.530277,58.099022],[-62.502571,58.057838],[-62.310486,58.037838],[-62.536808,58.003052],[-62.66861,57.929298],[-62.121803,57.965271],[-62.118469,57.79937],[-61.884861,57.633118],[-62.526943,57.488605],[-61.891388,57.411934],[-61.802639,57.362495],[-62.013336,57.247528],[-61.361115,57.092354],[-61.668888,56.806103],[-61.903957,56.793049],[-61.685276,56.618252],[-62.495556,56.787769],[-62.058941,56.830235],[-62.572086,56.795689],[-61.690834,56.54805]]],[[[-55.520836,71.92804],[-55.41333,71.88694],[-55.801109,71.886024],[-55.687775,71.91304],[-55.520836,71.92804]]],[[[-95.328613,71.842209],[-95.310547,71.737198],[-95.48687,71.742195],[-95.450287,71.818878],[-95.328613,71.842209]]],[[[-73.213333,71.698593],[-73.352493,71.55748],[-73.450142,71.587067],[-73.348343,71.658325],[-73.213333,71.698593]]],[[[-53.218056,71.526382],[-53.471733,71.657066],[-52.757504,71.657623],[-53.113892,71.538589],[-53.218056,71.526382]]],[[[-72.924713,71.649429],[-72.709167,71.655258],[-72.661385,71.601234],[-73.032921,71.573601],[-72.924713,71.649429]]],[[[-73.060547,71.294708],[-73.27195,71.362755],[-73.378601,71.52124],[-72.823891,71.452347],[-73.060547,71.294708]]],[[[-53.154716,71.342758],[-52.418335,71.352768],[-52.328339,71.289848],[-52.935829,71.147217],[-53.154716,71.342758]]],[[[-53.584167,71.300812],[-53.381943,71.135269],[-53.452782,71.049423],[-53.990696,71.127892],[-53.584167,71.300812]]],[[[-96.61055,71.290543],[-96.546951,71.289154],[-96.47139,71.229149],[-96.628601,71.220261],[-96.61055,71.290543]]],[[[-71.044159,71.142761],[-71.112503,71.089432],[-71.252922,71.070274],[-71.200562,71.125809],[-71.044159,71.142761]]],[[[-25.460556,71.104156],[-25.421387,71.074997],[-25.307711,71.019638],[-25.579166,71.102203],[-25.460556,71.104156]]],[[[-25.684444,71.063309],[-25.285835,70.665817],[-28.131874,70.449768],[-27.14959,70.87439],[-25.684444,71.063309]]],[[[-71.794724,71.05304],[-71.371109,71.011932],[-71.341393,70.988174],[-71.991669,70.814697],[-72.224304,70.920677],[-71.794724,71.05304]]],[[[-51.974998,70.973877],[-51.586388,70.884155],[-51.558472,70.873306],[-52.162216,70.886658],[-51.974998,70.973877]]],[[[-27.274445,70.874695],[-27.575279,70.754166],[-27.75111,70.74929],[-27.736942,70.882202],[-27.274445,70.874695]]],[[[-51.523888,70.647217],[-51.694443,70.677765],[-51.861671,70.722214],[-51.692497,70.727768],[-51.523888,70.647217]]],[[[-100.461121,70.659988],[-100.218338,70.564423],[-100.227631,70.454155],[-100.681381,70.573044],[-100.461121,70.659988]]],[[[-128.120178,70.597214],[-128.132751,70.569153],[-128.34111,70.54068],[-128.234161,70.656097],[-128.120178,70.597214]]],[[[-117.183319,70.537491],[-117.301666,70.56192],[-116.881531,70.550125],[-116.88945,70.543869],[-117.183319,70.537491]]],[[[-51.246391,70.495819],[-51.380829,70.504715],[-51.662567,70.560745],[-51.532776,70.574432],[-51.246391,70.495819]]],[[[-26.146387,70.528366],[-26.195831,70.449997],[-26.384724,70.486923],[-26.244999,70.556931],[-26.146387,70.528366]]],[[[-116.260277,70.549988],[-116.129295,70.534149],[-116.495415,70.521378],[-116.470001,70.53804],[-116.260277,70.549988]]],[[[-54.970833,70.48082],[-54.737221,70.433594],[-54.648472,70.376503],[-54.934723,70.375534],[-54.970833,70.48082]]],[[[-112.237213,70.362488],[-111.796661,70.310257],[-111.675415,70.308723],[-112.053047,70.292206],[-112.320206,70.352692],[-112.237213,70.362488]]],[[[-52.55278,69.402771],[-53.578472,69.229706],[-54.269447,69.396103],[-53.39917,69.437485],[-53.565277,69.496933],[-53.358158,69.576241],[-53.784027,69.451378],[-53.993057,69.501373],[-53.945972,69.603874],[-54.987915,69.690254],[-54.402706,69.680565],[-54.933182,69.844154],[-54.76125,69.9636],[-54.240833,69.914253],[-54.833614,70.092766],[-54.756115,70.243034],[-54.301941,70.316376],[-53.266396,70.194977],[-51.836525,69.634422],[-52.55278,69.402771]]],[[[-87.26561,70.113556],[-86.639725,70.116653],[-86.459442,70.009155],[-87.375687,70.098175],[-87.26561,70.113556]]],[[[-97.327499,69.931656],[-97.228752,69.870819],[-97.492767,69.917755],[-97.453613,69.963043],[-97.327499,69.931656]]],[[[-51.001945,69.918594],[-50.657635,69.833466],[-50.965279,69.724426],[-50.958336,69.550537],[-51.245277,69.53138],[-51.386665,69.702065],[-51.0116,69.878105],[-51.362778,69.851929],[-51.001945,69.918594]]],[[[-99.236664,68.848877],[-99.591682,69.021935],[-98.406944,69.303444],[-98.610413,69.446922],[-98.42215,69.469704],[-98.531387,69.584991],[-98.001457,69.443802],[-98.364159,69.598869],[-97.945541,69.8936],[-97.449158,69.760269],[-97.385345,69.595406],[-97.281532,69.696365],[-96.202499,69.301376],[-96.195267,69.038315],[-96.044441,69.226097],[-95.820282,68.870255],[-95.209724,68.851097],[-96.530563,68.444977],[-98.124855,68.67276],[-98.376526,68.858734],[-98.519455,68.747482],[-98.849442,68.933594],[-99.236664,68.848877]]],[[[-91.535278,69.726929],[-91.560272,69.728317],[-91.734436,69.790543],[-91.409164,69.874985],[-91.535278,69.726929]]],[[[-82.636398,69.871094],[-82.517227,69.854156],[-82.427773,69.784569],[-82.688599,69.850815],[-82.636398,69.871094]]],[[[-83.576675,69.780823],[-83.688599,69.719437],[-83.917221,69.778595],[-83.53125,69.789009],[-83.576675,69.780823]]],[[[-79.768066,69.752777],[-79.330009,69.710266],[-80.062492,69.642769],[-80.016533,69.492203],[-80.809433,69.686234],[-79.768066,69.752777]]],[[[-82.796112,69.805252],[-82.460281,69.761658],[-82.454033,69.717484],[-82.878609,69.776794],[-82.796112,69.805252]]],[[[-78.141953,69.742477],[-77.945549,69.63652],[-78.878326,69.480186],[-78.575836,69.636383],[-78.141953,69.742477]]],[[[-23.256947,69.726089],[-23.30278,69.639435],[-23.593473,69.710686],[-23.444721,69.736649],[-23.256947,69.726089]]],[[[-135.648895,68.991928],[-135.524597,69.023254],[-135.923462,69.090881],[-135.953201,69.233871],[-135.895004,69.253471],[-135.661392,69.145271],[-135.491379,69.118729],[-135.844437,69.299011],[-135.175964,69.259361],[-135.28334,69.420471],[-135.152573,69.475677],[-134.438324,69.454712],[-134.486786,69.712036],[-133.749451,69.544846],[-134.390717,69.117897],[-134.57666,69.102341],[-134.674652,69.013184],[-134.665695,68.959152],[-134.230835,68.699722],[-134.825836,68.978867],[-135.999573,68.945877],[-135.648895,68.991928]]],[[[-67.86972,69.700821],[-67.920273,69.521927],[-68.248886,69.596649],[-67.97084,69.701935],[-67.86972,69.700821]]],[[[-139.121094,69.52916],[-139.331238,69.568871],[-139.12027,69.649994],[-138.87027,69.585686],[-139.121094,69.52916]]],[[[-95.488892,69.565536],[-95.362213,69.498871],[-95.515839,69.330826],[-95.740341,69.330757],[-95.669159,69.507492],[-95.815826,69.562759],[-95.862213,69.348038],[-95.990829,69.353317],[-95.919998,69.595261],[-95.488892,69.565536]]],[[[-67.507782,69.49498],[-67.642227,69.500275],[-67.747086,69.518463],[-67.30999,69.550957],[-67.507782,69.49498]]],[[[-96.136398,69.546097],[-96.16333,69.348038],[-96.736107,69.5793],[-96.316391,69.526382],[-96.136398,69.546097]]],[[[-101.053047,69.50444],[-101.230293,69.368591],[-101.187637,69.472488],[-101.385834,69.535263],[-101.053047,69.50444]]],[[[-77.113617,69.44165],[-76.7164,69.422211],[-76.647781,69.334435],[-77.285828,69.153595],[-77.358055,69.394707],[-77.113617,69.44165]]],[[[-90.195267,69.416931],[-90.329453,69.235809],[-90.508202,69.33194],[-90.301941,69.434418],[-90.195267,69.416931]]],[[[-135.297516,69.304977],[-135.526947,69.370529],[-135.562775,69.3936],[-135.337769,69.388596],[-135.297516,69.304977]]],[[[-78.458618,69.389984],[-78.212013,69.295677],[-78.840286,68.9086],[-79.398338,68.868454],[-78.458618,69.389984]]],[[[-90.575562,69.198593],[-90.777222,69.272491],[-90.775833,69.329987],[-90.460831,69.267487],[-90.575562,69.198593]]],[[[-101.520279,69.197479],[-101.559578,69.102623],[-101.695618,69.091789],[-101.69944,69.2043],[-101.520279,69.197479]]],[[[-100.095551,69.117477],[-99.978882,69.013885],[-100.003197,68.941505],[-100.257782,69.02916],[-100.095551,69.117477]]],[[[-100.323624,68.996094],[-100.128746,68.907768],[-100.173744,68.797066],[-100.625549,68.76416],[-100.599991,69.000549],[-100.323624,68.996094]]],[[[-89.915009,68.913315],[-90.075562,68.948029],[-90.070557,68.981934],[-89.913887,69.005829],[-89.915009,68.913315]]],[[[-89.95639,68.661652],[-89.944443,68.847488],[-89.782921,68.763741],[-89.857498,68.700546],[-89.95639,68.661652]]],[[[-101.693878,68.768051],[-101.831123,68.56694],[-102.316391,68.672211],[-102.023064,68.819443],[-101.693878,68.768051]]],[[[-68.4189,68.810257],[-68.110275,68.782761],[-67.663536,68.701447],[-68.457016,68.787964],[-68.4189,68.810257]]],[[[-75,68.672241],[-74.770287,68.476646],[-74.814445,68.319572],[-75.416397,68.52124],[-75.280563,68.709717],[-75,68.672241]]],[[[-52.171944,68.694977],[-52.327499,68.632751],[-53.116943,68.564011],[-52.634171,68.710266],[-52.171944,68.694977]]],[[[-74.771942,68.673035],[-74.652092,68.653595],[-74.520287,68.561928],[-74.890289,68.624985],[-74.771942,68.673035]]],[[[-78.795273,68.438583],[-78.959732,68.474701],[-78.669724,68.5811],[-78.89299,68.6502],[-78.465004,68.619148],[-78.795273,68.438583]]],[[[-51.837502,68.634995],[-52.049446,68.574997],[-52.420555,68.569298],[-52.217216,68.641937],[-51.837502,68.634995]]],[[[-104.682503,68.573883],[-104.426109,68.438583],[-105.08168,68.546371],[-104.938599,68.583328],[-104.682503,68.573883]]],[[[-110.728333,68.484421],[-110.926102,68.46582],[-111.093956,68.480118],[-110.821671,68.548035],[-110.728333,68.484421]]],[[[-52.987419,68.491425],[-52.856392,68.414993],[-53.210556,68.404709],[-53.04834,68.489151],[-52.987419,68.491425]]],[[[-74.340836,68.462494],[-74.26973,68.454712],[-74.077293,68.330124],[-74.224998,68.249016],[-74.340836,68.462494]]],[[[-82.01001,68.332764],[-82.07251,68.30304],[-82.343399,68.364143],[-82.23056,68.385544],[-82.01001,68.332764]]],[[[-79.099442,68.348602],[-78.929993,68.338882],[-78.803604,68.27124],[-79.089722,68.170258],[-79.099442,68.348602]]],[[[-76.66362,67.219986],[-77.074448,67.280823],[-77.320839,67.704704],[-76.726105,68.238876],[-75.818069,68.336655],[-75.007507,68.139984],[-75.161316,67.954216],[-75.025146,67.622482],[-75.161118,67.463882],[-76.66362,67.219986]]],[[[-111.52861,68.290543],[-111.671661,68.224701],[-111.779022,68.244011],[-111.703888,68.299423],[-111.52861,68.290543]]],[[[-86.434998,68.162491],[-86.396118,67.859711],[-86.571945,67.728867],[-86.945831,67.909424],[-86.836945,68.001099],[-86.988327,68.081665],[-86.711945,68.299149],[-86.434998,68.162491]]],[[[-52.289444,68.177475],[-51.581673,68.256943],[-51.453613,68.253044],[-52.007782,68.120529],[-52.289444,68.177475]]],[[[-66.32695,68.147491],[-66.601944,68.18248],[-66.607224,68.217209],[-66.221939,68.241089],[-66.32695,68.147491]]],[[[-109.57695,68.232483],[-109.772507,68.139984],[-109.855415,68.150818],[-109.676941,68.224152],[-109.57695,68.232483]]],[[[-29.725277,68.222763],[-29.838055,68.140823],[-30.015419,68.185402],[-29.930553,68.236374],[-29.725277,68.222763]]],[[[-31.748608,68.216095],[-31.76589,68.191902],[-31.692776,68.172272],[-31.957777,68.197624],[-31.748608,68.216095]]],[[[-104.377213,68.199707],[-104.482773,68.079712],[-104.555763,68.146515],[-104.55027,68.163322],[-104.377213,68.199707]]],[[[-65.648346,68.168594],[-65.512787,68.152771],[-65.498192,68.125114],[-65.711815,68.109428],[-65.648346,68.168594]]],[[[-73.655472,68.007706],[-73.348618,67.828049],[-74.400833,67.776657],[-74.778061,68.006104],[-74.343201,68.176788],[-73.655472,68.007706]]],[[[-51.950554,68.093872],[-51.432777,68.150543],[-51.208332,68.118866],[-52.005768,68.077972],[-51.950554,68.093872]]],[[[-109.882767,68.114151],[-109.93222,68.079163],[-110.257507,68.039291],[-109.921661,68.134155],[-109.882767,68.114151]]],[[[-53.473053,68.069153],[-53.349724,68.111649],[-53.226524,68.056229],[-53.356949,68.007492],[-53.473053,68.069153]]],[[[-109.44722,68.092209],[-109.318474,68.037895],[-109.317917,67.983452],[-109.54097,68.049843],[-109.44722,68.092209]]],[[[-108.951111,67.973312],[-108.883751,67.873177],[-109.198883,67.972488],[-109.049988,67.958328],[-108.951111,67.973312]]],[[[-108.048607,67.949142],[-108.091377,67.880814],[-108.252708,67.883591],[-108.198036,67.950821],[-108.048607,67.949142]]],[[[-110.816963,67.940262],[-110.88028,67.887497],[-111.087914,67.854355],[-110.839172,67.958038],[-110.816963,67.940262]]],[[[-108.359444,67.899994],[-108.412216,67.885818],[-108.664993,67.870674],[-108.544724,67.928314],[-108.359444,67.899994]]],[[[-53.670837,67.674149],[-53.753616,67.736649],[-53.764587,67.774292],[-53.586803,67.731232],[-53.670837,67.674149]]],[[[-97.337784,67.7211],[-97.370544,67.657761],[-97.551735,67.644081],[-97.560547,67.692749],[-97.337784,67.7211]]],[[[-108.089722,67.465546],[-108.132217,67.639435],[-107.999573,67.657204],[-107.924858,67.537621],[-108.089722,67.465546]]],[[[-63.926392,67.633331],[-63.787224,67.550537],[-63.759445,67.517906],[-64.029587,67.515404],[-63.926392,67.633331]]],[[[-108.169449,67.449707],[-108.275284,67.481659],[-108.222359,67.568321],[-108.130539,67.479294],[-108.169449,67.449707]]],[[[-108.381943,67.46666],[-108.458893,67.488037],[-108.491379,67.563034],[-108.297501,67.557205],[-108.381943,67.46666]]],[[[-107.882767,67.462494],[-107.910828,67.310532],[-108.084442,67.381363],[-108.064865,67.439842],[-107.882767,67.462494]]],[[[-63.456108,67.264435],[-63.763618,67.272491],[-63.829727,67.284149],[-63.35778,67.293869],[-63.456108,67.264435]]],[[[-95.314713,67.238586],[-95.373611,67.196365],[-95.550072,67.231789],[-95.391113,67.263046],[-95.314713,67.238586]]],[[[-107.58168,67.196365],[-107.400558,67.113037],[-107.407784,67.083054],[-107.549728,67.089981],[-107.58168,67.196365]]],[[[-62.8946,67.059113],[-62.631943,67.176926],[-62.376591,67.166092],[-62.752502,67.010544],[-62.8946,67.059113]]],[[[-62.961113,67.054703],[-62.915276,67.012215],[-63.137016,67.058517],[-63.100082,67.079712],[-62.961113,67.054703]]],[[[-107.791107,66.988312],[-107.82695,66.898315],[-107.945824,66.854012],[-107.834038,67.006241],[-107.791107,66.988312]]],[[[-52.868233,66.897217],[-53.205833,66.822769],[-53.464165,66.798874],[-53.345833,66.873871],[-52.868233,66.897217]]],[[[-164.77002,66.530823],[-164.876923,66.502777],[-165.46846,66.412903],[-165.117493,66.486099],[-164.77002,66.530823]]],[[[-66.820847,66.388046],[-66.639725,66.340546],[-66.574318,66.31234],[-66.957085,66.408455],[-66.820847,66.388046]]],[[[-82.935547,66.251389],[-83.080292,66.19664],[-83.29834,66.313873],[-83.252228,66.344986],[-82.935547,66.251389]]],[[[-62.231384,66.26944],[-62.199165,66.216934],[-62.428333,66.231102],[-62.28278,66.278877],[-62.231384,66.26944]]],[[[-166.210541,66.208878],[-166.587769,66.116379],[-166.663223,66.105293],[-166.171539,66.219017],[-166.210541,66.208878]]],[[[-83.921387,66.00972],[-83.694153,65.924698],[-83.727493,65.799713],[-83.212639,65.708183],[-83.829727,65.644989],[-83.686172,65.750542],[-84.133331,65.760818],[-84.123611,65.900269],[-84.470695,66.130821],[-83.921387,66.00972]]],[[[-53.633331,66.045822],[-53.672501,66.089844],[-53.427223,66.08255],[-53.525276,66.04248],[-53.633331,66.045822]]],[[[-84.910278,66],[-84.58667,65.6922],[-84.66777,65.560532],[-85.118057,65.764709],[-85.17305,65.994705],[-84.910278,66]]],[[[-36.700554,65.790543],[-36.749031,65.907211],[-36.502781,65.951027],[-36.590416,65.812759],[-36.700554,65.790543]]],[[[-82.217499,64.698593],[-81.763062,64.501099],[-81.776871,64.316368],[-81.593887,64.189636],[-81.989372,63.996655],[-80.94249,63.990547],[-80.890839,64.11554],[-80.17437,63.771172],[-81.076401,63.451385],[-82.479858,63.683605],[-82.36673,63.907558],[-83.092918,63.957077],[-82.962219,64.143044],[-83.072784,64.186646],[-83.54834,64.102478],[-83.678047,64.010963],[-83.634926,63.770691],[-85.266403,63.117493],[-85.584312,63.171307],[-85.717499,63.716103],[-86.922226,63.552773],[-87.225838,63.646103],[-86.915283,63.914436],[-86.196663,64.096375],[-86.40139,64.439148],[-86.153748,64.925331],[-86.151535,65.389717],[-85.98645,65.737],[-85.565277,65.930267],[-85.501945,65.799706],[-85.159447,65.779015],[-85.051521,65.614838],[-85.305931,65.542274],[-84.927635,65.211937],[-84.555687,65.47998],[-84.141388,65.219986],[-83.408615,65.135544],[-83.201172,64.942886],[-82.217499,64.698593]]],[[[-36.35611,65.820541],[-36.273056,65.915817],[-36.187565,65.877136],[-36.319725,65.82193],[-36.35611,65.820541]]],[[[-37.743057,65.568604],[-37.934998,65.594986],[-37.954166,65.796928],[-37.675278,65.904709],[-37.27,65.758186],[-37.498127,65.802071],[-37.314445,65.671371],[-37.743057,65.568604]]],[[[-83.347778,65.832489],[-83.485275,65.800812],[-83.585564,65.851791],[-83.288124,65.836372],[-83.347778,65.832489]]],[[[-36.842499,65.733597],[-36.942772,65.819717],[-36.776947,65.863876],[-36.787506,65.755554],[-36.842499,65.733597]]],[[[-62.258614,65.728592],[-62.13361,65.654297],[-62.484165,65.724014],[-62.466457,65.744141],[-62.258614,65.728592]]],[[[-37.023888,65.585541],[-37.105278,65.606934],[-37.213196,65.681923],[-36.910133,65.64402],[-37.023888,65.585541]]],[[[-53.188332,65.573883],[-53.165833,65.631653],[-52.848331,65.642975],[-52.995003,65.548874],[-53.188332,65.573883]]],[[[-52.928337,65.425262],[-53.013062,65.449417],[-53.086666,65.49498],[-52.872356,65.511108],[-52.928337,65.425262]]],[[[-39.601944,65.274704],[-39.785835,65.317215],[-39.803608,65.335197],[-39.49625,65.323463],[-39.601944,65.274704]]],[[[-40.191109,64.430542],[-40.486805,64.488869],[-40.571945,64.68248],[-40.861389,64.910957],[-40.542778,64.844147],[-40.191109,64.430542]]],[[[-65.266403,64.693314],[-65.468887,64.51915],[-65.689995,64.522072],[-65.435822,64.696365],[-65.266403,64.693314]]],[[[-73.509171,64.552475],[-73.556381,64.313728],[-73.652924,64.318741],[-73.678886,64.529152],[-73.509171,64.552475]]],[[[-51.109726,64.549713],[-51.278332,64.384018],[-51.416946,64.3936],[-51.25528,64.541656],[-51.109726,64.549713]]],[[[-50.807503,64.522491],[-51.151108,64.253052],[-51.339165,64.241096],[-51.025002,64.549423],[-50.807503,64.522491]]],[[[-74.31041,64.49884],[-74.228607,64.451096],[-74.174919,64.436783],[-74.438324,64.451797],[-74.31041,64.49884]]],[[[-64.897507,64.4086],[-64.820007,64.379425],[-64.772148,64.344917],[-64.877213,64.313309],[-64.897507,64.4086]]],[[[-73.730835,64.386383],[-73.700829,64.318459],[-73.704727,64.268875],[-73.833618,64.331665],[-73.730835,64.386383]]],[[[-51.328339,64.314697],[-51.567223,64.256104],[-51.601391,64.279984],[-51.428886,64.363876],[-51.328339,64.314697]]],[[[-64.998886,64.354431],[-64.886604,64.283737],[-64.989166,64.209152],[-65.114304,64.326523],[-64.998886,64.354431]]],[[[-41.185272,64.257492],[-41.355003,64.26416],[-41.37389,64.282349],[-41.125557,64.288315],[-41.185272,64.257492]]],[[[-41.019722,64.192749],[-40.970833,64.286377],[-40.674171,64.291367],[-40.679443,64.208603],[-41.019722,64.192749]]],[[[-77.625,63.997772],[-77.748611,63.926105],[-77.98069,63.972351],[-77.544861,64.020264],[-77.625,63.997772]]],[[[-64.549438,63.895271],[-64.388062,63.69902],[-64.916397,63.806381],[-64.710556,63.908882],[-64.549438,63.895271]]],[[[-64.334091,63.852081],[-64.183327,63.866379],[-64.180832,63.785271],[-64.39827,63.849438],[-64.334091,63.852081]]],[[[-168.873322,63.152771],[-169.321152,63.184574],[-169.670425,62.944149],[-169.805298,63.125259],[-170.568604,63.390831],[-171.006104,63.435818],[-170.828064,63.414986],[-170.595001,63.371933],[-170.54364,63.359711],[-170.466766,63.334183],[-170.401123,63.303879],[-170.3638,63.284119],[-170.341888,63.271126],[-170.315857,63.253876],[-170.296112,63.238045],[-170.960846,63.427773],[-171.549164,63.327766],[-171.85083,63.508606],[-171.729172,63.789371],[-171.540009,63.61388],[-170.974457,63.573318],[-170.300018,63.694153],[-169.524445,63.354156],[-168.700867,63.290543],[-168.873322,63.152771]]],[[[-64.05484,63.736595],[-64.027367,63.695892],[-64.21209,63.709297],[-64.170685,63.746521],[-64.05484,63.736595]]],[[[-72.47139,63.700829],[-72.599586,63.642078],[-72.781944,63.662212],[-72.506668,63.707214],[-72.47139,63.700829]]],[[[-76.68161,63.481354],[-76.54451,63.463257],[-76.984161,63.40638],[-77.455559,63.64777],[-77.061386,63.672768],[-76.68161,63.481354]]],[[[-64.325562,63.637497],[-64.262512,63.421104],[-64.065834,63.269436],[-64.421936,63.471657],[-64.490555,63.620544],[-64.325562,63.637497]]],[[[-64.171936,63.633606],[-64.077782,63.543812],[-64.097221,63.480545],[-64.209167,63.574997],[-64.171936,63.633606]]],[[[-162.349426,63.5886],[-162.377472,63.544441],[-162.703613,63.571663],[-162.561951,63.635269],[-162.349426,63.5886]]],[[[-64.954727,63.553879],[-64.867493,63.461662],[-64.854446,63.385826],[-65.052498,63.550274],[-64.954727,63.553879]]],[[[-90.720001,63.543053],[-90.676659,63.511108],[-90.967087,63.54805],[-90.771118,63.551933],[-90.720001,63.543053]]],[[[-41.115005,63.209717],[-41.430832,63.231377],[-41.872219,63.464298],[-41.673615,63.489716],[-41.115005,63.209717]]],[[[-78.212822,63.49609],[-77.680557,63.434433],[-77.495132,63.27145],[-77.946655,63.091103],[-78.57251,63.437492],[-78.212822,63.49609]]],[[[-41.21666,63.118324],[-41.401939,63.132492],[-41.464447,63.186104],[-41.278885,63.192764],[-41.21666,63.118324]]],[[[-50.540001,63.195267],[-50.470966,63.151657],[-50.67778,63.133045],[-50.612221,63.20166],[-50.540001,63.195267]]],[[[-50.753891,63.182213],[-50.683472,63.114162],[-50.886391,63.119991],[-50.792362,63.184574],[-50.753891,63.182213]]],[[[-41.482216,63.054436],[-41.426949,63.109436],[-41.305138,63.071663],[-41.353889,63.044998],[-41.482216,63.054436]]],[[[-41.57,62.869438],[-41.586666,63.004719],[-41.455418,63.014027],[-41.494164,62.941933],[-41.57,62.869438]]],[[[-82.185822,62.979988],[-81.867981,62.924992],[-81.929504,62.720337],[-82.993752,62.207077],[-83.707779,62.143745],[-83.943878,62.424438],[-83.374161,62.906937],[-82.185822,62.979988]]],[[[-70.587784,62.774162],[-70.211807,62.579716],[-70.746384,62.55471],[-70.846664,62.766106],[-71.240967,62.87888],[-70.587784,62.774162]]],[[[-42.404442,62.69471],[-42.326111,62.799721],[-41.862782,62.737076],[-42.203335,62.729156],[-42.066109,62.68277],[-42.404442,62.69471]]],[[[-74.480835,62.740273],[-74.012505,62.663742],[-73.959587,62.614437],[-74.649521,62.717072],[-74.480835,62.740273]]],[[[-64.884735,62.594154],[-64.969032,62.530548],[-65.137367,62.544994],[-65.003067,62.598877],[-64.884735,62.594154]]],[[[-78.019165,62.591934],[-77.867218,62.589157],[-77.83931,62.553467],[-78.113747,62.56638],[-78.019165,62.591934]]],[[[-42.184441,62.482491],[-42.27903,62.521938],[-42.295349,62.573536],[-42.125557,62.55999],[-42.184441,62.482491]]],[[[-64.382767,62.525826],[-64.594727,62.366798],[-64.965836,62.465828],[-64.815552,62.559715],[-64.382767,62.525826]]],[[[-79.541321,61.799789],[-79.836952,61.568329],[-80.277779,61.812424],[-80.267639,62.109299],[-79.942635,62.387356],[-79.446381,62.381378],[-79.26181,62.161243],[-79.541321,61.799789]]],[[[-92.15834,62.390549],[-92.306107,62.351662],[-92.372215,62.389439],[-92.319458,62.415268],[-92.15834,62.390549]]],[[[-65.068069,61.923882],[-64.890144,61.827774],[-64.827225,61.759789],[-65.251953,61.869713],[-65.068069,61.923882]]],[[[-49.412216,61.915825],[-49.523056,61.877213],[-49.634724,61.928188],[-49.419449,61.93055],[-49.412216,61.915825]]],[[[-93.08667,61.829437],[-93.215004,61.87735],[-93.224861,61.910686],[-92.965004,61.882702],[-93.08667,61.829437]]],[[[-42.248337,61.7686],[-42.165138,61.854023],[-42.084442,61.874992],[-42.118752,61.775406],[-42.248337,61.7686]]],[[[-65.713623,61.824165],[-65.719452,61.754166],[-65.945961,61.79298],[-65.789993,61.865547],[-65.713623,61.824165]]],[[[-64.659729,61.588043],[-64.869995,61.32333],[-65.487778,61.599434],[-65.036392,61.693604],[-64.659729,61.588043]]],[[[-48.520836,61.356384],[-48.583328,61.312767],[-48.828754,61.33284],[-48.713615,61.367493],[-48.520836,61.356384]]],[[[-48.200554,61.09166],[-48.051182,61.06284],[-48.369442,61.08152],[-48.265007,61.098602],[-48.200554,61.09166]]],[[[-46.206665,60.885269],[-46.758476,60.749718],[-46.844166,60.76305],[-46.206947,60.949715],[-46.206665,60.885269]]],[[[-148.029724,60.927773],[-147.912369,60.817284],[-148.133621,60.802773],[-148.104431,60.914715],[-148.029724,60.927773]]],[[[-42.926392,60.883049],[-42.751114,60.903046],[-42.626106,60.885269],[-42.750282,60.854439],[-42.926392,60.883049]]],[[[-47.758339,60.80027],[-47.657772,60.755272],[-47.898472,60.677078],[-48.238892,60.795547],[-47.758339,60.80027]]],[[[-78.226669,60.808884],[-78.397232,60.743881],[-78.698051,60.722908],[-78.573624,60.784164],[-78.226669,60.808884]]],[[[-46.277222,60.772217],[-46.350414,60.667496],[-46.499443,60.699158],[-46.423332,60.748604],[-46.277222,60.772217]]],[[[-148.138336,60.756104],[-148.094574,60.677494],[-148.145004,60.640968],[-148.232086,60.723598],[-148.138336,60.756104]]],[[[-45.929169,60.703049],[-46.096527,60.635273],[-46.200691,60.675129],[-46.00695,60.706383],[-45.929169,60.703049]]],[[[-45.783333,60.66082],[-45.95472,60.615547],[-45.997086,60.629017],[-45.96611,60.682907],[-45.783333,60.66082]]],[[[-145.780579,60.573883],[-146.129425,60.470268],[-146.328064,60.463608],[-145.941956,60.588882],[-145.780579,60.573883]]],[[[-172.280029,60.302773],[-172.599152,60.324997],[-173.05101,60.495819],[-172.914886,60.601517],[-172.280029,60.302773]]],[[[-67.948479,60.561367],[-67.853333,60.375267],[-68.387222,60.240829],[-68.12944,60.570549],[-67.948479,60.561367]]],[[[-147.633636,60.422493],[-147.757507,60.167908],[-147.909729,60.234718],[-147.779861,60.478737],[-147.633636,60.422493]]],[[[-64.521713,60.31073],[-64.605972,60.35194],[-64.728882,60.363327],[-64.867912,60.453186],[-64.425415,60.3993],[-64.521713,60.31073]]],[[[-146.096954,60.392769],[-146.597351,60.23888],[-146.48555,60.365688],[-146.722824,60.376236],[-146.580841,60.482491],[-146.096954,60.392769]]],[[[-166.109161,60.410271],[-165.684341,60.29652],[-165.555435,59.928738],[-166.209198,59.857491],[-166.167267,59.753319],[-167.41806,60.189423],[-166.109161,60.410271]]],[[[-145.088043,60.399437],[-145.126526,60.305687],[-145.280838,60.332355],[-145.098328,60.415543],[-145.088043,60.399437]]],[[[-45.152222,60.376381],[-45.187359,60.263054],[-45.409027,60.183254],[-45.349861,60.384853],[-45.152222,60.376381]]],[[[-147.978607,60.371933],[-148.020432,60.289165],[-148.140442,60.304993],[-148.071655,60.36805],[-147.978607,60.371933]]],[[[-146.937775,60.286385],[-147.531128,59.851936],[-147.910278,59.792564],[-147.193604,60.353325],[-146.937775,60.286385]]],[[[-148.036957,60.184158],[-148.154877,60.040272],[-148.307083,60.027634],[-148.224426,60.10833],[-148.036957,60.184158]]],[[[-43.572777,59.914711],[-43.914303,59.99638],[-44.131802,60.143467],[-43.133747,60.058739],[-43.57431,60.075687],[-43.572777,59.914711]]],[[[-44.193329,60.162491],[-44.147503,60.089714],[-44.014584,60.043186],[-44.156109,60.038193],[-44.193329,60.162491]]],[[[-147.876648,60.103882],[-148.12027,59.995411],[-148.138763,59.998188],[-147.963745,60.153324],[-147.876648,60.103882]]],[[[-44.264725,60.114441],[-44.307503,59.977768],[-44.497498,60.011108],[-44.43,60.142769],[-44.264725,60.114441]]],[[[-147.823883,60.049164],[-147.89389,59.988327],[-148.042236,59.94735],[-147.883331,60.067215],[-147.823883,60.049164]]],[[[-43.501945,59.90332],[-43.4575,60.03569],[-43.341873,60.008816],[-43.395832,59.928326],[-43.501945,59.90332]]],[[[-44.145546,59.899513],[-44.318752,59.871517],[-44.38028,59.909431],[-43.994652,60.005619],[-44.145546,59.899513]]],[[[-144.238037,59.98777],[-144.411133,59.916382],[-144.601379,59.810822],[-144.442505,59.92527],[-144.238037,59.98777]]],[[[-43.902222,59.790276],[-44.109863,59.867352],[-43.962776,59.979294],[-43.637085,59.865688],[-43.902222,59.790276]]],[[[-79.929993,59.873604],[-79.92514,59.813602],[-80.182846,59.749371],[-80.103058,59.844994],[-79.929993,59.873604]]],[[[-64.047775,59.849434],[-63.997223,59.723602],[-64.204453,59.734436],[-64.118881,59.851105],[-64.047775,59.849434]]],[[[-80.170547,59.673882],[-80.260834,59.623604],[-80.341461,59.618183],[-80.232773,59.725266],[-80.170547,59.673882]]],[[[-153.393066,59.402489],[-153.34584,59.361938],[-153.552078,59.338047],[-153.518753,59.385136],[-153.393066,59.402489]]],[[[-150.609711,59.380821],[-150.688339,59.308464],[-150.775986,59.325825],[-150.690979,59.40416],[-150.609711,59.380821]]],[[[-69.182495,59.128601],[-69.227219,58.971931],[-69.352921,58.948048],[-69.319458,59.098045],[-69.356316,59.13541],[-69.182495,59.128601]]],[[[-161.113098,58.655273],[-161.042236,58.709991],[-160.689789,58.814716],[-160.925568,58.563049],[-161.113098,58.655273]]],[[[-152.342224,58.593323],[-152.493866,58.472214],[-152.658066,58.54541],[-152.381927,58.635551],[-152.342224,58.593323]]],[[[-153.038055,58.053604],[-153.221252,58.1936],[-152.902237,58.167492],[-153.104309,58.261665],[-152.797775,58.282772],[-152.654175,58.478043],[-151.965683,58.323326],[-152.099991,58.149574],[-152.274185,58.262218],[-152.277222,58.129436],[-153.038055,58.053604]]],[[[-134.573334,57.505829],[-134.953049,58.299297],[-134.950134,58.405476],[-134.668335,58.159851],[-134.173126,58.159779],[-133.91391,57.812767],[-133.893341,57.655266],[-134.288605,58.077217],[-134.271118,57.873604],[-133.864716,57.458328],[-134.056259,57.465546],[-133.862625,57.365547],[-134.171249,57.380894],[-134.076691,57.26902],[-134.477707,57.029087],[-134.613312,57.224991],[-134.316452,57.331524],[-134.570831,57.487354],[-134.352982,57.541313],[-134.573334,57.505829]]],[[[-134.515839,58.338043],[-134.454437,58.313324],[-134.261398,58.198673],[-134.682648,58.299576],[-134.515839,58.338043]]],[[[-136.201935,57.747215],[-136.403748,57.822735],[-136.337341,57.98888],[-136.033554,57.846935],[-136.418335,58.089714],[-136.3479,58.220406],[-136.167236,58.098045],[-135.779312,58.275131],[-135.483459,58.158047],[-135.707764,57.978325],[-135.40654,58.137493],[-134.935837,58.031937],[-134.970001,57.885269],[-135.198746,57.936867],[-134.964722,57.809578],[-135.123596,57.774437],[-135.880341,57.992489],[-135.296967,57.731659],[-134.931122,57.759438],[-134.854492,57.45874],[-135.800873,57.759892],[-135.545914,57.465755],[-135.835419,57.387077],[-136.201935,57.747215]]],[[[-153.258057,58.136383],[-153.055847,58.035553],[-152.891525,57.99062],[-153.415695,58.060688],[-153.258057,58.136383]]],[[[-136.454437,58.0886],[-136.330429,58.007496],[-136.44194,57.845825],[-136.555557,58.017078],[-136.454437,58.0886]]],[[[-153.373871,57.169991],[-154.138885,56.741657],[-153.738739,57.128738],[-154.099716,56.964855],[-154.020554,57.107666],[-154.14502,57.144997],[-154.47319,57.122108],[-154.106094,57.115479],[-154.297791,56.848877],[-154.609573,57.260967],[-154.799454,57.283329],[-154.207214,57.666664],[-154.002029,57.640755],[-153.890442,57.409714],[-153.7603,57.309853],[-153.63501,57.275967],[-153.869522,57.643326],[-153.585587,57.605442],[-153.929321,57.808327],[-153.643066,57.866104],[-153.506195,57.628464],[-153.320511,57.727249],[-153.470673,57.840893],[-153.213043,57.78833],[-153.051178,57.830269],[-153.258621,58.002357],[-152.813477,57.909573],[-152.909592,57.834854],[-152.877487,57.728874],[-152.477219,57.903183],[-152.329926,57.818916],[-152.551605,57.704227],[-152.152298,57.608189],[-152.361801,57.42305],[-152.926941,57.516937],[-153.036987,57.433289],[-152.600784,57.373634],[-153.166885,57.346031],[-152.956528,57.255756],[-153.255981,57.228878],[-153.373871,57.169991]]],[[[-153.457214,57.969154],[-153.272522,57.901104],[-153.210556,57.809994],[-153.53508,57.930893],[-153.457214,57.969154]]],[[[-61.884445,57.866936],[-61.944164,57.788052],[-62.108891,57.827076],[-61.990559,57.909714],[-61.884445,57.866936]]],[[[-61.654167,57.771103],[-61.691315,57.713116],[-61.896111,57.769714],[-61.77597,57.845406],[-61.654167,57.771103]]],[[[-79.706665,57.580826],[-79.705002,57.508606],[-79.802567,57.417702],[-79.82695,57.538048],[-79.706665,57.580826]]],[[[-61.926949,57.452492],[-61.971943,57.582909],[-61.780693,57.546589],[-61.78125,57.510971],[-61.926949,57.452492]]],[[[-134.609985,56.575554],[-134.654587,56.166103],[-135.047501,56.530968],[-134.846802,56.683605],[-135.10582,56.595337],[-135.124298,56.82777],[-135.367355,56.832214],[-135.338257,57.245201],[-135.667526,57.345787],[-135.392105,57.553883],[-134.945419,57.364857],[-134.609985,56.575554]]],[[[-61.64389,57.522766],[-61.651806,57.392494],[-61.898262,57.439781],[-61.739998,57.535969],[-61.64389,57.522766]]],[[[-134.818878,57.401657],[-134.809448,57.296661],[-134.973114,57.409016],[-134.888062,57.428329],[-134.818878,57.401657]]],[[[-61.693329,57.36805],[-61.632217,57.337769],[-61.591454,57.32777],[-61.753334,57.30249],[-61.693329,57.36805]]],[[[-135.700287,57.31694],[-135.546249,57.132214],[-135.826935,56.985825],[-135.712769,57.162907],[-135.84584,57.319302],[-135.700287,57.31694]]],[[[-170.280609,57.104996],[-170.411423,57.183739],[-170.139771,57.216927],[-170.162933,57.166927],[-170.280609,57.104996]]],[[[-152.894745,57.135826],[-153.311111,56.98888],[-153.406677,57.069717],[-153.234161,57.205826],[-152.894745,57.135826]]],[[[-133.051666,56.977486],[-132.933762,56.629784],[-133.347214,56.837627],[-133.082703,56.532631],[-133.575562,56.433601],[-133.69931,56.829578],[-133.88176,56.898067],[-133.741318,56.894993],[-134.018066,57.014717],[-133.051666,56.977486]]],[[[-61.355278,56.91082],[-61.585278,56.763885],[-61.386036,56.774422],[-61.393589,56.617779],[-61.641953,56.735588],[-61.499371,56.95285],[-61.355278,56.91082]]],[[[-79.784164,56.940826],[-79.717918,56.81041],[-79.753616,56.782772],[-79.823769,56.895004],[-79.895836,56.883465],[-79.784164,56.940826]]],[[[-134.220276,56.276939],[-134.231659,56.419159],[-134.034592,56.377354],[-134.06459,56.548046],[-134.304031,56.558186],[-134.404724,56.847771],[-133.99054,56.872631],[-133.975006,56.635551],[-133.719299,56.76902],[-133.738586,56.560547],[-133.921249,56.611103],[-133.946106,56.089157],[-134.056656,56.311657],[-134.126099,55.997631],[-134.220276,56.276939]]],[[[-79.843887,56.85833],[-79.874443,56.749996],[-79.945129,56.769505],[-79.917084,56.859856],[-79.843887,56.85833]]],[[[-79.496384,56.766937],[-79.487503,56.656796],[-79.56562,56.61742],[-79.580009,56.809853],[-79.496384,56.766937]]],[[[-132.801941,56.786385],[-132.536255,56.601242],[-132.529327,56.581104],[-132.93042,56.50444],[-132.801941,56.786385]]],[[[-61.21167,56.581665],[-61.162498,56.686378],[-61.079865,56.676937],[-61.061111,56.625893],[-61.21167,56.581665]]],[[[-169.580017,56.535828],[-169.644745,56.547077],[-169.782867,56.614296],[-169.472763,56.594711],[-169.580017,56.535828]]],[[[-154.083313,56.603882],[-154.207077,56.499714],[-154.352478,56.541664],[-154.272247,56.599434],[-154.083313,56.603882]]],[[[-154.421387,56.587769],[-154.416534,56.537357],[-154.787476,56.414967],[-154.714996,56.517788],[-154.421387,56.587769]]],[[[-157.240265,56.581665],[-157.072784,56.580826],[-156.975677,56.537216],[-157.327209,56.522217],[-157.240265,56.581665]]],[[[-79.175278,55.923325],[-78.98027,56.38916],[-79.055267,56.344437],[-79.083328,56.174164],[-79.282845,55.86784],[-79.150558,56.233047],[-79.479996,55.863884],[-79.781952,55.788048],[-79.513062,56.134995],[-79.985825,55.898048],[-79.52684,56.304214],[-79.456665,56.553322],[-79.531387,56.20694],[-79.414726,56.214436],[-79.286392,56.570274],[-78.92083,56.406517],[-79.175278,55.923325]]],[[[-153.876099,56.551102],[-153.958893,56.502777],[-154.129776,56.508469],[-154.039169,56.547497],[-153.876099,56.551102]]],[[[-61.558052,56.551933],[-61.16806,56.474709],[-61.149441,56.443321],[-61.630554,56.465271],[-61.420418,56.48534],[-61.558052,56.551933]]],[[[-80.060547,56.184433],[-80.055267,56.303604],[-79.546387,56.525131],[-79.682495,56.317497],[-80.060547,56.184433]]],[[[-132.056122,56.111382],[-132.346237,56.270966],[-132.371796,56.487213],[-131.994995,56.328331],[-132.056122,56.111382]]],[[[-132.834167,56.23082],[-133.055481,56.349087],[-132.638474,56.435963],[-132.640289,56.283192],[-132.834167,56.23082]]],[[[-78.92749,56.113884],[-78.833618,56.348186],[-78.662224,56.434227],[-78.676392,56.181107],[-78.92749,56.113884]]],[[[-61.546669,56.390831],[-61.414162,56.32444],[-61.788055,56.413357],[-61.67778,56.405548],[-61.546669,56.390831]]],[[[-132.318878,55.912209],[-132.63501,56.049164],[-132.696396,56.219299],[-132.417786,56.35083],[-132.39502,56.221931],[-132.09375,56.101032],[-132.119843,55.935127],[-132.318878,55.912209]]],[[[-132.986664,55.373047],[-133.126984,55.491032],[-132.921143,55.624641],[-133.365967,55.615616],[-133.14386,55.879784],[-133.265076,56.15485],[-133.611649,56.2052],[-133.610535,56.348328],[-133.180206,56.327286],[-133.072906,56.051311],[-132.621796,55.919575],[-132.165283,55.501389],[-132.5625,55.567772],[-132.088287,55.267597],[-132.235336,55.193115],[-131.985825,55.259579],[-132.213531,54.993744],[-131.972565,55.029713],[-132.007233,54.689987],[-132.573334,54.948601],[-132.511963,55.106384],[-132.650726,55.243813],[-132.694031,55.14291],[-132.807495,55.248047],[-133.261398,55.33569],[-132.867493,55.353882],[-132.986664,55.373047]]],[[[-61.089165,56.169991],[-60.944027,56.092632],[-60.936733,56.012424],[-61.218334,56.048607],[-61.089165,56.169991]]],[[[-133.285553,56.128876],[-133.363037,56.010277],[-133.79306,55.931381],[-133.571381,56.127213],[-133.285553,56.128876]]],[[[-79.009354,56.063614],[-78.939713,56.025269],[-79.135002,55.790688],[-79.02903,55.972767],[-79.009354,56.063614]]],[[[-131.13501,55.229156],[-131.281128,55.226379],[-131.218048,55.403046],[-131.454926,55.278603],[-131.273544,55.433117],[-131.347702,55.64312],[-131.328598,55.425827],[-131.458755,55.326801],[-131.42923,55.520443],[-131.493881,55.50555],[-131.518616,55.294579],[-131.819168,55.453632],[-131.68486,55.830273],[-131.259598,55.96027],[-131.069458,55.821381],[-130.938049,55.56221],[-131.13501,55.229156]]],[[[-60.747498,55.931664],[-60.689785,55.919018],[-60.898472,55.86985],[-60.868404,55.949646],[-60.747498,55.931664]]],[[[-134.114716,55.899719],[-134.252502,55.817356],[-134.340836,55.913742],[-134.116394,55.921661],[-134.114716,55.899719]]],[[[-155.556671,55.911377],[-155.576813,55.775963],[-155.715973,55.784439],[-155.73999,55.828606],[-155.556671,55.911377]]],[[[-133.215546,55.861938],[-133.245407,55.775131],[-133.331528,55.8736],[-133.268204,55.899437],[-133.215546,55.861938]]],[[[-158.808899,55.89222],[-158.710556,55.834713],[-158.906052,55.814854],[-158.89473,55.869991],[-158.808899,55.89222]]],[[[-133.303345,55.796944],[-133.523071,55.690826],[-133.67778,55.775684],[-133.616928,55.827637],[-133.303345,55.796944]]],[[[-133.269745,55.527214],[-133.348877,55.44735],[-133.434097,55.524086],[-133.377472,55.556381],[-133.269745,55.527214]]],[[[-133.645569,55.441101],[-133.746643,55.465271],[-133.718872,55.54805],[-133.583603,55.537079],[-133.645569,55.441101]]],[[[-133.478333,55.514999],[-133.428894,55.43943],[-133.599014,55.448669],[-133.512512,55.519436],[-133.478333,55.514999]]],[[[-160.154999,55.437492],[-160.178894,55.396103],[-160.340897,55.41235],[-160.26445,55.463188],[-160.154999,55.437492]]],[[[-133.447784,55.399994],[-133.595139,55.235546],[-133.684311,55.308327],[-133.58667,55.417213],[-133.447784,55.399994]]],[[[-131.819458,55.412766],[-131.621918,55.29277],[-131.722229,55.136662],[-131.822784,55.211662],[-131.819458,55.412766]]],[[[-160.695557,55.399994],[-160.543884,55.385551],[-160.573761,55.230686],[-160.464294,55.186794],[-160.813904,55.117908],[-160.846527,55.332497],[-160.695557,55.399994]]],[[[-160.328339,55.350273],[-160.335556,55.246101],[-160.52536,55.31638],[-160.498474,55.349438],[-160.328339,55.350273]]],[[[-133.296661,55.330551],[-133.241379,55.215408],[-133.436401,55.211937],[-133.4375,55.304852],[-133.296661,55.330551]]],[[[-159.871643,55.278046],[-159.84082,55.135963],[-160.225555,54.875267],[-160.193405,55.113255],[-159.871643,55.278046]]],[[[-131.467224,55.235825],[-131.35498,55.035553],[-131.593887,54.993881],[-131.581665,55.254719],[-131.467224,55.235825]]],[[[-133.102203,55.245544],[-132.723053,54.784721],[-132.679993,54.6661],[-133.122498,54.93943],[-133.213623,55.092213],[-133.102203,55.245544]]],[[[-159.516113,55.238045],[-159.51947,55.064156],[-159.648758,55.039997],[-159.653061,55.125546],[-159.516113,55.238045]]],[[[-132.813904,55.185822],[-132.732208,55.140274],[-132.671936,55.037075],[-132.866791,55.032078],[-132.813904,55.185822]]],[[[-161.732208,55.148605],[-161.642929,55.10527],[-161.903351,55.132492],[-161.827789,55.17083],[-161.732208,55.148605]]],[[[-159.382202,55.056099],[-159.338593,54.971931],[-159.458344,54.946098],[-159.479156,55.01416],[-159.382202,55.056099]]],[[[-164.176117,54.604164],[-164.66391,54.391937],[-164.952347,54.5802],[-164.491089,54.914574],[-163.777512,55.055405],[-163.536392,55.047287],[-163.374985,54.791798],[-163.054886,54.668118],[-164.176117,54.604164]]],[[[-130.165009,55.01416],[-130.270294,54.830826],[-130.457504,54.815411],[-130.213318,55.012497],[-130.165009,55.01416]]],[[[-131.238312,54.986382],[-131.233887,54.877213],[-131.483459,54.922352],[-131.451385,54.953049],[-131.238312,54.986382]]],[[[-162.232758,54.965271],[-162.29306,54.83416],[-162.419861,54.885967],[-162.319992,54.980408],[-162.232758,54.965271]]],[[[-79.057495,54.91777],[-79.235001,54.89666],[-79.775558,54.775547],[-79.462921,54.88916],[-79.057495,54.91777]]],[[[-132.616394,54.890831],[-132.633057,54.748878],[-132.789871,54.904987],[-132.708893,54.940544],[-132.616394,54.890831]]],[[[-57.940834,54.911934],[-57.982082,54.800411],[-57.843681,54.814228],[-58.119995,54.755554],[-58.22298,54.831657],[-57.940834,54.911934]]],[[[-130.458618,54.80027],[-130.463318,54.708603],[-130.609222,54.755619],[-130.484009,54.808189],[-130.458618,54.80027]]],[[[-130.746948,54.615273],[-130.766663,54.550545],[-130.966248,54.459301],[-130.92807,54.617077],[-130.746948,54.615273]]],[[[-162.753632,54.484718],[-162.595551,54.453465],[-162.542923,54.384018],[-162.836105,54.454159],[-162.753632,54.484718]]],[[[-165.569153,54.108887],[-165.680862,54.235542],[-165.486603,54.286518],[-165.48584,54.173325],[-165.569153,54.108887]]],[[[-165.897522,54.02887],[-166.121689,54.114433],[-165.943054,54.220264],[-165.658981,54.122345],[-165.897522,54.02887]]],[[[-131.90863,53.357498],[-132.190842,53.159714],[-132.674179,53.256523],[-132.546143,53.312943],[-132.705475,53.372978],[-132.405502,53.337421],[-132.972504,53.555824],[-132.882355,53.602562],[-133.138214,53.877632],[-133.069443,54.171383],[-132.57251,54.113743],[-132.658905,53.93943],[-132.228333,54.065826],[-132.12973,53.848465],[-132.658615,53.682281],[-132.41806,53.606102],[-132.156403,53.716385],[-132.07251,54.022766],[-131.663742,54.14027],[-131.934158,53.612217],[-131.90863,53.357498]]],[[[-164.97641,54.126442],[-164.961823,54.076382],[-165.221649,54.093044],[-165.133209,54.127487],[-164.97641,54.126442]]],[[[-130.336121,54.067497],[-130.228882,53.964714],[-130.341522,53.837212],[-130.458496,53.88216],[-130.35498,53.993324],[-130.710541,53.857632],[-130.336121,54.067497]]],[[[-166.28476,53.676384],[-166.756561,53.445267],[-167.84256,53.306374],[-167.164063,53.464577],[-167.025726,53.702625],[-166.803894,53.648872],[-167.152374,53.823879],[-167.020432,53.956654],[-166.631546,53.99971],[-166.603607,53.829025],[-166.261429,53.972485],[-166.570831,53.710274],[-166.28476,53.676384]]],[[[-129.563904,53.207497],[-130.040283,53.581383],[-129.932388,53.637562],[-130.268356,53.878464],[-129.424713,53.411377],[-129.563904,53.207497]]],[[[-166.219452,53.704712],[-166.291809,53.794296],[-166.090027,53.839432],[-166.117493,53.774982],[-166.219452,53.704712]]],[[[-130.271942,53.797775],[-130.118332,53.684296],[-130.094711,53.568192],[-130.403351,53.682495],[-130.271942,53.797775]]],[[[-128.823608,53.700546],[-129.075562,53.514717],[-129.157501,53.392769],[-129.150162,53.640549],[-128.823608,53.700546]]],[[[-130.391113,53.616936],[-129.920563,53.424164],[-129.742493,53.178329],[-130.527222,53.552216],[-130.391113,53.616936]]],[[[-167.795319,53.495537],[-168.467514,53.048882],[-169.0867,52.828049],[-168.621399,53.272217],[-168.357239,53.262356],[-168.35405,53.473324],[-167.795319,53.495537]]],[[[-128.985535,53.523048],[-128.920288,53.328606],[-129.124023,53.320274],[-129.049866,53.507774],[-128.985535,53.523048]]],[[[-55.883057,53.486382],[-55.811943,53.483879],[-55.729301,53.45277],[-55.977703,53.459991],[-55.883057,53.486382]]],[[[-79.95195,53.348328],[-79.942764,53.266937],[-80.08403,53.322773],[-80.061386,53.355553],[-79.95195,53.348328]]],[[[-129.226929,53.326103],[-129.16861,53.296104],[-129.136414,53.104996],[-129.333603,53.139996],[-129.226929,53.326103]]],[[[-129.110809,52.817497],[-128.838608,53.032635],[-129.006958,53.138329],[-128.863327,53.036526],[-129.163544,52.922493],[-129.082916,53.295135],[-128.531677,53.021103],[-128.601105,52.608467],[-128.750275,52.599022],[-128.646744,52.961937],[-128.7789,52.664154],[-129.110809,52.817497]]],[[[-131.61554,52.920273],[-131.980545,52.877632],[-131.395615,52.37645],[-131.234436,52.436935],[-131.329437,52.288258],[-131.033615,52.172771],[-131.26474,52.119713],[-132.083328,52.729847],[-131.965546,52.790272],[-132.344574,52.935478],[-132.113739,52.994923],[-132.557922,53.14624],[-132.065826,53.15596],[-131.799515,53.251385],[-131.597733,53.040791],[-131.964722,53.046387],[-131.61554,52.920273]]],[[[-81.087784,53.179436],[-80.769173,52.937908],[-80.709442,52.691448],[-82.057907,53.019924],[-81.856247,53.180134],[-81.087784,53.179436]]],[[[-129.462769,53.179993],[-129.352783,53.07222],[-129.29216,52.971931],[-129.544174,53.130688],[-129.462769,53.179993]]],[[[-79.866394,53.169441],[-79.795837,53.116386],[-79.793198,53.094715],[-79.922913,53.083466],[-79.866394,53.169441]]],[[[172.928589,52.743881],[172.478714,52.922215],[173.123566,52.992767],[173.43692,52.851936],[172.928589,52.743881]]],[[[-170,52.838673],[-169.760834,52.884163],[-169.675049,52.817772],[-169.960434,52.78569],[-170,52.838673]]],[[[-128.498871,52.870827],[-128.450836,52.805267],[-128.514313,52.643188],[-128.540009,52.703323],[-128.498871,52.870827]]],[[[-129.23111,52.816101],[-128.92244,52.60548],[-128.946381,52.467628],[-129.270569,52.719154],[-129.23111,52.816101]]],[[[-128.170288,52.817772],[-128.248474,52.618603],[-128.27681,52.596725],[-128.325699,52.773739],[-128.170288,52.817772]]],[[[-128.373322,52.791107],[-128.275436,52.493046],[-128.441681,52.36805],[-128.438126,52.753262],[-128.373322,52.791107]]],[[[-131.468872,52.730545],[-131.589569,52.585545],[-131.709717,52.705269],[-131.659454,52.73027],[-131.468872,52.730545]]],[[[-170.795013,52.532494],[-170.745407,52.674156],[-170.56459,52.669777],[-170.603485,52.593044],[-170.795013,52.532494]]],[[[-128.535278,52.647217],[-128.483749,52.43874],[-128.812576,52.521381],[-128.578186,52.593643],[-128.535278,52.647217]]],[[[173.660248,52.348877],[173.628845,52.391663],[173.375107,52.401936],[173.7854,52.50333],[173.660248,52.348877]]],[[[-128.616089,52.448601],[-128.618881,52.326939],[-128.672089,52.266388],[-128.759186,52.449432],[-128.616089,52.448601]]],[[[-127.596313,52.151794],[-127.893204,51.953743],[-127.789169,52.221931],[-127.234734,52.416939],[-127.596313,52.151794]]],[[[-128.092499,52.408325],[-128.058685,52.328323],[-128.210281,52.278812],[-128.112915,52.419994],[-128.092499,52.408325]]],[[[-174.397278,52.054993],[-174.719757,52.002213],[-175.33403,52.016518],[-174.279175,52.209984],[-174.446213,52.306728],[-174.180038,52.417629],[-173.990753,52.32214],[-174.397278,52.054993]]],[[[-172.521393,52.24305],[-172.628052,52.258324],[-172.303787,52.34568],[-172.313904,52.311928],[-172.521393,52.24305]]],[[[-127.961937,52.289436],[-127.921242,52.175552],[-128.168488,52.247215],[-128.0439,52.301102],[-127.961937,52.289436]]],[[[-128.308044,52.128876],[-128.36499,52.162491],[-128.356659,52.235825],[-128.229355,52.21537],[-128.308044,52.128876]]],[[[-128.148071,52.183327],[-128.151123,52.081108],[-128.253082,52.019714],[-128.292923,52.116245],[-128.148071,52.183327]]],[[[-128.031677,52.163292],[-127.891113,52.171661],[-127.880135,52.169441],[-128.107361,52.102772],[-128.031677,52.163292]]],[[[-131.077209,52.150269],[-130.992493,52.060822],[-131.020279,51.943462],[-131.120544,52.05555],[-131.077209,52.150269]]],[[[-173.495026,52.014992],[-173.923096,52.051659],[-174.056824,52.123047],[-172.959045,52.083878],[-173.495026,52.014992]]],[[[177.318573,51.821106],[177.248016,51.902214],[177.677475,52.105827],[177.608078,51.923466],[177.318573,51.821106]]],[[[-79.297226,52.091934],[-79.381248,51.935825],[-79.652153,51.987907],[-79.341942,52.10944],[-79.297226,52.091934]]],[[[-176.054749,51.961655],[-176.167526,51.994572],[-176.152222,52.103325],[-176.041718,52.098038],[-176.054749,51.961655]]],[[[-127.951218,52.046913],[-128.008347,51.780411],[-128.134033,51.74527],[-128.217499,51.962769],[-127.951218,52.046913]]],[[[179.649719,51.86721],[179.531097,51.891937],[179.486908,51.974297],[179.768997,51.966103],[179.649719,51.86721]]],[[[178.528046,51.893326],[178.453171,51.941795],[178.47641,51.986244],[178.606628,51.946102],[178.528046,51.893326]]],[[[-176.938629,51.584435],[-176.758362,51.950829],[-176.559769,51.984711],[-176.642242,51.857216],[-176.42363,51.82777],[-176.938629,51.584435]]],[[[-177.642242,51.649437],[-177.702789,51.69846],[-177.213043,51.808884],[-177.178238,51.933876],[-177.047791,51.903183],[-177.1539,51.699425],[-177.642242,51.649437]]],[[[-177.907806,51.591927],[-178.10083,51.664711],[-177.962784,51.77055],[-178.216553,51.874294],[-177.825317,51.8311],[-177.907806,51.591927]]],[[[-176.139191,51.774437],[-176.216125,51.817768],[-176.207672,51.876789],[-176.013916,51.833042],[-176.139191,51.774437]]],[[[-176.336426,51.721657],[-176.392548,51.738602],[-176.416153,51.852493],[-176.278091,51.859158],[-176.336426,51.721657]]],[[[-127.998047,51.711662],[-127.873611,51.464439],[-127.914436,51.41082],[-128.153625,51.603745],[-127.998047,51.711662]]],[[[179.252197,51.347488],[178.959961,51.539719],[178.638321,51.63541],[178.900543,51.613609],[179.468018,51.367634],[179.252197,51.347488]]],[[[-55.193329,46.984993],[-55.392082,46.865829],[-55.981628,46.949261],[-54.84375,47.560131],[-55.03215,47.627079],[-54.941456,47.77763],[-55.130215,47.613789],[-55.43,47.709023],[-55.411175,47.485615],[-55.587776,47.398605],[-55.920383,47.445026],[-55.745834,47.585266],[-56.166771,47.501659],[-55.634167,47.67305],[-55.913471,47.655754],[-55.768959,47.951656],[-56.162498,47.636105],[-56.840836,47.521378],[-58.031944,47.695126],[-59.127224,47.555546],[-59.303471,47.61166],[-59.403606,47.894226],[-58.418335,48.486656],[-59.212502,48.547771],[-58.771873,48.773602],[-58.957222,48.619438],[-58.701244,48.579994],[-58.350414,49.148048],[-58.360264,49.063663],[-57.996109,48.96138],[-57.895725,48.977283],[-58.144447,49.121933],[-57.917706,49.126518],[-58.089848,49.161247],[-57.933262,49.238464],[-58.204166,49.24263],[-58.21986,49.396381],[-57.998337,49.559158],[-57.703678,49.46402],[-57.949722,49.664715],[-57.367985,50.593117],[-57.151386,50.623741],[-57.378609,50.687767],[-56.927498,50.915825],[-56.682503,51.339432],[-55.903126,51.626518],[-55.882221,51.494995],[-55.406769,51.564468],[-55.61375,51.302837],[-56.081947,51.369019],[-55.734028,51.07708],[-56.068893,50.724434],[-56.149166,50.889023],[-56.16333,50.617767],[-56.905331,49.74752],[-56.784008,49.731243],[-56.848885,49.544441],[-56.122635,50.154503],[-55.750557,49.923607],[-55.46104,49.959713],[-55.986115,49.746941],[-56.124168,49.613327],[-55.833328,49.686653],[-56.125549,49.424854],[-55.827782,49.524162],[-55.668056,49.383533],[-55.52264,49.484295],[-55.561142,49.368183],[-55.37347,49.503468],[-55.315277,49.314438],[-55.305557,49.534439],[-55.141319,49.543331],[-55.383331,49.040833],[-55.077641,49.352356],[-54.821114,49.270409],[-54.528053,49.531937],[-54.48156,49.26503],[-54.04528,49.480125],[-53.511116,49.277214],[-53.59111,49.038193],[-54.096107,48.81221],[-53.801529,48.810268],[-53.93222,48.713936],[-53.922848,48.624783],[-53.607185,48.680962],[-53.951038,48.543259],[-53.588051,48.428047],[-53.072014,48.697975],[-52.987221,48.54805],[-53.626251,48.173183],[-53.937359,48.232075],[-53.944717,48.171379],[-53.909653,48.084019],[-53.691769,48.058567],[-53.909737,48.022823],[-53.606808,48.048744],[-53.837502,47.699432],[-53.545208,47.541035],[-53.306107,47.984161],[-52.923473,48.170685],[-52.834652,48.099648],[-53.261673,47.546387],[-53.118542,47.417908],[-52.779686,47.797672],[-52.617363,47.508469],[-52.936665,46.797077],[-53.165138,46.61985],[-53.358059,46.737217],[-53.614304,46.641174],[-53.591385,47.156097],[-54.186871,46.821869],[-53.8675,47.402771],[-53.983887,47.757774],[-54.196178,47.841244],[-54.477562,47.398396],[-54.609795,47.354855],[-54.414928,47.595478],[-54.856392,47.390549],[-55.193329,46.984993]]],[[[-125.427223,50.287498],[-125.16861,49.912766],[-124.898064,49.731659],[-124.789436,49.464157],[-123.943047,49.211105],[-123.292984,48.412071],[-123.583328,48.301102],[-125.101524,48.72485],[-125.184715,48.798466],[-124.84333,49.015759],[-124.780487,49.139435],[-124.807007,49.235615],[-124.936943,48.988045],[-125.50473,48.919022],[-125.768066,49.098602],[-125.609543,49.207279],[-126.021942,49.265553],[-125.899651,49.422836],[-126.535698,49.374084],[-126.567917,49.58041],[-126.08979,49.660336],[-126.587646,49.70277],[-126.679718,49.878876],[-126.804443,49.909157],[-127.126801,49.854614],[-127.15834,50.096382],[-127.894447,50.108814],[-127.788887,50.222214],[-127.979027,50.344852],[-127.923325,50.461727],[-127.446953,50.372765],[-127.566315,50.50819],[-127.416946,50.579609],[-127.874229,50.621586],[-127.596207,50.545303],[-128.051422,50.446693],[-128.413269,50.770893],[-127.914024,50.871796],[-126.975281,50.576942],[-125.427223,50.287498]]],[[[-126.797783,50.768883],[-126.903618,50.82402],[-126.567085,50.800686],[-126.731377,50.771935],[-126.797783,50.768883]]],[[[-126.251717,50.818932],[-126.26973,50.65374],[-126.616241,50.665131],[-126.385963,50.807213],[-126.251717,50.818932]]],[[[-55.466942,50.784164],[-55.554447,50.702354],[-55.650761,50.724087],[-55.619164,50.791382],[-55.466942,50.784164]]],[[[-126.912514,50.613609],[-127.020973,50.63916],[-127.14299,50.635342],[-126.890289,50.667213],[-126.834236,50.628464],[-126.912514,50.613609]]],[[[-126.286118,50.598328],[-126.225197,50.558807],[-126.623894,50.533882],[-126.488602,50.553322],[-126.286118,50.598328]]],[[[-125.370827,50.455826],[-125.385834,50.369713],[-125.527084,50.380268],[-125.46833,50.428741],[-125.370827,50.455826]]],[[[-125.273064,50.431107],[-125.051109,50.224155],[-125.131538,50.124432],[-125.156113,50.239159],[-125.213821,50.315273],[-125.399727,50.315968],[-125.273064,50.431107]]],[[[-124.726936,50.299164],[-124.657501,50.247772],[-124.703468,50.15971],[-124.79361,50.22707],[-124.726936,50.299164]]],[[[-124.898621,50.293884],[-124.756668,50.178329],[-124.809723,50.112633],[-124.963058,50.236382],[-124.898621,50.293884]]],[[[-125.345543,50.263901],[-125.167221,50.213608],[-125.168541,49.982349],[-125.320702,50.139717],[-125.345543,50.263901]]],[[[-124.983322,50.225548],[-124.897781,50.077492],[-124.968613,50.035828],[-125.065002,50.105412],[-124.983322,50.225548]]],[[[-63.492226,49.840828],[-61.883892,49.34819],[-61.664791,49.14423],[-62.195549,49.074997],[-63.093887,49.229294],[-64.512512,49.861107],[-63.492226,49.840828]]],[[[-126.768723,49.878616],[-126.635284,49.75666],[-126.633057,49.5961],[-126.967369,49.729019],[-126.768723,49.878616]]],[[[-124.122772,49.493607],[-124.627213,49.719154],[-124.653885,49.79847],[-124.351387,49.698044],[-124.122772,49.493607]]],[[[-124.025558,49.767769],[-124.126373,49.651379],[-124.196663,49.676941],[-124.141182,49.750275],[-124.025558,49.767769]]],[[[-54.081116,49.736382],[-54.004448,49.647491],[-54.291389,49.578327],[-54.285416,49.71402],[-54.081116,49.736382]]],[[[-54.529724,49.633881],[-54.573612,49.560406],[-54.872498,49.489857],[-54.888611,49.591797],[-54.529724,49.633881]]],[[[-123.338333,49.506104],[-123.360283,49.433052],[-123.459587,49.468876],[-123.436661,49.522217],[-123.338333,49.506104]]],[[[-126.126938,49.390274],[-126.072777,49.343048],[-126.067917,49.24958],[-126.239166,49.289719],[-126.126938,49.390274]]],[[[-125.867493,49.23333],[-125.799156,49.208328],[-125.817291,49.126099],[-125.925827,49.190826],[-125.867493,49.23333]]],[[[-123.674713,49.093048],[-123.521667,48.960274],[-123.31263,48.870407],[-123.540558,48.944992],[-123.674713,49.093048]]],[[[-123.577217,48.929161],[-123.433884,48.844437],[-123.374023,48.755554],[-123.524719,48.722488],[-123.577217,48.929161]]],[[[-122.895554,48.711105],[-122.751114,48.649021],[-123.012497,48.605827],[-123.020279,48.635551],[-122.895554,48.711105]]],[[[-123.099731,48.603882],[-122.995003,48.529716],[-122.962639,48.452633],[-123.148621,48.501663],[-123.099731,48.603882]]],[[[-122.868057,48.55249],[-122.808884,48.454437],[-122.814438,48.417912],[-122.93486,48.455273],[-122.868057,48.55249]]],[[[-122.588333,48.39222],[-122.505836,48.307491],[-122.663887,48.244713],[-122.369995,47.921383],[-122.756805,48.231102],[-122.588333,48.39222]]],[[[-53.564163,48.190544],[-53.634171,48.075272],[-53.935829,48.182495],[-53.686111,48.147495],[-53.564163,48.190544]]],[[[-64.482773,47.91777],[-64.607773,47.746799],[-64.69194,47.75555],[-64.664856,47.868881],[-64.482773,47.91777]]],[[[-55.927498,47.676659],[-55.928822,47.638462],[-55.879444,47.609718],[-56.112919,47.647217],[-55.927498,47.676659]]],[[[-54.125,47.640831],[-54.241112,47.401657],[-54.361946,47.409504],[-54.13208,47.6693],[-54.125,47.640831]]],[[[-61.407776,47.641106],[-61.96389,47.278606],[-61.799446,47.232765],[-62.011532,47.223598],[-61.92514,47.4086],[-61.407776,47.641106]]],[[[-122.381104,47.394714],[-122.518547,47.371517],[-122.44944,47.516315],[-122.421944,47.432213],[-122.381104,47.394714]]],[[[-56.289444,47.070831],[-56.232635,46.85305],[-56.371387,46.786804],[-56.397781,47.106659],[-56.289444,47.070831]]],[[[-62.279724,46.338043],[-62.603889,46.179855],[-62.466389,46.000549],[-62.761116,45.954163],[-63.113819,46.208916],[-62.966526,46.315617],[-63.231525,46.138882],[-63.591942,46.211937],[-64.415688,46.689438],[-64.020844,47.038605],[-64.091675,46.778603],[-63.834587,46.461243],[-63.65472,46.566799],[-63.216393,46.412209],[-61.974617,46.454712],[-62.279724,46.338043]]],[[[-61.47805,45.803879],[-61.455559,46.137497],[-60.595554,47.030132],[-60.305832,46.844299],[-60.609169,46.201935],[-60.425137,46.277977],[-61.107918,45.953255],[-60.736736,46.05513],[-61.14653,45.701523],[-60.466942,45.938042],[-60.787224,45.936169],[-60.307499,46.208744],[-60.644924,46.071346],[-60.353752,46.30777],[-59.809166,46.109161],[-59.840553,45.938324],[-60.498886,45.62027],[-61.336945,45.573326],[-61.47805,45.803879]]],[[[-70.814438,46.998329],[-70.904175,46.913605],[-71.128601,46.858047],[-70.896667,47.013329],[-70.814438,46.998329]]],[[[-56.187469,46.808613],[-56.146519,46.760498],[-56.224327,46.747189],[-56.235588,46.768688],[-56.187469,46.808613]]],[[[-60.910278,45.546104],[-60.997086,45.456799],[-61.103889,45.524994],[-61.020416,45.575134],[-60.910278,45.546104]]],[[[-66.764725,44.801102],[-66.763069,44.67374],[-66.903336,44.619087],[-66.858612,44.74305],[-66.764725,44.801102]]],[[[-68.241379,44.438881],[-68.182495,44.332771],[-68.406258,44.271381],[-68.365273,44.428604],[-68.241379,44.438881]]],[[[-68.632767,44.276657],[-68.615135,44.188187],[-68.710564,44.177769],[-68.72097,44.231655],[-68.632767,44.276657]]],[[[-71.220551,41.633331],[-71.232773,41.494713],[-71.355621,41.45763],[-71.263191,41.630482],[-71.220551,41.633331]]],[[[-70.556946,41.465271],[-70.509171,41.355412],[-70.834999,41.361176],[-70.617218,41.473877],[-70.556946,41.465271]]],[[[-70.019455,41.383881],[-69.979446,41.255272],[-70.232224,41.281662],[-70.109589,41.296246],[-70.019455,41.383881]]],[[[-74.005005,40.679993],[-73.589447,40.920547],[-72.637642,40.981659],[-72.285278,41.161934],[-72.617111,40.917595],[-71.866798,41.074783],[-73.618057,40.594437],[-74.005005,40.679993]]],[[[-74.062775,40.639435],[-74.108612,40.559715],[-74.235207,40.514717],[-74.173889,40.642353],[-74.062775,40.639435]]],[[[-75.527222,35.23555],[-75.65361,35.225548],[-75.512512,35.30777],[-75.514801,35.775963],[-75.447495,35.582497],[-75.527222,35.23555]]],[[[-119.868057,34.08416],[-119.698334,34.045273],[-119.515564,34.044579],[-119.78833,33.967209],[-119.868057,34.08416]]],[[[-120,33.989632],[-120.107498,33.905548],[-120.226097,34.006104],[-120.051941,34.03611],[-120,33.989632]]],[[[-118.516663,33.477768],[-118.349731,33.398331],[-118.303741,33.309853],[-118.449646,33.328606],[-118.516663,33.477768]]],[[[-118.530289,32.993324],[-118.369164,32.854713],[-118.369453,32.832771],[-118.593895,33.044582],[-118.530289,32.993324]]],[[[-64.823059,32.260551],[-64.782372,32.280136],[-64.676811,32.379509],[-64.761124,32.284996],[-64.823059,32.260551]]],[[[-86.558884,30.396664],[-87.251114,30.317427],[-87.290344,30.334579],[-86.763062,30.404995],[-86.527641,30.397045],[-86.558884,30.396664]]],[[[-91.724167,29.558609],[-91.842087,29.482494],[-92.036804,29.581387],[-91.910553,29.645275],[-91.724167,29.558609]]],[[[-113.139717,29.017776],[-113.592216,29.425831],[-113.582436,29.58597],[-113.195847,29.228333],[-113.139717,29.017776]]],[[[-94.841949,29.269444],[-94.879166,29.240273],[-95.11232,29.101561],[-94.781509,29.318365],[-94.841949,29.269444]]],[[[-112.296402,28.756386],[-112.563622,28.881109],[-112.456947,29.186108],[-112.290009,29.237499],[-112.296402,28.756386]]],[[[-118.304459,28.917221],[-118.404167,29.150555],[-118.306114,29.193886],[-118.237648,28.950136],[-118.304459,28.917221]]],[[[-80.660553,28.318886],[-80.74028,28.478329],[-80.643059,28.597635],[-80.61055,28.548332],[-80.660553,28.318886]]],[[[-96.776642,28.192055],[-96.710976,28.204439],[-96.409927,28.395205],[-96.813614,28.092495],[-96.776642,28.192055]]],[[[-115.179459,28.024719],[-115.324318,28.139721],[-115.240837,28.370552],[-115.146118,28.178886],[-115.179459,28.024719]]],[[[-96.839172,28.106384],[-96.887787,28.030552],[-97.035828,27.875275],[-96.921936,28.089718],[-96.839172,28.106384]]],[[[-80.43222,27.84333],[-80.292496,27.468884],[-80.165146,27.186247],[-80.288895,27.41333],[-80.43222,27.84333]]],[[[-97.246384,27.544441],[-97.387985,27.222425],[-97.31723,27.495827],[-97.04319,27.839857],[-97.246384,27.544441]]],[[[-97.358246,26.706963],[-97.400558,27.020832],[-97.383194,27.20253],[-97.176598,26.087776],[-97.358246,26.706963]]],[[[-77.950287,26.897778],[-77.82695,26.929165],[-77.546677,26.896664],[-77.049591,26.519026],[-77.202644,25.882498],[-77.398056,26.026386],[-77.22084,26.145275],[-77.154175,26.554583],[-77.542786,26.865553],[-77.950287,26.897778]]],[[[-78.708618,26.489719],[-78.978897,26.695274],[-78.701118,26.584442],[-78.51889,26.734165],[-77.917236,26.745277],[-78.708618,26.489719]]],[[[-111.206123,25.802776],[-111.19236,26.036247],[-111.085907,26.071455],[-111.099457,26.004444],[-111.206123,25.802776]]],[[[-76.735291,25.559166],[-76.349701,25.343281],[-76.120285,25.133192],[-76.168335,24.689999],[-76.336884,24.817705],[-76.163345,25.127777],[-76.735291,25.559166]]],[[[-80.600861,24.950809],[-80.455566,25.091385],[-80.260979,25.348053],[-80.37027,25.146109],[-80.600861,24.950809]]],[[[-112.133621,25.281109],[-112.126663,25.233055],[-112.202507,24.844997],[-112.049171,24.51861],[-112.248901,24.809721],[-112.133621,25.281109]]],[[[-78.205002,25.201942],[-77.987717,25.150206],[-77.72168,24.528889],[-78.019661,24.274651],[-78.440147,24.616665],[-78.193268,24.605415],[-78.305847,24.721107],[-78.205002,25.201942]]],[[[-110.696091,25.08884],[-110.578903,25.033886],[-110.539246,24.882706],[-110.64167,24.929722],[-110.696091,25.08884]]],[[[-77.465836,24.986664],[-77.561401,25.027496],[-77.25959,25.051943],[-77.433762,25.009026],[-77.465836,24.986664]]],[[[-75.462509,24.122498],[-75.466118,24.290346],[-75.735565,24.696526],[-75.314728,24.213886],[-75.462509,24.122498]]],[[[-110.335007,24.400555],[-110.4039,24.563053],[-110.379379,24.586662],[-110.300003,24.484444],[-110.335007,24.400555]]],[[[-111.708069,24.328331],[-111.835007,24.427498],[-112.015907,24.528191],[-111.839165,24.5425],[-111.708069,24.328331]]],[[[-109.788353,24.131943],[-109.871399,24.187496],[-109.917229,24.366665],[-109.798607,24.191109],[-109.788353,24.131943]]],[[[-77.701126,24.284721],[-77.741669,24.030277],[-77.632088,24.211109],[-77.546806,24.116665],[-77.51973,23.861111],[-77.609039,23.727358],[-77.77375,23.74486],[-77.669647,23.766369],[-77.575912,23.843887],[-77.730286,23.786942],[-77.876678,24.073055],[-77.701126,24.284721]]],[[[-74.530289,24.076111],[-74.424591,24.078054],[-74.492783,23.955276],[-74.541397,23.969166],[-74.530289,24.076111]]],[[[-76.020279,23.675278],[-75.918625,23.626389],[-75.771957,23.499722],[-75.991119,23.599442],[-76.020279,23.675278]]],[[[-75.30751,23.667774],[-75.099037,23.327497],[-75.067505,23.143053],[-74.848892,23.002083],[-74.837921,22.857498],[-75.168617,23.142832],[-75.070702,23.110693],[-75.30751,23.667774]]],[[[-80.591125,22.050552],[-81.823059,22.183609],[-82.150284,22.37611],[-81.648895,22.491386],[-81.81279,22.663609],[-82.760567,22.700832],[-83.368065,22.201664],[-83.929039,22.162498],[-84.028763,21.914026],[-84.501114,21.765553],[-84.498482,21.934721],[-84.952927,21.863192],[-84.338058,22.012218],[-84.440002,22.203609],[-84.200562,22.553055],[-83.229172,22.998886],[-82.220566,23.187496],[-81.500839,23.055553],[-81.226959,23.161663],[-81.131401,23.023331],[-80.633057,23.098331],[-80.278625,22.905277],[-80.037643,22.951248],[-79.259033,22.372639],[-78.573334,22.321941],[-77.340492,21.637289],[-77.610695,21.885832],[-77.54306,21.91861],[-77.140015,21.652775],[-77.364311,21.614096],[-77.265839,21.480831],[-77.061951,21.584999],[-76.898613,21.309305],[-75.70723,21.121944],[-75.579727,21.006943],[-75.736679,20.696941],[-74.955566,20.685276],[-74.132507,20.193607],[-75.121399,19.887497],[-75.092789,20.056389],[-75.35556,19.875553],[-76.248901,19.990833],[-77.681122,19.821941],[-77.596672,20.046665],[-77.114594,20.367359],[-77.196953,20.634026],[-78.072235,20.713886],[-78.495148,21.031803],[-78.74028,21.63472],[-79.265015,21.54583],[-79.987793,21.72361],[-80.453201,22.163609],[-80.591125,22.050552]]],[[[-74.088898,22.657497],[-74.272507,22.714443],[-74.343903,22.834999],[-74.022362,22.713123],[-74.088898,22.657497]]],[[[-79.329727,22.614166],[-79.630768,22.782707],[-79.632507,22.799999],[-79.580353,22.811317],[-79.329727,22.614166]]],[[[-74.276398,22.170555],[-73.867783,22.512218],[-74.03653,22.620275],[-73.851532,22.728333],[-73.867508,22.469444],[-74.276398,22.170555]]],[[[-78.425293,22.412498],[-78.397438,22.457636],[-78.693481,22.533192],[-78.277718,22.442776],[-78.425293,22.412498]]],[[[-72.787506,22.283054],[-72.885559,22.360275],[-73.16362,22.376942],[-73.023056,22.432499],[-72.762222,22.351665],[-72.787506,22.283054]]],[[[-78.019455,22.261944],[-78.159592,22.302776],[-78.308823,22.410137],[-78.118622,22.413887],[-78.019455,22.261944]]],[[[-77.864731,22.095554],[-78.044029,22.18833],[-77.997513,22.285275],[-77.861259,22.219164],[-77.864731,22.095554]]],[[[-77.705566,21.908607],[-77.885834,22.00333],[-77.947235,22.098331],[-77.652573,22.068609],[-77.705566,21.908607]]],[[[-71.881958,21.823608],[-72.029175,21.904999],[-72.031464,21.944164],[-71.914871,21.944582],[-71.881958,21.823608]]],[[[-82.897232,21.432777],[-83.07299,21.462708],[-83.191399,21.6234],[-82.935074,21.586596],[-83.089447,21.785553],[-82.974457,21.942776],[-82.715836,21.890274],[-82.54306,21.589722],[-82.897232,21.432777]]],[[[-71.65889,21.739719],[-71.825287,21.775414],[-71.847778,21.854721],[-71.667786,21.831526],[-71.65889,21.739719]]],[[[-106.621078,21.565311],[-106.645844,21.688332],[-106.585564,21.715832],[-106.515007,21.513054],[-106.621078,21.565311]]],[[[-106.39917,21.41972],[-106.507225,21.437428],[-106.47168,21.510555],[-106.339516,21.500553],[-106.39917,21.41972]]],[[[-71.146049,21.429922],[-71.150665,21.470724],[-71.132195,21.509216],[-71.127571,21.442625],[-71.146049,21.429922]]],[[[-73.662781,20.915276],[-73.530632,21.185762],[-73.258484,21.134996],[-73.007507,21.323748],[-73.149727,20.973888],[-73.662781,20.915276]]],[[[-86.993347,20.255554],[-86.93557,20.543055],[-86.738617,20.588955],[-86.885559,20.353886],[-86.993347,20.255554]]],[[[-72.640289,19.985275],[-72.876114,20.024998],[-72.95459,20.058609],[-72.810417,20.091455],[-72.640289,19.985275]]],[[[-73.036438,18.456217],[-72.368759,18.525694],[-72.321259,18.666386],[-72.800293,19.033054],[-72.723343,19.454998],[-73.465286,19.687775],[-73.405144,19.831804],[-72.79834,19.942776],[-71.719658,19.701317],[-71.66584,19.893747],[-70.994453,19.930693],[-70.290848,19.649164],[-69.949318,19.676804],[-69.755981,19.290833],[-69.157928,19.294998],[-69.230011,19.180275],[-69.615768,19.224373],[-69.620148,19.08847],[-68.923897,19.02986],[-68.322929,18.599028],[-68.646049,18.205624],[-68.895279,18.396385],[-69.884727,18.469027],[-70.154175,18.233055],[-70.507507,18.194721],[-70.691948,18.43236],[-71.081253,18.299166],[-71.423889,17.604166],[-72.072365,18.239998],[-72.815834,18.138472],[-73.451401,18.256943],[-73.881668,18.022778],[-74.467789,18.450832],[-74.236679,18.667221],[-73.036438,18.456217]]],[[[-81.395004,19.326111],[-81.254456,19.353886],[-81.093063,19.332775],[-81.263618,19.264997],[-81.395004,19.326111]]],[[[-72.825836,18.695553],[-73.218063,18.834164],[-73.300003,18.927219],[-72.857224,18.834999],[-72.825836,18.695553]]],[[[-110.975014,18.71611],[-111.072922,18.775135],[-111.000702,18.866247],[-110.910286,18.737778],[-110.975014,18.71611]]],[[[-91.834457,18.638054],[-91.646118,18.753609],[-91.525009,18.772915],[-91.522919,18.750692],[-91.834457,18.638054]]],[[[-77.566391,17.859474],[-78.338898,18.219027],[-78.339798,18.360693],[-77.864456,18.522499],[-76.911217,18.400839],[-76.341675,18.149719],[-76.221115,17.904163],[-76.832924,17.987082],[-76.95153,17.829304],[-77.131958,17.878887],[-77.165703,17.69722],[-77.566391,17.859474]]],[[[-65.632217,18.26543],[-65.937225,17.966663],[-67.184731,17.932499],[-67.266396,18.365416],[-67.101669,18.518055],[-66.115494,18.472012],[-65.632217,18.26543]]],[[[-64.436401,18.431389],[-64.413895,18.504858],[-64.324524,18.503677],[-64.330566,18.494164],[-64.436401,18.431389]]],[[[-64.660843,18.383888],[-64.652512,18.441109],[-64.56028,18.453609],[-64.56514,18.420969],[-64.660843,18.383888]]],[[[-65.023514,18.366375],[-64.938324,18.387672],[-64.834877,18.313133],[-64.956573,18.332909],[-65.023514,18.366375]]],[[[-63.167778,18.164444],[-63.052017,18.259581],[-62.97271,18.272984],[-62.993057,18.227219],[-63.167778,18.164444]]],[[[-68.573334,18.101665],[-68.755562,18.129858],[-68.779999,18.197706],[-68.597778,18.161388],[-68.573334,18.101665]]],[[[-87.925056,17.999323],[-88.006119,17.901943],[-87.856392,18.164581],[-87.846672,18.14097],[-87.925056,17.999323]]],[[[-65.525009,18.083054],[-65.578964,18.115416],[-65.301117,18.147778],[-65.337784,18.116943],[-65.525009,18.083054]]],[[[-64.896118,17.676666],[-64.786957,17.7925],[-64.562576,17.751179],[-64.668335,17.710831],[-64.896118,17.676666]]],[[[-61.738892,17.540554],[-61.853058,17.583054],[-61.843544,17.724302],[-61.739933,17.647915],[-61.738892,17.540554]]],[[[-87.924179,17.274998],[-87.935974,17.292915],[-87.917854,17.418262],[-87.810005,17.546942],[-87.924179,17.274998]]],[[[-62.653893,17.208885],[-62.837227,17.326109],[-62.856392,17.38583],[-62.732365,17.366665],[-62.653893,17.208885]]],[[[-61.73806,16.989719],[-61.881531,17.022081],[-61.829586,17.165554],[-61.670559,17.08847],[-61.73806,16.989719]]],[[[-62.171394,16.671387],[-62.23695,16.71472],[-62.20459,16.812359],[-62.147224,16.749165],[-62.171394,16.671387]]],[[[-61.54187,16.290249],[-61.463337,16.512915],[-61.205559,16.26722],[-61.565933,16.22686],[-61.688892,15.947777],[-61.783615,16.333054],[-61.54187,16.290249]]],[[[-86.626678,16.270275],[-86.59639,16.337776],[-86.445984,16.406109],[-86.263336,16.423332],[-86.626678,16.270275]]],[[[-61.256668,15.869999],[-61.329586,15.931527],[-61.264168,16.013887],[-61.187084,15.914165],[-61.256668,15.869999]]],[[[-61.363617,15.198055],[-61.491394,15.540554],[-61.452225,15.631943],[-61.253334,15.461388],[-61.363617,15.198055]]],[[[-60.86084,14.402777],[-61.03389,14.465832],[-61.174728,14.876944],[-60.940834,14.740833],[-60.86084,14.402777]]],[[[-60.954727,13.709444],[-61.079586,13.876666],[-60.933338,14.109304],[-60.878059,13.956665],[-60.954727,13.709444]]],[[[-61.184448,13.130278],[-61.280144,13.205693],[-61.179863,13.383193],[-61.120285,13.307499],[-61.184448,13.130278]]],[[[-59.533058,13.050554],[-59.64278,13.146388],[-59.631111,13.334999],[-59.429169,13.164999],[-59.533058,13.050554]]],[[[-69.882233,12.41111],[-70.059036,12.540208],[-70.059662,12.627776],[-69.932236,12.528055],[-69.882233,12.41111]]],[[[-68.746948,12.040277],[-69.0625,12.188332],[-69.16362,12.366388],[-68.824173,12.160276],[-68.746948,12.040277]]],[[[-68.251114,12.020555],[-68.400566,12.222499],[-68.397224,12.302916],[-68.197365,12.222637],[-68.251114,12.020555]]],[[[-61.610001,12.227777],[-61.630142,12.04611],[-61.785179,12.003819],[-61.707504,12.196943],[-61.610001,12.227777]]],[[[-60.797501,11.141666],[-60.847229,11.176943],[-60.529587,11.345554],[-60.531807,11.259027],[-60.797501,11.141666]]],[[[-61.079445,10.824165],[-60.909237,10.827013],[-61.034168,10.678194],[-61.004448,10.149582],[-61.909515,10.040346],[-61.453754,10.294165],[-61.473618,10.597776],[-61.662018,10.708402],[-61.079445,10.824165]]],[[[-82.325119,9.407864],[-82.256744,9.427804],[-82.235252,9.332502],[-82.249756,9.330689],[-82.325119,9.407864]]],[[[-78.871674,8.456944],[-78.834732,8.319721],[-78.922226,8.270555],[-78.962791,8.437637],[-78.871674,8.456944]]],[[[-81.738907,7.639163],[-81.713623,7.436666],[-81.590141,7.32986],[-81.853348,7.446666],[-81.738907,7.639163]]]]},"type":"Feature","properties":{"postal":"NA","name":"North America","type":"Continent","center":[-101.87499999999999,51.45603532417178]}},"EU":{"geometry":{"type":"MultiPolygon","coordinates":[[[[58.061378,81.687759],[57.889858,81.709854],[59.435547,81.819298],[59.159714,81.728867],[58.061378,81.687759]]],[[[62.161926,81.687195],[63.296104,81.719986],[63.802773,81.65332],[63.470825,81.582489],[62.161926,81.687195]]],[[[58.29969,81.590927],[58.377213,81.611923],[58.717281,81.598175],[58.229156,81.578735],[58.29969,81.590927]]],[[[61.77668,81.608322],[62.120544,81.584427],[62.201382,81.562065],[61.654434,81.603043],[61.77668,81.608322]]],[[[58.080551,81.366379],[57.441376,81.431656],[56.741379,81.448593],[57.75444,81.561371],[58.571384,81.409012],[58.080551,81.366379]]],[[[58.461937,81.338593],[58.954994,81.404709],[59.380268,81.321243],[58.977768,81.284714],[58.461937,81.338593]]],[[[55.556335,81.219162],[55.431938,81.274712],[56.602631,81.260269],[56.365829,81.384995],[57.902771,81.290268],[55.556335,81.219162]]],[[[54.259766,81.291702],[54.115963,81.349709],[54.421936,81.273178],[54.317215,81.2686],[54.259766,81.291702]]],[[[59.861725,81.300262],[60.426102,81.299149],[60.636173,81.270691],[59.722214,81.283325],[59.861725,81.300262]]],[[[57.08329,81.181396],[57.874161,81.237198],[58.080551,81.209717],[56.994713,81.165543],[57.08329,81.181396]]],[[[59.015511,81.212097],[59.684433,81.210266],[59.84277,81.182755],[59.496941,81.173309],[59.015511,81.212097]]],[[[62.557465,80.844116],[64.094711,80.9897],[64.550262,81.195816],[65.238586,81.133041],[65.467346,80.925125],[63.212494,80.681656],[62.557465,80.844116]]],[[[50.415245,81.039459],[50.516388,81.161926],[50.982353,81.103455],[50.375961,81.022072],[50.415245,81.039459]]],[[[58.215881,81.136353],[58.406654,81.152771],[58.648605,81.134995],[58.149437,81.12886],[58.215881,81.136353]]],[[[60.101089,81.007477],[60.756386,81.100815],[61.656097,81.093872],[61.05249,80.919434],[60.101089,81.007477]]],[[[54.429459,81.024155],[56.089714,81.038315],[57.718807,80.790817],[57.017769,80.694427],[56.63166,80.80748],[54.429459,81.024155]]],[[[56.104507,81.103073],[57.486656,81.046371],[58.278603,80.919708],[57.610275,80.856644],[56.104507,81.103073]]],[[[57.847969,81.0392],[58.051102,81.106934],[58.696518,81.024086],[58.399994,80.946091],[57.847969,81.0392]]],[[[48.714439,80.276657],[49.107285,80.185463],[47.65416,80.06749],[48.082497,80.197205],[46.626102,80.294983],[48.185406,80.333321],[47.623463,80.398804],[48.228882,80.420258],[48.129856,80.464989],[47.39159,80.45005],[49.192215,80.521378],[49.681381,80.717484],[48.961731,80.730255],[50.184433,80.922485],[50.440266,80.906792],[50.011799,80.860741],[51.038467,80.847275],[50.248325,80.743729],[50.343323,80.711105],[51.746243,80.715126],[48.714439,80.276657]]],[[[57.944382,80.829987],[58.719154,80.896378],[59.025269,80.822495],[57.818745,80.80304],[57.944382,80.829987]]],[[[54.0047,80.826645],[55.130821,80.8936],[55.979988,80.798599],[54.841103,80.719711],[54.0047,80.826645]]],[[[59.313347,80.541428],[59.280273,80.696091],[59.724709,80.833878],[61.851936,80.886108],[62.284019,80.770828],[61.066101,80.403595],[59.313347,80.541428]]],[[[46.08416,80.43692],[46.036385,80.57222],[44.859997,80.613457],[47.501938,80.855545],[48.530273,80.789978],[48.653877,80.750275],[48.453606,80.720535],[48.764858,80.649429],[47.751663,80.766388],[47.302212,80.654289],[47.423607,80.588882],[46.08416,80.43692]]],[[[55.500282,80.723312],[56.51416,80.77832],[56.948601,80.692749],[55.904991,80.631653],[55.500282,80.723312]]],[[[20.833607,80.674149],[20.806385,80.70166],[20.519163,80.761246],[21.004442,80.704163],[20.833607,80.674149]]],[[[21.113052,80.649429],[21.027567,80.683243],[21.362913,80.681786],[21.353329,80.674988],[21.113052,80.649429]]],[[[53.214447,80.515747],[53.30138,80.595406],[53.14138,80.64888],[53.543953,80.526657],[53.214447,80.515747]]],[[[58.548607,80.618042],[58.805824,80.646942],[58.85527,80.640274],[58.806381,80.582764],[58.548607,80.618042]]],[[[57.282707,80.614731],[57.4161,80.641937],[58.034996,80.619141],[57.528046,80.547485],[57.282707,80.614731]]],[[[53.831413,80.499969],[54.0075,80.607483],[54.461941,80.471237],[54.229431,80.419144],[53.831413,80.499969]]],[[[54.665588,80.519394],[54.997215,80.56192],[55.163185,80.497765],[54.947487,80.46666],[54.665588,80.519394]]],[[[19.966385,80.476929],[19.848051,80.50499],[20.128191,80.5093],[20.000553,80.48526],[19.966385,80.476929]]],[[[18.805832,79.969986],[17.790831,80.127068],[19.340553,80.08638],[19.579859,80.149292],[18.979996,80.336655],[19.84083,80.220963],[19.913746,80.376648],[19.458744,80.420677],[19.668884,80.501663],[20.853329,80.211105],[21.838329,80.271103],[21.607983,80.1213],[22.2575,79.978317],[22.568539,80.296371],[22.361107,80.410263],[22.749161,80.324158],[22.88694,80.490265],[23.355829,80.426514],[23.127079,80.382767],[23.339718,80.342422],[23.047497,80.24498],[23.101387,80.120819],[24.836384,80.350815],[24.77972,80.246643],[27.182217,80.106934],[27.101109,79.967484],[27.235548,79.913902],[25.811108,79.613869],[25.975273,79.507767],[25.722773,79.407906],[23.759163,79.174149],[22.654163,79.296928],[22.837498,79.407486],[20.936108,79.366089],[19.637634,79.602341],[21.123051,79.559418],[20.480619,79.678726],[21.839165,79.702774],[22.32069,79.794991],[18.771385,79.717484],[18.154163,79.909988],[18.805832,79.969986]]],[[[57.63501,80.110519],[57.271935,80.166092],[57.270962,80.389572],[56.946381,80.474426],[59.275131,80.331238],[58.371658,80.313873],[58.076801,80.251381],[58.435822,80.168594],[57.63501,80.110519]]],[[[54.45166,80.415436],[54.67305,80.49054],[54.863052,80.450272],[54.373325,80.403046],[54.45166,80.415436]]],[[[24.308887,80.382202],[24.161942,80.384995],[24.131523,80.394783],[24.382219,80.392487],[24.308887,80.382202]]],[[[55.103073,80.423309],[55.286385,80.451385],[55.364021,80.431641],[54.980545,80.414154],[55.103073,80.423309]]],[[[55.80275,80.417145],[55.873047,80.435257],[56.325134,80.391373],[56.22332,80.371368],[55.80275,80.417145]]],[[[52.318916,80.218506],[52.181381,80.271927],[52.931664,80.408875],[53.869923,80.261101],[52.318916,80.218506]]],[[[55.802849,80.127136],[56.0443,80.194145],[56.007217,80.335815],[57.130131,80.312485],[57.024437,80.071106],[55.802849,80.127136]]],[[[18.456661,80.238037],[18.370831,80.263885],[18.119442,80.284714],[18.75861,80.301926],[18.456661,80.238037]]],[[[54.894104,80.262756],[55.328606,80.344437],[55.543884,80.293869],[55.120544,80.218323],[54.894104,80.262756]]],[[[54.177017,80.218567],[54.2211,80.327209],[54.445824,80.280823],[54.421104,80.224991],[54.177017,80.218567]]],[[[31.582497,80.069443],[31.44944,80.085815],[33.637497,80.213318],[32.315269,80.089432],[31.582497,80.069443]]],[[[49.874359,80.06366],[49.532211,80.152206],[50.331661,80.174431],[50.066101,80.059143],[49.874359,80.06366]]],[[[59.909142,80.181625],[60.098877,80.203873],[60.287632,80.169846],[60.23027,80.161652],[59.909142,80.181625]]],[[[27.878178,80.166061],[28.07069,80.141518],[27.676802,80.120117],[27.719162,80.158035],[27.878178,80.166061]]],[[[58.799683,80.006699],[59.450829,80.11499],[59.86055,79.987762],[59.364716,79.914429],[58.799683,80.006699]]],[[[50.066368,79.979202],[51.008049,80.098877],[51.501938,79.931656],[50.50972,79.940262],[50.066368,79.979202]]],[[[49.35556,80.047836],[49.460548,80.092758],[49.681244,80.03318],[49.431664,80.015274],[49.35556,80.047836]]],[[[16.421383,78.902771],[15.646943,79.839783],[16.110828,79.86026],[15.951387,79.934425],[16.307774,80.062759],[16.819164,79.872208],[17.557774,79.891792],[18.087011,79.728172],[17.637703,79.376091],[18.356941,79.628311],[18.859718,79.450546],[18.937218,79.160263],[19.723606,79.151093],[19.906662,79.013885],[21.540552,78.759918],[18.969925,78.451996],[19.085344,78.093452],[18.410828,78.021652],[18.296524,77.512909],[17.738327,77.4711],[17.343399,77.055466],[17.101177,77.04734],[17.293331,76.949997],[16.920898,76.790192],[17.200968,76.699425],[16.612774,76.570541],[15.502151,76.881371],[16.498604,77.000824],[14.46722,77.171646],[13.914165,77.524994],[16.223049,77.434982],[14.745624,77.659294],[16.800552,77.806931],[17.006107,77.931366],[13.951665,77.718048],[13.756249,77.729843],[13.592219,78.0522],[14.355831,77.962769],[14.221942,78.078941],[17.295204,78.421791],[16.330275,78.450958],[16.810829,78.674988],[15.472775,78.451241],[15.198887,78.590546],[15.448887,78.633041],[15.370831,78.84304],[15.027915,78.599014],[14.531666,78.682755],[14.388888,78.491508],[14.728192,78.386238],[13.006666,78.197479],[12.371594,78.480888],[13.18736,78.541573],[11.918193,78.62928],[11.644791,78.735954],[11.924304,78.82592],[11.337012,78.960541],[12.500692,78.911995],[11.755278,79.075821],[12.115273,79.29332],[11.638611,79.319443],[11.709998,79.163734],[11.236385,79.093048],[10.682359,79.546089],[11.180277,79.559418],[10.859372,79.59742],[11.366108,79.634995],[11.195692,79.774994],[11.696386,79.834991],[12.311388,79.661926],[12.162221,79.806091],[13.82472,79.875259],[13.967359,79.769989],[12.449304,79.568878],[13.474858,79.582489],[13.264721,79.470955],[14.058887,79.260269],[14.153888,79.335266],[13.884998,79.538315],[14.584997,79.804153],[15.262638,79.612343],[15.772637,79.237762],[15.714443,79.110809],[16.421383,78.902771]]],[[[58.362465,79.93808],[58.664295,79.975815],[58.986103,79.89846],[58.280132,79.929703],[58.362465,79.93808]]],[[[10.973053,79.729156],[10.755278,79.736649],[10.642082,79.746933],[10.756109,79.783325],[10.973053,79.729156]]],[[[10.781666,79.650269],[10.712219,79.713608],[11.076109,79.662766],[10.922775,79.651093],[10.781666,79.650269]]],[[[20.142773,79.33194],[19.676662,79.338043],[19.62833,79.388321],[20.178051,79.343254],[20.142773,79.33194]]],[[[20.342495,78.990814],[20.047636,79.040123],[20.831108,79.056931],[20.707218,79.01416],[20.342495,78.990814]]],[[[28.095551,78.811646],[28.019718,78.867477],[28.428883,78.951935],[29.70805,78.896378],[28.095551,78.811646]]],[[[12.120552,78.195816],[11.073332,78.455826],[10.487914,78.893326],[11.006109,78.829163],[11.267221,78.53804],[11.82111,78.441086],[12.120552,78.195816]]],[[[26.735828,78.623871],[26.466246,78.701653],[26.398052,78.774017],[27.015137,78.695679],[26.735828,78.623871]]],[[[20.142666,78.469604],[22.028885,78.580826],[22.241383,78.480545],[22.268053,78.265411],[20.671108,78.187485],[20.779999,78.284424],[20.470551,78.316376],[20.663883,78.387207],[20.142666,78.469604]]],[[[22.641106,77.253052],[22.423607,77.257217],[22.415621,77.411652],[22.773191,77.546158],[20.867218,77.454575],[21.644997,77.912491],[20.868746,78.090126],[22.982773,78.246933],[23.459717,78.155823],[23.112774,77.988586],[24.902218,77.747063],[22.641106,77.253052]]],[[[59.147217,74.438583],[58.191948,74.575233],[58.613884,74.427765],[58.724159,74.235809],[58.279854,74.217903],[58.38472,74.131088],[58.136799,74.137077],[58.135826,73.98526],[57.533882,74.181931],[57.2575,74.076096],[57.911659,73.915543],[57.724159,73.715263],[57.402771,73.838318],[56.567841,73.880119],[57.330551,73.824158],[57.613609,73.662201],[57.351105,73.549713],[56.727005,73.671509],[57.252495,73.491234],[56.74958,73.245262],[55.907768,73.440262],[55.926659,73.304153],[54.971657,73.4422],[54.214294,73.324158],[54.036942,73.383179],[55.173882,73.711098],[54.060822,73.60582],[53.632698,73.758942],[54.80027,73.977272],[54.590614,74.008041],[55.021244,74.172485],[55.862003,74.108177],[55.075272,74.261383],[55.741867,74.292824],[55.234299,74.366089],[55.364437,74.4347],[56.281384,74.487549],[55.49791,74.569016],[55.571663,74.659714],[56.984581,74.687149],[55.817699,74.804497],[56.675964,74.948807],[55.88916,74.988586],[55.728878,75.076241],[55.803329,75.149429],[56.354713,75.189148],[56.480545,75.061371],[56.908253,75.236862],[56.732349,75.298248],[56.869438,75.359711],[57.737213,75.323044],[57.512215,75.494148],[58.789436,75.838882],[60.835129,76.113876],[60.468464,76.013878],[60.729156,76.002213],[61.156101,76.131584],[60.904922,76.148109],[61.066383,76.27388],[62.502495,76.176651],[65.974426,76.528046],[65.757622,76.681854],[67.545822,77.010818],[68.931366,76.782761],[68.861099,76.541931],[68.290817,76.279984],[63.58194,75.710815],[61.514301,75.223877],[61.283257,75.318314],[60.736656,75.024994],[59.930199,74.997269],[60.682495,74.927208],[60.203739,74.846443],[60.367493,74.786377],[60.24305,74.743042],[59.509995,74.794983],[59.869572,74.680817],[59.763744,74.589012],[59.169441,74.719711],[59.287636,74.64138],[59.147217,74.438583]]],[[[24.991104,76.435257],[25.065273,76.530548],[25.582218,76.70665],[25.033331,76.481926],[24.991104,76.435257]]],[[[59.932732,76.13472],[60.041107,76.156937],[60.494717,76.183319],[59.867214,76.107346],[59.932732,76.13472]]],[[[58.793549,75.921402],[59.197769,75.982483],[59.263607,75.965965],[58.69471,75.899429],[58.793549,75.921402]]],[[[19.069164,74.343048],[18.854164,74.433319],[18.791109,74.478874],[19.29986,74.471794],[19.069164,74.343048]]],[[[57.314156,70.560532],[56.642494,70.629974],[56.514717,70.74971],[56.219574,70.660126],[56.65263,70.578949],[55.87513,70.580269],[55.407028,70.7481],[55.164925,70.553177],[54.573441,70.781479],[54.479156,70.733871],[54.756245,70.652275],[53.463608,70.813873],[53.739574,70.949295],[53.508331,71.086105],[54.236031,71.124779],[53.504997,71.2211],[53.941238,71.458527],[53.446381,71.297066],[53.255829,71.446091],[53.364994,71.565125],[52.919441,71.405548],[52.55249,71.594437],[51.797218,71.474991],[51.394997,71.848602],[51.841934,72.1586],[52.403324,72.079575],[52.409576,72.225128],[52.746101,72.336929],[52.665127,72.432274],[53.084156,72.593941],[52.755131,72.636513],[53.214436,72.6493],[52.38055,72.721786],[52.976795,72.919846],[53.37402,72.878731],[53.140896,73.003937],[53.38166,73.008331],[53.125687,73.091515],[53.32893,73.217041],[54.226936,73.274429],[54.914436,73.422211],[55.321938,73.332207],[56.43721,73.22554],[56.586033,73.132347],[55.812214,73.057755],[56.460133,73.046928],[56.340408,72.993866],[55.621521,72.963463],[56.256107,72.968315],[56.164154,72.792206],[55.436935,72.781654],[55.943737,72.664574],[55.132977,72.450676],[55.463604,72.428314],[55.57555,72.189285],[55.221016,71.925613],[55.50539,71.8918],[56.228043,71.194138],[57.633118,70.728111],[57.38652,70.602623],[56.744366,70.699501],[57.314156,70.560532]]],[[[53.00103,70.977173],[52.644997,71.219147],[52.211105,71.319443],[52.710274,71.401093],[53.203747,71.253876],[53.048332,71.066666],[53.141937,70.978317],[53.00103,70.977173]]],[[[-9.043091,70.803864],[-8.344482,71.136658],[-7.928513,71.149696],[-8.008362,71.030258],[-9.043091,70.803864]]],[[[25.585278,70.922211],[25.294441,71.042221],[25.784721,71.154709],[26.038055,71.10527],[25.93972,71.000824],[26.217081,71.03714],[25.585278,70.922211]]],[[[16.863796,40.39035],[16.490555,39.749161],[17.145554,39.396385],[17.169167,38.963333],[16.614998,38.817635],[16.569166,38.428333],[16.087776,37.946106],[15.720276,37.931107],[15.629581,38.229298],[15.906111,38.472771],[15.829026,38.627979],[16.178192,38.745205],[16.21979,38.921383],[15.663749,40.033051],[15.35486,40.000896],[14.941944,40.234161],[14.830763,40.631519],[14.401943,40.599998],[14.452776,40.747913],[14.073889,40.821938],[13.712221,41.25111],[13.029583,41.260136],[11.627707,42.29826],[11.097429,42.396523],[11.158054,42.554993],[10.588888,42.957497],[10.111804,44.00375],[8.747221,44.428051],[8.067778,43.893051],[7.246805,43.70166],[6.641666,43.184998],[6.165277,43.050552],[5.039583,43.347912],[5.231527,43.465832],[5.024166,43.552635],[4.815055,43.399216],[4.7075,43.572079],[4.758961,43.374149],[4.05625,43.562775],[3.258055,43.227493],[2.961319,42.842216],[3.168472,42.359718],[3.317986,42.32048],[3.118055,42.225132],[3.201666,41.892776],[2.117361,41.289299],[0.993055,41.04805],[0.703611,40.796871],[0.896597,40.725761],[0.541944,40.56916],[-0.326111,39.49472],[-0.1825,39.02916],[0.207222,38.732208],[-0.511667,38.324997],[-0.858333,37.715549],[-0.723472,37.602219],[-1.3275,37.558052],[-1.643611,37.372772],[-2.122917,36.733467],[-2.347084,36.840549],[-2.768889,36.678329],[-4.399862,36.721455],[-4.639722,36.508327],[-5.172639,36.411873],[-5.338309,36.112072],[-5.613611,36.006104],[-6.044167,36.186108],[-6.4325,36.692356],[-6.355556,36.860832],[-6.959923,37.221836],[-7.431854,37.253189],[-7.897779,37.008888],[-8.989237,37.026314],[-8.795862,37.442513],[-8.802502,38.374443],[-8.673334,38.413887],[-8.76889,38.51722],[-9.183889,38.419716],[-9.274237,38.668743],[-8.919746,38.765892],[-8.994307,38.94062],[-9.118473,38.71722],[-9.490834,38.793884],[-9.359584,39.356663],[-9.085556,39.614998],[-8.660139,40.691109],[-8.880835,41.751663],[-8.745008,41.952499],[-8.87514,41.879509],[-8.897501,42.110554],[-8.579863,42.349022],[-8.864861,42.249649],[-8.656113,42.427773],[-8.840834,42.391388],[-8.906113,42.475136],[-8.720497,42.69849],[-9.029375,42.524162],[-8.915833,42.789024],[-9.086668,42.740273],[-9.293335,42.922493],[-9.169724,43.185829],[-8.329723,43.403885],[-7.898056,43.76416],[-7.044819,43.490402],[-5.854167,43.648048],[-4.514552,43.396347],[-3.585556,43.510277],[-3.150593,43.353561],[-1.780877,43.359924],[-1.443889,43.640549],[-1.208611,44.625832],[-1.040625,44.674927],[-1.245833,44.675343],[-1.089445,45.558605],[-0.539931,44.895622],[-0.781528,45.466522],[-1.238858,45.706215],[-1.070972,45.90395],[-1.114635,46.316582],[-1.786389,46.488327],[-2.125417,46.830971],[-1.985872,47.03693],[-2.170834,47.126663],[-2.134167,47.278053],[-1.735,47.208675],[-2.012778,47.319855],[-2.539653,47.298054],[-2.367084,47.501526],[-2.831875,47.497284],[-2.700278,47.637077],[-3.12507,47.595409],[-3.132639,47.476662],[-3.216945,47.650551],[-3.982223,47.889717],[-4.367362,47.808743],[-4.722238,48.039177],[-4.282917,48.116524],[-4.546597,48.174438],[-4.566528,48.332077],[-4.192153,48.29937],[-4.440463,48.346199],[-4.760625,48.334995],[-4.750973,48.53944],[-3.582431,48.677773],[-3.536667,48.825829],[-3.226111,48.869579],[-2.685278,48.501663],[-2.307222,48.676109],[-1.976111,48.51305],[-1.988056,48.686943],[-1.368889,48.643608],[-1.562569,48.748955],[-1.609722,49.214996],[-1.922014,49.726456],[-1.264167,49.684166],[-1.109583,49.369438],[-0.228333,49.283607],[0.465764,49.468815],[0.075833,49.522568],[0.211111,49.718884],[1.43875,50.10083],[1.739583,50.945274],[3.528888,51.411663],[4.309677,51.262032],[4.202499,51.404999],[3.444236,51.529369],[3.835,51.606667],[4.283611,51.448051],[3.997847,51.590134],[4.209435,51.674091],[3.867986,51.812149],[4.574371,52.454472],[5.4225,52.24902],[5.813735,52.428463],[5.878055,52.509438],[5.855,52.606911],[5.600555,52.658192],[5.718352,52.83802],[5.370798,52.880199],[5.369861,53.070412],[5.100277,52.948051],[5.303194,52.704857],[5.167777,52.628883],[5.050624,52.641525],[5.029722,52.624092],[5.078055,52.416107],[4.582014,52.477081],[4.738819,52.956661],[5.094444,52.959164],[5.599166,53.300278],[6.741944,53.465828],[7.200486,53.24041],[7.350902,53.307251],[7.04993,53.341106],[7.093541,53.588188],[7.907499,53.719444],[8.210277,53.403049],[8.269583,53.607494],[8.494444,53.554993],[8.484721,53.412216],[8.503887,53.362358],[8.565519,53.529057],[8.484097,53.686317],[8.659026,53.892635],[9.283401,53.855549],[9.577916,53.588608],[9.829061,53.541698],[9.332776,53.854996],[8.906804,53.934715],[8.84427,54.034752],[9.017221,54.084999],[8.82736,54.151661],[8.88361,54.294167],[8.600485,54.326382],[9.011249,54.503468],[8.641388,54.832218],[8.300901,54.856453],[8.290833,54.742805],[8.293333,54.900555],[8.388193,55.049164],[8.420422,54.919643],[8.664545,54.913094],[8.676109,55.114166],[8.492083,55.062702],[8.475138,55.179581],[8.689444,55.160271],[8.618194,55.431107],[8.092916,55.556206],[8.127707,55.983814],[8.191387,55.810692],[8.395693,55.894718],[8.262916,56.078884],[8.108332,56.017776],[8.121179,56.54826],[8.220728,56.707424],[8.64354,56.474297],[9.072783,56.807613],[9.062916,56.565758],[9.318262,56.52541],[9.1782,56.916031],[9.974274,57.071732],[10.311891,56.981304],[10.305277,56.748055],[9.866388,56.650276],[10.343055,56.692635],[10.361943,56.644997],[10.214721,56.544304],[10.187777,56.468605],[10.308666,56.578159],[10.961944,56.442219],[10.744999,56.163887],[10.519721,56.09972],[10.355693,56.197495],[10.44861,56.291939],[10.239367,56.172607],[10.184582,55.82819],[9.869582,55.843746],[10.044443,55.815689],[9.992777,55.704994],[9.554582,55.70298],[9.819166,55.604721],[9.704166,55.531105],[9.589722,55.41819],[9.677152,55.191174],[9.461526,55.122147],[9.76611,54.896385],[9.439443,54.80798],[9.972013,54.760757],[10.032499,54.555275],[9.86604,54.457287],[10.690554,54.309299],[11.073889,54.376389],[11.093957,54.205482],[10.762221,54.056522],[10.818535,53.890053],[11.094721,54.013611],[11.412777,53.919716],[12.526943,54.474159],[12.921527,54.42746],[12.463888,54.395134],[12.374373,54.262428],[13.023888,54.399719],[13.454582,54.09708],[13.710832,54.170826],[13.80854,53.854786],[13.959166,53.774994],[14.525,53.660553],[14.553472,53.857773],[13.829189,53.859505],[14.056003,53.984863],[13.768471,54.165829],[14.376388,53.91222],[16.174721,54.259163],[16.54361,54.544716],[18.043331,54.834026],[18.336109,54.836037],[18.703888,54.700272],[18.774719,54.666382],[18.406109,54.73819],[18.595205,54.427773],[18.843748,54.351803],[19.43972,54.385826],[19.836384,54.599998],[19.630344,54.443069],[19.408051,54.358887],[19.230761,54.333672],[19.371109,54.2686],[20.397289,54.675064],[19.872711,54.640549],[19.99041,54.957214],[20.422634,54.947628],[20.89444,55.24305],[21.092009,55.714016],[21.046663,55.32972],[20.531698,54.964363],[21.245064,54.955059],[21.289024,55.286457],[20.973606,56.237907],[21.052227,56.81749],[21.395691,57.026657],[21.417286,57.281933],[21.729023,57.574718],[22.606905,57.749058],[22.64333,57.585274],[23.135691,57.364441],[23.256107,57.100964],[23.655273,56.965893],[24.404163,57.251244],[24.288954,57.833466],[24.55451,58.324715],[24.33083,58.386662],[24.103607,58.235542],[23.728607,58.370827],[23.495548,58.694153],[23.864233,58.773048],[23.483051,58.80999],[23.438328,58.939987],[23.636663,58.974293],[23.410414,59.015686],[23.505274,59.226795],[24.795969,59.564995],[25.39921,59.488232],[25.477425,59.658047],[27.887913,59.4086],[28.066248,59.544437],[28.074581,59.794579],[28.366802,59.66124],[28.495829,59.855274],[28.832218,59.783466],[29.194578,60.006802],[30.218052,59.896938],[29.824165,60.168327],[29.046387,60.181664],[28.59833,60.387215],[28.446735,60.548954],[28.705736,60.460873],[28.554302,60.608467],[28.676731,60.735825],[28.146664,60.529434],[27.219164,60.583744],[26.500135,60.444996],[26.74972,60.57534],[26.652359,60.646385],[26.416527,60.391663],[26.055067,60.422771],[26.078749,60.294025],[25.838194,60.398468],[25.921663,60.243744],[25.657497,60.361248],[24.472498,59.990414],[24.333054,60.071938],[23.431595,59.953815],[23.537497,60.067562],[23.249304,59.837914],[22.900276,59.806801],[23.257217,59.919441],[23.335693,60.023952],[23.109232,59.925652],[23.25486,60.037079],[22.874443,60.145554],[23.08465,60.345203],[22.565474,60.211937],[22.449303,60.242355],[22.626595,60.380444],[21.803055,60.482498],[21.824444,60.619164],[21.424164,60.5793],[21.328331,60.865273],[21.554443,61.309441],[21.468887,61.556522],[21.663887,61.540276],[21.284582,61.946384],[21.371666,62.259995],[21.065969,62.59798],[21.435553,63.034718],[21.676596,63.020134],[21.496872,63.203537],[22.339998,63.276524],[22.187845,63.445133],[22.288193,63.525692],[23.318886,63.89666],[24.339304,64.52166],[24.539581,64.799156],[25.319443,64.817764],[25.189304,64.96402],[25.444233,64.953392],[25.267498,65.169998],[25.351248,65.478745],[24.669167,65.654709],[24.553539,65.762001],[24.689163,65.896103],[23.077358,65.700829],[22.675831,65.902222],[22.679302,65.760475],[22.329166,65.829712],[22.249054,65.632492],[22.399998,65.536797],[21.765829,65.712143],[22.194372,65.542282],[21.471247,65.383743],[21.659304,65.245827],[21.328678,65.37027],[21.26486,65.338257],[21.619373,65.151375],[21.039373,64.823814],[21.3034,64.761658],[21.104721,64.719849],[21.584999,64.439713],[20.963747,64.1427],[20.774025,63.867081],[19.704998,63.431938],[19.425831,63.546314],[19.062498,63.176941],[18.896666,63.27319],[18.289165,62.997215],[18.575205,62.9618],[18.204027,62.777359],[17.700552,62.992706],[18.046387,62.595276],[17.330832,62.487774],[17.373888,62.326801],[17.648886,62.231731],[17.35083,61.94347],[17.495171,61.634579],[17.333193,61.713467],[17.148781,61.717285],[17.264545,61.685375],[17.09861,61.602776],[17.21965,61.43465],[17.105276,61.399925],[17.152498,60.942776],[17.377098,60.618988],[17.687916,60.497356],[17.96097,60.592079],[18.239582,60.329021],[18.437845,60.339996],[18.599615,60.235619],[18.317081,60.308189],[18.816387,60.096382],[19.070553,59.889717],[18.864719,59.79805],[19.072638,59.738194],[18.091389,59.334442],[17.782776,59.38916],[17.817707,59.586452],[17.603962,59.650627],[17.654163,59.718048],[17.59104,59.803051],[17.444721,59.676109],[17.543152,59.573006],[17.510138,59.696732],[17.612568,59.732426],[17.561171,59.668449],[17.785831,59.532635],[17.731386,59.444855],[17.382845,59.652359],[17.404444,59.469162],[16.558609,59.609856],[16.032463,59.490166],[16.877775,59.381939],[16.695415,59.470478],[16.836735,59.489647],[17.370554,59.248051],[17.352913,59.321453],[17.847221,59.264442],[18.27854,59.366108],[18.45472,59.331108],[18.477219,59.435272],[18.643156,59.321869],[18.277222,59.310829],[18.311386,59.1325],[17.894722,58.858887],[17.666248,59.167355],[17.629095,58.910202],[17.349998,58.75222],[16.193607,58.627495],[16.933609,58.488327],[16.422844,58.477772],[16.769997,58.367218],[16.825832,58.176666],[16.620207,57.987011],[16.763609,57.881241],[16.506212,57.991974],[16.695175,57.741699],[16.419233,57.889091],[16.711388,57.702637],[16.665831,57.408535],[16.472221,57.290276],[16.584442,57.046661],[16.379824,56.663326],[15.865555,56.092216],[14.692636,56.158192],[14.738333,56.010826],[14.555137,56.056248],[14.217222,55.830276],[14.365936,55.542843],[14.193546,55.386147],[12.982222,55.400551],[12.921179,55.572426],[13.061109,55.680759],[12.460069,56.296661],[12.799234,56.225899],[12.624305,56.418331],[12.917221,56.578606],[12.348888,56.916805],[12.094999,57.426941],[11.902777,57.424305],[11.887777,57.693886],[11.701874,57.699924],[11.880486,58.20208],[11.798054,58.318329],[11.729165,58.328609],[11.52861,58.230759],[11.201387,58.399437],[11.113333,59.003609],[11.319999,59.100273],[11.432776,58.995136],[11.354929,59.106728],[10.764721,59.220276],[10.659166,59.363884],[10.691463,59.479263],[10.559583,59.724789],[10.741179,59.890343],[10.473263,59.84409],[10.609859,59.591873],[10.513054,59.524994],[10.377638,59.700829],[10.230902,59.729092],[10.515694,59.306244],[10.23111,59.038605],[9.877499,58.954994],[9.551596,59.114021],[9.693054,58.983055],[8.127499,58.098885],[6.602916,58.069439],[6.759999,58.244022],[6.011944,58.379715],[5.508472,58.667637],[5.55861,59.030273],[6.168611,58.832222],[6.119166,58.957008],[6.617083,59.053467],[6.163611,58.995831],[6.036388,58.904507],[5.869861,59.065552],[6.459791,59.32048],[5.996527,59.332912],[6.468888,59.555275],[5.940173,59.353226],[5.883471,59.436386],[6.145555,59.479301],[5.807777,59.469162],[5.667659,59.409065],[5.852499,59.344162],[5.516527,59.275551],[5.178888,59.506802],[5.48118,59.727913],[5.459735,59.519218],[5.568471,59.675621],[6.061805,59.742916],[6.303645,59.844475],[5.698333,59.832771],[6.204721,60.295555],[6.63493,60.406105],[6.531666,60.258888],[6.505972,60.107635],[6.521944,60.083466],[6.741666,60.436943],[7.102013,60.496105],[6.221319,60.407356],[5.747222,59.986664],[5.641805,60.145828],[5.548749,60.14909],[5.728089,60.383743],[5.411111,60.129715],[5.14493,60.361038],[5.285555,60.52166],[5.487083,60.422634],[5.637222,60.416943],[5.706458,60.459507],[5.719999,60.674438],[5.627777,60.713051],[5.360277,60.564995],[5.19861,60.577499],[4.93111,60.800549],[5.428055,60.62722],[5.237499,60.770622],[5.532083,60.871109],[5.070138,60.82972],[5.012291,61.040272],[6.372222,61.061943],[6.818194,61.141663],[7.113889,60.860275],[6.998055,61.087841],[7.428611,61.181389],[7.304166,61.291248],[7.562465,61.470341],[7.279444,61.325554],[7.353889,61.189995],[6.961249,61.109856],[6.579028,61.211666],[6.712638,61.394787],[6.428472,61.113194],[5.115833,61.141663],[5.243055,61.182358],[4.952499,61.256107],[5.627083,61.361313],[4.949444,61.410412],[5.796249,61.447983],[5.188333,61.498886],[5.338675,61.59248],[4.971944,61.632149],[4.982916,61.739994],[5.417222,61.911247],[5.744721,61.842216],[6.469166,61.800827],[6.763611,61.86805],[5.433611,61.934998],[5.154583,61.892498],[5.399096,62.018814],[5.080138,62.176662],[5.468888,62.006802],[5.421041,62.17812],[6.360416,62.060898],[5.920138,62.20673],[6.320416,62.367634],[6.533263,62.110413],[6.395138,62.37722],[6.703332,62.444859],[6.877985,62.412563],[6.944652,62.108955],[7.003055,62.085548],[7.068749,62.091248],[7.027777,62.266525],[7.415138,62.229721],[6.786527,62.477219],[6.255694,62.456108],[6.646832,62.495758],[6.252985,62.57777],[7.089999,62.647774],[7.539166,62.499161],[7.772639,62.574856],[7.411944,62.617008],[8.137984,62.693642],[6.954583,62.724026],[6.949444,62.931389],[7.265139,63.011383],[7.46736,62.911247],[8.010971,62.966942],[8.17986,62.80069],[8.548332,62.653885],[8.15361,62.944092],[7.880902,63.002563],[8.098055,63.103748],[8.357777,62.880554],[8.53177,62.847218],[8.417568,62.951313],[8.656839,62.971695],[8.160971,63.11805],[8.940138,63.207912],[8.479722,63.291801],[8.75854,63.342915],[8.672222,63.413887],[9.000971,63.464649],[9.231388,63.353882],[9.418055,63.374718],[9.152811,63.48576],[9.534582,63.60458],[9.717499,63.630272],[9.97611,63.35611],[10.263193,63.26482],[10.064444,63.419716],[10.911804,63.45805],[10.761665,63.50576],[10.913124,63.599926],[10.666248,63.54541],[11.459929,63.79826],[11.095485,63.886246],[11.487916,64.005547],[11.313054,64.116241],[10.579929,63.804787],[11.074721,63.839718],[10.941944,63.738052],[10.047777,63.496109],[9.789165,63.662498],[10.094582,63.759647],[9.570276,63.661385],[9.545277,63.766109],[10.192778,63.932911],[9.982222,63.990555],[10.652082,64.355545],[10.495291,64.423813],[10.849443,64.370552],[10.662638,64.443115],[10.965693,64.600967],[11.273333,64.45166],[11.221666,64.316101],[11.728054,64.579712],[11.438332,64.711105],[12.217082,64.940681],[11.241527,64.733597],[11.695971,64.89888],[11.301805,64.885132],[12.624722,65.133606],[12.939235,65.320885],[12.47979,65.1343],[12.368332,65.157768],[12.675387,65.251717],[12.249026,65.231796],[12.634512,65.416031],[12.354929,65.640755],[12.783818,65.634712],[12.553401,65.74791],[12.670833,65.919159],[13.169443,65.849846],[12.957359,66.039162],[12.673749,66.064438],[13.559652,66.234016],[13.549721,66.100555],[14.138263,66.320236],[13.028401,66.18895],[13.52743,66.30513],[13.020832,66.32444],[13.155138,66.433327],[12.975693,66.517281],[13.210971,66.509438],[13.713611,66.601524],[13.234165,66.545547],[13.191527,66.66111],[13.535831,66.63472],[13.229027,66.710274],[13.990833,66.785271],[13.551388,66.928467],[14.594443,67.032906],[14.268888,67.076653],[14.350555,67.151108],[14.742638,67.117836],[14.580832,67.195274],[15.495554,67.065277],[15.38493,67.194092],[15.735555,67.175751],[15.153888,67.30555],[14.328897,67.239204],[15.035831,67.570541],[15.146596,67.5411],[14.934278,67.473106],[15.435277,67.47374],[15.644444,67.268051],[15.531387,67.464996],[15.887464,67.55645],[15.278889,67.518326],[15.182429,67.619576],[15.306874,67.716728],[15.826874,67.67659],[15.372082,67.792419],[14.761665,67.643051],[15.03611,67.740265],[14.756804,67.802628],[15.871111,67.923325],[15.961111,68.013046],[15.288332,68.030548],[16.013748,68.243462],[16.212011,67.900688],[16.495831,67.794159],[16.207497,67.999992],[16.715275,68.066666],[16.342499,68.071655],[16.458054,68.208603],[16.105762,68.271103],[16.516804,68.253464],[16.632774,68.174164],[16.800066,68.130333],[16.317219,68.366943],[17.132637,68.367493],[17.358053,68.176376],[17.202499,68.369576],[17.571524,68.359917],[17.373747,68.409012],[17.548193,68.525688],[16.46701,68.511726],[16.972914,68.701523],[17.66906,68.657562],[17.239096,68.753464],[17.7925,68.756943],[17.471386,68.827774],[17.844374,68.872498],[17.718609,68.928604],[17.431873,68.898392],[17.636456,69.103676],[18.147915,69.150131],[17.996387,69.280273],[18.256943,69.486374],[18.539444,69.299164],[19.006943,69.287079],[18.457289,69.44957],[18.850206,69.550339],[19.010622,69.396172],[19.376108,69.317978],[19.173746,69.259117],[19.440552,69.22583],[19.4175,69.348877],[18.998053,69.459152],[19.226665,69.564438],[18.944927,69.612564],[19.772707,69.804848],[19.533539,69.396652],[19.683054,69.431938],[19.828053,69.714432],[20.311249,69.96402],[20.420624,69.875542],[20.281942,69.478882],[19.946941,69.256104],[20.466387,69.573189],[20.849026,69.492287],[20.484928,69.63131],[20.56583,69.761383],[20.804996,69.805405],[21.059444,69.946106],[20.894581,69.851799],[21.048332,69.789017],[21.313332,70.020966],[22.099581,69.743744],[21.808401,70.040268],[22.09333,70.108253],[21.725414,70.056519],[21.299999,70.246933],[22.957499,70.204163],[22.296665,70.041237],[22.873055,70.102493],[23.317636,69.942352],[23.534719,70.019295],[23.178747,70.091103],[23.585552,70.383606],[24.353399,70.45784],[24.155277,70.568054],[24.363052,70.688599],[24.735067,70.632141],[24.256386,70.770897],[24.626247,70.776108],[24.58847,70.96096],[25.265274,70.81263],[25.36611,70.969574],[25.637775,70.891937],[25.903332,70.888741],[25.089859,70.506554],[25.267635,70.395958],[24.943052,70.091797],[25.234722,70.089722],[26.523331,70.925827],[26.734444,70.896103],[26.668053,70.718887],[26.353193,70.639641],[26.650623,70.636581],[26.53722,70.349304],[27.266039,70.581795],[27.090693,70.705818],[27.309164,70.818047],[27.565552,70.804718],[27.128748,70.916588],[27.228331,71.02124],[28.207775,71.079987],[28.533886,70.941101],[27.771317,70.785896],[28.119408,70.732803],[27.65715,70.606384],[28.287914,70.713463],[27.854303,70.481934],[28.330275,70.502144],[28.169167,70.387207],[28.038887,70.061935],[28.54361,70.739166],[28.853886,70.880554],[29.250553,70.842834],[29.346943,70.664154],[30.10861,70.707352],[30.341734,70.599709],[30.008053,70.536446],[30.597776,70.535194],[31.073538,70.285545],[30.094444,70.068604],[28.740137,70.177078],[28.599094,70.160751],[29.666248,69.964165],[29.371595,69.857147],[29.734859,69.907494],[29.491941,69.660202],[30.184027,69.69075],[30.172499,69.875404],[30.301388,69.879715],[30.350691,69.667488],[30.556942,69.815552],[31.773888,69.681091],[31.756943,69.846649],[32.096786,69.792854],[31.915236,69.92308],[32.055824,69.959427],[33.130432,69.726074],[32.894997,69.582764],[32.026394,69.636536],[32.494556,69.505409],[32.201767,69.428513],[33.029415,69.471863],[32.806049,69.302773],[33.516174,69.422478],[33.24152,69.269089],[33.516659,69.181366],[33.043327,69.070412],[33.010597,68.967163],[33.440548,69.103043],[33.567772,69.183853],[33.64138,69.325546],[35.836655,69.198868],[37.773323,68.676086],[38.43277,68.339157],[39.852631,68.044075],[39.778049,68.163597],[40.484299,67.748878],[40.992218,67.716095],[41.110687,67.250954],[41.390827,67.119148],[41.219711,66.837769],[40.066658,66.2761],[38.607773,66.0522],[35.509132,66.387741],[34.845825,66.60498],[34.479019,66.532349],[33.598877,66.823044],[33.251389,66.794434],[32.66777,67.119431],[31.858807,67.152832],[32.259441,67.122757],[32.930824,66.736237],[32.800896,66.726578],[33.321873,66.640884],[32.871033,66.580681],[33.240131,66.616234],[33.524921,66.527481],[33.1992,66.564003],[32.958427,66.530365],[33.721863,66.422485],[33.321518,66.319702],[34.109718,66.249016],[34.850132,65.898735],[34.964718,65.72123],[34.689159,65.801643],[34.67305,65.447899],[34.381245,65.382622],[34.936104,64.838318],[34.957214,64.652771],[34.787773,64.54776],[35.324829,64.326523],[35.804161,64.342903],[36.277908,64.143745],[36.282494,64.009712],[37.388741,63.803326],[38.061935,64.00444],[37.978874,64.316666],[37.144714,64.408875],[36.439575,64.937897],[36.83305,64.991928],[36.83416,65.157204],[37.041656,65.207214],[38.404366,64.85408],[38.03923,64.759918],[38.041386,64.643318],[38.536659,64.798325],[40.497215,64.535126],[40.375961,64.923454],[39.753883,65.342209],[39.751389,65.550812],[40.703323,65.968048],[41.424995,66.089706],[42.175133,66.524429],[43.292915,66.424294],[43.693878,66.231926],[43.294369,66.090675],[43.354713,66.038589],[43.516247,65.975677],[43.385132,66.072701],[43.858047,66.176926],[44.174438,65.874695],[44.076385,66.200546],[44.483047,66.674149],[44.36145,66.783661],[44.496384,66.907486],[43.751801,67.311516],[44.113884,67.70665],[44.086517,67.876991],[44.25819,67.928101],[44.131588,67.928246],[44.244923,68.264572],[43.311661,68.684982],[45.90332,68.482208],[46.527355,68.138176],[46.711105,67.816788],[45.382492,67.735535],[44.912907,67.365677],[45.578606,67.182205],[46.03363,66.824898],[46.58791,66.861374],[46.381939,66.741089],[47.699715,66.986374],[47.682213,67.186371],[47.951103,67.451927],[47.814365,67.574295],[48.001522,67.652351],[49.097214,67.632622],[48.595268,67.930466],[49.226097,67.873871],[50.768745,68.370537],[52.074715,68.544434],[52.355553,68.477348],[52.141243,68.382065],[52.258739,68.306374],[52.730408,68.459023],[52.488045,68.585541],[52.637978,68.642097],[52.294857,68.616646],[53.775551,68.966934],[54.559158,68.995674],[53.604366,68.90818],[54.01263,68.857758],[53.723461,68.632065],[53.944294,68.401375],[53.209156,68.264709],[54.506523,68.305122],[54.823326,68.167755],[54.939713,68.399994],[55.332642,68.551117],[55.976799,68.659424],[57.2761,68.555817],[58.184296,68.884995],[58.345409,68.730125],[58.421661,68.736649],[58.276314,68.891861],[58.898331,68.99971],[59.221695,68.990639],[58.901516,68.933525],[59.427216,68.745255],[59.061798,68.619843],[59.072353,68.424568],[59.842632,68.369431],[59.96846,68.464287],[59.811661,68.681931],[60.914436,68.904709],[60.894714,69.123314],[60.602219,69.125809],[60.145271,69.573112],[60.931664,69.863037],[63.268883,69.683594],[64.959152,69.319992],[64.522217,68.903046],[65.348602,68.791931],[65.652283,68.557274],[65.275818,68.235535],[65.284988,68.011932],[66.074158,67.937485],[66.021378,67.804359],[66.198799,67.738457],[65.828743,67.644157],[66.108871,67.481232],[65.223602,67.146103],[65.111511,66.898392],[63.4086,66.452774],[63.226238,66.329163],[63.301727,66.245468],[62.853607,66.071106],[62.849575,65.871017],[61.840828,65.669289],[60.627628,64.885406],[60.152351,65.066238],[59.650688,64.778046],[59.483116,64.487976],[59.84388,64.083054],[59.57756,63.932869],[59.22596,63.035549],[59.484573,62.891033],[59.397316,62.739159],[59.64291,62.518391],[59.405964,62.144997],[59.421104,61.426521],[59.256386,61.260826],[59.473598,60.809574],[58.982491,59.949997],[58.44735,59.692493],[58.310966,59.460407],[59.182281,59.163673],[59.083466,58.760277],[59.38583,58.705688],[59.449123,58.488045],[58.677353,58.106003],[58.600967,58.005688],[58.856941,57.729988],[58.532494,57.56694],[58.198875,57.689156],[57.971931,57.532215],[58.070969,57.047497],[57.221691,56.850964],[57.416939,56.642494],[57.321663,56.482765],[57.466381,56.121933],[59.292355,56.13409],[59.174297,55.997768],[59.159191,55.792912],[59.313538,55.776451],[59.237629,55.596657],[59.641659,55.55867],[58.579575,55.164021],[58.810272,55.019718],[58.529716,54.9561],[58.304993,55.175407],[57.998604,54.91777],[58.139439,55.221241],[57.433743,55.327217],[57.209438,55.225544],[57.16013,54.82444],[57.970268,54.388187],[59.24791,54.613255],[59.638329,54.911728],[59.93631,54.861591],[59.676105,54.487076],[59.736656,54.138046],[59.334713,54.184853],[58.921524,53.932907],[58.824505,53.203945],[59.027355,53.018051],[58.748951,52.856247],[58.789303,52.450684],[59.179852,52.277908],[59.250275,52.498878],[60.144157,52.42374],[59.913807,52.100273],[60.05201,51.883186],[61.685822,51.265831],[61.422352,50.800617],[60.698044,50.661659],[60.05291,50.864162],[59.814404,50.546276],[59.542496,50.478325],[59.488743,50.630405],[58.665543,50.804993],[58.601387,51.046661],[58.337769,51.156097],[57.792683,51.116318],[57.736103,50.910408],[57.463535,50.865273],[57.127354,51.084713],[56.501865,51.08083],[55.69249,50.532494],[54.647217,51.036942],[54.548607,50.922218],[54.701797,50.609646],[54.523933,50.528839],[54.398396,50.625893],[54.501659,50.85923],[53.423744,51.492634],[52.607632,51.456383],[52.341801,51.780754],[51.87138,51.671799],[51.711937,51.461937],[51.299438,51.481239],[51.384712,51.640549],[50.7733,51.76918],[50.812351,51.594299],[50.60041,51.637772],[50.368599,51.327423],[49.474712,51.12402],[49.425827,50.851387],[48.697487,50.591934],[48.833881,49.95916],[48.248745,49.87138],[47.599716,50.460823],[47.319649,50.296104],[47.30249,50.031937],[46.931381,49.865829],[46.80402,49.338463],[47.059574,49.133602],[46.499161,48.417496],[47.121239,48.272076],[47.255829,47.750832],[48.14304,47.749714],[49.027206,46.776093],[48.544575,46.754154],[48.576172,46.561031],[49.222527,46.346306],[49.325146,46.086945],[50.038502,45.858479],[49.448315,45.530384],[48.686157,44.754345],[49.210938,43.471668],[49.760624,42.710758],[48.77095,42.045349],[47.91547,41.224987],[47.274647,41.321098],[46.761726,41.860474],[45.655125,42.199989],[45.750828,42.487759],[45.165123,42.703327],[44.558048,42.759716],[43.911934,42.583321],[43.739662,42.64957],[43.829155,42.749367],[42.855198,43.177761],[41.597485,43.221508],[40.253387,43.58252],[39.945534,43.396935],[38.753742,44.273319],[38.197487,44.389435],[37.783081,44.723354],[37.484081,44.671444],[37.202911,44.979778],[36.625542,45.127346],[36.962345,45.279022],[36.669811,45.332558],[36.827702,45.43568],[37.110409,45.234428],[37.734634,45.298813],[37.59137,45.62748],[37.92749,46.011658],[38.570854,46.091129],[37.897766,46.407207],[37.737484,46.667107],[38.584949,46.657211],[38.383911,46.711201],[38.410332,46.826935],[39.279572,47.017212],[39.251518,47.263184],[37.55957,47.086445],[36.763878,46.751099],[35.907204,46.651093],[35.16061,46.128532],[34.980122,46.086029],[35.334297,46.321659],[35.198044,46.443314],[34.702492,46.175819],[34.566383,45.985962],[34.405193,46.012733],[34.536896,46.184464],[33.681641,46.221657],[34.139435,45.940125],[34.636517,45.937416],[34.463394,45.769295],[34.986649,45.631927],[35.133041,45.324997],[35.34304,45.332497],[35.054295,45.609993],[34.666206,46.086376],[34.823647,46.072617],[35.457905,45.298466],[36.136238,45.458321],[36.636795,45.377907],[36.431103,45.271099],[36.453461,45.077278],[35.856934,44.986382],[35.526585,45.118458],[35.082977,44.791241],[34.518593,44.744431],[33.930275,44.37915],[33.369053,44.584362],[33.554436,44.623604],[33.546242,45.108463],[32.481098,45.39402],[33.769398,45.925301],[33.614017,46.142628],[32.500408,46.076244],[31.790134,46.284161],[32.056721,46.391685],[31.658325,46.471375],[31.514509,46.579094],[32.348045,46.459156],[32.641621,46.642281],[32.013603,46.634293],[31.980824,47.0075],[31.751522,47.252354],[31.965027,46.925373],[31.908188,46.653591],[31.477736,46.631966],[31.59569,46.797077],[31.419718,46.625408],[30.832771,46.548325],[30.246243,45.873596],[29.742632,45.624012],[29.636105,45.820683],[29.593048,45.557072],[29.760412,45.322208],[29.608326,44.845409],[29.214161,44.793053],[29.044437,45.003189],[28.869194,44.94051],[28.947355,44.826656],[28.780828,44.660961],[28.901869,44.706512],[28.990862,44.685646],[28.76305,44.625584],[28.7575,44.519722],[28.927773,44.617493],[28.62958,44.29652],[28.592495,43.503323],[28.084854,43.357071],[27.894094,42.703053],[27.449579,42.47298],[27.679165,42.41832],[28.013054,41.982216],[27.56958,41.909264],[27.233051,42.109993],[26.381317,41.822002],[26.635759,41.364716],[26.324997,41.234711],[26.360413,40.95388],[26.090549,40.736107],[25.141804,41.010338],[23.722012,40.744648],[23.882982,40.400272],[24.175554,40.349857],[24.394094,40.148018],[23.729721,40.35125],[23.988539,39.952633],[23.401039,40.279858],[23.368053,40.143883],[23.746664,39.925274],[23.379444,39.992775],[23.294582,40.235832],[22.899441,40.39666],[22.901455,40.64444],[22.585207,40.464996],[22.594997,40.012215],[23.343678,39.181801],[23.206108,39.10527],[23.054859,39.097912],[23.221525,39.182289],[22.94083,39.359367],[22.823608,39.212219],[23.072777,39.036942],[22.523851,38.86607],[23.960552,38.281662],[24.089998,37.776665],[23.947638,37.67194],[23.575136,38.042912],[23.018887,37.919716],[23.165901,37.614994],[23.521387,37.459995],[23.17972,37.290413],[23.128887,37.448051],[22.725552,37.5634],[23.201454,36.440201],[22.632498,36.803608],[22.488888,36.386108],[22.152464,37.018536],[21.945553,36.992638],[21.875135,36.723537],[21.703608,36.816666],[21.565344,37.155064],[21.659721,37.423882],[21.131039,37.93708],[21.384441,38.211388],[21.641666,38.158882],[21.853609,38.339581],[22.862776,37.939579],[23.224649,38.153397],[22.408609,38.446037],[22.374304,38.334576],[21.108747,38.355553],[20.987913,38.671108],[20.732775,38.80444],[20.781109,38.931664],[21.085136,38.864025],[21.144304,39.008743],[20.820831,39.113605],[20.733332,38.953396],[19.985415,39.694752],[19.85729,40.043468],[19.289789,40.421452],[19.479443,40.354858],[19.307209,40.645309],[19.521664,40.909855],[19.442497,41.406944],[19.597706,41.806107],[19.176109,41.931522],[18.553539,42.427219],[18.67861,42.460552],[18.508053,42.453884],[18.516943,42.399994],[17.87722,42.767776],[17.01236,43.006245],[17.657358,42.880829],[16.881664,43.403606],[15.988333,43.50444],[15.940832,43.683609],[15.151667,44.196388],[15.52229,44.263256],[14.990555,44.579437],[14.831527,45.115414],[14.482777,45.311104],[14.323054,45.350967],[13.904444,44.772564],[13.50479,45.50201],[13.798055,45.607494],[13.629999,45.769997],[13.120901,45.767841],[13.087777,45.636524],[12.287082,45.473328],[12.16111,45.263885],[12.538054,44.960617],[12.247638,44.723885],[12.368332,44.246666],[13.599443,43.57],[14.130554,42.541107],[15.099165,41.937218],[16.145554,41.911175],[16.192776,41.789993],[15.897638,41.613331],[15.985,41.439716],[18.012638,40.643051],[18.514442,40.102913],[18.349442,39.791939],[18.040762,39.937706],[17.85722,40.284439],[17.076595,40.520481],[16.863796,40.39035]]],[[[24.768887,71.022217],[24.667774,71.043884],[24.639997,71.058327],[24.85111,71.091644],[24.768887,71.022217]]],[[[24.046108,70.908325],[23.880138,70.990829],[24.243889,70.951935],[24.167774,70.925827],[24.046108,70.908325]]],[[[22.163887,70.463608],[22.263401,70.59317],[21.956802,70.654999],[23.451664,70.7836],[23.088886,70.5811],[22.163887,70.463608]]],[[[23.839996,70.511383],[23.633469,70.693466],[24.123888,70.61763],[23.952774,70.522491],[23.839996,70.511383]]],[[[23.156387,70.274429],[22.851109,70.405823],[23.403332,70.621658],[23.653053,70.501389],[23.156387,70.274429]]],[[[57.056938,70.500458],[56.915825,70.537766],[56.843185,70.595955],[57.224575,70.523598],[57.056938,70.500458]]],[[[59.911934,69.666382],[59.431103,69.883453],[58.950199,69.93734],[59.118393,69.870438],[59.017769,69.853867],[58.409157,70.253609],[58.823048,70.215828],[58.63166,70.325821],[59.034786,70.474213],[60.54694,69.802483],[59.911934,69.666382]]],[[[22.976109,70.245819],[22.57333,70.269165],[22.370554,70.332077],[22.684443,70.388741],[22.976109,70.245819]]],[[[21.750275,70.260269],[21.691109,70.298325],[21.702082,70.3843],[21.841389,70.350266],[21.750275,70.260269]]],[[[19.93222,70.05249],[19.769997,70.065277],[19.535971,70.245544],[20.11972,70.118042],[19.93222,70.05249]]],[[[19.141388,70.119431],[19.038609,70.162971],[19.248055,70.246109],[19.235277,70.13652],[19.141388,70.119431]]],[[[20.609444,70.042221],[20.406944,70.1586],[20.83222,70.196655],[20.79472,70.059708],[20.609444,70.042221]]],[[[19.581665,70.098053],[19.501942,70.102219],[19.352081,70.129021],[19.431389,70.177765],[19.581665,70.098053]]],[[[18.708611,69.990265],[18.71236,70.128189],[19.000416,70.086517],[18.970554,70.05722],[18.708611,69.990265]]],[[[19.134998,69.789444],[18.723053,69.94117],[19.219166,70.096375],[19.690832,69.997215],[19.134998,69.789444]]],[[[20.872219,69.935547],[20.759581,69.998878],[21.100275,70.007072],[20.952774,69.945541],[20.872219,69.935547]]],[[[19.473888,69.839722],[19.798054,70.000549],[19.895483,69.965408],[19.772499,69.864716],[19.473888,69.839722]]],[[[29.793331,69.75444],[29.841942,69.910263],[30.048054,69.827499],[30.0425,69.808319],[29.793331,69.75444]]],[[[20.604443,69.796097],[20.589998,69.890823],[20.737844,69.903534],[20.73222,69.820274],[20.604443,69.796097]]],[[[18.314495,69.703384],[18.755833,69.684853],[18.693054,69.88443],[19.06472,69.768875],[18.794167,69.671936],[18.738331,69.55777],[17.99979,69.590408],[18.314495,69.703384]]],[[[18.920809,69.623871],[18.93375,69.685982],[19.025883,69.707207],[18.956007,69.639915],[18.920809,69.623871]]],[[[17.045555,69.003326],[17.135832,69.072495],[16.774027,69.067078],[17.169441,69.196526],[16.875832,69.221375],[17.142776,69.249435],[16.875416,69.358192],[17.490831,69.424301],[17.261108,69.444443],[17.196663,69.5],[17.844166,69.589157],[18.085136,69.418884],[17.875832,69.239716],[17.999165,69.188187],[17.045555,69.003326]]],[[[48.232101,69.084091],[48.413879,69.347763],[49.009018,69.509712],[50.329437,69.124489],[48.785408,68.723038],[48.21888,68.890259],[48.232101,69.084091]]],[[[34.213371,69.402725],[34.404919,69.343803],[33.975822,69.3629],[34.043327,69.395264],[34.213371,69.402725]]],[[[59.248955,69.137299],[59.045273,69.247757],[58.763329,69.336655],[59.196655,69.230957],[59.248955,69.137299]]],[[[15.468054,68.874161],[15.564443,69.096794],[16.148052,69.286377],[16.085136,69.155273],[15.468054,68.874161]]],[[[17.372776,68.984711],[17.414581,69.073601],[17.562637,69.092354],[17.526388,69.049988],[17.372776,68.984711]]],[[[14.50111,68.601944],[14.37361,68.686661],[14.529444,68.804993],[15.151805,68.814713],[15.044722,68.996384],[15.379026,68.847359],[15.397637,68.680138],[15.070276,68.575272],[14.804027,68.615265],[15.15,68.749161],[14.50111,68.601944]]],[[[16.521385,68.87944],[16.37611,68.906662],[16.263054,68.969994],[16.598055,68.947624],[16.521385,68.87944]]],[[[16.501144,68.55246],[16.221943,68.547211],[15.91111,68.364166],[15.331388,68.328194],[15.589167,68.478333],[15.541456,68.503601],[14.986666,68.247498],[15.449027,68.727074],[15.71361,68.698608],[15.453194,68.759575],[15.658609,68.952209],[15.908756,68.956696],[15.987777,68.754715],[15.764304,68.618187],[15.742499,68.52916],[16.204166,68.85527],[16.544441,68.76416],[16.501144,68.55246]]],[[[17.241665,68.788605],[17.087221,68.912766],[17.43611,68.862625],[17.308331,68.804993],[17.241665,68.788605]]],[[[16.825275,68.719711],[16.987778,68.852768],[17.144651,68.768463],[17.095276,68.746384],[16.825275,68.719711]]],[[[57.287201,68.754807],[57.890831,68.811646],[57.92083,68.803314],[57.199997,68.720955],[57.287201,68.754807]]],[[[16.121109,68.376389],[16.234997,68.523041],[16.464581,68.465408],[16.405552,68.411102],[16.121109,68.376389]]],[[[50.836731,68.409012],[51.163879,68.495255],[51.456657,68.476929],[50.796799,68.375397],[50.836731,68.409012]]],[[[14.205832,68.149155],[14.542221,68.400833],[15.168888,68.450546],[14.813055,68.269165],[14.205832,68.149155]]],[[[14.188332,68.238602],[14.05236,68.289299],[14.049027,68.30027],[14.229166,68.293045],[14.188332,68.238602]]],[[[13.521111,68.039444],[13.568193,68.262627],[14.135415,68.236244],[13.835554,68.104721],[13.521111,68.039444]]],[[[13.239166,67.985275],[13.295416,68.147491],[13.43736,68.115692],[13.3825,68.02861],[13.239166,67.985275]]],[[[12.797222,67.806931],[13.054722,68.101944],[13.151666,68.082489],[13.135832,67.955826],[12.797222,67.806931]]],[[[15.613888,67.975555],[15.502637,67.98951],[15.921804,67.989014],[15.862221,67.97583],[15.613888,67.975555]]],[[[15.14361,67.898331],[14.960833,67.907776],[14.93486,67.925468],[15.30111,67.919022],[15.14361,67.898331]]],[[[14.164444,66.997772],[14.125972,67.049431],[13.994165,67.0811],[14.257776,67.133041],[14.164444,66.997772]]],[[[42.540649,66.79039],[42.661659,66.76915],[42.715546,66.692749],[42.433743,66.762634],[42.540649,66.79039]]],[[[-13.499445,65.069153],[-13.988056,65.063889],[-13.700418,64.920403],[-14.051251,64.932213],[-13.769723,64.866302],[-14.018057,64.723602],[-14.512223,64.796516],[-14.365945,64.674103],[-14.584723,64.584991],[-14.462486,64.542358],[-14.541251,64.404709],[-14.925001,64.26416],[-15.386806,64.370132],[-16.488613,63.895828],[-17.872086,63.73069],[-17.930836,63.529579],[-18.775002,63.391388],[-20.196945,63.542496],[-20.541168,63.707108],[-20.361946,63.761665],[-21.169724,63.954163],[-22.686251,63.804577],[-22.700418,64.08194],[-22.045559,64.046661],[-21.702085,64.18277],[-21.875975,64.232903],[-21.759167,64.340271],[-21.36278,64.384987],[-22.099237,64.312347],[-21.978889,64.500824],[-21.513058,64.644089],[-22.17778,64.455551],[-22.407223,64.812485],[-23.835974,64.725967],[-24.059532,64.890884],[-21.835835,65.030273],[-21.73646,65.197212],[-22.560141,65.168388],[-21.698612,65.449158],[-22.334806,65.48317],[-22.159168,65.541656],[-22.122364,65.59388],[-23.879448,65.402496],[-24.538404,65.500275],[-24.321947,65.636803],[-23.807432,65.53096],[-24.069586,65.630684],[-23.805904,65.609024],[-24.105211,65.805687],[-23.527225,65.627777],[-23.229446,65.740547],[-23.873335,65.868736],[-23.216183,65.840134],[-23.818335,66.014427],[-23.374447,65.986519],[-23.666113,66.112907],[-23.468752,66.199715],[-22.67778,66.044998],[-22.649584,65.826523],[-22.499725,65.96611],[-22.424725,65.847488],[-22.5,66.076965],[-22.972225,66.221375],[-22.43417,66.267776],[-23.189308,66.351524],[-22.941807,66.465691],[-22.421669,66.433319],[-21.65139,66.018875],[-21.399445,66.027222],[-21.599237,65.953117],[-21.285141,65.920616],[-21.339724,65.732903],[-21.775002,65.764709],[-21.308891,65.596939],[-21.084446,65.159164],[-21.092224,65.453743],[-20.927223,65.588882],[-20.664169,65.690826],[-20.474445,65.487778],[-20.325558,65.628601],[-20.42264,66.084442],[-20.09264,66.123184],[-19.456112,65.725693],[-19.454445,66.054718],[-18.787779,66.191933],[-18.069447,65.643326],[-18.295141,66.17527],[-17.609169,65.987488],[-17.131111,66.210541],[-16.594723,66.09111],[-16.687086,66.160965],[-16.417362,66.276031],[-16.565281,66.493607],[-16.025419,66.536102],[-15.374306,66.145271],[-14.943611,66.378876],[-14.710835,66.367218],[-15.17625,66.11367],[-14.618891,65.994431],[-14.848333,65.731384],[-14.338473,65.784576],[-14.558334,65.499229],[-14.288056,65.656242],[-13.680557,65.54805],[-13.735695,65.317352],[-13.570139,65.261307],[-14.030279,65.193466],[-13.499445,65.069153]]],[[[12.300278,66.010269],[12.563332,66.217773],[12.655832,66.101387],[12.531944,66.054718],[12.300278,66.010269]]],[[[12.43861,65.864166],[12.534166,65.99971],[12.89868,66.011108],[12.674721,65.954712],[12.43861,65.864166]]],[[[11.900555,65.583054],[11.761179,65.61319],[11.997221,65.696663],[11.974165,65.626938],[11.900555,65.583054]]],[[[12.063055,65.209991],[12.258055,65.576111],[12.502777,65.391937],[12.188055,65.245544],[12.063055,65.209991]]],[[[12.129721,65.050278],[11.984444,65.074852],[12.183611,65.208328],[12.31368,65.102974],[12.129721,65.050278]]],[[[35.812187,65.180557],[35.749161,64.964996],[35.52137,65.145828],[35.565819,65.178589],[35.812187,65.180557]]],[[[25,65.025848],[24.722775,64.944153],[24.551666,65.024994],[24.833611,65.078598],[25,65.025848]]],[[[10.739721,64.849442],[10.777777,64.918884],[11.113333,64.96846],[10.815554,64.863602],[10.739721,64.849442]]],[[[11.128887,64.829437],[10.951387,64.86972],[10.82486,64.847488],[11.110971,64.949989],[11.263402,64.887772],[11.128887,64.829437]]],[[[40.348549,64.758316],[40.471375,64.566086],[39.976238,64.67942],[40.274994,64.641937],[40.148117,64.748596],[40.348549,64.758316]]],[[[11.418055,64.471939],[11.175554,64.506943],[11.040972,64.631516],[11.452498,64.518463],[11.418055,64.471939]]],[[[22.868332,63.770554],[22.706665,63.775276],[22.673887,63.791729],[22.880554,63.872772],[22.868332,63.770554]]],[[[8.319443,63.660271],[8.797777,63.812775],[8.827638,63.725552],[8.752222,63.689438],[8.319443,63.660271]]],[[[8.455276,63.426384],[8.279999,63.464722],[8.944721,63.653885],[9.17486,63.561665],[8.455276,63.426384]]],[[[7.985277,63.308884],[7.982778,63.347496],[7.779444,63.408192],[8.183611,63.386108],[7.985277,63.308884]]],[[[8.562777,63.31916],[8.470833,63.321388],[8.435346,63.333817],[8.672708,63.350273],[8.562777,63.31916]]],[[[8.391109,63.159164],[8.269166,63.263329],[8.575416,63.185966],[8.523611,63.163887],[8.391109,63.159164]]],[[[21.246944,63.144722],[21.148193,63.176384],[21.080484,63.27729],[21.41597,63.249165],[21.246944,63.144722]]],[[[8.005278,63.140831],[8.07361,63.235275],[8.185971,63.155415],[8.13611,63.14666],[8.005278,63.140831]]],[[[7.778333,63.017494],[7.679444,63.056107],[7.914722,63.076385],[7.888611,63.048882],[7.778333,63.017494]]],[[[7.510278,62.938606],[7.399166,63.057495],[7.710138,63.000412],[7.548333,62.948326],[7.510278,62.938606]]],[[[6.677777,62.65361],[6.689583,62.730274],[6.919861,62.705967],[6.892777,62.689163],[6.677777,62.65361]]],[[[17.484722,62.363052],[17.416109,62.377983],[17.370762,62.471802],[17.467638,62.459995],[17.484722,62.363052]]],[[[6.228333,62.390274],[6.096389,62.393883],[6.025138,62.433052],[6.330347,62.410553],[6.228333,62.390274]]],[[[5.827222,62.239716],[5.845972,62.407494],[6.026667,62.352776],[6.023889,62.327217],[5.827222,62.239716]]],[[[-6.518056,62.168884],[-6.588056,62.239716],[-6.541667,62.357498],[-6.389723,62.246109],[-6.518056,62.168884]]],[[[-6.6575,62.055832],[-6.948056,62.182495],[-7.060278,62.313606],[-6.599445,62.195549],[-6.6575,62.055832]]],[[[-6.717778,61.933327],[-7.034582,62.11211],[-7.234237,62.177074],[-7.210834,62.284721],[-6.717778,61.933327]]],[[[5.609166,62.185272],[5.545694,62.279995],[5.80861,62.270687],[5.773333,62.202774],[5.609166,62.185272]]],[[[-7.201667,62.018608],[-7.379861,62.066525],[-7.430348,62.14333],[-7.041945,62.089165],[-7.201667,62.018608]]],[[[-6.652223,61.742775],[-6.838612,61.817635],[-6.906667,61.905342],[-6.604167,61.823887],[-6.652223,61.742775]]],[[[4.9225,61.773048],[4.807499,61.841869],[5.22111,61.839161],[5.174999,61.82222],[4.9225,61.773048]]],[[[-6.660278,61.388329],[-6.845834,61.468048],[-6.961389,61.620968],[-6.726667,61.574577],[-6.660278,61.388329]]],[[[4.804722,61.044441],[4.789583,61.149162],[4.960972,61.173607],[4.98,61.093605],[4.804722,61.044441]]],[[[-0.835,60.673332],[-0.962083,60.685272],[-0.880695,60.84333],[-0.757639,60.81583],[-0.835,60.673332]]],[[[5.159166,60.576942],[4.994166,60.626938],[4.85736,60.73444],[4.983472,60.712914],[5.159166,60.576942]]],[[[-1.104722,60.48555],[-1.178333,60.634583],[-0.993889,60.722355],[-1.025417,60.500202],[-1.104722,60.48555]]],[[[5.527499,60.429161],[5.36,60.523888],[5.679166,60.681248],[5.679444,60.470409],[5.527499,60.429161]]],[[[-1.647778,60.224716],[-1.320278,60.356384],[-1.610347,60.478397],[-1.413333,60.605968],[-1.038542,60.442772],[-1.268611,59.851105],[-1.377917,59.904305],[-1.291389,60.241386],[-1.647778,60.224716]]],[[[5.1725,60.505829],[4.987222,60.561104],[4.927499,60.602913],[5.121666,60.578049],[5.1725,60.505829]]],[[[5.138611,60.396111],[5.020833,60.492218],[5.000833,60.531105],[5.19,60.474442],[5.138611,60.396111]]],[[[18.561665,60.305275],[18.401108,60.365273],[18.372915,60.496941],[18.422497,60.486664],[18.561665,60.305275]]],[[[21.972221,60.323608],[21.785275,60.376938],[21.806248,60.462498],[21.933331,60.416664],[21.972221,60.323608]]],[[[5.103611,60.183327],[4.948889,60.246662],[4.942499,60.427498],[5.0875,60.328468],[5.103611,60.183327]]],[[[19.943886,60.04277],[19.64847,60.259579],[19.812916,60.186665],[19.937359,60.291801],[19.85722,60.40361],[20.277496,60.274162],[20.166943,60.163052],[20.025276,60.310555],[19.943886,60.04277]]],[[[22.213333,60.241661],[22.218887,60.269722],[22.072498,60.292007],[22.341665,60.28569],[22.213333,60.241661]]],[[[19.575275,60.121941],[19.511387,60.178333],[19.601944,60.255829],[19.67486,60.15361],[19.575275,60.121941]]],[[[22.601109,59.98333],[22.446663,60.215832],[22.587776,60.202499],[22.824444,60.227219],[22.601109,59.98333]]],[[[21.739166,60.109993],[21.723331,60.186386],[21.884998,60.174301],[21.785,60.118889],[21.739166,60.109993]]],[[[20.109997,60.088051],[20.208609,60.061802],[20.207079,59.97847],[20.001665,60.053192],[20.109997,60.088051]]],[[[5.512777,59.893051],[5.360208,59.988327],[5.658055,60.075272],[5.661249,59.996666],[5.512777,59.893051]]],[[[23.040554,59.897217],[22.881248,59.903606],[22.803886,59.951244],[23.054161,59.958611],[23.040554,59.897217]]],[[[5.400555,59.751389],[5.308402,59.789509],[5.287777,59.971523],[5.484166,59.86055],[5.400555,59.751389]]],[[[23.402222,59.900833],[23.523052,59.959164],[23.726383,59.931313],[23.507221,59.91555],[23.402222,59.900833]]],[[[5.148889,59.581108],[5.070208,59.781456],[5.118889,59.872498],[5.260694,59.80069],[5.343055,59.701801],[5.187083,59.735207],[5.148889,59.581108]]],[[[17.256386,59.373329],[17.151386,59.385136],[17.070137,59.456665],[17.266941,59.44416],[17.256386,59.373329]]],[[[17.777775,59.308609],[17.671944,59.334717],[17.608053,59.419163],[17.775555,59.370411],[17.777775,59.308609]]],[[[5.160555,59.142776],[5.131944,59.220833],[5.194444,59.413055],[5.293333,59.240692],[5.160555,59.142776]]],[[[-2.685833,59.184166],[-2.684445,59.220833],[-2.592778,59.29055],[-2.397223,59.303329],[-2.685833,59.184166]]],[[[-2.824445,58.878883],[-3.313334,58.949997],[-3.350833,59.108189],[-3.075,59.120415],[-2.824445,58.878883]]],[[[22.565273,58.686653],[22.386106,58.884575],[22.044304,58.942627],[22.575829,59.068604],[23.045832,58.847771],[22.565273,58.686653]]],[[[23.192165,59.041985],[23.35194,59.031937],[23.389858,58.98624],[23.148468,58.968327],[23.192165,59.041985]]],[[[-3.231389,58.775551],[-3.296597,58.776939],[-3.415139,58.907356],[-3.135556,58.802494],[-3.231389,58.775551]]],[[[-2.939445,58.729996],[-2.98,58.750275],[-3.032084,58.821247],[-2.886389,58.83194],[-2.939445,58.729996]]],[[[23.247459,58.671051],[23.396385,58.550827],[23.059025,58.60458],[23.149719,58.670273],[23.247459,58.671051]]],[[[-4.196667,57.485832],[-3.339723,57.723328],[-1.821944,57.578606],[-1.773334,57.458054],[-2.53125,56.576107],[-3.278056,56.357498],[-2.884445,56.451385],[-2.583472,56.268536],[-3.72375,56.027355],[-3.053056,55.943604],[-2.631111,56.054718],[-1.635972,55.58194],[-1.2975,54.763611],[-0.079306,54.1134],[-0.212222,54.008331],[0.126389,53.645271],[0.142083,53.580551],[-0.2725,53.73555],[-0.716528,53.696384],[-0.301667,53.713192],[0.235556,53.399437],[0.339167,53.092358],[0.00211,52.879856],[0.378889,52.781387],[0.547778,52.966179],[0.884722,52.966381],[1.675278,52.748055],[1.749444,52.455826],[1.587361,52.083885],[1.33125,51.928745],[1.163472,52.023609],[1.266111,51.839165],[0.701111,51.718472],[0.935694,51.736526],[0.9525,51.60923],[0.789444,51.524162],[0.465,51.503052],[0.388935,51.448219],[0.908055,51.340691],[1.385556,51.387772],[1.390278,51.15416],[0.253889,50.738609],[-1.094445,50.845833],[-2.434451,50.54179],[-2.9275,50.731247],[-3.437222,50.604996],[-3.716667,50.206665],[-4.38,50.363884],[-5.048056,50.171104],[-5.193056,49.955276],[-5.470556,50.124992],[-5.716806,50.060825],[-4.771667,50.601944],[-4.228056,51.187775],[-3.028334,51.206108],[-2.38,51.761734],[-3.346111,51.378609],[-3.837917,51.619995],[-4.277779,51.556664],[-4.074722,51.677216],[-4.574445,51.734161],[-4.941389,51.594162],[-5.05139,51.620277],[-4.861112,51.713333],[-4.884445,51.746666],[-5.246945,51.73027],[-5.10257,51.778954],[-5.239167,51.916382],[-4.130834,52.334717],[-4.133612,52.914444],[-4.758487,52.787262],[-4.196389,53.206108],[-3.336389,53.347221],[-3.102222,53.247772],[-3.170834,53.400276],[-2.862223,53.282776],[-2.704931,53.35062],[-2.953889,53.360275],[-3.105625,53.559929],[-2.899792,53.724995],[-3.052639,53.907635],[-2.813612,54.222771],[-3.214723,54.095551],[-3.632639,54.512215],[-3.381111,54.884438],[-3.027084,54.972912],[-3.571111,54.990829],[-3.965,54.765274],[-4.398056,54.906387],[-4.387222,54.675552],[-4.852222,54.868607],[-4.960764,54.796871],[-4.864167,54.62722],[-5.17,54.891106],[-4.613612,55.490688],[-4.916389,55.700829],[-4.878264,55.936523],[-4.485417,55.923607],[-4.854612,55.986485],[-4.828606,56.113163],[-4.986667,55.864925],[-5.173334,55.929161],[-5.305278,55.852219],[-5.309056,56.005703],[-4.922292,56.271107],[-5.429167,56.006939],[-5.515278,55.363468],[-5.788889,55.308743],[-5.571389,56.328327],[-5.206111,56.440971],[-5.120556,56.495552],[-5.070139,56.560692],[-5.398667,56.478664],[-5.120834,56.81472],[-5.676945,56.493889],[-6.009723,56.633469],[-5.552396,56.68885],[-6.227778,56.69722],[-5.662917,56.869232],[-5.919584,56.887081],[-5.825834,57.003468],[-5.646111,56.972218],[-5.524028,56.997356],[-5.724723,57.113052],[-5.403056,57.110619],[-5.647507,57.161606],[-5.405139,57.230968],[-5.598845,57.330486],[-5.45125,57.418049],[-5.818056,57.362495],[-5.839723,57.572777],[-5.653056,57.508743],[-5.510139,57.533192],[-5.810833,57.63958],[-5.801389,57.853886],[-5.102778,57.85083],[-5.452847,58.074162],[-5.281459,58.077217],[-5.389445,58.260273],[-5.071667,58.264717],[-5.174723,58.349998],[-5.001528,58.624161],[-4.701667,58.558609],[-4.761459,58.446037],[-4.578334,58.57444],[-3.022639,58.646526],[-3.205556,58.306248],[-4.015,57.867775],[-4.391667,57.901386],[-4.043223,57.814384],[-3.774028,57.854855],[-3.977778,57.698326],[-4.296667,57.674438],[-4.431528,57.572773],[-4.046667,57.642776],[-4.196667,57.485832]]],[[[22.037777,57.908325],[22.194092,58.145237],[21.844509,58.289162],[22.006943,58.356659],[21.837357,58.506664],[22.911245,58.616798],[23.32819,58.446938],[22.372913,58.221378],[22.037777,57.908325]]],[[[-7.021945,57.951942],[-7.036251,58.235691],[-6.860973,58.105968],[-6.797778,58.302216],[-6.263334,58.512634],[-6.165973,58.422916],[-6.327028,58.235397],[-6.168334,58.209579],[-6.619723,58.080135],[-6.393334,58.101665],[-6.473334,57.942219],[-6.664306,57.925552],[-6.686806,58.056244],[-6.661389,57.882637],[-6.964931,57.726315],[-7.124237,57.835621],[-6.832223,57.902222],[-7.021945,57.951942]]],[[[11.464998,58.066109],[11.410555,58.147499],[11.673194,58.285549],[11.812429,58.217705],[11.464998,58.066109]]],[[[11.518125,57.98069],[11.525276,58.04847],[11.741666,58.027771],[11.594444,57.932495],[11.518125,57.98069]]],[[[19.12611,57.839722],[19.09236,57.971943],[19.334232,57.959366],[19.166666,57.928192],[19.12611,57.839722]]],[[[19.003887,57.898888],[18.713192,57.244301],[18.144581,56.914787],[18.254444,57.079163],[18.115274,57.525272],[18.68597,57.914856],[19.003887,57.898888]]],[[[10.645953,57.736267],[10.431805,57.58569],[10.530276,57.222565],[10.336616,56.991665],[10.004721,57.089619],[9.115549,57.052773],[8.676596,56.94812],[8.415797,56.678127],[8.579062,56.687672],[8.545901,56.585171],[8.244165,56.704304],[8.618471,57.121525],[9.391318,57.152149],[9.957706,57.586246],[10.645953,57.736267]]],[[[-7.233612,57.503609],[-7.322084,57.506245],[-7.540834,57.590134],[-7.068612,57.636593],[-7.233612,57.503609]]],[[[-6.724445,57.40361],[-6.637501,57.605553],[-6.43,57.504997],[-6.304167,57.686104],[-6.127223,57.306107],[-5.647639,57.258327],[-6.014306,57.023468],[-6.030556,57.177498],[-6.316389,57.158466],[-6.480139,57.302498],[-6.312084,57.299786],[-6.724445,57.40361]]],[[[-6.051111,57.32444],[-6.073056,57.43055],[-6.003056,57.508606],[-5.994723,57.343052],[-6.051111,57.32444]]],[[[-7.283334,57.397499],[-7.388056,57.423882],[-7.402778,57.468121],[-7.203611,57.459164],[-7.283334,57.397499]]],[[[-7.230278,57.094719],[-7.384028,57.11166],[-7.423612,57.383747],[-7.223751,57.339577],[-7.230278,57.094719]]],[[[16.429722,56.208885],[16.420277,56.586388],[17.102081,57.349442],[16.571663,56.354996],[16.429722,56.208885]]],[[[10.982222,57.221664],[10.857637,57.26458],[11.196388,57.312496],[11.058332,57.240829],[10.982222,57.221664]]],[[[-7.466945,56.940826],[-7.560278,56.957912],[-7.442639,57.054996],[-7.377084,56.980412],[-7.466945,56.940826]]],[[[-6.3175,56.934166],[-6.361945,56.946388],[-6.450973,57.003326],[-6.257917,57.034859],[-6.3175,56.934166]]],[[[8.655277,56.674164],[8.54611,56.793327],[8.910831,56.948326],[8.831388,56.743332],[8.655277,56.674164]]],[[[-6.678334,56.55555],[-6.61389,56.634438],[-6.456007,56.682774],[-6.497362,56.627495],[-6.678334,56.55555]]],[[[-6.116667,56.650276],[-5.651112,56.451111],[-5.660834,56.399303],[-6.323056,56.265411],[-6.019375,56.375965],[-6.201667,56.382359],[-6.003403,56.492565],[-6.337778,56.546661],[-6.116667,56.650276]]],[[[-6.892778,56.438606],[-6.989723,56.496246],[-6.73007,56.523952],[-6.803889,56.512218],[-6.892778,56.438606]]],[[[-5.971945,55.78833],[-6.078889,55.905548],[-5.694445,56.147217],[-5.690834,56.106667],[-5.971945,55.78833]]],[[[12.558875,55.867237],[12.597984,55.702564],[12.19236,55.482426],[12.462221,55.289577],[12.025555,55.169441],[12.178749,55.118469],[12.071943,54.968605],[11.730555,55.060555],[11.730833,55.203606],[11.245416,55.202076],[11.086389,55.666386],[10.879721,55.734299],[11.211111,55.698883],[11.506388,55.867218],[11.273333,55.991661],[11.768332,55.96347],[11.670555,55.814163],[11.79444,55.661659],[11.914165,55.929718],[12.05625,55.746803],[11.935833,55.653328],[12.059582,55.655689],[12.093887,55.711105],[12.040971,55.921665],[11.847082,55.955555],[12.290554,56.128883],[12.61729,56.040134],[12.558875,55.867237]]],[[[10.666893,55.892586],[10.666248,55.872078],[10.610971,55.761524],[10.527777,55.767494],[10.523611,55.981384],[10.666893,55.892586]]],[[[-6.274445,55.572777],[-6.262222,55.777218],[-6.495278,55.733604],[-6.125695,55.931248],[-6.026112,55.679302],[-6.274445,55.572777]]],[[[-5.023056,55.721382],[-5.120418,55.778748],[-5.20632,55.89666],[-5.036389,55.837776],[-5.023056,55.721382]]],[[[-5.171945,55.429443],[-5.341251,55.476109],[-5.379583,55.670135],[-5.154723,55.673332],[-5.171945,55.429443]]],[[[10.000304,55.541264],[10.318471,55.614441],[10.473749,55.437634],[10.660276,55.587635],[10.783332,55.124092],[10.152777,55.084442],[9.679721,55.497078],[10.000304,55.541264]]],[[[-9.001476,53.145592],[-8.941113,53.26416],[-9.608057,53.232216],[-9.559167,53.381248],[-10.176529,53.409718],[-10.186111,53.550278],[-9.698958,53.597912],[-9.906389,53.758606],[-9.56139,53.859718],[-9.940696,53.867912],[-9.789584,53.945412],[-10.013403,54.218189],[-10.124028,54.096588],[-10.112223,54.229996],[-8.474862,54.273468],[-8.668126,54.343536],[-8.188334,54.633606],[-8.798334,54.695759],[-8.353889,54.839439],[-8.457223,54.996799],[-8.317501,55.108887],[-7.793507,55.243118],[-7.810835,55.176472],[-7.699722,55.095135],[-7.791729,55.212017],[-7.6575,55.274437],[-7.526112,55.111938],[-7.663334,54.953888],[-7.446528,55.055691],[-7.547501,55.216942],[-7.376667,55.379993],[-6.93514,55.238468],[-7.253056,55.046799],[-6.145833,55.220692],[-5.690417,54.809162],[-5.902431,54.602287],[-5.574306,54.677219],[-5.43132,54.485966],[-5.506722,54.364441],[-5.698125,54.572632],[-5.562222,54.283051],[-6.381389,53.951523],[-6.081112,53.563606],[-6.224584,53.352772],[-6.013056,52.945],[-6.203334,52.547775],[-6.498195,52.354027],[-6.359445,52.179024],[-6.997295,52.278271],[-7.001806,52.13847],[-7.578889,52.100273],[-8.169307,51.791943],[-8.210556,51.884438],[-8.421939,51.881546],[-8.310696,51.741802],[-9.23014,51.482357],[-9.817501,51.445549],[-9.450834,51.689438],[-9.535557,51.75],[-10.132502,51.59333],[-9.580974,51.872353],[-10.338593,51.782921],[-10.263613,51.988052],[-9.760417,52.149578],[-10.463335,52.180206],[-9.744863,52.247219],[-9.839724,52.379715],[-9.653612,52.560829],[-9.331667,52.571106],[-8.818335,52.66555],[-9.932362,52.555202],[-9.485834,52.800552],[-9.280834,53.139717],[-9.001476,53.145592]]],[[[15.0425,54.99472],[14.678749,55.10083],[14.745275,55.294025],[15.137637,55.141388],[15.0425,54.99472]]],[[[10.714722,54.724998],[10.681944,54.908607],[10.952083,55.159302],[10.896805,54.999439],[10.714722,54.724998]]],[[[10,54.983719],[10.069304,54.873878],[9.931665,54.861385],[9.631457,55.049023],[10,54.983719]]],[[[10.565277,54.946106],[10.501804,55.006729],[10.675833,54.99194],[10.615,54.950272],[10.565277,54.946106]]],[[[12.183611,54.880272],[12.311943,55.035271],[12.556458,54.963745],[12.338055,54.958885],[12.183611,54.880272]]],[[[10.407221,54.821388],[10.245694,54.905968],[10.186735,54.974438],[10.440832,54.863884],[10.407221,54.821388]]],[[[11.850587,54.954784],[12.168193,54.837704],[11.966805,54.561939],[11.899166,54.718605],[11.710972,54.939163],[11.850587,54.954784]]],[[[10.989891,54.790848],[11.239721,54.957222],[11.656944,54.903885],[11.857221,54.686382],[11.454929,54.619858],[10.989891,54.790848]]],[[[8.56361,54.684166],[8.478333,54.686943],[8.398333,54.710201],[8.551109,54.753883],[8.56361,54.684166]]],[[[13.357498,54.25972],[13.118818,54.336731],[13.263888,54.379997],[13.146962,54.545605],[13.516607,54.513371],[13.226527,54.641178],[13.674513,54.566593],[13.577284,54.456936],[13.710693,54.38097],[13.729166,54.275135],[13.357498,54.25972]]],[[[11.273927,54.458736],[11.312499,54.408333],[11.00611,54.457634],[11.066805,54.53458],[11.273927,54.458736]]],[[[-4.777779,54.05555],[-4.712084,54.215828],[-4.353473,54.409996],[-4.394444,54.186386],[-4.777779,54.05555]]],[[[10.979443,54.380554],[10.994999,54.381943],[11.016457,54.379162],[10.994582,54.377495],[10.979443,54.380554]]],[[[-10.119522,54],[-9.97014,54.020828],[-9.94389,53.883747],[-10.265626,53.972496],[-10.119522,54]]],[[[5.200555,53.349442],[5.17,53.37569],[5.579027,53.448467],[5.56111,53.430275],[5.200555,53.349442]]],[[[-4.351389,53.124443],[-4.56,53.39666],[-4.046528,53.301525],[-4.101389,53.247772],[-4.218056,53.200272],[-4.351389,53.124443]]],[[[4.753611,52.988609],[4.713888,53.056107],[4.883541,53.183468],[4.910555,53.094582],[4.753611,52.988609]]],[[[5.107433,52.488533],[5.049039,52.636795],[5.483541,52.572773],[5.134019,52.383137],[5.107433,52.488533]]],[[[5.611944,52.36972],[5.422222,52.26416],[5.136666,52.381523],[5.573333,52.588333],[5.8607,52.530907],[5.611944,52.36972]]],[[[3.712656,51.674675],[3.881944,51.743889],[4.106144,51.650978],[3.97375,51.614578],[3.712656,51.674675]]],[[[0.899167,51.357216],[0.762778,51.37833],[0.740556,51.429718],[0.906528,51.417912],[0.899167,51.357216]]],[[[-1.2825,50.578888],[-1.496389,50.667915],[-1.569584,50.659023],[-1.308889,50.771111],[-1.059722,50.687492],[-1.2825,50.578888]]],[[[-2.590834,49.422493],[-2.668611,49.432774],[-2.500973,49.503887],[-2.528473,49.426388],[-2.590834,49.422493]]],[[[-2.066945,49.16777],[-2.226389,49.18972],[-2.247361,49.251247],[-2.016806,49.231037],[-2.066945,49.16777]]],[[[-3.576667,48.803886],[-3.575556,48.812492],[-3.563334,48.808609],[-3.566112,48.805832],[-3.576667,48.803886]]],[[[-3.085834,47.287773],[-3.219445,47.304581],[-3.259583,47.371731],[-3.063611,47.314438],[-3.085834,47.287773]]],[[[-1.284167,46.155548],[-1.506945,46.204163],[-1.551389,46.246037],[-1.291667,46.198051],[-1.284167,46.155548]]],[[[-1.211945,45.806938],[-1.374861,45.961662],[-1.399236,46.049858],[-1.17125,45.891315],[-1.211945,45.806938]]],[[[12.314332,45.341328],[12.369161,45.425819],[12.426902,45.414959],[12.379226,45.419994],[12.314332,45.341328]]],[[[14.73361,44.939995],[14.436388,45.069996],[14.539165,45.239441],[14.806665,44.996384],[14.73361,44.939995]]],[[[14.488054,44.605827],[14.331388,44.849716],[14.317638,45.175411],[14.426388,44.984718],[14.488054,44.605827]]],[[[14.516666,44.473328],[14.367498,44.590271],[14.338055,44.706734],[14.391944,44.689857],[14.516666,44.473328]]],[[[14.745277,44.694443],[15.042638,44.522842],[15.250069,44.335484],[15.128888,44.30986],[14.745277,44.694443]]],[[[15.194166,43.871109],[15.108055,43.919998],[14.854235,44.172565],[15.219583,43.909718],[15.194166,43.871109]]],[[[16.687222,43.261665],[16.519722,43.276382],[16.405554,43.326038],[16.88472,43.317215],[16.687222,43.261665]]],[[[17.057777,43.112495],[16.654163,43.11972],[16.377775,43.195343],[17.116386,43.136108],[17.057777,43.112495]]],[[[16.09333,43.009995],[16.050552,43.063049],[16.252115,43.06461],[16.20986,43.023468],[16.09333,43.009995]]],[[[8.659443,42.008331],[8.665277,42.511108],[9.288888,42.674995],[9.346804,43.000412],[9.459582,42.988049],[9.552568,42.118332],[9.219652,41.367287],[8.790415,41.557842],[8.917117,41.685688],[8.725832,41.729439],[8.802361,41.900414],[8.627222,41.906662],[8.659443,42.008331]]],[[[16.866108,42.897774],[16.633886,42.982357],[17.183609,42.91861],[16.941109,42.911385],[16.866108,42.897774]]],[[[10.41861,42.708611],[10.139166,42.731667],[10.100971,42.784855],[10.413054,42.870068],[10.41861,42.708611]]],[[[17.739998,42.691666],[17.372498,42.757217],[17.323469,42.789024],[17.66486,42.73597],[17.739998,42.691666]]],[[[8.178333,40.636383],[8.228054,40.938396],[8.579721,40.839996],[9.233055,41.254715],[9.562498,41.117775],[9.633888,40.989166],[9.51045,40.920376],[9.824165,40.527218],[9.623332,40.251873],[9.71361,40.04055],[9.565068,39.145618],[9.01354,39.263191],[8.902082,38.902634],[8.646387,38.890274],[8.505381,39.061028],[8.408332,38.958538],[8.371528,39.372913],[8.55722,39.844994],[8.395971,39.901314],[8.457222,40.321388],[8.178333,40.636383]]],[[[24.643608,40.570831],[24.509441,40.658051],[24.643192,40.797218],[24.773331,40.63166],[24.643608,40.570831]]],[[[25.657219,40.49305],[25.603886,40.398319],[25.443886,40.475822],[25.555832,40.511658],[25.657219,40.49305]]],[[[4.276388,39.806389],[3.826666,39.922493],[3.796944,40.01722],[4.174444,40.050278],[4.276388,39.806389]]],[[[25.441666,40.004715],[25.355827,39.786385],[25.263052,39.91235],[25.05444,39.86055],[25.047636,39.986656],[25.441666,40.004715]]],[[[2.389166,39.524994],[2.987778,39.91111],[3.48,39.716385],[3.060278,39.263332],[2.694444,39.551941],[2.389166,39.524994]]],[[[19.855,39.818329],[19.929859,39.474442],[20.111664,39.363052],[19.878746,39.448536],[19.674582,39.675968],[19.855,39.818329]]],[[[-31.215557,39.353333],[-31.28903,39.410969],[-31.21389,39.521942],[-31.126041,39.455204],[-31.215557,39.353333]]],[[[26.419994,39.325829],[26.61569,39.013882],[26.088469,39.074371],[26.25708,39.203461],[26.065413,39.084576],[25.834856,39.180065],[26.178329,39.374985],[26.419994,39.325829]]],[[[23.724442,39.071388],[23.660276,39.089439],[23.594858,39.204926],[23.787359,39.118259],[23.724442,39.071388]]],[[[1.371944,38.830826],[1.211944,38.898331],[1.294167,39.031387],[1.602917,39.093884],[1.371944,38.830826]]],[[[24.049999,38.365829],[23.64222,38.418884],[23.198053,38.831799],[22.832844,38.829124],[23.304443,39.037285],[23.591942,38.764717],[24.153889,38.64666],[24.258261,38.217285],[24.561247,38.144302],[24.564163,37.987221],[24.049999,38.365829]]],[[[24.568886,38.760826],[24.450275,38.896942],[24.483192,38.977356],[24.681664,38.802078],[24.568886,38.760826]]],[[[20.701385,38.834717],[20.72208,38.627148],[20.543192,38.566105],[20.601665,38.778885],[20.701385,38.834717]]],[[[-27.138615,38.62944],[-27.351391,38.681664],[-27.385002,38.763329],[-27.065834,38.76416],[-27.138615,38.62944]]],[[[-27.810837,38.539993],[-28.194168,38.650276],[-28.315556,38.748604],[-27.761459,38.547981],[-27.810837,38.539993]]],[[[1.390278,38.643326],[1.399167,38.737778],[1.587361,38.669857],[1.459861,38.686249],[1.390278,38.643326]]],[[[-28.636112,38.510277],[-28.758892,38.517776],[-28.845837,38.595135],[-28.631529,38.60833],[-28.636112,38.510277]]],[[[26.014721,38.149437],[25.863329,38.239849],[25.991665,38.34388],[25.865831,38.584999],[26.15958,38.542072],[26.014721,38.149437]]],[[[-28.24667,38.371941],[-28.459723,38.405273],[-28.549446,38.527222],[-28.036877,38.414165],[-28.24667,38.371941]]],[[[20.719719,38.305275],[20.614304,38.469719],[20.652777,38.50069],[20.760693,38.323467],[20.719719,38.305275]]],[[[20.57111,38.468048],[20.812637,38.114925],[20.79347,38.063259],[20.342567,38.17791],[20.57111,38.468048]]],[[[12.441666,37.806107],[12.73361,38.139717],[12.923611,38.02486],[13.31861,38.217495],[13.791111,37.972221],[15.647937,38.264576],[15.092499,37.490273],[15.316666,37.008888],[15.081388,36.649162],[13.155972,37.491245],[12.65611,37.559784],[12.441666,37.806107]]],[[[23.50111,37.999161],[23.538748,37.919304],[23.407358,37.894299],[23.437496,37.985832],[23.50111,37.999161]]],[[[24.960278,37.685555],[24.715137,37.873051],[24.69458,37.962635],[24.962776,37.872498],[24.960278,37.685555]]],[[[20.836109,37.646385],[20.628609,37.81319],[20.64333,37.898331],[20.998608,37.713882],[20.836109,37.646385]]],[[[-25.456112,37.705551],[-25.711391,37.74472],[-25.854168,37.883888],[-25.140556,37.840691],[-25.456112,37.705551]]],[[[26.81805,37.636658],[26.57222,37.732353],[27.06694,37.727219],[27.063677,37.707352],[26.81805,37.636658]]],[[[25.984161,37.506943],[26.066246,37.630966],[26.358677,37.683949],[26.214993,37.558884],[25.984161,37.506943]]],[[[24.285275,37.524719],[24.299582,37.656387],[24.394165,37.673332],[24.381386,37.596939],[24.285275,37.524719]]],[[[25.053883,37.675819],[25.238888,37.621941],[25.23,37.535408],[24.976387,37.674026],[25.053883,37.675819]]],[[[24.44083,37.470833],[24.482498,37.395966],[24.377012,37.306385],[24.369999,37.429508],[24.44083,37.470833]]],[[[25.45277,36.91832],[25.34194,37.073467],[25.541872,37.197632],[25.580273,37.015549],[25.45277,36.91832]]],[[[25.191383,36.973885],[25.109997,37.057213],[25.268604,37.138611],[25.250275,37.008324],[25.191383,36.973885]]],[[[26.975552,36.924431],[26.919167,36.946663],[26.887566,37.073738],[27.049162,36.992081],[26.975552,36.924431]]],[[[-25.01889,36.929161],[-25.16778,36.943192],[-25.198057,36.994305],[-25.054792,37.015759],[-25.01889,36.929161]]],[[[26.971386,36.672211],[26.919857,36.758186],[27.062496,36.838043],[27.354717,36.863811],[26.971386,36.672211]]],[[[25.357777,36.644997],[25.25861,36.728882],[25.277494,36.782356],[25.407776,36.716518],[25.357777,36.644997]]],[[[24.33083,36.649994],[24.350969,36.746941],[24.548748,36.757912],[24.539442,36.677563],[24.33083,36.649994]]],[[[26.46666,36.576378],[26.315271,36.504852],[26.263327,36.589573],[26.382914,36.640408],[26.46666,36.576378]]],[[[28.207222,36.44249],[28.063606,36.111931],[27.731249,35.913052],[27.804443,36.26944],[28.207222,36.44249]]],[[[22.956944,36.377495],[23.10833,36.236938],[23.044094,36.136246],[22.911665,36.201107],[22.956944,36.377495]]],[[[14.519722,35.799995],[14.347221,35.872498],[14.329096,35.978466],[14.563889,35.877777],[14.519722,35.799995]]],[[[27.14222,35.399719],[27.066942,35.606663],[27.229721,35.825413],[27.202221,35.47805],[27.14222,35.399719]]],[[[23.681942,35.224442],[23.520554,35.294998],[23.741873,35.686317],[23.848539,35.522984],[24.176388,35.588886],[24.107065,35.492214],[24.327082,35.351383],[25.765726,35.32996],[25.784027,35.113888],[26.301109,35.283051],[26.135832,34.997288],[25.016941,34.930832],[24.392498,35.188885],[23.681942,35.224442]]]]},"type":"Feature","properties":{"postal":"EU","name":"Europe","type":"Continent","center":[22.708333333333304,51.97234849211648]}},"AF":{"geometry":{"type":"MultiPolygon","coordinates":[[[[0.694651,5.773365],[0.635833,5.944513],[0.506462,6.058595],[0.405139,6.081041],[0.311319,6.058576],[0.217222,6.098194],[0.35375,6.023333],[0.430417,6.069791],[0.575,5.991944],[0.66375,5.75993],[0.255833,5.757777],[-2.058889,4.730833],[-3.148612,5.095833],[-2.847951,5.14684],[-3.136111,5.142221],[-3.140208,5.364305],[-3.297986,5.119166],[-4.003542,5.256666],[-3.734722,5.259166],[-3.754445,5.353333],[-3.811736,5.372638],[-3.73875,5.276041],[-4.468056,5.295555],[-4.8075,5.176527],[-4.005695,5.230972],[-4.893889,5.128611],[-5.026668,5.214722],[-5.322917,5.228958],[-5.360487,5.118472],[-5.014205,5.125226],[-5.897501,5.020139],[-7.436389,4.349166],[-8.242154,4.570833],[-9.23889,5.122777],[-10.371945,6.162222],[-10.764168,6.271111],[-11.463335,6.908055],[-12.504168,7.38861],[-12.184306,7.591041],[-12.460557,7.555416],[-12.95896,7.903264],[-12.974335,8.247768],[-13.132778,8.195],[-13.285001,8.497569],[-13.055903,8.369582],[-13.095556,8.485277],[-12.897501,8.567778],[-13.189445,8.556944],[-13.132223,8.861944],[-13.493134,9.560076],[-13.679512,9.541466],[-13.688639,9.95219],[-13.822362,9.849443],[-14.4575,10.29361],[-14.535828,10.506674],[-14.660696,10.473331],[-14.516528,10.842777],[-14.698611,10.640484],[-14.81889,10.9175],[-14.690417,11.028888],[-15.005417,10.771943],[-15.115696,10.977638],[-15.022779,11.195276],[-15.232918,10.995901],[-15.20882,11.229755],[-15.353473,11.141805],[-15.426667,11.287429],[-15.26528,11.425913],[-15.501146,11.332811],[-15.282084,11.619305],[-15.027224,11.594166],[-15.339035,11.681463],[-15.444341,11.553124],[-15.423529,11.683666],[-15.556112,11.725415],[-15.458612,11.865276],[-15.130835,11.893332],[-15.066528,11.802637],[-14.955973,11.746944],[-14.991112,11.958054],[-15.430834,11.958887],[-15.959445,11.735276],[-15.705811,12.009905],[-16.202778,11.905554],[-16.349724,12.105833],[-16.11528,12.333332],[-16.45528,12.171804],[-16.793196,12.422915],[-16.583752,12.632638],[-16.374376,12.545415],[-15.634444,12.53104],[-15.509306,12.637082],[-15.529862,12.782082],[-15.391807,12.832915],[-15.526876,12.805763],[-15.645625,12.557082],[-16.021378,12.724939],[-16.421667,12.576804],[-16.59396,12.783333],[-16.752918,12.564721],[-16.821667,13.323332],[-16.709932,13.471735],[-16.554724,13.295069],[-16.194725,13.252638],[-16.155905,13.42486],[-15.328335,13.43861],[-15.305764,13.451527],[-15.297176,13.491055],[-15.547223,13.52868],[-16.513336,13.36861],[-16.642153,13.696874],[-16.490837,13.958055],[-16.698439,13.77045],[-16.745348,13.953471],[-16.638889,13.961666],[-16.367432,14.166389],[-16.775837,14.012499],[-17.175556,14.654444],[-17.53278,14.750137],[-17.129169,14.93111],[-16.546391,15.756666],[-16.467642,16.611387],[-16.039448,17.734581],[-16.179169,18.913055],[-16.511669,19.352219],[-16.309448,19.467499],[-16.461737,19.410067],[-16.196808,20.226109],[-16.923681,21.15847],[-17.101528,20.837429],[-16.916252,21.945415],[-16.362709,22.564583],[-15.779447,23.909439],[-15.993977,23.648504],[-15.933056,23.788055],[-14.900903,24.68965],[-14.483334,26.16333],[-13.574167,26.731667],[-12.962709,27.920485],[-11.511946,28.303747],[-10.228196,29.317915],[-9.640973,30.164997],[-9.608403,30.402498],[-9.853889,30.726944],[-9.809168,31.446663],[-9.277779,32.183609],[-9.279341,32.543953],[-8.538334,33.250549],[-6.843056,34.018608],[-5.918744,35.790649],[-5.455556,35.91444],[-5.30765,35.885792],[-5.248959,35.574371],[-4.695834,35.208885],[-3.33625,35.191383],[-2.986111,35.418053],[-2.834861,35.125134],[-2.883681,35.234577],[-1.979722,35.073326],[-1.352222,35.322495],[-1.03583,35.676941],[-0.373125,35.902775],[-0.106667,35.784023],[0.204167,36.103333],[1.1825,36.512215],[2.5725,36.589161],[2.900208,36.794785],[3.901666,36.914719],[4.788749,36.893887],[5.328055,36.640274],[6.398333,37.086388],[6.920416,36.8843],[7.2925,37.077221],[7.932221,36.844444],[9.858681,37.328335],[9.808313,37.150772],[10.25486,37.179581],[10.132012,37.145515],[10.344235,36.877148],[10.192777,36.810829],[10.336944,36.735138],[11.039373,37.085968],[11.102221,36.904442],[10.796388,36.465343],[10.512777,36.351105],[10.456179,36.117355],[10.685833,35.788605],[11.027082,35.637356],[11.126665,35.241943],[10.731388,34.670277],[10.007083,34.168606],[10.266388,33.748604],[10.715971,33.704163],[10.751666,33.473743],[11.055833,33.612637],[11.174304,33.210064],[12.301249,32.837776],[13.25111,32.918888],[15.165833,32.398605],[15.754305,31.389721],[17.36722,31.08222],[18.957499,30.276386],[19.617775,30.417221],[20.057638,30.85083],[20.155552,31.149998],[19.91958,31.74819],[20.084442,32.184715],[20.567627,32.560913],[21.713886,32.944443],[23.119164,32.619751],[23.0851,32.332111],[23.247196,32.216225],[24.982637,31.966526],[25.173887,31.54076],[25.94722,31.617775],[27.323193,31.376108],[27.438889,31.222775],[27.844164,31.24375],[27.921387,31.098053],[28.429722,31.078888],[29.035,30.824165],[30.064442,31.320274],[30.289719,31.237358],[30.35545,31.502844],[30.95611,31.575693],[30.593885,31.380276],[31.126455,31.496664],[31.01222,31.597012],[31.556942,31.442219],[31.871704,31.534918],[31.92148,31.529884],[32.202492,31.290934],[31.909651,31.527567],[31.777462,31.277393],[32.143066,31.074165],[32.279789,31.124304],[32.214752,31.282427],[32.7118,31.033539],[34.21666,31.32333],[34.903801,29.486706],[34.25444,27.728611],[33.242775,28.554443],[33.172562,28.995068],[32.741386,29.45472],[32.575619,30.002707],[32.340828,29.59486],[32.596382,29.340553],[32.688606,28.867775],[33.558884,27.883053],[33.49472,27.643887],[33.837357,27.236664],[33.938328,26.655275],[35.138611,24.517498],[35.811176,23.907011],[35.485832,23.942915],[35.668888,22.970694],[36.886246,22.053194],[36.911385,21.608608],[37.306591,21.063261],[37.103188,21.207914],[37.435688,18.853888],[38.589024,18.066803],[39.001938,17.18861],[39.270138,15.986249],[39.718052,15.088055],[39.881386,15.489443],[40.175411,14.97111],[40.454857,15.007776],[40.80722,14.705555],[41.172218,14.630693],[41.677219,13.936388],[42.28458,13.573471],[42.373814,13.217916],[42.804718,12.844999],[43.07798,12.828957],[43.327496,12.476728],[43.370903,11.993263],[42.531525,11.511943],[43.157219,11.570833],[44.278328,10.447777],[44.892078,10.421527],[45.758884,10.872985],[46.453331,10.69],[47.396664,11.178957],[48.12569,11.135138],[48.521385,11.315554],[48.987221,11.245832],[50.093189,11.514583],[50.76944,11.979166],[51.278328,11.816666],[51.076385,11.328054],[51.145554,10.63361],[51.017216,10.446666],[51.189438,10.538055],[51.391247,10.39736],[50.895828,10.312222],[50.838539,9.437871],[49.8293,7.946111],[49.040833,6.149722],[48.000553,4.523055],[46.025551,2.437222],[44.544994,1.551944],[43.488609,0.649999],[42.066666,-0.896111],[41.315277,-1.958056],[40.891663,-2.019167],[40.958469,-2.304375],[40.854996,-2.236111],[40.630482,-2.552847],[40.23111,-2.671111],[40.125481,-3.265695],[39.402496,-4.633889],[39.203026,-4.669618],[38.776108,-6.039723],[38.870831,-6.385278],[39.547882,-6.994313],[39.28833,-7.498889],[39.299721,-7.757778],[39.446663,-7.814167],[39.295288,-8.267862],[39.791107,-9.923889],[40.584442,-10.654167],[40.387772,-11.31778],[40.474159,-12.504931],[40.645969,-12.755417],[40.412773,-12.969236],[40.592911,-12.970695],[40.649715,-14.021667],[40.532772,-14.1675],[40.722775,-14.202085],[40.636108,-14.484724],[40.82111,-14.423473],[40.845276,-14.734167],[40.514442,-15.18389],[40.684299,-15.254862],[40.578331,-15.49889],[39.782635,-16.305557],[39.698608,-16.536945],[39.09618,-16.984377],[37.85305,-17.385834],[36.983887,-18.001392],[36.846386,-17.875557],[36.943886,-18.108612],[36.252777,-18.891392],[36.100136,-18.813057],[34.89069,-19.860418],[34.626801,-19.618612],[34.776104,-19.825905],[34.666939,-20.391182],[35.111801,-20.9333],[35.306732,-22.407501],[35.397217,-22.460003],[35.480553,-22.0958],[35.545273,-22.232502],[35.597267,-22.919672],[35.347771,-23.695278],[35.339722,-23.969448],[35.522911,-23.795488],[35.456108,-24.169445],[35.012215,-24.654167],[32.811108,-25.612085],[32.587151,-25.972433],[32.843189,-26.291113],[32.945621,-26.087709],[32.868332,-27.007504],[32.39444,-28.531391],[31.325832,-29.390835],[30.023888,-31.281113],[27.899998,-33.040558],[26.530552,-33.753334],[25.724998,-33.767227],[25.701942,-34.031952],[25.022636,-33.968056],[24.824718,-34.201668],[23.649303,-33.983894],[23.366179,-34.090904],[22.539164,-34.011185],[21.802498,-34.383057],[20.504444,-34.464729],[20,-34.822002],[19.320414,-34.595284],[19.278193,-34.409172],[18.819719,-34.378895],[18.799026,-34.088894],[18.48597,-34.099445],[18.485027,-34.348309],[18.380276,-34.255836],[18.439026,-33.70195],[17.8475,-32.830833],[18.308609,-32.585697],[18.217915,-31.734585],[17.277914,-30.342293],[16.818331,-29.094376],[16.48959,-28.578178],[15.689722,-27.956112],[15.094999,-26.735279],[15.171804,-26.601667],[14.834305,-25.741947],[14.856666,-25.058889],[14.462638,-24.103336],[14.511389,-22.55278],[13.403888,-20.862364],[12.460833,-18.928059],[11.767638,-17.988195],[11.731249,-15.850696],[12.014999,-15.569445],[12.512707,-13.424376],[12.969999,-12.784445],[13.459159,-12.508608],[13.764166,-11.936112],[13.849443,-10.956112],[12.984583,-9.081251],[13.387499,-8.740278],[13.391805,-8.39375],[12.817778,-6.950278],[12.246249,-6.103611],[13.178881,-5.85633],[12.897916,-5.811945],[12.435833,-6.016667],[12.264999,-5.864722],[12.176109,-5.323334],[11.774166,-4.54264],[9.702498,-2.447917],[10.016109,-2.639722],[10.133471,-2.523889],[9.610971,-2.370695],[9.322498,-1.9075],[9.536874,-2.068403],[9.518055,-1.926944],[9.262776,-1.849445],[8.985485,-1.243056],[9.016394,-1.306906],[9.233332,-1.530278],[9.291111,-1.638889],[9.513887,-1.596667],[9.288332,-1.570417],[9.251389,-1.498611],[9.336944,-1.399722],[9.352777,-1.341944],[9.333436,-1.28559],[9.224721,-1.41125],[9.026666,-1.297639],[8.709999,-0.641111],[9.007776,-0.813889],[9.298332,-0.371667],[9.350833,0.362014],[9.466944,0.167222],[9.746527,0.11625],[9.92111,0.185278],[9.497707,0.293681],[9.305138,0.580972],[9.542221,0.6725],[9.599998,0.481111],[9.572013,0.996597],[9.845901,1.074722],[9.360276,1.174722],[9.813401,1.929792],[9.965137,3.085208],[9.543055,3.811527],[9.7225,3.865278],[9.488366,4.112916],[9.434999,3.899444],[8.974096,4.099791],[8.898611,4.588333],[8.666388,4.681389],[8.714166,4.502638],[8.508402,4.523541],[8.585214,4.820409],[8.506943,4.699861],[8.274721,4.856667],[8.293679,4.5475],[7.695277,4.497499],[7.537221,4.539999],[7.550405,4.706555],[7.272499,4.557777],[7.074305,4.753055],[7.179444,4.506944],[7.073055,4.434722],[6.963889,4.724861],[7.00868,4.371319],[6.871666,4.392639],[6.762846,4.763472],[6.848611,4.348332],[6.720485,4.348194],[6.73243,4.603541],[6.69236,4.331805],[6.25118,4.301562],[6.252778,4.449999],[6.172222,4.282777],[5.935833,4.338333],[5.582361,4.655833],[5.384235,5.116527],[5.493402,5.144929],[5.368333,5.160555],[5.345277,5.33],[5.539721,5.414721],[5.636041,5.536736],[5.261944,5.433194],[5.214791,5.577638],[5.5025,5.616944],[5.182083,5.574861],[4.410208,6.35993],[3.391319,6.445138],[3.807222,6.612778],[3.443055,6.578333],[3.319167,6.385555],[1.468889,6.186388],[1.098889,6.040277],[0.945,5.780833],[0.694651,5.773365]]],[[[11.128887,34.66861],[11.237985,34.822842],[11.302221,34.803329],[11.28236,34.742775],[11.128887,34.66861]]],[[[10.865,33.638611],[10.719166,33.730827],[10.735138,33.890415],[11.052637,33.807632],[10.865,33.638611]]],[[[-16.943611,32.637497],[-17.195972,32.728882],[-17.254517,32.812843],[-16.715557,32.758888],[-16.943611,32.637497]]],[[[-13.773056,28.837776],[-13.791667,29.052498],[-13.442501,29.231667],[-13.483473,28.995277],[-13.773056,28.837776]]],[[[-17.783337,28.529163],[-18.002918,28.749722],[-17.906807,28.848192],[-17.71653,28.743332],[-17.783337,28.529163]]],[[[-14.332779,28.044441],[-14.444168,28.069164],[-13.867779,28.749582],[-13.923056,28.249165],[-14.332779,28.044441]]],[[[-16.671391,27.984165],[-16.909376,28.346039],[-16.156948,28.57222],[-16.418056,28.145275],[-16.671391,27.984165]]],[[[-17.230835,28.009998],[-17.330559,28.09111],[-17.255003,28.206108],[-17.089169,28.111942],[-17.230835,28.009998]]],[[[-15.579168,27.73111],[-15.815834,28.001942],[-15.702501,28.156109],[-15.409408,28.155903],[-15.394167,27.844997],[-15.579168,27.73111]]],[[[-17.98278,27.637497],[-18.167503,27.753609],[-17.907501,27.84861],[-17.883474,27.79722],[-17.98278,27.637497]]],[[[-16.432503,19.601387],[-16.460558,19.696941],[-16.342087,19.865137],[-16.361252,19.733332],[-16.432503,19.601387]]],[[[-25.281391,16.91333],[-25.332363,17.094997],[-24.973475,17.108679],[-25.171392,16.928333],[-25.281391,16.91333]]],[[[-24.993336,16.77972],[-25.0825,16.858332],[-24.930279,16.920692],[-24.876253,16.82847],[-24.993336,16.77972]]],[[[-22.923058,16.590275],[-22.994307,16.803192],[-22.92153,16.853191],[-22.877502,16.671944],[-22.923058,16.590275]]],[[[-24.321392,16.482777],[-24.420002,16.661942],[-24.024168,16.57229],[-24.270975,16.586664],[-24.321392,16.482777]]],[[[-22.800556,15.978054],[-22.962223,16.044998],[-22.798615,16.235275],[-22.666113,16.094997],[-22.800556,15.978054]]],[[[40,15.885777],[40.141037,15.801596],[40.167843,15.63965],[40.417076,15.574861],[39.980831,15.602916],[40,15.885777]]],[[[-23.167225,15.115833],[-23.253891,15.164165],[-23.199446,15.326526],[-23.113056,15.234444],[-23.167225,15.115833]]],[[[-23.525837,14.896111],[-23.789516,15.065415],[-23.695004,15.294998],[-23.444725,15.006109],[-23.525837,14.896111]]],[[[-24.390003,14.81111],[-24.524446,14.918332],[-24.38257,15.04618],[-24.295559,14.870554],[-24.390003,14.81111]]],[[[-16.085281,11.753611],[-16.157154,11.87111],[-15.981112,11.905693],[-16.029377,11.758541],[-16.085281,11.753611]]],[[[-15.466818,11.565308],[-15.574033,11.506784],[-15.633962,11.535811],[-15.487886,11.624299],[-15.466818,11.565308]]],[[[-16.034725,11.417221],[-16.014725,11.546944],[-15.905556,11.577499],[-15.915001,11.44861],[-16.034725,11.417221]]],[[[-16.312225,11.477221],[-16.414932,11.48229],[-16.420139,11.533123],[-16.243196,11.575555],[-16.312225,11.477221]]],[[[-15.763056,11.163887],[-15.753056,11.269722],[-15.662432,11.301457],[-15.661112,11.225069],[-15.763056,11.163887]]],[[[-16.154724,11.024721],[-16.243196,11.103055],[-16.080278,11.205693],[-16.060001,11.039721],[-16.154724,11.024721]]],[[[-12.885,7.614166],[-12.591112,7.634444],[-12.496251,7.500833],[-12.559446,7.420833],[-12.885,7.614166]]],[[[7.180277,4.377777],[7.22611,4.52],[7.316667,4.4725],[7.309861,4.410555],[7.180277,4.377777]]],[[[8.625043,3.650001],[8.960137,3.701805],[8.681943,3.197083],[8.424582,3.336944],[8.625043,3.650001]]],[[[7.399166,1.530555],[7.327916,1.61],[7.404583,1.70125],[7.462777,1.634722],[7.399166,1.530555]]],[[[6.523889,0.018333],[6.467222,0.259722],[6.687778,0.402222],[6.751527,0.226806],[6.523889,0.018333]]],[[[9.002222,-0.768889],[8.946665,-0.658333],[9.003888,-0.599583],[9.046527,-0.669306],[9.002222,-0.768889]]],[[[40.997498,-2.203056],[40.990692,-2.089445],[41.162426,-2.081111],[41.016106,-2.148889],[40.997498,-2.203056]]],[[[55.532494,-4.789167],[55.375412,-4.62514],[55.463882,-4.551667],[55.538189,-4.663751],[55.532494,-4.789167]]],[[[39.855633,-5.159406],[39.794998,-5.4075],[39.648746,-5.433681],[39.689438,-4.901112],[39.870277,-4.914722],[39.855633,-5.159406]]],[[[39.284554,-6.264074],[39.186386,-5.959723],[39.311108,-5.724167],[39.559166,-6.444167],[39.284554,-6.264074]]],[[[39.653053,-7.996945],[39.592911,-7.949445],[39.901245,-7.64257],[39.824997,-7.909167],[39.653053,-7.996945]]],[[[46.269165,-9.463057],[46.205688,-9.396807],[46.521313,-9.377431],[46.476105,-9.422501],[46.269165,-9.463057]]],[[[43.453606,-11.936111],[43.220135,-11.763474],[43.286942,-11.378334],[43.395271,-11.406113],[43.453606,-11.936111]]],[[[47.29583,-11.577778],[47.282082,-11.574584],[47.279095,-11.55757],[47.29715,-11.554098],[47.29583,-11.577778]]],[[[48.031403,-14.063412],[47.905273,-13.59639],[48.063332,-13.518057],[48.287216,-13.808056],[48.337635,-13.550834],[48.79277,-13.367779],[48.959442,-12.822224],[48.733604,-12.43764],[48.944164,-12.485834],[49.272217,-11.947084],[49.367359,-12.205834],[49.232498,-12.225],[49.518326,-12.345835],[49.570621,-12.648771],[49.943329,-13.039446],[50.482773,-15.405834],[50.232216,-15.974445],[50.033882,-15.866945],[49.866104,-15.432501],[49.633606,-15.557501],[49.681385,-16.055002],[49.854023,-16.231392],[49.788605,-16.83028],[49.596939,-16.908611],[49.422775,-17.315834],[49.510277,-17.711391],[49.368332,-18.351391],[47.133049,-24.928059],[45.214722,-25.588337],[44.017078,-24.980835],[43.664162,-24.31139],[43.636383,-23.65778],[43.759995,-23.468058],[43.361938,-22.852779],[43.238884,-22.282501],[43.500549,-21.333889],[43.808609,-21.225281],[44.482773,-19.965836],[44.370831,-19.777086],[44.469162,-19.438335],[44.03569,-18.408058],[43.931389,-17.500557],[44.437775,-16.692223],[44.460274,-16.183891],[44.873604,-16.210281],[45.264999,-15.927502],[45.302635,-16.117779],[45.390549,-15.973333],[45.617775,-16.057503],[45.71666,-15.791668],[46.063606,-15.871946],[46.151382,-15.703611],[46.302216,-15.961113],[46.477776,-15.96139],[46.338333,-15.624723],[46.94722,-15.198891],[47.076385,-15.334446],[46.959442,-15.558056],[47.223618,-15.448465],[47.058327,-15.185001],[47.454994,-14.665279],[47.427216,-15.110556],[47.811275,-14.60389],[48.013329,-14.749445],[47.699715,-14.408335],[47.927773,-14.253889],[47.914162,-14.08889],[48.003052,-14.322779],[48.031403,-14.063412]]],[[[44.513611,-12.38028],[44.390968,-12.269862],[44.212219,-12.163543],[44.467358,-12.07014],[44.513611,-12.38028]]],[[[43.854439,-12.383057],[43.66861,-12.3575],[43.625549,-12.254446],[43.737221,-12.274445],[43.854439,-12.383057]]],[[[45.136383,-12.9925],[45.07,-12.957224],[45.078888,-12.6625],[45.229717,-12.754863],[45.136383,-12.9925]]],[[[45.280079,-12.805131],[45.263126,-12.768277],[45.283764,-12.746902],[45.293346,-12.78523],[45.280079,-12.805131]]],[[[48.33194,-13.42],[48.192215,-13.338057],[48.284164,-13.195972],[48.324997,-13.211113],[48.33194,-13.42]]],[[[-5.712976,-15.992863],[-5.792778,-15.991112],[-5.67139,-15.909445],[-5.646389,-15.958335],[-5.712976,-15.992863]]],[[[39.886108,-16.417778],[39.812775,-16.324862],[39.898052,-16.272919],[39.914856,-16.282919],[39.886108,-16.417778]]],[[[49.827217,-17.09528],[49.86055,-16.913891],[50.010551,-16.725559],[49.93972,-16.907501],[49.827217,-17.09528]]],[[[42.751938,-17.076115],[42.741524,-17.07403],[42.723816,-17.057987],[42.760899,-17.065279],[42.751938,-17.076115]]],[[[63.47805,-19.677502],[63.468884,-19.734724],[63.332008,-19.742987],[63.348328,-19.7075],[63.47805,-19.677502]]],[[[57.529442,-20.520557],[57.307083,-20.434031],[57.624443,-19.986389],[57.789581,-20.285975],[57.529442,-20.520557]]],[[[55.709999,-20.998058],[55.85305,-21.168613],[55.674164,-21.37389],[55.34333,-21.268612],[55.220551,-21.025002],[55.452496,-20.856531],[55.709999,-20.998058]]],[[[35.452217,-21.787502],[35.424438,-21.727501],[35.483326,-21.52528],[35.49472,-21.658337],[35.452217,-21.787502]]]]},"type":"Feature","properties":{"postal":"AF","name":"Africa","type":"Continent","center":[21.041666666666647,12.605396491595144]}},"SA":{"geometry":{"type":"MultiPolygon","coordinates":[[[[-81.713058,12.490276],[-81.720146,12.545277],[-81.692368,12.590277],[-81.690979,12.532221],[-81.713058,12.490276]]],[[[-39.66893,-18.325603],[-39.704033,-19.423613],[-40.240559,-20.283819],[-40.349724,-20.234726],[-40.417503,-20.616669],[-40.813126,-20.928196],[-41.029167,-21.448891],[-40.970142,-21.982502],[-41.763062,-22.346111],[-41.987434,-22.565697],[-42.034447,-22.91917],[-43.09417,-22.953335],[-43.075836,-22.668335],[-43.254311,-22.736599],[-43.147434,-22.951807],[-43.289452,-23.013058],[-43.996948,-23.103058],[-43.606808,-23.018888],[-43.858753,-22.896807],[-44.236706,-23.0483],[-44.353752,-22.920418],[-44.675213,-23.055696],[-44.574306,-23.353683],[-44.943893,-23.362225],[-45.410835,-23.628891],[-45.415485,-23.828056],[-45.890007,-23.76778],[-46.279724,-24.025835],[-46.311668,-24.01889],[-46.274796,-23.991043],[-46.305489,-23.9191],[-46.380421,-23.868752],[-48.026115,-25.015003],[-47.914307,-25.152363],[-48.208199,-25.46014],[-48.134056,-25.284731],[-48.395004,-25.296112],[-48.480698,-25.480141],[-48.718613,-25.424725],[-48.361809,-25.579445],[-48.770142,-25.884098],[-48.581116,-25.872223],[-48.581043,-26.175695],[-48.793335,-26.132225],[-48.48695,-27.213474],[-48.62056,-27.237085],[-48.563896,-27.864445],[-48.761806,-28.490696],[-48.852779,-28.320278],[-48.842506,-28.617779],[-49.752502,-29.369724],[-50.749451,-31.081112],[-52.069656,-32.171947],[-52.086742,-31.826805],[-51.861256,-31.872917],[-51.251396,-31.471668],[-51.158962,-31.077848],[-50.97084,-31.122223],[-50.5681,-30.45755],[-50.605003,-30.194029],[-50.966393,-30.40889],[-51.27504,-30.010557],[-51.267784,-30.780834],[-51.376949,-30.651112],[-51.467781,-31.060974],[-51.963753,-31.337364],[-52.21764,-31.745003],[-52.254723,-32.055283],[-52.090767,-32.164379],[-52.639866,-33.133755],[-53.439728,-33.792229],[-54.140766,-34.664658],[-54.31292,-34.562851],[-54.278893,-34.690701],[-54.896118,-34.943611],[-55.692783,-34.77507],[-56.15834,-34.927223],[-57.111256,-34.464172],[-57.836876,-34.492783],[-58.429867,-33.835003],[-58.360558,-33.130978],[-58.141949,-33.098896],[-58.045563,-32.934723],[-58.200005,-32.448334],[-58.14653,-33.045422],[-58.425697,-33.097435],[-58.531952,-33.516945],[-58.385284,-34.050423],[-58.469727,-34.539726],[-57.188339,-35.320557],[-57.376671,-35.962784],[-57.053337,-36.314171],[-56.74535,-36.315975],[-56.678337,-36.923615],[-57.484032,-37.830421],[-57.551949,-38.113617],[-58.301117,-38.485001],[-61.094452,-38.995834],[-62.385143,-38.802643],[-62.327503,-39.260006],[-62.165977,-39.286392],[-62.024376,-39.387505],[-62.274864,-39.338474],[-62.068752,-39.508476],[-62.117088,-39.836876],[-62.309174,-39.892227],[-62.48875,-40.30257],[-62.247501,-40.601185],[-62.338337,-40.671322],[-62.195316,-40.628407],[-62.390007,-40.901947],[-63.036396,-41.149311],[-63.774727,-41.164867],[-64.804451,-40.721947],[-65.130142,-40.84417],[-65.013626,-42.092224],[-64.464455,-42.265629],[-64.600876,-42.407261],[-64.45195,-42.445839],[-64.11348,-42.43153],[-64.063065,-42.278618],[-64.328239,-42.246181],[-63.750835,-42.090004],[-63.579308,-42.615005],[-63.684517,-42.815765],[-64.098412,-42.888546],[-64.398056,-42.515839],[-64.953751,-42.661114],[-64.989449,-42.79459],[-64.296532,-42.991184],[-64.929863,-43.235836],[-65.326813,-43.661808],[-65.249451,-44.313057],[-65.689041,-44.71209],[-65.5373,-44.892292],[-65.611122,-45.020561],[-66.182785,-44.964447],[-66.946533,-45.254173],[-67.584351,-46.000298],[-67.533615,-46.422363],[-66.81855,-46.98917],[-65.775284,-47.19521],[-65.870422,-47.755558],[-66.029587,-47.76292],[-66.113892,-47.817505],[-66.229118,-47.840378],[-66.243622,-47.860283],[-65.95681,-47.786392],[-65.789795,-47.965836],[-67.585701,-49.040421],[-67.827782,-49.386391],[-67.605774,-49.264099],[-67.897232,-49.98584],[-68.273346,-50.123337],[-68.592514,-49.928612],[-69.002853,-50.009655],[-68.584938,-49.980419],[-68.373199,-50.155212],[-68.941116,-50.388062],[-69.143616,-50.881672],[-69.405975,-51.079655],[-69.192505,-50.966808],[-68.97007,-51.572781],[-69.374451,-51.556396],[-69.60952,-51.624172],[-68.990143,-51.624447],[-68.38279,-52.327362],[-69.268486,-52.208057],[-69.675697,-52.528267],[-70.811676,-52.732506],[-70.976601,-53.760906],[-71.284729,-53.886391],[-72.115013,-53.687641],[-72.452507,-53.404308],[-72.283409,-53.245007],[-72.112091,-53.257641],[-72.227364,-53.435524],[-72.105286,-53.429726],[-71.8666,-53.222851],[-71.786049,-53.429516],[-72.005844,-53.565418],[-71.797371,-53.512783],[-71.739029,-53.21521],[-71.328621,-53.100006],[-71.166534,-52.810696],[-72.019592,-53.12431],[-72.303482,-53.029449],[-72.51709,-53.062366],[-72.189522,-53.182713],[-72.647781,-53.325974],[-72.400284,-53.540283],[-73.298889,-53.160767],[-72.710281,-53.294033],[-72.792221,-53.184097],[-72.655838,-53.149101],[-72.9375,-53.102989],[-72.915848,-52.824722],[-71.475281,-52.633339],[-72.789795,-52.54285],[-72.898895,-52.625557],[-72.678345,-52.662155],[-73.005844,-52.854172],[-72.980423,-53.064724],[-73.203484,-53.106251],[-73.449348,-53.002048],[-73.235001,-52.889725],[-73.556458,-52.802326],[-73.23188,-52.787643],[-73.101112,-52.507504],[-72.91806,-52.494446],[-73.149734,-52.489723],[-73.265976,-52.669796],[-73.693611,-52.722088],[-73.549934,-52.542572],[-73.731674,-52.037506],[-73.321815,-52.223755],[-72.986252,-52.070625],[-72.986679,-52.1875],[-72.866394,-52.263893],[-72.784729,-52.062225],[-72.875496,-52.203056],[-72.943344,-52.087784],[-72.694237,-51.989101],[-72.57563,-52.321529],[-72.899445,-52.458618],[-72.491051,-52.316742],[-72.666565,-51.965244],[-72.470703,-51.935974],[-72.468903,-51.789169],[-72.712646,-51.583889],[-73.242508,-51.462986],[-72.550209,-51.73938],[-72.719734,-51.837227],[-73.283897,-51.613544],[-72.99736,-51.783333],[-73.190704,-51.876495],[-72.926956,-51.861115],[-73.140068,-51.940487],[-73.240768,-52.087223],[-73.320007,-51.726112],[-73.380669,-51.669895],[-73.316811,-52.170422],[-73.649139,-51.834515],[-73.399452,-52.017223],[-73.586708,-51.756355],[-73.471321,-51.694134],[-73.700356,-51.789169],[-73.905838,-51.622505],[-73.9048,-51.377293],[-73.604942,-51.628407],[-73.71167,-51.159729],[-74.083755,-51.20903],[-74.247368,-50.927708],[-73.851395,-50.916672],[-73.751671,-50.661739],[-73.533134,-50.714237],[-73.72258,-50.5457],[-73.571739,-50.404343],[-74.04348,-50.82806],[-74.289238,-50.480488],[-73.890907,-50.546841],[-74.693336,-50.177433],[-74.348755,-50.088615],[-74.203613,-50.217781],[-73.867332,-50.288891],[-74.370842,-49.992085],[-73.890144,-50.074863],[-74.324875,-49.867783],[-74.063339,-49.715557],[-74.299103,-49.739101],[-74.243271,-49.571182],[-73.947716,-49.559238],[-73.881256,-49.667645],[-73.723618,-49.789169],[-73.874031,-49.531876],[-74.121811,-49.413754],[-74.068336,-49.262783],[-73.917503,-49.347225],[-73.847855,-49.3466],[-74.0289,-49.093056],[-73.831184,-49.032227],[-74.043335,-49.02195],[-74.215981,-49.532223],[-74.373901,-49.427505],[-74.450142,-48.815697],[-74.064651,-48.743683],[-74.397575,-48.611946],[-74.046677,-48.547783],[-74.021118,-48.413612],[-74.656883,-48.029728],[-74.41494,-47.987709],[-74.21521,-48.231808],[-74.327782,-48.005001],[-73.771812,-48.029724],[-73.553345,-48.245834],[-73.349167,-48.197502],[-73.284866,-48.154034],[-73.273758,-48.093338],[-73.486534,-48.122921],[-73.654205,-47.9091],[-73.487785,-47.985004],[-73.226601,-48.003025],[-73.713615,-47.780144],[-73.726288,-47.531391],[-73.771255,-47.786533],[-73.934448,-47.846947],[-74.741394,-47.71146],[-74.560562,-47.550976],[-74.237511,-47.752087],[-74.257156,-47.632919],[-74.046677,-47.620209],[-74.52813,-47.434311],[-74.319595,-47.219864],[-74.105286,-47.347504],[-73.938271,-47.034447],[-74.26577,-46.787571],[-74.618622,-46.785561],[-74.504036,-46.903057],[-75.008621,-46.751945],[-74.94529,-46.442711],[-75.598068,-46.703056],[-75.419731,-46.71521],[-75.413071,-46.933891],[-75.717514,-46.725281],[-74.821671,-46.112785],[-74.674866,-45.826805],[-74.368614,-45.792366],[-74.110703,-45.835835],[-74.161537,-46.137505],[-74.055008,-45.984795],[-73.972649,-46.088615],[-74.311676,-46.249168],[-74.484505,-46.184013],[-74.332642,-46.265423],[-74.046463,-46.197849],[-73.863068,-46.347504],[-74.017365,-46.213509],[-73.892296,-46.138752],[-73.766815,-46.296253],[-73.993828,-46.559311],[-73.846542,-46.592087],[-73.425568,-46.074448],[-73.687851,-46.315002],[-73.665146,-45.980488],[-73.184242,-45.668339],[-73.579872,-45.778267],[-73.514664,-45.455696],[-73.214935,-45.30146],[-73.014732,-45.448753],[-72.827225,-45.422501],[-73.259865,-45.245007],[-73.457367,-45.275558],[-73.305489,-45.147747],[-73.39679,-44.994514],[-73.142502,-44.94445],[-72.766113,-44.753334],[-72.613892,-44.472778],[-73.289383,-44.146877],[-72.84584,-43.776672],[-73.042099,-43.733837],[-73.116119,-43.442921],[-72.88501,-43.042503],[-72.745285,-43.04834],[-72.856949,-42.566811],[-72.539795,-42.554169],[-72.84903,-42.288822],[-72.604385,-42.184376],[-72.421463,-42.445972],[-72.46167,-41.973476],[-72.859451,-41.906952],[-72.350571,-41.652504],[-72.310013,-41.435837],[-72.578476,-41.708893],[-72.935837,-41.483269],[-73.195419,-41.788197],[-73.74556,-41.754375],[-73.684731,-41.626671],[-73.562851,-41.611183],[-73.497719,-41.519932],[-73.871117,-41.479172],[-73.994316,-40.966946],[-73.745422,-40.509655],[-73.714867,-39.98167],[-73.404175,-39.885002],[-73.224037,-39.416878],[-73.677094,-37.347294],[-73.586876,-37.152569],[-73.203758,-37.161808],[-73.129456,-36.682503],[-72.981537,-36.699032],[-72.796051,-35.975071],[-72.5914,-35.802502],[-72.647781,-35.574032],[-72.210838,-35.085281],[-72.016808,-34.144379],[-71.655014,-33.662506],[-71.756256,-33.105419],[-71.446671,-32.665001],[-71.695847,-30.506668],[-71.28965,-29.909655],[-71.510284,-28.895],[-70.913895,-27.624447],[-70.966675,-27.179169],[-70.785355,-26.988821],[-70.638062,-26.301392],[-70.731255,-25.815905],[-70.433624,-25.260281],[-70.583344,-24.716112],[-70.391113,-23.561947],[-70.622093,-23.499653],[-70.574722,-23.066948],[-70.286118,-22.886877],[-70.053345,-21.425652],[-70.210426,-20.801668],[-70.124733,-19.974445],[-70.312019,-18.437502],[-71.301682,-17.71167],[-71.49424,-17.302225],[-75.051392,-15.465973],[-75.933891,-14.651875],[-76.394798,-13.884168],[-76.196945,-13.418335],[-76.799728,-12.390279],[-77.175697,-12.070901],[-77.304733,-11.510973],[-77.647713,-11.297848],[-77.679459,-10.934168],[-78.994591,-8.219654],[-79.372513,-7.852778],[-79.980011,-6.768612],[-81.174728,-6.086667],[-81.151535,-5.855695],[-80.939034,-5.860139],[-80.872856,-5.644584],[-81.203827,-5.204445],[-81.085007,-5.017778],[-81.355148,-4.6875],[-81.276398,-4.280834],[-80.532295,-3.510208],[-79.956322,-3.207778],[-79.726814,-2.596945],[-79.844101,-2.378195],[-79.762924,-2.014028],[-79.905838,-2.559306],[-80.064728,-2.573334],[-79.955841,-2.316111],[-80.252228,-2.733195],[-80.975006,-2.216945],[-80.73098,-1.937917],[-80.912788,-1.036528],[-80.57605,-0.897708],[-80.433266,-0.569514],[-80.376534,-0.634583],[-80.269722,-0.625382],[-80.501183,-0.372569],[-80.06945,0.060417],[-80.100838,0.770278],[-78.88929,1.238367],[-78.809723,1.437778],[-79.050285,1.631805],[-78.84494,1.836528],[-78.587502,1.767153],[-78.686874,2.193472],[-78.565292,2.429166],[-78.455566,2.504166],[-78.346458,2.437847],[-77.986954,2.5225],[-77.937469,2.650903],[-77.745422,2.610416],[-77.781113,2.756389],[-77.032715,3.918402],[-77.265419,3.840139],[-77.187225,4.060277],[-77.366257,3.925972],[-77.434448,4.031388],[-77.242302,4.260902],[-77.382439,4.342152],[-77.347778,5.240555],[-77.532227,5.518888],[-77.240845,5.758194],[-77.488892,6.185347],[-77.340424,6.567361],[-77.889725,7.228889],[-77.744034,7.719999],[-77.577438,7.52618],[-77.215561,7.937222],[-77.468582,8.4717],[-77.366669,8.674999],[-76.834106,8.129096],[-76.923889,7.936041],[-76.757919,7.919166],[-76.773827,8.411249],[-76.928345,8.568333],[-76.317513,8.93861],[-76.089737,9.335833],[-75.634315,9.448194],[-75.547073,10.417894],[-75.264137,10.798992],[-74.860809,11.125486],[-74.292229,10.999026],[-74.591743,10.877638],[-74.395004,10.742152],[-74.155014,11.331388],[-73.284454,11.295555],[-72.258621,11.889166],[-72.157921,12.241109],[-71.93779,12.162777],[-71.661537,12.463888],[-71.275703,12.34611],[-71.11084,12.075555],[-71.378616,11.753332],[-71.96917,11.546248],[-71.577927,10.71611],[-72.125351,9.818193],[-71.623894,9.043055],[-71.055977,9.33875],[-71.073402,9.85111],[-71.545708,10.568332],[-71.492859,10.96104],[-70.047791,11.517776],[-69.801392,11.427221],[-69.816536,11.690971],[-70.235977,11.628888],[-70.286667,11.920277],[-70.014313,12.197498],[-69.631813,11.467638],[-68.843681,11.447083],[-68.418335,11.179998],[-68.114243,10.484929],[-66.229874,10.640554],[-65.814453,10.228333],[-65.08139,10.060555],[-64.182053,10.45655],[-63.697502,10.485554],[-64.235695,10.514374],[-64.264587,10.657777],[-61.879589,10.728332],[-62.331112,10.531665],[-62.912296,10.528749],[-63.004238,10.452985],[-62.872505,10.524444],[-62.837711,10.397291],[-62.934307,10.418471],[-63.003685,10.394165],[-62.998409,10.271597],[-62.790089,10.401334],[-62.63063,10.107151],[-63.015976,10.095694],[-62.805283,10.00861],[-62.615765,10.093193],[-62.577503,10.225139],[-62.322643,9.712083],[-62.2057,9.914026],[-62.196114,9.641665],[-62.027435,9.866423],[-62.178894,10.014722],[-61.735836,9.600937],[-61.800919,9.812276],[-61.59771,9.782777],[-61.619865,9.905277],[-60.959724,9.532499],[-60.783615,9.304998],[-60.987785,9.18861],[-61.084587,9.097499],[-60.950489,9.175138],[-61.097778,8.963333],[-61.210209,8.595138],[-61.595421,8.616943],[-61.598892,8.554998],[-61.32917,8.430832],[-61.077507,8.493055],[-61.073544,8.402916],[-60.981255,8.564444],[-60.205833,8.621944],[-59.129307,8.039999],[-58.468544,7.337569],[-58.637089,6.421944],[-58.419724,6.870277],[-57.986389,6.790555],[-57.519188,6.270767],[-57.194309,6.139305],[-57.248505,5.486111],[-56.964447,5.997083],[-56.017784,5.818333],[-55.899559,5.671908],[-55.922714,5.876076],[-55.768063,5.967222],[-55.127968,5.822173],[-54.864449,5.855138],[-55.144726,5.934166],[-55.047367,6.001805],[-54.204727,5.879722],[-53.990211,5.746944],[-54.166679,5.347403],[-53.911392,5.750278],[-52.973198,5.473055],[-52.023476,4.685694],[-52.040695,4.334583],[-51.915558,4.646527],[-51.794449,4.605556],[-51.684067,4.034163],[-51.540283,4.15361],[-51.447784,3.9725],[-51.54813,4.385694],[-51.259308,4.1525],[-50.679726,2.164722],[-50.445282,1.825833],[-49.932083,1.70993],[-49.89299,1.324236],[-50.110558,1.213403],[-49.903198,1.174444],[-50.450005,0.661806],[-50.760422,0.195972],[-51.297501,-0.191389],[-51.700005,-0.7525],[-51.712296,-1.02382],[-51.919659,-1.166736],[-51.927505,-1.334861],[-52.227642,-1.344931],[-52.706951,-1.603056],[-52.293335,-1.535],[-52.208469,-1.692079],[-51.449451,-1.327083],[-50.852921,-0.915],[-50.814587,-1.444583],[-50.667229,-1.771667],[-50.814728,-1.898334],[-51.336597,-1.647431],[-51.52195,-2.046389],[-51.447227,-2.279167],[-51.308231,-1.76691],[-50.991116,-2.029583],[-51.029167,-2.345],[-50.996113,-2.417778],[-50.843822,-2.5075],[-51.006252,-2.339861],[-50.98431,-2.069167],[-50.716457,-2.223264],[-50.822922,-1.96],[-50.677956,-1.810444],[-50.416389,-1.952222],[-49.280907,-1.717708],[-49.490005,-2.565],[-49.190559,-1.898056],[-48.97049,-1.840556],[-48.697227,-1.469167],[-48.427223,-1.660278],[-48.413612,-1.499444],[-48.188961,-1.46625],[-48.499725,-1.461458],[-48.481182,-1.304861],[-48.339798,-1.3175],[-48.23806,-0.867778],[-47.744587,-0.637361],[-47.39806,-0.812778],[-47.459587,-0.595],[-47.285561,-0.599167],[-46.959728,-0.702778],[-46.960003,-0.898472],[-46.826672,-0.713194],[-46.630138,-0.825625],[-46.610001,-1.0375],[-46.41806,-1.0375],[-46.191948,-0.9575],[-46.259449,-1.177778],[-46.046669,-1.210278],[-45.975697,-1.0775],[-45.86153,-1.259514],[-45.735558,-1.18],[-45.696182,-1.368681],[-45.446945,-1.310833],[-45.462227,-1.545556],[-45.324726,-1.314722],[-45.350697,-1.736806],[-45.158756,-1.480417],[-44.858894,-1.430625],[-44.951393,-1.601667],[-44.489727,-1.986667],[-44.654934,-2.323681],[-44.450836,-2.146389],[-44.360558,-2.341945],[-44.582088,-2.566806],[-44.786392,-3.2975],[-44.423061,-2.934445],[-44.356949,-2.526667],[-44.063339,-2.405834],[-44.340351,-2.827361],[-44.190632,-2.763403],[-44.198334,-2.868889],[-43.928337,-2.548472],[-43.448334,-2.537778],[-43.477711,-2.382778],[-43.347504,-2.365834],[-42.23584,-2.837778],[-41.870834,-2.732223],[-41.24807,-3.023554],[-41.222778,-2.880278],[-39.998753,-2.846528],[-38.496532,-3.724861],[-37.174446,-4.918612],[-36.684586,-5.098473],[-35.479729,-5.166112],[-34.980278,-6.406389],[-34.901291,-7.125252],[-34.831291,-6.981797],[-34.846394,-8.062918],[-35.327507,-9.228889],[-36.389862,-10.489167],[-37.011948,-10.929724],[-37.032295,-10.928751],[-37.025284,-10.858891],[-37.092224,-10.743891],[-37.155697,-10.754028],[-37.073059,-10.967224],[-37.154514,-11.099792],[-37.275627,-11.025208],[-37.20723,-11.219446],[-37.37188,-11.429862],[-37.290142,-11.211251],[-37.342361,-11.187501],[-38.041389,-12.633057],[-38.474655,-13.016598],[-38.507366,-12.726459],[-38.69799,-12.581112],[-38.818268,-12.843542],[-38.901115,-12.705557],[-38.857643,-12.849862],[-38.730141,-12.871251],[-39.057091,-13.380279],[-39.080284,-13.538334],[-38.963474,-13.686112],[-39.03653,-14.175001],[-38.9207,-13.925139],[-39.066669,-14.650418],[-38.871948,-15.874168],[-39.20903,-17.166115],[-39.132225,-17.686321],[-39.66893,-18.325603]]],[[[-64.055557,10.857222],[-64.405701,10.970138],[-64.378342,11.056943],[-64.042786,10.987638],[-63.884933,11.175623],[-63.815002,10.978054],[-64.055557,10.857222]]],[[[-65.281113,10.880278],[-65.393341,10.906944],[-65.416122,10.927221],[-65.212158,10.954165],[-65.281113,10.880278]]],[[[-60.858322,9.064959],[-60.943336,9.022221],[-61.061394,8.896944],[-61.096668,8.890901],[-61.070625,8.971318],[-60.858322,9.064959]]],[[[-60.910278,8.894165],[-61.01973,8.846943],[-61.046394,8.843887],[-60.880348,9.026526],[-60.910278,8.894165]]],[[[-61.163612,8.688332],[-61.042503,8.82111],[-60.860558,8.853333],[-60.976112,8.725832],[-61.163612,8.688332]]],[[[-60.92334,8.618332],[-60.988617,8.635555],[-60.809448,8.716944],[-60.823338,8.65236],[-60.92334,8.618332]]],[[[-61.048058,8.639721],[-61.177227,8.676665],[-60.937782,8.721249],[-60.996811,8.652638],[-61.048058,8.639721]]],[[[-61.129173,8.501665],[-61.263683,8.510206],[-60.998062,8.596943],[-61.040558,8.514165],[-61.129173,8.501665]]],[[[-61.246948,8.474722],[-61.405281,8.485832],[-61.543545,8.548679],[-61.279449,8.569721],[-61.263599,8.49993],[-61.18507,8.496736],[-61.246948,8.474722]]],[[[-77.399445,4.322223],[-77.319733,4.251666],[-77.548546,4.19618],[-77.433205,4.331666],[-77.399445,4.322223]]],[[[-78.125565,2.499444],[-78.214867,2.576389],[-78.191261,2.639166],[-78.10556,2.595972],[-78.125565,2.499444]]],[[[-50.485001,2.1175],[-50.517227,2.203055],[-50.405556,2.193611],[-50.404724,2.146389],[-50.485001,2.1175]]],[[[-50.404724,1.88],[-50.499451,2.077777],[-50.378891,2.133333],[-50.298336,1.961805],[-50.404724,1.88]]],[[[-50.024445,0.929722],[-50.074448,0.981111],[-49.947784,1.054444],[-49.942368,0.998889],[-50.024445,0.929722]]],[[[-50.245003,0.744167],[-50.204449,0.877083],[-50.010559,0.919583],[-50.069168,0.788611],[-50.245003,0.744167]]],[[[-50.254173,0.341944],[-50.30806,0.506389],[-50.059864,0.643055],[-50.023056,0.541944],[-50.254173,0.341944]]],[[[-50.441116,0.171111],[-50.536392,0.222361],[-50.377781,0.618333],[-50.31778,0.308889],[-50.441116,0.171111]]],[[[-49.895016,0],[-50.349865,0.021806],[-50.391945,0.189722],[-49.675835,0.32],[-49.895016,0]]],[[[-50.437141,0],[-50.539726,-0.023472],[-50.657784,0.152361],[-50.472778,0.154167],[-50.437141,0]]],[[[-91.603622,0],[-91.391815,0.124722],[-91.202927,-0.032639],[-90.810837,-0.7325],[-90.926598,-0.9675],[-91.440567,-0.996389],[-91.454727,-0.799722],[-91.083679,-0.589757],[-91.436043,-0.017917],[-91.603622,0]]],[[[-49.769829,0],[-49.52417,0.075278],[-49.381111,-0.068611],[-49.694725,-0.156389],[-49.839729,-0.098889],[-49.769829,0]]],[[[-50.901672,-0.0475],[-50.834171,0.059167],[-50.697918,0.019722],[-50.707363,0.006389],[-50.901672,-0.0475]]],[[[-50.85778,-0.283056],[-51.027229,-0.224167],[-50.972778,-0.09],[-50.5625,-0.054167],[-50.85778,-0.283056]]],[[[-48.876671,-1.487778],[-49.672501,-1.776667],[-49.757572,-1.63875],[-49.812988,-1.814445],[-50.05431,-1.708472],[-50.579517,-1.798681],[-50.814312,-1.329514],[-50.781113,-1.151945],[-50.56945,-1.101944],[-50.796951,-0.971944],[-50.775002,-0.644167],[-50.55743,-0.678611],[-50.726395,-0.497778],[-50.646667,-0.2625],[-50.328896,-0.100278],[-49.645561,-0.248333],[-49.190002,-0.135833],[-48.410278,-0.262127],[-48.539169,-0.900278],[-48.876671,-1.487778]]],[[[-51.390007,-0.486111],[-51.238892,-0.201667],[-51.099308,-0.124444],[-51.137505,-0.285278],[-51.390007,-0.486111]]],[[[-90.605835,-0.375556],[-90.82653,-0.337917],[-90.834732,-0.176944],[-90.598892,-0.231667],[-90.605835,-0.375556]]],[[[-50.846947,-0.363056],[-50.902782,-0.346389],[-50.751461,-0.227917],[-50.763336,-0.330278],[-50.846947,-0.363056]]],[[[-91.498901,-0.496111],[-91.663895,-0.316111],[-91.469032,-0.249444],[-91.396675,-0.44],[-91.498901,-0.496111]]],[[[-51.115562,-0.544167],[-51.130142,-0.399306],[-51.03056,-0.285556],[-50.948475,-0.357917],[-51.047501,-0.398889],[-51.115562,-0.544167]]],[[[-50.983894,-0.576389],[-50.878334,-0.385278],[-50.776947,-0.383889],[-50.796951,-0.485278],[-50.983894,-0.576389]]],[[[-51.072227,-0.554167],[-51.061394,-0.472778],[-50.902225,-0.378681],[-50.959728,-0.507361],[-51.072227,-0.554167]]],[[[-90.338623,-0.781389],[-90.539589,-0.691944],[-90.488068,-0.528333],[-90.187096,-0.54625],[-90.338623,-0.781389]]],[[[-51.90139,-1.476667],[-51.884861,-1.183403],[-51.662224,-1.083333],[-51.609726,-0.733889],[-51.198334,-0.530278],[-51.27681,-1.02],[-51.90139,-1.476667]]],[[[-51.140007,-0.962222],[-51.070282,-0.694445],[-50.813614,-0.576111],[-50.823757,-0.691528],[-50.923615,-0.719722],[-51.140007,-0.962222]]],[[[-89.53334,-0.958611],[-89.617508,-0.897917],[-89.257233,-0.689444],[-89.41584,-0.92],[-89.53334,-0.958611]]],[[[-50.93528,-0.846389],[-50.918755,-0.726528],[-50.842781,-0.727778],[-50.850559,-0.814583],[-50.93528,-0.846389]]],[[[-51.387505,-1.215],[-51.248894,-1.024722],[-51.203056,-0.841667],[-51.239449,-1.143889],[-51.387505,-1.215]]],[[[-50.973045,-0.86898],[-51.019447,-0.991667],[-51.178059,-1.092083],[-51.140839,-0.986111],[-50.973045,-0.86898]]],[[[-46.52417,-1.022222],[-46.536671,-0.939306],[-46.471252,-0.880833],[-46.440281,-1.003333],[-46.52417,-1.022222]]],[[[-48.347778,-1.218889],[-48.466324,-1.155556],[-48.410767,-1.074931],[-48.324932,-1.074306],[-48.347778,-1.218889]]],[[[-45.676392,-1.361945],[-45.689724,-1.358472],[-45.628754,-1.127917],[-45.634171,-1.346389],[-45.676392,-1.361945]]],[[[-90.440567,-1.356111],[-90.523056,-1.306667],[-90.479034,-1.218472],[-90.369171,-1.26382],[-90.440567,-1.356111]]],[[[-44.993614,-1.4025],[-44.975563,-1.261667],[-44.878128,-1.286945],[-44.884171,-1.332222],[-44.993614,-1.4025]]],[[[-52.418335,-1.5275],[-52.431114,-1.466389],[-52.168617,-1.408334],[-52.259171,-1.468611],[-52.418335,-1.5275]]],[[[-52.200836,-1.646667],[-52.172226,-1.497222],[-51.915146,-1.520278],[-52.162506,-1.599583],[-52.200836,-1.646667]]],[[[-44.769173,-1.672222],[-44.78334,-1.619167],[-44.684448,-1.56625],[-44.661667,-1.660486],[-44.769173,-1.672222]]],[[[-48.97084,-1.799722],[-49.046532,-1.708333],[-48.911812,-1.575834],[-48.900841,-1.63],[-48.97084,-1.799722]]],[[[-49.138618,-1.866945],[-49.098755,-1.748472],[-49.054863,-1.722847],[-49.02417,-1.829167],[-49.138618,-1.866945]]],[[[-50.846115,-2.003889],[-51.036118,-1.975833],[-51.143963,-1.824514],[-50.865696,-1.909028],[-50.846115,-2.003889]]],[[[-80.211395,-3.036667],[-80.208069,-2.726111],[-79.902786,-2.722084],[-80.123337,-3.014861],[-80.211395,-3.036667]]],[[[-44.590004,-3.062778],[-44.577507,-2.801945],[-44.483894,-2.71],[-44.494724,-2.948125],[-44.590004,-3.062778]]],[[[-38.779724,-13.135279],[-38.794308,-13.06014],[-38.644653,-12.891807],[-38.595142,-12.990834],[-38.779724,-13.135279]]],[[[-38.941391,-13.565279],[-39.042088,-13.459723],[-39.033543,-13.392431],[-38.903893,-13.395279],[-38.941391,-13.565279]]],[[[-44.323891,-23.221111],[-44.36681,-23.163612],[-44.23167,-23.071669],[-44.084587,-23.168821],[-44.323891,-23.221111]]],[[[-45.24334,-23.967224],[-45.447918,-23.917501],[-45.321949,-23.726948],[-45.222366,-23.777363],[-45.24334,-23.967224]]],[[[-46.317848,-23.931366],[-46.284225,-23.987703],[-46.41053,-23.956808],[-46.386906,-23.924097],[-46.317848,-23.931366]]],[[[-48.585838,-26.425556],[-48.705696,-26.308821],[-48.52639,-26.170559],[-48.485001,-26.231529],[-48.585838,-26.425556]]],[[[-48.556671,-27.822781],[-48.51778,-27.433197],[-48.413544,-27.392918],[-48.406395,-27.592781],[-48.556671,-27.822781]]],[[[-61.893333,-39.243614],[-62.061115,-39.166672],[-62.092365,-39.087643],[-61.890003,-39.140488],[-61.893333,-39.243614]]],[[[-74.252502,-42.991669],[-74.061813,-41.813477],[-73.503342,-41.841534],[-73.38028,-42.285004],[-73.667229,-42.358753],[-73.616745,-42.5107],[-73.820976,-42.514313],[-73.500633,-42.80035],[-73.652092,-42.935417],[-73.491608,-43.115833],[-73.780212,-43.12743],[-73.714737,-43.370285],[-73.866463,-43.398197],[-74.389175,-43.267227],[-74.252502,-42.991669]]],[[[-73.436508,-42.554939],[-73.625702,-42.447918],[-73.650421,-42.379864],[-73.53376,-42.386948],[-73.436508,-42.554939]]],[[[-74.785568,-43.648895],[-74.857368,-43.55764],[-74.634521,-43.60181],[-74.737503,-43.622505],[-74.785568,-43.648895]]],[[[-73.992783,-43.940002],[-74.152992,-43.820351],[-73.789734,-43.821671],[-73.764038,-43.889309],[-73.992783,-43.940002]]],[[[-73.165283,-44.029167],[-73.283897,-43.983059],[-73.256958,-43.90889],[-73.140015,-43.896118],[-73.165283,-44.029167]]],[[[-73.656403,-44.137505],[-73.755424,-43.996948],[-73.728622,-43.938896],[-73.634445,-44.010002],[-73.656403,-44.137505]]],[[[-73.866669,-44.199173],[-73.977646,-44.180977],[-74.011536,-44.144726],[-73.915558,-44.101395],[-73.866669,-44.199173]]],[[[-74.007233,-44.332504],[-74.124451,-44.199932],[-74.063339,-44.151531],[-73.950836,-44.240562],[-74.007233,-44.332504]]],[[[-73.855835,-44.338341],[-73.955009,-44.324867],[-73.972366,-44.280422],[-73.80098,-44.273338],[-73.855835,-44.338341]]],[[[-73.967285,-44.43483],[-74.071396,-44.395004],[-74.106529,-44.326809],[-73.93119,-44.357296],[-73.967285,-44.43483]]],[[[-72.870407,-44.738052],[-73.276955,-44.941113],[-73.408066,-44.823891],[-73.206955,-44.800419],[-73.46299,-44.646114],[-72.998062,-44.367226],[-72.718338,-44.535282],[-72.978683,-44.608059],[-72.870407,-44.738052]]],[[[-74.401672,-44.550835],[-74.54258,-44.462574],[-74.218895,-44.465557],[-74.412506,-44.512779],[-74.401672,-44.550835]]],[[[-74.045288,-44.55806],[-74.129456,-44.532501],[-74.129456,-44.448334],[-73.957787,-44.485004],[-74.045288,-44.55806]]],[[[-74.325562,-44.581673],[-74.292374,-44.502918],[-74.139175,-44.55056],[-74.189728,-44.560562],[-74.325562,-44.581673]]],[[[-73.74556,-44.743614],[-73.825562,-44.584724],[-73.692368,-44.543613],[-73.5914,-44.712086],[-73.74556,-44.743614]]],[[[-74.785843,-44.687782],[-74.825012,-44.628616],[-74.807228,-44.550423],[-74.72612,-44.597778],[-74.785843,-44.687782]]],[[[-74.263062,-44.807503],[-74.41098,-44.637085],[-73.8741,-44.693478],[-74.015839,-44.721115],[-74.263062,-44.807503]]],[[[-74.466675,-44.699448],[-74.628891,-44.698334],[-74.673615,-44.668617],[-74.55278,-44.623611],[-74.466675,-44.699448]]],[[[-74.38501,-44.860283],[-74.465004,-44.830212],[-74.52813,-44.746113],[-74.427231,-44.721394],[-74.38501,-44.860283]]],[[[-73.692184,-44.837082],[-73.746674,-44.756321],[-73.606674,-44.743336],[-73.618752,-44.828339],[-73.692184,-44.837082]]],[[[-73.844437,-44.957436],[-73.930008,-44.883057],[-73.900284,-44.773613],[-73.770279,-44.902229],[-73.844437,-44.957436]]],[[[-74.041946,-44.858894],[-74.170837,-44.827225],[-74.184586,-44.815834],[-73.965569,-44.778614],[-74.041946,-44.858894]]],[[[-75.085556,-44.927223],[-75.150284,-44.828896],[-75.092369,-44.776535],[-75.023064,-44.847919],[-75.085556,-44.927223]]],[[[-74.277237,-45.030838],[-74.168335,-44.866669],[-73.912094,-44.955421],[-74.190285,-44.994587],[-74.277237,-45.030838]]],[[[-73.7314,-45.284447],[-74.224724,-45.169586],[-74.239037,-45.075558],[-73.84668,-45.002785],[-73.7314,-45.284447]]],[[[-74.336411,-45.298271],[-74.420151,-45.240284],[-74.392365,-45.154587],[-74.272232,-45.21209],[-74.336411,-45.298271]]],[[[-74.000565,-45.357224],[-74.166122,-45.250557],[-73.784454,-45.311951],[-73.802231,-45.349449],[-74.000565,-45.357224]]],[[[-74.387787,-45.397781],[-74.493057,-45.352226],[-74.52285,-45.299793],[-74.377228,-45.295006],[-74.387787,-45.397781]]],[[[-73.920563,-45.434174],[-74.023895,-45.403339],[-73.82431,-45.375561],[-73.823341,-45.408337],[-73.920563,-45.434174]]],[[[-74.139175,-45.579445],[-74.060143,-45.42292],[-73.819931,-45.460487],[-73.864594,-45.567085],[-74.0457,-45.517365],[-74.139175,-45.579445]]],[[[-73.652512,-45.761116],[-73.781952,-45.67028],[-73.704033,-45.444725],[-73.582024,-45.470978],[-73.652512,-45.761116]]],[[[-74.458618,-45.779167],[-74.446671,-45.487503],[-74.302505,-45.475281],[-74.228897,-45.673058],[-74.458618,-45.779167]]],[[[-73.986954,-45.724724],[-74.111397,-45.617226],[-74.0289,-45.538612],[-73.896812,-45.617783],[-73.986954,-45.724724]]],[[[-74.701355,-45.732124],[-74.669174,-45.617783],[-74.54126,-45.582783],[-74.580559,-45.740559],[-74.701355,-45.732124]]],[[[-74.023056,-45.918892],[-74.105141,-45.786945],[-74.034172,-45.736946],[-73.962509,-45.788063],[-74.023056,-45.918892]]],[[[-73.908615,-45.989174],[-73.902512,-45.873611],[-73.726677,-45.801254],[-73.700005,-45.893753],[-73.8032,-45.885418],[-73.908615,-45.989174]]],[[[-75.071396,-46.097458],[-74.95195,-46.009865],[-75.104179,-45.876114],[-74.722305,-45.803406],[-74.803345,-46.032501],[-75.071396,-46.097458]]],[[[-73.688614,-46.030006],[-73.819939,-45.99757],[-73.778061,-45.905006],[-73.708618,-45.925285],[-73.688614,-46.030006]]],[[[-73.773056,-46.211945],[-73.934868,-46.071667],[-73.909454,-46.018612],[-73.683334,-46.076668],[-73.773056,-46.211945]]],[[[-74.171112,-47.174446],[-74.185982,-47.027225],[-73.976677,-47.053616],[-74.080566,-47.14917],[-74.171112,-47.174446]]],[[[-74.465286,-47.160561],[-74.481537,-47.08181],[-74.31237,-47.065559],[-74.332779,-47.108612],[-74.465286,-47.160561]]],[[[-74.997223,-47.786667],[-75.05307,-47.755562],[-75.076675,-47.697227],[-74.904594,-47.758892],[-74.997223,-47.786667]]],[[[-75.183014,-47.837845],[-75.30098,-47.772087],[-75.121948,-47.703896],[-75.065842,-47.804794],[-75.183014,-47.837845]]],[[[-74.317505,-47.983894],[-74.497513,-47.914169],[-74.273476,-47.801254],[-73.800285,-47.891254],[-74.317505,-47.983894]]],[[[-74.887512,-48.070282],[-75.070122,-47.987808],[-75.264938,-48.03014],[-74.830292,-47.807922],[-74.887512,-48.070282]]],[[[-75.201004,-48.699791],[-75.295013,-48.436668],[-75.557091,-48.406116],[-75.347229,-48.297989],[-75.550568,-48.313061],[-75.510292,-48.034031],[-75.335846,-48.018616],[-75.083618,-48.508339],[-75.201004,-48.699791]]],[[[-75.025558,-48.444725],[-75.195007,-48.229172],[-75.253761,-48.072224],[-74.803963,-48.182781],[-75.025558,-48.444725]]],[[[-74.525558,-48.340279],[-74.599457,-48.235558],[-74.566391,-48.120975],[-74.366676,-48.258472],[-74.525558,-48.340279]]],[[[-74.623016,-48.692184],[-75.031403,-48.511112],[-74.710426,-48.456394],[-74.738754,-48.123894],[-74.484726,-48.59584],[-74.623016,-48.692184]]],[[[-74.273056,-48.467781],[-74.458199,-48.386532],[-74.491531,-48.354168],[-74.310005,-48.285557],[-74.273056,-48.467781]]],[[[-74.065842,-48.491394],[-74.180145,-48.443199],[-74.242783,-48.371948],[-74.06279,-48.421669],[-74.065842,-48.491394]]],[[[-74.434616,-48.525566],[-74.494034,-48.398338],[-74.301399,-48.478615],[-74.336121,-48.50528],[-74.434616,-48.525566]]],[[[-75.604721,-48.688881],[-75.441254,-48.61681],[-75.649734,-48.618614],[-75.621399,-48.446529],[-75.34021,-48.435909],[-75.320007,-48.602226],[-75.604721,-48.688881]]],[[[-75.612793,-48.796951],[-75.647636,-48.705486],[-75.28334,-48.695282],[-75.318069,-48.738617],[-75.612793,-48.796951]]],[[[-75.129181,-48.83445],[-75.247574,-48.770073],[-75.068344,-48.635975],[-75.056671,-48.702507],[-75.129181,-48.83445]]],[[[-75.005844,-48.744446],[-74.991394,-48.648895],[-74.827026,-48.663544],[-74.935837,-48.731392],[-75.005844,-48.744446]]],[[[-74.762787,-50.055557],[-74.870071,-50.010212],[-74.666603,-49.946949],[-74.886047,-49.95792],[-74.919868,-49.686115],[-74.655632,-49.360767],[-75.005981,-49.511112],[-75.017227,-49.899445],[-75.465843,-49.316181],[-75.167511,-49.502502],[-75.317467,-49.266319],[-74.91806,-49.336113],[-74.827225,-49.09584],[-75.060982,-48.84042],[-74.741539,-48.680279],[-74.523476,-48.753059],[-74.443344,-49.306671],[-74.595039,-49.718334],[-74.467644,-49.62542],[-74.414169,-49.739033],[-74.478889,-49.948338],[-74.762787,-50.055557]]],[[[-75.206528,-48.994659],[-75.226395,-48.966949],[-75.309517,-48.800076],[-75.08223,-48.889168],[-75.206528,-48.994659]]],[[[-75.257782,-49.081947],[-75.32251,-48.954445],[-75.5,-49.046394],[-75.650848,-48.900558],[-75.314453,-48.863617],[-75.257782,-49.081947]]],[[[-75.514175,-49.27195],[-75.656403,-49.213894],[-75.342224,-48.98806],[-75.285423,-49.096809],[-75.514175,-49.27195]]],[[[-74.95224,-49.278023],[-75.045837,-49.205284],[-75.236328,-49.136112],[-74.975975,-49.029865],[-74.95224,-49.278023]]],[[[-74.428741,-49.614517],[-74.449722,-49.485001],[-74.426117,-49.426811],[-74.287094,-49.549587],[-74.428741,-49.614517]]],[[[-75.179459,-49.904724],[-75.559593,-49.834446],[-75.603477,-49.661533],[-75.359726,-49.624168],[-75.179459,-49.904724]]],[[[-75.055084,-50.299454],[-75.233894,-50.440559],[-75.217033,-50.307198],[-75.459732,-50.361534],[-75.374451,-50.148338],[-75.145004,-50.249031],[-75.40049,-50.044029],[-74.800697,-50.126671],[-75.055084,-50.299454]]],[[[-74.757782,-50.500282],[-74.755913,-50.391808],[-74.546539,-50.379448],[-74.55751,-50.405556],[-74.757782,-50.500282]]],[[[-74.209167,-50.851669],[-74.56279,-50.665283],[-74.42556,-50.526253],[-74.66758,-50.478477],[-74.363892,-50.491394],[-74.209167,-50.851669]]],[[[-75.328125,-50.792671],[-75.514458,-50.659729],[-75.374458,-50.615837],[-75.46077,-50.494099],[-75.090149,-50.503059],[-75.328125,-50.792671]]],[[[-75.06501,-50.798756],[-75.111885,-50.717918],[-74.989731,-50.65403],[-74.986122,-50.808475],[-75.06501,-50.798756]]],[[[-74.698898,-50.891113],[-74.924873,-50.855698],[-74.952644,-50.728756],[-74.747093,-50.70417],[-74.698898,-50.891113]]],[[[-74.720566,-51.111946],[-74.933067,-50.889866],[-74.616119,-50.895004],[-74.657501,-50.726669],[-74.409454,-50.830559],[-74.391113,-51.081532],[-74.477783,-50.997921],[-74.720566,-51.111946]]],[[[-74.281906,-51.218216],[-74.337784,-51.028893],[-74.340981,-50.924587],[-74.192368,-51.198612],[-74.281906,-51.218216]]],[[[-74.42807,-51.206673],[-74.575706,-51.157921],[-74.601112,-51.075283],[-74.466675,-51.028336],[-74.42807,-51.206673]]],[[[-74.988892,-51.476395],[-74.7939,-51.20945],[-74.536118,-51.279167],[-74.597511,-51.405422],[-74.988892,-51.476395]]],[[[-74.078079,-51.37764],[-74.107925,-51.23695],[-73.97126,-51.241043],[-73.955009,-51.329449],[-74.078079,-51.37764]]],[[[-73.78717,-51.372353],[-73.869446,-51.358063],[-73.915291,-51.303059],[-73.794449,-51.259586],[-73.78717,-51.372353]]],[[[-59.791389,-51.249451],[-59.4832,-51.263893],[-59.445557,-51.320278],[-59.573616,-51.333618],[-59.791389,-51.249451]]],[[[-60.285263,-51.375648],[-60.290974,-51.266529],[-60.048336,-51.333336],[-60.113613,-51.406811],[-60.285263,-51.375648]]],[[[-75.310287,-51.634171],[-75.205292,-51.299171],[-75.00473,-51.335838],[-75.153893,-51.577366],[-75.310287,-51.634171]]],[[[-74.134964,-51.451378],[-74.247231,-51.402225],[-74.259796,-51.299934],[-74.169174,-51.288059],[-74.134964,-51.451378]]],[[[-58.994728,-51.806671],[-59.023895,-51.676949],[-59.168266,-51.585281],[-58.848618,-51.291389],[-58.412506,-51.323406],[-58.324589,-51.41608],[-58.550285,-51.433617],[-58.241394,-51.650143],[-58.274796,-51.413754],[-57.915421,-51.375282],[-57.772923,-51.543755],[-58.138962,-51.549862],[-57.733196,-51.694447],[-58.420002,-51.9007],[-58.935558,-51.801254],[-58.64695,-52.067223],[-59.251671,-51.991112],[-59.050697,-52.217503],[-59.449795,-52.14674],[-59.348061,-52.343056],[-59.716122,-52.117374],[-59.221252,-51.717087],[-58.994728,-51.806671]]],[[[-59.953056,-51.983063],[-60.598618,-52.242226],[-60.980835,-52.061951],[-60.459724,-51.97084],[-60.44035,-51.782848],[-60.18285,-51.757851],[-60.634377,-51.725002],[-60.163612,-51.671116],[-60.643616,-51.358059],[-60.127224,-51.494728],[-60.023197,-51.381256],[-59.21167,-51.408199],[-59.953056,-51.983063]]],[[[-74.022461,-51.802025],[-74.236679,-51.703892],[-74.088898,-51.539452],[-73.925285,-51.759727],[-74.022461,-51.802025]]],[[[-74.969727,-52.118057],[-75.059723,-51.970558],[-74.830704,-51.844723],[-74.933479,-51.646671],[-74.80584,-51.634586],[-74.765427,-51.780003],[-74.969727,-52.118057]]],[[[-73.796677,-51.819168],[-73.856949,-51.801117],[-73.935974,-51.66209],[-73.79528,-51.726532],[-73.796677,-51.819168]]],[[[-74.163071,-51.953056],[-74.374313,-51.891254],[-74.503342,-51.712643],[-74.090286,-51.877224],[-74.163071,-51.953056]]],[[[-75.108551,-51.899811],[-75.070847,-51.74028],[-74.968193,-51.72945],[-75.015839,-51.865005],[-75.108551,-51.899811]]],[[[-60.993057,-51.965836],[-61.112156,-51.89542],[-61.139168,-51.835281],[-60.890839,-51.825836],[-60.993057,-51.965836]]],[[[-73.859726,-51.902504],[-73.951538,-51.886116],[-73.929596,-51.80167],[-73.819725,-51.87056],[-73.859726,-51.902504]]],[[[-74.87056,-52.14167],[-74.755005,-51.843056],[-74.600838,-51.843475],[-74.76973,-52.083618],[-74.87056,-52.14167]]],[[[-73.113586,-52.051659],[-73.056953,-51.933338],[-72.888336,-51.885559],[-72.989868,-52.043339],[-73.113586,-52.051659]]],[[[-73.724426,-52.224411],[-74.112793,-51.998611],[-74.095291,-51.922783],[-73.770561,-52.066532],[-73.724426,-52.224411]]],[[[-74.724457,-52.065285],[-74.544174,-51.926044],[-74.489594,-51.955006],[-74.501808,-52.004517],[-74.724457,-52.065285]]],[[[-74.772781,-52.188614],[-74.788887,-52.124516],[-74.612228,-52.060421],[-74.68306,-52.169174],[-74.772781,-52.188614]]],[[[-74.144669,-52.392838],[-74.145844,-52.197227],[-74.415558,-52.133614],[-74.285568,-52.088615],[-73.934311,-52.323265],[-74.144669,-52.392838]]],[[[-73.840286,-52.393616],[-73.914734,-52.303062],[-74.094246,-52.166115],[-73.789169,-52.264168],[-73.840286,-52.393616]]],[[[-74.748611,-52.31778],[-74.820557,-52.229446],[-74.622505,-52.205975],[-74.689034,-52.299866],[-74.748611,-52.31778]]],[[[-73.916946,-52.726952],[-74.055847,-52.569725],[-73.725418,-52.411118],[-73.729446,-52.602501],[-73.916946,-52.726952]]],[[[-69.177505,-54.580833],[-68.993202,-54.431042],[-70.045982,-54.099308],[-70.184448,-53.813614],[-69.353897,-53.506111],[-69.351952,-53.358894],[-70.217514,-53.473335],[-70.446671,-53.368057],[-70.444458,-53.012779],[-70.099869,-52.907642],[-70.400421,-52.749729],[-69.917236,-52.825836],[-69.417229,-52.45945],[-69.151672,-52.684448],[-68.695007,-52.605278],[-68.30278,-52.92334],[-68.224174,-53.106255],[-68.368347,-53.003891],[-68.543625,-53.229446],[-68.1632,-53.293755],[-67.563614,-53.918617],[-66.241669,-54.537781],[-65.140076,-54.653267],[-65.350563,-54.92778],[-66.458069,-55.051674],[-67.011337,-54.908615],[-68.635834,-54.788338],[-68.559616,-54.881012],[-68.890007,-54.802921],[-68.748672,-54.900738],[-69.111115,-54.948334],[-69.653481,-54.821396],[-69.627785,-54.695698],[-70.762787,-54.841118],[-70.455704,-54.630695],[-71.036674,-54.777782],[-70.970566,-54.620285],[-71.272781,-54.679726],[-71.335701,-54.522919],[-71.485291,-54.691391],[-71.92807,-54.656952],[-72.009308,-54.507362],[-71.675293,-54.57695],[-71.847778,-54.41806],[-71.564728,-54.512779],[-71.602646,-54.406948],[-71.368057,-54.374451],[-70.967789,-54.472641],[-70.811401,-54.320839],[-70.613892,-54.346947],[-70.754181,-54.594727],[-70.590004,-54.392506],[-70.134453,-54.543472],[-70.88028,-54.133896],[-70.139175,-54.42778],[-70.198891,-54.313755],[-70.055283,-54.249168],[-69.773621,-54.556114],[-69.859177,-54.283058],[-69.241119,-54.446396],[-69.418335,-54.626392],[-69.376404,-54.686668],[-69.177505,-54.580833]]],[[[-73.574173,-53.271118],[-73.893341,-53.064728],[-74.326118,-53.093891],[-74.74411,-52.758545],[-73.091255,-53.353195],[-73.574173,-53.271118]]],[[[-73.411667,-52.953896],[-73.532791,-52.884445],[-73.752228,-52.893333],[-73.428619,-52.870838],[-73.411667,-52.953896]]],[[[-74.056122,-53.252228],[-74.133476,-53.320282],[-74.242226,-53.313614],[-74.10556,-53.228199],[-74.056122,-53.252228]]],[[[-73.42981,-53.397057],[-73.489868,-53.573891],[-73.800705,-53.43153],[-73.622513,-53.475838],[-73.42981,-53.397057]]],[[[-73.308624,-53.828896],[-73.249863,-53.712257],[-73.57695,-53.752747],[-73.4925,-53.666809],[-73.613197,-53.612503],[-73.417229,-53.564308],[-73.253891,-53.660278],[-72.954445,-53.667294],[-73.421669,-53.46806],[-73.103195,-53.510696],[-73.075119,-53.402695],[-72.911118,-53.429451],[-72.876259,-53.678684],[-72.859901,-53.466568],[-72.142296,-53.80452],[-72.416954,-53.897087],[-72.327919,-54.041668],[-72.823891,-54.136391],[-73.026329,-54.080349],[-72.776947,-54.017227],[-72.727989,-53.845627],[-73.059036,-53.813824],[-73.132507,-54.011673],[-73.308624,-53.828896]]],[[[-73.841675,-53.591393],[-73.853058,-53.452503],[-73.689034,-53.519169],[-73.69931,-53.541115],[-73.841675,-53.591393]]],[[[-70.524445,-54.228615],[-70.81945,-54.113892],[-70.898056,-53.879723],[-70.621117,-53.86417],[-70.705566,-53.690838],[-70.491539,-53.557503],[-70.347649,-54.007504],[-70.667931,-53.915699],[-70.524445,-54.228615]]],[[[-71.671112,-53.943893],[-71.733063,-54.161945],[-71.954453,-54.022503],[-71.74369,-54.231392],[-71.842369,-54.338894],[-72.257095,-53.942436],[-71.671112,-53.943893]]],[[[-71.281403,-54.013618],[-71.009735,-54.102783],[-71.120003,-54.385975],[-71.411255,-54.116531],[-71.540283,-54.255699],[-71.698616,-54.163895],[-71.611534,-53.947086],[-71.281403,-54.013618]]],[[[-73.272507,-54.135559],[-73.457512,-54.082226],[-73.468201,-54.071812],[-73.183334,-54.056396],[-73.272507,-54.135559]]],[[[-70.353897,-54.156113],[-70.452515,-54.117226],[-70.499176,-54.073059],[-70.313065,-54.039726],[-70.353897,-54.156113]]],[[[-72.294189,-54.078903],[-72.301811,-54.253338],[-72.501114,-54.243057],[-72.386948,-54.091393],[-72.294189,-54.078903]]],[[[-70.281403,-54.275558],[-70.467926,-54.234867],[-70.511124,-54.160835],[-70.217232,-54.229031],[-70.281403,-54.275558]]],[[[-72.463348,-54.43],[-72.540421,-54.345558],[-72.299034,-54.335144],[-72.304237,-54.366459],[-72.463348,-54.43]]],[[[-64.678345,-54.907227],[-64.69278,-54.776947],[-63.813755,-54.728615],[-63.954727,-54.811951],[-64.678345,-54.907227]]],[[[-71.060287,-54.955284],[-71.406952,-54.943752],[-71.454308,-54.883614],[-70.915428,-54.926113],[-71.060287,-54.955284]]],[[[-70.465698,-54.839966],[-70.397018,-54.868893],[-70.744865,-54.872089],[-70.589447,-54.83445],[-70.465698,-54.839966]]],[[[-69.906113,-55.04306],[-69.849731,-54.878334],[-69.168755,-54.959934],[-69.503891,-55.012505],[-69.906113,-55.04306]]],[[[-70.350845,-54.898613],[-70.514175,-54.996391],[-70.732506,-55.012848],[-70.285706,-55.033058],[-70.530838,-55.211113],[-71.008064,-55.045006],[-70.350845,-54.898613]]],[[[-68.066597,-55.237797],[-68.361115,-54.937714],[-67.386673,-54.920837],[-67.055702,-55.072086],[-67.243896,-55.308891],[-67.526123,-55.170837],[-68.066597,-55.237797]]],[[[-70.163071,-55.009445],[-70.203621,-54.984032],[-69.979454,-54.935143],[-70.013336,-54.980282],[-70.163071,-55.009445]]],[[[-68.111954,-55.701393],[-68.360565,-55.481674],[-68.939178,-55.459724],[-68.78334,-55.386116],[-68.912506,-55.342224],[-68.81237,-55.190071],[-69.032791,-55.269173],[-69.249039,-55.137226],[-69.427155,-55.165386],[-69.295013,-55.166531],[-69.388336,-55.290558],[-69.168625,-55.511806],[-69.702232,-55.311115],[-69.505142,-55.178822],[-70.031258,-55.158684],[-69.792786,-55.054726],[-68.404861,-54.955349],[-68.338066,-55.070004],[-68.64473,-55.155281],[-69.059792,-55.050423],[-68.208611,-55.268894],[-68.740143,-55.268826],[-68.163063,-55.397224],[-67.967506,-55.591949],[-68.111954,-55.701393]]],[[[-67.016327,-54.997124],[-66.859177,-55.028057],[-66.806671,-55.114033],[-67.075005,-55.011112],[-67.016327,-54.997124]]],[[[-66.581955,-55.285561],[-66.627785,-55.202084],[-66.420631,-55.202084],[-66.511673,-55.268337],[-66.581955,-55.285561]]],[[[-66.869659,-55.232346],[-66.84285,-55.31778],[-67.061676,-55.324722],[-67.04348,-55.24889],[-66.869659,-55.232346]]],[[[-67.728622,-55.624451],[-67.688065,-55.501671],[-67.587929,-55.548058],[-67.590561,-55.58223],[-67.728622,-55.624451]]],[[[-67.338898,-55.79084],[-67.552505,-55.737785],[-67.54306,-55.663754],[-67.353065,-55.575279],[-67.338898,-55.79084]]],[[[-67.611954,-55.902229],[-67.655014,-55.849449],[-67.855423,-55.841805],[-67.49424,-55.830349],[-67.611954,-55.902229]]],[[[-67.246948,-55.895004],[-67.349731,-55.863617],[-67.411392,-55.834312],[-67.246948,-55.828056],[-67.246948,-55.895004]]]]},"type":"Feature","properties":{"postal":"SA","name":"South America","type":"Continent","center":[-58.75000000000002,-8.990653196457842]}},"OC":{"type":"Feature","geometry":{"type":"GeometryCollection","geometries":[{"type":"MultiPolygon","coordinates":[[[[-177.393341,28.184158],[-177.38797,28.214577],[-177.36055,28.220411],[-177.364578,28.204021],[-177.393341,28.184158]]],[[[-159.451416,21.869991],[-159.754196,21.97916],[-159.714615,22.154163],[-159.327484,22.201656],[-159.451416,21.869991]]],[[[-160.199768,21.783604],[-160.227203,21.89138],[-160.061401,22.013882],[-160.071136,21.909161],[-160.199768,21.783604]]],[[[-157.81308,21.258884],[-158.100571,21.294443],[-158.273499,21.577772],[-157.943909,21.684441],[-157.665588,21.324162],[-157.81308,21.258884]]],[[[-156.867493,21.04583],[-157.06781,21.108887],[-157.304047,21.097773],[-157.188629,21.209717],[-156.705154,21.155548],[-156.867493,21.04583]]],[[[-156.374176,20.58083],[-156.688629,20.886105],[-156.597092,21.051382],[-155.993347,20.782494],[-156.374176,20.58083]]],[[[-156.907257,20.737774],[-156.966125,20.743465],[-157.046417,20.919022],[-156.812256,20.843609],[-156.907257,20.737774]]],[[[-155.823334,20.272495],[-155.18335,19.985132],[-154.797821,19.538086],[-155.663147,18.925478],[-155.900299,19.09034],[-156.048981,19.73506],[-155.813263,20.004025],[-155.823334,20.272495]]],[[[166.627594,19.324577],[166.658859,19.311525],[166.658783,19.282845],[166.613861,19.297218],[166.627594,19.324577]]],[[[-169.53894,16.724159],[-169.53891,16.729713],[-169.523926,16.730272],[-169.53894,16.724159]]],[[[145.73468,15.087219],[145.695526,15.178055],[145.818085,15.263193],[145.736832,15.137707],[145.73468,15.087219]]],[[[145.624115,14.908054],[145.572678,15.005484],[145.629959,15.08361],[145.66275,14.976664],[145.624115,14.908054]]],[[[168.981079,14.580276],[168.985229,14.590553],[169.001984,14.594026],[168.987732,14.580832],[168.981079,14.580276]]],[[[144.709412,13.234997],[144.655243,13.427776],[144.876053,13.65229],[144.953308,13.587498],[144.709412,13.234997]]],[[[162.332733,11.35083],[162.324966,11.352776],[162.339447,11.357115],[162.332733,11.35083]]],[[[169.969971,10.43222],[169.961777,10.434721],[169.948776,10.449719],[169.962875,10.444998],[169.969971,10.43222]]],[[[165.531372,9.19611],[165.527191,9.198887],[165.525818,9.214233],[165.537125,9.201179],[165.531372,9.19611]]],[[[167.731903,8.72472],[167.725372,8.728053],[167.739532,8.745691],[167.744965,8.736386],[167.731903,8.72472]]],[[[134.531372,7.354444],[134.485229,7.438054],[134.630661,7.729444],[134.628571,7.490276],[134.531372,7.354444]]],[[[134.51329,7.305259],[134.452484,7.327108],[134.460083,7.363206],[134.516144,7.343257],[134.51329,7.305259]]],[[[168.786377,7.288888],[168.690796,7.308332],[168.672333,7.330138],[168.768036,7.298332],[168.786377,7.288888]]],[[[171.361618,7.136247],[171.374878,7.12802],[171.375626,7.114463],[171.361771,7.120099],[171.361618,7.136247]]],[[[158.227753,6.780555],[158.120163,6.90611],[158.182327,6.977638],[158.335098,6.874721],[158.227753,6.780555]]],[[[168.113586,5.600277],[168.094971,5.610693],[168.12648,5.638472],[168.130981,5.62236],[168.113586,5.600277]]],[[[163.001923,5.261666],[162.90567,5.307777],[163.021637,5.374929],[163.042892,5.32],[163.001923,5.261666]]],[[[-157.235016,1.705],[-157.567642,1.855833],[-157.350006,1.935694],[-157.505585,2.028749],[-157.35083,1.971944],[-157.235016,1.705]]],[[[172.914276,1.346583],[172.922989,1.351776],[172.94751,1.342429],[172.939819,1.33599],[172.914276,1.346583]]],[[[-176.636169,0.790278],[-176.643082,0.793611],[-176.642868,0.808333],[-176.632751,0.808611],[-176.636169,0.790278]]],[[[-176.461426,0.215278],[-176.467651,0.219444],[-176.455856,0.222569],[-176.461426,0.215278]]],[[[-160.021149,-0.398056],[-160.043488,-0.392222],[-160.045166,-0.380139],[-160.017792,-0.374722],[-160.021149,-0.398056]]],[[[166.929138,-0.552222],[166.904419,-0.532361],[166.930542,-0.493333],[166.957047,-0.514236],[166.929138,-0.552222]]],[[[149.731903,-1.603333],[149.531937,-1.467639],[149.579956,-1.355278],[149.716766,-1.429375],[149.731903,-1.603333]]],[[[147.391937,-1.960833],[147.446701,-2.012986],[147.438721,-2.063195],[147.208435,-2.189514],[146.524994,-2.190833],[146.63858,-1.978611],[147.391937,-1.960833]]],[[[150.367737,-2.686666],[150.187332,-2.685555],[149.950104,-2.470763],[150.417206,-2.460556],[150.367737,-2.686666]]],[[[152.659424,-3.842778],[153.133026,-4.265834],[152.900955,-4.822917],[152.28595,-3.576111],[150.75235,-2.769444],[150.883789,-2.70934],[150.80574,-2.566592],[152.055115,-3.253889],[152.659424,-3.842778]]],[[[150.77359,-2.985556],[150.874954,-2.910694],[151.021988,-2.968542],[150.834961,-2.96],[150.77359,-2.985556]]],[[[152.640808,-3.23],[152.538177,-3.103333],[152.60289,-3.047639],[152.667755,-3.129444],[152.640808,-3.23]]],[[[151.384705,-5.8072],[150.468567,-6.276112],[149.634705,-6.308055],[149.338562,-6.060139],[149.051636,-6.159305],[148.316467,-5.628026],[148.428589,-5.451112],[149.220764,-5.606112],[149.878021,-5.535694],[150.092331,-5.007778],[150.203918,-5.071805],[150.04248,-5.308611],[150.164429,-5.551389],[150.924408,-5.487222],[151.264297,-4.985138],[151.676086,-4.908055],[151.509995,-4.206111],[151.97081,-4.336597],[152.181503,-4.146945],[152.405823,-4.688889],[152.23732,-4.987222],[151.970795,-4.993333],[152.131073,-5.402223],[151.822052,-5.601111],[151.47052,-5.530972],[151.384705,-5.8072]]],[[[154.637207,-5.458611],[154.530273,-5.133889],[154.642624,-5.016389],[154.728302,-5.216389],[154.637207,-5.458611]]],[[[155.404083,-6],[155.914764,-6.520764],[155.912537,-6.805486],[155.33989,-6.741458],[155.216492,-6.324723],[154.75058,-5.949158],[154.753601,-5.518056],[155.073578,-5.561666],[155.404083,-6]]],[[[177.290253,-6.114445],[177.281372,-6.109861],[177.281372,-6.089444],[177.305527,-6.105972],[177.290253,-6.114445]]],[[[176.306366,-6.288333],[176.295258,-6.274584],[176.306015,-6.260139],[176.311981,-6.282153],[176.306366,-6.288333]]],[[[157.443848,-7.433888],[156.932068,-7.216389],[156.441635,-6.639862],[157.04248,-6.901667],[157.188293,-7.178333],[157.532272,-7.316667],[157.443848,-7.433888]]],[[[155.769135,-7.129444],[155.671295,-7.091528],[155.72995,-6.9675],[155.868973,-7.062708],[155.769135,-7.129444]]],[[[178.695801,-7.484166],[178.688858,-7.480833],[178.688782,-7.46757],[178.701782,-7.475208],[178.695801,-7.484166]]],[[[159.864136,-8.519722],[159.890015,-8.55757],[159.622467,-8.360556],[158.842178,-7.971458],[158.487457,-7.554167],[159.388031,-7.994166],[159.851212,-8.331944],[159.864136,-8.519722]]],[[[158.524414,-7.658889],[158.359406,-7.640556],[158.314133,-7.579445],[158.377457,-7.567223],[158.524414,-7.658889]]],[[[156.703033,-7.950833],[156.500275,-7.698333],[156.554413,-7.578611],[156.808304,-7.72875],[156.703033,-7.950833]]],[[[157.150543,-8.151667],[156.967743,-8.046389],[157.027679,-7.865347],[157.183594,-7.931666],[157.150543,-8.151667]]],[[[156.594116,-8.205278],[156.532898,-8.094305],[156.545532,-7.944305],[156.608582,-8.070833],[156.594116,-8.205278]]],[[[157.81192,-8.620832],[157.532333,-8.25528],[157.236359,-8.312222],[157.424835,-7.992083],[157.777695,-8.248263],[157.906158,-8.483124],[157.81192,-8.620832]]],[[[161.226624,-9.117777],[161.378998,-9.631874],[160.808167,-9.062639],[160.580246,-8.334999],[160.812897,-8.370138],[161.009979,-8.635557],[160.94429,-8.816527],[161.226624,-9.117777]]],[[[159.677765,-8.548334],[159.537476,-8.468332],[159.568848,-8.378887],[159.644287,-8.39639],[159.677765,-8.548334]]],[[[157.38443,-8.734444],[157.198853,-8.56889],[157.359894,-8.410834],[157.327042,-8.644167],[157.38443,-8.734444]]],[[[151.14444,-8.830555],[151.094971,-8.771112],[151.101074,-8.638889],[150.997528,-8.527084],[151.076355,-8.426111],[151.14444,-8.830555]]],[[[179.213226,-8.561292],[179.202408,-8.46542],[179.231094,-8.50492],[179.213226,-8.561292]]],[[[157.991333,-8.773056],[157.875519,-8.609999],[158.094971,-8.524584],[158.104675,-8.698542],[157.991333,-8.773056]]],[[[157.619965,-8.800833],[157.493286,-8.758335],[157.447479,-8.71139],[157.559006,-8.693194],[157.619965,-8.800833]]],[[[-140.177826,-8.95639],[-140.236664,-8.783892],[-140.015991,-8.852846],[-140.022659,-8.898057],[-140.177826,-8.95639]]],[[[152.83551,-9.235556],[152.65123,-9.068333],[152.498718,-9.023335],[152.811218,-8.971457],[153.019562,-9.123055],[152.83551,-9.235556]]],[[[159.099396,-9.11972],[159.031784,-9.062917],[159.135117,-8.99375],[159.189957,-9.028681],[159.099396,-9.11972]]],[[[160.264435,-9.131943],[160.120514,-9.096111],[160.077057,-9.044306],[160.243149,-9.004584],[160.264435,-9.131943]]],[[[160.243835,-9.196112],[160.322052,-9.060278],[160.408035,-9.132916],[160.351135,-9.190139],[160.243835,-9.196112]]],[[[-171.848053,-9.218889],[-171.862717,-9.180904],[-171.852432,-9.170626],[-171.844193,-9.191113],[-171.848053,-9.218889]]],[[[160.820251,-9.829445],[160.650269,-9.93],[159.834335,-9.799167],[159.601837,-9.320556],[160.386383,-9.426666],[160.820251,-9.829445]]],[[[161.556091,-9.799168],[161.397217,-9.669445],[161.351898,-9.341597],[161.554138,-9.632221],[161.556091,-9.799168]]],[[[-139.054749,-9.859999],[-139.167267,-9.76],[-138.812515,-9.737918],[-139.04863,-9.808196],[-139.054749,-9.859999]]],[[[162.292755,-10.729445],[162.382935,-10.829461],[161.77832,-10.720833],[161.296982,-10.211874],[162.106491,-10.449305],[162.292755,-10.729445]]],[[[152.744415,-10.716665],[152.573853,-10.656944],[152.542404,-10.632569],[152.871902,-10.660139],[152.744415,-10.716665]]],[[[165.883026,-10.87361],[165.808868,-10.734999],[166.157349,-10.678057],[166.141861,-10.757987],[165.883026,-10.87361]]],[[[-165.841675,-10.890837],[-165.848343,-10.884236],[-165.827652,-10.881319],[-165.841675,-10.890837]]],[[[154.112183,-11.439722],[154.021088,-11.348888],[154.29776,-11.391945],[154.136093,-11.400695],[154.112183,-11.439722]]],[[[153.566071,-11.6425],[153.376068,-11.567223],[153.199417,-11.322083],[153.777069,-11.600138],[153.566071,-11.6425]]],[[[160.497467,-11.845833],[160.019714,-11.602222],[159.967331,-11.504445],[160.437057,-11.68],[160.497467,-11.845833]]],[[[166.844421,-11.6975],[166.789429,-11.673889],[166.759705,-11.581111],[166.921082,-11.647779],[166.844421,-11.6975]]],[[[96.852478,-12.199444],[96.819443,-12.178057],[96.823608,-12.130416],[96.864845,-12.192083],[96.852478,-12.199444]]],[[[-176.165039,-13.353054],[-176.191101,-13.286945],[-176.158356,-13.214862],[-176.121933,-13.258613],[-176.165039,-13.353054]]],[[[-172.596497,-13.509113],[-172.287796,-13.484165],[-172.212357,-13.806529],[-172.527924,-13.80271],[-172.780029,-13.532571],[-172.596497,-13.509113]]],[[[167.468292,-13.951111],[167.386719,-13.83118],[167.472046,-13.707222],[167.577759,-13.847221],[167.468292,-13.951111]]],[[[-171.441986,-14.057503],[-171.911133,-14.012503],[-172.064758,-13.878194],[-171.822266,-13.807503],[-171.441986,-14.057503]]],[[[167.521088,-14.326944],[167.394424,-14.300416],[167.44635,-14.159307],[167.598572,-14.194166],[167.521088,-14.326944]]],[[[-178.060822,-14.323891],[-178.1539,-14.308058],[-178.190277,-14.239723],[-178.127335,-14.248611],[-178.060822,-14.323891]]],[[[-170.743896,-14.375555],[-170.823227,-14.323751],[-170.567917,-14.254307],[-170.561874,-14.270002],[-170.743896,-14.375555]]],[[[167.107819,-15.123703],[167.233368,-15.525345],[166.763596,-15.644584],[166.55275,-14.656805],[166.802765,-15.157501],[167.005325,-14.925764],[167.107819,-15.123703]]],[[[168.135803,-15.396667],[168.088867,-14.951944],[168.10289,-14.920556],[168.193298,-15.238611],[168.135803,-15.396667]]],[[[167.846924,-15.490833],[167.669281,-15.444306],[168.003448,-15.292223],[167.930542,-15.41889],[167.846924,-15.490833]]],[[[168.204407,-15.998333],[168.112045,-15.67875],[168.15332,-15.492222],[168.266663,-15.870832],[168.204407,-15.998333]]],[[[167.195526,-15.756111],[167.091644,-15.707222],[167.077454,-15.640278],[167.225098,-15.636251],[167.195526,-15.756111]]],[[[167.494965,-16.593334],[167.376068,-16.190556],[167.146637,-16.085835],[167.21109,-15.87611],[167.824005,-16.426111],[167.494965,-16.593334]]],[[[168.144135,-16.362221],[167.912888,-16.233471],[168.16748,-16.086113],[168.324829,-16.306946],[168.144135,-16.362221]]],[[[180,-16.172741],[179.481491,-16.696943],[179.938644,-16.467949],[179.900116,-16.770142],[179.331909,-16.802223],[179.270462,-16.691319],[178.747192,-17.011948],[178.492172,-16.804445],[178.981903,-16.469719],[180,-16.172741]]],[[[168.471344,-16.848888],[168.17067,-16.806807],[168.148315,-16.580555],[168.455109,-16.773474],[168.471344,-16.848888]]],[[[-180,-16.965729],[-180,-16.787363],[-179.864868,-16.679892],[-179.821106,-16.781094],[-180,-16.965729]]],[[[-151.444489,-16.904449],[-151.491699,-16.849171],[-151.472519,-16.739721],[-151.35112,-16.845839],[-151.444489,-16.904449]]],[[[180,-16.787395],[180,-16.965725],[179.929138,-17.006111],[179.883575,-16.961664],[180,-16.787395]]],[[[177.473022,-18.162777],[177.258041,-17.872084],[177.624664,-17.444721],[178.190796,-17.302502],[178.594681,-17.639444],[178.694839,-18.052084],[178.588287,-18.135277],[178.019135,-18.26778],[177.473022,-18.162777]]],[[[-149.854431,-17.574448],[-149.937256,-17.484165],[-149.785294,-17.471251],[-149.798492,-17.527782],[-149.854431,-17.574448]]],[[[-149.179199,-17.870834],[-149.590576,-17.711391],[-149.632507,-17.549999],[-149.359161,-17.534451],[-149.179199,-17.870834]]],[[[168.384155,-17.830002],[168.148453,-17.716665],[168.311096,-17.531391],[168.574677,-17.692776],[168.384155,-17.830002]]],[[[178.771912,-17.754448],[178.749695,-17.653473],[178.83136,-17.626665],[178.849701,-17.715275],[178.771912,-17.754448]]],[[[179.341644,-18.122501],[179.245789,-18.036388],[179.269989,-17.935833],[179.354263,-18.011528],[179.341644,-18.122501]]],[[[-163.169464,-18.091949],[-163.17128,-18.084169],[-163.154724,-18.061459],[-163.157257,-18.080559],[-163.169464,-18.091949]]],[[[-173.939209,-18.568893],[-173.908905,-18.635559],[-174.06308,-18.659304],[-174.00322,-18.578197],[-173.939209,-18.568893]]],[[[169.271088,-19],[168.986496,-18.876667],[169.039978,-18.625832],[169.323303,-18.889721],[169.271088,-19]]],[[[178.094116,-19.162777],[177.952179,-19.129583],[178.306915,-18.935555],[178.494324,-18.974789],[178.094116,-19.162777]]],[[[-169.89389,-19.145557],[-169.930283,-19.013613],[-169.81514,-18.970276],[-169.781555,-19.065281],[-169.89389,-19.145557]]],[[[169.431366,-19.658054],[169.233856,-19.5275],[169.248291,-19.338055],[169.497742,-19.531113],[169.431366,-19.658054]]],[[[-157.713043,-19.857227],[-157.740814,-19.817642],[-157.712296,-19.773129],[-157.703766,-19.836807],[-157.713043,-19.857227]]],[[[-158.116669,-20.019173],[-158.125397,-19.978472],[-158.094757,-19.974171],[-158.08139,-19.996387],[-158.116669,-20.019173]]],[[[166.451904,-22.316666],[166.116364,-21.946388],[164.904144,-21.268612],[164.172607,-20.503475],[163.995514,-20.087917],[165.223297,-20.765278],[165.630798,-21.279724],[167.028046,-22.232777],[166.929413,-22.397499],[166.451904,-22.316666]]],[[[169.826904,-20.254169],[169.737045,-20.20611],[169.744949,-20.150763],[169.888809,-20.173611],[169.826904,-20.254169]]],[[[166.499115,-20.717777],[166.563171,-20.399513],[166.609131,-20.389584],[166.624405,-20.602777],[166.499115,-20.717777]]],[[[167.362732,-21.183331],[167.064972,-20.997219],[167.189972,-20.810417],[167.051361,-20.720137],[167.306213,-20.722221],[167.277542,-20.899584],[167.463577,-21.057362],[167.362732,-21.183331]]],[[[-175.145294,-21.268063],[-175.323639,-21.174442],[-175.341125,-21.074863],[-175.048767,-21.136944],[-175.145294,-21.268063]]],[[[-159.746979,-21.256668],[-159.83252,-21.248472],[-159.834717,-21.199306],[-159.756134,-21.192362],[-159.746979,-21.256668]]],[[[167.99469,-21.660831],[167.883331,-21.56889],[167.809692,-21.383888],[168.095245,-21.455555],[168.130508,-21.616112],[167.99469,-21.660831]]],[[[-157.928894,-21.940834],[-157.963638,-21.908194],[-157.921738,-21.881462],[-157.88385,-21.925209],[-157.928894,-21.940834]]],[[[167.496338,-22.673889],[167.419128,-22.646389],[167.437332,-22.542084],[167.554703,-22.615],[167.496338,-22.673889]]],[[[-128.332214,-24.327267],[-128.301682,-24.334448],[-128.291122,-24.411388],[-128.343079,-24.367222],[-128.332214,-24.327267]]],[[[-130.08139,-25.082226],[-130.102631,-25.074448],[-130.105057,-25.061462],[-130.063843,-25.068264],[-130.08139,-25.082226]]],[[[-109.42778,-27.201946],[-109.393478,-27.067503],[-109.219589,-27.097641],[-109.238609,-27.132084],[-109.42778,-27.201946]]],[[[167.964966,-29.081112],[167.923584,-29.056667],[167.91095,-29.007362],[167.998871,-29.027502],[167.964966,-29.081112]]],[[[177.917786,-38.942802],[177.998001,-39.123886],[177.874969,-39.286118],[177.680267,-39.075279],[177.054962,-39.204445],[176.89859,-39.442219],[176.946625,-39.664444],[177.117447,-39.679306],[175.955231,-41.25528],[175.230804,-41.620834],[175.188583,-41.42778],[174.863571,-41.422363],[174.891235,-41.226246],[174.629669,-41.315002],[175.127747,-40.713615],[175.19635,-40.166946],[174.960785,-39.912773],[173.966629,-39.543476],[173.751648,-39.269997],[174.587738,-38.828888],[174.724396,-38.185829],[174.940247,-38.101112],[174.793304,-37.849865],[174.974976,-37.75],[174.848297,-37.769722],[174.717468,-37.425003],[174.840652,-37.29417],[174.714279,-37.362919],[174.550812,-37.077225],[174.703857,-37.197777],[174.887482,-37.059166],[174.770264,-36.936661],[174.500244,-37.034725],[174.177902,-36.462917],[174.454697,-36.647915],[174.420532,-36.368473],[174.268585,-36.345833],[174.505249,-36.231384],[174.065796,-36.168335],[173.911102,-35.872082],[173.990097,-36.136948],[174.199417,-36.348057],[174.067612,-36.397083],[173.397202,-35.570698],[173.655548,-35.317917],[173.381775,-35.524719],[172.739136,-34.435555],[173.038879,-34.436943],[172.910538,-34.546947],[173.266922,-35.017086],[173.450806,-34.807777],[173.471497,-34.99028],[174.101074,-35.121109],[174.009705,-35.218193],[174.143585,-35.328613],[174.319977,-35.232773],[174.602448,-35.844444],[174.35968,-35.723469],[174.348724,-35.83625],[174.522629,-35.846943],[174.781097,-36.266945],[174.808319,-36.805275],[175.579132,-37.244446],[175.352448,-36.489998],[175.54039,-36.517361],[175.84079,-36.754173],[175.70871,-36.872635],[175.847321,-36.842915],[175.889709,-37.246944],[176.165604,-37.62104],[175.943573,-37.525417],[175.994415,-37.638893],[177.159424,-38.013336],[177.473572,-37.962502],[178.018005,-37.550831],[178.550537,-37.6875],[178.347336,-38.015419],[178.298447,-38.539169],[177.928864,-38.722221],[177.917786,-38.942802]]],[[[175.523041,-36.348312],[175.358856,-36.229439],[175.375778,-36.069168],[175.529419,-36.178612],[175.523041,-36.348312]]],[[[175.169434,-36.829178],[175.088867,-36.833611],[175.002472,-36.792778],[175.18927,-36.728466],[175.169434,-36.829178]]],[[[171.185242,-44.938332],[170.555542,-45.896111],[170.779709,-45.880554],[170.342468,-45.97361],[169.845245,-46.469994],[169.458008,-46.623329],[168.35141,-46.603165],[168.371338,-46.419025],[168.190109,-46.344025],[167.828293,-46.39653],[167.534424,-46.152779],[166.768036,-46.22361],[166.670532,-46.157639],[166.944626,-45.949234],[166.670532,-46.087219],[166.466217,-45.986805],[166.476898,-45.809723],[166.974121,-45.735001],[166.775818,-45.662773],[167.041351,-45.501396],[166.707458,-45.576946],[166.821625,-45.320557],[167.205231,-45.477776],[167.051086,-45.333328],[167.304001,-45.316528],[166.996918,-45.145836],[167.316772,-44.873192],[167.506195,-45.000141],[167.450806,-44.792088],[168.37233,-44.040558],[169.660522,-43.601944],[170.794128,-42.90139],[171.151657,-42.560417],[171.510803,-41.76445],[172.064972,-41.40361],[172.113861,-40.879997],[172.630249,-40.510559],[172.712189,-40.495552],[172.98822,-40.53104],[172.656921,-40.653328],[172.860657,-40.853058],[173.013306,-40.796669],[173.10553,-41.313332],[173.989548,-40.896809],[173.780396,-41.012363],[173.949829,-41.058193],[173.775818,-41.289726],[174.130524,-41.17979],[173.893585,-41.192772],[174.032745,-40.999725],[174.31955,-41.001945],[174.209961,-41.197495],[174.026642,-41.236115],[174.323853,-41.221523],[174.04512,-41.446667],[174.236359,-41.837219],[173.285522,-42.958054],[172.759415,-43.242916],[172.775818,-43.612221],[173.059692,-43.653053],[173.091644,-43.856392],[172.472198,-43.72361],[171.538483,-44.178776],[171.278595,-44.369995],[171.185242,-44.938332]]],[[[173.784698,-40.911385],[173.829132,-40.757782],[173.960114,-40.709724],[173.923447,-40.865974],[173.784698,-40.911385]]],[[[-176.65506,-44.011978],[-176.55365,-43.84584],[-176.842514,-43.803055],[-176.5578,-43.717506],[-176.269196,-43.763893],[-176.535553,-43.771671],[-176.377228,-44.056114],[-176.65506,-44.011978]]],[[[166.971344,-45.166664],[167.029984,-45.300556],[167.005264,-45.31139],[166.891083,-45.246113],[166.971344,-45.166664]]],[[[166.736053,-45.637802],[166.71637,-45.741669],[166.5047,-45.722775],[166.57663,-45.638054],[166.736053,-45.637802]]],[[[168.011658,-46.730606],[168.217743,-47.072502],[167.522339,-47.276527],[167.809128,-46.920002],[167.772903,-46.702919],[168.011658,-46.730606]]],[[[178.833282,-49.669456],[178.816376,-49.723885],[178.717194,-49.703613],[178.80246,-49.615005],[178.833282,-49.669456]]],[[[166.291931,-50.568336],[166.141357,-50.698051],[166.237869,-50.851807],[165.893036,-50.847637],[166.108307,-50.536667],[166.291931,-50.568336]]],[[[166.166901,-50.903107],[165.973572,-50.905273],[165.927475,-50.854309],[166.215378,-50.888126],[166.166901,-50.903107]]],[[[169.209381,-52.46579],[169.185516,-52.57695],[169.000107,-52.51889],[169.163605,-52.445831],[169.209381,-52.46579]]]]},{"type":"MultiPolygon","coordinates":[[[[142.279968,-10.265556],[142.189423,-10.204166],[142.228577,-10.145556],[142.339966,-10.191389],[142.279968,-10.265556]]],[[[142.183319,-10.770279],[142.115799,-10.657501],[142.216919,-10.610277],[142.259018,-10.720971],[142.183319,-10.770279]]],[[[151.540253,-24.045834],[151.683868,-23.988888],[152.131775,-24.608194],[152.468018,-24.812222],[152.671494,-25.245136],[152.907822,-25.288889],[152.920532,-25.735416],[153.181915,-25.949444],[153.072052,-26.308474],[153.157196,-27.082779],[153.034561,-27.176666],[153.577606,-28.207916],[153.624191,-28.661039],[153.018585,-30.568611],[152.954132,-31.359444],[152.511856,-32.131042],[152.529694,-32.40361],[151.454559,-33.316807],[151.272766,-33.969444],[150.934143,-34.331673],[150.746902,-34.877499],[150.836761,-35.088402],[150.685181,-35.042187],[150.162476,-35.940552],[149.902466,-36.923332],[149.971634,-37.522221],[149.457184,-37.783333],[147.759155,-37.982498],[146.873566,-38.651665],[146.219269,-38.715973],[146.296494,-38.916561],[146.469269,-38.805626],[146.394135,-39.147224],[146.142349,-38.84597],[145.904419,-38.856949],[145.816147,-38.652287],[145.416077,-38.545837],[145.555252,-38.374306],[145.444275,-38.22694],[145.255463,-38.23764],[144.901367,-38.505836],[144.761108,-38.377777],[145.131271,-38.137012],[144.917679,-37.868542],[144.368561,-38.126526],[144.706345,-38.149166],[144.658875,-38.285004],[144.363281,-38.324448],[143.542953,-38.859234],[142.379333,-38.363892],[141.750946,-38.267082],[141.57135,-38.417221],[141.103577,-38.113892],[140.529968,-38.000282],[139.751373,-37.199722],[139.823502,-36.554585],[139.082596,-35.67976],[139.6604,-36.216248],[139.099564,-35.612511],[139.159698,-35.503895],[139.335831,-35.691387],[139.356613,-35.374443],[139.212463,-35.316666],[138.969955,-35.40847],[138.991135,-35.55743],[138.536285,-35.653469],[138.093155,-35.619167],[138.438782,-35.343819],[138.51416,-35.024998],[138.496063,-34.728882],[138.092255,-34.13493],[137.748169,-35.132778],[136.85968,-35.291115],[137.024078,-34.902012],[137.434143,-34.938889],[137.451706,-34.160416],[137.948578,-33.559303],[137.814346,-33.278053],[138.039429,-33.078056],[137.76297,-32.532501],[137.774841,-32.992775],[137.488281,-33.127777],[137.209961,-33.666107],[136.413452,-34.040977],[135.936905,-34.536877],[135.803787,-34.815212],[136.006668,-34.742603],[135.956406,-35.008236],[135.11232,-34.594757],[135.208511,-34.435829],[135.344421,-34.614166],[135.495865,-34.617085],[135.261078,-34.006527],[134.840668,-33.637779],[134.707474,-33.177223],[134.268723,-33.145557],[134.074509,-32.720863],[134.27652,-32.728748],[134.184143,-32.486664],[133.852875,-32.541809],[133.95079,-32.398262],[133.605865,-32.098053],[133.417206,-32.213333],[132.764435,-31.950832],[132.195938,-32.026947],[131.14859,-31.474028],[128.978714,-31.69611],[127.267761,-32.278336],[125.972275,-32.266739],[124.746643,-32.897781],[124.281937,-32.985558],[123.734993,-33.779724],[123.168053,-34.018608],[123.01783,-33.857571],[122.118317,-34.02861],[121.993866,-33.824726],[120.00499,-33.928886],[119.325546,-34.446945],[118.911652,-34.453056],[118.281662,-34.905556],[117.837975,-35.03014],[117.934143,-35.125343],[116.601929,-35.033058],[115.973602,-34.81945],[115.648041,-34.467773],[115.008949,-34.262432],[114.997101,-33.524105],[115.396942,-33.621384],[115.712631,-33.264027],[115.59436,-32.670692],[115.617622,-32.602848],[115.694496,-32.522221],[115.718246,-32.770348],[115.739983,-31.868055],[115.047272,-30.504723],[114.887344,-29.205833],[114.154289,-28.090973],[113.93692,-27.198887],[113.224426,-26.239166],[113.287659,-26.027777],[113.643456,-26.654306],[113.85582,-26.507504],[113.391106,-25.710417],[113.469437,-25.540836],[113.734085,-25.889027],[113.714005,-26.196943],[113.87886,-26.028889],[114.06929,-26.461666],[114.221443,-26.2925],[114.25811,-25.847847],[113.389709,-24.429443],[113.532211,-23.757225],[113.768333,-23.441666],[113.80748,-22.933331],[113.656372,-22.604721],[114.030273,-21.841667],[114.175957,-21.822779],[114.15387,-22.527779],[114.372482,-22.442497],[114.651093,-21.84],[115.451927,-21.51778],[116.707489,-20.649166],[117.685387,-20.676388],[118.17852,-20.34868],[118.801086,-20.285835],[119.080269,-19.968748],[119.581795,-20.070835],[121.027481,-19.592224],[121.488586,-19.123055],[121.800537,-18.480278],[122.337486,-18.13139],[122.174988,-17.243332],[122.752213,-16.762222],[122.920258,-16.414583],[123.060249,-16.455553],[122.95623,-16.586807],[123.575272,-17.5975],[123.592621,-16.996666],[123.655754,-16.994791],[123.85582,-17.206387],[123.916023,-17.208263],[123.796371,-16.997984],[123.891663,-16.893333],[123.425179,-16.499514],[123.708878,-16.430279],[123.5709,-16.171665],[123.726234,-16.138611],[123.891373,-16.378887],[123.964432,-16.245552],[124.229843,-16.404234],[124.893044,-16.4067],[124.400543,-16.329445],[124.726715,-15.808958],[124.4002,-15.864305],[124.457268,-15.478263],[124.656372,-15.479721],[124.705269,-15.253334],[125.181808,-15.520685],[125.097343,-15.301805],[124.912102,-15.336006],[125.044258,-15.161563],[124.824852,-15.160278],[125.078323,-14.999722],[125.164711,-15.162362],[125.161652,-15.03389],[125.321655,-15.156042],[125.434769,-15.133124],[125.136024,-14.747431],[125.336113,-14.523056],[125.588882,-14.549444],[125.618317,-14.222429],[125.728668,-14.273194],[125.642242,-14.630104],[125.722794,-14.404305],[125.902771,-14.643612],[126.037621,-14.515208],[126.146652,-14.129999],[126.017593,-13.926527],[126.217484,-13.961945],[126.287773,-14.233055],[126.502487,-13.964722],[126.60054,-14.229721],[126.857903,-13.750972],[127.128418,-13.971492],[127.425255,-13.954027],[128.169434,-14.702778],[128.020844,-15.498229],[128.132141,-15.214055],[128.287186,-15.400695],[128.192108,-15.065208],[128.30629,-14.912777],[128.448288,-15.047083],[128.38768,-14.799999],[128.535965,-14.758472],[129.089417,-14.899445],[129.191071,-15.182501],[129.229614,-14.839235],[129.731964,-15.182188],[129.647339,-14.837776],[129.801575,-14.863957],[129.944427,-14.767778],[129.675385,-14.766043],[129.586563,-14.628056],[129.772751,-14.53559],[129.540115,-14.550279],[129.370239,-14.333332],[129.732727,-13.994722],[129.828857,-13.516946],[130.264435,-13.325277],[130.140701,-12.925924],[130.509003,-12.604444],[130.6008,-12.70736],[130.688828,-12.701076],[130.579269,-12.404654],[130.896362,-12.640278],[130.815796,-12.444723],[131.026917,-12.358334],[131.024323,-12.149583],[131.492599,-12.297222],[132.360931,-12.202361],[132.383606,-12.379999],[132.444351,-12.150277],[132.748993,-12.135416],[132.627594,-12.032778],[132.691498,-11.658195],[132.48996,-11.476944],[132.086777,-11.524723],[131.77095,-11.317638],[131.984329,-11.12743],[132.165939,-11.406459],[132.146683,-11.14],[132.340515,-11.130138],[132.671982,-11.508126],[132.91803,-11.336945],[133.183044,-11.716665],[133.548859,-11.832777],[133.908325,-11.736111],[133.839401,-11.854166],[134.0504,-11.844443],[134.206635,-12.061666],[134.771378,-11.995832],[135.231354,-12.294445],[135.91275,-11.765556],[135.669144,-12.190833],[135.735504,-12.280834],[136.023041,-12.111944],[136.039703,-12.471666],[136.293732,-12.414306],[136.363922,-12.239721],[136.17775,-12.166945],[136.562195,-11.934444],[136.673233,-12.284514],[136.775406,-12.171737],[136.978363,-12.358159],[136.620789,-12.825277],[136.494415,-12.779167],[136.458008,-13.252501],[136.356628,-13.05375],[135.927261,-13.277847],[135.845795,-13.603888],[136.020264,-13.762501],[135.869125,-14.194584],[135.372742,-14.728888],[135.451355,-14.932777],[136.765808,-15.904446],[137.737671,-16.251736],[138.194824,-16.707359],[139.010544,-16.899166],[139.260529,-17.342499],[140.132172,-17.719166],[140.833298,-17.451942],[141.286102,-16.503334],[141.665527,-15.026528],[141.46579,-13.897084],[141.688721,-13.254027],[141.585663,-12.986388],[141.796921,-12.69125],[141.940308,-12.864999],[141.747604,-12.469722],[141.594116,-12.531668],[141.849121,-11.988471],[142.023666,-12.067778],[142.14769,-10.949166],[142.444427,-10.709723],[142.613144,-10.750764],[142.509293,-10.950277],[142.608978,-10.872499],[142.7883,-11.080556],[142.859818,-11.833194],[143.199127,-11.987499],[143.077469,-12.334305],[143.275818,-12.413056],[143.429977,-12.616805],[143.36232,-12.848888],[143.51416,-12.879166],[143.530807,-13.75639],[143.782196,-14.413334],[144.011856,-14.487707],[144.515945,-14.171666],[144.676773,-14.557362],[145.315796,-14.945555],[145.402054,-16.440971],[145.806091,-16.913055],[145.955444,-16.899096],[145.882813,-17.071735],[146.104263,-17.691666],[146.00943,-18.238052],[146.211914,-18.491665],[146.333572,-18.535625],[146.277618,-18.887014],[147.139435,-19.402779],[147.431915,-19.412361],[147.401489,-19.307951],[147.669556,-19.824722],[147.821838,-19.710691],[148.413452,-20.206388],[148.452988,-20.063612],[148.76889,-20.232462],[148.934418,-20.534723],[148.790253,-20.456944],[148.69165,-20.624443],[149.214691,-21.080002],[149.669479,-22.495171],[149.814651,-22.383923],[150.0383,-22.641006],[149.920807,-22.350555],[150.043732,-22.149029],[150.593018,-22.586113],[150.634552,-22.343056],[150.819122,-22.731941],[150.8004,-23.380693],[151.168045,-23.7925],[151.540253,-24.045834]]],[[[136.503326,-11.456388],[136.728699,-11.045139],[136.773865,-11.02125],[136.724976,-11.206944],[136.503326,-11.456388]]],[[[132.596069,-11.344723],[132.502197,-11.05139],[132.578857,-11.022501],[132.626343,-11.177778],[132.596069,-11.344723]]],[[[130.958862,-11.938889],[130.493439,-11.642014],[130.392685,-11.163403],[130.704956,-11.390278],[131.151718,-11.260765],[131.223511,-11.402014],[131.271515,-11.190278],[131.528595,-11.391945],[130.958862,-11.938889]]],[[[130.493561,-11.838612],[130.024704,-11.798472],[130.255676,-11.344167],[130.343994,-11.325555],[130.491058,-11.688612],[130.636581,-11.772917],[130.493561,-11.838612]]],[[[136.182739,-11.690834],[136.273743,-11.572222],[136.481216,-11.467221],[136.373291,-11.592499],[136.182739,-11.690834]]],[[[136.908783,-14.179266],[136.88916,-14.297779],[136.378021,-14.216389],[136.428314,-13.886946],[136.678864,-13.658056],[136.712891,-13.837916],[136.918457,-13.809584],[136.708023,-14.167777],[136.908783,-14.179266]]],[[[136.201355,-13.859999],[136.105103,-13.815278],[136.201767,-13.664584],[136.288864,-13.730277],[136.201355,-13.859999]]],[[[125.138321,-14.648611],[125.092484,-14.544445],[125.162201,-14.439028],[125.208038,-14.489166],[125.138321,-14.648611]]],[[[124.522491,-15.445278],[124.469154,-15.324722],[124.559708,-15.26],[124.646515,-15.400695],[124.522491,-15.445278]]],[[[136.524689,-15.646112],[136.51944,-15.549723],[136.605515,-15.524862],[136.587738,-15.634724],[136.524689,-15.646112]]],[[[137.054413,-15.83],[136.934418,-15.698889],[137.010193,-15.593055],[137.093018,-15.76639],[137.054413,-15.83]]],[[[139.148315,-16.760834],[139.306641,-16.462498],[139.733582,-16.455833],[139.441925,-16.667778],[139.148315,-16.760834]]],[[[139.428314,-17.146111],[139.400116,-17.088751],[139.554138,-17.031876],[139.570251,-17.105],[139.428314,-17.146111]]],[[[146.289978,-18.493889],[146.22052,-18.46833],[146.085999,-18.254375],[146.269714,-18.308334],[146.289978,-18.493889]]],[[[115.368874,-20.880833],[115.302765,-20.815973],[115.438171,-20.667221],[115.459717,-20.772778],[115.368874,-20.880833]]],[[[151.227173,-23.786667],[151.066071,-23.605278],[151.018463,-23.456388],[151.222473,-23.558613],[151.227173,-23.786667]]],[[[153.081635,-25.795834],[152.943024,-25.558334],[153.281647,-24.699165],[153.371063,-25.014168],[153.081635,-25.795834]]],[[[113.205551,-26.144722],[112.952492,-25.784445],[112.953873,-25.487776],[113.00325,-25.499027],[113.205551,-26.144722]]],[[[153.425262,-27.362778],[153.358353,-27.061527],[153.444427,-27.019306],[153.46637,-27.034168],[153.425262,-27.362778]]],[[[153.406921,-27.73111],[153.433594,-27.416111],[153.540939,-27.418055],[153.453995,-27.726387],[153.406921,-27.73111]]],[[[137.91095,-35.729378],[138.112732,-35.86972],[137.760956,-35.866043],[137.455444,-36.085342],[136.712189,-36.056664],[136.533875,-35.882221],[137.3172,-35.590691],[137.91095,-35.729378]]],[[[145.355804,-38.431114],[145.29567,-38.298752],[145.49649,-38.362366],[145.421356,-38.377499],[145.355804,-38.431114]]],[[[145.354126,-38.57],[145.271362,-38.520836],[145.11705,-38.531109],[145.282898,-38.452503],[145.354126,-38.57]]],[[[143.921631,-40.136391],[143.837738,-39.873055],[143.977463,-39.573891],[144.146454,-39.92944],[143.921631,-40.136391]]],[[[148.128845,-40.274445],[147.760742,-39.877983],[147.881897,-39.754173],[148.279419,-39.965836],[148.33136,-40.219166],[148.128845,-40.274445]]],[[[148.339142,-40.503334],[148.318298,-40.435272],[147.998566,-40.389725],[148.343018,-40.306664],[148.479141,-40.430695],[148.339142,-40.503334]]],[[[144.888885,-40.729439],[144.926224,-40.617222],[145.016083,-40.695549],[144.926361,-40.722496],[144.888885,-40.729439]]],[[[146.916702,-43.617844],[146.0383,-43.498055],[145.932678,-43.376316],[146.234543,-43.325142],[145.836914,-43.297226],[145.459686,-42.904442],[145.205231,-42.25695],[145.469421,-42.523056],[145.552048,-42.351109],[144.858582,-41.544449],[144.637207,-41.031944],[144.701355,-40.759171],[146.58609,-41.186661],[147.971832,-40.744789],[148.273315,-40.901108],[148.363846,-42.222427],[148.195267,-41.94545],[147.84288,-42.872917],[147.999695,-42.907078],[147.995529,-43.227589],[147.789703,-43.246948],[147.631622,-43.065552],[147.706497,-42.938328],[147.899414,-43.026875],[147.825806,-42.931946],[147.557465,-42.830559],[147.427124,-43.04174],[147.317474,-42.846664],[147.247452,-43.269169],[146.970093,-43.137085],[147.095337,-43.288715],[146.916702,-43.617844]]],[[[148.01416,-42.753059],[148.018738,-42.61972],[148.128006,-42.590275],[148.168167,-42.665554],[148.01416,-42.753059]]],[[[147.361633,-43.263062],[147.29303,-43.157082],[147.357178,-43.075005],[147.432739,-43.241943],[147.361633,-43.263062]]],[[[147.302765,-43.513336],[147.123016,-43.421944],[147.300262,-43.262779],[147.36496,-43.385834],[147.302765,-43.513336]]],[[[158.879669,-54.753891],[158.833862,-54.668892],[158.960373,-54.476383],[158.945526,-54.576393],[158.879669,-54.753891]]]]},{"type":"MultiPolygon","coordinates":[[[[163.766113,-82.08168],[163.858078,-82.178482],[163.439743,-82.259888],[165.319458,-82.421951],[165.458054,-82.494865],[165.240143,-82.553894],[167.366669,-82.80278],[166.81308,-82.822784],[167.159866,-82.911812],[166.752808,-82.977524],[168.36026,-82.994171],[168.688263,-83.150566],[167.50528,-83.444168],[169.250824,-83.330017],[172.317276,-83.600777],[171.905029,-83.801697],[174.741669,-83.828354],[178.189423,-84.184189],[179.511688,-84.155014],[179.615128,-84.174744],[179.323196,-84.242233],[179.99,-84.302246],[179.99,-88],[0,-88],[-179.99,-88],[-179.99,-84.305344],[-177.721954,-84.498337],[-174.517242,-84.443069],[-169.223358,-84.663895],[-168.445282,-84.842224],[-167.211945,-84.788895],[-162.526672,-85.250565],[-157.483337,-85.448624],[-152.810577,-85.328064],[-150.239471,-85.463623],[-148.138336,-85.090836],[-139.661407,-85.24501],[-138.589447,-84.984726],[-149.294739,-84.561951],[-151.691132,-84.324173],[-153.05307,-84.012787],[-153.232788,-83.818619],[-152.943634,-83.648346],[-153.007507,-83.087509],[-151.794189,-82.577789],[-154.887863,-81.893204],[-154,-81.648346],[-154.205017,-81.552231],[-156.956055,-81.252296],[-156.546417,-81.096954],[-154.921692,-81.001953],[-148.413361,-81.357513],[-148.060028,-81.101395],[-145.52417,-80.460556],[-146.811951,-79.887512],[-154.298065,-79.057236],[-155.906403,-78.719727],[-156.013977,-78.663757],[-154.083618,-78.4814],[-153.750443,-78.311668],[-154.4328,-78.098618],[-156.811951,-78.270279],[-157.910278,-78.001953],[-158.167648,-77.846947],[-158.009598,-77.781815],[-158.06308,-77.657791],[-157.700714,-77.577507],[-157.844177,-77.363899],[-157.753082,-77.108063],[-156.483337,-77.358612],[-155.861389,-77.084457],[-153.790283,-77.174728],[-153.083618,-77.286667],[-152.972382,-77.371605],[-153.238892,-77.432991],[-153.106415,-77.497223],[-152.061127,-77.325287],[-149.662231,-77.761124],[-149.097656,-77.694382],[-149.414185,-77.570847],[-148.673889,-77.619446],[-147.5914,-77.422226],[-147.467224,-77.294449],[-147.099457,-77.377228],[-147.032227,-77.22084],[-146.268616,-77.4664],[-145.88446,-77.309662],[-146.221817,-77.161812],[-145.845291,-77.105423],[-146.301254,-77.00209],[-145.298889,-77.029175],[-146.102234,-76.840012],[-145.461334,-76.759033],[-146.932251,-76.45195],[-149.503342,-76.382156],[-148.101288,-76.095657],[-146.491669,-76.367508],[-145.479462,-76.443344],[-145.420441,-76.327232],[-146.295288,-76.039734],[-145.976685,-75.898895],[-144.20639,-75.837784],[-144.170563,-75.664459],[-142.745575,-75.636124],[-142.566406,-75.48056],[-140.243622,-75.466949],[-139.327789,-75.106674],[-137.020844,-75.011673],[-136.737518,-74.751678],[-134.303894,-74.532791],[-134.12973,-74.731125],[-133.262512,-74.847229],[-131.842224,-74.723892],[-129.650299,-74.861389],[-126.811401,-74.634735],[-121.478348,-74.742508],[-118.531677,-74.613617],[-118.345909,-74.535568],[-118.525146,-74.433891],[-117.743057,-74.308624],[-117.396957,-74.530838],[-114.697777,-74.469177],[-114.806732,-74.103142],[-114.003616,-73.889175],[-113.18486,-74.185005],[-113.510002,-74.301956],[-113.448341,-74.462791],[-112.933617,-74.446953],[-113.548897,-74.631393],[-113.445419,-74.706398],[-112.637222,-74.684723],[-112.654167,-74.858612],[-111.343063,-74.759445],[-111.721329,-74.590981],[-111.38903,-74.466812],[-111.647369,-74.291817],[-111.503891,-74.191681],[-110.154716,-74.28418],[-109.962929,-74.546951],[-110.140762,-74.660698],[-109.943756,-74.771393],[-110.774437,-74.962784],[-110.588058,-75.01918],[-110.95639,-75.152992],[-110.383057,-75.306122],[-109.068619,-75.128891],[-106.979446,-75.347778],[-105.834457,-75.127228],[-103.338058,-75.028336],[-100.83139,-75.307785],[-99.513893,-75.09626],[-99.743484,-74.917229],[-100.84584,-74.818542],[-100.151741,-74.757156],[-100.505974,-74.668549],[-100.143753,-74.612991],[-100.248062,-74.490845],[-101.324455,-74.482643],[-101.67334,-73.993896],[-102.901398,-73.875839],[-102.814445,-73.731956],[-103.013344,-73.637924],[-100.310562,-73.75],[-99.195557,-73.610565],[-100.460854,-73.366394],[-103.036118,-73.326401],[-103.60112,-72.896118],[-103.176117,-72.733337],[-102.318748,-72.806114],[-102.663193,-73.002579],[-102.099167,-73.084732],[-98.835556,-72.973343],[-96.51889,-73.306122],[-92.45195,-73.153625],[-90.861115,-73.326675],[-89.321053,-73.052437],[-89.280151,-72.780014],[-89.528412,-72.633415],[-89.261124,-72.63945],[-88.338181,-72.821152],[-88.825218,-73.108406],[-88.709167,-73.179459],[-87.641113,-73.157501],[-86.840836,-73.336395],[-85.976395,-73.040428],[-85.481323,-73.352364],[-85.72654,-73.496124],[-85.599731,-73.558334],[-83.689873,-73.656258],[-82.134171,-73.943344],[-81.229042,-73.838066],[-81.037086,-73.705284],[-81.302925,-73.505356],[-81.25528,-73.363892],[-80.526955,-73.449455],[-80.695557,-73.050568],[-78.958893,-73.392502],[-78.789734,-73.693069],[-77.400009,-73.523621],[-76.608894,-73.590286],[-77.092644,-73.818893],[-76.962784,-73.873062],[-75.203903,-73.662506],[-73.93251,-73.710281],[-73.070847,-73.488892],[-69.428345,-73.197235],[-67.63028,-72.84584],[-66.800278,-72.406189],[-66.952095,-72.192513],[-66.864731,-71.888763],[-67.534309,-71.457787],[-67.402924,-71.036537],[-67.956261,-70.263756],[-68.391251,-70.118202],[-68.502296,-69.941467],[-68.339447,-69.678894],[-68.832779,-69.413544],[-68.204727,-69.266953],[-67.396957,-69.350571],[-66.659874,-69.021263],[-67.488342,-68.813965],[-66.931808,-68.769241],[-67.173683,-68.50396],[-66.937645,-68.376534],[-67.161537,-68.296738],[-66.592232,-68.242928],[-66.916397,-68.220001],[-67.157227,-68.010559],[-66.78598,-67.900909],[-66.713821,-67.799728],[-67.023209,-67.782158],[-66.679863,-67.733063],[-66.898964,-67.676605],[-66.433762,-67.527092],[-67.166397,-67.489174],[-67.624939,-67.551254],[-67.540848,-67.308624],[-67.602455,-67.171043],[-67.152512,-66.931122],[-66.859383,-66.922859],[-66.873337,-67.077789],[-66.399452,-66.882225],[-66.486115,-66.612511],[-66.097092,-66.564728],[-65.694176,-66.12709],[-65.215286,-66.16806],[-65.282021,-65.988892],[-64.92334,-65.932091],[-64.447784,-65.977921],[-64.660011,-65.74334],[-64.316116,-65.778893],[-64.404312,-65.62751],[-64.048065,-65.675568],[-64.171669,-65.542229],[-63.718475,-65.499031],[-64.051956,-65.424591],[-63.922501,-65.03389],[-63.090561,-65.133896],[-62.995834,-65.08139],[-63.153893,-64.925842],[-62.768475,-64.846184],[-62.938404,-64.800903],[-62.530838,-64.907227],[-62.330002,-64.861809],[-62.611393,-64.757851],[-62.458477,-64.592781],[-62.224308,-64.761673],[-60.943264,-64.275909],[-60.854729,-64.139725],[-60.997921,-64.038895],[-60.02417,-63.942642],[-59.837921,-63.77153],[-59.432503,-63.88945],[-58.904171,-63.531807],[-57.197781,-63.205421],[-56.732922,-63.60931],[-57.146671,-63.634445],[-57.151531,-63.46954],[-57.386395,-63.462643],[-58.646118,-63.979729],[-58.88028,-64.2164],[-58.778641,-64.535812],[-59.493057,-64.316116],[-59.498753,-64.534729],[-59.918892,-64.412231],[-61.630699,-65.227371],[-61.952503,-65.177788],[-62.124451,-65.295975],[-62.07917,-65.452789],[-61.683613,-65.535286],[-62.092224,-65.571396],[-62.457363,-65.911118],[-61.87278,-66.171951],[-61.338474,-66.061882],[-61.313755,-65.915985],[-61.079449,-66.061119],[-61.011669,-65.91362],[-60.56403,-65.950699],[-60.93042,-66.256256],[-61.144447,-66.326813],[-61.416672,-66.12529],[-61.739311,-66.467514],[-62.172783,-66.181808],[-62.86459,-66.25251],[-62.447014,-66.438683],[-62.675835,-66.549583],[-62.437778,-66.669273],[-62.608894,-66.728348],[-63.159588,-66.298759],[-63.67556,-66.218338],[-63.768612,-66.352234],[-63.588821,-66.373131],[-63.974728,-66.47084],[-63.806393,-66.583893],[-64.103897,-66.568062],[-64.184448,-66.732719],[-63.778893,-66.775284],[-63.750977,-66.895287],[-64.837784,-66.951401],[-64.934067,-67.015358],[-64.672646,-67.155701],[-64.920425,-67.222649],[-64.763763,-67.310287],[-65.414726,-67.337784],[-65.611809,-67.562851],[-65.29834,-67.668205],[-65.611946,-67.883057],[-65.338829,-67.974976],[-65.719177,-68.150841],[-64.770149,-68.116119],[-65.592995,-68.352989],[-65.09626,-68.438622],[-65.438614,-68.595291],[-65.31945,-68.707924],[-63.861355,-68.83577],[-64.391541,-68.516113],[-63.614174,-68.355286],[-62.738129,-68.413475],[-63.966805,-68.531395],[-63.212017,-68.799934],[-63.698059,-68.740562],[-63.466118,-68.901115],[-63.623199,-68.972504],[-63.36903,-69.052643],[-63.642921,-69.224174],[-63.246117,-69.148201],[-63.142784,-69.360291],[-62.473476,-69.461533],[-62.628197,-69.854866],[-61.942432,-70.232849],[-62.481392,-70.229172],[-62.473057,-70.38987],[-62.176392,-70.539459],[-61.490082,-70.519508],[-62.200977,-70.700981],[-62.135838,-70.858902],[-61.390003,-70.813347],[-60.946808,-71.159523],[-61.101952,-71.235565],[-60.972088,-71.364311],[-61.268337,-71.32653],[-61.109653,-71.42028],[-61.935143,-71.650429],[-61.258896,-71.538895],[-60.905697,-71.7425],[-62.525002,-71.919724],[-62.255348,-71.998619],[-62.546043,-72.049377],[-61.334171,-72.133202],[-60.858753,-72.005981],[-61.066948,-72.160767],[-60.795559,-72.237236],[-60.991322,-72.284027],[-60.859306,-72.39209],[-61.509449,-72.478897],[-61.246948,-72.703903],[-60.61528,-72.645004],[-60.623615,-73.025291],[-59.777363,-72.897369],[-59.858616,-73.236259],[-60.462784,-73.147781],[-60.599724,-73.360291],[-61.903061,-73.133347],[-61.435768,-73.346603],[-61.835976,-73.369591],[-61.623615,-73.535904],[-60.774445,-73.543625],[-60.919312,-73.707375],[-60.591534,-73.709381],[-60.977783,-73.957779],[-61.757641,-73.917366],[-61.042362,-74.093201],[-61.738892,-74.293625],[-61.627644,-74.442085],[-62.024448,-74.632507],[-61.887505,-74.83223],[-62.531395,-74.982513],[-62.630001,-74.758896],[-63.245834,-74.604172],[-63.048058,-74.89209],[-63.989586,-75.004585],[-63.101044,-75.131538],[-64.447227,-75.303757],[-63.099377,-75.328545],[-63.429169,-75.450562],[-66.313614,-76.034729],[-69.385284,-76.296112],[-70.476395,-76.707779],[-75.444458,-76.546402],[-76.167236,-76.382507],[-76.380569,-76.065002],[-77.771667,-75.9189],[-77.737228,-76.031952],[-78.471115,-76.195557],[-78.353615,-76.33091],[-78.47834,-76.403336],[-75.632782,-77.508621],[-74.483063,-77.458893],[-72.848206,-77.656258],[-73.674179,-77.985291],[-74.915283,-78.141113],[-81.488899,-77.648552],[-80.611877,-77.890144],[-81.470001,-77.897232],[-78.130005,-78.283615],[-77.488892,-78.523201],[-78.957504,-78.813339],[-81.090836,-78.777512],[-83.171402,-78.278625],[-84.101883,-78.360146],[-82.885284,-79.008621],[-81.517227,-79.175293],[-80.635559,-79.619171],[-80.405975,-79.593063],[-80.551392,-79.276123],[-80.202789,-79.228897],[-77.029449,-79.279449],[-76.318619,-79.404175],[-76.083687,-79.651115],[-77.321945,-80.011398],[-79.956322,-79.92292],[-79.849457,-79.954453],[-76.089447,-80.197235],[-74.693893,-80.697235],[-67.848068,-81.357788],[-59.648056,-82.433899],[-58.777641,-82.651398],[-59.087505,-82.962364],[-58.210838,-83.03334],[-55.545563,-82.387787],[-53.725838,-82.150284],[-48.129173,-81.83139],[-43.08445,-81.851395],[-41.488892,-81.383347],[-28.319447,-80.276947],[-28.059862,-80.008202],[-30.203751,-79.664238],[-27.090139,-79.017715],[-33.001114,-79.453903],[-35.985001,-79.01918],[-36.299725,-78.77195],[-35.70723,-78.308334],[-33.886116,-77.660568],[-31.549168,-77.33168],[-28.305279,-76.565292],[-24.560837,-76.083344],[-17.778614,-75.733902],[-18.258335,-75.50042],[-17.321667,-75.040009],[-17.147224,-74.784729],[-13.711459,-73.944519],[-14.59639,-73.8125],[-16.326115,-74.063904],[-16.915697,-73.980148],[-16.074306,-73.754242],[-16.893475,-73.770004],[-16.023613,-73.320282],[-14.441113,-73.232788],[-13.73375,-73.010979],[-14.452778,-72.792236],[-13.406113,-72.823059],[-11.657778,-72.32695],[-11.369167,-72.158615],[-11.343334,-71.939728],[-12.140835,-71.651123],[-12.283195,-71.384033],[-11.577501,-71.275284],[-11.596946,-71.55806],[-11.019445,-71.657227],[-10.051946,-71.115005],[-10.437292,-70.99688],[-9.869357,-70.900208],[-9.467085,-70.920563],[-9.669862,-71.023827],[-8.936528,-71.230141],[-8.641668,-71.742508],[-8.366945,-71.825836],[-7.332778,-71.689178],[-7.712917,-71.415977],[-7.02889,-70.994446],[-6.021111,-70.699722],[-5.442084,-70.885979],[-6.103195,-71.144592],[-6.009167,-71.4189],[-2.285278,-71.171677],[-2.335834,-71.282509],[-2.093889,-71.486115],[-1.053334,-71.276672],[-0.780694,-71.381676],[-0.918333,-71.583061],[-0.2975,-71.65889],[0.928161,-71.165024],[4.397885,-70.677505],[6.722591,-70.583084],[7.557308,-70.16835],[7.966182,-70.178894],[8.490076,-70.478073],[9.07287,-70.340569],[8.682856,-70.074463],[9.231195,-70.095001],[10.655512,-70.6446],[11.270622,-70.710281],[12.037163,-70.720291],[12.740349,-70.281128],[14.165642,-70.158905],[15.705925,-70.278625],[18.026905,-69.96946],[23.246754,-70.546417],[31.08342,-69.773895],[32.902321,-69.276947],[33.026711,-69.056396],[33.440411,-68.953835],[33.298813,-68.767662],[33.430489,-68.647942],[34.140358,-68.482788],[34.652412,-68.542099],[34.880043,-68.87558],[35.619484,-69.158081],[36.414528,-69.314453],[36.486885,-69.445847],[36.076958,-69.389877],[36.129768,-69.529602],[36.722572,-69.728073],[37.136208,-69.401947],[37.907295,-69.248627],[37.853981,-69.530716],[37.146461,-69.661682],[38.009804,-69.746674],[38.242012,-69.988907],[38.233604,-69.807106],[38.564491,-69.50058],[38.692497,-69.560089],[38.547035,-69.721695],[38.650368,-69.988632],[39.033821,-69.736961],[39.701759,-69.648636],[39.543953,-69.439735],[39.885201,-69.386894],[39.634804,-69.226959],[39.807137,-69.167923],[39.760353,-68.954468],[41.111885,-68.522095],[42.290627,-68.363907],[42.845367,-68.088348],[44.465912,-67.98114],[45.008942,-67.732513],[46.300323,-67.643082],[46.399235,-67.587379],[46.249237,-67.355293],[46.55143,-67.277252],[47.449223,-67.420845],[47.016376,-67.553215],[47.386295,-67.720291],[48.208958,-67.635567],[49.161316,-67.386406],[48.263279,-67.160439],[49.172852,-66.862946],[49.303955,-66.956131],[49.151703,-67.088623],[49.797577,-67.020294],[50.689484,-67.181396],[50.848602,-67.135155],[50.458527,-67.063904],[50.443466,-66.893555],[50.167969,-66.728767],[50.413116,-66.441971],[51.988922,-65.975586],[53.778961,-65.840027],[55.627838,-66.00959],[56.272545,-66.386688],[57.307278,-66.556671],[57.332561,-66.69828],[56.87756,-66.700012],[56.733948,-66.900909],[58.92392,-67.181396],[59.066216,-67.299103],[58.900604,-67.362236],[59.110619,-67.412231],[60.518547,-67.369461],[62.728119,-67.646957],[63.77755,-67.516403],[68.297562,-67.866119],[69.644791,-67.753906],[69.667557,-68.132233],[70.102005,-68.523895],[69.391418,-68.840294],[69.795609,-68.919609],[69.298813,-69.104179],[69.762527,-69.229187],[69.74617,-69.359055],[68.904373,-69.366272],[68.820602,-69.544174],[69.334702,-69.635918],[69.078781,-69.737099],[69.209763,-69.860023],[68.71434,-70.025154],[68.094742,-69.879471],[67.646988,-70.390572],[67.994766,-70.518631],[68.254623,-70.435295],[68.210236,-70.742798],[68.593948,-70.770584],[68.848572,-70.523209],[68.669632,-70.364883],[69.144791,-70.33139],[69.300308,-70.443069],[69.247192,-70.662788],[68.981705,-70.996414],[67.604126,-71.585228],[67.899002,-71.647934],[67.340263,-72.066193],[68.936417,-72.425003],[70.839798,-71.94223],[71.115189,-71.635841],[71.451584,-71.538895],[71.256577,-71.379524],[71.499069,-70.961815],[71.848679,-70.848892],[71.818527,-70.715843],[72.521439,-70.635025],[72.500076,-70.448059],[72.841995,-70.441124],[72.616028,-70.212921],[72.930069,-70.012512],[74.073685,-69.751953],[74.981033,-69.752663],[75.078934,-69.5625],[75.814346,-69.59446],[76.058121,-69.392227],[77.747269,-69.116974],[78.127045,-68.776543],[77.846146,-68.673065],[78.116409,-68.459732],[79.125626,-68.096405],[81.357559,-67.795486],[81.442276,-67.630295],[82.059341,-67.670441],[81.478798,-67.493896],[82.014481,-67.251678],[82.656563,-67.39389],[83.403397,-67.156677],[85.798927,-67.177094],[87.502518,-66.894745],[88.1026,-66.652306],[88.235291,-66.036263],[88.48201,-66.078079],[88.833939,-66.516113],[88.737793,-66.713913],[88.967224,-66.761398],[92.00531,-66.533905],[95.636185,-66.680557],[97.090332,-66.546112],[97.59436,-66.738487],[98.261963,-66.516113],[98.855591,-66.561966],[99.283081,-66.880844],[100.953918,-66.080841],[102.62616,-65.901123],[106.766144,-66.410019],[107.804779,-66.398361],[108.824219,-66.831131],[110.629761,-66.486679],[110.891724,-66.063629],[113.315338,-65.713348],[114.431427,-66.179474],[114.537247,-66.476959],[116.187958,-66.368217],[117.031158,-66.846954],[117.766998,-66.989746],[121.023933,-66.826675],[122.183357,-66.547806],[122.985878,-66.648766],[122.989487,-66.776672],[124.289223,-66.511688],[124.614487,-66.55336],[124.734756,-66.743896],[125.190018,-66.734192],[125.551437,-66.418198],[126.356163,-66.279724],[126.988358,-66.457909],[126.936699,-66.836815],[128.844345,-67.142242],[129.301987,-67.015427],[129.332458,-66.728722],[129.675598,-66.476135],[130.35199,-66.225845],[133.528107,-66.057251],[134.252258,-66.198067],[134.431122,-65.969467],[134.063293,-65.425301],[134.185593,-65.260712],[134.101578,-65.126396],[134.407257,-64.925308],[134.994476,-65.041687],[135.27446,-65.442932],[134.947784,-66.093063],[141.369446,-66.838348],[141.994446,-66.776672],[142.566406,-66.994171],[143.400024,-66.851135],[143.881546,-67.09127],[144.458344,-67.023071],[144.585571,-67.245285],[145.395981,-67.016815],[145.874603,-67.199196],[145.303619,-67.604385],[146.633209,-67.70668],[147.145294,-67.992516],[146.962921,-68.141548],[148.021393,-67.844048],[148.617798,-67.974319],[148.220978,-68.13002],[148.813354,-68.335281],[151.001266,-68.393486],[151.131882,-68.566879],[150.960922,-68.860085],[151.194748,-68.980721],[152.460571,-68.765854],[153.768616,-68.922241],[153.880981,-68.760979],[153.684311,-68.631683],[153.907928,-68.594528],[153.625839,-68.397385],[153.778351,-68.343628],[154.693344,-68.621399],[154.411957,-68.665291],[154.564194,-68.794044],[154.288971,-68.859947],[154.856689,-69.102524],[156.326263,-69.240158],[157.14946,-69.156822],[157.107376,-68.988358],[157.244873,-68.94558],[157.55307,-69.238625],[159.677368,-69.662514],[160.968903,-70.255569],[161.676392,-70.205017],[161.891541,-70.350716],[162.035706,-70.199043],[162.070984,-70.422661],[162.745148,-70.279045],[163.520844,-70.675003],[163.776596,-70.625854],[163.553894,-70.465286],[165.391083,-70.558914],[165.820831,-70.718063],[166.771667,-70.611679],[166.89624,-70.697723],[166.472275,-70.710426],[167.767517,-70.780838],[167.931366,-70.896675],[167.83017,-70.988693],[168.23764,-71.151817],[170.26265,-71.65876],[170.432236,-71.481117],[170.222504,-71.283974],[170.453033,-71.351669],[170.990356,-71.855682],[170.129974,-72.051407],[169.873032,-72.375862],[170.314728,-72.306671],[170.318054,-72.583351],[170.061523,-72.607437],[170.202484,-72.677231],[169.681641,-73.05307],[169.270981,-73.080994],[169.079163,-73.527527],[168.646362,-73.416397],[168.383881,-73.626129],[167.562775,-73.406815],[167.646957,-73.467094],[165.856094,-73.863831],[165.996796,-73.927994],[165.563614,-73.920853],[166.231735,-74.058067],[166.121109,-74.129318],[164.789047,-74.134735],[165.354584,-74.539597],[165.313324,-74.676697],[164.492661,-74.634041],[164.540558,-74.774185],[164.142517,-74.616119],[163.661545,-74.769875],[163.87764,-74.946823],[162.547501,-75.098007],[162.626129,-75.445862],[163.063629,-75.536133],[162.899872,-75.892372],[163.130569,-75.933693],[162.34314,-76.170776],[162.868484,-76.244591],[162.776962,-76.316269],[162.932251,-76.583084],[162.627106,-76.616272],[163.069733,-76.73085],[162.342102,-76.948769],[163.243851,-77.049797],[163.897659,-77.470161],[163.61293,-77.553902],[163.755722,-77.624466],[163.61084,-77.696121],[164.568069,-77.745155],[164.558868,-77.999657],[164.232788,-78.147781],[164.928894,-78.035858],[165.02359,-78.250305],[165.540009,-78.003357],[165.703613,-78.089455],[165.448639,-78.190857],[165.780304,-78.292931],[165.706116,-78.398056],[167.085846,-78.500305],[167.263672,-78.657166],[166.217773,-78.520004],[164.494446,-78.569748],[162.901123,-78.806396],[162.781677,-78.948349],[161.825287,-78.86586],[160.494171,-79.020859],[160.040009,-79.152786],[160.509048,-79.221954],[160.347519,-79.351814],[160.736816,-79.447929],[159.097794,-79.974449],[160.374176,-79.913086],[160.524445,-80.041397],[158.066757,-80.28862],[158.810028,-80.483337],[160.891968,-80.377502],[160.988068,-80.493477],[159.763687,-80.572731],[161.174469,-80.635559],[160.01709,-80.793907],[160.846268,-80.896683],[160.509735,-80.961548],[160.835983,-81.086617],[160.621399,-81.20002],[162.188629,-81.30085],[160.398895,-81.524467],[162.275848,-81.662231],[162.320007,-81.783905],[163.766113,-82.08168]]]]}]},"properties":{"name":"Oceania","center":[167.97602,-29.037824],"postal":"OC","type":"Continent"}},"US":{"type":"Feature","geometry":{"type":"GeometryCollection","geometries":[{"type":"MultiPolygon","coordinates":[[[[-94.81758,49.38905],[-95.15609,49.38425],[-95.15906950917196,49.00000000000011],[-122.84,49.00000000000011],[-122.34,47.36],[-122.58736,47.096],[-123.12,48.04],[-124.56610107421876,48.3797149658204],[-124.68721008300784,48.18443298339855],[-123.89893,45.52341],[-124.53284,42.7659900000001],[-124.19442866520464,41.52666470727196],[-124.39807,40.3132],[-123.86517,39.76699000000014],[-123.7272,38.95166000000012],[-121.71457,36.16153],[-120.74433,35.15686000000011],[-120.62286,34.60855],[-120.36778,34.44711],[-118.51989482279971,34.02778157757575],[-118.4106022758975,33.74090922312451],[-117.12776,32.53534],[-114.72139,32.72083],[-114.815,32.52528],[-111.02361,31.33472],[-108.24194,31.34222],[-108.24,31.7548537181664],[-106.50759,31.75452],[-105.03737,30.64402],[-104.45697,29.57196],[-103.11,28.97],[-102.48,29.76],[-100.9576,29.38071000000014],[-99.51999999999988,27.54],[-99.01999999999988,26.37],[-97.63591781736798,25.8728456762104],[-97.13999999999982,25.87],[-97.37999999999988,26.69],[-97.13999999999982,27.83],[-94.69,29.48000000000013],[-91.62678499999988,29.67700000000014],[-90.88022,29.14853500000013],[-89.40823,29.15961],[-89.21767,29.29108],[-89.41373,29.89419],[-89.18049,30.31598],[-87.53036,30.27433],[-85.7731,30.15261000000013],[-85.10882,29.63615],[-84.1,30.09000000000012],[-82.9299999999999,29.10000000000014],[-82.65,28.55000000000016],[-82.85526,27.88624],[-81.70999999999981,25.87],[-81.33,25.64],[-81.17213,25.20126000000014],[-80.6799999999999,25.08],[-80.38103,25.20616],[-80.13155999999987,25.816775],[-80.05653928497756,26.88000000000014],[-80.53558499999988,28.47213],[-81.31371,30.03552000000011],[-81.33629,31.44049],[-80.30132,32.509355],[-79.20357,33.15839],[-79.06067,33.49395],[-77.3976349999999,34.51201],[-76.36318,34.80854000000014],[-75.72749,35.55074000000013],[-75.86803999999984,36.55125],[-75.94023,37.21689],[-75.05673,38.40412000000012],[-75.0718347647898,38.78203223017928],[-74.17838,39.70926],[-73.96244,40.42763],[-74.00652136188002,40.75604427522547],[-73.69404371827841,40.76263071001708],[-73.68113592267038,40.58144705877471],[-73.345,40.63],[-71.94499999999982,40.93],[-69.96503,41.63717000000017],[-69.88497,41.92283000000012],[-70.185,42.145],[-70.81489,42.8653],[-70.11617,43.68405000000016],[-66.96466,44.80970000000016],[-67.79046,47.06636],[-68.23444,47.35486],[-69.23722,47.447781],[-70.6599999999998,45.46],[-71.405,45.25500000000014],[-71.50505999999987,45.0082000000001],[-74.867,45.00048000000013],[-76.82003414580558,43.62878428809376],[-79.17167355011188,43.46633942318431],[-78.9393621487437,42.86361135514812],[-82.43927771679162,41.67510508886733],[-83.11999999999989,42.08],[-82.13764238150398,43.57108755144],[-82.55092464875818,45.34751658790546],[-83.59285071484308,45.81689362241255],[-83.46955074739463,45.99468638771259],[-84.1421195136733,46.51222585711574],[-88.37811418328653,48.30291758889382],[-89.6,48.0100000000001],[-91.64,48.14],[-93.08121711015704,48.61906207508886],[-94.6515914797783,48.72991666827664],[-94.81758,49.38905]]]]},{"type":"MultiPolygon","coordinates":[[[[-179.081492,51.286444],[-179.069447,51.262844],[-179.061594,51.254543],[-179.061594,51.247707],[-179.085154,51.242906],[-179.103098,51.226467],[-179.119008,51.215399],[-179.136667,51.22724],[-179.129709,51.243598],[-179.13447,51.255764],[-179.142039,51.26557],[-179.143463,51.275051],[-179.143503,51.275051],[-179.134145,51.283759],[-179.118601,51.290188],[-179.088246,51.296088],[-179.081492,51.286444]]],[[[-178.973622,51.312445],[-178.986887,51.307522],[-178.992665,51.326239],[-178.990468,51.334174],[-178.978383,51.353827],[-178.980295,51.36286],[-178.986887,51.377021],[-178.985829,51.384223],[-178.972239,51.396552],[-178.954416,51.395209],[-178.917551,51.377427],[-178.904246,51.353827],[-178.913889,51.345771],[-178.933054,51.344184],[-178.948313,51.33983],[-178.973622,51.312445]]],[[[178.769216,51.639716],[178.78712,51.623847],[178.800304,51.635443],[178.814789,51.635932],[178.829275,51.628607],[178.841807,51.617011],[178.85377,51.620673],[178.869884,51.621812],[178.88738,51.620551],[178.920177,51.611802],[178.927908,51.607164],[178.931163,51.600287],[178.934337,51.588609],[178.941905,51.584947],[178.951834,51.583808],[178.961681,51.579779],[178.966645,51.578925],[178.986339,51.577826],[178.992686,51.576646],[178.996837,51.572333],[179.006114,51.558539],[179.009288,51.555569],[179.020763,51.549954],[179.060313,51.514594],[179.122895,51.480414],[179.139985,51.476793],[179.183442,51.473212],[179.195323,51.470526],[179.204275,51.46308],[179.228038,51.439195],[179.240082,51.416693],[179.257579,51.413642],[179.294281,51.419013],[179.291026,51.414984],[179.288748,51.411322],[179.285655,51.408026],[179.28004,51.404731],[179.28004,51.398505],[179.379242,51.401923],[179.400076,51.408433],[179.458507,51.381293],[179.472341,51.370551],[179.454275,51.370347],[179.421153,51.364163],[179.403575,51.364407],[179.405772,51.368394],[179.406912,51.368638],[179.410411,51.370551],[179.396658,51.376899],[179.382823,51.377346],[179.355154,51.370551],[179.348643,51.367418],[179.340668,51.35928],[179.335216,51.357571],[179.326996,51.358588],[179.31072,51.363267],[179.301117,51.364407],[179.287852,51.361029],[179.271169,51.35456],[179.254893,51.350287],[179.243012,51.353827],[179.23585,51.363471],[179.234223,51.372016],[179.237804,51.380764],[179.24643,51.391059],[179.076915,51.453559],[179.058442,51.467597],[179.041026,51.477037],[179.039073,51.482896],[179.034516,51.490627],[179.026866,51.500922],[179.014171,51.509019],[178.988129,51.522162],[178.960134,51.542141],[178.941417,51.55036],[178.872325,51.571357],[178.83839,51.576646],[178.799978,51.571112],[178.78297,51.57217],[178.779633,51.582831],[178.753591,51.582831],[178.735118,51.584906],[178.719412,51.592108],[178.701915,51.607367],[178.689464,51.615383],[178.636404,51.637437],[178.666677,51.655015],[178.682628,51.659003],[178.721202,51.642808],[178.769216,51.639716]]],[[[178.231293,51.831773],[178.237153,51.830512],[178.243826,51.830715],[178.252208,51.829901],[178.271821,51.825019],[178.31365,51.821926],[178.333995,51.81623],[178.350352,51.806952],[178.396169,51.7685],[178.381114,51.772366],[178.356456,51.767401],[178.341482,51.7685],[178.331228,51.774237],[178.311697,51.79206],[178.303722,51.795722],[178.285981,51.79975],[178.260265,51.809638],[178.236583,51.822943],[178.224864,51.836737],[178.231293,51.831773]]],[[[-178.760487,51.752265],[-178.808298,51.747301],[-178.822703,51.756171],[-178.842722,51.77265],[-178.858144,51.788642],[-178.858876,51.795722],[-178.846059,51.805894],[-178.832224,51.825751],[-178.813588,51.839179],[-178.786529,51.829901],[-178.748484,51.817572],[-178.740183,51.783637],[-178.760487,51.752265]]],[[[-176.354115,51.836737],[-176.354115,51.829901],[-176.345693,51.830471],[-176.328359,51.829169],[-176.319936,51.829901],[-176.325307,51.814399],[-176.327382,51.810004],[-176.298289,51.821479],[-176.28303,51.822577],[-176.264719,51.81623],[-176.264719,51.810004],[-176.270375,51.806464],[-176.273915,51.802151],[-176.276479,51.796332],[-176.279001,51.788275],[-176.263905,51.783149],[-176.258534,51.782131],[-176.258534,51.775295],[-176.274403,51.775133],[-176.286082,51.7685],[-176.292551,51.756741],[-176.292673,51.741156],[-176.30012,51.741156],[-176.307932,51.752387],[-176.315867,51.749579],[-176.330515,51.730292],[-176.340688,51.725816],[-176.351755,51.740871],[-176.360951,51.73371],[-176.37206,51.736721],[-176.38561,51.737128],[-176.397043,51.741889],[-176.401926,51.758205],[-176.409373,51.823676],[-176.403879,51.82099],[-176.39391,51.818264],[-176.388865,51.81623],[-176.395823,51.826321],[-176.423044,51.85102],[-176.392934,51.863105],[-176.347157,51.86994],[-176.303212,51.868964],[-176.279001,51.857164],[-176.292673,51.843736],[-176.311838,51.839789],[-176.333363,51.839342],[-176.354115,51.836737]]],[[[-176.120798,51.846869],[-176.111928,51.838568],[-176.107737,51.847317],[-176.093861,51.858588],[-176.062856,51.854967],[-176.030222,51.843166],[-176.011464,51.829901],[-176.01891,51.823676],[-175.999379,51.811957],[-175.990956,51.810004],[-175.998484,51.802558],[-176.026235,51.822333],[-176.031972,51.829901],[-176.049631,51.824856],[-176.065907,51.825385],[-176.097483,51.829901],[-176.106394,51.826483],[-176.104929,51.817816],[-176.094065,51.795722],[-176.109202,51.798977],[-176.121775,51.80565],[-176.130849,51.815904],[-176.13561,51.829901],[-176.148386,51.817939],[-176.152415,51.804511],[-176.149648,51.790229],[-176.141835,51.775295],[-176.148671,51.775295],[-176.151723,51.778998],[-176.159006,51.791449],[-176.162343,51.795722],[-176.162953,51.798529],[-176.161692,51.807318],[-176.162343,51.810004],[-176.166453,51.811265],[-176.175282,51.810777],[-176.194163,51.819973],[-176.208323,51.820014],[-176.219065,51.824368],[-176.223744,51.843573],[-176.201243,51.840888],[-176.199045,51.848863],[-176.210683,51.867133],[-176.204539,51.881008],[-176.190134,51.886705],[-176.173899,51.885321],[-176.162343,51.877672],[-176.137074,51.868598],[-176.128163,51.864],[-176.128163,51.859524],[-176.120798,51.846869]]],[[[-176.01891,51.891995],[-175.990956,51.884508],[-175.986887,51.886868],[-175.974965,51.89704],[-175.97053,51.898139],[-175.962595,51.888617],[-175.958323,51.874742],[-175.956776,51.860826],[-175.956858,51.85102],[-175.976999,51.852362],[-176.107737,51.884508],[-176.092356,51.894477],[-176.073313,51.903795],[-176.052561,51.910346],[-176.020945,51.912787],[-176.010325,51.912421],[-176.000234,51.910102],[-175.990956,51.905585],[-175.999094,51.904486],[-176.01891,51.898139],[-176.01891,51.891995]]],[[[-177.845448,51.851874],[-177.840647,51.836737],[-177.708974,51.837307],[-177.648183,51.847602],[-177.622182,51.857164],[-177.626698,51.832587],[-177.64741,51.820502],[-177.67516,51.816555],[-177.700999,51.81623],[-177.726796,51.812201],[-177.775217,51.796536],[-177.800282,51.795722],[-177.79719,51.786322],[-177.791453,51.77969],[-177.783274,51.775946],[-177.77302,51.775295],[-177.79662,51.759223],[-177.806101,51.745592],[-177.807444,51.728909],[-177.806508,51.703315],[-177.810374,51.69538],[-177.837514,51.67536],[-177.847849,51.671861],[-177.860666,51.675035],[-177.882883,51.685858],[-177.885203,51.674506],[-177.892527,51.667914],[-177.903554,51.665107],[-177.916982,51.665432],[-177.909535,51.659247],[-177.916127,51.645331],[-177.913035,51.630927],[-177.895863,51.603949],[-177.906728,51.59809],[-177.920115,51.596503],[-177.933461,51.5987],[-177.944325,51.603949],[-177.948842,51.610785],[-177.953806,51.630113],[-177.957997,51.637437],[-177.973622,51.645168],[-178.011179,51.648139],[-178.03246,51.659247],[-178.044626,51.665595],[-178.082509,51.662502],[-178.101389,51.665432],[-178.091908,51.690579],[-178.079945,51.700344],[-178.029368,51.700141],[-178.019032,51.702338],[-178.002146,51.711737],[-177.974558,51.715481],[-177.963083,51.720526],[-177.954823,51.729071],[-177.95051,51.741156],[-177.955393,51.763739],[-177.973988,51.778266],[-177.998891,51.786038],[-178.046254,51.791449],[-178.062082,51.799628],[-178.095164,51.823676],[-178.189565,51.854967],[-178.213816,51.876044],[-178.177073,51.905585],[-178.147817,51.9147],[-177.95226,51.92475],[-177.931264,51.918647],[-177.931264,51.911811],[-177.895497,51.889228],[-177.882883,51.884508],[-177.882883,51.877672],[-177.89269,51.867011],[-177.845448,51.851874]]],[[[-177.132314,51.730658],[-177.156687,51.700141],[-177.192616,51.709174],[-177.203847,51.713813],[-177.202097,51.707099],[-177.202463,51.702053],[-177.203562,51.697577],[-177.203847,51.692694],[-177.223826,51.697089],[-177.249216,51.687201],[-177.277659,51.680121],[-177.306874,51.692694],[-177.315053,51.687323],[-177.319569,51.686957],[-177.327341,51.692694],[-177.328318,51.694241],[-177.341013,51.706366],[-177.35676,51.71776],[-177.370798,51.723863],[-177.385447,51.726386],[-177.436147,51.725898],[-177.454335,51.722968],[-177.467641,51.716946],[-177.484812,51.705878],[-177.49885,51.703315],[-177.532786,51.706366],[-177.598582,51.702704],[-177.629587,51.691636],[-177.642649,51.66885],[-177.648061,51.654731],[-177.660024,51.652981],[-177.671986,51.659125],[-177.677439,51.66885],[-177.678782,51.678534],[-177.683339,51.686265],[-177.691762,51.693305],[-177.704701,51.700141],[-177.704701,51.706366],[-177.688181,51.712104],[-177.659047,51.729926],[-177.646352,51.73371],[-177.626332,51.731594],[-177.588816,51.722154],[-177.570668,51.720038],[-177.522898,51.720038],[-177.518992,51.723334],[-177.519114,51.730618],[-177.517568,51.73786],[-177.508901,51.741156],[-177.474721,51.741156],[-177.471995,51.743313],[-177.469065,51.747952],[-177.463857,51.752631],[-177.454294,51.754788],[-177.387766,51.761664],[-177.29247,51.782782],[-177.215525,51.818793],[-177.203847,51.870185],[-177.19929,51.878607],[-177.195505,51.900946],[-177.190175,51.911811],[-177.194407,51.929999],[-177.173451,51.935614],[-177.122182,51.932929],[-177.099802,51.930365],[-177.074818,51.922593],[-177.054677,51.909817],[-177.046824,51.891995],[-177.061147,51.887844],[-177.066965,51.881578],[-177.067738,51.874254],[-177.06725,51.867133],[-177.07433,51.858832],[-177.121897,51.843573],[-177.136952,51.822821],[-177.128977,51.783596],[-177.142405,51.761623],[-177.127756,51.747463],[-177.132314,51.730658]]],[[[-175.707631,51.973863],[-175.678456,51.966986],[-175.662058,51.967027],[-175.662058,51.959621],[-175.703928,51.952379],[-175.710439,51.950019],[-175.714955,51.937323],[-175.726064,51.933051],[-175.739695,51.934556],[-175.752024,51.939154],[-175.74592,51.948432],[-175.72411,51.973863],[-175.707631,51.973863]]],[[[-176.559885,51.960435],[-176.560292,51.947414],[-176.553782,51.937323],[-176.539662,51.932929],[-176.549428,51.91413],[-176.563914,51.909125],[-176.581492,51.909166],[-176.600535,51.905585],[-176.611399,51.895453],[-176.61852,51.881415],[-176.626943,51.869086],[-176.641469,51.864],[-176.641469,51.857164],[-176.588124,51.857164],[-176.595693,51.849351],[-176.598012,51.84394],[-176.596913,51.838324],[-176.594309,51.829901],[-176.569081,51.839057],[-176.549387,51.835517],[-176.529856,51.827704],[-176.504954,51.823676],[-176.504954,51.829901],[-176.51179,51.829901],[-176.504018,51.838935],[-176.491689,51.843736],[-176.463979,51.85102],[-176.440785,51.841864],[-176.427683,51.834296],[-176.426381,51.826809],[-176.431508,51.815009],[-176.427927,51.8039],[-176.426259,51.794664],[-176.437245,51.788275],[-176.433949,51.778062],[-176.429799,51.768866],[-176.42394,51.760972],[-176.415598,51.754788],[-176.427235,51.741441],[-176.454783,51.730455],[-176.470815,51.720038],[-176.490793,51.754218],[-176.522939,51.741523],[-176.588124,51.685858],[-176.593617,51.696112],[-176.601267,51.702582],[-176.610707,51.704291],[-176.621653,51.700141],[-176.614817,51.692694],[-176.629628,51.691962],[-176.642039,51.686835],[-176.651967,51.681098],[-176.659495,51.678412],[-176.671254,51.680854],[-176.683827,51.685492],[-176.696889,51.688463],[-176.710398,51.685858],[-176.719797,51.669013],[-176.724314,51.657172],[-176.721262,51.65176],[-176.711171,51.647773],[-176.706899,51.638332],[-176.707102,51.626858],[-176.710398,51.617011],[-176.751332,51.637437],[-176.771352,51.619615],[-176.784495,51.61286],[-176.799753,51.610785],[-176.814443,51.615546],[-176.824778,51.624823],[-176.824208,51.633734],[-176.806589,51.637437],[-176.806589,51.644965],[-176.819407,51.659898],[-176.828318,51.673814],[-176.829701,51.690579],[-176.820261,51.713813],[-176.827097,51.720038],[-176.895985,51.637437],[-176.902781,51.626939],[-176.909495,51.613349],[-176.917063,51.601549],[-176.926381,51.596503],[-176.952138,51.59219],[-176.969838,51.592678],[-176.977895,51.600287],[-176.975575,51.647121],[-176.966624,51.669135],[-176.90217,51.700141],[-176.889963,51.71015],[-176.882151,51.720364],[-176.879343,51.732367],[-176.882314,51.747301],[-176.861684,51.747952],[-176.85497,51.747301],[-176.8579,51.751776],[-176.861195,51.754788],[-176.820261,51.7685],[-176.820261,51.775295],[-176.842275,51.77383],[-176.866567,51.768866],[-176.889882,51.767157],[-176.909006,51.775295],[-176.91511,51.791938],[-176.904775,51.807563],[-176.885569,51.819159],[-176.864939,51.823676],[-176.85497,51.818183],[-176.846547,51.805976],[-176.833689,51.79385],[-176.810292,51.788275],[-176.726552,51.781968],[-176.704172,51.788275],[-176.721669,51.795559],[-176.755971,51.805487],[-176.769032,51.813178],[-176.779856,51.829047],[-176.778513,51.843166],[-176.767201,51.853339],[-176.74824,51.857164],[-176.706003,51.859687],[-176.758738,51.883979],[-176.779286,51.908677],[-176.781809,51.936469],[-176.776316,51.944485],[-176.758778,51.953437],[-176.741648,51.958319],[-176.722361,51.960517],[-176.683054,51.959621],[-176.660512,51.953192],[-176.648671,51.951809],[-176.638376,51.956488],[-176.62678,51.975165],[-176.621653,51.980129],[-176.604807,51.986762],[-176.58373,51.989691],[-176.562693,51.98786],[-176.545888,51.980129],[-176.553334,51.973863],[-176.559885,51.960435]]],[[[-175.874949,51.994371],[-175.867502,51.987494],[-175.850942,51.988837],[-175.834706,51.992743],[-175.819569,51.993964],[-175.80602,51.987494],[-175.876414,51.96894],[-175.910349,51.967231],[-175.950022,51.973863],[-175.939158,51.986477],[-175.919504,51.989447],[-175.897898,51.986274],[-175.881174,51.980129],[-175.880442,51.984809],[-175.878774,51.987779],[-175.87682,51.990465],[-175.874949,51.994371]]],[[[178.537852,51.896674],[178.516775,51.896186],[178.502615,51.901923],[178.471365,51.926256],[178.464529,51.932929],[178.459972,51.944403],[178.463227,51.952053],[178.469005,51.961168],[178.471934,51.976996],[178.477306,51.985907],[178.490408,51.988674],[178.506114,51.989936],[178.519705,51.994371],[178.52296,51.990546],[178.526134,51.988959],[178.533946,51.987494],[178.573416,51.975653],[178.590505,51.968248],[178.602306,51.953437],[178.604259,51.93769],[178.596202,51.929145],[178.58253,51.922349],[178.568044,51.911811],[178.574229,51.905585],[178.559093,51.900702],[178.537852,51.896674]]],[[[179.671397,51.877183],[179.6421,51.874172],[179.566742,51.88524],[179.557791,51.888251],[179.549327,51.894924],[179.522716,51.909125],[179.49822,51.916409],[179.497325,51.926215],[179.502615,51.935614],[179.506602,51.939154],[179.503673,51.9501],[179.49936,51.95893],[179.4935,51.966539],[179.486095,51.973863],[179.496267,51.978013],[179.516368,51.978217],[179.52711,51.980129],[179.558279,52.001858],[179.574474,52.004381],[179.597911,52.011542],[179.621267,52.022162],[179.636974,52.035346],[179.643403,52.030341],[179.649262,52.029039],[179.664236,52.02851],[179.670095,52.019843],[179.676524,52.015692],[179.683767,52.012844],[179.692149,52.008043],[179.718923,51.987494],[179.734548,51.978827],[179.749278,51.973578],[179.780935,51.967027],[179.775076,51.955471],[179.763845,51.946194],[179.753429,51.939643],[179.749848,51.936021],[179.755382,51.922675],[179.746593,51.913479],[179.722667,51.901923],[179.699718,51.886542],[179.671397,51.877183]]],[[[-175.995595,52.032945],[-175.985544,52.026435],[-175.963694,52.035346],[-175.975087,52.021918],[-176.030263,52.012844],[-176.046254,51.994371],[-176.028879,51.995998],[-176.021311,51.990709],[-176.02184,51.98135],[-176.028879,51.970445],[-176.04304,51.963365],[-176.057729,51.966946],[-176.080393,51.980129],[-176.122874,51.992621],[-176.138702,51.994371],[-176.138743,51.994371],[-176.155466,51.995347],[-176.164866,51.998603],[-176.170603,52.005032],[-176.190012,52.03852],[-176.194529,52.051093],[-176.193349,52.059556],[-176.187205,52.068061],[-176.175526,52.089667],[-176.169138,52.097398],[-176.143259,52.107123],[-176.105417,52.110745],[-176.068715,52.107652],[-176.046254,52.097398],[-176.00532,52.067816],[-175.998484,52.059556],[-175.998484,52.046698],[-175.995595,52.032945]]],[[[177.576996,51.988918],[177.563975,51.979071],[177.554454,51.968451],[177.574474,51.953437],[177.609141,51.95246],[177.614757,51.950019],[177.614431,51.936916],[177.612071,51.927924],[177.605968,51.925727],[177.594249,51.932929],[177.580333,51.925116],[177.57309,51.919582],[177.567638,51.911811],[177.555349,51.9206],[177.538748,51.92829],[177.521251,51.932929],[177.505544,51.932929],[177.494151,51.925686],[177.486095,51.915961],[177.477794,51.912991],[177.465099,51.925482],[177.471365,51.939154],[177.413585,51.93065],[177.392345,51.920885],[177.365977,51.912095],[177.354259,51.896064],[177.334483,51.839667],[177.330903,51.833808],[177.323578,51.826809],[177.316905,51.828762],[177.306814,51.836982],[177.297374,51.846991],[177.293142,51.854071],[177.283376,51.862494],[177.237804,51.883124],[177.224294,51.891995],[177.293712,51.922187],[177.316742,51.925482],[177.328868,51.929674],[177.340017,51.939765],[177.358409,51.963324],[177.372569,51.974677],[177.388031,51.978583],[177.423513,51.980129],[177.445323,51.986518],[177.454275,51.987494],[177.477875,51.986762],[177.485037,51.987494],[177.508474,51.994574],[177.516287,52.000963],[177.52711,52.034817],[177.556,52.084906],[177.553884,52.104234],[177.593435,52.125067],[177.615408,52.130072],[177.642589,52.124701],[177.672211,52.112698],[177.683767,52.105048],[177.69044,52.089911],[177.68214,52.082831],[177.66391,52.075507],[177.656261,52.069485],[177.651052,52.059638],[177.648448,52.043647],[177.642589,52.035346],[177.626964,52.025214],[177.567638,52.001858],[177.576996,51.988918]]],[[[-173.59203,52.152045],[-173.575266,52.143744],[-173.548085,52.147528],[-173.531199,52.144965],[-173.544871,52.117906],[-173.531239,52.124701],[-173.520863,52.115302],[-173.508005,52.111558],[-173.430165,52.112209],[-173.422231,52.116767],[-173.41454,52.117906],[-173.408396,52.11579],[-173.407297,52.11107],[-173.405588,52.106391],[-173.39745,52.104234],[-173.370107,52.108588],[-173.360219,52.10517],[-173.353098,52.089911],[-173.330637,52.099758],[-173.304067,52.107733],[-173.276235,52.11225],[-173.250071,52.111721],[-173.249379,52.109605],[-173.245798,52.104804],[-173.240956,52.099799],[-173.236399,52.097398],[-173.228139,52.098049],[-173.216176,52.102607],[-173.209055,52.104234],[-173.157826,52.104234],[-173.140452,52.109442],[-173.130849,52.111151],[-173.123402,52.107978],[-173.114003,52.101304],[-173.101674,52.098293],[-172.9558,52.089911],[-172.974477,52.083889],[-173.016957,52.08161],[-173.034047,52.073188],[-173.051869,52.068549],[-173.102895,52.074693],[-173.13976,52.058661],[-173.164906,52.056342],[-173.189931,52.058824],[-173.213938,52.07038],[-173.226755,52.074205],[-173.238596,52.075751],[-173.243845,52.073188],[-173.247629,52.0633],[-173.256459,52.063056],[-173.273915,52.069485],[-173.307118,52.063463],[-173.376536,52.038764],[-173.41454,52.035346],[-173.449696,52.044379],[-173.462961,52.042792],[-173.472524,52.03734],[-173.484242,52.024726],[-173.490224,52.021674],[-173.500559,52.022854],[-173.515736,52.032416],[-173.523793,52.035346],[-173.538035,52.034735],[-173.549916,52.032172],[-173.560902,52.031155],[-173.572214,52.035346],[-173.55781,52.044623],[-173.570668,52.048529],[-173.682078,52.049018],[-173.67748,52.055854],[-173.674631,52.06269],[-173.688832,52.069485],[-173.715403,52.054999],[-173.749135,52.047797],[-173.836008,52.043362],[-173.887441,52.056464],[-173.922068,52.059394],[-173.92988,52.066311],[-173.92162,52.083726],[-173.930898,52.087348],[-173.95637,52.089911],[-173.965199,52.093248],[-173.981516,52.101304],[-173.990549,52.104234],[-173.997385,52.104397],[-174.014963,52.102729],[-174.024648,52.104234],[-174.033315,52.108466],[-174.050486,52.120266],[-174.059438,52.124701],[-174.058665,52.129096],[-174.057485,52.132148],[-174.055369,52.134955],[-174.051951,52.138373],[-174.044667,52.132554],[-174.02363,52.128892],[-174.010976,52.124701],[-173.958852,52.122992],[-173.942087,52.124701],[-173.902211,52.137519],[-173.887441,52.138373],[-173.892649,52.124335],[-173.895823,52.117987],[-173.901112,52.111721],[-173.885813,52.113023],[-173.857371,52.123358],[-173.846506,52.124701],[-173.838816,52.119574],[-173.805531,52.089911],[-173.790232,52.115302],[-173.765207,52.127387],[-173.733632,52.130845],[-173.698801,52.130927],[-173.685374,52.133979],[-173.660268,52.148017],[-173.647288,52.152045],[-173.630849,52.151272],[-173.618601,52.147895],[-173.606801,52.146674],[-173.59203,52.152045]]],[[[175.962901,52.344062],[175.928884,52.33926],[175.898611,52.348822],[175.881847,52.377997],[175.915863,52.377997],[175.936534,52.371649],[175.973318,52.364651],[175.990977,52.3581],[175.962901,52.344062]]],[[[-172.387278,52.296047],[-172.41279,52.278551],[-172.425771,52.276679],[-172.441274,52.289211],[-172.479441,52.264797],[-172.529408,52.25023],[-172.583241,52.248236],[-172.633046,52.261298],[-172.598826,52.313422],[-172.57905,52.335842],[-172.557973,52.350653],[-172.496531,52.371161],[-172.441274,52.399075],[-172.435536,52.393785],[-172.427358,52.39057],[-172.407175,52.385443],[-172.383534,52.368801],[-172.337107,52.358385],[-172.301584,52.344306],[-172.310902,52.316474],[-172.325999,52.309475],[-172.387278,52.296047]]],[[[-174.123891,52.399726],[-174.102406,52.394721],[-174.08613,52.399075],[-174.071726,52.382025],[-174.054514,52.368476],[-174.034413,52.359931],[-174.010976,52.3581],[-174.010487,52.342108],[-173.999623,52.32803],[-173.991892,52.312567],[-174.000478,52.292629],[-174.006947,52.287095],[-174.015859,52.28148],[-174.025624,52.277289],[-174.034617,52.27558],[-174.046254,52.271226],[-174.049387,52.261054],[-174.049509,52.249457],[-174.05191,52.24079],[-174.051951,52.24079],[-174.089182,52.227118],[-174.180735,52.230699],[-174.20283,52.212836],[-174.192738,52.201361],[-174.180653,52.190334],[-174.154368,52.171942],[-174.117502,52.152981],[-174.100209,52.140937],[-174.092966,52.127834],[-174.098948,52.112982],[-174.113515,52.112494],[-174.147898,52.127834],[-174.15685,52.129096],[-174.163808,52.125434],[-174.170522,52.120347],[-174.178578,52.117906],[-174.189646,52.11933],[-174.211008,52.124661],[-174.223256,52.124701],[-174.216501,52.116604],[-174.213206,52.107978],[-174.213206,52.099066],[-174.21642,52.089911],[-174.230051,52.095608],[-174.271067,52.097398],[-174.279246,52.100775],[-174.300526,52.113227],[-174.305857,52.117906],[-174.321034,52.123358],[-174.338694,52.120551],[-174.356882,52.114814],[-174.373769,52.111721],[-174.413197,52.113837],[-174.429921,52.110053],[-174.435536,52.097398],[-174.421335,52.102281],[-174.406199,52.104193],[-174.374135,52.104234],[-174.374135,52.097398],[-174.392771,52.092841],[-174.398142,52.052639],[-174.411366,52.042792],[-174.435862,52.044501],[-174.444447,52.050849],[-174.449167,52.063422],[-174.46227,52.083726],[-174.475697,52.068915],[-174.493276,52.072008],[-174.510935,52.084377],[-174.524973,52.097398],[-174.526072,52.081977],[-174.497792,52.053168],[-174.490183,52.035346],[-174.504832,52.047512],[-174.523142,52.057318],[-174.542185,52.061428],[-174.559071,52.056464],[-174.552602,52.052965],[-174.54365,52.045722],[-174.538564,52.042792],[-174.538564,52.035346],[-174.550649,52.03677],[-174.571278,52.041693],[-174.582957,52.042792],[-174.592397,52.040717],[-174.615468,52.031317],[-174.62739,52.02851],[-174.650746,52.03266],[-174.694203,52.051581],[-174.709299,52.049018],[-174.69933,52.042548],[-174.697703,52.035834],[-174.703725,52.030585],[-174.716746,52.02851],[-174.702138,52.020575],[-174.715281,52.016506],[-174.754262,52.014838],[-174.763051,52.016995],[-174.783274,52.026353],[-174.888051,52.042792],[-174.899037,52.039781],[-174.91865,52.030463],[-174.929026,52.02851],[-174.967478,52.030585],[-174.984812,52.027899],[-175.000966,52.018256],[-175.035024,52.00434],[-175.323557,52.007758],[-175.340525,52.014838],[-175.31078,52.026679],[-175.210194,52.035346],[-175.161326,52.048529],[-175.141306,52.049018],[-175.124501,52.047553],[-175.110219,52.044623],[-175.106313,52.038764],[-175.120798,52.02851],[-175.104115,52.029853],[-175.075999,52.040595],[-175.059316,52.042792],[-175.04247,52.038723],[-175.029856,52.032538],[-175.019846,52.03148],[-175.010935,52.042792],[-175.023508,52.048407],[-175.027048,52.054023],[-175.024607,52.066107],[-175.019968,52.07453],[-175.009958,52.074774],[-175.000478,52.071479],[-174.997263,52.069485],[-174.99413,52.066311],[-174.984609,52.060533],[-174.974599,52.058336],[-174.96996,52.066107],[-174.965932,52.079739],[-174.956736,52.08218],[-174.938954,52.07689],[-174.930287,52.086615],[-174.917795,52.104682],[-174.906565,52.114895],[-174.901723,52.100816],[-174.893788,52.088935],[-174.855092,52.104804],[-174.840199,52.089911],[-174.824941,52.097602],[-174.808665,52.098049],[-174.794504,52.091132],[-174.785634,52.07689],[-174.755483,52.094875],[-174.744008,52.103502],[-174.744008,52.117906],[-174.722971,52.124701],[-174.697825,52.110989],[-174.65038,52.104315],[-174.601552,52.104641],[-174.572133,52.111721],[-174.592152,52.115302],[-174.59789,52.122626],[-174.590688,52.131049],[-174.572133,52.138373],[-174.551625,52.139106],[-174.529124,52.137112],[-174.50947,52.139106],[-174.497629,52.152045],[-174.526723,52.151313],[-174.540476,52.153225],[-174.552846,52.158881],[-174.5454,52.165717],[-174.550038,52.168524],[-174.552358,52.170803],[-174.559071,52.179348],[-174.449208,52.179348],[-174.424428,52.170844],[-174.412668,52.17121],[-174.407664,52.182766],[-174.413035,52.189602],[-174.425608,52.196682],[-174.449208,52.206692],[-174.449208,52.212836],[-174.387074,52.212958],[-174.361195,52.20539],[-174.339345,52.186184],[-174.330881,52.202338],[-174.315419,52.214667],[-174.298289,52.219428],[-174.284739,52.212836],[-174.277659,52.21955],[-174.272572,52.23135],[-174.267649,52.237698],[-174.259145,52.240912],[-174.236318,52.24372],[-174.229482,52.248236],[-174.228261,52.267524],[-174.24474,52.274156],[-174.284739,52.27558],[-174.299672,52.283149],[-174.309519,52.293036],[-174.317128,52.30268],[-174.325673,52.309638],[-174.344919,52.315375],[-174.355295,52.311184],[-174.356272,52.299262],[-174.346791,52.281806],[-174.37678,52.28384],[-174.415842,52.293443],[-174.442576,52.307522],[-174.435536,52.322699],[-174.369374,52.324774],[-174.338612,52.335517],[-174.346791,52.364325],[-174.334421,52.370266],[-174.323069,52.367865],[-174.311472,52.363756],[-174.298411,52.364325],[-174.288319,52.371772],[-174.282297,52.388414],[-174.242055,52.396877],[-174.190297,52.417873],[-174.161814,52.419582],[-174.145457,52.409491],[-174.123891,52.399726]]],[[[173.79127,52.501532],[173.730642,52.472113],[173.713064,52.450588],[173.726085,52.422919],[173.733653,52.4112],[173.738943,52.394436],[173.742442,52.37641],[173.743419,52.361233],[173.660899,52.350653],[173.663585,52.356106],[173.664236,52.35871],[173.66505,52.360663],[173.668468,52.364325],[173.668468,52.371161],[173.656016,52.370063],[173.644542,52.371161],[173.634532,52.373969],[173.62672,52.377997],[173.627615,52.394599],[173.605317,52.396796],[173.500662,52.38703],[173.401703,52.396674],[173.388927,52.403795],[173.394054,52.419582],[173.408458,52.430121],[173.431326,52.440497],[173.454275,52.447211],[173.469086,52.446845],[173.491466,52.442043],[173.510509,52.441596],[173.527843,52.445502],[173.544932,52.453681],[173.567068,52.471177],[173.575531,52.473578],[173.592784,52.474066],[173.599294,52.476386],[173.602306,52.481676],[173.609548,52.491278],[173.618663,52.498725],[173.624522,52.500718],[173.631114,52.500434],[173.737478,52.51081],[173.767345,52.509426],[173.79127,52.501532]]],[[[-171.222157,52.46308],[-171.276845,52.453681],[-171.311635,52.46426],[-171.314646,52.48843],[-171.293568,52.514106],[-171.256418,52.529446],[-171.221669,52.51081],[-171.207631,52.498725],[-171.211659,52.484442],[-171.216013,52.47724],[-171.218088,52.469387],[-171.222157,52.46308]]],[[[-170.597849,52.611396],[-170.621938,52.593899],[-170.645457,52.587104],[-170.670847,52.589016],[-170.700876,52.597724],[-170.752797,52.574286],[-170.769154,52.562934],[-170.786082,52.547512],[-170.797841,52.540269],[-170.81078,52.542914],[-170.831248,52.556708],[-170.837392,52.549262],[-170.846669,52.584377],[-170.821238,52.616034],[-170.755483,52.659125],[-170.748647,52.66767],[-170.74706,52.674384],[-170.743723,52.678697],[-170.731923,52.680243],[-170.715077,52.680325],[-170.703481,52.681871],[-170.694081,52.686835],[-170.684071,52.696967],[-170.670481,52.700832],[-170.647084,52.699164],[-170.622304,52.693996],[-170.604644,52.687079],[-170.593455,52.685207],[-170.583119,52.682359],[-170.573354,52.678371],[-170.56371,52.672797],[-170.566111,52.662177],[-170.565907,52.656155],[-170.56725,52.650702],[-170.597849,52.611396]]],[[[174.164806,52.720933],[174.182302,52.706936],[174.09669,52.713772],[174.080333,52.717678],[174.083507,52.726508],[174.097667,52.735785],[174.113943,52.741034],[174.164806,52.720933]]],[[[-170.128123,52.727444],[-170.194407,52.727444],[-170.180247,52.766791],[-170.173289,52.775214],[-170.179677,52.780015],[-170.182444,52.78148],[-170.18696,52.78266],[-170.169016,52.789781],[-170.146555,52.791002],[-170.123647,52.788072],[-170.1044,52.78266],[-170.086252,52.77912],[-170.065785,52.771064],[-170.056101,52.760321],[-170.070261,52.748481],[-170.067209,52.744574],[-170.065745,52.741441],[-170.063425,52.73428],[-170.128123,52.727444]]],[[[-169.782908,52.892524],[-169.767527,52.884711],[-169.755483,52.884914],[-169.743357,52.887112],[-169.72761,52.885077],[-169.715891,52.879055],[-169.707224,52.872748],[-169.698557,52.86933],[-169.686635,52.872016],[-169.686635,52.866929],[-169.684763,52.864],[-169.681996,52.861477],[-169.67927,52.857733],[-169.683054,52.851996],[-169.693471,52.830471],[-169.67927,52.823635],[-169.692576,52.813788],[-169.706532,52.805569],[-169.713857,52.796129],[-169.707143,52.78266],[-169.723378,52.774482],[-169.737904,52.778306],[-169.76179,52.795722],[-169.781443,52.8039],[-169.864817,52.820868],[-169.877309,52.819525],[-169.914866,52.799384],[-169.922068,52.797553],[-169.939931,52.795722],[-169.957102,52.790351],[-169.964101,52.789496],[-169.970164,52.791653],[-169.978993,52.801011],[-170.000722,52.809516],[-170.011098,52.823635],[-170.011667,52.837714],[-169.973256,52.855658],[-169.964101,52.857733],[-169.922841,52.850898],[-169.899363,52.851793],[-169.887441,52.855292],[-169.86852,52.875149],[-169.85029,52.882514],[-169.802968,52.88227],[-169.782908,52.892524]]],[[[-170.030588,52.864569],[-170.056101,52.857082],[-170.090769,52.864569],[-170.104807,52.871161],[-170.117055,52.879218],[-170.124827,52.888617],[-170.125478,52.899359],[-170.117299,52.909654],[-170.10322,52.916327],[-170.086374,52.919501],[-170.070261,52.919176],[-170.014272,52.905829],[-169.994578,52.905585],[-170.011098,52.88227],[-170.030588,52.864569]]],[[[172.904063,53.001166],[172.911388,52.998603],[172.914236,52.992662],[172.91627,52.986233],[172.921072,52.981879],[172.934093,52.979885],[172.957286,52.979641],[172.969412,52.974433],[173.008067,52.989691],[173.027192,52.993598],[173.127208,52.99494],[173.143321,52.990383],[173.175059,52.971747],[173.184744,52.967597],[173.186046,52.961819],[173.171397,52.948635],[173.140147,52.926663],[173.151541,52.928778],[173.16033,52.92772],[173.165863,52.922756],[173.167491,52.913031],[173.222179,52.937323],[173.249848,52.944403],[173.256847,52.933498],[173.30128,52.925605],[173.32252,52.916002],[173.321788,52.902493],[173.309337,52.892768],[173.296397,52.885484],[173.263031,52.872016],[173.301524,52.85932],[173.351573,52.852484],[173.401866,52.851874],[173.441905,52.857733],[173.433116,52.838568],[173.418712,52.830756],[173.376638,52.830471],[173.337413,52.826239],[173.322032,52.820217],[173.321544,52.810858],[173.296153,52.829535],[173.281993,52.837388],[173.263031,52.844143],[173.241954,52.847113],[173.222667,52.843817],[173.206554,52.83393],[173.194835,52.816799],[173.18865,52.816799],[173.18865,52.823635],[173.181163,52.823635],[173.174327,52.809312],[173.18865,52.803168],[173.18865,52.795722],[173.163748,52.793524],[173.146495,52.788275],[173.131521,52.788642],[173.112804,52.803168],[173.094005,52.826565],[173.089366,52.830471],[173.077485,52.828315],[173.057872,52.818915],[173.04835,52.816799],[173.016612,52.802191],[172.981293,52.772773],[172.944347,52.749823],[172.907481,52.754706],[172.910818,52.760159],[172.912852,52.770087],[172.91212,52.780992],[172.907481,52.789496],[172.893809,52.796088],[172.880219,52.795315],[172.856212,52.789496],[172.849376,52.791815],[172.839366,52.801581],[172.832286,52.803168],[172.826996,52.799384],[172.821788,52.785631],[172.814626,52.78266],[172.801768,52.78441],[172.776622,52.792873],[172.763438,52.795722],[172.763438,52.803168],[172.776703,52.810981],[172.783214,52.822821],[172.790782,52.850898],[172.808767,52.877509],[172.811046,52.887926],[172.797618,52.892524],[172.787852,52.890815],[172.756033,52.878241],[172.744477,52.877102],[172.708181,52.878241],[172.640391,52.868801],[172.62615,52.872016],[172.63559,52.87934],[172.660411,52.913031],[172.652843,52.924384],[172.639903,52.928046],[172.605154,52.926663],[172.547618,52.912909],[172.534028,52.916083],[172.520193,52.922593],[172.491873,52.920111],[172.476085,52.926663],[172.551117,52.967597],[172.557384,52.96015],[172.576915,52.977973],[172.660411,53.008612],[172.730805,53.000393],[172.746755,53.004869],[172.762869,53.014146],[172.781098,53.01553],[172.904063,53.001166]]],[[[-169.71935,52.950141],[-169.748118,52.946519],[-169.741933,52.96015],[-169.760487,52.968695],[-169.758005,52.982733],[-169.749867,52.998481],[-169.753285,53.024807],[-169.734242,53.032904],[-169.709421,53.036526],[-169.693471,53.035875],[-169.680735,53.033189],[-169.673207,53.025214],[-169.669138,53.013861],[-169.666208,53.001166],[-169.68635,52.989],[-169.701405,52.968207],[-169.71935,52.950141]]],[[[-168.00829,53.570299],[-167.95991,53.537787],[-167.934682,53.52676],[-167.90156,53.522528],[-167.837392,53.525458],[-167.806996,53.520087],[-167.794789,53.502021],[-167.808095,53.477932],[-167.852976,53.447252],[-167.871165,53.426947],[-167.861684,53.421454],[-167.853871,53.413642],[-167.851308,53.403876],[-167.857493,53.392768],[-167.850046,53.385403],[-167.875559,53.371894],[-167.937734,53.348456],[-167.96642,53.344428],[-167.988108,53.338568],[-168.138173,53.273261],[-168.172231,53.265041],[-168.225779,53.259711],[-168.256459,53.250312],[-168.271189,53.248196],[-168.287587,53.242987],[-168.311716,53.220038],[-168.329213,53.214667],[-168.325429,53.204779],[-168.322987,53.200995],[-168.340199,53.189399],[-168.349436,53.172431],[-168.35912,53.161078],[-168.377634,53.166205],[-168.376576,53.140204],[-168.390696,53.124701],[-168.412099,53.112616],[-168.432851,53.097357],[-168.466054,53.056627],[-168.489939,53.04206],[-168.515452,53.050198],[-168.531199,53.034613],[-168.584055,53.030463],[-168.607289,53.018866],[-168.62621,53.00495],[-168.67158,52.982367],[-168.686106,52.967597],[-168.681467,52.96308],[-168.679311,52.96015],[-168.751291,52.96015],[-168.774526,52.956366],[-168.778635,52.947333],[-168.769887,52.936265],[-168.754384,52.926663],[-168.766062,52.913886],[-168.780385,52.913642],[-168.7954,52.92182],[-168.809031,52.933498],[-168.818349,52.919623],[-168.831776,52.918524],[-168.846628,52.9206],[-168.860219,52.916083],[-168.885732,52.896186],[-168.900828,52.888251],[-168.934682,52.882636],[-168.988393,52.864569],[-169.024241,52.859565],[-169.039906,52.853664],[-169.035593,52.844143],[-169.035593,52.837307],[-169.111277,52.823635],[-169.095326,52.834906],[-169.077219,52.837592],[-169.060862,52.841783],[-169.049875,52.857733],[-169.053171,52.859809],[-169.053822,52.860338],[-169.054067,52.861314],[-169.05602,52.864569],[-168.996571,52.871527],[-168.980946,52.878241],[-168.970448,52.894721],[-168.967885,52.927191],[-168.952992,52.940334],[-168.930247,52.944281],[-168.910105,52.940619],[-168.890981,52.940334],[-168.871083,52.954006],[-168.863271,52.971584],[-168.862009,53.006903],[-168.850575,53.022203],[-168.828928,53.016099],[-168.808054,53.028388],[-168.772084,53.066962],[-168.768625,53.081448],[-168.794504,53.115546],[-168.795969,53.138332],[-168.788523,53.15233],[-168.775339,53.170803],[-168.759511,53.186713],[-168.727406,53.199286],[-168.697825,53.2237],[-168.686106,53.228339],[-168.637563,53.250474],[-168.630849,53.258734],[-168.623362,53.274237],[-168.605702,53.275133],[-168.569447,53.261786],[-168.550486,53.252427],[-168.541331,53.249335],[-168.528188,53.248196],[-168.520823,53.251288],[-168.501536,53.265448],[-168.482411,53.270494],[-168.473744,53.274237],[-168.464304,53.276801],[-168.453359,53.275458],[-168.447865,53.270819],[-168.438914,53.254706],[-168.432851,53.248196],[-168.404368,53.257961],[-168.379465,53.260972],[-168.360789,53.271308],[-168.350942,53.302802],[-168.362294,53.297309],[-168.371531,53.298326],[-168.375478,53.305162],[-168.370798,53.317084],[-168.386098,53.322577],[-168.417795,53.326239],[-168.432851,53.330064],[-168.432851,53.337592],[-168.419749,53.342719],[-168.406199,53.353664],[-168.395701,53.366848],[-168.391916,53.378485],[-168.396962,53.396674],[-168.404042,53.403225],[-168.406565,53.409491],[-168.398142,53.426947],[-168.373606,53.46015],[-168.364613,53.467922],[-168.349721,53.473822],[-168.314565,53.482001],[-168.270701,53.513861],[-168.236806,53.530097],[-168.199818,53.540229],[-168.125478,53.546698],[-168.107004,53.551703],[-168.093373,53.55976],[-168.07787,53.563381],[-168.028879,53.560492],[-168.00829,53.570299]]],[[[-166.089182,53.844672],[-166.099192,53.83393],[-166.102773,53.831],[-166.112904,53.830308],[-166.120961,53.826483],[-166.12682,53.81981],[-166.130116,53.810492],[-166.119618,53.802639],[-166.117177,53.793036],[-166.121205,53.783637],[-166.130116,53.776353],[-166.14448,53.772528],[-166.174265,53.776313],[-166.191599,53.776353],[-166.176707,53.757636],[-166.17158,53.74787],[-166.174794,53.738511],[-166.184519,53.733873],[-166.226308,53.727973],[-166.222117,53.722846],[-166.212636,53.708075],[-166.2329,53.716783],[-166.271921,53.743354],[-166.290883,53.749091],[-166.297841,53.760199],[-166.299265,53.781684],[-166.290517,53.795356],[-166.267283,53.783149],[-166.267527,53.79682],[-166.262034,53.803209],[-166.253245,53.807318],[-166.243398,53.81391],[-166.237864,53.815253],[-166.236806,53.806138],[-166.23998,53.783149],[-166.232533,53.783149],[-166.212351,53.822943],[-166.197825,53.837104],[-166.177927,53.831],[-166.169749,53.842963],[-166.160837,53.843573],[-166.150258,53.839586],[-166.136952,53.837836],[-166.124582,53.841213],[-166.116038,53.845771],[-166.105946,53.848049],[-166.089182,53.844672]]],[[[-166.111521,53.956],[-166.15392,53.955308],[-166.169057,53.956773],[-166.191274,53.964911],[-166.196116,53.981024],[-166.189158,53.989691],[-166.180287,53.989814],[-166.156565,53.993598],[-166.115793,53.988674],[-166.094553,53.980658],[-166.087758,53.977932],[-166.079539,53.970893],[-166.088979,53.961656],[-166.111521,53.956]]],[[[-166.746449,53.975002],[-166.731028,53.974107],[-166.71935,53.984565],[-166.709462,53.998481],[-166.69929,54.00849],[-166.668324,54.013577],[-166.634592,54.004584],[-166.605702,53.985785],[-166.589426,53.961371],[-166.612742,53.955512],[-166.625071,53.95067],[-166.630442,53.943996],[-166.631337,53.939032],[-166.63561,53.929389],[-166.636586,53.923489],[-166.634592,53.91706],[-166.630198,53.910468],[-166.625681,53.906073],[-166.623606,53.906155],[-166.636098,53.876532],[-166.633494,53.871975],[-166.6197,53.87519],[-166.608144,53.881293],[-166.596425,53.884508],[-166.58198,53.879381],[-166.606679,53.844794],[-166.609934,53.831],[-166.586985,53.839301],[-166.489491,53.900092],[-166.475331,53.899075],[-166.459096,53.885565],[-166.4558,53.896145],[-166.438588,53.926581],[-166.439565,53.928127],[-166.439768,53.941718],[-166.438588,53.947089],[-166.422719,53.951158],[-166.41808,53.953843],[-166.409861,53.98017],[-166.403879,53.989244],[-166.370351,54.00849],[-166.360178,53.992825],[-166.36913,53.973822],[-166.373402,53.956773],[-166.349233,53.947089],[-166.326039,53.952867],[-166.300242,53.966132],[-166.276723,53.974921],[-166.260487,53.967597],[-166.254221,53.951402],[-166.250966,53.936591],[-166.254221,53.923489],[-166.267283,53.912909],[-166.253285,53.91352],[-166.241038,53.919013],[-166.218861,53.934027],[-166.218739,53.918606],[-166.224924,53.905463],[-166.235056,53.894477],[-166.246816,53.885565],[-166.26655,53.874335],[-166.283925,53.868964],[-166.301707,53.868476],[-166.322499,53.871975],[-166.327748,53.876532],[-166.331492,53.883612],[-166.336537,53.887437],[-166.345815,53.882514],[-166.349477,53.875922],[-166.352976,53.858344],[-166.356679,53.851508],[-166.374338,53.842108],[-166.414296,53.837958],[-166.431752,53.831],[-166.418406,53.815416],[-166.411326,53.810492],[-166.424184,53.804755],[-166.521596,53.789008],[-166.541615,53.790025],[-166.517812,53.780585],[-166.506703,53.777899],[-166.493235,53.776353],[-166.493235,53.769517],[-166.520701,53.764594],[-166.540883,53.751776],[-166.575144,53.714301],[-166.559519,53.715644],[-166.550893,53.710598],[-166.549306,53.700588],[-166.554677,53.686998],[-166.540639,53.695136],[-166.521596,53.721422],[-166.513743,53.727973],[-166.498402,53.722846],[-166.487986,53.69481],[-166.47643,53.697577],[-166.473215,53.702948],[-166.472157,53.709947],[-166.472727,53.724555],[-166.471303,53.733954],[-166.467519,53.738023],[-166.462026,53.740546],[-166.455678,53.745347],[-166.440378,53.754462],[-166.420277,53.758734],[-166.404978,53.755316],[-166.403879,53.741645],[-166.39387,53.740627],[-166.386179,53.736721],[-166.380483,53.730129],[-166.376536,53.721137],[-166.3697,53.734849],[-166.368276,53.758734],[-166.359812,53.772935],[-166.346181,53.782701],[-166.334096,53.782416],[-166.323679,53.774726],[-166.315134,53.762112],[-166.314443,53.748033],[-166.319773,53.737291],[-166.317576,53.730414],[-166.294301,53.727973],[-166.278147,53.723863],[-166.275217,53.71369],[-166.276682,53.700385],[-166.273508,53.686998],[-166.289499,53.679918],[-166.331288,53.674018],[-166.407786,53.672675],[-166.424998,53.66649],[-166.409413,53.655707],[-166.403879,53.652818],[-166.427602,53.651109],[-166.449208,53.6435],[-166.470408,53.638739],[-166.493235,53.646064],[-166.547231,53.625922],[-166.562123,53.618109],[-166.546254,53.615383],[-166.534535,53.608954],[-166.526438,53.598782],[-166.521189,53.584621],[-166.549509,53.60106],[-166.575795,53.593695],[-166.593373,53.569566],[-166.595652,53.5362],[-166.608632,53.555121],[-166.66454,53.598212],[-166.665883,53.581732],[-166.642893,53.550035],[-166.636586,53.532782],[-166.64741,53.52912],[-166.712961,53.549791],[-166.708445,53.536282],[-166.696523,53.530341],[-166.68163,53.526557],[-166.667958,53.519436],[-166.656361,53.502387],[-166.659169,53.490912],[-166.671498,53.488471],[-166.697825,53.505316],[-166.707712,53.508246],[-166.729685,53.508857],[-166.734364,53.511542],[-166.742624,53.524726],[-166.746449,53.529364],[-166.771555,53.548163],[-166.794871,53.570299],[-166.809153,53.556627],[-166.800282,53.546088],[-166.781239,53.508857],[-166.7506,53.479193],[-166.746449,53.467922],[-166.752187,53.450873],[-166.764475,53.449123],[-166.794871,53.461086],[-166.800282,53.464748],[-166.801829,53.46898],[-166.805002,53.471015],[-166.815378,53.467922],[-166.816111,53.464423],[-166.825022,53.445868],[-166.82905,53.439927],[-166.868845,53.47602],[-166.87682,53.481513],[-166.893056,53.475979],[-166.90449,53.446845],[-166.917795,53.439927],[-166.930409,53.445136],[-166.934519,53.455797],[-166.938914,53.463813],[-166.952504,53.461086],[-166.960317,53.451483],[-166.963206,53.439521],[-166.969187,53.429674],[-166.986684,53.426947],[-166.984364,53.431342],[-166.979237,53.447414],[-167.007395,53.452582],[-167.068349,53.426988],[-167.099965,53.419501],[-167.120554,53.418524],[-167.136667,53.41592],[-167.212229,53.387519],[-167.242991,53.383205],[-167.27363,53.373847],[-167.291737,53.371649],[-167.299184,53.365912],[-167.312856,53.33869],[-167.321848,53.330064],[-167.391347,53.344428],[-167.407297,53.340562],[-167.439036,53.325263],[-167.458974,53.32392],[-167.455027,53.313463],[-167.45283,53.309638],[-167.46935,53.304511],[-167.48054,53.295844],[-167.5006,53.275458],[-167.502675,53.270413],[-167.504262,53.263414],[-167.508249,53.259914],[-167.527089,53.272203],[-167.536448,53.275133],[-167.559275,53.275458],[-167.592112,53.280951],[-167.606068,53.280707],[-167.620066,53.27204],[-167.625803,53.265692],[-167.627878,53.262641],[-167.630483,53.260199],[-167.66511,53.241929],[-167.672312,53.261623],[-167.697133,53.270941],[-167.753855,53.275458],[-167.780588,53.280707],[-167.802235,53.28913],[-167.809153,53.294135],[-167.811472,53.298529],[-167.815134,53.301581],[-167.834299,53.303127],[-167.840321,53.304267],[-167.845204,53.306342],[-167.850046,53.309638],[-167.718455,53.381293],[-167.702952,53.385403],[-167.6704,53.385443],[-167.654652,53.382554],[-167.641469,53.375067],[-167.638051,53.37816],[-167.594187,53.378607],[-167.592112,53.38231],[-167.596791,53.392768],[-167.570546,53.396308],[-167.51655,53.381415],[-167.486928,53.378485],[-167.495351,53.385199],[-167.513621,53.40644],[-167.513621,53.412665],[-167.504587,53.41413],[-167.499135,53.417548],[-167.494374,53.422024],[-167.474599,53.434027],[-167.458974,53.433743],[-167.440867,53.430406],[-167.408437,53.419257],[-167.390736,53.419501],[-167.395457,53.424058],[-167.400746,53.430732],[-167.404408,53.433743],[-167.378407,53.431952],[-167.34321,53.418769],[-167.321523,53.416449],[-167.33613,53.447414],[-167.3131,53.441962],[-167.303578,53.445258],[-167.301951,53.455512],[-167.302602,53.47134],[-167.291615,53.47602],[-167.226267,53.461086],[-167.212758,53.461982],[-167.169626,53.470201],[-167.15864,53.477118],[-167.161488,53.482367],[-167.166575,53.497301],[-167.164784,53.495185],[-167.172475,53.510199],[-167.17748,53.516343],[-167.185292,53.522528],[-167.170155,53.523261],[-167.107289,53.514472],[-167.04308,53.517768],[-166.980051,53.528062],[-166.960032,53.5362],[-166.981882,53.544867],[-167.004099,53.543891],[-167.051869,53.5362],[-167.098134,53.539252],[-167.120676,53.545396],[-167.144358,53.556627],[-167.139638,53.559272],[-167.137278,53.561998],[-167.134958,53.565497],[-167.130076,53.570299],[-167.153635,53.581448],[-167.162058,53.602362],[-167.155385,53.622626],[-167.133778,53.631781],[-167.092722,53.628648],[-167.082875,53.625556],[-167.073354,53.618801],[-167.059763,53.603461],[-167.048166,53.598212],[-167.05016,53.601793],[-167.051584,53.602444],[-167.05309,53.602484],[-167.055531,53.604438],[-167.048166,53.611274],[-167.053578,53.627509],[-167.03779,53.62873],[-166.99352,53.618109],[-167.006825,53.637274],[-167.044911,53.652737],[-167.062367,53.66649],[-167.064646,53.682685],[-167.050649,53.695868],[-167.028025,53.704779],[-166.946523,53.715766],[-166.916371,53.715725],[-166.894154,53.704332],[-166.870432,53.673896],[-166.864939,53.657172],[-166.863149,53.631781],[-166.856313,53.631781],[-166.853586,53.640815],[-166.850168,53.647854],[-166.842641,53.659654],[-166.830759,53.652899],[-166.801707,53.631781],[-166.827097,53.690863],[-166.82905,53.708075],[-166.786733,53.691962],[-166.766916,53.690863],[-166.746449,53.700629],[-166.757639,53.699693],[-166.768422,53.700873],[-166.778513,53.703762],[-166.787465,53.708075],[-166.768137,53.714545],[-166.724802,53.714097],[-166.705515,53.721137],[-166.733998,53.726467],[-166.807688,53.72956],[-166.883982,53.755276],[-166.89863,53.756903],[-166.938303,53.769517],[-166.968617,53.77261],[-166.990549,53.767035],[-167.011301,53.759223],[-167.038197,53.755276],[-167.103383,53.803656],[-167.100819,53.805569],[-167.097605,53.811754],[-167.09553,53.819037],[-167.096547,53.824164],[-167.101999,53.825629],[-167.117543,53.823676],[-167.130076,53.824693],[-167.145253,53.822903],[-167.151112,53.824164],[-167.156199,53.829779],[-167.158152,53.84219],[-167.161366,53.84809],[-167.163401,53.857367],[-167.151926,53.86225],[-167.137278,53.86518],[-167.130076,53.868557],[-167.12678,53.875067],[-167.103383,53.906155],[-167.086659,53.920315],[-167.049672,53.941636],[-167.031077,53.957668],[-167.021596,53.961249],[-166.9829,53.953843],[-166.972646,53.956732],[-166.938303,53.975002],[-166.916208,53.979885],[-166.895253,53.980902],[-166.875315,53.9772],[-166.856313,53.967597],[-166.831858,53.982123],[-166.779001,54.002753],[-166.753896,54.016018],[-166.741892,54.005439],[-166.746449,53.994818],[-166.752878,53.984442],[-166.746449,53.975002]]],[[[-165.252797,54.077704],[-165.247304,54.068183],[-165.245676,54.056952],[-165.261952,54.063178],[-165.271352,54.064683],[-165.280385,54.063788],[-165.284291,54.060126],[-165.292836,54.04682],[-165.294057,54.043891],[-165.30781,54.047838],[-165.326039,54.06684],[-165.33845,54.071234],[-165.387807,54.070136],[-165.422434,54.07746],[-165.465281,54.073879],[-165.485829,54.07746],[-165.376576,54.091051],[-165.266713,54.091051],[-165.259958,54.085395],[-165.252797,54.077704]]],[[[-164.937815,54.12519],[-164.932729,54.114],[-164.939931,54.099311],[-164.95287,54.085598],[-164.965077,54.07746],[-164.976023,54.075751],[-165.053822,54.07746],[-165.089182,54.070868],[-165.102244,54.071234],[-165.107737,54.073879],[-165.116322,54.082953],[-165.123036,54.084866],[-165.128529,54.083686],[-165.143259,54.07746],[-165.206776,54.085354],[-165.225779,54.091051],[-165.21935,54.10163],[-165.212595,54.109361],[-165.203684,54.114732],[-165.191029,54.118354],[-165.183217,54.118354],[-165.171254,54.113471],[-165.164377,54.112128],[-165.154978,54.115383],[-165.14094,54.129462],[-165.133005,54.132636],[-165.12621,54.130357],[-165.120473,54.125556],[-165.116892,54.120592],[-165.116526,54.118354],[-165.109446,54.119452],[-165.097401,54.124172],[-165.091746,54.12519],[-165.077382,54.123603],[-165.064158,54.119289],[-165.051829,54.112779],[-165.040151,54.104682],[-165.026845,54.111477],[-164.988596,54.123603],[-164.981068,54.130683],[-164.972524,54.12519],[-164.963857,54.13109],[-164.955068,54.133124],[-164.946156,54.13109],[-164.937815,54.12519]]],[[[-165.874867,54.174384],[-165.85436,54.16767],[-165.83137,54.171536],[-165.814809,54.187323],[-165.799875,54.173896],[-165.759714,54.163153],[-165.739084,54.153144],[-165.759511,54.144477],[-165.821645,54.139472],[-165.821645,54.132636],[-165.809926,54.132717],[-165.7801,54.12519],[-165.739084,54.12519],[-165.672109,54.128852],[-165.657175,54.12519],[-165.664622,54.118354],[-165.679514,54.099066],[-165.699534,54.08869],[-165.770619,54.070746],[-165.780995,54.070014],[-165.794301,54.071234],[-165.828928,54.082994],[-165.83906,54.084866],[-165.852244,54.0751],[-165.887318,54.036322],[-165.900746,54.033352],[-165.908559,54.044013],[-165.912465,54.05386],[-165.918202,54.060981],[-165.931508,54.063788],[-165.956899,54.060736],[-165.966135,54.062445],[-165.972483,54.071234],[-165.988718,54.059149],[-166.023183,54.045885],[-166.040761,54.036444],[-166.07551,54.063788],[-166.065989,54.077582],[-166.08019,54.09219],[-166.12267,54.118354],[-166.108998,54.132636],[-166.116444,54.139472],[-166.106435,54.149563],[-166.091664,54.171291],[-166.081736,54.180487],[-166.071238,54.185207],[-166.034535,54.194078],[-165.971384,54.219468],[-165.945505,54.222073],[-165.934153,54.220893],[-165.912099,54.215766],[-165.879628,54.213446],[-165.87678,54.209621],[-165.880686,54.202297],[-165.883738,54.19066],[-165.874867,54.174384]]],[[[-165.519032,54.270209],[-165.529897,54.260891],[-165.546254,54.252631],[-165.561594,54.242499],[-165.554758,54.235053],[-165.547922,54.239244],[-165.541086,54.242499],[-165.544911,54.227484],[-165.547312,54.222073],[-165.443837,54.200141],[-165.418202,54.20775],[-165.40453,54.19184],[-165.423899,54.183092],[-165.457346,54.179877],[-165.485829,54.180487],[-165.485829,54.173651],[-165.473988,54.16592],[-165.479685,54.162665],[-165.506337,54.159329],[-165.528554,54.148586],[-165.539906,54.145209],[-165.554758,54.145697],[-165.541086,54.139472],[-165.550852,54.122301],[-165.567942,54.112494],[-165.588816,54.110907],[-165.609975,54.118354],[-165.624867,54.132392],[-165.623891,54.145087],[-165.612375,54.158271],[-165.595693,54.173651],[-165.631785,54.189643],[-165.623484,54.200832],[-165.596018,54.21369],[-165.574574,54.235053],[-165.600697,54.242011],[-165.684438,54.235053],[-165.679799,54.248928],[-165.673573,54.262356],[-165.664255,54.27261],[-165.650339,54.276597],[-165.634836,54.276313],[-165.630686,54.279242],[-165.627065,54.296454],[-165.621571,54.296617],[-165.614207,54.292792],[-165.598459,54.287299],[-165.596873,54.280504],[-165.597239,54.273383],[-165.595693,54.269192],[-165.587229,54.266547],[-165.585032,54.268052],[-165.582875,54.272121],[-165.574574,54.276597],[-165.531199,54.294379],[-165.513173,54.297187],[-165.494333,54.296373],[-165.491282,54.289984],[-165.500844,54.283881],[-165.519968,54.283515],[-165.519032,54.270209]]],[[[-162.405141,54.39057],[-162.401601,54.385891],[-162.395741,54.385891],[-162.368113,54.392076],[-162.368113,54.385891],[-162.413197,54.371812],[-162.435414,54.372016],[-162.453806,54.382473],[-162.480173,54.401923],[-162.484812,54.406399],[-162.485422,54.413886],[-162.481516,54.419582],[-162.472239,54.422105],[-162.456899,54.420071],[-162.409128,54.406399],[-162.407338,54.397406],[-162.405141,54.39057]]],[[[-162.621409,54.454779],[-162.615427,54.454291],[-162.602122,54.456],[-162.594675,54.454779],[-162.594594,54.453111],[-162.5926,54.448717],[-162.58967,54.444037],[-162.587229,54.441107],[-162.587188,54.441107],[-162.549998,54.420071],[-162.546498,54.4147],[-162.545359,54.402981],[-162.546498,54.391262],[-162.549998,54.385891],[-162.655507,54.392076],[-162.646555,54.385688],[-162.63683,54.381415],[-162.62621,54.37934],[-162.614573,54.379096],[-162.614573,54.37226],[-162.63268,54.371894],[-162.647572,54.375434],[-162.676625,54.385891],[-162.728586,54.395819],[-162.754018,54.409573],[-162.78364,54.416409],[-162.796376,54.423489],[-162.841135,54.461005],[-162.821645,54.46247],[-162.822499,54.473822],[-162.829172,54.489081],[-162.827463,54.501939],[-162.813832,54.50434],[-162.79308,54.500312],[-162.758534,54.488267],[-162.734568,54.484565],[-162.690134,54.47134],[-162.656809,54.466783],[-162.621409,54.454779]]],[[[-159.527089,54.759467],[-159.547109,54.753892],[-159.569325,54.754584],[-159.589304,54.75967],[-159.593617,54.766832],[-159.590199,54.775784],[-159.592641,54.786607],[-159.596995,54.797105],[-159.602732,54.80508],[-159.604197,54.812323],[-159.597279,54.820217],[-159.585154,54.824205],[-159.571278,54.822252],[-159.558339,54.815253],[-159.545481,54.806138],[-159.525136,54.794379],[-159.521474,54.792263],[-159.521474,54.792222],[-159.515085,54.786933],[-159.512644,54.77851],[-159.51533,54.768744],[-159.527089,54.759467]]],[[[-133.515167,54.782457],[-133.521759,54.76675],[-133.529246,54.768337],[-133.543975,54.779446],[-133.546091,54.78502],[-133.543772,54.794053],[-133.543568,54.799587],[-133.545725,54.801825],[-133.545033,54.805447],[-133.545155,54.816026],[-133.543528,54.822292],[-133.544749,54.831692],[-133.537831,54.834988],[-133.529815,54.831041],[-133.520579,54.820258],[-133.520334,54.814195],[-133.520334,54.814114],[-133.520131,54.808214],[-133.515777,54.796861],[-133.515167,54.782457]]],[[[-132.73644,54.920315],[-132.725901,54.914862],[-132.71524,54.915229],[-132.704986,54.919867],[-132.695465,54.92772],[-132.685536,54.921129],[-132.674306,54.916815],[-132.66511,54.911933],[-132.661366,54.903551],[-132.655832,54.902167],[-132.643178,54.904731],[-132.629303,54.903998],[-132.620351,54.893012],[-132.615346,54.882473],[-132.616933,54.876166],[-132.623769,54.874823],[-132.634633,54.87934],[-132.635569,54.867499],[-132.630686,54.856269],[-132.62857,54.847846],[-132.637766,54.84455],[-132.651763,54.846381],[-132.663238,54.849311],[-132.674916,54.84984],[-132.68928,54.84455],[-132.675608,54.837388],[-132.669301,54.828559],[-132.662668,54.821031],[-132.647694,54.817857],[-132.637115,54.814032],[-132.626373,54.804755],[-132.617584,54.793443],[-132.612904,54.783759],[-132.6162,54.760199],[-132.636057,54.757473],[-132.66161,54.76789],[-132.681793,54.783759],[-132.684682,54.788764],[-132.68928,54.801825],[-132.692372,54.807318],[-132.698354,54.811672],[-132.71349,54.817084],[-132.719716,54.821275],[-132.722564,54.826565],[-132.727406,54.840399],[-132.730214,54.84455],[-132.736399,54.847317],[-132.749908,54.849189],[-132.757558,54.851996],[-132.771962,54.86225],[-132.776926,54.870063],[-132.779775,54.878241],[-132.788238,54.889594],[-132.794057,54.901923],[-132.788808,54.911038],[-132.782379,54.918891],[-132.78482,54.92772],[-132.778066,54.934556],[-132.77302,54.930243],[-132.757558,54.920315],[-132.750559,54.931098],[-132.738149,54.93537],[-132.7235,54.937242],[-132.709788,54.940823],[-132.713735,54.933051],[-132.719797,54.926947],[-132.727447,54.922675],[-132.73644,54.920315]]],[[[-159.284535,54.940823],[-159.268992,54.929633],[-159.24767,54.930162],[-159.226877,54.93358],[-159.212595,54.931138],[-159.208811,54.918524],[-159.219472,54.906806],[-159.246409,54.889594],[-159.28661,54.871731],[-159.31782,54.884711],[-159.326161,54.907864],[-159.298207,54.920315],[-159.306956,54.929633],[-159.317738,54.933783],[-159.32905,54.93476],[-159.339182,54.934556],[-159.322255,54.938381],[-159.306996,54.946234],[-159.292348,54.951728],[-159.277089,54.948188],[-159.284535,54.940823]]],[[[-162.278757,54.851996],[-162.309031,54.837348],[-162.342152,54.839545],[-162.374379,54.853095],[-162.401601,54.872504],[-162.424184,54.897935],[-162.434153,54.914374],[-162.436391,54.92772],[-162.426707,54.938666],[-162.374949,54.954413],[-162.34435,54.969794],[-162.302561,54.985663],[-162.262685,54.989203],[-162.237782,54.968085],[-162.233388,54.956977],[-162.230417,54.939154],[-162.229319,54.9206],[-162.230946,54.907294],[-162.239003,54.893988],[-162.278757,54.851996]]],[[[-131.241567,54.974595],[-131.237904,54.961127],[-131.237172,54.94953],[-131.243723,54.940823],[-131.243723,54.934556],[-131.211659,54.927232],[-131.197499,54.920315],[-131.194692,54.907294],[-131.203196,54.900702],[-131.239166,54.883002],[-131.250234,54.87934],[-131.285715,54.881781],[-131.299794,54.879218],[-131.314768,54.869452],[-131.331166,54.861233],[-131.350087,54.860907],[-131.369456,54.865668],[-131.387074,54.872504],[-131.387563,54.884223],[-131.426422,54.905829],[-131.441721,54.920315],[-131.46817,54.912421],[-131.482167,54.925605],[-131.478383,54.944729],[-131.451568,54.954413],[-131.430247,54.956],[-131.37149,54.966986],[-131.352284,54.975531],[-131.33019,54.961371],[-131.263824,54.996894],[-131.236236,54.995429],[-131.243723,54.989203],[-131.241567,54.974595]]],[[[-163.75654,55.06037],[-163.681752,55.044379],[-163.571645,55.057034],[-163.525706,55.04385],[-163.539133,55.043443],[-163.545725,55.037584],[-163.545888,55.028022],[-163.539988,55.016547],[-163.531239,55.009711],[-163.508494,55.002021],[-163.479604,54.984931],[-163.461415,54.970771],[-163.444814,54.953681],[-163.430735,54.934556],[-163.423166,54.912014],[-163.421132,54.865912],[-163.412709,54.848334],[-163.373036,54.79267],[-163.35436,54.776923],[-163.328847,54.765692],[-163.303334,54.761786],[-163.233103,54.763495],[-163.223378,54.766425],[-163.216054,54.771918],[-163.207631,54.780341],[-163.198842,54.783881],[-163.188344,54.782294],[-163.177113,54.778795],[-163.166697,54.776923],[-163.144154,54.770331],[-163.128855,54.754136],[-163.107981,54.71483],[-163.09968,54.704739],[-163.09081,54.698472],[-163.082021,54.693671],[-163.073842,54.687567],[-163.067738,54.68358],[-163.056101,54.673896],[-163.050649,54.66413],[-163.063303,54.659613],[-163.155507,54.666205],[-163.170033,54.673896],[-163.154856,54.675686],[-163.114817,54.687567],[-163.127065,54.695502],[-163.140126,54.699856],[-163.154368,54.701402],[-163.170033,54.701239],[-163.185251,54.697496],[-163.21581,54.683295],[-163.228098,54.68008],[-163.238474,54.683051],[-163.247751,54.689887],[-163.261912,54.704657],[-163.272288,54.709133],[-163.299184,54.709906],[-163.313466,54.71483],[-163.347768,54.752265],[-163.369496,54.764553],[-163.402699,54.747138],[-163.417551,54.741767],[-163.431101,54.735012],[-163.43696,54.725084],[-163.429555,54.692125],[-163.430735,54.68008],[-163.449167,54.66352],[-163.506663,54.655748],[-163.51887,54.636379],[-163.533884,54.635321],[-163.622548,54.611802],[-163.67809,54.61636],[-163.789866,54.637926],[-164.13268,54.623236],[-164.183054,54.610256],[-164.218373,54.598131],[-164.329701,54.534817],[-164.334462,54.526801],[-164.332834,54.51557],[-164.330068,54.509589],[-164.329539,54.502509],[-164.334462,54.488267],[-164.361318,54.458482],[-164.405588,54.435981],[-164.457102,54.421047],[-164.505808,54.413804],[-164.573313,54.413398],[-164.608713,54.408922],[-164.633046,54.395819],[-164.652577,54.391995],[-164.802317,54.404039],[-164.825999,54.411322],[-164.845286,54.423489],[-164.873036,54.457221],[-164.88915,54.470933],[-164.909861,54.475287],[-164.904286,54.496649],[-164.912546,54.508734],[-164.924753,54.516913],[-164.930979,54.526801],[-164.933665,54.542955],[-164.940419,54.558661],[-164.958241,54.58515],[-164.938303,54.598863],[-164.90925,54.612128],[-164.879099,54.622138],[-164.796824,54.634467],[-164.739207,54.652777],[-164.700673,54.67829],[-164.569529,54.836982],[-164.557607,54.84455],[-164.547353,54.882758],[-164.541819,54.887437],[-164.477528,54.918891],[-164.453196,54.924994],[-164.399648,54.92772],[-164.378163,54.922838],[-164.336008,54.900051],[-164.313954,54.893012],[-164.225087,54.894721],[-164.212961,54.899888],[-164.210927,54.908433],[-164.224599,54.920315],[-164.190663,54.942125],[-164.15685,54.956977],[-164.119374,54.965399],[-164.05073,54.971137],[-164.026438,54.978339],[-163.985666,54.995429],[-163.937001,55.02912],[-163.916737,55.036363],[-163.823964,55.04385],[-163.803212,55.048041],[-163.780588,55.055854],[-163.75654,55.06037]]],[[[-159.355051,55.037299],[-159.36323,55.036322],[-159.373606,55.036363],[-159.383168,55.034369],[-159.391347,55.029853],[-159.394724,55.025377],[-159.390085,55.023383],[-159.379221,55.017076],[-159.36323,55.002672],[-159.339182,54.975531],[-159.401072,54.950344],[-159.434316,54.94184],[-159.462717,54.948188],[-159.451487,54.956488],[-159.452219,54.96601],[-159.45637,54.975002],[-159.455271,54.981757],[-159.445668,54.985053],[-159.421457,54.981879],[-159.40807,54.981757],[-159.413075,54.991848],[-159.424794,55.030219],[-159.439076,55.028713],[-159.483144,55.016547],[-159.459828,55.038153],[-159.454294,55.04975],[-159.462717,55.058051],[-159.462717,55.064276],[-159.444163,55.060981],[-159.364491,55.057563],[-159.354482,55.054755],[-159.345408,55.050686],[-159.34911,55.041449],[-159.355051,55.037299]]],[[[-131.189992,55.048337],[-131.2162,55.048024],[-131.254895,55.069237],[-131.244148,55.092744],[-131.203972,55.109933],[-131.18915,55.103431],[-131.188079,55.075074],[-131.189992,55.048337]]],[[[-161.730662,55.160549],[-161.730214,55.155911],[-161.731638,55.154486],[-161.734446,55.154364],[-161.738149,55.153713],[-161.713124,55.143988],[-161.660837,55.130683],[-161.641306,55.119534],[-161.652781,55.106269],[-161.68578,55.090399],[-161.696523,55.071112],[-161.711863,55.079006],[-161.724721,55.074286],[-161.737253,55.064765],[-161.751169,55.058051],[-161.770497,55.059027],[-161.784535,55.066799],[-161.797434,55.077053],[-161.813222,55.085395],[-161.806874,55.095649],[-161.77538,55.122626],[-161.771677,55.134345],[-161.783193,55.144924],[-161.813222,55.160549],[-161.809031,55.145006],[-161.812205,55.129788],[-161.826283,55.099066],[-161.840321,55.111762],[-161.871938,55.121405],[-161.893137,55.133938],[-161.900624,55.13349],[-161.906077,55.134589],[-161.908193,55.143459],[-161.906077,55.154853],[-161.900136,55.158026],[-161.891672,55.158149],[-161.843821,55.171332],[-161.730662,55.160549]]],[[[-132.791575,55.173082],[-132.741607,55.149115],[-132.722768,55.133205],[-132.668202,55.050686],[-132.682688,55.034369],[-132.750722,54.995429],[-132.758697,55.008368],[-132.768178,55.018744],[-132.791656,55.036363],[-132.791575,55.013617],[-132.8155,55.015692],[-132.873647,55.036363],[-132.861643,55.045478],[-132.832265,55.048814],[-132.826487,55.054389],[-132.823394,55.065863],[-132.81607,55.074856],[-132.807037,55.081285],[-132.799143,55.085395],[-132.810658,55.090277],[-132.827219,55.094631],[-132.856557,55.099066],[-132.861806,55.104804],[-132.865387,55.117825],[-132.867421,55.131659],[-132.866851,55.14643],[-132.869211,55.153998],[-132.867421,55.160549],[-132.863108,55.162055],[-132.855946,55.161566],[-132.849273,55.163275],[-132.842681,55.179145],[-132.833852,55.186469],[-132.822662,55.190497],[-132.812164,55.188422],[-132.791575,55.173082]]],[[[-161.35436,55.221503],[-161.340321,55.21898],[-161.338206,55.214057],[-161.341501,55.206773],[-161.338206,55.197903],[-161.333567,55.191474],[-161.331492,55.188056],[-161.33019,55.182034],[-161.330759,55.170356],[-161.341868,55.162746],[-161.360463,55.163031],[-161.369822,55.165351],[-161.42219,55.185452],[-161.439687,55.197333],[-161.437449,55.204901],[-161.427317,55.21369],[-161.411448,55.219468],[-161.372263,55.219143],[-161.35436,55.221503]]],[[[-159.524159,55.119534],[-159.522694,55.078803],[-159.524159,55.071112],[-159.494456,55.063137],[-159.48998,55.058051],[-159.493642,55.047593],[-159.504465,55.042467],[-159.517405,55.042426],[-159.527537,55.047268],[-159.549998,55.073798],[-159.562978,55.085435],[-159.578725,55.092231],[-159.582265,55.08161],[-159.583689,55.070868],[-159.582631,55.060492],[-159.578725,55.050686],[-159.593943,55.050727],[-159.620107,55.057034],[-159.633372,55.058051],[-159.639719,55.05386],[-159.643666,55.046617],[-159.647776,55.04328],[-159.65449,55.050686],[-159.65925,55.065131],[-159.654368,55.073391],[-159.633372,55.085395],[-159.627146,55.087633],[-159.621653,55.086371],[-159.616892,55.086371],[-159.612904,55.092231],[-159.611643,55.098944],[-159.613271,55.102973],[-159.617421,55.104804],[-159.623402,55.105292],[-159.645375,55.112698],[-159.65038,55.12637],[-159.640248,55.133938],[-159.5926,55.110175],[-159.577138,55.112006],[-159.57726,55.121731],[-159.599843,55.133205],[-159.585764,55.140937],[-159.551381,55.142157],[-159.544626,55.150295],[-159.552602,55.158922],[-159.591786,55.163764],[-159.606068,55.167914],[-159.582509,55.177151],[-159.584177,55.193183],[-159.589223,55.208401],[-159.575673,55.215155],[-159.562245,55.215481],[-159.557118,55.217027],[-159.553456,55.22134],[-159.544626,55.229397],[-159.540761,55.237616],[-159.539255,55.247138],[-159.53364,55.251044],[-159.517934,55.242418],[-159.520985,55.226386],[-159.530263,55.21662],[-159.54011,55.208686],[-159.544626,55.198065],[-159.538319,55.183539],[-159.524648,55.176174],[-159.511545,55.172919],[-159.507069,55.171088],[-159.512196,55.161322],[-159.524159,55.119534]]],[[[-133.062245,55.183824],[-133.065419,55.150295],[-133.055898,55.14411],[-133.011138,55.13231],[-132.997141,55.125718],[-132.994862,55.119289],[-132.993072,55.099799],[-132.990875,55.092231],[-132.956166,55.064276],[-132.984853,55.075995],[-133.019358,55.097235],[-133.05484,55.108954],[-133.086537,55.092231],[-132.997141,55.064276],[-132.997141,55.058051],[-133.032582,55.050279],[-133.045522,55.050686],[-133.045522,55.04385],[-133.014068,55.034573],[-132.983062,55.03205],[-132.95759,55.023342],[-132.942494,54.995429],[-132.941762,54.954413],[-132.942494,54.948188],[-132.932769,54.945502],[-132.906646,54.951361],[-132.894114,54.948188],[-132.901519,54.940823],[-132.893951,54.939154],[-132.891103,54.937567],[-132.887278,54.934556],[-132.892445,54.929511],[-132.901519,54.91352],[-132.860463,54.900336],[-132.843821,54.889106],[-132.839467,54.872504],[-132.824574,54.87519],[-132.815012,54.86758],[-132.814361,54.855455],[-132.826487,54.84455],[-132.812815,54.839993],[-132.784535,54.836859],[-132.77123,54.831529],[-132.762603,54.824449],[-132.758697,54.818183],[-132.75593,54.811591],[-132.750722,54.803656],[-132.722483,54.776557],[-132.725209,54.767401],[-132.750722,54.756415],[-132.743886,54.74901],[-132.751088,54.747016],[-132.753814,54.745429],[-132.757558,54.742174],[-132.705434,54.728827],[-132.688303,54.717963],[-132.702952,54.701239],[-132.671213,54.677314],[-132.686879,54.673977],[-132.724273,54.677436],[-132.757558,54.673896],[-132.768219,54.69302],[-132.793772,54.698065],[-132.842885,54.693793],[-132.843577,54.69831],[-132.852935,54.719143],[-132.863596,54.734524],[-132.86384,54.741604],[-132.856191,54.744696],[-132.839467,54.742174],[-132.938059,54.787746],[-132.956166,54.803656],[-132.943512,54.807074],[-132.925608,54.815334],[-132.911,54.826402],[-132.908355,54.838324],[-132.921702,54.845201],[-132.94225,54.842027],[-132.980377,54.831529],[-132.998769,54.837958],[-133.007069,54.866116],[-133.021352,54.872504],[-133.037099,54.877387],[-133.049143,54.888902],[-133.051503,54.902493],[-133.038075,54.91352],[-133.053293,54.917792],[-133.068715,54.919745],[-133.100738,54.920315],[-133.100738,54.92772],[-133.075836,54.932196],[-133.06371,54.935736],[-133.058583,54.940823],[-133.064565,54.947089],[-133.078359,54.949286],[-133.107004,54.948188],[-133.132802,54.943345],[-133.139068,54.945258],[-133.147939,54.954413],[-133.144195,54.955512],[-133.141265,54.96308],[-133.143463,54.97309],[-133.154775,54.981757],[-133.134836,54.997504],[-133.153472,55.021186],[-133.203236,55.058051],[-133.19929,55.065253],[-133.203725,55.075141],[-133.211293,55.086819],[-133.216868,55.099066],[-133.168365,55.096381],[-133.120676,55.099066],[-133.139312,55.115668],[-133.189361,55.121731],[-133.203236,55.133205],[-133.182118,55.133205],[-133.216868,55.153713],[-133.2058,55.155829],[-133.182118,55.153225],[-133.168446,55.153713],[-133.177642,55.164293],[-133.187001,55.172024],[-133.199208,55.175605],[-133.216868,55.17414],[-133.216868,55.180976],[-133.154775,55.194648],[-133.188873,55.213772],[-133.194,55.222235],[-133.182118,55.235582],[-133.166127,55.243109],[-133.143463,55.248847],[-133.121409,55.251288],[-133.107004,55.248684],[-133.096547,55.2331],[-133.102203,55.220282],[-133.104237,55.211575],[-133.082834,55.208319],[-133.066762,55.200914],[-133.062245,55.183824]]],[[[-161.564076,55.207913],[-161.574086,55.207017],[-161.592641,55.207506],[-161.637196,55.193549],[-161.645334,55.194525],[-161.664174,55.198676],[-161.676869,55.200181],[-161.691721,55.211615],[-161.683339,55.230902],[-161.658884,55.242377],[-161.612416,55.245103],[-161.559031,55.254462],[-161.548573,55.252834],[-161.544016,55.240627],[-161.557444,55.215766],[-161.564076,55.207913]]],[[[-131.352284,55.122626],[-131.35558,55.114814],[-131.361928,55.106187],[-131.366119,55.097398],[-131.363189,55.088813],[-131.348785,55.077948],[-131.345082,55.07099],[-131.34553,55.058051],[-131.357045,55.032538],[-131.378,55.01789],[-131.404286,55.011298],[-131.471832,55.004828],[-131.479563,55.006293],[-131.485341,55.017035],[-131.484446,55.026109],[-131.48176,55.034654],[-131.482655,55.04385],[-131.493764,55.057278],[-131.513743,55.074164],[-131.534495,55.087104],[-131.547841,55.088813],[-131.549794,55.076361],[-131.536692,55.064439],[-131.524973,55.049994],[-131.531117,55.030219],[-131.539296,55.02261],[-131.550201,55.014716],[-131.572011,55.002875],[-131.575266,55.000434],[-131.578114,54.997504],[-131.582997,54.995347],[-131.592519,54.995429],[-131.598988,54.998196],[-131.603342,55.003079],[-131.606557,55.007717],[-131.609609,55.009711],[-131.624501,55.017401],[-131.618398,55.035224],[-131.581044,55.090074],[-131.58373,55.095771],[-131.599355,55.099066],[-131.582875,55.125556],[-131.56428,55.126288],[-131.54426,55.118557],[-131.52359,55.119534],[-131.517242,55.134182],[-131.531484,55.15176],[-131.553944,55.166897],[-131.572011,55.17414],[-131.568186,55.177395],[-131.56192,55.185126],[-131.55842,55.188422],[-131.572174,55.196845],[-131.581695,55.206285],[-131.586537,55.218655],[-131.586334,55.235582],[-131.581288,55.253363],[-131.572987,55.260484],[-131.560862,55.263821],[-131.544097,55.270413],[-131.551584,55.276557],[-131.531239,55.274237],[-131.50357,55.264797],[-131.479237,55.252631],[-131.451283,55.223782],[-131.395579,55.215399],[-131.372792,55.201483],[-131.376943,55.182847],[-131.36913,55.163723],[-131.357981,55.143704],[-131.352284,55.122626]]],[[[-159.921986,55.22191],[-159.904408,55.207465],[-159.916941,55.156928],[-159.901479,55.140082],[-159.886952,55.149115],[-159.875111,55.172675],[-159.857533,55.190253],[-159.825795,55.180976],[-159.832875,55.171617],[-159.839304,55.145168],[-159.846262,55.133205],[-159.848256,55.134426],[-159.874216,55.125718],[-159.876536,55.120795],[-159.875234,55.115058],[-159.874867,55.109565],[-159.87975,55.105292],[-159.89741,55.104885],[-159.90925,55.114814],[-159.920155,55.127021],[-159.935007,55.133205],[-159.949452,55.128892],[-159.967885,55.106757],[-159.982859,55.099066],[-159.955881,55.081488],[-159.946116,55.069648],[-159.959543,55.064276],[-160.012644,55.071357],[-160.031239,55.071112],[-160.017283,55.052883],[-160.017039,55.045315],[-160.045522,55.030219],[-160.083689,54.995836],[-160.129832,54.965969],[-160.155385,54.940823],[-160.183298,54.918931],[-160.19636,54.905219],[-160.208445,54.873847],[-160.222727,54.876125],[-160.23705,54.888577],[-160.24352,54.903551],[-160.240224,54.927069],[-160.230295,54.934475],[-160.213328,54.937649],[-160.188914,54.948188],[-160.144521,55.006293],[-160.130686,55.015692],[-160.114817,55.02383],[-160.100819,55.034247],[-160.092722,55.050686],[-160.174631,55.058051],[-160.174631,55.064276],[-160.161977,55.069037],[-160.148549,55.07099],[-160.119985,55.071112],[-160.125193,55.082465],[-160.134145,55.091254],[-160.145619,55.096991],[-160.17394,55.103217],[-160.189198,55.112372],[-160.194814,55.121527],[-160.181752,55.125718],[-160.152903,55.121649],[-160.100657,55.10342],[-160.072214,55.099066],[-160.084096,55.115302],[-160.113474,55.139309],[-160.127431,55.153713],[-160.110585,55.160834],[-160.094309,55.156928],[-160.079905,55.14704],[-160.068796,55.136664],[-160.064076,55.128852],[-160.063588,55.123521],[-160.060658,55.12051],[-160.039784,55.118476],[-160.031565,55.115546],[-160.024037,55.111029],[-160.017568,55.105292],[-160.013987,55.108059],[-160.010203,55.111762],[-160.003896,55.119534],[-160.019154,55.133734],[-160.056101,55.181383],[-160.065378,55.201483],[-159.981272,55.177883],[-159.953603,55.175849],[-159.976633,55.208319],[-159.964833,55.210517],[-159.954091,55.209703],[-159.943349,55.210761],[-159.93163,55.218573],[-159.930653,55.226142],[-159.93696,55.235256],[-159.944814,55.244452],[-159.948679,55.252387],[-159.939687,55.256008],[-159.898671,55.285346],[-159.887278,55.297065],[-159.876902,55.287584],[-159.874216,55.284003],[-159.86498,55.251166],[-159.875111,55.238837],[-159.896718,55.233629],[-159.921986,55.22191]]],[[[-133.285268,55.317939],[-133.291575,55.300849],[-133.319244,55.270413],[-133.291371,55.262926],[-133.280385,55.282131],[-133.259633,55.281562],[-133.234242,55.273627],[-133.209381,55.270413],[-133.226633,55.252875],[-133.233754,55.242255],[-133.240142,55.220364],[-133.248891,55.216498],[-133.272084,55.215155],[-133.306549,55.203111],[-133.316151,55.201483],[-133.32844,55.202948],[-133.33434,55.20661],[-133.338857,55.211086],[-133.346588,55.215155],[-133.369456,55.221991],[-133.382436,55.223334],[-133.388173,55.218573],[-133.391835,55.209174],[-133.400787,55.203274],[-133.411977,55.200751],[-133.422271,55.201483],[-133.436594,55.211371],[-133.445627,55.229153],[-133.449859,55.25023],[-133.449615,55.270413],[-133.437408,55.265815],[-133.424672,55.263088],[-133.412343,55.263902],[-133.401235,55.270413],[-133.434438,55.285875],[-133.442779,55.297797],[-133.43224,55.314439],[-133.414133,55.318183],[-133.392079,55.315579],[-133.377512,55.316718],[-133.381947,55.331855],[-133.36026,55.332913],[-133.338775,55.337348],[-133.318105,55.339057],[-133.298736,55.331855],[-133.285268,55.317939]]],[[[-160.032094,55.313666],[-160.039988,55.307074],[-160.072947,55.308295],[-160.096995,55.314927],[-160.10908,55.325751],[-160.108469,55.333889],[-160.099355,55.340277],[-160.085439,55.343411],[-160.066599,55.344713],[-160.061513,55.342678],[-160.059031,55.338568],[-160.052561,55.333441],[-160.036244,55.326199],[-160.036244,55.326158],[-160.03307,55.322577],[-160.032094,55.313666]]],[[[-160.332875,55.352281],[-160.324778,55.31391],[-160.32372,55.295233],[-160.325429,55.276557],[-160.336293,55.248684],[-160.346913,55.250556],[-160.361765,55.255113],[-160.374989,55.261054],[-160.401112,55.28677],[-160.498484,55.302232],[-160.531484,55.325019],[-160.518992,55.327135],[-160.508412,55.331732],[-160.504262,55.338039],[-160.511057,55.345445],[-160.486928,55.353217],[-160.461659,55.351142],[-160.437123,55.346177],[-160.415476,55.345445],[-160.36738,55.366523],[-160.345204,55.37108],[-160.325429,55.358547],[-160.332875,55.352281]]],[[[-160.690663,55.307807],[-160.679392,55.306708],[-160.658152,55.311347],[-160.654042,55.314521],[-160.650136,55.321601],[-160.645212,55.328599],[-160.637929,55.331855],[-160.630238,55.330756],[-160.618031,55.326117],[-160.610341,55.325019],[-160.604726,55.330756],[-160.602488,55.360093],[-160.599802,55.372789],[-160.590159,55.383857],[-160.575551,55.391425],[-160.559275,55.393134],[-160.544545,55.38642],[-160.535593,55.364325],[-160.551584,55.345038],[-160.574452,55.324937],[-160.58613,55.300482],[-160.582387,55.285549],[-160.573232,55.278062],[-160.562001,55.272406],[-160.551991,55.262926],[-160.546091,55.250434],[-160.549875,55.245022],[-160.579905,55.235582],[-160.56371,55.229804],[-160.528025,55.227525],[-160.511057,55.22191],[-160.50768,55.216946],[-160.502309,55.200263],[-160.497385,55.194648],[-160.486318,55.193671],[-160.477488,55.197577],[-160.469838,55.198472],[-160.462595,55.188422],[-160.486195,55.181464],[-160.533559,55.187934],[-160.558827,55.188422],[-160.518625,55.178778],[-160.511057,55.17414],[-160.513295,55.164984],[-160.538319,55.133205],[-160.555247,55.157457],[-160.575266,55.162665],[-160.627065,55.153713],[-160.637685,55.154934],[-160.666371,55.163153],[-160.675526,55.167914],[-160.685251,55.180365],[-160.682485,55.186957],[-160.676137,55.192532],[-160.675526,55.201483],[-160.683339,55.211371],[-160.692332,55.209174],[-160.703318,55.201361],[-160.717112,55.194648],[-160.733347,55.191962],[-160.745839,55.191474],[-160.75768,55.189114],[-160.771718,55.180976],[-160.783884,55.166938],[-160.802846,55.133368],[-160.818918,55.119534],[-160.820505,55.135403],[-160.812734,55.166083],[-160.815785,55.177558],[-160.839223,55.197943],[-160.847401,55.207099],[-160.853627,55.22191],[-160.852366,55.225002],[-160.847239,55.242092],[-160.846181,55.248684],[-160.848622,55.25609],[-160.858266,55.265692],[-160.860463,55.273505],[-160.856923,55.288723],[-160.850535,55.303168],[-160.847279,55.317328],[-160.853627,55.331855],[-160.821401,55.363227],[-160.784047,55.389879],[-160.742055,55.406317],[-160.695994,55.406928],[-160.665761,55.383857],[-160.658762,55.363837],[-160.671986,55.343085],[-160.70283,55.317572],[-160.690663,55.307807]]],[[[-131.818471,55.413764],[-131.696523,55.343451],[-131.636098,55.299302],[-131.633453,55.262926],[-131.63858,55.275946],[-131.646352,55.286811],[-131.657135,55.294257],[-131.671295,55.297065],[-131.675364,55.291205],[-131.668284,55.25609],[-131.686147,55.230292],[-131.711741,55.23664],[-131.739491,55.250718],[-131.763824,55.248684],[-131.737213,55.217841],[-131.720855,55.20307],[-131.702382,55.194648],[-131.712758,55.177476],[-131.726552,55.166327],[-131.733306,55.155707],[-131.72289,55.140082],[-131.743316,55.142727],[-131.771962,55.167914],[-131.804921,55.181138],[-131.817779,55.197984],[-131.853179,55.300482],[-131.853139,55.339545],[-131.857004,55.357408],[-131.866851,55.372789],[-131.850942,55.373358],[-131.845774,55.372789],[-131.851959,55.394843],[-131.849517,55.416083],[-131.838368,55.42593],[-131.818471,55.413764]]],[[[-133.569692,55.424302],[-133.5419,55.414618],[-133.471588,55.416449],[-133.449615,55.406928],[-133.449045,55.39232],[-133.447581,55.386542],[-133.442209,55.380276],[-133.449615,55.374172],[-133.457875,55.369696],[-133.466908,55.366889],[-133.497711,55.365953],[-133.50536,55.364447],[-133.505035,55.360745],[-133.502838,55.356147],[-133.504872,55.352281],[-133.516225,55.345445],[-133.521474,55.341254],[-133.526845,55.339179],[-133.538686,55.338609],[-133.548329,55.339993],[-133.568105,55.34516],[-133.579945,55.345445],[-133.567209,55.33039],[-133.565175,55.31981],[-133.579945,55.290269],[-133.587758,55.257717],[-133.594309,55.242987],[-133.607289,55.235582],[-133.621165,55.240383],[-133.636301,55.25316],[-133.65567,55.276557],[-133.657297,55.283922],[-133.655873,55.300238],[-133.658803,55.307603],[-133.664418,55.310248],[-133.680572,55.309312],[-133.689198,55.311347],[-133.665395,55.323391],[-133.658803,55.325019],[-133.646352,55.325751],[-133.641469,55.328192],[-133.639231,55.332465],[-133.621449,55.354193],[-133.623362,55.361314],[-133.65567,55.372789],[-133.64273,55.382025],[-133.615061,55.390082],[-133.603871,55.396674],[-133.590443,55.417182],[-133.580556,55.426215],[-133.569692,55.424302]]],[[[-163.139027,55.40351],[-163.151682,55.396959],[-163.162587,55.398993],[-163.171946,55.404039],[-163.195058,55.412665],[-163.188181,55.425116],[-163.167917,55.436998],[-163.142771,55.441067],[-163.133127,55.43244],[-163.129384,55.423041],[-163.131418,55.413275],[-163.139027,55.40351]]],[[[-133.238283,55.413803],[-133.274493,55.40428],[-133.315197,55.404547],[-133.32027,55.423127],[-133.307277,55.432187],[-133.269251,55.44395],[-133.236057,55.44022],[-133.238283,55.413803]]],[[[-160.236928,55.449856],[-160.233591,55.447903],[-160.223826,55.449042],[-160.206288,55.454169],[-160.198842,55.455308],[-160.171132,55.453762],[-160.159901,55.44953],[-160.155385,55.441067],[-160.159861,55.426988],[-160.159413,55.412665],[-160.1551,55.398871],[-160.147939,55.38642],[-160.159861,55.380805],[-160.166982,55.384426],[-160.173085,55.392483],[-160.182078,55.400092],[-160.197214,55.404242],[-160.233713,55.40998],[-160.246938,55.417467],[-160.25947,55.422309],[-160.273386,55.416653],[-160.298777,55.400092],[-160.312367,55.397447],[-160.328114,55.398139],[-160.341135,55.40412],[-160.346547,55.417467],[-160.334096,55.443671],[-160.304758,55.458319],[-160.270579,55.46369],[-160.24352,55.462144],[-160.238759,55.459052],[-160.236928,55.449856]]],[[[-133.494781,55.429511],[-133.511383,55.427436],[-133.53303,55.430121],[-133.600453,55.447903],[-133.589752,55.463284],[-133.57429,55.469794],[-133.556304,55.474066],[-133.538401,55.482652],[-133.524729,55.499579],[-133.51769,55.514838],[-133.505727,55.52261],[-133.476918,55.516791],[-133.431752,55.496527],[-133.422271,55.489447],[-133.418446,55.475572],[-133.420766,55.459662],[-133.42809,55.446519],[-133.439076,55.441067],[-133.457102,55.43891],[-133.494781,55.429511]]],[[[-133.337026,55.464545],[-133.346588,55.447903],[-133.360585,55.460639],[-133.395009,55.503119],[-133.42398,55.518012],[-133.433176,55.527981],[-133.428538,55.544135],[-133.413645,55.553209],[-133.390614,55.557196],[-133.324452,55.556952],[-133.304799,55.553209],[-133.287424,55.545071],[-133.272084,55.530463],[-133.271962,55.511949],[-133.273427,55.500312],[-133.279042,55.491848],[-133.291371,55.482652],[-133.309153,55.47484],[-133.324452,55.471177],[-133.337026,55.464545]]],[[[-133.646311,55.542304],[-133.612416,55.541571],[-133.586781,55.544135],[-133.580922,55.527086],[-133.578684,55.509263],[-133.584706,55.495185],[-133.603871,55.489447],[-133.618479,55.482978],[-133.633168,55.454413],[-133.651967,55.447903],[-133.671051,55.451321],[-133.709625,55.465806],[-133.730133,55.468411],[-133.749379,55.464179],[-133.779408,55.449856],[-133.799062,55.447903],[-133.799062,55.455308],[-133.777008,55.464301],[-133.74828,55.496161],[-133.700836,55.507392],[-133.701812,55.516791],[-133.711293,55.526068],[-133.720204,55.532457],[-133.724517,55.531684],[-133.728505,55.532864],[-133.730133,55.540717],[-133.726715,55.546617],[-133.718739,55.551744],[-133.70287,55.557766],[-133.679351,55.547349],[-133.646311,55.542304]]],[[[-159.289622,55.76789],[-159.302113,55.759223],[-159.318105,55.767768],[-159.328603,55.778388],[-159.344716,55.783881],[-159.362294,55.786282],[-159.359853,55.798163],[-159.332834,55.812445],[-159.312734,55.811225],[-159.298044,55.793647],[-159.289052,55.778998],[-159.289622,55.76789]]],[[[-133.589101,55.811672],[-133.57311,55.804755],[-133.578969,55.824408],[-133.565256,55.830308],[-133.504506,55.822903],[-133.495229,55.820299],[-133.486887,55.814765],[-133.482411,55.806586],[-133.481109,55.798774],[-133.477691,55.792792],[-133.466949,55.790473],[-133.351674,55.787787],[-133.339752,55.790473],[-133.329742,55.798814],[-133.322987,55.809027],[-133.316029,55.811672],[-133.305653,55.797349],[-133.310048,55.782213],[-133.368235,55.758734],[-133.391591,55.746161],[-133.417877,55.738471],[-133.448598,55.750718],[-133.475575,55.771796],[-133.49059,55.790473],[-133.503814,55.766181],[-133.488596,55.734361],[-133.487172,55.706732],[-133.542104,55.694892],[-133.578684,55.704901],[-133.62385,55.729478],[-133.663238,55.760728],[-133.682362,55.790473],[-133.649322,55.78856],[-133.641428,55.790473],[-133.639312,55.796454],[-133.638905,55.817084],[-133.634592,55.825263],[-133.614898,55.833197],[-133.601389,55.824897],[-133.589101,55.811672]]],[[[-158.74531,55.863186],[-158.730092,55.85517],[-158.71703,55.84398],[-158.708567,55.831488],[-158.811228,55.859524],[-158.858388,55.862982],[-158.887318,55.831488],[-158.874745,55.827948],[-158.861765,55.825832],[-158.851145,55.821438],[-158.845774,55.810981],[-158.866282,55.805732],[-158.883778,55.805243],[-158.897654,55.811347],[-158.907175,55.825263],[-158.908681,55.841295],[-158.897328,55.860582],[-158.900339,55.873725],[-158.853749,55.890937],[-158.828114,55.896715],[-158.791737,55.890286],[-158.776845,55.880927],[-158.760365,55.866278],[-158.74531,55.863186]]],[[[-133.264638,55.866278],[-133.254058,55.864203],[-133.228912,55.871283],[-133.216868,55.866278],[-133.220367,55.822455],[-133.223704,55.810981],[-133.235911,55.785712],[-133.240468,55.779975],[-133.250803,55.775946],[-133.259104,55.78026],[-133.266713,55.787014],[-133.275217,55.790473],[-133.283355,55.795966],[-133.302846,55.81981],[-133.316151,55.825263],[-133.32429,55.826728],[-133.334299,55.830878],[-133.341176,55.837348],[-133.339752,55.845771],[-133.332021,55.84748],[-133.291371,55.851996],[-133.319,55.860541],[-133.330556,55.868313],[-133.332916,55.879869],[-133.325836,55.881415],[-133.291615,55.902004],[-133.285146,55.907172],[-133.267405,55.902167],[-133.266713,55.891669],[-133.270131,55.87873],[-133.264638,55.866278]]],[[[-155.570383,55.783026],[-155.597264,55.760431],[-155.6299,55.762902],[-155.663693,55.774463],[-155.697388,55.771346],[-155.718693,55.774851],[-155.728017,55.804755],[-155.749849,55.81768],[-155.741648,55.831488],[-155.701258,55.841337],[-155.663419,55.856008],[-155.652333,55.886664],[-155.652292,55.886705],[-155.635325,55.905748],[-155.599969,55.914814],[-155.556101,55.914618],[-155.55724,55.895209],[-155.56904,55.868801],[-155.570383,55.851996],[-155.558054,55.817572],[-155.55724,55.800482],[-155.570383,55.783026]]],[[[-134.24413,55.920844],[-134.257924,55.899888],[-134.234853,55.89997],[-134.17927,55.914618],[-134.12206,55.923733],[-134.101552,55.920803],[-134.114369,55.900336],[-134.153188,55.893622],[-134.195953,55.873358],[-134.233876,55.846137],[-134.258412,55.818427],[-134.276275,55.828803],[-134.31843,55.833808],[-134.32665,55.848822],[-134.31843,55.857856],[-134.264556,55.873725],[-134.279164,55.882148],[-134.334788,55.895087],[-134.347157,55.910956],[-134.332183,55.922512],[-134.298695,55.9265],[-134.26358,55.925238],[-134.24413,55.920844]]],[[[-133.842519,55.86636],[-133.871653,55.846747],[-133.912668,55.862779],[-133.921376,55.874335],[-133.931711,55.893988],[-133.934234,55.912584],[-133.919504,55.920844],[-133.877309,55.938056],[-133.856028,55.942288],[-133.832183,55.90058],[-133.842519,55.86636]]],[[[-131.208892,55.944892],[-131.179555,55.923529],[-131.044423,55.790473],[-131.046132,55.766588],[-131.022817,55.742865],[-130.968739,55.701117],[-130.966908,55.694159],[-130.968577,55.678127],[-130.965321,55.671047],[-130.938303,55.651516],[-130.93456,55.643134],[-130.938222,55.624213],[-130.955556,55.600491],[-130.961903,55.58511],[-130.94579,55.58275],[-130.943715,55.572699],[-130.954172,55.565619],[-130.975575,55.572008],[-130.974924,55.534573],[-130.977284,55.515937],[-130.983022,55.503119],[-130.978749,55.493313],[-130.979237,55.485541],[-130.981557,55.477037],[-130.983022,55.465277],[-130.971832,55.44359],[-130.968739,55.434882],[-130.967152,55.423774],[-130.968739,55.396674],[-130.971669,55.38524],[-130.978179,55.387641],[-130.989166,55.400092],[-131.005035,55.413398],[-131.015126,55.417182],[-131.027089,55.410346],[-131.030995,55.400458],[-131.027252,55.391059],[-131.020985,55.382025],[-131.017161,55.372789],[-131.018381,55.354315],[-131.025258,55.342353],[-131.034901,55.330268],[-131.044423,55.311347],[-131.055653,55.273586],[-131.065175,55.261054],[-131.085439,55.248684],[-131.106313,55.238918],[-131.116526,55.236396],[-131.130116,55.235582],[-131.137603,55.231391],[-131.140533,55.221625],[-131.142649,55.210273],[-131.147532,55.201483],[-131.192006,55.185736],[-131.232737,55.200914],[-131.271718,55.225002],[-131.311391,55.235582],[-131.256256,55.270575],[-131.234771,55.290961],[-131.215728,55.317572],[-131.213735,55.323065],[-131.208323,55.345445],[-131.204986,55.349921],[-131.20051,55.353746],[-131.196401,55.359442],[-131.194692,55.369371],[-131.195424,55.387356],[-131.199534,55.399726],[-131.20995,55.406317],[-131.2294,55.406928],[-131.221995,55.393256],[-131.243967,55.393744],[-131.268707,55.386176],[-131.28307,55.37108],[-131.273793,55.348863],[-131.261708,55.328803],[-131.263824,55.309394],[-131.277008,55.291693],[-131.298329,55.276557],[-131.324208,55.267076],[-131.352773,55.263251],[-131.404164,55.262926],[-131.427358,55.267035],[-131.450551,55.277899],[-131.463206,55.293402],[-131.454742,55.311347],[-131.431874,55.320014],[-131.404856,55.322903],[-131.382232,55.329413],[-131.372792,55.348863],[-131.371246,55.361151],[-131.366444,55.37108],[-131.358062,55.377834],[-131.345815,55.380276],[-131.329661,55.381415],[-131.322621,55.384955],[-131.311391,55.400092],[-131.278188,55.430243],[-131.270741,55.447333],[-131.280914,55.465277],[-131.283681,55.472154],[-131.293365,55.514553],[-131.299306,55.525336],[-131.330637,55.568549],[-131.336903,55.579657],[-131.343577,55.630276],[-131.350819,55.645575],[-131.363189,55.643134],[-131.371693,55.618638],[-131.365224,55.587307],[-131.327952,55.502753],[-131.321929,55.475084],[-131.325429,55.446763],[-131.342397,55.417467],[-131.349721,55.410142],[-131.372792,55.393256],[-131.380035,55.385728],[-131.394521,55.365953],[-131.409291,55.3522],[-131.424631,55.344062],[-131.462148,55.331855],[-131.452748,55.343451],[-131.426625,55.364],[-131.421254,55.376532],[-131.426625,55.392279],[-131.439036,55.405422],[-131.452748,55.416897],[-131.462148,55.427436],[-131.468984,55.458686],[-131.458404,55.48371],[-131.421254,55.530463],[-131.437896,55.530585],[-131.463368,55.523261],[-131.489003,55.511786],[-131.5065,55.499416],[-131.516957,55.480048],[-131.516184,55.460028],[-131.508046,55.440131],[-131.496327,55.42121],[-131.469106,55.389635],[-131.465688,55.37226],[-131.479563,55.348863],[-131.50886,55.311713],[-131.526479,55.299384],[-131.551584,55.297065],[-131.57311,55.305243],[-131.616038,55.332709],[-131.661529,55.343207],[-131.685292,55.354315],[-131.72289,55.380276],[-131.725209,55.383531],[-131.731313,55.394924],[-131.735911,55.400092],[-131.78661,55.427314],[-131.808502,55.444485],[-131.820221,55.463813],[-131.810292,55.47663],[-131.717844,55.517971],[-131.7058,55.527045],[-131.688873,55.542955],[-131.67809,55.549628],[-131.667307,55.550767],[-131.650543,55.550279],[-131.644521,55.557074],[-131.619781,55.595282],[-131.630483,55.604397],[-131.681467,55.610541],[-131.698964,55.616116],[-131.707428,55.629625],[-131.708485,55.645453],[-131.703928,55.661119],[-131.695546,55.674465],[-131.691396,55.679511],[-131.686879,55.683905],[-131.680735,55.686957],[-131.671295,55.688137],[-131.635162,55.686957],[-131.627309,55.688137],[-131.625559,55.69359],[-131.626129,55.712104],[-131.623606,55.719143],[-131.614654,55.7237],[-131.606557,55.721625],[-131.599233,55.717353],[-131.592519,55.715399],[-131.534983,55.72309],[-131.517445,55.729071],[-131.517445,55.736518],[-131.533355,55.736965],[-131.578847,55.729071],[-131.629058,55.734036],[-131.647125,55.729071],[-131.691762,55.705268],[-131.704579,55.709703],[-131.709218,55.739651],[-131.695424,55.751614],[-131.66393,55.761217],[-131.629303,55.767727],[-131.512847,55.774726],[-131.482655,55.783026],[-131.490346,55.792426],[-131.512766,55.800279],[-131.517445,55.807929],[-131.521596,55.819159],[-131.530751,55.825751],[-131.539947,55.8251],[-131.544097,55.814765],[-131.554351,55.798774],[-131.57844,55.792548],[-131.606109,55.789537],[-131.627309,55.783026],[-131.644358,55.793402],[-131.678456,55.799221],[-131.68871,55.810981],[-131.687734,55.831977],[-131.670644,55.839504],[-131.470367,55.831977],[-131.435455,55.845771],[-131.457387,55.851955],[-131.534495,55.851996],[-131.546295,55.858791],[-131.560048,55.874742],[-131.572133,55.893215],[-131.578847,55.907172],[-131.515736,55.909613],[-131.496327,55.914618],[-131.48766,55.919257],[-131.471059,55.930976],[-131.462148,55.934516],[-131.446848,55.935452],[-131.404164,55.92829],[-131.365224,55.937161],[-131.323598,55.95425],[-131.280263,55.965155],[-131.236236,55.955634],[-131.208892,55.944892]]],[[[-156.678049,56.04149],[-156.680409,56.039008],[-156.680531,56.036933],[-156.677358,56.033596],[-156.678212,56.030463],[-156.680857,56.024156],[-156.681752,56.019517],[-156.680735,56.018052],[-156.680043,56.016669],[-156.683665,56.012437],[-156.694936,56.009345],[-156.70637,56.014228],[-156.718129,56.021674],[-156.73408,56.02619],[-156.746165,56.034898],[-156.744944,56.04092],[-156.734731,56.039984],[-156.725168,56.041327],[-156.716868,56.044501],[-156.709788,56.051093],[-156.707631,56.061021],[-156.701283,56.066148],[-156.690134,56.060452],[-156.678904,56.045966],[-156.678049,56.04149]]],[[[-133.39269,56.160468],[-133.34317,56.147406],[-133.302602,56.150824],[-133.285308,56.147203],[-133.285146,56.133124],[-133.308827,56.103013],[-133.3131,56.09219],[-133.31192,56.079901],[-133.301381,56.06387],[-133.298736,56.054633],[-133.29776,56.032945],[-133.29955,56.01203],[-133.311147,55.99787],[-133.339752,55.996568],[-133.358266,56.006171],[-133.376047,56.019965],[-133.395497,56.026353],[-133.439687,56.002672],[-133.470326,56.017279],[-133.49059,56.010199],[-133.510813,55.987942],[-133.517893,55.982327],[-133.560048,55.970893],[-133.589752,55.955756],[-133.629547,55.959418],[-133.641428,55.948188],[-133.638499,55.937934],[-133.618153,55.928046],[-133.620961,55.920844],[-133.630971,55.918647],[-133.678619,55.914618],[-133.691396,55.911119],[-133.697377,55.904975],[-133.702707,55.902777],[-133.72289,55.917711],[-133.732289,55.919827],[-133.758127,55.920844],[-133.794911,55.94359],[-133.771067,55.980455],[-133.689198,56.043769],[-133.68456,56.053534],[-133.68456,56.062486],[-133.680979,56.069159],[-133.607289,56.078518],[-133.541575,56.074774],[-133.509592,56.078111],[-133.483144,56.09219],[-133.513539,56.097357],[-133.596506,56.100979],[-133.620961,56.112616],[-133.617014,56.131537],[-133.580637,56.131903],[-133.507965,56.119452],[-133.494944,56.120673],[-133.479075,56.124213],[-133.463857,56.129625],[-133.442291,56.143012],[-133.415761,56.150784],[-133.404897,56.157375],[-133.39269,56.160468]]],[[[-156.774526,56.153225],[-156.792063,56.153022],[-156.805287,56.164781],[-156.809397,56.1789],[-156.809316,56.190131],[-156.806874,56.197333],[-156.80248,56.20067],[-156.799631,56.205512],[-156.799428,56.211737],[-156.792592,56.220689],[-156.77831,56.226711],[-156.774403,56.224189],[-156.780141,56.217922],[-156.783396,56.209052],[-156.783884,56.198717],[-156.779897,56.189643],[-156.766672,56.178534],[-156.76655,56.16767],[-156.774526,56.153225]]],[[[-132.483795,56.194566],[-132.457631,56.186672],[-132.429555,56.186754],[-132.403676,56.193549],[-132.359446,56.217922],[-132.338246,56.212104],[-132.316803,56.198717],[-132.291371,56.188381],[-132.223378,56.183498],[-132.192128,56.176581],[-132.164459,56.157375],[-132.148183,56.143012],[-132.092193,56.106431],[-132.096303,56.099433],[-132.101145,56.093655],[-132.106842,56.088813],[-132.113881,56.084662],[-132.130035,56.093817],[-132.137074,56.08808],[-132.141754,56.07746],[-132.151194,56.071682],[-132.163564,56.074774],[-132.188385,56.088609],[-132.202016,56.09219],[-132.196278,56.077867],[-132.175771,56.063056],[-132.167877,56.051215],[-132.17219,56.049547],[-132.1822,56.043769],[-132.169097,56.036811],[-132.160024,56.027289],[-132.153228,56.015815],[-132.14745,56.002753],[-132.150706,55.999091],[-132.152333,55.996527],[-132.154897,55.989732],[-132.129465,55.970282],[-132.122629,55.945502],[-132.133453,55.929023],[-132.161041,55.934516],[-132.168121,55.94302],[-132.177561,55.96483],[-132.185292,55.969306],[-132.191518,55.964301],[-132.211822,55.941392],[-132.223134,55.934516],[-132.236684,55.933498],[-132.245188,55.935492],[-132.252105,55.936265],[-132.271555,55.925238],[-132.286692,55.919379],[-132.303375,55.915351],[-132.318715,55.914618],[-132.335561,55.918199],[-132.345082,55.924302],[-132.363393,55.94477],[-132.379994,55.952338],[-132.416819,55.957831],[-132.428578,55.969306],[-132.412262,55.998114],[-132.404652,56.002753],[-132.392405,56.005845],[-132.384429,56.013414],[-132.382314,56.02261],[-132.387603,56.030707],[-132.414215,56.035102],[-132.444732,56.031928],[-132.462066,56.036689],[-132.449086,56.064846],[-132.558949,56.071682],[-132.570058,56.075019],[-132.581654,56.08161],[-132.593861,56.086575],[-132.60676,56.084662],[-132.612538,56.076972],[-132.613515,56.066555],[-132.616282,56.056871],[-132.627187,56.051215],[-132.645416,56.058092],[-132.676625,56.097235],[-132.692372,56.106431],[-132.704986,56.117418],[-132.713206,56.139797],[-132.711741,56.157172],[-132.695465,56.153632],[-132.693105,56.175523],[-132.687367,56.19538],[-132.687489,56.211615],[-132.702952,56.22248],[-132.681386,56.229193],[-132.603342,56.236151],[-132.58967,56.246812],[-132.566029,56.293769],[-132.548411,56.304429],[-132.541127,56.308783],[-132.537994,56.318915],[-132.535797,56.330512],[-132.530995,56.339179],[-132.521148,56.343207],[-132.42748,56.3522],[-132.39977,56.350409],[-132.39387,56.339179],[-132.385325,56.33218],[-132.380686,56.321519],[-132.380971,56.309516],[-132.387603,56.298245],[-132.377512,56.284573],[-132.376943,56.271633],[-132.385121,56.261786],[-132.401275,56.25727],[-132.386952,56.247707],[-132.389963,56.2355],[-132.402008,56.224026],[-132.414906,56.216295],[-132.47053,56.204047],[-132.483795,56.194566]]],[[[-133.586781,56.352851],[-133.439076,56.332343],[-133.341542,56.333441],[-133.3131,56.325588],[-133.3131,56.318752],[-133.330068,56.307034],[-133.328481,56.289008],[-133.312245,56.277248],[-133.285146,56.283922],[-133.289947,56.285142],[-133.293609,56.287095],[-133.296702,56.289618],[-133.299387,56.292548],[-133.294097,56.313788],[-133.258412,56.327379],[-133.213857,56.333441],[-133.182118,56.332343],[-133.167226,56.325181],[-133.151601,56.312812],[-133.139312,56.299018],[-133.134348,56.28734],[-133.136464,56.280829],[-133.140004,56.272935],[-133.140614,56.266303],[-133.134023,56.263495],[-133.126536,56.262274],[-133.105214,56.255927],[-133.095326,56.250718],[-133.068512,56.247545],[-133.058583,56.242987],[-133.053863,56.234442],[-133.053578,56.226264],[-133.054189,56.217922],[-133.052358,56.208889],[-133.053456,56.20661],[-133.056508,56.203192],[-133.05899,56.199042],[-133.058583,56.194566],[-133.0537,56.190741],[-133.040273,56.187812],[-133.035024,56.184963],[-133.030507,56.180121],[-133.024892,56.172024],[-133.024281,56.164455],[-133.035024,56.161078],[-133.046295,56.154242],[-133.065012,56.122504],[-133.072865,56.112616],[-133.092926,56.10932],[-133.12385,56.124498],[-133.140492,56.119452],[-133.092641,56.069159],[-133.079091,56.058051],[-133.062815,56.052314],[-133.048695,56.052802],[-133.018219,56.058051],[-133.000966,56.056789],[-132.956166,56.043769],[-132.95519,56.05386],[-132.951324,56.061713],[-132.944732,56.067613],[-132.935658,56.071682],[-132.918528,56.065904],[-132.912343,56.057766],[-132.909332,56.048],[-132.898264,56.032172],[-132.898508,56.028062],[-132.895863,56.025458],[-132.875722,56.024644],[-132.869049,56.025702],[-132.863108,56.02851],[-132.856557,56.034125],[-132.842437,56.039049],[-132.82787,56.032375],[-132.814076,56.022284],[-132.802235,56.017035],[-132.789052,56.014716],[-132.73644,55.996568],[-132.715199,55.98078],[-132.693959,55.96011],[-132.670969,55.942125],[-132.633127,55.931708],[-132.620717,55.924384],[-132.610829,55.914496],[-132.60676,55.903754],[-132.600453,55.893378],[-132.569732,55.882961],[-132.558339,55.873725],[-132.565785,55.866278],[-132.531728,55.848538],[-132.508412,55.827623],[-132.462717,55.776842],[-132.472808,55.763577],[-132.468495,55.750637],[-132.457875,55.737291],[-132.449086,55.722846],[-132.445424,55.706122],[-132.447133,55.694037],[-132.462717,55.667629],[-132.448638,55.663235],[-132.438791,55.65469],[-132.433909,55.642401],[-132.434804,55.626654],[-132.425852,55.633979],[-132.393707,55.668402],[-132.370513,55.667629],[-132.365549,55.664374],[-132.349965,55.648586],[-132.346669,55.643134],[-132.345367,55.620063],[-132.343129,55.613471],[-132.339223,55.605536],[-132.297109,55.547065],[-132.287709,55.537299],[-132.236399,55.537014],[-132.214833,55.531195],[-132.157582,55.496731],[-132.145497,55.483059],[-132.140614,55.465277],[-132.150502,55.449408],[-132.173207,55.452826],[-132.216298,55.475816],[-132.250478,55.503119],[-132.296254,55.513577],[-132.333852,55.532294],[-132.405344,55.541205],[-132.434804,55.550279],[-132.491038,55.603705],[-132.523508,55.62523],[-132.552113,55.619208],[-132.544301,55.614936],[-132.539377,55.610175],[-132.530995,55.5987],[-132.543202,55.597235],[-132.552602,55.591051],[-132.559926,55.582099],[-132.565785,55.572008],[-132.55012,55.571479],[-132.528188,55.567328],[-132.512196,55.559272],[-132.514516,55.547187],[-132.562001,55.506252],[-132.591135,55.492865],[-132.65982,55.475653],[-132.681793,55.455308],[-132.666656,55.451077],[-132.654652,55.444892],[-132.649322,55.435492],[-132.65453,55.42121],[-132.642445,55.432929],[-132.631093,55.446438],[-132.617014,55.457506],[-132.555247,55.468411],[-132.546864,55.472602],[-132.544911,55.482082],[-132.544667,55.4914],[-132.541575,55.495673],[-132.534413,55.497626],[-132.519114,55.506659],[-132.511138,55.509345],[-132.501088,55.509589],[-132.495961,55.507758],[-132.491607,55.505072],[-132.483795,55.503119],[-132.464955,55.502183],[-132.443227,55.503567],[-132.421213,55.508002],[-132.401275,55.516791],[-132.383901,55.500393],[-132.375234,55.484768],[-132.361562,55.472968],[-132.302602,55.463568],[-132.276926,55.452704],[-132.267974,55.441352],[-132.291371,55.434882],[-132.305531,55.436835],[-132.324086,55.447089],[-132.339223,55.447903],[-132.350453,55.443671],[-132.35851,55.436754],[-132.368072,55.430243],[-132.383901,55.427436],[-132.441314,55.427069],[-132.469553,55.421291],[-132.483795,55.406928],[-132.478261,55.39057],[-132.456776,55.394843],[-132.411529,55.413764],[-132.40099,55.411526],[-132.38858,55.405707],[-132.378285,55.397935],[-132.369944,55.381171],[-132.360911,55.383246],[-132.346669,55.393256],[-132.341135,55.395819],[-132.332102,55.403632],[-132.325551,55.406928],[-132.324615,55.405992],[-132.250111,55.413764],[-132.242747,55.409166],[-132.21288,55.376532],[-132.200999,55.369208],[-132.188059,55.368313],[-132.17455,55.368842],[-132.161041,55.365953],[-132.154897,55.365953],[-132.159006,55.356024],[-132.161041,55.352281],[-132.150299,55.346381],[-132.14566,55.337226],[-132.143951,55.325019],[-132.132883,55.323065],[-132.124257,55.31802],[-132.121205,55.311225],[-132.126943,55.3039],[-132.10261,55.288031],[-132.090728,55.276801],[-132.095286,55.267076],[-132.120107,55.25609],[-132.148183,55.248603],[-132.179677,55.245063],[-132.212148,55.247138],[-132.243031,55.25609],[-132.236318,55.24494],[-132.241567,55.234076],[-132.249379,55.222235],[-132.250478,55.208319],[-132.240224,55.197211],[-132.226389,55.194281],[-132.217763,55.198432],[-132.223134,55.208319],[-132.203114,55.229193],[-132.172475,55.225002],[-132.113881,55.201483],[-132.083363,55.21011],[-132.050689,55.258938],[-132.027659,55.270413],[-132.002594,55.271918],[-131.994293,55.268134],[-131.983551,55.25609],[-131.977447,55.245429],[-131.973012,55.232367],[-131.970204,55.218411],[-131.969309,55.204901],[-131.975982,55.176947],[-131.991811,55.158271],[-132.009999,55.141547],[-132.023915,55.119534],[-131.989817,55.119534],[-132.001454,55.104478],[-132.018951,55.091376],[-132.039052,55.082099],[-132.058339,55.078599],[-132.06607,55.08275],[-132.081288,55.10106],[-132.092844,55.105292],[-132.100331,55.101264],[-132.097076,55.092515],[-132.088124,55.083441],[-132.078521,55.078599],[-132.087514,55.072943],[-132.097768,55.07038],[-132.108754,55.070014],[-132.120107,55.071112],[-132.120107,55.064276],[-132.090891,55.056098],[-132.076894,55.048774],[-132.075429,55.040107],[-132.086497,55.034654],[-132.117421,55.032782],[-132.152333,55.016059],[-132.208852,55.002631],[-132.223134,54.989203],[-132.178782,54.989203],[-132.167063,54.98725],[-132.158599,54.982815],[-132.152333,54.978176],[-132.134592,54.97016],[-132.127309,54.970933],[-132.108795,54.985745],[-132.101959,54.988227],[-132.096506,54.985256],[-132.092193,54.975531],[-132.069976,55.001125],[-132.03539,55.022773],[-131.996816,55.034491],[-131.963043,55.030219],[-131.974273,55.024644],[-131.981272,55.01675],[-131.982533,55.006822],[-131.976715,54.995429],[-131.997141,54.984361],[-132.005198,54.977688],[-132.010243,54.968085],[-131.976715,54.969713],[-131.969309,54.968085],[-131.961822,54.957709],[-131.965199,54.95189],[-131.972483,54.947252],[-131.976715,54.940823],[-131.976064,54.908149],[-131.984771,54.905911],[-132.010243,54.907294],[-132.033559,54.905585],[-132.047027,54.898586],[-132.0454,54.887193],[-132.023915,54.872504],[-131.985504,54.86107],[-131.968617,54.853502],[-131.955637,54.838324],[-131.960113,54.834052],[-131.964955,54.831977],[-131.970367,54.831366],[-131.976715,54.831529],[-131.957672,54.828111],[-131.956858,54.817206],[-131.958974,54.803046],[-131.948801,54.789984],[-131.963124,54.785468],[-131.978383,54.783759],[-132.010243,54.783759],[-131.996571,54.776923],[-132.002431,54.765448],[-132.001373,54.755764],[-131.997914,54.746243],[-131.996571,54.735297],[-132.000315,54.722724],[-132.005605,54.712958],[-132.008209,54.704006],[-132.004018,54.693793],[-132.067535,54.699042],[-132.082265,54.704657],[-132.096099,54.712714],[-132.111073,54.716702],[-132.117747,54.71369],[-132.106435,54.701239],[-132.149973,54.698635],[-132.200795,54.725246],[-132.247222,54.743313],[-132.27774,54.71483],[-132.292388,54.727484],[-132.297597,54.744452],[-132.294423,54.762152],[-132.284006,54.776923],[-132.265614,54.784654],[-132.224517,54.791653],[-132.216298,54.803656],[-132.218902,54.810289],[-132.225982,54.814683],[-132.235829,54.817206],[-132.246734,54.817857],[-132.259145,54.815172],[-132.266225,54.809027],[-132.271352,54.802191],[-132.27774,54.797431],[-132.299794,54.794338],[-132.336497,54.803412],[-132.35969,54.803656],[-132.336537,54.814887],[-132.28303,54.831],[-132.26476,54.84455],[-132.275868,54.853705],[-132.310292,54.859931],[-132.325551,54.866278],[-132.31432,54.870673],[-132.302805,54.872382],[-132.27774,54.872504],[-132.27774,54.87934],[-132.315907,54.883002],[-132.335683,54.887885],[-132.349721,54.89643],[-132.352122,54.904608],[-132.349721,54.912299],[-132.349924,54.918036],[-132.359975,54.920315],[-132.36974,54.92121],[-132.37857,54.923977],[-132.386586,54.928412],[-132.39387,54.934556],[-132.378041,54.940131],[-132.369618,54.941555],[-132.35969,54.940823],[-132.367991,54.950995],[-132.387278,54.964423],[-132.39387,54.975531],[-132.394602,54.988227],[-132.390981,55.000963],[-132.380198,55.023383],[-132.402699,55.015286],[-132.412017,54.99372],[-132.414906,54.971503],[-132.41804,54.961249],[-132.415395,54.956],[-132.417551,54.943915],[-132.422597,54.930162],[-132.428578,54.920315],[-132.436147,54.916571],[-132.472971,54.907294],[-132.485585,54.907375],[-132.495269,54.908881],[-132.501454,54.913764],[-132.503733,54.924018],[-132.49767,54.933051],[-132.483632,54.935777],[-132.467885,54.936916],[-132.456532,54.940823],[-132.444163,54.963039],[-132.452219,54.980536],[-132.470815,54.993638],[-132.490061,55.002875],[-132.495473,54.965277],[-132.51887,54.944159],[-132.550201,54.940253],[-132.579416,54.954413],[-132.593414,54.968248],[-132.598134,54.97602],[-132.599924,54.9855],[-132.596018,54.989081],[-132.575347,54.977118],[-132.565785,54.975531],[-132.555531,54.986396],[-132.551869,55.000678],[-132.546498,55.012641],[-132.530995,55.016547],[-132.546702,55.020209],[-132.566965,55.02143],[-132.579498,55.027045],[-132.571929,55.04385],[-132.553456,55.052436],[-132.529897,55.050116],[-132.505279,55.044664],[-132.483795,55.04385],[-132.464955,55.050727],[-132.530995,55.058051],[-132.542958,55.070217],[-132.539174,55.083645],[-132.511138,55.112738],[-132.529286,55.115465],[-132.544911,55.121527],[-132.559804,55.124091],[-132.575673,55.116156],[-132.602854,55.069525],[-132.612904,55.064276],[-132.626617,55.085639],[-132.608551,55.119208],[-132.579091,55.151313],[-132.558339,55.167914],[-132.575836,55.174994],[-132.589182,55.186265],[-132.609853,55.211737],[-132.633209,55.230902],[-132.640207,55.240546],[-132.640859,55.25609],[-132.65746,55.241848],[-132.655832,55.21898],[-132.642445,55.19774],[-132.623769,55.188422],[-132.616119,55.181952],[-132.615305,55.16767],[-132.620473,55.153388],[-132.63093,55.146877],[-132.696116,55.146877],[-132.706858,55.149237],[-132.73644,55.167914],[-132.774892,55.183051],[-132.78482,55.188422],[-132.79898,55.205146],[-132.808217,55.228217],[-132.809316,55.251899],[-132.799143,55.270413],[-132.826731,55.275458],[-132.840443,55.274888],[-132.846303,55.266669],[-132.847768,55.257514],[-132.851226,55.248236],[-132.855621,55.240424],[-132.859975,55.235582],[-132.881703,55.225816],[-132.9287,55.217475],[-132.94933,55.208319],[-133.030426,55.214097],[-133.035024,55.225653],[-133.025543,55.23017],[-132.98351,55.235582],[-132.913726,55.264716],[-132.9051,55.271064],[-132.901519,55.28026],[-132.909779,55.285224],[-132.928293,55.283352],[-132.959584,55.276557],[-133.086537,55.276557],[-133.08373,55.272773],[-133.079091,55.262926],[-133.092193,55.270819],[-133.103912,55.279771],[-133.116119,55.287177],[-133.13093,55.290269],[-133.147206,55.288235],[-133.174062,55.279202],[-133.188873,55.276557],[-133.212961,55.279202],[-133.21703,55.288398],[-133.214915,55.301174],[-133.220286,55.314439],[-133.232493,55.322008],[-133.245513,55.327338],[-133.257069,55.33393],[-133.264638,55.345445],[-133.248199,55.347154],[-133.240346,55.354682],[-133.235911,55.364447],[-133.229888,55.372789],[-133.218007,55.380316],[-133.206614,55.384467],[-133.194081,55.386135],[-133.1787,55.38642],[-133.174224,55.385321],[-133.162424,55.379381],[-133.152496,55.372301],[-133.149729,55.374172],[-133.147776,55.378079],[-133.144195,55.380276],[-133.060658,55.368598],[-133.052358,55.365953],[-133.033355,55.353949],[-133.03189,55.352281],[-133.01773,55.350328],[-132.872426,55.359076],[-132.846303,55.352281],[-132.869862,55.363918],[-132.956166,55.372789],[-133.007802,55.388129],[-133.028717,55.40058],[-133.024485,55.413764],[-133.031077,55.422431],[-133.040679,55.426988],[-133.05248,55.428412],[-133.065419,55.427436],[-133.046702,55.437079],[-133.023793,55.444281],[-132.999623,55.448188],[-132.977284,55.447903],[-133.008209,55.457465],[-133.075307,55.451117],[-133.107004,55.462144],[-133.125844,55.483588],[-133.124867,55.502183],[-133.111643,55.519599],[-133.093373,55.537299],[-133.087026,55.54682],[-133.07787,55.570014],[-133.072865,55.578274],[-133.064117,55.582913],[-133.024485,55.5987],[-133.000152,55.614976],[-132.98648,55.621772],[-132.969838,55.626654],[-132.922678,55.627631],[-132.908355,55.63288],[-132.922963,55.637356],[-132.938344,55.639716],[-132.969838,55.639716],[-132.982777,55.63703],[-133.014516,55.626654],[-133.0631,55.623481],[-133.203603,55.5869],[-133.251291,55.584784],[-133.357045,55.616197],[-133.379058,55.629788],[-133.388173,55.650214],[-133.38679,55.662055],[-133.382192,55.669501],[-133.373769,55.673285],[-133.341461,55.67772],[-133.341949,55.685452],[-133.36026,55.701117],[-133.368153,55.703559],[-133.37857,55.704535],[-133.385243,55.709296],[-133.381947,55.722846],[-133.370432,55.733344],[-133.357533,55.730618],[-133.34553,55.721177],[-133.336334,55.711982],[-133.323964,55.709296],[-133.317983,55.726386],[-133.313466,55.749172],[-133.305653,55.763861],[-133.293365,55.757758],[-133.265207,55.747952],[-133.236684,55.745063],[-133.223704,55.760077],[-133.213979,55.783352],[-133.191396,55.797187],[-133.166086,55.807074],[-133.147939,55.818427],[-133.142974,55.832261],[-133.139882,55.85456],[-133.139801,55.876614],[-133.144195,55.889838],[-133.156361,55.896226],[-133.158844,55.890204],[-133.156646,55.880764],[-133.154775,55.876776],[-133.161122,55.865668],[-133.175038,55.865668],[-133.217681,55.883694],[-133.227284,55.89057],[-133.236724,55.900336],[-133.240875,55.90998],[-133.248647,55.935981],[-133.25414,55.941352],[-133.259755,55.945299],[-133.250356,55.953437],[-133.236806,55.959784],[-133.229888,55.958686],[-133.23176,55.970364],[-133.24413,55.996568],[-133.246205,56.03559],[-133.250234,56.055976],[-133.279124,56.076402],[-133.278147,56.102484],[-133.264638,56.147406],[-133.285512,56.167385],[-133.331207,56.172553],[-133.425404,56.167914],[-133.443471,56.169827],[-133.457753,56.174994],[-133.490305,56.191474],[-133.508372,56.191718],[-133.56192,56.183783],[-133.57311,56.184963],[-133.575999,56.188178],[-133.593007,56.202053],[-133.606272,56.209947],[-133.610992,56.210761],[-133.612172,56.212348],[-133.614735,56.22248],[-133.615387,56.230414],[-133.613393,56.247138],[-133.614735,56.25727],[-133.619049,56.260321],[-133.627105,56.264065],[-133.633901,56.269517],[-133.634592,56.277777],[-133.619618,56.289496],[-133.576324,56.292629],[-133.566314,56.304429],[-133.572662,56.314399],[-133.587799,56.327338],[-133.614735,56.345404],[-133.614735,56.352851],[-133.586781,56.352851]]],[[[-157.821889,56.317532],[-157.833323,56.313666],[-157.848826,56.31981],[-157.867421,56.32925],[-157.884877,56.333564],[-157.898386,56.339057],[-157.89741,56.347398],[-157.856557,56.362128],[-157.826161,56.36164],[-157.811391,56.356147],[-157.811269,56.353705],[-157.812734,56.349026],[-157.812327,56.342922],[-157.812327,56.342882],[-157.807322,56.335883],[-157.80602,56.328803],[-157.812449,56.32331],[-157.821889,56.317532]]],[[[-132.640859,56.442206],[-132.63268,56.43065],[-132.623402,56.408759],[-132.612904,56.400621],[-132.624379,56.3876],[-132.659657,56.368232],[-132.668202,56.352851],[-132.66393,56.341864],[-132.634633,56.304429],[-132.647206,56.282416],[-132.667958,56.274604],[-132.69164,56.270697],[-132.732737,56.251654],[-132.819651,56.236151],[-132.868886,56.243476],[-132.990875,56.311916],[-133.038889,56.330512],[-133.055247,56.344794],[-133.04894,56.362779],[-132.992828,56.418606],[-132.969838,56.434801],[-132.946685,56.445787],[-132.924224,56.451972],[-132.874257,56.455268],[-132.857574,56.453274],[-132.825592,56.444281],[-132.808746,56.442206],[-132.796742,56.443915],[-132.757558,56.455268],[-132.702952,56.462104],[-132.652903,56.448676],[-132.640859,56.442206]]],[[[-132.151519,56.351996],[-132.123891,56.343207],[-132.103017,56.349107],[-132.080881,56.361314],[-132.052805,56.362047],[-132.025136,56.353909],[-132.004018,56.339179],[-131.992747,56.322333],[-131.977691,56.285468],[-131.940094,56.233059],[-131.928049,56.210517],[-131.928334,56.194566],[-131.952219,56.185858],[-131.976877,56.190904],[-131.996205,56.188544],[-132.004018,56.157375],[-132.013254,56.141343],[-132.034291,56.128323],[-132.057281,56.120347],[-132.072336,56.119452],[-132.085032,56.132148],[-132.090728,56.148871],[-132.099192,56.162909],[-132.120107,56.167914],[-132.118031,56.156724],[-132.128774,56.158149],[-132.144643,56.16706],[-132.157948,56.178127],[-132.175771,56.189439],[-132.243031,56.202053],[-132.270416,56.214016],[-132.306467,56.234565],[-132.338246,56.257799],[-132.352895,56.277777],[-132.327138,56.330268],[-132.33019,56.342434],[-132.346669,56.359687],[-132.346506,56.370429],[-132.342356,56.376899],[-132.337026,56.383368],[-132.332997,56.393785],[-132.333363,56.407945],[-132.338938,56.422431],[-132.349192,56.437161],[-132.363393,56.45185],[-132.376617,56.471869],[-132.375356,56.488471],[-132.36205,56.494574],[-132.339223,56.483222],[-132.260894,56.45893],[-132.239898,56.445299],[-132.22761,56.429267],[-132.209137,56.395453],[-132.195872,56.380194],[-132.178131,56.367133],[-132.151519,56.351996]]],[[[-153.893503,56.535224],[-153.928171,56.516669],[-153.965688,56.504625],[-153.990712,56.507066],[-154.005971,56.513007],[-154.024648,56.511054],[-154.059275,56.503648],[-154.100331,56.502387],[-154.120595,56.504136],[-154.137807,56.510484],[-154.119089,56.523749],[-154.093129,56.536689],[-154.06904,56.541409],[-154.055816,56.530341],[-154.04365,56.547593],[-154.020457,56.555487],[-153.877146,56.565131],[-153.877146,56.552069],[-153.893503,56.535224]]],[[[-157.060618,56.582221],[-157.044749,56.572984],[-157.008778,56.563951],[-156.99238,56.555162],[-156.978261,56.536526],[-156.988352,56.530585],[-157.006296,56.533433],[-157.02595,56.549954],[-157.04894,56.552924],[-157.139475,56.552069],[-157.145497,56.548896],[-157.155873,56.53441],[-157.159983,56.530341],[-157.168568,56.531236],[-157.177927,56.535834],[-157.187734,56.538642],[-157.205434,56.530178],[-157.308705,56.530666],[-157.331248,56.524156],[-157.327097,56.534857],[-157.317576,56.548489],[-157.307118,56.560207],[-157.300526,56.565131],[-157.286366,56.568671],[-157.259267,56.583401],[-157.242502,56.585639],[-157.202626,56.582099],[-157.098582,56.59398],[-157.060618,56.582221]]],[[[-154.461415,56.605373],[-154.42516,56.593044],[-154.42516,56.593004],[-154.415639,56.58747],[-154.407908,56.579006],[-154.402089,56.568834],[-154.398508,56.558295],[-154.410634,56.547593],[-154.424062,56.541409],[-154.440134,56.53852],[-154.446645,56.538642],[-154.434519,56.541815],[-154.424794,56.548041],[-154.419016,56.558295],[-154.430287,56.556789],[-154.440745,56.554145],[-154.45051,56.550238],[-154.45995,56.544664],[-154.44282,56.581204],[-154.474843,56.59809],[-154.516713,56.590155],[-154.528879,56.552069],[-154.497996,56.530666],[-154.487538,56.516791],[-154.504954,56.510484],[-154.530995,56.508002],[-154.559682,56.501532],[-154.610789,56.483222],[-154.670725,56.44123],[-154.699818,56.426907],[-154.716908,56.410875],[-154.73823,56.398261],[-154.767812,56.400621],[-154.791249,56.430854],[-154.770497,56.470852],[-154.731435,56.508205],[-154.700144,56.530341],[-154.536326,56.597602],[-154.499338,56.605455],[-154.461415,56.605373]]],[[[-154.08259,56.606106],[-154.077463,56.591783],[-154.06843,56.580512],[-154.058095,56.570136],[-154.049062,56.558295],[-154.080759,56.57685],[-154.093455,56.578803],[-154.103993,56.574897],[-154.10204,56.566148],[-154.093088,56.557074],[-154.08259,56.552069],[-154.090566,56.546698],[-154.138905,56.531684],[-154.14155,56.530341],[-154.158315,56.52619],[-154.191396,56.50788],[-154.210072,56.503648],[-154.280141,56.506578],[-154.322133,56.515082],[-154.333811,56.519599],[-154.341624,56.528144],[-154.350087,56.544664],[-154.337758,56.56391],[-154.310414,56.583808],[-154.279001,56.597805],[-154.24767,56.606106],[-154.226186,56.608344],[-154.16572,56.606106],[-154.124094,56.612616],[-154.103017,56.613186],[-154.08259,56.606106]]],[[[-169.742991,56.620347],[-169.608022,56.603339],[-169.580881,56.609524],[-169.556996,56.618109],[-169.523142,56.616278],[-169.491526,56.60692],[-169.474355,56.593004],[-169.515085,56.578518],[-169.55016,56.556952],[-169.586903,56.541409],[-169.63268,56.544664],[-169.653025,56.554145],[-169.678456,56.576117],[-169.693471,56.585639],[-169.766225,56.606879],[-169.789052,56.620347],[-169.742991,56.620347]]],[[[-132.882232,56.801174],[-132.870513,56.797838],[-132.833648,56.79914],[-132.816314,56.797349],[-132.751943,56.759223],[-132.743886,56.746975],[-132.733266,56.725979],[-132.709788,56.709906],[-132.686269,56.698676],[-132.675649,56.692084],[-132.671457,56.683824],[-132.661529,56.679633],[-132.640859,56.674994],[-132.62914,56.669013],[-132.623362,56.665269],[-132.608388,56.648017],[-132.599192,56.633775],[-132.593088,56.626532],[-132.583811,56.618109],[-132.577219,56.614081],[-132.558339,56.606106],[-132.548492,56.603746],[-132.539703,56.603502],[-132.533437,56.600328],[-132.530995,56.589301],[-132.533437,56.580308],[-132.539459,56.576402],[-132.547353,56.573879],[-132.555247,56.568549],[-132.57372,56.559475],[-132.621571,56.555732],[-132.637766,56.548407],[-132.650461,56.537055],[-132.666168,56.529731],[-132.68399,56.527167],[-132.702952,56.530341],[-132.717844,56.540961],[-132.732045,56.554511],[-132.74706,56.559516],[-132.764394,56.544664],[-132.730133,56.521186],[-132.722768,56.510484],[-132.740549,56.508246],[-132.773671,56.499091],[-132.791656,56.496894],[-132.918609,56.507025],[-132.937489,56.517564],[-132.94518,56.536566],[-132.954498,56.592271],[-132.952219,56.60163],[-132.942494,56.612942],[-132.928049,56.619696],[-132.890859,56.629381],[-132.881093,56.640204],[-132.886586,56.65058],[-132.922027,56.688666],[-132.924143,56.702216],[-132.923411,56.717922],[-132.920155,56.732815],[-132.914622,56.743842],[-132.924428,56.757554],[-132.959584,56.787991],[-132.962799,56.799791],[-132.951527,56.810452],[-132.922027,56.825832],[-132.882232,56.801174]]],[[[-133.986684,56.865627],[-133.990834,56.832017],[-133.971262,56.836412],[-133.964101,56.831122],[-133.956695,56.797838],[-133.951487,56.802395],[-133.941029,56.807847],[-133.935618,56.812201],[-133.930084,56.801581],[-133.91926,56.77025],[-133.912668,56.763739],[-133.904897,56.760647],[-133.904856,56.753852],[-133.909332,56.746975],[-133.923004,56.740709],[-133.922841,56.7331],[-133.920806,56.723944],[-133.922597,56.715969],[-133.927317,56.712226],[-133.938791,56.706204],[-133.943023,56.702338],[-133.955068,56.678412],[-133.959828,56.671291],[-133.972646,56.660142],[-133.987172,56.655178],[-134.025014,56.653876],[-133.993764,56.639228],[-133.964345,56.643256],[-133.9381,56.659369],[-133.916371,56.68122],[-133.916249,56.687201],[-133.91983,56.694159],[-133.920766,56.699897],[-133.912668,56.702338],[-133.903188,56.703274],[-133.885487,56.707506],[-133.877553,56.708564],[-133.870758,56.714911],[-133.863108,56.729682],[-133.856679,56.745917],[-133.853668,56.756903],[-133.858225,56.78026],[-133.865875,56.800971],[-133.862375,56.809882],[-133.83316,56.797838],[-133.813059,56.78148],[-133.801178,56.777004],[-133.768422,56.785712],[-133.750152,56.783759],[-133.732533,56.778144],[-133.717152,56.771186],[-133.775136,56.698879],[-133.780344,56.686428],[-133.773101,56.676459],[-133.760081,56.669908],[-133.732167,56.663153],[-133.728627,56.653062],[-133.730295,56.641791],[-133.730133,56.633979],[-133.705678,56.604153],[-133.709543,56.594713],[-133.735911,56.567125],[-133.745432,56.561957],[-133.756947,56.559149],[-133.771799,56.558295],[-133.779693,56.563381],[-133.792104,56.58869],[-133.799062,56.5987],[-133.823842,56.607733],[-133.9051,56.620347],[-133.922597,56.616645],[-133.91039,56.601467],[-133.857737,56.58747],[-133.847483,56.565131],[-133.851959,56.56391],[-133.871897,56.535956],[-133.874176,56.530341],[-133.886545,56.5244],[-133.90925,56.520087],[-133.919504,56.513617],[-133.920237,56.505194],[-133.910146,56.497545],[-133.895985,56.492133],[-133.884674,56.490058],[-133.869293,56.486802],[-133.862904,56.478583],[-133.859609,56.467353],[-133.853668,56.455268],[-133.847808,56.450629],[-133.825754,56.442206],[-133.845204,56.434394],[-133.887847,56.44009],[-133.908925,56.434801],[-133.897369,56.424302],[-133.883534,56.418443],[-133.875356,56.41059],[-133.880971,56.393785],[-133.887847,56.392646],[-133.898793,56.394477],[-133.909576,56.390815],[-133.916371,56.373358],[-133.859364,56.359117],[-133.843739,56.349107],[-133.841624,56.337592],[-133.853586,56.310492],[-133.847483,56.298245],[-133.868967,56.284735],[-133.898752,56.306342],[-133.930247,56.339301],[-133.956695,56.359687],[-133.972524,56.3605],[-133.975087,56.351386],[-133.971913,56.336168],[-133.970367,56.318752],[-133.975942,56.29621],[-133.981272,56.283881],[-133.978505,56.278754],[-133.959828,56.277777],[-133.923085,56.280829],[-133.908111,56.276353],[-133.891916,56.229804],[-133.895579,56.219957],[-133.943837,56.211982],[-133.944692,56.201606],[-133.926259,56.173489],[-133.920237,56.166897],[-133.916168,56.159003],[-133.919504,56.150539],[-133.937734,56.13703],[-133.940989,56.130194],[-133.935618,56.119452],[-133.941477,56.103095],[-133.949127,56.092353],[-133.961252,56.086493],[-133.980336,56.084662],[-133.993967,56.087877],[-134.030507,56.104722],[-134.039296,56.112616],[-134.036692,56.123196],[-134.009267,56.185126],[-134.017242,56.196967],[-134.0301,56.207221],[-134.039296,56.216295],[-134.037994,56.238715],[-134.03185,56.274563],[-134.032582,56.30683],[-134.052317,56.318752],[-134.069081,56.302802],[-134.067698,56.273993],[-134.072418,56.248603],[-134.107533,56.242987],[-134.09024,56.192694],[-134.121978,56.179755],[-134.167104,56.182115],[-134.190094,56.178127],[-134.16218,56.13996],[-134.150624,56.136949],[-134.145416,56.13996],[-134.140981,56.144843],[-134.131174,56.147406],[-134.103586,56.140286],[-134.099721,56.123847],[-134.100453,56.105292],[-134.086415,56.09219],[-134.091949,56.082709],[-134.100494,56.076077],[-134.121205,56.064846],[-134.107981,56.053046],[-134.100982,56.032294],[-134.102406,56.010728],[-134.114369,55.996568],[-134.129384,55.999457],[-134.14859,56.011664],[-134.157541,56.028144],[-134.141672,56.043769],[-134.163238,56.053616],[-134.210683,56.062812],[-134.224233,56.078518],[-134.210032,56.087226],[-134.207753,56.098578],[-134.216217,56.108385],[-134.234202,56.112616],[-134.236887,56.118109],[-134.225413,56.130194],[-134.200063,56.150539],[-134.197174,56.162055],[-134.212717,56.168362],[-134.231272,56.170111],[-134.237294,56.167914],[-134.247304,56.178371],[-134.250111,56.188178],[-134.251536,56.216295],[-134.255198,56.228461],[-134.263051,56.246283],[-134.264556,56.260403],[-134.257232,56.271633],[-134.224762,56.257636],[-134.217397,56.267239],[-134.217193,56.282294],[-134.21467,56.291327],[-134.206654,56.297593],[-134.190094,56.304429],[-134.164418,56.306098],[-134.160064,56.312405],[-134.169586,56.332343],[-134.184071,56.326158],[-134.231068,56.311916],[-134.244618,56.3015],[-134.251536,56.298245],[-134.262115,56.295315],[-134.272084,56.293891],[-134.281972,56.294664],[-134.292551,56.298245],[-134.292551,56.304429],[-134.259918,56.315904],[-134.265981,56.330552],[-134.282704,56.346625],[-134.281972,56.362779],[-134.270172,56.365709],[-134.237701,56.365546],[-134.231068,56.369615],[-134.239166,56.404486],[-134.237294,56.414293],[-134.228424,56.420233],[-134.218495,56.416734],[-134.207672,56.410549],[-134.196278,56.408108],[-134.180409,56.412502],[-134.177235,56.418687],[-134.180247,56.427232],[-134.182688,56.438544],[-134.178375,56.441352],[-134.169016,56.434638],[-134.159576,56.423],[-134.155344,56.4112],[-134.155344,56.365912],[-134.14623,56.373684],[-134.114369,56.393785],[-134.115387,56.396064],[-134.116322,56.400946],[-134.113637,56.405829],[-134.104115,56.408108],[-134.08023,56.400621],[-134.069488,56.389594],[-134.060374,56.375922],[-134.050893,56.367743],[-134.039296,56.373358],[-134.036,56.383043],[-134.036041,56.409613],[-134.03185,56.421129],[-134.040924,56.432807],[-134.060414,56.448065],[-134.066558,56.462104],[-134.067372,56.477607],[-134.061594,56.48432],[-134.04955,56.483385],[-134.03185,56.475735],[-134.034413,56.485907],[-134.039784,56.497301],[-134.04719,56.506659],[-134.05602,56.510484],[-134.059478,56.515286],[-134.064198,56.537502],[-134.066558,56.544664],[-134.081776,56.551581],[-134.092641,56.535956],[-134.104115,56.512844],[-134.121205,56.496894],[-134.13915,56.498725],[-134.15567,56.512356],[-134.172231,56.530178],[-134.190094,56.544664],[-134.218007,56.556789],[-134.246938,56.563381],[-134.276479,56.564032],[-134.306142,56.558295],[-134.306142,56.565131],[-134.22761,56.607408],[-134.184071,56.615912],[-134.159535,56.62995],[-134.141672,56.633979],[-134.106109,56.628974],[-134.093332,56.631537],[-134.086415,56.64704],[-134.116811,56.653795],[-134.144032,56.651923],[-134.224721,56.623684],[-134.246897,56.620103],[-134.266021,56.626858],[-134.285715,56.64704],[-134.263499,56.655422],[-134.241282,56.656073],[-134.224233,56.661689],[-134.217397,56.684882],[-134.222727,56.694403],[-134.234486,56.696967],[-134.246246,56.69538],[-134.251536,56.692084],[-134.25357,56.676337],[-134.259877,56.6706],[-134.306752,56.665758],[-134.333974,56.668362],[-134.357574,56.676581],[-134.367584,56.692084],[-134.391835,56.719062],[-134.397084,56.72956],[-134.395131,56.741645],[-134.388092,56.756903],[-134.391184,56.780097],[-134.405385,56.81977],[-134.408559,56.842922],[-134.40567,56.852688],[-134.398305,56.860256],[-134.388499,56.865058],[-134.378163,56.866848],[-134.361155,56.863593],[-134.350982,56.855414],[-134.333485,56.832017],[-134.300649,56.803412],[-134.280873,56.792792],[-134.272043,56.801581],[-134.277211,56.821357],[-134.289784,56.834784],[-134.305287,56.846259],[-134.319203,56.859931],[-134.328236,56.888739],[-134.306142,56.897895],[-134.234202,56.89411],[-134.220326,56.88996],[-134.182688,56.859931],[-134.166819,56.85399],[-134.146555,56.848944],[-134.125559,56.846015],[-134.107533,56.84634],[-134.107533,56.853095],[-134.121938,56.862006],[-134.141428,56.884955],[-134.155344,56.89411],[-134.197133,56.900336],[-134.21345,56.907131],[-134.210561,56.922024],[-134.223459,56.929023],[-134.264556,56.941881],[-134.239613,56.941148],[-134.175852,56.922024],[-134.128326,56.91706],[-134.105946,56.912258],[-134.086415,56.900336],[-134.051747,56.895209],[-134.012685,56.885159],[-133.986684,56.865627]]],[[[-133.764638,57.076809],[-133.671946,57.060248],[-133.582875,57.050035],[-133.545806,57.038072],[-133.49059,57.031236],[-133.464711,57.024563],[-133.413482,57.003323],[-133.388173,56.997138],[-133.335113,56.997382],[-133.315907,56.990871],[-133.298736,56.969184],[-133.290435,56.950751],[-133.279897,56.933336],[-133.263254,56.925279],[-133.236724,56.935045],[-133.275258,56.966254],[-133.293284,56.988349],[-133.298736,57.010199],[-133.239125,56.996405],[-133.10912,56.998725],[-133.052358,56.982856],[-133.043324,56.965806],[-133.025217,56.950507],[-133.002675,56.939358],[-132.980377,56.935045],[-132.96996,56.925971],[-132.955922,56.905097],[-132.935658,56.866848],[-132.937001,56.850287],[-132.948638,56.834621],[-132.966664,56.822943],[-132.987172,56.818427],[-132.991078,56.808417],[-132.979237,56.786811],[-132.956166,56.756903],[-132.952748,56.746731],[-132.949086,56.709052],[-132.950836,56.701972],[-132.94933,56.695461],[-132.946197,56.691067],[-132.94164,56.687649],[-132.937489,56.683824],[-132.935658,56.678127],[-132.933949,56.641588],[-132.941396,56.626532],[-132.963002,56.612942],[-132.9735,56.609442],[-132.999176,56.605536],[-133.010813,56.606106],[-133.024648,56.612738],[-133.05012,56.635321],[-133.062001,56.640204],[-133.085561,56.646145],[-133.110911,56.66059],[-133.185658,56.721625],[-133.19811,56.736762],[-133.207428,56.770941],[-133.218414,56.787665],[-133.233632,56.801907],[-133.250356,56.812201],[-133.257883,56.800686],[-133.27599,56.804633],[-133.331288,56.834377],[-133.346425,56.837592],[-133.350738,56.832261],[-133.323638,56.799058],[-133.322418,56.786689],[-133.325754,56.775621],[-133.326731,56.763739],[-133.319692,56.75023],[-133.305084,56.735419],[-133.286733,56.727118],[-133.268381,56.733059],[-133.251047,56.742743],[-133.234364,56.742011],[-133.221791,56.731635],[-133.216868,56.712226],[-133.216868,56.678127],[-133.220855,56.670111],[-133.239125,56.657375],[-133.24413,56.64704],[-133.24234,56.634101],[-133.235219,56.635565],[-133.227447,56.642768],[-133.223704,56.64704],[-133.212636,56.646389],[-133.19225,56.641425],[-133.161936,56.638088],[-133.132883,56.631659],[-133.107086,56.620998],[-133.093373,56.606106],[-133.107004,56.5987],[-133.120025,56.605048],[-133.135894,56.609849],[-133.152699,56.612738],[-133.168446,56.612942],[-133.168446,56.606106],[-133.114084,56.593004],[-133.100738,56.585639],[-133.093902,56.573676],[-133.086985,56.543647],[-133.079091,56.530341],[-133.134348,56.530341],[-133.12442,56.510728],[-133.12385,56.491767],[-133.131907,56.475002],[-133.147939,56.462104],[-133.160024,56.457709],[-133.172963,56.455756],[-133.199534,56.455268],[-133.223704,56.462104],[-133.228871,56.465522],[-133.233022,56.47012],[-133.236684,56.475735],[-133.264312,56.479071],[-133.319976,56.471991],[-133.346588,56.475735],[-133.3579,56.483791],[-133.36266,56.492987],[-133.369049,56.500556],[-133.385081,56.503648],[-133.435943,56.503648],[-133.426625,56.498765],[-133.418853,56.492662],[-133.412831,56.485093],[-133.408599,56.475735],[-133.429311,56.475084],[-133.422475,56.463609],[-133.441314,56.453803],[-133.52717,56.439032],[-133.621246,56.442206],[-133.659413,56.464179],[-133.654164,56.556708],[-133.689198,56.571967],[-133.679433,56.584052],[-133.646067,56.592597],[-133.634592,56.606106],[-133.654652,56.605536],[-133.659047,56.614732],[-133.65803,56.628241],[-133.661855,56.640204],[-133.674224,56.648261],[-133.685862,56.652533],[-133.695668,56.659369],[-133.70287,56.674994],[-133.701527,56.694648],[-133.692983,56.711249],[-133.687856,56.730129],[-133.696645,56.756903],[-133.682118,56.759589],[-133.677317,56.765286],[-133.679433,56.772854],[-133.68578,56.781155],[-133.692698,56.792792],[-133.688954,56.798774],[-133.677642,56.798326],[-133.661855,56.791083],[-133.670033,56.813422],[-133.673085,56.837348],[-133.67927,56.853705],[-133.696645,56.853095],[-133.697581,56.849555],[-133.695912,56.836005],[-133.696645,56.832017],[-133.702056,56.829413],[-133.715321,56.825507],[-133.72057,56.822089],[-133.729237,56.814643],[-133.74059,56.808905],[-133.752919,56.807318],[-133.764963,56.812201],[-133.751291,56.818427],[-133.751291,56.825832],[-133.76651,56.824937],[-133.781239,56.826565],[-133.794789,56.831122],[-133.806508,56.839504],[-133.8037,56.843329],[-133.799062,56.853095],[-133.811879,56.852525],[-133.820139,56.855414],[-133.822906,56.86225],[-133.819569,56.872992],[-133.836334,56.871894],[-133.850331,56.86815],[-133.863433,56.867743],[-133.877553,56.87641],[-133.890452,56.893378],[-133.888173,56.901435],[-133.876536,56.902899],[-133.861155,56.900336],[-133.795522,56.881496],[-133.76301,56.880072],[-133.73762,56.89411],[-133.754954,56.90058],[-133.839182,56.919501],[-133.888417,56.955512],[-134.018178,57.017564],[-134.018178,57.02383],[-134.013173,57.029242],[-134.01122,57.036119],[-134.011342,57.055162],[-134.004384,57.063666],[-133.988108,57.066474],[-133.95641,57.065375],[-133.945383,57.066881],[-133.933013,57.070746],[-133.921457,57.076321],[-133.912668,57.08275],[-133.900706,57.089342],[-133.887034,57.090033],[-133.764638,57.076809]]],[[[-153.180857,57.174994],[-153.212351,57.133694],[-153.154408,57.164537],[-153.123769,57.1706],[-153.101064,57.179755],[-153.089467,57.181464],[-153.079661,57.179104],[-153.068471,57.170356],[-153.05842,57.168443],[-152.979237,57.176418],[-152.95226,57.174628],[-152.933665,57.162055],[-152.920277,57.157945],[-152.907867,57.16474],[-152.899973,57.16474],[-152.888743,57.15884],[-152.884511,57.14997],[-152.910512,57.131903],[-152.926137,57.125963],[-153.006907,57.113837],[-153.01594,57.117499],[-153.020131,57.123358],[-153.024607,57.127875],[-153.03425,57.127427],[-153.059031,57.114691],[-153.083363,57.098375],[-153.110789,57.088813],[-153.144724,57.096137],[-153.159535,57.097113],[-153.194081,57.082953],[-153.209218,57.079047],[-153.215647,57.072211],[-153.218739,57.057034],[-153.219797,57.034654],[-153.235585,57.009833],[-153.272165,56.998521],[-153.313222,56.997626],[-153.342722,57.003974],[-153.325551,57.02204],[-153.322214,57.02383],[-153.326853,57.031724],[-153.333689,57.035712],[-153.342722,57.038072],[-153.341379,57.052924],[-153.331899,57.059882],[-153.321156,57.064643],[-153.316029,57.072821],[-153.329091,57.080024],[-153.359364,57.068508],[-153.391835,57.060736],[-153.41161,57.079047],[-153.395131,57.083319],[-153.362172,57.096747],[-153.338328,57.101752],[-153.338612,57.106676],[-153.344594,57.111518],[-153.353586,57.113837],[-153.361684,57.11225],[-153.379954,57.106391],[-153.391103,57.106391],[-153.378977,57.117621],[-153.342722,57.141099],[-153.309763,57.170315],[-153.298329,57.174628],[-153.290761,57.178656],[-153.270131,57.198228],[-153.260487,57.205634],[-153.244374,57.211005],[-153.229237,57.210639],[-153.22114,57.203518],[-153.226023,57.1883],[-153.187327,57.185004],[-153.180857,57.174994]]],[[[-170.13679,57.224555],[-170.145375,57.209418],[-170.149526,57.205756],[-170.154246,57.199897],[-170.15803,57.192572],[-170.16218,57.174791],[-170.168568,57.169013],[-170.203074,57.154364],[-170.255238,57.141099],[-170.254099,57.129299],[-170.262807,57.118883],[-170.276438,57.110989],[-170.289988,57.106391],[-170.275339,57.127143],[-170.272206,57.136542],[-170.275706,57.147935],[-170.281728,57.14761],[-170.319895,57.15469],[-170.347279,57.147366],[-170.365956,57.148586],[-170.385203,57.153551],[-170.399241,57.161038],[-170.407094,57.171129],[-170.412099,57.184801],[-170.409901,57.196845],[-170.396108,57.201972],[-170.358266,57.201972],[-170.34789,57.20425],[-170.333119,57.214016],[-170.323801,57.216254],[-170.262807,57.214016],[-170.241567,57.216254],[-170.14741,57.234076],[-170.135691,57.242743],[-170.123036,57.250149],[-170.104441,57.250393],[-170.113352,57.239895],[-170.13679,57.224555]]],[[[-135.568715,57.241197],[-135.553782,57.229926],[-135.570872,57.222968],[-135.591054,57.224311],[-135.628245,57.236721],[-135.614369,57.223578],[-135.606272,57.209459],[-135.602447,57.192776],[-135.601552,57.171576],[-135.59557,57.154608],[-135.580881,57.148139],[-135.562734,57.145819],[-135.546295,57.141099],[-135.565012,57.112291],[-135.601633,57.035549],[-135.628245,57.010199],[-135.642079,57.008205],[-135.674184,57.011705],[-135.686879,57.007025],[-135.696685,57.001044],[-135.707509,56.99844],[-135.841135,56.989691],[-135.831532,57.050482],[-135.82315,57.079779],[-135.806996,57.099555],[-135.791371,57.106106],[-135.762074,57.114163],[-135.727203,57.142524],[-135.717519,57.153469],[-135.710805,57.168443],[-135.779693,57.165717],[-135.809722,57.173],[-135.820668,57.195746],[-135.815053,57.207709],[-135.797719,57.228827],[-135.80016,57.236721],[-135.812408,57.238593],[-135.842356,57.226508],[-135.855377,57.22309],[-135.839223,57.245673],[-135.837514,57.25552],[-135.847971,57.264635],[-135.825266,57.284084],[-135.833974,57.306342],[-135.843739,57.324693],[-135.824086,57.332343],[-135.724762,57.328925],[-135.615224,57.284491],[-135.598622,57.271918],[-135.568715,57.241197]]],[[[-152.298183,57.363155],[-152.315124,57.363121],[-152.299935,57.374118],[-152.288189,57.396985],[-152.26273,57.39063],[-152.255922,57.384243],[-152.267744,57.375087],[-152.298183,57.363155]]],[[[-153.829294,57.451077],[-153.843577,57.436225],[-153.867787,57.452582],[-153.881459,57.476142],[-153.887074,57.49494],[-153.887807,57.508979],[-153.88036,57.515204],[-153.875844,57.521715],[-153.875722,57.533108],[-153.867909,57.543362],[-153.84675,57.540595],[-153.831492,57.525702],[-153.831776,57.509996],[-153.833811,57.502021],[-153.830678,57.485256],[-153.829294,57.451077]]],[[[-135.409779,57.448961],[-135.396067,57.442694],[-135.382924,57.445299],[-135.354563,57.462633],[-135.316518,57.478339],[-135.295033,57.481635],[-135.285634,57.472846],[-135.277415,57.46133],[-135.25829,57.466295],[-135.236643,57.4772],[-135.220774,57.4831],[-135.180287,57.480699],[-135.142242,57.469428],[-135.15331,57.452948],[-135.191233,57.443183],[-135.203684,57.428534],[-135.181996,57.436754],[-135.156239,57.441311],[-135.130279,57.441107],[-135.060374,57.422919],[-135.052846,57.418606],[-135.045155,57.411444],[-135.008127,57.403469],[-134.994781,57.397773],[-134.909495,57.339789],[-134.909495,57.332343],[-134.952463,57.342475],[-134.998199,57.346584],[-134.998199,57.339789],[-134.950429,57.325507],[-134.950429,57.319281],[-134.971059,57.312445],[-134.978831,57.30683],[-134.984527,57.298163],[-134.965972,57.298285],[-134.958323,57.300482],[-134.950429,57.305609],[-134.939076,57.299506],[-134.932973,57.291246],[-134.930409,57.280829],[-134.930002,57.267768],[-134.923492,57.259223],[-134.908681,57.256334],[-134.852854,57.260321],[-134.838979,57.257799],[-134.833119,57.246649],[-134.832834,57.232815],[-134.834055,57.221625],[-134.84024,57.215399],[-134.854848,57.216254],[-134.826161,57.197455],[-134.808258,57.181383],[-134.808258,57.164008],[-134.833119,57.141099],[-134.810658,57.133979],[-134.786488,57.117987],[-134.77538,57.09809],[-134.792144,57.079047],[-134.774526,57.079169],[-134.76122,57.072821],[-134.751576,57.062812],[-134.744985,57.051744],[-134.743316,57.043891],[-134.746816,57.03144],[-134.744985,57.02383],[-134.740712,57.021186],[-134.734486,57.020738],[-134.728261,57.018378],[-134.723866,57.010199],[-134.723948,56.996039],[-134.732533,56.976752],[-134.731313,56.962958],[-134.723541,56.952948],[-134.713735,56.946031],[-134.70934,56.937323],[-134.717681,56.922024],[-134.693593,56.908393],[-134.686187,56.8935],[-134.689768,56.849677],[-134.683176,56.835639],[-134.641347,56.797838],[-134.651926,56.778062],[-134.646148,56.765326],[-134.633046,56.755316],[-134.62149,56.743842],[-134.616119,56.728461],[-134.607818,56.595893],[-134.612457,56.56509],[-134.614613,56.558295],[-134.624176,56.547431],[-134.628285,56.54857],[-134.632192,56.556342],[-134.641347,56.565131],[-134.642568,56.570461],[-134.650299,56.582261],[-134.659006,56.58808],[-134.663075,56.575385],[-134.66926,56.537828],[-134.626047,56.486233],[-134.624908,56.472642],[-134.634999,56.455512],[-134.63268,56.439114],[-134.625559,56.424018],[-134.62149,56.4112],[-134.622467,56.390774],[-134.626454,56.372138],[-134.634755,56.355048],[-134.648793,56.339179],[-134.627594,56.33039],[-134.631744,56.309272],[-134.663075,56.25727],[-134.634633,56.269721],[-134.626373,56.261461],[-134.632965,56.240871],[-134.648793,56.216295],[-134.641347,56.208889],[-134.656239,56.174709],[-134.66747,56.170396],[-134.689768,56.181545],[-134.672597,56.205634],[-134.66926,56.216295],[-134.673736,56.219428],[-134.682932,56.229315],[-134.694651,56.233344],[-134.699574,56.230414],[-134.702219,56.225287],[-134.707143,56.22248],[-134.735707,56.217922],[-134.749989,56.217353],[-134.765492,56.22248],[-134.75121,56.236151],[-134.772125,56.237209],[-134.787343,56.244818],[-134.796498,56.257636],[-134.799631,56.274359],[-134.803375,56.281562],[-134.81192,56.28498],[-134.821197,56.287177],[-134.826975,56.290758],[-134.829172,56.299547],[-134.829213,56.309882],[-134.826975,56.325588],[-134.847564,56.329047],[-134.867502,56.325385],[-134.882436,56.329576],[-134.888336,56.356269],[-134.892201,56.36107],[-134.911448,56.376776],[-134.919097,56.380194],[-134.925689,56.385159],[-134.93102,56.396226],[-134.936838,56.414293],[-134.942372,56.421576],[-134.998199,56.472642],[-135.003896,56.490709],[-135.017893,56.509019],[-135.035715,56.525458],[-135.052846,56.537828],[-135.043446,56.539252],[-135.034535,56.542222],[-135.026357,56.546536],[-135.019358,56.552069],[-135.033274,56.560289],[-135.037506,56.568549],[-135.032623,56.57685],[-135.019358,56.585639],[-134.998362,56.588609],[-134.947011,56.587307],[-134.936838,56.595893],[-134.927602,56.620429],[-134.904856,56.646064],[-134.847401,56.688666],[-134.86856,56.688178],[-134.883778,56.685492],[-134.897084,56.678209],[-134.912587,56.664455],[-134.933705,56.63996],[-134.945872,56.630439],[-134.961008,56.626532],[-134.978627,56.631985],[-134.983713,56.644924],[-134.981597,56.660793],[-134.971913,56.692572],[-134.964467,56.702541],[-134.953359,56.709052],[-134.936838,56.715969],[-134.962636,56.721137],[-134.984731,56.714545],[-134.999989,56.697577],[-135.012318,56.650214],[-135.028472,56.631334],[-135.048411,56.616156],[-135.066518,56.606106],[-135.092763,56.597968],[-135.109771,56.601752],[-135.119008,56.617133],[-135.121734,56.643622],[-135.119496,56.662502],[-135.112213,56.678697],[-135.099355,56.69359],[-135.08019,56.708564],[-135.014272,56.739407],[-134.994781,56.753485],[-134.99885,56.761664],[-135.014638,56.771064],[-135.031809,56.775133],[-135.039784,56.767524],[-135.044993,56.759223],[-135.137034,56.694525],[-135.164133,56.685207],[-135.175771,56.679023],[-135.187896,56.676744],[-135.200551,56.684882],[-135.20226,56.694729],[-135.194081,56.702826],[-135.182932,56.709784],[-135.175771,56.715969],[-135.177358,56.725979],[-135.184438,56.734931],[-135.185536,56.7414],[-135.154693,56.745917],[-135.152089,56.751654],[-135.154856,56.760321],[-135.158925,56.79206],[-135.158681,56.800238],[-135.15274,56.808783],[-135.1433,56.815619],[-135.135406,56.819322],[-135.128529,56.823472],[-135.121734,56.832017],[-135.174224,56.826361],[-135.269276,56.789008],[-135.320953,56.797838],[-135.307362,56.820868],[-135.325673,56.825507],[-135.353342,56.824164],[-135.367543,56.828925],[-135.367787,56.87401],[-135.36026,56.8876],[-135.340891,56.879828],[-135.324574,56.890774],[-135.305898,56.890692],[-135.294504,56.892157],[-135.299916,56.907701],[-135.313791,56.920722],[-135.334218,56.931057],[-135.356272,56.9383],[-135.374989,56.941881],[-135.369049,56.943834],[-135.363759,56.946275],[-135.354563,56.955512],[-135.350006,56.970404],[-135.330881,56.978583],[-135.308949,56.982123],[-135.289377,56.982856],[-135.282338,56.985297],[-135.262929,56.996894],[-135.258901,57.000556],[-135.253977,57.00373],[-135.229563,57.004543],[-135.203359,57.013495],[-135.164052,57.013617],[-135.156565,57.020697],[-135.165354,57.041734],[-135.185902,57.04564],[-135.22761,57.038072],[-135.267934,57.039862],[-135.310292,57.047349],[-135.348134,57.06391],[-135.374989,57.092719],[-135.378163,57.12873],[-135.35025,57.149359],[-135.307607,57.158759],[-135.266428,57.161038],[-135.266428,57.168443],[-135.289662,57.174628],[-135.310129,57.17768],[-135.329172,57.176093],[-135.348297,57.168443],[-135.376861,57.150092],[-135.394154,57.147366],[-135.412913,57.157904],[-135.412587,57.169623],[-135.397694,57.182074],[-135.378285,57.19184],[-135.36441,57.195746],[-135.364166,57.204047],[-135.334055,57.250393],[-135.412953,57.244778],[-135.429596,57.246649],[-135.455963,57.253323],[-135.481516,57.248969],[-135.506012,57.241034],[-135.529205,57.236721],[-135.542836,57.242987],[-135.577707,57.287909],[-135.639231,57.31684],[-135.648752,57.328925],[-135.673207,57.349677],[-135.674957,57.358629],[-135.662424,57.363756],[-135.645823,57.366197],[-135.604237,57.367743],[-135.485666,57.35102],[-135.475331,57.354315],[-135.471181,57.363593],[-135.478586,57.368313],[-135.525787,57.373928],[-135.567047,57.389472],[-135.585846,57.392564],[-135.608998,57.3876],[-135.602203,57.397895],[-135.591624,57.404975],[-135.550649,57.423774],[-135.547597,57.427436],[-135.547434,57.431789],[-135.54011,57.442206],[-135.533193,57.447211],[-135.516469,57.454413],[-135.508778,57.45954],[-135.504709,57.466498],[-135.506581,57.472357],[-135.510365,57.477729],[-135.512115,57.4831],[-135.512807,57.490465],[-135.517812,57.501614],[-135.519032,57.50731],[-135.51537,57.515611],[-135.506744,57.517768],[-135.496571,57.518012],[-135.488271,57.520982],[-135.436513,57.549994],[-135.381174,57.553616],[-135.327056,57.538398],[-135.279408,57.511054],[-135.310536,57.490871],[-135.381825,57.47134],[-135.409779,57.448961]]],[[[-152.4228,57.96426],[-152.424306,57.952094],[-152.417104,57.943996],[-152.416982,57.93887],[-152.422963,57.934312],[-152.417104,57.930365],[-152.388295,57.9265],[-152.360829,57.926744],[-152.355295,57.925971],[-152.343902,57.923326],[-152.336374,57.921698],[-152.325388,57.916002],[-152.330149,57.907457],[-152.356191,57.893948],[-152.360666,57.888902],[-152.369374,57.88642],[-152.381174,57.889228],[-152.397328,57.896064],[-152.485951,57.914537],[-152.504832,57.925727],[-152.492624,57.940619],[-152.483144,57.948472],[-152.487864,57.950263],[-152.489084,57.954006],[-152.490305,57.956692],[-152.492014,57.957221],[-152.494456,57.958197],[-152.492747,57.961575],[-152.483957,57.963121],[-152.47468,57.960883],[-152.46345,57.95954],[-152.432322,57.969184],[-152.4228,57.96426]]],[[[-153.260813,57.887844],[-153.228749,57.853909],[-153.212961,57.830308],[-153.212351,57.81269],[-153.22411,57.811591],[-153.281239,57.818915],[-153.283925,57.821438],[-153.287465,57.826361],[-153.292958,57.831041],[-153.301747,57.833197],[-153.319651,57.83454],[-153.327707,57.836412],[-153.335886,57.839423],[-153.331044,57.841295],[-153.327016,57.843736],[-153.322499,57.845852],[-153.316029,57.846869],[-153.325266,57.858629],[-153.342519,57.86225],[-153.380564,57.8605],[-153.396921,57.863837],[-153.52245,57.920966],[-153.541941,57.935614],[-153.528269,57.953192],[-153.506663,57.969794],[-153.482249,57.977769],[-153.460032,57.969713],[-153.432688,57.963568],[-153.32665,57.926581],[-153.279734,57.902899],[-153.260813,57.887844]]],[[[-152.764109,57.93008],[-152.785959,57.925523],[-152.809885,57.929104],[-152.827097,57.936957],[-152.852244,57.944078],[-152.860707,57.954657],[-152.853627,57.967434],[-152.833079,57.974595],[-152.753611,57.980658],[-152.744374,57.983832],[-152.730092,57.982245],[-152.729197,57.973863],[-152.739003,57.968573],[-152.741648,57.962592],[-152.739858,57.951646],[-152.747996,57.939154],[-152.764109,57.93008]]],[[[-153.012766,57.929104],[-152.993235,57.928778],[-153.004709,57.948554],[-152.982655,57.951483],[-152.862294,57.934516],[-152.83198,57.923651],[-152.808298,57.908271],[-152.854604,57.895453],[-152.877634,57.886176],[-152.890818,57.874172],[-152.872629,57.876044],[-152.856679,57.880316],[-152.856679,57.874172],[-152.893503,57.860419],[-152.903676,57.837592],[-152.904856,57.811591],[-152.925242,57.768256],[-152.915517,57.755764],[-152.899363,57.745795],[-152.890818,57.733303],[-152.885569,57.728705],[-152.873769,57.73017],[-152.862009,57.735012],[-152.856679,57.740424],[-152.857737,57.749945],[-152.862498,57.76553],[-152.863515,57.774237],[-152.858713,57.814399],[-152.843699,57.845282],[-152.817983,57.860419],[-152.780995,57.853705],[-152.766225,57.843411],[-152.75414,57.832465],[-152.741811,57.82689],[-152.726389,57.833197],[-152.713979,57.846869],[-152.698069,57.875718],[-152.685374,57.887844],[-152.668772,57.880805],[-152.635569,57.871568],[-152.623972,57.8605],[-152.612742,57.874905],[-152.615712,57.890448],[-152.626088,57.904731],[-152.636952,57.915107],[-152.624582,57.932847],[-152.6079,57.935045],[-152.590403,57.9289],[-152.57551,57.921332],[-152.570424,57.916164],[-152.565012,57.908433],[-152.558909,57.903225],[-152.551625,57.905219],[-152.54247,57.911526],[-152.532704,57.914455],[-152.506947,57.915107],[-152.486318,57.910712],[-152.472727,57.900336],[-152.460886,57.887844],[-152.445505,57.877265],[-152.428334,57.868069],[-152.4228,57.85928],[-152.426707,57.848456],[-152.438344,57.833197],[-152.421132,57.821967],[-152.402211,57.823472],[-152.382558,57.833238],[-152.363271,57.846869],[-152.356313,57.838202],[-152.348256,57.831692],[-152.339223,57.82746],[-152.329091,57.825751],[-152.357289,57.799018],[-152.458974,57.768134],[-152.496693,57.74726],[-152.535024,57.719794],[-152.551137,57.703315],[-152.541371,57.69599],[-152.520619,57.702623],[-152.498036,57.715888],[-152.473093,57.72602],[-152.463083,57.722886],[-152.468495,57.714016],[-152.465647,57.692328],[-152.468984,57.678697],[-152.476877,57.672024],[-152.486155,57.666083],[-152.493601,57.655097],[-152.467763,57.657172],[-152.420847,57.681952],[-152.39741,57.688544],[-152.415517,57.674954],[-152.428293,57.655951],[-152.435862,57.635443],[-152.438344,57.617174],[-152.42634,57.613511],[-152.342763,57.633979],[-152.160878,57.627143],[-152.147084,57.622626],[-152.155466,57.61286],[-152.178293,57.599799],[-152.249705,57.54149],[-152.270619,57.52851],[-152.291086,57.519843],[-152.308909,57.509019],[-152.322255,57.489936],[-152.328114,57.465399],[-152.330312,57.44595],[-152.338694,57.433173],[-152.362986,57.428534],[-152.417917,57.435289],[-152.42573,57.437445],[-152.433095,57.441107],[-152.440541,57.442816],[-152.448923,57.438788],[-152.453725,57.435248],[-152.460032,57.431952],[-152.466624,57.429429],[-152.472524,57.428534],[-152.486155,57.428534],[-152.474355,57.436754],[-152.459706,57.450629],[-152.45226,57.46369],[-152.46227,57.469428],[-152.48766,57.471869],[-152.501332,57.469428],[-152.507273,57.45954],[-152.50886,57.44953],[-152.513417,57.444322],[-152.520823,57.44245],[-152.530832,57.442206],[-152.536366,57.444078],[-152.554148,57.453315],[-152.562489,57.456448],[-152.570139,57.456448],[-152.575307,57.453762],[-152.579783,57.450588],[-152.585439,57.448961],[-152.591013,57.450914],[-152.593332,57.455268],[-152.594431,57.459866],[-152.596018,57.462633],[-152.600942,57.467231],[-152.60558,57.473944],[-152.612498,57.480129],[-152.623972,57.4831],[-152.634145,57.481269],[-152.653513,57.471829],[-152.664296,57.469428],[-152.674062,57.469916],[-152.684519,57.471625],[-152.694325,57.47484],[-152.722401,57.494818],[-152.722605,57.497463],[-152.727244,57.499498],[-152.73408,57.504218],[-152.742909,57.508979],[-152.753651,57.511054],[-152.801747,57.503607],[-152.814524,57.505439],[-152.832468,57.51435],[-152.842397,57.51789],[-152.856068,57.518134],[-152.890818,57.511054],[-152.911977,57.514716],[-152.933217,57.521226],[-152.953969,57.524359],[-152.973378,57.51789],[-152.960439,57.511868],[-152.917226,57.500881],[-152.910715,57.489936],[-152.92866,57.482367],[-153.028025,57.476264],[-153.028025,57.469428],[-153.023264,57.468492],[-153.020619,57.46719],[-153.014353,57.462633],[-153.036204,57.447252],[-153.044871,57.436713],[-153.041697,57.428534],[-153.028635,57.429511],[-153.000966,57.450914],[-152.990183,57.456448],[-152.832468,57.476264],[-152.800649,57.470771],[-152.726389,57.428534],[-152.634104,57.405748],[-152.617136,57.3876],[-152.613393,57.38817],[-152.608835,57.386461],[-152.603139,57.381903],[-152.596018,57.373928],[-152.606191,57.363593],[-152.630971,57.349799],[-152.644399,57.339789],[-152.6433,57.320502],[-152.663075,57.299547],[-152.692209,57.283271],[-152.718861,57.277655],[-152.71227,57.302802],[-152.731679,57.30744],[-152.798695,57.291571],[-152.81725,57.278957],[-152.837473,57.270738],[-152.863515,57.277655],[-152.858469,57.295071],[-152.872182,57.299954],[-152.891916,57.304023],[-152.9051,57.319281],[-152.880686,57.337592],[-152.877187,57.343166],[-152.882151,57.352484],[-152.893503,57.350246],[-152.914418,57.339789],[-152.976511,57.332343],[-153.007314,57.340237],[-153.023874,57.342231],[-153.057322,57.326321],[-153.088368,57.318793],[-153.120798,57.315741],[-153.144032,57.319281],[-153.152292,57.327135],[-153.15864,57.346625],[-153.165151,57.352769],[-153.174753,57.351386],[-153.177073,57.34101],[-153.174998,57.328111],[-153.171376,57.319281],[-153.183542,57.311265],[-153.172922,57.30508],[-153.096873,57.290473],[-153.07372,57.289293],[-153.032582,57.304918],[-153.003,57.294989],[-152.976186,57.275539],[-152.959096,57.257148],[-153.061513,57.22309],[-153.096303,57.218248],[-153.195261,57.229926],[-153.202626,57.228013],[-153.209584,57.224555],[-153.216379,57.222968],[-153.22289,57.226508],[-153.253285,57.236721],[-153.264475,57.232815],[-153.282419,57.219184],[-153.298329,57.216254],[-153.307322,57.211982],[-153.324167,57.193061],[-153.335886,57.1883],[-153.350168,57.191148],[-153.376658,57.205797],[-153.391103,57.209418],[-153.378651,57.193834],[-153.37328,57.185004],[-153.373728,57.178046],[-153.408193,57.147935],[-153.426096,57.140123],[-153.440663,57.125434],[-153.455271,57.116848],[-153.473012,57.127427],[-153.479075,57.144029],[-153.480051,57.161689],[-153.486073,57.175727],[-153.507192,57.181464],[-153.531606,57.179755],[-153.54186,57.175849],[-153.548166,57.168443],[-153.54426,57.164455],[-153.513132,57.170356],[-153.500356,57.168443],[-153.524526,57.137397],[-153.526845,57.126695],[-153.51891,57.117377],[-153.507802,57.108588],[-153.500356,57.099555],[-153.498158,57.074286],[-153.513173,57.069729],[-153.559031,57.079047],[-153.711374,57.067043],[-153.761057,57.051744],[-153.761057,57.044908],[-153.607126,57.051744],[-153.591257,57.048163],[-153.590443,57.039984],[-153.598948,57.030666],[-153.610829,57.02383],[-153.627146,57.021145],[-153.643056,57.021633],[-153.65807,57.019843],[-153.67162,57.010199],[-153.576121,57.003974],[-153.555124,56.998725],[-153.559763,56.986518],[-153.589101,56.962958],[-153.592112,56.962226],[-153.600209,56.963528],[-153.603383,56.962958],[-153.603953,56.960354],[-153.602773,56.951239],[-153.603383,56.948717],[-153.617991,56.939154],[-153.62678,56.936184],[-153.64094,56.935045],[-153.666941,56.93769],[-153.67158,56.94538],[-153.670237,56.958441],[-153.678456,56.97663],[-153.713612,56.914537],[-153.738881,56.889146],[-153.767893,56.900336],[-153.778879,56.877021],[-153.756907,56.874945],[-153.702707,56.887274],[-153.694163,56.883002],[-153.694936,56.873603],[-153.701405,56.864203],[-153.709828,56.859931],[-153.767893,56.853095],[-153.772898,56.850491],[-153.775624,56.841376],[-153.780873,56.839504],[-153.786936,56.840806],[-153.79662,56.845893],[-153.824452,56.84691],[-153.837717,56.844184],[-153.843577,56.835761],[-153.850168,56.814521],[-153.8662,56.801703],[-153.905019,56.784857],[-153.941843,56.758775],[-153.962514,56.748236],[-153.987253,56.743842],[-154.015207,56.748481],[-154.035146,56.75727],[-154.055002,56.762519],[-154.08259,56.756903],[-154.108347,56.744615],[-154.122629,56.741197],[-154.137807,56.743842],[-154.149526,56.750922],[-154.148264,56.756252],[-154.141713,56.762885],[-154.137807,56.774319],[-154.130116,56.786526],[-154.063791,56.847398],[-154.0006,56.872992],[-153.976796,56.892564],[-153.968088,56.905504],[-153.955922,56.910102],[-153.931752,56.914537],[-153.888987,56.930365],[-153.810496,56.970893],[-153.774729,56.997138],[-153.780873,57.003974],[-153.833811,56.972235],[-153.849802,56.969184],[-153.855662,56.97602],[-153.832021,57.001532],[-153.83613,57.017564],[-153.852406,57.023627],[-153.862416,57.011135],[-153.869578,56.991645],[-153.877146,56.97663],[-153.896921,56.965888],[-153.922475,56.962144],[-153.973337,56.962958],[-153.968984,56.979967],[-153.962636,56.995103],[-153.953928,57.008612],[-153.929514,57.035061],[-153.910878,57.061225],[-153.898183,57.072821],[-153.882639,57.080512],[-153.834828,57.096584],[-153.818715,57.099555],[-153.810496,57.102118],[-153.795888,57.114936],[-153.788319,57.120063],[-153.776723,57.124091],[-153.765574,57.126288],[-153.739939,57.127427],[-153.739939,57.133694],[-153.782786,57.150214],[-153.805735,57.154202],[-153.815663,57.144599],[-153.820668,57.133368],[-153.832468,57.126654],[-153.857249,57.120063],[-153.973582,57.061916],[-154.006947,57.039293],[-154.04955,56.996039],[-154.075063,56.975572],[-154.099558,56.96483],[-154.11498,56.985785],[-154.134104,56.995185],[-154.137807,57.003974],[-154.134836,57.008734],[-154.121775,57.01911],[-154.117299,57.02383],[-154.110463,57.038072],[-154.080027,57.066596],[-153.959665,57.120063],[-154.083201,57.127427],[-154.091257,57.130683],[-154.109975,57.144761],[-154.120432,57.147935],[-154.174916,57.146226],[-154.240834,57.154771],[-154.299184,57.147935],[-154.360666,57.147935],[-154.373362,57.145168],[-154.39741,57.131822],[-154.41157,57.127427],[-154.468251,57.124457],[-154.494944,57.113593],[-154.48412,57.089586],[-154.460764,57.071112],[-154.437815,57.057278],[-154.412953,57.050198],[-154.384226,57.051744],[-154.361318,57.059068],[-154.346059,57.069037],[-154.31904,57.096137],[-154.29719,57.110297],[-154.27241,57.117377],[-154.121205,57.123725],[-154.103708,57.113837],[-154.103749,57.097968],[-154.111928,57.076728],[-154.130971,57.044908],[-154.153188,57.019761],[-154.158315,57.010199],[-154.160268,56.998725],[-154.157582,56.976996],[-154.158315,56.969184],[-154.172475,56.952623],[-154.193837,56.944566],[-154.24767,56.941881],[-154.230336,56.933051],[-154.221791,56.92536],[-154.221913,56.916449],[-154.230295,56.903998],[-154.237986,56.899563],[-154.24592,56.901353],[-154.253855,56.905463],[-154.261586,56.907701],[-154.281809,56.887274],[-154.276601,56.897773],[-154.277577,56.905951],[-154.28425,56.911607],[-154.296091,56.914537],[-154.300649,56.873521],[-154.299184,56.866848],[-154.282582,56.869574],[-154.255605,56.882758],[-154.240834,56.887274],[-154.240834,56.879828],[-154.27184,56.863715],[-154.281809,56.859931],[-154.29955,56.855414],[-154.304921,56.85578],[-154.30488,56.874905],[-154.305002,56.902289],[-154.313466,56.91828],[-154.328318,56.929674],[-154.388743,56.963853],[-154.41161,56.972968],[-154.448191,56.978705],[-154.473256,56.987698],[-154.48412,56.989691],[-154.514882,56.989691],[-154.528554,56.991645],[-154.531687,56.996568],[-154.529856,57.00316],[-154.52717,57.032904],[-154.520009,57.055976],[-154.516347,57.077582],[-154.533396,57.112047],[-154.531484,57.153144],[-154.535024,57.174628],[-154.548573,57.192816],[-154.588694,57.231106],[-154.597117,57.246649],[-154.601511,57.258938],[-154.612172,57.266303],[-154.6256,57.269965],[-154.672556,57.270901],[-154.681345,57.272895],[-154.684316,57.277493],[-154.684763,57.282172],[-154.685862,57.284491],[-154.716054,57.281684],[-154.751414,57.27383],[-154.783152,57.272935],[-154.802561,57.291327],[-154.787668,57.291571],[-154.7683,57.294989],[-154.755116,57.302639],[-154.758168,57.315579],[-154.771433,57.325385],[-154.798451,57.336086],[-154.810007,57.346584],[-154.787546,57.357733],[-154.763499,57.354193],[-154.736928,57.34512],[-154.70698,57.339789],[-154.711008,57.347724],[-154.717112,57.353827],[-154.724965,57.358059],[-154.734242,57.360256],[-154.734242,57.367092],[-154.714711,57.378119],[-154.708445,57.395697],[-154.713206,57.414252],[-154.726877,57.428534],[-154.686147,57.452704],[-154.653391,57.460761],[-154.644276,57.466742],[-154.658559,57.476264],[-154.650217,57.496039],[-154.634633,57.513739],[-154.614735,57.526557],[-154.582957,57.534084],[-154.562489,57.543931],[-154.549306,57.544582],[-154.540028,57.539496],[-154.521433,57.51789],[-154.509755,57.528388],[-154.523427,57.570014],[-154.514882,57.579291],[-154.455556,57.576728],[-154.398508,57.566311],[-154.409901,57.572903],[-154.446889,57.586127],[-154.398508,57.613471],[-154.364369,57.627143],[-154.362009,57.631049],[-154.356435,57.645453],[-154.356923,57.648261],[-154.337595,57.650214],[-154.300649,57.645697],[-154.281809,57.648261],[-154.268259,57.655504],[-154.254709,57.665229],[-154.239329,57.673285],[-154.220326,57.675523],[-154.202626,57.67182],[-154.169301,57.659247],[-154.151438,57.655097],[-154.055857,57.655097],[-154.018625,57.647203],[-154.000559,57.629706],[-153.973337,57.572496],[-153.999949,57.55565],[-154.110463,57.544582],[-154.068349,57.537055],[-153.974802,57.549954],[-153.935496,57.53498],[-153.920277,57.507229],[-153.906931,57.434963],[-153.890736,57.408026],[-153.875315,57.399156],[-153.840525,57.386664],[-153.825632,57.377265],[-153.777821,57.322333],[-153.747304,57.303412],[-153.630686,57.270901],[-153.644521,57.284003],[-153.669138,57.297309],[-153.696156,57.307685],[-153.743764,57.318915],[-153.753896,57.336371],[-153.758249,57.358832],[-153.767893,57.380764],[-153.784739,57.394355],[-153.80012,57.401313],[-153.81135,57.41234],[-153.819773,57.484931],[-153.818349,57.506293],[-153.808827,57.51789],[-153.843699,57.550971],[-153.849802,57.558824],[-153.850819,57.577297],[-153.842519,57.581977],[-153.830068,57.577786],[-153.818715,57.569403],[-153.792429,57.555976],[-153.749623,57.544379],[-153.70637,57.539049],[-153.678456,57.544582],[-153.691029,57.553778],[-153.705149,57.557929],[-153.74059,57.558824],[-153.753977,57.561957],[-153.868723,57.628607],[-153.884592,57.648261],[-153.852773,57.658677],[-153.810902,57.659003],[-153.667592,57.641832],[-153.641103,57.629218],[-153.630686,57.599799],[-153.617502,57.605211],[-153.591013,57.601386],[-153.582875,57.607327],[-153.584584,57.617092],[-153.593332,57.628323],[-153.604685,57.6376],[-153.631052,57.646796],[-153.698964,57.682359],[-153.756093,57.693183],[-153.876414,57.701117],[-153.905751,57.711249],[-153.925526,57.72956],[-153.938222,57.775621],[-153.924631,57.810492],[-153.89448,57.837592],[-153.843455,57.870592],[-153.83613,57.874172],[-153.829783,57.87523],[-153.8155,57.873969],[-153.808827,57.874172],[-153.796702,57.878485],[-153.764475,57.89468],[-153.723826,57.902086],[-153.719472,57.900824],[-153.702707,57.891262],[-153.692576,57.88703],[-153.68224,57.889106],[-153.6728,57.893134],[-153.665476,57.89468],[-153.64509,57.883694],[-153.638295,57.867621],[-153.627797,57.853176],[-153.596262,57.846869],[-153.574412,57.839545],[-153.564565,57.821601],[-153.562205,57.799058],[-153.562449,57.777981],[-153.558298,57.738349],[-153.546946,57.69892],[-153.529408,57.661322],[-153.507192,57.627143],[-153.498158,57.642564],[-153.522165,57.695624],[-153.527659,57.723334],[-153.481028,57.702704],[-153.452341,57.694566],[-153.439524,57.699408],[-153.448435,57.716132],[-153.469553,57.728949],[-153.514027,57.743842],[-153.499135,57.760891],[-153.474314,57.773627],[-153.446238,57.777411],[-153.421824,57.767401],[-153.409413,57.751695],[-153.398386,57.733954],[-153.384389,57.718573],[-153.363149,57.709662],[-153.333567,57.713853],[-153.321278,57.730902],[-153.325795,57.749416],[-153.346425,57.758043],[-153.360341,57.761176],[-153.378977,57.774848],[-153.393748,57.780219],[-153.396433,57.785102],[-153.398183,57.789984],[-153.401357,57.792222],[-153.432078,57.792222],[-153.458811,57.802802],[-153.476674,57.821357],[-153.47643,57.839016],[-153.449167,57.846869],[-153.424998,57.842719],[-153.350168,57.81269],[-153.291371,57.798774],[-153.229726,57.792222],[-153.211049,57.78559],[-153.210032,57.769436],[-153.214548,57.748928],[-153.212351,57.72956],[-153.206492,57.720893],[-153.19933,57.714545],[-153.190297,57.710679],[-153.178822,57.709662],[-153.195261,57.727118],[-153.197743,57.751125],[-153.191884,57.805243],[-153.198679,57.857123],[-153.204539,57.868476],[-153.231882,57.888739],[-153.240305,57.902086],[-153.211985,57.901801],[-153.186838,57.893541],[-153.144032,57.867906],[-153.075063,57.83747],[-153.061513,57.825751],[-153.048451,57.833197],[-153.060618,57.84162],[-153.085072,57.852444],[-153.096913,57.8605],[-153.097727,57.86933],[-153.109486,57.883368],[-153.125966,57.896389],[-153.156077,57.907864],[-153.202463,57.946194],[-153.221018,57.955878],[-153.262807,57.96601],[-153.295155,57.986396],[-153.299916,57.991889],[-153.301747,58.0008],[-153.296457,58.008124],[-153.28425,58.010443],[-153.270579,58.008612],[-153.260813,58.003892],[-153.229563,57.997992],[-153.166941,57.970038],[-153.118764,57.960395],[-153.083567,57.946234],[-153.046213,57.940172],[-153.012766,57.929104]]],[[[-136.338368,58.014635],[-136.336822,58.007025],[-136.370025,57.999945],[-136.377919,57.990058],[-136.389801,57.963568],[-136.379058,57.935289],[-136.392486,57.898871],[-136.419911,57.865546],[-136.451283,57.846869],[-136.453847,57.863105],[-136.464101,57.872626],[-136.471181,57.881171],[-136.464263,57.89468],[-136.471832,57.898993],[-136.481801,57.902045],[-136.493398,57.903266],[-136.50593,57.902086],[-136.500152,57.910712],[-136.494293,57.917426],[-136.487416,57.923163],[-136.478586,57.928778],[-136.478586,57.935614],[-136.496938,57.938544],[-136.510243,57.933051],[-136.523183,57.925279],[-136.540354,57.921332],[-136.552846,57.925116],[-136.552805,57.933743],[-136.544749,57.943101],[-136.533193,57.949286],[-136.546376,57.962104],[-136.541982,57.978095],[-136.528147,57.993232],[-136.512766,58.003892],[-136.520619,58.013495],[-136.546742,58.012397],[-136.561147,58.017524],[-136.555531,58.024237],[-136.551259,58.031887],[-136.548451,58.040107],[-136.546295,58.06037],[-136.542836,58.065904],[-136.514719,58.086737],[-136.495513,58.094916],[-136.475331,58.097846],[-136.457509,58.093248],[-136.438059,58.072455],[-136.361928,58.031195],[-136.338368,58.014635]]],[[[-153.202707,58.098822],[-153.181956,58.093248],[-153.131052,58.100246],[-153.11677,58.100084],[-153.106191,58.094631],[-153.087961,58.076117],[-153.078928,58.07217],[-153.074208,58.068061],[-153.05842,58.04206],[-153.047597,58.037055],[-153.000071,58.031195],[-152.890818,57.997707],[-152.903513,57.990668],[-152.916575,57.991889],[-152.930409,57.995998],[-152.945424,57.997707],[-152.983713,57.985745],[-153.000071,57.984036],[-153.026926,57.988756],[-153.081654,58.007229],[-153.115549,58.013658],[-153.16865,58.032701],[-153.202707,58.029771],[-153.216054,58.034898],[-153.244456,58.071723],[-153.262644,58.085354],[-153.288075,58.086412],[-153.263173,58.059149],[-153.253285,58.052314],[-153.340321,58.046454],[-153.379587,58.049506],[-153.418365,58.065985],[-153.322214,58.127387],[-153.329661,58.134833],[-153.313059,58.141791],[-153.295481,58.14643],[-153.277781,58.146796],[-153.260813,58.141059],[-153.225087,58.112128],[-153.202707,58.098822]]],[[[-151.846181,58.175198],[-151.868886,58.173529],[-151.888661,58.17886],[-151.897084,58.192857],[-151.891835,58.206977],[-151.866078,58.257758],[-151.827138,58.265611],[-151.809885,58.262926],[-151.793446,58.244696],[-151.805979,58.212104],[-151.815053,58.196112],[-151.828847,58.182034],[-151.846181,58.175198]]],[[[-135.714996,58.229722],[-135.689361,58.226264],[-135.662465,58.230048],[-135.63565,58.230414],[-135.624013,58.225002],[-135.60143,58.206977],[-135.590972,58.203111],[-135.556304,58.199408],[-135.546295,58.196275],[-135.553782,58.189439],[-135.53718,58.181138],[-135.501943,58.173814],[-135.484853,58.162095],[-135.496693,58.150824],[-135.502268,58.138332],[-135.505971,58.125474],[-135.512115,58.113186],[-135.523427,58.102444],[-135.534047,58.099433],[-135.545644,58.098334],[-135.560618,58.093248],[-135.582143,58.075181],[-135.602366,58.054023],[-135.627309,58.041409],[-135.692372,58.053412],[-135.769399,58.046454],[-135.78307,58.04206],[-135.752797,58.027289],[-135.693227,58.040107],[-135.662424,58.031195],[-135.66983,58.02497],[-135.657297,58.020901],[-135.639516,58.01789],[-135.624827,58.01317],[-135.621409,58.003892],[-135.631663,57.997382],[-135.649973,57.995592],[-135.741282,58.002265],[-135.768544,57.998236],[-135.793324,57.984036],[-135.708974,57.978258],[-135.662465,57.97012],[-135.656158,57.949286],[-135.640736,57.952094],[-135.627431,57.958889],[-135.623402,57.967678],[-135.63565,57.976549],[-135.63565,57.984036],[-135.614369,57.983832],[-135.592885,57.987454],[-135.57311,57.995307],[-135.5572,58.007636],[-135.515533,58.058539],[-135.436431,58.079576],[-135.424469,58.09512],[-135.431711,58.104071],[-135.446441,58.112738],[-135.457509,58.127387],[-135.439809,58.128892],[-135.40803,58.138577],[-135.389272,58.141059],[-135.368804,58.13935],[-135.346547,58.13467],[-135.307362,58.120551],[-135.314687,58.11815],[-135.334055,58.106879],[-135.316762,58.100531],[-135.300201,58.101223],[-135.266428,58.106879],[-135.246165,58.104804],[-135.206858,58.095404],[-135.186635,58.093248],[-135.118031,58.100084],[-135.100575,58.096625],[-135.089589,58.089179],[-135.090321,58.082017],[-135.108062,58.079576],[-135.108062,58.07217],[-134.97997,58.05036],[-134.924794,58.027493],[-134.902008,57.973131],[-134.905263,57.969794],[-134.912262,57.96898],[-134.919301,57.967027],[-134.922515,57.96015],[-134.920074,57.953518],[-134.910227,57.942939],[-134.909495,57.935614],[-134.915761,57.921047],[-134.924428,57.914008],[-134.950429,57.902086],[-134.965077,57.886054],[-134.960317,57.871649],[-134.942006,57.85871],[-134.915679,57.846869],[-134.945953,57.85106],[-135.046702,57.902086],[-135.10912,57.919135],[-135.128285,57.921332],[-135.144683,57.924994],[-135.197499,57.949286],[-135.203684,57.943061],[-135.184234,57.921617],[-135.160308,57.903795],[-135.134267,57.889879],[-135.108062,57.880316],[-135.055653,57.873358],[-135.039784,57.867906],[-135.014719,57.846015],[-135.00121,57.840033],[-134.984527,57.846869],[-134.982004,57.829006],[-134.967844,57.820054],[-134.930002,57.81269],[-134.942454,57.806586],[-134.970937,57.802151],[-134.984527,57.798407],[-135.003977,57.788764],[-135.013783,57.785875],[-135.203033,57.785102],[-135.259389,57.795966],[-135.421213,57.863267],[-135.449778,57.871161],[-135.481109,57.874172],[-135.491607,57.877346],[-135.505686,57.891425],[-135.696441,57.936103],[-135.845815,57.992174],[-135.865956,57.996283],[-135.889556,57.997707],[-135.889556,57.99022],[-135.840566,57.975898],[-135.817006,57.963568],[-135.806996,57.946194],[-135.792226,57.934149],[-135.613759,57.895941],[-135.58788,57.884101],[-135.575307,57.880032],[-135.546986,57.8758],[-135.519765,57.861762],[-135.515533,57.8605],[-135.512847,57.85814],[-135.515859,57.845649],[-135.512115,57.839423],[-135.499908,57.834784],[-135.403228,57.814195],[-135.388661,57.81269],[-135.372385,57.805243],[-135.328969,57.769721],[-135.320953,57.758043],[-135.327301,57.751288],[-135.350738,57.746283],[-135.361318,57.737006],[-135.363881,57.726223],[-135.355092,57.724758],[-135.327504,57.72956],[-135.273671,57.730211],[-135.250234,57.72663],[-135.224192,57.716498],[-135.217112,57.711127],[-135.214467,57.707343],[-135.210032,57.706488],[-135.197499,57.709662],[-135.173899,57.725531],[-135.162709,57.72956],[-135.115834,57.733954],[-135.101308,57.737006],[-135.08019,57.750637],[-135.073476,57.751939],[-135.060414,57.752021],[-135.053456,57.75434],[-135.038808,57.755805],[-135.024322,57.750149],[-135.009836,57.746527],[-134.983022,57.761542],[-134.967519,57.764309],[-134.936513,57.764309],[-134.913889,57.755845],[-134.902943,57.735419],[-134.896718,57.710517],[-134.888336,57.688544],[-134.891713,57.673041],[-134.884348,57.654242],[-134.851226,57.604926],[-134.844879,57.588446],[-134.841624,57.57099],[-134.840566,57.552069],[-134.843414,57.533515],[-134.842681,57.522691],[-134.836822,57.51789],[-134.833974,57.514553],[-134.813873,57.497463],[-134.819569,57.48607],[-134.856842,57.498114],[-134.874745,57.489936],[-134.847401,57.469428],[-134.871409,57.461005],[-134.905995,57.457261],[-135.028961,57.460517],[-135.056874,57.46662],[-135.183176,57.519273],[-135.32079,57.584906],[-135.457509,57.633979],[-135.512115,57.648261],[-135.554433,57.67182],[-135.56371,57.675523],[-135.584218,57.680609],[-135.628041,57.706041],[-135.768178,57.759711],[-135.813222,57.764309],[-135.806304,57.754055],[-135.796254,57.743801],[-135.784413,57.735093],[-135.772288,57.72956],[-135.754384,57.728095],[-135.737538,57.729153],[-135.724355,57.725409],[-135.717641,57.709662],[-135.729563,57.702541],[-135.725168,57.694648],[-135.713531,57.685736],[-135.703969,57.675523],[-135.763417,57.670315],[-135.791168,57.660102],[-135.806996,57.641425],[-135.734975,57.65119],[-135.710805,57.648261],[-135.644602,57.617865],[-135.621693,57.613471],[-135.604848,57.607082],[-135.584869,57.592963],[-135.570627,57.578925],[-135.570465,57.572496],[-135.621083,57.575873],[-135.64387,57.570543],[-135.656158,57.552069],[-135.616119,57.563137],[-135.595774,57.564521],[-135.577707,57.555487],[-135.567047,57.545111],[-135.558258,57.533393],[-135.560048,57.523342],[-135.581044,57.51789],[-135.581044,57.511054],[-135.563629,57.508124],[-135.553049,57.498684],[-135.547719,57.484117],[-135.546295,57.466051],[-135.555898,57.453681],[-135.578114,57.44892],[-135.621409,57.448961],[-135.594716,57.428534],[-135.59911,57.419257],[-135.607249,57.416653],[-135.616607,57.415758],[-135.624827,57.41177],[-135.632151,57.411811],[-135.644887,57.414781],[-135.656972,57.416205],[-135.662424,57.41177],[-135.660878,57.403062],[-135.656728,57.396226],[-135.650461,57.391099],[-135.642486,57.3876],[-135.653228,57.387885],[-135.66686,57.386664],[-135.678538,57.383246],[-135.690785,57.367011],[-135.707428,57.366523],[-135.823557,57.386176],[-135.847971,57.394355],[-135.840647,57.414496],[-135.853871,57.425035],[-135.896352,57.435289],[-135.934438,57.452216],[-135.949086,57.461859],[-135.950347,57.469428],[-135.961252,57.483466],[-135.977406,57.497138],[-136.012441,57.51789],[-135.982533,57.524156],[-135.946767,57.516343],[-135.889556,57.489936],[-135.838979,57.454983],[-135.810211,57.439887],[-135.779693,57.435289],[-135.800893,57.465806],[-135.836578,57.488715],[-136.039418,57.57689],[-136.073883,57.607327],[-136.061025,57.611518],[-136.047719,57.613227],[-136.019276,57.613471],[-136.024403,57.601264],[-136.018544,57.59398],[-136.006093,57.591376],[-135.991322,57.592963],[-135.996449,57.607489],[-135.985504,57.613227],[-135.950347,57.613471],[-135.950347,57.620917],[-135.969309,57.622992],[-136.005727,57.632229],[-136.019276,57.633979],[-136.050404,57.628607],[-136.057118,57.630561],[-136.065582,57.639146],[-136.075917,57.64704],[-136.084584,57.648505],[-136.088206,57.637641],[-136.096669,57.622952],[-136.115468,57.621649],[-136.134267,57.630113],[-136.142812,57.644761],[-136.136545,57.657538],[-136.121449,57.669827],[-136.103505,57.678941],[-136.088206,57.682359],[-136.088206,57.688544],[-136.207631,57.748277],[-136.225697,57.766588],[-136.224721,57.784817],[-136.238393,57.792222],[-136.260365,57.776109],[-136.277252,57.775336],[-136.292836,57.785386],[-136.310374,57.801825],[-136.319936,57.80683],[-136.343577,57.815497],[-136.348256,57.822333],[-136.352284,57.834174],[-136.362416,57.840155],[-136.375885,57.841457],[-136.389801,57.839423],[-136.398305,57.821357],[-136.405873,57.815497],[-136.416493,57.825751],[-136.417226,57.835028],[-136.405914,57.854478],[-136.394846,57.885688],[-136.358225,57.913642],[-136.348256,57.928778],[-136.351064,57.935614],[-136.365956,57.952704],[-136.369374,57.963568],[-136.364369,57.975775],[-136.353139,57.983222],[-136.340443,57.988471],[-136.331166,57.993964],[-136.31192,57.99551],[-136.283844,57.981676],[-136.161733,57.902411],[-136.058583,57.850409],[-136.04601,57.847398],[-136.032948,57.846869],[-136.056711,57.868232],[-136.144032,57.907782],[-136.220693,57.968573],[-136.234975,57.976549],[-136.25064,57.982327],[-136.296946,58.010565],[-136.32551,58.039293],[-136.409657,58.079901],[-136.430776,58.106879],[-136.424184,58.122463],[-136.405263,58.133938],[-136.380238,58.140367],[-136.355702,58.141059],[-136.334096,58.135321],[-136.295522,58.115302],[-136.272532,58.106879],[-136.281606,58.117987],[-136.293528,58.125922],[-136.300038,58.134589],[-136.29304,58.147895],[-136.332387,58.179348],[-136.348948,58.196438],[-136.355702,58.219875],[-136.300404,58.216783],[-136.272694,58.220933],[-136.263173,58.216946],[-136.259511,58.199693],[-136.255116,58.190497],[-136.235951,58.171942],[-136.231557,58.158759],[-136.22468,58.149237],[-136.192738,58.134263],[-136.183176,58.120551],[-136.184967,58.117662],[-136.197987,58.088772],[-136.193715,58.083645],[-136.165639,58.067084],[-136.101186,58.058539],[-136.146718,58.081041],[-136.159535,58.08983],[-136.164784,58.101955],[-136.165517,58.119086],[-136.163319,58.134467],[-136.159535,58.141059],[-136.169504,58.146918],[-136.176991,58.160712],[-136.180247,58.176744],[-136.177561,58.189439],[-136.164622,58.196601],[-136.145904,58.201483],[-136.132883,58.20718],[-136.136586,58.216783],[-136.136586,58.223049],[-136.102935,58.221625],[-136.070953,58.211412],[-135.982289,58.167629],[-135.965321,58.164008],[-135.957834,58.172105],[-135.959543,58.196926],[-135.955881,58.20425],[-135.944203,58.216783],[-135.922841,58.23192],[-135.813547,58.274359],[-135.785064,58.276068],[-135.75886,58.268622],[-135.714996,58.229722]]],[[[-136.059997,58.267785],[-136.111953,58.258534],[-136.137573,58.265089],[-136.143689,58.285366],[-136.106984,58.303409],[-136.045053,58.318596],[-136.027939,58.294969],[-136.059997,58.267785]]],[[[-152.864858,58.33515],[-152.858266,58.334866],[-152.846059,58.337592],[-152.842152,58.336249],[-152.84142,58.334133],[-152.842844,58.332994],[-152.845408,58.333441],[-152.842885,58.332587],[-152.827382,58.32982],[-152.824045,58.32685],[-152.819325,58.321112],[-152.81074,58.316352],[-152.799875,58.316596],[-152.795481,58.312201],[-152.788442,58.297919],[-152.782419,58.288642],[-152.793813,58.287421],[-152.79544,58.287746],[-152.802154,58.288764],[-152.81135,58.290351],[-152.849355,58.301337],[-152.902699,58.307685],[-152.919057,58.315375],[-152.930613,58.328559],[-152.924672,58.338324],[-152.906239,58.34219],[-152.889597,58.341254],[-152.864858,58.33515]]],[[[-134.381256,58.271389],[-134.279368,58.220649],[-134.258412,58.196275],[-134.470326,58.225816],[-134.512278,58.223049],[-134.53539,58.224107],[-134.578033,58.234687],[-134.597279,58.23725],[-134.620473,58.246405],[-134.650787,58.267727],[-134.674957,58.291815],[-134.67984,58.309272],[-134.662831,58.319648],[-134.621083,58.323228],[-134.604115,58.329779],[-134.58434,58.340969],[-134.563344,58.34455],[-134.481842,58.333482],[-134.446278,58.315131],[-134.381256,58.271389]]],[[[-135.543345,58.334832],[-135.592222,58.327751],[-135.670623,58.3309],[-135.718503,58.346144],[-135.71423,58.370478],[-135.654904,58.379797],[-135.568898,58.373151],[-135.543345,58.334832]]],[[[-134.917063,58.373521],[-134.90392,58.371487],[-134.888173,58.371772],[-134.874745,58.367621],[-134.85733,58.354967],[-134.832183,58.344184],[-134.809438,58.330634],[-134.799631,58.309272],[-134.796051,58.298651],[-134.787668,58.292141],[-134.777577,58.287299],[-134.76891,58.281684],[-134.738149,58.244696],[-134.726877,58.235175],[-134.718332,58.229722],[-134.711293,58.22309],[-134.70401,58.209947],[-134.696156,58.174018],[-134.693186,58.168402],[-134.604156,58.171047],[-134.56135,58.178656],[-134.556386,58.18065],[-134.551259,58.181789],[-134.474355,58.182034],[-134.444651,58.177395],[-134.390736,58.155341],[-134.361399,58.147895],[-134.331614,58.148139],[-134.186391,58.168402],[-134.176991,58.16352],[-134.167063,58.152045],[-134.160756,58.138495],[-134.16218,58.127387],[-134.169993,58.12344],[-134.180816,58.123725],[-134.203765,58.127387],[-134.190541,58.115668],[-134.175852,58.106879],[-134.169342,58.077786],[-134.09024,58.026068],[-134.086415,57.997707],[-134.029368,57.963853],[-134.002309,57.939358],[-133.979563,57.877834],[-133.952219,57.844794],[-133.918568,57.81684],[-133.888417,57.798407],[-133.89273,57.789496],[-133.895009,57.779486],[-133.895579,57.768988],[-133.894643,57.758043],[-133.891428,57.746527],[-133.882802,57.729967],[-133.880971,57.719916],[-133.87914,57.693183],[-133.872629,57.673814],[-133.860015,57.658026],[-133.803944,57.610012],[-133.789296,57.588853],[-133.802805,57.579291],[-133.826161,57.585924],[-133.842152,57.602118],[-133.856313,57.622382],[-133.874176,57.641425],[-133.962961,57.692328],[-133.966217,57.703559],[-133.980702,57.715399],[-133.984039,57.726467],[-133.985463,57.738105],[-133.989125,57.745795],[-133.993764,57.753323],[-133.99828,57.764309],[-134.01061,57.806586],[-134.023793,57.820502],[-134.068837,57.83161],[-134.088043,57.845893],[-134.104075,57.863756],[-134.114369,57.880316],[-134.131093,57.937201],[-134.141672,57.956732],[-134.159332,57.976549],[-134.182118,57.995429],[-134.231068,58.02497],[-134.231068,58.031195],[-134.211293,58.026842],[-134.190826,58.016059],[-134.155344,57.99022],[-134.172678,58.013739],[-134.199615,58.040717],[-134.230092,58.062934],[-134.258046,58.07217],[-134.272084,58.073188],[-134.281239,58.076361],[-134.288197,58.081855],[-134.295644,58.08983],[-134.306752,58.09809],[-134.310129,58.093411],[-134.307932,58.08454],[-134.302398,58.079576],[-134.289133,58.073879],[-134.276438,58.059638],[-134.267242,58.041815],[-134.264556,58.02497],[-134.290842,58.035956],[-134.304189,58.03913],[-134.319203,58.038642],[-134.319203,58.031195],[-134.261627,58.009019],[-134.238108,57.992825],[-134.224233,57.969713],[-134.243967,57.970038],[-134.263539,57.975898],[-134.299387,57.993964],[-134.31664,57.996649],[-134.312245,57.979438],[-134.292551,57.946194],[-134.28893,57.935533],[-134.274078,57.906155],[-134.272043,57.887844],[-134.277821,57.86994],[-134.286285,57.852118],[-134.289174,57.836656],[-134.278228,57.825751],[-134.25178,57.85692],[-134.20873,57.839911],[-134.056996,57.695868],[-134.047109,57.683336],[-134.052846,57.672919],[-134.08023,57.661933],[-134.065541,57.650295],[-134.011138,57.653795],[-133.987416,57.644761],[-133.968495,57.632799],[-133.951405,57.627875],[-133.937856,57.618557],[-133.929433,57.592963],[-133.929433,57.555487],[-133.926178,57.54442],[-133.899322,57.506496],[-133.854237,57.47602],[-133.839996,57.462633],[-133.860707,57.456366],[-133.872182,57.466946],[-133.880442,57.482164],[-133.891591,57.489936],[-133.90095,57.490668],[-133.90685,57.491767],[-133.912831,57.492011],[-133.922597,57.489936],[-133.91808,57.485907],[-133.918121,57.475775],[-133.922922,57.468451],[-133.932485,57.472846],[-133.964223,57.482164],[-134.039866,57.495307],[-134.05602,57.500149],[-134.072825,57.511054],[-134.076324,57.508368],[-134.086415,57.497463],[-134.066965,57.487982],[-134.05663,57.484524],[-134.045481,57.4831],[-134.045481,57.476264],[-134.100697,57.476264],[-134.066274,57.461371],[-134.012359,57.458482],[-133.97704,57.449205],[-133.99828,57.415473],[-133.979604,57.413275],[-133.941274,57.425035],[-133.919504,57.428534],[-133.914459,57.431098],[-133.903798,57.435126],[-133.893219,57.435004],[-133.888417,57.425116],[-133.886545,57.422593],[-133.878733,57.405341],[-133.877553,57.40119],[-133.870513,57.392646],[-133.864491,57.373928],[-133.86498,57.355129],[-133.877553,57.346584],[-133.901723,57.343329],[-133.915598,57.334784],[-133.93932,57.308661],[-133.958079,57.303697],[-133.982411,57.308498],[-134.052317,57.339789],[-134.059926,57.346747],[-134.06314,57.353664],[-134.067942,57.356838],[-134.08023,57.352769],[-134.078928,57.346625],[-134.075022,57.335395],[-134.077138,57.326077],[-134.093902,57.325507],[-134.099599,57.329413],[-134.102895,57.344672],[-134.107533,57.352769],[-134.119537,57.363267],[-134.13683,57.375312],[-134.156565,57.384711],[-134.175852,57.3876],[-134.142242,57.350165],[-134.131825,57.327216],[-134.149159,57.311835],[-134.142323,57.304511],[-134.134877,57.298163],[-134.117299,57.30622],[-134.10143,57.300238],[-134.072825,57.277655],[-134.084788,57.256415],[-134.099477,57.25609],[-134.114491,57.263373],[-134.127431,57.264635],[-134.135081,57.253974],[-134.147125,57.216864],[-134.155344,57.201972],[-134.167388,57.191555],[-134.182037,57.183417],[-134.198842,57.17772],[-134.217397,57.174628],[-134.226471,57.176418],[-134.235992,57.180569],[-134.245595,57.182563],[-134.254954,57.178046],[-134.261464,57.173],[-134.285715,57.161038],[-134.27009,57.141913],[-134.284779,57.135932],[-134.31017,57.135647],[-134.32665,57.133694],[-134.323557,57.129828],[-134.319203,57.120063],[-134.331451,57.120795],[-134.340932,57.123358],[-134.361399,57.133694],[-134.364573,57.122992],[-134.369944,57.115058],[-134.377756,57.109565],[-134.388092,57.106391],[-134.380686,57.10102],[-134.372304,57.09691],[-134.363352,57.094062],[-134.353993,57.092719],[-134.353993,57.086493],[-134.404408,57.067939],[-134.437367,57.06094],[-134.468617,57.03913],[-134.484934,57.031236],[-134.50182,57.028957],[-134.556304,57.031236],[-134.574615,57.02912],[-134.614613,57.010199],[-134.598459,57.049506],[-134.5985,57.069973],[-134.622914,57.110826],[-134.612864,57.127183],[-134.594106,57.141099],[-134.579905,57.154771],[-134.614369,57.175279],[-134.624908,57.184882],[-134.631581,57.195787],[-134.635569,57.210761],[-134.63329,57.224189],[-134.62149,57.229926],[-134.557688,57.215644],[-134.525543,57.215766],[-134.50475,57.236721],[-134.539703,57.239936],[-134.556711,57.244696],[-134.569976,57.253811],[-134.580474,57.264635],[-134.58316,57.269355],[-134.566884,57.284491],[-134.543568,57.301093],[-134.51651,57.309149],[-134.457021,57.311835],[-134.463775,57.319525],[-134.489247,57.336005],[-134.497955,57.339789],[-134.529897,57.339789],[-134.546051,57.342475],[-134.559397,57.352769],[-134.553822,57.363023],[-134.56017,57.386176],[-134.556304,57.397773],[-134.542104,57.403388],[-134.522125,57.403144],[-134.508209,57.395982],[-134.512278,57.380764],[-134.402415,57.360256],[-134.341664,57.335354],[-134.312978,57.332343],[-134.321034,57.344875],[-134.335439,57.354193],[-134.367584,57.367092],[-134.367584,57.373928],[-134.35143,57.37523],[-134.334788,57.378852],[-134.319163,57.385077],[-134.306142,57.394355],[-134.340972,57.39704],[-134.422027,57.38524],[-134.463857,57.394355],[-134.472727,57.400702],[-134.497955,57.428534],[-134.533681,57.457709],[-134.535512,57.462633],[-134.548899,57.468085],[-134.562734,57.480048],[-134.569163,57.492011],[-134.560048,57.497463],[-134.551096,57.496243],[-134.532582,57.491116],[-134.52184,57.489936],[-134.512359,57.492133],[-134.495961,57.501451],[-134.473256,57.506781],[-134.441721,57.520941],[-134.40453,57.526435],[-134.353993,57.544582],[-134.378,57.552965],[-134.488149,57.532701],[-134.541127,57.511054],[-134.566884,57.511054],[-134.579742,57.523017],[-134.604563,57.563666],[-134.618031,57.572496],[-134.638743,57.579983],[-134.653554,57.598212],[-134.663482,57.620795],[-134.66926,57.641425],[-134.673655,57.672431],[-134.676666,57.682359],[-134.700063,57.706936],[-134.70401,57.71308],[-134.716054,57.745795],[-134.713979,57.750637],[-134.708079,57.755845],[-134.702707,57.768012],[-134.696604,57.792222],[-134.698883,57.812486],[-134.714101,57.855902],[-134.721262,57.897366],[-134.75121,57.956732],[-134.762196,57.972154],[-134.761952,57.980048],[-134.75121,57.99022],[-134.766591,58.005805],[-134.78482,58.019721],[-134.800038,58.035224],[-134.806467,58.055406],[-134.797475,58.071763],[-134.756337,58.094672],[-134.744985,58.113186],[-134.746327,58.124335],[-134.751088,58.135972],[-134.756174,58.144924],[-134.758656,58.147895],[-134.753041,58.160834],[-134.743764,58.167182],[-134.735178,58.171576],[-134.731313,58.1789],[-134.736155,58.188666],[-134.747141,58.186469],[-134.76891,58.175849],[-134.774973,58.171291],[-134.77477,58.160305],[-134.772532,58.146877],[-134.772328,58.134833],[-134.783681,58.1105],[-134.797841,58.112779],[-134.829986,58.151597],[-134.84317,58.172268],[-134.850209,58.179348],[-134.873769,58.184963],[-134.891469,58.192084],[-134.907623,58.201239],[-134.915679,58.209947],[-134.907948,58.230658],[-134.889638,58.245592],[-134.883616,58.254706],[-134.912587,58.257758],[-134.931874,58.263617],[-134.944895,58.278632],[-134.95287,58.298489],[-134.969146,58.363227],[-134.97057,58.385565],[-134.961008,58.404853],[-134.94929,58.409491],[-134.936635,58.405422],[-134.926625,58.395982],[-134.922515,58.384711],[-134.917063,58.373521]]],[[[-152.606801,58.468451],[-152.603464,58.456366],[-152.581654,58.46662],[-152.555491,58.467963],[-152.499827,58.463202],[-152.506174,58.449408],[-152.521433,58.428534],[-152.527089,58.414781],[-152.493764,58.414049],[-152.478871,58.410102],[-152.465647,58.401109],[-152.481313,58.388983],[-152.48469,58.37344],[-152.476877,58.361477],[-152.458852,58.360175],[-152.449086,58.366034],[-152.444569,58.372748],[-152.438669,58.376695],[-152.424672,58.373765],[-152.414906,58.369615],[-152.405588,58.363227],[-152.401601,58.354438],[-152.419667,58.322943],[-152.398549,58.329047],[-152.375111,58.344957],[-152.379994,58.353949],[-152.373484,58.36164],[-152.363759,58.379381],[-152.3579,58.399604],[-152.363271,58.414781],[-152.349355,58.421129],[-152.323435,58.414211],[-152.311757,58.418524],[-152.298818,58.426337],[-152.286448,58.425767],[-152.260203,58.414781],[-152.263254,58.410875],[-152.264516,58.407782],[-152.26537,58.404731],[-152.267039,58.401109],[-152.24592,58.394965],[-152.260569,58.388983],[-152.267039,58.388129],[-152.256785,58.372016],[-152.236073,58.360053],[-152.211903,58.353502],[-152.191274,58.353949],[-152.151682,58.385932],[-152.140736,58.392035],[-152.116811,58.401109],[-152.107655,58.389594],[-152.091868,58.380683],[-152.083201,58.373521],[-152.095082,58.367621],[-152.136098,58.302965],[-152.154164,58.261542],[-152.143544,58.233832],[-152.131947,58.237982],[-152.12092,58.255439],[-152.11266,58.277493],[-152.109364,58.295315],[-152.099924,58.311916],[-152.080759,58.316555],[-152.065623,58.306342],[-152.06843,58.278266],[-152.051625,58.28913],[-152.031321,58.306708],[-152.01415,58.326361],[-152.006947,58.343085],[-152.000803,58.351874],[-151.98705,58.348375],[-151.973012,58.339748],[-151.966013,58.332831],[-151.965891,58.320746],[-151.971181,58.309882],[-151.985829,58.291897],[-151.968821,58.284125],[-151.980906,58.253974],[-151.972239,58.23725],[-151.993031,58.225165],[-152.031361,58.209662],[-152.047922,58.196275],[-152.047068,58.19538],[-152.048411,58.189602],[-152.051137,58.182034],[-152.054799,58.175849],[-152.057485,58.173529],[-152.116811,58.147895],[-152.129994,58.166164],[-152.196401,58.185981],[-152.219228,58.203111],[-152.232655,58.246772],[-152.246165,58.268256],[-152.260203,58.257758],[-152.269032,58.263577],[-152.27656,58.264228],[-152.282664,58.259833],[-152.287546,58.250922],[-152.304392,58.257554],[-152.316477,58.249172],[-152.324534,58.2331],[-152.329091,58.216783],[-152.309682,58.214911],[-152.296742,58.207099],[-152.294626,58.197333],[-152.308054,58.189439],[-152.32433,58.190863],[-152.353831,58.205308],[-152.370066,58.203111],[-152.363881,58.193427],[-152.354319,58.189032],[-152.342356,58.1883],[-152.329091,58.189439],[-152.335317,58.173082],[-152.331125,58.165025],[-152.308054,58.155341],[-152.282541,58.138739],[-152.273874,58.134833],[-152.286855,58.130683],[-152.309519,58.135199],[-152.318837,58.13109],[-152.33727,58.110541],[-152.342763,58.106879],[-152.349233,58.109768],[-152.360422,58.124091],[-152.36974,58.127387],[-152.398427,58.124945],[-152.410715,58.125678],[-152.424387,58.13109],[-152.455068,58.137356],[-152.489369,58.128363],[-152.522165,58.109605],[-152.548207,58.086412],[-152.558176,58.100287],[-152.562245,58.111965],[-152.562937,58.178778],[-152.560902,58.196234],[-152.555043,58.209947],[-152.57665,58.206692],[-152.588246,58.197333],[-152.593495,58.182318],[-152.598622,58.144843],[-152.603139,58.132636],[-152.611887,58.12051],[-152.627065,58.103461],[-152.632395,58.094713],[-152.633616,58.08747],[-152.635935,58.080308],[-152.644399,58.07217],[-152.653676,58.069525],[-152.679555,58.066799],[-152.708079,58.052069],[-152.733266,58.053371],[-152.755849,58.063381],[-152.767323,58.079576],[-152.775014,58.0633],[-152.765818,58.022854],[-152.777537,58.0008],[-152.804921,57.991523],[-152.926829,58.014879],[-153.014353,58.045478],[-153.036814,58.058987],[-153.058298,58.078599],[-153.066355,58.097113],[-153.048451,58.106879],[-153.081166,58.111029],[-153.12682,58.108466],[-153.16747,58.111151],[-153.185048,58.13109],[-153.229604,58.168891],[-153.229563,58.182563],[-153.188466,58.219875],[-153.161814,58.21955],[-153.028025,58.196275],[-153.023508,58.192043],[-153.014231,58.178656],[-153.01061,58.175849],[-153.00239,58.178046],[-153.000437,58.182847],[-152.999216,58.187649],[-152.993235,58.189439],[-152.97175,58.185126],[-152.92866,58.170233],[-152.9051,58.168402],[-152.9051,58.175849],[-153.006907,58.213365],[-153.012929,58.222154],[-153.027048,58.229804],[-153.04308,58.235256],[-153.071034,58.240139],[-153.085072,58.24787],[-153.109934,58.271389],[-153.059153,58.298814],[-153.041697,58.305569],[-153.01948,58.307278],[-152.989573,58.304511],[-152.960886,58.298041],[-152.942006,58.28852],[-152.902333,58.279853],[-152.846547,58.287909],[-152.803009,58.28852],[-152.795359,58.287258],[-152.793284,58.286811],[-152.767323,58.257758],[-152.75182,58.27265],[-152.753529,58.285386],[-152.762156,58.298977],[-152.767323,58.316107],[-152.769114,58.332017],[-152.774851,58.337063],[-152.78539,58.341132],[-152.801462,58.353949],[-152.790476,58.353095],[-152.779775,58.353461],[-152.769765,58.355658],[-152.760487,58.360175],[-152.785105,58.370836],[-152.86738,58.394355],[-152.883372,58.408596],[-152.861887,58.41413],[-152.817372,58.413153],[-152.773508,58.417711],[-152.753651,58.439643],[-152.74767,58.451565],[-152.734242,58.454047],[-152.720286,58.45185],[-152.712717,58.44953],[-152.701894,58.442043],[-152.697499,58.434556],[-152.692983,58.432115],[-152.68163,58.439643],[-152.674143,58.450832],[-152.670603,58.463528],[-152.664784,58.475287],[-152.650624,58.483629],[-152.632924,58.484605],[-152.617421,58.478746],[-152.606801,58.468451]]],[[[-152.483022,58.480536],[-152.502024,58.473456],[-152.526438,58.476549],[-152.630605,58.50788],[-152.644399,58.518459],[-152.63915,58.528957],[-152.643015,58.537299],[-152.652455,58.54328],[-152.664296,58.546373],[-152.591868,58.555243],[-152.581736,58.562486],[-152.572621,58.580227],[-152.551218,58.590522],[-152.507273,58.600328],[-152.496653,58.604967],[-152.472524,58.620836],[-152.453684,58.62816],[-152.434641,58.628323],[-152.411082,58.631537],[-152.389841,58.636949],[-152.369578,58.638088],[-152.348988,58.628323],[-152.350819,58.620429],[-152.350209,58.613186],[-152.347483,58.606513],[-152.342763,58.600328],[-152.370351,58.575263],[-152.374867,58.563788],[-152.363271,58.551947],[-152.456044,58.502875],[-152.483022,58.480536]]],[[[-160.268046,58.638146],[-160.27718,58.636693],[-160.271297,58.651765],[-160.277877,58.665234],[-160.294265,58.671121],[-160.31626,58.683487],[-160.314158,58.689765],[-160.314158,58.698228],[-160.307632,58.705193],[-160.301547,58.708952],[-160.310747,58.715857],[-160.301242,58.729354],[-160.278066,58.718573],[-160.275988,58.704521],[-160.277449,58.691039],[-160.275867,58.679436],[-160.258738,58.678616],[-160.248158,58.67178],[-160.243845,58.662665],[-160.252449,58.651211],[-160.268046,58.638146]]],[[[-160.417185,58.681789],[-160.426137,58.680365],[-160.433095,58.684638],[-160.435536,58.691148],[-160.423695,58.724026],[-160.415354,58.738349],[-160.405998,58.751282],[-160.391469,58.737698],[-160.384592,58.730862],[-160.381947,58.72663],[-160.381459,58.721259],[-160.384226,58.710761],[-160.393015,58.699652],[-160.405344,58.689399],[-160.417185,58.681789]]],[[[-160.824212,58.654635],[-160.845092,58.634062],[-160.860571,58.614707],[-160.868468,58.592082],[-160.897858,58.570343],[-160.936059,58.559006],[-160.966253,58.549508],[-161.018938,58.558916],[-161.040548,58.558061],[-161.053562,58.550874],[-161.074126,58.546924],[-161.085979,58.553326],[-161.076547,58.572176],[-161.080416,58.580437],[-161.090067,58.589851],[-161.075424,58.600748],[-161.077818,58.611016],[-161.079486,58.629784],[-161.110178,58.651272],[-161.140311,58.668944],[-161.171903,58.690754],[-161.162095,58.690535],[-161.07803,58.639275],[-161.06371,58.676726],[-161.061676,58.700505],[-161.043844,58.702134],[-161.00521,58.716887],[-160.973087,58.731787],[-160.947643,58.737648],[-160.909537,58.745583],[-160.858243,58.747365],[-160.833858,58.756264],[-160.8094,58.765188],[-160.787577,58.77351],[-160.767008,58.775717],[-160.739151,58.797885],[-160.71225,58.804016],[-160.704106,58.813349],[-160.687786,58.818724],[-160.685924,58.810839],[-160.699523,58.792789],[-160.721064,58.767111],[-160.77263,58.716292],[-160.800903,58.679914],[-160.824212,58.654635]]],[[[-152.013051,58.945299],[-152.013132,58.939846],[-152.042511,58.929755],[-152.050771,58.922716],[-152.055165,58.914293],[-152.065094,58.911282],[-152.074656,58.914293],[-152.075144,58.919664],[-152.07018,58.92654],[-152.063791,58.932481],[-152.061838,58.938096],[-152.062489,58.942776],[-152.060455,58.944403],[-152.047271,58.944241],[-152.04483,58.946397],[-152.041819,58.951565],[-152.035227,58.951687],[-152.013051,58.945299]]],[[[-152.273386,58.959418],[-152.253123,58.956692],[-152.157786,58.956692],[-152.157948,58.952338],[-152.159291,58.949286],[-152.164011,58.94302],[-152.176951,58.939114],[-152.200551,58.943101],[-152.212392,58.94302],[-152.221628,58.938544],[-152.239817,58.925279],[-152.249664,58.922512],[-152.249705,58.922512],[-152.334218,58.911933],[-152.363271,58.915717],[-152.363271,58.922512],[-152.340159,58.924791],[-152.327219,58.935045],[-152.323801,58.951117],[-152.329091,58.970893],[-152.309071,58.970404],[-152.273386,58.959418]]],[[[-151.646924,59.103936],[-151.66256,59.09819],[-151.67836,59.099919],[-151.699838,59.097939],[-151.713647,59.105835],[-151.721582,59.121897],[-151.708514,59.13072],[-151.687859,59.129656],[-151.670166,59.11808],[-151.64372,59.115749],[-151.646924,59.103936]]],[[[-151.428281,59.117302],[-151.438933,59.107286],[-151.459556,59.109014],[-151.481584,59.118188],[-151.508501,59.128566],[-151.500251,59.137327],[-151.465133,59.138191],[-151.448127,59.13644],[-151.433561,59.135292],[-151.438209,59.127182],[-151.428281,59.117302]]],[[[-151.788782,59.153053],[-151.800758,59.138893],[-151.853312,59.144766],[-151.89319,59.144364],[-151.888676,59.157183],[-151.858987,59.163867],[-151.816822,59.170664],[-151.788782,59.153053]]],[[[-150.699941,59.31391],[-150.731638,59.31151],[-150.76183,59.316799],[-150.779856,59.334052],[-150.746205,59.357856],[-150.723582,59.366034],[-150.714955,59.376858],[-150.704172,59.395453],[-150.681996,59.405178],[-150.653798,59.407213],[-150.626902,59.399848],[-150.608591,59.381171],[-150.6551,59.332994],[-150.67748,59.31977],[-150.699941,59.31391]]],[[[-153.405873,59.338568],[-153.498891,59.325426],[-153.524526,59.330268],[-153.535105,59.337226],[-153.545115,59.338935],[-153.552683,59.343085],[-153.555613,59.357611],[-153.55016,59.366889],[-153.538157,59.377102],[-153.525339,59.38524],[-153.517771,59.388617],[-153.504465,59.39175],[-153.476755,59.405422],[-153.46345,59.408515],[-153.397939,59.408515],[-153.357411,59.378119],[-153.354604,59.36518],[-153.37682,59.347724],[-153.405873,59.338568]]],[[[-146.340688,59.411444],[-146.358551,59.410102],[-146.358632,59.422431],[-146.323598,59.452135],[-146.3131,59.455756],[-146.308217,59.447089],[-146.322418,59.425849],[-146.340688,59.411444]]],[[[-150.302195,59.449164],[-150.3037,59.430487],[-150.314402,59.422187],[-150.321278,59.422349],[-150.325307,59.427476],[-150.328196,59.433539],[-150.33141,59.436428],[-150.338328,59.435248],[-150.34911,59.430243],[-150.355336,59.429633],[-150.379099,59.431383],[-150.385569,59.428656],[-150.396921,59.422187],[-150.415354,59.407131],[-150.426991,59.401679],[-150.443471,59.402289],[-150.423695,59.435981],[-150.410512,59.446275],[-150.334828,59.456977],[-150.306508,59.46426],[-150.294626,59.464586],[-150.293894,59.456977],[-150.302195,59.449164]]],[[[-144.578847,59.817776],[-144.605295,59.813178],[-144.552358,59.873236],[-144.533844,59.882066],[-144.509348,59.888983],[-144.442006,59.937323],[-144.392974,59.95661],[-144.341786,59.984524],[-144.308095,59.988756],[-144.245758,60.007554],[-144.208608,60.011786],[-144.213287,60.002265],[-144.220815,59.995795],[-144.230621,59.992377],[-144.242177,59.99136],[-144.377105,59.932359],[-144.403717,59.927191],[-144.41218,59.920356],[-144.418935,59.911526],[-144.427724,59.902533],[-144.554596,59.827094],[-144.578847,59.817776]]],[[[-147.995025,60.03266],[-148.081166,59.971666],[-148.112904,59.960842],[-148.142161,59.946723],[-148.155955,59.943549],[-148.244985,59.943549],[-148.229115,59.949368],[-148.196238,59.953355],[-148.182322,59.964057],[-148.189158,59.963446],[-148.203318,59.964342],[-148.210194,59.964057],[-148.205515,59.969468],[-148.203359,59.972846],[-148.199574,59.975246],[-148.189768,59.977688],[-148.189768,59.984524],[-148.197987,59.983954],[-148.214955,59.985053],[-148.223256,59.984524],[-148.223256,59.99136],[-148.202992,59.995551],[-148.186838,59.99315],[-148.172841,59.985663],[-148.159373,59.97427],[-148.144846,59.972398],[-148.106068,59.992092],[-148.078196,60.001044],[-148.032094,60.025458],[-148.026072,60.030829],[-148.02009,60.037787],[-148.013417,60.043931],[-148.005035,60.046576],[-147.993072,60.044582],[-147.990468,60.039496],[-147.995025,60.03266]]],[[[-147.98176,59.959052],[-148.035715,59.952582],[-148.046376,59.957099],[-148.035512,59.97427],[-148.007517,59.996243],[-147.947255,60.029039],[-147.891754,60.069037],[-147.876576,60.076361],[-147.861399,60.080756],[-147.846588,60.081244],[-147.829701,60.077867],[-147.819976,60.068915],[-147.82665,60.052802],[-147.843251,60.030463],[-147.867502,60.008857],[-147.895172,59.990424],[-147.938588,59.97191],[-147.98176,59.959052]]],[[[-147.953114,60.129462],[-147.953236,60.121649],[-147.914784,60.125474],[-147.899037,60.121975],[-147.881256,60.107367],[-147.896474,60.095608],[-147.918365,60.086005],[-147.963775,60.07392],[-148.019154,60.074652],[-148.044423,60.070299],[-148.059397,60.052802],[-148.050852,60.054267],[-148.032094,60.052802],[-148.093332,60.017768],[-148.124867,60.004136],[-148.141306,60.011786],[-148.133127,60.031073],[-148.109568,60.056301],[-148.080556,60.078192],[-148.0454,60.091783],[-148.018259,60.110582],[-148.001332,60.114814],[-147.998606,60.121161],[-147.975657,60.147895],[-147.970041,60.152737],[-147.966461,60.156562],[-147.959218,60.144965],[-147.953114,60.129462]]],[[[-152.558217,60.108344],[-152.580149,60.107245],[-152.611155,60.131049],[-152.628285,60.148627],[-152.635691,60.157945],[-152.638132,60.167304],[-152.632395,60.174791],[-152.620473,60.179267],[-152.604604,60.178616],[-152.586171,60.172065],[-152.569447,60.158759],[-152.563181,60.14997],[-152.558298,60.134996],[-152.558217,60.108344]]],[[[-148.081248,60.134996],[-148.087351,60.118232],[-148.090403,60.100246],[-148.099233,60.083482],[-148.11323,60.071234],[-148.131703,60.066474],[-148.137318,60.063544],[-148.159332,60.043158],[-148.159373,60.043158],[-148.168813,60.037746],[-148.258616,60.023139],[-148.286,60.023993],[-148.313832,60.032294],[-148.287343,60.04267],[-148.21996,60.039781],[-148.189768,60.046576],[-148.213246,60.054267],[-148.299631,60.052802],[-148.299631,60.060248],[-148.271189,60.067206],[-148.21581,60.073676],[-148.189768,60.087551],[-148.26301,60.08869],[-148.285959,60.094387],[-148.27123,60.102973],[-148.140818,60.147895],[-148.118723,60.150295],[-148.114003,60.129096],[-148.101511,60.135688],[-148.088083,60.146715],[-148.077463,60.15998],[-148.069325,60.186957],[-148.060618,60.195136],[-148.049998,60.195705],[-148.040964,60.186591],[-148.051707,60.168931],[-148.081248,60.134996]]],[[[-147.472727,60.22956],[-147.491811,60.228827],[-147.494862,60.237128],[-147.492258,60.25259],[-147.500966,60.258368],[-147.493886,60.263129],[-147.467844,60.266669],[-147.450063,60.272284],[-147.444569,60.273098],[-147.438954,60.273342],[-147.366038,60.299018],[-147.360422,60.300727],[-147.349233,60.301703],[-147.343414,60.298733],[-147.343861,60.285102],[-147.347808,60.273586],[-147.370269,60.262844],[-147.472727,60.22956]]],[[[-147.114166,60.356676],[-147.120269,60.347602],[-147.011057,60.347602],[-147.026519,60.330756],[-147.107249,60.2862],[-147.0808,60.280341],[-146.922271,60.313463],[-146.922271,60.306627],[-146.9287,60.304836],[-146.933013,60.301418],[-146.937001,60.297187],[-146.942128,60.292955],[-146.97057,60.259182],[-147.010487,60.23371],[-147.233795,60.133124],[-147.328196,60.070258],[-147.371083,60.028876],[-147.376617,60.01553],[-147.369496,60.006781],[-147.358795,59.999661],[-147.353668,59.99136],[-147.367014,59.972846],[-147.427235,59.97663],[-147.452992,59.967475],[-147.483551,59.946967],[-147.487416,59.943549],[-147.490305,59.939195],[-147.478668,59.929755],[-147.456125,59.915595],[-147.453603,59.895901],[-147.468251,59.876776],[-147.49234,59.861802],[-147.518788,59.854193],[-147.601145,59.866767],[-147.643707,59.862616],[-147.668772,59.819281],[-147.684234,59.817084],[-147.716786,59.820014],[-147.800608,59.80329],[-147.84024,59.786526],[-147.86144,59.782457],[-147.878774,59.783149],[-147.915395,59.79267],[-147.915395,59.799547],[-147.898793,59.810207],[-147.894439,59.833808],[-147.886138,59.857611],[-147.857655,59.868476],[-147.825429,59.870795],[-147.793772,59.877753],[-147.763905,59.888495],[-147.737213,59.902533],[-147.760121,59.90766],[-147.790679,59.910956],[-147.804921,59.920356],[-147.778798,59.943549],[-147.752431,59.953843],[-147.695709,59.962144],[-147.668935,59.970893],[-147.674306,59.980292],[-147.682525,59.987047],[-147.703114,59.997504],[-147.680979,60.008734],[-147.533111,60.05858],[-147.515045,60.070136],[-147.424631,60.111233],[-147.380198,60.139594],[-147.387807,60.162665],[-147.374094,60.170559],[-147.342152,60.179755],[-147.329742,60.187201],[-147.303822,60.226874],[-147.295644,60.232164],[-147.285878,60.231024],[-147.265533,60.225898],[-147.254709,60.224677],[-147.246693,60.226874],[-147.228831,60.236233],[-147.201161,60.242174],[-147.197011,60.251207],[-147.20287,60.26911],[-147.203847,60.274644],[-147.206044,60.281562],[-147.208363,60.286566],[-147.209625,60.2862],[-147.20759,60.294989],[-147.204254,60.297919],[-147.200266,60.300116],[-147.196034,60.306627],[-147.191762,60.310248],[-147.184682,60.313544],[-147.178049,60.31859],[-147.175526,60.327094],[-147.179921,60.332017],[-147.198476,60.338935],[-147.20287,60.341376],[-147.189605,60.362209],[-147.155141,60.376451],[-147.115549,60.381659],[-147.086781,60.375556],[-147.106516,60.363918],[-147.114166,60.356676]]],[[[-148.014109,60.308336],[-148.018422,60.299791],[-148.042226,60.286566],[-148.073313,60.285142],[-148.104441,60.292873],[-148.128285,60.306627],[-148.135121,60.299791],[-148.127065,60.334947],[-148.075632,60.369371],[-148.014394,60.387926],[-147.977447,60.375556],[-147.983062,60.366441],[-148.00475,60.344468],[-148.006215,60.335639],[-148.014109,60.308336]]],[[[-145.1197,60.324408],[-145.12328,60.311754],[-145.136586,60.306627],[-145.145904,60.308905],[-145.163197,60.318671],[-145.181956,60.31977],[-145.20226,60.314643],[-145.211985,60.313463],[-145.233469,60.317328],[-145.261871,60.332668],[-145.284291,60.33393],[-145.284291,60.341376],[-145.174428,60.382392],[-145.119781,60.409817],[-145.095082,60.416327],[-145.092519,60.402167],[-145.099233,60.388861],[-145.114125,60.36994],[-145.119781,60.355048],[-145.1197,60.324408]]],[[[-166.102732,60.391995],[-166.092152,60.374661],[-166.080149,60.35932],[-166.061838,60.347602],[-166.067942,60.344672],[-166.070627,60.34162],[-166.072377,60.33808],[-166.07551,60.33393],[-166.051747,60.327948],[-165.98823,60.320624],[-165.921254,60.327094],[-165.897206,60.344428],[-165.88679,60.347602],[-165.810496,60.345893],[-165.787546,60.341376],[-165.779286,60.336982],[-165.766469,60.324652],[-165.760203,60.32095],[-165.745554,60.319037],[-165.718455,60.319525],[-165.705556,60.313463],[-165.726064,60.306627],[-165.684438,60.299791],[-165.68696,60.292873],[-165.688547,60.289984],[-165.691884,60.2862],[-165.679189,60.27851],[-165.685414,60.266832],[-165.700876,60.25609],[-165.71581,60.25141],[-165.71821,60.245551],[-165.705515,60.232367],[-165.678293,60.211086],[-165.721262,60.181586],[-165.7329,60.176337],[-165.72468,60.163886],[-165.711374,60.15705],[-165.695139,60.154731],[-165.678293,60.155829],[-165.682973,60.151068],[-165.687571,60.145209],[-165.691884,60.142157],[-165.691884,60.135321],[-165.682851,60.133857],[-165.679514,60.131822],[-165.677195,60.12816],[-165.671457,60.121649],[-165.681223,60.106757],[-165.693715,60.093207],[-165.726064,60.066474],[-165.691396,60.067776],[-165.677195,60.063178],[-165.666208,60.038764],[-165.653513,60.032904],[-165.623036,60.025458],[-165.63093,60.014797],[-165.636423,60.00967],[-165.643503,60.00495],[-165.643503,59.997504],[-165.628855,59.992906],[-165.613393,59.975653],[-165.602528,59.970893],[-165.588857,59.972602],[-165.557851,59.983059],[-165.541086,59.984524],[-165.553822,59.976508],[-165.567576,59.97012],[-165.578318,59.962551],[-165.582102,59.950995],[-165.569081,59.950995],[-165.559804,59.949408],[-165.554758,59.943549],[-165.554921,59.934638],[-165.558665,59.929633],[-165.564646,59.925523],[-165.571482,59.919338],[-165.598622,59.909654],[-165.69225,59.902981],[-165.71581,59.905992],[-165.727488,59.915758],[-165.742258,59.924221],[-165.754832,59.925116],[-165.760203,59.912543],[-165.771067,59.906968],[-165.864939,59.882758],[-165.883778,59.881008],[-165.927805,59.882066],[-165.944325,59.887437],[-165.958567,59.897528],[-165.973866,59.90351],[-165.993601,59.896308],[-165.963694,59.887885],[-165.979115,59.876166],[-166.010121,59.866645],[-166.027089,59.864691],[-166.040395,59.857611],[-166.12267,59.841132],[-166.132517,59.858222],[-166.187815,59.86225],[-166.246693,59.853909],[-166.267283,59.833686],[-166.259592,59.832709],[-166.215769,59.820014],[-166.157419,59.82746],[-166.134226,59.822333],[-166.112742,59.810858],[-166.094675,59.7956],[-166.081736,59.779039],[-166.104237,59.765855],[-166.144114,59.757961],[-166.182078,59.756293],[-166.199045,59.761664],[-166.205881,59.777899],[-166.222768,59.794745],[-166.244008,59.807847],[-166.275136,59.816352],[-166.298411,59.830512],[-166.311716,59.833686],[-166.329945,59.834906],[-166.406443,59.854804],[-166.438588,59.858222],[-166.470652,59.856635],[-166.500071,59.847968],[-166.506296,59.860175],[-166.521108,59.861029],[-166.555287,59.854193],[-166.613352,59.856391],[-166.630442,59.861029],[-166.670766,59.885443],[-166.685007,59.888902],[-166.726633,59.892401],[-166.748606,59.89761],[-166.787831,59.921129],[-167.020823,59.99136],[-167.000966,60.002346],[-166.99352,60.00495],[-167.011464,60.012274],[-167.028269,60.008938],[-167.044789,60.001654],[-167.062367,59.997504],[-167.060129,60.004584],[-167.06074,60.008124],[-167.062123,60.011868],[-167.062367,60.019273],[-167.074941,60.010077],[-167.079335,60.003404],[-167.08552,59.999213],[-167.103383,59.997504],[-167.121938,60.000718],[-167.152943,60.015815],[-167.167917,60.019273],[-167.189809,60.027777],[-167.21699,60.047756],[-167.241078,60.070502],[-167.254221,60.087551],[-167.260976,60.087551],[-167.267893,60.070299],[-167.286082,60.065497],[-167.306956,60.070014],[-167.321848,60.080756],[-167.321034,60.084377],[-167.321848,60.11107],[-167.32372,60.120998],[-167.328725,60.128607],[-167.343577,60.142157],[-167.436147,60.19538],[-167.45283,60.217231],[-167.436472,60.212063],[-167.421091,60.211737],[-167.342885,60.22427],[-167.332712,60.228461],[-167.321116,60.235419],[-167.304921,60.238837],[-167.288075,60.238715],[-167.274363,60.235297],[-167.258982,60.22956],[-167.246897,60.228258],[-167.158152,60.234524],[-166.873972,60.210639],[-166.820424,60.217597],[-166.794871,60.258857],[-166.797922,60.266832],[-166.804392,60.270738],[-166.80781,60.275458],[-166.801707,60.2862],[-166.792307,60.292304],[-166.760854,60.304429],[-166.721303,60.311103],[-166.667673,60.327704],[-166.636586,60.327094],[-166.59789,60.315131],[-166.577707,60.315253],[-166.568959,60.330512],[-166.566518,60.350491],[-166.558949,60.359442],[-166.459218,60.387152],[-166.421986,60.384345],[-166.390207,60.361274],[-166.394643,60.358222],[-166.399037,60.35224],[-166.403879,60.347602],[-166.379832,60.348944],[-166.308217,60.382392],[-166.185374,60.402167],[-166.189076,60.385647],[-166.173411,60.379381],[-166.15156,60.381171],[-166.136952,60.388577],[-166.134714,60.401557],[-166.140859,60.415595],[-166.157419,60.436957],[-166.131296,60.431464],[-166.119008,60.426215],[-166.108998,60.41649],[-166.116444,60.409654],[-166.102732,60.391995]]],[[[-146.541575,60.468573],[-146.544911,60.464911],[-146.445627,60.464911],[-146.423248,60.467922],[-146.401723,60.473334],[-146.379018,60.47606],[-146.353098,60.471137],[-146.36205,60.453803],[-146.361643,60.426215],[-146.36677,60.409654],[-146.323557,60.410712],[-146.238393,60.431627],[-146.151357,60.438788],[-146.129628,60.436225],[-146.120351,60.427069],[-146.12975,60.422838],[-146.174224,60.409491],[-146.188629,60.402167],[-146.093658,60.410346],[-146.078765,60.402167],[-146.085683,60.402655],[-146.090647,60.400621],[-146.094879,60.397895],[-146.099843,60.395982],[-146.183217,60.384223],[-146.188629,60.382392],[-146.192698,60.377346],[-146.193959,60.370754],[-146.194203,60.364651],[-146.195465,60.361274],[-146.223988,60.351386],[-146.251617,60.350287],[-146.305043,60.355048],[-146.333608,60.35224],[-146.493276,60.303778],[-146.553944,60.261217],[-146.578521,60.249905],[-146.600168,60.245185],[-146.621246,60.248684],[-146.64859,60.25788],[-146.67219,60.270941],[-146.682037,60.2862],[-146.655629,60.306789],[-146.490305,60.361274],[-146.504791,60.370429],[-146.567698,60.363227],[-146.593332,60.368109],[-146.57901,60.375556],[-146.59911,60.375474],[-146.615956,60.37108],[-146.647939,60.355048],[-146.61384,60.355048],[-146.655588,60.340644],[-146.700551,60.354804],[-146.722646,60.386217],[-146.695709,60.423326],[-146.660308,60.430162],[-146.654775,60.433905],[-146.652089,60.442206],[-146.645863,60.451646],[-146.634348,60.464911],[-146.61266,60.478095],[-146.588124,60.484036],[-146.530629,60.485419],[-146.530629,60.477973],[-146.536122,60.47484],[-146.539174,60.471829],[-146.541575,60.468573]]],[[[-147.68928,60.50373],[-147.682607,60.471137],[-147.658437,60.479967],[-147.645253,60.4831],[-147.634511,60.481676],[-147.627187,60.474433],[-147.62857,60.466986],[-147.634755,60.460883],[-147.641672,60.457465],[-147.641672,60.450629],[-147.633778,60.448635],[-147.614369,60.436957],[-147.629058,60.426174],[-147.634185,60.423326],[-147.662424,60.42121],[-147.710927,60.401801],[-147.737213,60.395982],[-147.715443,60.383287],[-147.693512,60.384711],[-147.671254,60.391791],[-147.648508,60.395982],[-147.625356,60.389594],[-147.631012,60.374823],[-147.66218,60.347602],[-147.694732,60.302802],[-147.738759,60.259833],[-147.738759,60.249986],[-147.710561,60.25141],[-147.723704,60.221381],[-147.741282,60.19359],[-147.765614,60.174384],[-147.798695,60.170111],[-147.796213,60.188056],[-147.811431,60.189358],[-147.8308,60.186916],[-147.84024,60.193671],[-147.79247,60.238349],[-147.798695,60.245185],[-147.822499,60.232367],[-147.851715,60.227932],[-147.881907,60.230455],[-147.908559,60.238349],[-147.90331,60.252875],[-147.895985,60.260321],[-147.867584,60.272528],[-147.877756,60.278266],[-147.898997,60.286933],[-147.908559,60.292955],[-147.870473,60.292426],[-147.822825,60.29914],[-147.780385,60.314846],[-147.757721,60.341376],[-147.784535,60.339179],[-147.83373,60.329413],[-147.860748,60.327094],[-147.872711,60.328925],[-147.874989,60.333401],[-147.870107,60.339057],[-147.860748,60.344468],[-147.847808,60.346422],[-147.820627,60.34276],[-147.806142,60.347602],[-147.846181,60.366278],[-147.860585,60.377387],[-147.847076,60.382392],[-147.820302,60.382799],[-147.80134,60.385891],[-147.786285,60.393988],[-147.771392,60.409654],[-147.785878,60.410549],[-147.821197,60.399482],[-147.84024,60.395982],[-147.812489,60.446234],[-147.792795,60.471747],[-147.771392,60.485419],[-147.772532,60.453925],[-147.776682,60.441718],[-147.785715,60.430813],[-147.72997,60.441392],[-147.710113,60.452582],[-147.72053,60.474555],[-147.723785,60.492906],[-147.70816,60.506781],[-147.68928,60.50373]]],[[[-152.038564,60.350409],[-152.061594,60.347602],[-152.072825,60.349758],[-152.083811,60.354438],[-152.08967,60.359117],[-152.08552,60.361274],[-152.03779,60.365709],[-152.027455,60.368109],[-152.021596,60.376207],[-152.021718,60.385321],[-152.023061,60.394273],[-152.020619,60.402167],[-152.011952,60.408189],[-151.990224,60.419094],[-151.985829,60.427069],[-151.98054,60.440416],[-151.971059,60.452094],[-151.967478,60.465806],[-151.979685,60.485419],[-151.953196,60.50849],[-151.943064,60.511623],[-151.921335,60.512112],[-151.904164,60.510565],[-151.884023,60.505683],[-151.8662,60.497301],[-151.85615,60.485419],[-151.869781,60.485419],[-151.869822,60.485419],[-151.879709,60.477362],[-151.89155,60.457709],[-151.897084,60.450629],[-151.908803,60.44359],[-151.918691,60.441311],[-151.929758,60.440253],[-151.944936,60.436957],[-151.96349,60.426174],[-151.978627,60.408271],[-151.982167,60.389472],[-151.966013,60.375556],[-152.038564,60.350409]]],[[[-172.53364,60.391506],[-172.503367,60.388577],[-172.410756,60.401679],[-172.379832,60.395982],[-172.297312,60.351345],[-172.297312,60.351304],[-172.284535,60.342597],[-172.225779,60.323635],[-172.208567,60.313463],[-172.22289,60.313707],[-172.263173,60.306627],[-172.278879,60.309801],[-172.303212,60.323961],[-172.366526,60.344468],[-172.385365,60.347602],[-172.424753,60.342475],[-172.474436,60.34984],[-172.508046,60.342963],[-172.540883,60.332506],[-172.57197,60.327094],[-172.599965,60.32982],[-172.625722,60.336982],[-172.674672,60.35814],[-172.686228,60.36164],[-172.71113,60.364936],[-172.722483,60.368109],[-172.735178,60.375474],[-172.751576,60.392768],[-172.763417,60.402167],[-172.783315,60.41234],[-173.004221,60.49018],[-173.057607,60.49844],[-173.043772,60.50434],[-173.03779,60.505845],[-173.041086,60.517157],[-173.04247,60.527574],[-173.041575,60.537299],[-173.03779,60.54682],[-173.036733,60.553778],[-173.038157,60.56037],[-173.037668,60.565375],[-173.030955,60.567328],[-173.021555,60.568101],[-173.013743,60.570136],[-173.003,60.574164],[-172.952341,60.600979],[-172.925038,60.606676],[-172.914255,60.587836],[-172.926625,60.572821],[-172.921457,60.549628],[-172.906687,60.528266],[-172.89037,60.518948],[-172.876414,60.513495],[-172.811838,60.477973],[-172.53364,60.391506]]],[[[-146.096913,60.479682],[-146.29426,60.454779],[-146.332631,60.464911],[-146.317942,60.493842],[-146.305735,60.510159],[-146.286448,60.51732],[-146.120107,60.519477],[-146.093088,60.525784],[-146.100209,60.528632],[-146.120351,60.539374],[-146.034088,60.558295],[-145.949045,60.567328],[-145.949045,60.574164],[-145.956614,60.577053],[-145.961659,60.580512],[-145.969553,60.587836],[-145.858754,60.595608],[-145.805735,60.606187],[-145.757232,60.62873],[-145.749827,60.621324],[-145.77009,60.610419],[-145.77774,60.608303],[-145.758412,60.601874],[-145.749827,60.601467],[-145.756581,60.593207],[-145.76415,60.587104],[-145.773101,60.582953],[-145.783925,60.58039],[-145.871734,60.543891],[-145.913686,60.536811],[-145.962717,60.518948],[-146.014638,60.508938],[-146.0631,60.488267],[-146.096913,60.479682]]],[[[-173.052968,60.623928],[-173.05842,60.621283],[-173.068715,60.624213],[-173.104237,60.644843],[-173.113596,60.653022],[-173.111399,60.664211],[-173.093699,60.679836],[-173.071726,60.686225],[-173.062449,60.678534],[-173.062123,60.669623],[-173.060414,60.659166],[-173.062327,60.647895],[-173.06432,60.642524],[-173.054189,60.630561],[-173.052968,60.623928]]],[[[-147.406606,60.696275],[-147.385162,60.672553],[-147.374338,60.664862],[-147.364247,60.666327],[-147.352935,60.673774],[-147.338979,60.679348],[-147.324696,60.682807],[-147.312734,60.684027],[-147.325022,60.657172],[-147.339711,60.645575],[-147.359731,60.644477],[-147.387807,60.649237],[-147.402943,60.648383],[-147.44929,60.638129],[-147.477162,60.635647],[-147.461049,60.648342],[-147.454945,60.654934],[-147.449859,60.662909],[-147.474029,60.661119],[-147.49767,60.656684],[-147.487213,60.661282],[-147.449859,60.669745],[-147.448476,60.680976],[-147.455393,60.687812],[-147.466379,60.690823],[-147.477162,60.690172],[-147.466298,60.698065],[-147.428782,60.711371],[-147.420562,60.707099],[-147.413075,60.702053],[-147.406606,60.696275]]],[[[-147.936838,60.728827],[-147.929067,60.718166],[-147.925364,60.731879],[-147.919504,60.741645],[-147.90982,60.744818],[-147.881256,60.731513],[-147.865468,60.72012],[-147.852447,60.706732],[-147.847076,60.693996],[-147.857533,60.687201],[-147.922231,60.684027],[-147.923248,60.680854],[-147.924672,60.674221],[-147.928334,60.667141],[-147.935902,60.662909],[-147.941518,60.665107],[-147.966908,60.680325],[-148.012196,60.725002],[-147.994618,60.73135],[-147.978831,60.725979],[-147.963979,60.71662],[-147.949534,60.711371],[-147.965484,60.733832],[-147.96935,60.746649],[-147.960357,60.752346],[-147.94933,60.748725],[-147.942494,60.739976],[-147.936838,60.728827]]],[[[-148.107777,60.662909],[-148.124745,60.650539],[-148.140492,60.648668],[-148.155141,60.653998],[-148.168609,60.662909],[-148.16865,60.662909],[-148.194529,60.681464],[-148.222239,60.706122],[-148.230092,60.729722],[-148.196604,60.744818],[-148.211659,60.756049],[-148.21703,60.759101],[-148.158681,60.764716],[-148.141306,60.759101],[-148.124094,60.751125],[-148.111155,60.738105],[-148.110056,60.725328],[-148.128285,60.718166],[-148.128285,60.711371],[-148.108022,60.709703],[-148.098744,60.696845],[-148.099192,60.679145],[-148.107777,60.662909]]],[[[-146.734711,60.81452],[-146.76558,60.801956],[-146.796809,60.805939],[-146.811255,60.818283],[-146.820306,60.841694],[-146.80643,60.854186],[-146.77531,60.857095],[-146.761376,60.868211],[-146.76162,60.87925],[-146.738741,60.871071],[-146.712851,60.853252],[-146.704063,60.839486],[-146.718009,60.828393],[-146.734711,60.81452]]],[[[-147.136586,60.908271],[-147.135894,60.901313],[-147.127065,60.90233],[-147.119211,60.905666],[-147.1197,60.898139],[-147.131947,60.887681],[-147.158193,60.875474],[-147.152699,60.873521],[-147.131581,60.877997],[-147.121653,60.881781],[-147.112294,60.884426],[-147.107818,60.887356],[-147.102203,60.897691],[-147.097076,60.899644],[-147.094146,60.897935],[-147.078236,60.892768],[-147.07665,60.886908],[-147.08316,60.878485],[-147.104115,60.866156],[-147.139638,60.855618],[-147.166249,60.854926],[-147.182688,60.858222],[-147.190297,60.862982],[-147.185374,60.869452],[-147.182851,60.875718],[-147.189443,60.877509],[-147.20995,60.87641],[-147.216379,60.877102],[-147.221995,60.875434],[-147.219594,60.871405],[-147.229644,60.867825],[-147.253774,60.868109],[-147.310536,60.874457],[-147.318918,60.877265],[-147.318715,60.879625],[-147.310414,60.880805],[-147.303456,60.882717],[-147.298736,60.886623],[-147.29011,60.889309],[-147.277415,60.888129],[-147.266103,60.889228],[-147.256215,60.896674],[-147.246653,60.901801],[-147.233144,60.90469],[-147.226918,60.906806],[-147.21524,60.907294],[-147.212717,60.902045],[-147.217519,60.89468],[-147.21467,60.892483],[-147.205556,60.899075],[-147.194407,60.904242],[-147.180979,60.903144],[-147.175852,60.89997],[-147.180043,60.896633],[-147.177642,60.894355],[-147.16804,60.892524],[-147.142323,60.909166],[-147.136586,60.908271]]],[[[-148.032094,60.930406],[-147.967641,60.905585],[-147.9405,60.88581],[-147.943267,60.861558],[-147.919342,60.838324],[-147.912343,60.825426],[-147.915395,60.813137],[-147.929189,60.806342],[-147.942983,60.812201],[-147.955922,60.822211],[-147.966908,60.827379],[-148.008494,60.796332],[-148.023793,60.791205],[-148.08731,60.800116],[-148.087351,60.800116],[-148.116038,60.797553],[-148.127146,60.800605],[-148.135121,60.813137],[-148.13683,60.826361],[-148.134226,60.836819],[-148.130238,60.846625],[-148.128285,60.8581],[-148.111399,60.877509],[-148.081492,60.892035],[-148.069895,60.904242],[-148.107777,60.916815],[-148.107777,60.923],[-148.089467,60.922431],[-148.032094,60.930406]]],[[[-150.227528,61.127183],[-150.265248,61.12344],[-150.276438,61.127387],[-150.259999,61.133124],[-150.245229,61.146064],[-150.23176,61.162909],[-150.224355,61.170396],[-150.210846,61.173041],[-150.184519,61.174262],[-150.177724,61.161363],[-150.196238,61.141303],[-150.227528,61.127183]]],[[[-165.94697,62.025702],[-165.944407,62.017971],[-165.947825,62.015937],[-165.956492,62.020087],[-165.96349,62.021796],[-165.96821,62.020697],[-165.973948,62.018744],[-165.98054,62.015611],[-165.985707,62.015367],[-165.989247,62.017971],[-165.99828,62.0185],[-166.009836,62.022935],[-166.008738,62.037258],[-165.995595,62.054267],[-165.9829,62.065904],[-165.972117,62.07217],[-165.966054,62.07038],[-165.971669,62.059516],[-165.976186,62.044582],[-165.961985,62.032904],[-165.948923,62.029527],[-165.94697,62.025702]]],[[[-164.567006,63.046291],[-164.583933,63.04206],[-164.59968,63.042792],[-164.611806,63.046698],[-164.611562,63.055894],[-164.596425,63.063218],[-164.586903,63.064439],[-164.577219,63.063218],[-164.563303,63.05622],[-164.567006,63.046291]]],[[[-169.782053,63.043402],[-169.777089,63.035061],[-169.855702,63.08869],[-169.880808,63.109565],[-169.931874,63.139146],[-169.927235,63.138699],[-169.868845,63.106147],[-169.809967,63.064643],[-169.790028,63.051663],[-169.782053,63.043402]]],[[[-169.508127,63.373358],[-169.440943,63.36354],[-169.489329,63.367825],[-169.512318,63.373765],[-169.529001,63.383368],[-169.508127,63.373358]]],[[[-170.381825,63.301418],[-170.296213,63.239407],[-170.36913,63.290595],[-170.449656,63.3251],[-170.707834,63.395209],[-170.485463,63.344672],[-170.381825,63.301418]]],[[[-171.029246,63.438666],[-170.784047,63.408515],[-170.975209,63.43122],[-171.058542,63.430121],[-171.072895,63.437326],[-171.029246,63.438666]]],[[[-171.07079,63.602484],[-171.0749,63.60224],[-171.089996,63.603909],[-171.07079,63.602484]]],[[[-171.144032,63.611762],[-171.090037,63.603909],[-171.157656,63.609737],[-171.144032,63.611762]]],[[[-162.382436,63.622992],[-162.34081,63.602484],[-162.341664,63.597073],[-162.34435,63.593695],[-162.348744,63.591498],[-162.354482,63.589423],[-162.358022,63.586615],[-162.360341,63.583889],[-162.363108,63.582099],[-162.368113,63.581977],[-162.349436,63.560492],[-162.347646,63.554755],[-162.359364,63.54621],[-162.373036,63.54975],[-162.384145,63.557766],[-162.38801,63.562201],[-162.498158,63.548529],[-162.614858,63.548529],[-162.626943,63.550686],[-162.648915,63.560004],[-162.678171,63.563666],[-162.7176,63.575181],[-162.676503,63.611518],[-162.666086,63.616767],[-162.633412,63.622626],[-162.621409,63.622992],[-162.610422,63.619208],[-162.602528,63.613715],[-162.593943,63.611233],[-162.580434,63.616767],[-162.584421,63.628485],[-162.556467,63.629828],[-162.482167,63.621894],[-162.461659,63.623684],[-162.443959,63.629462],[-162.436391,63.640326],[-162.42809,63.642157],[-162.409047,63.63935],[-162.374949,63.630439],[-162.382436,63.622992]]],[[[-171.672597,63.796332],[-171.65217,63.790432],[-171.635732,63.777289],[-171.625722,63.760728],[-171.636464,63.754096],[-171.64509,63.741848],[-171.649159,63.726874],[-171.646189,63.712348],[-171.633901,63.700385],[-171.616322,63.693549],[-171.446523,63.658637],[-171.407216,63.64411],[-171.429311,63.644517],[-171.468251,63.655015],[-171.489125,63.657701],[-171.504343,63.653266],[-171.530222,63.631293],[-171.543772,63.622992],[-171.543772,63.616767],[-171.529368,63.621649],[-171.518544,63.619696],[-171.508412,63.614651],[-171.495961,63.609931],[-171.487172,63.608954],[-171.343129,63.615302],[-171.310414,63.622992],[-171.325388,63.629706],[-171.342966,63.631659],[-171.379262,63.630439],[-171.379262,63.636664],[-171.159291,63.609809],[-171.164174,63.607733],[-171.168406,63.604885],[-171.171702,63.600898],[-171.173818,63.595649],[-171.125722,63.595649],[-171.112375,63.593492],[-171.09675,63.584174],[-171.087595,63.581977],[-170.975209,63.589423],[-170.977528,63.586127],[-170.977976,63.585028],[-170.978831,63.584296],[-170.982655,63.581977],[-170.93696,63.571682],[-170.888743,63.585395],[-170.840037,63.606106],[-170.773508,63.62051],[-170.721995,63.650865],[-170.662587,63.672512],[-170.64623,63.685045],[-170.624623,63.6706],[-170.595896,63.669664],[-170.496571,63.7001],[-170.470408,63.704088],[-170.440785,63.705512],[-170.428293,63.703437],[-170.401926,63.693996],[-170.389272,63.69184],[-170.337758,63.699286],[-170.310048,63.698676],[-170.297353,63.695543],[-170.276357,63.680854],[-170.266428,63.67768],[-170.25536,63.675686],[-170.241567,63.671373],[-170.188181,63.639106],[-170.167104,63.630439],[-170.110951,63.623196],[-170.082468,63.61518],[-170.067006,63.594143],[-170.052968,63.579413],[-170.049794,63.571479],[-170.052073,63.560614],[-170.055369,63.555406],[-170.054148,63.551581],[-170.042958,63.544745],[-170.038564,63.531928],[-170.053212,63.515774],[-170.073232,63.499335],[-170.084543,63.485826],[-170.068918,63.49136],[-170.051218,63.49372],[-169.953684,63.488715],[-169.891062,63.467353],[-169.847646,63.458075],[-169.755564,63.452338],[-169.774241,63.448188],[-169.820668,63.449449],[-169.843699,63.444892],[-169.782216,63.43537],[-169.657338,63.439643],[-169.597279,63.424384],[-169.579905,63.410793],[-169.565623,63.379055],[-169.549509,63.362942],[-169.521555,63.352973],[-169.481068,63.347398],[-169.440663,63.348049],[-169.412953,63.356676],[-169.424265,63.360663],[-169.436147,63.363227],[-169.325551,63.363105],[-169.291493,63.35932],[-169.262156,63.34927],[-169.205922,63.307318],[-169.186716,63.301459],[-169.123972,63.300605],[-169.092519,63.306057],[-169.070302,63.321357],[-169.102854,63.332709],[-169.143259,63.339057],[-169.22114,63.342475],[-169.22114,63.34927],[-169.070302,63.342475],[-169.007639,63.34927],[-168.992421,63.346869],[-168.961497,63.337144],[-168.715199,63.311957],[-168.686106,63.301459],[-168.699696,63.2956],[-168.727528,63.28734],[-168.740712,63.280992],[-168.717112,63.260891],[-168.728871,63.233832],[-168.775502,63.191596],[-168.811838,63.170111],[-168.850819,63.162828],[-168.951609,63.166002],[-169.002919,63.174302],[-169.018503,63.181342],[-169.039255,63.188056],[-169.28364,63.17829],[-169.331003,63.164944],[-169.287913,63.179836],[-169.26537,63.183539],[-169.187123,63.187445],[-169.15925,63.193752],[-169.144846,63.205878],[-169.287343,63.193305],[-169.351145,63.176215],[-169.412953,63.150702],[-169.399281,63.143215],[-169.399281,63.136949],[-169.415964,63.130357],[-169.445668,63.113186],[-169.504872,63.101142],[-169.526479,63.091376],[-169.535837,63.078599],[-169.54186,63.072089],[-169.569447,63.051947],[-169.577463,63.040758],[-169.578236,63.02265],[-169.571156,63.011379],[-169.542673,62.993598],[-169.559397,62.986518],[-169.597524,62.983873],[-169.614695,62.976223],[-169.63683,62.955797],[-169.649403,62.948432],[-169.666208,62.945217],[-169.709218,62.961493],[-169.73176,62.965888],[-169.755564,62.965644],[-169.747182,62.979885],[-169.746816,62.992174],[-169.75239,63.003241],[-169.76179,63.014106],[-169.737986,63.015937],[-169.716176,63.024848],[-169.705312,63.040188],[-169.714589,63.061265],[-169.722117,63.064765],[-169.742991,63.067206],[-169.75182,63.071845],[-169.776072,63.096015],[-169.817454,63.126776],[-169.866933,63.144477],[-169.97468,63.164944],[-169.97468,63.157457],[-170.024607,63.17064],[-170.039866,63.181342],[-170.049265,63.185207],[-170.071401,63.184394],[-170.0808,63.188178],[-170.084706,63.19477],[-170.08495,63.200426],[-170.086537,63.204413],[-170.094472,63.205878],[-170.113393,63.202786],[-170.145701,63.188707],[-170.159657,63.18476],[-170.184316,63.186225],[-170.236033,63.197455],[-170.262034,63.198432],[-170.255727,63.209174],[-170.24474,63.211656],[-170.232249,63.212836],[-170.221059,63.21955],[-170.218373,63.227932],[-170.216013,63.254706],[-170.217641,63.260484],[-170.222971,63.264797],[-170.228261,63.274156],[-170.234975,63.283515],[-170.244985,63.287787],[-170.261342,63.28913],[-170.329823,63.305854],[-170.412343,63.33869],[-170.444325,63.359198],[-170.596425,63.399156],[-170.663035,63.403876],[-170.666453,63.406155],[-170.668324,63.411038],[-170.671132,63.41592],[-170.677317,63.418158],[-170.776357,63.420559],[-170.796457,63.424384],[-170.807078,63.429755],[-170.822499,63.445258],[-170.831248,63.452338],[-170.844675,63.458564],[-170.85615,63.460354],[-171.083852,63.444892],[-171.083119,63.442939],[-171.082021,63.44123],[-171.079172,63.438178],[-171.121897,63.432196],[-171.140736,63.425238],[-171.156443,63.41474],[-171.183705,63.402289],[-171.252797,63.396064],[-171.283681,63.383368],[-171.290517,63.383368],[-171.294871,63.362047],[-171.325144,63.351223],[-171.361033,63.345282],[-171.382395,63.33869],[-171.407948,63.322577],[-171.43932,63.31977],[-171.557444,63.335028],[-171.558949,63.336737],[-171.572581,63.346177],[-171.578562,63.34927],[-171.586415,63.350491],[-171.612375,63.34927],[-171.626047,63.351386],[-171.654368,63.360785],[-171.704823,63.367825],[-171.735585,63.375922],[-171.759145,63.390326],[-171.821238,63.441718],[-171.82787,63.450751],[-171.829457,63.467678],[-171.841786,63.485175],[-171.847279,63.496975],[-171.851145,63.509589],[-171.852895,63.521186],[-171.850575,63.520657],[-171.845774,63.523749],[-171.840932,63.528795],[-171.838572,63.534247],[-171.839548,63.539862],[-171.845448,63.554755],[-171.841379,63.576972],[-171.837026,63.583401],[-171.828074,63.592515],[-171.819692,63.598375],[-171.809641,63.603949],[-171.801137,63.610663],[-171.797597,63.619859],[-171.800282,63.626044],[-171.805531,63.630764],[-171.809397,63.635159],[-171.807851,63.640326],[-171.800486,63.644477],[-171.779775,63.647895],[-171.770334,63.650865],[-171.751658,63.664049],[-171.747874,63.674994],[-171.749949,63.687445],[-171.749216,63.705512],[-171.727732,63.734524],[-171.72057,63.752672],[-171.732493,63.760728],[-171.735422,63.764838],[-171.73884,63.774075],[-171.740834,63.784247],[-171.739329,63.791205],[-171.728017,63.796129],[-171.715525,63.794257],[-171.703806,63.790839],[-171.694569,63.791205],[-171.672597,63.796332]]],[[[-168.048411,64.95893],[-168.078725,64.956855],[-168.09675,64.965399],[-168.087595,64.978827],[-168.065541,64.984849],[-168.035512,64.985297],[-168.027699,64.979926],[-168.02656,64.968085],[-168.048411,64.95893]]],[[[-168.899607,65.747626],[-168.909861,65.739569],[-168.926218,65.739895],[-168.942128,65.74372],[-168.951731,65.75316],[-168.942983,65.764716],[-168.920115,65.768866],[-168.907908,65.768297],[-168.902781,65.761542],[-168.899607,65.747626]]],[[[-167.827219,65.738593],[-167.843332,65.737779],[-167.848704,65.742825],[-167.833567,65.752875],[-167.819407,65.759345],[-167.777008,65.773017],[-167.751169,65.77676],[-167.738271,65.777167],[-167.743398,65.772528],[-167.760447,65.764635],[-167.780019,65.759589],[-167.794057,65.753974],[-167.808949,65.74551],[-167.827219,65.738593]]],[[[-167.662831,65.78205],[-167.659535,65.773017],[-167.639963,65.773424],[-167.695424,65.740912],[-167.71699,65.738227],[-167.73054,65.745673],[-167.723744,65.758124],[-167.719431,65.768948],[-167.718617,65.777818],[-167.703236,65.785386],[-167.670969,65.793687],[-167.670929,65.793728],[-167.566477,65.816636],[-167.556467,65.817369],[-167.572703,65.809231],[-167.647288,65.791327],[-167.662831,65.78205]]],[[[-167.21113,65.912746],[-167.226023,65.909125],[-167.239491,65.909247],[-167.232045,65.917914],[-166.869862,66.036078],[-166.859486,66.03974],[-166.839792,66.043606],[-166.835805,66.041815],[-166.863149,66.027981],[-166.987172,65.983547],[-167.027048,65.974677],[-167.108835,65.948554],[-167.125844,65.939887],[-167.123606,65.939032],[-167.130238,65.936591],[-167.164906,65.931708],[-167.21113,65.912746]]],[[[-166.733144,66.067816],[-166.800526,66.0515],[-166.7954,66.058295],[-166.762766,66.071194],[-166.322214,66.192857],[-166.283518,66.200629],[-166.283477,66.200629],[-166.187082,66.210273],[-166.225413,66.20185],[-166.249867,66.192939],[-166.273183,66.186835],[-166.313547,66.182603],[-166.386545,66.160712],[-166.468861,66.145901],[-166.486521,66.140286],[-166.504709,66.132514],[-166.546702,66.122748],[-166.597035,66.104804],[-166.686635,66.084784],[-166.733144,66.067816]]],[[[-166.127878,66.225816],[-166.14741,66.220364],[-166.156117,66.226264],[-166.14741,66.235419],[-166.127512,66.243801],[-166.088531,66.256171],[-166.053944,66.26203],[-166.041819,66.259996],[-166.047109,66.254828],[-166.103098,66.238837],[-166.127878,66.225816]]],[[[-165.964467,66.264472],[-166.010365,66.257717],[-166.006215,66.266913],[-165.982981,66.281073],[-165.970041,66.286689],[-165.864329,66.316881],[-165.864288,66.316881],[-165.814646,66.326361],[-165.814036,66.322455],[-165.873158,66.300116],[-165.897206,66.294135],[-165.943674,66.271186],[-165.964467,66.264472]]],[[[-165.533762,66.398627],[-165.601389,66.376654],[-165.626332,66.377631],[-165.635487,66.374498],[-165.647654,66.36872],[-165.680531,66.35932],[-165.697743,66.356838],[-165.704579,66.361721],[-165.690867,66.370754],[-165.488718,66.409003],[-165.489695,66.408677],[-165.495188,66.406399],[-165.533762,66.398627]]],[[[-165.42394,66.421332],[-165.488693,66.40901],[-165.484771,66.410305],[-165.448313,66.418769],[-165.42394,66.421332]]],[[[-165.381663,66.425686],[-165.423039,66.421449],[-165.342641,66.436713],[-165.378367,66.4289],[-165.381663,66.425686]]],[[[-165.322703,66.440416],[-165.342628,66.436715],[-165.326405,66.440253],[-165.322703,66.440416]]],[[[-165.262074,66.444281],[-165.32085,66.440582],[-165.042093,66.493518],[-164.763336,66.546454],[-164.752024,66.545478],[-164.745961,66.54092],[-164.758249,66.538031],[-164.77123,66.536607],[-164.777415,66.534491],[-164.783152,66.531928],[-164.795359,66.52912],[-164.831614,66.528551],[-164.84435,66.524726],[-164.850453,66.517646],[-164.857859,66.51142],[-164.862131,66.509019],[-164.866567,66.507025],[-164.882924,66.504828],[-164.929311,66.504828],[-165.062611,66.479682],[-165.123728,66.477932],[-165.140981,66.473822],[-165.181467,66.458564],[-165.262074,66.444281]]],[[[-163.174062,69.5633],[-163.176259,69.482245],[-163.184641,69.511054],[-163.189076,69.539944],[-163.191151,69.546536],[-163.185374,69.610256],[-163.185333,69.610256],[-163.17162,69.657782],[-163.152903,69.67829],[-163.13622,69.682522],[-163.129099,69.681545],[-163.152537,69.668118],[-163.167917,69.638495],[-163.174184,69.604478],[-163.170033,69.577867],[-163.174062,69.5633]]],[[[-141.396637,69.705878],[-141.385121,69.694525],[-141.412913,69.705064],[-141.472564,69.720771],[-141.584218,69.766425],[-141.645416,69.774563],[-141.71345,69.79328],[-141.765736,69.79975],[-141.800282,69.809149],[-141.857981,69.81509],[-141.898427,69.824897],[-141.809234,69.821926],[-141.528635,69.760321],[-141.423085,69.721869],[-141.408803,69.714993],[-141.396637,69.705878]]],[[[-163.095448,69.731391],[-163.129099,69.701972],[-163.055776,69.804511],[-163.030141,69.832913],[-162.999949,69.85578],[-162.841135,69.93476],[-162.877919,69.901679],[-163.01179,69.832343],[-163.042185,69.801581],[-163.095448,69.731391]]],[[[-162.737172,69.978095],[-162.806345,69.948391],[-162.728139,69.998603],[-162.702056,70.02204],[-162.701772,70.022325],[-162.677358,70.044135],[-162.641794,70.065579],[-162.600819,70.082831],[-162.559926,70.092434],[-162.556467,70.090277],[-162.606068,70.069241],[-162.675364,70.029486],[-162.69933,69.999742],[-162.737172,69.978095]]],[[[-162.539133,70.113715],[-162.559926,70.106024],[-162.503285,70.161282],[-162.484527,70.173163],[-162.308542,70.241278],[-162.162709,70.269924],[-162.343739,70.220201],[-162.491038,70.153876],[-162.509877,70.140815],[-162.539133,70.113715]]],[[[-161.888132,70.353949],[-161.551137,70.325995],[-161.837839,70.343411],[-161.912099,70.339911],[-161.977122,70.312161],[-161.96996,70.321234],[-161.943064,70.339586],[-161.888132,70.353949]]],[[[-149.236277,70.55329],[-148.994578,70.492906],[-148.971669,70.493842],[-148.943349,70.50019],[-148.922922,70.501451],[-148.894358,70.496405],[-148.819692,70.469794],[-148.822092,70.468695],[-148.912221,70.488593],[-148.950388,70.486274],[-148.979115,70.480902],[-149.015696,70.484931],[-149.19404,70.536933],[-149.254384,70.5456],[-149.313181,70.544867],[-149.303822,70.547838],[-149.277415,70.55268],[-149.236277,70.55329]]],[[[-156.434804,71.40648],[-156.398264,71.3935],[-156.371653,71.380316],[-156.400136,71.377427],[-156.458485,71.395168],[-156.488352,71.393988],[-156.552113,71.364976],[-156.588816,71.358344],[-156.604441,71.353664],[-156.572214,71.336371],[-156.556467,71.324693],[-156.549794,71.308987],[-156.53425,71.300116],[-156.433705,71.292182],[-156.447336,71.276801],[-156.443308,71.268378],[-156.428415,71.26496],[-156.237009,71.269192],[-156.141062,71.256496],[-156.097361,71.243801],[-156.107859,71.22724],[-156.110951,71.223334],[-156.059193,71.220649],[-156.042714,71.215888],[-156.057932,71.204495],[-156.110951,71.182318],[-156.110951,71.174872],[-156.072336,71.176703],[-156.034128,71.182847],[-155.999338,71.194525],[-155.971018,71.212795],[-155.95991,71.218248],[-155.944895,71.220364],[-155.931711,71.217027],[-155.926015,71.206244],[-155.916005,71.196479],[-155.893137,71.198554],[-155.851511,71.209662],[-155.800893,71.208808],[-155.624745,71.183539],[-155.596791,71.169989],[-155.573435,71.150377],[-155.556101,71.127102],[-155.551503,71.100898],[-155.56664,71.081529],[-155.593739,71.069729],[-155.640004,71.063137],[-155.65392,71.05683],[-155.679921,71.041449],[-155.68928,71.039049],[-155.709096,71.038316],[-155.717152,71.034613],[-155.720652,71.029283],[-155.728017,71.011054],[-155.7447,71.004462],[-155.76537,70.999986],[-155.806508,70.996772],[-155.812937,70.994615],[-155.823354,70.985256],[-155.830759,70.9831],[-156.072092,70.973944],[-156.097361,70.968817],[-156.104726,70.968817],[-156.079213,70.962388],[-156.053171,70.962388],[-156.028635,70.95893],[-156.007924,70.942125],[-156.047231,70.929429],[-156.145009,70.932685],[-156.187327,70.921698],[-156.154286,70.919094],[-156.087229,70.926988],[-156.056345,70.921698],[-156.066355,70.916978],[-156.097361,70.908026],[-156.067942,70.902493],[-156.004832,70.909125],[-155.981272,70.894355],[-155.994862,70.886908],[-155.982249,70.87641],[-155.953196,70.865424],[-155.940297,70.852769],[-155.953684,70.84634],[-155.968617,70.842353],[-155.981191,70.836737],[-155.987498,70.825426],[-155.985789,70.815253],[-155.972768,70.8015],[-155.9676,70.791327],[-155.970937,70.77969],[-155.978261,70.767279],[-155.978098,70.75967],[-155.92394,70.766506],[-155.909047,70.771226],[-155.899363,70.784491],[-155.912831,70.790513],[-155.9228,70.799954],[-155.926218,70.811835],[-155.919789,70.825426],[-155.891428,70.836656],[-155.808909,70.830715],[-155.775828,70.836005],[-155.7506,70.844224],[-155.720408,70.846096],[-155.691233,70.841132],[-155.658762,70.824164],[-155.650828,70.828681],[-155.647043,70.835883],[-155.649159,70.839748],[-155.655141,70.842963],[-155.660227,70.850531],[-155.66393,70.859361],[-155.665964,70.8664],[-155.645579,70.868069],[-155.603139,70.846177],[-155.577138,70.845933],[-155.542429,70.8664],[-155.534617,70.877265],[-155.533193,70.885932],[-155.536204,70.904608],[-155.535715,70.925686],[-155.531077,70.941799],[-155.517893,70.952135],[-155.468088,70.960435],[-155.405873,70.996772],[-155.39033,71.002875],[-155.344431,71.011054],[-155.331899,71.016018],[-155.308583,71.028754],[-155.29601,71.031562],[-155.274973,71.02558],[-155.243723,70.997138],[-155.217152,70.990546],[-155.191721,70.995063],[-155.182078,71.006822],[-155.184885,71.023179],[-155.196726,71.041449],[-155.217152,71.056464],[-155.267323,71.072943],[-155.289174,71.086127],[-155.269236,71.099107],[-155.209665,71.122992],[-155.186147,71.127102],[-155.163075,71.119818],[-155.124013,71.090237],[-155.097401,71.086127],[-155.103139,71.104234],[-155.101633,71.119859],[-155.10497,71.13231],[-155.125315,71.140774],[-155.109324,71.150377],[-155.08967,71.154934],[-155.069692,71.153266],[-155.052683,71.144192],[-155.043202,71.130927],[-155.045644,71.121772],[-155.05248,71.112616],[-155.056467,71.099799],[-155.053049,71.087714],[-155.039784,71.063056],[-155.039377,71.055732],[-155.054433,71.045233],[-155.086741,71.031155],[-155.097401,71.017279],[-155.065012,71.012112],[-155.039011,71.017401],[-155.021718,71.032294],[-155.013539,71.064114],[-155.004587,71.083482],[-155.00182,71.092963],[-155.005442,71.107164],[-155.012807,71.113349],[-155.011098,71.115912],[-154.987538,71.119696],[-154.971669,71.120063],[-154.918935,71.113471],[-154.90685,71.107164],[-154.894276,71.095201],[-154.879587,71.088202],[-154.860911,71.096381],[-154.839955,71.101264],[-154.808176,71.095933],[-154.775258,71.08397],[-154.725819,71.055121],[-154.631215,71.031562],[-154.608144,71.020982],[-154.600168,71.012885],[-154.597117,71.000474],[-154.601999,70.992133],[-154.613271,70.981635],[-154.625844,70.972602],[-154.643259,70.965725],[-154.647206,70.958197],[-154.649159,70.949368],[-154.651723,70.942125],[-154.662465,70.925523],[-154.668202,70.9206],[-154.679677,70.914252],[-154.71288,70.905585],[-154.788686,70.896308],[-154.810007,70.880683],[-154.699818,70.886217],[-154.675974,70.876939],[-154.667714,70.871527],[-154.631215,70.852769],[-154.63032,70.848863],[-154.632151,70.836249],[-154.631215,70.832261],[-154.590281,70.825426],[-154.538808,70.826158],[-154.43517,70.83926],[-154.384226,70.839748],[-154.309071,70.830797],[-154.270823,70.819037],[-154.24767,70.798774],[-154.256703,70.78913],[-154.247874,70.782416],[-154.230336,70.778388],[-154.213572,70.777045],[-154.171742,70.781643],[-154.130971,70.791327],[-154.042104,70.833645],[-153.985341,70.84691],[-153.940134,70.881903],[-153.918691,70.894355],[-153.893544,70.898383],[-153.514027,70.886908],[-153.448964,70.899482],[-153.379832,70.900092],[-153.356801,70.902777],[-153.302439,70.928656],[-153.255686,70.932766],[-153.164866,70.927883],[-153.148793,70.92475],[-153.131174,70.911119],[-153.117055,70.908026],[-153.106882,70.906928],[-153.086741,70.902289],[-153.075795,70.90119],[-153.069529,70.903022],[-153.052683,70.911526],[-153.041697,70.914252],[-152.955678,70.908026],[-152.942698,70.903388],[-152.935251,70.892564],[-152.928538,70.87995],[-152.917551,70.869818],[-152.903147,70.863959],[-152.884592,70.859076],[-152.86559,70.857001],[-152.849843,70.859605],[-152.840647,70.868069],[-152.838206,70.877427],[-152.833079,70.884711],[-152.815745,70.886908],[-152.80781,70.883857],[-152.799021,70.877183],[-152.784413,70.862982],[-152.773793,70.855658],[-152.747019,70.843451],[-152.714915,70.821031],[-152.696889,70.821194],[-152.65746,70.845933],[-152.673085,70.866645],[-152.694081,70.876939],[-152.719106,70.880357],[-152.746816,70.880683],[-152.712514,70.890367],[-152.545847,70.887519],[-152.327504,70.856879],[-152.219228,70.81802],[-152.219228,70.812445],[-152.274159,70.799994],[-152.375478,70.749254],[-152.430898,70.743557],[-152.430898,70.736029],[-152.415232,70.731147],[-152.413401,70.722113],[-152.421335,70.713324],[-152.434641,70.709377],[-152.477773,70.705512],[-152.500844,70.699205],[-152.514109,70.68891],[-152.509145,70.663886],[-152.482167,70.641791],[-152.447947,70.626044],[-152.253407,70.599514],[-152.155222,70.603217],[-152.103831,70.598782],[-152.075266,70.579047],[-152.107533,70.574937],[-152.166737,70.582587],[-152.417348,70.586737],[-152.456736,70.581732],[-152.517201,70.592719],[-152.544993,70.590155],[-152.580556,70.582953],[-152.612742,70.572211],[-152.630116,70.558539],[-152.618031,70.555813],[-152.585764,70.558539],[-152.572621,70.556708],[-152.547312,70.547797],[-152.534535,70.544867],[-152.507558,70.545315],[-152.456166,70.555854],[-151.969106,70.571601],[-151.848704,70.558539],[-151.760365,70.566718],[-151.733266,70.558539],[-151.748769,70.554999],[-151.761464,70.548163],[-151.784169,70.527533],[-151.803212,70.518744],[-151.847646,70.523017],[-151.869822,70.517646],[-151.847849,70.509752],[-151.790395,70.502387],[-151.886301,70.492865],[-151.943308,70.480455],[-151.979685,70.448717],[-151.73644,70.435614],[-151.454172,70.438951],[-151.407826,70.426907],[-151.352488,70.426418],[-151.331654,70.417955],[-151.315867,70.409125],[-151.278757,70.399726],[-151.243601,70.379299],[-151.222279,70.375718],[-151.177113,70.379788],[-151.177113,70.387193],[-151.199045,70.401801],[-151.208811,70.422431],[-151.202952,70.440741],[-151.177724,70.448717],[-150.979115,70.456122],[-150.97289,70.458401],[-150.959096,70.46719],[-150.951161,70.469794],[-150.862416,70.469794],[-150.854929,70.47248],[-150.840891,70.480699],[-150.835072,70.482856],[-150.812489,70.481147],[-150.765696,70.472235],[-150.745107,70.47663],[-150.773793,70.484931],[-150.786122,70.492255],[-150.793528,70.503323],[-150.619089,70.510728],[-150.608998,70.50967],[-150.590077,70.504584],[-150.581248,70.503323],[-150.567372,70.505032],[-150.540232,70.511461],[-150.526601,70.510728],[-150.513132,70.503892],[-150.507029,70.494371],[-150.502268,70.484565],[-150.492502,70.47663],[-150.464101,70.479926],[-150.419993,70.491929],[-150.379384,70.497016],[-150.361521,70.479722],[-150.369089,70.467353],[-150.416737,70.421373],[-150.416737,70.414537],[-150.383778,70.416083],[-150.253041,70.442084],[-150.11913,70.442857],[-149.889719,70.512763],[-149.868642,70.51203],[-149.811635,70.496161],[-149.784617,70.497992],[-149.724721,70.510728],[-149.567087,70.510728],[-149.514353,70.522773],[-149.488515,70.523017],[-149.463979,70.510728],[-149.469594,70.504055],[-149.475819,70.499905],[-149.482981,70.497789],[-149.491322,70.497056],[-149.383778,70.488186],[-149.354115,70.497056],[-149.368398,70.503323],[-149.344472,70.510077],[-149.044504,70.468573],[-149.015859,70.459662],[-148.992299,70.448717],[-148.979441,70.439521],[-148.972157,70.433051],[-148.964548,70.429267],[-148.950673,70.428209],[-148.91747,70.440619],[-148.902903,70.44184],[-148.82551,70.41828],[-148.795847,70.414537],[-148.721018,70.422024],[-148.682444,70.420111],[-148.652781,70.404364],[-148.641062,70.399726],[-148.586985,70.39411],[-148.551381,70.384101],[-148.518178,70.369208],[-148.50414,70.356391],[-148.500966,70.339911],[-148.51183,70.318345],[-148.381418,70.312486],[-148.340566,70.318345],[-148.257395,70.354478],[-148.223256,70.35932],[-148.150746,70.356431],[-148.118967,70.348334],[-148.064809,70.318834],[-148.05309,70.314683],[-148.03893,70.312161],[-148.023183,70.313178],[-148.008534,70.31684],[-147.993723,70.318101],[-147.977447,70.312161],[-147.984283,70.304674],[-147.962229,70.301418],[-147.888051,70.312161],[-147.865875,70.311225],[-147.842763,70.307522],[-147.819936,70.300686],[-147.798695,70.290432],[-147.806793,70.286363],[-147.811879,70.281887],[-147.819814,70.269924],[-147.810414,70.268052],[-147.801625,70.265286],[-147.793365,70.261461],[-147.785715,70.256903],[-147.794016,70.246039],[-147.798899,70.240912],[-147.806142,70.236477],[-147.782786,70.227932],[-147.679596,70.212226],[-147.416493,70.202297],[-147.236969,70.18122],[-147.231435,70.181789],[-147.221506,70.18773],[-147.217112,70.188666],[-147.211537,70.185858],[-147.200917,70.177395],[-147.196034,70.174954],[-147.123687,70.167548],[-146.880686,70.174954],[-146.87682,70.190172],[-146.848785,70.193427],[-146.741119,70.192328],[-146.433258,70.18244],[-146.23058,70.186021],[-146.082631,70.155666],[-145.983144,70.153876],[-145.967763,70.156928],[-145.940012,70.166164],[-145.928578,70.167548],[-145.88915,70.152411],[-145.87267,70.152818],[-145.880198,70.174954],[-145.840443,70.167426],[-145.77123,70.134101],[-145.713287,70.123196],[-145.654856,70.098578],[-145.613189,70.088813],[-145.59968,70.080756],[-145.613881,70.071357],[-145.597808,70.071357],[-145.587717,70.075263],[-145.572336,70.085598],[-145.558258,70.090481],[-145.547475,70.092353],[-145.520497,70.092434],[-145.500966,70.086005],[-145.471181,70.057807],[-145.455637,70.051459],[-145.42691,70.048163],[-145.36852,70.033637],[-145.339223,70.030341],[-145.215403,70.044013],[-145.215403,70.037177],[-145.236155,70.030707],[-145.301381,69.999661],[-145.274892,69.993069],[-145.15392,70.003079],[-144.941558,69.977973],[-144.886464,69.995266],[-144.871571,69.997992],[-144.825103,69.986477],[-144.706451,69.97602],[-144.590159,69.982815],[-144.564931,69.989407],[-144.509267,70.019965],[-144.386138,70.044013],[-144.18692,70.043606],[-144.15453,70.048407],[-144.14037,70.061347],[-144.129547,70.067694],[-144.105133,70.064399],[-144.079254,70.055365],[-144.064036,70.044013],[-144.069325,70.036282],[-144.071116,70.030463],[-144.069325,70.024604],[-144.064036,70.01675],[-144.068918,70.009914],[-144.070424,70.004055],[-144.071441,69.989407],[-144.057118,69.998481],[-144.043284,70.015123],[-144.023061,70.051459],[-144.047353,70.064765],[-144.0572,70.073432],[-144.064036,70.085598],[-144.017445,70.092597],[-144.002553,70.089016],[-143.982737,70.078803],[-143.975453,70.077867],[-143.962636,70.079088],[-143.954742,70.078803],[-143.93102,70.071031],[-143.918935,70.071357],[-143.913808,70.08218],[-143.905588,70.088609],[-143.886545,70.089179],[-143.851715,70.085598],[-143.824859,70.089301],[-143.770579,70.104438],[-143.742502,70.106024],[-143.694081,70.092434],[-143.674387,70.090399],[-143.576527,70.09394],[-143.564361,70.098578],[-143.560455,70.106879],[-143.563954,70.115953],[-143.564198,70.123358],[-143.550689,70.126614],[-143.545522,70.123033],[-143.526194,70.102362],[-143.510569,70.096666],[-143.358144,70.106147],[-143.354115,70.105618],[-143.352528,70.101874],[-143.316762,70.05565],[-143.297515,70.043402],[-143.276357,70.051459],[-143.289906,70.063137],[-143.30248,70.079413],[-143.307973,70.098049],[-143.300282,70.116645],[-143.277089,70.120998],[-143.235666,70.118232],[-143.166493,70.106024],[-143.154612,70.100084],[-143.144683,70.093695],[-143.133778,70.088365],[-143.118723,70.085598],[-143.036488,70.092434],[-143.023061,70.08983],[-143.013539,70.083482],[-142.998891,70.068264],[-142.98412,70.062934],[-142.963612,70.062649],[-142.942738,70.065985],[-142.92691,70.071357],[-142.933746,70.078803],[-142.879547,70.074042],[-142.650746,70.019029],[-142.600819,70.013129],[-142.596099,70.003892],[-142.611643,69.975735],[-142.597646,69.971503],[-142.581776,69.969916],[-142.566314,69.972235],[-142.553863,69.979438],[-142.538482,69.985012],[-142.518178,69.981879],[-142.481272,69.96955],[-142.491607,69.972561],[-142.502065,69.973538],[-142.512563,69.972561],[-142.522817,69.96955],[-142.496897,69.953843],[-142.437815,69.948961],[-142.412953,69.93476],[-142.418568,69.931464],[-142.421051,69.928209],[-142.42276,69.92475],[-142.426015,69.920478],[-142.39745,69.920966],[-142.384104,69.919338],[-142.371409,69.914252],[-142.377431,69.904934],[-142.376129,69.899156],[-142.369496,69.895453],[-142.343861,69.888495],[-142.333363,69.887763],[-142.32429,69.88524],[-142.293691,69.863105],[-142.270904,69.856024],[-142.10733,69.848944],[-142.049469,69.834866],[-142.042388,69.804389],[-142.015126,69.796291],[-141.988189,69.79267],[-141.963694,69.795722],[-141.94343,69.807807],[-141.920562,69.815375],[-141.891184,69.808824],[-141.837026,69.790758],[-141.65331,69.762152],[-141.573801,69.73017],[-141.524729,69.718085],[-141.50121,69.708808],[-141.48412,69.697577],[-141.440338,69.661078],[-141.412913,69.650377],[-141.291086,69.634019],[-141.267242,69.644517],[-141.246246,69.660956],[-141.220611,69.674058],[-141.248036,69.680894],[-141.267934,69.682115],[-141.291493,69.685858],[-141.316233,69.68773],[-141.316233,69.694525],[-141.015207,69.654202],[-141.006459,69.651272],[-141.005564,69.650946],[-141.005549,69.650941],[-141.005471,69.505164],[-141.005394,69.359385],[-141.005316,69.213606],[-141.00529,69.067827],[-141.005239,68.922047],[-141.005161,68.776268],[-141.005084,68.630489],[-141.005006,68.48471],[-141.004929,68.338982],[-141.004851,68.193203],[-141.004774,68.047424],[-141.004748,67.901645],[-141.004696,67.755814],[-141.004618,67.610086],[-141.004541,67.464281],[-141.004463,67.318476],[-141.004386,67.172723],[-141.004308,67.026918],[-141.004231,66.881138],[-141.004205,66.735411],[-141.004153,66.58958],[-141.004076,66.443775],[-141.003998,66.298022],[-141.003921,66.152268],[-141.003843,66.006515],[-141.003766,65.860736],[-141.003688,65.714956],[-141.003637,65.569177],[-141.003611,65.423372],[-141.003533,65.277567],[-141.003456,65.131788],[-141.003378,64.986009],[-141.003301,64.840229],[-141.003223,64.694502],[-141.003146,64.548671],[-141.003094,64.402892],[-141.003068,64.257113],[-141.002991,64.111282],[-141.002913,63.965502],[-141.002836,63.819775],[-141.002758,63.674099],[-141.002681,63.528268],[-141.002603,63.382489],[-141.002551,63.236658],[-141.002526,63.090879],[-141.002448,62.9451],[-141.002371,62.79932],[-141.002293,62.653593],[-141.002216,62.507762],[-141.002138,62.361983],[-141.002061,62.216229],[-141.002009,62.070373],[-141.001983,61.924619],[-141.001905,61.778866],[-141.001828,61.633087],[-141.00175,61.487333],[-141.001673,61.34158],[-141.001595,61.195827],[-141.001518,61.04997],[-141.00144,60.904216],[-141.001363,60.758411],[-141.001285,60.612684],[-141.001208,60.466879],[-141.001156,60.321074],[-140.994929,60.304382],[-140.979555,60.295804],[-140.909146,60.28366],[-140.768457,60.259269],[-140.660505,60.24051],[-140.533743,60.218548],[-140.518705,60.22387],[-140.506664,60.236324],[-140.475323,60.276477],[-140.462791,60.289138],[-140.447805,60.29446],[-140.424111,60.293168],[-140.32497,60.267537],[-140.169243,60.227229],[-140.01579,60.187387],[-139.967757,60.188369],[-139.916933,60.207851],[-139.826318,60.256478],[-139.728417,60.309033],[-139.679816,60.32681],[-139.628346,60.334096],[-139.517965,60.336732],[-139.413992,60.339212],[-139.262193,60.342778],[-139.101608,60.346602],[-139.079465,60.341021],[-139.06869,60.322056],[-139.073186,60.299835],[-139.113468,60.226816],[-139.149615,60.161187],[-139.183231,60.100157],[-139.182146,60.073389],[-139.112305,60.031376],[-139.060207,60.000059],[-139.051611,59.994892],[-139.003759,59.977219],[-138.842425,59.937686],[-138.742586,59.913192],[-138.704888,59.898464],[-138.697188,59.89371],[-138.692098,59.886888],[-138.654349,59.805498],[-138.63745,59.784052],[-138.59921,59.753822],[-138.488881,59.696357],[-138.363617,59.631142],[-138.219543,59.556004],[-138.067614,59.476991],[-137.91057,59.395187],[-137.758305,59.315915],[-137.611363,59.239331],[-137.594181,59.225275],[-137.582088,59.206568],[-137.5493,59.134531],[-137.521007,59.072364],[-137.484394,58.991904],[-137.507752,58.939969],[-137.50876,58.914906],[-137.486875,58.900075],[-137.453466,58.899145],[-137.423106,58.907723],[-137.338098,58.955472],[-137.2819,58.98715],[-137.172346,59.027148],[-137.062367,59.067572],[-137.047109,59.07331],[-136.942282,59.11107],[-136.840816,59.148174],[-136.785496,59.157217],[-136.671911,59.150809],[-136.613491,59.15422],[-136.569489,59.172152],[-136.484791,59.2538],[-136.483551,59.257469],[-136.466549,59.287803],[-136.467092,59.38449],[-136.467557,59.461643],[-136.415958,59.452238],[-136.36684,59.449551],[-136.319995,59.459059],[-136.275036,59.486448],[-136.244728,59.528202],[-136.258474,59.556107],[-136.29935,59.575745],[-136.350329,59.592384],[-136.2585,59.621582],[-136.145406,59.636826],[-136.02686,59.652846],[-135.923818,59.666747],[-135.830955,59.693257],[-135.641251,59.747362],[-135.482759,59.792475],[-135.465137,59.789685],[-135.404392,59.753305],[-135.345791,59.731032],[-135.259879,59.698218],[-135.221897,59.675273],[-135.192028,59.64711],[-135.157792,59.623287],[-135.106684,59.613158],[-135.087874,59.606544],[-135.032942,59.573109],[-135.018524,59.559363],[-135.016198,59.543447],[-135.01948,59.493166],[-135.023252,59.477146],[-135.037489,59.461591],[-135.078598,59.438337],[-135.095754,59.418855],[-134.993254,59.381906],[-135.00483,59.367127],[-135.014441,59.35152],[-135.016198,59.336173],[-134.979973,59.297415],[-134.95783,59.280982],[-134.932431,59.270647],[-134.839465,59.258141],[-134.74345,59.245119],[-134.70552,59.240106],[-134.692084,59.235249],[-134.68286,59.223001],[-134.671439,59.193752],[-134.66038,59.181298],[-134.610771,59.144556],[-134.582788,59.128847],[-134.556717,59.123059],[-134.509072,59.122801],[-134.477575,59.114946],[-134.451013,59.097893],[-134.398019,59.051952],[-134.387167,59.036863],[-134.385591,59.018828],[-134.399389,58.974954],[-134.343423,58.968857],[-134.329651,58.963017],[-134.320039,58.952682],[-134.32314,58.949168],[-134.330323,58.945344],[-134.333036,58.93413],[-134.327403,58.916457],[-134.316939,58.903796],[-134.22219,58.842714],[-134.108838,58.808246],[-133.983109,58.769902],[-133.87123,58.735899],[-133.831129,58.718019],[-133.796402,58.693421],[-133.700077,58.59937],[-133.626283,58.546402],[-133.547063,58.505577],[-133.463089,58.462221],[-133.392241,58.403878],[-133.43012,58.372097],[-133.41503,58.330549],[-133.374567,58.290965],[-133.257262,58.210298],[-133.165588,58.147305],[-133.142127,58.120588],[-133.094843,58.0331],[-133.075154,58.007882],[-132.99335,57.941917],[-132.917153,57.880499],[-132.83212,57.791564],[-132.70944,57.663303],[-132.629057,57.579277],[-132.552447,57.499075],[-132.455735,57.420992],[-132.362304,57.3457],[-132.304684,57.280355],[-132.230994,57.19682],[-132.276366,57.14889],[-132.34122,57.080393],[-132.16229,57.050317],[-132.031859,57.028406],[-132.107384,56.858753],[-131.871558,56.79346],[-131.865874,56.785708],[-131.872411,56.77297],[-131.882617,56.759146],[-131.887966,56.747958],[-131.886028,56.737055],[-131.880705,56.728838],[-131.864789,56.71349],[-131.838976,56.682278],[-131.830424,56.664759],[-131.826574,56.644606],[-131.832103,56.603368],[-131.825592,56.593343],[-131.799108,56.587658],[-131.692293,56.585074],[-131.585891,56.595048],[-131.560363,56.594066],[-131.536437,56.585229],[-131.491659,56.560166],[-131.345699,56.503271],[-131.215604,56.45255],[-131.100546,56.407669],[-131.016934,56.38705],[-130.839089,56.372452],[-130.760334,56.345192],[-130.645768,56.261942],[-130.602256,56.247059],[-130.495518,56.232434],[-130.47229,56.22489],[-130.458053,56.210653],[-130.427926,56.143964],[-130.418159,56.129702],[-130.403974,56.121898],[-130.290311,56.10097],[-130.243156,56.092391],[-130.211246,56.089962],[-130.116756,56.105646],[-130.094328,56.101486],[-130.071539,56.084123],[-130.039319,56.045521],[-130.026632,56.024101],[-130.01901,56.002216],[-130.014695,55.963252],[-130.016788,55.918913],[-130.019612,55.907978],[-130.019618,55.907952],[-130.022817,55.901353],[-130.049387,55.871405],[-130.104726,55.825263],[-130.136627,55.806464],[-130.148834,55.795356],[-130.163482,55.771145],[-130.167307,55.766262],[-130.170806,55.759833],[-130.173655,55.749498],[-130.170806,55.740953],[-130.163808,55.734565],[-130.160064,55.727118],[-130.167388,55.715399],[-130.155914,55.700141],[-130.142893,55.689521],[-130.131825,55.676581],[-130.126454,55.653998],[-130.12857,55.63642],[-130.135121,55.619127],[-130.153147,55.58511],[-130.148671,55.578192],[-130.146881,55.569322],[-130.146962,55.547187],[-130.112172,55.509345],[-130.101674,55.481147],[-130.095082,55.472113],[-130.065419,55.446112],[-130.057525,55.434882],[-130.052561,55.414008],[-130.054311,55.366645],[-130.05012,55.345445],[-130.039296,55.330756],[-129.989247,55.284003],[-130.031239,55.26435],[-130.050038,55.252875],[-130.067494,55.239],[-130.078236,55.233791],[-130.100494,55.230292],[-130.104726,55.225653],[-130.105702,55.211127],[-130.10912,55.200751],[-130.115793,55.191596],[-130.126454,55.180976],[-130.151967,55.163275],[-130.159983,55.153713],[-130.167592,55.129584],[-130.173695,55.117743],[-130.200266,55.104153],[-130.211781,55.084133],[-130.228871,55.04385],[-130.238678,55.03441],[-130.261342,55.022895],[-130.269846,55.016547],[-130.275706,55.006985],[-130.286366,54.983222],[-130.294342,54.971869],[-130.326568,54.952094],[-130.335561,54.938707],[-130.365387,54.907294],[-130.385243,54.896552],[-130.430816,54.881252],[-130.488759,54.844184],[-130.580312,54.806383],[-130.604604,54.802151],[-130.602528,54.814521],[-130.56843,54.841498],[-130.560943,54.851386],[-130.567209,54.854397],[-130.578277,54.853583],[-130.585113,54.851996],[-130.606516,54.838609],[-130.671457,54.77204],[-130.680776,54.765448],[-130.691274,54.762641],[-130.703725,54.765448],[-130.718414,54.773017],[-130.728871,54.784125],[-130.728505,54.797431],[-130.713287,54.803778],[-130.690785,54.806789],[-130.677846,54.814521],[-130.691274,54.834947],[-130.705149,54.850491],[-130.71581,54.868232],[-130.723541,54.887397],[-130.728505,54.907294],[-130.728831,54.917182],[-130.726877,54.938788],[-130.728505,54.948188],[-130.73412,54.956732],[-130.74356,54.966295],[-130.752512,54.969387],[-130.756459,54.957831],[-130.754384,54.892768],[-130.750234,54.872504],[-130.738759,54.853949],[-130.734039,54.843085],[-130.735951,54.831529],[-130.745188,54.821723],[-130.756093,54.819525],[-130.767201,54.823391],[-130.776926,54.831529],[-130.788889,54.803941],[-130.80663,54.778754],[-130.831899,54.765367],[-130.866322,54.773179],[-130.918324,54.802924],[-130.934234,54.824449],[-130.927805,54.851996],[-130.931996,54.85342],[-130.942006,54.858873],[-130.93342,54.880194],[-130.941762,54.895331],[-130.95519,54.909369],[-130.961903,54.92772],[-130.941233,54.92536],[-130.932688,54.940172],[-130.939687,54.95893],[-130.965321,54.968085],[-130.974029,54.981757],[-130.982249,54.991116],[-130.992909,54.995429],[-131.009389,54.998277],[-131.009674,55.005357],[-130.996653,55.023383],[-130.986969,55.043524],[-130.971018,55.061225],[-130.949696,55.073798],[-130.901235,55.083441],[-130.854156,55.103095],[-130.832143,55.105292],[-130.821156,55.100246],[-130.817372,55.092353],[-130.815663,55.084215],[-130.811106,55.078599],[-130.79955,55.07685],[-130.763336,55.078681],[-130.753326,55.081977],[-130.744211,55.083157],[-130.731516,55.07982],[-130.720326,55.081],[-130.712473,55.106635],[-130.705068,55.118842],[-130.687571,55.140082],[-130.648834,55.172512],[-130.566029,55.223334],[-130.473459,55.310126],[-130.461578,55.331855],[-130.480133,55.330756],[-130.492502,55.323472],[-130.502309,55.315253],[-130.523549,55.307359],[-130.552561,55.287746],[-130.561269,55.28026],[-130.594146,55.225653],[-130.615468,55.19953],[-130.668446,55.180406],[-130.694203,55.1612],[-130.759918,55.096991],[-130.774281,55.092515],[-130.791168,55.099066],[-130.797515,55.108466],[-130.805409,55.136298],[-130.811106,55.146877],[-130.842763,55.137274],[-130.85204,55.133205],[-130.883168,55.108954],[-130.890207,55.105292],[-130.970815,55.085435],[-130.996653,55.085395],[-131.015736,55.093573],[-131.038238,55.108385],[-131.057037,55.126288],[-131.064931,55.143459],[-131.065297,55.186225],[-131.057607,55.198676],[-131.001943,55.240139],[-130.979807,55.25137],[-130.958485,55.25609],[-130.956776,55.260484],[-130.938303,55.287095],[-130.924713,55.294013],[-130.910227,55.294989],[-130.879994,55.290269],[-130.632151,55.291002],[-130.622182,55.293118],[-130.612457,55.297065],[-130.656809,55.315741],[-130.669423,55.328518],[-130.646596,55.338609],[-130.656402,55.352281],[-130.6704,55.349921],[-130.712392,55.320868],[-130.726308,55.314643],[-130.833852,55.304389],[-130.861887,55.312161],[-130.873158,55.342027],[-130.88679,55.451606],[-130.873525,55.534125],[-130.866322,55.550279],[-130.873158,55.622952],[-130.878529,55.636379],[-130.90217,55.665717],[-130.907297,55.681871],[-130.904042,55.690253],[-130.890207,55.700385],[-130.88679,55.708564],[-130.889882,55.715277],[-130.904042,55.727484],[-130.914662,55.746894],[-130.949941,55.771145],[-130.961903,55.783026],[-130.928131,55.800238],[-130.9204,55.810452],[-130.93456,55.818427],[-130.940663,55.816799],[-130.968739,55.804755],[-130.983469,55.80565],[-130.996409,55.810533],[-131.006703,55.815863],[-131.013417,55.818427],[-131.022369,55.826728],[-131.061513,55.876776],[-131.077626,55.888495],[-131.13386,55.920844],[-131.131418,55.924547],[-131.126373,55.934516],[-131.146311,55.934801],[-131.165191,55.940579],[-131.176829,55.951972],[-131.174794,55.969306],[-131.196401,55.971422],[-131.184926,55.986721],[-131.140045,56.017035],[-131.044423,56.058051],[-131.052846,56.057318],[-131.078603,56.058051],[-131.068023,56.071926],[-131.009674,56.112616],[-131.063303,56.095933],[-131.085683,56.086168],[-131.106516,56.071682],[-131.124989,56.050442],[-131.136098,56.041327],[-131.165517,56.033271],[-131.19225,56.014553],[-131.290273,55.988349],[-131.303334,55.981676],[-131.314768,55.972642],[-131.341868,55.960924],[-131.371205,55.968573],[-131.397288,55.987616],[-131.414377,56.010199],[-131.433095,55.997545],[-131.458974,55.984687],[-131.483022,55.979438],[-131.496327,55.989732],[-131.564117,55.947008],[-131.589426,55.941352],[-131.618723,55.942694],[-131.627309,55.941352],[-131.6315,55.9383],[-131.634592,55.933987],[-131.638173,55.929999],[-131.655344,55.924994],[-131.680409,55.910468],[-131.703359,55.904364],[-131.725413,55.891099],[-131.735911,55.886705],[-131.753733,55.885077],[-131.786122,55.887397],[-131.804799,55.886705],[-131.817372,55.883002],[-131.841461,55.870307],[-131.853179,55.866278],[-131.869374,55.865383],[-131.885365,55.866278],[-131.900624,55.865465],[-131.914662,55.859442],[-131.8933,55.855373],[-131.825307,55.831488],[-131.777943,55.825385],[-131.765859,55.816881],[-131.763824,55.797349],[-131.774241,55.770494],[-131.782786,55.753892],[-131.790517,55.742743],[-131.80842,55.729478],[-131.825266,55.725491],[-131.866851,55.729071],[-131.832102,55.696967],[-131.827707,55.667873],[-131.847971,55.641913],[-131.887318,55.619208],[-131.884633,55.613674],[-131.882436,55.604193],[-131.880523,55.5987],[-132.004018,55.667629],[-131.99474,55.65705],[-131.968495,55.63349],[-131.963043,55.622952],[-131.953481,55.611518],[-131.936269,55.59809],[-131.928944,55.589301],[-131.948801,55.591946],[-131.948801,55.58511],[-131.934641,55.576972],[-131.926015,55.563625],[-131.923695,55.547268],[-131.928334,55.530463],[-131.934071,55.526597],[-131.943267,55.523383],[-131.951894,55.517564],[-131.955637,55.506252],[-131.961415,55.501044],[-131.974436,55.504828],[-131.996571,55.516791],[-132.134633,55.565172],[-132.17162,55.588528],[-132.185292,55.615627],[-132.211903,55.698065],[-132.226552,55.715399],[-132.244456,55.722968],[-132.261545,55.739651],[-132.266184,55.756293],[-132.246734,55.763861],[-132.227366,55.757758],[-132.18871,55.730292],[-132.167877,55.722846],[-132.177358,55.751776],[-132.1822,55.776842],[-132.176869,55.794867],[-132.168853,55.802314],[-132.140614,55.804755],[-132.073598,55.802802],[-132.058665,55.804755],[-132.046213,55.817288],[-132.053944,55.828315],[-132.086008,55.845771],[-132.07018,55.86286],[-132.049631,55.878363],[-132.036041,55.893785],[-132.041331,55.910956],[-132.056304,55.930365],[-132.056874,55.944525],[-132.043609,55.954657],[-132.017079,55.961859],[-131.968373,55.958686],[-131.955637,55.961859],[-131.949818,55.972113],[-131.953725,55.992825],[-131.945058,55.996568],[-131.943512,56.006903],[-131.963043,56.071682],[-131.963043,56.157375],[-131.950307,56.166693],[-131.888743,56.183824],[-131.813791,56.19599],[-131.698394,56.196234],[-131.599029,56.178656],[-131.579498,56.179104],[-131.55842,56.188381],[-131.529286,56.214016],[-131.513417,56.222073],[-131.489491,56.22248],[-131.513336,56.229315],[-131.537831,56.225409],[-131.586334,56.208889],[-131.61384,56.205146],[-131.637929,56.206366],[-131.68871,56.216295],[-131.87682,56.22309],[-131.907826,56.232733],[-131.95934,56.294501],[-131.96524,56.310777],[-131.971303,56.356431],[-131.980133,56.365912],[-132.006093,56.367255],[-132.060658,56.381008],[-132.077016,56.381903],[-132.089019,56.376776],[-132.105092,56.373725],[-132.143788,56.388739],[-132.154897,56.380194],[-132.161041,56.380194],[-132.185292,56.428697],[-132.188385,56.45185],[-132.203277,56.471259],[-132.236155,56.4831],[-132.284006,56.493476],[-132.289418,56.498481],[-132.337148,56.523749],[-132.344879,56.528998],[-132.349721,56.536933],[-132.352895,56.552069],[-132.350209,56.579413],[-132.337799,56.601793],[-132.305043,56.640204],[-132.329823,56.639146],[-132.371693,56.624213],[-132.447418,56.607164],[-132.476877,56.604478],[-132.520009,56.627672],[-132.540191,56.631496],[-132.550038,56.638983],[-132.538442,56.661322],[-132.521962,56.674954],[-132.503326,56.678371],[-132.456532,56.674994],[-132.468739,56.691881],[-132.487294,56.698676],[-132.509023,56.702094],[-132.530995,56.708564],[-132.479482,56.742825],[-132.462717,56.756903],[-132.462636,56.764838],[-132.414906,56.784857],[-132.412221,56.792304],[-132.413808,56.801256],[-132.412465,56.808905],[-132.40095,56.812201],[-132.379303,56.812323],[-132.369496,56.814114],[-132.35969,56.818427],[-132.378407,56.826483],[-132.398671,56.824897],[-132.418202,56.81684],[-132.434804,56.805365],[-132.432729,56.793524],[-132.452952,56.788031],[-132.477854,56.785102],[-132.490061,56.781155],[-132.497182,56.761298],[-132.514801,56.755439],[-132.537099,56.758124],[-132.673207,56.802802],[-132.761383,56.845771],[-132.774648,56.856513],[-132.778228,56.862047],[-132.782623,56.87523],[-132.78482,56.879828],[-132.790924,56.885443],[-132.844716,56.913153],[-132.856557,56.914537],[-132.860422,56.91885],[-132.859527,56.937649],[-132.863678,56.941881],[-132.877919,56.946723],[-132.896555,56.958075],[-132.913197,56.971625],[-132.922027,56.982856],[-132.895497,56.989244],[-132.881581,56.991116],[-132.867421,56.989691],[-132.852122,56.974026],[-132.841054,56.967719],[-132.829579,56.972968],[-132.811757,56.974189],[-132.786204,56.967597],[-132.76769,56.969672],[-132.77123,56.997138],[-132.809804,57.05565],[-132.808746,57.065375],[-132.79955,57.069729],[-132.792836,57.079047],[-132.790842,57.088446],[-132.7954,57.092719],[-132.805531,57.090481],[-132.831166,57.078437],[-132.839467,57.072821],[-132.861073,57.036363],[-132.877675,57.021308],[-132.897817,57.027533],[-132.92162,57.042792],[-132.945709,57.04682],[-132.98351,57.044908],[-132.993804,57.047756],[-133.042388,57.069241],[-133.066477,57.076728],[-133.079701,57.08275],[-133.093007,57.086493],[-133.11262,57.088324],[-133.131907,57.087388],[-133.144195,57.08275],[-133.14977,57.081488],[-133.157867,57.082953],[-133.165191,57.086005],[-133.168446,57.089586],[-133.166331,57.096829],[-133.161692,57.101874],[-133.154775,57.106391],[-133.150502,57.116116],[-133.144602,57.122504],[-133.141998,57.129584],[-133.147939,57.141099],[-133.121083,57.144273],[-133.136301,57.161078],[-133.167551,57.169623],[-133.188873,57.147935],[-133.175282,57.147935],[-133.175282,57.141099],[-133.211497,57.141995],[-133.220367,57.14765],[-133.209381,57.161038],[-133.216624,57.170966],[-133.225942,57.174994],[-133.235707,57.173814],[-133.24413,57.168443],[-133.250356,57.133694],[-133.266469,57.113186],[-133.29011,57.101996],[-133.317006,57.102484],[-133.363596,57.128363],[-133.423573,57.145331],[-133.445912,57.147935],[-133.453033,57.151109],[-133.476145,57.165229],[-133.486887,57.168443],[-133.520579,57.172309],[-133.538157,57.176459],[-133.551991,57.181464],[-133.551991,57.1883],[-133.530019,57.191352],[-133.50475,57.203437],[-133.488637,57.220893],[-133.494008,57.239814],[-133.505116,57.251207],[-133.502675,57.25373],[-133.495025,57.256171],[-133.49059,57.267768],[-133.485097,57.277004],[-133.471913,57.281887],[-133.442209,57.284491],[-133.254791,57.281073],[-133.182118,57.305609],[-133.176096,57.308783],[-133.169545,57.315904],[-133.162221,57.319281],[-133.107289,57.319281],[-133.086293,57.322496],[-133.05842,57.331855],[-133.037668,57.346829],[-133.038075,57.367092],[-133.051096,57.366278],[-133.099273,57.339301],[-133.120676,57.332343],[-133.1787,57.332343],[-133.190338,57.330471],[-133.211578,57.321926],[-133.223704,57.319281],[-133.241119,57.32038],[-133.271962,57.330024],[-133.288238,57.332343],[-133.391469,57.33515],[-133.419504,57.34394],[-133.442128,57.358954],[-133.456451,57.380764],[-133.420806,57.394843],[-133.402903,57.3994],[-133.356679,57.402289],[-133.344797,57.405422],[-133.339752,57.41177],[-133.33552,57.428778],[-133.335927,57.438178],[-133.34317,57.442206],[-133.351796,57.440009],[-133.36852,57.43065],[-133.378245,57.428534],[-133.40392,57.433173],[-133.414459,57.432807],[-133.425404,57.425116],[-133.437408,57.423529],[-133.454213,57.431789],[-133.470286,57.44359],[-133.500396,57.47602],[-133.504547,57.486802],[-133.504872,57.503607],[-133.497426,57.531562],[-133.492543,57.538642],[-133.476918,57.552069],[-133.439036,57.569485],[-133.348866,57.575914],[-133.3131,57.592963],[-133.333852,57.596015],[-133.416127,57.595282],[-133.439076,57.589545],[-133.460846,57.579901],[-133.532948,57.572455],[-133.59142,57.574612],[-133.605092,57.579291],[-133.648549,57.617133],[-133.658803,57.620917],[-133.65807,57.632758],[-133.646637,57.687201],[-133.648264,57.702826],[-133.635732,57.708157],[-133.622141,57.710028],[-133.593007,57.709662],[-133.58552,57.710924],[-133.572865,57.716051],[-133.566314,57.716498],[-133.560414,57.713853],[-133.548329,57.704779],[-133.532704,57.700019],[-133.522817,57.693183],[-133.507965,57.678941],[-133.494985,57.672065],[-133.442209,57.668118],[-133.210439,57.588935],[-133.168446,57.579291],[-133.158599,57.573147],[-133.137929,57.555609],[-133.13093,57.552069],[-133.111399,57.544989],[-133.069488,57.512681],[-133.045522,57.503607],[-133.034291,57.504136],[-133.020334,57.507066],[-133.008534,57.511868],[-133.003977,57.51789],[-133.012115,57.521226],[-133.081858,57.53734],[-133.099599,57.550971],[-133.127512,57.579291],[-133.155426,57.599758],[-133.164784,57.612535],[-133.162221,57.627143],[-133.182729,57.623765],[-133.21227,57.627143],[-133.238881,57.636623],[-133.250356,57.651679],[-133.36026,57.682359],[-133.397694,57.709418],[-133.417592,57.719387],[-133.468984,57.727444],[-133.499989,57.737616],[-133.52892,57.750922],[-133.545806,57.764309],[-133.552317,57.792304],[-133.558176,57.889635],[-133.551991,57.915107],[-133.539296,57.917426],[-133.49059,57.908271],[-133.429107,57.908271],[-133.398549,57.903957],[-133.343129,57.884752],[-133.3131,57.880316],[-133.304514,57.881781],[-133.288442,57.887397],[-133.27831,57.887844],[-133.267568,57.885077],[-133.244293,57.876125],[-133.142486,57.854722],[-133.124094,57.857123],[-133.132232,57.86522],[-133.185699,57.889553],[-133.206288,57.89468],[-133.554311,57.929429],[-133.572865,57.924058],[-133.584584,57.910834],[-133.593007,57.887844],[-133.591298,57.881537],[-133.589833,57.86758],[-133.592641,57.857896],[-133.603871,57.864203],[-133.610748,57.870103],[-133.626088,57.879869],[-133.634592,57.887844],[-133.640126,57.867906],[-133.625966,57.828681],[-133.634592,57.805243],[-133.661366,57.786444],[-133.68635,57.790717],[-133.708567,57.808295],[-133.742258,57.845038],[-133.80309,57.898505],[-133.80842,57.904975],[-133.811635,57.913031],[-133.812734,57.925035],[-133.819081,57.932807],[-133.861155,57.956732],[-133.809804,57.985338],[-133.792226,57.99022],[-133.774892,57.988837],[-133.764068,57.980699],[-133.753733,57.96894],[-133.73762,57.956732],[-133.718129,57.946357],[-133.701812,57.940009],[-133.691396,57.942043],[-133.689198,57.956732],[-133.697581,57.989976],[-133.692047,58.001939],[-133.669342,58.011379],[-133.669342,58.017524],[-133.731842,58.019517],[-133.755483,58.030097],[-133.764963,58.062242],[-133.748647,58.078192],[-133.7176,58.097846],[-133.698232,58.115953],[-133.717152,58.127387],[-133.717152,58.134833],[-133.69518,58.139106],[-133.685048,58.142808],[-133.674916,58.147895],[-133.682362,58.155341],[-133.700266,58.148505],[-133.758127,58.134833],[-133.758127,58.127387],[-133.741689,58.119696],[-133.748647,58.106106],[-133.810129,58.044745],[-133.813344,58.028998],[-133.799062,58.011379],[-133.864369,57.986965],[-133.884674,57.984036],[-133.908681,57.983873],[-133.918446,57.985663],[-133.929433,57.99022],[-133.934071,57.993638],[-133.939076,58.000678],[-133.943023,58.003892],[-133.949574,58.00609],[-133.964955,58.009101],[-133.970367,58.011379],[-133.976226,58.020087],[-133.976471,58.028998],[-133.978017,58.035834],[-133.987416,58.038642],[-134.001291,58.039496],[-134.010854,58.042873],[-134.016428,58.049994],[-134.018178,58.062242],[-134.023427,58.071357],[-134.035634,58.072333],[-134.049469,58.070705],[-134.059722,58.07217],[-134.063832,58.079169],[-134.072825,58.113186],[-134.057444,58.111029],[-134.048451,58.113837],[-134.044789,58.119859],[-134.045481,58.127387],[-134.051422,58.134589],[-134.071889,58.146186],[-134.08023,58.155341],[-134.083485,58.163764],[-134.085927,58.174954],[-134.087066,58.186591],[-134.086415,58.196275],[-134.081614,58.208197],[-134.074818,58.214545],[-134.067128,58.220364],[-134.059722,58.230414],[-134.057037,58.239976],[-134.058013,58.24787],[-134.059885,58.255561],[-134.059722,58.264594],[-134.061269,58.268215],[-134.064931,58.273139],[-134.067698,58.278876],[-134.066558,58.285102],[-134.059397,58.288642],[-134.03185,58.285102],[-134.010365,58.294338],[-133.990834,58.305569],[-133.982411,58.315619],[-133.982533,58.320868],[-133.986724,58.325344],[-133.990834,58.332831],[-134.005849,58.372382],[-134.009999,58.392239],[-134.004506,58.408596],[-133.996938,58.412421],[-133.972524,58.418036],[-133.962961,58.422187],[-133.951772,58.432766],[-133.949778,58.439643],[-133.951039,58.446357],[-133.949859,58.456366],[-133.920074,58.497545],[-133.876373,58.510443],[-133.771799,58.518459],[-133.771799,58.524644],[-133.887807,58.524644],[-133.933909,58.518948],[-133.959625,58.512641],[-133.976633,58.504828],[-133.982411,58.487616],[-133.97468,58.449897],[-133.987416,58.442694],[-134.010162,58.439765],[-134.050364,58.426093],[-134.072825,58.422187],[-134.072825,58.414781],[-134.051829,58.408393],[-134.047109,58.389594],[-134.052887,58.367255],[-134.06314,58.350246],[-134.080963,58.337714],[-134.125071,58.318671],[-134.141672,58.305569],[-134.147125,58.28498],[-134.131744,58.273139],[-134.111073,58.263129],[-134.100697,58.247789],[-134.10436,58.239488],[-134.112864,58.232082],[-134.144928,58.209906],[-134.157867,58.204291],[-134.172231,58.202338],[-134.190094,58.203111],[-134.241607,58.214301],[-134.44107,58.321519],[-134.460439,58.326606],[-134.471303,58.330878],[-134.489817,58.349677],[-134.497955,58.353949],[-134.553212,58.353949],[-134.569163,58.356147],[-134.59732,58.365465],[-134.611236,58.367621],[-134.621734,58.363959],[-134.625844,58.356635],[-134.630198,58.351467],[-134.641347,58.353949],[-134.644887,58.362291],[-134.647694,58.376044],[-134.654449,58.38642],[-134.669911,58.384711],[-134.68456,58.37934],[-134.718861,58.374254],[-134.734771,58.373765],[-134.756174,58.381537],[-134.767323,58.400336],[-134.771596,58.424018],[-134.774566,58.475898],[-134.782867,58.493069],[-134.79955,58.502997],[-134.826975,58.510972],[-134.826975,58.518459],[-134.822662,58.519477],[-134.819976,58.520941],[-134.817535,58.522691],[-134.813873,58.524644],[-134.847239,58.535224],[-134.874989,58.553127],[-134.897572,58.57567],[-134.934967,58.623277],[-134.975657,58.658922],[-134.991444,58.682929],[-134.960764,58.667548],[-134.945139,58.663316],[-134.930002,58.669257],[-134.926829,58.664862],[-134.920644,58.660346],[-134.915679,58.655585],[-134.920766,58.67829],[-134.932729,58.697943],[-134.940541,58.716132],[-134.925852,58.75495],[-134.93399,58.777411],[-134.946116,58.79975],[-134.950429,58.820054],[-134.962026,58.814927],[-134.974436,58.812445],[-134.986684,58.813707],[-134.998199,58.820054],[-135.005483,58.807766],[-135.026031,58.793158],[-135.032379,58.785346],[-135.0301,58.776068],[-135.022572,58.768744],[-135.019887,58.761054],[-135.032379,58.751166],[-135.02831,58.744371],[-135.025543,58.737535],[-135.052154,58.752387],[-135.104644,58.809516],[-135.143625,58.833889],[-135.149037,58.843695],[-135.145985,58.857123],[-135.12857,58.895209],[-135.14566,58.90644],[-135.156117,58.922797],[-135.161285,58.943305],[-135.162709,58.967231],[-135.1669,58.99079],[-135.177398,59.004625],[-135.190785,59.016059],[-135.203684,59.032375],[-135.206614,59.040595],[-135.211171,59.066555],[-135.222727,59.093899],[-135.224192,59.104682],[-135.229604,59.125881],[-135.272572,59.183173],[-135.300282,59.211575],[-135.334706,59.238918],[-135.361806,59.270819],[-135.367543,59.312934],[-135.339711,59.400824],[-135.331695,59.451565],[-135.348297,59.470608],[-135.359486,59.456977],[-135.389272,59.374945],[-135.401112,59.319892],[-135.414377,59.300605],[-135.436431,59.312934],[-135.46703,59.305732],[-135.527903,59.319729],[-135.553782,59.31977],[-135.533844,59.310004],[-135.482004,59.295111],[-135.460927,59.282172],[-135.430247,59.252102],[-135.427642,59.247992],[-135.426259,59.241604],[-135.42276,59.23786],[-135.41511,59.234076],[-135.398752,59.230862],[-135.383901,59.222968],[-135.359527,59.213772],[-135.354563,59.206773],[-135.351959,59.196682],[-135.334055,59.161444],[-135.336537,59.162787],[-135.339345,59.159166],[-135.341176,59.15351],[-135.340891,59.148424],[-135.336781,59.143988],[-135.31725,59.131415],[-135.310292,59.121975],[-135.306996,59.11107],[-135.306386,59.09927],[-135.307362,59.086982],[-135.319569,59.101549],[-135.360748,59.113756],[-135.378407,59.124213],[-135.386627,59.138821],[-135.391184,59.170111],[-135.395497,59.183173],[-135.423329,59.205064],[-135.470448,59.225491],[-135.519643,59.236518],[-135.553782,59.230414],[-135.538645,59.215277],[-135.484853,59.183173],[-135.473378,59.170722],[-135.452138,59.141547],[-135.436431,59.127997],[-135.401967,59.11164],[-135.384592,59.100898],[-135.374989,59.086982],[-135.377553,59.070014],[-135.38561,59.053168],[-135.388336,59.037828],[-135.374989,59.02558],[-135.384836,59.016059],[-135.387522,59.006293],[-135.383901,58.997545],[-135.374989,58.9914],[-135.386342,58.975165],[-135.385813,58.954332],[-135.377187,58.936347],[-135.36441,58.928697],[-135.328196,58.919745],[-135.320953,58.915717],[-135.32079,58.90469],[-135.333363,58.887193],[-135.330637,58.877834],[-135.295969,58.83515],[-135.231028,58.771674],[-135.242177,58.74787],[-135.24059,58.73017],[-135.22997,58.715237],[-135.168446,58.645738],[-135.162709,58.634508],[-135.181142,58.624498],[-135.20873,58.62051],[-135.226186,58.612291],[-135.214223,58.589789],[-135.168446,58.544501],[-135.152903,58.519761],[-135.145497,58.515367],[-135.142242,58.510972],[-135.141672,58.506334],[-135.143178,58.495551],[-135.142242,58.491116],[-135.136383,58.483588],[-135.111195,58.459784],[-135.09968,58.443793],[-135.057281,58.351549],[-135.053863,58.332668],[-135.052846,58.309272],[-135.056956,58.298774],[-135.066803,58.300971],[-135.079213,58.305609],[-135.090688,58.302151],[-135.093251,58.295233],[-135.093821,58.264594],[-135.092397,58.254462],[-135.090077,58.248847],[-135.08967,58.244208],[-135.093821,58.23725],[-135.102447,58.232245],[-135.135162,58.219428],[-135.145619,58.216783],[-135.173085,58.21894],[-135.30956,58.252143],[-135.350453,58.276801],[-135.381581,58.31094],[-135.402943,58.353949],[-135.411692,58.385199],[-135.415924,58.394965],[-135.445872,58.422065],[-135.455312,58.446275],[-135.467519,58.467353],[-135.484934,58.483954],[-135.50536,58.483629],[-135.51415,58.465522],[-135.498362,58.445461],[-135.475819,58.4265],[-135.464426,58.411689],[-135.459828,58.388332],[-135.463124,58.378119],[-135.478017,58.373765],[-135.49413,58.375678],[-135.507069,58.380683],[-135.532623,58.394965],[-135.59317,58.419989],[-135.627512,58.426256],[-135.652455,58.418524],[-135.676584,58.406684],[-135.886708,58.379381],[-135.909413,58.381293],[-135.909495,58.395087],[-135.90217,58.421617],[-135.890045,58.448472],[-135.875885,58.463202],[-135.894683,58.463324],[-135.950347,58.456366],[-135.950347,58.463202],[-135.936676,58.463121],[-135.925852,58.467719],[-135.915517,58.4737],[-135.903188,58.477484],[-135.888661,58.477607],[-135.847971,58.470038],[-135.860463,58.491034],[-135.856597,58.499457],[-135.84675,58.507758],[-135.841135,58.528388],[-135.845286,58.546536],[-135.856109,58.559272],[-135.871693,58.567694],[-135.889556,58.573065],[-135.889556,58.579901],[-135.820668,58.600328],[-135.83373,58.603746],[-135.873647,58.608547],[-135.882069,58.610582],[-135.886952,58.612535],[-135.939687,58.681301],[-135.955068,58.694648],[-135.978342,58.696601],[-135.973866,58.701565],[-135.968332,58.711249],[-135.964019,58.716457],[-135.974355,58.729071],[-135.991322,58.745185],[-136.009348,58.758979],[-136.02302,58.764838],[-136.032094,58.771877],[-136.057525,58.803697],[-136.073883,58.812649],[-136.060292,58.825914],[-135.963124,58.862047],[-135.945872,58.870795],[-135.92984,58.881537],[-135.936635,58.864081],[-135.917836,58.863349],[-135.758616,58.888373],[-135.77302,58.904527],[-135.798085,58.912665],[-135.935455,58.916246],[-135.964019,58.922512],[-135.958648,58.913275],[-135.950754,58.908271],[-135.92984,58.902045],[-135.943593,58.892035],[-136.013824,58.85871],[-136.029937,58.855292],[-136.046539,58.861029],[-136.047678,58.86872],[-136.051096,58.87344],[-136.054107,58.87873],[-136.054067,58.888373],[-136.050445,58.896064],[-136.037343,58.914211],[-136.032948,58.922512],[-136.056467,58.930121],[-136.076894,58.946519],[-136.092356,58.966295],[-136.101186,58.983954],[-136.104075,58.998033],[-136.103912,59.00727],[-136.105865,59.015204],[-136.114858,59.02558],[-136.126373,59.032538],[-136.141713,59.037095],[-136.157379,59.037584],[-136.170074,59.032375],[-136.154856,59.023098],[-136.142445,59.007025],[-136.138783,58.989814],[-136.149648,58.977118],[-136.140981,58.95482],[-136.166575,58.942613],[-136.202382,58.934068],[-136.224721,58.922512],[-136.152659,58.932685],[-136.117787,58.933295],[-136.101186,58.915717],[-136.116526,58.909573],[-136.122304,58.908271],[-136.122304,58.902045],[-136.104156,58.89525],[-136.097524,58.876858],[-136.099924,58.853746],[-136.108632,58.833157],[-136.13329,58.806098],[-136.136586,58.795885],[-136.137115,58.7862],[-136.140126,58.782172],[-136.147043,58.778062],[-136.159535,58.768256],[-136.209706,58.7508],[-136.269114,58.764146],[-136.382395,58.806464],[-136.382395,58.812649],[-136.313588,58.809516],[-136.277577,58.812974],[-136.259511,58.826321],[-136.28775,58.825629],[-136.375844,58.833157],[-136.425893,58.824449],[-136.452016,58.824368],[-136.475209,58.836575],[-136.492991,58.864081],[-136.507924,58.904446],[-136.510813,58.942572],[-136.492258,58.963446],[-136.492258,58.970893],[-136.526194,58.967597],[-136.544097,58.957424],[-136.574127,58.915717],[-136.639312,58.967231],[-136.67398,59.002753],[-136.693105,59.017971],[-136.711985,59.02558],[-136.608266,58.908271],[-136.633453,58.891791],[-136.657704,58.898749],[-136.681467,58.914008],[-136.705149,58.922512],[-136.717844,58.923814],[-136.734771,58.927436],[-136.751291,58.932847],[-136.776723,58.948391],[-136.827382,58.956692],[-136.84142,58.961819],[-136.875844,58.983954],[-136.917551,59.001939],[-136.94636,59.02261],[-137.01301,59.052802],[-137.032216,59.067491],[-137.046091,59.069037],[-137.059478,59.063707],[-137.063914,59.055406],[-137.062978,59.043891],[-137.050201,59.03856],[-137.029042,59.033677],[-137.008046,59.021715],[-136.971425,58.9914],[-136.929311,58.968329],[-136.911244,58.954332],[-136.903717,58.93244],[-136.917958,58.920071],[-137.01301,58.922512],[-137.030507,58.912909],[-137.064198,58.874091],[-137.085317,58.869534],[-137.102447,58.858547],[-137.129709,58.833157],[-137.129709,58.826321],[-137.108957,58.828762],[-137.086903,58.837836],[-137.066314,58.850653],[-137.033315,58.878241],[-137.014963,58.887885],[-136.9947,58.893378],[-136.895863,58.892401],[-136.841705,58.882514],[-136.828196,58.877509],[-136.817779,58.870673],[-136.812489,58.862128],[-136.811431,58.854641],[-136.809193,58.847398],[-136.80012,58.839993],[-136.791493,58.854315],[-136.777008,58.865668],[-136.75886,58.872789],[-136.739247,58.874091],[-136.727528,58.870429],[-136.698313,58.853583],[-136.67455,58.852851],[-136.663726,58.85102],[-136.65331,58.843695],[-136.643056,58.839789],[-136.626129,58.838446],[-136.609039,58.839748],[-136.587554,58.848334],[-136.577301,58.84398],[-136.567291,58.836859],[-136.557362,58.833157],[-136.540598,58.829332],[-136.484771,58.799628],[-136.495432,58.784491],[-136.511871,58.780463],[-136.530507,58.780911],[-136.547475,58.77912],[-136.540028,58.771674],[-136.565907,58.785956],[-136.588857,58.808905],[-136.614858,58.825426],[-136.649892,58.820054],[-136.643056,58.806464],[-136.628041,58.805569],[-136.574127,58.77912],[-136.58316,58.773749],[-136.593373,58.771186],[-136.604319,58.770697],[-136.615793,58.771674],[-136.563303,58.760688],[-136.543935,58.751166],[-136.529042,58.751166],[-136.522613,58.747748],[-136.519683,58.740953],[-136.522328,58.735582],[-136.525868,58.730373],[-136.525746,58.723822],[-136.520497,58.710842],[-136.515859,58.702379],[-136.506825,58.697903],[-136.488515,58.696601],[-136.476674,58.692328],[-136.452626,58.673489],[-136.437611,58.669257],[-136.451772,58.689195],[-136.472401,58.703437],[-136.491038,58.72016],[-136.499094,58.747748],[-136.491851,58.749213],[-136.38386,58.725084],[-136.375559,58.72016],[-136.368398,58.711127],[-136.353912,58.70185],[-136.3426,58.691555],[-136.344838,58.679185],[-136.355336,58.671454],[-136.396637,58.655585],[-136.456654,58.623277],[-136.488637,58.613511],[-136.519521,58.620836],[-136.525746,58.614],[-136.487782,58.595404],[-136.475209,58.592922],[-136.463857,58.596503],[-136.430776,58.620836],[-136.401194,58.625718],[-136.377268,58.617743],[-136.3544,58.606187],[-136.327748,58.600328],[-136.334625,58.608588],[-136.352203,58.621243],[-136.355702,58.628323],[-136.351918,58.638495],[-136.343617,58.642157],[-136.33434,58.642279],[-136.327748,58.641303],[-136.317128,58.637437],[-136.309071,58.631822],[-136.301747,58.629218],[-136.29304,58.634508],[-136.29719,58.647121],[-136.297841,58.658271],[-136.29304,58.669257],[-136.280507,58.660224],[-136.183176,58.614],[-136.183176,58.607164],[-136.192372,58.607082],[-136.198638,58.605536],[-136.211049,58.600328],[-136.202219,58.594306],[-136.177561,58.573065],[-136.160878,58.571682],[-136.142812,58.573554],[-136.128245,58.570746],[-136.122304,58.555732],[-136.127553,58.551947],[-136.139068,58.552069],[-136.150624,58.548896],[-136.155832,58.535468],[-136.16275,58.52619],[-136.179067,58.523342],[-136.211049,58.524644],[-136.198598,58.508979],[-136.180287,58.507554],[-136.142812,58.518459],[-136.131907,58.519517],[-136.082509,58.516425],[-136.082183,58.511379],[-136.087392,58.504706],[-136.088206,58.497992],[-136.085561,58.4914],[-136.084299,58.484687],[-136.080678,58.47956],[-136.07079,58.477484],[-136.062327,58.47427],[-136.060658,58.466498],[-136.061391,58.457343],[-136.060211,58.44953],[-136.036204,58.397895],[-136.026723,58.388129],[-136.057281,58.359524],[-136.076283,58.345608],[-136.098053,58.339667],[-136.127512,58.336493],[-136.186838,58.322414],[-136.272817,58.312974],[-136.287506,58.318183],[-136.283315,58.329739],[-136.272084,58.341254],[-136.265696,58.346503],[-136.27245,58.359605],[-136.327748,58.408596],[-136.329742,58.38052],[-136.343088,58.376166],[-136.409291,58.393459],[-136.459055,58.416897],[-136.481679,58.422187],[-136.48941,58.426011],[-136.498647,58.441311],[-136.50593,58.442694],[-136.513499,58.436184],[-136.510365,58.427924],[-136.499094,58.414781],[-136.500315,58.385077],[-136.515126,58.380316],[-136.537506,58.382514],[-136.561147,58.373765],[-136.552235,58.371283],[-136.54601,58.366645],[-136.541127,58.362209],[-136.53661,58.360175],[-136.524973,58.35814],[-136.506988,58.348944],[-136.499094,58.346503],[-136.480336,58.346869],[-136.480865,58.352362],[-136.486195,58.362616],[-136.481679,58.37759],[-136.473297,58.385443],[-136.466664,58.386542],[-136.444447,58.381293],[-136.417104,58.381293],[-136.410064,58.37934],[-136.406728,58.374986],[-136.405019,58.370307],[-136.402903,58.367621],[-136.377675,58.359198],[-136.365712,58.352362],[-136.361969,58.340237],[-136.361928,58.316107],[-136.370595,58.299547],[-136.391225,58.302558],[-136.434193,58.319159],[-136.492828,58.314439],[-136.512766,58.319159],[-136.518788,58.324286],[-136.522613,58.331122],[-136.527455,58.337104],[-136.53661,58.339667],[-136.550649,58.340644],[-136.562815,58.343736],[-136.573883,58.349189],[-136.584706,58.357082],[-136.598948,58.359036],[-136.620513,58.353909],[-136.656728,58.339667],[-136.574778,58.282131],[-136.566029,58.277981],[-136.560699,58.271308],[-136.561147,58.257758],[-136.567291,58.249335],[-136.591868,58.227444],[-136.598378,58.223049],[-136.633412,58.227729],[-136.639312,58.226752],[-136.65099,58.220526],[-136.664784,58.220364],[-136.6787,58.224311],[-136.690826,58.230414],[-136.706939,58.247992],[-136.711415,58.268866],[-136.700754,58.284166],[-136.67101,58.285102],[-136.671742,58.290107],[-136.67512,58.301256],[-136.677235,58.305569],[-136.693837,58.299302],[-136.71109,58.297797],[-136.72525,58.301947],[-136.732493,58.312974],[-136.740224,58.306301],[-136.750559,58.300442],[-136.761871,58.297309],[-136.772776,58.298733],[-136.783599,58.306383],[-136.779612,58.312201],[-136.772206,58.318264],[-136.772776,58.326606],[-136.788157,58.332709],[-136.826243,58.318996],[-136.84911,58.326606],[-136.843251,58.331],[-136.833119,58.341986],[-136.827382,58.346503],[-136.836537,58.360419],[-136.847524,58.372748],[-136.860504,58.382392],[-136.875844,58.388129],[-136.878041,58.363349],[-136.890126,58.349677],[-136.903635,58.350816],[-136.909983,58.370673],[-136.92101,58.388983],[-136.947499,58.400702],[-136.97936,58.406887],[-137.006825,58.408596],[-137.022776,58.407172],[-137.067616,58.394965],[-137.078359,58.393256],[-137.112294,58.394965],[-137.131418,58.401313],[-137.197906,58.442694],[-137.260081,58.456366],[-137.300038,58.474758],[-137.321889,58.480658],[-137.340443,58.494778],[-137.348215,58.497992],[-137.362538,58.50019],[-137.471425,58.554389],[-137.518544,58.564765],[-137.562815,58.590888],[-137.588368,58.600328],[-137.620758,58.602607],[-137.631459,58.606187],[-137.622467,58.614],[-137.606842,58.617743],[-137.570465,58.617987],[-137.55427,58.620836],[-137.513824,58.642524],[-137.499623,58.648139],[-137.48412,58.649888],[-137.451975,58.650092],[-137.43814,58.655585],[-137.457672,58.672268],[-137.469472,58.679592],[-137.479115,58.682929],[-137.495432,58.680365],[-137.521637,58.665351],[-137.537465,58.661811],[-137.56664,58.65884],[-137.642974,58.634508],[-137.670644,58.633246],[-137.677846,58.64643],[-137.683176,58.66649],[-137.704742,58.686347],[-137.869618,58.765774],[-137.893137,58.782213],[-137.90217,58.786444],[-137.914784,58.790513],[-137.926096,58.795722],[-137.930979,58.803046],[-137.929555,58.815741],[-137.924062,58.834621],[-137.924184,58.847398],[-137.944244,58.888129],[-137.984364,58.919989],[-138.184885,59.02558],[-138.250803,59.047838],[-138.281158,59.062405],[-138.287913,59.080756],[-138.36266,59.079779],[-138.398915,59.083319],[-138.431264,59.093817],[-138.398671,59.092841],[-138.383209,59.094794],[-138.369781,59.101264],[-138.428456,59.111233],[-138.559397,59.106187],[-138.610015,59.127997],[-138.540435,59.122463],[-138.506947,59.124701],[-138.492747,59.138495],[-138.493764,59.149319],[-138.494781,59.152737],[-138.483062,59.165229],[-138.47289,59.1706],[-138.446523,59.176093],[-138.4381,59.183173],[-138.449086,59.191636],[-138.558258,59.180894],[-138.583119,59.171129],[-138.596059,59.168891],[-138.62857,59.168891],[-138.64387,59.166815],[-138.653635,59.163967],[-138.641184,59.153998],[-138.630483,59.142239],[-138.656077,59.157701],[-138.688344,59.176988],[-138.726796,59.191107],[-138.769846,59.199856],[-138.814036,59.214667],[-138.838287,59.228217],[-138.981679,59.274848],[-139.205881,59.31977],[-139.184193,59.325263],[-139.138092,59.310248],[-139.116526,59.312934],[-139.154124,59.336005],[-139.164906,59.340237],[-139.182118,59.341254],[-139.201731,59.339789],[-139.220123,59.340318],[-139.233795,59.347724],[-139.236928,59.360053],[-139.230295,59.368232],[-139.226877,59.374661],[-139.240061,59.381171],[-139.253326,59.381415],[-139.271596,59.378119],[-139.287709,59.372138],[-139.294667,59.364732],[-139.3037,59.350531],[-139.325754,59.35578],[-139.352895,59.368109],[-139.377512,59.374945],[-139.40803,59.378363],[-139.446278,59.3876],[-139.482655,59.400621],[-139.507558,59.415961],[-139.427968,59.401557],[-139.38915,59.38227],[-139.365468,59.380276],[-139.341664,59.384996],[-139.322581,59.395453],[-139.363922,59.410712],[-139.386383,59.415107],[-139.404856,59.412258],[-139.423451,59.406968],[-139.443512,59.40766],[-139.463124,59.412421],[-139.507558,59.429633],[-139.524729,59.440375],[-139.53425,59.443834],[-139.596913,59.456977],[-139.857004,59.546291],[-139.835846,59.558905],[-139.765777,59.547838],[-139.73351,59.552476],[-139.735911,59.556383],[-139.740305,59.566799],[-139.719594,59.565985],[-139.70344,59.570217],[-139.690297,59.579739],[-139.678863,59.594672],[-139.668853,59.584377],[-139.657582,59.575507],[-139.644887,59.57274],[-139.630442,59.580471],[-139.637847,59.587307],[-139.622955,59.595364],[-139.575795,59.614569],[-139.591379,59.622545],[-139.579213,59.639594],[-139.52717,59.678046],[-139.480051,59.704413],[-139.473378,59.717597],[-139.537953,59.757025],[-139.545074,59.764797],[-139.562082,59.772366],[-139.572011,59.790188],[-139.582631,59.82746],[-139.608713,59.863593],[-139.621083,59.890286],[-139.613352,59.902533],[-139.602284,59.906806],[-139.582387,59.925605],[-139.572377,59.929877],[-139.559071,59.931708],[-139.545766,59.936672],[-139.52184,59.950995],[-139.492502,59.984565],[-139.473215,59.993598],[-139.448883,59.981106],[-139.430002,59.965033],[-139.371002,59.929877],[-139.305165,59.864691],[-139.302358,59.848293],[-139.333608,59.813422],[-139.343088,59.786526],[-139.342885,59.773261],[-139.335601,59.738105],[-139.341908,59.726752],[-139.34203,59.720404],[-139.326731,59.715725],[-139.318593,59.711086],[-139.311391,59.70539],[-139.308339,59.700263],[-139.303131,59.680732],[-139.277659,59.646186],[-139.267323,59.621405],[-139.28661,59.620551],[-139.310902,59.616278],[-139.332346,59.609565],[-139.343088,59.600898],[-139.289906,59.576158],[-139.270741,59.572984],[-139.259755,59.579047],[-139.226389,59.621405],[-139.234853,59.633368],[-139.261627,59.659166],[-139.267323,59.666083],[-139.266998,59.698065],[-139.26887,59.715074],[-139.274159,59.731269],[-139.279693,59.736274],[-139.286488,59.738186],[-139.292226,59.74258],[-139.294667,59.755194],[-139.291331,59.760199],[-139.275746,59.775784],[-139.270741,59.779039],[-139.263336,59.785793],[-139.279612,59.819729],[-139.280385,59.833686],[-139.264638,59.84162],[-139.173695,59.850816],[-139.036366,59.846869],[-139.010976,59.842475],[-138.969594,59.816718],[-138.945302,59.807115],[-138.920074,59.804999],[-138.897369,59.813178],[-138.910512,59.81269],[-138.922597,59.81391],[-138.94518,59.820014],[-139.013783,59.857611],[-139.02831,59.861518],[-139.218739,59.871039],[-139.239003,59.878323],[-139.321197,59.938707],[-139.355295,59.949408],[-139.368316,59.963324],[-139.379547,59.979193],[-139.390248,59.99136],[-139.412424,60.001899],[-139.462066,60.011786],[-139.483306,60.022406],[-139.507232,60.046536],[-139.520904,60.0515],[-139.541656,60.046576],[-139.542958,60.037299],[-139.579945,60.00731],[-139.589467,59.987942],[-139.584381,59.965155],[-139.584828,59.955064],[-139.59317,59.950995],[-139.626129,59.949449],[-139.658355,59.943549],[-139.705963,59.92178],[-139.735219,59.899237],[-139.794423,59.854193],[-139.849029,59.819403],[-139.958241,59.794623],[-140.042714,59.769721],[-140.137074,59.739936],[-140.254221,59.71015],[-140.322743,59.701239],[-140.50121,59.705227],[-140.617014,59.708482],[-140.689809,59.718451],[-140.762685,59.728339],[-140.863149,59.745551],[-141.009836,59.790432],[-141.115224,59.809475],[-141.274159,59.849189],[-141.352284,59.864081],[-141.428538,59.872138],[-141.45401,59.882066],[-141.46817,59.903062],[-141.457631,59.916734],[-141.434926,59.925116],[-141.412424,59.929877],[-141.43456,59.919664],[-141.445139,59.91234],[-141.45401,59.902533],[-141.4381,59.896186],[-141.413197,59.89997],[-141.353179,59.920152],[-141.346791,59.924872],[-141.338735,59.928412],[-141.31432,59.931464],[-141.284088,59.939765],[-141.275258,59.943549],[-141.267323,59.955552],[-141.262115,59.973944],[-141.260121,59.994208],[-141.261586,60.011786],[-141.267893,60.029039],[-141.278066,60.044094],[-141.292226,60.056586],[-141.310048,60.066474],[-141.303131,60.065863],[-141.282094,60.066474],[-141.305043,60.08633],[-141.346425,60.098782],[-141.379547,60.113918],[-141.377675,60.142157],[-141.443512,60.135688],[-141.474721,60.126125],[-141.47761,60.11107],[-141.455068,60.078437],[-141.447174,60.07392],[-141.431711,60.072211],[-141.419749,60.067572],[-141.399403,60.052802],[-141.385894,60.034817],[-141.392934,60.02204],[-141.414215,60.01435],[-141.472524,60.009019],[-141.613881,59.969062],[-141.673492,59.961127],[-141.732655,59.963121],[-141.893951,60.007554],[-141.969106,60.028144],[-142.104156,60.035305],[-142.197743,60.052802],[-142.351633,60.067694],[-142.487416,60.075914],[-142.639638,60.102444],[-142.798492,60.112372],[-142.982289,60.092475],[-143.19579,60.067694],[-143.463938,60.052802],[-143.609609,60.049465],[-143.748687,60.025458],[-143.863189,60.000393],[-143.918609,59.997016],[-144.042388,60.027981],[-144.105702,60.031684],[-144.249623,60.032294],[-144.133209,60.03974],[-144.031361,60.034084],[-144.002553,60.03974],[-144.02009,60.061428],[-144.050771,60.079657],[-144.205474,60.145168],[-144.219146,60.148627],[-144.239084,60.149604],[-144.252553,60.154608],[-144.240875,60.165513],[-144.205637,60.183051],[-144.197499,60.184149],[-144.190541,60.186591],[-144.187571,60.193671],[-144.190094,60.201646],[-144.196441,60.205634],[-144.204498,60.205308],[-144.212026,60.200507],[-144.246571,60.18891],[-144.347564,60.201117],[-144.38679,60.196763],[-144.373118,60.183743],[-144.448557,60.176337],[-144.46349,60.179348],[-144.478831,60.186713],[-144.485829,60.19595],[-144.475494,60.20425],[-144.490712,60.216254],[-144.517323,60.210028],[-144.546986,60.197455],[-144.571116,60.190619],[-144.601471,60.196438],[-144.658111,60.215399],[-144.688385,60.224677],[-144.674224,60.226549],[-144.661855,60.224066],[-144.653147,60.220364],[-144.640004,60.217231],[-144.642161,60.22248],[-144.660512,60.245185],[-144.694651,60.272528],[-144.736318,60.28441],[-144.746449,60.289537],[-144.75593,60.29621],[-144.769887,60.30268],[-144.784047,60.305976],[-144.79426,60.303209],[-144.808909,60.29442],[-144.819651,60.297268],[-144.828765,60.303127],[-144.838694,60.303209],[-144.848948,60.300727],[-144.865102,60.304389],[-144.872792,60.303209],[-144.890126,60.292955],[-144.905263,60.293199],[-144.916575,60.294745],[-144.92748,60.298774],[-144.94164,60.306627],[-144.934478,60.316392],[-144.916371,60.326158],[-144.889638,60.350246],[-144.887034,60.355048],[-144.889963,60.363267],[-144.896392,60.36579],[-144.903066,60.366197],[-144.90689,60.368109],[-144.91454,60.381171],[-144.912465,60.38703],[-144.900706,60.395982],[-144.886545,60.401557],[-144.870717,60.403225],[-144.838002,60.402167],[-144.838002,60.409654],[-144.860707,60.418524],[-144.84203,60.436184],[-144.790842,60.464911],[-144.79426,60.475979],[-144.794097,60.491156],[-144.798411,60.499213],[-144.832143,60.477118],[-144.853179,60.469875],[-144.873118,60.471177],[-144.887034,60.485419],[-144.879058,60.495917],[-144.870188,60.501858],[-144.860951,60.506293],[-144.846181,60.516791],[-144.836049,60.522406],[-144.831776,60.525784],[-144.830678,60.530992],[-144.832021,60.538031],[-144.832346,60.544176],[-144.828359,60.54682],[-144.817535,60.551825],[-144.815256,60.563137],[-144.818756,60.584133],[-144.81607,60.595038],[-144.809234,60.603339],[-144.790842,60.615139],[-144.768463,60.625149],[-144.762807,60.630194],[-144.756093,60.643052],[-144.757069,60.652533],[-144.761342,60.66356],[-144.76061,60.672756],[-144.746449,60.676581],[-144.716542,60.671861],[-144.688547,60.663642],[-144.661204,60.660102],[-144.633168,60.669745],[-144.617909,60.680365],[-144.613678,60.687323],[-144.61266,60.697699],[-144.616038,60.713935],[-144.622792,60.717027],[-144.63386,60.713853],[-144.705393,60.703803],[-144.733144,60.695217],[-144.756093,60.684027],[-144.771799,60.668931],[-144.786,60.650702],[-144.803293,60.635321],[-144.855865,60.622056],[-144.869781,60.605699],[-144.87914,60.585517],[-144.893219,60.567328],[-144.912099,60.557359],[-144.974273,60.537014],[-144.999664,60.533189],[-145.019521,60.526435],[-145.040435,60.510565],[-145.072011,60.477973],[-145.096995,60.444281],[-145.114003,60.429429],[-145.163482,60.417141],[-145.235911,60.368109],[-145.269521,60.357082],[-145.305247,60.35578],[-145.38915,60.362535],[-145.402659,60.366278],[-145.415191,60.371894],[-145.436838,60.38642],[-145.468495,60.39175],[-145.482289,60.395982],[-145.489369,60.403266],[-145.498891,60.423529],[-145.504018,60.430813],[-145.516957,60.436021],[-145.550038,60.441352],[-145.572581,60.451117],[-145.672839,60.45816],[-145.731616,60.465277],[-145.804504,60.454449],[-145.866064,60.447662],[-145.938754,60.456066],[-145.941558,60.471137],[-145.922678,60.479967],[-145.880035,60.487698],[-145.863393,60.495307],[-145.846832,60.507229],[-145.771799,60.542426],[-145.681304,60.6081],[-145.674672,60.618232],[-145.666371,60.635321],[-145.647817,60.645209],[-145.62914,60.652737],[-145.620025,60.662909],[-145.629018,60.679145],[-145.652089,60.675116],[-145.691762,60.656684],[-145.844594,60.621039],[-145.880198,60.62873],[-145.838002,60.639838],[-145.817738,60.649604],[-145.805043,60.662909],[-145.824208,60.664862],[-145.861399,60.65648],[-145.880198,60.662909],[-145.85554,60.676581],[-145.845286,60.685533],[-145.839182,60.697699],[-145.857167,60.695054],[-145.882232,60.686225],[-145.904652,60.67357],[-145.925771,60.645209],[-145.952382,60.638129],[-146.003651,60.635647],[-145.99413,60.649156],[-145.982777,60.657213],[-145.95523,60.669745],[-145.94343,60.67829],[-145.924672,60.696845],[-145.914296,60.703925],[-145.938791,60.708197],[-145.965484,60.697821],[-145.99234,60.683743],[-146.017323,60.676581],[-146.044301,60.673082],[-146.197743,60.636542],[-146.238759,60.634711],[-146.256907,60.646186],[-146.258046,60.64883],[-146.26061,60.650702],[-146.263173,60.653713],[-146.264312,60.659817],[-146.261301,60.662584],[-146.246002,60.663804],[-146.239858,60.666327],[-146.230702,60.673163],[-146.117299,60.721381],[-146.081288,60.726386],[-146.070302,60.730658],[-146.062123,60.738023],[-146.058909,60.748603],[-146.05309,60.752631],[-146.026112,60.744818],[-146.017934,60.752346],[-146.020375,60.757961],[-146.03775,60.779608],[-146.032216,60.788398],[-146.031117,60.794745],[-146.03775,60.800116],[-146.043446,60.801011],[-146.050404,60.800849],[-146.056386,60.799302],[-146.058909,60.796332],[-146.069325,60.778388],[-146.093495,60.762885],[-146.140859,60.744818],[-146.166982,60.740709],[-146.1822,60.744045],[-146.181874,60.753119],[-146.161285,60.766547],[-146.208567,60.760728],[-146.222483,60.755764],[-146.232289,60.747463],[-146.240305,60.73725],[-146.249827,60.728664],[-146.264027,60.725002],[-146.295562,60.726304],[-146.306793,60.732082],[-146.312123,60.744818],[-146.309967,60.758246],[-146.302358,60.765326],[-146.292592,60.770901],[-146.28425,60.779608],[-146.3131,60.771674],[-146.352528,60.73371],[-146.38915,60.721991],[-146.417226,60.706773],[-146.425689,60.700832],[-146.438385,60.69599],[-146.482289,60.686957],[-146.493723,60.687161],[-146.517568,60.698065],[-146.549916,60.701402],[-146.644195,60.697699],[-146.652089,60.700019],[-146.653635,60.705756],[-146.652984,60.71247],[-146.654775,60.718166],[-146.662913,60.725002],[-146.695709,60.744818],[-146.678578,60.752753],[-146.660512,60.749986],[-146.642974,60.741197],[-146.627431,60.731147],[-146.620839,60.752427],[-146.615793,60.761176],[-146.607004,60.766547],[-146.591135,60.765204],[-146.562611,60.750963],[-146.534535,60.759223],[-146.506703,60.744371],[-146.493723,60.748603],[-146.491526,60.760891],[-146.505116,60.768622],[-146.524159,60.772406],[-146.538075,60.772773],[-146.515696,60.780097],[-146.491607,60.779283],[-146.445627,60.772773],[-146.426625,60.774888],[-146.386098,60.784329],[-146.343332,60.788886],[-146.262847,60.810858],[-146.195465,60.820543],[-146.195465,60.827379],[-146.227895,60.831692],[-146.237538,60.84101],[-146.226145,60.850409],[-146.195465,60.854682],[-146.093088,60.84101],[-146.223459,60.892646],[-146.253774,60.885728],[-146.281361,60.85932],[-146.31725,60.836737],[-146.358306,60.822333],[-146.401519,60.820543],[-146.401519,60.827379],[-146.396108,60.831244],[-146.393137,60.835435],[-146.387278,60.847886],[-146.511464,60.81859],[-146.558583,60.827379],[-146.554596,60.845445],[-146.566803,60.853664],[-146.586049,60.852973],[-146.603261,60.844428],[-146.61913,60.831041],[-146.628285,60.827297],[-146.630971,60.834784],[-146.627431,60.854682],[-146.609975,60.864203],[-146.607004,60.868354],[-146.611399,60.877143],[-146.620839,60.883775],[-146.631947,60.888007],[-146.641103,60.889472],[-146.655263,60.886298],[-146.668446,60.880927],[-146.683502,60.879828],[-146.703196,60.889472],[-146.704661,60.892279],[-146.716868,60.90998],[-146.723866,60.916083],[-146.730458,60.919338],[-146.735422,60.923896],[-146.737294,60.933824],[-146.753285,60.955024],[-146.753163,60.964301],[-146.729848,60.964545],[-146.714711,60.959784],[-146.691274,60.947252],[-146.60497,60.937161],[-146.585846,60.944729],[-146.618804,60.955024],[-146.666086,60.963446],[-146.699818,60.976874],[-146.692291,61.002427],[-146.685292,61.011664],[-146.67276,61.032701],[-146.662221,61.040269],[-146.643544,61.04206],[-146.590932,61.032904],[-146.572825,61.026597],[-146.570465,61.030707],[-146.566477,61.041571],[-146.565419,61.046536],[-146.611236,61.053453],[-146.632924,61.059556],[-146.647939,61.073798],[-146.556874,61.085924],[-146.283762,61.081448],[-146.23644,61.094306],[-146.277984,61.122748],[-146.30012,61.132514],[-146.325795,61.136461],[-146.381459,61.134589],[-146.431956,61.139472],[-146.493804,61.134182],[-146.585846,61.136461],[-146.609446,61.130764],[-146.631663,61.119086],[-146.675282,61.08808],[-146.72057,61.064887],[-146.815541,61.031806],[-146.853993,61.005561],[-146.871327,60.985175],[-146.89094,60.972073],[-146.911366,60.962104],[-146.94872,60.949652],[-146.976715,60.945787],[-147.004872,60.947943],[-147.031565,60.957709],[-146.993967,60.983385],[-146.978831,60.998725],[-146.983754,61.005561],[-147.004791,61.006659],[-147.011057,61.005561],[-147.015696,61.002183],[-147.016754,60.998114],[-147.016916,60.99433],[-147.018463,60.991889],[-147.034169,60.981635],[-147.044301,60.977932],[-147.058827,60.978217],[-147.048573,60.992174],[-147.042592,61.002916],[-147.047231,61.009833],[-147.090199,61.015774],[-147.100657,61.015286],[-147.119456,61.002875],[-147.148264,60.991889],[-147.150543,60.976386],[-147.145375,60.963324],[-147.145863,60.954291],[-147.165273,60.950873],[-147.185292,60.953681],[-147.199127,60.961982],[-147.207102,60.975979],[-147.209625,60.995592],[-147.207265,61.008694],[-147.205149,61.014594],[-147.21052,61.013414],[-147.254384,60.993964],[-147.264272,60.991889],[-147.278432,61.004381],[-147.287913,61.007025],[-147.292226,60.995592],[-147.287506,60.984931],[-147.265289,60.967922],[-147.258127,60.957709],[-147.257314,60.937893],[-147.26891,60.930243],[-147.312734,60.930406],[-147.305816,60.923],[-147.343088,60.899482],[-147.364613,60.891262],[-147.374135,60.899075],[-147.382965,60.913967],[-147.403961,60.912787],[-147.429026,60.905585],[-147.449859,60.902533],[-147.437896,60.926907],[-147.380971,60.985663],[-147.400258,60.990953],[-147.416819,60.980292],[-147.432607,60.965318],[-147.449574,60.957709],[-147.460032,60.965766],[-147.451731,60.98371],[-147.435536,61.002387],[-147.422597,61.012356],[-147.451731,61.010932],[-147.468861,61.000474],[-147.494252,60.967963],[-147.509755,60.925727],[-147.522694,60.907538],[-147.542063,60.913316],[-147.545481,60.985663],[-147.538564,61.004218],[-147.529693,61.016669],[-147.525502,61.030585],[-147.53246,61.053941],[-147.521718,61.05976],[-147.490875,61.069403],[-147.483998,61.073798],[-147.485911,61.083726],[-147.493886,61.08808],[-147.503733,61.090399],[-147.511342,61.094306],[-147.521352,61.108588],[-147.527252,61.124742],[-147.525258,61.13939],[-147.511342,61.149563],[-147.524892,61.154446],[-147.543284,61.15705],[-147.561147,61.155911],[-147.573394,61.149563],[-147.578847,61.136298],[-147.573232,61.12759],[-147.564361,61.120347],[-147.559722,61.11164],[-147.566151,61.087226],[-147.581858,61.059231],[-147.601796,61.0362],[-147.62092,61.026597],[-147.640004,61.024359],[-147.658599,61.019477],[-147.665273,61.014594],[-147.648508,61.012356],[-147.620758,61.013983],[-147.614369,61.012356],[-147.607411,61.003363],[-147.610178,60.998847],[-147.616567,60.995998],[-147.620595,60.991889],[-147.623158,60.986558],[-147.632232,60.977973],[-147.634185,60.974799],[-147.630483,60.966702],[-147.621693,60.964586],[-147.611643,60.964301],[-147.603831,60.961168],[-147.600087,60.949856],[-147.605621,60.923651],[-147.600697,60.90998],[-147.596791,60.885688],[-147.599029,60.869086],[-147.610666,60.861558],[-147.664662,60.858303],[-147.681956,60.864691],[-147.666086,60.900458],[-147.685048,60.898586],[-147.712148,60.891181],[-147.730458,60.889472],[-147.732777,60.900092],[-147.727203,60.918158],[-147.716461,60.935696],[-147.703114,60.944729],[-147.703114,60.950873],[-147.727651,60.947577],[-147.769439,60.929145],[-147.785715,60.930406],[-147.788645,60.926703],[-147.790191,60.923774],[-147.79247,60.916815],[-147.770131,60.911444],[-147.77774,60.898871],[-147.812978,60.8758],[-147.777089,60.867011],[-147.771392,60.864936],[-147.766835,60.861884],[-147.757802,60.853664],[-147.751373,60.845038],[-147.754628,60.84101],[-147.763824,60.838935],[-147.783315,60.829535],[-147.795562,60.827379],[-147.870188,60.837714],[-147.886098,60.845201],[-147.898793,60.855943],[-147.908559,60.868354],[-147.916982,60.88817],[-147.922231,60.895697],[-147.930816,60.904202],[-147.9381,60.908759],[-148.019846,60.941636],[-148.03893,60.944729],[-148.050404,60.950141],[-148.034291,60.962348],[-147.997914,60.98192],[-147.999501,60.987616],[-148.002146,60.990139],[-148.002634,60.992865],[-147.997914,60.999335],[-147.98884,61.004869],[-147.96642,61.007961],[-147.956939,61.012356],[-147.944692,61.026597],[-147.929067,61.053778],[-147.915395,61.067572],[-147.92984,61.07274],[-147.935902,61.073798],[-147.91808,61.094306],[-147.883941,61.119371],[-147.845937,61.14057],[-147.816396,61.149563],[-147.804758,61.155219],[-147.772857,61.182034],[-147.757721,61.191107],[-147.716176,61.20185],[-147.702138,61.213202],[-147.710561,61.232082],[-147.736969,61.215562],[-147.751047,61.212592],[-147.765207,61.218451],[-147.723215,61.255927],[-147.713368,61.273098],[-147.730458,61.279853],[-147.748036,61.276068],[-147.762196,61.26496],[-147.785715,61.238959],[-147.833485,61.197577],[-147.843739,61.191107],[-147.87328,61.181871],[-147.908681,61.160142],[-147.963775,61.114732],[-147.998525,61.06269],[-148.020985,61.037421],[-148.049428,61.026597],[-148.072011,61.0244],[-148.079905,61.026597],[-148.086252,61.031399],[-148.093821,61.044176],[-148.113352,61.061835],[-148.121897,61.075995],[-148.131907,61.088324],[-148.148752,61.094306],[-148.139963,61.11286],[-148.145945,61.117906],[-148.160146,61.114691],[-148.196116,61.102362],[-148.258616,61.094306],[-148.278391,61.088935],[-148.305165,61.077094],[-148.390574,61.067288],[-148.409495,61.060126],[-148.397165,61.055365],[-148.372629,61.052232],[-148.361073,61.046536],[-148.371287,61.040595],[-148.391428,61.024115],[-148.398915,61.016059],[-148.407908,61.010932],[-148.449818,60.999335],[-148.449818,60.991889],[-148.410349,60.986396],[-148.3756,60.999213],[-148.313832,61.040269],[-148.27949,61.054999],[-148.227651,61.07099],[-148.177724,61.076606],[-148.148752,61.060126],[-148.163808,61.055813],[-148.166941,61.046454],[-148.166819,61.034613],[-148.172353,61.023261],[-148.207143,60.98192],[-148.218373,60.97248],[-148.251943,60.954739],[-148.264841,60.950873],[-148.281728,60.953681],[-148.313588,60.969794],[-148.333119,60.971381],[-148.325876,60.961127],[-148.289052,60.933824],[-148.281199,60.9206],[-148.286,60.913398],[-148.296702,60.906928],[-148.306467,60.895697],[-148.308176,60.880194],[-148.305776,60.864691],[-148.3072,60.852729],[-148.320424,60.847886],[-148.338735,60.850043],[-148.375111,60.859361],[-148.395823,60.861558],[-148.348215,60.83393],[-148.332875,60.819403],[-148.354237,60.813137],[-148.383372,60.817043],[-148.428334,60.835273],[-148.457265,60.84101],[-148.523427,60.840399],[-148.586374,60.830471],[-148.703684,60.79267],[-148.670115,60.785468],[-148.635081,60.793606],[-148.600046,60.806342],[-148.566477,60.813137],[-148.559926,60.811103],[-148.551462,60.802069],[-148.546335,60.800116],[-148.537953,60.80093],[-148.476308,60.814276],[-148.460154,60.812405],[-148.449818,60.800116],[-148.488026,60.790513],[-148.578359,60.781724],[-148.611195,60.762885],[-148.623606,60.752387],[-148.650868,60.737372],[-148.662709,60.725002],[-148.677724,60.700344],[-148.68871,60.689399],[-148.703684,60.684027],[-148.703684,60.676581],[-148.66747,60.674506],[-148.655873,60.676581],[-148.643666,60.682034],[-148.621327,60.695136],[-148.598256,60.699612],[-148.589589,60.704739],[-148.583201,60.712348],[-148.5808,60.721584],[-148.578928,60.735785],[-148.573598,60.739936],[-148.56489,60.74079],[-148.552846,60.744818],[-148.52953,60.757025],[-148.510203,60.763495],[-148.48998,60.766099],[-148.464101,60.766547],[-148.453074,60.768622],[-148.440012,60.777574],[-148.433054,60.779608],[-148.374705,60.779608],[-148.374705,60.772773],[-148.388376,60.772773],[-148.388376,60.766547],[-148.378855,60.764228],[-148.370961,60.759752],[-148.364939,60.753241],[-148.361073,60.744818],[-148.385487,60.739691],[-148.39509,60.734687],[-148.401967,60.725002],[-148.401112,60.715806],[-148.39509,60.689521],[-148.398915,60.684027],[-148.42634,60.679511],[-148.434519,60.667426],[-148.429921,60.62873],[-148.420115,60.634955],[-148.395823,60.656684],[-148.38268,60.661689],[-148.370432,60.663804],[-148.358754,60.667426],[-148.347401,60.676581],[-148.342519,60.703315],[-148.30842,60.734565],[-148.264638,60.76081],[-148.230702,60.772773],[-148.230702,60.766547],[-148.24828,60.754381],[-148.256215,60.737982],[-148.254954,60.718573],[-148.244985,60.697699],[-148.237131,60.688544],[-148.218984,60.673285],[-148.210194,60.662909],[-148.20641,60.65351],[-148.205922,60.645453],[-148.204172,60.637519],[-148.196604,60.62873],[-148.206288,60.620551],[-148.219187,60.614081],[-148.233713,60.609809],[-148.248118,60.608303],[-148.315256,60.549709],[-148.336985,60.540595],[-148.361073,60.54682],[-148.361073,60.553046],[-148.363515,60.562323],[-148.416453,60.559231],[-148.429921,60.570746],[-148.439687,60.587063],[-148.462473,60.589301],[-148.488474,60.582221],[-148.524485,60.560004],[-148.599477,60.52969],[-148.655873,60.49844],[-148.669423,60.488227],[-148.684763,60.472113],[-148.68989,60.457221],[-148.672597,60.450629],[-148.651479,60.45718],[-148.615305,60.485745],[-148.557932,60.50434],[-148.51415,60.528469],[-148.470204,60.54621],[-148.429921,60.539374],[-148.427073,60.528876],[-148.409047,60.524563],[-148.385935,60.522528],[-148.367869,60.518948],[-148.38154,60.505845],[-148.3485,60.509467],[-148.341542,60.506659],[-148.351145,60.495307],[-148.358835,60.483791],[-148.348378,60.480658],[-148.329905,60.483222],[-148.313222,60.488837],[-148.276601,60.49494],[-148.268503,60.472886],[-148.263783,60.451077],[-148.237538,60.457465],[-148.224721,60.469143],[-148.223622,60.478339],[-148.227854,60.488349],[-148.230702,60.502143],[-148.232859,60.505805],[-148.236643,60.509914],[-148.238352,60.515204],[-148.23412,60.522366],[-148.228464,60.525621],[-148.213246,60.532416],[-148.210194,60.536322],[-148.205922,60.546332],[-148.195912,60.554511],[-148.18456,60.557807],[-148.176096,60.553046],[-148.173655,60.539984],[-148.177113,60.525336],[-148.183461,60.512763],[-148.189768,60.505845],[-148.166371,60.501614],[-148.154612,60.525133],[-148.148305,60.557766],[-148.141306,60.58039],[-148.130849,60.587226],[-148.093821,60.603583],[-148.083608,60.604885],[-148.069163,60.585924],[-148.060007,60.57803],[-148.045766,60.574164],[-148.066843,60.539374],[-148.055165,60.541246],[-148.033396,60.551459],[-148.025258,60.553046],[-148.01179,60.547797],[-148.006825,60.540676],[-148.004262,60.532782],[-147.997914,60.525784],[-147.984975,60.521552],[-147.970774,60.518948],[-147.959828,60.512763],[-147.956939,60.49844],[-147.96227,60.491889],[-147.973704,60.485297],[-147.986969,60.48017],[-147.997914,60.477973],[-147.984731,60.462226],[-147.963735,60.464179],[-147.944407,60.468899],[-147.935902,60.461168],[-147.941884,60.443061],[-147.957021,60.436103],[-147.997914,60.436957],[-147.995351,60.421536],[-148.0124,60.410712],[-148.036855,60.404283],[-148.056264,60.402167],[-148.085561,60.419094],[-148.097035,60.419379],[-148.087351,60.395982],[-148.110911,60.399482],[-148.156443,60.414944],[-148.182322,60.41649],[-148.170847,60.409613],[-148.135081,60.37934],[-148.128285,60.368109],[-148.142445,60.355211],[-148.169789,60.352851],[-148.198557,60.356391],[-148.21703,60.361274],[-148.216176,60.379706],[-148.23351,60.384752],[-148.254587,60.378974],[-148.264841,60.364691],[-148.259755,60.348538],[-148.247304,60.349026],[-148.231679,60.353095],[-148.21703,60.347602],[-148.215159,60.321926],[-148.240915,60.297675],[-148.276235,60.279608],[-148.310374,60.270413],[-148.320058,60.260972],[-148.330027,60.258857],[-148.338735,60.262437],[-148.353586,60.279975],[-148.361073,60.2862],[-148.379709,60.287421],[-148.390859,60.277411],[-148.393056,60.26496],[-148.384958,60.258857],[-148.367543,60.253892],[-148.364451,60.242255],[-148.370798,60.228461],[-148.38154,60.217231],[-148.398142,60.209174],[-148.415232,60.204413],[-148.430898,60.197659],[-148.442983,60.183743],[-148.408681,60.186103],[-148.375234,60.192776],[-148.343373,60.203315],[-148.313832,60.217231],[-148.258127,60.251776],[-148.225819,60.260403],[-148.189768,60.25141],[-148.189768,60.245185],[-148.229075,60.242255],[-148.264841,60.232164],[-148.247182,60.226386],[-148.204091,60.22016],[-148.189768,60.211086],[-148.185618,60.196519],[-148.191355,60.183417],[-148.210194,60.155829],[-148.187611,60.165513],[-148.160146,60.21308],[-148.141306,60.232164],[-148.13268,60.234198],[-148.118845,60.234524],[-148.105946,60.230862],[-148.100331,60.220933],[-148.102528,60.209133],[-148.108347,60.201117],[-148.164906,60.149075],[-148.188832,60.134752],[-148.216746,60.129096],[-148.278635,60.127265],[-148.298573,60.136461],[-148.285959,60.162665],[-148.303049,60.164008],[-148.322987,60.172593],[-148.333119,60.170111],[-148.367869,60.118232],[-148.373036,60.086737],[-148.387929,60.058498],[-148.41161,60.03856],[-148.442983,60.032294],[-148.442983,60.025458],[-148.40746,60.018052],[-148.401967,60.01553],[-148.403879,60.007066],[-148.406931,60.003241],[-148.407582,59.999579],[-148.401967,59.99136],[-148.435374,59.959296],[-148.451365,59.955024],[-148.470937,59.970893],[-148.499013,60.013251],[-148.518056,60.02851],[-148.54601,60.032294],[-148.534413,60.013129],[-148.535512,59.997016],[-148.546986,59.984849],[-148.566477,59.977688],[-148.547841,59.969631],[-148.561757,59.957099],[-148.645579,59.923163],[-148.655873,59.923041],[-148.665761,59.931138],[-148.66454,59.939765],[-148.65746,59.946967],[-148.649648,59.950995],[-148.665232,59.955797],[-148.680287,59.954739],[-148.695261,59.951728],[-148.71052,59.950995],[-148.723012,59.953843],[-148.745107,59.962144],[-148.758901,59.964057],[-148.787831,59.958564],[-148.844187,59.937201],[-148.874989,59.937323],[-148.892323,59.94599],[-148.926015,59.971503],[-148.950673,59.977688],[-149.002024,59.967271],[-149.023183,59.967678],[-149.018992,59.984524],[-149.074778,59.969468],[-149.106882,59.96898],[-149.121409,59.99136],[-149.109486,60.002753],[-149.054392,60.037746],[-149.038808,60.052802],[-149.070139,60.06094],[-149.103098,60.058092],[-149.134755,60.047512],[-149.192738,60.014106],[-149.200185,60.008368],[-149.20519,59.998236],[-149.20641,59.987616],[-149.208852,59.977973],[-149.2176,59.970893],[-149.218617,59.955308],[-149.233957,59.939887],[-149.244496,59.926093],[-149.231272,59.915595],[-149.240834,59.902737],[-149.257883,59.888251],[-149.275258,59.877265],[-149.285878,59.874661],[-149.29308,59.887641],[-149.290598,59.924994],[-149.299672,59.94717],[-149.300404,59.956366],[-149.299509,59.97427],[-149.30488,59.977851],[-149.316111,59.979438],[-149.326039,59.98432],[-149.327463,59.997504],[-149.321401,60.001044],[-149.298329,60.006537],[-149.293324,60.011786],[-149.30016,60.023139],[-149.315175,60.025051],[-149.341135,60.022406],[-149.354115,60.090969],[-149.362864,60.111274],[-149.383656,60.122382],[-149.408681,60.123725],[-149.42988,60.114814],[-149.436228,60.103217],[-149.442006,60.083401],[-149.444407,60.062893],[-149.440745,60.049709],[-149.423044,60.022406],[-149.418528,60.018052],[-149.388905,59.997504],[-149.418284,59.991278],[-149.432485,59.986151],[-149.444163,59.977688],[-149.448801,59.968085],[-149.452626,59.945054],[-149.457834,59.937323],[-149.472157,59.931586],[-149.48408,59.932929],[-149.496449,59.936469],[-149.512441,59.937323],[-149.526967,59.932115],[-149.554636,59.913479],[-149.563669,59.90941],[-149.576853,59.89761],[-149.60615,59.845526],[-149.625071,59.833686],[-149.627878,59.828315],[-149.620351,59.816596],[-149.608469,59.804877],[-149.598093,59.799547],[-149.586171,59.789374],[-149.580678,59.786526],[-149.571238,59.785102],[-149.539744,59.786526],[-149.546498,59.774726],[-149.548899,59.766099],[-149.548329,59.758979],[-149.54658,59.751776],[-149.5301,59.738267],[-149.522654,59.727973],[-149.526723,59.717597],[-149.537546,59.716498],[-149.550974,59.723212],[-149.573232,59.738105],[-149.588083,59.742255],[-149.635935,59.74494],[-149.600535,59.766303],[-149.59496,59.772203],[-149.601877,59.782701],[-149.618276,59.784573],[-149.63679,59.783881],[-149.649607,59.786526],[-149.644968,59.801947],[-149.671986,59.817084],[-149.666697,59.830552],[-149.660024,59.840399],[-149.64509,59.873928],[-149.642161,59.885484],[-149.650095,59.912258],[-149.670277,59.939846],[-149.69697,59.959784],[-149.724721,59.964057],[-149.740834,59.948472],[-149.738596,59.890855],[-149.748891,59.864691],[-149.76594,59.839667],[-149.776967,59.835354],[-149.799794,59.841132],[-149.829945,59.856676],[-149.846995,59.858344],[-149.868113,59.847968],[-149.855092,59.843166],[-149.841135,59.835191],[-149.792551,59.79975],[-149.769114,59.786526],[-149.750356,59.704657],[-149.752634,59.682847],[-149.746083,59.667182],[-149.75654,59.662055],[-149.774363,59.664862],[-149.789866,59.673245],[-149.808542,59.687445],[-149.813954,59.69302],[-149.806223,59.71011],[-149.80724,59.717597],[-149.821482,59.725491],[-149.857045,59.733588],[-149.871816,59.741523],[-149.91157,59.773993],[-149.919911,59.779039],[-149.963002,59.783352],[-150.018666,59.798529],[-150.031687,59.799262],[-150.038564,59.792548],[-150.040639,59.775621],[-149.977976,59.751776],[-149.972727,59.746405],[-149.960886,59.727484],[-149.951975,59.72309],[-149.927358,59.721137],[-149.916493,59.717597],[-149.957468,59.669827],[-150.002675,59.642035],[-150.012685,59.628241],[-150.031199,59.637112],[-150.042348,59.649482],[-150.060496,59.676663],[-150.074656,59.685533],[-150.097727,59.695543],[-150.119252,59.700344],[-150.128774,59.693427],[-150.120676,59.680976],[-150.104685,59.672105],[-150.093129,59.662055],[-150.098378,59.645575],[-150.106923,59.629828],[-150.107126,59.614936],[-150.100209,59.602729],[-150.087839,59.594672],[-150.1103,59.580024],[-150.12267,59.575019],[-150.13561,59.572984],[-150.150217,59.576321],[-150.16747,59.591376],[-150.177195,59.594672],[-150.198354,59.586982],[-150.199452,59.568834],[-150.189402,59.548082],[-150.177195,59.53205],[-150.236887,59.53384],[-150.256785,59.526109],[-150.245473,59.49787],[-150.279734,59.496405],[-150.291249,59.492865],[-150.326243,59.475979],[-150.347971,59.469957],[-150.369862,59.469468],[-150.389475,59.477444],[-150.382273,59.479234],[-150.369862,59.483873],[-150.361521,59.484809],[-150.375844,59.495185],[-150.383249,59.49787],[-150.369822,59.502021],[-150.355702,59.504462],[-150.343332,59.508857],[-150.334828,59.518378],[-150.349924,59.518744],[-150.357493,59.525702],[-150.358876,59.535875],[-150.355336,59.546291],[-150.344797,59.555569],[-150.315297,59.56391],[-150.303456,59.569892],[-150.294667,59.582343],[-150.294667,59.592108],[-150.295847,59.60106],[-150.290476,59.611151],[-150.27009,59.626899],[-150.266347,59.635932],[-150.273386,59.649359],[-150.250722,59.667711],[-150.229075,59.695502],[-150.224355,59.715399],[-150.252268,59.71015],[-150.278798,59.692084],[-150.35436,59.602281],[-150.379587,59.587551],[-150.393178,59.576728],[-150.424265,59.53205],[-150.465199,59.494452],[-150.469309,59.478176],[-150.479482,59.467353],[-150.492747,59.465766],[-150.506174,59.477444],[-150.501576,59.494289],[-150.541941,59.515286],[-150.553334,59.535712],[-150.545115,59.550442],[-150.505849,59.581855],[-150.492502,59.600898],[-150.5301,59.601874],[-150.616689,59.564399],[-150.656972,59.552476],[-150.656972,59.546291],[-150.637441,59.541205],[-150.614329,59.528754],[-150.593577,59.513007],[-150.581248,59.49787],[-150.580515,59.48192],[-150.593577,59.474107],[-150.636464,59.463121],[-150.636464,59.456977],[-150.614369,59.450426],[-150.604726,59.445014],[-150.609324,59.438666],[-150.629709,59.429633],[-150.653066,59.423896],[-150.728627,59.422187],[-150.733957,59.414781],[-150.742624,59.398586],[-150.754628,59.382392],[-150.769968,59.374945],[-150.788279,59.371487],[-150.84907,59.343695],[-150.856272,59.33926],[-150.863881,59.335517],[-150.917673,59.326565],[-150.917307,59.317084],[-150.908762,59.302639],[-150.886342,59.275051],[-150.891957,59.257514],[-150.931101,59.248236],[-150.965891,59.234442],[-150.958608,59.203681],[-150.996571,59.226549],[-151.011545,59.241645],[-151.009511,59.255194],[-150.996409,59.268134],[-150.998036,59.27265],[-151.008168,59.2744],[-151.02009,59.278754],[-151.034983,59.292467],[-151.042551,59.297187],[-151.054189,59.299262],[-151.065989,59.295885],[-151.078359,59.289252],[-151.092478,59.285102],[-151.121693,59.293931],[-151.176625,59.301011],[-151.228708,59.316352],[-151.243479,59.318427],[-151.258046,59.317694],[-151.273305,59.312934],[-151.257639,59.298407],[-151.235911,59.296536],[-151.213124,59.296942],[-151.194529,59.289374],[-151.180979,59.279364],[-151.129954,59.258287],[-151.109202,59.253363],[-151.099355,59.248969],[-151.095164,59.241278],[-151.097239,59.232611],[-151.102732,59.224677],[-151.110341,59.21894],[-151.146311,59.20954],[-151.16161,59.207709],[-151.182607,59.217434],[-151.211863,59.223293],[-151.222117,59.224189],[-151.274607,59.221625],[-151.294423,59.224189],[-151.349192,59.242092],[-151.372914,59.246527],[-151.389109,59.255316],[-151.39684,59.258287],[-151.409617,59.260077],[-151.417836,59.259101],[-151.501291,59.234687],[-151.519765,59.224189],[-151.508046,59.221177],[-151.485707,59.21955],[-151.472605,59.216702],[-151.489084,59.199652],[-151.516713,59.196763],[-151.575307,59.203681],[-151.601267,59.201728],[-151.613962,59.197496],[-151.615956,59.189399],[-151.603831,59.182034],[-151.576283,59.188218],[-151.568105,59.175767],[-151.68281,59.163031],[-151.741526,59.167141],[-151.766794,59.193101],[-151.760365,59.209703],[-151.758616,59.219713],[-151.763376,59.224189],[-151.840281,59.213446],[-151.867909,59.21369],[-151.893137,59.220649],[-151.910756,59.23786],[-151.894846,59.238105],[-151.886667,59.241604],[-151.887156,59.248358],[-151.897084,59.258287],[-151.906484,59.261461],[-151.944936,59.265082],[-151.961781,59.270657],[-151.977162,59.279364],[-151.986684,59.292792],[-151.985829,59.312934],[-151.97643,59.325426],[-151.959462,59.337348],[-151.925038,59.353909],[-151.896596,59.359565],[-151.815175,59.353909],[-151.835398,59.36758],[-151.881296,59.385321],[-151.900217,59.398871],[-151.894032,59.412828],[-151.864207,59.426907],[-151.807729,59.443834],[-151.74828,59.445624],[-151.718251,59.450873],[-151.705312,59.466864],[-151.689076,59.480292],[-151.651845,59.485907],[-151.46821,59.478095],[-151.441518,59.466864],[-151.423166,59.453925],[-151.400624,59.445136],[-151.382192,59.44477],[-151.376332,59.456977],[-151.390004,59.473782],[-151.440419,59.493638],[-151.451487,59.508124],[-151.441477,59.532213],[-151.41747,59.546291],[-151.362742,59.559963],[-151.341257,59.561184],[-151.291697,59.556098],[-151.273305,59.559963],[-151.266306,59.571194],[-151.265207,59.584662],[-151.25886,59.596137],[-151.236073,59.600898],[-151.194773,59.597602],[-151.174143,59.600084],[-151.174021,59.611151],[-151.200266,59.631781],[-151.201365,59.641181],[-151.18456,59.655504],[-151.170969,59.661811],[-151.141794,59.670356],[-151.129954,59.676663],[-151.120432,59.687161],[-151.107411,59.710679],[-151.098948,59.720689],[-151.075144,59.737698],[-150.992787,59.779039],[-151.023508,59.795559],[-151.066274,59.79678],[-151.10912,59.786526],[-151.15449,59.759955],[-151.212514,59.74494],[-151.381337,59.674954],[-151.417307,59.669827],[-151.430979,59.666205],[-151.449534,59.657416],[-151.465769,59.646308],[-151.472605,59.635688],[-151.46467,59.625922],[-151.44636,59.61815],[-151.430369,59.612494],[-151.42573,59.611518],[-151.410512,59.607733],[-151.430653,59.611802],[-151.746938,59.682847],[-151.780832,59.692206],[-151.83137,59.716213],[-151.871775,59.749457],[-151.882883,59.786526],[-151.877065,59.79678],[-151.848704,59.820014],[-151.841868,59.831285],[-151.83141,59.855455],[-151.739125,59.988227],[-151.733266,60.008368],[-151.724965,60.024888],[-151.706044,60.041693],[-151.465443,60.18769],[-151.429636,60.216376],[-151.403269,60.252427],[-151.390614,60.299791],[-151.393178,60.344428],[-151.390248,60.359442],[-151.376047,60.371812],[-151.362009,60.377753],[-151.3485,60.380927],[-151.317983,60.382392],[-151.305979,60.386949],[-151.301869,60.398017],[-151.300649,60.423326],[-151.282948,60.48786],[-151.280751,60.508979],[-151.282786,60.537055],[-151.289499,60.550767],[-151.321767,60.574164],[-151.333852,60.59219],[-151.35497,60.639635],[-151.377797,60.658271],[-151.395863,60.678941],[-151.411733,60.702094],[-151.417307,60.718166],[-151.396921,60.738023],[-151.323801,60.739081],[-151.297556,60.748603],[-151.276072,60.767279],[-151.253,60.775336],[-151.071482,60.785346],[-151.043691,60.796332],[-151.026072,60.810045],[-150.763254,60.926703],[-150.603261,60.978502],[-150.452504,61.034247],[-150.387034,61.047268],[-150.334828,61.032864],[-150.322214,61.014594],[-150.310007,60.989447],[-150.293894,60.967271],[-150.258494,60.954576],[-150.236521,60.940416],[-150.22529,60.937242],[-150.043772,60.916815],[-149.977854,60.938788],[-149.930776,60.944729],[-149.850168,60.973863],[-149.824045,60.978217],[-149.752919,60.973822],[-149.71703,60.967515],[-149.683095,60.957709],[-149.638661,60.939643],[-149.621693,60.937242],[-149.526112,60.937242],[-149.507069,60.934027],[-149.467275,60.919908],[-149.126088,60.883612],[-149.103586,60.878079],[-149.090688,60.872056],[-149.078114,60.863756],[-149.059031,60.85635],[-149.039622,60.852444],[-149.025828,60.854682],[-149.060862,60.897284],[-149.111643,60.928616],[-149.169301,60.946967],[-149.225046,60.950873],[-149.334055,60.930325],[-149.3579,60.933824],[-149.378041,60.946967],[-149.483713,60.982408],[-149.516347,60.988593],[-149.617991,60.994615],[-149.783152,61.045356],[-149.829172,61.073432],[-149.909047,61.094306],[-150.067332,61.155748],[-150.057362,61.172309],[-150.038197,61.193061],[-150.015614,61.206366],[-149.99531,61.200751],[-149.975942,61.198472],[-149.944814,61.207709],[-149.914133,61.22134],[-149.895985,61.232082],[-149.889963,61.240424],[-149.875559,61.273098],[-149.868886,61.282538],[-149.810658,61.331366],[-149.796742,61.339016],[-149.781687,61.340725],[-149.766591,61.340237],[-149.752634,61.341295],[-149.73058,61.351874],[-149.704213,61.384223],[-149.68342,61.399359],[-149.65571,61.409003],[-149.320017,61.479153],[-149.27953,61.481635],[-149.261057,61.48664],[-149.245554,61.498969],[-149.278554,61.506537],[-149.41686,61.498969],[-149.403188,61.505805],[-149.428171,61.51317],[-149.648671,61.488186],[-149.757395,61.453355],[-149.795603,61.424506],[-149.814646,61.414211],[-149.861887,61.395941],[-149.879709,61.386135],[-149.89741,61.371283],[-149.911,61.352688],[-149.919749,61.31037],[-149.927846,61.289293],[-149.938914,61.271226],[-149.950632,61.259426],[-149.983754,61.246324],[-150.280507,61.259955],[-150.293894,61.265611],[-150.305653,61.275214],[-150.309763,61.28144],[-150.314402,61.281643],[-150.327992,61.273098],[-150.324696,61.272162],[-150.323191,61.266262],[-150.324086,61.258694],[-150.327992,61.25259],[-150.334584,61.250922],[-150.450551,61.25259],[-150.499623,61.261664],[-150.541737,61.286566],[-150.560658,61.323676],[-150.540273,61.369289],[-150.5631,61.365424],[-150.587107,61.351996],[-150.600535,61.332424],[-150.58495,61.294623],[-150.604237,61.291327],[-150.633616,61.298651],[-150.656972,61.314032],[-150.691274,61.277533],[-150.730906,61.253974],[-150.89155,61.214301],[-150.947743,61.211005],[-150.95759,61.207913],[-150.97529,61.194241],[-150.989084,61.191107],[-151.001536,61.190009],[-151.028554,61.182563],[-151.039906,61.177436],[-151.060902,61.163275],[-151.128163,61.094184],[-151.14037,61.078192],[-151.154775,61.064439],[-151.177113,61.053941],[-151.243642,61.039252],[-151.310862,61.032864],[-151.323598,61.02969],[-151.349558,61.01557],[-151.362375,61.012356],[-151.437815,61.019843],[-151.476145,61.017035],[-151.52245,61.008612],[-151.566762,60.994534],[-151.612782,60.965277],[-151.64623,60.950995],[-151.681223,60.928656],[-151.725046,60.924465],[-151.746938,60.916815],[-151.752146,60.898139],[-151.795277,60.868964],[-151.807729,60.847886],[-151.806264,60.83747],[-151.801015,60.828315],[-151.717763,60.743069],[-151.711374,60.725735],[-151.746287,60.718166],[-151.779734,60.724066],[-151.840688,60.751125],[-151.869822,60.759101],[-151.867747,60.754625],[-151.864369,60.743313],[-151.862375,60.738674],[-151.910105,60.731106],[-151.931508,60.725287],[-151.964304,60.703437],[-152.013051,60.680732],[-152.031199,60.676581],[-152.044545,60.675727],[-152.051381,60.673163],[-152.061594,60.662909],[-152.062734,60.660468],[-152.101308,60.613837],[-152.109364,60.608303],[-152.120961,60.603583],[-152.143137,60.597561],[-152.171254,60.580878],[-152.2329,60.559882],[-152.3155,60.505845],[-152.329579,60.492499],[-152.340077,60.476142],[-152.343373,60.457424],[-152.335927,60.436957],[-152.317576,60.420559],[-152.294504,60.412787],[-152.24592,60.402167],[-152.24592,60.395982],[-152.368113,60.357856],[-152.39741,60.33393],[-152.40038,60.326809],[-152.40392,60.309801],[-152.407664,60.303209],[-152.415964,60.297756],[-152.467763,60.282294],[-152.512644,60.274604],[-152.534535,60.265692],[-152.596303,60.228461],[-152.61616,60.22427],[-152.633982,60.229885],[-152.651845,60.238959],[-152.671742,60.245185],[-152.805531,60.235093],[-152.849843,60.245185],[-152.840891,60.256049],[-152.824941,60.256578],[-152.80602,60.252997],[-152.787831,60.25141],[-152.787831,60.258857],[-152.839548,60.268378],[-152.863596,60.265815],[-152.890818,60.25141],[-152.898549,60.275377],[-152.897817,60.295152],[-152.905588,60.308539],[-152.938588,60.313463],[-153.012196,60.313463],[-153.048451,60.309638],[-153.082631,60.299791],[-153.105458,60.28559],[-153.103627,60.277086],[-153.086985,60.27733],[-153.065256,60.289537],[-153.037953,60.299384],[-152.996897,60.300849],[-152.956614,60.293891],[-152.931833,60.278713],[-152.929758,60.27025],[-152.933461,60.253119],[-152.931833,60.245185],[-152.922719,60.237209],[-152.89741,60.227362],[-152.86266,60.207709],[-152.767323,60.190619],[-152.742869,60.174709],[-152.732533,60.170111],[-152.724314,60.169338],[-152.706532,60.17121],[-152.698435,60.170111],[-152.683054,60.162828],[-152.676625,60.157945],[-152.68163,60.155829],[-152.686269,60.151597],[-152.684438,60.142483],[-152.677805,60.133368],[-152.667958,60.129096],[-152.657908,60.12637],[-152.590281,60.092231],[-152.578562,60.081204],[-152.578603,60.070136],[-152.597971,60.04267],[-152.610951,60.033352],[-152.630116,60.032294],[-152.630116,60.025458],[-152.626332,60.024156],[-152.617136,60.019273],[-152.664784,59.994696],[-152.677927,59.984524],[-152.690134,59.966986],[-152.704579,59.93065],[-152.718861,59.915595],[-152.737904,59.908393],[-152.808298,59.896308],[-152.831166,59.887397],[-152.842885,59.884223],[-152.856679,59.882066],[-152.905466,59.886217],[-152.914418,59.885484],[-152.934804,59.879625],[-153.021189,59.888902],[-153.04601,59.886664],[-153.091908,59.876899],[-153.229726,59.868476],[-153.243357,59.862454],[-153.262034,59.848456],[-153.279164,59.832343],[-153.288075,59.820014],[-153.25654,59.821234],[-153.22643,59.828681],[-153.196401,59.832709],[-153.150828,59.819648],[-153.137685,59.821479],[-153.125234,59.825263],[-153.059275,59.833645],[-153.013865,59.832343],[-153.005686,59.827053],[-153.000071,59.813178],[-153.000071,59.80036],[-153.005238,59.792711],[-153.011342,59.785956],[-153.019236,59.762844],[-153.044423,59.722357],[-153.055287,59.71015],[-153.079294,59.701361],[-153.139475,59.686916],[-153.15156,59.673245],[-153.166249,59.664008],[-153.199818,59.654202],[-153.236643,59.647895],[-153.260813,59.649359],[-153.26769,59.656684],[-153.27831,59.676907],[-153.288075,59.682847],[-153.307444,59.68183],[-153.315989,59.672065],[-153.314809,59.660875],[-153.305124,59.655504],[-153.301015,59.652411],[-153.306467,59.645575],[-153.317209,59.638821],[-153.32905,59.635688],[-153.346018,59.636908],[-153.391103,59.649359],[-153.399119,59.650458],[-153.425242,59.649359],[-153.425242,59.655504],[-153.409128,59.66356],[-153.399037,59.672105],[-153.358957,59.720771],[-153.345408,59.725531],[-153.322214,59.717597],[-153.336374,59.730536],[-153.381459,59.7414],[-153.452585,59.79267],[-153.451527,59.775458],[-153.454457,59.761542],[-153.453928,59.746894],[-153.442616,59.727484],[-153.445424,59.716783],[-153.465443,59.674628],[-153.473012,59.66234],[-153.490712,59.650092],[-153.513173,59.641791],[-153.537099,59.637152],[-153.559031,59.635688],[-153.573232,59.642157],[-153.598622,59.672756],[-153.610829,59.682847],[-153.604115,59.687405],[-153.601186,59.688788],[-153.596547,59.689683],[-153.596547,59.69717],[-153.62267,59.695217],[-153.625966,59.68476],[-153.621449,59.670111],[-153.623891,59.655504],[-153.642934,59.648342],[-153.695627,59.64468],[-153.70641,59.631985],[-153.620432,59.628241],[-153.612172,59.626695],[-153.570383,59.609117],[-153.566029,59.60928],[-153.569285,59.594672],[-153.586415,59.56745],[-153.621938,59.555243],[-153.791819,59.542914],[-153.811879,59.556138],[-153.833608,59.559638],[-153.855784,59.555609],[-153.877146,59.546291],[-153.839915,59.544379],[-153.811513,59.538275],[-153.786936,59.527533],[-153.741078,59.497748],[-153.725779,59.482245],[-153.724721,59.466051],[-153.747385,59.4501],[-153.751454,59.440253],[-153.780222,59.433987],[-153.843577,59.429633],[-153.896596,59.432196],[-153.912465,59.429633],[-153.921498,59.424262],[-153.93574,59.408393],[-153.945994,59.402289],[-154.027943,59.388617],[-154.035105,59.38935],[-154.047556,59.39468],[-154.055857,59.395453],[-154.06078,59.393256],[-154.071523,59.383938],[-154.076365,59.381171],[-154.094716,59.378852],[-154.145253,59.381171],[-154.111643,59.360053],[-154.066233,59.348334],[-154.022654,59.351467],[-153.994456,59.374945],[-153.984853,59.370551],[-153.97468,59.368109],[-153.964182,59.367255],[-153.95344,59.36815],[-153.95344,59.361314],[-154.027211,59.341702],[-154.111928,59.304877],[-154.127756,59.294176],[-154.140207,59.281684],[-154.145253,59.268215],[-154.149892,59.235338],[-154.144358,59.224066],[-154.123525,59.224189],[-154.130849,59.208157],[-154.146311,59.202541],[-154.186228,59.203681],[-154.179433,59.183539],[-154.197499,59.173163],[-154.22529,59.169379],[-154.24767,59.168891],[-154.228464,59.162665],[-154.220326,59.161444],[-154.229482,59.155707],[-154.239491,59.151597],[-154.250111,59.149237],[-154.261301,59.148424],[-154.252878,59.13052],[-154.235056,59.12759],[-154.193064,59.134752],[-154.177317,59.129788],[-154.171946,59.118598],[-154.176991,59.107123],[-154.192454,59.101264],[-154.182932,59.095526],[-154.178782,59.093817],[-154.178782,59.086982],[-154.198354,59.076972],[-154.199818,59.055854],[-154.187327,59.03498],[-154.16511,59.02558],[-154.14037,59.031155],[-154.121083,59.044379],[-154.10322,59.060248],[-154.08259,59.07331],[-154.021962,59.08393],[-153.894765,59.065619],[-153.83613,59.066555],[-153.815867,59.072455],[-153.808095,59.073798],[-153.711537,59.070746],[-153.688791,59.063666],[-153.668691,59.05268],[-153.651804,59.03856],[-153.632883,59.01732],[-153.623891,59.011298],[-153.583079,59.000556],[-153.572703,58.994818],[-153.560902,58.990709],[-153.541575,58.989407],[-153.522328,58.990709],[-153.51061,58.994818],[-153.497426,59.003485],[-153.487172,59.002509],[-153.466868,58.9914],[-153.427235,58.981187],[-153.415028,58.974026],[-153.380686,58.94066],[-153.369985,58.936184],[-153.339304,58.936184],[-153.331614,58.933783],[-153.332265,58.928209],[-153.335642,58.921454],[-153.335886,58.915717],[-153.322621,58.894477],[-153.312856,58.889065],[-153.294911,58.888373],[-153.294911,58.881537],[-153.309071,58.877346],[-153.363149,58.874091],[-153.349965,58.868354],[-153.334299,58.866116],[-153.270823,58.871405],[-153.25947,58.868883],[-153.26415,58.857367],[-153.289133,58.844143],[-153.338368,58.855048],[-153.363149,58.847398],[-153.377553,58.829047],[-153.395212,58.782172],[-153.408193,58.761135],[-153.424672,58.744371],[-153.438832,58.733588],[-153.527659,58.696601],[-153.560251,58.69477],[-153.576121,58.690863],[-153.582875,58.679185],[-153.590281,58.658596],[-153.608754,58.644436],[-153.633127,58.634955],[-153.690663,58.621568],[-153.795522,58.614],[-153.863759,58.619818],[-153.899403,58.616685],[-153.912465,58.600328],[-153.910227,58.592719],[-153.906077,58.588121],[-153.89977,58.586249],[-153.904286,58.579901],[-153.912709,58.568508],[-153.918894,58.556098],[-153.929636,58.540839],[-153.929514,58.537909],[-153.930857,58.535631],[-153.939198,58.53205],[-153.946278,58.53266],[-153.954335,58.535875],[-153.963328,58.537299],[-153.973337,58.53205],[-153.961252,58.52851],[-153.932362,58.523993],[-153.925526,58.518459],[-153.930124,58.511542],[-153.942372,58.502916],[-153.956654,58.495266],[-153.967112,58.491116],[-154.001332,58.491116],[-154.042348,58.49608],[-154.081654,58.495185],[-154.110463,58.477484],[-154.096425,58.467719],[-154.080068,58.436713],[-154.068918,58.422187],[-154.067087,58.417426],[-154.068959,58.413031],[-154.069203,58.409857],[-154.062367,58.408596],[-154.031687,58.408596],[-154.020741,58.404283],[-154.008046,58.394965],[-154.000234,58.385565],[-154.004343,58.381293],[-154.015248,58.379543],[-154.061879,58.364569],[-154.088572,58.360745],[-154.190053,58.360745],[-154.196848,58.354967],[-154.191029,58.352118],[-154.194814,58.346584],[-154.206654,58.339667],[-154.2176,58.336615],[-154.243398,58.334621],[-154.30012,58.32038],[-154.318715,58.310736],[-154.322743,58.298733],[-154.364369,58.285102],[-154.355784,58.279446],[-154.351389,58.271389],[-154.353505,58.263332],[-154.364369,58.257758],[-154.353098,58.255439],[-154.343821,58.259467],[-154.334421,58.266018],[-154.322743,58.271389],[-154.308339,58.273424],[-154.281361,58.274156],[-154.268137,58.278266],[-154.271962,58.29564],[-154.253529,58.299872],[-154.206654,58.298733],[-154.202992,58.302069],[-154.199208,58.308295],[-154.19404,58.314846],[-154.186228,58.319159],[-154.171376,58.321763],[-154.165395,58.319159],[-154.161122,58.313137],[-154.121327,58.279731],[-154.151723,58.270982],[-154.206044,58.267564],[-154.24767,58.257758],[-154.187611,58.250678],[-154.165395,58.239407],[-154.16572,58.216783],[-154.188059,58.198188],[-154.221181,58.191392],[-154.255605,58.193996],[-154.281809,58.203111],[-154.289255,58.200019],[-154.302317,58.196275],[-154.287546,58.181586],[-154.235789,58.155341],[-154.227162,58.141059],[-154.246775,58.12641],[-154.280344,58.133043],[-154.337026,58.162095],[-154.34911,58.145087],[-154.345448,58.133368],[-154.335764,58.122219],[-154.329579,58.106879],[-154.336008,58.085395],[-154.352773,58.082221],[-154.370066,58.090644],[-154.386464,58.117621],[-154.405995,58.127997],[-154.427805,58.13642],[-154.443186,58.144477],[-154.448232,58.151435],[-154.451283,58.160142],[-154.452748,58.169623],[-154.453114,58.1789],[-154.458363,58.18773],[-154.47053,58.194241],[-154.494089,58.203111],[-154.467722,58.14704],[-154.460398,58.115058],[-154.469838,58.08983],[-154.499135,58.087795],[-154.577016,58.125718],[-154.610789,58.120551],[-154.605906,58.113756],[-154.553415,58.083075],[-154.553049,58.079576],[-154.545644,58.071112],[-154.551951,58.052314],[-154.566274,58.033515],[-154.583119,58.02497],[-154.631215,58.031195],[-154.644765,58.035468],[-154.648305,58.045478],[-154.648386,58.057034],[-154.651723,58.065985],[-154.669911,58.072333],[-154.692738,58.068915],[-154.715688,58.058905],[-154.734242,58.045478],[-154.737904,58.039455],[-154.741404,58.025092],[-154.747304,58.017524],[-154.755564,58.0126],[-154.766916,58.008246],[-154.778879,58.005072],[-154.788889,58.003892],[-154.810414,58.008124],[-154.856272,58.026923],[-154.881052,58.031195],[-154.973866,58.031195],[-155.023142,58.02558],[-155.040151,58.017239],[-155.028513,58.003892],[-155.044993,57.976386],[-155.063466,57.962388],[-155.088612,57.957424],[-155.125315,57.956732],[-155.076731,57.916164],[-155.068674,57.897366],[-155.097401,57.880316],[-155.137929,57.873114],[-155.255076,57.880316],[-155.224436,57.85814],[-155.220286,57.850287],[-155.227244,57.842108],[-155.243398,57.836859],[-155.275217,57.833197],[-155.308217,57.838813],[-155.32551,57.839545],[-155.336985,57.833197],[-155.334665,57.826483],[-155.309682,57.798407],[-155.345652,57.805325],[-155.358103,57.805243],[-155.358103,57.798407],[-155.336171,57.790717],[-155.312082,57.775214],[-155.299143,57.756822],[-155.310292,57.740424],[-155.321278,57.736558],[-155.351186,57.730536],[-155.375437,57.728339],[-155.385365,57.726142],[-155.394399,57.725735],[-155.405873,57.72956],[-155.43342,57.745795],[-155.490102,57.762885],[-155.504872,57.764309],[-155.529368,57.772366],[-155.551096,57.788031],[-155.574778,57.798814],[-155.605092,57.792222],[-155.617421,57.780666],[-155.628163,57.762885],[-155.635732,57.743354],[-155.638621,57.726467],[-155.627919,57.708157],[-155.588612,57.689643],[-155.59081,57.675523],[-155.611806,57.665839],[-155.703196,57.648261],[-155.76183,57.648261],[-155.771433,57.644721],[-155.760081,57.637152],[-155.734202,57.627143],[-155.732615,57.621649],[-155.734486,57.615953],[-155.738108,57.611029],[-155.741648,57.607327],[-155.735544,57.594672],[-155.738393,57.572008],[-155.734202,57.558824],[-155.741648,57.552069],[-155.793202,57.544582],[-155.805735,57.547919],[-155.810129,57.555732],[-155.811838,57.564927],[-155.816151,57.572496],[-155.825876,57.57925],[-155.831532,57.579576],[-155.847768,57.562567],[-155.861806,57.558905],[-155.904042,57.556545],[-155.912953,57.548285],[-155.924184,57.531399],[-155.950063,57.534369],[-155.978708,57.547919],[-156.020457,57.576809],[-156.034047,57.571438],[-156.034006,57.555609],[-156.01537,57.538398],[-156.01537,57.531562],[-156.082143,57.537177],[-156.104726,57.531562],[-156.091257,57.519436],[-156.051137,57.51789],[-156.042714,57.50731],[-156.042917,57.489691],[-156.041493,57.47484],[-156.035512,57.463568],[-156.022206,57.456448],[-156.060658,57.430243],[-156.112742,57.44717],[-156.167592,57.473619],[-156.214589,57.476264],[-156.221873,57.468329],[-156.226064,57.456855],[-156.228261,57.442206],[-156.238759,57.436957],[-156.268259,57.429633],[-156.308827,57.424872],[-156.338857,57.415432],[-156.471628,57.339789],[-156.493723,57.338324],[-156.520741,57.333075],[-156.544626,57.322699],[-156.55724,57.305609],[-156.554636,57.281684],[-156.536488,57.27912],[-156.391957,57.314846],[-156.354848,57.311347],[-156.34435,57.311835],[-156.348337,57.300482],[-156.339955,57.285305],[-156.34435,57.270901],[-156.349192,57.270413],[-156.35029,57.272162],[-156.350046,57.27497],[-156.351186,57.277655],[-156.357371,57.252143],[-156.384023,57.240546],[-156.447377,57.229926],[-156.447377,57.22309],[-156.430898,57.222724],[-156.410593,57.218655],[-156.393259,57.210639],[-156.385935,57.198879],[-156.380971,57.193671],[-156.358103,57.190497],[-156.351186,57.1883],[-156.346018,57.177802],[-156.34907,57.173326],[-156.354848,57.170356],[-156.358022,57.16474],[-156.375925,57.143256],[-156.460642,57.125637],[-156.488352,57.113837],[-156.47057,57.101508],[-156.453603,57.086493],[-156.470815,57.079169],[-156.481801,57.086005],[-156.489003,57.096422],[-156.495188,57.099555],[-156.502065,57.089586],[-156.503285,57.063218],[-156.50886,57.051744],[-156.523061,57.045844],[-156.542795,57.045396],[-156.562611,57.048163],[-156.577097,57.051744],[-156.589955,57.057074],[-156.625478,57.079047],[-156.631703,57.072821],[-156.625478,57.05858],[-156.645375,57.05858],[-156.565378,57.004543],[-156.549794,56.982856],[-156.574208,56.983222],[-156.657053,56.997952],[-156.668284,56.998521],[-156.678334,57.00019],[-156.68696,57.003974],[-156.691151,57.009182],[-156.704335,57.031236],[-156.70873,57.033393],[-156.715566,57.038072],[-156.724436,57.042792],[-156.776357,57.051744],[-156.784779,57.04914],[-156.791493,57.04267],[-156.794911,57.034654],[-156.79308,57.027533],[-156.786488,57.023017],[-156.776682,57.01789],[-156.767527,57.011786],[-156.762685,57.003974],[-156.763417,56.992011],[-156.769154,56.986884],[-156.776723,56.983466],[-156.783193,56.97663],[-156.786204,56.96776],[-156.787953,56.951077],[-156.789988,56.941881],[-156.797556,56.924262],[-156.809438,56.906684],[-156.824452,56.897284],[-156.841501,56.903998],[-156.889353,56.952094],[-156.90453,56.961819],[-156.927439,56.970526],[-156.94929,56.976223],[-156.961293,56.97663],[-156.951527,56.966498],[-156.946726,56.954576],[-156.947499,56.943305],[-156.954457,56.935045],[-156.950022,56.93008],[-156.944692,56.919989],[-156.940867,56.914537],[-156.953318,56.911078],[-156.996083,56.907701],[-157.030466,56.890082],[-157.040151,56.887274],[-157.050364,56.87816],[-157.07844,56.837104],[-157.091664,56.825832],[-157.112742,56.830512],[-157.169789,56.854641],[-157.190989,56.849677],[-157.183583,56.842027],[-157.162465,56.831285],[-157.147817,56.815131],[-157.159983,56.791083],[-157.189402,56.776272],[-157.215199,56.780341],[-157.239247,56.79149],[-157.286855,56.801703],[-157.305898,56.811591],[-157.365427,56.851467],[-157.391957,56.863227],[-157.419667,56.867377],[-157.443918,56.856513],[-157.459665,56.846422],[-157.465891,56.840033],[-157.468455,56.828925],[-157.463816,56.815823],[-157.452707,56.81094],[-157.439198,56.809149],[-157.427439,56.805365],[-157.417551,56.79678],[-157.408803,56.785468],[-157.404246,56.773749],[-157.406321,56.763739],[-157.412221,56.768948],[-157.419504,56.773139],[-157.427113,56.775295],[-157.433949,56.774319],[-157.438344,56.770738],[-157.444285,56.764635],[-157.448435,56.758938],[-157.447336,56.756903],[-157.462473,56.756578],[-157.509104,56.763739],[-157.531931,56.752265],[-157.552235,56.730414],[-157.573435,56.71662],[-157.598744,56.729641],[-157.60558,56.722154],[-157.595164,56.717597],[-157.586537,56.712348],[-157.580637,56.70539],[-157.578236,56.695461],[-157.57079,56.702338],[-157.557851,56.685533],[-157.53539,56.677558],[-157.485789,56.674994],[-157.48058,56.67064],[-157.463124,56.651435],[-157.457875,56.64704],[-157.45519,56.643215],[-157.462595,56.634508],[-157.473826,56.625434],[-157.482655,56.620347],[-157.512441,56.620103],[-157.583811,56.631293],[-157.608713,56.623481],[-157.633778,56.611151],[-157.664662,56.611396],[-157.694163,56.620307],[-157.715443,56.633979],[-157.750803,56.674262],[-157.772898,56.684394],[-157.804189,56.678127],[-157.837717,56.66592],[-157.848256,56.65766],[-157.861562,56.652289],[-157.897898,56.654853],[-157.913442,56.653876],[-157.932688,56.642808],[-157.965525,56.612372],[-157.982371,56.606106],[-158.033274,56.5987],[-158.038808,56.596991],[-158.044504,56.592963],[-158.048899,56.587633],[-158.050608,56.582221],[-158.055124,56.578559],[-158.085398,56.578803],[-158.105214,56.572211],[-158.118764,56.562893],[-158.127634,56.549506],[-158.133168,56.530341],[-158.075022,56.538316],[-157.963612,56.569973],[-157.881947,56.570624],[-157.868967,56.569037],[-157.858835,56.565131],[-157.849924,56.555569],[-157.848093,56.546373],[-157.847279,56.537177],[-157.84142,56.527289],[-157.836903,56.516506],[-157.842966,56.50731],[-157.862538,56.493476],[-157.877146,56.478217],[-157.884145,56.476142],[-157.89977,56.475735],[-157.956532,56.482611],[-158.067983,56.511908],[-158.126332,56.516669],[-158.152903,56.513251],[-158.165028,56.507392],[-158.167917,56.496894],[-158.158681,56.489203],[-158.131907,56.496161],[-158.126332,56.48664],[-158.138295,56.465522],[-158.166331,56.45893],[-158.221913,56.462104],[-158.248972,56.457506],[-158.261586,56.457994],[-158.273752,56.465806],[-158.282053,56.469957],[-158.318105,56.475735],[-158.338694,56.475409],[-158.355051,56.471137],[-158.41572,56.446479],[-158.43102,56.438056],[-158.442983,56.428046],[-158.455312,56.414293],[-158.471425,56.400295],[-158.508494,56.378363],[-158.523549,56.365912],[-158.518259,56.360745],[-158.509958,56.345404],[-158.541086,56.342475],[-158.576772,56.330268],[-158.609812,56.31391],[-158.632802,56.298245],[-158.646433,56.270657],[-158.620107,56.256171],[-158.537221,56.249823],[-158.544423,56.259752],[-158.553538,56.267279],[-158.561269,56.275458],[-158.564565,56.28734],[-158.560496,56.299302],[-158.550852,56.308173],[-158.472971,56.34276],[-158.448191,56.340522],[-158.44164,56.311916],[-158.432688,56.317532],[-158.423695,56.320624],[-158.414988,56.321031],[-158.406931,56.318752],[-158.410227,56.312974],[-158.414377,56.298245],[-158.372751,56.318752],[-158.345448,56.325588],[-158.335927,56.323432],[-158.322214,56.314114],[-158.314768,56.311916],[-158.258738,56.30508],[-158.227284,56.296332],[-158.208241,56.283922],[-158.225901,56.268785],[-158.247751,56.255683],[-158.272288,56.246527],[-158.309804,56.240871],[-158.335317,56.231513],[-158.348866,56.229315],[-158.362131,56.230658],[-158.386586,56.235989],[-158.400706,56.236151],[-158.394765,56.228176],[-158.398305,56.220771],[-158.406443,56.212592],[-158.414377,56.202053],[-158.399892,56.205715],[-158.384389,56.21308],[-158.369211,56.217475],[-158.326405,56.200385],[-158.32311,56.193549],[-158.345448,56.181545],[-158.318308,56.174709],[-158.288157,56.18537],[-158.25829,56.200873],[-158.206044,56.21776],[-158.176951,56.234849],[-158.147328,56.245795],[-158.119496,56.236151],[-158.150624,56.22956],[-158.160756,56.225898],[-158.167836,56.220038],[-158.174021,56.212063],[-158.181223,56.205024],[-158.198313,56.199205],[-158.214345,56.185981],[-158.221913,56.181545],[-158.234324,56.180569],[-158.245595,56.18244],[-158.257192,56.182278],[-158.270334,56.174709],[-158.262888,56.167914],[-158.289662,56.161607],[-158.324045,56.159125],[-158.35204,56.150702],[-158.359731,56.126899],[-158.382395,56.135932],[-158.387766,56.152411],[-158.387522,56.169867],[-158.393259,56.181545],[-158.409657,56.180813],[-158.420766,56.166246],[-158.423289,56.147203],[-158.414377,56.133124],[-158.433461,56.13231],[-158.44164,56.133124],[-158.428171,56.113349],[-158.412302,56.094875],[-158.407582,56.078437],[-158.427968,56.064846],[-158.442087,56.085028],[-158.445749,56.094957],[-158.44164,56.106431],[-158.454294,56.109361],[-158.499705,56.106431],[-158.503245,56.10163],[-158.492991,56.090725],[-158.469594,56.071682],[-158.487009,56.059638],[-158.484609,56.042914],[-158.469309,56.03205],[-158.454172,56.040676],[-158.456899,56.043524],[-158.45873,56.046861],[-158.462148,56.051215],[-158.434071,56.042914],[-158.4228,56.023993],[-158.427561,56.006537],[-158.447865,56.002753],[-158.460194,56.009996],[-158.483632,56.032375],[-158.496287,56.037543],[-158.511057,56.03384],[-158.512074,56.022935],[-158.505198,56.009223],[-158.496287,55.996568],[-158.512563,55.995998],[-158.53364,56.004462],[-158.554758,56.017646],[-158.571401,56.030707],[-158.509958,56.051215],[-158.509958,56.058051],[-158.567454,56.047105],[-158.585642,56.040676],[-158.600942,56.040432],[-158.604685,56.052314],[-158.597239,56.066107],[-158.578847,56.071682],[-158.578847,56.078518],[-158.601918,56.086737],[-158.601552,56.100572],[-158.58552,56.113674],[-158.561147,56.119452],[-158.559885,56.124091],[-158.549306,56.146186],[-158.544057,56.153632],[-158.539866,56.15469],[-158.528066,56.152818],[-158.519154,56.154364],[-158.51476,56.153266],[-158.511301,56.153225],[-158.509958,56.157375],[-158.510203,56.166246],[-158.509958,56.167914],[-158.489003,56.176703],[-158.478871,56.183824],[-158.479237,56.191474],[-158.49059,56.195868],[-158.565907,56.195014],[-158.639638,56.202053],[-158.627675,56.185858],[-158.607777,56.178209],[-158.564565,56.167914],[-158.591176,56.152777],[-158.611887,56.135159],[-158.634592,56.120063],[-158.667592,56.112616],[-158.661448,56.13109],[-158.668202,56.145941],[-158.683339,56.152777],[-158.702341,56.147406],[-158.691884,56.136461],[-158.688832,56.125637],[-158.692616,56.115424],[-158.702341,56.106431],[-158.670115,56.098782],[-158.660634,56.092353],[-158.667592,56.078518],[-158.666331,56.061713],[-158.732249,56.045396],[-158.715403,56.030707],[-158.696523,56.028713],[-158.676015,56.030463],[-158.65807,56.028957],[-158.647084,56.017035],[-158.647084,55.999945],[-158.657541,55.99079],[-158.688059,55.982327],[-158.688059,55.976142],[-158.682566,55.974799],[-158.673044,55.970852],[-158.667592,55.969306],[-158.682932,55.958401],[-158.712026,55.954047],[-158.742909,55.95539],[-158.763783,55.961859],[-158.756418,55.967475],[-158.747914,55.971747],[-158.738718,55.974677],[-158.728993,55.976142],[-158.728993,55.982327],[-158.739125,55.99258],[-158.745554,56.001451],[-158.75654,56.00788],[-158.780507,56.010199],[-158.785105,56.007066],[-158.793691,55.992906],[-158.801015,55.989732],[-158.815378,55.991523],[-158.82311,55.996405],[-158.835805,56.013617],[-158.859446,56.012926],[-158.888254,55.983832],[-158.928293,55.920844],[-158.934519,55.920844],[-158.942332,55.931627],[-158.956776,55.936225],[-158.973866,55.93651],[-159.006296,55.931789],[-159.014109,55.929145],[-159.020741,55.924628],[-159.023752,55.916938],[-159.020131,55.91059],[-159.014272,55.906806],[-159.010203,55.907172],[-159.010935,55.901679],[-159.010243,55.897203],[-159.013905,55.89411],[-159.027577,55.89289],[-159.035471,55.894273],[-159.040395,55.897691],[-159.044789,55.90233],[-159.071482,55.9206],[-159.083811,55.926011],[-159.099314,55.92829],[-159.113637,55.926174],[-159.145009,55.916815],[-159.160715,55.914618],[-159.172434,55.911282],[-159.187001,55.896308],[-159.20165,55.89289],[-159.266713,55.889228],[-159.29426,55.87934],[-159.318674,55.859442],[-159.332834,55.877387],[-159.355906,55.879462],[-159.380849,55.871405],[-159.400624,55.859442],[-159.411082,55.842515],[-159.416331,55.802151],[-159.421702,55.790473],[-159.439076,55.789211],[-159.455556,55.801337],[-159.468699,55.818345],[-159.475697,55.831488],[-159.478831,55.846015],[-159.478831,55.863593],[-159.475697,55.88231],[-159.469553,55.900336],[-159.489451,55.900133],[-159.518178,55.89647],[-159.544993,55.889635],[-159.558909,55.879869],[-159.555287,55.865668],[-159.525258,55.836575],[-159.517934,55.821845],[-159.516794,55.811225],[-159.511708,55.793443],[-159.510487,55.783026],[-159.509348,55.778266],[-159.504709,55.771186],[-159.503651,55.766913],[-159.505849,55.760891],[-159.510813,55.758002],[-159.515736,55.756049],[-159.517934,55.752997],[-159.5301,55.739814],[-159.552602,55.721381],[-159.564443,55.704291],[-159.544626,55.694892],[-159.547475,55.683824],[-159.547963,55.673896],[-159.549428,55.664984],[-159.555165,55.65705],[-159.558583,55.653795],[-159.562123,55.649115],[-159.565134,55.646552],[-159.569163,55.644721],[-159.58019,55.642157],[-159.585561,55.639716],[-159.602162,55.627631],[-159.619862,55.611151],[-159.630686,55.593573],[-159.626536,55.578274],[-159.721059,55.567084],[-159.743235,55.572008],[-159.730214,55.579983],[-159.708974,55.597724],[-159.695424,55.605536],[-159.727122,55.60399],[-159.756907,55.5987],[-159.741689,55.613267],[-159.711293,55.61933],[-159.679799,55.616685],[-159.661326,55.605536],[-159.640818,55.612982],[-159.642283,55.620307],[-159.639394,55.626654],[-159.632924,55.631171],[-159.623402,55.63288],[-159.617014,55.635199],[-159.624745,55.640286],[-159.657541,55.652289],[-159.693308,55.660346],[-159.709706,55.667629],[-159.691274,55.679023],[-159.633372,55.701117],[-159.650095,55.711127],[-159.65803,55.718329],[-159.66454,55.735053],[-159.671498,55.736274],[-159.678578,55.736518],[-159.681752,55.742743],[-159.677968,55.752021],[-159.650746,55.786811],[-159.62621,55.804511],[-159.625234,55.81269],[-159.640818,55.825263],[-159.657053,55.832343],[-159.701853,55.843817],[-159.830393,55.852729],[-159.845774,55.851223],[-159.854685,55.84162],[-159.860544,55.818427],[-159.853383,55.8039],[-159.851389,55.794745],[-159.856801,55.790473],[-159.904612,55.783026],[-159.923085,55.789496],[-159.955271,55.81566],[-159.976633,55.818427],[-159.976633,55.810981],[-159.968943,55.806789],[-159.967112,55.801703],[-159.969187,55.786811],[-159.973134,55.777493],[-159.982493,55.777167],[-160.009592,55.785875],[-160.017771,55.791815],[-160.026723,55.796942],[-160.038075,55.797349],[-160.04365,55.792792],[-160.052113,55.776272],[-160.058542,55.770006],[-160.030873,55.735541],[-160.033559,55.726223],[-160.065378,55.722846],[-160.088002,55.72842],[-160.096669,55.728013],[-160.100168,55.719143],[-160.095652,55.714179],[-160.065378,55.701117],[-160.096913,55.700751],[-160.110789,55.703803],[-160.123728,55.711982],[-160.130483,55.720404],[-160.135243,55.728013],[-160.142161,55.733791],[-160.155385,55.736518],[-160.149892,55.721015],[-160.143137,55.688788],[-160.133656,55.674465],[-160.164052,55.657131],[-160.238718,55.66474],[-160.257192,55.653998],[-160.257192,55.646552],[-160.349965,55.646552],[-160.39623,55.653022],[-160.419423,55.653876],[-160.442128,55.646552],[-160.425486,55.634711],[-160.366404,55.612982],[-160.366404,55.605536],[-160.390859,55.599433],[-160.43517,55.57685],[-160.45641,55.578274],[-160.455434,55.5633],[-160.453806,55.557359],[-160.448964,55.550279],[-160.457509,55.542955],[-160.464223,55.529283],[-160.468577,55.515082],[-160.470041,55.506252],[-160.477528,55.494615],[-160.495188,55.486151],[-160.531484,55.475816],[-160.548533,55.489081],[-160.582997,55.540717],[-160.593332,55.564114],[-160.595408,55.589097],[-160.598948,55.606106],[-160.613474,55.605536],[-160.627919,55.590806],[-160.64094,55.570258],[-160.657419,55.551988],[-160.682688,55.544135],[-160.74177,55.548651],[-160.768137,55.545396],[-160.764272,55.530463],[-160.740956,55.524888],[-160.706614,55.525133],[-160.675404,55.521918],[-160.661855,55.506252],[-160.667592,55.477851],[-160.68342,55.464667],[-160.782582,55.447089],[-160.799021,55.447903],[-160.809397,55.45185],[-160.832021,55.465399],[-160.843088,55.468411],[-160.848582,55.473049],[-160.845937,55.483466],[-160.836619,55.499416],[-160.831776,55.511623],[-160.840525,55.518541],[-160.867299,55.523627],[-160.92455,55.51911],[-160.959421,55.49315],[-160.98762,55.458319],[-161.024973,55.427436],[-161.072092,55.408352],[-161.279164,55.354885],[-161.312001,55.353583],[-161.326609,55.36225],[-161.339467,55.383246],[-161.368723,55.385443],[-161.479115,55.361029],[-161.506663,55.363837],[-161.518422,55.383368],[-161.515574,55.388983],[-161.487986,55.427802],[-161.485585,55.438422],[-161.481923,55.480373],[-161.479237,55.484931],[-161.454335,55.514797],[-161.442983,55.525621],[-161.418894,55.538398],[-161.388743,55.57217],[-161.367543,55.578274],[-161.34911,55.570624],[-161.31664,55.543199],[-161.292185,55.537299],[-161.182607,55.523627],[-161.151845,55.525621],[-161.144887,55.53498],[-161.15925,55.545396],[-161.247792,55.557766],[-161.26122,55.561713],[-161.271433,55.571234],[-161.280751,55.582587],[-161.29186,55.591946],[-161.316151,55.600409],[-161.364939,55.610012],[-161.408193,55.635932],[-161.438791,55.638739],[-161.620798,55.612982],[-161.613352,55.599799],[-161.617258,55.593736],[-161.626291,55.590318],[-161.63447,55.58511],[-161.65217,55.561184],[-161.708363,55.527086],[-161.71642,55.513088],[-161.713328,55.502021],[-161.706492,55.49726],[-161.699656,55.495307],[-161.696523,55.49258],[-161.697214,55.482611],[-161.709421,55.434394],[-161.710194,55.424302],[-161.709421,55.407131],[-161.711008,55.40176],[-161.71642,55.393256],[-161.817087,55.31684],[-161.833119,55.293647],[-161.841908,55.289618],[-161.894521,55.242418],[-161.897817,55.233466],[-161.899119,55.224555],[-161.902415,55.217841],[-161.911936,55.215155],[-161.934804,55.213813],[-161.944814,55.215562],[-161.956614,55.22191],[-161.948313,55.221137],[-161.922475,55.22191],[-161.922475,55.229397],[-161.951161,55.237209],[-161.98469,55.240424],[-162.018015,55.239814],[-162.04601,55.235582],[-162.04601,55.229397],[-162.020497,55.200751],[-162.015696,55.184516],[-162.032338,55.17414],[-161.984568,55.157131],[-161.981557,55.147406],[-161.974314,55.138251],[-161.965077,55.130601],[-161.956614,55.125718],[-161.972768,55.107408],[-162.001291,55.093207],[-162.032948,55.083319],[-162.059031,55.078599],[-162.080881,55.080634],[-162.105784,55.089423],[-162.128,55.102973],[-162.141591,55.119534],[-162.122141,55.124986],[-162.114247,55.125718],[-162.121693,55.133205],[-162.112782,55.141425],[-162.106394,55.149115],[-162.102488,55.15762],[-162.101267,55.167914],[-162.192738,55.142564],[-162.230946,55.112738],[-162.210683,55.090237],[-162.198191,55.062893],[-162.202097,55.039862],[-162.230946,55.030219],[-162.246083,55.027045],[-162.260569,55.021674],[-162.27477,55.019599],[-162.289296,55.026801],[-162.298085,55.035875],[-162.313222,55.058173],[-162.319692,55.071112],[-162.329294,55.066067],[-162.337473,55.057685],[-162.351064,55.040107],[-162.362538,55.036566],[-162.422719,55.036363],[-162.44933,55.040269],[-162.472239,55.048977],[-162.492624,55.061835],[-162.511545,55.078599],[-162.526479,55.10224],[-162.517405,55.114691],[-162.493601,55.117499],[-162.464345,55.112738],[-162.416493,55.097886],[-162.390614,55.096584],[-162.360707,55.105292],[-162.417348,55.129055],[-162.436391,55.140082],[-162.47997,55.175523],[-162.491038,55.188422],[-162.530955,55.248765],[-162.557362,55.267035],[-162.600901,55.270413],[-162.571645,55.280829],[-162.567454,55.292222],[-162.583323,55.301093],[-162.614573,55.3039],[-162.645334,55.300035],[-162.668284,55.291409],[-162.687367,55.277899],[-162.706736,55.259508],[-162.718739,55.239081],[-162.718332,55.217922],[-162.705312,55.201361],[-162.658762,55.190334],[-162.632883,55.179674],[-162.614125,55.166327],[-162.614573,55.153713],[-162.603261,55.143541],[-162.599965,55.137112],[-162.603953,55.131903],[-162.614573,55.125718],[-162.614817,55.129136],[-162.6197,55.134182],[-162.626536,55.137641],[-162.632192,55.136664],[-162.635325,55.131049],[-162.635447,55.125149],[-162.634755,55.119045],[-162.635691,55.112738],[-162.641713,55.090969],[-162.642771,55.071112],[-162.634999,55.063625],[-162.614573,55.078599],[-162.612131,55.062201],[-162.559926,54.961249],[-162.584828,54.965806],[-162.616444,54.979885],[-162.645497,54.99844],[-162.662953,55.016547],[-162.627797,55.012274],[-162.618967,55.015692],[-162.621409,55.030219],[-162.633046,55.045559],[-162.649485,55.052965],[-162.667185,55.050605],[-162.676625,55.036363],[-162.685496,55.017239],[-162.696523,55.003241],[-162.723826,54.975531],[-162.718373,54.968085],[-162.716624,54.963365],[-162.720693,54.961249],[-162.725046,54.96011],[-162.752756,54.944892],[-162.767445,54.939602],[-162.782948,54.93594],[-162.850413,54.935045],[-162.877634,54.938951],[-162.920847,54.957424],[-162.927358,54.963284],[-162.92988,54.971869],[-162.935048,54.976996],[-162.967397,54.992336],[-162.974355,55.009508],[-162.952748,55.014065],[-162.926462,55.014553],[-162.919626,55.019924],[-162.93696,55.029283],[-162.97997,55.038642],[-162.998158,55.050686],[-163.024119,55.085028],[-163.041127,55.099351],[-163.063303,55.105292],[-163.075022,55.106635],[-163.096547,55.112209],[-163.107981,55.112738],[-163.12206,55.109849],[-163.148305,55.10102],[-163.163197,55.099066],[-163.14977,55.106431],[-163.121327,55.117906],[-163.107981,55.125718],[-163.129099,55.13345],[-163.157094,55.138617],[-163.183054,55.139146],[-163.197987,55.133205],[-163.200185,55.121405],[-163.196767,55.108466],[-163.192128,55.097602],[-163.190541,55.092231],[-163.202748,55.086168],[-163.215037,55.089667],[-163.238352,55.105292],[-163.23823,55.090318],[-163.231313,55.081],[-163.21935,55.077135],[-163.204213,55.078599],[-163.217641,55.045356],[-163.205515,55.018988],[-163.174753,55.001695],[-163.114003,54.992336],[-163.089955,54.98428],[-163.06725,54.973293],[-163.053334,54.961249],[-163.049875,54.94184],[-163.062571,54.928778],[-163.135203,54.903713],[-163.171213,54.881903],[-163.200388,54.872952],[-163.231435,54.844794],[-163.251414,54.838324],[-163.277455,54.833686],[-163.32079,54.81387],[-163.341379,54.811103],[-163.357411,54.817613],[-163.367543,54.830146],[-163.376658,54.844957],[-163.38976,54.858873],[-163.341868,54.876776],[-163.327097,54.886176],[-163.324574,54.891059],[-163.324818,54.90233],[-163.320872,54.907294],[-163.311513,54.911566],[-163.301462,54.913723],[-163.290883,54.91413],[-163.279897,54.91352],[-163.296824,54.927639],[-163.345286,54.91942],[-163.347605,54.940823],[-163.329172,54.966864],[-163.306589,54.959052],[-163.281361,54.944648],[-163.255116,54.951321],[-163.245961,54.969957],[-163.282053,54.990139],[-163.292958,55.013129],[-163.299143,55.061225],[-163.30602,55.073961],[-163.318674,55.085395],[-163.325144,55.095649],[-163.313466,55.105292],[-163.313466,55.112738],[-163.320505,55.112209],[-163.325185,55.114081],[-163.329294,55.116889],[-163.334543,55.119534],[-163.148997,55.180976],[-163.024729,55.245592],[-162.991282,55.242418],[-163.009023,55.237372],[-163.030873,55.2272],[-163.051707,55.214342],[-163.066396,55.201483],[-163.076527,55.18065],[-163.062937,55.175767],[-162.992624,55.18183],[-162.984486,55.180976],[-162.983754,55.179185],[-162.980784,55.174994],[-162.976186,55.170559],[-162.970815,55.167914],[-162.962026,55.169013],[-162.895823,55.189643],[-162.874949,55.200385],[-162.833689,55.229397],[-162.849924,55.245429],[-162.888661,55.246772],[-162.896352,55.266669],[-162.80012,55.290269],[-162.794749,55.299465],[-162.737009,55.31094],[-162.713857,55.321275],[-162.65331,55.361518],[-162.641835,55.380276],[-162.634999,55.362616],[-162.614207,55.351508],[-162.58845,55.346096],[-162.566762,55.345445],[-162.550974,55.348538],[-162.540517,55.353949],[-162.51891,55.372789],[-162.51183,55.374905],[-162.504343,55.373684],[-162.497141,55.373969],[-162.491038,55.380276],[-162.48998,55.385321],[-162.490224,55.391995],[-162.49177,55.397691],[-162.494456,55.400092],[-162.507558,55.407538],[-162.504018,55.424018],[-162.504262,55.440416],[-162.528879,55.447903],[-162.556996,55.446926],[-162.582387,55.437323],[-162.601023,55.423733],[-162.621409,55.406928],[-162.604726,55.429877],[-162.591054,55.437323],[-162.576161,55.44599],[-162.549998,55.458726],[-162.226999,55.697903],[-162.149037,55.722846],[-162.130116,55.73432],[-162.0926,55.764065],[-162.077016,55.770006],[-162.050526,55.773749],[-161.912953,55.830878],[-161.898264,55.841986],[-161.826283,55.879869],[-161.799998,55.889716],[-161.773915,55.895982],[-161.689036,55.903551],[-161.640859,55.91767],[-161.525502,55.934882],[-161.457712,55.953925],[-161.388905,55.961737],[-161.377512,55.965522],[-161.356638,55.976264],[-161.155344,56.017035],[-161.225575,55.995998],[-161.257761,55.986029],[-161.273264,55.978461],[-161.367543,55.955634],[-161.206858,55.955634],[-161.170847,55.949856],[-161.154775,55.949897],[-161.137929,55.958686],[-161.124216,55.961249],[-161.072743,55.941352],[-161.053293,55.941107],[-161.039418,55.94595],[-161.011301,55.961859],[-160.95995,55.976264],[-160.946401,55.986029],[-160.932362,55.990302],[-160.874135,55.99315],[-160.871409,55.961737],[-160.867258,55.945868],[-160.860463,55.934516],[-160.900014,55.934556],[-160.940378,55.939358],[-160.979319,55.937445],[-161.014394,55.917711],[-161.024159,55.902899],[-161.023386,55.890774],[-161.015574,55.881171],[-161.004465,55.873725],[-160.983632,55.867011],[-160.965891,55.869371],[-160.948476,55.875434],[-160.928782,55.879869],[-160.943796,55.850491],[-160.950063,55.832994],[-160.946401,55.825263],[-160.930613,55.821845],[-160.915151,55.813666],[-160.820383,55.739163],[-160.799021,55.715399],[-160.781809,55.751044],[-160.768137,55.758531],[-160.747182,55.746161],[-160.717112,55.722846],[-160.699208,55.703192],[-160.689565,55.697903],[-160.675526,55.701117],[-160.67573,55.705634],[-160.664784,55.729804],[-160.661855,55.732815],[-160.666086,55.744045],[-160.676259,55.747138],[-160.688588,55.748114],[-160.699412,55.752997],[-160.707102,55.759833],[-160.725331,55.771389],[-160.756703,55.786119],[-160.764272,55.804755],[-160.775217,55.846503],[-160.78246,55.865668],[-160.795277,55.873725],[-160.799265,55.875434],[-160.798655,55.879462],[-160.7954,55.883775],[-160.791575,55.886705],[-160.784535,55.887681],[-160.777537,55.885565],[-160.764272,55.879869],[-160.717112,55.866278],[-160.68871,55.862291],[-160.512196,55.86994],[-160.503611,55.859442],[-160.479604,55.850287],[-160.477732,55.838446],[-160.481882,55.823472],[-160.476267,55.804755],[-160.460194,55.79564],[-160.44225,55.800523],[-160.422556,55.809149],[-160.401194,55.810981],[-160.394846,55.807318],[-160.386708,55.795233],[-160.380686,55.790473],[-160.36913,55.78677],[-160.309763,55.779364],[-160.288889,55.774482],[-160.26769,55.772284],[-160.24352,55.776842],[-160.278879,55.788316],[-160.287913,55.793931],[-160.309071,55.819281],[-160.319203,55.825263],[-160.237294,55.838324],[-160.250966,55.852484],[-160.272654,55.859117],[-160.319203,55.866278],[-160.520741,55.935207],[-160.540761,55.93537],[-160.566274,55.92829],[-160.572458,55.934516],[-160.552683,55.949123],[-160.543528,55.958482],[-160.538319,55.969306],[-160.539133,55.984565],[-160.547597,55.993394],[-160.561838,55.995307],[-160.579905,55.989732],[-160.568105,56.007554],[-160.532216,56.040229],[-160.516347,56.068793],[-160.476389,56.096666],[-160.462595,56.112616],[-160.461171,56.151313],[-160.455556,56.172349],[-160.43871,56.181545],[-160.428944,56.193264],[-160.403798,56.239691],[-160.394358,56.242987],[-160.368723,56.276842],[-160.237294,56.339179],[-160.18871,56.386908],[-160.017039,56.44538],[-159.928049,56.488959],[-159.847727,56.540513],[-159.745717,56.579332],[-159.483144,56.64704],[-159.558909,56.620347],[-159.547597,56.613186],[-159.526926,56.616156],[-159.502431,56.62287],[-159.45637,56.62934],[-159.324574,56.674018],[-159.308095,56.684882],[-159.288767,56.692084],[-159.231068,56.691962],[-159.208852,56.695461],[-159.221262,56.700873],[-159.234731,56.702826],[-159.263417,56.702338],[-159.263417,56.708564],[-159.199656,56.751695],[-159.175282,56.763739],[-159.086374,56.785793],[-159.040964,56.815131],[-158.991078,56.842597],[-158.943918,56.869859],[-158.889231,56.889594],[-158.8662,56.89411],[-158.893788,56.874457],[-158.959421,56.853461],[-158.997426,56.828803],[-159.025136,56.816718],[-159.03071,56.808783],[-159.024892,56.796576],[-159.010691,56.788804],[-158.992869,56.785142],[-158.976064,56.784857],[-158.979197,56.805732],[-158.971059,56.827541],[-158.957712,56.842475],[-158.945017,56.842922],[-158.911,56.817694],[-158.873647,56.797838],[-158.848948,56.789374],[-158.814687,56.78144],[-158.780751,56.777533],[-158.756947,56.781155],[-158.743723,56.786322],[-158.728708,56.789374],[-158.698598,56.791083],[-158.681467,56.786607],[-158.655751,56.767646],[-158.639638,56.763739],[-158.65392,56.805365],[-158.653798,56.817206],[-158.651438,56.826483],[-158.652821,56.836249],[-158.682444,56.86933],[-158.689076,56.884508],[-158.688954,56.939602],[-158.694895,56.969184],[-158.694407,56.979804],[-158.688059,57.007025],[-158.682118,57.02204],[-158.652089,57.05976],[-158.6079,57.100979],[-158.312449,57.314887],[-158.300771,57.319281],[-158.284373,57.322943],[-158.182688,57.362006],[-158.058095,57.367092],[-158.063669,57.377183],[-158.073476,57.381537],[-158.085886,57.382066],[-158.09907,57.380764],[-158.079661,57.396633],[-158.017079,57.428534],[-157.996327,57.446234],[-157.961293,57.484198],[-157.940745,57.497463],[-157.872792,57.513617],[-157.78661,57.556098],[-157.757761,57.564276],[-157.735951,57.558824],[-157.722971,57.564765],[-157.709665,57.568671],[-157.680653,57.572496],[-157.69164,57.557929],[-157.683217,57.540107],[-157.652781,57.503607],[-157.666615,57.489203],[-157.656728,57.483588],[-157.509389,57.476264],[-157.513661,57.466498],[-157.516225,57.462633],[-157.478953,57.4831],[-157.445505,57.483303],[-157.4287,57.485256],[-157.413808,57.489936],[-157.395579,57.502427],[-157.395131,57.512763],[-157.407419,57.52204],[-157.427439,57.531562],[-157.418446,57.539455],[-157.407704,57.546047],[-157.398061,57.554145],[-157.392079,57.566311],[-157.407094,57.561265],[-157.439443,57.556586],[-157.454783,57.552069],[-157.443715,57.537299],[-157.419749,57.512641],[-157.413808,57.497463],[-157.513905,57.509752],[-157.533559,57.50731],[-157.543406,57.500312],[-157.556101,57.494818],[-157.569569,57.491197],[-157.581736,57.489936],[-157.595408,57.493232],[-157.597524,57.500963],[-157.591298,57.51789],[-157.58727,57.563178],[-157.590647,57.584215],[-157.602162,57.603502],[-157.603505,57.608547],[-157.600779,57.612982],[-157.598622,57.617825],[-157.602162,57.62401],[-157.607533,57.627997],[-157.618276,57.634101],[-157.62267,57.637641],[-157.630076,57.641059],[-157.638987,57.640448],[-157.644765,57.636664],[-157.643137,57.630561],[-157.626088,57.613471],[-157.650136,57.613674],[-157.671946,57.618109],[-157.690419,57.626288],[-157.704579,57.637641],[-157.70991,57.652533],[-157.710032,57.674018],[-157.706532,57.69538],[-157.701161,57.709662],[-157.708811,57.729926],[-157.698354,57.759467],[-157.667063,57.818915],[-157.644602,57.878241],[-157.636667,57.909369],[-157.630116,57.978461],[-157.615183,58.041164],[-157.610097,58.092353],[-157.60554,58.105211],[-157.591298,58.127387],[-157.579457,58.140367],[-157.553293,58.162055],[-157.543528,58.175849],[-157.519765,58.167385],[-157.485789,58.165473],[-157.45165,58.168769],[-157.427439,58.175849],[-157.409657,58.188625],[-157.398752,58.19953],[-157.384226,58.207099],[-157.355458,58.209947],[-157.194325,58.193915],[-157.180409,58.189439],[-157.170644,58.182685],[-157.164052,58.175116],[-157.155385,58.169501],[-157.139475,58.168402],[-157.163319,58.191555],[-157.187082,58.204901],[-157.347524,58.239203],[-157.379628,58.23725],[-157.433542,58.22191],[-157.457468,58.220893],[-157.482655,58.230414],[-157.529042,58.256008],[-157.5454,58.273586],[-157.537302,58.291897],[-157.568471,58.320746],[-157.562082,58.363674],[-157.502675,58.46369],[-157.457875,58.50788],[-157.436147,58.521633],[-157.382517,58.536363],[-157.358591,58.546373],[-157.267283,58.620266],[-157.134348,58.686835],[-157.115224,58.699652],[-157.091786,58.709784],[-156.996083,58.723822],[-156.969187,58.732245],[-156.940867,58.737535],[-156.940867,58.744371],[-156.978342,58.739],[-157.023671,58.726508],[-157.061879,58.726223],[-157.077992,58.757392],[-157.068796,58.778469],[-157.002268,58.839993],[-157.025502,58.863471],[-157.022694,58.869696],[-157.009714,58.881537],[-156.988596,58.895209],[-156.985341,58.903266],[-156.985585,58.910142],[-156.987375,58.9147],[-156.988596,58.915717],[-156.982411,58.943345],[-156.976308,58.953518],[-156.961293,58.963446],[-156.922109,58.976223],[-156.882517,58.983954],[-156.860341,58.993883],[-156.851633,59.018215],[-156.85143,59.077094],[-156.842885,59.103217],[-156.822865,59.122626],[-156.800038,59.138739],[-156.783193,59.155219],[-156.853627,59.11994],[-156.865102,59.111233],[-156.867258,59.102729],[-156.878041,59.078355],[-156.88683,59.067939],[-156.884633,59.055406],[-156.880442,59.041653],[-156.878774,59.032375],[-156.889719,59.012519],[-156.910105,58.99726],[-156.935414,58.987494],[-156.991811,58.981757],[-157.015818,58.974066],[-157.034901,58.959418],[-157.05073,58.936184],[-157.069569,58.899726],[-157.084462,58.886664],[-157.135569,58.877346],[-157.254465,58.840481],[-157.373118,58.824774],[-157.38683,58.820868],[-157.400217,58.815497],[-157.410024,58.809516],[-157.424021,58.803046],[-157.475209,58.799628],[-157.568179,58.747893],[-157.65746,58.736187],[-157.814182,58.687709],[-157.978098,58.647528],[-158.153676,58.614],[-158.203359,58.612982],[-158.26301,58.623521],[-158.315867,58.646552],[-158.345448,58.682929],[-158.335805,58.701483],[-158.345286,58.724066],[-158.363596,58.744615],[-158.380198,58.757392],[-158.408315,58.770087],[-158.546132,58.799262],[-158.557729,58.806464],[-158.566151,58.819485],[-158.565663,58.830634],[-158.559641,58.839993],[-158.551503,58.847398],[-158.538035,58.856269],[-158.528432,58.860907],[-158.519968,58.867336],[-158.509958,58.881537],[-158.495473,58.911689],[-158.48884,58.922512],[-158.499257,58.948798],[-158.477488,58.963202],[-158.421132,58.977118],[-158.431508,58.979438],[-158.439402,58.983547],[-158.443227,58.989691],[-158.44164,58.998236],[-158.451527,58.997463],[-158.46052,58.994778],[-158.468617,58.99022],[-158.475779,58.983954],[-158.497507,58.993964],[-158.491322,59.001532],[-158.45873,59.014716],[-158.443552,59.025336],[-158.424306,59.032782],[-158.403432,59.037177],[-158.38329,59.03856],[-158.1728,59.013007],[-158.137156,58.999457],[-158.104604,58.979885],[-158.078562,58.956692],[-158.069529,58.943305],[-158.070627,58.925849],[-158.06428,58.908271],[-158.056833,58.899115],[-158.044504,58.888373],[-158.030141,58.879055],[-158.017079,58.874091],[-158.017323,58.886664],[-158.013865,58.895697],[-158.006663,58.900824],[-157.995351,58.902045],[-157.995351,58.908271],[-158.028066,58.907538],[-158.041331,58.911444],[-158.050608,58.922512],[-158.034169,58.942816],[-158.052317,58.97134],[-158.102122,59.014716],[-158.140248,59.0362],[-158.233835,59.039211],[-158.31664,59.062445],[-158.402699,59.073676],[-158.44164,59.086982],[-158.473215,59.104804],[-158.489329,59.117825],[-158.496287,59.131415],[-158.498891,59.143866],[-158.505564,59.145982],[-158.514394,59.145006],[-158.523549,59.148424],[-158.528676,59.156155],[-158.530832,59.163804],[-158.534495,59.1706],[-158.544057,59.175767],[-158.549062,59.15766],[-158.547475,59.144843],[-158.537221,59.137193],[-158.516103,59.134752],[-158.516713,59.111518],[-158.457265,59.075873],[-158.462148,59.052802],[-158.480784,59.044094],[-158.521189,59.03734],[-158.537221,59.02558],[-158.540517,59.020575],[-158.542592,59.015611],[-158.543691,59.009711],[-158.544057,59.001654],[-158.547312,58.993476],[-158.554311,58.988918],[-158.56135,58.9855],[-158.57787,58.959174],[-158.608998,58.933173],[-158.644399,58.911282],[-158.688466,58.895575],[-158.709096,58.88288],[-158.729482,58.873603],[-158.746409,58.877834],[-158.753367,58.890448],[-158.748036,58.900214],[-158.737498,58.911444],[-158.728993,58.928697],[-158.762644,58.943671],[-158.777821,58.952623],[-158.790476,58.963446],[-158.75414,58.972154],[-158.739735,58.979885],[-158.746409,58.994818],[-158.825266,58.977118],[-158.810496,58.965969],[-158.772043,58.920478],[-158.769968,58.911078],[-158.793894,58.816352],[-158.783559,58.799506],[-158.78246,58.783881],[-158.787953,58.769761],[-158.797312,58.757392],[-158.811879,58.744452],[-158.827952,58.736274],[-158.846913,58.732001],[-158.869944,58.730699],[-158.877919,58.732367],[-158.88561,58.736802],[-158.891306,58.743354],[-158.893503,58.751166],[-158.890085,58.763617],[-158.88154,58.768459],[-158.859364,58.771674],[-158.819773,58.783922],[-158.804311,58.794664],[-158.807851,58.809516],[-158.827138,58.819403],[-158.851023,58.820217],[-158.87324,58.813178],[-158.887318,58.799628],[-158.86144,58.799465],[-158.874135,58.78974],[-158.900339,58.778957],[-158.914622,58.775377],[-158.912953,58.757636],[-158.908437,58.741197],[-158.889396,58.706293],[-158.851595,58.677091],[-158.820151,58.614034],[-158.793894,58.569322],[-158.792087,58.570417],[-158.779042,58.562893],[-158.772654,58.558783],[-158.770009,58.54914],[-158.771433,58.524644],[-158.770009,58.518459],[-158.758494,58.50727],[-158.74592,58.505113],[-158.733632,58.506252],[-158.722849,58.504828],[-158.708689,58.492255],[-158.720082,58.483588],[-158.739695,58.474189],[-158.759755,58.447089],[-158.782053,58.437161],[-158.807118,58.430732],[-158.825266,58.429023],[-158.825266,58.422187],[-158.797312,58.422187],[-158.829661,58.404771],[-158.881734,58.39962],[-158.939761,58.398071],[-159.014856,58.414548],[-159.051259,58.424709],[-159.071645,58.442694],[-159.05842,58.438381],[-159.046335,58.4383],[-159.03661,58.443793],[-159.03071,58.456366],[-159.055735,58.455878],[-159.074696,58.458726],[-159.083689,58.469062],[-159.078481,58.491116],[-159.114613,58.490058],[-159.15099,58.518785],[-159.208852,58.586737],[-159.29894,58.672349],[-159.384954,58.755824],[-159.482737,58.816067],[-159.506907,58.82217],[-159.517934,58.826321],[-159.545033,58.844306],[-159.551462,58.847398],[-159.579294,58.846177],[-159.594065,58.831711],[-159.633778,58.834703],[-159.660918,58.839443],[-159.630243,58.852715],[-159.600968,58.885454],[-159.586941,58.907463],[-159.617487,58.931324],[-159.638148,58.935098],[-159.651335,58.935554],[-159.680183,58.931753],[-159.709649,58.928657],[-159.738127,58.928247],[-159.728762,58.918737],[-159.725177,58.910439],[-159.734625,58.892692],[-159.755732,58.881468],[-159.768229,58.865531],[-159.743329,58.854477],[-159.752924,58.840826],[-159.765973,58.831369],[-159.776927,58.848779],[-159.7985,58.849833],[-159.80704,58.844662],[-159.805978,58.837465],[-159.799485,58.831461],[-159.79592,58.823163],[-159.786181,58.817039],[-159.794851,58.800277],[-159.816698,58.793832],[-159.839955,58.79267],[-159.86636,58.779123],[-159.90613,58.765406],[-159.91148,58.775801],[-159.929539,58.790007],[-159.962961,58.820054],[-159.985219,58.83515],[-159.990224,58.839993],[-159.983348,58.849228],[-159.983303,58.860807],[-159.989245,58.86611],[-159.997141,58.874091],[-160.01838,58.880378],[-160.045815,58.88259],[-160.070565,58.879597],[-160.084873,58.875602],[-160.088936,58.86891],[-160.092224,58.863216],[-160.096863,58.857224],[-160.112912,58.861107],[-160.132314,58.8664],[-160.153095,58.861285],[-160.165253,58.864382],[-160.150249,58.880938],[-160.15807,58.899319],[-160.152202,58.916104],[-160.201856,58.908417],[-160.222335,58.902204],[-160.228869,58.890811],[-160.246442,58.886896],[-160.253063,58.898674],[-160.257192,58.911933],[-160.254099,58.935981],[-160.256663,58.946234],[-160.26769,58.950385],[-160.287651,58.932398],[-160.301463,58.945071],[-160.328931,58.941429],[-160.331129,58.95172],[-160.319203,58.956692],[-160.317332,58.965155],[-160.301226,58.971664],[-160.296022,58.976973],[-160.267539,58.977495],[-160.257192,58.983954],[-160.255116,58.990302],[-160.258046,58.995429],[-160.264597,59.001654],[-160.269399,59.011705],[-160.280385,59.0185],[-160.292917,59.023668],[-160.302195,59.028957],[-160.306874,59.032416],[-160.31725,59.037746],[-160.322336,59.042304],[-160.334723,59.053837],[-160.320872,59.061347],[-160.325429,59.066555],[-160.352169,59.070659],[-160.401536,59.048844],[-160.52952,59.001904],[-160.667156,58.947643],[-160.694151,58.928247],[-160.768496,58.896426],[-160.83372,58.812546],[-160.827486,58.837265],[-160.829368,58.852647],[-160.842442,58.867962],[-160.867869,58.878817],[-160.888551,58.884102],[-160.90775,58.876391],[-160.961414,58.873247],[-160.979395,58.864131],[-160.993334,58.846688],[-161.033227,58.842476],[-161.076177,58.817573],[-161.109586,58.811508],[-161.137587,58.799173],[-161.173218,58.797566],[-161.179701,58.782726],[-161.244074,58.782748],[-161.271973,58.787093],[-161.291244,58.79261],[-161.278635,58.810248],[-161.271352,58.812649],[-161.271352,58.820054],[-161.300404,58.814643],[-161.306142,58.812649],[-161.310292,58.805487],[-161.312571,58.796454],[-161.310658,58.788642],[-161.302439,58.785346],[-161.289782,58.777946],[-161.262953,58.77669],[-161.29011,58.770453],[-161.310513,58.748074],[-161.357469,58.726245],[-161.367132,58.711469],[-161.374582,58.69971],[-161.376222,58.686802],[-161.374501,58.672349],[-161.361905,58.668458],[-161.327101,58.678281],[-161.301285,58.681818],[-161.363888,58.659647],[-161.488325,58.640392],[-161.535996,58.623293],[-161.550283,58.606556],[-161.562373,58.602025],[-161.585032,58.607611],[-161.596913,58.607164],[-161.61266,58.604926],[-161.63976,58.59516],[-161.665639,58.590806],[-161.67634,58.585395],[-161.685251,58.577826],[-161.693105,58.569322],[-161.707509,58.561184],[-161.726674,58.558498],[-161.764841,58.559394],[-161.752187,58.577094],[-161.72053,58.59927],[-161.710194,58.614],[-161.7235,58.625556],[-161.738149,58.634508],[-161.756418,58.643134],[-161.765085,58.645087],[-161.761708,58.637885],[-161.761342,58.629096],[-161.767079,58.617743],[-161.762885,58.590986],[-161.77953,58.612616],[-161.797678,58.623236],[-161.834301,58.626482],[-161.912845,58.631863],[-161.936516,58.629692],[-161.959685,58.623282],[-161.98014,58.628374],[-162.012099,58.620714],[-162.035821,58.625851],[-162.077171,58.620893],[-162.137766,58.633857],[-162.176054,58.644923],[-162.121775,58.663856],[-162.067087,58.666653],[-162.04601,58.682929],[-162.0301,58.67593],[-161.990305,58.679104],[-161.965932,58.67475],[-161.954457,58.676459],[-161.949778,58.675482],[-161.949208,58.673041],[-161.950388,58.664252],[-161.949778,58.661811],[-161.943552,58.656887],[-161.939931,58.652737],[-161.934438,58.649644],[-161.922475,58.648139],[-161.891103,58.653713],[-161.858713,58.66942],[-161.842844,58.691636],[-161.867489,58.704048],[-161.865418,58.716263],[-161.821889,58.733547],[-161.809804,58.740953],[-161.795847,58.753892],[-161.786244,58.758734],[-161.758616,58.757392],[-161.717376,58.754843],[-161.677398,58.773527],[-161.655588,58.806464],[-161.68484,58.818586],[-161.712163,58.81297],[-161.733531,58.807903],[-161.753117,58.78987],[-161.762126,58.772668],[-161.774737,58.770507],[-161.762644,58.804999],[-161.759267,58.815497],[-161.758616,58.826321],[-161.762807,58.835639],[-161.769631,58.848728],[-161.777596,58.857714],[-161.785521,58.877619],[-161.790669,58.899867],[-161.792795,58.964789],[-161.794911,58.974514],[-161.79955,58.983954],[-161.807729,58.989569],[-161.834706,59.002875],[-161.840525,59.008205],[-161.851633,59.023179],[-161.855824,59.033759],[-161.850453,59.03856],[-161.84557,59.03974],[-161.835927,59.044867],[-161.829701,59.046047],[-161.822092,59.044379],[-161.821238,59.040432],[-161.822255,59.035875],[-161.820058,59.032375],[-161.817942,59.030097],[-161.815907,59.026353],[-161.812611,59.02204],[-161.806386,59.018134],[-161.798573,59.017483],[-161.771677,59.02558],[-161.742421,59.030219],[-161.725168,59.035102],[-161.69404,59.054918],[-161.614003,59.080756],[-161.608998,59.085517],[-161.604848,59.096381],[-161.600331,59.101264],[-161.594472,59.101996],[-161.577748,59.099921],[-161.573069,59.101264],[-161.569163,59.115058],[-161.57787,59.12051],[-161.6103,59.120551],[-161.613271,59.123969],[-161.616404,59.131415],[-161.62328,59.138821],[-161.637888,59.142239],[-161.646718,59.13935],[-161.67101,59.125312],[-161.682932,59.120551],[-161.723134,59.11579],[-161.840525,59.120551],[-161.873484,59.111029],[-161.888376,59.094387],[-161.880971,59.078925],[-161.847401,59.07331],[-161.847401,59.066555],[-161.896474,59.075385],[-161.939443,59.098578],[-161.97411,59.131415],[-162.02953,59.230129],[-162.042917,59.248358],[-162.051503,59.270168],[-162.038686,59.289374],[-162.020009,59.301744],[-161.99824,59.312934],[-162.036204,59.281887],[-162.04365,59.265774],[-162.034983,59.250881],[-162.009023,59.237535],[-161.983103,59.25373],[-161.968251,59.280829],[-161.970896,59.306708],[-161.964345,59.315334],[-161.962473,59.32807],[-161.964711,59.341946],[-161.970896,59.353909],[-161.959462,59.375067],[-161.946604,59.387763],[-161.929433,59.393866],[-161.9051,59.395453],[-161.883168,59.422268],[-161.867543,59.433092],[-161.853586,59.422187],[-161.847401,59.422187],[-161.837595,59.439927],[-161.821238,59.463365],[-161.801625,59.479193],[-161.770985,59.469957],[-161.755727,59.472642],[-161.740793,59.478705],[-161.730662,59.484809],[-161.717234,59.495836],[-161.713938,59.50137],[-161.859242,59.628119],[-161.867258,59.655504],[-161.87621,59.667711],[-161.879221,59.679592],[-161.879832,59.689846],[-161.88154,59.69717],[-161.889638,59.706244],[-161.909006,59.718817],[-161.99413,59.811103],[-162.081776,59.877875],[-162.094553,59.894029],[-162.101267,59.915595],[-162.100087,59.951117],[-162.108754,59.965155],[-162.15807,59.976508],[-162.178782,59.990424],[-162.196238,60.008246],[-162.209828,60.025458],[-162.231068,60.064399],[-162.240061,60.089789],[-162.234364,60.101223],[-162.22407,60.105455],[-162.214182,60.115627],[-162.206654,60.127997],[-162.203603,60.138739],[-162.203196,60.147528],[-162.203562,60.153306],[-162.207387,60.159613],[-162.245554,60.19477],[-162.25141,60.201419],[-162.221262,60.20185],[-162.186269,60.209866],[-162.161563,60.216367],[-162.161159,60.232478],[-162.156606,60.244371],[-162.149037,60.245185],[-162.161692,60.250678],[-162.175242,60.250637],[-162.203603,60.245185],[-162.20051,60.241523],[-162.198354,60.238267],[-162.181501,60.232506],[-162.181044,60.223119],[-162.210439,60.217963],[-162.248891,60.214748],[-162.278554,60.223456],[-162.272572,60.245185],[-162.290232,60.242499],[-162.298085,60.235907],[-162.30012,60.226996],[-162.299875,60.217231],[-162.297556,60.214179],[-162.292673,60.2119],[-162.28779,60.210761],[-162.285593,60.211086],[-162.284535,60.196967],[-162.285593,60.196763],[-162.291127,60.196601],[-162.298329,60.189195],[-162.30012,60.180487],[-162.289296,60.176337],[-162.257677,60.173847],[-162.236519,60.162752],[-162.228726,60.145586],[-162.23842,60.135617],[-162.26394,60.127294],[-162.288355,60.121594],[-162.297782,60.116424],[-162.317243,60.11306],[-162.337651,60.129653],[-162.343129,60.13939],[-162.366892,60.162543],[-162.372792,60.170356],[-162.374949,60.176337],[-162.362201,60.180908],[-162.353586,60.187567],[-162.347646,60.190619],[-162.340443,60.207668],[-162.341664,60.21898],[-162.350046,60.228949],[-162.364369,60.241767],[-162.412546,60.272528],[-162.430165,60.275214],[-162.44697,60.281968],[-162.45858,60.295086],[-162.442392,60.309588],[-162.390475,60.329466],[-162.333241,60.400214],[-162.319203,60.422593],[-162.313547,60.447211],[-162.30309,60.470852],[-162.278513,60.485663],[-162.249989,60.496649],[-162.227528,60.508979],[-162.224355,60.519355],[-162.227406,60.531928],[-162.228749,60.542426],[-162.220693,60.54682],[-162.21996,60.552151],[-162.222157,60.577948],[-162.22411,60.587836],[-162.207712,60.588935],[-162.19164,60.593899],[-162.109731,60.631415],[-162.097849,60.63935],[-162.06135,60.651028],[-161.967112,60.645657],[-161.942983,60.669745],[-161.957834,60.675279],[-161.96345,60.676581],[-161.944936,60.685004],[-161.88154,60.703925],[-161.910593,60.71369],[-161.938222,60.707668],[-161.965037,60.696357],[-162.072255,60.665229],[-162.094431,60.669745],[-162.088246,60.686916],[-162.115102,60.712795],[-162.153757,60.732489],[-162.183176,60.731147],[-162.129954,60.701402],[-162.121693,60.693996],[-162.121287,60.675238],[-162.123362,60.658922],[-162.133168,60.647406],[-162.183787,60.639635],[-162.237538,60.624742],[-162.261667,60.621324],[-162.276316,60.612942],[-162.284128,60.593655],[-162.289377,60.571926],[-162.296457,60.556464],[-162.299794,60.551174],[-162.306101,60.533189],[-162.365915,60.47663],[-162.374949,60.464911],[-162.377268,60.458197],[-162.379262,60.442532],[-162.382436,60.436957],[-162.394154,60.433092],[-162.428944,60.436957],[-162.441233,60.423407],[-162.436025,60.412543],[-162.424021,60.400214],[-162.415964,60.382392],[-162.452016,60.370754],[-162.464792,60.372382],[-162.456899,60.388577],[-162.464345,60.395982],[-162.49946,60.381985],[-162.509226,60.37287],[-162.497874,60.361274],[-162.512522,60.354926],[-162.53779,60.35102],[-162.549998,60.344468],[-162.559519,60.33747],[-162.56782,60.334174],[-162.5749,60.3369],[-162.580434,60.347602],[-162.585683,60.339423],[-162.590688,60.335354],[-162.597524,60.334052],[-162.608347,60.33393],[-162.608347,60.327094],[-162.576731,60.318305],[-162.566762,60.313463],[-162.591176,60.307034],[-162.600901,60.306627],[-162.562205,60.29385],[-162.5537,60.2862],[-162.55012,60.275865],[-162.552195,60.267157],[-162.560007,60.261135],[-162.573557,60.258857],[-162.703318,60.265692],[-162.657338,60.251695],[-162.55842,60.237494],[-162.469187,60.204901],[-162.450266,60.191067],[-162.453806,60.173163],[-162.481801,60.15058],[-162.493235,60.136786],[-162.497874,60.118232],[-162.492991,60.099189],[-162.483103,60.086615],[-162.475535,60.073432],[-162.477366,60.052802],[-162.485219,60.035386],[-162.496449,60.019721],[-162.510243,60.006741],[-162.525828,59.997504],[-162.578684,59.983873],[-162.63976,59.981391],[-162.700388,59.988837],[-162.751698,60.00495],[-162.752797,59.968248],[-162.807973,59.942572],[-163.087636,59.859117],[-163.316477,59.830268],[-163.614939,59.800849],[-163.877146,59.799547],[-164.098337,59.833686],[-164.128529,59.842678],[-164.159861,59.864569],[-164.187001,59.891506],[-164.204783,59.915595],[-164.21227,59.954983],[-164.183787,59.968655],[-164.094919,59.977688],[-164.094919,59.984524],[-164.106191,59.983791],[-164.116892,59.984442],[-164.126943,59.986802],[-164.136464,59.99136],[-164.130238,59.994086],[-164.114735,60.00495],[-164.146718,60.010443],[-164.200551,60.034329],[-164.348134,60.066474],[-164.385243,60.084906],[-164.399648,60.087551],[-164.412668,60.091783],[-164.43456,60.110582],[-164.441233,60.114814],[-164.444325,60.119086],[-164.479075,60.142157],[-164.488271,60.15058],[-164.495188,60.159857],[-164.495554,60.16885],[-164.4853,60.176337],[-164.4853,60.183743],[-164.512644,60.190619],[-164.564443,60.218492],[-164.614695,60.231879],[-164.643788,60.248277],[-164.661122,60.266425],[-164.649159,60.278713],[-164.656443,60.288072],[-164.673655,60.295152],[-164.677073,60.303209],[-164.673289,60.312201],[-164.649159,60.33393],[-164.714955,60.300605],[-164.753489,60.287095],[-164.783884,60.296373],[-164.808827,60.308092],[-164.988962,60.341376],[-165.005971,60.346747],[-165.038767,60.370185],[-165.071523,60.384833],[-165.10143,60.406684],[-165.12914,60.431708],[-165.143259,60.450629],[-165.121571,60.450507],[-165.053822,60.464911],[-165.033925,60.46662],[-165.023997,60.46898],[-165.019724,60.474555],[-165.018259,60.482367],[-165.014394,60.492825],[-165.008982,60.501939],[-165.002634,60.505845],[-164.983388,60.510077],[-164.973704,60.520413],[-164.974192,60.533637],[-164.985585,60.54682],[-165.010447,60.554511],[-165.160227,60.521959],[-165.174265,60.51553],[-165.195627,60.502265],[-165.22175,60.49901],[-165.36974,60.512112],[-165.384348,60.516913],[-165.431223,60.553046],[-165.411692,60.567532],[-165.383901,60.581041],[-165.354115,60.588446],[-165.31428,60.580878],[-165.297719,60.583075],[-165.281931,60.589097],[-165.270131,60.597724],[-165.258901,60.60871],[-165.24885,60.614651],[-165.203969,60.625393],[-165.171132,60.643052],[-165.118764,60.658637],[-165.080637,60.681708],[-165.023386,60.696682],[-164.999216,60.711371],[-164.989735,60.729682],[-164.996653,60.745185],[-165.030263,60.77619],[-165.031361,60.787014],[-165.01537,60.791449],[-164.994862,60.793199],[-164.982167,60.796332],[-164.971506,60.803046],[-164.924143,60.820543],[-164.874949,60.848782],[-164.897776,60.86933],[-164.94225,60.889635],[-164.958241,60.916815],[-164.937449,60.936469],[-164.915639,60.924465],[-164.895579,60.901679],[-164.87975,60.889472],[-164.871287,60.886176],[-164.848256,60.871649],[-164.834788,60.868354],[-164.819325,60.871405],[-164.780751,60.895697],[-164.753245,60.906195],[-164.711049,60.917182],[-164.668406,60.92178],[-164.639516,60.913316],[-164.642079,60.899888],[-164.685658,60.867621],[-164.697581,60.854682],[-164.669138,60.825751],[-164.596384,60.818915],[-164.464833,60.820543],[-164.429026,60.8039],[-164.416371,60.800116],[-164.375437,60.800116],[-164.357493,60.793687],[-164.351552,60.79267],[-164.283559,60.79267],[-164.270823,60.787909],[-164.26769,60.77676],[-164.268178,60.763373],[-164.266225,60.752346],[-164.259633,60.742133],[-164.252187,60.734931],[-164.241404,60.731147],[-164.224599,60.731147],[-164.235463,60.723212],[-164.235544,60.712633],[-164.228627,60.701117],[-164.218373,60.690172],[-164.320017,60.662299],[-164.328236,60.656684],[-164.33141,60.652411],[-164.337839,60.640286],[-164.341298,60.635647],[-164.341908,60.632758],[-164.340566,60.624091],[-164.341298,60.621324],[-164.345652,60.620266],[-164.357126,60.622016],[-164.361765,60.621324],[-164.370188,60.617865],[-164.38679,60.613511],[-164.395945,60.608303],[-164.399403,60.603217],[-164.406077,60.586859],[-164.410227,60.58039],[-164.416453,60.576728],[-164.444325,60.567328],[-164.420359,60.554267],[-164.397165,60.56037],[-164.35497,60.594062],[-164.299306,60.627021],[-164.283559,60.63935],[-164.259348,60.653266],[-164.228831,60.658026],[-164.163157,60.656684],[-164.135081,60.663723],[-164.119618,60.680569],[-164.101755,60.718166],[-164.084299,60.734565],[-164.062611,60.747952],[-164.019765,60.766547],[-163.986318,60.776313],[-163.955637,60.779853],[-163.888783,60.779608],[-163.865671,60.777045],[-163.838694,60.769029],[-163.816233,60.755113],[-163.806874,60.734931],[-163.815175,60.714667],[-163.82905,60.698188],[-163.831776,60.683783],[-163.806874,60.669745],[-163.817494,60.659613],[-163.828847,60.650946],[-163.836171,60.639553],[-163.834828,60.621324],[-163.826039,60.607164],[-163.811106,60.59394],[-163.794382,60.584174],[-163.779897,60.58039],[-163.731435,60.582709],[-163.686472,60.589748],[-163.643544,60.601549],[-163.464304,60.676581],[-163.43578,60.697455],[-163.429148,60.716986],[-163.441884,60.735297],[-163.471669,60.752346],[-163.45934,60.754096],[-163.409006,60.752346],[-163.424306,60.764716],[-163.54365,60.810004],[-163.861521,60.854682],[-163.912831,60.849595],[-163.930409,60.854682],[-163.852854,60.883246],[-163.808949,60.892524],[-163.76594,60.889472],[-163.718251,60.871324],[-163.697621,60.868354],[-163.57844,60.884101],[-163.562734,60.890123],[-163.55602,60.89997],[-163.563588,60.913316],[-163.579457,60.919867],[-163.725087,60.932359],[-163.756418,60.945258],[-163.745432,60.964545],[-163.723704,60.95661],[-163.701975,60.964301],[-163.683054,60.978949],[-163.669667,60.991889],[-163.704091,60.999661],[-163.768788,60.980455],[-163.800038,60.978217],[-163.795969,60.957709],[-163.812367,60.951972],[-163.837148,60.950019],[-163.858103,60.940985],[-163.867177,60.934149],[-163.886667,60.927965],[-163.895619,60.923],[-163.902089,60.915229],[-163.907948,60.899848],[-163.913319,60.892564],[-163.957509,60.86815],[-164.007069,60.862209],[-164.135365,60.867133],[-164.363759,60.872056],[-164.564443,60.854682],[-164.573232,60.857611],[-164.593007,60.871487],[-164.60261,60.8758],[-164.584543,60.900092],[-164.585886,60.910061],[-164.60261,60.923],[-164.628041,60.932318],[-164.714955,60.937242],[-164.726755,60.935004],[-164.744985,60.925238],[-164.767934,60.919827],[-164.788279,60.905707],[-164.797556,60.902533],[-164.81489,60.908108],[-164.838328,60.937445],[-164.855824,60.950873],[-164.879465,60.957424],[-164.907094,60.958726],[-164.934682,60.956122],[-164.958241,60.950873],[-165.015248,60.921047],[-165.036814,60.916815],[-165.081492,60.917385],[-165.128977,60.923489],[-165.170766,60.941596],[-165.198476,60.978217],[-165.118153,61.013251],[-165.088612,61.019843],[-164.974192,61.025336],[-164.950795,61.019843],[-164.95283,61.057034],[-164.950795,61.067572],[-164.940053,61.083808],[-164.927195,61.086982],[-164.864491,61.079779],[-164.857004,61.082343],[-164.845286,61.091213],[-164.82787,61.099555],[-164.785756,61.104315],[-164.766469,61.108588],[-164.783396,61.120022],[-164.814565,61.11872],[-164.876332,61.108588],[-164.930979,61.114732],[-164.999216,61.114732],[-165.012563,61.106269],[-165.005564,61.08747],[-165.004018,61.068671],[-165.033681,61.060126],[-165.058705,61.062893],[-165.084828,61.070258],[-165.109364,61.081],[-165.129587,61.094306],[-165.12975,61.106635],[-165.175242,61.121772],[-165.191029,61.136461],[-165.168691,61.145697],[-165.146555,61.149726],[-165.129506,61.156643],[-165.11559,61.190579],[-165.0985,61.20307],[-165.060658,61.218451],[-165.143259,61.259426],[-165.131703,61.241848],[-165.119252,61.230373],[-165.103586,61.223131],[-165.082387,61.218451],[-165.102773,61.208441],[-165.120473,61.205959],[-165.136098,61.200995],[-165.150014,61.183661],[-165.148264,61.177151],[-165.143992,61.167711],[-165.144399,61.159369],[-165.15685,61.155748],[-165.211497,61.149563],[-165.346873,61.197089],[-165.36974,61.200751],[-165.362742,61.212795],[-165.326772,61.231635],[-165.293324,61.254828],[-165.271921,61.259589],[-165.225453,61.259426],[-165.212717,61.265204],[-165.206654,61.279242],[-165.204783,61.296088],[-165.204661,61.310614],[-165.208363,61.326809],[-165.219106,61.331692],[-165.259877,61.328315],[-165.259877,61.334459],[-165.225779,61.348131],[-165.182566,61.351955],[-165.171132,61.354967],[-165.157786,61.36579],[-165.161855,61.373684],[-165.172109,61.382473],[-165.177358,61.395941],[-165.158762,61.418647],[-165.076243,61.419379],[-165.047678,61.436957],[-165.061391,61.446967],[-165.05781,61.451728],[-165.006052,61.46483],[-165.005198,61.466864],[-165.004262,61.471137],[-165.002512,61.475775],[-164.999216,61.479153],[-164.967722,61.489569],[-164.868886,61.498969],[-164.847239,61.497626],[-164.841542,61.498969],[-164.840688,61.502753],[-164.842478,61.515692],[-164.841542,61.519477],[-164.829945,61.525336],[-164.818105,61.528632],[-164.786936,61.533759],[-164.763376,61.541693],[-164.74767,61.554674],[-164.743113,61.571031],[-164.752797,61.588935],[-164.690745,61.601386],[-164.708201,61.617418],[-164.72407,61.625556],[-164.742258,61.628363],[-164.766469,61.62873],[-164.760569,61.626166],[-164.752268,61.621243],[-164.745961,61.615058],[-164.745961,61.608832],[-164.755238,61.602362],[-164.76537,61.601955],[-164.77599,61.603095],[-164.786936,61.601386],[-164.802195,61.59162],[-164.821116,61.567857],[-164.877634,61.526028],[-164.896189,61.519477],[-164.966746,61.516588],[-164.990915,61.511379],[-165.008616,61.503485],[-165.016225,61.496527],[-165.021067,61.488023],[-165.030263,61.475735],[-165.039866,61.470893],[-165.050649,61.472642],[-165.061594,61.476793],[-165.071523,61.479153],[-165.085764,61.476264],[-165.086903,61.469184],[-165.083201,61.46015],[-165.082224,61.445014],[-165.079091,61.441067],[-165.079172,61.437079],[-165.088612,61.430732],[-165.099924,61.428656],[-165.111928,61.431098],[-165.123362,61.434882],[-165.133005,61.436957],[-165.154734,61.433417],[-165.186106,61.416246],[-165.204661,61.410224],[-165.195383,61.389635],[-165.191029,61.382961],[-165.205678,61.37637],[-165.23823,61.367743],[-165.253123,61.361802],[-165.263132,61.354193],[-165.271596,61.345649],[-165.281077,61.338365],[-165.294057,61.334459],[-165.280466,61.318671],[-165.261423,61.31745],[-165.24238,61.320624],[-165.228871,61.31745],[-165.227122,61.308905],[-165.231516,61.299384],[-165.233754,61.287746],[-165.225779,61.273098],[-165.267934,61.270006],[-165.312937,61.260891],[-165.355458,61.245754],[-165.390248,61.224595],[-165.399607,61.195624],[-165.369496,61.175971],[-165.346384,61.156724],[-165.376576,61.129096],[-165.368235,61.121243],[-165.364207,61.1081],[-165.362986,61.077541],[-165.373728,61.071601],[-165.397817,61.073472],[-165.437449,61.081244],[-165.512807,61.086982],[-165.54719,61.093899],[-165.582102,61.108588],[-165.605092,61.124498],[-165.621693,61.1435],[-165.632192,61.165676],[-165.636708,61.191107],[-165.634511,61.190253],[-165.629832,61.191311],[-165.625193,61.194648],[-165.623036,61.200751],[-165.626291,61.204657],[-165.633249,61.208889],[-165.640248,61.214179],[-165.643503,61.221503],[-165.643992,61.238511],[-165.642161,61.248928],[-165.632517,61.253404],[-165.609975,61.25259],[-165.62328,61.262152],[-165.628,61.271796],[-165.623728,61.280463],[-165.609975,61.287299],[-165.64094,61.288398],[-165.699452,61.303412],[-165.828725,61.312974],[-165.855784,61.320868],[-165.87678,61.336575],[-165.921254,61.399359],[-165.918324,61.41474],[-165.891103,61.428778],[-165.835317,61.444322],[-165.803171,61.449286],[-165.790273,61.452867],[-165.7801,61.457994],[-165.77123,61.466539],[-165.767283,61.475531],[-165.766306,61.485053],[-165.766428,61.495266],[-165.776967,61.515815],[-165.802073,61.528144],[-165.855784,61.539984],[-165.868153,61.544664],[-165.890818,61.556789],[-165.904164,61.561021],[-165.923899,61.562161],[-166.050404,61.543402],[-166.085683,61.532213],[-166.096018,61.519477],[-166.088612,61.514472],[-166.065623,61.510443],[-166.054392,61.505805],[-166.106191,61.498521],[-166.138254,61.516099],[-166.195302,61.585598],[-166.199941,61.59455],[-166.196156,61.602362],[-166.189443,61.60932],[-166.185374,61.615668],[-166.185374,61.656684],[-166.180857,61.673529],[-166.172678,61.694648],[-166.160512,61.713935],[-166.144399,61.725531],[-166.155873,61.665839],[-166.154042,61.656684],[-166.147328,61.653754],[-166.128245,61.640448],[-166.116444,61.636135],[-166.056223,61.642401],[-166.044179,61.646145],[-166.019602,61.657131],[-165.782419,61.684068],[-165.766428,61.690823],[-165.77953,61.696357],[-165.828481,61.690823],[-165.841542,61.693061],[-165.860219,61.70185],[-165.870066,61.705064],[-165.883534,61.706],[-165.911204,61.704169],[-165.924672,61.705064],[-165.936594,61.709459],[-165.957957,61.722724],[-165.965647,61.725531],[-166.003367,61.734931],[-166.044301,61.75849],[-166.080149,61.789496],[-166.102773,61.821112],[-165.975901,61.835395],[-165.911,61.827948],[-165.849314,61.836086],[-165.828481,61.835395],[-165.79308,61.82685],[-165.7801,61.827948],[-165.743031,61.845608],[-165.726064,61.848456],[-165.60908,61.851304],[-165.588246,61.862128],[-165.610178,61.864447],[-165.644114,61.89525],[-165.68932,61.910305],[-165.709788,61.927436],[-165.739084,61.965074],[-165.750356,61.984442],[-165.758494,62.005276],[-165.759511,62.025621],[-165.730946,62.076483],[-165.713735,62.085273],[-165.710317,62.095038],[-165.708811,62.106635],[-165.705556,62.116604],[-165.691965,62.130072],[-165.668406,62.148098],[-165.641916,62.163804],[-165.594594,62.17829],[-165.447703,62.302883],[-165.344594,62.366034],[-165.334828,62.375718],[-165.314524,62.403957],[-165.296742,62.421332],[-165.273549,62.437445],[-165.184641,62.477444],[-165.133046,62.515692],[-165.095693,62.529771],[-165.055735,62.538275],[-165.020334,62.541083],[-164.930979,62.533677],[-164.8874,62.53913],[-164.867869,62.538031],[-164.848988,62.527493],[-164.8603,62.520006],[-164.867421,62.510688],[-164.867055,62.500963],[-164.855824,62.492743],[-164.848134,62.477932],[-164.810902,62.469428],[-164.735707,62.464789],[-164.723337,62.461168],[-164.701772,62.443752],[-164.690745,62.437445],[-164.671824,62.434556],[-164.608835,62.437445],[-164.650461,62.42536],[-164.665598,62.418769],[-164.695058,62.39647],[-164.71349,62.386176],[-164.733632,62.37873],[-164.706003,62.379584],[-164.685658,62.386542],[-164.650136,62.414984],[-164.640981,62.419989],[-164.629954,62.423814],[-164.597605,62.423407],[-164.581899,62.426174],[-164.574696,62.437445],[-164.586537,62.45482],[-164.615712,62.46015],[-164.670277,62.461982],[-164.677113,62.474351],[-164.662302,62.489936],[-164.629954,62.51317],[-164.647206,62.512519],[-164.657908,62.51024],[-164.677073,62.499579],[-164.693593,62.485053],[-164.705068,62.479071],[-164.714955,62.482123],[-164.742869,62.496405],[-164.81074,62.486274],[-164.841542,62.492743],[-164.800364,62.523586],[-164.794423,62.533677],[-164.800608,62.547187],[-164.816233,62.555569],[-164.835398,62.559801],[-164.852488,62.560981],[-164.857981,62.563625],[-164.85497,62.569403],[-164.845286,62.578315],[-164.834706,62.584377],[-164.821482,62.586615],[-164.794423,62.588324],[-164.704701,62.612494],[-164.479075,62.745917],[-164.504262,62.750312],[-164.539784,62.738837],[-164.574941,62.719916],[-164.61262,62.69302],[-164.663442,62.67829],[-164.740346,62.634467],[-164.779124,62.618964],[-164.813222,62.620185],[-164.827952,62.65412],[-164.83198,62.682196],[-164.843251,62.705146],[-164.860707,62.723822],[-164.883168,62.739081],[-164.873036,62.743883],[-164.866689,62.749254],[-164.866892,62.754706],[-164.876332,62.759589],[-164.87324,62.764065],[-164.871571,62.767646],[-164.868845,62.770941],[-164.86266,62.773871],[-164.870229,62.776679],[-164.890004,62.786933],[-164.873158,62.792182],[-164.85908,62.794867],[-164.844919,62.795478],[-164.827952,62.794379],[-164.792104,62.786933],[-164.776112,62.78852],[-164.766469,62.801215],[-164.83259,62.808905],[-164.861765,62.819525],[-164.883168,62.841539],[-164.859324,62.854071],[-164.852488,62.85578],[-164.849233,62.859931],[-164.848134,62.879706],[-164.845286,62.886868],[-164.833852,62.899156],[-164.816111,62.927191],[-164.753407,62.990953],[-164.7235,63.012926],[-164.690745,63.027086],[-164.662587,63.03205],[-164.528188,63.034735],[-164.516672,63.030219],[-164.509226,63.025214],[-164.487375,63.015815],[-164.478464,63.014106],[-164.472646,63.016913],[-164.468739,63.023261],[-164.46288,63.029853],[-164.451161,63.033352],[-164.441599,63.031887],[-164.410227,63.02025],[-164.400706,63.020575],[-164.384348,63.025214],[-164.376088,63.023668],[-164.35497,63.014106],[-164.333689,63.009019],[-164.32433,63.009101],[-164.313954,63.014106],[-164.3308,63.041409],[-164.350901,63.059638],[-164.376658,63.070502],[-164.522817,63.088324],[-164.539906,63.10224],[-164.549143,63.116197],[-164.562449,63.122545],[-164.595164,63.130113],[-164.579091,63.14057],[-164.521799,63.161119],[-164.50239,63.164944],[-164.487782,63.170722],[-164.423533,63.20897],[-164.365834,63.229193],[-164.145375,63.262152],[-163.994578,63.256252],[-163.827382,63.21955],[-163.767323,63.224758],[-163.752268,63.222642],[-163.729237,63.216783],[-163.724558,63.213121],[-163.732411,63.205878],[-163.723093,63.199937],[-163.702463,63.193305],[-163.694203,63.188178],[-163.683461,63.173489],[-163.676747,63.167426],[-163.646555,63.158922],[-163.638295,63.145453],[-163.643381,63.131293],[-163.663523,63.123358],[-163.663523,63.116523],[-163.634633,63.120185],[-163.58849,63.135077],[-163.567332,63.136949],[-163.541819,63.128811],[-163.564524,63.118069],[-163.602528,63.105618],[-163.622548,63.092271],[-163.655955,63.06037],[-163.791941,63.021918],[-163.806874,62.986151],[-163.762441,63.015204],[-163.652903,63.045071],[-163.600819,63.068061],[-163.556956,63.104722],[-163.528554,63.116685],[-163.491322,63.101793],[-163.440663,63.096015],[-163.395985,63.068061],[-163.36616,63.038275],[-163.350535,63.030829],[-163.290151,63.048814],[-163.093984,63.057359],[-163.073842,63.061265],[-163.034006,63.079088],[-163.013051,63.084662],[-162.988718,63.099555],[-162.981394,63.105943],[-162.969228,63.114407],[-162.923044,63.123358],[-162.880808,63.140937],[-162.861318,63.152289],[-162.84789,63.164944],[-162.844065,63.174628],[-162.845896,63.188951],[-162.841135,63.198432],[-162.833852,63.204901],[-162.806345,63.21955],[-162.696645,63.229193],[-162.596506,63.276679],[-162.428944,63.403876],[-162.408803,63.425727],[-162.401601,63.43122],[-162.361887,63.447821],[-162.351064,63.455715],[-162.330637,63.466864],[-162.303171,63.476752],[-162.280019,63.489081],[-162.272572,63.507514],[-162.313547,63.534247],[-162.309438,63.546576],[-162.293202,63.55036],[-162.251454,63.548529],[-162.237253,63.546291],[-162.207021,63.536526],[-162.176218,63.532538],[-162.134755,63.521186],[-162.099558,63.518988],[-162.084218,63.514716],[-162.059641,63.496039],[-162.046091,63.49022],[-162.031443,63.48664],[-162.018056,63.485826],[-162.037587,63.48428],[-162.054677,63.474311],[-162.070668,63.461737],[-162.086985,63.452338],[-162.106923,63.447821],[-162.148997,63.444078],[-162.168894,63.438666],[-162.168894,63.43122],[-161.914622,63.450426],[-161.660349,63.469631],[-161.620798,63.466539],[-161.589589,63.458075],[-161.573435,63.45539],[-161.557444,63.457343],[-161.511586,63.472805],[-161.496409,63.47427],[-161.483469,63.473456],[-161.470896,63.469875],[-161.456654,63.462836],[-161.440541,63.460191],[-161.422841,63.465725],[-161.404856,63.473944],[-161.388051,63.47956],[-161.186269,63.505561],[-161.056508,63.574408],[-161.045481,63.585761],[-161.033884,63.610053],[-161.00654,63.621772],[-160.974802,63.628241],[-160.9499,63.636664],[-160.892527,63.684882],[-160.849924,63.69831],[-160.827097,63.713528],[-160.791575,63.746527],[-160.766957,63.824123],[-160.805043,63.904486],[-160.928782,64.048163],[-160.945261,64.096015],[-160.95165,64.206285],[-160.973459,64.250474],[-160.995351,64.265692],[-161.063425,64.295844],[-161.089833,64.301418],[-161.115915,64.310004],[-161.175526,64.350898],[-161.203114,64.364081],[-161.203114,64.370307],[-161.193959,64.371161],[-161.1881,64.373765],[-161.175771,64.383979],[-161.194692,64.392076],[-161.238026,64.398098],[-161.257761,64.405097],[-161.244252,64.410102],[-161.226755,64.411811],[-161.188832,64.411282],[-161.188832,64.418118],[-161.331776,64.417548],[-161.429433,64.433295],[-161.457997,64.431708],[-161.483632,64.424872],[-161.498402,64.414537],[-161.508982,64.402167],[-161.520701,64.392524],[-161.538889,64.390774],[-161.538889,64.39765],[-161.52599,64.429104],[-161.518422,64.438544],[-161.503855,64.448432],[-161.493723,64.45185],[-161.485707,64.457099],[-161.477406,64.472724],[-161.473378,64.488186],[-161.471913,64.499742],[-161.468088,64.509955],[-161.45698,64.521145],[-161.440419,64.52912],[-161.41393,64.537543],[-161.387522,64.54206],[-161.370717,64.538153],[-161.340403,64.523993],[-161.093332,64.50259],[-161.035024,64.507758],[-161.004465,64.527981],[-161.068593,64.544623],[-161.085927,64.552558],[-160.973459,64.555854],[-160.957997,64.558824],[-160.947336,64.566067],[-160.938466,64.574856],[-160.928782,64.582587],[-160.833974,64.617336],[-160.803171,64.643378],[-160.790273,64.707709],[-160.788157,64.712714],[-160.787709,64.717841],[-160.791575,64.725898],[-160.801503,64.736396],[-160.825429,64.748928],[-160.836619,64.757636],[-160.884714,64.810126],[-160.901438,64.82274],[-160.916005,64.828681],[-160.96349,64.835842],[-161.003367,64.854885],[-161.044382,64.862535],[-161.146474,64.918199],[-161.155344,64.925198],[-161.13329,64.924018],[-161.085764,64.912991],[-161.066233,64.915229],[-161.029612,64.931464],[-161.010081,64.937242],[-160.990834,64.939439],[-161.003855,64.944566],[-161.020131,64.947211],[-161.037099,64.947577],[-161.052235,64.945624],[-161.056752,64.942816],[-161.060048,64.934475],[-161.062856,64.932603],[-161.182566,64.939521],[-161.210561,64.932603],[-161.207102,64.909735],[-161.229441,64.895982],[-161.307607,64.872016],[-161.315907,64.865424],[-161.322255,64.845526],[-161.330068,64.837714],[-161.340199,64.831936],[-161.361806,64.826361],[-161.366933,64.818752],[-161.3697,64.809719],[-161.373769,64.802314],[-161.395253,64.78677],[-161.408803,64.779486],[-161.42219,64.774359],[-161.444081,64.770738],[-161.489451,64.77025],[-161.511586,64.767524],[-161.523997,64.762112],[-161.534657,64.755072],[-161.545766,64.750881],[-161.559397,64.753852],[-161.564402,64.770413],[-161.644846,64.783759],[-161.672353,64.791734],[-161.701243,64.811754],[-161.733591,64.820746],[-161.806386,64.82274],[-161.782908,64.81684],[-161.740915,64.798],[-161.71642,64.794867],[-161.896311,64.753974],[-161.949778,64.725898],[-161.931752,64.718655],[-161.914133,64.722113],[-161.88154,64.74022],[-161.861399,64.747952],[-161.79955,64.761298],[-161.812082,64.752997],[-161.849802,64.736396],[-161.864125,64.733385],[-161.865793,64.730943],[-161.884958,64.716295],[-161.895457,64.711737],[-161.92394,64.712104],[-161.982533,64.70307],[-162.080881,64.721096],[-162.121693,64.712877],[-162.107777,64.709418],[-162.079091,64.705471],[-162.066477,64.699286],[-162.142812,64.696234],[-162.177358,64.688178],[-162.209828,64.671942],[-162.219431,64.6647],[-162.247182,64.634589],[-162.257639,64.625718],[-162.270212,64.619289],[-162.318064,64.612982],[-162.51122,64.558661],[-162.556833,64.532213],[-162.583119,64.520697],[-162.607167,64.506781],[-162.621409,64.487006],[-162.621571,64.475572],[-162.614207,64.456204],[-162.614573,64.44599],[-162.622792,64.437323],[-162.635325,64.429267],[-162.643422,64.420152],[-162.638743,64.408149],[-162.642649,64.394436],[-162.734609,64.367174],[-162.756296,64.352118],[-162.781321,64.343695],[-162.804392,64.347805],[-162.820017,64.370307],[-162.820749,64.385932],[-162.816843,64.397935],[-162.8155,64.408922],[-162.82372,64.421536],[-162.844431,64.444078],[-162.855417,64.452216],[-162.874623,64.459662],[-162.861318,64.486518],[-162.85029,64.493394],[-162.827463,64.49315],[-162.827463,64.500637],[-162.869496,64.513332],[-162.896189,64.518012],[-162.921742,64.531684],[-162.933583,64.534735],[-162.940541,64.537665],[-162.960561,64.551256],[-162.970815,64.555854],[-162.990468,64.558336],[-163.053334,64.555854],[-163.053334,64.562079],[-163.045155,64.562812],[-163.025461,64.569525],[-163.056589,64.592108],[-163.107126,64.608222],[-163.147654,64.627143],[-163.148997,64.658271],[-163.214792,64.654527],[-163.242502,64.648383],[-163.358591,64.603746],[-163.38976,64.596869],[-163.38976,64.590033],[-163.368153,64.587795],[-163.313466,64.562079],[-163.291371,64.557522],[-163.211008,64.555854],[-163.194081,64.547431],[-163.162302,64.52204],[-163.142771,64.51496],[-163.118153,64.514228],[-163.039744,64.521145],[-163.048695,64.516181],[-163.052968,64.509955],[-163.052358,64.502265],[-163.046498,64.49315],[-163.09675,64.475816],[-163.114613,64.461005],[-163.121653,64.435126],[-163.134999,64.412543],[-163.165883,64.41059],[-163.200429,64.419989],[-163.22468,64.431708],[-163.279286,64.485745],[-163.299794,64.49315],[-163.330637,64.496568],[-163.357411,64.505194],[-163.409006,64.527981],[-163.53657,64.564521],[-163.678538,64.58633],[-163.817128,64.590033],[-163.971384,64.569525],[-164.389109,64.569525],[-164.266225,64.575751],[-164.341868,64.590033],[-164.65038,64.502265],[-164.745961,64.49315],[-164.725453,64.50259],[-164.656606,64.521145],[-164.691721,64.531317],[-164.807444,64.521145],[-164.836252,64.514797],[-164.885691,64.491523],[-164.909861,64.49315],[-164.902659,64.510565],[-164.908152,64.523993],[-164.921457,64.532416],[-164.937815,64.534735],[-164.937815,64.527981],[-164.930857,64.525133],[-164.924143,64.521145],[-164.932362,64.512763],[-164.942006,64.507554],[-164.952952,64.505805],[-164.965077,64.507473],[-164.953969,64.494371],[-164.93517,64.486477],[-164.914052,64.480373],[-164.896189,64.472724],[-164.924143,64.459662],[-164.842519,64.461412],[-164.801096,64.467475],[-164.766469,64.48017],[-164.796457,64.463446],[-164.837107,64.455227],[-165.035512,64.44831],[-165.446238,64.511868],[-165.877512,64.548245],[-166.00239,64.571438],[-166.189687,64.585191],[-166.370351,64.637844],[-166.446034,64.691474],[-166.483469,64.729641],[-166.474623,64.748138],[-166.474737,64.770955],[-166.478017,64.789618],[-166.480377,64.80201],[-166.470067,64.807367],[-166.439208,64.810216],[-166.39391,64.82274],[-166.386057,64.827338],[-166.385569,64.836005],[-166.391713,64.841376],[-166.403879,64.835842],[-166.410157,64.85453],[-166.408835,64.869549],[-166.390207,64.898505],[-166.407948,64.904446],[-166.432932,64.921617],[-166.471018,64.930365],[-166.504832,64.951117],[-166.527333,64.953111],[-166.515248,64.937812],[-166.444814,64.898505],[-166.467478,64.907416],[-166.525706,64.936469],[-166.579722,64.952969],[-166.684529,64.98218],[-166.700066,64.994006],[-166.69535,65.007665],[-166.687376,65.022827],[-166.711389,65.043713],[-166.74951,65.06201],[-166.82905,65.082831],[-166.878611,65.102729],[-166.961531,65.154359],[-166.957387,65.178127],[-166.939572,65.220765],[-166.926974,65.242897],[-166.910186,65.264533],[-166.894316,65.276364],[-166.880238,65.28205],[-166.852773,65.277899],[-166.861765,65.267483],[-166.889357,65.23846],[-166.9059,65.220569],[-166.918247,65.202182],[-166.932078,65.16885],[-166.917658,65.154386],[-166.904224,65.150911],[-166.890452,65.15176],[-166.876169,65.149115],[-166.844228,65.136298],[-166.754262,65.115627],[-166.712636,65.112942],[-166.656728,65.125067],[-166.609975,65.122301],[-166.579539,65.12995],[-166.559316,65.130683],[-166.54719,65.136908],[-166.542917,65.136868],[-166.538645,65.136298],[-166.534169,65.137437],[-166.53364,65.140041],[-166.534779,65.149156],[-166.534169,65.15176],[-166.485829,65.17357],[-166.469228,65.189276],[-166.47643,65.21011],[-166.488718,65.23428],[-166.469228,65.244574],[-166.403879,65.254136],[-166.391794,65.26024],[-166.381947,65.266995],[-166.371287,65.272528],[-166.356679,65.275214],[-166.341797,65.266719],[-166.32358,65.255457],[-166.2516,65.258057],[-166.124574,65.234274],[-166.090635,65.231044],[-166.056451,65.232976],[-166.031188,65.243104],[-166.07665,65.263579],[-166.14041,65.285693],[-166.227894,65.301618],[-166.310131,65.312188],[-166.348464,65.309279],[-166.373769,65.305325],[-166.434055,65.318724],[-166.502797,65.336249],[-166.64705,65.351326],[-166.938303,65.385077],[-166.923044,65.378323],[-166.913011,65.370791],[-166.870098,65.360781],[-166.812409,65.353567],[-166.72588,65.342075],[-166.649936,65.32682],[-166.766921,65.335763],[-166.863588,65.35132],[-167.00045,65.378116],[-167.184296,65.393241],[-167.398555,65.401082],[-167.604327,65.453419],[-167.643123,65.475886],[-167.722118,65.504658],[-167.822958,65.523838],[-167.887016,65.547614],[-168.032175,65.573432],[-168.052439,65.580024],[-168.060374,65.584906],[-168.081003,65.591498],[-168.090281,65.596747],[-168.09557,65.603502],[-168.100942,65.618232],[-168.103871,65.624091],[-168.127797,65.642157],[-168.131215,65.648261],[-168.132192,65.652899],[-168.137441,65.665025],[-168.134877,65.669827],[-168.126291,65.672797],[-168.124379,65.67593],[-168.115427,65.685981],[-168.071604,65.707099],[-167.98115,65.7331],[-167.924019,65.748608],[-167.88208,65.75544],[-167.866811,65.74901],[-167.877878,65.738511],[-167.891347,65.733954],[-167.909413,65.73078],[-167.940867,65.716702],[-167.990956,65.709133],[-168.028025,65.696763],[-168.056711,65.677232],[-168.062937,65.651353],[-168.039866,65.635932],[-168.000437,65.642564],[-167.925486,65.665025],[-167.894887,65.670233],[-167.856068,65.683539],[-167.826243,65.701361],[-167.822743,65.720282],[-167.580922,65.720689],[-167.531239,65.726142],[-167.5006,65.74079],[-167.496571,65.765448],[-167.524403,65.77383],[-167.559193,65.778713],[-167.576365,65.792548],[-167.561025,65.808905],[-167.525136,65.8133],[-167.45283,65.809719],[-167.468332,65.816352],[-167.485219,65.821031],[-167.502919,65.82331],[-167.521108,65.822699],[-167.521108,65.830146],[-167.345937,65.898586],[-167.288319,65.905219],[-167.282419,65.894599],[-167.26122,65.882961],[-167.213246,65.864325],[-167.182851,65.858222],[-167.151112,65.859809],[-167.059885,65.877631],[-166.986399,65.908637],[-166.893422,65.929389],[-166.87682,65.946845],[-166.973012,65.974189],[-166.928049,65.9914],[-166.897328,65.996039],[-166.852162,66.008124],[-166.835805,66.015082],[-166.847646,66.009182],[-166.859609,66.004706],[-166.869944,65.998603],[-166.87682,65.987779],[-166.855458,65.987494],[-166.815867,65.981838],[-166.794871,65.987779],[-166.800364,65.992255],[-166.810007,66.003119],[-166.815378,66.007636],[-166.800649,66.012763],[-166.760732,66.042426],[-166.724965,66.061347],[-166.535634,66.119452],[-166.460805,66.128648],[-166.408152,66.147935],[-166.357493,66.156562],[-166.310902,66.17536],[-166.287465,66.179633],[-166.184926,66.174994],[-166.138499,66.166734],[-166.089182,66.152289],[-166.108713,66.152248],[-166.145131,66.156562],[-166.164255,66.152289],[-166.093699,66.125312],[-165.754994,66.105292],[-165.500111,66.152289],[-165.516225,66.164984],[-165.540639,66.173489],[-165.611765,66.182929],[-165.710886,66.212633],[-165.765981,66.22016],[-165.848948,66.22012],[-165.873972,66.225572],[-165.889963,66.241034],[-165.872874,66.263414],[-165.838694,66.288967],[-165.766428,66.323635],[-165.48766,66.402289],[-165.363515,66.418931],[-165.335317,66.429429],[-165.305735,66.436957],[-165.105214,66.445299],[-165.074941,66.440253],[-165.076609,66.436347],[-165.077585,66.433173],[-165.07905,66.429918],[-165.082387,66.426011],[-165.07372,66.415025],[-165.06196,66.407538],[-165.048166,66.402533],[-165.033396,66.399319],[-165.02656,66.422512],[-165.006337,66.430854],[-164.980906,66.433783],[-164.958241,66.440253],[-164.955759,66.444648],[-164.950551,66.46015],[-164.944651,66.466986],[-164.931142,66.472235],[-164.898752,66.478339],[-164.731313,66.53266],[-164.718088,66.556342],[-164.522654,66.582424],[-164.274363,66.602281],[-163.986399,66.61225],[-163.736318,66.603461],[-163.67573,66.592231],[-163.628733,66.570014],[-163.908152,66.584133],[-163.930124,66.585761],[-163.920888,66.573188],[-163.882883,66.569485],[-163.806874,66.570014],[-163.786814,66.560492],[-163.771799,66.545071],[-163.7624,66.525824],[-163.759104,66.504828],[-163.766469,66.485419],[-163.784617,66.470893],[-163.864247,66.436469],[-163.868967,66.429429],[-163.872141,66.420071],[-163.879628,66.411119],[-163.888499,66.403876],[-163.895619,66.399319],[-163.885203,66.379869],[-163.888173,66.366645],[-163.894846,66.354234],[-163.895619,66.337226],[-163.868967,66.309312],[-163.870432,66.308295],[-163.8697,66.302639],[-163.86498,66.295315],[-163.854685,66.289455],[-163.876576,66.265937],[-163.918772,66.246487],[-163.964955,66.232978],[-163.999257,66.227362],[-164.054067,66.226996],[-164.078236,66.222602],[-164.098337,66.210354],[-164.12031,66.204006],[-164.17573,66.208157],[-164.191111,66.193305],[-164.032094,66.192125],[-163.985666,66.206936],[-163.990549,66.189154],[-163.977488,66.183539],[-163.959788,66.186998],[-163.950876,66.196357],[-163.945749,66.208686],[-163.933176,66.212348],[-163.91747,66.210679],[-163.903066,66.206936],[-163.890492,66.167629],[-163.85497,66.133734],[-163.807485,66.107245],[-163.759104,66.090237],[-163.680491,66.078599],[-163.35436,66.097642],[-163.338735,66.093329],[-163.304311,66.079047],[-163.286448,66.075914],[-163.121653,66.07038],[-163.040476,66.079169],[-163.000844,66.087836],[-162.963694,66.100775],[-162.947703,66.103502],[-162.864491,66.098049],[-162.784169,66.105373],[-162.758534,66.111314],[-162.76476,66.103909],[-162.710764,66.085517],[-162.682851,66.06977],[-162.679677,66.05268],[-162.685251,66.046942],[-162.689809,66.040961],[-162.692006,66.033108],[-162.690297,66.021918],[-162.683787,66.008979],[-162.676869,66.006537],[-162.669789,66.010159],[-162.662953,66.015082],[-162.661448,66.020657],[-162.660512,66.029853],[-162.654734,66.03852],[-162.638743,66.042426],[-162.549265,66.051337],[-162.508127,66.060736],[-162.487904,66.062893],[-162.481068,66.065131],[-162.474965,66.069281],[-162.468495,66.071031],[-162.460642,66.066636],[-162.451161,66.055894],[-162.445668,66.051174],[-162.439809,66.049262],[-162.427683,66.047309],[-162.401072,66.038316],[-162.38801,66.03559],[-162.346628,66.036526],[-162.306101,66.042426],[-162.210072,66.071682],[-162.179433,66.075914],[-161.915639,66.042426],[-161.933339,66.040676],[-161.948923,66.034369],[-161.977122,66.015082],[-161.960154,66.013373],[-161.926015,66.025092],[-161.908193,66.021918],[-161.897939,66.012274],[-161.899241,66.003119],[-161.908559,65.994696],[-161.922475,65.987779],[-161.895375,65.979478],[-161.858225,65.977281],[-161.820668,65.980292],[-161.792795,65.987779],[-161.792795,65.994045],[-161.847401,66.007636],[-161.833689,66.024482],[-161.817332,66.039781],[-161.798899,66.052802],[-161.779124,66.062893],[-161.746205,66.071438],[-161.729441,66.078437],[-161.727284,66.086819],[-161.73766,66.088365],[-161.785268,66.075914],[-161.785268,66.083441],[-161.763295,66.091376],[-161.685292,66.138617],[-161.666331,66.154039],[-161.658681,66.162258],[-161.646921,66.184394],[-161.638132,66.195014],[-161.624582,66.199449],[-161.618153,66.203762],[-161.590688,66.238471],[-161.58491,66.249742],[-161.579823,66.254706],[-161.571238,66.258002],[-161.55073,66.261542],[-161.50593,66.278876],[-161.360097,66.275214],[-161.36384,66.272406],[-161.373769,66.262152],[-161.320668,66.232815],[-161.298695,66.227362],[-161.236928,66.223131],[-161.175771,66.227362],[-161.128651,66.245795],[-161.105662,66.250393],[-161.086415,66.241034],[-161.083811,66.230943],[-161.088083,66.218411],[-161.098459,66.208686],[-161.114329,66.206936],[-161.11144,66.197333],[-161.107004,66.188625],[-161.100901,66.180569],[-161.093251,66.172756],[-161.10436,66.165839],[-161.111684,66.157904],[-161.113149,66.148871],[-161.106882,66.138617],[-161.12328,66.131741],[-161.142812,66.129788],[-161.182607,66.131171],[-161.182607,66.124335],[-161.162546,66.118598],[-161.138987,66.117377],[-161.114939,66.119615],[-161.093251,66.124335],[-161.077341,66.130805],[-161.067738,66.138495],[-161.052235,66.158515],[-161.024037,66.184231],[-161.017527,66.193305],[-161.004709,66.232245],[-160.997019,66.241034],[-161.013783,66.261908],[-161.057444,66.285102],[-161.075876,66.299384],[-161.094309,66.318671],[-161.113759,66.332913],[-161.135732,66.343166],[-161.260325,66.369208],[-161.308827,66.373521],[-161.342966,66.382961],[-161.360789,66.385077],[-161.424875,66.38349],[-161.510691,66.40766],[-161.744618,66.405504],[-161.756947,66.402981],[-161.792795,66.385077],[-161.813059,66.380927],[-161.874705,66.377631],[-161.904368,66.36518],[-161.919057,66.344306],[-161.913279,66.326728],[-161.88154,66.323635],[-161.8933,66.316148],[-161.887318,66.309882],[-161.874949,66.303412],[-161.867258,66.29564],[-161.869822,66.281317],[-161.88093,66.272162],[-161.896311,66.270453],[-161.911936,66.278876],[-161.919016,66.287665],[-161.924672,66.298245],[-161.928538,66.309394],[-161.929921,66.320217],[-161.934641,66.327135],[-161.944651,66.330634],[-161.953969,66.336412],[-161.956614,66.350287],[-161.948313,66.366523],[-161.898264,66.408922],[-161.886545,66.422309],[-161.875966,66.44009],[-161.868764,66.460354],[-161.867258,66.481269],[-161.888376,66.5244],[-161.932485,66.556342],[-162.079457,66.623196],[-162.163197,66.682766],[-162.209828,66.707221],[-162.264516,66.722724],[-162.440541,66.73078],[-162.470896,66.738511],[-162.484609,66.744086],[-162.495107,66.746527],[-162.504587,66.749823],[-162.515248,66.758124],[-162.520579,66.766059],[-162.522328,66.780951],[-162.525828,66.78974],[-162.540028,66.804755],[-162.575795,66.830634],[-162.587229,66.844957],[-162.604563,66.841376],[-162.625315,66.861477],[-162.639841,66.88703],[-162.638743,66.899604],[-162.593821,66.916327],[-162.577016,66.91942],[-162.519968,66.920559],[-162.516225,66.923529],[-162.515452,66.927883],[-162.507436,66.939032],[-162.50239,66.948228],[-162.495229,66.956732],[-162.484812,66.960395],[-162.472849,66.957221],[-162.463816,66.949368],[-162.44697,66.929999],[-162.417104,66.922512],[-162.384104,66.93476],[-162.35261,66.952297],[-162.327138,66.960395],[-162.30663,66.952948],[-162.284861,66.937079],[-162.210439,66.86933],[-162.12092,66.806098],[-162.094309,66.794379],[-162.03303,66.786282],[-162.016835,66.780951],[-162.014963,66.772366],[-162.052846,66.735093],[-162.075754,66.706204],[-162.083241,66.686754],[-162.080759,66.666205],[-162.065989,66.653062],[-162.015207,66.634101],[-161.994822,66.621812],[-161.915232,66.557196],[-161.870839,66.532172],[-161.633778,66.457994],[-161.607167,66.453925],[-161.434031,66.468492],[-161.388051,66.481269],[-161.353627,66.485053],[-161.339182,66.488715],[-161.340281,66.49494],[-161.313059,66.5008],[-161.262888,66.529242],[-161.237538,66.535875],[-161.204213,66.538642],[-161.19343,66.536078],[-161.155263,66.50373],[-161.141916,66.498033],[-161.060984,66.486151],[-161.033681,66.475409],[-160.983632,66.440579],[-160.784779,66.374498],[-160.76537,66.370429],[-160.70283,66.377631],[-160.617177,66.371405],[-160.450917,66.393744],[-160.249094,66.402289],[-160.228505,66.412055],[-160.216176,66.432807],[-160.215647,66.450019],[-160.220448,66.493638],[-160.219187,66.53205],[-160.24946,66.561469],[-160.325429,66.604804],[-160.320872,66.606187],[-160.311879,66.610175],[-160.305613,66.610989],[-160.317576,66.634101],[-160.299631,66.639838],[-160.269114,66.639797],[-160.24352,66.645738],[-160.274973,66.654608],[-160.317942,66.655585],[-160.354441,66.644843],[-160.366404,66.618394],[-160.397165,66.629584],[-160.441274,66.635972],[-160.484853,66.634467],[-160.51415,66.621812],[-160.521718,66.609849],[-160.525868,66.600084],[-160.533559,66.593492],[-160.551707,66.591132],[-160.634511,66.597968],[-160.698313,66.61286],[-160.813547,66.662055],[-160.880971,66.672431],[-161.059071,66.651923],[-161.136057,66.651923],[-161.17158,66.644436],[-161.203114,66.62523],[-161.20405,66.621161],[-161.202138,66.608832],[-161.203114,66.604804],[-161.211171,66.601386],[-161.23176,66.599758],[-161.237253,66.597968],[-161.240183,66.587633],[-161.23705,66.579291],[-161.234934,66.570787],[-161.240956,66.560045],[-161.271962,66.542955],[-161.31371,66.535305],[-161.395497,66.535875],[-161.429433,66.542467],[-161.446726,66.543769],[-161.481557,66.533881],[-161.495432,66.536689],[-161.518422,66.550116],[-161.562611,66.566392],[-161.565623,66.577541],[-161.546335,66.597968],[-161.598012,66.601874],[-161.649729,66.61286],[-161.868276,66.706285],[-161.901967,66.735093],[-161.871775,66.754096],[-161.867258,66.758124],[-161.869456,66.768744],[-161.88154,66.78974],[-161.885325,66.808661],[-161.880564,66.814765],[-161.853342,66.819403],[-161.820058,66.837551],[-161.80016,66.853746],[-161.801137,66.865912],[-161.808217,66.879462],[-161.806386,66.899604],[-161.788686,66.913398],[-161.73408,66.923082],[-161.71642,66.939927],[-161.722727,66.94302],[-161.725535,66.946234],[-161.727366,66.949652],[-161.730662,66.953559],[-161.661733,66.963202],[-161.628855,66.964057],[-161.558339,66.957994],[-161.5183,66.960679],[-161.49885,66.971096],[-161.525217,66.991441],[-161.544423,66.994696],[-161.589548,66.993232],[-161.603464,66.997992],[-161.616078,67.007799],[-161.631337,67.014594],[-161.687571,67.029283],[-161.696523,67.029283],[-161.703725,67.026435],[-161.708241,67.021552],[-161.710317,67.016995],[-161.710194,67.015041],[-161.724558,67.014838],[-161.740224,67.017279],[-161.755442,67.023179],[-161.768259,67.033026],[-161.796213,67.048489],[-161.835154,67.054999],[-161.990224,67.049221],[-162.248036,67.015041],[-162.257761,67.020575],[-162.25829,67.032904],[-162.255483,67.045803],[-162.254872,67.052924],[-162.265004,67.061591],[-162.275258,67.067816],[-162.288279,67.070868],[-162.306101,67.070258],[-162.296986,67.050198],[-162.306874,67.039944],[-162.312978,67.029527],[-162.29304,67.008857],[-162.312937,67.003892],[-162.368113,67.008857],[-162.435496,66.991034],[-162.456899,66.994574],[-162.466868,67.002183],[-162.4676,67.009467],[-162.428822,67.057929],[-162.425852,67.063422],[-162.405588,67.071438],[-162.386423,67.090399],[-162.354482,67.13231],[-162.337839,67.145087],[-162.33491,67.150865],[-162.34081,67.159654],[-162.360097,67.167426],[-162.387929,67.168769],[-162.416127,67.165595],[-162.436391,67.159654],[-162.399119,67.15998],[-162.383494,67.154283],[-162.374949,67.139228],[-162.390452,67.133612],[-162.485911,67.061225],[-162.558787,67.019965],[-162.580434,67.015041],[-162.663767,67.016059],[-162.676991,67.018256],[-162.690297,67.022528],[-162.688547,67.026068],[-162.687489,67.029364],[-162.685984,67.032782],[-162.68281,67.036811],[-162.733347,67.048814],[-162.888905,67.042955],[-162.939565,67.048163],[-162.951894,67.044338],[-162.937327,67.029283],[-162.916737,67.020819],[-162.869496,67.014838],[-162.84789,67.008857],[-162.874135,67.005316],[-163.073923,67.035549],[-163.142323,67.057034],[-163.405629,67.075873],[-163.433095,67.085028],[-163.688303,67.103217],[-163.724965,67.111274],[-163.765614,67.13996],[-163.774159,67.180365],[-163.773427,67.225653],[-163.786448,67.269517],[-163.79247,67.289008],[-163.810048,67.33515],[-163.823964,67.35456],[-163.961619,67.498684],[-164.046457,67.563707],[-164.151479,67.619615],[-164.446034,67.709906],[-164.531606,67.7508],[-164.597768,67.774156],[-164.693552,67.824612],[-164.726511,67.83454],[-164.766469,67.83808],[-164.773305,67.83808],[-164.764394,67.823717],[-164.747751,67.817125],[-164.732859,67.812201],[-164.718088,67.8039],[-164.747874,67.809882],[-164.801503,67.838365],[-164.856028,67.849555],[-165.053944,67.933051],[-165.232737,67.997626],[-165.437205,68.060248],[-165.619985,68.091946],[-165.768992,68.106879],[-165.92809,68.136949],[-165.993601,68.16706],[-166.027089,68.194322],[-166.06786,68.21662],[-166.078603,68.225084],[-166.103464,68.239895],[-166.205881,68.262641],[-166.29662,68.299628],[-166.643748,68.34455],[-166.789866,68.339586],[-166.822825,68.351386],[-166.82905,68.351386],[-166.811838,68.359565],[-166.598215,68.408108],[-166.507192,68.422919],[-166.444814,68.420233],[-166.513783,68.4147],[-166.719065,68.373277],[-166.747182,68.363349],[-166.66454,68.351386],[-166.548166,68.358832],[-166.454783,68.398871],[-166.427683,68.397162],[-166.376536,68.385565],[-166.384836,68.397121],[-166.411448,68.403998],[-166.424998,68.413479],[-166.338206,68.39997],[-166.315134,68.405992],[-166.332875,68.412828],[-166.350901,68.436225],[-166.370351,68.440823],[-166.33019,68.467475],[-166.314646,68.481024],[-166.300771,68.502875],[-166.306264,68.52204],[-166.28718,68.537543],[-166.259633,68.551011],[-166.23998,68.564276],[-166.231028,68.579901],[-166.232533,68.587104],[-166.237904,68.593166],[-166.23998,68.605211],[-166.237131,68.616034],[-166.218861,68.646186],[-166.230662,68.654853],[-166.228708,68.661078],[-166.220286,68.666897],[-166.212636,68.67414],[-166.20698,68.686835],[-166.205068,68.696763],[-166.205881,68.718492],[-166.202707,68.740424],[-166.196848,68.75967],[-166.193796,68.77969],[-166.199045,68.8039],[-166.227976,68.849595],[-166.236765,68.874823],[-166.222605,68.88581],[-166.085642,68.891425],[-166.009104,68.872748],[-165.813588,68.879462],[-165.664744,68.861558],[-165.322092,68.876451],[-165.044057,68.881496],[-164.790761,68.914252],[-164.346425,68.929389],[-164.257029,68.946682],[-164.170359,68.953803],[-164.090037,68.978949],[-163.964548,69.003119],[-163.93517,69.012437],[-163.876698,69.038642],[-163.821726,69.047838],[-163.622548,69.119208],[-163.286122,69.310981],[-163.26476,69.326606],[-163.195302,69.415229],[-163.176991,69.426907],[-163.155751,69.420844],[-163.23998,69.328315],[-163.27245,69.304145],[-163.27245,69.297919],[-163.242543,69.304633],[-163.155751,69.359361],[-163.163197,69.366197],[-163.142649,69.37523],[-163.125803,69.38996],[-163.120676,69.40644],[-163.135325,69.420844],[-163.122426,69.430365],[-163.120188,69.438137],[-163.122141,69.445624],[-163.121653,69.454332],[-163.114125,69.466254],[-163.106679,69.47484],[-163.10497,69.48371],[-163.114817,69.495917],[-163.083201,69.501044],[-163.07079,69.520413],[-163.069285,69.541327],[-163.070139,69.551174],[-163.064768,69.555976],[-163.06786,69.566799],[-163.074778,69.578315],[-163.080678,69.585354],[-163.093821,69.590562],[-163.148997,69.599555],[-163.148997,69.60578],[-163.085439,69.60932],[-163.053578,69.615465],[-163.025461,69.626288],[-163.035146,69.63231],[-163.066396,69.646715],[-163.032908,69.661078],[-163.041615,69.663479],[-163.066396,69.674058],[-163.048533,69.687242],[-162.98412,69.68183],[-162.956532,69.68773],[-162.938425,69.711249],[-162.95759,69.723375],[-162.993479,69.727973],[-163.025461,69.728664],[-163.018748,69.745836],[-163.00536,69.753119],[-162.988352,69.756822],[-162.970815,69.763414],[-162.978261,69.77025],[-162.949778,69.790473],[-162.791371,69.853339],[-162.757273,69.871894],[-162.711619,69.880683],[-162.669993,69.906562],[-162.592763,69.941718],[-162.53779,69.956732],[-162.511423,69.976955],[-162.489491,70.001776],[-162.477366,70.024115],[-162.481923,70.030748],[-162.491038,70.051459],[-162.461497,70.059638],[-162.360707,70.057603],[-162.364207,70.063666],[-162.371327,70.079495],[-162.374949,70.085598],[-162.34081,70.092434],[-162.35204,70.108385],[-162.321482,70.127265],[-162.244618,70.153876],[-162.206736,70.161322],[-162.199412,70.164374],[-162.194285,70.17121],[-162.190419,70.178046],[-162.186594,70.18122],[-162.170969,70.184638],[-162.124867,70.203192],[-162.099436,70.220608],[-162.052846,70.243842],[-162.014963,70.27733],[-162.001658,70.280911],[-161.956614,70.304674],[-161.90571,70.320624],[-161.879832,70.322943],[-161.853586,70.318345],[-161.85615,70.314643],[-161.861033,70.304674],[-161.839955,70.304104],[-161.833119,70.304674],[-161.833119,70.297838],[-161.840443,70.296942],[-161.861033,70.290432],[-161.723704,70.274848],[-161.703359,70.263739],[-161.733469,70.250312],[-161.860056,70.258694],[-161.901967,70.256903],[-161.867909,70.242662],[-161.790842,70.240546],[-161.758616,70.22956],[-161.789174,70.229153],[-161.83259,70.223131],[-161.859486,70.211859],[-161.840525,70.195461],[-161.865549,70.179348],[-161.899526,70.178656],[-162.008738,70.196275],[-162.025502,70.195461],[-162.039784,70.191107],[-162.066151,70.179389],[-162.080759,70.174954],[-162.121693,70.161322],[-162.121693,70.153876],[-161.864613,70.169135],[-161.848093,70.173814],[-161.813222,70.192084],[-161.786733,70.199652],[-161.703359,70.195461],[-161.720164,70.201239],[-161.728261,70.202297],[-161.738149,70.202297],[-161.729319,70.215644],[-161.712595,70.224066],[-161.693186,70.228339],[-161.676015,70.22956],[-161.666737,70.232082],[-161.663523,70.23786],[-161.661448,70.244696],[-161.655588,70.250067],[-161.643422,70.254096],[-161.631947,70.25609],[-161.342152,70.258775],[-161.210642,70.276801],[-161.067006,70.314846],[-161.024973,70.318345],[-161.024973,70.312161],[-161.031809,70.312161],[-161.031809,70.304674],[-161.009877,70.304389],[-160.9499,70.290432],[-160.956492,70.301459],[-160.977406,70.313625],[-160.983998,70.325141],[-160.957875,70.33275],[-160.860666,70.347317],[-160.621531,70.429592],[-160.599802,70.44184],[-160.66279,70.434027],[-160.707468,70.419135],[-160.812693,70.387193],[-160.773061,70.405748],[-160.68928,70.434027],[-160.448964,70.489651],[-160.216176,70.579047],[-160.188303,70.597073],[-160.172231,70.604926],[-160.155385,70.60635],[-160.167429,70.596259],[-160.159617,70.587958],[-160.14269,70.582017],[-160.127431,70.579047],[-160.102976,70.578518],[-160.038075,70.592719],[-159.947092,70.597235],[-159.928212,70.592719],[-159.924387,70.581488],[-159.928904,70.568427],[-159.938181,70.557278],[-159.948679,70.551703],[-159.948679,70.544867],[-159.942209,70.545478],[-159.921986,70.544867],[-159.943837,70.521959],[-160.011057,70.520331],[-160.041819,70.507025],[-160.074086,70.488227],[-160.114817,70.480699],[-160.201894,70.47663],[-160.168772,70.465969],[-160.125722,70.46601],[-159.948476,70.494452],[-159.921986,70.489651],[-159.938344,70.47606],[-159.974233,70.456],[-159.990224,70.44184],[-160.013905,70.410956],[-160.029652,70.398993],[-160.051747,70.39411],[-160.056345,70.374945],[-160.114207,70.344143],[-160.133656,70.325141],[-160.096018,70.321357],[-160.009023,70.361477],[-159.969187,70.372992],[-159.948476,70.370429],[-159.933176,70.362291],[-159.922231,70.349311],[-159.91454,70.331977],[-159.916819,70.33039],[-159.922312,70.32807],[-159.927317,70.324164],[-159.928212,70.318345],[-159.925486,70.315375],[-159.920766,70.313381],[-159.916453,70.312323],[-159.91454,70.312161],[-159.910634,70.304104],[-159.906199,70.29914],[-159.904286,70.293769],[-159.907704,70.284247],[-159.866567,70.277737],[-159.833241,70.252021],[-159.80309,70.220282],[-159.771189,70.195461],[-159.770579,70.225165],[-159.786733,70.238105],[-159.810536,70.246894],[-159.832631,70.263739],[-159.836903,70.273627],[-159.838694,70.285793],[-159.838816,70.308417],[-159.84496,70.313422],[-159.849721,70.318427],[-159.853098,70.325141],[-159.850535,70.330878],[-159.843495,70.335517],[-159.838694,70.34101],[-159.842519,70.349433],[-159.88032,70.375678],[-159.887278,70.387193],[-159.88679,70.398871],[-159.882151,70.40762],[-159.87678,70.415473],[-159.874216,70.424791],[-159.865061,70.444037],[-159.845815,70.456529],[-159.828603,70.471259],[-159.825795,70.497056],[-159.810292,70.5008],[-159.799306,70.499213],[-159.728098,70.472642],[-159.709706,70.469794],[-159.669626,70.47309],[-159.593373,70.49258],[-159.540842,70.499213],[-159.49531,70.515815],[-159.48058,70.51553],[-159.44929,70.500922],[-159.434763,70.497056],[-159.418528,70.499701],[-159.367136,70.517646],[-159.325673,70.521308],[-159.305776,70.52619],[-159.291371,70.538072],[-159.421091,70.52383],[-159.530832,70.532416],[-159.565134,70.531236],[-159.56843,70.528795],[-159.570872,70.524115],[-159.572336,70.519599],[-159.572499,70.517646],[-159.579945,70.516832],[-159.631174,70.517279],[-159.641184,70.514309],[-159.650746,70.507025],[-159.663808,70.500067],[-159.681752,70.496812],[-159.715932,70.497056],[-159.732289,70.499905],[-159.74238,70.504218],[-159.764353,70.517646],[-159.825307,70.543769],[-159.842519,70.555121],[-159.849436,70.562323],[-159.855214,70.570502],[-159.85912,70.579413],[-159.860544,70.589016],[-159.864613,70.599066],[-159.874582,70.602688],[-159.88679,70.60456],[-159.947865,70.63642],[-160.005727,70.640082],[-160.065175,70.627753],[-160.119985,70.60635],[-160.122304,70.610297],[-160.124582,70.615668],[-160.127431,70.626207],[-160.096262,70.643052],[-159.913035,70.700629],[-159.888051,70.705552],[-159.836252,70.708075],[-159.812123,70.715562],[-159.846262,70.715562],[-159.8131,70.727851],[-159.708974,70.779283],[-159.683217,70.797593],[-159.668162,70.804999],[-159.644846,70.810004],[-159.595408,70.813788],[-159.548777,70.830227],[-159.519643,70.835761],[-159.412058,70.842027],[-159.38329,70.84691],[-159.346303,70.863349],[-159.161,70.886908],[-159.206248,70.8664],[-159.318796,70.861029],[-159.37328,70.845933],[-159.174265,70.853909],[-159.155141,70.84634],[-159.140574,70.825426],[-159.181345,70.816718],[-159.311838,70.812445],[-159.410878,70.787421],[-159.449045,70.784491],[-159.449045,70.777045],[-159.392079,70.76732],[-159.373606,70.760932],[-159.356801,70.760199],[-159.33906,70.766547],[-159.321278,70.769273],[-159.304433,70.757799],[-159.310048,70.753974],[-159.318715,70.746161],[-159.3249,70.743557],[-159.300974,70.727118],[-159.246449,70.706448],[-159.222483,70.68891],[-159.216298,70.695136],[-159.270497,70.744615],[-159.279042,70.764716],[-159.236155,70.770819],[-159.11974,70.763983],[-158.989735,70.777045],[-159.003489,70.797268],[-159.029164,70.805121],[-159.085317,70.804999],[-159.060414,70.816555],[-158.715403,70.791327],[-158.338002,70.81802],[-158.43928,70.822089],[-158.492991,70.832343],[-158.523549,70.852769],[-158.479929,70.853258],[-158.389394,70.836737],[-158.04304,70.836859],[-157.864939,70.866441],[-157.673533,70.922797],[-157.624379,70.931301],[-157.593251,70.946194],[-157.577952,70.949612],[-157.559071,70.951361],[-157.231191,71.071357],[-157.087839,71.155015],[-157.025502,71.203192],[-156.817209,71.306342],[-156.681833,71.352729],[-156.591908,71.364732],[-156.52241,71.389716],[-156.498606,71.404527],[-156.471506,71.412502],[-156.434804,71.40648]]]]},{"type":"MultiPolygon","coordinates":[[[[-155.606519,20.137956],[-155.586363,20.122936],[-155.563098,20.128403],[-155.527194,20.126269],[-155.491078,20.113023],[-155.420715,20.090185],[-155.332313,20.046721],[-155.215106,19.975645],[-155.168043,19.946827],[-155.115853,19.896732],[-155.087141,19.86038],[-155.086399,19.821029],[-155.088062,19.768645],[-155.085371,19.727409],[-155.057493,19.72853],[-155.018544,19.745836],[-154.989923,19.726707],[-154.976672,19.705757],[-154.980044,19.662806],[-154.96697,19.636252],[-154.949906,19.611446],[-154.899622,19.567016],[-154.846623,19.544938],[-154.825311,19.527488],[-154.814064,19.506579],[-154.817209,19.479722],[-154.829905,19.464057],[-154.874736,19.412884],[-154.918932,19.397312],[-154.982301,19.339244],[-155.025095,19.327582],[-155.026663,19.316171],[-155.062613,19.30782],[-155.093031,19.28621],[-155.153041,19.269204],[-155.202958,19.25558],[-155.245059,19.265539],[-155.269281,19.266182],[-155.291127,19.259524],[-155.314445,19.245659],[-155.345687,19.224805],[-155.364136,19.203575],[-155.384658,19.200531],[-155.400149,19.193686],[-155.422597,19.180121],[-155.436838,19.169867],[-155.487782,19.142524],[-155.502797,19.137681],[-155.546132,19.098212],[-155.553737,19.081961],[-155.55226,19.045619],[-155.570638,19.026771],[-155.60206,18.99738],[-155.618523,18.955544],[-155.632969,18.940203],[-155.651242,18.926104],[-155.674756,18.906117],[-155.683544,18.911157],[-155.682932,18.932886],[-155.704167,18.949085],[-155.744414,18.969343],[-155.792171,18.996976],[-155.817253,19.013231],[-155.859133,19.023812],[-155.87813,19.029072],[-155.884047,19.047295],[-155.891049,19.065654],[-155.903906,19.069459],[-155.912133,19.096189],[-155.91993,19.138601],[-155.908386,19.188986],[-155.88553,19.334157],[-155.887374,19.359568],[-155.900889,19.38275],[-155.912959,19.414315],[-155.929491,19.461816],[-155.936578,19.48131],[-155.946448,19.493611],[-155.956388,19.514236],[-155.953969,19.536078],[-155.965636,19.556631],[-155.971365,19.579698],[-155.982197,19.607675],[-155.999524,19.632179],[-156.014784,19.643355],[-156.036255,19.667935],[-156.060164,19.731221],[-156.05016,19.759508],[-156.038808,19.783149],[-156.017445,19.801093],[-155.996775,19.814439],[-155.987498,19.824368],[-155.982045,19.843329],[-155.967966,19.854234],[-155.926015,19.868801],[-155.905832,19.902045],[-155.895863,19.913479],[-155.873402,19.951321],[-155.850901,19.975287],[-155.835458,19.975703],[-155.82832,20.006961],[-155.824083,20.020092],[-155.831069,20.039372],[-155.84771,20.054519],[-155.882556,20.104943],[-155.89698,20.148846],[-155.899363,20.184068],[-155.89927,20.21669],[-155.880483,20.252021],[-155.867242,20.263132],[-155.831129,20.263429],[-155.766062,20.249172],[-155.737986,20.243801],[-155.732615,20.238837],[-155.729197,20.23135],[-155.728017,20.221625],[-155.711669,20.196149],[-155.67335,20.18167],[-155.648131,20.168006],[-155.630654,20.148212],[-155.606519,20.137956]]],[[[-156.534128,20.531787],[-156.544555,20.513217],[-156.572919,20.512984],[-156.599511,20.517403],[-156.618868,20.513808],[-156.646499,20.508084],[-156.679261,20.504713],[-156.700562,20.525427],[-156.688458,20.540104],[-156.667159,20.557717],[-156.63915,20.575141],[-156.608815,20.591046],[-156.582621,20.599957],[-156.561774,20.598008],[-156.53657,20.570942],[-156.549768,20.541473],[-156.534128,20.531787]]],[[[-156.913738,20.734724],[-156.96228,20.732388],[-156.982386,20.759414],[-156.987079,20.782873],[-156.988352,20.801459],[-156.988596,20.824937],[-156.992136,20.84634],[-157.009224,20.85588],[-157.05081,20.871406],[-157.063136,20.890387],[-157.055214,20.911371],[-157.031551,20.922718],[-156.990414,20.927509],[-156.89272,20.914141],[-156.848378,20.876817],[-156.848337,20.876776],[-156.832672,20.860743],[-156.816338,20.841704],[-156.805797,20.825108],[-156.803539,20.812564],[-156.809731,20.79548],[-156.831257,20.763807],[-156.876775,20.744265],[-156.913738,20.734724]]],[[[-156.5896,21.027739],[-156.581386,21.01815],[-156.571413,21.016456],[-156.555666,21.008334],[-156.542368,21.00339],[-156.537525,20.990652],[-156.525889,20.987322],[-156.522875,20.974045],[-156.523047,20.962198],[-156.509141,20.950296],[-156.500189,20.937584],[-156.492993,20.921798],[-156.481672,20.904397],[-156.464071,20.905623],[-156.452921,20.917918],[-156.433705,20.917711],[-156.418813,20.920111],[-156.389638,20.921536],[-156.378489,20.923977],[-156.346425,20.945868],[-156.330678,20.951239],[-156.315419,20.952948],[-156.298329,20.952704],[-156.281931,20.950263],[-156.268625,20.945054],[-156.264394,20.944525],[-156.260976,20.943671],[-156.258127,20.941596],[-156.255564,20.937649],[-156.242909,20.941555],[-156.226877,20.931952],[-156.221845,20.920337],[-156.215281,20.914728],[-156.207224,20.906887],[-156.197255,20.895006],[-156.179192,20.883483],[-156.166088,20.871481],[-156.16476,20.862786],[-156.15299,20.861794],[-156.147936,20.861703],[-156.144423,20.867118],[-156.131269,20.857453],[-156.125729,20.844041],[-156.119281,20.836071],[-156.084989,20.831451],[-156.051009,20.815863],[-156.001698,20.800442],[-155.979553,20.757374],[-155.984696,20.717591],[-156.003134,20.685898],[-156.027741,20.679366],[-156.048423,20.650888],[-156.075404,20.650672],[-156.129504,20.624473],[-156.165438,20.625236],[-156.185423,20.62722],[-156.20383,20.626043],[-156.253694,20.604423],[-156.284893,20.588639],[-156.302594,20.581179],[-156.326715,20.587171],[-156.33589,20.588152],[-156.352513,20.592429],[-156.365468,20.588772],[-156.407653,20.587207],[-156.435488,20.611976],[-156.438582,20.622198],[-156.451664,20.635738],[-156.443143,20.642602],[-156.44275,20.660569],[-156.450482,20.72638],[-156.458441,20.744517],[-156.457992,20.764835],[-156.464319,20.781383],[-156.468427,20.784588],[-156.475331,20.790839],[-156.485727,20.796661],[-156.501631,20.796191],[-156.51588,20.790087],[-156.521301,20.776241],[-156.533899,20.774139],[-156.548634,20.782111],[-156.562726,20.791837],[-156.584482,20.795452],[-156.605976,20.808377],[-156.620234,20.807088],[-156.633256,20.823738],[-156.657053,20.847661],[-156.684907,20.881888],[-156.686133,20.903822],[-156.696009,20.915802],[-156.69226,20.936103],[-156.685879,20.964236],[-156.676838,20.987971],[-156.666469,21.003438],[-156.65385,21.004755],[-156.645375,21.013373],[-156.644846,21.021186],[-156.63579,21.027124],[-156.626581,21.026162],[-156.61568,21.02515],[-156.607255,21.027343],[-156.60382,21.031992],[-156.597929,21.032653],[-156.5896,21.027739]]],[[[-157.248843,21.221711],[-157.232926,21.219117],[-157.209413,21.220323],[-157.196898,21.217015],[-157.188684,21.205142],[-157.173573,21.205146],[-157.079084,21.191713],[-157.028079,21.184614],[-156.989735,21.182847],[-156.981808,21.194047],[-156.980789,21.20342],[-156.975615,21.211148],[-156.965769,21.213324],[-156.95241,21.196707],[-156.947758,21.17785],[-156.925233,21.171245],[-156.897045,21.165191],[-156.84668,21.166729],[-156.824658,21.169548],[-156.810635,21.173875],[-156.800312,21.177676],[-156.791792,21.176028],[-156.773519,21.177205],[-156.759496,21.173011],[-156.749013,21.170966],[-156.739006,21.172761],[-156.733208,21.168751],[-156.735921,21.164082],[-156.72915,21.160864],[-156.713176,21.161368],[-156.705725,21.156543],[-156.724843,21.123725],[-156.755605,21.095526],[-156.793406,21.075873],[-156.831003,21.061103],[-156.869578,21.053371],[-156.908559,21.057034],[-156.947405,21.064542],[-157.024917,21.083779],[-157.072374,21.099381],[-157.14032,21.09419],[-157.18727,21.091781],[-157.222572,21.086839],[-157.250966,21.088446],[-157.273061,21.087348],[-157.292592,21.094713],[-157.303944,21.109565],[-157.30427,21.128241],[-157.296457,21.143948],[-157.28539,21.156073],[-157.267391,21.162542],[-157.251163,21.180284],[-157.246634,21.199757],[-157.259036,21.214829],[-157.259759,21.22188],[-157.248843,21.221711]]],[[[-157.893764,21.598382],[-157.887503,21.580882],[-157.876728,21.575408],[-157.873925,21.569342],[-157.871181,21.557916],[-157.863579,21.559795],[-157.8535,21.55634],[-157.845937,21.548041],[-157.836449,21.534049],[-157.836313,21.518645],[-157.836392,21.51127],[-157.844374,21.51136],[-157.849525,21.505384],[-157.84756,21.488601],[-157.845518,21.477849],[-157.842127,21.461049],[-157.832765,21.458257],[-157.820519,21.453416],[-157.811268,21.441905],[-157.803513,21.429072],[-157.788366,21.424187],[-157.786324,21.416789],[-157.776227,21.413306],[-157.769619,21.420604],[-157.76005,21.433234],[-157.775117,21.442812],[-157.773525,21.454199],[-157.762618,21.458764],[-157.738055,21.455781],[-157.725708,21.458985],[-157.722921,21.451569],[-157.73762,21.43769],[-157.740549,21.419582],[-157.738704,21.405451],[-157.722178,21.395841],[-157.709304,21.383588],[-157.7058,21.374905],[-157.710305,21.363461],[-157.706824,21.351995],[-157.696146,21.336397],[-157.674483,21.322944],[-157.653599,21.312566],[-157.647167,21.306431],[-157.658884,21.293833],[-157.683707,21.272687],[-157.693212,21.262742],[-157.704076,21.25953],[-157.707599,21.265616],[-157.706762,21.275006],[-157.715346,21.281839],[-157.742101,21.275471],[-157.763814,21.273104],[-157.781884,21.264573],[-157.794965,21.254663],[-157.810818,21.25419],[-157.817979,21.257635],[-157.822922,21.266426],[-157.830714,21.277258],[-157.863674,21.290393],[-157.880136,21.297962],[-157.89076,21.312841],[-157.894967,21.322283],[-157.894876,21.331685],[-157.902086,21.32839],[-157.91518,21.316466],[-157.905239,21.305631],[-157.947003,21.302743],[-157.946229,21.307428],[-157.940435,21.310717],[-157.948274,21.316833],[-157.964107,21.316335],[-157.964709,21.326398],[-157.967493,21.334474],[-157.965258,21.341152],[-157.968062,21.347887],[-157.957209,21.352459],[-157.947086,21.35704],[-157.936217,21.362954],[-157.931845,21.371662],[-157.943951,21.380487],[-157.953961,21.384601],[-157.960927,21.388821],[-157.965475,21.384728],[-157.96921,21.372022],[-157.977792,21.376131],[-157.985626,21.384953],[-157.991332,21.391073],[-157.990729,21.377612],[-157.984431,21.362129],[-157.989506,21.358831],[-158.011612,21.376505],[-158.020174,21.383313],[-158.013149,21.367118],[-157.996796,21.350871],[-157.984677,21.341359],[-157.975413,21.333887],[-157.980627,21.318521],[-157.998692,21.311338],[-158.022469,21.307562],[-158.059234,21.299887],[-158.077952,21.298061],[-158.094309,21.293606],[-158.098866,21.295396],[-158.103383,21.299262],[-158.115268,21.305121],[-158.124236,21.338739],[-158.134719,21.365655],[-158.148233,21.381164],[-158.157436,21.394654],[-158.176052,21.40353],[-158.180802,21.430369],[-158.18712,21.444498],[-158.204954,21.458728],[-158.215677,21.465522],[-158.2276,21.483047],[-158.228121,21.503799],[-158.229322,21.532605],[-158.235951,21.541571],[-158.278933,21.575265],[-158.272419,21.578559],[-158.236338,21.584941],[-158.193816,21.587237],[-158.165737,21.585643],[-158.149165,21.586159],[-158.136586,21.589301],[-158.121072,21.585895],[-158.117624,21.59809],[-158.112946,21.603906],[-158.09482,21.613784],[-158.073784,21.628958],[-158.065786,21.635574],[-158.067209,21.641425],[-158.060048,21.652493],[-158.050608,21.671291],[-158.035349,21.683417],[-158.014445,21.701499],[-157.982646,21.70985],[-157.969655,21.709061],[-157.962433,21.705012],[-157.956732,21.698922],[-157.950185,21.690619],[-157.933912,21.677898],[-157.933327,21.667165],[-157.924686,21.663071],[-157.924092,21.65434],[-157.915534,21.64554],[-157.920181,21.627451],[-157.907326,21.610591],[-157.893764,21.598382]]],[[[-160.19824,21.783884],[-160.211285,21.780209],[-160.224359,21.789243],[-160.235466,21.792821],[-160.248036,21.82803],[-160.245463,21.850839],[-160.234424,21.874456],[-160.195383,21.912045],[-160.164026,21.934468],[-160.12362,21.956296],[-160.117264,21.969642],[-160.112739,21.981738],[-160.113759,22.00023],[-160.113759,22.000271],[-160.095862,22.007757],[-160.078892,22.007177],[-160.059964,22.000563],[-160.051436,21.98305],[-160.059879,21.973972],[-160.07223,21.959453],[-160.079539,21.937893],[-160.072214,21.910834],[-160.085246,21.893536],[-160.102534,21.886284],[-160.117486,21.878398],[-160.136341,21.872918],[-160.158662,21.859564],[-160.171677,21.848648],[-160.179461,21.833516],[-160.191029,21.804674],[-160.19824,21.783884]]],[[[-159.388185,22.228789],[-159.373755,22.222087],[-159.357866,22.222729],[-159.338735,22.213039],[-159.331225,22.197941],[-159.318674,22.185777],[-159.311812,22.184503],[-159.307576,22.171094],[-159.304658,22.161103],[-159.30134,22.151068],[-159.301259,22.151028],[-159.292795,22.14643],[-159.292592,22.135565],[-159.294704,22.107627],[-159.304141,22.095614],[-159.318694,22.05756],[-159.333176,22.049569],[-159.334665,22.021552],[-159.331654,22.004055],[-159.330637,21.984768],[-159.331736,21.966132],[-159.334128,21.958057],[-159.347894,21.958107],[-159.359122,21.9529],[-159.351615,21.945454],[-159.347862,21.93671],[-159.353643,21.930044],[-159.36541,21.930833],[-159.382492,21.917419],[-159.389719,21.90541],[-159.398372,21.898078],[-159.414962,21.888098],[-159.416411,21.880748],[-159.427227,21.879447],[-159.433717,21.874117],[-159.437315,21.868769],[-159.481922,21.883547],[-159.509266,21.886252],[-159.529618,21.885651],[-159.567555,21.89303],[-159.581949,21.894352],[-159.590575,21.901715],[-159.594892,21.900388],[-159.596341,21.893699],[-159.604979,21.891703],[-159.61001,21.899719],[-159.622968,21.905057],[-159.634482,21.913748],[-159.641665,21.923107],[-159.645972,21.931796],[-159.650291,21.939808],[-159.661816,21.942478],[-159.666125,21.950497],[-159.676209,21.955171],[-159.696116,21.958157],[-159.711511,21.96385],[-159.723758,21.96986],[-159.743213,21.973195],[-159.759794,21.978533],[-159.768449,21.99523],[-159.771333,22.005248],[-159.77999,22.009253],[-159.787211,22.01927],[-159.78722,22.033299],[-159.785784,22.044656],[-159.785066,22.057349],[-159.786515,22.066034],[-159.77656,22.069525],[-159.749748,22.098107],[-159.73568,22.115246],[-159.734324,22.124986],[-159.734202,22.133734],[-159.732615,22.140774],[-159.725901,22.143622],[-159.723459,22.146552],[-159.716534,22.157514],[-159.694178,22.163518],[-159.668188,22.169478],[-159.639375,22.185559],[-159.621349,22.200291],[-159.598234,22.210865],[-159.589582,22.220954],[-159.576594,22.225661],[-159.565768,22.225647],[-159.558543,22.232995],[-159.548441,22.23098],[-159.541232,22.224954],[-159.537634,22.218261],[-159.529696,22.217585],[-159.516712,22.213565],[-159.508063,22.208204],[-159.499408,22.208847],[-159.502276,22.216221],[-159.499376,22.223574],[-159.481321,22.230235],[-159.462578,22.2275],[-159.440178,22.227518],[-159.428653,22.220801],[-159.419259,22.222135],[-159.407683,22.228816],[-159.39972,22.235495],[-159.388185,22.228789]]],[[[-161.94518,23.039862],[-161.947865,23.038031],[-161.94636,23.041449],[-161.946034,23.044582],[-161.944773,23.04621],[-161.940419,23.0456],[-161.940907,23.041978],[-161.942698,23.040676],[-161.94518,23.039862]]],[[[-164.704335,23.579332],[-164.699086,23.570543],[-164.707265,23.572577],[-164.708485,23.57453],[-164.70637,23.576606],[-164.704335,23.579332]]],[[[-167.996165,25.00434],[-167.996775,25.001125],[-168.002797,25.014797],[-167.999867,25.016425],[-167.995554,25.011664],[-167.995066,25.007758],[-167.996165,25.00434]]],[[[-171.722808,25.773017],[-171.72936,25.751939],[-171.739084,25.756293],[-171.740671,25.769029],[-171.722849,25.773017],[-171.722808,25.773017]]],[[[-173.959177,26.059638],[-173.95995,26.055325],[-173.965647,26.05858],[-173.966379,26.061957],[-173.965199,26.066107],[-173.964996,26.071357],[-173.962839,26.066636],[-173.96052,26.063137],[-173.959177,26.059638]]],[[[-178.298397,28.387372],[-178.302718,28.386465],[-178.304366,28.387912],[-178.297988,28.390993],[-178.294287,28.394978],[-178.292437,28.398057],[-178.290381,28.401679],[-178.287905,28.392989],[-178.292225,28.390091],[-178.298397,28.387372]]]]}]},"properties":{"name":"United States","center":[-99.53703703703708,40.1357500646171],"postal":"US","type":"Country"}}} \ No newline at end of file +{"BC":{"geometry":{"type":"MultiPolygon","coordinates":[[[[-132.8806,53.600269],[-132.520798,53.412209],[-132.703094,53.257771],[-132.446701,53.143608],[-131.982193,53.251659],[-131.727798,54.106098],[-133.029205,54.158878],[-132.8806,53.600269]]],[[[-129.479996,53.249161],[-129.425293,53.43082],[-130.286407,53.83749],[-129.479996,53.249161]]],[[[-128.593597,52.659161],[-128.605606,53.145271],[-129.086105,53.29361],[-129.080307,52.772491],[-128.593597,52.659161]]],[[[-131.074402,52.219379],[-131.837799,52.710819],[-131.794495,53.251389],[-132.070801,53.153881],[-132.413605,53.127491],[-132.562195,53.145271],[-131.270798,52.120831],[-131.074402,52.219379]]],[[[-127.121101,49.852291],[-126.645599,49.892769],[-126.480301,49.44305],[-126.052803,49.446098],[-125.483597,48.915821],[-123.924202,48.3661],[-123.336403,48.396938],[-123.957802,49.228321],[-124.789398,49.464161],[-125.431702,50.310551],[-127.200302,50.61277],[-128.064194,50.872219],[-128.416702,50.769161],[-127.9786,50.342491],[-127.121101,49.852291]]],[[[-138.938599,59.997551],[-137.590805,59.238602],[-137.4655,58.906101],[-136.583893,59.163319],[-136.343903,59.602779],[-135.473602,59.801929],[-134.951904,59.279991],[-133.429993,58.45916],[-131.861404,56.799721],[-131.054993,56.398048],[-130.088593,56.11805],[-129.943893,55.282211],[-130.416702,54.630268],[-130.101395,53.946659],[-129.310699,53.379501],[-128.972794,53.553051],[-128.554199,53.118881],[-128.441101,52.822769],[-128.139206,52.837212],[-127.858299,52.206661],[-127.1717,52.312489],[-127.866096,51.89999],[-127.790001,51.165539],[-127.022499,50.817501],[-126.024696,50.793049],[-125.815804,50.534161],[-124.601402,50.23888],[-124.511902,49.796101],[-123.535599,49.381378],[-123.254501,49.588329],[-123.145798,49.058601],[-122.7603,48.999439],[-118.842499,49],[-116.0625,49],[-114.060303,49],[-114.6894,49.547218],[-114.770302,50.35833],[-115.218903,50.54694],[-116.262199,51.316669],[-116.658897,51.796661],[-116.919197,51.70916],[-117.363098,52.138599],[-118.223099,52.365551],[-118.305,52.674709],[-118.9786,53.237209],[-119.738098,53.395],[-120.000801,54.005871],[-119.982903,59.988522],[-123.816902,59.994709],[-125.000801,60.003868],[-133.791199,60],[-138.938599,59.997551]]]]},"type":"Feature","properties":{"postal":"BC","name":"British Columbia","type":"State","alias":"CA-BC","center":[-124.87060546874999,54.16243396806779]}},"NL":{"geometry":{"type":"MultiPolygon","coordinates":[[[[-64.534821,60.302601],[-64.82695,59.531109],[-63.81945,58.471371],[-64.431953,58.086109],[-63.70055,57.662769],[-63.992229,56.785831],[-64.020279,56.076389],[-63.095829,55.349998],[-63.519451,55.183601],[-63.66917,54.612209],[-64.325562,54.751942],[-65.689987,54.713329],[-66.576401,55.250549],[-66.738602,54.732769],[-67.601387,54.56638],[-67.781952,54.063881],[-67.491943,53.603882],[-66.910004,53.340271],[-67.067497,52.699429],[-66.378883,52.836109],[-66.486656,52.312489],[-65.56723,52.046661],[-65.108612,52.17083],[-64.581123,51.55777],[-64.08168,52.37249],[-64.172501,52.85083],[-63.693329,53.113609],[-63.595829,52.770771],[-63.941269,52.264],[-63.75111,51.999722],[-57.101109,52],[-57.10424,51.41267],[-55.68972,52.101391],[-55.808048,53.340549],[-56.333889,53.629162],[-57.119999,53.7411],[-57.428341,54.182499],[-58.841671,53.943321],[-59.074169,53.683048],[-59.893059,53.528599],[-60.13139,53.77721],[-59.463329,53.830551],[-57.660831,54.376942],[-57.45055,54.64999],[-58.91666,54.850552],[-58.95583,55.10083],[-60.52306,55.111382],[-60.36195,55.761669],[-61.415001,55.96027],[-61.919449,56.212212],[-61.441669,57.148609],[-61.852501,57.165272],[-61.88306,57.637501],[-62.582779,58.21693],[-63.125,59.055271],[-64.254997,59.75666],[-64.534821,60.302601]]],[[[-55.876949,50.86277],[-55.404442,51.571941],[-55.890282,51.629429],[-56.688889,51.336941],[-57.372501,50.590832],[-58.223331,49.39027],[-57.92556,49.123051],[-58.500839,49.003609],[-58.58778,48.43055],[-59.400829,47.906651],[-59.118889,47.55471],[-58.036388,47.696098],[-56.779442,47.526661],[-55.85445,47.79472],[-55.85778,47.473598],[-55.11916,47.576939],[-55.487782,47.137211],[-55.983059,46.952492],[-55.230282,46.928329],[-54.836941,47.372761],[-54.51722,47.369438],[-54.00639,47.81916],[-53.875561,47.35416],[-54.053329,46.794998],[-53.57333,47.15443],[-53.644169,46.70916],[-53.090839,46.64333],[-52.620281,47.500271],[-52.779442,47.803051],[-53.26722,47.606098],[-52.9175,48.084721],[-53.617771,47.556381],[-53.605831,48.046391],[-53.912498,48.08416],[-52.976391,48.599159],[-53.928341,48.575829],[-53.888889,48.982769],[-53.455559,49.251942],[-54.041672,49.48082],[-55.221111,49.26194],[-56.044449,49.669991],[-55.492229,49.91721],[-56.153881,50.150539],[-56.735561,49.666939],[-56.743061,50.02277],[-55.876949,50.86277]]]]},"type":"Feature","properties":{"postal":"NL","name":"Newfoundland and Labrador","type":"State","alias":"CA-NL","center":[-56.03027343749999,48.63290858589535]}},"NT":{"geometry":{"type":"MultiPolygon","coordinates":[[[[-109.978409,78.671058],[-113.218903,78.40387],[-109.983902,78.325546],[-109.978409,78.671058]]],[[[-109.987239,77.924049],[-109.985789,78.101103],[-113.209702,77.908867],[-113.197998,77.52388],[-112.057198,77.323318],[-110.224998,77.505257],[-109.987239,77.924049]]],[[[-110.008101,74.833102],[-110.00402,75.532769],[-111.2714,75.522491],[-111.452003,75.836647],[-112.999199,76.267487],[-115.499702,76.454712],[-116.705597,76.039146],[-117.683899,75.253052],[-115.690598,74.964157],[-111.029198,75.171097],[-114.394402,74.708328],[-113.471703,74.418907],[-111.6772,74.493317],[-110.008101,74.833102]]],[[[-110.019917,72.442051],[-113.007004,73.008881],[-113.442802,72.672211],[-114.558296,72.560806],[-113.953903,73.125526],[-114.561699,73.375526],[-117.3536,72.916382],[-118.536903,72.493874],[-118.112801,72.231934],[-119.050301,71.626648],[-116.2089,71.364151],[-118.415001,70.998032],[-117.543602,70.595261],[-116.055603,70.57222],[-113.938301,70.715271],[-111.442802,70.290268],[-114.543098,70.313309],[-117.431396,69.99498],[-116.859908,69.637114],[-117.085008,69.999148],[-112.887108,69.991098],[-110.029392,69.995491],[-110.019917,72.442051]]],[[[-102.001701,59.99992],[-101.984001,64.21341],[-109.387397,64.826919],[-110.651709,65.499518],[-112.498556,65.506191],[-120.658461,68.001268],[-120.66524,69.551327],[-122.959198,69.833603],[-123.168602,69.495247],[-124.446701,69.367203],[-124.385803,70.144707],[-125,70.079987],[-125.622498,69.418587],[-126.705803,69.766098],[-127.173599,70.272217],[-128.324203,69.948318],[-130.365295,69.694427],[-129.497498,70.020538],[-130.713593,70.125526],[-131.080597,69.884987],[-132.893906,69.65387],[-134.1539,69.258881],[-134.669495,68.873306],[-136.419998,68.90052],[-136.445007,67.715553],[-136.164505,67.003601],[-134.046097,66.984421],[-133.407501,65.943863],[-132.605804,66.031662],[-132.174194,65.59137],[-132.780594,65.229713],[-132.570602,64.772491],[-131.001999,64.330276],[-129.819504,63.48333],[-130.138306,63.310268],[-129.172195,62.481659],[-129.2939,62.156101],[-128.546997,62.122219],[-127.972801,61.688599],[-127.059402,61.363049],[-126.886902,60.78249],[-124.619202,60.709721],[-123.816902,59.994709],[-119.982903,59.988522],[-110.0009,59.995281],[-107.113602,59.994709],[-102.001701,59.99992]]],[[[-119.744797,74.025513],[-119.6633,74.223877],[-121.5186,74.548866],[-124.770798,74.340271],[-124.068604,73.535812],[-124.868896,73.080551],[-125.761398,71.950821],[-123.948898,71.658333],[-122.781097,71.086113],[-121.743896,71.453323],[-120.543297,71.516663],[-120.1847,72.232758],[-119.137497,72.632477],[-115.323097,73.474426],[-116.785004,74.059708],[-118.101898,74.276382],[-119.744797,74.025513]]],[[[-116.144997,77.023323],[-115.389198,77.312187],[-116.416901,77.556931],[-117.253601,77.285538],[-119.153297,77.325821],[-121.533096,76.437187],[-122.617798,76.342209],[-122.696404,75.955551],[-119.870003,75.857483],[-118.304199,76.552467],[-117.319702,76.257767],[-115.896698,76.69165],[-116.144997,77.023323]]],[[[-135.850098,69.007401],[-134.961105,68.892487],[-133.778107,69.487762],[-134.203903,69.668869],[-135.967194,69.214706],[-135.850098,69.007401]]],[[[-117.623001,76.114433],[-119.408096,75.60582],[-118.203903,75.598877],[-117.623001,76.114433]]]]},"type":"Feature","properties":{"postal":"NT","name":"Northwest Territories","type":"State","alias":"CA-NT","center":[-121.06933593749999,64.86760781632728]}},"YT":{"geometry":{"type":"Polygon","coordinates":[[[-123.816902,59.994709],[-124.619202,60.709721],[-126.886902,60.78249],[-127.059402,61.363049],[-127.972801,61.688599],[-128.546997,62.122219],[-129.2939,62.156101],[-129.172195,62.481659],[-130.138306,63.310268],[-129.819504,63.48333],[-131.001999,64.330276],[-132.570602,64.772491],[-132.780594,65.229713],[-132.174194,65.59137],[-132.605804,66.031662],[-133.407501,65.943863],[-134.046097,66.984421],[-136.164505,67.003601],[-136.445007,67.715553],[-136.419998,68.90052],[-138.600601,69.236649],[-139.143097,69.510818],[-141.003006,69.642357],[-141.00206,68.428207],[-141.000046,65.840279],[-140.996857,61.894802],[-140.995499,60.307209],[-139.979401,60.187771],[-139.0681,60.352219],[-138.938599,59.997551],[-133.791199,60],[-125.000801,60.003868],[-123.816902,59.994709]]]},"type":"Feature","properties":{"postal":"YT","name":"Yukon","type":"State","alias":"CA-YT","center":[-135.87890625,64.32087157990324]}},"NB":{"geometry":{"type":"Polygon","coordinates":[[[-69.039711,47.29715],[-68.231323,47.352112],[-67.79155,47.060959],[-67.803978,45.678051],[-67.439857,45.592491],[-67.346169,45.122181],[-66.440552,45.07333],[-65.739723,45.24527],[-64.272926,45.835751],[-64.042793,45.991901],[-64.518341,46.242771],[-64.904999,46.851101],[-65.370003,47.086651],[-64.676666,47.73555],[-65.628601,47.66972],[-65.79361,47.890831],[-66.843697,47.996651],[-68.372772,47.924709],[-68.38028,47.558601],[-69.039711,47.29715]]]},"type":"Feature","properties":{"postal":"NB","name":"New Brunswick","type":"State","alias":"CA-NB","center":[-66.33544921875,46.58906908309182]}},"ON":{"geometry":{"type":"MultiPolygon","coordinates":[[[[-79.537613,50.958599],[-80.392227,51.3386],[-80.599167,51.713329],[-81.352783,52.101101],[-81.558037,52.4561],[-82.301666,52.961109],[-82.12999,53.79916],[-82.441101,54.36166],[-82.195267,54.844711],[-82.536667,55.16444],[-83.920273,55.31916],[-85.121933,55.303322],[-85.944443,55.697769],[-87.362503,55.946659],[-87.975563,56.437489],[-89.179642,56.86895],[-89.305557,56.627209],[-90.843887,55.66777],[-93.652222,53.72221],[-95.150284,52.826389],[-95.151627,49.371731],[-94.83181,49.330811],[-94.570107,48.713699],[-93.780937,48.511639],[-92.946777,48.628441],[-92.369957,48.220871],[-92.035049,48.35561],[-91.571442,48.043678],[-90.864388,48.254311],[-89.900299,47.992619],[-89.337784,48.1161],[-89.138611,48.48444],[-88.261093,48.99295],[-87.289719,48.76749],[-86.434723,48.77721],[-85.860283,47.985271],[-84.844452,47.949162],[-85.027786,47.611382],[-84.62471,47.361111],[-84.777786,46.981659],[-84.049728,46.326099],[-82.986938,46.172218],[-81.714447,46.10416],[-80.748337,45.921379],[-80.037514,45.314159],[-79.659729,44.751659],[-80.103882,44.819988],[-80.089722,44.468048],[-80.942207,44.595268],[-80.948608,44.963612],[-81.695267,45.264721],[-81.268066,44.616661],[-81.745003,44.083881],[-81.745537,43.345829],[-82.419701,42.972679],[-82.493057,42.312771],[-83.030457,42.313221],[-82.627777,42.035271],[-81.856377,42.25639],[-81.333069,42.651379],[-80.521942,42.573051],[-80.204178,42.790279],[-79.098892,42.840271],[-79.073982,43.267471],[-79.775833,43.319988],[-79.092499,43.826389],[-77.703613,44.041111],[-77.134453,43.855549],[-76.688316,44.21693],[-75.976936,44.38361],[-75.329201,44.81057],[-74.736481,44.99287],[-74.324722,45.201099],[-74.396667,45.564159],[-74.875839,45.64159],[-75.847229,45.37249],[-76.666397,45.590549],[-77.680557,46.183601],[-78.703613,46.337212],[-79.443878,47.11055],[-79.520683,48.764679],[-79.537613,50.958599]]],[[[-82.878601,45.968601],[-83.213333,45.873878],[-82.065826,45.55888],[-82.048607,45.96471],[-82.878601,45.968601]]]]},"type":"Feature","properties":{"postal":"ON","name":"Ontario","type":"State","alias":"CA-ON","center":[-85.89111328125,51.04139389812637]}},"NS":{"geometry":{"type":"MultiPolygon","coordinates":[[[[-60.59639,46.196098],[-60.302219,46.83749],[-60.591942,47.033329],[-61.547501,46.025551],[-61.285,45.5425],[-60.673061,45.564159],[-59.818611,45.929161],[-59.810551,46.162769],[-60.59639,46.196098]]],[[[-64.042793,45.991901],[-64.272926,45.835751],[-64.909157,45.418049],[-63.360828,45.360821],[-64.861938,45.139721],[-65.741096,44.707211],[-66.118607,44.338039],[-66.123047,43.740551],[-65.72583,43.502491],[-65.025558,43.70805],[-64.335564,44.32666],[-64.301941,44.561378],[-63.713058,44.454159],[-61.819729,45.104439],[-61.077782,45.21944],[-61.9175,45.885551],[-62.47361,45.655548],[-64.042793,45.991901]]]]},"type":"Feature","properties":{"postal":"NS","name":"Nova Scotia","type":"State","alias":"CA-NS","center":[-62.64404296875,45.182036837015886]}},"MB":{"geometry":{"type":"Polygon","coordinates":[[[-102.001701,59.99992],[-102.001503,58.12854],[-102.0009,55.830151],[-101.700798,53.368881],[-101.544998,50.950001],[-101.367203,49],[-97.9375,49],[-95.157516,49],[-95.151627,49.371731],[-95.150284,52.826389],[-93.652222,53.72221],[-90.843887,55.66777],[-89.305557,56.627209],[-89.179642,56.86895],[-91.001678,57.261379],[-92.691101,56.933601],[-92.450844,57.44249],[-93.152222,58.73777],[-94.421661,58.716381],[-94.804718,59.014721],[-94.800491,59.999569],[-99.626953,59.999729],[-102.001701,59.99992]]]},"type":"Feature","properties":{"postal":"MB","name":"Manitoba","type":"State","alias":"CA-MB","center":[-97.91015624999999,55.00282580979323]}},"AB":{"geometry":{"type":"Polygon","coordinates":[[[-114.060303,49],[-110.001404,49],[-110.000504,54.00573],[-110.0009,56.36282],[-110.0009,59.995281],[-119.982903,59.988522],[-120.000801,54.005871],[-119.738098,53.395],[-118.9786,53.237209],[-118.305,52.674709],[-118.223099,52.365551],[-117.363098,52.138599],[-116.919197,51.70916],[-116.658897,51.796661],[-116.262199,51.316669],[-115.218903,50.54694],[-114.770302,50.35833],[-114.6894,49.547218],[-114.060303,49]]]},"type":"Feature","properties":{"postal":"AB","name":"Alberta","type":"State","alias":"CA-AB","center":[-114.60937499999999,55.02802211299252]}},"QC":{"geometry":{"type":"MultiPolygon","coordinates":[[[[-78.900284,56.319439],[-79.252792,56.550831],[-80.024719,55.901379],[-79.493057,55.858891],[-78.900284,56.319439]]],[[[-63.492229,49.840832],[-64.513901,49.863609],[-63.5825,49.387211],[-62.242771,49.06221],[-61.661671,49.14444],[-62.510281,49.590832],[-63.492229,49.840832]]],[[[-57.10424,51.41267],[-57.101109,52],[-63.75111,51.999722],[-63.941269,52.264],[-63.595829,52.770771],[-63.693329,53.113609],[-64.172501,52.85083],[-64.08168,52.37249],[-64.581123,51.55777],[-65.108612,52.17083],[-65.56723,52.046661],[-66.486656,52.312489],[-66.378883,52.836109],[-67.067497,52.699429],[-66.910004,53.340271],[-67.491943,53.603882],[-67.781952,54.063881],[-67.601387,54.56638],[-66.738602,54.732769],[-66.576401,55.250549],[-65.689987,54.713329],[-64.325562,54.751942],[-63.66917,54.612209],[-63.519451,55.183601],[-63.095829,55.349998],[-64.020279,56.076389],[-63.992229,56.785831],[-63.70055,57.662769],[-64.431953,58.086109],[-63.81945,58.471371],[-64.82695,59.531109],[-64.534821,60.302601],[-64.835564,60.363331],[-65.54361,59.736382],[-65.638062,59.069439],[-66.465012,58.819988],[-67.65361,58.122761],[-67.787514,58.464439],[-68.763062,58.921101],[-69.813049,58.589161],[-69.235001,59.239429],[-69.631104,59.298882],[-69.93306,60.850552],[-71.72583,61.285831],[-71.99028,61.67638],[-73.678879,62.479988],[-74.410004,62.251389],[-75.592216,62.264439],[-77.486938,62.590271],[-78.155838,62.278332],[-78.006119,61.733051],[-77.589172,61.604439],[-78.190552,60.788891],[-77.833893,60.639431],[-77.29361,59.79361],[-78.549438,58.91082],[-78.012512,58.378601],[-77.147232,58.02277],[-76.529716,57.105831],[-76.53833,56.297779],[-77.214722,55.595268],[-78.335564,55.03944],[-79.619164,54.711109],[-79.138344,54.144711],[-78.983063,53.023609],[-78.545273,52.514721],[-78.579453,52.111382],[-79.033333,51.776379],[-78.938316,51.285831],[-79.353882,51.656101],[-79.547096,51.460129],[-79.537804,50.982368],[-79.537613,50.958599],[-79.520683,48.764679],[-79.443878,47.11055],[-78.703613,46.337212],[-77.680557,46.183601],[-76.666397,45.590549],[-75.847229,45.37249],[-74.875839,45.64159],[-74.396667,45.564159],[-74.324722,45.201099],[-74.736481,44.99287],[-71.505836,45.013309],[-70.254448,45.89896],[-69.985458,46.69133],[-69.230789,47.4533],[-69.039711,47.29715],[-68.38028,47.558601],[-68.372772,47.924709],[-66.843697,47.996651],[-65.810547,48.116661],[-65.269997,48.012772],[-64.315552,48.419159],[-64.23555,48.910271],[-64.94249,49.214439],[-66.639183,49.120831],[-68.823334,48.36388],[-70.541382,47.002491],[-71.197487,46.852489],[-70.225563,47.49638],[-69.060822,48.76749],[-68.11972,49.27166],[-67.386124,49.32222],[-67.151398,49.806938],[-66.441673,50.269161],[-63.597778,50.250832],[-62.994999,50.311939],[-61.720829,50.09193],[-59.833889,50.31916],[-58.948051,50.828331],[-59.00333,51.015549],[-57.748051,51.47221],[-57.10424,51.41267]]]]},"type":"Feature","properties":{"postal":"QC","name":"Quebec","type":"State","alias":"CA-QC","center":[-71.982421875,52.32191088594773]}},"SK":{"geometry":{"type":"Polygon","coordinates":[[[-102.001701,59.99992],[-107.113602,59.994709],[-110.0009,59.995281],[-110.0009,56.36282],[-110.000504,54.00573],[-110.001404,49],[-106.125,49],[-104.0625,49],[-101.367203,49],[-101.544998,50.950001],[-101.700798,53.368881],[-102.0009,55.830151],[-102.001503,58.12854],[-102.001701,59.99992]]]},"type":"Feature","properties":{"postal":"SK","name":"Saskatchewan","type":"State","alias":"CA-SK","center":[-106.083984375,54.36775852406841]}},"NU":{"geometry":{"type":"MultiPolygon","coordinates":[[[[-110.008101,74.833102],[-105.993301,75.055817],[-105.388298,75.656372],[-106.606102,76.057747],[-106.880302,75.765823],[-108.496696,76.039978],[-108.441902,76.696373],[-109.997979,76.474992],[-109.999649,76.224774],[-110.001897,75.875843],[-108.827003,75.686653],[-110.00402,75.532769],[-110.008101,74.833102]]],[[[-110.019917,72.442051],[-110.029392,69.995491],[-112.887108,69.991098],[-117.085008,69.999148],[-116.859908,69.637114],[-116.525803,69.407494],[-113.6922,69.189423],[-113.251404,68.452209],[-109.656403,68.632751],[-108.534401,68.944702],[-107.304199,69.032494],[-106.602203,69.498871],[-106.406097,69.180542],[-103.374199,68.777481],[-101.808601,68.998032],[-102.057503,69.483597],[-102.840797,69.383331],[-102.237198,69.850807],[-100.957199,69.662491],[-100.973297,70.155548],[-101.551903,70.109421],[-103.994202,70.752777],[-104.648598,71.119141],[-104.277802,71.351089],[-105.321999,72.741653],[-106.861397,73.310806],[-108.300003,73.135536],[-107.422203,71.974991],[-107.982803,71.633331],[-108.621399,72.549988],[-110.017534,72.974877],[-110.018556,72.749766],[-110.018727,72.7117],[-110.01912,72.623398],[-110.019917,72.442051]]],[[[-94.800491,59.999569],[-94.349167,60.858601],[-93.248611,61.784721],[-93.491669,61.884159],[-91.948883,62.651932],[-90.627487,63.059429],[-90.930557,63.564159],[-90.16861,63.65694],[-89.946114,64.05748],[-88.736656,63.968319],[-87.983887,64.191093],[-86.970284,65.054428],[-87.051392,65.236366],[-89.054443,65.328873],[-90.404449,65.871094],[-89.671661,65.939423],[-87.96666,65.333054],[-87.100563,65.391937],[-85.897781,66.163307],[-86.581123,66.555817],[-85.479721,66.581383],[-85.252228,66.273041],[-83.964722,66.195251],[-84.319733,66.774696],[-83.368332,66.348877],[-81.52417,66.99054],[-81.243057,67.474991],[-82.644447,68.417213],[-81.255836,68.643051],[-81.332497,69.18248],[-82.785278,69.494141],[-82.25473,69.636383],[-84.433609,69.861099],[-85.514717,69.768051],[-85.503067,69.314423],[-84.775284,68.737198],[-85.747498,68.622482],[-85.892502,68.051376],[-86.503067,67.377762],[-87.505569,67.185257],[-88.13945,67.664429],[-88.392227,68.287491],[-87.787781,68.327477],[-87.964447,68.760536],[-89.114441,69.275269],[-89.71666,69.006104],[-90.280838,68.243874],[-90.436394,68.87442],[-91.194107,69.288017],[-90.319458,69.440536],[-92.867767,69.702209],[-91.511398,70.152771],[-92.958618,70.81749],[-92.855827,71.157494],[-93.71167,71.761383],[-95.217499,71.944977],[-96.193329,71.389977],[-96.568619,70.2686],[-95.960831,69.778053],[-94.279167,69.440262],[-94.632217,68.75],[-93.566101,68.849426],[-93.661392,68.520828],[-94.722229,68.054977],[-95.472778,68.060532],[-95.326111,67.027206],[-96.460007,67.548866],[-95.892227,68.294144],[-96.463058,68.14415],[-97.282784,68.474152],[-98.715286,68.361649],[-98.095284,67.833328],[-98.930557,67.696091],[-100.699997,67.846939],[-102.311699,67.717484],[-103.555298,68.057213],[-104.5,68.031937],[-105.538101,68.445534],[-106.214699,68.94136],[-108.345299,68.601929],[-107.813301,68.342484],[-105.730301,68.419144],[-107.349403,68.048599],[-108.007004,67.707489],[-107.083603,66.820541],[-108.118103,66.862198],[-108.015297,67.293053],[-110.116898,68.008881],[-111.005798,67.764999],[-114.297798,67.718597],[-115.542503,67.921654],[-115.237198,68.182213],[-114.0233,68.241364],[-114.448303,68.689697],[-115.593102,68.971649],[-116.2136,68.830551],[-117.870499,68.985527],[-120.66524,69.551327],[-120.658461,68.001268],[-112.498556,65.506191],[-110.651709,65.499518],[-109.387397,64.826919],[-101.984001,64.21341],[-102.001701,59.99992],[-99.626953,59.999729],[-94.800491,59.999569]]],[[[-61.28278,66.616928],[-61.93861,66.969437],[-63.348339,66.890823],[-63.110279,67.329987],[-63.889999,67.234993],[-64.713623,67.981659],[-66.184433,68.013321],[-68.483322,68.596939],[-67.705841,69.016388],[-68.502502,69.198593],[-66.646667,69.203598],[-67.258347,69.467484],[-68.668327,69.59082],[-67.117767,69.726379],[-68.284157,70.540543],[-69.111656,70.721916],[-70.997223,70.625809],[-70.836121,71.114433],[-72.185547,70.766388],[-71.123322,71.271652],[-72.557503,71.660263],[-72.995003,71.25],[-73.704453,71.774986],[-74.631943,71.646378],[-74.244164,72.073036],[-75.238327,72.118317],[-75.231667,72.500549],[-77.613892,72.751663],[-78.559158,72.438026],[-77.665283,72.204712],[-80.064713,72.383614],[-80.969162,72.199997],[-80.247498,72.730553],[-81.57251,73.719711],[-82.840843,73.732758],[-85.406952,73.136383],[-85.705276,72.637772],[-84.919998,72.232758],[-85.98111,72.028587],[-84.606659,71.649429],[-84.934723,71.41832],[-86.420547,72.012772],[-86.686943,72.644707],[-86.11972,73.246094],[-84.837784,73.741653],[-86.54834,73.85054],[-88.95639,73.293053],[-89.956673,72.321663],[-89.899727,71.351379],[-87.246948,71.009163],[-89.448334,70.902481],[-88.693047,70.455261],[-86.647232,70.319443],[-86.254997,70.105553],[-82.29805,69.801376],[-81.728333,70.132202],[-78.795837,69.876648],[-79.412781,70.491653],[-77.795273,70.25499],[-77.680557,69.819153],[-75.591667,69.221649],[-76.625549,69.018333],[-76.436394,68.6772],[-75.478882,69.019707],[-73.835564,68.337196],[-73.215561,68.272774],[-72.258347,67.248032],[-74.444992,66.096939],[-73.845284,65.532211],[-75.186661,65.251938],[-76.66362,65.410263],[-78.149727,64.952209],[-77.785004,64.369431],[-76.827499,64.226929],[-75.631668,64.453598],[-74.680557,64.372208],[-74.119453,64.676933],[-72.456947,63.81583],[-71.304169,63.535271],[-71.805832,63.382771],[-71.40834,63.055271],[-69.762512,62.726101],[-68.54805,62.2486],[-67.389999,62.1511],[-66.394997,61.870831],[-65.93306,62.204159],[-67.610283,63.094151],[-68.139183,63.148609],[-68.99472,63.75555],[-68.528877,63.74638],[-66.159157,62.936649],[-64.730827,62.921379],[-64.508347,63.650829],[-65.725563,64.498032],[-65.555832,64.723312],[-66.478607,64.929153],[-67.741096,66.243042],[-66.884171,66.566093],[-65.911667,66.09166],[-64.535004,65.097214],[-63.601391,64.961113],[-63.536949,65.517487],[-62.645279,65.587196],[-62.513062,66.219437],[-61.554722,66.336113],[-61.28278,66.616928]]],[[[-67.544159,82.962196],[-72.650558,83.096367],[-81.411392,82.827766],[-82.679993,82.370819],[-80.085007,81.973602],[-84.943878,82.425812],[-91.900284,81.616928],[-89.462219,80.919144],[-85.066963,80.505257],[-80.919449,80.655548],[-79.25528,81.058868],[-78.063889,80.564697],[-83.781952,80.245819],[-86.468338,80.308594],[-86.486389,79.763611],[-85.050278,79.621643],[-84.259171,78.959427],[-86.638901,78.799423],[-87.529167,78.132202],[-85.678879,77.929428],[-84.529167,77.295822],[-86.422234,77.830833],[-88.103882,77.813599],[-87.460564,77.125526],[-89.533333,76.853592],[-88.921112,76.405258],[-85.194717,76.281097],[-80.991669,76.483047],[-80.672501,76.158333],[-77.769447,76.658333],[-77.886948,76.947746],[-79.386948,76.927467],[-80.042503,77.272774],[-77.723053,77.599152],[-78.183319,77.963318],[-75.58139,78.115807],[-74.911118,78.850807],[-77.073334,79.070831],[-72.267227,79.659149],[-68.958618,80.617477],[-64.735283,81.374153],[-64.566391,81.545532],[-69.430557,81.187187],[-64.372772,81.720833],[-61.193329,82.223602],[-64.835564,82.906937],[-68.642502,82.628593],[-67.544159,82.962196]]],[[[-96.742027,76.982208],[-95.386948,76.235809],[-93.315277,76.36026],[-92.108612,75.858871],[-92.503616,75.218048],[-92.045547,74.789703],[-89.928596,74.530823],[-88.443604,74.838593],[-87.574722,74.461929],[-80.248047,74.576103],[-79.335831,74.88916],[-80.316963,75.630539],[-82.327217,75.836929],[-86.807503,75.479156],[-88.203613,75.531097],[-90.190552,76.061096],[-89.305557,76.299149],[-91.410553,76.689148],[-92.368607,76.594437],[-95.41777,77.056931],[-96.742027,76.982208]]],[[[-86.410278,64.582764],[-86.189438,64.101646],[-86.934433,63.906101],[-87.118607,63.55582],[-85.613327,63.66972],[-85.224167,63.120831],[-83.637222,63.766392],[-83.54834,64.102478],[-81.076401,63.451389],[-80.206123,63.808331],[-81.602493,64.129967],[-82.092499,64.684982],[-83.208054,64.945534],[-84.561943,65.481087],[-84.792503,65.226929],[-85.542503,65.933319],[-86.013901,65.709152],[-86.410278,64.582764]]],[[[-94.341667,81.109711],[-96.80278,80.09082],[-95.087547,79.270752],[-92.580841,79.452209],[-92.309433,79.145264],[-94.282227,78.968872],[-92.083328,78.212486],[-88.81778,78.154427],[-86.422501,79.075546],[-84.904167,79.267761],[-85.681953,79.613312],[-87.161118,79.571663],[-87.683884,80.410263],[-90.766403,80.565536],[-92.148064,81.236366],[-94.341667,81.109711]]],[[[-101.086098,73.325699],[-100.336098,73.324997],[-100.077499,72.886932],[-100.882202,72.689697],[-101.962196,73.089157],[-102.7631,72.790817],[-101.776901,72.299713],[-100.634499,72.185532],[-98.729721,71.270538],[-96.775284,71.843597],[-96.29834,72.415817],[-97.283333,72.963882],[-98.240829,73.075272],[-97.267227,73.36499],[-97.223618,73.856369],[-99.115013,73.748596],[-100.142502,73.931091],[-101.580803,73.450272],[-101.086098,73.325699]]],[[[-95.60054,73.283913],[-95.175827,71.966927],[-94.063049,71.978317],[-93.463333,72.462196],[-94.29805,72.770264],[-92.066101,72.752487],[-90.204178,73.888321],[-93.515007,74.173027],[-95.24527,74.010269],[-95.60054,73.283913]]],[[[-99.45462,75.974808],[-99.930283,75.873596],[-101.862198,76.450272],[-101.864403,75.902206],[-102.668297,75.497208],[-99.817497,75.655258],[-100.6978,75.436371],[-100.347801,75.016937],[-97.982498,75.015266],[-97.422501,75.506378],[-97.662781,76.481087],[-99.684433,76.633331],[-100.982498,76.50499],[-99.45462,75.974808]]],[[[-99.57988,69.04393],[-99.188599,68.824158],[-96.291382,68.473038],[-95.535278,68.671921],[-96.047783,69.228317],[-97.974167,69.892212],[-98.393341,69.308029],[-99.57988,69.04393]]],[[[-104.042198,78.620682],[-104.467499,78.265266],[-102.777802,78.376373],[-101.035599,78.196091],[-100.607498,77.859993],[-99.179993,77.84082],[-99.550278,78.590271],[-104.007202,79.367752],[-105.590797,79.034416],[-104.203598,78.991653],[-104.042198,78.620682]]],[[[-80.771667,73.74971],[-80.797501,73.276932],[-79.998611,72.863037],[-76.059433,72.900818],[-77.19194,73.501389],[-80.771667,73.74971]]],[[[-75,68.11969],[-76.281952,68.332764],[-77.32251,67.698029],[-77.044724,67.260536],[-75.908051,67.248596],[-75.071953,67.538879],[-75,68.11969]]],[[[-95.959473,74.856369],[-94.643341,74.623596],[-93.484734,74.687759],[-93.499161,75.264709],[-94.88266,75.635788],[-96.463058,75.193314],[-95.959473,74.856369]]],[[[-82.185822,62.979988],[-83.527496,62.82111],[-83.945267,62.427219],[-83.136398,62.17305],[-81.938599,62.709991],[-82.185822,62.979988]]],[[[-97.949432,78.816383],[-98.054718,78.301651],[-97.096947,77.803307],[-95.112503,77.951393],[-94.837509,78.347214],[-97.949432,78.816383]]],[[[-105.2258,72.933037],[-104.483101,73.534416],[-105.148598,73.754173],[-106.645798,73.699142],[-105.2258,72.933037]]],[[[-79.541321,61.799789],[-79.260834,62.253609],[-79.94722,62.386108],[-80.275284,61.80666],[-79.541321,61.799789]]],[[[-81.087784,53.17944],[-81.848053,53.18166],[-81.916656,52.961658],[-80.712509,52.689159],[-81.087784,53.17944]]],[[[-83.921387,66.00972],[-84.143623,65.76416],[-83.288887,65.632751],[-83.921387,66.00972]]],[[[-93.174713,77.704163],[-95.465286,77.808029],[-95.864166,77.462196],[-93.570557,77.437759],[-93.174713,77.704163]]],[[[-73.655472,68.007713],[-74.731949,68.070831],[-74.48111,67.789429],[-73.449432,67.762497],[-73.655472,68.007713]]],[[[-105.648903,77.748596],[-105.248596,77.205551],[-104.425003,77.309708],[-105.648903,77.748596]]],[[[-104.151802,75.434563],[-104.930801,75.132202],[-103.583099,75.164703],[-104.151802,75.434563]]],[[[-104.134201,76.669434],[-104.378899,76.323318],[-103.004501,76.429977],[-104.134201,76.669434]]],[[[-64.659729,61.588039],[-65.487778,61.59943],[-64.91333,61.355],[-64.659729,61.588039]]]]},"type":"Feature","properties":{"postal":"NU","name":"Nanavut","type":"State","alias":"CA-NU","center":[-92.46093749999999,65.5129625532949]}},"PE":{"geometry":{"type":"Polygon","coordinates":[[[-63.98917,46.393608],[-62.74667,45.94833],[-61.970551,46.45694],[-63.210831,46.429161],[-64.091667,46.778599],[-63.98917,46.393608]]]},"type":"Feature","properties":{"postal":"PE","name":"Prince Edward Island","type":"State","alias":"CA-PE","center":[-63.17138671875,46.30899569419859]}},"MA":{"geometry":{"type":"MultiPolygon","coordinates":[[[[-70.801756,41.248076],[-70.810903,41.248046],[-70.823108,41.25076],[-70.832282,41.256692],[-70.830471,41.260366],[-70.821935,41.260393],[-70.814021,41.263167],[-70.809126,41.259514],[-70.801798,41.256785],[-70.801756,41.248076]]],[[[-70.019202,41.370117],[-70.005279,41.342719],[-69.974965,41.302191],[-69.95776,41.275748],[-69.967149,41.249453],[-70.00113,41.239257],[-70.043038,41.243334],[-70.097596,41.24183],[-70.137745,41.247152],[-70.233144,41.283759],[-70.256349,41.292767],[-70.278112,41.307907],[-70.272358,41.311348],[-70.256288,41.30916],[-70.240816,41.300932],[-70.217288,41.297427],[-70.161051,41.292967],[-70.124288,41.295871],[-70.106801,41.295233],[-70.097768,41.290432],[-70.089711,41.289984],[-70.081939,41.292548],[-70.071401,41.301581],[-70.04601,41.307563],[-70.031402,41.317532],[-70.02009,41.330797],[-70.014027,41.344631],[-70.032338,41.339504],[-70.060292,41.316636],[-70.07608,41.311103],[-70.044301,41.350979],[-70.037221,41.37287],[-70.054149,41.392686],[-70.052396,41.396562],[-70.039746,41.394359],[-70.02887,41.38612],[-70.019202,41.370117]]],[[[-70.446685,41.367418],[-70.45287,41.358873],[-70.465484,41.360256],[-70.481272,41.369574],[-70.494781,41.38231],[-70.5006,41.393622],[-70.486928,41.402655],[-70.470693,41.420315],[-70.455719,41.429633],[-70.446034,41.41352],[-70.444936,41.382025],[-70.446685,41.367418]]],[[[-70.927917,41.41862],[-70.938665,41.41122],[-70.948503,41.414124],[-70.940678,41.420775],[-70.92603,41.428917],[-70.911335,41.429706],[-70.897646,41.436372],[-70.871176,41.43867],[-70.859465,41.448265],[-70.856494,41.443128],[-70.848598,41.434332],[-70.854454,41.429168],[-70.875984,41.422481],[-70.892654,41.422422],[-70.906386,41.422371],[-70.927917,41.41862]]],[[[-70.593007,41.471666],[-70.603668,41.448228],[-70.588775,41.454169],[-70.579498,41.465888],[-70.570424,41.473944],[-70.555898,41.468736],[-70.545766,41.453925],[-70.546254,41.444281],[-70.556549,41.43651],[-70.576405,41.427802],[-70.563344,41.418687],[-70.549306,41.414537],[-70.517405,41.41352],[-70.507436,41.362616],[-70.525014,41.359076],[-70.666005,41.357001],[-70.696278,41.351508],[-70.723948,41.342719],[-70.74767,41.331],[-70.775909,41.304389],[-70.786407,41.304145],[-70.804677,41.312567],[-70.814971,41.320705],[-70.834055,41.339911],[-70.846221,41.346666],[-70.846221,41.354071],[-70.781972,41.354234],[-70.754506,41.372504],[-70.742177,41.384833],[-70.715321,41.420356],[-70.702626,41.427802],[-70.689605,41.433092],[-70.659901,41.456529],[-70.605133,41.474026],[-70.593007,41.471666]]],[[[-70.768306,41.459546],[-70.790816,41.449199],[-70.808457,41.446946],[-70.832951,41.442465],[-70.839861,41.450531],[-70.828125,41.457182],[-70.813403,41.455018],[-70.802653,41.463133],[-70.782124,41.478623],[-70.742967,41.500766],[-70.724354,41.5111],[-70.710638,41.519214],[-70.694926,41.517037],[-70.679194,41.51045],[-70.699784,41.502327],[-70.718398,41.491998],[-70.742893,41.481654],[-70.758565,41.475741],[-70.757554,41.468393],[-70.768306,41.459546]]],[[[-70.002105,41.553778],[-70.021474,41.550727],[-69.981028,41.627672],[-69.973012,41.653713],[-69.965077,41.651353],[-69.961293,41.646959],[-69.95995,41.640692],[-69.959381,41.632636],[-69.976226,41.612291],[-70.002105,41.553778]]],[[[-70.870917,42.874687],[-70.84997,42.870658],[-70.814281,42.877295],[-70.815338,42.870266],[-70.80724,42.834947],[-70.809153,42.826239],[-70.818267,42.82392],[-70.863759,42.826239],[-70.853627,42.816962],[-70.844146,42.811998],[-70.822743,42.804429],[-70.820221,42.804348],[-70.812652,42.805243],[-70.809153,42.804429],[-70.805776,42.801256],[-70.800771,42.792548],[-70.804351,42.780382],[-70.775095,42.716335],[-70.782623,42.70893],[-70.812408,42.742133],[-70.823598,42.749864],[-70.81961,42.718736],[-70.798451,42.70189],[-70.741607,42.681627],[-70.75711,42.675482],[-70.765289,42.674302],[-70.775095,42.674791],[-70.75711,42.657213],[-70.701324,42.653306],[-70.700063,42.640611],[-70.682281,42.632188],[-70.677683,42.641343],[-70.679555,42.667955],[-70.671417,42.67711],[-70.658966,42.684312],[-70.631744,42.694607],[-70.633656,42.68004],[-70.629913,42.672065],[-70.621246,42.668687],[-70.607859,42.667955],[-70.598053,42.664984],[-70.599395,42.657701],[-70.602203,42.648668],[-70.597035,42.640611],[-70.597035,42.634467],[-70.61148,42.634508],[-70.618438,42.628852],[-70.623443,42.620469],[-70.631744,42.612738],[-70.642486,42.606676],[-70.647328,42.604519],[-70.665883,42.606472],[-70.666941,42.608507],[-70.669097,42.61168],[-70.674753,42.612291],[-70.686391,42.606472],[-70.695668,42.597398],[-70.701324,42.588568],[-70.708892,42.581814],[-70.810292,42.562812],[-70.861399,42.546942],[-70.878,42.537543],[-70.870595,42.530707],[-70.878896,42.525946],[-70.885121,42.519965],[-70.889312,42.512274],[-70.891672,42.502753],[-70.877797,42.50788],[-70.864329,42.518297],[-70.854115,42.523668],[-70.850087,42.513658],[-70.840321,42.504869],[-70.838206,42.499172],[-70.84675,42.496568],[-70.855295,42.495063],[-70.860748,42.49136],[-70.865224,42.486884],[-70.885121,42.472846],[-70.891672,42.469306],[-70.899403,42.468166],[-70.915517,42.469428],[-70.922109,42.465562],[-70.925404,42.453192],[-70.917551,42.442776],[-70.904286,42.434394],[-70.891672,42.42829],[-70.916371,42.422431],[-70.943674,42.446967],[-70.963043,42.4383],[-70.973378,42.425116],[-70.974355,42.416449],[-70.966176,42.400377],[-70.963043,42.378363],[-70.960317,42.369045],[-70.952504,42.359442],[-70.967275,42.360745],[-70.983632,42.376614],[-70.997182,42.380561],[-71.007232,42.37759],[-71.005849,42.370795],[-70.99767,42.363674],[-70.987213,42.359442],[-71.006012,42.357123],[-71.022694,42.366645],[-71.036855,42.372463],[-71.048695,42.359442],[-71.037424,42.357001],[-71.027699,42.353583],[-71.020009,42.347968],[-71.014556,42.338935],[-71.029856,42.337836],[-71.042307,42.331773],[-71.046783,42.321519],[-71.038442,42.307929],[-71.027211,42.300482],[-71.017812,42.300198],[-70.993479,42.310981],[-70.998891,42.283759],[-70.98351,42.279608],[-70.96288,42.280219],[-70.952504,42.267239],[-70.955312,42.261786],[-70.966176,42.253811],[-70.966176,42.249579],[-70.961781,42.246243],[-70.955312,42.243313],[-70.949534,42.242825],[-70.946889,42.246487],[-70.9405,42.245998],[-70.925771,42.250393],[-70.909535,42.257229],[-70.898508,42.263861],[-70.887196,42.250556],[-70.875396,42.254462],[-70.86734,42.264838],[-70.867096,42.270657],[-70.880116,42.276679],[-70.891916,42.290717],[-70.899078,42.306586],[-70.898508,42.318427],[-70.855784,42.283922],[-70.83141,42.26968],[-70.783803,42.25967],[-70.761586,42.249213],[-70.741811,42.235663],[-70.716298,42.211859],[-70.713735,42.205146],[-70.71349,42.17536],[-70.713124,42.172431],[-70.708363,42.172187],[-70.695872,42.163886],[-70.678212,42.14411],[-70.652984,42.109036],[-70.630971,42.092515],[-70.636138,42.075426],[-70.627756,42.059149],[-70.597564,42.023098],[-70.592193,42.020087],[-70.59081,42.01732],[-70.596791,42.010647],[-70.60676,42.004584],[-70.617299,42.003241],[-70.627919,42.005561],[-70.637807,42.010647],[-70.632883,42.012112],[-70.623606,42.016059],[-70.617299,42.016791],[-70.629303,42.044338],[-70.638905,42.058905],[-70.648346,42.065253],[-70.655751,42.05801],[-70.66511,42.010647],[-70.675038,42.014716],[-70.682851,42.016059],[-70.690338,42.014716],[-70.714833,42.002672],[-70.654937,41.957099],[-70.623687,41.955064],[-70.60497,41.952541],[-70.565826,41.95539],[-70.544993,41.940619],[-70.529652,41.90648],[-70.523915,41.868394],[-70.531646,41.841783],[-70.533111,41.81623],[-70.504262,41.790025],[-70.439198,41.75609],[-70.400868,41.745022],[-70.274729,41.736274],[-70.289866,41.731635],[-70.326487,41.731391],[-70.339508,41.725735],[-70.335194,41.719224],[-70.315256,41.715562],[-70.274729,41.715155],[-70.243723,41.724107],[-70.191314,41.747056],[-70.100819,41.765937],[-70.070241,41.773458],[-70.036448,41.785834],[-70.021474,41.79092],[-70.000111,41.816311],[-70.003845,41.846296],[-70.00182,41.881903],[-70.021474,41.906928],[-70.011586,41.906887],[-70.003163,41.908596],[-69.986684,41.913764],[-69.986684,41.92121],[-70.006012,41.922838],[-70.018666,41.93008],[-70.028147,41.937974],[-70.037913,41.941636],[-70.051829,41.935248],[-70.057362,41.904242],[-70.068674,41.893297],[-70.071841,41.927679],[-70.07449,41.947629],[-70.07979,41.995006],[-70.083785,42.012454],[-70.099852,42.03739],[-70.138096,42.057352],[-70.165619,42.063835],[-70.189794,42.049383],[-70.192128,42.037909],[-70.176666,42.037502],[-70.17162,42.037909],[-70.170808,42.027879],[-70.189274,42.01786],[-70.202556,42.026203],[-70.224616,42.050381],[-70.231351,42.057238],[-70.24009,42.059227],[-70.24682,42.061468],[-70.244312,42.068718],[-70.236596,42.075855],[-70.229377,42.080616],[-70.215764,42.084643],[-70.19222,42.086062],[-70.167662,42.082977],[-70.146466,42.081011],[-70.117863,42.073805],[-70.081198,42.058354],[-70.051123,42.039753],[-70.014012,41.998941],[-69.982168,41.953621],[-69.943255,41.857625],[-69.924672,41.83808],[-69.927724,41.834866],[-69.93102,41.832953],[-69.934682,41.832099],[-69.938873,41.831855],[-69.953359,41.840888],[-69.963961,41.843533],[-69.972035,41.839179],[-69.975738,41.810533],[-69.979848,41.797065],[-69.956654,41.807807],[-69.942006,41.806464],[-69.934234,41.792955],[-69.932525,41.741034],[-69.938873,41.674221],[-69.978139,41.68183],[-70.136871,41.660549],[-70.185292,41.660549],[-70.217356,41.648261],[-70.229644,41.646226],[-70.239898,41.643256],[-70.248525,41.635688],[-70.26415,41.616156],[-70.272776,41.610582],[-70.27123,41.621039],[-70.261057,41.646226],[-70.27599,41.644232],[-70.303049,41.634752],[-70.319081,41.632636],[-70.351959,41.635199],[-70.365875,41.632799],[-70.380849,41.622992],[-70.391591,41.619208],[-70.405873,41.637519],[-70.41808,41.640041],[-70.428375,41.631903],[-70.459096,41.59162],[-70.479848,41.573879],[-70.504262,41.563707],[-70.532704,41.559149],[-70.565826,41.558173],[-70.596059,41.553046],[-70.658682,41.521349],[-70.685618,41.530829],[-70.661733,41.550482],[-70.652496,41.57803],[-70.652008,41.654242],[-70.657094,41.670559],[-70.658274,41.684475],[-70.652008,41.693915],[-70.639963,41.702297],[-70.631907,41.711127],[-70.637807,41.721991],[-70.628163,41.728095],[-70.623606,41.729438],[-70.630605,41.740139],[-70.640004,41.740953],[-70.648183,41.734198],[-70.651438,41.721991],[-70.658274,41.721991],[-70.689809,41.739691],[-70.710439,41.748033],[-70.719716,41.746161],[-70.723297,41.713772],[-70.721913,41.701606],[-70.71288,41.687812],[-70.739329,41.690131],[-70.749094,41.679755],[-70.756093,41.663031],[-70.774322,41.646226],[-70.786041,41.660468],[-70.797841,41.658881],[-70.805735,41.651028],[-70.805735,41.646226],[-70.805002,41.642564],[-70.821116,41.634996],[-70.840566,41.628892],[-70.850087,41.629543],[-70.843984,41.603949],[-70.845204,41.592475],[-70.856923,41.59162],[-70.862904,41.597235],[-70.869985,41.615871],[-70.874257,41.622992],[-70.881012,41.627916],[-70.905385,41.640041],[-70.907338,41.614936],[-70.920969,41.598334],[-70.93163,41.580268],[-70.92516,41.550727],[-70.947621,41.536444],[-70.959706,41.531195],[-70.973622,41.530829],[-70.972239,41.535102],[-70.970937,41.537665],[-71.015452,41.512274],[-71.040151,41.507148],[-71.069814,41.517157],[-71.049469,41.523749],[-71.043853,41.536851],[-71.049306,41.551947],[-71.062367,41.564358],[-71.062123,41.54385],[-71.07372,41.538723],[-71.110748,41.54385],[-71.101552,41.528306],[-71.097157,41.523383],[-71.121897,41.513007],[-71.121966,41.512959],[-71.121967,41.512968],[-71.122919,41.521488],[-71.125653,41.546122],[-71.128387,41.570756],[-71.131122,41.595414],[-71.133856,41.598149],[-71.136591,41.600883],[-71.139325,41.603617],[-71.142059,41.606376],[-71.139325,41.620072],[-71.136591,41.633744],[-71.133856,41.647441],[-71.131122,41.661137],[-71.147577,41.665238],[-71.163983,41.66934],[-71.180438,41.673442],[-71.193956,41.676858],[-71.193961,41.676861],[-71.193959,41.676866],[-71.190256,41.685614],[-71.135569,41.75552],[-71.110748,41.797065],[-71.126047,41.792426],[-71.138092,41.779934],[-71.169545,41.733303],[-71.176259,41.72663],[-71.185902,41.721991],[-71.207997,41.729153],[-71.221059,41.731391],[-71.226877,41.725735],[-71.228993,41.720933],[-71.236846,41.709581],[-71.236858,41.709564],[-71.267841,41.749809],[-71.286249,41.761064],[-71.296014,41.763554],[-71.30744,41.768363],[-71.323798,41.777787],[-71.335223,41.789286],[-71.340692,41.796904],[-71.342499,41.803227],[-71.342792,41.808549],[-71.338007,41.842411],[-71.33952,41.852494],[-71.339667,41.857255],[-71.337177,41.865849],[-71.336078,41.871879],[-71.335565,41.879106],[-71.337567,41.890409],[-71.341132,41.894169],[-71.349139,41.895365],[-71.368036,41.894462],[-71.375946,41.896098],[-71.379022,41.901371],[-71.380536,41.907939],[-71.3841,41.970903],[-71.385907,42.002323],[-71.387079,42.015824],[-71.438934,42.01641],[-71.529413,42.015068],[-71.619891,42.013676],[-71.710346,42.01226],[-71.8008,42.010917],[-71.801581,42.021684],[-71.91579,42.022294],[-72.063544,42.024516],[-72.211249,42.026689],[-72.358954,42.028862],[-72.506757,42.031034],[-72.557391,42.031742],[-72.575653,42.02476],[-72.584198,42.024418],[-72.59704,42.026078],[-72.620331,42.031498],[-72.757587,42.033036],[-72.7633,42.010209],[-72.806415,42.006987],[-72.807636,42.033036],[-72.861737,42.036772],[-72.925848,42.0387],[-72.993329,42.04058],[-73.115106,42.044047],[-73.236932,42.047563],[-73.358759,42.051029],[-73.480536,42.054545],[-73.507245,42.078984],[-73.500995,42.097123],[-73.487665,42.13394],[-73.461542,42.206132],[-73.43537,42.278349],[-73.409247,42.35059],[-73.383075,42.422782],[-73.356903,42.494975],[-73.330731,42.567216],[-73.304584,42.639457],[-73.278436,42.71165],[-73.269916,42.735209],[-73.265516,42.745601],[-73.205271,42.745346],[-73.147327,42.744183],[-73.097663,42.744183],[-73.049946,42.742235],[-73.000283,42.741261],[-72.951593,42.741261],[-72.909149,42.741581],[-72.860028,42.740238],[-72.810858,42.738847],[-72.761737,42.737504],[-72.712567,42.736137],[-72.663397,42.734721],[-72.614276,42.733354],[-72.565106,42.732011],[-72.515961,42.730619],[-72.466815,42.729277],[-72.466718,42.729228],[-72.466571,42.729228],[-72.466449,42.729228],[-72.466376,42.729228],[-72.466229,42.729228],[-72.466132,42.729228],[-72.465985,42.729228],[-72.465887,42.729228],[-72.46579,42.729228],[-72.465643,42.729228],[-72.465521,42.729228],[-72.465399,42.729228],[-72.465302,42.729228],[-72.465179,42.729228],[-72.465057,42.729228],[-72.464911,42.729228],[-72.393964,42.72747],[-72.322968,42.725712],[-72.25202,42.724003],[-72.181073,42.72227],[-72.110126,42.720536],[-72.039179,42.718852],[-71.968207,42.717094],[-71.89726,42.715336],[-71.826337,42.713578],[-71.755341,42.711845],[-71.684345,42.710136],[-71.613397,42.708403],[-71.54245,42.706645],[-71.471454,42.704936],[-71.400507,42.703178],[-71.329559,42.701445],[-71.306317,42.700859],[-71.296307,42.702055],[-71.288397,42.704887],[-71.273651,42.713212],[-71.259076,42.723905],[-71.245477,42.736674],[-71.23786,42.740458],[-71.227557,42.743754],[-71.208026,42.7481],[-71.19621,42.752153],[-71.185858,42.760746],[-71.181805,42.767509],[-71.172723,42.786259],[-71.164862,42.796879],[-71.160736,42.80142],[-71.15163,42.809721],[-71.146307,42.813188],[-71.140985,42.815946],[-71.132929,42.818217],[-71.123016,42.819389],[-71.105975,42.81873],[-71.094501,42.817118],[-71.083319,42.81707],[-71.073798,42.819389],[-71.060761,42.82642],[-71.053363,42.831987],[-71.038641,42.845341],[-71.033466,42.848905],[-71.022504,42.85474],[-70.925555,42.886528],[-70.916425,42.886796],[-70.904511,42.885404],[-70.870917,42.874687]]]]},"type":"Feature","properties":{"postal":"MA","name":"Massachusetts","type":"State","center":[-71.24659181357856,42.23689075367889]}},"MN":{"geometry":{"type":"Polygon","coordinates":[[[-95.102821,49.35394],[-94.982518,49.356162],[-94.926087,49.345568],[-94.856195,49.318283],[-94.839142,49.308878],[-94.827256,49.292858],[-94.819892,49.252034],[-94.810358,49.229606],[-94.806121,49.210899],[-94.811185,49.166561],[-94.803743,49.146407],[-94.792039,49.12646],[-94.753772,49.026156],[-94.711217,48.914586],[-94.711734,48.862755],[-94.712147,48.842446],[-94.713284,48.823843],[-94.710907,48.807513],[-94.701786,48.790098],[-94.688893,48.778832],[-94.592852,48.726433],[-94.519161,48.70447],[-94.4795,48.700698],[-94.311577,48.713927],[-94.292586,48.711912],[-94.284034,48.709069],[-94.274499,48.704108],[-94.265482,48.697752],[-94.258454,48.690828],[-94.255767,48.683541],[-94.252459,48.662405],[-94.251038,48.65729],[-94.23215,48.652019],[-94.03485,48.643311],[-93.874885,48.636206],[-93.835741,48.617137],[-93.809386,48.543576],[-93.778664,48.519468],[-93.756779,48.516549],[-93.616297,48.531302],[-93.599889,48.526341],[-93.566584,48.538279],[-93.491756,48.542309],[-93.459924,48.557399],[-93.45225,48.572721],[-93.453774,48.586958],[-93.451475,48.597422],[-93.417316,48.604114],[-93.385716,48.614863],[-93.25774,48.630314],[-93.131701,48.62463],[-92.97972,48.61768],[-92.955588,48.612228],[-92.884197,48.579878],[-92.72555,48.548692],[-92.648604,48.536263],[-92.630181,48.519468],[-92.627468,48.502777],[-92.646743,48.497428],[-92.691366,48.489858],[-92.710641,48.482882],[-92.718909,48.459782],[-92.704052,48.445158],[-92.677129,48.441747],[-92.657053,48.438233],[-92.570521,48.446656],[-92.526932,48.445623],[-92.490629,48.433117],[-92.474532,48.410483],[-92.467581,48.394282],[-92.467064,48.353225],[-92.462465,48.329299],[-92.451381,48.312685],[-92.41823,48.282041],[-92.38464,48.232406],[-92.371851,48.222587],[-92.353815,48.222897],[-92.327874,48.229435],[-92.303663,48.239279],[-92.291029,48.249562],[-92.292062,48.270336],[-92.301416,48.290645],[-92.303095,48.310928],[-92.281598,48.33178],[-92.259118,48.339635],[-92.154732,48.350125],[-92.070499,48.346714],[-92.043421,48.334596],[-92.030114,48.313176],[-92.021355,48.287441],[-92.007997,48.262482],[-91.992158,48.247909],[-91.975492,48.236566],[-91.957302,48.228323],[-91.852244,48.195974],[-91.764988,48.187344],[-91.744137,48.179593],[-91.727575,48.168327],[-91.695509,48.13758],[-91.716438,48.112051],[-91.692512,48.097866],[-91.618615,48.089572],[-91.597479,48.090399],[-91.589676,48.088332],[-91.581098,48.080942],[-91.579806,48.070969],[-91.585129,48.06084],[-91.586989,48.052572],[-91.574845,48.048205],[-91.487098,48.053476],[-91.464722,48.048955],[-91.446274,48.040738],[-91.427929,48.036449],[-91.3654,48.057843],[-91.276362,48.064768],[-91.23807,48.082648],[-91.203963,48.107659],[-91.071103,48.170859],[-91.02816,48.184838],[-91.008109,48.194372],[-90.923153,48.227109],[-90.873802,48.234344],[-90.840678,48.220107],[-90.837939,48.210547],[-90.848843,48.198713],[-90.849721,48.189566],[-90.843003,48.176983],[-90.83427,48.171789],[-90.823883,48.168327],[-90.812307,48.160989],[-90.803057,48.147166],[-90.796701,48.117064],[-90.786469,48.10045],[-90.750347,48.083991],[-90.701307,48.08456],[-90.611079,48.103499],[-90.586843,48.104817],[-90.573872,48.097892],[-90.562194,48.088849],[-90.542014,48.083733],[-90.531601,48.08456],[-90.501887,48.094275],[-90.490493,48.096239],[-90.483465,48.094482],[-90.477858,48.091536],[-90.470623,48.089882],[-90.178625,48.116444],[-90.120386,48.115359],[-90.073257,48.101199],[-90.061036,48.091019],[-90.008222,48.029731],[-89.995329,48.018595],[-89.980317,48.010094],[-89.92045,47.98746],[-89.902441,47.985909],[-89.803454,48.013763],[-89.780975,48.017199],[-89.763302,48.017303],[-89.745964,48.013763],[-89.724596,48.005908],[-89.712788,48.003376],[-89.678656,48.008699],[-89.65659,48.007975],[-89.593105,47.996503],[-89.498962,47.995095],[-89.527362,47.951127],[-89.556097,47.906791],[-89.58476,47.862455],[-89.613422,47.818119],[-89.642157,47.773759],[-89.670795,47.729423],[-89.699457,47.685112],[-89.728192,47.640751],[-89.756854,47.596415],[-89.785541,47.552128],[-89.814227,47.507792],[-89.842938,47.463456],[-89.8716,47.41912],[-89.900262,47.374784],[-89.928973,47.330448],[-89.957636,47.286112],[-90.044647,47.288847],[-90.131708,47.291581],[-90.218744,47.294316],[-90.305804,47.297123],[-90.392841,47.299858],[-90.479901,47.302616],[-90.566962,47.305326],[-90.653973,47.308061],[-90.75578,47.260112],[-90.857538,47.212065],[-90.959345,47.164091],[-91.061127,47.116093],[-91.162933,47.06807],[-91.26474,47.020072],[-91.366522,46.972099],[-91.468304,46.924052],[-91.525067,46.901737],[-91.581805,46.879423],[-91.638495,46.857109],[-91.695258,46.83477],[-91.75202,46.812455],[-91.808734,46.790165],[-91.865448,46.767826],[-91.922186,46.745512],[-91.964862,46.728739],[-92.027997,46.746098],[-92.075604,46.759233],[-92.109955,46.768656],[-92.124677,46.763725],[-92.140668,46.755278],[-92.148651,46.746244],[-92.157147,46.72935],[-92.160663,46.725468],[-92.165887,46.72288],[-92.182196,46.719828],[-92.187933,46.717973],[-92.193036,46.71475],[-92.197162,46.710649],[-92.200775,46.705473],[-92.202509,46.69932],[-92.207294,46.673832],[-92.209784,46.669438],[-92.21181,46.666801],[-92.215472,46.663725],[-92.220697,46.661235],[-92.235272,46.6585],[-92.25224,46.65767],[-92.270282,46.658744],[-92.284735,46.66248],[-92.289227,46.662992],[-92.291596,46.659672],[-92.291644,46.637675],[-92.291766,46.574369],[-92.291864,46.511015],[-92.291962,46.44766],[-92.292084,46.384306],[-92.292206,46.320951],[-92.292328,46.257597],[-92.292401,46.194267],[-92.292523,46.130912],[-92.292572,46.116288],[-92.292572,46.083329],[-92.312054,46.080546],[-92.324359,46.074028],[-92.338007,46.062968],[-92.349115,46.049491],[-92.353656,46.035844],[-92.363348,46.027299],[-92.385809,46.02808],[-92.410956,46.031938],[-92.428754,46.032743],[-92.443427,46.023759],[-92.465692,45.997343],[-92.480585,45.991801],[-92.521869,45.991801],[-92.531464,45.989653],[-92.539203,45.984965],[-92.545013,45.980278],[-92.548846,45.978129],[-92.54997,45.975151],[-92.561713,45.961308],[-92.566547,45.957035],[-92.574823,45.953862],[-92.600678,45.950834],[-92.654486,45.926908],[-92.672675,45.92349],[-92.704096,45.91309],[-92.731854,45.888261],[-92.771991,45.834159],[-92.767694,45.805058],[-92.795331,45.775346],[-92.881976,45.715922],[-92.891205,45.703764],[-92.894891,45.68704],[-92.901727,45.611332],[-92.883197,45.576127],[-92.839667,45.568852],[-92.78952,45.569779],[-92.750897,45.559184],[-92.739569,45.543949],[-92.72497,45.50557],[-92.717377,45.490922],[-92.700116,45.474711],[-92.682001,45.461186],[-92.667743,45.445439],[-92.663007,45.426322],[-92.667401,45.408329],[-92.696332,45.374076],[-92.703095,45.350932],[-92.70849,45.332743],[-92.721454,45.321293],[-92.737152,45.311918],[-92.750897,45.299711],[-92.759345,45.283329],[-92.763348,45.264726],[-92.764545,45.220292],[-92.770941,45.19932],[-92.772821,45.187529],[-92.768256,45.182402],[-92.750897,45.148881],[-92.749677,45.126347],[-92.755389,45.106645],[-92.768304,45.092729],[-92.788739,45.087455],[-92.802435,45.077983],[-92.795917,45.055888],[-92.771991,45.011112],[-92.762762,44.968583],[-92.758344,44.925737],[-92.761566,44.919389],[-92.775604,44.902421],[-92.778827,44.89163],[-92.772504,44.859379],[-92.771991,44.847245],[-92.778534,44.820219],[-92.819794,44.757841],[-92.792987,44.74058],[-92.731342,44.711576],[-92.661054,44.660307],[-92.643304,44.651689],[-92.637152,44.643119],[-92.632391,44.63372],[-92.627997,44.627519],[-92.584662,44.607963],[-92.429022,44.589311],[-92.393768,44.579594],[-92.35976,44.559819],[-92.331,44.533158],[-92.30517,44.490092],[-92.296796,44.479032],[-92.286054,44.470658],[-92.27265,44.465824],[-92.156073,44.451469],[-92.102606,44.436918],[-91.950116,44.335722],[-91.912177,44.288969],[-91.836884,44.18184],[-91.817108,44.162675],[-91.778387,44.149613],[-91.662616,44.073271],[-91.65014,44.068363],[-91.637665,44.065727],[-91.540985,44.065605],[-91.535223,44.063822],[-91.478534,44.029618],[-91.471063,44.026615],[-91.462567,44.024613],[-91.425971,44.022514],[-91.413983,44.018168],[-91.407513,44.013383],[-91.403461,44.007719],[-91.400897,44.001127],[-91.399066,43.993486],[-91.391937,43.979545],[-91.368817,43.957987],[-91.36098,43.944828],[-91.31828,43.933012],[-91.304999,43.926884],[-91.295013,43.918974],[-91.288422,43.909111],[-91.284247,43.897782],[-91.279511,43.873588],[-91.278729,43.85059],[-91.28122,43.821244],[-91.280536,43.812577],[-91.278534,43.804106],[-91.274554,43.79561],[-91.269159,43.788603],[-91.255487,43.776567],[-91.249213,43.768949],[-91.24577,43.759819],[-91.242816,43.740214],[-91.242694,43.721318],[-91.254755,43.666996],[-91.254535,43.657792],[-91.247015,43.63123],[-91.246625,43.620707],[-91.250751,43.589335],[-91.250018,43.576054],[-91.244086,43.550151],[-91.242816,43.536991],[-91.244379,43.524369],[-91.25014,43.500956],[-91.57536,43.500907],[-91.90058,43.50081],[-92.2258,43.500785],[-92.550995,43.500761],[-92.876239,43.500639],[-93.101216,43.500605],[-93.201434,43.50059],[-93.52663,43.50059],[-93.851874,43.500492],[-94.177094,43.500468],[-94.502289,43.500444],[-94.827509,43.500346],[-95.152704,43.500321],[-95.477899,43.500297],[-95.803168,43.500199],[-96.128363,43.500126],[-96.453558,43.500126],[-96.453558,43.719804],[-96.453558,43.939482],[-96.453558,44.159159],[-96.453558,44.378837],[-96.453558,44.598539],[-96.453558,44.818241],[-96.453558,45.03787],[-96.453607,45.257548],[-96.453607,45.296293],[-96.453607,45.296562],[-96.458807,45.299711],[-96.465546,45.309843],[-96.492938,45.347514],[-96.502655,45.35496],[-96.526483,45.369487],[-96.537323,45.378276],[-96.566473,45.393534],[-96.609003,45.402909],[-96.688153,45.408964],[-96.708246,45.421611],[-96.730438,45.451249],[-96.766669,45.512016],[-96.787103,45.535136],[-96.836493,45.57559],[-96.863055,45.600761],[-96.858807,45.621879],[-96.846405,45.642948],[-96.838934,45.649174],[-96.829877,45.654423],[-96.791962,45.673783],[-96.769159,45.692289],[-96.758856,45.69871],[-96.68598,45.728617],[-96.659198,45.743974],[-96.649603,45.751103],[-96.64162,45.759013],[-96.637909,45.763529],[-96.607977,45.812895],[-96.587689,45.838847],[-96.581,45.856108],[-96.572089,45.917045],[-96.569525,45.92227],[-96.56601,45.927592],[-96.562787,45.931401],[-96.556342,45.941752],[-96.57619,46.016459],[-96.576044,46.040214],[-96.564105,46.062406],[-96.557025,46.090361],[-96.556708,46.103031],[-96.563495,46.140068],[-96.568134,46.145707],[-96.56662,46.157328],[-96.564374,46.164848],[-96.564862,46.171391],[-96.587787,46.198515],[-96.592206,46.20706],[-96.595429,46.217729],[-96.597919,46.237992],[-96.595429,46.302763],[-96.60163,46.32393],[-96.616498,46.341215],[-96.650678,46.368534],[-96.70871,46.43372],[-96.715375,46.444609],[-96.717011,46.454692],[-96.716913,46.463529],[-96.718329,46.470951],[-96.724335,46.478666],[-96.740619,46.491801],[-96.746259,46.498881],[-96.739642,46.519169],[-96.740375,46.540361],[-96.746259,46.577421],[-96.753046,46.59705],[-96.784784,46.628422],[-96.794672,46.642265],[-96.796845,46.663847],[-96.784589,46.698588],[-96.781024,46.721098],[-96.784369,46.743046],[-96.7987,46.778129],[-96.801508,46.79373],[-96.79931,46.803813],[-96.790131,46.820341],[-96.787225,46.827226],[-96.785785,46.838188],[-96.787225,46.871928],[-96.784003,46.882255],[-96.769989,46.896],[-96.76474,46.912016],[-96.761054,46.916386],[-96.759247,46.920903],[-96.763031,46.927153],[-96.769354,46.931449],[-96.781244,46.933769],[-96.791278,46.938945],[-96.802948,46.941264],[-96.808319,46.943925],[-96.804266,46.943901],[-96.80473,46.951298],[-96.808319,46.964408],[-96.820819,46.980082],[-96.826068,46.989115],[-96.828192,47.002299],[-96.820917,47.067973],[-96.821991,47.087919],[-96.835663,47.12891],[-96.835907,47.140629],[-96.833197,47.150614],[-96.829828,47.159184],[-96.828192,47.166752],[-96.831659,47.188139],[-96.8466,47.23665],[-96.849921,47.259233],[-96.842474,47.386454],[-96.846405,47.396391],[-96.855121,47.40496],[-96.864154,47.411991],[-96.869159,47.416899],[-96.86872,47.437724],[-96.852948,47.488261],[-96.853021,47.502836],[-96.862592,47.519877],[-96.863568,47.537455],[-96.861762,47.557353],[-96.862958,47.581376],[-96.861639,47.585063],[-96.858368,47.589799],[-96.855707,47.595487],[-96.856122,47.60186],[-96.860565,47.607011],[-96.876605,47.616142],[-96.888568,47.643656],[-96.894403,47.679057],[-96.904852,47.69644],[-96.918402,47.711991],[-96.931854,47.732182],[-96.944086,47.767411],[-96.951727,47.780009],[-96.975409,47.800248],[-96.979022,47.804203],[-96.980145,47.806742],[-96.982929,47.807841],[-96.986469,47.80872],[-96.989887,47.810722],[-96.991815,47.815165],[-96.986273,47.822563],[-96.986469,47.828398],[-97.01203,47.877421],[-97.014764,47.900077],[-97.000116,47.924003],[-97.035028,47.951957],[-97.051337,47.985844],[-97.062616,48.023051],[-97.106317,48.096806],[-97.121893,48.132719],[-97.129657,48.170561],[-97.129852,48.211991],[-97.115179,48.28123],[-97.11994,48.29705],[-97.126532,48.311161],[-97.14411,48.376469],[-97.140521,48.388481],[-97.128192,48.406449],[-97.123651,48.41746],[-97.122821,48.428569],[-97.12829,48.444438],[-97.133734,48.476103],[-97.157172,48.534135],[-97.148358,48.576274],[-97.121796,48.612382],[-97.100971,48.650517],[-97.109369,48.698637],[-97.132562,48.732792],[-97.140863,48.74954],[-97.148212,48.788237],[-97.177655,48.841996],[-97.185101,48.876762],[-97.190375,48.885746],[-97.197186,48.894242],[-97.203046,48.903373],[-97.207782,48.923368],[-97.210883,48.93665],[-97.221478,48.952299],[-97.229218,48.968632],[-97.226089,48.99267],[-97.155383,48.99267],[-96.935603,48.99267],[-96.715797,48.99267],[-96.495992,48.99267],[-96.276212,48.99267],[-96.056328,48.99267],[-95.836497,48.99267],[-95.616717,48.99267],[-95.396937,48.99267],[-95.177106,48.99267],[-95.168527,48.995047],[-95.161887,49.001145],[-95.159329,49.01179],[-95.159665,49.10951],[-95.160027,49.223353],[-95.160337,49.313012],[-95.160569,49.369494],[-95.102821,49.35394]]]},"type":"Feature","properties":{"postal":"MN","name":"Minnesota","type":"State","center":[-94.02834933699133,46.81916659863134]}},"MT":{"geometry":{"type":"Polygon","coordinates":[[[-104.047574,48.992618],[-104.046234,48.802299],[-104.046259,48.635453],[-104.046259,48.468608],[-104.046259,48.301762],[-104.046259,48.134892],[-104.046259,47.968022],[-104.046259,47.801176],[-104.046259,47.63433],[-104.046259,47.467485],[-104.046259,47.300639],[-104.046259,47.133793],[-104.046259,46.966947],[-104.046259,46.800102],[-104.046259,46.633256],[-104.046259,46.46641],[-104.046259,46.299565],[-104.046259,46.132695],[-104.044891,45.942021],[-104.044183,45.833525],[-104.043427,45.725004],[-104.042694,45.616508],[-104.041962,45.508012],[-104.041229,45.399516],[-104.040472,45.290971],[-104.039764,45.182524],[-104.038666,45.070024],[-104.038593,45.012455],[-104.039301,44.999931],[-104.056659,45.000102],[-104.145941,45.000102],[-104.254755,45.000102],[-104.363568,45.000102],[-104.472333,45.000102],[-104.581097,45.000102],[-104.689911,45.000102],[-104.798749,45.000102],[-104.907513,45.000102],[-105.016303,45.000102],[-105.125116,45.000102],[-105.233905,45.000102],[-105.342694,45.000102],[-105.451508,45.000102],[-105.560321,45.000102],[-105.66911,45.000102],[-105.777899,45.000102],[-105.886737,45.000102],[-105.995526,45.000102],[-106.104315,45.000102],[-106.213129,45.000102],[-106.321893,45.000102],[-106.430731,45.000102],[-106.539545,45.000102],[-106.648309,45.000102],[-106.757098,45.000102],[-106.865887,45.000102],[-106.974725,45.000102],[-107.083514,45.000102],[-107.192255,45.000102],[-107.301093,45.000102],[-107.409906,45.000102],[-107.518671,45.000053],[-107.62746,45.000029],[-107.736249,45.000029],[-107.845062,45.000029],[-107.953851,45.000029],[-108.062616,45.000029],[-108.171454,45.000029],[-108.280267,45.000029],[-108.389032,45.000029],[-108.497821,45.000029],[-108.60661,45.000029],[-108.715448,45.000029],[-108.824237,45.000029],[-108.933026,45.000029],[-109.04184,45.000029],[-109.150604,45.000029],[-109.259442,45.000029],[-109.368256,45.000029],[-109.47702,45.000029],[-109.585834,45.000029],[-109.694672,45.000029],[-109.803436,45.000029],[-109.91225,45.000029],[-110.021063,45.000029],[-110.129828,45.000029],[-110.238617,45.000029],[-110.34743,45.000029],[-110.456244,45.000029],[-110.565009,45.000029],[-110.673773,45.000029],[-110.782611,45.000029],[-110.891425,45.000029],[-111.000189,45.000029],[-111.0508,45.000029],[-111.0508,44.983793],[-111.050873,44.953422],[-111.050873,44.923051],[-111.050922,44.892655],[-111.050946,44.862284],[-111.050971,44.831938],[-111.051019,44.801567],[-111.051068,44.77122],[-111.051093,44.740824],[-111.051117,44.710453],[-111.051166,44.680107],[-111.051239,44.64976],[-111.051239,44.61934],[-111.051288,44.589018],[-111.051337,44.558622],[-111.051386,44.528227],[-111.051386,44.49788],[-111.095306,44.506645],[-111.111542,44.515263],[-111.140375,44.54141],[-111.157587,44.562602],[-111.17077,44.574076],[-111.181635,44.580375],[-111.196991,44.586161],[-111.204608,44.590238],[-111.210223,44.59434],[-111.213251,44.598686],[-111.215546,44.603276],[-111.217572,44.608525],[-111.218378,44.62017],[-111.218182,44.626982],[-111.218964,44.633549],[-111.222186,44.640702],[-111.22807,44.645292],[-111.235712,44.648905],[-111.245624,44.652421],[-111.250018,44.656303],[-111.258124,44.669047],[-111.29848,44.715312],[-111.307953,44.732353],[-111.317963,44.73831],[-111.354169,44.752738],[-111.36684,44.755204],[-111.375458,44.754887],[-111.380072,44.751542],[-111.390936,44.737529],[-111.396405,44.733793],[-111.404144,44.731596],[-111.433026,44.728764],[-111.439764,44.727055],[-111.451727,44.721781],[-111.461322,44.714579],[-111.464203,44.709794],[-111.46535,44.704765],[-111.463495,44.700224],[-111.460175,44.696025],[-111.456293,44.692314],[-111.452875,44.688066],[-111.450482,44.683622],[-111.449164,44.677885],[-111.449481,44.671952],[-111.451239,44.666215],[-111.455145,44.662016],[-111.460077,44.65894],[-111.486713,44.651591],[-111.491596,44.648466],[-111.494428,44.643901],[-111.495746,44.633378],[-111.497479,44.62891],[-111.504657,44.617533],[-111.506561,44.611918],[-111.507733,44.605815],[-111.50744,44.600077],[-111.506561,44.594633],[-111.50329,44.584452],[-111.501434,44.580204],[-111.499408,44.577494],[-111.496405,44.574589],[-111.492059,44.571635],[-111.486005,44.569169],[-111.462958,44.563432],[-111.45744,44.560527],[-111.454315,44.556523],[-111.454364,44.552275],[-111.460516,44.549076],[-111.470331,44.547148],[-111.48747,44.545805],[-111.496747,44.54644],[-111.502826,44.547612],[-111.515082,44.554081],[-111.546088,44.564823],[-111.558319,44.566679],[-111.66745,44.56724],[-111.68205,44.565751],[-111.726898,44.543754],[-111.732977,44.54141],[-111.750018,44.538676],[-111.770575,44.537382],[-111.779315,44.535429],[-111.799384,44.528495],[-111.808759,44.52808],[-111.816058,44.52974],[-111.821185,44.533012],[-111.824823,44.537113],[-111.82785,44.54141],[-111.835614,44.549516],[-111.842548,44.553569],[-111.852069,44.557475],[-111.870013,44.562406],[-111.912177,44.563529],[-111.921259,44.562431],[-111.928412,44.560478],[-111.933685,44.557475],[-111.940863,44.554399],[-111.951386,44.551957],[-111.970282,44.549809],[-111.986298,44.551274],[-112.081635,44.538725],[-112.091107,44.539579],[-112.115546,44.54683],[-112.144086,44.551884],[-112.162714,44.553129],[-112.185126,44.552494],[-112.196356,44.553276],[-112.204218,44.555424],[-112.218964,44.563896],[-112.233466,44.568705],[-112.24223,44.568705],[-112.248944,44.566532],[-112.257782,44.559721],[-112.262421,44.557084],[-112.269965,44.554594],[-112.295184,44.550053],[-112.310956,44.545243],[-112.322626,44.540287],[-112.327802,44.537113],[-112.331854,44.533256],[-112.335101,44.528202],[-112.342474,44.504618],[-112.35993,44.471391],[-112.365717,44.466484],[-112.374164,44.462406],[-112.390033,44.458329],[-112.401068,44.457743],[-112.409662,44.459086],[-112.415595,44.462089],[-112.420209,44.465751],[-112.426898,44.469999],[-112.43537,44.474174],[-112.454608,44.477909],[-112.46911,44.478227],[-112.496869,44.475444],[-112.50307,44.476054],[-112.511859,44.482328],[-112.517279,44.485453],[-112.523798,44.487992],[-112.646307,44.499028],[-112.680267,44.505473],[-112.691034,44.505351],[-112.699335,44.504106],[-112.716864,44.495683],[-112.722919,44.493779],[-112.751483,44.488529],[-112.757221,44.48582],[-112.814569,44.443949],[-112.818866,44.43997],[-112.822699,44.435527],[-112.825848,44.430717],[-112.827509,44.425492],[-112.827411,44.419779],[-112.825165,44.414945],[-112.807977,44.393559],[-112.808856,44.387992],[-112.813251,44.382524],[-112.829437,44.376615],[-112.838178,44.376982],[-112.84455,44.379667],[-112.867743,44.403739],[-112.872455,44.407157],[-112.878461,44.409892],[-112.922968,44.42017],[-112.930316,44.423393],[-112.935321,44.426591],[-112.950995,44.442802],[-112.957196,44.447123],[-112.965839,44.451396],[-112.982562,44.455937],[-112.991278,44.459965],[-112.995526,44.465238],[-112.996381,44.476762],[-112.997772,44.481156],[-113.007074,44.494462],[-113.008002,44.498686],[-113.007782,44.501518],[-113.003827,44.510673],[-112.994403,44.526274],[-112.993036,44.531547],[-112.996088,44.537113],[-113.003192,44.542192],[-113.019061,44.548295],[-113.027606,44.552787],[-113.032538,44.557792],[-113.032684,44.569169],[-113.034076,44.574272],[-113.03703,44.578788],[-113.064105,44.60059],[-113.067499,44.604667],[-113.068817,44.609257],[-113.068207,44.614115],[-113.064764,44.618559],[-113.060468,44.622392],[-113.05014,44.628593],[-113.045575,44.632328],[-113.042499,44.63682],[-113.041864,44.642094],[-113.042987,44.647148],[-113.045062,44.652104],[-113.051093,44.661039],[-113.062079,44.673442],[-113.065253,44.677909],[-113.072186,44.692704],[-113.074921,44.697416],[-113.078387,44.701664],[-113.08681,44.709013],[-113.090546,44.713212],[-113.093182,44.71768],[-113.095526,44.722709],[-113.096845,44.727909],[-113.098895,44.732841],[-113.101703,44.737382],[-113.105341,44.74141],[-113.119794,44.751811],[-113.123993,44.755668],[-113.13747,44.772465],[-113.141376,44.776493],[-113.160248,44.790751],[-113.183344,44.804447],[-113.209637,44.814311],[-113.232855,44.818608],[-113.250165,44.818876],[-113.25705,44.817314],[-113.263251,44.815141],[-113.268768,44.81248],[-113.288495,44.79893],[-113.296161,44.795561],[-113.305975,44.793339],[-113.324115,44.792143],[-113.333563,44.794145],[-113.339227,44.798051],[-113.342011,44.81497],[-113.34411,44.81995],[-113.35246,44.825541],[-113.365985,44.831571],[-113.412787,44.847489],[-113.424677,44.854154],[-113.433856,44.862797],[-113.440106,44.871611],[-113.453461,44.900614],[-113.459686,44.909428],[-113.467108,44.91746],[-113.475946,44.924662],[-113.479559,44.928935],[-113.481415,44.933549],[-113.480121,44.938359],[-113.476337,44.942118],[-113.471088,44.944902],[-113.452045,44.951445],[-113.447137,44.954618],[-113.442816,44.958866],[-113.439667,44.96392],[-113.436932,44.969462],[-113.430609,44.99373],[-113.429926,44.999736],[-113.430072,45.000956],[-113.434467,45.016947],[-113.436493,45.021952],[-113.451971,45.050273],[-113.458392,45.059208],[-113.489887,45.091972],[-113.492841,45.096366],[-113.498993,45.114042],[-113.505585,45.121684],[-113.513104,45.124272],[-113.546796,45.123759],[-113.555243,45.125981],[-113.56059,45.129814],[-113.561981,45.135063],[-113.562347,45.147196],[-113.56452,45.152079],[-113.567792,45.15623],[-113.575922,45.164262],[-113.578729,45.168925],[-113.580389,45.17415],[-113.581317,45.179716],[-113.584491,45.189945],[-113.587201,45.194706],[-113.593597,45.203373],[-113.607929,45.214872],[-113.624042,45.223905],[-113.644208,45.240556],[-113.661615,45.250834],[-113.666254,45.255815],[-113.667816,45.261015],[-113.668573,45.272123],[-113.67038,45.277592],[-113.675262,45.28289],[-113.682684,45.288163],[-113.704852,45.300224],[-113.711395,45.304789],[-113.714838,45.309013],[-113.717474,45.313774],[-113.719012,45.325151],[-113.718622,45.331108],[-113.716132,45.343266],[-113.714227,45.36807],[-113.714545,45.38018],[-113.718256,45.386747],[-113.725922,45.393559],[-113.754022,45.410258],[-113.758344,45.417167],[-113.760126,45.428373],[-113.762518,45.433134],[-113.764398,45.438163],[-113.764227,45.444071],[-113.762738,45.449858],[-113.760419,45.455375],[-113.754315,45.465751],[-113.752387,45.471293],[-113.751679,45.477006],[-113.754315,45.49329],[-113.754584,45.499467],[-113.754315,45.500737],[-113.757196,45.507572],[-113.767572,45.514628],[-113.7987,45.52454],[-113.806708,45.529521],[-113.810638,45.535307],[-113.810272,45.541459],[-113.807684,45.554325],[-113.803046,45.5658],[-113.799945,45.570805],[-113.792157,45.57935],[-113.789252,45.583964],[-113.788446,45.589262],[-113.790399,45.594877],[-113.794574,45.60059],[-113.803241,45.607792],[-113.810809,45.61182],[-113.818939,45.614726],[-113.87077,45.627592],[-113.882587,45.632353],[-113.889496,45.637675],[-113.890717,45.648735],[-113.892645,45.653813],[-113.895648,45.658256],[-113.921356,45.674394],[-113.957269,45.692607],[-113.975946,45.699443],[-113.989545,45.70269],[-113.995575,45.701322],[-113.999213,45.699101],[-114.001434,45.696171],[-114.002899,45.691313],[-114.003217,45.685649],[-114.002899,45.680204],[-114.001532,45.675444],[-113.998285,45.668583],[-113.996991,45.663871],[-113.996674,45.659013],[-113.998334,45.654838],[-114.0008,45.652738],[-114.004926,45.651176],[-114.03161,45.644657],[-114.037909,45.642338],[-114.043524,45.63953],[-114.048431,45.636088],[-114.052435,45.631694],[-114.059003,45.621488],[-114.061639,45.615873],[-114.064887,45.610868],[-114.068695,45.606425],[-114.073578,45.603154],[-114.091278,45.595341],[-114.096161,45.591752],[-114.099847,45.587236],[-114.102582,45.582279],[-114.104804,45.577323],[-114.108856,45.573295],[-114.114325,45.570512],[-114.153876,45.55872],[-114.176849,45.547807],[-114.183124,45.545658],[-114.190692,45.545024],[-114.207636,45.545903],[-114.215448,45.54517],[-114.221967,45.543168],[-114.227606,45.540238],[-114.232245,45.536503],[-114.236444,45.532255],[-114.23974,45.527665],[-114.250165,45.506352],[-114.254608,45.500932],[-114.255609,45.500224],[-114.259882,45.497734],[-114.283685,45.488847],[-114.289276,45.486112],[-114.297577,45.483695],[-114.308661,45.482084],[-114.329584,45.483305],[-114.340741,45.485697],[-114.348016,45.48953],[-114.351947,45.49329],[-114.35744,45.500175],[-114.391132,45.513627],[-114.401508,45.518876],[-114.408051,45.524613],[-114.409515,45.529936],[-114.412396,45.535673],[-114.417548,45.540898],[-114.45058,45.558891],[-114.460346,45.561283],[-114.50744,45.567753],[-114.527118,45.567704],[-114.540961,45.569096],[-114.545453,45.572758],[-114.544916,45.576542],[-114.533173,45.589213],[-114.530438,45.594487],[-114.52912,45.599955],[-114.530707,45.606059],[-114.534369,45.612162],[-114.540424,45.620414],[-114.542206,45.626713],[-114.540497,45.631889],[-114.536469,45.635771],[-114.515595,45.64832],[-114.502802,45.658451],[-114.500116,45.661283],[-114.497821,45.664555],[-114.495648,45.669096],[-114.494305,45.67432],[-114.494086,45.680253],[-114.497626,45.690531],[-114.498041,45.695561],[-114.493671,45.705058],[-114.49538,45.711625],[-114.501874,45.718925],[-114.527411,45.737162],[-114.533466,45.743046],[-114.535761,45.747904],[-114.540936,45.761601],[-114.549335,45.771269],[-114.551263,45.778129],[-114.549921,45.7835],[-114.54538,45.787138],[-114.53493,45.793754],[-114.530194,45.797758],[-114.526776,45.802641],[-114.523895,45.807914],[-114.517157,45.817094],[-114.505853,45.829911],[-114.500482,45.838652],[-114.49848,45.841239],[-114.495087,45.844682],[-114.484808,45.850492],[-114.478363,45.852519],[-114.471112,45.853642],[-114.436908,45.854765],[-114.429462,45.855961],[-114.42265,45.858134],[-114.417059,45.860942],[-114.393085,45.878129],[-114.38891,45.882426],[-114.387518,45.88831],[-114.389105,45.895903],[-114.41015,45.919877],[-114.41308,45.924687],[-114.41535,45.929496],[-114.416229,45.935087],[-114.41535,45.940922],[-114.413788,45.947026],[-114.411151,45.952421],[-114.401263,45.966606],[-114.399286,45.972489],[-114.399994,45.978691],[-114.404022,45.98516],[-114.411151,45.988139],[-114.437518,45.993412],[-114.461444,46.000688],[-114.470502,46.006864],[-114.473554,46.013285],[-114.471527,46.018705],[-114.470331,46.024784],[-114.471698,46.031913],[-114.479608,46.041801],[-114.482489,46.049125],[-114.482929,46.05579],[-114.480829,46.06143],[-114.477899,46.066362],[-114.457733,46.087773],[-114.454218,46.092582],[-114.451679,46.097904],[-114.450726,46.103593],[-114.451288,46.109062],[-114.45368,46.114286],[-114.45788,46.11873],[-114.497553,46.148832],[-114.502216,46.154814],[-114.503168,46.160087],[-114.502606,46.165336],[-114.500409,46.169511],[-114.498212,46.171855],[-114.493768,46.174491],[-114.487738,46.176469],[-114.454364,46.179032],[-114.447186,46.180595],[-114.441083,46.183036],[-114.436493,46.186747],[-114.433197,46.191386],[-114.432001,46.19705],[-114.432269,46.202861],[-114.434833,46.213969],[-114.436908,46.230986],[-114.43808,46.236308],[-114.439838,46.24163],[-114.445648,46.252568],[-114.450433,46.259086],[-114.453363,46.264506],[-114.454364,46.26995],[-114.452509,46.274906],[-114.449262,46.279203],[-114.440936,46.287504],[-114.437592,46.292582],[-114.435663,46.298149],[-114.434686,46.309843],[-114.433026,46.315434],[-114.42995,46.320756],[-114.409418,46.341923],[-114.406122,46.346757],[-114.404633,46.35225],[-114.404047,46.358354],[-114.405804,46.370243],[-114.405487,46.382914],[-114.402948,46.395048],[-114.3987,46.406523],[-114.375385,46.441362],[-114.373041,46.447563],[-114.371307,46.453715],[-114.370575,46.460038],[-114.37121,46.465776],[-114.372675,46.471195],[-114.376483,46.476396],[-114.381586,46.481864],[-114.395868,46.493901],[-114.399139,46.497953],[-114.400067,46.49954],[-114.400214,46.500639],[-114.398212,46.50518],[-114.393793,46.507939],[-114.387909,46.510185],[-114.360638,46.517607],[-114.354437,46.520243],[-114.348895,46.523197],[-114.343964,46.526664],[-114.340546,46.530815],[-114.33869,46.535771],[-114.339862,46.540605],[-114.342426,46.545219],[-114.34538,46.549711],[-114.34704,46.554692],[-114.346454,46.560063],[-114.344135,46.565068],[-114.336981,46.574003],[-114.334125,46.579057],[-114.333148,46.584599],[-114.334296,46.590019],[-114.33598,46.595195],[-114.336664,46.600614],[-114.33537,46.606156],[-114.332831,46.611479],[-114.326654,46.621708],[-114.323334,46.633891],[-114.322943,46.651982],[-114.323798,46.6585],[-114.325336,46.664945],[-114.329462,46.671562],[-114.335516,46.675395],[-114.343134,46.677714],[-114.351727,46.678349],[-114.359808,46.677983],[-114.427679,46.665824],[-114.434174,46.663774],[-114.450433,46.65518],[-114.463007,46.65059],[-114.470184,46.649101],[-114.477582,46.648368],[-114.485419,46.649198],[-114.50202,46.653422],[-114.508539,46.654228],[-114.515448,46.653642],[-114.538251,46.647221],[-114.550262,46.645219],[-114.567035,46.64434],[-114.579559,46.646611],[-114.593866,46.651054],[-114.617938,46.661747],[-114.628705,46.668266],[-114.636005,46.674247],[-114.638324,46.679228],[-114.63974,46.684428],[-114.638812,46.690116],[-114.636005,46.694877],[-114.622308,46.707133],[-114.620673,46.712895],[-114.622748,46.720097],[-114.631122,46.730058],[-114.637836,46.735649],[-114.663153,46.74849],[-114.670136,46.750541],[-114.678143,46.751615],[-114.685785,46.7512],[-114.692841,46.749809],[-114.698749,46.747416],[-114.714911,46.737651],[-114.737177,46.718119],[-114.743622,46.715385],[-114.751361,46.714286],[-114.761224,46.715995],[-114.766571,46.719706],[-114.769379,46.72454],[-114.769525,46.729985],[-114.762347,46.754106],[-114.761859,46.760624],[-114.762714,46.767436],[-114.766425,46.774418],[-114.771625,46.778739],[-114.778705,46.78184],[-114.807269,46.787529],[-114.823602,46.792802],[-114.834222,46.79932],[-114.848554,46.810746],[-114.859369,46.817655],[-114.889862,46.83162],[-114.899042,46.836943],[-114.905414,46.84185],[-114.913763,46.85601],[-114.918304,46.866166],[-114.921283,46.877006],[-114.923285,46.894438],[-114.922626,46.900688],[-114.920868,46.906645],[-114.918524,46.912333],[-114.917084,46.917655],[-114.917865,46.922831],[-114.923969,46.927153],[-114.94892,46.937797],[-114.95744,46.942558],[-114.963886,46.947026],[-114.991888,46.973368],[-114.9987,46.978007],[-115.005145,46.980912],[-115.024945,46.98455],[-115.039374,46.9887],[-115.046991,46.992826],[-115.051703,46.996659],[-115.053339,46.999247],[-115.054169,47.001029],[-115.058759,47.019194],[-115.061054,47.02432],[-115.150409,47.092826],[-115.164716,47.116142],[-115.192108,47.142802],[-115.203387,47.150199],[-115.231024,47.163578],[-115.239618,47.170097],[-115.24892,47.179081],[-115.256073,47.184208],[-115.264154,47.188261],[-115.274066,47.191899],[-115.27995,47.195927],[-115.283563,47.200737],[-115.287079,47.211283],[-115.289984,47.216239],[-115.29411,47.221098],[-115.300482,47.226737],[-115.304633,47.231791],[-115.314227,47.246147],[-115.325287,47.258207],[-115.33327,47.26436],[-115.341669,47.268534],[-115.431805,47.293437],[-115.482172,47.29976],[-115.49682,47.304081],[-115.50473,47.308158],[-115.510126,47.312724],[-115.520184,47.325907],[-115.528632,47.339921],[-115.545013,47.356474],[-115.577118,47.382426],[-115.5862,47.388432],[-115.661298,47.422782],[-115.700629,47.43079],[-115.717255,47.436528],[-115.723993,47.441728],[-115.726703,47.447148],[-115.724847,47.451737],[-115.722113,47.455351],[-115.719403,47.457304],[-115.714471,47.459794],[-115.70788,47.461283],[-115.665253,47.464067],[-115.657977,47.465531],[-115.651508,47.467411],[-115.645624,47.470048],[-115.641254,47.474198],[-115.639179,47.479277],[-115.643109,47.485844],[-115.65224,47.490336],[-115.66767,47.495414],[-115.677972,47.499955],[-115.678558,47.500834],[-115.684442,47.521537],[-115.692035,47.532426],[-115.701068,47.538652],[-115.726849,47.550492],[-115.732758,47.555619],[-115.733124,47.560722],[-115.728803,47.564237],[-115.723285,47.567338],[-115.699237,47.57769],[-115.693939,47.580839],[-115.689154,47.584477],[-115.685004,47.588774],[-115.678876,47.598857],[-115.676532,47.604496],[-115.678803,47.612968],[-115.68559,47.623759],[-115.712982,47.652909],[-115.717792,47.661112],[-115.715155,47.685917],[-115.716156,47.692948],[-115.718915,47.699784],[-115.725311,47.70811],[-115.732391,47.712748],[-115.761371,47.726078],[-115.76662,47.731596],[-115.769769,47.738432],[-115.772211,47.745317],[-115.77829,47.754399],[-115.787518,47.759574],[-115.81413,47.770634],[-115.82121,47.7762],[-115.825629,47.781742],[-115.844623,47.82974],[-115.848602,47.835746],[-115.855048,47.843852],[-115.862958,47.848905],[-115.886688,47.858744],[-115.89599,47.865141],[-115.907147,47.874858],[-115.917792,47.88245],[-115.930365,47.889335],[-115.937006,47.894487],[-115.9414,47.899516],[-115.94892,47.910038],[-115.973724,47.932987],[-115.985492,47.948295],[-116.014813,47.973271],[-116.036859,47.98787],[-116.045502,47.997441],[-116.048944,48.003691],[-116.048944,48.05308],[-116.048846,48.170561],[-116.048724,48.288041],[-116.048651,48.405473],[-116.048554,48.523002],[-116.048407,48.640483],[-116.048334,48.757963],[-116.048236,48.875444],[-116.048163,48.992515],[-115.839126,48.992515],[-115.619372,48.992515],[-115.399515,48.992515],[-115.179657,48.992515],[-114.959929,48.992515],[-114.740098,48.992515],[-114.520266,48.992515],[-114.300486,48.992515],[-114.080681,48.992515],[-114.06384,48.992515],[-113.860875,48.992515],[-113.641043,48.992515],[-113.421186,48.992515],[-113.20138,48.992515],[-112.981626,48.992515],[-112.76182,48.992566],[-112.541989,48.992618],[-112.322183,48.992618],[-112.102377,48.992618],[-111.882572,48.992618],[-111.662714,48.992618],[-111.442883,48.992618],[-111.223077,48.992618],[-111.003323,48.992618],[-110.783517,48.992618],[-110.563712,48.992618],[-110.34388,48.992618],[-110.1241,48.992618],[-109.999321,48.992618],[-109.904269,48.992618],[-109.684541,48.992618],[-109.464709,48.992618],[-109.244852,48.992618],[-109.025046,48.992618],[-108.80524,48.992618],[-108.585435,48.992618],[-108.365629,48.992618],[-108.145797,48.992618],[-107.926043,48.992618],[-107.706238,48.992618],[-107.486432,48.992618],[-107.266626,48.992618],[-107.046795,48.992618],[-106.826989,48.992618],[-106.607183,48.992618],[-106.387326,48.992618],[-106.16752,48.992618],[-105.94774,48.992618],[-105.727935,48.992618],[-105.508155,48.992618],[-105.288323,48.992618],[-105.068543,48.992618],[-104.848712,48.992618],[-104.628854,48.992618],[-104.409049,48.992618],[-104.189243,48.992618],[-104.047574,48.992618]]]},"type":"Feature","properties":{"postal":"MT","name":"Montana","type":"State","center":[-110.32921810699588,47.52783911027092]}},"ND":{"geometry":{"type":"Polygon","coordinates":[[[-97.226089,48.99267],[-97.229218,48.968632],[-97.221478,48.952299],[-97.210883,48.93665],[-97.207782,48.923368],[-97.203046,48.903373],[-97.197186,48.894242],[-97.190375,48.885746],[-97.185101,48.876762],[-97.177655,48.841996],[-97.148212,48.788237],[-97.140863,48.74954],[-97.132562,48.732792],[-97.109369,48.698637],[-97.100971,48.650517],[-97.121796,48.612382],[-97.148358,48.576274],[-97.157172,48.534135],[-97.133734,48.476103],[-97.12829,48.444438],[-97.122821,48.428569],[-97.123651,48.41746],[-97.128192,48.406449],[-97.140521,48.388481],[-97.14411,48.376469],[-97.126532,48.311161],[-97.11994,48.29705],[-97.115179,48.28123],[-97.129852,48.211991],[-97.129657,48.170561],[-97.121893,48.132719],[-97.106317,48.096806],[-97.062616,48.023051],[-97.051337,47.985844],[-97.035028,47.951957],[-97.000116,47.924003],[-97.014764,47.900077],[-97.01203,47.877421],[-96.986469,47.828398],[-96.986273,47.822563],[-96.991815,47.815165],[-96.989887,47.810722],[-96.986469,47.80872],[-96.982929,47.807841],[-96.980145,47.806742],[-96.979022,47.804203],[-96.975409,47.800248],[-96.951727,47.780009],[-96.944086,47.767411],[-96.931854,47.732182],[-96.918402,47.711991],[-96.904852,47.69644],[-96.894403,47.679057],[-96.888568,47.643656],[-96.876605,47.616142],[-96.860565,47.607011],[-96.856122,47.60186],[-96.855707,47.595487],[-96.858368,47.589799],[-96.861639,47.585063],[-96.862958,47.581376],[-96.861762,47.557353],[-96.863568,47.537455],[-96.862592,47.519877],[-96.853021,47.502836],[-96.852948,47.488261],[-96.86872,47.437724],[-96.869159,47.416899],[-96.864154,47.411991],[-96.855121,47.40496],[-96.846405,47.396391],[-96.842474,47.386454],[-96.849921,47.259233],[-96.8466,47.23665],[-96.831659,47.188139],[-96.828192,47.166752],[-96.829828,47.159184],[-96.833197,47.150614],[-96.835907,47.140629],[-96.835663,47.12891],[-96.821991,47.087919],[-96.820917,47.067973],[-96.828192,47.002299],[-96.826068,46.989115],[-96.820819,46.980082],[-96.808319,46.964408],[-96.80473,46.951298],[-96.804266,46.943901],[-96.808319,46.943925],[-96.802948,46.941264],[-96.791278,46.938945],[-96.781244,46.933769],[-96.769354,46.931449],[-96.763031,46.927153],[-96.759247,46.920903],[-96.761054,46.916386],[-96.76474,46.912016],[-96.769989,46.896],[-96.784003,46.882255],[-96.787225,46.871928],[-96.785785,46.838188],[-96.787225,46.827226],[-96.790131,46.820341],[-96.79931,46.803813],[-96.801508,46.79373],[-96.7987,46.778129],[-96.784369,46.743046],[-96.781024,46.721098],[-96.784589,46.698588],[-96.796845,46.663847],[-96.794672,46.642265],[-96.784784,46.628422],[-96.753046,46.59705],[-96.746259,46.577421],[-96.740375,46.540361],[-96.739642,46.519169],[-96.746259,46.498881],[-96.740619,46.491801],[-96.724335,46.478666],[-96.718329,46.470951],[-96.716913,46.463529],[-96.717011,46.454692],[-96.715375,46.444609],[-96.70871,46.43372],[-96.650678,46.368534],[-96.616498,46.341215],[-96.60163,46.32393],[-96.595429,46.302763],[-96.597919,46.237992],[-96.595429,46.217729],[-96.592206,46.20706],[-96.587787,46.198515],[-96.564862,46.171391],[-96.564374,46.164848],[-96.56662,46.157328],[-96.568134,46.145707],[-96.563495,46.140068],[-96.556708,46.103031],[-96.557025,46.090361],[-96.564105,46.062406],[-96.576044,46.040214],[-96.57619,46.016459],[-96.556342,45.941752],[-96.789276,45.941752],[-97.022284,45.941752],[-97.255219,45.941752],[-97.488178,45.941801],[-97.721137,45.94185],[-97.954096,45.94185],[-98.187054,45.94185],[-98.420013,45.94185],[-98.652948,45.94185],[-98.885907,45.94185],[-99.118866,45.94185],[-99.351825,45.941874],[-99.584784,45.941899],[-99.817792,45.941899],[-100.050726,45.941899],[-100.283685,45.941899],[-100.516644,45.941899],[-100.749579,45.941899],[-100.982587,45.941899],[-101.215546,45.941947],[-101.448505,45.941996],[-101.681488,45.941996],[-101.914423,45.941996],[-102.147382,45.941996],[-102.380341,45.941996],[-102.6133,45.941996],[-102.846259,45.941996],[-103.079218,45.941996],[-103.312177,45.941996],[-103.545087,45.941996],[-103.77807,45.941996],[-104.044891,45.942021],[-104.046259,46.132695],[-104.046259,46.299565],[-104.046259,46.46641],[-104.046259,46.633256],[-104.046259,46.800102],[-104.046259,46.966947],[-104.046259,47.133793],[-104.046259,47.300639],[-104.046259,47.467485],[-104.046259,47.63433],[-104.046259,47.801176],[-104.046259,47.968022],[-104.046259,48.134892],[-104.046259,48.301762],[-104.046259,48.468608],[-104.046259,48.635453],[-104.046234,48.802299],[-104.047574,48.992618],[-103.969489,48.992618],[-103.749683,48.992618],[-103.529852,48.992618],[-103.310046,48.992618],[-103.09024,48.992618],[-102.870383,48.992618],[-102.650577,48.992618],[-102.430746,48.992618],[-102.21094,48.99267],[-101.991186,48.99267],[-101.77138,48.99267],[-101.551574,48.99267],[-101.36434,48.99267],[-101.331691,48.99267],[-101.111886,48.99267],[-100.892106,48.99267],[-100.672274,48.99267],[-100.452494,48.99267],[-100.232663,48.99267],[-100.012883,48.99267],[-99.793103,48.99267],[-99.573297,48.99267],[-99.353492,48.99267],[-99.13366,48.99267],[-98.913854,48.99267],[-98.694049,48.99267],[-98.474191,48.99267],[-98.254437,48.99267],[-98.034606,48.99267],[-97.8148,48.99267],[-97.594994,48.99267],[-97.375189,48.99267],[-97.226089,48.99267]]]},"type":"Feature","properties":{"postal":"ND","name":"North Dakota","type":"State","center":[-100.64929126657522,47.73736766019451]}},"HI":{"geometry":{"type":"MultiPolygon","coordinates":[[[[-155.606519,20.137956],[-155.586363,20.122936],[-155.563098,20.128403],[-155.527194,20.126269],[-155.491078,20.113023],[-155.420715,20.090185],[-155.332313,20.046721],[-155.215106,19.975645],[-155.168043,19.946827],[-155.115853,19.896732],[-155.087141,19.86038],[-155.086399,19.821029],[-155.088062,19.768645],[-155.085371,19.727409],[-155.057493,19.72853],[-155.018544,19.745836],[-154.989923,19.726707],[-154.976672,19.705757],[-154.980044,19.662806],[-154.96697,19.636252],[-154.949906,19.611446],[-154.899622,19.567016],[-154.846623,19.544938],[-154.825311,19.527488],[-154.814064,19.506579],[-154.817209,19.479722],[-154.829905,19.464057],[-154.874736,19.412884],[-154.918932,19.397312],[-154.982301,19.339244],[-155.025095,19.327582],[-155.026663,19.316171],[-155.062613,19.30782],[-155.093031,19.28621],[-155.153041,19.269204],[-155.202958,19.25558],[-155.245059,19.265539],[-155.269281,19.266182],[-155.291127,19.259524],[-155.314445,19.245659],[-155.345687,19.224805],[-155.364136,19.203575],[-155.384658,19.200531],[-155.400149,19.193686],[-155.422597,19.180121],[-155.436838,19.169867],[-155.487782,19.142524],[-155.502797,19.137681],[-155.546132,19.098212],[-155.553737,19.081961],[-155.55226,19.045619],[-155.570638,19.026771],[-155.60206,18.99738],[-155.618523,18.955544],[-155.632969,18.940203],[-155.651242,18.926104],[-155.674756,18.906117],[-155.683544,18.911157],[-155.682932,18.932886],[-155.704167,18.949085],[-155.744414,18.969343],[-155.792171,18.996976],[-155.817253,19.013231],[-155.859133,19.023812],[-155.87813,19.029072],[-155.884047,19.047295],[-155.891049,19.065654],[-155.903906,19.069459],[-155.912133,19.096189],[-155.91993,19.138601],[-155.908386,19.188986],[-155.88553,19.334157],[-155.887374,19.359568],[-155.900889,19.38275],[-155.912959,19.414315],[-155.929491,19.461816],[-155.936578,19.48131],[-155.946448,19.493611],[-155.956388,19.514236],[-155.953969,19.536078],[-155.965636,19.556631],[-155.971365,19.579698],[-155.982197,19.607675],[-155.999524,19.632179],[-156.014784,19.643355],[-156.036255,19.667935],[-156.060164,19.731221],[-156.05016,19.759508],[-156.038808,19.783149],[-156.017445,19.801093],[-155.996775,19.814439],[-155.987498,19.824368],[-155.982045,19.843329],[-155.967966,19.854234],[-155.926015,19.868801],[-155.905832,19.902045],[-155.895863,19.913479],[-155.873402,19.951321],[-155.850901,19.975287],[-155.835458,19.975703],[-155.82832,20.006961],[-155.824083,20.020092],[-155.831069,20.039372],[-155.84771,20.054519],[-155.882556,20.104943],[-155.89698,20.148846],[-155.899363,20.184068],[-155.89927,20.21669],[-155.880483,20.252021],[-155.867242,20.263132],[-155.831129,20.263429],[-155.766062,20.249172],[-155.737986,20.243801],[-155.732615,20.238837],[-155.729197,20.23135],[-155.728017,20.221625],[-155.711669,20.196149],[-155.67335,20.18167],[-155.648131,20.168006],[-155.630654,20.148212],[-155.606519,20.137956]]],[[[-156.534128,20.531787],[-156.544555,20.513217],[-156.572919,20.512984],[-156.599511,20.517403],[-156.618868,20.513808],[-156.646499,20.508084],[-156.679261,20.504713],[-156.700562,20.525427],[-156.688458,20.540104],[-156.667159,20.557717],[-156.63915,20.575141],[-156.608815,20.591046],[-156.582621,20.599957],[-156.561774,20.598008],[-156.53657,20.570942],[-156.549768,20.541473],[-156.534128,20.531787]]],[[[-156.913738,20.734724],[-156.96228,20.732388],[-156.982386,20.759414],[-156.987079,20.782873],[-156.988352,20.801459],[-156.988596,20.824937],[-156.992136,20.84634],[-157.009224,20.85588],[-157.05081,20.871406],[-157.063136,20.890387],[-157.055214,20.911371],[-157.031551,20.922718],[-156.990414,20.927509],[-156.89272,20.914141],[-156.848378,20.876817],[-156.848337,20.876776],[-156.832672,20.860743],[-156.816338,20.841704],[-156.805797,20.825108],[-156.803539,20.812564],[-156.809731,20.79548],[-156.831257,20.763807],[-156.876775,20.744265],[-156.913738,20.734724]]],[[[-156.5896,21.027739],[-156.581386,21.01815],[-156.571413,21.016456],[-156.555666,21.008334],[-156.542368,21.00339],[-156.537525,20.990652],[-156.525889,20.987322],[-156.522875,20.974045],[-156.523047,20.962198],[-156.509141,20.950296],[-156.500189,20.937584],[-156.492993,20.921798],[-156.481672,20.904397],[-156.464071,20.905623],[-156.452921,20.917918],[-156.433705,20.917711],[-156.418813,20.920111],[-156.389638,20.921536],[-156.378489,20.923977],[-156.346425,20.945868],[-156.330678,20.951239],[-156.315419,20.952948],[-156.298329,20.952704],[-156.281931,20.950263],[-156.268625,20.945054],[-156.264394,20.944525],[-156.260976,20.943671],[-156.258127,20.941596],[-156.255564,20.937649],[-156.242909,20.941555],[-156.226877,20.931952],[-156.221845,20.920337],[-156.215281,20.914728],[-156.207224,20.906887],[-156.197255,20.895006],[-156.179192,20.883483],[-156.166088,20.871481],[-156.16476,20.862786],[-156.15299,20.861794],[-156.147936,20.861703],[-156.144423,20.867118],[-156.131269,20.857453],[-156.125729,20.844041],[-156.119281,20.836071],[-156.084989,20.831451],[-156.051009,20.815863],[-156.001698,20.800442],[-155.979553,20.757374],[-155.984696,20.717591],[-156.003134,20.685898],[-156.027741,20.679366],[-156.048423,20.650888],[-156.075404,20.650672],[-156.129504,20.624473],[-156.165438,20.625236],[-156.185423,20.62722],[-156.20383,20.626043],[-156.253694,20.604423],[-156.284893,20.588639],[-156.302594,20.581179],[-156.326715,20.587171],[-156.33589,20.588152],[-156.352513,20.592429],[-156.365468,20.588772],[-156.407653,20.587207],[-156.435488,20.611976],[-156.438582,20.622198],[-156.451664,20.635738],[-156.443143,20.642602],[-156.44275,20.660569],[-156.450482,20.72638],[-156.458441,20.744517],[-156.457992,20.764835],[-156.464319,20.781383],[-156.468427,20.784588],[-156.475331,20.790839],[-156.485727,20.796661],[-156.501631,20.796191],[-156.51588,20.790087],[-156.521301,20.776241],[-156.533899,20.774139],[-156.548634,20.782111],[-156.562726,20.791837],[-156.584482,20.795452],[-156.605976,20.808377],[-156.620234,20.807088],[-156.633256,20.823738],[-156.657053,20.847661],[-156.684907,20.881888],[-156.686133,20.903822],[-156.696009,20.915802],[-156.69226,20.936103],[-156.685879,20.964236],[-156.676838,20.987971],[-156.666469,21.003438],[-156.65385,21.004755],[-156.645375,21.013373],[-156.644846,21.021186],[-156.63579,21.027124],[-156.626581,21.026162],[-156.61568,21.02515],[-156.607255,21.027343],[-156.60382,21.031992],[-156.597929,21.032653],[-156.5896,21.027739]]],[[[-157.248843,21.221711],[-157.232926,21.219117],[-157.209413,21.220323],[-157.196898,21.217015],[-157.188684,21.205142],[-157.173573,21.205146],[-157.079084,21.191713],[-157.028079,21.184614],[-156.989735,21.182847],[-156.981808,21.194047],[-156.980789,21.20342],[-156.975615,21.211148],[-156.965769,21.213324],[-156.95241,21.196707],[-156.947758,21.17785],[-156.925233,21.171245],[-156.897045,21.165191],[-156.84668,21.166729],[-156.824658,21.169548],[-156.810635,21.173875],[-156.800312,21.177676],[-156.791792,21.176028],[-156.773519,21.177205],[-156.759496,21.173011],[-156.749013,21.170966],[-156.739006,21.172761],[-156.733208,21.168751],[-156.735921,21.164082],[-156.72915,21.160864],[-156.713176,21.161368],[-156.705725,21.156543],[-156.724843,21.123725],[-156.755605,21.095526],[-156.793406,21.075873],[-156.831003,21.061103],[-156.869578,21.053371],[-156.908559,21.057034],[-156.947405,21.064542],[-157.024917,21.083779],[-157.072374,21.099381],[-157.14032,21.09419],[-157.18727,21.091781],[-157.222572,21.086839],[-157.250966,21.088446],[-157.273061,21.087348],[-157.292592,21.094713],[-157.303944,21.109565],[-157.30427,21.128241],[-157.296457,21.143948],[-157.28539,21.156073],[-157.267391,21.162542],[-157.251163,21.180284],[-157.246634,21.199757],[-157.259036,21.214829],[-157.259759,21.22188],[-157.248843,21.221711]]],[[[-157.893764,21.598382],[-157.887503,21.580882],[-157.876728,21.575408],[-157.873925,21.569342],[-157.871181,21.557916],[-157.863579,21.559795],[-157.8535,21.55634],[-157.845937,21.548041],[-157.836449,21.534049],[-157.836313,21.518645],[-157.836392,21.51127],[-157.844374,21.51136],[-157.849525,21.505384],[-157.84756,21.488601],[-157.845518,21.477849],[-157.842127,21.461049],[-157.832765,21.458257],[-157.820519,21.453416],[-157.811268,21.441905],[-157.803513,21.429072],[-157.788366,21.424187],[-157.786324,21.416789],[-157.776227,21.413306],[-157.769619,21.420604],[-157.76005,21.433234],[-157.775117,21.442812],[-157.773525,21.454199],[-157.762618,21.458764],[-157.738055,21.455781],[-157.725708,21.458985],[-157.722921,21.451569],[-157.73762,21.43769],[-157.740549,21.419582],[-157.738704,21.405451],[-157.722178,21.395841],[-157.709304,21.383588],[-157.7058,21.374905],[-157.710305,21.363461],[-157.706824,21.351995],[-157.696146,21.336397],[-157.674483,21.322944],[-157.653599,21.312566],[-157.647167,21.306431],[-157.658884,21.293833],[-157.683707,21.272687],[-157.693212,21.262742],[-157.704076,21.25953],[-157.707599,21.265616],[-157.706762,21.275006],[-157.715346,21.281839],[-157.742101,21.275471],[-157.763814,21.273104],[-157.781884,21.264573],[-157.794965,21.254663],[-157.810818,21.25419],[-157.817979,21.257635],[-157.822922,21.266426],[-157.830714,21.277258],[-157.863674,21.290393],[-157.880136,21.297962],[-157.89076,21.312841],[-157.894967,21.322283],[-157.894876,21.331685],[-157.902086,21.32839],[-157.91518,21.316466],[-157.905239,21.305631],[-157.947003,21.302743],[-157.946229,21.307428],[-157.940435,21.310717],[-157.948274,21.316833],[-157.964107,21.316335],[-157.964709,21.326398],[-157.967493,21.334474],[-157.965258,21.341152],[-157.968062,21.347887],[-157.957209,21.352459],[-157.947086,21.35704],[-157.936217,21.362954],[-157.931845,21.371662],[-157.943951,21.380487],[-157.953961,21.384601],[-157.960927,21.388821],[-157.965475,21.384728],[-157.96921,21.372022],[-157.977792,21.376131],[-157.985626,21.384953],[-157.991332,21.391073],[-157.990729,21.377612],[-157.984431,21.362129],[-157.989506,21.358831],[-158.011612,21.376505],[-158.020174,21.383313],[-158.013149,21.367118],[-157.996796,21.350871],[-157.984677,21.341359],[-157.975413,21.333887],[-157.980627,21.318521],[-157.998692,21.311338],[-158.022469,21.307562],[-158.059234,21.299887],[-158.077952,21.298061],[-158.094309,21.293606],[-158.098866,21.295396],[-158.103383,21.299262],[-158.115268,21.305121],[-158.124236,21.338739],[-158.134719,21.365655],[-158.148233,21.381164],[-158.157436,21.394654],[-158.176052,21.40353],[-158.180802,21.430369],[-158.18712,21.444498],[-158.204954,21.458728],[-158.215677,21.465522],[-158.2276,21.483047],[-158.228121,21.503799],[-158.229322,21.532605],[-158.235951,21.541571],[-158.278933,21.575265],[-158.272419,21.578559],[-158.236338,21.584941],[-158.193816,21.587237],[-158.165737,21.585643],[-158.149165,21.586159],[-158.136586,21.589301],[-158.121072,21.585895],[-158.117624,21.59809],[-158.112946,21.603906],[-158.09482,21.613784],[-158.073784,21.628958],[-158.065786,21.635574],[-158.067209,21.641425],[-158.060048,21.652493],[-158.050608,21.671291],[-158.035349,21.683417],[-158.014445,21.701499],[-157.982646,21.70985],[-157.969655,21.709061],[-157.962433,21.705012],[-157.956732,21.698922],[-157.950185,21.690619],[-157.933912,21.677898],[-157.933327,21.667165],[-157.924686,21.663071],[-157.924092,21.65434],[-157.915534,21.64554],[-157.920181,21.627451],[-157.907326,21.610591],[-157.893764,21.598382]]],[[[-160.19824,21.783884],[-160.211285,21.780209],[-160.224359,21.789243],[-160.235466,21.792821],[-160.248036,21.82803],[-160.245463,21.850839],[-160.234424,21.874456],[-160.195383,21.912045],[-160.164026,21.934468],[-160.12362,21.956296],[-160.117264,21.969642],[-160.112739,21.981738],[-160.113759,22.00023],[-160.113759,22.000271],[-160.095862,22.007757],[-160.078892,22.007177],[-160.059964,22.000563],[-160.051436,21.98305],[-160.059879,21.973972],[-160.07223,21.959453],[-160.079539,21.937893],[-160.072214,21.910834],[-160.085246,21.893536],[-160.102534,21.886284],[-160.117486,21.878398],[-160.136341,21.872918],[-160.158662,21.859564],[-160.171677,21.848648],[-160.179461,21.833516],[-160.191029,21.804674],[-160.19824,21.783884]]],[[[-159.388185,22.228789],[-159.373755,22.222087],[-159.357866,22.222729],[-159.338735,22.213039],[-159.331225,22.197941],[-159.318674,22.185777],[-159.311812,22.184503],[-159.307576,22.171094],[-159.304658,22.161103],[-159.30134,22.151068],[-159.301259,22.151028],[-159.292795,22.14643],[-159.292592,22.135565],[-159.294704,22.107627],[-159.304141,22.095614],[-159.318694,22.05756],[-159.333176,22.049569],[-159.334665,22.021552],[-159.331654,22.004055],[-159.330637,21.984768],[-159.331736,21.966132],[-159.334128,21.958057],[-159.347894,21.958107],[-159.359122,21.9529],[-159.351615,21.945454],[-159.347862,21.93671],[-159.353643,21.930044],[-159.36541,21.930833],[-159.382492,21.917419],[-159.389719,21.90541],[-159.398372,21.898078],[-159.414962,21.888098],[-159.416411,21.880748],[-159.427227,21.879447],[-159.433717,21.874117],[-159.437315,21.868769],[-159.481922,21.883547],[-159.509266,21.886252],[-159.529618,21.885651],[-159.567555,21.89303],[-159.581949,21.894352],[-159.590575,21.901715],[-159.594892,21.900388],[-159.596341,21.893699],[-159.604979,21.891703],[-159.61001,21.899719],[-159.622968,21.905057],[-159.634482,21.913748],[-159.641665,21.923107],[-159.645972,21.931796],[-159.650291,21.939808],[-159.661816,21.942478],[-159.666125,21.950497],[-159.676209,21.955171],[-159.696116,21.958157],[-159.711511,21.96385],[-159.723758,21.96986],[-159.743213,21.973195],[-159.759794,21.978533],[-159.768449,21.99523],[-159.771333,22.005248],[-159.77999,22.009253],[-159.787211,22.01927],[-159.78722,22.033299],[-159.785784,22.044656],[-159.785066,22.057349],[-159.786515,22.066034],[-159.77656,22.069525],[-159.749748,22.098107],[-159.73568,22.115246],[-159.734324,22.124986],[-159.734202,22.133734],[-159.732615,22.140774],[-159.725901,22.143622],[-159.723459,22.146552],[-159.716534,22.157514],[-159.694178,22.163518],[-159.668188,22.169478],[-159.639375,22.185559],[-159.621349,22.200291],[-159.598234,22.210865],[-159.589582,22.220954],[-159.576594,22.225661],[-159.565768,22.225647],[-159.558543,22.232995],[-159.548441,22.23098],[-159.541232,22.224954],[-159.537634,22.218261],[-159.529696,22.217585],[-159.516712,22.213565],[-159.508063,22.208204],[-159.499408,22.208847],[-159.502276,22.216221],[-159.499376,22.223574],[-159.481321,22.230235],[-159.462578,22.2275],[-159.440178,22.227518],[-159.428653,22.220801],[-159.419259,22.222135],[-159.407683,22.228816],[-159.39972,22.235495],[-159.388185,22.228789]]],[[[-161.94518,23.039862],[-161.947865,23.038031],[-161.94636,23.041449],[-161.946034,23.044582],[-161.944773,23.04621],[-161.940419,23.0456],[-161.940907,23.041978],[-161.942698,23.040676],[-161.94518,23.039862]]],[[[-164.704335,23.579332],[-164.699086,23.570543],[-164.707265,23.572577],[-164.708485,23.57453],[-164.70637,23.576606],[-164.704335,23.579332]]],[[[-167.996165,25.00434],[-167.996775,25.001125],[-168.002797,25.014797],[-167.999867,25.016425],[-167.995554,25.011664],[-167.995066,25.007758],[-167.996165,25.00434]]],[[[-171.722808,25.773017],[-171.72936,25.751939],[-171.739084,25.756293],[-171.740671,25.769029],[-171.722849,25.773017],[-171.722808,25.773017]]],[[[-173.959177,26.059638],[-173.95995,26.055325],[-173.965647,26.05858],[-173.966379,26.061957],[-173.965199,26.066107],[-173.964996,26.071357],[-173.962839,26.066636],[-173.96052,26.063137],[-173.959177,26.059638]]],[[[-178.298397,28.387372],[-178.302718,28.386465],[-178.304366,28.387912],[-178.297988,28.390993],[-178.294287,28.394978],[-178.292437,28.398057],[-178.290381,28.401679],[-178.287905,28.392989],[-178.292225,28.390091],[-178.298397,28.387372]]]]},"type":"Feature","properties":{"postal":"HI","name":"Hawaii","type":"State","center":[-156.9029111415943,21.116904410174897]}},"ID":{"geometry":{"type":"Polygon","coordinates":[[[-114.751361,46.714286],[-114.743622,46.715385],[-114.737177,46.718119],[-114.714911,46.737651],[-114.698749,46.747416],[-114.692841,46.749809],[-114.685785,46.7512],[-114.678143,46.751615],[-114.670136,46.750541],[-114.663153,46.74849],[-114.637836,46.735649],[-114.631122,46.730058],[-114.622748,46.720097],[-114.620673,46.712895],[-114.622308,46.707133],[-114.636005,46.694877],[-114.638812,46.690116],[-114.63974,46.684428],[-114.638324,46.679228],[-114.636005,46.674247],[-114.628705,46.668266],[-114.617938,46.661747],[-114.593866,46.651054],[-114.579559,46.646611],[-114.567035,46.64434],[-114.550262,46.645219],[-114.538251,46.647221],[-114.515448,46.653642],[-114.508539,46.654228],[-114.50202,46.653422],[-114.485419,46.649198],[-114.477582,46.648368],[-114.470184,46.649101],[-114.463007,46.65059],[-114.450433,46.65518],[-114.434174,46.663774],[-114.427679,46.665824],[-114.359808,46.677983],[-114.351727,46.678349],[-114.343134,46.677714],[-114.335516,46.675395],[-114.329462,46.671562],[-114.325336,46.664945],[-114.323798,46.6585],[-114.322943,46.651982],[-114.323334,46.633891],[-114.326654,46.621708],[-114.332831,46.611479],[-114.33537,46.606156],[-114.336664,46.600614],[-114.33598,46.595195],[-114.334296,46.590019],[-114.333148,46.584599],[-114.334125,46.579057],[-114.336981,46.574003],[-114.344135,46.565068],[-114.346454,46.560063],[-114.34704,46.554692],[-114.34538,46.549711],[-114.342426,46.545219],[-114.339862,46.540605],[-114.33869,46.535771],[-114.340546,46.530815],[-114.343964,46.526664],[-114.348895,46.523197],[-114.354437,46.520243],[-114.360638,46.517607],[-114.387909,46.510185],[-114.393793,46.507939],[-114.398212,46.50518],[-114.400214,46.500639],[-114.400067,46.49954],[-114.399139,46.497953],[-114.395868,46.493901],[-114.381586,46.481864],[-114.376483,46.476396],[-114.372675,46.471195],[-114.37121,46.465776],[-114.370575,46.460038],[-114.371307,46.453715],[-114.373041,46.447563],[-114.375385,46.441362],[-114.3987,46.406523],[-114.402948,46.395048],[-114.405487,46.382914],[-114.405804,46.370243],[-114.404047,46.358354],[-114.404633,46.35225],[-114.406122,46.346757],[-114.409418,46.341923],[-114.42995,46.320756],[-114.433026,46.315434],[-114.434686,46.309843],[-114.435663,46.298149],[-114.437592,46.292582],[-114.440936,46.287504],[-114.449262,46.279203],[-114.452509,46.274906],[-114.454364,46.26995],[-114.453363,46.264506],[-114.450433,46.259086],[-114.445648,46.252568],[-114.439838,46.24163],[-114.43808,46.236308],[-114.436908,46.230986],[-114.434833,46.213969],[-114.432269,46.202861],[-114.432001,46.19705],[-114.433197,46.191386],[-114.436493,46.186747],[-114.441083,46.183036],[-114.447186,46.180595],[-114.454364,46.179032],[-114.487738,46.176469],[-114.493768,46.174491],[-114.498212,46.171855],[-114.500409,46.169511],[-114.502606,46.165336],[-114.503168,46.160087],[-114.502216,46.154814],[-114.497553,46.148832],[-114.45788,46.11873],[-114.45368,46.114286],[-114.451288,46.109062],[-114.450726,46.103593],[-114.451679,46.097904],[-114.454218,46.092582],[-114.457733,46.087773],[-114.477899,46.066362],[-114.480829,46.06143],[-114.482929,46.05579],[-114.482489,46.049125],[-114.479608,46.041801],[-114.471698,46.031913],[-114.470331,46.024784],[-114.471527,46.018705],[-114.473554,46.013285],[-114.470502,46.006864],[-114.461444,46.000688],[-114.437518,45.993412],[-114.411151,45.988139],[-114.404022,45.98516],[-114.399994,45.978691],[-114.399286,45.972489],[-114.401263,45.966606],[-114.411151,45.952421],[-114.413788,45.947026],[-114.41535,45.940922],[-114.416229,45.935087],[-114.41535,45.929496],[-114.41308,45.924687],[-114.41015,45.919877],[-114.389105,45.895903],[-114.387518,45.88831],[-114.38891,45.882426],[-114.393085,45.878129],[-114.417059,45.860942],[-114.42265,45.858134],[-114.429462,45.855961],[-114.436908,45.854765],[-114.471112,45.853642],[-114.478363,45.852519],[-114.484808,45.850492],[-114.495087,45.844682],[-114.49848,45.841239],[-114.500482,45.838652],[-114.505853,45.829911],[-114.517157,45.817094],[-114.523895,45.807914],[-114.526776,45.802641],[-114.530194,45.797758],[-114.53493,45.793754],[-114.54538,45.787138],[-114.549921,45.7835],[-114.551263,45.778129],[-114.549335,45.771269],[-114.540936,45.761601],[-114.535761,45.747904],[-114.533466,45.743046],[-114.527411,45.737162],[-114.501874,45.718925],[-114.49538,45.711625],[-114.493671,45.705058],[-114.498041,45.695561],[-114.497626,45.690531],[-114.494086,45.680253],[-114.494305,45.67432],[-114.495648,45.669096],[-114.497821,45.664555],[-114.500116,45.661283],[-114.502802,45.658451],[-114.515595,45.64832],[-114.536469,45.635771],[-114.540497,45.631889],[-114.542206,45.626713],[-114.540424,45.620414],[-114.534369,45.612162],[-114.530707,45.606059],[-114.52912,45.599955],[-114.530438,45.594487],[-114.533173,45.589213],[-114.544916,45.576542],[-114.545453,45.572758],[-114.540961,45.569096],[-114.527118,45.567704],[-114.50744,45.567753],[-114.460346,45.561283],[-114.45058,45.558891],[-114.417548,45.540898],[-114.412396,45.535673],[-114.409515,45.529936],[-114.408051,45.524613],[-114.401508,45.518876],[-114.391132,45.513627],[-114.35744,45.500175],[-114.351947,45.49329],[-114.348016,45.48953],[-114.340741,45.485697],[-114.329584,45.483305],[-114.308661,45.482084],[-114.297577,45.483695],[-114.289276,45.486112],[-114.283685,45.488847],[-114.259882,45.497734],[-114.255609,45.500224],[-114.254608,45.500932],[-114.250165,45.506352],[-114.23974,45.527665],[-114.236444,45.532255],[-114.232245,45.536503],[-114.227606,45.540238],[-114.221967,45.543168],[-114.215448,45.54517],[-114.207636,45.545903],[-114.190692,45.545024],[-114.183124,45.545658],[-114.176849,45.547807],[-114.153876,45.55872],[-114.114325,45.570512],[-114.108856,45.573295],[-114.104804,45.577323],[-114.102582,45.582279],[-114.099847,45.587236],[-114.096161,45.591752],[-114.091278,45.595341],[-114.073578,45.603154],[-114.068695,45.606425],[-114.064887,45.610868],[-114.061639,45.615873],[-114.059003,45.621488],[-114.052435,45.631694],[-114.048431,45.636088],[-114.043524,45.63953],[-114.037909,45.642338],[-114.03161,45.644657],[-114.004926,45.651176],[-114.0008,45.652738],[-113.998334,45.654838],[-113.996674,45.659013],[-113.996991,45.663871],[-113.998285,45.668583],[-114.001532,45.675444],[-114.002899,45.680204],[-114.003217,45.685649],[-114.002899,45.691313],[-114.001434,45.696171],[-113.999213,45.699101],[-113.995575,45.701322],[-113.989545,45.70269],[-113.975946,45.699443],[-113.957269,45.692607],[-113.921356,45.674394],[-113.895648,45.658256],[-113.892645,45.653813],[-113.890717,45.648735],[-113.889496,45.637675],[-113.882587,45.632353],[-113.87077,45.627592],[-113.818939,45.614726],[-113.810809,45.61182],[-113.803241,45.607792],[-113.794574,45.60059],[-113.790399,45.594877],[-113.788446,45.589262],[-113.789252,45.583964],[-113.792157,45.57935],[-113.799945,45.570805],[-113.803046,45.5658],[-113.807684,45.554325],[-113.810272,45.541459],[-113.810638,45.535307],[-113.806708,45.529521],[-113.7987,45.52454],[-113.767572,45.514628],[-113.757196,45.507572],[-113.754315,45.500737],[-113.754584,45.499467],[-113.754315,45.49329],[-113.751679,45.477006],[-113.752387,45.471293],[-113.754315,45.465751],[-113.760419,45.455375],[-113.762738,45.449858],[-113.764227,45.444071],[-113.764398,45.438163],[-113.762518,45.433134],[-113.760126,45.428373],[-113.758344,45.417167],[-113.754022,45.410258],[-113.725922,45.393559],[-113.718256,45.386747],[-113.714545,45.38018],[-113.714227,45.36807],[-113.716132,45.343266],[-113.718622,45.331108],[-113.719012,45.325151],[-113.717474,45.313774],[-113.714838,45.309013],[-113.711395,45.304789],[-113.704852,45.300224],[-113.682684,45.288163],[-113.675262,45.28289],[-113.67038,45.277592],[-113.668573,45.272123],[-113.667816,45.261015],[-113.666254,45.255815],[-113.661615,45.250834],[-113.644208,45.240556],[-113.624042,45.223905],[-113.607929,45.214872],[-113.593597,45.203373],[-113.587201,45.194706],[-113.584491,45.189945],[-113.581317,45.179716],[-113.580389,45.17415],[-113.578729,45.168925],[-113.575922,45.164262],[-113.567792,45.15623],[-113.56452,45.152079],[-113.562347,45.147196],[-113.561981,45.135063],[-113.56059,45.129814],[-113.555243,45.125981],[-113.546796,45.123759],[-113.513104,45.124272],[-113.505585,45.121684],[-113.498993,45.114042],[-113.492841,45.096366],[-113.489887,45.091972],[-113.458392,45.059208],[-113.451971,45.050273],[-113.436493,45.021952],[-113.434467,45.016947],[-113.430072,45.000956],[-113.429926,44.999736],[-113.430609,44.99373],[-113.436932,44.969462],[-113.439667,44.96392],[-113.442816,44.958866],[-113.447137,44.954618],[-113.452045,44.951445],[-113.471088,44.944902],[-113.476337,44.942118],[-113.480121,44.938359],[-113.481415,44.933549],[-113.479559,44.928935],[-113.475946,44.924662],[-113.467108,44.91746],[-113.459686,44.909428],[-113.453461,44.900614],[-113.440106,44.871611],[-113.433856,44.862797],[-113.424677,44.854154],[-113.412787,44.847489],[-113.365985,44.831571],[-113.35246,44.825541],[-113.34411,44.81995],[-113.342011,44.81497],[-113.339227,44.798051],[-113.333563,44.794145],[-113.324115,44.792143],[-113.305975,44.793339],[-113.296161,44.795561],[-113.288495,44.79893],[-113.268768,44.81248],[-113.263251,44.815141],[-113.25705,44.817314],[-113.250165,44.818876],[-113.232855,44.818608],[-113.209637,44.814311],[-113.183344,44.804447],[-113.160248,44.790751],[-113.141376,44.776493],[-113.13747,44.772465],[-113.123993,44.755668],[-113.119794,44.751811],[-113.105341,44.74141],[-113.101703,44.737382],[-113.098895,44.732841],[-113.096845,44.727909],[-113.095526,44.722709],[-113.093182,44.71768],[-113.090546,44.713212],[-113.08681,44.709013],[-113.078387,44.701664],[-113.074921,44.697416],[-113.072186,44.692704],[-113.065253,44.677909],[-113.062079,44.673442],[-113.051093,44.661039],[-113.045062,44.652104],[-113.042987,44.647148],[-113.041864,44.642094],[-113.042499,44.63682],[-113.045575,44.632328],[-113.05014,44.628593],[-113.060468,44.622392],[-113.064764,44.618559],[-113.068207,44.614115],[-113.068817,44.609257],[-113.067499,44.604667],[-113.064105,44.60059],[-113.03703,44.578788],[-113.034076,44.574272],[-113.032684,44.569169],[-113.032538,44.557792],[-113.027606,44.552787],[-113.019061,44.548295],[-113.003192,44.542192],[-112.996088,44.537113],[-112.993036,44.531547],[-112.994403,44.526274],[-113.003827,44.510673],[-113.007782,44.501518],[-113.008002,44.498686],[-113.007074,44.494462],[-112.997772,44.481156],[-112.996381,44.476762],[-112.995526,44.465238],[-112.991278,44.459965],[-112.982562,44.455937],[-112.965839,44.451396],[-112.957196,44.447123],[-112.950995,44.442802],[-112.935321,44.426591],[-112.930316,44.423393],[-112.922968,44.42017],[-112.878461,44.409892],[-112.872455,44.407157],[-112.867743,44.403739],[-112.84455,44.379667],[-112.838178,44.376982],[-112.829437,44.376615],[-112.813251,44.382524],[-112.808856,44.387992],[-112.807977,44.393559],[-112.825165,44.414945],[-112.827411,44.419779],[-112.827509,44.425492],[-112.825848,44.430717],[-112.822699,44.435527],[-112.818866,44.43997],[-112.814569,44.443949],[-112.757221,44.48582],[-112.751483,44.488529],[-112.722919,44.493779],[-112.716864,44.495683],[-112.699335,44.504106],[-112.691034,44.505351],[-112.680267,44.505473],[-112.646307,44.499028],[-112.523798,44.487992],[-112.517279,44.485453],[-112.511859,44.482328],[-112.50307,44.476054],[-112.496869,44.475444],[-112.46911,44.478227],[-112.454608,44.477909],[-112.43537,44.474174],[-112.426898,44.469999],[-112.420209,44.465751],[-112.415595,44.462089],[-112.409662,44.459086],[-112.401068,44.457743],[-112.390033,44.458329],[-112.374164,44.462406],[-112.365717,44.466484],[-112.35993,44.471391],[-112.342474,44.504618],[-112.335101,44.528202],[-112.331854,44.533256],[-112.327802,44.537113],[-112.322626,44.540287],[-112.310956,44.545243],[-112.295184,44.550053],[-112.269965,44.554594],[-112.262421,44.557084],[-112.257782,44.559721],[-112.248944,44.566532],[-112.24223,44.568705],[-112.233466,44.568705],[-112.218964,44.563896],[-112.204218,44.555424],[-112.196356,44.553276],[-112.185126,44.552494],[-112.162714,44.553129],[-112.144086,44.551884],[-112.115546,44.54683],[-112.091107,44.539579],[-112.081635,44.538725],[-111.986298,44.551274],[-111.970282,44.549809],[-111.951386,44.551957],[-111.940863,44.554399],[-111.933685,44.557475],[-111.928412,44.560478],[-111.921259,44.562431],[-111.912177,44.563529],[-111.870013,44.562406],[-111.852069,44.557475],[-111.842548,44.553569],[-111.835614,44.549516],[-111.82785,44.54141],[-111.824823,44.537113],[-111.821185,44.533012],[-111.816058,44.52974],[-111.808759,44.52808],[-111.799384,44.528495],[-111.779315,44.535429],[-111.770575,44.537382],[-111.750018,44.538676],[-111.732977,44.54141],[-111.726898,44.543754],[-111.68205,44.565751],[-111.66745,44.56724],[-111.558319,44.566679],[-111.546088,44.564823],[-111.515082,44.554081],[-111.502826,44.547612],[-111.496747,44.54644],[-111.48747,44.545805],[-111.470331,44.547148],[-111.460516,44.549076],[-111.454364,44.552275],[-111.454315,44.556523],[-111.45744,44.560527],[-111.462958,44.563432],[-111.486005,44.569169],[-111.492059,44.571635],[-111.496405,44.574589],[-111.499408,44.577494],[-111.501434,44.580204],[-111.50329,44.584452],[-111.506561,44.594633],[-111.50744,44.600077],[-111.507733,44.605815],[-111.506561,44.611918],[-111.504657,44.617533],[-111.497479,44.62891],[-111.495746,44.633378],[-111.494428,44.643901],[-111.491596,44.648466],[-111.486713,44.651591],[-111.460077,44.65894],[-111.455145,44.662016],[-111.451239,44.666215],[-111.449481,44.671952],[-111.449164,44.677885],[-111.450482,44.683622],[-111.452875,44.688066],[-111.456293,44.692314],[-111.460175,44.696025],[-111.463495,44.700224],[-111.46535,44.704765],[-111.464203,44.709794],[-111.461322,44.714579],[-111.451727,44.721781],[-111.439764,44.727055],[-111.433026,44.728764],[-111.404144,44.731596],[-111.396405,44.733793],[-111.390936,44.737529],[-111.380072,44.751542],[-111.375458,44.754887],[-111.36684,44.755204],[-111.354169,44.752738],[-111.317963,44.73831],[-111.307953,44.732353],[-111.29848,44.715312],[-111.258124,44.669047],[-111.250018,44.656303],[-111.245624,44.652421],[-111.235712,44.648905],[-111.22807,44.645292],[-111.222186,44.640702],[-111.218964,44.633549],[-111.218182,44.626982],[-111.218378,44.62017],[-111.217572,44.608525],[-111.215546,44.603276],[-111.213251,44.598686],[-111.210223,44.59434],[-111.204608,44.590238],[-111.196991,44.586161],[-111.181635,44.580375],[-111.17077,44.574076],[-111.157587,44.562602],[-111.140375,44.54141],[-111.111542,44.515263],[-111.095306,44.506645],[-111.051386,44.49788],[-111.051337,44.341801],[-111.051239,44.185624],[-111.051166,44.029496],[-111.051093,43.873393],[-111.051019,43.71724],[-111.050946,43.561112],[-111.050873,43.405009],[-111.0508,43.248857],[-111.050702,43.092729],[-111.050629,42.936601],[-111.050555,42.780473],[-111.050507,42.62432],[-111.050482,42.468217],[-111.050409,42.312089],[-111.050311,42.155937],[-111.050238,41.999833],[-111.237274,41.999833],[-111.424286,41.999858],[-111.611298,41.999906],[-111.798309,41.999906],[-111.98537,41.999906],[-112.172382,41.999906],[-112.359393,41.999906],[-112.546405,41.999955],[-112.733441,42.000004],[-112.920477,42.000004],[-113.107489,42.000004],[-113.294501,42.000004],[-113.481512,42.000004],[-113.668524,42.000029],[-113.855536,42.000077],[-114.042548,42.000077],[-114.228387,42.000029],[-114.414301,42.000004],[-114.600214,41.999955],[-114.786102,41.999906],[-114.971991,41.999858],[-115.157855,41.999833],[-115.343695,41.999833],[-115.529608,41.999809],[-115.715497,41.99976],[-115.901361,41.99976],[-116.087201,41.999711],[-116.273114,41.999687],[-116.459003,41.999662],[-116.644867,41.999613],[-116.830731,41.999565],[-117.01662,41.99954],[-117.016864,42.102641],[-117.017035,42.205815],[-117.017255,42.309013],[-117.017474,42.412162],[-117.017645,42.515312],[-117.017865,42.61851],[-117.018085,42.721659],[-117.01828,42.824809],[-117.018475,42.927983],[-117.01872,43.031108],[-117.01889,43.134281],[-117.01911,43.237455],[-117.01933,43.340605],[-117.019525,43.443803],[-117.019721,43.546952],[-117.019965,43.650102],[-117.020038,43.695121],[-117.020184,43.785087],[-117.023602,43.798149],[-117.023578,43.798295],[-117.023578,43.805693],[-117.031415,43.828691],[-117.015765,43.844828],[-116.99372,43.857695],[-116.982587,43.870903],[-116.971063,43.893363],[-116.967304,43.917265],[-116.954657,43.949711],[-116.947846,43.990702],[-116.943378,44.001713],[-116.938959,44.009306],[-116.935541,44.017045],[-116.934174,44.028544],[-116.941351,44.049565],[-116.968695,44.0835],[-116.968964,44.099955],[-116.958661,44.108671],[-116.945136,44.110258],[-116.93139,44.110063],[-116.920526,44.113578],[-116.912421,44.123637],[-116.908392,44.135014],[-116.907001,44.14683],[-116.906854,44.15828],[-116.903143,44.163652],[-116.896137,44.169535],[-116.891986,44.176689],[-116.896942,44.185917],[-116.916913,44.200199],[-116.934174,44.209819],[-116.955927,44.218437],[-116.961395,44.223832],[-116.968964,44.237089],[-116.970966,44.248149],[-116.970453,44.259477],[-116.97348,44.268315],[-116.986005,44.271879],[-117.008539,44.26873],[-117.02663,44.26287],[-117.044012,44.259648],[-117.06452,44.264433],[-117.072943,44.271952],[-117.078827,44.281742],[-117.086176,44.289897],[-117.099286,44.292338],[-117.112909,44.288456],[-117.122235,44.281327],[-117.130292,44.272709],[-117.140253,44.264433],[-117.178876,44.284721],[-117.195062,44.297709],[-117.201703,44.316264],[-117.200653,44.326542],[-117.195917,44.339677],[-117.194891,44.350053],[-117.197675,44.362797],[-117.210931,44.383207],[-117.21535,44.394755],[-117.212079,44.417802],[-117.201093,44.437602],[-117.193524,44.45557],[-117.203803,44.482499],[-117.197284,44.489701],[-117.188104,44.495561],[-117.183466,44.500907],[-117.179999,44.513578],[-117.171356,44.518827],[-117.160272,44.521147],[-117.149335,44.525102],[-117.135565,44.537113],[-117.122284,44.554081],[-117.112274,44.572831],[-117.103754,44.611845],[-117.092694,44.633036],[-117.067401,44.668486],[-117.039911,44.719194],[-117.029242,44.733647],[-117.010565,44.74998],[-116.950092,44.778349],[-116.931512,44.790238],[-116.917279,44.802592],[-116.863934,44.866093],[-116.840839,44.901249],[-116.832806,44.919877],[-116.821967,44.966557],[-116.820355,44.987529],[-116.822577,44.990483],[-116.827509,44.995487],[-116.832416,45.003422],[-116.834637,45.014823],[-116.831342,45.025004],[-116.823505,45.035795],[-116.71745,45.151371],[-116.696845,45.189848],[-116.678973,45.251347],[-116.665814,45.268412],[-116.656073,45.284721],[-116.653046,45.326274],[-116.649042,45.347514],[-116.636151,45.365678],[-116.601532,45.394584],[-116.586688,45.42808],[-116.539179,45.471025],[-116.535272,45.480888],[-116.530658,45.501957],[-116.511835,45.535624],[-116.50622,45.542411],[-116.476679,45.566508],[-116.462958,45.581913],[-116.454999,45.600761],[-116.455902,45.621928],[-116.463666,45.642436],[-116.498773,45.690971],[-116.517206,45.731889],[-116.530121,45.751567],[-116.542792,45.762431],[-116.55744,45.772099],[-116.599432,45.778031],[-116.65744,45.803544],[-116.678143,45.820561],[-116.687787,45.826713],[-116.759393,45.837968],[-116.769696,45.850883],[-116.778876,45.866508],[-116.838593,45.909867],[-116.867865,45.966093],[-116.876508,45.996977],[-116.878827,46.001469],[-116.902289,46.046415],[-116.955096,46.094194],[-116.960638,46.104765],[-116.931195,46.12808],[-116.918304,46.141947],[-116.9091,46.16248],[-116.909149,46.183427],[-116.930756,46.210722],[-116.942084,46.259721],[-116.955975,46.280839],[-116.989423,46.320146],[-117.036835,46.363261],[-117.044037,46.378471],[-117.040106,46.396488],[-117.038578,46.424307],[-117.040035,46.454907],[-117.041492,46.603534],[-117.040035,46.769647],[-117.040035,46.940131],[-117.041492,47.091672],[-117.041492,47.255599],[-117.041492,47.420255],[-117.042949,47.571796],[-117.042949,47.73718],[-117.042949,47.893093],[-117.042949,48.054834],[-117.037207,48.212177],[-117.03493,48.358915],[-117.035736,48.517387],[-117.036542,48.675883],[-117.037323,48.834379],[-117.038151,48.992515],[-116.938181,48.992515],[-116.718375,48.992515],[-116.498569,48.992515],[-116.278763,48.992515],[-116.058958,48.992515],[-116.048163,48.992515],[-116.048236,48.875444],[-116.048334,48.757963],[-116.048407,48.640483],[-116.048554,48.523002],[-116.048651,48.405473],[-116.048724,48.288041],[-116.048846,48.170561],[-116.048944,48.05308],[-116.048944,48.003691],[-116.045502,47.997441],[-116.036859,47.98787],[-116.014813,47.973271],[-115.985492,47.948295],[-115.973724,47.932987],[-115.94892,47.910038],[-115.9414,47.899516],[-115.937006,47.894487],[-115.930365,47.889335],[-115.917792,47.88245],[-115.907147,47.874858],[-115.89599,47.865141],[-115.886688,47.858744],[-115.862958,47.848905],[-115.855048,47.843852],[-115.848602,47.835746],[-115.844623,47.82974],[-115.825629,47.781742],[-115.82121,47.7762],[-115.81413,47.770634],[-115.787518,47.759574],[-115.77829,47.754399],[-115.772211,47.745317],[-115.769769,47.738432],[-115.76662,47.731596],[-115.761371,47.726078],[-115.732391,47.712748],[-115.725311,47.70811],[-115.718915,47.699784],[-115.716156,47.692948],[-115.715155,47.685917],[-115.717792,47.661112],[-115.712982,47.652909],[-115.68559,47.623759],[-115.678803,47.612968],[-115.676532,47.604496],[-115.678876,47.598857],[-115.685004,47.588774],[-115.689154,47.584477],[-115.693939,47.580839],[-115.699237,47.57769],[-115.723285,47.567338],[-115.728803,47.564237],[-115.733124,47.560722],[-115.732758,47.555619],[-115.726849,47.550492],[-115.701068,47.538652],[-115.692035,47.532426],[-115.684442,47.521537],[-115.678558,47.500834],[-115.677972,47.499955],[-115.66767,47.495414],[-115.65224,47.490336],[-115.643109,47.485844],[-115.639179,47.479277],[-115.641254,47.474198],[-115.645624,47.470048],[-115.651508,47.467411],[-115.657977,47.465531],[-115.665253,47.464067],[-115.70788,47.461283],[-115.714471,47.459794],[-115.719403,47.457304],[-115.722113,47.455351],[-115.724847,47.451737],[-115.726703,47.447148],[-115.723993,47.441728],[-115.717255,47.436528],[-115.700629,47.43079],[-115.661298,47.422782],[-115.5862,47.388432],[-115.577118,47.382426],[-115.545013,47.356474],[-115.528632,47.339921],[-115.520184,47.325907],[-115.510126,47.312724],[-115.50473,47.308158],[-115.49682,47.304081],[-115.482172,47.29976],[-115.431805,47.293437],[-115.341669,47.268534],[-115.33327,47.26436],[-115.325287,47.258207],[-115.314227,47.246147],[-115.304633,47.231791],[-115.300482,47.226737],[-115.29411,47.221098],[-115.289984,47.216239],[-115.287079,47.211283],[-115.283563,47.200737],[-115.27995,47.195927],[-115.274066,47.191899],[-115.264154,47.188261],[-115.256073,47.184208],[-115.24892,47.179081],[-115.239618,47.170097],[-115.231024,47.163578],[-115.203387,47.150199],[-115.192108,47.142802],[-115.164716,47.116142],[-115.150409,47.092826],[-115.061054,47.02432],[-115.058759,47.019194],[-115.054169,47.001029],[-115.053339,46.999247],[-115.051703,46.996659],[-115.046991,46.992826],[-115.039374,46.9887],[-115.024945,46.98455],[-115.005145,46.980912],[-114.9987,46.978007],[-114.991888,46.973368],[-114.963886,46.947026],[-114.95744,46.942558],[-114.94892,46.937797],[-114.923969,46.927153],[-114.917865,46.922831],[-114.917084,46.917655],[-114.918524,46.912333],[-114.920868,46.906645],[-114.922626,46.900688],[-114.923285,46.894438],[-114.921283,46.877006],[-114.918304,46.866166],[-114.913763,46.85601],[-114.905414,46.84185],[-114.899042,46.836943],[-114.889862,46.83162],[-114.859369,46.817655],[-114.848554,46.810746],[-114.834222,46.79932],[-114.823602,46.792802],[-114.807269,46.787529],[-114.778705,46.78184],[-114.771625,46.778739],[-114.766425,46.774418],[-114.762714,46.767436],[-114.761859,46.760624],[-114.762347,46.754106],[-114.769525,46.729985],[-114.769379,46.72454],[-114.766571,46.719706],[-114.761224,46.715995],[-114.751361,46.714286]]]},"type":"Feature","properties":{"postal":"ID","name":"Idaho","type":"State","center":[-114.8559670781893,44.967243244306076]}},"WA":{"geometry":{"type":"MultiPolygon","coordinates":[[[[-123.315661,46.148536],[-123.337983,46.147594],[-123.357861,46.150489],[-123.376901,46.15613],[-123.396638,46.168933],[-123.411046,46.17508],[-123.420571,46.185592],[-123.422956,46.187806],[-123.417085,46.204842],[-123.405043,46.200934],[-123.388369,46.19037],[-123.366208,46.179203],[-123.34886,46.166409],[-123.324327,46.154662],[-123.315661,46.148536]]],[[[-123.945531,46.417647],[-123.964121,46.406791],[-123.974716,46.440181],[-123.997763,46.453397],[-123.990953,46.473173],[-123.990346,46.488293],[-123.981109,46.497463],[-123.973997,46.49293],[-123.971207,46.48478],[-123.963895,46.480118],[-123.94818,46.46419],[-123.947118,46.44868],[-123.945531,46.417647]]],[[[-122.70108,47.123969],[-122.706776,47.123969],[-122.71524,47.12816],[-122.723744,47.132392],[-122.737904,47.14232],[-122.742177,47.143744],[-122.746409,47.153713],[-122.737904,47.157904],[-122.7294,47.162177],[-122.723744,47.172065],[-122.718088,47.180609],[-122.705393,47.181952],[-122.685536,47.180609],[-122.675608,47.176337],[-122.671376,47.164984],[-122.67276,47.155097],[-122.677073,47.139553],[-122.689768,47.129584],[-122.70108,47.123969]]],[[[-122.85969,47.17772],[-122.87385,47.167873],[-122.879465,47.172065],[-122.882314,47.180609],[-122.88801,47.193305],[-122.890777,47.200385],[-122.897857,47.208889],[-122.912017,47.218817],[-122.921946,47.228705],[-122.921946,47.237209],[-122.914866,47.255561],[-122.912017,47.269721],[-122.904937,47.278266],[-122.890777,47.278266],[-122.882314,47.283881],[-122.865305,47.289537],[-122.858225,47.292426],[-122.846913,47.298041],[-122.85261,47.285346],[-122.86677,47.278266],[-122.868153,47.268297],[-122.868153,47.255561],[-122.869537,47.242865],[-122.858225,47.231513],[-122.848297,47.220201],[-122.848297,47.207465],[-122.848297,47.193305],[-122.85969,47.17772]]],[[[-122.422434,47.40884],[-122.406158,47.400336],[-122.387359,47.393988],[-122.366811,47.383531],[-122.374338,47.383246],[-122.417795,47.370795],[-122.449534,47.347724],[-122.469228,47.336371],[-122.474721,47.349555],[-122.473785,47.36286],[-122.466379,47.373196],[-122.452219,47.377346],[-122.44225,47.382514],[-122.439849,47.392808],[-122.446401,47.40058],[-122.463043,47.397773],[-122.455637,47.391018],[-122.47525,47.384467],[-122.485422,47.379828],[-122.489735,47.373928],[-122.490224,47.353827],[-122.492177,47.344184],[-122.496571,47.336371],[-122.503407,47.331529],[-122.510487,47.332099],[-122.5183,47.337307],[-122.527252,47.346259],[-122.531484,47.35692],[-122.527577,47.366441],[-122.521067,47.374416],[-122.51769,47.380439],[-122.510243,47.455797],[-122.503977,47.467475],[-122.489003,47.482652],[-122.471018,47.495795],[-122.455637,47.500881],[-122.462066,47.486762],[-122.457631,47.48017],[-122.448598,47.475409],[-122.441314,47.466742],[-122.439117,47.456244],[-122.438059,47.435858],[-122.435129,47.425727],[-122.422434,47.40884]]],[[[-122.495107,47.601549],[-122.493276,47.594224],[-122.488637,47.589586],[-122.480377,47.586859],[-122.488637,47.581366],[-122.498769,47.571234],[-122.520863,47.573961],[-122.542348,47.595526],[-122.557607,47.597886],[-122.570546,47.596096],[-122.57787,47.601549],[-122.569569,47.618109],[-122.567698,47.629584],[-122.574615,47.637885],[-122.579254,47.648668],[-122.580474,47.662991],[-122.578928,47.669379],[-122.561879,47.685614],[-122.558013,47.695746],[-122.558949,47.705959],[-122.557769,47.713813],[-122.547922,47.716986],[-122.537709,47.714789],[-122.526519,47.709296],[-122.516835,47.702379],[-122.510976,47.695868],[-122.505849,47.663275],[-122.499623,47.648668],[-122.489858,47.641262],[-122.498036,47.633612],[-122.503285,47.630032],[-122.510976,47.62759],[-122.500152,47.619289],[-122.5006,47.611721],[-122.496938,47.607123],[-122.495107,47.601549]]],[[[-122.677113,48.048651],[-122.673207,48.023749],[-122.681508,48.00727],[-122.700185,48.007758],[-122.7176,48.023017],[-122.730784,48.042426],[-122.736724,48.055732],[-122.740875,48.074368],[-122.738922,48.082506],[-122.729319,48.082994],[-122.723012,48.076239],[-122.720326,48.054755],[-122.716298,48.048285],[-122.701975,48.049221],[-122.70165,48.064399],[-122.711985,48.083645],[-122.729319,48.096747],[-122.718902,48.10224],[-122.709218,48.10224],[-122.701161,48.097602],[-122.686879,48.073228],[-122.677113,48.048651]]],[[[-122.586497,48.390815],[-122.584584,48.383368],[-122.582875,48.380316],[-122.57901,48.377143],[-122.577707,48.356676],[-122.515981,48.321967],[-122.517568,48.294013],[-122.530873,48.28384],[-122.546376,48.281399],[-122.562123,48.2862],[-122.575917,48.297675],[-122.593984,48.307929],[-122.608998,48.29914],[-122.620351,48.281928],[-122.627431,48.267279],[-122.641265,48.287991],[-122.646799,48.280829],[-122.648549,48.262641],[-122.651357,48.249945],[-122.665924,48.242174],[-122.723704,48.233791],[-122.710072,48.221422],[-122.696116,48.22016],[-122.665028,48.226386],[-122.651926,48.224066],[-122.628326,48.214301],[-122.616933,48.212063],[-122.59553,48.20539],[-122.580637,48.188463],[-122.571034,48.166246],[-122.558665,48.121324],[-122.554596,48.066067],[-122.54662,48.017035],[-122.535512,48.005927],[-122.522043,48.011949],[-122.510243,48.035224],[-122.522857,48.057074],[-122.524037,48.079413],[-122.514027,48.090766],[-122.493153,48.079657],[-122.476959,48.065253],[-122.460032,48.053453],[-122.381093,48.015815],[-122.365549,47.999661],[-122.359364,47.97663],[-122.350657,47.960924],[-122.346791,47.950588],[-122.349477,47.94595],[-122.355214,47.941962],[-122.373647,47.919176],[-122.378489,47.9147],[-122.381907,47.907782],[-122.386708,47.904934],[-122.392974,47.905097],[-122.394683,47.910346],[-122.395823,47.91649],[-122.40038,47.919176],[-122.422271,47.91234],[-122.435414,47.910468],[-122.441314,47.915473],[-122.443349,47.936916],[-122.449696,47.959459],[-122.46052,47.977851],[-122.476064,47.986884],[-122.488515,47.985093],[-122.507069,47.970852],[-122.51769,47.966295],[-122.530344,47.967353],[-122.539215,47.972154],[-122.548085,47.979967],[-122.562001,47.987372],[-122.58019,48.004869],[-122.593332,48.025377],[-122.592152,48.04206],[-122.609771,48.060492],[-122.614858,48.074897],[-122.600168,48.130113],[-122.607249,48.153754],[-122.622955,48.163316],[-122.644399,48.161444],[-122.668446,48.15058],[-122.693227,48.180243],[-122.699778,48.18476],[-122.710113,48.187079],[-122.723541,48.192694],[-122.736155,48.199652],[-122.74413,48.205878],[-122.755727,48.229641],[-122.75121,48.249945],[-122.668446,48.36286],[-122.656565,48.385077],[-122.630849,48.38467],[-122.616689,48.389594],[-122.605458,48.398424],[-122.595774,48.401923],[-122.586497,48.390815]]],[[[-122.849355,48.461615],[-122.836293,48.459947],[-122.820953,48.472602],[-122.808339,48.458197],[-122.806142,48.442043],[-122.8131,48.427314],[-122.827748,48.417385],[-122.889882,48.42414],[-122.883453,48.441474],[-122.898671,48.447903],[-122.921376,48.450995],[-122.937611,48.458319],[-122.942535,48.475775],[-122.937001,48.493232],[-122.924875,48.507148],[-122.910308,48.513577],[-122.916249,48.523871],[-122.916982,48.533637],[-122.912465,48.541734],[-122.910308,48.547065],[-122.887074,48.563666],[-122.877024,48.565863],[-122.860748,48.539618],[-122.859039,48.521308],[-122.861928,48.489325],[-122.858469,48.472846],[-122.849355,48.461615]]],[[[-122.694081,48.543524],[-122.703033,48.541897],[-122.714345,48.541938],[-122.72289,48.548163],[-122.73705,48.577135],[-122.735422,48.590399],[-122.726796,48.601508],[-122.715484,48.606024],[-122.70287,48.600409],[-122.696401,48.592271],[-122.693715,48.585924],[-122.678456,48.572903],[-122.67455,48.568793],[-122.67927,48.564521],[-122.685902,48.556952],[-122.688059,48.547024],[-122.694081,48.543524]]],[[[-122.992258,48.513577],[-123.002349,48.509182],[-123.010569,48.511623],[-123.016591,48.51142],[-123.020172,48.499335],[-123.016835,48.496649],[-122.999135,48.472602],[-122.991322,48.467678],[-122.9829,48.463609],[-122.964955,48.458319],[-122.964955,48.451483],[-122.979319,48.456366],[-122.990387,48.455878],[-123.001617,48.453111],[-123.016469,48.451483],[-123.030019,48.453803],[-123.038442,48.459418],[-123.045277,48.466376],[-123.0537,48.472602],[-123.065419,48.478502],[-123.070383,48.480129],[-123.091624,48.478827],[-123.102651,48.480292],[-123.116363,48.484198],[-123.129709,48.489732],[-123.139312,48.495836],[-123.149159,48.505601],[-123.154449,48.513129],[-123.166575,48.543524],[-123.17394,48.573432],[-123.174143,48.578437],[-123.177561,48.598822],[-123.158437,48.614569],[-123.12914,48.620063],[-123.102122,48.609117],[-123.093821,48.597602],[-123.07665,48.584052],[-123.057769,48.572903],[-123.024648,48.562812],[-123.004303,48.539455],[-122.977651,48.531317],[-122.97997,48.525133],[-122.992258,48.513577]]],[[[-122.857818,48.708686],[-122.745839,48.664374],[-122.750885,48.654731],[-122.757232,48.650051],[-122.800445,48.629625],[-122.804514,48.623725],[-122.805409,48.616889],[-122.808949,48.611274],[-122.820953,48.609117],[-122.831125,48.612698],[-122.841379,48.620917],[-122.865875,48.649604],[-122.879872,48.677191],[-122.882395,48.687974],[-122.88679,48.696275],[-122.896352,48.699774],[-122.905914,48.697333],[-122.910308,48.687974],[-122.908762,48.676947],[-122.906117,48.671088],[-122.905629,48.666083],[-122.910308,48.657538],[-122.861928,48.601711],[-122.874379,48.593736],[-122.887522,48.589993],[-122.917144,48.58869],[-122.933339,48.59276],[-122.941396,48.602607],[-122.945872,48.614081],[-122.951283,48.62344],[-122.968414,48.634589],[-122.980092,48.638617],[-122.985463,48.633043],[-122.986236,48.61933],[-122.989613,48.604641],[-122.99706,48.597154],[-123.009633,48.605414],[-123.022206,48.618394],[-123.026519,48.626532],[-123.026357,48.636461],[-123.020904,48.642483],[-122.997141,48.66059],[-122.98884,48.664374],[-122.977773,48.667792],[-122.929311,48.708441],[-122.917958,48.711412],[-122.896637,48.712144],[-122.857818,48.708686]]],[[[-122.613149,48.648424],[-122.620473,48.645941],[-122.633616,48.651679],[-122.655141,48.66474],[-122.662221,48.670315],[-122.679433,48.688178],[-122.703114,48.707913],[-122.716542,48.715237],[-122.720286,48.724921],[-122.715159,48.739081],[-122.698476,48.734687],[-122.671376,48.70482],[-122.662343,48.697699],[-122.647369,48.690741],[-122.635162,48.683295],[-122.628407,48.677069],[-122.621409,48.668524],[-122.615346,48.658637],[-122.613149,48.648424]]],[[[-123.03529,48.992515],[-123.035308,48.992499],[-123.045277,48.984361],[-123.08849,48.972235],[-123.089345,48.987982],[-123.090484,48.992499],[-123.090488,48.992515],[-123.035306,48.992515],[-123.03529,48.992515]]],[[[-122.753012,48.992515],[-122.653258,48.992515],[-122.433375,48.992515],[-122.213517,48.992515],[-121.993763,48.992515],[-121.773958,48.992515],[-121.554152,48.992515],[-121.33432,48.992515],[-121.114515,48.992515],[-120.894709,48.992515],[-120.674955,48.992515],[-120.455149,48.992515],[-120.235318,48.992515],[-120.015512,48.992515],[-119.795706,48.992515],[-119.575875,48.992515],[-119.356043,48.992515],[-119.136212,48.992515],[-118.916484,48.992515],[-118.696678,48.992515],[-118.476872,48.992515],[-118.257066,48.992515],[-118.037235,48.992515],[-117.817429,48.992515],[-117.597675,48.992515],[-117.377869,48.992515],[-117.158012,48.992515],[-117.038151,48.992515],[-117.037323,48.834379],[-117.036542,48.675883],[-117.035736,48.517387],[-117.03493,48.358915],[-117.037207,48.212177],[-117.042949,48.054834],[-117.042949,47.893093],[-117.042949,47.73718],[-117.042949,47.571796],[-117.041492,47.420255],[-117.041492,47.255599],[-117.041492,47.091672],[-117.040035,46.940131],[-117.040035,46.769647],[-117.041492,46.603534],[-117.040035,46.454907],[-117.038578,46.424307],[-117.040106,46.396488],[-117.044037,46.378471],[-117.036835,46.363261],[-116.989423,46.320146],[-116.955975,46.280839],[-116.942084,46.259721],[-116.930756,46.210722],[-116.909149,46.183427],[-116.9091,46.16248],[-116.918304,46.141947],[-116.931195,46.12808],[-116.960638,46.104765],[-116.955096,46.094194],[-116.902289,46.046415],[-116.878827,46.001469],[-117.014569,46.001371],[-117.143475,46.001274],[-117.272333,46.001152],[-117.401166,46.001029],[-117.529999,46.000907],[-117.658881,46.00081],[-117.787738,46.000688],[-117.916571,46.000541],[-118.045404,46.000444],[-118.174286,46.000346],[-118.303143,46.000224],[-118.432001,46.000077],[-118.560809,45.99998],[-118.689667,45.999882],[-118.818549,45.999711],[-118.947382,45.999589],[-118.993573,45.999516],[-119.002362,45.999516],[-119.04455,45.964482],[-119.093329,45.948832],[-119.341327,45.946147],[-119.429022,45.934257],[-119.479608,45.927421],[-119.548846,45.92974],[-119.575262,45.927592],[-119.591693,45.921147],[-119.620526,45.89561],[-119.66247,45.87183],[-119.934198,45.837968],[-120.080389,45.794779],[-120.12724,45.789091],[-120.145404,45.78057],[-120.176044,45.759037],[-120.202118,45.745829],[-120.229901,45.737065],[-120.24538,45.735966],[-120.274847,45.74019],[-120.290106,45.740409],[-120.300604,45.738407],[-120.339862,45.721806],[-120.362592,45.715238],[-120.374042,45.714164],[-120.425604,45.720878],[-120.434271,45.719487],[-120.458514,45.710966],[-120.47016,45.710136],[-120.620966,45.730863],[-120.631415,45.729057],[-120.657977,45.716581],[-120.664911,45.710771],[-120.668622,45.703373],[-120.715692,45.689921],[-120.786981,45.679594],[-120.794354,45.677372],[-120.83869,45.652568],[-120.843915,45.651371],[-120.85744,45.650712],[-120.900116,45.641801],[-120.942719,45.645634],[-120.957098,45.650248],[-120.968231,45.651347],[-121.001166,45.650029],[-121.006805,45.650395],[-121.017792,45.652616],[-121.038886,45.653324],[-121.043915,45.652934],[-121.13288,45.62415],[-121.154974,45.622221],[-121.17287,45.631791],[-121.186371,45.652714],[-121.194208,45.670317],[-121.204242,45.684941],[-121.224384,45.696952],[-121.271845,45.708769],[-121.570233,45.729447],[-121.717523,45.710014],[-121.792645,45.721391],[-121.820868,45.71746],[-121.862396,45.700785],[-121.930975,45.660087],[-121.971063,45.642338],[-122.149823,45.593925],[-122.224554,45.577934],[-122.241718,45.570024],[-122.261054,45.566313],[-122.34162,45.587089],[-122.426117,45.588188],[-122.456024,45.600273],[-122.507172,45.609965],[-122.539618,45.621879],[-122.554535,45.622245],[-122.594867,45.614433],[-122.673114,45.625737],[-122.697846,45.635673],[-122.7216,45.648881],[-122.738861,45.662846],[-122.748138,45.679521],[-122.754486,45.701908],[-122.759345,45.74102],[-122.758368,45.752104],[-122.754096,45.771342],[-122.753143,45.782328],[-122.757123,45.792192],[-122.779852,45.819877],[-122.78056,45.84268],[-122.775897,45.862895],[-122.774042,45.881376],[-122.792474,45.916337],[-122.800531,45.961576],[-122.806537,45.978129],[-122.820551,45.990824],[-122.836737,46.000395],[-122.850018,46.011503],[-122.860785,46.049662],[-122.874066,46.071977],[-122.891742,46.092485],[-122.910175,46.10789],[-122.935614,46.122294],[-122.966693,46.135746],[-122.999432,46.14561],[-123.029974,46.149467],[-123.043817,46.154862],[-123.078973,46.173344],[-123.092328,46.182719],[-123.111835,46.186479],[-123.172023,46.178519],[-123.177231,46.179187],[-123.180095,46.179102],[-123.180733,46.180028],[-123.207518,46.178363],[-123.247502,46.162627],[-123.269446,46.150415],[-123.297939,46.151545],[-123.328866,46.165556],[-123.393362,46.204137],[-123.412389,46.220295],[-123.427441,46.239289],[-123.444489,46.257782],[-123.455676,46.267044],[-123.478912,46.275865],[-123.603179,46.260077],[-123.662668,46.27025],[-123.667348,46.276842],[-123.669993,46.28559],[-123.675201,46.294257],[-123.692967,46.305202],[-123.701925,46.30335],[-123.715984,46.301465],[-123.723862,46.300325],[-123.726189,46.290235],[-123.735196,46.287934],[-123.747533,46.29108],[-123.752088,46.286005],[-123.757743,46.277519],[-123.764513,46.273267],[-123.777984,46.274085],[-123.790861,46.282993],[-123.806583,46.283396],[-123.815043,46.275312],[-123.818444,46.268762],[-123.834164,46.268759],[-123.8415,46.261434],[-123.851041,46.259846],[-123.854452,46.25213],[-123.862323,46.248653],[-123.873033,46.240172],[-123.889855,46.242148],[-123.907796,46.246461],[-123.925174,46.251541],[-123.93973,46.264384],[-123.948696,46.269835],[-123.967149,46.294316],[-123.973333,46.299782],[-123.985091,46.309097],[-124.009304,46.313456],[-124.022801,46.314253],[-124.032936,46.306109],[-124.040252,46.304178],[-124.048695,46.296418],[-124.051511,46.28593],[-124.040302,46.280975],[-124.038064,46.276705],[-124.041439,46.272828],[-124.052103,46.273612],[-124.061642,46.276722],[-124.071193,46.271296],[-124.075836,46.268297],[-124.080175,46.271688],[-124.078359,46.282375],[-124.077342,46.294966],[-124.072836,46.306993],[-124.068886,46.322898],[-124.066058,46.338807],[-124.06379,46.356267],[-124.062068,46.387705],[-124.060857,46.439871],[-124.062611,46.595933],[-124.0725,46.64251],[-124.062876,46.654941],[-124.051007,46.645602],[-124.03576,46.630818],[-124.044097,46.623603],[-124.038319,46.607611],[-124.025624,46.590888],[-124.017893,46.568549],[-124.026235,46.492336],[-124.024729,46.465522],[-124.022051,46.419666],[-124.014251,46.385119],[-123.993446,46.380099],[-123.977701,46.382444],[-123.958119,46.378241],[-123.94788,46.403005],[-123.932024,46.415283],[-123.926864,46.4401],[-123.920678,46.439315],[-123.910602,46.42844],[-123.87589,46.41912],[-123.846547,46.396633],[-123.840647,46.415758],[-123.85676,46.426459],[-123.880686,46.433498],[-123.898061,46.441636],[-123.900217,46.446682],[-123.901682,46.457343],[-123.904897,46.459377],[-123.910512,46.460679],[-123.917714,46.464057],[-123.924387,46.468451],[-123.935825,46.472311],[-123.935742,46.480457],[-123.93517,46.494696],[-123.922112,46.502552],[-123.90803,46.508287],[-123.900706,46.513373],[-123.896352,46.521226],[-123.894928,46.531317],[-123.896352,46.54442],[-123.89981,46.551174],[-123.904205,46.555609],[-123.920318,46.580715],[-123.944732,46.605902],[-123.95641,46.623114],[-123.938547,46.619859],[-123.911041,46.605414],[-123.894928,46.602729],[-123.915883,46.628404],[-123.922515,46.657864],[-123.911,46.682034],[-123.877268,46.692084],[-123.843414,46.696682],[-123.826487,46.692369],[-123.819203,46.674994],[-123.811879,46.662584],[-123.795074,46.660875],[-123.776479,46.667182],[-123.763987,46.678412],[-123.795725,46.681952],[-123.818349,46.697699],[-123.839752,46.717434],[-123.867665,46.733059],[-123.883616,46.737494],[-123.899996,46.747406],[-123.912232,46.741023],[-123.913002,46.727769],[-123.951786,46.724834],[-123.976129,46.741055],[-123.981956,46.720438],[-123.974818,46.711102],[-123.963346,46.707162],[-123.972698,46.701262],[-123.98776,46.705704],[-124.000681,46.705712],[-124.014323,46.710653],[-124.02509,46.712628],[-124.029856,46.72016],[-124.070325,46.734813],[-124.093379,46.743228],[-124.100599,46.761478],[-124.101308,46.808661],[-124.114084,46.849107],[-124.130483,46.885972],[-124.12682,46.898505],[-124.111782,46.912326],[-124.090879,46.900013],[-124.097564,46.877875],[-124.077382,46.858791],[-124.072499,46.842922],[-124.058095,46.844468],[-124.042063,46.839789],[-124.028391,46.83397],[-124.021311,46.832343],[-124.013824,46.842475],[-124.014719,46.851142],[-124.021392,46.859849],[-124.031565,46.870266],[-124.057045,46.862086],[-124.05487,46.875873],[-124.046928,46.891136],[-124.033226,46.898024],[-124.006703,46.899237],[-123.991933,46.903754],[-123.962636,46.918036],[-123.881693,46.941664],[-123.813059,46.95897],[-123.82811,46.965227],[-123.844709,46.960843],[-123.867909,46.969631],[-123.950101,46.968402],[-123.955865,46.97235],[-123.945032,46.972831],[-123.922271,46.980129],[-123.965218,46.984185],[-124.012884,46.983726],[-124.019364,46.994077],[-124.012836,47.009348],[-124.027699,47.028144],[-124.046759,47.033025],[-124.065546,47.037471],[-124.090121,47.040932],[-124.11687,47.042917],[-124.139277,47.035527],[-124.148183,47.0244],[-124.146108,47.017239],[-124.136708,47.001899],[-124.137069,46.987209],[-124.138505,46.977351],[-124.136599,46.967943],[-124.130812,46.956766],[-124.123582,46.946574],[-124.111059,46.947996],[-124.104797,46.944707],[-124.10576,46.933421],[-124.122133,46.94131],[-124.138029,46.944596],[-124.148142,46.942621],[-124.153437,46.938016],[-124.153428,46.930124],[-124.163056,46.927489],[-124.178461,46.925507],[-124.175588,46.935704],[-124.176422,46.942613],[-124.175649,46.953843],[-124.172286,46.981427],[-124.171892,47.041949],[-124.174336,47.066608],[-124.17927,47.106879],[-124.199835,47.18748],[-124.211707,47.226638],[-124.227544,47.263168],[-124.242932,47.290079],[-124.253693,47.30154],[-124.275984,47.302628],[-124.280548,47.312693],[-124.299257,47.348205],[-124.286853,47.347376],[-124.278321,47.341959],[-124.271718,47.342597],[-124.283092,47.351234],[-124.308364,47.352669],[-124.317808,47.357351],[-124.348696,47.499753],[-124.350819,47.54682],[-124.374887,47.607688],[-124.383606,47.636017],[-124.410782,47.688184],[-124.415835,47.725587],[-124.42276,47.741889],[-124.435414,47.744452],[-124.446767,47.750393],[-124.455881,47.761786],[-124.476566,47.778255],[-124.483469,47.812934],[-124.541612,47.834331],[-124.556265,47.853682],[-124.567983,47.869696],[-124.593133,47.8762],[-124.609507,47.874855],[-124.63813,47.907864],[-124.656158,47.954006],[-124.671986,47.990709],[-124.683217,48.027818],[-124.693847,48.07453],[-124.689443,48.100165],[-124.722971,48.150092],[-124.734607,48.170404],[-124.719236,48.176296],[-124.700066,48.191859],[-124.689443,48.213446],[-124.689768,48.218899],[-124.694936,48.225572],[-124.705517,48.245979],[-124.703627,48.249855],[-124.689133,48.252508],[-124.682478,48.2635],[-124.683217,48.284735],[-124.67984,48.293687],[-124.664906,48.309068],[-124.661488,48.319525],[-124.670537,48.324169],[-124.669678,48.333188],[-124.678419,48.335084],[-124.689109,48.337616],[-124.702815,48.347202],[-124.718251,48.357367],[-124.730256,48.371578],[-124.727528,48.387728],[-124.696518,48.391086],[-124.661576,48.386037],[-124.63816,48.383001],[-124.619555,48.368915],[-124.607974,48.366326],[-124.593367,48.374856],[-124.574894,48.370408],[-124.532072,48.34991],[-124.457997,48.31684],[-124.399214,48.29358],[-124.346832,48.281073],[-124.337636,48.277045],[-124.296342,48.261545],[-124.274007,48.257051],[-124.250846,48.262899],[-124.227651,48.258531],[-124.159803,48.232662],[-124.111414,48.215931],[-124.099841,48.200473],[-124.050182,48.177263],[-123.997077,48.172694],[-123.970991,48.165598],[-123.943948,48.165543],[-123.918833,48.162277],[-123.873425,48.161552],[-123.861884,48.156394],[-123.818339,48.160775],[-123.788889,48.153144],[-123.742021,48.159915],[-123.700344,48.164911],[-123.641695,48.151192],[-123.633873,48.141447],[-123.5846,48.135417],[-123.567037,48.146934],[-123.552393,48.151362],[-123.535028,48.145465],[-123.523617,48.1351],[-123.505483,48.132636],[-123.475606,48.133607],[-123.435896,48.142407],[-123.418506,48.142303],[-123.405022,48.138998],[-123.426302,48.137192],[-123.440836,48.134055],[-123.453429,48.131549],[-123.449661,48.125109],[-123.421734,48.117828],[-123.357999,48.117422],[-123.322326,48.114613],[-123.287461,48.118217],[-123.246927,48.115334],[-123.223622,48.122016],[-123.170601,48.164374],[-123.150033,48.177102],[-123.108251,48.183838],[-123.118024,48.179407],[-123.130722,48.173712],[-123.144471,48.163508],[-123.161285,48.151923],[-123.145714,48.15127],[-123.111809,48.149028],[-123.089182,48.128485],[-123.063029,48.117603],[-123.040454,48.085113],[-123.045277,48.059719],[-123.029693,48.045233],[-123.007883,48.03856],[-122.996816,48.038642],[-123.005727,48.078681],[-122.999135,48.091742],[-122.956939,48.09748],[-122.94107,48.097886],[-122.92748,48.09512],[-122.921742,48.086127],[-122.918772,48.070217],[-122.910797,48.066107],[-122.899729,48.06623],[-122.886952,48.062567],[-122.872548,48.04975],[-122.857289,48.029527],[-122.853383,48.010443],[-122.87328,48.001125],[-122.87328,47.99372],[-122.85436,47.995266],[-122.841379,48.005561],[-122.824859,48.035224],[-122.836903,48.049872],[-122.877065,48.079657],[-122.881663,48.091742],[-122.877756,48.106635],[-122.868316,48.119289],[-122.856272,48.124579],[-122.823842,48.13109],[-122.794911,48.141181],[-122.770172,48.141099],[-122.750396,48.117174],[-122.759877,48.112209],[-122.784535,48.102932],[-122.791371,48.096747],[-122.791982,48.082913],[-122.784495,48.073065],[-122.77538,48.065579],[-122.770904,48.059149],[-122.764638,48.044623],[-122.722483,47.99372],[-122.714345,47.98725],[-122.695383,47.978949],[-122.688344,47.973212],[-122.685658,47.965399],[-122.682525,47.944078],[-122.67809,47.935696],[-122.62621,47.889553],[-122.620107,47.877631],[-122.628245,47.873521],[-122.65807,47.872504],[-122.667836,47.870795],[-122.676422,47.862128],[-122.683909,47.843207],[-122.692047,47.832587],[-122.736399,47.79442],[-122.750396,47.774563],[-122.768666,47.737982],[-122.775217,47.718817],[-122.777699,47.702541],[-122.781077,47.692043],[-122.789296,47.684516],[-122.800364,47.679877],[-122.811879,47.678371],[-122.828481,47.683173],[-122.829213,47.694078],[-122.818023,47.713121],[-122.799794,47.777289],[-122.79894,47.806708],[-122.805653,47.843451],[-122.817291,47.830268],[-122.818471,47.810858],[-122.821604,47.792426],[-122.839182,47.78205],[-122.840403,47.802314],[-122.846791,47.820299],[-122.856435,47.826077],[-122.867096,47.809272],[-122.866363,47.793524],[-122.858266,47.775458],[-122.839182,47.746649],[-122.861928,47.733344],[-122.87621,47.71015],[-122.886627,47.688137],[-122.903961,47.673163],[-122.910024,47.650092],[-122.91804,47.644843],[-122.930328,47.641995],[-122.941762,47.634914],[-123.021067,47.56566],[-123.032948,47.549994],[-123.065094,47.493394],[-123.080556,47.478827],[-123.101308,47.465277],[-123.119374,47.44953],[-123.133372,47.412299],[-123.158437,47.372056],[-123.161285,47.356838],[-123.130238,47.340644],[-123.074127,47.344631],[-122.905141,47.394965],[-122.871571,47.409857],[-122.839182,47.431952],[-122.867747,47.436265],[-122.907053,47.423814],[-122.976308,47.391018],[-123.052235,47.367011],[-123.091868,47.367377],[-123.113515,47.391018],[-123.110504,47.405097],[-123.099355,47.419908],[-123.072581,47.445543],[-123.063303,47.456732],[-123.022613,47.522895],[-122.949045,47.597073],[-122.935455,47.602851],[-122.87328,47.631171],[-122.798207,47.651679],[-122.77538,47.660712],[-122.763539,47.669135],[-122.757069,47.682318],[-122.742787,47.726874],[-122.733754,47.74258],[-122.634877,47.839667],[-122.623647,47.847154],[-122.613189,47.850287],[-122.595693,47.847235],[-122.594146,47.839789],[-122.596995,47.830715],[-122.592152,47.822984],[-122.570953,47.81977],[-122.566518,47.834459],[-122.571441,47.857082],[-122.588287,47.904446],[-122.592152,47.91177],[-122.610992,47.935981],[-122.613189,47.94595],[-122.553375,47.920844],[-122.528066,47.905504],[-122.51769,47.881049],[-122.516469,47.86636],[-122.510243,47.832587],[-122.504221,47.822455],[-122.493764,47.814032],[-122.490061,47.80386],[-122.504018,47.788235],[-122.495025,47.786119],[-122.484527,47.782131],[-122.475168,47.776068],[-122.469228,47.768378],[-122.468373,47.756537],[-122.473459,47.748033],[-122.479726,47.741889],[-122.4829,47.737006],[-122.492909,47.735256],[-122.541086,47.742865],[-122.557973,47.740424],[-122.555776,47.728705],[-122.564687,47.712551],[-122.579701,47.698188],[-122.595855,47.691962],[-122.651601,47.732571],[-122.661041,47.730455],[-122.658111,47.717963],[-122.65099,47.711412],[-122.641916,47.706692],[-122.633127,47.699449],[-122.628407,47.692939],[-122.592152,47.597073],[-122.599599,47.590237],[-122.592152,47.58275],[-122.616933,47.574123],[-122.643788,47.595852],[-122.681508,47.651679],[-122.689198,47.643541],[-122.694569,47.634101],[-122.696929,47.623114],[-122.69579,47.610053],[-122.690012,47.596625],[-122.681549,47.590522],[-122.64684,47.576972],[-122.63915,47.577053],[-122.638987,47.574774],[-122.647369,47.562323],[-122.65689,47.551744],[-122.675933,47.537665],[-122.681508,47.527533],[-122.630198,47.544379],[-122.607045,47.555487],[-122.585927,47.569078],[-122.553131,47.583401],[-122.543202,47.566799],[-122.541615,47.540961],[-122.534088,47.527533],[-122.507924,47.520331],[-122.509592,47.502916],[-122.522694,47.481757],[-122.53067,47.462958],[-122.538319,47.437486],[-122.551625,47.414008],[-122.556223,47.391995],[-122.537506,47.370551],[-122.545074,47.356431],[-122.555247,47.346625],[-122.568674,47.340155],[-122.585927,47.336371],[-122.560658,47.301337],[-122.556996,47.284613],[-122.568512,47.264065],[-122.583485,47.264228],[-122.661041,47.287909],[-122.686269,47.301215],[-122.683461,47.31037],[-122.669504,47.319485],[-122.661041,47.332587],[-122.653472,47.349189],[-122.63858,47.363227],[-122.627919,47.37995],[-122.633127,47.404608],[-122.640614,47.385972],[-122.653635,47.376532],[-122.688344,47.364325],[-122.696116,47.358466],[-122.703033,47.351223],[-122.710439,47.34516],[-122.71935,47.342597],[-122.725942,47.339057],[-122.727935,47.330634],[-122.729075,47.320624],[-122.733022,47.312445],[-122.748606,47.295356],[-122.753082,47.281195],[-122.747629,47.267279],[-122.723297,47.238471],[-122.724477,47.232611],[-122.730865,47.228013],[-122.736724,47.219672],[-122.736928,47.224555],[-122.741444,47.222317],[-122.74706,47.216986],[-122.750396,47.212836],[-122.748647,47.210679],[-122.745269,47.204983],[-122.742584,47.197903],[-122.742991,47.191718],[-122.772776,47.173082],[-122.798695,47.204983],[-122.814849,47.250881],[-122.814931,47.274319],[-122.795562,47.280666],[-122.78661,47.296088],[-122.784006,47.315253],[-122.784535,47.34276],[-122.786041,47.350409],[-122.791371,47.364325],[-122.798085,47.371487],[-122.80663,47.376532],[-122.811106,47.383775],[-122.805653,47.397773],[-122.820139,47.383287],[-122.836578,47.334296],[-122.846018,47.315863],[-122.870025,47.299262],[-122.88565,47.291327],[-122.897532,47.287909],[-122.913401,47.285305],[-122.920481,47.278022],[-122.949778,47.202297],[-122.965077,47.181138],[-122.990631,47.165025],[-123.043284,47.154446],[-123.068349,47.145941],[-123.078765,47.130276],[-123.063873,47.137112],[-123.040924,47.144232],[-123.021637,47.144436],[-123.017934,47.130276],[-123.029408,47.121527],[-123.048899,47.118232],[-123.068105,47.112494],[-123.078765,47.096137],[-123.05899,47.102688],[-122.974517,47.14643],[-122.968902,47.147691],[-122.964833,47.150946],[-122.942209,47.178046],[-122.930247,47.174465],[-122.934682,47.15998],[-122.979075,47.101508],[-122.992543,47.090888],[-123.010487,47.082506],[-122.987457,47.081],[-122.964589,47.089993],[-122.945872,47.107164],[-122.935414,47.130276],[-122.929311,47.120429],[-122.927317,47.109809],[-122.929311,47.09927],[-122.935414,47.089301],[-122.925649,47.078315],[-122.918202,47.056138],[-122.90807,47.048326],[-122.8933,47.047268],[-122.892974,47.057359],[-122.900217,47.071519],[-122.90807,47.082506],[-122.895823,47.092597],[-122.896474,47.104926],[-122.901194,47.117865],[-122.901235,47.130276],[-122.892405,47.142076],[-122.852854,47.165025],[-122.847401,47.155219],[-122.847971,47.146064],[-122.85261,47.137763],[-122.85969,47.130276],[-122.84553,47.131741],[-122.8308,47.136786],[-122.820953,47.142076],[-122.821523,47.144599],[-122.822662,47.160102],[-122.817128,47.165717],[-122.798207,47.15762],[-122.79011,47.149115],[-122.782053,47.137763],[-122.772776,47.127753],[-122.748158,47.120022],[-122.735748,47.111477],[-122.72643,47.100409],[-122.722483,47.089301],[-122.685902,47.104397],[-122.652333,47.128079],[-122.571604,47.209296],[-122.550201,47.242336],[-122.537099,47.278551],[-122.537506,47.315863],[-122.520375,47.305487],[-122.485422,47.290229],[-122.448476,47.268459],[-122.433095,47.264879],[-122.418609,47.269477],[-122.40038,47.281073],[-122.417551,47.289252],[-122.427602,47.296536],[-122.429555,47.304877],[-122.422027,47.315863],[-122.409413,47.325019],[-122.391265,47.333686],[-122.372141,47.340033],[-122.339467,47.346584],[-122.328481,47.357123],[-122.323598,47.372545],[-122.325266,47.391018],[-122.333648,47.40412],[-122.360951,47.429999],[-122.366811,47.442206],[-122.366689,47.485338],[-122.370229,47.497138],[-122.381418,47.510199],[-122.388417,47.520819],[-122.407541,47.566067],[-122.409047,47.574937],[-122.403717,47.581977],[-122.390452,47.593695],[-122.377919,47.596177],[-122.366607,47.585679],[-122.356068,47.571275],[-122.345774,47.562323],[-122.341054,47.582953],[-122.339996,47.598944],[-122.345204,47.611965],[-122.359364,47.623725],[-122.404042,47.637397],[-122.413482,47.641669],[-122.423329,47.651068],[-122.428782,47.660386],[-122.42516,47.66474],[-122.413686,47.667467],[-122.409291,47.674384],[-122.406809,47.683295],[-122.40038,47.691962],[-122.384674,47.70897],[-122.381093,47.72016],[-122.383901,47.736721],[-122.387563,47.752346],[-122.398346,47.762926],[-122.406117,47.777899],[-122.404368,47.797593],[-122.399485,47.813951],[-122.391916,47.827582],[-122.382192,47.839057],[-122.35261,47.856269],[-122.339711,47.872789],[-122.336985,47.894843],[-122.334218,47.910468],[-122.324574,47.924384],[-122.324534,47.934149],[-122.320424,47.942084],[-122.312652,47.947211],[-122.292714,47.957343],[-122.285715,47.962836],[-122.27717,47.967434],[-122.241607,47.972805],[-122.2329,47.97842],[-122.212799,47.986802],[-122.209137,47.999701],[-122.207346,48.01439],[-122.200836,48.018988],[-122.196278,48.02265],[-122.191721,48.026313],[-122.193512,48.030951],[-122.201772,48.033677],[-122.207509,48.037543],[-122.221588,48.038153],[-122.238108,48.026313],[-122.307729,48.065375],[-122.340159,48.090033],[-122.362294,48.122504],[-122.367747,48.159613],[-122.365712,48.190579],[-122.3756,48.213202],[-122.41686,48.225531],[-122.421864,48.227973],[-122.428375,48.232123],[-122.435943,48.234605],[-122.444203,48.232367],[-122.448964,48.222846],[-122.446116,48.202216],[-122.466624,48.192043],[-122.469472,48.177069],[-122.465728,48.159084],[-122.457875,48.143622],[-122.448069,48.134182],[-122.432118,48.122463],[-122.414622,48.112494],[-122.39981,48.108222],[-122.384104,48.101467],[-122.36913,48.085679],[-122.348012,48.054267],[-122.366038,48.0539],[-122.377431,48.060248],[-122.396392,48.081529],[-122.405629,48.087795],[-122.489654,48.130439],[-122.510365,48.147447],[-122.526112,48.170966],[-122.533274,48.196112],[-122.531239,48.219875],[-122.53395,48.249677],[-122.49885,48.252875],[-122.465159,48.259955],[-122.445912,48.261054],[-122.429921,48.259101],[-122.418365,48.251532],[-122.409657,48.2414],[-122.400787,48.235256],[-122.388987,48.239814],[-122.393707,48.249986],[-122.390614,48.260199],[-122.375315,48.280748],[-122.379384,48.285956],[-122.381825,48.29682],[-122.385854,48.303778],[-122.391754,48.30976],[-122.425364,48.330227],[-122.455149,48.342475],[-122.478627,48.359809],[-122.491363,48.365058],[-122.506215,48.367987],[-122.522694,48.368964],[-122.533762,48.374661],[-122.553538,48.401313],[-122.567047,48.409898],[-122.567047,48.417385],[-122.552073,48.427883],[-122.558949,48.434027],[-122.574208,48.437079],[-122.584462,48.437812],[-122.591705,48.434068],[-122.607777,48.416002],[-122.615549,48.409898],[-122.63036,48.405341],[-122.646596,48.403754],[-122.661773,48.406236],[-122.673573,48.413642],[-122.683461,48.430162],[-122.678578,48.43887],[-122.668772,48.445258],[-122.663319,48.454901],[-122.669342,48.472805],[-122.682932,48.479193],[-122.697011,48.48135],[-122.704905,48.486274],[-122.702382,48.497992],[-122.689076,48.499823],[-122.672475,48.498969],[-122.659901,48.502997],[-122.633046,48.516262],[-122.613271,48.500312],[-122.597035,48.474555],[-122.580719,48.458319],[-122.580881,48.484524],[-122.568349,48.489488],[-122.551015,48.481513],[-122.527211,48.460354],[-122.514272,48.453192],[-122.5006,48.450426],[-122.488881,48.454901],[-122.480824,48.464097],[-122.480133,48.470282],[-122.482818,48.476508],[-122.485178,48.486274],[-122.488393,48.512926],[-122.494252,48.529364],[-122.503529,48.543647],[-122.515859,48.557603],[-122.55602,48.576606],[-122.567006,48.585354],[-122.54662,48.58869],[-122.525136,48.583197],[-122.485341,48.559801],[-122.468088,48.554511],[-122.447621,48.562161],[-122.440297,48.580715],[-122.444325,48.603258],[-122.457875,48.62344],[-122.466461,48.62873],[-122.475331,48.631252],[-122.48412,48.634752],[-122.492584,48.643256],[-122.497141,48.653551],[-122.503041,48.679633],[-122.502553,48.684882],[-122.525136,48.692288],[-122.521108,48.709052],[-122.49885,48.739488],[-122.508616,48.755683],[-122.529937,48.768622],[-122.554677,48.77733],[-122.574534,48.780463],[-122.593617,48.774115],[-122.609771,48.758612],[-122.639719,48.722398],[-122.65038,48.718166],[-122.660146,48.722561],[-122.667348,48.731879],[-122.670155,48.742906],[-122.6669,48.748114],[-122.652903,48.758287],[-122.649648,48.763658],[-122.658193,48.77733],[-122.676991,48.793443],[-122.695953,48.800767],[-122.704905,48.787909],[-122.700592,48.812161],[-122.703847,48.827379],[-122.714223,48.838202],[-122.757558,48.864244],[-122.768219,48.87401],[-122.772532,48.886542],[-122.768381,48.897406],[-122.759145,48.905951],[-122.749908,48.912543],[-122.745839,48.91767],[-122.75886,48.93594],[-122.808095,48.934516],[-122.813547,48.951809],[-122.801015,48.962307],[-122.777496,48.964789],[-122.731557,48.959215],[-122.741119,48.976793],[-122.753,48.992499],[-122.753012,48.992515]]]]},"type":"Feature","properties":{"postal":"WA","name":"Washington","type":"State","center":[-120.5349794238683,47.4165720443097]}},"AZ":{"geometry":{"type":"Polygon","coordinates":[[[-109.046625,36.999809],[-109.046649,36.822709],[-109.046649,36.64561],[-109.046698,36.468461],[-109.046747,36.291386],[-109.046747,36.114311],[-109.046771,35.937187],[-109.046796,35.760087],[-109.046796,35.582987],[-109.046845,35.405912],[-109.046893,35.228813],[-109.046893,35.051689],[-109.046942,34.874589],[-109.046942,34.697514],[-109.046942,34.520365],[-109.047015,34.343266],[-109.047064,34.166191],[-109.047064,33.989091],[-109.047089,33.812016],[-109.047113,33.634892],[-109.047113,33.457817],[-109.047162,33.280717],[-109.047211,33.103593],[-109.047211,32.926493],[-109.047235,32.749394],[-109.04726,32.572294],[-109.04726,32.395219],[-109.047333,32.21807],[-109.047382,32.040995],[-109.047382,31.863896],[-109.047382,31.686772],[-109.04743,31.509672],[-109.04743,31.332572],[-109.04743,31.332426],[-109.04743,31.332279],[-109.04743,31.332133],[-109.04743,31.331962],[-109.04743,31.331816],[-109.04743,31.331645],[-109.04743,31.331498],[-109.04743,31.331352],[-109.04743,31.331181],[-109.04743,31.331034],[-109.04743,31.330863],[-109.04743,31.330717],[-109.04743,31.33057],[-109.04743,31.330424],[-109.04743,31.330253],[-109.04743,31.330107],[-109.04743,31.329936],[-109.04743,31.329789],[-109.04743,31.329643],[-109.04743,31.329496],[-109.04743,31.329325],[-109.04743,31.329179],[-109.04743,31.329008],[-109.04743,31.328862],[-109.04743,31.328715],[-109.04743,31.328544],[-109.04743,31.328373],[-109.04743,31.328251],[-109.04743,31.32808],[-109.04743,31.327909],[-109.04743,31.327787],[-109.04743,31.32769],[-109.04743,31.327391],[-109.069203,31.327391],[-109.111914,31.327391],[-109.154599,31.327391],[-109.197361,31.327391],[-109.240072,31.32734],[-109.282782,31.32734],[-109.325519,31.32734],[-109.368229,31.32734],[-109.410914,31.32734],[-109.45365,31.32734],[-109.496387,31.32734],[-109.539071,31.32734],[-109.581808,31.32734],[-109.624493,31.32734],[-109.667177,31.32734],[-109.709965,31.32734],[-109.75265,31.32734],[-109.795335,31.32734],[-109.838123,31.32734],[-109.880808,31.32734],[-109.923596,31.327288],[-109.96628,31.327236],[-110.008965,31.327236],[-110.051702,31.327236],[-110.094386,31.327236],[-110.137071,31.327236],[-110.179807,31.327236],[-110.222544,31.327236],[-110.265229,31.327236],[-110.308017,31.327236],[-110.350753,31.327236],[-110.39349,31.327236],[-110.436174,31.327236],[-110.478859,31.327236],[-110.521595,31.327236],[-110.56428,31.327236],[-110.606965,31.327236],[-110.649727,31.327236],[-110.692438,31.327236],[-110.7352,31.327236],[-110.777885,31.327236],[-110.820595,31.327236],[-110.863358,31.327236],[-110.906068,31.327236],[-110.948753,31.327185],[-111.006269,31.327185],[-111.067118,31.333644],[-111.094455,31.342532],[-111.145924,31.359069],[-111.197446,31.375554],[-111.248864,31.392142],[-111.300333,31.40873],[-111.351803,31.425318],[-111.403299,31.441855],[-111.454768,31.458339],[-111.506238,31.474979],[-111.915464,31.601431],[-112.324715,31.727987],[-112.733967,31.854543],[-113.143218,31.981046],[-113.552444,32.107602],[-113.961696,32.234132],[-114.370921,32.360687],[-114.780147,32.487243],[-114.816785,32.498534],[-114.819373,32.499363],[-114.822108,32.50024],[-114.809447,32.511324],[-114.795546,32.552226],[-114.794203,32.574111],[-114.802678,32.594497],[-114.786813,32.621033],[-114.781542,32.628061],[-114.758804,32.64483],[-114.751156,32.65222],[-114.739477,32.669066],[-114.731209,32.686636],[-114.723871,32.711519],[-114.724284,32.712835],[-114.720795,32.724565],[-114.682929,32.7481],[-114.578192,32.730082],[-114.535858,32.738237],[-114.52619,32.753251],[-114.525092,32.771122],[-114.525946,32.789726],[-114.522186,32.807133],[-114.509247,32.820341],[-114.472089,32.842021],[-114.460736,32.854911],[-114.458002,32.876713],[-114.473749,32.94058],[-114.472479,32.953105],[-114.470233,32.962846],[-114.469794,32.972612],[-114.473749,32.985258],[-114.501727,33.019413],[-114.536542,33.03538],[-114.627338,33.040946],[-114.666815,33.054154],[-114.696747,33.08936],[-114.693378,33.124101],[-114.678241,33.161625],[-114.673016,33.204985],[-114.683173,33.262773],[-114.690082,33.276371],[-114.721332,33.306303],[-114.723505,33.321244],[-114.713983,33.348979],[-114.701923,33.359819],[-114.698138,33.368412],[-114.704047,33.379106],[-114.712079,33.387065],[-114.722406,33.39976],[-114.726898,33.411479],[-114.717377,33.416606],[-114.668329,33.419657],[-114.64372,33.425785],[-114.625848,33.437138],[-114.588788,33.495512],[-114.57934,33.520121],[-114.569305,33.530473],[-114.549481,33.547001],[-114.535858,33.561869],[-114.532611,33.568559],[-114.528998,33.581718],[-114.534491,33.60352],[-114.534491,33.616801],[-114.52558,33.622709],[-114.522406,33.627568],[-114.521527,33.638798],[-114.522186,33.660258],[-114.517304,33.684745],[-114.506317,33.699125],[-114.494696,33.710356],[-114.488055,33.725126],[-114.498969,33.743217],[-114.503217,33.754277],[-114.497968,33.759257],[-114.494525,33.764604],[-114.493378,33.776322],[-114.494525,33.788041],[-114.497968,33.793388],[-114.510272,33.80413],[-114.51391,33.828324],[-114.514056,33.854008],[-114.515985,33.86912],[-114.497772,33.881449],[-114.489764,33.89058],[-114.491132,33.89954],[-114.510712,33.918705],[-114.518842,33.929814],[-114.522186,33.941435],[-114.515936,33.963627],[-114.500336,33.977519],[-114.460736,33.999467],[-114.444257,34.012968],[-114.428583,34.029081],[-114.416937,34.048466],[-114.408637,34.091093],[-114.398236,34.109745],[-114.382147,34.12371],[-114.345868,34.133207],[-114.243842,34.193705],[-114.224262,34.198075],[-114.192596,34.232231],[-114.159076,34.259526],[-114.127387,34.279667],[-114.119061,34.293217],[-114.124945,34.31414],[-114.12514,34.327787],[-114.15705,34.345072],[-114.168744,34.355888],[-114.178387,34.362699],[-114.195477,34.370414],[-114.278876,34.420756],[-114.293817,34.435502],[-114.298798,34.439067],[-114.318744,34.449882],[-114.323602,34.453373],[-114.331342,34.460575],[-114.335419,34.463334],[-114.339471,34.464555],[-114.344208,34.465141],[-114.357221,34.465605],[-114.363788,34.467045],[-114.368964,34.471537],[-114.372943,34.478129],[-114.376019,34.490141],[-114.377167,34.499711],[-114.377069,34.500395],[-114.371674,34.515483],[-114.367206,34.530131],[-114.377118,34.540092],[-114.378803,34.540702],[-114.383661,34.561064],[-114.394476,34.570951],[-114.407709,34.579545],[-114.419745,34.595951],[-114.421112,34.602592],[-114.419745,34.626371],[-114.421112,34.634281],[-114.424457,34.638725],[-114.4289,34.6429],[-114.494257,34.753593],[-114.521307,34.756987],[-114.542352,34.767875],[-114.555048,34.786967],[-114.556952,34.815043],[-114.560663,34.827153],[-114.568622,34.843046],[-114.580023,34.856889],[-114.594183,34.862846],[-114.610004,34.867533],[-114.616962,34.879301],[-114.627606,34.996586],[-114.628217,35.003569],[-114.629315,35.015385],[-114.638861,35.047807],[-114.615399,35.073149],[-114.611591,35.082572],[-114.615497,35.096464],[-114.634271,35.114237],[-114.638861,35.123539],[-114.635516,35.137187],[-114.625433,35.140971],[-114.611884,35.14102],[-114.597919,35.143388],[-114.586102,35.148295],[-114.581805,35.151347],[-114.572626,35.191239],[-114.571942,35.212553],[-114.576801,35.252641],[-114.589862,35.300492],[-114.592279,35.325956],[-114.590887,35.352885],[-114.600629,35.376664],[-114.632318,35.428739],[-114.650604,35.477006],[-114.667621,35.517045],[-114.646503,35.565483],[-114.652704,35.608891],[-114.645062,35.630644],[-114.65163,35.646757],[-114.686664,35.719389],[-114.691596,35.739604],[-114.69455,35.76707],[-114.693475,35.822416],[-114.688129,35.837236],[-114.670575,35.862773],[-114.666815,35.87393],[-114.668939,35.88538],[-114.675287,35.894242],[-114.714667,35.936161],[-114.729218,35.959257],[-114.739569,35.985795],[-114.741278,36.013627],[-114.724384,36.027885],[-114.71994,36.038871],[-114.719403,36.050175],[-114.722723,36.073075],[-114.722675,36.084306],[-114.721185,36.092729],[-114.718085,36.097367],[-114.711029,36.105351],[-114.707147,36.108842],[-114.70285,36.112065],[-114.669354,36.124809],[-114.636835,36.141313],[-114.578827,36.153617],[-114.563226,36.158769],[-114.554779,36.160527],[-114.545453,36.159696],[-114.491962,36.146879],[-114.488202,36.145561],[-114.482806,36.142924],[-114.474359,36.13748],[-114.463983,36.13206],[-114.450653,36.128446],[-114.442914,36.12769],[-114.435492,36.127714],[-114.42868,36.128544],[-114.42287,36.130326],[-114.397235,36.142924],[-114.391791,36.144975],[-114.385858,36.146488],[-114.379193,36.147367],[-114.37226,36.14766],[-114.365643,36.147196],[-114.356415,36.14434],[-114.347504,36.139799],[-114.336639,36.130717],[-114.327045,36.120756],[-114.319598,36.111088],[-114.297186,36.070512],[-114.287714,36.05811],[-114.275311,36.045658],[-114.256537,36.03245],[-114.233637,36.024418],[-114.207733,36.023222],[-114.158661,36.02974],[-114.123895,36.045854],[-114.108368,36.089482],[-114.095184,36.126518],[-114.084174,36.157572],[-114.065448,36.178154],[-114.045258,36.200492],[-114.042841,36.210307],[-114.042011,36.219779],[-114.04184,36.262113],[-114.041791,36.270512],[-114.041766,36.293998],[-114.041693,36.330546],[-114.041596,36.377909],[-114.041449,36.43394],[-114.041327,36.496586],[-114.04118,36.563529],[-114.04101,36.632621],[-114.040863,36.701713],[-114.040717,36.768656],[-114.040595,36.831303],[-114.040497,36.887333],[-114.040375,36.934745],[-114.040302,36.971293],[-114.040253,36.994853],[-114.040204,37.003129],[-113.884149,37.003007],[-113.728119,37.002909],[-113.57204,37.002812],[-113.415985,37.00269],[-113.259979,37.002592],[-113.103925,37.002494],[-112.94787,37.002397],[-112.791815,37.002299],[-112.635785,37.002201],[-112.479706,37.002079],[-112.323651,37.001982],[-112.167645,37.001884],[-112.011591,37.001762],[-111.855512,37.001664],[-111.699481,37.001567],[-111.543427,37.001469],[-111.387347,37.001371],[-111.231317,37.001249],[-111.075262,37.001152],[-110.919208,37.001054],[-110.763178,37.000932],[-110.607123,37.000834],[-110.451044,37.000737],[-110.295013,37.000639],[-110.138983,37.000541],[-109.982929,37.000444],[-109.826849,37.000321],[-109.670844,37.000224],[-109.514789,37.000126],[-109.35871,37.000004],[-109.202679,36.999906],[-109.046625,36.999809]]]},"type":"Feature","properties":{"postal":"AZ","name":"Arizona","type":"State","center":[-111.69638774577047,34.74330768780513]}},"CA":{"geometry":{"type":"MultiPolygon","coordinates":[[[[-118.595691,33.035281],[-118.589857,33.029967],[-118.577165,33.032456],[-118.564367,33.023762],[-118.565465,33.018408],[-118.56018,33.006331],[-118.549787,33.001577],[-118.545049,32.985613],[-118.516023,32.958162],[-118.504424,32.941329],[-118.483563,32.9216],[-118.466739,32.91482],[-118.450662,32.897625],[-118.40711,32.864258],[-118.381984,32.847662],[-118.358766,32.827828],[-118.350942,32.818671],[-118.363596,32.81684],[-118.384181,32.824391],[-118.401483,32.81999],[-118.404164,32.812405],[-118.411366,32.809801],[-118.425011,32.802416],[-118.429043,32.802873],[-118.438367,32.816922],[-118.449915,32.818819],[-118.474263,32.838122],[-118.489901,32.844904],[-118.49915,32.850628],[-118.506772,32.865249],[-118.508595,32.876469],[-118.520152,32.885467],[-118.531235,32.903408],[-118.537593,32.905751],[-118.546918,32.91875],[-118.548188,32.937191],[-118.551702,32.945411],[-118.558689,32.953108],[-118.575546,32.969004],[-118.579905,32.987779],[-118.586753,33.00333],[-118.593759,33.013946],[-118.608245,33.014377],[-118.607215,33.030856],[-118.595691,33.035281]]],[[[-119.51334,33.276457],[-119.497848,33.266125],[-119.488604,33.267188],[-119.482531,33.263603],[-119.462204,33.256545],[-119.443391,33.24217],[-119.434463,33.231317],[-119.434337,33.224012],[-119.439182,33.219844],[-119.446813,33.219296],[-119.456583,33.21598],[-119.468595,33.216292],[-119.472942,33.215324],[-119.487181,33.217886],[-119.491015,33.218752],[-119.495365,33.217327],[-119.502515,33.220891],[-119.5151,33.222102],[-119.523382,33.227933],[-119.544188,33.23132],[-119.566909,33.247472],[-119.567004,33.252496],[-119.574225,33.258797],[-119.572699,33.264756],[-119.578926,33.276097],[-119.577894,33.279308],[-119.562448,33.271741],[-119.550582,33.280117],[-119.542886,33.280178],[-119.532103,33.286278],[-119.51334,33.276457]]],[[[-118.535861,33.477278],[-118.530103,33.469976],[-118.524378,33.466715],[-118.517748,33.459782],[-118.508058,33.454681],[-118.499706,33.451813],[-118.499683,33.448154],[-118.49877,33.442666],[-118.493061,33.441589],[-118.490442,33.443422],[-118.485637,33.444877],[-118.48433,33.447094],[-118.476901,33.447445],[-118.472499,33.441964],[-118.468076,33.442409],[-118.462824,33.439844],[-118.45754,33.43511],[-118.450054,33.431862],[-118.444791,33.428584],[-118.437308,33.429363],[-118.433853,33.427155],[-118.429443,33.428283],[-118.42112,33.427948],[-118.394449,33.415963],[-118.389098,33.417461],[-118.382599,33.410526],[-118.379375,33.410183],[-118.374028,33.410207],[-118.369206,33.408393],[-118.368303,33.405102],[-118.366908,33.398882],[-118.369581,33.39485],[-118.368289,33.389003],[-118.363376,33.388278],[-118.355131,33.377346],[-118.343628,33.366762],[-118.331757,33.359113],[-118.326514,33.348901],[-118.326344,33.344608],[-118.322765,33.343132],[-118.317255,33.343429],[-118.308665,33.33642],[-118.304344,33.319269],[-118.307854,33.318724],[-118.310584,33.314231],[-118.30434,33.30904],[-118.312128,33.305542],[-118.314709,33.301629],[-118.326035,33.298633],[-118.346017,33.305231],[-118.354947,33.312945],[-118.364003,33.315048],[-118.374796,33.319512],[-118.396096,33.3201],[-118.410466,33.320372],[-118.422664,33.316634],[-118.443835,33.318827],[-118.463586,33.323514],[-118.472771,33.332943],[-118.484244,33.346075],[-118.489582,33.358499],[-118.4844,33.368414],[-118.486165,33.372428],[-118.480072,33.380143],[-118.474872,33.382371],[-118.479324,33.38675],[-118.487232,33.402812],[-118.484523,33.405381],[-118.48715,33.408304],[-118.486346,33.415968],[-118.490735,33.419625],[-118.497756,33.421431],[-118.503908,33.423225],[-118.510496,33.423938],[-118.515654,33.423005],[-118.520789,33.427515],[-118.530673,33.428581],[-118.535085,33.429312],[-118.542988,33.432923],[-118.550886,33.433254],[-118.559226,33.432854],[-118.566736,33.436856],[-118.572851,33.437907],[-118.57373,33.440455],[-118.574117,33.446614],[-118.579049,33.448476],[-118.584383,33.452864],[-118.589607,33.460096],[-118.595881,33.466706],[-118.602116,33.47147],[-118.603913,33.476589],[-118.596868,33.476973],[-118.586779,33.475571],[-118.578003,33.476351],[-118.569625,33.474537],[-118.563436,33.473427],[-118.545938,33.475029],[-118.540675,33.475783],[-118.535861,33.477278]]],[[[-118.226578,33.76545],[-118.223919,33.756067],[-118.243878,33.750844],[-118.236346,33.728046],[-118.250134,33.723618],[-118.245571,33.714879],[-118.257629,33.716554],[-118.261326,33.725],[-118.259126,33.729407],[-118.24432,33.734291],[-118.248994,33.749427],[-118.253854,33.746219],[-118.251107,33.736269],[-118.260562,33.733454],[-118.268615,33.728931],[-118.270859,33.73964],[-118.267506,33.747029],[-118.254989,33.758083],[-118.25032,33.757555],[-118.245547,33.759683],[-118.234676,33.763153],[-118.226578,33.76545]]],[[[-120.042325,34.028081],[-120.049938,34.015605],[-120.047004,34.003813],[-120.033969,33.989577],[-120.008337,33.979027],[-119.980407,33.983467],[-119.978781,33.959371],[-119.970693,33.952931],[-119.96883,33.941117],[-119.999628,33.941479],[-120.01895,33.934153],[-120.049688,33.914781],[-120.071291,33.911785],[-120.080627,33.906363],[-120.101298,33.906889],[-120.109011,33.899738],[-120.109891,33.89314],[-120.124206,33.895086],[-120.133401,33.902824],[-120.152636,33.911688],[-120.17561,33.922232],[-120.184467,33.937422],[-120.189428,33.9448],[-120.19808,33.952101],[-120.210244,33.972488],[-120.219359,33.976723],[-120.225493,33.988458],[-120.237181,33.991713],[-120.248517,34.001127],[-120.236565,34.008803],[-120.217616,34.010541],[-120.201055,34.004696],[-120.18582,34.008918],[-120.170963,34.007414],[-120.158486,34.015952],[-120.145481,34.024497],[-120.136098,34.024726],[-120.096665,34.017861],[-120.072478,34.024895],[-120.057875,34.037785],[-120.044139,34.037273],[-120.042325,34.028081]]],[[[-120.36069,34.053098],[-120.356018,34.047081],[-120.344582,34.046492],[-120.335766,34.048703],[-120.330301,34.047175],[-120.318326,34.040055],[-120.311306,34.034477],[-120.306557,34.026397],[-120.308301,34.0182],[-120.329612,34.018629],[-120.351232,34.019022],[-120.360439,34.014757],[-120.373825,34.017764],[-120.382382,34.024129],[-120.392774,34.025966],[-120.406226,34.031415],[-120.415194,34.032469],[-120.42377,34.024946],[-120.438197,34.02956],[-120.446088,34.030217],[-120.449203,34.035866],[-120.43797,34.038538],[-120.415274,34.054496],[-120.403406,34.051457],[-120.394043,34.053285],[-120.380009,34.060898],[-120.368979,34.071311],[-120.369068,34.076225],[-120.362213,34.071682],[-120.358966,34.064972],[-120.356262,34.058511],[-120.36069,34.053098]]],[[[-119.83516,34.063586],[-119.824371,34.05508],[-119.806996,34.051947],[-119.78774,34.056189],[-119.777854,34.055863],[-119.759263,34.055809],[-119.752834,34.052282],[-119.744293,34.052151],[-119.737005,34.04643],[-119.732147,34.048557],[-119.711836,34.042255],[-119.703796,34.034562],[-119.692382,34.028224],[-119.68536,34.019871],[-119.677023,34.020751],[-119.666637,34.016765],[-119.654398,34.019085],[-119.633183,34.013635],[-119.615639,34.019543],[-119.607931,34.029474],[-119.610079,34.039646],[-119.588641,34.049712],[-119.575408,34.050677],[-119.564931,34.055325],[-119.532522,34.041424],[-119.521494,34.034291],[-119.529426,34.025248],[-119.542666,34.020164],[-119.544527,34.013617],[-119.547833,34.003847],[-119.559521,33.994309],[-119.580326,33.993586],[-119.589498,33.989006],[-119.624821,33.987316],[-119.645457,33.986212],[-119.657683,33.986062],[-119.667048,33.98305],[-119.673278,33.978097],[-119.682116,33.976334],[-119.684945,33.973874],[-119.700174,33.968738],[-119.706479,33.968675],[-119.712691,33.961674],[-119.719512,33.959134],[-119.742213,33.96245],[-119.753468,33.962301],[-119.759239,33.957342],[-119.772048,33.959598],[-119.788251,33.959765],[-119.801566,33.963211],[-119.817205,33.959338],[-119.825197,33.966532],[-119.840504,33.969574],[-119.850767,33.967383],[-119.866711,33.978934],[-119.874109,33.980047],[-119.881262,33.991349],[-119.884371,34.001838],[-119.887069,34.008777],[-119.877082,34.024387],[-119.877222,34.032483],[-119.886254,34.038109],[-119.899179,34.049601],[-119.913564,34.055894],[-119.919123,34.057537],[-119.92155,34.054679],[-119.928468,34.0558],[-119.933019,34.060229],[-119.924292,34.066858],[-119.92102,34.073446],[-119.917225,34.07882],[-119.904628,34.074302],[-119.887044,34.074301],[-119.856412,34.070552],[-119.83516,34.063586]]],[[[-120.000726,41.816337],[-120.000653,41.633158],[-120.000604,41.44998],[-120.00058,41.266777],[-120.000555,41.083622],[-120.000507,40.900444],[-120.000458,40.717265],[-120.000409,40.534062],[-120.000409,40.350883],[-120.000336,40.167729],[-120.000287,39.984526],[-120.000262,39.801347],[-120.000238,39.618168],[-120.000189,39.435014],[-120.00014,39.251811],[-120.000116,39.068632],[-120.000116,39.013237],[-120.000018,38.999223],[-119.76579,38.835746],[-119.531561,38.67227],[-119.297333,38.508769],[-119.063104,38.345268],[-118.8289,38.181791],[-118.594672,38.018315],[-118.360443,37.854814],[-118.126215,37.691337],[-117.942889,37.553544],[-117.75954,37.415751],[-117.57619,37.277934],[-117.392889,37.140141],[-117.209564,37.002348],[-117.026215,36.864506],[-116.842865,36.726713],[-116.65954,36.58892],[-116.498895,36.462748],[-116.338251,36.336601],[-116.177582,36.210429],[-116.016913,36.084257],[-115.856268,35.958085],[-115.695599,35.831913],[-115.53493,35.705717],[-115.374262,35.579545],[-115.193793,35.437846],[-115.000018,35.289067],[-114.814252,35.14644],[-114.628217,35.003569],[-114.627606,34.996586],[-114.616962,34.879301],[-114.610004,34.867533],[-114.594183,34.862846],[-114.580023,34.856889],[-114.568622,34.843046],[-114.560663,34.827153],[-114.556952,34.815043],[-114.555048,34.786967],[-114.542352,34.767875],[-114.521307,34.756987],[-114.494257,34.753593],[-114.4289,34.6429],[-114.424457,34.638725],[-114.421112,34.634281],[-114.419745,34.626371],[-114.421112,34.602592],[-114.419745,34.595951],[-114.407709,34.579545],[-114.394476,34.570951],[-114.383661,34.561064],[-114.378803,34.540702],[-114.377118,34.540092],[-114.367206,34.530131],[-114.371674,34.515483],[-114.377069,34.500395],[-114.377167,34.499711],[-114.376019,34.490141],[-114.372943,34.478129],[-114.368964,34.471537],[-114.363788,34.467045],[-114.357221,34.465605],[-114.344208,34.465141],[-114.339471,34.464555],[-114.335419,34.463334],[-114.331342,34.460575],[-114.323602,34.453373],[-114.318744,34.449882],[-114.298798,34.439067],[-114.293817,34.435502],[-114.278876,34.420756],[-114.195477,34.370414],[-114.178387,34.362699],[-114.168744,34.355888],[-114.15705,34.345072],[-114.12514,34.327787],[-114.124945,34.31414],[-114.119061,34.293217],[-114.127387,34.279667],[-114.159076,34.259526],[-114.192596,34.232231],[-114.224262,34.198075],[-114.243842,34.193705],[-114.345868,34.133207],[-114.382147,34.12371],[-114.398236,34.109745],[-114.408637,34.091093],[-114.416937,34.048466],[-114.428583,34.029081],[-114.444257,34.012968],[-114.460736,33.999467],[-114.500336,33.977519],[-114.515936,33.963627],[-114.522186,33.941435],[-114.518842,33.929814],[-114.510712,33.918705],[-114.491132,33.89954],[-114.489764,33.89058],[-114.497772,33.881449],[-114.515985,33.86912],[-114.514056,33.854008],[-114.51391,33.828324],[-114.510272,33.80413],[-114.497968,33.793388],[-114.494525,33.788041],[-114.493378,33.776322],[-114.494525,33.764604],[-114.497968,33.759257],[-114.503217,33.754277],[-114.498969,33.743217],[-114.488055,33.725126],[-114.494696,33.710356],[-114.506317,33.699125],[-114.517304,33.684745],[-114.522186,33.660258],[-114.521527,33.638798],[-114.522406,33.627568],[-114.52558,33.622709],[-114.534491,33.616801],[-114.534491,33.60352],[-114.528998,33.581718],[-114.532611,33.568559],[-114.535858,33.561869],[-114.549481,33.547001],[-114.569305,33.530473],[-114.57934,33.520121],[-114.588788,33.495512],[-114.625848,33.437138],[-114.64372,33.425785],[-114.668329,33.419657],[-114.717377,33.416606],[-114.726898,33.411479],[-114.722406,33.39976],[-114.712079,33.387065],[-114.704047,33.379106],[-114.698138,33.368412],[-114.701923,33.359819],[-114.713983,33.348979],[-114.723505,33.321244],[-114.721332,33.306303],[-114.690082,33.276371],[-114.683173,33.262773],[-114.673016,33.204985],[-114.678241,33.161625],[-114.693378,33.124101],[-114.696747,33.08936],[-114.666815,33.054154],[-114.627338,33.040946],[-114.536542,33.03538],[-114.501727,33.019413],[-114.473749,32.985258],[-114.469794,32.972612],[-114.470233,32.962846],[-114.472479,32.953105],[-114.473749,32.94058],[-114.458002,32.876713],[-114.460736,32.854911],[-114.472089,32.842021],[-114.509247,32.820341],[-114.522186,32.807133],[-114.525946,32.789726],[-114.525092,32.771122],[-114.52619,32.753251],[-114.535858,32.738237],[-114.578192,32.730082],[-114.682929,32.7481],[-114.720795,32.724565],[-114.724284,32.712835],[-114.724285,32.712836],[-114.764541,32.709839],[-114.838076,32.704206],[-114.911612,32.698703],[-114.985199,32.693122],[-115.058734,32.687567],[-115.13227,32.681986],[-115.205806,32.676456],[-115.27929,32.670823],[-115.352851,32.665346],[-115.426386,32.659765],[-115.499922,32.654209],[-115.573535,32.648654],[-115.647019,32.643073],[-115.720529,32.637518],[-115.794064,32.631963],[-115.8676,32.626408],[-115.941213,32.620827],[-116.014748,32.615271],[-116.088232,32.609664],[-116.161742,32.604161],[-116.235329,32.598554],[-116.308891,32.593025],[-116.382426,32.587469],[-116.455962,32.581888],[-116.529472,32.576333],[-116.603007,32.570804],[-116.676543,32.565223],[-116.750104,32.559667],[-116.82364,32.554086],[-116.897201,32.548531],[-116.970737,32.542976],[-117.044221,32.537421],[-117.125121,32.531669],[-117.126129,32.539496],[-117.132192,32.568061],[-117.133949,32.592896],[-117.137007,32.615761],[-117.14981,32.646308],[-117.166371,32.669501],[-117.188385,32.682685],[-117.223975,32.684714],[-117.226186,32.697207],[-117.22003,32.706596],[-117.205814,32.713403],[-117.190956,32.713699],[-117.187859,32.705936],[-117.168058,32.698805],[-117.164174,32.683783],[-117.155853,32.672367],[-117.142797,32.653116],[-117.131278,32.630991],[-117.124086,32.606766],[-117.115089,32.600262],[-117.103384,32.60681],[-117.102311,32.620468],[-117.119892,32.652634],[-117.119017,32.67061],[-117.133209,32.689846],[-117.146325,32.694262],[-117.166575,32.706773],[-117.177343,32.715031],[-117.174638,32.726732],[-117.209858,32.725284],[-117.224244,32.718641],[-117.237834,32.707223],[-117.236562,32.669623],[-117.24528,32.674584],[-117.255279,32.691392],[-117.257476,32.701728],[-117.254727,32.74645],[-117.253877,32.76352],[-117.257556,32.784245],[-117.278793,32.822812],[-117.283597,32.837654],[-117.273789,32.851146],[-117.266039,32.847035],[-117.259874,32.854067],[-117.253641,32.885081],[-117.258066,32.908983],[-117.27477,32.993476],[-117.279565,33.007224],[-117.286041,33.023871],[-117.298075,33.035904],[-117.322161,33.108501],[-117.361914,33.165943],[-117.508844,33.335205],[-117.596303,33.390448],[-117.654368,33.441962],[-117.670725,33.452297],[-117.715199,33.47484],[-117.735219,33.484768],[-117.776519,33.529364],[-117.824574,33.561672],[-117.880251,33.59288],[-117.93022,33.607918],[-117.978505,33.635972],[-118.090536,33.730977],[-118.117387,33.743607],[-118.152581,33.758765],[-118.173639,33.763283],[-118.185533,33.757507],[-118.198967,33.764036],[-118.20721,33.763834],[-118.192498,33.752309],[-118.186618,33.741484],[-118.185189,33.732372],[-118.192863,33.731729],[-118.202479,33.739266],[-118.202745,33.746575],[-118.209735,33.742287],[-118.213827,33.749045],[-118.221506,33.770901],[-118.230702,33.76911],[-118.240336,33.767583],[-118.250091,33.763684],[-118.254552,33.765401],[-118.260365,33.760403],[-118.269514,33.753597],[-118.27677,33.756616],[-118.273791,33.750289],[-118.278317,33.738746],[-118.274472,33.723755],[-118.272206,33.715277],[-118.282441,33.716237],[-118.281725,33.711683],[-118.276084,33.707712],[-118.28269,33.708],[-118.291307,33.703208],[-118.300882,33.709849],[-118.317518,33.71399],[-118.33146,33.720051],[-118.354817,33.726265],[-118.362286,33.735687],[-118.376079,33.737157],[-118.385001,33.740116],[-118.394189,33.736687],[-118.401358,33.735559],[-118.404808,33.740049],[-118.412041,33.741678],[-118.415217,33.75441],[-118.422783,33.763799],[-118.427569,33.773731],[-118.421819,33.783944],[-118.409303,33.791124],[-118.408636,33.798003],[-118.395715,33.805654],[-118.3918,33.817647],[-118.391388,33.835941],[-118.397211,33.844023],[-118.399673,33.851265],[-118.409916,33.87342],[-118.424946,33.905513],[-118.444651,33.949408],[-118.482655,33.99901],[-118.514068,34.022162],[-118.544057,34.038886],[-118.557304,34.037883],[-118.570624,34.041106],[-118.582628,34.036529],[-118.590738,34.039093],[-118.6034,34.038818],[-118.609266,34.035651],[-118.636942,34.036392],[-118.666589,34.038945],[-118.675664,34.038121],[-118.678199,34.03303],[-118.680137,34.03033],[-118.693161,34.031884],[-118.70678,34.029427],[-118.730526,34.032545],[-118.748392,34.031889],[-118.756144,34.02572],[-118.773018,34.023764],[-118.783399,34.021839],[-118.78793,34.019664],[-118.789208,34.014562],[-118.792751,34.011571],[-118.793704,34.007267],[-118.796612,34.006706],[-118.802768,34.004796],[-118.80406,34.001036],[-118.806969,33.999406],[-118.829814,34.020824],[-118.852604,34.033657],[-118.862662,34.034433],[-118.875719,34.037551],[-118.894221,34.038561],[-118.902672,34.040149],[-118.914694,34.040637],[-118.920904,34.044302],[-118.930006,34.045896],[-118.936807,34.0432],[-118.954037,34.047858],[-118.977504,34.059566],[-118.997366,34.065651],[-119.00808,34.06612],[-119.038259,34.08364],[-119.060905,34.08553],[-119.089698,34.100484],[-119.100159,34.102807],[-119.117052,34.106416],[-119.119779,34.106132],[-119.119594,34.103739],[-119.114329,34.101793],[-119.100652,34.098963],[-119.106482,34.094466],[-119.128653,34.100547],[-119.153758,34.116325],[-119.193702,34.141738],[-119.20438,34.144097],[-119.20575,34.145757],[-119.204199,34.148414],[-119.204665,34.149536],[-119.208323,34.152322],[-119.210136,34.152308],[-119.210995,34.147987],[-119.214823,34.145707],[-119.217087,34.145502],[-119.2208,34.153166],[-119.224697,34.157075],[-119.226081,34.159128],[-119.231161,34.167344],[-119.237164,34.176865],[-119.243967,34.19009],[-119.252675,34.203925],[-119.260194,34.217124],[-119.263362,34.226577],[-119.258859,34.233353],[-119.263905,34.235053],[-119.267161,34.244534],[-119.2693,34.254959],[-119.281158,34.268704],[-119.289915,34.274576],[-119.296028,34.274322],[-119.304417,34.272362],[-119.313392,34.277128],[-119.32069,34.282636],[-119.329118,34.28593],[-119.338596,34.29048],[-119.349488,34.304075],[-119.358769,34.310094],[-119.364699,34.315726],[-119.370859,34.319675],[-119.375191,34.320273],[-119.382062,34.31937],[-119.386888,34.318065],[-119.391482,34.318445],[-119.394106,34.322601],[-119.401078,34.330572],[-119.409824,34.336173],[-119.418317,34.342382],[-119.429953,34.353472],[-119.436617,34.355728],[-119.443236,34.354822],[-119.453034,34.368401],[-119.460229,34.37404],[-119.466235,34.375022],[-119.470205,34.375814],[-119.472972,34.373889],[-119.475242,34.372393],[-119.477798,34.372579],[-119.479622,34.374459],[-119.48351,34.378633],[-119.488167,34.381116],[-119.494863,34.383997],[-119.502514,34.384342],[-119.516806,34.386938],[-119.520691,34.390689],[-119.529428,34.394813],[-119.53684,34.39558],[-119.555695,34.410451],[-119.563175,34.414795],[-119.568009,34.413903],[-119.572855,34.412796],[-119.575894,34.411924],[-119.581791,34.412701],[-119.595855,34.41885],[-119.61716,34.420527],[-119.621197,34.418173],[-119.628861,34.418084],[-119.638512,34.415242],[-119.657929,34.416506],[-119.678061,34.414385],[-119.6877,34.410903],[-119.690208,34.408138],[-119.691694,34.405384],[-119.690898,34.403498],[-119.700805,34.400856],[-119.702037,34.398105],[-119.707879,34.395441],[-119.719896,34.395301],[-119.732947,34.397464],[-119.743215,34.402608],[-119.754505,34.404786],[-119.787649,34.417211],[-119.802965,34.418098],[-119.808549,34.416345],[-119.832035,34.416264],[-119.836407,34.414948],[-119.841012,34.412983],[-119.840942,34.41004],[-119.84239,34.406233],[-119.844385,34.403892],[-119.85472,34.408807],[-119.868242,34.409479],[-119.87435,34.40877],[-119.878636,34.406613],[-119.890366,34.419092],[-119.900601,34.420436],[-119.921528,34.433401],[-119.934841,34.435541],[-119.942756,34.435237],[-119.949897,34.434311],[-119.957072,34.435892],[-119.962248,34.439815],[-119.975932,34.44721],[-119.984667,34.450035],[-119.989527,34.449768],[-120.009968,34.461012],[-120.022136,34.457696],[-120.036599,34.463137],[-120.09142,34.458808],[-120.133412,34.472724],[-120.171871,34.469985],[-120.293207,34.468486],[-120.425201,34.451321],[-120.444342,34.451182],[-120.454107,34.442812],[-120.472681,34.450273],[-120.491607,34.49136],[-120.509986,34.521375],[-120.536363,34.535293],[-120.557836,34.54116],[-120.577931,34.553543],[-120.594569,34.554697],[-120.621616,34.552614],[-120.636627,34.562893],[-120.644437,34.574131],[-120.647834,34.585676],[-120.642109,34.601023],[-120.630567,34.628194],[-120.614136,34.659403],[-120.606055,34.67935],[-120.603054,34.704782],[-120.617014,34.725653],[-120.627594,34.743476],[-120.640248,34.758531],[-120.629918,34.781933],[-120.619212,34.819206],[-120.617412,34.843632],[-120.615573,34.858003],[-120.622188,34.8673],[-120.632558,34.871405],[-120.640248,34.879218],[-120.64461,34.895113],[-120.654973,34.901186],[-120.667647,34.898848],[-120.672839,34.907521],[-120.666195,34.931769],[-120.642376,35.000873],[-120.633697,35.035102],[-120.630727,35.073879],[-120.635732,35.108588],[-120.644887,35.13939],[-120.652943,35.144232],[-120.658555,35.15048],[-120.67116,35.150226],[-120.679026,35.153062],[-120.698069,35.169135],[-120.70637,35.174221],[-120.723849,35.175226],[-120.749669,35.177397],[-120.755608,35.171922],[-120.755346,35.163124],[-120.75944,35.159215],[-120.765534,35.160242],[-120.790842,35.179023],[-120.849793,35.202913],[-120.876682,35.22379],[-120.886098,35.233791],[-120.897654,35.249766],[-120.895591,35.273514],[-120.887068,35.285935],[-120.867831,35.330392],[-120.862244,35.361905],[-120.853815,35.347529],[-120.857392,35.326765],[-120.85558,35.321519],[-120.843242,35.324348],[-120.842059,35.33167],[-120.831405,35.336088],[-120.835835,35.342913],[-120.841558,35.345867],[-120.852074,35.367051],[-120.860264,35.373803],[-120.86675,35.370993],[-120.871097,35.405308],[-120.879081,35.420093],[-120.887318,35.432929],[-120.908184,35.448244],[-120.946192,35.446285],[-120.963466,35.456651],[-120.982769,35.459988],[-121.005362,35.460657],[-121.036977,35.489203],[-121.068312,35.517869],[-121.101812,35.549667],[-121.13087,35.600701],[-121.143275,35.605043],[-121.159108,35.627235],[-121.169402,35.636919],[-121.187367,35.641921],[-121.193067,35.639616],[-121.191526,35.633865],[-121.195031,35.632336],[-121.216496,35.647748],[-121.234003,35.652038],[-121.25199,35.657394],[-121.269146,35.664211],[-121.288313,35.66483],[-121.288474,35.681458],[-121.298414,35.697489],[-121.309016,35.707709],[-121.31459,35.713724],[-121.323069,35.764553],[-121.337232,35.786529],[-121.368007,35.810361],[-121.387117,35.821432],[-121.408931,35.844021],[-121.41335,35.854746],[-121.425537,35.85842],[-121.442025,35.869222],[-121.463201,35.886731],[-121.462717,35.903713],[-121.472248,35.913569],[-121.478382,35.931582],[-121.482226,35.948976],[-121.486904,35.965828],[-121.48998,35.982245],[-121.506678,36.00326],[-121.522569,36.010071],[-121.541084,36.015013],[-121.566739,36.020117],[-121.582244,36.036027],[-121.592661,36.05057],[-121.594522,36.064233],[-121.606444,36.071505],[-121.618221,36.084429],[-121.630155,36.113057],[-121.642659,36.12355],[-121.657759,36.142647],[-121.677921,36.162675],[-121.693576,36.171656],[-121.70388,36.182217],[-121.729139,36.198145],[-121.753954,36.211547],[-121.781441,36.226326],[-121.798858,36.23448],[-121.810367,36.232397],[-121.824859,36.239203],[-121.835601,36.249172],[-121.840077,36.259345],[-121.845418,36.2724],[-121.852203,36.279446],[-121.863189,36.283189],[-121.873606,36.290025],[-121.881012,36.299506],[-121.899661,36.3044],[-121.895629,36.313929],[-121.897126,36.327981],[-121.893724,36.332058],[-121.893586,36.338568],[-121.897856,36.343868],[-121.901072,36.35276],[-121.903645,36.362116],[-121.905845,36.371752],[-121.906127,36.37714],[-121.904168,36.384537],[-121.906123,36.388478],[-121.908275,36.396371],[-121.914432,36.403036],[-121.917672,36.415549],[-121.915329,36.423194],[-121.918351,36.430327],[-121.929012,36.447786],[-121.930225,36.454603],[-121.931507,36.463031],[-121.93804,36.468265],[-121.944699,36.486152],[-121.946309,36.491891],[-121.942481,36.496705],[-121.943208,36.502832],[-121.944237,36.505695],[-121.94227,36.511901],[-121.949575,36.514218],[-121.95693,36.517618],[-121.955363,36.522728],[-121.948204,36.523662],[-121.940065,36.522816],[-121.927533,36.523852],[-121.9283,36.53138],[-121.929945,36.537846],[-121.933124,36.538475],[-121.935633,36.544188],[-121.931269,36.54721],[-121.932528,36.555129],[-121.934617,36.561225],[-121.940335,36.558517],[-121.942799,36.563146],[-121.946477,36.564848],[-121.95089,36.562909],[-121.953891,36.559565],[-121.970075,36.568854],[-121.978002,36.574767],[-121.981115,36.583717],[-121.973934,36.584291],[-121.96722,36.585213],[-121.966636,36.592101],[-121.963867,36.600501],[-121.959863,36.611473],[-121.95638,36.614104],[-121.950334,36.609938],[-121.946644,36.618007],[-121.942522,36.626448],[-121.941531,36.634434],[-121.937695,36.639249],[-121.929526,36.63804],[-121.921211,36.633581],[-121.920549,36.628898],[-121.913135,36.624412],[-121.902154,36.620752],[-121.895937,36.612611],[-121.887421,36.601994],[-121.878836,36.602614],[-121.870004,36.607212],[-121.853875,36.619614],[-121.837929,36.635612],[-121.827061,36.6562],[-121.814258,36.683238],[-121.809926,36.718817],[-121.805359,36.737739],[-121.792424,36.730868],[-121.763743,36.722073],[-121.761274,36.730286],[-121.766442,36.735208],[-121.770215,36.739083],[-121.775112,36.7375],[-121.783707,36.737984],[-121.79019,36.741781],[-121.794901,36.746352],[-121.803205,36.750459],[-121.798162,36.779907],[-121.789812,36.806199],[-121.804246,36.836018],[-121.859934,36.927476],[-121.887115,36.954901],[-121.905601,36.969126],[-121.937243,36.978307],[-121.952767,36.971008],[-121.963566,36.95949],[-121.974235,36.955199],[-121.993967,36.959866],[-122.006701,36.962378],[-122.02121,36.962668],[-122.025156,36.959653],[-122.024075,36.95607],[-122.025189,36.950974],[-122.034824,36.953213],[-122.046794,36.948157],[-122.060868,36.948813],[-122.080901,36.951463],[-122.106004,36.955755],[-122.120843,36.963256],[-122.134991,36.965726],[-122.142238,36.975251],[-122.153643,36.977075],[-122.177587,36.995105],[-122.207916,37.019273],[-122.222118,37.024295],[-122.227946,37.04006],[-122.253802,37.059123],[-122.266042,37.076456],[-122.28103,37.096583],[-122.290062,37.104236],[-122.297658,37.111227],[-122.308354,37.116675],[-122.31873,37.115617],[-122.327656,37.112808],[-122.33929,37.118582],[-122.337853,37.134902],[-122.359528,37.150485],[-122.361039,37.162356],[-122.369353,37.17402],[-122.383412,37.182271],[-122.396109,37.18186],[-122.404457,37.194526],[-122.407868,37.216117],[-122.410704,37.226871],[-122.416499,37.23392],[-122.418363,37.25231],[-122.41015,37.268845],[-122.407412,37.294984],[-122.402522,37.340504],[-122.400338,37.359741],[-122.408736,37.364172],[-122.411569,37.374931],[-122.429194,37.407271],[-122.444446,37.437519],[-122.44916,37.476655],[-122.463246,37.496649],[-122.479268,37.502783],[-122.486096,37.502556],[-122.494212,37.500839],[-122.495285,37.495371],[-122.499263,37.493066],[-122.501074,37.501329],[-122.512025,37.510003],[-122.520472,37.531421],[-122.517565,37.545266],[-122.514759,37.560893],[-122.520028,37.574125],[-122.51904,37.589714],[-122.522424,37.593217],[-122.517468,37.594473],[-122.513089,37.597844],[-122.507597,37.597698],[-122.503233,37.601463],[-122.501698,37.606944],[-122.495947,37.627374],[-122.49474,37.665229],[-122.501874,37.703488],[-122.508493,37.724944],[-122.51361,37.752261],[-122.515172,37.781126],[-122.505874,37.786456],[-122.49767,37.787102],[-122.48593,37.790811],[-122.476449,37.810675],[-122.463359,37.805304],[-122.418757,37.811143],[-122.408637,37.810392],[-122.398195,37.803495],[-122.387929,37.790961],[-122.387104,37.778745],[-122.381532,37.773643],[-122.382858,37.763829],[-122.379245,37.755986],[-122.374317,37.749271],[-122.366494,37.739755],[-122.354544,37.730008],[-122.36246,37.714916],[-122.37629,37.716641],[-122.379472,37.707492],[-122.392455,37.71033],[-122.387974,37.677188],[-122.380158,37.67671],[-122.381033,37.666919],[-122.374911,37.655163],[-122.38136,37.647353],[-122.384389,37.636664],[-122.38373,37.63146],[-122.363722,37.627251],[-122.354142,37.613507],[-122.35934,37.608471],[-122.371166,37.612945],[-122.374109,37.604187],[-122.362287,37.599708],[-122.35852,37.592805],[-122.330392,37.589405],[-122.31677,37.589845],[-122.31579,37.58393],[-122.299069,37.576898],[-122.283269,37.574699],[-122.257924,37.571519],[-122.250966,37.568061],[-122.245348,37.553193],[-122.239576,37.546887],[-122.23054,37.544827],[-122.210292,37.539864],[-122.199298,37.534962],[-122.198894,37.526781],[-122.207346,37.517483],[-122.193,37.515357],[-122.183071,37.507554],[-122.171285,37.50359],[-122.158681,37.503363],[-122.147939,37.496649],[-122.134145,37.497789],[-122.12267,37.484931],[-122.111928,37.467475],[-122.100168,37.455064],[-122.080881,37.448717],[-122.058909,37.447414],[-122.038645,37.451402],[-122.03214,37.463364],[-122.040761,37.467922],[-122.048329,37.468736],[-122.052235,37.471381],[-122.051869,37.477444],[-122.050526,37.48428],[-122.051747,37.489203],[-122.057769,37.497545],[-122.062367,37.501695],[-122.069081,37.503567],[-122.093332,37.503567],[-122.109039,37.517971],[-122.11655,37.542562],[-122.14631,37.578968],[-122.152218,37.616096],[-122.162779,37.664434],[-122.185243,37.690784],[-122.191863,37.700313],[-122.206726,37.710669],[-122.21436,37.699068],[-122.251766,37.722777],[-122.26235,37.743003],[-122.248933,37.748301],[-122.212452,37.743484],[-122.217293,37.758486],[-122.22185,37.759717],[-122.226318,37.755397],[-122.239336,37.755325],[-122.271551,37.762847],[-122.283512,37.763329],[-122.289854,37.767131],[-122.299881,37.772246],[-122.297371,37.779759],[-122.307557,37.780865],[-122.309851,37.776218],[-122.331509,37.782388],[-122.328616,37.796489],[-122.3247,37.801083],[-122.325009,37.803751],[-122.328422,37.80446],[-122.339094,37.803381],[-122.340657,37.807116],[-122.334728,37.811631],[-122.322361,37.810942],[-122.316571,37.81709],[-122.32836,37.821026],[-122.319691,37.825093],[-122.301385,37.826239],[-122.295502,37.831292],[-122.297888,37.839311],[-122.303863,37.862902],[-122.316024,37.860891],[-122.317747,37.867865],[-122.308307,37.870329],[-122.313902,37.885829],[-122.32876,37.908058],[-122.347832,37.906372],[-122.36483,37.903659],[-122.391088,37.907675],[-122.387628,37.920218],[-122.396259,37.928049],[-122.410173,37.931922],[-122.421316,37.948316],[-122.429698,37.964262],[-122.413807,37.962083],[-122.397725,37.956117],[-122.395032,37.970267],[-122.368796,37.980316],[-122.359566,37.987649],[-122.369976,38.003556],[-122.366306,38.012336],[-122.346303,38.006049],[-122.336008,38.003811],[-122.322499,38.005194],[-122.31677,38.010136],[-122.299041,38.011198],[-122.276973,38.024951],[-122.27557,38.039101],[-122.264236,38.045952],[-122.249745,38.055365],[-122.22704,38.058417],[-122.20363,38.053378],[-122.18617,38.047976],[-122.168553,38.028043],[-122.147939,38.023627],[-122.124379,38.029202],[-122.081837,38.047896],[-122.053255,38.053075],[-122.00399,38.056136],[-121.939009,38.044544],[-121.888004,38.041089],[-121.878102,38.034346],[-121.837123,38.023064],[-121.779134,38.015461],[-121.751082,38.019436],[-121.722971,38.011135],[-121.702056,38.009223],[-121.690044,38.009119],[-121.681443,38.017453],[-121.694825,38.024678],[-121.710548,38.022106],[-121.723081,38.025563],[-121.720606,38.032117],[-121.704906,38.035232],[-121.694895,38.043402],[-121.685536,38.044745],[-121.681508,38.048326],[-121.678375,38.056952],[-121.67634,38.067084],[-121.675608,38.075507],[-121.671132,38.083889],[-121.660553,38.086859],[-121.637685,38.08633],[-121.624518,38.089286],[-121.624058,38.094702],[-121.617096,38.098619],[-121.606679,38.099351],[-121.596262,38.094387],[-121.582054,38.092],[-121.580326,38.083398],[-121.576519,38.074307],[-121.582469,38.068751],[-121.584967,38.062743],[-121.599232,38.059134],[-121.609607,38.061029],[-121.620623,38.061825],[-121.627713,38.050833],[-121.632239,38.044229],[-121.622988,38.036362],[-121.61276,38.021491],[-121.605064,38.017906],[-121.598368,38.021862],[-121.584243,38.02871],[-121.582478,38.035782],[-121.580205,38.047191],[-121.579258,38.057484],[-121.578087,38.062378],[-121.569305,38.065844],[-121.555922,38.057537],[-121.547581,38.055045],[-121.537801,38.050966],[-121.526405,38.040979],[-121.512642,38.04024],[-121.500885,38.031073],[-121.480338,38.022651],[-121.459013,38.004781],[-121.445302,37.996324],[-121.445383,38.003892],[-121.45873,38.020575],[-121.475738,38.037177],[-121.486562,38.044745],[-121.503896,38.04975],[-121.513236,38.054822],[-121.526271,38.054497],[-121.529257,38.060368],[-121.535607,38.064533],[-121.542424,38.063282],[-121.548642,38.064206],[-121.565125,38.081083],[-121.571278,38.097139],[-121.586497,38.102362],[-121.604075,38.10578],[-121.627187,38.105618],[-121.631907,38.103258],[-121.639475,38.094468],[-121.644521,38.092515],[-121.651967,38.094306],[-121.658559,38.097602],[-121.664947,38.099189],[-121.680282,38.092691],[-121.686106,38.082668],[-121.688588,38.0751],[-121.68928,38.061591],[-121.69933,38.050849],[-121.720589,38.040282],[-121.742063,38.029449],[-121.767475,38.030388],[-121.778709,38.036019],[-121.785222,38.043399],[-121.784246,38.052067],[-121.77985,38.061375],[-121.769174,38.068695],[-121.759025,38.072215],[-121.746816,38.075995],[-121.73644,38.078843],[-121.716668,38.092807],[-121.702992,38.105618],[-121.687787,38.123831],[-121.682602,38.147193],[-121.689484,38.147547],[-121.704885,38.122293],[-121.721447,38.108346],[-121.746978,38.087714],[-121.767445,38.078843],[-121.80308,38.062883],[-121.823968,38.068799],[-121.846118,38.072511],[-121.861836,38.070453],[-121.86734,38.064643],[-121.882527,38.0569],[-121.89817,38.053221],[-121.916725,38.052707],[-121.928822,38.058417],[-121.920969,38.062445],[-121.916086,38.066962],[-121.908315,38.078843],[-121.954985,38.07917],[-121.971269,38.074918],[-121.989479,38.082498],[-122.014955,38.098511],[-121.985992,38.110704],[-121.98942,38.125198],[-122.000296,38.137312],[-122.016207,38.13955],[-122.038064,38.136747],[-122.055165,38.133734],[-122.065419,38.127346],[-122.068955,38.12178],[-122.065797,38.113227],[-122.07549,38.100508],[-122.093251,38.084304],[-122.121083,38.059882],[-122.126597,38.050343],[-122.13029,38.042142],[-122.158478,38.043445],[-122.165931,38.054547],[-122.184302,38.064789],[-122.189628,38.061382],[-122.195142,38.061752],[-122.204934,38.065233],[-122.223571,38.065727],[-122.245208,38.072086],[-122.260888,38.069433],[-122.271459,38.074509],[-122.281674,38.086085],[-122.300677,38.108196],[-122.39652,38.153231],[-122.41063,38.133846],[-122.434131,38.123345],[-122.449308,38.124469],[-122.45788,38.117699],[-122.502317,38.113521],[-122.487422,38.104827],[-122.482488,38.076881],[-122.494091,38.050008],[-122.502725,38.03188],[-122.505685,38.023131],[-122.50605,38.017172],[-122.493456,38.012783],[-122.469746,38.005427],[-122.454242,37.997805],[-122.445336,37.985123],[-122.45124,37.980062],[-122.459542,37.981407],[-122.469221,37.982746],[-122.474356,37.976122],[-122.492543,37.969794],[-122.49356,37.958564],[-122.483713,37.948554],[-122.480346,37.94182],[-122.491668,37.935488],[-122.503593,37.940495],[-122.504221,37.934882],[-122.50344,37.924812],[-122.476232,37.915991],[-122.472553,37.911246],[-122.47429,37.905238],[-122.460064,37.895437],[-122.449003,37.893641],[-122.438801,37.882083],[-122.44795,37.873669],[-122.454733,37.872361],[-122.459463,37.871123],[-122.459009,37.862485],[-122.46952,37.867003],[-122.473341,37.874445],[-122.47226,37.879889],[-122.476052,37.886792],[-122.490135,37.89389],[-122.499029,37.89359],[-122.496486,37.884483],[-122.494742,37.877513],[-122.49928,37.872485],[-122.489309,37.864131],[-122.478052,37.859681],[-122.479767,37.853133],[-122.47649,37.843521],[-122.470391,37.831832],[-122.477565,37.825104],[-122.48784,37.825303],[-122.502641,37.820482],[-122.511797,37.82449],[-122.522586,37.82197],[-122.528426,37.816372],[-122.537954,37.82794],[-122.547904,37.834623],[-122.56369,37.848148],[-122.573699,37.855908],[-122.588341,37.86081],[-122.601304,37.873228],[-122.620731,37.877496],[-122.645199,37.898816],[-122.672392,37.906574],[-122.685973,37.903959],[-122.696671,37.899257],[-122.700383,37.892101],[-122.713182,37.900299],[-122.727738,37.90304],[-122.734205,37.920124],[-122.748641,37.932601],[-122.765348,37.937396],[-122.780244,37.948131],[-122.795999,37.97552],[-122.81055,37.985194],[-122.821432,37.99767],[-122.839397,38.006349],[-122.906843,38.031844],[-122.921112,38.034871],[-122.932696,38.049519],[-122.932123,38.058806],[-122.920142,38.065312],[-122.935414,38.070746],[-122.941558,38.064765],[-122.948476,38.060736],[-122.947099,38.054755],[-122.946889,38.045315],[-122.942494,38.041246],[-122.936086,38.03077],[-122.949371,38.029446],[-122.963377,38.025315],[-122.97907,38.014516],[-122.984027,38.003231],[-122.980331,37.998039],[-122.971765,37.996142],[-122.962504,37.992048],[-122.974229,37.990277],[-122.98448,37.992113],[-122.997547,37.993842],[-123.017816,37.993522],[-123.027453,37.994489],[-123.021622,38.000483],[-123.015998,38.000695],[-122.990726,38.048716],[-122.949648,38.143991],[-122.950285,38.164493],[-122.95551,38.176272],[-122.964945,38.182602],[-122.964788,38.198598],[-122.973839,38.208038],[-122.98305,38.220129],[-122.99323,38.229519],[-122.996297,38.24273],[-122.985254,38.237812],[-122.964816,38.2177],[-122.92557,38.175141],[-122.907277,38.152344],[-122.89151,38.130805],[-122.868764,38.110256],[-122.843373,38.091986],[-122.825673,38.072089],[-122.832265,38.095893],[-122.850432,38.110698],[-122.888417,38.154608],[-122.935536,38.215481],[-122.943999,38.219311],[-122.950655,38.217295],[-122.954336,38.231402],[-122.964571,38.232364],[-122.968815,38.237094],[-122.968518,38.250873],[-122.974535,38.266194],[-122.987116,38.277723],[-123.00228,38.294859],[-123.029522,38.312692],[-123.04646,38.312048],[-123.051697,38.305192],[-123.052887,38.298],[-123.06244,38.295903],[-123.075967,38.322473],[-123.068388,38.34629],[-123.070932,38.359954],[-123.079045,38.372078],[-123.08703,38.391262],[-123.09581,38.395832],[-123.102057,38.412164],[-123.11276,38.420619],[-123.124579,38.437479],[-123.128729,38.44931],[-123.170924,38.479188],[-123.252658,38.510666],[-123.272557,38.528951],[-123.304547,38.549024],[-123.31532,38.557473],[-123.336979,38.567259],[-123.341668,38.586631],[-123.355995,38.597149],[-123.365887,38.600738],[-123.369488,38.612144],[-123.401095,38.642832],[-123.413982,38.666687],[-123.432461,38.677971],[-123.433607,38.686795],[-123.474097,38.721975],[-123.492457,38.736469],[-123.523293,38.746724],[-123.537643,38.772329],[-123.558845,38.782991],[-123.566233,38.795152],[-123.594171,38.805821],[-123.616472,38.827315],[-123.648307,38.849535],[-123.663059,38.872451],[-123.697561,38.900278],[-123.711672,38.914321],[-123.726242,38.918576],[-123.727301,38.933183],[-123.742607,38.955624],[-123.725242,38.960372],[-123.703928,38.990058],[-123.696087,39.007795],[-123.689076,39.027899],[-123.691314,39.03856],[-123.695151,39.059127],[-123.703841,39.083628],[-123.712882,39.106315],[-123.721649,39.133019],[-123.737796,39.143005],[-123.735551,39.159034],[-123.76785,39.194007],[-123.777898,39.222121],[-123.790543,39.269746],[-123.803263,39.278954],[-123.797475,39.297675],[-123.806386,39.304755],[-123.805998,39.32414],[-123.824924,39.347296],[-123.820569,39.40526],[-123.816509,39.443998],[-123.798638,39.490509],[-123.776357,39.529283],[-123.769768,39.544646],[-123.769444,39.563728],[-123.786828,39.596777],[-123.786479,39.655205],[-123.790376,39.666415],[-123.790582,39.677374],[-123.795967,39.691868],[-123.802935,39.702513],[-123.808574,39.711798],[-123.823817,39.717762],[-123.83002,39.726514],[-123.830556,39.741848],[-123.837556,39.761602],[-123.837275,39.782944],[-123.844731,39.808299],[-123.854019,39.833514],[-123.880177,39.844271],[-123.907721,39.865867],[-123.930696,39.908018],[-123.955554,39.924506],[-123.978947,39.962896],[-124.00124,39.978083],[-124.022706,40.002135],[-124.033458,40.012126],[-124.045149,40.018727],[-124.05852,40.023796],[-124.063328,40.022597],[-124.06937,40.021333],[-124.076052,40.027217],[-124.080407,40.03556],[-124.08048,40.059789],[-124.087442,40.077515],[-124.115793,40.107123],[-124.138251,40.115926],[-124.185317,40.129551],[-124.219996,40.165152],[-124.256423,40.184415],[-124.319378,40.224613],[-124.327154,40.23704],[-124.342581,40.242037],[-124.36351,40.261481],[-124.360137,40.281567],[-124.348283,40.318907],[-124.364778,40.344683],[-124.366205,40.377451],[-124.39811,40.415836],[-124.409202,40.443818],[-124.39596,40.465363],[-124.388028,40.483295],[-124.383783,40.5001],[-124.385832,40.509515],[-124.37,40.53689],[-124.357981,40.563056],[-124.349965,40.577786],[-124.322092,40.617377],[-124.319488,40.628648],[-124.31725,40.632066],[-124.314036,40.634589],[-124.310129,40.635484],[-124.305776,40.637397],[-124.307688,40.641588],[-124.311635,40.646226],[-124.307616,40.652825],[-124.292663,40.676823],[-124.273875,40.700047],[-124.252553,40.734768],[-124.239738,40.758709],[-124.230885,40.750081],[-124.247294,40.727912],[-124.258477,40.706883],[-124.259498,40.69841],[-124.248036,40.693264],[-124.234373,40.6919],[-124.22576,40.686123],[-124.221703,40.690111],[-124.22462,40.695202],[-124.221688,40.697714],[-124.213845,40.701402],[-124.213236,40.709511],[-124.221783,40.722432],[-124.217429,40.730718],[-124.220455,40.737238],[-124.213296,40.741851],[-124.202899,40.745186],[-124.19861,40.754425],[-124.201084,40.761927],[-124.198235,40.769041],[-124.191588,40.772839],[-124.188912,40.790574],[-124.182743,40.799903],[-124.175502,40.803562],[-124.16381,40.806467],[-124.145868,40.809649],[-124.136897,40.807191],[-124.121865,40.807383],[-124.109195,40.814151],[-124.087398,40.825156],[-124.082483,40.843502],[-124.084462,40.848375],[-124.093821,40.85399],[-124.101802,40.858444],[-124.108467,40.854807],[-124.118975,40.851947],[-124.126073,40.854002],[-124.131432,40.858039],[-124.137554,40.863947],[-124.151324,40.863321],[-124.154968,40.861727],[-124.156644,40.851181],[-124.166608,40.84216],[-124.170407,40.826757],[-124.183975,40.815663],[-124.193598,40.80237],[-124.199745,40.784853],[-124.223288,40.757096],[-124.232841,40.766643],[-124.216849,40.786422],[-124.176575,40.847754],[-124.133758,40.936399],[-124.120676,40.978954],[-124.110413,41.015253],[-124.111412,41.04166],[-124.11703,41.048247],[-124.127326,41.049531],[-124.134573,41.047949],[-124.142929,41.053127],[-124.146878,41.060165],[-124.149302,41.075957],[-124.155283,41.086812],[-124.160634,41.099351],[-124.160278,41.113563],[-124.164053,41.13222],[-124.16289,41.13908],[-124.156332,41.142352],[-124.147691,41.140948],[-124.143474,41.144992],[-124.124262,41.181809],[-124.113271,41.221177],[-124.090932,41.289455],[-124.082183,41.341783],[-124.067809,41.398921],[-124.062155,41.435876],[-124.07608,41.489976],[-124.082021,41.52147],[-124.068349,41.539252],[-124.078928,41.543362],[-124.088694,41.54914],[-124.096913,41.55683],[-124.103098,41.566555],[-124.103871,41.576117],[-124.102773,41.602607],[-124.106516,41.6081],[-124.11498,41.617865],[-124.126576,41.640082],[-124.139882,41.664293],[-124.138499,41.679755],[-124.145785,41.706381],[-124.159459,41.736675],[-124.177286,41.7436],[-124.187921,41.746991],[-124.196314,41.744033],[-124.201107,41.739305],[-124.232361,41.762363],[-124.262895,41.776428],[-124.260464,41.788783],[-124.247924,41.793874],[-124.233963,41.813206],[-124.218837,41.850006],[-124.210959,41.89101],[-124.202219,41.960395],[-124.203684,41.971177],[-124.207875,41.981513],[-124.214521,41.99954],[-124.185761,41.99954],[-123.924188,41.99954],[-123.662665,41.99954],[-123.401093,41.99954],[-123.13952,41.99954],[-122.877948,41.99954],[-122.616425,41.99954],[-122.354852,41.99954],[-122.09328,41.99954],[-121.831708,41.99954],[-121.570136,41.99954],[-121.308612,41.99954],[-121.047015,41.99954],[-120.785443,41.99954],[-120.523895,41.99954],[-120.262347,41.99954],[-120.000751,41.99954],[-120.000726,41.816337]]]]},"type":"Feature","properties":{"postal":"CA","name":"California","type":"State","center":[-119.74394147233653,37.606889720743084]}},"CO":{"geometry":{"type":"Polygon","coordinates":[[[-103.664471,40.999736],[-103.545404,40.999736],[-103.426386,40.999736],[-103.307343,40.999736],[-103.1883,40.999736],[-103.069257,40.999711],[-102.950262,40.999662],[-102.831171,40.999662],[-102.712152,40.999662],[-102.593109,40.999662],[-102.474091,40.999662],[-102.355048,40.999613],[-102.236005,40.999589],[-102.116962,40.999589],[-102.051801,40.999589],[-102.051727,40.937138],[-102.051703,40.874662],[-102.051703,40.812236],[-102.051679,40.749711],[-102.05163,40.687236],[-102.05163,40.624784],[-102.051581,40.562333],[-102.051556,40.499858],[-102.051532,40.437406],[-102.051483,40.374906],[-102.05141,40.312431],[-102.05141,40.249955],[-102.051361,40.187504],[-102.051312,40.125053],[-102.051312,40.062577],[-102.051263,40.000102],[-102.050922,39.906327],[-102.050555,39.812602],[-102.050189,39.718852],[-102.049847,39.625077],[-102.049457,39.531327],[-102.049091,39.437553],[-102.048773,39.343803],[-102.048383,39.250004],[-102.047992,39.156254],[-102.04765,39.062504],[-102.047284,38.96873],[-102.046918,38.875004],[-102.046527,38.781205],[-102.046161,38.687455],[-102.045819,38.593705],[-102.045429,38.499931],[-102.045038,38.406156],[-102.044672,38.312382],[-102.044354,38.218656],[-102.043964,38.124858],[-102.043573,38.031108],[-102.043207,37.937358],[-102.042865,37.843632],[-102.042474,37.749833],[-102.042084,37.656108],[-102.041742,37.562358],[-102.0414,37.468608],[-102.04101,37.374858],[-102.040643,37.281083],[-102.040326,37.187309],[-102.039935,37.093559],[-102.039569,36.999809],[-102.1362,36.999809],[-102.259735,36.999809],[-102.383246,36.999809],[-102.506757,36.999809],[-102.630292,36.999809],[-102.753803,36.999809],[-102.877313,36.999809],[-103.0008,36.999809],[-103.18974,36.999809],[-103.37868,36.999809],[-103.567596,36.999809],[-103.756537,36.999809],[-103.945453,36.999809],[-104.134369,36.999809],[-104.323285,36.999809],[-104.51225,36.999809],[-104.701239,36.999809],[-104.890131,36.999809],[-105.079071,36.999809],[-105.267987,36.999809],[-105.456903,36.999809],[-105.645819,36.999809],[-105.834735,36.999809],[-106.0237,36.999809],[-106.212665,36.999809],[-106.401581,36.999809],[-106.590521,36.999809],[-106.779437,36.999809],[-106.968353,36.999809],[-107.157269,36.999809],[-107.34621,36.999809],[-107.535175,36.999809],[-107.724115,36.999809],[-107.913055,36.999809],[-108.101971,36.999809],[-108.290887,36.999809],[-108.479804,36.999809],[-108.668744,36.999809],[-108.85766,36.999809],[-109.046625,36.999809],[-109.0466,37.124784],[-109.0466,37.24976],[-109.0466,37.37476],[-109.0466,37.499809],[-109.0466,37.624833],[-109.0466,37.749784],[-109.0466,37.874809],[-109.0466,37.999809],[-109.0466,38.124809],[-109.0466,38.249784],[-109.0466,38.37476],[-109.046552,38.499809],[-109.046503,38.624833],[-109.046503,38.749833],[-109.046503,38.874833],[-109.046503,38.999809],[-109.046503,39.124809],[-109.046503,39.249809],[-109.046503,39.374784],[-109.046454,39.499809],[-109.046454,39.624809],[-109.046454,39.749809],[-109.046454,39.874833],[-109.046454,39.999833],[-109.046454,40.124809],[-109.046454,40.249784],[-109.046454,40.374809],[-109.046381,40.499833],[-109.046332,40.624858],[-109.046332,40.749833],[-109.046332,40.874809],[-109.046332,40.999833],[-108.889325,40.999833],[-108.732269,40.999833],[-108.575262,40.999833],[-108.418256,40.999833],[-108.261273,40.999833],[-108.104218,40.999833],[-107.947186,40.999833],[-107.790155,40.999833],[-107.633124,40.999833],[-107.476093,40.999833],[-107.319061,40.999833],[-107.162054,40.999833],[-107.005072,40.999833],[-106.848016,40.999833],[-106.690985,40.999833],[-106.533954,40.999833],[-106.376923,40.999833],[-106.219891,40.999833],[-106.06286,40.999833],[-105.905853,40.999833],[-105.748871,40.999833],[-105.591815,40.999833],[-105.434784,40.999833],[-105.277753,40.999833],[-105.120721,40.999833],[-104.963715,40.999833],[-104.806732,40.999833],[-104.649701,40.999833],[-104.492645,40.999833],[-104.335614,40.999833],[-104.178583,40.999833],[-104.053729,40.999833],[-103.902533,40.999833],[-103.783539,40.99976],[-103.664471,40.999736]]]},"type":"Feature","properties":{"postal":"CO","name":"Colorado","type":"State","center":[-105.55098308184728,39.26859545355853]}},"NV":{"geometry":{"type":"Polygon","coordinates":[[[-114.040204,37.003129],[-114.040253,36.994853],[-114.040302,36.971293],[-114.040375,36.934745],[-114.040497,36.887333],[-114.040595,36.831303],[-114.040717,36.768656],[-114.040863,36.701713],[-114.04101,36.632621],[-114.04118,36.563529],[-114.041327,36.496586],[-114.041449,36.43394],[-114.041596,36.377909],[-114.041693,36.330546],[-114.041766,36.293998],[-114.041791,36.270512],[-114.04184,36.262113],[-114.042011,36.219779],[-114.042841,36.210307],[-114.045258,36.200492],[-114.065448,36.178154],[-114.084174,36.157572],[-114.095184,36.126518],[-114.108368,36.089482],[-114.123895,36.045854],[-114.158661,36.02974],[-114.207733,36.023222],[-114.233637,36.024418],[-114.256537,36.03245],[-114.275311,36.045658],[-114.287714,36.05811],[-114.297186,36.070512],[-114.319598,36.111088],[-114.327045,36.120756],[-114.336639,36.130717],[-114.347504,36.139799],[-114.356415,36.14434],[-114.365643,36.147196],[-114.37226,36.14766],[-114.379193,36.147367],[-114.385858,36.146488],[-114.391791,36.144975],[-114.397235,36.142924],[-114.42287,36.130326],[-114.42868,36.128544],[-114.435492,36.127714],[-114.442914,36.12769],[-114.450653,36.128446],[-114.463983,36.13206],[-114.474359,36.13748],[-114.482806,36.142924],[-114.488202,36.145561],[-114.491962,36.146879],[-114.545453,36.159696],[-114.554779,36.160527],[-114.563226,36.158769],[-114.578827,36.153617],[-114.636835,36.141313],[-114.669354,36.124809],[-114.70285,36.112065],[-114.707147,36.108842],[-114.711029,36.105351],[-114.718085,36.097367],[-114.721185,36.092729],[-114.722675,36.084306],[-114.722723,36.073075],[-114.719403,36.050175],[-114.71994,36.038871],[-114.724384,36.027885],[-114.741278,36.013627],[-114.739569,35.985795],[-114.729218,35.959257],[-114.714667,35.936161],[-114.675287,35.894242],[-114.668939,35.88538],[-114.666815,35.87393],[-114.670575,35.862773],[-114.688129,35.837236],[-114.693475,35.822416],[-114.69455,35.76707],[-114.691596,35.739604],[-114.686664,35.719389],[-114.65163,35.646757],[-114.645062,35.630644],[-114.652704,35.608891],[-114.646503,35.565483],[-114.667621,35.517045],[-114.650604,35.477006],[-114.632318,35.428739],[-114.600629,35.376664],[-114.590887,35.352885],[-114.592279,35.325956],[-114.589862,35.300492],[-114.576801,35.252641],[-114.571942,35.212553],[-114.572626,35.191239],[-114.581805,35.151347],[-114.586102,35.148295],[-114.597919,35.143388],[-114.611884,35.14102],[-114.625433,35.140971],[-114.635516,35.137187],[-114.638861,35.123539],[-114.634271,35.114237],[-114.615497,35.096464],[-114.611591,35.082572],[-114.615399,35.073149],[-114.638861,35.047807],[-114.629315,35.015385],[-114.628217,35.003569],[-114.814252,35.14644],[-115.000018,35.289067],[-115.193793,35.437846],[-115.374262,35.579545],[-115.53493,35.705717],[-115.695599,35.831913],[-115.856268,35.958085],[-116.016913,36.084257],[-116.177582,36.210429],[-116.338251,36.336601],[-116.498895,36.462748],[-116.65954,36.58892],[-116.842865,36.726713],[-117.026215,36.864506],[-117.209564,37.002348],[-117.392889,37.140141],[-117.57619,37.277934],[-117.75954,37.415751],[-117.942889,37.553544],[-118.126215,37.691337],[-118.360443,37.854814],[-118.594672,38.018315],[-118.8289,38.181791],[-119.063104,38.345268],[-119.297333,38.508769],[-119.531561,38.67227],[-119.76579,38.835746],[-120.000018,38.999223],[-120.000116,39.013237],[-120.000116,39.068632],[-120.00014,39.251811],[-120.000189,39.435014],[-120.000238,39.618168],[-120.000262,39.801347],[-120.000287,39.984526],[-120.000336,40.167729],[-120.000409,40.350883],[-120.000409,40.534062],[-120.000458,40.717265],[-120.000507,40.900444],[-120.000555,41.083622],[-120.00058,41.266777],[-120.000604,41.44998],[-120.000653,41.633158],[-120.000726,41.816337],[-120.000751,41.99954],[-119.813544,41.99954],[-119.62702,41.99954],[-119.440546,41.99954],[-119.254144,41.99954],[-119.067694,41.99954],[-118.88122,41.99954],[-118.694745,41.99954],[-118.508295,41.99954],[-118.321845,41.99954],[-118.13537,41.99954],[-117.948895,41.99954],[-117.762445,41.99954],[-117.576019,41.99954],[-117.389545,41.99954],[-117.203046,41.99954],[-117.01662,41.99954],[-116.830731,41.999565],[-116.644867,41.999613],[-116.459003,41.999662],[-116.273114,41.999687],[-116.087201,41.999711],[-115.901361,41.99976],[-115.715497,41.99976],[-115.529608,41.999809],[-115.343695,41.999833],[-115.157855,41.999833],[-114.971991,41.999858],[-114.786102,41.999906],[-114.600214,41.999955],[-114.414301,42.000004],[-114.228387,42.000029],[-114.042548,42.000077],[-114.042523,41.843901],[-114.042401,41.687797],[-114.042352,41.531571],[-114.042255,41.375468],[-114.042206,41.219316],[-114.042108,41.063139],[-114.042059,40.907011],[-114.041962,40.750834],[-114.041888,40.594682],[-114.041791,40.438505],[-114.041742,40.282402],[-114.041644,40.1262],[-114.041596,39.970072],[-114.041473,39.81392],[-114.041425,39.657743],[-114.041376,39.501591],[-114.041327,39.345463],[-114.041278,39.189286],[-114.04118,39.03311],[-114.041132,38.877006],[-114.04101,38.720805],[-114.040961,38.564677],[-114.040863,38.4085],[-114.040814,38.252348],[-114.040717,38.096195],[-114.040643,37.940068],[-114.040546,37.783891],[-114.040497,37.627738],[-114.040399,37.471611],[-114.04035,37.315385],[-114.040253,37.159281],[-114.040204,37.003129]]]},"type":"Feature","properties":{"postal":"NV","name":"Nevada","type":"State","center":[-116.74439871970736,39.494785906629176]}},"NM":{"geometry":{"type":"Polygon","coordinates":[[[-103.000238,36.500199],[-103.042108,36.499589],[-103.041522,36.481645],[-103.041718,36.450248],[-103.04245,36.311235],[-103.043182,36.172221],[-103.043964,36.033232],[-103.044721,35.894194],[-103.045453,35.755155],[-103.046234,35.616166],[-103.046967,35.477153],[-103.047675,35.338139],[-103.048431,35.199101],[-103.049188,35.060112],[-103.04997,34.921122],[-103.050678,34.78206],[-103.051434,34.643046],[-103.052216,34.503984],[-103.052924,34.364994],[-103.05368,34.225981],[-103.054413,34.086967],[-103.055145,33.947953],[-103.055927,33.808891],[-103.056659,33.669877],[-103.057391,33.530839],[-103.058173,33.39185],[-103.058905,33.252861],[-103.059637,33.113822],[-103.060394,32.974784],[-103.061127,32.835771],[-103.061835,32.696781],[-103.062592,32.557768],[-103.063348,32.418705],[-103.064056,32.27974],[-103.064838,32.140727],[-103.065595,32.001689],[-103.287738,32.001615],[-103.509882,32.001542],[-103.732001,32.001469],[-103.954144,32.001347],[-104.176263,32.001225],[-104.398407,32.001152],[-104.620502,32.001078],[-104.84267,32.000981],[-105.064764,32.000907],[-105.286932,32.000834],[-105.509027,32.000761],[-105.73122,32.000688],[-105.953363,32.00059],[-106.175507,32.000541],[-106.397626,32.000444],[-106.619769,32.000346],[-106.645624,32.000297],[-106.662177,32.000297],[-106.66142,31.983403],[-106.640448,31.947294],[-106.635077,31.926054],[-106.632367,31.903129],[-106.62497,31.885551],[-106.600336,31.854985],[-106.607782,31.847538],[-106.600726,31.835942],[-106.591498,31.827201],[-106.580023,31.821635],[-106.56618,31.819609],[-106.566278,31.819609],[-106.55307,31.812187],[-106.506052,31.770258],[-106.517189,31.773824],[-106.558969,31.773876],[-106.584859,31.773927],[-106.610697,31.773979],[-106.636587,31.774082],[-106.662477,31.774134],[-106.688315,31.774237],[-106.714205,31.774237],[-106.740095,31.774289],[-106.765933,31.774392],[-106.791823,31.774444],[-106.817713,31.774496],[-106.843603,31.774547],[-106.869441,31.774599],[-106.895331,31.774702],[-106.921221,31.774702],[-106.947111,31.774754],[-106.973001,31.774857],[-106.998891,31.774909],[-107.02478,31.774961],[-107.05067,31.775013],[-107.076509,31.775064],[-107.102398,31.775168],[-107.128288,31.775168],[-107.154127,31.775219],[-107.180016,31.775374],[-107.205906,31.775374],[-107.231796,31.775426],[-107.257634,31.775478],[-107.283524,31.775529],[-107.309414,31.775633],[-107.335252,31.775684],[-107.361142,31.775788],[-107.387032,31.775788],[-107.412896,31.775839],[-107.438786,31.775943],[-107.464676,31.775994],[-107.490566,31.776098],[-107.516404,31.776149],[-107.542294,31.776201],[-107.568184,31.776253],[-107.594074,31.776304],[-107.619964,31.776408],[-107.645854,31.776459],[-107.671744,31.776459],[-107.697633,31.776563],[-107.723472,31.776614],[-107.749362,31.776666],[-107.775251,31.776718],[-107.801141,31.77677],[-107.82698,31.776873],[-107.852869,31.776925],[-107.878759,31.776925],[-107.904598,31.777028],[-107.930487,31.77708],[-107.956377,31.777131],[-107.982216,31.777183],[-108.008105,31.777235],[-108.033995,31.777338],[-108.059885,31.77739],[-108.085723,31.77739],[-108.111613,31.777545],[-108.137503,31.777545],[-108.163341,31.777648],[-108.189283,31.7777],[-108.215121,31.777751],[-108.215121,31.770723],[-108.215121,31.763695],[-108.215121,31.756667],[-108.215121,31.749639],[-108.215121,31.74256],[-108.215121,31.735583],[-108.215121,31.728555],[-108.215121,31.721476],[-108.215121,31.714396],[-108.215121,31.70742],[-108.215121,31.700392],[-108.215121,31.693312],[-108.215121,31.686284],[-108.215121,31.679256],[-108.215121,31.672176],[-108.21507,31.665148],[-108.215018,31.658172],[-108.215018,31.651092],[-108.215018,31.644064],[-108.215018,31.637036],[-108.215018,31.630008],[-108.215018,31.62298],[-108.215018,31.615952],[-108.215018,31.608873],[-108.215018,31.601845],[-108.215018,31.594817],[-108.215018,31.587789],[-108.215018,31.580761],[-108.215018,31.573733],[-108.215018,31.566653],[-108.215018,31.559625],[-108.214966,31.552597],[-108.214966,31.545569],[-108.214966,31.538489],[-108.214966,31.531461],[-108.214966,31.524485],[-108.214966,31.517405],[-108.214966,31.510378],[-108.214966,31.503401],[-108.214966,31.496322],[-108.214966,31.489242],[-108.214966,31.482214],[-108.214966,31.475238],[-108.214966,31.468158],[-108.214966,31.46113],[-108.214966,31.454102],[-108.214966,31.447074],[-108.214915,31.440046],[-108.214863,31.432966],[-108.214863,31.425938],[-108.214863,31.41891],[-108.214863,31.411882],[-108.214863,31.404803],[-108.214863,31.397826],[-108.214863,31.390798],[-108.214863,31.383719],[-108.214863,31.376639],[-108.214863,31.369663],[-108.214863,31.362635],[-108.214863,31.355555],[-108.214863,31.348527],[-108.214863,31.341551],[-108.214863,31.334471],[-108.214811,31.327443],[-108.257573,31.327391],[-108.300336,31.327391],[-108.34302,31.327391],[-108.385731,31.327391],[-108.428442,31.327391],[-108.471152,31.327391],[-108.513837,31.327391],[-108.556547,31.327391],[-108.59931,31.327391],[-108.64202,31.327391],[-108.684757,31.327391],[-108.727467,31.327391],[-108.770178,31.327391],[-108.812914,31.327391],[-108.855625,31.327391],[-108.898335,31.327391],[-108.941046,31.327391],[-108.968282,31.327391],[-108.983731,31.327391],[-109.026493,31.327391],[-109.04743,31.327391],[-109.04743,31.32769],[-109.04743,31.327787],[-109.04743,31.327909],[-109.04743,31.32808],[-109.04743,31.328251],[-109.04743,31.328373],[-109.04743,31.328544],[-109.04743,31.328715],[-109.04743,31.328862],[-109.04743,31.329008],[-109.04743,31.329179],[-109.04743,31.329325],[-109.04743,31.329496],[-109.04743,31.329643],[-109.04743,31.329789],[-109.04743,31.329936],[-109.04743,31.330107],[-109.04743,31.330253],[-109.04743,31.330424],[-109.04743,31.33057],[-109.04743,31.330717],[-109.04743,31.330863],[-109.04743,31.331034],[-109.04743,31.331181],[-109.04743,31.331352],[-109.04743,31.331498],[-109.04743,31.331645],[-109.04743,31.331816],[-109.04743,31.331962],[-109.04743,31.332133],[-109.04743,31.332279],[-109.04743,31.332426],[-109.04743,31.332572],[-109.04743,31.509672],[-109.047382,31.686772],[-109.047382,31.863896],[-109.047382,32.040995],[-109.047333,32.21807],[-109.04726,32.395219],[-109.04726,32.572294],[-109.047235,32.749394],[-109.047211,32.926493],[-109.047211,33.103593],[-109.047162,33.280717],[-109.047113,33.457817],[-109.047113,33.634892],[-109.047089,33.812016],[-109.047064,33.989091],[-109.047064,34.166191],[-109.047015,34.343266],[-109.046942,34.520365],[-109.046942,34.697514],[-109.046942,34.874589],[-109.046893,35.051689],[-109.046893,35.228813],[-109.046845,35.405912],[-109.046796,35.582987],[-109.046796,35.760087],[-109.046771,35.937187],[-109.046747,36.114311],[-109.046747,36.291386],[-109.046698,36.468461],[-109.046649,36.64561],[-109.046649,36.822709],[-109.046625,36.999809],[-108.85766,36.999809],[-108.668744,36.999809],[-108.479804,36.999809],[-108.290887,36.999809],[-108.101971,36.999809],[-107.913055,36.999809],[-107.724115,36.999809],[-107.535175,36.999809],[-107.34621,36.999809],[-107.157269,36.999809],[-106.968353,36.999809],[-106.779437,36.999809],[-106.590521,36.999809],[-106.401581,36.999809],[-106.212665,36.999809],[-106.0237,36.999809],[-105.834735,36.999809],[-105.645819,36.999809],[-105.456903,36.999809],[-105.267987,36.999809],[-105.079071,36.999809],[-104.890131,36.999809],[-104.701239,36.999809],[-104.51225,36.999809],[-104.323285,36.999809],[-104.134369,36.999809],[-103.945453,36.999809],[-103.756537,36.999809],[-103.567596,36.999809],[-103.37868,36.999809],[-103.18974,36.999809],[-103.0008,36.999809],[-103.000678,36.874882],[-103.000531,36.750004],[-103.00036,36.625126],[-103.000238,36.500199]]]},"type":"Feature","properties":{"postal":"NM","name":"New Mexico","type":"State","center":[-106.026520347508,35.04334122499192]}},"OR":{"geometry":{"type":"MultiPolygon","coordinates":[[[[-123.99479,46.220241],[-123.984856,46.210117],[-123.968917,46.210555],[-123.951004,46.205015],[-123.923835,46.190721],[-123.915911,46.180596],[-123.910595,46.181506],[-123.903963,46.180114],[-123.900695,46.168618],[-123.880804,46.163981],[-123.866933,46.159857],[-123.83503,46.162491],[-123.825116,46.156948],[-123.818543,46.147281],[-123.813303,46.127753],[-123.812489,46.114163],[-123.798736,46.102444],[-123.800282,46.11579],[-123.801444,46.130232],[-123.800647,46.143553],[-123.77831,46.137152],[-123.77831,46.143378],[-123.786936,46.149563],[-123.806996,46.167548],[-123.816151,46.171332],[-123.827016,46.172065],[-123.843584,46.173085],[-123.850194,46.17724],[-123.860798,46.180942],[-123.865419,46.186468],[-123.856105,46.189205],[-123.83617,46.190077],[-123.820891,46.189579],[-123.798085,46.193549],[-123.77874,46.201386],[-123.766771,46.204106],[-123.754877,46.195795],[-123.736684,46.178168],[-123.727189,46.170422],[-123.705953,46.170805],[-123.614084,46.186469],[-123.599477,46.19184],[-123.620114,46.196644],[-123.620595,46.20482],[-123.607411,46.209052],[-123.581514,46.206573],[-123.564929,46.216555],[-123.542076,46.226154],[-123.536591,46.233973],[-123.519273,46.235269],[-123.497141,46.232815],[-123.484934,46.230048],[-123.473143,46.217489],[-123.452859,46.207224],[-123.437154,46.198322],[-123.431989,46.187279],[-123.430142,46.176724],[-123.421051,46.169135],[-123.405911,46.158254],[-123.385521,46.146183],[-123.325961,46.138886],[-123.299379,46.140992],[-123.277641,46.133941],[-123.256439,46.133321],[-123.233306,46.137152],[-123.221031,46.147286],[-123.20554,46.164614],[-123.193428,46.172331],[-123.180095,46.179102],[-123.177231,46.179187],[-123.172023,46.178519],[-123.111835,46.186479],[-123.092328,46.182719],[-123.078973,46.173344],[-123.043817,46.154862],[-123.029974,46.149467],[-122.999432,46.14561],[-122.966693,46.135746],[-122.935614,46.122294],[-122.910175,46.10789],[-122.891742,46.092485],[-122.874066,46.071977],[-122.860785,46.049662],[-122.850018,46.011503],[-122.836737,46.000395],[-122.820551,45.990824],[-122.806537,45.978129],[-122.800531,45.961576],[-122.792474,45.916337],[-122.774042,45.881376],[-122.775897,45.862895],[-122.78056,45.84268],[-122.779852,45.819877],[-122.757123,45.792192],[-122.753143,45.782328],[-122.754096,45.771342],[-122.758368,45.752104],[-122.759345,45.74102],[-122.754486,45.701908],[-122.748138,45.679521],[-122.738861,45.662846],[-122.7216,45.648881],[-122.697846,45.635673],[-122.673114,45.625737],[-122.594867,45.614433],[-122.554535,45.622245],[-122.539618,45.621879],[-122.507172,45.609965],[-122.456024,45.600273],[-122.426117,45.588188],[-122.34162,45.587089],[-122.261054,45.566313],[-122.241718,45.570024],[-122.224554,45.577934],[-122.149823,45.593925],[-121.971063,45.642338],[-121.930975,45.660087],[-121.862396,45.700785],[-121.820868,45.71746],[-121.792645,45.721391],[-121.717523,45.710014],[-121.570233,45.729447],[-121.271845,45.708769],[-121.224384,45.696952],[-121.204242,45.684941],[-121.194208,45.670317],[-121.186371,45.652714],[-121.17287,45.631791],[-121.154974,45.622221],[-121.13288,45.62415],[-121.043915,45.652934],[-121.038886,45.653324],[-121.017792,45.652616],[-121.006805,45.650395],[-121.001166,45.650029],[-120.968231,45.651347],[-120.957098,45.650248],[-120.942719,45.645634],[-120.900116,45.641801],[-120.85744,45.650712],[-120.843915,45.651371],[-120.83869,45.652568],[-120.794354,45.677372],[-120.786981,45.679594],[-120.715692,45.689921],[-120.668622,45.703373],[-120.664911,45.710771],[-120.657977,45.716581],[-120.631415,45.729057],[-120.620966,45.730863],[-120.47016,45.710136],[-120.458514,45.710966],[-120.434271,45.719487],[-120.425604,45.720878],[-120.374042,45.714164],[-120.362592,45.715238],[-120.339862,45.721806],[-120.300604,45.738407],[-120.290106,45.740409],[-120.274847,45.74019],[-120.24538,45.735966],[-120.229901,45.737065],[-120.202118,45.745829],[-120.176044,45.759037],[-120.145404,45.78057],[-120.12724,45.789091],[-120.080389,45.794779],[-119.934198,45.837968],[-119.66247,45.87183],[-119.620526,45.89561],[-119.591693,45.921147],[-119.575262,45.927592],[-119.548846,45.92974],[-119.479608,45.927421],[-119.429022,45.934257],[-119.341327,45.946147],[-119.093329,45.948832],[-119.04455,45.964482],[-119.002362,45.999516],[-118.993573,45.999516],[-118.947382,45.999589],[-118.818549,45.999711],[-118.689667,45.999882],[-118.560809,45.99998],[-118.432001,46.000077],[-118.303143,46.000224],[-118.174286,46.000346],[-118.045404,46.000444],[-117.916571,46.000541],[-117.787738,46.000688],[-117.658881,46.00081],[-117.529999,46.000907],[-117.401166,46.001029],[-117.272333,46.001152],[-117.143475,46.001274],[-117.014569,46.001371],[-116.878827,46.001469],[-116.876508,45.996977],[-116.867865,45.966093],[-116.838593,45.909867],[-116.778876,45.866508],[-116.769696,45.850883],[-116.759393,45.837968],[-116.687787,45.826713],[-116.678143,45.820561],[-116.65744,45.803544],[-116.599432,45.778031],[-116.55744,45.772099],[-116.542792,45.762431],[-116.530121,45.751567],[-116.517206,45.731889],[-116.498773,45.690971],[-116.463666,45.642436],[-116.455902,45.621928],[-116.454999,45.600761],[-116.462958,45.581913],[-116.476679,45.566508],[-116.50622,45.542411],[-116.511835,45.535624],[-116.530658,45.501957],[-116.535272,45.480888],[-116.539179,45.471025],[-116.586688,45.42808],[-116.601532,45.394584],[-116.636151,45.365678],[-116.649042,45.347514],[-116.653046,45.326274],[-116.656073,45.284721],[-116.665814,45.268412],[-116.678973,45.251347],[-116.696845,45.189848],[-116.71745,45.151371],[-116.823505,45.035795],[-116.831342,45.025004],[-116.834637,45.014823],[-116.832416,45.003422],[-116.827509,44.995487],[-116.822577,44.990483],[-116.820355,44.987529],[-116.821967,44.966557],[-116.832806,44.919877],[-116.840839,44.901249],[-116.863934,44.866093],[-116.917279,44.802592],[-116.931512,44.790238],[-116.950092,44.778349],[-117.010565,44.74998],[-117.029242,44.733647],[-117.039911,44.719194],[-117.067401,44.668486],[-117.092694,44.633036],[-117.103754,44.611845],[-117.112274,44.572831],[-117.122284,44.554081],[-117.135565,44.537113],[-117.149335,44.525102],[-117.160272,44.521147],[-117.171356,44.518827],[-117.179999,44.513578],[-117.183466,44.500907],[-117.188104,44.495561],[-117.197284,44.489701],[-117.203803,44.482499],[-117.193524,44.45557],[-117.201093,44.437602],[-117.212079,44.417802],[-117.21535,44.394755],[-117.210931,44.383207],[-117.197675,44.362797],[-117.194891,44.350053],[-117.195917,44.339677],[-117.200653,44.326542],[-117.201703,44.316264],[-117.195062,44.297709],[-117.178876,44.284721],[-117.140253,44.264433],[-117.130292,44.272709],[-117.122235,44.281327],[-117.112909,44.288456],[-117.099286,44.292338],[-117.086176,44.289897],[-117.078827,44.281742],[-117.072943,44.271952],[-117.06452,44.264433],[-117.044012,44.259648],[-117.02663,44.26287],[-117.008539,44.26873],[-116.986005,44.271879],[-116.97348,44.268315],[-116.970453,44.259477],[-116.970966,44.248149],[-116.968964,44.237089],[-116.961395,44.223832],[-116.955927,44.218437],[-116.934174,44.209819],[-116.916913,44.200199],[-116.896942,44.185917],[-116.891986,44.176689],[-116.896137,44.169535],[-116.903143,44.163652],[-116.906854,44.15828],[-116.907001,44.14683],[-116.908392,44.135014],[-116.912421,44.123637],[-116.920526,44.113578],[-116.93139,44.110063],[-116.945136,44.110258],[-116.958661,44.108671],[-116.968964,44.099955],[-116.968695,44.0835],[-116.941351,44.049565],[-116.934174,44.028544],[-116.935541,44.017045],[-116.938959,44.009306],[-116.943378,44.001713],[-116.947846,43.990702],[-116.954657,43.949711],[-116.967304,43.917265],[-116.971063,43.893363],[-116.982587,43.870903],[-116.99372,43.857695],[-117.015765,43.844828],[-117.031415,43.828691],[-117.023578,43.805693],[-117.023578,43.798295],[-117.023602,43.798149],[-117.020184,43.785087],[-117.020038,43.695121],[-117.019965,43.650102],[-117.019721,43.546952],[-117.019525,43.443803],[-117.01933,43.340605],[-117.01911,43.237455],[-117.01889,43.134281],[-117.01872,43.031108],[-117.018475,42.927983],[-117.01828,42.824809],[-117.018085,42.721659],[-117.017865,42.61851],[-117.017645,42.515312],[-117.017474,42.412162],[-117.017255,42.309013],[-117.017035,42.205815],[-117.016864,42.102641],[-117.01662,41.99954],[-117.203046,41.99954],[-117.389545,41.99954],[-117.576019,41.99954],[-117.762445,41.99954],[-117.948895,41.99954],[-118.13537,41.99954],[-118.321845,41.99954],[-118.508295,41.99954],[-118.694745,41.99954],[-118.88122,41.99954],[-119.067694,41.99954],[-119.254144,41.99954],[-119.440546,41.99954],[-119.62702,41.99954],[-119.813544,41.99954],[-120.000751,41.99954],[-120.262347,41.99954],[-120.523895,41.99954],[-120.785443,41.99954],[-121.047015,41.99954],[-121.308612,41.99954],[-121.570136,41.99954],[-121.831708,41.99954],[-122.09328,41.99954],[-122.354852,41.99954],[-122.616425,41.99954],[-122.877948,41.99954],[-123.13952,41.99954],[-123.401093,41.99954],[-123.662665,41.99954],[-123.924188,41.99954],[-124.185761,41.99954],[-124.214521,41.99954],[-124.216968,42.006177],[-124.236968,42.017503],[-124.260875,42.033797],[-124.274826,42.045387],[-124.293119,42.046474],[-124.335951,42.091503],[-124.350458,42.097958],[-124.359556,42.113002],[-124.354164,42.131903],[-124.366169,42.15006],[-124.363838,42.175163],[-124.376235,42.196647],[-124.379059,42.220278],[-124.395172,42.239447],[-124.412465,42.248928],[-124.410268,42.258857],[-124.409449,42.296244],[-124.423329,42.317816],[-124.427887,42.320014],[-124.432814,42.329311],[-124.430653,42.349555],[-124.426075,42.361844],[-124.4265,42.377281],[-124.427319,42.396578],[-124.42498,42.419889],[-124.439788,42.439192],[-124.423542,42.454091],[-124.422025,42.467036],[-124.420675,42.491005],[-124.406321,42.519517],[-124.402821,42.532904],[-124.394439,42.566555],[-124.398181,42.585521],[-124.403366,42.594945],[-124.399891,42.61573],[-124.408534,42.644964],[-124.41454,42.662421],[-124.426178,42.671536],[-124.440907,42.678046],[-124.454416,42.686916],[-124.466786,42.702541],[-124.472927,42.730309],[-124.49182,42.737758],[-124.505483,42.736518],[-124.515004,42.748725],[-124.532053,42.803941],[-124.538889,42.81623],[-124.549387,42.825588],[-124.566762,42.83397],[-124.547719,42.845445],[-124.492447,42.929836],[-124.463672,42.993043],[-124.454254,43.011298],[-124.444883,43.029999],[-124.437464,43.056123],[-124.434703,43.074943],[-124.424445,43.11929],[-124.416151,43.125484],[-124.418485,43.142151],[-124.386612,43.263099],[-124.395137,43.300074],[-124.401324,43.310096],[-124.385375,43.330158],[-124.376504,43.340229],[-124.359867,43.342277],[-124.342123,43.352104],[-124.329455,43.348814],[-124.325972,43.338664],[-124.326408,43.312252],[-124.316514,43.299832],[-124.312873,43.309007],[-124.308284,43.327878],[-124.311818,43.338663],[-124.308708,43.354911],[-124.30056,43.363661],[-124.287343,43.370592],[-124.276194,43.393948],[-124.252756,43.417467],[-124.232874,43.424081],[-124.222315,43.425198],[-124.217994,43.416377],[-124.218633,43.402151],[-124.218239,43.386042],[-124.212873,43.374681],[-124.200378,43.373952],[-124.177777,43.36916],[-124.151845,43.369452],[-124.140035,43.375349],[-124.169742,43.379833],[-124.186672,43.391328],[-124.19047,43.405346],[-124.194328,43.420009],[-124.208611,43.43096],[-124.207026,43.443257],[-124.197621,43.45246],[-124.208698,43.45219],[-124.233132,43.447236],[-124.240192,43.436625],[-124.262399,43.426616],[-124.277027,43.421455],[-124.283458,43.403116],[-124.325283,43.362537],[-124.335229,43.365316],[-124.298029,43.417926],[-124.237903,43.547116],[-124.223466,43.586431],[-124.215688,43.627387],[-124.209788,43.65663],[-124.202283,43.662761],[-124.174686,43.672995],[-124.161713,43.688384],[-124.154449,43.698472],[-124.149322,43.7119],[-124.141835,43.721625],[-124.139812,43.733106],[-124.132854,43.734687],[-124.126168,43.728527],[-124.116585,43.710935],[-124.109018,43.706117],[-124.072499,43.704739],[-124.070218,43.711661],[-124.085539,43.712925],[-124.101271,43.718667],[-124.115211,43.735428],[-124.128533,43.749085],[-124.148814,43.747588],[-124.160475,43.736747],[-124.161448,43.717719],[-124.171515,43.697603],[-124.190835,43.684523],[-124.202945,43.680773],[-124.191724,43.717363],[-124.176018,43.762477],[-124.151031,43.881741],[-124.144747,43.943211],[-124.139882,43.982001],[-124.137196,43.990424],[-124.124257,43.996243],[-124.119456,44.006496],[-124.133419,44.032017],[-124.133541,44.044256],[-124.126129,44.099555],[-124.113946,44.190583],[-124.114084,44.24901],[-124.107249,44.286322],[-124.108144,44.292385],[-124.113596,44.301459],[-124.114084,44.307359],[-124.11148,44.3133],[-124.103098,44.322333],[-124.100413,44.327297],[-124.088844,44.385445],[-124.084427,44.411664],[-124.071889,44.42182],[-124.06531,44.429489],[-124.053552,44.432975],[-124.045239,44.425276],[-124.034977,44.416174],[-124.017893,44.409817],[-124.027616,44.439216],[-124.039337,44.443446],[-124.049612,44.448696],[-124.068239,44.437886],[-124.076081,44.433344],[-124.083434,44.427752],[-124.082753,44.440863],[-124.081434,44.462362],[-124.084352,44.498066],[-124.063194,44.60952],[-124.052607,44.618212],[-124.045663,44.6215],[-124.031135,44.61796],[-124.023215,44.611366],[-124.020249,44.606894],[-124.01202,44.599835],[-124.009691,44.609945],[-124.004755,44.616291],[-124.006707,44.623814],[-124.018883,44.62712],[-124.023189,44.623126],[-124.027156,44.622424],[-124.03508,44.625725],[-124.048294,44.632555],[-124.0559,44.626682],[-124.068138,44.617753],[-124.070778,44.620577],[-124.067458,44.632099],[-124.06283,44.640552],[-124.059186,44.651589],[-124.057844,44.66358],[-124.062788,44.67182],[-124.074687,44.672797],[-124.077992,44.674917],[-124.072365,44.67891],[-124.067063,44.689452],[-124.05842,44.726142],[-124.059438,44.746243],[-124.065261,44.763702],[-124.073374,44.777653],[-124.066562,44.805528],[-124.065185,44.823311],[-124.05364,44.838699],[-124.046498,44.858385],[-124.034535,44.878404],[-124.032704,44.897366],[-124.03185,44.904853],[-124.024485,44.909735],[-124.01769,44.916571],[-124.018204,44.927496],[-124.025647,44.935662],[-124.024485,44.943834],[-124.015004,44.967719],[-124.011342,44.997707],[-124.004791,45.043524],[-124.015736,45.054429],[-124.01415,45.064276],[-124.004221,45.082587],[-123.984364,45.104926],[-123.976918,45.128852],[-123.971099,45.153713],[-123.97059,45.167293],[-123.969177,45.186057],[-123.969122,45.2053],[-123.976389,45.21662],[-123.968356,45.250514],[-123.965443,45.25845],[-123.962078,45.279365],[-123.960357,45.299994],[-123.971913,45.331448],[-123.98766,45.336371],[-124.00178,45.337633],[-124.00178,45.344468],[-123.981028,45.349595],[-123.972768,45.362006],[-123.970204,45.378607],[-123.967844,45.391791],[-123.964467,45.402533],[-123.961171,45.409166],[-123.957875,45.414984],[-123.953359,45.413398],[-123.955474,45.409247],[-123.960805,45.378607],[-123.944244,45.38935],[-123.931956,45.405422],[-123.918446,45.41767],[-123.954701,45.432807],[-123.971099,45.451972],[-123.97053,45.494452],[-123.958608,45.516059],[-123.954335,45.548407],[-123.948801,45.557196],[-123.945668,45.525702],[-123.939198,45.499823],[-123.92193,45.494907],[-123.912876,45.483336],[-123.890533,45.475491],[-123.89422,45.482311],[-123.891424,45.488073],[-123.886613,45.493356],[-123.883287,45.50009],[-123.885347,45.507305],[-123.889291,45.519815],[-123.897487,45.524638],[-123.900502,45.538479],[-123.896067,45.560289],[-123.925201,45.554267],[-123.947987,45.568752],[-123.957875,45.576158],[-123.952251,45.591064],[-123.944581,45.621341],[-123.941876,45.648505],[-123.920732,45.662663],[-123.921595,45.683726],[-123.918229,45.689566],[-123.910301,45.69128],[-123.901518,45.687109],[-123.893313,45.683627],[-123.887428,45.682923],[-123.879547,45.68651],[-123.871083,45.697903],[-123.877187,45.696112],[-123.881663,45.695461],[-123.885894,45.694037],[-123.897323,45.695764],[-123.903616,45.700989],[-123.90801,45.708268],[-123.917433,45.704483],[-123.921039,45.697195],[-123.930344,45.693443],[-123.932366,45.681689],[-123.932415,45.668548],[-123.93788,45.660604],[-123.939361,45.66767],[-123.937408,45.698961],[-123.941677,45.726954],[-123.947578,45.735955],[-123.963929,45.743869],[-123.969299,45.75294],[-123.967767,45.760932],[-123.972239,45.76263],[-123.981139,45.760294],[-123.982152,45.767769],[-123.968376,45.781578],[-123.966664,45.795966],[-123.959137,45.81566],[-123.956614,45.873236],[-123.959706,45.897284],[-123.969716,45.918606],[-123.990549,45.937934],[-123.98233,45.948065],[-123.97289,45.952704],[-123.964293,45.966935],[-123.951091,45.972263],[-123.93399,45.979682],[-123.928456,45.99258],[-123.923329,46.013983],[-123.928402,46.037246],[-123.936842,46.081831],[-123.950633,46.119999],[-123.990468,46.200507],[-124.022664,46.230842],[-124.01734,46.235433],[-124.002718,46.237718],[-123.988131,46.226666],[-123.99479,46.220241]]],[[[-123.436684,46.220399],[-123.44084,46.213248],[-123.452664,46.218286],[-123.468439,46.225003],[-123.477806,46.236093],[-123.482424,46.249341],[-123.480747,46.255944],[-123.471195,46.254788],[-123.460127,46.247562],[-123.444335,46.235899],[-123.436684,46.220399]]]]},"type":"Feature","properties":{"postal":"OR","name":"Oregon","type":"State","center":[-120.78189300411522,44.55817550511651]}},"UT":{"geometry":{"type":"Polygon","coordinates":[[[-113.481512,42.000004],[-113.294501,42.000004],[-113.107489,42.000004],[-112.920477,42.000004],[-112.733441,42.000004],[-112.546405,41.999955],[-112.359393,41.999906],[-112.172382,41.999906],[-111.98537,41.999906],[-111.798309,41.999906],[-111.611298,41.999906],[-111.424286,41.999858],[-111.237274,41.999833],[-111.050238,41.999833],[-111.050238,41.937333],[-111.050189,41.874858],[-111.050165,41.812382],[-111.050165,41.749906],[-111.050165,41.687382],[-111.05014,41.624955],[-111.050092,41.562431],[-111.050092,41.499955],[-111.050092,41.437455],[-111.050043,41.374955],[-111.050018,41.312504],[-111.050018,41.24998],[-111.050018,41.187504],[-111.050018,41.125029],[-111.050018,41.062553],[-111.049994,41.000053],[-111.049921,41.000053],[-111.049921,41.000029],[-111.049921,40.99998],[-111.049921,40.999931],[-111.049921,40.999906],[-111.049921,40.999882],[-111.049921,40.999833],[-110.924725,40.999833],[-110.799481,40.999833],[-110.674237,40.999833],[-110.549042,40.999833],[-110.423822,40.999833],[-110.298578,40.999833],[-110.173358,40.999833],[-110.048138,40.999833],[-109.922919,40.999833],[-109.797675,40.999833],[-109.672479,40.999833],[-109.547235,40.999833],[-109.422015,40.999833],[-109.29682,40.999833],[-109.171576,40.999833],[-109.046332,40.999833],[-109.046332,40.874809],[-109.046332,40.749833],[-109.046332,40.624858],[-109.046381,40.499833],[-109.046454,40.374809],[-109.046454,40.249784],[-109.046454,40.124809],[-109.046454,39.999833],[-109.046454,39.874833],[-109.046454,39.749809],[-109.046454,39.624809],[-109.046454,39.499809],[-109.046503,39.374784],[-109.046503,39.249809],[-109.046503,39.124809],[-109.046503,38.999809],[-109.046503,38.874833],[-109.046503,38.749833],[-109.046503,38.624833],[-109.046552,38.499809],[-109.0466,38.37476],[-109.0466,38.249784],[-109.0466,38.124809],[-109.0466,37.999809],[-109.0466,37.874809],[-109.0466,37.749784],[-109.0466,37.624833],[-109.0466,37.499809],[-109.0466,37.37476],[-109.0466,37.24976],[-109.0466,37.124784],[-109.046625,36.999809],[-109.202679,36.999906],[-109.35871,37.000004],[-109.514789,37.000126],[-109.670844,37.000224],[-109.826849,37.000321],[-109.982929,37.000444],[-110.138983,37.000541],[-110.295013,37.000639],[-110.451044,37.000737],[-110.607123,37.000834],[-110.763178,37.000932],[-110.919208,37.001054],[-111.075262,37.001152],[-111.231317,37.001249],[-111.387347,37.001371],[-111.543427,37.001469],[-111.699481,37.001567],[-111.855512,37.001664],[-112.011591,37.001762],[-112.167645,37.001884],[-112.323651,37.001982],[-112.479706,37.002079],[-112.635785,37.002201],[-112.791815,37.002299],[-112.94787,37.002397],[-113.103925,37.002494],[-113.259979,37.002592],[-113.415985,37.00269],[-113.57204,37.002812],[-113.728119,37.002909],[-113.884149,37.003007],[-114.040204,37.003129],[-114.040253,37.159281],[-114.04035,37.315385],[-114.040399,37.471611],[-114.040497,37.627738],[-114.040546,37.783891],[-114.040643,37.940068],[-114.040717,38.096195],[-114.040814,38.252348],[-114.040863,38.4085],[-114.040961,38.564677],[-114.04101,38.720805],[-114.041132,38.877006],[-114.04118,39.03311],[-114.041278,39.189286],[-114.041327,39.345463],[-114.041376,39.501591],[-114.041425,39.657743],[-114.041473,39.81392],[-114.041596,39.970072],[-114.041644,40.1262],[-114.041742,40.282402],[-114.041791,40.438505],[-114.041888,40.594682],[-114.041962,40.750834],[-114.042059,40.907011],[-114.042108,41.063139],[-114.042206,41.219316],[-114.042255,41.375468],[-114.042352,41.531571],[-114.042401,41.687797],[-114.042523,41.843901],[-114.042548,42.000077],[-113.855536,42.000077],[-113.668524,42.000029],[-113.481512,42.000004]]]},"type":"Feature","properties":{"postal":"UT","name":"Utah","type":"State","center":[-111.65980795610426,39.6076061162714]}},"WY":{"geometry":{"type":"Polygon","coordinates":[[[-104.053119,43.00037],[-104.052997,42.87537],[-104.052802,42.750297],[-104.052606,42.625297],[-104.053095,42.500248],[-104.052802,42.375248],[-104.052802,42.250199],[-104.052606,42.125126],[-104.052704,42.000126],[-104.052997,41.875077],[-104.052899,41.750004],[-104.052972,41.62498],[-104.052362,41.499955],[-104.052484,41.374906],[-104.052924,41.249882],[-104.052924,41.124858],[-104.053729,40.999833],[-104.178583,40.999833],[-104.335614,40.999833],[-104.492645,40.999833],[-104.649701,40.999833],[-104.806732,40.999833],[-104.963715,40.999833],[-105.120721,40.999833],[-105.277753,40.999833],[-105.434784,40.999833],[-105.591815,40.999833],[-105.748871,40.999833],[-105.905853,40.999833],[-106.06286,40.999833],[-106.219891,40.999833],[-106.376923,40.999833],[-106.533954,40.999833],[-106.690985,40.999833],[-106.848016,40.999833],[-107.005072,40.999833],[-107.162054,40.999833],[-107.319061,40.999833],[-107.476093,40.999833],[-107.633124,40.999833],[-107.790155,40.999833],[-107.947186,40.999833],[-108.104218,40.999833],[-108.261273,40.999833],[-108.418256,40.999833],[-108.575262,40.999833],[-108.732269,40.999833],[-108.889325,40.999833],[-109.046332,40.999833],[-109.171576,40.999833],[-109.29682,40.999833],[-109.422015,40.999833],[-109.547235,40.999833],[-109.672479,40.999833],[-109.797675,40.999833],[-109.922919,40.999833],[-110.048138,40.999833],[-110.173358,40.999833],[-110.298578,40.999833],[-110.423822,40.999833],[-110.549042,40.999833],[-110.674237,40.999833],[-110.799481,40.999833],[-110.924725,40.999833],[-111.049921,40.999833],[-111.049921,40.999882],[-111.049921,40.999906],[-111.049921,40.999931],[-111.049921,40.99998],[-111.049921,41.000029],[-111.049921,41.000053],[-111.049994,41.000053],[-111.050018,41.062553],[-111.050018,41.125029],[-111.050018,41.187504],[-111.050018,41.24998],[-111.050018,41.312504],[-111.050043,41.374955],[-111.050092,41.437455],[-111.050092,41.499955],[-111.050092,41.562431],[-111.05014,41.624955],[-111.050165,41.687382],[-111.050165,41.749906],[-111.050165,41.812382],[-111.050189,41.874858],[-111.050238,41.937333],[-111.050238,41.999833],[-111.050311,42.155937],[-111.050409,42.312089],[-111.050482,42.468217],[-111.050507,42.62432],[-111.050555,42.780473],[-111.050629,42.936601],[-111.050702,43.092729],[-111.0508,43.248857],[-111.050873,43.405009],[-111.050946,43.561112],[-111.051019,43.71724],[-111.051093,43.873393],[-111.051166,44.029496],[-111.051239,44.185624],[-111.051337,44.341801],[-111.051386,44.49788],[-111.051386,44.528227],[-111.051337,44.558622],[-111.051288,44.589018],[-111.051239,44.61934],[-111.051239,44.64976],[-111.051166,44.680107],[-111.051117,44.710453],[-111.051093,44.740824],[-111.051068,44.77122],[-111.051019,44.801567],[-111.050971,44.831938],[-111.050946,44.862284],[-111.050922,44.892655],[-111.050873,44.923051],[-111.050873,44.953422],[-111.0508,44.983793],[-111.0508,45.000029],[-111.000189,45.000029],[-110.891425,45.000029],[-110.782611,45.000029],[-110.673773,45.000029],[-110.565009,45.000029],[-110.456244,45.000029],[-110.34743,45.000029],[-110.238617,45.000029],[-110.129828,45.000029],[-110.021063,45.000029],[-109.91225,45.000029],[-109.803436,45.000029],[-109.694672,45.000029],[-109.585834,45.000029],[-109.47702,45.000029],[-109.368256,45.000029],[-109.259442,45.000029],[-109.150604,45.000029],[-109.04184,45.000029],[-108.933026,45.000029],[-108.824237,45.000029],[-108.715448,45.000029],[-108.60661,45.000029],[-108.497821,45.000029],[-108.389032,45.000029],[-108.280267,45.000029],[-108.171454,45.000029],[-108.062616,45.000029],[-107.953851,45.000029],[-107.845062,45.000029],[-107.736249,45.000029],[-107.62746,45.000029],[-107.518671,45.000053],[-107.409906,45.000102],[-107.301093,45.000102],[-107.192255,45.000102],[-107.083514,45.000102],[-106.974725,45.000102],[-106.865887,45.000102],[-106.757098,45.000102],[-106.648309,45.000102],[-106.539545,45.000102],[-106.430731,45.000102],[-106.321893,45.000102],[-106.213129,45.000102],[-106.104315,45.000102],[-105.995526,45.000102],[-105.886737,45.000102],[-105.777899,45.000102],[-105.66911,45.000102],[-105.560321,45.000102],[-105.451508,45.000102],[-105.342694,45.000102],[-105.233905,45.000102],[-105.125116,45.000102],[-105.016303,45.000102],[-104.907513,45.000102],[-104.798749,45.000102],[-104.689911,45.000102],[-104.581097,45.000102],[-104.472333,45.000102],[-104.363568,45.000102],[-104.254755,45.000102],[-104.145941,45.000102],[-104.056659,45.000102],[-104.056122,44.875102],[-104.055829,44.748979],[-104.055731,44.625834],[-104.055902,44.500175],[-104.055634,44.375224],[-104.055389,44.250224],[-104.054584,44.125224],[-104.054681,44.000224],[-104.055365,43.875248],[-104.055145,43.750248],[-104.05495,43.625273],[-104.054828,43.500321],[-104.054681,43.375346],[-104.053949,43.250395],[-104.053485,43.12537],[-104.053119,43.00037]]]},"type":"Feature","properties":{"postal":"WY","name":"Wyoming","type":"State","center":[-107.69547325102879,43.49299053477367]}},"AR":{"geometry":{"type":"Polygon","coordinates":[[[-90.373309,35.986186],[-90.3008,35.987773],[-90.158392,35.990971],[-90.015936,35.994194],[-89.873505,35.997416],[-89.731049,36.000639],[-89.729266,36.00059],[-89.727435,36.000566],[-89.725604,36.000541],[-89.723846,36.000492],[-89.725555,35.993315],[-89.707001,35.967729],[-89.680682,35.945805],[-89.667304,35.915238],[-89.674042,35.896293],[-89.689447,35.899613],[-89.718842,35.918632],[-89.740741,35.916313],[-89.75954,35.908915],[-89.77431,35.896195],[-89.784003,35.877641],[-89.757782,35.867387],[-89.731049,35.851786],[-89.722113,35.833451],[-89.785004,35.790824],[-89.937885,35.736332],[-89.951898,35.722953],[-89.952899,35.705107],[-89.937933,35.68184],[-89.909833,35.652153],[-89.910077,35.639067],[-89.927997,35.623197],[-89.944769,35.611869],[-89.951337,35.602543],[-89.947015,35.590824],[-89.931415,35.572294],[-89.917914,35.548002],[-89.928241,35.535478],[-89.951215,35.53018],[-89.9758,35.527592],[-90.000018,35.521928],[-90.012323,35.511625],[-90.016791,35.494731],[-90.017377,35.469242],[-90.022308,35.452714],[-90.034418,35.436332],[-90.049823,35.42183],[-90.10307,35.385551],[-90.115253,35.369584],[-90.119794,35.346366],[-90.118329,35.300737],[-90.114325,35.280522],[-90.094647,35.230986],[-90.084589,35.188969],[-90.085346,35.148344],[-90.106146,35.123539],[-90.126459,35.124662],[-90.153827,35.130375],[-90.177777,35.129936],[-90.188055,35.112651],[-90.190277,35.093095],[-90.196796,35.075883],[-90.207465,35.060795],[-90.222211,35.047807],[-90.259003,35.030717],[-90.282684,35.023051],[-90.30163,35.019877],[-90.312665,35.01248],[-90.304218,35.000077],[-90.301239,34.995658],[-90.270624,34.965263],[-90.271796,34.923051],[-90.305414,34.888969],[-90.352362,34.864067],[-90.463886,34.827934],[-90.475458,34.815043],[-90.471185,34.797709],[-90.459833,34.777787],[-90.45473,34.759306],[-90.469232,34.746147],[-90.478241,34.737504],[-90.499677,34.732133],[-90.522186,34.732963],[-90.541229,34.743046],[-90.55368,34.739994],[-90.567987,34.719853],[-90.585297,34.684696],[-90.593866,34.642338],[-90.576068,34.573515],[-90.586493,34.489018],[-90.586054,34.454374],[-90.593964,34.425053],[-90.626263,34.396098],[-90.66286,34.379472],[-90.685761,34.372343],[-90.727533,34.368266],[-90.738837,34.369071],[-90.746991,34.372807],[-90.759369,34.380693],[-90.76391,34.375444],[-90.764081,34.366386],[-90.760956,34.352226],[-90.751947,34.333403],[-90.750409,34.320976],[-90.753803,34.312895],[-90.767767,34.294194],[-90.770892,34.284062],[-90.775214,34.27974],[-90.785053,34.281449],[-90.801288,34.287455],[-90.814569,34.287406],[-90.821161,34.285649],[-90.82558,34.279618],[-90.864276,34.206279],[-90.87702,34.198075],[-90.892914,34.19307],[-90.942328,34.167582],[-90.955878,34.157109],[-90.954926,34.128813],[-90.88244,34.099467],[-90.880145,34.060917],[-90.892987,34.043193],[-90.909222,34.035307],[-90.928973,34.033378],[-90.95246,34.033573],[-90.975189,34.030424],[-91.018074,34.011873],[-91.030951,34.006303],[-91.084637,33.996684],[-91.093036,33.98953],[-91.089081,33.975712],[-91.079071,33.968949],[-91.065839,33.964482],[-91.052069,33.957865],[-91.035614,33.930473],[-91.050262,33.906205],[-91.069257,33.883671],[-91.062958,33.849491],[-91.051581,33.833451],[-91.045429,33.814506],[-91.058295,33.793388],[-91.06828,33.789604],[-91.095209,33.788627],[-91.106683,33.786576],[-91.116425,33.780473],[-91.137518,33.762895],[-91.144232,33.759257],[-91.153119,33.752079],[-91.192328,33.708061],[-91.210565,33.696977],[-91.225922,33.689897],[-91.22868,33.680741],[-91.2091,33.663676],[-91.167645,33.646684],[-91.151679,33.633403],[-91.147675,33.608451],[-91.156464,33.587504],[-91.173676,33.577519],[-91.195868,33.574443],[-91.219647,33.574272],[-91.235419,33.56685],[-91.230927,33.550395],[-91.215765,33.53394],[-91.199481,33.526469],[-91.180804,33.520756],[-91.160956,33.507182],[-91.127167,33.47808],[-91.126166,33.460063],[-91.125238,33.431034],[-91.12868,33.401567],[-91.134003,33.382524],[-91.171356,33.341459],[-91.182098,33.320024],[-91.168158,33.300541],[-91.157269,33.298832],[-91.126239,33.289237],[-91.112909,33.280082],[-91.107587,33.267826],[-91.106683,33.218022],[-91.095477,33.184721],[-91.09306,33.16746],[-91.099237,33.149736],[-91.112152,33.143144],[-91.133148,33.138041],[-91.152704,33.131059],[-91.161298,33.118705],[-91.166473,33.014335],[-91.180487,33.0137],[-91.359296,33.013481],[-91.538104,33.013334],[-91.716913,33.013188],[-91.895697,33.013017],[-92.074506,33.01287],[-92.25329,33.012699],[-92.432098,33.01248],[-92.610883,33.012333],[-92.789667,33.012162],[-92.968475,33.011991],[-93.147284,33.011772],[-93.326093,33.011625],[-93.504877,33.011479],[-93.683661,33.011283],[-93.86247,33.011088],[-94.041254,33.010942],[-94.042596,33.130302],[-94.04389,33.249662],[-94.045233,33.369023],[-94.046576,33.488383],[-94.047284,33.553398],[-94.047284,33.554154],[-94.056952,33.557377],[-94.071942,33.563627],[-94.100897,33.581718],[-94.119135,33.573881],[-94.139887,33.573002],[-94.15932,33.577323],[-94.193182,33.593925],[-94.208221,33.589115],[-94.221259,33.579521],[-94.234979,33.574272],[-94.283173,33.595121],[-94.300116,33.594779],[-94.310321,33.582719],[-94.31745,33.566801],[-94.327826,33.558061],[-94.347919,33.56746],[-94.369061,33.558549],[-94.387421,33.561796],[-94.394574,33.571488],[-94.38205,33.581718],[-94.38205,33.587944],[-94.407123,33.584721],[-94.431488,33.590824],[-94.449872,33.604936],[-94.457172,33.62581],[-94.466913,33.644047],[-94.4841,33.647416],[-94.478461,33.86475],[-94.472821,34.082109],[-94.46723,34.299467],[-94.461591,34.516801],[-94.455975,34.734159],[-94.450336,34.951518],[-94.444721,35.168827],[-94.439081,35.38621],[-94.461469,35.525444],[-94.483905,35.664628],[-94.506317,35.803813],[-94.52868,35.942997],[-94.551093,36.082182],[-94.573505,36.221415],[-94.595917,36.360624],[-94.618329,36.499833],[-94.344135,36.499833],[-94.06994,36.499833],[-93.795746,36.499833],[-93.521552,36.499833],[-93.247357,36.499833],[-92.973187,36.499833],[-92.698993,36.499833],[-92.424799,36.499833],[-92.150629,36.499833],[-91.876434,36.499833],[-91.60224,36.499833],[-91.564277,36.499833],[-91.328046,36.499833],[-91.053876,36.499833],[-90.779657,36.499833],[-90.505487,36.499833],[-90.231268,36.499833],[-90.162177,36.499833],[-90.160956,36.497563],[-90.159003,36.495341],[-90.153876,36.487382],[-90.143915,36.464945],[-90.141205,36.461503],[-90.137006,36.458549],[-90.132147,36.45601],[-90.128485,36.453202],[-90.126776,36.449638],[-90.1258,36.445121],[-90.124823,36.429057],[-90.123871,36.423564],[-90.122284,36.418412],[-90.119525,36.414067],[-90.115595,36.410331],[-90.082513,36.393705],[-90.077704,36.390605],[-90.073309,36.387016],[-90.069598,36.383305],[-90.066522,36.37913],[-90.064398,36.374369],[-90.062958,36.368901],[-90.062909,36.363261],[-90.063715,36.35706],[-90.070038,36.333329],[-90.070575,36.327079],[-90.066034,36.297514],[-90.066303,36.292314],[-90.067499,36.287358],[-90.069647,36.282426],[-90.072284,36.278129],[-90.075971,36.273954],[-90.079999,36.270463],[-90.084808,36.267436],[-90.090155,36.26519],[-90.115521,36.258842],[-90.120331,36.256205],[-90.123895,36.252641],[-90.125848,36.2481],[-90.129852,36.228178],[-90.132001,36.2231],[-90.134979,36.218388],[-90.13869,36.214506],[-90.143304,36.21143],[-90.174652,36.197221],[-90.197186,36.189579],[-90.209857,36.186528],[-90.215448,36.184452],[-90.225409,36.178935],[-90.229462,36.175297],[-90.232977,36.170976],[-90.235468,36.166313],[-90.236932,36.161259],[-90.238422,36.15225],[-90.239862,36.146977],[-90.242059,36.141679],[-90.244818,36.136869],[-90.248676,36.132817],[-90.253119,36.129936],[-90.25849,36.127519],[-90.264179,36.125639],[-90.283954,36.121757],[-90.289496,36.119755],[-90.294257,36.116874],[-90.298065,36.113285],[-90.304633,36.105278],[-90.316547,36.094291],[-90.333051,36.071513],[-90.342548,36.061479],[-90.377924,36.005717],[-90.381244,35.996147],[-90.381024,35.991703],[-90.379388,35.987724],[-90.373309,35.986186]]]},"type":"Feature","properties":{"postal":"AR","name":"Arkansas","type":"State","center":[-92.1262002743484,34.86345257932081]}},"IA":{"geometry":{"type":"Polygon","coordinates":[[[-90.641278,42.511772],[-90.654218,42.489848],[-90.641986,42.475688],[-90.611493,42.46309],[-90.596161,42.452006],[-90.581097,42.437773],[-90.549115,42.417265],[-90.463226,42.375956],[-90.432196,42.352568],[-90.414618,42.318559],[-90.414618,42.32537],[-90.412103,42.268412],[-90.403143,42.245365],[-90.37038,42.230644],[-90.348944,42.207231],[-90.335492,42.20186],[-90.321942,42.199589],[-90.236469,42.160893],[-90.226166,42.153422],[-90.201141,42.130863],[-90.191766,42.126176],[-90.176483,42.123661],[-90.169696,42.116459],[-90.168036,42.104716],[-90.168207,42.088896],[-90.16496,42.075199],[-90.140277,42.03057],[-90.144012,42.018656],[-90.149408,41.976347],[-90.167011,41.941288],[-90.174408,41.879716],[-90.188568,41.83477],[-90.201239,41.813578],[-90.218817,41.804643],[-90.235077,41.799687],[-90.277045,41.774443],[-90.291107,41.763652],[-90.304999,41.748539],[-90.318256,41.728471],[-90.328192,41.70623],[-90.332074,41.684526],[-90.346454,41.664848],[-90.344696,41.660356],[-90.340961,41.655912],[-90.338886,41.650077],[-90.339203,41.626371],[-90.341327,41.615922],[-90.346332,41.605375],[-90.361542,41.593266],[-90.405463,41.57432],[-90.414618,41.567851],[-90.422333,41.554008],[-90.440912,41.543412],[-90.482904,41.530912],[-90.582196,41.517265],[-90.603192,41.510453],[-90.641278,41.476127],[-90.661639,41.462016],[-90.704511,41.451225],[-90.991522,41.433647],[-91.030951,41.413603],[-91.054779,41.382865],[-91.075507,41.343412],[-91.091058,41.299784],[-91.099237,41.256547],[-91.098993,41.23599],[-91.093988,41.210917],[-91.082367,41.18975],[-91.062006,41.180839],[-91.047748,41.176615],[-90.99743,41.146684],[-90.968622,41.116093],[-90.951532,41.075419],[-90.945282,41.029277],[-90.949042,40.982206],[-90.966644,40.946244],[-91.065741,40.858695],[-91.083392,40.839067],[-91.093524,40.823637],[-91.098163,40.807792],[-91.101532,40.763774],[-91.107684,40.741899],[-91.127167,40.70164],[-91.153046,40.672465],[-91.187787,40.653276],[-91.227313,40.642778],[-91.26745,40.639579],[-91.298212,40.633232],[-91.342987,40.617778],[-91.383319,40.598637],[-91.400897,40.581254],[-91.403021,40.574345],[-91.412421,40.563774],[-91.414545,40.553935],[-91.410809,40.54539],[-91.383807,40.526322],[-91.374701,40.509989],[-91.374091,40.492216],[-91.380414,40.461454],[-91.380438,40.444413],[-91.375018,40.417851],[-91.373602,40.403129],[-91.382587,40.392924],[-91.441815,40.379521],[-91.452362,40.387651],[-91.481366,40.396342],[-91.493622,40.403129],[-91.529877,40.431279],[-91.538617,40.440971],[-91.536005,40.447612],[-91.536151,40.454496],[-91.539276,40.461503],[-91.545429,40.468266],[-91.553827,40.473051],[-91.573944,40.479911],[-91.582684,40.485356],[-91.585687,40.490312],[-91.587445,40.495927],[-91.590204,40.500517],[-91.596356,40.502445],[-91.607245,40.502177],[-91.612274,40.503105],[-91.616815,40.505839],[-91.620844,40.511796],[-91.625385,40.525834],[-91.627362,40.529716],[-91.650995,40.541874],[-91.672504,40.546098],[-91.682001,40.550834],[-91.689203,40.557865],[-91.693549,40.565458],[-91.695697,40.575053],[-91.696259,40.588066],[-91.700409,40.59412],[-91.718817,40.603715],[-91.722943,40.608866],[-91.730682,40.618803],[-91.83537,40.613334],[-91.943964,40.605522],[-92.044745,40.604154],[-92.145526,40.602787],[-92.246307,40.60142],[-92.347089,40.600053],[-92.463791,40.597127],[-92.534052,40.595365],[-92.721039,40.590678],[-92.908026,40.58599],[-93.094989,40.581303],[-93.211664,40.582353],[-93.328339,40.583403],[-93.444989,40.584428],[-93.561664,40.585478],[-93.675214,40.582865],[-93.788739,40.580278],[-93.902289,40.577665],[-94.015839,40.575053],[-94.131464,40.574516],[-94.247089,40.574003],[-94.362714,40.57349],[-94.478339,40.572953],[-94.589276,40.575053],[-94.700214,40.577128],[-94.811151,40.579203],[-94.922089,40.581303],[-95.034589,40.584037],[-95.147089,40.586772],[-95.259589,40.589506],[-95.372089,40.59224],[-95.46955,40.594267],[-95.567011,40.596293],[-95.664471,40.59832],[-95.761932,40.600346],[-95.76203,40.600346],[-95.762103,40.600346],[-95.762177,40.600346],[-95.762274,40.600346],[-95.762372,40.600346],[-95.76247,40.600346],[-95.762567,40.600346],[-95.762665,40.600346],[-95.762762,40.600346],[-95.762836,40.600346],[-95.762909,40.600346],[-95.763007,40.600346],[-95.763104,40.600346],[-95.763202,40.600346],[-95.7633,40.600346],[-95.763373,40.60037],[-95.763446,40.600395],[-95.763544,40.600395],[-95.763641,40.600395],[-95.763715,40.600419],[-95.763788,40.600419],[-95.763886,40.600419],[-95.763983,40.600419],[-95.764081,40.600419],[-95.764179,40.600419],[-95.764252,40.600419],[-95.764325,40.600419],[-95.764423,40.600419],[-95.76452,40.600419],[-95.764594,40.600419],[-95.764667,40.600419],[-95.764764,40.600419],[-95.764862,40.600419],[-95.764935,40.600419],[-95.765009,40.600419],[-95.765106,40.600419],[-95.765204,40.600419],[-95.765302,40.600419],[-95.765399,40.600419],[-95.765472,40.600419],[-95.76557,40.600419],[-95.765668,40.600419],[-95.765765,40.600419],[-95.765863,40.600419],[-95.765936,40.600419],[-95.766034,40.600419],[-95.766107,40.600419],[-95.76618,40.600419],[-95.766278,40.600419],[-95.766376,40.600419],[-95.766473,40.600419],[-95.766547,40.600419],[-95.766644,40.600419],[-95.766742,40.600419],[-95.76684,40.600419],[-95.766937,40.600419],[-95.767011,40.600419],[-95.767108,40.600419],[-95.767206,40.600419],[-95.767304,40.600419],[-95.767401,40.600444],[-95.767474,40.600444],[-95.767548,40.600444],[-95.767645,40.600468],[-95.764179,40.616972],[-95.763104,40.638969],[-95.773041,40.660673],[-95.792084,40.671],[-95.844721,40.688212],[-95.85556,40.70474],[-95.858368,40.714311],[-95.864227,40.720903],[-95.869305,40.728886],[-95.869843,40.742631],[-95.866888,40.753129],[-95.862445,40.75872],[-95.848114,40.76995],[-95.827655,40.794145],[-95.829852,40.802568],[-95.839716,40.816069],[-95.841913,40.827983],[-95.838007,40.851493],[-95.830243,40.869975],[-95.824774,40.888969],[-95.827655,40.913945],[-95.840106,40.938481],[-95.841913,40.951811],[-95.837836,40.972831],[-95.838251,40.982353],[-95.845038,40.992778],[-95.86264,41.004521],[-95.870966,41.012113],[-95.876044,41.023808],[-95.873969,41.032133],[-95.867963,41.037577],[-95.864423,41.042851],[-95.869843,41.050492],[-95.873895,41.055619],[-95.875653,41.059526],[-95.877655,41.062504],[-95.882294,41.064775],[-95.882294,41.070976],[-95.87619,41.077543],[-95.862421,41.105741],[-95.868744,41.120121],[-95.870917,41.152006],[-95.876044,41.167167],[-95.852777,41.175883],[-95.865375,41.18394],[-95.910175,41.195121],[-95.923846,41.207646],[-95.924823,41.224101],[-95.917035,41.266484],[-95.906,41.271293],[-95.884491,41.289335],[-95.869769,41.308842],[-95.879169,41.317997],[-95.896552,41.319975],[-95.941742,41.331645],[-95.957977,41.338481],[-95.934467,41.402299],[-95.9341,41.413603],[-95.924481,41.45457],[-95.930878,41.464921],[-95.937323,41.467436],[-95.945746,41.467094],[-95.986591,41.474028],[-96.000458,41.480375],[-96.006415,41.492411],[-96.004511,41.501884],[-95.999847,41.514726],[-95.994159,41.526029],[-95.989032,41.530912],[-95.987665,41.534013],[-95.995673,41.540824],[-96.008124,41.547636],[-96.020038,41.550761],[-96.028534,41.548393],[-96.04848,41.538774],[-96.061029,41.537724],[-96.082147,41.549809],[-96.083417,41.570683],[-96.077655,41.590409],[-96.077777,41.599174],[-96.091571,41.606645],[-96.099042,41.624687],[-96.101898,41.647074],[-96.10119,41.689653],[-96.098554,41.697245],[-96.092059,41.705302],[-96.08161,41.715702],[-96.078973,41.720292],[-96.080243,41.725932],[-96.081488,41.739457],[-96.076654,41.758451],[-96.068036,41.776518],[-96.064227,41.795951],[-96.074042,41.818901],[-96.133026,41.866069],[-96.137665,41.871611],[-96.153436,41.898051],[-96.157221,41.90706],[-96.156268,41.918827],[-96.146356,41.938383],[-96.142963,41.948002],[-96.15434,41.987821],[-96.190643,42.01016],[-96.232416,42.028935],[-96.260272,42.057865],[-96.264301,42.080082],[-96.263812,42.100663],[-96.265668,42.119535],[-96.276727,42.136698],[-96.294379,42.148783],[-96.327899,42.165824],[-96.342206,42.181401],[-96.351337,42.205741],[-96.347675,42.224198],[-96.339374,42.240873],[-96.33476,42.260209],[-96.336493,42.283329],[-96.342352,42.300199],[-96.353095,42.313359],[-96.367206,42.32227],[-96.368451,42.338432],[-96.402167,42.368998],[-96.397211,42.411308],[-96.383514,42.4554],[-96.39743,42.496684],[-96.414545,42.506596],[-96.438446,42.512846],[-96.48266,42.518339],[-96.482172,42.553691],[-96.489301,42.565751],[-96.494769,42.568461],[-96.499457,42.573979],[-96.500336,42.58018],[-96.499603,42.58831],[-96.500971,42.594291],[-96.503827,42.600077],[-96.510419,42.609428],[-96.514032,42.613505],[-96.518085,42.616874],[-96.522894,42.619584],[-96.540204,42.627275],[-96.541669,42.63018],[-96.541303,42.632695],[-96.538422,42.636674],[-96.537177,42.637919],[-96.526483,42.644731],[-96.523016,42.649076],[-96.524188,42.653178],[-96.527289,42.65706],[-96.535248,42.664018],[-96.544208,42.670463],[-96.597626,42.700297],[-96.605487,42.705937],[-96.614691,42.714189],[-96.630512,42.732475],[-96.635541,42.742924],[-96.637958,42.751054],[-96.635223,42.764775],[-96.631122,42.774247],[-96.622748,42.788334],[-96.607269,42.805058],[-96.604193,42.809428],[-96.601727,42.814604],[-96.599652,42.820219],[-96.597235,42.825346],[-96.59411,42.829667],[-96.590204,42.833378],[-96.586224,42.836161],[-96.582855,42.837846],[-96.567157,42.8429],[-96.563422,42.844511],[-96.560907,42.848344],[-96.559467,42.853813],[-96.558514,42.866996],[-96.556805,42.873075],[-96.554852,42.877397],[-96.550092,42.881156],[-96.546405,42.8835],[-96.544379,42.887968],[-96.542035,42.89578],[-96.53996,42.923075],[-96.538617,42.929838],[-96.537323,42.932182],[-96.518768,42.947514],[-96.514984,42.95391],[-96.510956,42.965531],[-96.512372,42.985112],[-96.512958,42.988578],[-96.512616,42.991215],[-96.512225,42.992387],[-96.507855,42.997367],[-96.501263,43.011064],[-96.498846,43.018046],[-96.499725,43.022636],[-96.501483,43.025688],[-96.505145,43.029301],[-96.50932,43.035014],[-96.509393,43.04058],[-96.507391,43.045268],[-96.474139,43.069145],[-96.469867,43.074589],[-96.46601,43.081547],[-96.455389,43.121733],[-96.45517,43.129716],[-96.456488,43.13621],[-96.459442,43.14373],[-96.462372,43.153739],[-96.470917,43.197319],[-96.474213,43.20811],[-96.476825,43.212895],[-96.480804,43.21663],[-96.486591,43.218803],[-96.493085,43.219267],[-96.50329,43.218388],[-96.510199,43.218388],[-96.533026,43.221391],[-96.548578,43.22078],[-96.556854,43.221293],[-96.56452,43.223466],[-96.570624,43.228569],[-96.572308,43.234086],[-96.571137,43.239433],[-96.567865,43.243779],[-96.559149,43.251152],[-96.556195,43.254716],[-96.55744,43.258354],[-96.562958,43.26248],[-96.570258,43.266874],[-96.578583,43.277714],[-96.579584,43.28455],[-96.576727,43.28914],[-96.570062,43.28997],[-96.555463,43.288627],[-96.548578,43.289628],[-96.543182,43.292094],[-96.539276,43.295487],[-96.536737,43.298954],[-96.533466,43.323539],[-96.533075,43.375077],[-96.535614,43.385673],[-96.539276,43.38975],[-96.556537,43.404228],[-96.564423,43.412333],[-96.582855,43.427543],[-96.587616,43.43311],[-96.592523,43.44246],[-96.593182,43.45081],[-96.592426,43.459867],[-96.590106,43.47078],[-96.590643,43.478031],[-96.592987,43.484379],[-96.596381,43.48975],[-96.598554,43.496464],[-96.595282,43.498905],[-96.453558,43.500126],[-96.128363,43.500126],[-95.803168,43.500199],[-95.477899,43.500297],[-95.152704,43.500321],[-94.827509,43.500346],[-94.502289,43.500444],[-94.177094,43.500468],[-93.851874,43.500492],[-93.52663,43.50059],[-93.201434,43.50059],[-93.101216,43.500605],[-92.876239,43.500639],[-92.550995,43.500761],[-92.2258,43.500785],[-91.90058,43.50081],[-91.57536,43.500907],[-91.25014,43.500956],[-91.250458,43.499613],[-91.251898,43.486918],[-91.250971,43.474443],[-91.247943,43.462797],[-91.242938,43.451908],[-91.229169,43.431498],[-91.224188,43.421537],[-91.220966,43.410893],[-91.216522,43.383427],[-91.208807,43.372904],[-91.197113,43.365971],[-91.111029,43.340043],[-91.086493,43.317362],[-91.084784,43.280107],[-91.103461,43.249296],[-91.156512,43.195341],[-91.167792,43.160453],[-91.162396,43.090385],[-91.154657,43.056498],[-91.154169,43.019779],[-91.152313,43.007621],[-91.147675,42.996342],[-91.146405,42.95037],[-91.141473,42.928276],[-91.130585,42.911332],[-91.10202,42.884989],[-91.092206,42.870927],[-91.0862,42.852958],[-91.083148,42.810575],[-91.079511,42.791996],[-91.045477,42.742094],[-91.032977,42.729228],[-91.010492,42.71641],[-90.966571,42.701615],[-90.795721,42.676884],[-90.750043,42.663847],[-90.726532,42.661161],[-90.702997,42.655326],[-90.687323,42.640385],[-90.667865,42.599736],[-90.659711,42.58831],[-90.63454,42.559819],[-90.626263,42.544487],[-90.62868,42.53311],[-90.641278,42.511772]]]},"type":"Feature","properties":{"postal":"IA","name":"Iowa","type":"State","center":[-93.51623228166436,41.934247370490226]}},"KS":{"geometry":{"type":"Polygon","coordinates":[[[-95.09118,39.860722],[-95.067816,39.865556],[-95.046845,39.876152],[-95.016815,39.896488],[-95.001874,39.902885],[-94.984613,39.905839],[-94.961176,39.906547],[-94.948187,39.901396],[-94.941376,39.889408],[-94.941864,39.875712],[-94.950604,39.86558],[-94.935834,39.851664],[-94.891644,39.831181],[-94.882343,39.820903],[-94.883368,39.810649],[-94.888129,39.79102],[-94.889179,39.779643],[-94.885443,39.767436],[-94.878021,39.760307],[-94.872626,39.753398],[-94.874896,39.74207],[-94.890839,39.729594],[-94.912909,39.730986],[-94.961176,39.74207],[-94.969354,39.738725],[-94.974725,39.730546],[-94.977655,39.72039],[-94.980634,39.695976],[-94.986469,39.689628],[-94.99516,39.686405],[-95.005853,39.680619],[-95.037738,39.655863],[-95.053656,39.638847],[-95.060468,39.621659],[-95.059393,39.600102],[-95.060223,39.588945],[-95.063886,39.580693],[-95.07514,39.574931],[-95.101679,39.57371],[-95.108905,39.570756],[-95.110541,39.550346],[-95.098822,39.530229],[-95.080829,39.514823],[-95.063886,39.508695],[-95.057733,39.501127],[-95.035468,39.465507],[-95.025726,39.454081],[-95.017767,39.450102],[-94.999335,39.443583],[-94.95744,39.41995],[-94.95368,39.413993],[-94.94848,39.398149],[-94.943793,39.392631],[-94.899701,39.385185],[-94.908588,39.367021],[-94.900995,39.327153],[-94.879022,39.28726],[-94.844769,39.26912],[-94.835053,39.259477],[-94.833856,39.238383],[-94.829584,39.217289],[-94.810638,39.20767],[-94.790448,39.202787],[-94.746234,39.179887],[-94.724066,39.172904],[-94.693158,39.173783],[-94.678217,39.172514],[-94.668109,39.173271],[-94.663226,39.172904],[-94.658148,39.169853],[-94.655951,39.161064],[-94.652704,39.159257],[-94.6289,39.157719],[-94.612543,39.152812],[-94.610468,39.14434],[-94.624628,39.132499],[-94.623285,39.130888],[-94.623285,39.128007],[-94.62226,39.124491],[-94.617743,39.123149],[-94.617743,39.116191],[-94.617743,39.042997],[-94.617743,38.915336],[-94.617767,38.787602],[-94.617816,38.659916],[-94.617816,38.532182],[-94.617816,38.404472],[-94.617865,38.276786],[-94.617889,38.149101],[-94.617889,38.021366],[-94.617889,37.893656],[-94.617914,37.765971],[-94.617963,37.638285],[-94.617963,37.510575],[-94.617963,37.382914],[-94.617963,37.25518],[-94.617963,37.127494],[-94.618036,36.999809],[-94.849091,36.999809],[-95.080145,36.999809],[-95.311224,36.999809],[-95.542328,36.999809],[-95.773407,36.999809],[-96.004511,36.999809],[-96.23559,36.999809],[-96.466693,36.999809],[-96.697772,36.999809],[-96.928851,36.999809],[-97.159955,36.999809],[-97.391058,36.999809],[-97.622137,36.999809],[-97.853217,36.999809],[-98.084271,36.999809],[-98.31535,36.999809],[-98.546454,36.999809],[-98.777509,36.999809],[-99.008612,36.999809],[-99.239691,36.999809],[-99.470795,36.999809],[-99.701874,36.999809],[-99.932977,36.999809],[-100.164056,36.999809],[-100.395136,36.999809],[-100.626239,36.999809],[-100.857318,36.999809],[-101.088422,36.999809],[-101.319525,36.999809],[-101.550604,36.999809],[-101.781659,36.999809],[-102.039569,36.999809],[-102.039935,37.093559],[-102.040326,37.187309],[-102.040643,37.281083],[-102.04101,37.374858],[-102.0414,37.468608],[-102.041742,37.562358],[-102.042084,37.656108],[-102.042474,37.749833],[-102.042865,37.843632],[-102.043207,37.937358],[-102.043573,38.031108],[-102.043964,38.124858],[-102.044354,38.218656],[-102.044672,38.312382],[-102.045038,38.406156],[-102.045429,38.499931],[-102.045819,38.593705],[-102.046161,38.687455],[-102.046527,38.781205],[-102.046918,38.875004],[-102.047284,38.96873],[-102.04765,39.062504],[-102.047992,39.156254],[-102.048383,39.250004],[-102.048773,39.343803],[-102.049091,39.437553],[-102.049457,39.531327],[-102.049847,39.625077],[-102.050189,39.718852],[-102.050555,39.812602],[-102.050922,39.906327],[-102.051263,40.000102],[-101.814838,40.000102],[-101.605219,40.000102],[-101.395624,40.000102],[-101.186005,40.000102],[-100.97641,40.000102],[-100.766815,40.000102],[-100.557221,40.000102],[-100.347626,40.000102],[-100.138007,40.000102],[-99.928412,40.000102],[-99.718817,40.000102],[-99.509222,40.000102],[-99.299628,40.000102],[-99.090057,40.000102],[-98.880438,40.000102],[-98.670844,40.000102],[-98.461249,40.000102],[-98.251654,40.000102],[-98.042059,40.000102],[-97.83244,40.000102],[-97.622846,40.000102],[-97.413251,40.000102],[-97.203656,40.000102],[-96.994061,40.000102],[-96.784442,40.000102],[-96.574847,40.000102],[-96.365253,40.000102],[-96.155658,40.000102],[-95.946063,40.000102],[-95.736444,40.000102],[-95.526849,40.000102],[-95.317255,40.000102],[-95.260468,39.959696],[-95.247406,39.944242],[-95.236176,39.941654],[-95.223554,39.940092],[-95.214716,39.936967],[-95.208051,39.928446],[-95.204218,39.920097],[-95.199677,39.912602],[-95.190839,39.906547],[-95.182123,39.904496],[-95.161298,39.90269],[-95.149872,39.899125],[-95.13891,39.892778],[-95.112299,39.868681],[-95.09118,39.860722]]]},"type":"Feature","properties":{"postal":"KS","name":"Kansas","type":"State","center":[-98.49108367626887,38.69991764235496]}},"MO":{"geometry":{"type":"Polygon","coordinates":[[[-91.607245,40.502177],[-91.596356,40.502445],[-91.590204,40.500517],[-91.587445,40.495927],[-91.585687,40.490312],[-91.582684,40.485356],[-91.573944,40.479911],[-91.553827,40.473051],[-91.545429,40.468266],[-91.539276,40.461503],[-91.536151,40.454496],[-91.536005,40.447612],[-91.538617,40.440971],[-91.529877,40.431279],[-91.493622,40.403129],[-91.481366,40.396342],[-91.452362,40.387651],[-91.441815,40.379521],[-91.441864,40.379521],[-91.472943,40.35811],[-91.496088,40.313407],[-91.511224,40.262211],[-91.518207,40.221269],[-91.518939,40.174906],[-91.492523,40.009599],[-91.487128,39.994413],[-91.473505,39.978227],[-91.456537,39.962113],[-91.450507,39.955058],[-91.446039,39.947904],[-91.442987,39.940092],[-91.441376,39.93101],[-91.441864,39.906547],[-91.45014,39.87725],[-91.449335,39.86558],[-91.445038,39.858866],[-91.431659,39.847074],[-91.425116,39.833842],[-91.397797,39.813774],[-91.391425,39.80352],[-91.389227,39.792973],[-91.387225,39.769413],[-91.374921,39.735722],[-91.355072,39.710795],[-91.104315,39.533085],[-91.088617,39.518095],[-91.076654,39.499394],[-91.071942,39.477983],[-91.065741,39.464286],[-91.050897,39.452421],[-90.81955,39.320121],[-90.797333,39.303202],[-90.773993,39.279057],[-90.748212,39.242045],[-90.736688,39.220341],[-90.729926,39.200834],[-90.728876,39.187382],[-90.730634,39.159721],[-90.729926,39.14622],[-90.724457,39.133891],[-90.706512,39.112187],[-90.702631,39.101225],[-90.706781,39.090336],[-90.71452,39.078764],[-90.718793,39.06641],[-90.712543,39.053129],[-90.704657,39.040971],[-90.699286,39.024443],[-90.698065,39.007865],[-90.702631,38.99539],[-90.657513,38.921049],[-90.626532,38.890409],[-90.585297,38.87808],[-90.541986,38.893974],[-90.479047,38.958915],[-90.428265,38.967436],[-90.409076,38.961503],[-90.374872,38.943827],[-90.356268,38.940165],[-90.332733,38.938163],[-90.282147,38.926518],[-90.183563,38.882695],[-90.143524,38.85684],[-90.12724,38.830302],[-90.134735,38.812504],[-90.15141,38.787382],[-90.170404,38.764921],[-90.184955,38.75518],[-90.197919,38.744242],[-90.200604,38.719657],[-90.195526,38.679447],[-90.196478,38.638163],[-90.213495,38.606767],[-90.263788,38.542924],[-90.314813,38.431523],[-90.362958,38.369242],[-90.377972,38.337602],[-90.382001,38.300492],[-90.373016,38.254277],[-90.367523,38.238749],[-90.361591,38.226567],[-90.354681,38.216435],[-90.346332,38.207133],[-90.291107,38.169242],[-90.284686,38.160063],[-90.256512,38.136943],[-90.25014,38.127958],[-90.242792,38.11287],[-90.225262,38.100907],[-90.188055,38.083598],[-90.162128,38.062529],[-90.138031,38.037529],[-90.110809,38.016654],[-90.075409,38.007865],[-90.020477,37.970317],[-90.005048,37.962504],[-89.967987,37.963041],[-89.955292,37.960063],[-89.922723,37.952592],[-89.888739,37.931791],[-89.831926,37.88456],[-89.808075,37.871659],[-89.746649,37.850761],[-89.721942,37.837162],[-89.697528,37.809281],[-89.668964,37.754447],[-89.64682,37.7335],[-89.549579,37.69766],[-89.523309,37.678886],[-89.530756,37.666703],[-89.527484,37.650248],[-89.520404,37.631962],[-89.516473,37.614042],[-89.51911,37.597245],[-89.524091,37.580229],[-89.526971,37.56204],[-89.523309,37.541752],[-89.502216,37.50706],[-89.474774,37.474906],[-89.451141,37.440336],[-89.441376,37.398344],[-89.458637,37.362553],[-89.49372,37.335136],[-89.52309,37.306694],[-89.523309,37.268022],[-89.517987,37.264018],[-89.498212,37.258085],[-89.489813,37.254374],[-89.473798,37.243876],[-89.475507,37.230766],[-89.472333,37.214067],[-89.464154,37.197831],[-89.441376,37.16497],[-89.401483,37.120121],[-89.386859,37.091386],[-89.393573,37.062553],[-89.377338,37.047294],[-89.327167,37.014213],[-89.286786,37.000492],[-89.27514,37.000444],[-89.270087,37.011039],[-89.272943,37.026127],[-89.279999,37.03433],[-89.289081,37.040385],[-89.298016,37.048905],[-89.308832,37.071171],[-89.302216,37.081059],[-89.284027,37.083378],[-89.260126,37.083061],[-89.253632,37.078154],[-89.249457,37.054277],[-89.246161,37.045487],[-89.236786,37.038627],[-89.2164,37.028373],[-89.208637,37.021611],[-89.203485,37.01082],[-89.201141,36.999809],[-89.197382,36.989482],[-89.188153,36.980644],[-89.176947,36.978324],[-89.164618,36.980839],[-89.152826,36.98477],[-89.143451,36.986845],[-89.1237,36.979643],[-89.11889,36.961918],[-89.125433,36.918559],[-89.124017,36.886747],[-89.125433,36.876982],[-89.130756,36.870365],[-89.140253,36.861625],[-89.149359,36.851176],[-89.153387,36.839433],[-89.149677,36.818412],[-89.13454,36.783329],[-89.132904,36.760917],[-89.140619,36.73455],[-89.180682,36.665312],[-89.205389,36.607572],[-89.226312,36.580522],[-89.253314,36.56912],[-89.28454,36.577616],[-89.310883,36.597563],[-89.334833,36.620463],[-89.358832,36.638017],[-89.370136,36.633061],[-89.376337,36.627445],[-89.386151,36.610063],[-89.400409,36.572514],[-89.40329,36.557255],[-89.419061,36.510478],[-89.424457,36.498954],[-89.427094,36.493388],[-89.449652,36.470854],[-89.466083,36.458036],[-89.478925,36.452421],[-89.505072,36.458183],[-89.50683,36.472953],[-89.497333,36.492973],[-89.494379,36.50142],[-89.489813,36.514482],[-89.502679,36.554399],[-89.536932,36.567875],[-89.569696,36.556376],[-89.577948,36.521342],[-89.569061,36.508842],[-89.559882,36.500151],[-89.555658,36.496171],[-89.547479,36.481547],[-89.55434,36.462992],[-89.555951,36.447465],[-89.533929,36.406156],[-89.530756,36.383525],[-89.541376,36.36165],[-89.559735,36.351737],[-89.583221,36.349198],[-89.609296,36.349418],[-89.628387,36.341484],[-89.62619,36.323149],[-89.611249,36.302592],[-89.592206,36.287944],[-89.567181,36.281401],[-89.557343,36.274736],[-89.561176,36.263725],[-89.571259,36.257377],[-89.583441,36.25474],[-89.676508,36.25186],[-89.694623,36.246977],[-89.640228,36.182328],[-89.613861,36.141703],[-89.622919,36.123442],[-89.638641,36.120195],[-89.657855,36.112211],[-89.674091,36.102201],[-89.680951,36.092729],[-89.685126,36.076249],[-89.715741,36.034696],[-89.723846,36.000492],[-89.725604,36.000541],[-89.727435,36.000566],[-89.729266,36.00059],[-89.731049,36.000639],[-89.873505,35.997416],[-90.015936,35.994194],[-90.158392,35.990971],[-90.3008,35.987773],[-90.373309,35.986186],[-90.379388,35.987724],[-90.381024,35.991703],[-90.381244,35.996147],[-90.377924,36.005717],[-90.342548,36.061479],[-90.333051,36.071513],[-90.316547,36.094291],[-90.304633,36.105278],[-90.298065,36.113285],[-90.294257,36.116874],[-90.289496,36.119755],[-90.283954,36.121757],[-90.264179,36.125639],[-90.25849,36.127519],[-90.253119,36.129936],[-90.248676,36.132817],[-90.244818,36.136869],[-90.242059,36.141679],[-90.239862,36.146977],[-90.238422,36.15225],[-90.236932,36.161259],[-90.235468,36.166313],[-90.232977,36.170976],[-90.229462,36.175297],[-90.225409,36.178935],[-90.215448,36.184452],[-90.209857,36.186528],[-90.197186,36.189579],[-90.174652,36.197221],[-90.143304,36.21143],[-90.13869,36.214506],[-90.134979,36.218388],[-90.132001,36.2231],[-90.129852,36.228178],[-90.125848,36.2481],[-90.123895,36.252641],[-90.120331,36.256205],[-90.115521,36.258842],[-90.090155,36.26519],[-90.084808,36.267436],[-90.079999,36.270463],[-90.075971,36.273954],[-90.072284,36.278129],[-90.069647,36.282426],[-90.067499,36.287358],[-90.066303,36.292314],[-90.066034,36.297514],[-90.070575,36.327079],[-90.070038,36.333329],[-90.063715,36.35706],[-90.062909,36.363261],[-90.062958,36.368901],[-90.064398,36.374369],[-90.066522,36.37913],[-90.069598,36.383305],[-90.073309,36.387016],[-90.077704,36.390605],[-90.082513,36.393705],[-90.115595,36.410331],[-90.119525,36.414067],[-90.122284,36.418412],[-90.123871,36.423564],[-90.124823,36.429057],[-90.1258,36.445121],[-90.126776,36.449638],[-90.128485,36.453202],[-90.132147,36.45601],[-90.137006,36.458549],[-90.141205,36.461503],[-90.143915,36.464945],[-90.153876,36.487382],[-90.159003,36.495341],[-90.160956,36.497563],[-90.162177,36.499833],[-90.231268,36.499833],[-90.505487,36.499833],[-90.779657,36.499833],[-91.053876,36.499833],[-91.328046,36.499833],[-91.564277,36.499833],[-91.60224,36.499833],[-91.876434,36.499833],[-92.150629,36.499833],[-92.424799,36.499833],[-92.698993,36.499833],[-92.973187,36.499833],[-93.247357,36.499833],[-93.521552,36.499833],[-93.795746,36.499833],[-94.06994,36.499833],[-94.344135,36.499833],[-94.618329,36.499833],[-94.618231,36.624809],[-94.618182,36.749809],[-94.61806,36.874809],[-94.618036,36.999809],[-94.617963,37.127494],[-94.617963,37.25518],[-94.617963,37.382914],[-94.617963,37.510575],[-94.617963,37.638285],[-94.617914,37.765971],[-94.617889,37.893656],[-94.617889,38.021366],[-94.617889,38.149101],[-94.617865,38.276786],[-94.617816,38.404472],[-94.617816,38.532182],[-94.617816,38.659916],[-94.617767,38.787602],[-94.617743,38.915336],[-94.617743,39.042997],[-94.617743,39.116191],[-94.617743,39.123149],[-94.62226,39.124491],[-94.623285,39.128007],[-94.623285,39.130888],[-94.624628,39.132499],[-94.610468,39.14434],[-94.612543,39.152812],[-94.6289,39.157719],[-94.652704,39.159257],[-94.655951,39.161064],[-94.658148,39.169853],[-94.663226,39.172904],[-94.668109,39.173271],[-94.678217,39.172514],[-94.693158,39.173783],[-94.724066,39.172904],[-94.746234,39.179887],[-94.790448,39.202787],[-94.810638,39.20767],[-94.829584,39.217289],[-94.833856,39.238383],[-94.835053,39.259477],[-94.844769,39.26912],[-94.879022,39.28726],[-94.900995,39.327153],[-94.908588,39.367021],[-94.899701,39.385185],[-94.943793,39.392631],[-94.94848,39.398149],[-94.95368,39.413993],[-94.95744,39.41995],[-94.999335,39.443583],[-95.017767,39.450102],[-95.025726,39.454081],[-95.035468,39.465507],[-95.057733,39.501127],[-95.063886,39.508695],[-95.080829,39.514823],[-95.098822,39.530229],[-95.110541,39.550346],[-95.108905,39.570756],[-95.101679,39.57371],[-95.07514,39.574931],[-95.063886,39.580693],[-95.060223,39.588945],[-95.059393,39.600102],[-95.060468,39.621659],[-95.053656,39.638847],[-95.037738,39.655863],[-95.005853,39.680619],[-94.99516,39.686405],[-94.986469,39.689628],[-94.980634,39.695976],[-94.977655,39.72039],[-94.974725,39.730546],[-94.969354,39.738725],[-94.961176,39.74207],[-94.912909,39.730986],[-94.890839,39.729594],[-94.874896,39.74207],[-94.872626,39.753398],[-94.878021,39.760307],[-94.885443,39.767436],[-94.889179,39.779643],[-94.888129,39.79102],[-94.883368,39.810649],[-94.882343,39.820903],[-94.891644,39.831181],[-94.935834,39.851664],[-94.950604,39.86558],[-94.941864,39.875712],[-94.941376,39.889408],[-94.948187,39.901396],[-94.961176,39.906547],[-94.984613,39.905839],[-95.001874,39.902885],[-95.016815,39.896488],[-95.046845,39.876152],[-95.067816,39.865556],[-95.09118,39.860722],[-95.112299,39.868681],[-95.13891,39.892778],[-95.149872,39.899125],[-95.161298,39.90269],[-95.182123,39.904496],[-95.190839,39.906547],[-95.199677,39.912602],[-95.204218,39.920097],[-95.208051,39.928446],[-95.214716,39.936967],[-95.223554,39.940092],[-95.236176,39.941654],[-95.247406,39.944242],[-95.260468,39.959696],[-95.317255,40.000102],[-95.344208,40.019267],[-95.361639,40.026713],[-95.408246,40.033573],[-95.41955,40.045048],[-95.421991,40.062504],[-95.417377,40.084672],[-95.407562,40.103593],[-95.403754,40.114189],[-95.406805,40.118852],[-95.43725,40.142729],[-95.443231,40.157402],[-95.457221,40.174394],[-95.485028,40.200761],[-95.468622,40.225712],[-95.46745,40.23809],[-95.478192,40.249174],[-95.495306,40.254228],[-95.531659,40.256303],[-95.546503,40.262211],[-95.558661,40.275321],[-95.567035,40.288871],[-95.57724,40.3012],[-95.594891,40.310624],[-95.6133,40.311528],[-95.633637,40.309184],[-95.649945,40.311039],[-95.656366,40.324272],[-95.643475,40.331498],[-95.634247,40.33831],[-95.629022,40.34539],[-95.631488,40.349272],[-95.643304,40.379521],[-95.659491,40.39832],[-95.663788,40.406205],[-95.664887,40.413432],[-95.663324,40.428031],[-95.663788,40.434135],[-95.671234,40.450297],[-95.688959,40.467118],[-95.697919,40.481913],[-95.698895,40.495707],[-95.695087,40.507426],[-95.696137,40.518315],[-95.711591,40.529716],[-95.735541,40.536528],[-95.755096,40.539482],[-95.768231,40.548735],[-95.773041,40.574418],[-95.767645,40.600468],[-95.767548,40.600444],[-95.767474,40.600444],[-95.767401,40.600444],[-95.767304,40.600419],[-95.767206,40.600419],[-95.767108,40.600419],[-95.767011,40.600419],[-95.766937,40.600419],[-95.76684,40.600419],[-95.766742,40.600419],[-95.766644,40.600419],[-95.766547,40.600419],[-95.766473,40.600419],[-95.766376,40.600419],[-95.766278,40.600419],[-95.76618,40.600419],[-95.766107,40.600419],[-95.766034,40.600419],[-95.765936,40.600419],[-95.765863,40.600419],[-95.765765,40.600419],[-95.765668,40.600419],[-95.76557,40.600419],[-95.765472,40.600419],[-95.765399,40.600419],[-95.765302,40.600419],[-95.765204,40.600419],[-95.765106,40.600419],[-95.765009,40.600419],[-95.764935,40.600419],[-95.764862,40.600419],[-95.764764,40.600419],[-95.764667,40.600419],[-95.764594,40.600419],[-95.76452,40.600419],[-95.764423,40.600419],[-95.764325,40.600419],[-95.764252,40.600419],[-95.764179,40.600419],[-95.764081,40.600419],[-95.763983,40.600419],[-95.763886,40.600419],[-95.763788,40.600419],[-95.763715,40.600419],[-95.763641,40.600395],[-95.763544,40.600395],[-95.763446,40.600395],[-95.763373,40.60037],[-95.7633,40.600346],[-95.763202,40.600346],[-95.763104,40.600346],[-95.763007,40.600346],[-95.762909,40.600346],[-95.762836,40.600346],[-95.762762,40.600346],[-95.762665,40.600346],[-95.762567,40.600346],[-95.76247,40.600346],[-95.762372,40.600346],[-95.762274,40.600346],[-95.762177,40.600346],[-95.762103,40.600346],[-95.76203,40.600346],[-95.761932,40.600346],[-95.664471,40.59832],[-95.567011,40.596293],[-95.46955,40.594267],[-95.372089,40.59224],[-95.259589,40.589506],[-95.147089,40.586772],[-95.034589,40.584037],[-94.922089,40.581303],[-94.811151,40.579203],[-94.700214,40.577128],[-94.589276,40.575053],[-94.478339,40.572953],[-94.362714,40.57349],[-94.247089,40.574003],[-94.131464,40.574516],[-94.015839,40.575053],[-93.902289,40.577665],[-93.788739,40.580278],[-93.675214,40.582865],[-93.561664,40.585478],[-93.444989,40.584428],[-93.328339,40.583403],[-93.211664,40.582353],[-93.094989,40.581303],[-92.908026,40.58599],[-92.721039,40.590678],[-92.534052,40.595365],[-92.463791,40.597127],[-92.347089,40.600053],[-92.246307,40.60142],[-92.145526,40.602787],[-92.044745,40.604154],[-91.943964,40.605522],[-91.83537,40.613334],[-91.730682,40.618803],[-91.722943,40.608866],[-91.718817,40.603715],[-91.700409,40.59412],[-91.696259,40.588066],[-91.695697,40.575053],[-91.693549,40.565458],[-91.689203,40.557865],[-91.682001,40.550834],[-91.672504,40.546098],[-91.650995,40.541874],[-91.627362,40.529716],[-91.625385,40.525834],[-91.620844,40.511796],[-91.616815,40.505839],[-91.612274,40.503105],[-91.607245,40.502177]]]},"type":"Feature","properties":{"postal":"MO","name":"Missouri","type":"State","center":[-92.38225880201188,38.327831477748305]}},"NE":{"geometry":{"type":"Polygon","coordinates":[[[-102.495526,43.000321],[-102.32514,43.000321],[-102.154755,43.000321],[-101.984418,43.000321],[-101.814056,43.000321],[-101.643695,43.000321],[-101.473309,43.000321],[-101.302924,43.000321],[-101.132562,43.000321],[-100.962177,43.000321],[-100.791815,43.000321],[-100.621478,43.000273],[-100.451117,43.000224],[-100.280756,43.000224],[-100.11037,43.000224],[-99.939984,43.000224],[-99.769623,43.000224],[-99.599262,43.000224],[-99.428925,43.000224],[-99.258563,43.000224],[-99.088153,43.000224],[-98.917792,43.000224],[-98.747406,43.000224],[-98.577045,43.000199],[-98.490985,43.000199],[-98.485101,43.000199],[-98.482025,42.998149],[-98.46181,42.979814],[-98.454218,42.974638],[-98.349164,42.92349],[-98.343182,42.922392],[-98.331268,42.921977],[-98.325775,42.921],[-98.284027,42.899906],[-98.242914,42.872441],[-98.10473,42.828349],[-98.094354,42.820121],[-98.090057,42.808305],[-98.078461,42.802494],[-98.006879,42.784086],[-97.979877,42.782328],[-97.952875,42.784086],[-97.941888,42.788383],[-97.921234,42.801737],[-97.914716,42.80457],[-97.910956,42.809404],[-97.898285,42.835893],[-97.894989,42.849223],[-97.886591,42.85767],[-97.875336,42.863066],[-97.863495,42.867265],[-97.838788,42.871513],[-97.770404,42.859819],[-97.729437,42.867265],[-97.716693,42.865336],[-97.696454,42.856254],[-97.68476,42.852958],[-97.6612,42.85413],[-97.622015,42.869584],[-97.599725,42.873466],[-97.527484,42.860307],[-97.500409,42.859819],[-97.301166,42.887089],[-97.275848,42.884281],[-97.255341,42.876445],[-97.238153,42.864457],[-97.208173,42.835404],[-97.171649,42.809892],[-97.150336,42.798368],[-97.127264,42.789628],[-97.103607,42.785453],[-97.051337,42.784086],[-97.041473,42.782035],[-97.019476,42.773051],[-96.992377,42.768901],[-96.982831,42.763652],[-96.975726,42.756767],[-96.965375,42.749955],[-96.947089,42.745146],[-96.856952,42.740092],[-96.839325,42.732231],[-96.825702,42.72122],[-96.814545,42.708964],[-96.808026,42.699223],[-96.804657,42.692216],[-96.799384,42.686796],[-96.787225,42.681669],[-96.774579,42.679643],[-96.732929,42.681669],[-96.722577,42.680644],[-96.708856,42.677494],[-96.696796,42.672172],[-96.691644,42.664579],[-96.694647,42.655351],[-96.700751,42.648295],[-96.70578,42.639994],[-96.705292,42.62703],[-96.693549,42.61519],[-96.652264,42.591581],[-96.643231,42.575541],[-96.639447,42.556205],[-96.628534,42.542582],[-96.611298,42.534306],[-96.48266,42.518339],[-96.438446,42.512846],[-96.414545,42.506596],[-96.39743,42.496684],[-96.383514,42.4554],[-96.397211,42.411308],[-96.402167,42.368998],[-96.368451,42.338432],[-96.367206,42.32227],[-96.353095,42.313359],[-96.342352,42.300199],[-96.336493,42.283329],[-96.33476,42.260209],[-96.339374,42.240873],[-96.347675,42.224198],[-96.351337,42.205741],[-96.342206,42.181401],[-96.327899,42.165824],[-96.294379,42.148783],[-96.276727,42.136698],[-96.265668,42.119535],[-96.263812,42.100663],[-96.264301,42.080082],[-96.260272,42.057865],[-96.232416,42.028935],[-96.190643,42.01016],[-96.15434,41.987821],[-96.142963,41.948002],[-96.146356,41.938383],[-96.156268,41.918827],[-96.157221,41.90706],[-96.153436,41.898051],[-96.137665,41.871611],[-96.133026,41.866069],[-96.074042,41.818901],[-96.064227,41.795951],[-96.068036,41.776518],[-96.076654,41.758451],[-96.081488,41.739457],[-96.080243,41.725932],[-96.078973,41.720292],[-96.08161,41.715702],[-96.092059,41.705302],[-96.098554,41.697245],[-96.10119,41.689653],[-96.101898,41.647074],[-96.099042,41.624687],[-96.091571,41.606645],[-96.077777,41.599174],[-96.077655,41.590409],[-96.083417,41.570683],[-96.082147,41.549809],[-96.061029,41.537724],[-96.04848,41.538774],[-96.028534,41.548393],[-96.020038,41.550761],[-96.008124,41.547636],[-95.995673,41.540824],[-95.987665,41.534013],[-95.989032,41.530912],[-95.994159,41.526029],[-95.999847,41.514726],[-96.004511,41.501884],[-96.006415,41.492411],[-96.000458,41.480375],[-95.986591,41.474028],[-95.945746,41.467094],[-95.937323,41.467436],[-95.930878,41.464921],[-95.924481,41.45457],[-95.9341,41.413603],[-95.934467,41.402299],[-95.957977,41.338481],[-95.941742,41.331645],[-95.896552,41.319975],[-95.879169,41.317997],[-95.869769,41.308842],[-95.884491,41.289335],[-95.906,41.271293],[-95.917035,41.266484],[-95.924823,41.224101],[-95.923846,41.207646],[-95.910175,41.195121],[-95.865375,41.18394],[-95.852777,41.175883],[-95.876044,41.167167],[-95.870917,41.152006],[-95.868744,41.120121],[-95.862421,41.105741],[-95.87619,41.077543],[-95.882294,41.070976],[-95.882294,41.064775],[-95.877655,41.062504],[-95.875653,41.059526],[-95.873895,41.055619],[-95.869843,41.050492],[-95.864423,41.042851],[-95.867963,41.037577],[-95.873969,41.032133],[-95.876044,41.023808],[-95.870966,41.012113],[-95.86264,41.004521],[-95.845038,40.992778],[-95.838251,40.982353],[-95.837836,40.972831],[-95.841913,40.951811],[-95.840106,40.938481],[-95.827655,40.913945],[-95.824774,40.888969],[-95.830243,40.869975],[-95.838007,40.851493],[-95.841913,40.827983],[-95.839716,40.816069],[-95.829852,40.802568],[-95.827655,40.794145],[-95.848114,40.76995],[-95.862445,40.75872],[-95.866888,40.753129],[-95.869843,40.742631],[-95.869305,40.728886],[-95.864227,40.720903],[-95.858368,40.714311],[-95.85556,40.70474],[-95.844721,40.688212],[-95.792084,40.671],[-95.773041,40.660673],[-95.763104,40.638969],[-95.764179,40.616972],[-95.767645,40.600468],[-95.773041,40.574418],[-95.768231,40.548735],[-95.755096,40.539482],[-95.735541,40.536528],[-95.711591,40.529716],[-95.696137,40.518315],[-95.695087,40.507426],[-95.698895,40.495707],[-95.697919,40.481913],[-95.688959,40.467118],[-95.671234,40.450297],[-95.663788,40.434135],[-95.663324,40.428031],[-95.664887,40.413432],[-95.663788,40.406205],[-95.659491,40.39832],[-95.643304,40.379521],[-95.631488,40.349272],[-95.629022,40.34539],[-95.634247,40.33831],[-95.643475,40.331498],[-95.656366,40.324272],[-95.649945,40.311039],[-95.633637,40.309184],[-95.6133,40.311528],[-95.594891,40.310624],[-95.57724,40.3012],[-95.567035,40.288871],[-95.558661,40.275321],[-95.546503,40.262211],[-95.531659,40.256303],[-95.495306,40.254228],[-95.478192,40.249174],[-95.46745,40.23809],[-95.468622,40.225712],[-95.485028,40.200761],[-95.457221,40.174394],[-95.443231,40.157402],[-95.43725,40.142729],[-95.406805,40.118852],[-95.403754,40.114189],[-95.407562,40.103593],[-95.417377,40.084672],[-95.421991,40.062504],[-95.41955,40.045048],[-95.408246,40.033573],[-95.361639,40.026713],[-95.344208,40.019267],[-95.317255,40.000102],[-95.526849,40.000102],[-95.736444,40.000102],[-95.946063,40.000102],[-96.155658,40.000102],[-96.365253,40.000102],[-96.574847,40.000102],[-96.784442,40.000102],[-96.994061,40.000102],[-97.203656,40.000102],[-97.413251,40.000102],[-97.622846,40.000102],[-97.83244,40.000102],[-98.042059,40.000102],[-98.251654,40.000102],[-98.461249,40.000102],[-98.670844,40.000102],[-98.880438,40.000102],[-99.090057,40.000102],[-99.299628,40.000102],[-99.509222,40.000102],[-99.718817,40.000102],[-99.928412,40.000102],[-100.138007,40.000102],[-100.347626,40.000102],[-100.557221,40.000102],[-100.766815,40.000102],[-100.97641,40.000102],[-101.186005,40.000102],[-101.395624,40.000102],[-101.605219,40.000102],[-101.814838,40.000102],[-102.051263,40.000102],[-102.051312,40.062577],[-102.051312,40.125053],[-102.051361,40.187504],[-102.05141,40.249955],[-102.05141,40.312431],[-102.051483,40.374906],[-102.051532,40.437406],[-102.051556,40.499858],[-102.051581,40.562333],[-102.05163,40.624784],[-102.05163,40.687236],[-102.051679,40.749711],[-102.051703,40.812236],[-102.051703,40.874662],[-102.051727,40.937138],[-102.051801,40.999589],[-102.116962,40.999589],[-102.236005,40.999589],[-102.355048,40.999613],[-102.474091,40.999662],[-102.593109,40.999662],[-102.712152,40.999662],[-102.831171,40.999662],[-102.950262,40.999662],[-103.069257,40.999711],[-103.1883,40.999736],[-103.307343,40.999736],[-103.426386,40.999736],[-103.545404,40.999736],[-103.664471,40.999736],[-103.783539,40.99976],[-103.902533,40.999833],[-104.053729,40.999833],[-104.052924,41.124858],[-104.052924,41.249882],[-104.052484,41.374906],[-104.052362,41.499955],[-104.052972,41.62498],[-104.052899,41.750004],[-104.052997,41.875077],[-104.052704,42.000126],[-104.052606,42.125126],[-104.052802,42.250199],[-104.052802,42.375248],[-104.053095,42.500248],[-104.052606,42.625297],[-104.052802,42.750297],[-104.052997,42.87537],[-104.053119,43.00037],[-103.85849,43.00037],[-103.68808,43.00037],[-103.517694,43.00037],[-103.347333,43.00037],[-103.176947,43.00037],[-103.00661,43.00037],[-102.836273,43.00037],[-102.665887,43.000346],[-102.495526,43.000321]]]},"type":"Feature","properties":{"postal":"NE","name":"Nebraska","type":"State","center":[-100.1371742112483,41.879799845938805]}},"OK":{"geometry":{"type":"Polygon","coordinates":[[[-94.618329,36.499833],[-94.595917,36.360624],[-94.573505,36.221415],[-94.551093,36.082182],[-94.52868,35.942997],[-94.506317,35.803813],[-94.483905,35.664628],[-94.461469,35.525444],[-94.439081,35.38621],[-94.444721,35.168827],[-94.450336,34.951518],[-94.455975,34.734159],[-94.461591,34.516801],[-94.46723,34.299467],[-94.472821,34.082109],[-94.478461,33.86475],[-94.4841,33.647416],[-94.489398,33.648466],[-94.51474,33.649272],[-94.532904,33.656864],[-94.532904,33.650004],[-94.580341,33.663481],[-94.594965,33.669877],[-94.591742,33.675541],[-94.588446,33.679252],[-94.609857,33.681059],[-94.635956,33.677323],[-94.643573,33.685795],[-94.655048,33.691581],[-94.66872,33.695414],[-94.683099,33.697782],[-94.689471,33.697319],[-94.701068,33.692778],[-94.707929,33.691581],[-94.713666,33.693608],[-94.722186,33.702616],[-94.739618,33.709989],[-94.755487,33.733427],[-94.769696,33.738774],[-94.781928,33.739653],[-94.807245,33.746195],[-94.872748,33.755912],[-94.910272,33.786576],[-94.924921,33.808427],[-94.930145,33.814506],[-94.939911,33.820414],[-94.948676,33.823564],[-94.954999,33.829765],[-94.95744,33.844926],[-94.960077,33.849711],[-94.966522,33.855253],[-94.974481,33.859794],[-94.981659,33.86165],[-95.0164,33.862577],[-95.031757,33.866728],[-95.047455,33.875932],[-95.079413,33.903056],[-95.096991,33.912992],[-95.128314,33.91934],[-95.13371,33.925151],[-95.137665,33.932109],[-95.143036,33.938041],[-95.154315,33.944194],[-95.220306,33.962944],[-95.236737,33.960673],[-95.255682,33.947953],[-95.261786,33.933061],[-95.263251,33.915458],[-95.268597,33.90457],[-95.280194,33.910063],[-95.286249,33.902104],[-95.293744,33.8981],[-95.30285,33.894975],[-95.313715,33.889604],[-95.324847,33.895341],[-95.331757,33.895512],[-95.334833,33.886503],[-95.335492,33.878617],[-95.337689,33.874369],[-95.341913,33.871781],[-95.348456,33.86912],[-95.35705,33.868217],[-95.440595,33.870536],[-95.451508,33.86912],[-95.457831,33.876176],[-95.464423,33.880522],[-95.472015,33.882792],[-95.48161,33.883403],[-95.486078,33.881181],[-95.491962,33.877177],[-95.497089,33.875321],[-95.49931,33.879667],[-95.503436,33.88455],[-95.505707,33.888017],[-95.505536,33.889604],[-95.537128,33.889921],[-95.549774,33.895732],[-95.540253,33.910063],[-95.54809,33.925541],[-95.559125,33.933232],[-95.571893,33.938871],[-95.584955,33.947953],[-95.598114,33.952079],[-95.609515,33.943461],[-95.622821,33.924369],[-95.630389,33.924662],[-95.646991,33.929765],[-95.650116,33.92747],[-95.673724,33.916899],[-95.683954,33.914823],[-95.69516,33.909623],[-95.705096,33.902934],[-95.711591,33.89644],[-95.721991,33.897294],[-95.736981,33.895658],[-95.769623,33.89644],[-95.776556,33.890019],[-95.772284,33.861869],[-95.78327,33.855448],[-95.790155,33.857597],[-95.795575,33.86226],[-95.800946,33.86912],[-95.808881,33.866874],[-95.81474,33.86226],[-95.820819,33.855448],[-95.848895,33.851493],[-95.860394,33.853959],[-95.916962,33.884062],[-95.927582,33.893022],[-95.937885,33.895561],[-95.950458,33.889457],[-95.96098,33.879985],[-95.965424,33.872538],[-95.972528,33.873027],[-95.987836,33.866264],[-96.006415,33.855448],[-96.040204,33.84329],[-96.054218,33.841801],[-96.105414,33.841801],[-96.115302,33.839701],[-96.135858,33.830278],[-96.146698,33.828178],[-96.156415,33.821171],[-96.174091,33.786723],[-96.183905,33.773539],[-96.202728,33.763676],[-96.22077,33.76204],[-96.263373,33.766044],[-96.28952,33.763041],[-96.295868,33.754057],[-96.295477,33.739115],[-96.301215,33.718315],[-96.328778,33.70186],[-96.358612,33.725614],[-96.387054,33.762821],[-96.410468,33.786576],[-96.428705,33.789726],[-96.496454,33.786576],[-96.504047,33.789921],[-96.507806,33.797856],[-96.510199,33.807133],[-96.513495,33.814506],[-96.518915,33.818754],[-96.540814,33.828178],[-96.540887,33.828178],[-96.581976,33.838725],[-96.594232,33.84976],[-96.598065,33.853373],[-96.601068,33.857768],[-96.602509,33.862846],[-96.602557,33.868266],[-96.600702,33.873222],[-96.589862,33.891899],[-96.592499,33.897831],[-96.6008,33.904887],[-96.625555,33.913383],[-96.639276,33.916166],[-96.649359,33.915971],[-96.654535,33.913481],[-96.658807,33.910185],[-96.665155,33.901664],[-96.67807,33.870658],[-96.68078,33.865898],[-96.684003,33.861698],[-96.687616,33.85789],[-96.691962,33.854618],[-96.699481,33.851689],[-96.709686,33.849247],[-96.728851,33.847172],[-96.739813,33.847612],[-96.748407,33.848881],[-96.753705,33.851371],[-96.779828,33.867875],[-96.790106,33.872196],[-96.798309,33.873344],[-96.833954,33.869291],[-96.843524,33.869926],[-96.850775,33.871928],[-96.85556,33.874833],[-96.867621,33.885331],[-96.873895,33.893656],[-96.878558,33.903422],[-96.88476,33.931571],[-96.889203,33.941459],[-96.894061,33.946269],[-96.900897,33.950834],[-96.91452,33.955937],[-96.924091,33.957328],[-96.932709,33.957328],[-96.966888,33.952079],[-96.972601,33.950004],[-96.977875,33.947538],[-96.985077,33.939897],[-96.984174,33.926835],[-96.986542,33.902641],[-97.002167,33.875321],[-97.01767,33.858549],[-97.039813,33.853593],[-97.075238,33.86165],[-97.073846,33.846195],[-97.066571,33.839408],[-97.058539,33.834428],[-97.054755,33.824418],[-97.059149,33.817265],[-97.078314,33.807914],[-97.082684,33.797123],[-97.084955,33.767924],[-97.093817,33.742338],[-97.112518,33.726103],[-97.14411,33.725126],[-97.167548,33.737577],[-97.187177,33.760112],[-97.20058,33.786576],[-97.205585,33.810771],[-97.201337,33.82769],[-97.182416,33.852934],[-97.177655,33.86912],[-97.180316,33.881596],[-97.188104,33.892875],[-97.199188,33.90247],[-97.211786,33.910063],[-97.217987,33.906987],[-97.230585,33.902714],[-97.236005,33.89954],[-97.240424,33.894828],[-97.243646,33.887382],[-97.261444,33.861772],[-97.267035,33.855448],[-97.293744,33.875444],[-97.30578,33.877983],[-97.321649,33.86912],[-97.323846,33.866093],[-97.329486,33.855912],[-97.332489,33.851737],[-97.337762,33.847343],[-97.348212,33.841923],[-97.352679,33.838407],[-97.360443,33.833647],[-97.371747,33.830497],[-97.436444,33.826957],[-97.45246,33.835356],[-97.458832,33.858549],[-97.461249,33.879277],[-97.469257,33.892143],[-97.484003,33.899296],[-97.506635,33.902641],[-97.570941,33.898979],[-97.585736,33.906352],[-97.594745,33.925004],[-97.593915,33.962113],[-97.602826,33.978984],[-97.640643,33.994511],[-97.679974,33.9835],[-97.71496,33.960038],[-97.800751,33.887846],[-97.840228,33.868022],[-97.884003,33.86165],[-97.926654,33.873149],[-97.949286,33.883158],[-97.9591,33.893022],[-97.956683,33.907865],[-97.95495,33.914067],[-97.952875,33.924369],[-97.946088,33.945024],[-97.94621,33.954667],[-97.952875,33.965312],[-97.946649,33.977055],[-97.948602,33.987431],[-97.955951,33.995317],[-97.965936,33.993266],[-98.001434,34.003569],[-98.050507,34.011918],[-98.088397,34.027836],[-98.090057,34.060917],[-98.095331,34.082109],[-98.091278,34.11182],[-98.090668,34.138285],[-98.106512,34.149662],[-98.131879,34.146488],[-98.178778,34.132353],[-98.20954,34.129179],[-98.34328,34.143461],[-98.368597,34.137529],[-98.384296,34.122904],[-98.396405,34.10474],[-98.410956,34.088212],[-98.416547,34.079008],[-98.440692,34.075297],[-98.490692,34.075175],[-98.50578,34.082572],[-98.539179,34.11497],[-98.551874,34.122367],[-98.55871,34.127787],[-98.574725,34.151689],[-98.586005,34.157109],[-98.618549,34.162919],[-98.630682,34.163334],[-98.653168,34.159672],[-98.720062,34.136625],[-98.732147,34.142094],[-98.857538,34.164799],[-98.877704,34.17078],[-98.952826,34.211723],[-98.975262,34.215898],[-98.991351,34.212748],[-99.007098,34.207231],[-99.028558,34.204301],[-99.048529,34.206547],[-99.086444,34.216313],[-99.10705,34.218583],[-99.153534,34.216923],[-99.175922,34.22061],[-99.193036,34.232231],[-99.197137,34.248295],[-99.199725,34.302445],[-99.196137,34.31414],[-99.192059,34.322221],[-99.209393,34.33975],[-99.240204,34.362553],[-99.249481,34.378324],[-99.255682,34.396562],[-99.265497,34.411552],[-99.285516,34.417802],[-99.304804,34.418876],[-99.314887,34.420805],[-99.323358,34.424003],[-99.33205,34.43101],[-99.3362,34.438261],[-99.339081,34.445243],[-99.343866,34.451322],[-99.362372,34.46226],[-99.377362,34.462699],[-99.387396,34.451445],[-99.393378,34.401664],[-99.401386,34.386381],[-99.416473,34.380375],[-99.440057,34.382426],[-99.460809,34.389311],[-99.499017,34.40684],[-99.547284,34.412455],[-99.556122,34.410356],[-99.564984,34.405644],[-99.576508,34.394633],[-99.583466,34.389897],[-99.601727,34.385038],[-99.66225,34.389897],[-99.680804,34.394682],[-99.693573,34.406156],[-99.713153,34.430839],[-99.882001,34.564921],[-99.891693,34.570414],[-99.913837,34.573832],[-99.922968,34.578251],[-99.938397,34.581987],[-99.983319,34.576713],[-99.999286,34.575468],[-99.999286,34.585697],[-99.999384,34.632035],[-99.999579,34.745683],[-99.999725,34.85933],[-99.999921,34.973002],[-100.000116,35.08665],[-100.000311,35.200273],[-100.000507,35.31392],[-100.000678,35.427592],[-100.000897,35.541239],[-100.001093,35.654936],[-100.001288,35.768534],[-100.001434,35.882157],[-100.00163,35.995854],[-100.001825,36.109477],[-100.001971,36.223173],[-100.002191,36.33682],[-100.002362,36.450444],[-100.002387,36.499858],[-100.013422,36.500053],[-100.067841,36.500053],[-100.100775,36.500053],[-100.193866,36.500053],[-100.338471,36.500053],[-100.526044,36.500102],[-100.747968,36.500102],[-100.995697,36.500151],[-101.26059,36.500151],[-101.534076,36.500151],[-101.807538,36.500151],[-102.072455,36.500151],[-102.320184,36.500175],[-102.542108,36.500175],[-102.729657,36.500199],[-102.874286,36.500199],[-102.967352,36.500199],[-103.000238,36.500199],[-103.00036,36.625126],[-103.000531,36.750004],[-103.000678,36.874882],[-103.0008,36.999809],[-102.877313,36.999809],[-102.753803,36.999809],[-102.630292,36.999809],[-102.506757,36.999809],[-102.383246,36.999809],[-102.259735,36.999809],[-102.1362,36.999809],[-102.039569,36.999809],[-101.781659,36.999809],[-101.550604,36.999809],[-101.319525,36.999809],[-101.088422,36.999809],[-100.857318,36.999809],[-100.626239,36.999809],[-100.395136,36.999809],[-100.164056,36.999809],[-99.932977,36.999809],[-99.701874,36.999809],[-99.470795,36.999809],[-99.239691,36.999809],[-99.008612,36.999809],[-98.777509,36.999809],[-98.546454,36.999809],[-98.31535,36.999809],[-98.084271,36.999809],[-97.853217,36.999809],[-97.622137,36.999809],[-97.391058,36.999809],[-97.159955,36.999809],[-96.928851,36.999809],[-96.697772,36.999809],[-96.466693,36.999809],[-96.23559,36.999809],[-96.004511,36.999809],[-95.773407,36.999809],[-95.542328,36.999809],[-95.311224,36.999809],[-95.080145,36.999809],[-94.849091,36.999809],[-94.618036,36.999809],[-94.61806,36.874809],[-94.618182,36.749809],[-94.618231,36.624809],[-94.618329,36.499833]]]},"type":"Feature","properties":{"postal":"OK","name":"Oklahoma","type":"State","center":[-97.28395061728395,35.49133174672086]}},"SD":{"geometry":{"type":"Polygon","coordinates":[[[-103.77807,45.941996],[-103.545087,45.941996],[-103.312177,45.941996],[-103.079218,45.941996],[-102.846259,45.941996],[-102.6133,45.941996],[-102.380341,45.941996],[-102.147382,45.941996],[-101.914423,45.941996],[-101.681488,45.941996],[-101.448505,45.941996],[-101.215546,45.941947],[-100.982587,45.941899],[-100.749579,45.941899],[-100.516644,45.941899],[-100.283685,45.941899],[-100.050726,45.941899],[-99.817792,45.941899],[-99.584784,45.941899],[-99.351825,45.941874],[-99.118866,45.94185],[-98.885907,45.94185],[-98.652948,45.94185],[-98.420013,45.94185],[-98.187054,45.94185],[-97.954096,45.94185],[-97.721137,45.94185],[-97.488178,45.941801],[-97.255219,45.941752],[-97.022284,45.941752],[-96.789276,45.941752],[-96.556342,45.941752],[-96.562787,45.931401],[-96.56601,45.927592],[-96.569525,45.92227],[-96.572089,45.917045],[-96.581,45.856108],[-96.587689,45.838847],[-96.607977,45.812895],[-96.637909,45.763529],[-96.64162,45.759013],[-96.649603,45.751103],[-96.659198,45.743974],[-96.68598,45.728617],[-96.758856,45.69871],[-96.769159,45.692289],[-96.791962,45.673783],[-96.829877,45.654423],[-96.838934,45.649174],[-96.846405,45.642948],[-96.858807,45.621879],[-96.863055,45.600761],[-96.836493,45.57559],[-96.787103,45.535136],[-96.766669,45.512016],[-96.730438,45.451249],[-96.708246,45.421611],[-96.688153,45.408964],[-96.609003,45.402909],[-96.566473,45.393534],[-96.537323,45.378276],[-96.526483,45.369487],[-96.502655,45.35496],[-96.492938,45.347514],[-96.465546,45.309843],[-96.458807,45.299711],[-96.453607,45.296562],[-96.453607,45.296293],[-96.453607,45.257548],[-96.453558,45.03787],[-96.453558,44.818241],[-96.453558,44.598539],[-96.453558,44.378837],[-96.453558,44.159159],[-96.453558,43.939482],[-96.453558,43.719804],[-96.453558,43.500126],[-96.595282,43.498905],[-96.598554,43.496464],[-96.596381,43.48975],[-96.592987,43.484379],[-96.590643,43.478031],[-96.590106,43.47078],[-96.592426,43.459867],[-96.593182,43.45081],[-96.592523,43.44246],[-96.587616,43.43311],[-96.582855,43.427543],[-96.564423,43.412333],[-96.556537,43.404228],[-96.539276,43.38975],[-96.535614,43.385673],[-96.533075,43.375077],[-96.533466,43.323539],[-96.536737,43.298954],[-96.539276,43.295487],[-96.543182,43.292094],[-96.548578,43.289628],[-96.555463,43.288627],[-96.570062,43.28997],[-96.576727,43.28914],[-96.579584,43.28455],[-96.578583,43.277714],[-96.570258,43.266874],[-96.562958,43.26248],[-96.55744,43.258354],[-96.556195,43.254716],[-96.559149,43.251152],[-96.567865,43.243779],[-96.571137,43.239433],[-96.572308,43.234086],[-96.570624,43.228569],[-96.56452,43.223466],[-96.556854,43.221293],[-96.548578,43.22078],[-96.533026,43.221391],[-96.510199,43.218388],[-96.50329,43.218388],[-96.493085,43.219267],[-96.486591,43.218803],[-96.480804,43.21663],[-96.476825,43.212895],[-96.474213,43.20811],[-96.470917,43.197319],[-96.462372,43.153739],[-96.459442,43.14373],[-96.456488,43.13621],[-96.45517,43.129716],[-96.455389,43.121733],[-96.46601,43.081547],[-96.469867,43.074589],[-96.474139,43.069145],[-96.507391,43.045268],[-96.509393,43.04058],[-96.50932,43.035014],[-96.505145,43.029301],[-96.501483,43.025688],[-96.499725,43.022636],[-96.498846,43.018046],[-96.501263,43.011064],[-96.507855,42.997367],[-96.512225,42.992387],[-96.512616,42.991215],[-96.512958,42.988578],[-96.512372,42.985112],[-96.510956,42.965531],[-96.514984,42.95391],[-96.518768,42.947514],[-96.537323,42.932182],[-96.538617,42.929838],[-96.53996,42.923075],[-96.542035,42.89578],[-96.544379,42.887968],[-96.546405,42.8835],[-96.550092,42.881156],[-96.554852,42.877397],[-96.556805,42.873075],[-96.558514,42.866996],[-96.559467,42.853813],[-96.560907,42.848344],[-96.563422,42.844511],[-96.567157,42.8429],[-96.582855,42.837846],[-96.586224,42.836161],[-96.590204,42.833378],[-96.59411,42.829667],[-96.597235,42.825346],[-96.599652,42.820219],[-96.601727,42.814604],[-96.604193,42.809428],[-96.607269,42.805058],[-96.622748,42.788334],[-96.631122,42.774247],[-96.635223,42.764775],[-96.637958,42.751054],[-96.635541,42.742924],[-96.630512,42.732475],[-96.614691,42.714189],[-96.605487,42.705937],[-96.597626,42.700297],[-96.544208,42.670463],[-96.535248,42.664018],[-96.527289,42.65706],[-96.524188,42.653178],[-96.523016,42.649076],[-96.526483,42.644731],[-96.537177,42.637919],[-96.538422,42.636674],[-96.541303,42.632695],[-96.541669,42.63018],[-96.540204,42.627275],[-96.522894,42.619584],[-96.518085,42.616874],[-96.514032,42.613505],[-96.510419,42.609428],[-96.503827,42.600077],[-96.500971,42.594291],[-96.499603,42.58831],[-96.500336,42.58018],[-96.499457,42.573979],[-96.494769,42.568461],[-96.489301,42.565751],[-96.482172,42.553691],[-96.48266,42.518339],[-96.611298,42.534306],[-96.628534,42.542582],[-96.639447,42.556205],[-96.643231,42.575541],[-96.652264,42.591581],[-96.693549,42.61519],[-96.705292,42.62703],[-96.70578,42.639994],[-96.700751,42.648295],[-96.694647,42.655351],[-96.691644,42.664579],[-96.696796,42.672172],[-96.708856,42.677494],[-96.722577,42.680644],[-96.732929,42.681669],[-96.774579,42.679643],[-96.787225,42.681669],[-96.799384,42.686796],[-96.804657,42.692216],[-96.808026,42.699223],[-96.814545,42.708964],[-96.825702,42.72122],[-96.839325,42.732231],[-96.856952,42.740092],[-96.947089,42.745146],[-96.965375,42.749955],[-96.975726,42.756767],[-96.982831,42.763652],[-96.992377,42.768901],[-97.019476,42.773051],[-97.041473,42.782035],[-97.051337,42.784086],[-97.103607,42.785453],[-97.127264,42.789628],[-97.150336,42.798368],[-97.171649,42.809892],[-97.208173,42.835404],[-97.238153,42.864457],[-97.255341,42.876445],[-97.275848,42.884281],[-97.301166,42.887089],[-97.500409,42.859819],[-97.527484,42.860307],[-97.599725,42.873466],[-97.622015,42.869584],[-97.6612,42.85413],[-97.68476,42.852958],[-97.696454,42.856254],[-97.716693,42.865336],[-97.729437,42.867265],[-97.770404,42.859819],[-97.838788,42.871513],[-97.863495,42.867265],[-97.875336,42.863066],[-97.886591,42.85767],[-97.894989,42.849223],[-97.898285,42.835893],[-97.910956,42.809404],[-97.914716,42.80457],[-97.921234,42.801737],[-97.941888,42.788383],[-97.952875,42.784086],[-97.979877,42.782328],[-98.006879,42.784086],[-98.078461,42.802494],[-98.090057,42.808305],[-98.094354,42.820121],[-98.10473,42.828349],[-98.242914,42.872441],[-98.284027,42.899906],[-98.325775,42.921],[-98.331268,42.921977],[-98.343182,42.922392],[-98.349164,42.92349],[-98.454218,42.974638],[-98.46181,42.979814],[-98.482025,42.998149],[-98.485101,43.000199],[-98.490985,43.000199],[-98.577045,43.000199],[-98.747406,43.000224],[-98.917792,43.000224],[-99.088153,43.000224],[-99.258563,43.000224],[-99.428925,43.000224],[-99.599262,43.000224],[-99.769623,43.000224],[-99.939984,43.000224],[-100.11037,43.000224],[-100.280756,43.000224],[-100.451117,43.000224],[-100.621478,43.000273],[-100.791815,43.000321],[-100.962177,43.000321],[-101.132562,43.000321],[-101.302924,43.000321],[-101.473309,43.000321],[-101.643695,43.000321],[-101.814056,43.000321],[-101.984418,43.000321],[-102.154755,43.000321],[-102.32514,43.000321],[-102.495526,43.000321],[-102.665887,43.000346],[-102.836273,43.00037],[-103.00661,43.00037],[-103.176947,43.00037],[-103.347333,43.00037],[-103.517694,43.00037],[-103.68808,43.00037],[-103.85849,43.00037],[-104.053119,43.00037],[-104.053485,43.12537],[-104.053949,43.250395],[-104.054681,43.375346],[-104.054828,43.500321],[-104.05495,43.625273],[-104.055145,43.750248],[-104.055365,43.875248],[-104.054681,44.000224],[-104.054584,44.125224],[-104.055389,44.250224],[-104.055634,44.375224],[-104.055902,44.500175],[-104.055731,44.625834],[-104.055829,44.748979],[-104.056122,44.875102],[-104.056659,45.000102],[-104.039301,44.999931],[-104.038593,45.012455],[-104.038666,45.070024],[-104.039764,45.182524],[-104.040472,45.290971],[-104.041229,45.399516],[-104.041962,45.508012],[-104.042694,45.616508],[-104.043427,45.725004],[-104.044183,45.833525],[-104.044891,45.942021],[-103.77807,45.941996]]]},"type":"Feature","properties":{"postal":"SD","name":"South Dakota","type":"State","center":[-100.42981252857795,44.75333090833709]}},"LA":{"geometry":{"type":"MultiPolygon","coordinates":[[[[-90.879628,29.051256],[-90.91511,29.051256],[-90.943715,29.060777],[-90.903188,29.057196],[-90.879628,29.051256]]],[[[-90.643951,29.070624],[-90.656321,29.063218],[-90.67276,29.057278],[-90.74942,29.040961],[-90.765207,29.040961],[-90.767161,29.047065],[-90.73998,29.052883],[-90.735015,29.057603],[-90.714101,29.065416],[-90.708241,29.065416],[-90.705434,29.061754],[-90.696848,29.059231],[-90.684071,29.060858],[-90.676625,29.065172],[-90.673573,29.067939],[-90.657094,29.06684],[-90.652089,29.067206],[-90.648834,29.069403],[-90.642201,29.072943],[-90.643951,29.070624]]],[[[-90.413971,29.052436],[-90.413401,29.04857],[-90.420155,29.048733],[-90.464589,29.057807],[-90.512359,29.074856],[-90.510976,29.080308],[-90.452301,29.069566],[-90.428578,29.061225],[-90.417388,29.055487],[-90.413971,29.052436]]],[[[-90.283844,29.078559],[-90.346547,29.058051],[-90.318593,29.078559],[-90.31078,29.082424],[-90.302561,29.084906],[-90.293609,29.086127],[-90.283844,29.086005],[-90.283844,29.078559]]],[[[-90.450022,29.235093],[-90.452545,29.224026],[-90.453603,29.237982],[-90.446278,29.260321],[-90.43456,29.264472],[-90.433827,29.255113],[-90.440256,29.247707],[-90.446767,29.242133],[-90.450022,29.235093]]],[[[-90.023752,29.216376],[-90.030629,29.216376],[-90.024281,29.238471],[-90.001698,29.249091],[-89.976633,29.256903],[-89.962961,29.270982],[-89.955474,29.270982],[-89.962961,29.264146],[-89.955474,29.25731],[-89.976145,29.245063],[-90.010365,29.229438],[-90.023752,29.216376]]],[[[-89.914459,29.284857],[-89.92927,29.276597],[-89.938954,29.277248],[-89.933827,29.284573],[-89.927846,29.288153],[-89.92276,29.289293],[-89.913157,29.290229],[-89.914459,29.284857]]],[[[-89.182607,29.473131],[-89.203236,29.469143],[-89.221832,29.469631],[-89.187815,29.480373],[-89.173004,29.489325],[-89.167836,29.50373],[-89.163157,29.504462],[-89.16161,29.50316],[-89.161366,29.500637],[-89.16039,29.497504],[-89.166249,29.482367],[-89.182607,29.473131]]],[[[-90.104644,29.511379],[-90.095815,29.510077],[-90.081776,29.511298],[-90.061106,29.504543],[-90.053578,29.500474],[-90.04898,29.496649],[-90.041086,29.493394],[-90.0301,29.490912],[-90.020416,29.48664],[-90.014556,29.478583],[-90.018056,29.474351],[-90.028391,29.475409],[-90.028147,29.47191],[-90.018056,29.46133],[-90.009104,29.457587],[-90.001861,29.459621],[-89.998443,29.461249],[-89.997304,29.465562],[-89.995717,29.464748],[-89.994862,29.459377],[-89.994944,29.45661],[-89.993235,29.458441],[-89.991526,29.455715],[-89.991689,29.448635],[-89.995839,29.44481],[-90.001047,29.445705],[-90.015736,29.443793],[-90.021311,29.44831],[-90.024892,29.456855],[-90.031484,29.463284],[-90.039215,29.464423],[-90.044342,29.461412],[-90.049957,29.461412],[-90.053782,29.463528],[-90.057688,29.466213],[-90.062082,29.472846],[-90.06135,29.47724],[-90.058827,29.478013],[-90.064198,29.478664],[-90.078603,29.47663],[-90.091949,29.473538],[-90.101796,29.478339],[-90.119008,29.496243],[-90.119862,29.50552],[-90.113515,29.510728],[-90.104644,29.511379]]],[[[-89.09142,29.523912],[-89.0985,29.520941],[-89.057037,29.562079],[-89.054799,29.563625],[-89.049916,29.565009],[-89.054026,29.559516],[-89.084096,29.529446],[-89.09142,29.523912]]],[[[-88.968821,29.638577],[-88.978261,29.631659],[-88.979604,29.63288],[-88.970082,29.639797],[-88.964508,29.642768],[-88.968821,29.638577]]],[[[-91.802073,29.490058],[-91.840484,29.483832],[-91.89802,29.517035],[-91.908193,29.521145],[-91.918446,29.529975],[-92.020497,29.568752],[-92.036529,29.582099],[-92.03539,29.596177],[-92.012318,29.613715],[-91.993276,29.618842],[-91.973704,29.62051],[-91.949127,29.627265],[-91.943512,29.631537],[-91.933339,29.643948],[-91.92927,29.647121],[-91.917104,29.648139],[-91.861399,29.637193],[-91.84557,29.628241],[-91.819976,29.606147],[-91.789947,29.594631],[-91.788686,29.592475],[-91.758534,29.586737],[-91.733957,29.585028],[-91.720204,29.581732],[-91.713979,29.573717],[-91.723215,29.558987],[-91.759633,29.541164],[-91.773101,29.530992],[-91.778432,29.514309],[-91.778635,29.500556],[-91.780832,29.493354],[-91.78775,29.490546],[-91.802073,29.490058]]],[[[-88.925404,29.683092],[-88.938832,29.673285],[-88.874094,29.747463],[-88.889556,29.725328],[-88.925404,29.683092]]],[[[-89.435211,29.772284],[-89.432118,29.757636],[-89.427317,29.743964],[-89.440256,29.748481],[-89.447418,29.757799],[-89.452382,29.767035],[-89.458608,29.771226],[-89.466908,29.766425],[-89.476715,29.74372],[-89.48998,29.736477],[-89.494049,29.778795],[-89.49059,29.793769],[-89.475697,29.805365],[-89.463368,29.798896],[-89.458608,29.795396],[-89.45519,29.791693],[-89.441314,29.784613],[-89.435211,29.772284]]],[[[-89.335439,29.812201],[-89.304351,29.805365],[-89.293609,29.807115],[-89.283762,29.811021],[-89.27717,29.812079],[-89.276479,29.805365],[-89.290679,29.771226],[-89.337026,29.806627],[-89.335439,29.812201]]],[[[-89.28482,29.923489],[-89.293935,29.920071],[-89.295481,29.924628],[-89.279042,29.937201],[-89.261057,29.943345],[-89.234364,29.948432],[-89.238759,29.941352],[-89.23884,29.936265],[-89.235504,29.931627],[-89.24059,29.929348],[-89.255279,29.929348],[-89.274078,29.926337],[-89.28482,29.923489]]],[[[-89.322581,29.917182],[-89.32787,29.91592],[-89.317738,29.926093],[-89.309438,29.93651],[-89.304351,29.94599],[-89.293813,29.962104],[-89.278066,29.982123],[-89.272939,29.982082],[-89.280629,29.965766],[-89.295806,29.942206],[-89.304107,29.932359],[-89.322581,29.917182]]],[[[-88.829579,29.810289],[-88.854563,29.769192],[-88.853383,29.774604],[-88.853586,29.780219],[-88.855458,29.785956],[-88.859364,29.791693],[-88.829945,29.843411],[-88.823964,29.860663],[-88.823354,29.912991],[-88.823964,29.9289],[-88.817779,29.935126],[-88.832143,29.962348],[-88.836252,29.97842],[-88.83141,29.989691],[-88.838246,29.997219],[-88.848012,30.033108],[-88.857574,30.048041],[-88.872426,30.058661],[-88.850453,30.04682],[-88.840077,30.025458],[-88.832143,30.001858],[-88.817779,29.983547],[-88.810943,29.915229],[-88.821034,29.832668],[-88.829579,29.810289]]],[[[-89.424916,30.142564],[-89.431264,30.133368],[-89.439361,30.136542],[-89.433013,30.145697],[-89.426422,30.148383],[-89.424916,30.142564]]],[[[-89.221832,30.072903],[-89.216542,30.063218],[-89.215647,30.058661],[-89.208119,30.063178],[-89.202219,30.067857],[-89.197662,30.073188],[-89.194488,30.079739],[-89.188344,30.079739],[-89.187408,30.063218],[-89.191762,30.04914],[-89.201161,30.041571],[-89.215647,30.044989],[-89.222076,30.033759],[-89.228871,30.035956],[-89.242991,30.052436],[-89.246002,30.057115],[-89.248891,30.064032],[-89.253041,30.070258],[-89.260365,30.072903],[-89.267242,30.070624],[-89.272572,30.065741],[-89.275787,30.060858],[-89.276479,30.058661],[-89.283844,30.059516],[-89.288238,30.061998],[-89.291168,30.064846],[-89.294423,30.066067],[-89.301259,30.063951],[-89.306996,30.059272],[-89.310699,30.054592],[-89.311838,30.052436],[-89.332102,30.048977],[-89.339263,30.05268],[-89.345326,30.066067],[-89.333485,30.067572],[-89.319936,30.07095],[-89.308949,30.076077],[-89.304351,30.083157],[-89.297719,30.08397],[-89.284901,30.08397],[-89.276682,30.089504],[-89.283925,30.107082],[-89.268625,30.111558],[-89.254465,30.117987],[-89.229319,30.134345],[-89.209869,30.154771],[-89.196401,30.164984],[-89.180816,30.168524],[-89.180816,30.161689],[-89.194407,30.15526],[-89.207143,30.14643],[-89.235463,30.120673],[-89.249908,30.101996],[-89.236195,30.093492],[-89.218617,30.086737],[-89.221832,30.072903]]],[[[-90.997968,32.197953],[-91.032294,32.147538],[-91.0862,32.149198],[-91.095429,32.141337],[-91.099115,32.131034],[-91.099628,32.121147],[-91.099237,32.114408],[-91.068915,32.084721],[-91.069159,32.048197],[-91.091425,32.014115],[-91.127167,31.991532],[-91.158392,31.983256],[-91.168158,31.977861],[-91.175995,31.969023],[-91.185761,31.948393],[-91.192328,31.940019],[-91.238202,31.894389],[-91.257489,31.881669],[-91.276654,31.875541],[-91.318768,31.867533],[-91.336029,31.858085],[-91.351337,31.840727],[-91.360663,31.823271],[-91.373602,31.786088],[-91.404169,31.738383],[-91.408344,31.720903],[-91.409833,31.701176],[-91.428827,31.61475],[-91.429535,31.590824],[-91.43454,31.580082],[-91.435663,31.573197],[-91.505853,31.530009],[-91.528949,31.500614],[-91.524408,31.457133],[-91.520111,31.449687],[-91.509979,31.438188],[-91.497333,31.417143],[-91.495575,31.411259],[-91.497089,31.39163],[-91.499237,31.382768],[-91.508612,31.373661],[-91.522284,31.309013],[-91.528803,31.293486],[-91.541034,31.282524],[-91.562274,31.278349],[-91.609442,31.280009],[-91.632953,31.278276],[-91.647919,31.271537],[-91.649579,31.2554],[-91.639203,31.235234],[-91.623602,31.217997],[-91.60976,31.210697],[-91.604633,31.205522],[-91.606464,31.194242],[-91.610761,31.183476],[-91.613153,31.179667],[-91.61579,31.168827],[-91.626361,31.15142],[-91.62746,31.141825],[-91.615765,31.113774],[-91.585223,31.081889],[-91.579022,31.056156],[-91.657343,31.000224],[-91.651434,31.000224],[-91.605096,31.000224],[-91.585053,31.000224],[-91.528265,31.000224],[-91.43996,31.000224],[-91.325507,31.000175],[-91.190082,31.000175],[-91.038959,31.000151],[-90.877313,31.000151],[-90.710468,31.000151],[-90.543597,31.000151],[-90.381952,31.000151],[-90.356884,31.000151],[-90.23078,31.000151],[-90.095355,31.000151],[-89.980902,31.000151],[-89.89267,31.000102],[-89.835858,31.000102],[-89.81579,31.000102],[-89.772772,31.000102],[-89.735272,31.000102],[-89.732196,30.98516],[-89.738959,30.950419],[-89.751971,30.91453],[-89.775165,30.877787],[-89.790814,30.819682],[-89.815643,30.794145],[-89.82453,30.77703],[-89.818134,30.758232],[-89.837225,30.722148],[-89.844647,30.700419],[-89.846063,30.682499],[-89.836224,30.667533],[-89.820844,30.652153],[-89.812982,30.634892],[-89.825604,30.614237],[-89.799457,30.565873],[-89.784003,30.552153],[-89.752069,30.541362],[-89.735785,30.531474],[-89.722333,30.500419],[-89.694183,30.483305],[-89.677606,30.45684],[-89.67475,30.449736],[-89.674042,30.441215],[-89.675531,30.423466],[-89.67475,30.414994],[-89.668085,30.39915],[-89.639374,30.360356],[-89.634589,30.343437],[-89.636273,30.302348],[-89.617108,30.273246],[-89.587885,30.212138],[-89.564887,30.189067],[-89.55683,30.199443],[-89.544843,30.2033],[-89.532489,30.200004],[-89.52598,30.192788],[-89.52599,30.192776],[-89.536366,30.180325],[-89.5655,30.163479],[-89.595937,30.155911],[-89.612904,30.168524],[-89.603179,30.168647],[-89.596913,30.170396],[-89.585561,30.175279],[-89.596018,30.186998],[-89.609771,30.185736],[-89.625844,30.179185],[-89.6433,30.175279],[-89.676381,30.180609],[-89.69225,30.181301],[-89.708404,30.175279],[-89.715443,30.179429],[-89.736073,30.184963],[-89.743235,30.188951],[-89.748158,30.197211],[-89.747548,30.203681],[-89.744862,30.210517],[-89.743235,30.220038],[-89.751454,30.237372],[-89.770334,30.239691],[-89.804677,30.229926],[-89.826243,30.231594],[-89.86205,30.258002],[-89.883778,30.264716],[-89.894765,30.263577],[-89.913564,30.258979],[-89.924428,30.257799],[-89.969146,30.264716],[-89.978505,30.275377],[-89.999827,30.313056],[-90.003896,30.322699],[-90.012685,30.326239],[-90.058502,30.360297],[-90.096018,30.373725],[-90.143463,30.385077],[-90.189443,30.390815],[-90.222401,30.3876],[-90.245473,30.373725],[-90.268422,30.352688],[-90.305572,30.30565],[-90.331166,30.276028],[-90.405019,30.22016],[-90.428456,30.188951],[-90.432973,30.143297],[-90.414052,30.106594],[-90.379994,30.08039],[-90.339101,30.066067],[-90.266225,30.060126],[-90.231028,30.03974],[-90.168365,30.024482],[-90.145172,30.02383],[-90.104482,30.035061],[-90.036977,30.040269],[-90.016265,30.044582],[-89.996449,30.052436],[-89.927317,30.095526],[-89.899526,30.122748],[-89.880442,30.154853],[-89.857289,30.15119],[-89.849273,30.145331],[-89.846262,30.130601],[-89.840728,30.120266],[-89.827626,30.11107],[-89.811676,30.103909],[-89.797841,30.099555],[-89.788808,30.098863],[-89.786244,30.103095],[-89.783518,30.111558],[-89.761586,30.136542],[-89.752838,30.149115],[-89.746938,30.161851],[-89.743235,30.175279],[-89.736399,30.175279],[-89.728912,30.161689],[-89.739247,30.149319],[-89.750356,30.123358],[-89.756907,30.113918],[-89.75414,30.111396],[-89.750315,30.108873],[-89.746409,30.105292],[-89.743235,30.099555],[-89.729563,30.123481],[-89.728912,30.126899],[-89.722808,30.127509],[-89.707672,30.125434],[-89.70226,30.126899],[-89.688466,30.13524],[-89.68342,30.140041],[-89.681142,30.148017],[-89.683583,30.154242],[-89.689117,30.155585],[-89.694163,30.153144],[-89.694814,30.148017],[-89.698557,30.147895],[-89.706451,30.150214],[-89.711985,30.154771],[-89.708404,30.161689],[-89.681142,30.168524],[-89.667388,30.164008],[-89.650014,30.14643],[-89.639556,30.14057],[-89.652943,30.123481],[-89.666493,30.113593],[-89.67691,30.101223],[-89.681142,30.076361],[-89.71052,30.067532],[-89.718984,30.062323],[-89.721995,30.051825],[-89.718617,30.042222],[-89.717926,30.033271],[-89.728912,30.024482],[-89.74767,30.041002],[-89.77359,30.050482],[-89.800445,30.051215],[-89.822092,30.041571],[-89.835113,30.026313],[-89.840403,30.01142],[-89.838938,29.995347],[-89.831939,29.976711],[-89.821929,29.957343],[-89.811147,29.94717],[-89.794342,29.943264],[-89.766835,29.942572],[-89.75121,29.946845],[-89.716624,29.960517],[-89.708404,29.956204],[-89.710927,29.949937],[-89.72525,29.933417],[-89.728912,29.922065],[-89.705312,29.897895],[-89.686513,29.882554],[-89.66454,29.875474],[-89.641591,29.875149],[-89.6197,29.879869],[-89.602406,29.890774],[-89.586903,29.909125],[-89.575592,29.931057],[-89.571278,29.95246],[-89.571197,29.988471],[-89.565582,30.000922],[-89.551422,30.01142],[-89.541615,30.014879],[-89.521148,30.019355],[-89.510487,30.024482],[-89.503082,30.030748],[-89.498891,30.037095],[-89.495432,30.044135],[-89.48998,30.052436],[-89.488271,30.057807],[-89.489329,30.070543],[-89.486236,30.076361],[-89.479075,30.079983],[-89.473622,30.078315],[-89.468251,30.072903],[-89.457183,30.071112],[-89.434722,30.062567],[-89.427317,30.058661],[-89.427317,30.052436],[-89.434722,30.052436],[-89.434722,30.044989],[-89.431223,30.042792],[-89.430084,30.042711],[-89.429351,30.04206],[-89.427317,30.038072],[-89.421051,30.038072],[-89.415028,30.043647],[-89.393707,30.056545],[-89.386342,30.058661],[-89.372548,30.054674],[-89.366038,30.048651],[-89.368153,30.040839],[-89.380116,30.031928],[-89.393707,30.02912],[-89.421946,30.031236],[-89.434722,30.024482],[-89.440582,30.014228],[-89.438832,30.00609],[-89.434967,29.99844],[-89.434722,29.989691],[-89.442209,29.983059],[-89.451894,29.979641],[-89.454701,29.976386],[-89.441558,29.969875],[-89.428944,29.968695],[-89.400746,29.973049],[-89.386342,29.969875],[-89.370229,29.950751],[-89.381744,29.935533],[-89.400787,29.932115],[-89.40746,29.948798],[-89.434722,29.935126],[-89.434722,29.9289],[-89.420481,29.912014],[-89.413645,29.907782],[-89.415028,29.907131],[-89.413319,29.906155],[-89.413645,29.901557],[-89.40746,29.901557],[-89.401682,29.909125],[-89.390452,29.916449],[-89.378245,29.920559],[-89.369537,29.918647],[-89.366689,29.908026],[-89.374257,29.899075],[-89.393788,29.887356],[-89.393788,29.879869],[-89.378774,29.883775],[-89.372874,29.887397],[-89.366444,29.89411],[-89.359853,29.890082],[-89.331695,29.879869],[-89.352447,29.869289],[-89.358998,29.866848],[-89.353017,29.863715],[-89.350331,29.860785],[-89.348622,29.857408],[-89.345326,29.853217],[-89.3579,29.851874],[-89.367543,29.846829],[-89.374745,29.839993],[-89.380116,29.833319],[-89.372182,29.821845],[-89.3662,29.809719],[-89.35851,29.798977],[-89.345326,29.791693],[-89.355621,29.792426],[-89.378896,29.797838],[-89.386342,29.797919],[-89.394643,29.790839],[-89.404286,29.771308],[-89.413645,29.76439],[-89.411733,29.771145],[-89.409739,29.785102],[-89.40746,29.791693],[-89.420033,29.791978],[-89.427235,29.798041],[-89.43814,29.815904],[-89.446401,29.823188],[-89.456776,29.82925],[-89.469065,29.832913],[-89.482533,29.833319],[-89.478098,29.81566],[-89.487172,29.802924],[-89.502431,29.791693],[-89.516672,29.778713],[-89.527252,29.760728],[-89.532541,29.755845],[-89.544586,29.7508],[-89.554311,29.749823],[-89.576283,29.75259],[-89.585561,29.7508],[-89.601471,29.734849],[-89.603831,29.716254],[-89.596995,29.699408],[-89.585561,29.688707],[-89.565663,29.68594],[-89.542551,29.688218],[-89.522125,29.687323],[-89.510487,29.675035],[-89.517242,29.676337],[-89.522125,29.676011],[-89.526275,29.675198],[-89.530914,29.675035],[-89.516021,29.667304],[-89.482533,29.640855],[-89.482533,29.634101],[-89.499908,29.635484],[-89.513824,29.643988],[-89.525746,29.654364],[-89.53718,29.661363],[-89.568186,29.667222],[-89.595815,29.66885],[-89.623769,29.674628],[-89.672515,29.701483],[-89.70226,29.709784],[-89.693512,29.698798],[-89.667226,29.685004],[-89.653879,29.675035],[-89.657948,29.673733],[-89.66747,29.66885],[-89.647043,29.661363],[-89.646596,29.656562],[-89.647043,29.654527],[-89.645416,29.650092],[-89.6197,29.627265],[-89.639068,29.620266],[-89.722239,29.639879],[-89.756907,29.634101],[-89.732655,29.628119],[-89.722768,29.623196],[-89.715932,29.613593],[-89.725738,29.613959],[-89.728912,29.613593],[-89.723256,29.60163],[-89.694814,29.572008],[-89.689605,29.560289],[-89.683746,29.537991],[-89.678049,29.527899],[-89.668365,29.521796],[-89.640981,29.513658],[-89.617543,29.500556],[-89.592437,29.502875],[-89.578114,29.497504],[-89.582631,29.494452],[-89.583241,29.493354],[-89.585561,29.490058],[-89.569163,29.484605],[-89.541575,29.470852],[-89.523508,29.469631],[-89.523508,29.462795],[-89.533681,29.449123],[-89.537424,29.435004],[-89.53246,29.427802],[-89.516672,29.434801],[-89.518951,29.418158],[-89.528798,29.411566],[-89.539622,29.40998],[-89.544586,29.408149],[-89.539866,29.397773],[-89.529164,29.393215],[-89.515777,29.392524],[-89.456125,29.40351],[-89.433949,29.403469],[-89.413645,29.393866],[-89.410634,29.390774],[-89.40099,29.392483],[-89.39273,29.391791],[-89.386342,29.387641],[-89.380116,29.387641],[-89.372141,29.392646],[-89.361643,29.394355],[-89.350168,29.392646],[-89.336781,29.39057],[-89.337026,29.38524],[-89.343577,29.381293],[-89.351796,29.380194],[-89.362701,29.380194],[-89.373525,29.377021],[-89.379791,29.370022],[-89.38093,29.362942],[-89.376373,29.359768],[-89.367747,29.357611],[-89.353179,29.348212],[-89.342275,29.346096],[-89.334096,29.347154],[-89.319203,29.351793],[-89.298248,29.354478],[-89.290028,29.357123],[-89.281361,29.357611],[-89.270253,29.352932],[-89.264068,29.345282],[-89.261057,29.326321],[-89.257192,29.318793],[-89.244456,29.315985],[-89.227122,29.322211],[-89.211049,29.335273],[-89.201975,29.352932],[-89.197092,29.353461],[-89.195668,29.352037],[-89.195546,29.349351],[-89.194488,29.346096],[-89.189931,29.346381],[-89.187734,29.340399],[-89.187367,29.33039],[-89.188344,29.318793],[-89.178049,29.322984],[-89.174062,29.325629],[-89.168772,29.31623],[-89.16218,29.310126],[-89.156361,29.302965],[-89.153554,29.290839],[-89.143625,29.295844],[-89.139882,29.298285],[-89.130442,29.287502],[-89.126943,29.276516],[-89.123158,29.26789],[-89.11262,29.264146],[-89.11856,29.255439],[-89.126536,29.249701],[-89.136138,29.245917],[-89.147369,29.243069],[-89.147369,29.236802],[-89.105784,29.226264],[-89.10025,29.214586],[-89.087148,29.206936],[-89.07136,29.202826],[-89.057973,29.202094],[-89.060943,29.206122],[-89.064809,29.216376],[-89.046986,29.218451],[-89.03246,29.21662],[-89.020416,29.209459],[-89.010162,29.195868],[-89.030629,29.195868],[-89.030629,29.188422],[-89.021474,29.186835],[-89.017405,29.184516],[-89.010162,29.17475],[-89.03189,29.18008],[-89.03893,29.177924],[-89.043691,29.167914],[-89.051137,29.167914],[-89.051015,29.174709],[-89.052073,29.182563],[-89.051137,29.188422],[-89.065256,29.184963],[-89.083119,29.173651],[-89.096995,29.159613],[-89.098948,29.147406],[-89.089263,29.148627],[-89.023183,29.147406],[-89.051584,29.097357],[-89.064809,29.086005],[-89.065541,29.101142],[-89.071523,29.112494],[-89.082631,29.119045],[-89.098948,29.119534],[-89.092763,29.110907],[-89.087514,29.10106],[-89.084381,29.090155],[-89.084625,29.078559],[-89.096303,29.086859],[-89.101308,29.091864],[-89.105784,29.099677],[-89.111073,29.086127],[-89.123606,29.072089],[-89.150502,29.048163],[-89.153432,29.029934],[-89.133656,28.996243],[-89.147369,28.990424],[-89.157786,28.997463],[-89.18814,29.030463],[-89.194488,29.041327],[-89.199859,29.053127],[-89.224762,29.091457],[-89.232411,29.099677],[-89.242787,29.106106],[-89.24767,29.105902],[-89.249745,29.095933],[-89.248036,29.086371],[-89.245229,29.079169],[-89.244618,29.072699],[-89.249745,29.064887],[-89.265533,29.059394],[-89.288686,29.056464],[-89.30956,29.050198],[-89.318674,29.03441],[-89.321034,29.021552],[-89.327056,29.00845],[-89.374013,28.947455],[-89.391672,28.933987],[-89.413645,28.928371],[-89.410146,28.96011],[-89.40746,28.969306],[-89.401763,28.974921],[-89.383901,28.987616],[-89.377187,28.997626],[-89.35558,29.020494],[-89.350575,29.030707],[-89.350697,29.042182],[-89.352366,29.052151],[-89.352162,29.058051],[-89.343332,29.064358],[-89.320912,29.068427],[-89.311838,29.072333],[-89.294423,29.106513],[-89.287221,29.11758],[-89.278066,29.140448],[-89.276194,29.160102],[-89.290679,29.161119],[-89.292714,29.153957],[-89.29308,29.141181],[-89.295766,29.129828],[-89.304351,29.126939],[-89.310943,29.133979],[-89.312896,29.146674],[-89.311838,29.171332],[-89.314931,29.181342],[-89.321767,29.181952],[-89.328603,29.175482],[-89.331695,29.164496],[-89.330149,29.152777],[-89.324452,29.131537],[-89.324859,29.119534],[-89.337514,29.103461],[-89.360992,29.091702],[-89.383656,29.087836],[-89.393788,29.095933],[-89.404897,29.12287],[-89.403961,29.130357],[-89.398508,29.141913],[-89.406239,29.148139],[-89.427317,29.154934],[-89.482533,29.243069],[-89.473866,29.243354],[-89.45519,29.250474],[-89.474477,29.259182],[-89.495107,29.259508],[-89.506093,29.250149],[-89.496205,29.229397],[-89.555002,29.24844],[-89.581858,29.250474],[-89.608225,29.256049],[-89.617014,29.269355],[-89.62267,29.285142],[-89.635607,29.293237],[-89.662004,29.30093],[-89.669017,29.29473],[-89.686687,29.296307],[-89.732349,29.306103],[-89.794998,29.312684],[-89.818146,29.31616],[-89.793531,29.328088],[-89.774627,29.332415],[-89.757705,29.343163],[-89.749787,29.355809],[-89.743806,29.369843],[-89.745219,29.384949],[-89.7501,29.392195],[-89.763051,29.393866],[-89.7683,29.389106],[-89.771718,29.387152],[-89.774403,29.384996],[-89.777333,29.380194],[-89.781809,29.391669],[-89.778879,29.398871],[-89.773427,29.40469],[-89.770579,29.411566],[-89.775502,29.420803],[-89.786977,29.418524],[-89.80842,29.408149],[-89.814524,29.410834],[-89.819814,29.41706],[-89.823801,29.423977],[-89.825795,29.428616],[-89.827382,29.430487],[-89.829823,29.43244],[-89.831858,29.435858],[-89.831939,29.442288],[-89.829498,29.447333],[-89.824859,29.452786],[-89.820302,29.456366],[-89.818267,29.455959],[-89.813873,29.468166],[-89.816314,29.474351],[-89.839915,29.479438],[-89.847401,29.482408],[-89.851715,29.480048],[-89.853098,29.466213],[-89.86026,29.443752],[-89.876943,29.44892],[-89.907704,29.477037],[-89.94164,29.464423],[-89.971181,29.473375],[-90.080393,29.537258],[-90.099477,29.544664],[-90.1162,29.547024],[-90.129709,29.544664],[-90.133168,29.53913],[-90.119985,29.531684],[-90.127431,29.524237],[-90.143625,29.537421],[-90.16686,29.567694],[-90.182037,29.579495],[-90.187856,29.569281],[-90.202992,29.552314],[-90.20934,29.538479],[-90.188791,29.537828],[-90.182037,29.538479],[-90.182037,29.531684],[-90.197825,29.525784],[-90.205922,29.524115],[-90.215566,29.524237],[-90.210276,29.515123],[-90.206044,29.51142],[-90.201568,29.512437],[-90.195709,29.518012],[-90.186106,29.511868],[-90.143463,29.476793],[-90.133453,29.471625],[-90.123687,29.469631],[-90.09496,29.467271],[-90.069814,29.460028],[-90.04662,29.447252],[-90.023752,29.428616],[-90.039174,29.422756],[-90.047353,29.416815],[-90.050526,29.407294],[-90.051096,29.390774],[-90.045155,29.385565],[-90.040598,29.380439],[-90.037424,29.373969],[-90.036285,29.365871],[-90.037424,29.33926],[-90.040517,29.346869],[-90.044545,29.353095],[-90.050282,29.357489],[-90.058502,29.359768],[-90.056386,29.341132],[-90.047515,29.325019],[-90.034006,29.31269],[-90.017568,29.305121],[-90.017568,29.298285],[-90.037424,29.290839],[-90.050893,29.307563],[-90.067454,29.310126],[-90.075795,29.301459],[-90.064768,29.284613],[-90.095041,29.28384],[-90.099965,29.253852],[-90.083852,29.225409],[-90.051096,29.229397],[-90.057444,29.213446],[-90.08023,29.174709],[-90.085846,29.167914],[-90.100209,29.157945],[-90.113881,29.144192],[-90.130767,29.132025],[-90.147288,29.126939],[-90.198476,29.098293],[-90.229237,29.086656],[-90.244049,29.091498],[-90.237701,29.096829],[-90.235951,29.106594],[-90.236684,29.119534],[-90.239735,29.131822],[-90.246002,29.140367],[-90.267405,29.158026],[-90.271311,29.167426],[-90.267161,29.177639],[-90.260569,29.1883],[-90.257151,29.19892],[-90.256215,29.210761],[-90.251698,29.224799],[-90.250356,29.236802],[-90.251088,29.247382],[-90.254465,29.259914],[-90.260813,29.269477],[-90.270823,29.270982],[-90.272084,29.263577],[-90.279286,29.247301],[-90.287465,29.235175],[-90.291249,29.239936],[-90.300689,29.257554],[-90.337514,29.293606],[-90.339101,29.305121],[-90.339101,29.311265],[-90.35143,29.308539],[-90.359853,29.303371],[-90.364817,29.294623],[-90.366363,29.281195],[-90.369944,29.270901],[-90.393707,29.243069],[-90.393707,29.298285],[-90.399566,29.311591],[-90.419545,29.340562],[-90.425038,29.346096],[-90.425893,29.350409],[-90.434438,29.357245],[-90.444244,29.357652],[-90.448964,29.342678],[-90.452016,29.327135],[-90.45995,29.314114],[-90.483062,29.290839],[-90.496449,29.306138],[-90.506256,29.304511],[-90.515614,29.295966],[-90.527455,29.290839],[-90.562001,29.300727],[-90.571848,29.305121],[-90.558217,29.311265],[-90.558217,29.318793],[-90.569325,29.320705],[-90.578114,29.319525],[-90.583648,29.314521],[-90.58552,29.305121],[-90.59496,29.308336],[-90.602773,29.307563],[-90.607411,29.301988],[-90.607249,29.290839],[-90.602447,29.287828],[-90.579254,29.284613],[-90.581288,29.266303],[-90.592193,29.254788],[-90.598215,29.24433],[-90.58552,29.229397],[-90.595286,29.218573],[-90.603098,29.222317],[-90.610829,29.232978],[-90.620229,29.243069],[-90.627024,29.235745],[-90.632395,29.225287],[-90.640736,29.202094],[-90.636057,29.197821],[-90.633901,29.195868],[-90.640859,29.157416],[-90.640736,29.140611],[-90.647043,29.153713],[-90.652415,29.162299],[-90.663686,29.164618],[-90.674875,29.161119],[-90.676869,29.154771],[-90.675445,29.145697],[-90.676381,29.137397],[-90.690297,29.131537],[-90.693593,29.126654],[-90.697865,29.121772],[-90.705922,29.119534],[-90.711537,29.123725],[-90.727122,29.130357],[-90.743235,29.130845],[-90.7506,29.1164],[-90.757965,29.115912],[-90.79308,29.126207],[-90.805247,29.126939],[-90.796946,29.138821],[-90.780751,29.142768],[-90.769846,29.149115],[-90.777252,29.167914],[-90.795318,29.160631],[-90.812082,29.166246],[-90.828603,29.176337],[-90.846181,29.182196],[-90.839915,29.166246],[-90.844146,29.157294],[-90.866689,29.147406],[-90.869862,29.143704],[-90.870595,29.139146],[-90.873647,29.135403],[-90.884023,29.133775],[-90.929921,29.171291],[-90.95519,29.185736],[-90.98233,29.191555],[-91.01065,29.182196],[-91.01122,29.193305],[-91.007883,29.201565],[-91.000803,29.206773],[-90.990142,29.20893],[-90.999257,29.218085],[-91.015492,29.223538],[-91.030995,29.224311],[-91.037953,29.219794],[-91.041249,29.204657],[-91.05012,29.197008],[-91.063344,29.19481],[-91.079579,29.195868],[-91.089019,29.20067],[-91.112294,29.219062],[-91.123931,29.223212],[-91.228586,29.238593],[-91.285146,29.260891],[-91.327992,29.294867],[-91.33967,29.33926],[-91.329498,29.32392],[-91.312123,29.319322],[-91.293121,29.323228],[-91.278188,29.333075],[-91.266591,29.350816],[-91.258616,29.367092],[-91.246571,29.378119],[-91.222971,29.380194],[-91.227162,29.363511],[-91.214915,29.343329],[-91.191314,29.331448],[-91.161488,29.33926],[-91.16218,29.305813],[-91.166168,29.29092],[-91.175771,29.277777],[-91.165273,29.27497],[-91.157704,29.269761],[-91.153676,29.261705],[-91.154042,29.250474],[-91.132395,29.257392],[-91.122222,29.263007],[-91.113108,29.270982],[-91.117991,29.275784],[-91.122548,29.282131],[-91.127349,29.284613],[-91.127349,29.290839],[-91.109853,29.316555],[-91.121571,29.338121],[-91.177113,29.37934],[-91.208608,29.395697],[-91.219838,29.404446],[-91.222401,29.411607],[-91.221059,29.42829],[-91.222971,29.434801],[-91.228017,29.438381],[-91.241119,29.441718],[-91.247426,29.445705],[-91.262563,29.469062],[-91.267486,29.495795],[-91.263295,29.522284],[-91.250844,29.544664],[-91.240468,29.553046],[-91.229115,29.559882],[-91.220082,29.569403],[-91.216705,29.585639],[-91.220041,29.598863],[-91.228383,29.608059],[-91.2412,29.612982],[-91.25768,29.613593],[-91.247792,29.590522],[-91.253163,29.576321],[-91.28189,29.555569],[-91.286122,29.546047],[-91.284495,29.535468],[-91.280507,29.527086],[-91.278188,29.524237],[-91.282379,29.513821],[-91.294423,29.49433],[-91.298655,29.483832],[-91.320912,29.496649],[-91.363515,29.512112],[-91.387441,29.518012],[-91.411855,29.518948],[-91.423899,29.521186],[-91.429026,29.527899],[-91.424387,29.538398],[-91.416737,29.547919],[-91.415151,29.55683],[-91.429026,29.565823],[-91.452504,29.551581],[-91.493235,29.539618],[-91.534332,29.534003],[-91.559316,29.538479],[-91.5454,29.548814],[-91.541249,29.569037],[-91.545155,29.591864],[-91.555653,29.609849],[-91.558827,29.619208],[-91.55899,29.631659],[-91.56078,29.642483],[-91.568959,29.647121],[-91.579701,29.645209],[-91.601796,29.636623],[-91.613352,29.634101],[-91.639719,29.635484],[-91.644154,29.645168],[-91.638295,29.662095],[-91.63386,29.685289],[-91.630442,29.728827],[-91.637929,29.742092],[-91.661733,29.7508],[-91.684682,29.753119],[-91.778432,29.748481],[-91.795725,29.742377],[-91.833079,29.723456],[-91.858469,29.719062],[-91.866689,29.729397],[-91.867502,29.743638],[-91.870595,29.7508],[-91.877919,29.759345],[-91.87442,29.778144],[-91.864654,29.796942],[-91.853586,29.805365],[-91.846059,29.798774],[-91.837066,29.787665],[-91.829457,29.78441],[-91.826283,29.801703],[-91.828684,29.815334],[-91.835805,29.825263],[-91.847524,29.831244],[-91.893951,29.837633],[-91.906728,29.837104],[-91.933502,29.819403],[-91.945139,29.821845],[-91.955556,29.829169],[-91.966868,29.833319],[-91.984446,29.831977],[-91.986318,29.827379],[-91.984486,29.818793],[-91.990712,29.805365],[-92.000478,29.798896],[-92.086415,29.77147],[-92.099965,29.76439],[-92.122467,29.743883],[-92.134633,29.736151],[-92.148997,29.736477],[-92.136464,29.745307],[-92.134145,29.756822],[-92.141469,29.766913],[-92.158315,29.771226],[-92.161977,29.768297],[-92.170237,29.754625],[-92.175689,29.7508],[-92.180898,29.751939],[-92.202382,29.76439],[-92.198801,29.746731],[-92.191029,29.723782],[-92.181508,29.704006],[-92.172271,29.695502],[-92.164662,29.69774],[-92.150217,29.707506],[-92.126536,29.711371],[-92.117177,29.713935],[-92.108795,29.714423],[-92.099965,29.709784],[-92.129262,29.692613],[-92.14151,29.688707],[-92.113596,29.637641],[-92.107411,29.620429],[-92.099965,29.620429],[-92.084462,29.630316],[-92.06017,29.636949],[-92.037017,29.63703],[-92.024892,29.627265],[-92.055287,29.621527],[-92.067372,29.616156],[-92.073313,29.606147],[-92.052805,29.599921],[-92.065907,29.587836],[-92.093373,29.587144],[-92.136865,29.586862],[-92.173866,29.576189],[-92.241161,29.545531],[-92.276493,29.533836],[-92.314307,29.534369],[-92.465073,29.560104],[-92.489762,29.562994],[-92.5144,29.566359],[-92.546213,29.571682],[-92.683058,29.604133],[-92.795338,29.644241],[-92.852661,29.667415],[-92.915671,29.692979],[-93.026845,29.732856],[-93.09445,29.751526],[-93.199593,29.772811],[-93.253532,29.776355],[-93.308514,29.769151],[-93.345495,29.762045],[-93.385428,29.767577],[-93.42081,29.768261],[-93.453396,29.770425],[-93.497426,29.769192],[-93.558513,29.763121],[-93.640816,29.750313],[-93.701185,29.742633],[-93.73938,29.737248],[-93.766958,29.726333],[-93.792936,29.717555],[-93.821376,29.709451],[-93.831028,29.700135],[-93.850972,29.723284],[-93.879155,29.749884],[-93.893697,29.790814],[-93.888238,29.807175],[-93.857355,29.818852],[-93.820668,29.824214],[-93.781941,29.856515],[-93.772084,29.90469],[-93.759952,29.960576],[-93.769366,29.978316],[-93.788901,29.985066],[-93.798421,29.985607],[-93.796405,29.990238],[-93.776093,30.021806],[-93.717206,30.079814],[-93.724896,30.091825],[-93.723285,30.101054],[-93.710394,30.12078],[-93.703973,30.143754],[-93.704681,30.159672],[-93.708246,30.174003],[-93.710394,30.192485],[-93.712567,30.199174],[-93.72226,30.213798],[-93.724677,30.223808],[-93.722821,30.235136],[-93.713324,30.254789],[-93.710394,30.264775],[-93.715179,30.28726],[-93.729657,30.301762],[-93.744891,30.313969],[-93.751971,30.32935],[-93.755804,30.373368],[-93.752411,30.39268],[-93.738324,30.414994],[-93.713959,30.441288],[-93.70639,30.454789],[-93.703583,30.473344],[-93.704999,30.481303],[-93.717206,30.511186],[-93.716327,30.51226],[-93.717206,30.531669],[-93.719843,30.536381],[-93.728046,30.540898],[-93.730878,30.545951],[-93.730536,30.565654],[-93.721747,30.583207],[-93.706488,30.595756],[-93.68681,30.600566],[-93.68493,30.611137],[-93.670404,30.660697],[-93.661981,30.676298],[-93.62785,30.699882],[-93.618231,30.71414],[-93.610028,30.761869],[-93.573846,30.819682],[-93.568182,30.836479],[-93.566815,30.845268],[-93.5664,30.857206],[-93.567572,30.868412],[-93.572675,30.887406],[-93.573846,30.89849],[-93.569916,30.908818],[-93.561054,30.917314],[-93.545917,30.92891],[-93.539642,30.939433],[-93.538153,30.943901],[-93.545917,30.95684],[-93.55329,30.964115],[-93.569086,30.985697],[-93.577557,31.008403],[-93.563007,31.018901],[-93.55368,31.020072],[-93.526556,31.027275],[-93.518597,31.031962],[-93.514764,31.042045],[-93.518842,31.049223],[-93.53288,31.059892],[-93.559589,31.097123],[-93.55744,31.108207],[-93.548065,31.121733],[-93.545917,31.131571],[-93.543036,31.176176],[-93.548456,31.192533],[-93.5664,31.19644],[-93.585834,31.19207],[-93.589398,31.192143],[-93.592474,31.192509],[-93.594574,31.193388],[-93.597357,31.195268],[-93.600458,31.198002],[-93.603168,31.201567],[-93.605194,31.206791],[-93.6091,31.233451],[-93.610785,31.238627],[-93.61618,31.246],[-93.619232,31.2512],[-93.6216,31.25811],[-93.623578,31.266264],[-93.625775,31.27183],[-93.628461,31.27664],[-93.631635,31.280644],[-93.64267,31.290776],[-93.668256,31.309404],[-93.672626,31.31414],[-93.675897,31.320048],[-93.677899,31.330717],[-93.676825,31.337724],[-93.674872,31.343559],[-93.670599,31.352348],[-93.667645,31.356327],[-93.655072,31.370268],[-93.654462,31.373637],[-93.656244,31.376347],[-93.670062,31.38433],[-93.685541,31.398735],[-93.695429,31.410307],[-93.6987,31.416923],[-93.701556,31.425468],[-93.704462,31.441606],[-93.706903,31.449906],[-93.710175,31.455888],[-93.714423,31.458842],[-93.719891,31.460942],[-93.731757,31.463676],[-93.73642,31.465873],[-93.740204,31.468681],[-93.743256,31.473002],[-93.745429,31.477543],[-93.747553,31.485527],[-93.746796,31.490336],[-93.74372,31.494291],[-93.733221,31.500175],[-93.732758,31.500566],[-93.731586,31.50164],[-93.729169,31.504545],[-93.726263,31.509721],[-93.726703,31.514994],[-93.729877,31.519096],[-93.734711,31.521879],[-93.740497,31.524052],[-93.764862,31.5304],[-93.770526,31.532768],[-93.775336,31.535502],[-93.7841,31.541703],[-93.810883,31.567167],[-93.820721,31.578691],[-93.826923,31.587846],[-93.829608,31.593827],[-93.832904,31.603446],[-93.83349,31.611015],[-93.832904,31.617875],[-93.828998,31.628276],[-93.824823,31.635551],[-93.823187,31.640922],[-93.821893,31.64932],[-93.820184,31.677275],[-93.818622,31.686479],[-93.813861,31.702372],[-93.813446,31.70811],[-93.814301,31.71309],[-93.816864,31.716874],[-93.819867,31.72017],[-93.823358,31.723295],[-93.826898,31.73101],[-93.830585,31.742778],[-93.837347,31.781352],[-93.840057,31.790361],[-93.865814,31.822782],[-93.872943,31.835575],[-93.876923,31.845317],[-93.881757,31.854667],[-93.890521,31.867924],[-93.904169,31.883207],[-93.923602,31.900566],[-93.932367,31.906742],[-93.965253,31.920976],[-93.969696,31.92349],[-93.973969,31.926518],[-93.977435,31.930082],[-93.997846,31.962553],[-94.002509,31.967338],[-94.014935,31.975614],[-94.021259,31.978495],[-94.035004,31.987187],[-94.040375,31.992314],[-94.04245,31.996098],[-94.043231,31.998197],[-94.04306,32.072319],[-94.042816,32.189604],[-94.042596,32.306962],[-94.042352,32.424296],[-94.042157,32.541606],[-94.041962,32.65894],[-94.041718,32.776274],[-94.041498,32.893632],[-94.041254,33.010942],[-93.86247,33.011088],[-93.683661,33.011283],[-93.504877,33.011479],[-93.326093,33.011625],[-93.147284,33.011772],[-92.968475,33.011991],[-92.789667,33.012162],[-92.610883,33.012333],[-92.432098,33.01248],[-92.25329,33.012699],[-92.074506,33.01287],[-91.895697,33.013017],[-91.716913,33.013188],[-91.538104,33.013334],[-91.359296,33.013481],[-91.180487,33.0137],[-91.166473,33.014335],[-91.168158,32.981523],[-91.162616,32.971757],[-91.149213,32.964311],[-91.132367,32.959623],[-91.11662,32.957939],[-91.103876,32.953642],[-91.091278,32.943608],[-91.071942,32.923197],[-91.081781,32.905863],[-91.09599,32.888066],[-91.111151,32.874198],[-91.123749,32.868559],[-91.133344,32.858549],[-91.149872,32.810453],[-91.157269,32.770854],[-91.154559,32.755888],[-91.142181,32.747612],[-91.092792,32.74058],[-91.074872,32.72852],[-91.070233,32.710942],[-91.0862,32.689799],[-91.104877,32.685624],[-91.132367,32.684648],[-91.157269,32.680375],[-91.168158,32.666215],[-91.166327,32.644487],[-91.161005,32.625395],[-91.152411,32.608891],[-91.140814,32.594828],[-91.130682,32.587699],[-91.106732,32.574687],[-91.099237,32.566899],[-91.097089,32.555131],[-91.100043,32.543168],[-91.104437,32.531987],[-91.106683,32.522514],[-91.108759,32.481474],[-91.105194,32.465116],[-91.093036,32.450834],[-91.059735,32.433866],[-91.0289,32.422904],[-91.006244,32.404325],[-90.99743,32.364555],[-90.990497,32.357206],[-90.974042,32.351762],[-90.939081,32.347196],[-90.916547,32.339848],[-90.909833,32.32432],[-90.913226,32.310063],[-90.921088,32.30684],[-90.921088,32.300004],[-90.966522,32.26165],[-90.997968,32.197953]]]]},"type":"Feature","properties":{"postal":"LA","name":"Louisiana","type":"State","center":[-92.45541838134429,30.933522398893516]}},"TX":{"geometry":{"type":"MultiPolygon","coordinates":[[[[-97.163399,26.113593],[-97.166379,26.102847],[-97.179331,26.119829],[-97.188314,26.149336],[-97.213017,26.292714],[-97.227161,26.337415],[-97.239898,26.364936],[-97.249176,26.390815],[-97.260365,26.467963],[-97.268381,26.490383],[-97.292063,26.529202],[-97.30134,26.550482],[-97.313222,26.606757],[-97.318105,26.616441],[-97.329254,26.633043],[-97.33788,26.653957],[-97.350087,26.697414],[-97.363393,26.721177],[-97.355946,26.728583],[-97.362538,26.734442],[-97.366811,26.740709],[-97.369211,26.747789],[-97.370229,26.755927],[-97.368235,26.759955],[-97.358266,26.762519],[-97.355946,26.765855],[-97.357004,26.771552],[-97.361928,26.779283],[-97.363393,26.783271],[-97.367421,26.791205],[-97.397532,26.831],[-97.388051,26.865546],[-97.385406,26.900377],[-97.39391,26.994289],[-97.403066,27.030911],[-97.405019,27.050767],[-97.39802,27.088365],[-97.397084,27.107327],[-97.405019,27.12523],[-97.396962,27.146186],[-97.391591,27.193101],[-97.377065,27.207831],[-97.383901,27.187934],[-97.376291,26.931627],[-97.342885,26.756741],[-97.238678,26.445787],[-97.239898,26.433783],[-97.231272,26.421088],[-97.224924,26.399075],[-97.21219,26.340283],[-97.20226,26.298774],[-97.198313,26.276109],[-97.18268,26.231155],[-97.177424,26.205008],[-97.17068,26.179523],[-97.164402,26.131495],[-97.163399,26.113593]]],[[[-97.178007,27.652844],[-97.259355,27.496175],[-97.320256,27.357574],[-97.346609,27.274164],[-97.351642,27.235171],[-97.365912,27.224231],[-97.388092,27.223944],[-97.397532,27.228909],[-97.38976,27.245551],[-97.370253,27.348366],[-97.338759,27.409122],[-97.321528,27.456232],[-97.312397,27.477972],[-97.298183,27.507865],[-97.282954,27.540473],[-97.270768,27.566738],[-97.257232,27.59276],[-97.245107,27.623196],[-97.244008,27.632636],[-97.249582,27.643785],[-97.25414,27.659654],[-97.230621,27.65119],[-97.219228,27.643948],[-97.211985,27.632961],[-97.205719,27.632961],[-97.151031,27.739895],[-97.12385,27.769517],[-97.081858,27.804145],[-97.075429,27.814521],[-97.067535,27.840888],[-97.052602,27.844184],[-97.044016,27.835273],[-97.054921,27.824774],[-97.178007,27.652844]]],[[[-97.028676,27.871527],[-97.034413,27.852037],[-97.04304,27.870307],[-97.029775,27.90058],[-96.993479,27.94831],[-96.963979,27.976711],[-96.95934,27.983059],[-96.953033,27.994208],[-96.953359,28.000312],[-96.972564,28.005032],[-96.972564,28.009914],[-96.914052,28.099107],[-96.900258,28.101955],[-96.892893,28.109198],[-96.887603,28.119208],[-96.880238,28.130113],[-96.867584,28.135565],[-96.854848,28.130683],[-96.845367,28.121243],[-96.842641,28.112779],[-96.845693,28.102851],[-96.847157,28.080471],[-96.850087,28.071194],[-96.938222,27.983059],[-96.979237,27.927802],[-97.014638,27.890937],[-97.028676,27.871527]]],[[[-96.406728,28.344428],[-96.415151,28.333075],[-96.41686,28.328762],[-96.489491,28.297105],[-96.522328,28.289618],[-96.553538,28.27143],[-96.608632,28.229438],[-96.702626,28.185533],[-96.727651,28.161607],[-96.781158,28.126451],[-96.808705,28.103258],[-96.820872,28.088324],[-96.828359,28.071194],[-96.835805,28.071194],[-96.832509,28.088772],[-96.82429,28.107489],[-96.813222,28.123684],[-96.801666,28.133857],[-96.801666,28.140082],[-96.80899,28.151435],[-96.812367,28.170111],[-96.807769,28.187649],[-96.791127,28.195258],[-96.770741,28.197455],[-96.738515,28.206855],[-96.722239,28.20897],[-96.710357,28.213365],[-96.672109,28.23371],[-96.663889,28.239691],[-96.654286,28.257148],[-96.61205,28.277493],[-96.602447,28.287502],[-96.594797,28.29267],[-96.548451,28.311428],[-96.528066,28.330146],[-96.514963,28.336819],[-96.493235,28.339301],[-96.455434,28.336005],[-96.443227,28.341376],[-96.431142,28.359768],[-96.430491,28.367825],[-96.431467,28.388983],[-96.427724,28.393297],[-96.418813,28.395087],[-96.412343,28.397528],[-96.407582,28.396389],[-96.403798,28.387112],[-96.402984,28.360785],[-96.403798,28.352362],[-96.406728,28.344428]]],[[[-96.350087,28.408881],[-96.3697,28.406928],[-96.3697,28.414455],[-96.312896,28.458564],[-96.275258,28.478705],[-96.232533,28.489488],[-96.232533,28.482733],[-96.240468,28.48192],[-96.244618,28.48017],[-96.247874,28.477769],[-96.246734,28.475246],[-96.254954,28.471096],[-96.276031,28.457099],[-96.283925,28.447659],[-96.308217,28.441718],[-96.33373,28.41885],[-96.350087,28.408881]]],[[[-94.81428,29.352932],[-94.724409,29.333155],[-94.891655,29.224862],[-94.947248,29.193914],[-95.075955,29.114044],[-95.108281,29.088597],[-95.116544,29.088993],[-95.102256,29.111171],[-95.081281,29.136084],[-95.034003,29.162938],[-94.967765,29.207876],[-94.943099,29.22286],[-94.928741,29.236891],[-94.920725,29.250474],[-94.917226,29.255316],[-94.875111,29.284613],[-94.866811,29.299954],[-94.86205,29.305121],[-94.839833,29.310492],[-94.83788,29.311265],[-94.828033,29.317613],[-94.821645,29.331122],[-94.82429,29.343329],[-94.841542,29.346096],[-94.841542,29.352932],[-94.836497,29.352362],[-94.835276,29.35399],[-94.835276,29.356838],[-94.834096,29.359768],[-94.831939,29.360175],[-94.82787,29.359768],[-94.827016,29.353949],[-94.81428,29.352932]]],[[[-102.729657,36.500199],[-102.542108,36.500175],[-102.320184,36.500175],[-102.072455,36.500151],[-101.807538,36.500151],[-101.534076,36.500151],[-101.26059,36.500151],[-100.995697,36.500151],[-100.747968,36.500102],[-100.526044,36.500102],[-100.338471,36.500053],[-100.193866,36.500053],[-100.100775,36.500053],[-100.067841,36.500053],[-100.013422,36.500053],[-100.002387,36.499858],[-100.002362,36.450444],[-100.002191,36.33682],[-100.001971,36.223173],[-100.001825,36.109477],[-100.00163,35.995854],[-100.001434,35.882157],[-100.001288,35.768534],[-100.001093,35.654936],[-100.000897,35.541239],[-100.000678,35.427592],[-100.000507,35.31392],[-100.000311,35.200273],[-100.000116,35.08665],[-99.999921,34.973002],[-99.999725,34.85933],[-99.999579,34.745683],[-99.999384,34.632035],[-99.999286,34.585697],[-99.999286,34.575468],[-99.983319,34.576713],[-99.938397,34.581987],[-99.922968,34.578251],[-99.913837,34.573832],[-99.891693,34.570414],[-99.882001,34.564921],[-99.713153,34.430839],[-99.693573,34.406156],[-99.680804,34.394682],[-99.66225,34.389897],[-99.601727,34.385038],[-99.583466,34.389897],[-99.576508,34.394633],[-99.564984,34.405644],[-99.556122,34.410356],[-99.547284,34.412455],[-99.499017,34.40684],[-99.460809,34.389311],[-99.440057,34.382426],[-99.416473,34.380375],[-99.401386,34.386381],[-99.393378,34.401664],[-99.387396,34.451445],[-99.377362,34.462699],[-99.362372,34.46226],[-99.343866,34.451322],[-99.339081,34.445243],[-99.3362,34.438261],[-99.33205,34.43101],[-99.323358,34.424003],[-99.314887,34.420805],[-99.304804,34.418876],[-99.285516,34.417802],[-99.265497,34.411552],[-99.255682,34.396562],[-99.249481,34.378324],[-99.240204,34.362553],[-99.209393,34.33975],[-99.192059,34.322221],[-99.196137,34.31414],[-99.199725,34.302445],[-99.197137,34.248295],[-99.193036,34.232231],[-99.175922,34.22061],[-99.153534,34.216923],[-99.10705,34.218583],[-99.086444,34.216313],[-99.048529,34.206547],[-99.028558,34.204301],[-99.007098,34.207231],[-98.991351,34.212748],[-98.975262,34.215898],[-98.952826,34.211723],[-98.877704,34.17078],[-98.857538,34.164799],[-98.732147,34.142094],[-98.720062,34.136625],[-98.653168,34.159672],[-98.630682,34.163334],[-98.618549,34.162919],[-98.586005,34.157109],[-98.574725,34.151689],[-98.55871,34.127787],[-98.551874,34.122367],[-98.539179,34.11497],[-98.50578,34.082572],[-98.490692,34.075175],[-98.440692,34.075297],[-98.416547,34.079008],[-98.410956,34.088212],[-98.396405,34.10474],[-98.384296,34.122904],[-98.368597,34.137529],[-98.34328,34.143461],[-98.20954,34.129179],[-98.178778,34.132353],[-98.131879,34.146488],[-98.106512,34.149662],[-98.090668,34.138285],[-98.091278,34.11182],[-98.095331,34.082109],[-98.090057,34.060917],[-98.088397,34.027836],[-98.050507,34.011918],[-98.001434,34.003569],[-97.965936,33.993266],[-97.955951,33.995317],[-97.948602,33.987431],[-97.946649,33.977055],[-97.952875,33.965312],[-97.94621,33.954667],[-97.946088,33.945024],[-97.952875,33.924369],[-97.95495,33.914067],[-97.956683,33.907865],[-97.9591,33.893022],[-97.949286,33.883158],[-97.926654,33.873149],[-97.884003,33.86165],[-97.840228,33.868022],[-97.800751,33.887846],[-97.71496,33.960038],[-97.679974,33.9835],[-97.640643,33.994511],[-97.602826,33.978984],[-97.593915,33.962113],[-97.594745,33.925004],[-97.585736,33.906352],[-97.570941,33.898979],[-97.506635,33.902641],[-97.484003,33.899296],[-97.469257,33.892143],[-97.461249,33.879277],[-97.458832,33.858549],[-97.45246,33.835356],[-97.436444,33.826957],[-97.371747,33.830497],[-97.360443,33.833647],[-97.352679,33.838407],[-97.348212,33.841923],[-97.337762,33.847343],[-97.332489,33.851737],[-97.329486,33.855912],[-97.323846,33.866093],[-97.321649,33.86912],[-97.30578,33.877983],[-97.293744,33.875444],[-97.267035,33.855448],[-97.261444,33.861772],[-97.243646,33.887382],[-97.240424,33.894828],[-97.236005,33.89954],[-97.230585,33.902714],[-97.217987,33.906987],[-97.211786,33.910063],[-97.199188,33.90247],[-97.188104,33.892875],[-97.180316,33.881596],[-97.177655,33.86912],[-97.182416,33.852934],[-97.201337,33.82769],[-97.205585,33.810771],[-97.20058,33.786576],[-97.187177,33.760112],[-97.167548,33.737577],[-97.14411,33.725126],[-97.112518,33.726103],[-97.093817,33.742338],[-97.084955,33.767924],[-97.082684,33.797123],[-97.078314,33.807914],[-97.059149,33.817265],[-97.054755,33.824418],[-97.058539,33.834428],[-97.066571,33.839408],[-97.073846,33.846195],[-97.075238,33.86165],[-97.039813,33.853593],[-97.01767,33.858549],[-97.002167,33.875321],[-96.986542,33.902641],[-96.984174,33.926835],[-96.985077,33.939897],[-96.977875,33.947538],[-96.972601,33.950004],[-96.966888,33.952079],[-96.932709,33.957328],[-96.924091,33.957328],[-96.91452,33.955937],[-96.900897,33.950834],[-96.894061,33.946269],[-96.889203,33.941459],[-96.88476,33.931571],[-96.878558,33.903422],[-96.873895,33.893656],[-96.867621,33.885331],[-96.85556,33.874833],[-96.850775,33.871928],[-96.843524,33.869926],[-96.833954,33.869291],[-96.798309,33.873344],[-96.790106,33.872196],[-96.779828,33.867875],[-96.753705,33.851371],[-96.748407,33.848881],[-96.739813,33.847612],[-96.728851,33.847172],[-96.709686,33.849247],[-96.699481,33.851689],[-96.691962,33.854618],[-96.687616,33.85789],[-96.684003,33.861698],[-96.68078,33.865898],[-96.67807,33.870658],[-96.665155,33.901664],[-96.658807,33.910185],[-96.654535,33.913481],[-96.649359,33.915971],[-96.639276,33.916166],[-96.625555,33.913383],[-96.6008,33.904887],[-96.592499,33.897831],[-96.589862,33.891899],[-96.600702,33.873222],[-96.602557,33.868266],[-96.602509,33.862846],[-96.601068,33.857768],[-96.598065,33.853373],[-96.594232,33.84976],[-96.581976,33.838725],[-96.540887,33.828178],[-96.540814,33.828178],[-96.518915,33.818754],[-96.513495,33.814506],[-96.510199,33.807133],[-96.507806,33.797856],[-96.504047,33.789921],[-96.496454,33.786576],[-96.428705,33.789726],[-96.410468,33.786576],[-96.387054,33.762821],[-96.358612,33.725614],[-96.328778,33.70186],[-96.301215,33.718315],[-96.295477,33.739115],[-96.295868,33.754057],[-96.28952,33.763041],[-96.263373,33.766044],[-96.22077,33.76204],[-96.202728,33.763676],[-96.183905,33.773539],[-96.174091,33.786723],[-96.156415,33.821171],[-96.146698,33.828178],[-96.135858,33.830278],[-96.115302,33.839701],[-96.105414,33.841801],[-96.054218,33.841801],[-96.040204,33.84329],[-96.006415,33.855448],[-95.987836,33.866264],[-95.972528,33.873027],[-95.965424,33.872538],[-95.96098,33.879985],[-95.950458,33.889457],[-95.937885,33.895561],[-95.927582,33.893022],[-95.916962,33.884062],[-95.860394,33.853959],[-95.848895,33.851493],[-95.820819,33.855448],[-95.81474,33.86226],[-95.808881,33.866874],[-95.800946,33.86912],[-95.795575,33.86226],[-95.790155,33.857597],[-95.78327,33.855448],[-95.772284,33.861869],[-95.776556,33.890019],[-95.769623,33.89644],[-95.736981,33.895658],[-95.721991,33.897294],[-95.711591,33.89644],[-95.705096,33.902934],[-95.69516,33.909623],[-95.683954,33.914823],[-95.673724,33.916899],[-95.650116,33.92747],[-95.646991,33.929765],[-95.630389,33.924662],[-95.622821,33.924369],[-95.609515,33.943461],[-95.598114,33.952079],[-95.584955,33.947953],[-95.571893,33.938871],[-95.559125,33.933232],[-95.54809,33.925541],[-95.540253,33.910063],[-95.549774,33.895732],[-95.537128,33.889921],[-95.505536,33.889604],[-95.505707,33.888017],[-95.503436,33.88455],[-95.49931,33.879667],[-95.497089,33.875321],[-95.491962,33.877177],[-95.486078,33.881181],[-95.48161,33.883403],[-95.472015,33.882792],[-95.464423,33.880522],[-95.457831,33.876176],[-95.451508,33.86912],[-95.440595,33.870536],[-95.35705,33.868217],[-95.348456,33.86912],[-95.341913,33.871781],[-95.337689,33.874369],[-95.335492,33.878617],[-95.334833,33.886503],[-95.331757,33.895512],[-95.324847,33.895341],[-95.313715,33.889604],[-95.30285,33.894975],[-95.293744,33.8981],[-95.286249,33.902104],[-95.280194,33.910063],[-95.268597,33.90457],[-95.263251,33.915458],[-95.261786,33.933061],[-95.255682,33.947953],[-95.236737,33.960673],[-95.220306,33.962944],[-95.154315,33.944194],[-95.143036,33.938041],[-95.137665,33.932109],[-95.13371,33.925151],[-95.128314,33.91934],[-95.096991,33.912992],[-95.079413,33.903056],[-95.047455,33.875932],[-95.031757,33.866728],[-95.0164,33.862577],[-94.981659,33.86165],[-94.974481,33.859794],[-94.966522,33.855253],[-94.960077,33.849711],[-94.95744,33.844926],[-94.954999,33.829765],[-94.948676,33.823564],[-94.939911,33.820414],[-94.930145,33.814506],[-94.924921,33.808427],[-94.910272,33.786576],[-94.872748,33.755912],[-94.807245,33.746195],[-94.781928,33.739653],[-94.769696,33.738774],[-94.755487,33.733427],[-94.739618,33.709989],[-94.722186,33.702616],[-94.713666,33.693608],[-94.707929,33.691581],[-94.701068,33.692778],[-94.689471,33.697319],[-94.683099,33.697782],[-94.66872,33.695414],[-94.655048,33.691581],[-94.643573,33.685795],[-94.635956,33.677323],[-94.609857,33.681059],[-94.588446,33.679252],[-94.591742,33.675541],[-94.594965,33.669877],[-94.580341,33.663481],[-94.532904,33.650004],[-94.532904,33.656864],[-94.51474,33.649272],[-94.489398,33.648466],[-94.4841,33.647416],[-94.466913,33.644047],[-94.457172,33.62581],[-94.449872,33.604936],[-94.431488,33.590824],[-94.407123,33.584721],[-94.38205,33.587944],[-94.38205,33.581718],[-94.394574,33.571488],[-94.387421,33.561796],[-94.369061,33.558549],[-94.347919,33.56746],[-94.327826,33.558061],[-94.31745,33.566801],[-94.310321,33.582719],[-94.300116,33.594779],[-94.283173,33.595121],[-94.234979,33.574272],[-94.221259,33.579521],[-94.208221,33.589115],[-94.193182,33.593925],[-94.15932,33.577323],[-94.139887,33.573002],[-94.119135,33.573881],[-94.100897,33.581718],[-94.071942,33.563627],[-94.056952,33.557377],[-94.047284,33.554154],[-94.047284,33.553398],[-94.046576,33.488383],[-94.045233,33.369023],[-94.04389,33.249662],[-94.042596,33.130302],[-94.041254,33.010942],[-94.041498,32.893632],[-94.041718,32.776274],[-94.041962,32.65894],[-94.042157,32.541606],[-94.042352,32.424296],[-94.042596,32.306962],[-94.042816,32.189604],[-94.04306,32.072319],[-94.043231,31.998197],[-94.04245,31.996098],[-94.040375,31.992314],[-94.035004,31.987187],[-94.021259,31.978495],[-94.014935,31.975614],[-94.002509,31.967338],[-93.997846,31.962553],[-93.977435,31.930082],[-93.973969,31.926518],[-93.969696,31.92349],[-93.965253,31.920976],[-93.932367,31.906742],[-93.923602,31.900566],[-93.904169,31.883207],[-93.890521,31.867924],[-93.881757,31.854667],[-93.876923,31.845317],[-93.872943,31.835575],[-93.865814,31.822782],[-93.840057,31.790361],[-93.837347,31.781352],[-93.830585,31.742778],[-93.826898,31.73101],[-93.823358,31.723295],[-93.819867,31.72017],[-93.816864,31.716874],[-93.814301,31.71309],[-93.813446,31.70811],[-93.813861,31.702372],[-93.818622,31.686479],[-93.820184,31.677275],[-93.821893,31.64932],[-93.823187,31.640922],[-93.824823,31.635551],[-93.828998,31.628276],[-93.832904,31.617875],[-93.83349,31.611015],[-93.832904,31.603446],[-93.829608,31.593827],[-93.826923,31.587846],[-93.820721,31.578691],[-93.810883,31.567167],[-93.7841,31.541703],[-93.775336,31.535502],[-93.770526,31.532768],[-93.764862,31.5304],[-93.740497,31.524052],[-93.734711,31.521879],[-93.729877,31.519096],[-93.726703,31.514994],[-93.726263,31.509721],[-93.729169,31.504545],[-93.731586,31.50164],[-93.732758,31.500566],[-93.733221,31.500175],[-93.74372,31.494291],[-93.746796,31.490336],[-93.747553,31.485527],[-93.745429,31.477543],[-93.743256,31.473002],[-93.740204,31.468681],[-93.73642,31.465873],[-93.731757,31.463676],[-93.719891,31.460942],[-93.714423,31.458842],[-93.710175,31.455888],[-93.706903,31.449906],[-93.704462,31.441606],[-93.701556,31.425468],[-93.6987,31.416923],[-93.695429,31.410307],[-93.685541,31.398735],[-93.670062,31.38433],[-93.656244,31.376347],[-93.654462,31.373637],[-93.655072,31.370268],[-93.667645,31.356327],[-93.670599,31.352348],[-93.674872,31.343559],[-93.676825,31.337724],[-93.677899,31.330717],[-93.675897,31.320048],[-93.672626,31.31414],[-93.668256,31.309404],[-93.64267,31.290776],[-93.631635,31.280644],[-93.628461,31.27664],[-93.625775,31.27183],[-93.623578,31.266264],[-93.6216,31.25811],[-93.619232,31.2512],[-93.61618,31.246],[-93.610785,31.238627],[-93.6091,31.233451],[-93.605194,31.206791],[-93.603168,31.201567],[-93.600458,31.198002],[-93.597357,31.195268],[-93.594574,31.193388],[-93.592474,31.192509],[-93.589398,31.192143],[-93.585834,31.19207],[-93.5664,31.19644],[-93.548456,31.192533],[-93.543036,31.176176],[-93.545917,31.131571],[-93.548065,31.121733],[-93.55744,31.108207],[-93.559589,31.097123],[-93.53288,31.059892],[-93.518842,31.049223],[-93.514764,31.042045],[-93.518597,31.031962],[-93.526556,31.027275],[-93.55368,31.020072],[-93.563007,31.018901],[-93.577557,31.008403],[-93.569086,30.985697],[-93.55329,30.964115],[-93.545917,30.95684],[-93.538153,30.943901],[-93.539642,30.939433],[-93.545917,30.92891],[-93.561054,30.917314],[-93.569916,30.908818],[-93.573846,30.89849],[-93.572675,30.887406],[-93.567572,30.868412],[-93.5664,30.857206],[-93.566815,30.845268],[-93.568182,30.836479],[-93.573846,30.819682],[-93.610028,30.761869],[-93.618231,30.71414],[-93.62785,30.699882],[-93.661981,30.676298],[-93.670404,30.660697],[-93.68493,30.611137],[-93.68681,30.600566],[-93.706488,30.595756],[-93.721747,30.583207],[-93.730536,30.565654],[-93.730878,30.545951],[-93.728046,30.540898],[-93.719843,30.536381],[-93.717206,30.531669],[-93.716327,30.51226],[-93.717206,30.511186],[-93.704999,30.481303],[-93.703583,30.473344],[-93.70639,30.454789],[-93.713959,30.441288],[-93.738324,30.414994],[-93.752411,30.39268],[-93.755804,30.373368],[-93.751971,30.32935],[-93.744891,30.313969],[-93.729657,30.301762],[-93.715179,30.28726],[-93.710394,30.264775],[-93.713324,30.254789],[-93.722821,30.235136],[-93.724677,30.223808],[-93.72226,30.213798],[-93.712567,30.199174],[-93.710394,30.192485],[-93.708246,30.174003],[-93.704681,30.159672],[-93.703973,30.143754],[-93.710394,30.12078],[-93.723285,30.101054],[-93.724896,30.091825],[-93.717206,30.079814],[-93.776093,30.021806],[-93.796405,29.990238],[-93.798421,29.985607],[-93.818646,29.986755],[-93.834598,29.983621],[-93.854075,29.986558],[-93.858022,29.968248],[-93.867543,29.950019],[-93.924399,29.865622],[-93.938112,29.805903],[-93.932712,29.776194],[-93.875844,29.723375],[-93.859934,29.692572],[-93.875803,29.675035],[-93.887318,29.674547],[-93.916737,29.68183],[-94.037587,29.684027],[-94.060129,29.68183],[-94.101959,29.6706],[-94.131459,29.658881],[-94.215972,29.617499],[-94.335276,29.578192],[-94.654286,29.45189],[-94.690745,29.428616],[-94.742421,29.374661],[-94.762766,29.366523],[-94.786204,29.370307],[-94.790639,29.380032],[-94.782053,29.393378],[-94.700999,29.462795],[-94.67516,29.474799],[-94.651601,29.478258],[-94.640126,29.481431],[-94.630035,29.485663],[-94.622426,29.490058],[-94.5926,29.517564],[-94.580881,29.524237],[-94.572133,29.526435],[-94.521881,29.523993],[-94.504465,29.526028],[-94.491811,29.534125],[-94.48526,29.552151],[-94.485951,29.566107],[-94.494944,29.558783],[-94.510121,29.549018],[-94.529652,29.555569],[-94.545522,29.568427],[-94.561431,29.574612],[-94.605448,29.55265],[-94.695232,29.538959],[-94.736819,29.528477],[-94.755235,29.524271],[-94.77905,29.529877],[-94.787429,29.540714],[-94.78508,29.546934],[-94.773754,29.541801],[-94.761274,29.543918],[-94.749458,29.561038],[-94.735779,29.579235],[-94.716138,29.611408],[-94.70311,29.650438],[-94.692741,29.69634],[-94.69547,29.718123],[-94.702144,29.735306],[-94.703532,29.751362],[-94.710176,29.760518],[-94.719494,29.776551],[-94.734055,29.782241],[-94.744627,29.782206],[-94.760458,29.776416],[-94.773655,29.772928],[-94.794792,29.771705],[-94.806743,29.781989],[-94.82649,29.768144],[-94.826386,29.749787],[-94.848661,29.717578],[-94.862984,29.683106],[-94.876076,29.665842],[-94.90641,29.657682],[-94.919597,29.655327],[-94.931556,29.666741],[-94.938317,29.689653],[-94.948915,29.69419],[-94.966172,29.704434],[-94.999176,29.71601],[-95.015502,29.7203],[-95.026745,29.736094],[-95.033993,29.748461],[-95.05228,29.749748],[-95.064076,29.712877],[-95.050328,29.707026],[-95.036812,29.704343],[-95.028824,29.697497],[-95.018488,29.695484],[-95.008947,29.693465],[-94.99858,29.68663],[-94.985801,29.674985],[-95.008696,29.659714],[-95.015723,29.644522],[-95.010031,29.625953],[-94.984519,29.60612],[-94.989195,29.594387],[-95.005442,29.578599],[-95.015981,29.568915],[-95.023915,29.542182],[-94.983911,29.513819],[-94.907798,29.49631],[-94.914873,29.488006],[-94.923506,29.475558],[-94.936391,29.480048],[-94.950592,29.473782],[-94.965077,29.469631],[-94.965077,29.462795],[-94.948232,29.451972],[-94.947092,29.43537],[-94.942942,29.422024],[-94.917307,29.421129],[-94.917307,29.428616],[-94.921498,29.432115],[-94.921986,29.433987],[-94.921783,29.43651],[-94.919586,29.43651],[-94.918324,29.436998],[-94.918202,29.44009],[-94.917307,29.442288],[-94.889556,29.400824],[-94.878774,29.393866],[-94.865793,29.39175],[-94.821116,29.373969],[-94.824941,29.372789],[-94.828277,29.37226],[-94.831288,29.370754],[-94.834096,29.366523],[-94.849436,29.375963],[-94.870351,29.380845],[-94.888824,29.375963],[-94.896799,29.35635],[-94.901357,29.334621],[-94.912913,29.315579],[-94.928212,29.307563],[-94.943959,29.318793],[-94.950795,29.318793],[-94.955149,29.306342],[-94.964467,29.297797],[-94.984934,29.284613],[-94.987864,29.283881],[-94.996205,29.285224],[-94.999176,29.284613],[-94.999867,29.281968],[-94.998647,29.273749],[-94.999176,29.270982],[-95.065175,29.204169],[-95.088368,29.188625],[-95.115875,29.17475],[-95.124257,29.193549],[-95.137196,29.19892],[-95.153147,29.200873],[-95.170522,29.20893],[-95.162913,29.200629],[-95.150014,29.17475],[-95.159169,29.152411],[-95.158111,29.130927],[-95.150014,29.089097],[-95.149648,29.07217],[-95.151235,29.058498],[-95.158925,29.045722],[-95.231516,28.99551],[-95.259999,28.981757],[-95.313873,28.928371],[-95.367747,28.887152],[-95.379384,28.880561],[-95.401723,28.878363],[-95.419179,28.872301],[-95.487172,28.829657],[-95.601918,28.763861],[-95.644887,28.745917],[-95.688873,28.736314],[-95.733957,28.733588],[-95.780019,28.735907],[-95.817372,28.732489],[-95.951975,28.688707],[-95.94579,28.676459],[-95.947133,28.666246],[-95.950999,28.656968],[-95.952382,28.640326],[-95.954945,28.636379],[-95.955922,28.632636],[-95.951975,28.626654],[-95.947255,28.625312],[-95.940175,28.625718],[-95.933705,28.62759],[-95.930816,28.630072],[-95.793446,28.699449],[-95.754954,28.71247],[-95.719228,28.715481],[-95.837148,28.64647],[-95.902415,28.617865],[-96.005116,28.596503],[-96.066274,28.55386],[-96.123687,28.536811],[-96.188222,28.501654],[-96.218861,28.489488],[-96.194569,28.51557],[-96.160878,28.537258],[-96.017242,28.60224],[-95.996002,28.606187],[-95.984934,28.613105],[-95.981353,28.628607],[-95.987782,28.644843],[-96.006581,28.653998],[-96.026438,28.651028],[-96.064768,28.631334],[-96.077952,28.626654],[-96.098378,28.623277],[-96.157379,28.598782],[-96.204905,28.586656],[-96.226471,28.587144],[-96.222279,28.602484],[-96.204742,28.610582],[-96.158925,28.615139],[-96.143137,28.626654],[-96.136871,28.626654],[-96.136871,28.633531],[-96.15392,28.635199],[-96.168284,28.632554],[-96.181386,28.628648],[-96.194936,28.626654],[-96.215443,28.629381],[-96.220448,28.636868],[-96.215443,28.647895],[-96.19225,28.680894],[-96.188059,28.690863],[-96.195058,28.694485],[-96.215443,28.694973],[-96.230824,28.692816],[-96.244537,28.687567],[-96.266672,28.675116],[-96.260406,28.688707],[-96.281402,28.679755],[-96.308095,28.651068],[-96.328725,28.639716],[-96.345774,28.635321],[-96.349843,28.637397],[-96.350209,28.64411],[-96.356028,28.653998],[-96.385162,28.679348],[-96.390207,28.688707],[-96.380035,28.700263],[-96.377594,28.714911],[-96.38329,28.730048],[-96.397613,28.743394],[-96.403717,28.738756],[-96.413075,28.733832],[-96.41686,28.729722],[-96.435048,28.755683],[-96.438588,28.763861],[-96.444814,28.763861],[-96.443959,28.749254],[-96.438385,28.731757],[-96.430979,28.716498],[-96.424306,28.708645],[-96.417104,28.710679],[-96.408274,28.716946],[-96.400787,28.719875],[-96.397613,28.712063],[-96.400299,28.702582],[-96.406484,28.696763],[-96.412994,28.692816],[-96.41686,28.688707],[-96.416371,28.680976],[-96.412709,28.673774],[-96.410308,28.666327],[-96.413726,28.657701],[-96.416819,28.643704],[-96.403432,28.635565],[-96.3697,28.626654],[-96.427642,28.595404],[-96.462514,28.583197],[-96.493235,28.578925],[-96.477895,28.59162],[-96.459828,28.593329],[-96.444814,28.597357],[-96.438588,28.616767],[-96.447133,28.635647],[-96.48469,28.612616],[-96.493235,28.636623],[-96.497385,28.644761],[-96.507476,28.643459],[-96.519765,28.640448],[-96.530426,28.643459],[-96.536285,28.646064],[-96.549875,28.645494],[-96.554677,28.647162],[-96.559478,28.654283],[-96.560292,28.660712],[-96.559967,28.667222],[-96.561513,28.675116],[-96.565785,28.68891],[-96.56725,28.696519],[-96.57018,28.702623],[-96.578521,28.712063],[-96.590443,28.720364],[-96.603831,28.7237],[-96.617502,28.722073],[-96.63036,28.715481],[-96.634511,28.720852],[-96.63915,28.724189],[-96.650868,28.729722],[-96.64981,28.70482],[-96.64566,28.687079],[-96.637196,28.671617],[-96.608795,28.637763],[-96.604888,28.630561],[-96.602447,28.62051],[-96.603098,28.610175],[-96.60851,28.586168],[-96.608632,28.578925],[-96.599843,28.568345],[-96.591908,28.569648],[-96.581939,28.578925],[-96.57018,28.575385],[-96.541005,28.557807],[-96.520375,28.549221],[-96.513661,28.544135],[-96.506581,28.536851],[-96.501291,28.52912],[-96.493235,28.510647],[-96.545522,28.487738],[-96.554677,28.48607],[-96.547597,28.469306],[-96.531565,28.469468],[-96.514231,28.477973],[-96.503489,28.48607],[-96.4735,28.493557],[-96.435658,28.48135],[-96.406809,28.458726],[-96.403798,28.434882],[-96.475819,28.400784],[-96.495107,28.39647],[-96.529164,28.377753],[-96.544749,28.373481],[-96.653717,28.319485],[-96.671376,28.331855],[-96.687734,28.327379],[-96.698313,28.335883],[-96.703847,28.351793],[-96.705922,28.388495],[-96.709218,28.399848],[-96.718495,28.405463],[-96.73648,28.406928],[-96.74177,28.41059],[-96.74356,28.419094],[-96.744374,28.428453],[-96.746449,28.434882],[-96.751291,28.438666],[-96.762278,28.444322],[-96.766957,28.447943],[-96.784657,28.472602],[-96.793324,28.479722],[-96.801666,28.475246],[-96.810129,28.467841],[-96.813303,28.457994],[-96.810658,28.45185],[-96.801666,28.45539],[-96.777455,28.437405],[-96.769765,28.426215],[-96.766957,28.410712],[-96.775136,28.400458],[-96.793853,28.408189],[-96.814524,28.421698],[-96.828359,28.428697],[-96.844472,28.415595],[-96.825103,28.387926],[-96.795562,28.356513],[-96.781158,28.331855],[-96.787465,28.314276],[-96.797109,28.296942],[-96.801259,28.27912],[-96.782338,28.241604],[-96.792388,28.228664],[-96.828359,28.20897],[-96.845123,28.193264],[-96.880238,28.150621],[-96.895904,28.140815],[-96.928212,28.133246],[-96.945058,28.126451],[-96.933461,28.162909],[-96.92455,28.179185],[-96.910308,28.195258],[-96.924713,28.214097],[-96.918935,28.232123],[-96.908803,28.248765],[-96.910308,28.263617],[-96.921946,28.263332],[-96.93578,28.248277],[-96.95934,28.215766],[-96.946116,28.205146],[-96.94343,28.191352],[-96.94872,28.174221],[-96.95934,28.153754],[-96.973012,28.133938],[-96.984364,28.129543],[-97.020172,28.140082],[-97.016265,28.142279],[-97.012929,28.144965],[-97.009755,28.148668],[-97.0065,28.153754],[-97.013051,28.164008],[-97.007436,28.194525],[-97.013987,28.20897],[-97.020172,28.20897],[-97.036204,28.187649],[-97.07136,28.168118],[-97.110219,28.153632],[-97.137522,28.147528],[-97.130849,28.157782],[-97.13858,28.165595],[-97.152659,28.169257],[-97.164784,28.167385],[-97.173248,28.159003],[-97.177317,28.148017],[-97.173207,28.138373],[-97.157338,28.133857],[-97.198598,28.096829],[-97.217519,28.074774],[-97.208852,28.065009],[-97.186676,28.062486],[-97.168446,28.055609],[-97.154286,28.044623],[-97.144276,28.030219],[-97.144399,28.019761],[-97.148671,28.010199],[-97.149078,28.00552],[-97.137522,28.009711],[-97.129872,28.01675],[-97.123118,28.028306],[-97.118235,28.041734],[-97.116363,28.054389],[-97.106109,28.07095],[-97.057444,28.088813],[-97.041249,28.105902],[-97.044911,28.110419],[-97.046457,28.113715],[-97.0454,28.114814],[-97.041656,28.116604],[-97.034413,28.119574],[-97.024078,28.111802],[-97.021067,28.100328],[-97.027659,28.061591],[-97.026275,28.047675],[-97.024973,28.041449],[-97.027496,28.036689],[-97.037913,28.027086],[-97.044586,28.01911],[-97.061147,27.989244],[-97.06607,27.988674],[-97.067454,27.990139],[-97.067535,27.992825],[-97.068593,27.996039],[-97.105336,27.936998],[-97.184071,27.836615],[-97.206288,27.821723],[-97.232493,27.824774],[-97.232493,27.832221],[-97.211985,27.832221],[-97.223256,27.849066],[-97.235911,27.863837],[-97.250315,27.874579],[-97.267201,27.879381],[-97.290842,27.876654],[-97.33137,27.86107],[-97.355946,27.859565],[-97.348988,27.864936],[-97.346506,27.86872],[-97.345326,27.872748],[-97.342275,27.879381],[-97.368153,27.873236],[-97.424387,27.87519],[-97.452138,27.873196],[-97.45759,27.869818],[-97.460194,27.860663],[-97.46581,27.859565],[-97.473378,27.861029],[-97.481191,27.864569],[-97.486928,27.86636],[-97.488271,27.868638],[-97.489125,27.872952],[-97.492299,27.877183],[-97.5006,27.879381],[-97.504547,27.878852],[-97.521067,27.873196],[-97.504872,27.849026],[-97.48705,27.835273],[-97.463979,27.831732],[-97.431711,27.838446],[-97.42219,27.832709],[-97.40982,27.832343],[-97.398183,27.8369],[-97.390736,27.845893],[-97.38561,27.830064],[-97.394032,27.801703],[-97.390736,27.791246],[-97.371816,27.755316],[-97.356068,27.741767],[-97.267201,27.708075],[-97.259592,27.695054],[-97.262807,27.679267],[-97.272532,27.663398],[-97.284291,27.650051],[-97.289296,27.641995],[-97.292592,27.630927],[-97.295155,27.608791],[-97.298818,27.600572],[-97.329335,27.549628],[-97.346425,27.505764],[-97.349762,27.485826],[-97.352935,27.475735],[-97.367055,27.460761],[-97.408315,27.357367],[-97.411204,27.335028],[-97.422353,27.327786],[-97.486928,27.304023],[-97.508412,27.282416],[-97.522572,27.27851],[-97.541575,27.290351],[-97.505279,27.307603],[-97.493153,27.317694],[-97.498687,27.320787],[-97.501291,27.32392],[-97.503245,27.327379],[-97.506744,27.331285],[-97.486806,27.330227],[-97.476389,27.331488],[-97.469228,27.335028],[-97.461293,27.343655],[-97.460927,27.345771],[-97.465484,27.346747],[-97.472646,27.351752],[-97.474192,27.348375],[-97.481353,27.347073],[-97.489369,27.350653],[-97.493153,27.362047],[-97.4912,27.381496],[-97.486928,27.400214],[-97.506174,27.392524],[-97.529205,27.372138],[-97.541575,27.365465],[-97.534088,27.351752],[-97.544911,27.34809],[-97.55309,27.343817],[-97.568837,27.331285],[-97.575103,27.345649],[-97.584706,27.341783],[-97.603017,27.317694],[-97.599721,27.31094],[-97.600657,27.304511],[-97.606191,27.299709],[-97.616933,27.297797],[-97.630238,27.300238],[-97.634104,27.306545],[-97.634511,27.315131],[-97.637766,27.324449],[-97.717641,27.427436],[-97.742909,27.449693],[-97.774281,27.468492],[-97.770497,27.444566],[-97.73644,27.41413],[-97.725901,27.393378],[-97.740142,27.393378],[-97.703765,27.36107],[-97.691762,27.340481],[-97.712229,27.331285],[-97.710561,27.324164],[-97.709096,27.321357],[-97.706654,27.317694],[-97.687082,27.325141],[-97.672231,27.321357],[-97.667633,27.310858],[-97.6787,27.297797],[-97.700698,27.285943],[-97.724724,27.287669],[-97.749989,27.297309],[-97.774281,27.297797],[-97.760569,27.27912],[-97.7152,27.26736],[-97.678708,27.27402],[-97.658885,27.274122],[-97.642153,27.266802],[-97.629522,27.244661],[-97.598236,27.242959],[-97.559661,27.234805],[-97.521127,27.232191],[-97.501398,27.243362],[-97.476476,27.256396],[-97.440118,27.272232],[-97.426096,27.263658],[-97.427154,27.249986],[-97.434071,27.239244],[-97.445953,27.235093],[-97.443837,27.224189],[-97.443471,27.205715],[-97.445058,27.188218],[-97.449086,27.180487],[-97.458363,27.174791],[-97.455434,27.161322],[-97.448598,27.145494],[-97.445953,27.132717],[-97.453114,27.120754],[-97.46581,27.112372],[-97.481313,27.107571],[-97.496897,27.106024],[-97.498199,27.100735],[-97.488189,27.088324],[-97.481557,27.074286],[-97.493153,27.063788],[-97.480946,27.038723],[-97.480702,27.021959],[-97.494496,27.012641],[-97.550201,27.009182],[-97.560943,27.004869],[-97.562815,26.99372],[-97.559967,26.950751],[-97.554311,26.933051],[-97.545522,26.918647],[-97.534088,26.906806],[-97.494537,26.89053],[-97.481313,26.877631],[-97.493153,26.858344],[-97.537709,26.895575],[-97.548411,26.899888],[-97.555247,26.890204],[-97.560048,26.871405],[-97.562489,26.851386],[-97.562001,26.837877],[-97.554758,26.825141],[-97.543691,26.822211],[-97.529652,26.822008],[-97.513661,26.817369],[-97.501291,26.806627],[-97.493031,26.791734],[-97.488393,26.775092],[-97.481516,26.73135],[-97.457631,26.667222],[-97.447255,26.601304],[-97.424916,26.534898],[-97.418609,26.502021],[-97.422271,26.508979],[-97.428863,26.517727],[-97.431711,26.523179],[-97.436838,26.509914],[-97.446034,26.502875],[-97.472646,26.495836],[-97.438547,26.485297],[-97.439687,26.476467],[-97.444814,26.461371],[-97.447987,26.433336],[-97.450429,26.423896],[-97.447865,26.420152],[-97.435129,26.419501],[-97.417063,26.415188],[-97.411936,26.404527],[-97.410797,26.391181],[-97.405019,26.378567],[-97.398061,26.376288],[-97.376373,26.374416],[-97.370229,26.372301],[-97.369862,26.364081],[-97.378814,26.34398],[-97.377065,26.337592],[-97.370107,26.336819],[-97.363271,26.340155],[-97.358062,26.344957],[-97.355946,26.348456],[-97.351918,26.353827],[-97.34439,26.349351],[-97.340199,26.34162],[-97.346059,26.337592],[-97.355295,26.327948],[-97.361073,26.306871],[-97.361073,26.285793],[-97.352895,26.276109],[-97.343739,26.277981],[-97.336537,26.281155],[-97.329823,26.281724],[-97.321848,26.276109],[-97.315785,26.264879],[-97.319163,26.257148],[-97.325673,26.250393],[-97.329254,26.242011],[-97.327626,26.230414],[-97.322906,26.221503],[-97.308746,26.201077],[-97.313954,26.180121],[-97.315256,26.150133],[-97.310536,26.123277],[-97.298248,26.11164],[-97.292714,26.109605],[-97.285634,26.10517],[-97.276235,26.100653],[-97.263783,26.098619],[-97.23644,26.09809],[-97.223866,26.095893],[-97.211985,26.091213],[-97.215403,26.076321],[-97.222157,26.067084],[-97.232533,26.064765],[-97.246693,26.070705],[-97.248036,26.053168],[-97.259836,26.02912],[-97.260365,26.015448],[-97.255605,25.998928],[-97.252024,25.992987],[-97.246693,25.988756],[-97.236236,25.984198],[-97.233225,25.985541],[-97.23176,25.989976],[-97.226226,25.995022],[-97.201731,26.005072],[-97.192616,26.011542],[-97.185292,26.022284],[-97.181467,26.038031],[-97.179555,26.056057],[-97.175364,26.070868],[-97.164784,26.07689],[-97.151845,26.075019],[-97.143178,26.047756],[-97.140736,26.019192],[-97.137522,25.974514],[-97.139267,25.965827],[-97.204941,25.960639],[-97.253051,25.963481],[-97.266358,25.960639],[-97.2692,25.944361],[-97.287649,25.928651],[-97.310981,25.922088],[-97.328447,25.933302],[-97.351107,25.918419],[-97.355112,25.912786],[-97.35227,25.894493],[-97.345165,25.871704],[-97.345733,25.852222],[-97.36599,25.843902],[-97.376015,25.846744],[-97.380124,25.853203],[-97.383121,25.860541],[-97.389891,25.865657],[-97.397823,25.865812],[-97.399476,25.861162],[-97.39989,25.855115],[-97.404179,25.851395],[-97.425418,25.854857],[-97.435727,25.869275],[-97.441309,25.884933],[-97.448259,25.892322],[-97.469421,25.892943],[-97.486319,25.895733],[-97.502209,25.901883],[-97.52027,25.912786],[-97.565177,25.954748],[-97.594322,25.966375],[-97.604787,25.979966],[-97.613055,25.995985],[-97.622641,26.00906],[-97.641451,26.022495],[-97.659874,26.03066],[-97.679614,26.034639],[-97.766948,26.039652],[-97.780306,26.043218],[-97.782321,26.058617],[-97.80201,26.063733],[-97.878181,26.063733],[-97.941666,26.056809],[-97.999233,26.064302],[-98.013057,26.063682],[-98.044166,26.048799],[-98.065457,26.042184],[-98.075146,26.046628],[-98.083311,26.070916],[-98.103103,26.074947],[-98.150232,26.063682],[-98.185062,26.065232],[-98.222656,26.075412],[-98.300429,26.111431],[-98.309809,26.121094],[-98.333037,26.15303],[-98.339264,26.159851],[-98.365774,26.160161],[-98.377272,26.163572],[-98.377272,26.173649],[-98.36934,26.19401],[-98.397193,26.201141],[-98.428845,26.217729],[-98.456544,26.225946],[-98.472383,26.207652],[-98.49295,26.230596],[-98.521527,26.240932],[-98.552791,26.248321],[-98.581627,26.262274],[-98.640564,26.24181],[-98.653663,26.244291],[-98.664696,26.250647],[-98.685289,26.268475],[-98.693325,26.270542],[-98.702239,26.271628],[-98.704255,26.27664],[-98.691465,26.290231],[-98.701413,26.299119],[-98.713169,26.303357],[-98.726217,26.30439],[-98.739911,26.303253],[-98.735932,26.320048],[-98.746397,26.332141],[-98.780839,26.351674],[-98.795851,26.368314],[-98.801329,26.372138],[-98.810295,26.372448],[-98.817323,26.368521],[-98.825023,26.366454],[-98.836081,26.372138],[-98.842334,26.365834],[-98.850835,26.364077],[-98.860524,26.366299],[-98.870214,26.372138],[-98.893029,26.367849],[-98.9299,26.39224],[-98.945377,26.378288],[-98.954136,26.393946],[-98.962844,26.399527],[-98.986951,26.400095],[-99.004056,26.393842],[-99.010515,26.392602],[-99.016432,26.394462],[-99.022995,26.403351],[-99.027878,26.406245],[-99.047645,26.406968],[-99.066351,26.404746],[-99.085498,26.40764],[-99.106427,26.423039],[-99.108907,26.434253],[-99.102525,26.446966],[-99.09374,26.459781],[-99.089373,26.47115],[-99.091492,26.484018],[-99.10299,26.512078],[-99.115108,26.525617],[-99.140946,26.531405],[-99.164873,26.540448],[-99.17128,26.563961],[-99.178386,26.613674],[-99.181125,26.6299],[-99.221355,26.735734],[-99.234093,26.783638],[-99.248278,26.827097],[-99.262799,26.844047],[-99.279672,26.859654],[-99.29396,26.876293],[-99.325974,26.911537],[-99.336981,26.924766],[-99.376849,26.953756],[-99.386177,26.962231],[-99.390363,26.973135],[-99.390156,26.993599],[-99.392792,27.004761],[-99.399329,27.012668],[-99.407313,27.014528],[-99.416046,27.01489],[-99.42465,27.017887],[-99.439869,27.028946],[-99.443744,27.034578],[-99.461728,27.056954],[-99.442039,27.089614],[-99.439404,27.098347],[-99.441419,27.107494],[-99.445734,27.114728],[-99.450178,27.120465],[-99.452452,27.125012],[-99.450333,27.145166],[-99.435786,27.188419],[-99.431988,27.207591],[-99.434029,27.22697],[-99.440902,27.244798],[-99.451832,27.26118],[-99.46612,27.276527],[-99.468963,27.278233],[-99.480409,27.283297],[-99.482941,27.286708],[-99.484879,27.294821],[-99.486584,27.297611],[-99.493199,27.30128],[-99.521362,27.311254],[-99.5148,27.321796],[-99.497591,27.338798],[-99.494026,27.348203],[-99.492889,27.358848],[-99.487721,27.37187],[-99.484621,27.391766],[-99.475706,27.414762],[-99.472916,27.426647],[-99.473639,27.463803],[-99.472916,27.468299],[-99.47643,27.48251],[-99.480409,27.490778],[-99.48829,27.494654],[-99.503689,27.495584],[-99.509503,27.500028],[-99.510071,27.510518],[-99.507074,27.533437],[-99.507203,27.57377],[-99.515006,27.588601],[-99.535031,27.604828],[-99.55503,27.613509],[-99.572264,27.61847],[-99.578232,27.622811],[-99.590247,27.642061],[-99.600169,27.646427],[-99.612442,27.643637],[-99.633526,27.633069],[-99.644869,27.632733],[-99.648642,27.636919],[-99.658693,27.654024],[-99.664739,27.659398],[-99.70037,27.659191],[-99.705692,27.66317],[-99.710674,27.670116],[-99.723056,27.687381],[-99.730652,27.691825],[-99.734037,27.702031],[-99.736311,27.713607],[-99.740445,27.722159],[-99.747344,27.726009],[-99.765198,27.731177],[-99.774577,27.735828],[-99.78685,27.748488],[-99.795428,27.761924],[-99.806963,27.771423],[-99.808167,27.772414],[-99.83292,27.776755],[-99.832971,27.782181],[-99.844779,27.793576],[-99.858241,27.803524],[-99.863357,27.804661],[-99.864727,27.814324],[-99.861858,27.83608],[-99.863357,27.845666],[-99.870928,27.854477],[-99.880204,27.859231],[-99.888007,27.864812],[-99.891288,27.876026],[-99.882684,27.89158],[-99.878808,27.901838],[-99.88134,27.906463],[-99.896766,27.912923],[-99.914336,27.928245],[-99.929916,27.946331],[-99.939683,27.961085],[-99.928289,27.975761],[-99.940717,27.983254],[-99.961852,27.987492],[-99.976606,27.992453],[-99.991127,28.007801],[-100.000584,28.02041],[-100.007457,28.033561],[-100.014123,28.050459],[-100.013503,28.056971],[-100.010506,28.063611],[-100.010196,28.068882],[-100.017585,28.070949],[-100.031538,28.081801],[-100.045077,28.095289],[-100.048023,28.102523],[-100.048901,28.115959],[-100.056498,28.137922],[-100.074895,28.154407],[-100.172873,28.198538],[-100.189203,28.201329],[-100.197626,28.207168],[-100.201192,28.220346],[-100.202949,28.234428],[-100.205946,28.242877],[-100.212819,28.245073],[-100.240724,28.249698],[-100.257932,28.260524],[-100.275089,28.277242],[-100.284339,28.296517],[-100.277931,28.314888],[-100.278551,28.331088],[-100.293899,28.353413],[-100.322631,28.386899],[-100.331675,28.422013],[-100.336326,28.458574],[-100.340201,28.464259],[-100.348315,28.470253],[-100.355549,28.478185],[-100.35679,28.489322],[-100.351622,28.496711],[-100.322631,28.510406],[-100.364024,28.524797],[-100.38423,28.537174],[-100.397769,28.557586],[-100.398751,28.568645],[-100.397097,28.592726],[-100.401438,28.60226],[-100.411463,28.609314],[-100.434821,28.619133],[-100.44619,28.626497],[-100.444898,28.643782],[-100.481381,28.686054],[-100.493939,28.708378],[-100.519054,28.804961],[-100.524996,28.814831],[-100.529285,28.819947],[-100.534453,28.830231],[-100.538639,28.835631],[-100.54515,28.83899],[-100.559671,28.839378],[-100.566234,28.842504],[-100.569696,28.84961],[-100.56334,28.86209],[-100.566234,28.869789],[-100.571763,28.8732],[-100.586543,28.879789],[-100.58954,28.883458],[-100.594966,28.899322],[-100.606955,28.910123],[-100.618841,28.917926],[-100.624318,28.924721],[-100.624783,28.93777],[-100.626696,28.948338],[-100.630778,28.956683],[-100.637909,28.962884],[-100.628918,28.98433],[-100.632793,29.005156],[-100.652224,29.044817],[-100.660854,29.102669],[-100.668967,29.116208],[-100.678165,29.119412],[-100.690826,29.121014],[-100.70204,29.12365],[-100.706846,29.130187],[-100.70974,29.135561],[-100.762501,29.173776],[-100.770098,29.187289],[-100.762088,29.208658],[-100.783172,29.243074],[-100.796143,29.257673],[-100.81609,29.270773],[-100.86389,29.290616],[-100.871797,29.296456],[-100.891227,29.318547],[-100.91474,29.337048],[-100.987397,29.366322],[-100.998301,29.372472],[-101.008068,29.380585],[-101.016232,29.390068],[-101.022175,29.40048],[-101.025948,29.414356],[-101.029617,29.442984],[-101.037782,29.460063],[-101.067961,29.469494],[-101.134778,29.487659],[-101.163562,29.501301],[-101.182708,29.522359],[-101.191416,29.528147],[-101.201777,29.530653],[-101.212861,29.531584],[-101.222783,29.540782],[-101.226478,29.55445],[-101.217771,29.58419],[-101.219011,29.610287],[-101.233919,29.622663],[-101.258776,29.620157],[-101.28358,29.607806],[-101.30097,29.594138],[-101.312158,29.597859],[-101.310866,29.612767],[-101.302727,29.633851],[-101.301073,29.649509],[-101.30978,29.654548],[-101.336239,29.654315],[-101.349029,29.660103],[-101.357684,29.667441],[-101.364351,29.676665],[-101.376624,29.700643],[-101.383368,29.718497],[-101.39962,29.740718],[-101.406545,29.752888],[-101.409309,29.765781],[-101.405098,29.778442],[-101.414012,29.774411],[-101.424218,29.771414],[-101.435096,29.770122],[-101.446103,29.771052],[-101.455689,29.77591],[-101.462433,29.788932],[-101.470908,29.791516],[-101.490286,29.785547],[-101.505763,29.773894],[-101.521809,29.765936],[-101.542893,29.771052],[-101.539689,29.779191],[-101.530516,29.796477],[-101.528604,29.801438],[-101.531912,29.811101],[-101.539172,29.817974],[-101.546458,29.820145],[-101.549766,29.815701],[-101.553977,29.796684],[-101.564907,29.786478],[-101.580281,29.781568],[-101.632216,29.775651],[-101.794531,29.795857],[-101.80298,29.801438],[-101.805978,29.811928],[-101.812695,29.812032],[-101.82409,29.805184],[-101.857602,29.805184],[-101.877524,29.810843],[-101.88742,29.81229],[-101.895455,29.808621],[-101.90238,29.803247],[-101.910881,29.799888],[-101.920157,29.798182],[-101.929613,29.797717],[-101.942662,29.803608],[-101.957054,29.814047],[-101.972246,29.818181],[-101.98793,29.805184],[-102.014595,29.810998],[-102.109344,29.80211],[-102.145647,29.815701],[-102.157248,29.824537],[-102.203679,29.846138],[-102.239775,29.849135],[-102.253444,29.855285],[-102.258276,29.873475],[-102.276181,29.869547],[-102.289023,29.878126],[-102.302175,29.889391],[-102.321011,29.893939],[-102.330235,29.888926],[-102.339769,29.870633],[-102.351061,29.866602],[-102.36323,29.864276],[-102.370723,29.857765],[-102.374547,29.848102],[-102.376589,29.821488],[-102.380051,29.811386],[-102.404132,29.780793],[-102.406096,29.777279],[-102.515288,29.784721],[-102.523066,29.782318],[-102.531127,29.769915],[-102.54154,29.762474],[-102.543349,29.760123],[-102.546578,29.757875],[-102.553141,29.756738],[-102.558309,29.759089],[-102.562882,29.769347],[-102.566758,29.771052],[-102.58531,29.764696],[-102.621225,29.747281],[-102.638743,29.743715],[-102.676054,29.74449],[-102.683469,29.743715],[-102.69104,29.736817],[-102.693624,29.729401],[-102.694709,29.720616],[-102.697758,29.709557],[-102.726748,29.664495],[-102.73127,29.650594],[-102.735507,29.649509],[-102.751656,29.622457],[-102.75176,29.620157],[-102.761346,29.603414],[-102.767598,29.59729],[-102.779665,29.592303],[-102.774084,29.579617],[-102.776461,29.575948],[-102.785892,29.571814],[-102.78075,29.558249],[-102.786512,29.550497],[-102.795478,29.54427],[-102.827311,29.470502],[-102.833951,29.461355],[-102.839067,29.45195],[-102.841134,29.438308],[-102.838705,29.426939],[-102.834984,29.415699],[-102.835191,29.403839],[-102.844545,29.390533],[-102.845578,29.384719],[-102.838033,29.370534],[-102.837672,29.366322],[-102.84656,29.361749],[-102.853872,29.361],[-102.859867,29.361155],[-102.864957,29.359527],[-102.876972,29.350871],[-102.883069,29.343766],[-102.885188,29.333379],[-102.885498,29.314801],[-102.899399,29.276095],[-102.899709,29.2639],[-102.892139,29.254391],[-102.867954,29.240387],[-102.858781,29.229147],[-102.869866,29.224781],[-102.896893,29.220285],[-102.942265,29.190209],[-102.947536,29.182018],[-102.969757,29.192845],[-102.988386,29.177135],[-103.015826,29.126776],[-103.024275,29.116157],[-103.032621,29.110214],[-103.072541,29.091404],[-103.080758,29.085203],[-103.085589,29.07572],[-103.091532,29.057866],[-103.095356,29.060294],[-103.104684,29.057866],[-103.109205,29.023372],[-103.122771,28.996474],[-103.147989,28.985105],[-103.187108,28.990221],[-103.241756,29.003502],[-103.301545,29.002365],[-103.316247,29.010065],[-103.311514,29.026043],[-103.309994,29.031175],[-103.3248,29.026808],[-103.330484,29.023733],[-103.342602,29.041226],[-103.351671,29.039417],[-103.360534,29.029831],[-103.372083,29.023733],[-103.38663,29.028798],[-103.414639,29.052414],[-103.423605,29.057866],[-103.435697,29.061121],[-103.478537,29.08205],[-103.529748,29.126776],[-103.535588,29.135122],[-103.538223,29.142408],[-103.541711,29.148816],[-103.550238,29.154656],[-103.558015,29.156206],[-103.58499,29.154656],[-103.673125,29.173569],[-103.702477,29.187858],[-103.749476,29.222972],[-103.759062,29.226848],[-103.770767,29.229845],[-103.777718,29.235297],[-103.769424,29.257543],[-103.774229,29.267517],[-103.78366,29.274803],[-103.794177,29.277594],[-103.864121,29.281366],[-103.928122,29.293019],[-104.01915,29.32033],[-104.057313,29.339037],[-104.105424,29.385675],[-104.139789,29.400584],[-104.161648,29.416759],[-104.194514,29.448927],[-104.212291,29.484661],[-104.218698,29.489829],[-104.227148,29.493033],[-104.251022,29.508588],[-104.267171,29.526571],[-104.292751,29.532824],[-104.320604,29.532255],[-104.338484,29.524013],[-104.349026,29.537578],[-104.430443,29.582795],[-104.437832,29.58543],[-104.444008,29.589203],[-104.448555,29.597678],[-104.452069,29.607109],[-104.455222,29.613387],[-104.469381,29.625402],[-104.516639,29.654315],[-104.530824,29.667906],[-104.535036,29.677802],[-104.535191,29.687853],[-104.537103,29.702116],[-104.543666,29.71643],[-104.561391,29.745421],[-104.570279,29.787511],[-104.583586,29.802575],[-104.601207,29.81477],[-104.619682,29.833064],[-104.623764,29.841487],[-104.637588,29.887996],[-104.656346,29.908201],[-104.660635,29.918433],[-104.663478,29.923084],[-104.676526,29.93683],[-104.680479,29.942308],[-104.682469,29.952126],[-104.680117,29.967784],[-104.680479,29.976466],[-104.699108,30.03145],[-104.701589,30.055324],[-104.698592,30.075271],[-104.684639,30.111135],[-104.680479,30.134131],[-104.67867,30.170356],[-104.681564,30.192939],[-104.695853,30.208441],[-104.715231,30.243995],[-104.724585,30.252211],[-104.742155,30.25986],[-104.74939,30.264459],[-104.761689,30.284199],[-104.774143,30.311588],[-104.788767,30.335927],[-104.807732,30.346418],[-104.8129,30.350707],[-104.814967,30.360577],[-104.816001,30.371997],[-104.818274,30.380524],[-104.824269,30.38719],[-104.83755,30.394063],[-104.844939,30.40104],[-104.853259,30.41215],[-104.855016,30.417473],[-104.853621,30.423984],[-104.852432,30.438867],[-104.854655,30.448737],[-104.864473,30.462018],[-104.866695,30.473025],[-104.865248,30.479898],[-104.859615,30.491112],[-104.859254,30.497261],[-104.863026,30.502377],[-104.879718,30.510852],[-104.882146,30.520929],[-104.884007,30.541858],[-104.886591,30.551883],[-104.898166,30.569401],[-104.928242,30.599529],[-104.93434,30.610536],[-104.941057,30.61405],[-104.972735,30.618029],[-104.98276,30.620716],[-104.989117,30.629553],[-104.991649,30.640301],[-104.992941,30.651464],[-104.995783,30.661747],[-105.008495,30.676992],[-105.027977,30.690117],[-105.049475,30.699264],[-105.06813,30.702675],[-105.087043,30.709806],[-105.133604,30.757917],[-105.140425,30.750476],[-105.153241,30.763188],[-105.157788,30.76572],[-105.160889,30.764118],[-105.162698,30.774919],[-105.167297,30.781171],[-105.17479,30.783962],[-105.185125,30.784634],[-105.195306,30.787941],[-105.204917,30.80241],[-105.2121,30.805718],[-105.21825,30.806803],[-105.229257,30.810214],[-105.232874,30.809128],[-105.239851,30.801532],[-105.243985,30.799103],[-105.249049,30.798845],[-105.259488,30.802979],[-105.265844,30.808405],[-105.270753,30.814348],[-105.277006,30.819412],[-105.334315,30.843803],[-105.363771,30.850366],[-105.376173,30.859565],[-105.41555,30.902456],[-105.496682,30.95651],[-105.530789,30.991701],[-105.555955,31.002605],[-105.565722,31.016661],[-105.578641,31.052163],[-105.59094,31.071438],[-105.605875,31.081928],[-105.623496,31.090351],[-105.643805,31.103684],[-105.668042,31.127869],[-105.675225,31.131951],[-105.692278,31.137635],[-105.76819,31.18001],[-105.777854,31.192722],[-105.78483,31.211016],[-105.861983,31.288376],[-105.880147,31.300881],[-105.896994,31.305997],[-105.897149,31.309511],[-105.908802,31.317004],[-105.928052,31.326461],[-105.934563,31.335504],[-105.941772,31.352351],[-105.948515,31.361239],[-105.961202,31.371006],[-106.004739,31.396948],[-106.021147,31.402167],[-106.046261,31.404648],[-106.065304,31.410952],[-106.099385,31.428884],[-106.141113,31.439167],[-106.164316,31.447797],[-106.174471,31.460251],[-106.209249,31.477305],[-106.215424,31.483919],[-106.21744,31.488725],[-106.218731,31.494616],[-106.222891,31.50459],[-106.232658,31.519938],[-106.274749,31.562622],[-106.286298,31.580141],[-106.312292,31.648612],[-106.331309,31.68215],[-106.35849,31.717548],[-106.39177,31.745919],[-106.428951,31.758476],[-106.473135,31.755065],[-106.492797,31.759044],[-106.501425,31.766344],[-106.506052,31.770258],[-106.55307,31.812187],[-106.566278,31.819609],[-106.56618,31.819609],[-106.580023,31.821635],[-106.591498,31.827201],[-106.600726,31.835942],[-106.607782,31.847538],[-106.600336,31.854985],[-106.62497,31.885551],[-106.632367,31.903129],[-106.635077,31.926054],[-106.640448,31.947294],[-106.66142,31.983403],[-106.662177,32.000297],[-106.645624,32.000297],[-106.619769,32.000346],[-106.397626,32.000444],[-106.175507,32.000541],[-105.953363,32.00059],[-105.73122,32.000688],[-105.509027,32.000761],[-105.286932,32.000834],[-105.064764,32.000907],[-104.84267,32.000981],[-104.620502,32.001078],[-104.398407,32.001152],[-104.176263,32.001225],[-103.954144,32.001347],[-103.732001,32.001469],[-103.509882,32.001542],[-103.287738,32.001615],[-103.065595,32.001689],[-103.064838,32.140727],[-103.064056,32.27974],[-103.063348,32.418705],[-103.062592,32.557768],[-103.061835,32.696781],[-103.061127,32.835771],[-103.060394,32.974784],[-103.059637,33.113822],[-103.058905,33.252861],[-103.058173,33.39185],[-103.057391,33.530839],[-103.056659,33.669877],[-103.055927,33.808891],[-103.055145,33.947953],[-103.054413,34.086967],[-103.05368,34.225981],[-103.052924,34.364994],[-103.052216,34.503984],[-103.051434,34.643046],[-103.050678,34.78206],[-103.04997,34.921122],[-103.049188,35.060112],[-103.048431,35.199101],[-103.047675,35.338139],[-103.046967,35.477153],[-103.046234,35.616166],[-103.045453,35.755155],[-103.044721,35.894194],[-103.043964,36.033232],[-103.043182,36.172221],[-103.04245,36.311235],[-103.041718,36.450248],[-103.041522,36.481645],[-103.042108,36.499589],[-103.000238,36.500199],[-102.967352,36.500199],[-102.874286,36.500199],[-102.729657,36.500199]]]]},"type":"Feature","properties":{"postal":"TX","name":"Texas","type":"State","center":[-99.4055784179241,31.901227075222508]}},"CT":{"geometry":{"type":"Polygon","coordinates":[[[-72.806415,42.006987],[-72.7633,42.010209],[-72.757587,42.033036],[-72.620331,42.031498],[-72.59704,42.026078],[-72.584198,42.024418],[-72.575653,42.02476],[-72.557391,42.031742],[-72.506757,42.031034],[-72.358954,42.028862],[-72.211249,42.026689],[-72.063544,42.024516],[-71.91579,42.022294],[-71.801581,42.021684],[-71.8008,42.010917],[-71.800189,41.953202],[-71.799579,41.895414],[-71.798993,41.837675],[-71.798407,41.77996],[-71.797821,41.722221],[-71.797235,41.664482],[-71.796625,41.606718],[-71.796063,41.548979],[-71.795746,41.518901],[-71.799188,41.47747],[-71.804462,41.415727],[-71.817523,41.413139],[-71.823846,41.405229],[-71.829828,41.391703],[-71.83869,41.341239],[-71.844965,41.321513],[-71.847168,41.310816],[-71.871475,41.302575],[-71.877914,41.311512],[-71.856534,41.322501],[-71.862375,41.332587],[-71.872141,41.33926],[-71.885365,41.344631],[-71.898061,41.346503],[-71.963246,41.345364],[-71.97289,41.343695],[-72.036244,41.317857],[-72.083404,41.352037],[-72.095123,41.346096],[-72.101145,41.322455],[-72.110707,41.311103],[-72.135406,41.312079],[-72.16804,41.322455],[-72.194325,41.323798],[-72.200063,41.297431],[-72.226918,41.310696],[-72.287953,41.282945],[-72.319895,41.293687],[-72.327016,41.298733],[-72.341054,41.303371],[-72.347157,41.307318],[-72.350413,41.314643],[-72.347808,41.321601],[-72.343984,41.329291],[-72.343414,41.338365],[-72.348378,41.348334],[-72.358225,41.357978],[-72.372711,41.364732],[-72.391835,41.366278],[-72.380198,41.350084],[-72.363637,41.3369],[-72.35436,41.321234],[-72.364573,41.297431],[-72.354888,41.291449],[-72.350901,41.289984],[-72.369781,41.276597],[-72.390777,41.277777],[-72.433461,41.289984],[-72.452626,41.287909],[-72.475087,41.281073],[-72.495269,41.270331],[-72.507924,41.256415],[-72.513336,41.261054],[-72.516916,41.262926],[-72.519521,41.26496],[-72.522206,41.270168],[-72.529652,41.270168],[-72.540639,41.263658],[-72.581899,41.278754],[-72.604807,41.283759],[-72.661773,41.274075],[-72.671051,41.267483],[-72.678782,41.260484],[-72.686676,41.256415],[-72.69933,41.256578],[-72.709096,41.260565],[-72.717885,41.265855],[-72.727651,41.270168],[-72.741322,41.272162],[-72.779449,41.270168],[-72.789784,41.26732],[-72.80602,41.257758],[-72.813344,41.259589],[-72.826512,41.256508],[-72.842892,41.258471],[-72.856067,41.245419],[-72.892427,41.244975],[-72.895726,41.255582],[-72.895253,41.265855],[-72.903147,41.277167],[-72.905832,41.300523],[-72.909983,41.305121],[-72.918935,41.298651],[-72.927358,41.288804],[-72.930043,41.283759],[-72.967275,41.256415],[-72.992909,41.22899],[-73.002024,41.221747],[-73.013828,41.206724],[-73.038438,41.205227],[-73.053538,41.211737],[-73.06371,41.204779],[-73.08552,41.197008],[-73.094472,41.191311],[-73.103749,41.180365],[-73.107411,41.174709],[-73.110592,41.161943],[-73.108485,41.148709],[-73.134237,41.147207],[-73.155087,41.158859],[-73.164338,41.165109],[-73.17011,41.169571],[-73.184068,41.174109],[-73.184278,41.161773],[-73.208915,41.156723],[-73.21581,41.163031],[-73.219106,41.166002],[-73.221099,41.167141],[-73.225168,41.163275],[-73.224232,41.149812],[-73.227856,41.142795],[-73.233801,41.136681],[-73.244462,41.127966],[-73.262127,41.120185],[-73.271521,41.117622],[-73.278339,41.130017],[-73.286452,41.134492],[-73.293648,41.123095],[-73.301933,41.11699],[-73.315993,41.115339],[-73.332381,41.113712],[-73.350027,41.106798],[-73.364068,41.106025],[-73.371938,41.101955],[-73.37975,41.100165],[-73.423736,41.077704],[-73.437611,41.073065],[-73.474599,41.054755],[-73.485219,41.05386],[-73.504199,41.042568],[-73.523211,41.021491],[-73.537124,41.031278],[-73.546702,41.028876],[-73.564849,41.018948],[-73.589994,41.014791],[-73.596875,41.02367],[-73.603923,41.022816],[-73.611147,41.011336],[-73.619367,41.008738],[-73.634582,41.007055],[-73.6417,41.001774],[-73.642863,41.001067],[-73.647493,41.012319],[-73.65036,41.019145],[-73.655365,41.027763],[-73.658661,41.03101],[-73.661005,41.032646],[-73.665643,41.035112],[-73.668915,41.038017],[-73.693451,41.06746],[-73.71745,41.096342],[-73.722968,41.103495],[-73.708856,41.110624],[-73.664813,41.131352],[-73.609296,41.157426],[-73.548749,41.185966],[-73.49997,41.208842],[-73.4841,41.217924],[-73.499139,41.234428],[-73.512201,41.251737],[-73.52619,41.270292],[-73.544696,41.294926],[-73.543036,41.31392],[-73.53913,41.36016],[-73.535248,41.406474],[-73.531342,41.452763],[-73.527411,41.499076],[-73.523505,41.545317],[-73.51955,41.591654],[-73.515692,41.637919],[-73.511786,41.684233],[-73.507855,41.730473],[-73.503973,41.776786],[-73.500067,41.823075],[-73.496161,41.869389],[-73.49223,41.915654],[-73.4883,41.961991],[-73.484418,42.008232],[-73.480536,42.054545],[-73.358759,42.051029],[-73.236932,42.047563],[-73.115106,42.044047],[-72.993329,42.04058],[-72.925848,42.0387],[-72.861737,42.036772],[-72.807636,42.033036],[-72.806415,42.006987]]]},"type":"Feature","properties":{"postal":"CT","name":"Connecticut","type":"State","center":[-72.65559111923996,41.62408489962587]}},"NH":{"geometry":{"type":"Polygon","coordinates":[[[-70.744089,43.083808],[-70.754506,43.058987],[-70.732493,43.0633],[-70.709543,43.065172],[-70.704213,43.058905],[-70.708485,43.045233],[-70.715891,43.032172],[-70.719716,43.027574],[-70.728383,43.011298],[-70.781809,42.949123],[-70.803293,42.913886],[-70.811879,42.893134],[-70.81428,42.877305],[-70.814281,42.877295],[-70.84997,42.870658],[-70.870917,42.874687],[-70.904511,42.885404],[-70.916425,42.886796],[-70.925555,42.886528],[-71.022504,42.85474],[-71.033466,42.848905],[-71.038641,42.845341],[-71.053363,42.831987],[-71.060761,42.82642],[-71.073798,42.819389],[-71.083319,42.81707],[-71.094501,42.817118],[-71.105975,42.81873],[-71.123016,42.819389],[-71.132929,42.818217],[-71.140985,42.815946],[-71.146307,42.813188],[-71.15163,42.809721],[-71.160736,42.80142],[-71.164862,42.796879],[-71.172723,42.786259],[-71.181805,42.767509],[-71.185858,42.760746],[-71.19621,42.752153],[-71.208026,42.7481],[-71.227557,42.743754],[-71.23786,42.740458],[-71.245477,42.736674],[-71.259076,42.723905],[-71.273651,42.713212],[-71.288397,42.704887],[-71.296307,42.702055],[-71.306317,42.700859],[-71.329559,42.701445],[-71.400507,42.703178],[-71.471454,42.704936],[-71.54245,42.706645],[-71.613397,42.708403],[-71.684345,42.710136],[-71.755341,42.711845],[-71.826337,42.713578],[-71.89726,42.715336],[-71.968207,42.717094],[-72.039179,42.718852],[-72.110126,42.720536],[-72.181073,42.72227],[-72.25202,42.724003],[-72.322968,42.725712],[-72.393964,42.72747],[-72.464911,42.729228],[-72.465057,42.729228],[-72.465179,42.729228],[-72.465302,42.729228],[-72.465399,42.729228],[-72.465521,42.729228],[-72.465643,42.729228],[-72.46579,42.729228],[-72.465887,42.729228],[-72.465985,42.729228],[-72.466132,42.729228],[-72.466229,42.729228],[-72.466376,42.729228],[-72.466449,42.729228],[-72.466571,42.729228],[-72.466718,42.729228],[-72.466815,42.729277],[-72.466766,42.729447],[-72.473309,42.758525],[-72.492792,42.779203],[-72.535663,42.812016],[-72.54411,42.823027],[-72.550018,42.83289],[-72.553876,42.844267],[-72.556171,42.859819],[-72.555463,42.877958],[-72.550531,42.889677],[-72.54328,42.900126],[-72.535663,42.914433],[-72.528729,42.957865],[-72.521893,42.975517],[-72.504657,42.982695],[-72.480536,42.989164],[-72.470966,43.005741],[-72.466766,43.051591],[-72.449335,43.107914],[-72.446918,43.130717],[-72.452899,43.156645],[-72.453119,43.168901],[-72.446918,43.209867],[-72.440009,43.215385],[-72.435346,43.220414],[-72.433246,43.226298],[-72.434296,43.232182],[-72.436688,43.23516],[-72.439032,43.237113],[-72.440106,43.23997],[-72.438446,43.252861],[-72.433685,43.263139],[-72.426093,43.272172],[-72.415887,43.28123],[-72.40368,43.300248],[-72.401263,43.322929],[-72.405316,43.360722],[-72.39787,43.531401],[-72.391766,43.557695],[-72.381659,43.572026],[-72.346991,43.596562],[-72.33288,43.613505],[-72.324823,43.633256],[-72.315936,43.67476],[-72.312518,43.709672],[-72.306317,43.720072],[-72.279266,43.736137],[-72.266303,43.749247],[-72.213544,43.784623],[-72.202997,43.800541],[-72.19455,43.82017],[-72.188886,43.841825],[-72.186835,43.863774],[-72.180756,43.88477],[-72.165985,43.905595],[-72.10058,43.97332],[-72.098456,43.980619],[-72.10495,43.986405],[-72.113593,43.992607],[-72.117938,44.000932],[-72.111884,44.016752],[-72.069525,44.072612],[-72.054804,44.104545],[-72.049237,44.142875],[-72.049677,44.230888],[-72.042255,44.281694],[-72.020087,44.317704],[-71.983368,44.339213],[-71.932391,44.346342],[-71.883441,44.344779],[-71.859442,44.347685],[-71.840497,44.357206],[-71.807269,44.387944],[-71.791498,44.39849],[-71.704096,44.438334],[-71.678021,44.446122],[-71.669086,44.45496],[-71.651825,44.476689],[-71.61767,44.497172],[-71.598285,44.515141],[-71.597382,44.532548],[-71.600555,44.550492],[-71.593475,44.569779],[-71.583466,44.57476],[-71.571112,44.574687],[-71.558929,44.576396],[-71.549384,44.586552],[-71.54997,44.596366],[-71.556586,44.606694],[-71.569257,44.620683],[-71.600116,44.678202],[-71.604022,44.692704],[-71.611005,44.710697],[-71.624896,44.724345],[-71.635004,44.740312],[-71.630707,44.765336],[-71.60622,44.801445],[-71.559247,44.849418],[-71.514618,44.895048],[-71.505707,44.919584],[-71.51413,44.935307],[-71.52785,44.95059],[-71.535126,44.973832],[-71.531757,45.000053],[-71.521576,45.009623],[-71.505848,45.013731],[-71.50408,45.013739],[-71.506613,45.037045],[-71.504752,45.052962],[-71.497259,45.066553],[-71.45659,45.110994],[-71.451215,45.121691],[-71.445996,45.140295],[-71.441604,45.150682],[-71.413026,45.186184],[-71.406567,45.204942],[-71.42269,45.217189],[-71.449045,45.226905],[-71.438813,45.233468],[-71.394888,45.241529],[-71.381245,45.250779],[-71.3521,45.278323],[-71.334323,45.28871],[-71.311534,45.294136],[-71.293396,45.292327],[-71.20937,45.254758],[-71.185133,45.248557],[-71.160329,45.245767],[-71.141725,45.252329],[-71.111029,45.287108],[-71.095242,45.300905],[-71.085553,45.304213],[-71.084952,45.304293],[-71.081073,45.251127],[-71.077167,45.19766],[-71.073261,45.144169],[-71.06933,45.090629],[-71.065448,45.037089],[-71.061517,44.983598],[-71.057636,44.930131],[-71.053729,44.876591],[-71.049823,44.823051],[-71.045917,44.769535],[-71.042011,44.71602],[-71.038104,44.662504],[-71.034198,44.608988],[-71.030292,44.555473],[-71.026386,44.501982],[-71.022479,44.448442],[-71.018573,44.394926],[-71.014667,44.341435],[-71.010761,44.287944],[-71.006879,44.234404],[-71.002948,44.180863],[-70.999042,44.127348],[-70.995184,44.073881],[-70.991229,44.020341],[-70.987323,43.966777],[-70.983441,43.913285],[-70.979511,43.859794],[-70.975604,43.806254],[-70.971747,43.752787],[-70.967792,43.699296],[-70.96391,43.645756],[-70.960004,43.59224],[-70.957831,43.562211],[-70.962372,43.531108],[-70.962177,43.516044],[-70.964667,43.501786],[-70.966571,43.496928],[-70.967596,43.490654],[-70.967743,43.481938],[-70.964789,43.467362],[-70.963593,43.450663],[-70.966571,43.439604],[-70.97641,43.415019],[-70.977777,43.409111],[-70.977948,43.402201],[-70.976849,43.394511],[-70.972626,43.38311],[-70.967426,43.374809],[-70.960712,43.36663],[-70.929755,43.340238],[-70.897479,43.304838],[-70.866669,43.271049],[-70.827997,43.252299],[-70.821942,43.247074],[-70.817059,43.239897],[-70.813593,43.22559],[-70.813251,43.216752],[-70.814569,43.208866],[-70.824628,43.178617],[-70.825897,43.167485],[-70.825116,43.161454],[-70.806415,43.136698],[-70.771942,43.10745],[-70.744089,43.083808]]]},"type":"Feature","properties":{"postal":"NH","name":"New Hampshire","type":"State","center":[-71.62322816643804,43.62553037401989]}},"RI":{"geometry":{"type":"MultiPolygon","coordinates":[[[[-71.571572,41.149769],[-71.59955,41.145779],[-71.613748,41.155181],[-71.612717,41.167467],[-71.608025,41.180589],[-71.597486,41.187669],[-71.591217,41.197333],[-71.582672,41.204047],[-71.580434,41.214789],[-71.5792,41.225572],[-71.572581,41.228827],[-71.567047,41.22484],[-71.553541,41.214572],[-71.559474,41.201024],[-71.566151,41.193752],[-71.559926,41.183743],[-71.551869,41.175727],[-71.544473,41.162888],[-71.549095,41.152042],[-71.571572,41.149769]]],[[[-71.392649,41.463284],[-71.398793,41.4619],[-71.40099,41.468451],[-71.395172,41.490912],[-71.398793,41.502875],[-71.392201,41.505927],[-71.389475,41.509223],[-71.387807,41.512885],[-71.384429,41.517157],[-71.395334,41.526435],[-71.39269,41.54267],[-71.377675,41.577948],[-71.368398,41.576239],[-71.362416,41.572455],[-71.35912,41.566392],[-71.357818,41.558173],[-71.357289,41.536566],[-71.360422,41.514553],[-71.365631,41.495347],[-71.371449,41.482367],[-71.376088,41.476996],[-71.384145,41.469468],[-71.392649,41.463284]]],[[[-71.238026,41.500312],[-71.233632,41.489203],[-71.264801,41.49608],[-71.285959,41.482001],[-71.303212,41.466376],[-71.323069,41.468736],[-71.33495,41.459052],[-71.346181,41.454739],[-71.354563,41.458319],[-71.357818,41.47248],[-71.351308,41.477851],[-71.319976,41.488471],[-71.308827,41.495429],[-71.32136,41.508531],[-71.325551,41.519965],[-71.322255,41.530422],[-71.312489,41.540758],[-71.309153,41.546088],[-71.308176,41.553168],[-71.308827,41.567776],[-71.305776,41.571723],[-71.291086,41.578274],[-71.285512,41.581732],[-71.279449,41.593085],[-71.27359,41.620998],[-71.267812,41.632636],[-71.257802,41.640692],[-71.232737,41.652777],[-71.220611,41.660549],[-71.220611,41.640041],[-71.232574,41.605902],[-71.233632,41.530829],[-71.235097,41.518988],[-71.237538,41.509508],[-71.238026,41.500312]]],[[[-71.315094,41.580797],[-71.330719,41.575588],[-71.337229,41.582099],[-71.337229,41.592515],[-71.330719,41.610745],[-71.335927,41.62637],[-71.35676,41.631578],[-71.359364,41.641995],[-71.355458,41.660224],[-71.343739,41.67064],[-71.335927,41.65762],[-71.330719,41.647203],[-71.317698,41.63288],[-71.303375,41.62637],[-71.304677,41.604234],[-71.315094,41.580797]]],[[[-71.121966,41.512959],[-71.185902,41.468736],[-71.199127,41.492133],[-71.202016,41.502631],[-71.196401,41.513414],[-71.195668,41.520819],[-71.206939,41.558173],[-71.21052,41.60224],[-71.209706,41.626166],[-71.206939,41.646226],[-71.193961,41.676861],[-71.193956,41.676858],[-71.180438,41.673442],[-71.163983,41.66934],[-71.147577,41.665238],[-71.131122,41.661137],[-71.133856,41.647441],[-71.136591,41.633744],[-71.139325,41.620072],[-71.142059,41.606376],[-71.139325,41.603617],[-71.136591,41.600883],[-71.133856,41.598149],[-71.131122,41.595414],[-71.128387,41.570756],[-71.125653,41.546122],[-71.122919,41.521488],[-71.121967,41.512968],[-71.121966,41.512959]]],[[[-71.375946,41.896098],[-71.368036,41.894462],[-71.349139,41.895365],[-71.341132,41.894169],[-71.337567,41.890409],[-71.335565,41.879106],[-71.336078,41.871879],[-71.337177,41.865849],[-71.339667,41.857255],[-71.33952,41.852494],[-71.338007,41.842411],[-71.342792,41.808549],[-71.342499,41.803227],[-71.340692,41.796904],[-71.335223,41.789286],[-71.323798,41.777787],[-71.30744,41.768363],[-71.296014,41.763554],[-71.286249,41.761064],[-71.267841,41.749809],[-71.236858,41.709564],[-71.238393,41.707343],[-71.240549,41.698065],[-71.240224,41.684638],[-71.241038,41.68122],[-71.244862,41.680325],[-71.260406,41.651109],[-71.285715,41.659613],[-71.301829,41.659613],[-71.308827,41.670803],[-71.306752,41.684719],[-71.301503,41.702623],[-71.294057,41.72016],[-71.280914,41.7414],[-71.28303,41.748847],[-71.289703,41.754096],[-71.298818,41.75609],[-71.301991,41.751695],[-71.304433,41.730048],[-71.308827,41.721991],[-71.318186,41.724799],[-71.337066,41.733791],[-71.355621,41.746283],[-71.364003,41.759833],[-71.36559,41.777655],[-71.370351,41.79206],[-71.378814,41.804999],[-71.391347,41.818793],[-71.395009,41.805732],[-71.396311,41.783271],[-71.39509,41.759508],[-71.391347,41.742499],[-71.384755,41.735663],[-71.3756,41.730536],[-71.367502,41.723822],[-71.364003,41.712063],[-71.366851,41.703559],[-71.380279,41.683661],[-71.384429,41.674221],[-71.391469,41.68301],[-71.398427,41.689765],[-71.40689,41.693834],[-71.418609,41.694648],[-71.430247,41.691107],[-71.44164,41.684068],[-71.446767,41.677232],[-71.423329,41.668158],[-71.413808,41.652899],[-71.410268,41.632961],[-71.412465,41.612738],[-71.423695,41.594306],[-71.437367,41.584784],[-71.442779,41.574652],[-71.429514,41.554389],[-71.424631,41.538886],[-71.423411,41.486396],[-71.426096,41.468736],[-71.454792,41.406132],[-71.469618,41.391331],[-71.483957,41.37995],[-71.488271,41.370592],[-71.497711,41.366278],[-71.507802,41.368109],[-71.530385,41.376451],[-71.555828,41.374846],[-71.598884,41.367522],[-71.753814,41.331041],[-71.828972,41.316984],[-71.847168,41.310816],[-71.844965,41.321513],[-71.83869,41.341239],[-71.829828,41.391703],[-71.823846,41.405229],[-71.817523,41.413139],[-71.804462,41.415727],[-71.799188,41.47747],[-71.795746,41.518901],[-71.796063,41.548979],[-71.796625,41.606718],[-71.797235,41.664482],[-71.797821,41.722221],[-71.798407,41.77996],[-71.798993,41.837675],[-71.799579,41.895414],[-71.800189,41.953202],[-71.8008,42.010917],[-71.710346,42.01226],[-71.619891,42.013676],[-71.529413,42.015068],[-71.438934,42.01641],[-71.387079,42.015824],[-71.385907,42.002323],[-71.3841,41.970903],[-71.380536,41.907939],[-71.379022,41.901371],[-71.375946,41.896098]]]]},"type":"Feature","properties":{"postal":"RI","name":"Rhode Island","type":"State","center":[-71.53923013090822,41.72123500677884]}},"VT":{"geometry":{"type":"Polygon","coordinates":[[[-71.571112,44.574687],[-71.583466,44.57476],[-71.593475,44.569779],[-71.600555,44.550492],[-71.597382,44.532548],[-71.598285,44.515141],[-71.61767,44.497172],[-71.651825,44.476689],[-71.669086,44.45496],[-71.678021,44.446122],[-71.704096,44.438334],[-71.791498,44.39849],[-71.807269,44.387944],[-71.840497,44.357206],[-71.859442,44.347685],[-71.883441,44.344779],[-71.932391,44.346342],[-71.983368,44.339213],[-72.020087,44.317704],[-72.042255,44.281694],[-72.049677,44.230888],[-72.049237,44.142875],[-72.054804,44.104545],[-72.069525,44.072612],[-72.111884,44.016752],[-72.117938,44.000932],[-72.113593,43.992607],[-72.10495,43.986405],[-72.098456,43.980619],[-72.10058,43.97332],[-72.165985,43.905595],[-72.180756,43.88477],[-72.186835,43.863774],[-72.188886,43.841825],[-72.19455,43.82017],[-72.202997,43.800541],[-72.213544,43.784623],[-72.266303,43.749247],[-72.279266,43.736137],[-72.306317,43.720072],[-72.312518,43.709672],[-72.315936,43.67476],[-72.324823,43.633256],[-72.33288,43.613505],[-72.346991,43.596562],[-72.381659,43.572026],[-72.391766,43.557695],[-72.39787,43.531401],[-72.405316,43.360722],[-72.401263,43.322929],[-72.40368,43.300248],[-72.415887,43.28123],[-72.426093,43.272172],[-72.433685,43.263139],[-72.438446,43.252861],[-72.440106,43.23997],[-72.439032,43.237113],[-72.436688,43.23516],[-72.434296,43.232182],[-72.433246,43.226298],[-72.435346,43.220414],[-72.440009,43.215385],[-72.446918,43.209867],[-72.453119,43.168901],[-72.452899,43.156645],[-72.446918,43.130717],[-72.449335,43.107914],[-72.466766,43.051591],[-72.470966,43.005741],[-72.480536,42.989164],[-72.504657,42.982695],[-72.521893,42.975517],[-72.528729,42.957865],[-72.535663,42.914433],[-72.54328,42.900126],[-72.550531,42.889677],[-72.555463,42.877958],[-72.556171,42.859819],[-72.553876,42.844267],[-72.550018,42.83289],[-72.54411,42.823027],[-72.535663,42.812016],[-72.492792,42.779203],[-72.473309,42.758525],[-72.466766,42.729447],[-72.466815,42.729277],[-72.515961,42.730619],[-72.565106,42.732011],[-72.614276,42.733354],[-72.663397,42.734721],[-72.712567,42.736137],[-72.761737,42.737504],[-72.810858,42.738847],[-72.860028,42.740238],[-72.909149,42.741581],[-72.951593,42.741261],[-73.000283,42.741261],[-73.049946,42.742235],[-73.097663,42.744183],[-73.147327,42.744183],[-73.205271,42.745346],[-73.265516,42.745601],[-73.276237,42.746112],[-73.288126,42.797436],[-73.280145,42.812113],[-73.269257,42.847465],[-73.266522,42.863749],[-73.266083,42.874613],[-73.265887,42.881987],[-73.265302,42.902787],[-73.264374,42.935112],[-73.263251,42.977006],[-73.261859,43.02664],[-73.260272,43.082035],[-73.258612,43.141191],[-73.256854,43.202323],[-73.255145,43.263481],[-73.253461,43.322685],[-73.251923,43.378031],[-73.250507,43.427641],[-73.249335,43.469584],[-73.248407,43.501884],[-73.24787,43.522685],[-73.247626,43.530107],[-73.24704,43.552006],[-73.254511,43.560038],[-73.264032,43.566654],[-73.269086,43.569218],[-73.277216,43.577909],[-73.291425,43.613896],[-73.295819,43.619462],[-73.301434,43.623808],[-73.308856,43.626274],[-73.324677,43.628862],[-73.332343,43.629057],[-73.339423,43.628593],[-73.346039,43.627299],[-73.351971,43.625102],[-73.357196,43.621781],[-73.361298,43.617192],[-73.364276,43.612016],[-73.368915,43.594609],[-73.37182,43.589115],[-73.376044,43.584623],[-73.380756,43.580693],[-73.391718,43.57476],[-73.402826,43.571098],[-73.406708,43.570341],[-73.408612,43.570805],[-73.410809,43.5731],[-73.417938,43.583134],[-73.423505,43.594609],[-73.425043,43.606889],[-73.42536,43.628495],[-73.423578,43.639701],[-73.420721,43.64849],[-73.368256,43.74766],[-73.36535,43.758525],[-73.363397,43.779496],[-73.36391,43.789897],[-73.365448,43.797904],[-73.368085,43.802543],[-73.386444,43.826762],[-73.387567,43.832768],[-73.386591,43.838822],[-73.380731,43.854447],[-73.378387,43.867558],[-73.378583,43.875346],[-73.379559,43.881669],[-73.381586,43.886479],[-73.384589,43.890678],[-73.392108,43.899076],[-73.396356,43.907524],[-73.400751,43.920121],[-73.410126,43.9637],[-73.411127,43.978935],[-73.409979,44.006205],[-73.411298,44.014897],[-73.41369,44.021488],[-73.416766,44.025834],[-73.429559,44.038334],[-73.434149,44.043925],[-73.438544,44.052763],[-73.438544,44.059672],[-73.436151,44.065776],[-73.424384,44.080375],[-73.389764,44.160844],[-73.385858,44.174296],[-73.38288,44.195487],[-73.380878,44.201127],[-73.37746,44.206083],[-73.373309,44.210697],[-73.363202,44.217948],[-73.352167,44.223979],[-73.340497,44.228984],[-73.329755,44.23477],[-73.324628,44.241947],[-73.32077,44.25269],[-73.317426,44.274101],[-73.317059,44.293705],[-73.318817,44.303837],[-73.332684,44.348661],[-73.33327,44.356718],[-73.332684,44.363847],[-73.330219,44.369804],[-73.326923,44.375444],[-73.30788,44.401737],[-73.30163,44.4137],[-73.296649,44.430302],[-73.293671,44.444975],[-73.293134,44.45435],[-73.293622,44.463749],[-73.294721,44.469682],[-73.300458,44.484306],[-73.310223,44.500175],[-73.352802,44.55203],[-73.366718,44.573979],[-73.369794,44.582524],[-73.377313,44.618681],[-73.378729,44.640678],[-73.377802,44.64644],[-73.376093,44.65247],[-73.359833,44.690702],[-73.357929,44.702397],[-73.356464,44.724906],[-73.353119,44.737016],[-73.343842,44.757426],[-73.340643,44.766606],[-73.33725,44.780888],[-73.336469,44.78936],[-73.336737,44.796171],[-73.337787,44.801152],[-73.340009,44.805668],[-73.34306,44.810185],[-73.361786,44.825126],[-73.366449,44.829814],[-73.370917,44.835502],[-73.375604,44.844145],[-73.377264,44.85081],[-73.377802,44.856962],[-73.376239,44.868583],[-73.37453,44.874565],[-73.368915,44.887089],[-73.365179,44.892948],[-73.348554,44.912675],[-73.344208,44.919242],[-73.340497,44.927494],[-73.336859,44.940678],[-73.33642,44.948588],[-73.337299,44.955302],[-73.342401,44.969926],[-73.34743,44.992997],[-73.351341,45.004634],[-73.299423,45.004903],[-73.199687,45.005419],[-73.099952,45.005885],[-73.000268,45.00635],[-72.900481,45.006866],[-72.800694,45.007331],[-72.700958,45.007797],[-72.601274,45.008313],[-72.501487,45.00883],[-72.401752,45.009295],[-72.301964,45.00976],[-72.202229,45.010329],[-72.102545,45.010794],[-72.00281,45.011259],[-71.903074,45.011776],[-71.803287,45.012241],[-71.703551,45.012757],[-71.603816,45.013274],[-71.505848,45.013731],[-71.521576,45.009623],[-71.531757,45.000053],[-71.535126,44.973832],[-71.52785,44.95059],[-71.51413,44.935307],[-71.505707,44.919584],[-71.514618,44.895048],[-71.559247,44.849418],[-71.60622,44.801445],[-71.630707,44.765336],[-71.635004,44.740312],[-71.624896,44.724345],[-71.611005,44.710697],[-71.604022,44.692704],[-71.600116,44.678202],[-71.569257,44.620683],[-71.556586,44.606694],[-71.54997,44.596366],[-71.549384,44.586552],[-71.558929,44.576396],[-71.571112,44.574687]]]},"type":"Feature","properties":{"postal":"VT","name":"Vermont","type":"State","center":[-72.663719961388,44.02432269982191]}},"AL":{"geometry":{"type":"MultiPolygon","coordinates":[[[[-88.090972,30.244696],[-88.311269,30.236762],[-88.296986,30.244696],[-88.204823,30.257799],[-88.149648,30.257799],[-88.134633,30.259996],[-88.125315,30.265082],[-88.118031,30.271145],[-88.109039,30.276109],[-88.071116,30.257799],[-88.071116,30.250434],[-88.084096,30.245917],[-88.090972,30.244696]]],[[[-87.824481,35.006498],[-87.671796,35.005473],[-87.514276,35.005473],[-87.356683,35.002616],[-87.199139,34.99976],[-87.04162,34.995487],[-86.884027,34.992631],[-86.726459,34.989775],[-86.56889,34.989775],[-86.411346,34.989775],[-86.253803,34.989945],[-86.09621,34.989897],[-85.942401,34.989115],[-85.781146,34.987553],[-85.605682,34.985209],[-85.604462,34.979472],[-85.600995,34.962577],[-85.599432,34.950004],[-85.593182,34.913188],[-85.584589,34.867582],[-85.574432,34.813774],[-85.562714,34.752641],[-85.54787,34.684819],[-85.531464,34.611064],[-85.515057,34.532206],[-85.497089,34.448905],[-85.477557,34.361918],[-85.458807,34.271928],[-85.440839,34.179789],[-85.422089,34.082865],[-85.404901,33.991728],[-85.386151,33.897319],[-85.365741,33.793119],[-85.350214,33.711528],[-85.332245,33.621562],[-85.314276,33.534574],[-85.298651,33.451298],[-85.283026,33.372416],[-85.268182,33.298661],[-85.257245,33.230863],[-85.244745,33.169682],[-85.234149,33.115922],[-85.224677,33.070268],[-85.217084,33.033451],[-85.211517,33.006254],[-85.208002,32.989408],[-85.206805,32.983622],[-85.198627,32.944364],[-85.201337,32.935234],[-85.16872,32.863163],[-85.171674,32.834428],[-85.170673,32.82559],[-85.167474,32.817729],[-85.162543,32.810771],[-85.156415,32.80435],[-85.136249,32.785942],[-85.130682,32.779203],[-85.138959,32.769657],[-85.135175,32.760087],[-85.125824,32.749858],[-85.11767,32.738237],[-85.11181,32.703373],[-85.101801,32.682841],[-85.101141,32.670219],[-85.103387,32.652543],[-85.097308,32.643095],[-85.085492,32.63643],[-85.077704,32.62852],[-85.083514,32.615336],[-85.014618,32.539604],[-85.003095,32.523075],[-84.998969,32.510307],[-84.994135,32.478154],[-84.986615,32.462553],[-84.97619,32.448344],[-84.967743,32.433549],[-84.966596,32.420317],[-84.968109,32.407402],[-84.974628,32.396195],[-84.978876,32.386528],[-84.973651,32.375126],[-84.995355,32.35518],[-84.991888,32.336869],[-84.972308,32.320561],[-84.924628,32.297172],[-84.914984,32.290434],[-84.908905,32.279106],[-84.904462,32.278373],[-84.89997,32.276347],[-84.897943,32.268998],[-84.900726,32.260868],[-84.907709,32.255473],[-84.916644,32.252665],[-84.925262,32.252201],[-84.919501,32.239701],[-84.922455,32.229716],[-84.930194,32.222319],[-84.938886,32.21746],[-84.956854,32.223979],[-84.971747,32.22078],[-84.975311,32.212504],[-84.959393,32.203788],[-84.971307,32.196171],[-84.987616,32.189604],[-85.004388,32.185038],[-85.017719,32.183329],[-85.02453,32.17957],[-85.031366,32.170439],[-85.047382,32.137626],[-85.049115,32.129203],[-85.048749,32.104496],[-85.051215,32.091508],[-85.061298,32.07393],[-85.064471,32.051127],[-85.057025,32.028764],[-85.060443,32.003935],[-85.061884,32.000224],[-85.070429,31.985331],[-85.07453,31.980668],[-85.102679,31.94141],[-85.122089,31.902958],[-85.130072,31.869511],[-85.135077,31.856352],[-85.13642,31.851493],[-85.137421,31.845243],[-85.143915,31.823954],[-85.137054,31.803691],[-85.109491,31.692338],[-85.101337,31.675566],[-85.066962,31.635258],[-85.058026,31.616508],[-85.056073,31.603886],[-85.055609,31.576591],[-85.053534,31.568852],[-85.044598,31.548954],[-85.042548,31.535331],[-85.048529,31.511674],[-85.059637,31.492729],[-85.065448,31.472074],[-85.055609,31.443461],[-85.076654,31.41956],[-85.083661,31.382939],[-85.089716,31.306279],[-85.094452,31.297367],[-85.107147,31.281742],[-85.110199,31.271537],[-85.108392,31.263627],[-85.099335,31.243998],[-85.097186,31.234281],[-85.10246,31.198466],[-85.101019,31.18267],[-85.089716,31.169755],[-85.069647,31.161186],[-85.042328,31.128862],[-85.018182,31.086845],[-85.005585,31.039897],[-84.996112,31.029374],[-84.994135,31.018901],[-84.99743,31.010649],[-85.003803,31.004399],[-85.006586,31.000102],[-85.165448,31.000077],[-85.324335,31.000077],[-85.483197,31.000029],[-85.642059,31.000004],[-85.800946,31.000004],[-85.959808,30.999955],[-86.118671,30.999906],[-86.277557,30.999906],[-86.43642,30.999906],[-86.595282,30.999858],[-86.754169,30.999833],[-86.913031,30.999833],[-87.071893,30.999833],[-87.23078,30.999784],[-87.389642,30.99976],[-87.548505,30.99976],[-87.593646,30.999711],[-87.600311,30.985868],[-87.598285,30.93892],[-87.599945,30.934086],[-87.620429,30.895512],[-87.624432,30.885209],[-87.625995,30.879252],[-87.626923,30.873051],[-87.625311,30.865214],[-87.621137,30.856889],[-87.611054,30.843412],[-87.599725,30.831059],[-87.551532,30.789945],[-87.545844,30.782475],[-87.525214,30.749394],[-87.511151,30.732304],[-87.496845,30.722612],[-87.416547,30.680082],[-87.408514,30.673759],[-87.405194,30.67017],[-87.403803,30.660063],[-87.404657,30.645341],[-87.411224,30.610697],[-87.41933,30.584281],[-87.436395,30.557695],[-87.440204,30.549101],[-87.441376,30.544755],[-87.439032,30.528666],[-87.420258,30.480937],[-87.419696,30.479789],[-87.419619,30.479632],[-87.419611,30.479611],[-87.426829,30.48314],[-87.426829,30.476996],[-87.419586,30.468085],[-87.411936,30.461086],[-87.402943,30.455064],[-87.392079,30.449652],[-87.399526,30.449652],[-87.401112,30.440131],[-87.443918,30.40469],[-87.454416,30.388373],[-87.461578,30.371975],[-87.473704,30.359198],[-87.49885,30.354071],[-87.51358,30.348212],[-87.522532,30.335639],[-87.534088,30.323554],[-87.5572,30.319281],[-87.572865,30.321519],[-87.57726,30.325426],[-87.578236,30.331448],[-87.583852,30.339789],[-87.601226,30.353705],[-87.60558,30.360297],[-87.611806,30.360297],[-87.609975,30.343573],[-87.603261,30.332831],[-87.599273,30.322211],[-87.60558,30.30565],[-87.594472,30.304877],[-87.583608,30.305976],[-87.573598,30.308783],[-87.564565,30.313137],[-87.590159,30.275377],[-87.65453,30.252102],[-87.786488,30.236762],[-87.910308,30.236762],[-87.998402,30.223619],[-88.030141,30.223782],[-88.018178,30.233832],[-87.995758,30.242336],[-87.957509,30.250434],[-87.948842,30.254706],[-87.942942,30.262152],[-87.93578,30.264594],[-87.91454,30.24787],[-87.875071,30.241523],[-87.838206,30.252183],[-87.792348,30.262885],[-87.764231,30.279527],[-87.776235,30.313137],[-87.823476,30.351793],[-87.830881,30.364],[-87.828359,30.374945],[-87.819569,30.39704],[-87.821278,30.40469],[-87.830393,30.412543],[-87.834462,30.412502],[-87.83788,30.40766],[-87.851145,30.3935],[-87.849599,30.388658],[-87.850738,30.386705],[-87.865631,30.3876],[-87.877105,30.389594],[-87.887034,30.393256],[-87.895741,30.398383],[-87.903472,30.40469],[-87.911366,30.41356],[-87.916575,30.423326],[-87.919342,30.434068],[-87.920277,30.44595],[-87.923329,30.458197],[-87.930084,30.468817],[-87.937123,30.477281],[-87.940745,30.48314],[-87.938832,30.499823],[-87.930653,30.51911],[-87.919993,30.536851],[-87.910308,30.548977],[-87.90689,30.563666],[-87.912465,30.583726],[-87.942535,30.659735],[-87.953847,30.672431],[-87.975494,30.68244],[-87.988189,30.684312],[-87.998891,30.684516],[-88.006256,30.687812],[-88.009023,30.69953],[-88.008697,30.713853],[-88.009877,30.72663],[-88.015981,30.735338],[-88.030141,30.737698],[-88.022817,30.723578],[-88.02302,30.709377],[-88.030141,30.697211],[-88.043813,30.689195],[-88.037668,30.675198],[-88.043284,30.665188],[-88.052561,30.654364],[-88.057444,30.637763],[-88.058746,30.617825],[-88.062896,30.604478],[-88.070302,30.594143],[-88.081044,30.583157],[-88.084584,30.576158],[-88.085561,30.567084],[-88.084788,30.548977],[-88.086822,30.540961],[-88.096303,30.529731],[-88.098378,30.521064],[-88.100494,30.504788],[-88.109934,30.470893],[-88.11205,30.45307],[-88.110219,30.4112],[-88.120107,30.338324],[-88.126332,30.326117],[-88.137685,30.31977],[-88.142242,30.322577],[-88.14391,30.328803],[-88.146148,30.332343],[-88.16686,30.332831],[-88.167307,30.332343],[-88.184071,30.33397],[-88.194081,30.337104],[-88.195668,30.346625],[-88.187123,30.367743],[-88.216298,30.377265],[-88.277943,30.389065],[-88.303822,30.401272],[-88.305328,30.393622],[-88.307118,30.389594],[-88.30899,30.386217],[-88.311269,30.380764],[-88.317494,30.380764],[-88.335439,30.403876],[-88.355336,30.403754],[-88.377756,30.393866],[-88.402213,30.38783],[-88.402216,30.38787],[-88.40744,30.481694],[-88.412714,30.57559],[-88.417938,30.669413],[-88.423163,30.763261],[-88.428436,30.857133],[-88.433637,30.950981],[-88.43891,31.044828],[-88.444159,31.1387],[-88.449408,31.232524],[-88.454681,31.326371],[-88.45993,31.420268],[-88.465155,31.514091],[-88.47038,31.607939],[-88.475629,31.701835],[-88.480902,31.795658],[-88.486151,31.889506],[-88.485004,31.898051],[-88.481757,31.922831],[-88.476483,31.962821],[-88.469305,32.016996],[-88.460419,32.084135],[-88.44997,32.163285],[-88.43808,32.253227],[-88.424872,32.353007],[-88.410541,32.461479],[-88.395184,32.577494],[-88.379022,32.700102],[-88.362128,32.828105],[-88.344623,32.960478],[-88.326703,33.096098],[-88.308466,33.233842],[-88.290106,33.372709],[-88.271796,33.511601],[-88.253583,33.649394],[-88.235638,33.785014],[-88.218158,33.917362],[-88.201239,34.04539],[-88.185028,34.167948],[-88.169696,34.284013],[-88.155389,34.392485],[-88.14223,34.492265],[-88.130341,34.582231],[-88.119867,34.661332],[-88.11098,34.728495],[-88.103827,34.782621],[-88.098578,34.822636],[-88.095258,34.847489],[-88.094135,34.855961],[-88.089423,34.892045],[-88.088153,34.908061],[-88.105023,34.910014],[-88.137372,34.928593],[-88.161591,34.95745],[-88.179071,34.997831],[-88.185516,35.009745],[-88.174262,35.009745],[-88.139594,35.009477],[-87.982025,35.007987],[-87.824481,35.006498]]]]},"type":"Feature","properties":{"postal":"AL","name":"Alabama","type":"State","center":[-86.78555098308182,33.043036472273954]}},"FL":{"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.118804,24.553616],[-82.128774,24.550849],[-82.128285,24.553697],[-82.118398,24.556464],[-82.113759,24.557318],[-82.118804,24.553616]]],[[[-81.740875,24.573188],[-81.736684,24.569525],[-81.733713,24.564154],[-81.732004,24.55622],[-81.73766,24.557807],[-81.741322,24.560696],[-81.743804,24.564643],[-81.746246,24.569892],[-81.747222,24.567572],[-81.747304,24.564439],[-81.748402,24.564114],[-81.752512,24.569892],[-81.755727,24.562445],[-81.759918,24.55622],[-81.769399,24.550198],[-81.784413,24.546129],[-81.814565,24.542548],[-81.810292,24.558173],[-81.801869,24.560289],[-81.791249,24.557074],[-81.780385,24.55622],[-81.772939,24.559719],[-81.752512,24.576117],[-81.746246,24.576117],[-81.740875,24.573188]]],[[[-81.654612,24.593207],[-81.650054,24.576117],[-81.725738,24.55622],[-81.721588,24.559516],[-81.711497,24.569892],[-81.711497,24.576117],[-81.716949,24.581041],[-81.718332,24.586249],[-81.716298,24.591742],[-81.711497,24.597805],[-81.705312,24.597805],[-81.69579,24.590644],[-81.683909,24.591132],[-81.65685,24.597805],[-81.654612,24.593207]]],[[[-82.119374,24.594672],[-82.109609,24.586127],[-82.107737,24.575263],[-82.110463,24.565497],[-82.111562,24.57095],[-82.119618,24.58511],[-82.127919,24.58926],[-82.134755,24.592963],[-82.139963,24.593329],[-82.145741,24.592719],[-82.142934,24.595852],[-82.131744,24.59809],[-82.119374,24.594672]]],[[[-81.410634,24.655422],[-81.414784,24.647691],[-81.421742,24.65176],[-81.424469,24.654975],[-81.417592,24.65941],[-81.410634,24.655422]]],[[[-81.266347,24.660386],[-81.276031,24.655585],[-81.277496,24.65762],[-81.265207,24.671291],[-81.260243,24.671698],[-81.258372,24.667629],[-81.266347,24.660386]]],[[[-81.43932,24.660386],[-81.441396,24.650539],[-81.446848,24.650784],[-81.449086,24.655219],[-81.460683,24.664374],[-81.461985,24.670966],[-81.455434,24.676093],[-81.453847,24.67768],[-81.457387,24.677924],[-81.455434,24.681342],[-81.448069,24.680569],[-81.442209,24.671536],[-81.43932,24.660386]]],[[[-81.555002,24.688178],[-81.553212,24.686957],[-81.550201,24.687161],[-81.546986,24.68594],[-81.54011,24.675238],[-81.506012,24.638821],[-81.506012,24.631334],[-81.530832,24.61522],[-81.565053,24.60224],[-81.636464,24.583564],[-81.636464,24.590318],[-81.616933,24.605455],[-81.60554,24.609565],[-81.595448,24.60399],[-81.573598,24.613715],[-81.567494,24.617662],[-81.564931,24.621161],[-81.561676,24.622748],[-81.554514,24.631334],[-81.569244,24.640041],[-81.575347,24.644924],[-81.581166,24.651801],[-81.551666,24.644355],[-81.538686,24.636461],[-81.533355,24.624498],[-81.52717,24.624498],[-81.52245,24.637926],[-81.525706,24.647895],[-81.536488,24.653022],[-81.554514,24.651801],[-81.554514,24.659247],[-81.54898,24.664944],[-81.550526,24.668769],[-81.55724,24.671129],[-81.567494,24.672309],[-81.560658,24.693427],[-81.554514,24.693427],[-81.555002,24.688178]]],[[[-81.479726,24.672512],[-81.478424,24.65412],[-81.481313,24.649848],[-81.485422,24.656968],[-81.491119,24.662258],[-81.497385,24.663967],[-81.502431,24.662665],[-81.506459,24.660102],[-81.511138,24.661322],[-81.513743,24.663275],[-81.516103,24.665473],[-81.520172,24.674058],[-81.519032,24.687323],[-81.515004,24.69774],[-81.511627,24.698432],[-81.506988,24.695868],[-81.500885,24.695258],[-81.493153,24.692125],[-81.485748,24.68651],[-81.482411,24.683254],[-81.479726,24.672512]]],[[[-81.315541,24.679633],[-81.317779,24.674954],[-81.32551,24.684272],[-81.334706,24.689846],[-81.33788,24.693305],[-81.340891,24.7001],[-81.336903,24.703803],[-81.329457,24.703315],[-81.320668,24.694485],[-81.315541,24.679633]]],[[[-81.082509,24.699449],[-81.087717,24.68594],[-81.092763,24.700873],[-81.103912,24.706773],[-81.136098,24.707017],[-81.11559,24.715725],[-81.061431,24.73135],[-81.039906,24.734361],[-81.040639,24.727362],[-81.043691,24.724311],[-81.067128,24.715888],[-81.076161,24.709052],[-81.082509,24.699449]]],[[[-81.340566,24.646715],[-81.36266,24.631334],[-81.364247,24.6612],[-81.430287,24.754828],[-81.42748,24.75137],[-81.424631,24.749823],[-81.417307,24.748684],[-81.387685,24.727484],[-81.355458,24.686184],[-81.340566,24.646715]]],[[[-80.958892,24.749335],[-81.03307,24.720689],[-80.955556,24.768744],[-80.923818,24.775336],[-80.923818,24.76911],[-80.927887,24.765692],[-80.932118,24.763739],[-80.944325,24.761664],[-80.958892,24.749335]]],[[[-80.802317,24.82689],[-80.799713,24.825263],[-80.793528,24.830552],[-80.787343,24.830552],[-80.787099,24.825995],[-80.788442,24.822943],[-80.793528,24.816881],[-80.802154,24.809882],[-80.818471,24.805813],[-80.85497,24.80329],[-80.845041,24.814358],[-80.800364,24.843573],[-80.802154,24.833686],[-80.802317,24.82689]]],[[[-80.718251,24.859442],[-80.733551,24.850328],[-80.738352,24.850735],[-80.735992,24.857367],[-80.729726,24.862779],[-80.721059,24.866685],[-80.700836,24.881008],[-80.69933,24.876288],[-80.710846,24.864325],[-80.718251,24.859442]]],[[[-80.646962,24.904731],[-80.657135,24.901109],[-80.625478,24.936225],[-80.61852,24.941555],[-80.617502,24.938137],[-80.617747,24.936021],[-80.62621,24.92414],[-80.646962,24.904731]]],[[[-81.051747,25.278306],[-81.058746,25.273993],[-81.066884,25.27676],[-81.074615,25.288723],[-81.078359,25.301703],[-81.072865,25.310045],[-81.059804,25.311713],[-81.047475,25.309394],[-81.042795,25.30744],[-81.039784,25.296698],[-81.048492,25.28498],[-81.051747,25.278306]]],[[[-81.112701,25.338202],[-81.108713,25.337633],[-81.097279,25.340074],[-81.089019,25.338853],[-81.086293,25.331244],[-81.085683,25.32689],[-81.088124,25.322414],[-81.090728,25.312812],[-81.100331,25.318183],[-81.108632,25.323961],[-81.122222,25.336575],[-81.116526,25.341946],[-81.110422,25.340318],[-81.112701,25.338202]]],[[[-80.36148,25.159491],[-80.442779,25.086412],[-80.453603,25.081],[-80.464508,25.083808],[-80.471262,25.072984],[-80.480336,25.049791],[-80.488149,25.039455],[-80.519154,25.014879],[-80.555979,24.970933],[-80.578603,24.950263],[-80.598012,24.9501],[-80.603505,24.961127],[-80.593984,24.96662],[-80.578847,24.969875],[-80.567616,24.973944],[-80.555653,25.009019],[-80.55016,25.014879],[-80.534088,25.016588],[-80.526479,25.021674],[-80.512318,25.042873],[-80.48762,25.066596],[-80.480865,25.078437],[-80.484446,25.091254],[-80.463043,25.09398],[-80.452382,25.099189],[-80.44343,25.111151],[-80.448232,25.118557],[-80.448598,25.122138],[-80.444814,25.122056],[-80.437245,25.118598],[-80.433461,25.130276],[-80.439036,25.139797],[-80.450429,25.143541],[-80.464508,25.138414],[-80.458567,25.156195],[-80.413401,25.147406],[-80.394276,25.190904],[-80.35733,25.227362],[-80.347808,25.248277],[-80.35025,25.262844],[-80.357655,25.269355],[-80.365346,25.274807],[-80.368967,25.286119],[-80.36266,25.292182],[-80.330637,25.299547],[-80.317454,25.306952],[-80.290598,25.34276],[-80.273427,25.352607],[-80.251617,25.344468],[-80.254872,25.339016],[-80.258127,25.33515],[-80.261708,25.332424],[-80.26594,25.330227],[-80.272694,25.323676],[-80.279368,25.312242],[-80.284413,25.300442],[-80.286448,25.29267],[-80.291331,25.28262],[-80.320546,25.248277],[-80.353342,25.205552],[-80.365834,25.18122],[-80.36148,25.165717],[-80.36148,25.159491]]],[[[-80.216908,25.415473],[-80.231191,25.403388],[-80.232533,25.404731],[-80.235097,25.404853],[-80.238026,25.405951],[-80.224355,25.416083],[-80.215728,25.432034],[-80.199941,25.489814],[-80.197011,25.494696],[-80.188222,25.498358],[-80.186594,25.493313],[-80.188466,25.485419],[-80.190175,25.481024],[-80.193918,25.459215],[-80.203481,25.436591],[-80.216908,25.415473]]],[[[-80.158315,25.679267],[-80.162913,25.672838],[-80.175608,25.673407],[-80.181793,25.681301],[-80.180328,25.691881],[-80.169749,25.700751],[-80.173573,25.702867],[-80.176137,25.70482],[-80.178863,25.706488],[-80.183339,25.707587],[-80.183339,25.713813],[-80.175689,25.718329],[-80.170074,25.722846],[-80.166005,25.728176],[-80.162913,25.734931],[-80.156077,25.734931],[-80.158315,25.679267]]],[[[-81.373199,25.816107],[-81.370717,25.810126],[-81.377431,25.807034],[-81.387563,25.806098],[-81.393219,25.802191],[-81.397084,25.797593],[-81.399892,25.794867],[-81.399729,25.791815],[-81.403228,25.793524],[-81.406809,25.796698],[-81.417714,25.808783],[-81.42516,25.811469],[-81.433339,25.804755],[-81.439565,25.8039],[-81.439849,25.826483],[-81.441233,25.832506],[-81.4405,25.842434],[-81.429514,25.850898],[-81.412221,25.843248],[-81.405181,25.836982],[-81.387074,25.824123],[-81.380483,25.82095],[-81.373199,25.816107]]],[[[-81.465159,25.865668],[-81.457997,25.850409],[-81.456125,25.841864],[-81.45344,25.838813],[-81.45051,25.832343],[-81.453359,25.825507],[-81.459625,25.822821],[-81.466949,25.829332],[-81.471059,25.835273],[-81.473866,25.840399],[-81.479563,25.847602],[-81.495269,25.8487],[-81.498036,25.852118],[-81.502838,25.855455],[-81.507883,25.852037],[-81.508372,25.847317],[-81.509104,25.843492],[-81.510976,25.836859],[-81.512034,25.836127],[-81.512115,25.840277],[-81.514963,25.843004],[-81.519765,25.8487],[-81.516916,25.859768],[-81.503041,25.865871],[-81.494456,25.867621],[-81.489817,25.869818],[-81.474355,25.872463],[-81.465159,25.865668]]],[[[-81.676137,25.901272],[-81.663401,25.896918],[-81.660024,25.886542],[-81.672027,25.867255],[-81.677398,25.861477],[-81.690256,25.863105],[-81.696156,25.86579],[-81.698801,25.872626],[-81.701568,25.877509],[-81.70637,25.881496],[-81.708567,25.883775],[-81.710764,25.889716],[-81.708404,25.898668],[-81.698964,25.899848],[-81.688873,25.899319],[-81.676137,25.901272]]],[[[-81.536488,25.870917],[-81.545766,25.853664],[-81.548492,25.857489],[-81.546457,25.872748],[-81.547841,25.881659],[-81.554026,25.884508],[-81.558705,25.889065],[-81.561025,25.894843],[-81.558339,25.903388],[-81.545888,25.902411],[-81.539215,25.895331],[-81.542226,25.893866],[-81.543121,25.893012],[-81.541005,25.890123],[-81.536041,25.884996],[-81.533559,25.878648],[-81.536488,25.870917]]],[[[-82.129221,26.461127],[-82.096262,26.454535],[-82.076812,26.456204],[-82.06843,26.467963],[-82.026845,26.447455],[-82.045522,26.443752],[-82.070912,26.424628],[-82.088246,26.419501],[-82.103586,26.422553],[-82.16393,26.454291],[-82.175038,26.46247],[-82.184071,26.473334],[-82.191314,26.48843],[-82.200673,26.519599],[-82.204945,26.550482],[-82.196278,26.544501],[-82.190785,26.536526],[-82.187164,26.526923],[-82.184438,26.515774],[-82.175893,26.49494],[-82.164133,26.47956],[-82.148793,26.468573],[-82.129221,26.461127]]],[[[-82.229319,26.633775],[-82.225453,26.611274],[-82.239084,26.634182],[-82.24767,26.654364],[-82.260162,26.701321],[-82.255483,26.701239],[-82.252349,26.699612],[-82.245961,26.694525],[-82.244537,26.670803],[-82.229319,26.633775]]],[[[-82.080963,26.509019],[-82.082021,26.491523],[-82.095082,26.495836],[-82.10851,26.516303],[-82.123647,26.565375],[-82.136708,26.584662],[-82.132436,26.609809],[-82.145741,26.640123],[-82.164662,26.671942],[-82.177642,26.701321],[-82.163971,26.701321],[-82.14391,26.694648],[-82.124501,26.676459],[-82.113637,26.654364],[-82.123199,26.61872],[-82.111562,26.596381],[-82.096018,26.574937],[-82.088246,26.560452],[-82.080963,26.509019]]],[[[-82.259104,26.73725],[-82.266428,26.714993],[-82.274648,26.736151],[-82.277821,26.785061],[-82.287506,26.803127],[-82.281484,26.809475],[-82.278432,26.810045],[-82.273834,26.803127],[-82.262929,26.780097],[-82.257965,26.758531],[-82.259104,26.73725]]],[[[-82.593088,27.33983],[-82.589182,27.324449],[-82.606679,27.336656],[-82.649037,27.381334],[-82.65746,27.396796],[-82.664418,27.404486],[-82.676625,27.42178],[-82.680979,27.434068],[-82.664215,27.426907],[-82.654286,27.419664],[-82.630116,27.379706],[-82.593088,27.33983]]],[[[-80.167226,27.197008],[-80.162913,27.173651],[-80.177317,27.202216],[-80.197621,27.223944],[-80.20816,27.262926],[-80.268951,27.38231],[-80.272776,27.396796],[-80.275868,27.40176],[-80.28954,27.411811],[-80.292592,27.417304],[-80.294057,27.429918],[-80.306874,27.461656],[-80.347808,27.612494],[-80.35676,27.62934],[-80.365834,27.642239],[-80.372914,27.656562],[-80.377797,27.686469],[-80.38679,27.706732],[-80.388783,27.718655],[-80.391103,27.727444],[-80.409901,27.756496],[-80.438466,27.830471],[-80.450917,27.852037],[-80.447418,27.855618],[-80.444569,27.857489],[-80.437245,27.859565],[-80.437245,27.85456],[-80.435536,27.851711],[-80.432729,27.849351],[-80.429799,27.845893],[-80.42219,27.804999],[-80.401926,27.764146],[-80.36148,27.701239],[-80.347239,27.66413],[-80.342763,27.643256],[-80.341054,27.622463],[-80.337636,27.606635],[-80.167226,27.197008]]],[[[-80.629018,28.181057],[-80.636464,28.181057],[-80.63801,28.193427],[-80.640696,28.204169],[-80.64859,28.222724],[-80.631988,28.190416],[-80.629018,28.181057]]],[[[-80.612172,28.568834],[-80.618479,28.537665],[-80.649526,28.475246],[-80.658193,28.437486],[-80.664215,28.31509],[-80.668935,28.297065],[-80.669993,28.287502],[-80.667958,28.275946],[-80.659006,28.256293],[-80.651479,28.239976],[-80.64977,28.225165],[-80.664947,28.25259],[-80.700185,28.34809],[-80.714711,28.369778],[-80.719635,28.388332],[-80.728342,28.469062],[-80.737416,28.484849],[-80.739898,28.517483],[-80.732289,28.544623],[-80.710927,28.544135],[-80.704701,28.560614],[-80.698638,28.567776],[-80.67748,28.578925],[-80.655507,28.593329],[-80.642934,28.598131],[-80.629018,28.598782],[-80.612172,28.568834]]],[[[-82.683217,28.737738],[-82.677602,28.73607],[-82.672719,28.737047],[-82.666005,28.734442],[-82.667063,28.722357],[-82.672271,28.715237],[-82.673736,28.714423],[-82.678212,28.71426],[-82.681874,28.716946],[-82.681874,28.720852],[-82.696034,28.725572],[-82.695872,28.728949],[-82.692006,28.729153],[-82.68814,28.72899],[-82.685618,28.730048],[-82.68928,28.731757],[-82.688954,28.735297],[-82.683217,28.737738]]],[[[-82.6822,28.760321],[-82.692535,28.76024],[-82.697377,28.761461],[-82.696401,28.763983],[-82.692738,28.769355],[-82.69164,28.773098],[-82.695465,28.776435],[-82.697581,28.782294],[-82.694936,28.787584],[-82.6881,28.788153],[-82.679921,28.784654],[-82.673492,28.777086],[-82.673818,28.766669],[-82.6822,28.760321]]],[[[-83.036773,29.137519],[-83.049957,29.131985],[-83.058176,29.136176],[-83.057525,29.150092],[-83.050282,29.155707],[-83.042958,29.151272],[-83.038197,29.145209],[-83.032948,29.141262],[-83.029652,29.139797],[-83.036773,29.137519]]],[[[-85.08609,29.685736],[-85.083648,29.675035],[-85.089263,29.670152],[-85.095815,29.662421],[-85.101308,29.653266],[-85.103586,29.643988],[-85.108713,29.634019],[-85.120351,29.633979],[-85.141754,29.640855],[-85.150461,29.644477],[-85.15807,29.652655],[-85.16511,29.661933],[-85.171864,29.66885],[-85.182281,29.673977],[-85.202301,29.680976],[-85.212799,29.688707],[-85.171539,29.683254],[-85.153066,29.684638],[-85.138295,29.695502],[-85.113678,29.691962],[-85.100453,29.688056],[-85.087758,29.686835],[-85.08609,29.685736]]],[[[-84.969472,29.611762],[-84.990875,29.606147],[-85.049184,29.605862],[-85.071278,29.611762],[-85.09732,29.627265],[-85.081207,29.623969],[-85.054026,29.609442],[-85.031565,29.610907],[-84.987457,29.620429],[-84.774566,29.709784],[-84.771311,29.713813],[-84.770904,29.718329],[-84.768178,29.72191],[-84.757883,29.723456],[-84.749989,29.725491],[-84.745595,29.729967],[-84.742258,29.734442],[-84.737375,29.736477],[-84.72411,29.740302],[-84.70523,29.75849],[-84.692698,29.76439],[-84.692698,29.756985],[-84.698354,29.754584],[-84.706614,29.748033],[-84.70637,29.743964],[-84.728912,29.735826],[-84.788238,29.695502],[-84.887847,29.657945],[-84.908762,29.642483],[-84.969472,29.611762]]],[[[-84.608713,29.789252],[-84.664703,29.778713],[-84.65685,29.787055],[-84.617014,29.805365],[-84.593414,29.818549],[-84.583608,29.821845],[-84.576405,29.81977],[-84.586334,29.799954],[-84.608713,29.789252]]],[[[-86.617096,30.412014],[-86.52184,30.401272],[-86.530141,30.396877],[-86.540273,30.395413],[-86.551381,30.396796],[-86.562408,30.401109],[-86.562611,30.40119],[-86.562815,30.401272],[-86.562734,30.40119],[-86.562611,30.40115],[-86.562489,30.401109],[-86.901845,30.363613],[-87.2412,30.326117],[-87.296498,30.332343],[-87.278228,30.338121],[-87.197133,30.339789],[-87.081166,30.356635],[-87.022776,30.374579],[-86.951731,30.373928],[-86.927113,30.380764],[-86.918202,30.383979],[-86.890696,30.393134],[-86.875315,30.395006],[-86.83141,30.393622],[-86.724029,30.406236],[-86.700592,30.414944],[-86.693756,30.408108],[-86.65925,30.415839],[-86.617096,30.412014]]],[[[-84.920477,30.760087],[-84.875775,30.719145],[-84.867011,30.720365],[-84.835272,30.718534],[-84.828876,30.718144],[-84.810272,30.71707],[-84.780072,30.715287],[-84.73913,30.712821],[-84.688202,30.709819],[-84.627997,30.706254],[-84.559345,30.702153],[-84.48288,30.697636],[-84.399432,30.69268],[-84.30976,30.687382],[-84.214594,30.681767],[-84.114667,30.675834],[-84.010736,30.669657],[-83.903632,30.663285],[-83.794012,30.656816],[-83.682709,30.650199],[-83.570404,30.64351],[-83.457904,30.636845],[-83.345892,30.63018],[-83.235199,30.623612],[-83.126532,30.617167],[-83.020673,30.610893],[-82.918329,30.604838],[-82.820282,30.599003],[-82.727289,30.59351],[-82.640155,30.588334],[-82.55954,30.583549],[-82.4862,30.579203],[-82.42099,30.575321],[-82.364545,30.572001],[-82.317694,30.569218],[-82.281146,30.567045],[-82.239838,30.564653],[-82.237811,30.56309],[-82.237787,30.56016],[-82.240643,30.553715],[-82.244769,30.547172],[-82.246478,30.543461],[-82.246698,30.539482],[-82.245477,30.535234],[-82.23996,30.527177],[-82.216327,30.500492],[-82.212054,30.494096],[-82.207343,30.485404],[-82.205927,30.480693],[-82.205316,30.476298],[-82.205707,30.471],[-82.206781,30.465629],[-82.211664,30.451127],[-82.214301,30.439384],[-82.214862,30.433598],[-82.214789,30.42852],[-82.212518,30.41956],[-82.197504,30.382572],[-82.191864,30.373905],[-82.188007,30.370341],[-82.18288,30.367289],[-82.175824,30.365238],[-82.16618,30.364555],[-82.119989,30.369291],[-82.113202,30.368119],[-82.094525,30.36309],[-82.089569,30.362699],[-82.085175,30.362724],[-82.057684,30.369194],[-82.052435,30.371684],[-82.048578,30.375395],[-82.046478,30.383256],[-82.046259,30.389604],[-82.048163,30.418315],[-82.047626,30.424565],[-82.045038,30.437626],[-82.024872,30.500102],[-82.011346,30.566484],[-82.010956,30.577958],[-82.012152,30.587992],[-82.013715,30.592729],[-82.018109,30.600395],[-82.037372,30.62393],[-82.041937,30.632914],[-82.045355,30.642094],[-82.047308,30.650053],[-82.048236,30.661698],[-82.047479,30.667216],[-82.040595,30.690068],[-82.039301,30.696318],[-82.038837,30.702299],[-82.042059,30.726908],[-82.041327,30.736698],[-82.039764,30.741313],[-82.037811,30.745561],[-82.034955,30.749394],[-82.023212,30.759574],[-82.020258,30.764482],[-82.018549,30.770072],[-82.016693,30.780424],[-82.013617,30.784135],[-82.008588,30.785404],[-81.998212,30.782475],[-81.98996,30.781596],[-81.981024,30.783134],[-81.976679,30.786235],[-81.973602,30.790702],[-81.972186,30.795512],[-81.971185,30.802275],[-81.971259,30.80435],[-81.969696,30.810697],[-81.966864,30.814628],[-81.961981,30.818412],[-81.953387,30.82061],[-81.945721,30.821049],[-81.931805,30.820268],[-81.925531,30.820683],[-81.917914,30.820219],[-81.909052,30.81851],[-81.894354,30.810478],[-81.886591,30.80518],[-81.873016,30.798539],[-81.781805,30.766191],[-81.772919,30.767265],[-81.763763,30.766508],[-81.749823,30.76331],[-81.739862,30.757231],[-81.733539,30.752104],[-81.723505,30.746733],[-81.708759,30.741069],[-81.660419,30.728422],[-81.649725,30.727421],[-81.639325,30.729081],[-81.632221,30.72891],[-81.618597,30.721293],[-81.608588,30.71746],[-81.567157,30.709428],[-81.557709,30.709574],[-81.525262,30.718144],[-81.507196,30.713676],[-81.500028,30.712165],[-81.499257,30.704332],[-81.475657,30.696031],[-81.46935,30.69717],[-81.455637,30.701809],[-81.447743,30.702867],[-81.440256,30.700751],[-81.438222,30.696031],[-81.437611,30.691352],[-81.434071,30.689195],[-81.428578,30.681708],[-81.430531,30.66474],[-81.437815,30.637763],[-81.441518,30.553046],[-81.437815,30.524115],[-81.453847,30.534491],[-81.461903,30.548529],[-81.464711,30.56684],[-81.465077,30.589911],[-81.466949,30.600002],[-81.472035,30.610053],[-81.479644,30.617865],[-81.489003,30.620998],[-81.497955,30.617662],[-81.499989,30.609361],[-81.499257,30.586819],[-81.501536,30.569281],[-81.500315,30.551256],[-81.492584,30.537258],[-81.475657,30.531562],[-81.474924,30.527655],[-81.447743,30.508002],[-81.44164,30.500149],[-81.435129,30.484849],[-81.430287,30.476996],[-81.424469,30.471584],[-81.419545,30.469306],[-81.414947,30.465725],[-81.40982,30.456488],[-81.406361,30.44359],[-81.40982,30.411444],[-81.406606,30.405829],[-81.399566,30.400539],[-81.392568,30.393866],[-81.389394,30.384223],[-81.396148,30.339789],[-81.394928,30.29857],[-81.36266,30.188951],[-81.353993,30.170803],[-81.328286,30.05283],[-81.287668,29.926174],[-81.293813,29.89411],[-81.287994,29.893012],[-81.279385,29.899549],[-81.273761,29.889874],[-81.271852,29.876151],[-81.266469,29.853217],[-81.261627,29.839016],[-81.255849,29.789455],[-81.25013,29.769592],[-81.238879,29.737301],[-81.225494,29.709784],[-81.209967,29.666519],[-81.189076,29.624172],[-81.184641,29.603746],[-81.178293,29.585517],[-81.137961,29.505083],[-81.071914,29.363032],[-81.006287,29.23527],[-80.962668,29.152056],[-80.932123,29.101179],[-80.91455,29.08745],[-80.922109,29.068305],[-80.909332,29.056952],[-80.891754,29.045559],[-80.882883,29.027655],[-80.877675,29.00849],[-80.743225,28.80691],[-80.680043,28.717027],[-80.627065,28.650865],[-80.567616,28.557807],[-80.54308,28.492499],[-80.528228,28.472602],[-80.540435,28.451606],[-80.55842,28.433336],[-80.567616,28.43183],[-80.569692,28.426418],[-80.575266,28.417955],[-80.582753,28.410305],[-80.590891,28.406928],[-80.594065,28.401597],[-80.594716,28.30386],[-80.601715,28.29092],[-80.594309,28.284084],[-80.596832,28.262641],[-80.592193,28.207913],[-80.571116,28.106147],[-80.55663,28.077541],[-80.553293,28.061591],[-80.532338,28.018785],[-80.451894,27.90941],[-80.450917,27.86636],[-80.475006,27.907904],[-80.478179,27.917222],[-80.48233,27.924262],[-80.512318,27.955146],[-80.521596,27.99018],[-80.580637,28.085435],[-80.610666,28.164944],[-80.619944,28.206977],[-80.617909,28.37934],[-80.58788,28.505764],[-80.587066,28.545356],[-80.594309,28.58511],[-80.600413,28.600287],[-80.609446,28.610175],[-80.623036,28.614569],[-80.64269,28.613023],[-80.646067,28.614407],[-80.650868,28.617865],[-80.656646,28.620754],[-80.663157,28.62051],[-80.663808,28.616848],[-80.662506,28.602362],[-80.663157,28.598782],[-80.675038,28.595608],[-80.683949,28.595201],[-80.747792,28.604926],[-80.76594,28.612291],[-80.779856,28.626654],[-80.78425,28.641669],[-80.78425,28.661282],[-80.780385,28.680732],[-80.77302,28.694973],[-80.765614,28.688707],[-80.757151,28.703803],[-80.749257,28.724107],[-80.752349,28.741929],[-80.795277,28.755601],[-80.828928,28.783026],[-80.848134,28.790595],[-80.831939,28.699368],[-80.82079,28.675116],[-80.82079,28.66767],[-80.828236,28.661444],[-80.797475,28.608303],[-80.793528,28.588853],[-80.789662,28.547838],[-80.766103,28.451077],[-80.756825,28.430854],[-80.738271,28.373481],[-80.708811,28.320461],[-80.701243,28.296617],[-80.541107,27.98135],[-80.380971,27.666083],[-80.345367,27.514594],[-80.197825,27.19599],[-80.197011,27.180487],[-80.2058,27.200344],[-80.217152,27.209418],[-80.257232,27.218573],[-80.279612,27.228909],[-80.286488,27.233791],[-80.292714,27.239488],[-80.301015,27.243354],[-80.31432,27.24258],[-80.30842,27.23432],[-80.28303,27.207831],[-80.27595,27.205878],[-80.260162,27.196967],[-80.251617,27.194159],[-80.228993,27.200385],[-80.221262,27.201606],[-80.183339,27.163764],[-80.176991,27.150702],[-80.148793,27.138251],[-80.142405,27.122138],[-80.139272,27.107652],[-80.115102,27.063788],[-80.094594,27.009752],[-80.075551,26.973212],[-80.074127,26.961371],[-80.081288,26.950426],[-80.091542,26.947252],[-80.103383,26.946031],[-80.115102,26.940904],[-80.115102,26.934719],[-80.102406,26.929511],[-80.080312,26.92357],[-80.070709,26.916978],[-80.06432,26.906684],[-80.038238,26.811184],[-80.038401,26.784247],[-80.053619,26.769599],[-80.053619,26.762152],[-80.040517,26.746405],[-80.034535,26.715318],[-80.032379,26.587348],[-80.038075,26.558539],[-80.053619,26.556708],[-80.062082,26.420885],[-80.071889,26.390448],[-80.074127,26.375474],[-80.07315,26.34101],[-80.075063,26.324205],[-80.080922,26.309638],[-80.077707,26.287584],[-80.102651,26.13996],[-80.112131,26.110175],[-80.128774,26.098619],[-80.128774,26.091213],[-80.112782,26.068834],[-80.128774,25.775295],[-80.135569,25.775295],[-80.135569,25.81684],[-80.128774,25.862128],[-80.129262,25.887885],[-80.132436,25.901272],[-80.140614,25.900824],[-80.176584,25.858385],[-80.182729,25.822089],[-80.195465,25.795844],[-80.196197,25.753811],[-80.210683,25.734931],[-80.221262,25.731106],[-80.230946,25.731187],[-80.240712,25.72956],[-80.251617,25.720608],[-80.255198,25.711086],[-80.256907,25.686835],[-80.277577,25.644232],[-80.306874,25.618232],[-80.310414,25.598944],[-80.31135,25.549791],[-80.317454,25.532904],[-80.333974,25.511908],[-80.342437,25.493638],[-80.344309,25.475246],[-80.341054,25.453762],[-80.336497,25.448228],[-80.329457,25.444037],[-80.325673,25.438666],[-80.33373,25.424791],[-80.341054,25.405951],[-80.332916,25.398017],[-80.320424,25.391547],[-80.3131,25.38349],[-80.31432,25.371161],[-80.350738,25.342231],[-80.395863,25.295396],[-80.400624,25.287909],[-80.402496,25.279364],[-80.405914,25.270168],[-80.423004,25.252387],[-80.424184,25.241441],[-80.42691,25.221747],[-80.414784,25.206855],[-80.401967,25.195543],[-80.402496,25.186225],[-80.417551,25.197414],[-80.437123,25.223375],[-80.450917,25.227769],[-80.450795,25.242987],[-80.46642,25.241767],[-80.486195,25.233344],[-80.498647,25.220364],[-80.476918,25.218573],[-80.45873,25.209174],[-80.446645,25.19359],[-80.44343,25.173163],[-80.450917,25.173163],[-80.45401,25.195258],[-80.469146,25.208075],[-80.488922,25.210354],[-80.506174,25.200507],[-80.509267,25.207221],[-80.513661,25.212836],[-80.519195,25.21719],[-80.52599,25.220364],[-80.522369,25.226793],[-80.519602,25.23078],[-80.515004,25.233059],[-80.506174,25.234605],[-80.507151,25.238918],[-80.508372,25.241767],[-80.512318,25.248277],[-80.525258,25.246527],[-80.5655,25.245998],[-80.580637,25.241441],[-80.590443,25.225328],[-80.597483,25.203437],[-80.606516,25.188666],[-80.622222,25.193671],[-80.619049,25.195746],[-80.617543,25.195543],[-80.616526,25.196031],[-80.614735,25.200507],[-80.651357,25.193061],[-80.656972,25.189927],[-80.654937,25.180569],[-80.651601,25.174018],[-80.65099,25.167873],[-80.656972,25.159491],[-80.663157,25.159491],[-80.678131,25.167873],[-80.691151,25.162746],[-80.710927,25.14525],[-80.723053,25.143134],[-80.739817,25.143785],[-80.755849,25.148749],[-80.765614,25.159491],[-80.767812,25.155463],[-80.769928,25.152777],[-80.771718,25.149848],[-80.77302,25.14525],[-80.777821,25.148261],[-80.782948,25.150621],[-80.788238,25.153957],[-80.793528,25.159491],[-80.797027,25.151313],[-80.800282,25.148383],[-80.805247,25.149115],[-80.814036,25.152086],[-80.814036,25.159491],[-80.810536,25.167792],[-80.84024,25.173407],[-80.85497,25.186225],[-80.882883,25.169501],[-80.887196,25.168362],[-80.910227,25.14525],[-80.928782,25.142157],[-80.967152,25.141547],[-80.999582,25.135077],[-81.039906,25.131578],[-81.086537,25.121405],[-81.101959,25.124742],[-81.149159,25.165717],[-81.165517,25.197252],[-81.177113,25.227769],[-81.175771,25.259019],[-81.164866,25.298082],[-81.148346,25.331204],[-81.129954,25.344468],[-81.136098,25.330227],[-81.124013,25.327948],[-81.112131,25.320746],[-81.101918,25.311713],[-81.095123,25.303534],[-81.07787,25.272854],[-81.074696,25.272447],[-81.061757,25.264228],[-80.98526,25.234605],[-80.98526,25.227769],[-80.990834,25.226142],[-81.000111,25.222073],[-81.005767,25.220364],[-81.005767,25.214179],[-80.988026,25.207506],[-80.966298,25.206855],[-80.944651,25.212307],[-80.927235,25.224066],[-80.917226,25.245754],[-80.924143,25.263577],[-80.980784,25.318305],[-80.999135,25.327053],[-81.034291,25.332465],[-81.051666,25.342231],[-81.057281,25.344468],[-81.095123,25.351304],[-81.141347,25.384752],[-81.149159,25.395413],[-81.15038,25.405951],[-81.155426,25.426581],[-81.156606,25.436347],[-81.170888,25.47484],[-81.20344,25.508002],[-81.21467,25.527574],[-81.195953,25.538886],[-81.189931,25.545356],[-81.186106,25.553168],[-81.187652,25.560207],[-81.197255,25.564276],[-81.220041,25.559272],[-81.231679,25.563625],[-81.235422,25.573147],[-81.245961,25.618232],[-81.266713,25.652818],[-81.266469,25.666653],[-81.274729,25.674709],[-81.278432,25.685981],[-81.27953,25.704169],[-81.31314,25.706204],[-81.321685,25.707587],[-81.328359,25.716051],[-81.34024,25.742865],[-81.344716,25.748521],[-81.357249,25.753485],[-81.347971,25.764635],[-81.321685,25.782701],[-81.329335,25.790473],[-81.348459,25.81684],[-81.372141,25.836127],[-81.396148,25.85163],[-81.409047,25.85635],[-81.438344,25.861314],[-81.450795,25.865871],[-81.462148,25.874498],[-81.475209,25.891018],[-81.485585,25.8994],[-81.498769,25.886705],[-81.509511,25.890815],[-81.521067,25.901068],[-81.541575,25.908922],[-81.555287,25.918362],[-81.564076,25.920478],[-81.568227,25.918647],[-81.579905,25.909857],[-81.588002,25.906887],[-81.583811,25.914374],[-81.583974,25.917304],[-81.586171,25.919827],[-81.588002,25.926093],[-81.596425,25.923774],[-81.607411,25.927395],[-81.617421,25.935533],[-81.622711,25.94717],[-81.632802,25.940009],[-81.64037,25.926256],[-81.650054,25.920478],[-81.662424,25.918199],[-81.674306,25.919908],[-81.684316,25.925116],[-81.691029,25.933539],[-81.694447,25.927924],[-81.697865,25.920478],[-81.700307,25.918443],[-81.7058,25.913764],[-81.705312,25.906887],[-81.711497,25.906887],[-81.718495,25.908108],[-81.722239,25.910061],[-81.732004,25.920478],[-81.735829,25.928371],[-81.742543,25.957465],[-81.728586,25.962714],[-81.716664,25.955959],[-81.705678,25.945705],[-81.694447,25.940375],[-81.685048,25.945014],[-81.675404,25.956244],[-81.667795,25.969713],[-81.664377,25.98135],[-81.679189,25.981838],[-81.701975,25.979234],[-81.711497,25.98135],[-81.722483,25.989081],[-81.731679,26.000637],[-81.734364,26.012763],[-81.725738,26.022284],[-81.754384,26.04206],[-81.77009,26.067776],[-81.787221,26.139594],[-81.791493,26.130194],[-81.793691,26.120185],[-81.794179,26.109605],[-81.793446,26.098619],[-81.800893,26.098619],[-81.819,26.170315],[-81.827545,26.248847],[-81.82136,26.282945],[-81.821401,26.289618],[-81.822133,26.292873],[-81.851796,26.341986],[-81.85554,26.35871],[-81.848704,26.35871],[-81.848704,26.351874],[-81.841868,26.351874],[-81.843861,26.414211],[-81.848704,26.433783],[-81.855946,26.448879],[-81.875844,26.480292],[-81.882802,26.495836],[-81.882436,26.481187],[-81.878489,26.456244],[-81.882802,26.447455],[-81.887318,26.44477],[-81.894032,26.447496],[-81.898671,26.452094],[-81.90331,26.454901],[-81.923736,26.454901],[-81.978383,26.482164],[-81.991567,26.47602],[-81.9947,26.47724],[-82.000111,26.482164],[-82.006337,26.474799],[-82.008656,26.484524],[-82.00886,26.499335],[-82.006174,26.514065],[-82.000111,26.523179],[-81.995961,26.522773],[-81.989247,26.511705],[-81.982086,26.508938],[-81.974477,26.510443],[-81.970041,26.514146],[-81.965728,26.518866],[-81.938466,26.535468],[-81.911773,26.558661],[-81.893056,26.586127],[-81.897084,26.611274],[-81.885569,26.624172],[-81.841868,26.663153],[-81.838124,26.672431],[-81.829172,26.681383],[-81.817983,26.685452],[-81.807729,26.680243],[-81.797678,26.686754],[-81.79011,26.694078],[-81.784535,26.70307],[-81.780385,26.714993],[-81.795318,26.709703],[-81.819203,26.697008],[-81.838124,26.694525],[-81.854604,26.688422],[-81.873891,26.674058],[-81.906728,26.642646],[-81.917592,26.626654],[-81.947743,26.548896],[-81.951731,26.543647],[-81.959788,26.539862],[-81.983225,26.533759],[-81.992665,26.529364],[-81.992665,26.543647],[-82.012766,26.535956],[-82.026682,26.528022],[-82.039052,26.527899],[-82.054758,26.543647],[-82.0631,26.560981],[-82.061269,26.573432],[-82.056142,26.587877],[-82.054758,26.611274],[-82.059682,26.629462],[-82.07726,26.664984],[-82.082102,26.680243],[-82.081288,26.702704],[-82.056874,26.818915],[-82.054758,26.841254],[-82.057037,26.86579],[-82.064565,26.874945],[-82.078114,26.88109],[-82.0985,26.896552],[-82.096995,26.909369],[-82.077504,26.922919],[-82.027577,26.949693],[-82.005727,26.953803],[-81.996409,26.958238],[-81.990834,26.965562],[-81.978383,26.996161],[-81.995107,26.991523],[-82.016835,26.972968],[-82.057444,26.965318],[-82.074574,26.95893],[-82.092681,26.955634],[-82.11559,26.961371],[-82.119944,26.945461],[-82.131988,26.94184],[-82.144521,26.940416],[-82.150299,26.930976],[-82.155181,26.927639],[-82.166086,26.936184],[-82.184438,26.955146],[-82.180735,26.972357],[-82.190989,26.969387],[-82.207387,26.961819],[-82.22232,26.965155],[-82.242014,26.99551],[-82.253285,27.006822],[-82.273834,27.016018],[-82.270904,27.007717],[-82.259145,26.989244],[-82.230214,26.956855],[-82.219228,26.94774],[-82.211781,26.955146],[-82.201283,26.944159],[-82.187327,26.913153],[-82.18102,26.906806],[-82.175689,26.899237],[-82.159901,26.86225],[-82.15095,26.81802],[-82.150258,26.803168],[-82.156565,26.790025],[-82.165598,26.785793],[-82.169016,26.814114],[-82.177642,26.824856],[-82.178578,26.821275],[-82.184316,26.814276],[-82.191884,26.807074],[-82.19811,26.803127],[-82.20108,26.804999],[-82.210764,26.81509],[-82.215484,26.817369],[-82.218617,26.816311],[-82.220448,26.813951],[-82.223215,26.811672],[-82.229156,26.810533],[-82.236073,26.812079],[-82.245513,26.820502],[-82.253407,26.824856],[-82.267649,26.829576],[-82.274566,26.830715],[-82.283803,26.831],[-82.313832,26.849351],[-82.342926,26.934882],[-82.370025,26.961371],[-82.366933,26.945624],[-82.353627,26.922105],[-82.348948,26.906806],[-82.360992,26.913275],[-82.365956,26.916815],[-82.370025,26.920396],[-82.376617,26.940334],[-82.467152,27.102037],[-82.477203,27.137519],[-82.500885,27.179023],[-82.506581,27.201606],[-82.50182,27.190334],[-82.498199,27.185248],[-82.492991,27.180487],[-82.492991,27.197211],[-82.496327,27.211493],[-82.503163,27.222357],[-82.513417,27.228909],[-82.513417,27.215277],[-82.520863,27.215277],[-82.532623,27.236884],[-82.549184,27.256578],[-82.561838,27.276272],[-82.561879,27.297797],[-82.557607,27.294379],[-82.554067,27.292426],[-82.550893,27.289496],[-82.547597,27.283515],[-82.540761,27.283515],[-82.5419,27.308539],[-82.562734,27.346829],[-82.573638,27.395087],[-82.58788,27.408189],[-82.60676,27.41706],[-82.645416,27.442939],[-82.682729,27.448717],[-82.698394,27.45482],[-82.709828,27.469387],[-82.729156,27.514716],[-82.732533,27.530585],[-82.725697,27.530585],[-82.71052,27.497504],[-82.70523,27.489569],[-82.694814,27.482896],[-82.668365,27.471625],[-82.65746,27.461656],[-82.650136,27.468655],[-82.645497,27.47663],[-82.643666,27.485745],[-82.644399,27.495836],[-82.650624,27.495836],[-82.657704,27.491523],[-82.664906,27.492418],[-82.671783,27.496894],[-82.677887,27.503241],[-82.660756,27.520331],[-82.636301,27.513902],[-82.610504,27.502102],[-82.589182,27.503241],[-82.599477,27.511176],[-82.610422,27.517157],[-82.622548,27.521308],[-82.636952,27.523749],[-82.621409,27.531195],[-82.59203,27.538479],[-82.578603,27.547309],[-82.572418,27.559516],[-82.588206,27.557196],[-82.600982,27.552395],[-82.604197,27.551093],[-82.62267,27.544176],[-82.617787,27.552558],[-82.615142,27.555813],[-82.611318,27.554836],[-82.605702,27.552883],[-82.603424,27.552924],[-82.601186,27.5539],[-82.589182,27.564683],[-82.591868,27.568345],[-82.596018,27.577704],[-82.574574,27.590725],[-82.564605,27.608954],[-82.557444,27.629625],[-82.544179,27.650051],[-82.516672,27.669908],[-82.513417,27.67768],[-82.510121,27.689399],[-82.502187,27.694403],[-82.493072,27.697089],[-82.486155,27.701239],[-82.470367,27.729315],[-82.465647,27.736029],[-82.437734,27.753363],[-82.430491,27.763739],[-82.398183,27.796047],[-82.389963,27.811103],[-82.39269,27.834052],[-82.412465,27.875718],[-82.421742,27.917182],[-82.433746,27.929145],[-82.451161,27.930732],[-82.471832,27.920356],[-82.480702,27.908433],[-82.484853,27.892564],[-82.486155,27.85578],[-82.479807,27.841498],[-82.478098,27.831285],[-82.482737,27.821357],[-82.5183,27.822659],[-82.527089,27.824774],[-82.539622,27.84398],[-82.540924,27.868801],[-82.534535,27.917222],[-82.541127,27.942776],[-82.558827,27.955797],[-82.58495,27.960639],[-82.616444,27.96133],[-82.616444,27.968736],[-82.596018,27.975572],[-82.596018,27.983059],[-82.623525,27.996527],[-82.63622,28.005805],[-82.644399,28.016547],[-82.650624,28.016547],[-82.65095,28.013251],[-82.650624,28.002916],[-82.690989,28.037665],[-82.688344,28.028998],[-82.679799,28.013251],[-82.677887,28.006293],[-82.679107,27.99844],[-82.684153,27.987291],[-82.684722,27.983059],[-82.690541,27.975531],[-82.690338,27.970852],[-82.681304,27.968736],[-82.644399,27.968736],[-82.65685,27.956244],[-82.702748,27.944729],[-82.718861,27.927802],[-82.680247,27.91413],[-82.643219,27.894761],[-82.604726,27.881496],[-82.561879,27.886176],[-82.57079,27.879828],[-82.602854,27.862982],[-82.601308,27.851142],[-82.595815,27.829983],[-82.596018,27.817939],[-82.600168,27.807929],[-82.613637,27.792711],[-82.616444,27.787502],[-82.617909,27.780992],[-82.630116,27.750312],[-82.623118,27.734036],[-82.626576,27.715806],[-82.637766,27.701117],[-82.654042,27.695054],[-82.672475,27.695054],[-82.67927,27.696845],[-82.684722,27.701239],[-82.687082,27.709866],[-82.686025,27.731635],[-82.687856,27.736029],[-82.709218,27.73843],[-82.721506,27.745103],[-82.739369,27.769517],[-82.757192,27.787665],[-82.795969,27.815334],[-82.815094,27.832221],[-82.818837,27.818183],[-82.810699,27.804429],[-82.751332,27.746568],[-82.739369,27.728583],[-82.72468,27.694078],[-82.718007,27.672065],[-82.718861,27.659654],[-82.731313,27.662055],[-82.742543,27.679755],[-82.750559,27.702094],[-82.753651,27.718655],[-82.767486,27.751532],[-82.828521,27.804999],[-82.842397,27.828518],[-82.844553,27.841864],[-82.853912,27.870347],[-82.856068,27.88996],[-82.852284,27.908189],[-82.84317,27.925442],[-82.832021,27.939399],[-82.821889,27.94831],[-82.83137,27.935126],[-82.83849,27.918199],[-82.840728,27.900702],[-82.835561,27.886176],[-82.802235,27.96662],[-82.780344,28.058173],[-82.779042,28.084703],[-82.776235,28.096829],[-82.767323,28.105902],[-82.776682,28.120307],[-82.78246,28.135443],[-82.78775,28.160549],[-82.788482,28.174018],[-82.787343,28.193752],[-82.782826,28.207017],[-82.773508,28.201565],[-82.759918,28.214667],[-82.753814,28.227973],[-82.746205,28.256171],[-82.724924,28.284166],[-82.716786,28.298326],[-82.718861,28.311428],[-82.722646,28.308254],[-82.725494,28.306708],[-82.732533,28.304592],[-82.696685,28.388861],[-82.684722,28.400784],[-82.684722,28.406928],[-82.685902,28.414293],[-82.664215,28.447943],[-82.663075,28.501899],[-82.660797,28.513739],[-82.650502,28.543647],[-82.647125,28.629584],[-82.636952,28.647162],[-82.640777,28.653795],[-82.643788,28.662502],[-82.644358,28.671332],[-82.640696,28.678534],[-82.632436,28.688422],[-82.631947,28.695299],[-82.634999,28.702135],[-82.636952,28.712063],[-82.636952,28.746487],[-82.640207,28.75495],[-82.647206,28.756415],[-82.654205,28.756252],[-82.65746,28.760159],[-82.662221,28.773261],[-82.682037,28.795844],[-82.684722,28.804836],[-82.67101,28.820217],[-82.655019,28.811957],[-82.630116,28.784369],[-82.637522,28.814154],[-82.638539,28.824693],[-82.631093,28.872992],[-82.633616,28.887641],[-82.644399,28.900377],[-82.651235,28.902981],[-82.670277,28.905422],[-82.677887,28.907904],[-82.68517,28.913072],[-82.727162,28.959174],[-82.732289,28.976467],[-82.725697,28.996649],[-82.737782,28.997626],[-82.749338,29.002265],[-82.755116,29.010159],[-82.749908,29.020494],[-82.747182,29.030422],[-82.74706,29.060614],[-82.746205,29.064887],[-82.783355,29.090969],[-82.794749,29.108059],[-82.773508,29.119534],[-82.790517,29.127427],[-82.798492,29.139065],[-82.800852,29.15469],[-82.800852,29.17475],[-82.820709,29.16592],[-82.828725,29.161119],[-82.833363,29.166653],[-82.844635,29.1765],[-82.849233,29.182196],[-82.868886,29.169623],[-82.891957,29.170356],[-82.914296,29.178656],[-82.931752,29.188422],[-82.943512,29.185126],[-82.971832,29.184516],[-82.986399,29.182196],[-83.004221,29.176174],[-83.011138,29.175035],[-83.023915,29.17475],[-83.040679,29.180121],[-83.045277,29.19184],[-83.046051,29.203559],[-83.051584,29.20893],[-83.065826,29.211575],[-83.07372,29.218248],[-83.072987,29.227362],[-83.061513,29.236802],[-83.068959,29.245754],[-83.075673,29.259508],[-83.084788,29.272203],[-83.099029,29.277777],[-83.11441,29.280504],[-83.132314,29.287258],[-83.148264,29.296088],[-83.157704,29.305121],[-83.161244,29.311591],[-83.163564,29.321682],[-83.165151,29.342678],[-83.167877,29.344306],[-83.185048,29.373969],[-83.215688,29.41059],[-83.232818,29.427069],[-83.253285,29.442288],[-83.278188,29.438544],[-83.305735,29.457953],[-83.356313,29.510565],[-83.366607,29.509263],[-83.379506,29.515082],[-83.404775,29.531684],[-83.399892,29.54092],[-83.40099,29.555121],[-83.405629,29.569525],[-83.411529,29.579495],[-83.401112,29.590562],[-83.394643,29.610541],[-83.392974,29.633734],[-83.397288,29.654527],[-83.408925,29.667304],[-83.425933,29.672024],[-83.445912,29.67475],[-83.466176,29.68183],[-83.474843,29.687567],[-83.486643,29.697699],[-83.49352,29.702338],[-83.527659,29.71601],[-83.543813,29.728095],[-83.562001,29.745754],[-83.576772,29.76496],[-83.582875,29.781806],[-83.583852,29.791978],[-83.589101,29.815904],[-83.593373,29.826158],[-83.602773,29.832506],[-83.612131,29.837307],[-83.616363,29.842597],[-83.624908,29.864325],[-83.662465,29.898668],[-83.67101,29.911566],[-83.680572,29.921291],[-83.724477,29.950141],[-83.736806,29.956204],[-83.75414,29.959866],[-83.766469,29.968817],[-83.787709,29.989691],[-83.811594,29.985338],[-83.856435,30.002387],[-83.950592,30.054429],[-84.024037,30.106594],[-84.043568,30.10517],[-84.075754,30.093329],[-84.147613,30.087877],[-84.168202,30.076361],[-84.178334,30.072821],[-84.183665,30.08161],[-84.18814,30.093573],[-84.19579,30.099555],[-84.198801,30.100775],[-84.200429,30.103339],[-84.203196,30.105902],[-84.209137,30.107082],[-84.215566,30.104967],[-84.221262,30.095771],[-84.227162,30.093329],[-84.24767,30.093329],[-84.247222,30.094916],[-84.250396,30.097602],[-84.25536,30.099677],[-84.26065,30.099555],[-84.269643,30.092678],[-84.277943,30.081285],[-84.283681,30.070746],[-84.285227,30.066067],[-84.316884,30.067816],[-84.328521,30.065985],[-84.364369,30.048529],[-84.370717,30.040473],[-84.370513,30.024482],[-84.377065,30.027289],[-84.379791,30.028957],[-84.383616,30.031928],[-84.391021,30.024482],[-84.387278,30.016425],[-84.386708,30.014146],[-84.388254,30.011908],[-84.391021,30.004055],[-84.387847,29.998928],[-84.383616,29.989691],[-84.380727,29.993598],[-84.373606,30.000393],[-84.370513,30.004055],[-84.364125,29.995022],[-84.343861,29.974026],[-84.346303,29.969875],[-84.360219,29.971991],[-84.385121,29.981391],[-84.419057,29.989976],[-84.438303,30.001207],[-84.453521,30.005194],[-84.466135,29.989691],[-84.449941,29.988837],[-84.446441,29.979315],[-84.44518,29.968329],[-84.435699,29.963039],[-84.373931,29.956204],[-84.343007,29.946763],[-84.33609,29.92536],[-84.348988,29.902045],[-84.377349,29.887356],[-84.367828,29.898098],[-84.363678,29.901557],[-84.363678,29.907782],[-84.401357,29.918606],[-84.442535,29.922065],[-84.462066,29.918647],[-84.481068,29.912909],[-84.497182,29.911811],[-84.508372,29.922065],[-84.562978,29.89411],[-84.60436,29.864691],[-84.653188,29.852769],[-84.683217,29.83393],[-84.733632,29.791693],[-84.746165,29.785834],[-84.772939,29.782782],[-84.788238,29.778713],[-84.81192,29.762763],[-84.82787,29.754381],[-84.847239,29.7508],[-84.860992,29.744289],[-84.875356,29.733222],[-84.886627,29.730048],[-84.891265,29.747382],[-84.886952,29.755601],[-84.857167,29.797919],[-84.87328,29.804633],[-84.886464,29.79914],[-84.899403,29.789781],[-84.914866,29.784898],[-84.928131,29.778469],[-84.94579,29.752834],[-84.970937,29.749579],[-84.991078,29.722846],[-85.004262,29.71601],[-85.083648,29.723456],[-85.124257,29.721829],[-85.240712,29.688707],[-85.262318,29.689358],[-85.285634,29.692816],[-85.307851,29.693427],[-85.346099,29.678371],[-85.365834,29.686347],[-85.382151,29.701565],[-85.391591,29.71601],[-85.410634,29.800116],[-85.413482,29.851386],[-85.398427,29.873603],[-85.395741,29.863715],[-85.398427,29.794827],[-85.395863,29.771877],[-85.388783,29.749213],[-85.377797,29.728176],[-85.351471,29.693427],[-85.343984,29.689114],[-85.330149,29.688707],[-85.320546,29.693305],[-85.308949,29.702704],[-85.301869,29.711859],[-85.305572,29.71601],[-85.306549,29.727729],[-85.302154,29.797919],[-85.311676,29.819525],[-85.343617,29.85578],[-85.350575,29.870185],[-85.356516,29.888739],[-85.370839,29.906968],[-85.388743,29.923245],[-85.405181,29.935126],[-85.519765,29.981757],[-85.549184,30.004055],[-85.55427,30.010199],[-85.557851,30.015937],[-85.560536,30.022691],[-85.562856,30.031928],[-85.555491,30.031928],[-85.544016,30.015326],[-85.523427,29.996894],[-85.500152,29.983832],[-85.480336,29.983547],[-85.6079,30.074449],[-85.621205,30.079739],[-85.670888,30.122952],[-85.679555,30.134345],[-85.671539,30.136379],[-85.610666,30.126899],[-85.61144,30.108466],[-85.54601,30.09101],[-85.528717,30.076361],[-85.512685,30.055325],[-85.477528,30.032864],[-85.442372,30.020168],[-85.42634,30.028225],[-85.418324,30.035793],[-85.402252,30.0397],[-85.390492,30.044745],[-85.395009,30.055569],[-85.402008,30.058783],[-85.418365,30.057847],[-85.42634,30.058661],[-85.430531,30.063056],[-85.430002,30.068264],[-85.430979,30.070502],[-85.440012,30.066067],[-85.451975,30.043606],[-85.462066,30.034898],[-85.476918,30.041571],[-85.485911,30.058173],[-85.483876,30.092108],[-85.487782,30.107082],[-85.505605,30.09927],[-85.512685,30.108344],[-85.508941,30.123603],[-85.494618,30.134345],[-85.494618,30.14057],[-85.513499,30.13935],[-85.528879,30.132392],[-85.54426,30.128079],[-85.562856,30.134345],[-85.563303,30.12759],[-85.565175,30.123033],[-85.567616,30.119086],[-85.569692,30.113918],[-85.583323,30.124213],[-85.605214,30.136868],[-85.628285,30.144599],[-85.645416,30.14057],[-85.653066,30.152167],[-85.662587,30.158759],[-85.697377,30.173651],[-85.705434,30.179023],[-85.712717,30.18594],[-85.72053,30.195787],[-85.699208,30.206529],[-85.657297,30.252102],[-85.641998,30.254136],[-85.618072,30.245836],[-85.579213,30.286119],[-85.555491,30.285142],[-85.567942,30.309394],[-85.576975,30.321194],[-85.586781,30.326117],[-85.596506,30.318264],[-85.620758,30.28205],[-85.63858,30.27147],[-85.643381,30.285102],[-85.654897,30.283596],[-85.669423,30.276068],[-85.683258,30.27147],[-85.694732,30.266018],[-85.701731,30.255032],[-85.708648,30.247016],[-85.72053,30.250434],[-85.720326,30.267564],[-85.7294,30.282416],[-85.742543,30.298407],[-85.754709,30.319281],[-85.765981,30.301581],[-85.777577,30.29442],[-85.809234,30.291409],[-85.825551,30.287177],[-85.843902,30.278225],[-85.85436,30.264838],[-85.847157,30.247301],[-85.831776,30.235907],[-85.820465,30.236029],[-85.8072,30.241116],[-85.785715,30.244208],[-85.767242,30.240546],[-85.755971,30.231594],[-85.746693,30.220282],[-85.734202,30.209418],[-85.749135,30.190497],[-85.741363,30.178371],[-85.723012,30.168158],[-85.706288,30.154853],[-85.713735,30.14057],[-85.726389,30.152167],[-85.734446,30.150214],[-85.728342,30.143866],[-85.72053,30.134345],[-85.744252,30.139472],[-85.864491,30.216254],[-85.950063,30.253079],[-86.065989,30.306057],[-86.19286,30.339789],[-86.364817,30.380764],[-86.484975,30.392768],[-86.510894,30.40762],[-86.509755,30.409125],[-86.509877,30.411811],[-86.508778,30.414944],[-86.493031,30.410468],[-86.412668,30.408108],[-86.347157,30.395006],[-86.334828,30.400092],[-86.327219,30.412014],[-86.321889,30.425605],[-86.316396,30.435981],[-86.311676,30.436469],[-86.310414,30.434963],[-86.30956,30.435981],[-86.305491,30.424465],[-86.298166,30.413235],[-86.28718,30.40469],[-86.241933,30.395006],[-86.235748,30.398993],[-86.229237,30.405707],[-86.226308,30.412055],[-86.231068,30.414944],[-86.24649,30.417304],[-86.258453,30.423041],[-86.260894,30.429999],[-86.248158,30.435981],[-86.234446,30.434475],[-86.220082,30.426744],[-86.19286,30.408108],[-86.145172,30.396064],[-86.135121,30.391303],[-86.117421,30.37934],[-86.107777,30.386705],[-86.106597,30.40058],[-86.114369,30.408108],[-86.115305,30.413316],[-86.14566,30.442206],[-86.151479,30.457261],[-86.146311,30.461737],[-86.138987,30.466742],[-86.138254,30.48314],[-86.164418,30.472073],[-86.182037,30.468817],[-86.194936,30.478217],[-86.207143,30.504869],[-86.223256,30.492255],[-86.243316,30.490953],[-86.286,30.497463],[-86.305287,30.495185],[-86.348541,30.485419],[-86.367909,30.48314],[-86.382192,30.47842],[-86.394683,30.468817],[-86.408355,30.461412],[-86.426259,30.463324],[-86.439809,30.476142],[-86.435211,30.490912],[-86.412668,30.517971],[-86.436635,30.518256],[-86.446401,30.516343],[-86.453603,30.511135],[-86.460439,30.50023],[-86.469838,30.501695],[-86.479807,30.511135],[-86.488352,30.524115],[-86.48762,30.512356],[-86.482533,30.487494],[-86.484609,30.480048],[-86.494985,30.47309],[-86.506907,30.46776],[-86.519765,30.464504],[-86.532704,30.463324],[-86.541656,30.460028],[-86.554067,30.445502],[-86.566518,30.442206],[-86.589915,30.445217],[-86.591176,30.440823],[-86.590728,30.425482],[-86.602284,30.41828],[-86.680084,30.422309],[-86.761383,30.41474],[-86.782541,30.422309],[-86.804596,30.412543],[-86.832916,30.408515],[-86.888987,30.408108],[-87.044504,30.389594],[-87.143951,30.365709],[-87.194081,30.360297],[-87.190053,30.371324],[-87.183583,30.375718],[-87.175445,30.377427],[-87.138092,30.392646],[-87.077748,30.406887],[-87.023101,30.407375],[-87.005238,30.410224],[-86.940175,30.456488],[-86.926991,30.451728],[-86.908355,30.442776],[-86.893788,30.43891],[-86.892405,30.449652],[-86.90453,30.461615],[-86.925201,30.47016],[-86.947581,30.475246],[-86.964426,30.476996],[-86.973378,30.48135],[-86.986806,30.500556],[-86.991363,30.504869],[-87.00121,30.505032],[-87.008697,30.506578],[-87.013539,30.511298],[-87.015289,30.521064],[-87.009348,30.535386],[-86.99474,30.546129],[-86.960683,30.559516],[-86.961497,30.564154],[-86.962717,30.567043],[-86.968129,30.573188],[-86.987213,30.562567],[-86.997548,30.575873],[-87.008453,30.596422],[-87.029612,30.607327],[-87.020131,30.589667],[-87.02123,30.579657],[-87.026438,30.572455],[-87.047841,30.518134],[-87.060455,30.494859],[-87.067535,30.460598],[-87.077382,30.449652],[-87.092926,30.44892],[-87.098378,30.460517],[-87.09675,30.476874],[-87.090972,30.490627],[-87.097727,30.503892],[-87.101186,30.521715],[-87.109609,30.535956],[-87.131337,30.538398],[-87.129506,30.543199],[-87.127024,30.554755],[-87.125111,30.559516],[-87.142242,30.561835],[-87.149281,30.570543],[-87.154408,30.580552],[-87.166127,30.586819],[-87.180572,30.584662],[-87.184193,30.574123],[-87.180409,30.542141],[-87.176137,30.529934],[-87.157338,30.504584],[-87.153066,30.486884],[-87.156809,30.474514],[-87.180409,30.435981],[-87.186635,30.435981],[-87.188791,30.438422],[-87.189849,30.439358],[-87.194081,30.442206],[-87.202382,30.418931],[-87.221547,30.412787],[-87.24413,30.411078],[-87.262929,30.401272],[-87.26537,30.391588],[-87.262359,30.367011],[-87.266021,30.357164],[-87.27477,30.353013],[-87.299916,30.349677],[-87.310129,30.346625],[-87.306549,30.328559],[-87.328847,30.319729],[-87.471059,30.293687],[-87.488271,30.285142],[-87.496409,30.287502],[-87.518463,30.282172],[-87.529205,30.277737],[-87.529205,30.285142],[-87.517649,30.289211],[-87.510732,30.294501],[-87.50475,30.300238],[-87.495717,30.30565],[-87.484242,30.308661],[-87.447336,30.313137],[-87.464426,30.320868],[-87.482045,30.326117],[-87.469838,30.330227],[-87.445058,30.329739],[-87.433013,30.332343],[-87.421457,30.340033],[-87.41393,30.350165],[-87.41454,30.360256],[-87.426829,30.367743],[-87.426829,30.374579],[-87.397369,30.405341],[-87.378774,30.417467],[-87.354848,30.422309],[-87.345611,30.42768],[-87.344838,30.439887],[-87.350087,30.453599],[-87.35851,30.463324],[-87.367096,30.465277],[-87.387074,30.463284],[-87.395741,30.466376],[-87.402699,30.47134],[-87.419611,30.479611],[-87.419619,30.479632],[-87.419696,30.479789],[-87.420258,30.480937],[-87.439032,30.528666],[-87.441376,30.544755],[-87.440204,30.549101],[-87.436395,30.557695],[-87.41933,30.584281],[-87.411224,30.610697],[-87.404657,30.645341],[-87.403803,30.660063],[-87.405194,30.67017],[-87.408514,30.673759],[-87.416547,30.680082],[-87.496845,30.722612],[-87.511151,30.732304],[-87.525214,30.749394],[-87.545844,30.782475],[-87.551532,30.789945],[-87.599725,30.831059],[-87.611054,30.843412],[-87.621137,30.856889],[-87.625311,30.865214],[-87.626923,30.873051],[-87.625995,30.879252],[-87.624432,30.885209],[-87.620429,30.895512],[-87.599945,30.934086],[-87.598285,30.93892],[-87.600311,30.985868],[-87.593646,30.999711],[-87.548505,30.99976],[-87.389642,30.99976],[-87.23078,30.999784],[-87.071893,30.999833],[-86.913031,30.999833],[-86.754169,30.999833],[-86.595282,30.999858],[-86.43642,30.999906],[-86.277557,30.999906],[-86.118671,30.999906],[-85.959808,30.999955],[-85.800946,31.000004],[-85.642059,31.000004],[-85.483197,31.000029],[-85.324335,31.000077],[-85.165448,31.000077],[-85.006586,31.000102],[-85.008759,30.996757],[-85.007806,30.984159],[-85.003339,30.97974],[-84.985907,30.969071],[-84.979877,30.963676],[-84.974213,30.952812],[-84.966205,30.922709],[-84.957733,30.915238],[-84.944061,30.891679],[-84.936615,30.868095],[-84.935346,30.825883],[-84.920477,30.760087]]]]},"type":"Feature","properties":{"postal":"FL","name":"Florida","type":"State","center":[-82.24965706447186,29.765582871570572]}},"GA":{"geometry":{"type":"MultiPolygon","coordinates":[[[[-81.454213,30.734849],[-81.461659,30.725816],[-81.469146,30.729315],[-81.478749,30.805976],[-81.478017,30.831692],[-81.478749,30.840074],[-81.481597,30.848863],[-81.490468,30.868109],[-81.492421,30.874213],[-81.482167,30.904364],[-81.432688,30.938788],[-81.424143,30.970404],[-81.417307,30.970404],[-81.417063,30.949897],[-81.419423,30.925279],[-81.428293,30.892564],[-81.431956,30.863105],[-81.441558,30.827379],[-81.457021,30.79975],[-81.457143,30.784573],[-81.450795,30.754462],[-81.454213,30.734849]]],[[[-81.261718,31.387792],[-81.279611,31.385481],[-81.29121,31.395217],[-81.30032,31.411516],[-81.289076,31.439956],[-81.271367,31.461903],[-81.257555,31.490356],[-81.251289,31.504578],[-81.234851,31.526501],[-81.220781,31.527682],[-81.202909,31.534334],[-81.184963,31.530085],[-81.17465,31.521421],[-81.186008,31.502812],[-81.198631,31.483102],[-81.213715,31.453559],[-81.23529,31.433785],[-81.261718,31.387792]]],[[[-81.149601,31.587015],[-81.16096,31.567314],[-81.175071,31.570503],[-81.17009,31.586897],[-81.16764,31.600003],[-81.177992,31.611944],[-81.179485,31.635942],[-81.171939,31.652358],[-81.160555,31.669889],[-81.149258,31.698339],[-81.136435,31.69841],[-81.13126,31.692978],[-81.133716,31.679864],[-81.133527,31.656941],[-81.128169,31.628596],[-81.138283,31.612172],[-81.149601,31.587015]]],[[[-83.115839,34.987211],[-83.121503,34.975444],[-83.125198,34.962387],[-83.134483,34.942493],[-83.158357,34.935198],[-83.182894,34.915303],[-83.204115,34.898724],[-83.220694,34.886787],[-83.239926,34.877502],[-83.256171,34.861918],[-83.26618,34.847856],[-83.279706,34.83787],[-83.294794,34.829643],[-83.308221,34.820048],[-83.31662,34.805717],[-83.320575,34.800004],[-83.32204,34.792631],[-83.322797,34.784501],[-83.324603,34.776469],[-83.328876,34.768363],[-83.345868,34.75059],[-83.355487,34.708427],[-83.323895,34.671708],[-83.232611,34.622636],[-83.199091,34.608964],[-83.17536,34.614604],[-83.168304,34.613139],[-83.166425,34.599662],[-83.158954,34.587236],[-83.121722,34.569877],[-83.100604,34.546293],[-83.079511,34.535112],[-83.063373,34.511528],[-83.047235,34.496635],[-83.01496,34.481718],[-82.967767,34.482963],[-82.899506,34.482963],[-82.857294,34.460649],[-82.846112,34.434574],[-82.84118,34.407255],[-82.827509,34.37498],[-82.818475,34.366093],[-82.76142,34.292778],[-82.753436,34.270072],[-82.734442,34.184721],[-82.728925,34.17078],[-82.722089,34.166508],[-82.705731,34.147734],[-82.682098,34.139579],[-82.669354,34.13018],[-82.658124,34.118754],[-82.650433,34.10872],[-82.63952,34.080863],[-82.631342,34.066899],[-82.607782,34.056376],[-82.599384,34.045414],[-82.589179,34.01746],[-82.577972,33.993901],[-82.570526,33.967802],[-82.558124,33.956645],[-82.541986,33.951664],[-82.522113,33.951664],[-82.506,33.938041],[-82.488593,33.916899],[-82.465009,33.894584],[-82.434003,33.877177],[-82.401703,33.86475],[-82.363251,33.843656],[-82.321039,33.815116],[-82.272626,33.777885],[-82.245306,33.750541],[-82.23288,33.705863],[-82.216766,33.686015],[-82.20827,33.663676],[-82.19389,33.634648],[-82.173993,33.616459],[-82.150531,33.602958],[-82.129047,33.594779],[-82.081512,33.582865],[-82.061786,33.574687],[-82.040936,33.560014],[-81.998749,33.515434],[-81.978217,33.499198],[-81.938055,33.476078],[-81.923944,33.458573],[-81.931049,33.437138],[-81.925922,33.431987],[-81.917401,33.416606],[-81.933221,33.414457],[-81.935858,33.406962],[-81.923602,33.382524],[-81.93786,33.376176],[-81.930975,33.361235],[-81.888495,33.318559],[-81.880121,33.312382],[-81.87641,33.317314],[-81.871527,33.32183],[-81.860468,33.32061],[-81.848724,33.316777],[-81.841669,33.313603],[-81.841669,33.306791],[-81.855316,33.300541],[-81.838251,33.289384],[-81.83122,33.277909],[-81.834515,33.267509],[-81.84848,33.259599],[-81.833246,33.237162],[-81.817548,33.224687],[-81.799506,33.219218],[-81.777094,33.218022],[-81.770477,33.20977],[-81.764764,33.169926],[-81.759735,33.155937],[-81.724139,33.131132],[-81.636102,33.10059],[-81.595233,33.080863],[-81.567084,33.057743],[-81.551923,33.04976],[-81.530096,33.046708],[-81.517621,33.039555],[-81.50517,33.022587],[-81.495721,33.00225],[-81.492206,32.985258],[-81.500458,32.951029],[-81.500409,32.931694],[-81.488788,32.923197],[-81.437567,32.848075],[-81.428119,32.820365],[-81.425116,32.804814],[-81.423944,32.790043],[-81.418597,32.774687],[-81.408466,32.760649],[-81.402509,32.744902],[-81.403436,32.731401],[-81.409686,32.724565],[-81.412177,32.712309],[-81.416058,32.701957],[-81.413397,32.69727],[-81.40871,32.694535],[-81.402899,32.687992],[-81.398041,32.680107],[-81.396014,32.673344],[-81.399262,32.654228],[-81.404657,32.638822],[-81.405756,32.624296],[-81.396014,32.60789],[-81.383392,32.597319],[-81.36535,32.586381],[-81.344794,32.577812],[-81.314813,32.572929],[-81.305804,32.569071],[-81.297577,32.563627],[-81.290204,32.557328],[-81.27536,32.542631],[-81.270087,32.538871],[-81.266278,32.539604],[-81.244354,32.529716],[-81.238959,32.525956],[-81.235321,32.517143],[-81.233417,32.505766],[-81.228265,32.496],[-81.214764,32.491801],[-81.200751,32.48455],[-81.196307,32.467826],[-81.197382,32.436576],[-81.166986,32.354643],[-81.151971,32.350321],[-81.139716,32.338578],[-81.131781,32.321195],[-81.129755,32.300004],[-81.131805,32.288188],[-81.13952,32.274662],[-81.142767,32.265263],[-81.144476,32.254057],[-81.142767,32.228007],[-81.144891,32.222123],[-81.154291,32.204887],[-81.156415,32.193876],[-81.153778,32.187309],[-81.135956,32.1554],[-81.136273,32.152323],[-81.138055,32.148222],[-81.138763,32.142729],[-81.135956,32.135527],[-81.131464,32.130912],[-81.120917,32.125688],[-81.115448,32.121879],[-81.086542,32.091508],[-81.077899,32.087113],[-81.020038,32.091215],[-80.998163,32.087113],[-80.957953,32.07078],[-80.950971,32.063529],[-80.94455,32.049711],[-80.929242,32.039726],[-80.911005,32.033891],[-80.890936,32.032475],[-80.890288,32.032657],[-80.889394,32.030422],[-80.879018,32.026516],[-80.865224,32.026516],[-80.848134,32.022162],[-80.835683,32.002916],[-80.853912,31.982164],[-80.903391,31.950507],[-80.912668,31.955878],[-80.919504,31.965237],[-80.923451,31.974026],[-80.923818,31.977769],[-80.937367,31.976467],[-80.944325,31.969184],[-80.948638,31.961127],[-80.954661,31.957343],[-80.964752,31.948798],[-80.963124,31.93065],[-80.949534,31.913723],[-80.923818,31.908881],[-80.95816,31.87934],[-80.980458,31.865383],[-80.995229,31.864488],[-81.012603,31.874457],[-81.057688,31.881903],[-81.074696,31.888414],[-81.080678,31.896633],[-81.086822,31.90766],[-81.095326,31.916002],[-81.108225,31.916327],[-81.118235,31.90766],[-81.111806,31.898017],[-81.09142,31.884996],[-81.090321,31.875718],[-81.130198,31.866767],[-81.142974,31.854926],[-81.087717,31.84748],[-81.081899,31.84398],[-81.061025,31.826972],[-81.045155,31.827826],[-81.039906,31.826972],[-81.04955,31.813544],[-81.060902,31.788153],[-81.091379,31.75434],[-81.10554,31.742662],[-81.119049,31.737616],[-81.171376,31.73664],[-81.204579,31.741441],[-81.228627,31.75495],[-81.238637,31.763088],[-81.253163,31.77025],[-81.266591,31.772406],[-81.273305,31.76553],[-81.269195,31.751695],[-81.256215,31.744778],[-81.225494,31.737616],[-81.196278,31.717597],[-81.198964,31.699449],[-81.239125,31.663072],[-81.251939,31.647173],[-81.258865,31.632098],[-81.300933,31.570787],[-81.31827,31.565553],[-81.331091,31.552431],[-81.333366,31.544397],[-81.320196,31.522447],[-81.328237,31.502342],[-81.327022,31.498342],[-81.326973,31.493331],[-81.326905,31.486316],[-81.331433,31.467234],[-81.365277,31.437887],[-81.363899,31.41583],[-81.348369,31.388867],[-81.33523,31.366906],[-81.325657,31.348929],[-81.336183,31.34282],[-81.428863,31.352851],[-81.450795,31.361477],[-81.470937,31.37287],[-81.47997,31.374213],[-81.492421,31.367662],[-81.46703,31.347805],[-81.426503,31.332953],[-81.381988,31.323676],[-81.344716,31.320502],[-81.328277,31.315253],[-81.285064,31.287665],[-81.269887,31.274848],[-81.26769,31.258734],[-81.274648,31.235541],[-81.288564,31.220933],[-81.307485,31.230455],[-81.34317,31.18065],[-81.367543,31.153551],[-81.385976,31.14175],[-81.40925,31.143256],[-81.417958,31.148993],[-81.418568,31.16059],[-81.415517,31.207221],[-81.423004,31.219631],[-81.444651,31.216783],[-81.454823,31.206],[-81.456532,31.190416],[-81.448638,31.150946],[-81.446929,31.130845],[-81.451731,31.117092],[-81.487294,31.133612],[-81.495839,31.126207],[-81.492584,31.113674],[-81.464019,31.102607],[-81.440989,31.081366],[-81.430287,31.073432],[-81.430898,31.093207],[-81.424916,31.104722],[-81.403676,31.121283],[-81.405385,31.094794],[-81.424143,31.025051],[-81.430287,31.025051],[-81.443023,31.044745],[-81.46345,31.067328],[-81.488108,31.085842],[-81.513539,31.093329],[-81.499379,31.074612],[-81.459137,31.038642],[-81.450795,31.021918],[-81.456776,31.001654],[-81.472483,30.991889],[-81.519683,30.984076],[-81.519683,30.97663],[-81.499257,30.968207],[-81.464101,30.968451],[-81.450795,30.963568],[-81.46231,30.948676],[-81.492991,30.918524],[-81.499257,30.905585],[-81.500356,30.900051],[-81.505116,30.886176],[-81.506012,30.881659],[-81.502797,30.871975],[-81.497548,30.866156],[-81.493153,30.859442],[-81.492421,30.846869],[-81.501576,30.850775],[-81.511708,30.853339],[-81.522328,30.854438],[-81.533355,30.853705],[-81.533355,30.846869],[-81.519032,30.841783],[-81.514882,30.832017],[-81.515045,30.819485],[-81.513539,30.805976],[-81.508656,30.79678],[-81.496734,30.783352],[-81.492421,30.771796],[-81.494781,30.749213],[-81.501291,30.724351],[-81.50003,30.712185],[-81.500028,30.712165],[-81.507196,30.713676],[-81.525262,30.718144],[-81.557709,30.709574],[-81.567157,30.709428],[-81.608588,30.71746],[-81.618597,30.721293],[-81.632221,30.72891],[-81.639325,30.729081],[-81.649725,30.727421],[-81.660419,30.728422],[-81.708759,30.741069],[-81.723505,30.746733],[-81.733539,30.752104],[-81.739862,30.757231],[-81.749823,30.76331],[-81.763763,30.766508],[-81.772919,30.767265],[-81.781805,30.766191],[-81.873016,30.798539],[-81.886591,30.80518],[-81.894354,30.810478],[-81.909052,30.81851],[-81.917914,30.820219],[-81.925531,30.820683],[-81.931805,30.820268],[-81.945721,30.821049],[-81.953387,30.82061],[-81.961981,30.818412],[-81.966864,30.814628],[-81.969696,30.810697],[-81.971259,30.80435],[-81.971185,30.802275],[-81.972186,30.795512],[-81.973602,30.790702],[-81.976679,30.786235],[-81.981024,30.783134],[-81.98996,30.781596],[-81.998212,30.782475],[-82.008588,30.785404],[-82.013617,30.784135],[-82.016693,30.780424],[-82.018549,30.770072],[-82.020258,30.764482],[-82.023212,30.759574],[-82.034955,30.749394],[-82.037811,30.745561],[-82.039764,30.741313],[-82.041327,30.736698],[-82.042059,30.726908],[-82.038837,30.702299],[-82.039301,30.696318],[-82.040595,30.690068],[-82.047479,30.667216],[-82.048236,30.661698],[-82.047308,30.650053],[-82.045355,30.642094],[-82.041937,30.632914],[-82.037372,30.62393],[-82.018109,30.600395],[-82.013715,30.592729],[-82.012152,30.587992],[-82.010956,30.577958],[-82.011346,30.566484],[-82.024872,30.500102],[-82.045038,30.437626],[-82.047626,30.424565],[-82.048163,30.418315],[-82.046259,30.389604],[-82.046478,30.383256],[-82.048578,30.375395],[-82.052435,30.371684],[-82.057684,30.369194],[-82.085175,30.362724],[-82.089569,30.362699],[-82.094525,30.36309],[-82.113202,30.368119],[-82.119989,30.369291],[-82.16618,30.364555],[-82.175824,30.365238],[-82.18288,30.367289],[-82.188007,30.370341],[-82.191864,30.373905],[-82.197504,30.382572],[-82.212518,30.41956],[-82.214789,30.42852],[-82.214862,30.433598],[-82.214301,30.439384],[-82.211664,30.451127],[-82.206781,30.465629],[-82.205707,30.471],[-82.205316,30.476298],[-82.205927,30.480693],[-82.207343,30.485404],[-82.212054,30.494096],[-82.216327,30.500492],[-82.23996,30.527177],[-82.245477,30.535234],[-82.246698,30.539482],[-82.246478,30.543461],[-82.244769,30.547172],[-82.240643,30.553715],[-82.237787,30.56016],[-82.237811,30.56309],[-82.239838,30.564653],[-82.281146,30.567045],[-82.317694,30.569218],[-82.364545,30.572001],[-82.42099,30.575321],[-82.4862,30.579203],[-82.55954,30.583549],[-82.640155,30.588334],[-82.727289,30.59351],[-82.820282,30.599003],[-82.918329,30.604838],[-83.020673,30.610893],[-83.126532,30.617167],[-83.235199,30.623612],[-83.345892,30.63018],[-83.457904,30.636845],[-83.570404,30.64351],[-83.682709,30.650199],[-83.794012,30.656816],[-83.903632,30.663285],[-84.010736,30.669657],[-84.114667,30.675834],[-84.214594,30.681767],[-84.30976,30.687382],[-84.399432,30.69268],[-84.48288,30.697636],[-84.559345,30.702153],[-84.627997,30.706254],[-84.688202,30.709819],[-84.73913,30.712821],[-84.780072,30.715287],[-84.810272,30.71707],[-84.828876,30.718144],[-84.835272,30.718534],[-84.867011,30.720365],[-84.875775,30.719145],[-84.920477,30.760087],[-84.935346,30.825883],[-84.936615,30.868095],[-84.944061,30.891679],[-84.957733,30.915238],[-84.966205,30.922709],[-84.974213,30.952812],[-84.979877,30.963676],[-84.985907,30.969071],[-85.003339,30.97974],[-85.007806,30.984159],[-85.008759,30.996757],[-85.006586,31.000102],[-85.003803,31.004399],[-84.99743,31.010649],[-84.994135,31.018901],[-84.996112,31.029374],[-85.005585,31.039897],[-85.018182,31.086845],[-85.042328,31.128862],[-85.069647,31.161186],[-85.089716,31.169755],[-85.101019,31.18267],[-85.10246,31.198466],[-85.097186,31.234281],[-85.099335,31.243998],[-85.108392,31.263627],[-85.110199,31.271537],[-85.107147,31.281742],[-85.094452,31.297367],[-85.089716,31.306279],[-85.083661,31.382939],[-85.076654,31.41956],[-85.055609,31.443461],[-85.065448,31.472074],[-85.059637,31.492729],[-85.048529,31.511674],[-85.042548,31.535331],[-85.044598,31.548954],[-85.053534,31.568852],[-85.055609,31.576591],[-85.056073,31.603886],[-85.058026,31.616508],[-85.066962,31.635258],[-85.101337,31.675566],[-85.109491,31.692338],[-85.137054,31.803691],[-85.143915,31.823954],[-85.137421,31.845243],[-85.13642,31.851493],[-85.135077,31.856352],[-85.130072,31.869511],[-85.122089,31.902958],[-85.102679,31.94141],[-85.07453,31.980668],[-85.070429,31.985331],[-85.061884,32.000224],[-85.060443,32.003935],[-85.057025,32.028764],[-85.064471,32.051127],[-85.061298,32.07393],[-85.051215,32.091508],[-85.048749,32.104496],[-85.049115,32.129203],[-85.047382,32.137626],[-85.031366,32.170439],[-85.02453,32.17957],[-85.017719,32.183329],[-85.004388,32.185038],[-84.987616,32.189604],[-84.971307,32.196171],[-84.959393,32.203788],[-84.975311,32.212504],[-84.971747,32.22078],[-84.956854,32.223979],[-84.938886,32.21746],[-84.930194,32.222319],[-84.922455,32.229716],[-84.919501,32.239701],[-84.925262,32.252201],[-84.916644,32.252665],[-84.907709,32.255473],[-84.900726,32.260868],[-84.897943,32.268998],[-84.89997,32.276347],[-84.904462,32.278373],[-84.908905,32.279106],[-84.914984,32.290434],[-84.924628,32.297172],[-84.972308,32.320561],[-84.991888,32.336869],[-84.995355,32.35518],[-84.973651,32.375126],[-84.978876,32.386528],[-84.974628,32.396195],[-84.968109,32.407402],[-84.966596,32.420317],[-84.967743,32.433549],[-84.97619,32.448344],[-84.986615,32.462553],[-84.994135,32.478154],[-84.998969,32.510307],[-85.003095,32.523075],[-85.014618,32.539604],[-85.083514,32.615336],[-85.077704,32.62852],[-85.085492,32.63643],[-85.097308,32.643095],[-85.103387,32.652543],[-85.101141,32.670219],[-85.101801,32.682841],[-85.11181,32.703373],[-85.11767,32.738237],[-85.125824,32.749858],[-85.135175,32.760087],[-85.138959,32.769657],[-85.130682,32.779203],[-85.136249,32.785942],[-85.156415,32.80435],[-85.162543,32.810771],[-85.167474,32.817729],[-85.170673,32.82559],[-85.171674,32.834428],[-85.16872,32.863163],[-85.201337,32.935234],[-85.198627,32.944364],[-85.206805,32.983622],[-85.208002,32.989408],[-85.211517,33.006254],[-85.217084,33.033451],[-85.224677,33.070268],[-85.234149,33.115922],[-85.244745,33.169682],[-85.257245,33.230863],[-85.268182,33.298661],[-85.283026,33.372416],[-85.298651,33.451298],[-85.314276,33.534574],[-85.332245,33.621562],[-85.350214,33.711528],[-85.365741,33.793119],[-85.386151,33.897319],[-85.404901,33.991728],[-85.422089,34.082865],[-85.440839,34.179789],[-85.458807,34.271928],[-85.477557,34.361918],[-85.497089,34.448905],[-85.515057,34.532206],[-85.531464,34.611064],[-85.54787,34.684819],[-85.562714,34.752641],[-85.574432,34.813774],[-85.584589,34.867582],[-85.593182,34.913188],[-85.599432,34.950004],[-85.600995,34.962577],[-85.604462,34.979472],[-85.605682,34.985209],[-85.497968,34.983647],[-85.372406,34.983647],[-85.246845,34.985209],[-85.121259,34.986772],[-84.995673,34.987553],[-84.870111,34.988334],[-84.74455,34.988334],[-84.618964,34.988334],[-84.577167,34.988334],[-84.506439,34.988334],[-84.412518,34.988334],[-84.324628,34.987065],[-84.249042,34.987895],[-84.173383,34.988725],[-84.097772,34.989555],[-84.022186,34.990385],[-83.946576,34.991264],[-83.870966,34.99207],[-83.795331,34.992851],[-83.719721,34.99373],[-83.64411,34.994584],[-83.568451,34.99539],[-83.492865,34.996195],[-83.417255,34.997074],[-83.34162,34.997904],[-83.266034,34.998783],[-83.190399,34.999613],[-83.114764,35.000444],[-83.114349,34.999223],[-83.115839,34.987211]]]]},"type":"Feature","properties":{"postal":"GA","name":"Georgia","type":"State","center":[-83.49336991312298,32.950998200336414]}},"MS":{"geometry":{"type":"MultiPolygon","coordinates":[[[[-88.942738,30.213813],[-88.969309,30.210639],[-88.967356,30.214301],[-88.940785,30.217515],[-88.927846,30.217597],[-88.942738,30.213813]]],[[[-88.427358,30.216254],[-88.434193,30.209418],[-88.469716,30.210842],[-88.503041,30.216254],[-88.503041,30.223782],[-88.427358,30.216254]]],[[[-89.064809,30.236762],[-89.068186,30.225816],[-89.084625,30.195787],[-89.089467,30.196601],[-89.092519,30.197659],[-89.095286,30.19953],[-89.098948,30.203274],[-89.094838,30.206122],[-89.089508,30.211982],[-89.084625,30.216254],[-89.092152,30.223782],[-89.098948,30.216254],[-89.107981,30.227118],[-89.121409,30.230862],[-89.153554,30.229926],[-89.153554,30.236762],[-89.101308,30.235053],[-89.077016,30.24079],[-89.064809,30.257799],[-89.057973,30.257799],[-89.057485,30.252672],[-89.062978,30.249742],[-89.065541,30.246975],[-89.064809,30.236762]]],[[[-88.546457,30.220364],[-88.556264,30.216742],[-88.756337,30.244208],[-88.756337,30.250434],[-88.731313,30.257229],[-88.697825,30.25788],[-88.665191,30.252387],[-88.643056,30.240465],[-88.621205,30.231513],[-88.559682,30.231147],[-88.537913,30.224433],[-88.546457,30.220364]]],[[[-88.354462,34.998002],[-88.224481,34.997831],[-88.188837,34.997831],[-88.179071,34.997831],[-88.161591,34.95745],[-88.137372,34.928593],[-88.105023,34.910014],[-88.088153,34.908061],[-88.089423,34.892045],[-88.094135,34.855961],[-88.095258,34.847489],[-88.098578,34.822636],[-88.103827,34.782621],[-88.11098,34.728495],[-88.119867,34.661332],[-88.130341,34.582231],[-88.14223,34.492265],[-88.155389,34.392485],[-88.169696,34.284013],[-88.185028,34.167948],[-88.201239,34.04539],[-88.218158,33.917362],[-88.235638,33.785014],[-88.253583,33.649394],[-88.271796,33.511601],[-88.290106,33.372709],[-88.308466,33.233842],[-88.326703,33.096098],[-88.344623,32.960478],[-88.362128,32.828105],[-88.379022,32.700102],[-88.395184,32.577494],[-88.410541,32.461479],[-88.424872,32.353007],[-88.43808,32.253227],[-88.44997,32.163285],[-88.460419,32.084135],[-88.469305,32.016996],[-88.476483,31.962821],[-88.481757,31.922831],[-88.485004,31.898051],[-88.486151,31.889506],[-88.480902,31.795658],[-88.475629,31.701835],[-88.47038,31.607939],[-88.465155,31.514091],[-88.45993,31.420268],[-88.454681,31.326371],[-88.449408,31.232524],[-88.444159,31.1387],[-88.43891,31.044828],[-88.433637,30.950981],[-88.428436,30.857133],[-88.423163,30.763261],[-88.417938,30.669413],[-88.412714,30.57559],[-88.40744,30.481694],[-88.402216,30.38787],[-88.402213,30.38783],[-88.403147,30.3876],[-88.407338,30.382392],[-88.406565,30.370836],[-88.407541,30.35932],[-88.417388,30.354071],[-88.430531,30.351996],[-88.436757,30.346625],[-88.440907,30.339586],[-88.447825,30.332343],[-88.47057,30.323879],[-88.487701,30.329983],[-88.506256,30.340806],[-88.533193,30.346625],[-88.546132,30.346747],[-88.558461,30.348456],[-88.567738,30.353583],[-88.57429,30.374661],[-88.587554,30.383612],[-88.591217,30.395006],[-88.598704,30.395006],[-88.616933,30.370347],[-88.662221,30.35456],[-88.711659,30.350287],[-88.742055,30.354071],[-88.845855,30.422593],[-88.927642,30.442206],[-88.951894,30.432359],[-88.966054,30.4289],[-88.982289,30.428534],[-88.982289,30.422309],[-88.859364,30.408108],[-88.876088,30.395209],[-88.907135,30.392808],[-88.968617,30.395006],[-88.98233,30.390937],[-89.013417,30.377427],[-89.026967,30.374579],[-89.043568,30.372748],[-89.114735,30.352362],[-89.177887,30.337226],[-89.240224,30.320746],[-89.253489,30.319281],[-89.270985,30.322821],[-89.273346,30.330797],[-89.264882,30.339993],[-89.249745,30.346625],[-89.267974,30.355211],[-89.30016,30.376532],[-89.321767,30.380764],[-89.331939,30.377143],[-89.34496,30.368638],[-89.354807,30.358588],[-89.35558,30.350328],[-89.347279,30.34748],[-89.323598,30.346422],[-89.318674,30.343207],[-89.318349,30.323961],[-89.320546,30.312079],[-89.33023,30.302883],[-89.421051,30.257799],[-89.413808,30.244696],[-89.41808,30.234117],[-89.434722,30.216254],[-89.437815,30.205756],[-89.438588,30.197333],[-89.442535,30.189765],[-89.45519,30.181545],[-89.462026,30.188951],[-89.456776,30.194648],[-89.459543,30.19717],[-89.468251,30.203274],[-89.476877,30.193345],[-89.491078,30.188666],[-89.50593,30.189439],[-89.516672,30.195787],[-89.523508,30.195787],[-89.52598,30.192788],[-89.532489,30.200004],[-89.544843,30.2033],[-89.55683,30.199443],[-89.564887,30.189067],[-89.587885,30.212138],[-89.617108,30.273246],[-89.636273,30.302348],[-89.634589,30.343437],[-89.639374,30.360356],[-89.668085,30.39915],[-89.67475,30.414994],[-89.675531,30.423466],[-89.674042,30.441215],[-89.67475,30.449736],[-89.677606,30.45684],[-89.694183,30.483305],[-89.722333,30.500419],[-89.735785,30.531474],[-89.752069,30.541362],[-89.784003,30.552153],[-89.799457,30.565873],[-89.825604,30.614237],[-89.812982,30.634892],[-89.820844,30.652153],[-89.836224,30.667533],[-89.846063,30.682499],[-89.844647,30.700419],[-89.837225,30.722148],[-89.818134,30.758232],[-89.82453,30.77703],[-89.815643,30.794145],[-89.790814,30.819682],[-89.775165,30.877787],[-89.751971,30.91453],[-89.738959,30.950419],[-89.732196,30.98516],[-89.735272,31.000102],[-89.772772,31.000102],[-89.81579,31.000102],[-89.835858,31.000102],[-89.89267,31.000102],[-89.980902,31.000151],[-90.095355,31.000151],[-90.23078,31.000151],[-90.356884,31.000151],[-90.381952,31.000151],[-90.543597,31.000151],[-90.710468,31.000151],[-90.877313,31.000151],[-91.038959,31.000151],[-91.190082,31.000175],[-91.325507,31.000175],[-91.43996,31.000224],[-91.528265,31.000224],[-91.585053,31.000224],[-91.605096,31.000224],[-91.651434,31.000224],[-91.657343,31.000224],[-91.579022,31.056156],[-91.585223,31.081889],[-91.615765,31.113774],[-91.62746,31.141825],[-91.626361,31.15142],[-91.61579,31.168827],[-91.613153,31.179667],[-91.610761,31.183476],[-91.606464,31.194242],[-91.604633,31.205522],[-91.60976,31.210697],[-91.623602,31.217997],[-91.639203,31.235234],[-91.649579,31.2554],[-91.647919,31.271537],[-91.632953,31.278276],[-91.609442,31.280009],[-91.562274,31.278349],[-91.541034,31.282524],[-91.528803,31.293486],[-91.522284,31.309013],[-91.508612,31.373661],[-91.499237,31.382768],[-91.497089,31.39163],[-91.495575,31.411259],[-91.497333,31.417143],[-91.509979,31.438188],[-91.520111,31.449687],[-91.524408,31.457133],[-91.528949,31.500614],[-91.505853,31.530009],[-91.435663,31.573197],[-91.43454,31.580082],[-91.429535,31.590824],[-91.428827,31.61475],[-91.409833,31.701176],[-91.408344,31.720903],[-91.404169,31.738383],[-91.373602,31.786088],[-91.360663,31.823271],[-91.351337,31.840727],[-91.336029,31.858085],[-91.318768,31.867533],[-91.276654,31.875541],[-91.257489,31.881669],[-91.238202,31.894389],[-91.192328,31.940019],[-91.185761,31.948393],[-91.175995,31.969023],[-91.168158,31.977861],[-91.158392,31.983256],[-91.127167,31.991532],[-91.091425,32.014115],[-91.069159,32.048197],[-91.068915,32.084721],[-91.099237,32.114408],[-91.099628,32.121147],[-91.099115,32.131034],[-91.095429,32.141337],[-91.0862,32.149198],[-91.032294,32.147538],[-90.997968,32.197953],[-90.966522,32.26165],[-90.921088,32.300004],[-90.921088,32.30684],[-90.913226,32.310063],[-90.909833,32.32432],[-90.916547,32.339848],[-90.939081,32.347196],[-90.974042,32.351762],[-90.990497,32.357206],[-90.99743,32.364555],[-91.006244,32.404325],[-91.0289,32.422904],[-91.059735,32.433866],[-91.093036,32.450834],[-91.105194,32.465116],[-91.108759,32.481474],[-91.106683,32.522514],[-91.104437,32.531987],[-91.100043,32.543168],[-91.097089,32.555131],[-91.099237,32.566899],[-91.106732,32.574687],[-91.130682,32.587699],[-91.140814,32.594828],[-91.152411,32.608891],[-91.161005,32.625395],[-91.166327,32.644487],[-91.168158,32.666215],[-91.157269,32.680375],[-91.132367,32.684648],[-91.104877,32.685624],[-91.0862,32.689799],[-91.070233,32.710942],[-91.074872,32.72852],[-91.092792,32.74058],[-91.142181,32.747612],[-91.154559,32.755888],[-91.157269,32.770854],[-91.149872,32.810453],[-91.133344,32.858549],[-91.123749,32.868559],[-91.111151,32.874198],[-91.09599,32.888066],[-91.081781,32.905863],[-91.071942,32.923197],[-91.091278,32.943608],[-91.103876,32.953642],[-91.11662,32.957939],[-91.132367,32.959623],[-91.149213,32.964311],[-91.162616,32.971757],[-91.168158,32.981523],[-91.166473,33.014335],[-91.161298,33.118705],[-91.152704,33.131059],[-91.133148,33.138041],[-91.112152,33.143144],[-91.099237,33.149736],[-91.09306,33.16746],[-91.095477,33.184721],[-91.106683,33.218022],[-91.107587,33.267826],[-91.112909,33.280082],[-91.126239,33.289237],[-91.157269,33.298832],[-91.168158,33.300541],[-91.182098,33.320024],[-91.171356,33.341459],[-91.134003,33.382524],[-91.12868,33.401567],[-91.125238,33.431034],[-91.126166,33.460063],[-91.127167,33.47808],[-91.160956,33.507182],[-91.180804,33.520756],[-91.199481,33.526469],[-91.215765,33.53394],[-91.230927,33.550395],[-91.235419,33.56685],[-91.219647,33.574272],[-91.195868,33.574443],[-91.173676,33.577519],[-91.156464,33.587504],[-91.147675,33.608451],[-91.151679,33.633403],[-91.167645,33.646684],[-91.2091,33.663676],[-91.22868,33.680741],[-91.225922,33.689897],[-91.210565,33.696977],[-91.192328,33.708061],[-91.153119,33.752079],[-91.144232,33.759257],[-91.137518,33.762895],[-91.116425,33.780473],[-91.106683,33.786576],[-91.095209,33.788627],[-91.06828,33.789604],[-91.058295,33.793388],[-91.045429,33.814506],[-91.051581,33.833451],[-91.062958,33.849491],[-91.069257,33.883671],[-91.050262,33.906205],[-91.035614,33.930473],[-91.052069,33.957865],[-91.065839,33.964482],[-91.079071,33.968949],[-91.089081,33.975712],[-91.093036,33.98953],[-91.084637,33.996684],[-91.030951,34.006303],[-91.018074,34.011873],[-90.975189,34.030424],[-90.95246,34.033573],[-90.928973,34.033378],[-90.909222,34.035307],[-90.892987,34.043193],[-90.880145,34.060917],[-90.88244,34.099467],[-90.954926,34.128813],[-90.955878,34.157109],[-90.942328,34.167582],[-90.892914,34.19307],[-90.87702,34.198075],[-90.864276,34.206279],[-90.82558,34.279618],[-90.821161,34.285649],[-90.814569,34.287406],[-90.801288,34.287455],[-90.785053,34.281449],[-90.775214,34.27974],[-90.770892,34.284062],[-90.767767,34.294194],[-90.753803,34.312895],[-90.750409,34.320976],[-90.751947,34.333403],[-90.760956,34.352226],[-90.764081,34.366386],[-90.76391,34.375444],[-90.759369,34.380693],[-90.746991,34.372807],[-90.738837,34.369071],[-90.727533,34.368266],[-90.685761,34.372343],[-90.66286,34.379472],[-90.626263,34.396098],[-90.593964,34.425053],[-90.586054,34.454374],[-90.586493,34.489018],[-90.576068,34.573515],[-90.593866,34.642338],[-90.585297,34.684696],[-90.567987,34.719853],[-90.55368,34.739994],[-90.541229,34.743046],[-90.522186,34.732963],[-90.499677,34.732133],[-90.478241,34.737504],[-90.469232,34.746147],[-90.45473,34.759306],[-90.459833,34.777787],[-90.471185,34.797709],[-90.475458,34.815043],[-90.463886,34.827934],[-90.352362,34.864067],[-90.305414,34.888969],[-90.271796,34.923051],[-90.270624,34.965263],[-90.301239,34.995658],[-90.304218,35.000077],[-90.174213,34.999931],[-90.044257,34.999833],[-89.914276,34.999711],[-89.784247,34.99954],[-89.654315,34.999394],[-89.524335,34.999223],[-89.39433,34.999076],[-89.264374,34.998954],[-89.134369,34.998832],[-89.004388,34.998686],[-88.874408,34.998539],[-88.744428,34.998393],[-88.614423,34.998222],[-88.484467,34.998124],[-88.354462,34.998002]]]]},"type":"Feature","properties":{"postal":"MS","name":"Mississippi","type":"State","center":[-89.7485139460448,32.950998200336414]}},"SC":{"geometry":{"type":"MultiPolygon","coordinates":[[[[-79.360951,33.005683],[-79.368398,33.005683],[-79.368072,33.024888],[-79.363108,33.043036],[-79.353098,33.057563],[-79.337758,33.066148],[-79.335561,33.064683],[-79.335113,33.063178],[-79.336578,33.061713],[-79.340443,33.060248],[-79.341624,33.045233],[-79.360951,33.005683]]],[[[-82.367133,35.201274],[-82.362811,35.200077],[-82.287201,35.205888],[-82.215741,35.202812],[-82.206195,35.202445],[-82.179022,35.201274],[-82.136371,35.199467],[-82.080365,35.197026],[-82.013055,35.194194],[-81.936591,35.190922],[-81.853119,35.187358],[-81.764716,35.183598],[-81.673529,35.179716],[-81.581659,35.175785],[-81.491278,35.171977],[-81.404462,35.168241],[-81.323358,35.164799],[-81.250018,35.161674],[-81.186639,35.15894],[-81.135321,35.156767],[-81.073529,35.154203],[-81.061005,35.152226],[-81.052606,35.149589],[-81.048456,35.146342],[-81.044745,35.142778],[-81.041864,35.138822],[-81.039618,35.13477],[-81.038226,35.129814],[-81.03786,35.124516],[-81.038397,35.119194],[-81.040692,35.114067],[-81.051996,35.094975],[-81.053485,35.090824],[-81.054315,35.087211],[-81.054706,35.083134],[-81.053729,35.078617],[-81.052313,35.073881],[-81.048969,35.069071],[-81.045209,35.064579],[-81.038495,35.059965],[-81.033319,35.059819],[-81.027704,35.061283],[-80.944867,35.109965],[-80.938031,35.112992],[-80.933637,35.112651],[-80.930389,35.111088],[-80.927118,35.108134],[-80.890497,35.068095],[-80.836591,35.00933],[-80.792914,34.961747],[-80.789423,34.955741],[-80.788641,34.949296],[-80.792645,34.845927],[-80.792279,34.838993],[-80.790179,34.832719],[-80.784027,34.827592],[-80.776239,34.825737],[-80.736786,34.824955],[-80.725629,34.82476],[-80.694012,34.824174],[-80.644916,34.823271],[-80.58122,34.822123],[-80.505902,34.820707],[-80.421796,34.819169],[-80.331854,34.817485],[-80.239008,34.815751],[-80.146137,34.813993],[-80.05622,34.812358],[-79.972089,34.810795],[-79.896747,34.809404],[-79.833075,34.808207],[-79.783954,34.807279],[-79.752338,34.806767],[-79.74118,34.806498],[-79.703803,34.805815],[-79.67348,34.801274],[-79.65351,34.795732],[-79.621722,34.768949],[-79.556171,34.713578],[-79.490643,34.658158],[-79.425116,34.602763],[-79.359564,34.547367],[-79.294037,34.491972],[-79.22851,34.436576],[-79.162958,34.381181],[-79.09743,34.325785],[-79.031903,34.27039],[-78.966376,34.214994],[-78.900848,34.159599],[-78.835321,34.104203],[-78.769745,34.048808],[-78.704242,33.993437],[-78.638715,33.938041],[-78.573163,33.882621],[-78.573145,33.882606],[-78.600006,33.875881],[-78.600006,33.869045],[-78.590443,33.867621],[-78.582875,33.863715],[-78.577219,33.857164],[-78.573313,33.847968],[-78.615061,33.845771],[-78.656972,33.831936],[-78.763336,33.778551],[-78.867502,33.704535],[-78.937978,33.642076],[-79.031484,33.533596],[-79.133127,33.417426],[-79.156117,33.375556],[-79.148671,33.368801],[-79.156117,33.357815],[-79.182607,33.241278],[-79.183461,33.217922],[-79.189605,33.217922],[-79.197377,33.232327],[-79.198638,33.268459],[-79.203277,33.286811],[-79.213694,33.300686],[-79.226877,33.306301],[-79.268463,33.306708],[-79.272043,33.317288],[-79.263173,33.340277],[-79.237172,33.386542],[-79.200999,33.422105],[-79.189605,33.430854],[-79.189605,33.436998],[-79.212026,33.428371],[-79.232289,33.412095],[-79.277089,33.359117],[-79.288238,33.33926],[-79.296376,33.317776],[-79.299469,33.29678],[-79.291412,33.277737],[-79.272043,33.261461],[-79.24828,33.250149],[-79.214019,33.242499],[-79.211334,33.233954],[-79.212392,33.222724],[-79.210113,33.211127],[-79.202952,33.192939],[-79.197255,33.187893],[-79.183461,33.183783],[-79.195912,33.175198],[-79.210194,33.167792],[-79.22289,33.157945],[-79.23058,33.142239],[-79.239329,33.149726],[-79.247222,33.166815],[-79.255116,33.170152],[-79.26891,33.166083],[-79.270009,33.156562],[-79.262807,33.14525],[-79.251698,33.135972],[-79.256337,33.130601],[-79.260894,33.126695],[-79.265981,33.124091],[-79.272206,33.122301],[-79.279205,33.13935],[-79.297271,33.149115],[-79.319895,33.153876],[-79.340443,33.155829],[-79.329823,33.142483],[-79.307607,33.137519],[-79.289866,33.130032],[-79.292633,33.10871],[-79.307688,33.095404],[-79.351796,33.078843],[-79.37149,33.064032],[-79.378733,33.046332],[-79.379791,33.029731],[-79.387034,33.01732],[-79.412465,33.012437],[-79.435374,33.010972],[-79.457631,33.006741],[-79.47704,33.000067],[-79.491322,32.9914],[-79.495717,33.001899],[-79.509023,33.021674],[-79.51183,33.029242],[-79.520009,33.041205],[-79.538645,33.036282],[-79.570139,33.019273],[-79.584828,33.013821],[-79.597157,33.000474],[-79.622914,32.955308],[-79.624501,32.943834],[-79.619456,32.932196],[-79.607411,32.916246],[-79.602162,32.92414],[-79.594472,32.930121],[-79.584869,32.934394],[-79.573842,32.936754],[-79.58141,32.921698],[-79.588735,32.91413],[-79.637807,32.890692],[-79.645253,32.888902],[-79.653717,32.88581],[-79.658193,32.87873],[-79.661529,32.871649],[-79.666371,32.868476],[-79.693023,32.860093],[-79.712229,32.840399],[-79.727935,32.817532],[-79.744537,32.799628],[-79.798655,32.773098],[-79.828725,32.762763],[-79.850982,32.758612],[-79.862131,32.764065],[-79.870839,32.776028],[-79.881663,32.787991],[-79.899078,32.793402],[-79.906239,32.800442],[-79.89745,32.816148],[-79.874867,32.841213],[-79.892323,32.854804],[-79.899159,32.851752],[-79.903432,32.844916],[-79.904693,32.837958],[-79.902821,32.834377],[-79.9381,32.854071],[-79.943756,32.851467],[-79.94164,32.837551],[-79.93224,32.812201],[-79.930084,32.796454],[-79.934071,32.783433],[-79.943959,32.782375],[-79.957428,32.789049],[-79.971669,32.799628],[-79.967641,32.785224],[-79.957428,32.77204],[-79.943105,32.762356],[-79.907786,32.75552],[-79.899159,32.748033],[-79.893056,32.739081],[-79.878977,32.731391],[-79.875966,32.732245],[-79.874867,32.738105],[-79.868031,32.738105],[-79.871409,32.708319],[-79.887318,32.688137],[-79.945709,32.653266],[-79.955922,32.649359],[-79.981313,32.648749],[-80.005971,32.653144],[-80.016672,32.653713],[-80.025706,32.648749],[-80.025706,32.642524],[-80.002797,32.629462],[-79.995473,32.619045],[-80.005116,32.611558],[-80.057932,32.60399],[-80.104237,32.590806],[-80.12564,32.587958],[-80.149078,32.581448],[-80.163075,32.570258],[-80.177113,32.567043],[-80.200754,32.584215],[-80.23233,32.612982],[-80.251291,32.623765],[-80.26594,32.621405],[-80.253977,32.608547],[-80.207428,32.573228],[-80.201772,32.571519],[-80.200754,32.569403],[-80.204457,32.560614],[-80.211293,32.552069],[-80.220937,32.54682],[-80.231557,32.542426],[-80.303456,32.497952],[-80.315663,32.494452],[-80.323232,32.48843],[-80.331207,32.486396],[-80.344472,32.494818],[-80.349965,32.505194],[-80.351389,32.516669],[-80.355377,32.526923],[-80.368967,32.533352],[-80.366038,32.516913],[-80.369252,32.498765],[-80.378163,32.484117],[-80.392568,32.478095],[-80.409332,32.481106],[-80.418813,32.488267],[-80.427846,32.49726],[-80.44343,32.505357],[-80.46227,32.509223],[-80.475738,32.509752],[-80.487864,32.512356],[-80.525014,32.540188],[-80.532582,32.547838],[-80.539662,32.560614],[-80.547109,32.560614],[-80.547271,32.548896],[-80.544179,32.537909],[-80.53893,32.527899],[-80.532826,32.519029],[-80.557973,32.516343],[-80.629018,32.525865],[-80.660064,32.525865],[-80.669789,32.521145],[-80.677968,32.511461],[-80.67748,32.497952],[-80.659413,32.506008],[-80.570953,32.491685],[-80.559193,32.492662],[-80.540842,32.496975],[-80.529408,32.497952],[-80.516103,32.495429],[-80.491851,32.482978],[-80.478179,32.478095],[-80.478179,32.470649],[-80.505279,32.472357],[-80.534901,32.470771],[-80.563547,32.465644],[-80.587473,32.456936],[-80.495229,32.450751],[-80.469838,32.442125],[-80.458363,32.423163],[-80.46349,32.40412],[-80.506744,32.388739],[-80.530385,32.373521],[-80.547678,32.357123],[-80.547109,32.347113],[-80.52831,32.348944],[-80.501536,32.358832],[-80.476918,32.371527],[-80.464508,32.381903],[-80.449371,32.393988],[-80.44164,32.401272],[-80.437245,32.409817],[-80.429799,32.409817],[-80.433665,32.390204],[-80.44107,32.366116],[-80.45165,32.350043],[-80.464508,32.35456],[-80.470774,32.35456],[-80.470286,32.349311],[-80.472035,32.34809],[-80.475006,32.348293],[-80.478179,32.347113],[-80.459869,32.337307],[-80.470774,32.32274],[-80.553293,32.278795],[-80.564198,32.277167],[-80.58019,32.27912],[-80.587473,32.278795],[-80.626047,32.2626],[-80.63683,32.266791],[-80.64269,32.293118],[-80.642201,32.319241],[-80.629018,32.381903],[-80.664418,32.368232],[-80.669993,32.373603],[-80.651194,32.445543],[-80.657297,32.462714],[-80.683665,32.464423],[-80.680979,32.456488],[-80.679351,32.454576],[-80.676503,32.455756],[-80.669993,32.456936],[-80.668853,32.453803],[-80.663157,32.450751],[-80.672841,32.439114],[-80.67691,32.425686],[-80.67748,32.357652],[-80.675201,32.349921],[-80.665395,32.33397],[-80.663157,32.323554],[-80.66747,32.305365],[-80.678293,32.30272],[-80.691762,32.309638],[-80.759348,32.360785],[-80.784413,32.416246],[-80.79601,32.453274],[-80.796946,32.474351],[-80.78303,32.491685],[-80.785553,32.496731],[-80.798085,32.498196],[-80.814036,32.505357],[-80.822499,32.518134],[-80.827504,32.531399],[-80.835927,32.540107],[-80.85497,32.539496],[-80.85497,32.533352],[-80.842763,32.524237],[-80.82844,32.495673],[-80.82079,32.484849],[-80.82079,32.478095],[-80.828928,32.455268],[-80.815785,32.419257],[-80.796946,32.382554],[-80.787343,32.357652],[-80.798573,32.333645],[-80.79894,32.319729],[-80.783559,32.313625],[-80.775787,32.305732],[-80.745107,32.258979],[-80.72704,32.265937],[-80.712148,32.263007],[-80.700185,32.254462],[-80.69107,32.244696],[-80.677317,32.225328],[-80.677846,32.214748],[-80.704701,32.19066],[-80.737131,32.152086],[-80.82079,32.10814],[-80.811594,32.14468],[-80.777211,32.207261],[-80.779856,32.244696],[-80.787994,32.235826],[-80.790598,32.224311],[-80.791127,32.211005],[-80.793528,32.196926],[-80.800771,32.186225],[-80.823476,32.165758],[-80.828236,32.159084],[-80.832143,32.134345],[-80.841908,32.115953],[-80.887563,32.069403],[-80.894521,32.058824],[-80.895985,32.046698],[-80.890289,32.03266],[-80.890288,32.032657],[-80.890936,32.032475],[-80.911005,32.033891],[-80.929242,32.039726],[-80.94455,32.049711],[-80.950971,32.063529],[-80.957953,32.07078],[-80.998163,32.087113],[-81.020038,32.091215],[-81.077899,32.087113],[-81.086542,32.091508],[-81.115448,32.121879],[-81.120917,32.125688],[-81.131464,32.130912],[-81.135956,32.135527],[-81.138763,32.142729],[-81.138055,32.148222],[-81.136273,32.152323],[-81.135956,32.1554],[-81.153778,32.187309],[-81.156415,32.193876],[-81.154291,32.204887],[-81.144891,32.222123],[-81.142767,32.228007],[-81.144476,32.254057],[-81.142767,32.265263],[-81.13952,32.274662],[-81.131805,32.288188],[-81.129755,32.300004],[-81.131781,32.321195],[-81.139716,32.338578],[-81.151971,32.350321],[-81.166986,32.354643],[-81.197382,32.436576],[-81.196307,32.467826],[-81.200751,32.48455],[-81.214764,32.491801],[-81.228265,32.496],[-81.233417,32.505766],[-81.235321,32.517143],[-81.238959,32.525956],[-81.244354,32.529716],[-81.266278,32.539604],[-81.270087,32.538871],[-81.27536,32.542631],[-81.290204,32.557328],[-81.297577,32.563627],[-81.305804,32.569071],[-81.314813,32.572929],[-81.344794,32.577812],[-81.36535,32.586381],[-81.383392,32.597319],[-81.396014,32.60789],[-81.405756,32.624296],[-81.404657,32.638822],[-81.399262,32.654228],[-81.396014,32.673344],[-81.398041,32.680107],[-81.402899,32.687992],[-81.40871,32.694535],[-81.413397,32.69727],[-81.416058,32.701957],[-81.412177,32.712309],[-81.409686,32.724565],[-81.403436,32.731401],[-81.402509,32.744902],[-81.408466,32.760649],[-81.418597,32.774687],[-81.423944,32.790043],[-81.425116,32.804814],[-81.428119,32.820365],[-81.437567,32.848075],[-81.488788,32.923197],[-81.500409,32.931694],[-81.500458,32.951029],[-81.492206,32.985258],[-81.495721,33.00225],[-81.50517,33.022587],[-81.517621,33.039555],[-81.530096,33.046708],[-81.551923,33.04976],[-81.567084,33.057743],[-81.595233,33.080863],[-81.636102,33.10059],[-81.724139,33.131132],[-81.759735,33.155937],[-81.764764,33.169926],[-81.770477,33.20977],[-81.777094,33.218022],[-81.799506,33.219218],[-81.817548,33.224687],[-81.833246,33.237162],[-81.84848,33.259599],[-81.834515,33.267509],[-81.83122,33.277909],[-81.838251,33.289384],[-81.855316,33.300541],[-81.841669,33.306791],[-81.841669,33.313603],[-81.848724,33.316777],[-81.860468,33.32061],[-81.871527,33.32183],[-81.87641,33.317314],[-81.880121,33.312382],[-81.888495,33.318559],[-81.930975,33.361235],[-81.93786,33.376176],[-81.923602,33.382524],[-81.935858,33.406962],[-81.933221,33.414457],[-81.917401,33.416606],[-81.925922,33.431987],[-81.931049,33.437138],[-81.923944,33.458573],[-81.938055,33.476078],[-81.978217,33.499198],[-81.998749,33.515434],[-82.040936,33.560014],[-82.061786,33.574687],[-82.081512,33.582865],[-82.129047,33.594779],[-82.150531,33.602958],[-82.173993,33.616459],[-82.19389,33.634648],[-82.20827,33.663676],[-82.216766,33.686015],[-82.23288,33.705863],[-82.245306,33.750541],[-82.272626,33.777885],[-82.321039,33.815116],[-82.363251,33.843656],[-82.401703,33.86475],[-82.434003,33.877177],[-82.465009,33.894584],[-82.488593,33.916899],[-82.506,33.938041],[-82.522113,33.951664],[-82.541986,33.951664],[-82.558124,33.956645],[-82.570526,33.967802],[-82.577972,33.993901],[-82.589179,34.01746],[-82.599384,34.045414],[-82.607782,34.056376],[-82.631342,34.066899],[-82.63952,34.080863],[-82.650433,34.10872],[-82.658124,34.118754],[-82.669354,34.13018],[-82.682098,34.139579],[-82.705731,34.147734],[-82.722089,34.166508],[-82.728925,34.17078],[-82.734442,34.184721],[-82.753436,34.270072],[-82.76142,34.292778],[-82.818475,34.366093],[-82.827509,34.37498],[-82.84118,34.407255],[-82.846112,34.434574],[-82.857294,34.460649],[-82.899506,34.482963],[-82.967767,34.482963],[-83.01496,34.481718],[-83.047235,34.496635],[-83.063373,34.511528],[-83.079511,34.535112],[-83.100604,34.546293],[-83.121722,34.569877],[-83.158954,34.587236],[-83.166425,34.599662],[-83.168304,34.613139],[-83.17536,34.614604],[-83.199091,34.608964],[-83.232611,34.622636],[-83.323895,34.671708],[-83.355487,34.708427],[-83.345868,34.75059],[-83.328876,34.768363],[-83.324603,34.776469],[-83.322797,34.784501],[-83.32204,34.792631],[-83.320575,34.800004],[-83.31662,34.805717],[-83.308221,34.820048],[-83.294794,34.829643],[-83.279706,34.83787],[-83.26618,34.847856],[-83.256171,34.861918],[-83.239926,34.877502],[-83.220694,34.886787],[-83.204115,34.898724],[-83.182894,34.915303],[-83.158357,34.935198],[-83.134483,34.942493],[-83.125198,34.962387],[-83.121503,34.975444],[-83.115839,34.987211],[-83.114349,34.999223],[-83.114764,35.000444],[-83.096503,35.000639],[-82.803876,35.080815],[-82.771869,35.086601],[-82.767572,35.078129],[-82.76369,35.074418],[-82.756366,35.072367],[-82.751117,35.073246],[-82.742133,35.077055],[-82.731464,35.083232],[-82.707709,35.09373],[-82.696893,35.100175],[-82.689764,35.106156],[-82.685565,35.117533],[-82.682318,35.123075],[-82.675604,35.12747],[-82.667255,35.127983],[-82.655536,35.127128],[-82.647675,35.128031],[-82.638202,35.131181],[-82.605194,35.145341],[-82.554022,35.159135],[-82.546527,35.160185],[-82.510565,35.160697],[-82.502997,35.162089],[-82.497723,35.164311],[-82.492987,35.168534],[-82.485346,35.173881],[-82.478876,35.176103],[-82.442841,35.176298],[-82.435126,35.178569],[-82.429999,35.18267],[-82.424506,35.197465],[-82.419696,35.20308],[-82.41308,35.208134],[-82.398261,35.216166],[-82.391229,35.218315],[-82.384442,35.217851],[-82.380804,35.215068],[-82.377728,35.211918],[-82.373285,35.205912],[-82.370819,35.203422],[-82.367133,35.201274]]]]},"type":"Feature","properties":{"postal":"SC","name":"South Carolina","type":"State","center":[-80.93278463648834,33.95811318676728]}},"IL":{"geometry":{"type":"Polygon","coordinates":[[[-87.801044,42.491777],[-87.610541,42.491777],[-87.420062,42.491777],[-87.237435,42.493483],[-87.12648,42.49488],[-87.018818,42.496236],[-87.042422,42.4212],[-87.067332,42.34201],[-87.090822,42.248859],[-87.112693,42.158137],[-87.136993,42.056075],[-87.166963,41.932548],[-87.191264,41.831296],[-87.207728,41.759696],[-87.22121,41.759696],[-87.227777,41.759696],[-87.279071,41.759721],[-87.383221,41.759721],[-87.521039,41.759721],[-87.521039,41.717338],[-87.521796,41.572514],[-87.522479,41.427641],[-87.523187,41.282768],[-87.52392,41.137919],[-87.524652,40.99307],[-87.52536,40.848197],[-87.526044,40.703349],[-87.526776,40.558476],[-87.527509,40.413578],[-87.528217,40.26873],[-87.528925,40.123881],[-87.529657,39.979008],[-87.530389,39.834159],[-87.531073,39.689311],[-87.531781,39.544462],[-87.532538,39.399613],[-87.532684,39.361625],[-87.536493,39.357231],[-87.596991,39.334916],[-87.615009,39.319999],[-87.62536,39.299711],[-87.620673,39.282353],[-87.597919,39.248612],[-87.598749,39.205644],[-87.6633,39.156571],[-87.666815,39.11829],[-87.661151,39.109941],[-87.653729,39.10496],[-87.63891,39.097807],[-87.608466,39.073588],[-87.598309,39.055717],[-87.58996,39.01851],[-87.583661,39.001591],[-87.572235,38.990434],[-87.542523,38.970219],[-87.536493,38.957524],[-87.536493,38.916557],[-87.539642,38.905522],[-87.55368,38.889775],[-87.556952,38.87808],[-87.545844,38.841191],[-87.524237,38.802592],[-87.511224,38.763383],[-87.542694,38.690019],[-87.547772,38.682768],[-87.559686,38.680839],[-87.573383,38.680888],[-87.583661,38.679447],[-87.599774,38.668559],[-87.615033,38.651713],[-87.623309,38.631791],[-87.618427,38.611796],[-87.621503,38.606449],[-87.624652,38.602519],[-87.628168,38.599711],[-87.63205,38.597538],[-87.625848,38.597538],[-87.638788,38.591313],[-87.651727,38.582939],[-87.661932,38.571586],[-87.666815,38.556547],[-87.663348,38.540898],[-87.646503,38.519877],[-87.646356,38.508134],[-87.653241,38.497123],[-87.658514,38.497978],[-87.664545,38.502397],[-87.673651,38.501933],[-87.681097,38.497245],[-87.691864,38.487211],[-87.70036,38.481474],[-87.731879,38.468583],[-87.762421,38.460966],[-87.762421,38.45352],[-87.747235,38.441679],[-87.752338,38.421562],[-87.767596,38.400346],[-87.782904,38.385258],[-87.790009,38.381987],[-87.809589,38.376445],[-87.817645,38.371611],[-87.825873,38.360551],[-87.834686,38.337846],[-87.841254,38.326908],[-87.844379,38.317778],[-87.845892,38.305107],[-87.848602,38.293852],[-87.855194,38.289018],[-87.864618,38.293363],[-87.868964,38.303007],[-87.871454,38.312651],[-87.875385,38.316996],[-87.882636,38.313774],[-87.890546,38.306425],[-87.896942,38.298197],[-87.904779,38.279521],[-87.915643,38.284794],[-87.92514,38.296415],[-87.926288,38.30269],[-87.945599,38.298832],[-87.954999,38.286552],[-87.960492,38.270317],[-87.967841,38.254277],[-87.976679,38.245439],[-87.985175,38.239628],[-87.991864,38.232768],[-87.99516,38.220756],[-87.992596,38.209965],[-87.985663,38.202275],[-87.978583,38.195951],[-87.975311,38.189433],[-87.965424,38.179887],[-87.946356,38.171269],[-87.933954,38.159867],[-87.944257,38.141947],[-87.953534,38.137504],[-87.975433,38.133403],[-87.985248,38.127958],[-88.006854,38.11121],[-88.02995,38.09788],[-88.013959,38.091581],[-87.98244,38.094194],[-87.967841,38.083598],[-87.981781,38.073637],[-87.998554,38.064921],[-88.016205,38.058647],[-88.033051,38.056279],[-88.045404,38.051713],[-88.03139,38.027128],[-88.043573,38.015312],[-88.039569,38.005351],[-88.035785,37.988993],[-88.034979,37.97371],[-88.039862,37.966899],[-88.049384,37.961625],[-88.049677,37.949516],[-88.043573,37.929057],[-88.041132,37.915238],[-88.038178,37.905619],[-88.041376,37.898417],[-88.057221,37.891801],[-88.067255,37.891923],[-88.111859,37.898612],[-88.095258,37.881791],[-88.046161,37.84456],[-88.039862,37.833451],[-88.050482,37.828959],[-88.065814,37.828105],[-88.094794,37.82974],[-88.098505,37.827616],[-88.098456,37.822904],[-88.094891,37.818217],[-88.087982,37.816093],[-88.068671,37.814408],[-88.045282,37.806742],[-88.049677,37.79351],[-88.049945,37.773637],[-88.060321,37.751225],[-88.075775,37.737699],[-88.132343,37.699418],[-88.143866,37.685868],[-88.156659,37.663896],[-88.163348,37.640043],[-88.156561,37.620854],[-88.139813,37.593559],[-88.134662,37.587992],[-88.105023,37.562821],[-88.082977,37.519706],[-88.090985,37.491313],[-88.123065,37.474613],[-88.307098,37.448149],[-88.365643,37.421488],[-88.382538,37.417729],[-88.427484,37.418241],[-88.448261,37.415776],[-88.465009,37.408891],[-88.478192,37.398295],[-88.488617,37.384696],[-88.507855,37.34268],[-88.512445,37.303349],[-88.503412,37.266996],[-88.481805,37.233842],[-88.451654,37.198759],[-88.434003,37.168534],[-88.433417,37.136552],[-88.454462,37.096073],[-88.484296,37.072465],[-88.521454,37.067558],[-88.561078,37.076908],[-88.633002,37.114897],[-88.906976,37.220219],[-88.955487,37.227812],[-89.001898,37.223295],[-89.04372,37.208573],[-89.07829,37.185453],[-89.088495,37.174711],[-89.12265,37.124174],[-89.156805,37.092973],[-89.178705,37.062284],[-89.176263,37.035942],[-89.158075,37.011528],[-89.1237,36.979643],[-89.143451,36.986845],[-89.152826,36.98477],[-89.164618,36.980839],[-89.176947,36.978324],[-89.188153,36.980644],[-89.197382,36.989482],[-89.201141,36.999809],[-89.203485,37.01082],[-89.208637,37.021611],[-89.2164,37.028373],[-89.236786,37.038627],[-89.246161,37.045487],[-89.249457,37.054277],[-89.253632,37.078154],[-89.260126,37.083061],[-89.284027,37.083378],[-89.302216,37.081059],[-89.308832,37.071171],[-89.298016,37.048905],[-89.289081,37.040385],[-89.279999,37.03433],[-89.272943,37.026127],[-89.270087,37.011039],[-89.27514,37.000444],[-89.286786,37.000492],[-89.327167,37.014213],[-89.377338,37.047294],[-89.393573,37.062553],[-89.386859,37.091386],[-89.401483,37.120121],[-89.441376,37.16497],[-89.464154,37.197831],[-89.472333,37.214067],[-89.475507,37.230766],[-89.473798,37.243876],[-89.489813,37.254374],[-89.498212,37.258085],[-89.517987,37.264018],[-89.523309,37.268022],[-89.52309,37.306694],[-89.49372,37.335136],[-89.458637,37.362553],[-89.441376,37.398344],[-89.451141,37.440336],[-89.474774,37.474906],[-89.502216,37.50706],[-89.523309,37.541752],[-89.526971,37.56204],[-89.524091,37.580229],[-89.51911,37.597245],[-89.516473,37.614042],[-89.520404,37.631962],[-89.527484,37.650248],[-89.530756,37.666703],[-89.523309,37.678886],[-89.549579,37.69766],[-89.64682,37.7335],[-89.668964,37.754447],[-89.697528,37.809281],[-89.721942,37.837162],[-89.746649,37.850761],[-89.808075,37.871659],[-89.831926,37.88456],[-89.888739,37.931791],[-89.922723,37.952592],[-89.955292,37.960063],[-89.967987,37.963041],[-90.005048,37.962504],[-90.020477,37.970317],[-90.075409,38.007865],[-90.110809,38.016654],[-90.138031,38.037529],[-90.162128,38.062529],[-90.188055,38.083598],[-90.225262,38.100907],[-90.242792,38.11287],[-90.25014,38.127958],[-90.256512,38.136943],[-90.284686,38.160063],[-90.291107,38.169242],[-90.346332,38.207133],[-90.354681,38.216435],[-90.361591,38.226567],[-90.367523,38.238749],[-90.373016,38.254277],[-90.382001,38.300492],[-90.377972,38.337602],[-90.362958,38.369242],[-90.314813,38.431523],[-90.263788,38.542924],[-90.213495,38.606767],[-90.196478,38.638163],[-90.195526,38.679447],[-90.200604,38.719657],[-90.197919,38.744242],[-90.184955,38.75518],[-90.170404,38.764921],[-90.15141,38.787382],[-90.134735,38.812504],[-90.12724,38.830302],[-90.143524,38.85684],[-90.183563,38.882695],[-90.282147,38.926518],[-90.332733,38.938163],[-90.356268,38.940165],[-90.374872,38.943827],[-90.409076,38.961503],[-90.428265,38.967436],[-90.479047,38.958915],[-90.541986,38.893974],[-90.585297,38.87808],[-90.626532,38.890409],[-90.657513,38.921049],[-90.702631,38.99539],[-90.698065,39.007865],[-90.699286,39.024443],[-90.704657,39.040971],[-90.712543,39.053129],[-90.718793,39.06641],[-90.71452,39.078764],[-90.706781,39.090336],[-90.702631,39.101225],[-90.706512,39.112187],[-90.724457,39.133891],[-90.729926,39.14622],[-90.730634,39.159721],[-90.728876,39.187382],[-90.729926,39.200834],[-90.736688,39.220341],[-90.748212,39.242045],[-90.773993,39.279057],[-90.797333,39.303202],[-90.81955,39.320121],[-91.050897,39.452421],[-91.065741,39.464286],[-91.071942,39.477983],[-91.076654,39.499394],[-91.088617,39.518095],[-91.104315,39.533085],[-91.355072,39.710795],[-91.374921,39.735722],[-91.387225,39.769413],[-91.389227,39.792973],[-91.391425,39.80352],[-91.397797,39.813774],[-91.425116,39.833842],[-91.431659,39.847074],[-91.445038,39.858866],[-91.449335,39.86558],[-91.45014,39.87725],[-91.441864,39.906547],[-91.441376,39.93101],[-91.442987,39.940092],[-91.446039,39.947904],[-91.450507,39.955058],[-91.456537,39.962113],[-91.473505,39.978227],[-91.487128,39.994413],[-91.492523,40.009599],[-91.518939,40.174906],[-91.518207,40.221269],[-91.511224,40.262211],[-91.496088,40.313407],[-91.472943,40.35811],[-91.441864,40.379521],[-91.441815,40.379521],[-91.382587,40.392924],[-91.373602,40.403129],[-91.375018,40.417851],[-91.380438,40.444413],[-91.380414,40.461454],[-91.374091,40.492216],[-91.374701,40.509989],[-91.383807,40.526322],[-91.410809,40.54539],[-91.414545,40.553935],[-91.412421,40.563774],[-91.403021,40.574345],[-91.400897,40.581254],[-91.383319,40.598637],[-91.342987,40.617778],[-91.298212,40.633232],[-91.26745,40.639579],[-91.227313,40.642778],[-91.187787,40.653276],[-91.153046,40.672465],[-91.127167,40.70164],[-91.107684,40.741899],[-91.101532,40.763774],[-91.098163,40.807792],[-91.093524,40.823637],[-91.083392,40.839067],[-91.065741,40.858695],[-90.966644,40.946244],[-90.949042,40.982206],[-90.945282,41.029277],[-90.951532,41.075419],[-90.968622,41.116093],[-90.99743,41.146684],[-91.047748,41.176615],[-91.062006,41.180839],[-91.082367,41.18975],[-91.093988,41.210917],[-91.098993,41.23599],[-91.099237,41.256547],[-91.091058,41.299784],[-91.075507,41.343412],[-91.054779,41.382865],[-91.030951,41.413603],[-90.991522,41.433647],[-90.704511,41.451225],[-90.661639,41.462016],[-90.641278,41.476127],[-90.603192,41.510453],[-90.582196,41.517265],[-90.482904,41.530912],[-90.440912,41.543412],[-90.422333,41.554008],[-90.414618,41.567851],[-90.405463,41.57432],[-90.361542,41.593266],[-90.346332,41.605375],[-90.341327,41.615922],[-90.339203,41.626371],[-90.338886,41.650077],[-90.340961,41.655912],[-90.344696,41.660356],[-90.346454,41.664848],[-90.332074,41.684526],[-90.328192,41.70623],[-90.318256,41.728471],[-90.304999,41.748539],[-90.291107,41.763652],[-90.277045,41.774443],[-90.235077,41.799687],[-90.218817,41.804643],[-90.201239,41.813578],[-90.188568,41.83477],[-90.174408,41.879716],[-90.167011,41.941288],[-90.149408,41.976347],[-90.144012,42.018656],[-90.140277,42.03057],[-90.16496,42.075199],[-90.168207,42.088896],[-90.168036,42.104716],[-90.169696,42.116459],[-90.176483,42.123661],[-90.191766,42.126176],[-90.201141,42.130863],[-90.226166,42.153422],[-90.236469,42.160893],[-90.321942,42.199589],[-90.335492,42.20186],[-90.348944,42.207231],[-90.37038,42.230644],[-90.403143,42.245365],[-90.412103,42.268412],[-90.414618,42.32537],[-90.414618,42.318559],[-90.432196,42.352568],[-90.463226,42.375956],[-90.549115,42.417265],[-90.581097,42.437773],[-90.596161,42.452006],[-90.611493,42.46309],[-90.641986,42.475688],[-90.654218,42.489848],[-90.641278,42.511772],[-90.640985,42.511772],[-90.640741,42.511772],[-90.640497,42.511772],[-90.640204,42.511772],[-90.639911,42.511772],[-90.639667,42.511772],[-90.639398,42.511772],[-90.639105,42.511772],[-90.638837,42.511772],[-90.638568,42.511772],[-90.6383,42.511772],[-90.638031,42.511772],[-90.637738,42.511772],[-90.637494,42.511772],[-90.637177,42.511772],[-90.636908,42.511772],[-90.459662,42.510502],[-90.28244,42.509257],[-90.105219,42.508036],[-89.927972,42.506791],[-89.750726,42.505546],[-89.573456,42.504301],[-89.39621,42.503031],[-89.218964,42.501762],[-89.041718,42.500517],[-88.864496,42.499272],[-88.68725,42.498027],[-88.509979,42.496781],[-88.332733,42.495536],[-88.155536,42.494316],[-87.97829,42.49307],[-87.801044,42.491777]]]},"type":"Feature","properties":{"postal":"IL","name":"Illinois","type":"State","center":[-89.34613625971649,39.860780345464576]}},"IN":{"geometry":{"type":"Polygon","coordinates":[[[-87.227777,41.759696],[-87.22121,41.759696],[-87.207728,41.759696],[-87.201532,41.759696],[-87.12392,41.759696],[-87.046356,41.759672],[-86.968744,41.759623],[-86.891156,41.759574],[-86.813593,41.75955],[-86.736005,41.759526],[-86.658392,41.759477],[-86.580804,41.759428],[-86.503217,41.759379],[-86.425653,41.759379],[-86.348065,41.759355],[-86.270477,41.759306],[-86.192889,41.759306],[-86.115302,41.759257],[-86.037714,41.759233],[-85.960126,41.759208],[-85.882538,41.759159],[-85.80495,41.759111],[-85.727362,41.759086],[-85.649774,41.759062],[-85.572186,41.758988],[-85.494598,41.758988],[-85.417035,41.75894],[-85.339423,41.758915],[-85.261835,41.758915],[-85.184296,41.758891],[-85.106683,41.758842],[-85.029096,41.758793],[-84.951508,41.758769],[-84.873895,41.758744],[-84.806075,41.758275],[-84.806075,41.696806],[-84.806075,41.617369],[-84.806075,41.536986],[-84.804184,41.448092],[-84.804184,41.368655],[-84.80036,41.293681],[-84.801239,41.212309],[-84.802069,41.130986],[-84.802924,41.049638],[-84.803778,40.96829],[-84.804633,40.886943],[-84.805487,40.805619],[-84.806342,40.724272],[-84.807196,40.642948],[-84.808051,40.561601],[-84.808905,40.480278],[-84.809808,40.39893],[-84.810687,40.317582],[-84.811542,40.236235],[-84.812396,40.154862],[-84.813251,40.073515],[-84.814081,39.992192],[-84.81496,39.910844],[-84.81579,39.829496],[-84.816644,39.748173],[-84.817523,39.666825],[-84.818353,39.585502],[-84.819232,39.504154],[-84.820062,39.422807],[-84.820941,39.341484],[-84.821796,39.260112],[-84.82265,39.178739],[-84.823529,39.097416],[-84.842792,39.088041],[-84.87309,39.06165],[-84.870624,39.029496],[-84.842694,39.006547],[-84.828143,38.99141],[-84.822821,38.974296],[-84.832929,38.957011],[-84.868475,38.929447],[-84.87746,38.919657],[-84.865228,38.907231],[-84.849213,38.9012],[-84.805756,38.899174],[-84.783954,38.892924],[-84.785321,38.878202],[-84.798602,38.861088],[-84.812616,38.84766],[-84.819794,38.828154],[-84.806195,38.794999],[-84.819403,38.789311],[-84.901337,38.796147],[-84.935858,38.792411],[-84.999457,38.771684],[-85.14538,38.700712],[-85.18598,38.69373],[-85.205536,38.703276],[-85.239838,38.734281],[-85.257294,38.740898],[-85.320868,38.743315],[-85.436078,38.734696],[-85.454657,38.72642],[-85.45517,38.707524],[-85.44704,38.686625],[-85.439789,38.672636],[-85.43122,38.611112],[-85.410223,38.572074],[-85.414789,38.553422],[-85.428876,38.538627],[-85.482123,38.507646],[-85.495844,38.49517],[-85.511176,38.477738],[-85.526581,38.468656],[-85.569452,38.465287],[-85.589984,38.460966],[-85.619696,38.431913],[-85.643353,38.343559],[-85.665106,38.309526],[-85.700531,38.287651],[-85.720502,38.27891],[-85.758295,38.269755],[-85.769867,38.270048],[-85.77497,38.278813],[-85.780096,38.282597],[-85.792059,38.286454],[-85.805731,38.289018],[-85.815912,38.289018],[-85.829437,38.277201],[-85.851117,38.235966],[-85.860956,38.226957],[-85.877875,38.219755],[-85.891327,38.202104],[-85.900604,38.179936],[-85.905316,38.15933],[-85.914569,38.063627],[-85.924701,38.037797],[-85.930951,38.028959],[-85.938812,38.020903],[-85.948358,38.013871],[-85.95993,38.007865],[-86.008661,38.000956],[-86.031976,37.993998],[-86.04184,37.977153],[-86.051337,37.969633],[-86.072919,37.983232],[-86.110761,38.015312],[-86.13327,38.020048],[-86.183734,38.022929],[-86.203534,38.032084],[-86.219696,38.042192],[-86.259393,38.059013],[-86.275238,38.069926],[-86.284442,38.084379],[-86.286102,38.099858],[-86.282684,38.141947],[-86.291718,38.153617],[-86.343524,38.186015],[-86.361688,38.192924],[-86.382855,38.194633],[-86.393915,38.187846],[-86.381708,38.169242],[-86.361615,38.159623],[-86.340936,38.154423],[-86.332782,38.147123],[-86.35036,38.131401],[-86.392548,38.117094],[-86.416132,38.115238],[-86.42829,38.118339],[-86.433514,38.127958],[-86.438739,38.131742],[-86.450262,38.136698],[-86.461786,38.137309],[-86.467035,38.127958],[-86.463226,38.117314],[-86.44538,38.101493],[-86.43974,38.090434],[-86.443744,38.068974],[-86.460834,38.056547],[-86.483759,38.050859],[-86.505194,38.049467],[-86.518597,38.040483],[-86.523456,38.019194],[-86.520282,37.953495],[-86.523236,37.938285],[-86.535858,37.928642],[-86.589667,37.919389],[-86.595624,37.904447],[-86.595477,37.884745],[-86.603583,37.864506],[-86.624432,37.853764],[-86.648456,37.854106],[-86.662958,37.863847],[-86.655389,37.881254],[-86.643866,37.901371],[-86.662982,37.905546],[-86.707245,37.898612],[-86.742206,37.903862],[-86.772846,37.923783],[-86.794574,37.950737],[-86.80285,37.977153],[-86.818817,37.995219],[-86.854852,37.983988],[-86.893231,37.960795],[-86.916107,37.943022],[-86.929608,37.937699],[-86.987787,37.932768],[-87.005609,37.926615],[-87.019501,37.919145],[-87.031342,37.908134],[-87.043036,37.891801],[-87.070477,37.828862],[-87.086713,37.805448],[-87.118134,37.788749],[-87.12912,37.794364],[-87.137616,37.800444],[-87.152899,37.816093],[-87.158051,37.826689],[-87.160321,37.838041],[-87.164887,37.847099],[-87.176801,37.850834],[-87.195184,37.851908],[-87.209296,37.854936],[-87.219818,37.859062],[-87.255316,37.878154],[-87.323016,37.899491],[-87.340961,37.909184],[-87.359076,37.921659],[-87.381586,37.933232],[-87.405194,37.94207],[-87.42663,37.946415],[-87.468695,37.937821],[-87.509979,37.919804],[-87.548895,37.913383],[-87.583661,37.939604],[-87.586786,37.949491],[-87.585687,37.966215],[-87.591107,37.973735],[-87.598602,37.976445],[-87.607587,37.975151],[-87.615204,37.968852],[-87.618427,37.956352],[-87.614374,37.934013],[-87.596063,37.904985],[-87.591107,37.884355],[-87.601386,37.856962],[-87.627094,37.834526],[-87.65705,37.825199],[-87.679852,37.837162],[-87.682196,37.852372],[-87.671796,37.884916],[-87.673651,37.898612],[-87.686737,37.906864],[-87.703485,37.905619],[-87.718964,37.899125],[-87.72829,37.891801],[-87.737665,37.891117],[-87.777362,37.880375],[-87.797162,37.878154],[-87.819574,37.881669],[-87.838007,37.889555],[-87.853876,37.901054],[-87.868573,37.915702],[-87.887665,37.928617],[-87.9091,37.931596],[-87.926532,37.92332],[-87.93371,37.902348],[-87.929755,37.88892],[-87.899579,37.82974],[-87.945819,37.788578],[-87.9508,37.781938],[-87.969305,37.785795],[-88.005048,37.803837],[-88.022479,37.809281],[-88.045282,37.806742],[-88.068671,37.814408],[-88.087982,37.816093],[-88.094891,37.818217],[-88.098456,37.822904],[-88.098505,37.827616],[-88.094794,37.82974],[-88.065814,37.828105],[-88.050482,37.828959],[-88.039862,37.833451],[-88.046161,37.84456],[-88.095258,37.881791],[-88.111859,37.898612],[-88.067255,37.891923],[-88.057221,37.891801],[-88.041376,37.898417],[-88.038178,37.905619],[-88.041132,37.915238],[-88.043573,37.929057],[-88.049677,37.949516],[-88.049384,37.961625],[-88.039862,37.966899],[-88.034979,37.97371],[-88.035785,37.988993],[-88.039569,38.005351],[-88.043573,38.015312],[-88.03139,38.027128],[-88.045404,38.051713],[-88.033051,38.056279],[-88.016205,38.058647],[-87.998554,38.064921],[-87.981781,38.073637],[-87.967841,38.083598],[-87.98244,38.094194],[-88.013959,38.091581],[-88.02995,38.09788],[-88.006854,38.11121],[-87.985248,38.127958],[-87.975433,38.133403],[-87.953534,38.137504],[-87.944257,38.141947],[-87.933954,38.159867],[-87.946356,38.171269],[-87.965424,38.179887],[-87.975311,38.189433],[-87.978583,38.195951],[-87.985663,38.202275],[-87.992596,38.209965],[-87.99516,38.220756],[-87.991864,38.232768],[-87.985175,38.239628],[-87.976679,38.245439],[-87.967841,38.254277],[-87.960492,38.270317],[-87.954999,38.286552],[-87.945599,38.298832],[-87.926288,38.30269],[-87.92514,38.296415],[-87.915643,38.284794],[-87.904779,38.279521],[-87.896942,38.298197],[-87.890546,38.306425],[-87.882636,38.313774],[-87.875385,38.316996],[-87.871454,38.312651],[-87.868964,38.303007],[-87.864618,38.293363],[-87.855194,38.289018],[-87.848602,38.293852],[-87.845892,38.305107],[-87.844379,38.317778],[-87.841254,38.326908],[-87.834686,38.337846],[-87.825873,38.360551],[-87.817645,38.371611],[-87.809589,38.376445],[-87.790009,38.381987],[-87.782904,38.385258],[-87.767596,38.400346],[-87.752338,38.421562],[-87.747235,38.441679],[-87.762421,38.45352],[-87.762421,38.460966],[-87.731879,38.468583],[-87.70036,38.481474],[-87.691864,38.487211],[-87.681097,38.497245],[-87.673651,38.501933],[-87.664545,38.502397],[-87.658514,38.497978],[-87.653241,38.497123],[-87.646356,38.508134],[-87.646503,38.519877],[-87.663348,38.540898],[-87.666815,38.556547],[-87.661932,38.571586],[-87.651727,38.582939],[-87.638788,38.591313],[-87.625848,38.597538],[-87.63205,38.597538],[-87.628168,38.599711],[-87.624652,38.602519],[-87.621503,38.606449],[-87.618427,38.611796],[-87.623309,38.631791],[-87.615033,38.651713],[-87.599774,38.668559],[-87.583661,38.679447],[-87.573383,38.680888],[-87.559686,38.680839],[-87.547772,38.682768],[-87.542694,38.690019],[-87.511224,38.763383],[-87.524237,38.802592],[-87.545844,38.841191],[-87.556952,38.87808],[-87.55368,38.889775],[-87.539642,38.905522],[-87.536493,38.916557],[-87.536493,38.957524],[-87.542523,38.970219],[-87.572235,38.990434],[-87.583661,39.001591],[-87.58996,39.01851],[-87.598309,39.055717],[-87.608466,39.073588],[-87.63891,39.097807],[-87.653729,39.10496],[-87.661151,39.109941],[-87.666815,39.11829],[-87.6633,39.156571],[-87.598749,39.205644],[-87.597919,39.248612],[-87.620673,39.282353],[-87.62536,39.299711],[-87.615009,39.319999],[-87.596991,39.334916],[-87.536493,39.357231],[-87.532684,39.361625],[-87.532538,39.399613],[-87.531781,39.544462],[-87.531073,39.689311],[-87.530389,39.834159],[-87.529657,39.979008],[-87.528925,40.123881],[-87.528217,40.26873],[-87.527509,40.413578],[-87.526776,40.558476],[-87.526044,40.703349],[-87.52536,40.848197],[-87.524652,40.99307],[-87.52392,41.137919],[-87.523187,41.282768],[-87.522479,41.427641],[-87.521796,41.572514],[-87.521039,41.717338],[-87.521039,41.759721],[-87.383221,41.759721],[-87.279071,41.759721],[-87.227777,41.759696]]]},"type":"Feature","properties":{"postal":"IN","name":"Indiana","type":"State","center":[-86.2002743484225,39.74837327171912]}},"KY":{"geometry":{"type":"MultiPolygon","coordinates":[[[[-89.494379,36.50142],[-89.559882,36.500151],[-89.569061,36.508842],[-89.577948,36.521342],[-89.569696,36.556376],[-89.536932,36.567875],[-89.502679,36.554399],[-89.489813,36.514482],[-89.494379,36.50142]]],[[[-84.637225,39.077299],[-84.594745,39.074052],[-84.508612,39.104789],[-84.465936,39.111454],[-84.444159,39.101811],[-84.430096,39.083207],[-84.419501,39.06497],[-84.408197,39.05684],[-84.388617,39.053959],[-84.364081,39.046928],[-84.321942,39.029496],[-84.306903,39.016899],[-84.296454,38.99998],[-84.290375,38.981449],[-84.288422,38.964018],[-84.283319,38.94998],[-84.271503,38.938871],[-84.25788,38.929301],[-84.24743,38.919657],[-84.237885,38.903202],[-84.231537,38.885258],[-84.228046,38.86475],[-84.226971,38.840824],[-84.217572,38.823466],[-84.195575,38.810551],[-84.083978,38.777763],[-84.061859,38.775663],[-83.972479,38.789311],[-83.948944,38.786674],[-83.908441,38.771733],[-83.865863,38.762236],[-83.85036,38.747709],[-83.836981,38.729814],[-83.821674,38.713603],[-83.753925,38.65977],[-83.714276,38.638529],[-83.670819,38.631034],[-83.650702,38.636039],[-83.633221,38.647856],[-83.620868,38.664164],[-83.616205,38.682865],[-83.604852,38.68936],[-83.534296,38.707402],[-83.512274,38.705644],[-83.491473,38.699076],[-83.472528,38.688847],[-83.456073,38.676029],[-83.44682,38.67205],[-83.411395,38.672636],[-83.39726,38.669877],[-83.368695,38.65977],[-83.356146,38.652787],[-83.348993,38.64578],[-83.325116,38.614897],[-83.312738,38.604057],[-83.305072,38.601445],[-83.269061,38.608085],[-83.25683,38.616044],[-83.241815,38.623271],[-83.218353,38.624833],[-83.17265,38.618119],[-83.151532,38.618949],[-83.133637,38.627934],[-83.125678,38.637846],[-83.115228,38.658842],[-83.109735,38.666435],[-83.101923,38.67144],[-83.07497,38.679447],[-83.060761,38.690019],[-83.046918,38.703862],[-83.030975,38.715873],[-83.010419,38.721049],[-82.984979,38.724101],[-82.924164,38.748344],[-82.898212,38.751615],[-82.886322,38.744828],[-82.883075,38.730351],[-82.883173,38.710502],[-82.880023,38.691069],[-82.855878,38.624833],[-82.82663,38.586479],[-82.783124,38.56724],[-82.736615,38.554472],[-82.698212,38.535453],[-82.626215,38.477738],[-82.615936,38.463529],[-82.599481,38.431303],[-82.589447,38.419316],[-82.589667,38.413432],[-82.590009,38.40225],[-82.593817,38.376152],[-82.593939,38.372441],[-82.593573,38.369706],[-82.590106,38.362113],[-82.571991,38.330522],[-82.568817,38.318852],[-82.567743,38.309233],[-82.570282,38.296757],[-82.572626,38.274223],[-82.572284,38.263554],[-82.571552,38.258232],[-82.571381,38.252641],[-82.57182,38.247636],[-82.574359,38.244023],[-82.578583,38.241703],[-82.590741,38.239799],[-82.595746,38.238554],[-82.598846,38.235746],[-82.600409,38.231254],[-82.601019,38.22581],[-82.59975,38.20955],[-82.600555,38.204545],[-82.602167,38.200346],[-82.605267,38.196171],[-82.612616,38.189799],[-82.630707,38.179447],[-82.633856,38.176957],[-82.635663,38.174613],[-82.636981,38.171269],[-82.637372,38.166532],[-82.636835,38.161576],[-82.631195,38.152861],[-82.555975,38.068168],[-82.550482,38.059526],[-82.545209,38.045072],[-82.540643,38.035844],[-82.533685,38.028813],[-82.478973,37.990434],[-82.475189,37.986918],[-82.470087,37.980986],[-82.466522,37.973344],[-82.465375,37.967973],[-82.465936,37.964262],[-82.468475,37.960014],[-82.481024,37.944291],[-82.482831,37.941362],[-82.481928,37.936552],[-82.476679,37.931108],[-82.4362,37.908012],[-82.430634,37.903617],[-82.424823,37.897856],[-82.417401,37.887553],[-82.413934,37.880473],[-82.412128,37.873979],[-82.407343,37.841777],[-82.40412,37.831669],[-82.401923,37.827104],[-82.399237,37.823002],[-82.336298,37.771806],[-82.323773,37.757621],[-82.316815,37.747001],[-82.316596,37.741508],[-82.315326,37.736357],[-82.300897,37.703227],[-82.296454,37.688383],[-82.291693,37.682939],[-82.283075,37.678276],[-82.244305,37.666654],[-82.23642,37.66331],[-82.228925,37.659086],[-82.219354,37.651445],[-82.200946,37.630033],[-82.198138,37.628178],[-82.194061,37.630033],[-82.188788,37.631571],[-82.181097,37.63018],[-82.150018,37.607841],[-82.142133,37.600346],[-82.138837,37.596244],[-82.136493,37.591606],[-82.135394,37.586381],[-82.135516,37.580815],[-82.136249,37.575492],[-82.129364,37.569584],[-82.115936,37.563383],[-82.036835,37.54329],[-82.024677,37.542289],[-81.994891,37.547831],[-81.983881,37.546855],[-81.965228,37.538676],[-82.021429,37.500859],[-82.106976,37.443144],[-82.16872,37.401493],[-82.264716,37.336845],[-82.351386,37.278495],[-82.375702,37.265336],[-82.44787,37.23682],[-82.526727,37.205717],[-82.632587,37.16392],[-82.681537,37.137089],[-82.699725,37.122587],[-82.708148,37.113139],[-82.709027,37.106742],[-82.705389,37.091166],[-82.703803,37.068608],[-82.704633,37.062797],[-82.706512,37.057133],[-82.709247,37.051811],[-82.712494,37.047245],[-82.716571,37.043461],[-82.726874,37.037992],[-82.815375,37.003178],[-82.839471,36.988237],[-82.849042,36.979936],[-82.854559,36.971952],[-82.854901,36.955497],[-82.854144,36.950199],[-82.853632,36.93936],[-82.855438,36.924223],[-82.856928,36.919194],[-82.858807,36.914262],[-82.861517,36.909184],[-82.864935,36.90474],[-82.869061,36.901005],[-82.884296,36.89434],[-82.944696,36.875688],[-83.007294,36.856352],[-83.049823,36.856205],[-83.056268,36.854643],[-83.062396,36.851713],[-83.082416,36.834599],[-83.100653,36.80225],[-83.107709,36.793827],[-83.119574,36.783256],[-83.122089,36.779887],[-83.122601,36.7762],[-83.120721,36.76685],[-83.121039,36.761576],[-83.123065,36.757035],[-83.128534,36.753324],[-83.137201,36.749955],[-83.239569,36.737138],[-83.342304,36.70933],[-83.38183,36.691362],[-83.394696,36.682621],[-83.40246,36.679301],[-83.413202,36.676274],[-83.508978,36.668534],[-83.597137,36.642582],[-83.604071,36.642045],[-83.623309,36.634623],[-83.667474,36.604008],[-83.694745,36.593632],[-83.730341,36.585771],[-83.77868,36.587162],[-83.808856,36.587992],[-83.894061,36.590385],[-84.026483,36.594145],[-84.198261,36.598954],[-84.401483,36.604643],[-84.628363,36.61099],[-84.870941,36.617826],[-85.121356,36.624858],[-85.426508,36.618656],[-85.634027,36.622612],[-85.867206,36.628544],[-86.066815,36.634477],[-86.217011,36.642362],[-86.343475,36.65225],[-86.41264,36.658183],[-86.464032,36.662577],[-86.507538,36.663822],[-86.516107,36.663237],[-86.552167,36.656889],[-86.595404,36.656425],[-86.608807,36.656303],[-86.646845,36.655937],[-86.705878,36.655326],[-86.782489,36.654618],[-86.873041,36.653739],[-86.974164,36.65269],[-87.082343,36.651615],[-87.193964,36.650541],[-87.305634,36.649418],[-87.413788,36.648344],[-87.514911,36.647319],[-87.605487,36.646464],[-87.68205,36.645707],[-87.741132,36.645097],[-87.77912,36.644731],[-87.792548,36.644633],[-87.83327,36.644218],[-87.839105,36.642924],[-87.844428,36.646977],[-87.848529,36.652665],[-87.855829,36.666386],[-87.860712,36.67183],[-87.868671,36.674028],[-87.923505,36.678349],[-88.013129,36.685453],[-88.067108,36.689701],[-88.072064,36.689384],[-88.0737,36.68787],[-88.073773,36.682914],[-88.071356,36.6731],[-88.05351,36.625785],[-88.040277,36.574101],[-88.03869,36.558232],[-88.039789,36.521952],[-88.042743,36.498637],[-88.215448,36.49871],[-88.388202,36.498759],[-88.560907,36.498759],[-88.733588,36.498808],[-88.906293,36.498857],[-89.079022,36.498905],[-89.251727,36.49893],[-89.424457,36.498954],[-89.419061,36.510478],[-89.40329,36.557255],[-89.400409,36.572514],[-89.386151,36.610063],[-89.376337,36.627445],[-89.370136,36.633061],[-89.358832,36.638017],[-89.334833,36.620463],[-89.310883,36.597563],[-89.28454,36.577616],[-89.253314,36.56912],[-89.226312,36.580522],[-89.205389,36.607572],[-89.180682,36.665312],[-89.140619,36.73455],[-89.132904,36.760917],[-89.13454,36.783329],[-89.149677,36.818412],[-89.153387,36.839433],[-89.149359,36.851176],[-89.140253,36.861625],[-89.130756,36.870365],[-89.125433,36.876982],[-89.124017,36.886747],[-89.125433,36.918559],[-89.11889,36.961918],[-89.1237,36.979643],[-89.158075,37.011528],[-89.176263,37.035942],[-89.178705,37.062284],[-89.156805,37.092973],[-89.12265,37.124174],[-89.088495,37.174711],[-89.07829,37.185453],[-89.04372,37.208573],[-89.001898,37.223295],[-88.955487,37.227812],[-88.906976,37.220219],[-88.633002,37.114897],[-88.561078,37.076908],[-88.521454,37.067558],[-88.484296,37.072465],[-88.454462,37.096073],[-88.433417,37.136552],[-88.434003,37.168534],[-88.451654,37.198759],[-88.481805,37.233842],[-88.503412,37.266996],[-88.512445,37.303349],[-88.507855,37.34268],[-88.488617,37.384696],[-88.478192,37.398295],[-88.465009,37.408891],[-88.448261,37.415776],[-88.427484,37.418241],[-88.382538,37.417729],[-88.365643,37.421488],[-88.307098,37.448149],[-88.123065,37.474613],[-88.090985,37.491313],[-88.082977,37.519706],[-88.105023,37.562821],[-88.134662,37.587992],[-88.139813,37.593559],[-88.156561,37.620854],[-88.163348,37.640043],[-88.156659,37.663896],[-88.143866,37.685868],[-88.132343,37.699418],[-88.075775,37.737699],[-88.060321,37.751225],[-88.049945,37.773637],[-88.049677,37.79351],[-88.045282,37.806742],[-88.022479,37.809281],[-88.005048,37.803837],[-87.969305,37.785795],[-87.9508,37.781938],[-87.945819,37.788578],[-87.899579,37.82974],[-87.929755,37.88892],[-87.93371,37.902348],[-87.926532,37.92332],[-87.9091,37.931596],[-87.887665,37.928617],[-87.868573,37.915702],[-87.853876,37.901054],[-87.838007,37.889555],[-87.819574,37.881669],[-87.797162,37.878154],[-87.777362,37.880375],[-87.737665,37.891117],[-87.72829,37.891801],[-87.718964,37.899125],[-87.703485,37.905619],[-87.686737,37.906864],[-87.673651,37.898612],[-87.671796,37.884916],[-87.682196,37.852372],[-87.679852,37.837162],[-87.65705,37.825199],[-87.627094,37.834526],[-87.601386,37.856962],[-87.591107,37.884355],[-87.596063,37.904985],[-87.614374,37.934013],[-87.618427,37.956352],[-87.615204,37.968852],[-87.607587,37.975151],[-87.598602,37.976445],[-87.591107,37.973735],[-87.585687,37.966215],[-87.586786,37.949491],[-87.583661,37.939604],[-87.548895,37.913383],[-87.509979,37.919804],[-87.468695,37.937821],[-87.42663,37.946415],[-87.405194,37.94207],[-87.381586,37.933232],[-87.359076,37.921659],[-87.340961,37.909184],[-87.323016,37.899491],[-87.255316,37.878154],[-87.219818,37.859062],[-87.209296,37.854936],[-87.195184,37.851908],[-87.176801,37.850834],[-87.164887,37.847099],[-87.160321,37.838041],[-87.158051,37.826689],[-87.152899,37.816093],[-87.137616,37.800444],[-87.12912,37.794364],[-87.118134,37.788749],[-87.086713,37.805448],[-87.070477,37.828862],[-87.043036,37.891801],[-87.031342,37.908134],[-87.019501,37.919145],[-87.005609,37.926615],[-86.987787,37.932768],[-86.929608,37.937699],[-86.916107,37.943022],[-86.893231,37.960795],[-86.854852,37.983988],[-86.818817,37.995219],[-86.80285,37.977153],[-86.794574,37.950737],[-86.772846,37.923783],[-86.742206,37.903862],[-86.707245,37.898612],[-86.662982,37.905546],[-86.643866,37.901371],[-86.655389,37.881254],[-86.662958,37.863847],[-86.648456,37.854106],[-86.624432,37.853764],[-86.603583,37.864506],[-86.595477,37.884745],[-86.595624,37.904447],[-86.589667,37.919389],[-86.535858,37.928642],[-86.523236,37.938285],[-86.520282,37.953495],[-86.523456,38.019194],[-86.518597,38.040483],[-86.505194,38.049467],[-86.483759,38.050859],[-86.460834,38.056547],[-86.443744,38.068974],[-86.43974,38.090434],[-86.44538,38.101493],[-86.463226,38.117314],[-86.467035,38.127958],[-86.461786,38.137309],[-86.450262,38.136698],[-86.438739,38.131742],[-86.433514,38.127958],[-86.42829,38.118339],[-86.416132,38.115238],[-86.392548,38.117094],[-86.35036,38.131401],[-86.332782,38.147123],[-86.340936,38.154423],[-86.361615,38.159623],[-86.381708,38.169242],[-86.393915,38.187846],[-86.382855,38.194633],[-86.361688,38.192924],[-86.343524,38.186015],[-86.291718,38.153617],[-86.282684,38.141947],[-86.286102,38.099858],[-86.284442,38.084379],[-86.275238,38.069926],[-86.259393,38.059013],[-86.219696,38.042192],[-86.203534,38.032084],[-86.183734,38.022929],[-86.13327,38.020048],[-86.110761,38.015312],[-86.072919,37.983232],[-86.051337,37.969633],[-86.04184,37.977153],[-86.031976,37.993998],[-86.008661,38.000956],[-85.95993,38.007865],[-85.948358,38.013871],[-85.938812,38.020903],[-85.930951,38.028959],[-85.924701,38.037797],[-85.914569,38.063627],[-85.905316,38.15933],[-85.900604,38.179936],[-85.891327,38.202104],[-85.877875,38.219755],[-85.860956,38.226957],[-85.851117,38.235966],[-85.829437,38.277201],[-85.815912,38.289018],[-85.805731,38.289018],[-85.792059,38.286454],[-85.780096,38.282597],[-85.77497,38.278813],[-85.769867,38.270048],[-85.758295,38.269755],[-85.720502,38.27891],[-85.700531,38.287651],[-85.665106,38.309526],[-85.643353,38.343559],[-85.619696,38.431913],[-85.589984,38.460966],[-85.569452,38.465287],[-85.526581,38.468656],[-85.511176,38.477738],[-85.495844,38.49517],[-85.482123,38.507646],[-85.428876,38.538627],[-85.414789,38.553422],[-85.410223,38.572074],[-85.43122,38.611112],[-85.439789,38.672636],[-85.44704,38.686625],[-85.45517,38.707524],[-85.454657,38.72642],[-85.436078,38.734696],[-85.320868,38.743315],[-85.257294,38.740898],[-85.239838,38.734281],[-85.205536,38.703276],[-85.18598,38.69373],[-85.14538,38.700712],[-84.999457,38.771684],[-84.935858,38.792411],[-84.901337,38.796147],[-84.819403,38.789311],[-84.806195,38.794999],[-84.819794,38.828154],[-84.812616,38.84766],[-84.798602,38.861088],[-84.785321,38.878202],[-84.783954,38.892924],[-84.805756,38.899174],[-84.849213,38.9012],[-84.865228,38.907231],[-84.87746,38.919657],[-84.868475,38.929447],[-84.832929,38.957011],[-84.822821,38.974296],[-84.828143,38.99141],[-84.842694,39.006547],[-84.870624,39.029496],[-84.87309,39.06165],[-84.842792,39.088041],[-84.823529,39.097416],[-84.767596,39.124491],[-84.751434,39.137968],[-84.742181,39.143803],[-84.730048,39.14622],[-84.721112,39.142802],[-84.708392,39.127885],[-84.703046,39.124491],[-84.688251,39.117973],[-84.637225,39.077299]]]]},"type":"Feature","properties":{"postal":"KY","name":"Kentucky","type":"State","center":[-84.84682213077275,37.548908935263015]}},"NC":{"geometry":{"type":"MultiPolygon","coordinates":[[[[-77.942047,33.916815],[-77.962392,33.856879],[-77.96996,33.847968],[-77.981313,33.853827],[-77.997711,33.858954],[-78.012278,33.865627],[-78.017812,33.875881],[-78.010081,33.892035],[-77.995229,33.899319],[-77.979726,33.898179],[-77.96996,33.889553],[-77.963287,33.894477],[-77.942047,33.916815]]],[[[-77.818715,34.172675],[-77.820627,34.171576],[-77.823354,34.171861],[-77.825999,34.17064],[-77.845937,34.123765],[-77.860178,34.100409],[-77.87442,34.088121],[-77.864003,34.113674],[-77.856557,34.142646],[-77.844228,34.166653],[-77.819203,34.177476],[-77.818715,34.172675]]],[[[-77.352528,34.522284],[-77.3544,34.521186],[-77.357411,34.521389],[-77.360463,34.520087],[-77.386342,34.501695],[-77.467763,34.465399],[-77.500722,34.458686],[-77.514556,34.453762],[-77.617787,34.377631],[-77.634185,34.362494],[-77.614735,34.395453],[-77.578725,34.42536],[-77.449818,34.495673],[-77.431874,34.499661],[-77.413726,34.503974],[-77.374135,34.523139],[-77.353017,34.527574],[-77.352528,34.522284]]],[[[-76.537709,34.642157],[-76.551666,34.636868],[-76.556223,34.640611],[-76.592681,34.66352],[-76.643219,34.678412],[-76.654775,34.684556],[-76.654775,34.691474],[-76.634267,34.691474],[-76.565338,34.670966],[-76.554799,34.664211],[-76.542144,34.652899],[-76.537709,34.642157]]],[[[-76.681467,34.705146],[-76.681467,34.698228],[-76.801869,34.705146],[-76.827504,34.702948],[-77.099762,34.649848],[-77.082387,34.665473],[-77.054433,34.674872],[-76.89745,34.698228],[-76.733551,34.717597],[-76.681467,34.705146]]],[[[-76.519643,34.61579],[-76.530629,34.589057],[-76.539215,34.608222],[-76.525054,34.637844],[-76.407786,34.79442],[-76.304677,34.883246],[-76.262318,34.906724],[-76.256256,34.913642],[-76.249501,34.921861],[-76.233957,34.931708],[-76.215972,34.940334],[-76.20226,34.944729],[-76.222768,34.917426],[-76.249664,34.903225],[-76.299875,34.858588],[-76.322092,34.849066],[-76.340403,34.838446],[-76.395985,34.787584],[-76.519643,34.61579]]],[[[-76.140859,34.992499],[-76.147043,34.992499],[-76.137278,35.003404],[-76.106435,35.030341],[-76.099843,35.044623],[-76.096506,35.049628],[-76.088979,35.055243],[-76.081532,35.062201],[-76.078114,35.071601],[-76.072499,35.074774],[-76.059682,35.071479],[-76.03718,35.061347],[-76.040598,35.057685],[-76.043935,35.056301],[-76.047515,35.055732],[-76.051422,35.054592],[-76.1256,35.011542],[-76.140859,34.992499]]],[[[-75.90807,35.136461],[-76.017323,35.075019],[-76.005971,35.08515],[-75.99885,35.097073],[-75.98998,35.12344],[-75.96703,35.117743],[-75.939849,35.126899],[-75.886342,35.156968],[-75.798899,35.184231],[-75.770253,35.197943],[-75.77599,35.190741],[-75.782094,35.185858],[-75.798207,35.178046],[-75.817372,35.162909],[-75.90807,35.136461]]],[[[-75.543772,35.233303],[-75.5537,35.232001],[-75.585317,35.233303],[-75.623158,35.219062],[-75.644439,35.215766],[-75.6822,35.201239],[-75.698313,35.197943],[-75.70401,35.19595],[-75.717519,35.186916],[-75.725575,35.184882],[-75.735748,35.18769],[-75.733388,35.194037],[-75.72468,35.200914],[-75.715688,35.20539],[-75.705963,35.206244],[-75.701568,35.210028],[-75.698964,35.21483],[-75.694569,35.219062],[-75.693023,35.221991],[-75.692372,35.226874],[-75.690338,35.23135],[-75.684967,35.233303],[-75.681956,35.231513],[-75.68106,35.228013],[-75.679799,35.225246],[-75.675364,35.225816],[-75.61262,35.25259],[-75.543121,35.273098],[-75.516347,35.291002],[-75.517079,35.321479],[-75.510894,35.333686],[-75.498769,35.38288],[-75.494374,35.420478],[-75.484527,35.456692],[-75.482249,35.479071],[-75.483632,35.489936],[-75.488759,35.509223],[-75.489125,35.520697],[-75.48526,35.53205],[-75.471669,35.554348],[-75.468617,35.56509],[-75.46935,35.588772],[-75.475819,35.630113],[-75.500966,35.703315],[-75.502756,35.722724],[-75.520009,35.756659],[-75.526112,35.775702],[-75.517079,35.780748],[-75.499501,35.767483],[-75.486684,35.743801],[-75.478749,35.717231],[-75.476064,35.69538],[-75.473541,35.674872],[-75.454945,35.623114],[-75.451812,35.582506],[-75.47057,35.504788],[-75.490834,35.336412],[-75.515614,35.260199],[-75.52538,35.243964],[-75.543772,35.233303]]],[[[-75.625356,35.830146],[-75.643951,35.829169],[-75.659291,35.836005],[-75.666168,35.852281],[-75.670644,35.871324],[-75.678456,35.886908],[-75.707753,35.913398],[-75.715688,35.92475],[-75.721262,35.929999],[-75.727773,35.934556],[-75.729888,35.939399],[-75.721832,35.945258],[-75.713043,35.946967],[-75.703765,35.945705],[-75.695221,35.94245],[-75.688344,35.938422],[-75.674062,35.933295],[-75.667388,35.929511],[-75.661041,35.92475],[-75.659332,35.915432],[-75.647043,35.899237],[-75.61262,35.863267],[-75.621897,35.844916],[-75.622141,35.834662],[-75.625356,35.830146]]],[[[-75.792388,36.32217],[-75.790761,36.298082],[-75.786366,36.281968],[-75.757232,36.232611],[-75.714263,36.129828],[-75.563954,35.895331],[-75.553944,35.853664],[-75.523834,35.794379],[-75.531606,35.798407],[-75.551259,35.805121],[-75.557973,35.808661],[-75.560658,35.815619],[-75.560414,35.824693],[-75.561635,35.832587],[-75.583608,35.843817],[-75.589467,35.862047],[-75.592152,35.897447],[-75.607004,35.923814],[-75.675364,35.999905],[-75.681549,35.999905],[-75.694488,35.993557],[-75.709788,35.997789],[-75.719472,36.009996],[-75.715688,36.027167],[-75.707428,36.016506],[-75.698964,36.01496],[-75.675364,36.020941],[-75.679799,36.036689],[-75.687164,36.050035],[-75.696929,36.055609],[-75.708852,36.048285],[-75.723541,36.058824],[-75.730784,36.074897],[-75.735585,36.092963],[-75.742991,36.109768],[-75.742991,36.116523],[-75.738637,36.141181],[-75.749013,36.171617],[-75.763173,36.201239],[-75.773671,36.234036],[-75.801666,36.279039],[-75.815297,36.291246],[-75.818471,36.29678],[-75.817006,36.300238],[-75.813832,36.301744],[-75.811879,36.3015],[-75.818674,36.328843],[-75.824859,36.394273],[-75.828114,36.407538],[-75.842152,36.432034],[-75.845367,36.449205],[-75.85969,36.473456],[-75.867096,36.507554],[-75.880849,36.542548],[-75.880116,36.547919],[-75.88064,36.549248],[-75.880487,36.549247],[-75.867108,36.549125],[-75.853101,36.549028],[-75.853098,36.549018],[-75.852854,36.547919],[-75.811879,36.38345],[-75.796986,36.342841],[-75.792388,36.32217]]],[[[-75.966908,36.549791],[-75.961985,36.542955],[-75.949818,36.543362],[-75.942983,36.549628],[-75.942975,36.549635],[-75.926703,36.549516],[-75.908963,36.549413],[-75.908803,36.548651],[-75.90807,36.521226],[-75.905344,36.511908],[-75.901112,36.502875],[-75.901112,36.496039],[-75.911204,36.493313],[-75.952138,36.493313],[-75.97289,36.499701],[-75.976674,36.513821],[-75.978424,36.527899],[-76.006581,36.541815],[-76.01325,36.550151],[-76.013055,36.550151],[-75.966922,36.54981],[-75.966908,36.549791]]],[[[-80.163055,36.542582],[-80.089594,36.539775],[-79.970721,36.540092],[-79.851825,36.540385],[-79.732953,36.540702],[-79.614081,36.54102],[-79.495209,36.541337],[-79.376337,36.541654],[-79.25744,36.541947],[-79.138568,36.542265],[-78.983612,36.542265],[-78.828632,36.542265],[-78.673651,36.542265],[-78.518671,36.542265],[-78.36369,36.542265],[-78.20871,36.542265],[-78.053729,36.542265],[-77.898749,36.542265],[-77.775507,36.543217],[-77.652289,36.544145],[-77.529071,36.545072],[-77.405829,36.546],[-77.282587,36.546928],[-77.159369,36.547856],[-77.036151,36.548783],[-76.912909,36.549736],[-76.846405,36.550102],[-76.779877,36.550492],[-76.713348,36.550883],[-76.646845,36.551274],[-76.580341,36.551664],[-76.513837,36.552055],[-76.447284,36.552445],[-76.38078,36.552812],[-76.337128,36.552494],[-76.293475,36.552153],[-76.249823,36.551811],[-76.206171,36.551469],[-76.169208,36.551225],[-76.132221,36.550956],[-76.095233,36.550688],[-76.05827,36.550444],[-76.031725,36.550272],[-76.030914,36.547919],[-76.030914,36.535875],[-76.036936,36.51675],[-76.03718,36.5008],[-76.029042,36.480292],[-76.011708,36.460598],[-75.989898,36.443793],[-75.968251,36.432522],[-75.985829,36.425279],[-75.973704,36.401068],[-75.94872,36.37519],[-75.927887,36.363593],[-75.936879,36.372219],[-75.943105,36.379584],[-75.946889,36.387519],[-75.949045,36.397691],[-75.945383,36.396959],[-75.939076,36.408677],[-75.931304,36.428697],[-75.918568,36.429348],[-75.916371,36.402655],[-75.921742,36.356757],[-75.912831,36.341295],[-75.880442,36.300686],[-75.873362,36.284735],[-75.869944,36.272203],[-75.816151,36.156155],[-75.811879,36.140774],[-75.804026,36.121324],[-75.790354,36.09927],[-75.785512,36.08161],[-75.804433,36.075588],[-75.821156,36.082668],[-75.837961,36.097805],[-75.863393,36.127102],[-75.868398,36.136664],[-75.866444,36.145453],[-75.86205,36.153713],[-75.85969,36.161566],[-75.862213,36.17178],[-75.868072,36.18301],[-75.880116,36.199123],[-75.902577,36.214301],[-75.90807,36.219631],[-75.910308,36.226142],[-75.911041,36.240383],[-75.914296,36.246894],[-75.928456,36.255276],[-75.942983,36.260443],[-75.948232,36.26911],[-75.934722,36.287828],[-75.961741,36.306952],[-75.976552,36.314032],[-75.996205,36.315172],[-75.987172,36.299872],[-75.976145,36.293036],[-75.966664,36.284369],[-75.958363,36.246772],[-75.95108,36.227607],[-75.949696,36.212063],[-75.962717,36.205959],[-75.937164,36.185045],[-75.923004,36.176825],[-75.90807,36.17182],[-75.90807,36.164984],[-75.978871,36.183173],[-75.999623,36.185452],[-76.020416,36.191474],[-76.037465,36.205797],[-76.061676,36.236314],[-76.069651,36.241523],[-76.087799,36.245592],[-76.096099,36.250637],[-76.113596,36.26732],[-76.133412,36.281684],[-76.149485,36.288967],[-76.20226,36.3015],[-76.19343,36.305813],[-76.186147,36.312934],[-76.186106,36.319648],[-76.198842,36.322659],[-76.208567,36.317125],[-76.217397,36.305243],[-76.222157,36.29328],[-76.21935,36.287828],[-76.196767,36.283393],[-76.174387,36.27265],[-76.154856,36.259182],[-76.140859,36.246894],[-76.124745,36.223131],[-76.11441,36.211127],[-76.090159,36.200588],[-76.08023,36.177151],[-76.068512,36.17182],[-76.057362,36.168769],[-76.063466,36.162014],[-76.085561,36.150702],[-76.097076,36.147284],[-76.133412,36.144477],[-76.133412,36.13703],[-76.126576,36.13703],[-76.126576,36.130805],[-76.15807,36.129828],[-76.168121,36.130805],[-76.177968,36.134019],[-76.209381,36.149726],[-76.226186,36.172756],[-76.232655,36.177965],[-76.24177,36.180976],[-76.269887,36.199123],[-76.285268,36.211819],[-76.291982,36.212714],[-76.291656,36.199123],[-76.287221,36.190375],[-76.279124,36.181464],[-76.269276,36.174547],[-76.259999,36.17182],[-76.248647,36.163398],[-76.213857,36.123236],[-76.195424,36.109768],[-76.195424,36.103502],[-76.220123,36.099514],[-76.244496,36.103949],[-76.349436,36.141995],[-76.377431,36.156236],[-76.394032,36.177965],[-76.41039,36.174302],[-76.427724,36.18301],[-76.445424,36.196194],[-76.463002,36.205959],[-76.449941,36.182603],[-76.442372,36.172309],[-76.435048,36.164984],[-76.399159,36.148627],[-76.394032,36.140774],[-76.383127,36.130113],[-76.3579,36.117377],[-76.330149,36.107001],[-76.311513,36.103502],[-76.311513,36.096096],[-76.411733,36.082953],[-76.428212,36.075588],[-76.428212,36.068101],[-76.424916,36.067776],[-76.41454,36.068101],[-76.435943,36.048163],[-76.467641,36.030911],[-76.500315,36.018622],[-76.524403,36.013495],[-76.558705,36.01142],[-76.57726,36.012397],[-76.589263,36.017239],[-76.617543,36.053697],[-76.62682,36.061957],[-76.643666,36.038398],[-76.666656,36.038398],[-76.687001,36.056098],[-76.701039,36.110541],[-76.724517,36.155341],[-76.729848,36.181708],[-76.716176,36.226386],[-76.710805,36.236762],[-76.696523,36.250434],[-76.688873,36.259914],[-76.679555,36.287543],[-76.688344,36.305162],[-76.70759,36.315863],[-76.729848,36.322659],[-76.723704,36.311103],[-76.705678,36.294135],[-76.701975,36.284735],[-76.704213,36.271552],[-76.710072,36.263373],[-76.726145,36.250637],[-76.742909,36.231635],[-76.752309,36.214016],[-76.756418,36.193305],[-76.757192,36.127102],[-76.753977,36.116116],[-76.739898,36.093329],[-76.733551,36.06509],[-76.726064,36.05622],[-76.717112,36.04914],[-76.70934,36.040839],[-76.706654,36.028795],[-76.707387,36.017157],[-76.703969,36.008857],[-76.688873,36.006659],[-76.694976,35.992499],[-76.729848,35.952704],[-76.729848,35.945258],[-76.591624,35.944729],[-76.565338,35.938422],[-76.557932,35.938422],[-76.525624,35.955146],[-76.473012,35.972357],[-76.420237,35.981269],[-76.387278,35.973131],[-76.383168,35.963121],[-76.384429,35.95307],[-76.387034,35.944403],[-76.387278,35.938422],[-76.380198,35.932034],[-76.373036,35.934963],[-76.364369,35.941352],[-76.353139,35.945258],[-76.331654,35.94184],[-76.289215,35.925849],[-76.263743,35.92475],[-76.276967,35.937486],[-76.297922,35.947211],[-76.306793,35.957831],[-76.284169,35.973131],[-76.195424,35.993638],[-76.099843,35.999905],[-76.075917,35.995022],[-76.048329,35.98371],[-76.029368,35.968695],[-76.030914,35.952704],[-76.05309,35.962633],[-76.064036,35.953274],[-76.071929,35.918524],[-76.037668,35.929104],[-76.023549,35.931586],[-76.03246,35.909654],[-76.045888,35.888617],[-76.063588,35.873684],[-76.085561,35.870103],[-76.085561,35.863267],[-76.06314,35.848049],[-76.051137,35.819241],[-76.056304,35.793402],[-76.085561,35.786933],[-76.112457,35.794582],[-76.124176,35.794582],[-76.116607,35.783881],[-76.10497,35.777167],[-76.089223,35.771796],[-76.072621,35.768378],[-76.058258,35.767768],[-76.065094,35.767768],[-76.056752,35.761542],[-76.047271,35.749457],[-76.04247,35.737698],[-76.048004,35.732367],[-76.058258,35.726467],[-76.053538,35.713813],[-76.043284,35.702053],[-76.03718,35.698798],[-76.05427,35.683905],[-76.084543,35.68891],[-76.117055,35.698879],[-76.140859,35.698798],[-76.123606,35.673529],[-76.099965,35.665188],[-76.072743,35.666734],[-76.044586,35.671536],[-76.0454,35.66828],[-76.044504,35.663967],[-76.041819,35.658352],[-76.03718,35.651028],[-76.030914,35.651028],[-75.994862,35.730292],[-75.98998,35.763983],[-75.98998,35.886908],[-75.982411,35.895819],[-75.949208,35.914374],[-75.941558,35.921617],[-75.934926,35.924872],[-75.9204,35.912746],[-75.900624,35.890041],[-75.876291,35.879136],[-75.870229,35.87759],[-75.86144,35.880683],[-75.859242,35.887519],[-75.862457,35.894355],[-75.882558,35.901801],[-75.893788,35.912502],[-75.902659,35.925849],[-75.90807,35.938422],[-75.887278,35.934027],[-75.866038,35.9265],[-75.84496,35.923245],[-75.824859,35.931586],[-75.834055,35.938625],[-75.844065,35.942939],[-75.85497,35.945054],[-75.867096,35.945258],[-75.860748,35.952786],[-75.856313,35.961005],[-75.853668,35.97012],[-75.852854,35.979967],[-75.818918,35.960517],[-75.790517,35.932522],[-75.742991,35.870103],[-75.742991,35.856879],[-75.726145,35.836086],[-75.721832,35.829169],[-75.722035,35.810736],[-75.729563,35.796291],[-75.738433,35.782864],[-75.742991,35.767768],[-75.740102,35.758287],[-75.726226,35.740383],[-75.721832,35.726142],[-75.720855,35.705024],[-75.724924,35.698228],[-75.749827,35.698798],[-75.773427,35.696926],[-75.77359,35.689765],[-75.763417,35.671536],[-75.740956,35.643012],[-75.739613,35.632636],[-75.753814,35.611802],[-75.75829,35.607245],[-75.764394,35.603909],[-75.773346,35.602607],[-75.782338,35.599189],[-75.783355,35.591132],[-75.782053,35.582221],[-75.783925,35.575914],[-75.795033,35.57095],[-75.808339,35.568834],[-75.839182,35.568508],[-75.839182,35.575914],[-75.825917,35.580878],[-75.818674,35.582099],[-75.819569,35.586127],[-75.820912,35.589545],[-75.822621,35.592678],[-75.824859,35.595771],[-75.849477,35.587063],[-75.866444,35.595649],[-75.878041,35.614732],[-75.886342,35.637356],[-75.894399,35.622016],[-75.895334,35.60456],[-75.894521,35.588935],[-75.897206,35.579047],[-75.954457,35.530341],[-75.95934,35.528225],[-75.977895,35.525214],[-75.9794,35.519721],[-75.976552,35.512926],[-75.975697,35.507025],[-75.972808,35.502143],[-75.973215,35.497138],[-75.979156,35.489691],[-75.985422,35.486151],[-76.010569,35.479071],[-76.003326,35.465033],[-76.00886,35.456041],[-76.018422,35.449164],[-76.023549,35.44123],[-76.024648,35.427314],[-76.028228,35.419338],[-76.034779,35.418158],[-76.044586,35.424506],[-76.03718,35.431342],[-76.056142,35.441474],[-76.071034,35.427232],[-76.075999,35.404853],[-76.065094,35.390326],[-76.065094,35.384182],[-76.079742,35.382961],[-76.118276,35.372789],[-76.129994,35.366156],[-76.142445,35.352484],[-76.15038,35.347154],[-76.218129,35.348863],[-76.235748,35.353217],[-76.246449,35.372016],[-76.253489,35.373725],[-76.260487,35.370022],[-76.263743,35.35932],[-76.268707,35.348375],[-76.280181,35.350735],[-76.310658,35.367662],[-76.32433,35.393744],[-76.332631,35.403998],[-76.355336,35.413479],[-76.363515,35.405219],[-76.363759,35.391425],[-76.363026,35.384182],[-76.355621,35.377672],[-76.352406,35.363593],[-76.357167,35.349514],[-76.373606,35.343166],[-76.379628,35.353258],[-76.394032,35.362454],[-76.402943,35.36518],[-76.410268,35.364325],[-76.416168,35.366034],[-76.420766,35.376695],[-76.37975,35.376695],[-76.37975,35.384182],[-76.388499,35.39232],[-76.39269,35.409003],[-76.394032,35.44123],[-76.402333,35.459621],[-76.418324,35.464504],[-76.428863,35.457017],[-76.420766,35.438178],[-76.442494,35.403998],[-76.45401,35.410142],[-76.465566,35.411282],[-76.475819,35.407294],[-76.483469,35.397773],[-76.47643,35.394436],[-76.470693,35.389797],[-76.466176,35.383857],[-76.463002,35.376695],[-76.498362,35.391343],[-76.51183,35.401028],[-76.524403,35.41767],[-76.515452,35.419094],[-76.51065,35.421291],[-76.50768,35.425035],[-76.503896,35.431342],[-76.546051,35.445217],[-76.560129,35.455878],[-76.544911,35.466051],[-76.544911,35.472235],[-76.564443,35.483873],[-76.575185,35.497463],[-76.570668,35.508612],[-76.544911,35.513251],[-76.4947,35.506781],[-76.477895,35.513861],[-76.463002,35.541164],[-76.488922,35.536811],[-76.511708,35.537665],[-76.557932,35.548041],[-76.58495,35.549709],[-76.605946,35.542467],[-76.647328,35.520697],[-76.631988,35.517483],[-76.620758,35.51081],[-76.61262,35.502143],[-76.606313,35.492743],[-76.616322,35.471137],[-76.619985,35.466051],[-76.605784,35.45246],[-76.599192,35.44774],[-76.592681,35.444322],[-76.592681,35.438178],[-76.598256,35.435492],[-76.601064,35.432359],[-76.603017,35.428656],[-76.606313,35.424506],[-76.596303,35.421129],[-76.58845,35.416897],[-76.582672,35.411282],[-76.57901,35.403998],[-76.599762,35.395087],[-76.628774,35.39997],[-76.650014,35.415351],[-76.647328,35.438178],[-76.656606,35.436672],[-76.664215,35.434231],[-76.6704,35.430365],[-76.675201,35.424506],[-76.704335,35.430365],[-76.758412,35.41885],[-76.781077,35.427883],[-76.801991,35.444892],[-76.821848,35.45303],[-76.873199,35.458645],[-76.901275,35.465522],[-76.948964,35.487982],[-76.994049,35.497056],[-77.01415,35.507758],[-77.051991,35.534369],[-77.035797,35.503852],[-77.025502,35.491523],[-77.01415,35.486558],[-76.994496,35.481594],[-76.985015,35.469224],[-76.976308,35.438178],[-76.945139,35.45246],[-76.90392,35.443915],[-76.862904,35.424018],[-76.832265,35.403998],[-76.817047,35.396308],[-76.757192,35.384182],[-76.694081,35.353664],[-76.611643,35.337714],[-76.520985,35.313137],[-76.49706,35.31151],[-76.494252,35.300971],[-76.48762,35.29149],[-76.472646,35.277411],[-76.470367,35.270575],[-76.480458,35.253323],[-76.483469,35.242906],[-76.492828,35.23017],[-76.515289,35.230373],[-76.565338,35.239488],[-76.565338,35.233303],[-76.541656,35.224351],[-76.529612,35.217678],[-76.524403,35.208482],[-76.530263,35.199937],[-76.544057,35.20185],[-76.571604,35.211615],[-76.588287,35.209133],[-76.600413,35.20189],[-76.609364,35.194525],[-76.616567,35.191107],[-76.631988,35.190253],[-76.64859,35.187161],[-76.66393,35.180894],[-76.675201,35.1706],[-76.661855,35.166815],[-76.619985,35.164455],[-76.608022,35.159084],[-76.598297,35.15233],[-76.58731,35.149726],[-76.571604,35.156968],[-76.576527,35.158881],[-76.581207,35.162258],[-76.585846,35.164455],[-76.585846,35.1706],[-76.571604,35.178046],[-76.55484,35.149726],[-76.560536,35.124416],[-76.582102,35.105455],[-76.613149,35.096137],[-76.607981,35.07982],[-76.6433,35.058051],[-76.687611,35.037258],[-76.70934,35.023505],[-76.725942,35.000556],[-76.764475,34.989203],[-76.807769,34.98725],[-76.839101,34.992499],[-76.873647,35.008694],[-76.901194,35.027248],[-76.946278,35.06859],[-76.959543,35.075019],[-76.996246,35.087633],[-77.043365,35.143622],[-77.079335,35.156968],[-77.036733,35.099311],[-77.034901,35.08869],[-77.01537,35.080878],[-76.999379,35.062161],[-76.976308,35.019761],[-76.940256,34.979804],[-76.899159,34.964057],[-76.854075,34.957424],[-76.805572,34.944729],[-76.770823,34.924221],[-76.766103,34.917222],[-76.761952,34.912421],[-76.757192,34.909898],[-76.749989,34.911566],[-76.73998,34.92178],[-76.713368,34.929877],[-76.695709,34.943345],[-76.678944,34.959377],[-76.661529,34.972602],[-76.642445,34.983832],[-76.631825,34.987047],[-76.619985,34.986274],[-76.610585,34.980455],[-76.60261,34.971015],[-76.597401,34.962226],[-76.596099,34.958319],[-76.578481,34.950426],[-76.555328,34.936713],[-76.539866,34.932074],[-76.544911,34.951483],[-76.566477,34.979193],[-76.568593,34.993232],[-76.548248,34.999335],[-76.533599,34.999416],[-76.5183,34.997301],[-76.503245,34.989569],[-76.489613,34.972602],[-76.483632,34.987128],[-76.4829,35.001654],[-76.483998,35.015286],[-76.483469,35.027248],[-76.476959,35.041083],[-76.465159,35.059801],[-76.453765,35.073391],[-76.44872,35.071601],[-76.446523,35.067206],[-76.437164,35.054918],[-76.435048,35.051174],[-76.436187,35.041449],[-76.441314,35.025621],[-76.442494,35.016669],[-76.424469,34.995917],[-76.418853,34.986518],[-76.424143,34.980862],[-76.450307,34.96955],[-76.457834,34.97016],[-76.464345,34.968451],[-76.469146,34.958319],[-76.469553,34.949937],[-76.466664,34.944281],[-76.461822,34.940579],[-76.456125,34.937893],[-76.439768,34.938666],[-76.396108,34.950141],[-76.387278,34.948065],[-76.377553,34.965806],[-76.356272,34.971991],[-76.334869,34.97309],[-76.325185,34.975735],[-76.328236,34.991156],[-76.345041,35.012274],[-76.353139,35.027248],[-76.322174,35.019924],[-76.30663,35.003119],[-76.293528,34.984809],[-76.269887,34.972602],[-76.269887,34.965155],[-76.279408,34.959662],[-76.293528,34.943793],[-76.304677,34.937893],[-76.320465,34.937486],[-76.332021,34.941148],[-76.340403,34.939683],[-76.346262,34.924221],[-76.344106,34.914049],[-76.337758,34.907782],[-76.335683,34.899482],[-76.346262,34.883246],[-76.354848,34.877427],[-76.394032,34.862738],[-76.395904,34.86815],[-76.400258,34.87759],[-76.401479,34.883246],[-76.407786,34.883246],[-76.411204,34.875678],[-76.411733,34.85871],[-76.41454,34.849066],[-76.420644,34.839545],[-76.426584,34.833726],[-76.442494,34.821763],[-76.475982,34.787055],[-76.483022,34.78262],[-76.490142,34.779242],[-76.497182,34.774604],[-76.503896,34.766547],[-76.503896,34.761176],[-76.50064,34.755113],[-76.499094,34.748114],[-76.503896,34.739814],[-76.512766,34.734361],[-76.522776,34.73192],[-76.544911,34.732408],[-76.566233,34.738511],[-76.583567,34.751288],[-76.588246,34.766588],[-76.571604,34.780829],[-76.593332,34.79678],[-76.607533,34.81391],[-76.615956,34.816067],[-76.622182,34.731024],[-76.632965,34.709174],[-76.658193,34.721869],[-76.66511,34.741523],[-76.666982,34.767768],[-76.671213,34.790839],[-76.685211,34.800727],[-76.709788,34.796576],[-76.734609,34.785875],[-76.756174,34.770819],[-76.770823,34.753485],[-76.754791,34.754136],[-76.745717,34.756578],[-76.737416,34.760688],[-76.729848,34.766547],[-76.708079,34.738267],[-76.701975,34.725572],[-76.896108,34.739203],[-76.928538,34.721869],[-77.072865,34.686265],[-77.082428,34.680854],[-77.093251,34.676988],[-77.102651,34.683254],[-77.102691,34.694322],[-77.08552,34.705146],[-77.107249,34.732408],[-77.113596,34.755764],[-77.113433,34.759711],[-77.131703,34.762397],[-77.131988,34.747626],[-77.124745,34.730373],[-77.120269,34.725572],[-77.121897,34.708319],[-77.127756,34.693305],[-77.136871,34.682359],[-77.148264,34.677191],[-77.154775,34.679918],[-77.160268,34.686957],[-77.166412,34.692572],[-77.174916,34.691474],[-77.175771,34.684963],[-77.166982,34.667141],[-77.171498,34.66352],[-77.201527,34.650702],[-77.25357,34.594387],[-77.281361,34.581529],[-77.293446,34.578437],[-77.318023,34.564276],[-77.336537,34.561103],[-77.356842,34.577094],[-77.360463,34.578192],[-77.365712,34.582017],[-77.401479,34.589057],[-77.386871,34.603502],[-77.343129,34.631293],[-77.33316,34.649848],[-77.340443,34.660956],[-77.378407,34.701321],[-77.394602,34.7119],[-77.394602,34.718166],[-77.378041,34.718655],[-77.375111,34.724311],[-77.381907,34.732327],[-77.394602,34.739814],[-77.403472,34.740058],[-77.413726,34.73786],[-77.424672,34.740139],[-77.435618,34.753485],[-77.428456,34.701239],[-77.421986,34.684556],[-77.409169,34.690904],[-77.396799,34.683783],[-77.38679,34.670111],[-77.380971,34.656684],[-77.382436,34.632025],[-77.397043,34.620022],[-77.413889,34.616929],[-77.421986,34.619127],[-77.426137,34.623236],[-77.435455,34.622504],[-77.444976,34.61758],[-77.449818,34.608873],[-77.446197,34.600816],[-77.437082,34.589423],[-77.426503,34.579169],[-77.418568,34.574774],[-77.400624,34.571112],[-77.383209,34.562242],[-77.3756,34.551093],[-77.387196,34.540676],[-77.387196,34.53384],[-77.381825,34.530504],[-77.378896,34.527167],[-77.387929,34.52265],[-77.404042,34.517646],[-77.455637,34.505316],[-77.535878,34.468573],[-77.668324,34.376166],[-77.730458,34.315863],[-77.785024,34.246405],[-77.816558,34.222357],[-77.832672,34.207017],[-77.844472,34.174994],[-77.867096,34.138414],[-77.87442,34.12226],[-77.893137,34.01203],[-77.911122,33.958157],[-77.942047,33.930487],[-77.933746,33.94892],[-77.932281,33.95775],[-77.935862,33.965237],[-77.935862,33.971422],[-77.921254,34.001044],[-77.929555,34.07982],[-77.92162,34.108588],[-77.940663,34.14765],[-77.956288,34.191148],[-77.962554,34.191148],[-77.96288,34.163153],[-77.952301,34.091742],[-77.942047,34.067613],[-77.948557,34.053697],[-77.95051,34.037177],[-77.949452,34.002753],[-77.953196,33.989488],[-77.972157,33.952623],[-78.008941,33.90469],[-78.017812,33.896308],[-78.032338,33.892279],[-78.049306,33.893866],[-78.139556,33.915188],[-78.158681,33.916815],[-78.213979,33.915473],[-78.226918,33.9206],[-78.252512,33.925116],[-78.333485,33.910102],[-78.367258,33.916815],[-78.362375,33.924221],[-78.361724,33.932359],[-78.367258,33.950914],[-78.374664,33.950914],[-78.384918,33.922593],[-78.408274,33.910549],[-78.470855,33.896308],[-78.55899,33.869045],[-78.55012,33.879788],[-78.5454,33.883287],[-78.5454,33.889553],[-78.573145,33.882606],[-78.573163,33.882621],[-78.638715,33.938041],[-78.704242,33.993437],[-78.769745,34.048808],[-78.835321,34.104203],[-78.900848,34.159599],[-78.966376,34.214994],[-79.031903,34.27039],[-79.09743,34.325785],[-79.162958,34.381181],[-79.22851,34.436576],[-79.294037,34.491972],[-79.359564,34.547367],[-79.425116,34.602763],[-79.490643,34.658158],[-79.556171,34.713578],[-79.621722,34.768949],[-79.65351,34.795732],[-79.67348,34.801274],[-79.703803,34.805815],[-79.74118,34.806498],[-79.752338,34.806767],[-79.783954,34.807279],[-79.833075,34.808207],[-79.896747,34.809404],[-79.972089,34.810795],[-80.05622,34.812358],[-80.146137,34.813993],[-80.239008,34.815751],[-80.331854,34.817485],[-80.421796,34.819169],[-80.505902,34.820707],[-80.58122,34.822123],[-80.644916,34.823271],[-80.694012,34.824174],[-80.725629,34.82476],[-80.736786,34.824955],[-80.776239,34.825737],[-80.784027,34.827592],[-80.790179,34.832719],[-80.792279,34.838993],[-80.792645,34.845927],[-80.788641,34.949296],[-80.789423,34.955741],[-80.792914,34.961747],[-80.836591,35.00933],[-80.890497,35.068095],[-80.927118,35.108134],[-80.930389,35.111088],[-80.933637,35.112651],[-80.938031,35.112992],[-80.944867,35.109965],[-81.027704,35.061283],[-81.033319,35.059819],[-81.038495,35.059965],[-81.045209,35.064579],[-81.048969,35.069071],[-81.052313,35.073881],[-81.053729,35.078617],[-81.054706,35.083134],[-81.054315,35.087211],[-81.053485,35.090824],[-81.051996,35.094975],[-81.040692,35.114067],[-81.038397,35.119194],[-81.03786,35.124516],[-81.038226,35.129814],[-81.039618,35.13477],[-81.041864,35.138822],[-81.044745,35.142778],[-81.048456,35.146342],[-81.052606,35.149589],[-81.061005,35.152226],[-81.073529,35.154203],[-81.135321,35.156767],[-81.186639,35.15894],[-81.250018,35.161674],[-81.323358,35.164799],[-81.404462,35.168241],[-81.491278,35.171977],[-81.581659,35.175785],[-81.673529,35.179716],[-81.764716,35.183598],[-81.853119,35.187358],[-81.936591,35.190922],[-82.013055,35.194194],[-82.080365,35.197026],[-82.136371,35.199467],[-82.179022,35.201274],[-82.206195,35.202445],[-82.215741,35.202812],[-82.287201,35.205888],[-82.362811,35.200077],[-82.367133,35.201274],[-82.370819,35.203422],[-82.373285,35.205912],[-82.377728,35.211918],[-82.380804,35.215068],[-82.384442,35.217851],[-82.391229,35.218315],[-82.398261,35.216166],[-82.41308,35.208134],[-82.419696,35.20308],[-82.424506,35.197465],[-82.429999,35.18267],[-82.435126,35.178569],[-82.442841,35.176298],[-82.478876,35.176103],[-82.485346,35.173881],[-82.492987,35.168534],[-82.497723,35.164311],[-82.502997,35.162089],[-82.510565,35.160697],[-82.546527,35.160185],[-82.554022,35.159135],[-82.605194,35.145341],[-82.638202,35.131181],[-82.647675,35.128031],[-82.655536,35.127128],[-82.667255,35.127983],[-82.675604,35.12747],[-82.682318,35.123075],[-82.685565,35.117533],[-82.689764,35.106156],[-82.696893,35.100175],[-82.707709,35.09373],[-82.731464,35.083232],[-82.742133,35.077055],[-82.751117,35.073246],[-82.756366,35.072367],[-82.76369,35.074418],[-82.767572,35.078129],[-82.771869,35.086601],[-82.803876,35.080815],[-83.096503,35.000639],[-83.114764,35.000444],[-83.190399,34.999613],[-83.266034,34.998783],[-83.34162,34.997904],[-83.417255,34.997074],[-83.492865,34.996195],[-83.568451,34.99539],[-83.64411,34.994584],[-83.719721,34.99373],[-83.795331,34.992851],[-83.870966,34.99207],[-83.946576,34.991264],[-84.022186,34.990385],[-84.097772,34.989555],[-84.173383,34.988725],[-84.249042,34.987895],[-84.324628,34.987065],[-84.319574,35.03394],[-84.314349,35.081645],[-84.30827,35.137504],[-84.304266,35.174296],[-84.300507,35.208354],[-84.2987,35.216093],[-84.296747,35.220585],[-84.290595,35.229936],[-84.278803,35.241703],[-84.261249,35.255668],[-84.255048,35.259721],[-84.247015,35.263139],[-84.231512,35.267167],[-84.223212,35.267045],[-84.216913,35.26519],[-84.209296,35.258622],[-84.204657,35.255668],[-84.199823,35.253715],[-84.192987,35.252641],[-84.178632,35.252421],[-84.124701,35.257524],[-84.099017,35.257328],[-84.095184,35.257914],[-84.088324,35.261601],[-84.078387,35.268339],[-84.058856,35.284306],[-84.050751,35.293412],[-84.046063,35.301615],[-84.044476,35.333598],[-84.043134,35.339237],[-84.038812,35.34932],[-84.036029,35.35413],[-84.018524,35.374638],[-84.015692,35.379545],[-84.013641,35.384696],[-84.012616,35.390458],[-84.013202,35.395512],[-84.017596,35.408622],[-84.017572,35.412211],[-84.016669,35.416069],[-84.014667,35.419902],[-84.011493,35.424516],[-83.98869,35.444657],[-83.981464,35.449369],[-83.972479,35.453495],[-83.930438,35.465458],[-83.923602,35.469047],[-83.915692,35.476005],[-83.911151,35.48101],[-83.894818,35.508085],[-83.888739,35.512309],[-83.880194,35.516459],[-83.863641,35.521293],[-83.831659,35.526737],[-83.823285,35.529618],[-83.813593,35.534037],[-83.798065,35.54434],[-83.774286,35.556156],[-83.754804,35.562065],[-83.734564,35.566215],[-83.728095,35.566557],[-83.692719,35.563945],[-83.688641,35.56414],[-83.685199,35.564653],[-83.675482,35.567533],[-83.668964,35.568583],[-83.66247,35.568779],[-83.656,35.567973],[-83.650116,35.566703],[-83.641058,35.566825],[-83.629828,35.568412],[-83.610321,35.573393],[-83.600458,35.572856],[-83.593207,35.570951],[-83.589081,35.567533],[-83.584369,35.564335],[-83.578827,35.56143],[-83.572089,35.559745],[-83.565131,35.559257],[-83.499213,35.569975],[-83.493036,35.572709],[-83.485883,35.577006],[-83.463471,35.594755],[-83.453119,35.604862],[-83.4466,35.609672],[-83.437787,35.614457],[-83.383929,35.633183],[-83.370575,35.64185],[-83.35954,35.65186],[-83.344794,35.662944],[-83.336005,35.66663],[-83.32558,35.668266],[-83.316644,35.667875],[-83.309345,35.66641],[-83.301825,35.666703],[-83.295136,35.669242],[-83.274579,35.692289],[-83.253436,35.709428],[-83.250067,35.713017],[-83.244183,35.716679],[-83.236469,35.719999],[-83.211298,35.727592],[-83.201263,35.732646],[-83.176801,35.75269],[-83.170673,35.756059],[-83.162714,35.75894],[-83.12785,35.767289],[-83.075433,35.789457],[-83.069965,35.791093],[-83.064618,35.791264],[-83.052875,35.788505],[-83.011298,35.785453],[-82.996698,35.782231],[-82.99057,35.783744],[-82.98266,35.787992],[-82.956854,35.812651],[-82.932221,35.8429],[-82.926801,35.851713],[-82.925116,35.856791],[-82.922894,35.866801],[-82.919721,35.87144],[-82.90827,35.883207],[-82.905829,35.889164],[-82.905682,35.89434],[-82.914374,35.9106],[-82.915985,35.915458],[-82.917011,35.920658],[-82.916815,35.926152],[-82.915595,35.931791],[-82.913519,35.937187],[-82.910809,35.941679],[-82.907489,35.945927],[-82.901776,35.94998],[-82.893695,35.95308],[-82.87829,35.95557],[-82.867841,35.955473],[-82.8591,35.953935],[-82.846429,35.949223],[-82.832343,35.941239],[-82.821967,35.933842],[-82.816718,35.932402],[-82.810175,35.933329],[-82.804169,35.936454],[-82.798456,35.943949],[-82.796063,35.949809],[-82.791254,35.958207],[-82.779584,35.968949],[-82.77663,35.973246],[-82.774872,35.977958],[-82.775214,35.992289],[-82.773846,35.996],[-82.771698,35.998857],[-82.770258,36.000248],[-82.701825,36.030619],[-82.677875,36.037846],[-82.629779,36.057353],[-82.620258,36.058915],[-82.613055,36.057865],[-82.608954,36.05435],[-82.592352,36.035307],[-82.590839,36.032621],[-82.590741,36.029545],[-82.592255,36.025151],[-82.598358,36.01287],[-82.599921,36.005302],[-82.600409,35.999418],[-82.599554,35.993779],[-82.593964,35.980693],[-82.591058,35.976518],[-82.587616,35.972489],[-82.583685,35.968803],[-82.578656,35.965776],[-82.57287,35.963237],[-82.56618,35.961845],[-82.559589,35.961772],[-82.553436,35.962821],[-82.544354,35.966117],[-82.498261,35.989701],[-82.493793,35.991459],[-82.489276,35.993827],[-82.482611,35.998539],[-82.475311,36.004911],[-82.457196,36.024467],[-82.452704,36.030912],[-82.439545,36.054496],[-82.429315,36.065971],[-82.394574,36.095683],[-82.37663,36.106645],[-82.360614,36.113529],[-82.351166,36.11663],[-82.315595,36.124565],[-82.290595,36.134648],[-82.282343,36.135453],[-82.260956,36.134965],[-82.255536,36.136845],[-82.224408,36.155107],[-82.213153,36.159184],[-82.207831,36.160112],[-82.204071,36.160063],[-82.198773,36.158525],[-82.189398,36.152934],[-82.183807,36.150688],[-82.177069,36.149833],[-82.163446,36.149369],[-82.157343,36.148368],[-82.151727,36.146318],[-82.147577,36.143705],[-82.144501,36.140531],[-82.142401,36.136039],[-82.141034,36.131254],[-82.140326,36.12642],[-82.138934,36.121562],[-82.136932,36.11724],[-82.133197,36.113359],[-82.128705,36.11016],[-82.123163,36.107255],[-82.116718,36.104765],[-82.101483,36.101274],[-82.093695,36.100444],[-82.086566,36.10059],[-82.077948,36.103715],[-82.06828,36.108842],[-82.052069,36.120536],[-82.042499,36.124467],[-82.032538,36.131596],[-82.024677,36.139921],[-81.924017,36.294071],[-81.919696,36.298393],[-81.892401,36.316728],[-81.814813,36.358915],[-81.809808,36.360575],[-81.80495,36.360624],[-81.75202,36.346293],[-81.721014,36.342851],[-81.716376,36.343608],[-81.714276,36.346586],[-81.715961,36.351786],[-81.718768,36.35623],[-81.732416,36.371733],[-81.742938,36.389067],[-81.744647,36.393388],[-81.743964,36.400297],[-81.740497,36.409452],[-81.714471,36.451493],[-81.698529,36.488212],[-81.699066,36.497221],[-81.7133,36.521537],[-81.715009,36.526347],[-81.705878,36.546659],[-81.658856,36.60955],[-81.652045,36.598588],[-81.648309,36.59561],[-81.641571,36.594047],[-81.61933,36.593852],[-81.570331,36.590824],[-81.521307,36.587797],[-81.472308,36.58477],[-81.423309,36.581742],[-81.37431,36.578715],[-81.325311,36.575688],[-81.276312,36.57266],[-81.227313,36.569633],[-81.158539,36.568705],[-81.089764,36.567778],[-81.02099,36.56685],[-80.952216,36.565898],[-80.883441,36.564945],[-80.814667,36.564018],[-80.745892,36.56309],[-80.677118,36.562162],[-80.60368,36.559379],[-80.530243,36.556571],[-80.456805,36.553764],[-80.383368,36.550981],[-80.30993,36.548173],[-80.236493,36.545365],[-80.163055,36.542582]]]]},"type":"Feature","properties":{"postal":"NC","name":"North Carolina","type":"State","center":[-79.39643347050753,35.669833218326275]}},"OH":{"geometry":{"type":"Polygon","coordinates":[[[-80.520233,40.646781],[-80.535712,40.64351],[-80.580438,40.61912],[-80.597284,40.62664],[-80.622528,40.626005],[-80.648285,40.619389],[-80.666376,40.608866],[-80.676849,40.588798],[-80.669501,40.571562],[-80.636298,40.537162],[-80.614081,40.503666],[-80.605121,40.485942],[-80.601508,40.471391],[-80.606659,40.448905],[-80.627094,40.409696],[-80.628876,40.386381],[-80.626093,40.386528],[-80.619598,40.385453],[-80.612665,40.38311],[-80.608368,40.379521],[-80.607587,40.374711],[-80.608905,40.363945],[-80.608368,40.359037],[-80.601874,40.33665],[-80.600555,40.323344],[-80.60495,40.31746],[-80.614569,40.28643],[-80.620184,40.280375],[-80.647284,40.263285],[-80.656757,40.255375],[-80.677826,40.216142],[-80.687054,40.193119],[-80.694354,40.157548],[-80.702924,40.139457],[-80.724432,40.104545],[-80.735346,40.080009],[-80.739081,40.06082],[-80.738104,40.019511],[-80.741303,39.996781],[-80.748895,39.98289],[-80.757929,39.970854],[-80.765375,39.953739],[-80.763886,39.947123],[-80.75993,39.938798],[-80.758685,39.929399],[-80.765375,39.919584],[-80.777997,39.91829],[-80.791425,39.923979],[-80.802045,39.925004],[-80.806366,39.909648],[-80.803558,39.899345],[-80.79809,39.887797],[-80.794305,39.876908],[-80.796747,39.868681],[-80.815424,39.850859],[-80.821747,39.842387],[-80.828095,39.830863],[-80.831561,39.820561],[-80.835687,39.800785],[-80.841107,39.790483],[-80.862885,39.779545],[-80.871014,39.77122],[-80.865326,39.759159],[-80.849457,39.745268],[-80.838959,39.733695],[-80.835663,39.720365],[-80.841107,39.701127],[-80.857098,39.690971],[-80.861591,39.68682],[-80.862616,39.682402],[-80.8612,39.671171],[-80.861591,39.666362],[-80.873358,39.638993],[-80.875238,39.628788],[-80.944159,39.598075],[-81.055341,39.530033],[-81.087518,39.501884],[-81.110663,39.468949],[-81.125775,39.453691],[-81.165595,39.442289],[-81.183319,39.430619],[-81.211639,39.406279],[-81.226947,39.398466],[-81.24704,39.391752],[-81.268988,39.386943],[-81.289862,39.385185],[-81.310199,39.378886],[-81.344989,39.353495],[-81.368695,39.351029],[-81.388446,39.362162],[-81.401556,39.380888],[-81.411176,39.398466],[-81.420526,39.406279],[-81.463153,39.406547],[-81.4789,39.40059],[-81.554266,39.344218],[-81.562274,39.32642],[-81.569354,39.287675],[-81.580975,39.275321],[-81.58891,39.280668],[-81.594891,39.282402],[-81.600873,39.280644],[-81.608881,39.275321],[-81.615741,39.282768],[-81.637518,39.276152],[-81.66225,39.27559],[-81.68244,39.271],[-81.698065,39.237089],[-81.746088,39.193363],[-81.753705,39.177665],[-81.755096,39.165263],[-81.752289,39.128202],[-81.754559,39.105278],[-81.762445,39.096098],[-81.812567,39.080082],[-81.818475,39.079765],[-81.818915,39.0762],[-81.814349,39.063041],[-81.810516,39.056938],[-81.803827,39.050224],[-81.796405,39.044804],[-81.790155,39.042582],[-81.777094,39.034965],[-81.775238,39.017192],[-81.780194,38.981108],[-81.773749,38.964457],[-81.764496,38.948832],[-81.763983,38.937236],[-81.783637,38.932719],[-81.794501,38.936137],[-81.812128,38.951005],[-81.824286,38.954423],[-81.834784,38.949369],[-81.840814,38.937529],[-81.84848,38.913432],[-81.860565,38.899272],[-81.879999,38.883158],[-81.901679,38.874247],[-81.920502,38.881816],[-81.927631,38.892753],[-81.925726,38.897636],[-81.92038,38.903251],[-81.917401,38.916557],[-81.915179,38.919438],[-81.910248,38.921147],[-81.905292,38.923832],[-81.903095,38.929618],[-81.904169,38.936332],[-81.906488,38.941654],[-81.90993,38.946977],[-81.914789,38.962846],[-81.924017,38.978544],[-81.937445,38.99058],[-81.96889,39.000834],[-81.98432,39.012065],[-82.002972,39.021708],[-82.02663,39.022074],[-82.058368,39.003227],[-82.092206,38.968583],[-82.120697,38.929985],[-82.136493,38.899174],[-82.143329,38.858232],[-82.148236,38.849003],[-82.1612,38.831425],[-82.172772,38.80828],[-82.191766,38.797953],[-82.20871,38.78599],[-82.211591,38.762651],[-82.20434,38.74539],[-82.195258,38.731694],[-82.187543,38.715312],[-82.184296,38.690019],[-82.190692,38.675737],[-82.192474,38.665483],[-82.183197,38.648124],[-82.179096,38.635404],[-82.176703,38.621879],[-82.17746,38.611796],[-82.192743,38.595317],[-82.215106,38.591996],[-82.263104,38.597538],[-82.277118,38.588285],[-82.288202,38.56663],[-82.309515,38.478691],[-82.316986,38.460966],[-82.331683,38.443608],[-82.34953,38.437944],[-82.424506,38.433061],[-82.509003,38.409135],[-82.552655,38.405522],[-82.588983,38.418754],[-82.589447,38.419316],[-82.599481,38.431303],[-82.615936,38.463529],[-82.626215,38.477738],[-82.698212,38.535453],[-82.736615,38.554472],[-82.783124,38.56724],[-82.82663,38.586479],[-82.855878,38.624833],[-82.880023,38.691069],[-82.883173,38.710502],[-82.883075,38.730351],[-82.886322,38.744828],[-82.898212,38.751615],[-82.924164,38.748344],[-82.984979,38.724101],[-83.010419,38.721049],[-83.030975,38.715873],[-83.046918,38.703862],[-83.060761,38.690019],[-83.07497,38.679447],[-83.101923,38.67144],[-83.109735,38.666435],[-83.115228,38.658842],[-83.125678,38.637846],[-83.133637,38.627934],[-83.151532,38.618949],[-83.17265,38.618119],[-83.218353,38.624833],[-83.241815,38.623271],[-83.25683,38.616044],[-83.269061,38.608085],[-83.305072,38.601445],[-83.312738,38.604057],[-83.325116,38.614897],[-83.348993,38.64578],[-83.356146,38.652787],[-83.368695,38.65977],[-83.39726,38.669877],[-83.411395,38.672636],[-83.44682,38.67205],[-83.456073,38.676029],[-83.472528,38.688847],[-83.491473,38.699076],[-83.512274,38.705644],[-83.534296,38.707402],[-83.604852,38.68936],[-83.616205,38.682865],[-83.620868,38.664164],[-83.633221,38.647856],[-83.650702,38.636039],[-83.670819,38.631034],[-83.714276,38.638529],[-83.753925,38.65977],[-83.821674,38.713603],[-83.836981,38.729814],[-83.85036,38.747709],[-83.865863,38.762236],[-83.908441,38.771733],[-83.948944,38.786674],[-83.972479,38.789311],[-84.061859,38.775663],[-84.083978,38.777763],[-84.195575,38.810551],[-84.217572,38.823466],[-84.226971,38.840824],[-84.228046,38.86475],[-84.231537,38.885258],[-84.237885,38.903202],[-84.24743,38.919657],[-84.25788,38.929301],[-84.271503,38.938871],[-84.283319,38.94998],[-84.288422,38.964018],[-84.290375,38.981449],[-84.296454,38.99998],[-84.306903,39.016899],[-84.321942,39.029496],[-84.364081,39.046928],[-84.388617,39.053959],[-84.408197,39.05684],[-84.419501,39.06497],[-84.430096,39.083207],[-84.444159,39.101811],[-84.465936,39.111454],[-84.508612,39.104789],[-84.594745,39.074052],[-84.637225,39.077299],[-84.688251,39.117973],[-84.703046,39.124491],[-84.708392,39.127885],[-84.721112,39.142802],[-84.730048,39.14622],[-84.742181,39.143803],[-84.751434,39.137968],[-84.767596,39.124491],[-84.823529,39.097416],[-84.82265,39.178739],[-84.821796,39.260112],[-84.820941,39.341484],[-84.820062,39.422807],[-84.819232,39.504154],[-84.818353,39.585502],[-84.817523,39.666825],[-84.816644,39.748173],[-84.81579,39.829496],[-84.81496,39.910844],[-84.814081,39.992192],[-84.813251,40.073515],[-84.812396,40.154862],[-84.811542,40.236235],[-84.810687,40.317582],[-84.809808,40.39893],[-84.808905,40.480278],[-84.808051,40.561601],[-84.807196,40.642948],[-84.806342,40.724272],[-84.805487,40.805619],[-84.804633,40.886943],[-84.803778,40.96829],[-84.802924,41.049638],[-84.802069,41.130986],[-84.801239,41.212309],[-84.80036,41.293681],[-84.804184,41.368655],[-84.804184,41.448092],[-84.806075,41.536986],[-84.806075,41.617369],[-84.806075,41.696806],[-84.736974,41.699029],[-84.641202,41.702135],[-84.556301,41.703171],[-84.473471,41.704206],[-84.38857,41.707312],[-84.303152,41.707312],[-84.223428,41.710418],[-84.139562,41.712489],[-84.054661,41.71663],[-83.968725,41.718701],[-83.889519,41.719737],[-83.802547,41.722843],[-83.725929,41.725949],[-83.639993,41.729055],[-83.554574,41.729055],[-83.413763,41.735267],[-83.25988,41.845559],[-83.130862,41.938029],[-83.123449,41.920336],[-83.097378,41.875765],[-83.068413,41.847731],[-82.983793,41.808069],[-82.865222,41.752491],[-82.711122,41.680248],[-82.666913,41.669086],[-82.451319,41.671902],[-82.424861,41.676811],[-82.281355,41.743293],[-82.137747,41.809801],[-81.994241,41.876205],[-81.850736,41.942712],[-81.707282,42.00922],[-81.563725,42.075676],[-81.420219,42.142157],[-81.276662,42.208665],[-81.147884,42.22825],[-81.019158,42.24781],[-80.890381,42.267447],[-80.761655,42.287032],[-80.632877,42.306644],[-80.520233,42.323782],[-80.520233,42.219389],[-80.520233,42.114579],[-80.520233,42.009745],[-80.520233,41.904887],[-80.520233,41.800029],[-80.520233,41.69517],[-80.520233,41.590336],[-80.520233,41.485527],[-80.520233,41.380668],[-80.520233,41.275834],[-80.520233,41.170976],[-80.520233,41.066166],[-80.520233,40.961332],[-80.520233,40.856449],[-80.520233,40.751615],[-80.520233,40.646781]]]},"type":"Feature","properties":{"postal":"OH","name":"Ohio","type":"State","center":[-82.83493369913121,40.224833075100946]}},"TN":{"geometry":{"type":"Polygon","coordinates":[[[-87.839105,36.642924],[-87.83327,36.644218],[-87.792548,36.644633],[-87.77912,36.644731],[-87.741132,36.645097],[-87.68205,36.645707],[-87.605487,36.646464],[-87.514911,36.647319],[-87.413788,36.648344],[-87.305634,36.649418],[-87.193964,36.650541],[-87.082343,36.651615],[-86.974164,36.65269],[-86.873041,36.653739],[-86.782489,36.654618],[-86.705878,36.655326],[-86.646845,36.655937],[-86.608807,36.656303],[-86.595404,36.656425],[-86.552167,36.656889],[-86.516107,36.663237],[-86.507538,36.663822],[-86.464032,36.662577],[-86.41264,36.658183],[-86.343475,36.65225],[-86.217011,36.642362],[-86.066815,36.634477],[-85.867206,36.628544],[-85.634027,36.622612],[-85.426508,36.618656],[-85.121356,36.624858],[-84.870941,36.617826],[-84.628363,36.61099],[-84.401483,36.604643],[-84.198261,36.598954],[-84.026483,36.594145],[-83.894061,36.590385],[-83.808856,36.587992],[-83.77868,36.587162],[-83.730341,36.585771],[-83.694745,36.593632],[-83.667474,36.604008],[-83.5633,36.603569],[-83.459149,36.603178],[-83.354926,36.602738],[-83.250775,36.602299],[-83.146625,36.601908],[-83.042426,36.601493],[-82.938251,36.601054],[-82.8341,36.600614],[-82.72995,36.600199],[-82.625775,36.59976],[-82.521625,36.59932],[-82.417474,36.598905],[-82.3133,36.59849],[-82.209149,36.598051],[-82.10495,36.597612],[-82.0008,36.597196],[-81.95246,36.596977],[-81.944525,36.59976],[-81.922894,36.615092],[-81.914179,36.61685],[-81.905292,36.617509],[-81.83681,36.615336],[-81.75246,36.612553],[-81.658856,36.60955],[-81.705878,36.546659],[-81.715009,36.526347],[-81.7133,36.521537],[-81.699066,36.497221],[-81.698529,36.488212],[-81.714471,36.451493],[-81.740497,36.409452],[-81.743964,36.400297],[-81.744647,36.393388],[-81.742938,36.389067],[-81.732416,36.371733],[-81.718768,36.35623],[-81.715961,36.351786],[-81.714276,36.346586],[-81.716376,36.343608],[-81.721014,36.342851],[-81.75202,36.346293],[-81.80495,36.360624],[-81.809808,36.360575],[-81.814813,36.358915],[-81.892401,36.316728],[-81.919696,36.298393],[-81.924017,36.294071],[-82.024677,36.139921],[-82.032538,36.131596],[-82.042499,36.124467],[-82.052069,36.120536],[-82.06828,36.108842],[-82.077948,36.103715],[-82.086566,36.10059],[-82.093695,36.100444],[-82.101483,36.101274],[-82.116718,36.104765],[-82.123163,36.107255],[-82.128705,36.11016],[-82.133197,36.113359],[-82.136932,36.11724],[-82.138934,36.121562],[-82.140326,36.12642],[-82.141034,36.131254],[-82.142401,36.136039],[-82.144501,36.140531],[-82.147577,36.143705],[-82.151727,36.146318],[-82.157343,36.148368],[-82.163446,36.149369],[-82.177069,36.149833],[-82.183807,36.150688],[-82.189398,36.152934],[-82.198773,36.158525],[-82.204071,36.160063],[-82.207831,36.160112],[-82.213153,36.159184],[-82.224408,36.155107],[-82.255536,36.136845],[-82.260956,36.134965],[-82.282343,36.135453],[-82.290595,36.134648],[-82.315595,36.124565],[-82.351166,36.11663],[-82.360614,36.113529],[-82.37663,36.106645],[-82.394574,36.095683],[-82.429315,36.065971],[-82.439545,36.054496],[-82.452704,36.030912],[-82.457196,36.024467],[-82.475311,36.004911],[-82.482611,35.998539],[-82.489276,35.993827],[-82.493793,35.991459],[-82.498261,35.989701],[-82.544354,35.966117],[-82.553436,35.962821],[-82.559589,35.961772],[-82.56618,35.961845],[-82.57287,35.963237],[-82.578656,35.965776],[-82.583685,35.968803],[-82.587616,35.972489],[-82.591058,35.976518],[-82.593964,35.980693],[-82.599554,35.993779],[-82.600409,35.999418],[-82.599921,36.005302],[-82.598358,36.01287],[-82.592255,36.025151],[-82.590741,36.029545],[-82.590839,36.032621],[-82.592352,36.035307],[-82.608954,36.05435],[-82.613055,36.057865],[-82.620258,36.058915],[-82.629779,36.057353],[-82.677875,36.037846],[-82.701825,36.030619],[-82.770258,36.000248],[-82.771698,35.998857],[-82.773846,35.996],[-82.775214,35.992289],[-82.774872,35.977958],[-82.77663,35.973246],[-82.779584,35.968949],[-82.791254,35.958207],[-82.796063,35.949809],[-82.798456,35.943949],[-82.804169,35.936454],[-82.810175,35.933329],[-82.816718,35.932402],[-82.821967,35.933842],[-82.832343,35.941239],[-82.846429,35.949223],[-82.8591,35.953935],[-82.867841,35.955473],[-82.87829,35.95557],[-82.893695,35.95308],[-82.901776,35.94998],[-82.907489,35.945927],[-82.910809,35.941679],[-82.913519,35.937187],[-82.915595,35.931791],[-82.916815,35.926152],[-82.917011,35.920658],[-82.915985,35.915458],[-82.914374,35.9106],[-82.905682,35.89434],[-82.905829,35.889164],[-82.90827,35.883207],[-82.919721,35.87144],[-82.922894,35.866801],[-82.925116,35.856791],[-82.926801,35.851713],[-82.932221,35.8429],[-82.956854,35.812651],[-82.98266,35.787992],[-82.99057,35.783744],[-82.996698,35.782231],[-83.011298,35.785453],[-83.052875,35.788505],[-83.064618,35.791264],[-83.069965,35.791093],[-83.075433,35.789457],[-83.12785,35.767289],[-83.162714,35.75894],[-83.170673,35.756059],[-83.176801,35.75269],[-83.201263,35.732646],[-83.211298,35.727592],[-83.236469,35.719999],[-83.244183,35.716679],[-83.250067,35.713017],[-83.253436,35.709428],[-83.274579,35.692289],[-83.295136,35.669242],[-83.301825,35.666703],[-83.309345,35.66641],[-83.316644,35.667875],[-83.32558,35.668266],[-83.336005,35.66663],[-83.344794,35.662944],[-83.35954,35.65186],[-83.370575,35.64185],[-83.383929,35.633183],[-83.437787,35.614457],[-83.4466,35.609672],[-83.453119,35.604862],[-83.463471,35.594755],[-83.485883,35.577006],[-83.493036,35.572709],[-83.499213,35.569975],[-83.565131,35.559257],[-83.572089,35.559745],[-83.578827,35.56143],[-83.584369,35.564335],[-83.589081,35.567533],[-83.593207,35.570951],[-83.600458,35.572856],[-83.610321,35.573393],[-83.629828,35.568412],[-83.641058,35.566825],[-83.650116,35.566703],[-83.656,35.567973],[-83.66247,35.568779],[-83.668964,35.568583],[-83.675482,35.567533],[-83.685199,35.564653],[-83.688641,35.56414],[-83.692719,35.563945],[-83.728095,35.566557],[-83.734564,35.566215],[-83.754804,35.562065],[-83.774286,35.556156],[-83.798065,35.54434],[-83.813593,35.534037],[-83.823285,35.529618],[-83.831659,35.526737],[-83.863641,35.521293],[-83.880194,35.516459],[-83.888739,35.512309],[-83.894818,35.508085],[-83.911151,35.48101],[-83.915692,35.476005],[-83.923602,35.469047],[-83.930438,35.465458],[-83.972479,35.453495],[-83.981464,35.449369],[-83.98869,35.444657],[-84.011493,35.424516],[-84.014667,35.419902],[-84.016669,35.416069],[-84.017572,35.412211],[-84.017596,35.408622],[-84.013202,35.395512],[-84.012616,35.390458],[-84.013641,35.384696],[-84.015692,35.379545],[-84.018524,35.374638],[-84.036029,35.35413],[-84.038812,35.34932],[-84.043134,35.339237],[-84.044476,35.333598],[-84.046063,35.301615],[-84.050751,35.293412],[-84.058856,35.284306],[-84.078387,35.268339],[-84.088324,35.261601],[-84.095184,35.257914],[-84.099017,35.257328],[-84.124701,35.257524],[-84.178632,35.252421],[-84.192987,35.252641],[-84.199823,35.253715],[-84.204657,35.255668],[-84.209296,35.258622],[-84.216913,35.26519],[-84.223212,35.267045],[-84.231512,35.267167],[-84.247015,35.263139],[-84.255048,35.259721],[-84.261249,35.255668],[-84.278803,35.241703],[-84.290595,35.229936],[-84.296747,35.220585],[-84.2987,35.216093],[-84.300507,35.208354],[-84.304266,35.174296],[-84.30827,35.137504],[-84.314349,35.081645],[-84.319574,35.03394],[-84.324628,34.987065],[-84.412518,34.988334],[-84.506439,34.988334],[-84.577167,34.988334],[-84.618964,34.988334],[-84.74455,34.988334],[-84.870111,34.988334],[-84.995673,34.987553],[-85.121259,34.986772],[-85.246845,34.985209],[-85.372406,34.983647],[-85.497968,34.983647],[-85.605682,34.985209],[-85.781146,34.987553],[-85.942401,34.989115],[-86.09621,34.989897],[-86.253803,34.989945],[-86.411346,34.989775],[-86.56889,34.989775],[-86.726459,34.989775],[-86.884027,34.992631],[-87.04162,34.995487],[-87.199139,34.99976],[-87.356683,35.002616],[-87.514276,35.005473],[-87.671796,35.005473],[-87.824481,35.006498],[-87.982025,35.007987],[-88.139594,35.009477],[-88.174262,35.009745],[-88.185516,35.009745],[-88.179071,34.997831],[-88.188837,34.997831],[-88.224481,34.997831],[-88.354462,34.998002],[-88.484467,34.998124],[-88.614423,34.998222],[-88.744428,34.998393],[-88.874408,34.998539],[-89.004388,34.998686],[-89.134369,34.998832],[-89.264374,34.998954],[-89.39433,34.999076],[-89.524335,34.999223],[-89.654315,34.999394],[-89.784247,34.99954],[-89.914276,34.999711],[-90.044257,34.999833],[-90.174213,34.999931],[-90.304218,35.000077],[-90.312665,35.01248],[-90.30163,35.019877],[-90.282684,35.023051],[-90.259003,35.030717],[-90.222211,35.047807],[-90.207465,35.060795],[-90.196796,35.075883],[-90.190277,35.093095],[-90.188055,35.112651],[-90.177777,35.129936],[-90.153827,35.130375],[-90.126459,35.124662],[-90.106146,35.123539],[-90.085346,35.148344],[-90.084589,35.188969],[-90.094647,35.230986],[-90.114325,35.280522],[-90.118329,35.300737],[-90.119794,35.346366],[-90.115253,35.369584],[-90.10307,35.385551],[-90.049823,35.42183],[-90.034418,35.436332],[-90.022308,35.452714],[-90.017377,35.469242],[-90.016791,35.494731],[-90.012323,35.511625],[-90.000018,35.521928],[-89.9758,35.527592],[-89.951215,35.53018],[-89.928241,35.535478],[-89.917914,35.548002],[-89.931415,35.572294],[-89.947015,35.590824],[-89.951337,35.602543],[-89.944769,35.611869],[-89.927997,35.623197],[-89.910077,35.639067],[-89.909833,35.652153],[-89.937933,35.68184],[-89.952899,35.705107],[-89.951898,35.722953],[-89.937885,35.736332],[-89.785004,35.790824],[-89.722113,35.833451],[-89.731049,35.851786],[-89.757782,35.867387],[-89.784003,35.877641],[-89.77431,35.896195],[-89.75954,35.908915],[-89.740741,35.916313],[-89.718842,35.918632],[-89.689447,35.899613],[-89.674042,35.896293],[-89.667304,35.915238],[-89.680682,35.945805],[-89.707001,35.967729],[-89.725555,35.993315],[-89.723846,36.000492],[-89.715741,36.034696],[-89.685126,36.076249],[-89.680951,36.092729],[-89.674091,36.102201],[-89.657855,36.112211],[-89.638641,36.120195],[-89.622919,36.123442],[-89.613861,36.141703],[-89.640228,36.182328],[-89.694623,36.246977],[-89.676508,36.25186],[-89.583441,36.25474],[-89.571259,36.257377],[-89.561176,36.263725],[-89.557343,36.274736],[-89.567181,36.281401],[-89.592206,36.287944],[-89.611249,36.302592],[-89.62619,36.323149],[-89.628387,36.341484],[-89.609296,36.349418],[-89.583221,36.349198],[-89.559735,36.351737],[-89.541376,36.36165],[-89.530756,36.383525],[-89.533929,36.406156],[-89.555951,36.447465],[-89.55434,36.462992],[-89.547479,36.481547],[-89.555658,36.496171],[-89.559882,36.500151],[-89.494379,36.50142],[-89.497333,36.492973],[-89.50683,36.472953],[-89.505072,36.458183],[-89.478925,36.452421],[-89.466083,36.458036],[-89.449652,36.470854],[-89.427094,36.493388],[-89.424457,36.498954],[-89.251727,36.49893],[-89.079022,36.498905],[-88.906293,36.498857],[-88.733588,36.498808],[-88.560907,36.498759],[-88.388202,36.498759],[-88.215448,36.49871],[-88.042743,36.498637],[-88.039789,36.521952],[-88.03869,36.558232],[-88.040277,36.574101],[-88.05351,36.625785],[-88.071356,36.6731],[-88.073773,36.682914],[-88.0737,36.68787],[-88.072064,36.689384],[-88.067108,36.689701],[-88.013129,36.685453],[-87.923505,36.678349],[-87.868671,36.674028],[-87.860712,36.67183],[-87.855829,36.666386],[-87.848529,36.652665],[-87.844428,36.646977],[-87.839105,36.642924]]]},"type":"Feature","properties":{"postal":"TN","name":"Tennessee","type":"State","center":[-86.38317329675353,35.610376938721885]}},"VA":{"geometry":{"type":"MultiPolygon","coordinates":[[[[-75.908966,36.549425],[-75.908963,36.549413],[-75.926703,36.549516],[-75.942975,36.549635],[-75.942209,36.55036],[-75.949045,36.561591],[-75.93224,36.57038],[-75.914296,36.575873],[-75.908966,36.549425]]],[[[-75.857644,37.194053],[-75.83955,37.192794],[-75.823227,37.196323],[-75.817302,37.20699],[-75.811724,37.209081],[-75.810779,37.200169],[-75.816242,37.186076],[-75.829064,37.17674],[-75.849591,37.163584],[-75.871328,37.142872],[-75.88652,37.123106],[-75.89946,37.11731],[-75.914537,37.112323],[-75.928602,37.112222],[-75.926317,37.117844],[-75.915384,37.118545],[-75.907616,37.12296],[-75.903773,37.129214],[-75.892816,37.140674],[-75.894323,37.16124],[-75.901795,37.175594],[-75.906214,37.19459],[-75.90542,37.234426],[-75.895603,37.25297],[-75.889483,37.280405],[-75.873971,37.29038],[-75.858675,37.282514],[-75.851752,37.270773],[-75.854055,37.260885],[-75.867196,37.254112],[-75.876666,37.240672],[-75.883246,37.218648],[-75.877139,37.205593],[-75.869314,37.198439],[-75.857644,37.194053]]],[[[-75.685038,37.414915],[-75.719214,37.368298],[-75.724574,37.373899],[-75.707946,37.398615],[-75.684319,37.436735],[-75.676477,37.455073],[-75.670329,37.462844],[-75.656127,37.461506],[-75.66043,37.443184],[-75.685038,37.414915]]],[[[-75.659575,37.482976],[-75.670617,37.477057],[-75.674375,37.485835],[-75.662195,37.504462],[-75.643929,37.534846],[-75.634227,37.558354],[-75.621981,37.57112],[-75.613392,37.578003],[-75.599806,37.575131],[-75.602195,37.562408],[-75.642532,37.511397],[-75.659575,37.482976]]],[[[-75.342143,37.875661],[-75.352278,37.867622],[-75.365411,37.862877],[-75.378535,37.855773],[-75.392913,37.864699],[-75.400127,37.874113],[-75.388778,37.878387],[-75.369018,37.869472],[-75.358276,37.874212],[-75.349957,37.88932],[-75.363727,37.894951],[-75.3745,37.897758],[-75.367965,37.909091],[-75.350087,37.913031],[-75.339101,37.916205],[-75.330474,37.922431],[-75.325266,37.932685],[-75.318267,37.940375],[-75.304758,37.973619],[-75.297597,37.984931],[-75.278554,38.007636],[-75.26303,38.022635],[-75.243335,38.024688],[-75.313581,37.919095],[-75.326039,37.892279],[-75.342143,37.875661]]],[[[-77.844305,39.150102],[-77.835736,39.144169],[-77.829486,39.156327],[-77.822723,39.168803],[-77.806635,39.198271],[-77.781879,39.243925],[-77.765106,39.274711],[-77.743207,39.315116],[-77.736615,39.327323],[-77.734686,39.331059],[-77.715277,39.323905],[-77.664423,39.323759],[-77.645917,39.320951],[-77.603607,39.307621],[-77.558368,39.299003],[-77.54743,39.291093],[-77.528192,39.265727],[-77.509247,39.255595],[-77.486664,39.250566],[-77.466742,39.243754],[-77.455878,39.228154],[-77.45954,39.207695],[-77.474408,39.192436],[-77.507391,39.169487],[-77.514813,39.152592],[-77.509003,39.137211],[-77.49577,39.12393],[-77.480829,39.113066],[-77.445111,39.084599],[-77.421576,39.074247],[-77.333514,39.067533],[-77.301556,39.060307],[-77.27226,39.047758],[-77.250409,39.029496],[-77.244305,39.015751],[-77.240204,38.999784],[-77.233466,38.986625],[-77.219696,38.981108],[-77.205438,38.978959],[-77.17204,38.969584],[-77.146538,38.96473],[-77.132408,38.9506],[-77.119781,38.934064],[-77.097233,38.908209],[-77.084305,38.903399],[-77.068333,38.901938],[-77.063687,38.891255],[-77.051815,38.881093],[-77.045243,38.876193],[-77.039017,38.86827],[-77.034951,38.860973],[-77.033039,38.85397],[-77.032801,38.845267],[-77.036952,38.83984],[-77.043821,38.839393],[-77.04328,38.835383],[-77.040049,38.827399],[-77.037571,38.81505],[-77.038354,38.796283],[-77.04296,38.791853],[-77.049748,38.788727],[-77.052617,38.783655],[-77.047694,38.776368],[-77.046589,38.767686],[-77.044752,38.747972],[-77.042527,38.728908],[-77.047771,38.715724],[-77.069956,38.710664],[-77.089223,38.710395],[-77.099355,38.706855],[-77.109446,38.707506],[-77.117258,38.706244],[-77.124013,38.687201],[-77.131036,38.677191],[-77.142404,38.676994],[-77.149054,38.685727],[-77.158297,38.691628],[-77.167786,38.688959],[-77.169333,38.679337],[-77.154296,38.663649],[-77.137996,38.650437],[-77.134865,38.636283],[-77.162925,38.631529],[-77.187164,38.6208],[-77.200889,38.623751],[-77.209287,38.631058],[-77.204973,38.63895],[-77.195424,38.655748],[-77.201772,38.665025],[-77.215891,38.664944],[-77.229888,38.656684],[-77.236318,38.641791],[-77.239369,38.62641],[-77.247426,38.60928],[-77.258656,38.59394],[-77.271718,38.583808],[-77.266957,38.580756],[-77.262929,38.57453],[-77.258046,38.569525],[-77.276479,38.559272],[-77.284779,38.556464],[-77.284779,38.549018],[-77.287343,38.530178],[-77.305384,38.502153],[-77.326592,38.450934],[-77.31425,38.406129],[-77.3347,38.416708],[-77.351829,38.432825],[-77.358716,38.429265],[-77.350225,38.409554],[-77.323379,38.390188],[-77.309056,38.379491],[-77.297358,38.368743],[-77.29078,38.353785],[-77.30216,38.354261],[-77.323897,38.350424],[-77.34307,38.348691],[-77.338511,38.342611],[-77.292131,38.340737],[-77.248979,38.329885],[-77.185414,38.343573],[-77.166737,38.347886],[-77.133534,38.367133],[-77.08565,38.368412],[-77.058461,38.394192],[-77.040841,38.39591],[-77.02037,38.384586],[-77.014781,38.372328],[-77.016955,38.355142],[-77.014001,38.343524],[-77.014475,38.330512],[-77.022997,38.320051],[-77.038863,38.322549],[-77.052036,38.323028],[-77.052738,38.316842],[-77.038594,38.312947],[-77.030132,38.307682],[-77.000476,38.277308],[-76.974924,38.270697],[-76.965443,38.267239],[-76.959819,38.260143],[-76.955118,38.247186],[-76.956569,38.235504],[-76.961366,38.218282],[-76.954171,38.210168],[-76.912868,38.199168],[-76.881773,38.177027],[-76.830033,38.165469],[-76.796981,38.169405],[-76.775125,38.166986],[-76.756418,38.160956],[-76.750356,38.148383],[-76.739329,38.136705],[-76.715199,38.141913],[-76.691477,38.153144],[-76.681467,38.159247],[-76.670033,38.157416],[-76.661936,38.152899],[-76.6551,38.147895],[-76.647328,38.144965],[-76.635365,38.145006],[-76.614613,38.150377],[-76.607168,38.143452],[-76.601444,38.132539],[-76.607153,38.112957],[-76.595317,38.105068],[-76.581267,38.097602],[-76.561135,38.089453],[-76.534423,38.075171],[-76.528714,38.064256],[-76.520741,38.052802],[-76.533111,38.04267],[-76.53189,38.038723],[-76.530629,38.025133],[-76.525624,38.022691],[-76.504482,38.023636],[-76.485135,38.021791],[-76.470527,38.016266],[-76.463071,38.014918],[-76.454416,38.006171],[-76.461781,38.002346],[-76.469146,38.000963],[-76.458648,37.995551],[-76.40818,37.969617],[-76.373036,37.960598],[-76.291242,37.924997],[-76.262003,37.914304],[-76.247909,37.903471],[-76.242453,37.881595],[-76.235829,37.859605],[-76.239613,37.836086],[-76.250071,37.822821],[-76.267893,37.824449],[-76.299387,37.850898],[-76.315256,37.857611],[-76.324859,37.8487],[-76.31786,37.828803],[-76.297841,37.796129],[-76.293853,37.780666],[-76.294097,37.77143],[-76.297841,37.761379],[-76.304677,37.747748],[-76.309153,37.746405],[-76.316029,37.747748],[-76.322377,37.748277],[-76.325185,37.74433],[-76.317047,37.732245],[-76.285512,37.710924],[-76.284169,37.699286],[-76.292226,37.694566],[-76.3037,37.694037],[-76.315663,37.696112],[-76.325185,37.699286],[-76.319732,37.685492],[-76.325307,37.679511],[-76.334137,37.675767],[-76.338857,37.668891],[-76.335439,37.659125],[-76.321116,37.643988],[-76.31786,37.637193],[-76.304677,37.637885],[-76.321116,37.62401],[-76.349436,37.627997],[-76.404652,37.64468],[-76.408803,37.64997],[-76.419301,37.660102],[-76.430084,37.666897],[-76.435048,37.66177],[-76.438629,37.662909],[-76.446441,37.670844],[-76.453765,37.683539],[-76.456125,37.69245],[-76.468902,37.708645],[-76.478668,37.695054],[-76.489613,37.658352],[-76.504994,37.656928],[-76.516916,37.668931],[-76.523915,37.687893],[-76.524403,37.699286],[-76.535512,37.715522],[-76.57136,37.751288],[-76.57901,37.771308],[-76.583485,37.777289],[-76.613149,37.796129],[-76.617787,37.80386],[-76.621938,37.81391],[-76.62857,37.818427],[-76.640492,37.809149],[-76.649566,37.813056],[-76.657826,37.818996],[-76.662668,37.828518],[-76.661529,37.843329],[-76.674143,37.832994],[-76.687652,37.83161],[-76.700917,37.8369],[-76.712758,37.847073],[-76.750356,37.895168],[-76.769528,37.914496],[-76.832262,37.942972],[-76.850295,37.981958],[-76.880068,37.990957],[-76.895737,38.007309],[-76.915395,38.069892],[-76.934967,38.093695],[-76.947092,38.103339],[-76.962636,38.110826],[-77.007436,38.118109],[-77.017201,38.117011],[-77.026601,38.128852],[-77.036204,38.145209],[-77.047597,38.159817],[-77.062571,38.166002],[-77.107167,38.174954],[-77.125885,38.176011],[-77.133941,38.166002],[-77.126698,38.155463],[-77.109446,38.148993],[-77.075917,38.144965],[-77.06314,38.149848],[-77.055491,38.149644],[-77.051991,38.141832],[-77.050893,38.128852],[-77.047353,38.118964],[-77.041005,38.111029],[-77.031565,38.103949],[-76.960561,38.089586],[-76.948964,38.079779],[-76.944692,38.07453],[-76.925893,38.058824],[-76.921702,38.052802],[-76.926415,37.996716],[-76.922614,37.980833],[-76.905798,37.975792],[-76.891713,37.974311],[-76.880238,37.969672],[-76.877446,37.956363],[-76.86592,37.941977],[-76.847035,37.928941],[-76.831166,37.918362],[-76.816456,37.903552],[-76.795286,37.891957],[-76.78789,37.883231],[-76.777801,37.862091],[-76.766891,37.84204],[-76.752675,37.822626],[-76.74173,37.809965],[-76.72912,37.799465],[-76.716245,37.788097],[-76.703035,37.786955],[-76.687978,37.789496],[-76.68399,37.789252],[-76.679921,37.7897],[-76.675201,37.788723],[-76.674428,37.785102],[-76.676015,37.771877],[-76.675201,37.768215],[-76.668659,37.755502],[-76.631936,37.750428],[-76.613401,37.739539],[-76.601722,37.71965],[-76.579986,37.698188],[-76.57901,37.695868],[-76.577219,37.688178],[-76.57403,37.673246],[-76.570805,37.653245],[-76.551982,37.626758],[-76.522221,37.614881],[-76.46349,37.618557],[-76.443023,37.618598],[-76.428212,37.624213],[-76.404286,37.594184],[-76.367584,37.584215],[-76.325266,37.580634],[-76.284169,37.569566],[-76.30191,37.557929],[-76.319244,37.552924],[-76.366119,37.549058],[-76.392974,37.542182],[-76.393381,37.533149],[-76.377675,37.525214],[-76.356516,37.521796],[-76.322662,37.501288],[-76.301259,37.493842],[-76.291656,37.504381],[-76.289813,37.519404],[-76.270062,37.517356],[-76.262772,37.502928],[-76.263905,37.487302],[-76.267649,37.481024],[-76.277211,37.470445],[-76.277415,37.459703],[-76.267405,37.453192],[-76.255727,37.453274],[-76.244537,37.44953],[-76.244637,37.430586],[-76.245443,37.398187],[-76.249206,37.363429],[-76.25764,37.33551],[-76.280704,37.321351],[-76.298251,37.335069],[-76.318959,37.370917],[-76.321645,37.386298],[-76.333567,37.384955],[-76.348053,37.37995],[-76.366119,37.384589],[-76.396596,37.429592],[-76.415151,37.442694],[-76.428212,37.418158],[-76.416819,37.414984],[-76.409291,37.407782],[-76.404612,37.398912],[-76.401479,37.390815],[-76.411692,37.394924],[-76.422515,37.397528],[-76.433176,37.396715],[-76.442494,37.390815],[-76.447581,37.379869],[-76.442738,37.372016],[-76.415883,37.355699],[-76.408559,37.353664],[-76.403432,37.349799],[-76.401479,37.339911],[-76.406484,37.337714],[-76.435048,37.329332],[-76.435048,37.323147],[-76.402659,37.325019],[-76.394032,37.323147],[-76.386098,37.315131],[-76.376861,37.301215],[-76.371897,37.288031],[-76.378505,37.272332],[-76.45743,37.261053],[-76.496029,37.249115],[-76.509352,37.269566],[-76.540007,37.293236],[-76.55468,37.307945],[-76.561635,37.323147],[-76.57429,37.325181],[-76.582021,37.330471],[-76.642486,37.409003],[-76.658193,37.418158],[-76.680898,37.427476],[-76.700103,37.449408],[-76.729848,37.494452],[-76.781077,37.535468],[-76.790273,37.532701],[-76.7954,37.52558],[-76.797678,37.515611],[-76.798166,37.504381],[-76.794097,37.498277],[-76.784779,37.494452],[-76.773671,37.49136],[-76.764638,37.487006],[-76.721995,37.427232],[-76.690785,37.411078],[-76.676381,37.394924],[-76.654775,37.363511],[-76.606224,37.295789],[-76.533526,37.255505],[-76.504337,37.231814],[-76.468073,37.213966],[-76.432299,37.222424],[-76.402984,37.233832],[-76.38561,37.232489],[-76.373606,37.22016],[-76.375803,37.21776],[-76.378407,37.207261],[-76.380238,37.194566],[-76.37975,37.18537],[-76.373158,37.175971],[-76.361724,37.166571],[-76.351064,37.164211],[-76.346262,37.175482],[-76.31725,37.159491],[-76.298207,37.144599],[-76.291656,37.130113],[-76.303212,37.125922],[-76.325592,37.114081],[-76.338612,37.101711],[-76.322092,37.095933],[-76.281606,37.104153],[-76.270375,37.097642],[-76.269887,37.069281],[-76.274526,37.048041],[-76.282948,37.028225],[-76.296213,37.013577],[-76.315256,37.00788],[-76.339711,37.007392],[-76.357045,37.004828],[-76.371449,36.998521],[-76.399526,36.978339],[-76.415435,36.972561],[-76.429189,36.976304],[-76.440297,37.015774],[-76.452992,37.030178],[-76.523941,37.05767],[-76.546064,37.089407],[-76.563191,37.085757],[-76.611188,37.119442],[-76.618596,37.130786],[-76.619985,37.144436],[-76.610829,37.172553],[-76.61734,37.199164],[-76.634023,37.220689],[-76.654775,37.233832],[-76.669301,37.227118],[-76.710805,37.224026],[-76.729848,37.22016],[-76.735219,37.213202],[-76.738759,37.203315],[-76.743764,37.197496],[-76.753774,37.20307],[-76.758453,37.211249],[-76.762074,37.221422],[-76.766672,37.230129],[-76.774241,37.233832],[-76.791819,37.236965],[-76.828969,37.251044],[-76.842844,37.254299],[-76.85558,37.262437],[-76.857411,37.281887],[-76.856313,37.304674],[-76.860219,37.323147],[-76.869862,37.315497],[-76.873525,37.305162],[-76.873199,37.278469],[-76.878163,37.268988],[-76.889231,37.259182],[-76.90803,37.247463],[-76.931467,37.245266],[-76.943959,37.256049],[-76.953033,37.273627],[-76.981923,37.312405],[-76.990549,37.320258],[-77.00357,37.323147],[-77.014516,37.318752],[-77.045522,37.298407],[-77.051991,37.291815],[-77.055491,37.287177],[-77.062896,37.297024],[-77.07018,37.310289],[-77.072499,37.316352],[-77.082753,37.324408],[-77.091054,37.327826],[-77.100331,37.327094],[-77.113433,37.323147],[-77.134429,37.316881],[-77.144439,37.316352],[-77.155263,37.318345],[-77.172678,37.327338],[-77.178334,37.329332],[-77.220082,37.328518],[-77.234975,37.334174],[-77.2506,37.34984],[-77.277943,37.329332],[-77.274322,37.316352],[-77.264882,37.311184],[-77.255116,37.309272],[-77.2506,37.306098],[-77.239573,37.308661],[-77.174916,37.288398],[-77.089223,37.288398],[-77.083323,37.283271],[-77.076161,37.273261],[-77.067128,37.266506],[-77.055409,37.271389],[-77.025258,37.291978],[-77.017201,37.295233],[-76.995188,37.288072],[-76.986155,37.268988],[-76.981679,37.249172],[-76.973215,37.239976],[-76.950673,37.235175],[-76.913564,37.212836],[-76.893707,37.206488],[-76.801869,37.206488],[-76.787709,37.2001],[-76.762808,37.164255],[-76.739668,37.156574],[-76.717995,37.150014],[-76.689117,37.188625],[-76.669972,37.185007],[-76.666284,37.147297],[-76.655337,37.105121],[-76.673149,37.067138],[-76.659743,37.04331],[-76.638167,37.039029],[-76.571604,37.027737],[-76.571604,37.02147],[-76.581207,37.015855],[-76.584096,37.013739],[-76.585846,37.00788],[-76.579661,37.003974],[-76.566477,37.002916],[-76.557932,37.000434],[-76.551096,36.996649],[-76.537465,36.986762],[-76.513544,36.965187],[-76.494722,36.953986],[-76.492909,36.943427],[-76.491038,36.933173],[-76.481597,36.921536],[-76.475982,36.907904],[-76.481923,36.898586],[-76.495839,36.887356],[-76.524403,36.870673],[-76.524403,36.863227],[-76.497385,36.86522],[-76.475982,36.87519],[-76.456532,36.887885],[-76.435048,36.898017],[-76.408844,36.902045],[-76.380686,36.900621],[-76.354075,36.894355],[-76.332631,36.883734],[-76.33495,36.871812],[-76.324818,36.8605],[-76.308339,36.85224],[-76.291656,36.849555],[-76.309967,36.870429],[-76.317738,36.883531],[-76.315256,36.894599],[-76.301015,36.911607],[-76.306264,36.917629],[-76.328366,36.929286],[-76.330426,36.949787],[-76.310015,36.959612],[-76.268901,36.961415],[-76.168772,36.928412],[-76.125986,36.916252],[-76.078114,36.911607],[-76.055799,36.918246],[-76.035469,36.934849],[-76.004592,36.932358],[-75.98893,36.911959],[-75.960241,36.806754],[-75.863433,36.590562],[-75.853101,36.549028],[-75.867108,36.549125],[-75.880487,36.549247],[-75.88064,36.549248],[-75.880645,36.549262],[-75.885732,36.562445],[-75.883901,36.574042],[-75.880238,36.584703],[-75.880116,36.59634],[-75.884023,36.604478],[-75.895619,36.616767],[-75.900624,36.624254],[-75.917668,36.679664],[-75.927887,36.706204],[-75.93517,36.712104],[-75.946889,36.718451],[-75.957834,36.719428],[-75.962717,36.709296],[-75.975697,36.606269],[-75.968251,36.551663],[-75.966922,36.54981],[-76.013055,36.550151],[-76.01325,36.550151],[-76.013254,36.550157],[-76.044586,36.589504],[-76.043935,36.575751],[-76.039906,36.567328],[-76.03482,36.559556],[-76.031728,36.550279],[-76.031725,36.550272],[-76.05827,36.550444],[-76.095233,36.550688],[-76.132221,36.550956],[-76.169208,36.551225],[-76.206171,36.551469],[-76.249823,36.551811],[-76.293475,36.552153],[-76.337128,36.552494],[-76.38078,36.552812],[-76.447284,36.552445],[-76.513837,36.552055],[-76.580341,36.551664],[-76.646845,36.551274],[-76.713348,36.550883],[-76.779877,36.550492],[-76.846405,36.550102],[-76.912909,36.549736],[-77.036151,36.548783],[-77.159369,36.547856],[-77.282587,36.546928],[-77.405829,36.546],[-77.529071,36.545072],[-77.652289,36.544145],[-77.775507,36.543217],[-77.898749,36.542265],[-78.053729,36.542265],[-78.20871,36.542265],[-78.36369,36.542265],[-78.518671,36.542265],[-78.673651,36.542265],[-78.828632,36.542265],[-78.983612,36.542265],[-79.138568,36.542265],[-79.25744,36.541947],[-79.376337,36.541654],[-79.495209,36.541337],[-79.614081,36.54102],[-79.732953,36.540702],[-79.851825,36.540385],[-79.970721,36.540092],[-80.089594,36.539775],[-80.163055,36.542582],[-80.236493,36.545365],[-80.30993,36.548173],[-80.383368,36.550981],[-80.456805,36.553764],[-80.530243,36.556571],[-80.60368,36.559379],[-80.677118,36.562162],[-80.745892,36.56309],[-80.814667,36.564018],[-80.883441,36.564945],[-80.952216,36.565898],[-81.02099,36.56685],[-81.089764,36.567778],[-81.158539,36.568705],[-81.227313,36.569633],[-81.276312,36.57266],[-81.325311,36.575688],[-81.37431,36.578715],[-81.423309,36.581742],[-81.472308,36.58477],[-81.521307,36.587797],[-81.570331,36.590824],[-81.61933,36.593852],[-81.641571,36.594047],[-81.648309,36.59561],[-81.652045,36.598588],[-81.658856,36.60955],[-81.75246,36.612553],[-81.83681,36.615336],[-81.905292,36.617509],[-81.914179,36.61685],[-81.922894,36.615092],[-81.944525,36.59976],[-81.95246,36.596977],[-82.0008,36.597196],[-82.10495,36.597612],[-82.209149,36.598051],[-82.3133,36.59849],[-82.417474,36.598905],[-82.521625,36.59932],[-82.625775,36.59976],[-82.72995,36.600199],[-82.8341,36.600614],[-82.938251,36.601054],[-83.042426,36.601493],[-83.146625,36.601908],[-83.250775,36.602299],[-83.354926,36.602738],[-83.459149,36.603178],[-83.5633,36.603569],[-83.667474,36.604008],[-83.623309,36.634623],[-83.604071,36.642045],[-83.597137,36.642582],[-83.508978,36.668534],[-83.413202,36.676274],[-83.40246,36.679301],[-83.394696,36.682621],[-83.38183,36.691362],[-83.342304,36.70933],[-83.239569,36.737138],[-83.137201,36.749955],[-83.128534,36.753324],[-83.123065,36.757035],[-83.121039,36.761576],[-83.120721,36.76685],[-83.122601,36.7762],[-83.122089,36.779887],[-83.119574,36.783256],[-83.107709,36.793827],[-83.100653,36.80225],[-83.082416,36.834599],[-83.062396,36.851713],[-83.056268,36.854643],[-83.049823,36.856205],[-83.007294,36.856352],[-82.944696,36.875688],[-82.884296,36.89434],[-82.869061,36.901005],[-82.864935,36.90474],[-82.861517,36.909184],[-82.858807,36.914262],[-82.856928,36.919194],[-82.855438,36.924223],[-82.853632,36.93936],[-82.854144,36.950199],[-82.854901,36.955497],[-82.854559,36.971952],[-82.849042,36.979936],[-82.839471,36.988237],[-82.815375,37.003178],[-82.726874,37.037992],[-82.716571,37.043461],[-82.712494,37.047245],[-82.709247,37.051811],[-82.706512,37.057133],[-82.704633,37.062797],[-82.703803,37.068608],[-82.705389,37.091166],[-82.709027,37.106742],[-82.708148,37.113139],[-82.699725,37.122587],[-82.681537,37.137089],[-82.632587,37.16392],[-82.526727,37.205717],[-82.44787,37.23682],[-82.375702,37.265336],[-82.351386,37.278495],[-82.264716,37.336845],[-82.16872,37.401493],[-82.106976,37.443144],[-82.021429,37.500859],[-81.965228,37.538676],[-81.956561,37.531498],[-81.953778,37.527983],[-81.950995,37.5231],[-81.949579,37.517997],[-81.949506,37.512431],[-81.950678,37.507084],[-81.952142,37.502983],[-81.953387,37.500981],[-81.954022,37.500151],[-81.97807,37.485014],[-81.981415,37.481425],[-81.983954,37.476786],[-81.983661,37.47227],[-81.981635,37.468168],[-81.977631,37.464775],[-81.942011,37.446415],[-81.938373,37.443486],[-81.935175,37.439945],[-81.932636,37.435746],[-81.930804,37.430937],[-81.929706,37.425688],[-81.92912,37.42061],[-81.929437,37.414848],[-81.933099,37.390849],[-81.933441,37.384965],[-81.932733,37.379692],[-81.930658,37.374931],[-81.927411,37.370756],[-81.923163,37.367192],[-81.875409,37.340312],[-81.865961,37.333793],[-81.862372,37.330033],[-81.859467,37.325883],[-81.850507,37.307084],[-81.847675,37.302983],[-81.844232,37.299125],[-81.835272,37.29207],[-81.823798,37.286405],[-81.820013,37.285697],[-81.807391,37.284574],[-81.793475,37.284745],[-81.7716,37.282987],[-81.762787,37.280522],[-81.757025,37.278227],[-81.751825,37.275102],[-81.747382,37.271659],[-81.74372,37.268022],[-81.730438,37.251615],[-81.722064,37.244413],[-81.717206,37.241288],[-81.681561,37.226615],[-81.656683,37.212162],[-81.644598,37.209355],[-81.583929,37.204765],[-81.560126,37.206254],[-81.553387,37.208573],[-81.545624,37.212773],[-81.493817,37.257475],[-81.48725,37.261112],[-81.479022,37.26436],[-81.463886,37.2679],[-81.424091,37.271342],[-81.416815,37.274369],[-81.408637,37.279643],[-81.396747,37.2908],[-81.390839,37.29849],[-81.386688,37.305619],[-81.379633,37.322123],[-81.376776,37.326274],[-81.371893,37.330546],[-81.363495,37.334574],[-81.350897,37.335307],[-81.342596,37.333891],[-81.336493,37.330741],[-81.332391,37.327226],[-81.312616,37.304447],[-81.306854,37.299272],[-81.30224,37.296171],[-81.249847,37.269609],[-81.24184,37.264189],[-81.237933,37.260771],[-81.235223,37.257255],[-81.231512,37.250029],[-81.22912,37.247123],[-81.226727,37.245487],[-81.224091,37.24434],[-81.212958,37.246562],[-81.132074,37.280253],[-81.028436,37.290946],[-81.019623,37.293217],[-80.99223,37.30435],[-80.982538,37.305107],[-80.97475,37.30413],[-80.960809,37.294535],[-80.955145,37.293534],[-80.948261,37.294828],[-80.882367,37.325834],[-80.877045,37.330204],[-80.871356,37.336064],[-80.864935,37.346391],[-80.863666,37.353324],[-80.864374,37.359013],[-80.879169,37.380473],[-80.880975,37.385307],[-80.881488,37.390849],[-80.880878,37.396586],[-80.878876,37.40225],[-80.876337,37.407377],[-80.872821,37.412162],[-80.867328,37.416557],[-80.859613,37.420707],[-80.845892,37.424809],[-80.836054,37.425785],[-80.82702,37.425395],[-80.799384,37.420414],[-80.796161,37.419316],[-80.792767,37.41724],[-80.791058,37.414555],[-80.79079,37.406571],[-80.788812,37.403129],[-80.784442,37.400834],[-80.766864,37.397929],[-80.761737,37.396171],[-80.757782,37.393437],[-80.755292,37.38997],[-80.75329,37.386186],[-80.750507,37.3835],[-80.747504,37.38206],[-80.743744,37.38184],[-80.736029,37.383085],[-80.73122,37.38477],[-80.6862,37.406571],[-80.6414,37.428227],[-80.592792,37.446415],[-80.551044,37.462113],[-80.527826,37.468266],[-80.504266,37.470317],[-80.496796,37.469853],[-80.486884,37.467778],[-80.483344,37.464018],[-80.481879,37.460209],[-80.481024,37.456547],[-80.481342,37.447685],[-80.480927,37.442704],[-80.479315,37.437992],[-80.476459,37.433891],[-80.472626,37.430693],[-80.468378,37.428764],[-80.46286,37.428007],[-80.457855,37.428251],[-80.45246,37.429496],[-80.446161,37.432914],[-80.416083,37.454301],[-80.294305,37.509233],[-80.289789,37.513652],[-80.286249,37.519389],[-80.285907,37.530107],[-80.28996,37.53455],[-80.301434,37.54058],[-80.305292,37.543754],[-80.307709,37.547831],[-80.308661,37.552519],[-80.30871,37.557353],[-80.30622,37.563725],[-80.301605,37.570512],[-80.291376,37.579203],[-80.283856,37.583842],[-80.277289,37.587113],[-80.260761,37.593437],[-80.240057,37.603959],[-80.230731,37.610673],[-80.22724,37.615483],[-80.22497,37.621586],[-80.225897,37.630668],[-80.228876,37.635893],[-80.233344,37.639701],[-80.262201,37.651347],[-80.273114,37.657377],[-80.285663,37.666899],[-80.287665,37.669071],[-80.288544,37.671342],[-80.289374,37.675004],[-80.284857,37.685136],[-80.248456,37.739408],[-80.220136,37.781523],[-80.216547,37.788578],[-80.208466,37.81165],[-80.206903,37.814848],[-80.164325,37.8533],[-80.129266,37.884916],[-80.086737,37.92332],[-80.031854,37.972807],[-79.999945,38.001591],[-79.966864,38.052568],[-79.943427,38.088627],[-79.921014,38.144755],[-79.919696,38.151225],[-79.922308,38.161332],[-79.922162,38.169169],[-79.920038,38.174369],[-79.916596,38.179057],[-79.870038,38.21309],[-79.84809,38.234916],[-79.8383,38.241801],[-79.815985,38.25352],[-79.799091,38.267509],[-79.794501,38.273881],[-79.792011,38.280204],[-79.792572,38.285282],[-79.793939,38.28975],[-79.798114,38.299565],[-79.799432,38.305497],[-79.79743,38.314921],[-79.79223,38.321904],[-79.782294,38.332231],[-79.776776,38.340556],[-79.772748,38.349711],[-79.769354,38.355082],[-79.765399,38.358549],[-79.745795,38.364311],[-79.73559,38.369487],[-79.731122,38.374906],[-79.721161,38.404643],[-79.715521,38.413432],[-79.699286,38.430375],[-79.694818,38.436528],[-79.692596,38.442143],[-79.691376,38.484013],[-79.688641,38.498368],[-79.687762,38.50081],[-79.669159,38.521659],[-79.664911,38.528935],[-79.662665,38.534672],[-79.662567,38.540238],[-79.663055,38.545414],[-79.662421,38.553471],[-79.660419,38.563139],[-79.654071,38.580302],[-79.648578,38.588066],[-79.642157,38.592265],[-79.635956,38.592118],[-79.552362,38.567631],[-79.549896,38.566435],[-79.54682,38.564115],[-79.543671,38.560673],[-79.504779,38.505131],[-79.502411,38.500785],[-79.501971,38.49893],[-79.502045,38.495805],[-79.503119,38.492216],[-79.507294,38.484477],[-79.508441,38.480766],[-79.507147,38.479887],[-79.504315,38.478739],[-79.457636,38.466557],[-79.412347,38.454765],[-79.359735,38.441069],[-79.297382,38.424833],[-79.290009,38.42432],[-79.284491,38.42686],[-79.280096,38.430278],[-79.244598,38.469071],[-79.22038,38.495536],[-79.20246,38.515092],[-79.195966,38.524101],[-79.190155,38.534062],[-79.175531,38.568461],[-79.174677,38.571293],[-79.173261,38.574955],[-79.17287,38.576713],[-79.171356,38.579545],[-79.16203,38.612529],[-79.159052,38.618681],[-79.15473,38.626029],[-79.145892,38.63726],[-79.135663,38.645439],[-79.12514,38.651762],[-79.110053,38.658988],[-79.102582,38.663945],[-79.098016,38.668339],[-79.096381,38.672172],[-79.085883,38.728569],[-79.083563,38.734941],[-79.078949,38.742802],[-79.061469,38.762236],[-79.056805,38.769145],[-79.053998,38.775004],[-79.052557,38.780229],[-79.04809,38.788334],[-79.041083,38.797465],[-78.9987,38.842314],[-78.993695,38.845903],[-78.988178,38.845634],[-78.958807,38.829545],[-78.916083,38.806156],[-78.880731,38.786772],[-78.873602,38.785209],[-78.867719,38.788237],[-78.862225,38.793193],[-78.833148,38.826664],[-78.796698,38.868534],[-78.765863,38.903959],[-78.743182,38.930082],[-78.737665,38.932817],[-78.732636,38.932719],[-78.729364,38.930278],[-78.726288,38.926713],[-78.723602,38.922734],[-78.720429,38.919364],[-78.716254,38.916703],[-78.711346,38.915629],[-78.704999,38.915922],[-78.696967,38.917411],[-78.674091,38.92559],[-78.6664,38.929936],[-78.660541,38.934306],[-78.653632,38.942729],[-78.643036,38.960404],[-78.636932,38.968583],[-78.631439,38.972416],[-78.623065,38.975102],[-78.612567,38.976689],[-78.596381,38.981181],[-78.587811,38.985209],[-78.58122,38.989555],[-78.555609,39.015654],[-78.550165,39.023759],[-78.549725,39.027641],[-78.550409,39.031474],[-78.551605,39.035234],[-78.550775,39.038871],[-78.548822,39.042778],[-78.532294,39.064042],[-78.492743,39.101078],[-78.452777,39.125688],[-78.42038,39.156962],[-78.415619,39.162406],[-78.413886,39.166386],[-78.413397,39.171195],[-78.413934,39.175932],[-78.418182,39.190385],[-78.41911,39.195487],[-78.419428,39.200956],[-78.418182,39.206962],[-78.416327,39.212944],[-78.40976,39.228813],[-78.408514,39.23455],[-78.408148,39.240361],[-78.409222,39.250883],[-78.410272,39.25518],[-78.410736,39.259623],[-78.410761,39.263993],[-78.409442,39.268852],[-78.407147,39.273466],[-78.403876,39.277812],[-78.372943,39.312089],[-78.358856,39.331303],[-78.354315,39.341581],[-78.352606,39.347563],[-78.3508,39.359257],[-78.351263,39.369535],[-78.357221,39.39954],[-78.35766,39.409623],[-78.355341,39.417753],[-78.350214,39.427616],[-78.336005,39.444975],[-78.322162,39.450834],[-78.306293,39.440946],[-78.249847,39.405448],[-78.193427,39.369902],[-78.137006,39.33433],[-78.08056,39.298832],[-78.024115,39.263285],[-77.96767,39.227763],[-77.911249,39.19224],[-77.854828,39.156694],[-77.844305,39.150102]]]]},"type":"Feature","properties":{"postal":"VA","name":"Virginia","type":"State","center":[-78.62825788751714,37.49088301291938]}},"WI":{"geometry":{"type":"Polygon","coordinates":[[[-89.957636,47.286112],[-89.985468,47.243168],[-90.0133,47.200224],[-90.041107,47.157279],[-90.068939,47.114384],[-90.096747,47.071488],[-90.124579,47.028544],[-90.152411,46.9856],[-90.180219,46.94268],[-90.208051,46.89976],[-90.235907,46.85684],[-90.263715,46.813896],[-90.291522,46.771],[-90.319354,46.728056],[-90.347162,46.685112],[-90.375018,46.642216],[-90.402826,46.599272],[-90.412543,46.584233],[-90.407367,46.565385],[-90.403192,46.555082],[-90.399017,46.550956],[-90.392279,46.547929],[-90.381024,46.546611],[-90.372577,46.547074],[-90.365131,46.549052],[-90.347504,46.556742],[-90.340839,46.557426],[-90.333783,46.554692],[-90.323798,46.540165],[-90.318182,46.535649],[-90.298676,46.532963],[-90.289398,46.530448],[-90.280048,46.523637],[-90.271747,46.519316],[-90.259906,46.516484],[-90.250311,46.515776],[-90.240033,46.513481],[-90.230341,46.508744],[-90.217304,46.498246],[-90.205096,46.486039],[-90.195062,46.469462],[-90.177875,46.441093],[-90.151581,46.397734],[-90.134979,46.37039],[-90.127167,46.350248],[-90.124042,46.345072],[-90.1185,46.340629],[-90.090448,46.335112],[-90.079901,46.333085],[-90.050189,46.327348],[-90.004071,46.31851],[-89.944208,46.306938],[-89.873456,46.29329],[-89.794379,46.278105],[-89.709882,46.26182],[-89.622626,46.245024],[-89.53537,46.228227],[-89.450848,46.211991],[-89.37182,46.196757],[-89.301044,46.183134],[-89.241156,46.171537],[-89.195038,46.162699],[-89.165326,46.156987],[-89.154828,46.155009],[-89.119232,46.148173],[-89.098554,46.139872],[-89.039227,46.116142],[-88.97995,46.092485],[-88.920624,46.068803],[-88.861322,46.04517],[-88.837274,46.0356],[-88.824286,46.034404],[-88.816571,46.034648],[-88.801776,46.036625],[-88.795013,46.036576],[-88.787787,46.034404],[-88.780585,46.029496],[-88.770429,46.028031],[-88.76225,46.0283],[-88.7414,46.033793],[-88.733734,46.034648],[-88.724384,46.033891],[-88.714008,46.031474],[-88.698871,46.025761],[-88.676166,46.020707],[-88.642084,46.00811],[-88.630609,46.006132],[-88.621942,46.006913],[-88.600262,46.018901],[-88.59372,46.020146],[-88.586151,46.019511],[-88.578925,46.018168],[-88.570868,46.017778],[-88.56413,46.019096],[-88.551727,46.024076],[-88.545062,46.025517],[-88.537347,46.026054],[-88.529193,46.025248],[-88.519061,46.02266],[-88.508466,46.018168],[-88.491888,46.009233],[-88.482001,46.007328],[-88.473554,46.007328],[-88.467352,46.008866],[-88.460004,46.009086],[-88.452264,46.007011],[-88.418085,45.993681],[-88.408319,45.992436],[-88.399872,45.992436],[-88.379144,45.996659],[-88.370429,45.995487],[-88.361371,45.991777],[-88.335907,45.977323],[-88.329999,45.975688],[-88.313007,45.973588],[-88.278046,45.9731],[-88.269891,45.972172],[-88.261835,45.970024],[-88.244208,45.962846],[-88.227411,45.958354],[-88.218915,45.957499],[-88.210858,45.957719],[-88.195624,45.959477],[-88.187738,45.959379],[-88.180219,45.957255],[-88.154437,45.942509],[-88.147943,45.939823],[-88.132269,45.935746],[-88.123187,45.931498],[-88.115204,45.924589],[-88.089276,45.884184],[-88.085541,45.876737],[-88.086444,45.867753],[-88.089935,45.862113],[-88.093939,45.857206],[-88.11579,45.836625],[-88.119501,45.831718],[-88.122137,45.82642],[-88.122504,45.819682],[-88.119696,45.812504],[-88.109979,45.803154],[-88.102313,45.798027],[-88.08747,45.791874],[-88.072528,45.78748],[-88.055829,45.784574],[-88.047357,45.784184],[-88.031659,45.785527],[-88.011005,45.790141],[-88.005194,45.79019],[-88.000897,45.788774],[-87.99809,45.787236],[-87.986127,45.77581],[-87.981708,45.772392],[-87.976288,45.769267],[-87.969794,45.766654],[-87.953192,45.763139],[-87.909637,45.760502],[-87.901776,45.758866],[-87.895331,45.756132],[-87.889911,45.75308],[-87.885516,45.749369],[-87.873822,45.736991],[-87.86889,45.7335],[-87.844965,45.72144],[-87.834979,45.715092],[-87.822455,45.7033],[-87.808685,45.692875],[-87.802606,45.68704],[-87.801093,45.683988],[-87.801239,45.681034],[-87.803876,45.675321],[-87.808368,45.671928],[-87.818964,45.665483],[-87.821454,45.660014],[-87.820673,45.652665],[-87.813788,45.642118],[-87.7966,45.622026],[-87.79328,45.616215],[-87.791254,45.608647],[-87.791425,45.595414],[-87.793915,45.587358],[-87.797797,45.581352],[-87.802679,45.578202],[-87.808856,45.576029],[-87.815717,45.574467],[-87.82038,45.570414],[-87.821283,45.56143],[-87.812152,45.541093],[-87.803803,45.509989],[-87.803558,45.503349],[-87.80412,45.499906],[-87.80639,45.494682],[-87.811932,45.484696],[-87.819525,45.475468],[-87.823773,45.471293],[-87.82851,45.467582],[-87.861371,45.449931],[-87.86579,45.446171],[-87.868427,45.44019],[-87.869183,45.432011],[-87.866644,45.419657],[-87.867181,45.41143],[-87.869183,45.404838],[-87.881024,45.383427],[-87.882196,45.377397],[-87.879462,45.370976],[-87.873309,45.364823],[-87.85827,45.357572],[-87.848554,45.356181],[-87.840692,45.357182],[-87.828973,45.362138],[-87.82226,45.363578],[-87.814642,45.363432],[-87.791742,45.358378],[-87.783246,45.357865],[-87.775604,45.358354],[-87.768475,45.35955],[-87.695087,45.387431],[-87.68869,45.388798],[-87.681708,45.388139],[-87.675751,45.384989],[-87.66955,45.379545],[-87.661224,45.370365],[-87.654804,45.36143],[-87.653412,45.356449],[-87.653778,45.351176],[-87.658514,45.344877],[-87.6737,45.332939],[-87.68205,45.324589],[-87.706952,45.284135],[-87.726654,45.243754],[-87.730292,45.231205],[-87.73476,45.199345],[-87.733563,45.192338],[-87.726654,45.182817],[-87.711566,45.168974],[-87.688129,45.151982],[-87.678021,45.142216],[-87.672577,45.135234],[-87.670404,45.130522],[-87.653558,45.120756],[-87.596918,45.104252],[-87.542743,45.089506],[-87.488407,45.083885],[-87.436049,45.078976],[-87.422959,45.132971],[-87.403325,45.204963],[-87.311697,45.242596],[-87.24433,45.288774],[-87.1988,45.32277],[-87.166076,45.355494],[-87.131716,45.399671],[-87.092447,45.443848],[-87.031908,45.442212],[-86.922282,45.442212],[-86.763571,45.443848],[-86.742377,45.43726],[-86.710541,45.423173],[-86.678656,45.409062],[-86.640314,45.394927],[-86.607574,45.381666],[-86.575249,45.367575],[-86.542095,45.354314],[-86.510599,45.341052],[-86.479103,45.327791],[-86.445949,45.314529],[-86.414453,45.301267],[-86.379641,45.288006],[-86.347316,45.273915],[-86.318306,45.262312],[-86.28681,45.24905],[-86.250623,45.236051],[-86.314434,45.19351],[-86.373338,45.160786],[-86.448603,45.114972],[-86.497689,45.075704],[-86.535907,45.040458],[-86.595042,44.990621],[-86.637584,44.944808],[-86.669989,44.893998],[-86.714642,44.84517],[-86.746918,44.768534],[-86.812657,44.647838],[-86.851926,44.562755],[-86.891194,44.46622],[-86.928827,44.366412],[-86.952997,44.279081],[-86.999896,44.16768],[-87.028635,44.071078],[-87.061359,43.969633],[-87.087054,43.873588],[-87.114374,43.76519],[-87.131716,43.664482],[-87.145038,43.574028],[-87.157895,43.481228],[-87.15163,43.408451],[-87.144805,43.33397],[-87.131716,43.236616],[-87.112081,43.117174],[-87.092447,42.991187],[-87.079357,42.896287],[-87.066268,42.80466],[-87.04827,42.702397],[-87.040089,42.627132],[-87.018818,42.496236],[-87.12648,42.49488],[-87.237435,42.493483],[-87.420062,42.491777],[-87.610541,42.491777],[-87.801044,42.491777],[-87.97829,42.49307],[-88.155536,42.494316],[-88.332733,42.495536],[-88.509979,42.496781],[-88.68725,42.498027],[-88.864496,42.499272],[-89.041718,42.500517],[-89.218964,42.501762],[-89.39621,42.503031],[-89.573456,42.504301],[-89.750726,42.505546],[-89.927972,42.506791],[-90.105219,42.508036],[-90.28244,42.509257],[-90.459662,42.510502],[-90.636908,42.511772],[-90.637177,42.511772],[-90.637494,42.511772],[-90.637738,42.511772],[-90.638031,42.511772],[-90.6383,42.511772],[-90.638568,42.511772],[-90.638837,42.511772],[-90.639105,42.511772],[-90.639398,42.511772],[-90.639667,42.511772],[-90.639911,42.511772],[-90.640204,42.511772],[-90.640497,42.511772],[-90.640741,42.511772],[-90.640985,42.511772],[-90.641278,42.511772],[-90.62868,42.53311],[-90.626263,42.544487],[-90.63454,42.559819],[-90.659711,42.58831],[-90.667865,42.599736],[-90.687323,42.640385],[-90.702997,42.655326],[-90.726532,42.661161],[-90.750043,42.663847],[-90.795721,42.676884],[-90.966571,42.701615],[-91.010492,42.71641],[-91.032977,42.729228],[-91.045477,42.742094],[-91.079511,42.791996],[-91.083148,42.810575],[-91.0862,42.852958],[-91.092206,42.870927],[-91.10202,42.884989],[-91.130585,42.911332],[-91.141473,42.928276],[-91.146405,42.95037],[-91.147675,42.996342],[-91.152313,43.007621],[-91.154169,43.019779],[-91.154657,43.056498],[-91.162396,43.090385],[-91.167792,43.160453],[-91.156512,43.195341],[-91.103461,43.249296],[-91.084784,43.280107],[-91.086493,43.317362],[-91.111029,43.340043],[-91.197113,43.365971],[-91.208807,43.372904],[-91.216522,43.383427],[-91.220966,43.410893],[-91.224188,43.421537],[-91.229169,43.431498],[-91.242938,43.451908],[-91.247943,43.462797],[-91.250971,43.474443],[-91.251898,43.486918],[-91.250458,43.499613],[-91.25014,43.500956],[-91.244379,43.524369],[-91.242816,43.536991],[-91.244086,43.550151],[-91.250018,43.576054],[-91.250751,43.589335],[-91.246625,43.620707],[-91.247015,43.63123],[-91.254535,43.657792],[-91.254755,43.666996],[-91.242694,43.721318],[-91.242816,43.740214],[-91.24577,43.759819],[-91.249213,43.768949],[-91.255487,43.776567],[-91.269159,43.788603],[-91.274554,43.79561],[-91.278534,43.804106],[-91.280536,43.812577],[-91.28122,43.821244],[-91.278729,43.85059],[-91.279511,43.873588],[-91.284247,43.897782],[-91.288422,43.909111],[-91.295013,43.918974],[-91.304999,43.926884],[-91.31828,43.933012],[-91.36098,43.944828],[-91.368817,43.957987],[-91.391937,43.979545],[-91.399066,43.993486],[-91.400897,44.001127],[-91.403461,44.007719],[-91.407513,44.013383],[-91.413983,44.018168],[-91.425971,44.022514],[-91.462567,44.024613],[-91.471063,44.026615],[-91.478534,44.029618],[-91.535223,44.063822],[-91.540985,44.065605],[-91.637665,44.065727],[-91.65014,44.068363],[-91.662616,44.073271],[-91.778387,44.149613],[-91.817108,44.162675],[-91.836884,44.18184],[-91.912177,44.288969],[-91.950116,44.335722],[-92.102606,44.436918],[-92.156073,44.451469],[-92.27265,44.465824],[-92.286054,44.470658],[-92.296796,44.479032],[-92.30517,44.490092],[-92.331,44.533158],[-92.35976,44.559819],[-92.393768,44.579594],[-92.429022,44.589311],[-92.584662,44.607963],[-92.627997,44.627519],[-92.632391,44.63372],[-92.637152,44.643119],[-92.643304,44.651689],[-92.661054,44.660307],[-92.731342,44.711576],[-92.792987,44.74058],[-92.819794,44.757841],[-92.778534,44.820219],[-92.771991,44.847245],[-92.772504,44.859379],[-92.778827,44.89163],[-92.775604,44.902421],[-92.761566,44.919389],[-92.758344,44.925737],[-92.762762,44.968583],[-92.771991,45.011112],[-92.795917,45.055888],[-92.802435,45.077983],[-92.788739,45.087455],[-92.768304,45.092729],[-92.755389,45.106645],[-92.749677,45.126347],[-92.750897,45.148881],[-92.768256,45.182402],[-92.772821,45.187529],[-92.770941,45.19932],[-92.764545,45.220292],[-92.763348,45.264726],[-92.759345,45.283329],[-92.750897,45.299711],[-92.737152,45.311918],[-92.721454,45.321293],[-92.70849,45.332743],[-92.703095,45.350932],[-92.696332,45.374076],[-92.667401,45.408329],[-92.663007,45.426322],[-92.667743,45.445439],[-92.682001,45.461186],[-92.700116,45.474711],[-92.717377,45.490922],[-92.72497,45.50557],[-92.739569,45.543949],[-92.750897,45.559184],[-92.78952,45.569779],[-92.839667,45.568852],[-92.883197,45.576127],[-92.901727,45.611332],[-92.894891,45.68704],[-92.891205,45.703764],[-92.881976,45.715922],[-92.795331,45.775346],[-92.767694,45.805058],[-92.771991,45.834159],[-92.731854,45.888261],[-92.704096,45.91309],[-92.672675,45.92349],[-92.654486,45.926908],[-92.600678,45.950834],[-92.574823,45.953862],[-92.566547,45.957035],[-92.561713,45.961308],[-92.54997,45.975151],[-92.548846,45.978129],[-92.545013,45.980278],[-92.539203,45.984965],[-92.531464,45.989653],[-92.521869,45.991801],[-92.480585,45.991801],[-92.465692,45.997343],[-92.443427,46.023759],[-92.428754,46.032743],[-92.410956,46.031938],[-92.385809,46.02808],[-92.363348,46.027299],[-92.353656,46.035844],[-92.349115,46.049491],[-92.338007,46.062968],[-92.324359,46.074028],[-92.312054,46.080546],[-92.292572,46.083329],[-92.292572,46.116288],[-92.292523,46.130912],[-92.292401,46.194267],[-92.292328,46.257597],[-92.292206,46.320951],[-92.292084,46.384306],[-92.291962,46.44766],[-92.291864,46.511015],[-92.291766,46.574369],[-92.291644,46.637675],[-92.291596,46.659672],[-92.289227,46.662992],[-92.284735,46.66248],[-92.270282,46.658744],[-92.25224,46.65767],[-92.235272,46.6585],[-92.220697,46.661235],[-92.215472,46.663725],[-92.21181,46.666801],[-92.209784,46.669438],[-92.207294,46.673832],[-92.202509,46.69932],[-92.200775,46.705473],[-92.197162,46.710649],[-92.193036,46.71475],[-92.187933,46.717973],[-92.182196,46.719828],[-92.165887,46.72288],[-92.160663,46.725468],[-92.157147,46.72935],[-92.148651,46.746244],[-92.140668,46.755278],[-92.124677,46.763725],[-92.109955,46.768656],[-92.075604,46.759233],[-92.027997,46.746098],[-91.964862,46.728739],[-91.922186,46.745512],[-91.865448,46.767826],[-91.808734,46.790165],[-91.75202,46.812455],[-91.695258,46.83477],[-91.638495,46.857109],[-91.581805,46.879423],[-91.525067,46.901737],[-91.468304,46.924052],[-91.366522,46.972099],[-91.26474,47.020072],[-91.162933,47.06807],[-91.061127,47.116093],[-90.959345,47.164091],[-90.857538,47.212065],[-90.75578,47.260112],[-90.653973,47.308061],[-90.566962,47.305326],[-90.479901,47.302616],[-90.392841,47.299858],[-90.305804,47.297123],[-90.218744,47.294316],[-90.131708,47.291581],[-90.044647,47.288847],[-89.957636,47.286112]]]},"type":"Feature","properties":{"postal":"WI","name":"Wisconsin","type":"State","center":[-89.96799268404204,44.70135368645464]}},"WV":{"geometry":{"type":"Polygon","coordinates":[[[-80.519403,39.721488],[-80.38913,39.721513],[-80.258905,39.721513],[-80.12868,39.721562],[-79.998407,39.721611],[-79.868182,39.721635],[-79.737958,39.721659],[-79.60766,39.721708],[-79.477435,39.721757],[-79.487933,39.209867],[-79.485785,39.206913],[-79.481903,39.206742],[-79.472015,39.210527],[-79.459296,39.217143],[-79.347528,39.295317],[-79.339545,39.297319],[-79.298163,39.302763],[-79.290399,39.305522],[-79.286395,39.309526],[-79.274628,39.330741],[-79.267474,39.33936],[-79.254462,39.350004],[-79.226141,39.366801],[-79.179535,39.386332],[-79.174579,39.389213],[-79.170136,39.392948],[-79.158954,39.405302],[-79.139887,39.416923],[-79.136127,39.419779],[-79.132318,39.423393],[-79.129486,39.426835],[-79.127069,39.430302],[-79.114398,39.45557],[-79.111322,39.459892],[-79.107343,39.464164],[-79.102704,39.467265],[-79.064667,39.482328],[-79.057098,39.483329],[-79.04787,39.482621],[-79.030804,39.477494],[-79.014569,39.46995],[-78.995721,39.455863],[-78.985077,39.451054],[-78.977509,39.449882],[-78.969012,39.450273],[-78.957782,39.454154],[-78.952069,39.457695],[-78.947455,39.461674],[-78.937518,39.474076],[-78.877631,39.521684],[-78.865643,39.534696],[-78.855536,39.548149],[-78.852338,39.551445],[-78.848187,39.554838],[-78.844428,39.557377],[-78.839618,39.559599],[-78.834442,39.561088],[-78.816962,39.564042],[-78.811151,39.565873],[-78.808026,39.568437],[-78.809052,39.57122],[-78.813251,39.576957],[-78.814325,39.581205],[-78.813666,39.586381],[-78.811224,39.59163],[-78.808148,39.59622],[-78.7935,39.613481],[-78.788104,39.62183],[-78.784003,39.629862],[-78.78139,39.633549],[-78.778583,39.636796],[-78.774725,39.637846],[-78.769989,39.637065],[-78.762958,39.631987],[-78.75993,39.627934],[-78.750873,39.620072],[-78.739667,39.614213],[-78.737738,39.610649],[-78.738837,39.608329],[-78.743866,39.606889],[-78.75202,39.603105],[-78.754364,39.600834],[-78.755927,39.598222],[-78.757416,39.594487],[-78.757684,39.590458],[-78.757611,39.587773],[-78.757098,39.586064],[-78.756366,39.584867],[-78.750751,39.578764],[-78.748578,39.577226],[-78.745184,39.575419],[-78.708807,39.561503],[-78.692328,39.552616],[-78.68808,39.54932],[-78.683246,39.54622],[-78.658759,39.539921],[-78.577289,39.529106],[-78.574872,39.532939],[-78.540741,39.541362],[-78.468964,39.533598],[-78.437836,39.551591],[-78.433148,39.561723],[-78.438031,39.566899],[-78.457953,39.572172],[-78.454706,39.586308],[-78.438446,39.589994],[-78.418964,39.59019],[-78.40622,39.59412],[-78.433807,39.624198],[-78.423676,39.629301],[-78.414911,39.629936],[-78.395355,39.627299],[-78.386151,39.628178],[-78.360175,39.638188],[-78.340277,39.641825],[-78.299945,39.634989],[-78.280023,39.635356],[-78.272723,39.640214],[-78.254828,39.658158],[-78.243182,39.665434],[-78.213471,39.69329],[-78.205341,39.697929],[-78.19599,39.70142],[-78.184442,39.704252],[-78.132977,39.701347],[-78.086932,39.678251],[-78.010761,39.617948],[-77.991791,39.607963],[-77.969135,39.601567],[-77.947699,39.600834],[-77.932269,39.608012],[-77.921356,39.610697],[-77.8935,39.60457],[-77.887885,39.608012],[-77.882636,39.61558],[-77.870526,39.617167],[-77.856805,39.615092],[-77.846893,39.611747],[-77.832269,39.596488],[-77.837445,39.581108],[-77.855707,39.568998],[-77.880438,39.563945],[-77.874408,39.552983],[-77.85993,39.515531],[-77.853729,39.515531],[-77.851337,39.525102],[-77.846088,39.536015],[-77.838568,39.54268],[-77.829535,39.539701],[-77.822968,39.528373],[-77.826508,39.520927],[-77.83244,39.515141],[-77.833246,39.508695],[-77.820648,39.496928],[-77.805927,39.496781],[-77.789105,39.500883],[-77.770575,39.501884],[-77.770575,39.495048],[-77.784418,39.491972],[-77.790936,39.484184],[-77.790839,39.473271],[-77.784833,39.460893],[-77.806244,39.448149],[-77.793475,39.438432],[-77.747601,39.423051],[-77.738934,39.406132],[-77.743817,39.387724],[-77.751483,39.369023],[-77.751312,39.351029],[-77.736054,39.331547],[-77.734686,39.331059],[-77.736615,39.327323],[-77.743207,39.315116],[-77.765106,39.274711],[-77.781879,39.243925],[-77.806635,39.198271],[-77.822723,39.168803],[-77.829486,39.156327],[-77.835736,39.144169],[-77.844305,39.150102],[-77.854828,39.156694],[-77.911249,39.19224],[-77.96767,39.227763],[-78.024115,39.263285],[-78.08056,39.298832],[-78.137006,39.33433],[-78.193427,39.369902],[-78.249847,39.405448],[-78.306293,39.440946],[-78.322162,39.450834],[-78.336005,39.444975],[-78.350214,39.427616],[-78.355341,39.417753],[-78.35766,39.409623],[-78.357221,39.39954],[-78.351263,39.369535],[-78.3508,39.359257],[-78.352606,39.347563],[-78.354315,39.341581],[-78.358856,39.331303],[-78.372943,39.312089],[-78.403876,39.277812],[-78.407147,39.273466],[-78.409442,39.268852],[-78.410761,39.263993],[-78.410736,39.259623],[-78.410272,39.25518],[-78.409222,39.250883],[-78.408148,39.240361],[-78.408514,39.23455],[-78.40976,39.228813],[-78.416327,39.212944],[-78.418182,39.206962],[-78.419428,39.200956],[-78.41911,39.195487],[-78.418182,39.190385],[-78.413934,39.175932],[-78.413397,39.171195],[-78.413886,39.166386],[-78.415619,39.162406],[-78.42038,39.156962],[-78.452777,39.125688],[-78.492743,39.101078],[-78.532294,39.064042],[-78.548822,39.042778],[-78.550775,39.038871],[-78.551605,39.035234],[-78.550409,39.031474],[-78.549725,39.027641],[-78.550165,39.023759],[-78.555609,39.015654],[-78.58122,38.989555],[-78.587811,38.985209],[-78.596381,38.981181],[-78.612567,38.976689],[-78.623065,38.975102],[-78.631439,38.972416],[-78.636932,38.968583],[-78.643036,38.960404],[-78.653632,38.942729],[-78.660541,38.934306],[-78.6664,38.929936],[-78.674091,38.92559],[-78.696967,38.917411],[-78.704999,38.915922],[-78.711346,38.915629],[-78.716254,38.916703],[-78.720429,38.919364],[-78.723602,38.922734],[-78.726288,38.926713],[-78.729364,38.930278],[-78.732636,38.932719],[-78.737665,38.932817],[-78.743182,38.930082],[-78.765863,38.903959],[-78.796698,38.868534],[-78.833148,38.826664],[-78.862225,38.793193],[-78.867719,38.788237],[-78.873602,38.785209],[-78.880731,38.786772],[-78.916083,38.806156],[-78.958807,38.829545],[-78.988178,38.845634],[-78.993695,38.845903],[-78.9987,38.842314],[-79.041083,38.797465],[-79.04809,38.788334],[-79.052557,38.780229],[-79.053998,38.775004],[-79.056805,38.769145],[-79.061469,38.762236],[-79.078949,38.742802],[-79.083563,38.734941],[-79.085883,38.728569],[-79.096381,38.672172],[-79.098016,38.668339],[-79.102582,38.663945],[-79.110053,38.658988],[-79.12514,38.651762],[-79.135663,38.645439],[-79.145892,38.63726],[-79.15473,38.626029],[-79.159052,38.618681],[-79.16203,38.612529],[-79.171356,38.579545],[-79.17287,38.576713],[-79.173261,38.574955],[-79.174677,38.571293],[-79.175531,38.568461],[-79.190155,38.534062],[-79.195966,38.524101],[-79.20246,38.515092],[-79.22038,38.495536],[-79.244598,38.469071],[-79.280096,38.430278],[-79.284491,38.42686],[-79.290009,38.42432],[-79.297382,38.424833],[-79.359735,38.441069],[-79.412347,38.454765],[-79.457636,38.466557],[-79.504315,38.478739],[-79.507147,38.479887],[-79.508441,38.480766],[-79.507294,38.484477],[-79.503119,38.492216],[-79.502045,38.495805],[-79.501971,38.49893],[-79.502411,38.500785],[-79.504779,38.505131],[-79.543671,38.560673],[-79.54682,38.564115],[-79.549896,38.566435],[-79.552362,38.567631],[-79.635956,38.592118],[-79.642157,38.592265],[-79.648578,38.588066],[-79.654071,38.580302],[-79.660419,38.563139],[-79.662421,38.553471],[-79.663055,38.545414],[-79.662567,38.540238],[-79.662665,38.534672],[-79.664911,38.528935],[-79.669159,38.521659],[-79.687762,38.50081],[-79.688641,38.498368],[-79.691376,38.484013],[-79.692596,38.442143],[-79.694818,38.436528],[-79.699286,38.430375],[-79.715521,38.413432],[-79.721161,38.404643],[-79.731122,38.374906],[-79.73559,38.369487],[-79.745795,38.364311],[-79.765399,38.358549],[-79.769354,38.355082],[-79.772748,38.349711],[-79.776776,38.340556],[-79.782294,38.332231],[-79.79223,38.321904],[-79.79743,38.314921],[-79.799432,38.305497],[-79.798114,38.299565],[-79.793939,38.28975],[-79.792572,38.285282],[-79.792011,38.280204],[-79.794501,38.273881],[-79.799091,38.267509],[-79.815985,38.25352],[-79.8383,38.241801],[-79.84809,38.234916],[-79.870038,38.21309],[-79.916596,38.179057],[-79.920038,38.174369],[-79.922162,38.169169],[-79.922308,38.161332],[-79.919696,38.151225],[-79.921014,38.144755],[-79.943427,38.088627],[-79.966864,38.052568],[-79.999945,38.001591],[-80.031854,37.972807],[-80.086737,37.92332],[-80.129266,37.884916],[-80.164325,37.8533],[-80.206903,37.814848],[-80.208466,37.81165],[-80.216547,37.788578],[-80.220136,37.781523],[-80.248456,37.739408],[-80.284857,37.685136],[-80.289374,37.675004],[-80.288544,37.671342],[-80.287665,37.669071],[-80.285663,37.666899],[-80.273114,37.657377],[-80.262201,37.651347],[-80.233344,37.639701],[-80.228876,37.635893],[-80.225897,37.630668],[-80.22497,37.621586],[-80.22724,37.615483],[-80.230731,37.610673],[-80.240057,37.603959],[-80.260761,37.593437],[-80.277289,37.587113],[-80.283856,37.583842],[-80.291376,37.579203],[-80.301605,37.570512],[-80.30622,37.563725],[-80.30871,37.557353],[-80.308661,37.552519],[-80.307709,37.547831],[-80.305292,37.543754],[-80.301434,37.54058],[-80.28996,37.53455],[-80.285907,37.530107],[-80.286249,37.519389],[-80.289789,37.513652],[-80.294305,37.509233],[-80.416083,37.454301],[-80.446161,37.432914],[-80.45246,37.429496],[-80.457855,37.428251],[-80.46286,37.428007],[-80.468378,37.428764],[-80.472626,37.430693],[-80.476459,37.433891],[-80.479315,37.437992],[-80.480927,37.442704],[-80.481342,37.447685],[-80.481024,37.456547],[-80.481879,37.460209],[-80.483344,37.464018],[-80.486884,37.467778],[-80.496796,37.469853],[-80.504266,37.470317],[-80.527826,37.468266],[-80.551044,37.462113],[-80.592792,37.446415],[-80.6414,37.428227],[-80.6862,37.406571],[-80.73122,37.38477],[-80.736029,37.383085],[-80.743744,37.38184],[-80.747504,37.38206],[-80.750507,37.3835],[-80.75329,37.386186],[-80.755292,37.38997],[-80.757782,37.393437],[-80.761737,37.396171],[-80.766864,37.397929],[-80.784442,37.400834],[-80.788812,37.403129],[-80.79079,37.406571],[-80.791058,37.414555],[-80.792767,37.41724],[-80.796161,37.419316],[-80.799384,37.420414],[-80.82702,37.425395],[-80.836054,37.425785],[-80.845892,37.424809],[-80.859613,37.420707],[-80.867328,37.416557],[-80.872821,37.412162],[-80.876337,37.407377],[-80.878876,37.40225],[-80.880878,37.396586],[-80.881488,37.390849],[-80.880975,37.385307],[-80.879169,37.380473],[-80.864374,37.359013],[-80.863666,37.353324],[-80.864935,37.346391],[-80.871356,37.336064],[-80.877045,37.330204],[-80.882367,37.325834],[-80.948261,37.294828],[-80.955145,37.293534],[-80.960809,37.294535],[-80.97475,37.30413],[-80.982538,37.305107],[-80.99223,37.30435],[-81.019623,37.293217],[-81.028436,37.290946],[-81.132074,37.280253],[-81.212958,37.246562],[-81.224091,37.24434],[-81.226727,37.245487],[-81.22912,37.247123],[-81.231512,37.250029],[-81.235223,37.257255],[-81.237933,37.260771],[-81.24184,37.264189],[-81.249847,37.269609],[-81.30224,37.296171],[-81.306854,37.299272],[-81.312616,37.304447],[-81.332391,37.327226],[-81.336493,37.330741],[-81.342596,37.333891],[-81.350897,37.335307],[-81.363495,37.334574],[-81.371893,37.330546],[-81.376776,37.326274],[-81.379633,37.322123],[-81.386688,37.305619],[-81.390839,37.29849],[-81.396747,37.2908],[-81.408637,37.279643],[-81.416815,37.274369],[-81.424091,37.271342],[-81.463886,37.2679],[-81.479022,37.26436],[-81.48725,37.261112],[-81.493817,37.257475],[-81.545624,37.212773],[-81.553387,37.208573],[-81.560126,37.206254],[-81.583929,37.204765],[-81.644598,37.209355],[-81.656683,37.212162],[-81.681561,37.226615],[-81.717206,37.241288],[-81.722064,37.244413],[-81.730438,37.251615],[-81.74372,37.268022],[-81.747382,37.271659],[-81.751825,37.275102],[-81.757025,37.278227],[-81.762787,37.280522],[-81.7716,37.282987],[-81.793475,37.284745],[-81.807391,37.284574],[-81.820013,37.285697],[-81.823798,37.286405],[-81.835272,37.29207],[-81.844232,37.299125],[-81.847675,37.302983],[-81.850507,37.307084],[-81.859467,37.325883],[-81.862372,37.330033],[-81.865961,37.333793],[-81.875409,37.340312],[-81.923163,37.367192],[-81.927411,37.370756],[-81.930658,37.374931],[-81.932733,37.379692],[-81.933441,37.384965],[-81.933099,37.390849],[-81.929437,37.414848],[-81.92912,37.42061],[-81.929706,37.425688],[-81.930804,37.430937],[-81.932636,37.435746],[-81.935175,37.439945],[-81.938373,37.443486],[-81.942011,37.446415],[-81.977631,37.464775],[-81.981635,37.468168],[-81.983661,37.47227],[-81.983954,37.476786],[-81.981415,37.481425],[-81.97807,37.485014],[-81.954022,37.500151],[-81.953387,37.500981],[-81.952142,37.502983],[-81.950678,37.507084],[-81.949506,37.512431],[-81.949579,37.517997],[-81.950995,37.5231],[-81.953778,37.527983],[-81.956561,37.531498],[-81.965228,37.538676],[-81.983881,37.546855],[-81.994891,37.547831],[-82.024677,37.542289],[-82.036835,37.54329],[-82.115936,37.563383],[-82.129364,37.569584],[-82.136249,37.575492],[-82.135516,37.580815],[-82.135394,37.586381],[-82.136493,37.591606],[-82.138837,37.596244],[-82.142133,37.600346],[-82.150018,37.607841],[-82.181097,37.63018],[-82.188788,37.631571],[-82.194061,37.630033],[-82.198138,37.628178],[-82.200946,37.630033],[-82.219354,37.651445],[-82.228925,37.659086],[-82.23642,37.66331],[-82.244305,37.666654],[-82.283075,37.678276],[-82.291693,37.682939],[-82.296454,37.688383],[-82.300897,37.703227],[-82.315326,37.736357],[-82.316596,37.741508],[-82.316815,37.747001],[-82.323773,37.757621],[-82.336298,37.771806],[-82.399237,37.823002],[-82.401923,37.827104],[-82.40412,37.831669],[-82.407343,37.841777],[-82.412128,37.873979],[-82.413934,37.880473],[-82.417401,37.887553],[-82.424823,37.897856],[-82.430634,37.903617],[-82.4362,37.908012],[-82.476679,37.931108],[-82.481928,37.936552],[-82.482831,37.941362],[-82.481024,37.944291],[-82.468475,37.960014],[-82.465936,37.964262],[-82.465375,37.967973],[-82.466522,37.973344],[-82.470087,37.980986],[-82.475189,37.986918],[-82.478973,37.990434],[-82.533685,38.028813],[-82.540643,38.035844],[-82.545209,38.045072],[-82.550482,38.059526],[-82.555975,38.068168],[-82.631195,38.152861],[-82.636835,38.161576],[-82.637372,38.166532],[-82.636981,38.171269],[-82.635663,38.174613],[-82.633856,38.176957],[-82.630707,38.179447],[-82.612616,38.189799],[-82.605267,38.196171],[-82.602167,38.200346],[-82.600555,38.204545],[-82.59975,38.20955],[-82.601019,38.22581],[-82.600409,38.231254],[-82.598846,38.235746],[-82.595746,38.238554],[-82.590741,38.239799],[-82.578583,38.241703],[-82.574359,38.244023],[-82.57182,38.247636],[-82.571381,38.252641],[-82.571552,38.258232],[-82.572284,38.263554],[-82.572626,38.274223],[-82.570282,38.296757],[-82.567743,38.309233],[-82.568817,38.318852],[-82.571991,38.330522],[-82.590106,38.362113],[-82.593573,38.369706],[-82.593939,38.372441],[-82.593817,38.376152],[-82.590009,38.40225],[-82.589667,38.413432],[-82.589447,38.419316],[-82.588983,38.418754],[-82.552655,38.405522],[-82.509003,38.409135],[-82.424506,38.433061],[-82.34953,38.437944],[-82.331683,38.443608],[-82.316986,38.460966],[-82.309515,38.478691],[-82.288202,38.56663],[-82.277118,38.588285],[-82.263104,38.597538],[-82.215106,38.591996],[-82.192743,38.595317],[-82.17746,38.611796],[-82.176703,38.621879],[-82.179096,38.635404],[-82.183197,38.648124],[-82.192474,38.665483],[-82.190692,38.675737],[-82.184296,38.690019],[-82.187543,38.715312],[-82.195258,38.731694],[-82.20434,38.74539],[-82.211591,38.762651],[-82.20871,38.78599],[-82.191766,38.797953],[-82.172772,38.80828],[-82.1612,38.831425],[-82.148236,38.849003],[-82.143329,38.858232],[-82.136493,38.899174],[-82.120697,38.929985],[-82.092206,38.968583],[-82.058368,39.003227],[-82.02663,39.022074],[-82.002972,39.021708],[-81.98432,39.012065],[-81.96889,39.000834],[-81.937445,38.99058],[-81.924017,38.978544],[-81.914789,38.962846],[-81.90993,38.946977],[-81.906488,38.941654],[-81.904169,38.936332],[-81.903095,38.929618],[-81.905292,38.923832],[-81.910248,38.921147],[-81.915179,38.919438],[-81.917401,38.916557],[-81.92038,38.903251],[-81.925726,38.897636],[-81.927631,38.892753],[-81.920502,38.881816],[-81.901679,38.874247],[-81.879999,38.883158],[-81.860565,38.899272],[-81.84848,38.913432],[-81.840814,38.937529],[-81.834784,38.949369],[-81.824286,38.954423],[-81.812128,38.951005],[-81.794501,38.936137],[-81.783637,38.932719],[-81.763983,38.937236],[-81.764496,38.948832],[-81.773749,38.964457],[-81.780194,38.981108],[-81.775238,39.017192],[-81.777094,39.034965],[-81.790155,39.042582],[-81.796405,39.044804],[-81.803827,39.050224],[-81.810516,39.056938],[-81.814349,39.063041],[-81.818915,39.0762],[-81.818475,39.079765],[-81.812567,39.080082],[-81.762445,39.096098],[-81.754559,39.105278],[-81.752289,39.128202],[-81.755096,39.165263],[-81.753705,39.177665],[-81.746088,39.193363],[-81.698065,39.237089],[-81.68244,39.271],[-81.66225,39.27559],[-81.637518,39.276152],[-81.615741,39.282768],[-81.608881,39.275321],[-81.600873,39.280644],[-81.594891,39.282402],[-81.58891,39.280668],[-81.580975,39.275321],[-81.569354,39.287675],[-81.562274,39.32642],[-81.554266,39.344218],[-81.4789,39.40059],[-81.463153,39.406547],[-81.420526,39.406279],[-81.411176,39.398466],[-81.401556,39.380888],[-81.388446,39.362162],[-81.368695,39.351029],[-81.344989,39.353495],[-81.310199,39.378886],[-81.289862,39.385185],[-81.268988,39.386943],[-81.24704,39.391752],[-81.226947,39.398466],[-81.211639,39.406279],[-81.183319,39.430619],[-81.165595,39.442289],[-81.125775,39.453691],[-81.110663,39.468949],[-81.087518,39.501884],[-81.055341,39.530033],[-80.944159,39.598075],[-80.875238,39.628788],[-80.873358,39.638993],[-80.861591,39.666362],[-80.8612,39.671171],[-80.862616,39.682402],[-80.861591,39.68682],[-80.857098,39.690971],[-80.841107,39.701127],[-80.835663,39.720365],[-80.838959,39.733695],[-80.849457,39.745268],[-80.865326,39.759159],[-80.871014,39.77122],[-80.862885,39.779545],[-80.841107,39.790483],[-80.835687,39.800785],[-80.831561,39.820561],[-80.828095,39.830863],[-80.821747,39.842387],[-80.815424,39.850859],[-80.796747,39.868681],[-80.794305,39.876908],[-80.79809,39.887797],[-80.803558,39.899345],[-80.806366,39.909648],[-80.802045,39.925004],[-80.791425,39.923979],[-80.777997,39.91829],[-80.765375,39.919584],[-80.758685,39.929399],[-80.75993,39.938798],[-80.763886,39.947123],[-80.765375,39.953739],[-80.757929,39.970854],[-80.748895,39.98289],[-80.741303,39.996781],[-80.738104,40.019511],[-80.739081,40.06082],[-80.735346,40.080009],[-80.724432,40.104545],[-80.702924,40.139457],[-80.694354,40.157548],[-80.687054,40.193119],[-80.677826,40.216142],[-80.656757,40.255375],[-80.647284,40.263285],[-80.620184,40.280375],[-80.614569,40.28643],[-80.60495,40.31746],[-80.600555,40.323344],[-80.601874,40.33665],[-80.608368,40.359037],[-80.608905,40.363945],[-80.607587,40.374711],[-80.608368,40.379521],[-80.612665,40.38311],[-80.619598,40.385453],[-80.626093,40.386528],[-80.628876,40.386381],[-80.627094,40.409696],[-80.606659,40.448905],[-80.601508,40.471391],[-80.605121,40.485942],[-80.614081,40.503666],[-80.636298,40.537162],[-80.669501,40.571562],[-80.676849,40.588798],[-80.666376,40.608866],[-80.648285,40.619389],[-80.622528,40.626005],[-80.597284,40.62664],[-80.580438,40.61912],[-80.535712,40.64351],[-80.520233,40.646781],[-80.520233,40.646195],[-80.520233,40.645634],[-80.520233,40.645072],[-80.520233,40.644487],[-80.520233,40.643901],[-80.520233,40.643315],[-80.520233,40.642729],[-80.520233,40.642167],[-80.520184,40.561869],[-80.520087,40.48162],[-80.520013,40.401371],[-80.51994,40.321098],[-80.519867,40.240849],[-80.519794,40.160575],[-80.519696,40.080351],[-80.519696,40.000102],[-80.519623,39.930448],[-80.51955,39.860771],[-80.519476,39.791117],[-80.519403,39.721488]]]},"type":"Feature","properties":{"postal":"WV","name":"West Virginia","type":"State","center":[-80.4206675811614,38.84251520825032]}},"DE":{"geometry":{"type":"Polygon","coordinates":[[[-75.424463,39.806614],[-75.427642,39.803412],[-75.462961,39.784613],[-75.476715,39.772121],[-75.48766,39.731676],[-75.500722,39.71426],[-75.545766,39.670233],[-75.551137,39.666246],[-75.586822,39.655951],[-75.592152,39.649237],[-75.595204,39.638495],[-75.601145,39.627265],[-75.605214,39.616685],[-75.602691,39.607896],[-75.574045,39.585598],[-75.5655,39.57685],[-75.555816,39.559272],[-75.554596,39.541164],[-75.561187,39.523017],[-75.575063,39.505194],[-75.583567,39.483344],[-75.587938,39.462771],[-75.568863,39.440355],[-75.552761,39.425794],[-75.527891,39.403391],[-75.490793,39.353461],[-75.488515,39.347317],[-75.482411,39.344672],[-75.459165,39.328293],[-75.434411,39.314874],[-75.42849,39.291293],[-75.407704,39.27025],[-75.39802,39.249335],[-75.394154,39.224595],[-75.404757,39.172231],[-75.406116,39.151999],[-75.404573,39.130647],[-75.401616,39.117166],[-75.397445,39.102636],[-75.401404,39.078288],[-75.39379,39.055551],[-75.369205,39.040257],[-75.342582,39.020211],[-75.314849,38.984076],[-75.311128,38.967954],[-75.31107,38.949468],[-75.310326,38.927818],[-75.29662,38.913072],[-75.244353,38.859799],[-75.195483,38.815491],[-75.166327,38.794382],[-75.130414,38.782772],[-75.099926,38.788048],[-75.095861,38.797555],[-75.099252,38.805481],[-75.092475,38.807592],[-75.08434,38.795967],[-75.066123,38.678025],[-75.064807,38.632609],[-75.071848,38.638332],[-75.077622,38.686475],[-75.086411,38.693345],[-75.120921,38.683835],[-75.139189,38.688052],[-75.119781,38.658881],[-75.133941,38.660386],[-75.139394,38.662055],[-75.145863,38.661526],[-75.147206,38.660061],[-75.149973,38.659817],[-75.15331,38.658881],[-75.142568,38.650539],[-75.130442,38.643052],[-75.116119,38.638414],[-75.098704,38.638414],[-75.121409,38.621324],[-75.190053,38.606676],[-75.207916,38.590033],[-75.187408,38.590033],[-75.191518,38.582709],[-75.196441,38.57685],[-75.201975,38.572455],[-75.207916,38.569525],[-75.191762,38.566962],[-75.152211,38.588446],[-75.126047,38.590033],[-75.119618,38.584296],[-75.111684,38.574164],[-75.103261,38.565904],[-75.09557,38.566392],[-75.075185,38.586493],[-75.069567,38.593536],[-75.069203,38.608303],[-75.065338,38.614936],[-75.060091,38.612541],[-75.058746,38.605148],[-75.056734,38.586666],[-75.057729,38.55272],[-75.052846,38.52733],[-75.050021,38.498985],[-75.047328,38.475733],[-75.043975,38.453803],[-75.057729,38.453437],[-75.058095,38.453721],[-75.062734,38.457343],[-75.068593,38.459906],[-75.075795,38.461005],[-75.085032,38.460883],[-75.083892,38.453599],[-75.108784,38.45352],[-75.162983,38.453276],[-75.240913,38.453373],[-75.318794,38.453495],[-75.396723,38.453617],[-75.474653,38.453715],[-75.55541,38.455631],[-75.63029,38.457318],[-75.693701,38.460354],[-75.698229,38.501579],[-75.701014,38.554489],[-75.706583,38.621322],[-75.712153,38.697901],[-75.718029,38.770943],[-75.723907,38.841478],[-75.729785,38.913973],[-75.734683,38.989406],[-75.74115,39.061633],[-75.747172,39.135399],[-75.75357,39.212176],[-75.759565,39.281596],[-75.76396,39.354887],[-75.770723,39.423993],[-75.777199,39.500087],[-75.781517,39.574022],[-75.788532,39.647418],[-75.788644,39.721318],[-75.784686,39.721318],[-75.776996,39.721049],[-75.775287,39.722587],[-75.758514,39.751811],[-75.731122,39.782304],[-75.702216,39.801786],[-75.677948,39.815165],[-75.652118,39.825346],[-75.630219,39.830815],[-75.601263,39.837846],[-75.573114,39.838627],[-75.529315,39.837846],[-75.494891,39.833158],[-75.469867,39.825346],[-75.446405,39.816728],[-75.431464,39.81099],[-75.425214,39.807084],[-75.424463,39.806614]]]},"type":"Feature","properties":{"postal":"DE","name":"Delaware","type":"State","center":[-75.48442818676013,38.86994569900611]}},"MD":{"geometry":{"type":"MultiPolygon","coordinates":[[[[-75.981291,37.992836],[-75.989768,37.973151],[-75.995651,37.945147],[-76.005049,37.950472],[-76.010153,37.960734],[-76.021359,37.96114],[-76.01687,37.950381],[-76.01928,37.943986],[-76.019823,37.937604],[-76.017226,37.928794],[-76.022818,37.92826],[-76.026368,37.913515],[-76.029496,37.914962],[-76.031545,37.929664],[-76.029832,37.941942],[-76.027453,37.95079],[-76.033103,37.954671],[-76.036786,37.950718],[-76.043613,37.949192],[-76.045065,37.96537],[-76.045255,37.980088],[-76.051422,37.994086],[-76.046132,37.999416],[-76.030564,37.999827],[-76.013649,37.991615],[-76.003041,38.000963],[-76.013539,38.010484],[-76.039459,38.021145],[-76.040285,38.029195],[-76.029128,38.033697],[-76.017354,38.038693],[-76.010464,38.0358],[-76.005365,38.026514],[-75.987207,38.018796],[-75.981291,37.992836]]],[[[-76.025944,38.153421],[-76.03323,38.148551],[-76.06276,38.158907],[-76.083608,38.160666],[-76.079009,38.182844],[-76.064461,38.19451],[-76.048608,38.200408],[-76.036218,38.189908],[-76.023819,38.178458],[-76.029782,38.165901],[-76.025944,38.153421]]],[[[-75.243335,38.024688],[-75.26303,38.022635],[-75.254465,38.030911],[-75.25064,38.036892],[-75.229644,38.069892],[-75.199818,38.103827],[-75.194895,38.113959],[-75.190338,38.142727],[-75.179311,38.168199],[-75.15331,38.207017],[-75.114369,38.280219],[-75.098704,38.302639],[-75.092437,38.302639],[-75.102691,38.273139],[-75.138661,38.218817],[-75.171197,38.148289],[-75.189695,38.08978],[-75.228871,38.047512],[-75.23408,38.038601],[-75.243335,38.024688]]],[[[-75.067009,38.35352],[-75.078765,38.336737],[-75.075795,38.366278],[-75.059234,38.422797],[-75.057729,38.453437],[-75.043975,38.453803],[-75.044057,38.453437],[-75.044749,38.425035],[-75.051137,38.387763],[-75.067009,38.35352]]],[[[-79.246674,39.721708],[-79.131268,39.721659],[-79.015863,39.721659],[-78.900458,39.721659],[-78.785028,39.721659],[-78.669696,39.721659],[-78.554242,39.721635],[-78.438837,39.721611],[-78.32348,39.721611],[-78.208075,39.721611],[-78.09267,39.721611],[-77.977264,39.721611],[-77.861835,39.721562],[-77.746454,39.721513],[-77.631073,39.721513],[-77.515643,39.721513],[-77.400287,39.721513],[-77.284882,39.721513],[-77.169452,39.721488],[-77.054047,39.72144],[-76.938641,39.72144],[-76.823285,39.72144],[-76.70788,39.72144],[-76.59245,39.72144],[-76.477069,39.721391],[-76.361664,39.721342],[-76.246259,39.721342],[-76.130878,39.721342],[-76.015448,39.721342],[-75.900116,39.721342],[-75.788644,39.721318],[-75.788532,39.647418],[-75.781517,39.574022],[-75.777199,39.500087],[-75.770723,39.423993],[-75.76396,39.354887],[-75.759565,39.281596],[-75.75357,39.212176],[-75.747172,39.135399],[-75.74115,39.061633],[-75.734683,38.989406],[-75.729785,38.913973],[-75.723907,38.841478],[-75.718029,38.770943],[-75.712153,38.697901],[-75.706583,38.621322],[-75.701014,38.554489],[-75.698229,38.501579],[-75.693701,38.460354],[-75.63029,38.457318],[-75.55541,38.455631],[-75.474653,38.453715],[-75.396723,38.453617],[-75.318794,38.453495],[-75.240913,38.453373],[-75.162983,38.453276],[-75.108784,38.45352],[-75.083892,38.453599],[-75.082916,38.447455],[-75.089882,38.432201],[-75.102016,38.438538],[-75.118196,38.437481],[-75.097979,38.407913],[-75.104045,38.395242],[-75.112131,38.399466],[-75.127628,38.4058],[-75.147846,38.413715],[-75.165368,38.416875],[-75.17951,38.40842],[-75.139754,38.399463],[-75.132341,38.394185],[-75.133412,38.385159],[-75.133412,38.377672],[-75.126047,38.377672],[-75.126047,38.371527],[-75.130605,38.369289],[-75.135365,38.366034],[-75.139638,38.364081],[-75.125478,38.360338],[-75.112131,38.362494],[-75.100738,38.362128],[-75.092437,38.35102],[-75.094228,38.335354],[-75.1044,38.31623],[-75.117991,38.298163],[-75.12975,38.285549],[-75.154286,38.240912],[-75.163889,38.23371],[-75.197499,38.232571],[-75.200673,38.240302],[-75.187408,38.261664],[-75.220041,38.247626],[-75.233062,38.238959],[-75.242665,38.226955],[-75.257151,38.168158],[-75.266916,38.159247],[-75.271718,38.15233],[-75.283274,38.120551],[-75.290435,38.110826],[-75.297353,38.110785],[-75.315907,38.116889],[-75.325266,38.117011],[-75.333892,38.111558],[-75.350168,38.094062],[-75.356028,38.090318],[-75.351186,38.082099],[-75.373036,38.031968],[-75.375152,38.02383],[-75.377375,38.015198],[-75.377882,38.015165],[-75.393392,38.013711],[-75.421504,38.011773],[-75.460279,38.008864],[-75.505355,38.004502],[-75.548007,38.00111],[-75.591144,37.997232],[-75.616348,37.995778],[-75.62357,37.994278],[-75.631711,37.983676],[-75.641556,37.974777],[-75.647858,37.965717],[-75.653676,37.967963],[-75.672597,37.971991],[-75.763173,37.978217],[-75.786285,37.975898],[-75.808176,37.963446],[-75.838124,37.94123],[-75.858022,37.931138],[-75.867096,37.936103],[-75.868967,37.943305],[-75.872467,37.946967],[-75.874989,37.951117],[-75.873362,37.960028],[-75.867502,37.967231],[-75.858795,37.973212],[-75.850413,37.981106],[-75.845367,37.994086],[-75.854848,37.993354],[-75.862701,37.99079],[-75.868886,37.986518],[-75.873362,37.980455],[-75.880116,37.980455],[-75.879547,37.985338],[-75.881012,37.98664],[-75.883656,37.986762],[-75.886342,37.987942],[-75.878651,37.994574],[-75.857249,38.021145],[-75.852854,38.031968],[-75.846425,38.039618],[-75.818267,38.042711],[-75.811879,38.045966],[-75.802073,38.058051],[-75.756581,38.092597],[-75.742991,38.110826],[-75.75768,38.113267],[-75.768625,38.105618],[-75.77953,38.095404],[-75.794504,38.090318],[-75.819081,38.09101],[-75.833323,38.089179],[-75.845367,38.083482],[-75.847564,38.086371],[-75.847768,38.08747],[-75.848622,38.088324],[-75.852854,38.090318],[-75.852854,38.097805],[-75.8426,38.101304],[-75.832387,38.107571],[-75.823883,38.115546],[-75.818674,38.124457],[-75.824859,38.131293],[-75.814443,38.135199],[-75.784413,38.139472],[-75.776479,38.144965],[-75.779693,38.155219],[-75.794016,38.158881],[-75.811635,38.157294],[-75.824859,38.159247],[-75.848134,38.152167],[-75.893463,38.156073],[-75.914296,38.151801],[-75.919545,38.144843],[-75.920644,38.135728],[-75.92276,38.127875],[-75.931304,38.124457],[-75.937408,38.127631],[-75.9405,38.135403],[-75.941558,38.155463],[-75.928456,38.193549],[-75.896311,38.210679],[-75.856028,38.219713],[-75.818674,38.23371],[-75.834584,38.24018],[-75.878733,38.242865],[-75.897206,38.251125],[-75.906646,38.270982],[-75.902415,38.293769],[-75.891225,38.315131],[-75.858062,38.358588],[-75.84911,38.373969],[-75.843373,38.395453],[-75.840728,38.400824],[-75.843251,38.404364],[-75.856272,38.405666],[-75.863149,38.40176],[-75.866444,38.392401],[-75.869008,38.38109],[-75.873362,38.371527],[-75.924713,38.324897],[-75.931304,38.316881],[-75.955678,38.257799],[-75.962717,38.247992],[-75.968251,38.254055],[-75.968088,38.2626],[-75.966624,38.272284],[-75.968251,38.282131],[-75.97411,38.288153],[-75.983632,38.295478],[-75.99234,38.3039],[-75.996205,38.313178],[-75.990102,38.325995],[-75.962392,38.335842],[-75.955312,38.35102],[-75.964833,38.373481],[-75.990468,38.362047],[-76.01891,38.334784],[-76.03718,38.309475],[-76.026723,38.304185],[-76.019276,38.29442],[-76.017323,38.281806],[-76.017323,38.267808],[-76.028676,38.241767],[-76.037913,38.232489],[-76.048818,38.239325],[-76.081207,38.284084],[-76.091176,38.292426],[-76.117502,38.298285],[-76.124379,38.304836],[-76.133412,38.323065],[-76.192942,38.382758],[-76.209706,38.392035],[-76.220855,38.383612],[-76.206532,38.338568],[-76.209706,38.316881],[-76.215932,38.316881],[-76.221099,38.343899],[-76.239858,38.368232],[-76.269887,38.405666],[-76.275136,38.411566],[-76.282338,38.42182],[-76.288889,38.433539],[-76.295481,38.455512],[-76.304026,38.463284],[-76.313303,38.468695],[-76.318959,38.473944],[-76.319814,38.495022],[-76.304677,38.502631],[-76.286366,38.500149],[-76.277415,38.490953],[-76.273101,38.467475],[-76.263743,38.465522],[-76.254303,38.479804],[-76.250071,38.50495],[-76.24234,38.521186],[-76.223948,38.529608],[-76.201487,38.535102],[-76.181793,38.542792],[-76.187245,38.55329],[-76.171986,38.56623],[-76.174957,38.576972],[-76.17927,38.580512],[-76.184478,38.582587],[-76.190989,38.583564],[-76.198842,38.583808],[-76.21052,38.582709],[-76.213368,38.579495],[-76.214182,38.574042],[-76.21935,38.566392],[-76.230214,38.559516],[-76.242665,38.556708],[-76.273671,38.556464],[-76.286041,38.562812],[-76.278472,38.57685],[-76.256256,38.597398],[-76.256256,38.604234],[-76.262603,38.607815],[-76.267323,38.611802],[-76.277415,38.624742],[-76.232493,38.618069],[-76.215932,38.617906],[-76.201283,38.620673],[-76.175404,38.629218],[-76.161285,38.631008],[-76.176137,38.620673],[-76.181793,38.617906],[-76.171864,38.610256],[-76.161285,38.604234],[-76.142649,38.607489],[-76.114975,38.587975],[-76.092354,38.593634],[-76.053586,38.568039],[-76.011665,38.565655],[-75.994293,38.583686],[-75.982533,38.590033],[-75.970204,38.606594],[-75.965321,38.637397],[-75.955312,38.652655],[-75.959381,38.655707],[-75.962717,38.658881],[-75.968251,38.658881],[-75.98998,38.623969],[-75.999927,38.602595],[-76.024244,38.592846],[-76.059347,38.606201],[-76.076944,38.615604],[-76.105029,38.62491],[-76.092397,38.658881],[-76.107493,38.653998],[-76.120513,38.647935],[-76.134999,38.645941],[-76.154449,38.652655],[-76.154449,38.658881],[-76.145375,38.665025],[-76.119618,38.675605],[-76.106068,38.679389],[-76.106068,38.686225],[-76.126861,38.684882],[-76.148508,38.680894],[-76.166127,38.681464],[-76.174957,38.693671],[-76.168324,38.699897],[-76.16454,38.708157],[-76.164296,38.717719],[-76.168121,38.727729],[-76.176991,38.716132],[-76.181467,38.702379],[-76.18692,38.691067],[-76.198649,38.675056],[-76.209069,38.686724],[-76.226513,38.700971],[-76.236467,38.715155],[-76.227816,38.735727],[-76.201838,38.732306],[-76.221878,38.750932],[-76.23385,38.757449],[-76.2544,38.749237],[-76.273657,38.714527],[-76.291942,38.721315],[-76.297312,38.750939],[-76.288442,38.766698],[-76.288038,38.775526],[-76.294383,38.773854],[-76.309833,38.761238],[-76.310585,38.735331],[-76.326516,38.718243],[-76.326747,38.698755],[-76.322008,38.689431],[-76.325822,38.677534],[-76.341293,38.673173],[-76.346262,38.689927],[-76.343617,38.714179],[-76.340321,38.72842],[-76.331207,38.745917],[-76.311635,38.804267],[-76.306549,38.814358],[-76.304677,38.82274],[-76.277252,38.840888],[-76.260346,38.858046],[-76.253169,38.855003],[-76.259559,38.839215],[-76.23932,38.822075],[-76.221007,38.815277],[-76.212426,38.807637],[-76.212103,38.788245],[-76.198437,38.776205],[-76.183596,38.764384],[-76.173111,38.756612],[-76.14391,38.768134],[-76.131459,38.772895],[-76.117543,38.785061],[-76.109039,38.800727],[-76.112904,38.816555],[-76.126332,38.800727],[-76.14684,38.790351],[-76.176967,38.785551],[-76.194376,38.813918],[-76.188167,38.846691],[-76.156998,38.860124],[-76.127065,38.866034],[-76.106068,38.877997],[-76.147857,38.891547],[-76.154449,38.895331],[-76.147328,38.91592],[-76.148346,38.924954],[-76.161285,38.926418],[-76.164418,38.9206],[-76.171783,38.896918],[-76.178375,38.891669],[-76.197883,38.878456],[-76.195058,38.912177],[-76.192779,38.92829],[-76.196906,38.935648],[-76.207953,38.944046],[-76.22992,38.952344],[-76.243276,38.950629],[-76.247182,38.951158],[-76.255442,38.943834],[-76.262766,38.93537],[-76.263743,38.932603],[-76.273752,38.927883],[-76.280507,38.926663],[-76.311269,38.924628],[-76.319325,38.922675],[-76.328847,38.91649],[-76.331899,38.906968],[-76.331982,38.89548],[-76.327063,38.880958],[-76.328364,38.865156],[-76.346931,38.856454],[-76.359241,38.846602],[-76.374748,38.841573],[-76.366317,38.896321],[-76.356285,38.948639],[-76.338857,38.977607],[-76.335764,38.985012],[-76.322092,39.006415],[-76.315297,39.029364],[-76.306386,39.031317],[-76.295033,39.027655],[-76.293262,39.008771],[-76.285145,38.989428],[-76.244386,38.978904],[-76.216214,38.974319],[-76.197561,38.97934],[-76.167877,38.996324],[-76.15099,39.009101],[-76.147043,39.029486],[-76.154897,39.033677],[-76.160878,39.03974],[-76.165191,39.047512],[-76.168121,39.056708],[-76.144602,39.060126],[-76.133412,39.062934],[-76.140859,39.06977],[-76.121653,39.092475],[-76.077219,39.128363],[-76.065094,39.146145],[-76.087799,39.138658],[-76.108998,39.125922],[-76.130523,39.117825],[-76.154449,39.124416],[-76.140859,39.131822],[-76.140859,39.138658],[-76.17512,39.124091],[-76.185122,39.094164],[-76.203911,39.080236],[-76.212461,39.051791],[-76.207625,39.029812],[-76.204206,39.014533],[-76.217212,39.013114],[-76.234876,39.024752],[-76.242618,39.03326],[-76.231109,39.058276],[-76.235718,39.098208],[-76.243046,39.115753],[-76.242597,39.126783],[-76.251446,39.132604],[-76.272686,39.151552],[-76.272628,39.167992],[-76.255861,39.188536],[-76.234092,39.230449],[-76.212808,39.261967],[-76.180572,39.288072],[-76.178619,39.307847],[-76.174957,39.31623],[-76.164866,39.32331],[-76.142934,39.326646],[-76.133412,39.330471],[-76.127797,39.338528],[-76.119985,39.360175],[-76.116607,39.364651],[-76.105362,39.372048],[-76.059606,39.369629],[-76.027858,39.362445],[-75.999639,39.362217],[-75.931493,39.364984],[-75.885676,39.362529],[-75.860093,39.361785],[-75.839182,39.371487],[-75.864017,39.379595],[-75.904706,39.374283],[-76.006597,39.380548],[-76.034265,39.392877],[-76.013905,39.416164],[-75.973948,39.450832],[-75.951975,39.465806],[-75.934722,39.474514],[-75.912465,39.476386],[-75.866119,39.464301],[-75.839182,39.460761],[-75.839182,39.466986],[-75.868764,39.480658],[-75.884023,39.492255],[-75.893788,39.508612],[-75.86913,39.519477],[-75.851308,39.538398],[-75.839263,39.561469],[-75.831695,39.584377],[-75.856028,39.577379],[-75.873402,39.562893],[-75.88915,39.545478],[-75.904931,39.521532],[-75.966052,39.481732],[-76.000713,39.45279],[-75.999664,39.4855],[-75.990631,39.504462],[-75.965484,39.532864],[-75.954661,39.548082],[-75.946848,39.565375],[-75.934722,39.604193],[-75.951039,39.60102],[-75.962554,39.590766],[-75.979156,39.567288],[-76.00835,39.548687],[-76.038207,39.556621],[-76.064796,39.555635],[-76.082997,39.557807],[-76.092397,39.550198],[-76.120351,39.49494],[-76.109731,39.485012],[-76.073069,39.475084],[-76.065094,39.470771],[-76.067535,39.457831],[-76.074127,39.448798],[-76.122426,39.411038],[-76.183705,39.383002],[-76.209706,39.364651],[-76.225901,39.377834],[-76.229604,39.397528],[-76.222768,39.440334],[-76.216135,39.459377],[-76.21581,39.467597],[-76.222768,39.474514],[-76.232493,39.474514],[-76.240142,39.467027],[-76.246816,39.458238],[-76.253163,39.454006],[-76.266835,39.378852],[-76.252675,39.361518],[-76.245229,39.349555],[-76.246653,39.344143],[-76.254018,39.340074],[-76.284169,39.310614],[-76.291656,39.357123],[-76.311513,39.402777],[-76.325185,39.40766],[-76.401479,39.392524],[-76.385569,39.38227],[-76.358062,39.377102],[-76.336659,39.369208],[-76.338857,39.350979],[-76.332631,39.350979],[-76.341664,39.340481],[-76.351633,39.338202],[-76.362375,39.337226],[-76.373606,39.330471],[-76.366526,39.317328],[-76.36913,39.313178],[-76.424469,39.323676],[-76.430816,39.318101],[-76.423451,39.30565],[-76.390492,39.271552],[-76.391184,39.264879],[-76.401479,39.256008],[-76.4169,39.263983],[-76.425933,39.273749],[-76.442494,39.296942],[-76.450673,39.302069],[-76.483469,39.310614],[-76.467763,39.282904],[-76.447743,39.256741],[-76.421539,39.238349],[-76.396865,39.237981],[-76.40277,39.227816],[-76.431967,39.205936],[-76.449178,39.194957],[-76.448559,39.208435],[-76.445239,39.217905],[-76.455312,39.22016],[-76.463002,39.213813],[-76.46947,39.207542],[-76.482509,39.207388],[-76.497316,39.208557],[-76.492468,39.227465],[-76.508298,39.236027],[-76.531996,39.24584],[-76.564573,39.264964],[-76.570818,39.273638],[-76.581166,39.26732],[-76.591054,39.263495],[-76.616567,39.262193],[-76.623199,39.259711],[-76.610463,39.254462],[-76.602593,39.248324],[-76.585846,39.248521],[-76.570276,39.244692],[-76.563902,39.231304],[-76.56359,39.21582],[-76.53652,39.211444],[-76.530267,39.203442],[-76.528289,39.191345],[-76.524673,39.184657],[-76.517562,39.176663],[-76.499989,39.164862],[-76.493793,39.16147],[-76.480002,39.167023],[-76.469335,39.155032],[-76.441029,39.135159],[-76.433283,39.131218],[-76.430227,39.106334],[-76.419506,39.089621],[-76.425307,39.074053],[-76.432994,39.067224],[-76.443572,39.076528],[-76.443267,39.08869],[-76.455922,39.090725],[-76.469146,39.083441],[-76.478376,39.080826],[-76.497433,39.078572],[-76.51321,39.086458],[-76.519276,39.085709],[-76.516477,39.075636],[-76.499849,39.068428],[-76.476327,39.064003],[-76.429133,39.045708],[-76.40991,39.037847],[-76.394195,39.024563],[-76.398549,39.01439],[-76.415191,39.009955],[-76.43871,39.008979],[-76.445953,39.005194],[-76.45557,38.988735],[-76.472656,38.99513],[-76.511942,39.021963],[-76.524618,39.045392],[-76.539591,39.064069],[-76.551666,39.077216],[-76.563547,39.074286],[-76.569163,39.066392],[-76.568512,39.056098],[-76.571187,39.038644],[-76.561587,39.036067],[-76.543294,39.031581],[-76.530955,39.021636],[-76.512506,39.005725],[-76.486158,38.986525],[-76.476404,38.975202],[-76.469929,38.95374],[-76.452427,38.943861],[-76.465193,38.932935],[-76.459612,38.912137],[-76.501441,38.927119],[-76.525293,38.951058],[-76.557482,38.958739],[-76.568608,38.952542],[-76.534901,38.937649],[-76.524403,38.926418],[-76.512399,38.912853],[-76.493101,38.89895],[-76.496197,38.880063],[-76.507421,38.879256],[-76.521407,38.887166],[-76.537465,38.891669],[-76.536529,38.887397],[-76.535308,38.884467],[-76.530629,38.877997],[-76.523685,38.870302],[-76.52697,38.861505],[-76.538991,38.856641],[-76.531722,38.839229],[-76.522279,38.842714],[-76.505882,38.844262],[-76.492916,38.84442],[-76.494288,38.825546],[-76.503774,38.807563],[-76.530656,38.783316],[-76.551666,38.77558],[-76.550282,38.755113],[-76.538889,38.737698],[-76.521528,38.724893],[-76.527078,38.702643],[-76.529534,38.67576],[-76.521562,38.650172],[-76.509149,38.628139],[-76.512196,38.571479],[-76.511977,38.527734],[-76.495501,38.496018],[-76.435504,38.438224],[-76.413982,38.412336],[-76.396057,38.391275],[-76.381905,38.384575],[-76.392764,38.35357],[-76.419359,38.321706],[-76.453563,38.324053],[-76.471304,38.335502],[-76.469146,38.364081],[-76.473948,38.373277],[-76.474965,38.379584],[-76.476715,38.385159],[-76.483469,38.392035],[-76.500111,38.400092],[-76.511342,38.403998],[-76.542836,38.409613],[-76.56164,38.424215],[-76.602456,38.444335],[-76.636475,38.474163],[-76.647699,38.505683],[-76.671783,38.654446],[-76.681467,38.679389],[-76.684071,38.672553],[-76.682851,38.66474],[-76.684234,38.653266],[-76.678822,38.58039],[-76.674672,38.558417],[-76.675201,38.535346],[-76.675917,38.509433],[-76.673644,38.486058],[-76.657051,38.450487],[-76.61974,38.423326],[-76.585846,38.398871],[-76.521311,38.374213],[-76.510732,38.367825],[-76.506093,38.349555],[-76.493804,38.32982],[-76.476389,38.312893],[-76.450634,38.293141],[-76.432303,38.29404],[-76.42458,38.30167],[-76.406361,38.308295],[-76.385783,38.306303],[-76.373382,38.298893],[-76.387121,38.282961],[-76.396455,38.267076],[-76.3933,38.245998],[-76.387278,38.226955],[-76.380483,38.219387],[-76.360089,38.194711],[-76.334106,38.163375],[-76.320507,38.138776],[-76.330831,38.12906],[-76.340305,38.120727],[-76.332631,38.090318],[-76.328048,38.076149],[-76.326052,38.063786],[-76.323897,38.043842],[-76.336341,38.053373],[-76.351284,38.057358],[-76.395915,38.102994],[-76.415257,38.108299],[-76.434086,38.132143],[-76.42675,38.158997],[-76.433583,38.190334],[-76.456125,38.207017],[-76.45523,38.197903],[-76.449941,38.182807],[-76.44872,38.175971],[-76.450917,38.166205],[-76.4558,38.158271],[-76.460805,38.15233],[-76.468861,38.139106],[-76.482167,38.146145],[-76.503896,38.166002],[-76.510121,38.140082],[-76.517161,38.131781],[-76.530629,38.138739],[-76.532379,38.147406],[-76.540322,38.159773],[-76.547807,38.183699],[-76.562969,38.19861],[-76.587663,38.210646],[-76.616743,38.223306],[-76.643835,38.225008],[-76.678091,38.234835],[-76.697364,38.238003],[-76.754725,38.227602],[-76.777646,38.237557],[-76.80421,38.253623],[-76.801015,38.276313],[-76.808583,38.28974],[-76.811757,38.299221],[-76.815582,38.33633],[-76.827626,38.36286],[-76.848988,38.382514],[-76.880686,38.398871],[-76.855946,38.355211],[-76.846099,38.330878],[-76.839101,38.302639],[-76.839216,38.257217],[-76.865767,38.271898],[-76.895726,38.282406],[-76.922174,38.291593],[-76.92364,38.314881],[-76.948536,38.330946],[-76.973377,38.344264],[-76.986684,38.37072],[-77.01402,38.441629],[-77.021582,38.461395],[-77.031565,38.481391],[-77.032379,38.471625],[-77.034901,38.462714],[-77.038889,38.454332],[-77.044545,38.446601],[-77.060129,38.428534],[-77.073232,38.420844],[-77.094637,38.40872],[-77.10522,38.411282],[-77.103627,38.434516],[-77.105295,38.445461],[-77.099762,38.453437],[-77.099762,38.460883],[-77.103179,38.46308],[-77.10436,38.464057],[-77.105051,38.465155],[-77.107249,38.467719],[-77.120839,38.461493],[-77.133941,38.453437],[-77.127187,38.450019],[-77.122955,38.44599],[-77.113433,38.432929],[-77.133941,38.398871],[-77.145253,38.388739],[-77.167795,38.380927],[-77.178334,38.374579],[-77.203651,38.364295],[-77.231931,38.374068],[-77.255259,38.393522],[-77.262325,38.424927],[-77.25786,38.451061],[-77.266395,38.472844],[-77.267041,38.49408],[-77.257049,38.511408],[-77.247758,38.523245],[-77.23884,38.537665],[-77.227528,38.556871],[-77.20913,38.555718],[-77.186374,38.556815],[-77.16808,38.576972],[-77.175597,38.578257],[-77.189359,38.569099],[-77.205927,38.566059],[-77.204437,38.574998],[-77.193524,38.591647],[-77.184438,38.604967],[-77.178944,38.607611],[-77.172597,38.609524],[-77.164947,38.614814],[-77.158315,38.616523],[-77.136342,38.615546],[-77.126454,38.617906],[-77.121002,38.623765],[-77.114817,38.640855],[-77.106068,38.657131],[-77.102406,38.673896],[-77.096344,38.682807],[-77.088694,38.689195],[-77.0808,38.694037],[-77.061869,38.697393],[-77.045638,38.700696],[-77.037342,38.696186],[-77.021859,38.695498],[-77.012467,38.697355],[-77.015562,38.70063],[-77.024126,38.699791],[-77.03067,38.703331],[-77.034678,38.70826],[-77.03016,38.715698],[-77.029729,38.731443],[-77.024729,38.74079],[-77.018422,38.743964],[-77.011161,38.743825],[-77.01168,38.747166],[-77.019533,38.751721],[-77.024338,38.754653],[-77.028061,38.765308],[-77.026211,38.776392],[-77.021227,38.782839],[-77.017997,38.790595],[-77.021148,38.795901],[-77.022933,38.802768],[-76.968276,38.846163],[-76.909315,38.892975],[-76.980525,38.948361],[-77.041949,38.996136],[-77.079089,38.966517],[-77.119781,38.934064],[-77.132408,38.9506],[-77.146538,38.96473],[-77.17204,38.969584],[-77.205438,38.978959],[-77.219696,38.981108],[-77.233466,38.986625],[-77.240204,38.999784],[-77.244305,39.015751],[-77.250409,39.029496],[-77.27226,39.047758],[-77.301556,39.060307],[-77.333514,39.067533],[-77.421576,39.074247],[-77.445111,39.084599],[-77.480829,39.113066],[-77.49577,39.12393],[-77.509003,39.137211],[-77.514813,39.152592],[-77.507391,39.169487],[-77.474408,39.192436],[-77.45954,39.207695],[-77.455878,39.228154],[-77.466742,39.243754],[-77.486664,39.250566],[-77.509247,39.255595],[-77.528192,39.265727],[-77.54743,39.291093],[-77.558368,39.299003],[-77.603607,39.307621],[-77.645917,39.320951],[-77.664423,39.323759],[-77.715277,39.323905],[-77.734686,39.331059],[-77.736054,39.331547],[-77.751312,39.351029],[-77.751483,39.369023],[-77.743817,39.387724],[-77.738934,39.406132],[-77.747601,39.423051],[-77.793475,39.438432],[-77.806244,39.448149],[-77.784833,39.460893],[-77.790839,39.473271],[-77.790936,39.484184],[-77.784418,39.491972],[-77.770575,39.495048],[-77.770575,39.501884],[-77.789105,39.500883],[-77.805927,39.496781],[-77.820648,39.496928],[-77.833246,39.508695],[-77.83244,39.515141],[-77.826508,39.520927],[-77.822968,39.528373],[-77.829535,39.539701],[-77.838568,39.54268],[-77.846088,39.536015],[-77.851337,39.525102],[-77.853729,39.515531],[-77.85993,39.515531],[-77.874408,39.552983],[-77.880438,39.563945],[-77.855707,39.568998],[-77.837445,39.581108],[-77.832269,39.596488],[-77.846893,39.611747],[-77.856805,39.615092],[-77.870526,39.617167],[-77.882636,39.61558],[-77.887885,39.608012],[-77.8935,39.60457],[-77.921356,39.610697],[-77.932269,39.608012],[-77.947699,39.600834],[-77.969135,39.601567],[-77.991791,39.607963],[-78.010761,39.617948],[-78.086932,39.678251],[-78.132977,39.701347],[-78.184442,39.704252],[-78.19599,39.70142],[-78.205341,39.697929],[-78.213471,39.69329],[-78.243182,39.665434],[-78.254828,39.658158],[-78.272723,39.640214],[-78.280023,39.635356],[-78.299945,39.634989],[-78.340277,39.641825],[-78.360175,39.638188],[-78.386151,39.628178],[-78.395355,39.627299],[-78.414911,39.629936],[-78.423676,39.629301],[-78.433807,39.624198],[-78.40622,39.59412],[-78.418964,39.59019],[-78.438446,39.589994],[-78.454706,39.586308],[-78.457953,39.572172],[-78.438031,39.566899],[-78.433148,39.561723],[-78.437836,39.551591],[-78.468964,39.533598],[-78.540741,39.541362],[-78.574872,39.532939],[-78.577289,39.529106],[-78.658759,39.539921],[-78.683246,39.54622],[-78.68808,39.54932],[-78.692328,39.552616],[-78.708807,39.561503],[-78.745184,39.575419],[-78.748578,39.577226],[-78.750751,39.578764],[-78.756366,39.584867],[-78.757098,39.586064],[-78.757611,39.587773],[-78.757684,39.590458],[-78.757416,39.594487],[-78.755927,39.598222],[-78.754364,39.600834],[-78.75202,39.603105],[-78.743866,39.606889],[-78.738837,39.608329],[-78.737738,39.610649],[-78.739667,39.614213],[-78.750873,39.620072],[-78.75993,39.627934],[-78.762958,39.631987],[-78.769989,39.637065],[-78.774725,39.637846],[-78.778583,39.636796],[-78.78139,39.633549],[-78.784003,39.629862],[-78.788104,39.62183],[-78.7935,39.613481],[-78.808148,39.59622],[-78.811224,39.59163],[-78.813666,39.586381],[-78.814325,39.581205],[-78.813251,39.576957],[-78.809052,39.57122],[-78.808026,39.568437],[-78.811151,39.565873],[-78.816962,39.564042],[-78.834442,39.561088],[-78.839618,39.559599],[-78.844428,39.557377],[-78.848187,39.554838],[-78.852338,39.551445],[-78.855536,39.548149],[-78.865643,39.534696],[-78.877631,39.521684],[-78.937518,39.474076],[-78.947455,39.461674],[-78.952069,39.457695],[-78.957782,39.454154],[-78.969012,39.450273],[-78.977509,39.449882],[-78.985077,39.451054],[-78.995721,39.455863],[-79.014569,39.46995],[-79.030804,39.477494],[-79.04787,39.482621],[-79.057098,39.483329],[-79.064667,39.482328],[-79.102704,39.467265],[-79.107343,39.464164],[-79.111322,39.459892],[-79.114398,39.45557],[-79.127069,39.430302],[-79.129486,39.426835],[-79.132318,39.423393],[-79.136127,39.419779],[-79.139887,39.416923],[-79.158954,39.405302],[-79.170136,39.392948],[-79.174579,39.389213],[-79.179535,39.386332],[-79.226141,39.366801],[-79.254462,39.350004],[-79.267474,39.33936],[-79.274628,39.330741],[-79.286395,39.309526],[-79.290399,39.305522],[-79.298163,39.302763],[-79.339545,39.297319],[-79.347528,39.295317],[-79.459296,39.217143],[-79.472015,39.210527],[-79.481903,39.206742],[-79.485785,39.206913],[-79.487933,39.209867],[-79.477435,39.721757],[-79.362054,39.721757],[-79.246674,39.721708]]]]},"type":"Feature","properties":{"postal":"MD","name":"Maryland","type":"State","center":[-77.0180697386916,39.28689009495966]}},"NJ":{"geometry":{"type":"MultiPolygon","coordinates":[[[[-74.359242,39.401557],[-74.393381,39.389146],[-74.425526,39.393744],[-74.44815,39.419867],[-74.430898,39.42536],[-74.421702,39.416938],[-74.413564,39.404771],[-74.39977,39.399359],[-74.386627,39.40648],[-74.371734,39.436591],[-74.358795,39.44717],[-74.367543,39.465033],[-74.351633,39.470201],[-74.302113,39.464748],[-74.304921,39.459784],[-74.313344,39.455146],[-74.31786,39.454006],[-74.330922,39.426093],[-74.359242,39.401557]]],[[[-74.231632,39.552991],[-74.256418,39.522203],[-74.255767,39.529731],[-74.254465,39.534613],[-74.25464,39.547362],[-74.240072,39.575388],[-74.159987,39.685464],[-74.132883,39.714667],[-74.118276,39.737982],[-74.109486,39.748928],[-74.098134,39.755683],[-74.105784,39.729153],[-74.129682,39.70129],[-74.147901,39.665896],[-74.184308,39.615555],[-74.231632,39.552991]]],[[[-73.991916,40.79846],[-74.006253,40.780614],[-74.014311,40.765843],[-74.018633,40.751683],[-74.020927,40.742051],[-74.028028,40.727857],[-74.031929,40.714181],[-74.048085,40.700629],[-74.071034,40.687201],[-74.089345,40.669257],[-74.096006,40.654758],[-74.11066,40.650362],[-74.131022,40.645177],[-74.142085,40.646323],[-74.138991,40.657848],[-74.105568,40.705193],[-74.112435,40.717893],[-74.126017,40.70317],[-74.133318,40.691238],[-74.142191,40.676121],[-74.150018,40.664183],[-74.160756,40.662462],[-74.179067,40.65351],[-74.190321,40.649384],[-74.209647,40.634231],[-74.215286,40.591658],[-74.221669,40.572089],[-74.233017,40.566537],[-74.249044,40.562975],[-74.260488,40.55182],[-74.259878,40.536731],[-74.26393,40.51329],[-74.26965,40.50492],[-74.282687,40.497319],[-74.26955,40.483059],[-74.256337,40.460028],[-74.221913,40.45189],[-74.205922,40.442939],[-74.197133,40.440863],[-74.145904,40.447699],[-74.119944,40.445258],[-74.032338,40.421617],[-73.992991,40.402411],[-73.988009,40.407834],[-73.995311,40.421853],[-73.998199,40.441107],[-74.018219,40.480536],[-73.989573,40.468207],[-73.979156,40.449286],[-73.975701,40.42927],[-73.97093,40.394749],[-73.972394,40.32765],[-73.979888,40.280158],[-73.992055,40.226874],[-74.010752,40.167556],[-74.018224,40.140894],[-74.025606,40.11103],[-74.03056,40.079341],[-74.036719,40.048585],[-74.040411,40.028078],[-74.046562,39.997337],[-74.058819,39.954516],[-74.062502,39.933096],[-74.067424,39.903305],[-74.07234,39.875379],[-74.093013,39.776337],[-74.100438,39.783233],[-74.08074,39.922879],[-74.072175,39.972991],[-74.066042,39.992555],[-74.057465,40.012122],[-74.051325,40.035394],[-74.050282,40.054999],[-74.060699,40.062161],[-74.08048,40.051265],[-74.078066,40.043811],[-74.067122,40.041935],[-74.063503,40.030752],[-74.075681,40.025177],[-74.083016,40.01121],[-74.103686,40.014024],[-74.109486,40.002834],[-74.12206,39.997301],[-74.126088,39.981594],[-74.105824,39.985541],[-74.102284,39.970933],[-74.112375,39.949693],[-74.132883,39.933783],[-74.113609,39.931076],[-74.109992,39.921741],[-74.127043,39.905893],[-74.1368,39.890967],[-74.131991,39.872294],[-74.125885,39.855618],[-74.127268,39.848456],[-74.145904,39.830756],[-74.165865,39.806564],[-74.186519,39.772111],[-74.190197,39.744163],[-74.163319,39.735175],[-74.16114,39.720869],[-74.166014,39.704098],[-74.167551,39.699368],[-74.181779,39.691989],[-74.198762,39.67614],[-74.210909,39.650965],[-74.243622,39.643486],[-74.252115,39.631355],[-74.247548,39.621405],[-74.256418,39.61164],[-74.276367,39.607072],[-74.290905,39.605187],[-74.306666,39.594895],[-74.328491,39.576185],[-74.32971,39.562178],[-74.303538,39.541653],[-74.290191,39.523139],[-74.297353,39.508612],[-74.310902,39.506659],[-74.316274,39.514553],[-74.318186,39.524644],[-74.321278,39.529731],[-74.358795,39.550198],[-74.373647,39.543443],[-74.38679,39.54442],[-74.39802,39.550035],[-74.407216,39.557034],[-74.406484,39.520087],[-74.401275,39.502427],[-74.389272,39.49494],[-74.380116,39.487494],[-74.383697,39.471096],[-74.396352,39.44717],[-74.411244,39.450181],[-74.422109,39.455146],[-74.432973,39.456204],[-74.44815,39.44717],[-74.454905,39.439032],[-74.462066,39.426418],[-74.467519,39.412095],[-74.468658,39.399359],[-74.450307,39.40644],[-74.434397,39.395006],[-74.421783,39.37523],[-74.413442,39.357123],[-74.444407,39.347113],[-74.502838,39.318183],[-74.530141,39.310614],[-74.530141,39.31623],[-74.521108,39.33039],[-74.50886,39.343451],[-74.48176,39.364651],[-74.509633,39.378852],[-74.542348,39.347317],[-74.555247,39.329291],[-74.550649,39.31623],[-74.550649,39.310614],[-74.614491,39.312405],[-74.642079,39.306708],[-74.660471,39.289496],[-74.642568,39.289008],[-74.629506,39.284369],[-74.618153,39.278754],[-74.605214,39.275214],[-74.550649,39.289496],[-74.550649,39.28266],[-74.578969,39.267768],[-74.620839,39.223212],[-74.643056,39.213813],[-74.654368,39.201361],[-74.701487,39.124416],[-74.711822,39.131008],[-74.722808,39.131822],[-74.733266,39.127427],[-74.742421,39.11815],[-74.737538,39.117743],[-74.736724,39.116767],[-74.736969,39.114691],[-74.735585,39.111396],[-74.72525,39.115953],[-74.716379,39.114936],[-74.710194,39.108791],[-74.708323,39.097724],[-74.713735,39.091132],[-74.737172,39.070258],[-74.745717,39.054511],[-74.753814,39.048774],[-74.764068,39.044257],[-74.788075,39.039049],[-74.789377,39.031195],[-74.785268,39.02204],[-74.783355,39.015123],[-74.803293,38.987616],[-74.83609,38.963446],[-74.875111,38.944525],[-74.933095,38.926337],[-74.944244,38.924384],[-74.954701,38.926418],[-74.967641,38.935777],[-74.969334,38.945997],[-74.96515,38.957011],[-74.961798,38.969323],[-74.956768,38.988112],[-74.952566,39.007548],[-74.944325,39.024726],[-74.894439,39.107611],[-74.887278,39.146796],[-74.906321,39.179633],[-74.922231,39.188544],[-74.938588,39.192532],[-74.978871,39.193305],[-74.98644,39.192328],[-75.003733,39.188056],[-75.013051,39.187079],[-75.022206,39.189276],[-75.023427,39.194892],[-75.022857,39.20246],[-75.026682,39.210679],[-75.040273,39.214545],[-75.061147,39.213528],[-75.092437,39.207587],[-75.106597,39.200141],[-75.117177,39.192816],[-75.128896,39.18769],[-75.146474,39.187079],[-75.145009,39.191474],[-75.159332,39.198635],[-75.166982,39.207587],[-75.168813,39.21601],[-75.165639,39.228339],[-75.166982,39.23428],[-75.175771,39.242011],[-75.211659,39.26435],[-75.225942,39.268988],[-75.234202,39.273383],[-75.242096,39.292629],[-75.249501,39.296942],[-75.287424,39.296942],[-75.303619,39.30329],[-75.313222,39.317816],[-75.320912,39.333686],[-75.33141,39.344143],[-75.340566,39.345038],[-75.348215,39.342027],[-75.354482,39.338568],[-75.359364,39.337877],[-75.367177,39.342597],[-75.371938,39.347724],[-75.375559,39.352729],[-75.477651,39.440863],[-75.508168,39.457343],[-75.531606,39.477973],[-75.541331,39.508857],[-75.537343,39.50316],[-75.531646,39.498481],[-75.523834,39.49494],[-75.521555,39.514106],[-75.510406,39.559638],[-75.513661,39.573798],[-75.547475,39.60106],[-75.558217,39.613471],[-75.557444,39.621243],[-75.53539,39.638902],[-75.51651,39.647773],[-75.510243,39.652655],[-75.507151,39.662299],[-75.504994,39.676011],[-75.501129,39.6883],[-75.487538,39.696845],[-75.483144,39.704169],[-75.476674,39.711371],[-75.465199,39.714667],[-75.463368,39.719387],[-75.461822,39.748236],[-75.440175,39.777004],[-75.406117,39.802924],[-75.367299,39.823798],[-75.310902,39.843207],[-75.2683,39.850775],[-75.246083,39.851874],[-75.229075,39.85456],[-75.192942,39.867499],[-75.168853,39.872707],[-75.167592,39.873481],[-75.166249,39.873358],[-75.160756,39.878567],[-75.144154,39.874905],[-75.129384,39.883857],[-75.114817,39.897162],[-75.098704,39.90644],[-75.113678,39.922065],[-75.120229,39.940741],[-75.115956,39.952582],[-75.098704,39.947455],[-75.085032,39.961086],[-75.078765,39.953599],[-75.039418,40.002631],[-75.02359,40.016303],[-74.988593,40.029228],[-74.975067,40.036283],[-74.935761,40.070268],[-74.920429,40.077861],[-74.882831,40.087162],[-74.872626,40.090873],[-74.837762,40.114921],[-74.828265,40.118852],[-74.803143,40.121586],[-74.76994,40.129838],[-74.74101,40.143705],[-74.728632,40.163237],[-74.739374,40.184867],[-74.764716,40.206279],[-74.818036,40.241728],[-74.849237,40.271293],[-74.883075,40.30811],[-74.886298,40.314018],[-74.895502,40.323442],[-74.947748,40.359037],[-74.961493,40.397587],[-74.97453,40.414579],[-75.01369,40.403324],[-75.035858,40.415165],[-75.054315,40.43538],[-75.064423,40.454008],[-75.071649,40.531864],[-75.088788,40.558329],[-75.139545,40.570707],[-75.16955,40.566264],[-75.182196,40.57039],[-75.189716,40.598173],[-75.193866,40.608695],[-75.195746,40.619145],[-75.191058,40.629057],[-75.194794,40.660673],[-75.193964,40.670487],[-75.190863,40.677934],[-75.194794,40.688017],[-75.198163,40.700541],[-75.194159,40.713993],[-75.180487,40.742631],[-75.183539,40.743168],[-75.187445,40.750297],[-75.188739,40.758549],[-75.183905,40.76248],[-75.176532,40.765776],[-75.169721,40.773637],[-75.160663,40.790434],[-75.142328,40.783964],[-75.121918,40.785673],[-75.105438,40.795634],[-75.098602,40.813993],[-75.093427,40.83809],[-75.081366,40.847734],[-75.067694,40.855131],[-75.057611,40.872343],[-75.061224,40.891508],[-75.075653,40.908671],[-75.091278,40.92227],[-75.098602,40.930668],[-75.100238,40.936625],[-75.104511,40.939775],[-75.110248,40.94102],[-75.116278,40.941239],[-75.119989,40.942778],[-75.119891,40.94644],[-75.118817,40.950932],[-75.119696,40.954911],[-75.131317,40.96724],[-75.137299,40.975199],[-75.139545,40.982206],[-75.128827,40.998051],[-75.106439,41.013749],[-75.082684,41.02581],[-75.067841,41.030619],[-75.045721,41.035209],[-75.026996,41.046806],[-74.9862,41.086015],[-74.982391,41.087187],[-74.98205,41.089701],[-74.982489,41.102006],[-74.978339,41.106791],[-74.96872,41.112529],[-74.958173,41.117387],[-74.951141,41.119389],[-74.938202,41.127616],[-74.886298,41.180839],[-74.862567,41.224809],[-74.852924,41.252616],[-74.852142,41.259648],[-74.844696,41.272978],[-74.790692,41.311186],[-74.788593,41.314018],[-74.783221,41.323832],[-74.780145,41.327934],[-74.775067,41.330741],[-74.764374,41.331669],[-74.750897,41.340776],[-74.740643,41.343681],[-74.718402,41.344706],[-74.698554,41.354521],[-74.698993,41.356254],[-74.600018,41.310551],[-74.500995,41.264872],[-74.401996,41.219169],[-74.302997,41.173515],[-74.204022,41.127836],[-74.104999,41.082133],[-74.006,41.036454],[-73.907134,40.990813],[-73.907135,40.99079],[-73.907704,40.971869],[-73.91808,40.931464],[-73.954742,40.858588],[-73.991916,40.79846]]]]},"type":"Feature","properties":{"postal":"NJ","name":"New Jersey","type":"State","center":[-74.53064404138935,39.966773786824945]}},"NY":{"geometry":{"type":"MultiPolygon","coordinates":[[[[-73.389516,40.616767],[-73.57412,40.575093],[-73.566393,40.59032],[-73.443847,40.618936],[-73.400733,40.629641],[-73.377738,40.634617],[-73.357601,40.640328],[-73.339384,40.644593],[-73.318311,40.646662],[-73.269457,40.649296],[-73.248402,40.64772],[-73.256144,40.639052],[-73.320324,40.635056],[-73.389516,40.616767]]],[[[-74.074615,40.634033],[-74.071941,40.623332],[-74.061451,40.614609],[-74.053569,40.602704],[-74.102103,40.55457],[-74.133918,40.532668],[-74.139674,40.534644],[-74.148037,40.534629],[-74.163164,40.527447],[-74.179855,40.519861],[-74.192361,40.511489],[-74.209069,40.509463],[-74.228369,40.502258],[-74.242984,40.499435],[-74.250831,40.501397],[-74.252944,40.507354],[-74.24826,40.512937],[-74.239392,40.51694],[-74.23893,40.527259],[-74.241603,40.539165],[-74.232759,40.547929],[-74.218665,40.553132],[-74.207196,40.560311],[-74.201487,40.569856],[-74.197895,40.584956],[-74.194352,40.612766],[-74.191802,40.628264],[-74.182419,40.637422],[-74.170927,40.64341],[-74.153631,40.63749],[-74.126088,40.63349],[-74.11026,40.637763],[-74.09732,40.6435],[-74.083536,40.649518],[-74.076716,40.648744],[-74.073052,40.644372],[-74.07145,40.638031],[-74.074615,40.634033]]],[[[-73.147532,40.644314],[-73.245783,40.623806],[-73.297459,40.622622],[-73.305046,40.629922],[-73.255292,40.629668],[-73.21883,40.639635],[-73.17661,40.650998],[-73.104659,40.66722],[-73.040343,40.681995],[-73.013905,40.690456],[-72.948904,40.715386],[-72.914269,40.724527],[-72.881511,40.7344],[-72.83237,40.747744],[-72.77923,40.766843],[-72.757083,40.768802],[-72.757239,40.760086],[-72.804921,40.750841],[-72.831532,40.741645],[-72.913477,40.712901],[-72.991526,40.688178],[-73.041005,40.672634],[-73.147532,40.644314]]],[[[-74.002227,40.704047],[-74.016916,40.699286],[-74.011977,40.730038],[-74.003155,40.755871],[-73.986969,40.778713],[-73.939158,40.854234],[-73.93281,40.868842],[-73.928049,40.877509],[-73.917958,40.875067],[-73.916656,40.863349],[-73.929677,40.843817],[-73.938791,40.828192],[-73.940094,40.81387],[-73.93338,40.797187],[-73.946425,40.777234],[-73.972219,40.740679],[-73.972293,40.727203],[-73.975806,40.714013],[-74.002227,40.704047]]],[[[-72.27847,41.05846],[-72.28239,41.047881],[-72.27566,41.039271],[-72.275527,41.031833],[-72.286253,41.034203],[-72.297891,41.041523],[-72.31775,41.048753],[-72.340763,41.048507],[-72.358798,41.045831],[-72.371306,41.054992],[-72.372391,41.068618],[-72.361917,41.079892],[-72.341559,41.090652],[-72.340159,41.103683],[-72.327845,41.105056],[-72.322713,41.094572],[-72.305249,41.084218],[-72.295337,41.081842],[-72.280482,41.078895],[-72.28277,41.068953],[-72.27847,41.05846]]],[[[-72.079034,41.094845],[-72.085093,41.091725],[-72.084971,41.083543],[-72.081451,41.074879],[-72.086101,41.068189],[-72.092789,41.061479],[-72.100823,41.054246],[-72.101021,41.067546],[-72.102585,41.081343],[-72.108138,41.090506],[-72.122439,41.092933],[-72.136025,41.092807],[-72.141521,41.096849],[-72.134808,41.102026],[-72.128132,41.109247],[-72.131022,41.120472],[-72.109072,41.106861],[-72.091354,41.1019],[-72.078431,41.099964],[-72.079034,41.094845]]],[[[-72.246897,41.135443],[-72.260243,41.125027],[-72.276194,41.117051],[-72.289459,41.113349],[-72.304433,41.131944],[-72.343617,41.114203],[-72.412343,41.064887],[-72.415305,41.054447],[-72.399973,41.051337],[-72.392812,41.047187],[-72.385081,41.04446],[-72.390543,41.031471],[-72.412077,41.034132],[-72.431121,41.030403],[-72.437408,41.025702],[-72.438832,41.015977],[-72.435699,41.005886],[-72.433461,40.993232],[-72.437734,40.984198],[-72.446685,40.9914],[-72.454945,41.00373],[-72.466457,41.003827],[-72.472539,40.990394],[-72.494944,40.989814],[-72.499582,40.988959],[-72.510548,40.9849],[-72.52066,40.985175],[-72.533922,40.974853],[-72.543562,40.966623],[-72.54308,40.95657],[-72.562442,40.944198],[-72.580044,40.932878],[-72.599562,40.930715],[-72.615937,40.927719],[-72.624623,40.907823],[-72.613433,40.908881],[-72.602854,40.908393],[-72.593007,40.905829],[-72.584299,40.900417],[-72.563588,40.91238],[-72.543935,40.910102],[-72.523834,40.903022],[-72.501361,40.897389],[-72.480847,40.897937],[-72.457143,40.910264],[-72.449883,40.919799],[-72.443715,40.931749],[-72.441029,40.942979],[-72.4293,40.946946],[-72.40818,40.950647],[-72.386131,40.971809],[-72.367184,40.9946],[-72.342112,40.999823],[-72.326539,40.999224],[-72.321105,41.00591],[-72.332092,41.0307],[-72.321523,41.035834],[-72.306683,41.035525],[-72.301262,41.020346],[-72.298456,41.006],[-72.270104,41.002428],[-72.263446,41.015455],[-72.248633,41.017633],[-72.242544,41.029075],[-72.240211,41.037789],[-72.233709,41.044066],[-72.213786,41.039804],[-72.186752,41.009163],[-72.183555,41.027821],[-72.180043,41.047065],[-72.166866,41.056647],[-72.155385,41.054999],[-72.122874,41.017401],[-72.118153,41.006863],[-72.108998,41.00141],[-72.088043,41.004828],[-72.049875,41.017686],[-72.011708,41.0421],[-71.992747,41.049628],[-71.975707,41.043397],[-71.958753,41.046283],[-71.958068,41.069718],[-71.945304,41.073475],[-71.933427,41.064925],[-71.918935,41.058661],[-71.918935,41.064887],[-71.930904,41.078791],[-71.9033,41.084672],[-71.875111,41.07571],[-71.857411,41.071723],[-71.864898,41.062079],[-71.88497,41.045397],[-71.929512,41.037848],[-72.008872,41.007386],[-72.087148,40.983425],[-72.15982,40.955268],[-72.219862,40.933423],[-72.316992,40.89626],[-72.371734,40.875841],[-72.406658,40.862072],[-72.441274,40.855007],[-72.460764,40.852607],[-72.448354,40.868232],[-72.447418,40.879096],[-72.459137,40.885362],[-72.48469,40.887397],[-72.496571,40.884101],[-72.5006,40.876044],[-72.498362,40.86579],[-72.491526,40.856024],[-72.490793,40.846869],[-72.502309,40.839057],[-72.541819,40.820502],[-72.60528,40.80133],[-72.704442,40.776177],[-72.723955,40.770419],[-72.732004,40.769965],[-72.737904,40.77379],[-72.731694,40.777649],[-72.725387,40.778379],[-72.678459,40.791],[-72.650516,40.797455],[-72.66358,40.800773],[-72.679325,40.80094],[-72.700345,40.799571],[-72.726961,40.807789],[-72.743947,40.796839],[-72.765171,40.783148],[-72.801899,40.78271],[-72.828009,40.789708],[-72.813629,40.781602],[-72.817942,40.768419],[-72.832753,40.75963],[-72.852792,40.749423],[-72.879075,40.745686],[-72.889257,40.765638],[-72.910362,40.758274],[-72.926259,40.756415],[-72.946817,40.741892],[-73.012196,40.749579],[-73.022572,40.747585],[-73.033421,40.731434],[-73.054954,40.729212],[-73.083323,40.724652],[-73.0991,40.720394],[-73.114732,40.728049],[-73.129384,40.730135],[-73.140436,40.726238],[-73.142405,40.716132],[-73.145393,40.705219],[-73.15803,40.699741],[-73.179514,40.704698],[-73.211931,40.705641],[-73.233323,40.714505],[-73.247026,40.707036],[-73.261817,40.695598],[-73.275003,40.68693],[-73.317489,40.683573],[-73.372217,40.662365],[-73.402157,40.657719],[-73.504546,40.64383],[-73.561121,40.638049],[-73.627173,40.614397],[-73.643433,40.604904],[-73.652865,40.601351],[-73.664367,40.603761],[-73.655976,40.608906],[-73.655417,40.61804],[-73.66795,40.626014],[-73.69579,40.621527],[-73.710925,40.610212],[-73.710447,40.595115],[-73.606337,40.594086],[-73.575481,40.593206],[-73.581801,40.584486],[-73.707343,40.582794],[-73.752349,40.585651],[-73.76805,40.589643],[-73.81259,40.583736],[-73.897118,40.554678],[-73.93947,40.541959],[-73.939479,40.555477],[-73.850549,40.580884],[-73.789792,40.600292],[-73.776157,40.610608],[-73.768806,40.618546],[-73.77142,40.623319],[-73.780849,40.628898],[-73.798129,40.638059],[-73.815411,40.645627],[-73.829559,40.648819],[-73.851564,40.64367],[-73.868849,40.640104],[-73.87723,40.636136],[-73.882989,40.631768],[-73.891347,40.623603],[-73.892936,40.614289],[-73.883516,40.600379],[-73.877761,40.582096],[-73.891888,40.576935],[-73.897644,40.583297],[-73.91177,40.583697],[-73.926418,40.583699],[-73.932169,40.577737],[-73.941583,40.574558],[-73.988125,40.56937],[-74.003817,40.570551],[-74.011674,40.579288],[-74.000695,40.583272],[-73.998087,40.589632],[-74.004895,40.597182],[-74.030021,40.605498],[-74.03999,40.619786],[-74.035835,40.638859],[-74.023811,40.6492],[-74.01284,40.6647],[-74.015479,40.677804],[-74.001879,40.690127],[-73.997697,40.696087],[-73.99059,40.699774],[-73.980336,40.704617],[-73.969335,40.708749],[-73.959371,40.724663],[-73.956796,40.743171],[-73.930233,40.773121],[-73.9086,40.788677],[-73.887094,40.779934],[-73.870303,40.782313],[-73.86086,40.776351],[-73.823054,40.797382],[-73.778989,40.792177],[-73.757522,40.771111],[-73.750137,40.791346],[-73.76426,40.810032],[-73.755523,40.83279],[-73.739817,40.834337],[-73.72936,40.824083],[-73.721791,40.811225],[-73.714589,40.804796],[-73.702992,40.810167],[-73.696889,40.821885],[-73.700429,40.833604],[-73.733062,40.843695],[-73.731272,40.854438],[-73.720204,40.866238],[-73.705306,40.866744],[-73.674351,40.856755],[-73.665515,40.838452],[-73.65331,40.82392],[-73.646117,40.830867],[-73.653361,40.867786],[-73.632655,40.899586],[-73.565273,40.914514],[-73.520463,40.917602],[-73.512685,40.905097],[-73.515289,40.900417],[-73.528604,40.891722],[-73.54067,40.895338],[-73.549098,40.890985],[-73.534981,40.878628],[-73.511348,40.877349],[-73.509722,40.885694],[-73.507571,40.893638],[-73.493394,40.891991],[-73.492937,40.881644],[-73.479828,40.877244],[-73.472444,40.882368],[-73.475535,40.890739],[-73.468129,40.893622],[-73.469146,40.901313],[-73.485341,40.917914],[-73.494095,40.927053],[-73.485687,40.945626],[-73.462084,40.936382],[-73.431304,40.933295],[-73.440826,40.914659],[-73.4322,40.90766],[-73.420318,40.900417],[-73.405021,40.903955],[-73.388661,40.905951],[-73.37092,40.900092],[-73.358266,40.900417],[-73.354726,40.91413],[-73.360637,40.925093],[-73.378961,40.924464],[-73.399569,40.925418],[-73.410024,40.939887],[-73.407762,40.947162],[-73.401931,40.954404],[-73.395174,40.954368],[-73.379782,40.947013],[-73.374065,40.936073],[-73.35096,40.930856],[-73.325901,40.929257],[-73.293184,40.924704],[-73.263428,40.913623],[-73.243723,40.910264],[-73.235341,40.907823],[-73.224599,40.908271],[-73.1787,40.919013],[-73.159495,40.930243],[-73.148101,40.945624],[-73.152821,40.96247],[-73.135365,40.968451],[-73.113149,40.973456],[-73.098744,40.969509],[-73.1044,40.948798],[-73.091298,40.94835],[-73.082143,40.951606],[-73.079172,40.958564],[-73.084584,40.969306],[-73.076223,40.971945],[-73.048441,40.963015],[-73.008969,40.967066],[-72.900376,40.963255],[-72.830089,40.969175],[-72.781121,40.96508],[-72.696092,40.981018],[-72.628326,40.983588],[-72.606109,40.989936],[-72.541347,41.023818],[-72.471652,41.055953],[-72.453862,41.074424],[-72.445177,41.085849],[-72.412923,41.089812],[-72.383046,41.108913],[-72.358713,41.13113],[-72.343414,41.140652],[-72.289459,41.16116],[-72.275543,41.162624],[-72.259999,41.160834],[-72.247222,41.155707],[-72.241689,41.146796],[-72.246897,41.135443]]],[[[-71.970153,41.273622],[-71.988329,41.260085],[-71.998734,41.251666],[-72.022807,41.253487],[-72.038798,41.249447],[-72.036563,41.260865],[-72.026228,41.266904],[-72.02213,41.276858],[-72.011349,41.276208],[-72.003362,41.267013],[-71.998077,41.274082],[-71.994004,41.283081],[-71.976809,41.284706],[-71.953888,41.286711],[-71.939757,41.292197],[-71.920732,41.291396],[-71.928001,41.281979],[-71.946575,41.276568],[-71.970153,41.273622]]],[[[-74.868474,45.010122],[-74.741557,44.998857],[-74.712961,44.999254],[-74.695875,44.99803],[-74.596114,44.998495],[-74.496352,44.999012],[-74.396617,44.999477],[-74.296881,44.999993],[-74.197146,45.000458],[-74.097385,45.000975],[-73.997649,45.00144],[-73.897888,45.001957],[-73.798152,45.002474],[-73.698417,45.002939],[-73.598655,45.003404],[-73.49892,45.003921],[-73.399158,45.004386],[-73.351341,45.004634],[-73.34743,44.992997],[-73.342401,44.969926],[-73.337299,44.955302],[-73.33642,44.948588],[-73.336859,44.940678],[-73.340497,44.927494],[-73.344208,44.919242],[-73.348554,44.912675],[-73.365179,44.892948],[-73.368915,44.887089],[-73.37453,44.874565],[-73.376239,44.868583],[-73.377802,44.856962],[-73.377264,44.85081],[-73.375604,44.844145],[-73.370917,44.835502],[-73.366449,44.829814],[-73.361786,44.825126],[-73.34306,44.810185],[-73.340009,44.805668],[-73.337787,44.801152],[-73.336737,44.796171],[-73.336469,44.78936],[-73.33725,44.780888],[-73.340643,44.766606],[-73.343842,44.757426],[-73.353119,44.737016],[-73.356464,44.724906],[-73.357929,44.702397],[-73.359833,44.690702],[-73.376093,44.65247],[-73.377802,44.64644],[-73.378729,44.640678],[-73.377313,44.618681],[-73.369794,44.582524],[-73.366718,44.573979],[-73.352802,44.55203],[-73.310223,44.500175],[-73.300458,44.484306],[-73.294721,44.469682],[-73.293622,44.463749],[-73.293134,44.45435],[-73.293671,44.444975],[-73.296649,44.430302],[-73.30163,44.4137],[-73.30788,44.401737],[-73.326923,44.375444],[-73.330219,44.369804],[-73.332684,44.363847],[-73.33327,44.356718],[-73.332684,44.348661],[-73.318817,44.303837],[-73.317059,44.293705],[-73.317426,44.274101],[-73.32077,44.25269],[-73.324628,44.241947],[-73.329755,44.23477],[-73.340497,44.228984],[-73.352167,44.223979],[-73.363202,44.217948],[-73.373309,44.210697],[-73.37746,44.206083],[-73.380878,44.201127],[-73.38288,44.195487],[-73.385858,44.174296],[-73.389764,44.160844],[-73.424384,44.080375],[-73.436151,44.065776],[-73.438544,44.059672],[-73.438544,44.052763],[-73.434149,44.043925],[-73.429559,44.038334],[-73.416766,44.025834],[-73.41369,44.021488],[-73.411298,44.014897],[-73.409979,44.006205],[-73.411127,43.978935],[-73.410126,43.9637],[-73.400751,43.920121],[-73.396356,43.907524],[-73.392108,43.899076],[-73.384589,43.890678],[-73.381586,43.886479],[-73.379559,43.881669],[-73.378583,43.875346],[-73.378387,43.867558],[-73.380731,43.854447],[-73.386591,43.838822],[-73.387567,43.832768],[-73.386444,43.826762],[-73.368085,43.802543],[-73.365448,43.797904],[-73.36391,43.789897],[-73.363397,43.779496],[-73.36535,43.758525],[-73.368256,43.74766],[-73.420721,43.64849],[-73.423578,43.639701],[-73.42536,43.628495],[-73.425043,43.606889],[-73.423505,43.594609],[-73.417938,43.583134],[-73.410809,43.5731],[-73.408612,43.570805],[-73.406708,43.570341],[-73.402826,43.571098],[-73.391718,43.57476],[-73.380756,43.580693],[-73.376044,43.584623],[-73.37182,43.589115],[-73.368915,43.594609],[-73.364276,43.612016],[-73.361298,43.617192],[-73.357196,43.621781],[-73.351971,43.625102],[-73.346039,43.627299],[-73.339423,43.628593],[-73.332343,43.629057],[-73.324677,43.628862],[-73.308856,43.626274],[-73.301434,43.623808],[-73.295819,43.619462],[-73.291425,43.613896],[-73.277216,43.577909],[-73.269086,43.569218],[-73.264032,43.566654],[-73.254511,43.560038],[-73.24704,43.552006],[-73.247626,43.530107],[-73.24787,43.522685],[-73.248407,43.501884],[-73.249335,43.469584],[-73.250507,43.427641],[-73.251923,43.378031],[-73.253461,43.322685],[-73.255145,43.263481],[-73.256854,43.202323],[-73.258612,43.141191],[-73.260272,43.082035],[-73.261859,43.02664],[-73.263251,42.977006],[-73.264374,42.935112],[-73.265302,42.902787],[-73.265887,42.881987],[-73.266083,42.874613],[-73.266522,42.863749],[-73.269257,42.847465],[-73.280145,42.812113],[-73.288126,42.797436],[-73.276237,42.746112],[-73.265516,42.745601],[-73.269916,42.735209],[-73.278436,42.71165],[-73.304584,42.639457],[-73.330731,42.567216],[-73.356903,42.494975],[-73.383075,42.422782],[-73.409247,42.35059],[-73.43537,42.278349],[-73.461542,42.206132],[-73.487665,42.13394],[-73.500995,42.097123],[-73.507245,42.078984],[-73.480536,42.054545],[-73.484418,42.008232],[-73.4883,41.961991],[-73.49223,41.915654],[-73.496161,41.869389],[-73.500067,41.823075],[-73.503973,41.776786],[-73.507855,41.730473],[-73.511786,41.684233],[-73.515692,41.637919],[-73.51955,41.591654],[-73.523505,41.545317],[-73.527411,41.499076],[-73.531342,41.452763],[-73.535248,41.406474],[-73.53913,41.36016],[-73.543036,41.31392],[-73.544696,41.294926],[-73.52619,41.270292],[-73.512201,41.251737],[-73.499139,41.234428],[-73.4841,41.217924],[-73.49997,41.208842],[-73.548749,41.185966],[-73.609296,41.157426],[-73.664813,41.131352],[-73.708856,41.110624],[-73.722968,41.103495],[-73.71745,41.096342],[-73.693451,41.06746],[-73.668915,41.038017],[-73.665643,41.035112],[-73.661005,41.032646],[-73.658661,41.03101],[-73.655365,41.027763],[-73.65036,41.019145],[-73.647493,41.012319],[-73.642863,41.001067],[-73.650258,40.996568],[-73.64802,40.992092],[-73.653147,40.982123],[-73.674387,40.958808],[-73.676991,40.954779],[-73.69872,40.954779],[-73.710764,40.95303],[-73.720367,40.947008],[-73.764394,40.910102],[-73.777415,40.89411],[-73.782826,40.876044],[-73.788157,40.871772],[-73.799916,40.87226],[-73.811676,40.871039],[-73.816965,40.862006],[-73.81991,40.83913],[-73.805059,40.826147],[-73.797685,40.813194],[-73.829728,40.810898],[-73.866028,40.811838],[-73.893833,40.803853],[-73.926829,40.804796],[-73.932281,40.817776],[-73.932281,40.825588],[-73.925771,40.836005],[-73.915354,40.856838],[-73.908844,40.868557],[-73.91275,40.881578],[-73.921864,40.886786],[-73.89802,40.930487],[-73.889475,40.972154],[-73.875396,41.013332],[-73.872182,41.033637],[-73.871571,41.115546],[-73.875315,41.153266],[-73.885894,41.187567],[-73.895741,41.203192],[-73.907582,41.213365],[-73.9405,41.235989],[-73.957021,41.257758],[-73.953481,41.274726],[-73.945139,41.291002],[-73.947336,41.311103],[-73.965972,41.300116],[-73.975942,41.292182],[-73.982045,41.283759],[-73.984975,41.269599],[-73.982167,41.261135],[-73.97761,41.252875],[-73.970204,41.219062],[-73.963069,41.205699],[-73.95228,41.189294],[-73.932321,41.178269],[-73.917877,41.16352],[-73.916656,41.145697],[-73.920644,41.101955],[-73.906361,41.016262],[-73.907134,40.990813],[-74.006,41.036454],[-74.104999,41.082133],[-74.204022,41.127836],[-74.302997,41.173515],[-74.401996,41.219169],[-74.500995,41.264872],[-74.600018,41.310551],[-74.698993,41.356254],[-74.704462,41.376127],[-74.719891,41.39766],[-74.728632,41.407402],[-74.736395,41.423588],[-74.74162,41.431401],[-74.749139,41.434672],[-74.760516,41.432353],[-74.77038,41.428788],[-74.780878,41.428935],[-74.793817,41.437773],[-74.813178,41.446879],[-74.862079,41.444487],[-74.886298,41.448344],[-74.900409,41.458012],[-74.910223,41.469242],[-74.922626,41.478617],[-74.96723,41.486918],[-74.984345,41.498295],[-74.99787,41.513847],[-75.048358,41.595951],[-75.061005,41.605375],[-75.063934,41.615702],[-75.057709,41.667289],[-75.057611,41.687944],[-75.071259,41.72581],[-75.068134,41.73516],[-75.054511,41.743656],[-75.05141,41.753105],[-75.055878,41.774906],[-75.067889,41.784013],[-75.08537,41.788725],[-75.106024,41.797196],[-75.083075,41.818803],[-75.078949,41.82808],[-75.091742,41.831938],[-75.101239,41.83621],[-75.115595,41.85496],[-75.142767,41.862431],[-75.164716,41.876567],[-75.177411,41.879716],[-75.232636,41.872904],[-75.249139,41.882402],[-75.254901,41.90457],[-75.257147,41.929643],[-75.263055,41.948002],[-75.284198,41.959086],[-75.315497,41.970195],[-75.339447,41.983988],[-75.338983,41.997392],[-75.351288,41.997392],[-75.373456,41.997465],[-75.509467,41.997489],[-75.645526,41.997587],[-75.781512,41.997636],[-75.917548,41.997758],[-76.053632,41.997807],[-76.189618,41.997904],[-76.325678,41.997953],[-76.461737,41.998051],[-76.597723,41.9981],[-76.733783,41.998222],[-76.869843,41.998271],[-77.005829,41.998368],[-77.141864,41.998417],[-77.277948,41.998515],[-77.413934,41.998564],[-77.550018,41.998686],[-77.686029,41.998759],[-77.82204,41.998832],[-77.958075,41.998905],[-78.094135,41.998979],[-78.230121,41.999076],[-78.36618,41.99915],[-78.50224,41.999223],[-78.638251,41.999296],[-78.774286,41.999369],[-78.910346,41.999443],[-79.046356,41.99954],[-79.182391,41.999613],[-79.318427,41.999687],[-79.454462,41.99976],[-79.590497,41.999833],[-79.726556,41.999858],[-79.762909,41.999858],[-79.762933,42.033744],[-79.762933,42.062846],[-79.762933,42.091996],[-79.762933,42.121147],[-79.762982,42.150273],[-79.763007,42.179399],[-79.763007,42.208525],[-79.763007,42.237626],[-79.763007,42.266777],[-79.763007,42.300737],[-79.763007,42.334648],[-79.763007,42.368608],[-79.763007,42.402519],[-79.763007,42.436479],[-79.763007,42.470439],[-79.763007,42.504374],[-79.763007,42.537705],[-79.633016,42.584043],[-79.47964,42.638716],[-79.326187,42.693338],[-79.17276,42.748012],[-79.019384,42.802686],[-78.963057,42.840125],[-78.918951,42.889244],[-78.909055,42.930223],[-78.915256,42.947612],[-78.93634,42.96004],[-78.959956,42.966216],[-78.98352,42.976138],[-79.008351,42.991046],[-79.022019,43.002234],[-79.031967,43.013422],[-79.028246,43.034506],[-79.022019,43.049415],[-79.02326,43.058071],[-79.030753,43.066804],[-79.041863,43.07546],[-79.055532,43.087888],[-79.062947,43.096544],[-79.065273,43.105897],[-79.065738,43.120237],[-79.061423,43.130288],[-79.055583,43.138427],[-79.051604,43.146851],[-79.04933,43.159847],[-79.048607,43.170622],[-79.053775,43.260358],[-79.058425,43.277799],[-79.091628,43.342523],[-79.17431,43.464532],[-79.078993,43.498948],[-78.946184,43.546723],[-78.750821,43.617055],[-78.688086,43.631808],[-78.457274,43.630981],[-78.226461,43.630206],[-77.995674,43.629431],[-77.764835,43.628656],[-77.533997,43.627855],[-77.30321,43.627106],[-77.072371,43.62633],[-76.841532,43.625504],[-76.836003,43.628036],[-76.830474,43.630439],[-76.824893,43.632893],[-76.819363,43.635426],[-76.813782,43.63788],[-76.808304,43.640309],[-76.802723,43.642789],[-76.797194,43.64527],[-76.754354,43.700099],[-76.711514,43.755005],[-76.668675,43.809885],[-76.625887,43.864766],[-76.582995,43.919594],[-76.540207,43.974475],[-76.497367,44.029355],[-76.454631,44.084235],[-76.430033,44.103304],[-76.350089,44.151725],[-76.344405,44.158184],[-76.341356,44.165781],[-76.337119,44.173739],[-76.327765,44.18149],[-76.317172,44.185056],[-76.206636,44.217405],[-76.185758,44.225674],[-76.169325,44.242365],[-76.169739,44.247688],[-76.178059,44.272131],[-76.178679,44.278642],[-76.149792,44.304532],[-76.067264,44.347992],[-75.898696,44.399978],[-75.870325,44.408608],[-75.855701,44.422044],[-75.845417,44.439046],[-75.830948,44.464315],[-75.791183,44.496768],[-75.754622,44.527567],[-75.69969,44.581673],[-75.578199,44.661513],[-75.455958,44.741766],[-75.341831,44.816749],[-75.270233,44.863774],[-75.129647,44.925166],[-75.075594,44.935501],[-75.058721,44.941031],[-75.0149,44.96599],[-74.998647,44.972398],[-74.940201,44.987746],[-74.903744,45.005213],[-74.88651,45.009398],[-74.868474,45.010122]]]]},"type":"Feature","properties":{"postal":"NY","name":"New York","type":"State","center":[-75.15317786922725,43.12032834171157]}},"PA":{"geometry":{"type":"Polygon","coordinates":[[[-79.762909,41.999858],[-79.726556,41.999858],[-79.590497,41.999833],[-79.454462,41.99976],[-79.318427,41.999687],[-79.182391,41.999613],[-79.046356,41.99954],[-78.910346,41.999443],[-78.774286,41.999369],[-78.638251,41.999296],[-78.50224,41.999223],[-78.36618,41.99915],[-78.230121,41.999076],[-78.094135,41.998979],[-77.958075,41.998905],[-77.82204,41.998832],[-77.686029,41.998759],[-77.550018,41.998686],[-77.413934,41.998564],[-77.277948,41.998515],[-77.141864,41.998417],[-77.005829,41.998368],[-76.869843,41.998271],[-76.733783,41.998222],[-76.597723,41.9981],[-76.461737,41.998051],[-76.325678,41.997953],[-76.189618,41.997904],[-76.053632,41.997807],[-75.917548,41.997758],[-75.781512,41.997636],[-75.645526,41.997587],[-75.509467,41.997489],[-75.373456,41.997465],[-75.351288,41.997392],[-75.338983,41.997392],[-75.339447,41.983988],[-75.315497,41.970195],[-75.284198,41.959086],[-75.263055,41.948002],[-75.257147,41.929643],[-75.254901,41.90457],[-75.249139,41.882402],[-75.232636,41.872904],[-75.177411,41.879716],[-75.164716,41.876567],[-75.142767,41.862431],[-75.115595,41.85496],[-75.101239,41.83621],[-75.091742,41.831938],[-75.078949,41.82808],[-75.083075,41.818803],[-75.106024,41.797196],[-75.08537,41.788725],[-75.067889,41.784013],[-75.055878,41.774906],[-75.05141,41.753105],[-75.054511,41.743656],[-75.068134,41.73516],[-75.071259,41.72581],[-75.057611,41.687944],[-75.057709,41.667289],[-75.063934,41.615702],[-75.061005,41.605375],[-75.048358,41.595951],[-74.99787,41.513847],[-74.984345,41.498295],[-74.96723,41.486918],[-74.922626,41.478617],[-74.910223,41.469242],[-74.900409,41.458012],[-74.886298,41.448344],[-74.862079,41.444487],[-74.813178,41.446879],[-74.793817,41.437773],[-74.780878,41.428935],[-74.77038,41.428788],[-74.760516,41.432353],[-74.749139,41.434672],[-74.74162,41.431401],[-74.736395,41.423588],[-74.728632,41.407402],[-74.719891,41.39766],[-74.704462,41.376127],[-74.698993,41.356254],[-74.698554,41.354521],[-74.718402,41.344706],[-74.740643,41.343681],[-74.750897,41.340776],[-74.764374,41.331669],[-74.775067,41.330741],[-74.780145,41.327934],[-74.783221,41.323832],[-74.788593,41.314018],[-74.790692,41.311186],[-74.844696,41.272978],[-74.852142,41.259648],[-74.852924,41.252616],[-74.862567,41.224809],[-74.886298,41.180839],[-74.938202,41.127616],[-74.951141,41.119389],[-74.958173,41.117387],[-74.96872,41.112529],[-74.978339,41.106791],[-74.982489,41.102006],[-74.98205,41.089701],[-74.982391,41.087187],[-74.9862,41.086015],[-75.026996,41.046806],[-75.045721,41.035209],[-75.067841,41.030619],[-75.082684,41.02581],[-75.106439,41.013749],[-75.128827,40.998051],[-75.139545,40.982206],[-75.137299,40.975199],[-75.131317,40.96724],[-75.119696,40.954911],[-75.118817,40.950932],[-75.119891,40.94644],[-75.119989,40.942778],[-75.116278,40.941239],[-75.110248,40.94102],[-75.104511,40.939775],[-75.100238,40.936625],[-75.098602,40.930668],[-75.091278,40.92227],[-75.075653,40.908671],[-75.061224,40.891508],[-75.057611,40.872343],[-75.067694,40.855131],[-75.081366,40.847734],[-75.093427,40.83809],[-75.098602,40.813993],[-75.105438,40.795634],[-75.121918,40.785673],[-75.142328,40.783964],[-75.160663,40.790434],[-75.169721,40.773637],[-75.176532,40.765776],[-75.183905,40.76248],[-75.188739,40.758549],[-75.187445,40.750297],[-75.183539,40.743168],[-75.180487,40.742631],[-75.194159,40.713993],[-75.198163,40.700541],[-75.194794,40.688017],[-75.190863,40.677934],[-75.193964,40.670487],[-75.194794,40.660673],[-75.191058,40.629057],[-75.195746,40.619145],[-75.193866,40.608695],[-75.189716,40.598173],[-75.182196,40.57039],[-75.16955,40.566264],[-75.139545,40.570707],[-75.088788,40.558329],[-75.071649,40.531864],[-75.064423,40.454008],[-75.054315,40.43538],[-75.035858,40.415165],[-75.01369,40.403324],[-74.97453,40.414579],[-74.961493,40.397587],[-74.947748,40.359037],[-74.895502,40.323442],[-74.886298,40.314018],[-74.883075,40.30811],[-74.849237,40.271293],[-74.818036,40.241728],[-74.764716,40.206279],[-74.739374,40.184867],[-74.728632,40.163237],[-74.74101,40.143705],[-74.76994,40.129838],[-74.803143,40.121586],[-74.828265,40.118852],[-74.837762,40.114921],[-74.872626,40.090873],[-74.882831,40.087162],[-74.920429,40.077861],[-74.935761,40.070268],[-74.975067,40.036283],[-74.988593,40.029228],[-75.02359,40.016303],[-75.046539,40.009101],[-75.079986,39.986396],[-75.102406,39.981594],[-75.1197,39.974189],[-75.132924,39.956122],[-75.138743,39.93358],[-75.133412,39.912665],[-75.147776,39.902574],[-75.207916,39.885403],[-75.248687,39.867255],[-75.273101,39.864081],[-75.297353,39.871731],[-75.358876,39.848334],[-75.376454,39.845038],[-75.391713,39.839586],[-75.424463,39.806614],[-75.425214,39.807084],[-75.431464,39.81099],[-75.446405,39.816728],[-75.469867,39.825346],[-75.494891,39.833158],[-75.529315,39.837846],[-75.573114,39.838627],[-75.601263,39.837846],[-75.630219,39.830815],[-75.652118,39.825346],[-75.677948,39.815165],[-75.702216,39.801786],[-75.731122,39.782304],[-75.758514,39.751811],[-75.775287,39.722587],[-75.776996,39.721049],[-75.784686,39.721318],[-75.788644,39.721318],[-75.900116,39.721342],[-76.015448,39.721342],[-76.130878,39.721342],[-76.246259,39.721342],[-76.361664,39.721342],[-76.477069,39.721391],[-76.59245,39.72144],[-76.70788,39.72144],[-76.823285,39.72144],[-76.938641,39.72144],[-77.054047,39.72144],[-77.169452,39.721488],[-77.284882,39.721513],[-77.400287,39.721513],[-77.515643,39.721513],[-77.631073,39.721513],[-77.746454,39.721513],[-77.861835,39.721562],[-77.977264,39.721611],[-78.09267,39.721611],[-78.208075,39.721611],[-78.32348,39.721611],[-78.438837,39.721611],[-78.554242,39.721635],[-78.669696,39.721659],[-78.785028,39.721659],[-78.900458,39.721659],[-79.015863,39.721659],[-79.131268,39.721659],[-79.246674,39.721708],[-79.362054,39.721757],[-79.477435,39.721757],[-79.60766,39.721708],[-79.737958,39.721659],[-79.868182,39.721635],[-79.998407,39.721611],[-80.12868,39.721562],[-80.258905,39.721513],[-80.38913,39.721513],[-80.519403,39.721488],[-80.519476,39.791117],[-80.51955,39.860771],[-80.519623,39.930448],[-80.519696,40.000102],[-80.519696,40.080351],[-80.519794,40.160575],[-80.519867,40.240849],[-80.51994,40.321098],[-80.520013,40.401371],[-80.520087,40.48162],[-80.520184,40.561869],[-80.520233,40.642167],[-80.520233,40.642729],[-80.520233,40.643315],[-80.520233,40.643901],[-80.520233,40.644487],[-80.520233,40.645072],[-80.520233,40.645634],[-80.520233,40.646195],[-80.520233,40.646781],[-80.520233,40.751615],[-80.520233,40.856449],[-80.520233,40.961332],[-80.520233,41.066166],[-80.520233,41.170976],[-80.520233,41.275834],[-80.520233,41.380668],[-80.520233,41.485527],[-80.520233,41.590336],[-80.520233,41.69517],[-80.520233,41.800029],[-80.520233,41.904887],[-80.520233,42.009745],[-80.520233,42.114579],[-80.520233,42.219389],[-80.520233,42.323782],[-80.504151,42.326229],[-80.375373,42.345788],[-80.246596,42.365477],[-80.093168,42.420151],[-79.939767,42.474773],[-79.786391,42.529369],[-79.763007,42.537705],[-79.763007,42.504374],[-79.763007,42.470439],[-79.763007,42.436479],[-79.763007,42.402519],[-79.763007,42.368608],[-79.763007,42.334648],[-79.763007,42.300737],[-79.763007,42.266777],[-79.763007,42.237626],[-79.763007,42.208525],[-79.763007,42.179399],[-79.762982,42.150273],[-79.762933,42.121147],[-79.762933,42.091996],[-79.762933,42.062846],[-79.762933,42.033744],[-79.762909,41.999858]]]},"type":"Feature","properties":{"postal":"PA","name":"Pennsylvania","type":"State","center":[-77.75034293552812,41.11266391553727]}},"ME":{"geometry":{"type":"MultiPolygon","coordinates":[[[[-69.652333,43.790432],[-69.664052,43.78913],[-69.684885,43.811265],[-69.688791,43.828192],[-69.673166,43.852932],[-69.647125,43.837307],[-69.648427,43.819078],[-69.652333,43.790432]]],[[[-69.714821,43.859452],[-69.714833,43.859442],[-69.721344,43.872463],[-69.730458,43.890692],[-69.722646,43.90762],[-69.70051,43.927151],[-69.694,43.94538],[-69.678375,43.967515],[-69.66926,43.955797],[-69.66926,43.942776],[-69.680979,43.933661],[-69.690094,43.905015],[-69.690124,43.904863],[-69.690162,43.904677],[-69.690214,43.904422],[-69.69028,43.904101],[-69.690359,43.903717],[-69.690451,43.903273],[-69.690556,43.902771],[-69.690673,43.902216],[-69.690802,43.901609],[-69.690942,43.900954],[-69.691093,43.900254],[-69.691254,43.899512],[-69.691425,43.898731],[-69.691605,43.897914],[-69.691795,43.897063],[-69.691993,43.896183],[-69.6922,43.895275],[-69.692414,43.894343],[-69.692635,43.89339],[-69.692864,43.892419],[-69.693098,43.891433],[-69.693339,43.890435],[-69.693586,43.889427],[-69.693837,43.888414],[-69.694093,43.887397],[-69.694354,43.88638],[-69.694618,43.885366],[-69.694886,43.884358],[-69.695156,43.883359],[-69.695429,43.882372],[-69.695704,43.881399],[-69.695981,43.880445],[-69.696259,43.879511],[-69.696538,43.878601],[-69.696817,43.877718],[-69.697095,43.876865],[-69.697374,43.876045],[-69.697651,43.875261],[-69.697927,43.874515],[-69.698201,43.873812],[-69.698473,43.873153],[-69.698741,43.872542],[-69.699007,43.871982],[-69.699269,43.871476],[-69.699527,43.871027],[-69.699781,43.870638],[-69.70003,43.870311],[-69.700273,43.870051],[-69.70051,43.869859],[-69.701009,43.869522],[-69.70128,43.869337],[-69.701564,43.869141],[-69.70186,43.868935],[-69.702168,43.868719],[-69.702487,43.868495],[-69.702816,43.868262],[-69.703154,43.868023],[-69.7035,43.867776],[-69.703853,43.867523],[-69.704214,43.867264],[-69.70458,43.867],[-69.704951,43.866732],[-69.705327,43.866461],[-69.705706,43.866186],[-69.706087,43.865908],[-69.70647,43.865629],[-69.706855,43.865349],[-69.707239,43.865067],[-69.707623,43.864786],[-69.708006,43.864506],[-69.708386,43.864227],[-69.708763,43.863949],[-69.709137,43.863674],[-69.709505,43.863402],[-69.709868,43.863134],[-69.710225,43.862871],[-69.710575,43.862612],[-69.710916,43.862359],[-69.711249,43.862112],[-69.711573,43.861872],[-69.711886,43.86164],[-69.712188,43.861416],[-69.712478,43.8612],[-69.712755,43.860994],[-69.713018,43.860798],[-69.713267,43.860612],[-69.713501,43.860438],[-69.713719,43.860276],[-69.713919,43.860126],[-69.714102,43.859989],[-69.714267,43.859866],[-69.714412,43.859757],[-69.714538,43.859664],[-69.714642,43.859586],[-69.714724,43.859524],[-69.714784,43.859479],[-69.714821,43.859452]]],[[[-68.634104,44.018297],[-68.656239,44.010484],[-68.66275,44.019599],[-68.660146,44.03262],[-68.653635,44.052151],[-68.651031,44.065172],[-68.640614,44.078192],[-68.626291,44.091213],[-68.60676,44.088609],[-68.601552,44.07038],[-68.598948,44.046942],[-68.608062,44.023505],[-68.634104,44.018297]]],[[[-68.807118,44.037543],[-68.81546,44.031928],[-68.834584,44.035102],[-68.869252,44.048367],[-68.860097,44.065212],[-68.868031,44.079372],[-68.886749,44.089871],[-68.910186,44.095526],[-68.90156,44.11404],[-68.884145,44.113837],[-68.848134,44.095526],[-68.827382,44.089789],[-68.782745,44.084662],[-68.772979,44.081895],[-68.774648,44.061876],[-68.786733,44.052354],[-68.800567,44.046576],[-68.807118,44.037543]]],[[[-68.841135,44.138088],[-68.851552,44.125067],[-68.863271,44.119859],[-68.88801,44.130276],[-68.901031,44.134182],[-68.91926,44.125067],[-68.937489,44.105536],[-68.942698,44.117255],[-68.940094,44.125067],[-68.928375,44.141995],[-68.889312,44.16413],[-68.85676,44.181057],[-68.820302,44.178453],[-68.811187,44.169338],[-68.811187,44.148505],[-68.824208,44.144599],[-68.841135,44.138088]]],[[[-68.444,44.181057],[-68.438791,44.174547],[-68.427073,44.175849],[-68.416656,44.182359],[-68.402333,44.175849],[-68.390614,44.162828],[-68.391916,44.145901],[-68.403635,44.134182],[-68.432281,44.128974],[-68.442698,44.144599],[-68.454416,44.151109],[-68.463531,44.149807],[-68.489573,44.140692],[-68.502594,44.148505],[-68.5065,44.160224],[-68.492177,44.169338],[-68.47525,44.166734],[-68.472646,44.177151],[-68.459625,44.184963],[-68.444,44.181057]]],[[[-68.614288,44.223985],[-68.60851,44.212836],[-68.620107,44.208441],[-68.644317,44.203192],[-68.656361,44.199164],[-68.650624,44.190294],[-68.643056,44.184638],[-68.622792,44.177517],[-68.622792,44.171332],[-68.662058,44.156195],[-68.681996,44.152615],[-68.716339,44.167344],[-68.720204,44.172146],[-68.71463,44.18122],[-68.710886,44.190456],[-68.713328,44.200995],[-68.724599,44.219062],[-68.716257,44.218451],[-68.698923,44.219672],[-68.69046,44.219062],[-68.695058,44.228624],[-68.696767,44.239529],[-68.695302,44.250434],[-68.69046,44.260037],[-68.678944,44.269639],[-68.66747,44.270128],[-68.642079,44.260037],[-68.623077,44.249864],[-68.616485,44.237087],[-68.614288,44.223985]]],[[[-68.885406,44.299547],[-68.901031,44.280015],[-68.920562,44.237047],[-68.933583,44.235745],[-68.933583,44.243557],[-68.927073,44.266995],[-68.924469,44.281317],[-68.941396,44.281317],[-68.942698,44.290432],[-68.924469,44.307359],[-68.901031,44.311265],[-68.885406,44.299547]]],[[[-68.47525,44.324286],[-68.484364,44.31387],[-68.497385,44.32038],[-68.509104,44.322984],[-68.522125,44.322984],[-68.529937,44.330797],[-68.529937,44.34512],[-68.524729,44.359442],[-68.519521,44.367255],[-68.511708,44.378974],[-68.502594,44.380276],[-68.496083,44.37637],[-68.492177,44.364651],[-68.489573,44.347724],[-68.486969,44.334703],[-68.47525,44.324286]]],[[[-68.885406,44.330797],[-68.903635,44.319078],[-68.916656,44.332099],[-68.916656,44.34512],[-68.911448,44.365953],[-68.899729,44.377672],[-68.884104,44.391995],[-68.868479,44.381578],[-68.859364,44.35814],[-68.868479,44.347724],[-68.885406,44.330797]]],[[[-68.198923,44.308621],[-68.240834,44.294542],[-68.283315,44.292426],[-68.306874,44.308417],[-68.31371,44.308417],[-68.320098,44.284939],[-68.309438,44.270941],[-68.296498,44.261094],[-68.296335,44.250067],[-68.308787,44.23786],[-68.326039,44.225898],[-68.341298,44.223578],[-68.347849,44.24018],[-68.352284,44.238064],[-68.363759,44.234727],[-68.368357,44.232733],[-68.380116,44.246446],[-68.414052,44.258612],[-68.423573,44.274278],[-68.408477,44.278347],[-68.405466,44.285264],[-68.412384,44.291856],[-68.427276,44.294786],[-68.434804,44.299994],[-68.433868,44.312038],[-68.428741,44.32571],[-68.410105,44.360053],[-68.401357,44.371772],[-68.392568,44.376736],[-68.378936,44.379503],[-68.367462,44.38642],[-68.364288,44.395331],[-68.375762,44.404079],[-68.35497,44.423285],[-68.315907,44.436957],[-68.274037,44.439276],[-68.244822,44.424506],[-68.241933,44.404975],[-68.185292,44.357001],[-68.176544,44.328315],[-68.198923,44.308621]]],[[[-67.566396,44.461005],[-67.584625,44.444078],[-67.593739,44.457099],[-67.605458,44.48314],[-67.615875,44.505276],[-67.614573,44.51439],[-67.60025,44.518297],[-67.582021,44.51439],[-67.578114,44.490953],[-67.566396,44.479234],[-67.566396,44.461005]]],[[[-67.276031,44.602932],[-67.302073,44.596422],[-67.321604,44.602932],[-67.319,44.612047],[-67.303375,44.625067],[-67.283844,44.619859],[-67.270823,44.613349],[-67.276031,44.602932]]],[[[-66.986073,44.909776],[-66.989573,44.89761],[-67.012115,44.899359],[-67.017323,44.908026],[-67.045115,44.927151],[-67.045115,44.944485],[-67.038157,44.954901],[-67.02949,44.944485],[-67.003448,44.925401],[-66.986073,44.909776]]],[[[-66.920562,44.850328],[-66.91926,44.837307],[-66.938791,44.838609],[-66.955719,44.846422],[-66.97525,44.860745],[-66.98176,44.872463],[-66.958323,44.877672],[-66.954416,44.88939],[-66.954416,44.899807],[-66.946604,44.915432],[-66.940094,44.925849],[-66.933583,44.941474],[-66.921864,44.947984],[-66.904937,44.955797],[-66.904937,44.946682],[-66.903635,44.933661],[-66.891916,44.921942],[-66.893219,44.906317],[-66.901031,44.88939],[-66.916656,44.877672],[-66.930979,44.869859],[-66.920562,44.850328]]],[[[-66.977854,44.936265],[-66.985666,44.925849],[-67.005198,44.947984],[-67.014312,44.963609],[-67.016916,44.979234],[-67.005198,44.989651],[-66.989573,45.00137],[-66.973948,45.018297],[-66.954416,45.027411],[-66.938791,45.024807],[-66.940094,45.011786],[-66.945302,45.000067],[-66.947906,44.98314],[-66.963531,44.961005],[-66.977854,44.936265]]],[[[-69.0402,47.249055],[-68.906229,47.190221],[-68.889718,47.190609],[-68.761819,47.23704],[-68.71779,47.245231],[-68.668801,47.243422],[-68.644203,47.245283],[-68.6256,47.255205],[-68.607926,47.269829],[-68.58524,47.28249],[-68.539662,47.299853],[-68.518009,47.304762],[-68.492016,47.307553],[-68.466746,47.305692],[-68.435327,47.291275],[-68.422563,47.293109],[-68.410212,47.297424],[-68.385614,47.301713],[-68.383392,47.307139],[-68.384839,47.315873],[-68.382049,47.32781],[-68.347839,47.358506],[-68.299728,47.367833],[-68.24645,47.360573],[-68.197047,47.341401],[-68.184335,47.333133],[-68.156068,47.306674],[-68.145061,47.301455],[-68.115398,47.292282],[-68.101446,47.286185],[-68.039382,47.245231],[-67.993184,47.223217],[-67.962436,47.197689],[-67.953703,47.18663],[-67.949982,47.172936],[-67.943419,47.164538],[-67.899132,47.138778],[-67.870607,47.107358],[-67.854742,47.09785],[-67.813556,47.081908],[-67.808699,47.075138],[-67.805185,47.035631],[-67.802549,46.901247],[-67.800017,46.766785],[-67.797433,46.632297],[-67.794849,46.497861],[-67.792317,46.363476],[-67.789733,46.229014],[-67.78715,46.094552],[-67.784566,45.960142],[-67.782757,45.95053],[-67.776556,45.942933],[-67.767461,45.935957],[-67.759658,45.928567],[-67.757849,45.919472],[-67.769425,45.903969],[-67.787356,45.890017],[-67.799242,45.875651],[-67.792627,45.858907],[-67.776091,45.840821],[-67.772835,45.828057],[-67.779863,45.815706],[-67.794126,45.799169],[-67.80627,45.781754],[-67.811127,45.76651],[-67.807045,45.71287],[-67.80012,45.699847],[-67.786116,45.691217],[-67.761776,45.680107],[-67.748031,45.677781],[-67.740744,45.683621],[-67.735525,45.690752],[-67.72798,45.692251],[-67.717386,45.685378],[-67.710462,45.675404],[-67.704829,45.664191],[-67.690773,45.653804],[-67.660336,45.637371],[-67.607522,45.620059],[-67.551867,45.610447],[-67.506392,45.609827],[-67.475799,45.612979],[-67.449961,45.610809],[-67.431306,45.597941],[-67.422107,45.568796],[-67.42619,45.533449],[-67.443036,45.522184],[-67.467531,45.508283],[-67.493214,45.493142],[-67.48231,45.455521],[-67.428825,45.38705],[-67.434561,45.350308],[-67.459056,45.318424],[-67.468668,45.301835],[-67.475024,45.282353],[-67.471303,45.266282],[-67.427585,45.236568],[-67.390533,45.193108],[-67.356272,45.165926],[-67.31922,45.153886],[-67.284648,45.169699],[-67.279584,45.179052],[-67.279222,45.187372],[-67.277207,45.195072],[-67.267336,45.202513],[-67.254986,45.205045],[-67.242428,45.202565],[-67.219071,45.192126],[-67.206166,45.189401],[-67.176015,45.178656],[-67.191274,45.180365],[-67.204376,45.178209],[-67.210317,45.171088],[-67.203887,45.157497],[-67.1999,45.156602],[-67.179677,45.157497],[-67.172393,45.155137],[-67.168446,45.149522],[-67.165964,45.142849],[-67.159617,45.132351],[-67.154164,45.119167],[-67.152089,45.116563],[-67.145985,45.11518],[-67.139394,45.111558],[-67.128204,45.102891],[-67.113474,45.086941],[-67.10029,45.069363],[-67.111195,45.053656],[-67.104522,45.03795],[-67.090037,45.025865],[-67.077016,45.020982],[-67.071645,45.01439],[-67.051991,44.983385],[-67.040069,44.973171],[-67.052235,44.96129],[-67.05602,44.945421],[-67.062734,44.931423],[-67.083485,44.925401],[-67.094512,44.933051],[-67.105946,44.945787],[-67.117299,44.94835],[-67.128204,44.925401],[-67.113067,44.915554],[-67.112091,44.904079],[-67.121693,44.894558],[-67.138417,44.890652],[-67.151357,44.895941],[-67.184763,44.916775],[-67.196482,44.918565],[-67.203399,44.904893],[-67.190541,44.89057],[-67.172312,44.877224],[-67.162953,44.866726],[-67.148671,44.815538],[-67.145985,44.82571],[-67.143788,44.85574],[-67.141835,44.863308],[-67.13036,44.864732],[-67.114369,44.84691],[-67.10029,44.849636],[-67.107696,44.857123],[-67.094106,44.863308],[-67.097117,44.867784],[-67.102284,44.877956],[-67.107696,44.883165],[-67.08849,44.888129],[-67.074737,44.870795],[-67.067128,44.844428],[-67.066151,44.822292],[-67.04365,44.83397],[-67.041982,44.854438],[-67.059316,44.897447],[-67.043691,44.894029],[-67.032948,44.884385],[-67.012156,44.857123],[-67.009063,44.856391],[-66.99474,44.857123],[-66.991404,44.855658],[-66.991444,44.851915],[-66.992299,44.847398],[-66.991689,44.843492],[-66.979482,44.818793],[-66.977325,44.815538],[-66.984975,44.804918],[-67.019399,44.774929],[-67.032582,44.767117],[-67.04247,44.766221],[-67.063954,44.768581],[-67.073598,44.767117],[-67.074086,44.763699],[-67.082265,44.745714],[-67.086619,44.739773],[-67.094106,44.74726],[-67.103993,44.72899],[-67.11323,44.716254],[-67.169179,44.670925],[-67.177968,44.667589],[-67.195343,44.663275],[-67.203887,44.657253],[-67.201365,44.653591],[-67.196482,44.644232],[-67.224395,44.644232],[-67.232696,44.646755],[-67.248769,44.655504],[-67.251088,44.657253],[-67.261993,44.657701],[-67.269073,44.654812],[-67.269032,44.646348],[-67.258534,44.62991],[-67.280548,44.631374],[-67.294789,44.639635],[-67.308054,44.649766],[-67.326853,44.657253],[-67.326853,44.66474],[-67.310984,44.6824],[-67.314076,44.70071],[-67.332021,44.709499],[-67.360951,44.698839],[-67.347361,44.692654],[-67.360789,44.685574],[-67.373321,44.685899],[-67.385121,44.691189],[-67.395741,44.698839],[-67.389394,44.682481],[-67.377553,44.670762],[-67.371327,44.657701],[-67.382069,44.637397],[-67.367218,44.627468],[-67.370351,44.622301],[-67.379384,44.621283],[-67.382069,44.623765],[-67.398427,44.611802],[-67.40453,44.605699],[-67.409413,44.595811],[-67.422149,44.614976],[-67.426747,44.63939],[-67.434682,44.659206],[-67.457143,44.66474],[-67.450795,44.64765],[-67.451853,44.63227],[-67.45047,44.619371],[-67.436716,44.609483],[-67.454335,44.6046],[-67.472524,44.603135],[-67.48998,44.604926],[-67.505605,44.609483],[-67.49946,44.623806],[-67.505727,44.633572],[-67.517039,44.634874],[-67.526072,44.623765],[-67.532908,44.623765],[-67.539052,44.646226],[-67.554392,44.64407],[-67.593739,44.616319],[-67.573191,44.61754],[-67.565867,44.609809],[-67.567087,44.579047],[-67.569285,44.571153],[-67.573232,44.562486],[-67.574981,44.553494],[-67.570424,44.544908],[-67.56904,44.538682],[-67.57787,44.535264],[-67.589792,44.533189],[-67.597401,44.530951],[-67.603464,44.528103],[-67.612091,44.526597],[-67.621287,44.526394],[-67.628448,44.527533],[-67.638702,44.531684],[-67.63976,44.534776],[-67.638661,44.539333],[-67.639841,44.547553],[-67.640411,44.554877],[-67.643748,44.56391],[-67.648956,44.568549],[-67.65921,44.566677],[-67.668568,44.561469],[-67.683705,44.548041],[-67.714141,44.500759],[-67.728017,44.503201],[-67.740183,44.510362],[-67.748769,44.521999],[-67.751983,44.538072],[-67.740468,44.588243],[-67.744578,44.595811],[-67.755605,44.589626],[-67.786122,44.541775],[-67.783315,44.537299],[-67.786122,44.527533],[-67.790151,44.531724],[-67.800526,44.541205],[-67.796417,44.55447],[-67.785512,44.570583],[-67.779286,44.585883],[-67.782664,44.601508],[-67.790517,44.59988],[-67.799591,44.588609],[-67.80663,44.575385],[-67.817169,44.583767],[-67.828359,44.584255],[-67.837148,44.577745],[-67.845937,44.551296],[-67.857289,44.546088],[-67.869008,44.544542],[-67.874867,44.541775],[-67.87206,44.530056],[-67.852325,44.508653],[-67.847605,44.497097],[-67.852284,44.48253],[-67.863555,44.479356],[-67.877309,44.482367],[-67.88915,44.486558],[-67.884999,44.466905],[-67.899607,44.422105],[-67.902211,44.397203],[-67.921254,44.411363],[-67.923451,44.437771],[-67.915028,44.466295],[-67.902211,44.486558],[-67.917104,44.481553],[-67.928009,44.468288],[-67.934682,44.451361],[-67.937001,44.435045],[-67.934356,44.416368],[-67.937001,44.408637],[-67.947214,44.414252],[-67.953562,44.419135],[-67.959014,44.42239],[-67.962839,44.426744],[-67.964304,44.435045],[-67.967722,44.500759],[-67.977895,44.499132],[-67.9829,44.494167],[-67.984568,44.486314],[-67.984731,44.47602],[-67.988759,44.466498],[-67.998158,44.466498],[-68.015818,44.472927],[-68.028798,44.468533],[-68.015859,44.458848],[-67.984731,44.445583],[-67.984405,44.44066],[-67.973988,44.41352],[-67.97114,44.410834],[-67.972157,44.403754],[-67.974721,44.39529],[-67.978871,44.387885],[-67.984731,44.383531],[-67.994618,44.383531],[-67.997792,44.389268],[-67.99946,44.395535],[-68.005238,44.397203],[-68.015004,44.393744],[-68.01533,44.39057],[-68.014109,44.385525],[-68.019521,44.376695],[-68.050323,44.340359],[-68.060536,44.328315],[-68.072987,44.338324],[-68.076405,44.349351],[-68.073476,44.362047],[-68.06664,44.376695],[-68.082387,44.372341],[-68.088409,44.369249],[-68.097524,44.385728],[-68.107411,44.415554],[-68.112416,44.441352],[-68.108022,44.463609],[-68.111521,44.480089],[-68.139353,44.486558],[-68.143259,44.489285],[-68.143056,44.494981],[-68.143503,44.500027],[-68.1492,44.500759],[-68.15807,44.496812],[-68.159942,44.491726],[-68.159901,44.485867],[-68.162872,44.479112],[-68.162628,44.473578],[-68.158925,44.466783],[-68.158152,44.461046],[-68.166615,44.458686],[-68.181589,44.459093],[-68.187286,44.462185],[-68.189565,44.469509],[-68.190216,44.497545],[-68.193634,44.520006],[-68.202016,44.525092],[-68.217519,44.500759],[-68.219838,44.485948],[-68.219228,44.472032],[-68.222117,44.466295],[-68.254262,44.493516],[-68.259267,44.504177],[-68.258494,44.520697],[-68.276357,44.520494],[-68.294301,44.527777],[-68.308136,44.529039],[-68.31371,44.510484],[-68.281524,44.499376],[-68.269805,44.48607],[-68.286407,44.466091],[-68.281443,44.462673],[-68.27831,44.459011],[-68.275828,44.455308],[-68.272735,44.45185],[-68.317087,44.451199],[-68.337636,44.455105],[-68.354685,44.466091],[-68.361928,44.445828],[-68.386464,44.424343],[-68.382598,44.410834],[-68.409291,44.404649],[-68.422963,44.405137],[-68.426707,44.417222],[-68.423329,44.470974],[-68.431874,44.486599],[-68.449941,44.493679],[-68.47822,44.493394],[-68.459828,44.462104],[-68.457753,44.448717],[-68.459503,44.442898],[-68.462839,44.438666],[-68.464467,44.434272],[-68.46113,44.428209],[-68.456044,44.424343],[-68.451894,44.422309],[-68.449696,44.418728],[-68.450307,44.410834],[-68.45519,44.401801],[-68.464792,44.389838],[-68.47407,44.382432],[-68.47822,44.387234],[-68.478139,44.410834],[-68.480092,44.421617],[-68.485056,44.431912],[-68.504425,44.413357],[-68.52599,44.405626],[-68.549428,44.405748],[-68.574412,44.410834],[-68.563018,44.40058],[-68.551503,44.377224],[-68.54308,44.366156],[-68.541778,44.35692],[-68.556142,44.330024],[-68.56017,44.318345],[-68.555857,44.306179],[-68.545929,44.302436],[-68.534535,44.300645],[-68.52599,44.294786],[-68.520863,44.280015],[-68.523183,44.269558],[-68.532012,44.266628],[-68.546498,44.274278],[-68.541005,44.263699],[-68.53364,44.256374],[-68.524363,44.250922],[-68.512929,44.246365],[-68.541371,44.237331],[-68.633494,44.296251],[-68.666941,44.298204],[-68.683705,44.29446],[-68.704132,44.305121],[-68.732045,44.328315],[-68.756215,44.334459],[-68.791778,44.316392],[-68.82079,44.314643],[-68.811798,44.351589],[-68.803944,44.369249],[-68.789784,44.376695],[-68.780263,44.374538],[-68.770863,44.36518],[-68.762807,44.363064],[-68.753285,44.36754],[-68.754262,44.377875],[-68.760447,44.38935],[-68.766225,44.397203],[-68.753204,44.404975],[-68.741973,44.414252],[-68.7353,44.414659],[-68.714792,44.4053],[-68.704783,44.404039],[-68.69933,44.409695],[-68.717397,44.431586],[-68.718373,44.445583],[-68.756215,44.430894],[-68.766225,44.424506],[-68.784413,44.402777],[-68.795847,44.392564],[-68.807118,44.390977],[-68.816192,44.402086],[-68.814402,44.417996],[-68.80724,44.434109],[-68.800323,44.445583],[-68.79658,44.448513],[-68.784657,44.453843],[-68.779246,44.458686],[-68.776641,44.464952],[-68.774932,44.480211],[-68.772979,44.486558],[-68.742624,44.537299],[-68.746205,44.554877],[-68.779246,44.561713],[-68.795847,44.561998],[-68.801625,44.560289],[-68.807118,44.534369],[-68.827626,44.479112],[-68.821401,44.478461],[-68.807118,44.472927],[-68.824696,44.461046],[-68.845245,44.453803],[-68.857126,44.456081],[-68.848134,44.472927],[-68.862742,44.475369],[-68.879628,44.468533],[-68.906484,44.448717],[-68.919423,44.441392],[-68.965443,44.431912],[-68.986602,44.421169],[-68.982289,44.413601],[-68.971913,44.405788],[-68.975087,44.39407],[-68.972768,44.383816],[-68.944569,44.348822],[-68.937489,44.331977],[-68.945546,44.317165],[-68.964101,44.307807],[-68.984609,44.301215],[-68.998972,44.294786],[-69.021596,44.247789],[-69.036244,44.232611],[-69.053578,44.184923],[-69.067901,44.158962],[-69.077748,44.144965],[-69.088328,44.136501],[-69.088328,44.130316],[-69.082875,44.115261],[-69.089548,44.09809],[-69.086903,44.086697],[-69.053578,44.089301],[-69.065216,44.067613],[-69.075795,44.052517],[-69.091501,44.043809],[-69.118764,44.04088],[-69.12621,44.031033],[-69.130645,44.011746],[-69.142039,43.998725],[-69.170277,44.007432],[-69.171824,43.997178],[-69.175893,43.9914],[-69.182485,43.990017],[-69.191396,43.993109],[-69.199574,43.981879],[-69.203643,43.970323],[-69.20165,43.959988],[-69.191396,43.952175],[-69.22704,43.935248],[-69.238515,43.931667],[-69.258005,43.928005],[-69.263417,43.929918],[-69.259633,43.955268],[-69.229237,43.990994],[-69.219472,44.00849],[-69.238515,44.007432],[-69.298858,43.950385],[-69.310536,43.941636],[-69.313751,43.954332],[-69.303171,43.981228],[-69.313954,43.986274],[-69.328318,43.983385],[-69.353302,43.972439],[-69.369496,43.972642],[-69.353261,43.994656],[-69.347157,44.007758],[-69.351796,44.013617],[-69.369415,44.015855],[-69.370147,44.021511],[-69.351796,44.037543],[-69.347279,44.050767],[-69.354197,44.060492],[-69.364288,44.060533],[-69.369496,44.044664],[-69.376576,44.036729],[-69.390981,44.031928],[-69.402211,44.026597],[-69.394887,44.002427],[-69.407704,43.99433],[-69.424265,43.991645],[-69.430369,43.993109],[-69.440907,43.981391],[-69.447784,43.967556],[-69.47879,43.880316],[-69.49413,43.851101],[-69.512929,43.834906],[-69.514353,43.855658],[-69.521677,43.870347],[-69.529897,43.883002],[-69.533966,43.897569],[-69.540232,43.897569],[-69.54544,43.883287],[-69.547597,43.867865],[-69.547637,43.834906],[-69.561269,43.849107],[-69.553822,43.856553],[-69.569081,43.868394],[-69.570505,43.877916],[-69.565419,43.88699],[-69.561269,43.897569],[-69.559804,43.904079],[-69.554921,43.915798],[-69.553822,43.920844],[-69.55602,43.92768],[-69.565378,43.934272],[-69.567494,43.941636],[-69.558868,43.964586],[-69.529042,44.004381],[-69.533966,44.021023],[-69.544871,44.011949],[-69.554067,43.998562],[-69.567494,43.972642],[-69.580556,43.957017],[-69.585805,43.948472],[-69.584584,43.941636],[-69.581817,43.934556],[-69.584218,43.925767],[-69.589304,43.917344],[-69.594757,43.91116],[-69.589345,43.904812],[-69.587514,43.897244],[-69.589304,43.889635],[-69.594757,43.883246],[-69.584828,43.870714],[-69.577911,43.855658],[-69.576039,43.838975],[-69.581166,43.821804],[-69.592397,43.807725],[-69.59614,43.815904],[-69.594757,43.849107],[-69.609893,43.839586],[-69.62446,43.838406],[-69.639638,43.844468],[-69.656931,43.856553],[-69.668894,43.867051],[-69.670115,43.873562],[-69.649403,43.897569],[-69.653798,43.904975],[-69.655019,43.910509],[-69.653432,43.916205],[-69.649403,43.924262],[-69.642445,43.921251],[-69.629343,43.919216],[-69.622792,43.917426],[-69.631215,43.929226],[-69.64269,43.933458],[-69.652618,43.938992],[-69.656931,43.955268],[-69.653676,43.96776],[-69.636423,44.003689],[-69.630116,44.008043],[-69.619171,44.017524],[-69.615102,44.025906],[-69.629587,44.027289],[-69.643178,44.020982],[-69.656972,44.009223],[-69.749705,43.900662],[-69.759226,43.88642],[-69.752675,43.879136],[-69.740264,43.874864],[-69.731964,43.869574],[-69.729726,43.855943],[-69.732655,43.841905],[-69.746287,43.814399],[-69.73587,43.820583],[-69.722401,43.844224],[-69.712148,43.849107],[-69.704701,43.842027],[-69.707265,43.826931],[-69.730743,43.775906],[-69.744985,43.758775],[-69.758005,43.759508],[-69.766794,43.787624],[-69.766225,43.794867],[-69.763621,43.798936],[-69.760691,43.801622],[-69.759267,43.804429],[-69.761464,43.81155],[-69.766306,43.813666],[-69.771189,43.813666],[-69.773549,43.814399],[-69.780385,43.862779],[-69.78364,43.873481],[-69.79072,43.886705],[-69.794057,43.897569],[-69.795277,43.910427],[-69.794871,43.922146],[-69.795684,43.933458],[-69.800893,43.944688],[-69.803375,43.964911],[-69.807281,43.98314],[-69.804677,43.997463],[-69.802073,44.01439],[-69.790354,44.028713],[-69.781239,44.036526],[-69.770823,44.04564],[-69.768219,44.053453],[-69.768219,44.058661],[-69.774729,44.059963],[-69.782541,44.057359],[-69.789052,44.049547],[-69.799469,44.044338],[-69.817698,44.036526],[-69.845041,44.010484],[-69.864573,43.997463],[-69.874989,43.987047],[-69.882802,43.97663],[-69.882802,43.963609],[-69.872385,43.958401],[-69.854156,43.958401],[-69.841135,43.966213],[-69.832021,43.974026],[-69.82551,43.97012],[-69.821604,43.961005],[-69.815094,43.933661],[-69.802235,43.860541],[-69.800893,43.825181],[-69.791941,43.791002],[-69.782501,43.772935],[-69.780385,43.763454],[-69.787302,43.737535],[-69.790639,43.7331],[-69.803171,43.729682],[-69.814239,43.721177],[-69.822865,43.709947],[-69.828155,43.698269],[-69.839304,43.709255],[-69.841827,43.740261],[-69.852081,43.74669],[-69.8579,43.754259],[-69.858388,43.770779],[-69.855499,43.793891],[-69.851796,43.800808],[-69.847035,43.803738],[-69.843007,43.807807],[-69.841257,43.818061],[-69.844594,43.826768],[-69.859609,43.836534],[-69.862986,43.84573],[-69.860219,43.856228],[-69.856191,43.862087],[-69.857126,43.865709],[-69.86913,43.869574],[-69.879262,43.870551],[-69.888539,43.868354],[-69.89684,43.863552],[-69.90392,43.856553],[-69.891713,43.851345],[-69.881337,43.844021],[-69.875356,43.832302],[-69.876007,43.814399],[-69.883005,43.800564],[-69.894765,43.789333],[-69.905629,43.787299],[-69.910146,43.801296],[-69.951121,43.760362],[-69.958201,43.756334],[-69.965281,43.754625],[-69.970693,43.751492],[-69.974355,43.734971],[-69.978505,43.729438],[-69.984853,43.726345],[-69.992665,43.725613],[-69.9263,43.828559],[-69.930653,43.849107],[-69.942128,43.841498],[-69.958363,43.821804],[-69.972768,43.799506],[-69.978993,43.783962],[-69.98294,43.767442],[-69.993438,43.751817],[-70.008901,43.741238],[-70.027455,43.739936],[-70.00947,43.766872],[-69.962636,43.821031],[-69.951121,43.849107],[-69.973093,43.847113],[-70.006378,43.827094],[-70.020009,43.82864],[-70.010854,43.833279],[-70.000681,43.840847],[-69.991689,43.850857],[-69.985829,43.862779],[-69.999379,43.861518],[-70.011749,43.855658],[-70.022328,43.847195],[-70.039581,43.830064],[-70.050038,43.823961],[-70.074656,43.814399],[-70.088002,43.811062],[-70.098907,43.809923],[-70.108835,43.806749],[-70.160878,43.766547],[-70.182607,43.757066],[-70.208689,43.715277],[-70.239125,43.700059],[-70.238474,43.687038],[-70.233754,43.673041],[-70.232289,43.664171],[-70.24295,43.653917],[-70.256703,43.650133],[-70.286855,43.650499],[-70.286855,43.643052],[-70.257761,43.640489],[-70.231557,43.641547],[-70.210886,43.635037],[-70.19811,43.609565],[-70.198232,43.59866],[-70.20287,43.567613],[-70.204945,43.561143],[-70.220245,43.559068],[-70.245839,43.549791],[-70.260203,43.547471],[-70.255889,43.554389],[-70.252716,43.561143],[-70.271514,43.556912],[-70.292592,43.534532],[-70.307973,43.526964],[-70.310536,43.548367],[-70.325429,43.549547],[-70.343739,43.539496],[-70.356435,43.526964],[-70.36738,43.505316],[-70.370717,43.486355],[-70.368398,43.467231],[-70.362579,43.445054],[-70.34321,43.454291],[-70.332794,43.457546],[-70.321645,43.458726],[-70.321645,43.452501],[-70.335235,43.447292],[-70.346913,43.439439],[-70.366404,43.420844],[-70.369496,43.415513],[-70.373525,43.401882],[-70.376251,43.397244],[-70.382436,43.393744],[-70.39505,43.392605],[-70.403554,43.389838],[-70.422597,43.376899],[-70.437693,43.362982],[-70.454457,43.350613],[-70.478708,43.342637],[-70.508738,43.341498],[-70.519521,43.339545],[-70.530507,43.331773],[-70.561879,43.301052],[-70.570546,43.298489],[-70.581654,43.274888],[-70.583119,43.250881],[-70.568918,43.22899],[-70.583608,43.213935],[-70.596791,43.195461],[-70.58259,43.188625],[-70.599517,43.182237],[-70.611724,43.173],[-70.630971,43.147081],[-70.660146,43.094143],[-70.671946,43.085598],[-70.687123,43.092149],[-70.700307,43.108466],[-70.71467,43.121934],[-70.733388,43.120429],[-70.731272,43.114651],[-70.74234,43.087958],[-70.744089,43.083808],[-70.771942,43.10745],[-70.806415,43.136698],[-70.825116,43.161454],[-70.825897,43.167485],[-70.824628,43.178617],[-70.814569,43.208866],[-70.813251,43.216752],[-70.813593,43.22559],[-70.817059,43.239897],[-70.821942,43.247074],[-70.827997,43.252299],[-70.866669,43.271049],[-70.897479,43.304838],[-70.929755,43.340238],[-70.960712,43.36663],[-70.967426,43.374809],[-70.972626,43.38311],[-70.976849,43.394511],[-70.977948,43.402201],[-70.977777,43.409111],[-70.97641,43.415019],[-70.966571,43.439604],[-70.963593,43.450663],[-70.964789,43.467362],[-70.967743,43.481938],[-70.967596,43.490654],[-70.966571,43.496928],[-70.964667,43.501786],[-70.962177,43.516044],[-70.962372,43.531108],[-70.957831,43.562211],[-70.960004,43.59224],[-70.96391,43.645756],[-70.967792,43.699296],[-70.971747,43.752787],[-70.975604,43.806254],[-70.979511,43.859794],[-70.983441,43.913285],[-70.987323,43.966777],[-70.991229,44.020341],[-70.995184,44.073881],[-70.999042,44.127348],[-71.002948,44.180863],[-71.006879,44.234404],[-71.010761,44.287944],[-71.014667,44.341435],[-71.018573,44.394926],[-71.022479,44.448442],[-71.026386,44.501982],[-71.030292,44.555473],[-71.034198,44.608988],[-71.038104,44.662504],[-71.042011,44.71602],[-71.045917,44.769535],[-71.049823,44.823051],[-71.053729,44.876591],[-71.057636,44.930131],[-71.061517,44.983598],[-71.065448,45.037089],[-71.06933,45.090629],[-71.073261,45.144169],[-71.077167,45.19766],[-71.081073,45.251127],[-71.084952,45.304293],[-71.064211,45.307055],[-71.054418,45.310362],[-71.036667,45.323385],[-71.027598,45.33465],[-71.016539,45.343125],[-70.993155,45.347827],[-70.968118,45.34452],[-70.951608,45.332014],[-70.906908,45.246232],[-70.892412,45.234604],[-70.874351,45.245663],[-70.870605,45.255275],[-70.872491,45.274189],[-70.870243,45.283129],[-70.862621,45.290363],[-70.842389,45.301215],[-70.835258,45.309794],[-70.83208,45.328552],[-70.835465,45.373097],[-70.833837,45.393096],[-70.825982,45.410459],[-70.812986,45.42343],[-70.794873,45.430406],[-70.771877,45.430045],[-70.75255,45.422345],[-70.718004,45.397282],[-70.696739,45.388652],[-70.675785,45.388704],[-70.65359,45.395473],[-70.641316,45.408496],[-70.650257,45.427461],[-70.668162,45.439036],[-70.707385,45.4564],[-70.722836,45.470921],[-70.732009,45.491591],[-70.730329,45.507973],[-70.686792,45.572723],[-70.589614,45.651788],[-70.572406,45.662279],[-70.514735,45.681709],[-70.484763,45.699641],[-70.4728,45.703568],[-70.450424,45.703723],[-70.439132,45.705893],[-70.419315,45.716901],[-70.407351,45.731525],[-70.402442,45.749663],[-70.403941,45.771161],[-70.408282,45.781651],[-70.413682,45.787697],[-70.41717,45.793795],[-70.415232,45.804389],[-70.409935,45.810745],[-70.389807,45.825059],[-70.312654,45.867641],[-70.283173,45.890482],[-70.262528,45.923038],[-70.255939,45.948876],[-70.263148,45.956834],[-70.280434,45.959315],[-70.303947,45.968616],[-70.316298,45.982982],[-70.316892,45.999002],[-70.306143,46.035331],[-70.303637,46.038483],[-70.294309,46.044943],[-70.29201,46.048663],[-70.293017,46.054038],[-70.296092,46.057862],[-70.300795,46.061737],[-70.304774,46.065975],[-70.311362,46.071866],[-70.312629,46.079566],[-70.30033,46.089281],[-70.26444,46.106593],[-70.24948,46.120597],[-70.244002,46.141009],[-70.249247,46.162765],[-70.263329,46.183229],[-70.284801,46.191859],[-70.280899,46.211857],[-70.253407,46.251493],[-70.236173,46.288339],[-70.223693,46.300793],[-70.201886,46.305495],[-70.199509,46.315262],[-70.197028,46.336863],[-70.188398,46.358412],[-70.167418,46.368179],[-70.153052,46.372829],[-70.074323,46.419545],[-70.061817,46.445409],[-70.050086,46.511271],[-70.032723,46.609766],[-70.023628,46.661287],[-70.007763,46.704075],[-69.989961,46.721697],[-69.899708,46.811562],[-69.809403,46.901299],[-69.719099,46.991086],[-69.628794,47.080797],[-69.538464,47.17061],[-69.448159,47.260346],[-69.357906,47.350134],[-69.267628,47.439844],[-69.25091,47.452919],[-69.237268,47.45881],[-69.221972,47.459688],[-69.069655,47.431886],[-69.054023,47.418399],[-69.054333,47.389253],[-69.066193,47.32967],[-69.065134,47.296339],[-69.06356,47.290809],[-69.057486,47.269467],[-69.0402,47.249055]]]]},"type":"Feature","properties":{"postal":"ME","name":"Maine","type":"State","center":[-69.20083320632018,45.36484820527653]}},"MI":{"geometry":{"type":"Polygon","coordinates":[[[-84.512304,46.451636],[-84.492176,46.456881],[-84.478301,46.466467],[-84.465408,46.478172],[-84.448096,46.489722],[-84.42324,46.511581],[-84.389702,46.520262],[-84.352469,46.522743],[-84.30534,46.501607],[-84.242011,46.526464],[-84.197285,46.546359],[-84.147676,46.541346],[-84.110443,46.526464],[-84.158812,46.433343],[-84.147676,46.399882],[-84.129046,46.375026],[-84.10543,46.347741],[-84.112897,46.327871],[-84.119098,46.314228],[-84.114138,46.295573],[-84.10667,46.27697],[-84.099229,46.250873],[-84.099229,46.237231],[-84.096774,46.224828],[-84.086801,46.201212],[-84.055821,46.171446],[-84.021042,46.151603],[-84.014169,46.115998],[-84.008769,46.112329],[-83.995824,46.101166],[-83.976394,46.073106],[-83.964586,46.063184],[-83.9473,46.0606],[-83.930738,46.066957],[-83.872679,46.107884],[-83.856427,46.115739],[-83.839296,46.119202],[-83.818057,46.116566],[-83.766536,46.106489],[-83.664837,46.11915],[-83.613884,46.115636],[-83.565437,46.09078],[-83.508826,46.047371],[-83.492031,46.037088],[-83.474099,46.023135],[-83.462808,46.007787],[-83.465857,45.993111],[-83.510247,45.932391],[-83.556213,45.869656],[-83.595254,45.816429],[-83.510712,45.779067],[-83.396326,45.728528],[-83.19931,45.641556],[-83.019011,45.561871],[-82.75944,45.447201],[-82.588778,45.371805],[-82.54829,45.334598],[-82.532141,45.293516],[-82.484082,45.083244],[-82.436023,44.872973],[-82.387886,44.662701],[-82.339879,44.45243],[-82.291846,44.24221],[-82.243683,44.031939],[-82.195624,43.821693],[-82.147565,43.611344],[-82.145446,43.600647],[-82.145653,43.576411],[-82.153611,43.549591],[-82.185857,43.487295],[-82.218,43.425025],[-82.250194,43.362781],[-82.282389,43.300485],[-82.314506,43.238189],[-82.346726,43.175841],[-82.37892,43.113571],[-82.411089,43.051275],[-82.416412,43.017143],[-82.414603,42.983243],[-82.430442,42.951307],[-82.453179,42.918983],[-82.464781,42.883637],[-82.468036,42.863974],[-82.482325,42.835113],[-82.485271,42.818524],[-82.473618,42.798164],[-82.470982,42.790568],[-82.471344,42.779845],[-82.476951,42.761474],[-82.48341,42.719254],[-82.511264,42.646675],[-82.526224,42.619906],[-82.549246,42.590941],[-82.575833,42.571795],[-82.608467,42.561098],[-82.644331,42.557817],[-82.694405,42.519137],[-82.800135,42.41798],[-82.83282,42.398008],[-82.943511,42.355478],[-83.040353,42.331862],[-83.079963,42.305067],[-83.109832,42.272279],[-83.128513,42.239955],[-83.135929,42.200268],[-83.139649,42.115854],[-83.159493,42.046324],[-83.157012,42.000435],[-83.132507,41.941953],[-83.130862,41.938029],[-83.25988,41.845559],[-83.413763,41.735267],[-83.554574,41.729055],[-83.639993,41.729055],[-83.725929,41.725949],[-83.802547,41.722843],[-83.889519,41.719737],[-83.968725,41.718701],[-84.054661,41.71663],[-84.139562,41.712489],[-84.223428,41.710418],[-84.303152,41.707312],[-84.38857,41.707312],[-84.473471,41.704206],[-84.556301,41.703171],[-84.641202,41.702135],[-84.736974,41.699029],[-84.806075,41.696806],[-84.806075,41.758275],[-84.873895,41.758744],[-84.951508,41.758769],[-85.029096,41.758793],[-85.106683,41.758842],[-85.184296,41.758891],[-85.261835,41.758915],[-85.339423,41.758915],[-85.417035,41.75894],[-85.494598,41.758988],[-85.572186,41.758988],[-85.649774,41.759062],[-85.727362,41.759086],[-85.80495,41.759111],[-85.882538,41.759159],[-85.960126,41.759208],[-86.037714,41.759233],[-86.115302,41.759257],[-86.192889,41.759306],[-86.270477,41.759306],[-86.348065,41.759355],[-86.425653,41.759379],[-86.503217,41.759379],[-86.580804,41.759428],[-86.658392,41.759477],[-86.736005,41.759526],[-86.813593,41.75955],[-86.891156,41.759574],[-86.968744,41.759623],[-87.046356,41.759672],[-87.12392,41.759696],[-87.201532,41.759696],[-87.207728,41.759696],[-87.191264,41.831296],[-87.166963,41.932548],[-87.136993,42.056075],[-87.112693,42.158137],[-87.090822,42.248859],[-87.067332,42.34201],[-87.042422,42.4212],[-87.018818,42.496236],[-87.040089,42.627132],[-87.04827,42.702397],[-87.066268,42.80466],[-87.079357,42.896287],[-87.092447,42.991187],[-87.112081,43.117174],[-87.131716,43.236616],[-87.144805,43.33397],[-87.15163,43.408451],[-87.157895,43.481228],[-87.145038,43.574028],[-87.131716,43.664482],[-87.114374,43.76519],[-87.087054,43.873588],[-87.061359,43.969633],[-87.028635,44.071078],[-86.999896,44.16768],[-86.952997,44.279081],[-86.928827,44.366412],[-86.891194,44.46622],[-86.851926,44.562755],[-86.812657,44.647838],[-86.746918,44.768534],[-86.714642,44.84517],[-86.669989,44.893998],[-86.637584,44.944808],[-86.595042,44.990621],[-86.535907,45.040458],[-86.497689,45.075704],[-86.448603,45.114972],[-86.373338,45.160786],[-86.314434,45.19351],[-86.250623,45.236051],[-86.28681,45.24905],[-86.318306,45.262312],[-86.347316,45.273915],[-86.379641,45.288006],[-86.414453,45.301267],[-86.445949,45.314529],[-86.479103,45.327791],[-86.510599,45.341052],[-86.542095,45.354314],[-86.575249,45.367575],[-86.607574,45.381666],[-86.640314,45.394927],[-86.678656,45.409062],[-86.710541,45.423173],[-86.742377,45.43726],[-86.763571,45.443848],[-86.922282,45.442212],[-87.031908,45.442212],[-87.092447,45.443848],[-87.131716,45.399671],[-87.166076,45.355494],[-87.1988,45.32277],[-87.24433,45.288774],[-87.311697,45.242596],[-87.403325,45.204963],[-87.422959,45.132971],[-87.436049,45.078976],[-87.488407,45.083885],[-87.542743,45.089506],[-87.596918,45.104252],[-87.653558,45.120756],[-87.670404,45.130522],[-87.672577,45.135234],[-87.678021,45.142216],[-87.688129,45.151982],[-87.711566,45.168974],[-87.726654,45.182817],[-87.733563,45.192338],[-87.73476,45.199345],[-87.730292,45.231205],[-87.726654,45.243754],[-87.706952,45.284135],[-87.68205,45.324589],[-87.6737,45.332939],[-87.658514,45.344877],[-87.653778,45.351176],[-87.653412,45.356449],[-87.654804,45.36143],[-87.661224,45.370365],[-87.66955,45.379545],[-87.675751,45.384989],[-87.681708,45.388139],[-87.68869,45.388798],[-87.695087,45.387431],[-87.768475,45.35955],[-87.775604,45.358354],[-87.783246,45.357865],[-87.791742,45.358378],[-87.814642,45.363432],[-87.82226,45.363578],[-87.828973,45.362138],[-87.840692,45.357182],[-87.848554,45.356181],[-87.85827,45.357572],[-87.873309,45.364823],[-87.879462,45.370976],[-87.882196,45.377397],[-87.881024,45.383427],[-87.869183,45.404838],[-87.867181,45.41143],[-87.866644,45.419657],[-87.869183,45.432011],[-87.868427,45.44019],[-87.86579,45.446171],[-87.861371,45.449931],[-87.82851,45.467582],[-87.823773,45.471293],[-87.819525,45.475468],[-87.811932,45.484696],[-87.80639,45.494682],[-87.80412,45.499906],[-87.803558,45.503349],[-87.803803,45.509989],[-87.812152,45.541093],[-87.821283,45.56143],[-87.82038,45.570414],[-87.815717,45.574467],[-87.808856,45.576029],[-87.802679,45.578202],[-87.797797,45.581352],[-87.793915,45.587358],[-87.791425,45.595414],[-87.791254,45.608647],[-87.79328,45.616215],[-87.7966,45.622026],[-87.813788,45.642118],[-87.820673,45.652665],[-87.821454,45.660014],[-87.818964,45.665483],[-87.808368,45.671928],[-87.803876,45.675321],[-87.801239,45.681034],[-87.801093,45.683988],[-87.802606,45.68704],[-87.808685,45.692875],[-87.822455,45.7033],[-87.834979,45.715092],[-87.844965,45.72144],[-87.86889,45.7335],[-87.873822,45.736991],[-87.885516,45.749369],[-87.889911,45.75308],[-87.895331,45.756132],[-87.901776,45.758866],[-87.909637,45.760502],[-87.953192,45.763139],[-87.969794,45.766654],[-87.976288,45.769267],[-87.981708,45.772392],[-87.986127,45.77581],[-87.99809,45.787236],[-88.000897,45.788774],[-88.005194,45.79019],[-88.011005,45.790141],[-88.031659,45.785527],[-88.047357,45.784184],[-88.055829,45.784574],[-88.072528,45.78748],[-88.08747,45.791874],[-88.102313,45.798027],[-88.109979,45.803154],[-88.119696,45.812504],[-88.122504,45.819682],[-88.122137,45.82642],[-88.119501,45.831718],[-88.11579,45.836625],[-88.093939,45.857206],[-88.089935,45.862113],[-88.086444,45.867753],[-88.085541,45.876737],[-88.089276,45.884184],[-88.115204,45.924589],[-88.123187,45.931498],[-88.132269,45.935746],[-88.147943,45.939823],[-88.154437,45.942509],[-88.180219,45.957255],[-88.187738,45.959379],[-88.195624,45.959477],[-88.210858,45.957719],[-88.218915,45.957499],[-88.227411,45.958354],[-88.244208,45.962846],[-88.261835,45.970024],[-88.269891,45.972172],[-88.278046,45.9731],[-88.313007,45.973588],[-88.329999,45.975688],[-88.335907,45.977323],[-88.361371,45.991777],[-88.370429,45.995487],[-88.379144,45.996659],[-88.399872,45.992436],[-88.408319,45.992436],[-88.418085,45.993681],[-88.452264,46.007011],[-88.460004,46.009086],[-88.467352,46.008866],[-88.473554,46.007328],[-88.482001,46.007328],[-88.491888,46.009233],[-88.508466,46.018168],[-88.519061,46.02266],[-88.529193,46.025248],[-88.537347,46.026054],[-88.545062,46.025517],[-88.551727,46.024076],[-88.56413,46.019096],[-88.570868,46.017778],[-88.578925,46.018168],[-88.586151,46.019511],[-88.59372,46.020146],[-88.600262,46.018901],[-88.621942,46.006913],[-88.630609,46.006132],[-88.642084,46.00811],[-88.676166,46.020707],[-88.698871,46.025761],[-88.714008,46.031474],[-88.724384,46.033891],[-88.733734,46.034648],[-88.7414,46.033793],[-88.76225,46.0283],[-88.770429,46.028031],[-88.780585,46.029496],[-88.787787,46.034404],[-88.795013,46.036576],[-88.801776,46.036625],[-88.816571,46.034648],[-88.824286,46.034404],[-88.837274,46.0356],[-88.861322,46.04517],[-88.920624,46.068803],[-88.97995,46.092485],[-89.039227,46.116142],[-89.098554,46.139872],[-89.119232,46.148173],[-89.154828,46.155009],[-89.165326,46.156987],[-89.195038,46.162699],[-89.241156,46.171537],[-89.301044,46.183134],[-89.37182,46.196757],[-89.450848,46.211991],[-89.53537,46.228227],[-89.622626,46.245024],[-89.709882,46.26182],[-89.794379,46.278105],[-89.873456,46.29329],[-89.944208,46.306938],[-90.004071,46.31851],[-90.050189,46.327348],[-90.079901,46.333085],[-90.090448,46.335112],[-90.1185,46.340629],[-90.124042,46.345072],[-90.127167,46.350248],[-90.134979,46.37039],[-90.151581,46.397734],[-90.177875,46.441093],[-90.195062,46.469462],[-90.205096,46.486039],[-90.217304,46.498246],[-90.230341,46.508744],[-90.240033,46.513481],[-90.250311,46.515776],[-90.259906,46.516484],[-90.271747,46.519316],[-90.280048,46.523637],[-90.289398,46.530448],[-90.298676,46.532963],[-90.318182,46.535649],[-90.323798,46.540165],[-90.333783,46.554692],[-90.340839,46.557426],[-90.347504,46.556742],[-90.365131,46.549052],[-90.372577,46.547074],[-90.381024,46.546611],[-90.392279,46.547929],[-90.399017,46.550956],[-90.403192,46.555082],[-90.407367,46.565385],[-90.412543,46.584233],[-90.402826,46.599272],[-90.375018,46.642216],[-90.347162,46.685112],[-90.319354,46.728056],[-90.291522,46.771],[-90.263715,46.813896],[-90.235907,46.85684],[-90.208051,46.89976],[-90.180219,46.94268],[-90.152411,46.9856],[-90.124579,47.028544],[-90.096747,47.071488],[-90.068939,47.114384],[-90.041107,47.157279],[-90.0133,47.200224],[-89.985468,47.243168],[-89.957636,47.286112],[-89.928973,47.330448],[-89.900262,47.374784],[-89.8716,47.41912],[-89.842938,47.463456],[-89.814227,47.507792],[-89.785541,47.552128],[-89.756854,47.596415],[-89.728192,47.640751],[-89.699457,47.685112],[-89.670795,47.729423],[-89.642157,47.773759],[-89.613422,47.818119],[-89.58476,47.862455],[-89.556097,47.906791],[-89.527362,47.951127],[-89.498962,47.995095],[-89.461847,47.994539],[-89.387097,47.980535],[-89.363636,47.979605],[-89.340382,47.984152],[-89.24553,48.021178],[-89.095255,48.079935],[-88.90462,48.154297],[-88.782147,48.202072],[-88.642724,48.25659],[-88.578878,48.270388],[-88.407906,48.304055],[-88.376461,48.305115],[-88.347264,48.298655],[-88.159679,48.224887],[-87.972093,48.151171],[-87.784482,48.077428],[-87.596897,48.003738],[-87.409259,47.929995],[-87.2217,47.856253],[-87.034166,47.782485],[-86.846555,47.708743],[-86.741807,47.666446],[-86.637058,47.624123],[-86.53231,47.581903],[-86.427614,47.53958],[-86.322866,47.497205],[-86.218118,47.454934],[-86.11337,47.412663],[-86.00857,47.370365],[-85.883616,47.31856],[-85.758611,47.26678],[-85.633631,47.215026],[-85.508626,47.163221],[-85.383647,47.111441],[-85.258641,47.059687],[-85.133662,47.007829],[-85.008657,46.955998],[-84.992404,46.948789],[-84.976204,46.941477],[-84.959977,46.934242],[-84.943673,46.927008],[-84.927447,46.919669],[-84.911169,46.912486],[-84.894943,46.905148],[-84.87869,46.897914],[-84.86373,46.881946],[-84.854196,46.861172],[-84.835411,46.803863],[-84.816446,46.745907],[-84.787456,46.657179],[-84.773322,46.633434],[-84.693689,46.564859],[-84.589406,46.475123],[-84.566565,46.461196],[-84.541295,46.452825],[-84.512304,46.451636]]]},"type":"Feature","properties":{"postal":"MI","name":"Michigan","type":"State","center":[-84.59076360310927,45.37341441848062]}},"AK":{"geometry":{"type":"MultiPolygon","coordinates":[[[[-179.081492,51.286444],[-179.069447,51.262844],[-179.061594,51.254543],[-179.061594,51.247707],[-179.085154,51.242906],[-179.103098,51.226467],[-179.119008,51.215399],[-179.136667,51.22724],[-179.129709,51.243598],[-179.13447,51.255764],[-179.142039,51.26557],[-179.143463,51.275051],[-179.143503,51.275051],[-179.134145,51.283759],[-179.118601,51.290188],[-179.088246,51.296088],[-179.081492,51.286444]]],[[[-178.973622,51.312445],[-178.986887,51.307522],[-178.992665,51.326239],[-178.990468,51.334174],[-178.978383,51.353827],[-178.980295,51.36286],[-178.986887,51.377021],[-178.985829,51.384223],[-178.972239,51.396552],[-178.954416,51.395209],[-178.917551,51.377427],[-178.904246,51.353827],[-178.913889,51.345771],[-178.933054,51.344184],[-178.948313,51.33983],[-178.973622,51.312445]]],[[[178.769216,51.639716],[178.78712,51.623847],[178.800304,51.635443],[178.814789,51.635932],[178.829275,51.628607],[178.841807,51.617011],[178.85377,51.620673],[178.869884,51.621812],[178.88738,51.620551],[178.920177,51.611802],[178.927908,51.607164],[178.931163,51.600287],[178.934337,51.588609],[178.941905,51.584947],[178.951834,51.583808],[178.961681,51.579779],[178.966645,51.578925],[178.986339,51.577826],[178.992686,51.576646],[178.996837,51.572333],[179.006114,51.558539],[179.009288,51.555569],[179.020763,51.549954],[179.060313,51.514594],[179.122895,51.480414],[179.139985,51.476793],[179.183442,51.473212],[179.195323,51.470526],[179.204275,51.46308],[179.228038,51.439195],[179.240082,51.416693],[179.257579,51.413642],[179.294281,51.419013],[179.291026,51.414984],[179.288748,51.411322],[179.285655,51.408026],[179.28004,51.404731],[179.28004,51.398505],[179.379242,51.401923],[179.400076,51.408433],[179.458507,51.381293],[179.472341,51.370551],[179.454275,51.370347],[179.421153,51.364163],[179.403575,51.364407],[179.405772,51.368394],[179.406912,51.368638],[179.410411,51.370551],[179.396658,51.376899],[179.382823,51.377346],[179.355154,51.370551],[179.348643,51.367418],[179.340668,51.35928],[179.335216,51.357571],[179.326996,51.358588],[179.31072,51.363267],[179.301117,51.364407],[179.287852,51.361029],[179.271169,51.35456],[179.254893,51.350287],[179.243012,51.353827],[179.23585,51.363471],[179.234223,51.372016],[179.237804,51.380764],[179.24643,51.391059],[179.076915,51.453559],[179.058442,51.467597],[179.041026,51.477037],[179.039073,51.482896],[179.034516,51.490627],[179.026866,51.500922],[179.014171,51.509019],[178.988129,51.522162],[178.960134,51.542141],[178.941417,51.55036],[178.872325,51.571357],[178.83839,51.576646],[178.799978,51.571112],[178.78297,51.57217],[178.779633,51.582831],[178.753591,51.582831],[178.735118,51.584906],[178.719412,51.592108],[178.701915,51.607367],[178.689464,51.615383],[178.636404,51.637437],[178.666677,51.655015],[178.682628,51.659003],[178.721202,51.642808],[178.769216,51.639716]]],[[[178.231293,51.831773],[178.237153,51.830512],[178.243826,51.830715],[178.252208,51.829901],[178.271821,51.825019],[178.31365,51.821926],[178.333995,51.81623],[178.350352,51.806952],[178.396169,51.7685],[178.381114,51.772366],[178.356456,51.767401],[178.341482,51.7685],[178.331228,51.774237],[178.311697,51.79206],[178.303722,51.795722],[178.285981,51.79975],[178.260265,51.809638],[178.236583,51.822943],[178.224864,51.836737],[178.231293,51.831773]]],[[[-178.760487,51.752265],[-178.808298,51.747301],[-178.822703,51.756171],[-178.842722,51.77265],[-178.858144,51.788642],[-178.858876,51.795722],[-178.846059,51.805894],[-178.832224,51.825751],[-178.813588,51.839179],[-178.786529,51.829901],[-178.748484,51.817572],[-178.740183,51.783637],[-178.760487,51.752265]]],[[[-176.354115,51.836737],[-176.354115,51.829901],[-176.345693,51.830471],[-176.328359,51.829169],[-176.319936,51.829901],[-176.325307,51.814399],[-176.327382,51.810004],[-176.298289,51.821479],[-176.28303,51.822577],[-176.264719,51.81623],[-176.264719,51.810004],[-176.270375,51.806464],[-176.273915,51.802151],[-176.276479,51.796332],[-176.279001,51.788275],[-176.263905,51.783149],[-176.258534,51.782131],[-176.258534,51.775295],[-176.274403,51.775133],[-176.286082,51.7685],[-176.292551,51.756741],[-176.292673,51.741156],[-176.30012,51.741156],[-176.307932,51.752387],[-176.315867,51.749579],[-176.330515,51.730292],[-176.340688,51.725816],[-176.351755,51.740871],[-176.360951,51.73371],[-176.37206,51.736721],[-176.38561,51.737128],[-176.397043,51.741889],[-176.401926,51.758205],[-176.409373,51.823676],[-176.403879,51.82099],[-176.39391,51.818264],[-176.388865,51.81623],[-176.395823,51.826321],[-176.423044,51.85102],[-176.392934,51.863105],[-176.347157,51.86994],[-176.303212,51.868964],[-176.279001,51.857164],[-176.292673,51.843736],[-176.311838,51.839789],[-176.333363,51.839342],[-176.354115,51.836737]]],[[[-176.120798,51.846869],[-176.111928,51.838568],[-176.107737,51.847317],[-176.093861,51.858588],[-176.062856,51.854967],[-176.030222,51.843166],[-176.011464,51.829901],[-176.01891,51.823676],[-175.999379,51.811957],[-175.990956,51.810004],[-175.998484,51.802558],[-176.026235,51.822333],[-176.031972,51.829901],[-176.049631,51.824856],[-176.065907,51.825385],[-176.097483,51.829901],[-176.106394,51.826483],[-176.104929,51.817816],[-176.094065,51.795722],[-176.109202,51.798977],[-176.121775,51.80565],[-176.130849,51.815904],[-176.13561,51.829901],[-176.148386,51.817939],[-176.152415,51.804511],[-176.149648,51.790229],[-176.141835,51.775295],[-176.148671,51.775295],[-176.151723,51.778998],[-176.159006,51.791449],[-176.162343,51.795722],[-176.162953,51.798529],[-176.161692,51.807318],[-176.162343,51.810004],[-176.166453,51.811265],[-176.175282,51.810777],[-176.194163,51.819973],[-176.208323,51.820014],[-176.219065,51.824368],[-176.223744,51.843573],[-176.201243,51.840888],[-176.199045,51.848863],[-176.210683,51.867133],[-176.204539,51.881008],[-176.190134,51.886705],[-176.173899,51.885321],[-176.162343,51.877672],[-176.137074,51.868598],[-176.128163,51.864],[-176.128163,51.859524],[-176.120798,51.846869]]],[[[-176.01891,51.891995],[-175.990956,51.884508],[-175.986887,51.886868],[-175.974965,51.89704],[-175.97053,51.898139],[-175.962595,51.888617],[-175.958323,51.874742],[-175.956776,51.860826],[-175.956858,51.85102],[-175.976999,51.852362],[-176.107737,51.884508],[-176.092356,51.894477],[-176.073313,51.903795],[-176.052561,51.910346],[-176.020945,51.912787],[-176.010325,51.912421],[-176.000234,51.910102],[-175.990956,51.905585],[-175.999094,51.904486],[-176.01891,51.898139],[-176.01891,51.891995]]],[[[-177.845448,51.851874],[-177.840647,51.836737],[-177.708974,51.837307],[-177.648183,51.847602],[-177.622182,51.857164],[-177.626698,51.832587],[-177.64741,51.820502],[-177.67516,51.816555],[-177.700999,51.81623],[-177.726796,51.812201],[-177.775217,51.796536],[-177.800282,51.795722],[-177.79719,51.786322],[-177.791453,51.77969],[-177.783274,51.775946],[-177.77302,51.775295],[-177.79662,51.759223],[-177.806101,51.745592],[-177.807444,51.728909],[-177.806508,51.703315],[-177.810374,51.69538],[-177.837514,51.67536],[-177.847849,51.671861],[-177.860666,51.675035],[-177.882883,51.685858],[-177.885203,51.674506],[-177.892527,51.667914],[-177.903554,51.665107],[-177.916982,51.665432],[-177.909535,51.659247],[-177.916127,51.645331],[-177.913035,51.630927],[-177.895863,51.603949],[-177.906728,51.59809],[-177.920115,51.596503],[-177.933461,51.5987],[-177.944325,51.603949],[-177.948842,51.610785],[-177.953806,51.630113],[-177.957997,51.637437],[-177.973622,51.645168],[-178.011179,51.648139],[-178.03246,51.659247],[-178.044626,51.665595],[-178.082509,51.662502],[-178.101389,51.665432],[-178.091908,51.690579],[-178.079945,51.700344],[-178.029368,51.700141],[-178.019032,51.702338],[-178.002146,51.711737],[-177.974558,51.715481],[-177.963083,51.720526],[-177.954823,51.729071],[-177.95051,51.741156],[-177.955393,51.763739],[-177.973988,51.778266],[-177.998891,51.786038],[-178.046254,51.791449],[-178.062082,51.799628],[-178.095164,51.823676],[-178.189565,51.854967],[-178.213816,51.876044],[-178.177073,51.905585],[-178.147817,51.9147],[-177.95226,51.92475],[-177.931264,51.918647],[-177.931264,51.911811],[-177.895497,51.889228],[-177.882883,51.884508],[-177.882883,51.877672],[-177.89269,51.867011],[-177.845448,51.851874]]],[[[-177.132314,51.730658],[-177.156687,51.700141],[-177.192616,51.709174],[-177.203847,51.713813],[-177.202097,51.707099],[-177.202463,51.702053],[-177.203562,51.697577],[-177.203847,51.692694],[-177.223826,51.697089],[-177.249216,51.687201],[-177.277659,51.680121],[-177.306874,51.692694],[-177.315053,51.687323],[-177.319569,51.686957],[-177.327341,51.692694],[-177.328318,51.694241],[-177.341013,51.706366],[-177.35676,51.71776],[-177.370798,51.723863],[-177.385447,51.726386],[-177.436147,51.725898],[-177.454335,51.722968],[-177.467641,51.716946],[-177.484812,51.705878],[-177.49885,51.703315],[-177.532786,51.706366],[-177.598582,51.702704],[-177.629587,51.691636],[-177.642649,51.66885],[-177.648061,51.654731],[-177.660024,51.652981],[-177.671986,51.659125],[-177.677439,51.66885],[-177.678782,51.678534],[-177.683339,51.686265],[-177.691762,51.693305],[-177.704701,51.700141],[-177.704701,51.706366],[-177.688181,51.712104],[-177.659047,51.729926],[-177.646352,51.73371],[-177.626332,51.731594],[-177.588816,51.722154],[-177.570668,51.720038],[-177.522898,51.720038],[-177.518992,51.723334],[-177.519114,51.730618],[-177.517568,51.73786],[-177.508901,51.741156],[-177.474721,51.741156],[-177.471995,51.743313],[-177.469065,51.747952],[-177.463857,51.752631],[-177.454294,51.754788],[-177.387766,51.761664],[-177.29247,51.782782],[-177.215525,51.818793],[-177.203847,51.870185],[-177.19929,51.878607],[-177.195505,51.900946],[-177.190175,51.911811],[-177.194407,51.929999],[-177.173451,51.935614],[-177.122182,51.932929],[-177.099802,51.930365],[-177.074818,51.922593],[-177.054677,51.909817],[-177.046824,51.891995],[-177.061147,51.887844],[-177.066965,51.881578],[-177.067738,51.874254],[-177.06725,51.867133],[-177.07433,51.858832],[-177.121897,51.843573],[-177.136952,51.822821],[-177.128977,51.783596],[-177.142405,51.761623],[-177.127756,51.747463],[-177.132314,51.730658]]],[[[-175.707631,51.973863],[-175.678456,51.966986],[-175.662058,51.967027],[-175.662058,51.959621],[-175.703928,51.952379],[-175.710439,51.950019],[-175.714955,51.937323],[-175.726064,51.933051],[-175.739695,51.934556],[-175.752024,51.939154],[-175.74592,51.948432],[-175.72411,51.973863],[-175.707631,51.973863]]],[[[-176.559885,51.960435],[-176.560292,51.947414],[-176.553782,51.937323],[-176.539662,51.932929],[-176.549428,51.91413],[-176.563914,51.909125],[-176.581492,51.909166],[-176.600535,51.905585],[-176.611399,51.895453],[-176.61852,51.881415],[-176.626943,51.869086],[-176.641469,51.864],[-176.641469,51.857164],[-176.588124,51.857164],[-176.595693,51.849351],[-176.598012,51.84394],[-176.596913,51.838324],[-176.594309,51.829901],[-176.569081,51.839057],[-176.549387,51.835517],[-176.529856,51.827704],[-176.504954,51.823676],[-176.504954,51.829901],[-176.51179,51.829901],[-176.504018,51.838935],[-176.491689,51.843736],[-176.463979,51.85102],[-176.440785,51.841864],[-176.427683,51.834296],[-176.426381,51.826809],[-176.431508,51.815009],[-176.427927,51.8039],[-176.426259,51.794664],[-176.437245,51.788275],[-176.433949,51.778062],[-176.429799,51.768866],[-176.42394,51.760972],[-176.415598,51.754788],[-176.427235,51.741441],[-176.454783,51.730455],[-176.470815,51.720038],[-176.490793,51.754218],[-176.522939,51.741523],[-176.588124,51.685858],[-176.593617,51.696112],[-176.601267,51.702582],[-176.610707,51.704291],[-176.621653,51.700141],[-176.614817,51.692694],[-176.629628,51.691962],[-176.642039,51.686835],[-176.651967,51.681098],[-176.659495,51.678412],[-176.671254,51.680854],[-176.683827,51.685492],[-176.696889,51.688463],[-176.710398,51.685858],[-176.719797,51.669013],[-176.724314,51.657172],[-176.721262,51.65176],[-176.711171,51.647773],[-176.706899,51.638332],[-176.707102,51.626858],[-176.710398,51.617011],[-176.751332,51.637437],[-176.771352,51.619615],[-176.784495,51.61286],[-176.799753,51.610785],[-176.814443,51.615546],[-176.824778,51.624823],[-176.824208,51.633734],[-176.806589,51.637437],[-176.806589,51.644965],[-176.819407,51.659898],[-176.828318,51.673814],[-176.829701,51.690579],[-176.820261,51.713813],[-176.827097,51.720038],[-176.895985,51.637437],[-176.902781,51.626939],[-176.909495,51.613349],[-176.917063,51.601549],[-176.926381,51.596503],[-176.952138,51.59219],[-176.969838,51.592678],[-176.977895,51.600287],[-176.975575,51.647121],[-176.966624,51.669135],[-176.90217,51.700141],[-176.889963,51.71015],[-176.882151,51.720364],[-176.879343,51.732367],[-176.882314,51.747301],[-176.861684,51.747952],[-176.85497,51.747301],[-176.8579,51.751776],[-176.861195,51.754788],[-176.820261,51.7685],[-176.820261,51.775295],[-176.842275,51.77383],[-176.866567,51.768866],[-176.889882,51.767157],[-176.909006,51.775295],[-176.91511,51.791938],[-176.904775,51.807563],[-176.885569,51.819159],[-176.864939,51.823676],[-176.85497,51.818183],[-176.846547,51.805976],[-176.833689,51.79385],[-176.810292,51.788275],[-176.726552,51.781968],[-176.704172,51.788275],[-176.721669,51.795559],[-176.755971,51.805487],[-176.769032,51.813178],[-176.779856,51.829047],[-176.778513,51.843166],[-176.767201,51.853339],[-176.74824,51.857164],[-176.706003,51.859687],[-176.758738,51.883979],[-176.779286,51.908677],[-176.781809,51.936469],[-176.776316,51.944485],[-176.758778,51.953437],[-176.741648,51.958319],[-176.722361,51.960517],[-176.683054,51.959621],[-176.660512,51.953192],[-176.648671,51.951809],[-176.638376,51.956488],[-176.62678,51.975165],[-176.621653,51.980129],[-176.604807,51.986762],[-176.58373,51.989691],[-176.562693,51.98786],[-176.545888,51.980129],[-176.553334,51.973863],[-176.559885,51.960435]]],[[[-175.874949,51.994371],[-175.867502,51.987494],[-175.850942,51.988837],[-175.834706,51.992743],[-175.819569,51.993964],[-175.80602,51.987494],[-175.876414,51.96894],[-175.910349,51.967231],[-175.950022,51.973863],[-175.939158,51.986477],[-175.919504,51.989447],[-175.897898,51.986274],[-175.881174,51.980129],[-175.880442,51.984809],[-175.878774,51.987779],[-175.87682,51.990465],[-175.874949,51.994371]]],[[[178.537852,51.896674],[178.516775,51.896186],[178.502615,51.901923],[178.471365,51.926256],[178.464529,51.932929],[178.459972,51.944403],[178.463227,51.952053],[178.469005,51.961168],[178.471934,51.976996],[178.477306,51.985907],[178.490408,51.988674],[178.506114,51.989936],[178.519705,51.994371],[178.52296,51.990546],[178.526134,51.988959],[178.533946,51.987494],[178.573416,51.975653],[178.590505,51.968248],[178.602306,51.953437],[178.604259,51.93769],[178.596202,51.929145],[178.58253,51.922349],[178.568044,51.911811],[178.574229,51.905585],[178.559093,51.900702],[178.537852,51.896674]]],[[[179.671397,51.877183],[179.6421,51.874172],[179.566742,51.88524],[179.557791,51.888251],[179.549327,51.894924],[179.522716,51.909125],[179.49822,51.916409],[179.497325,51.926215],[179.502615,51.935614],[179.506602,51.939154],[179.503673,51.9501],[179.49936,51.95893],[179.4935,51.966539],[179.486095,51.973863],[179.496267,51.978013],[179.516368,51.978217],[179.52711,51.980129],[179.558279,52.001858],[179.574474,52.004381],[179.597911,52.011542],[179.621267,52.022162],[179.636974,52.035346],[179.643403,52.030341],[179.649262,52.029039],[179.664236,52.02851],[179.670095,52.019843],[179.676524,52.015692],[179.683767,52.012844],[179.692149,52.008043],[179.718923,51.987494],[179.734548,51.978827],[179.749278,51.973578],[179.780935,51.967027],[179.775076,51.955471],[179.763845,51.946194],[179.753429,51.939643],[179.749848,51.936021],[179.755382,51.922675],[179.746593,51.913479],[179.722667,51.901923],[179.699718,51.886542],[179.671397,51.877183]]],[[[-175.995595,52.032945],[-175.985544,52.026435],[-175.963694,52.035346],[-175.975087,52.021918],[-176.030263,52.012844],[-176.046254,51.994371],[-176.028879,51.995998],[-176.021311,51.990709],[-176.02184,51.98135],[-176.028879,51.970445],[-176.04304,51.963365],[-176.057729,51.966946],[-176.080393,51.980129],[-176.122874,51.992621],[-176.138702,51.994371],[-176.138743,51.994371],[-176.155466,51.995347],[-176.164866,51.998603],[-176.170603,52.005032],[-176.190012,52.03852],[-176.194529,52.051093],[-176.193349,52.059556],[-176.187205,52.068061],[-176.175526,52.089667],[-176.169138,52.097398],[-176.143259,52.107123],[-176.105417,52.110745],[-176.068715,52.107652],[-176.046254,52.097398],[-176.00532,52.067816],[-175.998484,52.059556],[-175.998484,52.046698],[-175.995595,52.032945]]],[[[177.576996,51.988918],[177.563975,51.979071],[177.554454,51.968451],[177.574474,51.953437],[177.609141,51.95246],[177.614757,51.950019],[177.614431,51.936916],[177.612071,51.927924],[177.605968,51.925727],[177.594249,51.932929],[177.580333,51.925116],[177.57309,51.919582],[177.567638,51.911811],[177.555349,51.9206],[177.538748,51.92829],[177.521251,51.932929],[177.505544,51.932929],[177.494151,51.925686],[177.486095,51.915961],[177.477794,51.912991],[177.465099,51.925482],[177.471365,51.939154],[177.413585,51.93065],[177.392345,51.920885],[177.365977,51.912095],[177.354259,51.896064],[177.334483,51.839667],[177.330903,51.833808],[177.323578,51.826809],[177.316905,51.828762],[177.306814,51.836982],[177.297374,51.846991],[177.293142,51.854071],[177.283376,51.862494],[177.237804,51.883124],[177.224294,51.891995],[177.293712,51.922187],[177.316742,51.925482],[177.328868,51.929674],[177.340017,51.939765],[177.358409,51.963324],[177.372569,51.974677],[177.388031,51.978583],[177.423513,51.980129],[177.445323,51.986518],[177.454275,51.987494],[177.477875,51.986762],[177.485037,51.987494],[177.508474,51.994574],[177.516287,52.000963],[177.52711,52.034817],[177.556,52.084906],[177.553884,52.104234],[177.593435,52.125067],[177.615408,52.130072],[177.642589,52.124701],[177.672211,52.112698],[177.683767,52.105048],[177.69044,52.089911],[177.68214,52.082831],[177.66391,52.075507],[177.656261,52.069485],[177.651052,52.059638],[177.648448,52.043647],[177.642589,52.035346],[177.626964,52.025214],[177.567638,52.001858],[177.576996,51.988918]]],[[[-173.59203,52.152045],[-173.575266,52.143744],[-173.548085,52.147528],[-173.531199,52.144965],[-173.544871,52.117906],[-173.531239,52.124701],[-173.520863,52.115302],[-173.508005,52.111558],[-173.430165,52.112209],[-173.422231,52.116767],[-173.41454,52.117906],[-173.408396,52.11579],[-173.407297,52.11107],[-173.405588,52.106391],[-173.39745,52.104234],[-173.370107,52.108588],[-173.360219,52.10517],[-173.353098,52.089911],[-173.330637,52.099758],[-173.304067,52.107733],[-173.276235,52.11225],[-173.250071,52.111721],[-173.249379,52.109605],[-173.245798,52.104804],[-173.240956,52.099799],[-173.236399,52.097398],[-173.228139,52.098049],[-173.216176,52.102607],[-173.209055,52.104234],[-173.157826,52.104234],[-173.140452,52.109442],[-173.130849,52.111151],[-173.123402,52.107978],[-173.114003,52.101304],[-173.101674,52.098293],[-172.9558,52.089911],[-172.974477,52.083889],[-173.016957,52.08161],[-173.034047,52.073188],[-173.051869,52.068549],[-173.102895,52.074693],[-173.13976,52.058661],[-173.164906,52.056342],[-173.189931,52.058824],[-173.213938,52.07038],[-173.226755,52.074205],[-173.238596,52.075751],[-173.243845,52.073188],[-173.247629,52.0633],[-173.256459,52.063056],[-173.273915,52.069485],[-173.307118,52.063463],[-173.376536,52.038764],[-173.41454,52.035346],[-173.449696,52.044379],[-173.462961,52.042792],[-173.472524,52.03734],[-173.484242,52.024726],[-173.490224,52.021674],[-173.500559,52.022854],[-173.515736,52.032416],[-173.523793,52.035346],[-173.538035,52.034735],[-173.549916,52.032172],[-173.560902,52.031155],[-173.572214,52.035346],[-173.55781,52.044623],[-173.570668,52.048529],[-173.682078,52.049018],[-173.67748,52.055854],[-173.674631,52.06269],[-173.688832,52.069485],[-173.715403,52.054999],[-173.749135,52.047797],[-173.836008,52.043362],[-173.887441,52.056464],[-173.922068,52.059394],[-173.92988,52.066311],[-173.92162,52.083726],[-173.930898,52.087348],[-173.95637,52.089911],[-173.965199,52.093248],[-173.981516,52.101304],[-173.990549,52.104234],[-173.997385,52.104397],[-174.014963,52.102729],[-174.024648,52.104234],[-174.033315,52.108466],[-174.050486,52.120266],[-174.059438,52.124701],[-174.058665,52.129096],[-174.057485,52.132148],[-174.055369,52.134955],[-174.051951,52.138373],[-174.044667,52.132554],[-174.02363,52.128892],[-174.010976,52.124701],[-173.958852,52.122992],[-173.942087,52.124701],[-173.902211,52.137519],[-173.887441,52.138373],[-173.892649,52.124335],[-173.895823,52.117987],[-173.901112,52.111721],[-173.885813,52.113023],[-173.857371,52.123358],[-173.846506,52.124701],[-173.838816,52.119574],[-173.805531,52.089911],[-173.790232,52.115302],[-173.765207,52.127387],[-173.733632,52.130845],[-173.698801,52.130927],[-173.685374,52.133979],[-173.660268,52.148017],[-173.647288,52.152045],[-173.630849,52.151272],[-173.618601,52.147895],[-173.606801,52.146674],[-173.59203,52.152045]]],[[[175.962901,52.344062],[175.928884,52.33926],[175.898611,52.348822],[175.881847,52.377997],[175.915863,52.377997],[175.936534,52.371649],[175.973318,52.364651],[175.990977,52.3581],[175.962901,52.344062]]],[[[-172.387278,52.296047],[-172.41279,52.278551],[-172.425771,52.276679],[-172.441274,52.289211],[-172.479441,52.264797],[-172.529408,52.25023],[-172.583241,52.248236],[-172.633046,52.261298],[-172.598826,52.313422],[-172.57905,52.335842],[-172.557973,52.350653],[-172.496531,52.371161],[-172.441274,52.399075],[-172.435536,52.393785],[-172.427358,52.39057],[-172.407175,52.385443],[-172.383534,52.368801],[-172.337107,52.358385],[-172.301584,52.344306],[-172.310902,52.316474],[-172.325999,52.309475],[-172.387278,52.296047]]],[[[-174.123891,52.399726],[-174.102406,52.394721],[-174.08613,52.399075],[-174.071726,52.382025],[-174.054514,52.368476],[-174.034413,52.359931],[-174.010976,52.3581],[-174.010487,52.342108],[-173.999623,52.32803],[-173.991892,52.312567],[-174.000478,52.292629],[-174.006947,52.287095],[-174.015859,52.28148],[-174.025624,52.277289],[-174.034617,52.27558],[-174.046254,52.271226],[-174.049387,52.261054],[-174.049509,52.249457],[-174.05191,52.24079],[-174.051951,52.24079],[-174.089182,52.227118],[-174.180735,52.230699],[-174.20283,52.212836],[-174.192738,52.201361],[-174.180653,52.190334],[-174.154368,52.171942],[-174.117502,52.152981],[-174.100209,52.140937],[-174.092966,52.127834],[-174.098948,52.112982],[-174.113515,52.112494],[-174.147898,52.127834],[-174.15685,52.129096],[-174.163808,52.125434],[-174.170522,52.120347],[-174.178578,52.117906],[-174.189646,52.11933],[-174.211008,52.124661],[-174.223256,52.124701],[-174.216501,52.116604],[-174.213206,52.107978],[-174.213206,52.099066],[-174.21642,52.089911],[-174.230051,52.095608],[-174.271067,52.097398],[-174.279246,52.100775],[-174.300526,52.113227],[-174.305857,52.117906],[-174.321034,52.123358],[-174.338694,52.120551],[-174.356882,52.114814],[-174.373769,52.111721],[-174.413197,52.113837],[-174.429921,52.110053],[-174.435536,52.097398],[-174.421335,52.102281],[-174.406199,52.104193],[-174.374135,52.104234],[-174.374135,52.097398],[-174.392771,52.092841],[-174.398142,52.052639],[-174.411366,52.042792],[-174.435862,52.044501],[-174.444447,52.050849],[-174.449167,52.063422],[-174.46227,52.083726],[-174.475697,52.068915],[-174.493276,52.072008],[-174.510935,52.084377],[-174.524973,52.097398],[-174.526072,52.081977],[-174.497792,52.053168],[-174.490183,52.035346],[-174.504832,52.047512],[-174.523142,52.057318],[-174.542185,52.061428],[-174.559071,52.056464],[-174.552602,52.052965],[-174.54365,52.045722],[-174.538564,52.042792],[-174.538564,52.035346],[-174.550649,52.03677],[-174.571278,52.041693],[-174.582957,52.042792],[-174.592397,52.040717],[-174.615468,52.031317],[-174.62739,52.02851],[-174.650746,52.03266],[-174.694203,52.051581],[-174.709299,52.049018],[-174.69933,52.042548],[-174.697703,52.035834],[-174.703725,52.030585],[-174.716746,52.02851],[-174.702138,52.020575],[-174.715281,52.016506],[-174.754262,52.014838],[-174.763051,52.016995],[-174.783274,52.026353],[-174.888051,52.042792],[-174.899037,52.039781],[-174.91865,52.030463],[-174.929026,52.02851],[-174.967478,52.030585],[-174.984812,52.027899],[-175.000966,52.018256],[-175.035024,52.00434],[-175.323557,52.007758],[-175.340525,52.014838],[-175.31078,52.026679],[-175.210194,52.035346],[-175.161326,52.048529],[-175.141306,52.049018],[-175.124501,52.047553],[-175.110219,52.044623],[-175.106313,52.038764],[-175.120798,52.02851],[-175.104115,52.029853],[-175.075999,52.040595],[-175.059316,52.042792],[-175.04247,52.038723],[-175.029856,52.032538],[-175.019846,52.03148],[-175.010935,52.042792],[-175.023508,52.048407],[-175.027048,52.054023],[-175.024607,52.066107],[-175.019968,52.07453],[-175.009958,52.074774],[-175.000478,52.071479],[-174.997263,52.069485],[-174.99413,52.066311],[-174.984609,52.060533],[-174.974599,52.058336],[-174.96996,52.066107],[-174.965932,52.079739],[-174.956736,52.08218],[-174.938954,52.07689],[-174.930287,52.086615],[-174.917795,52.104682],[-174.906565,52.114895],[-174.901723,52.100816],[-174.893788,52.088935],[-174.855092,52.104804],[-174.840199,52.089911],[-174.824941,52.097602],[-174.808665,52.098049],[-174.794504,52.091132],[-174.785634,52.07689],[-174.755483,52.094875],[-174.744008,52.103502],[-174.744008,52.117906],[-174.722971,52.124701],[-174.697825,52.110989],[-174.65038,52.104315],[-174.601552,52.104641],[-174.572133,52.111721],[-174.592152,52.115302],[-174.59789,52.122626],[-174.590688,52.131049],[-174.572133,52.138373],[-174.551625,52.139106],[-174.529124,52.137112],[-174.50947,52.139106],[-174.497629,52.152045],[-174.526723,52.151313],[-174.540476,52.153225],[-174.552846,52.158881],[-174.5454,52.165717],[-174.550038,52.168524],[-174.552358,52.170803],[-174.559071,52.179348],[-174.449208,52.179348],[-174.424428,52.170844],[-174.412668,52.17121],[-174.407664,52.182766],[-174.413035,52.189602],[-174.425608,52.196682],[-174.449208,52.206692],[-174.449208,52.212836],[-174.387074,52.212958],[-174.361195,52.20539],[-174.339345,52.186184],[-174.330881,52.202338],[-174.315419,52.214667],[-174.298289,52.219428],[-174.284739,52.212836],[-174.277659,52.21955],[-174.272572,52.23135],[-174.267649,52.237698],[-174.259145,52.240912],[-174.236318,52.24372],[-174.229482,52.248236],[-174.228261,52.267524],[-174.24474,52.274156],[-174.284739,52.27558],[-174.299672,52.283149],[-174.309519,52.293036],[-174.317128,52.30268],[-174.325673,52.309638],[-174.344919,52.315375],[-174.355295,52.311184],[-174.356272,52.299262],[-174.346791,52.281806],[-174.37678,52.28384],[-174.415842,52.293443],[-174.442576,52.307522],[-174.435536,52.322699],[-174.369374,52.324774],[-174.338612,52.335517],[-174.346791,52.364325],[-174.334421,52.370266],[-174.323069,52.367865],[-174.311472,52.363756],[-174.298411,52.364325],[-174.288319,52.371772],[-174.282297,52.388414],[-174.242055,52.396877],[-174.190297,52.417873],[-174.161814,52.419582],[-174.145457,52.409491],[-174.123891,52.399726]]],[[[173.79127,52.501532],[173.730642,52.472113],[173.713064,52.450588],[173.726085,52.422919],[173.733653,52.4112],[173.738943,52.394436],[173.742442,52.37641],[173.743419,52.361233],[173.660899,52.350653],[173.663585,52.356106],[173.664236,52.35871],[173.66505,52.360663],[173.668468,52.364325],[173.668468,52.371161],[173.656016,52.370063],[173.644542,52.371161],[173.634532,52.373969],[173.62672,52.377997],[173.627615,52.394599],[173.605317,52.396796],[173.500662,52.38703],[173.401703,52.396674],[173.388927,52.403795],[173.394054,52.419582],[173.408458,52.430121],[173.431326,52.440497],[173.454275,52.447211],[173.469086,52.446845],[173.491466,52.442043],[173.510509,52.441596],[173.527843,52.445502],[173.544932,52.453681],[173.567068,52.471177],[173.575531,52.473578],[173.592784,52.474066],[173.599294,52.476386],[173.602306,52.481676],[173.609548,52.491278],[173.618663,52.498725],[173.624522,52.500718],[173.631114,52.500434],[173.737478,52.51081],[173.767345,52.509426],[173.79127,52.501532]]],[[[-171.222157,52.46308],[-171.276845,52.453681],[-171.311635,52.46426],[-171.314646,52.48843],[-171.293568,52.514106],[-171.256418,52.529446],[-171.221669,52.51081],[-171.207631,52.498725],[-171.211659,52.484442],[-171.216013,52.47724],[-171.218088,52.469387],[-171.222157,52.46308]]],[[[-170.597849,52.611396],[-170.621938,52.593899],[-170.645457,52.587104],[-170.670847,52.589016],[-170.700876,52.597724],[-170.752797,52.574286],[-170.769154,52.562934],[-170.786082,52.547512],[-170.797841,52.540269],[-170.81078,52.542914],[-170.831248,52.556708],[-170.837392,52.549262],[-170.846669,52.584377],[-170.821238,52.616034],[-170.755483,52.659125],[-170.748647,52.66767],[-170.74706,52.674384],[-170.743723,52.678697],[-170.731923,52.680243],[-170.715077,52.680325],[-170.703481,52.681871],[-170.694081,52.686835],[-170.684071,52.696967],[-170.670481,52.700832],[-170.647084,52.699164],[-170.622304,52.693996],[-170.604644,52.687079],[-170.593455,52.685207],[-170.583119,52.682359],[-170.573354,52.678371],[-170.56371,52.672797],[-170.566111,52.662177],[-170.565907,52.656155],[-170.56725,52.650702],[-170.597849,52.611396]]],[[[174.164806,52.720933],[174.182302,52.706936],[174.09669,52.713772],[174.080333,52.717678],[174.083507,52.726508],[174.097667,52.735785],[174.113943,52.741034],[174.164806,52.720933]]],[[[-170.128123,52.727444],[-170.194407,52.727444],[-170.180247,52.766791],[-170.173289,52.775214],[-170.179677,52.780015],[-170.182444,52.78148],[-170.18696,52.78266],[-170.169016,52.789781],[-170.146555,52.791002],[-170.123647,52.788072],[-170.1044,52.78266],[-170.086252,52.77912],[-170.065785,52.771064],[-170.056101,52.760321],[-170.070261,52.748481],[-170.067209,52.744574],[-170.065745,52.741441],[-170.063425,52.73428],[-170.128123,52.727444]]],[[[-169.782908,52.892524],[-169.767527,52.884711],[-169.755483,52.884914],[-169.743357,52.887112],[-169.72761,52.885077],[-169.715891,52.879055],[-169.707224,52.872748],[-169.698557,52.86933],[-169.686635,52.872016],[-169.686635,52.866929],[-169.684763,52.864],[-169.681996,52.861477],[-169.67927,52.857733],[-169.683054,52.851996],[-169.693471,52.830471],[-169.67927,52.823635],[-169.692576,52.813788],[-169.706532,52.805569],[-169.713857,52.796129],[-169.707143,52.78266],[-169.723378,52.774482],[-169.737904,52.778306],[-169.76179,52.795722],[-169.781443,52.8039],[-169.864817,52.820868],[-169.877309,52.819525],[-169.914866,52.799384],[-169.922068,52.797553],[-169.939931,52.795722],[-169.957102,52.790351],[-169.964101,52.789496],[-169.970164,52.791653],[-169.978993,52.801011],[-170.000722,52.809516],[-170.011098,52.823635],[-170.011667,52.837714],[-169.973256,52.855658],[-169.964101,52.857733],[-169.922841,52.850898],[-169.899363,52.851793],[-169.887441,52.855292],[-169.86852,52.875149],[-169.85029,52.882514],[-169.802968,52.88227],[-169.782908,52.892524]]],[[[-170.030588,52.864569],[-170.056101,52.857082],[-170.090769,52.864569],[-170.104807,52.871161],[-170.117055,52.879218],[-170.124827,52.888617],[-170.125478,52.899359],[-170.117299,52.909654],[-170.10322,52.916327],[-170.086374,52.919501],[-170.070261,52.919176],[-170.014272,52.905829],[-169.994578,52.905585],[-170.011098,52.88227],[-170.030588,52.864569]]],[[[172.904063,53.001166],[172.911388,52.998603],[172.914236,52.992662],[172.91627,52.986233],[172.921072,52.981879],[172.934093,52.979885],[172.957286,52.979641],[172.969412,52.974433],[173.008067,52.989691],[173.027192,52.993598],[173.127208,52.99494],[173.143321,52.990383],[173.175059,52.971747],[173.184744,52.967597],[173.186046,52.961819],[173.171397,52.948635],[173.140147,52.926663],[173.151541,52.928778],[173.16033,52.92772],[173.165863,52.922756],[173.167491,52.913031],[173.222179,52.937323],[173.249848,52.944403],[173.256847,52.933498],[173.30128,52.925605],[173.32252,52.916002],[173.321788,52.902493],[173.309337,52.892768],[173.296397,52.885484],[173.263031,52.872016],[173.301524,52.85932],[173.351573,52.852484],[173.401866,52.851874],[173.441905,52.857733],[173.433116,52.838568],[173.418712,52.830756],[173.376638,52.830471],[173.337413,52.826239],[173.322032,52.820217],[173.321544,52.810858],[173.296153,52.829535],[173.281993,52.837388],[173.263031,52.844143],[173.241954,52.847113],[173.222667,52.843817],[173.206554,52.83393],[173.194835,52.816799],[173.18865,52.816799],[173.18865,52.823635],[173.181163,52.823635],[173.174327,52.809312],[173.18865,52.803168],[173.18865,52.795722],[173.163748,52.793524],[173.146495,52.788275],[173.131521,52.788642],[173.112804,52.803168],[173.094005,52.826565],[173.089366,52.830471],[173.077485,52.828315],[173.057872,52.818915],[173.04835,52.816799],[173.016612,52.802191],[172.981293,52.772773],[172.944347,52.749823],[172.907481,52.754706],[172.910818,52.760159],[172.912852,52.770087],[172.91212,52.780992],[172.907481,52.789496],[172.893809,52.796088],[172.880219,52.795315],[172.856212,52.789496],[172.849376,52.791815],[172.839366,52.801581],[172.832286,52.803168],[172.826996,52.799384],[172.821788,52.785631],[172.814626,52.78266],[172.801768,52.78441],[172.776622,52.792873],[172.763438,52.795722],[172.763438,52.803168],[172.776703,52.810981],[172.783214,52.822821],[172.790782,52.850898],[172.808767,52.877509],[172.811046,52.887926],[172.797618,52.892524],[172.787852,52.890815],[172.756033,52.878241],[172.744477,52.877102],[172.708181,52.878241],[172.640391,52.868801],[172.62615,52.872016],[172.63559,52.87934],[172.660411,52.913031],[172.652843,52.924384],[172.639903,52.928046],[172.605154,52.926663],[172.547618,52.912909],[172.534028,52.916083],[172.520193,52.922593],[172.491873,52.920111],[172.476085,52.926663],[172.551117,52.967597],[172.557384,52.96015],[172.576915,52.977973],[172.660411,53.008612],[172.730805,53.000393],[172.746755,53.004869],[172.762869,53.014146],[172.781098,53.01553],[172.904063,53.001166]]],[[[-169.71935,52.950141],[-169.748118,52.946519],[-169.741933,52.96015],[-169.760487,52.968695],[-169.758005,52.982733],[-169.749867,52.998481],[-169.753285,53.024807],[-169.734242,53.032904],[-169.709421,53.036526],[-169.693471,53.035875],[-169.680735,53.033189],[-169.673207,53.025214],[-169.669138,53.013861],[-169.666208,53.001166],[-169.68635,52.989],[-169.701405,52.968207],[-169.71935,52.950141]]],[[[-168.00829,53.570299],[-167.95991,53.537787],[-167.934682,53.52676],[-167.90156,53.522528],[-167.837392,53.525458],[-167.806996,53.520087],[-167.794789,53.502021],[-167.808095,53.477932],[-167.852976,53.447252],[-167.871165,53.426947],[-167.861684,53.421454],[-167.853871,53.413642],[-167.851308,53.403876],[-167.857493,53.392768],[-167.850046,53.385403],[-167.875559,53.371894],[-167.937734,53.348456],[-167.96642,53.344428],[-167.988108,53.338568],[-168.138173,53.273261],[-168.172231,53.265041],[-168.225779,53.259711],[-168.256459,53.250312],[-168.271189,53.248196],[-168.287587,53.242987],[-168.311716,53.220038],[-168.329213,53.214667],[-168.325429,53.204779],[-168.322987,53.200995],[-168.340199,53.189399],[-168.349436,53.172431],[-168.35912,53.161078],[-168.377634,53.166205],[-168.376576,53.140204],[-168.390696,53.124701],[-168.412099,53.112616],[-168.432851,53.097357],[-168.466054,53.056627],[-168.489939,53.04206],[-168.515452,53.050198],[-168.531199,53.034613],[-168.584055,53.030463],[-168.607289,53.018866],[-168.62621,53.00495],[-168.67158,52.982367],[-168.686106,52.967597],[-168.681467,52.96308],[-168.679311,52.96015],[-168.751291,52.96015],[-168.774526,52.956366],[-168.778635,52.947333],[-168.769887,52.936265],[-168.754384,52.926663],[-168.766062,52.913886],[-168.780385,52.913642],[-168.7954,52.92182],[-168.809031,52.933498],[-168.818349,52.919623],[-168.831776,52.918524],[-168.846628,52.9206],[-168.860219,52.916083],[-168.885732,52.896186],[-168.900828,52.888251],[-168.934682,52.882636],[-168.988393,52.864569],[-169.024241,52.859565],[-169.039906,52.853664],[-169.035593,52.844143],[-169.035593,52.837307],[-169.111277,52.823635],[-169.095326,52.834906],[-169.077219,52.837592],[-169.060862,52.841783],[-169.049875,52.857733],[-169.053171,52.859809],[-169.053822,52.860338],[-169.054067,52.861314],[-169.05602,52.864569],[-168.996571,52.871527],[-168.980946,52.878241],[-168.970448,52.894721],[-168.967885,52.927191],[-168.952992,52.940334],[-168.930247,52.944281],[-168.910105,52.940619],[-168.890981,52.940334],[-168.871083,52.954006],[-168.863271,52.971584],[-168.862009,53.006903],[-168.850575,53.022203],[-168.828928,53.016099],[-168.808054,53.028388],[-168.772084,53.066962],[-168.768625,53.081448],[-168.794504,53.115546],[-168.795969,53.138332],[-168.788523,53.15233],[-168.775339,53.170803],[-168.759511,53.186713],[-168.727406,53.199286],[-168.697825,53.2237],[-168.686106,53.228339],[-168.637563,53.250474],[-168.630849,53.258734],[-168.623362,53.274237],[-168.605702,53.275133],[-168.569447,53.261786],[-168.550486,53.252427],[-168.541331,53.249335],[-168.528188,53.248196],[-168.520823,53.251288],[-168.501536,53.265448],[-168.482411,53.270494],[-168.473744,53.274237],[-168.464304,53.276801],[-168.453359,53.275458],[-168.447865,53.270819],[-168.438914,53.254706],[-168.432851,53.248196],[-168.404368,53.257961],[-168.379465,53.260972],[-168.360789,53.271308],[-168.350942,53.302802],[-168.362294,53.297309],[-168.371531,53.298326],[-168.375478,53.305162],[-168.370798,53.317084],[-168.386098,53.322577],[-168.417795,53.326239],[-168.432851,53.330064],[-168.432851,53.337592],[-168.419749,53.342719],[-168.406199,53.353664],[-168.395701,53.366848],[-168.391916,53.378485],[-168.396962,53.396674],[-168.404042,53.403225],[-168.406565,53.409491],[-168.398142,53.426947],[-168.373606,53.46015],[-168.364613,53.467922],[-168.349721,53.473822],[-168.314565,53.482001],[-168.270701,53.513861],[-168.236806,53.530097],[-168.199818,53.540229],[-168.125478,53.546698],[-168.107004,53.551703],[-168.093373,53.55976],[-168.07787,53.563381],[-168.028879,53.560492],[-168.00829,53.570299]]],[[[-166.089182,53.844672],[-166.099192,53.83393],[-166.102773,53.831],[-166.112904,53.830308],[-166.120961,53.826483],[-166.12682,53.81981],[-166.130116,53.810492],[-166.119618,53.802639],[-166.117177,53.793036],[-166.121205,53.783637],[-166.130116,53.776353],[-166.14448,53.772528],[-166.174265,53.776313],[-166.191599,53.776353],[-166.176707,53.757636],[-166.17158,53.74787],[-166.174794,53.738511],[-166.184519,53.733873],[-166.226308,53.727973],[-166.222117,53.722846],[-166.212636,53.708075],[-166.2329,53.716783],[-166.271921,53.743354],[-166.290883,53.749091],[-166.297841,53.760199],[-166.299265,53.781684],[-166.290517,53.795356],[-166.267283,53.783149],[-166.267527,53.79682],[-166.262034,53.803209],[-166.253245,53.807318],[-166.243398,53.81391],[-166.237864,53.815253],[-166.236806,53.806138],[-166.23998,53.783149],[-166.232533,53.783149],[-166.212351,53.822943],[-166.197825,53.837104],[-166.177927,53.831],[-166.169749,53.842963],[-166.160837,53.843573],[-166.150258,53.839586],[-166.136952,53.837836],[-166.124582,53.841213],[-166.116038,53.845771],[-166.105946,53.848049],[-166.089182,53.844672]]],[[[-166.111521,53.956],[-166.15392,53.955308],[-166.169057,53.956773],[-166.191274,53.964911],[-166.196116,53.981024],[-166.189158,53.989691],[-166.180287,53.989814],[-166.156565,53.993598],[-166.115793,53.988674],[-166.094553,53.980658],[-166.087758,53.977932],[-166.079539,53.970893],[-166.088979,53.961656],[-166.111521,53.956]]],[[[-166.746449,53.975002],[-166.731028,53.974107],[-166.71935,53.984565],[-166.709462,53.998481],[-166.69929,54.00849],[-166.668324,54.013577],[-166.634592,54.004584],[-166.605702,53.985785],[-166.589426,53.961371],[-166.612742,53.955512],[-166.625071,53.95067],[-166.630442,53.943996],[-166.631337,53.939032],[-166.63561,53.929389],[-166.636586,53.923489],[-166.634592,53.91706],[-166.630198,53.910468],[-166.625681,53.906073],[-166.623606,53.906155],[-166.636098,53.876532],[-166.633494,53.871975],[-166.6197,53.87519],[-166.608144,53.881293],[-166.596425,53.884508],[-166.58198,53.879381],[-166.606679,53.844794],[-166.609934,53.831],[-166.586985,53.839301],[-166.489491,53.900092],[-166.475331,53.899075],[-166.459096,53.885565],[-166.4558,53.896145],[-166.438588,53.926581],[-166.439565,53.928127],[-166.439768,53.941718],[-166.438588,53.947089],[-166.422719,53.951158],[-166.41808,53.953843],[-166.409861,53.98017],[-166.403879,53.989244],[-166.370351,54.00849],[-166.360178,53.992825],[-166.36913,53.973822],[-166.373402,53.956773],[-166.349233,53.947089],[-166.326039,53.952867],[-166.300242,53.966132],[-166.276723,53.974921],[-166.260487,53.967597],[-166.254221,53.951402],[-166.250966,53.936591],[-166.254221,53.923489],[-166.267283,53.912909],[-166.253285,53.91352],[-166.241038,53.919013],[-166.218861,53.934027],[-166.218739,53.918606],[-166.224924,53.905463],[-166.235056,53.894477],[-166.246816,53.885565],[-166.26655,53.874335],[-166.283925,53.868964],[-166.301707,53.868476],[-166.322499,53.871975],[-166.327748,53.876532],[-166.331492,53.883612],[-166.336537,53.887437],[-166.345815,53.882514],[-166.349477,53.875922],[-166.352976,53.858344],[-166.356679,53.851508],[-166.374338,53.842108],[-166.414296,53.837958],[-166.431752,53.831],[-166.418406,53.815416],[-166.411326,53.810492],[-166.424184,53.804755],[-166.521596,53.789008],[-166.541615,53.790025],[-166.517812,53.780585],[-166.506703,53.777899],[-166.493235,53.776353],[-166.493235,53.769517],[-166.520701,53.764594],[-166.540883,53.751776],[-166.575144,53.714301],[-166.559519,53.715644],[-166.550893,53.710598],[-166.549306,53.700588],[-166.554677,53.686998],[-166.540639,53.695136],[-166.521596,53.721422],[-166.513743,53.727973],[-166.498402,53.722846],[-166.487986,53.69481],[-166.47643,53.697577],[-166.473215,53.702948],[-166.472157,53.709947],[-166.472727,53.724555],[-166.471303,53.733954],[-166.467519,53.738023],[-166.462026,53.740546],[-166.455678,53.745347],[-166.440378,53.754462],[-166.420277,53.758734],[-166.404978,53.755316],[-166.403879,53.741645],[-166.39387,53.740627],[-166.386179,53.736721],[-166.380483,53.730129],[-166.376536,53.721137],[-166.3697,53.734849],[-166.368276,53.758734],[-166.359812,53.772935],[-166.346181,53.782701],[-166.334096,53.782416],[-166.323679,53.774726],[-166.315134,53.762112],[-166.314443,53.748033],[-166.319773,53.737291],[-166.317576,53.730414],[-166.294301,53.727973],[-166.278147,53.723863],[-166.275217,53.71369],[-166.276682,53.700385],[-166.273508,53.686998],[-166.289499,53.679918],[-166.331288,53.674018],[-166.407786,53.672675],[-166.424998,53.66649],[-166.409413,53.655707],[-166.403879,53.652818],[-166.427602,53.651109],[-166.449208,53.6435],[-166.470408,53.638739],[-166.493235,53.646064],[-166.547231,53.625922],[-166.562123,53.618109],[-166.546254,53.615383],[-166.534535,53.608954],[-166.526438,53.598782],[-166.521189,53.584621],[-166.549509,53.60106],[-166.575795,53.593695],[-166.593373,53.569566],[-166.595652,53.5362],[-166.608632,53.555121],[-166.66454,53.598212],[-166.665883,53.581732],[-166.642893,53.550035],[-166.636586,53.532782],[-166.64741,53.52912],[-166.712961,53.549791],[-166.708445,53.536282],[-166.696523,53.530341],[-166.68163,53.526557],[-166.667958,53.519436],[-166.656361,53.502387],[-166.659169,53.490912],[-166.671498,53.488471],[-166.697825,53.505316],[-166.707712,53.508246],[-166.729685,53.508857],[-166.734364,53.511542],[-166.742624,53.524726],[-166.746449,53.529364],[-166.771555,53.548163],[-166.794871,53.570299],[-166.809153,53.556627],[-166.800282,53.546088],[-166.781239,53.508857],[-166.7506,53.479193],[-166.746449,53.467922],[-166.752187,53.450873],[-166.764475,53.449123],[-166.794871,53.461086],[-166.800282,53.464748],[-166.801829,53.46898],[-166.805002,53.471015],[-166.815378,53.467922],[-166.816111,53.464423],[-166.825022,53.445868],[-166.82905,53.439927],[-166.868845,53.47602],[-166.87682,53.481513],[-166.893056,53.475979],[-166.90449,53.446845],[-166.917795,53.439927],[-166.930409,53.445136],[-166.934519,53.455797],[-166.938914,53.463813],[-166.952504,53.461086],[-166.960317,53.451483],[-166.963206,53.439521],[-166.969187,53.429674],[-166.986684,53.426947],[-166.984364,53.431342],[-166.979237,53.447414],[-167.007395,53.452582],[-167.068349,53.426988],[-167.099965,53.419501],[-167.120554,53.418524],[-167.136667,53.41592],[-167.212229,53.387519],[-167.242991,53.383205],[-167.27363,53.373847],[-167.291737,53.371649],[-167.299184,53.365912],[-167.312856,53.33869],[-167.321848,53.330064],[-167.391347,53.344428],[-167.407297,53.340562],[-167.439036,53.325263],[-167.458974,53.32392],[-167.455027,53.313463],[-167.45283,53.309638],[-167.46935,53.304511],[-167.48054,53.295844],[-167.5006,53.275458],[-167.502675,53.270413],[-167.504262,53.263414],[-167.508249,53.259914],[-167.527089,53.272203],[-167.536448,53.275133],[-167.559275,53.275458],[-167.592112,53.280951],[-167.606068,53.280707],[-167.620066,53.27204],[-167.625803,53.265692],[-167.627878,53.262641],[-167.630483,53.260199],[-167.66511,53.241929],[-167.672312,53.261623],[-167.697133,53.270941],[-167.753855,53.275458],[-167.780588,53.280707],[-167.802235,53.28913],[-167.809153,53.294135],[-167.811472,53.298529],[-167.815134,53.301581],[-167.834299,53.303127],[-167.840321,53.304267],[-167.845204,53.306342],[-167.850046,53.309638],[-167.718455,53.381293],[-167.702952,53.385403],[-167.6704,53.385443],[-167.654652,53.382554],[-167.641469,53.375067],[-167.638051,53.37816],[-167.594187,53.378607],[-167.592112,53.38231],[-167.596791,53.392768],[-167.570546,53.396308],[-167.51655,53.381415],[-167.486928,53.378485],[-167.495351,53.385199],[-167.513621,53.40644],[-167.513621,53.412665],[-167.504587,53.41413],[-167.499135,53.417548],[-167.494374,53.422024],[-167.474599,53.434027],[-167.458974,53.433743],[-167.440867,53.430406],[-167.408437,53.419257],[-167.390736,53.419501],[-167.395457,53.424058],[-167.400746,53.430732],[-167.404408,53.433743],[-167.378407,53.431952],[-167.34321,53.418769],[-167.321523,53.416449],[-167.33613,53.447414],[-167.3131,53.441962],[-167.303578,53.445258],[-167.301951,53.455512],[-167.302602,53.47134],[-167.291615,53.47602],[-167.226267,53.461086],[-167.212758,53.461982],[-167.169626,53.470201],[-167.15864,53.477118],[-167.161488,53.482367],[-167.166575,53.497301],[-167.164784,53.495185],[-167.172475,53.510199],[-167.17748,53.516343],[-167.185292,53.522528],[-167.170155,53.523261],[-167.107289,53.514472],[-167.04308,53.517768],[-166.980051,53.528062],[-166.960032,53.5362],[-166.981882,53.544867],[-167.004099,53.543891],[-167.051869,53.5362],[-167.098134,53.539252],[-167.120676,53.545396],[-167.144358,53.556627],[-167.139638,53.559272],[-167.137278,53.561998],[-167.134958,53.565497],[-167.130076,53.570299],[-167.153635,53.581448],[-167.162058,53.602362],[-167.155385,53.622626],[-167.133778,53.631781],[-167.092722,53.628648],[-167.082875,53.625556],[-167.073354,53.618801],[-167.059763,53.603461],[-167.048166,53.598212],[-167.05016,53.601793],[-167.051584,53.602444],[-167.05309,53.602484],[-167.055531,53.604438],[-167.048166,53.611274],[-167.053578,53.627509],[-167.03779,53.62873],[-166.99352,53.618109],[-167.006825,53.637274],[-167.044911,53.652737],[-167.062367,53.66649],[-167.064646,53.682685],[-167.050649,53.695868],[-167.028025,53.704779],[-166.946523,53.715766],[-166.916371,53.715725],[-166.894154,53.704332],[-166.870432,53.673896],[-166.864939,53.657172],[-166.863149,53.631781],[-166.856313,53.631781],[-166.853586,53.640815],[-166.850168,53.647854],[-166.842641,53.659654],[-166.830759,53.652899],[-166.801707,53.631781],[-166.827097,53.690863],[-166.82905,53.708075],[-166.786733,53.691962],[-166.766916,53.690863],[-166.746449,53.700629],[-166.757639,53.699693],[-166.768422,53.700873],[-166.778513,53.703762],[-166.787465,53.708075],[-166.768137,53.714545],[-166.724802,53.714097],[-166.705515,53.721137],[-166.733998,53.726467],[-166.807688,53.72956],[-166.883982,53.755276],[-166.89863,53.756903],[-166.938303,53.769517],[-166.968617,53.77261],[-166.990549,53.767035],[-167.011301,53.759223],[-167.038197,53.755276],[-167.103383,53.803656],[-167.100819,53.805569],[-167.097605,53.811754],[-167.09553,53.819037],[-167.096547,53.824164],[-167.101999,53.825629],[-167.117543,53.823676],[-167.130076,53.824693],[-167.145253,53.822903],[-167.151112,53.824164],[-167.156199,53.829779],[-167.158152,53.84219],[-167.161366,53.84809],[-167.163401,53.857367],[-167.151926,53.86225],[-167.137278,53.86518],[-167.130076,53.868557],[-167.12678,53.875067],[-167.103383,53.906155],[-167.086659,53.920315],[-167.049672,53.941636],[-167.031077,53.957668],[-167.021596,53.961249],[-166.9829,53.953843],[-166.972646,53.956732],[-166.938303,53.975002],[-166.916208,53.979885],[-166.895253,53.980902],[-166.875315,53.9772],[-166.856313,53.967597],[-166.831858,53.982123],[-166.779001,54.002753],[-166.753896,54.016018],[-166.741892,54.005439],[-166.746449,53.994818],[-166.752878,53.984442],[-166.746449,53.975002]]],[[[-165.252797,54.077704],[-165.247304,54.068183],[-165.245676,54.056952],[-165.261952,54.063178],[-165.271352,54.064683],[-165.280385,54.063788],[-165.284291,54.060126],[-165.292836,54.04682],[-165.294057,54.043891],[-165.30781,54.047838],[-165.326039,54.06684],[-165.33845,54.071234],[-165.387807,54.070136],[-165.422434,54.07746],[-165.465281,54.073879],[-165.485829,54.07746],[-165.376576,54.091051],[-165.266713,54.091051],[-165.259958,54.085395],[-165.252797,54.077704]]],[[[-164.937815,54.12519],[-164.932729,54.114],[-164.939931,54.099311],[-164.95287,54.085598],[-164.965077,54.07746],[-164.976023,54.075751],[-165.053822,54.07746],[-165.089182,54.070868],[-165.102244,54.071234],[-165.107737,54.073879],[-165.116322,54.082953],[-165.123036,54.084866],[-165.128529,54.083686],[-165.143259,54.07746],[-165.206776,54.085354],[-165.225779,54.091051],[-165.21935,54.10163],[-165.212595,54.109361],[-165.203684,54.114732],[-165.191029,54.118354],[-165.183217,54.118354],[-165.171254,54.113471],[-165.164377,54.112128],[-165.154978,54.115383],[-165.14094,54.129462],[-165.133005,54.132636],[-165.12621,54.130357],[-165.120473,54.125556],[-165.116892,54.120592],[-165.116526,54.118354],[-165.109446,54.119452],[-165.097401,54.124172],[-165.091746,54.12519],[-165.077382,54.123603],[-165.064158,54.119289],[-165.051829,54.112779],[-165.040151,54.104682],[-165.026845,54.111477],[-164.988596,54.123603],[-164.981068,54.130683],[-164.972524,54.12519],[-164.963857,54.13109],[-164.955068,54.133124],[-164.946156,54.13109],[-164.937815,54.12519]]],[[[-165.874867,54.174384],[-165.85436,54.16767],[-165.83137,54.171536],[-165.814809,54.187323],[-165.799875,54.173896],[-165.759714,54.163153],[-165.739084,54.153144],[-165.759511,54.144477],[-165.821645,54.139472],[-165.821645,54.132636],[-165.809926,54.132717],[-165.7801,54.12519],[-165.739084,54.12519],[-165.672109,54.128852],[-165.657175,54.12519],[-165.664622,54.118354],[-165.679514,54.099066],[-165.699534,54.08869],[-165.770619,54.070746],[-165.780995,54.070014],[-165.794301,54.071234],[-165.828928,54.082994],[-165.83906,54.084866],[-165.852244,54.0751],[-165.887318,54.036322],[-165.900746,54.033352],[-165.908559,54.044013],[-165.912465,54.05386],[-165.918202,54.060981],[-165.931508,54.063788],[-165.956899,54.060736],[-165.966135,54.062445],[-165.972483,54.071234],[-165.988718,54.059149],[-166.023183,54.045885],[-166.040761,54.036444],[-166.07551,54.063788],[-166.065989,54.077582],[-166.08019,54.09219],[-166.12267,54.118354],[-166.108998,54.132636],[-166.116444,54.139472],[-166.106435,54.149563],[-166.091664,54.171291],[-166.081736,54.180487],[-166.071238,54.185207],[-166.034535,54.194078],[-165.971384,54.219468],[-165.945505,54.222073],[-165.934153,54.220893],[-165.912099,54.215766],[-165.879628,54.213446],[-165.87678,54.209621],[-165.880686,54.202297],[-165.883738,54.19066],[-165.874867,54.174384]]],[[[-165.519032,54.270209],[-165.529897,54.260891],[-165.546254,54.252631],[-165.561594,54.242499],[-165.554758,54.235053],[-165.547922,54.239244],[-165.541086,54.242499],[-165.544911,54.227484],[-165.547312,54.222073],[-165.443837,54.200141],[-165.418202,54.20775],[-165.40453,54.19184],[-165.423899,54.183092],[-165.457346,54.179877],[-165.485829,54.180487],[-165.485829,54.173651],[-165.473988,54.16592],[-165.479685,54.162665],[-165.506337,54.159329],[-165.528554,54.148586],[-165.539906,54.145209],[-165.554758,54.145697],[-165.541086,54.139472],[-165.550852,54.122301],[-165.567942,54.112494],[-165.588816,54.110907],[-165.609975,54.118354],[-165.624867,54.132392],[-165.623891,54.145087],[-165.612375,54.158271],[-165.595693,54.173651],[-165.631785,54.189643],[-165.623484,54.200832],[-165.596018,54.21369],[-165.574574,54.235053],[-165.600697,54.242011],[-165.684438,54.235053],[-165.679799,54.248928],[-165.673573,54.262356],[-165.664255,54.27261],[-165.650339,54.276597],[-165.634836,54.276313],[-165.630686,54.279242],[-165.627065,54.296454],[-165.621571,54.296617],[-165.614207,54.292792],[-165.598459,54.287299],[-165.596873,54.280504],[-165.597239,54.273383],[-165.595693,54.269192],[-165.587229,54.266547],[-165.585032,54.268052],[-165.582875,54.272121],[-165.574574,54.276597],[-165.531199,54.294379],[-165.513173,54.297187],[-165.494333,54.296373],[-165.491282,54.289984],[-165.500844,54.283881],[-165.519968,54.283515],[-165.519032,54.270209]]],[[[-162.405141,54.39057],[-162.401601,54.385891],[-162.395741,54.385891],[-162.368113,54.392076],[-162.368113,54.385891],[-162.413197,54.371812],[-162.435414,54.372016],[-162.453806,54.382473],[-162.480173,54.401923],[-162.484812,54.406399],[-162.485422,54.413886],[-162.481516,54.419582],[-162.472239,54.422105],[-162.456899,54.420071],[-162.409128,54.406399],[-162.407338,54.397406],[-162.405141,54.39057]]],[[[-162.621409,54.454779],[-162.615427,54.454291],[-162.602122,54.456],[-162.594675,54.454779],[-162.594594,54.453111],[-162.5926,54.448717],[-162.58967,54.444037],[-162.587229,54.441107],[-162.587188,54.441107],[-162.549998,54.420071],[-162.546498,54.4147],[-162.545359,54.402981],[-162.546498,54.391262],[-162.549998,54.385891],[-162.655507,54.392076],[-162.646555,54.385688],[-162.63683,54.381415],[-162.62621,54.37934],[-162.614573,54.379096],[-162.614573,54.37226],[-162.63268,54.371894],[-162.647572,54.375434],[-162.676625,54.385891],[-162.728586,54.395819],[-162.754018,54.409573],[-162.78364,54.416409],[-162.796376,54.423489],[-162.841135,54.461005],[-162.821645,54.46247],[-162.822499,54.473822],[-162.829172,54.489081],[-162.827463,54.501939],[-162.813832,54.50434],[-162.79308,54.500312],[-162.758534,54.488267],[-162.734568,54.484565],[-162.690134,54.47134],[-162.656809,54.466783],[-162.621409,54.454779]]],[[[-159.527089,54.759467],[-159.547109,54.753892],[-159.569325,54.754584],[-159.589304,54.75967],[-159.593617,54.766832],[-159.590199,54.775784],[-159.592641,54.786607],[-159.596995,54.797105],[-159.602732,54.80508],[-159.604197,54.812323],[-159.597279,54.820217],[-159.585154,54.824205],[-159.571278,54.822252],[-159.558339,54.815253],[-159.545481,54.806138],[-159.525136,54.794379],[-159.521474,54.792263],[-159.521474,54.792222],[-159.515085,54.786933],[-159.512644,54.77851],[-159.51533,54.768744],[-159.527089,54.759467]]],[[[-133.515167,54.782457],[-133.521759,54.76675],[-133.529246,54.768337],[-133.543975,54.779446],[-133.546091,54.78502],[-133.543772,54.794053],[-133.543568,54.799587],[-133.545725,54.801825],[-133.545033,54.805447],[-133.545155,54.816026],[-133.543528,54.822292],[-133.544749,54.831692],[-133.537831,54.834988],[-133.529815,54.831041],[-133.520579,54.820258],[-133.520334,54.814195],[-133.520334,54.814114],[-133.520131,54.808214],[-133.515777,54.796861],[-133.515167,54.782457]]],[[[-132.73644,54.920315],[-132.725901,54.914862],[-132.71524,54.915229],[-132.704986,54.919867],[-132.695465,54.92772],[-132.685536,54.921129],[-132.674306,54.916815],[-132.66511,54.911933],[-132.661366,54.903551],[-132.655832,54.902167],[-132.643178,54.904731],[-132.629303,54.903998],[-132.620351,54.893012],[-132.615346,54.882473],[-132.616933,54.876166],[-132.623769,54.874823],[-132.634633,54.87934],[-132.635569,54.867499],[-132.630686,54.856269],[-132.62857,54.847846],[-132.637766,54.84455],[-132.651763,54.846381],[-132.663238,54.849311],[-132.674916,54.84984],[-132.68928,54.84455],[-132.675608,54.837388],[-132.669301,54.828559],[-132.662668,54.821031],[-132.647694,54.817857],[-132.637115,54.814032],[-132.626373,54.804755],[-132.617584,54.793443],[-132.612904,54.783759],[-132.6162,54.760199],[-132.636057,54.757473],[-132.66161,54.76789],[-132.681793,54.783759],[-132.684682,54.788764],[-132.68928,54.801825],[-132.692372,54.807318],[-132.698354,54.811672],[-132.71349,54.817084],[-132.719716,54.821275],[-132.722564,54.826565],[-132.727406,54.840399],[-132.730214,54.84455],[-132.736399,54.847317],[-132.749908,54.849189],[-132.757558,54.851996],[-132.771962,54.86225],[-132.776926,54.870063],[-132.779775,54.878241],[-132.788238,54.889594],[-132.794057,54.901923],[-132.788808,54.911038],[-132.782379,54.918891],[-132.78482,54.92772],[-132.778066,54.934556],[-132.77302,54.930243],[-132.757558,54.920315],[-132.750559,54.931098],[-132.738149,54.93537],[-132.7235,54.937242],[-132.709788,54.940823],[-132.713735,54.933051],[-132.719797,54.926947],[-132.727447,54.922675],[-132.73644,54.920315]]],[[[-159.284535,54.940823],[-159.268992,54.929633],[-159.24767,54.930162],[-159.226877,54.93358],[-159.212595,54.931138],[-159.208811,54.918524],[-159.219472,54.906806],[-159.246409,54.889594],[-159.28661,54.871731],[-159.31782,54.884711],[-159.326161,54.907864],[-159.298207,54.920315],[-159.306956,54.929633],[-159.317738,54.933783],[-159.32905,54.93476],[-159.339182,54.934556],[-159.322255,54.938381],[-159.306996,54.946234],[-159.292348,54.951728],[-159.277089,54.948188],[-159.284535,54.940823]]],[[[-162.278757,54.851996],[-162.309031,54.837348],[-162.342152,54.839545],[-162.374379,54.853095],[-162.401601,54.872504],[-162.424184,54.897935],[-162.434153,54.914374],[-162.436391,54.92772],[-162.426707,54.938666],[-162.374949,54.954413],[-162.34435,54.969794],[-162.302561,54.985663],[-162.262685,54.989203],[-162.237782,54.968085],[-162.233388,54.956977],[-162.230417,54.939154],[-162.229319,54.9206],[-162.230946,54.907294],[-162.239003,54.893988],[-162.278757,54.851996]]],[[[-131.241567,54.974595],[-131.237904,54.961127],[-131.237172,54.94953],[-131.243723,54.940823],[-131.243723,54.934556],[-131.211659,54.927232],[-131.197499,54.920315],[-131.194692,54.907294],[-131.203196,54.900702],[-131.239166,54.883002],[-131.250234,54.87934],[-131.285715,54.881781],[-131.299794,54.879218],[-131.314768,54.869452],[-131.331166,54.861233],[-131.350087,54.860907],[-131.369456,54.865668],[-131.387074,54.872504],[-131.387563,54.884223],[-131.426422,54.905829],[-131.441721,54.920315],[-131.46817,54.912421],[-131.482167,54.925605],[-131.478383,54.944729],[-131.451568,54.954413],[-131.430247,54.956],[-131.37149,54.966986],[-131.352284,54.975531],[-131.33019,54.961371],[-131.263824,54.996894],[-131.236236,54.995429],[-131.243723,54.989203],[-131.241567,54.974595]]],[[[-163.75654,55.06037],[-163.681752,55.044379],[-163.571645,55.057034],[-163.525706,55.04385],[-163.539133,55.043443],[-163.545725,55.037584],[-163.545888,55.028022],[-163.539988,55.016547],[-163.531239,55.009711],[-163.508494,55.002021],[-163.479604,54.984931],[-163.461415,54.970771],[-163.444814,54.953681],[-163.430735,54.934556],[-163.423166,54.912014],[-163.421132,54.865912],[-163.412709,54.848334],[-163.373036,54.79267],[-163.35436,54.776923],[-163.328847,54.765692],[-163.303334,54.761786],[-163.233103,54.763495],[-163.223378,54.766425],[-163.216054,54.771918],[-163.207631,54.780341],[-163.198842,54.783881],[-163.188344,54.782294],[-163.177113,54.778795],[-163.166697,54.776923],[-163.144154,54.770331],[-163.128855,54.754136],[-163.107981,54.71483],[-163.09968,54.704739],[-163.09081,54.698472],[-163.082021,54.693671],[-163.073842,54.687567],[-163.067738,54.68358],[-163.056101,54.673896],[-163.050649,54.66413],[-163.063303,54.659613],[-163.155507,54.666205],[-163.170033,54.673896],[-163.154856,54.675686],[-163.114817,54.687567],[-163.127065,54.695502],[-163.140126,54.699856],[-163.154368,54.701402],[-163.170033,54.701239],[-163.185251,54.697496],[-163.21581,54.683295],[-163.228098,54.68008],[-163.238474,54.683051],[-163.247751,54.689887],[-163.261912,54.704657],[-163.272288,54.709133],[-163.299184,54.709906],[-163.313466,54.71483],[-163.347768,54.752265],[-163.369496,54.764553],[-163.402699,54.747138],[-163.417551,54.741767],[-163.431101,54.735012],[-163.43696,54.725084],[-163.429555,54.692125],[-163.430735,54.68008],[-163.449167,54.66352],[-163.506663,54.655748],[-163.51887,54.636379],[-163.533884,54.635321],[-163.622548,54.611802],[-163.67809,54.61636],[-163.789866,54.637926],[-164.13268,54.623236],[-164.183054,54.610256],[-164.218373,54.598131],[-164.329701,54.534817],[-164.334462,54.526801],[-164.332834,54.51557],[-164.330068,54.509589],[-164.329539,54.502509],[-164.334462,54.488267],[-164.361318,54.458482],[-164.405588,54.435981],[-164.457102,54.421047],[-164.505808,54.413804],[-164.573313,54.413398],[-164.608713,54.408922],[-164.633046,54.395819],[-164.652577,54.391995],[-164.802317,54.404039],[-164.825999,54.411322],[-164.845286,54.423489],[-164.873036,54.457221],[-164.88915,54.470933],[-164.909861,54.475287],[-164.904286,54.496649],[-164.912546,54.508734],[-164.924753,54.516913],[-164.930979,54.526801],[-164.933665,54.542955],[-164.940419,54.558661],[-164.958241,54.58515],[-164.938303,54.598863],[-164.90925,54.612128],[-164.879099,54.622138],[-164.796824,54.634467],[-164.739207,54.652777],[-164.700673,54.67829],[-164.569529,54.836982],[-164.557607,54.84455],[-164.547353,54.882758],[-164.541819,54.887437],[-164.477528,54.918891],[-164.453196,54.924994],[-164.399648,54.92772],[-164.378163,54.922838],[-164.336008,54.900051],[-164.313954,54.893012],[-164.225087,54.894721],[-164.212961,54.899888],[-164.210927,54.908433],[-164.224599,54.920315],[-164.190663,54.942125],[-164.15685,54.956977],[-164.119374,54.965399],[-164.05073,54.971137],[-164.026438,54.978339],[-163.985666,54.995429],[-163.937001,55.02912],[-163.916737,55.036363],[-163.823964,55.04385],[-163.803212,55.048041],[-163.780588,55.055854],[-163.75654,55.06037]]],[[[-159.355051,55.037299],[-159.36323,55.036322],[-159.373606,55.036363],[-159.383168,55.034369],[-159.391347,55.029853],[-159.394724,55.025377],[-159.390085,55.023383],[-159.379221,55.017076],[-159.36323,55.002672],[-159.339182,54.975531],[-159.401072,54.950344],[-159.434316,54.94184],[-159.462717,54.948188],[-159.451487,54.956488],[-159.452219,54.96601],[-159.45637,54.975002],[-159.455271,54.981757],[-159.445668,54.985053],[-159.421457,54.981879],[-159.40807,54.981757],[-159.413075,54.991848],[-159.424794,55.030219],[-159.439076,55.028713],[-159.483144,55.016547],[-159.459828,55.038153],[-159.454294,55.04975],[-159.462717,55.058051],[-159.462717,55.064276],[-159.444163,55.060981],[-159.364491,55.057563],[-159.354482,55.054755],[-159.345408,55.050686],[-159.34911,55.041449],[-159.355051,55.037299]]],[[[-131.189992,55.048337],[-131.2162,55.048024],[-131.254895,55.069237],[-131.244148,55.092744],[-131.203972,55.109933],[-131.18915,55.103431],[-131.188079,55.075074],[-131.189992,55.048337]]],[[[-161.730662,55.160549],[-161.730214,55.155911],[-161.731638,55.154486],[-161.734446,55.154364],[-161.738149,55.153713],[-161.713124,55.143988],[-161.660837,55.130683],[-161.641306,55.119534],[-161.652781,55.106269],[-161.68578,55.090399],[-161.696523,55.071112],[-161.711863,55.079006],[-161.724721,55.074286],[-161.737253,55.064765],[-161.751169,55.058051],[-161.770497,55.059027],[-161.784535,55.066799],[-161.797434,55.077053],[-161.813222,55.085395],[-161.806874,55.095649],[-161.77538,55.122626],[-161.771677,55.134345],[-161.783193,55.144924],[-161.813222,55.160549],[-161.809031,55.145006],[-161.812205,55.129788],[-161.826283,55.099066],[-161.840321,55.111762],[-161.871938,55.121405],[-161.893137,55.133938],[-161.900624,55.13349],[-161.906077,55.134589],[-161.908193,55.143459],[-161.906077,55.154853],[-161.900136,55.158026],[-161.891672,55.158149],[-161.843821,55.171332],[-161.730662,55.160549]]],[[[-132.791575,55.173082],[-132.741607,55.149115],[-132.722768,55.133205],[-132.668202,55.050686],[-132.682688,55.034369],[-132.750722,54.995429],[-132.758697,55.008368],[-132.768178,55.018744],[-132.791656,55.036363],[-132.791575,55.013617],[-132.8155,55.015692],[-132.873647,55.036363],[-132.861643,55.045478],[-132.832265,55.048814],[-132.826487,55.054389],[-132.823394,55.065863],[-132.81607,55.074856],[-132.807037,55.081285],[-132.799143,55.085395],[-132.810658,55.090277],[-132.827219,55.094631],[-132.856557,55.099066],[-132.861806,55.104804],[-132.865387,55.117825],[-132.867421,55.131659],[-132.866851,55.14643],[-132.869211,55.153998],[-132.867421,55.160549],[-132.863108,55.162055],[-132.855946,55.161566],[-132.849273,55.163275],[-132.842681,55.179145],[-132.833852,55.186469],[-132.822662,55.190497],[-132.812164,55.188422],[-132.791575,55.173082]]],[[[-161.35436,55.221503],[-161.340321,55.21898],[-161.338206,55.214057],[-161.341501,55.206773],[-161.338206,55.197903],[-161.333567,55.191474],[-161.331492,55.188056],[-161.33019,55.182034],[-161.330759,55.170356],[-161.341868,55.162746],[-161.360463,55.163031],[-161.369822,55.165351],[-161.42219,55.185452],[-161.439687,55.197333],[-161.437449,55.204901],[-161.427317,55.21369],[-161.411448,55.219468],[-161.372263,55.219143],[-161.35436,55.221503]]],[[[-159.524159,55.119534],[-159.522694,55.078803],[-159.524159,55.071112],[-159.494456,55.063137],[-159.48998,55.058051],[-159.493642,55.047593],[-159.504465,55.042467],[-159.517405,55.042426],[-159.527537,55.047268],[-159.549998,55.073798],[-159.562978,55.085435],[-159.578725,55.092231],[-159.582265,55.08161],[-159.583689,55.070868],[-159.582631,55.060492],[-159.578725,55.050686],[-159.593943,55.050727],[-159.620107,55.057034],[-159.633372,55.058051],[-159.639719,55.05386],[-159.643666,55.046617],[-159.647776,55.04328],[-159.65449,55.050686],[-159.65925,55.065131],[-159.654368,55.073391],[-159.633372,55.085395],[-159.627146,55.087633],[-159.621653,55.086371],[-159.616892,55.086371],[-159.612904,55.092231],[-159.611643,55.098944],[-159.613271,55.102973],[-159.617421,55.104804],[-159.623402,55.105292],[-159.645375,55.112698],[-159.65038,55.12637],[-159.640248,55.133938],[-159.5926,55.110175],[-159.577138,55.112006],[-159.57726,55.121731],[-159.599843,55.133205],[-159.585764,55.140937],[-159.551381,55.142157],[-159.544626,55.150295],[-159.552602,55.158922],[-159.591786,55.163764],[-159.606068,55.167914],[-159.582509,55.177151],[-159.584177,55.193183],[-159.589223,55.208401],[-159.575673,55.215155],[-159.562245,55.215481],[-159.557118,55.217027],[-159.553456,55.22134],[-159.544626,55.229397],[-159.540761,55.237616],[-159.539255,55.247138],[-159.53364,55.251044],[-159.517934,55.242418],[-159.520985,55.226386],[-159.530263,55.21662],[-159.54011,55.208686],[-159.544626,55.198065],[-159.538319,55.183539],[-159.524648,55.176174],[-159.511545,55.172919],[-159.507069,55.171088],[-159.512196,55.161322],[-159.524159,55.119534]]],[[[-133.062245,55.183824],[-133.065419,55.150295],[-133.055898,55.14411],[-133.011138,55.13231],[-132.997141,55.125718],[-132.994862,55.119289],[-132.993072,55.099799],[-132.990875,55.092231],[-132.956166,55.064276],[-132.984853,55.075995],[-133.019358,55.097235],[-133.05484,55.108954],[-133.086537,55.092231],[-132.997141,55.064276],[-132.997141,55.058051],[-133.032582,55.050279],[-133.045522,55.050686],[-133.045522,55.04385],[-133.014068,55.034573],[-132.983062,55.03205],[-132.95759,55.023342],[-132.942494,54.995429],[-132.941762,54.954413],[-132.942494,54.948188],[-132.932769,54.945502],[-132.906646,54.951361],[-132.894114,54.948188],[-132.901519,54.940823],[-132.893951,54.939154],[-132.891103,54.937567],[-132.887278,54.934556],[-132.892445,54.929511],[-132.901519,54.91352],[-132.860463,54.900336],[-132.843821,54.889106],[-132.839467,54.872504],[-132.824574,54.87519],[-132.815012,54.86758],[-132.814361,54.855455],[-132.826487,54.84455],[-132.812815,54.839993],[-132.784535,54.836859],[-132.77123,54.831529],[-132.762603,54.824449],[-132.758697,54.818183],[-132.75593,54.811591],[-132.750722,54.803656],[-132.722483,54.776557],[-132.725209,54.767401],[-132.750722,54.756415],[-132.743886,54.74901],[-132.751088,54.747016],[-132.753814,54.745429],[-132.757558,54.742174],[-132.705434,54.728827],[-132.688303,54.717963],[-132.702952,54.701239],[-132.671213,54.677314],[-132.686879,54.673977],[-132.724273,54.677436],[-132.757558,54.673896],[-132.768219,54.69302],[-132.793772,54.698065],[-132.842885,54.693793],[-132.843577,54.69831],[-132.852935,54.719143],[-132.863596,54.734524],[-132.86384,54.741604],[-132.856191,54.744696],[-132.839467,54.742174],[-132.938059,54.787746],[-132.956166,54.803656],[-132.943512,54.807074],[-132.925608,54.815334],[-132.911,54.826402],[-132.908355,54.838324],[-132.921702,54.845201],[-132.94225,54.842027],[-132.980377,54.831529],[-132.998769,54.837958],[-133.007069,54.866116],[-133.021352,54.872504],[-133.037099,54.877387],[-133.049143,54.888902],[-133.051503,54.902493],[-133.038075,54.91352],[-133.053293,54.917792],[-133.068715,54.919745],[-133.100738,54.920315],[-133.100738,54.92772],[-133.075836,54.932196],[-133.06371,54.935736],[-133.058583,54.940823],[-133.064565,54.947089],[-133.078359,54.949286],[-133.107004,54.948188],[-133.132802,54.943345],[-133.139068,54.945258],[-133.147939,54.954413],[-133.144195,54.955512],[-133.141265,54.96308],[-133.143463,54.97309],[-133.154775,54.981757],[-133.134836,54.997504],[-133.153472,55.021186],[-133.203236,55.058051],[-133.19929,55.065253],[-133.203725,55.075141],[-133.211293,55.086819],[-133.216868,55.099066],[-133.168365,55.096381],[-133.120676,55.099066],[-133.139312,55.115668],[-133.189361,55.121731],[-133.203236,55.133205],[-133.182118,55.133205],[-133.216868,55.153713],[-133.2058,55.155829],[-133.182118,55.153225],[-133.168446,55.153713],[-133.177642,55.164293],[-133.187001,55.172024],[-133.199208,55.175605],[-133.216868,55.17414],[-133.216868,55.180976],[-133.154775,55.194648],[-133.188873,55.213772],[-133.194,55.222235],[-133.182118,55.235582],[-133.166127,55.243109],[-133.143463,55.248847],[-133.121409,55.251288],[-133.107004,55.248684],[-133.096547,55.2331],[-133.102203,55.220282],[-133.104237,55.211575],[-133.082834,55.208319],[-133.066762,55.200914],[-133.062245,55.183824]]],[[[-161.564076,55.207913],[-161.574086,55.207017],[-161.592641,55.207506],[-161.637196,55.193549],[-161.645334,55.194525],[-161.664174,55.198676],[-161.676869,55.200181],[-161.691721,55.211615],[-161.683339,55.230902],[-161.658884,55.242377],[-161.612416,55.245103],[-161.559031,55.254462],[-161.548573,55.252834],[-161.544016,55.240627],[-161.557444,55.215766],[-161.564076,55.207913]]],[[[-131.352284,55.122626],[-131.35558,55.114814],[-131.361928,55.106187],[-131.366119,55.097398],[-131.363189,55.088813],[-131.348785,55.077948],[-131.345082,55.07099],[-131.34553,55.058051],[-131.357045,55.032538],[-131.378,55.01789],[-131.404286,55.011298],[-131.471832,55.004828],[-131.479563,55.006293],[-131.485341,55.017035],[-131.484446,55.026109],[-131.48176,55.034654],[-131.482655,55.04385],[-131.493764,55.057278],[-131.513743,55.074164],[-131.534495,55.087104],[-131.547841,55.088813],[-131.549794,55.076361],[-131.536692,55.064439],[-131.524973,55.049994],[-131.531117,55.030219],[-131.539296,55.02261],[-131.550201,55.014716],[-131.572011,55.002875],[-131.575266,55.000434],[-131.578114,54.997504],[-131.582997,54.995347],[-131.592519,54.995429],[-131.598988,54.998196],[-131.603342,55.003079],[-131.606557,55.007717],[-131.609609,55.009711],[-131.624501,55.017401],[-131.618398,55.035224],[-131.581044,55.090074],[-131.58373,55.095771],[-131.599355,55.099066],[-131.582875,55.125556],[-131.56428,55.126288],[-131.54426,55.118557],[-131.52359,55.119534],[-131.517242,55.134182],[-131.531484,55.15176],[-131.553944,55.166897],[-131.572011,55.17414],[-131.568186,55.177395],[-131.56192,55.185126],[-131.55842,55.188422],[-131.572174,55.196845],[-131.581695,55.206285],[-131.586537,55.218655],[-131.586334,55.235582],[-131.581288,55.253363],[-131.572987,55.260484],[-131.560862,55.263821],[-131.544097,55.270413],[-131.551584,55.276557],[-131.531239,55.274237],[-131.50357,55.264797],[-131.479237,55.252631],[-131.451283,55.223782],[-131.395579,55.215399],[-131.372792,55.201483],[-131.376943,55.182847],[-131.36913,55.163723],[-131.357981,55.143704],[-131.352284,55.122626]]],[[[-159.921986,55.22191],[-159.904408,55.207465],[-159.916941,55.156928],[-159.901479,55.140082],[-159.886952,55.149115],[-159.875111,55.172675],[-159.857533,55.190253],[-159.825795,55.180976],[-159.832875,55.171617],[-159.839304,55.145168],[-159.846262,55.133205],[-159.848256,55.134426],[-159.874216,55.125718],[-159.876536,55.120795],[-159.875234,55.115058],[-159.874867,55.109565],[-159.87975,55.105292],[-159.89741,55.104885],[-159.90925,55.114814],[-159.920155,55.127021],[-159.935007,55.133205],[-159.949452,55.128892],[-159.967885,55.106757],[-159.982859,55.099066],[-159.955881,55.081488],[-159.946116,55.069648],[-159.959543,55.064276],[-160.012644,55.071357],[-160.031239,55.071112],[-160.017283,55.052883],[-160.017039,55.045315],[-160.045522,55.030219],[-160.083689,54.995836],[-160.129832,54.965969],[-160.155385,54.940823],[-160.183298,54.918931],[-160.19636,54.905219],[-160.208445,54.873847],[-160.222727,54.876125],[-160.23705,54.888577],[-160.24352,54.903551],[-160.240224,54.927069],[-160.230295,54.934475],[-160.213328,54.937649],[-160.188914,54.948188],[-160.144521,55.006293],[-160.130686,55.015692],[-160.114817,55.02383],[-160.100819,55.034247],[-160.092722,55.050686],[-160.174631,55.058051],[-160.174631,55.064276],[-160.161977,55.069037],[-160.148549,55.07099],[-160.119985,55.071112],[-160.125193,55.082465],[-160.134145,55.091254],[-160.145619,55.096991],[-160.17394,55.103217],[-160.189198,55.112372],[-160.194814,55.121527],[-160.181752,55.125718],[-160.152903,55.121649],[-160.100657,55.10342],[-160.072214,55.099066],[-160.084096,55.115302],[-160.113474,55.139309],[-160.127431,55.153713],[-160.110585,55.160834],[-160.094309,55.156928],[-160.079905,55.14704],[-160.068796,55.136664],[-160.064076,55.128852],[-160.063588,55.123521],[-160.060658,55.12051],[-160.039784,55.118476],[-160.031565,55.115546],[-160.024037,55.111029],[-160.017568,55.105292],[-160.013987,55.108059],[-160.010203,55.111762],[-160.003896,55.119534],[-160.019154,55.133734],[-160.056101,55.181383],[-160.065378,55.201483],[-159.981272,55.177883],[-159.953603,55.175849],[-159.976633,55.208319],[-159.964833,55.210517],[-159.954091,55.209703],[-159.943349,55.210761],[-159.93163,55.218573],[-159.930653,55.226142],[-159.93696,55.235256],[-159.944814,55.244452],[-159.948679,55.252387],[-159.939687,55.256008],[-159.898671,55.285346],[-159.887278,55.297065],[-159.876902,55.287584],[-159.874216,55.284003],[-159.86498,55.251166],[-159.875111,55.238837],[-159.896718,55.233629],[-159.921986,55.22191]]],[[[-133.285268,55.317939],[-133.291575,55.300849],[-133.319244,55.270413],[-133.291371,55.262926],[-133.280385,55.282131],[-133.259633,55.281562],[-133.234242,55.273627],[-133.209381,55.270413],[-133.226633,55.252875],[-133.233754,55.242255],[-133.240142,55.220364],[-133.248891,55.216498],[-133.272084,55.215155],[-133.306549,55.203111],[-133.316151,55.201483],[-133.32844,55.202948],[-133.33434,55.20661],[-133.338857,55.211086],[-133.346588,55.215155],[-133.369456,55.221991],[-133.382436,55.223334],[-133.388173,55.218573],[-133.391835,55.209174],[-133.400787,55.203274],[-133.411977,55.200751],[-133.422271,55.201483],[-133.436594,55.211371],[-133.445627,55.229153],[-133.449859,55.25023],[-133.449615,55.270413],[-133.437408,55.265815],[-133.424672,55.263088],[-133.412343,55.263902],[-133.401235,55.270413],[-133.434438,55.285875],[-133.442779,55.297797],[-133.43224,55.314439],[-133.414133,55.318183],[-133.392079,55.315579],[-133.377512,55.316718],[-133.381947,55.331855],[-133.36026,55.332913],[-133.338775,55.337348],[-133.318105,55.339057],[-133.298736,55.331855],[-133.285268,55.317939]]],[[[-160.032094,55.313666],[-160.039988,55.307074],[-160.072947,55.308295],[-160.096995,55.314927],[-160.10908,55.325751],[-160.108469,55.333889],[-160.099355,55.340277],[-160.085439,55.343411],[-160.066599,55.344713],[-160.061513,55.342678],[-160.059031,55.338568],[-160.052561,55.333441],[-160.036244,55.326199],[-160.036244,55.326158],[-160.03307,55.322577],[-160.032094,55.313666]]],[[[-160.332875,55.352281],[-160.324778,55.31391],[-160.32372,55.295233],[-160.325429,55.276557],[-160.336293,55.248684],[-160.346913,55.250556],[-160.361765,55.255113],[-160.374989,55.261054],[-160.401112,55.28677],[-160.498484,55.302232],[-160.531484,55.325019],[-160.518992,55.327135],[-160.508412,55.331732],[-160.504262,55.338039],[-160.511057,55.345445],[-160.486928,55.353217],[-160.461659,55.351142],[-160.437123,55.346177],[-160.415476,55.345445],[-160.36738,55.366523],[-160.345204,55.37108],[-160.325429,55.358547],[-160.332875,55.352281]]],[[[-160.690663,55.307807],[-160.679392,55.306708],[-160.658152,55.311347],[-160.654042,55.314521],[-160.650136,55.321601],[-160.645212,55.328599],[-160.637929,55.331855],[-160.630238,55.330756],[-160.618031,55.326117],[-160.610341,55.325019],[-160.604726,55.330756],[-160.602488,55.360093],[-160.599802,55.372789],[-160.590159,55.383857],[-160.575551,55.391425],[-160.559275,55.393134],[-160.544545,55.38642],[-160.535593,55.364325],[-160.551584,55.345038],[-160.574452,55.324937],[-160.58613,55.300482],[-160.582387,55.285549],[-160.573232,55.278062],[-160.562001,55.272406],[-160.551991,55.262926],[-160.546091,55.250434],[-160.549875,55.245022],[-160.579905,55.235582],[-160.56371,55.229804],[-160.528025,55.227525],[-160.511057,55.22191],[-160.50768,55.216946],[-160.502309,55.200263],[-160.497385,55.194648],[-160.486318,55.193671],[-160.477488,55.197577],[-160.469838,55.198472],[-160.462595,55.188422],[-160.486195,55.181464],[-160.533559,55.187934],[-160.558827,55.188422],[-160.518625,55.178778],[-160.511057,55.17414],[-160.513295,55.164984],[-160.538319,55.133205],[-160.555247,55.157457],[-160.575266,55.162665],[-160.627065,55.153713],[-160.637685,55.154934],[-160.666371,55.163153],[-160.675526,55.167914],[-160.685251,55.180365],[-160.682485,55.186957],[-160.676137,55.192532],[-160.675526,55.201483],[-160.683339,55.211371],[-160.692332,55.209174],[-160.703318,55.201361],[-160.717112,55.194648],[-160.733347,55.191962],[-160.745839,55.191474],[-160.75768,55.189114],[-160.771718,55.180976],[-160.783884,55.166938],[-160.802846,55.133368],[-160.818918,55.119534],[-160.820505,55.135403],[-160.812734,55.166083],[-160.815785,55.177558],[-160.839223,55.197943],[-160.847401,55.207099],[-160.853627,55.22191],[-160.852366,55.225002],[-160.847239,55.242092],[-160.846181,55.248684],[-160.848622,55.25609],[-160.858266,55.265692],[-160.860463,55.273505],[-160.856923,55.288723],[-160.850535,55.303168],[-160.847279,55.317328],[-160.853627,55.331855],[-160.821401,55.363227],[-160.784047,55.389879],[-160.742055,55.406317],[-160.695994,55.406928],[-160.665761,55.383857],[-160.658762,55.363837],[-160.671986,55.343085],[-160.70283,55.317572],[-160.690663,55.307807]]],[[[-131.818471,55.413764],[-131.696523,55.343451],[-131.636098,55.299302],[-131.633453,55.262926],[-131.63858,55.275946],[-131.646352,55.286811],[-131.657135,55.294257],[-131.671295,55.297065],[-131.675364,55.291205],[-131.668284,55.25609],[-131.686147,55.230292],[-131.711741,55.23664],[-131.739491,55.250718],[-131.763824,55.248684],[-131.737213,55.217841],[-131.720855,55.20307],[-131.702382,55.194648],[-131.712758,55.177476],[-131.726552,55.166327],[-131.733306,55.155707],[-131.72289,55.140082],[-131.743316,55.142727],[-131.771962,55.167914],[-131.804921,55.181138],[-131.817779,55.197984],[-131.853179,55.300482],[-131.853139,55.339545],[-131.857004,55.357408],[-131.866851,55.372789],[-131.850942,55.373358],[-131.845774,55.372789],[-131.851959,55.394843],[-131.849517,55.416083],[-131.838368,55.42593],[-131.818471,55.413764]]],[[[-133.569692,55.424302],[-133.5419,55.414618],[-133.471588,55.416449],[-133.449615,55.406928],[-133.449045,55.39232],[-133.447581,55.386542],[-133.442209,55.380276],[-133.449615,55.374172],[-133.457875,55.369696],[-133.466908,55.366889],[-133.497711,55.365953],[-133.50536,55.364447],[-133.505035,55.360745],[-133.502838,55.356147],[-133.504872,55.352281],[-133.516225,55.345445],[-133.521474,55.341254],[-133.526845,55.339179],[-133.538686,55.338609],[-133.548329,55.339993],[-133.568105,55.34516],[-133.579945,55.345445],[-133.567209,55.33039],[-133.565175,55.31981],[-133.579945,55.290269],[-133.587758,55.257717],[-133.594309,55.242987],[-133.607289,55.235582],[-133.621165,55.240383],[-133.636301,55.25316],[-133.65567,55.276557],[-133.657297,55.283922],[-133.655873,55.300238],[-133.658803,55.307603],[-133.664418,55.310248],[-133.680572,55.309312],[-133.689198,55.311347],[-133.665395,55.323391],[-133.658803,55.325019],[-133.646352,55.325751],[-133.641469,55.328192],[-133.639231,55.332465],[-133.621449,55.354193],[-133.623362,55.361314],[-133.65567,55.372789],[-133.64273,55.382025],[-133.615061,55.390082],[-133.603871,55.396674],[-133.590443,55.417182],[-133.580556,55.426215],[-133.569692,55.424302]]],[[[-163.139027,55.40351],[-163.151682,55.396959],[-163.162587,55.398993],[-163.171946,55.404039],[-163.195058,55.412665],[-163.188181,55.425116],[-163.167917,55.436998],[-163.142771,55.441067],[-163.133127,55.43244],[-163.129384,55.423041],[-163.131418,55.413275],[-163.139027,55.40351]]],[[[-133.238283,55.413803],[-133.274493,55.40428],[-133.315197,55.404547],[-133.32027,55.423127],[-133.307277,55.432187],[-133.269251,55.44395],[-133.236057,55.44022],[-133.238283,55.413803]]],[[[-160.236928,55.449856],[-160.233591,55.447903],[-160.223826,55.449042],[-160.206288,55.454169],[-160.198842,55.455308],[-160.171132,55.453762],[-160.159901,55.44953],[-160.155385,55.441067],[-160.159861,55.426988],[-160.159413,55.412665],[-160.1551,55.398871],[-160.147939,55.38642],[-160.159861,55.380805],[-160.166982,55.384426],[-160.173085,55.392483],[-160.182078,55.400092],[-160.197214,55.404242],[-160.233713,55.40998],[-160.246938,55.417467],[-160.25947,55.422309],[-160.273386,55.416653],[-160.298777,55.400092],[-160.312367,55.397447],[-160.328114,55.398139],[-160.341135,55.40412],[-160.346547,55.417467],[-160.334096,55.443671],[-160.304758,55.458319],[-160.270579,55.46369],[-160.24352,55.462144],[-160.238759,55.459052],[-160.236928,55.449856]]],[[[-133.494781,55.429511],[-133.511383,55.427436],[-133.53303,55.430121],[-133.600453,55.447903],[-133.589752,55.463284],[-133.57429,55.469794],[-133.556304,55.474066],[-133.538401,55.482652],[-133.524729,55.499579],[-133.51769,55.514838],[-133.505727,55.52261],[-133.476918,55.516791],[-133.431752,55.496527],[-133.422271,55.489447],[-133.418446,55.475572],[-133.420766,55.459662],[-133.42809,55.446519],[-133.439076,55.441067],[-133.457102,55.43891],[-133.494781,55.429511]]],[[[-133.337026,55.464545],[-133.346588,55.447903],[-133.360585,55.460639],[-133.395009,55.503119],[-133.42398,55.518012],[-133.433176,55.527981],[-133.428538,55.544135],[-133.413645,55.553209],[-133.390614,55.557196],[-133.324452,55.556952],[-133.304799,55.553209],[-133.287424,55.545071],[-133.272084,55.530463],[-133.271962,55.511949],[-133.273427,55.500312],[-133.279042,55.491848],[-133.291371,55.482652],[-133.309153,55.47484],[-133.324452,55.471177],[-133.337026,55.464545]]],[[[-133.646311,55.542304],[-133.612416,55.541571],[-133.586781,55.544135],[-133.580922,55.527086],[-133.578684,55.509263],[-133.584706,55.495185],[-133.603871,55.489447],[-133.618479,55.482978],[-133.633168,55.454413],[-133.651967,55.447903],[-133.671051,55.451321],[-133.709625,55.465806],[-133.730133,55.468411],[-133.749379,55.464179],[-133.779408,55.449856],[-133.799062,55.447903],[-133.799062,55.455308],[-133.777008,55.464301],[-133.74828,55.496161],[-133.700836,55.507392],[-133.701812,55.516791],[-133.711293,55.526068],[-133.720204,55.532457],[-133.724517,55.531684],[-133.728505,55.532864],[-133.730133,55.540717],[-133.726715,55.546617],[-133.718739,55.551744],[-133.70287,55.557766],[-133.679351,55.547349],[-133.646311,55.542304]]],[[[-159.289622,55.76789],[-159.302113,55.759223],[-159.318105,55.767768],[-159.328603,55.778388],[-159.344716,55.783881],[-159.362294,55.786282],[-159.359853,55.798163],[-159.332834,55.812445],[-159.312734,55.811225],[-159.298044,55.793647],[-159.289052,55.778998],[-159.289622,55.76789]]],[[[-133.589101,55.811672],[-133.57311,55.804755],[-133.578969,55.824408],[-133.565256,55.830308],[-133.504506,55.822903],[-133.495229,55.820299],[-133.486887,55.814765],[-133.482411,55.806586],[-133.481109,55.798774],[-133.477691,55.792792],[-133.466949,55.790473],[-133.351674,55.787787],[-133.339752,55.790473],[-133.329742,55.798814],[-133.322987,55.809027],[-133.316029,55.811672],[-133.305653,55.797349],[-133.310048,55.782213],[-133.368235,55.758734],[-133.391591,55.746161],[-133.417877,55.738471],[-133.448598,55.750718],[-133.475575,55.771796],[-133.49059,55.790473],[-133.503814,55.766181],[-133.488596,55.734361],[-133.487172,55.706732],[-133.542104,55.694892],[-133.578684,55.704901],[-133.62385,55.729478],[-133.663238,55.760728],[-133.682362,55.790473],[-133.649322,55.78856],[-133.641428,55.790473],[-133.639312,55.796454],[-133.638905,55.817084],[-133.634592,55.825263],[-133.614898,55.833197],[-133.601389,55.824897],[-133.589101,55.811672]]],[[[-158.74531,55.863186],[-158.730092,55.85517],[-158.71703,55.84398],[-158.708567,55.831488],[-158.811228,55.859524],[-158.858388,55.862982],[-158.887318,55.831488],[-158.874745,55.827948],[-158.861765,55.825832],[-158.851145,55.821438],[-158.845774,55.810981],[-158.866282,55.805732],[-158.883778,55.805243],[-158.897654,55.811347],[-158.907175,55.825263],[-158.908681,55.841295],[-158.897328,55.860582],[-158.900339,55.873725],[-158.853749,55.890937],[-158.828114,55.896715],[-158.791737,55.890286],[-158.776845,55.880927],[-158.760365,55.866278],[-158.74531,55.863186]]],[[[-133.264638,55.866278],[-133.254058,55.864203],[-133.228912,55.871283],[-133.216868,55.866278],[-133.220367,55.822455],[-133.223704,55.810981],[-133.235911,55.785712],[-133.240468,55.779975],[-133.250803,55.775946],[-133.259104,55.78026],[-133.266713,55.787014],[-133.275217,55.790473],[-133.283355,55.795966],[-133.302846,55.81981],[-133.316151,55.825263],[-133.32429,55.826728],[-133.334299,55.830878],[-133.341176,55.837348],[-133.339752,55.845771],[-133.332021,55.84748],[-133.291371,55.851996],[-133.319,55.860541],[-133.330556,55.868313],[-133.332916,55.879869],[-133.325836,55.881415],[-133.291615,55.902004],[-133.285146,55.907172],[-133.267405,55.902167],[-133.266713,55.891669],[-133.270131,55.87873],[-133.264638,55.866278]]],[[[-155.570383,55.783026],[-155.597264,55.760431],[-155.6299,55.762902],[-155.663693,55.774463],[-155.697388,55.771346],[-155.718693,55.774851],[-155.728017,55.804755],[-155.749849,55.81768],[-155.741648,55.831488],[-155.701258,55.841337],[-155.663419,55.856008],[-155.652333,55.886664],[-155.652292,55.886705],[-155.635325,55.905748],[-155.599969,55.914814],[-155.556101,55.914618],[-155.55724,55.895209],[-155.56904,55.868801],[-155.570383,55.851996],[-155.558054,55.817572],[-155.55724,55.800482],[-155.570383,55.783026]]],[[[-134.24413,55.920844],[-134.257924,55.899888],[-134.234853,55.89997],[-134.17927,55.914618],[-134.12206,55.923733],[-134.101552,55.920803],[-134.114369,55.900336],[-134.153188,55.893622],[-134.195953,55.873358],[-134.233876,55.846137],[-134.258412,55.818427],[-134.276275,55.828803],[-134.31843,55.833808],[-134.32665,55.848822],[-134.31843,55.857856],[-134.264556,55.873725],[-134.279164,55.882148],[-134.334788,55.895087],[-134.347157,55.910956],[-134.332183,55.922512],[-134.298695,55.9265],[-134.26358,55.925238],[-134.24413,55.920844]]],[[[-133.842519,55.86636],[-133.871653,55.846747],[-133.912668,55.862779],[-133.921376,55.874335],[-133.931711,55.893988],[-133.934234,55.912584],[-133.919504,55.920844],[-133.877309,55.938056],[-133.856028,55.942288],[-133.832183,55.90058],[-133.842519,55.86636]]],[[[-131.208892,55.944892],[-131.179555,55.923529],[-131.044423,55.790473],[-131.046132,55.766588],[-131.022817,55.742865],[-130.968739,55.701117],[-130.966908,55.694159],[-130.968577,55.678127],[-130.965321,55.671047],[-130.938303,55.651516],[-130.93456,55.643134],[-130.938222,55.624213],[-130.955556,55.600491],[-130.961903,55.58511],[-130.94579,55.58275],[-130.943715,55.572699],[-130.954172,55.565619],[-130.975575,55.572008],[-130.974924,55.534573],[-130.977284,55.515937],[-130.983022,55.503119],[-130.978749,55.493313],[-130.979237,55.485541],[-130.981557,55.477037],[-130.983022,55.465277],[-130.971832,55.44359],[-130.968739,55.434882],[-130.967152,55.423774],[-130.968739,55.396674],[-130.971669,55.38524],[-130.978179,55.387641],[-130.989166,55.400092],[-131.005035,55.413398],[-131.015126,55.417182],[-131.027089,55.410346],[-131.030995,55.400458],[-131.027252,55.391059],[-131.020985,55.382025],[-131.017161,55.372789],[-131.018381,55.354315],[-131.025258,55.342353],[-131.034901,55.330268],[-131.044423,55.311347],[-131.055653,55.273586],[-131.065175,55.261054],[-131.085439,55.248684],[-131.106313,55.238918],[-131.116526,55.236396],[-131.130116,55.235582],[-131.137603,55.231391],[-131.140533,55.221625],[-131.142649,55.210273],[-131.147532,55.201483],[-131.192006,55.185736],[-131.232737,55.200914],[-131.271718,55.225002],[-131.311391,55.235582],[-131.256256,55.270575],[-131.234771,55.290961],[-131.215728,55.317572],[-131.213735,55.323065],[-131.208323,55.345445],[-131.204986,55.349921],[-131.20051,55.353746],[-131.196401,55.359442],[-131.194692,55.369371],[-131.195424,55.387356],[-131.199534,55.399726],[-131.20995,55.406317],[-131.2294,55.406928],[-131.221995,55.393256],[-131.243967,55.393744],[-131.268707,55.386176],[-131.28307,55.37108],[-131.273793,55.348863],[-131.261708,55.328803],[-131.263824,55.309394],[-131.277008,55.291693],[-131.298329,55.276557],[-131.324208,55.267076],[-131.352773,55.263251],[-131.404164,55.262926],[-131.427358,55.267035],[-131.450551,55.277899],[-131.463206,55.293402],[-131.454742,55.311347],[-131.431874,55.320014],[-131.404856,55.322903],[-131.382232,55.329413],[-131.372792,55.348863],[-131.371246,55.361151],[-131.366444,55.37108],[-131.358062,55.377834],[-131.345815,55.380276],[-131.329661,55.381415],[-131.322621,55.384955],[-131.311391,55.400092],[-131.278188,55.430243],[-131.270741,55.447333],[-131.280914,55.465277],[-131.283681,55.472154],[-131.293365,55.514553],[-131.299306,55.525336],[-131.330637,55.568549],[-131.336903,55.579657],[-131.343577,55.630276],[-131.350819,55.645575],[-131.363189,55.643134],[-131.371693,55.618638],[-131.365224,55.587307],[-131.327952,55.502753],[-131.321929,55.475084],[-131.325429,55.446763],[-131.342397,55.417467],[-131.349721,55.410142],[-131.372792,55.393256],[-131.380035,55.385728],[-131.394521,55.365953],[-131.409291,55.3522],[-131.424631,55.344062],[-131.462148,55.331855],[-131.452748,55.343451],[-131.426625,55.364],[-131.421254,55.376532],[-131.426625,55.392279],[-131.439036,55.405422],[-131.452748,55.416897],[-131.462148,55.427436],[-131.468984,55.458686],[-131.458404,55.48371],[-131.421254,55.530463],[-131.437896,55.530585],[-131.463368,55.523261],[-131.489003,55.511786],[-131.5065,55.499416],[-131.516957,55.480048],[-131.516184,55.460028],[-131.508046,55.440131],[-131.496327,55.42121],[-131.469106,55.389635],[-131.465688,55.37226],[-131.479563,55.348863],[-131.50886,55.311713],[-131.526479,55.299384],[-131.551584,55.297065],[-131.57311,55.305243],[-131.616038,55.332709],[-131.661529,55.343207],[-131.685292,55.354315],[-131.72289,55.380276],[-131.725209,55.383531],[-131.731313,55.394924],[-131.735911,55.400092],[-131.78661,55.427314],[-131.808502,55.444485],[-131.820221,55.463813],[-131.810292,55.47663],[-131.717844,55.517971],[-131.7058,55.527045],[-131.688873,55.542955],[-131.67809,55.549628],[-131.667307,55.550767],[-131.650543,55.550279],[-131.644521,55.557074],[-131.619781,55.595282],[-131.630483,55.604397],[-131.681467,55.610541],[-131.698964,55.616116],[-131.707428,55.629625],[-131.708485,55.645453],[-131.703928,55.661119],[-131.695546,55.674465],[-131.691396,55.679511],[-131.686879,55.683905],[-131.680735,55.686957],[-131.671295,55.688137],[-131.635162,55.686957],[-131.627309,55.688137],[-131.625559,55.69359],[-131.626129,55.712104],[-131.623606,55.719143],[-131.614654,55.7237],[-131.606557,55.721625],[-131.599233,55.717353],[-131.592519,55.715399],[-131.534983,55.72309],[-131.517445,55.729071],[-131.517445,55.736518],[-131.533355,55.736965],[-131.578847,55.729071],[-131.629058,55.734036],[-131.647125,55.729071],[-131.691762,55.705268],[-131.704579,55.709703],[-131.709218,55.739651],[-131.695424,55.751614],[-131.66393,55.761217],[-131.629303,55.767727],[-131.512847,55.774726],[-131.482655,55.783026],[-131.490346,55.792426],[-131.512766,55.800279],[-131.517445,55.807929],[-131.521596,55.819159],[-131.530751,55.825751],[-131.539947,55.8251],[-131.544097,55.814765],[-131.554351,55.798774],[-131.57844,55.792548],[-131.606109,55.789537],[-131.627309,55.783026],[-131.644358,55.793402],[-131.678456,55.799221],[-131.68871,55.810981],[-131.687734,55.831977],[-131.670644,55.839504],[-131.470367,55.831977],[-131.435455,55.845771],[-131.457387,55.851955],[-131.534495,55.851996],[-131.546295,55.858791],[-131.560048,55.874742],[-131.572133,55.893215],[-131.578847,55.907172],[-131.515736,55.909613],[-131.496327,55.914618],[-131.48766,55.919257],[-131.471059,55.930976],[-131.462148,55.934516],[-131.446848,55.935452],[-131.404164,55.92829],[-131.365224,55.937161],[-131.323598,55.95425],[-131.280263,55.965155],[-131.236236,55.955634],[-131.208892,55.944892]]],[[[-156.678049,56.04149],[-156.680409,56.039008],[-156.680531,56.036933],[-156.677358,56.033596],[-156.678212,56.030463],[-156.680857,56.024156],[-156.681752,56.019517],[-156.680735,56.018052],[-156.680043,56.016669],[-156.683665,56.012437],[-156.694936,56.009345],[-156.70637,56.014228],[-156.718129,56.021674],[-156.73408,56.02619],[-156.746165,56.034898],[-156.744944,56.04092],[-156.734731,56.039984],[-156.725168,56.041327],[-156.716868,56.044501],[-156.709788,56.051093],[-156.707631,56.061021],[-156.701283,56.066148],[-156.690134,56.060452],[-156.678904,56.045966],[-156.678049,56.04149]]],[[[-133.39269,56.160468],[-133.34317,56.147406],[-133.302602,56.150824],[-133.285308,56.147203],[-133.285146,56.133124],[-133.308827,56.103013],[-133.3131,56.09219],[-133.31192,56.079901],[-133.301381,56.06387],[-133.298736,56.054633],[-133.29776,56.032945],[-133.29955,56.01203],[-133.311147,55.99787],[-133.339752,55.996568],[-133.358266,56.006171],[-133.376047,56.019965],[-133.395497,56.026353],[-133.439687,56.002672],[-133.470326,56.017279],[-133.49059,56.010199],[-133.510813,55.987942],[-133.517893,55.982327],[-133.560048,55.970893],[-133.589752,55.955756],[-133.629547,55.959418],[-133.641428,55.948188],[-133.638499,55.937934],[-133.618153,55.928046],[-133.620961,55.920844],[-133.630971,55.918647],[-133.678619,55.914618],[-133.691396,55.911119],[-133.697377,55.904975],[-133.702707,55.902777],[-133.72289,55.917711],[-133.732289,55.919827],[-133.758127,55.920844],[-133.794911,55.94359],[-133.771067,55.980455],[-133.689198,56.043769],[-133.68456,56.053534],[-133.68456,56.062486],[-133.680979,56.069159],[-133.607289,56.078518],[-133.541575,56.074774],[-133.509592,56.078111],[-133.483144,56.09219],[-133.513539,56.097357],[-133.596506,56.100979],[-133.620961,56.112616],[-133.617014,56.131537],[-133.580637,56.131903],[-133.507965,56.119452],[-133.494944,56.120673],[-133.479075,56.124213],[-133.463857,56.129625],[-133.442291,56.143012],[-133.415761,56.150784],[-133.404897,56.157375],[-133.39269,56.160468]]],[[[-156.774526,56.153225],[-156.792063,56.153022],[-156.805287,56.164781],[-156.809397,56.1789],[-156.809316,56.190131],[-156.806874,56.197333],[-156.80248,56.20067],[-156.799631,56.205512],[-156.799428,56.211737],[-156.792592,56.220689],[-156.77831,56.226711],[-156.774403,56.224189],[-156.780141,56.217922],[-156.783396,56.209052],[-156.783884,56.198717],[-156.779897,56.189643],[-156.766672,56.178534],[-156.76655,56.16767],[-156.774526,56.153225]]],[[[-132.483795,56.194566],[-132.457631,56.186672],[-132.429555,56.186754],[-132.403676,56.193549],[-132.359446,56.217922],[-132.338246,56.212104],[-132.316803,56.198717],[-132.291371,56.188381],[-132.223378,56.183498],[-132.192128,56.176581],[-132.164459,56.157375],[-132.148183,56.143012],[-132.092193,56.106431],[-132.096303,56.099433],[-132.101145,56.093655],[-132.106842,56.088813],[-132.113881,56.084662],[-132.130035,56.093817],[-132.137074,56.08808],[-132.141754,56.07746],[-132.151194,56.071682],[-132.163564,56.074774],[-132.188385,56.088609],[-132.202016,56.09219],[-132.196278,56.077867],[-132.175771,56.063056],[-132.167877,56.051215],[-132.17219,56.049547],[-132.1822,56.043769],[-132.169097,56.036811],[-132.160024,56.027289],[-132.153228,56.015815],[-132.14745,56.002753],[-132.150706,55.999091],[-132.152333,55.996527],[-132.154897,55.989732],[-132.129465,55.970282],[-132.122629,55.945502],[-132.133453,55.929023],[-132.161041,55.934516],[-132.168121,55.94302],[-132.177561,55.96483],[-132.185292,55.969306],[-132.191518,55.964301],[-132.211822,55.941392],[-132.223134,55.934516],[-132.236684,55.933498],[-132.245188,55.935492],[-132.252105,55.936265],[-132.271555,55.925238],[-132.286692,55.919379],[-132.303375,55.915351],[-132.318715,55.914618],[-132.335561,55.918199],[-132.345082,55.924302],[-132.363393,55.94477],[-132.379994,55.952338],[-132.416819,55.957831],[-132.428578,55.969306],[-132.412262,55.998114],[-132.404652,56.002753],[-132.392405,56.005845],[-132.384429,56.013414],[-132.382314,56.02261],[-132.387603,56.030707],[-132.414215,56.035102],[-132.444732,56.031928],[-132.462066,56.036689],[-132.449086,56.064846],[-132.558949,56.071682],[-132.570058,56.075019],[-132.581654,56.08161],[-132.593861,56.086575],[-132.60676,56.084662],[-132.612538,56.076972],[-132.613515,56.066555],[-132.616282,56.056871],[-132.627187,56.051215],[-132.645416,56.058092],[-132.676625,56.097235],[-132.692372,56.106431],[-132.704986,56.117418],[-132.713206,56.139797],[-132.711741,56.157172],[-132.695465,56.153632],[-132.693105,56.175523],[-132.687367,56.19538],[-132.687489,56.211615],[-132.702952,56.22248],[-132.681386,56.229193],[-132.603342,56.236151],[-132.58967,56.246812],[-132.566029,56.293769],[-132.548411,56.304429],[-132.541127,56.308783],[-132.537994,56.318915],[-132.535797,56.330512],[-132.530995,56.339179],[-132.521148,56.343207],[-132.42748,56.3522],[-132.39977,56.350409],[-132.39387,56.339179],[-132.385325,56.33218],[-132.380686,56.321519],[-132.380971,56.309516],[-132.387603,56.298245],[-132.377512,56.284573],[-132.376943,56.271633],[-132.385121,56.261786],[-132.401275,56.25727],[-132.386952,56.247707],[-132.389963,56.2355],[-132.402008,56.224026],[-132.414906,56.216295],[-132.47053,56.204047],[-132.483795,56.194566]]],[[[-133.586781,56.352851],[-133.439076,56.332343],[-133.341542,56.333441],[-133.3131,56.325588],[-133.3131,56.318752],[-133.330068,56.307034],[-133.328481,56.289008],[-133.312245,56.277248],[-133.285146,56.283922],[-133.289947,56.285142],[-133.293609,56.287095],[-133.296702,56.289618],[-133.299387,56.292548],[-133.294097,56.313788],[-133.258412,56.327379],[-133.213857,56.333441],[-133.182118,56.332343],[-133.167226,56.325181],[-133.151601,56.312812],[-133.139312,56.299018],[-133.134348,56.28734],[-133.136464,56.280829],[-133.140004,56.272935],[-133.140614,56.266303],[-133.134023,56.263495],[-133.126536,56.262274],[-133.105214,56.255927],[-133.095326,56.250718],[-133.068512,56.247545],[-133.058583,56.242987],[-133.053863,56.234442],[-133.053578,56.226264],[-133.054189,56.217922],[-133.052358,56.208889],[-133.053456,56.20661],[-133.056508,56.203192],[-133.05899,56.199042],[-133.058583,56.194566],[-133.0537,56.190741],[-133.040273,56.187812],[-133.035024,56.184963],[-133.030507,56.180121],[-133.024892,56.172024],[-133.024281,56.164455],[-133.035024,56.161078],[-133.046295,56.154242],[-133.065012,56.122504],[-133.072865,56.112616],[-133.092926,56.10932],[-133.12385,56.124498],[-133.140492,56.119452],[-133.092641,56.069159],[-133.079091,56.058051],[-133.062815,56.052314],[-133.048695,56.052802],[-133.018219,56.058051],[-133.000966,56.056789],[-132.956166,56.043769],[-132.95519,56.05386],[-132.951324,56.061713],[-132.944732,56.067613],[-132.935658,56.071682],[-132.918528,56.065904],[-132.912343,56.057766],[-132.909332,56.048],[-132.898264,56.032172],[-132.898508,56.028062],[-132.895863,56.025458],[-132.875722,56.024644],[-132.869049,56.025702],[-132.863108,56.02851],[-132.856557,56.034125],[-132.842437,56.039049],[-132.82787,56.032375],[-132.814076,56.022284],[-132.802235,56.017035],[-132.789052,56.014716],[-132.73644,55.996568],[-132.715199,55.98078],[-132.693959,55.96011],[-132.670969,55.942125],[-132.633127,55.931708],[-132.620717,55.924384],[-132.610829,55.914496],[-132.60676,55.903754],[-132.600453,55.893378],[-132.569732,55.882961],[-132.558339,55.873725],[-132.565785,55.866278],[-132.531728,55.848538],[-132.508412,55.827623],[-132.462717,55.776842],[-132.472808,55.763577],[-132.468495,55.750637],[-132.457875,55.737291],[-132.449086,55.722846],[-132.445424,55.706122],[-132.447133,55.694037],[-132.462717,55.667629],[-132.448638,55.663235],[-132.438791,55.65469],[-132.433909,55.642401],[-132.434804,55.626654],[-132.425852,55.633979],[-132.393707,55.668402],[-132.370513,55.667629],[-132.365549,55.664374],[-132.349965,55.648586],[-132.346669,55.643134],[-132.345367,55.620063],[-132.343129,55.613471],[-132.339223,55.605536],[-132.297109,55.547065],[-132.287709,55.537299],[-132.236399,55.537014],[-132.214833,55.531195],[-132.157582,55.496731],[-132.145497,55.483059],[-132.140614,55.465277],[-132.150502,55.449408],[-132.173207,55.452826],[-132.216298,55.475816],[-132.250478,55.503119],[-132.296254,55.513577],[-132.333852,55.532294],[-132.405344,55.541205],[-132.434804,55.550279],[-132.491038,55.603705],[-132.523508,55.62523],[-132.552113,55.619208],[-132.544301,55.614936],[-132.539377,55.610175],[-132.530995,55.5987],[-132.543202,55.597235],[-132.552602,55.591051],[-132.559926,55.582099],[-132.565785,55.572008],[-132.55012,55.571479],[-132.528188,55.567328],[-132.512196,55.559272],[-132.514516,55.547187],[-132.562001,55.506252],[-132.591135,55.492865],[-132.65982,55.475653],[-132.681793,55.455308],[-132.666656,55.451077],[-132.654652,55.444892],[-132.649322,55.435492],[-132.65453,55.42121],[-132.642445,55.432929],[-132.631093,55.446438],[-132.617014,55.457506],[-132.555247,55.468411],[-132.546864,55.472602],[-132.544911,55.482082],[-132.544667,55.4914],[-132.541575,55.495673],[-132.534413,55.497626],[-132.519114,55.506659],[-132.511138,55.509345],[-132.501088,55.509589],[-132.495961,55.507758],[-132.491607,55.505072],[-132.483795,55.503119],[-132.464955,55.502183],[-132.443227,55.503567],[-132.421213,55.508002],[-132.401275,55.516791],[-132.383901,55.500393],[-132.375234,55.484768],[-132.361562,55.472968],[-132.302602,55.463568],[-132.276926,55.452704],[-132.267974,55.441352],[-132.291371,55.434882],[-132.305531,55.436835],[-132.324086,55.447089],[-132.339223,55.447903],[-132.350453,55.443671],[-132.35851,55.436754],[-132.368072,55.430243],[-132.383901,55.427436],[-132.441314,55.427069],[-132.469553,55.421291],[-132.483795,55.406928],[-132.478261,55.39057],[-132.456776,55.394843],[-132.411529,55.413764],[-132.40099,55.411526],[-132.38858,55.405707],[-132.378285,55.397935],[-132.369944,55.381171],[-132.360911,55.383246],[-132.346669,55.393256],[-132.341135,55.395819],[-132.332102,55.403632],[-132.325551,55.406928],[-132.324615,55.405992],[-132.250111,55.413764],[-132.242747,55.409166],[-132.21288,55.376532],[-132.200999,55.369208],[-132.188059,55.368313],[-132.17455,55.368842],[-132.161041,55.365953],[-132.154897,55.365953],[-132.159006,55.356024],[-132.161041,55.352281],[-132.150299,55.346381],[-132.14566,55.337226],[-132.143951,55.325019],[-132.132883,55.323065],[-132.124257,55.31802],[-132.121205,55.311225],[-132.126943,55.3039],[-132.10261,55.288031],[-132.090728,55.276801],[-132.095286,55.267076],[-132.120107,55.25609],[-132.148183,55.248603],[-132.179677,55.245063],[-132.212148,55.247138],[-132.243031,55.25609],[-132.236318,55.24494],[-132.241567,55.234076],[-132.249379,55.222235],[-132.250478,55.208319],[-132.240224,55.197211],[-132.226389,55.194281],[-132.217763,55.198432],[-132.223134,55.208319],[-132.203114,55.229193],[-132.172475,55.225002],[-132.113881,55.201483],[-132.083363,55.21011],[-132.050689,55.258938],[-132.027659,55.270413],[-132.002594,55.271918],[-131.994293,55.268134],[-131.983551,55.25609],[-131.977447,55.245429],[-131.973012,55.232367],[-131.970204,55.218411],[-131.969309,55.204901],[-131.975982,55.176947],[-131.991811,55.158271],[-132.009999,55.141547],[-132.023915,55.119534],[-131.989817,55.119534],[-132.001454,55.104478],[-132.018951,55.091376],[-132.039052,55.082099],[-132.058339,55.078599],[-132.06607,55.08275],[-132.081288,55.10106],[-132.092844,55.105292],[-132.100331,55.101264],[-132.097076,55.092515],[-132.088124,55.083441],[-132.078521,55.078599],[-132.087514,55.072943],[-132.097768,55.07038],[-132.108754,55.070014],[-132.120107,55.071112],[-132.120107,55.064276],[-132.090891,55.056098],[-132.076894,55.048774],[-132.075429,55.040107],[-132.086497,55.034654],[-132.117421,55.032782],[-132.152333,55.016059],[-132.208852,55.002631],[-132.223134,54.989203],[-132.178782,54.989203],[-132.167063,54.98725],[-132.158599,54.982815],[-132.152333,54.978176],[-132.134592,54.97016],[-132.127309,54.970933],[-132.108795,54.985745],[-132.101959,54.988227],[-132.096506,54.985256],[-132.092193,54.975531],[-132.069976,55.001125],[-132.03539,55.022773],[-131.996816,55.034491],[-131.963043,55.030219],[-131.974273,55.024644],[-131.981272,55.01675],[-131.982533,55.006822],[-131.976715,54.995429],[-131.997141,54.984361],[-132.005198,54.977688],[-132.010243,54.968085],[-131.976715,54.969713],[-131.969309,54.968085],[-131.961822,54.957709],[-131.965199,54.95189],[-131.972483,54.947252],[-131.976715,54.940823],[-131.976064,54.908149],[-131.984771,54.905911],[-132.010243,54.907294],[-132.033559,54.905585],[-132.047027,54.898586],[-132.0454,54.887193],[-132.023915,54.872504],[-131.985504,54.86107],[-131.968617,54.853502],[-131.955637,54.838324],[-131.960113,54.834052],[-131.964955,54.831977],[-131.970367,54.831366],[-131.976715,54.831529],[-131.957672,54.828111],[-131.956858,54.817206],[-131.958974,54.803046],[-131.948801,54.789984],[-131.963124,54.785468],[-131.978383,54.783759],[-132.010243,54.783759],[-131.996571,54.776923],[-132.002431,54.765448],[-132.001373,54.755764],[-131.997914,54.746243],[-131.996571,54.735297],[-132.000315,54.722724],[-132.005605,54.712958],[-132.008209,54.704006],[-132.004018,54.693793],[-132.067535,54.699042],[-132.082265,54.704657],[-132.096099,54.712714],[-132.111073,54.716702],[-132.117747,54.71369],[-132.106435,54.701239],[-132.149973,54.698635],[-132.200795,54.725246],[-132.247222,54.743313],[-132.27774,54.71483],[-132.292388,54.727484],[-132.297597,54.744452],[-132.294423,54.762152],[-132.284006,54.776923],[-132.265614,54.784654],[-132.224517,54.791653],[-132.216298,54.803656],[-132.218902,54.810289],[-132.225982,54.814683],[-132.235829,54.817206],[-132.246734,54.817857],[-132.259145,54.815172],[-132.266225,54.809027],[-132.271352,54.802191],[-132.27774,54.797431],[-132.299794,54.794338],[-132.336497,54.803412],[-132.35969,54.803656],[-132.336537,54.814887],[-132.28303,54.831],[-132.26476,54.84455],[-132.275868,54.853705],[-132.310292,54.859931],[-132.325551,54.866278],[-132.31432,54.870673],[-132.302805,54.872382],[-132.27774,54.872504],[-132.27774,54.87934],[-132.315907,54.883002],[-132.335683,54.887885],[-132.349721,54.89643],[-132.352122,54.904608],[-132.349721,54.912299],[-132.349924,54.918036],[-132.359975,54.920315],[-132.36974,54.92121],[-132.37857,54.923977],[-132.386586,54.928412],[-132.39387,54.934556],[-132.378041,54.940131],[-132.369618,54.941555],[-132.35969,54.940823],[-132.367991,54.950995],[-132.387278,54.964423],[-132.39387,54.975531],[-132.394602,54.988227],[-132.390981,55.000963],[-132.380198,55.023383],[-132.402699,55.015286],[-132.412017,54.99372],[-132.414906,54.971503],[-132.41804,54.961249],[-132.415395,54.956],[-132.417551,54.943915],[-132.422597,54.930162],[-132.428578,54.920315],[-132.436147,54.916571],[-132.472971,54.907294],[-132.485585,54.907375],[-132.495269,54.908881],[-132.501454,54.913764],[-132.503733,54.924018],[-132.49767,54.933051],[-132.483632,54.935777],[-132.467885,54.936916],[-132.456532,54.940823],[-132.444163,54.963039],[-132.452219,54.980536],[-132.470815,54.993638],[-132.490061,55.002875],[-132.495473,54.965277],[-132.51887,54.944159],[-132.550201,54.940253],[-132.579416,54.954413],[-132.593414,54.968248],[-132.598134,54.97602],[-132.599924,54.9855],[-132.596018,54.989081],[-132.575347,54.977118],[-132.565785,54.975531],[-132.555531,54.986396],[-132.551869,55.000678],[-132.546498,55.012641],[-132.530995,55.016547],[-132.546702,55.020209],[-132.566965,55.02143],[-132.579498,55.027045],[-132.571929,55.04385],[-132.553456,55.052436],[-132.529897,55.050116],[-132.505279,55.044664],[-132.483795,55.04385],[-132.464955,55.050727],[-132.530995,55.058051],[-132.542958,55.070217],[-132.539174,55.083645],[-132.511138,55.112738],[-132.529286,55.115465],[-132.544911,55.121527],[-132.559804,55.124091],[-132.575673,55.116156],[-132.602854,55.069525],[-132.612904,55.064276],[-132.626617,55.085639],[-132.608551,55.119208],[-132.579091,55.151313],[-132.558339,55.167914],[-132.575836,55.174994],[-132.589182,55.186265],[-132.609853,55.211737],[-132.633209,55.230902],[-132.640207,55.240546],[-132.640859,55.25609],[-132.65746,55.241848],[-132.655832,55.21898],[-132.642445,55.19774],[-132.623769,55.188422],[-132.616119,55.181952],[-132.615305,55.16767],[-132.620473,55.153388],[-132.63093,55.146877],[-132.696116,55.146877],[-132.706858,55.149237],[-132.73644,55.167914],[-132.774892,55.183051],[-132.78482,55.188422],[-132.79898,55.205146],[-132.808217,55.228217],[-132.809316,55.251899],[-132.799143,55.270413],[-132.826731,55.275458],[-132.840443,55.274888],[-132.846303,55.266669],[-132.847768,55.257514],[-132.851226,55.248236],[-132.855621,55.240424],[-132.859975,55.235582],[-132.881703,55.225816],[-132.9287,55.217475],[-132.94933,55.208319],[-133.030426,55.214097],[-133.035024,55.225653],[-133.025543,55.23017],[-132.98351,55.235582],[-132.913726,55.264716],[-132.9051,55.271064],[-132.901519,55.28026],[-132.909779,55.285224],[-132.928293,55.283352],[-132.959584,55.276557],[-133.086537,55.276557],[-133.08373,55.272773],[-133.079091,55.262926],[-133.092193,55.270819],[-133.103912,55.279771],[-133.116119,55.287177],[-133.13093,55.290269],[-133.147206,55.288235],[-133.174062,55.279202],[-133.188873,55.276557],[-133.212961,55.279202],[-133.21703,55.288398],[-133.214915,55.301174],[-133.220286,55.314439],[-133.232493,55.322008],[-133.245513,55.327338],[-133.257069,55.33393],[-133.264638,55.345445],[-133.248199,55.347154],[-133.240346,55.354682],[-133.235911,55.364447],[-133.229888,55.372789],[-133.218007,55.380316],[-133.206614,55.384467],[-133.194081,55.386135],[-133.1787,55.38642],[-133.174224,55.385321],[-133.162424,55.379381],[-133.152496,55.372301],[-133.149729,55.374172],[-133.147776,55.378079],[-133.144195,55.380276],[-133.060658,55.368598],[-133.052358,55.365953],[-133.033355,55.353949],[-133.03189,55.352281],[-133.01773,55.350328],[-132.872426,55.359076],[-132.846303,55.352281],[-132.869862,55.363918],[-132.956166,55.372789],[-133.007802,55.388129],[-133.028717,55.40058],[-133.024485,55.413764],[-133.031077,55.422431],[-133.040679,55.426988],[-133.05248,55.428412],[-133.065419,55.427436],[-133.046702,55.437079],[-133.023793,55.444281],[-132.999623,55.448188],[-132.977284,55.447903],[-133.008209,55.457465],[-133.075307,55.451117],[-133.107004,55.462144],[-133.125844,55.483588],[-133.124867,55.502183],[-133.111643,55.519599],[-133.093373,55.537299],[-133.087026,55.54682],[-133.07787,55.570014],[-133.072865,55.578274],[-133.064117,55.582913],[-133.024485,55.5987],[-133.000152,55.614976],[-132.98648,55.621772],[-132.969838,55.626654],[-132.922678,55.627631],[-132.908355,55.63288],[-132.922963,55.637356],[-132.938344,55.639716],[-132.969838,55.639716],[-132.982777,55.63703],[-133.014516,55.626654],[-133.0631,55.623481],[-133.203603,55.5869],[-133.251291,55.584784],[-133.357045,55.616197],[-133.379058,55.629788],[-133.388173,55.650214],[-133.38679,55.662055],[-133.382192,55.669501],[-133.373769,55.673285],[-133.341461,55.67772],[-133.341949,55.685452],[-133.36026,55.701117],[-133.368153,55.703559],[-133.37857,55.704535],[-133.385243,55.709296],[-133.381947,55.722846],[-133.370432,55.733344],[-133.357533,55.730618],[-133.34553,55.721177],[-133.336334,55.711982],[-133.323964,55.709296],[-133.317983,55.726386],[-133.313466,55.749172],[-133.305653,55.763861],[-133.293365,55.757758],[-133.265207,55.747952],[-133.236684,55.745063],[-133.223704,55.760077],[-133.213979,55.783352],[-133.191396,55.797187],[-133.166086,55.807074],[-133.147939,55.818427],[-133.142974,55.832261],[-133.139882,55.85456],[-133.139801,55.876614],[-133.144195,55.889838],[-133.156361,55.896226],[-133.158844,55.890204],[-133.156646,55.880764],[-133.154775,55.876776],[-133.161122,55.865668],[-133.175038,55.865668],[-133.217681,55.883694],[-133.227284,55.89057],[-133.236724,55.900336],[-133.240875,55.90998],[-133.248647,55.935981],[-133.25414,55.941352],[-133.259755,55.945299],[-133.250356,55.953437],[-133.236806,55.959784],[-133.229888,55.958686],[-133.23176,55.970364],[-133.24413,55.996568],[-133.246205,56.03559],[-133.250234,56.055976],[-133.279124,56.076402],[-133.278147,56.102484],[-133.264638,56.147406],[-133.285512,56.167385],[-133.331207,56.172553],[-133.425404,56.167914],[-133.443471,56.169827],[-133.457753,56.174994],[-133.490305,56.191474],[-133.508372,56.191718],[-133.56192,56.183783],[-133.57311,56.184963],[-133.575999,56.188178],[-133.593007,56.202053],[-133.606272,56.209947],[-133.610992,56.210761],[-133.612172,56.212348],[-133.614735,56.22248],[-133.615387,56.230414],[-133.613393,56.247138],[-133.614735,56.25727],[-133.619049,56.260321],[-133.627105,56.264065],[-133.633901,56.269517],[-133.634592,56.277777],[-133.619618,56.289496],[-133.576324,56.292629],[-133.566314,56.304429],[-133.572662,56.314399],[-133.587799,56.327338],[-133.614735,56.345404],[-133.614735,56.352851],[-133.586781,56.352851]]],[[[-157.821889,56.317532],[-157.833323,56.313666],[-157.848826,56.31981],[-157.867421,56.32925],[-157.884877,56.333564],[-157.898386,56.339057],[-157.89741,56.347398],[-157.856557,56.362128],[-157.826161,56.36164],[-157.811391,56.356147],[-157.811269,56.353705],[-157.812734,56.349026],[-157.812327,56.342922],[-157.812327,56.342882],[-157.807322,56.335883],[-157.80602,56.328803],[-157.812449,56.32331],[-157.821889,56.317532]]],[[[-132.640859,56.442206],[-132.63268,56.43065],[-132.623402,56.408759],[-132.612904,56.400621],[-132.624379,56.3876],[-132.659657,56.368232],[-132.668202,56.352851],[-132.66393,56.341864],[-132.634633,56.304429],[-132.647206,56.282416],[-132.667958,56.274604],[-132.69164,56.270697],[-132.732737,56.251654],[-132.819651,56.236151],[-132.868886,56.243476],[-132.990875,56.311916],[-133.038889,56.330512],[-133.055247,56.344794],[-133.04894,56.362779],[-132.992828,56.418606],[-132.969838,56.434801],[-132.946685,56.445787],[-132.924224,56.451972],[-132.874257,56.455268],[-132.857574,56.453274],[-132.825592,56.444281],[-132.808746,56.442206],[-132.796742,56.443915],[-132.757558,56.455268],[-132.702952,56.462104],[-132.652903,56.448676],[-132.640859,56.442206]]],[[[-132.151519,56.351996],[-132.123891,56.343207],[-132.103017,56.349107],[-132.080881,56.361314],[-132.052805,56.362047],[-132.025136,56.353909],[-132.004018,56.339179],[-131.992747,56.322333],[-131.977691,56.285468],[-131.940094,56.233059],[-131.928049,56.210517],[-131.928334,56.194566],[-131.952219,56.185858],[-131.976877,56.190904],[-131.996205,56.188544],[-132.004018,56.157375],[-132.013254,56.141343],[-132.034291,56.128323],[-132.057281,56.120347],[-132.072336,56.119452],[-132.085032,56.132148],[-132.090728,56.148871],[-132.099192,56.162909],[-132.120107,56.167914],[-132.118031,56.156724],[-132.128774,56.158149],[-132.144643,56.16706],[-132.157948,56.178127],[-132.175771,56.189439],[-132.243031,56.202053],[-132.270416,56.214016],[-132.306467,56.234565],[-132.338246,56.257799],[-132.352895,56.277777],[-132.327138,56.330268],[-132.33019,56.342434],[-132.346669,56.359687],[-132.346506,56.370429],[-132.342356,56.376899],[-132.337026,56.383368],[-132.332997,56.393785],[-132.333363,56.407945],[-132.338938,56.422431],[-132.349192,56.437161],[-132.363393,56.45185],[-132.376617,56.471869],[-132.375356,56.488471],[-132.36205,56.494574],[-132.339223,56.483222],[-132.260894,56.45893],[-132.239898,56.445299],[-132.22761,56.429267],[-132.209137,56.395453],[-132.195872,56.380194],[-132.178131,56.367133],[-132.151519,56.351996]]],[[[-153.893503,56.535224],[-153.928171,56.516669],[-153.965688,56.504625],[-153.990712,56.507066],[-154.005971,56.513007],[-154.024648,56.511054],[-154.059275,56.503648],[-154.100331,56.502387],[-154.120595,56.504136],[-154.137807,56.510484],[-154.119089,56.523749],[-154.093129,56.536689],[-154.06904,56.541409],[-154.055816,56.530341],[-154.04365,56.547593],[-154.020457,56.555487],[-153.877146,56.565131],[-153.877146,56.552069],[-153.893503,56.535224]]],[[[-157.060618,56.582221],[-157.044749,56.572984],[-157.008778,56.563951],[-156.99238,56.555162],[-156.978261,56.536526],[-156.988352,56.530585],[-157.006296,56.533433],[-157.02595,56.549954],[-157.04894,56.552924],[-157.139475,56.552069],[-157.145497,56.548896],[-157.155873,56.53441],[-157.159983,56.530341],[-157.168568,56.531236],[-157.177927,56.535834],[-157.187734,56.538642],[-157.205434,56.530178],[-157.308705,56.530666],[-157.331248,56.524156],[-157.327097,56.534857],[-157.317576,56.548489],[-157.307118,56.560207],[-157.300526,56.565131],[-157.286366,56.568671],[-157.259267,56.583401],[-157.242502,56.585639],[-157.202626,56.582099],[-157.098582,56.59398],[-157.060618,56.582221]]],[[[-154.461415,56.605373],[-154.42516,56.593044],[-154.42516,56.593004],[-154.415639,56.58747],[-154.407908,56.579006],[-154.402089,56.568834],[-154.398508,56.558295],[-154.410634,56.547593],[-154.424062,56.541409],[-154.440134,56.53852],[-154.446645,56.538642],[-154.434519,56.541815],[-154.424794,56.548041],[-154.419016,56.558295],[-154.430287,56.556789],[-154.440745,56.554145],[-154.45051,56.550238],[-154.45995,56.544664],[-154.44282,56.581204],[-154.474843,56.59809],[-154.516713,56.590155],[-154.528879,56.552069],[-154.497996,56.530666],[-154.487538,56.516791],[-154.504954,56.510484],[-154.530995,56.508002],[-154.559682,56.501532],[-154.610789,56.483222],[-154.670725,56.44123],[-154.699818,56.426907],[-154.716908,56.410875],[-154.73823,56.398261],[-154.767812,56.400621],[-154.791249,56.430854],[-154.770497,56.470852],[-154.731435,56.508205],[-154.700144,56.530341],[-154.536326,56.597602],[-154.499338,56.605455],[-154.461415,56.605373]]],[[[-154.08259,56.606106],[-154.077463,56.591783],[-154.06843,56.580512],[-154.058095,56.570136],[-154.049062,56.558295],[-154.080759,56.57685],[-154.093455,56.578803],[-154.103993,56.574897],[-154.10204,56.566148],[-154.093088,56.557074],[-154.08259,56.552069],[-154.090566,56.546698],[-154.138905,56.531684],[-154.14155,56.530341],[-154.158315,56.52619],[-154.191396,56.50788],[-154.210072,56.503648],[-154.280141,56.506578],[-154.322133,56.515082],[-154.333811,56.519599],[-154.341624,56.528144],[-154.350087,56.544664],[-154.337758,56.56391],[-154.310414,56.583808],[-154.279001,56.597805],[-154.24767,56.606106],[-154.226186,56.608344],[-154.16572,56.606106],[-154.124094,56.612616],[-154.103017,56.613186],[-154.08259,56.606106]]],[[[-169.742991,56.620347],[-169.608022,56.603339],[-169.580881,56.609524],[-169.556996,56.618109],[-169.523142,56.616278],[-169.491526,56.60692],[-169.474355,56.593004],[-169.515085,56.578518],[-169.55016,56.556952],[-169.586903,56.541409],[-169.63268,56.544664],[-169.653025,56.554145],[-169.678456,56.576117],[-169.693471,56.585639],[-169.766225,56.606879],[-169.789052,56.620347],[-169.742991,56.620347]]],[[[-132.882232,56.801174],[-132.870513,56.797838],[-132.833648,56.79914],[-132.816314,56.797349],[-132.751943,56.759223],[-132.743886,56.746975],[-132.733266,56.725979],[-132.709788,56.709906],[-132.686269,56.698676],[-132.675649,56.692084],[-132.671457,56.683824],[-132.661529,56.679633],[-132.640859,56.674994],[-132.62914,56.669013],[-132.623362,56.665269],[-132.608388,56.648017],[-132.599192,56.633775],[-132.593088,56.626532],[-132.583811,56.618109],[-132.577219,56.614081],[-132.558339,56.606106],[-132.548492,56.603746],[-132.539703,56.603502],[-132.533437,56.600328],[-132.530995,56.589301],[-132.533437,56.580308],[-132.539459,56.576402],[-132.547353,56.573879],[-132.555247,56.568549],[-132.57372,56.559475],[-132.621571,56.555732],[-132.637766,56.548407],[-132.650461,56.537055],[-132.666168,56.529731],[-132.68399,56.527167],[-132.702952,56.530341],[-132.717844,56.540961],[-132.732045,56.554511],[-132.74706,56.559516],[-132.764394,56.544664],[-132.730133,56.521186],[-132.722768,56.510484],[-132.740549,56.508246],[-132.773671,56.499091],[-132.791656,56.496894],[-132.918609,56.507025],[-132.937489,56.517564],[-132.94518,56.536566],[-132.954498,56.592271],[-132.952219,56.60163],[-132.942494,56.612942],[-132.928049,56.619696],[-132.890859,56.629381],[-132.881093,56.640204],[-132.886586,56.65058],[-132.922027,56.688666],[-132.924143,56.702216],[-132.923411,56.717922],[-132.920155,56.732815],[-132.914622,56.743842],[-132.924428,56.757554],[-132.959584,56.787991],[-132.962799,56.799791],[-132.951527,56.810452],[-132.922027,56.825832],[-132.882232,56.801174]]],[[[-133.986684,56.865627],[-133.990834,56.832017],[-133.971262,56.836412],[-133.964101,56.831122],[-133.956695,56.797838],[-133.951487,56.802395],[-133.941029,56.807847],[-133.935618,56.812201],[-133.930084,56.801581],[-133.91926,56.77025],[-133.912668,56.763739],[-133.904897,56.760647],[-133.904856,56.753852],[-133.909332,56.746975],[-133.923004,56.740709],[-133.922841,56.7331],[-133.920806,56.723944],[-133.922597,56.715969],[-133.927317,56.712226],[-133.938791,56.706204],[-133.943023,56.702338],[-133.955068,56.678412],[-133.959828,56.671291],[-133.972646,56.660142],[-133.987172,56.655178],[-134.025014,56.653876],[-133.993764,56.639228],[-133.964345,56.643256],[-133.9381,56.659369],[-133.916371,56.68122],[-133.916249,56.687201],[-133.91983,56.694159],[-133.920766,56.699897],[-133.912668,56.702338],[-133.903188,56.703274],[-133.885487,56.707506],[-133.877553,56.708564],[-133.870758,56.714911],[-133.863108,56.729682],[-133.856679,56.745917],[-133.853668,56.756903],[-133.858225,56.78026],[-133.865875,56.800971],[-133.862375,56.809882],[-133.83316,56.797838],[-133.813059,56.78148],[-133.801178,56.777004],[-133.768422,56.785712],[-133.750152,56.783759],[-133.732533,56.778144],[-133.717152,56.771186],[-133.775136,56.698879],[-133.780344,56.686428],[-133.773101,56.676459],[-133.760081,56.669908],[-133.732167,56.663153],[-133.728627,56.653062],[-133.730295,56.641791],[-133.730133,56.633979],[-133.705678,56.604153],[-133.709543,56.594713],[-133.735911,56.567125],[-133.745432,56.561957],[-133.756947,56.559149],[-133.771799,56.558295],[-133.779693,56.563381],[-133.792104,56.58869],[-133.799062,56.5987],[-133.823842,56.607733],[-133.9051,56.620347],[-133.922597,56.616645],[-133.91039,56.601467],[-133.857737,56.58747],[-133.847483,56.565131],[-133.851959,56.56391],[-133.871897,56.535956],[-133.874176,56.530341],[-133.886545,56.5244],[-133.90925,56.520087],[-133.919504,56.513617],[-133.920237,56.505194],[-133.910146,56.497545],[-133.895985,56.492133],[-133.884674,56.490058],[-133.869293,56.486802],[-133.862904,56.478583],[-133.859609,56.467353],[-133.853668,56.455268],[-133.847808,56.450629],[-133.825754,56.442206],[-133.845204,56.434394],[-133.887847,56.44009],[-133.908925,56.434801],[-133.897369,56.424302],[-133.883534,56.418443],[-133.875356,56.41059],[-133.880971,56.393785],[-133.887847,56.392646],[-133.898793,56.394477],[-133.909576,56.390815],[-133.916371,56.373358],[-133.859364,56.359117],[-133.843739,56.349107],[-133.841624,56.337592],[-133.853586,56.310492],[-133.847483,56.298245],[-133.868967,56.284735],[-133.898752,56.306342],[-133.930247,56.339301],[-133.956695,56.359687],[-133.972524,56.3605],[-133.975087,56.351386],[-133.971913,56.336168],[-133.970367,56.318752],[-133.975942,56.29621],[-133.981272,56.283881],[-133.978505,56.278754],[-133.959828,56.277777],[-133.923085,56.280829],[-133.908111,56.276353],[-133.891916,56.229804],[-133.895579,56.219957],[-133.943837,56.211982],[-133.944692,56.201606],[-133.926259,56.173489],[-133.920237,56.166897],[-133.916168,56.159003],[-133.919504,56.150539],[-133.937734,56.13703],[-133.940989,56.130194],[-133.935618,56.119452],[-133.941477,56.103095],[-133.949127,56.092353],[-133.961252,56.086493],[-133.980336,56.084662],[-133.993967,56.087877],[-134.030507,56.104722],[-134.039296,56.112616],[-134.036692,56.123196],[-134.009267,56.185126],[-134.017242,56.196967],[-134.0301,56.207221],[-134.039296,56.216295],[-134.037994,56.238715],[-134.03185,56.274563],[-134.032582,56.30683],[-134.052317,56.318752],[-134.069081,56.302802],[-134.067698,56.273993],[-134.072418,56.248603],[-134.107533,56.242987],[-134.09024,56.192694],[-134.121978,56.179755],[-134.167104,56.182115],[-134.190094,56.178127],[-134.16218,56.13996],[-134.150624,56.136949],[-134.145416,56.13996],[-134.140981,56.144843],[-134.131174,56.147406],[-134.103586,56.140286],[-134.099721,56.123847],[-134.100453,56.105292],[-134.086415,56.09219],[-134.091949,56.082709],[-134.100494,56.076077],[-134.121205,56.064846],[-134.107981,56.053046],[-134.100982,56.032294],[-134.102406,56.010728],[-134.114369,55.996568],[-134.129384,55.999457],[-134.14859,56.011664],[-134.157541,56.028144],[-134.141672,56.043769],[-134.163238,56.053616],[-134.210683,56.062812],[-134.224233,56.078518],[-134.210032,56.087226],[-134.207753,56.098578],[-134.216217,56.108385],[-134.234202,56.112616],[-134.236887,56.118109],[-134.225413,56.130194],[-134.200063,56.150539],[-134.197174,56.162055],[-134.212717,56.168362],[-134.231272,56.170111],[-134.237294,56.167914],[-134.247304,56.178371],[-134.250111,56.188178],[-134.251536,56.216295],[-134.255198,56.228461],[-134.263051,56.246283],[-134.264556,56.260403],[-134.257232,56.271633],[-134.224762,56.257636],[-134.217397,56.267239],[-134.217193,56.282294],[-134.21467,56.291327],[-134.206654,56.297593],[-134.190094,56.304429],[-134.164418,56.306098],[-134.160064,56.312405],[-134.169586,56.332343],[-134.184071,56.326158],[-134.231068,56.311916],[-134.244618,56.3015],[-134.251536,56.298245],[-134.262115,56.295315],[-134.272084,56.293891],[-134.281972,56.294664],[-134.292551,56.298245],[-134.292551,56.304429],[-134.259918,56.315904],[-134.265981,56.330552],[-134.282704,56.346625],[-134.281972,56.362779],[-134.270172,56.365709],[-134.237701,56.365546],[-134.231068,56.369615],[-134.239166,56.404486],[-134.237294,56.414293],[-134.228424,56.420233],[-134.218495,56.416734],[-134.207672,56.410549],[-134.196278,56.408108],[-134.180409,56.412502],[-134.177235,56.418687],[-134.180247,56.427232],[-134.182688,56.438544],[-134.178375,56.441352],[-134.169016,56.434638],[-134.159576,56.423],[-134.155344,56.4112],[-134.155344,56.365912],[-134.14623,56.373684],[-134.114369,56.393785],[-134.115387,56.396064],[-134.116322,56.400946],[-134.113637,56.405829],[-134.104115,56.408108],[-134.08023,56.400621],[-134.069488,56.389594],[-134.060374,56.375922],[-134.050893,56.367743],[-134.039296,56.373358],[-134.036,56.383043],[-134.036041,56.409613],[-134.03185,56.421129],[-134.040924,56.432807],[-134.060414,56.448065],[-134.066558,56.462104],[-134.067372,56.477607],[-134.061594,56.48432],[-134.04955,56.483385],[-134.03185,56.475735],[-134.034413,56.485907],[-134.039784,56.497301],[-134.04719,56.506659],[-134.05602,56.510484],[-134.059478,56.515286],[-134.064198,56.537502],[-134.066558,56.544664],[-134.081776,56.551581],[-134.092641,56.535956],[-134.104115,56.512844],[-134.121205,56.496894],[-134.13915,56.498725],[-134.15567,56.512356],[-134.172231,56.530178],[-134.190094,56.544664],[-134.218007,56.556789],[-134.246938,56.563381],[-134.276479,56.564032],[-134.306142,56.558295],[-134.306142,56.565131],[-134.22761,56.607408],[-134.184071,56.615912],[-134.159535,56.62995],[-134.141672,56.633979],[-134.106109,56.628974],[-134.093332,56.631537],[-134.086415,56.64704],[-134.116811,56.653795],[-134.144032,56.651923],[-134.224721,56.623684],[-134.246897,56.620103],[-134.266021,56.626858],[-134.285715,56.64704],[-134.263499,56.655422],[-134.241282,56.656073],[-134.224233,56.661689],[-134.217397,56.684882],[-134.222727,56.694403],[-134.234486,56.696967],[-134.246246,56.69538],[-134.251536,56.692084],[-134.25357,56.676337],[-134.259877,56.6706],[-134.306752,56.665758],[-134.333974,56.668362],[-134.357574,56.676581],[-134.367584,56.692084],[-134.391835,56.719062],[-134.397084,56.72956],[-134.395131,56.741645],[-134.388092,56.756903],[-134.391184,56.780097],[-134.405385,56.81977],[-134.408559,56.842922],[-134.40567,56.852688],[-134.398305,56.860256],[-134.388499,56.865058],[-134.378163,56.866848],[-134.361155,56.863593],[-134.350982,56.855414],[-134.333485,56.832017],[-134.300649,56.803412],[-134.280873,56.792792],[-134.272043,56.801581],[-134.277211,56.821357],[-134.289784,56.834784],[-134.305287,56.846259],[-134.319203,56.859931],[-134.328236,56.888739],[-134.306142,56.897895],[-134.234202,56.89411],[-134.220326,56.88996],[-134.182688,56.859931],[-134.166819,56.85399],[-134.146555,56.848944],[-134.125559,56.846015],[-134.107533,56.84634],[-134.107533,56.853095],[-134.121938,56.862006],[-134.141428,56.884955],[-134.155344,56.89411],[-134.197133,56.900336],[-134.21345,56.907131],[-134.210561,56.922024],[-134.223459,56.929023],[-134.264556,56.941881],[-134.239613,56.941148],[-134.175852,56.922024],[-134.128326,56.91706],[-134.105946,56.912258],[-134.086415,56.900336],[-134.051747,56.895209],[-134.012685,56.885159],[-133.986684,56.865627]]],[[[-133.764638,57.076809],[-133.671946,57.060248],[-133.582875,57.050035],[-133.545806,57.038072],[-133.49059,57.031236],[-133.464711,57.024563],[-133.413482,57.003323],[-133.388173,56.997138],[-133.335113,56.997382],[-133.315907,56.990871],[-133.298736,56.969184],[-133.290435,56.950751],[-133.279897,56.933336],[-133.263254,56.925279],[-133.236724,56.935045],[-133.275258,56.966254],[-133.293284,56.988349],[-133.298736,57.010199],[-133.239125,56.996405],[-133.10912,56.998725],[-133.052358,56.982856],[-133.043324,56.965806],[-133.025217,56.950507],[-133.002675,56.939358],[-132.980377,56.935045],[-132.96996,56.925971],[-132.955922,56.905097],[-132.935658,56.866848],[-132.937001,56.850287],[-132.948638,56.834621],[-132.966664,56.822943],[-132.987172,56.818427],[-132.991078,56.808417],[-132.979237,56.786811],[-132.956166,56.756903],[-132.952748,56.746731],[-132.949086,56.709052],[-132.950836,56.701972],[-132.94933,56.695461],[-132.946197,56.691067],[-132.94164,56.687649],[-132.937489,56.683824],[-132.935658,56.678127],[-132.933949,56.641588],[-132.941396,56.626532],[-132.963002,56.612942],[-132.9735,56.609442],[-132.999176,56.605536],[-133.010813,56.606106],[-133.024648,56.612738],[-133.05012,56.635321],[-133.062001,56.640204],[-133.085561,56.646145],[-133.110911,56.66059],[-133.185658,56.721625],[-133.19811,56.736762],[-133.207428,56.770941],[-133.218414,56.787665],[-133.233632,56.801907],[-133.250356,56.812201],[-133.257883,56.800686],[-133.27599,56.804633],[-133.331288,56.834377],[-133.346425,56.837592],[-133.350738,56.832261],[-133.323638,56.799058],[-133.322418,56.786689],[-133.325754,56.775621],[-133.326731,56.763739],[-133.319692,56.75023],[-133.305084,56.735419],[-133.286733,56.727118],[-133.268381,56.733059],[-133.251047,56.742743],[-133.234364,56.742011],[-133.221791,56.731635],[-133.216868,56.712226],[-133.216868,56.678127],[-133.220855,56.670111],[-133.239125,56.657375],[-133.24413,56.64704],[-133.24234,56.634101],[-133.235219,56.635565],[-133.227447,56.642768],[-133.223704,56.64704],[-133.212636,56.646389],[-133.19225,56.641425],[-133.161936,56.638088],[-133.132883,56.631659],[-133.107086,56.620998],[-133.093373,56.606106],[-133.107004,56.5987],[-133.120025,56.605048],[-133.135894,56.609849],[-133.152699,56.612738],[-133.168446,56.612942],[-133.168446,56.606106],[-133.114084,56.593004],[-133.100738,56.585639],[-133.093902,56.573676],[-133.086985,56.543647],[-133.079091,56.530341],[-133.134348,56.530341],[-133.12442,56.510728],[-133.12385,56.491767],[-133.131907,56.475002],[-133.147939,56.462104],[-133.160024,56.457709],[-133.172963,56.455756],[-133.199534,56.455268],[-133.223704,56.462104],[-133.228871,56.465522],[-133.233022,56.47012],[-133.236684,56.475735],[-133.264312,56.479071],[-133.319976,56.471991],[-133.346588,56.475735],[-133.3579,56.483791],[-133.36266,56.492987],[-133.369049,56.500556],[-133.385081,56.503648],[-133.435943,56.503648],[-133.426625,56.498765],[-133.418853,56.492662],[-133.412831,56.485093],[-133.408599,56.475735],[-133.429311,56.475084],[-133.422475,56.463609],[-133.441314,56.453803],[-133.52717,56.439032],[-133.621246,56.442206],[-133.659413,56.464179],[-133.654164,56.556708],[-133.689198,56.571967],[-133.679433,56.584052],[-133.646067,56.592597],[-133.634592,56.606106],[-133.654652,56.605536],[-133.659047,56.614732],[-133.65803,56.628241],[-133.661855,56.640204],[-133.674224,56.648261],[-133.685862,56.652533],[-133.695668,56.659369],[-133.70287,56.674994],[-133.701527,56.694648],[-133.692983,56.711249],[-133.687856,56.730129],[-133.696645,56.756903],[-133.682118,56.759589],[-133.677317,56.765286],[-133.679433,56.772854],[-133.68578,56.781155],[-133.692698,56.792792],[-133.688954,56.798774],[-133.677642,56.798326],[-133.661855,56.791083],[-133.670033,56.813422],[-133.673085,56.837348],[-133.67927,56.853705],[-133.696645,56.853095],[-133.697581,56.849555],[-133.695912,56.836005],[-133.696645,56.832017],[-133.702056,56.829413],[-133.715321,56.825507],[-133.72057,56.822089],[-133.729237,56.814643],[-133.74059,56.808905],[-133.752919,56.807318],[-133.764963,56.812201],[-133.751291,56.818427],[-133.751291,56.825832],[-133.76651,56.824937],[-133.781239,56.826565],[-133.794789,56.831122],[-133.806508,56.839504],[-133.8037,56.843329],[-133.799062,56.853095],[-133.811879,56.852525],[-133.820139,56.855414],[-133.822906,56.86225],[-133.819569,56.872992],[-133.836334,56.871894],[-133.850331,56.86815],[-133.863433,56.867743],[-133.877553,56.87641],[-133.890452,56.893378],[-133.888173,56.901435],[-133.876536,56.902899],[-133.861155,56.900336],[-133.795522,56.881496],[-133.76301,56.880072],[-133.73762,56.89411],[-133.754954,56.90058],[-133.839182,56.919501],[-133.888417,56.955512],[-134.018178,57.017564],[-134.018178,57.02383],[-134.013173,57.029242],[-134.01122,57.036119],[-134.011342,57.055162],[-134.004384,57.063666],[-133.988108,57.066474],[-133.95641,57.065375],[-133.945383,57.066881],[-133.933013,57.070746],[-133.921457,57.076321],[-133.912668,57.08275],[-133.900706,57.089342],[-133.887034,57.090033],[-133.764638,57.076809]]],[[[-153.180857,57.174994],[-153.212351,57.133694],[-153.154408,57.164537],[-153.123769,57.1706],[-153.101064,57.179755],[-153.089467,57.181464],[-153.079661,57.179104],[-153.068471,57.170356],[-153.05842,57.168443],[-152.979237,57.176418],[-152.95226,57.174628],[-152.933665,57.162055],[-152.920277,57.157945],[-152.907867,57.16474],[-152.899973,57.16474],[-152.888743,57.15884],[-152.884511,57.14997],[-152.910512,57.131903],[-152.926137,57.125963],[-153.006907,57.113837],[-153.01594,57.117499],[-153.020131,57.123358],[-153.024607,57.127875],[-153.03425,57.127427],[-153.059031,57.114691],[-153.083363,57.098375],[-153.110789,57.088813],[-153.144724,57.096137],[-153.159535,57.097113],[-153.194081,57.082953],[-153.209218,57.079047],[-153.215647,57.072211],[-153.218739,57.057034],[-153.219797,57.034654],[-153.235585,57.009833],[-153.272165,56.998521],[-153.313222,56.997626],[-153.342722,57.003974],[-153.325551,57.02204],[-153.322214,57.02383],[-153.326853,57.031724],[-153.333689,57.035712],[-153.342722,57.038072],[-153.341379,57.052924],[-153.331899,57.059882],[-153.321156,57.064643],[-153.316029,57.072821],[-153.329091,57.080024],[-153.359364,57.068508],[-153.391835,57.060736],[-153.41161,57.079047],[-153.395131,57.083319],[-153.362172,57.096747],[-153.338328,57.101752],[-153.338612,57.106676],[-153.344594,57.111518],[-153.353586,57.113837],[-153.361684,57.11225],[-153.379954,57.106391],[-153.391103,57.106391],[-153.378977,57.117621],[-153.342722,57.141099],[-153.309763,57.170315],[-153.298329,57.174628],[-153.290761,57.178656],[-153.270131,57.198228],[-153.260487,57.205634],[-153.244374,57.211005],[-153.229237,57.210639],[-153.22114,57.203518],[-153.226023,57.1883],[-153.187327,57.185004],[-153.180857,57.174994]]],[[[-170.13679,57.224555],[-170.145375,57.209418],[-170.149526,57.205756],[-170.154246,57.199897],[-170.15803,57.192572],[-170.16218,57.174791],[-170.168568,57.169013],[-170.203074,57.154364],[-170.255238,57.141099],[-170.254099,57.129299],[-170.262807,57.118883],[-170.276438,57.110989],[-170.289988,57.106391],[-170.275339,57.127143],[-170.272206,57.136542],[-170.275706,57.147935],[-170.281728,57.14761],[-170.319895,57.15469],[-170.347279,57.147366],[-170.365956,57.148586],[-170.385203,57.153551],[-170.399241,57.161038],[-170.407094,57.171129],[-170.412099,57.184801],[-170.409901,57.196845],[-170.396108,57.201972],[-170.358266,57.201972],[-170.34789,57.20425],[-170.333119,57.214016],[-170.323801,57.216254],[-170.262807,57.214016],[-170.241567,57.216254],[-170.14741,57.234076],[-170.135691,57.242743],[-170.123036,57.250149],[-170.104441,57.250393],[-170.113352,57.239895],[-170.13679,57.224555]]],[[[-135.568715,57.241197],[-135.553782,57.229926],[-135.570872,57.222968],[-135.591054,57.224311],[-135.628245,57.236721],[-135.614369,57.223578],[-135.606272,57.209459],[-135.602447,57.192776],[-135.601552,57.171576],[-135.59557,57.154608],[-135.580881,57.148139],[-135.562734,57.145819],[-135.546295,57.141099],[-135.565012,57.112291],[-135.601633,57.035549],[-135.628245,57.010199],[-135.642079,57.008205],[-135.674184,57.011705],[-135.686879,57.007025],[-135.696685,57.001044],[-135.707509,56.99844],[-135.841135,56.989691],[-135.831532,57.050482],[-135.82315,57.079779],[-135.806996,57.099555],[-135.791371,57.106106],[-135.762074,57.114163],[-135.727203,57.142524],[-135.717519,57.153469],[-135.710805,57.168443],[-135.779693,57.165717],[-135.809722,57.173],[-135.820668,57.195746],[-135.815053,57.207709],[-135.797719,57.228827],[-135.80016,57.236721],[-135.812408,57.238593],[-135.842356,57.226508],[-135.855377,57.22309],[-135.839223,57.245673],[-135.837514,57.25552],[-135.847971,57.264635],[-135.825266,57.284084],[-135.833974,57.306342],[-135.843739,57.324693],[-135.824086,57.332343],[-135.724762,57.328925],[-135.615224,57.284491],[-135.598622,57.271918],[-135.568715,57.241197]]],[[[-152.298183,57.363155],[-152.315124,57.363121],[-152.299935,57.374118],[-152.288189,57.396985],[-152.26273,57.39063],[-152.255922,57.384243],[-152.267744,57.375087],[-152.298183,57.363155]]],[[[-153.829294,57.451077],[-153.843577,57.436225],[-153.867787,57.452582],[-153.881459,57.476142],[-153.887074,57.49494],[-153.887807,57.508979],[-153.88036,57.515204],[-153.875844,57.521715],[-153.875722,57.533108],[-153.867909,57.543362],[-153.84675,57.540595],[-153.831492,57.525702],[-153.831776,57.509996],[-153.833811,57.502021],[-153.830678,57.485256],[-153.829294,57.451077]]],[[[-135.409779,57.448961],[-135.396067,57.442694],[-135.382924,57.445299],[-135.354563,57.462633],[-135.316518,57.478339],[-135.295033,57.481635],[-135.285634,57.472846],[-135.277415,57.46133],[-135.25829,57.466295],[-135.236643,57.4772],[-135.220774,57.4831],[-135.180287,57.480699],[-135.142242,57.469428],[-135.15331,57.452948],[-135.191233,57.443183],[-135.203684,57.428534],[-135.181996,57.436754],[-135.156239,57.441311],[-135.130279,57.441107],[-135.060374,57.422919],[-135.052846,57.418606],[-135.045155,57.411444],[-135.008127,57.403469],[-134.994781,57.397773],[-134.909495,57.339789],[-134.909495,57.332343],[-134.952463,57.342475],[-134.998199,57.346584],[-134.998199,57.339789],[-134.950429,57.325507],[-134.950429,57.319281],[-134.971059,57.312445],[-134.978831,57.30683],[-134.984527,57.298163],[-134.965972,57.298285],[-134.958323,57.300482],[-134.950429,57.305609],[-134.939076,57.299506],[-134.932973,57.291246],[-134.930409,57.280829],[-134.930002,57.267768],[-134.923492,57.259223],[-134.908681,57.256334],[-134.852854,57.260321],[-134.838979,57.257799],[-134.833119,57.246649],[-134.832834,57.232815],[-134.834055,57.221625],[-134.84024,57.215399],[-134.854848,57.216254],[-134.826161,57.197455],[-134.808258,57.181383],[-134.808258,57.164008],[-134.833119,57.141099],[-134.810658,57.133979],[-134.786488,57.117987],[-134.77538,57.09809],[-134.792144,57.079047],[-134.774526,57.079169],[-134.76122,57.072821],[-134.751576,57.062812],[-134.744985,57.051744],[-134.743316,57.043891],[-134.746816,57.03144],[-134.744985,57.02383],[-134.740712,57.021186],[-134.734486,57.020738],[-134.728261,57.018378],[-134.723866,57.010199],[-134.723948,56.996039],[-134.732533,56.976752],[-134.731313,56.962958],[-134.723541,56.952948],[-134.713735,56.946031],[-134.70934,56.937323],[-134.717681,56.922024],[-134.693593,56.908393],[-134.686187,56.8935],[-134.689768,56.849677],[-134.683176,56.835639],[-134.641347,56.797838],[-134.651926,56.778062],[-134.646148,56.765326],[-134.633046,56.755316],[-134.62149,56.743842],[-134.616119,56.728461],[-134.607818,56.595893],[-134.612457,56.56509],[-134.614613,56.558295],[-134.624176,56.547431],[-134.628285,56.54857],[-134.632192,56.556342],[-134.641347,56.565131],[-134.642568,56.570461],[-134.650299,56.582261],[-134.659006,56.58808],[-134.663075,56.575385],[-134.66926,56.537828],[-134.626047,56.486233],[-134.624908,56.472642],[-134.634999,56.455512],[-134.63268,56.439114],[-134.625559,56.424018],[-134.62149,56.4112],[-134.622467,56.390774],[-134.626454,56.372138],[-134.634755,56.355048],[-134.648793,56.339179],[-134.627594,56.33039],[-134.631744,56.309272],[-134.663075,56.25727],[-134.634633,56.269721],[-134.626373,56.261461],[-134.632965,56.240871],[-134.648793,56.216295],[-134.641347,56.208889],[-134.656239,56.174709],[-134.66747,56.170396],[-134.689768,56.181545],[-134.672597,56.205634],[-134.66926,56.216295],[-134.673736,56.219428],[-134.682932,56.229315],[-134.694651,56.233344],[-134.699574,56.230414],[-134.702219,56.225287],[-134.707143,56.22248],[-134.735707,56.217922],[-134.749989,56.217353],[-134.765492,56.22248],[-134.75121,56.236151],[-134.772125,56.237209],[-134.787343,56.244818],[-134.796498,56.257636],[-134.799631,56.274359],[-134.803375,56.281562],[-134.81192,56.28498],[-134.821197,56.287177],[-134.826975,56.290758],[-134.829172,56.299547],[-134.829213,56.309882],[-134.826975,56.325588],[-134.847564,56.329047],[-134.867502,56.325385],[-134.882436,56.329576],[-134.888336,56.356269],[-134.892201,56.36107],[-134.911448,56.376776],[-134.919097,56.380194],[-134.925689,56.385159],[-134.93102,56.396226],[-134.936838,56.414293],[-134.942372,56.421576],[-134.998199,56.472642],[-135.003896,56.490709],[-135.017893,56.509019],[-135.035715,56.525458],[-135.052846,56.537828],[-135.043446,56.539252],[-135.034535,56.542222],[-135.026357,56.546536],[-135.019358,56.552069],[-135.033274,56.560289],[-135.037506,56.568549],[-135.032623,56.57685],[-135.019358,56.585639],[-134.998362,56.588609],[-134.947011,56.587307],[-134.936838,56.595893],[-134.927602,56.620429],[-134.904856,56.646064],[-134.847401,56.688666],[-134.86856,56.688178],[-134.883778,56.685492],[-134.897084,56.678209],[-134.912587,56.664455],[-134.933705,56.63996],[-134.945872,56.630439],[-134.961008,56.626532],[-134.978627,56.631985],[-134.983713,56.644924],[-134.981597,56.660793],[-134.971913,56.692572],[-134.964467,56.702541],[-134.953359,56.709052],[-134.936838,56.715969],[-134.962636,56.721137],[-134.984731,56.714545],[-134.999989,56.697577],[-135.012318,56.650214],[-135.028472,56.631334],[-135.048411,56.616156],[-135.066518,56.606106],[-135.092763,56.597968],[-135.109771,56.601752],[-135.119008,56.617133],[-135.121734,56.643622],[-135.119496,56.662502],[-135.112213,56.678697],[-135.099355,56.69359],[-135.08019,56.708564],[-135.014272,56.739407],[-134.994781,56.753485],[-134.99885,56.761664],[-135.014638,56.771064],[-135.031809,56.775133],[-135.039784,56.767524],[-135.044993,56.759223],[-135.137034,56.694525],[-135.164133,56.685207],[-135.175771,56.679023],[-135.187896,56.676744],[-135.200551,56.684882],[-135.20226,56.694729],[-135.194081,56.702826],[-135.182932,56.709784],[-135.175771,56.715969],[-135.177358,56.725979],[-135.184438,56.734931],[-135.185536,56.7414],[-135.154693,56.745917],[-135.152089,56.751654],[-135.154856,56.760321],[-135.158925,56.79206],[-135.158681,56.800238],[-135.15274,56.808783],[-135.1433,56.815619],[-135.135406,56.819322],[-135.128529,56.823472],[-135.121734,56.832017],[-135.174224,56.826361],[-135.269276,56.789008],[-135.320953,56.797838],[-135.307362,56.820868],[-135.325673,56.825507],[-135.353342,56.824164],[-135.367543,56.828925],[-135.367787,56.87401],[-135.36026,56.8876],[-135.340891,56.879828],[-135.324574,56.890774],[-135.305898,56.890692],[-135.294504,56.892157],[-135.299916,56.907701],[-135.313791,56.920722],[-135.334218,56.931057],[-135.356272,56.9383],[-135.374989,56.941881],[-135.369049,56.943834],[-135.363759,56.946275],[-135.354563,56.955512],[-135.350006,56.970404],[-135.330881,56.978583],[-135.308949,56.982123],[-135.289377,56.982856],[-135.282338,56.985297],[-135.262929,56.996894],[-135.258901,57.000556],[-135.253977,57.00373],[-135.229563,57.004543],[-135.203359,57.013495],[-135.164052,57.013617],[-135.156565,57.020697],[-135.165354,57.041734],[-135.185902,57.04564],[-135.22761,57.038072],[-135.267934,57.039862],[-135.310292,57.047349],[-135.348134,57.06391],[-135.374989,57.092719],[-135.378163,57.12873],[-135.35025,57.149359],[-135.307607,57.158759],[-135.266428,57.161038],[-135.266428,57.168443],[-135.289662,57.174628],[-135.310129,57.17768],[-135.329172,57.176093],[-135.348297,57.168443],[-135.376861,57.150092],[-135.394154,57.147366],[-135.412913,57.157904],[-135.412587,57.169623],[-135.397694,57.182074],[-135.378285,57.19184],[-135.36441,57.195746],[-135.364166,57.204047],[-135.334055,57.250393],[-135.412953,57.244778],[-135.429596,57.246649],[-135.455963,57.253323],[-135.481516,57.248969],[-135.506012,57.241034],[-135.529205,57.236721],[-135.542836,57.242987],[-135.577707,57.287909],[-135.639231,57.31684],[-135.648752,57.328925],[-135.673207,57.349677],[-135.674957,57.358629],[-135.662424,57.363756],[-135.645823,57.366197],[-135.604237,57.367743],[-135.485666,57.35102],[-135.475331,57.354315],[-135.471181,57.363593],[-135.478586,57.368313],[-135.525787,57.373928],[-135.567047,57.389472],[-135.585846,57.392564],[-135.608998,57.3876],[-135.602203,57.397895],[-135.591624,57.404975],[-135.550649,57.423774],[-135.547597,57.427436],[-135.547434,57.431789],[-135.54011,57.442206],[-135.533193,57.447211],[-135.516469,57.454413],[-135.508778,57.45954],[-135.504709,57.466498],[-135.506581,57.472357],[-135.510365,57.477729],[-135.512115,57.4831],[-135.512807,57.490465],[-135.517812,57.501614],[-135.519032,57.50731],[-135.51537,57.515611],[-135.506744,57.517768],[-135.496571,57.518012],[-135.488271,57.520982],[-135.436513,57.549994],[-135.381174,57.553616],[-135.327056,57.538398],[-135.279408,57.511054],[-135.310536,57.490871],[-135.381825,57.47134],[-135.409779,57.448961]]],[[[-152.4228,57.96426],[-152.424306,57.952094],[-152.417104,57.943996],[-152.416982,57.93887],[-152.422963,57.934312],[-152.417104,57.930365],[-152.388295,57.9265],[-152.360829,57.926744],[-152.355295,57.925971],[-152.343902,57.923326],[-152.336374,57.921698],[-152.325388,57.916002],[-152.330149,57.907457],[-152.356191,57.893948],[-152.360666,57.888902],[-152.369374,57.88642],[-152.381174,57.889228],[-152.397328,57.896064],[-152.485951,57.914537],[-152.504832,57.925727],[-152.492624,57.940619],[-152.483144,57.948472],[-152.487864,57.950263],[-152.489084,57.954006],[-152.490305,57.956692],[-152.492014,57.957221],[-152.494456,57.958197],[-152.492747,57.961575],[-152.483957,57.963121],[-152.47468,57.960883],[-152.46345,57.95954],[-152.432322,57.969184],[-152.4228,57.96426]]],[[[-153.260813,57.887844],[-153.228749,57.853909],[-153.212961,57.830308],[-153.212351,57.81269],[-153.22411,57.811591],[-153.281239,57.818915],[-153.283925,57.821438],[-153.287465,57.826361],[-153.292958,57.831041],[-153.301747,57.833197],[-153.319651,57.83454],[-153.327707,57.836412],[-153.335886,57.839423],[-153.331044,57.841295],[-153.327016,57.843736],[-153.322499,57.845852],[-153.316029,57.846869],[-153.325266,57.858629],[-153.342519,57.86225],[-153.380564,57.8605],[-153.396921,57.863837],[-153.52245,57.920966],[-153.541941,57.935614],[-153.528269,57.953192],[-153.506663,57.969794],[-153.482249,57.977769],[-153.460032,57.969713],[-153.432688,57.963568],[-153.32665,57.926581],[-153.279734,57.902899],[-153.260813,57.887844]]],[[[-152.764109,57.93008],[-152.785959,57.925523],[-152.809885,57.929104],[-152.827097,57.936957],[-152.852244,57.944078],[-152.860707,57.954657],[-152.853627,57.967434],[-152.833079,57.974595],[-152.753611,57.980658],[-152.744374,57.983832],[-152.730092,57.982245],[-152.729197,57.973863],[-152.739003,57.968573],[-152.741648,57.962592],[-152.739858,57.951646],[-152.747996,57.939154],[-152.764109,57.93008]]],[[[-153.012766,57.929104],[-152.993235,57.928778],[-153.004709,57.948554],[-152.982655,57.951483],[-152.862294,57.934516],[-152.83198,57.923651],[-152.808298,57.908271],[-152.854604,57.895453],[-152.877634,57.886176],[-152.890818,57.874172],[-152.872629,57.876044],[-152.856679,57.880316],[-152.856679,57.874172],[-152.893503,57.860419],[-152.903676,57.837592],[-152.904856,57.811591],[-152.925242,57.768256],[-152.915517,57.755764],[-152.899363,57.745795],[-152.890818,57.733303],[-152.885569,57.728705],[-152.873769,57.73017],[-152.862009,57.735012],[-152.856679,57.740424],[-152.857737,57.749945],[-152.862498,57.76553],[-152.863515,57.774237],[-152.858713,57.814399],[-152.843699,57.845282],[-152.817983,57.860419],[-152.780995,57.853705],[-152.766225,57.843411],[-152.75414,57.832465],[-152.741811,57.82689],[-152.726389,57.833197],[-152.713979,57.846869],[-152.698069,57.875718],[-152.685374,57.887844],[-152.668772,57.880805],[-152.635569,57.871568],[-152.623972,57.8605],[-152.612742,57.874905],[-152.615712,57.890448],[-152.626088,57.904731],[-152.636952,57.915107],[-152.624582,57.932847],[-152.6079,57.935045],[-152.590403,57.9289],[-152.57551,57.921332],[-152.570424,57.916164],[-152.565012,57.908433],[-152.558909,57.903225],[-152.551625,57.905219],[-152.54247,57.911526],[-152.532704,57.914455],[-152.506947,57.915107],[-152.486318,57.910712],[-152.472727,57.900336],[-152.460886,57.887844],[-152.445505,57.877265],[-152.428334,57.868069],[-152.4228,57.85928],[-152.426707,57.848456],[-152.438344,57.833197],[-152.421132,57.821967],[-152.402211,57.823472],[-152.382558,57.833238],[-152.363271,57.846869],[-152.356313,57.838202],[-152.348256,57.831692],[-152.339223,57.82746],[-152.329091,57.825751],[-152.357289,57.799018],[-152.458974,57.768134],[-152.496693,57.74726],[-152.535024,57.719794],[-152.551137,57.703315],[-152.541371,57.69599],[-152.520619,57.702623],[-152.498036,57.715888],[-152.473093,57.72602],[-152.463083,57.722886],[-152.468495,57.714016],[-152.465647,57.692328],[-152.468984,57.678697],[-152.476877,57.672024],[-152.486155,57.666083],[-152.493601,57.655097],[-152.467763,57.657172],[-152.420847,57.681952],[-152.39741,57.688544],[-152.415517,57.674954],[-152.428293,57.655951],[-152.435862,57.635443],[-152.438344,57.617174],[-152.42634,57.613511],[-152.342763,57.633979],[-152.160878,57.627143],[-152.147084,57.622626],[-152.155466,57.61286],[-152.178293,57.599799],[-152.249705,57.54149],[-152.270619,57.52851],[-152.291086,57.519843],[-152.308909,57.509019],[-152.322255,57.489936],[-152.328114,57.465399],[-152.330312,57.44595],[-152.338694,57.433173],[-152.362986,57.428534],[-152.417917,57.435289],[-152.42573,57.437445],[-152.433095,57.441107],[-152.440541,57.442816],[-152.448923,57.438788],[-152.453725,57.435248],[-152.460032,57.431952],[-152.466624,57.429429],[-152.472524,57.428534],[-152.486155,57.428534],[-152.474355,57.436754],[-152.459706,57.450629],[-152.45226,57.46369],[-152.46227,57.469428],[-152.48766,57.471869],[-152.501332,57.469428],[-152.507273,57.45954],[-152.50886,57.44953],[-152.513417,57.444322],[-152.520823,57.44245],[-152.530832,57.442206],[-152.536366,57.444078],[-152.554148,57.453315],[-152.562489,57.456448],[-152.570139,57.456448],[-152.575307,57.453762],[-152.579783,57.450588],[-152.585439,57.448961],[-152.591013,57.450914],[-152.593332,57.455268],[-152.594431,57.459866],[-152.596018,57.462633],[-152.600942,57.467231],[-152.60558,57.473944],[-152.612498,57.480129],[-152.623972,57.4831],[-152.634145,57.481269],[-152.653513,57.471829],[-152.664296,57.469428],[-152.674062,57.469916],[-152.684519,57.471625],[-152.694325,57.47484],[-152.722401,57.494818],[-152.722605,57.497463],[-152.727244,57.499498],[-152.73408,57.504218],[-152.742909,57.508979],[-152.753651,57.511054],[-152.801747,57.503607],[-152.814524,57.505439],[-152.832468,57.51435],[-152.842397,57.51789],[-152.856068,57.518134],[-152.890818,57.511054],[-152.911977,57.514716],[-152.933217,57.521226],[-152.953969,57.524359],[-152.973378,57.51789],[-152.960439,57.511868],[-152.917226,57.500881],[-152.910715,57.489936],[-152.92866,57.482367],[-153.028025,57.476264],[-153.028025,57.469428],[-153.023264,57.468492],[-153.020619,57.46719],[-153.014353,57.462633],[-153.036204,57.447252],[-153.044871,57.436713],[-153.041697,57.428534],[-153.028635,57.429511],[-153.000966,57.450914],[-152.990183,57.456448],[-152.832468,57.476264],[-152.800649,57.470771],[-152.726389,57.428534],[-152.634104,57.405748],[-152.617136,57.3876],[-152.613393,57.38817],[-152.608835,57.386461],[-152.603139,57.381903],[-152.596018,57.373928],[-152.606191,57.363593],[-152.630971,57.349799],[-152.644399,57.339789],[-152.6433,57.320502],[-152.663075,57.299547],[-152.692209,57.283271],[-152.718861,57.277655],[-152.71227,57.302802],[-152.731679,57.30744],[-152.798695,57.291571],[-152.81725,57.278957],[-152.837473,57.270738],[-152.863515,57.277655],[-152.858469,57.295071],[-152.872182,57.299954],[-152.891916,57.304023],[-152.9051,57.319281],[-152.880686,57.337592],[-152.877187,57.343166],[-152.882151,57.352484],[-152.893503,57.350246],[-152.914418,57.339789],[-152.976511,57.332343],[-153.007314,57.340237],[-153.023874,57.342231],[-153.057322,57.326321],[-153.088368,57.318793],[-153.120798,57.315741],[-153.144032,57.319281],[-153.152292,57.327135],[-153.15864,57.346625],[-153.165151,57.352769],[-153.174753,57.351386],[-153.177073,57.34101],[-153.174998,57.328111],[-153.171376,57.319281],[-153.183542,57.311265],[-153.172922,57.30508],[-153.096873,57.290473],[-153.07372,57.289293],[-153.032582,57.304918],[-153.003,57.294989],[-152.976186,57.275539],[-152.959096,57.257148],[-153.061513,57.22309],[-153.096303,57.218248],[-153.195261,57.229926],[-153.202626,57.228013],[-153.209584,57.224555],[-153.216379,57.222968],[-153.22289,57.226508],[-153.253285,57.236721],[-153.264475,57.232815],[-153.282419,57.219184],[-153.298329,57.216254],[-153.307322,57.211982],[-153.324167,57.193061],[-153.335886,57.1883],[-153.350168,57.191148],[-153.376658,57.205797],[-153.391103,57.209418],[-153.378651,57.193834],[-153.37328,57.185004],[-153.373728,57.178046],[-153.408193,57.147935],[-153.426096,57.140123],[-153.440663,57.125434],[-153.455271,57.116848],[-153.473012,57.127427],[-153.479075,57.144029],[-153.480051,57.161689],[-153.486073,57.175727],[-153.507192,57.181464],[-153.531606,57.179755],[-153.54186,57.175849],[-153.548166,57.168443],[-153.54426,57.164455],[-153.513132,57.170356],[-153.500356,57.168443],[-153.524526,57.137397],[-153.526845,57.126695],[-153.51891,57.117377],[-153.507802,57.108588],[-153.500356,57.099555],[-153.498158,57.074286],[-153.513173,57.069729],[-153.559031,57.079047],[-153.711374,57.067043],[-153.761057,57.051744],[-153.761057,57.044908],[-153.607126,57.051744],[-153.591257,57.048163],[-153.590443,57.039984],[-153.598948,57.030666],[-153.610829,57.02383],[-153.627146,57.021145],[-153.643056,57.021633],[-153.65807,57.019843],[-153.67162,57.010199],[-153.576121,57.003974],[-153.555124,56.998725],[-153.559763,56.986518],[-153.589101,56.962958],[-153.592112,56.962226],[-153.600209,56.963528],[-153.603383,56.962958],[-153.603953,56.960354],[-153.602773,56.951239],[-153.603383,56.948717],[-153.617991,56.939154],[-153.62678,56.936184],[-153.64094,56.935045],[-153.666941,56.93769],[-153.67158,56.94538],[-153.670237,56.958441],[-153.678456,56.97663],[-153.713612,56.914537],[-153.738881,56.889146],[-153.767893,56.900336],[-153.778879,56.877021],[-153.756907,56.874945],[-153.702707,56.887274],[-153.694163,56.883002],[-153.694936,56.873603],[-153.701405,56.864203],[-153.709828,56.859931],[-153.767893,56.853095],[-153.772898,56.850491],[-153.775624,56.841376],[-153.780873,56.839504],[-153.786936,56.840806],[-153.79662,56.845893],[-153.824452,56.84691],[-153.837717,56.844184],[-153.843577,56.835761],[-153.850168,56.814521],[-153.8662,56.801703],[-153.905019,56.784857],[-153.941843,56.758775],[-153.962514,56.748236],[-153.987253,56.743842],[-154.015207,56.748481],[-154.035146,56.75727],[-154.055002,56.762519],[-154.08259,56.756903],[-154.108347,56.744615],[-154.122629,56.741197],[-154.137807,56.743842],[-154.149526,56.750922],[-154.148264,56.756252],[-154.141713,56.762885],[-154.137807,56.774319],[-154.130116,56.786526],[-154.063791,56.847398],[-154.0006,56.872992],[-153.976796,56.892564],[-153.968088,56.905504],[-153.955922,56.910102],[-153.931752,56.914537],[-153.888987,56.930365],[-153.810496,56.970893],[-153.774729,56.997138],[-153.780873,57.003974],[-153.833811,56.972235],[-153.849802,56.969184],[-153.855662,56.97602],[-153.832021,57.001532],[-153.83613,57.017564],[-153.852406,57.023627],[-153.862416,57.011135],[-153.869578,56.991645],[-153.877146,56.97663],[-153.896921,56.965888],[-153.922475,56.962144],[-153.973337,56.962958],[-153.968984,56.979967],[-153.962636,56.995103],[-153.953928,57.008612],[-153.929514,57.035061],[-153.910878,57.061225],[-153.898183,57.072821],[-153.882639,57.080512],[-153.834828,57.096584],[-153.818715,57.099555],[-153.810496,57.102118],[-153.795888,57.114936],[-153.788319,57.120063],[-153.776723,57.124091],[-153.765574,57.126288],[-153.739939,57.127427],[-153.739939,57.133694],[-153.782786,57.150214],[-153.805735,57.154202],[-153.815663,57.144599],[-153.820668,57.133368],[-153.832468,57.126654],[-153.857249,57.120063],[-153.973582,57.061916],[-154.006947,57.039293],[-154.04955,56.996039],[-154.075063,56.975572],[-154.099558,56.96483],[-154.11498,56.985785],[-154.134104,56.995185],[-154.137807,57.003974],[-154.134836,57.008734],[-154.121775,57.01911],[-154.117299,57.02383],[-154.110463,57.038072],[-154.080027,57.066596],[-153.959665,57.120063],[-154.083201,57.127427],[-154.091257,57.130683],[-154.109975,57.144761],[-154.120432,57.147935],[-154.174916,57.146226],[-154.240834,57.154771],[-154.299184,57.147935],[-154.360666,57.147935],[-154.373362,57.145168],[-154.39741,57.131822],[-154.41157,57.127427],[-154.468251,57.124457],[-154.494944,57.113593],[-154.48412,57.089586],[-154.460764,57.071112],[-154.437815,57.057278],[-154.412953,57.050198],[-154.384226,57.051744],[-154.361318,57.059068],[-154.346059,57.069037],[-154.31904,57.096137],[-154.29719,57.110297],[-154.27241,57.117377],[-154.121205,57.123725],[-154.103708,57.113837],[-154.103749,57.097968],[-154.111928,57.076728],[-154.130971,57.044908],[-154.153188,57.019761],[-154.158315,57.010199],[-154.160268,56.998725],[-154.157582,56.976996],[-154.158315,56.969184],[-154.172475,56.952623],[-154.193837,56.944566],[-154.24767,56.941881],[-154.230336,56.933051],[-154.221791,56.92536],[-154.221913,56.916449],[-154.230295,56.903998],[-154.237986,56.899563],[-154.24592,56.901353],[-154.253855,56.905463],[-154.261586,56.907701],[-154.281809,56.887274],[-154.276601,56.897773],[-154.277577,56.905951],[-154.28425,56.911607],[-154.296091,56.914537],[-154.300649,56.873521],[-154.299184,56.866848],[-154.282582,56.869574],[-154.255605,56.882758],[-154.240834,56.887274],[-154.240834,56.879828],[-154.27184,56.863715],[-154.281809,56.859931],[-154.29955,56.855414],[-154.304921,56.85578],[-154.30488,56.874905],[-154.305002,56.902289],[-154.313466,56.91828],[-154.328318,56.929674],[-154.388743,56.963853],[-154.41161,56.972968],[-154.448191,56.978705],[-154.473256,56.987698],[-154.48412,56.989691],[-154.514882,56.989691],[-154.528554,56.991645],[-154.531687,56.996568],[-154.529856,57.00316],[-154.52717,57.032904],[-154.520009,57.055976],[-154.516347,57.077582],[-154.533396,57.112047],[-154.531484,57.153144],[-154.535024,57.174628],[-154.548573,57.192816],[-154.588694,57.231106],[-154.597117,57.246649],[-154.601511,57.258938],[-154.612172,57.266303],[-154.6256,57.269965],[-154.672556,57.270901],[-154.681345,57.272895],[-154.684316,57.277493],[-154.684763,57.282172],[-154.685862,57.284491],[-154.716054,57.281684],[-154.751414,57.27383],[-154.783152,57.272935],[-154.802561,57.291327],[-154.787668,57.291571],[-154.7683,57.294989],[-154.755116,57.302639],[-154.758168,57.315579],[-154.771433,57.325385],[-154.798451,57.336086],[-154.810007,57.346584],[-154.787546,57.357733],[-154.763499,57.354193],[-154.736928,57.34512],[-154.70698,57.339789],[-154.711008,57.347724],[-154.717112,57.353827],[-154.724965,57.358059],[-154.734242,57.360256],[-154.734242,57.367092],[-154.714711,57.378119],[-154.708445,57.395697],[-154.713206,57.414252],[-154.726877,57.428534],[-154.686147,57.452704],[-154.653391,57.460761],[-154.644276,57.466742],[-154.658559,57.476264],[-154.650217,57.496039],[-154.634633,57.513739],[-154.614735,57.526557],[-154.582957,57.534084],[-154.562489,57.543931],[-154.549306,57.544582],[-154.540028,57.539496],[-154.521433,57.51789],[-154.509755,57.528388],[-154.523427,57.570014],[-154.514882,57.579291],[-154.455556,57.576728],[-154.398508,57.566311],[-154.409901,57.572903],[-154.446889,57.586127],[-154.398508,57.613471],[-154.364369,57.627143],[-154.362009,57.631049],[-154.356435,57.645453],[-154.356923,57.648261],[-154.337595,57.650214],[-154.300649,57.645697],[-154.281809,57.648261],[-154.268259,57.655504],[-154.254709,57.665229],[-154.239329,57.673285],[-154.220326,57.675523],[-154.202626,57.67182],[-154.169301,57.659247],[-154.151438,57.655097],[-154.055857,57.655097],[-154.018625,57.647203],[-154.000559,57.629706],[-153.973337,57.572496],[-153.999949,57.55565],[-154.110463,57.544582],[-154.068349,57.537055],[-153.974802,57.549954],[-153.935496,57.53498],[-153.920277,57.507229],[-153.906931,57.434963],[-153.890736,57.408026],[-153.875315,57.399156],[-153.840525,57.386664],[-153.825632,57.377265],[-153.777821,57.322333],[-153.747304,57.303412],[-153.630686,57.270901],[-153.644521,57.284003],[-153.669138,57.297309],[-153.696156,57.307685],[-153.743764,57.318915],[-153.753896,57.336371],[-153.758249,57.358832],[-153.767893,57.380764],[-153.784739,57.394355],[-153.80012,57.401313],[-153.81135,57.41234],[-153.819773,57.484931],[-153.818349,57.506293],[-153.808827,57.51789],[-153.843699,57.550971],[-153.849802,57.558824],[-153.850819,57.577297],[-153.842519,57.581977],[-153.830068,57.577786],[-153.818715,57.569403],[-153.792429,57.555976],[-153.749623,57.544379],[-153.70637,57.539049],[-153.678456,57.544582],[-153.691029,57.553778],[-153.705149,57.557929],[-153.74059,57.558824],[-153.753977,57.561957],[-153.868723,57.628607],[-153.884592,57.648261],[-153.852773,57.658677],[-153.810902,57.659003],[-153.667592,57.641832],[-153.641103,57.629218],[-153.630686,57.599799],[-153.617502,57.605211],[-153.591013,57.601386],[-153.582875,57.607327],[-153.584584,57.617092],[-153.593332,57.628323],[-153.604685,57.6376],[-153.631052,57.646796],[-153.698964,57.682359],[-153.756093,57.693183],[-153.876414,57.701117],[-153.905751,57.711249],[-153.925526,57.72956],[-153.938222,57.775621],[-153.924631,57.810492],[-153.89448,57.837592],[-153.843455,57.870592],[-153.83613,57.874172],[-153.829783,57.87523],[-153.8155,57.873969],[-153.808827,57.874172],[-153.796702,57.878485],[-153.764475,57.89468],[-153.723826,57.902086],[-153.719472,57.900824],[-153.702707,57.891262],[-153.692576,57.88703],[-153.68224,57.889106],[-153.6728,57.893134],[-153.665476,57.89468],[-153.64509,57.883694],[-153.638295,57.867621],[-153.627797,57.853176],[-153.596262,57.846869],[-153.574412,57.839545],[-153.564565,57.821601],[-153.562205,57.799058],[-153.562449,57.777981],[-153.558298,57.738349],[-153.546946,57.69892],[-153.529408,57.661322],[-153.507192,57.627143],[-153.498158,57.642564],[-153.522165,57.695624],[-153.527659,57.723334],[-153.481028,57.702704],[-153.452341,57.694566],[-153.439524,57.699408],[-153.448435,57.716132],[-153.469553,57.728949],[-153.514027,57.743842],[-153.499135,57.760891],[-153.474314,57.773627],[-153.446238,57.777411],[-153.421824,57.767401],[-153.409413,57.751695],[-153.398386,57.733954],[-153.384389,57.718573],[-153.363149,57.709662],[-153.333567,57.713853],[-153.321278,57.730902],[-153.325795,57.749416],[-153.346425,57.758043],[-153.360341,57.761176],[-153.378977,57.774848],[-153.393748,57.780219],[-153.396433,57.785102],[-153.398183,57.789984],[-153.401357,57.792222],[-153.432078,57.792222],[-153.458811,57.802802],[-153.476674,57.821357],[-153.47643,57.839016],[-153.449167,57.846869],[-153.424998,57.842719],[-153.350168,57.81269],[-153.291371,57.798774],[-153.229726,57.792222],[-153.211049,57.78559],[-153.210032,57.769436],[-153.214548,57.748928],[-153.212351,57.72956],[-153.206492,57.720893],[-153.19933,57.714545],[-153.190297,57.710679],[-153.178822,57.709662],[-153.195261,57.727118],[-153.197743,57.751125],[-153.191884,57.805243],[-153.198679,57.857123],[-153.204539,57.868476],[-153.231882,57.888739],[-153.240305,57.902086],[-153.211985,57.901801],[-153.186838,57.893541],[-153.144032,57.867906],[-153.075063,57.83747],[-153.061513,57.825751],[-153.048451,57.833197],[-153.060618,57.84162],[-153.085072,57.852444],[-153.096913,57.8605],[-153.097727,57.86933],[-153.109486,57.883368],[-153.125966,57.896389],[-153.156077,57.907864],[-153.202463,57.946194],[-153.221018,57.955878],[-153.262807,57.96601],[-153.295155,57.986396],[-153.299916,57.991889],[-153.301747,58.0008],[-153.296457,58.008124],[-153.28425,58.010443],[-153.270579,58.008612],[-153.260813,58.003892],[-153.229563,57.997992],[-153.166941,57.970038],[-153.118764,57.960395],[-153.083567,57.946234],[-153.046213,57.940172],[-153.012766,57.929104]]],[[[-136.338368,58.014635],[-136.336822,58.007025],[-136.370025,57.999945],[-136.377919,57.990058],[-136.389801,57.963568],[-136.379058,57.935289],[-136.392486,57.898871],[-136.419911,57.865546],[-136.451283,57.846869],[-136.453847,57.863105],[-136.464101,57.872626],[-136.471181,57.881171],[-136.464263,57.89468],[-136.471832,57.898993],[-136.481801,57.902045],[-136.493398,57.903266],[-136.50593,57.902086],[-136.500152,57.910712],[-136.494293,57.917426],[-136.487416,57.923163],[-136.478586,57.928778],[-136.478586,57.935614],[-136.496938,57.938544],[-136.510243,57.933051],[-136.523183,57.925279],[-136.540354,57.921332],[-136.552846,57.925116],[-136.552805,57.933743],[-136.544749,57.943101],[-136.533193,57.949286],[-136.546376,57.962104],[-136.541982,57.978095],[-136.528147,57.993232],[-136.512766,58.003892],[-136.520619,58.013495],[-136.546742,58.012397],[-136.561147,58.017524],[-136.555531,58.024237],[-136.551259,58.031887],[-136.548451,58.040107],[-136.546295,58.06037],[-136.542836,58.065904],[-136.514719,58.086737],[-136.495513,58.094916],[-136.475331,58.097846],[-136.457509,58.093248],[-136.438059,58.072455],[-136.361928,58.031195],[-136.338368,58.014635]]],[[[-153.202707,58.098822],[-153.181956,58.093248],[-153.131052,58.100246],[-153.11677,58.100084],[-153.106191,58.094631],[-153.087961,58.076117],[-153.078928,58.07217],[-153.074208,58.068061],[-153.05842,58.04206],[-153.047597,58.037055],[-153.000071,58.031195],[-152.890818,57.997707],[-152.903513,57.990668],[-152.916575,57.991889],[-152.930409,57.995998],[-152.945424,57.997707],[-152.983713,57.985745],[-153.000071,57.984036],[-153.026926,57.988756],[-153.081654,58.007229],[-153.115549,58.013658],[-153.16865,58.032701],[-153.202707,58.029771],[-153.216054,58.034898],[-153.244456,58.071723],[-153.262644,58.085354],[-153.288075,58.086412],[-153.263173,58.059149],[-153.253285,58.052314],[-153.340321,58.046454],[-153.379587,58.049506],[-153.418365,58.065985],[-153.322214,58.127387],[-153.329661,58.134833],[-153.313059,58.141791],[-153.295481,58.14643],[-153.277781,58.146796],[-153.260813,58.141059],[-153.225087,58.112128],[-153.202707,58.098822]]],[[[-151.846181,58.175198],[-151.868886,58.173529],[-151.888661,58.17886],[-151.897084,58.192857],[-151.891835,58.206977],[-151.866078,58.257758],[-151.827138,58.265611],[-151.809885,58.262926],[-151.793446,58.244696],[-151.805979,58.212104],[-151.815053,58.196112],[-151.828847,58.182034],[-151.846181,58.175198]]],[[[-135.714996,58.229722],[-135.689361,58.226264],[-135.662465,58.230048],[-135.63565,58.230414],[-135.624013,58.225002],[-135.60143,58.206977],[-135.590972,58.203111],[-135.556304,58.199408],[-135.546295,58.196275],[-135.553782,58.189439],[-135.53718,58.181138],[-135.501943,58.173814],[-135.484853,58.162095],[-135.496693,58.150824],[-135.502268,58.138332],[-135.505971,58.125474],[-135.512115,58.113186],[-135.523427,58.102444],[-135.534047,58.099433],[-135.545644,58.098334],[-135.560618,58.093248],[-135.582143,58.075181],[-135.602366,58.054023],[-135.627309,58.041409],[-135.692372,58.053412],[-135.769399,58.046454],[-135.78307,58.04206],[-135.752797,58.027289],[-135.693227,58.040107],[-135.662424,58.031195],[-135.66983,58.02497],[-135.657297,58.020901],[-135.639516,58.01789],[-135.624827,58.01317],[-135.621409,58.003892],[-135.631663,57.997382],[-135.649973,57.995592],[-135.741282,58.002265],[-135.768544,57.998236],[-135.793324,57.984036],[-135.708974,57.978258],[-135.662465,57.97012],[-135.656158,57.949286],[-135.640736,57.952094],[-135.627431,57.958889],[-135.623402,57.967678],[-135.63565,57.976549],[-135.63565,57.984036],[-135.614369,57.983832],[-135.592885,57.987454],[-135.57311,57.995307],[-135.5572,58.007636],[-135.515533,58.058539],[-135.436431,58.079576],[-135.424469,58.09512],[-135.431711,58.104071],[-135.446441,58.112738],[-135.457509,58.127387],[-135.439809,58.128892],[-135.40803,58.138577],[-135.389272,58.141059],[-135.368804,58.13935],[-135.346547,58.13467],[-135.307362,58.120551],[-135.314687,58.11815],[-135.334055,58.106879],[-135.316762,58.100531],[-135.300201,58.101223],[-135.266428,58.106879],[-135.246165,58.104804],[-135.206858,58.095404],[-135.186635,58.093248],[-135.118031,58.100084],[-135.100575,58.096625],[-135.089589,58.089179],[-135.090321,58.082017],[-135.108062,58.079576],[-135.108062,58.07217],[-134.97997,58.05036],[-134.924794,58.027493],[-134.902008,57.973131],[-134.905263,57.969794],[-134.912262,57.96898],[-134.919301,57.967027],[-134.922515,57.96015],[-134.920074,57.953518],[-134.910227,57.942939],[-134.909495,57.935614],[-134.915761,57.921047],[-134.924428,57.914008],[-134.950429,57.902086],[-134.965077,57.886054],[-134.960317,57.871649],[-134.942006,57.85871],[-134.915679,57.846869],[-134.945953,57.85106],[-135.046702,57.902086],[-135.10912,57.919135],[-135.128285,57.921332],[-135.144683,57.924994],[-135.197499,57.949286],[-135.203684,57.943061],[-135.184234,57.921617],[-135.160308,57.903795],[-135.134267,57.889879],[-135.108062,57.880316],[-135.055653,57.873358],[-135.039784,57.867906],[-135.014719,57.846015],[-135.00121,57.840033],[-134.984527,57.846869],[-134.982004,57.829006],[-134.967844,57.820054],[-134.930002,57.81269],[-134.942454,57.806586],[-134.970937,57.802151],[-134.984527,57.798407],[-135.003977,57.788764],[-135.013783,57.785875],[-135.203033,57.785102],[-135.259389,57.795966],[-135.421213,57.863267],[-135.449778,57.871161],[-135.481109,57.874172],[-135.491607,57.877346],[-135.505686,57.891425],[-135.696441,57.936103],[-135.845815,57.992174],[-135.865956,57.996283],[-135.889556,57.997707],[-135.889556,57.99022],[-135.840566,57.975898],[-135.817006,57.963568],[-135.806996,57.946194],[-135.792226,57.934149],[-135.613759,57.895941],[-135.58788,57.884101],[-135.575307,57.880032],[-135.546986,57.8758],[-135.519765,57.861762],[-135.515533,57.8605],[-135.512847,57.85814],[-135.515859,57.845649],[-135.512115,57.839423],[-135.499908,57.834784],[-135.403228,57.814195],[-135.388661,57.81269],[-135.372385,57.805243],[-135.328969,57.769721],[-135.320953,57.758043],[-135.327301,57.751288],[-135.350738,57.746283],[-135.361318,57.737006],[-135.363881,57.726223],[-135.355092,57.724758],[-135.327504,57.72956],[-135.273671,57.730211],[-135.250234,57.72663],[-135.224192,57.716498],[-135.217112,57.711127],[-135.214467,57.707343],[-135.210032,57.706488],[-135.197499,57.709662],[-135.173899,57.725531],[-135.162709,57.72956],[-135.115834,57.733954],[-135.101308,57.737006],[-135.08019,57.750637],[-135.073476,57.751939],[-135.060414,57.752021],[-135.053456,57.75434],[-135.038808,57.755805],[-135.024322,57.750149],[-135.009836,57.746527],[-134.983022,57.761542],[-134.967519,57.764309],[-134.936513,57.764309],[-134.913889,57.755845],[-134.902943,57.735419],[-134.896718,57.710517],[-134.888336,57.688544],[-134.891713,57.673041],[-134.884348,57.654242],[-134.851226,57.604926],[-134.844879,57.588446],[-134.841624,57.57099],[-134.840566,57.552069],[-134.843414,57.533515],[-134.842681,57.522691],[-134.836822,57.51789],[-134.833974,57.514553],[-134.813873,57.497463],[-134.819569,57.48607],[-134.856842,57.498114],[-134.874745,57.489936],[-134.847401,57.469428],[-134.871409,57.461005],[-134.905995,57.457261],[-135.028961,57.460517],[-135.056874,57.46662],[-135.183176,57.519273],[-135.32079,57.584906],[-135.457509,57.633979],[-135.512115,57.648261],[-135.554433,57.67182],[-135.56371,57.675523],[-135.584218,57.680609],[-135.628041,57.706041],[-135.768178,57.759711],[-135.813222,57.764309],[-135.806304,57.754055],[-135.796254,57.743801],[-135.784413,57.735093],[-135.772288,57.72956],[-135.754384,57.728095],[-135.737538,57.729153],[-135.724355,57.725409],[-135.717641,57.709662],[-135.729563,57.702541],[-135.725168,57.694648],[-135.713531,57.685736],[-135.703969,57.675523],[-135.763417,57.670315],[-135.791168,57.660102],[-135.806996,57.641425],[-135.734975,57.65119],[-135.710805,57.648261],[-135.644602,57.617865],[-135.621693,57.613471],[-135.604848,57.607082],[-135.584869,57.592963],[-135.570627,57.578925],[-135.570465,57.572496],[-135.621083,57.575873],[-135.64387,57.570543],[-135.656158,57.552069],[-135.616119,57.563137],[-135.595774,57.564521],[-135.577707,57.555487],[-135.567047,57.545111],[-135.558258,57.533393],[-135.560048,57.523342],[-135.581044,57.51789],[-135.581044,57.511054],[-135.563629,57.508124],[-135.553049,57.498684],[-135.547719,57.484117],[-135.546295,57.466051],[-135.555898,57.453681],[-135.578114,57.44892],[-135.621409,57.448961],[-135.594716,57.428534],[-135.59911,57.419257],[-135.607249,57.416653],[-135.616607,57.415758],[-135.624827,57.41177],[-135.632151,57.411811],[-135.644887,57.414781],[-135.656972,57.416205],[-135.662424,57.41177],[-135.660878,57.403062],[-135.656728,57.396226],[-135.650461,57.391099],[-135.642486,57.3876],[-135.653228,57.387885],[-135.66686,57.386664],[-135.678538,57.383246],[-135.690785,57.367011],[-135.707428,57.366523],[-135.823557,57.386176],[-135.847971,57.394355],[-135.840647,57.414496],[-135.853871,57.425035],[-135.896352,57.435289],[-135.934438,57.452216],[-135.949086,57.461859],[-135.950347,57.469428],[-135.961252,57.483466],[-135.977406,57.497138],[-136.012441,57.51789],[-135.982533,57.524156],[-135.946767,57.516343],[-135.889556,57.489936],[-135.838979,57.454983],[-135.810211,57.439887],[-135.779693,57.435289],[-135.800893,57.465806],[-135.836578,57.488715],[-136.039418,57.57689],[-136.073883,57.607327],[-136.061025,57.611518],[-136.047719,57.613227],[-136.019276,57.613471],[-136.024403,57.601264],[-136.018544,57.59398],[-136.006093,57.591376],[-135.991322,57.592963],[-135.996449,57.607489],[-135.985504,57.613227],[-135.950347,57.613471],[-135.950347,57.620917],[-135.969309,57.622992],[-136.005727,57.632229],[-136.019276,57.633979],[-136.050404,57.628607],[-136.057118,57.630561],[-136.065582,57.639146],[-136.075917,57.64704],[-136.084584,57.648505],[-136.088206,57.637641],[-136.096669,57.622952],[-136.115468,57.621649],[-136.134267,57.630113],[-136.142812,57.644761],[-136.136545,57.657538],[-136.121449,57.669827],[-136.103505,57.678941],[-136.088206,57.682359],[-136.088206,57.688544],[-136.207631,57.748277],[-136.225697,57.766588],[-136.224721,57.784817],[-136.238393,57.792222],[-136.260365,57.776109],[-136.277252,57.775336],[-136.292836,57.785386],[-136.310374,57.801825],[-136.319936,57.80683],[-136.343577,57.815497],[-136.348256,57.822333],[-136.352284,57.834174],[-136.362416,57.840155],[-136.375885,57.841457],[-136.389801,57.839423],[-136.398305,57.821357],[-136.405873,57.815497],[-136.416493,57.825751],[-136.417226,57.835028],[-136.405914,57.854478],[-136.394846,57.885688],[-136.358225,57.913642],[-136.348256,57.928778],[-136.351064,57.935614],[-136.365956,57.952704],[-136.369374,57.963568],[-136.364369,57.975775],[-136.353139,57.983222],[-136.340443,57.988471],[-136.331166,57.993964],[-136.31192,57.99551],[-136.283844,57.981676],[-136.161733,57.902411],[-136.058583,57.850409],[-136.04601,57.847398],[-136.032948,57.846869],[-136.056711,57.868232],[-136.144032,57.907782],[-136.220693,57.968573],[-136.234975,57.976549],[-136.25064,57.982327],[-136.296946,58.010565],[-136.32551,58.039293],[-136.409657,58.079901],[-136.430776,58.106879],[-136.424184,58.122463],[-136.405263,58.133938],[-136.380238,58.140367],[-136.355702,58.141059],[-136.334096,58.135321],[-136.295522,58.115302],[-136.272532,58.106879],[-136.281606,58.117987],[-136.293528,58.125922],[-136.300038,58.134589],[-136.29304,58.147895],[-136.332387,58.179348],[-136.348948,58.196438],[-136.355702,58.219875],[-136.300404,58.216783],[-136.272694,58.220933],[-136.263173,58.216946],[-136.259511,58.199693],[-136.255116,58.190497],[-136.235951,58.171942],[-136.231557,58.158759],[-136.22468,58.149237],[-136.192738,58.134263],[-136.183176,58.120551],[-136.184967,58.117662],[-136.197987,58.088772],[-136.193715,58.083645],[-136.165639,58.067084],[-136.101186,58.058539],[-136.146718,58.081041],[-136.159535,58.08983],[-136.164784,58.101955],[-136.165517,58.119086],[-136.163319,58.134467],[-136.159535,58.141059],[-136.169504,58.146918],[-136.176991,58.160712],[-136.180247,58.176744],[-136.177561,58.189439],[-136.164622,58.196601],[-136.145904,58.201483],[-136.132883,58.20718],[-136.136586,58.216783],[-136.136586,58.223049],[-136.102935,58.221625],[-136.070953,58.211412],[-135.982289,58.167629],[-135.965321,58.164008],[-135.957834,58.172105],[-135.959543,58.196926],[-135.955881,58.20425],[-135.944203,58.216783],[-135.922841,58.23192],[-135.813547,58.274359],[-135.785064,58.276068],[-135.75886,58.268622],[-135.714996,58.229722]]],[[[-136.059997,58.267785],[-136.111953,58.258534],[-136.137573,58.265089],[-136.143689,58.285366],[-136.106984,58.303409],[-136.045053,58.318596],[-136.027939,58.294969],[-136.059997,58.267785]]],[[[-152.864858,58.33515],[-152.858266,58.334866],[-152.846059,58.337592],[-152.842152,58.336249],[-152.84142,58.334133],[-152.842844,58.332994],[-152.845408,58.333441],[-152.842885,58.332587],[-152.827382,58.32982],[-152.824045,58.32685],[-152.819325,58.321112],[-152.81074,58.316352],[-152.799875,58.316596],[-152.795481,58.312201],[-152.788442,58.297919],[-152.782419,58.288642],[-152.793813,58.287421],[-152.79544,58.287746],[-152.802154,58.288764],[-152.81135,58.290351],[-152.849355,58.301337],[-152.902699,58.307685],[-152.919057,58.315375],[-152.930613,58.328559],[-152.924672,58.338324],[-152.906239,58.34219],[-152.889597,58.341254],[-152.864858,58.33515]]],[[[-134.381256,58.271389],[-134.279368,58.220649],[-134.258412,58.196275],[-134.470326,58.225816],[-134.512278,58.223049],[-134.53539,58.224107],[-134.578033,58.234687],[-134.597279,58.23725],[-134.620473,58.246405],[-134.650787,58.267727],[-134.674957,58.291815],[-134.67984,58.309272],[-134.662831,58.319648],[-134.621083,58.323228],[-134.604115,58.329779],[-134.58434,58.340969],[-134.563344,58.34455],[-134.481842,58.333482],[-134.446278,58.315131],[-134.381256,58.271389]]],[[[-135.543345,58.334832],[-135.592222,58.327751],[-135.670623,58.3309],[-135.718503,58.346144],[-135.71423,58.370478],[-135.654904,58.379797],[-135.568898,58.373151],[-135.543345,58.334832]]],[[[-134.917063,58.373521],[-134.90392,58.371487],[-134.888173,58.371772],[-134.874745,58.367621],[-134.85733,58.354967],[-134.832183,58.344184],[-134.809438,58.330634],[-134.799631,58.309272],[-134.796051,58.298651],[-134.787668,58.292141],[-134.777577,58.287299],[-134.76891,58.281684],[-134.738149,58.244696],[-134.726877,58.235175],[-134.718332,58.229722],[-134.711293,58.22309],[-134.70401,58.209947],[-134.696156,58.174018],[-134.693186,58.168402],[-134.604156,58.171047],[-134.56135,58.178656],[-134.556386,58.18065],[-134.551259,58.181789],[-134.474355,58.182034],[-134.444651,58.177395],[-134.390736,58.155341],[-134.361399,58.147895],[-134.331614,58.148139],[-134.186391,58.168402],[-134.176991,58.16352],[-134.167063,58.152045],[-134.160756,58.138495],[-134.16218,58.127387],[-134.169993,58.12344],[-134.180816,58.123725],[-134.203765,58.127387],[-134.190541,58.115668],[-134.175852,58.106879],[-134.169342,58.077786],[-134.09024,58.026068],[-134.086415,57.997707],[-134.029368,57.963853],[-134.002309,57.939358],[-133.979563,57.877834],[-133.952219,57.844794],[-133.918568,57.81684],[-133.888417,57.798407],[-133.89273,57.789496],[-133.895009,57.779486],[-133.895579,57.768988],[-133.894643,57.758043],[-133.891428,57.746527],[-133.882802,57.729967],[-133.880971,57.719916],[-133.87914,57.693183],[-133.872629,57.673814],[-133.860015,57.658026],[-133.803944,57.610012],[-133.789296,57.588853],[-133.802805,57.579291],[-133.826161,57.585924],[-133.842152,57.602118],[-133.856313,57.622382],[-133.874176,57.641425],[-133.962961,57.692328],[-133.966217,57.703559],[-133.980702,57.715399],[-133.984039,57.726467],[-133.985463,57.738105],[-133.989125,57.745795],[-133.993764,57.753323],[-133.99828,57.764309],[-134.01061,57.806586],[-134.023793,57.820502],[-134.068837,57.83161],[-134.088043,57.845893],[-134.104075,57.863756],[-134.114369,57.880316],[-134.131093,57.937201],[-134.141672,57.956732],[-134.159332,57.976549],[-134.182118,57.995429],[-134.231068,58.02497],[-134.231068,58.031195],[-134.211293,58.026842],[-134.190826,58.016059],[-134.155344,57.99022],[-134.172678,58.013739],[-134.199615,58.040717],[-134.230092,58.062934],[-134.258046,58.07217],[-134.272084,58.073188],[-134.281239,58.076361],[-134.288197,58.081855],[-134.295644,58.08983],[-134.306752,58.09809],[-134.310129,58.093411],[-134.307932,58.08454],[-134.302398,58.079576],[-134.289133,58.073879],[-134.276438,58.059638],[-134.267242,58.041815],[-134.264556,58.02497],[-134.290842,58.035956],[-134.304189,58.03913],[-134.319203,58.038642],[-134.319203,58.031195],[-134.261627,58.009019],[-134.238108,57.992825],[-134.224233,57.969713],[-134.243967,57.970038],[-134.263539,57.975898],[-134.299387,57.993964],[-134.31664,57.996649],[-134.312245,57.979438],[-134.292551,57.946194],[-134.28893,57.935533],[-134.274078,57.906155],[-134.272043,57.887844],[-134.277821,57.86994],[-134.286285,57.852118],[-134.289174,57.836656],[-134.278228,57.825751],[-134.25178,57.85692],[-134.20873,57.839911],[-134.056996,57.695868],[-134.047109,57.683336],[-134.052846,57.672919],[-134.08023,57.661933],[-134.065541,57.650295],[-134.011138,57.653795],[-133.987416,57.644761],[-133.968495,57.632799],[-133.951405,57.627875],[-133.937856,57.618557],[-133.929433,57.592963],[-133.929433,57.555487],[-133.926178,57.54442],[-133.899322,57.506496],[-133.854237,57.47602],[-133.839996,57.462633],[-133.860707,57.456366],[-133.872182,57.466946],[-133.880442,57.482164],[-133.891591,57.489936],[-133.90095,57.490668],[-133.90685,57.491767],[-133.912831,57.492011],[-133.922597,57.489936],[-133.91808,57.485907],[-133.918121,57.475775],[-133.922922,57.468451],[-133.932485,57.472846],[-133.964223,57.482164],[-134.039866,57.495307],[-134.05602,57.500149],[-134.072825,57.511054],[-134.076324,57.508368],[-134.086415,57.497463],[-134.066965,57.487982],[-134.05663,57.484524],[-134.045481,57.4831],[-134.045481,57.476264],[-134.100697,57.476264],[-134.066274,57.461371],[-134.012359,57.458482],[-133.97704,57.449205],[-133.99828,57.415473],[-133.979604,57.413275],[-133.941274,57.425035],[-133.919504,57.428534],[-133.914459,57.431098],[-133.903798,57.435126],[-133.893219,57.435004],[-133.888417,57.425116],[-133.886545,57.422593],[-133.878733,57.405341],[-133.877553,57.40119],[-133.870513,57.392646],[-133.864491,57.373928],[-133.86498,57.355129],[-133.877553,57.346584],[-133.901723,57.343329],[-133.915598,57.334784],[-133.93932,57.308661],[-133.958079,57.303697],[-133.982411,57.308498],[-134.052317,57.339789],[-134.059926,57.346747],[-134.06314,57.353664],[-134.067942,57.356838],[-134.08023,57.352769],[-134.078928,57.346625],[-134.075022,57.335395],[-134.077138,57.326077],[-134.093902,57.325507],[-134.099599,57.329413],[-134.102895,57.344672],[-134.107533,57.352769],[-134.119537,57.363267],[-134.13683,57.375312],[-134.156565,57.384711],[-134.175852,57.3876],[-134.142242,57.350165],[-134.131825,57.327216],[-134.149159,57.311835],[-134.142323,57.304511],[-134.134877,57.298163],[-134.117299,57.30622],[-134.10143,57.300238],[-134.072825,57.277655],[-134.084788,57.256415],[-134.099477,57.25609],[-134.114491,57.263373],[-134.127431,57.264635],[-134.135081,57.253974],[-134.147125,57.216864],[-134.155344,57.201972],[-134.167388,57.191555],[-134.182037,57.183417],[-134.198842,57.17772],[-134.217397,57.174628],[-134.226471,57.176418],[-134.235992,57.180569],[-134.245595,57.182563],[-134.254954,57.178046],[-134.261464,57.173],[-134.285715,57.161038],[-134.27009,57.141913],[-134.284779,57.135932],[-134.31017,57.135647],[-134.32665,57.133694],[-134.323557,57.129828],[-134.319203,57.120063],[-134.331451,57.120795],[-134.340932,57.123358],[-134.361399,57.133694],[-134.364573,57.122992],[-134.369944,57.115058],[-134.377756,57.109565],[-134.388092,57.106391],[-134.380686,57.10102],[-134.372304,57.09691],[-134.363352,57.094062],[-134.353993,57.092719],[-134.353993,57.086493],[-134.404408,57.067939],[-134.437367,57.06094],[-134.468617,57.03913],[-134.484934,57.031236],[-134.50182,57.028957],[-134.556304,57.031236],[-134.574615,57.02912],[-134.614613,57.010199],[-134.598459,57.049506],[-134.5985,57.069973],[-134.622914,57.110826],[-134.612864,57.127183],[-134.594106,57.141099],[-134.579905,57.154771],[-134.614369,57.175279],[-134.624908,57.184882],[-134.631581,57.195787],[-134.635569,57.210761],[-134.63329,57.224189],[-134.62149,57.229926],[-134.557688,57.215644],[-134.525543,57.215766],[-134.50475,57.236721],[-134.539703,57.239936],[-134.556711,57.244696],[-134.569976,57.253811],[-134.580474,57.264635],[-134.58316,57.269355],[-134.566884,57.284491],[-134.543568,57.301093],[-134.51651,57.309149],[-134.457021,57.311835],[-134.463775,57.319525],[-134.489247,57.336005],[-134.497955,57.339789],[-134.529897,57.339789],[-134.546051,57.342475],[-134.559397,57.352769],[-134.553822,57.363023],[-134.56017,57.386176],[-134.556304,57.397773],[-134.542104,57.403388],[-134.522125,57.403144],[-134.508209,57.395982],[-134.512278,57.380764],[-134.402415,57.360256],[-134.341664,57.335354],[-134.312978,57.332343],[-134.321034,57.344875],[-134.335439,57.354193],[-134.367584,57.367092],[-134.367584,57.373928],[-134.35143,57.37523],[-134.334788,57.378852],[-134.319163,57.385077],[-134.306142,57.394355],[-134.340972,57.39704],[-134.422027,57.38524],[-134.463857,57.394355],[-134.472727,57.400702],[-134.497955,57.428534],[-134.533681,57.457709],[-134.535512,57.462633],[-134.548899,57.468085],[-134.562734,57.480048],[-134.569163,57.492011],[-134.560048,57.497463],[-134.551096,57.496243],[-134.532582,57.491116],[-134.52184,57.489936],[-134.512359,57.492133],[-134.495961,57.501451],[-134.473256,57.506781],[-134.441721,57.520941],[-134.40453,57.526435],[-134.353993,57.544582],[-134.378,57.552965],[-134.488149,57.532701],[-134.541127,57.511054],[-134.566884,57.511054],[-134.579742,57.523017],[-134.604563,57.563666],[-134.618031,57.572496],[-134.638743,57.579983],[-134.653554,57.598212],[-134.663482,57.620795],[-134.66926,57.641425],[-134.673655,57.672431],[-134.676666,57.682359],[-134.700063,57.706936],[-134.70401,57.71308],[-134.716054,57.745795],[-134.713979,57.750637],[-134.708079,57.755845],[-134.702707,57.768012],[-134.696604,57.792222],[-134.698883,57.812486],[-134.714101,57.855902],[-134.721262,57.897366],[-134.75121,57.956732],[-134.762196,57.972154],[-134.761952,57.980048],[-134.75121,57.99022],[-134.766591,58.005805],[-134.78482,58.019721],[-134.800038,58.035224],[-134.806467,58.055406],[-134.797475,58.071763],[-134.756337,58.094672],[-134.744985,58.113186],[-134.746327,58.124335],[-134.751088,58.135972],[-134.756174,58.144924],[-134.758656,58.147895],[-134.753041,58.160834],[-134.743764,58.167182],[-134.735178,58.171576],[-134.731313,58.1789],[-134.736155,58.188666],[-134.747141,58.186469],[-134.76891,58.175849],[-134.774973,58.171291],[-134.77477,58.160305],[-134.772532,58.146877],[-134.772328,58.134833],[-134.783681,58.1105],[-134.797841,58.112779],[-134.829986,58.151597],[-134.84317,58.172268],[-134.850209,58.179348],[-134.873769,58.184963],[-134.891469,58.192084],[-134.907623,58.201239],[-134.915679,58.209947],[-134.907948,58.230658],[-134.889638,58.245592],[-134.883616,58.254706],[-134.912587,58.257758],[-134.931874,58.263617],[-134.944895,58.278632],[-134.95287,58.298489],[-134.969146,58.363227],[-134.97057,58.385565],[-134.961008,58.404853],[-134.94929,58.409491],[-134.936635,58.405422],[-134.926625,58.395982],[-134.922515,58.384711],[-134.917063,58.373521]]],[[[-152.606801,58.468451],[-152.603464,58.456366],[-152.581654,58.46662],[-152.555491,58.467963],[-152.499827,58.463202],[-152.506174,58.449408],[-152.521433,58.428534],[-152.527089,58.414781],[-152.493764,58.414049],[-152.478871,58.410102],[-152.465647,58.401109],[-152.481313,58.388983],[-152.48469,58.37344],[-152.476877,58.361477],[-152.458852,58.360175],[-152.449086,58.366034],[-152.444569,58.372748],[-152.438669,58.376695],[-152.424672,58.373765],[-152.414906,58.369615],[-152.405588,58.363227],[-152.401601,58.354438],[-152.419667,58.322943],[-152.398549,58.329047],[-152.375111,58.344957],[-152.379994,58.353949],[-152.373484,58.36164],[-152.363759,58.379381],[-152.3579,58.399604],[-152.363271,58.414781],[-152.349355,58.421129],[-152.323435,58.414211],[-152.311757,58.418524],[-152.298818,58.426337],[-152.286448,58.425767],[-152.260203,58.414781],[-152.263254,58.410875],[-152.264516,58.407782],[-152.26537,58.404731],[-152.267039,58.401109],[-152.24592,58.394965],[-152.260569,58.388983],[-152.267039,58.388129],[-152.256785,58.372016],[-152.236073,58.360053],[-152.211903,58.353502],[-152.191274,58.353949],[-152.151682,58.385932],[-152.140736,58.392035],[-152.116811,58.401109],[-152.107655,58.389594],[-152.091868,58.380683],[-152.083201,58.373521],[-152.095082,58.367621],[-152.136098,58.302965],[-152.154164,58.261542],[-152.143544,58.233832],[-152.131947,58.237982],[-152.12092,58.255439],[-152.11266,58.277493],[-152.109364,58.295315],[-152.099924,58.311916],[-152.080759,58.316555],[-152.065623,58.306342],[-152.06843,58.278266],[-152.051625,58.28913],[-152.031321,58.306708],[-152.01415,58.326361],[-152.006947,58.343085],[-152.000803,58.351874],[-151.98705,58.348375],[-151.973012,58.339748],[-151.966013,58.332831],[-151.965891,58.320746],[-151.971181,58.309882],[-151.985829,58.291897],[-151.968821,58.284125],[-151.980906,58.253974],[-151.972239,58.23725],[-151.993031,58.225165],[-152.031361,58.209662],[-152.047922,58.196275],[-152.047068,58.19538],[-152.048411,58.189602],[-152.051137,58.182034],[-152.054799,58.175849],[-152.057485,58.173529],[-152.116811,58.147895],[-152.129994,58.166164],[-152.196401,58.185981],[-152.219228,58.203111],[-152.232655,58.246772],[-152.246165,58.268256],[-152.260203,58.257758],[-152.269032,58.263577],[-152.27656,58.264228],[-152.282664,58.259833],[-152.287546,58.250922],[-152.304392,58.257554],[-152.316477,58.249172],[-152.324534,58.2331],[-152.329091,58.216783],[-152.309682,58.214911],[-152.296742,58.207099],[-152.294626,58.197333],[-152.308054,58.189439],[-152.32433,58.190863],[-152.353831,58.205308],[-152.370066,58.203111],[-152.363881,58.193427],[-152.354319,58.189032],[-152.342356,58.1883],[-152.329091,58.189439],[-152.335317,58.173082],[-152.331125,58.165025],[-152.308054,58.155341],[-152.282541,58.138739],[-152.273874,58.134833],[-152.286855,58.130683],[-152.309519,58.135199],[-152.318837,58.13109],[-152.33727,58.110541],[-152.342763,58.106879],[-152.349233,58.109768],[-152.360422,58.124091],[-152.36974,58.127387],[-152.398427,58.124945],[-152.410715,58.125678],[-152.424387,58.13109],[-152.455068,58.137356],[-152.489369,58.128363],[-152.522165,58.109605],[-152.548207,58.086412],[-152.558176,58.100287],[-152.562245,58.111965],[-152.562937,58.178778],[-152.560902,58.196234],[-152.555043,58.209947],[-152.57665,58.206692],[-152.588246,58.197333],[-152.593495,58.182318],[-152.598622,58.144843],[-152.603139,58.132636],[-152.611887,58.12051],[-152.627065,58.103461],[-152.632395,58.094713],[-152.633616,58.08747],[-152.635935,58.080308],[-152.644399,58.07217],[-152.653676,58.069525],[-152.679555,58.066799],[-152.708079,58.052069],[-152.733266,58.053371],[-152.755849,58.063381],[-152.767323,58.079576],[-152.775014,58.0633],[-152.765818,58.022854],[-152.777537,58.0008],[-152.804921,57.991523],[-152.926829,58.014879],[-153.014353,58.045478],[-153.036814,58.058987],[-153.058298,58.078599],[-153.066355,58.097113],[-153.048451,58.106879],[-153.081166,58.111029],[-153.12682,58.108466],[-153.16747,58.111151],[-153.185048,58.13109],[-153.229604,58.168891],[-153.229563,58.182563],[-153.188466,58.219875],[-153.161814,58.21955],[-153.028025,58.196275],[-153.023508,58.192043],[-153.014231,58.178656],[-153.01061,58.175849],[-153.00239,58.178046],[-153.000437,58.182847],[-152.999216,58.187649],[-152.993235,58.189439],[-152.97175,58.185126],[-152.92866,58.170233],[-152.9051,58.168402],[-152.9051,58.175849],[-153.006907,58.213365],[-153.012929,58.222154],[-153.027048,58.229804],[-153.04308,58.235256],[-153.071034,58.240139],[-153.085072,58.24787],[-153.109934,58.271389],[-153.059153,58.298814],[-153.041697,58.305569],[-153.01948,58.307278],[-152.989573,58.304511],[-152.960886,58.298041],[-152.942006,58.28852],[-152.902333,58.279853],[-152.846547,58.287909],[-152.803009,58.28852],[-152.795359,58.287258],[-152.793284,58.286811],[-152.767323,58.257758],[-152.75182,58.27265],[-152.753529,58.285386],[-152.762156,58.298977],[-152.767323,58.316107],[-152.769114,58.332017],[-152.774851,58.337063],[-152.78539,58.341132],[-152.801462,58.353949],[-152.790476,58.353095],[-152.779775,58.353461],[-152.769765,58.355658],[-152.760487,58.360175],[-152.785105,58.370836],[-152.86738,58.394355],[-152.883372,58.408596],[-152.861887,58.41413],[-152.817372,58.413153],[-152.773508,58.417711],[-152.753651,58.439643],[-152.74767,58.451565],[-152.734242,58.454047],[-152.720286,58.45185],[-152.712717,58.44953],[-152.701894,58.442043],[-152.697499,58.434556],[-152.692983,58.432115],[-152.68163,58.439643],[-152.674143,58.450832],[-152.670603,58.463528],[-152.664784,58.475287],[-152.650624,58.483629],[-152.632924,58.484605],[-152.617421,58.478746],[-152.606801,58.468451]]],[[[-152.483022,58.480536],[-152.502024,58.473456],[-152.526438,58.476549],[-152.630605,58.50788],[-152.644399,58.518459],[-152.63915,58.528957],[-152.643015,58.537299],[-152.652455,58.54328],[-152.664296,58.546373],[-152.591868,58.555243],[-152.581736,58.562486],[-152.572621,58.580227],[-152.551218,58.590522],[-152.507273,58.600328],[-152.496653,58.604967],[-152.472524,58.620836],[-152.453684,58.62816],[-152.434641,58.628323],[-152.411082,58.631537],[-152.389841,58.636949],[-152.369578,58.638088],[-152.348988,58.628323],[-152.350819,58.620429],[-152.350209,58.613186],[-152.347483,58.606513],[-152.342763,58.600328],[-152.370351,58.575263],[-152.374867,58.563788],[-152.363271,58.551947],[-152.456044,58.502875],[-152.483022,58.480536]]],[[[-160.268046,58.638146],[-160.27718,58.636693],[-160.271297,58.651765],[-160.277877,58.665234],[-160.294265,58.671121],[-160.31626,58.683487],[-160.314158,58.689765],[-160.314158,58.698228],[-160.307632,58.705193],[-160.301547,58.708952],[-160.310747,58.715857],[-160.301242,58.729354],[-160.278066,58.718573],[-160.275988,58.704521],[-160.277449,58.691039],[-160.275867,58.679436],[-160.258738,58.678616],[-160.248158,58.67178],[-160.243845,58.662665],[-160.252449,58.651211],[-160.268046,58.638146]]],[[[-160.417185,58.681789],[-160.426137,58.680365],[-160.433095,58.684638],[-160.435536,58.691148],[-160.423695,58.724026],[-160.415354,58.738349],[-160.405998,58.751282],[-160.391469,58.737698],[-160.384592,58.730862],[-160.381947,58.72663],[-160.381459,58.721259],[-160.384226,58.710761],[-160.393015,58.699652],[-160.405344,58.689399],[-160.417185,58.681789]]],[[[-160.824212,58.654635],[-160.845092,58.634062],[-160.860571,58.614707],[-160.868468,58.592082],[-160.897858,58.570343],[-160.936059,58.559006],[-160.966253,58.549508],[-161.018938,58.558916],[-161.040548,58.558061],[-161.053562,58.550874],[-161.074126,58.546924],[-161.085979,58.553326],[-161.076547,58.572176],[-161.080416,58.580437],[-161.090067,58.589851],[-161.075424,58.600748],[-161.077818,58.611016],[-161.079486,58.629784],[-161.110178,58.651272],[-161.140311,58.668944],[-161.171903,58.690754],[-161.162095,58.690535],[-161.07803,58.639275],[-161.06371,58.676726],[-161.061676,58.700505],[-161.043844,58.702134],[-161.00521,58.716887],[-160.973087,58.731787],[-160.947643,58.737648],[-160.909537,58.745583],[-160.858243,58.747365],[-160.833858,58.756264],[-160.8094,58.765188],[-160.787577,58.77351],[-160.767008,58.775717],[-160.739151,58.797885],[-160.71225,58.804016],[-160.704106,58.813349],[-160.687786,58.818724],[-160.685924,58.810839],[-160.699523,58.792789],[-160.721064,58.767111],[-160.77263,58.716292],[-160.800903,58.679914],[-160.824212,58.654635]]],[[[-152.013051,58.945299],[-152.013132,58.939846],[-152.042511,58.929755],[-152.050771,58.922716],[-152.055165,58.914293],[-152.065094,58.911282],[-152.074656,58.914293],[-152.075144,58.919664],[-152.07018,58.92654],[-152.063791,58.932481],[-152.061838,58.938096],[-152.062489,58.942776],[-152.060455,58.944403],[-152.047271,58.944241],[-152.04483,58.946397],[-152.041819,58.951565],[-152.035227,58.951687],[-152.013051,58.945299]]],[[[-152.273386,58.959418],[-152.253123,58.956692],[-152.157786,58.956692],[-152.157948,58.952338],[-152.159291,58.949286],[-152.164011,58.94302],[-152.176951,58.939114],[-152.200551,58.943101],[-152.212392,58.94302],[-152.221628,58.938544],[-152.239817,58.925279],[-152.249664,58.922512],[-152.249705,58.922512],[-152.334218,58.911933],[-152.363271,58.915717],[-152.363271,58.922512],[-152.340159,58.924791],[-152.327219,58.935045],[-152.323801,58.951117],[-152.329091,58.970893],[-152.309071,58.970404],[-152.273386,58.959418]]],[[[-151.646924,59.103936],[-151.66256,59.09819],[-151.67836,59.099919],[-151.699838,59.097939],[-151.713647,59.105835],[-151.721582,59.121897],[-151.708514,59.13072],[-151.687859,59.129656],[-151.670166,59.11808],[-151.64372,59.115749],[-151.646924,59.103936]]],[[[-151.428281,59.117302],[-151.438933,59.107286],[-151.459556,59.109014],[-151.481584,59.118188],[-151.508501,59.128566],[-151.500251,59.137327],[-151.465133,59.138191],[-151.448127,59.13644],[-151.433561,59.135292],[-151.438209,59.127182],[-151.428281,59.117302]]],[[[-151.788782,59.153053],[-151.800758,59.138893],[-151.853312,59.144766],[-151.89319,59.144364],[-151.888676,59.157183],[-151.858987,59.163867],[-151.816822,59.170664],[-151.788782,59.153053]]],[[[-150.699941,59.31391],[-150.731638,59.31151],[-150.76183,59.316799],[-150.779856,59.334052],[-150.746205,59.357856],[-150.723582,59.366034],[-150.714955,59.376858],[-150.704172,59.395453],[-150.681996,59.405178],[-150.653798,59.407213],[-150.626902,59.399848],[-150.608591,59.381171],[-150.6551,59.332994],[-150.67748,59.31977],[-150.699941,59.31391]]],[[[-153.405873,59.338568],[-153.498891,59.325426],[-153.524526,59.330268],[-153.535105,59.337226],[-153.545115,59.338935],[-153.552683,59.343085],[-153.555613,59.357611],[-153.55016,59.366889],[-153.538157,59.377102],[-153.525339,59.38524],[-153.517771,59.388617],[-153.504465,59.39175],[-153.476755,59.405422],[-153.46345,59.408515],[-153.397939,59.408515],[-153.357411,59.378119],[-153.354604,59.36518],[-153.37682,59.347724],[-153.405873,59.338568]]],[[[-146.340688,59.411444],[-146.358551,59.410102],[-146.358632,59.422431],[-146.323598,59.452135],[-146.3131,59.455756],[-146.308217,59.447089],[-146.322418,59.425849],[-146.340688,59.411444]]],[[[-150.302195,59.449164],[-150.3037,59.430487],[-150.314402,59.422187],[-150.321278,59.422349],[-150.325307,59.427476],[-150.328196,59.433539],[-150.33141,59.436428],[-150.338328,59.435248],[-150.34911,59.430243],[-150.355336,59.429633],[-150.379099,59.431383],[-150.385569,59.428656],[-150.396921,59.422187],[-150.415354,59.407131],[-150.426991,59.401679],[-150.443471,59.402289],[-150.423695,59.435981],[-150.410512,59.446275],[-150.334828,59.456977],[-150.306508,59.46426],[-150.294626,59.464586],[-150.293894,59.456977],[-150.302195,59.449164]]],[[[-144.578847,59.817776],[-144.605295,59.813178],[-144.552358,59.873236],[-144.533844,59.882066],[-144.509348,59.888983],[-144.442006,59.937323],[-144.392974,59.95661],[-144.341786,59.984524],[-144.308095,59.988756],[-144.245758,60.007554],[-144.208608,60.011786],[-144.213287,60.002265],[-144.220815,59.995795],[-144.230621,59.992377],[-144.242177,59.99136],[-144.377105,59.932359],[-144.403717,59.927191],[-144.41218,59.920356],[-144.418935,59.911526],[-144.427724,59.902533],[-144.554596,59.827094],[-144.578847,59.817776]]],[[[-147.995025,60.03266],[-148.081166,59.971666],[-148.112904,59.960842],[-148.142161,59.946723],[-148.155955,59.943549],[-148.244985,59.943549],[-148.229115,59.949368],[-148.196238,59.953355],[-148.182322,59.964057],[-148.189158,59.963446],[-148.203318,59.964342],[-148.210194,59.964057],[-148.205515,59.969468],[-148.203359,59.972846],[-148.199574,59.975246],[-148.189768,59.977688],[-148.189768,59.984524],[-148.197987,59.983954],[-148.214955,59.985053],[-148.223256,59.984524],[-148.223256,59.99136],[-148.202992,59.995551],[-148.186838,59.99315],[-148.172841,59.985663],[-148.159373,59.97427],[-148.144846,59.972398],[-148.106068,59.992092],[-148.078196,60.001044],[-148.032094,60.025458],[-148.026072,60.030829],[-148.02009,60.037787],[-148.013417,60.043931],[-148.005035,60.046576],[-147.993072,60.044582],[-147.990468,60.039496],[-147.995025,60.03266]]],[[[-147.98176,59.959052],[-148.035715,59.952582],[-148.046376,59.957099],[-148.035512,59.97427],[-148.007517,59.996243],[-147.947255,60.029039],[-147.891754,60.069037],[-147.876576,60.076361],[-147.861399,60.080756],[-147.846588,60.081244],[-147.829701,60.077867],[-147.819976,60.068915],[-147.82665,60.052802],[-147.843251,60.030463],[-147.867502,60.008857],[-147.895172,59.990424],[-147.938588,59.97191],[-147.98176,59.959052]]],[[[-147.953114,60.129462],[-147.953236,60.121649],[-147.914784,60.125474],[-147.899037,60.121975],[-147.881256,60.107367],[-147.896474,60.095608],[-147.918365,60.086005],[-147.963775,60.07392],[-148.019154,60.074652],[-148.044423,60.070299],[-148.059397,60.052802],[-148.050852,60.054267],[-148.032094,60.052802],[-148.093332,60.017768],[-148.124867,60.004136],[-148.141306,60.011786],[-148.133127,60.031073],[-148.109568,60.056301],[-148.080556,60.078192],[-148.0454,60.091783],[-148.018259,60.110582],[-148.001332,60.114814],[-147.998606,60.121161],[-147.975657,60.147895],[-147.970041,60.152737],[-147.966461,60.156562],[-147.959218,60.144965],[-147.953114,60.129462]]],[[[-152.558217,60.108344],[-152.580149,60.107245],[-152.611155,60.131049],[-152.628285,60.148627],[-152.635691,60.157945],[-152.638132,60.167304],[-152.632395,60.174791],[-152.620473,60.179267],[-152.604604,60.178616],[-152.586171,60.172065],[-152.569447,60.158759],[-152.563181,60.14997],[-152.558298,60.134996],[-152.558217,60.108344]]],[[[-148.081248,60.134996],[-148.087351,60.118232],[-148.090403,60.100246],[-148.099233,60.083482],[-148.11323,60.071234],[-148.131703,60.066474],[-148.137318,60.063544],[-148.159332,60.043158],[-148.159373,60.043158],[-148.168813,60.037746],[-148.258616,60.023139],[-148.286,60.023993],[-148.313832,60.032294],[-148.287343,60.04267],[-148.21996,60.039781],[-148.189768,60.046576],[-148.213246,60.054267],[-148.299631,60.052802],[-148.299631,60.060248],[-148.271189,60.067206],[-148.21581,60.073676],[-148.189768,60.087551],[-148.26301,60.08869],[-148.285959,60.094387],[-148.27123,60.102973],[-148.140818,60.147895],[-148.118723,60.150295],[-148.114003,60.129096],[-148.101511,60.135688],[-148.088083,60.146715],[-148.077463,60.15998],[-148.069325,60.186957],[-148.060618,60.195136],[-148.049998,60.195705],[-148.040964,60.186591],[-148.051707,60.168931],[-148.081248,60.134996]]],[[[-147.472727,60.22956],[-147.491811,60.228827],[-147.494862,60.237128],[-147.492258,60.25259],[-147.500966,60.258368],[-147.493886,60.263129],[-147.467844,60.266669],[-147.450063,60.272284],[-147.444569,60.273098],[-147.438954,60.273342],[-147.366038,60.299018],[-147.360422,60.300727],[-147.349233,60.301703],[-147.343414,60.298733],[-147.343861,60.285102],[-147.347808,60.273586],[-147.370269,60.262844],[-147.472727,60.22956]]],[[[-147.114166,60.356676],[-147.120269,60.347602],[-147.011057,60.347602],[-147.026519,60.330756],[-147.107249,60.2862],[-147.0808,60.280341],[-146.922271,60.313463],[-146.922271,60.306627],[-146.9287,60.304836],[-146.933013,60.301418],[-146.937001,60.297187],[-146.942128,60.292955],[-146.97057,60.259182],[-147.010487,60.23371],[-147.233795,60.133124],[-147.328196,60.070258],[-147.371083,60.028876],[-147.376617,60.01553],[-147.369496,60.006781],[-147.358795,59.999661],[-147.353668,59.99136],[-147.367014,59.972846],[-147.427235,59.97663],[-147.452992,59.967475],[-147.483551,59.946967],[-147.487416,59.943549],[-147.490305,59.939195],[-147.478668,59.929755],[-147.456125,59.915595],[-147.453603,59.895901],[-147.468251,59.876776],[-147.49234,59.861802],[-147.518788,59.854193],[-147.601145,59.866767],[-147.643707,59.862616],[-147.668772,59.819281],[-147.684234,59.817084],[-147.716786,59.820014],[-147.800608,59.80329],[-147.84024,59.786526],[-147.86144,59.782457],[-147.878774,59.783149],[-147.915395,59.79267],[-147.915395,59.799547],[-147.898793,59.810207],[-147.894439,59.833808],[-147.886138,59.857611],[-147.857655,59.868476],[-147.825429,59.870795],[-147.793772,59.877753],[-147.763905,59.888495],[-147.737213,59.902533],[-147.760121,59.90766],[-147.790679,59.910956],[-147.804921,59.920356],[-147.778798,59.943549],[-147.752431,59.953843],[-147.695709,59.962144],[-147.668935,59.970893],[-147.674306,59.980292],[-147.682525,59.987047],[-147.703114,59.997504],[-147.680979,60.008734],[-147.533111,60.05858],[-147.515045,60.070136],[-147.424631,60.111233],[-147.380198,60.139594],[-147.387807,60.162665],[-147.374094,60.170559],[-147.342152,60.179755],[-147.329742,60.187201],[-147.303822,60.226874],[-147.295644,60.232164],[-147.285878,60.231024],[-147.265533,60.225898],[-147.254709,60.224677],[-147.246693,60.226874],[-147.228831,60.236233],[-147.201161,60.242174],[-147.197011,60.251207],[-147.20287,60.26911],[-147.203847,60.274644],[-147.206044,60.281562],[-147.208363,60.286566],[-147.209625,60.2862],[-147.20759,60.294989],[-147.204254,60.297919],[-147.200266,60.300116],[-147.196034,60.306627],[-147.191762,60.310248],[-147.184682,60.313544],[-147.178049,60.31859],[-147.175526,60.327094],[-147.179921,60.332017],[-147.198476,60.338935],[-147.20287,60.341376],[-147.189605,60.362209],[-147.155141,60.376451],[-147.115549,60.381659],[-147.086781,60.375556],[-147.106516,60.363918],[-147.114166,60.356676]]],[[[-148.014109,60.308336],[-148.018422,60.299791],[-148.042226,60.286566],[-148.073313,60.285142],[-148.104441,60.292873],[-148.128285,60.306627],[-148.135121,60.299791],[-148.127065,60.334947],[-148.075632,60.369371],[-148.014394,60.387926],[-147.977447,60.375556],[-147.983062,60.366441],[-148.00475,60.344468],[-148.006215,60.335639],[-148.014109,60.308336]]],[[[-145.1197,60.324408],[-145.12328,60.311754],[-145.136586,60.306627],[-145.145904,60.308905],[-145.163197,60.318671],[-145.181956,60.31977],[-145.20226,60.314643],[-145.211985,60.313463],[-145.233469,60.317328],[-145.261871,60.332668],[-145.284291,60.33393],[-145.284291,60.341376],[-145.174428,60.382392],[-145.119781,60.409817],[-145.095082,60.416327],[-145.092519,60.402167],[-145.099233,60.388861],[-145.114125,60.36994],[-145.119781,60.355048],[-145.1197,60.324408]]],[[[-166.102732,60.391995],[-166.092152,60.374661],[-166.080149,60.35932],[-166.061838,60.347602],[-166.067942,60.344672],[-166.070627,60.34162],[-166.072377,60.33808],[-166.07551,60.33393],[-166.051747,60.327948],[-165.98823,60.320624],[-165.921254,60.327094],[-165.897206,60.344428],[-165.88679,60.347602],[-165.810496,60.345893],[-165.787546,60.341376],[-165.779286,60.336982],[-165.766469,60.324652],[-165.760203,60.32095],[-165.745554,60.319037],[-165.718455,60.319525],[-165.705556,60.313463],[-165.726064,60.306627],[-165.684438,60.299791],[-165.68696,60.292873],[-165.688547,60.289984],[-165.691884,60.2862],[-165.679189,60.27851],[-165.685414,60.266832],[-165.700876,60.25609],[-165.71581,60.25141],[-165.71821,60.245551],[-165.705515,60.232367],[-165.678293,60.211086],[-165.721262,60.181586],[-165.7329,60.176337],[-165.72468,60.163886],[-165.711374,60.15705],[-165.695139,60.154731],[-165.678293,60.155829],[-165.682973,60.151068],[-165.687571,60.145209],[-165.691884,60.142157],[-165.691884,60.135321],[-165.682851,60.133857],[-165.679514,60.131822],[-165.677195,60.12816],[-165.671457,60.121649],[-165.681223,60.106757],[-165.693715,60.093207],[-165.726064,60.066474],[-165.691396,60.067776],[-165.677195,60.063178],[-165.666208,60.038764],[-165.653513,60.032904],[-165.623036,60.025458],[-165.63093,60.014797],[-165.636423,60.00967],[-165.643503,60.00495],[-165.643503,59.997504],[-165.628855,59.992906],[-165.613393,59.975653],[-165.602528,59.970893],[-165.588857,59.972602],[-165.557851,59.983059],[-165.541086,59.984524],[-165.553822,59.976508],[-165.567576,59.97012],[-165.578318,59.962551],[-165.582102,59.950995],[-165.569081,59.950995],[-165.559804,59.949408],[-165.554758,59.943549],[-165.554921,59.934638],[-165.558665,59.929633],[-165.564646,59.925523],[-165.571482,59.919338],[-165.598622,59.909654],[-165.69225,59.902981],[-165.71581,59.905992],[-165.727488,59.915758],[-165.742258,59.924221],[-165.754832,59.925116],[-165.760203,59.912543],[-165.771067,59.906968],[-165.864939,59.882758],[-165.883778,59.881008],[-165.927805,59.882066],[-165.944325,59.887437],[-165.958567,59.897528],[-165.973866,59.90351],[-165.993601,59.896308],[-165.963694,59.887885],[-165.979115,59.876166],[-166.010121,59.866645],[-166.027089,59.864691],[-166.040395,59.857611],[-166.12267,59.841132],[-166.132517,59.858222],[-166.187815,59.86225],[-166.246693,59.853909],[-166.267283,59.833686],[-166.259592,59.832709],[-166.215769,59.820014],[-166.157419,59.82746],[-166.134226,59.822333],[-166.112742,59.810858],[-166.094675,59.7956],[-166.081736,59.779039],[-166.104237,59.765855],[-166.144114,59.757961],[-166.182078,59.756293],[-166.199045,59.761664],[-166.205881,59.777899],[-166.222768,59.794745],[-166.244008,59.807847],[-166.275136,59.816352],[-166.298411,59.830512],[-166.311716,59.833686],[-166.329945,59.834906],[-166.406443,59.854804],[-166.438588,59.858222],[-166.470652,59.856635],[-166.500071,59.847968],[-166.506296,59.860175],[-166.521108,59.861029],[-166.555287,59.854193],[-166.613352,59.856391],[-166.630442,59.861029],[-166.670766,59.885443],[-166.685007,59.888902],[-166.726633,59.892401],[-166.748606,59.89761],[-166.787831,59.921129],[-167.020823,59.99136],[-167.000966,60.002346],[-166.99352,60.00495],[-167.011464,60.012274],[-167.028269,60.008938],[-167.044789,60.001654],[-167.062367,59.997504],[-167.060129,60.004584],[-167.06074,60.008124],[-167.062123,60.011868],[-167.062367,60.019273],[-167.074941,60.010077],[-167.079335,60.003404],[-167.08552,59.999213],[-167.103383,59.997504],[-167.121938,60.000718],[-167.152943,60.015815],[-167.167917,60.019273],[-167.189809,60.027777],[-167.21699,60.047756],[-167.241078,60.070502],[-167.254221,60.087551],[-167.260976,60.087551],[-167.267893,60.070299],[-167.286082,60.065497],[-167.306956,60.070014],[-167.321848,60.080756],[-167.321034,60.084377],[-167.321848,60.11107],[-167.32372,60.120998],[-167.328725,60.128607],[-167.343577,60.142157],[-167.436147,60.19538],[-167.45283,60.217231],[-167.436472,60.212063],[-167.421091,60.211737],[-167.342885,60.22427],[-167.332712,60.228461],[-167.321116,60.235419],[-167.304921,60.238837],[-167.288075,60.238715],[-167.274363,60.235297],[-167.258982,60.22956],[-167.246897,60.228258],[-167.158152,60.234524],[-166.873972,60.210639],[-166.820424,60.217597],[-166.794871,60.258857],[-166.797922,60.266832],[-166.804392,60.270738],[-166.80781,60.275458],[-166.801707,60.2862],[-166.792307,60.292304],[-166.760854,60.304429],[-166.721303,60.311103],[-166.667673,60.327704],[-166.636586,60.327094],[-166.59789,60.315131],[-166.577707,60.315253],[-166.568959,60.330512],[-166.566518,60.350491],[-166.558949,60.359442],[-166.459218,60.387152],[-166.421986,60.384345],[-166.390207,60.361274],[-166.394643,60.358222],[-166.399037,60.35224],[-166.403879,60.347602],[-166.379832,60.348944],[-166.308217,60.382392],[-166.185374,60.402167],[-166.189076,60.385647],[-166.173411,60.379381],[-166.15156,60.381171],[-166.136952,60.388577],[-166.134714,60.401557],[-166.140859,60.415595],[-166.157419,60.436957],[-166.131296,60.431464],[-166.119008,60.426215],[-166.108998,60.41649],[-166.116444,60.409654],[-166.102732,60.391995]]],[[[-146.541575,60.468573],[-146.544911,60.464911],[-146.445627,60.464911],[-146.423248,60.467922],[-146.401723,60.473334],[-146.379018,60.47606],[-146.353098,60.471137],[-146.36205,60.453803],[-146.361643,60.426215],[-146.36677,60.409654],[-146.323557,60.410712],[-146.238393,60.431627],[-146.151357,60.438788],[-146.129628,60.436225],[-146.120351,60.427069],[-146.12975,60.422838],[-146.174224,60.409491],[-146.188629,60.402167],[-146.093658,60.410346],[-146.078765,60.402167],[-146.085683,60.402655],[-146.090647,60.400621],[-146.094879,60.397895],[-146.099843,60.395982],[-146.183217,60.384223],[-146.188629,60.382392],[-146.192698,60.377346],[-146.193959,60.370754],[-146.194203,60.364651],[-146.195465,60.361274],[-146.223988,60.351386],[-146.251617,60.350287],[-146.305043,60.355048],[-146.333608,60.35224],[-146.493276,60.303778],[-146.553944,60.261217],[-146.578521,60.249905],[-146.600168,60.245185],[-146.621246,60.248684],[-146.64859,60.25788],[-146.67219,60.270941],[-146.682037,60.2862],[-146.655629,60.306789],[-146.490305,60.361274],[-146.504791,60.370429],[-146.567698,60.363227],[-146.593332,60.368109],[-146.57901,60.375556],[-146.59911,60.375474],[-146.615956,60.37108],[-146.647939,60.355048],[-146.61384,60.355048],[-146.655588,60.340644],[-146.700551,60.354804],[-146.722646,60.386217],[-146.695709,60.423326],[-146.660308,60.430162],[-146.654775,60.433905],[-146.652089,60.442206],[-146.645863,60.451646],[-146.634348,60.464911],[-146.61266,60.478095],[-146.588124,60.484036],[-146.530629,60.485419],[-146.530629,60.477973],[-146.536122,60.47484],[-146.539174,60.471829],[-146.541575,60.468573]]],[[[-147.68928,60.50373],[-147.682607,60.471137],[-147.658437,60.479967],[-147.645253,60.4831],[-147.634511,60.481676],[-147.627187,60.474433],[-147.62857,60.466986],[-147.634755,60.460883],[-147.641672,60.457465],[-147.641672,60.450629],[-147.633778,60.448635],[-147.614369,60.436957],[-147.629058,60.426174],[-147.634185,60.423326],[-147.662424,60.42121],[-147.710927,60.401801],[-147.737213,60.395982],[-147.715443,60.383287],[-147.693512,60.384711],[-147.671254,60.391791],[-147.648508,60.395982],[-147.625356,60.389594],[-147.631012,60.374823],[-147.66218,60.347602],[-147.694732,60.302802],[-147.738759,60.259833],[-147.738759,60.249986],[-147.710561,60.25141],[-147.723704,60.221381],[-147.741282,60.19359],[-147.765614,60.174384],[-147.798695,60.170111],[-147.796213,60.188056],[-147.811431,60.189358],[-147.8308,60.186916],[-147.84024,60.193671],[-147.79247,60.238349],[-147.798695,60.245185],[-147.822499,60.232367],[-147.851715,60.227932],[-147.881907,60.230455],[-147.908559,60.238349],[-147.90331,60.252875],[-147.895985,60.260321],[-147.867584,60.272528],[-147.877756,60.278266],[-147.898997,60.286933],[-147.908559,60.292955],[-147.870473,60.292426],[-147.822825,60.29914],[-147.780385,60.314846],[-147.757721,60.341376],[-147.784535,60.339179],[-147.83373,60.329413],[-147.860748,60.327094],[-147.872711,60.328925],[-147.874989,60.333401],[-147.870107,60.339057],[-147.860748,60.344468],[-147.847808,60.346422],[-147.820627,60.34276],[-147.806142,60.347602],[-147.846181,60.366278],[-147.860585,60.377387],[-147.847076,60.382392],[-147.820302,60.382799],[-147.80134,60.385891],[-147.786285,60.393988],[-147.771392,60.409654],[-147.785878,60.410549],[-147.821197,60.399482],[-147.84024,60.395982],[-147.812489,60.446234],[-147.792795,60.471747],[-147.771392,60.485419],[-147.772532,60.453925],[-147.776682,60.441718],[-147.785715,60.430813],[-147.72997,60.441392],[-147.710113,60.452582],[-147.72053,60.474555],[-147.723785,60.492906],[-147.70816,60.506781],[-147.68928,60.50373]]],[[[-152.038564,60.350409],[-152.061594,60.347602],[-152.072825,60.349758],[-152.083811,60.354438],[-152.08967,60.359117],[-152.08552,60.361274],[-152.03779,60.365709],[-152.027455,60.368109],[-152.021596,60.376207],[-152.021718,60.385321],[-152.023061,60.394273],[-152.020619,60.402167],[-152.011952,60.408189],[-151.990224,60.419094],[-151.985829,60.427069],[-151.98054,60.440416],[-151.971059,60.452094],[-151.967478,60.465806],[-151.979685,60.485419],[-151.953196,60.50849],[-151.943064,60.511623],[-151.921335,60.512112],[-151.904164,60.510565],[-151.884023,60.505683],[-151.8662,60.497301],[-151.85615,60.485419],[-151.869781,60.485419],[-151.869822,60.485419],[-151.879709,60.477362],[-151.89155,60.457709],[-151.897084,60.450629],[-151.908803,60.44359],[-151.918691,60.441311],[-151.929758,60.440253],[-151.944936,60.436957],[-151.96349,60.426174],[-151.978627,60.408271],[-151.982167,60.389472],[-151.966013,60.375556],[-152.038564,60.350409]]],[[[-172.53364,60.391506],[-172.503367,60.388577],[-172.410756,60.401679],[-172.379832,60.395982],[-172.297312,60.351345],[-172.297312,60.351304],[-172.284535,60.342597],[-172.225779,60.323635],[-172.208567,60.313463],[-172.22289,60.313707],[-172.263173,60.306627],[-172.278879,60.309801],[-172.303212,60.323961],[-172.366526,60.344468],[-172.385365,60.347602],[-172.424753,60.342475],[-172.474436,60.34984],[-172.508046,60.342963],[-172.540883,60.332506],[-172.57197,60.327094],[-172.599965,60.32982],[-172.625722,60.336982],[-172.674672,60.35814],[-172.686228,60.36164],[-172.71113,60.364936],[-172.722483,60.368109],[-172.735178,60.375474],[-172.751576,60.392768],[-172.763417,60.402167],[-172.783315,60.41234],[-173.004221,60.49018],[-173.057607,60.49844],[-173.043772,60.50434],[-173.03779,60.505845],[-173.041086,60.517157],[-173.04247,60.527574],[-173.041575,60.537299],[-173.03779,60.54682],[-173.036733,60.553778],[-173.038157,60.56037],[-173.037668,60.565375],[-173.030955,60.567328],[-173.021555,60.568101],[-173.013743,60.570136],[-173.003,60.574164],[-172.952341,60.600979],[-172.925038,60.606676],[-172.914255,60.587836],[-172.926625,60.572821],[-172.921457,60.549628],[-172.906687,60.528266],[-172.89037,60.518948],[-172.876414,60.513495],[-172.811838,60.477973],[-172.53364,60.391506]]],[[[-146.096913,60.479682],[-146.29426,60.454779],[-146.332631,60.464911],[-146.317942,60.493842],[-146.305735,60.510159],[-146.286448,60.51732],[-146.120107,60.519477],[-146.093088,60.525784],[-146.100209,60.528632],[-146.120351,60.539374],[-146.034088,60.558295],[-145.949045,60.567328],[-145.949045,60.574164],[-145.956614,60.577053],[-145.961659,60.580512],[-145.969553,60.587836],[-145.858754,60.595608],[-145.805735,60.606187],[-145.757232,60.62873],[-145.749827,60.621324],[-145.77009,60.610419],[-145.77774,60.608303],[-145.758412,60.601874],[-145.749827,60.601467],[-145.756581,60.593207],[-145.76415,60.587104],[-145.773101,60.582953],[-145.783925,60.58039],[-145.871734,60.543891],[-145.913686,60.536811],[-145.962717,60.518948],[-146.014638,60.508938],[-146.0631,60.488267],[-146.096913,60.479682]]],[[[-173.052968,60.623928],[-173.05842,60.621283],[-173.068715,60.624213],[-173.104237,60.644843],[-173.113596,60.653022],[-173.111399,60.664211],[-173.093699,60.679836],[-173.071726,60.686225],[-173.062449,60.678534],[-173.062123,60.669623],[-173.060414,60.659166],[-173.062327,60.647895],[-173.06432,60.642524],[-173.054189,60.630561],[-173.052968,60.623928]]],[[[-147.406606,60.696275],[-147.385162,60.672553],[-147.374338,60.664862],[-147.364247,60.666327],[-147.352935,60.673774],[-147.338979,60.679348],[-147.324696,60.682807],[-147.312734,60.684027],[-147.325022,60.657172],[-147.339711,60.645575],[-147.359731,60.644477],[-147.387807,60.649237],[-147.402943,60.648383],[-147.44929,60.638129],[-147.477162,60.635647],[-147.461049,60.648342],[-147.454945,60.654934],[-147.449859,60.662909],[-147.474029,60.661119],[-147.49767,60.656684],[-147.487213,60.661282],[-147.449859,60.669745],[-147.448476,60.680976],[-147.455393,60.687812],[-147.466379,60.690823],[-147.477162,60.690172],[-147.466298,60.698065],[-147.428782,60.711371],[-147.420562,60.707099],[-147.413075,60.702053],[-147.406606,60.696275]]],[[[-147.936838,60.728827],[-147.929067,60.718166],[-147.925364,60.731879],[-147.919504,60.741645],[-147.90982,60.744818],[-147.881256,60.731513],[-147.865468,60.72012],[-147.852447,60.706732],[-147.847076,60.693996],[-147.857533,60.687201],[-147.922231,60.684027],[-147.923248,60.680854],[-147.924672,60.674221],[-147.928334,60.667141],[-147.935902,60.662909],[-147.941518,60.665107],[-147.966908,60.680325],[-148.012196,60.725002],[-147.994618,60.73135],[-147.978831,60.725979],[-147.963979,60.71662],[-147.949534,60.711371],[-147.965484,60.733832],[-147.96935,60.746649],[-147.960357,60.752346],[-147.94933,60.748725],[-147.942494,60.739976],[-147.936838,60.728827]]],[[[-148.107777,60.662909],[-148.124745,60.650539],[-148.140492,60.648668],[-148.155141,60.653998],[-148.168609,60.662909],[-148.16865,60.662909],[-148.194529,60.681464],[-148.222239,60.706122],[-148.230092,60.729722],[-148.196604,60.744818],[-148.211659,60.756049],[-148.21703,60.759101],[-148.158681,60.764716],[-148.141306,60.759101],[-148.124094,60.751125],[-148.111155,60.738105],[-148.110056,60.725328],[-148.128285,60.718166],[-148.128285,60.711371],[-148.108022,60.709703],[-148.098744,60.696845],[-148.099192,60.679145],[-148.107777,60.662909]]],[[[-146.734711,60.81452],[-146.76558,60.801956],[-146.796809,60.805939],[-146.811255,60.818283],[-146.820306,60.841694],[-146.80643,60.854186],[-146.77531,60.857095],[-146.761376,60.868211],[-146.76162,60.87925],[-146.738741,60.871071],[-146.712851,60.853252],[-146.704063,60.839486],[-146.718009,60.828393],[-146.734711,60.81452]]],[[[-147.136586,60.908271],[-147.135894,60.901313],[-147.127065,60.90233],[-147.119211,60.905666],[-147.1197,60.898139],[-147.131947,60.887681],[-147.158193,60.875474],[-147.152699,60.873521],[-147.131581,60.877997],[-147.121653,60.881781],[-147.112294,60.884426],[-147.107818,60.887356],[-147.102203,60.897691],[-147.097076,60.899644],[-147.094146,60.897935],[-147.078236,60.892768],[-147.07665,60.886908],[-147.08316,60.878485],[-147.104115,60.866156],[-147.139638,60.855618],[-147.166249,60.854926],[-147.182688,60.858222],[-147.190297,60.862982],[-147.185374,60.869452],[-147.182851,60.875718],[-147.189443,60.877509],[-147.20995,60.87641],[-147.216379,60.877102],[-147.221995,60.875434],[-147.219594,60.871405],[-147.229644,60.867825],[-147.253774,60.868109],[-147.310536,60.874457],[-147.318918,60.877265],[-147.318715,60.879625],[-147.310414,60.880805],[-147.303456,60.882717],[-147.298736,60.886623],[-147.29011,60.889309],[-147.277415,60.888129],[-147.266103,60.889228],[-147.256215,60.896674],[-147.246653,60.901801],[-147.233144,60.90469],[-147.226918,60.906806],[-147.21524,60.907294],[-147.212717,60.902045],[-147.217519,60.89468],[-147.21467,60.892483],[-147.205556,60.899075],[-147.194407,60.904242],[-147.180979,60.903144],[-147.175852,60.89997],[-147.180043,60.896633],[-147.177642,60.894355],[-147.16804,60.892524],[-147.142323,60.909166],[-147.136586,60.908271]]],[[[-148.032094,60.930406],[-147.967641,60.905585],[-147.9405,60.88581],[-147.943267,60.861558],[-147.919342,60.838324],[-147.912343,60.825426],[-147.915395,60.813137],[-147.929189,60.806342],[-147.942983,60.812201],[-147.955922,60.822211],[-147.966908,60.827379],[-148.008494,60.796332],[-148.023793,60.791205],[-148.08731,60.800116],[-148.087351,60.800116],[-148.116038,60.797553],[-148.127146,60.800605],[-148.135121,60.813137],[-148.13683,60.826361],[-148.134226,60.836819],[-148.130238,60.846625],[-148.128285,60.8581],[-148.111399,60.877509],[-148.081492,60.892035],[-148.069895,60.904242],[-148.107777,60.916815],[-148.107777,60.923],[-148.089467,60.922431],[-148.032094,60.930406]]],[[[-150.227528,61.127183],[-150.265248,61.12344],[-150.276438,61.127387],[-150.259999,61.133124],[-150.245229,61.146064],[-150.23176,61.162909],[-150.224355,61.170396],[-150.210846,61.173041],[-150.184519,61.174262],[-150.177724,61.161363],[-150.196238,61.141303],[-150.227528,61.127183]]],[[[-165.94697,62.025702],[-165.944407,62.017971],[-165.947825,62.015937],[-165.956492,62.020087],[-165.96349,62.021796],[-165.96821,62.020697],[-165.973948,62.018744],[-165.98054,62.015611],[-165.985707,62.015367],[-165.989247,62.017971],[-165.99828,62.0185],[-166.009836,62.022935],[-166.008738,62.037258],[-165.995595,62.054267],[-165.9829,62.065904],[-165.972117,62.07217],[-165.966054,62.07038],[-165.971669,62.059516],[-165.976186,62.044582],[-165.961985,62.032904],[-165.948923,62.029527],[-165.94697,62.025702]]],[[[-164.567006,63.046291],[-164.583933,63.04206],[-164.59968,63.042792],[-164.611806,63.046698],[-164.611562,63.055894],[-164.596425,63.063218],[-164.586903,63.064439],[-164.577219,63.063218],[-164.563303,63.05622],[-164.567006,63.046291]]],[[[-169.782053,63.043402],[-169.777089,63.035061],[-169.855702,63.08869],[-169.880808,63.109565],[-169.931874,63.139146],[-169.927235,63.138699],[-169.868845,63.106147],[-169.809967,63.064643],[-169.790028,63.051663],[-169.782053,63.043402]]],[[[-169.508127,63.373358],[-169.440943,63.36354],[-169.489329,63.367825],[-169.512318,63.373765],[-169.529001,63.383368],[-169.508127,63.373358]]],[[[-170.381825,63.301418],[-170.296213,63.239407],[-170.36913,63.290595],[-170.449656,63.3251],[-170.707834,63.395209],[-170.485463,63.344672],[-170.381825,63.301418]]],[[[-171.029246,63.438666],[-170.784047,63.408515],[-170.975209,63.43122],[-171.058542,63.430121],[-171.072895,63.437326],[-171.029246,63.438666]]],[[[-171.07079,63.602484],[-171.0749,63.60224],[-171.089996,63.603909],[-171.07079,63.602484]]],[[[-171.144032,63.611762],[-171.090037,63.603909],[-171.157656,63.609737],[-171.144032,63.611762]]],[[[-162.382436,63.622992],[-162.34081,63.602484],[-162.341664,63.597073],[-162.34435,63.593695],[-162.348744,63.591498],[-162.354482,63.589423],[-162.358022,63.586615],[-162.360341,63.583889],[-162.363108,63.582099],[-162.368113,63.581977],[-162.349436,63.560492],[-162.347646,63.554755],[-162.359364,63.54621],[-162.373036,63.54975],[-162.384145,63.557766],[-162.38801,63.562201],[-162.498158,63.548529],[-162.614858,63.548529],[-162.626943,63.550686],[-162.648915,63.560004],[-162.678171,63.563666],[-162.7176,63.575181],[-162.676503,63.611518],[-162.666086,63.616767],[-162.633412,63.622626],[-162.621409,63.622992],[-162.610422,63.619208],[-162.602528,63.613715],[-162.593943,63.611233],[-162.580434,63.616767],[-162.584421,63.628485],[-162.556467,63.629828],[-162.482167,63.621894],[-162.461659,63.623684],[-162.443959,63.629462],[-162.436391,63.640326],[-162.42809,63.642157],[-162.409047,63.63935],[-162.374949,63.630439],[-162.382436,63.622992]]],[[[-171.672597,63.796332],[-171.65217,63.790432],[-171.635732,63.777289],[-171.625722,63.760728],[-171.636464,63.754096],[-171.64509,63.741848],[-171.649159,63.726874],[-171.646189,63.712348],[-171.633901,63.700385],[-171.616322,63.693549],[-171.446523,63.658637],[-171.407216,63.64411],[-171.429311,63.644517],[-171.468251,63.655015],[-171.489125,63.657701],[-171.504343,63.653266],[-171.530222,63.631293],[-171.543772,63.622992],[-171.543772,63.616767],[-171.529368,63.621649],[-171.518544,63.619696],[-171.508412,63.614651],[-171.495961,63.609931],[-171.487172,63.608954],[-171.343129,63.615302],[-171.310414,63.622992],[-171.325388,63.629706],[-171.342966,63.631659],[-171.379262,63.630439],[-171.379262,63.636664],[-171.159291,63.609809],[-171.164174,63.607733],[-171.168406,63.604885],[-171.171702,63.600898],[-171.173818,63.595649],[-171.125722,63.595649],[-171.112375,63.593492],[-171.09675,63.584174],[-171.087595,63.581977],[-170.975209,63.589423],[-170.977528,63.586127],[-170.977976,63.585028],[-170.978831,63.584296],[-170.982655,63.581977],[-170.93696,63.571682],[-170.888743,63.585395],[-170.840037,63.606106],[-170.773508,63.62051],[-170.721995,63.650865],[-170.662587,63.672512],[-170.64623,63.685045],[-170.624623,63.6706],[-170.595896,63.669664],[-170.496571,63.7001],[-170.470408,63.704088],[-170.440785,63.705512],[-170.428293,63.703437],[-170.401926,63.693996],[-170.389272,63.69184],[-170.337758,63.699286],[-170.310048,63.698676],[-170.297353,63.695543],[-170.276357,63.680854],[-170.266428,63.67768],[-170.25536,63.675686],[-170.241567,63.671373],[-170.188181,63.639106],[-170.167104,63.630439],[-170.110951,63.623196],[-170.082468,63.61518],[-170.067006,63.594143],[-170.052968,63.579413],[-170.049794,63.571479],[-170.052073,63.560614],[-170.055369,63.555406],[-170.054148,63.551581],[-170.042958,63.544745],[-170.038564,63.531928],[-170.053212,63.515774],[-170.073232,63.499335],[-170.084543,63.485826],[-170.068918,63.49136],[-170.051218,63.49372],[-169.953684,63.488715],[-169.891062,63.467353],[-169.847646,63.458075],[-169.755564,63.452338],[-169.774241,63.448188],[-169.820668,63.449449],[-169.843699,63.444892],[-169.782216,63.43537],[-169.657338,63.439643],[-169.597279,63.424384],[-169.579905,63.410793],[-169.565623,63.379055],[-169.549509,63.362942],[-169.521555,63.352973],[-169.481068,63.347398],[-169.440663,63.348049],[-169.412953,63.356676],[-169.424265,63.360663],[-169.436147,63.363227],[-169.325551,63.363105],[-169.291493,63.35932],[-169.262156,63.34927],[-169.205922,63.307318],[-169.186716,63.301459],[-169.123972,63.300605],[-169.092519,63.306057],[-169.070302,63.321357],[-169.102854,63.332709],[-169.143259,63.339057],[-169.22114,63.342475],[-169.22114,63.34927],[-169.070302,63.342475],[-169.007639,63.34927],[-168.992421,63.346869],[-168.961497,63.337144],[-168.715199,63.311957],[-168.686106,63.301459],[-168.699696,63.2956],[-168.727528,63.28734],[-168.740712,63.280992],[-168.717112,63.260891],[-168.728871,63.233832],[-168.775502,63.191596],[-168.811838,63.170111],[-168.850819,63.162828],[-168.951609,63.166002],[-169.002919,63.174302],[-169.018503,63.181342],[-169.039255,63.188056],[-169.28364,63.17829],[-169.331003,63.164944],[-169.287913,63.179836],[-169.26537,63.183539],[-169.187123,63.187445],[-169.15925,63.193752],[-169.144846,63.205878],[-169.287343,63.193305],[-169.351145,63.176215],[-169.412953,63.150702],[-169.399281,63.143215],[-169.399281,63.136949],[-169.415964,63.130357],[-169.445668,63.113186],[-169.504872,63.101142],[-169.526479,63.091376],[-169.535837,63.078599],[-169.54186,63.072089],[-169.569447,63.051947],[-169.577463,63.040758],[-169.578236,63.02265],[-169.571156,63.011379],[-169.542673,62.993598],[-169.559397,62.986518],[-169.597524,62.983873],[-169.614695,62.976223],[-169.63683,62.955797],[-169.649403,62.948432],[-169.666208,62.945217],[-169.709218,62.961493],[-169.73176,62.965888],[-169.755564,62.965644],[-169.747182,62.979885],[-169.746816,62.992174],[-169.75239,63.003241],[-169.76179,63.014106],[-169.737986,63.015937],[-169.716176,63.024848],[-169.705312,63.040188],[-169.714589,63.061265],[-169.722117,63.064765],[-169.742991,63.067206],[-169.75182,63.071845],[-169.776072,63.096015],[-169.817454,63.126776],[-169.866933,63.144477],[-169.97468,63.164944],[-169.97468,63.157457],[-170.024607,63.17064],[-170.039866,63.181342],[-170.049265,63.185207],[-170.071401,63.184394],[-170.0808,63.188178],[-170.084706,63.19477],[-170.08495,63.200426],[-170.086537,63.204413],[-170.094472,63.205878],[-170.113393,63.202786],[-170.145701,63.188707],[-170.159657,63.18476],[-170.184316,63.186225],[-170.236033,63.197455],[-170.262034,63.198432],[-170.255727,63.209174],[-170.24474,63.211656],[-170.232249,63.212836],[-170.221059,63.21955],[-170.218373,63.227932],[-170.216013,63.254706],[-170.217641,63.260484],[-170.222971,63.264797],[-170.228261,63.274156],[-170.234975,63.283515],[-170.244985,63.287787],[-170.261342,63.28913],[-170.329823,63.305854],[-170.412343,63.33869],[-170.444325,63.359198],[-170.596425,63.399156],[-170.663035,63.403876],[-170.666453,63.406155],[-170.668324,63.411038],[-170.671132,63.41592],[-170.677317,63.418158],[-170.776357,63.420559],[-170.796457,63.424384],[-170.807078,63.429755],[-170.822499,63.445258],[-170.831248,63.452338],[-170.844675,63.458564],[-170.85615,63.460354],[-171.083852,63.444892],[-171.083119,63.442939],[-171.082021,63.44123],[-171.079172,63.438178],[-171.121897,63.432196],[-171.140736,63.425238],[-171.156443,63.41474],[-171.183705,63.402289],[-171.252797,63.396064],[-171.283681,63.383368],[-171.290517,63.383368],[-171.294871,63.362047],[-171.325144,63.351223],[-171.361033,63.345282],[-171.382395,63.33869],[-171.407948,63.322577],[-171.43932,63.31977],[-171.557444,63.335028],[-171.558949,63.336737],[-171.572581,63.346177],[-171.578562,63.34927],[-171.586415,63.350491],[-171.612375,63.34927],[-171.626047,63.351386],[-171.654368,63.360785],[-171.704823,63.367825],[-171.735585,63.375922],[-171.759145,63.390326],[-171.821238,63.441718],[-171.82787,63.450751],[-171.829457,63.467678],[-171.841786,63.485175],[-171.847279,63.496975],[-171.851145,63.509589],[-171.852895,63.521186],[-171.850575,63.520657],[-171.845774,63.523749],[-171.840932,63.528795],[-171.838572,63.534247],[-171.839548,63.539862],[-171.845448,63.554755],[-171.841379,63.576972],[-171.837026,63.583401],[-171.828074,63.592515],[-171.819692,63.598375],[-171.809641,63.603949],[-171.801137,63.610663],[-171.797597,63.619859],[-171.800282,63.626044],[-171.805531,63.630764],[-171.809397,63.635159],[-171.807851,63.640326],[-171.800486,63.644477],[-171.779775,63.647895],[-171.770334,63.650865],[-171.751658,63.664049],[-171.747874,63.674994],[-171.749949,63.687445],[-171.749216,63.705512],[-171.727732,63.734524],[-171.72057,63.752672],[-171.732493,63.760728],[-171.735422,63.764838],[-171.73884,63.774075],[-171.740834,63.784247],[-171.739329,63.791205],[-171.728017,63.796129],[-171.715525,63.794257],[-171.703806,63.790839],[-171.694569,63.791205],[-171.672597,63.796332]]],[[[-168.048411,64.95893],[-168.078725,64.956855],[-168.09675,64.965399],[-168.087595,64.978827],[-168.065541,64.984849],[-168.035512,64.985297],[-168.027699,64.979926],[-168.02656,64.968085],[-168.048411,64.95893]]],[[[-168.899607,65.747626],[-168.909861,65.739569],[-168.926218,65.739895],[-168.942128,65.74372],[-168.951731,65.75316],[-168.942983,65.764716],[-168.920115,65.768866],[-168.907908,65.768297],[-168.902781,65.761542],[-168.899607,65.747626]]],[[[-167.827219,65.738593],[-167.843332,65.737779],[-167.848704,65.742825],[-167.833567,65.752875],[-167.819407,65.759345],[-167.777008,65.773017],[-167.751169,65.77676],[-167.738271,65.777167],[-167.743398,65.772528],[-167.760447,65.764635],[-167.780019,65.759589],[-167.794057,65.753974],[-167.808949,65.74551],[-167.827219,65.738593]]],[[[-167.662831,65.78205],[-167.659535,65.773017],[-167.639963,65.773424],[-167.695424,65.740912],[-167.71699,65.738227],[-167.73054,65.745673],[-167.723744,65.758124],[-167.719431,65.768948],[-167.718617,65.777818],[-167.703236,65.785386],[-167.670969,65.793687],[-167.670929,65.793728],[-167.566477,65.816636],[-167.556467,65.817369],[-167.572703,65.809231],[-167.647288,65.791327],[-167.662831,65.78205]]],[[[-167.21113,65.912746],[-167.226023,65.909125],[-167.239491,65.909247],[-167.232045,65.917914],[-166.869862,66.036078],[-166.859486,66.03974],[-166.839792,66.043606],[-166.835805,66.041815],[-166.863149,66.027981],[-166.987172,65.983547],[-167.027048,65.974677],[-167.108835,65.948554],[-167.125844,65.939887],[-167.123606,65.939032],[-167.130238,65.936591],[-167.164906,65.931708],[-167.21113,65.912746]]],[[[-166.733144,66.067816],[-166.800526,66.0515],[-166.7954,66.058295],[-166.762766,66.071194],[-166.322214,66.192857],[-166.283518,66.200629],[-166.283477,66.200629],[-166.187082,66.210273],[-166.225413,66.20185],[-166.249867,66.192939],[-166.273183,66.186835],[-166.313547,66.182603],[-166.386545,66.160712],[-166.468861,66.145901],[-166.486521,66.140286],[-166.504709,66.132514],[-166.546702,66.122748],[-166.597035,66.104804],[-166.686635,66.084784],[-166.733144,66.067816]]],[[[-166.127878,66.225816],[-166.14741,66.220364],[-166.156117,66.226264],[-166.14741,66.235419],[-166.127512,66.243801],[-166.088531,66.256171],[-166.053944,66.26203],[-166.041819,66.259996],[-166.047109,66.254828],[-166.103098,66.238837],[-166.127878,66.225816]]],[[[-165.964467,66.264472],[-166.010365,66.257717],[-166.006215,66.266913],[-165.982981,66.281073],[-165.970041,66.286689],[-165.864329,66.316881],[-165.864288,66.316881],[-165.814646,66.326361],[-165.814036,66.322455],[-165.873158,66.300116],[-165.897206,66.294135],[-165.943674,66.271186],[-165.964467,66.264472]]],[[[-165.533762,66.398627],[-165.601389,66.376654],[-165.626332,66.377631],[-165.635487,66.374498],[-165.647654,66.36872],[-165.680531,66.35932],[-165.697743,66.356838],[-165.704579,66.361721],[-165.690867,66.370754],[-165.488718,66.409003],[-165.489695,66.408677],[-165.495188,66.406399],[-165.533762,66.398627]]],[[[-165.42394,66.421332],[-165.488693,66.40901],[-165.484771,66.410305],[-165.448313,66.418769],[-165.42394,66.421332]]],[[[-165.381663,66.425686],[-165.423039,66.421449],[-165.342641,66.436713],[-165.378367,66.4289],[-165.381663,66.425686]]],[[[-165.322703,66.440416],[-165.342628,66.436715],[-165.326405,66.440253],[-165.322703,66.440416]]],[[[-165.262074,66.444281],[-165.32085,66.440582],[-165.042093,66.493518],[-164.763336,66.546454],[-164.752024,66.545478],[-164.745961,66.54092],[-164.758249,66.538031],[-164.77123,66.536607],[-164.777415,66.534491],[-164.783152,66.531928],[-164.795359,66.52912],[-164.831614,66.528551],[-164.84435,66.524726],[-164.850453,66.517646],[-164.857859,66.51142],[-164.862131,66.509019],[-164.866567,66.507025],[-164.882924,66.504828],[-164.929311,66.504828],[-165.062611,66.479682],[-165.123728,66.477932],[-165.140981,66.473822],[-165.181467,66.458564],[-165.262074,66.444281]]],[[[-163.174062,69.5633],[-163.176259,69.482245],[-163.184641,69.511054],[-163.189076,69.539944],[-163.191151,69.546536],[-163.185374,69.610256],[-163.185333,69.610256],[-163.17162,69.657782],[-163.152903,69.67829],[-163.13622,69.682522],[-163.129099,69.681545],[-163.152537,69.668118],[-163.167917,69.638495],[-163.174184,69.604478],[-163.170033,69.577867],[-163.174062,69.5633]]],[[[-141.396637,69.705878],[-141.385121,69.694525],[-141.412913,69.705064],[-141.472564,69.720771],[-141.584218,69.766425],[-141.645416,69.774563],[-141.71345,69.79328],[-141.765736,69.79975],[-141.800282,69.809149],[-141.857981,69.81509],[-141.898427,69.824897],[-141.809234,69.821926],[-141.528635,69.760321],[-141.423085,69.721869],[-141.408803,69.714993],[-141.396637,69.705878]]],[[[-163.095448,69.731391],[-163.129099,69.701972],[-163.055776,69.804511],[-163.030141,69.832913],[-162.999949,69.85578],[-162.841135,69.93476],[-162.877919,69.901679],[-163.01179,69.832343],[-163.042185,69.801581],[-163.095448,69.731391]]],[[[-162.737172,69.978095],[-162.806345,69.948391],[-162.728139,69.998603],[-162.702056,70.02204],[-162.701772,70.022325],[-162.677358,70.044135],[-162.641794,70.065579],[-162.600819,70.082831],[-162.559926,70.092434],[-162.556467,70.090277],[-162.606068,70.069241],[-162.675364,70.029486],[-162.69933,69.999742],[-162.737172,69.978095]]],[[[-162.539133,70.113715],[-162.559926,70.106024],[-162.503285,70.161282],[-162.484527,70.173163],[-162.308542,70.241278],[-162.162709,70.269924],[-162.343739,70.220201],[-162.491038,70.153876],[-162.509877,70.140815],[-162.539133,70.113715]]],[[[-161.888132,70.353949],[-161.551137,70.325995],[-161.837839,70.343411],[-161.912099,70.339911],[-161.977122,70.312161],[-161.96996,70.321234],[-161.943064,70.339586],[-161.888132,70.353949]]],[[[-149.236277,70.55329],[-148.994578,70.492906],[-148.971669,70.493842],[-148.943349,70.50019],[-148.922922,70.501451],[-148.894358,70.496405],[-148.819692,70.469794],[-148.822092,70.468695],[-148.912221,70.488593],[-148.950388,70.486274],[-148.979115,70.480902],[-149.015696,70.484931],[-149.19404,70.536933],[-149.254384,70.5456],[-149.313181,70.544867],[-149.303822,70.547838],[-149.277415,70.55268],[-149.236277,70.55329]]],[[[-156.434804,71.40648],[-156.398264,71.3935],[-156.371653,71.380316],[-156.400136,71.377427],[-156.458485,71.395168],[-156.488352,71.393988],[-156.552113,71.364976],[-156.588816,71.358344],[-156.604441,71.353664],[-156.572214,71.336371],[-156.556467,71.324693],[-156.549794,71.308987],[-156.53425,71.300116],[-156.433705,71.292182],[-156.447336,71.276801],[-156.443308,71.268378],[-156.428415,71.26496],[-156.237009,71.269192],[-156.141062,71.256496],[-156.097361,71.243801],[-156.107859,71.22724],[-156.110951,71.223334],[-156.059193,71.220649],[-156.042714,71.215888],[-156.057932,71.204495],[-156.110951,71.182318],[-156.110951,71.174872],[-156.072336,71.176703],[-156.034128,71.182847],[-155.999338,71.194525],[-155.971018,71.212795],[-155.95991,71.218248],[-155.944895,71.220364],[-155.931711,71.217027],[-155.926015,71.206244],[-155.916005,71.196479],[-155.893137,71.198554],[-155.851511,71.209662],[-155.800893,71.208808],[-155.624745,71.183539],[-155.596791,71.169989],[-155.573435,71.150377],[-155.556101,71.127102],[-155.551503,71.100898],[-155.56664,71.081529],[-155.593739,71.069729],[-155.640004,71.063137],[-155.65392,71.05683],[-155.679921,71.041449],[-155.68928,71.039049],[-155.709096,71.038316],[-155.717152,71.034613],[-155.720652,71.029283],[-155.728017,71.011054],[-155.7447,71.004462],[-155.76537,70.999986],[-155.806508,70.996772],[-155.812937,70.994615],[-155.823354,70.985256],[-155.830759,70.9831],[-156.072092,70.973944],[-156.097361,70.968817],[-156.104726,70.968817],[-156.079213,70.962388],[-156.053171,70.962388],[-156.028635,70.95893],[-156.007924,70.942125],[-156.047231,70.929429],[-156.145009,70.932685],[-156.187327,70.921698],[-156.154286,70.919094],[-156.087229,70.926988],[-156.056345,70.921698],[-156.066355,70.916978],[-156.097361,70.908026],[-156.067942,70.902493],[-156.004832,70.909125],[-155.981272,70.894355],[-155.994862,70.886908],[-155.982249,70.87641],[-155.953196,70.865424],[-155.940297,70.852769],[-155.953684,70.84634],[-155.968617,70.842353],[-155.981191,70.836737],[-155.987498,70.825426],[-155.985789,70.815253],[-155.972768,70.8015],[-155.9676,70.791327],[-155.970937,70.77969],[-155.978261,70.767279],[-155.978098,70.75967],[-155.92394,70.766506],[-155.909047,70.771226],[-155.899363,70.784491],[-155.912831,70.790513],[-155.9228,70.799954],[-155.926218,70.811835],[-155.919789,70.825426],[-155.891428,70.836656],[-155.808909,70.830715],[-155.775828,70.836005],[-155.7506,70.844224],[-155.720408,70.846096],[-155.691233,70.841132],[-155.658762,70.824164],[-155.650828,70.828681],[-155.647043,70.835883],[-155.649159,70.839748],[-155.655141,70.842963],[-155.660227,70.850531],[-155.66393,70.859361],[-155.665964,70.8664],[-155.645579,70.868069],[-155.603139,70.846177],[-155.577138,70.845933],[-155.542429,70.8664],[-155.534617,70.877265],[-155.533193,70.885932],[-155.536204,70.904608],[-155.535715,70.925686],[-155.531077,70.941799],[-155.517893,70.952135],[-155.468088,70.960435],[-155.405873,70.996772],[-155.39033,71.002875],[-155.344431,71.011054],[-155.331899,71.016018],[-155.308583,71.028754],[-155.29601,71.031562],[-155.274973,71.02558],[-155.243723,70.997138],[-155.217152,70.990546],[-155.191721,70.995063],[-155.182078,71.006822],[-155.184885,71.023179],[-155.196726,71.041449],[-155.217152,71.056464],[-155.267323,71.072943],[-155.289174,71.086127],[-155.269236,71.099107],[-155.209665,71.122992],[-155.186147,71.127102],[-155.163075,71.119818],[-155.124013,71.090237],[-155.097401,71.086127],[-155.103139,71.104234],[-155.101633,71.119859],[-155.10497,71.13231],[-155.125315,71.140774],[-155.109324,71.150377],[-155.08967,71.154934],[-155.069692,71.153266],[-155.052683,71.144192],[-155.043202,71.130927],[-155.045644,71.121772],[-155.05248,71.112616],[-155.056467,71.099799],[-155.053049,71.087714],[-155.039784,71.063056],[-155.039377,71.055732],[-155.054433,71.045233],[-155.086741,71.031155],[-155.097401,71.017279],[-155.065012,71.012112],[-155.039011,71.017401],[-155.021718,71.032294],[-155.013539,71.064114],[-155.004587,71.083482],[-155.00182,71.092963],[-155.005442,71.107164],[-155.012807,71.113349],[-155.011098,71.115912],[-154.987538,71.119696],[-154.971669,71.120063],[-154.918935,71.113471],[-154.90685,71.107164],[-154.894276,71.095201],[-154.879587,71.088202],[-154.860911,71.096381],[-154.839955,71.101264],[-154.808176,71.095933],[-154.775258,71.08397],[-154.725819,71.055121],[-154.631215,71.031562],[-154.608144,71.020982],[-154.600168,71.012885],[-154.597117,71.000474],[-154.601999,70.992133],[-154.613271,70.981635],[-154.625844,70.972602],[-154.643259,70.965725],[-154.647206,70.958197],[-154.649159,70.949368],[-154.651723,70.942125],[-154.662465,70.925523],[-154.668202,70.9206],[-154.679677,70.914252],[-154.71288,70.905585],[-154.788686,70.896308],[-154.810007,70.880683],[-154.699818,70.886217],[-154.675974,70.876939],[-154.667714,70.871527],[-154.631215,70.852769],[-154.63032,70.848863],[-154.632151,70.836249],[-154.631215,70.832261],[-154.590281,70.825426],[-154.538808,70.826158],[-154.43517,70.83926],[-154.384226,70.839748],[-154.309071,70.830797],[-154.270823,70.819037],[-154.24767,70.798774],[-154.256703,70.78913],[-154.247874,70.782416],[-154.230336,70.778388],[-154.213572,70.777045],[-154.171742,70.781643],[-154.130971,70.791327],[-154.042104,70.833645],[-153.985341,70.84691],[-153.940134,70.881903],[-153.918691,70.894355],[-153.893544,70.898383],[-153.514027,70.886908],[-153.448964,70.899482],[-153.379832,70.900092],[-153.356801,70.902777],[-153.302439,70.928656],[-153.255686,70.932766],[-153.164866,70.927883],[-153.148793,70.92475],[-153.131174,70.911119],[-153.117055,70.908026],[-153.106882,70.906928],[-153.086741,70.902289],[-153.075795,70.90119],[-153.069529,70.903022],[-153.052683,70.911526],[-153.041697,70.914252],[-152.955678,70.908026],[-152.942698,70.903388],[-152.935251,70.892564],[-152.928538,70.87995],[-152.917551,70.869818],[-152.903147,70.863959],[-152.884592,70.859076],[-152.86559,70.857001],[-152.849843,70.859605],[-152.840647,70.868069],[-152.838206,70.877427],[-152.833079,70.884711],[-152.815745,70.886908],[-152.80781,70.883857],[-152.799021,70.877183],[-152.784413,70.862982],[-152.773793,70.855658],[-152.747019,70.843451],[-152.714915,70.821031],[-152.696889,70.821194],[-152.65746,70.845933],[-152.673085,70.866645],[-152.694081,70.876939],[-152.719106,70.880357],[-152.746816,70.880683],[-152.712514,70.890367],[-152.545847,70.887519],[-152.327504,70.856879],[-152.219228,70.81802],[-152.219228,70.812445],[-152.274159,70.799994],[-152.375478,70.749254],[-152.430898,70.743557],[-152.430898,70.736029],[-152.415232,70.731147],[-152.413401,70.722113],[-152.421335,70.713324],[-152.434641,70.709377],[-152.477773,70.705512],[-152.500844,70.699205],[-152.514109,70.68891],[-152.509145,70.663886],[-152.482167,70.641791],[-152.447947,70.626044],[-152.253407,70.599514],[-152.155222,70.603217],[-152.103831,70.598782],[-152.075266,70.579047],[-152.107533,70.574937],[-152.166737,70.582587],[-152.417348,70.586737],[-152.456736,70.581732],[-152.517201,70.592719],[-152.544993,70.590155],[-152.580556,70.582953],[-152.612742,70.572211],[-152.630116,70.558539],[-152.618031,70.555813],[-152.585764,70.558539],[-152.572621,70.556708],[-152.547312,70.547797],[-152.534535,70.544867],[-152.507558,70.545315],[-152.456166,70.555854],[-151.969106,70.571601],[-151.848704,70.558539],[-151.760365,70.566718],[-151.733266,70.558539],[-151.748769,70.554999],[-151.761464,70.548163],[-151.784169,70.527533],[-151.803212,70.518744],[-151.847646,70.523017],[-151.869822,70.517646],[-151.847849,70.509752],[-151.790395,70.502387],[-151.886301,70.492865],[-151.943308,70.480455],[-151.979685,70.448717],[-151.73644,70.435614],[-151.454172,70.438951],[-151.407826,70.426907],[-151.352488,70.426418],[-151.331654,70.417955],[-151.315867,70.409125],[-151.278757,70.399726],[-151.243601,70.379299],[-151.222279,70.375718],[-151.177113,70.379788],[-151.177113,70.387193],[-151.199045,70.401801],[-151.208811,70.422431],[-151.202952,70.440741],[-151.177724,70.448717],[-150.979115,70.456122],[-150.97289,70.458401],[-150.959096,70.46719],[-150.951161,70.469794],[-150.862416,70.469794],[-150.854929,70.47248],[-150.840891,70.480699],[-150.835072,70.482856],[-150.812489,70.481147],[-150.765696,70.472235],[-150.745107,70.47663],[-150.773793,70.484931],[-150.786122,70.492255],[-150.793528,70.503323],[-150.619089,70.510728],[-150.608998,70.50967],[-150.590077,70.504584],[-150.581248,70.503323],[-150.567372,70.505032],[-150.540232,70.511461],[-150.526601,70.510728],[-150.513132,70.503892],[-150.507029,70.494371],[-150.502268,70.484565],[-150.492502,70.47663],[-150.464101,70.479926],[-150.419993,70.491929],[-150.379384,70.497016],[-150.361521,70.479722],[-150.369089,70.467353],[-150.416737,70.421373],[-150.416737,70.414537],[-150.383778,70.416083],[-150.253041,70.442084],[-150.11913,70.442857],[-149.889719,70.512763],[-149.868642,70.51203],[-149.811635,70.496161],[-149.784617,70.497992],[-149.724721,70.510728],[-149.567087,70.510728],[-149.514353,70.522773],[-149.488515,70.523017],[-149.463979,70.510728],[-149.469594,70.504055],[-149.475819,70.499905],[-149.482981,70.497789],[-149.491322,70.497056],[-149.383778,70.488186],[-149.354115,70.497056],[-149.368398,70.503323],[-149.344472,70.510077],[-149.044504,70.468573],[-149.015859,70.459662],[-148.992299,70.448717],[-148.979441,70.439521],[-148.972157,70.433051],[-148.964548,70.429267],[-148.950673,70.428209],[-148.91747,70.440619],[-148.902903,70.44184],[-148.82551,70.41828],[-148.795847,70.414537],[-148.721018,70.422024],[-148.682444,70.420111],[-148.652781,70.404364],[-148.641062,70.399726],[-148.586985,70.39411],[-148.551381,70.384101],[-148.518178,70.369208],[-148.50414,70.356391],[-148.500966,70.339911],[-148.51183,70.318345],[-148.381418,70.312486],[-148.340566,70.318345],[-148.257395,70.354478],[-148.223256,70.35932],[-148.150746,70.356431],[-148.118967,70.348334],[-148.064809,70.318834],[-148.05309,70.314683],[-148.03893,70.312161],[-148.023183,70.313178],[-148.008534,70.31684],[-147.993723,70.318101],[-147.977447,70.312161],[-147.984283,70.304674],[-147.962229,70.301418],[-147.888051,70.312161],[-147.865875,70.311225],[-147.842763,70.307522],[-147.819936,70.300686],[-147.798695,70.290432],[-147.806793,70.286363],[-147.811879,70.281887],[-147.819814,70.269924],[-147.810414,70.268052],[-147.801625,70.265286],[-147.793365,70.261461],[-147.785715,70.256903],[-147.794016,70.246039],[-147.798899,70.240912],[-147.806142,70.236477],[-147.782786,70.227932],[-147.679596,70.212226],[-147.416493,70.202297],[-147.236969,70.18122],[-147.231435,70.181789],[-147.221506,70.18773],[-147.217112,70.188666],[-147.211537,70.185858],[-147.200917,70.177395],[-147.196034,70.174954],[-147.123687,70.167548],[-146.880686,70.174954],[-146.87682,70.190172],[-146.848785,70.193427],[-146.741119,70.192328],[-146.433258,70.18244],[-146.23058,70.186021],[-146.082631,70.155666],[-145.983144,70.153876],[-145.967763,70.156928],[-145.940012,70.166164],[-145.928578,70.167548],[-145.88915,70.152411],[-145.87267,70.152818],[-145.880198,70.174954],[-145.840443,70.167426],[-145.77123,70.134101],[-145.713287,70.123196],[-145.654856,70.098578],[-145.613189,70.088813],[-145.59968,70.080756],[-145.613881,70.071357],[-145.597808,70.071357],[-145.587717,70.075263],[-145.572336,70.085598],[-145.558258,70.090481],[-145.547475,70.092353],[-145.520497,70.092434],[-145.500966,70.086005],[-145.471181,70.057807],[-145.455637,70.051459],[-145.42691,70.048163],[-145.36852,70.033637],[-145.339223,70.030341],[-145.215403,70.044013],[-145.215403,70.037177],[-145.236155,70.030707],[-145.301381,69.999661],[-145.274892,69.993069],[-145.15392,70.003079],[-144.941558,69.977973],[-144.886464,69.995266],[-144.871571,69.997992],[-144.825103,69.986477],[-144.706451,69.97602],[-144.590159,69.982815],[-144.564931,69.989407],[-144.509267,70.019965],[-144.386138,70.044013],[-144.18692,70.043606],[-144.15453,70.048407],[-144.14037,70.061347],[-144.129547,70.067694],[-144.105133,70.064399],[-144.079254,70.055365],[-144.064036,70.044013],[-144.069325,70.036282],[-144.071116,70.030463],[-144.069325,70.024604],[-144.064036,70.01675],[-144.068918,70.009914],[-144.070424,70.004055],[-144.071441,69.989407],[-144.057118,69.998481],[-144.043284,70.015123],[-144.023061,70.051459],[-144.047353,70.064765],[-144.0572,70.073432],[-144.064036,70.085598],[-144.017445,70.092597],[-144.002553,70.089016],[-143.982737,70.078803],[-143.975453,70.077867],[-143.962636,70.079088],[-143.954742,70.078803],[-143.93102,70.071031],[-143.918935,70.071357],[-143.913808,70.08218],[-143.905588,70.088609],[-143.886545,70.089179],[-143.851715,70.085598],[-143.824859,70.089301],[-143.770579,70.104438],[-143.742502,70.106024],[-143.694081,70.092434],[-143.674387,70.090399],[-143.576527,70.09394],[-143.564361,70.098578],[-143.560455,70.106879],[-143.563954,70.115953],[-143.564198,70.123358],[-143.550689,70.126614],[-143.545522,70.123033],[-143.526194,70.102362],[-143.510569,70.096666],[-143.358144,70.106147],[-143.354115,70.105618],[-143.352528,70.101874],[-143.316762,70.05565],[-143.297515,70.043402],[-143.276357,70.051459],[-143.289906,70.063137],[-143.30248,70.079413],[-143.307973,70.098049],[-143.300282,70.116645],[-143.277089,70.120998],[-143.235666,70.118232],[-143.166493,70.106024],[-143.154612,70.100084],[-143.144683,70.093695],[-143.133778,70.088365],[-143.118723,70.085598],[-143.036488,70.092434],[-143.023061,70.08983],[-143.013539,70.083482],[-142.998891,70.068264],[-142.98412,70.062934],[-142.963612,70.062649],[-142.942738,70.065985],[-142.92691,70.071357],[-142.933746,70.078803],[-142.879547,70.074042],[-142.650746,70.019029],[-142.600819,70.013129],[-142.596099,70.003892],[-142.611643,69.975735],[-142.597646,69.971503],[-142.581776,69.969916],[-142.566314,69.972235],[-142.553863,69.979438],[-142.538482,69.985012],[-142.518178,69.981879],[-142.481272,69.96955],[-142.491607,69.972561],[-142.502065,69.973538],[-142.512563,69.972561],[-142.522817,69.96955],[-142.496897,69.953843],[-142.437815,69.948961],[-142.412953,69.93476],[-142.418568,69.931464],[-142.421051,69.928209],[-142.42276,69.92475],[-142.426015,69.920478],[-142.39745,69.920966],[-142.384104,69.919338],[-142.371409,69.914252],[-142.377431,69.904934],[-142.376129,69.899156],[-142.369496,69.895453],[-142.343861,69.888495],[-142.333363,69.887763],[-142.32429,69.88524],[-142.293691,69.863105],[-142.270904,69.856024],[-142.10733,69.848944],[-142.049469,69.834866],[-142.042388,69.804389],[-142.015126,69.796291],[-141.988189,69.79267],[-141.963694,69.795722],[-141.94343,69.807807],[-141.920562,69.815375],[-141.891184,69.808824],[-141.837026,69.790758],[-141.65331,69.762152],[-141.573801,69.73017],[-141.524729,69.718085],[-141.50121,69.708808],[-141.48412,69.697577],[-141.440338,69.661078],[-141.412913,69.650377],[-141.291086,69.634019],[-141.267242,69.644517],[-141.246246,69.660956],[-141.220611,69.674058],[-141.248036,69.680894],[-141.267934,69.682115],[-141.291493,69.685858],[-141.316233,69.68773],[-141.316233,69.694525],[-141.015207,69.654202],[-141.006459,69.651272],[-141.005564,69.650946],[-141.005549,69.650941],[-141.005471,69.505164],[-141.005394,69.359385],[-141.005316,69.213606],[-141.00529,69.067827],[-141.005239,68.922047],[-141.005161,68.776268],[-141.005084,68.630489],[-141.005006,68.48471],[-141.004929,68.338982],[-141.004851,68.193203],[-141.004774,68.047424],[-141.004748,67.901645],[-141.004696,67.755814],[-141.004618,67.610086],[-141.004541,67.464281],[-141.004463,67.318476],[-141.004386,67.172723],[-141.004308,67.026918],[-141.004231,66.881138],[-141.004205,66.735411],[-141.004153,66.58958],[-141.004076,66.443775],[-141.003998,66.298022],[-141.003921,66.152268],[-141.003843,66.006515],[-141.003766,65.860736],[-141.003688,65.714956],[-141.003637,65.569177],[-141.003611,65.423372],[-141.003533,65.277567],[-141.003456,65.131788],[-141.003378,64.986009],[-141.003301,64.840229],[-141.003223,64.694502],[-141.003146,64.548671],[-141.003094,64.402892],[-141.003068,64.257113],[-141.002991,64.111282],[-141.002913,63.965502],[-141.002836,63.819775],[-141.002758,63.674099],[-141.002681,63.528268],[-141.002603,63.382489],[-141.002551,63.236658],[-141.002526,63.090879],[-141.002448,62.9451],[-141.002371,62.79932],[-141.002293,62.653593],[-141.002216,62.507762],[-141.002138,62.361983],[-141.002061,62.216229],[-141.002009,62.070373],[-141.001983,61.924619],[-141.001905,61.778866],[-141.001828,61.633087],[-141.00175,61.487333],[-141.001673,61.34158],[-141.001595,61.195827],[-141.001518,61.04997],[-141.00144,60.904216],[-141.001363,60.758411],[-141.001285,60.612684],[-141.001208,60.466879],[-141.001156,60.321074],[-140.994929,60.304382],[-140.979555,60.295804],[-140.909146,60.28366],[-140.768457,60.259269],[-140.660505,60.24051],[-140.533743,60.218548],[-140.518705,60.22387],[-140.506664,60.236324],[-140.475323,60.276477],[-140.462791,60.289138],[-140.447805,60.29446],[-140.424111,60.293168],[-140.32497,60.267537],[-140.169243,60.227229],[-140.01579,60.187387],[-139.967757,60.188369],[-139.916933,60.207851],[-139.826318,60.256478],[-139.728417,60.309033],[-139.679816,60.32681],[-139.628346,60.334096],[-139.517965,60.336732],[-139.413992,60.339212],[-139.262193,60.342778],[-139.101608,60.346602],[-139.079465,60.341021],[-139.06869,60.322056],[-139.073186,60.299835],[-139.113468,60.226816],[-139.149615,60.161187],[-139.183231,60.100157],[-139.182146,60.073389],[-139.112305,60.031376],[-139.060207,60.000059],[-139.051611,59.994892],[-139.003759,59.977219],[-138.842425,59.937686],[-138.742586,59.913192],[-138.704888,59.898464],[-138.697188,59.89371],[-138.692098,59.886888],[-138.654349,59.805498],[-138.63745,59.784052],[-138.59921,59.753822],[-138.488881,59.696357],[-138.363617,59.631142],[-138.219543,59.556004],[-138.067614,59.476991],[-137.91057,59.395187],[-137.758305,59.315915],[-137.611363,59.239331],[-137.594181,59.225275],[-137.582088,59.206568],[-137.5493,59.134531],[-137.521007,59.072364],[-137.484394,58.991904],[-137.507752,58.939969],[-137.50876,58.914906],[-137.486875,58.900075],[-137.453466,58.899145],[-137.423106,58.907723],[-137.338098,58.955472],[-137.2819,58.98715],[-137.172346,59.027148],[-137.062367,59.067572],[-137.047109,59.07331],[-136.942282,59.11107],[-136.840816,59.148174],[-136.785496,59.157217],[-136.671911,59.150809],[-136.613491,59.15422],[-136.569489,59.172152],[-136.484791,59.2538],[-136.483551,59.257469],[-136.466549,59.287803],[-136.467092,59.38449],[-136.467557,59.461643],[-136.415958,59.452238],[-136.36684,59.449551],[-136.319995,59.459059],[-136.275036,59.486448],[-136.244728,59.528202],[-136.258474,59.556107],[-136.29935,59.575745],[-136.350329,59.592384],[-136.2585,59.621582],[-136.145406,59.636826],[-136.02686,59.652846],[-135.923818,59.666747],[-135.830955,59.693257],[-135.641251,59.747362],[-135.482759,59.792475],[-135.465137,59.789685],[-135.404392,59.753305],[-135.345791,59.731032],[-135.259879,59.698218],[-135.221897,59.675273],[-135.192028,59.64711],[-135.157792,59.623287],[-135.106684,59.613158],[-135.087874,59.606544],[-135.032942,59.573109],[-135.018524,59.559363],[-135.016198,59.543447],[-135.01948,59.493166],[-135.023252,59.477146],[-135.037489,59.461591],[-135.078598,59.438337],[-135.095754,59.418855],[-134.993254,59.381906],[-135.00483,59.367127],[-135.014441,59.35152],[-135.016198,59.336173],[-134.979973,59.297415],[-134.95783,59.280982],[-134.932431,59.270647],[-134.839465,59.258141],[-134.74345,59.245119],[-134.70552,59.240106],[-134.692084,59.235249],[-134.68286,59.223001],[-134.671439,59.193752],[-134.66038,59.181298],[-134.610771,59.144556],[-134.582788,59.128847],[-134.556717,59.123059],[-134.509072,59.122801],[-134.477575,59.114946],[-134.451013,59.097893],[-134.398019,59.051952],[-134.387167,59.036863],[-134.385591,59.018828],[-134.399389,58.974954],[-134.343423,58.968857],[-134.329651,58.963017],[-134.320039,58.952682],[-134.32314,58.949168],[-134.330323,58.945344],[-134.333036,58.93413],[-134.327403,58.916457],[-134.316939,58.903796],[-134.22219,58.842714],[-134.108838,58.808246],[-133.983109,58.769902],[-133.87123,58.735899],[-133.831129,58.718019],[-133.796402,58.693421],[-133.700077,58.59937],[-133.626283,58.546402],[-133.547063,58.505577],[-133.463089,58.462221],[-133.392241,58.403878],[-133.43012,58.372097],[-133.41503,58.330549],[-133.374567,58.290965],[-133.257262,58.210298],[-133.165588,58.147305],[-133.142127,58.120588],[-133.094843,58.0331],[-133.075154,58.007882],[-132.99335,57.941917],[-132.917153,57.880499],[-132.83212,57.791564],[-132.70944,57.663303],[-132.629057,57.579277],[-132.552447,57.499075],[-132.455735,57.420992],[-132.362304,57.3457],[-132.304684,57.280355],[-132.230994,57.19682],[-132.276366,57.14889],[-132.34122,57.080393],[-132.16229,57.050317],[-132.031859,57.028406],[-132.107384,56.858753],[-131.871558,56.79346],[-131.865874,56.785708],[-131.872411,56.77297],[-131.882617,56.759146],[-131.887966,56.747958],[-131.886028,56.737055],[-131.880705,56.728838],[-131.864789,56.71349],[-131.838976,56.682278],[-131.830424,56.664759],[-131.826574,56.644606],[-131.832103,56.603368],[-131.825592,56.593343],[-131.799108,56.587658],[-131.692293,56.585074],[-131.585891,56.595048],[-131.560363,56.594066],[-131.536437,56.585229],[-131.491659,56.560166],[-131.345699,56.503271],[-131.215604,56.45255],[-131.100546,56.407669],[-131.016934,56.38705],[-130.839089,56.372452],[-130.760334,56.345192],[-130.645768,56.261942],[-130.602256,56.247059],[-130.495518,56.232434],[-130.47229,56.22489],[-130.458053,56.210653],[-130.427926,56.143964],[-130.418159,56.129702],[-130.403974,56.121898],[-130.290311,56.10097],[-130.243156,56.092391],[-130.211246,56.089962],[-130.116756,56.105646],[-130.094328,56.101486],[-130.071539,56.084123],[-130.039319,56.045521],[-130.026632,56.024101],[-130.01901,56.002216],[-130.014695,55.963252],[-130.016788,55.918913],[-130.019612,55.907978],[-130.019618,55.907952],[-130.022817,55.901353],[-130.049387,55.871405],[-130.104726,55.825263],[-130.136627,55.806464],[-130.148834,55.795356],[-130.163482,55.771145],[-130.167307,55.766262],[-130.170806,55.759833],[-130.173655,55.749498],[-130.170806,55.740953],[-130.163808,55.734565],[-130.160064,55.727118],[-130.167388,55.715399],[-130.155914,55.700141],[-130.142893,55.689521],[-130.131825,55.676581],[-130.126454,55.653998],[-130.12857,55.63642],[-130.135121,55.619127],[-130.153147,55.58511],[-130.148671,55.578192],[-130.146881,55.569322],[-130.146962,55.547187],[-130.112172,55.509345],[-130.101674,55.481147],[-130.095082,55.472113],[-130.065419,55.446112],[-130.057525,55.434882],[-130.052561,55.414008],[-130.054311,55.366645],[-130.05012,55.345445],[-130.039296,55.330756],[-129.989247,55.284003],[-130.031239,55.26435],[-130.050038,55.252875],[-130.067494,55.239],[-130.078236,55.233791],[-130.100494,55.230292],[-130.104726,55.225653],[-130.105702,55.211127],[-130.10912,55.200751],[-130.115793,55.191596],[-130.126454,55.180976],[-130.151967,55.163275],[-130.159983,55.153713],[-130.167592,55.129584],[-130.173695,55.117743],[-130.200266,55.104153],[-130.211781,55.084133],[-130.228871,55.04385],[-130.238678,55.03441],[-130.261342,55.022895],[-130.269846,55.016547],[-130.275706,55.006985],[-130.286366,54.983222],[-130.294342,54.971869],[-130.326568,54.952094],[-130.335561,54.938707],[-130.365387,54.907294],[-130.385243,54.896552],[-130.430816,54.881252],[-130.488759,54.844184],[-130.580312,54.806383],[-130.604604,54.802151],[-130.602528,54.814521],[-130.56843,54.841498],[-130.560943,54.851386],[-130.567209,54.854397],[-130.578277,54.853583],[-130.585113,54.851996],[-130.606516,54.838609],[-130.671457,54.77204],[-130.680776,54.765448],[-130.691274,54.762641],[-130.703725,54.765448],[-130.718414,54.773017],[-130.728871,54.784125],[-130.728505,54.797431],[-130.713287,54.803778],[-130.690785,54.806789],[-130.677846,54.814521],[-130.691274,54.834947],[-130.705149,54.850491],[-130.71581,54.868232],[-130.723541,54.887397],[-130.728505,54.907294],[-130.728831,54.917182],[-130.726877,54.938788],[-130.728505,54.948188],[-130.73412,54.956732],[-130.74356,54.966295],[-130.752512,54.969387],[-130.756459,54.957831],[-130.754384,54.892768],[-130.750234,54.872504],[-130.738759,54.853949],[-130.734039,54.843085],[-130.735951,54.831529],[-130.745188,54.821723],[-130.756093,54.819525],[-130.767201,54.823391],[-130.776926,54.831529],[-130.788889,54.803941],[-130.80663,54.778754],[-130.831899,54.765367],[-130.866322,54.773179],[-130.918324,54.802924],[-130.934234,54.824449],[-130.927805,54.851996],[-130.931996,54.85342],[-130.942006,54.858873],[-130.93342,54.880194],[-130.941762,54.895331],[-130.95519,54.909369],[-130.961903,54.92772],[-130.941233,54.92536],[-130.932688,54.940172],[-130.939687,54.95893],[-130.965321,54.968085],[-130.974029,54.981757],[-130.982249,54.991116],[-130.992909,54.995429],[-131.009389,54.998277],[-131.009674,55.005357],[-130.996653,55.023383],[-130.986969,55.043524],[-130.971018,55.061225],[-130.949696,55.073798],[-130.901235,55.083441],[-130.854156,55.103095],[-130.832143,55.105292],[-130.821156,55.100246],[-130.817372,55.092353],[-130.815663,55.084215],[-130.811106,55.078599],[-130.79955,55.07685],[-130.763336,55.078681],[-130.753326,55.081977],[-130.744211,55.083157],[-130.731516,55.07982],[-130.720326,55.081],[-130.712473,55.106635],[-130.705068,55.118842],[-130.687571,55.140082],[-130.648834,55.172512],[-130.566029,55.223334],[-130.473459,55.310126],[-130.461578,55.331855],[-130.480133,55.330756],[-130.492502,55.323472],[-130.502309,55.315253],[-130.523549,55.307359],[-130.552561,55.287746],[-130.561269,55.28026],[-130.594146,55.225653],[-130.615468,55.19953],[-130.668446,55.180406],[-130.694203,55.1612],[-130.759918,55.096991],[-130.774281,55.092515],[-130.791168,55.099066],[-130.797515,55.108466],[-130.805409,55.136298],[-130.811106,55.146877],[-130.842763,55.137274],[-130.85204,55.133205],[-130.883168,55.108954],[-130.890207,55.105292],[-130.970815,55.085435],[-130.996653,55.085395],[-131.015736,55.093573],[-131.038238,55.108385],[-131.057037,55.126288],[-131.064931,55.143459],[-131.065297,55.186225],[-131.057607,55.198676],[-131.001943,55.240139],[-130.979807,55.25137],[-130.958485,55.25609],[-130.956776,55.260484],[-130.938303,55.287095],[-130.924713,55.294013],[-130.910227,55.294989],[-130.879994,55.290269],[-130.632151,55.291002],[-130.622182,55.293118],[-130.612457,55.297065],[-130.656809,55.315741],[-130.669423,55.328518],[-130.646596,55.338609],[-130.656402,55.352281],[-130.6704,55.349921],[-130.712392,55.320868],[-130.726308,55.314643],[-130.833852,55.304389],[-130.861887,55.312161],[-130.873158,55.342027],[-130.88679,55.451606],[-130.873525,55.534125],[-130.866322,55.550279],[-130.873158,55.622952],[-130.878529,55.636379],[-130.90217,55.665717],[-130.907297,55.681871],[-130.904042,55.690253],[-130.890207,55.700385],[-130.88679,55.708564],[-130.889882,55.715277],[-130.904042,55.727484],[-130.914662,55.746894],[-130.949941,55.771145],[-130.961903,55.783026],[-130.928131,55.800238],[-130.9204,55.810452],[-130.93456,55.818427],[-130.940663,55.816799],[-130.968739,55.804755],[-130.983469,55.80565],[-130.996409,55.810533],[-131.006703,55.815863],[-131.013417,55.818427],[-131.022369,55.826728],[-131.061513,55.876776],[-131.077626,55.888495],[-131.13386,55.920844],[-131.131418,55.924547],[-131.126373,55.934516],[-131.146311,55.934801],[-131.165191,55.940579],[-131.176829,55.951972],[-131.174794,55.969306],[-131.196401,55.971422],[-131.184926,55.986721],[-131.140045,56.017035],[-131.044423,56.058051],[-131.052846,56.057318],[-131.078603,56.058051],[-131.068023,56.071926],[-131.009674,56.112616],[-131.063303,56.095933],[-131.085683,56.086168],[-131.106516,56.071682],[-131.124989,56.050442],[-131.136098,56.041327],[-131.165517,56.033271],[-131.19225,56.014553],[-131.290273,55.988349],[-131.303334,55.981676],[-131.314768,55.972642],[-131.341868,55.960924],[-131.371205,55.968573],[-131.397288,55.987616],[-131.414377,56.010199],[-131.433095,55.997545],[-131.458974,55.984687],[-131.483022,55.979438],[-131.496327,55.989732],[-131.564117,55.947008],[-131.589426,55.941352],[-131.618723,55.942694],[-131.627309,55.941352],[-131.6315,55.9383],[-131.634592,55.933987],[-131.638173,55.929999],[-131.655344,55.924994],[-131.680409,55.910468],[-131.703359,55.904364],[-131.725413,55.891099],[-131.735911,55.886705],[-131.753733,55.885077],[-131.786122,55.887397],[-131.804799,55.886705],[-131.817372,55.883002],[-131.841461,55.870307],[-131.853179,55.866278],[-131.869374,55.865383],[-131.885365,55.866278],[-131.900624,55.865465],[-131.914662,55.859442],[-131.8933,55.855373],[-131.825307,55.831488],[-131.777943,55.825385],[-131.765859,55.816881],[-131.763824,55.797349],[-131.774241,55.770494],[-131.782786,55.753892],[-131.790517,55.742743],[-131.80842,55.729478],[-131.825266,55.725491],[-131.866851,55.729071],[-131.832102,55.696967],[-131.827707,55.667873],[-131.847971,55.641913],[-131.887318,55.619208],[-131.884633,55.613674],[-131.882436,55.604193],[-131.880523,55.5987],[-132.004018,55.667629],[-131.99474,55.65705],[-131.968495,55.63349],[-131.963043,55.622952],[-131.953481,55.611518],[-131.936269,55.59809],[-131.928944,55.589301],[-131.948801,55.591946],[-131.948801,55.58511],[-131.934641,55.576972],[-131.926015,55.563625],[-131.923695,55.547268],[-131.928334,55.530463],[-131.934071,55.526597],[-131.943267,55.523383],[-131.951894,55.517564],[-131.955637,55.506252],[-131.961415,55.501044],[-131.974436,55.504828],[-131.996571,55.516791],[-132.134633,55.565172],[-132.17162,55.588528],[-132.185292,55.615627],[-132.211903,55.698065],[-132.226552,55.715399],[-132.244456,55.722968],[-132.261545,55.739651],[-132.266184,55.756293],[-132.246734,55.763861],[-132.227366,55.757758],[-132.18871,55.730292],[-132.167877,55.722846],[-132.177358,55.751776],[-132.1822,55.776842],[-132.176869,55.794867],[-132.168853,55.802314],[-132.140614,55.804755],[-132.073598,55.802802],[-132.058665,55.804755],[-132.046213,55.817288],[-132.053944,55.828315],[-132.086008,55.845771],[-132.07018,55.86286],[-132.049631,55.878363],[-132.036041,55.893785],[-132.041331,55.910956],[-132.056304,55.930365],[-132.056874,55.944525],[-132.043609,55.954657],[-132.017079,55.961859],[-131.968373,55.958686],[-131.955637,55.961859],[-131.949818,55.972113],[-131.953725,55.992825],[-131.945058,55.996568],[-131.943512,56.006903],[-131.963043,56.071682],[-131.963043,56.157375],[-131.950307,56.166693],[-131.888743,56.183824],[-131.813791,56.19599],[-131.698394,56.196234],[-131.599029,56.178656],[-131.579498,56.179104],[-131.55842,56.188381],[-131.529286,56.214016],[-131.513417,56.222073],[-131.489491,56.22248],[-131.513336,56.229315],[-131.537831,56.225409],[-131.586334,56.208889],[-131.61384,56.205146],[-131.637929,56.206366],[-131.68871,56.216295],[-131.87682,56.22309],[-131.907826,56.232733],[-131.95934,56.294501],[-131.96524,56.310777],[-131.971303,56.356431],[-131.980133,56.365912],[-132.006093,56.367255],[-132.060658,56.381008],[-132.077016,56.381903],[-132.089019,56.376776],[-132.105092,56.373725],[-132.143788,56.388739],[-132.154897,56.380194],[-132.161041,56.380194],[-132.185292,56.428697],[-132.188385,56.45185],[-132.203277,56.471259],[-132.236155,56.4831],[-132.284006,56.493476],[-132.289418,56.498481],[-132.337148,56.523749],[-132.344879,56.528998],[-132.349721,56.536933],[-132.352895,56.552069],[-132.350209,56.579413],[-132.337799,56.601793],[-132.305043,56.640204],[-132.329823,56.639146],[-132.371693,56.624213],[-132.447418,56.607164],[-132.476877,56.604478],[-132.520009,56.627672],[-132.540191,56.631496],[-132.550038,56.638983],[-132.538442,56.661322],[-132.521962,56.674954],[-132.503326,56.678371],[-132.456532,56.674994],[-132.468739,56.691881],[-132.487294,56.698676],[-132.509023,56.702094],[-132.530995,56.708564],[-132.479482,56.742825],[-132.462717,56.756903],[-132.462636,56.764838],[-132.414906,56.784857],[-132.412221,56.792304],[-132.413808,56.801256],[-132.412465,56.808905],[-132.40095,56.812201],[-132.379303,56.812323],[-132.369496,56.814114],[-132.35969,56.818427],[-132.378407,56.826483],[-132.398671,56.824897],[-132.418202,56.81684],[-132.434804,56.805365],[-132.432729,56.793524],[-132.452952,56.788031],[-132.477854,56.785102],[-132.490061,56.781155],[-132.497182,56.761298],[-132.514801,56.755439],[-132.537099,56.758124],[-132.673207,56.802802],[-132.761383,56.845771],[-132.774648,56.856513],[-132.778228,56.862047],[-132.782623,56.87523],[-132.78482,56.879828],[-132.790924,56.885443],[-132.844716,56.913153],[-132.856557,56.914537],[-132.860422,56.91885],[-132.859527,56.937649],[-132.863678,56.941881],[-132.877919,56.946723],[-132.896555,56.958075],[-132.913197,56.971625],[-132.922027,56.982856],[-132.895497,56.989244],[-132.881581,56.991116],[-132.867421,56.989691],[-132.852122,56.974026],[-132.841054,56.967719],[-132.829579,56.972968],[-132.811757,56.974189],[-132.786204,56.967597],[-132.76769,56.969672],[-132.77123,56.997138],[-132.809804,57.05565],[-132.808746,57.065375],[-132.79955,57.069729],[-132.792836,57.079047],[-132.790842,57.088446],[-132.7954,57.092719],[-132.805531,57.090481],[-132.831166,57.078437],[-132.839467,57.072821],[-132.861073,57.036363],[-132.877675,57.021308],[-132.897817,57.027533],[-132.92162,57.042792],[-132.945709,57.04682],[-132.98351,57.044908],[-132.993804,57.047756],[-133.042388,57.069241],[-133.066477,57.076728],[-133.079701,57.08275],[-133.093007,57.086493],[-133.11262,57.088324],[-133.131907,57.087388],[-133.144195,57.08275],[-133.14977,57.081488],[-133.157867,57.082953],[-133.165191,57.086005],[-133.168446,57.089586],[-133.166331,57.096829],[-133.161692,57.101874],[-133.154775,57.106391],[-133.150502,57.116116],[-133.144602,57.122504],[-133.141998,57.129584],[-133.147939,57.141099],[-133.121083,57.144273],[-133.136301,57.161078],[-133.167551,57.169623],[-133.188873,57.147935],[-133.175282,57.147935],[-133.175282,57.141099],[-133.211497,57.141995],[-133.220367,57.14765],[-133.209381,57.161038],[-133.216624,57.170966],[-133.225942,57.174994],[-133.235707,57.173814],[-133.24413,57.168443],[-133.250356,57.133694],[-133.266469,57.113186],[-133.29011,57.101996],[-133.317006,57.102484],[-133.363596,57.128363],[-133.423573,57.145331],[-133.445912,57.147935],[-133.453033,57.151109],[-133.476145,57.165229],[-133.486887,57.168443],[-133.520579,57.172309],[-133.538157,57.176459],[-133.551991,57.181464],[-133.551991,57.1883],[-133.530019,57.191352],[-133.50475,57.203437],[-133.488637,57.220893],[-133.494008,57.239814],[-133.505116,57.251207],[-133.502675,57.25373],[-133.495025,57.256171],[-133.49059,57.267768],[-133.485097,57.277004],[-133.471913,57.281887],[-133.442209,57.284491],[-133.254791,57.281073],[-133.182118,57.305609],[-133.176096,57.308783],[-133.169545,57.315904],[-133.162221,57.319281],[-133.107289,57.319281],[-133.086293,57.322496],[-133.05842,57.331855],[-133.037668,57.346829],[-133.038075,57.367092],[-133.051096,57.366278],[-133.099273,57.339301],[-133.120676,57.332343],[-133.1787,57.332343],[-133.190338,57.330471],[-133.211578,57.321926],[-133.223704,57.319281],[-133.241119,57.32038],[-133.271962,57.330024],[-133.288238,57.332343],[-133.391469,57.33515],[-133.419504,57.34394],[-133.442128,57.358954],[-133.456451,57.380764],[-133.420806,57.394843],[-133.402903,57.3994],[-133.356679,57.402289],[-133.344797,57.405422],[-133.339752,57.41177],[-133.33552,57.428778],[-133.335927,57.438178],[-133.34317,57.442206],[-133.351796,57.440009],[-133.36852,57.43065],[-133.378245,57.428534],[-133.40392,57.433173],[-133.414459,57.432807],[-133.425404,57.425116],[-133.437408,57.423529],[-133.454213,57.431789],[-133.470286,57.44359],[-133.500396,57.47602],[-133.504547,57.486802],[-133.504872,57.503607],[-133.497426,57.531562],[-133.492543,57.538642],[-133.476918,57.552069],[-133.439036,57.569485],[-133.348866,57.575914],[-133.3131,57.592963],[-133.333852,57.596015],[-133.416127,57.595282],[-133.439076,57.589545],[-133.460846,57.579901],[-133.532948,57.572455],[-133.59142,57.574612],[-133.605092,57.579291],[-133.648549,57.617133],[-133.658803,57.620917],[-133.65807,57.632758],[-133.646637,57.687201],[-133.648264,57.702826],[-133.635732,57.708157],[-133.622141,57.710028],[-133.593007,57.709662],[-133.58552,57.710924],[-133.572865,57.716051],[-133.566314,57.716498],[-133.560414,57.713853],[-133.548329,57.704779],[-133.532704,57.700019],[-133.522817,57.693183],[-133.507965,57.678941],[-133.494985,57.672065],[-133.442209,57.668118],[-133.210439,57.588935],[-133.168446,57.579291],[-133.158599,57.573147],[-133.137929,57.555609],[-133.13093,57.552069],[-133.111399,57.544989],[-133.069488,57.512681],[-133.045522,57.503607],[-133.034291,57.504136],[-133.020334,57.507066],[-133.008534,57.511868],[-133.003977,57.51789],[-133.012115,57.521226],[-133.081858,57.53734],[-133.099599,57.550971],[-133.127512,57.579291],[-133.155426,57.599758],[-133.164784,57.612535],[-133.162221,57.627143],[-133.182729,57.623765],[-133.21227,57.627143],[-133.238881,57.636623],[-133.250356,57.651679],[-133.36026,57.682359],[-133.397694,57.709418],[-133.417592,57.719387],[-133.468984,57.727444],[-133.499989,57.737616],[-133.52892,57.750922],[-133.545806,57.764309],[-133.552317,57.792304],[-133.558176,57.889635],[-133.551991,57.915107],[-133.539296,57.917426],[-133.49059,57.908271],[-133.429107,57.908271],[-133.398549,57.903957],[-133.343129,57.884752],[-133.3131,57.880316],[-133.304514,57.881781],[-133.288442,57.887397],[-133.27831,57.887844],[-133.267568,57.885077],[-133.244293,57.876125],[-133.142486,57.854722],[-133.124094,57.857123],[-133.132232,57.86522],[-133.185699,57.889553],[-133.206288,57.89468],[-133.554311,57.929429],[-133.572865,57.924058],[-133.584584,57.910834],[-133.593007,57.887844],[-133.591298,57.881537],[-133.589833,57.86758],[-133.592641,57.857896],[-133.603871,57.864203],[-133.610748,57.870103],[-133.626088,57.879869],[-133.634592,57.887844],[-133.640126,57.867906],[-133.625966,57.828681],[-133.634592,57.805243],[-133.661366,57.786444],[-133.68635,57.790717],[-133.708567,57.808295],[-133.742258,57.845038],[-133.80309,57.898505],[-133.80842,57.904975],[-133.811635,57.913031],[-133.812734,57.925035],[-133.819081,57.932807],[-133.861155,57.956732],[-133.809804,57.985338],[-133.792226,57.99022],[-133.774892,57.988837],[-133.764068,57.980699],[-133.753733,57.96894],[-133.73762,57.956732],[-133.718129,57.946357],[-133.701812,57.940009],[-133.691396,57.942043],[-133.689198,57.956732],[-133.697581,57.989976],[-133.692047,58.001939],[-133.669342,58.011379],[-133.669342,58.017524],[-133.731842,58.019517],[-133.755483,58.030097],[-133.764963,58.062242],[-133.748647,58.078192],[-133.7176,58.097846],[-133.698232,58.115953],[-133.717152,58.127387],[-133.717152,58.134833],[-133.69518,58.139106],[-133.685048,58.142808],[-133.674916,58.147895],[-133.682362,58.155341],[-133.700266,58.148505],[-133.758127,58.134833],[-133.758127,58.127387],[-133.741689,58.119696],[-133.748647,58.106106],[-133.810129,58.044745],[-133.813344,58.028998],[-133.799062,58.011379],[-133.864369,57.986965],[-133.884674,57.984036],[-133.908681,57.983873],[-133.918446,57.985663],[-133.929433,57.99022],[-133.934071,57.993638],[-133.939076,58.000678],[-133.943023,58.003892],[-133.949574,58.00609],[-133.964955,58.009101],[-133.970367,58.011379],[-133.976226,58.020087],[-133.976471,58.028998],[-133.978017,58.035834],[-133.987416,58.038642],[-134.001291,58.039496],[-134.010854,58.042873],[-134.016428,58.049994],[-134.018178,58.062242],[-134.023427,58.071357],[-134.035634,58.072333],[-134.049469,58.070705],[-134.059722,58.07217],[-134.063832,58.079169],[-134.072825,58.113186],[-134.057444,58.111029],[-134.048451,58.113837],[-134.044789,58.119859],[-134.045481,58.127387],[-134.051422,58.134589],[-134.071889,58.146186],[-134.08023,58.155341],[-134.083485,58.163764],[-134.085927,58.174954],[-134.087066,58.186591],[-134.086415,58.196275],[-134.081614,58.208197],[-134.074818,58.214545],[-134.067128,58.220364],[-134.059722,58.230414],[-134.057037,58.239976],[-134.058013,58.24787],[-134.059885,58.255561],[-134.059722,58.264594],[-134.061269,58.268215],[-134.064931,58.273139],[-134.067698,58.278876],[-134.066558,58.285102],[-134.059397,58.288642],[-134.03185,58.285102],[-134.010365,58.294338],[-133.990834,58.305569],[-133.982411,58.315619],[-133.982533,58.320868],[-133.986724,58.325344],[-133.990834,58.332831],[-134.005849,58.372382],[-134.009999,58.392239],[-134.004506,58.408596],[-133.996938,58.412421],[-133.972524,58.418036],[-133.962961,58.422187],[-133.951772,58.432766],[-133.949778,58.439643],[-133.951039,58.446357],[-133.949859,58.456366],[-133.920074,58.497545],[-133.876373,58.510443],[-133.771799,58.518459],[-133.771799,58.524644],[-133.887807,58.524644],[-133.933909,58.518948],[-133.959625,58.512641],[-133.976633,58.504828],[-133.982411,58.487616],[-133.97468,58.449897],[-133.987416,58.442694],[-134.010162,58.439765],[-134.050364,58.426093],[-134.072825,58.422187],[-134.072825,58.414781],[-134.051829,58.408393],[-134.047109,58.389594],[-134.052887,58.367255],[-134.06314,58.350246],[-134.080963,58.337714],[-134.125071,58.318671],[-134.141672,58.305569],[-134.147125,58.28498],[-134.131744,58.273139],[-134.111073,58.263129],[-134.100697,58.247789],[-134.10436,58.239488],[-134.112864,58.232082],[-134.144928,58.209906],[-134.157867,58.204291],[-134.172231,58.202338],[-134.190094,58.203111],[-134.241607,58.214301],[-134.44107,58.321519],[-134.460439,58.326606],[-134.471303,58.330878],[-134.489817,58.349677],[-134.497955,58.353949],[-134.553212,58.353949],[-134.569163,58.356147],[-134.59732,58.365465],[-134.611236,58.367621],[-134.621734,58.363959],[-134.625844,58.356635],[-134.630198,58.351467],[-134.641347,58.353949],[-134.644887,58.362291],[-134.647694,58.376044],[-134.654449,58.38642],[-134.669911,58.384711],[-134.68456,58.37934],[-134.718861,58.374254],[-134.734771,58.373765],[-134.756174,58.381537],[-134.767323,58.400336],[-134.771596,58.424018],[-134.774566,58.475898],[-134.782867,58.493069],[-134.79955,58.502997],[-134.826975,58.510972],[-134.826975,58.518459],[-134.822662,58.519477],[-134.819976,58.520941],[-134.817535,58.522691],[-134.813873,58.524644],[-134.847239,58.535224],[-134.874989,58.553127],[-134.897572,58.57567],[-134.934967,58.623277],[-134.975657,58.658922],[-134.991444,58.682929],[-134.960764,58.667548],[-134.945139,58.663316],[-134.930002,58.669257],[-134.926829,58.664862],[-134.920644,58.660346],[-134.915679,58.655585],[-134.920766,58.67829],[-134.932729,58.697943],[-134.940541,58.716132],[-134.925852,58.75495],[-134.93399,58.777411],[-134.946116,58.79975],[-134.950429,58.820054],[-134.962026,58.814927],[-134.974436,58.812445],[-134.986684,58.813707],[-134.998199,58.820054],[-135.005483,58.807766],[-135.026031,58.793158],[-135.032379,58.785346],[-135.0301,58.776068],[-135.022572,58.768744],[-135.019887,58.761054],[-135.032379,58.751166],[-135.02831,58.744371],[-135.025543,58.737535],[-135.052154,58.752387],[-135.104644,58.809516],[-135.143625,58.833889],[-135.149037,58.843695],[-135.145985,58.857123],[-135.12857,58.895209],[-135.14566,58.90644],[-135.156117,58.922797],[-135.161285,58.943305],[-135.162709,58.967231],[-135.1669,58.99079],[-135.177398,59.004625],[-135.190785,59.016059],[-135.203684,59.032375],[-135.206614,59.040595],[-135.211171,59.066555],[-135.222727,59.093899],[-135.224192,59.104682],[-135.229604,59.125881],[-135.272572,59.183173],[-135.300282,59.211575],[-135.334706,59.238918],[-135.361806,59.270819],[-135.367543,59.312934],[-135.339711,59.400824],[-135.331695,59.451565],[-135.348297,59.470608],[-135.359486,59.456977],[-135.389272,59.374945],[-135.401112,59.319892],[-135.414377,59.300605],[-135.436431,59.312934],[-135.46703,59.305732],[-135.527903,59.319729],[-135.553782,59.31977],[-135.533844,59.310004],[-135.482004,59.295111],[-135.460927,59.282172],[-135.430247,59.252102],[-135.427642,59.247992],[-135.426259,59.241604],[-135.42276,59.23786],[-135.41511,59.234076],[-135.398752,59.230862],[-135.383901,59.222968],[-135.359527,59.213772],[-135.354563,59.206773],[-135.351959,59.196682],[-135.334055,59.161444],[-135.336537,59.162787],[-135.339345,59.159166],[-135.341176,59.15351],[-135.340891,59.148424],[-135.336781,59.143988],[-135.31725,59.131415],[-135.310292,59.121975],[-135.306996,59.11107],[-135.306386,59.09927],[-135.307362,59.086982],[-135.319569,59.101549],[-135.360748,59.113756],[-135.378407,59.124213],[-135.386627,59.138821],[-135.391184,59.170111],[-135.395497,59.183173],[-135.423329,59.205064],[-135.470448,59.225491],[-135.519643,59.236518],[-135.553782,59.230414],[-135.538645,59.215277],[-135.484853,59.183173],[-135.473378,59.170722],[-135.452138,59.141547],[-135.436431,59.127997],[-135.401967,59.11164],[-135.384592,59.100898],[-135.374989,59.086982],[-135.377553,59.070014],[-135.38561,59.053168],[-135.388336,59.037828],[-135.374989,59.02558],[-135.384836,59.016059],[-135.387522,59.006293],[-135.383901,58.997545],[-135.374989,58.9914],[-135.386342,58.975165],[-135.385813,58.954332],[-135.377187,58.936347],[-135.36441,58.928697],[-135.328196,58.919745],[-135.320953,58.915717],[-135.32079,58.90469],[-135.333363,58.887193],[-135.330637,58.877834],[-135.295969,58.83515],[-135.231028,58.771674],[-135.242177,58.74787],[-135.24059,58.73017],[-135.22997,58.715237],[-135.168446,58.645738],[-135.162709,58.634508],[-135.181142,58.624498],[-135.20873,58.62051],[-135.226186,58.612291],[-135.214223,58.589789],[-135.168446,58.544501],[-135.152903,58.519761],[-135.145497,58.515367],[-135.142242,58.510972],[-135.141672,58.506334],[-135.143178,58.495551],[-135.142242,58.491116],[-135.136383,58.483588],[-135.111195,58.459784],[-135.09968,58.443793],[-135.057281,58.351549],[-135.053863,58.332668],[-135.052846,58.309272],[-135.056956,58.298774],[-135.066803,58.300971],[-135.079213,58.305609],[-135.090688,58.302151],[-135.093251,58.295233],[-135.093821,58.264594],[-135.092397,58.254462],[-135.090077,58.248847],[-135.08967,58.244208],[-135.093821,58.23725],[-135.102447,58.232245],[-135.135162,58.219428],[-135.145619,58.216783],[-135.173085,58.21894],[-135.30956,58.252143],[-135.350453,58.276801],[-135.381581,58.31094],[-135.402943,58.353949],[-135.411692,58.385199],[-135.415924,58.394965],[-135.445872,58.422065],[-135.455312,58.446275],[-135.467519,58.467353],[-135.484934,58.483954],[-135.50536,58.483629],[-135.51415,58.465522],[-135.498362,58.445461],[-135.475819,58.4265],[-135.464426,58.411689],[-135.459828,58.388332],[-135.463124,58.378119],[-135.478017,58.373765],[-135.49413,58.375678],[-135.507069,58.380683],[-135.532623,58.394965],[-135.59317,58.419989],[-135.627512,58.426256],[-135.652455,58.418524],[-135.676584,58.406684],[-135.886708,58.379381],[-135.909413,58.381293],[-135.909495,58.395087],[-135.90217,58.421617],[-135.890045,58.448472],[-135.875885,58.463202],[-135.894683,58.463324],[-135.950347,58.456366],[-135.950347,58.463202],[-135.936676,58.463121],[-135.925852,58.467719],[-135.915517,58.4737],[-135.903188,58.477484],[-135.888661,58.477607],[-135.847971,58.470038],[-135.860463,58.491034],[-135.856597,58.499457],[-135.84675,58.507758],[-135.841135,58.528388],[-135.845286,58.546536],[-135.856109,58.559272],[-135.871693,58.567694],[-135.889556,58.573065],[-135.889556,58.579901],[-135.820668,58.600328],[-135.83373,58.603746],[-135.873647,58.608547],[-135.882069,58.610582],[-135.886952,58.612535],[-135.939687,58.681301],[-135.955068,58.694648],[-135.978342,58.696601],[-135.973866,58.701565],[-135.968332,58.711249],[-135.964019,58.716457],[-135.974355,58.729071],[-135.991322,58.745185],[-136.009348,58.758979],[-136.02302,58.764838],[-136.032094,58.771877],[-136.057525,58.803697],[-136.073883,58.812649],[-136.060292,58.825914],[-135.963124,58.862047],[-135.945872,58.870795],[-135.92984,58.881537],[-135.936635,58.864081],[-135.917836,58.863349],[-135.758616,58.888373],[-135.77302,58.904527],[-135.798085,58.912665],[-135.935455,58.916246],[-135.964019,58.922512],[-135.958648,58.913275],[-135.950754,58.908271],[-135.92984,58.902045],[-135.943593,58.892035],[-136.013824,58.85871],[-136.029937,58.855292],[-136.046539,58.861029],[-136.047678,58.86872],[-136.051096,58.87344],[-136.054107,58.87873],[-136.054067,58.888373],[-136.050445,58.896064],[-136.037343,58.914211],[-136.032948,58.922512],[-136.056467,58.930121],[-136.076894,58.946519],[-136.092356,58.966295],[-136.101186,58.983954],[-136.104075,58.998033],[-136.103912,59.00727],[-136.105865,59.015204],[-136.114858,59.02558],[-136.126373,59.032538],[-136.141713,59.037095],[-136.157379,59.037584],[-136.170074,59.032375],[-136.154856,59.023098],[-136.142445,59.007025],[-136.138783,58.989814],[-136.149648,58.977118],[-136.140981,58.95482],[-136.166575,58.942613],[-136.202382,58.934068],[-136.224721,58.922512],[-136.152659,58.932685],[-136.117787,58.933295],[-136.101186,58.915717],[-136.116526,58.909573],[-136.122304,58.908271],[-136.122304,58.902045],[-136.104156,58.89525],[-136.097524,58.876858],[-136.099924,58.853746],[-136.108632,58.833157],[-136.13329,58.806098],[-136.136586,58.795885],[-136.137115,58.7862],[-136.140126,58.782172],[-136.147043,58.778062],[-136.159535,58.768256],[-136.209706,58.7508],[-136.269114,58.764146],[-136.382395,58.806464],[-136.382395,58.812649],[-136.313588,58.809516],[-136.277577,58.812974],[-136.259511,58.826321],[-136.28775,58.825629],[-136.375844,58.833157],[-136.425893,58.824449],[-136.452016,58.824368],[-136.475209,58.836575],[-136.492991,58.864081],[-136.507924,58.904446],[-136.510813,58.942572],[-136.492258,58.963446],[-136.492258,58.970893],[-136.526194,58.967597],[-136.544097,58.957424],[-136.574127,58.915717],[-136.639312,58.967231],[-136.67398,59.002753],[-136.693105,59.017971],[-136.711985,59.02558],[-136.608266,58.908271],[-136.633453,58.891791],[-136.657704,58.898749],[-136.681467,58.914008],[-136.705149,58.922512],[-136.717844,58.923814],[-136.734771,58.927436],[-136.751291,58.932847],[-136.776723,58.948391],[-136.827382,58.956692],[-136.84142,58.961819],[-136.875844,58.983954],[-136.917551,59.001939],[-136.94636,59.02261],[-137.01301,59.052802],[-137.032216,59.067491],[-137.046091,59.069037],[-137.059478,59.063707],[-137.063914,59.055406],[-137.062978,59.043891],[-137.050201,59.03856],[-137.029042,59.033677],[-137.008046,59.021715],[-136.971425,58.9914],[-136.929311,58.968329],[-136.911244,58.954332],[-136.903717,58.93244],[-136.917958,58.920071],[-137.01301,58.922512],[-137.030507,58.912909],[-137.064198,58.874091],[-137.085317,58.869534],[-137.102447,58.858547],[-137.129709,58.833157],[-137.129709,58.826321],[-137.108957,58.828762],[-137.086903,58.837836],[-137.066314,58.850653],[-137.033315,58.878241],[-137.014963,58.887885],[-136.9947,58.893378],[-136.895863,58.892401],[-136.841705,58.882514],[-136.828196,58.877509],[-136.817779,58.870673],[-136.812489,58.862128],[-136.811431,58.854641],[-136.809193,58.847398],[-136.80012,58.839993],[-136.791493,58.854315],[-136.777008,58.865668],[-136.75886,58.872789],[-136.739247,58.874091],[-136.727528,58.870429],[-136.698313,58.853583],[-136.67455,58.852851],[-136.663726,58.85102],[-136.65331,58.843695],[-136.643056,58.839789],[-136.626129,58.838446],[-136.609039,58.839748],[-136.587554,58.848334],[-136.577301,58.84398],[-136.567291,58.836859],[-136.557362,58.833157],[-136.540598,58.829332],[-136.484771,58.799628],[-136.495432,58.784491],[-136.511871,58.780463],[-136.530507,58.780911],[-136.547475,58.77912],[-136.540028,58.771674],[-136.565907,58.785956],[-136.588857,58.808905],[-136.614858,58.825426],[-136.649892,58.820054],[-136.643056,58.806464],[-136.628041,58.805569],[-136.574127,58.77912],[-136.58316,58.773749],[-136.593373,58.771186],[-136.604319,58.770697],[-136.615793,58.771674],[-136.563303,58.760688],[-136.543935,58.751166],[-136.529042,58.751166],[-136.522613,58.747748],[-136.519683,58.740953],[-136.522328,58.735582],[-136.525868,58.730373],[-136.525746,58.723822],[-136.520497,58.710842],[-136.515859,58.702379],[-136.506825,58.697903],[-136.488515,58.696601],[-136.476674,58.692328],[-136.452626,58.673489],[-136.437611,58.669257],[-136.451772,58.689195],[-136.472401,58.703437],[-136.491038,58.72016],[-136.499094,58.747748],[-136.491851,58.749213],[-136.38386,58.725084],[-136.375559,58.72016],[-136.368398,58.711127],[-136.353912,58.70185],[-136.3426,58.691555],[-136.344838,58.679185],[-136.355336,58.671454],[-136.396637,58.655585],[-136.456654,58.623277],[-136.488637,58.613511],[-136.519521,58.620836],[-136.525746,58.614],[-136.487782,58.595404],[-136.475209,58.592922],[-136.463857,58.596503],[-136.430776,58.620836],[-136.401194,58.625718],[-136.377268,58.617743],[-136.3544,58.606187],[-136.327748,58.600328],[-136.334625,58.608588],[-136.352203,58.621243],[-136.355702,58.628323],[-136.351918,58.638495],[-136.343617,58.642157],[-136.33434,58.642279],[-136.327748,58.641303],[-136.317128,58.637437],[-136.309071,58.631822],[-136.301747,58.629218],[-136.29304,58.634508],[-136.29719,58.647121],[-136.297841,58.658271],[-136.29304,58.669257],[-136.280507,58.660224],[-136.183176,58.614],[-136.183176,58.607164],[-136.192372,58.607082],[-136.198638,58.605536],[-136.211049,58.600328],[-136.202219,58.594306],[-136.177561,58.573065],[-136.160878,58.571682],[-136.142812,58.573554],[-136.128245,58.570746],[-136.122304,58.555732],[-136.127553,58.551947],[-136.139068,58.552069],[-136.150624,58.548896],[-136.155832,58.535468],[-136.16275,58.52619],[-136.179067,58.523342],[-136.211049,58.524644],[-136.198598,58.508979],[-136.180287,58.507554],[-136.142812,58.518459],[-136.131907,58.519517],[-136.082509,58.516425],[-136.082183,58.511379],[-136.087392,58.504706],[-136.088206,58.497992],[-136.085561,58.4914],[-136.084299,58.484687],[-136.080678,58.47956],[-136.07079,58.477484],[-136.062327,58.47427],[-136.060658,58.466498],[-136.061391,58.457343],[-136.060211,58.44953],[-136.036204,58.397895],[-136.026723,58.388129],[-136.057281,58.359524],[-136.076283,58.345608],[-136.098053,58.339667],[-136.127512,58.336493],[-136.186838,58.322414],[-136.272817,58.312974],[-136.287506,58.318183],[-136.283315,58.329739],[-136.272084,58.341254],[-136.265696,58.346503],[-136.27245,58.359605],[-136.327748,58.408596],[-136.329742,58.38052],[-136.343088,58.376166],[-136.409291,58.393459],[-136.459055,58.416897],[-136.481679,58.422187],[-136.48941,58.426011],[-136.498647,58.441311],[-136.50593,58.442694],[-136.513499,58.436184],[-136.510365,58.427924],[-136.499094,58.414781],[-136.500315,58.385077],[-136.515126,58.380316],[-136.537506,58.382514],[-136.561147,58.373765],[-136.552235,58.371283],[-136.54601,58.366645],[-136.541127,58.362209],[-136.53661,58.360175],[-136.524973,58.35814],[-136.506988,58.348944],[-136.499094,58.346503],[-136.480336,58.346869],[-136.480865,58.352362],[-136.486195,58.362616],[-136.481679,58.37759],[-136.473297,58.385443],[-136.466664,58.386542],[-136.444447,58.381293],[-136.417104,58.381293],[-136.410064,58.37934],[-136.406728,58.374986],[-136.405019,58.370307],[-136.402903,58.367621],[-136.377675,58.359198],[-136.365712,58.352362],[-136.361969,58.340237],[-136.361928,58.316107],[-136.370595,58.299547],[-136.391225,58.302558],[-136.434193,58.319159],[-136.492828,58.314439],[-136.512766,58.319159],[-136.518788,58.324286],[-136.522613,58.331122],[-136.527455,58.337104],[-136.53661,58.339667],[-136.550649,58.340644],[-136.562815,58.343736],[-136.573883,58.349189],[-136.584706,58.357082],[-136.598948,58.359036],[-136.620513,58.353909],[-136.656728,58.339667],[-136.574778,58.282131],[-136.566029,58.277981],[-136.560699,58.271308],[-136.561147,58.257758],[-136.567291,58.249335],[-136.591868,58.227444],[-136.598378,58.223049],[-136.633412,58.227729],[-136.639312,58.226752],[-136.65099,58.220526],[-136.664784,58.220364],[-136.6787,58.224311],[-136.690826,58.230414],[-136.706939,58.247992],[-136.711415,58.268866],[-136.700754,58.284166],[-136.67101,58.285102],[-136.671742,58.290107],[-136.67512,58.301256],[-136.677235,58.305569],[-136.693837,58.299302],[-136.71109,58.297797],[-136.72525,58.301947],[-136.732493,58.312974],[-136.740224,58.306301],[-136.750559,58.300442],[-136.761871,58.297309],[-136.772776,58.298733],[-136.783599,58.306383],[-136.779612,58.312201],[-136.772206,58.318264],[-136.772776,58.326606],[-136.788157,58.332709],[-136.826243,58.318996],[-136.84911,58.326606],[-136.843251,58.331],[-136.833119,58.341986],[-136.827382,58.346503],[-136.836537,58.360419],[-136.847524,58.372748],[-136.860504,58.382392],[-136.875844,58.388129],[-136.878041,58.363349],[-136.890126,58.349677],[-136.903635,58.350816],[-136.909983,58.370673],[-136.92101,58.388983],[-136.947499,58.400702],[-136.97936,58.406887],[-137.006825,58.408596],[-137.022776,58.407172],[-137.067616,58.394965],[-137.078359,58.393256],[-137.112294,58.394965],[-137.131418,58.401313],[-137.197906,58.442694],[-137.260081,58.456366],[-137.300038,58.474758],[-137.321889,58.480658],[-137.340443,58.494778],[-137.348215,58.497992],[-137.362538,58.50019],[-137.471425,58.554389],[-137.518544,58.564765],[-137.562815,58.590888],[-137.588368,58.600328],[-137.620758,58.602607],[-137.631459,58.606187],[-137.622467,58.614],[-137.606842,58.617743],[-137.570465,58.617987],[-137.55427,58.620836],[-137.513824,58.642524],[-137.499623,58.648139],[-137.48412,58.649888],[-137.451975,58.650092],[-137.43814,58.655585],[-137.457672,58.672268],[-137.469472,58.679592],[-137.479115,58.682929],[-137.495432,58.680365],[-137.521637,58.665351],[-137.537465,58.661811],[-137.56664,58.65884],[-137.642974,58.634508],[-137.670644,58.633246],[-137.677846,58.64643],[-137.683176,58.66649],[-137.704742,58.686347],[-137.869618,58.765774],[-137.893137,58.782213],[-137.90217,58.786444],[-137.914784,58.790513],[-137.926096,58.795722],[-137.930979,58.803046],[-137.929555,58.815741],[-137.924062,58.834621],[-137.924184,58.847398],[-137.944244,58.888129],[-137.984364,58.919989],[-138.184885,59.02558],[-138.250803,59.047838],[-138.281158,59.062405],[-138.287913,59.080756],[-138.36266,59.079779],[-138.398915,59.083319],[-138.431264,59.093817],[-138.398671,59.092841],[-138.383209,59.094794],[-138.369781,59.101264],[-138.428456,59.111233],[-138.559397,59.106187],[-138.610015,59.127997],[-138.540435,59.122463],[-138.506947,59.124701],[-138.492747,59.138495],[-138.493764,59.149319],[-138.494781,59.152737],[-138.483062,59.165229],[-138.47289,59.1706],[-138.446523,59.176093],[-138.4381,59.183173],[-138.449086,59.191636],[-138.558258,59.180894],[-138.583119,59.171129],[-138.596059,59.168891],[-138.62857,59.168891],[-138.64387,59.166815],[-138.653635,59.163967],[-138.641184,59.153998],[-138.630483,59.142239],[-138.656077,59.157701],[-138.688344,59.176988],[-138.726796,59.191107],[-138.769846,59.199856],[-138.814036,59.214667],[-138.838287,59.228217],[-138.981679,59.274848],[-139.205881,59.31977],[-139.184193,59.325263],[-139.138092,59.310248],[-139.116526,59.312934],[-139.154124,59.336005],[-139.164906,59.340237],[-139.182118,59.341254],[-139.201731,59.339789],[-139.220123,59.340318],[-139.233795,59.347724],[-139.236928,59.360053],[-139.230295,59.368232],[-139.226877,59.374661],[-139.240061,59.381171],[-139.253326,59.381415],[-139.271596,59.378119],[-139.287709,59.372138],[-139.294667,59.364732],[-139.3037,59.350531],[-139.325754,59.35578],[-139.352895,59.368109],[-139.377512,59.374945],[-139.40803,59.378363],[-139.446278,59.3876],[-139.482655,59.400621],[-139.507558,59.415961],[-139.427968,59.401557],[-139.38915,59.38227],[-139.365468,59.380276],[-139.341664,59.384996],[-139.322581,59.395453],[-139.363922,59.410712],[-139.386383,59.415107],[-139.404856,59.412258],[-139.423451,59.406968],[-139.443512,59.40766],[-139.463124,59.412421],[-139.507558,59.429633],[-139.524729,59.440375],[-139.53425,59.443834],[-139.596913,59.456977],[-139.857004,59.546291],[-139.835846,59.558905],[-139.765777,59.547838],[-139.73351,59.552476],[-139.735911,59.556383],[-139.740305,59.566799],[-139.719594,59.565985],[-139.70344,59.570217],[-139.690297,59.579739],[-139.678863,59.594672],[-139.668853,59.584377],[-139.657582,59.575507],[-139.644887,59.57274],[-139.630442,59.580471],[-139.637847,59.587307],[-139.622955,59.595364],[-139.575795,59.614569],[-139.591379,59.622545],[-139.579213,59.639594],[-139.52717,59.678046],[-139.480051,59.704413],[-139.473378,59.717597],[-139.537953,59.757025],[-139.545074,59.764797],[-139.562082,59.772366],[-139.572011,59.790188],[-139.582631,59.82746],[-139.608713,59.863593],[-139.621083,59.890286],[-139.613352,59.902533],[-139.602284,59.906806],[-139.582387,59.925605],[-139.572377,59.929877],[-139.559071,59.931708],[-139.545766,59.936672],[-139.52184,59.950995],[-139.492502,59.984565],[-139.473215,59.993598],[-139.448883,59.981106],[-139.430002,59.965033],[-139.371002,59.929877],[-139.305165,59.864691],[-139.302358,59.848293],[-139.333608,59.813422],[-139.343088,59.786526],[-139.342885,59.773261],[-139.335601,59.738105],[-139.341908,59.726752],[-139.34203,59.720404],[-139.326731,59.715725],[-139.318593,59.711086],[-139.311391,59.70539],[-139.308339,59.700263],[-139.303131,59.680732],[-139.277659,59.646186],[-139.267323,59.621405],[-139.28661,59.620551],[-139.310902,59.616278],[-139.332346,59.609565],[-139.343088,59.600898],[-139.289906,59.576158],[-139.270741,59.572984],[-139.259755,59.579047],[-139.226389,59.621405],[-139.234853,59.633368],[-139.261627,59.659166],[-139.267323,59.666083],[-139.266998,59.698065],[-139.26887,59.715074],[-139.274159,59.731269],[-139.279693,59.736274],[-139.286488,59.738186],[-139.292226,59.74258],[-139.294667,59.755194],[-139.291331,59.760199],[-139.275746,59.775784],[-139.270741,59.779039],[-139.263336,59.785793],[-139.279612,59.819729],[-139.280385,59.833686],[-139.264638,59.84162],[-139.173695,59.850816],[-139.036366,59.846869],[-139.010976,59.842475],[-138.969594,59.816718],[-138.945302,59.807115],[-138.920074,59.804999],[-138.897369,59.813178],[-138.910512,59.81269],[-138.922597,59.81391],[-138.94518,59.820014],[-139.013783,59.857611],[-139.02831,59.861518],[-139.218739,59.871039],[-139.239003,59.878323],[-139.321197,59.938707],[-139.355295,59.949408],[-139.368316,59.963324],[-139.379547,59.979193],[-139.390248,59.99136],[-139.412424,60.001899],[-139.462066,60.011786],[-139.483306,60.022406],[-139.507232,60.046536],[-139.520904,60.0515],[-139.541656,60.046576],[-139.542958,60.037299],[-139.579945,60.00731],[-139.589467,59.987942],[-139.584381,59.965155],[-139.584828,59.955064],[-139.59317,59.950995],[-139.626129,59.949449],[-139.658355,59.943549],[-139.705963,59.92178],[-139.735219,59.899237],[-139.794423,59.854193],[-139.849029,59.819403],[-139.958241,59.794623],[-140.042714,59.769721],[-140.137074,59.739936],[-140.254221,59.71015],[-140.322743,59.701239],[-140.50121,59.705227],[-140.617014,59.708482],[-140.689809,59.718451],[-140.762685,59.728339],[-140.863149,59.745551],[-141.009836,59.790432],[-141.115224,59.809475],[-141.274159,59.849189],[-141.352284,59.864081],[-141.428538,59.872138],[-141.45401,59.882066],[-141.46817,59.903062],[-141.457631,59.916734],[-141.434926,59.925116],[-141.412424,59.929877],[-141.43456,59.919664],[-141.445139,59.91234],[-141.45401,59.902533],[-141.4381,59.896186],[-141.413197,59.89997],[-141.353179,59.920152],[-141.346791,59.924872],[-141.338735,59.928412],[-141.31432,59.931464],[-141.284088,59.939765],[-141.275258,59.943549],[-141.267323,59.955552],[-141.262115,59.973944],[-141.260121,59.994208],[-141.261586,60.011786],[-141.267893,60.029039],[-141.278066,60.044094],[-141.292226,60.056586],[-141.310048,60.066474],[-141.303131,60.065863],[-141.282094,60.066474],[-141.305043,60.08633],[-141.346425,60.098782],[-141.379547,60.113918],[-141.377675,60.142157],[-141.443512,60.135688],[-141.474721,60.126125],[-141.47761,60.11107],[-141.455068,60.078437],[-141.447174,60.07392],[-141.431711,60.072211],[-141.419749,60.067572],[-141.399403,60.052802],[-141.385894,60.034817],[-141.392934,60.02204],[-141.414215,60.01435],[-141.472524,60.009019],[-141.613881,59.969062],[-141.673492,59.961127],[-141.732655,59.963121],[-141.893951,60.007554],[-141.969106,60.028144],[-142.104156,60.035305],[-142.197743,60.052802],[-142.351633,60.067694],[-142.487416,60.075914],[-142.639638,60.102444],[-142.798492,60.112372],[-142.982289,60.092475],[-143.19579,60.067694],[-143.463938,60.052802],[-143.609609,60.049465],[-143.748687,60.025458],[-143.863189,60.000393],[-143.918609,59.997016],[-144.042388,60.027981],[-144.105702,60.031684],[-144.249623,60.032294],[-144.133209,60.03974],[-144.031361,60.034084],[-144.002553,60.03974],[-144.02009,60.061428],[-144.050771,60.079657],[-144.205474,60.145168],[-144.219146,60.148627],[-144.239084,60.149604],[-144.252553,60.154608],[-144.240875,60.165513],[-144.205637,60.183051],[-144.197499,60.184149],[-144.190541,60.186591],[-144.187571,60.193671],[-144.190094,60.201646],[-144.196441,60.205634],[-144.204498,60.205308],[-144.212026,60.200507],[-144.246571,60.18891],[-144.347564,60.201117],[-144.38679,60.196763],[-144.373118,60.183743],[-144.448557,60.176337],[-144.46349,60.179348],[-144.478831,60.186713],[-144.485829,60.19595],[-144.475494,60.20425],[-144.490712,60.216254],[-144.517323,60.210028],[-144.546986,60.197455],[-144.571116,60.190619],[-144.601471,60.196438],[-144.658111,60.215399],[-144.688385,60.224677],[-144.674224,60.226549],[-144.661855,60.224066],[-144.653147,60.220364],[-144.640004,60.217231],[-144.642161,60.22248],[-144.660512,60.245185],[-144.694651,60.272528],[-144.736318,60.28441],[-144.746449,60.289537],[-144.75593,60.29621],[-144.769887,60.30268],[-144.784047,60.305976],[-144.79426,60.303209],[-144.808909,60.29442],[-144.819651,60.297268],[-144.828765,60.303127],[-144.838694,60.303209],[-144.848948,60.300727],[-144.865102,60.304389],[-144.872792,60.303209],[-144.890126,60.292955],[-144.905263,60.293199],[-144.916575,60.294745],[-144.92748,60.298774],[-144.94164,60.306627],[-144.934478,60.316392],[-144.916371,60.326158],[-144.889638,60.350246],[-144.887034,60.355048],[-144.889963,60.363267],[-144.896392,60.36579],[-144.903066,60.366197],[-144.90689,60.368109],[-144.91454,60.381171],[-144.912465,60.38703],[-144.900706,60.395982],[-144.886545,60.401557],[-144.870717,60.403225],[-144.838002,60.402167],[-144.838002,60.409654],[-144.860707,60.418524],[-144.84203,60.436184],[-144.790842,60.464911],[-144.79426,60.475979],[-144.794097,60.491156],[-144.798411,60.499213],[-144.832143,60.477118],[-144.853179,60.469875],[-144.873118,60.471177],[-144.887034,60.485419],[-144.879058,60.495917],[-144.870188,60.501858],[-144.860951,60.506293],[-144.846181,60.516791],[-144.836049,60.522406],[-144.831776,60.525784],[-144.830678,60.530992],[-144.832021,60.538031],[-144.832346,60.544176],[-144.828359,60.54682],[-144.817535,60.551825],[-144.815256,60.563137],[-144.818756,60.584133],[-144.81607,60.595038],[-144.809234,60.603339],[-144.790842,60.615139],[-144.768463,60.625149],[-144.762807,60.630194],[-144.756093,60.643052],[-144.757069,60.652533],[-144.761342,60.66356],[-144.76061,60.672756],[-144.746449,60.676581],[-144.716542,60.671861],[-144.688547,60.663642],[-144.661204,60.660102],[-144.633168,60.669745],[-144.617909,60.680365],[-144.613678,60.687323],[-144.61266,60.697699],[-144.616038,60.713935],[-144.622792,60.717027],[-144.63386,60.713853],[-144.705393,60.703803],[-144.733144,60.695217],[-144.756093,60.684027],[-144.771799,60.668931],[-144.786,60.650702],[-144.803293,60.635321],[-144.855865,60.622056],[-144.869781,60.605699],[-144.87914,60.585517],[-144.893219,60.567328],[-144.912099,60.557359],[-144.974273,60.537014],[-144.999664,60.533189],[-145.019521,60.526435],[-145.040435,60.510565],[-145.072011,60.477973],[-145.096995,60.444281],[-145.114003,60.429429],[-145.163482,60.417141],[-145.235911,60.368109],[-145.269521,60.357082],[-145.305247,60.35578],[-145.38915,60.362535],[-145.402659,60.366278],[-145.415191,60.371894],[-145.436838,60.38642],[-145.468495,60.39175],[-145.482289,60.395982],[-145.489369,60.403266],[-145.498891,60.423529],[-145.504018,60.430813],[-145.516957,60.436021],[-145.550038,60.441352],[-145.572581,60.451117],[-145.672839,60.45816],[-145.731616,60.465277],[-145.804504,60.454449],[-145.866064,60.447662],[-145.938754,60.456066],[-145.941558,60.471137],[-145.922678,60.479967],[-145.880035,60.487698],[-145.863393,60.495307],[-145.846832,60.507229],[-145.771799,60.542426],[-145.681304,60.6081],[-145.674672,60.618232],[-145.666371,60.635321],[-145.647817,60.645209],[-145.62914,60.652737],[-145.620025,60.662909],[-145.629018,60.679145],[-145.652089,60.675116],[-145.691762,60.656684],[-145.844594,60.621039],[-145.880198,60.62873],[-145.838002,60.639838],[-145.817738,60.649604],[-145.805043,60.662909],[-145.824208,60.664862],[-145.861399,60.65648],[-145.880198,60.662909],[-145.85554,60.676581],[-145.845286,60.685533],[-145.839182,60.697699],[-145.857167,60.695054],[-145.882232,60.686225],[-145.904652,60.67357],[-145.925771,60.645209],[-145.952382,60.638129],[-146.003651,60.635647],[-145.99413,60.649156],[-145.982777,60.657213],[-145.95523,60.669745],[-145.94343,60.67829],[-145.924672,60.696845],[-145.914296,60.703925],[-145.938791,60.708197],[-145.965484,60.697821],[-145.99234,60.683743],[-146.017323,60.676581],[-146.044301,60.673082],[-146.197743,60.636542],[-146.238759,60.634711],[-146.256907,60.646186],[-146.258046,60.64883],[-146.26061,60.650702],[-146.263173,60.653713],[-146.264312,60.659817],[-146.261301,60.662584],[-146.246002,60.663804],[-146.239858,60.666327],[-146.230702,60.673163],[-146.117299,60.721381],[-146.081288,60.726386],[-146.070302,60.730658],[-146.062123,60.738023],[-146.058909,60.748603],[-146.05309,60.752631],[-146.026112,60.744818],[-146.017934,60.752346],[-146.020375,60.757961],[-146.03775,60.779608],[-146.032216,60.788398],[-146.031117,60.794745],[-146.03775,60.800116],[-146.043446,60.801011],[-146.050404,60.800849],[-146.056386,60.799302],[-146.058909,60.796332],[-146.069325,60.778388],[-146.093495,60.762885],[-146.140859,60.744818],[-146.166982,60.740709],[-146.1822,60.744045],[-146.181874,60.753119],[-146.161285,60.766547],[-146.208567,60.760728],[-146.222483,60.755764],[-146.232289,60.747463],[-146.240305,60.73725],[-146.249827,60.728664],[-146.264027,60.725002],[-146.295562,60.726304],[-146.306793,60.732082],[-146.312123,60.744818],[-146.309967,60.758246],[-146.302358,60.765326],[-146.292592,60.770901],[-146.28425,60.779608],[-146.3131,60.771674],[-146.352528,60.73371],[-146.38915,60.721991],[-146.417226,60.706773],[-146.425689,60.700832],[-146.438385,60.69599],[-146.482289,60.686957],[-146.493723,60.687161],[-146.517568,60.698065],[-146.549916,60.701402],[-146.644195,60.697699],[-146.652089,60.700019],[-146.653635,60.705756],[-146.652984,60.71247],[-146.654775,60.718166],[-146.662913,60.725002],[-146.695709,60.744818],[-146.678578,60.752753],[-146.660512,60.749986],[-146.642974,60.741197],[-146.627431,60.731147],[-146.620839,60.752427],[-146.615793,60.761176],[-146.607004,60.766547],[-146.591135,60.765204],[-146.562611,60.750963],[-146.534535,60.759223],[-146.506703,60.744371],[-146.493723,60.748603],[-146.491526,60.760891],[-146.505116,60.768622],[-146.524159,60.772406],[-146.538075,60.772773],[-146.515696,60.780097],[-146.491607,60.779283],[-146.445627,60.772773],[-146.426625,60.774888],[-146.386098,60.784329],[-146.343332,60.788886],[-146.262847,60.810858],[-146.195465,60.820543],[-146.195465,60.827379],[-146.227895,60.831692],[-146.237538,60.84101],[-146.226145,60.850409],[-146.195465,60.854682],[-146.093088,60.84101],[-146.223459,60.892646],[-146.253774,60.885728],[-146.281361,60.85932],[-146.31725,60.836737],[-146.358306,60.822333],[-146.401519,60.820543],[-146.401519,60.827379],[-146.396108,60.831244],[-146.393137,60.835435],[-146.387278,60.847886],[-146.511464,60.81859],[-146.558583,60.827379],[-146.554596,60.845445],[-146.566803,60.853664],[-146.586049,60.852973],[-146.603261,60.844428],[-146.61913,60.831041],[-146.628285,60.827297],[-146.630971,60.834784],[-146.627431,60.854682],[-146.609975,60.864203],[-146.607004,60.868354],[-146.611399,60.877143],[-146.620839,60.883775],[-146.631947,60.888007],[-146.641103,60.889472],[-146.655263,60.886298],[-146.668446,60.880927],[-146.683502,60.879828],[-146.703196,60.889472],[-146.704661,60.892279],[-146.716868,60.90998],[-146.723866,60.916083],[-146.730458,60.919338],[-146.735422,60.923896],[-146.737294,60.933824],[-146.753285,60.955024],[-146.753163,60.964301],[-146.729848,60.964545],[-146.714711,60.959784],[-146.691274,60.947252],[-146.60497,60.937161],[-146.585846,60.944729],[-146.618804,60.955024],[-146.666086,60.963446],[-146.699818,60.976874],[-146.692291,61.002427],[-146.685292,61.011664],[-146.67276,61.032701],[-146.662221,61.040269],[-146.643544,61.04206],[-146.590932,61.032904],[-146.572825,61.026597],[-146.570465,61.030707],[-146.566477,61.041571],[-146.565419,61.046536],[-146.611236,61.053453],[-146.632924,61.059556],[-146.647939,61.073798],[-146.556874,61.085924],[-146.283762,61.081448],[-146.23644,61.094306],[-146.277984,61.122748],[-146.30012,61.132514],[-146.325795,61.136461],[-146.381459,61.134589],[-146.431956,61.139472],[-146.493804,61.134182],[-146.585846,61.136461],[-146.609446,61.130764],[-146.631663,61.119086],[-146.675282,61.08808],[-146.72057,61.064887],[-146.815541,61.031806],[-146.853993,61.005561],[-146.871327,60.985175],[-146.89094,60.972073],[-146.911366,60.962104],[-146.94872,60.949652],[-146.976715,60.945787],[-147.004872,60.947943],[-147.031565,60.957709],[-146.993967,60.983385],[-146.978831,60.998725],[-146.983754,61.005561],[-147.004791,61.006659],[-147.011057,61.005561],[-147.015696,61.002183],[-147.016754,60.998114],[-147.016916,60.99433],[-147.018463,60.991889],[-147.034169,60.981635],[-147.044301,60.977932],[-147.058827,60.978217],[-147.048573,60.992174],[-147.042592,61.002916],[-147.047231,61.009833],[-147.090199,61.015774],[-147.100657,61.015286],[-147.119456,61.002875],[-147.148264,60.991889],[-147.150543,60.976386],[-147.145375,60.963324],[-147.145863,60.954291],[-147.165273,60.950873],[-147.185292,60.953681],[-147.199127,60.961982],[-147.207102,60.975979],[-147.209625,60.995592],[-147.207265,61.008694],[-147.205149,61.014594],[-147.21052,61.013414],[-147.254384,60.993964],[-147.264272,60.991889],[-147.278432,61.004381],[-147.287913,61.007025],[-147.292226,60.995592],[-147.287506,60.984931],[-147.265289,60.967922],[-147.258127,60.957709],[-147.257314,60.937893],[-147.26891,60.930243],[-147.312734,60.930406],[-147.305816,60.923],[-147.343088,60.899482],[-147.364613,60.891262],[-147.374135,60.899075],[-147.382965,60.913967],[-147.403961,60.912787],[-147.429026,60.905585],[-147.449859,60.902533],[-147.437896,60.926907],[-147.380971,60.985663],[-147.400258,60.990953],[-147.416819,60.980292],[-147.432607,60.965318],[-147.449574,60.957709],[-147.460032,60.965766],[-147.451731,60.98371],[-147.435536,61.002387],[-147.422597,61.012356],[-147.451731,61.010932],[-147.468861,61.000474],[-147.494252,60.967963],[-147.509755,60.925727],[-147.522694,60.907538],[-147.542063,60.913316],[-147.545481,60.985663],[-147.538564,61.004218],[-147.529693,61.016669],[-147.525502,61.030585],[-147.53246,61.053941],[-147.521718,61.05976],[-147.490875,61.069403],[-147.483998,61.073798],[-147.485911,61.083726],[-147.493886,61.08808],[-147.503733,61.090399],[-147.511342,61.094306],[-147.521352,61.108588],[-147.527252,61.124742],[-147.525258,61.13939],[-147.511342,61.149563],[-147.524892,61.154446],[-147.543284,61.15705],[-147.561147,61.155911],[-147.573394,61.149563],[-147.578847,61.136298],[-147.573232,61.12759],[-147.564361,61.120347],[-147.559722,61.11164],[-147.566151,61.087226],[-147.581858,61.059231],[-147.601796,61.0362],[-147.62092,61.026597],[-147.640004,61.024359],[-147.658599,61.019477],[-147.665273,61.014594],[-147.648508,61.012356],[-147.620758,61.013983],[-147.614369,61.012356],[-147.607411,61.003363],[-147.610178,60.998847],[-147.616567,60.995998],[-147.620595,60.991889],[-147.623158,60.986558],[-147.632232,60.977973],[-147.634185,60.974799],[-147.630483,60.966702],[-147.621693,60.964586],[-147.611643,60.964301],[-147.603831,60.961168],[-147.600087,60.949856],[-147.605621,60.923651],[-147.600697,60.90998],[-147.596791,60.885688],[-147.599029,60.869086],[-147.610666,60.861558],[-147.664662,60.858303],[-147.681956,60.864691],[-147.666086,60.900458],[-147.685048,60.898586],[-147.712148,60.891181],[-147.730458,60.889472],[-147.732777,60.900092],[-147.727203,60.918158],[-147.716461,60.935696],[-147.703114,60.944729],[-147.703114,60.950873],[-147.727651,60.947577],[-147.769439,60.929145],[-147.785715,60.930406],[-147.788645,60.926703],[-147.790191,60.923774],[-147.79247,60.916815],[-147.770131,60.911444],[-147.77774,60.898871],[-147.812978,60.8758],[-147.777089,60.867011],[-147.771392,60.864936],[-147.766835,60.861884],[-147.757802,60.853664],[-147.751373,60.845038],[-147.754628,60.84101],[-147.763824,60.838935],[-147.783315,60.829535],[-147.795562,60.827379],[-147.870188,60.837714],[-147.886098,60.845201],[-147.898793,60.855943],[-147.908559,60.868354],[-147.916982,60.88817],[-147.922231,60.895697],[-147.930816,60.904202],[-147.9381,60.908759],[-148.019846,60.941636],[-148.03893,60.944729],[-148.050404,60.950141],[-148.034291,60.962348],[-147.997914,60.98192],[-147.999501,60.987616],[-148.002146,60.990139],[-148.002634,60.992865],[-147.997914,60.999335],[-147.98884,61.004869],[-147.96642,61.007961],[-147.956939,61.012356],[-147.944692,61.026597],[-147.929067,61.053778],[-147.915395,61.067572],[-147.92984,61.07274],[-147.935902,61.073798],[-147.91808,61.094306],[-147.883941,61.119371],[-147.845937,61.14057],[-147.816396,61.149563],[-147.804758,61.155219],[-147.772857,61.182034],[-147.757721,61.191107],[-147.716176,61.20185],[-147.702138,61.213202],[-147.710561,61.232082],[-147.736969,61.215562],[-147.751047,61.212592],[-147.765207,61.218451],[-147.723215,61.255927],[-147.713368,61.273098],[-147.730458,61.279853],[-147.748036,61.276068],[-147.762196,61.26496],[-147.785715,61.238959],[-147.833485,61.197577],[-147.843739,61.191107],[-147.87328,61.181871],[-147.908681,61.160142],[-147.963775,61.114732],[-147.998525,61.06269],[-148.020985,61.037421],[-148.049428,61.026597],[-148.072011,61.0244],[-148.079905,61.026597],[-148.086252,61.031399],[-148.093821,61.044176],[-148.113352,61.061835],[-148.121897,61.075995],[-148.131907,61.088324],[-148.148752,61.094306],[-148.139963,61.11286],[-148.145945,61.117906],[-148.160146,61.114691],[-148.196116,61.102362],[-148.258616,61.094306],[-148.278391,61.088935],[-148.305165,61.077094],[-148.390574,61.067288],[-148.409495,61.060126],[-148.397165,61.055365],[-148.372629,61.052232],[-148.361073,61.046536],[-148.371287,61.040595],[-148.391428,61.024115],[-148.398915,61.016059],[-148.407908,61.010932],[-148.449818,60.999335],[-148.449818,60.991889],[-148.410349,60.986396],[-148.3756,60.999213],[-148.313832,61.040269],[-148.27949,61.054999],[-148.227651,61.07099],[-148.177724,61.076606],[-148.148752,61.060126],[-148.163808,61.055813],[-148.166941,61.046454],[-148.166819,61.034613],[-148.172353,61.023261],[-148.207143,60.98192],[-148.218373,60.97248],[-148.251943,60.954739],[-148.264841,60.950873],[-148.281728,60.953681],[-148.313588,60.969794],[-148.333119,60.971381],[-148.325876,60.961127],[-148.289052,60.933824],[-148.281199,60.9206],[-148.286,60.913398],[-148.296702,60.906928],[-148.306467,60.895697],[-148.308176,60.880194],[-148.305776,60.864691],[-148.3072,60.852729],[-148.320424,60.847886],[-148.338735,60.850043],[-148.375111,60.859361],[-148.395823,60.861558],[-148.348215,60.83393],[-148.332875,60.819403],[-148.354237,60.813137],[-148.383372,60.817043],[-148.428334,60.835273],[-148.457265,60.84101],[-148.523427,60.840399],[-148.586374,60.830471],[-148.703684,60.79267],[-148.670115,60.785468],[-148.635081,60.793606],[-148.600046,60.806342],[-148.566477,60.813137],[-148.559926,60.811103],[-148.551462,60.802069],[-148.546335,60.800116],[-148.537953,60.80093],[-148.476308,60.814276],[-148.460154,60.812405],[-148.449818,60.800116],[-148.488026,60.790513],[-148.578359,60.781724],[-148.611195,60.762885],[-148.623606,60.752387],[-148.650868,60.737372],[-148.662709,60.725002],[-148.677724,60.700344],[-148.68871,60.689399],[-148.703684,60.684027],[-148.703684,60.676581],[-148.66747,60.674506],[-148.655873,60.676581],[-148.643666,60.682034],[-148.621327,60.695136],[-148.598256,60.699612],[-148.589589,60.704739],[-148.583201,60.712348],[-148.5808,60.721584],[-148.578928,60.735785],[-148.573598,60.739936],[-148.56489,60.74079],[-148.552846,60.744818],[-148.52953,60.757025],[-148.510203,60.763495],[-148.48998,60.766099],[-148.464101,60.766547],[-148.453074,60.768622],[-148.440012,60.777574],[-148.433054,60.779608],[-148.374705,60.779608],[-148.374705,60.772773],[-148.388376,60.772773],[-148.388376,60.766547],[-148.378855,60.764228],[-148.370961,60.759752],[-148.364939,60.753241],[-148.361073,60.744818],[-148.385487,60.739691],[-148.39509,60.734687],[-148.401967,60.725002],[-148.401112,60.715806],[-148.39509,60.689521],[-148.398915,60.684027],[-148.42634,60.679511],[-148.434519,60.667426],[-148.429921,60.62873],[-148.420115,60.634955],[-148.395823,60.656684],[-148.38268,60.661689],[-148.370432,60.663804],[-148.358754,60.667426],[-148.347401,60.676581],[-148.342519,60.703315],[-148.30842,60.734565],[-148.264638,60.76081],[-148.230702,60.772773],[-148.230702,60.766547],[-148.24828,60.754381],[-148.256215,60.737982],[-148.254954,60.718573],[-148.244985,60.697699],[-148.237131,60.688544],[-148.218984,60.673285],[-148.210194,60.662909],[-148.20641,60.65351],[-148.205922,60.645453],[-148.204172,60.637519],[-148.196604,60.62873],[-148.206288,60.620551],[-148.219187,60.614081],[-148.233713,60.609809],[-148.248118,60.608303],[-148.315256,60.549709],[-148.336985,60.540595],[-148.361073,60.54682],[-148.361073,60.553046],[-148.363515,60.562323],[-148.416453,60.559231],[-148.429921,60.570746],[-148.439687,60.587063],[-148.462473,60.589301],[-148.488474,60.582221],[-148.524485,60.560004],[-148.599477,60.52969],[-148.655873,60.49844],[-148.669423,60.488227],[-148.684763,60.472113],[-148.68989,60.457221],[-148.672597,60.450629],[-148.651479,60.45718],[-148.615305,60.485745],[-148.557932,60.50434],[-148.51415,60.528469],[-148.470204,60.54621],[-148.429921,60.539374],[-148.427073,60.528876],[-148.409047,60.524563],[-148.385935,60.522528],[-148.367869,60.518948],[-148.38154,60.505845],[-148.3485,60.509467],[-148.341542,60.506659],[-148.351145,60.495307],[-148.358835,60.483791],[-148.348378,60.480658],[-148.329905,60.483222],[-148.313222,60.488837],[-148.276601,60.49494],[-148.268503,60.472886],[-148.263783,60.451077],[-148.237538,60.457465],[-148.224721,60.469143],[-148.223622,60.478339],[-148.227854,60.488349],[-148.230702,60.502143],[-148.232859,60.505805],[-148.236643,60.509914],[-148.238352,60.515204],[-148.23412,60.522366],[-148.228464,60.525621],[-148.213246,60.532416],[-148.210194,60.536322],[-148.205922,60.546332],[-148.195912,60.554511],[-148.18456,60.557807],[-148.176096,60.553046],[-148.173655,60.539984],[-148.177113,60.525336],[-148.183461,60.512763],[-148.189768,60.505845],[-148.166371,60.501614],[-148.154612,60.525133],[-148.148305,60.557766],[-148.141306,60.58039],[-148.130849,60.587226],[-148.093821,60.603583],[-148.083608,60.604885],[-148.069163,60.585924],[-148.060007,60.57803],[-148.045766,60.574164],[-148.066843,60.539374],[-148.055165,60.541246],[-148.033396,60.551459],[-148.025258,60.553046],[-148.01179,60.547797],[-148.006825,60.540676],[-148.004262,60.532782],[-147.997914,60.525784],[-147.984975,60.521552],[-147.970774,60.518948],[-147.959828,60.512763],[-147.956939,60.49844],[-147.96227,60.491889],[-147.973704,60.485297],[-147.986969,60.48017],[-147.997914,60.477973],[-147.984731,60.462226],[-147.963735,60.464179],[-147.944407,60.468899],[-147.935902,60.461168],[-147.941884,60.443061],[-147.957021,60.436103],[-147.997914,60.436957],[-147.995351,60.421536],[-148.0124,60.410712],[-148.036855,60.404283],[-148.056264,60.402167],[-148.085561,60.419094],[-148.097035,60.419379],[-148.087351,60.395982],[-148.110911,60.399482],[-148.156443,60.414944],[-148.182322,60.41649],[-148.170847,60.409613],[-148.135081,60.37934],[-148.128285,60.368109],[-148.142445,60.355211],[-148.169789,60.352851],[-148.198557,60.356391],[-148.21703,60.361274],[-148.216176,60.379706],[-148.23351,60.384752],[-148.254587,60.378974],[-148.264841,60.364691],[-148.259755,60.348538],[-148.247304,60.349026],[-148.231679,60.353095],[-148.21703,60.347602],[-148.215159,60.321926],[-148.240915,60.297675],[-148.276235,60.279608],[-148.310374,60.270413],[-148.320058,60.260972],[-148.330027,60.258857],[-148.338735,60.262437],[-148.353586,60.279975],[-148.361073,60.2862],[-148.379709,60.287421],[-148.390859,60.277411],[-148.393056,60.26496],[-148.384958,60.258857],[-148.367543,60.253892],[-148.364451,60.242255],[-148.370798,60.228461],[-148.38154,60.217231],[-148.398142,60.209174],[-148.415232,60.204413],[-148.430898,60.197659],[-148.442983,60.183743],[-148.408681,60.186103],[-148.375234,60.192776],[-148.343373,60.203315],[-148.313832,60.217231],[-148.258127,60.251776],[-148.225819,60.260403],[-148.189768,60.25141],[-148.189768,60.245185],[-148.229075,60.242255],[-148.264841,60.232164],[-148.247182,60.226386],[-148.204091,60.22016],[-148.189768,60.211086],[-148.185618,60.196519],[-148.191355,60.183417],[-148.210194,60.155829],[-148.187611,60.165513],[-148.160146,60.21308],[-148.141306,60.232164],[-148.13268,60.234198],[-148.118845,60.234524],[-148.105946,60.230862],[-148.100331,60.220933],[-148.102528,60.209133],[-148.108347,60.201117],[-148.164906,60.149075],[-148.188832,60.134752],[-148.216746,60.129096],[-148.278635,60.127265],[-148.298573,60.136461],[-148.285959,60.162665],[-148.303049,60.164008],[-148.322987,60.172593],[-148.333119,60.170111],[-148.367869,60.118232],[-148.373036,60.086737],[-148.387929,60.058498],[-148.41161,60.03856],[-148.442983,60.032294],[-148.442983,60.025458],[-148.40746,60.018052],[-148.401967,60.01553],[-148.403879,60.007066],[-148.406931,60.003241],[-148.407582,59.999579],[-148.401967,59.99136],[-148.435374,59.959296],[-148.451365,59.955024],[-148.470937,59.970893],[-148.499013,60.013251],[-148.518056,60.02851],[-148.54601,60.032294],[-148.534413,60.013129],[-148.535512,59.997016],[-148.546986,59.984849],[-148.566477,59.977688],[-148.547841,59.969631],[-148.561757,59.957099],[-148.645579,59.923163],[-148.655873,59.923041],[-148.665761,59.931138],[-148.66454,59.939765],[-148.65746,59.946967],[-148.649648,59.950995],[-148.665232,59.955797],[-148.680287,59.954739],[-148.695261,59.951728],[-148.71052,59.950995],[-148.723012,59.953843],[-148.745107,59.962144],[-148.758901,59.964057],[-148.787831,59.958564],[-148.844187,59.937201],[-148.874989,59.937323],[-148.892323,59.94599],[-148.926015,59.971503],[-148.950673,59.977688],[-149.002024,59.967271],[-149.023183,59.967678],[-149.018992,59.984524],[-149.074778,59.969468],[-149.106882,59.96898],[-149.121409,59.99136],[-149.109486,60.002753],[-149.054392,60.037746],[-149.038808,60.052802],[-149.070139,60.06094],[-149.103098,60.058092],[-149.134755,60.047512],[-149.192738,60.014106],[-149.200185,60.008368],[-149.20519,59.998236],[-149.20641,59.987616],[-149.208852,59.977973],[-149.2176,59.970893],[-149.218617,59.955308],[-149.233957,59.939887],[-149.244496,59.926093],[-149.231272,59.915595],[-149.240834,59.902737],[-149.257883,59.888251],[-149.275258,59.877265],[-149.285878,59.874661],[-149.29308,59.887641],[-149.290598,59.924994],[-149.299672,59.94717],[-149.300404,59.956366],[-149.299509,59.97427],[-149.30488,59.977851],[-149.316111,59.979438],[-149.326039,59.98432],[-149.327463,59.997504],[-149.321401,60.001044],[-149.298329,60.006537],[-149.293324,60.011786],[-149.30016,60.023139],[-149.315175,60.025051],[-149.341135,60.022406],[-149.354115,60.090969],[-149.362864,60.111274],[-149.383656,60.122382],[-149.408681,60.123725],[-149.42988,60.114814],[-149.436228,60.103217],[-149.442006,60.083401],[-149.444407,60.062893],[-149.440745,60.049709],[-149.423044,60.022406],[-149.418528,60.018052],[-149.388905,59.997504],[-149.418284,59.991278],[-149.432485,59.986151],[-149.444163,59.977688],[-149.448801,59.968085],[-149.452626,59.945054],[-149.457834,59.937323],[-149.472157,59.931586],[-149.48408,59.932929],[-149.496449,59.936469],[-149.512441,59.937323],[-149.526967,59.932115],[-149.554636,59.913479],[-149.563669,59.90941],[-149.576853,59.89761],[-149.60615,59.845526],[-149.625071,59.833686],[-149.627878,59.828315],[-149.620351,59.816596],[-149.608469,59.804877],[-149.598093,59.799547],[-149.586171,59.789374],[-149.580678,59.786526],[-149.571238,59.785102],[-149.539744,59.786526],[-149.546498,59.774726],[-149.548899,59.766099],[-149.548329,59.758979],[-149.54658,59.751776],[-149.5301,59.738267],[-149.522654,59.727973],[-149.526723,59.717597],[-149.537546,59.716498],[-149.550974,59.723212],[-149.573232,59.738105],[-149.588083,59.742255],[-149.635935,59.74494],[-149.600535,59.766303],[-149.59496,59.772203],[-149.601877,59.782701],[-149.618276,59.784573],[-149.63679,59.783881],[-149.649607,59.786526],[-149.644968,59.801947],[-149.671986,59.817084],[-149.666697,59.830552],[-149.660024,59.840399],[-149.64509,59.873928],[-149.642161,59.885484],[-149.650095,59.912258],[-149.670277,59.939846],[-149.69697,59.959784],[-149.724721,59.964057],[-149.740834,59.948472],[-149.738596,59.890855],[-149.748891,59.864691],[-149.76594,59.839667],[-149.776967,59.835354],[-149.799794,59.841132],[-149.829945,59.856676],[-149.846995,59.858344],[-149.868113,59.847968],[-149.855092,59.843166],[-149.841135,59.835191],[-149.792551,59.79975],[-149.769114,59.786526],[-149.750356,59.704657],[-149.752634,59.682847],[-149.746083,59.667182],[-149.75654,59.662055],[-149.774363,59.664862],[-149.789866,59.673245],[-149.808542,59.687445],[-149.813954,59.69302],[-149.806223,59.71011],[-149.80724,59.717597],[-149.821482,59.725491],[-149.857045,59.733588],[-149.871816,59.741523],[-149.91157,59.773993],[-149.919911,59.779039],[-149.963002,59.783352],[-150.018666,59.798529],[-150.031687,59.799262],[-150.038564,59.792548],[-150.040639,59.775621],[-149.977976,59.751776],[-149.972727,59.746405],[-149.960886,59.727484],[-149.951975,59.72309],[-149.927358,59.721137],[-149.916493,59.717597],[-149.957468,59.669827],[-150.002675,59.642035],[-150.012685,59.628241],[-150.031199,59.637112],[-150.042348,59.649482],[-150.060496,59.676663],[-150.074656,59.685533],[-150.097727,59.695543],[-150.119252,59.700344],[-150.128774,59.693427],[-150.120676,59.680976],[-150.104685,59.672105],[-150.093129,59.662055],[-150.098378,59.645575],[-150.106923,59.629828],[-150.107126,59.614936],[-150.100209,59.602729],[-150.087839,59.594672],[-150.1103,59.580024],[-150.12267,59.575019],[-150.13561,59.572984],[-150.150217,59.576321],[-150.16747,59.591376],[-150.177195,59.594672],[-150.198354,59.586982],[-150.199452,59.568834],[-150.189402,59.548082],[-150.177195,59.53205],[-150.236887,59.53384],[-150.256785,59.526109],[-150.245473,59.49787],[-150.279734,59.496405],[-150.291249,59.492865],[-150.326243,59.475979],[-150.347971,59.469957],[-150.369862,59.469468],[-150.389475,59.477444],[-150.382273,59.479234],[-150.369862,59.483873],[-150.361521,59.484809],[-150.375844,59.495185],[-150.383249,59.49787],[-150.369822,59.502021],[-150.355702,59.504462],[-150.343332,59.508857],[-150.334828,59.518378],[-150.349924,59.518744],[-150.357493,59.525702],[-150.358876,59.535875],[-150.355336,59.546291],[-150.344797,59.555569],[-150.315297,59.56391],[-150.303456,59.569892],[-150.294667,59.582343],[-150.294667,59.592108],[-150.295847,59.60106],[-150.290476,59.611151],[-150.27009,59.626899],[-150.266347,59.635932],[-150.273386,59.649359],[-150.250722,59.667711],[-150.229075,59.695502],[-150.224355,59.715399],[-150.252268,59.71015],[-150.278798,59.692084],[-150.35436,59.602281],[-150.379587,59.587551],[-150.393178,59.576728],[-150.424265,59.53205],[-150.465199,59.494452],[-150.469309,59.478176],[-150.479482,59.467353],[-150.492747,59.465766],[-150.506174,59.477444],[-150.501576,59.494289],[-150.541941,59.515286],[-150.553334,59.535712],[-150.545115,59.550442],[-150.505849,59.581855],[-150.492502,59.600898],[-150.5301,59.601874],[-150.616689,59.564399],[-150.656972,59.552476],[-150.656972,59.546291],[-150.637441,59.541205],[-150.614329,59.528754],[-150.593577,59.513007],[-150.581248,59.49787],[-150.580515,59.48192],[-150.593577,59.474107],[-150.636464,59.463121],[-150.636464,59.456977],[-150.614369,59.450426],[-150.604726,59.445014],[-150.609324,59.438666],[-150.629709,59.429633],[-150.653066,59.423896],[-150.728627,59.422187],[-150.733957,59.414781],[-150.742624,59.398586],[-150.754628,59.382392],[-150.769968,59.374945],[-150.788279,59.371487],[-150.84907,59.343695],[-150.856272,59.33926],[-150.863881,59.335517],[-150.917673,59.326565],[-150.917307,59.317084],[-150.908762,59.302639],[-150.886342,59.275051],[-150.891957,59.257514],[-150.931101,59.248236],[-150.965891,59.234442],[-150.958608,59.203681],[-150.996571,59.226549],[-151.011545,59.241645],[-151.009511,59.255194],[-150.996409,59.268134],[-150.998036,59.27265],[-151.008168,59.2744],[-151.02009,59.278754],[-151.034983,59.292467],[-151.042551,59.297187],[-151.054189,59.299262],[-151.065989,59.295885],[-151.078359,59.289252],[-151.092478,59.285102],[-151.121693,59.293931],[-151.176625,59.301011],[-151.228708,59.316352],[-151.243479,59.318427],[-151.258046,59.317694],[-151.273305,59.312934],[-151.257639,59.298407],[-151.235911,59.296536],[-151.213124,59.296942],[-151.194529,59.289374],[-151.180979,59.279364],[-151.129954,59.258287],[-151.109202,59.253363],[-151.099355,59.248969],[-151.095164,59.241278],[-151.097239,59.232611],[-151.102732,59.224677],[-151.110341,59.21894],[-151.146311,59.20954],[-151.16161,59.207709],[-151.182607,59.217434],[-151.211863,59.223293],[-151.222117,59.224189],[-151.274607,59.221625],[-151.294423,59.224189],[-151.349192,59.242092],[-151.372914,59.246527],[-151.389109,59.255316],[-151.39684,59.258287],[-151.409617,59.260077],[-151.417836,59.259101],[-151.501291,59.234687],[-151.519765,59.224189],[-151.508046,59.221177],[-151.485707,59.21955],[-151.472605,59.216702],[-151.489084,59.199652],[-151.516713,59.196763],[-151.575307,59.203681],[-151.601267,59.201728],[-151.613962,59.197496],[-151.615956,59.189399],[-151.603831,59.182034],[-151.576283,59.188218],[-151.568105,59.175767],[-151.68281,59.163031],[-151.741526,59.167141],[-151.766794,59.193101],[-151.760365,59.209703],[-151.758616,59.219713],[-151.763376,59.224189],[-151.840281,59.213446],[-151.867909,59.21369],[-151.893137,59.220649],[-151.910756,59.23786],[-151.894846,59.238105],[-151.886667,59.241604],[-151.887156,59.248358],[-151.897084,59.258287],[-151.906484,59.261461],[-151.944936,59.265082],[-151.961781,59.270657],[-151.977162,59.279364],[-151.986684,59.292792],[-151.985829,59.312934],[-151.97643,59.325426],[-151.959462,59.337348],[-151.925038,59.353909],[-151.896596,59.359565],[-151.815175,59.353909],[-151.835398,59.36758],[-151.881296,59.385321],[-151.900217,59.398871],[-151.894032,59.412828],[-151.864207,59.426907],[-151.807729,59.443834],[-151.74828,59.445624],[-151.718251,59.450873],[-151.705312,59.466864],[-151.689076,59.480292],[-151.651845,59.485907],[-151.46821,59.478095],[-151.441518,59.466864],[-151.423166,59.453925],[-151.400624,59.445136],[-151.382192,59.44477],[-151.376332,59.456977],[-151.390004,59.473782],[-151.440419,59.493638],[-151.451487,59.508124],[-151.441477,59.532213],[-151.41747,59.546291],[-151.362742,59.559963],[-151.341257,59.561184],[-151.291697,59.556098],[-151.273305,59.559963],[-151.266306,59.571194],[-151.265207,59.584662],[-151.25886,59.596137],[-151.236073,59.600898],[-151.194773,59.597602],[-151.174143,59.600084],[-151.174021,59.611151],[-151.200266,59.631781],[-151.201365,59.641181],[-151.18456,59.655504],[-151.170969,59.661811],[-151.141794,59.670356],[-151.129954,59.676663],[-151.120432,59.687161],[-151.107411,59.710679],[-151.098948,59.720689],[-151.075144,59.737698],[-150.992787,59.779039],[-151.023508,59.795559],[-151.066274,59.79678],[-151.10912,59.786526],[-151.15449,59.759955],[-151.212514,59.74494],[-151.381337,59.674954],[-151.417307,59.669827],[-151.430979,59.666205],[-151.449534,59.657416],[-151.465769,59.646308],[-151.472605,59.635688],[-151.46467,59.625922],[-151.44636,59.61815],[-151.430369,59.612494],[-151.42573,59.611518],[-151.410512,59.607733],[-151.430653,59.611802],[-151.746938,59.682847],[-151.780832,59.692206],[-151.83137,59.716213],[-151.871775,59.749457],[-151.882883,59.786526],[-151.877065,59.79678],[-151.848704,59.820014],[-151.841868,59.831285],[-151.83141,59.855455],[-151.739125,59.988227],[-151.733266,60.008368],[-151.724965,60.024888],[-151.706044,60.041693],[-151.465443,60.18769],[-151.429636,60.216376],[-151.403269,60.252427],[-151.390614,60.299791],[-151.393178,60.344428],[-151.390248,60.359442],[-151.376047,60.371812],[-151.362009,60.377753],[-151.3485,60.380927],[-151.317983,60.382392],[-151.305979,60.386949],[-151.301869,60.398017],[-151.300649,60.423326],[-151.282948,60.48786],[-151.280751,60.508979],[-151.282786,60.537055],[-151.289499,60.550767],[-151.321767,60.574164],[-151.333852,60.59219],[-151.35497,60.639635],[-151.377797,60.658271],[-151.395863,60.678941],[-151.411733,60.702094],[-151.417307,60.718166],[-151.396921,60.738023],[-151.323801,60.739081],[-151.297556,60.748603],[-151.276072,60.767279],[-151.253,60.775336],[-151.071482,60.785346],[-151.043691,60.796332],[-151.026072,60.810045],[-150.763254,60.926703],[-150.603261,60.978502],[-150.452504,61.034247],[-150.387034,61.047268],[-150.334828,61.032864],[-150.322214,61.014594],[-150.310007,60.989447],[-150.293894,60.967271],[-150.258494,60.954576],[-150.236521,60.940416],[-150.22529,60.937242],[-150.043772,60.916815],[-149.977854,60.938788],[-149.930776,60.944729],[-149.850168,60.973863],[-149.824045,60.978217],[-149.752919,60.973822],[-149.71703,60.967515],[-149.683095,60.957709],[-149.638661,60.939643],[-149.621693,60.937242],[-149.526112,60.937242],[-149.507069,60.934027],[-149.467275,60.919908],[-149.126088,60.883612],[-149.103586,60.878079],[-149.090688,60.872056],[-149.078114,60.863756],[-149.059031,60.85635],[-149.039622,60.852444],[-149.025828,60.854682],[-149.060862,60.897284],[-149.111643,60.928616],[-149.169301,60.946967],[-149.225046,60.950873],[-149.334055,60.930325],[-149.3579,60.933824],[-149.378041,60.946967],[-149.483713,60.982408],[-149.516347,60.988593],[-149.617991,60.994615],[-149.783152,61.045356],[-149.829172,61.073432],[-149.909047,61.094306],[-150.067332,61.155748],[-150.057362,61.172309],[-150.038197,61.193061],[-150.015614,61.206366],[-149.99531,61.200751],[-149.975942,61.198472],[-149.944814,61.207709],[-149.914133,61.22134],[-149.895985,61.232082],[-149.889963,61.240424],[-149.875559,61.273098],[-149.868886,61.282538],[-149.810658,61.331366],[-149.796742,61.339016],[-149.781687,61.340725],[-149.766591,61.340237],[-149.752634,61.341295],[-149.73058,61.351874],[-149.704213,61.384223],[-149.68342,61.399359],[-149.65571,61.409003],[-149.320017,61.479153],[-149.27953,61.481635],[-149.261057,61.48664],[-149.245554,61.498969],[-149.278554,61.506537],[-149.41686,61.498969],[-149.403188,61.505805],[-149.428171,61.51317],[-149.648671,61.488186],[-149.757395,61.453355],[-149.795603,61.424506],[-149.814646,61.414211],[-149.861887,61.395941],[-149.879709,61.386135],[-149.89741,61.371283],[-149.911,61.352688],[-149.919749,61.31037],[-149.927846,61.289293],[-149.938914,61.271226],[-149.950632,61.259426],[-149.983754,61.246324],[-150.280507,61.259955],[-150.293894,61.265611],[-150.305653,61.275214],[-150.309763,61.28144],[-150.314402,61.281643],[-150.327992,61.273098],[-150.324696,61.272162],[-150.323191,61.266262],[-150.324086,61.258694],[-150.327992,61.25259],[-150.334584,61.250922],[-150.450551,61.25259],[-150.499623,61.261664],[-150.541737,61.286566],[-150.560658,61.323676],[-150.540273,61.369289],[-150.5631,61.365424],[-150.587107,61.351996],[-150.600535,61.332424],[-150.58495,61.294623],[-150.604237,61.291327],[-150.633616,61.298651],[-150.656972,61.314032],[-150.691274,61.277533],[-150.730906,61.253974],[-150.89155,61.214301],[-150.947743,61.211005],[-150.95759,61.207913],[-150.97529,61.194241],[-150.989084,61.191107],[-151.001536,61.190009],[-151.028554,61.182563],[-151.039906,61.177436],[-151.060902,61.163275],[-151.128163,61.094184],[-151.14037,61.078192],[-151.154775,61.064439],[-151.177113,61.053941],[-151.243642,61.039252],[-151.310862,61.032864],[-151.323598,61.02969],[-151.349558,61.01557],[-151.362375,61.012356],[-151.437815,61.019843],[-151.476145,61.017035],[-151.52245,61.008612],[-151.566762,60.994534],[-151.612782,60.965277],[-151.64623,60.950995],[-151.681223,60.928656],[-151.725046,60.924465],[-151.746938,60.916815],[-151.752146,60.898139],[-151.795277,60.868964],[-151.807729,60.847886],[-151.806264,60.83747],[-151.801015,60.828315],[-151.717763,60.743069],[-151.711374,60.725735],[-151.746287,60.718166],[-151.779734,60.724066],[-151.840688,60.751125],[-151.869822,60.759101],[-151.867747,60.754625],[-151.864369,60.743313],[-151.862375,60.738674],[-151.910105,60.731106],[-151.931508,60.725287],[-151.964304,60.703437],[-152.013051,60.680732],[-152.031199,60.676581],[-152.044545,60.675727],[-152.051381,60.673163],[-152.061594,60.662909],[-152.062734,60.660468],[-152.101308,60.613837],[-152.109364,60.608303],[-152.120961,60.603583],[-152.143137,60.597561],[-152.171254,60.580878],[-152.2329,60.559882],[-152.3155,60.505845],[-152.329579,60.492499],[-152.340077,60.476142],[-152.343373,60.457424],[-152.335927,60.436957],[-152.317576,60.420559],[-152.294504,60.412787],[-152.24592,60.402167],[-152.24592,60.395982],[-152.368113,60.357856],[-152.39741,60.33393],[-152.40038,60.326809],[-152.40392,60.309801],[-152.407664,60.303209],[-152.415964,60.297756],[-152.467763,60.282294],[-152.512644,60.274604],[-152.534535,60.265692],[-152.596303,60.228461],[-152.61616,60.22427],[-152.633982,60.229885],[-152.651845,60.238959],[-152.671742,60.245185],[-152.805531,60.235093],[-152.849843,60.245185],[-152.840891,60.256049],[-152.824941,60.256578],[-152.80602,60.252997],[-152.787831,60.25141],[-152.787831,60.258857],[-152.839548,60.268378],[-152.863596,60.265815],[-152.890818,60.25141],[-152.898549,60.275377],[-152.897817,60.295152],[-152.905588,60.308539],[-152.938588,60.313463],[-153.012196,60.313463],[-153.048451,60.309638],[-153.082631,60.299791],[-153.105458,60.28559],[-153.103627,60.277086],[-153.086985,60.27733],[-153.065256,60.289537],[-153.037953,60.299384],[-152.996897,60.300849],[-152.956614,60.293891],[-152.931833,60.278713],[-152.929758,60.27025],[-152.933461,60.253119],[-152.931833,60.245185],[-152.922719,60.237209],[-152.89741,60.227362],[-152.86266,60.207709],[-152.767323,60.190619],[-152.742869,60.174709],[-152.732533,60.170111],[-152.724314,60.169338],[-152.706532,60.17121],[-152.698435,60.170111],[-152.683054,60.162828],[-152.676625,60.157945],[-152.68163,60.155829],[-152.686269,60.151597],[-152.684438,60.142483],[-152.677805,60.133368],[-152.667958,60.129096],[-152.657908,60.12637],[-152.590281,60.092231],[-152.578562,60.081204],[-152.578603,60.070136],[-152.597971,60.04267],[-152.610951,60.033352],[-152.630116,60.032294],[-152.630116,60.025458],[-152.626332,60.024156],[-152.617136,60.019273],[-152.664784,59.994696],[-152.677927,59.984524],[-152.690134,59.966986],[-152.704579,59.93065],[-152.718861,59.915595],[-152.737904,59.908393],[-152.808298,59.896308],[-152.831166,59.887397],[-152.842885,59.884223],[-152.856679,59.882066],[-152.905466,59.886217],[-152.914418,59.885484],[-152.934804,59.879625],[-153.021189,59.888902],[-153.04601,59.886664],[-153.091908,59.876899],[-153.229726,59.868476],[-153.243357,59.862454],[-153.262034,59.848456],[-153.279164,59.832343],[-153.288075,59.820014],[-153.25654,59.821234],[-153.22643,59.828681],[-153.196401,59.832709],[-153.150828,59.819648],[-153.137685,59.821479],[-153.125234,59.825263],[-153.059275,59.833645],[-153.013865,59.832343],[-153.005686,59.827053],[-153.000071,59.813178],[-153.000071,59.80036],[-153.005238,59.792711],[-153.011342,59.785956],[-153.019236,59.762844],[-153.044423,59.722357],[-153.055287,59.71015],[-153.079294,59.701361],[-153.139475,59.686916],[-153.15156,59.673245],[-153.166249,59.664008],[-153.199818,59.654202],[-153.236643,59.647895],[-153.260813,59.649359],[-153.26769,59.656684],[-153.27831,59.676907],[-153.288075,59.682847],[-153.307444,59.68183],[-153.315989,59.672065],[-153.314809,59.660875],[-153.305124,59.655504],[-153.301015,59.652411],[-153.306467,59.645575],[-153.317209,59.638821],[-153.32905,59.635688],[-153.346018,59.636908],[-153.391103,59.649359],[-153.399119,59.650458],[-153.425242,59.649359],[-153.425242,59.655504],[-153.409128,59.66356],[-153.399037,59.672105],[-153.358957,59.720771],[-153.345408,59.725531],[-153.322214,59.717597],[-153.336374,59.730536],[-153.381459,59.7414],[-153.452585,59.79267],[-153.451527,59.775458],[-153.454457,59.761542],[-153.453928,59.746894],[-153.442616,59.727484],[-153.445424,59.716783],[-153.465443,59.674628],[-153.473012,59.66234],[-153.490712,59.650092],[-153.513173,59.641791],[-153.537099,59.637152],[-153.559031,59.635688],[-153.573232,59.642157],[-153.598622,59.672756],[-153.610829,59.682847],[-153.604115,59.687405],[-153.601186,59.688788],[-153.596547,59.689683],[-153.596547,59.69717],[-153.62267,59.695217],[-153.625966,59.68476],[-153.621449,59.670111],[-153.623891,59.655504],[-153.642934,59.648342],[-153.695627,59.64468],[-153.70641,59.631985],[-153.620432,59.628241],[-153.612172,59.626695],[-153.570383,59.609117],[-153.566029,59.60928],[-153.569285,59.594672],[-153.586415,59.56745],[-153.621938,59.555243],[-153.791819,59.542914],[-153.811879,59.556138],[-153.833608,59.559638],[-153.855784,59.555609],[-153.877146,59.546291],[-153.839915,59.544379],[-153.811513,59.538275],[-153.786936,59.527533],[-153.741078,59.497748],[-153.725779,59.482245],[-153.724721,59.466051],[-153.747385,59.4501],[-153.751454,59.440253],[-153.780222,59.433987],[-153.843577,59.429633],[-153.896596,59.432196],[-153.912465,59.429633],[-153.921498,59.424262],[-153.93574,59.408393],[-153.945994,59.402289],[-154.027943,59.388617],[-154.035105,59.38935],[-154.047556,59.39468],[-154.055857,59.395453],[-154.06078,59.393256],[-154.071523,59.383938],[-154.076365,59.381171],[-154.094716,59.378852],[-154.145253,59.381171],[-154.111643,59.360053],[-154.066233,59.348334],[-154.022654,59.351467],[-153.994456,59.374945],[-153.984853,59.370551],[-153.97468,59.368109],[-153.964182,59.367255],[-153.95344,59.36815],[-153.95344,59.361314],[-154.027211,59.341702],[-154.111928,59.304877],[-154.127756,59.294176],[-154.140207,59.281684],[-154.145253,59.268215],[-154.149892,59.235338],[-154.144358,59.224066],[-154.123525,59.224189],[-154.130849,59.208157],[-154.146311,59.202541],[-154.186228,59.203681],[-154.179433,59.183539],[-154.197499,59.173163],[-154.22529,59.169379],[-154.24767,59.168891],[-154.228464,59.162665],[-154.220326,59.161444],[-154.229482,59.155707],[-154.239491,59.151597],[-154.250111,59.149237],[-154.261301,59.148424],[-154.252878,59.13052],[-154.235056,59.12759],[-154.193064,59.134752],[-154.177317,59.129788],[-154.171946,59.118598],[-154.176991,59.107123],[-154.192454,59.101264],[-154.182932,59.095526],[-154.178782,59.093817],[-154.178782,59.086982],[-154.198354,59.076972],[-154.199818,59.055854],[-154.187327,59.03498],[-154.16511,59.02558],[-154.14037,59.031155],[-154.121083,59.044379],[-154.10322,59.060248],[-154.08259,59.07331],[-154.021962,59.08393],[-153.894765,59.065619],[-153.83613,59.066555],[-153.815867,59.072455],[-153.808095,59.073798],[-153.711537,59.070746],[-153.688791,59.063666],[-153.668691,59.05268],[-153.651804,59.03856],[-153.632883,59.01732],[-153.623891,59.011298],[-153.583079,59.000556],[-153.572703,58.994818],[-153.560902,58.990709],[-153.541575,58.989407],[-153.522328,58.990709],[-153.51061,58.994818],[-153.497426,59.003485],[-153.487172,59.002509],[-153.466868,58.9914],[-153.427235,58.981187],[-153.415028,58.974026],[-153.380686,58.94066],[-153.369985,58.936184],[-153.339304,58.936184],[-153.331614,58.933783],[-153.332265,58.928209],[-153.335642,58.921454],[-153.335886,58.915717],[-153.322621,58.894477],[-153.312856,58.889065],[-153.294911,58.888373],[-153.294911,58.881537],[-153.309071,58.877346],[-153.363149,58.874091],[-153.349965,58.868354],[-153.334299,58.866116],[-153.270823,58.871405],[-153.25947,58.868883],[-153.26415,58.857367],[-153.289133,58.844143],[-153.338368,58.855048],[-153.363149,58.847398],[-153.377553,58.829047],[-153.395212,58.782172],[-153.408193,58.761135],[-153.424672,58.744371],[-153.438832,58.733588],[-153.527659,58.696601],[-153.560251,58.69477],[-153.576121,58.690863],[-153.582875,58.679185],[-153.590281,58.658596],[-153.608754,58.644436],[-153.633127,58.634955],[-153.690663,58.621568],[-153.795522,58.614],[-153.863759,58.619818],[-153.899403,58.616685],[-153.912465,58.600328],[-153.910227,58.592719],[-153.906077,58.588121],[-153.89977,58.586249],[-153.904286,58.579901],[-153.912709,58.568508],[-153.918894,58.556098],[-153.929636,58.540839],[-153.929514,58.537909],[-153.930857,58.535631],[-153.939198,58.53205],[-153.946278,58.53266],[-153.954335,58.535875],[-153.963328,58.537299],[-153.973337,58.53205],[-153.961252,58.52851],[-153.932362,58.523993],[-153.925526,58.518459],[-153.930124,58.511542],[-153.942372,58.502916],[-153.956654,58.495266],[-153.967112,58.491116],[-154.001332,58.491116],[-154.042348,58.49608],[-154.081654,58.495185],[-154.110463,58.477484],[-154.096425,58.467719],[-154.080068,58.436713],[-154.068918,58.422187],[-154.067087,58.417426],[-154.068959,58.413031],[-154.069203,58.409857],[-154.062367,58.408596],[-154.031687,58.408596],[-154.020741,58.404283],[-154.008046,58.394965],[-154.000234,58.385565],[-154.004343,58.381293],[-154.015248,58.379543],[-154.061879,58.364569],[-154.088572,58.360745],[-154.190053,58.360745],[-154.196848,58.354967],[-154.191029,58.352118],[-154.194814,58.346584],[-154.206654,58.339667],[-154.2176,58.336615],[-154.243398,58.334621],[-154.30012,58.32038],[-154.318715,58.310736],[-154.322743,58.298733],[-154.364369,58.285102],[-154.355784,58.279446],[-154.351389,58.271389],[-154.353505,58.263332],[-154.364369,58.257758],[-154.353098,58.255439],[-154.343821,58.259467],[-154.334421,58.266018],[-154.322743,58.271389],[-154.308339,58.273424],[-154.281361,58.274156],[-154.268137,58.278266],[-154.271962,58.29564],[-154.253529,58.299872],[-154.206654,58.298733],[-154.202992,58.302069],[-154.199208,58.308295],[-154.19404,58.314846],[-154.186228,58.319159],[-154.171376,58.321763],[-154.165395,58.319159],[-154.161122,58.313137],[-154.121327,58.279731],[-154.151723,58.270982],[-154.206044,58.267564],[-154.24767,58.257758],[-154.187611,58.250678],[-154.165395,58.239407],[-154.16572,58.216783],[-154.188059,58.198188],[-154.221181,58.191392],[-154.255605,58.193996],[-154.281809,58.203111],[-154.289255,58.200019],[-154.302317,58.196275],[-154.287546,58.181586],[-154.235789,58.155341],[-154.227162,58.141059],[-154.246775,58.12641],[-154.280344,58.133043],[-154.337026,58.162095],[-154.34911,58.145087],[-154.345448,58.133368],[-154.335764,58.122219],[-154.329579,58.106879],[-154.336008,58.085395],[-154.352773,58.082221],[-154.370066,58.090644],[-154.386464,58.117621],[-154.405995,58.127997],[-154.427805,58.13642],[-154.443186,58.144477],[-154.448232,58.151435],[-154.451283,58.160142],[-154.452748,58.169623],[-154.453114,58.1789],[-154.458363,58.18773],[-154.47053,58.194241],[-154.494089,58.203111],[-154.467722,58.14704],[-154.460398,58.115058],[-154.469838,58.08983],[-154.499135,58.087795],[-154.577016,58.125718],[-154.610789,58.120551],[-154.605906,58.113756],[-154.553415,58.083075],[-154.553049,58.079576],[-154.545644,58.071112],[-154.551951,58.052314],[-154.566274,58.033515],[-154.583119,58.02497],[-154.631215,58.031195],[-154.644765,58.035468],[-154.648305,58.045478],[-154.648386,58.057034],[-154.651723,58.065985],[-154.669911,58.072333],[-154.692738,58.068915],[-154.715688,58.058905],[-154.734242,58.045478],[-154.737904,58.039455],[-154.741404,58.025092],[-154.747304,58.017524],[-154.755564,58.0126],[-154.766916,58.008246],[-154.778879,58.005072],[-154.788889,58.003892],[-154.810414,58.008124],[-154.856272,58.026923],[-154.881052,58.031195],[-154.973866,58.031195],[-155.023142,58.02558],[-155.040151,58.017239],[-155.028513,58.003892],[-155.044993,57.976386],[-155.063466,57.962388],[-155.088612,57.957424],[-155.125315,57.956732],[-155.076731,57.916164],[-155.068674,57.897366],[-155.097401,57.880316],[-155.137929,57.873114],[-155.255076,57.880316],[-155.224436,57.85814],[-155.220286,57.850287],[-155.227244,57.842108],[-155.243398,57.836859],[-155.275217,57.833197],[-155.308217,57.838813],[-155.32551,57.839545],[-155.336985,57.833197],[-155.334665,57.826483],[-155.309682,57.798407],[-155.345652,57.805325],[-155.358103,57.805243],[-155.358103,57.798407],[-155.336171,57.790717],[-155.312082,57.775214],[-155.299143,57.756822],[-155.310292,57.740424],[-155.321278,57.736558],[-155.351186,57.730536],[-155.375437,57.728339],[-155.385365,57.726142],[-155.394399,57.725735],[-155.405873,57.72956],[-155.43342,57.745795],[-155.490102,57.762885],[-155.504872,57.764309],[-155.529368,57.772366],[-155.551096,57.788031],[-155.574778,57.798814],[-155.605092,57.792222],[-155.617421,57.780666],[-155.628163,57.762885],[-155.635732,57.743354],[-155.638621,57.726467],[-155.627919,57.708157],[-155.588612,57.689643],[-155.59081,57.675523],[-155.611806,57.665839],[-155.703196,57.648261],[-155.76183,57.648261],[-155.771433,57.644721],[-155.760081,57.637152],[-155.734202,57.627143],[-155.732615,57.621649],[-155.734486,57.615953],[-155.738108,57.611029],[-155.741648,57.607327],[-155.735544,57.594672],[-155.738393,57.572008],[-155.734202,57.558824],[-155.741648,57.552069],[-155.793202,57.544582],[-155.805735,57.547919],[-155.810129,57.555732],[-155.811838,57.564927],[-155.816151,57.572496],[-155.825876,57.57925],[-155.831532,57.579576],[-155.847768,57.562567],[-155.861806,57.558905],[-155.904042,57.556545],[-155.912953,57.548285],[-155.924184,57.531399],[-155.950063,57.534369],[-155.978708,57.547919],[-156.020457,57.576809],[-156.034047,57.571438],[-156.034006,57.555609],[-156.01537,57.538398],[-156.01537,57.531562],[-156.082143,57.537177],[-156.104726,57.531562],[-156.091257,57.519436],[-156.051137,57.51789],[-156.042714,57.50731],[-156.042917,57.489691],[-156.041493,57.47484],[-156.035512,57.463568],[-156.022206,57.456448],[-156.060658,57.430243],[-156.112742,57.44717],[-156.167592,57.473619],[-156.214589,57.476264],[-156.221873,57.468329],[-156.226064,57.456855],[-156.228261,57.442206],[-156.238759,57.436957],[-156.268259,57.429633],[-156.308827,57.424872],[-156.338857,57.415432],[-156.471628,57.339789],[-156.493723,57.338324],[-156.520741,57.333075],[-156.544626,57.322699],[-156.55724,57.305609],[-156.554636,57.281684],[-156.536488,57.27912],[-156.391957,57.314846],[-156.354848,57.311347],[-156.34435,57.311835],[-156.348337,57.300482],[-156.339955,57.285305],[-156.34435,57.270901],[-156.349192,57.270413],[-156.35029,57.272162],[-156.350046,57.27497],[-156.351186,57.277655],[-156.357371,57.252143],[-156.384023,57.240546],[-156.447377,57.229926],[-156.447377,57.22309],[-156.430898,57.222724],[-156.410593,57.218655],[-156.393259,57.210639],[-156.385935,57.198879],[-156.380971,57.193671],[-156.358103,57.190497],[-156.351186,57.1883],[-156.346018,57.177802],[-156.34907,57.173326],[-156.354848,57.170356],[-156.358022,57.16474],[-156.375925,57.143256],[-156.460642,57.125637],[-156.488352,57.113837],[-156.47057,57.101508],[-156.453603,57.086493],[-156.470815,57.079169],[-156.481801,57.086005],[-156.489003,57.096422],[-156.495188,57.099555],[-156.502065,57.089586],[-156.503285,57.063218],[-156.50886,57.051744],[-156.523061,57.045844],[-156.542795,57.045396],[-156.562611,57.048163],[-156.577097,57.051744],[-156.589955,57.057074],[-156.625478,57.079047],[-156.631703,57.072821],[-156.625478,57.05858],[-156.645375,57.05858],[-156.565378,57.004543],[-156.549794,56.982856],[-156.574208,56.983222],[-156.657053,56.997952],[-156.668284,56.998521],[-156.678334,57.00019],[-156.68696,57.003974],[-156.691151,57.009182],[-156.704335,57.031236],[-156.70873,57.033393],[-156.715566,57.038072],[-156.724436,57.042792],[-156.776357,57.051744],[-156.784779,57.04914],[-156.791493,57.04267],[-156.794911,57.034654],[-156.79308,57.027533],[-156.786488,57.023017],[-156.776682,57.01789],[-156.767527,57.011786],[-156.762685,57.003974],[-156.763417,56.992011],[-156.769154,56.986884],[-156.776723,56.983466],[-156.783193,56.97663],[-156.786204,56.96776],[-156.787953,56.951077],[-156.789988,56.941881],[-156.797556,56.924262],[-156.809438,56.906684],[-156.824452,56.897284],[-156.841501,56.903998],[-156.889353,56.952094],[-156.90453,56.961819],[-156.927439,56.970526],[-156.94929,56.976223],[-156.961293,56.97663],[-156.951527,56.966498],[-156.946726,56.954576],[-156.947499,56.943305],[-156.954457,56.935045],[-156.950022,56.93008],[-156.944692,56.919989],[-156.940867,56.914537],[-156.953318,56.911078],[-156.996083,56.907701],[-157.030466,56.890082],[-157.040151,56.887274],[-157.050364,56.87816],[-157.07844,56.837104],[-157.091664,56.825832],[-157.112742,56.830512],[-157.169789,56.854641],[-157.190989,56.849677],[-157.183583,56.842027],[-157.162465,56.831285],[-157.147817,56.815131],[-157.159983,56.791083],[-157.189402,56.776272],[-157.215199,56.780341],[-157.239247,56.79149],[-157.286855,56.801703],[-157.305898,56.811591],[-157.365427,56.851467],[-157.391957,56.863227],[-157.419667,56.867377],[-157.443918,56.856513],[-157.459665,56.846422],[-157.465891,56.840033],[-157.468455,56.828925],[-157.463816,56.815823],[-157.452707,56.81094],[-157.439198,56.809149],[-157.427439,56.805365],[-157.417551,56.79678],[-157.408803,56.785468],[-157.404246,56.773749],[-157.406321,56.763739],[-157.412221,56.768948],[-157.419504,56.773139],[-157.427113,56.775295],[-157.433949,56.774319],[-157.438344,56.770738],[-157.444285,56.764635],[-157.448435,56.758938],[-157.447336,56.756903],[-157.462473,56.756578],[-157.509104,56.763739],[-157.531931,56.752265],[-157.552235,56.730414],[-157.573435,56.71662],[-157.598744,56.729641],[-157.60558,56.722154],[-157.595164,56.717597],[-157.586537,56.712348],[-157.580637,56.70539],[-157.578236,56.695461],[-157.57079,56.702338],[-157.557851,56.685533],[-157.53539,56.677558],[-157.485789,56.674994],[-157.48058,56.67064],[-157.463124,56.651435],[-157.457875,56.64704],[-157.45519,56.643215],[-157.462595,56.634508],[-157.473826,56.625434],[-157.482655,56.620347],[-157.512441,56.620103],[-157.583811,56.631293],[-157.608713,56.623481],[-157.633778,56.611151],[-157.664662,56.611396],[-157.694163,56.620307],[-157.715443,56.633979],[-157.750803,56.674262],[-157.772898,56.684394],[-157.804189,56.678127],[-157.837717,56.66592],[-157.848256,56.65766],[-157.861562,56.652289],[-157.897898,56.654853],[-157.913442,56.653876],[-157.932688,56.642808],[-157.965525,56.612372],[-157.982371,56.606106],[-158.033274,56.5987],[-158.038808,56.596991],[-158.044504,56.592963],[-158.048899,56.587633],[-158.050608,56.582221],[-158.055124,56.578559],[-158.085398,56.578803],[-158.105214,56.572211],[-158.118764,56.562893],[-158.127634,56.549506],[-158.133168,56.530341],[-158.075022,56.538316],[-157.963612,56.569973],[-157.881947,56.570624],[-157.868967,56.569037],[-157.858835,56.565131],[-157.849924,56.555569],[-157.848093,56.546373],[-157.847279,56.537177],[-157.84142,56.527289],[-157.836903,56.516506],[-157.842966,56.50731],[-157.862538,56.493476],[-157.877146,56.478217],[-157.884145,56.476142],[-157.89977,56.475735],[-157.956532,56.482611],[-158.067983,56.511908],[-158.126332,56.516669],[-158.152903,56.513251],[-158.165028,56.507392],[-158.167917,56.496894],[-158.158681,56.489203],[-158.131907,56.496161],[-158.126332,56.48664],[-158.138295,56.465522],[-158.166331,56.45893],[-158.221913,56.462104],[-158.248972,56.457506],[-158.261586,56.457994],[-158.273752,56.465806],[-158.282053,56.469957],[-158.318105,56.475735],[-158.338694,56.475409],[-158.355051,56.471137],[-158.41572,56.446479],[-158.43102,56.438056],[-158.442983,56.428046],[-158.455312,56.414293],[-158.471425,56.400295],[-158.508494,56.378363],[-158.523549,56.365912],[-158.518259,56.360745],[-158.509958,56.345404],[-158.541086,56.342475],[-158.576772,56.330268],[-158.609812,56.31391],[-158.632802,56.298245],[-158.646433,56.270657],[-158.620107,56.256171],[-158.537221,56.249823],[-158.544423,56.259752],[-158.553538,56.267279],[-158.561269,56.275458],[-158.564565,56.28734],[-158.560496,56.299302],[-158.550852,56.308173],[-158.472971,56.34276],[-158.448191,56.340522],[-158.44164,56.311916],[-158.432688,56.317532],[-158.423695,56.320624],[-158.414988,56.321031],[-158.406931,56.318752],[-158.410227,56.312974],[-158.414377,56.298245],[-158.372751,56.318752],[-158.345448,56.325588],[-158.335927,56.323432],[-158.322214,56.314114],[-158.314768,56.311916],[-158.258738,56.30508],[-158.227284,56.296332],[-158.208241,56.283922],[-158.225901,56.268785],[-158.247751,56.255683],[-158.272288,56.246527],[-158.309804,56.240871],[-158.335317,56.231513],[-158.348866,56.229315],[-158.362131,56.230658],[-158.386586,56.235989],[-158.400706,56.236151],[-158.394765,56.228176],[-158.398305,56.220771],[-158.406443,56.212592],[-158.414377,56.202053],[-158.399892,56.205715],[-158.384389,56.21308],[-158.369211,56.217475],[-158.326405,56.200385],[-158.32311,56.193549],[-158.345448,56.181545],[-158.318308,56.174709],[-158.288157,56.18537],[-158.25829,56.200873],[-158.206044,56.21776],[-158.176951,56.234849],[-158.147328,56.245795],[-158.119496,56.236151],[-158.150624,56.22956],[-158.160756,56.225898],[-158.167836,56.220038],[-158.174021,56.212063],[-158.181223,56.205024],[-158.198313,56.199205],[-158.214345,56.185981],[-158.221913,56.181545],[-158.234324,56.180569],[-158.245595,56.18244],[-158.257192,56.182278],[-158.270334,56.174709],[-158.262888,56.167914],[-158.289662,56.161607],[-158.324045,56.159125],[-158.35204,56.150702],[-158.359731,56.126899],[-158.382395,56.135932],[-158.387766,56.152411],[-158.387522,56.169867],[-158.393259,56.181545],[-158.409657,56.180813],[-158.420766,56.166246],[-158.423289,56.147203],[-158.414377,56.133124],[-158.433461,56.13231],[-158.44164,56.133124],[-158.428171,56.113349],[-158.412302,56.094875],[-158.407582,56.078437],[-158.427968,56.064846],[-158.442087,56.085028],[-158.445749,56.094957],[-158.44164,56.106431],[-158.454294,56.109361],[-158.499705,56.106431],[-158.503245,56.10163],[-158.492991,56.090725],[-158.469594,56.071682],[-158.487009,56.059638],[-158.484609,56.042914],[-158.469309,56.03205],[-158.454172,56.040676],[-158.456899,56.043524],[-158.45873,56.046861],[-158.462148,56.051215],[-158.434071,56.042914],[-158.4228,56.023993],[-158.427561,56.006537],[-158.447865,56.002753],[-158.460194,56.009996],[-158.483632,56.032375],[-158.496287,56.037543],[-158.511057,56.03384],[-158.512074,56.022935],[-158.505198,56.009223],[-158.496287,55.996568],[-158.512563,55.995998],[-158.53364,56.004462],[-158.554758,56.017646],[-158.571401,56.030707],[-158.509958,56.051215],[-158.509958,56.058051],[-158.567454,56.047105],[-158.585642,56.040676],[-158.600942,56.040432],[-158.604685,56.052314],[-158.597239,56.066107],[-158.578847,56.071682],[-158.578847,56.078518],[-158.601918,56.086737],[-158.601552,56.100572],[-158.58552,56.113674],[-158.561147,56.119452],[-158.559885,56.124091],[-158.549306,56.146186],[-158.544057,56.153632],[-158.539866,56.15469],[-158.528066,56.152818],[-158.519154,56.154364],[-158.51476,56.153266],[-158.511301,56.153225],[-158.509958,56.157375],[-158.510203,56.166246],[-158.509958,56.167914],[-158.489003,56.176703],[-158.478871,56.183824],[-158.479237,56.191474],[-158.49059,56.195868],[-158.565907,56.195014],[-158.639638,56.202053],[-158.627675,56.185858],[-158.607777,56.178209],[-158.564565,56.167914],[-158.591176,56.152777],[-158.611887,56.135159],[-158.634592,56.120063],[-158.667592,56.112616],[-158.661448,56.13109],[-158.668202,56.145941],[-158.683339,56.152777],[-158.702341,56.147406],[-158.691884,56.136461],[-158.688832,56.125637],[-158.692616,56.115424],[-158.702341,56.106431],[-158.670115,56.098782],[-158.660634,56.092353],[-158.667592,56.078518],[-158.666331,56.061713],[-158.732249,56.045396],[-158.715403,56.030707],[-158.696523,56.028713],[-158.676015,56.030463],[-158.65807,56.028957],[-158.647084,56.017035],[-158.647084,55.999945],[-158.657541,55.99079],[-158.688059,55.982327],[-158.688059,55.976142],[-158.682566,55.974799],[-158.673044,55.970852],[-158.667592,55.969306],[-158.682932,55.958401],[-158.712026,55.954047],[-158.742909,55.95539],[-158.763783,55.961859],[-158.756418,55.967475],[-158.747914,55.971747],[-158.738718,55.974677],[-158.728993,55.976142],[-158.728993,55.982327],[-158.739125,55.99258],[-158.745554,56.001451],[-158.75654,56.00788],[-158.780507,56.010199],[-158.785105,56.007066],[-158.793691,55.992906],[-158.801015,55.989732],[-158.815378,55.991523],[-158.82311,55.996405],[-158.835805,56.013617],[-158.859446,56.012926],[-158.888254,55.983832],[-158.928293,55.920844],[-158.934519,55.920844],[-158.942332,55.931627],[-158.956776,55.936225],[-158.973866,55.93651],[-159.006296,55.931789],[-159.014109,55.929145],[-159.020741,55.924628],[-159.023752,55.916938],[-159.020131,55.91059],[-159.014272,55.906806],[-159.010203,55.907172],[-159.010935,55.901679],[-159.010243,55.897203],[-159.013905,55.89411],[-159.027577,55.89289],[-159.035471,55.894273],[-159.040395,55.897691],[-159.044789,55.90233],[-159.071482,55.9206],[-159.083811,55.926011],[-159.099314,55.92829],[-159.113637,55.926174],[-159.145009,55.916815],[-159.160715,55.914618],[-159.172434,55.911282],[-159.187001,55.896308],[-159.20165,55.89289],[-159.266713,55.889228],[-159.29426,55.87934],[-159.318674,55.859442],[-159.332834,55.877387],[-159.355906,55.879462],[-159.380849,55.871405],[-159.400624,55.859442],[-159.411082,55.842515],[-159.416331,55.802151],[-159.421702,55.790473],[-159.439076,55.789211],[-159.455556,55.801337],[-159.468699,55.818345],[-159.475697,55.831488],[-159.478831,55.846015],[-159.478831,55.863593],[-159.475697,55.88231],[-159.469553,55.900336],[-159.489451,55.900133],[-159.518178,55.89647],[-159.544993,55.889635],[-159.558909,55.879869],[-159.555287,55.865668],[-159.525258,55.836575],[-159.517934,55.821845],[-159.516794,55.811225],[-159.511708,55.793443],[-159.510487,55.783026],[-159.509348,55.778266],[-159.504709,55.771186],[-159.503651,55.766913],[-159.505849,55.760891],[-159.510813,55.758002],[-159.515736,55.756049],[-159.517934,55.752997],[-159.5301,55.739814],[-159.552602,55.721381],[-159.564443,55.704291],[-159.544626,55.694892],[-159.547475,55.683824],[-159.547963,55.673896],[-159.549428,55.664984],[-159.555165,55.65705],[-159.558583,55.653795],[-159.562123,55.649115],[-159.565134,55.646552],[-159.569163,55.644721],[-159.58019,55.642157],[-159.585561,55.639716],[-159.602162,55.627631],[-159.619862,55.611151],[-159.630686,55.593573],[-159.626536,55.578274],[-159.721059,55.567084],[-159.743235,55.572008],[-159.730214,55.579983],[-159.708974,55.597724],[-159.695424,55.605536],[-159.727122,55.60399],[-159.756907,55.5987],[-159.741689,55.613267],[-159.711293,55.61933],[-159.679799,55.616685],[-159.661326,55.605536],[-159.640818,55.612982],[-159.642283,55.620307],[-159.639394,55.626654],[-159.632924,55.631171],[-159.623402,55.63288],[-159.617014,55.635199],[-159.624745,55.640286],[-159.657541,55.652289],[-159.693308,55.660346],[-159.709706,55.667629],[-159.691274,55.679023],[-159.633372,55.701117],[-159.650095,55.711127],[-159.65803,55.718329],[-159.66454,55.735053],[-159.671498,55.736274],[-159.678578,55.736518],[-159.681752,55.742743],[-159.677968,55.752021],[-159.650746,55.786811],[-159.62621,55.804511],[-159.625234,55.81269],[-159.640818,55.825263],[-159.657053,55.832343],[-159.701853,55.843817],[-159.830393,55.852729],[-159.845774,55.851223],[-159.854685,55.84162],[-159.860544,55.818427],[-159.853383,55.8039],[-159.851389,55.794745],[-159.856801,55.790473],[-159.904612,55.783026],[-159.923085,55.789496],[-159.955271,55.81566],[-159.976633,55.818427],[-159.976633,55.810981],[-159.968943,55.806789],[-159.967112,55.801703],[-159.969187,55.786811],[-159.973134,55.777493],[-159.982493,55.777167],[-160.009592,55.785875],[-160.017771,55.791815],[-160.026723,55.796942],[-160.038075,55.797349],[-160.04365,55.792792],[-160.052113,55.776272],[-160.058542,55.770006],[-160.030873,55.735541],[-160.033559,55.726223],[-160.065378,55.722846],[-160.088002,55.72842],[-160.096669,55.728013],[-160.100168,55.719143],[-160.095652,55.714179],[-160.065378,55.701117],[-160.096913,55.700751],[-160.110789,55.703803],[-160.123728,55.711982],[-160.130483,55.720404],[-160.135243,55.728013],[-160.142161,55.733791],[-160.155385,55.736518],[-160.149892,55.721015],[-160.143137,55.688788],[-160.133656,55.674465],[-160.164052,55.657131],[-160.238718,55.66474],[-160.257192,55.653998],[-160.257192,55.646552],[-160.349965,55.646552],[-160.39623,55.653022],[-160.419423,55.653876],[-160.442128,55.646552],[-160.425486,55.634711],[-160.366404,55.612982],[-160.366404,55.605536],[-160.390859,55.599433],[-160.43517,55.57685],[-160.45641,55.578274],[-160.455434,55.5633],[-160.453806,55.557359],[-160.448964,55.550279],[-160.457509,55.542955],[-160.464223,55.529283],[-160.468577,55.515082],[-160.470041,55.506252],[-160.477528,55.494615],[-160.495188,55.486151],[-160.531484,55.475816],[-160.548533,55.489081],[-160.582997,55.540717],[-160.593332,55.564114],[-160.595408,55.589097],[-160.598948,55.606106],[-160.613474,55.605536],[-160.627919,55.590806],[-160.64094,55.570258],[-160.657419,55.551988],[-160.682688,55.544135],[-160.74177,55.548651],[-160.768137,55.545396],[-160.764272,55.530463],[-160.740956,55.524888],[-160.706614,55.525133],[-160.675404,55.521918],[-160.661855,55.506252],[-160.667592,55.477851],[-160.68342,55.464667],[-160.782582,55.447089],[-160.799021,55.447903],[-160.809397,55.45185],[-160.832021,55.465399],[-160.843088,55.468411],[-160.848582,55.473049],[-160.845937,55.483466],[-160.836619,55.499416],[-160.831776,55.511623],[-160.840525,55.518541],[-160.867299,55.523627],[-160.92455,55.51911],[-160.959421,55.49315],[-160.98762,55.458319],[-161.024973,55.427436],[-161.072092,55.408352],[-161.279164,55.354885],[-161.312001,55.353583],[-161.326609,55.36225],[-161.339467,55.383246],[-161.368723,55.385443],[-161.479115,55.361029],[-161.506663,55.363837],[-161.518422,55.383368],[-161.515574,55.388983],[-161.487986,55.427802],[-161.485585,55.438422],[-161.481923,55.480373],[-161.479237,55.484931],[-161.454335,55.514797],[-161.442983,55.525621],[-161.418894,55.538398],[-161.388743,55.57217],[-161.367543,55.578274],[-161.34911,55.570624],[-161.31664,55.543199],[-161.292185,55.537299],[-161.182607,55.523627],[-161.151845,55.525621],[-161.144887,55.53498],[-161.15925,55.545396],[-161.247792,55.557766],[-161.26122,55.561713],[-161.271433,55.571234],[-161.280751,55.582587],[-161.29186,55.591946],[-161.316151,55.600409],[-161.364939,55.610012],[-161.408193,55.635932],[-161.438791,55.638739],[-161.620798,55.612982],[-161.613352,55.599799],[-161.617258,55.593736],[-161.626291,55.590318],[-161.63447,55.58511],[-161.65217,55.561184],[-161.708363,55.527086],[-161.71642,55.513088],[-161.713328,55.502021],[-161.706492,55.49726],[-161.699656,55.495307],[-161.696523,55.49258],[-161.697214,55.482611],[-161.709421,55.434394],[-161.710194,55.424302],[-161.709421,55.407131],[-161.711008,55.40176],[-161.71642,55.393256],[-161.817087,55.31684],[-161.833119,55.293647],[-161.841908,55.289618],[-161.894521,55.242418],[-161.897817,55.233466],[-161.899119,55.224555],[-161.902415,55.217841],[-161.911936,55.215155],[-161.934804,55.213813],[-161.944814,55.215562],[-161.956614,55.22191],[-161.948313,55.221137],[-161.922475,55.22191],[-161.922475,55.229397],[-161.951161,55.237209],[-161.98469,55.240424],[-162.018015,55.239814],[-162.04601,55.235582],[-162.04601,55.229397],[-162.020497,55.200751],[-162.015696,55.184516],[-162.032338,55.17414],[-161.984568,55.157131],[-161.981557,55.147406],[-161.974314,55.138251],[-161.965077,55.130601],[-161.956614,55.125718],[-161.972768,55.107408],[-162.001291,55.093207],[-162.032948,55.083319],[-162.059031,55.078599],[-162.080881,55.080634],[-162.105784,55.089423],[-162.128,55.102973],[-162.141591,55.119534],[-162.122141,55.124986],[-162.114247,55.125718],[-162.121693,55.133205],[-162.112782,55.141425],[-162.106394,55.149115],[-162.102488,55.15762],[-162.101267,55.167914],[-162.192738,55.142564],[-162.230946,55.112738],[-162.210683,55.090237],[-162.198191,55.062893],[-162.202097,55.039862],[-162.230946,55.030219],[-162.246083,55.027045],[-162.260569,55.021674],[-162.27477,55.019599],[-162.289296,55.026801],[-162.298085,55.035875],[-162.313222,55.058173],[-162.319692,55.071112],[-162.329294,55.066067],[-162.337473,55.057685],[-162.351064,55.040107],[-162.362538,55.036566],[-162.422719,55.036363],[-162.44933,55.040269],[-162.472239,55.048977],[-162.492624,55.061835],[-162.511545,55.078599],[-162.526479,55.10224],[-162.517405,55.114691],[-162.493601,55.117499],[-162.464345,55.112738],[-162.416493,55.097886],[-162.390614,55.096584],[-162.360707,55.105292],[-162.417348,55.129055],[-162.436391,55.140082],[-162.47997,55.175523],[-162.491038,55.188422],[-162.530955,55.248765],[-162.557362,55.267035],[-162.600901,55.270413],[-162.571645,55.280829],[-162.567454,55.292222],[-162.583323,55.301093],[-162.614573,55.3039],[-162.645334,55.300035],[-162.668284,55.291409],[-162.687367,55.277899],[-162.706736,55.259508],[-162.718739,55.239081],[-162.718332,55.217922],[-162.705312,55.201361],[-162.658762,55.190334],[-162.632883,55.179674],[-162.614125,55.166327],[-162.614573,55.153713],[-162.603261,55.143541],[-162.599965,55.137112],[-162.603953,55.131903],[-162.614573,55.125718],[-162.614817,55.129136],[-162.6197,55.134182],[-162.626536,55.137641],[-162.632192,55.136664],[-162.635325,55.131049],[-162.635447,55.125149],[-162.634755,55.119045],[-162.635691,55.112738],[-162.641713,55.090969],[-162.642771,55.071112],[-162.634999,55.063625],[-162.614573,55.078599],[-162.612131,55.062201],[-162.559926,54.961249],[-162.584828,54.965806],[-162.616444,54.979885],[-162.645497,54.99844],[-162.662953,55.016547],[-162.627797,55.012274],[-162.618967,55.015692],[-162.621409,55.030219],[-162.633046,55.045559],[-162.649485,55.052965],[-162.667185,55.050605],[-162.676625,55.036363],[-162.685496,55.017239],[-162.696523,55.003241],[-162.723826,54.975531],[-162.718373,54.968085],[-162.716624,54.963365],[-162.720693,54.961249],[-162.725046,54.96011],[-162.752756,54.944892],[-162.767445,54.939602],[-162.782948,54.93594],[-162.850413,54.935045],[-162.877634,54.938951],[-162.920847,54.957424],[-162.927358,54.963284],[-162.92988,54.971869],[-162.935048,54.976996],[-162.967397,54.992336],[-162.974355,55.009508],[-162.952748,55.014065],[-162.926462,55.014553],[-162.919626,55.019924],[-162.93696,55.029283],[-162.97997,55.038642],[-162.998158,55.050686],[-163.024119,55.085028],[-163.041127,55.099351],[-163.063303,55.105292],[-163.075022,55.106635],[-163.096547,55.112209],[-163.107981,55.112738],[-163.12206,55.109849],[-163.148305,55.10102],[-163.163197,55.099066],[-163.14977,55.106431],[-163.121327,55.117906],[-163.107981,55.125718],[-163.129099,55.13345],[-163.157094,55.138617],[-163.183054,55.139146],[-163.197987,55.133205],[-163.200185,55.121405],[-163.196767,55.108466],[-163.192128,55.097602],[-163.190541,55.092231],[-163.202748,55.086168],[-163.215037,55.089667],[-163.238352,55.105292],[-163.23823,55.090318],[-163.231313,55.081],[-163.21935,55.077135],[-163.204213,55.078599],[-163.217641,55.045356],[-163.205515,55.018988],[-163.174753,55.001695],[-163.114003,54.992336],[-163.089955,54.98428],[-163.06725,54.973293],[-163.053334,54.961249],[-163.049875,54.94184],[-163.062571,54.928778],[-163.135203,54.903713],[-163.171213,54.881903],[-163.200388,54.872952],[-163.231435,54.844794],[-163.251414,54.838324],[-163.277455,54.833686],[-163.32079,54.81387],[-163.341379,54.811103],[-163.357411,54.817613],[-163.367543,54.830146],[-163.376658,54.844957],[-163.38976,54.858873],[-163.341868,54.876776],[-163.327097,54.886176],[-163.324574,54.891059],[-163.324818,54.90233],[-163.320872,54.907294],[-163.311513,54.911566],[-163.301462,54.913723],[-163.290883,54.91413],[-163.279897,54.91352],[-163.296824,54.927639],[-163.345286,54.91942],[-163.347605,54.940823],[-163.329172,54.966864],[-163.306589,54.959052],[-163.281361,54.944648],[-163.255116,54.951321],[-163.245961,54.969957],[-163.282053,54.990139],[-163.292958,55.013129],[-163.299143,55.061225],[-163.30602,55.073961],[-163.318674,55.085395],[-163.325144,55.095649],[-163.313466,55.105292],[-163.313466,55.112738],[-163.320505,55.112209],[-163.325185,55.114081],[-163.329294,55.116889],[-163.334543,55.119534],[-163.148997,55.180976],[-163.024729,55.245592],[-162.991282,55.242418],[-163.009023,55.237372],[-163.030873,55.2272],[-163.051707,55.214342],[-163.066396,55.201483],[-163.076527,55.18065],[-163.062937,55.175767],[-162.992624,55.18183],[-162.984486,55.180976],[-162.983754,55.179185],[-162.980784,55.174994],[-162.976186,55.170559],[-162.970815,55.167914],[-162.962026,55.169013],[-162.895823,55.189643],[-162.874949,55.200385],[-162.833689,55.229397],[-162.849924,55.245429],[-162.888661,55.246772],[-162.896352,55.266669],[-162.80012,55.290269],[-162.794749,55.299465],[-162.737009,55.31094],[-162.713857,55.321275],[-162.65331,55.361518],[-162.641835,55.380276],[-162.634999,55.362616],[-162.614207,55.351508],[-162.58845,55.346096],[-162.566762,55.345445],[-162.550974,55.348538],[-162.540517,55.353949],[-162.51891,55.372789],[-162.51183,55.374905],[-162.504343,55.373684],[-162.497141,55.373969],[-162.491038,55.380276],[-162.48998,55.385321],[-162.490224,55.391995],[-162.49177,55.397691],[-162.494456,55.400092],[-162.507558,55.407538],[-162.504018,55.424018],[-162.504262,55.440416],[-162.528879,55.447903],[-162.556996,55.446926],[-162.582387,55.437323],[-162.601023,55.423733],[-162.621409,55.406928],[-162.604726,55.429877],[-162.591054,55.437323],[-162.576161,55.44599],[-162.549998,55.458726],[-162.226999,55.697903],[-162.149037,55.722846],[-162.130116,55.73432],[-162.0926,55.764065],[-162.077016,55.770006],[-162.050526,55.773749],[-161.912953,55.830878],[-161.898264,55.841986],[-161.826283,55.879869],[-161.799998,55.889716],[-161.773915,55.895982],[-161.689036,55.903551],[-161.640859,55.91767],[-161.525502,55.934882],[-161.457712,55.953925],[-161.388905,55.961737],[-161.377512,55.965522],[-161.356638,55.976264],[-161.155344,56.017035],[-161.225575,55.995998],[-161.257761,55.986029],[-161.273264,55.978461],[-161.367543,55.955634],[-161.206858,55.955634],[-161.170847,55.949856],[-161.154775,55.949897],[-161.137929,55.958686],[-161.124216,55.961249],[-161.072743,55.941352],[-161.053293,55.941107],[-161.039418,55.94595],[-161.011301,55.961859],[-160.95995,55.976264],[-160.946401,55.986029],[-160.932362,55.990302],[-160.874135,55.99315],[-160.871409,55.961737],[-160.867258,55.945868],[-160.860463,55.934516],[-160.900014,55.934556],[-160.940378,55.939358],[-160.979319,55.937445],[-161.014394,55.917711],[-161.024159,55.902899],[-161.023386,55.890774],[-161.015574,55.881171],[-161.004465,55.873725],[-160.983632,55.867011],[-160.965891,55.869371],[-160.948476,55.875434],[-160.928782,55.879869],[-160.943796,55.850491],[-160.950063,55.832994],[-160.946401,55.825263],[-160.930613,55.821845],[-160.915151,55.813666],[-160.820383,55.739163],[-160.799021,55.715399],[-160.781809,55.751044],[-160.768137,55.758531],[-160.747182,55.746161],[-160.717112,55.722846],[-160.699208,55.703192],[-160.689565,55.697903],[-160.675526,55.701117],[-160.67573,55.705634],[-160.664784,55.729804],[-160.661855,55.732815],[-160.666086,55.744045],[-160.676259,55.747138],[-160.688588,55.748114],[-160.699412,55.752997],[-160.707102,55.759833],[-160.725331,55.771389],[-160.756703,55.786119],[-160.764272,55.804755],[-160.775217,55.846503],[-160.78246,55.865668],[-160.795277,55.873725],[-160.799265,55.875434],[-160.798655,55.879462],[-160.7954,55.883775],[-160.791575,55.886705],[-160.784535,55.887681],[-160.777537,55.885565],[-160.764272,55.879869],[-160.717112,55.866278],[-160.68871,55.862291],[-160.512196,55.86994],[-160.503611,55.859442],[-160.479604,55.850287],[-160.477732,55.838446],[-160.481882,55.823472],[-160.476267,55.804755],[-160.460194,55.79564],[-160.44225,55.800523],[-160.422556,55.809149],[-160.401194,55.810981],[-160.394846,55.807318],[-160.386708,55.795233],[-160.380686,55.790473],[-160.36913,55.78677],[-160.309763,55.779364],[-160.288889,55.774482],[-160.26769,55.772284],[-160.24352,55.776842],[-160.278879,55.788316],[-160.287913,55.793931],[-160.309071,55.819281],[-160.319203,55.825263],[-160.237294,55.838324],[-160.250966,55.852484],[-160.272654,55.859117],[-160.319203,55.866278],[-160.520741,55.935207],[-160.540761,55.93537],[-160.566274,55.92829],[-160.572458,55.934516],[-160.552683,55.949123],[-160.543528,55.958482],[-160.538319,55.969306],[-160.539133,55.984565],[-160.547597,55.993394],[-160.561838,55.995307],[-160.579905,55.989732],[-160.568105,56.007554],[-160.532216,56.040229],[-160.516347,56.068793],[-160.476389,56.096666],[-160.462595,56.112616],[-160.461171,56.151313],[-160.455556,56.172349],[-160.43871,56.181545],[-160.428944,56.193264],[-160.403798,56.239691],[-160.394358,56.242987],[-160.368723,56.276842],[-160.237294,56.339179],[-160.18871,56.386908],[-160.017039,56.44538],[-159.928049,56.488959],[-159.847727,56.540513],[-159.745717,56.579332],[-159.483144,56.64704],[-159.558909,56.620347],[-159.547597,56.613186],[-159.526926,56.616156],[-159.502431,56.62287],[-159.45637,56.62934],[-159.324574,56.674018],[-159.308095,56.684882],[-159.288767,56.692084],[-159.231068,56.691962],[-159.208852,56.695461],[-159.221262,56.700873],[-159.234731,56.702826],[-159.263417,56.702338],[-159.263417,56.708564],[-159.199656,56.751695],[-159.175282,56.763739],[-159.086374,56.785793],[-159.040964,56.815131],[-158.991078,56.842597],[-158.943918,56.869859],[-158.889231,56.889594],[-158.8662,56.89411],[-158.893788,56.874457],[-158.959421,56.853461],[-158.997426,56.828803],[-159.025136,56.816718],[-159.03071,56.808783],[-159.024892,56.796576],[-159.010691,56.788804],[-158.992869,56.785142],[-158.976064,56.784857],[-158.979197,56.805732],[-158.971059,56.827541],[-158.957712,56.842475],[-158.945017,56.842922],[-158.911,56.817694],[-158.873647,56.797838],[-158.848948,56.789374],[-158.814687,56.78144],[-158.780751,56.777533],[-158.756947,56.781155],[-158.743723,56.786322],[-158.728708,56.789374],[-158.698598,56.791083],[-158.681467,56.786607],[-158.655751,56.767646],[-158.639638,56.763739],[-158.65392,56.805365],[-158.653798,56.817206],[-158.651438,56.826483],[-158.652821,56.836249],[-158.682444,56.86933],[-158.689076,56.884508],[-158.688954,56.939602],[-158.694895,56.969184],[-158.694407,56.979804],[-158.688059,57.007025],[-158.682118,57.02204],[-158.652089,57.05976],[-158.6079,57.100979],[-158.312449,57.314887],[-158.300771,57.319281],[-158.284373,57.322943],[-158.182688,57.362006],[-158.058095,57.367092],[-158.063669,57.377183],[-158.073476,57.381537],[-158.085886,57.382066],[-158.09907,57.380764],[-158.079661,57.396633],[-158.017079,57.428534],[-157.996327,57.446234],[-157.961293,57.484198],[-157.940745,57.497463],[-157.872792,57.513617],[-157.78661,57.556098],[-157.757761,57.564276],[-157.735951,57.558824],[-157.722971,57.564765],[-157.709665,57.568671],[-157.680653,57.572496],[-157.69164,57.557929],[-157.683217,57.540107],[-157.652781,57.503607],[-157.666615,57.489203],[-157.656728,57.483588],[-157.509389,57.476264],[-157.513661,57.466498],[-157.516225,57.462633],[-157.478953,57.4831],[-157.445505,57.483303],[-157.4287,57.485256],[-157.413808,57.489936],[-157.395579,57.502427],[-157.395131,57.512763],[-157.407419,57.52204],[-157.427439,57.531562],[-157.418446,57.539455],[-157.407704,57.546047],[-157.398061,57.554145],[-157.392079,57.566311],[-157.407094,57.561265],[-157.439443,57.556586],[-157.454783,57.552069],[-157.443715,57.537299],[-157.419749,57.512641],[-157.413808,57.497463],[-157.513905,57.509752],[-157.533559,57.50731],[-157.543406,57.500312],[-157.556101,57.494818],[-157.569569,57.491197],[-157.581736,57.489936],[-157.595408,57.493232],[-157.597524,57.500963],[-157.591298,57.51789],[-157.58727,57.563178],[-157.590647,57.584215],[-157.602162,57.603502],[-157.603505,57.608547],[-157.600779,57.612982],[-157.598622,57.617825],[-157.602162,57.62401],[-157.607533,57.627997],[-157.618276,57.634101],[-157.62267,57.637641],[-157.630076,57.641059],[-157.638987,57.640448],[-157.644765,57.636664],[-157.643137,57.630561],[-157.626088,57.613471],[-157.650136,57.613674],[-157.671946,57.618109],[-157.690419,57.626288],[-157.704579,57.637641],[-157.70991,57.652533],[-157.710032,57.674018],[-157.706532,57.69538],[-157.701161,57.709662],[-157.708811,57.729926],[-157.698354,57.759467],[-157.667063,57.818915],[-157.644602,57.878241],[-157.636667,57.909369],[-157.630116,57.978461],[-157.615183,58.041164],[-157.610097,58.092353],[-157.60554,58.105211],[-157.591298,58.127387],[-157.579457,58.140367],[-157.553293,58.162055],[-157.543528,58.175849],[-157.519765,58.167385],[-157.485789,58.165473],[-157.45165,58.168769],[-157.427439,58.175849],[-157.409657,58.188625],[-157.398752,58.19953],[-157.384226,58.207099],[-157.355458,58.209947],[-157.194325,58.193915],[-157.180409,58.189439],[-157.170644,58.182685],[-157.164052,58.175116],[-157.155385,58.169501],[-157.139475,58.168402],[-157.163319,58.191555],[-157.187082,58.204901],[-157.347524,58.239203],[-157.379628,58.23725],[-157.433542,58.22191],[-157.457468,58.220893],[-157.482655,58.230414],[-157.529042,58.256008],[-157.5454,58.273586],[-157.537302,58.291897],[-157.568471,58.320746],[-157.562082,58.363674],[-157.502675,58.46369],[-157.457875,58.50788],[-157.436147,58.521633],[-157.382517,58.536363],[-157.358591,58.546373],[-157.267283,58.620266],[-157.134348,58.686835],[-157.115224,58.699652],[-157.091786,58.709784],[-156.996083,58.723822],[-156.969187,58.732245],[-156.940867,58.737535],[-156.940867,58.744371],[-156.978342,58.739],[-157.023671,58.726508],[-157.061879,58.726223],[-157.077992,58.757392],[-157.068796,58.778469],[-157.002268,58.839993],[-157.025502,58.863471],[-157.022694,58.869696],[-157.009714,58.881537],[-156.988596,58.895209],[-156.985341,58.903266],[-156.985585,58.910142],[-156.987375,58.9147],[-156.988596,58.915717],[-156.982411,58.943345],[-156.976308,58.953518],[-156.961293,58.963446],[-156.922109,58.976223],[-156.882517,58.983954],[-156.860341,58.993883],[-156.851633,59.018215],[-156.85143,59.077094],[-156.842885,59.103217],[-156.822865,59.122626],[-156.800038,59.138739],[-156.783193,59.155219],[-156.853627,59.11994],[-156.865102,59.111233],[-156.867258,59.102729],[-156.878041,59.078355],[-156.88683,59.067939],[-156.884633,59.055406],[-156.880442,59.041653],[-156.878774,59.032375],[-156.889719,59.012519],[-156.910105,58.99726],[-156.935414,58.987494],[-156.991811,58.981757],[-157.015818,58.974066],[-157.034901,58.959418],[-157.05073,58.936184],[-157.069569,58.899726],[-157.084462,58.886664],[-157.135569,58.877346],[-157.254465,58.840481],[-157.373118,58.824774],[-157.38683,58.820868],[-157.400217,58.815497],[-157.410024,58.809516],[-157.424021,58.803046],[-157.475209,58.799628],[-157.568179,58.747893],[-157.65746,58.736187],[-157.814182,58.687709],[-157.978098,58.647528],[-158.153676,58.614],[-158.203359,58.612982],[-158.26301,58.623521],[-158.315867,58.646552],[-158.345448,58.682929],[-158.335805,58.701483],[-158.345286,58.724066],[-158.363596,58.744615],[-158.380198,58.757392],[-158.408315,58.770087],[-158.546132,58.799262],[-158.557729,58.806464],[-158.566151,58.819485],[-158.565663,58.830634],[-158.559641,58.839993],[-158.551503,58.847398],[-158.538035,58.856269],[-158.528432,58.860907],[-158.519968,58.867336],[-158.509958,58.881537],[-158.495473,58.911689],[-158.48884,58.922512],[-158.499257,58.948798],[-158.477488,58.963202],[-158.421132,58.977118],[-158.431508,58.979438],[-158.439402,58.983547],[-158.443227,58.989691],[-158.44164,58.998236],[-158.451527,58.997463],[-158.46052,58.994778],[-158.468617,58.99022],[-158.475779,58.983954],[-158.497507,58.993964],[-158.491322,59.001532],[-158.45873,59.014716],[-158.443552,59.025336],[-158.424306,59.032782],[-158.403432,59.037177],[-158.38329,59.03856],[-158.1728,59.013007],[-158.137156,58.999457],[-158.104604,58.979885],[-158.078562,58.956692],[-158.069529,58.943305],[-158.070627,58.925849],[-158.06428,58.908271],[-158.056833,58.899115],[-158.044504,58.888373],[-158.030141,58.879055],[-158.017079,58.874091],[-158.017323,58.886664],[-158.013865,58.895697],[-158.006663,58.900824],[-157.995351,58.902045],[-157.995351,58.908271],[-158.028066,58.907538],[-158.041331,58.911444],[-158.050608,58.922512],[-158.034169,58.942816],[-158.052317,58.97134],[-158.102122,59.014716],[-158.140248,59.0362],[-158.233835,59.039211],[-158.31664,59.062445],[-158.402699,59.073676],[-158.44164,59.086982],[-158.473215,59.104804],[-158.489329,59.117825],[-158.496287,59.131415],[-158.498891,59.143866],[-158.505564,59.145982],[-158.514394,59.145006],[-158.523549,59.148424],[-158.528676,59.156155],[-158.530832,59.163804],[-158.534495,59.1706],[-158.544057,59.175767],[-158.549062,59.15766],[-158.547475,59.144843],[-158.537221,59.137193],[-158.516103,59.134752],[-158.516713,59.111518],[-158.457265,59.075873],[-158.462148,59.052802],[-158.480784,59.044094],[-158.521189,59.03734],[-158.537221,59.02558],[-158.540517,59.020575],[-158.542592,59.015611],[-158.543691,59.009711],[-158.544057,59.001654],[-158.547312,58.993476],[-158.554311,58.988918],[-158.56135,58.9855],[-158.57787,58.959174],[-158.608998,58.933173],[-158.644399,58.911282],[-158.688466,58.895575],[-158.709096,58.88288],[-158.729482,58.873603],[-158.746409,58.877834],[-158.753367,58.890448],[-158.748036,58.900214],[-158.737498,58.911444],[-158.728993,58.928697],[-158.762644,58.943671],[-158.777821,58.952623],[-158.790476,58.963446],[-158.75414,58.972154],[-158.739735,58.979885],[-158.746409,58.994818],[-158.825266,58.977118],[-158.810496,58.965969],[-158.772043,58.920478],[-158.769968,58.911078],[-158.793894,58.816352],[-158.783559,58.799506],[-158.78246,58.783881],[-158.787953,58.769761],[-158.797312,58.757392],[-158.811879,58.744452],[-158.827952,58.736274],[-158.846913,58.732001],[-158.869944,58.730699],[-158.877919,58.732367],[-158.88561,58.736802],[-158.891306,58.743354],[-158.893503,58.751166],[-158.890085,58.763617],[-158.88154,58.768459],[-158.859364,58.771674],[-158.819773,58.783922],[-158.804311,58.794664],[-158.807851,58.809516],[-158.827138,58.819403],[-158.851023,58.820217],[-158.87324,58.813178],[-158.887318,58.799628],[-158.86144,58.799465],[-158.874135,58.78974],[-158.900339,58.778957],[-158.914622,58.775377],[-158.912953,58.757636],[-158.908437,58.741197],[-158.889396,58.706293],[-158.851595,58.677091],[-158.820151,58.614034],[-158.793894,58.569322],[-158.792087,58.570417],[-158.779042,58.562893],[-158.772654,58.558783],[-158.770009,58.54914],[-158.771433,58.524644],[-158.770009,58.518459],[-158.758494,58.50727],[-158.74592,58.505113],[-158.733632,58.506252],[-158.722849,58.504828],[-158.708689,58.492255],[-158.720082,58.483588],[-158.739695,58.474189],[-158.759755,58.447089],[-158.782053,58.437161],[-158.807118,58.430732],[-158.825266,58.429023],[-158.825266,58.422187],[-158.797312,58.422187],[-158.829661,58.404771],[-158.881734,58.39962],[-158.939761,58.398071],[-159.014856,58.414548],[-159.051259,58.424709],[-159.071645,58.442694],[-159.05842,58.438381],[-159.046335,58.4383],[-159.03661,58.443793],[-159.03071,58.456366],[-159.055735,58.455878],[-159.074696,58.458726],[-159.083689,58.469062],[-159.078481,58.491116],[-159.114613,58.490058],[-159.15099,58.518785],[-159.208852,58.586737],[-159.29894,58.672349],[-159.384954,58.755824],[-159.482737,58.816067],[-159.506907,58.82217],[-159.517934,58.826321],[-159.545033,58.844306],[-159.551462,58.847398],[-159.579294,58.846177],[-159.594065,58.831711],[-159.633778,58.834703],[-159.660918,58.839443],[-159.630243,58.852715],[-159.600968,58.885454],[-159.586941,58.907463],[-159.617487,58.931324],[-159.638148,58.935098],[-159.651335,58.935554],[-159.680183,58.931753],[-159.709649,58.928657],[-159.738127,58.928247],[-159.728762,58.918737],[-159.725177,58.910439],[-159.734625,58.892692],[-159.755732,58.881468],[-159.768229,58.865531],[-159.743329,58.854477],[-159.752924,58.840826],[-159.765973,58.831369],[-159.776927,58.848779],[-159.7985,58.849833],[-159.80704,58.844662],[-159.805978,58.837465],[-159.799485,58.831461],[-159.79592,58.823163],[-159.786181,58.817039],[-159.794851,58.800277],[-159.816698,58.793832],[-159.839955,58.79267],[-159.86636,58.779123],[-159.90613,58.765406],[-159.91148,58.775801],[-159.929539,58.790007],[-159.962961,58.820054],[-159.985219,58.83515],[-159.990224,58.839993],[-159.983348,58.849228],[-159.983303,58.860807],[-159.989245,58.86611],[-159.997141,58.874091],[-160.01838,58.880378],[-160.045815,58.88259],[-160.070565,58.879597],[-160.084873,58.875602],[-160.088936,58.86891],[-160.092224,58.863216],[-160.096863,58.857224],[-160.112912,58.861107],[-160.132314,58.8664],[-160.153095,58.861285],[-160.165253,58.864382],[-160.150249,58.880938],[-160.15807,58.899319],[-160.152202,58.916104],[-160.201856,58.908417],[-160.222335,58.902204],[-160.228869,58.890811],[-160.246442,58.886896],[-160.253063,58.898674],[-160.257192,58.911933],[-160.254099,58.935981],[-160.256663,58.946234],[-160.26769,58.950385],[-160.287651,58.932398],[-160.301463,58.945071],[-160.328931,58.941429],[-160.331129,58.95172],[-160.319203,58.956692],[-160.317332,58.965155],[-160.301226,58.971664],[-160.296022,58.976973],[-160.267539,58.977495],[-160.257192,58.983954],[-160.255116,58.990302],[-160.258046,58.995429],[-160.264597,59.001654],[-160.269399,59.011705],[-160.280385,59.0185],[-160.292917,59.023668],[-160.302195,59.028957],[-160.306874,59.032416],[-160.31725,59.037746],[-160.322336,59.042304],[-160.334723,59.053837],[-160.320872,59.061347],[-160.325429,59.066555],[-160.352169,59.070659],[-160.401536,59.048844],[-160.52952,59.001904],[-160.667156,58.947643],[-160.694151,58.928247],[-160.768496,58.896426],[-160.83372,58.812546],[-160.827486,58.837265],[-160.829368,58.852647],[-160.842442,58.867962],[-160.867869,58.878817],[-160.888551,58.884102],[-160.90775,58.876391],[-160.961414,58.873247],[-160.979395,58.864131],[-160.993334,58.846688],[-161.033227,58.842476],[-161.076177,58.817573],[-161.109586,58.811508],[-161.137587,58.799173],[-161.173218,58.797566],[-161.179701,58.782726],[-161.244074,58.782748],[-161.271973,58.787093],[-161.291244,58.79261],[-161.278635,58.810248],[-161.271352,58.812649],[-161.271352,58.820054],[-161.300404,58.814643],[-161.306142,58.812649],[-161.310292,58.805487],[-161.312571,58.796454],[-161.310658,58.788642],[-161.302439,58.785346],[-161.289782,58.777946],[-161.262953,58.77669],[-161.29011,58.770453],[-161.310513,58.748074],[-161.357469,58.726245],[-161.367132,58.711469],[-161.374582,58.69971],[-161.376222,58.686802],[-161.374501,58.672349],[-161.361905,58.668458],[-161.327101,58.678281],[-161.301285,58.681818],[-161.363888,58.659647],[-161.488325,58.640392],[-161.535996,58.623293],[-161.550283,58.606556],[-161.562373,58.602025],[-161.585032,58.607611],[-161.596913,58.607164],[-161.61266,58.604926],[-161.63976,58.59516],[-161.665639,58.590806],[-161.67634,58.585395],[-161.685251,58.577826],[-161.693105,58.569322],[-161.707509,58.561184],[-161.726674,58.558498],[-161.764841,58.559394],[-161.752187,58.577094],[-161.72053,58.59927],[-161.710194,58.614],[-161.7235,58.625556],[-161.738149,58.634508],[-161.756418,58.643134],[-161.765085,58.645087],[-161.761708,58.637885],[-161.761342,58.629096],[-161.767079,58.617743],[-161.762885,58.590986],[-161.77953,58.612616],[-161.797678,58.623236],[-161.834301,58.626482],[-161.912845,58.631863],[-161.936516,58.629692],[-161.959685,58.623282],[-161.98014,58.628374],[-162.012099,58.620714],[-162.035821,58.625851],[-162.077171,58.620893],[-162.137766,58.633857],[-162.176054,58.644923],[-162.121775,58.663856],[-162.067087,58.666653],[-162.04601,58.682929],[-162.0301,58.67593],[-161.990305,58.679104],[-161.965932,58.67475],[-161.954457,58.676459],[-161.949778,58.675482],[-161.949208,58.673041],[-161.950388,58.664252],[-161.949778,58.661811],[-161.943552,58.656887],[-161.939931,58.652737],[-161.934438,58.649644],[-161.922475,58.648139],[-161.891103,58.653713],[-161.858713,58.66942],[-161.842844,58.691636],[-161.867489,58.704048],[-161.865418,58.716263],[-161.821889,58.733547],[-161.809804,58.740953],[-161.795847,58.753892],[-161.786244,58.758734],[-161.758616,58.757392],[-161.717376,58.754843],[-161.677398,58.773527],[-161.655588,58.806464],[-161.68484,58.818586],[-161.712163,58.81297],[-161.733531,58.807903],[-161.753117,58.78987],[-161.762126,58.772668],[-161.774737,58.770507],[-161.762644,58.804999],[-161.759267,58.815497],[-161.758616,58.826321],[-161.762807,58.835639],[-161.769631,58.848728],[-161.777596,58.857714],[-161.785521,58.877619],[-161.790669,58.899867],[-161.792795,58.964789],[-161.794911,58.974514],[-161.79955,58.983954],[-161.807729,58.989569],[-161.834706,59.002875],[-161.840525,59.008205],[-161.851633,59.023179],[-161.855824,59.033759],[-161.850453,59.03856],[-161.84557,59.03974],[-161.835927,59.044867],[-161.829701,59.046047],[-161.822092,59.044379],[-161.821238,59.040432],[-161.822255,59.035875],[-161.820058,59.032375],[-161.817942,59.030097],[-161.815907,59.026353],[-161.812611,59.02204],[-161.806386,59.018134],[-161.798573,59.017483],[-161.771677,59.02558],[-161.742421,59.030219],[-161.725168,59.035102],[-161.69404,59.054918],[-161.614003,59.080756],[-161.608998,59.085517],[-161.604848,59.096381],[-161.600331,59.101264],[-161.594472,59.101996],[-161.577748,59.099921],[-161.573069,59.101264],[-161.569163,59.115058],[-161.57787,59.12051],[-161.6103,59.120551],[-161.613271,59.123969],[-161.616404,59.131415],[-161.62328,59.138821],[-161.637888,59.142239],[-161.646718,59.13935],[-161.67101,59.125312],[-161.682932,59.120551],[-161.723134,59.11579],[-161.840525,59.120551],[-161.873484,59.111029],[-161.888376,59.094387],[-161.880971,59.078925],[-161.847401,59.07331],[-161.847401,59.066555],[-161.896474,59.075385],[-161.939443,59.098578],[-161.97411,59.131415],[-162.02953,59.230129],[-162.042917,59.248358],[-162.051503,59.270168],[-162.038686,59.289374],[-162.020009,59.301744],[-161.99824,59.312934],[-162.036204,59.281887],[-162.04365,59.265774],[-162.034983,59.250881],[-162.009023,59.237535],[-161.983103,59.25373],[-161.968251,59.280829],[-161.970896,59.306708],[-161.964345,59.315334],[-161.962473,59.32807],[-161.964711,59.341946],[-161.970896,59.353909],[-161.959462,59.375067],[-161.946604,59.387763],[-161.929433,59.393866],[-161.9051,59.395453],[-161.883168,59.422268],[-161.867543,59.433092],[-161.853586,59.422187],[-161.847401,59.422187],[-161.837595,59.439927],[-161.821238,59.463365],[-161.801625,59.479193],[-161.770985,59.469957],[-161.755727,59.472642],[-161.740793,59.478705],[-161.730662,59.484809],[-161.717234,59.495836],[-161.713938,59.50137],[-161.859242,59.628119],[-161.867258,59.655504],[-161.87621,59.667711],[-161.879221,59.679592],[-161.879832,59.689846],[-161.88154,59.69717],[-161.889638,59.706244],[-161.909006,59.718817],[-161.99413,59.811103],[-162.081776,59.877875],[-162.094553,59.894029],[-162.101267,59.915595],[-162.100087,59.951117],[-162.108754,59.965155],[-162.15807,59.976508],[-162.178782,59.990424],[-162.196238,60.008246],[-162.209828,60.025458],[-162.231068,60.064399],[-162.240061,60.089789],[-162.234364,60.101223],[-162.22407,60.105455],[-162.214182,60.115627],[-162.206654,60.127997],[-162.203603,60.138739],[-162.203196,60.147528],[-162.203562,60.153306],[-162.207387,60.159613],[-162.245554,60.19477],[-162.25141,60.201419],[-162.221262,60.20185],[-162.186269,60.209866],[-162.161563,60.216367],[-162.161159,60.232478],[-162.156606,60.244371],[-162.149037,60.245185],[-162.161692,60.250678],[-162.175242,60.250637],[-162.203603,60.245185],[-162.20051,60.241523],[-162.198354,60.238267],[-162.181501,60.232506],[-162.181044,60.223119],[-162.210439,60.217963],[-162.248891,60.214748],[-162.278554,60.223456],[-162.272572,60.245185],[-162.290232,60.242499],[-162.298085,60.235907],[-162.30012,60.226996],[-162.299875,60.217231],[-162.297556,60.214179],[-162.292673,60.2119],[-162.28779,60.210761],[-162.285593,60.211086],[-162.284535,60.196967],[-162.285593,60.196763],[-162.291127,60.196601],[-162.298329,60.189195],[-162.30012,60.180487],[-162.289296,60.176337],[-162.257677,60.173847],[-162.236519,60.162752],[-162.228726,60.145586],[-162.23842,60.135617],[-162.26394,60.127294],[-162.288355,60.121594],[-162.297782,60.116424],[-162.317243,60.11306],[-162.337651,60.129653],[-162.343129,60.13939],[-162.366892,60.162543],[-162.372792,60.170356],[-162.374949,60.176337],[-162.362201,60.180908],[-162.353586,60.187567],[-162.347646,60.190619],[-162.340443,60.207668],[-162.341664,60.21898],[-162.350046,60.228949],[-162.364369,60.241767],[-162.412546,60.272528],[-162.430165,60.275214],[-162.44697,60.281968],[-162.45858,60.295086],[-162.442392,60.309588],[-162.390475,60.329466],[-162.333241,60.400214],[-162.319203,60.422593],[-162.313547,60.447211],[-162.30309,60.470852],[-162.278513,60.485663],[-162.249989,60.496649],[-162.227528,60.508979],[-162.224355,60.519355],[-162.227406,60.531928],[-162.228749,60.542426],[-162.220693,60.54682],[-162.21996,60.552151],[-162.222157,60.577948],[-162.22411,60.587836],[-162.207712,60.588935],[-162.19164,60.593899],[-162.109731,60.631415],[-162.097849,60.63935],[-162.06135,60.651028],[-161.967112,60.645657],[-161.942983,60.669745],[-161.957834,60.675279],[-161.96345,60.676581],[-161.944936,60.685004],[-161.88154,60.703925],[-161.910593,60.71369],[-161.938222,60.707668],[-161.965037,60.696357],[-162.072255,60.665229],[-162.094431,60.669745],[-162.088246,60.686916],[-162.115102,60.712795],[-162.153757,60.732489],[-162.183176,60.731147],[-162.129954,60.701402],[-162.121693,60.693996],[-162.121287,60.675238],[-162.123362,60.658922],[-162.133168,60.647406],[-162.183787,60.639635],[-162.237538,60.624742],[-162.261667,60.621324],[-162.276316,60.612942],[-162.284128,60.593655],[-162.289377,60.571926],[-162.296457,60.556464],[-162.299794,60.551174],[-162.306101,60.533189],[-162.365915,60.47663],[-162.374949,60.464911],[-162.377268,60.458197],[-162.379262,60.442532],[-162.382436,60.436957],[-162.394154,60.433092],[-162.428944,60.436957],[-162.441233,60.423407],[-162.436025,60.412543],[-162.424021,60.400214],[-162.415964,60.382392],[-162.452016,60.370754],[-162.464792,60.372382],[-162.456899,60.388577],[-162.464345,60.395982],[-162.49946,60.381985],[-162.509226,60.37287],[-162.497874,60.361274],[-162.512522,60.354926],[-162.53779,60.35102],[-162.549998,60.344468],[-162.559519,60.33747],[-162.56782,60.334174],[-162.5749,60.3369],[-162.580434,60.347602],[-162.585683,60.339423],[-162.590688,60.335354],[-162.597524,60.334052],[-162.608347,60.33393],[-162.608347,60.327094],[-162.576731,60.318305],[-162.566762,60.313463],[-162.591176,60.307034],[-162.600901,60.306627],[-162.562205,60.29385],[-162.5537,60.2862],[-162.55012,60.275865],[-162.552195,60.267157],[-162.560007,60.261135],[-162.573557,60.258857],[-162.703318,60.265692],[-162.657338,60.251695],[-162.55842,60.237494],[-162.469187,60.204901],[-162.450266,60.191067],[-162.453806,60.173163],[-162.481801,60.15058],[-162.493235,60.136786],[-162.497874,60.118232],[-162.492991,60.099189],[-162.483103,60.086615],[-162.475535,60.073432],[-162.477366,60.052802],[-162.485219,60.035386],[-162.496449,60.019721],[-162.510243,60.006741],[-162.525828,59.997504],[-162.578684,59.983873],[-162.63976,59.981391],[-162.700388,59.988837],[-162.751698,60.00495],[-162.752797,59.968248],[-162.807973,59.942572],[-163.087636,59.859117],[-163.316477,59.830268],[-163.614939,59.800849],[-163.877146,59.799547],[-164.098337,59.833686],[-164.128529,59.842678],[-164.159861,59.864569],[-164.187001,59.891506],[-164.204783,59.915595],[-164.21227,59.954983],[-164.183787,59.968655],[-164.094919,59.977688],[-164.094919,59.984524],[-164.106191,59.983791],[-164.116892,59.984442],[-164.126943,59.986802],[-164.136464,59.99136],[-164.130238,59.994086],[-164.114735,60.00495],[-164.146718,60.010443],[-164.200551,60.034329],[-164.348134,60.066474],[-164.385243,60.084906],[-164.399648,60.087551],[-164.412668,60.091783],[-164.43456,60.110582],[-164.441233,60.114814],[-164.444325,60.119086],[-164.479075,60.142157],[-164.488271,60.15058],[-164.495188,60.159857],[-164.495554,60.16885],[-164.4853,60.176337],[-164.4853,60.183743],[-164.512644,60.190619],[-164.564443,60.218492],[-164.614695,60.231879],[-164.643788,60.248277],[-164.661122,60.266425],[-164.649159,60.278713],[-164.656443,60.288072],[-164.673655,60.295152],[-164.677073,60.303209],[-164.673289,60.312201],[-164.649159,60.33393],[-164.714955,60.300605],[-164.753489,60.287095],[-164.783884,60.296373],[-164.808827,60.308092],[-164.988962,60.341376],[-165.005971,60.346747],[-165.038767,60.370185],[-165.071523,60.384833],[-165.10143,60.406684],[-165.12914,60.431708],[-165.143259,60.450629],[-165.121571,60.450507],[-165.053822,60.464911],[-165.033925,60.46662],[-165.023997,60.46898],[-165.019724,60.474555],[-165.018259,60.482367],[-165.014394,60.492825],[-165.008982,60.501939],[-165.002634,60.505845],[-164.983388,60.510077],[-164.973704,60.520413],[-164.974192,60.533637],[-164.985585,60.54682],[-165.010447,60.554511],[-165.160227,60.521959],[-165.174265,60.51553],[-165.195627,60.502265],[-165.22175,60.49901],[-165.36974,60.512112],[-165.384348,60.516913],[-165.431223,60.553046],[-165.411692,60.567532],[-165.383901,60.581041],[-165.354115,60.588446],[-165.31428,60.580878],[-165.297719,60.583075],[-165.281931,60.589097],[-165.270131,60.597724],[-165.258901,60.60871],[-165.24885,60.614651],[-165.203969,60.625393],[-165.171132,60.643052],[-165.118764,60.658637],[-165.080637,60.681708],[-165.023386,60.696682],[-164.999216,60.711371],[-164.989735,60.729682],[-164.996653,60.745185],[-165.030263,60.77619],[-165.031361,60.787014],[-165.01537,60.791449],[-164.994862,60.793199],[-164.982167,60.796332],[-164.971506,60.803046],[-164.924143,60.820543],[-164.874949,60.848782],[-164.897776,60.86933],[-164.94225,60.889635],[-164.958241,60.916815],[-164.937449,60.936469],[-164.915639,60.924465],[-164.895579,60.901679],[-164.87975,60.889472],[-164.871287,60.886176],[-164.848256,60.871649],[-164.834788,60.868354],[-164.819325,60.871405],[-164.780751,60.895697],[-164.753245,60.906195],[-164.711049,60.917182],[-164.668406,60.92178],[-164.639516,60.913316],[-164.642079,60.899888],[-164.685658,60.867621],[-164.697581,60.854682],[-164.669138,60.825751],[-164.596384,60.818915],[-164.464833,60.820543],[-164.429026,60.8039],[-164.416371,60.800116],[-164.375437,60.800116],[-164.357493,60.793687],[-164.351552,60.79267],[-164.283559,60.79267],[-164.270823,60.787909],[-164.26769,60.77676],[-164.268178,60.763373],[-164.266225,60.752346],[-164.259633,60.742133],[-164.252187,60.734931],[-164.241404,60.731147],[-164.224599,60.731147],[-164.235463,60.723212],[-164.235544,60.712633],[-164.228627,60.701117],[-164.218373,60.690172],[-164.320017,60.662299],[-164.328236,60.656684],[-164.33141,60.652411],[-164.337839,60.640286],[-164.341298,60.635647],[-164.341908,60.632758],[-164.340566,60.624091],[-164.341298,60.621324],[-164.345652,60.620266],[-164.357126,60.622016],[-164.361765,60.621324],[-164.370188,60.617865],[-164.38679,60.613511],[-164.395945,60.608303],[-164.399403,60.603217],[-164.406077,60.586859],[-164.410227,60.58039],[-164.416453,60.576728],[-164.444325,60.567328],[-164.420359,60.554267],[-164.397165,60.56037],[-164.35497,60.594062],[-164.299306,60.627021],[-164.283559,60.63935],[-164.259348,60.653266],[-164.228831,60.658026],[-164.163157,60.656684],[-164.135081,60.663723],[-164.119618,60.680569],[-164.101755,60.718166],[-164.084299,60.734565],[-164.062611,60.747952],[-164.019765,60.766547],[-163.986318,60.776313],[-163.955637,60.779853],[-163.888783,60.779608],[-163.865671,60.777045],[-163.838694,60.769029],[-163.816233,60.755113],[-163.806874,60.734931],[-163.815175,60.714667],[-163.82905,60.698188],[-163.831776,60.683783],[-163.806874,60.669745],[-163.817494,60.659613],[-163.828847,60.650946],[-163.836171,60.639553],[-163.834828,60.621324],[-163.826039,60.607164],[-163.811106,60.59394],[-163.794382,60.584174],[-163.779897,60.58039],[-163.731435,60.582709],[-163.686472,60.589748],[-163.643544,60.601549],[-163.464304,60.676581],[-163.43578,60.697455],[-163.429148,60.716986],[-163.441884,60.735297],[-163.471669,60.752346],[-163.45934,60.754096],[-163.409006,60.752346],[-163.424306,60.764716],[-163.54365,60.810004],[-163.861521,60.854682],[-163.912831,60.849595],[-163.930409,60.854682],[-163.852854,60.883246],[-163.808949,60.892524],[-163.76594,60.889472],[-163.718251,60.871324],[-163.697621,60.868354],[-163.57844,60.884101],[-163.562734,60.890123],[-163.55602,60.89997],[-163.563588,60.913316],[-163.579457,60.919867],[-163.725087,60.932359],[-163.756418,60.945258],[-163.745432,60.964545],[-163.723704,60.95661],[-163.701975,60.964301],[-163.683054,60.978949],[-163.669667,60.991889],[-163.704091,60.999661],[-163.768788,60.980455],[-163.800038,60.978217],[-163.795969,60.957709],[-163.812367,60.951972],[-163.837148,60.950019],[-163.858103,60.940985],[-163.867177,60.934149],[-163.886667,60.927965],[-163.895619,60.923],[-163.902089,60.915229],[-163.907948,60.899848],[-163.913319,60.892564],[-163.957509,60.86815],[-164.007069,60.862209],[-164.135365,60.867133],[-164.363759,60.872056],[-164.564443,60.854682],[-164.573232,60.857611],[-164.593007,60.871487],[-164.60261,60.8758],[-164.584543,60.900092],[-164.585886,60.910061],[-164.60261,60.923],[-164.628041,60.932318],[-164.714955,60.937242],[-164.726755,60.935004],[-164.744985,60.925238],[-164.767934,60.919827],[-164.788279,60.905707],[-164.797556,60.902533],[-164.81489,60.908108],[-164.838328,60.937445],[-164.855824,60.950873],[-164.879465,60.957424],[-164.907094,60.958726],[-164.934682,60.956122],[-164.958241,60.950873],[-165.015248,60.921047],[-165.036814,60.916815],[-165.081492,60.917385],[-165.128977,60.923489],[-165.170766,60.941596],[-165.198476,60.978217],[-165.118153,61.013251],[-165.088612,61.019843],[-164.974192,61.025336],[-164.950795,61.019843],[-164.95283,61.057034],[-164.950795,61.067572],[-164.940053,61.083808],[-164.927195,61.086982],[-164.864491,61.079779],[-164.857004,61.082343],[-164.845286,61.091213],[-164.82787,61.099555],[-164.785756,61.104315],[-164.766469,61.108588],[-164.783396,61.120022],[-164.814565,61.11872],[-164.876332,61.108588],[-164.930979,61.114732],[-164.999216,61.114732],[-165.012563,61.106269],[-165.005564,61.08747],[-165.004018,61.068671],[-165.033681,61.060126],[-165.058705,61.062893],[-165.084828,61.070258],[-165.109364,61.081],[-165.129587,61.094306],[-165.12975,61.106635],[-165.175242,61.121772],[-165.191029,61.136461],[-165.168691,61.145697],[-165.146555,61.149726],[-165.129506,61.156643],[-165.11559,61.190579],[-165.0985,61.20307],[-165.060658,61.218451],[-165.143259,61.259426],[-165.131703,61.241848],[-165.119252,61.230373],[-165.103586,61.223131],[-165.082387,61.218451],[-165.102773,61.208441],[-165.120473,61.205959],[-165.136098,61.200995],[-165.150014,61.183661],[-165.148264,61.177151],[-165.143992,61.167711],[-165.144399,61.159369],[-165.15685,61.155748],[-165.211497,61.149563],[-165.346873,61.197089],[-165.36974,61.200751],[-165.362742,61.212795],[-165.326772,61.231635],[-165.293324,61.254828],[-165.271921,61.259589],[-165.225453,61.259426],[-165.212717,61.265204],[-165.206654,61.279242],[-165.204783,61.296088],[-165.204661,61.310614],[-165.208363,61.326809],[-165.219106,61.331692],[-165.259877,61.328315],[-165.259877,61.334459],[-165.225779,61.348131],[-165.182566,61.351955],[-165.171132,61.354967],[-165.157786,61.36579],[-165.161855,61.373684],[-165.172109,61.382473],[-165.177358,61.395941],[-165.158762,61.418647],[-165.076243,61.419379],[-165.047678,61.436957],[-165.061391,61.446967],[-165.05781,61.451728],[-165.006052,61.46483],[-165.005198,61.466864],[-165.004262,61.471137],[-165.002512,61.475775],[-164.999216,61.479153],[-164.967722,61.489569],[-164.868886,61.498969],[-164.847239,61.497626],[-164.841542,61.498969],[-164.840688,61.502753],[-164.842478,61.515692],[-164.841542,61.519477],[-164.829945,61.525336],[-164.818105,61.528632],[-164.786936,61.533759],[-164.763376,61.541693],[-164.74767,61.554674],[-164.743113,61.571031],[-164.752797,61.588935],[-164.690745,61.601386],[-164.708201,61.617418],[-164.72407,61.625556],[-164.742258,61.628363],[-164.766469,61.62873],[-164.760569,61.626166],[-164.752268,61.621243],[-164.745961,61.615058],[-164.745961,61.608832],[-164.755238,61.602362],[-164.76537,61.601955],[-164.77599,61.603095],[-164.786936,61.601386],[-164.802195,61.59162],[-164.821116,61.567857],[-164.877634,61.526028],[-164.896189,61.519477],[-164.966746,61.516588],[-164.990915,61.511379],[-165.008616,61.503485],[-165.016225,61.496527],[-165.021067,61.488023],[-165.030263,61.475735],[-165.039866,61.470893],[-165.050649,61.472642],[-165.061594,61.476793],[-165.071523,61.479153],[-165.085764,61.476264],[-165.086903,61.469184],[-165.083201,61.46015],[-165.082224,61.445014],[-165.079091,61.441067],[-165.079172,61.437079],[-165.088612,61.430732],[-165.099924,61.428656],[-165.111928,61.431098],[-165.123362,61.434882],[-165.133005,61.436957],[-165.154734,61.433417],[-165.186106,61.416246],[-165.204661,61.410224],[-165.195383,61.389635],[-165.191029,61.382961],[-165.205678,61.37637],[-165.23823,61.367743],[-165.253123,61.361802],[-165.263132,61.354193],[-165.271596,61.345649],[-165.281077,61.338365],[-165.294057,61.334459],[-165.280466,61.318671],[-165.261423,61.31745],[-165.24238,61.320624],[-165.228871,61.31745],[-165.227122,61.308905],[-165.231516,61.299384],[-165.233754,61.287746],[-165.225779,61.273098],[-165.267934,61.270006],[-165.312937,61.260891],[-165.355458,61.245754],[-165.390248,61.224595],[-165.399607,61.195624],[-165.369496,61.175971],[-165.346384,61.156724],[-165.376576,61.129096],[-165.368235,61.121243],[-165.364207,61.1081],[-165.362986,61.077541],[-165.373728,61.071601],[-165.397817,61.073472],[-165.437449,61.081244],[-165.512807,61.086982],[-165.54719,61.093899],[-165.582102,61.108588],[-165.605092,61.124498],[-165.621693,61.1435],[-165.632192,61.165676],[-165.636708,61.191107],[-165.634511,61.190253],[-165.629832,61.191311],[-165.625193,61.194648],[-165.623036,61.200751],[-165.626291,61.204657],[-165.633249,61.208889],[-165.640248,61.214179],[-165.643503,61.221503],[-165.643992,61.238511],[-165.642161,61.248928],[-165.632517,61.253404],[-165.609975,61.25259],[-165.62328,61.262152],[-165.628,61.271796],[-165.623728,61.280463],[-165.609975,61.287299],[-165.64094,61.288398],[-165.699452,61.303412],[-165.828725,61.312974],[-165.855784,61.320868],[-165.87678,61.336575],[-165.921254,61.399359],[-165.918324,61.41474],[-165.891103,61.428778],[-165.835317,61.444322],[-165.803171,61.449286],[-165.790273,61.452867],[-165.7801,61.457994],[-165.77123,61.466539],[-165.767283,61.475531],[-165.766306,61.485053],[-165.766428,61.495266],[-165.776967,61.515815],[-165.802073,61.528144],[-165.855784,61.539984],[-165.868153,61.544664],[-165.890818,61.556789],[-165.904164,61.561021],[-165.923899,61.562161],[-166.050404,61.543402],[-166.085683,61.532213],[-166.096018,61.519477],[-166.088612,61.514472],[-166.065623,61.510443],[-166.054392,61.505805],[-166.106191,61.498521],[-166.138254,61.516099],[-166.195302,61.585598],[-166.199941,61.59455],[-166.196156,61.602362],[-166.189443,61.60932],[-166.185374,61.615668],[-166.185374,61.656684],[-166.180857,61.673529],[-166.172678,61.694648],[-166.160512,61.713935],[-166.144399,61.725531],[-166.155873,61.665839],[-166.154042,61.656684],[-166.147328,61.653754],[-166.128245,61.640448],[-166.116444,61.636135],[-166.056223,61.642401],[-166.044179,61.646145],[-166.019602,61.657131],[-165.782419,61.684068],[-165.766428,61.690823],[-165.77953,61.696357],[-165.828481,61.690823],[-165.841542,61.693061],[-165.860219,61.70185],[-165.870066,61.705064],[-165.883534,61.706],[-165.911204,61.704169],[-165.924672,61.705064],[-165.936594,61.709459],[-165.957957,61.722724],[-165.965647,61.725531],[-166.003367,61.734931],[-166.044301,61.75849],[-166.080149,61.789496],[-166.102773,61.821112],[-165.975901,61.835395],[-165.911,61.827948],[-165.849314,61.836086],[-165.828481,61.835395],[-165.79308,61.82685],[-165.7801,61.827948],[-165.743031,61.845608],[-165.726064,61.848456],[-165.60908,61.851304],[-165.588246,61.862128],[-165.610178,61.864447],[-165.644114,61.89525],[-165.68932,61.910305],[-165.709788,61.927436],[-165.739084,61.965074],[-165.750356,61.984442],[-165.758494,62.005276],[-165.759511,62.025621],[-165.730946,62.076483],[-165.713735,62.085273],[-165.710317,62.095038],[-165.708811,62.106635],[-165.705556,62.116604],[-165.691965,62.130072],[-165.668406,62.148098],[-165.641916,62.163804],[-165.594594,62.17829],[-165.447703,62.302883],[-165.344594,62.366034],[-165.334828,62.375718],[-165.314524,62.403957],[-165.296742,62.421332],[-165.273549,62.437445],[-165.184641,62.477444],[-165.133046,62.515692],[-165.095693,62.529771],[-165.055735,62.538275],[-165.020334,62.541083],[-164.930979,62.533677],[-164.8874,62.53913],[-164.867869,62.538031],[-164.848988,62.527493],[-164.8603,62.520006],[-164.867421,62.510688],[-164.867055,62.500963],[-164.855824,62.492743],[-164.848134,62.477932],[-164.810902,62.469428],[-164.735707,62.464789],[-164.723337,62.461168],[-164.701772,62.443752],[-164.690745,62.437445],[-164.671824,62.434556],[-164.608835,62.437445],[-164.650461,62.42536],[-164.665598,62.418769],[-164.695058,62.39647],[-164.71349,62.386176],[-164.733632,62.37873],[-164.706003,62.379584],[-164.685658,62.386542],[-164.650136,62.414984],[-164.640981,62.419989],[-164.629954,62.423814],[-164.597605,62.423407],[-164.581899,62.426174],[-164.574696,62.437445],[-164.586537,62.45482],[-164.615712,62.46015],[-164.670277,62.461982],[-164.677113,62.474351],[-164.662302,62.489936],[-164.629954,62.51317],[-164.647206,62.512519],[-164.657908,62.51024],[-164.677073,62.499579],[-164.693593,62.485053],[-164.705068,62.479071],[-164.714955,62.482123],[-164.742869,62.496405],[-164.81074,62.486274],[-164.841542,62.492743],[-164.800364,62.523586],[-164.794423,62.533677],[-164.800608,62.547187],[-164.816233,62.555569],[-164.835398,62.559801],[-164.852488,62.560981],[-164.857981,62.563625],[-164.85497,62.569403],[-164.845286,62.578315],[-164.834706,62.584377],[-164.821482,62.586615],[-164.794423,62.588324],[-164.704701,62.612494],[-164.479075,62.745917],[-164.504262,62.750312],[-164.539784,62.738837],[-164.574941,62.719916],[-164.61262,62.69302],[-164.663442,62.67829],[-164.740346,62.634467],[-164.779124,62.618964],[-164.813222,62.620185],[-164.827952,62.65412],[-164.83198,62.682196],[-164.843251,62.705146],[-164.860707,62.723822],[-164.883168,62.739081],[-164.873036,62.743883],[-164.866689,62.749254],[-164.866892,62.754706],[-164.876332,62.759589],[-164.87324,62.764065],[-164.871571,62.767646],[-164.868845,62.770941],[-164.86266,62.773871],[-164.870229,62.776679],[-164.890004,62.786933],[-164.873158,62.792182],[-164.85908,62.794867],[-164.844919,62.795478],[-164.827952,62.794379],[-164.792104,62.786933],[-164.776112,62.78852],[-164.766469,62.801215],[-164.83259,62.808905],[-164.861765,62.819525],[-164.883168,62.841539],[-164.859324,62.854071],[-164.852488,62.85578],[-164.849233,62.859931],[-164.848134,62.879706],[-164.845286,62.886868],[-164.833852,62.899156],[-164.816111,62.927191],[-164.753407,62.990953],[-164.7235,63.012926],[-164.690745,63.027086],[-164.662587,63.03205],[-164.528188,63.034735],[-164.516672,63.030219],[-164.509226,63.025214],[-164.487375,63.015815],[-164.478464,63.014106],[-164.472646,63.016913],[-164.468739,63.023261],[-164.46288,63.029853],[-164.451161,63.033352],[-164.441599,63.031887],[-164.410227,63.02025],[-164.400706,63.020575],[-164.384348,63.025214],[-164.376088,63.023668],[-164.35497,63.014106],[-164.333689,63.009019],[-164.32433,63.009101],[-164.313954,63.014106],[-164.3308,63.041409],[-164.350901,63.059638],[-164.376658,63.070502],[-164.522817,63.088324],[-164.539906,63.10224],[-164.549143,63.116197],[-164.562449,63.122545],[-164.595164,63.130113],[-164.579091,63.14057],[-164.521799,63.161119],[-164.50239,63.164944],[-164.487782,63.170722],[-164.423533,63.20897],[-164.365834,63.229193],[-164.145375,63.262152],[-163.994578,63.256252],[-163.827382,63.21955],[-163.767323,63.224758],[-163.752268,63.222642],[-163.729237,63.216783],[-163.724558,63.213121],[-163.732411,63.205878],[-163.723093,63.199937],[-163.702463,63.193305],[-163.694203,63.188178],[-163.683461,63.173489],[-163.676747,63.167426],[-163.646555,63.158922],[-163.638295,63.145453],[-163.643381,63.131293],[-163.663523,63.123358],[-163.663523,63.116523],[-163.634633,63.120185],[-163.58849,63.135077],[-163.567332,63.136949],[-163.541819,63.128811],[-163.564524,63.118069],[-163.602528,63.105618],[-163.622548,63.092271],[-163.655955,63.06037],[-163.791941,63.021918],[-163.806874,62.986151],[-163.762441,63.015204],[-163.652903,63.045071],[-163.600819,63.068061],[-163.556956,63.104722],[-163.528554,63.116685],[-163.491322,63.101793],[-163.440663,63.096015],[-163.395985,63.068061],[-163.36616,63.038275],[-163.350535,63.030829],[-163.290151,63.048814],[-163.093984,63.057359],[-163.073842,63.061265],[-163.034006,63.079088],[-163.013051,63.084662],[-162.988718,63.099555],[-162.981394,63.105943],[-162.969228,63.114407],[-162.923044,63.123358],[-162.880808,63.140937],[-162.861318,63.152289],[-162.84789,63.164944],[-162.844065,63.174628],[-162.845896,63.188951],[-162.841135,63.198432],[-162.833852,63.204901],[-162.806345,63.21955],[-162.696645,63.229193],[-162.596506,63.276679],[-162.428944,63.403876],[-162.408803,63.425727],[-162.401601,63.43122],[-162.361887,63.447821],[-162.351064,63.455715],[-162.330637,63.466864],[-162.303171,63.476752],[-162.280019,63.489081],[-162.272572,63.507514],[-162.313547,63.534247],[-162.309438,63.546576],[-162.293202,63.55036],[-162.251454,63.548529],[-162.237253,63.546291],[-162.207021,63.536526],[-162.176218,63.532538],[-162.134755,63.521186],[-162.099558,63.518988],[-162.084218,63.514716],[-162.059641,63.496039],[-162.046091,63.49022],[-162.031443,63.48664],[-162.018056,63.485826],[-162.037587,63.48428],[-162.054677,63.474311],[-162.070668,63.461737],[-162.086985,63.452338],[-162.106923,63.447821],[-162.148997,63.444078],[-162.168894,63.438666],[-162.168894,63.43122],[-161.914622,63.450426],[-161.660349,63.469631],[-161.620798,63.466539],[-161.589589,63.458075],[-161.573435,63.45539],[-161.557444,63.457343],[-161.511586,63.472805],[-161.496409,63.47427],[-161.483469,63.473456],[-161.470896,63.469875],[-161.456654,63.462836],[-161.440541,63.460191],[-161.422841,63.465725],[-161.404856,63.473944],[-161.388051,63.47956],[-161.186269,63.505561],[-161.056508,63.574408],[-161.045481,63.585761],[-161.033884,63.610053],[-161.00654,63.621772],[-160.974802,63.628241],[-160.9499,63.636664],[-160.892527,63.684882],[-160.849924,63.69831],[-160.827097,63.713528],[-160.791575,63.746527],[-160.766957,63.824123],[-160.805043,63.904486],[-160.928782,64.048163],[-160.945261,64.096015],[-160.95165,64.206285],[-160.973459,64.250474],[-160.995351,64.265692],[-161.063425,64.295844],[-161.089833,64.301418],[-161.115915,64.310004],[-161.175526,64.350898],[-161.203114,64.364081],[-161.203114,64.370307],[-161.193959,64.371161],[-161.1881,64.373765],[-161.175771,64.383979],[-161.194692,64.392076],[-161.238026,64.398098],[-161.257761,64.405097],[-161.244252,64.410102],[-161.226755,64.411811],[-161.188832,64.411282],[-161.188832,64.418118],[-161.331776,64.417548],[-161.429433,64.433295],[-161.457997,64.431708],[-161.483632,64.424872],[-161.498402,64.414537],[-161.508982,64.402167],[-161.520701,64.392524],[-161.538889,64.390774],[-161.538889,64.39765],[-161.52599,64.429104],[-161.518422,64.438544],[-161.503855,64.448432],[-161.493723,64.45185],[-161.485707,64.457099],[-161.477406,64.472724],[-161.473378,64.488186],[-161.471913,64.499742],[-161.468088,64.509955],[-161.45698,64.521145],[-161.440419,64.52912],[-161.41393,64.537543],[-161.387522,64.54206],[-161.370717,64.538153],[-161.340403,64.523993],[-161.093332,64.50259],[-161.035024,64.507758],[-161.004465,64.527981],[-161.068593,64.544623],[-161.085927,64.552558],[-160.973459,64.555854],[-160.957997,64.558824],[-160.947336,64.566067],[-160.938466,64.574856],[-160.928782,64.582587],[-160.833974,64.617336],[-160.803171,64.643378],[-160.790273,64.707709],[-160.788157,64.712714],[-160.787709,64.717841],[-160.791575,64.725898],[-160.801503,64.736396],[-160.825429,64.748928],[-160.836619,64.757636],[-160.884714,64.810126],[-160.901438,64.82274],[-160.916005,64.828681],[-160.96349,64.835842],[-161.003367,64.854885],[-161.044382,64.862535],[-161.146474,64.918199],[-161.155344,64.925198],[-161.13329,64.924018],[-161.085764,64.912991],[-161.066233,64.915229],[-161.029612,64.931464],[-161.010081,64.937242],[-160.990834,64.939439],[-161.003855,64.944566],[-161.020131,64.947211],[-161.037099,64.947577],[-161.052235,64.945624],[-161.056752,64.942816],[-161.060048,64.934475],[-161.062856,64.932603],[-161.182566,64.939521],[-161.210561,64.932603],[-161.207102,64.909735],[-161.229441,64.895982],[-161.307607,64.872016],[-161.315907,64.865424],[-161.322255,64.845526],[-161.330068,64.837714],[-161.340199,64.831936],[-161.361806,64.826361],[-161.366933,64.818752],[-161.3697,64.809719],[-161.373769,64.802314],[-161.395253,64.78677],[-161.408803,64.779486],[-161.42219,64.774359],[-161.444081,64.770738],[-161.489451,64.77025],[-161.511586,64.767524],[-161.523997,64.762112],[-161.534657,64.755072],[-161.545766,64.750881],[-161.559397,64.753852],[-161.564402,64.770413],[-161.644846,64.783759],[-161.672353,64.791734],[-161.701243,64.811754],[-161.733591,64.820746],[-161.806386,64.82274],[-161.782908,64.81684],[-161.740915,64.798],[-161.71642,64.794867],[-161.896311,64.753974],[-161.949778,64.725898],[-161.931752,64.718655],[-161.914133,64.722113],[-161.88154,64.74022],[-161.861399,64.747952],[-161.79955,64.761298],[-161.812082,64.752997],[-161.849802,64.736396],[-161.864125,64.733385],[-161.865793,64.730943],[-161.884958,64.716295],[-161.895457,64.711737],[-161.92394,64.712104],[-161.982533,64.70307],[-162.080881,64.721096],[-162.121693,64.712877],[-162.107777,64.709418],[-162.079091,64.705471],[-162.066477,64.699286],[-162.142812,64.696234],[-162.177358,64.688178],[-162.209828,64.671942],[-162.219431,64.6647],[-162.247182,64.634589],[-162.257639,64.625718],[-162.270212,64.619289],[-162.318064,64.612982],[-162.51122,64.558661],[-162.556833,64.532213],[-162.583119,64.520697],[-162.607167,64.506781],[-162.621409,64.487006],[-162.621571,64.475572],[-162.614207,64.456204],[-162.614573,64.44599],[-162.622792,64.437323],[-162.635325,64.429267],[-162.643422,64.420152],[-162.638743,64.408149],[-162.642649,64.394436],[-162.734609,64.367174],[-162.756296,64.352118],[-162.781321,64.343695],[-162.804392,64.347805],[-162.820017,64.370307],[-162.820749,64.385932],[-162.816843,64.397935],[-162.8155,64.408922],[-162.82372,64.421536],[-162.844431,64.444078],[-162.855417,64.452216],[-162.874623,64.459662],[-162.861318,64.486518],[-162.85029,64.493394],[-162.827463,64.49315],[-162.827463,64.500637],[-162.869496,64.513332],[-162.896189,64.518012],[-162.921742,64.531684],[-162.933583,64.534735],[-162.940541,64.537665],[-162.960561,64.551256],[-162.970815,64.555854],[-162.990468,64.558336],[-163.053334,64.555854],[-163.053334,64.562079],[-163.045155,64.562812],[-163.025461,64.569525],[-163.056589,64.592108],[-163.107126,64.608222],[-163.147654,64.627143],[-163.148997,64.658271],[-163.214792,64.654527],[-163.242502,64.648383],[-163.358591,64.603746],[-163.38976,64.596869],[-163.38976,64.590033],[-163.368153,64.587795],[-163.313466,64.562079],[-163.291371,64.557522],[-163.211008,64.555854],[-163.194081,64.547431],[-163.162302,64.52204],[-163.142771,64.51496],[-163.118153,64.514228],[-163.039744,64.521145],[-163.048695,64.516181],[-163.052968,64.509955],[-163.052358,64.502265],[-163.046498,64.49315],[-163.09675,64.475816],[-163.114613,64.461005],[-163.121653,64.435126],[-163.134999,64.412543],[-163.165883,64.41059],[-163.200429,64.419989],[-163.22468,64.431708],[-163.279286,64.485745],[-163.299794,64.49315],[-163.330637,64.496568],[-163.357411,64.505194],[-163.409006,64.527981],[-163.53657,64.564521],[-163.678538,64.58633],[-163.817128,64.590033],[-163.971384,64.569525],[-164.389109,64.569525],[-164.266225,64.575751],[-164.341868,64.590033],[-164.65038,64.502265],[-164.745961,64.49315],[-164.725453,64.50259],[-164.656606,64.521145],[-164.691721,64.531317],[-164.807444,64.521145],[-164.836252,64.514797],[-164.885691,64.491523],[-164.909861,64.49315],[-164.902659,64.510565],[-164.908152,64.523993],[-164.921457,64.532416],[-164.937815,64.534735],[-164.937815,64.527981],[-164.930857,64.525133],[-164.924143,64.521145],[-164.932362,64.512763],[-164.942006,64.507554],[-164.952952,64.505805],[-164.965077,64.507473],[-164.953969,64.494371],[-164.93517,64.486477],[-164.914052,64.480373],[-164.896189,64.472724],[-164.924143,64.459662],[-164.842519,64.461412],[-164.801096,64.467475],[-164.766469,64.48017],[-164.796457,64.463446],[-164.837107,64.455227],[-165.035512,64.44831],[-165.446238,64.511868],[-165.877512,64.548245],[-166.00239,64.571438],[-166.189687,64.585191],[-166.370351,64.637844],[-166.446034,64.691474],[-166.483469,64.729641],[-166.474623,64.748138],[-166.474737,64.770955],[-166.478017,64.789618],[-166.480377,64.80201],[-166.470067,64.807367],[-166.439208,64.810216],[-166.39391,64.82274],[-166.386057,64.827338],[-166.385569,64.836005],[-166.391713,64.841376],[-166.403879,64.835842],[-166.410157,64.85453],[-166.408835,64.869549],[-166.390207,64.898505],[-166.407948,64.904446],[-166.432932,64.921617],[-166.471018,64.930365],[-166.504832,64.951117],[-166.527333,64.953111],[-166.515248,64.937812],[-166.444814,64.898505],[-166.467478,64.907416],[-166.525706,64.936469],[-166.579722,64.952969],[-166.684529,64.98218],[-166.700066,64.994006],[-166.69535,65.007665],[-166.687376,65.022827],[-166.711389,65.043713],[-166.74951,65.06201],[-166.82905,65.082831],[-166.878611,65.102729],[-166.961531,65.154359],[-166.957387,65.178127],[-166.939572,65.220765],[-166.926974,65.242897],[-166.910186,65.264533],[-166.894316,65.276364],[-166.880238,65.28205],[-166.852773,65.277899],[-166.861765,65.267483],[-166.889357,65.23846],[-166.9059,65.220569],[-166.918247,65.202182],[-166.932078,65.16885],[-166.917658,65.154386],[-166.904224,65.150911],[-166.890452,65.15176],[-166.876169,65.149115],[-166.844228,65.136298],[-166.754262,65.115627],[-166.712636,65.112942],[-166.656728,65.125067],[-166.609975,65.122301],[-166.579539,65.12995],[-166.559316,65.130683],[-166.54719,65.136908],[-166.542917,65.136868],[-166.538645,65.136298],[-166.534169,65.137437],[-166.53364,65.140041],[-166.534779,65.149156],[-166.534169,65.15176],[-166.485829,65.17357],[-166.469228,65.189276],[-166.47643,65.21011],[-166.488718,65.23428],[-166.469228,65.244574],[-166.403879,65.254136],[-166.391794,65.26024],[-166.381947,65.266995],[-166.371287,65.272528],[-166.356679,65.275214],[-166.341797,65.266719],[-166.32358,65.255457],[-166.2516,65.258057],[-166.124574,65.234274],[-166.090635,65.231044],[-166.056451,65.232976],[-166.031188,65.243104],[-166.07665,65.263579],[-166.14041,65.285693],[-166.227894,65.301618],[-166.310131,65.312188],[-166.348464,65.309279],[-166.373769,65.305325],[-166.434055,65.318724],[-166.502797,65.336249],[-166.64705,65.351326],[-166.938303,65.385077],[-166.923044,65.378323],[-166.913011,65.370791],[-166.870098,65.360781],[-166.812409,65.353567],[-166.72588,65.342075],[-166.649936,65.32682],[-166.766921,65.335763],[-166.863588,65.35132],[-167.00045,65.378116],[-167.184296,65.393241],[-167.398555,65.401082],[-167.604327,65.453419],[-167.643123,65.475886],[-167.722118,65.504658],[-167.822958,65.523838],[-167.887016,65.547614],[-168.032175,65.573432],[-168.052439,65.580024],[-168.060374,65.584906],[-168.081003,65.591498],[-168.090281,65.596747],[-168.09557,65.603502],[-168.100942,65.618232],[-168.103871,65.624091],[-168.127797,65.642157],[-168.131215,65.648261],[-168.132192,65.652899],[-168.137441,65.665025],[-168.134877,65.669827],[-168.126291,65.672797],[-168.124379,65.67593],[-168.115427,65.685981],[-168.071604,65.707099],[-167.98115,65.7331],[-167.924019,65.748608],[-167.88208,65.75544],[-167.866811,65.74901],[-167.877878,65.738511],[-167.891347,65.733954],[-167.909413,65.73078],[-167.940867,65.716702],[-167.990956,65.709133],[-168.028025,65.696763],[-168.056711,65.677232],[-168.062937,65.651353],[-168.039866,65.635932],[-168.000437,65.642564],[-167.925486,65.665025],[-167.894887,65.670233],[-167.856068,65.683539],[-167.826243,65.701361],[-167.822743,65.720282],[-167.580922,65.720689],[-167.531239,65.726142],[-167.5006,65.74079],[-167.496571,65.765448],[-167.524403,65.77383],[-167.559193,65.778713],[-167.576365,65.792548],[-167.561025,65.808905],[-167.525136,65.8133],[-167.45283,65.809719],[-167.468332,65.816352],[-167.485219,65.821031],[-167.502919,65.82331],[-167.521108,65.822699],[-167.521108,65.830146],[-167.345937,65.898586],[-167.288319,65.905219],[-167.282419,65.894599],[-167.26122,65.882961],[-167.213246,65.864325],[-167.182851,65.858222],[-167.151112,65.859809],[-167.059885,65.877631],[-166.986399,65.908637],[-166.893422,65.929389],[-166.87682,65.946845],[-166.973012,65.974189],[-166.928049,65.9914],[-166.897328,65.996039],[-166.852162,66.008124],[-166.835805,66.015082],[-166.847646,66.009182],[-166.859609,66.004706],[-166.869944,65.998603],[-166.87682,65.987779],[-166.855458,65.987494],[-166.815867,65.981838],[-166.794871,65.987779],[-166.800364,65.992255],[-166.810007,66.003119],[-166.815378,66.007636],[-166.800649,66.012763],[-166.760732,66.042426],[-166.724965,66.061347],[-166.535634,66.119452],[-166.460805,66.128648],[-166.408152,66.147935],[-166.357493,66.156562],[-166.310902,66.17536],[-166.287465,66.179633],[-166.184926,66.174994],[-166.138499,66.166734],[-166.089182,66.152289],[-166.108713,66.152248],[-166.145131,66.156562],[-166.164255,66.152289],[-166.093699,66.125312],[-165.754994,66.105292],[-165.500111,66.152289],[-165.516225,66.164984],[-165.540639,66.173489],[-165.611765,66.182929],[-165.710886,66.212633],[-165.765981,66.22016],[-165.848948,66.22012],[-165.873972,66.225572],[-165.889963,66.241034],[-165.872874,66.263414],[-165.838694,66.288967],[-165.766428,66.323635],[-165.48766,66.402289],[-165.363515,66.418931],[-165.335317,66.429429],[-165.305735,66.436957],[-165.105214,66.445299],[-165.074941,66.440253],[-165.076609,66.436347],[-165.077585,66.433173],[-165.07905,66.429918],[-165.082387,66.426011],[-165.07372,66.415025],[-165.06196,66.407538],[-165.048166,66.402533],[-165.033396,66.399319],[-165.02656,66.422512],[-165.006337,66.430854],[-164.980906,66.433783],[-164.958241,66.440253],[-164.955759,66.444648],[-164.950551,66.46015],[-164.944651,66.466986],[-164.931142,66.472235],[-164.898752,66.478339],[-164.731313,66.53266],[-164.718088,66.556342],[-164.522654,66.582424],[-164.274363,66.602281],[-163.986399,66.61225],[-163.736318,66.603461],[-163.67573,66.592231],[-163.628733,66.570014],[-163.908152,66.584133],[-163.930124,66.585761],[-163.920888,66.573188],[-163.882883,66.569485],[-163.806874,66.570014],[-163.786814,66.560492],[-163.771799,66.545071],[-163.7624,66.525824],[-163.759104,66.504828],[-163.766469,66.485419],[-163.784617,66.470893],[-163.864247,66.436469],[-163.868967,66.429429],[-163.872141,66.420071],[-163.879628,66.411119],[-163.888499,66.403876],[-163.895619,66.399319],[-163.885203,66.379869],[-163.888173,66.366645],[-163.894846,66.354234],[-163.895619,66.337226],[-163.868967,66.309312],[-163.870432,66.308295],[-163.8697,66.302639],[-163.86498,66.295315],[-163.854685,66.289455],[-163.876576,66.265937],[-163.918772,66.246487],[-163.964955,66.232978],[-163.999257,66.227362],[-164.054067,66.226996],[-164.078236,66.222602],[-164.098337,66.210354],[-164.12031,66.204006],[-164.17573,66.208157],[-164.191111,66.193305],[-164.032094,66.192125],[-163.985666,66.206936],[-163.990549,66.189154],[-163.977488,66.183539],[-163.959788,66.186998],[-163.950876,66.196357],[-163.945749,66.208686],[-163.933176,66.212348],[-163.91747,66.210679],[-163.903066,66.206936],[-163.890492,66.167629],[-163.85497,66.133734],[-163.807485,66.107245],[-163.759104,66.090237],[-163.680491,66.078599],[-163.35436,66.097642],[-163.338735,66.093329],[-163.304311,66.079047],[-163.286448,66.075914],[-163.121653,66.07038],[-163.040476,66.079169],[-163.000844,66.087836],[-162.963694,66.100775],[-162.947703,66.103502],[-162.864491,66.098049],[-162.784169,66.105373],[-162.758534,66.111314],[-162.76476,66.103909],[-162.710764,66.085517],[-162.682851,66.06977],[-162.679677,66.05268],[-162.685251,66.046942],[-162.689809,66.040961],[-162.692006,66.033108],[-162.690297,66.021918],[-162.683787,66.008979],[-162.676869,66.006537],[-162.669789,66.010159],[-162.662953,66.015082],[-162.661448,66.020657],[-162.660512,66.029853],[-162.654734,66.03852],[-162.638743,66.042426],[-162.549265,66.051337],[-162.508127,66.060736],[-162.487904,66.062893],[-162.481068,66.065131],[-162.474965,66.069281],[-162.468495,66.071031],[-162.460642,66.066636],[-162.451161,66.055894],[-162.445668,66.051174],[-162.439809,66.049262],[-162.427683,66.047309],[-162.401072,66.038316],[-162.38801,66.03559],[-162.346628,66.036526],[-162.306101,66.042426],[-162.210072,66.071682],[-162.179433,66.075914],[-161.915639,66.042426],[-161.933339,66.040676],[-161.948923,66.034369],[-161.977122,66.015082],[-161.960154,66.013373],[-161.926015,66.025092],[-161.908193,66.021918],[-161.897939,66.012274],[-161.899241,66.003119],[-161.908559,65.994696],[-161.922475,65.987779],[-161.895375,65.979478],[-161.858225,65.977281],[-161.820668,65.980292],[-161.792795,65.987779],[-161.792795,65.994045],[-161.847401,66.007636],[-161.833689,66.024482],[-161.817332,66.039781],[-161.798899,66.052802],[-161.779124,66.062893],[-161.746205,66.071438],[-161.729441,66.078437],[-161.727284,66.086819],[-161.73766,66.088365],[-161.785268,66.075914],[-161.785268,66.083441],[-161.763295,66.091376],[-161.685292,66.138617],[-161.666331,66.154039],[-161.658681,66.162258],[-161.646921,66.184394],[-161.638132,66.195014],[-161.624582,66.199449],[-161.618153,66.203762],[-161.590688,66.238471],[-161.58491,66.249742],[-161.579823,66.254706],[-161.571238,66.258002],[-161.55073,66.261542],[-161.50593,66.278876],[-161.360097,66.275214],[-161.36384,66.272406],[-161.373769,66.262152],[-161.320668,66.232815],[-161.298695,66.227362],[-161.236928,66.223131],[-161.175771,66.227362],[-161.128651,66.245795],[-161.105662,66.250393],[-161.086415,66.241034],[-161.083811,66.230943],[-161.088083,66.218411],[-161.098459,66.208686],[-161.114329,66.206936],[-161.11144,66.197333],[-161.107004,66.188625],[-161.100901,66.180569],[-161.093251,66.172756],[-161.10436,66.165839],[-161.111684,66.157904],[-161.113149,66.148871],[-161.106882,66.138617],[-161.12328,66.131741],[-161.142812,66.129788],[-161.182607,66.131171],[-161.182607,66.124335],[-161.162546,66.118598],[-161.138987,66.117377],[-161.114939,66.119615],[-161.093251,66.124335],[-161.077341,66.130805],[-161.067738,66.138495],[-161.052235,66.158515],[-161.024037,66.184231],[-161.017527,66.193305],[-161.004709,66.232245],[-160.997019,66.241034],[-161.013783,66.261908],[-161.057444,66.285102],[-161.075876,66.299384],[-161.094309,66.318671],[-161.113759,66.332913],[-161.135732,66.343166],[-161.260325,66.369208],[-161.308827,66.373521],[-161.342966,66.382961],[-161.360789,66.385077],[-161.424875,66.38349],[-161.510691,66.40766],[-161.744618,66.405504],[-161.756947,66.402981],[-161.792795,66.385077],[-161.813059,66.380927],[-161.874705,66.377631],[-161.904368,66.36518],[-161.919057,66.344306],[-161.913279,66.326728],[-161.88154,66.323635],[-161.8933,66.316148],[-161.887318,66.309882],[-161.874949,66.303412],[-161.867258,66.29564],[-161.869822,66.281317],[-161.88093,66.272162],[-161.896311,66.270453],[-161.911936,66.278876],[-161.919016,66.287665],[-161.924672,66.298245],[-161.928538,66.309394],[-161.929921,66.320217],[-161.934641,66.327135],[-161.944651,66.330634],[-161.953969,66.336412],[-161.956614,66.350287],[-161.948313,66.366523],[-161.898264,66.408922],[-161.886545,66.422309],[-161.875966,66.44009],[-161.868764,66.460354],[-161.867258,66.481269],[-161.888376,66.5244],[-161.932485,66.556342],[-162.079457,66.623196],[-162.163197,66.682766],[-162.209828,66.707221],[-162.264516,66.722724],[-162.440541,66.73078],[-162.470896,66.738511],[-162.484609,66.744086],[-162.495107,66.746527],[-162.504587,66.749823],[-162.515248,66.758124],[-162.520579,66.766059],[-162.522328,66.780951],[-162.525828,66.78974],[-162.540028,66.804755],[-162.575795,66.830634],[-162.587229,66.844957],[-162.604563,66.841376],[-162.625315,66.861477],[-162.639841,66.88703],[-162.638743,66.899604],[-162.593821,66.916327],[-162.577016,66.91942],[-162.519968,66.920559],[-162.516225,66.923529],[-162.515452,66.927883],[-162.507436,66.939032],[-162.50239,66.948228],[-162.495229,66.956732],[-162.484812,66.960395],[-162.472849,66.957221],[-162.463816,66.949368],[-162.44697,66.929999],[-162.417104,66.922512],[-162.384104,66.93476],[-162.35261,66.952297],[-162.327138,66.960395],[-162.30663,66.952948],[-162.284861,66.937079],[-162.210439,66.86933],[-162.12092,66.806098],[-162.094309,66.794379],[-162.03303,66.786282],[-162.016835,66.780951],[-162.014963,66.772366],[-162.052846,66.735093],[-162.075754,66.706204],[-162.083241,66.686754],[-162.080759,66.666205],[-162.065989,66.653062],[-162.015207,66.634101],[-161.994822,66.621812],[-161.915232,66.557196],[-161.870839,66.532172],[-161.633778,66.457994],[-161.607167,66.453925],[-161.434031,66.468492],[-161.388051,66.481269],[-161.353627,66.485053],[-161.339182,66.488715],[-161.340281,66.49494],[-161.313059,66.5008],[-161.262888,66.529242],[-161.237538,66.535875],[-161.204213,66.538642],[-161.19343,66.536078],[-161.155263,66.50373],[-161.141916,66.498033],[-161.060984,66.486151],[-161.033681,66.475409],[-160.983632,66.440579],[-160.784779,66.374498],[-160.76537,66.370429],[-160.70283,66.377631],[-160.617177,66.371405],[-160.450917,66.393744],[-160.249094,66.402289],[-160.228505,66.412055],[-160.216176,66.432807],[-160.215647,66.450019],[-160.220448,66.493638],[-160.219187,66.53205],[-160.24946,66.561469],[-160.325429,66.604804],[-160.320872,66.606187],[-160.311879,66.610175],[-160.305613,66.610989],[-160.317576,66.634101],[-160.299631,66.639838],[-160.269114,66.639797],[-160.24352,66.645738],[-160.274973,66.654608],[-160.317942,66.655585],[-160.354441,66.644843],[-160.366404,66.618394],[-160.397165,66.629584],[-160.441274,66.635972],[-160.484853,66.634467],[-160.51415,66.621812],[-160.521718,66.609849],[-160.525868,66.600084],[-160.533559,66.593492],[-160.551707,66.591132],[-160.634511,66.597968],[-160.698313,66.61286],[-160.813547,66.662055],[-160.880971,66.672431],[-161.059071,66.651923],[-161.136057,66.651923],[-161.17158,66.644436],[-161.203114,66.62523],[-161.20405,66.621161],[-161.202138,66.608832],[-161.203114,66.604804],[-161.211171,66.601386],[-161.23176,66.599758],[-161.237253,66.597968],[-161.240183,66.587633],[-161.23705,66.579291],[-161.234934,66.570787],[-161.240956,66.560045],[-161.271962,66.542955],[-161.31371,66.535305],[-161.395497,66.535875],[-161.429433,66.542467],[-161.446726,66.543769],[-161.481557,66.533881],[-161.495432,66.536689],[-161.518422,66.550116],[-161.562611,66.566392],[-161.565623,66.577541],[-161.546335,66.597968],[-161.598012,66.601874],[-161.649729,66.61286],[-161.868276,66.706285],[-161.901967,66.735093],[-161.871775,66.754096],[-161.867258,66.758124],[-161.869456,66.768744],[-161.88154,66.78974],[-161.885325,66.808661],[-161.880564,66.814765],[-161.853342,66.819403],[-161.820058,66.837551],[-161.80016,66.853746],[-161.801137,66.865912],[-161.808217,66.879462],[-161.806386,66.899604],[-161.788686,66.913398],[-161.73408,66.923082],[-161.71642,66.939927],[-161.722727,66.94302],[-161.725535,66.946234],[-161.727366,66.949652],[-161.730662,66.953559],[-161.661733,66.963202],[-161.628855,66.964057],[-161.558339,66.957994],[-161.5183,66.960679],[-161.49885,66.971096],[-161.525217,66.991441],[-161.544423,66.994696],[-161.589548,66.993232],[-161.603464,66.997992],[-161.616078,67.007799],[-161.631337,67.014594],[-161.687571,67.029283],[-161.696523,67.029283],[-161.703725,67.026435],[-161.708241,67.021552],[-161.710317,67.016995],[-161.710194,67.015041],[-161.724558,67.014838],[-161.740224,67.017279],[-161.755442,67.023179],[-161.768259,67.033026],[-161.796213,67.048489],[-161.835154,67.054999],[-161.990224,67.049221],[-162.248036,67.015041],[-162.257761,67.020575],[-162.25829,67.032904],[-162.255483,67.045803],[-162.254872,67.052924],[-162.265004,67.061591],[-162.275258,67.067816],[-162.288279,67.070868],[-162.306101,67.070258],[-162.296986,67.050198],[-162.306874,67.039944],[-162.312978,67.029527],[-162.29304,67.008857],[-162.312937,67.003892],[-162.368113,67.008857],[-162.435496,66.991034],[-162.456899,66.994574],[-162.466868,67.002183],[-162.4676,67.009467],[-162.428822,67.057929],[-162.425852,67.063422],[-162.405588,67.071438],[-162.386423,67.090399],[-162.354482,67.13231],[-162.337839,67.145087],[-162.33491,67.150865],[-162.34081,67.159654],[-162.360097,67.167426],[-162.387929,67.168769],[-162.416127,67.165595],[-162.436391,67.159654],[-162.399119,67.15998],[-162.383494,67.154283],[-162.374949,67.139228],[-162.390452,67.133612],[-162.485911,67.061225],[-162.558787,67.019965],[-162.580434,67.015041],[-162.663767,67.016059],[-162.676991,67.018256],[-162.690297,67.022528],[-162.688547,67.026068],[-162.687489,67.029364],[-162.685984,67.032782],[-162.68281,67.036811],[-162.733347,67.048814],[-162.888905,67.042955],[-162.939565,67.048163],[-162.951894,67.044338],[-162.937327,67.029283],[-162.916737,67.020819],[-162.869496,67.014838],[-162.84789,67.008857],[-162.874135,67.005316],[-163.073923,67.035549],[-163.142323,67.057034],[-163.405629,67.075873],[-163.433095,67.085028],[-163.688303,67.103217],[-163.724965,67.111274],[-163.765614,67.13996],[-163.774159,67.180365],[-163.773427,67.225653],[-163.786448,67.269517],[-163.79247,67.289008],[-163.810048,67.33515],[-163.823964,67.35456],[-163.961619,67.498684],[-164.046457,67.563707],[-164.151479,67.619615],[-164.446034,67.709906],[-164.531606,67.7508],[-164.597768,67.774156],[-164.693552,67.824612],[-164.726511,67.83454],[-164.766469,67.83808],[-164.773305,67.83808],[-164.764394,67.823717],[-164.747751,67.817125],[-164.732859,67.812201],[-164.718088,67.8039],[-164.747874,67.809882],[-164.801503,67.838365],[-164.856028,67.849555],[-165.053944,67.933051],[-165.232737,67.997626],[-165.437205,68.060248],[-165.619985,68.091946],[-165.768992,68.106879],[-165.92809,68.136949],[-165.993601,68.16706],[-166.027089,68.194322],[-166.06786,68.21662],[-166.078603,68.225084],[-166.103464,68.239895],[-166.205881,68.262641],[-166.29662,68.299628],[-166.643748,68.34455],[-166.789866,68.339586],[-166.822825,68.351386],[-166.82905,68.351386],[-166.811838,68.359565],[-166.598215,68.408108],[-166.507192,68.422919],[-166.444814,68.420233],[-166.513783,68.4147],[-166.719065,68.373277],[-166.747182,68.363349],[-166.66454,68.351386],[-166.548166,68.358832],[-166.454783,68.398871],[-166.427683,68.397162],[-166.376536,68.385565],[-166.384836,68.397121],[-166.411448,68.403998],[-166.424998,68.413479],[-166.338206,68.39997],[-166.315134,68.405992],[-166.332875,68.412828],[-166.350901,68.436225],[-166.370351,68.440823],[-166.33019,68.467475],[-166.314646,68.481024],[-166.300771,68.502875],[-166.306264,68.52204],[-166.28718,68.537543],[-166.259633,68.551011],[-166.23998,68.564276],[-166.231028,68.579901],[-166.232533,68.587104],[-166.237904,68.593166],[-166.23998,68.605211],[-166.237131,68.616034],[-166.218861,68.646186],[-166.230662,68.654853],[-166.228708,68.661078],[-166.220286,68.666897],[-166.212636,68.67414],[-166.20698,68.686835],[-166.205068,68.696763],[-166.205881,68.718492],[-166.202707,68.740424],[-166.196848,68.75967],[-166.193796,68.77969],[-166.199045,68.8039],[-166.227976,68.849595],[-166.236765,68.874823],[-166.222605,68.88581],[-166.085642,68.891425],[-166.009104,68.872748],[-165.813588,68.879462],[-165.664744,68.861558],[-165.322092,68.876451],[-165.044057,68.881496],[-164.790761,68.914252],[-164.346425,68.929389],[-164.257029,68.946682],[-164.170359,68.953803],[-164.090037,68.978949],[-163.964548,69.003119],[-163.93517,69.012437],[-163.876698,69.038642],[-163.821726,69.047838],[-163.622548,69.119208],[-163.286122,69.310981],[-163.26476,69.326606],[-163.195302,69.415229],[-163.176991,69.426907],[-163.155751,69.420844],[-163.23998,69.328315],[-163.27245,69.304145],[-163.27245,69.297919],[-163.242543,69.304633],[-163.155751,69.359361],[-163.163197,69.366197],[-163.142649,69.37523],[-163.125803,69.38996],[-163.120676,69.40644],[-163.135325,69.420844],[-163.122426,69.430365],[-163.120188,69.438137],[-163.122141,69.445624],[-163.121653,69.454332],[-163.114125,69.466254],[-163.106679,69.47484],[-163.10497,69.48371],[-163.114817,69.495917],[-163.083201,69.501044],[-163.07079,69.520413],[-163.069285,69.541327],[-163.070139,69.551174],[-163.064768,69.555976],[-163.06786,69.566799],[-163.074778,69.578315],[-163.080678,69.585354],[-163.093821,69.590562],[-163.148997,69.599555],[-163.148997,69.60578],[-163.085439,69.60932],[-163.053578,69.615465],[-163.025461,69.626288],[-163.035146,69.63231],[-163.066396,69.646715],[-163.032908,69.661078],[-163.041615,69.663479],[-163.066396,69.674058],[-163.048533,69.687242],[-162.98412,69.68183],[-162.956532,69.68773],[-162.938425,69.711249],[-162.95759,69.723375],[-162.993479,69.727973],[-163.025461,69.728664],[-163.018748,69.745836],[-163.00536,69.753119],[-162.988352,69.756822],[-162.970815,69.763414],[-162.978261,69.77025],[-162.949778,69.790473],[-162.791371,69.853339],[-162.757273,69.871894],[-162.711619,69.880683],[-162.669993,69.906562],[-162.592763,69.941718],[-162.53779,69.956732],[-162.511423,69.976955],[-162.489491,70.001776],[-162.477366,70.024115],[-162.481923,70.030748],[-162.491038,70.051459],[-162.461497,70.059638],[-162.360707,70.057603],[-162.364207,70.063666],[-162.371327,70.079495],[-162.374949,70.085598],[-162.34081,70.092434],[-162.35204,70.108385],[-162.321482,70.127265],[-162.244618,70.153876],[-162.206736,70.161322],[-162.199412,70.164374],[-162.194285,70.17121],[-162.190419,70.178046],[-162.186594,70.18122],[-162.170969,70.184638],[-162.124867,70.203192],[-162.099436,70.220608],[-162.052846,70.243842],[-162.014963,70.27733],[-162.001658,70.280911],[-161.956614,70.304674],[-161.90571,70.320624],[-161.879832,70.322943],[-161.853586,70.318345],[-161.85615,70.314643],[-161.861033,70.304674],[-161.839955,70.304104],[-161.833119,70.304674],[-161.833119,70.297838],[-161.840443,70.296942],[-161.861033,70.290432],[-161.723704,70.274848],[-161.703359,70.263739],[-161.733469,70.250312],[-161.860056,70.258694],[-161.901967,70.256903],[-161.867909,70.242662],[-161.790842,70.240546],[-161.758616,70.22956],[-161.789174,70.229153],[-161.83259,70.223131],[-161.859486,70.211859],[-161.840525,70.195461],[-161.865549,70.179348],[-161.899526,70.178656],[-162.008738,70.196275],[-162.025502,70.195461],[-162.039784,70.191107],[-162.066151,70.179389],[-162.080759,70.174954],[-162.121693,70.161322],[-162.121693,70.153876],[-161.864613,70.169135],[-161.848093,70.173814],[-161.813222,70.192084],[-161.786733,70.199652],[-161.703359,70.195461],[-161.720164,70.201239],[-161.728261,70.202297],[-161.738149,70.202297],[-161.729319,70.215644],[-161.712595,70.224066],[-161.693186,70.228339],[-161.676015,70.22956],[-161.666737,70.232082],[-161.663523,70.23786],[-161.661448,70.244696],[-161.655588,70.250067],[-161.643422,70.254096],[-161.631947,70.25609],[-161.342152,70.258775],[-161.210642,70.276801],[-161.067006,70.314846],[-161.024973,70.318345],[-161.024973,70.312161],[-161.031809,70.312161],[-161.031809,70.304674],[-161.009877,70.304389],[-160.9499,70.290432],[-160.956492,70.301459],[-160.977406,70.313625],[-160.983998,70.325141],[-160.957875,70.33275],[-160.860666,70.347317],[-160.621531,70.429592],[-160.599802,70.44184],[-160.66279,70.434027],[-160.707468,70.419135],[-160.812693,70.387193],[-160.773061,70.405748],[-160.68928,70.434027],[-160.448964,70.489651],[-160.216176,70.579047],[-160.188303,70.597073],[-160.172231,70.604926],[-160.155385,70.60635],[-160.167429,70.596259],[-160.159617,70.587958],[-160.14269,70.582017],[-160.127431,70.579047],[-160.102976,70.578518],[-160.038075,70.592719],[-159.947092,70.597235],[-159.928212,70.592719],[-159.924387,70.581488],[-159.928904,70.568427],[-159.938181,70.557278],[-159.948679,70.551703],[-159.948679,70.544867],[-159.942209,70.545478],[-159.921986,70.544867],[-159.943837,70.521959],[-160.011057,70.520331],[-160.041819,70.507025],[-160.074086,70.488227],[-160.114817,70.480699],[-160.201894,70.47663],[-160.168772,70.465969],[-160.125722,70.46601],[-159.948476,70.494452],[-159.921986,70.489651],[-159.938344,70.47606],[-159.974233,70.456],[-159.990224,70.44184],[-160.013905,70.410956],[-160.029652,70.398993],[-160.051747,70.39411],[-160.056345,70.374945],[-160.114207,70.344143],[-160.133656,70.325141],[-160.096018,70.321357],[-160.009023,70.361477],[-159.969187,70.372992],[-159.948476,70.370429],[-159.933176,70.362291],[-159.922231,70.349311],[-159.91454,70.331977],[-159.916819,70.33039],[-159.922312,70.32807],[-159.927317,70.324164],[-159.928212,70.318345],[-159.925486,70.315375],[-159.920766,70.313381],[-159.916453,70.312323],[-159.91454,70.312161],[-159.910634,70.304104],[-159.906199,70.29914],[-159.904286,70.293769],[-159.907704,70.284247],[-159.866567,70.277737],[-159.833241,70.252021],[-159.80309,70.220282],[-159.771189,70.195461],[-159.770579,70.225165],[-159.786733,70.238105],[-159.810536,70.246894],[-159.832631,70.263739],[-159.836903,70.273627],[-159.838694,70.285793],[-159.838816,70.308417],[-159.84496,70.313422],[-159.849721,70.318427],[-159.853098,70.325141],[-159.850535,70.330878],[-159.843495,70.335517],[-159.838694,70.34101],[-159.842519,70.349433],[-159.88032,70.375678],[-159.887278,70.387193],[-159.88679,70.398871],[-159.882151,70.40762],[-159.87678,70.415473],[-159.874216,70.424791],[-159.865061,70.444037],[-159.845815,70.456529],[-159.828603,70.471259],[-159.825795,70.497056],[-159.810292,70.5008],[-159.799306,70.499213],[-159.728098,70.472642],[-159.709706,70.469794],[-159.669626,70.47309],[-159.593373,70.49258],[-159.540842,70.499213],[-159.49531,70.515815],[-159.48058,70.51553],[-159.44929,70.500922],[-159.434763,70.497056],[-159.418528,70.499701],[-159.367136,70.517646],[-159.325673,70.521308],[-159.305776,70.52619],[-159.291371,70.538072],[-159.421091,70.52383],[-159.530832,70.532416],[-159.565134,70.531236],[-159.56843,70.528795],[-159.570872,70.524115],[-159.572336,70.519599],[-159.572499,70.517646],[-159.579945,70.516832],[-159.631174,70.517279],[-159.641184,70.514309],[-159.650746,70.507025],[-159.663808,70.500067],[-159.681752,70.496812],[-159.715932,70.497056],[-159.732289,70.499905],[-159.74238,70.504218],[-159.764353,70.517646],[-159.825307,70.543769],[-159.842519,70.555121],[-159.849436,70.562323],[-159.855214,70.570502],[-159.85912,70.579413],[-159.860544,70.589016],[-159.864613,70.599066],[-159.874582,70.602688],[-159.88679,70.60456],[-159.947865,70.63642],[-160.005727,70.640082],[-160.065175,70.627753],[-160.119985,70.60635],[-160.122304,70.610297],[-160.124582,70.615668],[-160.127431,70.626207],[-160.096262,70.643052],[-159.913035,70.700629],[-159.888051,70.705552],[-159.836252,70.708075],[-159.812123,70.715562],[-159.846262,70.715562],[-159.8131,70.727851],[-159.708974,70.779283],[-159.683217,70.797593],[-159.668162,70.804999],[-159.644846,70.810004],[-159.595408,70.813788],[-159.548777,70.830227],[-159.519643,70.835761],[-159.412058,70.842027],[-159.38329,70.84691],[-159.346303,70.863349],[-159.161,70.886908],[-159.206248,70.8664],[-159.318796,70.861029],[-159.37328,70.845933],[-159.174265,70.853909],[-159.155141,70.84634],[-159.140574,70.825426],[-159.181345,70.816718],[-159.311838,70.812445],[-159.410878,70.787421],[-159.449045,70.784491],[-159.449045,70.777045],[-159.392079,70.76732],[-159.373606,70.760932],[-159.356801,70.760199],[-159.33906,70.766547],[-159.321278,70.769273],[-159.304433,70.757799],[-159.310048,70.753974],[-159.318715,70.746161],[-159.3249,70.743557],[-159.300974,70.727118],[-159.246449,70.706448],[-159.222483,70.68891],[-159.216298,70.695136],[-159.270497,70.744615],[-159.279042,70.764716],[-159.236155,70.770819],[-159.11974,70.763983],[-158.989735,70.777045],[-159.003489,70.797268],[-159.029164,70.805121],[-159.085317,70.804999],[-159.060414,70.816555],[-158.715403,70.791327],[-158.338002,70.81802],[-158.43928,70.822089],[-158.492991,70.832343],[-158.523549,70.852769],[-158.479929,70.853258],[-158.389394,70.836737],[-158.04304,70.836859],[-157.864939,70.866441],[-157.673533,70.922797],[-157.624379,70.931301],[-157.593251,70.946194],[-157.577952,70.949612],[-157.559071,70.951361],[-157.231191,71.071357],[-157.087839,71.155015],[-157.025502,71.203192],[-156.817209,71.306342],[-156.681833,71.352729],[-156.591908,71.364732],[-156.52241,71.389716],[-156.498606,71.404527],[-156.471506,71.412502],[-156.434804,71.40648]]]]},"type":"Feature","properties":{"postal":"AK","name":"Alaska","type":"State","center":[-152.28395061728395,64.67776553947087]}},"AS":{"geometry":{"type":"MultiPolygon","coordinates":[[[[93.275543,80.263611],[93.148041,80.313873],[91.424911,80.31012],[92.60405,80.390442],[91.903046,80.458595],[92.774437,80.515961],[93.325546,80.805817],[92.49366,80.767555],[93.160469,80.933731],[93.059296,80.991791],[95.538734,81.219429],[95.122208,81.270828],[95.787766,81.279984],[97.965828,80.71006],[97.12915,80.662766],[97.016937,80.529633],[97.420959,80.313591],[97.158875,80.233597],[95.564697,80.192474],[93.719711,79.994141],[92.076302,80.169495],[92.881027,80.170677],[92.136108,80.287491],[93.275543,80.263611]]],[[[91.029709,81.055542],[90.001099,81.098328],[89.8936,81.168594],[91.577209,81.143051],[91.029709,81.055542]]],[[[79.217773,80.954681],[79.708603,80.979431],[80.435951,80.930397],[78.974983,80.833603],[79.217773,80.954681]]],[[[99.601379,79.291367],[99.044701,79.287758],[99.942482,78.960686],[98.342484,78.77916],[95.533051,79.105255],[95.007767,79.040268],[94.324638,79.25061],[94.332489,79.465546],[93.71373,79.456863],[93.985542,79.49234],[93.688034,79.539009],[93.879005,79.599434],[93.224426,79.437759],[93.126923,79.466026],[93.310265,79.495392],[92.855118,79.55748],[94.616089,79.81192],[94.223877,79.900124],[94.936646,80.099426],[97.534149,80.169708],[98.034424,80.06749],[97.20179,79.705406],[98.392769,79.869431],[98.528595,80.052475],[100.015266,79.824158],[99.601379,79.291367]]],[[[91.086655,80.048599],[90.864426,80.057205],[92.907761,80.021927],[93.808731,79.891792],[93.006378,79.703598],[91.921646,79.673309],[92.349991,79.727768],[91.073044,79.848602],[91.239975,79.934143],[91.086655,80.048599]]],[[[93.988251,80.009781],[94.271103,80.036102],[94.323326,80.025261],[93.927475,79.968323],[93.988251,80.009781]]],[[[91.618866,79.649429],[91.233047,79.694427],[91.12442,79.722488],[91.858452,79.668312],[91.618866,79.649429]]],[[[99.942749,79.578873],[99.9422,79.684418],[100.305115,79.667206],[100.026932,79.628036],[99.942749,79.578873]]],[[[76.617844,79.543564],[76.170532,79.564423],[76.044014,79.637909],[77.617348,79.508881],[76.617844,79.543564]]],[[[91.830933,79.411499],[92.284424,79.449417],[92.467484,79.429977],[92.243591,79.379974],[91.830933,79.411499]]],[[[92.597641,79.402054],[92.771927,79.439423],[92.985817,79.413597],[92.70665,79.377762],[92.597641,79.402054]]],[[[105.252777,78.47998],[102.718048,78.159988],[99.34137,78.019989],[99.994431,78.335266],[100.372345,78.741783],[101.164429,78.755272],[100.78096,78.863869],[100.887764,78.973183],[101.61998,78.980263],[100.991165,79.06311],[101.197197,79.205826],[101.776382,79.367477],[102.243317,79.239151],[102.140266,79.359985],[102.305542,79.425537],[103.154633,79.311302],[102.825546,79.223038],[102.399437,78.826653],[102.914703,79.052475],[103.94693,79.133331],[104.60582,78.775826],[105.158333,78.811371],[105.413177,78.571091],[105.252777,78.47998]]],[[[106.190811,78.189972],[105.992752,78.214157],[106.759857,78.306786],[106.714996,78.256943],[106.190811,78.189972]]],[[[93.739975,78.151382],[93.57222,78.166656],[93.524429,78.203323],[93.640274,78.222763],[93.739975,78.151382]]],[[[107.438873,78.049423],[106.493042,78.121643],[106.49498,78.158875],[107.699142,78.135269],[107.438873,78.049423]]],[[[57.202217,25.991661],[57.032211,26.822498],[56.808884,27.123608],[56.132767,27.160275],[54.788464,26.490412],[54.29694,26.716105],[53.686935,26.732773],[52.60833,27.34819],[52.499718,27.608608],[51.430275,27.937775],[51.054718,28.738749],[50.801037,28.929789],[50.923748,29.064581],[50.638882,29.142775],[50.639164,29.470415],[50.038048,30.212769],[49.555058,30.007219],[49.004711,30.297358],[48.928875,30.387047],[49.263462,30.429092],[49.038879,30.519161],[48.866379,30.359024],[48.917355,30.040689],[48.534016,29.92458],[47.959435,30.033051],[48.166866,29.565136],[47.955963,29.623745],[47.707222,29.375832],[48.028603,29.344994],[48.877499,27.833607],[48.838875,27.619717],[49.236515,27.5443],[49.308739,27.444857],[49.127975,27.442287],[49.408875,27.127216],[49.542213,27.171104],[50.154999,26.663054],[49.99638,26.742496],[50.219444,26.300278],[49.993889,26.019997],[50.482773,25.413887],[50.77541,24.720831],[50.756382,25.49958],[50.951801,25.599165],[51.036942,26.042427],[51.244858,26.152498],[51.567215,25.907705],[51.47538,25.521769],[51.611942,25.013748],[51.366249,24.589582],[51.214371,24.634441],[51.298927,24.519674],[51.487217,24.58333],[51.282356,24.299999],[51.72583,24.261108],[51.815975,23.997984],[52.085968,23.955971],[52.626247,24.196804],[53.587772,24.044167],[54.123745,24.141665],[54.427498,24.285692],[54.650276,24.746944],[55.85944,25.720415],[56.2019,26.26086],[56.303886,26.201111],[56.401524,26.21979],[56.31097,26.222706],[56.404213,26.368713],[56.471386,26.142151],[56.32069,26.166943],[56.423882,25.950275],[56.264301,25.659443],[56.619785,24.477568],[57.171314,23.934441],[58.609299,23.632774],[59.397774,22.680553],[59.801731,22.536873],[59.828606,22.291664],[58.520687,20.41951],[58.211521,20.397221],[58.213745,20.612776],[57.82819,20.216248],[57.687634,19.708332],[57.805691,18.970972],[56.810436,18.744396],[56.352322,17.941177],[55.436035,17.826109],[55.03194,17.014719],[54.092636,17.014305],[52.596382,16.477219],[52.227077,16.166178],[52.189163,15.605276],[49.094303,14.516805],[48.698051,14.039999],[47.990135,14.047083],[47.39444,13.646388],[46.691525,13.428055],[45.659023,13.339166],[45.042316,12.752385],[44.590412,12.817081],[43.949856,12.594652],[43.478882,12.674999],[43.230274,13.269721],[43.279442,13.720277],[43.086662,13.993332],[42.935829,14.957777],[42.681107,15.208332],[42.810341,15.262012],[42.693886,15.700277],[42.834579,15.883332],[42.789333,16.460831],[42.547909,16.99826],[42.370552,17.039997],[42.307079,17.447636],[41.678886,17.949444],[40.756939,19.764166],[39.66069,20.437914],[39.174858,21.104025],[38.99305,21.836941],[39.062775,22.583332],[38.446869,23.789095],[37.44236,24.375137],[37.15451,24.840137],[37.23555,25.182499],[35.160553,28.056664],[34.572147,28.0959],[35.003677,29.528193],[34.877777,29.532497],[34.21666,31.32333],[34.708328,31.947638],[34.95319,32.823399],[35.634438,34.012772],[35.648884,34.281105],[35.983608,34.527496],[35.919025,35.422634],[35.733887,35.581665],[35.978439,36.002609],[35.785545,36.314846],[36.19006,36.597286],[36.193329,36.791939],[36.011204,36.923191],[35.347073,36.544991],[34.659431,36.805275],[33.988602,36.277771],[32.77166,36.028885],[32.368042,36.175133],[32.064713,36.516388],[31.046661,36.849152],[30.616526,36.843605],[30.404858,36.204922],[30.208609,36.303875],[29.677216,36.118332],[29.14805,36.348328],[29.052498,36.681107],[28.456387,36.880829],[28.26194,36.845127],[28.272636,36.736935],[27.983887,36.552773],[28.120136,36.797077],[27.475277,36.649994],[27.358952,36.7043],[28.025829,36.822777],[28.324787,37.038185],[27.254999,36.964996],[27.324303,37.153046],[27.595276,37.232491],[27.421082,37.407906],[27.194925,37.352348],[27.26833,37.953598],[26.275829,38.264435],[26.509857,38.42548],[26.388121,38.447006],[26.398331,38.666939],[26.691801,38.310856],[27.156452,38.452805],[26.733746,38.641937],[27.062981,38.873184],[26.801661,38.955826],[26.86972,39.097908],[26.644722,39.263054],[26.951801,39.550827],[26.109995,39.45763],[26.157497,39.946659],[26.704302,40.37888],[27.118607,40.452766],[27.511662,40.305553],[27.877842,40.375858],[27.754858,40.52972],[28.020134,40.487705],[27.953194,40.356934],[29.055761,40.366798],[29.141695,40.437908],[28.77673,40.527077],[29.933954,40.72221],[29.12944,40.914444],[29.025555,41.034431],[29.16,41.224575],[31.233469,41.089298],[32.277496,41.719437],[33.3386,42.019852],[34.715546,41.94249],[34.978882,42.091942],[35.286652,41.713051],[36.056103,41.688744],[36.431519,41.242077],[36.809998,41.355553],[37.129299,41.146797],[38.355824,40.910271],[39.414227,41.106731],[40.149994,40.920273],[41.384953,41.373711],[41.776093,41.841927],[41.4561,42.714294],[40.002968,43.379265],[40.211376,43.584717],[41.597485,43.221508],[42.855198,43.177761],[43.829155,42.749367],[43.777279,42.604015],[45.165123,42.703327],[45.750828,42.487759],[45.655125,42.199989],[46.761726,41.860474],[47.274647,41.321098],[47.91547,41.224987],[48.77095,42.045349],[49.760624,42.710758],[49.210938,43.471668],[48.686157,44.754345],[49.448315,45.530384],[50.038502,45.858479],[49.325146,46.086945],[49.222527,46.346306],[48.576172,46.561031],[48.544575,46.754154],[49.027206,46.776093],[48.14304,47.749714],[47.255829,47.750832],[47.121239,48.272076],[46.499161,48.417496],[47.059574,49.133602],[46.80402,49.338463],[46.931381,49.865829],[47.30249,50.031937],[47.485687,50.417629],[47.939438,50.250965],[48.248745,49.87138],[48.790554,49.939434],[48.914715,50.032768],[48.697487,50.591934],[49.425827,50.851387],[49.474712,51.12402],[50.368599,51.327423],[50.60041,51.637772],[50.812351,51.594299],[50.7733,51.76918],[51.384712,51.640549],[51.299438,51.481239],[51.711937,51.461937],[51.87138,51.671799],[52.341801,51.780754],[52.607632,51.456383],[53.423744,51.492634],[54.501659,50.85923],[54.398396,50.625893],[54.523933,50.528839],[54.701797,50.609646],[54.548607,50.922218],[54.647217,51.036942],[55.69249,50.532494],[56.501865,51.08083],[57.127354,51.084713],[57.463535,50.865273],[57.736103,50.910408],[57.792683,51.116318],[58.337769,51.156097],[58.601387,51.046661],[58.665543,50.804993],[59.488743,50.630405],[59.542496,50.478325],[59.814404,50.546276],[60.05291,50.864162],[60.698044,50.661659],[61.422352,50.800617],[61.685822,51.265831],[60.05201,51.883186],[59.913807,52.100273],[60.144157,52.42374],[59.250275,52.498878],[59.179852,52.277908],[58.789303,52.450684],[58.748951,52.856247],[59.027355,53.018051],[58.824505,53.203945],[58.921524,53.932907],[59.334713,54.184853],[59.736656,54.138046],[59.676105,54.487076],[59.93631,54.861591],[59.638329,54.911728],[59.24791,54.613255],[57.970268,54.388187],[57.153046,54.853188],[57.209438,55.225544],[57.433743,55.327217],[58.139439,55.221241],[57.998604,54.91777],[58.304993,55.175407],[58.614994,54.94902],[58.818329,55.039993],[58.581173,55.137211],[58.734993,55.268883],[59.641659,55.55867],[59.237629,55.596657],[59.313538,55.776451],[59.159191,55.792912],[59.174297,55.997768],[59.292355,56.13409],[57.466381,56.121933],[57.321663,56.482765],[57.416939,56.642494],[57.221691,56.850964],[58.070969,57.047497],[57.971931,57.532215],[58.198875,57.689156],[58.532494,57.56694],[58.856941,57.729988],[58.600967,58.005688],[58.677353,58.106003],[59.449123,58.488045],[59.38583,58.705688],[59.083466,58.760277],[59.182281,59.163673],[58.310966,59.460407],[58.44735,59.692493],[58.982491,59.949997],[59.473598,60.809574],[59.256386,61.260826],[59.421104,61.426521],[59.405964,62.144997],[59.64291,62.518391],[59.397316,62.739159],[59.484573,62.891033],[59.22596,63.035549],[59.57756,63.932869],[59.857426,64.146515],[59.579647,64.243874],[59.483116,64.487976],[59.684433,64.811646],[60.086941,65.042908],[60.418045,65.054703],[60.627628,64.885406],[61.840828,65.669289],[62.849575,65.871017],[62.853607,66.071106],[63.301727,66.245468],[63.226238,66.329163],[63.4086,66.452774],[65.080276,66.88443],[65.223602,67.146103],[66.108871,67.481232],[65.794014,67.568665],[66.210541,67.696091],[66.021378,67.804359],[66.092415,67.9263],[65.284988,68.011932],[65.275818,68.235535],[65.652283,68.557274],[65.312195,68.806641],[64.522217,68.903046],[64.93734,69.262215],[65.870255,69.127197],[65.662376,69.114822],[66.581375,68.905823],[67.054977,68.856369],[68.159424,68.411377],[68.264999,68.187485],[68.528595,68.277206],[69.109848,68.869431],[68.962769,68.906097],[69.217484,68.955826],[68.454712,68.98082],[68.052483,69.275406],[68.099152,69.544563],[67.010132,69.69915],[66.947693,69.53186],[66.793732,69.580269],[66.899429,70.025818],[67.327774,70.097488],[67.089851,70.214157],[67.336998,70.758049],[66.68512,70.763466],[66.621231,70.891106],[66.887909,71.080269],[66.61956,71.04512],[66.90332,71.286926],[67.968872,71.540543],[68.465546,71.818893],[68.97644,72.694283],[69.327354,72.945396],[71.538589,72.911377],[72.823875,72.71138],[72.725266,72.605957],[72.862762,72.268326],[72.318344,71.833649],[72.364151,71.719742],[71.806229,71.463326],[72.591095,71.155258],[72.839432,70.868317],[72.681854,70.614769],[72.774429,70.419983],[72.43248,70.289429],[72.608597,70.183868],[72.490532,70.049286],[72.686783,69.84346],[72.534294,69.625397],[72.553864,68.976654],[73.513321,68.586929],[73.638878,68.441505],[73.102692,68.218803],[73.204361,67.854561],[73.032761,67.723183],[72.556091,67.601654],[72.376793,67.31665],[72.04776,67.297691],[72.212761,67.151375],[71.774429,66.945526],[71.410263,66.966934],[71.550957,66.644295],[70.686646,66.508881],[70.292686,66.620819],[70.679153,66.713043],[70.705406,66.760132],[70.330688,66.677063],[69.891937,66.83194],[68.971649,66.806374],[69.37693,66.510132],[72,66.219437],[72.343323,66.29818],[72.474152,66.604156],[73.852768,66.984566],[73.903458,67.289841],[74.739975,67.69165],[74.725891,68.149292],[74.338593,68.37088],[74.450539,68.689285],[74.640549,68.76915],[76.582489,68.970543],[76.641373,68.767761],[77.320824,68.518387],[77.164841,68.291786],[77.359848,68.228462],[77.196228,67.973663],[77.300117,67.909081],[77.084297,67.784843],[77.785538,67.56192],[79.041168,67.573433],[77.466377,67.759155],[77.558594,68.143875],[78.171021,68.268044],[77.77916,68.51638],[77.644157,68.904709],[76.001389,69.238876],[74.74942,69.078873],[73.748451,69.171234],[73.895889,69.41478],[73.515755,69.742905],[73.687958,70.134567],[74.29332,70.497208],[74.320541,70.655258],[73.526657,71.263046],[73.01638,71.418526],[73.503311,71.662766],[73.525528,71.815819],[74.974426,72.122208],[75.109428,72.39138],[74.829987,72.834152],[75.36026,72.805252],[75.712418,72.558174],[75.55262,72.483315],[75.746368,72.2686],[75.222351,71.841255],[75.495476,71.659431],[75.267349,71.361237],[76.843597,71.188583],[76.915817,71.069717],[77.00457,71.182487],[77.67984,71.156929],[78.436096,70.885818],[79.031097,70.934708],[79.108521,71.007072],[78.549713,70.955551],[78.519714,71.101654],[78.248322,71.097488],[78.296371,71.25013],[77.939148,71.253326],[77.982346,71.372894],[77.517212,71.298874],[76.264015,71.574715],[76.097488,71.928589],[76.897766,72.051086],[77.560257,71.832214],[78.104736,71.876144],[78.226891,71.95636],[78.015823,72.099991],[77.373238,72.097412],[78.53804,72.403595],[80.826096,72.086929],[80.636581,72.051163],[81.653046,71.708038],[83.261642,71.721085],[82.857727,71.393082],[82.257217,71.25666],[82.355812,71.088737],[82.201935,70.988586],[82.408592,70.769646],[82.080963,70.564568],[82.3461,70.198593],[82.158112,70.572762],[82.433311,70.608871],[82.663879,70.947205],[83.109703,70.890686],[83.018181,70.426231],[82.643044,70.233597],[83.106934,70.068604],[83.193588,70.123306],[83.133461,70.204567],[82.95166,70.320541],[83.531662,70.339157],[83.745529,70.459991],[83.1502,71.238037],[83.626366,71.625397],[83.371643,71.829712],[82.193245,72.094154],[82.309288,72.191505],[82.19873,72.280411],[80.726372,72.523041],[80.823669,72.619217],[80.62706,72.707352],[80.811096,72.97332],[80.238869,73.1754],[80.569916,73.222481],[80.253044,73.323044],[80.674706,73.50193],[80.5186,73.573463],[87.047478,73.870117],[85.785957,73.470543],[85.839569,73.323746],[86.7836,72.99408],[85.841797,73.451096],[87.183311,73.619423],[87.6661,73.890823],[87.321793,73.830544],[86.980438,74.02861],[87.366783,74.042618],[85.949638,74.282623],[86.455261,74.453598],[86.900002,74.37104],[86.738037,74.297211],[87.132751,74.369141],[85.789154,74.630814],[86.114426,74.743309],[86.035606,74.81102],[86.91304,74.612488],[86.761932,74.702774],[87.379631,74.946167],[87.181717,74.981369],[87.775398,75.024643],[86.90332,75.079857],[86.986511,75.1493],[87.987198,75.099991],[89.252777,75.503052],[89.533875,75.44664],[89.959717,75.571381],[91.619705,75.637207],[91.709427,75.73526],[93.346649,75.829987],[94.15519,75.946785],[92.865265,75.948318],[93.181091,76.099716],[96.197197,76.08152],[95.574852,75.888184],[95.743866,75.85054],[96.511932,76.009995],[96.629974,75.954437],[96.442902,75.868454],[97.289429,76.039429],[97.389709,76.041237],[97.183594,75.92804],[97.821381,75.979706],[97.547905,76.04998],[98.745529,76.261932],[99.276932,76.214157],[99.09977,76.160126],[99.765617,76.034294],[99.617485,75.835541],[99.223457,75.758598],[99.093048,75.561928],[100.186256,75.168533],[99.802338,75.476234],[99.17421,75.568665],[99.306091,75.767761],[99.59568,75.775688],[99.894989,75.918594],[99.877197,76.09166],[98.836105,76.506104],[100.864151,76.532486],[102.240814,76.379005],[100.878311,76.551376],[101.231163,76.751579],[100.849716,76.878586],[102.055542,77.383041],[104.071381,77.732208],[105.871918,77.563599],[106.282478,77.366089],[104.123314,77.089569],[105.909988,77.141373],[105.448456,76.976097],[106.813873,77.049988],[107.498177,76.918388],[106.392906,76.512077],[107.875809,76.535263],[107.944138,76.731659],[111.103867,76.755264],[112.190041,76.470261],[111.906372,76.364426],[112.265823,76.452209],[112.744286,76.325966],[112.512489,76.238518],[112.852768,76.144852],[112.575058,76.045677],[113.255821,76.143318],[112.933449,76.255409],[113.242752,76.262207],[113.466309,76.138245],[113.547493,75.866653],[113.891373,75.845055],[113.50943,75.532486],[113.594986,75.657623],[112.349701,75.847137],[112.869141,75.705551],[112.828049,75.547485],[113.2845,75.644295],[113.717484,75.4086],[111.786652,74.664017],[109.577477,74.307205],[109.969849,74.297203],[108.189697,73.670258],[107.138878,73.611511],[106.804558,73.341934],[106.067627,73.274155],[105.838867,73.004921],[105.211929,72.764709],[106.28331,72.961655],[106.171928,73.095131],[106.343323,73.188728],[108.353043,73.219711],[108.205475,73.277901],[109.424568,73.414841],[109.177826,73.539635],[109.813873,73.459152],[110.914322,73.696686],[109.757767,73.658875],[109.526932,73.779984],[110.200409,74.024445],[111.001389,73.904434],[111.140266,74.02916],[111.518333,74.048599],[111.203186,73.969429],[112.248322,73.70694],[112.874687,73.75972],[112.887772,73.964996],[113.424423,73.640823],[113.135262,73.448174],[113.495392,73.336929],[113.519707,73.112762],[113.475121,72.961586],[113.089569,72.835129],[113.185394,72.719429],[113.533867,72.634995],[114.044708,72.597214],[113.155685,72.819984],[113.534561,72.967346],[113.543045,73.238457],[114.027893,73.344437],[113.470543,73.500961],[115.45694,73.703049],[118.63443,73.571655],[118.985886,73.48526],[118.471375,73.479713],[118.38887,73.238731],[119.817757,72.935806],[121.865807,72.968048],[122.053307,72.891937],[123.343872,72.727478],[124.738037,72.623734],[125.647491,72.341934],[126.094711,72.270538],[126.364983,72.352203],[126.803314,72.016525],[127.131218,71.848038],[127.215263,71.394569],[127.311501,71.490532],[127.188019,71.747208],[127.32608,71.894989],[126.720116,72.387482],[127.6586,72.347488],[128.711639,71.770538],[129.182297,71.803452],[129.072479,72.001938],[129.527176,71.719917],[128.843826,71.604294],[129.184357,71.59082],[129.743835,71.121094],[130.577179,70.869431],[130.783585,70.971794],[130.897614,70.754997],[131.130249,70.731094],[131.535797,70.877762],[131.843018,71.20137],[132.175735,71.218178],[131.946625,71.289154],[132.718445,71.941093],[132.715515,71.768463],[133.679138,71.433319],[134.452454,71.367477],[135.964966,71.631927],[137.451904,71.341095],[137.803864,71.115814],[138.067886,71.136024],[137.783585,71.245125],[138.21579,71.259018],[137.825653,71.386932],[138.066071,71.573608],[138.73288,71.642487],[139.202881,71.412354],[139.932465,71.484985],[139.644363,71.911652],[139.336639,71.945526],[140.194275,72.206375],[139.087463,72.230263],[139.541351,72.494431],[141.024139,72.585815],[140.578445,72.871231],[140.74884,72.889435],[146.838715,72.343803],[144.968292,72.434982],[144.535522,72.231094],[144.143448,72.263466],[144.431641,72.168869],[145.086365,72.259155],[146.917328,72.299843],[145.964661,71.846939],[145.996628,72.03006],[146.34108,72.124977],[145.985443,72.065536],[145.691345,72.252777],[145.618225,72.082069],[145.801849,71.927139],[144.967392,71.96582],[145.214035,71.839569],[144.92067,71.693314],[145.318848,71.658035],[146.079681,71.790955],[147.18219,72.323318],[149.185242,72.222488],[150.071289,71.884079],[149.66832,71.76152],[149.337982,71.900269],[148.840744,71.803345],[149.037476,71.758881],[148.829407,71.672127],[149.961914,71.657211],[150.098022,71.587067],[149.865646,71.463188],[150.667892,71.483109],[150.02359,71.207489],[150.675262,71.388321],[150.606339,71.27832],[151.461914,71.341103],[152.134827,70.995049],[151.659576,70.984154],[152.5383,70.837769],[155.937195,71.094437],[159.044693,70.869835],[160.035248,70.409019],[160.094696,70.244568],[159.794983,70.137207],[159.729675,69.834717],[160.999207,69.579781],[160.968445,69.114494],[161.410812,68.976509],[161.066071,68.563309],[160.837875,68.523735],[161.135941,68.560959],[161.577179,68.912071],[161.434967,69.376785],[161.609055,69.425262],[161.810791,69.52832],[164.014435,69.767487],[164.532471,69.599426],[166.860504,69.49054],[167.777206,69.776093],[168.239822,69.551369],[168.283325,69.241653],[169.365524,69.080406],[169.589279,68.777077],[170.611938,68.756332],[170.442261,68.839645],[170.704956,68.804428],[171.031921,69.042206],[170.609131,69.580276],[170.122452,69.613594],[170.5672,69.778046],[170.471893,70.134155],[172.63858,69.965683],[173.201645,69.779434],[173.475723,69.833321],[173.205109,69.924431],[173.458588,69.952484],[176.084396,69.892906],[176.741058,69.666931],[178.770538,69.407486],[179.065521,69.323738],[178.651566,69.309418],[179.296921,69.262283],[180,68.980103],[180,65.068909],[179.459976,64.812897],[178.522217,64.588043],[178.749283,64.68338],[177.605789,64.720406],[176.916077,65.082489],[176.307205,65.046654],[176.957199,65.03804],[177.29866,64.830688],[176.452194,64.806091],[176.059967,64.948029],[175.6922,64.778046],[175.068573,64.763046],[174.45018,64.686363],[175.68219,64.754166],[176.064972,64.901382],[176.422684,64.704079],[176.147751,64.62915],[176.109894,64.54422],[177.48761,64.758743],[177.361008,64.544495],[177.631897,64.318878],[178.087738,64.199707],[178.346069,64.295822],[178.483582,64.065536],[178.376892,63.972214],[178.663864,63.943741],[178.757477,63.639992],[178.261093,63.574509],[178.704147,63.57333],[178.680389,63.383606],[178.778656,63.585339],[179.002213,63.320137],[178.855789,63.399158],[178.821777,63.339157],[179.411652,63.138882],[179.235657,63.005688],[179.539841,62.842213],[179.553726,62.619713],[179.129272,62.478882],[179.101349,62.289303],[177.338287,62.576103],[177.452606,62.809921],[177.191772,62.703465],[176.974411,62.864021],[176.929703,62.664574],[177.264145,62.578743],[174.604401,61.978531],[174.723633,61.88541],[174.593567,61.829994],[173.541779,61.744301],[173.4944,61.56395],[173.160797,61.40416],[172.713852,61.427216],[172.956085,61.302773],[172.342941,61.219017],[172.453033,61.041107],[172.01825,61.092281],[172.201218,60.96291],[170.641937,60.417496],[170.242462,59.910126],[169.264984,60.619438],[168.188873,60.581665],[167.050262,60.323883],[166.137756,59.815269],[166.348572,60.486382],[164.996628,60.126656],[165.182465,59.981102],[164.823578,59.781658],[164.468567,60.111382],[164.146301,59.867214],[164.044006,60.03027],[163.639969,60.045895],[163.699203,59.897282],[163.360229,59.823883],[163.389557,59.629158],[163.179276,59.566521],[163.328857,59.38805],[163.061096,59.240547],[163.19191,59.129295],[163.187195,59.047913],[162.88205,59.127491],[163.032898,58.996246],[162.405945,58.679573],[161.938583,58.067631],[162.339264,57.69138],[162.563721,57.949715],[163.209412,57.839577],[163.282349,57.739994],[163.072754,57.501663],[162.742386,57.35944],[162.781647,56.854439],[162.902481,56.707218],[163.2108,56.741798],[163.34996,56.195961],[163.033722,56.01791],[162.645264,56.191933],[163.073853,56.477489],[162.985229,56.547493],[162.39386,56.389645],[162.567123,56.273323],[162.086075,56.100964],[161.711349,55.490273],[162.113007,54.763535],[161.738419,54.507496],[160.728287,54.529297],[160.005829,54.13916],[159.817474,53.6586],[159.962189,53.516384],[159.798248,53.52124],[160.050385,53.095131],[159.614685,53.259438],[158.72496,52.890686],[158.439423,53.027214],[158.446075,52.902489],[158.642212,52.901798],[158.547211,52.622768],[158.419128,52.652214],[158.555115,52.311104],[158.277679,51.941307],[156.668304,50.88166],[156.745239,51.077911],[156.520813,51.315685],[156.281357,52.521034],[156.379486,52.450142],[156.440659,52.51548],[156.102325,52.852631],[155.544128,55.303604],[155.942062,56.653534],[156.98053,57.420826],[156.760178,57.738255],[158.233307,58.01944],[159.702179,58.851387],[159.789978,59.083878],[160.48378,59.542843],[161.837463,60.187492],[161.912476,60.419716],[163.643311,60.875404],[163.729126,60.936653],[163.509979,61.046944],[164.014984,61.330273],[163.748566,61.450825],[164.071503,61.783607],[164.120514,62.277073],[164.613846,62.474297],[165.284561,62.316658],[165.094055,62.455753],[165.62999,62.442764],[164.366486,62.711796],[163.257355,62.542637],[163.164429,62.44471],[163.350998,62.361938],[163.125656,62.284019],[162.952393,61.801243],[163.28331,61.661797],[163.005554,61.518326],[162.838165,61.71957],[162.653732,61.693043],[162.743866,61.598881],[162.409698,61.673466],[160.796021,60.738113],[160.138931,60.589226],[160.391357,61.025826],[159.780685,60.943462],[159.946625,61.136108],[159.854401,61.312767],[160.366364,61.765831],[160.35495,61.947487],[159.525269,61.664852],[159.247467,61.922218],[158.021378,61.730129],[157.486633,61.803322],[156.695526,61.533745],[156.656235,61.209717],[156.084961,61.012497],[155.89679,60.762215],[154.231491,59.878742],[154.297485,59.637497],[154.108719,59.46291],[154.501434,59.433048],[154.437881,59.54847],[155.186279,59.361622],[155.140259,59.204109],[154.741638,59.126938],[154.45108,59.219986],[154.022064,59.046104],[153.361618,59.241661],[152.877167,58.917496],[152.357178,59.023323],[151.308716,58.83902],[151.076767,59.106033],[152.284271,59.220062],[151.748566,59.296104],[151.386108,59.571106],[150.713165,59.443043],[150.442749,59.482494],[150.706909,59.575413],[149.592041,59.77124],[149.033493,59.631554],[149.209061,59.468948],[148.743011,59.491661],[148.721771,59.369991],[148.962189,59.380131],[148.898041,59.239159],[148.411026,59.262424],[148.212738,59.418884],[147.489136,59.239716],[146.511658,59.461105],[146.325241,59.390621],[146.314545,59.182491],[145.990509,59.14888],[145.79747,59.265133],[145.908447,59.413322],[145.665588,59.424652],[143.21109,59.376656],[142.587463,59.23777],[140.790253,58.308464],[140.501221,57.826523],[138.652771,56.98555],[137.7258,56.174995],[135.217468,54.930275],[135.261383,54.720543],[135.730942,54.571659],[136.81218,54.6502],[136.805527,54.13166],[136.654007,53.919575],[136.760803,53.7686],[137.175537,53.838047],[137.282654,54.037704],[137.063278,54.137497],[137.192444,54.217491],[137.741135,54.307423],[137.293274,54.074997],[137.855789,53.961937],[137.212112,53.582008],[137.345245,53.525269],[137.898926,53.573257],[138.553864,53.989433],[138.57135,53.814995],[138.239548,53.559296],[138.46524,53.521103],[138.770264,54.004715],[138.703583,54.313324],[139.336914,54.183327],[139.801849,54.292355],[140.240204,54.049992],[140.255875,53.862633],[140.555237,53.647774],[141.414825,53.29361],[141.435806,53.15374],[141.178314,52.981377],[140.713333,53.115757],[141.282745,52.716385],[141.124268,52.430546],[141.506927,52.2118],[141.309692,52.033051],[141.422684,51.923046],[140.90831,51.612354],[140.461624,50.701797],[140.51622,50.171448],[140.689728,50.090096],[140.410675,49.865547],[140.553894,49.556797],[140.339966,49.271935],[140.388733,48.965824],[140.176086,48.450127],[139.284012,47.814301],[138.555237,47.018883],[138.062469,46.181103],[135.891922,44.40173],[135.422333,43.756107],[133.940247,42.89138],[133.154846,42.682632],[132.461899,42.933601],[132.311218,42.846378],[132.351349,43.292286],[131.948853,43.063744],[131.844696,43.083256],[132.050797,43.313046],[131.810516,43.325554],[131.22316,42.558323],[130.714203,42.685616],[130.869049,42.523808],[130.723846,42.307911],[130.420807,42.311935],[129.760529,41.730545],[129.702042,40.830688],[127.517632,39.739574],[127.560188,39.311138],[127.374687,39.372215],[127.399712,39.195271],[128.362732,38.676865],[129.429443,37.059856],[129.392029,36.022823],[129.586868,36.003857],[129.237488,35.189903],[128.572754,35.169991],[128.382065,35.039165],[128.501373,35.008331],[128.40596,34.832771],[128.334961,34.946518],[127.597069,34.940128],[127.745811,34.725403],[127.637901,34.615967],[127.41832,34.818604],[127.512764,34.590824],[127.389427,34.4711],[127.126221,34.55138],[127.335121,34.740131],[126.889427,34.412491],[126.780746,34.585407],[126.597206,34.299854],[126.478317,34.345268],[126.292137,34.745758],[126.45166,34.578049],[126.660263,34.810131],[126.375565,34.791382],[126.433594,34.963608],[126.248734,35.113468],[126.457207,35.068886],[126.387497,35.336937],[126.684418,35.533394],[126.477066,35.637909],[126.801086,35.861664],[126.63269,35.965683],[126.761932,35.99527],[126.872017,36.056248],[126.544418,36.136406],[126.497208,36.723877],[126.293053,36.58194],[126.125816,36.707214],[126.294846,36.962074],[126.286995,36.793049],[126.401093,36.851936],[126.345123,36.991383],[126.474808,36.843185],[126.500816,37.051247],[126.772072,36.967487],[126.833038,36.760899],[126.992203,36.91082],[126.754784,37.047913],[126.869423,37.174301],[126.660957,37.159016],[126.861847,37.265549],[126.549286,37.645061],[126.688492,37.833908],[126.388596,37.887215],[126.104836,37.741241],[125.605263,38.0261],[125.724426,37.91082],[125.342758,37.671379],[125.509712,37.885548],[124.982903,37.933292],[125.256859,38.077286],[124.670052,38.119507],[124.993309,38.586376],[125.652069,38.629436],[125.140541,38.798119],[125.450439,39.572357],[125.120255,39.558743],[124.745293,39.77322],[124.63588,39.598011],[124.323952,39.915894],[124.388596,40.022491],[124.373596,40.09362],[124.128029,39.827774],[123.242203,39.814297],[123.21666,39.673882],[121.648041,38.996384],[121.698181,38.861103],[121.18734,38.719086],[121.088669,38.912212],[121.679428,39.09013],[121.599426,39.218597],[121.751099,39.351662],[121.509155,39.367355],[121.431664,39.511665],[121.228348,39.528465],[121.533005,39.623219],[121.468323,39.811378],[121.880951,40.003052],[122.29866,40.505619],[122.052132,40.738743],[121.177467,40.921936],[120.446785,40.196102],[119.526443,39.872421],[118.971519,39.156933],[118.327278,39.040829],[118.05526,39.223045],[117.799423,39.15332],[117.536377,38.675552],[117.672211,38.386658],[118.110527,38.146385],[118.837761,38.152905],[119.035538,37.878323],[118.940811,37.342491],[119.158867,37.171104],[119.767212,37.151382],[119.852905,37.352283],[120.737068,37.834991],[121.579987,37.424576],[122.128174,37.552563],[122.181374,37.418327],[122.558578,37.396244],[122.597214,37.209991],[122.354431,36.827774],[121.95665,37.000275],[121.594437,36.758888],[120.820541,36.645271],[120.738235,36.555408],[120.959991,36.526382],[120.875259,36.375824],[120.706238,36.422771],[120.695625,36.140747],[120.34359,36.041901],[120.307808,36.263447],[120.088852,36.199982],[120.237762,35.959435],[119.647453,35.578926],[119.200394,35.029575],[119.197479,34.769714],[120.248734,34.311451],[120.885818,32.974991],[120.837486,32.638885],[121.334846,32.429577],[121.441231,32.113327],[121.896515,31.741524],[121.827477,31.678329],[121.291519,31.870274],[120.944427,31.866386],[120.601929,32.093605],[120.099007,31.945551],[119.82666,32.306381],[119.761787,32.32729],[119.631653,32.262772],[119.885048,31.99194],[120.136375,31.903885],[120.702621,31.988327],[120.719635,31.819441],[121.668053,31.308887],[121.882767,30.979856],[121.846931,30.853052],[120.991508,30.568886],[120.814423,30.335552],[120.458588,30.392981],[120.149986,30.196939],[120.508186,30.310274],[120.79158,30.06465],[121.280807,30.304581],[121.677757,29.963051],[122.11956,29.882113],[121.448318,29.511665],[121.974358,29.589163],[121.933594,29.195274],[121.81192,29.183884],[121.796921,29.372356],[121.744354,29.197287],[121.561096,29.291107],[121.413521,29.163397],[121.69136,29.021942],[121.490814,28.935898],[121.611298,28.72798],[121.146378,28.84215],[121.484428,28.669926],[121.641663,28.347218],[121.341927,28.138885],[121.165123,28.382774],[120.935257,27.982218],[120.59082,28.079441],[120.839989,27.872288],[120.581161,27.593191],[120.665543,27.450829],[120.507492,27.207771],[120.18956,27.282776],[120.421097,27.147636],[120.03318,26.898052],[120.12796,26.644648],[119.86026,26.517776],[120.073311,26.788225],[119.866783,26.648884],[119.787903,26.796108],[119.550262,26.756248],[119.820404,26.442217],[119.577477,26.473885],[119.658043,26.338608],[119.948868,26.367775],[119.425262,25.996941],[119.097488,26.140413],[119.354012,25.937876],[119.705826,25.99069],[119.580742,25.67996],[119.452209,25.682219],[119.645401,25.353331],[119.314949,25.606489],[119.105263,25.420967],[119.352554,25.253189],[119.272629,25.172079],[118.87487,25.242599],[119.011444,24.947634],[118.572906,24.882914],[118.763115,24.756733],[118.622757,24.543888],[118.2397,24.536385],[118.1688,24.681938],[118.019882,24.440237],[117.794731,24.460186],[118.123726,24.258747],[117.763321,23.917217],[117.762627,24.059998],[117.6147,23.863609],[117.304703,23.758331],[117.195679,23.624371],[116.917938,23.659187],[116.76033,23.354996],[116.532204,23.420238],[116.787071,23.23666],[116.513893,23.210827],[116.48172,22.939022],[115.79776,22.739162],[115.640266,22.884163],[115.536652,22.658886],[115.161377,22.808331],[114.888893,22.702774],[114.936653,22.649998],[114.872208,22.533054],[114.718048,22.640274],[114.778183,22.814024],[114.520828,22.699718],[114.613594,22.504232],[114.222267,22.550041],[114.388527,22.429926],[114.296104,22.260561],[114.198029,22.318054],[113.905609,22.367355],[114.033691,22.508739],[113.860809,22.474438],[113.523338,23.016645],[113.821899,23.117241],[113.683594,23.152704],[113.479279,23.050831],[113.3629,22.879858],[113.564774,22.549442],[113.552681,22.18701],[113.168732,22.567009],[113.386787,22.179647],[113.222618,22.040691],[113.084846,22.204855],[112.940048,21.869301],[112.82402,21.964718],[112.281937,21.701385],[111.892136,21.916105],[111.966927,21.751389],[111.676231,21.778193],[111.783173,21.612637],[111.643951,21.526804],[111.028458,21.525276],[110.532761,21.211384],[110.394356,21.37322],[110.159355,20.843815],[110.375534,20.84083],[110.323883,20.639996],[110.527351,20.486176],[110.27887,20.246105],[109.924423,20.233604],[110.006866,20.431801],[109.662903,20.924162],[109.941093,21.446941],[109.660469,21.50569],[109.573318,21.723328],[109.534431,21.494993],[109.142761,21.396664],[109.137497,21.583054],[108.910957,21.616106],[108.870247,21.798885],[108.740257,21.598885],[108.469215,21.935621],[108.46624,21.558746],[108.333603,21.689995],[108.20797,21.499161],[107.854843,21.525553],[107.59478,21.292776],[107.416512,21.325968],[107.366928,21.265274],[107.370674,21.025692],[107.154427,20.924995],[107.146507,21.036142],[106.862625,20.871178],[106.791374,21.02611],[106.646652,21.021664],[106.776932,20.699162],[106.597214,20.632591],[106.527626,20.240133],[105.956795,19.92305],[105.638565,18.890654],[106.509918,17.956112],[106.424988,17.741661],[106.698868,17.399719],[107.811508,16.31201],[108.188583,16.199162],[108.201164,15.999441],[108.246574,16.154371],[108.330826,16.150414],[108.305817,15.948332],[108.624977,15.48222],[108.829163,15.421943],[109.461861,12.86097],[109.197334,12.631526],[109.346931,12.394929],[109.146996,12.432082],[109.269989,11.892498],[109.183113,12.116941],[109.2211,11.756109],[109.021683,11.362254],[107.26619,10.376129],[106.998581,10.655062],[106.967148,10.474619],[106.904137,10.631386],[106.763031,10.680552],[106.591553,10.429691],[106.732468,10.470483],[106.784241,10.27979],[106.424316,10.311384],[106.77803,10.082359],[106.603859,9.974094],[106.296631,10.254998],[106.688438,9.893888],[106.607117,9.810866],[106.114807,10.234068],[106.570671,9.741386],[106.54303,9.583609],[106.398453,9.53236],[105.823715,10.004224],[106.194542,9.368469],[105.533875,9.129441],[105.1213,8.625066],[104.742752,8.604998],[104.922546,8.745206],[104.798935,8.79222],[104.880531,9.764443],[105.112747,9.854789],[104.981773,10.104442],[104.610237,10.168888],[104.251289,10.566178],[103.634987,10.490206],[103.516083,10.638054],[103.719421,10.887499],[103.555656,11.155346],[103.348862,10.884722],[103.1297,10.883053],[102.960251,11.544166],[103.076393,11.71274],[102.895882,11.826769],[102.935654,11.591387],[102.641518,12.174998],[102.337769,12.195276],[102.355743,12.358677],[102.243462,12.306525],[102.060677,12.566248],[101.756584,12.704997],[100.932213,12.611387],[100.976349,13.462809],[100.222214,13.46833],[99.956787,13.291077],[100.104012,13.044721],[99.961655,12.674442],[100.020821,12.19465],[99.150818,10.364718],[99.237206,9.25729],[99.845398,9.300414],[99.958603,8.625275],[100.238022,8.406666],[100.578094,7.220138],[100.207619,7.77736],[100.182884,7.515555],[100.424828,7.157777],[100.590546,7.20912],[101.025528,6.847221],[101.54554,6.848471],[101.786781,6.477082],[102.333878,6.175554],[103.181923,5.282777],[103.493713,4.308749],[103.336365,3.744097],[103.476425,3.49868],[103.438019,2.925833],[103.820244,2.575902],[104.253593,1.633333],[104.211639,1.340625],[103.958511,1.644305],[103.998512,1.435694],[103.824898,1.475972],[103.683495,1.445555],[103.512138,1.269528],[103.37455,1.533472],[101.285736,2.843541],[101.290108,3.274861],[100.697044,3.910416],[100.868507,4.02236],[100.601913,4.221665],[100.60553,4.798332],[100.36232,5.084374],[100.35553,5.963888],[100.090179,6.533436],[99.683868,6.882777],[99.745682,7.117916],[99.390823,7.301666],[99.259811,7.655802],[98.771935,8.018472],[98.655884,8.379929],[98.436295,8.147985],[98.274155,8.274443],[98.328049,9.207499],[98.745399,10.327637],[98.551399,9.986907],[98.460747,10.728747],[98.709427,10.916247],[98.7472,11.674859],[98.883728,11.69722],[98.598457,11.749304],[98.720825,12.013887],[98.705872,12.224465],[98.53373,12.254641],[98.70359,12.340046],[98.580338,13.178331],[98.186234,14.054997],[98.140686,13.538193],[98.087212,14.17986],[97.797256,14.881962],[97.724571,15.846664],[97.56971,16.065205],[97.737289,16.560764],[97.378036,16.494995],[96.878036,17.449997],[96.777771,16.703884],[96.37748,16.502499],[96.241928,16.803734],[96.268326,16.389717],[96.006805,16.383068],[95.428589,15.729719],[95.278046,15.789998],[95.365402,15.991942],[95.360603,16.141453],[95.21756,15.786317],[95.137207,16.137218],[95.040611,15.808331],[94.848183,15.782151],[94.988518,16.236176],[94.657074,15.850831],[94.791656,16.148663],[94.563736,15.938609],[94.680954,16.123884],[94.686646,16.189579],[94.642769,16.337914],[94.250961,15.958886],[94.232765,16.35083],[94.612343,17.547426],[94.238586,18.737774],[94.038391,18.847078],[94.051292,19.221565],[93.874306,19.255974],[93.978249,19.362635],[93.98571,19.457146],[93.600403,19.717493],[93.724358,19.932426],[93.137871,20.065725],[93.242966,19.831802],[93.100548,19.975828],[93.12664,19.839302],[92.981926,20.074442],[93.109154,20.171246],[92.994148,20.1493],[93.082077,20.539198],[92.867683,20.119511],[92.769775,20.203224],[92.891937,20.322773],[92.796097,20.489994],[92.644325,20.685829],[92.737198,20.263191],[92.261932,21.05431],[92.300537,20.760275],[92.048042,21.164995],[92.039429,21.660275],[91.704437,22.480549],[91.455826,22.789997],[91.230675,22.586386],[90.83152,22.688328],[90.624565,23.058401],[90.709641,23.54965],[90.473602,23.575829],[90.548042,23.384302],[90.310806,23.435829],[90.613182,23.218328],[90.4244,22.770189],[90.61734,22.344997],[90.435951,22.073051],[90.401382,22.260555],[90.269989,21.846941],[90.023315,21.863468],[90.238449,22.182842],[90.048141,21.983023],[90.074089,22.158884],[89.915817,22.03722],[90,22.483751],[89.841377,22.260969],[89.883736,21.894648],[89.5811,21.70166],[89.61512,22.31958],[89.528252,21.99069],[89.534042,22.063931],[89.474709,22.289164],[89.418243,21.713814],[89.35498,21.966036],[89.207451,21.652184],[89.054459,22.129406],[89.084366,21.625204],[88.712006,21.562288],[88.676781,22.197147],[88.57222,21.559998],[88.500267,21.94805],[88.450401,21.611385],[88.306335,21.610586],[88.295471,21.776594],[88.261208,21.796915],[88.257492,21.548746],[88.199257,22.151905],[87.906097,22.420412],[88.166519,22.08972],[87.796371,21.698883],[86.963318,21.381939],[86.828049,21.152496],[87.025558,20.674828],[86.421227,19.984926],[86.196365,20.074997],[86.355255,19.965828],[85.451385,19.660275],[85.575005,19.835482],[85.434883,19.887009],[85.125191,19.507284],[85.249443,19.649532],[85.382492,19.612495],[84.726585,19.124001],[84.115883,18.30208],[82.362068,17.09833],[82.301697,16.583054],[81.727264,16.310829],[81.321014,16.367081],[81.013336,15.783436],[80.882622,16.011942],[80.825272,15.751944],[80.684708,15.9],[80.279434,15.699165],[80.04908,15.055553],[80.309143,13.438053],[80.152481,13.718054],[80.049423,13.620553],[80.34874,13.342636],[80.160263,12.473053],[79.764297,11.656249],[79.858109,10.285831],[79.324356,10.279929],[78.943314,9.598331],[79.009155,9.331665],[79.331665,9.264166],[79.446228,9.159928],[78.967903,9.273332],[78.409988,9.096943],[78.192474,8.904165],[78.062065,8.366247],[77.536102,8.071943],[76.998596,8.365274],[76.575821,8.876942],[76.663734,9.003818],[76.534149,8.964998],[76.380264,9.281387],[76.244423,9.961213],[76.352898,9.526387],[76.498871,9.530416],[75.717758,11.365274],[75.193871,12.010138],[74.855255,12.754997],[74.411926,14.483332],[74.097969,14.787463],[73.788597,15.398991],[73.949501,15.398541],[73.447479,16.058609],[72.853867,18.660553],[73.054184,19.004717],[72.773216,18.945932],[72.779015,19.310553],[73.042625,19.211046],[72.753746,19.372772],[72.664154,19.870831],[72.934418,20.774719],[72.56485,21.375065],[73.127129,21.757845],[72.546028,21.663883],[72.722626,21.990131],[72.501656,21.974924],[72.580681,22.19833],[72.914772,22.271109],[72.15519,22.281246],[72.325409,22.151524],[72.038902,21.939022],[72.163177,21.837357],[71.998314,21.853886],[72.289154,21.610828],[72.108101,21.204092],[70.825127,20.695967],[70.060806,21.14444],[68.945953,22.289303],[69.071381,22.480757],[69.22039,22.273956],[70.169983,22.550831],[70.50972,23.09819],[69.710266,22.742771],[68.752487,23.089165],[68.404152,23.512636],[68.741364,23.844162],[68.255684,23.57958],[68.157379,23.891869],[68.150818,23.688049],[68.015625,23.935205],[68.01944,23.766457],[67.519218,23.876549],[67.1511,24.613052],[67.235397,24.772915],[66.651375,24.828539],[66.732758,25.197495],[66.438034,25.59333],[66.144142,25.507273],[66.500053,25.403814],[64.762909,25.320551],[64.648735,25.162495],[64.093666,25.328468],[64.117348,25.453188],[63.429161,25.214996],[62.556938,25.259443],[61.76083,25.032082],[61.782875,25.174212],[61.39624,25.08083],[60.622631,25.269857],[60.550964,25.441107],[60.410271,25.397774],[60.466797,25.26597],[58.128185,25.542913],[57.951241,25.699993],[57.319092,25.771456],[57.202217,25.991661]]],[[[91.931656,77.599716],[91.779984,77.624146],[91.739983,77.6436],[92.037697,77.626228],[91.931656,77.599716]]],[[[82.167694,77.515808],[82.443863,77.510269],[82.577629,77.470268],[82.123032,77.502625],[82.167694,77.515808]]],[[[106.523712,77.386917],[106.731934,77.466385],[106.90416,77.444977],[106.646652,77.376083],[106.523712,77.386917]]],[[[107.354431,77.228867],[107.20311,77.234428],[107.414993,77.356644],[107.689697,77.26416],[107.354431,77.228867]]],[[[89.167831,77.164429],[89.1436,77.238037],[89.263046,77.296371],[89.68457,77.281097],[89.167831,77.164429]]],[[[96.520859,77.201584],[96.166092,76.989151],[95.231239,76.996658],[95.593048,77.078049],[96.520859,77.201584]]],[[[88.934402,77.141006],[88.645546,77.102905],[88.783051,77.00499],[88.627197,77.076096],[88.650543,77.119141],[88.710541,77.13916],[88.934402,77.141006]]],[[[156.496857,77.147064],[156.67746,77.140549],[156.731766,77.122757],[156.436356,77.132065],[156.496857,77.147064]]],[[[96.343246,76.91655],[96.221924,76.885818],[95.942749,76.906372],[96.187195,76.938309],[96.343246,76.91655]]],[[[97.851654,76.766098],[97.739975,76.812759],[97.729431,76.818329],[97.919434,76.838318],[97.851654,76.766098]]],[[[97.439697,76.733597],[97.359421,76.74942],[97.105125,76.76416],[97.615814,76.776382],[97.439697,76.733597]]],[[[148.401123,76.634201],[148.746613,76.745819],[149.314423,76.753601],[149.168854,76.650543],[148.401123,76.634201]]],[[[97.519989,76.580826],[97.31749,76.60318],[97.440536,76.714996],[97.519989,76.580826]]],[[[95.648453,76.673416],[95.831383,76.681786],[95.497208,76.647217],[95.412766,76.699707],[95.648453,76.673416]]],[[[95.124084,76.712357],[95.324432,76.657074],[94.814705,76.645546],[95.071655,76.679428],[95.124084,76.712357]]],[[[96.464081,76.706009],[96.242203,76.609711],[95.890549,76.617897],[95.973312,76.672211],[96.464081,76.706009]]],[[[112.574997,76.441925],[112.424698,76.455261],[111.95665,76.598602],[112.507217,76.627472],[112.7136,76.513741],[112.574997,76.441925]]],[[[93.951813,76.609818],[94.294144,76.585541],[94.357208,76.574432],[93.8722,76.589157],[93.951813,76.609818]]],[[[113.118759,76.369995],[113.258881,76.436371],[113.4422,76.363869],[113.306931,76.359146],[113.118759,76.369995]]],[[[96.758881,76.173599],[96.834427,76.346939],[97.073044,76.30304],[96.858322,76.272217],[97.038315,76.233047],[96.758881,76.173599]]],[[[96.35054,76.097488],[96.176926,76.152206],[95.263611,76.213043],[95.345825,76.285538],[96.339432,76.303864],[96.645134,76.260963],[96.569153,76.150269],[96.362198,76.262207],[96.35054,76.097488]]],[[[94.751007,76.254166],[94.997482,76.26915],[94.840271,76.179428],[94.411232,76.207764],[94.751007,76.254166]]],[[[144.925812,75.458038],[144.673447,75.328186],[144.936371,75.266243],[144.348297,75.044434],[143.365509,75.067215],[142.497055,75.362411],[143.023163,75.68457],[142.447479,75.711105],[142.140259,75.59082],[142.213013,75.333328],[142.634979,75.093597],[143.698517,74.937195],[142.487457,74.811646],[141.973358,74.93866],[142.35614,74.92942],[142.170532,75.004166],[140.058487,74.831306],[139.646942,74.979156],[139.462601,74.928596],[139.498581,74.761658],[139.096069,74.647217],[138.025269,74.804428],[136.860657,75.352066],[137.404968,75.352203],[137.131775,75.417343],[137.287476,75.591858],[136.968445,75.606133],[137.205231,75.784149],[137.740234,75.745819],[137.449982,75.954712],[138.832184,76.220261],[140.496918,75.79332],[140.479126,75.636108],[141.055939,75.642349],[140.869614,75.7388],[140.971893,76.039154],[141.612549,76.017036],[141.356628,76.180542],[142.560242,75.857758],[143.900543,75.837204],[145.382111,75.515472],[144.925812,75.458038]]],[[[152.559692,76.119751],[152.457321,76.159851],[152.80304,76.158325],[152.76886,76.111649],[152.559692,76.119751]]],[[[140.895538,76.059494],[140.936646,76.135818],[141.077042,76.11248],[141.078857,76.085815],[140.895538,76.059494]]],[[[97.33728,76.102081],[97.026093,76],[96.695122,76.007492],[96.766937,76.028046],[97.33728,76.102081]]],[[[82.892212,75.909424],[82.772491,75.944427],[82.258186,75.962349],[83.299561,75.938034],[82.892212,75.909424]]],[[[81.636368,75.927917],[82.251938,75.876923],[82.254021,75.865959],[81.550812,75.923599],[81.636368,75.927917]]],[[[135.44751,75.374374],[135.708008,75.849991],[136.178452,75.616089],[135.930267,75.396103],[135.44751,75.374374]]],[[[140.745941,75.651855],[140.596619,75.652206],[140.51944,75.702911],[140.769989,75.6772],[140.745941,75.651855]]],[[[146.507263,75.587189],[146.972198,75.338318],[148.387756,75.416092],[148.57074,75.374214],[148.446411,75.281723],[148.578033,75.213318],[150.953033,75.139435],[150.633575,74.892624],[149.695801,74.760818],[148.256104,74.789154],[146.074142,75.223732],[146.507263,75.587189]]],[[[82.150467,75.497589],[82.00972,75.438873],[82.289566,75.334435],[82.039154,75.340271],[82.011932,75.172211],[81.495537,75.354568],[82.150467,75.497589]]],[[[87.014832,74.988144],[87.136108,74.939011],[86.690536,74.901093],[86.835266,74.826385],[86.211105,74.898605],[87.014832,74.988144]]],[[[86.467621,74.818756],[86.748871,74.797211],[86.783325,74.780823],[86.599991,74.751099],[86.467621,74.818756]]],[[[85.470917,74.812241],[85.701935,74.72554],[85.097069,74.751656],[85.334717,74.770264],[85.470917,74.812241]]],[[[79.164398,74.60524],[79.279434,74.656647],[79.612198,74.594986],[79.498596,74.518051],[79.164398,74.60524]]],[[[85.640289,74.541245],[85.385269,74.451096],[85.145126,74.527489],[85.310806,74.581375],[85.640289,74.541245]]],[[[85.856369,74.439697],[85.660957,74.473595],[85.823608,74.570267],[86.212631,74.522629],[85.856369,74.439697]]],[[[112.787773,74.091934],[112.159416,74.13472],[111.455963,74.321587],[111.877762,74.345261],[112.078873,74.548599],[113.419983,74.424988],[112.787773,74.091934]]],[[[84.6922,74.502747],[84.9422,74.474297],[84.37442,74.452484],[84.43248,74.466934],[84.6922,74.502747]]],[[[85.201218,74.421387],[85.506378,74.434708],[85.585823,74.417763],[85.404709,74.388885],[85.201218,74.421387]]],[[[115.917236,74.295883],[115.993042,74.374695],[116.127197,74.310806],[116.048027,74.284988],[115.917236,74.295883]]],[[[140.448608,73.901611],[140.109955,74.031372],[140.096619,74.188583],[140.69635,74.282211],[141.11705,74.164986],[141.020538,73.992752],[140.448608,73.901611]]],[[[135.417603,74.247742],[136.034149,74.088318],[136.270966,73.932755],[136.070801,73.896942],[135.417603,74.247742]]],[[[82.564697,74.159317],[82.733871,74.095406],[82.319847,74.093597],[82.351654,74.138046],[82.564697,74.159317]]],[[[82.829422,74.083633],[83.202774,74.149719],[83.618454,74.081657],[83.449707,74.037766],[82.829422,74.083633]]],[[[83.977509,74.026047],[84.396652,74.043045],[84.416656,73.964996],[83.88221,74.010132],[83.977509,74.026047]]],[[[124.509453,73.837708],[124.370529,73.844986],[124.289429,73.887627],[124.6604,73.894852],[124.509453,73.837708]]],[[[141.160797,73.877335],[142.513031,73.838882],[143.431915,73.522491],[143.505829,73.23027],[139.653595,73.402206],[140.416077,73.483047],[141.160797,73.877335]]],[[[86.878586,73.623032],[87.178589,73.814423],[87.25444,73.765823],[87.089432,73.66304],[86.878586,73.623032]]],[[[123.554977,73.208328],[123.221786,73.401794],[123.373314,73.659157],[123.965546,73.61998],[123.884697,73.766098],[124.358597,73.803589],[125.583878,73.540817],[125.566238,73.402489],[126.317345,73.543182],[126.157066,73.37706],[126.530273,73.356934],[126.710892,73.081032],[126.293869,72.899719],[126.381645,72.795746],[126.246231,72.525269],[126.348328,72.379974],[126.165817,72.301926],[124.718323,72.676376],[122.43235,72.97718],[123.181229,72.917343],[123.376923,73.162903],[123.658867,73.168045],[123.554977,73.208328]]],[[[86.896271,73.693069],[86.736649,73.595261],[86.394989,73.588318],[86.535263,73.645264],[86.896271,73.693069]]],[[[125.792137,73.506622],[125.708328,73.59082],[125.803864,73.638885],[125.837196,73.525269],[125.792137,73.506622]]],[[[80.33638,73.5],[80.135269,73.524994],[80.056641,73.555817],[80.403595,73.546097],[80.33638,73.5]]],[[[75.30632,73.418335],[75.621094,73.549988],[76.074852,73.560951],[75.880264,73.457489],[75.30632,73.418335]]],[[[76.081436,73.527512],[76.210266,73.553864],[76.657486,73.479431],[76.764221,73.432343],[76.081436,73.527512]]],[[[127.400101,73.517776],[127.662201,73.53804],[128.059006,73.484428],[127.675537,73.497757],[127.400101,73.517776]]],[[[126.771927,73.076385],[126.626083,73.377762],[127.041656,73.537766],[127.976646,73.470261],[128.352737,73.353035],[128.257629,73.268051],[128.966766,73.166855],[128.780884,73.072624],[129.118561,73.097763],[126.589432,72.535812],[126.55526,72.404572],[126.330963,72.477905],[126.445816,72.789841],[126.332001,72.890823],[126.771927,73.076385]]],[[[69.873505,73.050552],[70.063034,73.232483],[69.961105,73.400543],[70.485535,73.493042],[71.247482,73.454163],[70.999146,73.288879],[71.210541,73.268051],[71.454987,73.346649],[71.677765,73.210823],[69.873505,73.050552]]],[[[126.492249,73.392059],[126.468048,73.443863],[126.658333,73.458603],[126.613029,73.399437],[126.492249,73.392059]]],[[[71.143646,73.338562],[71.247208,73.411102],[71.359146,73.393326],[71.220825,73.281937],[71.143646,73.338562]]],[[[76.184372,73.171066],[76.123589,73.204155],[76.736099,73.150543],[76.468872,73.12915],[76.184372,73.171066]]],[[[120,73.038193],[119.808868,73.034149],[119.632614,73.118034],[120.275269,73.095406],[120,73.038193]]],[[[74.095825,73.026932],[74.4272,73.131927],[74.884995,73.086655],[74.962494,73.05304],[74.703049,73.074432],[74.654434,72.85582],[74.095825,73.026932]]],[[[78.67572,72.901672],[79.216095,73.092484],[79.5811,72.747337],[78.604706,72.80304],[78.67572,72.901672]]],[[[122.016037,72.931961],[122.177467,72.953598],[122.374008,72.894302],[122.328598,72.891937],[122.016037,72.931961]]],[[[128.95636,72.906647],[128.782059,72.912483],[129.195374,72.924286],[129.163025,72.914154],[128.95636,72.906647]]],[[[122.317146,72.944931],[123.187477,72.868042],[123.601791,72.774994],[122.752777,72.821106],[122.317146,72.944931]]],[[[129.140808,72.781662],[128.326904,72.808868],[128.291992,72.869698],[129.298035,72.800262],[129.140808,72.781662]]],[[[127.318176,72.650711],[128.279144,72.787201],[129.343506,72.70401],[129.18692,72.653595],[128.63443,72.700546],[127.318176,72.650711]]],[[[128.100525,72.631958],[128.688293,72.672211],[128.972198,72.59082],[128.65332,72.523605],[128.100525,72.631958]]],[[[126.675667,72.42894],[127.800537,72.641373],[128.708008,72.464157],[129.261932,72.463318],[129.499283,72.327492],[129.355377,72.25499],[129.558731,72.222069],[128.763611,72.074158],[127.549713,72.433319],[126.675667,72.42894]]],[[[76.868271,72.343842],[77.620255,72.630539],[78.39138,72.485954],[77.782486,72.296646],[76.868271,72.343842]]],[[[126.673309,72.187485],[126.527481,72.294983],[126.538879,72.352203],[126.663597,72.3479],[126.673309,72.187485]]],[[[127.004501,72],[127.156631,71.955826],[127.174065,71.93956],[126.902771,72.023315],[127.004501,72]]],[[[138.468842,71.65332],[138.373566,71.683037],[138.721069,71.686371],[138.6633,71.673309],[138.468842,71.65332]]],[[[-180,70.997208],[-180,71.535843],[-179.628601,71.577194],[-178.568604,71.564148],[-177.441544,71.229347],[-177.930435,71.039429],[-179.274445,70.907761],[-180,70.997208]]],[[[137.9646,71.507965],[137.67691,71.411652],[136.992874,71.5186],[137.750275,71.594437],[137.9646,71.507965]]],[[[180,71.535858],[180,70.997208],[178.791016,70.796402],[178.6194,71.031509],[180,71.535858]]],[[[82.354813,70.902557],[82.348602,70.988312],[82.503052,70.958878],[82.414703,70.878586],[82.354813,70.902557]]],[[[83.163147,70.89183],[83.071938,70.936371],[83.052475,70.976929],[83.25708,70.903595],[83.163147,70.89183]]],[[[160.719788,70.818512],[160.469971,70.823883],[160.407196,70.915955],[160.644714,70.896378],[160.719788,70.818512]]],[[[83.067612,70.41626],[83.214157,70.807205],[83.457214,70.74498],[83.288315,70.673309],[83.301651,70.456375],[83.067612,70.41626]]],[[[161.691681,70.745407],[161.64859,70.748322],[161.463287,70.803589],[161.657745,70.808594],[161.691681,70.745407]]],[[[83.40361,70.511276],[83.368317,70.567764],[83.572906,70.572495],[83.483871,70.489426],[83.40361,70.511276]]],[[[83.606506,70.454361],[83.5336,70.377197],[83.3797,70.36499],[83.558319,70.522766],[83.606506,70.454361]]],[[[82.782593,70.197815],[82.955551,70.246094],[83.1129,70.140266],[82.972488,70.131088],[82.782593,70.197815]]],[[[169.41272,69.763779],[169.205536,69.573883],[168.868286,69.567764],[167.751923,69.827484],[168.270264,70.020538],[169.407196,69.870819],[169.41272,69.763779]]],[[[161.730499,69.55661],[161.654282,69.629143],[161.847198,69.646942],[161.854538,69.58374],[161.730499,69.55661]]],[[[161.372467,69.405853],[161.428436,69.459572],[161.395813,69.587486],[161.622192,69.588593],[161.619263,69.449287],[161.372467,69.405853]]],[[[67.032883,69.49736],[67.301651,69.595261],[67.366379,69.539703],[67.252487,69.444702],[67.032883,69.49736]]],[[[161.422729,68.88678],[161.469696,68.987762],[161.13443,69.089706],[161.096344,69.470535],[161.375244,69.53582],[161.320663,69.237755],[161.519989,68.966934],[161.422729,68.88678]]],[[[67.000626,69.393433],[66.939842,69.44693],[67.217484,69.407211],[67.131088,69.361374],[67.000626,69.393433]]],[[[65.954102,69.095963],[66.233871,69.074432],[66.537628,68.946793],[66.156647,69.071106],[65.954102,69.095963]]],[[[-169.694962,66.068062],[-170.450867,65.916382],[-170.63559,65.610535],[-171.542389,65.835548],[-171.023499,65.579147],[-171.125427,65.476501],[-172.08252,65.484421],[-171.814041,65.521095],[-172.802643,65.674698],[-172.190552,65.446625],[-172.24472,65.245514],[-172.683075,65.227768],[-172.128983,65.083176],[-172.464722,64.920258],[-173.045563,64.863022],[-173.195221,64.778168],[-172.898529,64.830376],[-172.773773,64.779709],[-173.084946,64.662613],[-172.355835,64.458313],[-173.025726,64.49678],[-172.898087,64.337196],[-173.191406,64.254425],[-173.434189,64.327415],[-173.284317,64.520538],[-173.415573,64.616646],[-173.363052,64.464989],[-173.67308,64.346794],[-174.846375,64.777771],[-175.448883,64.784424],[-175.913361,65.016365],[-175.780609,65.160797],[-176.078064,65.470261],[-177.068054,65.609711],[-178.557388,65.514153],[-178.4561,65.727478],[-178.909454,65.993866],[-178.542511,66.163315],[-178.526154,66.402908],[-178.909592,66.170532],[-179.17099,66.414848],[-179.17514,66.291054],[-179.42392,66.340675],[-179.283783,66.166786],[-179.689194,66.183578],[-179.800308,65.874138],[-179.320831,65.530121],[-180,65.068909],[-180,68.980103],[-178.92337,68.768326],[-178.490417,68.584557],[-178.715576,68.655823],[-178.740402,68.542892],[-178.035721,68.423294],[-177.950562,68.289963],[-177.706131,68.336647],[-178.376678,68.550522],[-177.632202,68.324692],[-177.680328,68.223877],[-175.463623,67.707474],[-175.191101,67.510803],[-175.375977,67.34304],[-174.833893,67.386086],[-174.954758,67.104012],[-174.744598,66.765678],[-174.994873,66.671989],[-174.506439,66.552185],[-174.467377,66.303444],[-174.024353,66.479828],[-174.036819,66.213516],[-173.761963,66.449493],[-174.302383,66.581924],[-173.99585,66.691345],[-174.125275,66.989136],[-174.651154,67.06012],[-173.676392,67.132065],[-173.172943,67.059006],[-173.357239,66.839569],[-173.15509,66.860382],[-173.136414,66.996628],[-172.436203,66.937675],[-173.011963,67.056076],[-171.726105,66.955246],[-170.484207,66.320404],[-170.637482,66.239105],[-170.349579,66.291626],[-170.181885,66.2024],[-170.331253,66.178734],[-169.694962,66.068062]]],[[[69.823135,66.488525],[69.419434,66.769714],[69.126923,66.791924],[69.457764,66.798599],[69.5336,66.719986],[69.644989,66.687195],[69.541878,66.755844],[70.085266,66.688866],[70.102486,66.527763],[69.823135,66.488525]]],[[[-172.675995,64.731247],[-172.439758,64.861374],[-172.167267,64.772476],[-172.590576,64.703308],[-172.675995,64.731247]]],[[[-172.750366,64.671448],[-172.532257,64.661377],[-172.490829,64.631226],[-172.628601,64.617203],[-172.750366,64.671448]]],[[[163.385529,58.559402],[163.691925,58.744995],[163.841843,58.994995],[163.699402,59.014442],[164.55304,59.237213],[164.704132,59.024712],[164.651367,58.882767],[163.457184,58.465271],[163.385529,58.559402]]],[[[150.454559,59.017799],[150.6586,59.153877],[150.747467,59.101936],[150.534424,59.001389],[150.454559,59.017799]]],[[[166.246246,55.329628],[166.248581,55.147076],[166.664001,54.677494],[165.831909,55.303322],[166.246246,55.329628]]],[[[137.221313,54.77372],[137.566925,55.188881],[138.205383,55.040691],[137.707184,54.618324],[137.486633,54.87249],[137.221313,54.77372]]],[[[136.667267,54.90506],[136.808319,55.018051],[137.187881,55.105412],[137.046082,54.917496],[136.667267,54.90506]]],[[[167.432983,54.863075],[167.733582,54.756943],[168.112595,54.509304],[167.546356,54.759163],[167.432983,54.863075]]],[[[137.642792,54.387451],[137.549683,54.509857],[137.61412,54.564575],[137.645538,54.5075],[137.642792,54.387451]]],[[[137.718018,54.380882],[137.84024,54.498882],[137.913879,54.507774],[137.831909,54.392494],[137.718018,54.380882]]],[[[143.431366,46.01944],[143.356201,46.559853],[142.526367,46.682495],[142.087585,45.891659],[141.819427,46.485825],[142.057068,47.07888],[141.963028,47.599991],[142.187683,47.953953],[141.853699,48.757145],[142.140533,49.55249],[142.043167,50.54208],[142.267761,51.104439],[141.648041,51.886658],[141.639008,52.313465],[141.923431,53.013187],[141.770126,53.367771],[142.220245,53.518463],[142.274689,53.369713],[142.472473,53.386242],[142.681091,53.5168],[142.50177,53.663464],[142.79921,53.703945],[142.769836,53.838394],[142.610458,53.692558],[142.720657,53.927631],[142.39386,54.237495],[142.639435,54.262772],[142.713425,54.424576],[143.009079,54.130825],[142.881348,53.808044],[143.329132,52.914436],[143.306152,52.478256],[143.199554,52.345547],[143.255951,52.593044],[143.152771,52.38166],[143.124969,51.960548],[143.314972,51.729431],[143.219421,51.525826],[143.367172,51.638882],[143.449982,51.498604],[143.381195,51.345615],[143.523026,51.267773],[143.794846,50.293743],[144.740692,48.645302],[143.981903,49.268883],[143.289703,49.397633],[143.66011,49.307629],[142.986633,49.095551],[142.535675,47.796661],[143.017548,47.248535],[143.174072,46.706314],[143.491638,46.808601],[143.601898,46.383606],[143.431366,46.01944]]],[[[155.447693,50.880013],[155.580261,50.934158],[155.669708,50.856659],[155.556915,50.804161],[155.447693,50.880013]]],[[[156.400848,50.625641],[156.189148,50.674438],[156.175262,50.753609],[156.468445,50.867493],[156.400848,50.625641]]],[[[155.226166,50.052597],[155.247742,50.301384],[155.665405,50.38805],[156.11441,50.751102],[156.150955,50.521938],[155.892761,50.263611],[155.226166,50.052597]]],[[[154.593903,49.291031],[154.746201,49.58902],[154.904419,49.620827],[154.807205,49.299995],[154.593903,49.291031]]],[[[154.464722,49.167923],[154.583038,49.145828],[154.595932,49.10902],[154.487335,49.08083],[154.464722,49.167923]]],[[[153.980804,48.734688],[154.116074,48.89777],[154.229828,48.899017],[154.063293,48.742767],[153.980804,48.734688]]],[[[152.206604,47.125015],[152.015671,46.8918],[151.712189,46.801102],[152.221222,47.173187],[152.206604,47.125015]]],[[[149.473541,45.603317],[149.929138,46.0075],[150.498566,46.19249],[150.158875,45.899994],[149.473541,45.603317]]],[[[146.883026,44.396942],[147.111908,44.793884],[147.892273,45.227001],[147.904144,45.40416],[148.074417,45.248325],[148.851913,45.477768],[148.77533,45.31395],[147.612457,44.960827],[146.883026,44.396942]]],[[[143.781372,42.749161],[143.37384,42.361664],[143.243149,41.924717],[141.790527,42.606384],[140.99025,42.297009],[140.752258,42.550964],[140.470657,42.570827],[140.298721,42.241241],[141.194412,41.794956],[140.980789,41.705132],[140.666367,41.824162],[140.19899,41.397285],[139.979416,41.588257],[140.137634,41.983601],[139.76976,42.312077],[139.863632,42.653187],[140.529633,43.007492],[140.356216,43.316521],[141.158524,43.138535],[141.411087,43.296936],[141.338226,43.711586],[141.645813,43.942215],[141.79567,44.616661],[141.573578,45.209854],[141.971069,45.486382],[143.77623,44.094086],[144.791641,43.917698],[145.338852,44.344154],[145.070663,43.777493],[145.356842,43.553188],[145.20813,43.600906],[145.256104,43.317635],[145.812408,43.365479],[145.003448,42.984299],[144.291931,42.993324],[143.781372,42.749161]]],[[[140.994934,45.448952],[141.074402,45.414154],[141.030411,45.266521],[140.968155,45.459854],[140.994934,45.448952]]],[[[141.175873,45.24234],[141.271912,45.219986],[141.330383,45.146103],[141.165802,45.128044],[141.175873,45.24234]]],[[[146.160767,44.506622],[146.568024,44.438324],[145.940247,44.128044],[145.559479,43.65728],[145.437469,43.716934],[146.160767,44.506622]]],[[[146.874939,43.860794],[146.780273,43.751938],[146.597321,43.734432],[146.60759,43.805267],[146.874939,43.860794]]],[[[131.922791,42.995056],[131.824127,42.953323],[131.753326,42.987217],[131.836487,43.062767],[131.922791,42.995056]]],[[[139.453033,42.213608],[139.561905,42.232143],[139.454544,42.047634],[139.407745,42.150826],[139.453033,42.213608]]],[[[26.361095,41.711052],[26.621384,41.973053],[27.070271,42.089989],[27.56958,41.909264],[28.013054,41.982216],[27.967634,41.828468],[28.216942,41.523598],[29.107391,41.221554],[28.827183,40.955975],[28.527079,41.079716],[27.505342,40.981308],[27.291527,40.700268],[26.72541,40.47805],[26.164406,40.051971],[26.211594,40.322147],[26.825829,40.591587],[26.057358,40.653599],[26.360413,40.95388],[26.324997,41.234711],[26.635759,41.364716],[26.570271,41.611382],[26.361095,41.711052]]],[[[139.938507,40.428604],[139.852325,40.598186],[140.26886,40.806656],[140.34552,41.247074],[140.639282,41.181381],[140.721909,40.83083],[140.882736,40.99152],[141.134827,40.856941],[141.261383,41.192764],[140.791656,41.123322],[140.838577,41.400547],[140.923019,41.529575],[141.417755,41.373878],[141.46051,40.59388],[141.820251,40.267212],[142.069702,39.546661],[141.84816,39.019855],[141.636108,38.994854],[141.533051,38.780548],[141.519424,38.263466],[141.095795,38.364441],[140.953583,38.148048],[140.974548,36.984715],[140.746063,36.77916],[140.565521,36.24749],[140.837189,35.743324],[140.450806,35.503883],[140.332184,35.129852],[139.772064,34.951378],[140.113144,35.552357],[139.968567,35.66082],[139.646088,35.457493],[139.678726,35.137215],[139.557892,35.285553],[139.173309,35.238049],[139.13858,34.87471],[138.850388,34.593185],[138.767899,34.954643],[138.905945,35.034782],[138.741211,35.123463],[138.332458,34.858047],[138.214142,34.599159],[137.028793,34.567841],[137.348297,34.718742],[137.026779,34.7593],[136.97789,34.919022],[136.973846,34.68541],[136.877747,34.720268],[136.849838,35.079025],[136.521088,34.676659],[136.91568,34.433605],[136.89769,34.266521],[136.343842,34.189713],[135.772217,33.454994],[135.064682,33.875546],[135.132446,34.317215],[135.452606,34.548187],[135.333588,34.718323],[135.063599,34.616936],[134.674698,34.777771],[134.250275,34.715271],[133.932465,34.583324],[134.042068,34.584717],[133.936844,34.450821],[133.703033,34.52166],[132.632172,34.195267],[132.370651,34.359299],[132.050537,33.772491],[131.745789,34.053604],[130.893311,33.921661],[130.944687,34.413879],[131.406097,34.422077],[132.638885,35.286385],[132.633652,35.421104],[133.091064,35.582497],[133.401642,35.445267],[135.222198,35.762215],[135.193436,35.525406],[135.387207,35.466385],[135.46109,35.588043],[135.736359,35.483879],[136.014709,35.740967],[136.072754,35.648605],[135.961075,35.976097],[136.712463,36.751389],[136.786926,37.362213],[137.356354,37.504715],[136.863281,37.087769],[137.044434,37.056656],[137.005554,36.829163],[137.30246,36.746384],[138.580536,37.398605],[138.838562,37.806938],[139.426224,38.154575],[139.789978,38.843323],[140.070801,39.585548],[140.010529,39.841934],[139.703156,39.92944],[140.008331,40.192764],[139.938507,40.428604]]],[[[27.601662,40.571938],[27.532635,40.649441],[27.733536,40.635406],[27.719858,40.614021],[27.601662,40.571938]]],[[[25.731667,40.09304],[25.776665,40.212212],[26.012428,40.154022],[25.958054,40.121101],[25.731667,40.09304]]],[[[121.409416,39.361382],[121.259018,39.380409],[121.263329,39.435963],[121.430542,39.470825],[121.409416,39.361382]]],[[[138.511108,38.281105],[138.510544,37.915272],[138.218292,37.800827],[138.337189,37.96666],[138.242462,38.074997],[138.511108,38.281105]]],[[[126.443604,37.806343],[126.516655,37.758469],[126.513893,37.597214],[126.373032,37.623184],[126.443604,37.806343]]],[[[126.421097,36.399437],[126.337067,36.436378],[126.344429,36.589714],[126.37748,36.588467],[126.421097,36.399437]]],[[[133.298553,36.318275],[133.37677,36.198185],[133.256363,36.151936],[133.189148,36.269714],[133.298553,36.318275]]],[[[33.899162,34.959717],[32.713882,34.640274],[32.405827,34.749859],[32.269859,35.078884],[34.586037,35.688606],[33.940552,35.299438],[34.085274,34.961662],[33.899162,34.959717]]],[[[128.72821,34.943047],[128.742462,34.784855],[128.588211,34.701241],[128.494415,34.880272],[128.72821,34.943047]]],[[[127.937714,34.901924],[128.073364,34.803257],[128.059128,34.700615],[127.858864,34.721794],[127.937714,34.901924]]],[[[129.473053,34.685616],[129.476074,34.534439],[129.336502,34.294716],[129.300262,34.556938],[129.473053,34.685616]]],[[[134.762207,34.184433],[134.666931,34.296944],[135.019974,34.590824],[134.946503,34.261383],[134.762207,34.184433]]],[[[126.381119,34.491653],[126.259155,34.370544],[126.101646,34.39666],[126.241096,34.571659],[126.381119,34.491653]]],[[[134.371582,34.512413],[134.349274,34.431519],[134.193848,34.471375],[134.277908,34.542217],[134.371582,34.512413]]],[[[133.587524,34.02433],[133.89386,34.359993],[134.152328,34.383881],[134.579132,34.224159],[134.74469,33.817356],[134.383087,33.623047],[134.186554,33.242004],[133.747604,33.516384],[133.281509,33.362907],[132.964417,32.74305],[132.483017,32.89555],[132.534698,33.244713],[132.366714,33.467731],[132.018723,33.340477],[132.639832,33.67374],[132.896927,34.106106],[133.14595,33.91235],[133.587524,34.02433]]],[[[129.33078,34.229698],[129.270264,34.103325],[129.185181,34.100338],[129.210526,34.317356],[129.33078,34.229698]]],[[[132.498108,34.255081],[132.483704,34.12999],[132.446075,34.114853],[132.386444,34.245342],[132.498108,34.255081]]],[[[132.427216,33.896698],[132.331635,33.849159],[132.18483,33.904854],[132.246063,33.947487],[132.427216,33.896698]]],[[[131.87439,32.73127],[131.685181,32.534924],[131.334549,31.369232],[131.071625,31.448746],[131.12912,31.267359],[130.668243,30.99958],[130.798721,31.314302],[130.602112,31.585899],[130.807953,31.682495],[130.644989,31.714161],[130.534424,31.528885],[130.638306,31.182285],[130.231079,31.247494],[130.336212,31.625969],[130.162476,32.006943],[130.56456,32.435268],[130.587463,32.631935],[130.450241,32.619434],[130.606918,32.783466],[130.21109,33.17083],[130.096207,32.854019],[130.314133,32.861935],[130.339401,32.659298],[130.17691,32.58728],[130.08815,32.784439],[129.746063,32.561104],[129.857605,32.718742],[129.685516,32.838043],[129.687531,33.078571],[129.804001,32.858463],[129.969971,32.863052],[129.570145,33.209507],[129.588577,33.364021],[129.834335,33.292225],[129.869263,33.527214],[130.003326,33.43943],[130.207458,33.650826],[130.365372,33.584019],[130.534973,33.877213],[130.982178,33.881104],[131.09877,33.61256],[131.692474,33.624161],[131.700867,33.414715],[131.501938,33.315548],[131.896683,33.247181],[131.816559,33.119644],[131.98941,32.830551],[131.87439,32.73127]]],[[[129.720795,33.697487],[129.658875,33.749165],[129.699554,33.855968],[129.794128,33.762772],[129.720795,33.697487]]],[[[126.839661,33.536369],[126.845268,33.309994],[126.157761,33.278877],[126.31498,33.451523],[126.839661,33.536369]]],[[[129.537964,33.307487],[129.484406,33.208603],[129.361069,33.169716],[129.561646,33.388329],[129.537964,33.307487]]],[[[129.123688,33.06852],[129.183044,32.986107],[129.055527,32.818672],[129.005554,32.93499],[129.123688,33.06852]]],[[[128.652405,32.69664],[128.813293,32.792496],[128.901016,32.64687],[128.610229,32.611664],[128.652405,32.69664]]],[[[130,32.188316],[129.987457,32.409431],[130.15387,32.54361],[130.207611,32.333462],[130,32.188316]]],[[[130.23938,32.46035],[130.331909,32.516388],[130.448029,32.505272],[130.358856,32.370544],[130.23938,32.46035]]],[[[119.712738,32.266739],[119.825676,32.265968],[119.897346,32.071106],[119.785324,32.128811],[119.712738,32.266739]]],[[[121.203857,31.800537],[121.333054,31.818329],[121.873596,31.499718],[121.546371,31.531109],[121.203857,31.800537]]],[[[131.071899,30.826675],[130.969696,30.390553],[130.87912,30.354996],[130.944138,30.678537],[131.071899,30.826675]]],[[[130.523529,30.443096],[130.668182,30.380135],[130.598297,30.243607],[130.388458,30.349579],[130.523529,30.443096]]],[[[122.0867,30.300846],[122.209839,30.339581],[122.23526,30.311108],[122.199707,30.237774],[122.0867,30.300846]]],[[[121.969994,30.066662],[122.106369,30.132496],[122.326378,30.010138],[122.278114,29.931246],[121.969994,30.066662]]],[[[48.188538,29.98193],[48.359444,29.744999],[48.228321,29.595276],[48.079987,29.773331],[48.188538,29.98193]]],[[[122.12326,29.686356],[122.033669,29.713537],[122.058456,29.776249],[122.184708,29.687775],[122.12326,29.686356]]],[[[129.69046,28.497719],[129.373291,28.116316],[129.143311,28.252497],[129.32663,28.352219],[129.69046,28.497719]]],[[[121.129967,28.098606],[121.200958,28.204092],[121.265404,28.182356],[121.204987,28.055275],[121.129967,28.098606]]],[[[128.933624,27.901104],[129.029282,27.771664],[128.953445,27.677078],[128.880661,27.822081],[128.933624,27.901104]]],[[[56.28833,26.94997],[55.987213,26.727772],[55.283607,26.558609],[55.769989,26.792774],[55.754581,26.952078],[56.28833,26.94997]]],[[[55.703747,26.812357],[55.626381,26.833054],[55.692627,26.929995],[55.734993,26.838051],[55.703747,26.812357]]],[[[128.287201,26.854996],[128.271362,26.658329],[127.849716,26.436382],[127.813026,26.155552],[127.652214,26.085691],[127.717545,26.432079],[127.959991,26.547358],[127.883881,26.667496],[128.067474,26.642494],[128.287201,26.854996]]],[[[50.650551,26.24472],[50.613049,26.246943],[50.611248,26.279165],[50.653954,26.270622],[50.650551,26.24472]]],[[[50.593048,26.150831],[50.61972,25.980831],[50.57333,25.809723],[50.458885,26.224442],[50.593048,26.150831]]],[[[50.771942,25.571941],[50.74472,25.589443],[50.741661,25.683052],[50.794716,25.72736],[50.771942,25.571941]]],[[[119.700562,25.426086],[119.691917,25.598745],[119.77964,25.65555],[119.842628,25.541943],[119.700562,25.426086]]],[[[120.2397,23.829998],[121.060539,25.048609],[121.563179,25.283609],[122.000404,25.007219],[121.818192,24.850275],[121.839706,24.476383],[121.453049,23.327221],[120.969711,22.568329],[120.824158,21.927773],[120.05394,23.044371],[120.2397,23.829998]]],[[[125.288307,24.865551],[125.349701,24.781248],[125.446373,24.732773],[125.259163,24.727356],[125.288307,24.865551]]],[[[124.094917,24.439495],[124.217209,24.445135],[124.325058,24.586107],[124.231651,24.340136],[124.094917,24.439495]]],[[[118.078552,24.439148],[118.096848,24.552151],[118.178307,24.529163],[118.145958,24.432077],[118.078552,24.439148]]],[[[118.293373,24.419842],[118.393051,24.515831],[118.437759,24.495829],[118.420952,24.397635],[118.293373,24.419842]]],[[[54.472637,24.419773],[54.330582,24.456779],[54.386688,24.512886],[54.472637,24.419773]]],[[[123.792252,24.405243],[123.936508,24.354301],[123.872894,24.253887],[123.678864,24.316109],[123.792252,24.405243]]],[[[53.784164,24.124996],[53.624718,24.16972],[53.964855,24.179443],[53.946384,24.139997],[53.784164,24.124996]]],[[[117.467148,23.755619],[117.414429,23.602219],[117.310532,23.581942],[117.369843,23.76222],[117.467148,23.755619]]],[[[117.115494,23.47385],[117.121651,23.400759],[116.945114,23.434509],[117.10054,23.4893],[117.115494,23.47385]]],[[[113.604767,22.766773],[113.551933,22.755554],[113.389214,22.894232],[113.492203,22.89444],[113.604767,22.766773]]],[[[90.51944,22.685829],[90.469917,22.867289],[90.683594,22.853886],[90.541618,22.783195],[90.51944,22.685829]]],[[[90.671371,21.987217],[90.676651,22.445549],[90.550812,22.639717],[90.662483,22.783194],[90.87886,22.436661],[90.671371,21.987217]]],[[[91.513046,22.345551],[91.405258,22.482773],[91.432823,22.622704],[91.559982,22.435272],[91.513046,22.345551]]],[[[91.027206,22.083885],[91.073044,22.5075],[91.089706,22.524025],[91.174698,22.218605],[91.027206,22.083885]]],[[[114.049698,22.32888],[113.964996,22.218052],[113.832176,22.20042],[113.885406,22.282637],[114.049698,22.32888]]],[[[114.144524,22.28618],[114.234962,22.266083],[114.244011,22.200766],[114.200798,22.194736],[114.144524,22.28618]]],[[[90.517487,21.988049],[90.486366,22.07708],[90.610741,22.161661],[90.563171,22.033052],[90.517487,21.988049]]],[[[88.146347,21.865555],[88.132347,21.620552],[88.06498,21.629719],[88.05304,21.720829],[88.146347,21.865555]]],[[[112.793587,21.574165],[112.702766,21.684719],[112.833603,21.774166],[112.868874,21.763193],[112.793587,21.574165]]],[[[91.886932,21.473328],[91.843872,21.690552],[91.88401,21.754997],[91.982208,21.611664],[91.886932,21.473328]]],[[[111.816383,21.556942],[111.8386,21.641384],[112.000816,21.653746],[111.995247,21.615273],[111.816383,21.556942]]],[[[107.471947,21.27142],[107.600273,21.205273],[107.379219,21.048191],[107.375534,21.081247],[107.471947,21.27142]]],[[[110.531372,21.198597],[110.611504,21.193815],[110.536934,21.097496],[110.442482,21.157078],[110.531372,21.198597]]],[[[110.455566,21.057419],[110.498032,20.95583],[110.248451,20.980551],[110.329163,21.075554],[110.455566,21.057419]]],[[[106.910599,20.834396],[107.033386,20.85569],[107.101517,20.79944],[107.04776,20.703884],[106.910599,20.834396]]],[[[58.654999,20.168331],[58.651451,20.370413],[58.919506,20.682289],[58.951107,20.511108],[58.654999,20.168331]]],[[[92.790527,20.438156],[92.86026,20.325829],[92.842758,20.299721],[92.768524,20.297287],[92.790527,20.438156]]],[[[110.85498,19.528885],[110.483215,19.167612],[110.525543,18.800831],[110.050255,18.385202],[109.759438,18.391523],[109.703598,18.197773],[108.687057,18.505621],[108.628311,19.280277],[109.293869,19.759998],[109.16526,19.723604],[109.25721,19.899717],[109.46582,19.828609],[109.610809,19.993885],[110.665543,20.133606],[110.942482,19.978605],[111.021545,19.638294],[110.85498,19.528885]]],[[[93.419907,19.950577],[93.498596,19.88055],[93.511513,19.744507],[93.437759,19.799442],[93.419907,19.950577]]],[[[93.967285,19.369354],[93.79734,19.269371],[93.651649,19.513609],[93.737488,19.549164],[93.967285,19.369354]]],[[[93.870392,19.254658],[93.9422,18.862495],[93.483322,19.386383],[93.547203,19.428469],[93.741928,19.249439],[93.870392,19.254658]]],[[[121.513321,19.249161],[121.393883,19.315552],[121.395691,19.391108],[121.528877,19.390274],[121.513321,19.249161]]],[[[121.854431,18.818886],[121.872757,18.978882],[121.948799,19.003054],[121.988037,18.944717],[121.854431,18.818886]]],[[[93.638077,18.88718],[93.747902,18.870689],[93.705826,18.669024],[93.489426,18.852497],[93.638077,18.88718]]],[[[119.892586,15.801124],[119.752769,15.960415],[119.824158,16.364998],[120.156647,16.03611],[120.426086,16.169117],[120.317207,16.631107],[120.459991,17.411663],[120.338593,17.571663],[120.585274,18.511387],[121.153587,18.625275],[121.949707,18.268887],[122.238876,18.514997],[122.342484,18.310553],[122.17318,18.075136],[122.170258,17.60722],[122.518333,17.043888],[122.206383,16.234161],[121.563309,15.903053],[121.643051,15.713053],[121.380257,15.302498],[121.695267,14.696665],[121.735535,14.16847],[121.910538,14.009165],[122.233322,13.897221],[122.25679,14.239998],[122.303589,14.101109],[122.473312,14.340553],[122.713318,14.338331],[123.038879,14.069443],[123.099991,13.667498],[123.318459,13.789304],[123.229713,14.002222],[123.343048,14.086943],[123.970123,13.751804],[123.579987,13.71833],[123.533173,13.571248],[123.869736,13.232116],[123.761795,13.06347],[124.190948,13.064999],[124.096375,12.55361],[123.850128,12.727358],[124.026367,12.963748],[123.729156,12.853609],[123.323883,13.00861],[123.201508,13.417985],[122.560997,13.936567],[122.607483,13.163887],[122.403587,13.519165],[121.749916,13.964789],[121.279427,13.593887],[120.879433,13.902498],[120.71666,13.925276],[120.662415,13.768888],[120.592209,14.23111],[120.991089,14.549166],[120.548668,14.823261],[120.610405,14.488053],[120.493317,14.42972],[120.245247,14.847776],[120.087349,14.783471],[119.892586,15.801124]]],[[[41.886108,16.999443],[41.939507,16.975761],[41.987911,16.755344],[41.837219,16.86861],[41.886108,16.999443]]],[[[112.337486,16.943607],[112.333878,16.943607],[112.330833,16.949162],[112.337486,16.949997],[112.337486,16.943607]]],[[[42.170555,16.562775],[41.838608,16.718887],[41.753609,16.87611],[41.945,16.710831],[42.075691,16.810276],[42.170555,16.562775]]],[[[112.747208,16.653606],[112.741928,16.655273],[112.735329,16.66687],[112.747131,16.660549],[112.747208,16.653606]]],[[[97.518631,16.505333],[97.616653,16.465271],[97.55748,16.230827],[97.46582,16.318052],[97.518631,16.505333]]],[[[111.713882,16.447495],[111.705849,16.460724],[111.716522,16.451523],[111.713882,16.447495]]],[[[94.648026,16.245029],[94.651382,16.114441],[94.415817,15.868053],[94.381508,15.984442],[94.648026,16.245029]]],[[[42.588882,15.270832],[42.56847,15.38986],[42.644997,15.457221],[42.651386,15.390832],[42.588882,15.270832]]],[[[121.939697,14.626942],[121.807686,14.92347],[121.935806,15.056942],[122.014435,15.037359],[122.058319,14.962219],[121.939697,14.626942]]],[[[122.248032,14.718054],[122.117203,14.796665],[122.098183,14.836665],[122.211517,14.83972],[122.248032,14.718054]]],[[[122.171097,13.998608],[121.995529,14.104719],[121.91748,14.185276],[122.125809,14.087636],[122.171097,13.998608]]],[[[124.208038,13.515276],[124.030548,13.663887],[124.208321,14.098746],[124.418053,13.793194],[124.208038,13.515276]]],[[[42.781105,13.909443],[42.689163,14.013611],[42.768192,14.066527],[42.799858,13.996944],[42.781105,13.909443]]],[[[120.274696,13.668331],[120.108871,13.779165],[120.081932,13.852359],[120.238876,13.808054],[120.274696,13.668331]]],[[[92.885735,12.898451],[92.810806,12.920832],[92.840683,13.327497],[93.044983,13.570137],[93.045258,13.065554],[92.885735,12.898451]]],[[[122.030899,13.200821],[121.837196,13.334721],[121.87442,13.541388],[122.12664,13.456387],[122.030899,13.200821]]],[[[121.439697,12.351664],[121.123177,12.244997],[120.688026,13.135832],[120.321091,13.475831],[120.990326,13.518402],[121.502213,13.148888],[121.439697,12.351664]]],[[[123.369141,12.691387],[122.950264,13.03111],[122.931236,13.109164],[123.045265,13.136666],[123.369141,12.691387]]],[[[92.87442,12.306665],[92.829514,12.318643],[92.791237,12.319204],[92.758881,12.304998],[92.718048,12.341108],[92.736374,12.809721],[92.918259,12.913265],[92.991653,12.525],[92.87442,12.306665]]],[[[54.220833,12.650555],[54.473469,12.548749],[54.124023,12.348193],[53.636108,12.328888],[53.33083,12.545971],[53.499718,12.717221],[54.220833,12.650555]]],[[[122.018051,12.094164],[121.917763,12.302915],[122.122757,12.676943],[122.111366,12.415276],[122.018051,12.094164]]],[[[123.787201,12.34222],[123.690262,12.454998],[123.584297,12.65861],[123.727768,12.601664],[123.787201,12.34222]]],[[[98.312317,12.368483],[98.300537,12.632706],[98.32193,12.67111],[98.467758,12.5],[98.312317,12.368483]]],[[[123.164703,11.904165],[123.245743,12.605762],[123.910812,12.189165],[124.079094,11.727914],[123.536926,12.205415],[123.164703,11.904165]]],[[[125.751099,11.008888],[125.664429,11.134304],[125.26944,11.128054],[124.971237,11.446248],[124.849083,11.464789],[125.037071,11.752914],[124.469994,12.104164],[124.257767,12.551109],[125.148315,12.576526],[125.296944,12.457499],[125.515823,12.17111],[125.445679,11.612914],[125.64061,11.351455],[125.542068,11.189512],[125.664566,11.194442],[125.751099,11.008888]]],[[[122.640266,12.264444],[122.433594,12.413332],[122.459023,12.484789],[122.669434,12.483608],[122.640266,12.264444]]],[[[97.98764,12.29138],[97.949417,12.379997],[98.105263,12.398471],[98.005554,12.281942],[97.98764,12.29138]]],[[[120.200607,12],[119.973022,12.024164],[119.888046,12.333609],[120.332748,12.083609],[120.200607,12]]],[[[92.754272,12.071337],[92.790375,12.202005],[92.755272,12.279798],[92.876373,12.301943],[92.754272,12.071337]]],[[[98.066025,12.171442],[98.05748,12.281041],[98.121017,12.280207],[98.139084,12.142082],[98.066025,12.171442]]],[[[52.341385,12.144722],[52.178886,12.171944],[52.085552,12.22354],[52.395271,12.196527],[52.341385,12.144722]]],[[[92.754059,12.067881],[92.795822,11.901943],[92.716515,11.491801],[92.52533,11.855414],[92.709846,12.234303],[92.754059,12.067881]]],[[[102.426453,12],[102.291351,11.974442],[102.251938,12.150694],[102.354004,12.112637],[102.426453,12]]],[[[98.518997,12],[98.573044,11.990553],[98.659988,11.933054],[98.479156,11.887221],[98.438583,12.111387],[98.518997,12]]],[[[119.952766,11.656666],[119.872482,11.892776],[119.883728,11.975137],[120.070541,11.864998],[119.952766,11.656666]]],[[[123.095261,11.236664],[122.729156,10.800831],[121.909836,10.444581],[122.101379,11.648333],[121.849419,11.758471],[121.888176,11.899582],[122.586647,11.521111],[122.830833,11.608608],[122.880257,11.430276],[123.146942,11.598608],[123.095261,11.236664]]],[[[98.413315,11.610872],[98.370255,11.783749],[98.541649,11.79847],[98.546028,11.609789],[98.413315,11.610872]]],[[[98.165543,11.453331],[98.270134,11.794721],[98.291237,11.797081],[98.280823,11.481665],[98.165543,11.453331]]],[[[102.560226,11.754396],[102.604691,11.696942],[102.593445,11.564234],[102.531769,11.602706],[102.560226,11.754396]]],[[[124.827209,11.528055],[124.769989,11.565555],[124.72554,11.727983],[124.842758,11.591665],[124.827209,11.528055]]],[[[124.488037,11.461664],[124.444702,11.48583],[124.337761,11.677567],[124.531372,11.67972],[124.619141,11.522082],[124.488037,11.461664]]],[[[125.180267,10.543331],[125.259087,10.263054],[125.120529,10.176943],[124.978317,10.37458],[124.97776,10.040277],[124.764709,10.196386],[124.761932,10.818054],[124.596794,11.010416],[124.421371,10.913332],[124.316383,11.566942],[124.641113,11.293054],[124.950256,11.421735],[125.01506,10.743401],[125.180267,10.543331]]],[[[119.829163,11.376663],[119.765266,11.40111],[119.714432,11.47215],[119.873169,11.50486],[119.829163,11.376663]]],[[[92.626648,11.353609],[92.596306,11.373886],[92.640198,11.512221],[92.702629,11.38361],[92.626648,11.353609]]],[[[117.24498,8.564999],[118.755516,10.123851],[118.801086,10.034721],[119.006516,10.439303],[119.131584,10.383678],[119.313446,10.584165],[119.216644,10.955483],[119.455544,10.723956],[119.30275,11.00611],[119.501099,11.41361],[119.484016,10.879303],[119.715851,10.510936],[119.328598,10.309443],[119.201935,10.04847],[118.753326,9.924998],[118.753365,9.654508],[118.348595,9.188609],[117.201584,8.327359],[117.24498,8.564999]]],[[[123.333603,9.410276],[123.374001,9.990692],[124.050262,11.277498],[124.019989,10.387012],[123.636513,10.06986],[123.333603,9.410276]]],[[[72.776932,11.185555],[72.771172,11.192429],[72.788445,11.251248],[72.77832,11.188887],[72.776932,11.185555]]],[[[122.813873,10.051109],[122.952477,10.894444],[123.504715,10.93736],[123.563873,10.794165],[123.138672,9.829651],[123.315536,9.319164],[123.12928,9.044998],[122.939011,9.074164],[122.866371,9.324026],[122.413879,9.658333],[122.453873,9.974859],[122.813873,10.051109]]],[[[98.283844,10.725277],[98.076996,10.887221],[98.139854,10.975553],[98.212204,10.947777],[98.283844,10.725277]]],[[[92.560471,10.77697],[92.507492,10.531387],[92.359291,10.542638],[92.356934,10.78986],[92.498039,10.900832],[92.560471,10.77697]]],[[[72.198868,10.863609],[72.179977,10.817497],[72.170807,10.812428],[72.180542,10.848053],[72.198868,10.863609]]],[[[125.766388,10.685555],[125.66124,10.754096],[125.69532,10.823192],[125.822289,10.717983],[125.766388,10.685555]]],[[[122.543869,10.403053],[122.479713,10.487776],[122.672203,10.744858],[122.731087,10.617775],[122.543869,10.403053]]],[[[115.82193,10.711943],[115.814423,10.724442],[115.834015,10.730692],[115.840813,10.721108],[115.82193,10.711943]]],[[[106.781723,10.66317],[106.856476,10.603882],[106.841919,10.402222],[106.755539,10.481386],[106.781723,10.66317]]],[[[119.81694,10.439165],[119.760826,10.558748],[119.997063,10.595345],[119.993317,10.527498],[119.81694,10.439165]]],[[[72.649994,10.566942],[72.633324,10.550681],[72.626289,10.551109],[72.652069,10.573539],[72.649994,10.566942]]],[[[125.646652,9.821665],[125.475273,10.131109],[125.636658,10.466665],[125.711655,9.89236],[125.646652,9.821665]]],[[[104.01239,10.439432],[104.082886,10.364859],[104.026382,10.080276],[103.838379,10.367705],[104.01239,10.439432]]],[[[124.528587,10.055553],[124.59922,9.761734],[124.357208,9.623609],[123.95694,9.598608],[123.791794,9.733331],[124.152489,10.148055],[124.528587,10.055553]]],[[[125.279709,9.907776],[125.12442,10.082775],[125.128517,10.155554],[125.215958,10.124024],[125.279709,9.907776]]],[[[73.646652,10.084721],[73.645264,10.068609],[73.636032,10.053123],[73.642693,10.096804],[73.646652,10.084721]]],[[[98.283615,10.006971],[98.136024,9.839581],[98.114632,9.859581],[98.175117,10.014442],[98.283615,10.006971]]],[[[126.031937,9.742496],[125.945534,9.830832],[126.073044,10.052012],[126.174706,9.805137],[126.031937,9.742496]]],[[[79.835953,7.268311],[79.697899,8.194443],[79.814568,7.984444],[79.919083,8.937637],[80.194977,9.470276],[80.051094,9.592498],[80.610329,9.44472],[79.939148,9.703053],[80.113647,9.802999],[80.441917,9.577012],[80.140549,9.792221],[80.242065,9.828193],[80.824432,9.261944],[80.917763,8.939304],[81.232071,8.64861],[81.13929,8.491526],[81.358315,8.491108],[81.391937,8.149443],[81.85582,7.405277],[81.890549,7.000555],[81.661102,6.439999],[80.589569,5.918055],[80.082764,6.168055],[79.835953,7.268311]]],[[[122.329163,7.308332],[122.149986,6.905277],[121.947197,6.959999],[122.225395,7.964166],[122.923027,8.150831],[123.025688,8.488748],[123.304703,8.523054],[123.378593,8.725276],[123.818047,8.476942],[123.866371,8.160416],[123.667198,7.954443],[124.224007,8.212498],[124.432213,8.615274],[124.727478,8.486385],[124.800812,8.999581],[125.090553,8.825275],[125.514709,9.006666],[125.440262,9.809164],[126.186096,9.242775],[126.334991,8.841804],[126.084435,8.60972],[126.392212,8.5075],[126.365807,7.882499],[126.551933,7.692221],[126.581863,7.284305],[126.280685,6.921249],[126.348312,6.800485],[126.165268,6.881665],[126.19165,6.272222],[125.856094,7.345277],[125.651512,7.234582],[125.377617,6.72361],[125.702766,6.024999],[125.405548,5.563333],[125.19165,5.767221],[125.25943,6.093333],[124.95694,5.851388],[124.06749,6.379166],[123.968323,6.926665],[124.2686,7.374443],[124.011932,7.64861],[123.458878,7.810555],[123.403053,7.356388],[123.111099,7.52],[123.11721,7.728888],[122.99276,7.455485],[122.812759,7.436943],[122.81694,7.732222],[122.658867,7.781111],[122.329163,7.308332]]],[[[125.943863,9.555832],[125.901794,9.612358],[125.940811,9.755693],[125.991089,9.661943],[125.943863,9.555832]]],[[[114.372208,9.69972],[114.368317,9.704998],[114.373596,9.708332],[114.377762,9.706108],[114.372208,9.69972]]],[[[100.077316,9.545204],[100.019989,9.422637],[99.941017,9.422567],[99.932205,9.546944],[100.077316,9.545204]]],[[[123.58638,9.088886],[123.457207,9.190554],[123.628586,9.296804],[123.707634,9.138055],[123.58638,9.088886]]],[[[92.786652,9.238605],[92.808311,9.14986],[92.731369,9.127358],[92.712769,9.210276],[92.786652,9.238605]]],[[[124.771652,9.07472],[124.635269,9.169998],[124.67276,9.253054],[124.776924,9.209442],[124.771652,9.07472]]],[[[79.756104,9.102497],[79.900818,9.032776],[79.894989,8.986664],[79.696091,9.09347],[79.756104,9.102497]]],[[[117.294983,8.181665],[117.268051,8.306108],[117.318535,8.330624],[117.344147,8.206734],[117.294983,8.181665]]],[[[73.08194,8.303053],[73.065811,8.263054],[73.031029,8.247497],[73.020409,8.262429],[73.08194,8.303053]]],[[[93.534073,8.208826],[93.534775,8.037637],[93.483246,7.990693],[93.447128,8.16236],[93.534073,8.208826]]],[[[98.332764,8.162193],[98.441086,7.90611],[98.309074,7.757222],[98.282074,8.183331],[98.332764,8.162193]]],[[[98.536942,8.107353],[98.610817,8.051109],[98.598389,7.899027],[98.574921,7.913541],[98.536942,8.107353]]],[[[117.015266,7.805277],[116.949997,8.032221],[117.066788,8.077915],[117.093315,7.907083],[117.015266,7.805277]]],[[[93.391449,8.011723],[93.450272,7.929166],[93.453598,7.868957],[93.309006,7.925416],[93.391449,8.011723]]],[[[93.695541,7.410284],[93.727272,7.324027],[93.620399,7.249722],[93.617622,7.367082],[93.695541,7.410284]]],[[[122.832764,7.275277],[122.806152,7.42236],[122.929977,7.422776],[122.975609,7.365138],[122.832764,7.275277]]],[[[116.856934,7.183887],[116.878731,7.274166],[117.000885,7.352916],[117.018044,7.266736],[116.856934,7.183887]]],[[[117.093262,7.293454],[117.268181,7.343888],[117.250534,7.179165],[117.066444,7.105068],[117.093262,7.293454]]],[[[93.868042,7.182302],[93.929688,6.949165],[93.827065,6.745832],[93.6436,7.118609],[93.868042,7.182302]]],[[[125.767487,6.8875],[125.663452,7.09861],[125.698448,7.190276],[125.796791,7.119443],[125.767487,6.8875]]],[[[72.97998,7.027777],[72.982719,7.012985],[72.97422,7.027569],[72.97998,7.027777]]],[[[111.896378,-3.573889],[111.751686,-2.749826],[111.547203,-3.024167],[111.335823,-2.921111],[110.962486,-3.096389],[110.75679,-3.034167],[110.933594,-2.886945],[110.666092,-3.081667],[110.551086,-2.869166],[110.231934,-2.971111],[110.125809,-2.046945],[109.903587,-1.828334],[110.057747,-1.333889],[109.729713,-0.953611],[109.279984,-0.868055],[109.258186,-0.669306],[109.514427,-0.726944],[109.151093,-0.546667],[109.042633,-0.248889],[109.194427,-0.199167],[109.165543,0.106389],[108.918594,0.315139],[108.84549,0.810562],[108.958603,1.176666],[109.095833,1.211666],[109.263603,1.394583],[108.981239,1.214444],[109.062187,1.523333],[109.648567,2.073409],[109.928032,1.690486],[110.330544,1.801528],[110.733681,1.540134],[110.687477,1.444722],[110.82193,1.568055],[111.155548,1.363889],[111.378311,1.345972],[111,1.572083],[111.36998,2.146667],[111.172752,2.145972],[111.183037,2.262222],[111.225395,2.4225],[111.368111,2.339094],[111.450272,2.36861],[111.448456,2.694722],[113.010536,3.160555],[113.926086,4.244165],[113.974846,4.591944],[114.300812,4.595554],[115.051376,5.050277],[115.04998,4.798332],[115.37886,4.911666],[115.574158,5.179166],[115.380257,5.400971],[115.848877,5.563888],[116.754173,7.018055],[116.799988,6.576666],[117.178307,6.990276],[117.28804,6.639861],[117.739288,6.386944],[117.600403,6.192499],[117.674835,5.98236],[117.503052,5.896111],[118.006866,6.061248],[118.124687,5.864027],[117.908173,5.797568],[117.955475,5.685068],[118.373596,5.807499],[119.275818,5.344999],[119.069717,5.07],[118.70166,4.943054],[118.354279,5.035832],[118.140549,4.888332],[118.282341,4.680832],[118.594849,4.521249],[118.549568,4.350971],[117.995888,4.224166],[117.693039,4.374721],[117.392761,4.139722],[117.782211,3.788888],[117.760269,3.639166],[117.071869,3.642708],[117.03138,3.600694],[117.205261,3.613472],[117.204987,3.54],[117.237617,3.489722],[117.442474,3.432361],[117.275398,3.219999],[117.618317,3.088958],[117.671654,2.801111],[118.091927,2.314444],[117.829292,2.104166],[117.871918,1.876667],[119.00193,0.967083],[118.794563,0.800278],[118.343872,0.843055],[117.893051,1.117777],[118.034988,0.810278],[117.742203,0.739722],[117.467484,0.103611],[117.444786,-0.523969],[117.631355,-0.424028],[117.623451,-0.777222],[117.265854,-0.821647],[116.923599,-1.254445],[116.740257,-1.027917],[116.755547,-1.3675],[116.223938,-1.779028],[116.445457,-1.783194],[116.327209,-2.1475],[116.604156,-2.229722],[116.514717,-2.555278],[116.30658,-2.517986],[116.274429,-3],[116.131927,-2.823334],[116.216377,-3.142778],[115.96624,-3.60875],[114.63707,-4.185069],[114.481087,-3.498611],[114.102203,-3.356389],[113.671097,-3.476111],[113.60582,-3.172639],[113.365814,-3.260834],[113.034714,-2.989722],[112.651657,-3.415277],[112.245819,-3.313889],[111.896378,-3.573889]]],[[[73.163315,6.774444],[73.143875,6.733888],[73.131264,6.731075],[73.162064,6.782152],[73.163315,6.774444]]],[[[117.342743,6.672527],[117.467903,6.761389],[117.514854,6.705832],[117.433319,6.628332],[117.342743,6.672527]]],[[[121.99054,6.408333],[121.792763,6.630554],[122.075684,6.7525],[122.238312,6.592221],[121.99054,6.408333]]],[[[99.662811,6.702995],[99.702278,6.542499],[99.652626,6.494791],[99.596649,6.585277],[99.662811,6.702995]]],[[[99.852951,6.464153],[99.923019,6.33361],[99.739563,6.248888],[99.642212,6.422082],[99.852951,6.464153]]],[[[73.049149,6.441666],[73.043976,6.431075],[73.043106,6.443818],[73.049149,6.441666]]],[[[120.547211,6.240276],[120.479919,6.257291],[120.600403,6.394652],[120.578598,6.252222],[120.547211,6.240276]]],[[[121.28804,5.854166],[121.231934,5.941943],[120.869431,5.953888],[121.128311,6.086666],[121.427124,5.977638],[121.28804,5.854166]]],[[[72.931931,5.969166],[72.92984,5.956805],[72.927826,5.971457],[72.931931,5.969166]]],[[[95.380188,5.837542],[95.292465,5.785555],[95.210945,5.903471],[95.337334,5.894444],[95.380188,5.837542]]],[[[73.393051,5.737777],[73.392349,5.726805],[73.380745,5.709235],[73.389366,5.740554],[73.393051,5.737777]]],[[[102.976006,0.643479],[103.070824,0.436111],[102.571014,0.17625],[102.430313,0.244514],[102.587189,0.1525],[103.351089,0.536111],[103.739693,0.281111],[103.81118,-0.0035],[103.272346,-0.259583],[103.492889,-0.218333],[103.342361,-0.364096],[103.597565,-0.435],[103.360809,-0.702222],[103.741089,-0.995556],[104.377762,-1.039306],[104.489433,-1.925],[104.876648,-2.115556],[104.531792,-2.771389],[104.864975,-2.28875],[105.606369,-2.393333],[105.808594,-2.896667],[106.055252,-3.031389],[105.816093,-3.675],[105.956238,-3.855278],[105.809982,-4.242499],[105.904427,-4.548611],[105.728874,-5.898264],[105.271935,-5.444166],[105.141586,-5.795347],[104.543175,-5.508056],[104.714302,-5.918056],[104.560776,-5.929748],[103.891098,-5.111389],[102.326103,-4.006111],[102.22123,-3.649028],[101.626923,-3.246111],[100.905548,-2.319445],[100.866379,-1.926389],[100.293587,-0.806389],[99.635818,0.076944],[99.139595,0.257917],[98.703835,1.559791],[98.770714,1.748611],[97.750252,2.270833],[97.596924,2.866944],[96.880249,3.677499],[96.488861,3.76361],[95.531082,4.682776],[95.233582,5.570138],[95.609131,5.626665],[96.347748,5.222776],[97.514832,5.249444],[97.913025,4.886388],[98.017197,4.55111],[98.276779,4.426805],[98.270523,4.142499],[99.980804,2.943749],[99.955116,2.690277],[100.005188,2.601111],[100.033859,2.734722],[100.13295,2.526875],[100.205109,2.705972],[100.412193,2.293055],[100.942459,1.820555],[100.799973,2.225555],[101.057953,2.283611],[101.410522,1.717222],[102.135529,1.373333],[102.2108,1.015],[102.425659,0.7975],[102.976006,0.643479]]],[[[100.308273,5.446119],[100.287048,5.254444],[100.203857,5.271111],[100.185799,5.462291],[100.308273,5.446119]]],[[[73.6297,5.41861],[73.637276,5.409443],[73.632484,5.387638],[73.622269,5.418333],[73.6297,5.41861]]],[[[119.858322,5.049166],[119.824982,5.147222],[120.211449,5.346596],[120.225601,5.126735],[119.858322,5.049166]]],[[[72.979431,4.895555],[72.968178,4.878332],[72.975822,4.899999],[72.979431,4.895555]]],[[[118.394623,4.676049],[118.478867,4.689165],[118.596031,4.638333],[118.529709,4.600277],[118.394623,4.676049]]],[[[126.74971,3.983889],[126.690536,4.07],[126.741859,4.539791],[126.915817,4.275833],[126.74971,3.983889]]],[[[72.957214,4.438332],[72.956238,4.419304],[72.942543,4.425901],[72.949844,4.439721],[72.957214,4.438332]]],[[[117.903557,4.174043],[117.867264,4.026666],[117.638893,4.22861],[117.746094,4.258333],[117.903557,4.174043]]],[[[108.061577,3.851868],[107.991653,4.024166],[108.251389,4.179999],[108.397491,3.976944],[108.321098,3.682638],[108.117203,3.676111],[108.201393,3.796389],[108.061577,3.851868]]],[[[73.497482,4.178332],[73.505753,4.176596],[73.50499,4.164999],[73.49192,4.169235],[73.497482,4.178332]]],[[[117.610786,4.102151],[117.74498,4.077499],[117.728592,4.000278],[117.605812,4.026041],[117.610786,4.102151]]],[[[126.705261,3.794444],[126.610809,3.976805],[126.603172,4.036874],[126.723106,3.912152],[126.705261,3.794444]]],[[[125.880814,3.361944],[125.645271,3.658472],[125.673866,3.724166],[125.912071,3.489166],[125.880814,3.361944]]],[[[117.23526,3.579721],[117.390823,3.561944],[117.517487,3.474444],[117.266098,3.499166],[117.23526,3.579721]]],[[[117.554688,3.433342],[117.67804,3.411388],[117.631927,3.258889],[117.557617,3.318055],[117.554688,3.433342]]],[[[73.583603,3.374444],[73.59137,3.372777],[73.583878,3.366388],[73.581375,3.368055],[73.583603,3.374444]]],[[[72.978043,3.110278],[72.984985,3.108333],[72.982208,3.101944],[72.972763,3.104722],[72.978043,3.110278]]],[[[105.706299,2.84358],[105.683868,3.006389],[105.700958,3.05986],[105.848114,2.977152],[105.706299,2.84358]]],[[[108.781769,2.899802],[108.844154,2.993611],[108.895264,2.989722],[108.839424,2.848333],[108.781769,2.899802]]],[[[72.870255,2.969166],[72.872307,2.958541],[72.863388,2.966597],[72.870255,2.969166]]],[[[73.586105,2.961666],[73.577629,2.951006],[73.585403,2.965625],[73.586105,2.961666]]],[[[96.484131,2.37111],[96.33213,2.352569],[95.696915,2.818889],[95.883316,2.918889],[96.484131,2.37111]]],[[[104.187943,2.867786],[104.220726,2.721874],[104.167747,2.705277],[104.123291,2.781666],[104.187943,2.867786]]],[[[125.445862,2.752498],[125.426086,2.644305],[125.389709,2.629444],[125.380821,2.792916],[125.445862,2.752498]]],[[[111.311836,2.497217],[111.29332,2.733333],[111.328949,2.780347],[111.411514,2.376388],[111.311836,2.497217]]],[[[128.276642,2.017295],[128.232178,2.30611],[128.576416,2.629097],[128.619965,2.215277],[128.276642,2.017295]]],[[[73.354431,2.437222],[73.368729,2.407638],[73.365257,2.384166],[73.350677,2.438055],[73.354431,2.437222]]],[[[97.342743,2.053632],[97.320816,2.030277],[97.108307,2.221944],[97.284554,2.225763],[97.342743,2.053632]]],[[[127.813599,0.794444],[128.166443,1.132152],[128.188293,1.378055],[128.724548,1.556944],[128.697479,1.101944],[128.212036,0.779653],[128.674301,0.552812],[128.683029,0.357292],[128.829559,0.3],[128.904907,0.203264],[128.073853,0.466111],[127.879143,0.299514],[128.036926,-0.403333],[128.401794,-0.888194],[128.021088,-0.693194],[127.66394,-0.215139],[127.522629,0.601528],[127.614357,0.852778],[127.394989,1.061666],[127.568184,1.739166],[128.054062,2.19243],[127.855675,1.91625],[128.012619,1.714722],[127.9897,1.346667],[127.629845,0.982083],[127.813599,0.794444]]],[[[101.774292,1.939501],[101.601639,1.709166],[101.393715,1.915555],[101.642052,2.119999],[101.774292,1.939501]]],[[[73.553314,1.9325],[73.550537,1.898194],[73.541924,1.89125],[73.551514,1.936666],[73.553314,1.9325]]],[[[98.57782,1.622819],[98.448013,1.640555],[98.428574,1.68125],[98.555054,1.681666],[98.57782,1.622819]]],[[[120.827232,1.234059],[121.093872,1.324167],[121.572769,1.058333],[122.464432,0.999166],[122.846313,0.814673],[123.203049,0.956667],[123.839157,0.829444],[124.589706,1.191388],[124.555817,1.37],[124.9711,1.694722],[125.249008,1.508611],[124.246094,0.375],[123.645828,0.281111],[123.262772,0.313333],[123.068039,0.509583],[121.79248,0.422639],[121.537338,0.538055],[121.104851,0.407222],[120.549149,0.536111],[120.242203,0.345],[120.019989,-0.075278],[120.066093,-0.613055],[120.513611,-1.000278],[120.664574,-1.393889],[121.080551,-1.424583],[121.622208,-0.805],[121.927757,-0.963333],[122.226929,-0.760833],[122.917625,-0.764861],[122.730331,-0.654167],[123.070831,-0.559722],[123.454987,-0.765556],[123.333748,-1.056111],[123.153053,-0.896667],[122.819992,-0.913333],[122.37706,-1.489722],[121.836647,-1.691389],[121.665535,-1.924861],[121.298721,-1.800417],[122.476227,-3.160903],[122.198593,-3.581389],[122.599426,-3.883611],[122.683998,-4.139028],[122.857758,-4.076389],[122.893738,-4.398056],[122.104713,-4.526112],[122.078049,-4.843612],[121.552414,-4.745694],[121.6147,-4.064722],[120.86499,-3.485],[121.069572,-3.205139],[121.07193,-2.7425],[120.68692,-2.643889],[120.201935,-2.963333],[120.4086,-3.258611],[120.422211,-4.678333],[120.266098,-5.152778],[120.463463,-5.619792],[120.32888,-5.512084],[119.672623,-5.70125],[119.354912,-5.40007],[119.623306,-4.328056],[119.506104,-3.527222],[119.293045,-3.427639],[118.925682,-3.573195],[118.888603,-2.893195],[118.759163,-2.774167],[119.143532,-2.453125],[119.21138,-2.011945],[119.354012,-1.936111],[119.308868,-1.265278],[119.517212,-0.876389],[119.718597,-0.653611],[119.863037,-0.843889],[119.795883,-0.115833],[119.625648,0.000208],[119.829987,-0.093472],[119.778053,0.229722],[120.257217,0.971944],[120.574844,0.776944],[120.827232,1.234059]]],[[[102.495247,1.436336],[102.491913,1.259722],[102.308853,1.420555],[102.100517,1.465833],[101.994072,1.606944],[102.495247,1.436336]]],[[[97.810791,0.549722],[97.699272,0.578055],[97.114685,1.393333],[97.482468,1.47],[97.909348,1.039236],[97.810791,0.549722]]],[[[103.99054,1.383291],[103.841919,1.259028],[103.640945,1.318333],[103.713593,1.429444],[103.99054,1.383291]]],[[[102.477432,1.206051],[102.373291,0.925278],[102.210945,1.403611],[102.288994,1.40625],[102.477432,1.206051]]],[[[104.666893,1.023827],[104.583313,0.819167],[104.231361,1.085],[104.408714,1.196805],[104.666893,1.023827]]],[[[104.153053,1.135361],[104.078323,0.985555],[103.900879,1.089583],[104.096077,1.187778],[104.153053,1.135361]]],[[[103.083069,0.837141],[102.761559,1.029625],[102.692734,1.023333],[102.712608,1.15],[103.037193,1.037777],[103.083069,0.837141]]],[[[103.051567,0.786064],[102.500809,0.793055],[102.473297,1.117777],[102.888031,0.939028],[103.051567,0.786064]]],[[[103.435532,1.025212],[103.349403,1.005],[103.339828,1.118055],[103.385742,1.125069],[103.435532,1.025212]]],[[[104.175537,0.790833],[104.098038,0.882222],[104.094711,0.947222],[104.260826,0.865972],[104.175537,0.790833]]],[[[103.506653,0.7403],[103.402481,0.660833],[103.373009,0.888264],[103.466919,0.808889],[103.506653,0.7403]]],[[[103.29689,0.588943],[103.273033,0.53],[103.135246,0.543611],[103.204422,0.7025],[103.29689,0.588943]]],[[[73.513611,0.387778],[73.510132,0.380486],[73.507973,0.390417],[73.513611,0.387778]]],[[[104.69693,0.022778],[104.593155,0.097222],[104.491905,0.233681],[104.541222,0.224722],[104.69693,0.022778]]],[[[73.095535,0.228056],[73.101234,0.229167],[73.106789,0.214167],[73.095749,0.221111],[73.095535,0.228056]]],[[[98.805328,0.094265],[98.637657,0.077361],[98.514328,0.135556],[98.762802,0.171667],[98.805328,0.094265]]],[[[129.536377,-0.2225],[129.291931,0.031389],[129.289978,0.043056],[129.543167,-0.143056],[129.536377,-0.2225]]],[[[104.929428,-0.334167],[104.442894,-0.2225],[104.524979,0.010417],[104.888893,-0.193611],[104.929428,-0.334167]]],[[[98.544144,-0.386389],[98.291931,-0.015278],[98.300812,-0.007222],[98.452209,-0.073889],[98.544144,-0.386389]]],[[[130.842865,-0.441045],[130.680222,-0.303432],[130.21933,-0.21125],[130.824707,-0.008672],[131.299835,-0.167639],[131.255554,-0.387778],[130.977875,-0.363889],[130.614334,-0.089097],[130.917755,-0.32125],[130.842865,-0.441045]]],[[[103.721153,-0.272437],[103.752777,-0.353333],[103.45359,-0.359861],[103.538307,-0.232222],[103.721153,-0.272437]]],[[[98.502213,-0.466386],[98.326096,-0.539722],[98.42318,-0.249583],[98.511932,-0.370556],[98.502213,-0.466386]]],[[[127.243271,-0.267774],[127.254021,-0.497639],[127.116371,-0.525],[127.105675,-0.294444],[127.243271,-0.267774]]],[[[73.435257,-0.283611],[73.442474,-0.286319],[73.446022,-0.305],[73.429771,-0.285903],[73.435257,-0.283611]]],[[[127.531303,-0.310349],[127.684143,-0.467778],[127.649155,-0.704306],[127.895752,-0.777917],[127.815254,-0.871805],[127.457207,-0.813194],[127.30262,-0.516806],[127.320129,-0.343056],[127.531303,-0.310349]]],[[[122.04866,-0.378621],[121.916504,-0.416806],[121.855537,-0.363333],[121.947487,-0.312639],[122.04866,-0.378621]]],[[[104.485207,-0.348014],[104.596367,-0.469861],[104.493446,-0.626944],[104.250114,-0.474722],[104.485207,-0.348014]]],[[[136.049133,-2.698055],[136.409424,-2.2175],[137.188156,-2.104167],[137.131073,-1.792778],[137.875793,-1.473055],[139.780823,-2.361389],[140.162338,-2.326667],[140.721893,-2.49],[140.727173,-2.637083],[141.214142,-2.622222],[142.55191,-3.218333],[143.518448,-3.435555],[144.016937,-3.810555],[144.513733,-3.822222],[145.735504,-4.802777],[145.766388,-5.485277],[147.466614,-5.97086],[147.826355,-6.337222],[147.819427,-6.713056],[146.971069,-6.743055],[146.945663,-6.956667],[147.178589,-7.463889],[147.731628,-7.94],[148.135254,-8.066111],[148.23053,-8.559723],[148.444412,-8.676945],[148.588867,-9.070278],[149.314484,-9.019793],[149.219971,-9.474722],[150.008881,-9.631388],[150.053726,-9.722361],[149.717194,-9.833471],[149.914154,-10.048889],[150.878021,-10.23],[150.36911,-10.321945],[150.689957,-10.563194],[150.209686,-10.700556],[149.851639,-10.548612],[150.078857,-10.462778],[149.747742,-10.342777],[147.952454,-10.145834],[147.058716,-9.469999],[146.895813,-9.278473],[146.971268,-9.029931],[146.586639,-8.999166],[146.089691,-8.09111],[144.879669,-7.7825],[144.862457,-7.610556],[144.599396,-7.660278],[144.522903,-7.502917],[144.508331,-7.618055],[144.408585,-7.519861],[144.467743,-7.743055],[144.314117,-7.617916],[144.217377,-7.794652],[143.664825,-7.467649],[143.958008,-7.978622],[143.360382,-7.901111],[143.611908,-8.243889],[142.976624,-8.344166],[142.69635,-8.2675],[142.440109,-8.332083],[142.382599,-8.189305],[142.327759,-8.163889],[142.139008,-8.223888],[142.324402,-8.183332],[142.439423,-8.371387],[143.096619,-8.463612],[143.392761,-8.770279],[143.365097,-9.012223],[142.638885,-9.334723],[142.206497,-9.165001],[141.119965,-9.230971],[139.985229,-8.193611],[140.147903,-7.885834],[139.915802,-8.114721],[139.366364,-8.206388],[139.218292,-8.089167],[138.910263,-8.298333],[138.836639,-8.13],[138.991913,-7.8675],[139.094543,-7.561805],[138.662201,-7.200972],[139.050537,-7.251667],[139.175812,-7.238889],[139.222473,-7.1625],[138.847473,-7.153889],[138.562897,-6.906528],[139.186646,-6.967569],[138.681915,-6.720555],[138.167725,-5.793333],[138.351624,-5.680277],[138.071243,-5.731319],[138.065247,-5.408958],[135.928314,-4.49861],[135.204681,-4.459723],[134.646225,-4.125555],[134.694977,-3.939722],[134.967606,-3.941111],[134.673035,-3.915139],[134.521637,-4.026389],[134.212051,-3.96],[134.163864,-3.776944],[133.636795,-3.489028],[133.828857,-2.961667],[133.399139,-3.7325],[133.45108,-3.869306],[133.237457,-4.076389],[132.912201,-4.097917],[132.750824,-3.718333],[132.927063,-3.554722],[132.819,-3.305417],[131.956909,-2.787014],[132.317749,-2.682222],[132.722748,-2.817223],[133.245804,-2.4175],[133.64859,-2.543889],[133.678589,-2.718055],[133.955536,-2.329167],[133.946976,-2.210556],[133.788452,-2.256736],[133.93428,-2.104097],[133.645813,-2.237222],[132.298996,-2.268472],[132.041229,-2.085695],[131.882446,-1.642222],[130.963593,-1.403055],[131.24884,-1.096945],[131.255554,-0.822778],[131.873016,-0.693889],[132.269714,-0.384167],[132.71315,-0.367083],[133.389435,-0.724722],[134.111084,-0.835278],[134.029495,-0.966944],[134.280396,-1.360556],[134.088287,-1.677917],[134.159698,-2.319445],[134.462891,-2.861304],[134.485794,-2.525556],[134.642075,-2.521597],[134.698029,-2.970139],[134.854691,-2.906806],[134.812607,-3.123889],[134.994949,-3.336528],[135.491913,-3.358334],[136.049133,-2.698055]]],[[[121.91217,-0.474217],[121.890266,-0.513889],[121.640823,-0.533611],[121.741364,-0.418611],[121.91217,-0.474217]]],[[[130.637482,-0.419168],[130.658875,-0.518611],[130.465302,-0.525278],[130.479828,-0.450694],[130.637482,-0.419168]]],[[[73.099152,-0.602778],[73.109421,-0.62],[73.115196,-0.641667],[73.090607,-0.585347],[73.099152,-0.602778]]],[[[127.238602,-0.61441],[127.318253,-0.794583],[127.277618,-0.808333],[127.153587,-0.77],[127.238602,-0.61441]]],[[[135.460846,-0.662426],[135.851639,-0.703472],[136.386368,-1.115208],[135.884277,-1.185555],[135.757202,-0.825556],[135.462036,-0.797902],[135.460846,-0.662426]]],[[[130.841034,-0.770539],[130.838287,-0.863055],[130.397629,-0.923889],[130.486633,-0.835278],[130.841034,-0.770539]]],[[[130.899353,-0.891445],[131.074677,-0.972778],[130.961365,-1.356945],[130.639297,-0.986944],[130.899353,-0.891445]]],[[[99.282211,-1.739444],[99.225677,-1.622153],[99.112206,-1.805278],[98.876228,-1.676944],[98.603043,-1.223055],[98.657486,-0.971111],[98.929153,-0.950278],[99.282211,-1.739444]]],[[[134.894409,-0.94332],[134.99205,-1.073889],[134.879944,-1.140833],[134.799133,-1.025556],[134.894409,-0.94332]]],[[[109.756378,-1.032516],[109.775818,-1.142361],[109.418587,-1.263334],[109.492477,-0.979722],[109.756378,-1.032516]]],[[[129.878296,-1.145563],[129.959259,-1.173472],[129.741486,-1.210972],[129.765808,-1.172222],[129.878296,-1.145563]]],[[[123.553864,-1.305],[123.181511,-1.624028],[123.12915,-1.331111],[122.906784,-1.591806],[122.805672,-1.454444],[122.922211,-1.176944],[123.194839,-1.153055],[123.230553,-1.398889],[123.371231,-1.225486],[123.553864,-1.305]]],[[[127.566101,-1.177744],[127.6147,-1.257778],[127.456932,-1.2425],[127.506523,-1.185833],[127.566101,-1.177744]]],[[[127.394669,-1.573361],[127.6436,-1.328333],[128.159286,-1.643194],[127.544144,-1.742222],[127.394669,-1.573361]]],[[[106.659714,-2.974444],[106.717758,-3.098333],[106.519402,-3.102489],[105.972618,-2.814861],[105.747345,-2.131597],[105.137558,-2.075834],[105.393333,-1.606667],[105.60498,-1.535972],[105.781097,-1.795],[105.709152,-1.5475],[106.026794,-1.574722],[106.270409,-2.374305],[106.781662,-2.591944],[106.659714,-2.974444]]],[[[108.955902,-1.57086],[108.851791,-1.670278],[108.795746,-1.582083],[108.896378,-1.5375],[108.955902,-1.57086]]],[[[135.505035,-1.600396],[136.803589,-1.7475],[136.900665,-1.796181],[136.218842,-1.874444],[135.505035,-1.600396]]],[[[124.424927,-1.657118],[125.290741,-1.733264],[125.319984,-1.887431],[124.405327,-2.016111],[124.424927,-1.657118]]],[[[130.350555,-1.680205],[130.3815,-2.010972],[130.120789,-2.066111],[129.717941,-1.888194],[130.350555,-1.680205]]],[[[125.415848,-1.783883],[125.653595,-1.824445],[126.348877,-1.819861],[125.46666,-1.94],[125.415848,-1.783883]]],[[[125.959152,-1.978546],[126.0868,-2.421389],[126.053452,-2.482777],[125.861923,-2.086667],[125.959152,-1.978546]]],[[[99.859146,-2.376488],[99.568604,-2.220139],[99.572632,-2.026389],[99.684982,-2.06875],[99.859146,-2.376488]]],[[[100.203018,-2.758928],[100.015968,-2.839028],[99.973877,-2.496528],[100.159569,-2.629305],[100.203018,-2.758928]]],[[[107.708687,-2.557815],[108.263046,-2.751389],[108.077385,-3.227361],[107.869705,-3.051805],[107.612129,-3.212083],[107.708687,-2.557815]]],[[[100.459427,-3.333889],[100.19136,-2.975833],[100.197479,-2.786945],[100.469711,-3.023889],[100.459427,-3.333889]]],[[[130.829956,-3.872777],[129.88858,-3.334444],[129.516098,-3.2975],[129.517822,-3.46993],[128.968292,-3.353611],[128.882675,-3.209375],[128.470383,-3.460695],[128.18187,-3.074097],[127.91832,-3.559444],[127.856087,-3.186666],[128.171921,-2.856945],[129.133026,-2.963264],[129.526642,-2.783611],[130.589066,-3.140347],[130.873978,-3.592986],[130.829956,-3.872777]]],[[[106.825523,-2.900553],[106.907349,-2.935278],[106.891518,-3.023472],[106.723869,-2.967569],[106.825523,-2.900553]]],[[[126.127899,-3.119681],[126.993874,-3.145],[127.09623,-3.370208],[127.260544,-3.3775],[127.236649,-3.6175],[126.693039,-3.83493],[126.508041,-3.768889],[126.044144,-3.426805],[126.127899,-3.119681]]],[[[127.708076,-3.160594],[127.789429,-3.179653],[127.78727,-3.245486],[127.638329,-3.224583],[127.708076,-3.160594]]],[[[116.271057,-3.285253],[116.305321,-3.907222],[116.05526,-4.042361],[116.012772,-3.632778],[116.271057,-3.285253]]],[[[127.57309,-3.266747],[127.623871,-3.315278],[127.643051,-3.361945],[127.481087,-3.293334],[127.57309,-3.266747]]],[[[116.429527,-3.404973],[116.40332,-3.584167],[116.380676,-3.644583],[116.31694,-3.540972],[116.429527,-3.404973]]],[[[128.583801,-3.494436],[128.70636,-3.501945],[128.723145,-3.616319],[128.626892,-3.623472],[128.583801,-3.494436]]],[[[128.036377,-3.593055],[128.276093,-3.511528],[128.346771,-3.532778],[128.234955,-3.729722],[127.942467,-3.771389],[128.036377,-3.593055]]],[[[128.440582,-3.519957],[128.510529,-3.526667],[128.562195,-3.59125],[128.38588,-3.638403],[128.440582,-3.519957]]],[[[123.046097,-3.97862],[123.253883,-4.062778],[123.146233,-4.242708],[122.957764,-4.100278],[123.046097,-3.97862]]],[[[133.32901,-4.107851],[133.552765,-4.233611],[133.615509,-4.300555],[133.32637,-4.170694],[133.32901,-4.107851]]],[[[123.075546,-4.40351],[123.215393,-4.821806],[123.045532,-4.757501],[122.979713,-5.107223],[123.214638,-5.29368],[122.655441,-5.685034],[122.568604,-5.506945],[122.781097,-5.129722],[122.854431,-4.600555],[123.075546,-4.40351]]],[[[145.951355,-4.764445],[145.873154,-4.669722],[145.978439,-4.527917],[146.054138,-4.661389],[145.951355,-4.764445]]],[[[122.709152,-4.618333],[122.643593,-5.352361],[122.284706,-5.381736],[122.374214,-4.755903],[122.709152,-4.618333]]],[[[121.981354,-5.081107],[122.053581,-5.424722],[121.9618,-5.476667],[121.808311,-5.269167],[121.981354,-5.081107]]],[[[147.135529,-5.451112],[147.002472,-5.303888],[147.124817,-5.191527],[147.228851,-5.363889],[147.135529,-5.451112]]],[[[123.585541,-5.255279],[123.632751,-5.290833],[123.63311,-5.373611],[123.528053,-5.296945],[123.585541,-5.255279]]],[[[102.378052,-5.4872],[102.256943,-5.454445],[102.099846,-5.335139],[102.380814,-5.372499],[102.378052,-5.4872]]],[[[133.182495,-5.309759],[133.111908,-5.591667],[132.839539,-6.000278],[133.114136,-5.302222],[133.182495,-5.309759]]],[[[134.516174,-5.436433],[134.692749,-5.530278],[134.73024,-5.977083],[134.630219,-5.934861],[134.302338,-6.022778],[134.380966,-5.806736],[134.209106,-5.704028],[134.359924,-5.706111],[134.516174,-5.436433]]],[[[147.990479,-5.856037],[147.769958,-5.622219],[147.782074,-5.4925],[148.065308,-5.627584],[147.990479,-5.856037]]],[[[132.738556,-5.678843],[132.809143,-5.833611],[132.739456,-5.950208],[132.634979,-5.616111],[132.738556,-5.678843]]],[[[112.694672,-5.731357],[112.724632,-5.839861],[112.590324,-5.845069],[112.587769,-5.784584],[112.694672,-5.731357]]],[[[120.495613,-5.787199],[120.561371,-6.027917],[120.479912,-6.482222],[120.440262,-5.911389],[120.495613,-5.787199]]],[[[110.056396,-7.897514],[108.879967,-7.641111],[108.18692,-7.786388],[107.468864,-7.504584],[106.567207,-7.416945],[106.38472,-7.296667],[106.506798,-6.978333],[106.018333,-6.831389],[105.483444,-6.869166],[105.215958,-6.775216],[105.491364,-6.808888],[106.075821,-5.881944],[106.755501,-6.100802],[106.994713,-6.081112],[107.02388,-5.914444],[107.305817,-5.953611],[107.650543,-6.25],[108.313179,-6.261667],[108.620819,-6.774167],[109.281372,-6.8825],[110.3936,-6.979028],[110.729843,-6.459167],[110.927345,-6.41118],[111.148735,-6.697291],[111.491219,-6.630069],[112.094437,-6.911667],[112.560257,-6.912222],[112.604774,-7.200208],[112.82859,-7.2925],[112.77832,-7.543889],[113.172211,-7.745],[114.03804,-7.611944],[114.439972,-7.794444],[114.37262,-8.523473],[114.621651,-8.743888],[113.232758,-8.281113],[112.646652,-8.434166],[111.787003,-8.260695],[111.651093,-8.362499],[110.718048,-8.197223],[110.056396,-7.897514]]],[[[134.478271,-5.988775],[134.766937,-6.09],[134.605515,-6.369583],[134.268524,-6.114931],[134.478271,-5.988775]]],[[[134.214508,-6.026358],[134.231766,-6.140973],[134.404007,-6.281667],[134.333038,-6.326389],[134.119965,-6.134167],[134.214508,-6.026358]]],[[[134.120941,-6.170352],[134.515732,-6.5925],[134.200531,-6.920833],[134.051498,-6.777639],[134.120941,-6.170352]]],[[[134.452789,-6.288033],[134.597748,-6.407223],[134.543869,-6.533611],[134.34552,-6.359722],[134.452789,-6.288033]]],[[[134.885498,-6.308499],[134.833221,-6.469722],[134.816071,-6.47],[134.793579,-6.378056],[134.885498,-6.308499]]],[[[105.261108,-6.533262],[105.195534,-6.683472],[105.117477,-6.62625],[105.164429,-6.566667],[105.261108,-6.533262]]],[[[134.710083,-6.591372],[134.721619,-6.690556],[134.6465,-6.769862],[134.626343,-6.715556],[134.710083,-6.591372]]],[[[138.634155,-6.7295],[138.738556,-6.768056],[138.785812,-6.837708],[138.685242,-6.857223],[138.634155,-6.7295]]],[[[115.293327,-6.838793],[115.461929,-6.850555],[115.57048,-6.921111],[115.295532,-7.008265],[115.293327,-6.838793]]],[[[112.939423,-6.893333],[113.941101,-6.865416],[114.12796,-6.973264],[113.503883,-7.225278],[112.716934,-7.14875],[112.939423,-6.893333]]],[[[120.658073,-7.022478],[120.775543,-7.060277],[120.769707,-7.134167],[120.637772,-7.122083],[120.658073,-7.022478]]],[[[114.32695,-7.063972],[114.396103,-7.101389],[114.402481,-7.181111],[114.326241,-7.164722],[114.32695,-7.063972]]],[[[128.623535,-7.06526],[128.703033,-7.119721],[128.637207,-7.219722],[128.526093,-7.14014],[128.623535,-7.06526]]],[[[131.916077,-7.104167],[131.972595,-7.251389],[131.728165,-7.155556],[131.750549,-7.116458],[131.916077,-7.104167]]],[[[131.645721,-7.116655],[131.630096,-7.629166],[131.329269,-8.014306],[131.108566,-7.998472],[131.237045,-7.490972],[131.645721,-7.116655]]],[[[72.432541,-7.434738],[72.357903,-7.269653],[72.434349,-7.426597],[72.444695,-7.233472],[72.494286,-7.299166],[72.432541,-7.434738]]],[[[120.830803,-7.265215],[120.995407,-7.280694],[121.063034,-7.302083],[120.791656,-7.289166],[120.830803,-7.265215]]],[[[138.559753,-7.379085],[138.806915,-7.383194],[139.036652,-7.613889],[138.848846,-8.078333],[138.379547,-8.410556],[137.644913,-8.435139],[138.01825,-7.625208],[138.559753,-7.379085]]],[[[131.036926,-7.4175],[131.165115,-7.403889],[131.177261,-7.411875],[131.060242,-7.512501],[131.036926,-7.4175]]],[[[127.416077,-7.512545],[127.48526,-7.580001],[127.359283,-7.654583],[127.366791,-7.515973],[127.416077,-7.512545]]],[[[125.972214,-7.658611],[126.618454,-7.565],[126.790543,-7.749722],[125.782761,-8.020417],[125.972214,-7.658611]]],[[[129.632172,-7.798573],[129.842529,-7.84125],[129.767212,-8.060417],[129.584137,-7.907778],[129.632172,-7.798573]]],[[[114.478592,-8.090036],[114.994019,-8.186389],[115.195679,-8.058056],[115.709846,-8.404445],[115.102623,-8.846805],[115.161942,-8.678236],[114.609283,-8.395695],[114.478592,-8.090036]]],[[[121.016388,-8.949722],[120.53804,-8.793333],[119.893883,-8.850277],[119.803589,-8.567778],[120.522491,-8.257223],[121.513603,-8.606666],[122.039429,-8.443611],[122.288307,-8.644445],[122.890953,-8.284791],[122.741814,-8.225833],[122.800262,-8.110832],[122.979698,-8.147362],[122.828049,-8.604027],[121.016388,-8.949722]]],[[[118.469994,-8.872499],[118.405121,-8.589583],[118.168594,-8.865138],[117.438873,-9.041668],[117.04776,-9.110763],[116.743591,-8.981805],[116.803307,-8.591318],[117.150269,-8.368471],[117.563522,-8.412223],[117.966377,-8.74861],[118.257004,-8.660833],[117.70575,-8.237222],[117.945534,-8.082639],[118.316299,-8.374652],[118.651726,-8.297916],[118.664742,-8.545278],[118.773323,-8.313194],[118.999916,-8.315763],[119.150543,-8.750556],[118.750877,-8.715208],[118.943176,-8.841041],[118.469994,-8.872499]]],[[[130.765533,-8.355],[131.013519,-8.090278],[131.178314,-8.131249],[130.821899,-8.349443],[130.765533,-8.355]]],[[[127.797791,-8.103855],[128.100525,-8.138613],[128.127731,-8.168612],[128.025269,-8.2675],[127.797791,-8.103855]]],[[[124.474991,-8.13587],[125.087494,-8.155416],[125.139709,-8.325694],[124.359154,-8.459999],[124.474991,-8.13587]]],[[[119.088287,-8.13632],[119.13472,-8.206944],[119.045128,-8.264168],[119.02388,-8.167778],[119.088287,-8.13632]]],[[[125.647491,-8.150043],[125.592484,-8.307501],[125.526093,-8.30611],[125.524696,-8.23],[125.647491,-8.150043]]],[[[117.536102,-8.390835],[117.481369,-8.191389],[117.679565,-8.159166],[117.691368,-8.18375],[117.536102,-8.390835]]],[[[138.823029,-8.173056],[138.89859,-8.405348],[138.557053,-8.365832],[138.707184,-8.183332],[138.823029,-8.173056]]],[[[128.858643,-8.1889],[128.969696,-8.183889],[129.032898,-8.243333],[128.924988,-8.26264],[128.858643,-8.1889]]],[[[123.980797,-8.342777],[124.106369,-8.371944],[124.299835,-8.208195],[124.125526,-8.552223],[123.911102,-8.458611],[123.980797,-8.342777]]],[[[123.406097,-8.596945],[123.219009,-8.532014],[123.469894,-8.35511],[123.402481,-8.275002],[123.582207,-8.378056],[123.787621,-8.184722],[123.932472,-8.235485],[123.406097,-8.596945]]],[[[116.339813,-8.21855],[116.734909,-8.365484],[116.582832,-8.89618],[115.857758,-8.822569],[116.073036,-8.731112],[116.102478,-8.406389],[116.339813,-8.21855]]],[[[123.090813,-8.285736],[123.217491,-8.23361],[123.346649,-8.283473],[123.017555,-8.41],[123.090813,-8.285736]]],[[[125.124107,-8.654201],[127.00499,-8.324444],[127.308594,-8.410557],[126.474564,-8.951111],[125.35276,-9.295417],[124.426376,-10.1675],[123.811653,-10.375832],[123.488312,-10.316389],[123.762207,-10.078888],[123.575272,-10.028334],[123.674698,-9.629444],[124.951897,-8.950127],[125.124107,-8.654201]]],[[[143.572754,-8.493889],[143.35495,-8.418056],[143.314423,-8.380138],[143.578506,-8.375485],[143.572754,-8.493889]]],[[[143.632446,-8.734444],[143.240509,-8.487221],[143.182541,-8.423472],[143.467194,-8.527779],[143.632446,-8.734444]]],[[[119.377808,-8.718202],[119.41568,-8.445695],[119.45546,-8.429991],[119.585266,-8.559999],[119.377808,-8.718202]]],[[[122.925591,-8.611922],[122.988037,-8.456667],[123.174286,-8.43889],[123.169151,-8.4725],[122.925591,-8.611922]]],[[[119.699417,-8.723113],[119.609634,-8.776667],[119.633057,-8.600796],[119.719994,-8.686945],[119.699417,-8.723113]]],[[[115.589981,-8.80611],[115.469711,-8.732082],[115.510414,-8.671389],[115.602829,-8.702708],[115.589981,-8.80611]]],[[[143.234711,-9.107111],[143.263779,-9.125205],[143.241028,-9.162215],[143.195786,-9.135075],[143.234711,-9.107111]]],[[[150.334412,-9.526667],[150.109543,-9.370693],[150.193588,-9.209444],[150.330948,-9.273611],[150.334412,-9.526667]]],[[[119.200546,-9.747499],[118.933243,-9.559444],[119.033531,-9.43125],[119.939835,-9.289653],[120.833183,-10.077361],[120.627197,-10.238888],[120.220261,-10.248333],[119.629837,-9.772223],[119.200546,-9.747499]]],[[[150.846924,-9.718056],[150.514435,-9.623333],[150.439133,-9.357082],[150.804413,-9.432777],[150.846924,-9.718056]]],[[[151.229126,-10.201111],[150.949707,-10.105555],[150.762619,-9.707847],[151.118088,-10.046597],[151.282761,-9.925279],[151.229126,-10.201111]]],[[[123.416351,-10.153305],[123.506721,-10.180417],[123.321243,-10.34111],[123.3097,-10.275972],[123.416351,-10.153305]]],[[[105.701401,-10.51097],[105.628998,-10.43731],[105.736603,-10.38408],[105.7519,-10.48375],[105.701401,-10.51097]]],[[[121.726357,-10.544683],[121.894989,-10.421667],[122.003326,-10.455278],[121.871094,-10.6075],[121.726357,-10.544683]]],[[[122.856308,-10.759743],[123.075272,-10.68125],[123.390961,-10.438055],[123.39444,-10.684166],[123.198318,-10.823055],[122.848862,-10.929653],[122.856308,-10.759743]]],[[[150.880524,-10.652779],[150.785248,-10.634724],[150.793091,-10.541667],[150.89624,-10.550417],[150.880524,-10.652779]]]]},"type":"Feature","properties":{"postal":"AS","name":"Asia","type":"Continent","center":[94.79166666666667,46.54095086321104]}},"NA":{"geometry":{"type":"MultiPolygon","coordinates":[[[[-25.28167,71.391663],[-25.62389,71.537201],[-26.950275,71.578598],[-27.69389,71.930267],[-28.617222,72.131363],[-28.358334,72.015129],[-28.461109,71.936646],[-27.326807,71.712631],[-28.466942,71.552475],[-25.877777,71.500275],[-25.410276,71.274849],[-26.784168,70.930542],[-27.500834,70.937477],[-27.920692,71.129982],[-27.617361,70.951096],[-28.405415,70.977066],[-27.915693,70.86956],[-28.305416,70.559837],[-29.236942,70.445396],[-26.326946,70.378799],[-28.589445,70.089432],[-27.434723,69.954163],[-26.898888,70.248596],[-26.307503,70.197754],[-25.261112,70.413605],[-25.34639,70.282211],[-25.031113,70.363037],[-23.560558,70.106094],[-22.08111,70.137138],[-23.274031,69.859848],[-22.909166,69.809975],[-23.000416,69.75666],[-23.365002,69.855545],[-23.244789,69.752213],[-23.929304,69.752205],[-23.580694,69.625816],[-23.819447,69.507492],[-24.347221,69.601997],[-24.073542,69.479637],[-24.652222,69.39444],[-24.664165,69.246933],[-25.209721,69.274429],[-24.992775,69.163315],[-25.305557,69.0186],[-25.609444,69.103592],[-25.443472,68.964714],[-26.363335,68.66748],[-27.619999,68.476089],[-28.016113,68.562759],[-28.008892,68.45179],[-28.847778,68.318604],[-29.187222,68.390549],[-29.11875,68.282211],[-29.376945,68.199417],[-29.86611,68.413185],[-30.196945,68.242477],[-30.025835,68.113037],[-30.709721,68.260818],[-30.813612,68.244492],[-30.422916,68.065254],[-31.571667,68.06694],[-31.700556,68.096657],[-31.67865,68.178329],[-31.745831,68.207344],[-31.530348,68.234291],[-32.007225,68.261932],[-32.47583,68.621918],[-32.421112,68.507355],[-32.557503,68.487762],[-32.133331,68.196091],[-32.39167,68.226379],[-32.400276,68.199417],[-31.999165,68.095261],[-32.131943,67.848877],[-33.198608,67.688034],[-33.057915,67.635056],[-33.273193,67.40374],[-33.59597,67.371292],[-33.366253,67.247482],[-33.973053,66.99054],[-34.270554,66.57457],[-34.42667,66.74234],[-34.40937,66.539009],[-34.719994,66.338318],[-34.984169,66.284149],[-35.124996,66.416786],[-35.232567,66.311783],[-35.042088,66.250679],[-35.203888,66.237762],[-35.855835,66.43248],[-35.551392,66.243172],[-35.587502,66.11026],[-36.331947,65.907211],[-36.347084,66.082764],[-36.569168,66.074852],[-36.514446,65.9897],[-36.985138,65.837769],[-37.080414,66.061363],[-37.193054,65.76915],[-37.810764,66.029289],[-37.183891,66.340546],[-38.10611,66.386932],[-37.69437,66.264297],[-37.99271,66.241508],[-37.85535,66.198242],[-38.051941,65.912491],[-38.480694,66.013329],[-38.102985,65.802277],[-38.246529,65.628311],[-38.751945,65.690948],[-38.599442,65.577904],[-39.057503,65.559418],[-39.324448,65.715546],[-39.201111,65.583603],[-39.660275,65.679985],[-39.829445,65.495819],[-40.09639,65.567215],[-40.215004,65.493454],[-39.793404,65.415192],[-39.941666,65.36499],[-39.755562,65.242752],[-40.256393,65.016388],[-40.596107,65.134995],[-41.155415,64.962349],[-40.600838,64.681091],[-40.636806,64.46582],[-40.357014,64.354218],[-40.788055,64.38443],[-41.50695,64.325821],[-41.567989,64.263878],[-40.56778,64.109146],[-40.837635,63.944153],[-40.61972,63.922768],[-40.515976,63.699574],[-41.617775,63.792221],[-40.748337,63.509163],[-41.173836,63.51202],[-41.001389,63.405827],[-41.118195,63.385269],[-41.394165,63.552216],[-41.239861,63.40617],[-41.581947,63.488327],[-41.113335,63.307213],[-41.687218,63.524994],[-41.896393,63.470543],[-41.855972,63.397491],[-41.470966,63.217628],[-41.487419,63.169624],[-41.43243,63.120964],[-42.023056,63.246941],[-41.538818,63.032146],[-41.730278,63.029716],[-42.173195,63.203049],[-41.999725,63.03138],[-41.617916,62.9893],[-41.751671,62.840683],[-42.323891,62.809158],[-42.303612,62.941658],[-42.527779,62.723045],[-43.144444,62.758606],[-42.165344,62.382629],[-42.980415,62.510967],[-42.261948,62.242352],[-42.543617,61.945824],[-42.115837,62.00666],[-42.416248,61.915199],[-42.191452,61.86208],[-42.325562,61.761383],[-42.76889,61.818054],[-42.864307,61.779297],[-42.317642,61.642635],[-42.434723,61.557213],[-43.07917,61.593605],[-42.528263,61.527077],[-42.507507,61.35527],[-43.244446,61.337353],[-42.664303,61.256527],[-42.577919,61.193462],[-43.089722,61.197487],[-42.634029,61.101173],[-43.612362,61.126381],[-42.707775,61.059158],[-43.008614,60.883881],[-43.483608,60.935684],[-42.79084,60.801102],[-43.524651,60.836937],[-42.751877,60.684227],[-43.068611,60.498878],[-43.314861,60.550896],[-43.208611,60.464439],[-43.697777,60.715687],[-43.629997,60.548607],[-44.199581,60.590893],[-43.314651,60.440964],[-43.587639,60.305267],[-43.166248,60.396244],[-43.092773,60.257217],[-43.322014,60.213673],[-43.087219,60.100273],[-44.113892,60.183601],[-43.993889,60.307495],[-44.102779,60.383884],[-44.082504,60.287563],[-44.454304,60.149437],[-44.586662,59.988327],[-44.961945,60.030273],[-45.169029,60.092213],[-44.824448,60.189987],[-44.470833,60.557213],[-44.887363,60.215549],[-45.202499,60.186935],[-44.629372,60.734089],[-45.217773,60.434158],[-45.099167,60.645828],[-45.487358,60.491867],[-45.313332,60.699997],[-45.574722,60.469154],[-45.681381,60.637032],[-45.977982,60.577911],[-45.677902,60.673031],[-45.852085,60.695683],[-45.252781,60.905823],[-45.384171,61.007217],[-45.686386,60.774712],[-46.222355,60.758053],[-45.489723,60.989159],[-45.252228,61.107216],[-45.2159,61.203808],[-45.370831,61.09013],[-45.500557,61.23333],[-45.631386,61.007217],[-46.065552,60.921104],[-45.65361,61.14222],[-45.866669,61.215134],[-45.790001,61.334991],[-46.009727,61.223045],[-45.839581,61.162769],[-45.915001,61.090271],[-46.229439,60.974709],[-46.405796,61.082386],[-46.862221,60.797356],[-47.023056,60.976097],[-48.226944,60.816101],[-47.689857,61.006802],[-48.406666,60.992077],[-47.836803,61.040134],[-48.216393,61.180275],[-47.920696,61.322567],[-48.410278,61.13221],[-48.321682,61.20631],[-48.639168,61.210407],[-48.378609,61.363884],[-49.065277,61.399437],[-48.232704,61.535896],[-48.344162,61.604996],[-48.948883,61.465546],[-49.297501,61.557495],[-48.599213,61.636337],[-49.149029,61.719849],[-48.775276,61.987213],[-49.238052,61.711662],[-49.354172,61.765549],[-49.214722,61.883606],[-49.438606,61.841309],[-48.842567,62.076107],[-49.091805,62.076797],[-49.032223,62.213047],[-49.158192,62.020687],[-49.669449,61.995544],[-49.688606,62.11694],[-49.420837,62.089989],[-49.293892,62.172218],[-49.638336,62.150826],[-49.394775,62.246887],[-49.837219,62.237495],[-50.315624,62.494301],[-49.947495,62.827217],[-50.277779,62.703323],[-50.150833,62.930824],[-49.699718,63.055267],[-50.193584,62.932743],[-50.36972,62.781662],[-50.149994,63.015274],[-50.593887,62.969986],[-50.606392,63.094437],[-50.059845,63.228752],[-50.570282,63.227211],[-50.794281,63.196896],[-50.920486,63.141796],[-50.803196,63.249718],[-51.059441,63.184158],[-51.107365,63.340405],[-50.279652,63.400616],[-51.158333,63.378044],[-50.746735,63.550407],[-51.131805,63.62027],[-50.54903,63.609856],[-50.507641,63.669159],[-51.081944,63.665409],[-51.184372,63.622421],[-51.16861,63.502777],[-51.547783,63.740547],[-50.924309,63.930965],[-51.430832,63.803604],[-51.362221,63.966934],[-51.657776,64.010544],[-50.048061,64.195671],[-50.552082,64.179565],[-50.475555,64.291092],[-51.445831,64.078049],[-51.748474,64.202072],[-50.950836,64.218048],[-50.84639,64.252083],[-51.037224,64.271103],[-50.856392,64.415543],[-50.352226,64.382751],[-50.176182,64.446793],[-50.908192,64.594986],[-50.525276,64.704987],[-50.134304,64.476517],[-49.587776,64.353592],[-50.063679,64.527832],[-49.991528,64.699432],[-50.209724,64.741653],[-49.998821,64.8647],[-50.56403,64.770409],[-50.693054,64.994141],[-50.981941,65.216797],[-50.634098,64.758324],[-51.143333,64.613602],[-51.023888,64.754715],[-51.224167,64.762207],[-51.665001,64.306091],[-52.004726,64.201797],[-52.116249,64.722763],[-51.249863,65.015472],[-52.211388,64.806641],[-52.011391,64.979156],[-52.280281,65.076096],[-52.099724,65.239151],[-52.310207,65.201859],[-52.222771,65.327774],[-52.519165,65.185257],[-52.562153,65.320053],[-51.719303,65.583466],[-51.899235,65.621712],[-51.694443,65.698593],[-50.546947,65.707695],[-51.484726,65.763046],[-51.948051,65.658875],[-51.934441,65.546371],[-52.495903,65.38797],[-52.612083,65.480675],[-52.469162,65.640823],[-52.805,65.548599],[-52.607224,65.6586],[-52.768818,65.63562],[-52.688122,65.804565],[-52.810555,65.671646],[-53.233326,65.682831],[-52.875,65.80304],[-53.265003,65.742828],[-52.698608,65.935532],[-52.32,65.868866],[-51.813889,65.964706],[-51.831947,66.055817],[-52.317505,65.899155],[-52.618057,65.97998],[-53.151665,65.85582],[-53.23333,65.923035],[-52.878468,66.019295],[-53.46701,65.972412],[-51.271385,66.843872],[-50.354446,66.827484],[-51.007504,66.902214],[-50.00111,66.97644],[-50.948608,66.978592],[-53.006668,66.193314],[-53.620834,66.143875],[-53.122498,66.284706],[-53.615833,66.241791],[-53.629025,66.506241],[-52.417362,66.544289],[-53.451942,66.637497],[-52.586666,66.703041],[-53.204723,66.74456],[-52.852497,66.779701],[-53.112534,66.759987],[-52.982773,66.853043],[-52.336113,66.810532],[-52.232563,66.837486],[-52.498337,66.912491],[-53.675003,66.913605],[-53.825836,66.978035],[-53.22208,66.990814],[-53.961109,67.074295],[-53.816666,67.178864],[-52.15139,67.36998],[-51.524719,67.323044],[-51.189438,67.123596],[-50.350487,67.184319],[-51.173332,67.139435],[-51.52396,67.349495],[-51.151665,67.423309],[-53.252228,67.320541],[-53.79834,67.202774],[-53.803612,67.414429],[-52.496109,67.769714],[-51.809441,67.625809],[-51.330284,67.675812],[-50.700554,67.491653],[-50.195831,67.467346],[-50.070972,67.511383],[-50.849998,67.603592],[-49.941109,67.692337],[-51.010975,67.624702],[-51.23111,67.712494],[-50.417503,67.844437],[-50.779442,67.906647],[-50.678055,67.85054],[-51.173615,67.758606],[-51.331116,67.868866],[-50.973675,67.883316],[-51.059998,67.974152],[-51.564308,67.933586],[-51.320419,67.813736],[-51.713058,67.694977],[-51.840832,67.734848],[-51.628887,67.768738],[-52.340137,67.822212],[-51.574032,67.965408],[-51.613335,67.974152],[-53.729439,67.536652],[-53.539444,67.710815],[-53.627777,67.814697],[-52.959141,67.977814],[-53.191383,68.041649],[-53.081673,68.062759],[-52.748337,67.968323],[-52.212219,67.923035],[-52.062359,67.976517],[-53.450001,68.151375],[-53.321114,68.184418],[-52.427498,68.063599],[-52.797226,68.177902],[-51.85778,68.041931],[-51.188606,68.063599],[-50.56945,67.900818],[-50.144165,67.939423],[-51.434719,68.200127],[-50.971382,68.17762],[-51.220833,68.273605],[-51.182777,68.394432],[-50.82,68.503601],[-51.645004,68.407761],[-51.240837,68.289978],[-52.419167,68.180542],[-53.388611,68.329025],[-53.079727,68.323044],[-52.603889,68.453323],[-52.46167,68.544983],[-50.865837,68.6147],[-50.987221,68.732483],[-50.655552,68.823326],[-51.288822,68.747002],[-50.96611,68.932487],[-51.114449,68.926926],[-51.074306,69.130119],[-50.217499,68.95665],[-50.243889,69.075272],[-50.680283,69.102768],[-50.141666,69.173866],[-50.467636,69.198174],[-50.397499,69.34082],[-51.120274,69.200401],[-50.855835,69.461105],[-50.20472,69.521927],[-50.882778,69.495537],[-50.800552,69.642212],[-50.407219,69.595955],[-50.815418,69.707626],[-50.191666,69.757492],[-50.589302,69.923729],[-50.217636,70.024292],[-52.312775,70.046646],[-54.62722,70.653046],[-54.128609,70.829163],[-52.970833,70.764435],[-50.546528,70.339989],[-50.678055,70.395271],[-50.509727,70.526093],[-50.947777,70.420258],[-51.345276,70.564156],[-50.888893,70.505554],[-50.741108,70.545258],[-50.979027,70.626366],[-50.640839,70.641373],[-51.440968,70.725754],[-50.635555,70.721657],[-50.844444,70.870674],[-51.952499,71.021103],[-51.189995,70.953873],[-50.91806,71.020264],[-52.245903,71.121918],[-51.526112,71.278038],[-51.645554,71.361374],[-52.555138,71.176231],[-52.282776,71.254715],[-52.185555,71.37915],[-51.34597,71.484154],[-52.986179,71.418037],[-51.80278,71.594437],[-51.643406,71.708954],[-53.250557,71.702774],[-52.687149,71.999985],[-53.321945,71.82222],[-53.406105,72.044708],[-53.856533,72.318871],[-53.610558,72.362488],[-53.953892,72.324852],[-53.397362,71.848183],[-53.916389,71.738319],[-53.775002,71.633331],[-54.100281,71.707489],[-53.855141,71.555679],[-53.91555,71.441925],[-54.825562,71.352768],[-55.258339,71.49054],[-55.117565,71.388458],[-55.323616,71.386932],[-55.678818,71.626923],[-55.574722,71.640686],[-55.905273,71.679977],[-54.82653,71.917068],[-54.536667,72.041367],[-54.389305,72.222969],[-54.861946,71.942749],[-55.29834,71.928589],[-55.580002,71.998871],[-54.686943,72.36721],[-55.626389,72.457489],[-54.299309,72.481232],[-55.017365,72.52346],[-54.630276,72.619629],[-54.870552,72.642487],[-54.654999,72.764999],[-54.924309,72.775543],[-54.605415,72.826378],[-54.850555,73.014435],[-55.695137,73.064156],[-55.142921,73.184288],[-55.456669,73.254852],[-55.089622,73.354279],[-56.071808,73.645966],[-55.611252,73.723732],[-55.944927,73.854149],[-55.641251,73.869148],[-56.122498,74.006653],[-55.973331,74.031517],[-56.409859,74.069153],[-56.129166,74.27832],[-57.323338,74.104706],[-56.129581,74.380676],[-56.794449,74.445877],[-56.249443,74.480545],[-56.192913,74.550262],[-57.015007,74.671371],[-57.187222,74.772217],[-56.861115,74.806931],[-57.02639,74.913879],[-58.139584,75.046928],[-57.918056,75.162346],[-58.334724,75.265274],[-58.300198,75.387375],[-58.688049,75.342209],[-58.15958,75.508598],[-58.598469,75.671715],[-58.423615,75.719711],[-59.061668,75.704163],[-59.21611,75.872208],[-59.784729,75.796371],[-59.59264,75.907906],[-60.738052,75.993317],[-60.878609,76.152481],[-62.239723,76.286652],[-62.77861,76.193588],[-63.385559,76.372757],[-64.012222,76.13472],[-64.412216,76.347214],[-64.441101,76.228867],[-64.685547,76.255135],[-64.599998,76.129425],[-65.328339,76.174698],[-65.479721,76.0186],[-65.886803,76.100616],[-65.556938,76.236649],[-65.769455,76.275543],[-66.194153,76.280273],[-66.43306,76.082764],[-66.960007,76.263611],[-67.305275,76.165123],[-66.483887,75.9086],[-68.500565,76.086929],[-69.631516,76.373657],[-67.982224,76.679428],[-70.099655,76.801575],[-69.543335,77.001801],[-69.672501,77.012497],[-70.547226,76.788589],[-71.375275,77.056091],[-70.14917,77.24054],[-68.540558,77.166092],[-66.448608,77.133881],[-66.171387,77.190254],[-69.101669,77.271927],[-67.619995,77.386383],[-66.238327,77.248596],[-66.657013,77.412483],[-66.055557,77.491364],[-66.723335,77.678452],[-68.344727,77.498596],[-68.699432,77.663879],[-68.815552,77.651382],[-68.60569,77.519295],[-69.25029,77.453049],[-70.288887,77.566795],[-69.501114,77.684708],[-69.481392,77.752632],[-70.602783,77.67804],[-69.97493,77.834572],[-71.320007,77.763611],[-71.439026,77.790962],[-71.228882,77.878586],[-73.053604,78.157211],[-72.456665,78.286377],[-72.849442,78.314148],[-72.552216,78.521103],[-68.807495,78.828323],[-69.16832,78.92186],[-68.340561,79.063034],[-65.976669,79.101654],[-64.835281,79.521927],[-65.051392,80.016937],[-63.784874,80.144852],[-64.205002,80.250549],[-64.902496,80.063309],[-67.049728,80.05748],[-67.483612,80.190811],[-67.481949,80.324158],[-63.680557,81.143875],[-62.794449,80.751099],[-63.371109,81.152489],[-61.056664,81.119705],[-60.891945,81.165543],[-61.31118,81.353249],[-60.769028,81.496796],[-61.452225,81.753052],[-60.806664,81.879974],[-58.899445,81.8647],[-58.642502,81.675537],[-56.519997,81.3311],[-59.465832,81.99276],[-55.902496,82.268051],[-55.113335,82.156647],[-55.602222,82.280823],[-54.450279,82.364151],[-53.559723,82.116089],[-53.500839,81.906097],[-53.808052,81.566513],[-53.473053,81.501663],[-53.547783,81.668594],[-52.938606,81.856369],[-52.964165,82.029434],[-49.90361,81.609421],[-49.619789,81.640198],[-51.066387,81.935257],[-49.435135,81.929008],[-50.695,82.18248],[-51.083885,82.503601],[-49.191666,82.469986],[-44.639999,81.754166],[-44.183327,81.834152],[-44.921806,81.9879],[-44.502502,82.089706],[-44.793476,82.188522],[-44.618057,82.276657],[-42.300835,82.214989],[-43.830284,82.335815],[-43.72847,82.404152],[-45.763336,82.761932],[-42.142776,82.761658],[-41.682777,82.478043],[-41.608894,82.641663],[-41.899166,82.730263],[-41.550278,82.736649],[-39.753338,82.40152],[-40.011948,82.559982],[-39.904999,82.671646],[-40.135277,82.714432],[-42.191109,82.851654],[-45.993057,82.844437],[-46.889027,82.962769],[-45.986111,82.917343],[-46.701252,83.003052],[-46.033058,83.088593],[-45.082222,82.929703],[-44.755005,82.964432],[-43.989441,82.911926],[-43.365974,82.919151],[-45.521107,83.121094],[-45.41111,83.152206],[-42.872772,83.092758],[-43.983093,83.20105],[-42.651108,83.272491],[-38.574448,82.744141],[-39.147221,82.979424],[-37.270279,83.005264],[-38.797363,83.056091],[-36.877914,83.148605],[-38.678055,83.205261],[-38.855278,83.249428],[-38.856392,83.431656],[-37.796112,83.359146],[-38.058609,83.431366],[-37.625832,83.504166],[-36.438049,83.361099],[-36.900833,83.492477],[-30.388332,83.602203],[-25.653402,83.290474],[-26.956108,83.1436],[-30.047501,83.171371],[-31.929165,83.051651],[-33.387779,83.150543],[-32.472218,83.043877],[-35.617916,82.902626],[-35.296394,82.886383],[-35.550972,82.761383],[-35.434998,82.741364],[-34.886948,82.906372],[-33.924446,82.90332],[-33.881943,82.788879],[-33.536949,82.945251],[-31.643612,82.929153],[-30.059444,83.125534],[-28.177498,83.041931],[-25.142223,83.162766],[-24.750835,83.003738],[-25.899029,82.776093],[-23.992775,82.911652],[-23.842222,82.895126],[-24.022224,82.757217],[-23.378887,82.848877],[-21.316389,82.610954],[-22.481667,82.330826],[-25.06889,82.152481],[-31.591389,82.208328],[-29.908194,82.095268],[-33.098335,81.77388],[-33.018333,81.656372],[-28.997219,81.994431],[-25.202499,81.986511],[-25.428333,81.748032],[-27.628471,81.489014],[-27.186388,81.40596],[-27.570972,81.389709],[-27.328613,81.380814],[-24.210556,81.708328],[-24.002224,82.00972],[-22.301392,82.084427],[-22.016945,81.933044],[-21.97361,81.733047],[-22.23111,81.46582],[-22.968054,81.290398],[-22.76528,81.263741],[-24.511669,80.540817],[-23.671944,80.71666],[-23.559444,80.889435],[-19.940834,81.683044],[-20.305557,81.451096],[-18.017223,81.468048],[-17.608889,81.6054],[-17.859583,81.731514],[-17.353889,81.701935],[-17.534725,81.853592],[-16.700554,81.931931],[-14.768057,81.91832],[-12.15764,81.600677],[-14.027224,81.141937],[-14.975277,81.128311],[-15.138959,81.084641],[-14.650557,80.94693],[-16.005001,80.728592],[-17.959164,80.805252],[-18.577778,80.625259],[-20.087502,80.687195],[-21.248886,80.571587],[-17.43861,80.6297],[-16.119234,80.506935],[-17.113888,80.236923],[-19.700832,80.285812],[-20.554861,80.10318],[-20.366112,80.08596],[-20.752361,79.86235],[-20.326946,79.760544],[-19.87764,79.844292],[-20.257225,79.881363],[-20.053333,79.979706],[-19.289444,80.103317],[-17.450762,80.05658],[-18.2225,79.75499],[-19.228611,79.788879],[-19.63139,79.661377],[-19.799999,79.45797],[-19.656387,79.350266],[-19.864584,79.151932],[-19.573612,79.3311],[-19.091667,79.299988],[-19.206387,79.218048],[-19.079445,79.202492],[-19.309862,79.170815],[-19.196777,79.278938],[-19.378334,79.274994],[-20.09111,79.063599],[-19.914722,78.964157],[-20.018059,78.877197],[-21.183609,78.807274],[-20.928333,78.691643],[-21.424374,78.649223],[-20.909861,78.621231],[-21.373055,78.305542],[-21.288055,78.212204],[-21.757919,78.132484],[-21.409304,78.107483],[-22.036945,77.685677],[-21.429531,77.674858],[-21.724998,77.549149],[-21.578335,77.564148],[-20.86639,78.015274],[-20.311947,77.870819],[-19.239998,77.763046],[-18.958748,77.629906],[-20.256947,77.729156],[-20.913887,77.666092],[-20.246803,77.558037],[-20.480831,77.568329],[-20.651525,77.54818],[-20.403889,77.507217],[-21.049583,77.544846],[-20.040558,77.458038],[-20.772085,77.413452],[-19.706665,77.386932],[-19.420834,77.239975],[-18.395832,77.342758],[-18.144722,77.087494],[-18.305279,76.806091],[-20.723053,76.988312],[-21.033613,76.945808],[-20.580418,76.921783],[-21.727915,76.881653],[-20.939442,76.842484],[-21.605,76.644714],[-22.240555,76.857208],[-22.738888,76.704437],[-22.33375,76.512215],[-22.184166,76.637207],[-21.814445,76.590271],[-21.679165,76.521935],[-22.034168,76.46769],[-21.675346,76.484711],[-21.919998,76.426651],[-22.402222,76.498596],[-22.50403,76.44664],[-22.189999,76.412491],[-21.570972,76.434006],[-21.68222,76.239151],[-20.56139,76.133881],[-20.422222,76.136246],[-21.085209,76.295677],[-20.399445,76.218872],[-19.929443,76.258606],[-19.667223,76.1297],[-20.360279,75.981094],[-21.981525,75.99054],[-19.757225,75.889435],[-19.336805,75.402069],[-19.610001,75.133041],[-22.089443,75.654984],[-22.283611,75.657341],[-21.406805,75.4543],[-22.510559,75.540817],[-20.529724,75.16304],[-21.229721,75.111923],[-21.740414,74.976509],[-21.928886,75.078323],[-22.43479,75.166298],[-21.765556,74.954987],[-20.629723,75.057205],[-20.761946,74.849854],[-20.615555,74.73082],[-21.102501,74.655258],[-19.392776,74.684708],[-19.28264,74.524567],[-18.978193,74.483459],[-19.684998,74.237488],[-20.363335,74.443039],[-21.259167,74.471649],[-21.66111,74.447205],[-22.082779,74.598328],[-21.76417,74.422485],[-22.479164,74.3097],[-22.055555,74.28582],[-22.163055,74.112762],[-22.491526,74.076378],[-21.986248,74.000328],[-21.821667,73.651093],[-21.706247,73.695122],[-21.914444,74.010544],[-21.748608,74.058319],[-20.279446,73.876923],[-20.533058,73.720825],[-20.428333,73.473877],[-21.560833,73.478043],[-22.379166,73.250549],[-23.50639,73.444702],[-24.032223,73.702484],[-22.694443,73.544434],[-22.185555,73.623314],[-22.747219,73.563034],[-24.044167,73.814697],[-24.452637,73.698456],[-24.463055,73.535812],[-25.688749,73.952347],[-24.675417,73.518387],[-25.315002,73.461655],[-26.012501,73.242203],[-27.337502,73.492477],[-27.457916,73.442062],[-26.389721,73.248665],[-27.728333,73.13179],[-27.406387,73.109985],[-27.497498,72.924423],[-27.265003,73.119705],[-26.449165,73.193588],[-25.05125,73.080963],[-25.159721,72.927475],[-26.027225,72.787201],[-26.716389,72.871094],[-27.387777,72.840683],[-26.30514,72.725685],[-26.462776,72.57222],[-25.566666,72.833054],[-24.842499,72.719437],[-24.60993,72.524292],[-25.907499,72.415405],[-25.288336,72.383041],[-25.513058,72.120255],[-25.193611,72.357758],[-24.588333,72.421097],[-22.494442,71.892761],[-23.129307,71.627892],[-22.429722,71.794983],[-22.636112,71.57708],[-21.898054,71.738312],[-22.503473,71.551933],[-22.471109,71.260689],[-21.805557,71.50943],[-21.672361,71.402763],[-21.814583,71.313591],[-21.607777,71.324432],[-21.961666,71.263885],[-21.683332,71.154083],[-22.328194,71.053802],[-21.679028,71.066376],[-21.702221,70.822769],[-21.926666,70.806023],[-21.639721,70.795403],[-21.549654,70.705956],[-21.777225,70.582352],[-21.475832,70.541649],[-22.373056,70.440598],[-22.506947,70.85054],[-22.622776,70.44664],[-23.349028,70.43998],[-24.021946,70.652206],[-24.192497,71.013046],[-24.739998,71.332214],[-25.28167,71.391663]]],[[[-39.581947,83.346939],[-39.173615,83.393051],[-38.905277,83.292488],[-39.621941,83.336929],[-39.581947,83.346939]]],[[[-38.948334,83.113602],[-40.051941,83.256104],[-40.673332,83.280273],[-40.297501,83.349426],[-38.643475,83.118172],[-38.948334,83.113602]]],[[[-41.252502,83.285263],[-41.614723,83.3022],[-41.682777,83.312202],[-41.45639,83.327209],[-41.252502,83.285263]]],[[[-42.416389,83.252487],[-42.350281,83.274994],[-41.959999,83.253464],[-42.148888,83.241364],[-42.416389,83.252487]]],[[[-41.597496,83.215546],[-41.424171,83.242203],[-41.003059,83.213737],[-41.159439,83.20665],[-41.597496,83.215546]]],[[[-38.57,83.139725],[-38.659721,83.164703],[-38.009171,83.152481],[-38.318611,83.133606],[-38.57,83.139725]]],[[[-39.875275,82.978592],[-40.595551,83.00943],[-41.482635,83.162209],[-40.836945,83.163605],[-39.875275,82.978592]]],[[[-39.613892,82.994431],[-40.363335,83.083054],[-40.543404,83.149429],[-39.281666,83.08374],[-39.613892,82.994431]]],[[[-87.648895,76.338043],[-88.432076,76.400124],[-88.35305,76.517769],[-88.51889,76.816086],[-88.692635,76.704712],[-88.495544,76.5522],[-88.631943,76.397217],[-88.710007,76.594986],[-88.94722,76.405258],[-89.672638,76.566925],[-89.413612,76.677345],[-89.524582,76.848869],[-88.54528,77.099152],[-86.73999,77.174149],[-87.247078,77.300819],[-86.84153,77.355049],[-87.704857,77.358597],[-87.702782,77.539429],[-88.220627,77.663246],[-88.068069,77.820267],[-86.422226,77.830826],[-85.98111,77.708603],[-85.790764,77.422203],[-84.479446,77.294434],[-84.613892,77.386101],[-83.467567,77.349289],[-83.82917,77.451782],[-83.21611,77.577774],[-82.325211,78.072693],[-82.69249,78.044983],[-83.898346,77.49054],[-84.769867,77.521103],[-84.86895,77.567207],[-84.520004,77.664703],[-84.433121,77.72596],[-84.952499,77.601379],[-85.345627,77.732407],[-85.053604,77.830551],[-85.40139,77.81665],[-84.379715,77.906372],[-85.673538,77.938591],[-84.296867,78.076447],[-85.084305,78.095612],[-84.994995,78.16304],[-84.12722,78.175537],[-84.970001,78.210823],[-84.577988,78.351265],[-84.866386,78.370674],[-84.625969,78.589287],[-85.486115,78.102478],[-86.288124,78.078804],[-85.833069,78.379974],[-86.763062,78.11499],[-87.532364,78.14061],[-87.09687,78.204147],[-87.497772,78.219711],[-87.525139,78.413322],[-86.863297,78.556023],[-87.12027,78.579567],[-86.856949,78.734985],[-85.064163,78.919144],[-82.308334,78.568878],[-82.582573,78.704567],[-82.25473,78.740814],[-83.252716,78.833595],[-81.705833,78.841232],[-81.484024,79.045746],[-82.503067,78.882751],[-84.748047,79.031937],[-84.503616,79.14444],[-83.896393,79.03804],[-83.474716,79.024155],[-83.371735,79.04776],[-84.303329,79.186646],[-85.059586,79.623863],[-86.479164,79.761665],[-86.367218,79.962769],[-85.265907,79.917274],[-86.474586,80.006241],[-86.658127,80.124702],[-86.514725,80.299149],[-83.781952,80.245819],[-82.153061,79.858871],[-81.619858,79.619904],[-81.728333,79.589706],[-80.630554,79.564148],[-79.760979,79.698738],[-81.424438,79.712769],[-81.659935,79.893036],[-81.420273,79.943588],[-83.19722,80.314705],[-78.063889,80.564697],[-79.960419,80.611366],[-76.48632,80.869286],[-78.935692,80.878448],[-78.438599,81.164703],[-76.855835,81.445526],[-78.817505,81.106094],[-79.489128,81.191261],[-79.081642,81.089104],[-79.609444,80.821938],[-80.919449,80.655548],[-83.027496,80.538589],[-83.169167,80.570404],[-81.762993,80.814003],[-83.565979,80.741508],[-83.129715,80.822418],[-83.256958,80.838593],[-83.861526,80.758324],[-83.724373,80.641373],[-83.934723,80.534424],[-86.148346,80.531662],[-86.738953,80.603317],[-85.605835,80.975815],[-82.785004,81.125534],[-82.368332,81.177063],[-85.681671,81.049423],[-87.594727,80.628586],[-89.454445,80.910019],[-86.671936,81.005264],[-84.737289,81.284286],[-89.820847,81.010818],[-90.351944,81.16748],[-88.945969,81.247063],[-89.948402,81.327766],[-88.846954,81.49971],[-87.248062,81.488876],[-88.352219,81.579712],[-90.443054,81.366653],[-90.847183,81.441574],[-89.592361,81.621857],[-90.296951,81.698593],[-91.401398,81.526382],[-91.444153,81.583603],[-91.953049,81.6604],[-90.436661,81.887497],[-89.356384,81.811096],[-89.203682,81.883286],[-89.371658,81.935806],[-88.03833,82.103867],[-86.768341,81.890274],[-87.128746,81.966103],[-86.356384,82.053589],[-85.422501,81.857483],[-85.730209,81.986168],[-84.613464,81.888458],[-86.868462,82.197479],[-85.619995,82.243591],[-85.36451,82.284042],[-85.910759,82.42894],[-85.046951,82.481934],[-83.516403,82.31694],[-82.953064,82.11998],[-83.076401,82.06192],[-81.885696,82.036858],[-83.027786,82.23526],[-82.654449,82.282211],[-79.236809,81.816086],[-82.728676,82.398392],[-81.541946,82.500542],[-82.391884,82.61602],[-82.215286,82.668594],[-80.579872,82.544571],[-81.57917,82.792969],[-81.473053,82.824997],[-79.861664,82.64415],[-79.97229,82.692619],[-79.829727,82.708878],[-79.384735,82.67276],[-78.511955,82.679008],[-80.43,82.890823],[-79.904724,82.951096],[-78.144165,82.823318],[-77.768341,82.922485],[-75.89431,82.590126],[-76.233887,82.444977],[-75.402924,82.61692],[-77.379097,82.990128],[-77.183884,83.033875],[-74.435822,83.027206],[-72.633896,82.694427],[-72.500694,82.721375],[-73.640343,82.923798],[-71.712784,83.098877],[-71.589317,83.088181],[-71.789719,83.010826],[-70.871384,82.881088],[-71.481277,83.006866],[-70.26001,83.113876],[-66.300415,82.930679],[-68.642502,82.628586],[-65.767776,82.843048],[-65.162773,82.765335],[-65.341179,82.795052],[-65.110901,82.851234],[-65.258057,82.877472],[-64.729721,82.90416],[-64.926384,82.8722],[-63.490837,82.825272],[-63.389721,82.764572],[-63.84264,82.717484],[-62.935413,82.577354],[-63.368053,82.441925],[-62.245003,82.528046],[-62.352921,82.483734],[-61.076393,82.320831],[-64.35527,81.726379],[-68.156662,81.561096],[-69.297211,81.714569],[-68.367531,81.547478],[-68.849236,81.543869],[-68.579453,81.514435],[-66.623116,81.513809],[-70.208199,81.176788],[-64.443947,81.481995],[-67.56221,80.935532],[-69.42749,80.382751],[-70.284439,80.351089],[-70.314163,80.464432],[-70.819443,80.558868],[-70.448334,80.340271],[-69.962921,80.254295],[-70.13694,80.195396],[-72.416672,80.20916],[-71.899307,80.110817],[-72.306381,80.05748],[-70.503822,80.093811],[-71.456673,79.902275],[-70.913338,79.882622],[-71.183884,79.777481],[-72.267227,79.659149],[-74.238892,79.887207],[-74.839661,79.847343],[-73.384735,79.748871],[-73.13044,79.56044],[-74.964447,79.513046],[-74.883751,79.412209],[-75.058334,79.373871],[-77.151527,79.54554],[-75.895348,79.353455],[-77.359161,79.455551],[-77.166878,79.331657],[-78.051315,79.350815],[-74.496948,79.224991],[-74.820282,79.174904],[-74.442841,79.059074],[-77.777496,79.208878],[-78.246529,79.171989],[-76.083481,79.096519],[-78.885414,79.061783],[-77.709167,79.009087],[-78.291389,78.793732],[-78.248047,78.770264],[-77.711945,78.966095],[-76.710556,79.02832],[-75.72625,78.967346],[-76.449928,78.856201],[-76.403198,78.839012],[-75.316101,78.892212],[-74.775009,78.829987],[-74.723473,78.704437],[-75.04805,78.528046],[-76.68634,78.514534],[-75.05722,78.312759],[-76.910278,78.198311],[-75.582367,78.111443],[-75.922775,77.95665],[-78.260834,77.995255],[-78.415382,77.910118],[-77.724304,77.603874],[-78.256668,77.381927],[-80.456116,77.296097],[-81.92701,77.683586],[-81.67347,77.533386],[-81.73999,77.438866],[-81.167221,77.333801],[-82.158752,77.298172],[-81.796661,77.157486],[-81.14917,77.274704],[-80.11541,77.198456],[-80.373047,77.071381],[-79.255005,77.218597],[-79.004448,77.100266],[-79.38681,76.931366],[-78.748337,76.822495],[-78.320282,77.011658],[-77.890343,76.949776],[-77.776947,76.654297],[-78.370964,76.460266],[-78.781944,76.572212],[-79.312775,76.297485],[-81.053329,76.128036],[-80.778198,76.421509],[-82.049164,76.51152],[-81.785728,76.676361],[-82.282913,76.634438],[-82.725006,76.819153],[-82.460556,76.636108],[-82.087502,76.559151],[-82.219513,76.526443],[-82.131592,76.445122],[-82.997086,76.427902],[-83.405418,76.758881],[-83.519485,76.705742],[-83.18985,76.420959],[-84.284439,76.657761],[-84.203117,76.452965],[-85.051392,76.51416],[-84.383324,76.315605],[-85.174438,76.280273],[-86.372223,76.386383],[-86.218475,76.52179],[-86.594162,76.634995],[-86.342224,76.512207],[-86.770554,76.350815],[-87.572708,76.612274],[-87.409447,76.350403],[-87.648895,76.338043]]],[[[-78.419449,82.899155],[-78.361664,82.958603],[-78.120415,82.941292],[-78.365829,82.883606],[-78.419449,82.899155]]],[[[-46.799995,82.839981],[-47.188332,82.911377],[-47.254864,82.928169],[-46.410831,82.835823],[-46.799995,82.839981]]],[[[-48.303055,82.786102],[-48.413055,82.861099],[-47.446388,82.801788],[-47.655273,82.778046],[-48.303055,82.786102]]],[[[-45.040001,82.053589],[-46.941383,82.370529],[-47.746113,82.628036],[-46.157501,82.659714],[-44.423889,82.384995],[-45.050278,82.224426],[-44.737499,82.093323],[-45.040001,82.053589]]],[[[-48.29528,82.411652],[-48.42778,82.468323],[-48.863613,82.541237],[-48.035976,82.466515],[-48.29528,82.411652]]],[[[-51.241364,81.982513],[-53.066948,82.094147],[-53.356255,82.221519],[-52.818336,82.316666],[-51.241364,81.982513]]],[[[-52.19194,82.215271],[-52.293892,82.277481],[-51.801872,82.216034],[-52.007782,82.207489],[-52.19194,82.215271]]],[[[-19.005001,82.003876],[-19.012501,82.038315],[-19.412777,82.203186],[-18.794863,81.989426],[-19.005001,82.003876]]],[[[-20.214443,81.892761],[-20.72472,82.054428],[-20.781944,82.133881],[-20.306667,82.130539],[-19.744581,81.875252],[-20.214443,81.892761]]],[[[-18.585556,81.646652],[-19.173054,81.74942],[-19.243748,81.780685],[-18.307571,81.661858],[-18.585556,81.646652]]],[[[-20.930553,81.606369],[-20.76778,81.678314],[-20.90361,81.73027],[-20.164722,81.679291],[-20.930553,81.606369]]],[[[-91.761673,81.548035],[-91.863617,81.555252],[-91.958336,81.5979],[-91.58223,81.578049],[-91.761673,81.548035]]],[[[-66.644455,81.562195],[-66.927216,81.583603],[-66.296661,81.584717],[-66.430557,81.57222],[-66.644455,81.562195]]],[[[-93.866943,80.518326],[-93.786667,80.528801],[-94.664375,80.663559],[-94.108337,80.718872],[-95.527222,80.81929],[-95.14875,80.882484],[-95.472008,80.896133],[-95.18306,81.019714],[-94.408615,80.965546],[-93.907219,81.039986],[-94.313049,81.11554],[-93.09465,81.158394],[-94.385696,81.254433],[-94.240829,81.350815],[-92.148056,81.236374],[-90.602493,80.644745],[-90.741379,80.562195],[-89.059158,80.46138],[-89.258545,80.289223],[-88.776672,80.131363],[-88.154442,80.093803],[-88.624168,80.246231],[-88.61528,80.40387],[-87.67514,80.407066],[-87.56472,80.180603],[-88.055969,80.122475],[-87.043335,79.964996],[-87.463623,79.831375],[-86.963402,79.905334],[-87.398613,79.513466],[-86.334167,79.645538],[-86.044167,79.567207],[-86.070847,79.434143],[-85.681946,79.613312],[-84.905563,79.271027],[-86.702225,78.955261],[-86.986656,79.0522],[-86.97084,78.896103],[-87.615829,78.645264],[-88.002373,78.815681],[-87.729088,79.073952],[-88.162506,78.99054],[-88.223679,78.787903],[-87.90834,78.548599],[-88.205276,78.452484],[-88.796387,78.611237],[-88.539719,78.419563],[-88.81778,78.154434],[-89.98056,78.609711],[-90.100281,78.552483],[-89.985001,78.436096],[-89.46167,78.168381],[-90.242493,78.336105],[-90.739929,78.320953],[-90.270767,78.184631],[-90.433884,78.136383],[-92.058334,78.208878],[-92.972771,78.485954],[-91.637848,78.544846],[-93.277779,78.585823],[-93.808197,78.768044],[-93.043427,78.749771],[-94.288055,78.983734],[-93.294998,79.166931],[-90.370537,79.245575],[-92.238892,79.205551],[-92.685272,79.255547],[-91.12458,79.388603],[-93.098892,79.482208],[-93.012604,79.392281],[-93.320007,79.448318],[-93.869995,79.263885],[-94.376389,79.42054],[-95.087555,79.270752],[-95.77903,79.419426],[-95.736389,79.537491],[-94.699432,79.612198],[-94.287704,79.761658],[-95.853333,79.646103],[-96.611382,79.881996],[-96.15625,79.914848],[-96.672844,80.012772],[-96.396461,80.045471],[-96.802086,80.088875],[-94.416946,79.978867],[-94.748886,80.079987],[-94.090904,80.174911],[-95.367767,80.118317],[-95.686455,80.179909],[-95.238403,80.236824],[-96.671524,80.344566],[-95.438881,80.339706],[-95.979996,80.584717],[-93.866943,80.518326]]],[[[-95.065277,80.680542],[-94.970001,80.637772],[-96.14917,80.664703],[-95.491379,80.699997],[-95.065277,80.680542]]],[[[-66.878876,80.637772],[-66.828064,80.687759],[-66.532501,80.618591],[-66.766663,80.606934],[-66.878876,80.637772]]],[[[-19.085556,80.150818],[-19.940834,80.056931],[-20.013334,80.094704],[-19.724167,80.244705],[-19.085556,80.150818]]],[[[-98.830002,79.664429],[-100.121109,79.886658],[-100.193329,80.033875],[-99.759171,80.149719],[-98.868881,80.077774],[-98.644165,79.797203],[-98.830002,79.664429]]],[[[-100.0625,78.638885],[-99.536873,78.581032],[-99.862907,78.439072],[-99.791733,78.3004],[-98.945831,78.058731],[-99.024933,77.89151],[-100.329727,77.825272],[-101.062767,78.198593],[-102.133057,78.282761],[-102.618607,78.241364],[-102.777786,78.376373],[-104.467499,78.265274],[-105.048889,78.49408],[-103.527153,78.496437],[-103.399986,78.61554],[-104.039825,78.626648],[-103.322083,78.731438],[-104.170547,78.765823],[-103.825417,78.895264],[-104.203613,78.991653],[-105.011948,78.803589],[-104.680824,79.003738],[-105.55291,79.022346],[-105.624565,79.167068],[-105.439987,79.329163],[-103.722504,79.356934],[-102.614372,79.090477],[-102.72084,78.938309],[-102.587227,78.87484],[-101.648903,79.075821],[-100.98597,78.93428],[-101.179588,78.801651],[-99.894936,78.692894],[-100.0625,78.638885]]],[[[-19.314445,79.231369],[-19.375,79.126373],[-19.500557,79.1847],[-19.406387,79.227478],[-19.314445,79.231369]]],[[[-17.721386,79.219437],[-17.556946,79.153046],[-18.119999,78.997757],[-18.085278,79.0961],[-17.721386,79.219437]]],[[[-85.924438,79.053864],[-85.321396,79.053864],[-85.168335,79.017769],[-86.48069,78.894569],[-85.924438,79.053864]]],[[[-19.416111,78.724426],[-19.529724,78.73027],[-19.755835,78.7929],[-19.18861,78.949844],[-19.347778,78.813728],[-19.18222,78.803864],[-19.418749,78.78624],[-19.161388,78.768883],[-19.416111,78.724426]]],[[[-18.292778,78.739426],[-18.288055,78.86026],[-18.075558,78.817764],[-18.111946,78.78804],[-18.292778,78.739426]]],[[[-96.829453,77.789154],[-97.763412,78.028732],[-96.855972,78.106094],[-98.062157,78.306229],[-98.41069,78.495956],[-98.020699,78.539566],[-98.36541,78.765831],[-97.078064,78.74971],[-94.834694,78.357445],[-95.393684,78.229218],[-94.888474,78.10582],[-95.106529,77.952492],[-96.829453,77.789154]]],[[[-74.334167,78.675262],[-74.614166,78.702774],[-74.707916,78.729706],[-74.169235,78.714706],[-74.334167,78.675262]]],[[[-110,78.324455],[-113.142227,78.268326],[-113.333328,78.330818],[-110.460281,78.757492],[-109.257919,78.483864],[-109.404999,78.306366],[-110,78.324455]]],[[[-18.323334,78.667755],[-18.595554,78.573883],[-18.735207,78.606857],[-18.528889,78.680542],[-18.323334,78.667755]]],[[[-88.05278,78.445526],[-88.255005,78.247208],[-88.406113,78.262215],[-88.235275,78.426926],[-88.05278,78.445526]]],[[[-19.212219,78.410812],[-19.081667,78.361511],[-19.400139,78.392906],[-19.326111,78.420258],[-19.212219,78.410812]]],[[[-19.583332,78.37886],[-19.489998,78.321793],[-19.710278,78.298599],[-19.681665,78.38443],[-19.583332,78.37886]]],[[[-19.214443,78.234711],[-19.35111,78.280266],[-18.88611,78.293037],[-18.901943,78.285263],[-19.214443,78.234711]]],[[[-94.515015,78.278046],[-94.344727,78.214706],[-94.308052,78.182068],[-94.693184,78.261658],[-94.515015,78.278046]]],[[[-102.897507,78.26915],[-102.778893,78.208946],[-103.280975,78.160683],[-103.062767,78.258041],[-102.897507,78.26915]]],[[[-101.681671,78.227478],[-101.602501,78.161789],[-101.880554,78.160263],[-101.753342,78.227203],[-101.681671,78.227478]]],[[[-20.355,78.20166],[-20.551666,78.159424],[-20.780834,78.193588],[-20.305834,78.210266],[-20.355,78.20166]]],[[[-18.868057,78.159424],[-19.06139,78.073883],[-19.188679,78.119423],[-18.831251,78.17276],[-18.868057,78.159424]]],[[[-110,78.105827],[-109.583199,78.038452],[-110.899445,77.85144],[-110.105003,77.774994],[-110.040558,77.637497],[-110.877213,77.411377],[-112.413063,77.356094],[-113.201378,77.526657],[-113.318611,77.81012],[-112.294998,78.010544],[-110,78.105827]]],[[[-114.193047,77.698029],[-114.730293,77.818878],[-115.112701,77.957489],[-114.303329,78.070541],[-113.576111,77.814148],[-114.193047,77.698029]]],[[[-21.119446,77.999146],[-21.31028,77.885544],[-21.429165,77.911377],[-21.246944,78.001663],[-21.119446,77.999146]]],[[[-19.756947,77.892487],[-19.229164,77.829712],[-20.487221,77.957214],[-19.965,77.970261],[-20.069447,77.959015],[-19.756947,77.892487]]],[[[-17.674999,77.899719],[-17.584862,77.835129],[-17.732777,77.708603],[-18.240068,77.681366],[-17.674999,77.899719]]],[[[-101.671944,77.893326],[-100.926804,77.7388],[-102.06778,77.682205],[-102.529716,77.834152],[-101.671944,77.893326]]],[[[-77.676102,77.8647],[-77.568619,77.849716],[-77.953613,77.831665],[-77.88028,77.848038],[-77.676102,77.8647]]],[[[-93.174713,77.704163],[-93.570557,77.437759],[-95.864166,77.462204],[-96.328888,77.60498],[-95.465286,77.808029],[-93.174713,77.704163]]],[[[-105.648903,77.748596],[-105.027786,77.546371],[-105.014168,77.409981],[-104.366516,77.227348],[-104.74028,77.108597],[-105.246948,77.193863],[-106.091949,77.726509],[-105.648903,77.748596]]],[[[-20.119167,77.669708],[-20.011112,77.606445],[-20.437222,77.63179],[-20.168331,77.685806],[-20.119167,77.669708]]],[[[-90.366943,77.197754],[-91.146667,77.362198],[-91.206955,77.568604],[-90.242493,77.612488],[-89.638206,77.336243],[-90.366943,77.197754]]],[[[-85.259735,77.586655],[-85.011124,77.573883],[-84.813889,77.497208],[-85.536942,77.541924],[-85.259735,77.586655]]],[[[-19.847221,77.544144],[-19.860001,77.502213],[-20.040834,77.563454],[-19.977497,77.583054],[-19.847221,77.544144]]],[[[-120.049156,75.838882],[-120.462921,75.819847],[-120.434998,76.003052],[-120.857224,76.19664],[-121.011818,76.137138],[-120.935699,75.956375],[-120.990135,75.940674],[-122.13958,76.0336],[-122.516663,75.928314],[-122.725693,75.970955],[-122.473541,76.108528],[-122.699997,76.114143],[-122.574173,76.166092],[-123.037781,76.084717],[-122.578613,76.353592],[-121.549988,76.434708],[-121.212509,76.649719],[-120.401672,76.797211],[-119.153343,77.325821],[-116.787354,77.318321],[-116.653618,77.385201],[-117.14875,77.455269],[-116.487778,77.550262],[-115.389732,77.30928],[-116.274864,77.186928],[-116.242493,77.044144],[-115.734573,76.943588],[-116.362846,76.913528],[-115.894379,76.698944],[-117.039993,76.537491],[-116.93721,76.349152],[-117.095551,76.295258],[-118.052223,76.407066],[-117.737701,76.776726],[-118.328484,76.770683],[-118.495003,76.712204],[-118.316101,76.574707],[-118.969925,76.495956],[-118.648621,76.428864],[-118.625549,76.294434],[-119.075844,76.083328],[-119.654999,76.30304],[-119.568405,76.171928],[-119.797081,76.110466],[-119.485138,75.968185],[-120.049156,75.838882]]],[[[-66.260284,77.486923],[-66.680283,77.488876],[-66.731384,77.507217],[-66.195129,77.505409],[-66.260284,77.486923]]],[[[-71.238602,77.4561],[-70.726944,77.464706],[-70.056381,77.399155],[-71.075562,77.371368],[-71.238602,77.4561]]],[[[-72.23555,77.454163],[-71.375275,77.390274],[-71.348892,77.362762],[-72.573616,77.411377],[-72.23555,77.454163]]],[[[-91.072235,77.253326],[-90.815002,77.240265],[-90.715981,77.204018],[-91.299164,77.217758],[-91.072235,77.253326]]],[[[-95.372223,77.238037],[-95.210701,77.175125],[-95.634407,77.236992],[-95.438049,77.244431],[-95.372223,77.238037]]],[[[-104.071404,77.161377],[-103.998894,77.123871],[-104.431671,77.098877],[-104.300827,77.155258],[-104.071404,77.161377]]],[[[-113.77861,77.104156],[-113.90889,77.113037],[-113.929298,77.132484],[-113.662636,77.12748],[-113.77861,77.104156]]],[[[-81.810822,74.45694],[-82.914169,74.549149],[-83.125969,74.688454],[-83.08876,74.820969],[-83.511398,74.901657],[-83.323196,74.777077],[-83.479301,74.577354],[-84.285553,74.503601],[-84.894447,74.502769],[-84.996948,74.697754],[-85.214447,74.491928],[-85.523888,74.688454],[-85.604172,74.495819],[-86.121872,74.484428],[-86.187637,74.615265],[-86.423325,74.478867],[-86.776115,74.616508],[-86.693604,74.468048],[-88.496948,74.497757],[-88.560822,74.593048],[-88.347504,74.784714],[-88.535278,74.90464],[-88.841949,74.660263],[-89.089447,74.835823],[-89.046524,74.72554],[-89.268066,74.755547],[-89.128471,74.614151],[-89.489716,74.545532],[-91.018547,74.706444],[-90.765007,74.882904],[-91.224442,74.730682],[-91.133057,74.62442],[-91.546661,74.647354],[-92.051521,74.793175],[-92.224785,75.07312],[-92.053474,75.148605],[-92.490829,75.213608],[-92.388336,75.441925],[-92.009453,75.592072],[-92.174995,75.74749],[-92.107773,75.852829],[-93.077782,76.355675],[-95.381523,76.235115],[-94.806519,76.319427],[-96.100212,76.502563],[-95.77861,76.518875],[-95.591316,76.600052],[-96.954231,76.727417],[-96.308746,76.752632],[-96.81517,76.969322],[-95.743614,77.068604],[-93.747086,76.921654],[-93.199303,76.746124],[-93.303467,76.549423],[-93.649101,76.440536],[-93.54834,76.386108],[-93.046387,76.616089],[-90.986115,76.649155],[-90.472153,76.474846],[-91.565414,76.499847],[-89.19812,76.231163],[-90.444748,76.170952],[-90.110825,76.124146],[-91.601952,76.262077],[-90.195343,76.057343],[-91.15139,76.0186],[-90.946564,75.955154],[-91.133118,75.844917],[-90.78569,75.995399],[-90.500839,75.896515],[-89.927078,76.003464],[-89.691803,75.893669],[-89.773201,75.789703],[-89.167496,75.775963],[-89.261391,75.629425],[-89.764175,75.576515],[-89.226524,75.585823],[-88.921387,75.4272],[-88.774307,75.433594],[-88.865829,75.586105],[-88.730835,75.679291],[-88.228882,75.4711],[-87.751404,75.57666],[-87.541115,75.445259],[-87.263336,75.621094],[-86.371384,75.424141],[-86.544724,75.359146],[-83.878151,75.818962],[-81.450562,75.800812],[-81.212509,75.771378],[-81.264038,75.650551],[-79.952988,75.536377],[-80.356171,75.463699],[-79.582367,75.451447],[-79.506958,75.22998],[-80.434021,75.034012],[-79.341179,74.900192],[-79.930557,74.813309],[-80.328476,74.935402],[-80.103195,74.82235],[-80.239861,74.577072],[-81.810822,74.45694]]],[[[-97.243057,77.037491],[-97.092644,77.007904],[-97.473053,76.980545],[-97.37471,77.022491],[-97.243057,77.037491]]],[[[-114.054718,76.703598],[-114.786942,76.750275],[-114.874985,76.767006],[-113.885559,76.891663],[-113.451523,76.774986],[-114.054718,76.703598]]],[[[-110,76.466217],[-109.30278,76.796936],[-108.748047,76.85582],[-108.442139,76.711441],[-108.719788,76.640266],[-108.558037,76.4086],[-108.077499,76.280548],[-108.396118,76.046097],[-107.638687,75.988029],[-108.022224,75.782349],[-107.186661,75.90387],[-106.896667,75.720261],[-106.622772,75.801163],[-106.892372,75.839577],[-106.86972,75.964157],[-106.33667,76.054703],[-105.610138,75.935814],[-105.390144,75.647629],[-105.744301,75.488312],[-105.602287,75.468384],[-105.651108,75.359917],[-106.000771,75.059219],[-107.206528,74.911369],[-107.778198,75.094849],[-107.948608,74.929703],[-108.382362,74.910957],[-108.832497,75.069992],[-112.753067,74.401382],[-113.696381,74.446091],[-114.441864,74.664421],[-112.911118,74.970825],[-111.543335,75.013191],[-110.916107,75.231438],[-112.390556,75.123032],[-112.29528,75.200401],[-112.672501,75.278183],[-112.806953,75.115814],[-113.917503,75.053589],[-113.813194,75.320541],[-113.340561,75.413315],[-114.081245,75.462975],[-114.178749,75.225121],[-114.506393,75.313446],[-114.608681,75.270477],[-114.298119,75.175468],[-114.394997,75.090546],[-115.058464,74.96138],[-115.22625,75.171089],[-115.623894,75.121368],[-115.54847,75.012489],[-115.681244,74.964432],[-116.163063,75.040268],[-116.277779,75.205826],[-116.717216,75.116653],[-117.677223,75.246307],[-117.240547,75.473602],[-116.021942,75.484985],[-115.000771,75.694077],[-117.248047,75.591797],[-116.859718,75.791794],[-114.838608,75.87442],[-116.733887,75.925537],[-116.471519,75.974152],[-116.641388,76.113312],[-116.296112,76.188583],[-114.676979,76.158737],[-115.919022,76.279572],[-114.909584,76.515686],[-114.141808,76.448875],[-113.98999,76.191505],[-112.458336,76.177345],[-112.418053,76.044846],[-111.729996,75.913383],[-112.219521,75.809212],[-111.448471,75.834435],[-111.247223,75.518051],[-108.896667,75.477554],[-108.834862,75.689003],[-110.051872,75.893532],[-109.30825,76.10408],[-110.378197,76.296097],[-110.38459,76.425255],[-110,76.466217]]],[[[-19.673332,76.847214],[-19.59,76.811646],[-19.807777,76.791512],[-19.741943,76.848038],[-19.673332,76.847214]]],[[[-89.978882,76.469711],[-90.214447,76.528595],[-90.599091,76.746933],[-89.673889,76.734428],[-89.86264,76.600677],[-89.672638,76.503189],[-89.978882,76.469711]]],[[[-18.648609,76.163605],[-18.548889,76.023605],[-18.635277,75.889984],[-19.141945,76.529434],[-18.763058,76.587769],[-19.069447,76.741364],[-18.659443,76.630814],[-18.648609,76.163605]]],[[[-19.700275,76.752487],[-19.606388,76.718803],[-19.855972,76.734848],[-19.826389,76.755829],[-19.700275,76.752487]]],[[[-100.297234,76.721924],[-101.273903,76.560806],[-101.688316,76.58638],[-100.743881,76.753326],[-100.297234,76.721924]]],[[[-99.528885,76.72554],[-99.43222,76.69706],[-100.126518,76.721924],[-100.037781,76.751389],[-99.528885,76.72554]]],[[[-99.680832,76.118591],[-99.423813,76.156578],[-100.438889,76.212494],[-99.846672,76.282074],[-100.981041,76.495956],[-99.684433,76.633331],[-99.099991,76.398041],[-98.851944,76.433731],[-99.027222,76.601089],[-98.489029,76.647758],[-98.854301,76.666855],[-98.712509,76.683044],[-98.439987,76.673035],[-98.185135,76.583603],[-98.357773,76.565536],[-97.75737,76.508743],[-97.727493,76.28054],[-97.49472,76.143883],[-97.597778,75.846939],[-97.934578,75.744148],[-97.395561,75.685394],[-97.288261,75.39888],[-97.720413,75.568466],[-98.042503,75.482346],[-97.778748,75.425674],[-98.124855,75.299843],[-97.574097,75.149086],[-98.091949,75.222763],[-97.982498,75.015274],[-99.400139,74.990677],[-99.308044,75.122482],[-99.538605,74.974152],[-100.05722,74.986923],[-100.539581,75.196228],[-100.00177,75.232727],[-100.769714,75.349632],[-99.674782,75.609291],[-99.820564,75.653458],[-98.898125,75.693581],[-99.740829,75.690811],[-102.534157,75.511383],[-102.874268,75.612892],[-102.008614,75.704018],[-102.367836,75.797859],[-102.163063,75.87886],[-101.864441,75.902206],[-101.438599,75.755554],[-101.18222,75.779709],[-101.579178,75.9086],[-101.325691,76.019989],[-101.905975,76.081444],[-101.391258,76.246857],[-102.162781,76.240677],[-101.862213,76.450272],[-101.315826,76.414429],[-99.982498,75.890549],[-99.448509,75.968132],[-99.861382,75.935394],[-100.152786,76.132477],[-99.680832,76.118591]]],[[[-104.134171,76.669434],[-103.924721,76.635826],[-104.03389,76.559708],[-103.004463,76.432617],[-104.335007,76.318604],[-104.662361,76.548737],[-104.134171,76.669434]]],[[[-21.174168,76.555542],[-21.430279,76.571655],[-21.547361,76.612068],[-20.96472,76.626228],[-21.174168,76.555542]]],[[[-69.622498,76.606644],[-69.465691,76.575966],[-70.035835,76.567482],[-69.94722,76.589706],[-69.622498,76.606644]]],[[[-20.722775,76.51416],[-20.745277,76.394989],[-21.137777,76.444565],[-20.835556,76.524704],[-20.722775,76.51416]]],[[[-84.097504,76.506653],[-83.992493,76.49498],[-83.908051,76.464996],[-84.109436,76.444427],[-84.097504,76.506653]]],[[[-69.984161,76.459152],[-69.895287,76.435814],[-70.187073,76.437202],[-70.164169,76.448318],[-69.984161,76.459152]]],[[[-20.177223,76.416656],[-20.103195,76.395271],[-20.586388,76.378586],[-20.202499,76.449707],[-20.177223,76.416656]]],[[[-20.959721,76.371094],[-20.509167,76.288589],[-20.430416,76.250397],[-21.054167,76.363869],[-20.959721,76.371094]]],[[[-20.182499,76.338318],[-20.37611,76.259155],[-20.660831,76.338882],[-20.456387,76.367203],[-20.182499,76.338318]]],[[[-102.652222,76.287766],[-102.530205,76.215889],[-102.650558,76.11998],[-103.342216,76.036652],[-104.480553,76.139015],[-102.652222,76.287766]]],[[[-94.854446,76.136658],[-94.928604,76.051086],[-95.144165,76.113937],[-95.013062,76.10582],[-94.854446,76.136658]]],[[[-78.893066,76.11554],[-79.176666,75.94957],[-78.897781,75.839706],[-79.752228,75.878586],[-78.893066,76.11554]]],[[[-117.623047,76.114426],[-117.467644,76.085968],[-118.354721,75.558868],[-119.406944,75.60318],[-117.623047,76.114426]]],[[[-102.353333,76.073883],[-103.339447,75.908035],[-103.968185,75.936363],[-102.860062,76.067284],[-102.353333,76.073883]]],[[[-65.031677,76.078049],[-64.956261,76.051926],[-65.221115,76.045532],[-65.075562,76.083878],[-65.031677,76.078049]]],[[[-19.968609,75.974701],[-20.35611,75.938873],[-20.369305,75.946579],[-20.105835,75.996094],[-19.968609,75.974701]]],[[[-101.988602,75.934418],[-102.611656,75.767212],[-103.381798,75.762489],[-102.696114,75.94664],[-101.988602,75.934418]]],[[[-94.481949,75.974426],[-94.294167,75.769302],[-94.739441,75.757492],[-94.905281,75.933868],[-94.481949,75.974426]]],[[[-120.867767,75.913315],[-121.032784,75.737762],[-121.287079,75.755829],[-120.997772,75.926376],[-120.867767,75.913315]]],[[[-122.633331,75.919708],[-122.353058,75.914429],[-122.326256,75.902771],[-122.694084,75.904633],[-122.633331,75.919708]]],[[[-103.331947,75.871918],[-103.616653,75.8311],[-103.862633,75.873932],[-103.426941,75.885544],[-103.331947,75.871918]]],[[[-96.455841,75.817764],[-96.553604,75.738586],[-96.71389,75.736649],[-96.663887,75.78804],[-96.455841,75.817764]]],[[[-96.025436,75.602844],[-95.910561,75.557205],[-96.220276,75.455551],[-96.446411,75.554405],[-96.851105,75.350266],[-97.053055,75.494705],[-96.025436,75.602844]]],[[[-93.406387,74.883606],[-93.563324,74.659424],[-94.643341,74.623596],[-95.864166,74.826096],[-96.078621,75.024017],[-96.268341,74.90387],[-96.615555,74.988037],[-96.459724,75.195122],[-95.834564,75.373001],[-96.142372,75.403595],[-94.909721,75.637352],[-93.494789,75.258316],[-93.406387,74.883606]]],[[[-100.479721,75.545822],[-100.29361,75.584427],[-101.036385,75.565125],[-100.394447,75.623032],[-100.157501,75.587212],[-100.479721,75.545822]]],[[[-104.151779,75.434555],[-103.586945,75.166023],[-104.229172,75.018051],[-104.847229,75.109146],[-104.67791,75.339714],[-104.151779,75.434555]]],[[[-17.970276,75.400269],[-17.805834,75.308311],[-18.21472,75.227203],[-17.320139,75.13401],[-17.620834,74.931091],[-18.923889,75.041931],[-18.839169,75.328323],[-17.970276,75.400269]]],[[[-20.230831,75.041656],[-19.962221,74.995117],[-20.183609,74.903046],[-19.731247,74.855957],[-20.084446,74.702774],[-20.685207,74.810326],[-20.576111,75.002487],[-20.230831,75.041656]]],[[[-18.339722,74.698868],[-18.473053,74.623596],[-18.591112,74.718872],[-18.304445,74.706444],[-18.339722,74.698868]]],[[[-18.739441,74.608871],[-18.860001,74.537201],[-19.218887,74.584152],[-18.866665,74.674988],[-18.739441,74.608871]]],[[[-95.628601,74.640823],[-95.40361,74.603317],[-95.248749,74.518875],[-95.861664,74.575966],[-95.628601,74.640823]]],[[[-97.368057,74.622757],[-97.259453,74.587212],[-97.79097,74.482895],[-97.532227,74.606369],[-97.368057,74.622757]]],[[[-56.960556,74.607483],[-56.841522,74.588463],[-57.095135,74.558594],[-57.070557,74.579163],[-56.960556,74.607483]]],[[[-57.34639,74.512772],[-56.730278,74.559418],[-56.464584,74.502495],[-57.554859,74.490677],[-57.34639,74.512772]]],[[[-123.833893,73.700272],[-124.777847,74.331375],[-121.518623,74.548874],[-119.609161,74.233322],[-119.773613,74.032074],[-119.497292,74.2145],[-119.143204,74.210403],[-119.167503,73.987198],[-118.673889,74.219986],[-117.512512,74.238586],[-115.319031,73.477066],[-119.137512,72.632477],[-119.404449,72.325546],[-120.246101,72.260551],[-120.145134,72.146797],[-120.446594,71.94825],[-120.378807,71.690948],[-120.543327,71.516663],[-121.703613,71.460815],[-122.796112,71.084152],[-123.29306,71.146103],[-124.018623,71.687477],[-125.245483,71.948021],[-124.987778,71.969711],[-125.761398,71.950821],[-125.935822,71.958603],[-125.981766,71.972168],[-125.028061,72.566071],[-125.026108,72.821091],[-124.48291,72.925812],[-124.862877,73.078461],[-123.833893,73.700272]]],[[[-20.958286,74.442841],[-20.125069,74.201996],[-21.209999,74.086105],[-21.989721,74.224426],[-20.958286,74.442841]]],[[[-98.573624,74.334991],[-98.513344,74.316238],[-98.859787,74.307686],[-98.752502,74.334152],[-98.573624,74.334991]]],[[[-95.613617,73.342758],[-95.652367,73.734009],[-94.618607,73.652908],[-95.328758,73.914566],[-94.747154,74.090469],[-93.327499,74.169983],[-92.316971,73.945465],[-90.197571,73.897972],[-92.09584,72.743042],[-94.306801,72.766655],[-93.79834,72.702209],[-93.465553,72.453873],[-94.192131,72.038567],[-94.072639,71.977203],[-94.449722,72.023315],[-95.210556,71.991653],[-95.203606,72.101097],[-94.756531,72.154152],[-95.165001,72.137489],[-95.133331,72.460266],[-95.59639,72.698868],[-95.613617,73.342758]]],[[[-97.65361,74.099991],[-98.392776,73.845261],[-99.436943,73.899574],[-98.170837,74.092484],[-97.65361,74.099991]]],[[[-90.007782,73.984985],[-90.217773,74.00444],[-90.283958,74.026512],[-89.902916,74.034569],[-90.007782,73.984985]]],[[[-100.444443,73.406372],[-100.550827,73.596794],[-101.119164,73.725258],[-100.554169,73.854706],[-100.063049,73.764999],[-99.875565,73.871284],[-100.297157,73.864632],[-99.98111,73.945816],[-99.235001,73.737762],[-97.223618,73.856369],[-96.966255,73.636658],[-97.666801,73.479706],[-97.19014,73.467354],[-97.173676,73.354149],[-97.842918,73.270821],[-98.450287,73.020264],[-98.448196,72.870399],[-97.987778,73.038597],[-97.44249,72.999146],[-97.026527,72.729355],[-97.197495,72.607208],[-96.611938,72.746933],[-96.300064,72.4263],[-96.868256,72.320679],[-96.55764,72.269714],[-96.503342,72.087631],[-96.860413,72.038734],[-96.489296,72.026657],[-96.759377,71.911583],[-96.494926,71.922829],[-96.585838,71.812897],[-98.121941,71.637489],[-98.356041,71.725815],[-98.287079,71.896935],[-98.495689,71.717766],[-98.039444,71.52874],[-98.725281,71.270264],[-99.229446,71.343597],[-99.675415,71.755539],[-100.639313,72.18692],[-101.776947,72.299713],[-102.763885,72.787903],[-102.50708,73.02832],[-102.137222,73.086929],[-101.297501,72.709991],[-100.434433,72.736923],[-100.314995,72.798874],[-100.457504,73.017624],[-100.314583,73.029709],[-100.285278,72.873596],[-100.031387,72.934982],[-100.240837,73.13575],[-100.583061,73.170258],[-100.369713,73.290123],[-100.045418,73.18512],[-99.775002,73.206375],[-100.386116,73.395958],[-100.88945,73.264435],[-101.619019,73.487762],[-100.917915,73.599991],[-100.444443,73.406372]]],[[[-56.323334,73.783325],[-56.328056,73.833878],[-56.775555,73.872894],[-55.955555,73.831245],[-56.323334,73.783325]]],[[[-65.328064,62.6661],[-65.339722,62.837494],[-65.909439,62.925827],[-65.836525,63.027981],[-66.273056,63.132214],[-66.106178,62.945892],[-66.444443,63.020546],[-66.653816,63.373394],[-66.738815,63.291313],[-66.545486,62.993877],[-66.677635,63.024715],[-66.811905,63.272839],[-66.844162,63.147217],[-67.020416,63.246971],[-66.977638,63.396729],[-67.203888,63.285271],[-67.897507,63.753052],[-67.689857,63.367634],[-68.962509,63.759163],[-68.149376,63.153881],[-67.639442,63.099575],[-67.763474,62.957283],[-67.559166,63.049023],[-67.66951,62.933517],[-67.398056,62.967209],[-66.354927,62.445335],[-66.470863,62.344261],[-66.37471,62.28611],[-65.996529,62.245964],[-66.132492,62.089432],[-65.948044,61.907768],[-68.615829,62.263885],[-69.436737,62.550339],[-69.59063,62.657906],[-69.482498,62.763611],[-70.234726,62.750134],[-71.150345,62.98867],[-70.863892,63.112213],[-70.914719,63.169857],[-71.238327,63.001522],[-71.710281,63.177078],[-71.80069,63.383743],[-72.139999,63.443115],[-71.607224,63.42416],[-71.229858,63.602627],[-71.575142,63.584717],[-71.583061,63.715828],[-71.900558,63.809227],[-71.927078,63.652493],[-72.321671,63.676174],[-72.242149,63.949715],[-72.367355,63.788116],[-72.524895,63.792526],[-72.66153,64.078606],[-72.720001,63.961105],[-72.902847,64.161934],[-73.379372,64.270126],[-73.415558,64.445816],[-73.166245,64.578186],[-73.301529,64.657837],[-73.424164,64.509995],[-73.467224,64.612762],[-73.910278,64.60582],[-73.844727,64.501938],[-74.062775,64.334427],[-74.053879,64.727974],[-74.387917,64.57048],[-74.702087,64.735191],[-74.479996,64.837624],[-74.630966,64.903732],[-74.978989,64.790611],[-74.472847,64.558937],[-74.685822,64.371094],[-75.796951,64.612198],[-75.638512,64.459534],[-75.915413,64.482758],[-75.721214,64.378044],[-76.705841,64.300812],[-76.670547,64.184143],[-77.747223,64.337769],[-78.180687,64.569992],[-78.147293,64.947968],[-77.33667,65.176086],[-77.509583,65.320473],[-77.29187,65.369598],[-77.385559,65.468048],[-75.769936,65.21769],[-75.426247,65.046097],[-75.665276,64.943031],[-75.373047,64.714996],[-75.357224,64.897766],[-75.561455,64.877968],[-75.264175,64.966095],[-75.190407,65.10144],[-75.356178,65.004501],[-75.516403,65.138596],[-75.943329,65.319572],[-75.186661,65.251938],[-75.104919,65.388458],[-74.524445,65.333328],[-74.18277,65.525269],[-73.500565,65.474426],[-73.70993,65.762001],[-74.470863,66.134842],[-72.258347,67.248032],[-72.666397,67.684143],[-72.612434,67.789146],[-72.943077,67.92984],[-72.993324,68.205399],[-73.496109,68.275543],[-73.21167,68.376923],[-73.628403,68.247131],[-73.896118,68.392212],[-73.760971,68.685814],[-74.094162,68.719986],[-73.884865,68.557411],[-73.99028,68.492752],[-74.358749,68.53804],[-74.727219,68.733734],[-74.54805,68.826035],[-74.915833,68.809296],[-74.722229,68.934143],[-75.037987,68.927689],[-74.652496,69.040268],[-74.948608,69.048874],[-75.131943,68.886383],[-75.486519,69.018051],[-75.603882,68.8797],[-76.667496,68.704842],[-76.525345,68.872757],[-76.603607,69.025818],[-75.996933,69.003036],[-75.604439,69.088943],[-75.591675,69.221649],[-76.639587,69.551231],[-76.185623,69.662071],[-77.191315,69.642731],[-76.792915,69.720123],[-77.305061,69.833946],[-76.990105,69.936852],[-77.632088,69.749428],[-77.67701,70.184212],[-78.403473,70.213326],[-78.431244,70.349426],[-79.070557,70.469711],[-78.726105,70.547485],[-79.017365,70.679985],[-79.179443,70.425819],[-79.589233,70.410889],[-78.921661,70.300812],[-78.664169,70.004166],[-78.791946,69.891098],[-79.691803,69.851097],[-81.756805,70.124908],[-80.767815,69.77037],[-80.952499,69.713882],[-82.101105,70.108032],[-82.999863,70.304146],[-81.739853,69.87442],[-82.13131,69.783455],[-83.050835,70.004158],[-85.361519,70.103455],[-85.874649,70.07943],[-85.245903,69.991333],[-85.815834,69.999435],[-86.554024,70.239845],[-86.57917,70.361237],[-86.291252,70.478592],[-86.35791,70.521103],[-86.644867,70.321793],[-86.960556,70.467628],[-87.183609,70.394012],[-86.98111,70.283188],[-87.866394,70.238876],[-88.258827,70.327141],[-87.885269,70.314423],[-88.897507,70.532761],[-89.446869,70.905464],[-89.194504,70.965889],[-89.549728,71.088593],[-88,70.929153],[-87.005219,70.992691],[-87.828056,71.259781],[-89.903481,71.353043],[-90.013062,71.600266],[-89.808334,71.747757],[-90.048615,71.953873],[-89.578964,72.166855],[-89.895767,72.18914],[-89.910416,72.427208],[-89.472084,72.669289],[-89.57209,72.786095],[-89.330566,72.755829],[-89.361389,72.991653],[-89.039581,73.25499],[-88.074722,73.627762],[-86.71666,73.84082],[-84.970001,73.777771],[-84.840279,73.738731],[-85.930283,73.355255],[-86.732773,72.716095],[-86.261391,72.449982],[-86.433464,72.046654],[-86.132767,71.795822],[-84.836876,71.281059],[-86.816246,70.987823],[-84.952911,71.187889],[-84.874435,71.071663],[-84.973473,71.100677],[-85.144592,71.084572],[-84.805206,70.921791],[-84.755974,71.411652],[-84.526253,71.473595],[-84.634583,71.669151],[-85.285553,71.670403],[-86.049164,72.012497],[-85.53833,72.059143],[-85.497429,72.254715],[-85.291946,72.259995],[-84.167915,72.022629],[-84.934296,72.286926],[-84.436874,72.377831],[-85.535278,72.469711],[-85.482254,72.571449],[-85.704796,72.638115],[-85.685066,72.897278],[-85.283066,72.964432],[-83.955696,72.75061],[-85.536247,73.025124],[-85.444023,73.122894],[-83.637917,72.985672],[-85.177628,73.216057],[-84.808044,73.388321],[-84.349442,73.226158],[-84.653885,73.389572],[-84.194443,73.474701],[-83.607224,73.296791],[-83.658195,73.447479],[-83.991455,73.504951],[-82.846809,73.731514],[-81.57251,73.719711],[-81.224167,73.528458],[-81.207085,73.269714],[-80.59639,73.148041],[-80.641525,72.930672],[-80.252777,72.727486],[-81.37236,72.241653],[-80.520981,72.505959],[-80.514175,72.3797],[-80.90126,72.187485],[-80.574242,72.07061],[-81.082642,72.048866],[-80.793465,72.025131],[-80.950287,71.881088],[-80.38501,72.048325],[-80.479927,72.17675],[-80.266533,72.292625],[-79.991669,72.176651],[-79.685585,72.134468],[-80.159584,72.324287],[-79.799164,72.501389],[-79.595551,72.334717],[-79.741386,72.213875],[-79.345833,72.398949],[-79.012787,72.27388],[-79.196671,71.960129],[-78.513062,71.867897],[-78.919235,72.012764],[-78.858398,72.170326],[-78.481941,72.089844],[-78.21875,71.829437],[-77.908333,71.769646],[-78.311729,71.930016],[-78.149315,71.96624],[-77.785553,71.787491],[-78.430687,72.11554],[-78.869995,72.22818],[-78.610001,72.359283],[-78.415138,72.168602],[-78.445274,72.325409],[-77.540833,72.176926],[-77.00663,72.129211],[-78.556656,72.50444],[-77.620689,72.75013],[-76.94722,72.743866],[-76.114716,72.475677],[-75.931946,72.583603],[-75.22348,72.499016],[-74.946106,72.259712],[-76.02417,72.083878],[-76.348053,71.891663],[-75.796661,72.103592],[-75.225899,72.074669],[-75.580421,72.001373],[-75.80249,71.750549],[-76.092018,71.696365],[-75.791107,71.72818],[-75.538605,71.986374],[-75.04361,72.123863],[-74.122223,71.983597],[-74.236526,71.820686],[-75.390213,71.676918],[-74.940269,71.664215],[-75.402504,71.52002],[-74.631386,71.656029],[-75.116241,71.497765],[-74.705208,71.383522],[-75.08139,71.179428],[-74.645981,71.375397],[-74.739586,71.52124],[-74.543884,71.631363],[-74.108673,71.734215],[-74.253616,71.603035],[-74.162605,71.539146],[-73.996948,71.751389],[-73.718887,71.776932],[-73.59243,71.752625],[-74.307487,71.414116],[-74.037224,71.439285],[-74.23156,71.204109],[-73.630829,71.584854],[-73.628754,71.358032],[-73.383545,71.387764],[-73.885971,71.059494],[-73.43486,71.3377],[-73.057358,71.266449],[-73.269028,71.222763],[-73.373741,70.983177],[-72.530838,71.659843],[-71.554169,71.503876],[-71.123604,71.261101],[-71.458336,71.065269],[-71.910828,71.107758],[-72.653893,70.824303],[-72.170692,70.837906],[-72.569458,70.609985],[-71.354446,70.882751],[-70.836121,71.114426],[-70.603058,71.053726],[-70.51535,70.9254],[-70.773331,70.734421],[-71.558609,70.609421],[-71.803055,70.428314],[-71.84375,70.293518],[-71.505417,70.574432],[-71.17305,70.532341],[-71.533363,70.027138],[-71.001534,70.621368],[-69.907288,70.879906],[-69.774651,70.857201],[-70.454727,70.627762],[-70.487915,70.483902],[-69.460564,70.791237],[-68.319725,70.56485],[-68.452011,70.375328],[-68.573608,70.465408],[-68.73555,70.317764],[-69.66806,70.198593],[-70.181381,70.028877],[-69.815826,69.989014],[-70.164444,69.961655],[-70.465836,69.84346],[-69.777222,69.963608],[-69.653336,70.144989],[-68.64563,70.152832],[-69.433327,69.818047],[-69.805832,69.819992],[-69.990555,69.61499],[-69.756462,69.798592],[-69.402504,69.777077],[-68.22139,70.102768],[-68.348053,70.174217],[-68.160004,70.282761],[-67.801384,70.260689],[-67.219864,69.940811],[-67.127777,69.726929],[-68.004585,69.773178],[-68.318962,69.630821],[-70.028893,69.532623],[-68.611938,69.587494],[-66.790413,69.339149],[-66.648064,69.230682],[-66.760216,69.128937],[-67.676392,69.169434],[-68.184479,69.308014],[-69.015015,69.35498],[-69.247742,69.27169],[-68.082848,69.220955],[-68.967773,69.2211],[-68.509171,69.197205],[-68.998047,69.103592],[-69.022774,68.970543],[-68.178329,69.146652],[-67.718887,69.0261],[-68.54715,68.975609],[-67.774094,68.782349],[-69.390137,68.8647],[-68.047493,68.679497],[-68.090981,68.628593],[-68.657776,68.656372],[-68.897774,68.605263],[-68.835831,68.589157],[-67.496529,68.532761],[-67.603333,68.37886],[-67.426102,68.494431],[-66.702362,68.436371],[-67.743881,68.343323],[-67.87159,68.262215],[-67.23819,68.357903],[-67.019653,68.313866],[-67.598618,68.163879],[-67.003059,68.292831],[-66.776184,68.24192],[-66.952919,68.071999],[-66.946655,68.013611],[-66.513626,68.148331],[-66.188049,68.013947],[-66.695,67.863182],[-66.356659,67.821381],[-65.92569,68.160049],[-66.002014,67.628799],[-65.817223,67.964363],[-65.44416,67.989006],[-65.608223,67.790474],[-65.34639,67.593323],[-65.550972,67.780891],[-65.423615,67.898041],[-65.001114,68.055542],[-64.726181,67.988831],[-65.015289,67.862488],[-65.203758,67.651237],[-64.506958,67.807205],[-64.366241,67.760544],[-64.63028,67.66214],[-64.300415,67.731934],[-64.041801,67.528389],[-64.432838,67.475677],[-64.00386,67.455971],[-63.907913,67.301682],[-64.792389,67.3554],[-64.245239,67.29422],[-64.802734,67.204048],[-64.765839,67.190254],[-63.971142,67.275856],[-64.611938,67.132477],[-64.696976,67.009087],[-63.460625,67.224533],[-63.53389,67.102486],[-63.737915,67.044563],[-63.802708,66.992554],[-63.773853,66.974045],[-63.3992,67.151794],[-63.344097,67.273674],[-63.110283,67.329987],[-62.972359,67.229561],[-63.274513,67.11338],[-63.22847,66.974709],[-63.520432,66.910881],[-63.59333,66.831665],[-63.773609,66.818459],[-63.543125,66.813866],[-63.434444,66.904854],[-63.411667,66.703178],[-63.224716,66.899429],[-62.842361,66.959846],[-62.90913,66.646515],[-62.600002,66.951515],[-62.314724,66.729156],[-62.423058,66.923874],[-62.101395,67.054703],[-62.104168,66.915123],[-61.749725,66.948029],[-61.264584,66.626091],[-61.447777,66.538315],[-61.950554,66.676926],[-62.123886,66.626373],[-61.579201,66.481018],[-61.977844,66.412376],[-61.465,66.369698],[-61.877495,66.283325],[-62.456108,66.423874],[-62.708748,66.408524],[-62.320141,66.302757],[-62.673889,66.215683],[-62.883541,66.33374],[-62.710556,66.200684],[-61.959793,66.021584],[-62.964996,66.14846],[-63.061111,66.118599],[-62.411945,65.966789],[-62.317223,65.808029],[-62.860836,65.911102],[-62.570698,65.754501],[-62.829971,65.752213],[-62.649166,65.586655],[-62.929306,65.753601],[-62.9575,65.584991],[-63.206112,65.63694],[-63.43972,65.849983],[-63.368332,65.669434],[-63.718571,65.678207],[-63.323334,65.597069],[-63.612289,65.535751],[-63.302151,65.440079],[-63.651943,65.470406],[-63.335693,65.298035],[-63.546951,64.887207],[-63.824173,64.984711],[-63.691666,65.048592],[-64.377075,65.179146],[-64.239159,65.427406],[-64.550621,65.094292],[-64.91069,65.301506],[-64.690056,65.334816],[-64.903473,65.336617],[-64.418747,65.479843],[-65.141602,65.42672],[-64.711456,65.650818],[-65.335968,65.569572],[-64.801727,65.721931],[-65.501808,65.748878],[-65.357224,65.902481],[-64.737701,65.972832],[-64.716942,66.220543],[-64.36232,66.343216],[-64.716667,66.274155],[-64.941246,66.078606],[-65.876389,65.948029],[-65.963478,66.039146],[-65.644028,66.167412],[-65.480759,66.38485],[-66.073624,66.120529],[-66.4925,66.204575],[-66.571945,66.362061],[-66.443985,66.404739],[-66.767776,66.380539],[-66.851944,66.583328],[-67.032776,66.64402],[-66.887161,66.566513],[-67.734299,66.568802],[-67.146187,66.440254],[-67.404167,66.426651],[-67.131424,66.309288],[-67.282227,66.275269],[-67.989296,66.507561],[-67.163757,66.036095],[-67.188744,65.912415],[-67.824173,65.880814],[-67.938599,65.908035],[-68.026527,66.063309],[-68.24472,66.182755],[-68.843887,66.188728],[-68.047226,66.064987],[-68.328339,65.922272],[-67.821121,65.768051],[-68.0233,65.48838],[-67.277924,65.640129],[-67.455902,65.498871],[-67.060555,65.422066],[-67.407219,65.3395],[-66.932846,65.232758],[-67.104652,65.059837],[-66.732361,65.180054],[-66.694641,64.761864],[-66.618057,65.030273],[-66.148346,64.868866],[-66.215553,64.688171],[-66.02021,64.847839],[-65.85173,64.680397],[-65.937843,64.890404],[-65.66861,64.810127],[-65.739372,64.744225],[-65.707359,64.691437],[-65.562042,64.731544],[-65.714172,64.570541],[-65.701942,64.486229],[-65.078201,64.472206],[-65.200829,64.307686],[-65.65757,64.304977],[-65.053322,64.069298],[-65.189987,64.020264],[-64.673126,64.034363],[-64.985413,63.823814],[-64.95153,63.77541],[-64.532639,63.679642],[-64.495544,63.327774],[-64.617287,63.319714],[-64.488609,63.286591],[-64.65834,63.249161],[-64.94249,63.63221],[-65.297325,63.810162],[-64.909164,63.280548],[-65.14341,63.286938],[-65.083328,63.20388],[-64.630615,62.899021],[-65.252365,62.975338],[-64.948883,62.648605],[-65.328064,62.6661]]],[[[-77.084755,72.839684],[-79.623886,72.763321],[-80.003891,72.867897],[-80.140976,73.214432],[-80.876099,73.333183],[-80.857773,73.741928],[-77.424438,73.554703],[-76.060822,72.903877],[-77.084755,72.839684]]],[[[-105.22583,72.933044],[-105.383057,72.866653],[-106.4543,73.39624],[-107.030754,73.485542],[-106.618332,73.705261],[-105.52597,73.763046],[-104.488266,73.548309],[-104.572357,73.325897],[-105.22583,72.933044]]],[[[-56.489998,73.683319],[-56.342083,73.682343],[-56.833328,73.611374],[-56.963886,73.659706],[-56.489998,73.683319]]],[[[-56.410278,73.541931],[-56.556942,73.554283],[-56.190414,73.625809],[-56.327499,73.556366],[-56.410278,73.541931]]],[[[-124.307503,73.632202],[-124.16777,73.603043],[-124.114716,73.567345],[-124.343613,73.559982],[-124.307503,73.632202]]],[[[-107.645279,73.570267],[-107.930557,73.539429],[-108.081879,73.582207],[-107.584793,73.601578],[-107.645279,73.570267]]],[[[-55.943054,73.570267],[-55.875832,73.52832],[-55.473328,73.428871],[-56.115837,73.556641],[-55.943054,73.570267]]],[[[-55.96389,73.479156],[-55.811527,73.471375],[-55.784168,73.434708],[-56.054028,73.450958],[-55.96389,73.479156]]],[[[-24.397499,73.414703],[-23.212498,73.229843],[-23.657776,73.220261],[-24.247219,73.293045],[-24.907501,73.324432],[-25.006668,73.312057],[-22.93861,73.13472],[-24.403889,73.02388],[-25.710138,73.183319],[-25.243053,73.405823],[-24.397499,73.414703]]],[[[-55.549728,73.314987],[-55.591526,73.347481],[-55.329449,73.392212],[-55.392227,73.361649],[-55.549728,73.314987]]],[[[-55.964722,73.403595],[-55.834026,73.371292],[-56.146805,73.295822],[-56.092773,73.374695],[-55.964722,73.403595]]],[[[-105.024437,72.219986],[-104.820564,71.871643],[-104.360825,71.581657],[-104.578056,71.062492],[-103.556381,70.600815],[-102.923187,70.503075],[-103.126099,70.573883],[-103.025009,70.660263],[-101.59156,70.270294],[-101.555969,70.111511],[-100.999733,70.17276],[-100.924301,69.692619],[-101.326393,69.670952],[-101.450829,69.907349],[-101.69458,69.682487],[-102.235558,69.91526],[-102.672005,69.760483],[-102.480835,69.68734],[-102.603058,69.538315],[-103.481796,69.689148],[-103.013901,69.474152],[-103.18222,69.111099],[-102.832153,69.384163],[-102.30555,69.498459],[-101.933884,69.411095],[-102.217216,69.225266],[-101.753059,69.162903],[-101.851387,68.984421],[-102.89473,68.799988],[-105.136948,68.897766],[-105.248894,68.945526],[-104.920898,69.072342],[-106.407913,69.184563],[-106.316391,69.386658],[-106.611107,69.496994],[-107.342216,69.018875],[-108.530693,68.944977],[-109.104721,68.710541],[-113.260422,68.453041],[-113.041733,68.493736],[-113.671799,68.806648],[-113.547844,69.046371],[-113.686516,69.190674],[-113.553596,69.187195],[-116.532211,69.408875],[-116.578476,69.558174],[-117.243195,69.754997],[-117.432564,69.983452],[-115.167503,70.277771],[-112.556381,70.198456],[-111.452629,70.28318],[-111.494095,70.339775],[-113.938316,70.715271],[-117.551521,70.596237],[-118.410904,71.000259],[-115.066948,71.523872],[-118.112213,71.373596],[-118.312073,71.459015],[-117.681107,71.551376],[-117.90889,71.61499],[-117.711838,71.664085],[-118.903755,71.579437],[-119.134453,71.774574],[-118.69194,72.130539],[-118.123886,72.224434],[-118.588608,72.416656],[-118.20723,72.618591],[-117.353607,72.916382],[-114.666664,73.372475],[-113.959305,73.147766],[-113.974991,72.820122],[-114.558327,72.560806],[-113.4664,72.665268],[-113.590691,72.787903],[-113.028061,73.00943],[-111.229927,72.723457],[-111.269867,72.573326],[-111.899101,72.352974],[-111.663887,72.276382],[-111.301651,72.461792],[-111.112778,72.335266],[-110.708344,72.574295],[-109.785828,72.43248],[-110.282288,72.662903],[-109.773338,72.7202],[-110.743607,72.986786],[-109.659439,72.924988],[-109.040756,72.569504],[-108.618881,72.547623],[-108.660561,72.34124],[-108.191246,71.956444],[-108.238602,71.715126],[-107.837082,71.604149],[-107.261429,71.889633],[-107.779861,72.139297],[-107.879852,72.574638],[-108.29361,73.120255],[-107.876106,73.187195],[-108.084442,73.349991],[-107.069733,73.173874],[-106.861389,73.310806],[-105.85556,73.056931],[-105.323471,72.7388],[-105.504173,72.778877],[-105.024437,72.219986]]],[[[-55.717773,73.36026],[-55.628052,73.298874],[-55.869583,73.330132],[-55.785278,73.36026],[-55.717773,73.36026]]],[[[-55.844444,73.250275],[-55.820004,73.213188],[-56.132217,73.08194],[-56.01722,73.228592],[-55.844444,73.250275]]],[[[-96.771942,73.181656],[-96.577927,73.078049],[-96.640007,72.9636],[-97.138336,73.048874],[-96.771942,73.181656]]],[[[-21.915833,72.675812],[-23.132221,72.870529],[-24.588057,72.954292],[-22.46833,73.001663],[-21.904165,72.9179],[-22.189722,72.808868],[-21.915833,72.675812]]],[[[-55.305832,72.91832],[-55.387779,72.962494],[-55.684513,72.991783],[-55.075562,72.965546],[-55.305832,72.91832]]],[[[-24.778336,72.895264],[-24.896667,72.777771],[-25.214722,72.822769],[-25.145832,72.881653],[-24.778336,72.895264]]],[[[-96.688324,72.883331],[-96.741379,72.72554],[-97.010284,72.776657],[-96.798615,72.881363],[-96.688324,72.883331]]],[[[-55.559166,72.888046],[-55.51445,72.888596],[-55.357014,72.849915],[-55.536667,72.822495],[-55.559166,72.888046]]],[[[-22.31139,72.112762],[-24.3475,72.583603],[-24.476526,72.833595],[-23.149168,72.8368],[-21.928194,72.464706],[-22.760975,72.437614],[-22.134167,72.271652],[-22.31139,72.112762]]],[[[-55.197472,72.845322],[-54.96479,72.808105],[-55.532776,72.551651],[-55.848469,72.614151],[-55.197472,72.845322]]],[[[-55.656662,72.7686],[-56.036667,72.650269],[-56.22541,72.704292],[-55.893333,72.763611],[-55.656662,72.7686]]],[[[-54.946663,72.763046],[-54.846664,72.751938],[-54.801113,72.718178],[-55.060001,72.721657],[-54.946663,72.763046]]],[[[-55.001114,72.685806],[-54.952499,72.657211],[-55.258057,72.596512],[-55.196663,72.677475],[-55.001114,72.685806]]],[[[-55.032501,72.578049],[-55.079727,72.523041],[-55.380554,72.543457],[-55.184723,72.583328],[-55.032501,72.578049]]],[[[-80.036942,72.516388],[-79.919167,72.460678],[-80.13166,72.52124],[-80.036942,72.516388]]],[[[-79.55249,72.451096],[-79.433052,72.414986],[-79.443604,72.36776],[-79.683319,72.430542],[-79.55249,72.451096]]],[[[-78.939987,72.435806],[-78.833893,72.411926],[-78.733337,72.367485],[-79.075287,72.40638],[-78.939987,72.435806]]],[[[-55.015282,72.377197],[-55.344719,72.166931],[-55.688747,72.195816],[-55.523331,72.270264],[-55.015282,72.377197]]],[[[-86.06723,72.293869],[-85.863892,72.297211],[-85.837219,72.262772],[-85.90834,72.217758],[-86.06723,72.293869]]],[[[-74.707779,72.207214],[-74.796661,72.168045],[-74.947083,72.175117],[-74.674301,72.22464],[-74.707779,72.207214]]],[[[-61.690834,56.54805],[-62.136806,56.450825],[-61.67643,56.268604],[-62.077847,56.29187],[-61.348194,56.220268],[-61.450485,56.056313],[-61.240349,56.043953],[-61.499725,56.01305],[-61.117641,55.96492],[-61.090553,55.844154],[-60.735695,55.836243],[-60.879997,55.740963],[-60.619583,55.823467],[-60.661808,55.586933],[-60.508755,55.798328],[-60.332775,55.781311],[-60.530048,55.596905],[-60.317986,55.573189],[-60.478333,55.347488],[-60.325562,55.489017],[-60.195549,55.431381],[-60.683327,54.994995],[-60.074776,55.246937],[-60.289898,55.027248],[-59.777637,55.329441],[-59.735134,55.197002],[-59.965836,55.114716],[-59.431873,55.135441],[-59.802166,54.887268],[-59.914303,54.741104],[-59.156384,55.233879],[-59.38361,54.981201],[-59.033543,55.155891],[-58.904167,54.844711],[-57.349686,54.574959],[-57.697708,54.465267],[-57.422432,54.455547],[-57.625553,54.382633],[-59.581596,54.04298],[-58.375065,54.226723],[-58.6325,54.035271],[-60.082779,53.762497],[-60.136112,53.528465],[-60.382915,53.661587],[-60.856949,53.79277],[-60.103615,53.500549],[-60.407776,53.267216],[-59.07695,53.681801],[-58.550278,54.009163],[-57.796944,54.075092],[-58.35556,54.206383],[-57.46833,54.193878],[-57.080311,53.823467],[-57.535503,53.598515],[-57.31514,53.576664],[-57.338055,53.447353],[-57.014725,53.71138],[-56.474152,53.782383],[-56.671249,53.67638],[-56.029305,53.575829],[-56.259586,53.547596],[-55.808052,53.340546],[-55.75132,53.138329],[-56.164581,53.030201],[-55.834167,52.921936],[-56.060829,52.766106],[-55.763477,52.611244],[-56.48774,52.594292],[-55.645588,52.432873],[-56.189857,52.43697],[-55.707222,52.248329],[-55.699306,52.08527],[-56.951595,51.424576],[-57.739441,51.471657],[-58.624302,51.276382],[-58.62326,51.150547],[-58.993713,51.006104],[-59.01292,50.751385],[-60.005005,50.248878],[-61.720833,50.091934],[-61.583473,50.185547],[-62.400833,50.293331],[-66.449028,50.267773],[-67.141945,49.816936],[-67.372078,49.329994],[-68.590561,49.054161],[-69.678329,48.140827],[-69.96833,48.271938],[-70.779999,48.435547],[-71.039581,48.443878],[-69.732498,48.107563],[-70.226112,47.497425],[-71.299164,46.742218],[-70.506958,47.020271],[-69.450562,47.979156],[-68.202225,48.639854],[-66.225006,49.200829],[-64.825562,49.187767],[-64.21167,48.884991],[-64.157631,48.759857],[-64.530418,48.873703],[-64.165482,48.627766],[-64.246384,48.488045],[-65.305832,48.005554],[-65.896538,48.202492],[-66.843704,47.996651],[-66.355408,48.070271],[-65.79361,47.890831],[-65.631531,47.621937],[-64.803886,47.808186],[-64.674927,47.724854],[-64.910004,47.35305],[-65.36618,47.08548],[-64.802086,47.081524],[-64.904305,46.845966],[-64.504181,46.240273],[-63.826256,46.145134],[-64.093887,46.02166],[-63.66708,45.816662],[-62.67778,45.76416],[-62.461945,45.612495],[-61.919376,45.883953],[-61.884583,45.691307],[-61.468746,45.680687],[-61.260002,45.510277],[-61.460556,45.345272],[-60.970276,45.269714],[-63.444439,44.591938],[-63.653679,44.711174],[-63.520557,44.510273],[-63.634861,44.436378],[-63.931946,44.513603],[-63.908607,44.678047],[-64.087509,44.46777],[-64.200836,44.576385],[-64.337509,44.411934],[-64.255699,44.272629],[-65.481384,43.464439],[-66.167503,43.860828],[-66.118607,44.338043],[-65.851563,44.581104],[-66.194855,44.418045],[-64.393616,45.289787],[-64.485695,45.330269],[-64.320976,45.290894],[-64.383057,45.138325],[-64.156387,44.978325],[-64.158203,45.189014],[-63.369614,45.359856],[-64.935341,45.33173],[-64.274307,45.805828],[-64.478333,45.750549],[-64.750832,46.086658],[-64.583069,45.826942],[-64.782013,45.610271],[-65.88681,45.208328],[-66.092438,45.29953],[-65.999931,45.459229],[-66.191872,45.33131],[-66.058388,45.257553],[-66.42778,45.084991],[-67.206543,45.183037],[-67.034439,44.984993],[-67.178612,44.899158],[-66.970833,44.827911],[-67.189995,44.660267],[-67.546036,44.666866],[-68.059471,44.351799],[-68.107918,44.454994],[-68.559158,44.418884],[-68.615829,44.306381],[-68.813194,44.330273],[-68.796867,44.574612],[-69.248337,43.938042],[-69.369995,44.046944],[-69.50042,43.850407],[-69.52861,44.024261],[-69.651199,43.900833],[-69.617325,44.038849],[-69.719299,43.79208],[-69.771599,44.074299],[-69.83139,43.716171],[-69.922226,43.864716],[-70.172501,43.780548],[-70.191872,43.575546],[-70.810822,42.893608],[-70.805969,42.715897],[-70.58181,42.652836],[-71.044861,42.367214],[-70.717644,42.213879],[-70.68222,41.997215],[-70.332916,41.713882],[-70.01931,41.792564],[-70.244019,42.073948],[-70.074173,42.05888],[-69.93541,41.672497],[-70.648613,41.53944],[-70.726105,41.727768],[-71.188324,41.468323],[-71.114853,41.789509],[-71.271393,41.653046],[-71.389442,41.806694],[-71.511673,41.369991],[-72.906387,41.28611],[-73.934158,40.79805],[-73.866104,41.089157],[-73.951279,41.304436],[-73.904175,40.959435],[-74.020981,40.71735],[-74.133896,40.700825],[-74.259171,40.522217],[-73.95639,40.398186],[-74.088264,39.774853],[-74.045547,40.052979],[-74.151321,39.703743],[-74.90834,38.927357],[-74.894936,39.169022],[-75.415695,39.378044],[-75.55722,39.620407],[-75.424309,39.782772],[-75.137566,39.873947],[-75.028519,40.012306],[-75.459442,39.78833],[-75.604439,39.614021],[-75.572159,39.452908],[-75.044579,38.417213],[-75.960831,37.152214],[-75.930557,37.576103],[-75.644043,37.961174],[-75.878532,37.947559],[-75.846352,38.398777],[-76.037506,38.226654],[-76.242493,38.366936],[-76.265289,38.619713],[-76.028473,38.573746],[-75.960976,38.651588],[-76.342155,38.688255],[-76.255173,38.841034],[-76.104439,38.799091],[-76.224655,38.964088],[-76.359863,38.855412],[-76.072464,39.141659],[-76.22084,39.060822],[-76.168335,39.316521],[-75.83535,39.571938],[-76.359726,39.399994],[-76.416397,39.209717],[-76.610519,39.250374],[-76.39389,39.011036],[-76.537506,38.731659],[-76.378571,38.365204],[-76.679161,38.662525],[-76.663467,38.474712],[-76.371109,38.28833],[-76.312347,38.047302],[-77.044449,38.43832],[-77.243744,38.398258],[-77.006119,38.754997],[-77.016808,38.8643],[-77.061691,38.904572],[-77.320007,38.345268],[-77.068748,38.379017],[-76.243614,37.906101],[-76.353607,37.618599],[-76.931946,38.089714],[-77.12989,38.169121],[-76.290695,37.568607],[-76.239441,37.373463],[-76.376488,37.280514],[-76.68277,37.429718],[-76.267715,37.086311],[-76.389725,36.97332],[-76.653885,37.226936],[-76.990273,37.312908],[-77.232224,37.296387],[-76.29361,36.843323],[-76.255142,36.957912],[-75.987289,36.909229],[-75.532646,35.801521],[-75.945305,36.712421],[-75.899582,36.492771],[-76.034729,36.496658],[-75.793152,36.073849],[-75.976036,36.311378],[-75.926537,36.170891],[-76.199654,36.31739],[-76.070969,36.149296],[-76.518616,36.006939],[-76.746101,36.228184],[-76.729515,35.93985],[-76.026527,35.962215],[-76.103195,35.660408],[-75.85083,35.975269],[-75.720833,35.814507],[-75.740761,35.618465],[-76.14917,35.336937],[-76.496109,35.38472],[-76.588196,35.551033],[-76.652496,35.414993],[-77.049583,35.526939],[-76.468887,35.27166],[-76.761398,34.98777],[-77.068161,35.14978],[-76.965012,34.997772],[-76.753067,34.905266],[-76.453568,35.066761],[-76.453194,34.935234],[-76.271812,34.962631],[-76.343262,34.881939],[-77.309578,34.559715],[-77.428879,34.741936],[-77.381729,34.516453],[-77.705276,34.341934],[-77.934433,33.926941],[-77.927284,34.117561],[-77.955627,34.149017],[-78.02597,33.889366],[-78.827499,33.73027],[-79.196442,33.278938],[-79.271393,33.373322],[-79.205841,33.165543],[-79.388336,33.00819],[-79.815826,32.767212],[-79.942635,32.853466],[-79.877983,32.694851],[-80.327721,32.480408],[-80.669304,32.522911],[-80.465004,32.317493],[-80.631378,32.256386],[-80.832367,32.519993],[-80.672287,32.217075],[-81.165901,31.564857],[-81.329025,31.554789],[-81.204727,31.474716],[-81.284233,31.221245],[-81.488434,31.113468],[-81.25528,29.796665],[-80.55249,28.524998],[-80.446655,27.864441],[-80.603195,28.608608],[-80.843613,28.78097],[-80.757233,28.420691],[-80.035339,26.795691],[-80.397507,25.186655],[-81.146675,25.160412],[-81.135612,25.320538],[-80.917847,25.246872],[-81.340904,25.809719],[-81.736588,25.959442],[-81.969307,26.481829],[-81.785934,26.706903],[-82.023376,26.529219],[-82.017227,26.964718],[-82.19194,26.938049],[-82.15889,26.782879],[-82.396393,26.962357],[-82.655273,27.461662],[-82.424164,27.919439],[-82.691246,28.029858],[-82.59507,27.821873],[-82.724724,27.658051],[-82.854164,27.858608],[-82.628601,28.696384],[-82.80278,29.154995],[-83.071671,29.224438],[-84.010979,30.097637],[-85.357086,29.677773],[-85.412224,29.793747],[-85.3992,29.864681],[-85.347115,29.686974],[-85.307213,29.815969],[-85.629395,30.104628],[-85.476952,30.025829],[-85.39389,30.041525],[-85.746948,30.297218],[-85.845551,30.24708],[-85.725555,30.125828],[-86.337364,30.384439],[-86.104233,30.379093],[-86.260002,30.495829],[-87.126099,30.363884],[-86.936386,30.449997],[-87.160835,30.517775],[-87.306656,30.321384],[-87.52256,30.279293],[-87.340836,30.434578],[-87.420395,30.480946],[-87.568619,30.279442],[-87.733612,30.234993],[-88.021355,30.225479],[-87.757713,30.282429],[-88.020279,30.701107],[-88.131454,30.318954],[-88.980835,30.418327],[-89.593124,30.153259],[-90.236252,30.376524],[-90.42791,30.178606],[-90.349731,30.061665],[-89.673538,30.167149],[-89.84375,30.007082],[-89.625694,29.873398],[-89.399445,30.050831],[-89.404175,29.762497],[-89.752716,29.63298],[-89.008759,29.174162],[-89.404999,28.926662],[-89.272018,29.149649],[-89.38958,29.092081],[-90.182495,29.569859],[-90.026527,29.425135],[-90.209442,29.091108],[-90.444443,29.326107],[-90.765015,29.10944],[-91.254868,29.244301],[-91.33931,29.324718],[-91.126526,29.347359],[-91.838821,29.82826],[-92.148621,29.768887],[-92.099731,29.615551],[-92.308334,29.539719],[-93.240829,29.784996],[-93.850487,29.708815],[-93.796661,29.99416],[-93.958473,29.816662],[-93.858437,29.681625],[-94.754173,29.367912],[-94.476593,29.558886],[-94.765839,29.568054],[-94.757019,29.784998],[-95.060066,29.715063],[-94.887505,29.385275],[-95.086945,29.18194],[-95.148613,29.051249],[-96.212013,28.488119],[-95.990685,28.651037],[-96.64473,28.711939],[-96.399971,28.44173],[-96.659309,28.315207],[-96.800339,28.471521],[-96.882767,28.140274],[-97.169373,28.1618],[-97.022499,28.031666],[-97.194511,27.821802],[-97.51709,27.863815],[-97.279724,27.656105],[-97.412987,27.327288],[-97.769341,27.449717],[-97.633888,27.252497],[-97.429367,27.262289],[-97.56041,26.842081],[-97.137505,25.933193],[-97.651672,24.520275],[-97.741394,22.90583],[-97.888268,22.598818],[-97.697922,21.974722],[-97.31501,21.556524],[-97.413475,21.271734],[-97.372917,21.543539],[-97.742233,22.012497],[-97.175354,20.683956],[-96.460007,19.877499],[-96.295288,19.341108],[-95.801117,18.744999],[-95.182228,18.701803],[-94.469177,18.146248],[-93.58709,18.421387],[-93.129868,18.339581],[-92.004173,18.726248],[-91.85862,18.615694],[-92.035843,18.592636],[-92.041954,18.559998],[-91.813126,18.382637],[-91.495705,18.435555],[-91.186188,18.650068],[-91.385071,18.907358],[-90.731674,19.361526],[-90.676674,19.76833],[-90.455276,19.975971],[-90.45591,20.73229],[-90.279724,21.063053],[-88.147789,21.608055],[-87.249176,21.441387],[-87.133827,21.55722],[-87.410774,21.52861],[-87.078613,21.60611],[-86.829727,21.429234],[-86.913071,20.801941],[-87.42556,20.222776],[-87.472229,20.085972],[-87.444809,19.900192],[-87.469055,19.849024],[-87.449478,19.926441],[-87.481812,19.950727],[-87.736603,19.677568],[-87.657715,19.505552],[-87.412224,19.581665],[-87.676949,19.314999],[-87.488617,19.291386],[-87.847504,18.19083],[-88.073334,18.49361],[-88.039726,18.868193],[-88.2995,18.482929],[-88.077789,18.215553],[-88.282501,17.623886],[-88.168785,17.499107],[-88.298615,17.238331],[-88.213341,16.962082],[-88.36129,16.501768],[-88.347229,16.602776],[-88.910568,15.89361],[-88.618065,15.69854],[-88.551392,15.940832],[-88.136955,15.682846],[-87.707779,15.921283],[-87.474449,15.784443],[-86.357788,15.769444],[-85.910149,15.955832],[-86.011604,16.021629],[-84.260147,15.825971],[-83.85556,15.459999],[-84.209518,15.545658],[-84.074455,15.349165],[-83.83007,15.270971],[-83.963898,15.407639],[-83.771118,15.280208],[-83.758347,15.196665],[-83.531403,15.268888],[-83.570419,15.158124],[-83.507225,15.280555],[-83.616684,15.347245],[-83.393478,15.256388],[-83.131851,14.992979],[-83.419106,14.809443],[-83.186951,14.323889],[-83.513336,13.635555],[-83.478485,12.423888],[-83.632713,12.479582],[-83.537094,12.770694],[-83.602921,12.818192],[-83.676956,12.050554],[-83.828094,11.875832],[-83.653442,11.602811],[-83.847511,11.174582],[-83.104866,10.009721],[-82.363617,9.407221],[-82.242783,9.002359],[-81.816391,8.945276],[-81.88633,9.17361],[-81.507294,8.793123],[-81.153061,8.787498],[-80.117508,9.206944],[-79.534454,9.620138],[-78.034386,9.228818],[-77.366669,8.674999],[-77.468582,8.4717],[-77.215561,7.937222],[-77.577438,7.52618],[-77.744034,7.719999],[-77.889725,7.228889],[-78.432785,8.048887],[-78.257233,8.101944],[-78.143639,8.40167],[-77.995193,8.232459],[-77.779175,8.154999],[-78.107513,8.455832],[-78.413063,8.34361],[-78.507233,8.616943],[-79.05307,8.966665],[-78.979103,9.13854],[-79.697784,8.866665],[-79.952789,8.450832],[-80.47126,8.215554],[-80.002296,7.468402],[-80.85112,7.210278],[-81.05806,7.873333],[-81.217926,7.608263],[-81.496948,7.69861],[-81.738617,8.162498],[-82.287231,8.313332],[-82.80751,8.293055],[-82.898849,8.025669],[-83.344032,8.728055],[-83.480423,8.704547],[-83.279457,8.377638],[-83.595566,8.468332],[-83.73584,8.612499],[-83.626465,9.036457],[-84.618614,9.579444],[-84.707504,9.918333],[-85.070023,10.15534],[-85.238548,10.10729],[-84.897232,9.807499],[-85.142227,9.589443],[-85.345001,9.832777],[-85.656677,9.904999],[-85.857513,10.369443],[-85.632507,10.621666],[-85.911392,10.891109],[-85.669586,11.054998],[-87.689827,12.917707],[-87.557503,13.051249],[-87.41806,12.915833],[-87.297783,12.922117],[-87.51181,13.27729],[-87.398338,13.412359],[-87.836952,13.436318],[-87.93779,13.156387],[-88.220001,13.158054],[-88.55043,13.273957],[-88.708168,13.260936],[-88.535065,13.19911],[-89.818542,13.535797],[-90.492233,13.900276],[-91.384735,13.978888],[-92.218903,14.521666],[-92.770493,15.171597],[-93.938614,16.093887],[-94.400291,16.295553],[-94.052643,16.047638],[-94.691254,16.190691],[-94.578827,16.315207],[-94.791534,16.260067],[-94.859177,16.427082],[-95.062675,16.272116],[-94.857788,16.215832],[-96.47612,15.64361],[-97.792786,15.972083],[-98.782227,16.553055],[-99.685982,16.706944],[-101.011124,17.265274],[-101.952789,17.97847],[-102.170288,17.918331],[-103.450012,18.31361],[-103.971947,18.87722],[-104.951683,19.315277],[-105.678337,20.383055],[-105.244728,20.57465],[-105.321808,20.765484],[-105.536186,20.792568],[-105.241386,21.06472],[-105.189453,21.437496],[-105.650276,21.981249],[-105.820427,22.664024],[-106.915695,23.865137],[-107.72773,24.471127],[-107.596405,24.428247],[-107.618034,24.517204],[-107.995491,24.649096],[-107.990005,24.959511],[-108.104172,24.821941],[-108.22126,25.029442],[-108.042511,25.073608],[-108.39418,25.141109],[-108.765289,25.539303],[-109.108902,25.526108],[-108.970291,25.564442],[-108.83493,25.793608],[-109.141045,25.583054],[-109.4375,25.820274],[-109.231667,26.319443],[-109.103897,26.283607],[-109.444313,26.715553],[-109.753891,26.69611],[-109.949043,27.09347],[-110.529716,27.371109],[-110.63459,27.662359],[-110.51136,27.854998],[-111.10334,27.936943],[-112.161949,28.971388],[-112.213478,29.306108],[-113.08139,30.698887],[-113.091675,31.229719],[-113.589737,31.331665],[-113.974693,31.655693],[-114.020844,31.497637],[-114.217506,31.522221],[-115.031143,31.959997],[-114.786667,31.664165],[-114.880699,31.151665],[-114.70639,30.927498],[-114.545288,30.00111],[-113.667923,29.284164],[-113.508751,28.896248],[-113.194931,28.813816],[-113.115906,28.486456],[-112.863197,28.418505],[-112.753059,27.837498],[-112.346672,27.541386],[-111.858612,26.661942],[-111.687508,26.600588],[-111.844994,26.902081],[-111.561882,26.71965],[-111.299728,25.780277],[-110.686256,24.896387],[-110.691185,24.386873],[-110.354172,24.115833],[-110.210007,24.348194],[-109.799728,24.012218],[-109.68251,23.656666],[-109.407501,23.461248],[-109.438896,23.225832],[-109.998192,22.881943],[-110.311188,23.560692],[-112.087509,24.756107],[-112.100143,25.728054],[-112.378342,26.254997],[-113.215012,26.703333],[-113.130981,26.959997],[-113.275253,26.781359],[-113.598824,26.739582],[-114.475494,27.238054],[-115.023064,27.768608],[-113.985008,27.700832],[-114.30764,27.865925],[-114.128555,28.023659],[-114.061317,28.517569],[-114.945984,29.373888],[-115.696671,29.774233],[-116.055489,30.796524],[-116.675629,31.56076],[-116.608131,31.844511],[-116.864174,32.021385],[-117.141388,32.680614],[-117.25499,32.657139],[-117.409439,33.244156],[-118.108185,33.756939],[-118.400017,33.749855],[-118.530006,34.047913],[-119.129173,34.113884],[-119.541672,34.414154],[-120.605827,34.558601],[-120.618195,35.139439],[-121.86763,36.315338],[-121.943253,36.594574],[-121.799164,36.884018],[-122.379021,37.199989],[-122.49028,37.529991],[-122.379639,37.813812],[-122.357773,37.615826],[-122.064301,37.459297],[-122.005836,37.471375],[-122.39341,37.95916],[-122.225273,38.064159],[-121.427216,38.012909],[-122.36528,38.155548],[-122.505486,37.831039],[-122.95639,38.058044],[-122.803047,38.08194],[-123.701523,38.930412],[-123.867493,39.869156],[-124.331184,40.272457],[-124.039993,41.427773],[-124.524437,42.866104],[-124.378532,43.319019],[-124.142784,43.371693],[-124.30249,43.400543],[-124.115829,43.725266],[-123.871613,45.52898],[-123.95195,46.181107],[-123.506256,46.250134],[-123.263474,46.144855],[-123.163574,46.19519],[-123.430412,46.286938],[-124,46.323608],[-124.03875,46.656654],[-123.941246,46.392979],[-123.940826,46.636658],[-123.75946,46.685623],[-124.097504,46.861382],[-123.801247,46.976791],[-124.074997,47.066246],[-124.164169,46.946381],[-124.71431,48.397076],[-123.934723,48.175827],[-122.749435,48.15395],[-122.63028,47.915825],[-122.747772,47.763054],[-122.849297,47.831379],[-123.147926,47.371655],[-123.006668,47.368465],[-122.876106,47.414993],[-123.097496,47.400826],[-122.514099,47.922073],[-122.460037,47.763741],[-122.680832,47.639229],[-122.536522,47.593182],[-122.547768,47.288048],[-122.619164,47.420547],[-122.748962,47.189297],[-122.797501,47.395271],[-123.064857,47.113884],[-122.639717,47.151932],[-122.313538,47.371796],[-122.418327,47.672218],[-122.2911,47.958187],[-122.374405,48.213428],[-122.528465,48.182907],[-122.392845,48.309437],[-122.59095,48.425793],[-122.679581,48.418324],[-122.486244,48.452702],[-122.5,48.744854],[-122.867561,49.079124],[-123.086533,48.972073],[-123.207367,49.125408],[-123.24791,49.272495],[-122.91806,49.290829],[-122.855133,49.438114],[-123.236389,49.338882],[-123.165619,49.701172],[-123.491661,49.5084],[-123.516533,49.385475],[-123.961678,49.51194],[-123.992775,49.740967],[-123.791595,49.510136],[-123.535767,49.697105],[-123.806381,49.643536],[-123.934715,49.7761],[-123.872841,49.872421],[-123.95681,49.95763],[-123.748962,50.085064],[-123.987213,50.21093],[-123.813606,50.090687],[-123.998398,50.00222],[-123.982216,49.803741],[-124.035103,49.918011],[-124.432777,49.767635],[-124.741943,49.958328],[-124.818092,50.063919],[-124.703339,49.995544],[-124.602913,50.24041],[-124.713066,50.323811],[-124.356522,50.49593],[-125.075287,50.320969],[-124.858887,50.588184],[-124.806938,50.919579],[-125.117462,50.438046],[-125.548485,50.497585],[-125.467987,50.711243],[-125.703682,50.429504],[-126.276947,50.516312],[-126.186127,50.557362],[-126.27021,50.627354],[-125.738327,50.682213],[-125.620132,50.752083],[-125.507858,50.941483],[-125.610817,51.087769],[-125.73111,50.73555],[-126.135567,50.681534],[-126.198883,50.855827],[-126.557289,50.84034],[-126.488396,50.917702],[-126.246384,50.898605],[-126.179298,50.948044],[-127.173149,50.922215],[-127.018608,50.81847],[-127.53743,51.005692],[-126.821732,51.065884],[-126.689308,51.112633],[-126.657639,51.190334],[-127.199577,51.056797],[-127.789993,51.165543],[-127.132568,51.328465],[-127.767563,51.321175],[-127.551666,51.468323],[-127.496391,51.6143],[-126.708054,51.641937],[-126.620003,51.679993],[-126.660278,51.792221],[-126.698051,51.664574],[-127.4375,51.675236],[-127.347252,51.857944],[-127.659157,51.457497],[-127.876106,51.668602],[-127.864777,51.900894],[-127.174644,52.309158],[-126.675407,51.990894],[-126.940826,52.303879],[-126.734299,52.371517],[-127.228058,52.453049],[-126.922775,52.72263],[-126.974167,52.833672],[-127.61499,52.293327],[-127.873047,52.22332],[-127.893394,52.511452],[-128.007019,52.337421],[-128.067642,52.450825],[-127.883675,52.577358],[-128.39389,52.291382],[-128.222,52.4702],[-128.131653,52.876381],[-128.438614,52.820827],[-128.539734,53.131935],[-128.853882,53.279716],[-128.969574,53.553185],[-128.523621,53.39666],[-128.131927,53.448875],[-127.948608,53.254303],[-127.870926,53.237175],[-128.126923,53.481102],[-128.81485,53.621239],[-128.770569,53.79583],[-128.476715,53.838535],[-128.678864,53.909191],[-128.606171,54.029785],[-129.217499,53.640274],[-129.272797,53.379158],[-130.100266,53.944294],[-130.049164,54.150963],[-129.614166,54.178917],[-129.474289,54.239365],[-130.117905,54.154987],[-130.48111,54.364716],[-130.41188,54.628742],[-130.06041,54.338047],[-129.960129,54.319645],[-130.371368,54.661381],[-129.910278,54.605553],[-130.199646,54.728809],[-130.167908,54.854088],[-129.623749,55.000134],[-129.975555,55.06694],[-129.47818,55.470753],[-129.786957,55.566666],[-129.815704,55.286526],[-130.109024,54.99395],[-129.946381,55.285408],[-130.128311,55.735962],[-129.995407,55.92659],[-130.174438,55.757217],[-129.993652,55.281036],[-130.365967,54.904434],[-130.709259,54.767876],[-130.742661,54.955093],[-130.837769,54.767284],[-130.982208,55.051102],[-130.702789,55.116936],[-130.474152,55.325932],[-130.727783,55.126381],[-131.058762,55.127487],[-130.931534,55.284645],[-130.616104,55.2943],[-130.861267,55.310062],[-130.886398,55.707909],[-131.169464,55.941658],[-131.012787,56.106522],[-131.900574,55.85527],[-131.759109,55.814091],[-131.954987,55.501106],[-132.16806,55.584438],[-132.24527,55.723877],[-131.947495,55.964504],[-131.956787,56.164921],[-131.769745,56.196938],[-131.900848,56.226933],[-131.993042,56.357773],[-132.34166,56.523323],[-132.315735,56.633373],[-132.551117,56.637703],[-132.364975,56.817146],[-132.76889,56.84388],[-132.804138,57.083813],[-133.488586,57.1661],[-133.065964,57.346794],[-133.441315,57.355412],[-133.506821,57.484295],[-133.317856,57.590057],[-133.599365,57.574509],[-133.640564,57.696381],[-133.006424,57.51395],[-133.544525,57.768883],[-133.544342,57.90815],[-133.183334,57.89138],[-133.557648,57.923603],[-133.700607,57.791523],[-133.813019,57.972935],[-133.680206,58.145962],[-133.913345,57.980129],[-134.059723,58.07888],[-134.008957,58.389935],[-133.774033,58.514996],[-133.972702,58.497837],[-134.149246,58.200478],[-134.518478,58.35569],[-134.757645,58.381969],[-134.951111,58.815128],[-135.145432,58.843117],[-135.347839,59.464157],[-135.459717,59.290825],[-135.303391,59.092838],[-135.546677,59.225334],[-135.085541,58.233047],[-135.321243,58.249718],[-135.470901,58.471447],[-135.910355,58.381104],[-135.836533,58.538189],[-136.065689,58.818325],[-135.765945,58.895962],[-136.164108,59.027424],[-136.094437,58.862492],[-136.236511,58.751728],[-137.064301,59.061867],[-136.977478,58.988884],[-137.118591,58.822704],[-136.558624,58.832214],[-136.342911,58.680336],[-136.519241,58.610271],[-136.255569,58.649994],[-136.028336,58.385273],[-136.479431,58.415825],[-136.367355,58.298534],[-136.647781,58.334503],[-136.658905,58.216518],[-138.599533,59.123219],[-138.439224,59.184643],[-139.710541,59.495827],[-139.481247,59.985058],[-139.316956,59.869987],[-139.290009,59.572773],[-139.270798,59.800823],[-138.899734,59.805336],[-139.5,60.033051],[-140.403351,59.698044],[-141.376648,59.866386],[-141.256958,59.995968],[-141.384857,60.137909],[-141.730957,59.953327],[-142.717224,60.109993],[-143.900574,59.991104],[-144.931534,60.297356],[-144.611389,60.715546],[-145.288467,60.350689],[-145.859436,60.491661],[-145.625366,60.667004],[-146.261612,60.654434],[-146.038055,60.795689],[-146.644028,60.694084],[-146.125259,60.845406],[-146.755432,60.952492],[-146.296814,61.129295],[-147.366943,60.887772],[-147.537003,60.917374],[-147.550964,61.153183],[-147.66806,60.85305],[-148.050278,60.947353],[-147.715683,61.275406],[-148.071518,61.017773],[-148.188049,61.094711],[-148.404175,61.054436],[-148.163956,61.057018],[-148.344574,60.812492],[-148.468323,60.839714],[-148.692368,60.78812],[-148.45929,60.797489],[-148.631104,60.750275],[-148.660278,60.671246],[-148.229721,60.765827],[-148.251648,60.702827],[-148.204575,60.617489],[-148.481094,60.578117],[-148.687149,60.451588],[-148.08548,60.600132],[-147.937851,60.451378],[-148.366089,60.247215],[-148.098877,60.205967],[-148.32431,60.163189],[-148.438522,59.94846],[-149.077484,60.056381],[-149.275299,59.867493],[-149.419739,60.116241],[-149.628052,59.821938],[-149.523682,59.726795],[-149.666885,59.812492],[-149.734283,59.954678],[-149.750824,59.659153],[-150.027786,59.796314],[-149.918259,59.713116],[-150.013641,59.627487],[-150.344711,59.466518],[-150.22467,59.715477],[-150.486725,59.463882],[-150.541687,59.59166],[-150.907501,59.243324],[-151.723328,59.16082],[-151.976242,59.275826],[-150.997894,59.780827],[-151.469223,59.63673],[-151.878311,59.759995],[-151.302643,60.388329],[-151.406738,60.728111],[-150.404175,61.0368],[-149.029739,60.851658],[-150.062012,61.157768],[-149.252045,61.492493],[-149.634857,61.487354],[-149.994583,61.258923],[-150.626373,61.286385],[-151.583618,60.976936],[-151.80014,60.854992],[-151.709717,60.731865],[-152.225052,60.557354],[-152.421783,60.293259],[-153.078888,60.298187],[-152.587494,60.046383],[-153.277573,59.818951],[-153.001953,59.819298],[-153.042648,59.709438],[-153.348328,59.628601],[-153.420563,59.766106],[-153.743332,59.43721],[-154.143631,59.376099],[-153.996796,59.353882],[-154.256958,59.132767],[-153.261185,58.859573],[-154.102692,58.480061],[-154.005096,58.382004],[-154.354233,58.278328],[-154.114639,58.280407],[-154.235672,58.130688],[-155.033401,58.01461],[-155.311127,57.734436],[-155.606934,57.789303],[-155.734436,57.551384],[-156.48999,57.331108],[-156.34166,57.17083],[-156.552292,56.978878],[-156.940826,56.962494],[-157.206665,56.770546],[-157.427933,56.857494],[-157.583328,56.707352],[-157.470123,56.62027],[-157.787231,56.678329],[-158.115677,56.560581],[-157.882629,56.467491],[-158.428482,56.440128],[-158.637421,56.258743],[-158.12645,56.235199],[-158.50528,55.988884],[-158.600403,56.100964],[-158.484222,56.179779],[-158.601105,56.188042],[-158.675354,55.954231],[-159.36145,55.874363],[-159.667236,55.577217],[-159.624023,55.812073],[-159.842636,55.850269],[-160.507782,55.478043],[-160.633057,55.566666],[-161.248886,55.347908],[-161.509903,55.368393],[-161.483734,55.483463],[-161.145279,55.53027],[-161.5625,55.622765],[-162.043198,55.230125],[-161.975281,55.099159],[-162.445038,55.036427],[-162.636383,55.297356],[-162.56694,54.957977],[-162.873886,54.930965],[-163.179443,55.139576],[-163.053085,54.932663],[-163.352905,54.809715],[-163.326248,55.117077],[-162.548904,55.342491],[-161.807632,55.883739],[-161.068329,55.93499],[-160.679581,55.695824],[-160.790146,55.87756],[-160.250076,55.771519],[-160.57402,55.99374],[-160.346954,56.285553],[-159.035004,56.804993],[-158.639038,56.762913],[-158.682785,57.01263],[-158.285278,57.324165],[-157.741669,57.56221],[-157.641388,57.483879],[-157.397919,57.492771],[-157.704163,57.637352],[-157.611374,58.084023],[-157.139038,58.164436],[-157.543198,58.266243],[-157.551392,58.387772],[-157.072495,58.739437],[-156.781815,59.151241],[-157.111938,58.874435],[-158.190964,58.6068],[-158.559235,58.808186],[-158.488113,59.000755],[-157.992767,58.904991],[-158.53862,59.173744],[-158.616089,58.921104],[-158.821243,58.968464],[-158.7789,58.77388],[-158.907227,58.724434],[-158.710892,58.492771],[-158.897522,58.395546],[-159.620895,58.944088],[-159.914307,58.770409],[-160.322769,59.058327],[-161.632202,58.599159],[-162.16597,58.655128],[-161.699158,58.763325],[-161.792786,59.017212],[-161.568405,59.106659],[-161.994019,59.147076],[-161.955826,59.380688],[-161.709641,59.496937],[-162.236526,60.063606],[-162.156052,60.244923],[-162.369583,60.169434],[-162.221924,60.581665],[-161.879425,60.702217],[-162.261673,60.616379],[-162.569458,60.316383],[-162.448334,60.169716],[-162.542236,59.988045],[-164.065277,59.824165],[-164.214218,59.950058],[-164.094223,59.977768],[-165.138397,60.44096],[-164.979645,60.540409],[-165.42244,60.552147],[-164.659317,60.911659],[-164.655853,60.819992],[-164.27092,60.782906],[-164.437424,60.559155],[-163.951385,60.780548],[-163.67543,60.586239],[-163.412506,60.757214],[-163.88884,60.854317],[-163.55513,60.897106],[-165.150299,60.928047],[-164.822083,61.10305],[-165.366867,61.201797],[-164.71936,61.625336],[-165.197647,61.406517],[-165.40358,61.202454],[-165.386688,61.068604],[-165.873596,61.33263],[-165.79306,61.519714],[-166.197357,61.590267],[-166.147705,61.713776],[-165.82695,61.68124],[-166.092697,61.815964],[-165.633331,61.846939],[-165.701538,62.115967],[-165.247223,62.446098],[-165.001129,62.537498],[-164.636414,62.417496],[-164.847763,62.569332],[-164.493362,62.746731],[-164.786041,62.652348],[-164.876801,62.838047],[-164.698273,63.01923],[-164.318054,63.009647],[-164.584518,63.13409],[-164.401123,63.214993],[-163.111664,63.051933],[-162.305984,63.540623],[-162.03418,63.482491],[-162.142242,63.42527],[-161.151672,63.512497],[-160.78125,63.874573],[-161.189026,64.414154],[-161.529175,64.418869],[-161.017166,64.510475],[-160.782791,64.719154],[-161.174576,64.938034],[-161.425705,64.770828],[-162.107773,64.71624],[-162.790283,64.336105],[-163.170013,64.655258],[-163.352631,64.590683],[-163.040558,64.518318],[-163.138748,64.412689],[-163.82193,64.589157],[-165.028625,64.443863],[-166.121368,64.574707],[-166.489639,64.73658],[-166.422241,64.919144],[-166.696671,64.995888],[-166.722488,65.055397],[-166.846939,65.088043],[-166.919739,65.131363],[-166.959793,65.179909],[-166.054169,65.250023],[-167.462357,65.42012],[-168.131958,65.662956],[-166.259888,66.180122],[-165.511292,66.157135],[-165.887375,66.236511],[-164.361938,66.59388],[-163.933624,66.608597],[-163.642365,66.566719],[-163.931793,66.578049],[-163.756409,66.515541],[-163.857483,66.276237],[-164.173996,66.190674],[-163.656403,66.070541],[-161.816406,65.974991],[-161.523346,66.2686],[-161.015564,66.183868],[-161.52002,66.402206],[-161.913483,66.276649],[-161.900436,66.530128],[-162.633759,66.865814],[-162.329575,66.95575],[-161.63028,66.4561],[-161.186127,66.538589],[-160.78334,66.371094],[-160.235001,66.398048],[-160.240265,66.64415],[-161.716644,66.628311],[-161.897797,66.728317],[-161.7211,66.950676],[-161.498535,66.960464],[-161.667786,67.020538],[-162.4608,66.998146],[-162.352478,67.120819],[-162.383606,67.163742],[-162.559509,67.010406],[-163.727203,67.112206],[-164.124146,67.609985],[-166.823624,68.348732],[-166.372604,68.416763],[-166.207489,68.883461],[-164.324707,68.930542],[-163.645294,69.106934],[-163.12027,69.38472],[-163.003906,69.752777],[-161.94223,70.307205],[-161.766968,70.257225],[-162.114212,70.154297],[-159.929092,70.586929],[-160.193893,70.470123],[-159.836121,70.268326],[-159.819458,70.484421],[-159.305649,70.530678],[-160.110123,70.631371],[-159.672363,70.796089],[-159.303345,70.864151],[-159.146896,70.822906],[-159.445419,70.778183],[-157.880463,70.856354],[-156.596725,71.35144],[-155.592499,71.16832],[-156.177292,70.917763],[-155.98735,70.900543],[-155.973602,70.755829],[-155.186676,70.994148],[-155.274109,71.086433],[-155.094437,71.150131],[-155.062088,71.010269],[-154.821106,71.094986],[-154.595749,71.00193],[-154.612625,70.827621],[-154.203613,70.77652],[-153.222504,70.928589],[-152.37915,70.861649],[-152.217224,70.813042],[-152.492691,70.646095],[-152.077362,70.578392],[-152.619461,70.558388],[-151.736649,70.558594],[-151.970261,70.445671],[-151.229858,70.372963],[-150.779999,70.502213],[-149.174713,70.490814],[-144.952209,69.968323],[-143.215546,70.11026],[-141.38208,69.639709],[-139.143066,69.510818],[-137.255005,68.948318],[-135.160004,68.657211],[-135.617554,68.886581],[-134.977478,68.878311],[-134.810287,68.924423],[-134.469299,68.709435],[-134.282776,68.681366],[-134.225128,68.697525],[-134.262512,68.736374],[-134.287506,68.753601],[-134.423065,68.831665],[-134.619156,68.988037],[-134.558609,69.085266],[-134.347427,69.104492],[-133.664459,69.387909],[-133.073059,69.434982],[-132.89389,69.65387],[-132.146973,69.685257],[-131.417007,69.954018],[-131.190689,69.824852],[-130.930298,70.083054],[-130.548615,70.166794],[-129.969299,70.070549],[-129.682648,70.26548],[-129.407471,70.10318],[-130.923889,69.565262],[-131.05307,69.637207],[-132.001816,69.529289],[-132.116638,69.357208],[-132.764038,69.251656],[-132.905273,69.042755],[-133.491928,68.824158],[-133.321381,68.746368],[-133.045837,68.690948],[-132.918335,68.690262],[-133.354156,68.832214],[-132.478256,68.804634],[-132.772812,68.859688],[-132.868103,69.064011],[-132.313339,69.234291],[-132.222504,69.141663],[-131.645706,69.472763],[-131.432693,69.433067],[-131.49942,69.332489],[-131.239563,69.491234],[-131.329987,69.318329],[-131.166504,69.40493],[-131.225464,69.580719],[-131.134583,69.364632],[-131.130966,69.614426],[-131.105682,69.326408],[-130.946548,69.534882],[-131.030197,69.342453],[-130.902695,69.381256],[-131.024719,69.209717],[-130.937225,69.13443],[-130.943542,69.267212],[-130.364288,69.680122],[-128.894043,69.970398],[-129.164673,69.82943],[-129.151382,69.700813],[-128.925018,69.680817],[-128.317352,69.953323],[-128.343048,70.116928],[-127.516251,70.223595],[-128.197769,70.397209],[-128.001801,70.589569],[-127.180962,70.276382],[-126.261665,69.532417],[-125.420837,69.312599],[-125.089447,69.449707],[-125.617012,69.42067],[-125.132423,69.488228],[-125.363533,69.689278],[-124.825836,69.717072],[-125.276398,69.808243],[-124.795273,70.008881],[-125.197556,70.00267],[-124.994858,70.079292],[-124.562225,70.012077],[-124.423607,70.056366],[-124.745689,70.124283],[-124.436111,70.151093],[-124.358612,70.068604],[-124.496735,69.723801],[-124.040833,69.701385],[-124.446663,69.367203],[-123.471947,69.382484],[-123.16597,69.498322],[-122.961044,69.832001],[-121.683884,69.793594],[-120.231667,69.391663],[-117.145271,68.885544],[-115.960007,68.804703],[-116.319717,68.956306],[-115.593063,68.971649],[-114.066521,68.469704],[-114.021042,68.244011],[-115.232292,68.181717],[-115.120995,68.01519],[-115.535828,67.920952],[-115.108612,67.797623],[-112.395844,67.679153],[-111.012085,67.76416],[-110.07737,68.005554],[-109.731514,67.718597],[-109.062775,67.712074],[-108.828064,67.351509],[-108.662773,67.628448],[-108.49263,67.357269],[-108.384094,67.444351],[-108.020561,67.294708],[-107.877907,67.050545],[-108.621246,67.151932],[-107.228615,66.348877],[-107.746658,66.92276],[-107.643478,67.074989],[-107.487358,66.921021],[-107.667923,66.938538],[-107.56736,66.835686],[-107.42041,66.806648],[-107.414024,66.972069],[-107.089172,66.819435],[-107.648621,67.359985],[-107.578407,67.486267],[-107.99646,67.695816],[-107.658333,67.94046],[-107.914238,67.991989],[-107.887917,68.084991],[-107.355827,68.047768],[-106.620964,68.247337],[-106.426666,68.154572],[-106.459373,68.337761],[-105.745697,68.414154],[-105.651802,68.636101],[-106.543877,68.511932],[-106.564438,68.290535],[-106.78756,68.410538],[-107.883469,68.26506],[-107.624023,68.164436],[-108.39431,68.114014],[-108.399033,68.292061],[-108.815971,68.266098],[-108.345284,68.601929],[-106.208061,68.940948],[-105.480202,68.723801],[-105.380829,68.486649],[-105.525421,68.407349],[-104.884743,68.339706],[-104.932632,68.234566],[-104.603897,68.234352],[-104.500488,68.033386],[-103.421661,68.166656],[-103.36763,68.008324],[-102.800278,67.820831],[-101.542503,67.679428],[-100.395554,67.847488],[-99.210556,67.70694],[-98.359787,67.795883],[-98.721947,67.951233],[-98.615555,68.074707],[-98.094452,67.766098],[-97.598328,67.603455],[-97.138901,67.674149],[-97.247231,67.927757],[-97.68306,68.0186],[-98.111244,67.838875],[-98.583542,68.146095],[-98.329727,68.172134],[-98.710213,68.362],[-97.745972,68.367615],[-98.010422,68.501785],[-97.844444,68.541374],[-97.259171,68.46666],[-96.939163,68.2397],[-96.407364,68.313454],[-96.781113,68.015549],[-95.980286,68.254715],[-96.174713,67.643051],[-96.454865,67.474564],[-96.110619,67.466789],[-96.249512,67.249084],[-96.122215,67.214989],[-95.571388,67.378456],[-95.827156,67.16658],[-95.435547,67.193863],[-95.340279,66.98262],[-96.455551,67.064148],[-95.741379,66.638046],[-95.659027,66.729912],[-96.089096,66.91349],[-95.224724,66.977966],[-95.349304,67.1511],[-95.168045,67.282967],[-95.334587,67.3461],[-95.324722,67.529289],[-95.70639,67.729492],[-95.470345,68.059425],[-94.71653,68.058792],[-93.619156,68.544144],[-93.638336,68.961517],[-94.490829,68.728867],[-94.625,68.761383],[-94.599098,68.961861],[-94.072647,69.135818],[-94.322983,69.152901],[-94.259171,69.32666],[-93.533264,69.431778],[-93.848747,69.16964],[-93.367569,69.373932],[-93.562775,69.375816],[-93.440407,69.477905],[-93.536667,69.522209],[-94.279175,69.440262],[-94.62944,69.683044],[-94.854721,69.566238],[-96.028053,69.809151],[-96.56945,70.25985],[-96.232773,70.562195],[-95.800201,70.53418],[-96.054924,70.605888],[-95.816666,70.709709],[-96.202789,70.621643],[-96.60791,70.791237],[-96.371727,71.092758],[-96.555618,71.133667],[-96.134171,71.409714],[-95.54319,71.290398],[-95.547775,71.487762],[-95.900421,71.606232],[-94.613678,71.863037],[-95.21611,71.944145],[-94.530289,71.994431],[-94.390762,71.933655],[-94.644165,71.818329],[-94.360893,71.798447],[-94.417152,71.662346],[-93.734306,71.767769],[-93.809586,71.648598],[-92.983536,71.346855],[-92.854446,71.151382],[-92.982498,70.825546],[-92.203606,70.608452],[-91.950279,70.258881],[-91.733467,70.357765],[-91.513481,70.156303],[-92.268341,70.208878],[-92.441254,70.073326],[-91.943184,70.018044],[-92.918884,69.676994],[-92.340836,69.694138],[-91.802292,69.50415],[-91.195412,69.654564],[-91.097359,69.63089],[-91.562424,69.517311],[-90.3134,69.448112],[-90.702568,69.451164],[-90.588402,69.414703],[-90.790283,69.362762],[-90.903885,69.246368],[-91.433746,69.349495],[-90.436386,68.87442],[-90.604401,68.44957],[-90.263199,68.235817],[-89.729172,68.699142],[-89.711945,69.010406],[-89.314445,69.249298],[-88.968887,69.241364],[-88.045273,68.818596],[-87.800552,68.31192],[-87.935272,68.197205],[-88.221939,68.36554],[-88.389168,68.288734],[-88.371246,67.96283],[-88.132225,67.659988],[-87.359161,67.253525],[-87.510422,67.114632],[-86.966942,67.249077],[-87.087151,67.346863],[-86.874435,67.404984],[-86.529381,67.350258],[-86.523338,67.676643],[-85.895004,68.051231],[-85.669449,68.719017],[-84.794159,68.733871],[-85.184814,68.859741],[-84.534302,69.014854],[-85.475555,69.274155],[-85.343887,69.442337],[-85.540695,69.471657],[-85.514725,69.768051],[-85.337502,69.772766],[-85.554993,69.859703],[-84.375824,69.857483],[-83.705002,69.703598],[-82.259033,69.637215],[-82.653885,69.623032],[-82.488541,69.497688],[-83.228058,69.538589],[-82.228889,69.394089],[-82.273056,69.237488],[-81.335701,69.184982],[-82.049789,68.877136],[-81.382767,68.866653],[-81.259033,68.641792],[-81.964447,68.422203],[-82.632507,68.500954],[-82.264305,68.279572],[-82.314438,68.146652],[-81.989235,68.204086],[-82.174721,67.999985],[-82.099724,67.904846],[-81.242218,67.470123],[-81.50222,67.000961],[-81.929718,66.978592],[-82.581078,66.576477],[-83.402222,66.347488],[-83.975067,66.582207],[-83.912086,66.878868],[-84.26667,66.717491],[-84.436386,66.818329],[-84.376801,66.966515],[-84.908203,67.05928],[-84.645699,66.979225],[-85.227081,66.874695],[-84.602219,66.935806],[-84.746384,66.897491],[-84.404175,66.705551],[-84.148758,66.683586],[-83.767899,66.16864],[-84.514656,66.40332],[-84.630905,66.33165],[-84.373604,66.16346],[-85.221252,66.263321],[-85.485832,66.581657],[-86.757927,66.528458],[-86.645004,66.31971],[-85.897263,66.168022],[-86.530289,65.695526],[-87.395844,65.321381],[-88.070282,65.356094],[-88.829308,65.642761],[-88.513336,65.64444],[-89.66819,65.937202],[-89.995552,65.945915],[-89.793335,65.822495],[-90.425964,65.880814],[-90.258896,65.922485],[-91.429169,65.951096],[-89.960007,65.788879],[-89.057495,65.330688],[-86.935127,65.142906],[-87.794304,64.518112],[-87.987358,64.188446],[-88.736664,63.968323],[-89.250343,64.157478],[-89.035553,63.946587],[-89.555405,64.074432],[-89.48555,63.942215],[-89.820976,64.105812],[-89.789162,64.243317],[-90.117844,64.125946],[-89.826042,63.92416],[-89.945145,63.911102],[-89.954926,63.971863],[-90.272087,64.001587],[-89.967438,63.814228],[-90.236389,63.607216],[-92.142372,63.746796],[-93.772713,64.190254],[-93.604172,64.044434],[-93.770554,63.957771],[-93.526527,63.841099],[-93.334862,63.809021],[-93.223747,63.844364],[-93.389999,63.971657],[-92.103745,63.697979],[-92.480835,63.527214],[-91.769722,63.714577],[-90.854721,63.4086],[-90.968269,63.420132],[-90.741943,63.360825],[-90.627487,63.059433],[-91.361519,62.788052],[-92.41153,62.834438],[-91.884796,62.602909],[-92.710007,62.465828],[-92.482323,62.154705],[-92.744301,62.288467],[-93.122223,62.334991],[-92.765007,62.221935],[-93.412224,62.028465],[-93.281952,61.89138],[-93.616104,61.939987],[-93.255569,61.742493],[-93.985001,61.455132],[-93.819305,61.352562],[-94.673325,60.522491],[-94.819168,59.636383],[-94.680557,59.357216],[-94.789719,59.092216],[-94.416107,58.715271],[-94.228882,58.784996],[-94.363327,58.21888],[-94.14389,58.763611],[-93.153893,58.739021],[-92.418747,57.332703],[-92.868332,56.906654],[-90.824722,57.256523],[-88.815002,56.82444],[-87.979164,56.439575],[-87.548615,56.049995],[-85.731941,55.636173],[-85.130203,55.345268],[-85.398399,55.097008],[-85.419968,54.999088],[-85.001953,55.296661],[-82.30777,55.14888],[-82.221115,54.787498],[-82.441666,54.330826],[-82.131943,53.817772],[-82.114861,53.292496],[-82.273895,52.956383],[-81.553398,52.448879],[-81.878891,52.187908],[-81.511536,52.234577],[-80.991386,52.009716],[-80.438187,51.466377],[-81.009171,51.033466],[-80.40535,51.335201],[-80.12513,51.297081],[-79.34594,50.734955],[-79.751183,51.182281],[-79.326958,51.66235],[-79.022499,51.47485],[-78.954872,51.223045],[-78.844727,51.163605],[-78.794029,51.606243],[-79.033195,51.773186],[-78.579453,52.111382],[-78.507095,52.457493],[-78.760841,52.568398],[-78.738327,52.872215],[-78.881386,52.899857],[-78.895149,53.262497],[-79.107353,53.502495],[-78.918816,53.562836],[-79.148407,53.704716],[-78.90937,53.821728],[-79.103607,53.903603],[-78.967926,54.006435],[-79.119446,54.078606],[-79.050552,54.181034],[-79.345276,54.199432],[-79.524933,54.590126],[-79.76181,54.651657],[-77.748611,55.300827],[-76.679787,56.036449],[-76.53167,56.318745],[-76.531387,57.091866],[-76.861938,57.719154],[-77.460838,58.199852],[-78.57299,58.62888],[-78.468475,58.698601],[-78.564026,58.963116],[-78.338333,58.912766],[-77.679718,59.399296],[-77.90979,59.411865],[-77.72139,59.539719],[-77.767784,59.709854],[-77.316322,59.566174],[-77.537643,59.751797],[-77.300484,59.797771],[-77.42749,59.914711],[-77.206955,60.04277],[-76.848053,60.099159],[-76.758896,60.159157],[-77.592224,60.064156],[-77.471947,60.21513],[-77.738884,60.426243],[-77.430031,60.547943],[-77.82917,60.642422],[-77.518929,60.83284],[-78.179924,60.787945],[-77.701675,61.217491],[-77.761124,61.410271],[-77.47715,61.541523],[-77.99778,61.721519],[-78.153267,62.280064],[-77.508347,62.561661],[-75.709732,62.296387],[-75.888954,62.161518],[-75.31472,62.310688],[-74.571671,62.10305],[-74.756882,62.205856],[-73.683464,62.479988],[-72.621941,62.112076],[-72.748611,61.856384],[-72.235001,61.872215],[-72.010056,61.67527],[-72.303467,61.568535],[-71.973541,61.605064],[-71.928879,61.705826],[-71.573341,61.607079],[-71.880173,61.426517],[-71.389999,61.137772],[-70.148476,61.084576],[-69.92749,60.80777],[-69.513443,61.066067],[-69.37027,60.80777],[-69.819725,60.526031],[-69.630829,60.066383],[-70.945831,60.063049],[-69.722916,59.961662],[-69.600555,59.833054],[-69.540833,59.671104],[-69.753891,59.501938],[-69.631523,59.376381],[-69.746071,59.311378],[-69.238052,59.231792],[-69.537361,59.170685],[-69.349579,59.101101],[-69.552498,58.805824],[-69.863884,59.050964],[-69.815826,58.823883],[-70.15625,58.769299],[-69.815971,58.588879],[-69.279175,58.888046],[-68.358604,58.77013],[-68.204033,58.442211],[-68.346664,58.126171],[-69.131111,57.89819],[-69.363647,57.767769],[-68.410561,58.037079],[-68.008202,58.574997],[-67.861801,58.325409],[-68.118149,58.075966],[-67.723892,58.458885],[-67.713898,57.92305],[-67.566101,58.223602],[-66.629715,58.503609],[-66.388611,58.850548],[-65.939018,58.611313],[-66.090897,58.35812],[-66.058884,58.320274],[-65.87999,58.627213],[-66.102638,58.772354],[-65.796066,58.860825],[-65.988602,58.903603],[-65.327469,59.046383],[-65.716537,59.150688],[-65.569031,59.376724],[-65.364021,59.278496],[-65.549576,59.488113],[-64.989433,59.374435],[-65.415833,59.513187],[-65.527786,59.716934],[-65.328758,59.846378],[-65.155701,59.781101],[-64.989754,59.764233],[-65.223816,59.885895],[-64.844788,60.361137],[-64.610275,60.33638],[-64.436089,60.255898],[-64.643066,60.287498],[-64.745377,60.230751],[-64.376938,60.160545],[-64.814026,59.981102],[-64.396179,60.120617],[-64.504898,59.898254],[-64.16555,60.021523],[-64.258064,59.760689],[-64.05777,59.625267],[-64.116943,59.517494],[-64.006111,59.623322],[-63.725552,59.516102],[-64.060478,59.385963],[-63.359653,59.199364],[-64.044022,59.018188],[-63.128052,59.046173],[-63.332638,59.024158],[-63.161804,58.923328],[-63.315971,58.855759],[-63.033333,58.873878],[-62.846386,58.687767],[-63.581009,58.301727],[-63.241669,58.466385],[-62.556946,58.480267],[-62.828056,58.25222],[-62.634998,58.183601],[-62.965004,58.153877],[-63.335281,57.980129],[-62.450623,58.168495],[-62.530277,58.099022],[-62.502571,58.057838],[-62.310486,58.037838],[-62.536808,58.003052],[-62.66861,57.929298],[-62.121803,57.965271],[-62.118469,57.79937],[-61.884861,57.633118],[-62.526943,57.488605],[-61.891388,57.411934],[-61.802639,57.362495],[-62.013336,57.247528],[-61.361115,57.092354],[-61.668888,56.806103],[-61.903957,56.793049],[-61.685276,56.618252],[-62.495556,56.787769],[-62.058941,56.830235],[-62.572086,56.795689],[-61.690834,56.54805]]],[[[-55.520836,71.92804],[-55.41333,71.88694],[-55.801109,71.886024],[-55.687775,71.91304],[-55.520836,71.92804]]],[[[-95.328613,71.842209],[-95.310547,71.737198],[-95.48687,71.742195],[-95.450287,71.818878],[-95.328613,71.842209]]],[[[-73.213333,71.698593],[-73.352493,71.55748],[-73.450142,71.587067],[-73.348343,71.658325],[-73.213333,71.698593]]],[[[-53.218056,71.526382],[-53.471733,71.657066],[-52.757504,71.657623],[-53.113892,71.538589],[-53.218056,71.526382]]],[[[-72.924713,71.649429],[-72.709167,71.655258],[-72.661385,71.601234],[-73.032921,71.573601],[-72.924713,71.649429]]],[[[-73.060547,71.294708],[-73.27195,71.362755],[-73.378601,71.52124],[-72.823891,71.452347],[-73.060547,71.294708]]],[[[-53.154716,71.342758],[-52.418335,71.352768],[-52.328339,71.289848],[-52.935829,71.147217],[-53.154716,71.342758]]],[[[-53.584167,71.300812],[-53.381943,71.135269],[-53.452782,71.049423],[-53.990696,71.127892],[-53.584167,71.300812]]],[[[-96.61055,71.290543],[-96.546951,71.289154],[-96.47139,71.229149],[-96.628601,71.220261],[-96.61055,71.290543]]],[[[-71.044159,71.142761],[-71.112503,71.089432],[-71.252922,71.070274],[-71.200562,71.125809],[-71.044159,71.142761]]],[[[-25.460556,71.104156],[-25.421387,71.074997],[-25.307711,71.019638],[-25.579166,71.102203],[-25.460556,71.104156]]],[[[-25.684444,71.063309],[-25.285835,70.665817],[-28.131874,70.449768],[-27.14959,70.87439],[-25.684444,71.063309]]],[[[-71.794724,71.05304],[-71.371109,71.011932],[-71.341393,70.988174],[-71.991669,70.814697],[-72.224304,70.920677],[-71.794724,71.05304]]],[[[-51.974998,70.973877],[-51.586388,70.884155],[-51.558472,70.873306],[-52.162216,70.886658],[-51.974998,70.973877]]],[[[-27.274445,70.874695],[-27.575279,70.754166],[-27.75111,70.74929],[-27.736942,70.882202],[-27.274445,70.874695]]],[[[-51.523888,70.647217],[-51.694443,70.677765],[-51.861671,70.722214],[-51.692497,70.727768],[-51.523888,70.647217]]],[[[-100.461121,70.659988],[-100.218338,70.564423],[-100.227631,70.454155],[-100.681381,70.573044],[-100.461121,70.659988]]],[[[-128.120178,70.597214],[-128.132751,70.569153],[-128.34111,70.54068],[-128.234161,70.656097],[-128.120178,70.597214]]],[[[-117.183319,70.537491],[-117.301666,70.56192],[-116.881531,70.550125],[-116.88945,70.543869],[-117.183319,70.537491]]],[[[-51.246391,70.495819],[-51.380829,70.504715],[-51.662567,70.560745],[-51.532776,70.574432],[-51.246391,70.495819]]],[[[-26.146387,70.528366],[-26.195831,70.449997],[-26.384724,70.486923],[-26.244999,70.556931],[-26.146387,70.528366]]],[[[-116.260277,70.549988],[-116.129295,70.534149],[-116.495415,70.521378],[-116.470001,70.53804],[-116.260277,70.549988]]],[[[-54.970833,70.48082],[-54.737221,70.433594],[-54.648472,70.376503],[-54.934723,70.375534],[-54.970833,70.48082]]],[[[-112.237213,70.362488],[-111.796661,70.310257],[-111.675415,70.308723],[-112.053047,70.292206],[-112.320206,70.352692],[-112.237213,70.362488]]],[[[-52.55278,69.402771],[-53.578472,69.229706],[-54.269447,69.396103],[-53.39917,69.437485],[-53.565277,69.496933],[-53.358158,69.576241],[-53.784027,69.451378],[-53.993057,69.501373],[-53.945972,69.603874],[-54.987915,69.690254],[-54.402706,69.680565],[-54.933182,69.844154],[-54.76125,69.9636],[-54.240833,69.914253],[-54.833614,70.092766],[-54.756115,70.243034],[-54.301941,70.316376],[-53.266396,70.194977],[-51.836525,69.634422],[-52.55278,69.402771]]],[[[-87.26561,70.113556],[-86.639725,70.116653],[-86.459442,70.009155],[-87.375687,70.098175],[-87.26561,70.113556]]],[[[-97.327499,69.931656],[-97.228752,69.870819],[-97.492767,69.917755],[-97.453613,69.963043],[-97.327499,69.931656]]],[[[-51.001945,69.918594],[-50.657635,69.833466],[-50.965279,69.724426],[-50.958336,69.550537],[-51.245277,69.53138],[-51.386665,69.702065],[-51.0116,69.878105],[-51.362778,69.851929],[-51.001945,69.918594]]],[[[-99.236664,68.848877],[-99.591682,69.021935],[-98.406944,69.303444],[-98.610413,69.446922],[-98.42215,69.469704],[-98.531387,69.584991],[-98.001457,69.443802],[-98.364159,69.598869],[-97.945541,69.8936],[-97.449158,69.760269],[-97.385345,69.595406],[-97.281532,69.696365],[-96.202499,69.301376],[-96.195267,69.038315],[-96.044441,69.226097],[-95.820282,68.870255],[-95.209724,68.851097],[-96.530563,68.444977],[-98.124855,68.67276],[-98.376526,68.858734],[-98.519455,68.747482],[-98.849442,68.933594],[-99.236664,68.848877]]],[[[-91.535278,69.726929],[-91.560272,69.728317],[-91.734436,69.790543],[-91.409164,69.874985],[-91.535278,69.726929]]],[[[-82.636398,69.871094],[-82.517227,69.854156],[-82.427773,69.784569],[-82.688599,69.850815],[-82.636398,69.871094]]],[[[-83.576675,69.780823],[-83.688599,69.719437],[-83.917221,69.778595],[-83.53125,69.789009],[-83.576675,69.780823]]],[[[-79.768066,69.752777],[-79.330009,69.710266],[-80.062492,69.642769],[-80.016533,69.492203],[-80.809433,69.686234],[-79.768066,69.752777]]],[[[-82.796112,69.805252],[-82.460281,69.761658],[-82.454033,69.717484],[-82.878609,69.776794],[-82.796112,69.805252]]],[[[-78.141953,69.742477],[-77.945549,69.63652],[-78.878326,69.480186],[-78.575836,69.636383],[-78.141953,69.742477]]],[[[-23.256947,69.726089],[-23.30278,69.639435],[-23.593473,69.710686],[-23.444721,69.736649],[-23.256947,69.726089]]],[[[-135.648895,68.991928],[-135.524597,69.023254],[-135.923462,69.090881],[-135.953201,69.233871],[-135.895004,69.253471],[-135.661392,69.145271],[-135.491379,69.118729],[-135.844437,69.299011],[-135.175964,69.259361],[-135.28334,69.420471],[-135.152573,69.475677],[-134.438324,69.454712],[-134.486786,69.712036],[-133.749451,69.544846],[-134.390717,69.117897],[-134.57666,69.102341],[-134.674652,69.013184],[-134.665695,68.959152],[-134.230835,68.699722],[-134.825836,68.978867],[-135.999573,68.945877],[-135.648895,68.991928]]],[[[-67.86972,69.700821],[-67.920273,69.521927],[-68.248886,69.596649],[-67.97084,69.701935],[-67.86972,69.700821]]],[[[-139.121094,69.52916],[-139.331238,69.568871],[-139.12027,69.649994],[-138.87027,69.585686],[-139.121094,69.52916]]],[[[-95.488892,69.565536],[-95.362213,69.498871],[-95.515839,69.330826],[-95.740341,69.330757],[-95.669159,69.507492],[-95.815826,69.562759],[-95.862213,69.348038],[-95.990829,69.353317],[-95.919998,69.595261],[-95.488892,69.565536]]],[[[-67.507782,69.49498],[-67.642227,69.500275],[-67.747086,69.518463],[-67.30999,69.550957],[-67.507782,69.49498]]],[[[-96.136398,69.546097],[-96.16333,69.348038],[-96.736107,69.5793],[-96.316391,69.526382],[-96.136398,69.546097]]],[[[-101.053047,69.50444],[-101.230293,69.368591],[-101.187637,69.472488],[-101.385834,69.535263],[-101.053047,69.50444]]],[[[-77.113617,69.44165],[-76.7164,69.422211],[-76.647781,69.334435],[-77.285828,69.153595],[-77.358055,69.394707],[-77.113617,69.44165]]],[[[-90.195267,69.416931],[-90.329453,69.235809],[-90.508202,69.33194],[-90.301941,69.434418],[-90.195267,69.416931]]],[[[-135.297516,69.304977],[-135.526947,69.370529],[-135.562775,69.3936],[-135.337769,69.388596],[-135.297516,69.304977]]],[[[-78.458618,69.389984],[-78.212013,69.295677],[-78.840286,68.9086],[-79.398338,68.868454],[-78.458618,69.389984]]],[[[-90.575562,69.198593],[-90.777222,69.272491],[-90.775833,69.329987],[-90.460831,69.267487],[-90.575562,69.198593]]],[[[-101.520279,69.197479],[-101.559578,69.102623],[-101.695618,69.091789],[-101.69944,69.2043],[-101.520279,69.197479]]],[[[-100.095551,69.117477],[-99.978882,69.013885],[-100.003197,68.941505],[-100.257782,69.02916],[-100.095551,69.117477]]],[[[-100.323624,68.996094],[-100.128746,68.907768],[-100.173744,68.797066],[-100.625549,68.76416],[-100.599991,69.000549],[-100.323624,68.996094]]],[[[-89.915009,68.913315],[-90.075562,68.948029],[-90.070557,68.981934],[-89.913887,69.005829],[-89.915009,68.913315]]],[[[-89.95639,68.661652],[-89.944443,68.847488],[-89.782921,68.763741],[-89.857498,68.700546],[-89.95639,68.661652]]],[[[-101.693878,68.768051],[-101.831123,68.56694],[-102.316391,68.672211],[-102.023064,68.819443],[-101.693878,68.768051]]],[[[-68.4189,68.810257],[-68.110275,68.782761],[-67.663536,68.701447],[-68.457016,68.787964],[-68.4189,68.810257]]],[[[-75,68.672241],[-74.770287,68.476646],[-74.814445,68.319572],[-75.416397,68.52124],[-75.280563,68.709717],[-75,68.672241]]],[[[-52.171944,68.694977],[-52.327499,68.632751],[-53.116943,68.564011],[-52.634171,68.710266],[-52.171944,68.694977]]],[[[-74.771942,68.673035],[-74.652092,68.653595],[-74.520287,68.561928],[-74.890289,68.624985],[-74.771942,68.673035]]],[[[-78.795273,68.438583],[-78.959732,68.474701],[-78.669724,68.5811],[-78.89299,68.6502],[-78.465004,68.619148],[-78.795273,68.438583]]],[[[-51.837502,68.634995],[-52.049446,68.574997],[-52.420555,68.569298],[-52.217216,68.641937],[-51.837502,68.634995]]],[[[-104.682503,68.573883],[-104.426109,68.438583],[-105.08168,68.546371],[-104.938599,68.583328],[-104.682503,68.573883]]],[[[-110.728333,68.484421],[-110.926102,68.46582],[-111.093956,68.480118],[-110.821671,68.548035],[-110.728333,68.484421]]],[[[-52.987419,68.491425],[-52.856392,68.414993],[-53.210556,68.404709],[-53.04834,68.489151],[-52.987419,68.491425]]],[[[-74.340836,68.462494],[-74.26973,68.454712],[-74.077293,68.330124],[-74.224998,68.249016],[-74.340836,68.462494]]],[[[-82.01001,68.332764],[-82.07251,68.30304],[-82.343399,68.364143],[-82.23056,68.385544],[-82.01001,68.332764]]],[[[-79.099442,68.348602],[-78.929993,68.338882],[-78.803604,68.27124],[-79.089722,68.170258],[-79.099442,68.348602]]],[[[-76.66362,67.219986],[-77.074448,67.280823],[-77.320839,67.704704],[-76.726105,68.238876],[-75.818069,68.336655],[-75.007507,68.139984],[-75.161316,67.954216],[-75.025146,67.622482],[-75.161118,67.463882],[-76.66362,67.219986]]],[[[-111.52861,68.290543],[-111.671661,68.224701],[-111.779022,68.244011],[-111.703888,68.299423],[-111.52861,68.290543]]],[[[-86.434998,68.162491],[-86.396118,67.859711],[-86.571945,67.728867],[-86.945831,67.909424],[-86.836945,68.001099],[-86.988327,68.081665],[-86.711945,68.299149],[-86.434998,68.162491]]],[[[-52.289444,68.177475],[-51.581673,68.256943],[-51.453613,68.253044],[-52.007782,68.120529],[-52.289444,68.177475]]],[[[-66.32695,68.147491],[-66.601944,68.18248],[-66.607224,68.217209],[-66.221939,68.241089],[-66.32695,68.147491]]],[[[-109.57695,68.232483],[-109.772507,68.139984],[-109.855415,68.150818],[-109.676941,68.224152],[-109.57695,68.232483]]],[[[-29.725277,68.222763],[-29.838055,68.140823],[-30.015419,68.185402],[-29.930553,68.236374],[-29.725277,68.222763]]],[[[-31.748608,68.216095],[-31.76589,68.191902],[-31.692776,68.172272],[-31.957777,68.197624],[-31.748608,68.216095]]],[[[-104.377213,68.199707],[-104.482773,68.079712],[-104.555763,68.146515],[-104.55027,68.163322],[-104.377213,68.199707]]],[[[-65.648346,68.168594],[-65.512787,68.152771],[-65.498192,68.125114],[-65.711815,68.109428],[-65.648346,68.168594]]],[[[-73.655472,68.007706],[-73.348618,67.828049],[-74.400833,67.776657],[-74.778061,68.006104],[-74.343201,68.176788],[-73.655472,68.007706]]],[[[-51.950554,68.093872],[-51.432777,68.150543],[-51.208332,68.118866],[-52.005768,68.077972],[-51.950554,68.093872]]],[[[-109.882767,68.114151],[-109.93222,68.079163],[-110.257507,68.039291],[-109.921661,68.134155],[-109.882767,68.114151]]],[[[-53.473053,68.069153],[-53.349724,68.111649],[-53.226524,68.056229],[-53.356949,68.007492],[-53.473053,68.069153]]],[[[-109.44722,68.092209],[-109.318474,68.037895],[-109.317917,67.983452],[-109.54097,68.049843],[-109.44722,68.092209]]],[[[-108.951111,67.973312],[-108.883751,67.873177],[-109.198883,67.972488],[-109.049988,67.958328],[-108.951111,67.973312]]],[[[-108.048607,67.949142],[-108.091377,67.880814],[-108.252708,67.883591],[-108.198036,67.950821],[-108.048607,67.949142]]],[[[-110.816963,67.940262],[-110.88028,67.887497],[-111.087914,67.854355],[-110.839172,67.958038],[-110.816963,67.940262]]],[[[-108.359444,67.899994],[-108.412216,67.885818],[-108.664993,67.870674],[-108.544724,67.928314],[-108.359444,67.899994]]],[[[-53.670837,67.674149],[-53.753616,67.736649],[-53.764587,67.774292],[-53.586803,67.731232],[-53.670837,67.674149]]],[[[-97.337784,67.7211],[-97.370544,67.657761],[-97.551735,67.644081],[-97.560547,67.692749],[-97.337784,67.7211]]],[[[-108.089722,67.465546],[-108.132217,67.639435],[-107.999573,67.657204],[-107.924858,67.537621],[-108.089722,67.465546]]],[[[-63.926392,67.633331],[-63.787224,67.550537],[-63.759445,67.517906],[-64.029587,67.515404],[-63.926392,67.633331]]],[[[-108.169449,67.449707],[-108.275284,67.481659],[-108.222359,67.568321],[-108.130539,67.479294],[-108.169449,67.449707]]],[[[-108.381943,67.46666],[-108.458893,67.488037],[-108.491379,67.563034],[-108.297501,67.557205],[-108.381943,67.46666]]],[[[-107.882767,67.462494],[-107.910828,67.310532],[-108.084442,67.381363],[-108.064865,67.439842],[-107.882767,67.462494]]],[[[-63.456108,67.264435],[-63.763618,67.272491],[-63.829727,67.284149],[-63.35778,67.293869],[-63.456108,67.264435]]],[[[-95.314713,67.238586],[-95.373611,67.196365],[-95.550072,67.231789],[-95.391113,67.263046],[-95.314713,67.238586]]],[[[-107.58168,67.196365],[-107.400558,67.113037],[-107.407784,67.083054],[-107.549728,67.089981],[-107.58168,67.196365]]],[[[-62.8946,67.059113],[-62.631943,67.176926],[-62.376591,67.166092],[-62.752502,67.010544],[-62.8946,67.059113]]],[[[-62.961113,67.054703],[-62.915276,67.012215],[-63.137016,67.058517],[-63.100082,67.079712],[-62.961113,67.054703]]],[[[-107.791107,66.988312],[-107.82695,66.898315],[-107.945824,66.854012],[-107.834038,67.006241],[-107.791107,66.988312]]],[[[-52.868233,66.897217],[-53.205833,66.822769],[-53.464165,66.798874],[-53.345833,66.873871],[-52.868233,66.897217]]],[[[-164.77002,66.530823],[-164.876923,66.502777],[-165.46846,66.412903],[-165.117493,66.486099],[-164.77002,66.530823]]],[[[-66.820847,66.388046],[-66.639725,66.340546],[-66.574318,66.31234],[-66.957085,66.408455],[-66.820847,66.388046]]],[[[-82.935547,66.251389],[-83.080292,66.19664],[-83.29834,66.313873],[-83.252228,66.344986],[-82.935547,66.251389]]],[[[-62.231384,66.26944],[-62.199165,66.216934],[-62.428333,66.231102],[-62.28278,66.278877],[-62.231384,66.26944]]],[[[-166.210541,66.208878],[-166.587769,66.116379],[-166.663223,66.105293],[-166.171539,66.219017],[-166.210541,66.208878]]],[[[-83.921387,66.00972],[-83.694153,65.924698],[-83.727493,65.799713],[-83.212639,65.708183],[-83.829727,65.644989],[-83.686172,65.750542],[-84.133331,65.760818],[-84.123611,65.900269],[-84.470695,66.130821],[-83.921387,66.00972]]],[[[-53.633331,66.045822],[-53.672501,66.089844],[-53.427223,66.08255],[-53.525276,66.04248],[-53.633331,66.045822]]],[[[-84.910278,66],[-84.58667,65.6922],[-84.66777,65.560532],[-85.118057,65.764709],[-85.17305,65.994705],[-84.910278,66]]],[[[-36.700554,65.790543],[-36.749031,65.907211],[-36.502781,65.951027],[-36.590416,65.812759],[-36.700554,65.790543]]],[[[-82.217499,64.698593],[-81.763062,64.501099],[-81.776871,64.316368],[-81.593887,64.189636],[-81.989372,63.996655],[-80.94249,63.990547],[-80.890839,64.11554],[-80.17437,63.771172],[-81.076401,63.451385],[-82.479858,63.683605],[-82.36673,63.907558],[-83.092918,63.957077],[-82.962219,64.143044],[-83.072784,64.186646],[-83.54834,64.102478],[-83.678047,64.010963],[-83.634926,63.770691],[-85.266403,63.117493],[-85.584312,63.171307],[-85.717499,63.716103],[-86.922226,63.552773],[-87.225838,63.646103],[-86.915283,63.914436],[-86.196663,64.096375],[-86.40139,64.439148],[-86.153748,64.925331],[-86.151535,65.389717],[-85.98645,65.737],[-85.565277,65.930267],[-85.501945,65.799706],[-85.159447,65.779015],[-85.051521,65.614838],[-85.305931,65.542274],[-84.927635,65.211937],[-84.555687,65.47998],[-84.141388,65.219986],[-83.408615,65.135544],[-83.201172,64.942886],[-82.217499,64.698593]]],[[[-36.35611,65.820541],[-36.273056,65.915817],[-36.187565,65.877136],[-36.319725,65.82193],[-36.35611,65.820541]]],[[[-37.743057,65.568604],[-37.934998,65.594986],[-37.954166,65.796928],[-37.675278,65.904709],[-37.27,65.758186],[-37.498127,65.802071],[-37.314445,65.671371],[-37.743057,65.568604]]],[[[-83.347778,65.832489],[-83.485275,65.800812],[-83.585564,65.851791],[-83.288124,65.836372],[-83.347778,65.832489]]],[[[-36.842499,65.733597],[-36.942772,65.819717],[-36.776947,65.863876],[-36.787506,65.755554],[-36.842499,65.733597]]],[[[-62.258614,65.728592],[-62.13361,65.654297],[-62.484165,65.724014],[-62.466457,65.744141],[-62.258614,65.728592]]],[[[-37.023888,65.585541],[-37.105278,65.606934],[-37.213196,65.681923],[-36.910133,65.64402],[-37.023888,65.585541]]],[[[-53.188332,65.573883],[-53.165833,65.631653],[-52.848331,65.642975],[-52.995003,65.548874],[-53.188332,65.573883]]],[[[-52.928337,65.425262],[-53.013062,65.449417],[-53.086666,65.49498],[-52.872356,65.511108],[-52.928337,65.425262]]],[[[-39.601944,65.274704],[-39.785835,65.317215],[-39.803608,65.335197],[-39.49625,65.323463],[-39.601944,65.274704]]],[[[-40.191109,64.430542],[-40.486805,64.488869],[-40.571945,64.68248],[-40.861389,64.910957],[-40.542778,64.844147],[-40.191109,64.430542]]],[[[-65.266403,64.693314],[-65.468887,64.51915],[-65.689995,64.522072],[-65.435822,64.696365],[-65.266403,64.693314]]],[[[-73.509171,64.552475],[-73.556381,64.313728],[-73.652924,64.318741],[-73.678886,64.529152],[-73.509171,64.552475]]],[[[-51.109726,64.549713],[-51.278332,64.384018],[-51.416946,64.3936],[-51.25528,64.541656],[-51.109726,64.549713]]],[[[-50.807503,64.522491],[-51.151108,64.253052],[-51.339165,64.241096],[-51.025002,64.549423],[-50.807503,64.522491]]],[[[-74.31041,64.49884],[-74.228607,64.451096],[-74.174919,64.436783],[-74.438324,64.451797],[-74.31041,64.49884]]],[[[-64.897507,64.4086],[-64.820007,64.379425],[-64.772148,64.344917],[-64.877213,64.313309],[-64.897507,64.4086]]],[[[-73.730835,64.386383],[-73.700829,64.318459],[-73.704727,64.268875],[-73.833618,64.331665],[-73.730835,64.386383]]],[[[-51.328339,64.314697],[-51.567223,64.256104],[-51.601391,64.279984],[-51.428886,64.363876],[-51.328339,64.314697]]],[[[-64.998886,64.354431],[-64.886604,64.283737],[-64.989166,64.209152],[-65.114304,64.326523],[-64.998886,64.354431]]],[[[-41.185272,64.257492],[-41.355003,64.26416],[-41.37389,64.282349],[-41.125557,64.288315],[-41.185272,64.257492]]],[[[-41.019722,64.192749],[-40.970833,64.286377],[-40.674171,64.291367],[-40.679443,64.208603],[-41.019722,64.192749]]],[[[-77.625,63.997772],[-77.748611,63.926105],[-77.98069,63.972351],[-77.544861,64.020264],[-77.625,63.997772]]],[[[-64.549438,63.895271],[-64.388062,63.69902],[-64.916397,63.806381],[-64.710556,63.908882],[-64.549438,63.895271]]],[[[-64.334091,63.852081],[-64.183327,63.866379],[-64.180832,63.785271],[-64.39827,63.849438],[-64.334091,63.852081]]],[[[-168.873322,63.152771],[-169.321152,63.184574],[-169.670425,62.944149],[-169.805298,63.125259],[-170.568604,63.390831],[-171.006104,63.435818],[-170.828064,63.414986],[-170.595001,63.371933],[-170.54364,63.359711],[-170.466766,63.334183],[-170.401123,63.303879],[-170.3638,63.284119],[-170.341888,63.271126],[-170.315857,63.253876],[-170.296112,63.238045],[-170.960846,63.427773],[-171.549164,63.327766],[-171.85083,63.508606],[-171.729172,63.789371],[-171.540009,63.61388],[-170.974457,63.573318],[-170.300018,63.694153],[-169.524445,63.354156],[-168.700867,63.290543],[-168.873322,63.152771]]],[[[-64.05484,63.736595],[-64.027367,63.695892],[-64.21209,63.709297],[-64.170685,63.746521],[-64.05484,63.736595]]],[[[-72.47139,63.700829],[-72.599586,63.642078],[-72.781944,63.662212],[-72.506668,63.707214],[-72.47139,63.700829]]],[[[-76.68161,63.481354],[-76.54451,63.463257],[-76.984161,63.40638],[-77.455559,63.64777],[-77.061386,63.672768],[-76.68161,63.481354]]],[[[-64.325562,63.637497],[-64.262512,63.421104],[-64.065834,63.269436],[-64.421936,63.471657],[-64.490555,63.620544],[-64.325562,63.637497]]],[[[-64.171936,63.633606],[-64.077782,63.543812],[-64.097221,63.480545],[-64.209167,63.574997],[-64.171936,63.633606]]],[[[-162.349426,63.5886],[-162.377472,63.544441],[-162.703613,63.571663],[-162.561951,63.635269],[-162.349426,63.5886]]],[[[-64.954727,63.553879],[-64.867493,63.461662],[-64.854446,63.385826],[-65.052498,63.550274],[-64.954727,63.553879]]],[[[-90.720001,63.543053],[-90.676659,63.511108],[-90.967087,63.54805],[-90.771118,63.551933],[-90.720001,63.543053]]],[[[-41.115005,63.209717],[-41.430832,63.231377],[-41.872219,63.464298],[-41.673615,63.489716],[-41.115005,63.209717]]],[[[-78.212822,63.49609],[-77.680557,63.434433],[-77.495132,63.27145],[-77.946655,63.091103],[-78.57251,63.437492],[-78.212822,63.49609]]],[[[-41.21666,63.118324],[-41.401939,63.132492],[-41.464447,63.186104],[-41.278885,63.192764],[-41.21666,63.118324]]],[[[-50.540001,63.195267],[-50.470966,63.151657],[-50.67778,63.133045],[-50.612221,63.20166],[-50.540001,63.195267]]],[[[-50.753891,63.182213],[-50.683472,63.114162],[-50.886391,63.119991],[-50.792362,63.184574],[-50.753891,63.182213]]],[[[-41.482216,63.054436],[-41.426949,63.109436],[-41.305138,63.071663],[-41.353889,63.044998],[-41.482216,63.054436]]],[[[-41.57,62.869438],[-41.586666,63.004719],[-41.455418,63.014027],[-41.494164,62.941933],[-41.57,62.869438]]],[[[-82.185822,62.979988],[-81.867981,62.924992],[-81.929504,62.720337],[-82.993752,62.207077],[-83.707779,62.143745],[-83.943878,62.424438],[-83.374161,62.906937],[-82.185822,62.979988]]],[[[-70.587784,62.774162],[-70.211807,62.579716],[-70.746384,62.55471],[-70.846664,62.766106],[-71.240967,62.87888],[-70.587784,62.774162]]],[[[-42.404442,62.69471],[-42.326111,62.799721],[-41.862782,62.737076],[-42.203335,62.729156],[-42.066109,62.68277],[-42.404442,62.69471]]],[[[-74.480835,62.740273],[-74.012505,62.663742],[-73.959587,62.614437],[-74.649521,62.717072],[-74.480835,62.740273]]],[[[-64.884735,62.594154],[-64.969032,62.530548],[-65.137367,62.544994],[-65.003067,62.598877],[-64.884735,62.594154]]],[[[-78.019165,62.591934],[-77.867218,62.589157],[-77.83931,62.553467],[-78.113747,62.56638],[-78.019165,62.591934]]],[[[-42.184441,62.482491],[-42.27903,62.521938],[-42.295349,62.573536],[-42.125557,62.55999],[-42.184441,62.482491]]],[[[-64.382767,62.525826],[-64.594727,62.366798],[-64.965836,62.465828],[-64.815552,62.559715],[-64.382767,62.525826]]],[[[-79.541321,61.799789],[-79.836952,61.568329],[-80.277779,61.812424],[-80.267639,62.109299],[-79.942635,62.387356],[-79.446381,62.381378],[-79.26181,62.161243],[-79.541321,61.799789]]],[[[-92.15834,62.390549],[-92.306107,62.351662],[-92.372215,62.389439],[-92.319458,62.415268],[-92.15834,62.390549]]],[[[-65.068069,61.923882],[-64.890144,61.827774],[-64.827225,61.759789],[-65.251953,61.869713],[-65.068069,61.923882]]],[[[-49.412216,61.915825],[-49.523056,61.877213],[-49.634724,61.928188],[-49.419449,61.93055],[-49.412216,61.915825]]],[[[-93.08667,61.829437],[-93.215004,61.87735],[-93.224861,61.910686],[-92.965004,61.882702],[-93.08667,61.829437]]],[[[-42.248337,61.7686],[-42.165138,61.854023],[-42.084442,61.874992],[-42.118752,61.775406],[-42.248337,61.7686]]],[[[-65.713623,61.824165],[-65.719452,61.754166],[-65.945961,61.79298],[-65.789993,61.865547],[-65.713623,61.824165]]],[[[-64.659729,61.588043],[-64.869995,61.32333],[-65.487778,61.599434],[-65.036392,61.693604],[-64.659729,61.588043]]],[[[-48.520836,61.356384],[-48.583328,61.312767],[-48.828754,61.33284],[-48.713615,61.367493],[-48.520836,61.356384]]],[[[-48.200554,61.09166],[-48.051182,61.06284],[-48.369442,61.08152],[-48.265007,61.098602],[-48.200554,61.09166]]],[[[-46.206665,60.885269],[-46.758476,60.749718],[-46.844166,60.76305],[-46.206947,60.949715],[-46.206665,60.885269]]],[[[-148.029724,60.927773],[-147.912369,60.817284],[-148.133621,60.802773],[-148.104431,60.914715],[-148.029724,60.927773]]],[[[-42.926392,60.883049],[-42.751114,60.903046],[-42.626106,60.885269],[-42.750282,60.854439],[-42.926392,60.883049]]],[[[-47.758339,60.80027],[-47.657772,60.755272],[-47.898472,60.677078],[-48.238892,60.795547],[-47.758339,60.80027]]],[[[-78.226669,60.808884],[-78.397232,60.743881],[-78.698051,60.722908],[-78.573624,60.784164],[-78.226669,60.808884]]],[[[-46.277222,60.772217],[-46.350414,60.667496],[-46.499443,60.699158],[-46.423332,60.748604],[-46.277222,60.772217]]],[[[-148.138336,60.756104],[-148.094574,60.677494],[-148.145004,60.640968],[-148.232086,60.723598],[-148.138336,60.756104]]],[[[-45.929169,60.703049],[-46.096527,60.635273],[-46.200691,60.675129],[-46.00695,60.706383],[-45.929169,60.703049]]],[[[-45.783333,60.66082],[-45.95472,60.615547],[-45.997086,60.629017],[-45.96611,60.682907],[-45.783333,60.66082]]],[[[-145.780579,60.573883],[-146.129425,60.470268],[-146.328064,60.463608],[-145.941956,60.588882],[-145.780579,60.573883]]],[[[-172.280029,60.302773],[-172.599152,60.324997],[-173.05101,60.495819],[-172.914886,60.601517],[-172.280029,60.302773]]],[[[-67.948479,60.561367],[-67.853333,60.375267],[-68.387222,60.240829],[-68.12944,60.570549],[-67.948479,60.561367]]],[[[-147.633636,60.422493],[-147.757507,60.167908],[-147.909729,60.234718],[-147.779861,60.478737],[-147.633636,60.422493]]],[[[-64.521713,60.31073],[-64.605972,60.35194],[-64.728882,60.363327],[-64.867912,60.453186],[-64.425415,60.3993],[-64.521713,60.31073]]],[[[-146.096954,60.392769],[-146.597351,60.23888],[-146.48555,60.365688],[-146.722824,60.376236],[-146.580841,60.482491],[-146.096954,60.392769]]],[[[-166.109161,60.410271],[-165.684341,60.29652],[-165.555435,59.928738],[-166.209198,59.857491],[-166.167267,59.753319],[-167.41806,60.189423],[-166.109161,60.410271]]],[[[-145.088043,60.399437],[-145.126526,60.305687],[-145.280838,60.332355],[-145.098328,60.415543],[-145.088043,60.399437]]],[[[-45.152222,60.376381],[-45.187359,60.263054],[-45.409027,60.183254],[-45.349861,60.384853],[-45.152222,60.376381]]],[[[-147.978607,60.371933],[-148.020432,60.289165],[-148.140442,60.304993],[-148.071655,60.36805],[-147.978607,60.371933]]],[[[-146.937775,60.286385],[-147.531128,59.851936],[-147.910278,59.792564],[-147.193604,60.353325],[-146.937775,60.286385]]],[[[-148.036957,60.184158],[-148.154877,60.040272],[-148.307083,60.027634],[-148.224426,60.10833],[-148.036957,60.184158]]],[[[-43.572777,59.914711],[-43.914303,59.99638],[-44.131802,60.143467],[-43.133747,60.058739],[-43.57431,60.075687],[-43.572777,59.914711]]],[[[-44.193329,60.162491],[-44.147503,60.089714],[-44.014584,60.043186],[-44.156109,60.038193],[-44.193329,60.162491]]],[[[-147.876648,60.103882],[-148.12027,59.995411],[-148.138763,59.998188],[-147.963745,60.153324],[-147.876648,60.103882]]],[[[-44.264725,60.114441],[-44.307503,59.977768],[-44.497498,60.011108],[-44.43,60.142769],[-44.264725,60.114441]]],[[[-147.823883,60.049164],[-147.89389,59.988327],[-148.042236,59.94735],[-147.883331,60.067215],[-147.823883,60.049164]]],[[[-43.501945,59.90332],[-43.4575,60.03569],[-43.341873,60.008816],[-43.395832,59.928326],[-43.501945,59.90332]]],[[[-44.145546,59.899513],[-44.318752,59.871517],[-44.38028,59.909431],[-43.994652,60.005619],[-44.145546,59.899513]]],[[[-144.238037,59.98777],[-144.411133,59.916382],[-144.601379,59.810822],[-144.442505,59.92527],[-144.238037,59.98777]]],[[[-43.902222,59.790276],[-44.109863,59.867352],[-43.962776,59.979294],[-43.637085,59.865688],[-43.902222,59.790276]]],[[[-79.929993,59.873604],[-79.92514,59.813602],[-80.182846,59.749371],[-80.103058,59.844994],[-79.929993,59.873604]]],[[[-64.047775,59.849434],[-63.997223,59.723602],[-64.204453,59.734436],[-64.118881,59.851105],[-64.047775,59.849434]]],[[[-80.170547,59.673882],[-80.260834,59.623604],[-80.341461,59.618183],[-80.232773,59.725266],[-80.170547,59.673882]]],[[[-153.393066,59.402489],[-153.34584,59.361938],[-153.552078,59.338047],[-153.518753,59.385136],[-153.393066,59.402489]]],[[[-150.609711,59.380821],[-150.688339,59.308464],[-150.775986,59.325825],[-150.690979,59.40416],[-150.609711,59.380821]]],[[[-69.182495,59.128601],[-69.227219,58.971931],[-69.352921,58.948048],[-69.319458,59.098045],[-69.356316,59.13541],[-69.182495,59.128601]]],[[[-161.113098,58.655273],[-161.042236,58.709991],[-160.689789,58.814716],[-160.925568,58.563049],[-161.113098,58.655273]]],[[[-152.342224,58.593323],[-152.493866,58.472214],[-152.658066,58.54541],[-152.381927,58.635551],[-152.342224,58.593323]]],[[[-153.038055,58.053604],[-153.221252,58.1936],[-152.902237,58.167492],[-153.104309,58.261665],[-152.797775,58.282772],[-152.654175,58.478043],[-151.965683,58.323326],[-152.099991,58.149574],[-152.274185,58.262218],[-152.277222,58.129436],[-153.038055,58.053604]]],[[[-134.573334,57.505829],[-134.953049,58.299297],[-134.950134,58.405476],[-134.668335,58.159851],[-134.173126,58.159779],[-133.91391,57.812767],[-133.893341,57.655266],[-134.288605,58.077217],[-134.271118,57.873604],[-133.864716,57.458328],[-134.056259,57.465546],[-133.862625,57.365547],[-134.171249,57.380894],[-134.076691,57.26902],[-134.477707,57.029087],[-134.613312,57.224991],[-134.316452,57.331524],[-134.570831,57.487354],[-134.352982,57.541313],[-134.573334,57.505829]]],[[[-134.515839,58.338043],[-134.454437,58.313324],[-134.261398,58.198673],[-134.682648,58.299576],[-134.515839,58.338043]]],[[[-136.201935,57.747215],[-136.403748,57.822735],[-136.337341,57.98888],[-136.033554,57.846935],[-136.418335,58.089714],[-136.3479,58.220406],[-136.167236,58.098045],[-135.779312,58.275131],[-135.483459,58.158047],[-135.707764,57.978325],[-135.40654,58.137493],[-134.935837,58.031937],[-134.970001,57.885269],[-135.198746,57.936867],[-134.964722,57.809578],[-135.123596,57.774437],[-135.880341,57.992489],[-135.296967,57.731659],[-134.931122,57.759438],[-134.854492,57.45874],[-135.800873,57.759892],[-135.545914,57.465755],[-135.835419,57.387077],[-136.201935,57.747215]]],[[[-153.258057,58.136383],[-153.055847,58.035553],[-152.891525,57.99062],[-153.415695,58.060688],[-153.258057,58.136383]]],[[[-136.454437,58.0886],[-136.330429,58.007496],[-136.44194,57.845825],[-136.555557,58.017078],[-136.454437,58.0886]]],[[[-153.373871,57.169991],[-154.138885,56.741657],[-153.738739,57.128738],[-154.099716,56.964855],[-154.020554,57.107666],[-154.14502,57.144997],[-154.47319,57.122108],[-154.106094,57.115479],[-154.297791,56.848877],[-154.609573,57.260967],[-154.799454,57.283329],[-154.207214,57.666664],[-154.002029,57.640755],[-153.890442,57.409714],[-153.7603,57.309853],[-153.63501,57.275967],[-153.869522,57.643326],[-153.585587,57.605442],[-153.929321,57.808327],[-153.643066,57.866104],[-153.506195,57.628464],[-153.320511,57.727249],[-153.470673,57.840893],[-153.213043,57.78833],[-153.051178,57.830269],[-153.258621,58.002357],[-152.813477,57.909573],[-152.909592,57.834854],[-152.877487,57.728874],[-152.477219,57.903183],[-152.329926,57.818916],[-152.551605,57.704227],[-152.152298,57.608189],[-152.361801,57.42305],[-152.926941,57.516937],[-153.036987,57.433289],[-152.600784,57.373634],[-153.166885,57.346031],[-152.956528,57.255756],[-153.255981,57.228878],[-153.373871,57.169991]]],[[[-153.457214,57.969154],[-153.272522,57.901104],[-153.210556,57.809994],[-153.53508,57.930893],[-153.457214,57.969154]]],[[[-61.884445,57.866936],[-61.944164,57.788052],[-62.108891,57.827076],[-61.990559,57.909714],[-61.884445,57.866936]]],[[[-61.654167,57.771103],[-61.691315,57.713116],[-61.896111,57.769714],[-61.77597,57.845406],[-61.654167,57.771103]]],[[[-79.706665,57.580826],[-79.705002,57.508606],[-79.802567,57.417702],[-79.82695,57.538048],[-79.706665,57.580826]]],[[[-61.926949,57.452492],[-61.971943,57.582909],[-61.780693,57.546589],[-61.78125,57.510971],[-61.926949,57.452492]]],[[[-134.609985,56.575554],[-134.654587,56.166103],[-135.047501,56.530968],[-134.846802,56.683605],[-135.10582,56.595337],[-135.124298,56.82777],[-135.367355,56.832214],[-135.338257,57.245201],[-135.667526,57.345787],[-135.392105,57.553883],[-134.945419,57.364857],[-134.609985,56.575554]]],[[[-61.64389,57.522766],[-61.651806,57.392494],[-61.898262,57.439781],[-61.739998,57.535969],[-61.64389,57.522766]]],[[[-134.818878,57.401657],[-134.809448,57.296661],[-134.973114,57.409016],[-134.888062,57.428329],[-134.818878,57.401657]]],[[[-61.693329,57.36805],[-61.632217,57.337769],[-61.591454,57.32777],[-61.753334,57.30249],[-61.693329,57.36805]]],[[[-135.700287,57.31694],[-135.546249,57.132214],[-135.826935,56.985825],[-135.712769,57.162907],[-135.84584,57.319302],[-135.700287,57.31694]]],[[[-170.280609,57.104996],[-170.411423,57.183739],[-170.139771,57.216927],[-170.162933,57.166927],[-170.280609,57.104996]]],[[[-152.894745,57.135826],[-153.311111,56.98888],[-153.406677,57.069717],[-153.234161,57.205826],[-152.894745,57.135826]]],[[[-133.051666,56.977486],[-132.933762,56.629784],[-133.347214,56.837627],[-133.082703,56.532631],[-133.575562,56.433601],[-133.69931,56.829578],[-133.88176,56.898067],[-133.741318,56.894993],[-134.018066,57.014717],[-133.051666,56.977486]]],[[[-61.355278,56.91082],[-61.585278,56.763885],[-61.386036,56.774422],[-61.393589,56.617779],[-61.641953,56.735588],[-61.499371,56.95285],[-61.355278,56.91082]]],[[[-79.784164,56.940826],[-79.717918,56.81041],[-79.753616,56.782772],[-79.823769,56.895004],[-79.895836,56.883465],[-79.784164,56.940826]]],[[[-134.220276,56.276939],[-134.231659,56.419159],[-134.034592,56.377354],[-134.06459,56.548046],[-134.304031,56.558186],[-134.404724,56.847771],[-133.99054,56.872631],[-133.975006,56.635551],[-133.719299,56.76902],[-133.738586,56.560547],[-133.921249,56.611103],[-133.946106,56.089157],[-134.056656,56.311657],[-134.126099,55.997631],[-134.220276,56.276939]]],[[[-79.843887,56.85833],[-79.874443,56.749996],[-79.945129,56.769505],[-79.917084,56.859856],[-79.843887,56.85833]]],[[[-79.496384,56.766937],[-79.487503,56.656796],[-79.56562,56.61742],[-79.580009,56.809853],[-79.496384,56.766937]]],[[[-132.801941,56.786385],[-132.536255,56.601242],[-132.529327,56.581104],[-132.93042,56.50444],[-132.801941,56.786385]]],[[[-61.21167,56.581665],[-61.162498,56.686378],[-61.079865,56.676937],[-61.061111,56.625893],[-61.21167,56.581665]]],[[[-169.580017,56.535828],[-169.644745,56.547077],[-169.782867,56.614296],[-169.472763,56.594711],[-169.580017,56.535828]]],[[[-154.083313,56.603882],[-154.207077,56.499714],[-154.352478,56.541664],[-154.272247,56.599434],[-154.083313,56.603882]]],[[[-154.421387,56.587769],[-154.416534,56.537357],[-154.787476,56.414967],[-154.714996,56.517788],[-154.421387,56.587769]]],[[[-157.240265,56.581665],[-157.072784,56.580826],[-156.975677,56.537216],[-157.327209,56.522217],[-157.240265,56.581665]]],[[[-79.175278,55.923325],[-78.98027,56.38916],[-79.055267,56.344437],[-79.083328,56.174164],[-79.282845,55.86784],[-79.150558,56.233047],[-79.479996,55.863884],[-79.781952,55.788048],[-79.513062,56.134995],[-79.985825,55.898048],[-79.52684,56.304214],[-79.456665,56.553322],[-79.531387,56.20694],[-79.414726,56.214436],[-79.286392,56.570274],[-78.92083,56.406517],[-79.175278,55.923325]]],[[[-153.876099,56.551102],[-153.958893,56.502777],[-154.129776,56.508469],[-154.039169,56.547497],[-153.876099,56.551102]]],[[[-61.558052,56.551933],[-61.16806,56.474709],[-61.149441,56.443321],[-61.630554,56.465271],[-61.420418,56.48534],[-61.558052,56.551933]]],[[[-80.060547,56.184433],[-80.055267,56.303604],[-79.546387,56.525131],[-79.682495,56.317497],[-80.060547,56.184433]]],[[[-132.056122,56.111382],[-132.346237,56.270966],[-132.371796,56.487213],[-131.994995,56.328331],[-132.056122,56.111382]]],[[[-132.834167,56.23082],[-133.055481,56.349087],[-132.638474,56.435963],[-132.640289,56.283192],[-132.834167,56.23082]]],[[[-78.92749,56.113884],[-78.833618,56.348186],[-78.662224,56.434227],[-78.676392,56.181107],[-78.92749,56.113884]]],[[[-61.546669,56.390831],[-61.414162,56.32444],[-61.788055,56.413357],[-61.67778,56.405548],[-61.546669,56.390831]]],[[[-132.318878,55.912209],[-132.63501,56.049164],[-132.696396,56.219299],[-132.417786,56.35083],[-132.39502,56.221931],[-132.09375,56.101032],[-132.119843,55.935127],[-132.318878,55.912209]]],[[[-132.986664,55.373047],[-133.126984,55.491032],[-132.921143,55.624641],[-133.365967,55.615616],[-133.14386,55.879784],[-133.265076,56.15485],[-133.611649,56.2052],[-133.610535,56.348328],[-133.180206,56.327286],[-133.072906,56.051311],[-132.621796,55.919575],[-132.165283,55.501389],[-132.5625,55.567772],[-132.088287,55.267597],[-132.235336,55.193115],[-131.985825,55.259579],[-132.213531,54.993744],[-131.972565,55.029713],[-132.007233,54.689987],[-132.573334,54.948601],[-132.511963,55.106384],[-132.650726,55.243813],[-132.694031,55.14291],[-132.807495,55.248047],[-133.261398,55.33569],[-132.867493,55.353882],[-132.986664,55.373047]]],[[[-61.089165,56.169991],[-60.944027,56.092632],[-60.936733,56.012424],[-61.218334,56.048607],[-61.089165,56.169991]]],[[[-133.285553,56.128876],[-133.363037,56.010277],[-133.79306,55.931381],[-133.571381,56.127213],[-133.285553,56.128876]]],[[[-79.009354,56.063614],[-78.939713,56.025269],[-79.135002,55.790688],[-79.02903,55.972767],[-79.009354,56.063614]]],[[[-131.13501,55.229156],[-131.281128,55.226379],[-131.218048,55.403046],[-131.454926,55.278603],[-131.273544,55.433117],[-131.347702,55.64312],[-131.328598,55.425827],[-131.458755,55.326801],[-131.42923,55.520443],[-131.493881,55.50555],[-131.518616,55.294579],[-131.819168,55.453632],[-131.68486,55.830273],[-131.259598,55.96027],[-131.069458,55.821381],[-130.938049,55.56221],[-131.13501,55.229156]]],[[[-60.747498,55.931664],[-60.689785,55.919018],[-60.898472,55.86985],[-60.868404,55.949646],[-60.747498,55.931664]]],[[[-134.114716,55.899719],[-134.252502,55.817356],[-134.340836,55.913742],[-134.116394,55.921661],[-134.114716,55.899719]]],[[[-155.556671,55.911377],[-155.576813,55.775963],[-155.715973,55.784439],[-155.73999,55.828606],[-155.556671,55.911377]]],[[[-133.215546,55.861938],[-133.245407,55.775131],[-133.331528,55.8736],[-133.268204,55.899437],[-133.215546,55.861938]]],[[[-158.808899,55.89222],[-158.710556,55.834713],[-158.906052,55.814854],[-158.89473,55.869991],[-158.808899,55.89222]]],[[[-133.303345,55.796944],[-133.523071,55.690826],[-133.67778,55.775684],[-133.616928,55.827637],[-133.303345,55.796944]]],[[[-133.269745,55.527214],[-133.348877,55.44735],[-133.434097,55.524086],[-133.377472,55.556381],[-133.269745,55.527214]]],[[[-133.645569,55.441101],[-133.746643,55.465271],[-133.718872,55.54805],[-133.583603,55.537079],[-133.645569,55.441101]]],[[[-133.478333,55.514999],[-133.428894,55.43943],[-133.599014,55.448669],[-133.512512,55.519436],[-133.478333,55.514999]]],[[[-160.154999,55.437492],[-160.178894,55.396103],[-160.340897,55.41235],[-160.26445,55.463188],[-160.154999,55.437492]]],[[[-133.447784,55.399994],[-133.595139,55.235546],[-133.684311,55.308327],[-133.58667,55.417213],[-133.447784,55.399994]]],[[[-131.819458,55.412766],[-131.621918,55.29277],[-131.722229,55.136662],[-131.822784,55.211662],[-131.819458,55.412766]]],[[[-160.695557,55.399994],[-160.543884,55.385551],[-160.573761,55.230686],[-160.464294,55.186794],[-160.813904,55.117908],[-160.846527,55.332497],[-160.695557,55.399994]]],[[[-160.328339,55.350273],[-160.335556,55.246101],[-160.52536,55.31638],[-160.498474,55.349438],[-160.328339,55.350273]]],[[[-133.296661,55.330551],[-133.241379,55.215408],[-133.436401,55.211937],[-133.4375,55.304852],[-133.296661,55.330551]]],[[[-159.871643,55.278046],[-159.84082,55.135963],[-160.225555,54.875267],[-160.193405,55.113255],[-159.871643,55.278046]]],[[[-131.467224,55.235825],[-131.35498,55.035553],[-131.593887,54.993881],[-131.581665,55.254719],[-131.467224,55.235825]]],[[[-133.102203,55.245544],[-132.723053,54.784721],[-132.679993,54.6661],[-133.122498,54.93943],[-133.213623,55.092213],[-133.102203,55.245544]]],[[[-159.516113,55.238045],[-159.51947,55.064156],[-159.648758,55.039997],[-159.653061,55.125546],[-159.516113,55.238045]]],[[[-132.813904,55.185822],[-132.732208,55.140274],[-132.671936,55.037075],[-132.866791,55.032078],[-132.813904,55.185822]]],[[[-161.732208,55.148605],[-161.642929,55.10527],[-161.903351,55.132492],[-161.827789,55.17083],[-161.732208,55.148605]]],[[[-159.382202,55.056099],[-159.338593,54.971931],[-159.458344,54.946098],[-159.479156,55.01416],[-159.382202,55.056099]]],[[[-164.176117,54.604164],[-164.66391,54.391937],[-164.952347,54.5802],[-164.491089,54.914574],[-163.777512,55.055405],[-163.536392,55.047287],[-163.374985,54.791798],[-163.054886,54.668118],[-164.176117,54.604164]]],[[[-130.165009,55.01416],[-130.270294,54.830826],[-130.457504,54.815411],[-130.213318,55.012497],[-130.165009,55.01416]]],[[[-131.238312,54.986382],[-131.233887,54.877213],[-131.483459,54.922352],[-131.451385,54.953049],[-131.238312,54.986382]]],[[[-162.232758,54.965271],[-162.29306,54.83416],[-162.419861,54.885967],[-162.319992,54.980408],[-162.232758,54.965271]]],[[[-79.057495,54.91777],[-79.235001,54.89666],[-79.775558,54.775547],[-79.462921,54.88916],[-79.057495,54.91777]]],[[[-132.616394,54.890831],[-132.633057,54.748878],[-132.789871,54.904987],[-132.708893,54.940544],[-132.616394,54.890831]]],[[[-57.940834,54.911934],[-57.982082,54.800411],[-57.843681,54.814228],[-58.119995,54.755554],[-58.22298,54.831657],[-57.940834,54.911934]]],[[[-130.458618,54.80027],[-130.463318,54.708603],[-130.609222,54.755619],[-130.484009,54.808189],[-130.458618,54.80027]]],[[[-130.746948,54.615273],[-130.766663,54.550545],[-130.966248,54.459301],[-130.92807,54.617077],[-130.746948,54.615273]]],[[[-162.753632,54.484718],[-162.595551,54.453465],[-162.542923,54.384018],[-162.836105,54.454159],[-162.753632,54.484718]]],[[[-165.569153,54.108887],[-165.680862,54.235542],[-165.486603,54.286518],[-165.48584,54.173325],[-165.569153,54.108887]]],[[[-165.897522,54.02887],[-166.121689,54.114433],[-165.943054,54.220264],[-165.658981,54.122345],[-165.897522,54.02887]]],[[[-131.90863,53.357498],[-132.190842,53.159714],[-132.674179,53.256523],[-132.546143,53.312943],[-132.705475,53.372978],[-132.405502,53.337421],[-132.972504,53.555824],[-132.882355,53.602562],[-133.138214,53.877632],[-133.069443,54.171383],[-132.57251,54.113743],[-132.658905,53.93943],[-132.228333,54.065826],[-132.12973,53.848465],[-132.658615,53.682281],[-132.41806,53.606102],[-132.156403,53.716385],[-132.07251,54.022766],[-131.663742,54.14027],[-131.934158,53.612217],[-131.90863,53.357498]]],[[[-164.97641,54.126442],[-164.961823,54.076382],[-165.221649,54.093044],[-165.133209,54.127487],[-164.97641,54.126442]]],[[[-130.336121,54.067497],[-130.228882,53.964714],[-130.341522,53.837212],[-130.458496,53.88216],[-130.35498,53.993324],[-130.710541,53.857632],[-130.336121,54.067497]]],[[[-166.28476,53.676384],[-166.756561,53.445267],[-167.84256,53.306374],[-167.164063,53.464577],[-167.025726,53.702625],[-166.803894,53.648872],[-167.152374,53.823879],[-167.020432,53.956654],[-166.631546,53.99971],[-166.603607,53.829025],[-166.261429,53.972485],[-166.570831,53.710274],[-166.28476,53.676384]]],[[[-129.563904,53.207497],[-130.040283,53.581383],[-129.932388,53.637562],[-130.268356,53.878464],[-129.424713,53.411377],[-129.563904,53.207497]]],[[[-166.219452,53.704712],[-166.291809,53.794296],[-166.090027,53.839432],[-166.117493,53.774982],[-166.219452,53.704712]]],[[[-130.271942,53.797775],[-130.118332,53.684296],[-130.094711,53.568192],[-130.403351,53.682495],[-130.271942,53.797775]]],[[[-128.823608,53.700546],[-129.075562,53.514717],[-129.157501,53.392769],[-129.150162,53.640549],[-128.823608,53.700546]]],[[[-130.391113,53.616936],[-129.920563,53.424164],[-129.742493,53.178329],[-130.527222,53.552216],[-130.391113,53.616936]]],[[[-167.795319,53.495537],[-168.467514,53.048882],[-169.0867,52.828049],[-168.621399,53.272217],[-168.357239,53.262356],[-168.35405,53.473324],[-167.795319,53.495537]]],[[[-128.985535,53.523048],[-128.920288,53.328606],[-129.124023,53.320274],[-129.049866,53.507774],[-128.985535,53.523048]]],[[[-55.883057,53.486382],[-55.811943,53.483879],[-55.729301,53.45277],[-55.977703,53.459991],[-55.883057,53.486382]]],[[[-79.95195,53.348328],[-79.942764,53.266937],[-80.08403,53.322773],[-80.061386,53.355553],[-79.95195,53.348328]]],[[[-129.226929,53.326103],[-129.16861,53.296104],[-129.136414,53.104996],[-129.333603,53.139996],[-129.226929,53.326103]]],[[[-129.110809,52.817497],[-128.838608,53.032635],[-129.006958,53.138329],[-128.863327,53.036526],[-129.163544,52.922493],[-129.082916,53.295135],[-128.531677,53.021103],[-128.601105,52.608467],[-128.750275,52.599022],[-128.646744,52.961937],[-128.7789,52.664154],[-129.110809,52.817497]]],[[[-131.61554,52.920273],[-131.980545,52.877632],[-131.395615,52.37645],[-131.234436,52.436935],[-131.329437,52.288258],[-131.033615,52.172771],[-131.26474,52.119713],[-132.083328,52.729847],[-131.965546,52.790272],[-132.344574,52.935478],[-132.113739,52.994923],[-132.557922,53.14624],[-132.065826,53.15596],[-131.799515,53.251385],[-131.597733,53.040791],[-131.964722,53.046387],[-131.61554,52.920273]]],[[[-81.087784,53.179436],[-80.769173,52.937908],[-80.709442,52.691448],[-82.057907,53.019924],[-81.856247,53.180134],[-81.087784,53.179436]]],[[[-129.462769,53.179993],[-129.352783,53.07222],[-129.29216,52.971931],[-129.544174,53.130688],[-129.462769,53.179993]]],[[[-79.866394,53.169441],[-79.795837,53.116386],[-79.793198,53.094715],[-79.922913,53.083466],[-79.866394,53.169441]]],[[[172.928589,52.743881],[172.478714,52.922215],[173.123566,52.992767],[173.43692,52.851936],[172.928589,52.743881]]],[[[-170,52.838673],[-169.760834,52.884163],[-169.675049,52.817772],[-169.960434,52.78569],[-170,52.838673]]],[[[-128.498871,52.870827],[-128.450836,52.805267],[-128.514313,52.643188],[-128.540009,52.703323],[-128.498871,52.870827]]],[[[-129.23111,52.816101],[-128.92244,52.60548],[-128.946381,52.467628],[-129.270569,52.719154],[-129.23111,52.816101]]],[[[-128.170288,52.817772],[-128.248474,52.618603],[-128.27681,52.596725],[-128.325699,52.773739],[-128.170288,52.817772]]],[[[-128.373322,52.791107],[-128.275436,52.493046],[-128.441681,52.36805],[-128.438126,52.753262],[-128.373322,52.791107]]],[[[-131.468872,52.730545],[-131.589569,52.585545],[-131.709717,52.705269],[-131.659454,52.73027],[-131.468872,52.730545]]],[[[-170.795013,52.532494],[-170.745407,52.674156],[-170.56459,52.669777],[-170.603485,52.593044],[-170.795013,52.532494]]],[[[-128.535278,52.647217],[-128.483749,52.43874],[-128.812576,52.521381],[-128.578186,52.593643],[-128.535278,52.647217]]],[[[173.660248,52.348877],[173.628845,52.391663],[173.375107,52.401936],[173.7854,52.50333],[173.660248,52.348877]]],[[[-128.616089,52.448601],[-128.618881,52.326939],[-128.672089,52.266388],[-128.759186,52.449432],[-128.616089,52.448601]]],[[[-127.596313,52.151794],[-127.893204,51.953743],[-127.789169,52.221931],[-127.234734,52.416939],[-127.596313,52.151794]]],[[[-128.092499,52.408325],[-128.058685,52.328323],[-128.210281,52.278812],[-128.112915,52.419994],[-128.092499,52.408325]]],[[[-174.397278,52.054993],[-174.719757,52.002213],[-175.33403,52.016518],[-174.279175,52.209984],[-174.446213,52.306728],[-174.180038,52.417629],[-173.990753,52.32214],[-174.397278,52.054993]]],[[[-172.521393,52.24305],[-172.628052,52.258324],[-172.303787,52.34568],[-172.313904,52.311928],[-172.521393,52.24305]]],[[[-127.961937,52.289436],[-127.921242,52.175552],[-128.168488,52.247215],[-128.0439,52.301102],[-127.961937,52.289436]]],[[[-128.308044,52.128876],[-128.36499,52.162491],[-128.356659,52.235825],[-128.229355,52.21537],[-128.308044,52.128876]]],[[[-128.148071,52.183327],[-128.151123,52.081108],[-128.253082,52.019714],[-128.292923,52.116245],[-128.148071,52.183327]]],[[[-128.031677,52.163292],[-127.891113,52.171661],[-127.880135,52.169441],[-128.107361,52.102772],[-128.031677,52.163292]]],[[[-131.077209,52.150269],[-130.992493,52.060822],[-131.020279,51.943462],[-131.120544,52.05555],[-131.077209,52.150269]]],[[[-173.495026,52.014992],[-173.923096,52.051659],[-174.056824,52.123047],[-172.959045,52.083878],[-173.495026,52.014992]]],[[[177.318573,51.821106],[177.248016,51.902214],[177.677475,52.105827],[177.608078,51.923466],[177.318573,51.821106]]],[[[-79.297226,52.091934],[-79.381248,51.935825],[-79.652153,51.987907],[-79.341942,52.10944],[-79.297226,52.091934]]],[[[-176.054749,51.961655],[-176.167526,51.994572],[-176.152222,52.103325],[-176.041718,52.098038],[-176.054749,51.961655]]],[[[-127.951218,52.046913],[-128.008347,51.780411],[-128.134033,51.74527],[-128.217499,51.962769],[-127.951218,52.046913]]],[[[179.649719,51.86721],[179.531097,51.891937],[179.486908,51.974297],[179.768997,51.966103],[179.649719,51.86721]]],[[[178.528046,51.893326],[178.453171,51.941795],[178.47641,51.986244],[178.606628,51.946102],[178.528046,51.893326]]],[[[-176.938629,51.584435],[-176.758362,51.950829],[-176.559769,51.984711],[-176.642242,51.857216],[-176.42363,51.82777],[-176.938629,51.584435]]],[[[-177.642242,51.649437],[-177.702789,51.69846],[-177.213043,51.808884],[-177.178238,51.933876],[-177.047791,51.903183],[-177.1539,51.699425],[-177.642242,51.649437]]],[[[-177.907806,51.591927],[-178.10083,51.664711],[-177.962784,51.77055],[-178.216553,51.874294],[-177.825317,51.8311],[-177.907806,51.591927]]],[[[-176.139191,51.774437],[-176.216125,51.817768],[-176.207672,51.876789],[-176.013916,51.833042],[-176.139191,51.774437]]],[[[-176.336426,51.721657],[-176.392548,51.738602],[-176.416153,51.852493],[-176.278091,51.859158],[-176.336426,51.721657]]],[[[-127.998047,51.711662],[-127.873611,51.464439],[-127.914436,51.41082],[-128.153625,51.603745],[-127.998047,51.711662]]],[[[179.252197,51.347488],[178.959961,51.539719],[178.638321,51.63541],[178.900543,51.613609],[179.468018,51.367634],[179.252197,51.347488]]],[[[-55.193329,46.984993],[-55.392082,46.865829],[-55.981628,46.949261],[-54.84375,47.560131],[-55.03215,47.627079],[-54.941456,47.77763],[-55.130215,47.613789],[-55.43,47.709023],[-55.411175,47.485615],[-55.587776,47.398605],[-55.920383,47.445026],[-55.745834,47.585266],[-56.166771,47.501659],[-55.634167,47.67305],[-55.913471,47.655754],[-55.768959,47.951656],[-56.162498,47.636105],[-56.840836,47.521378],[-58.031944,47.695126],[-59.127224,47.555546],[-59.303471,47.61166],[-59.403606,47.894226],[-58.418335,48.486656],[-59.212502,48.547771],[-58.771873,48.773602],[-58.957222,48.619438],[-58.701244,48.579994],[-58.350414,49.148048],[-58.360264,49.063663],[-57.996109,48.96138],[-57.895725,48.977283],[-58.144447,49.121933],[-57.917706,49.126518],[-58.089848,49.161247],[-57.933262,49.238464],[-58.204166,49.24263],[-58.21986,49.396381],[-57.998337,49.559158],[-57.703678,49.46402],[-57.949722,49.664715],[-57.367985,50.593117],[-57.151386,50.623741],[-57.378609,50.687767],[-56.927498,50.915825],[-56.682503,51.339432],[-55.903126,51.626518],[-55.882221,51.494995],[-55.406769,51.564468],[-55.61375,51.302837],[-56.081947,51.369019],[-55.734028,51.07708],[-56.068893,50.724434],[-56.149166,50.889023],[-56.16333,50.617767],[-56.905331,49.74752],[-56.784008,49.731243],[-56.848885,49.544441],[-56.122635,50.154503],[-55.750557,49.923607],[-55.46104,49.959713],[-55.986115,49.746941],[-56.124168,49.613327],[-55.833328,49.686653],[-56.125549,49.424854],[-55.827782,49.524162],[-55.668056,49.383533],[-55.52264,49.484295],[-55.561142,49.368183],[-55.37347,49.503468],[-55.315277,49.314438],[-55.305557,49.534439],[-55.141319,49.543331],[-55.383331,49.040833],[-55.077641,49.352356],[-54.821114,49.270409],[-54.528053,49.531937],[-54.48156,49.26503],[-54.04528,49.480125],[-53.511116,49.277214],[-53.59111,49.038193],[-54.096107,48.81221],[-53.801529,48.810268],[-53.93222,48.713936],[-53.922848,48.624783],[-53.607185,48.680962],[-53.951038,48.543259],[-53.588051,48.428047],[-53.072014,48.697975],[-52.987221,48.54805],[-53.626251,48.173183],[-53.937359,48.232075],[-53.944717,48.171379],[-53.909653,48.084019],[-53.691769,48.058567],[-53.909737,48.022823],[-53.606808,48.048744],[-53.837502,47.699432],[-53.545208,47.541035],[-53.306107,47.984161],[-52.923473,48.170685],[-52.834652,48.099648],[-53.261673,47.546387],[-53.118542,47.417908],[-52.779686,47.797672],[-52.617363,47.508469],[-52.936665,46.797077],[-53.165138,46.61985],[-53.358059,46.737217],[-53.614304,46.641174],[-53.591385,47.156097],[-54.186871,46.821869],[-53.8675,47.402771],[-53.983887,47.757774],[-54.196178,47.841244],[-54.477562,47.398396],[-54.609795,47.354855],[-54.414928,47.595478],[-54.856392,47.390549],[-55.193329,46.984993]]],[[[-125.427223,50.287498],[-125.16861,49.912766],[-124.898064,49.731659],[-124.789436,49.464157],[-123.943047,49.211105],[-123.292984,48.412071],[-123.583328,48.301102],[-125.101524,48.72485],[-125.184715,48.798466],[-124.84333,49.015759],[-124.780487,49.139435],[-124.807007,49.235615],[-124.936943,48.988045],[-125.50473,48.919022],[-125.768066,49.098602],[-125.609543,49.207279],[-126.021942,49.265553],[-125.899651,49.422836],[-126.535698,49.374084],[-126.567917,49.58041],[-126.08979,49.660336],[-126.587646,49.70277],[-126.679718,49.878876],[-126.804443,49.909157],[-127.126801,49.854614],[-127.15834,50.096382],[-127.894447,50.108814],[-127.788887,50.222214],[-127.979027,50.344852],[-127.923325,50.461727],[-127.446953,50.372765],[-127.566315,50.50819],[-127.416946,50.579609],[-127.874229,50.621586],[-127.596207,50.545303],[-128.051422,50.446693],[-128.413269,50.770893],[-127.914024,50.871796],[-126.975281,50.576942],[-125.427223,50.287498]]],[[[-126.797783,50.768883],[-126.903618,50.82402],[-126.567085,50.800686],[-126.731377,50.771935],[-126.797783,50.768883]]],[[[-126.251717,50.818932],[-126.26973,50.65374],[-126.616241,50.665131],[-126.385963,50.807213],[-126.251717,50.818932]]],[[[-55.466942,50.784164],[-55.554447,50.702354],[-55.650761,50.724087],[-55.619164,50.791382],[-55.466942,50.784164]]],[[[-126.912514,50.613609],[-127.020973,50.63916],[-127.14299,50.635342],[-126.890289,50.667213],[-126.834236,50.628464],[-126.912514,50.613609]]],[[[-126.286118,50.598328],[-126.225197,50.558807],[-126.623894,50.533882],[-126.488602,50.553322],[-126.286118,50.598328]]],[[[-125.370827,50.455826],[-125.385834,50.369713],[-125.527084,50.380268],[-125.46833,50.428741],[-125.370827,50.455826]]],[[[-125.273064,50.431107],[-125.051109,50.224155],[-125.131538,50.124432],[-125.156113,50.239159],[-125.213821,50.315273],[-125.399727,50.315968],[-125.273064,50.431107]]],[[[-124.726936,50.299164],[-124.657501,50.247772],[-124.703468,50.15971],[-124.79361,50.22707],[-124.726936,50.299164]]],[[[-124.898621,50.293884],[-124.756668,50.178329],[-124.809723,50.112633],[-124.963058,50.236382],[-124.898621,50.293884]]],[[[-125.345543,50.263901],[-125.167221,50.213608],[-125.168541,49.982349],[-125.320702,50.139717],[-125.345543,50.263901]]],[[[-124.983322,50.225548],[-124.897781,50.077492],[-124.968613,50.035828],[-125.065002,50.105412],[-124.983322,50.225548]]],[[[-63.492226,49.840828],[-61.883892,49.34819],[-61.664791,49.14423],[-62.195549,49.074997],[-63.093887,49.229294],[-64.512512,49.861107],[-63.492226,49.840828]]],[[[-126.768723,49.878616],[-126.635284,49.75666],[-126.633057,49.5961],[-126.967369,49.729019],[-126.768723,49.878616]]],[[[-124.122772,49.493607],[-124.627213,49.719154],[-124.653885,49.79847],[-124.351387,49.698044],[-124.122772,49.493607]]],[[[-124.025558,49.767769],[-124.126373,49.651379],[-124.196663,49.676941],[-124.141182,49.750275],[-124.025558,49.767769]]],[[[-54.081116,49.736382],[-54.004448,49.647491],[-54.291389,49.578327],[-54.285416,49.71402],[-54.081116,49.736382]]],[[[-54.529724,49.633881],[-54.573612,49.560406],[-54.872498,49.489857],[-54.888611,49.591797],[-54.529724,49.633881]]],[[[-123.338333,49.506104],[-123.360283,49.433052],[-123.459587,49.468876],[-123.436661,49.522217],[-123.338333,49.506104]]],[[[-126.126938,49.390274],[-126.072777,49.343048],[-126.067917,49.24958],[-126.239166,49.289719],[-126.126938,49.390274]]],[[[-125.867493,49.23333],[-125.799156,49.208328],[-125.817291,49.126099],[-125.925827,49.190826],[-125.867493,49.23333]]],[[[-123.674713,49.093048],[-123.521667,48.960274],[-123.31263,48.870407],[-123.540558,48.944992],[-123.674713,49.093048]]],[[[-123.577217,48.929161],[-123.433884,48.844437],[-123.374023,48.755554],[-123.524719,48.722488],[-123.577217,48.929161]]],[[[-122.895554,48.711105],[-122.751114,48.649021],[-123.012497,48.605827],[-123.020279,48.635551],[-122.895554,48.711105]]],[[[-123.099731,48.603882],[-122.995003,48.529716],[-122.962639,48.452633],[-123.148621,48.501663],[-123.099731,48.603882]]],[[[-122.868057,48.55249],[-122.808884,48.454437],[-122.814438,48.417912],[-122.93486,48.455273],[-122.868057,48.55249]]],[[[-122.588333,48.39222],[-122.505836,48.307491],[-122.663887,48.244713],[-122.369995,47.921383],[-122.756805,48.231102],[-122.588333,48.39222]]],[[[-53.564163,48.190544],[-53.634171,48.075272],[-53.935829,48.182495],[-53.686111,48.147495],[-53.564163,48.190544]]],[[[-64.482773,47.91777],[-64.607773,47.746799],[-64.69194,47.75555],[-64.664856,47.868881],[-64.482773,47.91777]]],[[[-55.927498,47.676659],[-55.928822,47.638462],[-55.879444,47.609718],[-56.112919,47.647217],[-55.927498,47.676659]]],[[[-54.125,47.640831],[-54.241112,47.401657],[-54.361946,47.409504],[-54.13208,47.6693],[-54.125,47.640831]]],[[[-61.407776,47.641106],[-61.96389,47.278606],[-61.799446,47.232765],[-62.011532,47.223598],[-61.92514,47.4086],[-61.407776,47.641106]]],[[[-122.381104,47.394714],[-122.518547,47.371517],[-122.44944,47.516315],[-122.421944,47.432213],[-122.381104,47.394714]]],[[[-56.289444,47.070831],[-56.232635,46.85305],[-56.371387,46.786804],[-56.397781,47.106659],[-56.289444,47.070831]]],[[[-62.279724,46.338043],[-62.603889,46.179855],[-62.466389,46.000549],[-62.761116,45.954163],[-63.113819,46.208916],[-62.966526,46.315617],[-63.231525,46.138882],[-63.591942,46.211937],[-64.415688,46.689438],[-64.020844,47.038605],[-64.091675,46.778603],[-63.834587,46.461243],[-63.65472,46.566799],[-63.216393,46.412209],[-61.974617,46.454712],[-62.279724,46.338043]]],[[[-61.47805,45.803879],[-61.455559,46.137497],[-60.595554,47.030132],[-60.305832,46.844299],[-60.609169,46.201935],[-60.425137,46.277977],[-61.107918,45.953255],[-60.736736,46.05513],[-61.14653,45.701523],[-60.466942,45.938042],[-60.787224,45.936169],[-60.307499,46.208744],[-60.644924,46.071346],[-60.353752,46.30777],[-59.809166,46.109161],[-59.840553,45.938324],[-60.498886,45.62027],[-61.336945,45.573326],[-61.47805,45.803879]]],[[[-70.814438,46.998329],[-70.904175,46.913605],[-71.128601,46.858047],[-70.896667,47.013329],[-70.814438,46.998329]]],[[[-56.187469,46.808613],[-56.146519,46.760498],[-56.224327,46.747189],[-56.235588,46.768688],[-56.187469,46.808613]]],[[[-60.910278,45.546104],[-60.997086,45.456799],[-61.103889,45.524994],[-61.020416,45.575134],[-60.910278,45.546104]]],[[[-66.764725,44.801102],[-66.763069,44.67374],[-66.903336,44.619087],[-66.858612,44.74305],[-66.764725,44.801102]]],[[[-68.241379,44.438881],[-68.182495,44.332771],[-68.406258,44.271381],[-68.365273,44.428604],[-68.241379,44.438881]]],[[[-68.632767,44.276657],[-68.615135,44.188187],[-68.710564,44.177769],[-68.72097,44.231655],[-68.632767,44.276657]]],[[[-71.220551,41.633331],[-71.232773,41.494713],[-71.355621,41.45763],[-71.263191,41.630482],[-71.220551,41.633331]]],[[[-70.556946,41.465271],[-70.509171,41.355412],[-70.834999,41.361176],[-70.617218,41.473877],[-70.556946,41.465271]]],[[[-70.019455,41.383881],[-69.979446,41.255272],[-70.232224,41.281662],[-70.109589,41.296246],[-70.019455,41.383881]]],[[[-74.005005,40.679993],[-73.589447,40.920547],[-72.637642,40.981659],[-72.285278,41.161934],[-72.617111,40.917595],[-71.866798,41.074783],[-73.618057,40.594437],[-74.005005,40.679993]]],[[[-74.062775,40.639435],[-74.108612,40.559715],[-74.235207,40.514717],[-74.173889,40.642353],[-74.062775,40.639435]]],[[[-75.527222,35.23555],[-75.65361,35.225548],[-75.512512,35.30777],[-75.514801,35.775963],[-75.447495,35.582497],[-75.527222,35.23555]]],[[[-119.868057,34.08416],[-119.698334,34.045273],[-119.515564,34.044579],[-119.78833,33.967209],[-119.868057,34.08416]]],[[[-120,33.989632],[-120.107498,33.905548],[-120.226097,34.006104],[-120.051941,34.03611],[-120,33.989632]]],[[[-118.516663,33.477768],[-118.349731,33.398331],[-118.303741,33.309853],[-118.449646,33.328606],[-118.516663,33.477768]]],[[[-118.530289,32.993324],[-118.369164,32.854713],[-118.369453,32.832771],[-118.593895,33.044582],[-118.530289,32.993324]]],[[[-64.823059,32.260551],[-64.782372,32.280136],[-64.676811,32.379509],[-64.761124,32.284996],[-64.823059,32.260551]]],[[[-86.558884,30.396664],[-87.251114,30.317427],[-87.290344,30.334579],[-86.763062,30.404995],[-86.527641,30.397045],[-86.558884,30.396664]]],[[[-91.724167,29.558609],[-91.842087,29.482494],[-92.036804,29.581387],[-91.910553,29.645275],[-91.724167,29.558609]]],[[[-113.139717,29.017776],[-113.592216,29.425831],[-113.582436,29.58597],[-113.195847,29.228333],[-113.139717,29.017776]]],[[[-94.841949,29.269444],[-94.879166,29.240273],[-95.11232,29.101561],[-94.781509,29.318365],[-94.841949,29.269444]]],[[[-112.296402,28.756386],[-112.563622,28.881109],[-112.456947,29.186108],[-112.290009,29.237499],[-112.296402,28.756386]]],[[[-118.304459,28.917221],[-118.404167,29.150555],[-118.306114,29.193886],[-118.237648,28.950136],[-118.304459,28.917221]]],[[[-80.660553,28.318886],[-80.74028,28.478329],[-80.643059,28.597635],[-80.61055,28.548332],[-80.660553,28.318886]]],[[[-96.776642,28.192055],[-96.710976,28.204439],[-96.409927,28.395205],[-96.813614,28.092495],[-96.776642,28.192055]]],[[[-115.179459,28.024719],[-115.324318,28.139721],[-115.240837,28.370552],[-115.146118,28.178886],[-115.179459,28.024719]]],[[[-96.839172,28.106384],[-96.887787,28.030552],[-97.035828,27.875275],[-96.921936,28.089718],[-96.839172,28.106384]]],[[[-80.43222,27.84333],[-80.292496,27.468884],[-80.165146,27.186247],[-80.288895,27.41333],[-80.43222,27.84333]]],[[[-97.246384,27.544441],[-97.387985,27.222425],[-97.31723,27.495827],[-97.04319,27.839857],[-97.246384,27.544441]]],[[[-97.358246,26.706963],[-97.400558,27.020832],[-97.383194,27.20253],[-97.176598,26.087776],[-97.358246,26.706963]]],[[[-77.950287,26.897778],[-77.82695,26.929165],[-77.546677,26.896664],[-77.049591,26.519026],[-77.202644,25.882498],[-77.398056,26.026386],[-77.22084,26.145275],[-77.154175,26.554583],[-77.542786,26.865553],[-77.950287,26.897778]]],[[[-78.708618,26.489719],[-78.978897,26.695274],[-78.701118,26.584442],[-78.51889,26.734165],[-77.917236,26.745277],[-78.708618,26.489719]]],[[[-111.206123,25.802776],[-111.19236,26.036247],[-111.085907,26.071455],[-111.099457,26.004444],[-111.206123,25.802776]]],[[[-76.735291,25.559166],[-76.349701,25.343281],[-76.120285,25.133192],[-76.168335,24.689999],[-76.336884,24.817705],[-76.163345,25.127777],[-76.735291,25.559166]]],[[[-80.600861,24.950809],[-80.455566,25.091385],[-80.260979,25.348053],[-80.37027,25.146109],[-80.600861,24.950809]]],[[[-112.133621,25.281109],[-112.126663,25.233055],[-112.202507,24.844997],[-112.049171,24.51861],[-112.248901,24.809721],[-112.133621,25.281109]]],[[[-78.205002,25.201942],[-77.987717,25.150206],[-77.72168,24.528889],[-78.019661,24.274651],[-78.440147,24.616665],[-78.193268,24.605415],[-78.305847,24.721107],[-78.205002,25.201942]]],[[[-110.696091,25.08884],[-110.578903,25.033886],[-110.539246,24.882706],[-110.64167,24.929722],[-110.696091,25.08884]]],[[[-77.465836,24.986664],[-77.561401,25.027496],[-77.25959,25.051943],[-77.433762,25.009026],[-77.465836,24.986664]]],[[[-75.462509,24.122498],[-75.466118,24.290346],[-75.735565,24.696526],[-75.314728,24.213886],[-75.462509,24.122498]]],[[[-110.335007,24.400555],[-110.4039,24.563053],[-110.379379,24.586662],[-110.300003,24.484444],[-110.335007,24.400555]]],[[[-111.708069,24.328331],[-111.835007,24.427498],[-112.015907,24.528191],[-111.839165,24.5425],[-111.708069,24.328331]]],[[[-109.788353,24.131943],[-109.871399,24.187496],[-109.917229,24.366665],[-109.798607,24.191109],[-109.788353,24.131943]]],[[[-77.701126,24.284721],[-77.741669,24.030277],[-77.632088,24.211109],[-77.546806,24.116665],[-77.51973,23.861111],[-77.609039,23.727358],[-77.77375,23.74486],[-77.669647,23.766369],[-77.575912,23.843887],[-77.730286,23.786942],[-77.876678,24.073055],[-77.701126,24.284721]]],[[[-74.530289,24.076111],[-74.424591,24.078054],[-74.492783,23.955276],[-74.541397,23.969166],[-74.530289,24.076111]]],[[[-76.020279,23.675278],[-75.918625,23.626389],[-75.771957,23.499722],[-75.991119,23.599442],[-76.020279,23.675278]]],[[[-75.30751,23.667774],[-75.099037,23.327497],[-75.067505,23.143053],[-74.848892,23.002083],[-74.837921,22.857498],[-75.168617,23.142832],[-75.070702,23.110693],[-75.30751,23.667774]]],[[[-80.591125,22.050552],[-81.823059,22.183609],[-82.150284,22.37611],[-81.648895,22.491386],[-81.81279,22.663609],[-82.760567,22.700832],[-83.368065,22.201664],[-83.929039,22.162498],[-84.028763,21.914026],[-84.501114,21.765553],[-84.498482,21.934721],[-84.952927,21.863192],[-84.338058,22.012218],[-84.440002,22.203609],[-84.200562,22.553055],[-83.229172,22.998886],[-82.220566,23.187496],[-81.500839,23.055553],[-81.226959,23.161663],[-81.131401,23.023331],[-80.633057,23.098331],[-80.278625,22.905277],[-80.037643,22.951248],[-79.259033,22.372639],[-78.573334,22.321941],[-77.340492,21.637289],[-77.610695,21.885832],[-77.54306,21.91861],[-77.140015,21.652775],[-77.364311,21.614096],[-77.265839,21.480831],[-77.061951,21.584999],[-76.898613,21.309305],[-75.70723,21.121944],[-75.579727,21.006943],[-75.736679,20.696941],[-74.955566,20.685276],[-74.132507,20.193607],[-75.121399,19.887497],[-75.092789,20.056389],[-75.35556,19.875553],[-76.248901,19.990833],[-77.681122,19.821941],[-77.596672,20.046665],[-77.114594,20.367359],[-77.196953,20.634026],[-78.072235,20.713886],[-78.495148,21.031803],[-78.74028,21.63472],[-79.265015,21.54583],[-79.987793,21.72361],[-80.453201,22.163609],[-80.591125,22.050552]]],[[[-74.088898,22.657497],[-74.272507,22.714443],[-74.343903,22.834999],[-74.022362,22.713123],[-74.088898,22.657497]]],[[[-79.329727,22.614166],[-79.630768,22.782707],[-79.632507,22.799999],[-79.580353,22.811317],[-79.329727,22.614166]]],[[[-74.276398,22.170555],[-73.867783,22.512218],[-74.03653,22.620275],[-73.851532,22.728333],[-73.867508,22.469444],[-74.276398,22.170555]]],[[[-78.425293,22.412498],[-78.397438,22.457636],[-78.693481,22.533192],[-78.277718,22.442776],[-78.425293,22.412498]]],[[[-72.787506,22.283054],[-72.885559,22.360275],[-73.16362,22.376942],[-73.023056,22.432499],[-72.762222,22.351665],[-72.787506,22.283054]]],[[[-78.019455,22.261944],[-78.159592,22.302776],[-78.308823,22.410137],[-78.118622,22.413887],[-78.019455,22.261944]]],[[[-77.864731,22.095554],[-78.044029,22.18833],[-77.997513,22.285275],[-77.861259,22.219164],[-77.864731,22.095554]]],[[[-77.705566,21.908607],[-77.885834,22.00333],[-77.947235,22.098331],[-77.652573,22.068609],[-77.705566,21.908607]]],[[[-71.881958,21.823608],[-72.029175,21.904999],[-72.031464,21.944164],[-71.914871,21.944582],[-71.881958,21.823608]]],[[[-82.897232,21.432777],[-83.07299,21.462708],[-83.191399,21.6234],[-82.935074,21.586596],[-83.089447,21.785553],[-82.974457,21.942776],[-82.715836,21.890274],[-82.54306,21.589722],[-82.897232,21.432777]]],[[[-71.65889,21.739719],[-71.825287,21.775414],[-71.847778,21.854721],[-71.667786,21.831526],[-71.65889,21.739719]]],[[[-106.621078,21.565311],[-106.645844,21.688332],[-106.585564,21.715832],[-106.515007,21.513054],[-106.621078,21.565311]]],[[[-106.39917,21.41972],[-106.507225,21.437428],[-106.47168,21.510555],[-106.339516,21.500553],[-106.39917,21.41972]]],[[[-71.146049,21.429922],[-71.150665,21.470724],[-71.132195,21.509216],[-71.127571,21.442625],[-71.146049,21.429922]]],[[[-73.662781,20.915276],[-73.530632,21.185762],[-73.258484,21.134996],[-73.007507,21.323748],[-73.149727,20.973888],[-73.662781,20.915276]]],[[[-86.993347,20.255554],[-86.93557,20.543055],[-86.738617,20.588955],[-86.885559,20.353886],[-86.993347,20.255554]]],[[[-72.640289,19.985275],[-72.876114,20.024998],[-72.95459,20.058609],[-72.810417,20.091455],[-72.640289,19.985275]]],[[[-73.036438,18.456217],[-72.368759,18.525694],[-72.321259,18.666386],[-72.800293,19.033054],[-72.723343,19.454998],[-73.465286,19.687775],[-73.405144,19.831804],[-72.79834,19.942776],[-71.719658,19.701317],[-71.66584,19.893747],[-70.994453,19.930693],[-70.290848,19.649164],[-69.949318,19.676804],[-69.755981,19.290833],[-69.157928,19.294998],[-69.230011,19.180275],[-69.615768,19.224373],[-69.620148,19.08847],[-68.923897,19.02986],[-68.322929,18.599028],[-68.646049,18.205624],[-68.895279,18.396385],[-69.884727,18.469027],[-70.154175,18.233055],[-70.507507,18.194721],[-70.691948,18.43236],[-71.081253,18.299166],[-71.423889,17.604166],[-72.072365,18.239998],[-72.815834,18.138472],[-73.451401,18.256943],[-73.881668,18.022778],[-74.467789,18.450832],[-74.236679,18.667221],[-73.036438,18.456217]]],[[[-81.395004,19.326111],[-81.254456,19.353886],[-81.093063,19.332775],[-81.263618,19.264997],[-81.395004,19.326111]]],[[[-72.825836,18.695553],[-73.218063,18.834164],[-73.300003,18.927219],[-72.857224,18.834999],[-72.825836,18.695553]]],[[[-110.975014,18.71611],[-111.072922,18.775135],[-111.000702,18.866247],[-110.910286,18.737778],[-110.975014,18.71611]]],[[[-91.834457,18.638054],[-91.646118,18.753609],[-91.525009,18.772915],[-91.522919,18.750692],[-91.834457,18.638054]]],[[[-77.566391,17.859474],[-78.338898,18.219027],[-78.339798,18.360693],[-77.864456,18.522499],[-76.911217,18.400839],[-76.341675,18.149719],[-76.221115,17.904163],[-76.832924,17.987082],[-76.95153,17.829304],[-77.131958,17.878887],[-77.165703,17.69722],[-77.566391,17.859474]]],[[[-65.632217,18.26543],[-65.937225,17.966663],[-67.184731,17.932499],[-67.266396,18.365416],[-67.101669,18.518055],[-66.115494,18.472012],[-65.632217,18.26543]]],[[[-64.436401,18.431389],[-64.413895,18.504858],[-64.324524,18.503677],[-64.330566,18.494164],[-64.436401,18.431389]]],[[[-64.660843,18.383888],[-64.652512,18.441109],[-64.56028,18.453609],[-64.56514,18.420969],[-64.660843,18.383888]]],[[[-65.023514,18.366375],[-64.938324,18.387672],[-64.834877,18.313133],[-64.956573,18.332909],[-65.023514,18.366375]]],[[[-63.167778,18.164444],[-63.052017,18.259581],[-62.97271,18.272984],[-62.993057,18.227219],[-63.167778,18.164444]]],[[[-68.573334,18.101665],[-68.755562,18.129858],[-68.779999,18.197706],[-68.597778,18.161388],[-68.573334,18.101665]]],[[[-87.925056,17.999323],[-88.006119,17.901943],[-87.856392,18.164581],[-87.846672,18.14097],[-87.925056,17.999323]]],[[[-65.525009,18.083054],[-65.578964,18.115416],[-65.301117,18.147778],[-65.337784,18.116943],[-65.525009,18.083054]]],[[[-64.896118,17.676666],[-64.786957,17.7925],[-64.562576,17.751179],[-64.668335,17.710831],[-64.896118,17.676666]]],[[[-61.738892,17.540554],[-61.853058,17.583054],[-61.843544,17.724302],[-61.739933,17.647915],[-61.738892,17.540554]]],[[[-87.924179,17.274998],[-87.935974,17.292915],[-87.917854,17.418262],[-87.810005,17.546942],[-87.924179,17.274998]]],[[[-62.653893,17.208885],[-62.837227,17.326109],[-62.856392,17.38583],[-62.732365,17.366665],[-62.653893,17.208885]]],[[[-61.73806,16.989719],[-61.881531,17.022081],[-61.829586,17.165554],[-61.670559,17.08847],[-61.73806,16.989719]]],[[[-62.171394,16.671387],[-62.23695,16.71472],[-62.20459,16.812359],[-62.147224,16.749165],[-62.171394,16.671387]]],[[[-61.54187,16.290249],[-61.463337,16.512915],[-61.205559,16.26722],[-61.565933,16.22686],[-61.688892,15.947777],[-61.783615,16.333054],[-61.54187,16.290249]]],[[[-86.626678,16.270275],[-86.59639,16.337776],[-86.445984,16.406109],[-86.263336,16.423332],[-86.626678,16.270275]]],[[[-61.256668,15.869999],[-61.329586,15.931527],[-61.264168,16.013887],[-61.187084,15.914165],[-61.256668,15.869999]]],[[[-61.363617,15.198055],[-61.491394,15.540554],[-61.452225,15.631943],[-61.253334,15.461388],[-61.363617,15.198055]]],[[[-60.86084,14.402777],[-61.03389,14.465832],[-61.174728,14.876944],[-60.940834,14.740833],[-60.86084,14.402777]]],[[[-60.954727,13.709444],[-61.079586,13.876666],[-60.933338,14.109304],[-60.878059,13.956665],[-60.954727,13.709444]]],[[[-61.184448,13.130278],[-61.280144,13.205693],[-61.179863,13.383193],[-61.120285,13.307499],[-61.184448,13.130278]]],[[[-59.533058,13.050554],[-59.64278,13.146388],[-59.631111,13.334999],[-59.429169,13.164999],[-59.533058,13.050554]]],[[[-69.882233,12.41111],[-70.059036,12.540208],[-70.059662,12.627776],[-69.932236,12.528055],[-69.882233,12.41111]]],[[[-68.746948,12.040277],[-69.0625,12.188332],[-69.16362,12.366388],[-68.824173,12.160276],[-68.746948,12.040277]]],[[[-68.251114,12.020555],[-68.400566,12.222499],[-68.397224,12.302916],[-68.197365,12.222637],[-68.251114,12.020555]]],[[[-61.610001,12.227777],[-61.630142,12.04611],[-61.785179,12.003819],[-61.707504,12.196943],[-61.610001,12.227777]]],[[[-60.797501,11.141666],[-60.847229,11.176943],[-60.529587,11.345554],[-60.531807,11.259027],[-60.797501,11.141666]]],[[[-61.079445,10.824165],[-60.909237,10.827013],[-61.034168,10.678194],[-61.004448,10.149582],[-61.909515,10.040346],[-61.453754,10.294165],[-61.473618,10.597776],[-61.662018,10.708402],[-61.079445,10.824165]]],[[[-82.325119,9.407864],[-82.256744,9.427804],[-82.235252,9.332502],[-82.249756,9.330689],[-82.325119,9.407864]]],[[[-78.871674,8.456944],[-78.834732,8.319721],[-78.922226,8.270555],[-78.962791,8.437637],[-78.871674,8.456944]]],[[[-81.738907,7.639163],[-81.713623,7.436666],[-81.590141,7.32986],[-81.853348,7.446666],[-81.738907,7.639163]]]]},"type":"Feature","properties":{"postal":"NA","name":"North America","type":"Continent","center":[-101.87499999999999,51.45603532417178]}},"EU":{"geometry":{"type":"MultiPolygon","coordinates":[[[[58.061378,81.687759],[57.889858,81.709854],[59.435547,81.819298],[59.159714,81.728867],[58.061378,81.687759]]],[[[62.161926,81.687195],[63.296104,81.719986],[63.802773,81.65332],[63.470825,81.582489],[62.161926,81.687195]]],[[[58.29969,81.590927],[58.377213,81.611923],[58.717281,81.598175],[58.229156,81.578735],[58.29969,81.590927]]],[[[61.77668,81.608322],[62.120544,81.584427],[62.201382,81.562065],[61.654434,81.603043],[61.77668,81.608322]]],[[[58.080551,81.366379],[57.441376,81.431656],[56.741379,81.448593],[57.75444,81.561371],[58.571384,81.409012],[58.080551,81.366379]]],[[[58.461937,81.338593],[58.954994,81.404709],[59.380268,81.321243],[58.977768,81.284714],[58.461937,81.338593]]],[[[55.556335,81.219162],[55.431938,81.274712],[56.602631,81.260269],[56.365829,81.384995],[57.902771,81.290268],[55.556335,81.219162]]],[[[54.259766,81.291702],[54.115963,81.349709],[54.421936,81.273178],[54.317215,81.2686],[54.259766,81.291702]]],[[[59.861725,81.300262],[60.426102,81.299149],[60.636173,81.270691],[59.722214,81.283325],[59.861725,81.300262]]],[[[57.08329,81.181396],[57.874161,81.237198],[58.080551,81.209717],[56.994713,81.165543],[57.08329,81.181396]]],[[[59.015511,81.212097],[59.684433,81.210266],[59.84277,81.182755],[59.496941,81.173309],[59.015511,81.212097]]],[[[62.557465,80.844116],[64.094711,80.9897],[64.550262,81.195816],[65.238586,81.133041],[65.467346,80.925125],[63.212494,80.681656],[62.557465,80.844116]]],[[[50.415245,81.039459],[50.516388,81.161926],[50.982353,81.103455],[50.375961,81.022072],[50.415245,81.039459]]],[[[58.215881,81.136353],[58.406654,81.152771],[58.648605,81.134995],[58.149437,81.12886],[58.215881,81.136353]]],[[[60.101089,81.007477],[60.756386,81.100815],[61.656097,81.093872],[61.05249,80.919434],[60.101089,81.007477]]],[[[54.429459,81.024155],[56.089714,81.038315],[57.718807,80.790817],[57.017769,80.694427],[56.63166,80.80748],[54.429459,81.024155]]],[[[56.104507,81.103073],[57.486656,81.046371],[58.278603,80.919708],[57.610275,80.856644],[56.104507,81.103073]]],[[[57.847969,81.0392],[58.051102,81.106934],[58.696518,81.024086],[58.399994,80.946091],[57.847969,81.0392]]],[[[48.714439,80.276657],[49.107285,80.185463],[47.65416,80.06749],[48.082497,80.197205],[46.626102,80.294983],[48.185406,80.333321],[47.623463,80.398804],[48.228882,80.420258],[48.129856,80.464989],[47.39159,80.45005],[49.192215,80.521378],[49.681381,80.717484],[48.961731,80.730255],[50.184433,80.922485],[50.440266,80.906792],[50.011799,80.860741],[51.038467,80.847275],[50.248325,80.743729],[50.343323,80.711105],[51.746243,80.715126],[48.714439,80.276657]]],[[[57.944382,80.829987],[58.719154,80.896378],[59.025269,80.822495],[57.818745,80.80304],[57.944382,80.829987]]],[[[54.0047,80.826645],[55.130821,80.8936],[55.979988,80.798599],[54.841103,80.719711],[54.0047,80.826645]]],[[[59.313347,80.541428],[59.280273,80.696091],[59.724709,80.833878],[61.851936,80.886108],[62.284019,80.770828],[61.066101,80.403595],[59.313347,80.541428]]],[[[46.08416,80.43692],[46.036385,80.57222],[44.859997,80.613457],[47.501938,80.855545],[48.530273,80.789978],[48.653877,80.750275],[48.453606,80.720535],[48.764858,80.649429],[47.751663,80.766388],[47.302212,80.654289],[47.423607,80.588882],[46.08416,80.43692]]],[[[55.500282,80.723312],[56.51416,80.77832],[56.948601,80.692749],[55.904991,80.631653],[55.500282,80.723312]]],[[[20.833607,80.674149],[20.806385,80.70166],[20.519163,80.761246],[21.004442,80.704163],[20.833607,80.674149]]],[[[21.113052,80.649429],[21.027567,80.683243],[21.362913,80.681786],[21.353329,80.674988],[21.113052,80.649429]]],[[[53.214447,80.515747],[53.30138,80.595406],[53.14138,80.64888],[53.543953,80.526657],[53.214447,80.515747]]],[[[58.548607,80.618042],[58.805824,80.646942],[58.85527,80.640274],[58.806381,80.582764],[58.548607,80.618042]]],[[[57.282707,80.614731],[57.4161,80.641937],[58.034996,80.619141],[57.528046,80.547485],[57.282707,80.614731]]],[[[53.831413,80.499969],[54.0075,80.607483],[54.461941,80.471237],[54.229431,80.419144],[53.831413,80.499969]]],[[[54.665588,80.519394],[54.997215,80.56192],[55.163185,80.497765],[54.947487,80.46666],[54.665588,80.519394]]],[[[19.966385,80.476929],[19.848051,80.50499],[20.128191,80.5093],[20.000553,80.48526],[19.966385,80.476929]]],[[[18.805832,79.969986],[17.790831,80.127068],[19.340553,80.08638],[19.579859,80.149292],[18.979996,80.336655],[19.84083,80.220963],[19.913746,80.376648],[19.458744,80.420677],[19.668884,80.501663],[20.853329,80.211105],[21.838329,80.271103],[21.607983,80.1213],[22.2575,79.978317],[22.568539,80.296371],[22.361107,80.410263],[22.749161,80.324158],[22.88694,80.490265],[23.355829,80.426514],[23.127079,80.382767],[23.339718,80.342422],[23.047497,80.24498],[23.101387,80.120819],[24.836384,80.350815],[24.77972,80.246643],[27.182217,80.106934],[27.101109,79.967484],[27.235548,79.913902],[25.811108,79.613869],[25.975273,79.507767],[25.722773,79.407906],[23.759163,79.174149],[22.654163,79.296928],[22.837498,79.407486],[20.936108,79.366089],[19.637634,79.602341],[21.123051,79.559418],[20.480619,79.678726],[21.839165,79.702774],[22.32069,79.794991],[18.771385,79.717484],[18.154163,79.909988],[18.805832,79.969986]]],[[[57.63501,80.110519],[57.271935,80.166092],[57.270962,80.389572],[56.946381,80.474426],[59.275131,80.331238],[58.371658,80.313873],[58.076801,80.251381],[58.435822,80.168594],[57.63501,80.110519]]],[[[54.45166,80.415436],[54.67305,80.49054],[54.863052,80.450272],[54.373325,80.403046],[54.45166,80.415436]]],[[[24.308887,80.382202],[24.161942,80.384995],[24.131523,80.394783],[24.382219,80.392487],[24.308887,80.382202]]],[[[55.103073,80.423309],[55.286385,80.451385],[55.364021,80.431641],[54.980545,80.414154],[55.103073,80.423309]]],[[[55.80275,80.417145],[55.873047,80.435257],[56.325134,80.391373],[56.22332,80.371368],[55.80275,80.417145]]],[[[52.318916,80.218506],[52.181381,80.271927],[52.931664,80.408875],[53.869923,80.261101],[52.318916,80.218506]]],[[[55.802849,80.127136],[56.0443,80.194145],[56.007217,80.335815],[57.130131,80.312485],[57.024437,80.071106],[55.802849,80.127136]]],[[[18.456661,80.238037],[18.370831,80.263885],[18.119442,80.284714],[18.75861,80.301926],[18.456661,80.238037]]],[[[54.894104,80.262756],[55.328606,80.344437],[55.543884,80.293869],[55.120544,80.218323],[54.894104,80.262756]]],[[[54.177017,80.218567],[54.2211,80.327209],[54.445824,80.280823],[54.421104,80.224991],[54.177017,80.218567]]],[[[31.582497,80.069443],[31.44944,80.085815],[33.637497,80.213318],[32.315269,80.089432],[31.582497,80.069443]]],[[[49.874359,80.06366],[49.532211,80.152206],[50.331661,80.174431],[50.066101,80.059143],[49.874359,80.06366]]],[[[59.909142,80.181625],[60.098877,80.203873],[60.287632,80.169846],[60.23027,80.161652],[59.909142,80.181625]]],[[[27.878178,80.166061],[28.07069,80.141518],[27.676802,80.120117],[27.719162,80.158035],[27.878178,80.166061]]],[[[58.799683,80.006699],[59.450829,80.11499],[59.86055,79.987762],[59.364716,79.914429],[58.799683,80.006699]]],[[[50.066368,79.979202],[51.008049,80.098877],[51.501938,79.931656],[50.50972,79.940262],[50.066368,79.979202]]],[[[49.35556,80.047836],[49.460548,80.092758],[49.681244,80.03318],[49.431664,80.015274],[49.35556,80.047836]]],[[[16.421383,78.902771],[15.646943,79.839783],[16.110828,79.86026],[15.951387,79.934425],[16.307774,80.062759],[16.819164,79.872208],[17.557774,79.891792],[18.087011,79.728172],[17.637703,79.376091],[18.356941,79.628311],[18.859718,79.450546],[18.937218,79.160263],[19.723606,79.151093],[19.906662,79.013885],[21.540552,78.759918],[18.969925,78.451996],[19.085344,78.093452],[18.410828,78.021652],[18.296524,77.512909],[17.738327,77.4711],[17.343399,77.055466],[17.101177,77.04734],[17.293331,76.949997],[16.920898,76.790192],[17.200968,76.699425],[16.612774,76.570541],[15.502151,76.881371],[16.498604,77.000824],[14.46722,77.171646],[13.914165,77.524994],[16.223049,77.434982],[14.745624,77.659294],[16.800552,77.806931],[17.006107,77.931366],[13.951665,77.718048],[13.756249,77.729843],[13.592219,78.0522],[14.355831,77.962769],[14.221942,78.078941],[17.295204,78.421791],[16.330275,78.450958],[16.810829,78.674988],[15.472775,78.451241],[15.198887,78.590546],[15.448887,78.633041],[15.370831,78.84304],[15.027915,78.599014],[14.531666,78.682755],[14.388888,78.491508],[14.728192,78.386238],[13.006666,78.197479],[12.371594,78.480888],[13.18736,78.541573],[11.918193,78.62928],[11.644791,78.735954],[11.924304,78.82592],[11.337012,78.960541],[12.500692,78.911995],[11.755278,79.075821],[12.115273,79.29332],[11.638611,79.319443],[11.709998,79.163734],[11.236385,79.093048],[10.682359,79.546089],[11.180277,79.559418],[10.859372,79.59742],[11.366108,79.634995],[11.195692,79.774994],[11.696386,79.834991],[12.311388,79.661926],[12.162221,79.806091],[13.82472,79.875259],[13.967359,79.769989],[12.449304,79.568878],[13.474858,79.582489],[13.264721,79.470955],[14.058887,79.260269],[14.153888,79.335266],[13.884998,79.538315],[14.584997,79.804153],[15.262638,79.612343],[15.772637,79.237762],[15.714443,79.110809],[16.421383,78.902771]]],[[[58.362465,79.93808],[58.664295,79.975815],[58.986103,79.89846],[58.280132,79.929703],[58.362465,79.93808]]],[[[10.973053,79.729156],[10.755278,79.736649],[10.642082,79.746933],[10.756109,79.783325],[10.973053,79.729156]]],[[[10.781666,79.650269],[10.712219,79.713608],[11.076109,79.662766],[10.922775,79.651093],[10.781666,79.650269]]],[[[20.142773,79.33194],[19.676662,79.338043],[19.62833,79.388321],[20.178051,79.343254],[20.142773,79.33194]]],[[[20.342495,78.990814],[20.047636,79.040123],[20.831108,79.056931],[20.707218,79.01416],[20.342495,78.990814]]],[[[28.095551,78.811646],[28.019718,78.867477],[28.428883,78.951935],[29.70805,78.896378],[28.095551,78.811646]]],[[[12.120552,78.195816],[11.073332,78.455826],[10.487914,78.893326],[11.006109,78.829163],[11.267221,78.53804],[11.82111,78.441086],[12.120552,78.195816]]],[[[26.735828,78.623871],[26.466246,78.701653],[26.398052,78.774017],[27.015137,78.695679],[26.735828,78.623871]]],[[[20.142666,78.469604],[22.028885,78.580826],[22.241383,78.480545],[22.268053,78.265411],[20.671108,78.187485],[20.779999,78.284424],[20.470551,78.316376],[20.663883,78.387207],[20.142666,78.469604]]],[[[22.641106,77.253052],[22.423607,77.257217],[22.415621,77.411652],[22.773191,77.546158],[20.867218,77.454575],[21.644997,77.912491],[20.868746,78.090126],[22.982773,78.246933],[23.459717,78.155823],[23.112774,77.988586],[24.902218,77.747063],[22.641106,77.253052]]],[[[59.147217,74.438583],[58.191948,74.575233],[58.613884,74.427765],[58.724159,74.235809],[58.279854,74.217903],[58.38472,74.131088],[58.136799,74.137077],[58.135826,73.98526],[57.533882,74.181931],[57.2575,74.076096],[57.911659,73.915543],[57.724159,73.715263],[57.402771,73.838318],[56.567841,73.880119],[57.330551,73.824158],[57.613609,73.662201],[57.351105,73.549713],[56.727005,73.671509],[57.252495,73.491234],[56.74958,73.245262],[55.907768,73.440262],[55.926659,73.304153],[54.971657,73.4422],[54.214294,73.324158],[54.036942,73.383179],[55.173882,73.711098],[54.060822,73.60582],[53.632698,73.758942],[54.80027,73.977272],[54.590614,74.008041],[55.021244,74.172485],[55.862003,74.108177],[55.075272,74.261383],[55.741867,74.292824],[55.234299,74.366089],[55.364437,74.4347],[56.281384,74.487549],[55.49791,74.569016],[55.571663,74.659714],[56.984581,74.687149],[55.817699,74.804497],[56.675964,74.948807],[55.88916,74.988586],[55.728878,75.076241],[55.803329,75.149429],[56.354713,75.189148],[56.480545,75.061371],[56.908253,75.236862],[56.732349,75.298248],[56.869438,75.359711],[57.737213,75.323044],[57.512215,75.494148],[58.789436,75.838882],[60.835129,76.113876],[60.468464,76.013878],[60.729156,76.002213],[61.156101,76.131584],[60.904922,76.148109],[61.066383,76.27388],[62.502495,76.176651],[65.974426,76.528046],[65.757622,76.681854],[67.545822,77.010818],[68.931366,76.782761],[68.861099,76.541931],[68.290817,76.279984],[63.58194,75.710815],[61.514301,75.223877],[61.283257,75.318314],[60.736656,75.024994],[59.930199,74.997269],[60.682495,74.927208],[60.203739,74.846443],[60.367493,74.786377],[60.24305,74.743042],[59.509995,74.794983],[59.869572,74.680817],[59.763744,74.589012],[59.169441,74.719711],[59.287636,74.64138],[59.147217,74.438583]]],[[[24.991104,76.435257],[25.065273,76.530548],[25.582218,76.70665],[25.033331,76.481926],[24.991104,76.435257]]],[[[59.932732,76.13472],[60.041107,76.156937],[60.494717,76.183319],[59.867214,76.107346],[59.932732,76.13472]]],[[[58.793549,75.921402],[59.197769,75.982483],[59.263607,75.965965],[58.69471,75.899429],[58.793549,75.921402]]],[[[19.069164,74.343048],[18.854164,74.433319],[18.791109,74.478874],[19.29986,74.471794],[19.069164,74.343048]]],[[[57.314156,70.560532],[56.642494,70.629974],[56.514717,70.74971],[56.219574,70.660126],[56.65263,70.578949],[55.87513,70.580269],[55.407028,70.7481],[55.164925,70.553177],[54.573441,70.781479],[54.479156,70.733871],[54.756245,70.652275],[53.463608,70.813873],[53.739574,70.949295],[53.508331,71.086105],[54.236031,71.124779],[53.504997,71.2211],[53.941238,71.458527],[53.446381,71.297066],[53.255829,71.446091],[53.364994,71.565125],[52.919441,71.405548],[52.55249,71.594437],[51.797218,71.474991],[51.394997,71.848602],[51.841934,72.1586],[52.403324,72.079575],[52.409576,72.225128],[52.746101,72.336929],[52.665127,72.432274],[53.084156,72.593941],[52.755131,72.636513],[53.214436,72.6493],[52.38055,72.721786],[52.976795,72.919846],[53.37402,72.878731],[53.140896,73.003937],[53.38166,73.008331],[53.125687,73.091515],[53.32893,73.217041],[54.226936,73.274429],[54.914436,73.422211],[55.321938,73.332207],[56.43721,73.22554],[56.586033,73.132347],[55.812214,73.057755],[56.460133,73.046928],[56.340408,72.993866],[55.621521,72.963463],[56.256107,72.968315],[56.164154,72.792206],[55.436935,72.781654],[55.943737,72.664574],[55.132977,72.450676],[55.463604,72.428314],[55.57555,72.189285],[55.221016,71.925613],[55.50539,71.8918],[56.228043,71.194138],[57.633118,70.728111],[57.38652,70.602623],[56.744366,70.699501],[57.314156,70.560532]]],[[[53.00103,70.977173],[52.644997,71.219147],[52.211105,71.319443],[52.710274,71.401093],[53.203747,71.253876],[53.048332,71.066666],[53.141937,70.978317],[53.00103,70.977173]]],[[[-9.043091,70.803864],[-8.344482,71.136658],[-7.928513,71.149696],[-8.008362,71.030258],[-9.043091,70.803864]]],[[[25.585278,70.922211],[25.294441,71.042221],[25.784721,71.154709],[26.038055,71.10527],[25.93972,71.000824],[26.217081,71.03714],[25.585278,70.922211]]],[[[16.863796,40.39035],[16.490555,39.749161],[17.145554,39.396385],[17.169167,38.963333],[16.614998,38.817635],[16.569166,38.428333],[16.087776,37.946106],[15.720276,37.931107],[15.629581,38.229298],[15.906111,38.472771],[15.829026,38.627979],[16.178192,38.745205],[16.21979,38.921383],[15.663749,40.033051],[15.35486,40.000896],[14.941944,40.234161],[14.830763,40.631519],[14.401943,40.599998],[14.452776,40.747913],[14.073889,40.821938],[13.712221,41.25111],[13.029583,41.260136],[11.627707,42.29826],[11.097429,42.396523],[11.158054,42.554993],[10.588888,42.957497],[10.111804,44.00375],[8.747221,44.428051],[8.067778,43.893051],[7.246805,43.70166],[6.641666,43.184998],[6.165277,43.050552],[5.039583,43.347912],[5.231527,43.465832],[5.024166,43.552635],[4.815055,43.399216],[4.7075,43.572079],[4.758961,43.374149],[4.05625,43.562775],[3.258055,43.227493],[2.961319,42.842216],[3.168472,42.359718],[3.317986,42.32048],[3.118055,42.225132],[3.201666,41.892776],[2.117361,41.289299],[0.993055,41.04805],[0.703611,40.796871],[0.896597,40.725761],[0.541944,40.56916],[-0.326111,39.49472],[-0.1825,39.02916],[0.207222,38.732208],[-0.511667,38.324997],[-0.858333,37.715549],[-0.723472,37.602219],[-1.3275,37.558052],[-1.643611,37.372772],[-2.122917,36.733467],[-2.347084,36.840549],[-2.768889,36.678329],[-4.399862,36.721455],[-4.639722,36.508327],[-5.172639,36.411873],[-5.338309,36.112072],[-5.613611,36.006104],[-6.044167,36.186108],[-6.4325,36.692356],[-6.355556,36.860832],[-6.959923,37.221836],[-7.431854,37.253189],[-7.897779,37.008888],[-8.989237,37.026314],[-8.795862,37.442513],[-8.802502,38.374443],[-8.673334,38.413887],[-8.76889,38.51722],[-9.183889,38.419716],[-9.274237,38.668743],[-8.919746,38.765892],[-8.994307,38.94062],[-9.118473,38.71722],[-9.490834,38.793884],[-9.359584,39.356663],[-9.085556,39.614998],[-8.660139,40.691109],[-8.880835,41.751663],[-8.745008,41.952499],[-8.87514,41.879509],[-8.897501,42.110554],[-8.579863,42.349022],[-8.864861,42.249649],[-8.656113,42.427773],[-8.840834,42.391388],[-8.906113,42.475136],[-8.720497,42.69849],[-9.029375,42.524162],[-8.915833,42.789024],[-9.086668,42.740273],[-9.293335,42.922493],[-9.169724,43.185829],[-8.329723,43.403885],[-7.898056,43.76416],[-7.044819,43.490402],[-5.854167,43.648048],[-4.514552,43.396347],[-3.585556,43.510277],[-3.150593,43.353561],[-1.780877,43.359924],[-1.443889,43.640549],[-1.208611,44.625832],[-1.040625,44.674927],[-1.245833,44.675343],[-1.089445,45.558605],[-0.539931,44.895622],[-0.781528,45.466522],[-1.238858,45.706215],[-1.070972,45.90395],[-1.114635,46.316582],[-1.786389,46.488327],[-2.125417,46.830971],[-1.985872,47.03693],[-2.170834,47.126663],[-2.134167,47.278053],[-1.735,47.208675],[-2.012778,47.319855],[-2.539653,47.298054],[-2.367084,47.501526],[-2.831875,47.497284],[-2.700278,47.637077],[-3.12507,47.595409],[-3.132639,47.476662],[-3.216945,47.650551],[-3.982223,47.889717],[-4.367362,47.808743],[-4.722238,48.039177],[-4.282917,48.116524],[-4.546597,48.174438],[-4.566528,48.332077],[-4.192153,48.29937],[-4.440463,48.346199],[-4.760625,48.334995],[-4.750973,48.53944],[-3.582431,48.677773],[-3.536667,48.825829],[-3.226111,48.869579],[-2.685278,48.501663],[-2.307222,48.676109],[-1.976111,48.51305],[-1.988056,48.686943],[-1.368889,48.643608],[-1.562569,48.748955],[-1.609722,49.214996],[-1.922014,49.726456],[-1.264167,49.684166],[-1.109583,49.369438],[-0.228333,49.283607],[0.465764,49.468815],[0.075833,49.522568],[0.211111,49.718884],[1.43875,50.10083],[1.739583,50.945274],[3.528888,51.411663],[4.309677,51.262032],[4.202499,51.404999],[3.444236,51.529369],[3.835,51.606667],[4.283611,51.448051],[3.997847,51.590134],[4.209435,51.674091],[3.867986,51.812149],[4.574371,52.454472],[5.4225,52.24902],[5.813735,52.428463],[5.878055,52.509438],[5.855,52.606911],[5.600555,52.658192],[5.718352,52.83802],[5.370798,52.880199],[5.369861,53.070412],[5.100277,52.948051],[5.303194,52.704857],[5.167777,52.628883],[5.050624,52.641525],[5.029722,52.624092],[5.078055,52.416107],[4.582014,52.477081],[4.738819,52.956661],[5.094444,52.959164],[5.599166,53.300278],[6.741944,53.465828],[7.200486,53.24041],[7.350902,53.307251],[7.04993,53.341106],[7.093541,53.588188],[7.907499,53.719444],[8.210277,53.403049],[8.269583,53.607494],[8.494444,53.554993],[8.484721,53.412216],[8.503887,53.362358],[8.565519,53.529057],[8.484097,53.686317],[8.659026,53.892635],[9.283401,53.855549],[9.577916,53.588608],[9.829061,53.541698],[9.332776,53.854996],[8.906804,53.934715],[8.84427,54.034752],[9.017221,54.084999],[8.82736,54.151661],[8.88361,54.294167],[8.600485,54.326382],[9.011249,54.503468],[8.641388,54.832218],[8.300901,54.856453],[8.290833,54.742805],[8.293333,54.900555],[8.388193,55.049164],[8.420422,54.919643],[8.664545,54.913094],[8.676109,55.114166],[8.492083,55.062702],[8.475138,55.179581],[8.689444,55.160271],[8.618194,55.431107],[8.092916,55.556206],[8.127707,55.983814],[8.191387,55.810692],[8.395693,55.894718],[8.262916,56.078884],[8.108332,56.017776],[8.121179,56.54826],[8.220728,56.707424],[8.64354,56.474297],[9.072783,56.807613],[9.062916,56.565758],[9.318262,56.52541],[9.1782,56.916031],[9.974274,57.071732],[10.311891,56.981304],[10.305277,56.748055],[9.866388,56.650276],[10.343055,56.692635],[10.361943,56.644997],[10.214721,56.544304],[10.187777,56.468605],[10.308666,56.578159],[10.961944,56.442219],[10.744999,56.163887],[10.519721,56.09972],[10.355693,56.197495],[10.44861,56.291939],[10.239367,56.172607],[10.184582,55.82819],[9.869582,55.843746],[10.044443,55.815689],[9.992777,55.704994],[9.554582,55.70298],[9.819166,55.604721],[9.704166,55.531105],[9.589722,55.41819],[9.677152,55.191174],[9.461526,55.122147],[9.76611,54.896385],[9.439443,54.80798],[9.972013,54.760757],[10.032499,54.555275],[9.86604,54.457287],[10.690554,54.309299],[11.073889,54.376389],[11.093957,54.205482],[10.762221,54.056522],[10.818535,53.890053],[11.094721,54.013611],[11.412777,53.919716],[12.526943,54.474159],[12.921527,54.42746],[12.463888,54.395134],[12.374373,54.262428],[13.023888,54.399719],[13.454582,54.09708],[13.710832,54.170826],[13.80854,53.854786],[13.959166,53.774994],[14.525,53.660553],[14.553472,53.857773],[13.829189,53.859505],[14.056003,53.984863],[13.768471,54.165829],[14.376388,53.91222],[16.174721,54.259163],[16.54361,54.544716],[18.043331,54.834026],[18.336109,54.836037],[18.703888,54.700272],[18.774719,54.666382],[18.406109,54.73819],[18.595205,54.427773],[18.843748,54.351803],[19.43972,54.385826],[19.836384,54.599998],[19.630344,54.443069],[19.408051,54.358887],[19.230761,54.333672],[19.371109,54.2686],[20.397289,54.675064],[19.872711,54.640549],[19.99041,54.957214],[20.422634,54.947628],[20.89444,55.24305],[21.092009,55.714016],[21.046663,55.32972],[20.531698,54.964363],[21.245064,54.955059],[21.289024,55.286457],[20.973606,56.237907],[21.052227,56.81749],[21.395691,57.026657],[21.417286,57.281933],[21.729023,57.574718],[22.606905,57.749058],[22.64333,57.585274],[23.135691,57.364441],[23.256107,57.100964],[23.655273,56.965893],[24.404163,57.251244],[24.288954,57.833466],[24.55451,58.324715],[24.33083,58.386662],[24.103607,58.235542],[23.728607,58.370827],[23.495548,58.694153],[23.864233,58.773048],[23.483051,58.80999],[23.438328,58.939987],[23.636663,58.974293],[23.410414,59.015686],[23.505274,59.226795],[24.795969,59.564995],[25.39921,59.488232],[25.477425,59.658047],[27.887913,59.4086],[28.066248,59.544437],[28.074581,59.794579],[28.366802,59.66124],[28.495829,59.855274],[28.832218,59.783466],[29.194578,60.006802],[30.218052,59.896938],[29.824165,60.168327],[29.046387,60.181664],[28.59833,60.387215],[28.446735,60.548954],[28.705736,60.460873],[28.554302,60.608467],[28.676731,60.735825],[28.146664,60.529434],[27.219164,60.583744],[26.500135,60.444996],[26.74972,60.57534],[26.652359,60.646385],[26.416527,60.391663],[26.055067,60.422771],[26.078749,60.294025],[25.838194,60.398468],[25.921663,60.243744],[25.657497,60.361248],[24.472498,59.990414],[24.333054,60.071938],[23.431595,59.953815],[23.537497,60.067562],[23.249304,59.837914],[22.900276,59.806801],[23.257217,59.919441],[23.335693,60.023952],[23.109232,59.925652],[23.25486,60.037079],[22.874443,60.145554],[23.08465,60.345203],[22.565474,60.211937],[22.449303,60.242355],[22.626595,60.380444],[21.803055,60.482498],[21.824444,60.619164],[21.424164,60.5793],[21.328331,60.865273],[21.554443,61.309441],[21.468887,61.556522],[21.663887,61.540276],[21.284582,61.946384],[21.371666,62.259995],[21.065969,62.59798],[21.435553,63.034718],[21.676596,63.020134],[21.496872,63.203537],[22.339998,63.276524],[22.187845,63.445133],[22.288193,63.525692],[23.318886,63.89666],[24.339304,64.52166],[24.539581,64.799156],[25.319443,64.817764],[25.189304,64.96402],[25.444233,64.953392],[25.267498,65.169998],[25.351248,65.478745],[24.669167,65.654709],[24.553539,65.762001],[24.689163,65.896103],[23.077358,65.700829],[22.675831,65.902222],[22.679302,65.760475],[22.329166,65.829712],[22.249054,65.632492],[22.399998,65.536797],[21.765829,65.712143],[22.194372,65.542282],[21.471247,65.383743],[21.659304,65.245827],[21.328678,65.37027],[21.26486,65.338257],[21.619373,65.151375],[21.039373,64.823814],[21.3034,64.761658],[21.104721,64.719849],[21.584999,64.439713],[20.963747,64.1427],[20.774025,63.867081],[19.704998,63.431938],[19.425831,63.546314],[19.062498,63.176941],[18.896666,63.27319],[18.289165,62.997215],[18.575205,62.9618],[18.204027,62.777359],[17.700552,62.992706],[18.046387,62.595276],[17.330832,62.487774],[17.373888,62.326801],[17.648886,62.231731],[17.35083,61.94347],[17.495171,61.634579],[17.333193,61.713467],[17.148781,61.717285],[17.264545,61.685375],[17.09861,61.602776],[17.21965,61.43465],[17.105276,61.399925],[17.152498,60.942776],[17.377098,60.618988],[17.687916,60.497356],[17.96097,60.592079],[18.239582,60.329021],[18.437845,60.339996],[18.599615,60.235619],[18.317081,60.308189],[18.816387,60.096382],[19.070553,59.889717],[18.864719,59.79805],[19.072638,59.738194],[18.091389,59.334442],[17.782776,59.38916],[17.817707,59.586452],[17.603962,59.650627],[17.654163,59.718048],[17.59104,59.803051],[17.444721,59.676109],[17.543152,59.573006],[17.510138,59.696732],[17.612568,59.732426],[17.561171,59.668449],[17.785831,59.532635],[17.731386,59.444855],[17.382845,59.652359],[17.404444,59.469162],[16.558609,59.609856],[16.032463,59.490166],[16.877775,59.381939],[16.695415,59.470478],[16.836735,59.489647],[17.370554,59.248051],[17.352913,59.321453],[17.847221,59.264442],[18.27854,59.366108],[18.45472,59.331108],[18.477219,59.435272],[18.643156,59.321869],[18.277222,59.310829],[18.311386,59.1325],[17.894722,58.858887],[17.666248,59.167355],[17.629095,58.910202],[17.349998,58.75222],[16.193607,58.627495],[16.933609,58.488327],[16.422844,58.477772],[16.769997,58.367218],[16.825832,58.176666],[16.620207,57.987011],[16.763609,57.881241],[16.506212,57.991974],[16.695175,57.741699],[16.419233,57.889091],[16.711388,57.702637],[16.665831,57.408535],[16.472221,57.290276],[16.584442,57.046661],[16.379824,56.663326],[15.865555,56.092216],[14.692636,56.158192],[14.738333,56.010826],[14.555137,56.056248],[14.217222,55.830276],[14.365936,55.542843],[14.193546,55.386147],[12.982222,55.400551],[12.921179,55.572426],[13.061109,55.680759],[12.460069,56.296661],[12.799234,56.225899],[12.624305,56.418331],[12.917221,56.578606],[12.348888,56.916805],[12.094999,57.426941],[11.902777,57.424305],[11.887777,57.693886],[11.701874,57.699924],[11.880486,58.20208],[11.798054,58.318329],[11.729165,58.328609],[11.52861,58.230759],[11.201387,58.399437],[11.113333,59.003609],[11.319999,59.100273],[11.432776,58.995136],[11.354929,59.106728],[10.764721,59.220276],[10.659166,59.363884],[10.691463,59.479263],[10.559583,59.724789],[10.741179,59.890343],[10.473263,59.84409],[10.609859,59.591873],[10.513054,59.524994],[10.377638,59.700829],[10.230902,59.729092],[10.515694,59.306244],[10.23111,59.038605],[9.877499,58.954994],[9.551596,59.114021],[9.693054,58.983055],[8.127499,58.098885],[6.602916,58.069439],[6.759999,58.244022],[6.011944,58.379715],[5.508472,58.667637],[5.55861,59.030273],[6.168611,58.832222],[6.119166,58.957008],[6.617083,59.053467],[6.163611,58.995831],[6.036388,58.904507],[5.869861,59.065552],[6.459791,59.32048],[5.996527,59.332912],[6.468888,59.555275],[5.940173,59.353226],[5.883471,59.436386],[6.145555,59.479301],[5.807777,59.469162],[5.667659,59.409065],[5.852499,59.344162],[5.516527,59.275551],[5.178888,59.506802],[5.48118,59.727913],[5.459735,59.519218],[5.568471,59.675621],[6.061805,59.742916],[6.303645,59.844475],[5.698333,59.832771],[6.204721,60.295555],[6.63493,60.406105],[6.531666,60.258888],[6.505972,60.107635],[6.521944,60.083466],[6.741666,60.436943],[7.102013,60.496105],[6.221319,60.407356],[5.747222,59.986664],[5.641805,60.145828],[5.548749,60.14909],[5.728089,60.383743],[5.411111,60.129715],[5.14493,60.361038],[5.285555,60.52166],[5.487083,60.422634],[5.637222,60.416943],[5.706458,60.459507],[5.719999,60.674438],[5.627777,60.713051],[5.360277,60.564995],[5.19861,60.577499],[4.93111,60.800549],[5.428055,60.62722],[5.237499,60.770622],[5.532083,60.871109],[5.070138,60.82972],[5.012291,61.040272],[6.372222,61.061943],[6.818194,61.141663],[7.113889,60.860275],[6.998055,61.087841],[7.428611,61.181389],[7.304166,61.291248],[7.562465,61.470341],[7.279444,61.325554],[7.353889,61.189995],[6.961249,61.109856],[6.579028,61.211666],[6.712638,61.394787],[6.428472,61.113194],[5.115833,61.141663],[5.243055,61.182358],[4.952499,61.256107],[5.627083,61.361313],[4.949444,61.410412],[5.796249,61.447983],[5.188333,61.498886],[5.338675,61.59248],[4.971944,61.632149],[4.982916,61.739994],[5.417222,61.911247],[5.744721,61.842216],[6.469166,61.800827],[6.763611,61.86805],[5.433611,61.934998],[5.154583,61.892498],[5.399096,62.018814],[5.080138,62.176662],[5.468888,62.006802],[5.421041,62.17812],[6.360416,62.060898],[5.920138,62.20673],[6.320416,62.367634],[6.533263,62.110413],[6.395138,62.37722],[6.703332,62.444859],[6.877985,62.412563],[6.944652,62.108955],[7.003055,62.085548],[7.068749,62.091248],[7.027777,62.266525],[7.415138,62.229721],[6.786527,62.477219],[6.255694,62.456108],[6.646832,62.495758],[6.252985,62.57777],[7.089999,62.647774],[7.539166,62.499161],[7.772639,62.574856],[7.411944,62.617008],[8.137984,62.693642],[6.954583,62.724026],[6.949444,62.931389],[7.265139,63.011383],[7.46736,62.911247],[8.010971,62.966942],[8.17986,62.80069],[8.548332,62.653885],[8.15361,62.944092],[7.880902,63.002563],[8.098055,63.103748],[8.357777,62.880554],[8.53177,62.847218],[8.417568,62.951313],[8.656839,62.971695],[8.160971,63.11805],[8.940138,63.207912],[8.479722,63.291801],[8.75854,63.342915],[8.672222,63.413887],[9.000971,63.464649],[9.231388,63.353882],[9.418055,63.374718],[9.152811,63.48576],[9.534582,63.60458],[9.717499,63.630272],[9.97611,63.35611],[10.263193,63.26482],[10.064444,63.419716],[10.911804,63.45805],[10.761665,63.50576],[10.913124,63.599926],[10.666248,63.54541],[11.459929,63.79826],[11.095485,63.886246],[11.487916,64.005547],[11.313054,64.116241],[10.579929,63.804787],[11.074721,63.839718],[10.941944,63.738052],[10.047777,63.496109],[9.789165,63.662498],[10.094582,63.759647],[9.570276,63.661385],[9.545277,63.766109],[10.192778,63.932911],[9.982222,63.990555],[10.652082,64.355545],[10.495291,64.423813],[10.849443,64.370552],[10.662638,64.443115],[10.965693,64.600967],[11.273333,64.45166],[11.221666,64.316101],[11.728054,64.579712],[11.438332,64.711105],[12.217082,64.940681],[11.241527,64.733597],[11.695971,64.89888],[11.301805,64.885132],[12.624722,65.133606],[12.939235,65.320885],[12.47979,65.1343],[12.368332,65.157768],[12.675387,65.251717],[12.249026,65.231796],[12.634512,65.416031],[12.354929,65.640755],[12.783818,65.634712],[12.553401,65.74791],[12.670833,65.919159],[13.169443,65.849846],[12.957359,66.039162],[12.673749,66.064438],[13.559652,66.234016],[13.549721,66.100555],[14.138263,66.320236],[13.028401,66.18895],[13.52743,66.30513],[13.020832,66.32444],[13.155138,66.433327],[12.975693,66.517281],[13.210971,66.509438],[13.713611,66.601524],[13.234165,66.545547],[13.191527,66.66111],[13.535831,66.63472],[13.229027,66.710274],[13.990833,66.785271],[13.551388,66.928467],[14.594443,67.032906],[14.268888,67.076653],[14.350555,67.151108],[14.742638,67.117836],[14.580832,67.195274],[15.495554,67.065277],[15.38493,67.194092],[15.735555,67.175751],[15.153888,67.30555],[14.328897,67.239204],[15.035831,67.570541],[15.146596,67.5411],[14.934278,67.473106],[15.435277,67.47374],[15.644444,67.268051],[15.531387,67.464996],[15.887464,67.55645],[15.278889,67.518326],[15.182429,67.619576],[15.306874,67.716728],[15.826874,67.67659],[15.372082,67.792419],[14.761665,67.643051],[15.03611,67.740265],[14.756804,67.802628],[15.871111,67.923325],[15.961111,68.013046],[15.288332,68.030548],[16.013748,68.243462],[16.212011,67.900688],[16.495831,67.794159],[16.207497,67.999992],[16.715275,68.066666],[16.342499,68.071655],[16.458054,68.208603],[16.105762,68.271103],[16.516804,68.253464],[16.632774,68.174164],[16.800066,68.130333],[16.317219,68.366943],[17.132637,68.367493],[17.358053,68.176376],[17.202499,68.369576],[17.571524,68.359917],[17.373747,68.409012],[17.548193,68.525688],[16.46701,68.511726],[16.972914,68.701523],[17.66906,68.657562],[17.239096,68.753464],[17.7925,68.756943],[17.471386,68.827774],[17.844374,68.872498],[17.718609,68.928604],[17.431873,68.898392],[17.636456,69.103676],[18.147915,69.150131],[17.996387,69.280273],[18.256943,69.486374],[18.539444,69.299164],[19.006943,69.287079],[18.457289,69.44957],[18.850206,69.550339],[19.010622,69.396172],[19.376108,69.317978],[19.173746,69.259117],[19.440552,69.22583],[19.4175,69.348877],[18.998053,69.459152],[19.226665,69.564438],[18.944927,69.612564],[19.772707,69.804848],[19.533539,69.396652],[19.683054,69.431938],[19.828053,69.714432],[20.311249,69.96402],[20.420624,69.875542],[20.281942,69.478882],[19.946941,69.256104],[20.466387,69.573189],[20.849026,69.492287],[20.484928,69.63131],[20.56583,69.761383],[20.804996,69.805405],[21.059444,69.946106],[20.894581,69.851799],[21.048332,69.789017],[21.313332,70.020966],[22.099581,69.743744],[21.808401,70.040268],[22.09333,70.108253],[21.725414,70.056519],[21.299999,70.246933],[22.957499,70.204163],[22.296665,70.041237],[22.873055,70.102493],[23.317636,69.942352],[23.534719,70.019295],[23.178747,70.091103],[23.585552,70.383606],[24.353399,70.45784],[24.155277,70.568054],[24.363052,70.688599],[24.735067,70.632141],[24.256386,70.770897],[24.626247,70.776108],[24.58847,70.96096],[25.265274,70.81263],[25.36611,70.969574],[25.637775,70.891937],[25.903332,70.888741],[25.089859,70.506554],[25.267635,70.395958],[24.943052,70.091797],[25.234722,70.089722],[26.523331,70.925827],[26.734444,70.896103],[26.668053,70.718887],[26.353193,70.639641],[26.650623,70.636581],[26.53722,70.349304],[27.266039,70.581795],[27.090693,70.705818],[27.309164,70.818047],[27.565552,70.804718],[27.128748,70.916588],[27.228331,71.02124],[28.207775,71.079987],[28.533886,70.941101],[27.771317,70.785896],[28.119408,70.732803],[27.65715,70.606384],[28.287914,70.713463],[27.854303,70.481934],[28.330275,70.502144],[28.169167,70.387207],[28.038887,70.061935],[28.54361,70.739166],[28.853886,70.880554],[29.250553,70.842834],[29.346943,70.664154],[30.10861,70.707352],[30.341734,70.599709],[30.008053,70.536446],[30.597776,70.535194],[31.073538,70.285545],[30.094444,70.068604],[28.740137,70.177078],[28.599094,70.160751],[29.666248,69.964165],[29.371595,69.857147],[29.734859,69.907494],[29.491941,69.660202],[30.184027,69.69075],[30.172499,69.875404],[30.301388,69.879715],[30.350691,69.667488],[30.556942,69.815552],[31.773888,69.681091],[31.756943,69.846649],[32.096786,69.792854],[31.915236,69.92308],[32.055824,69.959427],[33.130432,69.726074],[32.894997,69.582764],[32.026394,69.636536],[32.494556,69.505409],[32.201767,69.428513],[33.029415,69.471863],[32.806049,69.302773],[33.516174,69.422478],[33.24152,69.269089],[33.516659,69.181366],[33.043327,69.070412],[33.010597,68.967163],[33.440548,69.103043],[33.567772,69.183853],[33.64138,69.325546],[35.836655,69.198868],[37.773323,68.676086],[38.43277,68.339157],[39.852631,68.044075],[39.778049,68.163597],[40.484299,67.748878],[40.992218,67.716095],[41.110687,67.250954],[41.390827,67.119148],[41.219711,66.837769],[40.066658,66.2761],[38.607773,66.0522],[35.509132,66.387741],[34.845825,66.60498],[34.479019,66.532349],[33.598877,66.823044],[33.251389,66.794434],[32.66777,67.119431],[31.858807,67.152832],[32.259441,67.122757],[32.930824,66.736237],[32.800896,66.726578],[33.321873,66.640884],[32.871033,66.580681],[33.240131,66.616234],[33.524921,66.527481],[33.1992,66.564003],[32.958427,66.530365],[33.721863,66.422485],[33.321518,66.319702],[34.109718,66.249016],[34.850132,65.898735],[34.964718,65.72123],[34.689159,65.801643],[34.67305,65.447899],[34.381245,65.382622],[34.936104,64.838318],[34.957214,64.652771],[34.787773,64.54776],[35.324829,64.326523],[35.804161,64.342903],[36.277908,64.143745],[36.282494,64.009712],[37.388741,63.803326],[38.061935,64.00444],[37.978874,64.316666],[37.144714,64.408875],[36.439575,64.937897],[36.83305,64.991928],[36.83416,65.157204],[37.041656,65.207214],[38.404366,64.85408],[38.03923,64.759918],[38.041386,64.643318],[38.536659,64.798325],[40.497215,64.535126],[40.375961,64.923454],[39.753883,65.342209],[39.751389,65.550812],[40.703323,65.968048],[41.424995,66.089706],[42.175133,66.524429],[43.292915,66.424294],[43.693878,66.231926],[43.294369,66.090675],[43.354713,66.038589],[43.516247,65.975677],[43.385132,66.072701],[43.858047,66.176926],[44.174438,65.874695],[44.076385,66.200546],[44.483047,66.674149],[44.36145,66.783661],[44.496384,66.907486],[43.751801,67.311516],[44.113884,67.70665],[44.086517,67.876991],[44.25819,67.928101],[44.131588,67.928246],[44.244923,68.264572],[43.311661,68.684982],[45.90332,68.482208],[46.527355,68.138176],[46.711105,67.816788],[45.382492,67.735535],[44.912907,67.365677],[45.578606,67.182205],[46.03363,66.824898],[46.58791,66.861374],[46.381939,66.741089],[47.699715,66.986374],[47.682213,67.186371],[47.951103,67.451927],[47.814365,67.574295],[48.001522,67.652351],[49.097214,67.632622],[48.595268,67.930466],[49.226097,67.873871],[50.768745,68.370537],[52.074715,68.544434],[52.355553,68.477348],[52.141243,68.382065],[52.258739,68.306374],[52.730408,68.459023],[52.488045,68.585541],[52.637978,68.642097],[52.294857,68.616646],[53.775551,68.966934],[54.559158,68.995674],[53.604366,68.90818],[54.01263,68.857758],[53.723461,68.632065],[53.944294,68.401375],[53.209156,68.264709],[54.506523,68.305122],[54.823326,68.167755],[54.939713,68.399994],[55.332642,68.551117],[55.976799,68.659424],[57.2761,68.555817],[58.184296,68.884995],[58.345409,68.730125],[58.421661,68.736649],[58.276314,68.891861],[58.898331,68.99971],[59.221695,68.990639],[58.901516,68.933525],[59.427216,68.745255],[59.061798,68.619843],[59.072353,68.424568],[59.842632,68.369431],[59.96846,68.464287],[59.811661,68.681931],[60.914436,68.904709],[60.894714,69.123314],[60.602219,69.125809],[60.145271,69.573112],[60.931664,69.863037],[63.268883,69.683594],[64.959152,69.319992],[64.522217,68.903046],[65.348602,68.791931],[65.652283,68.557274],[65.275818,68.235535],[65.284988,68.011932],[66.074158,67.937485],[66.021378,67.804359],[66.198799,67.738457],[65.828743,67.644157],[66.108871,67.481232],[65.223602,67.146103],[65.111511,66.898392],[63.4086,66.452774],[63.226238,66.329163],[63.301727,66.245468],[62.853607,66.071106],[62.849575,65.871017],[61.840828,65.669289],[60.627628,64.885406],[60.152351,65.066238],[59.650688,64.778046],[59.483116,64.487976],[59.84388,64.083054],[59.57756,63.932869],[59.22596,63.035549],[59.484573,62.891033],[59.397316,62.739159],[59.64291,62.518391],[59.405964,62.144997],[59.421104,61.426521],[59.256386,61.260826],[59.473598,60.809574],[58.982491,59.949997],[58.44735,59.692493],[58.310966,59.460407],[59.182281,59.163673],[59.083466,58.760277],[59.38583,58.705688],[59.449123,58.488045],[58.677353,58.106003],[58.600967,58.005688],[58.856941,57.729988],[58.532494,57.56694],[58.198875,57.689156],[57.971931,57.532215],[58.070969,57.047497],[57.221691,56.850964],[57.416939,56.642494],[57.321663,56.482765],[57.466381,56.121933],[59.292355,56.13409],[59.174297,55.997768],[59.159191,55.792912],[59.313538,55.776451],[59.237629,55.596657],[59.641659,55.55867],[58.579575,55.164021],[58.810272,55.019718],[58.529716,54.9561],[58.304993,55.175407],[57.998604,54.91777],[58.139439,55.221241],[57.433743,55.327217],[57.209438,55.225544],[57.16013,54.82444],[57.970268,54.388187],[59.24791,54.613255],[59.638329,54.911728],[59.93631,54.861591],[59.676105,54.487076],[59.736656,54.138046],[59.334713,54.184853],[58.921524,53.932907],[58.824505,53.203945],[59.027355,53.018051],[58.748951,52.856247],[58.789303,52.450684],[59.179852,52.277908],[59.250275,52.498878],[60.144157,52.42374],[59.913807,52.100273],[60.05201,51.883186],[61.685822,51.265831],[61.422352,50.800617],[60.698044,50.661659],[60.05291,50.864162],[59.814404,50.546276],[59.542496,50.478325],[59.488743,50.630405],[58.665543,50.804993],[58.601387,51.046661],[58.337769,51.156097],[57.792683,51.116318],[57.736103,50.910408],[57.463535,50.865273],[57.127354,51.084713],[56.501865,51.08083],[55.69249,50.532494],[54.647217,51.036942],[54.548607,50.922218],[54.701797,50.609646],[54.523933,50.528839],[54.398396,50.625893],[54.501659,50.85923],[53.423744,51.492634],[52.607632,51.456383],[52.341801,51.780754],[51.87138,51.671799],[51.711937,51.461937],[51.299438,51.481239],[51.384712,51.640549],[50.7733,51.76918],[50.812351,51.594299],[50.60041,51.637772],[50.368599,51.327423],[49.474712,51.12402],[49.425827,50.851387],[48.697487,50.591934],[48.833881,49.95916],[48.248745,49.87138],[47.599716,50.460823],[47.319649,50.296104],[47.30249,50.031937],[46.931381,49.865829],[46.80402,49.338463],[47.059574,49.133602],[46.499161,48.417496],[47.121239,48.272076],[47.255829,47.750832],[48.14304,47.749714],[49.027206,46.776093],[48.544575,46.754154],[48.576172,46.561031],[49.222527,46.346306],[49.325146,46.086945],[50.038502,45.858479],[49.448315,45.530384],[48.686157,44.754345],[49.210938,43.471668],[49.760624,42.710758],[48.77095,42.045349],[47.91547,41.224987],[47.274647,41.321098],[46.761726,41.860474],[45.655125,42.199989],[45.750828,42.487759],[45.165123,42.703327],[44.558048,42.759716],[43.911934,42.583321],[43.739662,42.64957],[43.829155,42.749367],[42.855198,43.177761],[41.597485,43.221508],[40.253387,43.58252],[39.945534,43.396935],[38.753742,44.273319],[38.197487,44.389435],[37.783081,44.723354],[37.484081,44.671444],[37.202911,44.979778],[36.625542,45.127346],[36.962345,45.279022],[36.669811,45.332558],[36.827702,45.43568],[37.110409,45.234428],[37.734634,45.298813],[37.59137,45.62748],[37.92749,46.011658],[38.570854,46.091129],[37.897766,46.407207],[37.737484,46.667107],[38.584949,46.657211],[38.383911,46.711201],[38.410332,46.826935],[39.279572,47.017212],[39.251518,47.263184],[37.55957,47.086445],[36.763878,46.751099],[35.907204,46.651093],[35.16061,46.128532],[34.980122,46.086029],[35.334297,46.321659],[35.198044,46.443314],[34.702492,46.175819],[34.566383,45.985962],[34.405193,46.012733],[34.536896,46.184464],[33.681641,46.221657],[34.139435,45.940125],[34.636517,45.937416],[34.463394,45.769295],[34.986649,45.631927],[35.133041,45.324997],[35.34304,45.332497],[35.054295,45.609993],[34.666206,46.086376],[34.823647,46.072617],[35.457905,45.298466],[36.136238,45.458321],[36.636795,45.377907],[36.431103,45.271099],[36.453461,45.077278],[35.856934,44.986382],[35.526585,45.118458],[35.082977,44.791241],[34.518593,44.744431],[33.930275,44.37915],[33.369053,44.584362],[33.554436,44.623604],[33.546242,45.108463],[32.481098,45.39402],[33.769398,45.925301],[33.614017,46.142628],[32.500408,46.076244],[31.790134,46.284161],[32.056721,46.391685],[31.658325,46.471375],[31.514509,46.579094],[32.348045,46.459156],[32.641621,46.642281],[32.013603,46.634293],[31.980824,47.0075],[31.751522,47.252354],[31.965027,46.925373],[31.908188,46.653591],[31.477736,46.631966],[31.59569,46.797077],[31.419718,46.625408],[30.832771,46.548325],[30.246243,45.873596],[29.742632,45.624012],[29.636105,45.820683],[29.593048,45.557072],[29.760412,45.322208],[29.608326,44.845409],[29.214161,44.793053],[29.044437,45.003189],[28.869194,44.94051],[28.947355,44.826656],[28.780828,44.660961],[28.901869,44.706512],[28.990862,44.685646],[28.76305,44.625584],[28.7575,44.519722],[28.927773,44.617493],[28.62958,44.29652],[28.592495,43.503323],[28.084854,43.357071],[27.894094,42.703053],[27.449579,42.47298],[27.679165,42.41832],[28.013054,41.982216],[27.56958,41.909264],[27.233051,42.109993],[26.381317,41.822002],[26.635759,41.364716],[26.324997,41.234711],[26.360413,40.95388],[26.090549,40.736107],[25.141804,41.010338],[23.722012,40.744648],[23.882982,40.400272],[24.175554,40.349857],[24.394094,40.148018],[23.729721,40.35125],[23.988539,39.952633],[23.401039,40.279858],[23.368053,40.143883],[23.746664,39.925274],[23.379444,39.992775],[23.294582,40.235832],[22.899441,40.39666],[22.901455,40.64444],[22.585207,40.464996],[22.594997,40.012215],[23.343678,39.181801],[23.206108,39.10527],[23.054859,39.097912],[23.221525,39.182289],[22.94083,39.359367],[22.823608,39.212219],[23.072777,39.036942],[22.523851,38.86607],[23.960552,38.281662],[24.089998,37.776665],[23.947638,37.67194],[23.575136,38.042912],[23.018887,37.919716],[23.165901,37.614994],[23.521387,37.459995],[23.17972,37.290413],[23.128887,37.448051],[22.725552,37.5634],[23.201454,36.440201],[22.632498,36.803608],[22.488888,36.386108],[22.152464,37.018536],[21.945553,36.992638],[21.875135,36.723537],[21.703608,36.816666],[21.565344,37.155064],[21.659721,37.423882],[21.131039,37.93708],[21.384441,38.211388],[21.641666,38.158882],[21.853609,38.339581],[22.862776,37.939579],[23.224649,38.153397],[22.408609,38.446037],[22.374304,38.334576],[21.108747,38.355553],[20.987913,38.671108],[20.732775,38.80444],[20.781109,38.931664],[21.085136,38.864025],[21.144304,39.008743],[20.820831,39.113605],[20.733332,38.953396],[19.985415,39.694752],[19.85729,40.043468],[19.289789,40.421452],[19.479443,40.354858],[19.307209,40.645309],[19.521664,40.909855],[19.442497,41.406944],[19.597706,41.806107],[19.176109,41.931522],[18.553539,42.427219],[18.67861,42.460552],[18.508053,42.453884],[18.516943,42.399994],[17.87722,42.767776],[17.01236,43.006245],[17.657358,42.880829],[16.881664,43.403606],[15.988333,43.50444],[15.940832,43.683609],[15.151667,44.196388],[15.52229,44.263256],[14.990555,44.579437],[14.831527,45.115414],[14.482777,45.311104],[14.323054,45.350967],[13.904444,44.772564],[13.50479,45.50201],[13.798055,45.607494],[13.629999,45.769997],[13.120901,45.767841],[13.087777,45.636524],[12.287082,45.473328],[12.16111,45.263885],[12.538054,44.960617],[12.247638,44.723885],[12.368332,44.246666],[13.599443,43.57],[14.130554,42.541107],[15.099165,41.937218],[16.145554,41.911175],[16.192776,41.789993],[15.897638,41.613331],[15.985,41.439716],[18.012638,40.643051],[18.514442,40.102913],[18.349442,39.791939],[18.040762,39.937706],[17.85722,40.284439],[17.076595,40.520481],[16.863796,40.39035]]],[[[24.768887,71.022217],[24.667774,71.043884],[24.639997,71.058327],[24.85111,71.091644],[24.768887,71.022217]]],[[[24.046108,70.908325],[23.880138,70.990829],[24.243889,70.951935],[24.167774,70.925827],[24.046108,70.908325]]],[[[22.163887,70.463608],[22.263401,70.59317],[21.956802,70.654999],[23.451664,70.7836],[23.088886,70.5811],[22.163887,70.463608]]],[[[23.839996,70.511383],[23.633469,70.693466],[24.123888,70.61763],[23.952774,70.522491],[23.839996,70.511383]]],[[[23.156387,70.274429],[22.851109,70.405823],[23.403332,70.621658],[23.653053,70.501389],[23.156387,70.274429]]],[[[57.056938,70.500458],[56.915825,70.537766],[56.843185,70.595955],[57.224575,70.523598],[57.056938,70.500458]]],[[[59.911934,69.666382],[59.431103,69.883453],[58.950199,69.93734],[59.118393,69.870438],[59.017769,69.853867],[58.409157,70.253609],[58.823048,70.215828],[58.63166,70.325821],[59.034786,70.474213],[60.54694,69.802483],[59.911934,69.666382]]],[[[22.976109,70.245819],[22.57333,70.269165],[22.370554,70.332077],[22.684443,70.388741],[22.976109,70.245819]]],[[[21.750275,70.260269],[21.691109,70.298325],[21.702082,70.3843],[21.841389,70.350266],[21.750275,70.260269]]],[[[19.93222,70.05249],[19.769997,70.065277],[19.535971,70.245544],[20.11972,70.118042],[19.93222,70.05249]]],[[[19.141388,70.119431],[19.038609,70.162971],[19.248055,70.246109],[19.235277,70.13652],[19.141388,70.119431]]],[[[20.609444,70.042221],[20.406944,70.1586],[20.83222,70.196655],[20.79472,70.059708],[20.609444,70.042221]]],[[[19.581665,70.098053],[19.501942,70.102219],[19.352081,70.129021],[19.431389,70.177765],[19.581665,70.098053]]],[[[18.708611,69.990265],[18.71236,70.128189],[19.000416,70.086517],[18.970554,70.05722],[18.708611,69.990265]]],[[[19.134998,69.789444],[18.723053,69.94117],[19.219166,70.096375],[19.690832,69.997215],[19.134998,69.789444]]],[[[20.872219,69.935547],[20.759581,69.998878],[21.100275,70.007072],[20.952774,69.945541],[20.872219,69.935547]]],[[[19.473888,69.839722],[19.798054,70.000549],[19.895483,69.965408],[19.772499,69.864716],[19.473888,69.839722]]],[[[29.793331,69.75444],[29.841942,69.910263],[30.048054,69.827499],[30.0425,69.808319],[29.793331,69.75444]]],[[[20.604443,69.796097],[20.589998,69.890823],[20.737844,69.903534],[20.73222,69.820274],[20.604443,69.796097]]],[[[18.314495,69.703384],[18.755833,69.684853],[18.693054,69.88443],[19.06472,69.768875],[18.794167,69.671936],[18.738331,69.55777],[17.99979,69.590408],[18.314495,69.703384]]],[[[18.920809,69.623871],[18.93375,69.685982],[19.025883,69.707207],[18.956007,69.639915],[18.920809,69.623871]]],[[[17.045555,69.003326],[17.135832,69.072495],[16.774027,69.067078],[17.169441,69.196526],[16.875832,69.221375],[17.142776,69.249435],[16.875416,69.358192],[17.490831,69.424301],[17.261108,69.444443],[17.196663,69.5],[17.844166,69.589157],[18.085136,69.418884],[17.875832,69.239716],[17.999165,69.188187],[17.045555,69.003326]]],[[[48.232101,69.084091],[48.413879,69.347763],[49.009018,69.509712],[50.329437,69.124489],[48.785408,68.723038],[48.21888,68.890259],[48.232101,69.084091]]],[[[34.213371,69.402725],[34.404919,69.343803],[33.975822,69.3629],[34.043327,69.395264],[34.213371,69.402725]]],[[[59.248955,69.137299],[59.045273,69.247757],[58.763329,69.336655],[59.196655,69.230957],[59.248955,69.137299]]],[[[15.468054,68.874161],[15.564443,69.096794],[16.148052,69.286377],[16.085136,69.155273],[15.468054,68.874161]]],[[[17.372776,68.984711],[17.414581,69.073601],[17.562637,69.092354],[17.526388,69.049988],[17.372776,68.984711]]],[[[14.50111,68.601944],[14.37361,68.686661],[14.529444,68.804993],[15.151805,68.814713],[15.044722,68.996384],[15.379026,68.847359],[15.397637,68.680138],[15.070276,68.575272],[14.804027,68.615265],[15.15,68.749161],[14.50111,68.601944]]],[[[16.521385,68.87944],[16.37611,68.906662],[16.263054,68.969994],[16.598055,68.947624],[16.521385,68.87944]]],[[[16.501144,68.55246],[16.221943,68.547211],[15.91111,68.364166],[15.331388,68.328194],[15.589167,68.478333],[15.541456,68.503601],[14.986666,68.247498],[15.449027,68.727074],[15.71361,68.698608],[15.453194,68.759575],[15.658609,68.952209],[15.908756,68.956696],[15.987777,68.754715],[15.764304,68.618187],[15.742499,68.52916],[16.204166,68.85527],[16.544441,68.76416],[16.501144,68.55246]]],[[[17.241665,68.788605],[17.087221,68.912766],[17.43611,68.862625],[17.308331,68.804993],[17.241665,68.788605]]],[[[16.825275,68.719711],[16.987778,68.852768],[17.144651,68.768463],[17.095276,68.746384],[16.825275,68.719711]]],[[[57.287201,68.754807],[57.890831,68.811646],[57.92083,68.803314],[57.199997,68.720955],[57.287201,68.754807]]],[[[16.121109,68.376389],[16.234997,68.523041],[16.464581,68.465408],[16.405552,68.411102],[16.121109,68.376389]]],[[[50.836731,68.409012],[51.163879,68.495255],[51.456657,68.476929],[50.796799,68.375397],[50.836731,68.409012]]],[[[14.205832,68.149155],[14.542221,68.400833],[15.168888,68.450546],[14.813055,68.269165],[14.205832,68.149155]]],[[[14.188332,68.238602],[14.05236,68.289299],[14.049027,68.30027],[14.229166,68.293045],[14.188332,68.238602]]],[[[13.521111,68.039444],[13.568193,68.262627],[14.135415,68.236244],[13.835554,68.104721],[13.521111,68.039444]]],[[[13.239166,67.985275],[13.295416,68.147491],[13.43736,68.115692],[13.3825,68.02861],[13.239166,67.985275]]],[[[12.797222,67.806931],[13.054722,68.101944],[13.151666,68.082489],[13.135832,67.955826],[12.797222,67.806931]]],[[[15.613888,67.975555],[15.502637,67.98951],[15.921804,67.989014],[15.862221,67.97583],[15.613888,67.975555]]],[[[15.14361,67.898331],[14.960833,67.907776],[14.93486,67.925468],[15.30111,67.919022],[15.14361,67.898331]]],[[[14.164444,66.997772],[14.125972,67.049431],[13.994165,67.0811],[14.257776,67.133041],[14.164444,66.997772]]],[[[42.540649,66.79039],[42.661659,66.76915],[42.715546,66.692749],[42.433743,66.762634],[42.540649,66.79039]]],[[[-13.499445,65.069153],[-13.988056,65.063889],[-13.700418,64.920403],[-14.051251,64.932213],[-13.769723,64.866302],[-14.018057,64.723602],[-14.512223,64.796516],[-14.365945,64.674103],[-14.584723,64.584991],[-14.462486,64.542358],[-14.541251,64.404709],[-14.925001,64.26416],[-15.386806,64.370132],[-16.488613,63.895828],[-17.872086,63.73069],[-17.930836,63.529579],[-18.775002,63.391388],[-20.196945,63.542496],[-20.541168,63.707108],[-20.361946,63.761665],[-21.169724,63.954163],[-22.686251,63.804577],[-22.700418,64.08194],[-22.045559,64.046661],[-21.702085,64.18277],[-21.875975,64.232903],[-21.759167,64.340271],[-21.36278,64.384987],[-22.099237,64.312347],[-21.978889,64.500824],[-21.513058,64.644089],[-22.17778,64.455551],[-22.407223,64.812485],[-23.835974,64.725967],[-24.059532,64.890884],[-21.835835,65.030273],[-21.73646,65.197212],[-22.560141,65.168388],[-21.698612,65.449158],[-22.334806,65.48317],[-22.159168,65.541656],[-22.122364,65.59388],[-23.879448,65.402496],[-24.538404,65.500275],[-24.321947,65.636803],[-23.807432,65.53096],[-24.069586,65.630684],[-23.805904,65.609024],[-24.105211,65.805687],[-23.527225,65.627777],[-23.229446,65.740547],[-23.873335,65.868736],[-23.216183,65.840134],[-23.818335,66.014427],[-23.374447,65.986519],[-23.666113,66.112907],[-23.468752,66.199715],[-22.67778,66.044998],[-22.649584,65.826523],[-22.499725,65.96611],[-22.424725,65.847488],[-22.5,66.076965],[-22.972225,66.221375],[-22.43417,66.267776],[-23.189308,66.351524],[-22.941807,66.465691],[-22.421669,66.433319],[-21.65139,66.018875],[-21.399445,66.027222],[-21.599237,65.953117],[-21.285141,65.920616],[-21.339724,65.732903],[-21.775002,65.764709],[-21.308891,65.596939],[-21.084446,65.159164],[-21.092224,65.453743],[-20.927223,65.588882],[-20.664169,65.690826],[-20.474445,65.487778],[-20.325558,65.628601],[-20.42264,66.084442],[-20.09264,66.123184],[-19.456112,65.725693],[-19.454445,66.054718],[-18.787779,66.191933],[-18.069447,65.643326],[-18.295141,66.17527],[-17.609169,65.987488],[-17.131111,66.210541],[-16.594723,66.09111],[-16.687086,66.160965],[-16.417362,66.276031],[-16.565281,66.493607],[-16.025419,66.536102],[-15.374306,66.145271],[-14.943611,66.378876],[-14.710835,66.367218],[-15.17625,66.11367],[-14.618891,65.994431],[-14.848333,65.731384],[-14.338473,65.784576],[-14.558334,65.499229],[-14.288056,65.656242],[-13.680557,65.54805],[-13.735695,65.317352],[-13.570139,65.261307],[-14.030279,65.193466],[-13.499445,65.069153]]],[[[12.300278,66.010269],[12.563332,66.217773],[12.655832,66.101387],[12.531944,66.054718],[12.300278,66.010269]]],[[[12.43861,65.864166],[12.534166,65.99971],[12.89868,66.011108],[12.674721,65.954712],[12.43861,65.864166]]],[[[11.900555,65.583054],[11.761179,65.61319],[11.997221,65.696663],[11.974165,65.626938],[11.900555,65.583054]]],[[[12.063055,65.209991],[12.258055,65.576111],[12.502777,65.391937],[12.188055,65.245544],[12.063055,65.209991]]],[[[12.129721,65.050278],[11.984444,65.074852],[12.183611,65.208328],[12.31368,65.102974],[12.129721,65.050278]]],[[[35.812187,65.180557],[35.749161,64.964996],[35.52137,65.145828],[35.565819,65.178589],[35.812187,65.180557]]],[[[25,65.025848],[24.722775,64.944153],[24.551666,65.024994],[24.833611,65.078598],[25,65.025848]]],[[[10.739721,64.849442],[10.777777,64.918884],[11.113333,64.96846],[10.815554,64.863602],[10.739721,64.849442]]],[[[11.128887,64.829437],[10.951387,64.86972],[10.82486,64.847488],[11.110971,64.949989],[11.263402,64.887772],[11.128887,64.829437]]],[[[40.348549,64.758316],[40.471375,64.566086],[39.976238,64.67942],[40.274994,64.641937],[40.148117,64.748596],[40.348549,64.758316]]],[[[11.418055,64.471939],[11.175554,64.506943],[11.040972,64.631516],[11.452498,64.518463],[11.418055,64.471939]]],[[[22.868332,63.770554],[22.706665,63.775276],[22.673887,63.791729],[22.880554,63.872772],[22.868332,63.770554]]],[[[8.319443,63.660271],[8.797777,63.812775],[8.827638,63.725552],[8.752222,63.689438],[8.319443,63.660271]]],[[[8.455276,63.426384],[8.279999,63.464722],[8.944721,63.653885],[9.17486,63.561665],[8.455276,63.426384]]],[[[7.985277,63.308884],[7.982778,63.347496],[7.779444,63.408192],[8.183611,63.386108],[7.985277,63.308884]]],[[[8.562777,63.31916],[8.470833,63.321388],[8.435346,63.333817],[8.672708,63.350273],[8.562777,63.31916]]],[[[8.391109,63.159164],[8.269166,63.263329],[8.575416,63.185966],[8.523611,63.163887],[8.391109,63.159164]]],[[[21.246944,63.144722],[21.148193,63.176384],[21.080484,63.27729],[21.41597,63.249165],[21.246944,63.144722]]],[[[8.005278,63.140831],[8.07361,63.235275],[8.185971,63.155415],[8.13611,63.14666],[8.005278,63.140831]]],[[[7.778333,63.017494],[7.679444,63.056107],[7.914722,63.076385],[7.888611,63.048882],[7.778333,63.017494]]],[[[7.510278,62.938606],[7.399166,63.057495],[7.710138,63.000412],[7.548333,62.948326],[7.510278,62.938606]]],[[[6.677777,62.65361],[6.689583,62.730274],[6.919861,62.705967],[6.892777,62.689163],[6.677777,62.65361]]],[[[17.484722,62.363052],[17.416109,62.377983],[17.370762,62.471802],[17.467638,62.459995],[17.484722,62.363052]]],[[[6.228333,62.390274],[6.096389,62.393883],[6.025138,62.433052],[6.330347,62.410553],[6.228333,62.390274]]],[[[5.827222,62.239716],[5.845972,62.407494],[6.026667,62.352776],[6.023889,62.327217],[5.827222,62.239716]]],[[[-6.518056,62.168884],[-6.588056,62.239716],[-6.541667,62.357498],[-6.389723,62.246109],[-6.518056,62.168884]]],[[[-6.6575,62.055832],[-6.948056,62.182495],[-7.060278,62.313606],[-6.599445,62.195549],[-6.6575,62.055832]]],[[[-6.717778,61.933327],[-7.034582,62.11211],[-7.234237,62.177074],[-7.210834,62.284721],[-6.717778,61.933327]]],[[[5.609166,62.185272],[5.545694,62.279995],[5.80861,62.270687],[5.773333,62.202774],[5.609166,62.185272]]],[[[-7.201667,62.018608],[-7.379861,62.066525],[-7.430348,62.14333],[-7.041945,62.089165],[-7.201667,62.018608]]],[[[-6.652223,61.742775],[-6.838612,61.817635],[-6.906667,61.905342],[-6.604167,61.823887],[-6.652223,61.742775]]],[[[4.9225,61.773048],[4.807499,61.841869],[5.22111,61.839161],[5.174999,61.82222],[4.9225,61.773048]]],[[[-6.660278,61.388329],[-6.845834,61.468048],[-6.961389,61.620968],[-6.726667,61.574577],[-6.660278,61.388329]]],[[[4.804722,61.044441],[4.789583,61.149162],[4.960972,61.173607],[4.98,61.093605],[4.804722,61.044441]]],[[[-0.835,60.673332],[-0.962083,60.685272],[-0.880695,60.84333],[-0.757639,60.81583],[-0.835,60.673332]]],[[[5.159166,60.576942],[4.994166,60.626938],[4.85736,60.73444],[4.983472,60.712914],[5.159166,60.576942]]],[[[-1.104722,60.48555],[-1.178333,60.634583],[-0.993889,60.722355],[-1.025417,60.500202],[-1.104722,60.48555]]],[[[5.527499,60.429161],[5.36,60.523888],[5.679166,60.681248],[5.679444,60.470409],[5.527499,60.429161]]],[[[-1.647778,60.224716],[-1.320278,60.356384],[-1.610347,60.478397],[-1.413333,60.605968],[-1.038542,60.442772],[-1.268611,59.851105],[-1.377917,59.904305],[-1.291389,60.241386],[-1.647778,60.224716]]],[[[5.1725,60.505829],[4.987222,60.561104],[4.927499,60.602913],[5.121666,60.578049],[5.1725,60.505829]]],[[[5.138611,60.396111],[5.020833,60.492218],[5.000833,60.531105],[5.19,60.474442],[5.138611,60.396111]]],[[[18.561665,60.305275],[18.401108,60.365273],[18.372915,60.496941],[18.422497,60.486664],[18.561665,60.305275]]],[[[21.972221,60.323608],[21.785275,60.376938],[21.806248,60.462498],[21.933331,60.416664],[21.972221,60.323608]]],[[[5.103611,60.183327],[4.948889,60.246662],[4.942499,60.427498],[5.0875,60.328468],[5.103611,60.183327]]],[[[19.943886,60.04277],[19.64847,60.259579],[19.812916,60.186665],[19.937359,60.291801],[19.85722,60.40361],[20.277496,60.274162],[20.166943,60.163052],[20.025276,60.310555],[19.943886,60.04277]]],[[[22.213333,60.241661],[22.218887,60.269722],[22.072498,60.292007],[22.341665,60.28569],[22.213333,60.241661]]],[[[19.575275,60.121941],[19.511387,60.178333],[19.601944,60.255829],[19.67486,60.15361],[19.575275,60.121941]]],[[[22.601109,59.98333],[22.446663,60.215832],[22.587776,60.202499],[22.824444,60.227219],[22.601109,59.98333]]],[[[21.739166,60.109993],[21.723331,60.186386],[21.884998,60.174301],[21.785,60.118889],[21.739166,60.109993]]],[[[20.109997,60.088051],[20.208609,60.061802],[20.207079,59.97847],[20.001665,60.053192],[20.109997,60.088051]]],[[[5.512777,59.893051],[5.360208,59.988327],[5.658055,60.075272],[5.661249,59.996666],[5.512777,59.893051]]],[[[23.040554,59.897217],[22.881248,59.903606],[22.803886,59.951244],[23.054161,59.958611],[23.040554,59.897217]]],[[[5.400555,59.751389],[5.308402,59.789509],[5.287777,59.971523],[5.484166,59.86055],[5.400555,59.751389]]],[[[23.402222,59.900833],[23.523052,59.959164],[23.726383,59.931313],[23.507221,59.91555],[23.402222,59.900833]]],[[[5.148889,59.581108],[5.070208,59.781456],[5.118889,59.872498],[5.260694,59.80069],[5.343055,59.701801],[5.187083,59.735207],[5.148889,59.581108]]],[[[17.256386,59.373329],[17.151386,59.385136],[17.070137,59.456665],[17.266941,59.44416],[17.256386,59.373329]]],[[[17.777775,59.308609],[17.671944,59.334717],[17.608053,59.419163],[17.775555,59.370411],[17.777775,59.308609]]],[[[5.160555,59.142776],[5.131944,59.220833],[5.194444,59.413055],[5.293333,59.240692],[5.160555,59.142776]]],[[[-2.685833,59.184166],[-2.684445,59.220833],[-2.592778,59.29055],[-2.397223,59.303329],[-2.685833,59.184166]]],[[[-2.824445,58.878883],[-3.313334,58.949997],[-3.350833,59.108189],[-3.075,59.120415],[-2.824445,58.878883]]],[[[22.565273,58.686653],[22.386106,58.884575],[22.044304,58.942627],[22.575829,59.068604],[23.045832,58.847771],[22.565273,58.686653]]],[[[23.192165,59.041985],[23.35194,59.031937],[23.389858,58.98624],[23.148468,58.968327],[23.192165,59.041985]]],[[[-3.231389,58.775551],[-3.296597,58.776939],[-3.415139,58.907356],[-3.135556,58.802494],[-3.231389,58.775551]]],[[[-2.939445,58.729996],[-2.98,58.750275],[-3.032084,58.821247],[-2.886389,58.83194],[-2.939445,58.729996]]],[[[23.247459,58.671051],[23.396385,58.550827],[23.059025,58.60458],[23.149719,58.670273],[23.247459,58.671051]]],[[[-4.196667,57.485832],[-3.339723,57.723328],[-1.821944,57.578606],[-1.773334,57.458054],[-2.53125,56.576107],[-3.278056,56.357498],[-2.884445,56.451385],[-2.583472,56.268536],[-3.72375,56.027355],[-3.053056,55.943604],[-2.631111,56.054718],[-1.635972,55.58194],[-1.2975,54.763611],[-0.079306,54.1134],[-0.212222,54.008331],[0.126389,53.645271],[0.142083,53.580551],[-0.2725,53.73555],[-0.716528,53.696384],[-0.301667,53.713192],[0.235556,53.399437],[0.339167,53.092358],[0.00211,52.879856],[0.378889,52.781387],[0.547778,52.966179],[0.884722,52.966381],[1.675278,52.748055],[1.749444,52.455826],[1.587361,52.083885],[1.33125,51.928745],[1.163472,52.023609],[1.266111,51.839165],[0.701111,51.718472],[0.935694,51.736526],[0.9525,51.60923],[0.789444,51.524162],[0.465,51.503052],[0.388935,51.448219],[0.908055,51.340691],[1.385556,51.387772],[1.390278,51.15416],[0.253889,50.738609],[-1.094445,50.845833],[-2.434451,50.54179],[-2.9275,50.731247],[-3.437222,50.604996],[-3.716667,50.206665],[-4.38,50.363884],[-5.048056,50.171104],[-5.193056,49.955276],[-5.470556,50.124992],[-5.716806,50.060825],[-4.771667,50.601944],[-4.228056,51.187775],[-3.028334,51.206108],[-2.38,51.761734],[-3.346111,51.378609],[-3.837917,51.619995],[-4.277779,51.556664],[-4.074722,51.677216],[-4.574445,51.734161],[-4.941389,51.594162],[-5.05139,51.620277],[-4.861112,51.713333],[-4.884445,51.746666],[-5.246945,51.73027],[-5.10257,51.778954],[-5.239167,51.916382],[-4.130834,52.334717],[-4.133612,52.914444],[-4.758487,52.787262],[-4.196389,53.206108],[-3.336389,53.347221],[-3.102222,53.247772],[-3.170834,53.400276],[-2.862223,53.282776],[-2.704931,53.35062],[-2.953889,53.360275],[-3.105625,53.559929],[-2.899792,53.724995],[-3.052639,53.907635],[-2.813612,54.222771],[-3.214723,54.095551],[-3.632639,54.512215],[-3.381111,54.884438],[-3.027084,54.972912],[-3.571111,54.990829],[-3.965,54.765274],[-4.398056,54.906387],[-4.387222,54.675552],[-4.852222,54.868607],[-4.960764,54.796871],[-4.864167,54.62722],[-5.17,54.891106],[-4.613612,55.490688],[-4.916389,55.700829],[-4.878264,55.936523],[-4.485417,55.923607],[-4.854612,55.986485],[-4.828606,56.113163],[-4.986667,55.864925],[-5.173334,55.929161],[-5.305278,55.852219],[-5.309056,56.005703],[-4.922292,56.271107],[-5.429167,56.006939],[-5.515278,55.363468],[-5.788889,55.308743],[-5.571389,56.328327],[-5.206111,56.440971],[-5.120556,56.495552],[-5.070139,56.560692],[-5.398667,56.478664],[-5.120834,56.81472],[-5.676945,56.493889],[-6.009723,56.633469],[-5.552396,56.68885],[-6.227778,56.69722],[-5.662917,56.869232],[-5.919584,56.887081],[-5.825834,57.003468],[-5.646111,56.972218],[-5.524028,56.997356],[-5.724723,57.113052],[-5.403056,57.110619],[-5.647507,57.161606],[-5.405139,57.230968],[-5.598845,57.330486],[-5.45125,57.418049],[-5.818056,57.362495],[-5.839723,57.572777],[-5.653056,57.508743],[-5.510139,57.533192],[-5.810833,57.63958],[-5.801389,57.853886],[-5.102778,57.85083],[-5.452847,58.074162],[-5.281459,58.077217],[-5.389445,58.260273],[-5.071667,58.264717],[-5.174723,58.349998],[-5.001528,58.624161],[-4.701667,58.558609],[-4.761459,58.446037],[-4.578334,58.57444],[-3.022639,58.646526],[-3.205556,58.306248],[-4.015,57.867775],[-4.391667,57.901386],[-4.043223,57.814384],[-3.774028,57.854855],[-3.977778,57.698326],[-4.296667,57.674438],[-4.431528,57.572773],[-4.046667,57.642776],[-4.196667,57.485832]]],[[[22.037777,57.908325],[22.194092,58.145237],[21.844509,58.289162],[22.006943,58.356659],[21.837357,58.506664],[22.911245,58.616798],[23.32819,58.446938],[22.372913,58.221378],[22.037777,57.908325]]],[[[-7.021945,57.951942],[-7.036251,58.235691],[-6.860973,58.105968],[-6.797778,58.302216],[-6.263334,58.512634],[-6.165973,58.422916],[-6.327028,58.235397],[-6.168334,58.209579],[-6.619723,58.080135],[-6.393334,58.101665],[-6.473334,57.942219],[-6.664306,57.925552],[-6.686806,58.056244],[-6.661389,57.882637],[-6.964931,57.726315],[-7.124237,57.835621],[-6.832223,57.902222],[-7.021945,57.951942]]],[[[11.464998,58.066109],[11.410555,58.147499],[11.673194,58.285549],[11.812429,58.217705],[11.464998,58.066109]]],[[[11.518125,57.98069],[11.525276,58.04847],[11.741666,58.027771],[11.594444,57.932495],[11.518125,57.98069]]],[[[19.12611,57.839722],[19.09236,57.971943],[19.334232,57.959366],[19.166666,57.928192],[19.12611,57.839722]]],[[[19.003887,57.898888],[18.713192,57.244301],[18.144581,56.914787],[18.254444,57.079163],[18.115274,57.525272],[18.68597,57.914856],[19.003887,57.898888]]],[[[10.645953,57.736267],[10.431805,57.58569],[10.530276,57.222565],[10.336616,56.991665],[10.004721,57.089619],[9.115549,57.052773],[8.676596,56.94812],[8.415797,56.678127],[8.579062,56.687672],[8.545901,56.585171],[8.244165,56.704304],[8.618471,57.121525],[9.391318,57.152149],[9.957706,57.586246],[10.645953,57.736267]]],[[[-7.233612,57.503609],[-7.322084,57.506245],[-7.540834,57.590134],[-7.068612,57.636593],[-7.233612,57.503609]]],[[[-6.724445,57.40361],[-6.637501,57.605553],[-6.43,57.504997],[-6.304167,57.686104],[-6.127223,57.306107],[-5.647639,57.258327],[-6.014306,57.023468],[-6.030556,57.177498],[-6.316389,57.158466],[-6.480139,57.302498],[-6.312084,57.299786],[-6.724445,57.40361]]],[[[-6.051111,57.32444],[-6.073056,57.43055],[-6.003056,57.508606],[-5.994723,57.343052],[-6.051111,57.32444]]],[[[-7.283334,57.397499],[-7.388056,57.423882],[-7.402778,57.468121],[-7.203611,57.459164],[-7.283334,57.397499]]],[[[-7.230278,57.094719],[-7.384028,57.11166],[-7.423612,57.383747],[-7.223751,57.339577],[-7.230278,57.094719]]],[[[16.429722,56.208885],[16.420277,56.586388],[17.102081,57.349442],[16.571663,56.354996],[16.429722,56.208885]]],[[[10.982222,57.221664],[10.857637,57.26458],[11.196388,57.312496],[11.058332,57.240829],[10.982222,57.221664]]],[[[-7.466945,56.940826],[-7.560278,56.957912],[-7.442639,57.054996],[-7.377084,56.980412],[-7.466945,56.940826]]],[[[-6.3175,56.934166],[-6.361945,56.946388],[-6.450973,57.003326],[-6.257917,57.034859],[-6.3175,56.934166]]],[[[8.655277,56.674164],[8.54611,56.793327],[8.910831,56.948326],[8.831388,56.743332],[8.655277,56.674164]]],[[[-6.678334,56.55555],[-6.61389,56.634438],[-6.456007,56.682774],[-6.497362,56.627495],[-6.678334,56.55555]]],[[[-6.116667,56.650276],[-5.651112,56.451111],[-5.660834,56.399303],[-6.323056,56.265411],[-6.019375,56.375965],[-6.201667,56.382359],[-6.003403,56.492565],[-6.337778,56.546661],[-6.116667,56.650276]]],[[[-6.892778,56.438606],[-6.989723,56.496246],[-6.73007,56.523952],[-6.803889,56.512218],[-6.892778,56.438606]]],[[[-5.971945,55.78833],[-6.078889,55.905548],[-5.694445,56.147217],[-5.690834,56.106667],[-5.971945,55.78833]]],[[[12.558875,55.867237],[12.597984,55.702564],[12.19236,55.482426],[12.462221,55.289577],[12.025555,55.169441],[12.178749,55.118469],[12.071943,54.968605],[11.730555,55.060555],[11.730833,55.203606],[11.245416,55.202076],[11.086389,55.666386],[10.879721,55.734299],[11.211111,55.698883],[11.506388,55.867218],[11.273333,55.991661],[11.768332,55.96347],[11.670555,55.814163],[11.79444,55.661659],[11.914165,55.929718],[12.05625,55.746803],[11.935833,55.653328],[12.059582,55.655689],[12.093887,55.711105],[12.040971,55.921665],[11.847082,55.955555],[12.290554,56.128883],[12.61729,56.040134],[12.558875,55.867237]]],[[[10.666893,55.892586],[10.666248,55.872078],[10.610971,55.761524],[10.527777,55.767494],[10.523611,55.981384],[10.666893,55.892586]]],[[[-6.274445,55.572777],[-6.262222,55.777218],[-6.495278,55.733604],[-6.125695,55.931248],[-6.026112,55.679302],[-6.274445,55.572777]]],[[[-5.023056,55.721382],[-5.120418,55.778748],[-5.20632,55.89666],[-5.036389,55.837776],[-5.023056,55.721382]]],[[[-5.171945,55.429443],[-5.341251,55.476109],[-5.379583,55.670135],[-5.154723,55.673332],[-5.171945,55.429443]]],[[[10.000304,55.541264],[10.318471,55.614441],[10.473749,55.437634],[10.660276,55.587635],[10.783332,55.124092],[10.152777,55.084442],[9.679721,55.497078],[10.000304,55.541264]]],[[[-9.001476,53.145592],[-8.941113,53.26416],[-9.608057,53.232216],[-9.559167,53.381248],[-10.176529,53.409718],[-10.186111,53.550278],[-9.698958,53.597912],[-9.906389,53.758606],[-9.56139,53.859718],[-9.940696,53.867912],[-9.789584,53.945412],[-10.013403,54.218189],[-10.124028,54.096588],[-10.112223,54.229996],[-8.474862,54.273468],[-8.668126,54.343536],[-8.188334,54.633606],[-8.798334,54.695759],[-8.353889,54.839439],[-8.457223,54.996799],[-8.317501,55.108887],[-7.793507,55.243118],[-7.810835,55.176472],[-7.699722,55.095135],[-7.791729,55.212017],[-7.6575,55.274437],[-7.526112,55.111938],[-7.663334,54.953888],[-7.446528,55.055691],[-7.547501,55.216942],[-7.376667,55.379993],[-6.93514,55.238468],[-7.253056,55.046799],[-6.145833,55.220692],[-5.690417,54.809162],[-5.902431,54.602287],[-5.574306,54.677219],[-5.43132,54.485966],[-5.506722,54.364441],[-5.698125,54.572632],[-5.562222,54.283051],[-6.381389,53.951523],[-6.081112,53.563606],[-6.224584,53.352772],[-6.013056,52.945],[-6.203334,52.547775],[-6.498195,52.354027],[-6.359445,52.179024],[-6.997295,52.278271],[-7.001806,52.13847],[-7.578889,52.100273],[-8.169307,51.791943],[-8.210556,51.884438],[-8.421939,51.881546],[-8.310696,51.741802],[-9.23014,51.482357],[-9.817501,51.445549],[-9.450834,51.689438],[-9.535557,51.75],[-10.132502,51.59333],[-9.580974,51.872353],[-10.338593,51.782921],[-10.263613,51.988052],[-9.760417,52.149578],[-10.463335,52.180206],[-9.744863,52.247219],[-9.839724,52.379715],[-9.653612,52.560829],[-9.331667,52.571106],[-8.818335,52.66555],[-9.932362,52.555202],[-9.485834,52.800552],[-9.280834,53.139717],[-9.001476,53.145592]]],[[[15.0425,54.99472],[14.678749,55.10083],[14.745275,55.294025],[15.137637,55.141388],[15.0425,54.99472]]],[[[10.714722,54.724998],[10.681944,54.908607],[10.952083,55.159302],[10.896805,54.999439],[10.714722,54.724998]]],[[[10,54.983719],[10.069304,54.873878],[9.931665,54.861385],[9.631457,55.049023],[10,54.983719]]],[[[10.565277,54.946106],[10.501804,55.006729],[10.675833,54.99194],[10.615,54.950272],[10.565277,54.946106]]],[[[12.183611,54.880272],[12.311943,55.035271],[12.556458,54.963745],[12.338055,54.958885],[12.183611,54.880272]]],[[[10.407221,54.821388],[10.245694,54.905968],[10.186735,54.974438],[10.440832,54.863884],[10.407221,54.821388]]],[[[11.850587,54.954784],[12.168193,54.837704],[11.966805,54.561939],[11.899166,54.718605],[11.710972,54.939163],[11.850587,54.954784]]],[[[10.989891,54.790848],[11.239721,54.957222],[11.656944,54.903885],[11.857221,54.686382],[11.454929,54.619858],[10.989891,54.790848]]],[[[8.56361,54.684166],[8.478333,54.686943],[8.398333,54.710201],[8.551109,54.753883],[8.56361,54.684166]]],[[[13.357498,54.25972],[13.118818,54.336731],[13.263888,54.379997],[13.146962,54.545605],[13.516607,54.513371],[13.226527,54.641178],[13.674513,54.566593],[13.577284,54.456936],[13.710693,54.38097],[13.729166,54.275135],[13.357498,54.25972]]],[[[11.273927,54.458736],[11.312499,54.408333],[11.00611,54.457634],[11.066805,54.53458],[11.273927,54.458736]]],[[[-4.777779,54.05555],[-4.712084,54.215828],[-4.353473,54.409996],[-4.394444,54.186386],[-4.777779,54.05555]]],[[[10.979443,54.380554],[10.994999,54.381943],[11.016457,54.379162],[10.994582,54.377495],[10.979443,54.380554]]],[[[-10.119522,54],[-9.97014,54.020828],[-9.94389,53.883747],[-10.265626,53.972496],[-10.119522,54]]],[[[5.200555,53.349442],[5.17,53.37569],[5.579027,53.448467],[5.56111,53.430275],[5.200555,53.349442]]],[[[-4.351389,53.124443],[-4.56,53.39666],[-4.046528,53.301525],[-4.101389,53.247772],[-4.218056,53.200272],[-4.351389,53.124443]]],[[[4.753611,52.988609],[4.713888,53.056107],[4.883541,53.183468],[4.910555,53.094582],[4.753611,52.988609]]],[[[5.107433,52.488533],[5.049039,52.636795],[5.483541,52.572773],[5.134019,52.383137],[5.107433,52.488533]]],[[[5.611944,52.36972],[5.422222,52.26416],[5.136666,52.381523],[5.573333,52.588333],[5.8607,52.530907],[5.611944,52.36972]]],[[[3.712656,51.674675],[3.881944,51.743889],[4.106144,51.650978],[3.97375,51.614578],[3.712656,51.674675]]],[[[0.899167,51.357216],[0.762778,51.37833],[0.740556,51.429718],[0.906528,51.417912],[0.899167,51.357216]]],[[[-1.2825,50.578888],[-1.496389,50.667915],[-1.569584,50.659023],[-1.308889,50.771111],[-1.059722,50.687492],[-1.2825,50.578888]]],[[[-2.590834,49.422493],[-2.668611,49.432774],[-2.500973,49.503887],[-2.528473,49.426388],[-2.590834,49.422493]]],[[[-2.066945,49.16777],[-2.226389,49.18972],[-2.247361,49.251247],[-2.016806,49.231037],[-2.066945,49.16777]]],[[[-3.576667,48.803886],[-3.575556,48.812492],[-3.563334,48.808609],[-3.566112,48.805832],[-3.576667,48.803886]]],[[[-3.085834,47.287773],[-3.219445,47.304581],[-3.259583,47.371731],[-3.063611,47.314438],[-3.085834,47.287773]]],[[[-1.284167,46.155548],[-1.506945,46.204163],[-1.551389,46.246037],[-1.291667,46.198051],[-1.284167,46.155548]]],[[[-1.211945,45.806938],[-1.374861,45.961662],[-1.399236,46.049858],[-1.17125,45.891315],[-1.211945,45.806938]]],[[[12.314332,45.341328],[12.369161,45.425819],[12.426902,45.414959],[12.379226,45.419994],[12.314332,45.341328]]],[[[14.73361,44.939995],[14.436388,45.069996],[14.539165,45.239441],[14.806665,44.996384],[14.73361,44.939995]]],[[[14.488054,44.605827],[14.331388,44.849716],[14.317638,45.175411],[14.426388,44.984718],[14.488054,44.605827]]],[[[14.516666,44.473328],[14.367498,44.590271],[14.338055,44.706734],[14.391944,44.689857],[14.516666,44.473328]]],[[[14.745277,44.694443],[15.042638,44.522842],[15.250069,44.335484],[15.128888,44.30986],[14.745277,44.694443]]],[[[15.194166,43.871109],[15.108055,43.919998],[14.854235,44.172565],[15.219583,43.909718],[15.194166,43.871109]]],[[[16.687222,43.261665],[16.519722,43.276382],[16.405554,43.326038],[16.88472,43.317215],[16.687222,43.261665]]],[[[17.057777,43.112495],[16.654163,43.11972],[16.377775,43.195343],[17.116386,43.136108],[17.057777,43.112495]]],[[[16.09333,43.009995],[16.050552,43.063049],[16.252115,43.06461],[16.20986,43.023468],[16.09333,43.009995]]],[[[8.659443,42.008331],[8.665277,42.511108],[9.288888,42.674995],[9.346804,43.000412],[9.459582,42.988049],[9.552568,42.118332],[9.219652,41.367287],[8.790415,41.557842],[8.917117,41.685688],[8.725832,41.729439],[8.802361,41.900414],[8.627222,41.906662],[8.659443,42.008331]]],[[[16.866108,42.897774],[16.633886,42.982357],[17.183609,42.91861],[16.941109,42.911385],[16.866108,42.897774]]],[[[10.41861,42.708611],[10.139166,42.731667],[10.100971,42.784855],[10.413054,42.870068],[10.41861,42.708611]]],[[[17.739998,42.691666],[17.372498,42.757217],[17.323469,42.789024],[17.66486,42.73597],[17.739998,42.691666]]],[[[8.178333,40.636383],[8.228054,40.938396],[8.579721,40.839996],[9.233055,41.254715],[9.562498,41.117775],[9.633888,40.989166],[9.51045,40.920376],[9.824165,40.527218],[9.623332,40.251873],[9.71361,40.04055],[9.565068,39.145618],[9.01354,39.263191],[8.902082,38.902634],[8.646387,38.890274],[8.505381,39.061028],[8.408332,38.958538],[8.371528,39.372913],[8.55722,39.844994],[8.395971,39.901314],[8.457222,40.321388],[8.178333,40.636383]]],[[[24.643608,40.570831],[24.509441,40.658051],[24.643192,40.797218],[24.773331,40.63166],[24.643608,40.570831]]],[[[25.657219,40.49305],[25.603886,40.398319],[25.443886,40.475822],[25.555832,40.511658],[25.657219,40.49305]]],[[[4.276388,39.806389],[3.826666,39.922493],[3.796944,40.01722],[4.174444,40.050278],[4.276388,39.806389]]],[[[25.441666,40.004715],[25.355827,39.786385],[25.263052,39.91235],[25.05444,39.86055],[25.047636,39.986656],[25.441666,40.004715]]],[[[2.389166,39.524994],[2.987778,39.91111],[3.48,39.716385],[3.060278,39.263332],[2.694444,39.551941],[2.389166,39.524994]]],[[[19.855,39.818329],[19.929859,39.474442],[20.111664,39.363052],[19.878746,39.448536],[19.674582,39.675968],[19.855,39.818329]]],[[[-31.215557,39.353333],[-31.28903,39.410969],[-31.21389,39.521942],[-31.126041,39.455204],[-31.215557,39.353333]]],[[[26.419994,39.325829],[26.61569,39.013882],[26.088469,39.074371],[26.25708,39.203461],[26.065413,39.084576],[25.834856,39.180065],[26.178329,39.374985],[26.419994,39.325829]]],[[[23.724442,39.071388],[23.660276,39.089439],[23.594858,39.204926],[23.787359,39.118259],[23.724442,39.071388]]],[[[1.371944,38.830826],[1.211944,38.898331],[1.294167,39.031387],[1.602917,39.093884],[1.371944,38.830826]]],[[[24.049999,38.365829],[23.64222,38.418884],[23.198053,38.831799],[22.832844,38.829124],[23.304443,39.037285],[23.591942,38.764717],[24.153889,38.64666],[24.258261,38.217285],[24.561247,38.144302],[24.564163,37.987221],[24.049999,38.365829]]],[[[24.568886,38.760826],[24.450275,38.896942],[24.483192,38.977356],[24.681664,38.802078],[24.568886,38.760826]]],[[[20.701385,38.834717],[20.72208,38.627148],[20.543192,38.566105],[20.601665,38.778885],[20.701385,38.834717]]],[[[-27.138615,38.62944],[-27.351391,38.681664],[-27.385002,38.763329],[-27.065834,38.76416],[-27.138615,38.62944]]],[[[-27.810837,38.539993],[-28.194168,38.650276],[-28.315556,38.748604],[-27.761459,38.547981],[-27.810837,38.539993]]],[[[1.390278,38.643326],[1.399167,38.737778],[1.587361,38.669857],[1.459861,38.686249],[1.390278,38.643326]]],[[[-28.636112,38.510277],[-28.758892,38.517776],[-28.845837,38.595135],[-28.631529,38.60833],[-28.636112,38.510277]]],[[[26.014721,38.149437],[25.863329,38.239849],[25.991665,38.34388],[25.865831,38.584999],[26.15958,38.542072],[26.014721,38.149437]]],[[[-28.24667,38.371941],[-28.459723,38.405273],[-28.549446,38.527222],[-28.036877,38.414165],[-28.24667,38.371941]]],[[[20.719719,38.305275],[20.614304,38.469719],[20.652777,38.50069],[20.760693,38.323467],[20.719719,38.305275]]],[[[20.57111,38.468048],[20.812637,38.114925],[20.79347,38.063259],[20.342567,38.17791],[20.57111,38.468048]]],[[[12.441666,37.806107],[12.73361,38.139717],[12.923611,38.02486],[13.31861,38.217495],[13.791111,37.972221],[15.647937,38.264576],[15.092499,37.490273],[15.316666,37.008888],[15.081388,36.649162],[13.155972,37.491245],[12.65611,37.559784],[12.441666,37.806107]]],[[[23.50111,37.999161],[23.538748,37.919304],[23.407358,37.894299],[23.437496,37.985832],[23.50111,37.999161]]],[[[24.960278,37.685555],[24.715137,37.873051],[24.69458,37.962635],[24.962776,37.872498],[24.960278,37.685555]]],[[[20.836109,37.646385],[20.628609,37.81319],[20.64333,37.898331],[20.998608,37.713882],[20.836109,37.646385]]],[[[-25.456112,37.705551],[-25.711391,37.74472],[-25.854168,37.883888],[-25.140556,37.840691],[-25.456112,37.705551]]],[[[26.81805,37.636658],[26.57222,37.732353],[27.06694,37.727219],[27.063677,37.707352],[26.81805,37.636658]]],[[[25.984161,37.506943],[26.066246,37.630966],[26.358677,37.683949],[26.214993,37.558884],[25.984161,37.506943]]],[[[24.285275,37.524719],[24.299582,37.656387],[24.394165,37.673332],[24.381386,37.596939],[24.285275,37.524719]]],[[[25.053883,37.675819],[25.238888,37.621941],[25.23,37.535408],[24.976387,37.674026],[25.053883,37.675819]]],[[[24.44083,37.470833],[24.482498,37.395966],[24.377012,37.306385],[24.369999,37.429508],[24.44083,37.470833]]],[[[25.45277,36.91832],[25.34194,37.073467],[25.541872,37.197632],[25.580273,37.015549],[25.45277,36.91832]]],[[[25.191383,36.973885],[25.109997,37.057213],[25.268604,37.138611],[25.250275,37.008324],[25.191383,36.973885]]],[[[26.975552,36.924431],[26.919167,36.946663],[26.887566,37.073738],[27.049162,36.992081],[26.975552,36.924431]]],[[[-25.01889,36.929161],[-25.16778,36.943192],[-25.198057,36.994305],[-25.054792,37.015759],[-25.01889,36.929161]]],[[[26.971386,36.672211],[26.919857,36.758186],[27.062496,36.838043],[27.354717,36.863811],[26.971386,36.672211]]],[[[25.357777,36.644997],[25.25861,36.728882],[25.277494,36.782356],[25.407776,36.716518],[25.357777,36.644997]]],[[[24.33083,36.649994],[24.350969,36.746941],[24.548748,36.757912],[24.539442,36.677563],[24.33083,36.649994]]],[[[26.46666,36.576378],[26.315271,36.504852],[26.263327,36.589573],[26.382914,36.640408],[26.46666,36.576378]]],[[[28.207222,36.44249],[28.063606,36.111931],[27.731249,35.913052],[27.804443,36.26944],[28.207222,36.44249]]],[[[22.956944,36.377495],[23.10833,36.236938],[23.044094,36.136246],[22.911665,36.201107],[22.956944,36.377495]]],[[[14.519722,35.799995],[14.347221,35.872498],[14.329096,35.978466],[14.563889,35.877777],[14.519722,35.799995]]],[[[27.14222,35.399719],[27.066942,35.606663],[27.229721,35.825413],[27.202221,35.47805],[27.14222,35.399719]]],[[[23.681942,35.224442],[23.520554,35.294998],[23.741873,35.686317],[23.848539,35.522984],[24.176388,35.588886],[24.107065,35.492214],[24.327082,35.351383],[25.765726,35.32996],[25.784027,35.113888],[26.301109,35.283051],[26.135832,34.997288],[25.016941,34.930832],[24.392498,35.188885],[23.681942,35.224442]]]]},"type":"Feature","properties":{"postal":"EU","name":"Europe","type":"Continent","center":[22.708333333333304,51.97234849211648]}},"AF":{"geometry":{"type":"MultiPolygon","coordinates":[[[[0.694651,5.773365],[0.635833,5.944513],[0.506462,6.058595],[0.405139,6.081041],[0.311319,6.058576],[0.217222,6.098194],[0.35375,6.023333],[0.430417,6.069791],[0.575,5.991944],[0.66375,5.75993],[0.255833,5.757777],[-2.058889,4.730833],[-3.148612,5.095833],[-2.847951,5.14684],[-3.136111,5.142221],[-3.140208,5.364305],[-3.297986,5.119166],[-4.003542,5.256666],[-3.734722,5.259166],[-3.754445,5.353333],[-3.811736,5.372638],[-3.73875,5.276041],[-4.468056,5.295555],[-4.8075,5.176527],[-4.005695,5.230972],[-4.893889,5.128611],[-5.026668,5.214722],[-5.322917,5.228958],[-5.360487,5.118472],[-5.014205,5.125226],[-5.897501,5.020139],[-7.436389,4.349166],[-8.242154,4.570833],[-9.23889,5.122777],[-10.371945,6.162222],[-10.764168,6.271111],[-11.463335,6.908055],[-12.504168,7.38861],[-12.184306,7.591041],[-12.460557,7.555416],[-12.95896,7.903264],[-12.974335,8.247768],[-13.132778,8.195],[-13.285001,8.497569],[-13.055903,8.369582],[-13.095556,8.485277],[-12.897501,8.567778],[-13.189445,8.556944],[-13.132223,8.861944],[-13.493134,9.560076],[-13.679512,9.541466],[-13.688639,9.95219],[-13.822362,9.849443],[-14.4575,10.29361],[-14.535828,10.506674],[-14.660696,10.473331],[-14.516528,10.842777],[-14.698611,10.640484],[-14.81889,10.9175],[-14.690417,11.028888],[-15.005417,10.771943],[-15.115696,10.977638],[-15.022779,11.195276],[-15.232918,10.995901],[-15.20882,11.229755],[-15.353473,11.141805],[-15.426667,11.287429],[-15.26528,11.425913],[-15.501146,11.332811],[-15.282084,11.619305],[-15.027224,11.594166],[-15.339035,11.681463],[-15.444341,11.553124],[-15.423529,11.683666],[-15.556112,11.725415],[-15.458612,11.865276],[-15.130835,11.893332],[-15.066528,11.802637],[-14.955973,11.746944],[-14.991112,11.958054],[-15.430834,11.958887],[-15.959445,11.735276],[-15.705811,12.009905],[-16.202778,11.905554],[-16.349724,12.105833],[-16.11528,12.333332],[-16.45528,12.171804],[-16.793196,12.422915],[-16.583752,12.632638],[-16.374376,12.545415],[-15.634444,12.53104],[-15.509306,12.637082],[-15.529862,12.782082],[-15.391807,12.832915],[-15.526876,12.805763],[-15.645625,12.557082],[-16.021378,12.724939],[-16.421667,12.576804],[-16.59396,12.783333],[-16.752918,12.564721],[-16.821667,13.323332],[-16.709932,13.471735],[-16.554724,13.295069],[-16.194725,13.252638],[-16.155905,13.42486],[-15.328335,13.43861],[-15.305764,13.451527],[-15.297176,13.491055],[-15.547223,13.52868],[-16.513336,13.36861],[-16.642153,13.696874],[-16.490837,13.958055],[-16.698439,13.77045],[-16.745348,13.953471],[-16.638889,13.961666],[-16.367432,14.166389],[-16.775837,14.012499],[-17.175556,14.654444],[-17.53278,14.750137],[-17.129169,14.93111],[-16.546391,15.756666],[-16.467642,16.611387],[-16.039448,17.734581],[-16.179169,18.913055],[-16.511669,19.352219],[-16.309448,19.467499],[-16.461737,19.410067],[-16.196808,20.226109],[-16.923681,21.15847],[-17.101528,20.837429],[-16.916252,21.945415],[-16.362709,22.564583],[-15.779447,23.909439],[-15.993977,23.648504],[-15.933056,23.788055],[-14.900903,24.68965],[-14.483334,26.16333],[-13.574167,26.731667],[-12.962709,27.920485],[-11.511946,28.303747],[-10.228196,29.317915],[-9.640973,30.164997],[-9.608403,30.402498],[-9.853889,30.726944],[-9.809168,31.446663],[-9.277779,32.183609],[-9.279341,32.543953],[-8.538334,33.250549],[-6.843056,34.018608],[-5.918744,35.790649],[-5.455556,35.91444],[-5.30765,35.885792],[-5.248959,35.574371],[-4.695834,35.208885],[-3.33625,35.191383],[-2.986111,35.418053],[-2.834861,35.125134],[-2.883681,35.234577],[-1.979722,35.073326],[-1.352222,35.322495],[-1.03583,35.676941],[-0.373125,35.902775],[-0.106667,35.784023],[0.204167,36.103333],[1.1825,36.512215],[2.5725,36.589161],[2.900208,36.794785],[3.901666,36.914719],[4.788749,36.893887],[5.328055,36.640274],[6.398333,37.086388],[6.920416,36.8843],[7.2925,37.077221],[7.932221,36.844444],[9.858681,37.328335],[9.808313,37.150772],[10.25486,37.179581],[10.132012,37.145515],[10.344235,36.877148],[10.192777,36.810829],[10.336944,36.735138],[11.039373,37.085968],[11.102221,36.904442],[10.796388,36.465343],[10.512777,36.351105],[10.456179,36.117355],[10.685833,35.788605],[11.027082,35.637356],[11.126665,35.241943],[10.731388,34.670277],[10.007083,34.168606],[10.266388,33.748604],[10.715971,33.704163],[10.751666,33.473743],[11.055833,33.612637],[11.174304,33.210064],[12.301249,32.837776],[13.25111,32.918888],[15.165833,32.398605],[15.754305,31.389721],[17.36722,31.08222],[18.957499,30.276386],[19.617775,30.417221],[20.057638,30.85083],[20.155552,31.149998],[19.91958,31.74819],[20.084442,32.184715],[20.567627,32.560913],[21.713886,32.944443],[23.119164,32.619751],[23.0851,32.332111],[23.247196,32.216225],[24.982637,31.966526],[25.173887,31.54076],[25.94722,31.617775],[27.323193,31.376108],[27.438889,31.222775],[27.844164,31.24375],[27.921387,31.098053],[28.429722,31.078888],[29.035,30.824165],[30.064442,31.320274],[30.289719,31.237358],[30.35545,31.502844],[30.95611,31.575693],[30.593885,31.380276],[31.126455,31.496664],[31.01222,31.597012],[31.556942,31.442219],[31.871704,31.534918],[31.92148,31.529884],[32.202492,31.290934],[31.909651,31.527567],[31.777462,31.277393],[32.143066,31.074165],[32.279789,31.124304],[32.214752,31.282427],[32.7118,31.033539],[34.21666,31.32333],[34.903801,29.486706],[34.25444,27.728611],[33.242775,28.554443],[33.172562,28.995068],[32.741386,29.45472],[32.575619,30.002707],[32.340828,29.59486],[32.596382,29.340553],[32.688606,28.867775],[33.558884,27.883053],[33.49472,27.643887],[33.837357,27.236664],[33.938328,26.655275],[35.138611,24.517498],[35.811176,23.907011],[35.485832,23.942915],[35.668888,22.970694],[36.886246,22.053194],[36.911385,21.608608],[37.306591,21.063261],[37.103188,21.207914],[37.435688,18.853888],[38.589024,18.066803],[39.001938,17.18861],[39.270138,15.986249],[39.718052,15.088055],[39.881386,15.489443],[40.175411,14.97111],[40.454857,15.007776],[40.80722,14.705555],[41.172218,14.630693],[41.677219,13.936388],[42.28458,13.573471],[42.373814,13.217916],[42.804718,12.844999],[43.07798,12.828957],[43.327496,12.476728],[43.370903,11.993263],[42.531525,11.511943],[43.157219,11.570833],[44.278328,10.447777],[44.892078,10.421527],[45.758884,10.872985],[46.453331,10.69],[47.396664,11.178957],[48.12569,11.135138],[48.521385,11.315554],[48.987221,11.245832],[50.093189,11.514583],[50.76944,11.979166],[51.278328,11.816666],[51.076385,11.328054],[51.145554,10.63361],[51.017216,10.446666],[51.189438,10.538055],[51.391247,10.39736],[50.895828,10.312222],[50.838539,9.437871],[49.8293,7.946111],[49.040833,6.149722],[48.000553,4.523055],[46.025551,2.437222],[44.544994,1.551944],[43.488609,0.649999],[42.066666,-0.896111],[41.315277,-1.958056],[40.891663,-2.019167],[40.958469,-2.304375],[40.854996,-2.236111],[40.630482,-2.552847],[40.23111,-2.671111],[40.125481,-3.265695],[39.402496,-4.633889],[39.203026,-4.669618],[38.776108,-6.039723],[38.870831,-6.385278],[39.547882,-6.994313],[39.28833,-7.498889],[39.299721,-7.757778],[39.446663,-7.814167],[39.295288,-8.267862],[39.791107,-9.923889],[40.584442,-10.654167],[40.387772,-11.31778],[40.474159,-12.504931],[40.645969,-12.755417],[40.412773,-12.969236],[40.592911,-12.970695],[40.649715,-14.021667],[40.532772,-14.1675],[40.722775,-14.202085],[40.636108,-14.484724],[40.82111,-14.423473],[40.845276,-14.734167],[40.514442,-15.18389],[40.684299,-15.254862],[40.578331,-15.49889],[39.782635,-16.305557],[39.698608,-16.536945],[39.09618,-16.984377],[37.85305,-17.385834],[36.983887,-18.001392],[36.846386,-17.875557],[36.943886,-18.108612],[36.252777,-18.891392],[36.100136,-18.813057],[34.89069,-19.860418],[34.626801,-19.618612],[34.776104,-19.825905],[34.666939,-20.391182],[35.111801,-20.9333],[35.306732,-22.407501],[35.397217,-22.460003],[35.480553,-22.0958],[35.545273,-22.232502],[35.597267,-22.919672],[35.347771,-23.695278],[35.339722,-23.969448],[35.522911,-23.795488],[35.456108,-24.169445],[35.012215,-24.654167],[32.811108,-25.612085],[32.587151,-25.972433],[32.843189,-26.291113],[32.945621,-26.087709],[32.868332,-27.007504],[32.39444,-28.531391],[31.325832,-29.390835],[30.023888,-31.281113],[27.899998,-33.040558],[26.530552,-33.753334],[25.724998,-33.767227],[25.701942,-34.031952],[25.022636,-33.968056],[24.824718,-34.201668],[23.649303,-33.983894],[23.366179,-34.090904],[22.539164,-34.011185],[21.802498,-34.383057],[20.504444,-34.464729],[20,-34.822002],[19.320414,-34.595284],[19.278193,-34.409172],[18.819719,-34.378895],[18.799026,-34.088894],[18.48597,-34.099445],[18.485027,-34.348309],[18.380276,-34.255836],[18.439026,-33.70195],[17.8475,-32.830833],[18.308609,-32.585697],[18.217915,-31.734585],[17.277914,-30.342293],[16.818331,-29.094376],[16.48959,-28.578178],[15.689722,-27.956112],[15.094999,-26.735279],[15.171804,-26.601667],[14.834305,-25.741947],[14.856666,-25.058889],[14.462638,-24.103336],[14.511389,-22.55278],[13.403888,-20.862364],[12.460833,-18.928059],[11.767638,-17.988195],[11.731249,-15.850696],[12.014999,-15.569445],[12.512707,-13.424376],[12.969999,-12.784445],[13.459159,-12.508608],[13.764166,-11.936112],[13.849443,-10.956112],[12.984583,-9.081251],[13.387499,-8.740278],[13.391805,-8.39375],[12.817778,-6.950278],[12.246249,-6.103611],[13.178881,-5.85633],[12.897916,-5.811945],[12.435833,-6.016667],[12.264999,-5.864722],[12.176109,-5.323334],[11.774166,-4.54264],[9.702498,-2.447917],[10.016109,-2.639722],[10.133471,-2.523889],[9.610971,-2.370695],[9.322498,-1.9075],[9.536874,-2.068403],[9.518055,-1.926944],[9.262776,-1.849445],[8.985485,-1.243056],[9.016394,-1.306906],[9.233332,-1.530278],[9.291111,-1.638889],[9.513887,-1.596667],[9.288332,-1.570417],[9.251389,-1.498611],[9.336944,-1.399722],[9.352777,-1.341944],[9.333436,-1.28559],[9.224721,-1.41125],[9.026666,-1.297639],[8.709999,-0.641111],[9.007776,-0.813889],[9.298332,-0.371667],[9.350833,0.362014],[9.466944,0.167222],[9.746527,0.11625],[9.92111,0.185278],[9.497707,0.293681],[9.305138,0.580972],[9.542221,0.6725],[9.599998,0.481111],[9.572013,0.996597],[9.845901,1.074722],[9.360276,1.174722],[9.813401,1.929792],[9.965137,3.085208],[9.543055,3.811527],[9.7225,3.865278],[9.488366,4.112916],[9.434999,3.899444],[8.974096,4.099791],[8.898611,4.588333],[8.666388,4.681389],[8.714166,4.502638],[8.508402,4.523541],[8.585214,4.820409],[8.506943,4.699861],[8.274721,4.856667],[8.293679,4.5475],[7.695277,4.497499],[7.537221,4.539999],[7.550405,4.706555],[7.272499,4.557777],[7.074305,4.753055],[7.179444,4.506944],[7.073055,4.434722],[6.963889,4.724861],[7.00868,4.371319],[6.871666,4.392639],[6.762846,4.763472],[6.848611,4.348332],[6.720485,4.348194],[6.73243,4.603541],[6.69236,4.331805],[6.25118,4.301562],[6.252778,4.449999],[6.172222,4.282777],[5.935833,4.338333],[5.582361,4.655833],[5.384235,5.116527],[5.493402,5.144929],[5.368333,5.160555],[5.345277,5.33],[5.539721,5.414721],[5.636041,5.536736],[5.261944,5.433194],[5.214791,5.577638],[5.5025,5.616944],[5.182083,5.574861],[4.410208,6.35993],[3.391319,6.445138],[3.807222,6.612778],[3.443055,6.578333],[3.319167,6.385555],[1.468889,6.186388],[1.098889,6.040277],[0.945,5.780833],[0.694651,5.773365]]],[[[11.128887,34.66861],[11.237985,34.822842],[11.302221,34.803329],[11.28236,34.742775],[11.128887,34.66861]]],[[[10.865,33.638611],[10.719166,33.730827],[10.735138,33.890415],[11.052637,33.807632],[10.865,33.638611]]],[[[-16.943611,32.637497],[-17.195972,32.728882],[-17.254517,32.812843],[-16.715557,32.758888],[-16.943611,32.637497]]],[[[-13.773056,28.837776],[-13.791667,29.052498],[-13.442501,29.231667],[-13.483473,28.995277],[-13.773056,28.837776]]],[[[-17.783337,28.529163],[-18.002918,28.749722],[-17.906807,28.848192],[-17.71653,28.743332],[-17.783337,28.529163]]],[[[-14.332779,28.044441],[-14.444168,28.069164],[-13.867779,28.749582],[-13.923056,28.249165],[-14.332779,28.044441]]],[[[-16.671391,27.984165],[-16.909376,28.346039],[-16.156948,28.57222],[-16.418056,28.145275],[-16.671391,27.984165]]],[[[-17.230835,28.009998],[-17.330559,28.09111],[-17.255003,28.206108],[-17.089169,28.111942],[-17.230835,28.009998]]],[[[-15.579168,27.73111],[-15.815834,28.001942],[-15.702501,28.156109],[-15.409408,28.155903],[-15.394167,27.844997],[-15.579168,27.73111]]],[[[-17.98278,27.637497],[-18.167503,27.753609],[-17.907501,27.84861],[-17.883474,27.79722],[-17.98278,27.637497]]],[[[-16.432503,19.601387],[-16.460558,19.696941],[-16.342087,19.865137],[-16.361252,19.733332],[-16.432503,19.601387]]],[[[-25.281391,16.91333],[-25.332363,17.094997],[-24.973475,17.108679],[-25.171392,16.928333],[-25.281391,16.91333]]],[[[-24.993336,16.77972],[-25.0825,16.858332],[-24.930279,16.920692],[-24.876253,16.82847],[-24.993336,16.77972]]],[[[-22.923058,16.590275],[-22.994307,16.803192],[-22.92153,16.853191],[-22.877502,16.671944],[-22.923058,16.590275]]],[[[-24.321392,16.482777],[-24.420002,16.661942],[-24.024168,16.57229],[-24.270975,16.586664],[-24.321392,16.482777]]],[[[-22.800556,15.978054],[-22.962223,16.044998],[-22.798615,16.235275],[-22.666113,16.094997],[-22.800556,15.978054]]],[[[40,15.885777],[40.141037,15.801596],[40.167843,15.63965],[40.417076,15.574861],[39.980831,15.602916],[40,15.885777]]],[[[-23.167225,15.115833],[-23.253891,15.164165],[-23.199446,15.326526],[-23.113056,15.234444],[-23.167225,15.115833]]],[[[-23.525837,14.896111],[-23.789516,15.065415],[-23.695004,15.294998],[-23.444725,15.006109],[-23.525837,14.896111]]],[[[-24.390003,14.81111],[-24.524446,14.918332],[-24.38257,15.04618],[-24.295559,14.870554],[-24.390003,14.81111]]],[[[-16.085281,11.753611],[-16.157154,11.87111],[-15.981112,11.905693],[-16.029377,11.758541],[-16.085281,11.753611]]],[[[-15.466818,11.565308],[-15.574033,11.506784],[-15.633962,11.535811],[-15.487886,11.624299],[-15.466818,11.565308]]],[[[-16.034725,11.417221],[-16.014725,11.546944],[-15.905556,11.577499],[-15.915001,11.44861],[-16.034725,11.417221]]],[[[-16.312225,11.477221],[-16.414932,11.48229],[-16.420139,11.533123],[-16.243196,11.575555],[-16.312225,11.477221]]],[[[-15.763056,11.163887],[-15.753056,11.269722],[-15.662432,11.301457],[-15.661112,11.225069],[-15.763056,11.163887]]],[[[-16.154724,11.024721],[-16.243196,11.103055],[-16.080278,11.205693],[-16.060001,11.039721],[-16.154724,11.024721]]],[[[-12.885,7.614166],[-12.591112,7.634444],[-12.496251,7.500833],[-12.559446,7.420833],[-12.885,7.614166]]],[[[7.180277,4.377777],[7.22611,4.52],[7.316667,4.4725],[7.309861,4.410555],[7.180277,4.377777]]],[[[8.625043,3.650001],[8.960137,3.701805],[8.681943,3.197083],[8.424582,3.336944],[8.625043,3.650001]]],[[[7.399166,1.530555],[7.327916,1.61],[7.404583,1.70125],[7.462777,1.634722],[7.399166,1.530555]]],[[[6.523889,0.018333],[6.467222,0.259722],[6.687778,0.402222],[6.751527,0.226806],[6.523889,0.018333]]],[[[9.002222,-0.768889],[8.946665,-0.658333],[9.003888,-0.599583],[9.046527,-0.669306],[9.002222,-0.768889]]],[[[40.997498,-2.203056],[40.990692,-2.089445],[41.162426,-2.081111],[41.016106,-2.148889],[40.997498,-2.203056]]],[[[55.532494,-4.789167],[55.375412,-4.62514],[55.463882,-4.551667],[55.538189,-4.663751],[55.532494,-4.789167]]],[[[39.855633,-5.159406],[39.794998,-5.4075],[39.648746,-5.433681],[39.689438,-4.901112],[39.870277,-4.914722],[39.855633,-5.159406]]],[[[39.284554,-6.264074],[39.186386,-5.959723],[39.311108,-5.724167],[39.559166,-6.444167],[39.284554,-6.264074]]],[[[39.653053,-7.996945],[39.592911,-7.949445],[39.901245,-7.64257],[39.824997,-7.909167],[39.653053,-7.996945]]],[[[46.269165,-9.463057],[46.205688,-9.396807],[46.521313,-9.377431],[46.476105,-9.422501],[46.269165,-9.463057]]],[[[43.453606,-11.936111],[43.220135,-11.763474],[43.286942,-11.378334],[43.395271,-11.406113],[43.453606,-11.936111]]],[[[47.29583,-11.577778],[47.282082,-11.574584],[47.279095,-11.55757],[47.29715,-11.554098],[47.29583,-11.577778]]],[[[48.031403,-14.063412],[47.905273,-13.59639],[48.063332,-13.518057],[48.287216,-13.808056],[48.337635,-13.550834],[48.79277,-13.367779],[48.959442,-12.822224],[48.733604,-12.43764],[48.944164,-12.485834],[49.272217,-11.947084],[49.367359,-12.205834],[49.232498,-12.225],[49.518326,-12.345835],[49.570621,-12.648771],[49.943329,-13.039446],[50.482773,-15.405834],[50.232216,-15.974445],[50.033882,-15.866945],[49.866104,-15.432501],[49.633606,-15.557501],[49.681385,-16.055002],[49.854023,-16.231392],[49.788605,-16.83028],[49.596939,-16.908611],[49.422775,-17.315834],[49.510277,-17.711391],[49.368332,-18.351391],[47.133049,-24.928059],[45.214722,-25.588337],[44.017078,-24.980835],[43.664162,-24.31139],[43.636383,-23.65778],[43.759995,-23.468058],[43.361938,-22.852779],[43.238884,-22.282501],[43.500549,-21.333889],[43.808609,-21.225281],[44.482773,-19.965836],[44.370831,-19.777086],[44.469162,-19.438335],[44.03569,-18.408058],[43.931389,-17.500557],[44.437775,-16.692223],[44.460274,-16.183891],[44.873604,-16.210281],[45.264999,-15.927502],[45.302635,-16.117779],[45.390549,-15.973333],[45.617775,-16.057503],[45.71666,-15.791668],[46.063606,-15.871946],[46.151382,-15.703611],[46.302216,-15.961113],[46.477776,-15.96139],[46.338333,-15.624723],[46.94722,-15.198891],[47.076385,-15.334446],[46.959442,-15.558056],[47.223618,-15.448465],[47.058327,-15.185001],[47.454994,-14.665279],[47.427216,-15.110556],[47.811275,-14.60389],[48.013329,-14.749445],[47.699715,-14.408335],[47.927773,-14.253889],[47.914162,-14.08889],[48.003052,-14.322779],[48.031403,-14.063412]]],[[[44.513611,-12.38028],[44.390968,-12.269862],[44.212219,-12.163543],[44.467358,-12.07014],[44.513611,-12.38028]]],[[[43.854439,-12.383057],[43.66861,-12.3575],[43.625549,-12.254446],[43.737221,-12.274445],[43.854439,-12.383057]]],[[[45.136383,-12.9925],[45.07,-12.957224],[45.078888,-12.6625],[45.229717,-12.754863],[45.136383,-12.9925]]],[[[45.280079,-12.805131],[45.263126,-12.768277],[45.283764,-12.746902],[45.293346,-12.78523],[45.280079,-12.805131]]],[[[48.33194,-13.42],[48.192215,-13.338057],[48.284164,-13.195972],[48.324997,-13.211113],[48.33194,-13.42]]],[[[-5.712976,-15.992863],[-5.792778,-15.991112],[-5.67139,-15.909445],[-5.646389,-15.958335],[-5.712976,-15.992863]]],[[[39.886108,-16.417778],[39.812775,-16.324862],[39.898052,-16.272919],[39.914856,-16.282919],[39.886108,-16.417778]]],[[[49.827217,-17.09528],[49.86055,-16.913891],[50.010551,-16.725559],[49.93972,-16.907501],[49.827217,-17.09528]]],[[[42.751938,-17.076115],[42.741524,-17.07403],[42.723816,-17.057987],[42.760899,-17.065279],[42.751938,-17.076115]]],[[[63.47805,-19.677502],[63.468884,-19.734724],[63.332008,-19.742987],[63.348328,-19.7075],[63.47805,-19.677502]]],[[[57.529442,-20.520557],[57.307083,-20.434031],[57.624443,-19.986389],[57.789581,-20.285975],[57.529442,-20.520557]]],[[[55.709999,-20.998058],[55.85305,-21.168613],[55.674164,-21.37389],[55.34333,-21.268612],[55.220551,-21.025002],[55.452496,-20.856531],[55.709999,-20.998058]]],[[[35.452217,-21.787502],[35.424438,-21.727501],[35.483326,-21.52528],[35.49472,-21.658337],[35.452217,-21.787502]]]]},"type":"Feature","properties":{"postal":"AF","name":"Africa","type":"Continent","center":[21.041666666666647,12.605396491595144]}},"SA":{"geometry":{"type":"MultiPolygon","coordinates":[[[[-81.713058,12.490276],[-81.720146,12.545277],[-81.692368,12.590277],[-81.690979,12.532221],[-81.713058,12.490276]]],[[[-39.66893,-18.325603],[-39.704033,-19.423613],[-40.240559,-20.283819],[-40.349724,-20.234726],[-40.417503,-20.616669],[-40.813126,-20.928196],[-41.029167,-21.448891],[-40.970142,-21.982502],[-41.763062,-22.346111],[-41.987434,-22.565697],[-42.034447,-22.91917],[-43.09417,-22.953335],[-43.075836,-22.668335],[-43.254311,-22.736599],[-43.147434,-22.951807],[-43.289452,-23.013058],[-43.996948,-23.103058],[-43.606808,-23.018888],[-43.858753,-22.896807],[-44.236706,-23.0483],[-44.353752,-22.920418],[-44.675213,-23.055696],[-44.574306,-23.353683],[-44.943893,-23.362225],[-45.410835,-23.628891],[-45.415485,-23.828056],[-45.890007,-23.76778],[-46.279724,-24.025835],[-46.311668,-24.01889],[-46.274796,-23.991043],[-46.305489,-23.9191],[-46.380421,-23.868752],[-48.026115,-25.015003],[-47.914307,-25.152363],[-48.208199,-25.46014],[-48.134056,-25.284731],[-48.395004,-25.296112],[-48.480698,-25.480141],[-48.718613,-25.424725],[-48.361809,-25.579445],[-48.770142,-25.884098],[-48.581116,-25.872223],[-48.581043,-26.175695],[-48.793335,-26.132225],[-48.48695,-27.213474],[-48.62056,-27.237085],[-48.563896,-27.864445],[-48.761806,-28.490696],[-48.852779,-28.320278],[-48.842506,-28.617779],[-49.752502,-29.369724],[-50.749451,-31.081112],[-52.069656,-32.171947],[-52.086742,-31.826805],[-51.861256,-31.872917],[-51.251396,-31.471668],[-51.158962,-31.077848],[-50.97084,-31.122223],[-50.5681,-30.45755],[-50.605003,-30.194029],[-50.966393,-30.40889],[-51.27504,-30.010557],[-51.267784,-30.780834],[-51.376949,-30.651112],[-51.467781,-31.060974],[-51.963753,-31.337364],[-52.21764,-31.745003],[-52.254723,-32.055283],[-52.090767,-32.164379],[-52.639866,-33.133755],[-53.439728,-33.792229],[-54.140766,-34.664658],[-54.31292,-34.562851],[-54.278893,-34.690701],[-54.896118,-34.943611],[-55.692783,-34.77507],[-56.15834,-34.927223],[-57.111256,-34.464172],[-57.836876,-34.492783],[-58.429867,-33.835003],[-58.360558,-33.130978],[-58.141949,-33.098896],[-58.045563,-32.934723],[-58.200005,-32.448334],[-58.14653,-33.045422],[-58.425697,-33.097435],[-58.531952,-33.516945],[-58.385284,-34.050423],[-58.469727,-34.539726],[-57.188339,-35.320557],[-57.376671,-35.962784],[-57.053337,-36.314171],[-56.74535,-36.315975],[-56.678337,-36.923615],[-57.484032,-37.830421],[-57.551949,-38.113617],[-58.301117,-38.485001],[-61.094452,-38.995834],[-62.385143,-38.802643],[-62.327503,-39.260006],[-62.165977,-39.286392],[-62.024376,-39.387505],[-62.274864,-39.338474],[-62.068752,-39.508476],[-62.117088,-39.836876],[-62.309174,-39.892227],[-62.48875,-40.30257],[-62.247501,-40.601185],[-62.338337,-40.671322],[-62.195316,-40.628407],[-62.390007,-40.901947],[-63.036396,-41.149311],[-63.774727,-41.164867],[-64.804451,-40.721947],[-65.130142,-40.84417],[-65.013626,-42.092224],[-64.464455,-42.265629],[-64.600876,-42.407261],[-64.45195,-42.445839],[-64.11348,-42.43153],[-64.063065,-42.278618],[-64.328239,-42.246181],[-63.750835,-42.090004],[-63.579308,-42.615005],[-63.684517,-42.815765],[-64.098412,-42.888546],[-64.398056,-42.515839],[-64.953751,-42.661114],[-64.989449,-42.79459],[-64.296532,-42.991184],[-64.929863,-43.235836],[-65.326813,-43.661808],[-65.249451,-44.313057],[-65.689041,-44.71209],[-65.5373,-44.892292],[-65.611122,-45.020561],[-66.182785,-44.964447],[-66.946533,-45.254173],[-67.584351,-46.000298],[-67.533615,-46.422363],[-66.81855,-46.98917],[-65.775284,-47.19521],[-65.870422,-47.755558],[-66.029587,-47.76292],[-66.113892,-47.817505],[-66.229118,-47.840378],[-66.243622,-47.860283],[-65.95681,-47.786392],[-65.789795,-47.965836],[-67.585701,-49.040421],[-67.827782,-49.386391],[-67.605774,-49.264099],[-67.897232,-49.98584],[-68.273346,-50.123337],[-68.592514,-49.928612],[-69.002853,-50.009655],[-68.584938,-49.980419],[-68.373199,-50.155212],[-68.941116,-50.388062],[-69.143616,-50.881672],[-69.405975,-51.079655],[-69.192505,-50.966808],[-68.97007,-51.572781],[-69.374451,-51.556396],[-69.60952,-51.624172],[-68.990143,-51.624447],[-68.38279,-52.327362],[-69.268486,-52.208057],[-69.675697,-52.528267],[-70.811676,-52.732506],[-70.976601,-53.760906],[-71.284729,-53.886391],[-72.115013,-53.687641],[-72.452507,-53.404308],[-72.283409,-53.245007],[-72.112091,-53.257641],[-72.227364,-53.435524],[-72.105286,-53.429726],[-71.8666,-53.222851],[-71.786049,-53.429516],[-72.005844,-53.565418],[-71.797371,-53.512783],[-71.739029,-53.21521],[-71.328621,-53.100006],[-71.166534,-52.810696],[-72.019592,-53.12431],[-72.303482,-53.029449],[-72.51709,-53.062366],[-72.189522,-53.182713],[-72.647781,-53.325974],[-72.400284,-53.540283],[-73.298889,-53.160767],[-72.710281,-53.294033],[-72.792221,-53.184097],[-72.655838,-53.149101],[-72.9375,-53.102989],[-72.915848,-52.824722],[-71.475281,-52.633339],[-72.789795,-52.54285],[-72.898895,-52.625557],[-72.678345,-52.662155],[-73.005844,-52.854172],[-72.980423,-53.064724],[-73.203484,-53.106251],[-73.449348,-53.002048],[-73.235001,-52.889725],[-73.556458,-52.802326],[-73.23188,-52.787643],[-73.101112,-52.507504],[-72.91806,-52.494446],[-73.149734,-52.489723],[-73.265976,-52.669796],[-73.693611,-52.722088],[-73.549934,-52.542572],[-73.731674,-52.037506],[-73.321815,-52.223755],[-72.986252,-52.070625],[-72.986679,-52.1875],[-72.866394,-52.263893],[-72.784729,-52.062225],[-72.875496,-52.203056],[-72.943344,-52.087784],[-72.694237,-51.989101],[-72.57563,-52.321529],[-72.899445,-52.458618],[-72.491051,-52.316742],[-72.666565,-51.965244],[-72.470703,-51.935974],[-72.468903,-51.789169],[-72.712646,-51.583889],[-73.242508,-51.462986],[-72.550209,-51.73938],[-72.719734,-51.837227],[-73.283897,-51.613544],[-72.99736,-51.783333],[-73.190704,-51.876495],[-72.926956,-51.861115],[-73.140068,-51.940487],[-73.240768,-52.087223],[-73.320007,-51.726112],[-73.380669,-51.669895],[-73.316811,-52.170422],[-73.649139,-51.834515],[-73.399452,-52.017223],[-73.586708,-51.756355],[-73.471321,-51.694134],[-73.700356,-51.789169],[-73.905838,-51.622505],[-73.9048,-51.377293],[-73.604942,-51.628407],[-73.71167,-51.159729],[-74.083755,-51.20903],[-74.247368,-50.927708],[-73.851395,-50.916672],[-73.751671,-50.661739],[-73.533134,-50.714237],[-73.72258,-50.5457],[-73.571739,-50.404343],[-74.04348,-50.82806],[-74.289238,-50.480488],[-73.890907,-50.546841],[-74.693336,-50.177433],[-74.348755,-50.088615],[-74.203613,-50.217781],[-73.867332,-50.288891],[-74.370842,-49.992085],[-73.890144,-50.074863],[-74.324875,-49.867783],[-74.063339,-49.715557],[-74.299103,-49.739101],[-74.243271,-49.571182],[-73.947716,-49.559238],[-73.881256,-49.667645],[-73.723618,-49.789169],[-73.874031,-49.531876],[-74.121811,-49.413754],[-74.068336,-49.262783],[-73.917503,-49.347225],[-73.847855,-49.3466],[-74.0289,-49.093056],[-73.831184,-49.032227],[-74.043335,-49.02195],[-74.215981,-49.532223],[-74.373901,-49.427505],[-74.450142,-48.815697],[-74.064651,-48.743683],[-74.397575,-48.611946],[-74.046677,-48.547783],[-74.021118,-48.413612],[-74.656883,-48.029728],[-74.41494,-47.987709],[-74.21521,-48.231808],[-74.327782,-48.005001],[-73.771812,-48.029724],[-73.553345,-48.245834],[-73.349167,-48.197502],[-73.284866,-48.154034],[-73.273758,-48.093338],[-73.486534,-48.122921],[-73.654205,-47.9091],[-73.487785,-47.985004],[-73.226601,-48.003025],[-73.713615,-47.780144],[-73.726288,-47.531391],[-73.771255,-47.786533],[-73.934448,-47.846947],[-74.741394,-47.71146],[-74.560562,-47.550976],[-74.237511,-47.752087],[-74.257156,-47.632919],[-74.046677,-47.620209],[-74.52813,-47.434311],[-74.319595,-47.219864],[-74.105286,-47.347504],[-73.938271,-47.034447],[-74.26577,-46.787571],[-74.618622,-46.785561],[-74.504036,-46.903057],[-75.008621,-46.751945],[-74.94529,-46.442711],[-75.598068,-46.703056],[-75.419731,-46.71521],[-75.413071,-46.933891],[-75.717514,-46.725281],[-74.821671,-46.112785],[-74.674866,-45.826805],[-74.368614,-45.792366],[-74.110703,-45.835835],[-74.161537,-46.137505],[-74.055008,-45.984795],[-73.972649,-46.088615],[-74.311676,-46.249168],[-74.484505,-46.184013],[-74.332642,-46.265423],[-74.046463,-46.197849],[-73.863068,-46.347504],[-74.017365,-46.213509],[-73.892296,-46.138752],[-73.766815,-46.296253],[-73.993828,-46.559311],[-73.846542,-46.592087],[-73.425568,-46.074448],[-73.687851,-46.315002],[-73.665146,-45.980488],[-73.184242,-45.668339],[-73.579872,-45.778267],[-73.514664,-45.455696],[-73.214935,-45.30146],[-73.014732,-45.448753],[-72.827225,-45.422501],[-73.259865,-45.245007],[-73.457367,-45.275558],[-73.305489,-45.147747],[-73.39679,-44.994514],[-73.142502,-44.94445],[-72.766113,-44.753334],[-72.613892,-44.472778],[-73.289383,-44.146877],[-72.84584,-43.776672],[-73.042099,-43.733837],[-73.116119,-43.442921],[-72.88501,-43.042503],[-72.745285,-43.04834],[-72.856949,-42.566811],[-72.539795,-42.554169],[-72.84903,-42.288822],[-72.604385,-42.184376],[-72.421463,-42.445972],[-72.46167,-41.973476],[-72.859451,-41.906952],[-72.350571,-41.652504],[-72.310013,-41.435837],[-72.578476,-41.708893],[-72.935837,-41.483269],[-73.195419,-41.788197],[-73.74556,-41.754375],[-73.684731,-41.626671],[-73.562851,-41.611183],[-73.497719,-41.519932],[-73.871117,-41.479172],[-73.994316,-40.966946],[-73.745422,-40.509655],[-73.714867,-39.98167],[-73.404175,-39.885002],[-73.224037,-39.416878],[-73.677094,-37.347294],[-73.586876,-37.152569],[-73.203758,-37.161808],[-73.129456,-36.682503],[-72.981537,-36.699032],[-72.796051,-35.975071],[-72.5914,-35.802502],[-72.647781,-35.574032],[-72.210838,-35.085281],[-72.016808,-34.144379],[-71.655014,-33.662506],[-71.756256,-33.105419],[-71.446671,-32.665001],[-71.695847,-30.506668],[-71.28965,-29.909655],[-71.510284,-28.895],[-70.913895,-27.624447],[-70.966675,-27.179169],[-70.785355,-26.988821],[-70.638062,-26.301392],[-70.731255,-25.815905],[-70.433624,-25.260281],[-70.583344,-24.716112],[-70.391113,-23.561947],[-70.622093,-23.499653],[-70.574722,-23.066948],[-70.286118,-22.886877],[-70.053345,-21.425652],[-70.210426,-20.801668],[-70.124733,-19.974445],[-70.312019,-18.437502],[-71.301682,-17.71167],[-71.49424,-17.302225],[-75.051392,-15.465973],[-75.933891,-14.651875],[-76.394798,-13.884168],[-76.196945,-13.418335],[-76.799728,-12.390279],[-77.175697,-12.070901],[-77.304733,-11.510973],[-77.647713,-11.297848],[-77.679459,-10.934168],[-78.994591,-8.219654],[-79.372513,-7.852778],[-79.980011,-6.768612],[-81.174728,-6.086667],[-81.151535,-5.855695],[-80.939034,-5.860139],[-80.872856,-5.644584],[-81.203827,-5.204445],[-81.085007,-5.017778],[-81.355148,-4.6875],[-81.276398,-4.280834],[-80.532295,-3.510208],[-79.956322,-3.207778],[-79.726814,-2.596945],[-79.844101,-2.378195],[-79.762924,-2.014028],[-79.905838,-2.559306],[-80.064728,-2.573334],[-79.955841,-2.316111],[-80.252228,-2.733195],[-80.975006,-2.216945],[-80.73098,-1.937917],[-80.912788,-1.036528],[-80.57605,-0.897708],[-80.433266,-0.569514],[-80.376534,-0.634583],[-80.269722,-0.625382],[-80.501183,-0.372569],[-80.06945,0.060417],[-80.100838,0.770278],[-78.88929,1.238367],[-78.809723,1.437778],[-79.050285,1.631805],[-78.84494,1.836528],[-78.587502,1.767153],[-78.686874,2.193472],[-78.565292,2.429166],[-78.455566,2.504166],[-78.346458,2.437847],[-77.986954,2.5225],[-77.937469,2.650903],[-77.745422,2.610416],[-77.781113,2.756389],[-77.032715,3.918402],[-77.265419,3.840139],[-77.187225,4.060277],[-77.366257,3.925972],[-77.434448,4.031388],[-77.242302,4.260902],[-77.382439,4.342152],[-77.347778,5.240555],[-77.532227,5.518888],[-77.240845,5.758194],[-77.488892,6.185347],[-77.340424,6.567361],[-77.889725,7.228889],[-77.744034,7.719999],[-77.577438,7.52618],[-77.215561,7.937222],[-77.468582,8.4717],[-77.366669,8.674999],[-76.834106,8.129096],[-76.923889,7.936041],[-76.757919,7.919166],[-76.773827,8.411249],[-76.928345,8.568333],[-76.317513,8.93861],[-76.089737,9.335833],[-75.634315,9.448194],[-75.547073,10.417894],[-75.264137,10.798992],[-74.860809,11.125486],[-74.292229,10.999026],[-74.591743,10.877638],[-74.395004,10.742152],[-74.155014,11.331388],[-73.284454,11.295555],[-72.258621,11.889166],[-72.157921,12.241109],[-71.93779,12.162777],[-71.661537,12.463888],[-71.275703,12.34611],[-71.11084,12.075555],[-71.378616,11.753332],[-71.96917,11.546248],[-71.577927,10.71611],[-72.125351,9.818193],[-71.623894,9.043055],[-71.055977,9.33875],[-71.073402,9.85111],[-71.545708,10.568332],[-71.492859,10.96104],[-70.047791,11.517776],[-69.801392,11.427221],[-69.816536,11.690971],[-70.235977,11.628888],[-70.286667,11.920277],[-70.014313,12.197498],[-69.631813,11.467638],[-68.843681,11.447083],[-68.418335,11.179998],[-68.114243,10.484929],[-66.229874,10.640554],[-65.814453,10.228333],[-65.08139,10.060555],[-64.182053,10.45655],[-63.697502,10.485554],[-64.235695,10.514374],[-64.264587,10.657777],[-61.879589,10.728332],[-62.331112,10.531665],[-62.912296,10.528749],[-63.004238,10.452985],[-62.872505,10.524444],[-62.837711,10.397291],[-62.934307,10.418471],[-63.003685,10.394165],[-62.998409,10.271597],[-62.790089,10.401334],[-62.63063,10.107151],[-63.015976,10.095694],[-62.805283,10.00861],[-62.615765,10.093193],[-62.577503,10.225139],[-62.322643,9.712083],[-62.2057,9.914026],[-62.196114,9.641665],[-62.027435,9.866423],[-62.178894,10.014722],[-61.735836,9.600937],[-61.800919,9.812276],[-61.59771,9.782777],[-61.619865,9.905277],[-60.959724,9.532499],[-60.783615,9.304998],[-60.987785,9.18861],[-61.084587,9.097499],[-60.950489,9.175138],[-61.097778,8.963333],[-61.210209,8.595138],[-61.595421,8.616943],[-61.598892,8.554998],[-61.32917,8.430832],[-61.077507,8.493055],[-61.073544,8.402916],[-60.981255,8.564444],[-60.205833,8.621944],[-59.129307,8.039999],[-58.468544,7.337569],[-58.637089,6.421944],[-58.419724,6.870277],[-57.986389,6.790555],[-57.519188,6.270767],[-57.194309,6.139305],[-57.248505,5.486111],[-56.964447,5.997083],[-56.017784,5.818333],[-55.899559,5.671908],[-55.922714,5.876076],[-55.768063,5.967222],[-55.127968,5.822173],[-54.864449,5.855138],[-55.144726,5.934166],[-55.047367,6.001805],[-54.204727,5.879722],[-53.990211,5.746944],[-54.166679,5.347403],[-53.911392,5.750278],[-52.973198,5.473055],[-52.023476,4.685694],[-52.040695,4.334583],[-51.915558,4.646527],[-51.794449,4.605556],[-51.684067,4.034163],[-51.540283,4.15361],[-51.447784,3.9725],[-51.54813,4.385694],[-51.259308,4.1525],[-50.679726,2.164722],[-50.445282,1.825833],[-49.932083,1.70993],[-49.89299,1.324236],[-50.110558,1.213403],[-49.903198,1.174444],[-50.450005,0.661806],[-50.760422,0.195972],[-51.297501,-0.191389],[-51.700005,-0.7525],[-51.712296,-1.02382],[-51.919659,-1.166736],[-51.927505,-1.334861],[-52.227642,-1.344931],[-52.706951,-1.603056],[-52.293335,-1.535],[-52.208469,-1.692079],[-51.449451,-1.327083],[-50.852921,-0.915],[-50.814587,-1.444583],[-50.667229,-1.771667],[-50.814728,-1.898334],[-51.336597,-1.647431],[-51.52195,-2.046389],[-51.447227,-2.279167],[-51.308231,-1.76691],[-50.991116,-2.029583],[-51.029167,-2.345],[-50.996113,-2.417778],[-50.843822,-2.5075],[-51.006252,-2.339861],[-50.98431,-2.069167],[-50.716457,-2.223264],[-50.822922,-1.96],[-50.677956,-1.810444],[-50.416389,-1.952222],[-49.280907,-1.717708],[-49.490005,-2.565],[-49.190559,-1.898056],[-48.97049,-1.840556],[-48.697227,-1.469167],[-48.427223,-1.660278],[-48.413612,-1.499444],[-48.188961,-1.46625],[-48.499725,-1.461458],[-48.481182,-1.304861],[-48.339798,-1.3175],[-48.23806,-0.867778],[-47.744587,-0.637361],[-47.39806,-0.812778],[-47.459587,-0.595],[-47.285561,-0.599167],[-46.959728,-0.702778],[-46.960003,-0.898472],[-46.826672,-0.713194],[-46.630138,-0.825625],[-46.610001,-1.0375],[-46.41806,-1.0375],[-46.191948,-0.9575],[-46.259449,-1.177778],[-46.046669,-1.210278],[-45.975697,-1.0775],[-45.86153,-1.259514],[-45.735558,-1.18],[-45.696182,-1.368681],[-45.446945,-1.310833],[-45.462227,-1.545556],[-45.324726,-1.314722],[-45.350697,-1.736806],[-45.158756,-1.480417],[-44.858894,-1.430625],[-44.951393,-1.601667],[-44.489727,-1.986667],[-44.654934,-2.323681],[-44.450836,-2.146389],[-44.360558,-2.341945],[-44.582088,-2.566806],[-44.786392,-3.2975],[-44.423061,-2.934445],[-44.356949,-2.526667],[-44.063339,-2.405834],[-44.340351,-2.827361],[-44.190632,-2.763403],[-44.198334,-2.868889],[-43.928337,-2.548472],[-43.448334,-2.537778],[-43.477711,-2.382778],[-43.347504,-2.365834],[-42.23584,-2.837778],[-41.870834,-2.732223],[-41.24807,-3.023554],[-41.222778,-2.880278],[-39.998753,-2.846528],[-38.496532,-3.724861],[-37.174446,-4.918612],[-36.684586,-5.098473],[-35.479729,-5.166112],[-34.980278,-6.406389],[-34.901291,-7.125252],[-34.831291,-6.981797],[-34.846394,-8.062918],[-35.327507,-9.228889],[-36.389862,-10.489167],[-37.011948,-10.929724],[-37.032295,-10.928751],[-37.025284,-10.858891],[-37.092224,-10.743891],[-37.155697,-10.754028],[-37.073059,-10.967224],[-37.154514,-11.099792],[-37.275627,-11.025208],[-37.20723,-11.219446],[-37.37188,-11.429862],[-37.290142,-11.211251],[-37.342361,-11.187501],[-38.041389,-12.633057],[-38.474655,-13.016598],[-38.507366,-12.726459],[-38.69799,-12.581112],[-38.818268,-12.843542],[-38.901115,-12.705557],[-38.857643,-12.849862],[-38.730141,-12.871251],[-39.057091,-13.380279],[-39.080284,-13.538334],[-38.963474,-13.686112],[-39.03653,-14.175001],[-38.9207,-13.925139],[-39.066669,-14.650418],[-38.871948,-15.874168],[-39.20903,-17.166115],[-39.132225,-17.686321],[-39.66893,-18.325603]]],[[[-64.055557,10.857222],[-64.405701,10.970138],[-64.378342,11.056943],[-64.042786,10.987638],[-63.884933,11.175623],[-63.815002,10.978054],[-64.055557,10.857222]]],[[[-65.281113,10.880278],[-65.393341,10.906944],[-65.416122,10.927221],[-65.212158,10.954165],[-65.281113,10.880278]]],[[[-60.858322,9.064959],[-60.943336,9.022221],[-61.061394,8.896944],[-61.096668,8.890901],[-61.070625,8.971318],[-60.858322,9.064959]]],[[[-60.910278,8.894165],[-61.01973,8.846943],[-61.046394,8.843887],[-60.880348,9.026526],[-60.910278,8.894165]]],[[[-61.163612,8.688332],[-61.042503,8.82111],[-60.860558,8.853333],[-60.976112,8.725832],[-61.163612,8.688332]]],[[[-60.92334,8.618332],[-60.988617,8.635555],[-60.809448,8.716944],[-60.823338,8.65236],[-60.92334,8.618332]]],[[[-61.048058,8.639721],[-61.177227,8.676665],[-60.937782,8.721249],[-60.996811,8.652638],[-61.048058,8.639721]]],[[[-61.129173,8.501665],[-61.263683,8.510206],[-60.998062,8.596943],[-61.040558,8.514165],[-61.129173,8.501665]]],[[[-61.246948,8.474722],[-61.405281,8.485832],[-61.543545,8.548679],[-61.279449,8.569721],[-61.263599,8.49993],[-61.18507,8.496736],[-61.246948,8.474722]]],[[[-77.399445,4.322223],[-77.319733,4.251666],[-77.548546,4.19618],[-77.433205,4.331666],[-77.399445,4.322223]]],[[[-78.125565,2.499444],[-78.214867,2.576389],[-78.191261,2.639166],[-78.10556,2.595972],[-78.125565,2.499444]]],[[[-50.485001,2.1175],[-50.517227,2.203055],[-50.405556,2.193611],[-50.404724,2.146389],[-50.485001,2.1175]]],[[[-50.404724,1.88],[-50.499451,2.077777],[-50.378891,2.133333],[-50.298336,1.961805],[-50.404724,1.88]]],[[[-50.024445,0.929722],[-50.074448,0.981111],[-49.947784,1.054444],[-49.942368,0.998889],[-50.024445,0.929722]]],[[[-50.245003,0.744167],[-50.204449,0.877083],[-50.010559,0.919583],[-50.069168,0.788611],[-50.245003,0.744167]]],[[[-50.254173,0.341944],[-50.30806,0.506389],[-50.059864,0.643055],[-50.023056,0.541944],[-50.254173,0.341944]]],[[[-50.441116,0.171111],[-50.536392,0.222361],[-50.377781,0.618333],[-50.31778,0.308889],[-50.441116,0.171111]]],[[[-49.895016,0],[-50.349865,0.021806],[-50.391945,0.189722],[-49.675835,0.32],[-49.895016,0]]],[[[-50.437141,0],[-50.539726,-0.023472],[-50.657784,0.152361],[-50.472778,0.154167],[-50.437141,0]]],[[[-91.603622,0],[-91.391815,0.124722],[-91.202927,-0.032639],[-90.810837,-0.7325],[-90.926598,-0.9675],[-91.440567,-0.996389],[-91.454727,-0.799722],[-91.083679,-0.589757],[-91.436043,-0.017917],[-91.603622,0]]],[[[-49.769829,0],[-49.52417,0.075278],[-49.381111,-0.068611],[-49.694725,-0.156389],[-49.839729,-0.098889],[-49.769829,0]]],[[[-50.901672,-0.0475],[-50.834171,0.059167],[-50.697918,0.019722],[-50.707363,0.006389],[-50.901672,-0.0475]]],[[[-50.85778,-0.283056],[-51.027229,-0.224167],[-50.972778,-0.09],[-50.5625,-0.054167],[-50.85778,-0.283056]]],[[[-48.876671,-1.487778],[-49.672501,-1.776667],[-49.757572,-1.63875],[-49.812988,-1.814445],[-50.05431,-1.708472],[-50.579517,-1.798681],[-50.814312,-1.329514],[-50.781113,-1.151945],[-50.56945,-1.101944],[-50.796951,-0.971944],[-50.775002,-0.644167],[-50.55743,-0.678611],[-50.726395,-0.497778],[-50.646667,-0.2625],[-50.328896,-0.100278],[-49.645561,-0.248333],[-49.190002,-0.135833],[-48.410278,-0.262127],[-48.539169,-0.900278],[-48.876671,-1.487778]]],[[[-51.390007,-0.486111],[-51.238892,-0.201667],[-51.099308,-0.124444],[-51.137505,-0.285278],[-51.390007,-0.486111]]],[[[-90.605835,-0.375556],[-90.82653,-0.337917],[-90.834732,-0.176944],[-90.598892,-0.231667],[-90.605835,-0.375556]]],[[[-50.846947,-0.363056],[-50.902782,-0.346389],[-50.751461,-0.227917],[-50.763336,-0.330278],[-50.846947,-0.363056]]],[[[-91.498901,-0.496111],[-91.663895,-0.316111],[-91.469032,-0.249444],[-91.396675,-0.44],[-91.498901,-0.496111]]],[[[-51.115562,-0.544167],[-51.130142,-0.399306],[-51.03056,-0.285556],[-50.948475,-0.357917],[-51.047501,-0.398889],[-51.115562,-0.544167]]],[[[-50.983894,-0.576389],[-50.878334,-0.385278],[-50.776947,-0.383889],[-50.796951,-0.485278],[-50.983894,-0.576389]]],[[[-51.072227,-0.554167],[-51.061394,-0.472778],[-50.902225,-0.378681],[-50.959728,-0.507361],[-51.072227,-0.554167]]],[[[-90.338623,-0.781389],[-90.539589,-0.691944],[-90.488068,-0.528333],[-90.187096,-0.54625],[-90.338623,-0.781389]]],[[[-51.90139,-1.476667],[-51.884861,-1.183403],[-51.662224,-1.083333],[-51.609726,-0.733889],[-51.198334,-0.530278],[-51.27681,-1.02],[-51.90139,-1.476667]]],[[[-51.140007,-0.962222],[-51.070282,-0.694445],[-50.813614,-0.576111],[-50.823757,-0.691528],[-50.923615,-0.719722],[-51.140007,-0.962222]]],[[[-89.53334,-0.958611],[-89.617508,-0.897917],[-89.257233,-0.689444],[-89.41584,-0.92],[-89.53334,-0.958611]]],[[[-50.93528,-0.846389],[-50.918755,-0.726528],[-50.842781,-0.727778],[-50.850559,-0.814583],[-50.93528,-0.846389]]],[[[-51.387505,-1.215],[-51.248894,-1.024722],[-51.203056,-0.841667],[-51.239449,-1.143889],[-51.387505,-1.215]]],[[[-50.973045,-0.86898],[-51.019447,-0.991667],[-51.178059,-1.092083],[-51.140839,-0.986111],[-50.973045,-0.86898]]],[[[-46.52417,-1.022222],[-46.536671,-0.939306],[-46.471252,-0.880833],[-46.440281,-1.003333],[-46.52417,-1.022222]]],[[[-48.347778,-1.218889],[-48.466324,-1.155556],[-48.410767,-1.074931],[-48.324932,-1.074306],[-48.347778,-1.218889]]],[[[-45.676392,-1.361945],[-45.689724,-1.358472],[-45.628754,-1.127917],[-45.634171,-1.346389],[-45.676392,-1.361945]]],[[[-90.440567,-1.356111],[-90.523056,-1.306667],[-90.479034,-1.218472],[-90.369171,-1.26382],[-90.440567,-1.356111]]],[[[-44.993614,-1.4025],[-44.975563,-1.261667],[-44.878128,-1.286945],[-44.884171,-1.332222],[-44.993614,-1.4025]]],[[[-52.418335,-1.5275],[-52.431114,-1.466389],[-52.168617,-1.408334],[-52.259171,-1.468611],[-52.418335,-1.5275]]],[[[-52.200836,-1.646667],[-52.172226,-1.497222],[-51.915146,-1.520278],[-52.162506,-1.599583],[-52.200836,-1.646667]]],[[[-44.769173,-1.672222],[-44.78334,-1.619167],[-44.684448,-1.56625],[-44.661667,-1.660486],[-44.769173,-1.672222]]],[[[-48.97084,-1.799722],[-49.046532,-1.708333],[-48.911812,-1.575834],[-48.900841,-1.63],[-48.97084,-1.799722]]],[[[-49.138618,-1.866945],[-49.098755,-1.748472],[-49.054863,-1.722847],[-49.02417,-1.829167],[-49.138618,-1.866945]]],[[[-50.846115,-2.003889],[-51.036118,-1.975833],[-51.143963,-1.824514],[-50.865696,-1.909028],[-50.846115,-2.003889]]],[[[-80.211395,-3.036667],[-80.208069,-2.726111],[-79.902786,-2.722084],[-80.123337,-3.014861],[-80.211395,-3.036667]]],[[[-44.590004,-3.062778],[-44.577507,-2.801945],[-44.483894,-2.71],[-44.494724,-2.948125],[-44.590004,-3.062778]]],[[[-38.779724,-13.135279],[-38.794308,-13.06014],[-38.644653,-12.891807],[-38.595142,-12.990834],[-38.779724,-13.135279]]],[[[-38.941391,-13.565279],[-39.042088,-13.459723],[-39.033543,-13.392431],[-38.903893,-13.395279],[-38.941391,-13.565279]]],[[[-44.323891,-23.221111],[-44.36681,-23.163612],[-44.23167,-23.071669],[-44.084587,-23.168821],[-44.323891,-23.221111]]],[[[-45.24334,-23.967224],[-45.447918,-23.917501],[-45.321949,-23.726948],[-45.222366,-23.777363],[-45.24334,-23.967224]]],[[[-46.317848,-23.931366],[-46.284225,-23.987703],[-46.41053,-23.956808],[-46.386906,-23.924097],[-46.317848,-23.931366]]],[[[-48.585838,-26.425556],[-48.705696,-26.308821],[-48.52639,-26.170559],[-48.485001,-26.231529],[-48.585838,-26.425556]]],[[[-48.556671,-27.822781],[-48.51778,-27.433197],[-48.413544,-27.392918],[-48.406395,-27.592781],[-48.556671,-27.822781]]],[[[-61.893333,-39.243614],[-62.061115,-39.166672],[-62.092365,-39.087643],[-61.890003,-39.140488],[-61.893333,-39.243614]]],[[[-74.252502,-42.991669],[-74.061813,-41.813477],[-73.503342,-41.841534],[-73.38028,-42.285004],[-73.667229,-42.358753],[-73.616745,-42.5107],[-73.820976,-42.514313],[-73.500633,-42.80035],[-73.652092,-42.935417],[-73.491608,-43.115833],[-73.780212,-43.12743],[-73.714737,-43.370285],[-73.866463,-43.398197],[-74.389175,-43.267227],[-74.252502,-42.991669]]],[[[-73.436508,-42.554939],[-73.625702,-42.447918],[-73.650421,-42.379864],[-73.53376,-42.386948],[-73.436508,-42.554939]]],[[[-74.785568,-43.648895],[-74.857368,-43.55764],[-74.634521,-43.60181],[-74.737503,-43.622505],[-74.785568,-43.648895]]],[[[-73.992783,-43.940002],[-74.152992,-43.820351],[-73.789734,-43.821671],[-73.764038,-43.889309],[-73.992783,-43.940002]]],[[[-73.165283,-44.029167],[-73.283897,-43.983059],[-73.256958,-43.90889],[-73.140015,-43.896118],[-73.165283,-44.029167]]],[[[-73.656403,-44.137505],[-73.755424,-43.996948],[-73.728622,-43.938896],[-73.634445,-44.010002],[-73.656403,-44.137505]]],[[[-73.866669,-44.199173],[-73.977646,-44.180977],[-74.011536,-44.144726],[-73.915558,-44.101395],[-73.866669,-44.199173]]],[[[-74.007233,-44.332504],[-74.124451,-44.199932],[-74.063339,-44.151531],[-73.950836,-44.240562],[-74.007233,-44.332504]]],[[[-73.855835,-44.338341],[-73.955009,-44.324867],[-73.972366,-44.280422],[-73.80098,-44.273338],[-73.855835,-44.338341]]],[[[-73.967285,-44.43483],[-74.071396,-44.395004],[-74.106529,-44.326809],[-73.93119,-44.357296],[-73.967285,-44.43483]]],[[[-72.870407,-44.738052],[-73.276955,-44.941113],[-73.408066,-44.823891],[-73.206955,-44.800419],[-73.46299,-44.646114],[-72.998062,-44.367226],[-72.718338,-44.535282],[-72.978683,-44.608059],[-72.870407,-44.738052]]],[[[-74.401672,-44.550835],[-74.54258,-44.462574],[-74.218895,-44.465557],[-74.412506,-44.512779],[-74.401672,-44.550835]]],[[[-74.045288,-44.55806],[-74.129456,-44.532501],[-74.129456,-44.448334],[-73.957787,-44.485004],[-74.045288,-44.55806]]],[[[-74.325562,-44.581673],[-74.292374,-44.502918],[-74.139175,-44.55056],[-74.189728,-44.560562],[-74.325562,-44.581673]]],[[[-73.74556,-44.743614],[-73.825562,-44.584724],[-73.692368,-44.543613],[-73.5914,-44.712086],[-73.74556,-44.743614]]],[[[-74.785843,-44.687782],[-74.825012,-44.628616],[-74.807228,-44.550423],[-74.72612,-44.597778],[-74.785843,-44.687782]]],[[[-74.263062,-44.807503],[-74.41098,-44.637085],[-73.8741,-44.693478],[-74.015839,-44.721115],[-74.263062,-44.807503]]],[[[-74.466675,-44.699448],[-74.628891,-44.698334],[-74.673615,-44.668617],[-74.55278,-44.623611],[-74.466675,-44.699448]]],[[[-74.38501,-44.860283],[-74.465004,-44.830212],[-74.52813,-44.746113],[-74.427231,-44.721394],[-74.38501,-44.860283]]],[[[-73.692184,-44.837082],[-73.746674,-44.756321],[-73.606674,-44.743336],[-73.618752,-44.828339],[-73.692184,-44.837082]]],[[[-73.844437,-44.957436],[-73.930008,-44.883057],[-73.900284,-44.773613],[-73.770279,-44.902229],[-73.844437,-44.957436]]],[[[-74.041946,-44.858894],[-74.170837,-44.827225],[-74.184586,-44.815834],[-73.965569,-44.778614],[-74.041946,-44.858894]]],[[[-75.085556,-44.927223],[-75.150284,-44.828896],[-75.092369,-44.776535],[-75.023064,-44.847919],[-75.085556,-44.927223]]],[[[-74.277237,-45.030838],[-74.168335,-44.866669],[-73.912094,-44.955421],[-74.190285,-44.994587],[-74.277237,-45.030838]]],[[[-73.7314,-45.284447],[-74.224724,-45.169586],[-74.239037,-45.075558],[-73.84668,-45.002785],[-73.7314,-45.284447]]],[[[-74.336411,-45.298271],[-74.420151,-45.240284],[-74.392365,-45.154587],[-74.272232,-45.21209],[-74.336411,-45.298271]]],[[[-74.000565,-45.357224],[-74.166122,-45.250557],[-73.784454,-45.311951],[-73.802231,-45.349449],[-74.000565,-45.357224]]],[[[-74.387787,-45.397781],[-74.493057,-45.352226],[-74.52285,-45.299793],[-74.377228,-45.295006],[-74.387787,-45.397781]]],[[[-73.920563,-45.434174],[-74.023895,-45.403339],[-73.82431,-45.375561],[-73.823341,-45.408337],[-73.920563,-45.434174]]],[[[-74.139175,-45.579445],[-74.060143,-45.42292],[-73.819931,-45.460487],[-73.864594,-45.567085],[-74.0457,-45.517365],[-74.139175,-45.579445]]],[[[-73.652512,-45.761116],[-73.781952,-45.67028],[-73.704033,-45.444725],[-73.582024,-45.470978],[-73.652512,-45.761116]]],[[[-74.458618,-45.779167],[-74.446671,-45.487503],[-74.302505,-45.475281],[-74.228897,-45.673058],[-74.458618,-45.779167]]],[[[-73.986954,-45.724724],[-74.111397,-45.617226],[-74.0289,-45.538612],[-73.896812,-45.617783],[-73.986954,-45.724724]]],[[[-74.701355,-45.732124],[-74.669174,-45.617783],[-74.54126,-45.582783],[-74.580559,-45.740559],[-74.701355,-45.732124]]],[[[-74.023056,-45.918892],[-74.105141,-45.786945],[-74.034172,-45.736946],[-73.962509,-45.788063],[-74.023056,-45.918892]]],[[[-73.908615,-45.989174],[-73.902512,-45.873611],[-73.726677,-45.801254],[-73.700005,-45.893753],[-73.8032,-45.885418],[-73.908615,-45.989174]]],[[[-75.071396,-46.097458],[-74.95195,-46.009865],[-75.104179,-45.876114],[-74.722305,-45.803406],[-74.803345,-46.032501],[-75.071396,-46.097458]]],[[[-73.688614,-46.030006],[-73.819939,-45.99757],[-73.778061,-45.905006],[-73.708618,-45.925285],[-73.688614,-46.030006]]],[[[-73.773056,-46.211945],[-73.934868,-46.071667],[-73.909454,-46.018612],[-73.683334,-46.076668],[-73.773056,-46.211945]]],[[[-74.171112,-47.174446],[-74.185982,-47.027225],[-73.976677,-47.053616],[-74.080566,-47.14917],[-74.171112,-47.174446]]],[[[-74.465286,-47.160561],[-74.481537,-47.08181],[-74.31237,-47.065559],[-74.332779,-47.108612],[-74.465286,-47.160561]]],[[[-74.997223,-47.786667],[-75.05307,-47.755562],[-75.076675,-47.697227],[-74.904594,-47.758892],[-74.997223,-47.786667]]],[[[-75.183014,-47.837845],[-75.30098,-47.772087],[-75.121948,-47.703896],[-75.065842,-47.804794],[-75.183014,-47.837845]]],[[[-74.317505,-47.983894],[-74.497513,-47.914169],[-74.273476,-47.801254],[-73.800285,-47.891254],[-74.317505,-47.983894]]],[[[-74.887512,-48.070282],[-75.070122,-47.987808],[-75.264938,-48.03014],[-74.830292,-47.807922],[-74.887512,-48.070282]]],[[[-75.201004,-48.699791],[-75.295013,-48.436668],[-75.557091,-48.406116],[-75.347229,-48.297989],[-75.550568,-48.313061],[-75.510292,-48.034031],[-75.335846,-48.018616],[-75.083618,-48.508339],[-75.201004,-48.699791]]],[[[-75.025558,-48.444725],[-75.195007,-48.229172],[-75.253761,-48.072224],[-74.803963,-48.182781],[-75.025558,-48.444725]]],[[[-74.525558,-48.340279],[-74.599457,-48.235558],[-74.566391,-48.120975],[-74.366676,-48.258472],[-74.525558,-48.340279]]],[[[-74.623016,-48.692184],[-75.031403,-48.511112],[-74.710426,-48.456394],[-74.738754,-48.123894],[-74.484726,-48.59584],[-74.623016,-48.692184]]],[[[-74.273056,-48.467781],[-74.458199,-48.386532],[-74.491531,-48.354168],[-74.310005,-48.285557],[-74.273056,-48.467781]]],[[[-74.065842,-48.491394],[-74.180145,-48.443199],[-74.242783,-48.371948],[-74.06279,-48.421669],[-74.065842,-48.491394]]],[[[-74.434616,-48.525566],[-74.494034,-48.398338],[-74.301399,-48.478615],[-74.336121,-48.50528],[-74.434616,-48.525566]]],[[[-75.604721,-48.688881],[-75.441254,-48.61681],[-75.649734,-48.618614],[-75.621399,-48.446529],[-75.34021,-48.435909],[-75.320007,-48.602226],[-75.604721,-48.688881]]],[[[-75.612793,-48.796951],[-75.647636,-48.705486],[-75.28334,-48.695282],[-75.318069,-48.738617],[-75.612793,-48.796951]]],[[[-75.129181,-48.83445],[-75.247574,-48.770073],[-75.068344,-48.635975],[-75.056671,-48.702507],[-75.129181,-48.83445]]],[[[-75.005844,-48.744446],[-74.991394,-48.648895],[-74.827026,-48.663544],[-74.935837,-48.731392],[-75.005844,-48.744446]]],[[[-74.762787,-50.055557],[-74.870071,-50.010212],[-74.666603,-49.946949],[-74.886047,-49.95792],[-74.919868,-49.686115],[-74.655632,-49.360767],[-75.005981,-49.511112],[-75.017227,-49.899445],[-75.465843,-49.316181],[-75.167511,-49.502502],[-75.317467,-49.266319],[-74.91806,-49.336113],[-74.827225,-49.09584],[-75.060982,-48.84042],[-74.741539,-48.680279],[-74.523476,-48.753059],[-74.443344,-49.306671],[-74.595039,-49.718334],[-74.467644,-49.62542],[-74.414169,-49.739033],[-74.478889,-49.948338],[-74.762787,-50.055557]]],[[[-75.206528,-48.994659],[-75.226395,-48.966949],[-75.309517,-48.800076],[-75.08223,-48.889168],[-75.206528,-48.994659]]],[[[-75.257782,-49.081947],[-75.32251,-48.954445],[-75.5,-49.046394],[-75.650848,-48.900558],[-75.314453,-48.863617],[-75.257782,-49.081947]]],[[[-75.514175,-49.27195],[-75.656403,-49.213894],[-75.342224,-48.98806],[-75.285423,-49.096809],[-75.514175,-49.27195]]],[[[-74.95224,-49.278023],[-75.045837,-49.205284],[-75.236328,-49.136112],[-74.975975,-49.029865],[-74.95224,-49.278023]]],[[[-74.428741,-49.614517],[-74.449722,-49.485001],[-74.426117,-49.426811],[-74.287094,-49.549587],[-74.428741,-49.614517]]],[[[-75.179459,-49.904724],[-75.559593,-49.834446],[-75.603477,-49.661533],[-75.359726,-49.624168],[-75.179459,-49.904724]]],[[[-75.055084,-50.299454],[-75.233894,-50.440559],[-75.217033,-50.307198],[-75.459732,-50.361534],[-75.374451,-50.148338],[-75.145004,-50.249031],[-75.40049,-50.044029],[-74.800697,-50.126671],[-75.055084,-50.299454]]],[[[-74.757782,-50.500282],[-74.755913,-50.391808],[-74.546539,-50.379448],[-74.55751,-50.405556],[-74.757782,-50.500282]]],[[[-74.209167,-50.851669],[-74.56279,-50.665283],[-74.42556,-50.526253],[-74.66758,-50.478477],[-74.363892,-50.491394],[-74.209167,-50.851669]]],[[[-75.328125,-50.792671],[-75.514458,-50.659729],[-75.374458,-50.615837],[-75.46077,-50.494099],[-75.090149,-50.503059],[-75.328125,-50.792671]]],[[[-75.06501,-50.798756],[-75.111885,-50.717918],[-74.989731,-50.65403],[-74.986122,-50.808475],[-75.06501,-50.798756]]],[[[-74.698898,-50.891113],[-74.924873,-50.855698],[-74.952644,-50.728756],[-74.747093,-50.70417],[-74.698898,-50.891113]]],[[[-74.720566,-51.111946],[-74.933067,-50.889866],[-74.616119,-50.895004],[-74.657501,-50.726669],[-74.409454,-50.830559],[-74.391113,-51.081532],[-74.477783,-50.997921],[-74.720566,-51.111946]]],[[[-74.281906,-51.218216],[-74.337784,-51.028893],[-74.340981,-50.924587],[-74.192368,-51.198612],[-74.281906,-51.218216]]],[[[-74.42807,-51.206673],[-74.575706,-51.157921],[-74.601112,-51.075283],[-74.466675,-51.028336],[-74.42807,-51.206673]]],[[[-74.988892,-51.476395],[-74.7939,-51.20945],[-74.536118,-51.279167],[-74.597511,-51.405422],[-74.988892,-51.476395]]],[[[-74.078079,-51.37764],[-74.107925,-51.23695],[-73.97126,-51.241043],[-73.955009,-51.329449],[-74.078079,-51.37764]]],[[[-73.78717,-51.372353],[-73.869446,-51.358063],[-73.915291,-51.303059],[-73.794449,-51.259586],[-73.78717,-51.372353]]],[[[-59.791389,-51.249451],[-59.4832,-51.263893],[-59.445557,-51.320278],[-59.573616,-51.333618],[-59.791389,-51.249451]]],[[[-60.285263,-51.375648],[-60.290974,-51.266529],[-60.048336,-51.333336],[-60.113613,-51.406811],[-60.285263,-51.375648]]],[[[-75.310287,-51.634171],[-75.205292,-51.299171],[-75.00473,-51.335838],[-75.153893,-51.577366],[-75.310287,-51.634171]]],[[[-74.134964,-51.451378],[-74.247231,-51.402225],[-74.259796,-51.299934],[-74.169174,-51.288059],[-74.134964,-51.451378]]],[[[-58.994728,-51.806671],[-59.023895,-51.676949],[-59.168266,-51.585281],[-58.848618,-51.291389],[-58.412506,-51.323406],[-58.324589,-51.41608],[-58.550285,-51.433617],[-58.241394,-51.650143],[-58.274796,-51.413754],[-57.915421,-51.375282],[-57.772923,-51.543755],[-58.138962,-51.549862],[-57.733196,-51.694447],[-58.420002,-51.9007],[-58.935558,-51.801254],[-58.64695,-52.067223],[-59.251671,-51.991112],[-59.050697,-52.217503],[-59.449795,-52.14674],[-59.348061,-52.343056],[-59.716122,-52.117374],[-59.221252,-51.717087],[-58.994728,-51.806671]]],[[[-59.953056,-51.983063],[-60.598618,-52.242226],[-60.980835,-52.061951],[-60.459724,-51.97084],[-60.44035,-51.782848],[-60.18285,-51.757851],[-60.634377,-51.725002],[-60.163612,-51.671116],[-60.643616,-51.358059],[-60.127224,-51.494728],[-60.023197,-51.381256],[-59.21167,-51.408199],[-59.953056,-51.983063]]],[[[-74.022461,-51.802025],[-74.236679,-51.703892],[-74.088898,-51.539452],[-73.925285,-51.759727],[-74.022461,-51.802025]]],[[[-74.969727,-52.118057],[-75.059723,-51.970558],[-74.830704,-51.844723],[-74.933479,-51.646671],[-74.80584,-51.634586],[-74.765427,-51.780003],[-74.969727,-52.118057]]],[[[-73.796677,-51.819168],[-73.856949,-51.801117],[-73.935974,-51.66209],[-73.79528,-51.726532],[-73.796677,-51.819168]]],[[[-74.163071,-51.953056],[-74.374313,-51.891254],[-74.503342,-51.712643],[-74.090286,-51.877224],[-74.163071,-51.953056]]],[[[-75.108551,-51.899811],[-75.070847,-51.74028],[-74.968193,-51.72945],[-75.015839,-51.865005],[-75.108551,-51.899811]]],[[[-60.993057,-51.965836],[-61.112156,-51.89542],[-61.139168,-51.835281],[-60.890839,-51.825836],[-60.993057,-51.965836]]],[[[-73.859726,-51.902504],[-73.951538,-51.886116],[-73.929596,-51.80167],[-73.819725,-51.87056],[-73.859726,-51.902504]]],[[[-74.87056,-52.14167],[-74.755005,-51.843056],[-74.600838,-51.843475],[-74.76973,-52.083618],[-74.87056,-52.14167]]],[[[-73.113586,-52.051659],[-73.056953,-51.933338],[-72.888336,-51.885559],[-72.989868,-52.043339],[-73.113586,-52.051659]]],[[[-73.724426,-52.224411],[-74.112793,-51.998611],[-74.095291,-51.922783],[-73.770561,-52.066532],[-73.724426,-52.224411]]],[[[-74.724457,-52.065285],[-74.544174,-51.926044],[-74.489594,-51.955006],[-74.501808,-52.004517],[-74.724457,-52.065285]]],[[[-74.772781,-52.188614],[-74.788887,-52.124516],[-74.612228,-52.060421],[-74.68306,-52.169174],[-74.772781,-52.188614]]],[[[-74.144669,-52.392838],[-74.145844,-52.197227],[-74.415558,-52.133614],[-74.285568,-52.088615],[-73.934311,-52.323265],[-74.144669,-52.392838]]],[[[-73.840286,-52.393616],[-73.914734,-52.303062],[-74.094246,-52.166115],[-73.789169,-52.264168],[-73.840286,-52.393616]]],[[[-74.748611,-52.31778],[-74.820557,-52.229446],[-74.622505,-52.205975],[-74.689034,-52.299866],[-74.748611,-52.31778]]],[[[-73.916946,-52.726952],[-74.055847,-52.569725],[-73.725418,-52.411118],[-73.729446,-52.602501],[-73.916946,-52.726952]]],[[[-69.177505,-54.580833],[-68.993202,-54.431042],[-70.045982,-54.099308],[-70.184448,-53.813614],[-69.353897,-53.506111],[-69.351952,-53.358894],[-70.217514,-53.473335],[-70.446671,-53.368057],[-70.444458,-53.012779],[-70.099869,-52.907642],[-70.400421,-52.749729],[-69.917236,-52.825836],[-69.417229,-52.45945],[-69.151672,-52.684448],[-68.695007,-52.605278],[-68.30278,-52.92334],[-68.224174,-53.106255],[-68.368347,-53.003891],[-68.543625,-53.229446],[-68.1632,-53.293755],[-67.563614,-53.918617],[-66.241669,-54.537781],[-65.140076,-54.653267],[-65.350563,-54.92778],[-66.458069,-55.051674],[-67.011337,-54.908615],[-68.635834,-54.788338],[-68.559616,-54.881012],[-68.890007,-54.802921],[-68.748672,-54.900738],[-69.111115,-54.948334],[-69.653481,-54.821396],[-69.627785,-54.695698],[-70.762787,-54.841118],[-70.455704,-54.630695],[-71.036674,-54.777782],[-70.970566,-54.620285],[-71.272781,-54.679726],[-71.335701,-54.522919],[-71.485291,-54.691391],[-71.92807,-54.656952],[-72.009308,-54.507362],[-71.675293,-54.57695],[-71.847778,-54.41806],[-71.564728,-54.512779],[-71.602646,-54.406948],[-71.368057,-54.374451],[-70.967789,-54.472641],[-70.811401,-54.320839],[-70.613892,-54.346947],[-70.754181,-54.594727],[-70.590004,-54.392506],[-70.134453,-54.543472],[-70.88028,-54.133896],[-70.139175,-54.42778],[-70.198891,-54.313755],[-70.055283,-54.249168],[-69.773621,-54.556114],[-69.859177,-54.283058],[-69.241119,-54.446396],[-69.418335,-54.626392],[-69.376404,-54.686668],[-69.177505,-54.580833]]],[[[-73.574173,-53.271118],[-73.893341,-53.064728],[-74.326118,-53.093891],[-74.74411,-52.758545],[-73.091255,-53.353195],[-73.574173,-53.271118]]],[[[-73.411667,-52.953896],[-73.532791,-52.884445],[-73.752228,-52.893333],[-73.428619,-52.870838],[-73.411667,-52.953896]]],[[[-74.056122,-53.252228],[-74.133476,-53.320282],[-74.242226,-53.313614],[-74.10556,-53.228199],[-74.056122,-53.252228]]],[[[-73.42981,-53.397057],[-73.489868,-53.573891],[-73.800705,-53.43153],[-73.622513,-53.475838],[-73.42981,-53.397057]]],[[[-73.308624,-53.828896],[-73.249863,-53.712257],[-73.57695,-53.752747],[-73.4925,-53.666809],[-73.613197,-53.612503],[-73.417229,-53.564308],[-73.253891,-53.660278],[-72.954445,-53.667294],[-73.421669,-53.46806],[-73.103195,-53.510696],[-73.075119,-53.402695],[-72.911118,-53.429451],[-72.876259,-53.678684],[-72.859901,-53.466568],[-72.142296,-53.80452],[-72.416954,-53.897087],[-72.327919,-54.041668],[-72.823891,-54.136391],[-73.026329,-54.080349],[-72.776947,-54.017227],[-72.727989,-53.845627],[-73.059036,-53.813824],[-73.132507,-54.011673],[-73.308624,-53.828896]]],[[[-73.841675,-53.591393],[-73.853058,-53.452503],[-73.689034,-53.519169],[-73.69931,-53.541115],[-73.841675,-53.591393]]],[[[-70.524445,-54.228615],[-70.81945,-54.113892],[-70.898056,-53.879723],[-70.621117,-53.86417],[-70.705566,-53.690838],[-70.491539,-53.557503],[-70.347649,-54.007504],[-70.667931,-53.915699],[-70.524445,-54.228615]]],[[[-71.671112,-53.943893],[-71.733063,-54.161945],[-71.954453,-54.022503],[-71.74369,-54.231392],[-71.842369,-54.338894],[-72.257095,-53.942436],[-71.671112,-53.943893]]],[[[-71.281403,-54.013618],[-71.009735,-54.102783],[-71.120003,-54.385975],[-71.411255,-54.116531],[-71.540283,-54.255699],[-71.698616,-54.163895],[-71.611534,-53.947086],[-71.281403,-54.013618]]],[[[-73.272507,-54.135559],[-73.457512,-54.082226],[-73.468201,-54.071812],[-73.183334,-54.056396],[-73.272507,-54.135559]]],[[[-70.353897,-54.156113],[-70.452515,-54.117226],[-70.499176,-54.073059],[-70.313065,-54.039726],[-70.353897,-54.156113]]],[[[-72.294189,-54.078903],[-72.301811,-54.253338],[-72.501114,-54.243057],[-72.386948,-54.091393],[-72.294189,-54.078903]]],[[[-70.281403,-54.275558],[-70.467926,-54.234867],[-70.511124,-54.160835],[-70.217232,-54.229031],[-70.281403,-54.275558]]],[[[-72.463348,-54.43],[-72.540421,-54.345558],[-72.299034,-54.335144],[-72.304237,-54.366459],[-72.463348,-54.43]]],[[[-64.678345,-54.907227],[-64.69278,-54.776947],[-63.813755,-54.728615],[-63.954727,-54.811951],[-64.678345,-54.907227]]],[[[-71.060287,-54.955284],[-71.406952,-54.943752],[-71.454308,-54.883614],[-70.915428,-54.926113],[-71.060287,-54.955284]]],[[[-70.465698,-54.839966],[-70.397018,-54.868893],[-70.744865,-54.872089],[-70.589447,-54.83445],[-70.465698,-54.839966]]],[[[-69.906113,-55.04306],[-69.849731,-54.878334],[-69.168755,-54.959934],[-69.503891,-55.012505],[-69.906113,-55.04306]]],[[[-70.350845,-54.898613],[-70.514175,-54.996391],[-70.732506,-55.012848],[-70.285706,-55.033058],[-70.530838,-55.211113],[-71.008064,-55.045006],[-70.350845,-54.898613]]],[[[-68.066597,-55.237797],[-68.361115,-54.937714],[-67.386673,-54.920837],[-67.055702,-55.072086],[-67.243896,-55.308891],[-67.526123,-55.170837],[-68.066597,-55.237797]]],[[[-70.163071,-55.009445],[-70.203621,-54.984032],[-69.979454,-54.935143],[-70.013336,-54.980282],[-70.163071,-55.009445]]],[[[-68.111954,-55.701393],[-68.360565,-55.481674],[-68.939178,-55.459724],[-68.78334,-55.386116],[-68.912506,-55.342224],[-68.81237,-55.190071],[-69.032791,-55.269173],[-69.249039,-55.137226],[-69.427155,-55.165386],[-69.295013,-55.166531],[-69.388336,-55.290558],[-69.168625,-55.511806],[-69.702232,-55.311115],[-69.505142,-55.178822],[-70.031258,-55.158684],[-69.792786,-55.054726],[-68.404861,-54.955349],[-68.338066,-55.070004],[-68.64473,-55.155281],[-69.059792,-55.050423],[-68.208611,-55.268894],[-68.740143,-55.268826],[-68.163063,-55.397224],[-67.967506,-55.591949],[-68.111954,-55.701393]]],[[[-67.016327,-54.997124],[-66.859177,-55.028057],[-66.806671,-55.114033],[-67.075005,-55.011112],[-67.016327,-54.997124]]],[[[-66.581955,-55.285561],[-66.627785,-55.202084],[-66.420631,-55.202084],[-66.511673,-55.268337],[-66.581955,-55.285561]]],[[[-66.869659,-55.232346],[-66.84285,-55.31778],[-67.061676,-55.324722],[-67.04348,-55.24889],[-66.869659,-55.232346]]],[[[-67.728622,-55.624451],[-67.688065,-55.501671],[-67.587929,-55.548058],[-67.590561,-55.58223],[-67.728622,-55.624451]]],[[[-67.338898,-55.79084],[-67.552505,-55.737785],[-67.54306,-55.663754],[-67.353065,-55.575279],[-67.338898,-55.79084]]],[[[-67.611954,-55.902229],[-67.655014,-55.849449],[-67.855423,-55.841805],[-67.49424,-55.830349],[-67.611954,-55.902229]]],[[[-67.246948,-55.895004],[-67.349731,-55.863617],[-67.411392,-55.834312],[-67.246948,-55.828056],[-67.246948,-55.895004]]]]},"type":"Feature","properties":{"postal":"SA","name":"South America","type":"Continent","center":[-58.75000000000002,-8.990653196457842]}},"OC":{"type":"Feature","geometry":{"type":"GeometryCollection","geometries":[{"type":"MultiPolygon","coordinates":[[[[-177.393341,28.184158],[-177.38797,28.214577],[-177.36055,28.220411],[-177.364578,28.204021],[-177.393341,28.184158]]],[[[-159.451416,21.869991],[-159.754196,21.97916],[-159.714615,22.154163],[-159.327484,22.201656],[-159.451416,21.869991]]],[[[-160.199768,21.783604],[-160.227203,21.89138],[-160.061401,22.013882],[-160.071136,21.909161],[-160.199768,21.783604]]],[[[-157.81308,21.258884],[-158.100571,21.294443],[-158.273499,21.577772],[-157.943909,21.684441],[-157.665588,21.324162],[-157.81308,21.258884]]],[[[-156.867493,21.04583],[-157.06781,21.108887],[-157.304047,21.097773],[-157.188629,21.209717],[-156.705154,21.155548],[-156.867493,21.04583]]],[[[-156.374176,20.58083],[-156.688629,20.886105],[-156.597092,21.051382],[-155.993347,20.782494],[-156.374176,20.58083]]],[[[-156.907257,20.737774],[-156.966125,20.743465],[-157.046417,20.919022],[-156.812256,20.843609],[-156.907257,20.737774]]],[[[-155.823334,20.272495],[-155.18335,19.985132],[-154.797821,19.538086],[-155.663147,18.925478],[-155.900299,19.09034],[-156.048981,19.73506],[-155.813263,20.004025],[-155.823334,20.272495]]],[[[166.627594,19.324577],[166.658859,19.311525],[166.658783,19.282845],[166.613861,19.297218],[166.627594,19.324577]]],[[[-169.53894,16.724159],[-169.53891,16.729713],[-169.523926,16.730272],[-169.53894,16.724159]]],[[[145.73468,15.087219],[145.695526,15.178055],[145.818085,15.263193],[145.736832,15.137707],[145.73468,15.087219]]],[[[145.624115,14.908054],[145.572678,15.005484],[145.629959,15.08361],[145.66275,14.976664],[145.624115,14.908054]]],[[[168.981079,14.580276],[168.985229,14.590553],[169.001984,14.594026],[168.987732,14.580832],[168.981079,14.580276]]],[[[144.709412,13.234997],[144.655243,13.427776],[144.876053,13.65229],[144.953308,13.587498],[144.709412,13.234997]]],[[[162.332733,11.35083],[162.324966,11.352776],[162.339447,11.357115],[162.332733,11.35083]]],[[[169.969971,10.43222],[169.961777,10.434721],[169.948776,10.449719],[169.962875,10.444998],[169.969971,10.43222]]],[[[165.531372,9.19611],[165.527191,9.198887],[165.525818,9.214233],[165.537125,9.201179],[165.531372,9.19611]]],[[[167.731903,8.72472],[167.725372,8.728053],[167.739532,8.745691],[167.744965,8.736386],[167.731903,8.72472]]],[[[134.531372,7.354444],[134.485229,7.438054],[134.630661,7.729444],[134.628571,7.490276],[134.531372,7.354444]]],[[[134.51329,7.305259],[134.452484,7.327108],[134.460083,7.363206],[134.516144,7.343257],[134.51329,7.305259]]],[[[168.786377,7.288888],[168.690796,7.308332],[168.672333,7.330138],[168.768036,7.298332],[168.786377,7.288888]]],[[[171.361618,7.136247],[171.374878,7.12802],[171.375626,7.114463],[171.361771,7.120099],[171.361618,7.136247]]],[[[158.227753,6.780555],[158.120163,6.90611],[158.182327,6.977638],[158.335098,6.874721],[158.227753,6.780555]]],[[[168.113586,5.600277],[168.094971,5.610693],[168.12648,5.638472],[168.130981,5.62236],[168.113586,5.600277]]],[[[163.001923,5.261666],[162.90567,5.307777],[163.021637,5.374929],[163.042892,5.32],[163.001923,5.261666]]],[[[-157.235016,1.705],[-157.567642,1.855833],[-157.350006,1.935694],[-157.505585,2.028749],[-157.35083,1.971944],[-157.235016,1.705]]],[[[172.914276,1.346583],[172.922989,1.351776],[172.94751,1.342429],[172.939819,1.33599],[172.914276,1.346583]]],[[[-176.636169,0.790278],[-176.643082,0.793611],[-176.642868,0.808333],[-176.632751,0.808611],[-176.636169,0.790278]]],[[[-176.461426,0.215278],[-176.467651,0.219444],[-176.455856,0.222569],[-176.461426,0.215278]]],[[[-160.021149,-0.398056],[-160.043488,-0.392222],[-160.045166,-0.380139],[-160.017792,-0.374722],[-160.021149,-0.398056]]],[[[166.929138,-0.552222],[166.904419,-0.532361],[166.930542,-0.493333],[166.957047,-0.514236],[166.929138,-0.552222]]],[[[149.731903,-1.603333],[149.531937,-1.467639],[149.579956,-1.355278],[149.716766,-1.429375],[149.731903,-1.603333]]],[[[147.391937,-1.960833],[147.446701,-2.012986],[147.438721,-2.063195],[147.208435,-2.189514],[146.524994,-2.190833],[146.63858,-1.978611],[147.391937,-1.960833]]],[[[150.367737,-2.686666],[150.187332,-2.685555],[149.950104,-2.470763],[150.417206,-2.460556],[150.367737,-2.686666]]],[[[152.659424,-3.842778],[153.133026,-4.265834],[152.900955,-4.822917],[152.28595,-3.576111],[150.75235,-2.769444],[150.883789,-2.70934],[150.80574,-2.566592],[152.055115,-3.253889],[152.659424,-3.842778]]],[[[150.77359,-2.985556],[150.874954,-2.910694],[151.021988,-2.968542],[150.834961,-2.96],[150.77359,-2.985556]]],[[[152.640808,-3.23],[152.538177,-3.103333],[152.60289,-3.047639],[152.667755,-3.129444],[152.640808,-3.23]]],[[[151.384705,-5.8072],[150.468567,-6.276112],[149.634705,-6.308055],[149.338562,-6.060139],[149.051636,-6.159305],[148.316467,-5.628026],[148.428589,-5.451112],[149.220764,-5.606112],[149.878021,-5.535694],[150.092331,-5.007778],[150.203918,-5.071805],[150.04248,-5.308611],[150.164429,-5.551389],[150.924408,-5.487222],[151.264297,-4.985138],[151.676086,-4.908055],[151.509995,-4.206111],[151.97081,-4.336597],[152.181503,-4.146945],[152.405823,-4.688889],[152.23732,-4.987222],[151.970795,-4.993333],[152.131073,-5.402223],[151.822052,-5.601111],[151.47052,-5.530972],[151.384705,-5.8072]]],[[[154.637207,-5.458611],[154.530273,-5.133889],[154.642624,-5.016389],[154.728302,-5.216389],[154.637207,-5.458611]]],[[[155.404083,-6],[155.914764,-6.520764],[155.912537,-6.805486],[155.33989,-6.741458],[155.216492,-6.324723],[154.75058,-5.949158],[154.753601,-5.518056],[155.073578,-5.561666],[155.404083,-6]]],[[[177.290253,-6.114445],[177.281372,-6.109861],[177.281372,-6.089444],[177.305527,-6.105972],[177.290253,-6.114445]]],[[[176.306366,-6.288333],[176.295258,-6.274584],[176.306015,-6.260139],[176.311981,-6.282153],[176.306366,-6.288333]]],[[[157.443848,-7.433888],[156.932068,-7.216389],[156.441635,-6.639862],[157.04248,-6.901667],[157.188293,-7.178333],[157.532272,-7.316667],[157.443848,-7.433888]]],[[[155.769135,-7.129444],[155.671295,-7.091528],[155.72995,-6.9675],[155.868973,-7.062708],[155.769135,-7.129444]]],[[[178.695801,-7.484166],[178.688858,-7.480833],[178.688782,-7.46757],[178.701782,-7.475208],[178.695801,-7.484166]]],[[[159.864136,-8.519722],[159.890015,-8.55757],[159.622467,-8.360556],[158.842178,-7.971458],[158.487457,-7.554167],[159.388031,-7.994166],[159.851212,-8.331944],[159.864136,-8.519722]]],[[[158.524414,-7.658889],[158.359406,-7.640556],[158.314133,-7.579445],[158.377457,-7.567223],[158.524414,-7.658889]]],[[[156.703033,-7.950833],[156.500275,-7.698333],[156.554413,-7.578611],[156.808304,-7.72875],[156.703033,-7.950833]]],[[[157.150543,-8.151667],[156.967743,-8.046389],[157.027679,-7.865347],[157.183594,-7.931666],[157.150543,-8.151667]]],[[[156.594116,-8.205278],[156.532898,-8.094305],[156.545532,-7.944305],[156.608582,-8.070833],[156.594116,-8.205278]]],[[[157.81192,-8.620832],[157.532333,-8.25528],[157.236359,-8.312222],[157.424835,-7.992083],[157.777695,-8.248263],[157.906158,-8.483124],[157.81192,-8.620832]]],[[[161.226624,-9.117777],[161.378998,-9.631874],[160.808167,-9.062639],[160.580246,-8.334999],[160.812897,-8.370138],[161.009979,-8.635557],[160.94429,-8.816527],[161.226624,-9.117777]]],[[[159.677765,-8.548334],[159.537476,-8.468332],[159.568848,-8.378887],[159.644287,-8.39639],[159.677765,-8.548334]]],[[[157.38443,-8.734444],[157.198853,-8.56889],[157.359894,-8.410834],[157.327042,-8.644167],[157.38443,-8.734444]]],[[[151.14444,-8.830555],[151.094971,-8.771112],[151.101074,-8.638889],[150.997528,-8.527084],[151.076355,-8.426111],[151.14444,-8.830555]]],[[[179.213226,-8.561292],[179.202408,-8.46542],[179.231094,-8.50492],[179.213226,-8.561292]]],[[[157.991333,-8.773056],[157.875519,-8.609999],[158.094971,-8.524584],[158.104675,-8.698542],[157.991333,-8.773056]]],[[[157.619965,-8.800833],[157.493286,-8.758335],[157.447479,-8.71139],[157.559006,-8.693194],[157.619965,-8.800833]]],[[[-140.177826,-8.95639],[-140.236664,-8.783892],[-140.015991,-8.852846],[-140.022659,-8.898057],[-140.177826,-8.95639]]],[[[152.83551,-9.235556],[152.65123,-9.068333],[152.498718,-9.023335],[152.811218,-8.971457],[153.019562,-9.123055],[152.83551,-9.235556]]],[[[159.099396,-9.11972],[159.031784,-9.062917],[159.135117,-8.99375],[159.189957,-9.028681],[159.099396,-9.11972]]],[[[160.264435,-9.131943],[160.120514,-9.096111],[160.077057,-9.044306],[160.243149,-9.004584],[160.264435,-9.131943]]],[[[160.243835,-9.196112],[160.322052,-9.060278],[160.408035,-9.132916],[160.351135,-9.190139],[160.243835,-9.196112]]],[[[-171.848053,-9.218889],[-171.862717,-9.180904],[-171.852432,-9.170626],[-171.844193,-9.191113],[-171.848053,-9.218889]]],[[[160.820251,-9.829445],[160.650269,-9.93],[159.834335,-9.799167],[159.601837,-9.320556],[160.386383,-9.426666],[160.820251,-9.829445]]],[[[161.556091,-9.799168],[161.397217,-9.669445],[161.351898,-9.341597],[161.554138,-9.632221],[161.556091,-9.799168]]],[[[-139.054749,-9.859999],[-139.167267,-9.76],[-138.812515,-9.737918],[-139.04863,-9.808196],[-139.054749,-9.859999]]],[[[162.292755,-10.729445],[162.382935,-10.829461],[161.77832,-10.720833],[161.296982,-10.211874],[162.106491,-10.449305],[162.292755,-10.729445]]],[[[152.744415,-10.716665],[152.573853,-10.656944],[152.542404,-10.632569],[152.871902,-10.660139],[152.744415,-10.716665]]],[[[165.883026,-10.87361],[165.808868,-10.734999],[166.157349,-10.678057],[166.141861,-10.757987],[165.883026,-10.87361]]],[[[-165.841675,-10.890837],[-165.848343,-10.884236],[-165.827652,-10.881319],[-165.841675,-10.890837]]],[[[154.112183,-11.439722],[154.021088,-11.348888],[154.29776,-11.391945],[154.136093,-11.400695],[154.112183,-11.439722]]],[[[153.566071,-11.6425],[153.376068,-11.567223],[153.199417,-11.322083],[153.777069,-11.600138],[153.566071,-11.6425]]],[[[160.497467,-11.845833],[160.019714,-11.602222],[159.967331,-11.504445],[160.437057,-11.68],[160.497467,-11.845833]]],[[[166.844421,-11.6975],[166.789429,-11.673889],[166.759705,-11.581111],[166.921082,-11.647779],[166.844421,-11.6975]]],[[[96.852478,-12.199444],[96.819443,-12.178057],[96.823608,-12.130416],[96.864845,-12.192083],[96.852478,-12.199444]]],[[[-176.165039,-13.353054],[-176.191101,-13.286945],[-176.158356,-13.214862],[-176.121933,-13.258613],[-176.165039,-13.353054]]],[[[-172.596497,-13.509113],[-172.287796,-13.484165],[-172.212357,-13.806529],[-172.527924,-13.80271],[-172.780029,-13.532571],[-172.596497,-13.509113]]],[[[167.468292,-13.951111],[167.386719,-13.83118],[167.472046,-13.707222],[167.577759,-13.847221],[167.468292,-13.951111]]],[[[-171.441986,-14.057503],[-171.911133,-14.012503],[-172.064758,-13.878194],[-171.822266,-13.807503],[-171.441986,-14.057503]]],[[[167.521088,-14.326944],[167.394424,-14.300416],[167.44635,-14.159307],[167.598572,-14.194166],[167.521088,-14.326944]]],[[[-178.060822,-14.323891],[-178.1539,-14.308058],[-178.190277,-14.239723],[-178.127335,-14.248611],[-178.060822,-14.323891]]],[[[-170.743896,-14.375555],[-170.823227,-14.323751],[-170.567917,-14.254307],[-170.561874,-14.270002],[-170.743896,-14.375555]]],[[[167.107819,-15.123703],[167.233368,-15.525345],[166.763596,-15.644584],[166.55275,-14.656805],[166.802765,-15.157501],[167.005325,-14.925764],[167.107819,-15.123703]]],[[[168.135803,-15.396667],[168.088867,-14.951944],[168.10289,-14.920556],[168.193298,-15.238611],[168.135803,-15.396667]]],[[[167.846924,-15.490833],[167.669281,-15.444306],[168.003448,-15.292223],[167.930542,-15.41889],[167.846924,-15.490833]]],[[[168.204407,-15.998333],[168.112045,-15.67875],[168.15332,-15.492222],[168.266663,-15.870832],[168.204407,-15.998333]]],[[[167.195526,-15.756111],[167.091644,-15.707222],[167.077454,-15.640278],[167.225098,-15.636251],[167.195526,-15.756111]]],[[[167.494965,-16.593334],[167.376068,-16.190556],[167.146637,-16.085835],[167.21109,-15.87611],[167.824005,-16.426111],[167.494965,-16.593334]]],[[[168.144135,-16.362221],[167.912888,-16.233471],[168.16748,-16.086113],[168.324829,-16.306946],[168.144135,-16.362221]]],[[[180,-16.172741],[179.481491,-16.696943],[179.938644,-16.467949],[179.900116,-16.770142],[179.331909,-16.802223],[179.270462,-16.691319],[178.747192,-17.011948],[178.492172,-16.804445],[178.981903,-16.469719],[180,-16.172741]]],[[[168.471344,-16.848888],[168.17067,-16.806807],[168.148315,-16.580555],[168.455109,-16.773474],[168.471344,-16.848888]]],[[[-180,-16.965729],[-180,-16.787363],[-179.864868,-16.679892],[-179.821106,-16.781094],[-180,-16.965729]]],[[[-151.444489,-16.904449],[-151.491699,-16.849171],[-151.472519,-16.739721],[-151.35112,-16.845839],[-151.444489,-16.904449]]],[[[180,-16.787395],[180,-16.965725],[179.929138,-17.006111],[179.883575,-16.961664],[180,-16.787395]]],[[[177.473022,-18.162777],[177.258041,-17.872084],[177.624664,-17.444721],[178.190796,-17.302502],[178.594681,-17.639444],[178.694839,-18.052084],[178.588287,-18.135277],[178.019135,-18.26778],[177.473022,-18.162777]]],[[[-149.854431,-17.574448],[-149.937256,-17.484165],[-149.785294,-17.471251],[-149.798492,-17.527782],[-149.854431,-17.574448]]],[[[-149.179199,-17.870834],[-149.590576,-17.711391],[-149.632507,-17.549999],[-149.359161,-17.534451],[-149.179199,-17.870834]]],[[[168.384155,-17.830002],[168.148453,-17.716665],[168.311096,-17.531391],[168.574677,-17.692776],[168.384155,-17.830002]]],[[[178.771912,-17.754448],[178.749695,-17.653473],[178.83136,-17.626665],[178.849701,-17.715275],[178.771912,-17.754448]]],[[[179.341644,-18.122501],[179.245789,-18.036388],[179.269989,-17.935833],[179.354263,-18.011528],[179.341644,-18.122501]]],[[[-163.169464,-18.091949],[-163.17128,-18.084169],[-163.154724,-18.061459],[-163.157257,-18.080559],[-163.169464,-18.091949]]],[[[-173.939209,-18.568893],[-173.908905,-18.635559],[-174.06308,-18.659304],[-174.00322,-18.578197],[-173.939209,-18.568893]]],[[[169.271088,-19],[168.986496,-18.876667],[169.039978,-18.625832],[169.323303,-18.889721],[169.271088,-19]]],[[[178.094116,-19.162777],[177.952179,-19.129583],[178.306915,-18.935555],[178.494324,-18.974789],[178.094116,-19.162777]]],[[[-169.89389,-19.145557],[-169.930283,-19.013613],[-169.81514,-18.970276],[-169.781555,-19.065281],[-169.89389,-19.145557]]],[[[169.431366,-19.658054],[169.233856,-19.5275],[169.248291,-19.338055],[169.497742,-19.531113],[169.431366,-19.658054]]],[[[-157.713043,-19.857227],[-157.740814,-19.817642],[-157.712296,-19.773129],[-157.703766,-19.836807],[-157.713043,-19.857227]]],[[[-158.116669,-20.019173],[-158.125397,-19.978472],[-158.094757,-19.974171],[-158.08139,-19.996387],[-158.116669,-20.019173]]],[[[166.451904,-22.316666],[166.116364,-21.946388],[164.904144,-21.268612],[164.172607,-20.503475],[163.995514,-20.087917],[165.223297,-20.765278],[165.630798,-21.279724],[167.028046,-22.232777],[166.929413,-22.397499],[166.451904,-22.316666]]],[[[169.826904,-20.254169],[169.737045,-20.20611],[169.744949,-20.150763],[169.888809,-20.173611],[169.826904,-20.254169]]],[[[166.499115,-20.717777],[166.563171,-20.399513],[166.609131,-20.389584],[166.624405,-20.602777],[166.499115,-20.717777]]],[[[167.362732,-21.183331],[167.064972,-20.997219],[167.189972,-20.810417],[167.051361,-20.720137],[167.306213,-20.722221],[167.277542,-20.899584],[167.463577,-21.057362],[167.362732,-21.183331]]],[[[-175.145294,-21.268063],[-175.323639,-21.174442],[-175.341125,-21.074863],[-175.048767,-21.136944],[-175.145294,-21.268063]]],[[[-159.746979,-21.256668],[-159.83252,-21.248472],[-159.834717,-21.199306],[-159.756134,-21.192362],[-159.746979,-21.256668]]],[[[167.99469,-21.660831],[167.883331,-21.56889],[167.809692,-21.383888],[168.095245,-21.455555],[168.130508,-21.616112],[167.99469,-21.660831]]],[[[-157.928894,-21.940834],[-157.963638,-21.908194],[-157.921738,-21.881462],[-157.88385,-21.925209],[-157.928894,-21.940834]]],[[[167.496338,-22.673889],[167.419128,-22.646389],[167.437332,-22.542084],[167.554703,-22.615],[167.496338,-22.673889]]],[[[-128.332214,-24.327267],[-128.301682,-24.334448],[-128.291122,-24.411388],[-128.343079,-24.367222],[-128.332214,-24.327267]]],[[[-130.08139,-25.082226],[-130.102631,-25.074448],[-130.105057,-25.061462],[-130.063843,-25.068264],[-130.08139,-25.082226]]],[[[-109.42778,-27.201946],[-109.393478,-27.067503],[-109.219589,-27.097641],[-109.238609,-27.132084],[-109.42778,-27.201946]]],[[[167.964966,-29.081112],[167.923584,-29.056667],[167.91095,-29.007362],[167.998871,-29.027502],[167.964966,-29.081112]]],[[[177.917786,-38.942802],[177.998001,-39.123886],[177.874969,-39.286118],[177.680267,-39.075279],[177.054962,-39.204445],[176.89859,-39.442219],[176.946625,-39.664444],[177.117447,-39.679306],[175.955231,-41.25528],[175.230804,-41.620834],[175.188583,-41.42778],[174.863571,-41.422363],[174.891235,-41.226246],[174.629669,-41.315002],[175.127747,-40.713615],[175.19635,-40.166946],[174.960785,-39.912773],[173.966629,-39.543476],[173.751648,-39.269997],[174.587738,-38.828888],[174.724396,-38.185829],[174.940247,-38.101112],[174.793304,-37.849865],[174.974976,-37.75],[174.848297,-37.769722],[174.717468,-37.425003],[174.840652,-37.29417],[174.714279,-37.362919],[174.550812,-37.077225],[174.703857,-37.197777],[174.887482,-37.059166],[174.770264,-36.936661],[174.500244,-37.034725],[174.177902,-36.462917],[174.454697,-36.647915],[174.420532,-36.368473],[174.268585,-36.345833],[174.505249,-36.231384],[174.065796,-36.168335],[173.911102,-35.872082],[173.990097,-36.136948],[174.199417,-36.348057],[174.067612,-36.397083],[173.397202,-35.570698],[173.655548,-35.317917],[173.381775,-35.524719],[172.739136,-34.435555],[173.038879,-34.436943],[172.910538,-34.546947],[173.266922,-35.017086],[173.450806,-34.807777],[173.471497,-34.99028],[174.101074,-35.121109],[174.009705,-35.218193],[174.143585,-35.328613],[174.319977,-35.232773],[174.602448,-35.844444],[174.35968,-35.723469],[174.348724,-35.83625],[174.522629,-35.846943],[174.781097,-36.266945],[174.808319,-36.805275],[175.579132,-37.244446],[175.352448,-36.489998],[175.54039,-36.517361],[175.84079,-36.754173],[175.70871,-36.872635],[175.847321,-36.842915],[175.889709,-37.246944],[176.165604,-37.62104],[175.943573,-37.525417],[175.994415,-37.638893],[177.159424,-38.013336],[177.473572,-37.962502],[178.018005,-37.550831],[178.550537,-37.6875],[178.347336,-38.015419],[178.298447,-38.539169],[177.928864,-38.722221],[177.917786,-38.942802]]],[[[175.523041,-36.348312],[175.358856,-36.229439],[175.375778,-36.069168],[175.529419,-36.178612],[175.523041,-36.348312]]],[[[175.169434,-36.829178],[175.088867,-36.833611],[175.002472,-36.792778],[175.18927,-36.728466],[175.169434,-36.829178]]],[[[171.185242,-44.938332],[170.555542,-45.896111],[170.779709,-45.880554],[170.342468,-45.97361],[169.845245,-46.469994],[169.458008,-46.623329],[168.35141,-46.603165],[168.371338,-46.419025],[168.190109,-46.344025],[167.828293,-46.39653],[167.534424,-46.152779],[166.768036,-46.22361],[166.670532,-46.157639],[166.944626,-45.949234],[166.670532,-46.087219],[166.466217,-45.986805],[166.476898,-45.809723],[166.974121,-45.735001],[166.775818,-45.662773],[167.041351,-45.501396],[166.707458,-45.576946],[166.821625,-45.320557],[167.205231,-45.477776],[167.051086,-45.333328],[167.304001,-45.316528],[166.996918,-45.145836],[167.316772,-44.873192],[167.506195,-45.000141],[167.450806,-44.792088],[168.37233,-44.040558],[169.660522,-43.601944],[170.794128,-42.90139],[171.151657,-42.560417],[171.510803,-41.76445],[172.064972,-41.40361],[172.113861,-40.879997],[172.630249,-40.510559],[172.712189,-40.495552],[172.98822,-40.53104],[172.656921,-40.653328],[172.860657,-40.853058],[173.013306,-40.796669],[173.10553,-41.313332],[173.989548,-40.896809],[173.780396,-41.012363],[173.949829,-41.058193],[173.775818,-41.289726],[174.130524,-41.17979],[173.893585,-41.192772],[174.032745,-40.999725],[174.31955,-41.001945],[174.209961,-41.197495],[174.026642,-41.236115],[174.323853,-41.221523],[174.04512,-41.446667],[174.236359,-41.837219],[173.285522,-42.958054],[172.759415,-43.242916],[172.775818,-43.612221],[173.059692,-43.653053],[173.091644,-43.856392],[172.472198,-43.72361],[171.538483,-44.178776],[171.278595,-44.369995],[171.185242,-44.938332]]],[[[173.784698,-40.911385],[173.829132,-40.757782],[173.960114,-40.709724],[173.923447,-40.865974],[173.784698,-40.911385]]],[[[-176.65506,-44.011978],[-176.55365,-43.84584],[-176.842514,-43.803055],[-176.5578,-43.717506],[-176.269196,-43.763893],[-176.535553,-43.771671],[-176.377228,-44.056114],[-176.65506,-44.011978]]],[[[166.971344,-45.166664],[167.029984,-45.300556],[167.005264,-45.31139],[166.891083,-45.246113],[166.971344,-45.166664]]],[[[166.736053,-45.637802],[166.71637,-45.741669],[166.5047,-45.722775],[166.57663,-45.638054],[166.736053,-45.637802]]],[[[168.011658,-46.730606],[168.217743,-47.072502],[167.522339,-47.276527],[167.809128,-46.920002],[167.772903,-46.702919],[168.011658,-46.730606]]],[[[178.833282,-49.669456],[178.816376,-49.723885],[178.717194,-49.703613],[178.80246,-49.615005],[178.833282,-49.669456]]],[[[166.291931,-50.568336],[166.141357,-50.698051],[166.237869,-50.851807],[165.893036,-50.847637],[166.108307,-50.536667],[166.291931,-50.568336]]],[[[166.166901,-50.903107],[165.973572,-50.905273],[165.927475,-50.854309],[166.215378,-50.888126],[166.166901,-50.903107]]],[[[169.209381,-52.46579],[169.185516,-52.57695],[169.000107,-52.51889],[169.163605,-52.445831],[169.209381,-52.46579]]]]},{"type":"MultiPolygon","coordinates":[[[[142.279968,-10.265556],[142.189423,-10.204166],[142.228577,-10.145556],[142.339966,-10.191389],[142.279968,-10.265556]]],[[[142.183319,-10.770279],[142.115799,-10.657501],[142.216919,-10.610277],[142.259018,-10.720971],[142.183319,-10.770279]]],[[[151.540253,-24.045834],[151.683868,-23.988888],[152.131775,-24.608194],[152.468018,-24.812222],[152.671494,-25.245136],[152.907822,-25.288889],[152.920532,-25.735416],[153.181915,-25.949444],[153.072052,-26.308474],[153.157196,-27.082779],[153.034561,-27.176666],[153.577606,-28.207916],[153.624191,-28.661039],[153.018585,-30.568611],[152.954132,-31.359444],[152.511856,-32.131042],[152.529694,-32.40361],[151.454559,-33.316807],[151.272766,-33.969444],[150.934143,-34.331673],[150.746902,-34.877499],[150.836761,-35.088402],[150.685181,-35.042187],[150.162476,-35.940552],[149.902466,-36.923332],[149.971634,-37.522221],[149.457184,-37.783333],[147.759155,-37.982498],[146.873566,-38.651665],[146.219269,-38.715973],[146.296494,-38.916561],[146.469269,-38.805626],[146.394135,-39.147224],[146.142349,-38.84597],[145.904419,-38.856949],[145.816147,-38.652287],[145.416077,-38.545837],[145.555252,-38.374306],[145.444275,-38.22694],[145.255463,-38.23764],[144.901367,-38.505836],[144.761108,-38.377777],[145.131271,-38.137012],[144.917679,-37.868542],[144.368561,-38.126526],[144.706345,-38.149166],[144.658875,-38.285004],[144.363281,-38.324448],[143.542953,-38.859234],[142.379333,-38.363892],[141.750946,-38.267082],[141.57135,-38.417221],[141.103577,-38.113892],[140.529968,-38.000282],[139.751373,-37.199722],[139.823502,-36.554585],[139.082596,-35.67976],[139.6604,-36.216248],[139.099564,-35.612511],[139.159698,-35.503895],[139.335831,-35.691387],[139.356613,-35.374443],[139.212463,-35.316666],[138.969955,-35.40847],[138.991135,-35.55743],[138.536285,-35.653469],[138.093155,-35.619167],[138.438782,-35.343819],[138.51416,-35.024998],[138.496063,-34.728882],[138.092255,-34.13493],[137.748169,-35.132778],[136.85968,-35.291115],[137.024078,-34.902012],[137.434143,-34.938889],[137.451706,-34.160416],[137.948578,-33.559303],[137.814346,-33.278053],[138.039429,-33.078056],[137.76297,-32.532501],[137.774841,-32.992775],[137.488281,-33.127777],[137.209961,-33.666107],[136.413452,-34.040977],[135.936905,-34.536877],[135.803787,-34.815212],[136.006668,-34.742603],[135.956406,-35.008236],[135.11232,-34.594757],[135.208511,-34.435829],[135.344421,-34.614166],[135.495865,-34.617085],[135.261078,-34.006527],[134.840668,-33.637779],[134.707474,-33.177223],[134.268723,-33.145557],[134.074509,-32.720863],[134.27652,-32.728748],[134.184143,-32.486664],[133.852875,-32.541809],[133.95079,-32.398262],[133.605865,-32.098053],[133.417206,-32.213333],[132.764435,-31.950832],[132.195938,-32.026947],[131.14859,-31.474028],[128.978714,-31.69611],[127.267761,-32.278336],[125.972275,-32.266739],[124.746643,-32.897781],[124.281937,-32.985558],[123.734993,-33.779724],[123.168053,-34.018608],[123.01783,-33.857571],[122.118317,-34.02861],[121.993866,-33.824726],[120.00499,-33.928886],[119.325546,-34.446945],[118.911652,-34.453056],[118.281662,-34.905556],[117.837975,-35.03014],[117.934143,-35.125343],[116.601929,-35.033058],[115.973602,-34.81945],[115.648041,-34.467773],[115.008949,-34.262432],[114.997101,-33.524105],[115.396942,-33.621384],[115.712631,-33.264027],[115.59436,-32.670692],[115.617622,-32.602848],[115.694496,-32.522221],[115.718246,-32.770348],[115.739983,-31.868055],[115.047272,-30.504723],[114.887344,-29.205833],[114.154289,-28.090973],[113.93692,-27.198887],[113.224426,-26.239166],[113.287659,-26.027777],[113.643456,-26.654306],[113.85582,-26.507504],[113.391106,-25.710417],[113.469437,-25.540836],[113.734085,-25.889027],[113.714005,-26.196943],[113.87886,-26.028889],[114.06929,-26.461666],[114.221443,-26.2925],[114.25811,-25.847847],[113.389709,-24.429443],[113.532211,-23.757225],[113.768333,-23.441666],[113.80748,-22.933331],[113.656372,-22.604721],[114.030273,-21.841667],[114.175957,-21.822779],[114.15387,-22.527779],[114.372482,-22.442497],[114.651093,-21.84],[115.451927,-21.51778],[116.707489,-20.649166],[117.685387,-20.676388],[118.17852,-20.34868],[118.801086,-20.285835],[119.080269,-19.968748],[119.581795,-20.070835],[121.027481,-19.592224],[121.488586,-19.123055],[121.800537,-18.480278],[122.337486,-18.13139],[122.174988,-17.243332],[122.752213,-16.762222],[122.920258,-16.414583],[123.060249,-16.455553],[122.95623,-16.586807],[123.575272,-17.5975],[123.592621,-16.996666],[123.655754,-16.994791],[123.85582,-17.206387],[123.916023,-17.208263],[123.796371,-16.997984],[123.891663,-16.893333],[123.425179,-16.499514],[123.708878,-16.430279],[123.5709,-16.171665],[123.726234,-16.138611],[123.891373,-16.378887],[123.964432,-16.245552],[124.229843,-16.404234],[124.893044,-16.4067],[124.400543,-16.329445],[124.726715,-15.808958],[124.4002,-15.864305],[124.457268,-15.478263],[124.656372,-15.479721],[124.705269,-15.253334],[125.181808,-15.520685],[125.097343,-15.301805],[124.912102,-15.336006],[125.044258,-15.161563],[124.824852,-15.160278],[125.078323,-14.999722],[125.164711,-15.162362],[125.161652,-15.03389],[125.321655,-15.156042],[125.434769,-15.133124],[125.136024,-14.747431],[125.336113,-14.523056],[125.588882,-14.549444],[125.618317,-14.222429],[125.728668,-14.273194],[125.642242,-14.630104],[125.722794,-14.404305],[125.902771,-14.643612],[126.037621,-14.515208],[126.146652,-14.129999],[126.017593,-13.926527],[126.217484,-13.961945],[126.287773,-14.233055],[126.502487,-13.964722],[126.60054,-14.229721],[126.857903,-13.750972],[127.128418,-13.971492],[127.425255,-13.954027],[128.169434,-14.702778],[128.020844,-15.498229],[128.132141,-15.214055],[128.287186,-15.400695],[128.192108,-15.065208],[128.30629,-14.912777],[128.448288,-15.047083],[128.38768,-14.799999],[128.535965,-14.758472],[129.089417,-14.899445],[129.191071,-15.182501],[129.229614,-14.839235],[129.731964,-15.182188],[129.647339,-14.837776],[129.801575,-14.863957],[129.944427,-14.767778],[129.675385,-14.766043],[129.586563,-14.628056],[129.772751,-14.53559],[129.540115,-14.550279],[129.370239,-14.333332],[129.732727,-13.994722],[129.828857,-13.516946],[130.264435,-13.325277],[130.140701,-12.925924],[130.509003,-12.604444],[130.6008,-12.70736],[130.688828,-12.701076],[130.579269,-12.404654],[130.896362,-12.640278],[130.815796,-12.444723],[131.026917,-12.358334],[131.024323,-12.149583],[131.492599,-12.297222],[132.360931,-12.202361],[132.383606,-12.379999],[132.444351,-12.150277],[132.748993,-12.135416],[132.627594,-12.032778],[132.691498,-11.658195],[132.48996,-11.476944],[132.086777,-11.524723],[131.77095,-11.317638],[131.984329,-11.12743],[132.165939,-11.406459],[132.146683,-11.14],[132.340515,-11.130138],[132.671982,-11.508126],[132.91803,-11.336945],[133.183044,-11.716665],[133.548859,-11.832777],[133.908325,-11.736111],[133.839401,-11.854166],[134.0504,-11.844443],[134.206635,-12.061666],[134.771378,-11.995832],[135.231354,-12.294445],[135.91275,-11.765556],[135.669144,-12.190833],[135.735504,-12.280834],[136.023041,-12.111944],[136.039703,-12.471666],[136.293732,-12.414306],[136.363922,-12.239721],[136.17775,-12.166945],[136.562195,-11.934444],[136.673233,-12.284514],[136.775406,-12.171737],[136.978363,-12.358159],[136.620789,-12.825277],[136.494415,-12.779167],[136.458008,-13.252501],[136.356628,-13.05375],[135.927261,-13.277847],[135.845795,-13.603888],[136.020264,-13.762501],[135.869125,-14.194584],[135.372742,-14.728888],[135.451355,-14.932777],[136.765808,-15.904446],[137.737671,-16.251736],[138.194824,-16.707359],[139.010544,-16.899166],[139.260529,-17.342499],[140.132172,-17.719166],[140.833298,-17.451942],[141.286102,-16.503334],[141.665527,-15.026528],[141.46579,-13.897084],[141.688721,-13.254027],[141.585663,-12.986388],[141.796921,-12.69125],[141.940308,-12.864999],[141.747604,-12.469722],[141.594116,-12.531668],[141.849121,-11.988471],[142.023666,-12.067778],[142.14769,-10.949166],[142.444427,-10.709723],[142.613144,-10.750764],[142.509293,-10.950277],[142.608978,-10.872499],[142.7883,-11.080556],[142.859818,-11.833194],[143.199127,-11.987499],[143.077469,-12.334305],[143.275818,-12.413056],[143.429977,-12.616805],[143.36232,-12.848888],[143.51416,-12.879166],[143.530807,-13.75639],[143.782196,-14.413334],[144.011856,-14.487707],[144.515945,-14.171666],[144.676773,-14.557362],[145.315796,-14.945555],[145.402054,-16.440971],[145.806091,-16.913055],[145.955444,-16.899096],[145.882813,-17.071735],[146.104263,-17.691666],[146.00943,-18.238052],[146.211914,-18.491665],[146.333572,-18.535625],[146.277618,-18.887014],[147.139435,-19.402779],[147.431915,-19.412361],[147.401489,-19.307951],[147.669556,-19.824722],[147.821838,-19.710691],[148.413452,-20.206388],[148.452988,-20.063612],[148.76889,-20.232462],[148.934418,-20.534723],[148.790253,-20.456944],[148.69165,-20.624443],[149.214691,-21.080002],[149.669479,-22.495171],[149.814651,-22.383923],[150.0383,-22.641006],[149.920807,-22.350555],[150.043732,-22.149029],[150.593018,-22.586113],[150.634552,-22.343056],[150.819122,-22.731941],[150.8004,-23.380693],[151.168045,-23.7925],[151.540253,-24.045834]]],[[[136.503326,-11.456388],[136.728699,-11.045139],[136.773865,-11.02125],[136.724976,-11.206944],[136.503326,-11.456388]]],[[[132.596069,-11.344723],[132.502197,-11.05139],[132.578857,-11.022501],[132.626343,-11.177778],[132.596069,-11.344723]]],[[[130.958862,-11.938889],[130.493439,-11.642014],[130.392685,-11.163403],[130.704956,-11.390278],[131.151718,-11.260765],[131.223511,-11.402014],[131.271515,-11.190278],[131.528595,-11.391945],[130.958862,-11.938889]]],[[[130.493561,-11.838612],[130.024704,-11.798472],[130.255676,-11.344167],[130.343994,-11.325555],[130.491058,-11.688612],[130.636581,-11.772917],[130.493561,-11.838612]]],[[[136.182739,-11.690834],[136.273743,-11.572222],[136.481216,-11.467221],[136.373291,-11.592499],[136.182739,-11.690834]]],[[[136.908783,-14.179266],[136.88916,-14.297779],[136.378021,-14.216389],[136.428314,-13.886946],[136.678864,-13.658056],[136.712891,-13.837916],[136.918457,-13.809584],[136.708023,-14.167777],[136.908783,-14.179266]]],[[[136.201355,-13.859999],[136.105103,-13.815278],[136.201767,-13.664584],[136.288864,-13.730277],[136.201355,-13.859999]]],[[[125.138321,-14.648611],[125.092484,-14.544445],[125.162201,-14.439028],[125.208038,-14.489166],[125.138321,-14.648611]]],[[[124.522491,-15.445278],[124.469154,-15.324722],[124.559708,-15.26],[124.646515,-15.400695],[124.522491,-15.445278]]],[[[136.524689,-15.646112],[136.51944,-15.549723],[136.605515,-15.524862],[136.587738,-15.634724],[136.524689,-15.646112]]],[[[137.054413,-15.83],[136.934418,-15.698889],[137.010193,-15.593055],[137.093018,-15.76639],[137.054413,-15.83]]],[[[139.148315,-16.760834],[139.306641,-16.462498],[139.733582,-16.455833],[139.441925,-16.667778],[139.148315,-16.760834]]],[[[139.428314,-17.146111],[139.400116,-17.088751],[139.554138,-17.031876],[139.570251,-17.105],[139.428314,-17.146111]]],[[[146.289978,-18.493889],[146.22052,-18.46833],[146.085999,-18.254375],[146.269714,-18.308334],[146.289978,-18.493889]]],[[[115.368874,-20.880833],[115.302765,-20.815973],[115.438171,-20.667221],[115.459717,-20.772778],[115.368874,-20.880833]]],[[[151.227173,-23.786667],[151.066071,-23.605278],[151.018463,-23.456388],[151.222473,-23.558613],[151.227173,-23.786667]]],[[[153.081635,-25.795834],[152.943024,-25.558334],[153.281647,-24.699165],[153.371063,-25.014168],[153.081635,-25.795834]]],[[[113.205551,-26.144722],[112.952492,-25.784445],[112.953873,-25.487776],[113.00325,-25.499027],[113.205551,-26.144722]]],[[[153.425262,-27.362778],[153.358353,-27.061527],[153.444427,-27.019306],[153.46637,-27.034168],[153.425262,-27.362778]]],[[[153.406921,-27.73111],[153.433594,-27.416111],[153.540939,-27.418055],[153.453995,-27.726387],[153.406921,-27.73111]]],[[[137.91095,-35.729378],[138.112732,-35.86972],[137.760956,-35.866043],[137.455444,-36.085342],[136.712189,-36.056664],[136.533875,-35.882221],[137.3172,-35.590691],[137.91095,-35.729378]]],[[[145.355804,-38.431114],[145.29567,-38.298752],[145.49649,-38.362366],[145.421356,-38.377499],[145.355804,-38.431114]]],[[[145.354126,-38.57],[145.271362,-38.520836],[145.11705,-38.531109],[145.282898,-38.452503],[145.354126,-38.57]]],[[[143.921631,-40.136391],[143.837738,-39.873055],[143.977463,-39.573891],[144.146454,-39.92944],[143.921631,-40.136391]]],[[[148.128845,-40.274445],[147.760742,-39.877983],[147.881897,-39.754173],[148.279419,-39.965836],[148.33136,-40.219166],[148.128845,-40.274445]]],[[[148.339142,-40.503334],[148.318298,-40.435272],[147.998566,-40.389725],[148.343018,-40.306664],[148.479141,-40.430695],[148.339142,-40.503334]]],[[[144.888885,-40.729439],[144.926224,-40.617222],[145.016083,-40.695549],[144.926361,-40.722496],[144.888885,-40.729439]]],[[[146.916702,-43.617844],[146.0383,-43.498055],[145.932678,-43.376316],[146.234543,-43.325142],[145.836914,-43.297226],[145.459686,-42.904442],[145.205231,-42.25695],[145.469421,-42.523056],[145.552048,-42.351109],[144.858582,-41.544449],[144.637207,-41.031944],[144.701355,-40.759171],[146.58609,-41.186661],[147.971832,-40.744789],[148.273315,-40.901108],[148.363846,-42.222427],[148.195267,-41.94545],[147.84288,-42.872917],[147.999695,-42.907078],[147.995529,-43.227589],[147.789703,-43.246948],[147.631622,-43.065552],[147.706497,-42.938328],[147.899414,-43.026875],[147.825806,-42.931946],[147.557465,-42.830559],[147.427124,-43.04174],[147.317474,-42.846664],[147.247452,-43.269169],[146.970093,-43.137085],[147.095337,-43.288715],[146.916702,-43.617844]]],[[[148.01416,-42.753059],[148.018738,-42.61972],[148.128006,-42.590275],[148.168167,-42.665554],[148.01416,-42.753059]]],[[[147.361633,-43.263062],[147.29303,-43.157082],[147.357178,-43.075005],[147.432739,-43.241943],[147.361633,-43.263062]]],[[[147.302765,-43.513336],[147.123016,-43.421944],[147.300262,-43.262779],[147.36496,-43.385834],[147.302765,-43.513336]]],[[[158.879669,-54.753891],[158.833862,-54.668892],[158.960373,-54.476383],[158.945526,-54.576393],[158.879669,-54.753891]]]]},{"type":"MultiPolygon","coordinates":[[[[163.766113,-82.08168],[163.858078,-82.178482],[163.439743,-82.259888],[165.319458,-82.421951],[165.458054,-82.494865],[165.240143,-82.553894],[167.366669,-82.80278],[166.81308,-82.822784],[167.159866,-82.911812],[166.752808,-82.977524],[168.36026,-82.994171],[168.688263,-83.150566],[167.50528,-83.444168],[169.250824,-83.330017],[172.317276,-83.600777],[171.905029,-83.801697],[174.741669,-83.828354],[178.189423,-84.184189],[179.511688,-84.155014],[179.615128,-84.174744],[179.323196,-84.242233],[179.99,-84.302246],[179.99,-88],[0,-88],[-179.99,-88],[-179.99,-84.305344],[-177.721954,-84.498337],[-174.517242,-84.443069],[-169.223358,-84.663895],[-168.445282,-84.842224],[-167.211945,-84.788895],[-162.526672,-85.250565],[-157.483337,-85.448624],[-152.810577,-85.328064],[-150.239471,-85.463623],[-148.138336,-85.090836],[-139.661407,-85.24501],[-138.589447,-84.984726],[-149.294739,-84.561951],[-151.691132,-84.324173],[-153.05307,-84.012787],[-153.232788,-83.818619],[-152.943634,-83.648346],[-153.007507,-83.087509],[-151.794189,-82.577789],[-154.887863,-81.893204],[-154,-81.648346],[-154.205017,-81.552231],[-156.956055,-81.252296],[-156.546417,-81.096954],[-154.921692,-81.001953],[-148.413361,-81.357513],[-148.060028,-81.101395],[-145.52417,-80.460556],[-146.811951,-79.887512],[-154.298065,-79.057236],[-155.906403,-78.719727],[-156.013977,-78.663757],[-154.083618,-78.4814],[-153.750443,-78.311668],[-154.4328,-78.098618],[-156.811951,-78.270279],[-157.910278,-78.001953],[-158.167648,-77.846947],[-158.009598,-77.781815],[-158.06308,-77.657791],[-157.700714,-77.577507],[-157.844177,-77.363899],[-157.753082,-77.108063],[-156.483337,-77.358612],[-155.861389,-77.084457],[-153.790283,-77.174728],[-153.083618,-77.286667],[-152.972382,-77.371605],[-153.238892,-77.432991],[-153.106415,-77.497223],[-152.061127,-77.325287],[-149.662231,-77.761124],[-149.097656,-77.694382],[-149.414185,-77.570847],[-148.673889,-77.619446],[-147.5914,-77.422226],[-147.467224,-77.294449],[-147.099457,-77.377228],[-147.032227,-77.22084],[-146.268616,-77.4664],[-145.88446,-77.309662],[-146.221817,-77.161812],[-145.845291,-77.105423],[-146.301254,-77.00209],[-145.298889,-77.029175],[-146.102234,-76.840012],[-145.461334,-76.759033],[-146.932251,-76.45195],[-149.503342,-76.382156],[-148.101288,-76.095657],[-146.491669,-76.367508],[-145.479462,-76.443344],[-145.420441,-76.327232],[-146.295288,-76.039734],[-145.976685,-75.898895],[-144.20639,-75.837784],[-144.170563,-75.664459],[-142.745575,-75.636124],[-142.566406,-75.48056],[-140.243622,-75.466949],[-139.327789,-75.106674],[-137.020844,-75.011673],[-136.737518,-74.751678],[-134.303894,-74.532791],[-134.12973,-74.731125],[-133.262512,-74.847229],[-131.842224,-74.723892],[-129.650299,-74.861389],[-126.811401,-74.634735],[-121.478348,-74.742508],[-118.531677,-74.613617],[-118.345909,-74.535568],[-118.525146,-74.433891],[-117.743057,-74.308624],[-117.396957,-74.530838],[-114.697777,-74.469177],[-114.806732,-74.103142],[-114.003616,-73.889175],[-113.18486,-74.185005],[-113.510002,-74.301956],[-113.448341,-74.462791],[-112.933617,-74.446953],[-113.548897,-74.631393],[-113.445419,-74.706398],[-112.637222,-74.684723],[-112.654167,-74.858612],[-111.343063,-74.759445],[-111.721329,-74.590981],[-111.38903,-74.466812],[-111.647369,-74.291817],[-111.503891,-74.191681],[-110.154716,-74.28418],[-109.962929,-74.546951],[-110.140762,-74.660698],[-109.943756,-74.771393],[-110.774437,-74.962784],[-110.588058,-75.01918],[-110.95639,-75.152992],[-110.383057,-75.306122],[-109.068619,-75.128891],[-106.979446,-75.347778],[-105.834457,-75.127228],[-103.338058,-75.028336],[-100.83139,-75.307785],[-99.513893,-75.09626],[-99.743484,-74.917229],[-100.84584,-74.818542],[-100.151741,-74.757156],[-100.505974,-74.668549],[-100.143753,-74.612991],[-100.248062,-74.490845],[-101.324455,-74.482643],[-101.67334,-73.993896],[-102.901398,-73.875839],[-102.814445,-73.731956],[-103.013344,-73.637924],[-100.310562,-73.75],[-99.195557,-73.610565],[-100.460854,-73.366394],[-103.036118,-73.326401],[-103.60112,-72.896118],[-103.176117,-72.733337],[-102.318748,-72.806114],[-102.663193,-73.002579],[-102.099167,-73.084732],[-98.835556,-72.973343],[-96.51889,-73.306122],[-92.45195,-73.153625],[-90.861115,-73.326675],[-89.321053,-73.052437],[-89.280151,-72.780014],[-89.528412,-72.633415],[-89.261124,-72.63945],[-88.338181,-72.821152],[-88.825218,-73.108406],[-88.709167,-73.179459],[-87.641113,-73.157501],[-86.840836,-73.336395],[-85.976395,-73.040428],[-85.481323,-73.352364],[-85.72654,-73.496124],[-85.599731,-73.558334],[-83.689873,-73.656258],[-82.134171,-73.943344],[-81.229042,-73.838066],[-81.037086,-73.705284],[-81.302925,-73.505356],[-81.25528,-73.363892],[-80.526955,-73.449455],[-80.695557,-73.050568],[-78.958893,-73.392502],[-78.789734,-73.693069],[-77.400009,-73.523621],[-76.608894,-73.590286],[-77.092644,-73.818893],[-76.962784,-73.873062],[-75.203903,-73.662506],[-73.93251,-73.710281],[-73.070847,-73.488892],[-69.428345,-73.197235],[-67.63028,-72.84584],[-66.800278,-72.406189],[-66.952095,-72.192513],[-66.864731,-71.888763],[-67.534309,-71.457787],[-67.402924,-71.036537],[-67.956261,-70.263756],[-68.391251,-70.118202],[-68.502296,-69.941467],[-68.339447,-69.678894],[-68.832779,-69.413544],[-68.204727,-69.266953],[-67.396957,-69.350571],[-66.659874,-69.021263],[-67.488342,-68.813965],[-66.931808,-68.769241],[-67.173683,-68.50396],[-66.937645,-68.376534],[-67.161537,-68.296738],[-66.592232,-68.242928],[-66.916397,-68.220001],[-67.157227,-68.010559],[-66.78598,-67.900909],[-66.713821,-67.799728],[-67.023209,-67.782158],[-66.679863,-67.733063],[-66.898964,-67.676605],[-66.433762,-67.527092],[-67.166397,-67.489174],[-67.624939,-67.551254],[-67.540848,-67.308624],[-67.602455,-67.171043],[-67.152512,-66.931122],[-66.859383,-66.922859],[-66.873337,-67.077789],[-66.399452,-66.882225],[-66.486115,-66.612511],[-66.097092,-66.564728],[-65.694176,-66.12709],[-65.215286,-66.16806],[-65.282021,-65.988892],[-64.92334,-65.932091],[-64.447784,-65.977921],[-64.660011,-65.74334],[-64.316116,-65.778893],[-64.404312,-65.62751],[-64.048065,-65.675568],[-64.171669,-65.542229],[-63.718475,-65.499031],[-64.051956,-65.424591],[-63.922501,-65.03389],[-63.090561,-65.133896],[-62.995834,-65.08139],[-63.153893,-64.925842],[-62.768475,-64.846184],[-62.938404,-64.800903],[-62.530838,-64.907227],[-62.330002,-64.861809],[-62.611393,-64.757851],[-62.458477,-64.592781],[-62.224308,-64.761673],[-60.943264,-64.275909],[-60.854729,-64.139725],[-60.997921,-64.038895],[-60.02417,-63.942642],[-59.837921,-63.77153],[-59.432503,-63.88945],[-58.904171,-63.531807],[-57.197781,-63.205421],[-56.732922,-63.60931],[-57.146671,-63.634445],[-57.151531,-63.46954],[-57.386395,-63.462643],[-58.646118,-63.979729],[-58.88028,-64.2164],[-58.778641,-64.535812],[-59.493057,-64.316116],[-59.498753,-64.534729],[-59.918892,-64.412231],[-61.630699,-65.227371],[-61.952503,-65.177788],[-62.124451,-65.295975],[-62.07917,-65.452789],[-61.683613,-65.535286],[-62.092224,-65.571396],[-62.457363,-65.911118],[-61.87278,-66.171951],[-61.338474,-66.061882],[-61.313755,-65.915985],[-61.079449,-66.061119],[-61.011669,-65.91362],[-60.56403,-65.950699],[-60.93042,-66.256256],[-61.144447,-66.326813],[-61.416672,-66.12529],[-61.739311,-66.467514],[-62.172783,-66.181808],[-62.86459,-66.25251],[-62.447014,-66.438683],[-62.675835,-66.549583],[-62.437778,-66.669273],[-62.608894,-66.728348],[-63.159588,-66.298759],[-63.67556,-66.218338],[-63.768612,-66.352234],[-63.588821,-66.373131],[-63.974728,-66.47084],[-63.806393,-66.583893],[-64.103897,-66.568062],[-64.184448,-66.732719],[-63.778893,-66.775284],[-63.750977,-66.895287],[-64.837784,-66.951401],[-64.934067,-67.015358],[-64.672646,-67.155701],[-64.920425,-67.222649],[-64.763763,-67.310287],[-65.414726,-67.337784],[-65.611809,-67.562851],[-65.29834,-67.668205],[-65.611946,-67.883057],[-65.338829,-67.974976],[-65.719177,-68.150841],[-64.770149,-68.116119],[-65.592995,-68.352989],[-65.09626,-68.438622],[-65.438614,-68.595291],[-65.31945,-68.707924],[-63.861355,-68.83577],[-64.391541,-68.516113],[-63.614174,-68.355286],[-62.738129,-68.413475],[-63.966805,-68.531395],[-63.212017,-68.799934],[-63.698059,-68.740562],[-63.466118,-68.901115],[-63.623199,-68.972504],[-63.36903,-69.052643],[-63.642921,-69.224174],[-63.246117,-69.148201],[-63.142784,-69.360291],[-62.473476,-69.461533],[-62.628197,-69.854866],[-61.942432,-70.232849],[-62.481392,-70.229172],[-62.473057,-70.38987],[-62.176392,-70.539459],[-61.490082,-70.519508],[-62.200977,-70.700981],[-62.135838,-70.858902],[-61.390003,-70.813347],[-60.946808,-71.159523],[-61.101952,-71.235565],[-60.972088,-71.364311],[-61.268337,-71.32653],[-61.109653,-71.42028],[-61.935143,-71.650429],[-61.258896,-71.538895],[-60.905697,-71.7425],[-62.525002,-71.919724],[-62.255348,-71.998619],[-62.546043,-72.049377],[-61.334171,-72.133202],[-60.858753,-72.005981],[-61.066948,-72.160767],[-60.795559,-72.237236],[-60.991322,-72.284027],[-60.859306,-72.39209],[-61.509449,-72.478897],[-61.246948,-72.703903],[-60.61528,-72.645004],[-60.623615,-73.025291],[-59.777363,-72.897369],[-59.858616,-73.236259],[-60.462784,-73.147781],[-60.599724,-73.360291],[-61.903061,-73.133347],[-61.435768,-73.346603],[-61.835976,-73.369591],[-61.623615,-73.535904],[-60.774445,-73.543625],[-60.919312,-73.707375],[-60.591534,-73.709381],[-60.977783,-73.957779],[-61.757641,-73.917366],[-61.042362,-74.093201],[-61.738892,-74.293625],[-61.627644,-74.442085],[-62.024448,-74.632507],[-61.887505,-74.83223],[-62.531395,-74.982513],[-62.630001,-74.758896],[-63.245834,-74.604172],[-63.048058,-74.89209],[-63.989586,-75.004585],[-63.101044,-75.131538],[-64.447227,-75.303757],[-63.099377,-75.328545],[-63.429169,-75.450562],[-66.313614,-76.034729],[-69.385284,-76.296112],[-70.476395,-76.707779],[-75.444458,-76.546402],[-76.167236,-76.382507],[-76.380569,-76.065002],[-77.771667,-75.9189],[-77.737228,-76.031952],[-78.471115,-76.195557],[-78.353615,-76.33091],[-78.47834,-76.403336],[-75.632782,-77.508621],[-74.483063,-77.458893],[-72.848206,-77.656258],[-73.674179,-77.985291],[-74.915283,-78.141113],[-81.488899,-77.648552],[-80.611877,-77.890144],[-81.470001,-77.897232],[-78.130005,-78.283615],[-77.488892,-78.523201],[-78.957504,-78.813339],[-81.090836,-78.777512],[-83.171402,-78.278625],[-84.101883,-78.360146],[-82.885284,-79.008621],[-81.517227,-79.175293],[-80.635559,-79.619171],[-80.405975,-79.593063],[-80.551392,-79.276123],[-80.202789,-79.228897],[-77.029449,-79.279449],[-76.318619,-79.404175],[-76.083687,-79.651115],[-77.321945,-80.011398],[-79.956322,-79.92292],[-79.849457,-79.954453],[-76.089447,-80.197235],[-74.693893,-80.697235],[-67.848068,-81.357788],[-59.648056,-82.433899],[-58.777641,-82.651398],[-59.087505,-82.962364],[-58.210838,-83.03334],[-55.545563,-82.387787],[-53.725838,-82.150284],[-48.129173,-81.83139],[-43.08445,-81.851395],[-41.488892,-81.383347],[-28.319447,-80.276947],[-28.059862,-80.008202],[-30.203751,-79.664238],[-27.090139,-79.017715],[-33.001114,-79.453903],[-35.985001,-79.01918],[-36.299725,-78.77195],[-35.70723,-78.308334],[-33.886116,-77.660568],[-31.549168,-77.33168],[-28.305279,-76.565292],[-24.560837,-76.083344],[-17.778614,-75.733902],[-18.258335,-75.50042],[-17.321667,-75.040009],[-17.147224,-74.784729],[-13.711459,-73.944519],[-14.59639,-73.8125],[-16.326115,-74.063904],[-16.915697,-73.980148],[-16.074306,-73.754242],[-16.893475,-73.770004],[-16.023613,-73.320282],[-14.441113,-73.232788],[-13.73375,-73.010979],[-14.452778,-72.792236],[-13.406113,-72.823059],[-11.657778,-72.32695],[-11.369167,-72.158615],[-11.343334,-71.939728],[-12.140835,-71.651123],[-12.283195,-71.384033],[-11.577501,-71.275284],[-11.596946,-71.55806],[-11.019445,-71.657227],[-10.051946,-71.115005],[-10.437292,-70.99688],[-9.869357,-70.900208],[-9.467085,-70.920563],[-9.669862,-71.023827],[-8.936528,-71.230141],[-8.641668,-71.742508],[-8.366945,-71.825836],[-7.332778,-71.689178],[-7.712917,-71.415977],[-7.02889,-70.994446],[-6.021111,-70.699722],[-5.442084,-70.885979],[-6.103195,-71.144592],[-6.009167,-71.4189],[-2.285278,-71.171677],[-2.335834,-71.282509],[-2.093889,-71.486115],[-1.053334,-71.276672],[-0.780694,-71.381676],[-0.918333,-71.583061],[-0.2975,-71.65889],[0.928161,-71.165024],[4.397885,-70.677505],[6.722591,-70.583084],[7.557308,-70.16835],[7.966182,-70.178894],[8.490076,-70.478073],[9.07287,-70.340569],[8.682856,-70.074463],[9.231195,-70.095001],[10.655512,-70.6446],[11.270622,-70.710281],[12.037163,-70.720291],[12.740349,-70.281128],[14.165642,-70.158905],[15.705925,-70.278625],[18.026905,-69.96946],[23.246754,-70.546417],[31.08342,-69.773895],[32.902321,-69.276947],[33.026711,-69.056396],[33.440411,-68.953835],[33.298813,-68.767662],[33.430489,-68.647942],[34.140358,-68.482788],[34.652412,-68.542099],[34.880043,-68.87558],[35.619484,-69.158081],[36.414528,-69.314453],[36.486885,-69.445847],[36.076958,-69.389877],[36.129768,-69.529602],[36.722572,-69.728073],[37.136208,-69.401947],[37.907295,-69.248627],[37.853981,-69.530716],[37.146461,-69.661682],[38.009804,-69.746674],[38.242012,-69.988907],[38.233604,-69.807106],[38.564491,-69.50058],[38.692497,-69.560089],[38.547035,-69.721695],[38.650368,-69.988632],[39.033821,-69.736961],[39.701759,-69.648636],[39.543953,-69.439735],[39.885201,-69.386894],[39.634804,-69.226959],[39.807137,-69.167923],[39.760353,-68.954468],[41.111885,-68.522095],[42.290627,-68.363907],[42.845367,-68.088348],[44.465912,-67.98114],[45.008942,-67.732513],[46.300323,-67.643082],[46.399235,-67.587379],[46.249237,-67.355293],[46.55143,-67.277252],[47.449223,-67.420845],[47.016376,-67.553215],[47.386295,-67.720291],[48.208958,-67.635567],[49.161316,-67.386406],[48.263279,-67.160439],[49.172852,-66.862946],[49.303955,-66.956131],[49.151703,-67.088623],[49.797577,-67.020294],[50.689484,-67.181396],[50.848602,-67.135155],[50.458527,-67.063904],[50.443466,-66.893555],[50.167969,-66.728767],[50.413116,-66.441971],[51.988922,-65.975586],[53.778961,-65.840027],[55.627838,-66.00959],[56.272545,-66.386688],[57.307278,-66.556671],[57.332561,-66.69828],[56.87756,-66.700012],[56.733948,-66.900909],[58.92392,-67.181396],[59.066216,-67.299103],[58.900604,-67.362236],[59.110619,-67.412231],[60.518547,-67.369461],[62.728119,-67.646957],[63.77755,-67.516403],[68.297562,-67.866119],[69.644791,-67.753906],[69.667557,-68.132233],[70.102005,-68.523895],[69.391418,-68.840294],[69.795609,-68.919609],[69.298813,-69.104179],[69.762527,-69.229187],[69.74617,-69.359055],[68.904373,-69.366272],[68.820602,-69.544174],[69.334702,-69.635918],[69.078781,-69.737099],[69.209763,-69.860023],[68.71434,-70.025154],[68.094742,-69.879471],[67.646988,-70.390572],[67.994766,-70.518631],[68.254623,-70.435295],[68.210236,-70.742798],[68.593948,-70.770584],[68.848572,-70.523209],[68.669632,-70.364883],[69.144791,-70.33139],[69.300308,-70.443069],[69.247192,-70.662788],[68.981705,-70.996414],[67.604126,-71.585228],[67.899002,-71.647934],[67.340263,-72.066193],[68.936417,-72.425003],[70.839798,-71.94223],[71.115189,-71.635841],[71.451584,-71.538895],[71.256577,-71.379524],[71.499069,-70.961815],[71.848679,-70.848892],[71.818527,-70.715843],[72.521439,-70.635025],[72.500076,-70.448059],[72.841995,-70.441124],[72.616028,-70.212921],[72.930069,-70.012512],[74.073685,-69.751953],[74.981033,-69.752663],[75.078934,-69.5625],[75.814346,-69.59446],[76.058121,-69.392227],[77.747269,-69.116974],[78.127045,-68.776543],[77.846146,-68.673065],[78.116409,-68.459732],[79.125626,-68.096405],[81.357559,-67.795486],[81.442276,-67.630295],[82.059341,-67.670441],[81.478798,-67.493896],[82.014481,-67.251678],[82.656563,-67.39389],[83.403397,-67.156677],[85.798927,-67.177094],[87.502518,-66.894745],[88.1026,-66.652306],[88.235291,-66.036263],[88.48201,-66.078079],[88.833939,-66.516113],[88.737793,-66.713913],[88.967224,-66.761398],[92.00531,-66.533905],[95.636185,-66.680557],[97.090332,-66.546112],[97.59436,-66.738487],[98.261963,-66.516113],[98.855591,-66.561966],[99.283081,-66.880844],[100.953918,-66.080841],[102.62616,-65.901123],[106.766144,-66.410019],[107.804779,-66.398361],[108.824219,-66.831131],[110.629761,-66.486679],[110.891724,-66.063629],[113.315338,-65.713348],[114.431427,-66.179474],[114.537247,-66.476959],[116.187958,-66.368217],[117.031158,-66.846954],[117.766998,-66.989746],[121.023933,-66.826675],[122.183357,-66.547806],[122.985878,-66.648766],[122.989487,-66.776672],[124.289223,-66.511688],[124.614487,-66.55336],[124.734756,-66.743896],[125.190018,-66.734192],[125.551437,-66.418198],[126.356163,-66.279724],[126.988358,-66.457909],[126.936699,-66.836815],[128.844345,-67.142242],[129.301987,-67.015427],[129.332458,-66.728722],[129.675598,-66.476135],[130.35199,-66.225845],[133.528107,-66.057251],[134.252258,-66.198067],[134.431122,-65.969467],[134.063293,-65.425301],[134.185593,-65.260712],[134.101578,-65.126396],[134.407257,-64.925308],[134.994476,-65.041687],[135.27446,-65.442932],[134.947784,-66.093063],[141.369446,-66.838348],[141.994446,-66.776672],[142.566406,-66.994171],[143.400024,-66.851135],[143.881546,-67.09127],[144.458344,-67.023071],[144.585571,-67.245285],[145.395981,-67.016815],[145.874603,-67.199196],[145.303619,-67.604385],[146.633209,-67.70668],[147.145294,-67.992516],[146.962921,-68.141548],[148.021393,-67.844048],[148.617798,-67.974319],[148.220978,-68.13002],[148.813354,-68.335281],[151.001266,-68.393486],[151.131882,-68.566879],[150.960922,-68.860085],[151.194748,-68.980721],[152.460571,-68.765854],[153.768616,-68.922241],[153.880981,-68.760979],[153.684311,-68.631683],[153.907928,-68.594528],[153.625839,-68.397385],[153.778351,-68.343628],[154.693344,-68.621399],[154.411957,-68.665291],[154.564194,-68.794044],[154.288971,-68.859947],[154.856689,-69.102524],[156.326263,-69.240158],[157.14946,-69.156822],[157.107376,-68.988358],[157.244873,-68.94558],[157.55307,-69.238625],[159.677368,-69.662514],[160.968903,-70.255569],[161.676392,-70.205017],[161.891541,-70.350716],[162.035706,-70.199043],[162.070984,-70.422661],[162.745148,-70.279045],[163.520844,-70.675003],[163.776596,-70.625854],[163.553894,-70.465286],[165.391083,-70.558914],[165.820831,-70.718063],[166.771667,-70.611679],[166.89624,-70.697723],[166.472275,-70.710426],[167.767517,-70.780838],[167.931366,-70.896675],[167.83017,-70.988693],[168.23764,-71.151817],[170.26265,-71.65876],[170.432236,-71.481117],[170.222504,-71.283974],[170.453033,-71.351669],[170.990356,-71.855682],[170.129974,-72.051407],[169.873032,-72.375862],[170.314728,-72.306671],[170.318054,-72.583351],[170.061523,-72.607437],[170.202484,-72.677231],[169.681641,-73.05307],[169.270981,-73.080994],[169.079163,-73.527527],[168.646362,-73.416397],[168.383881,-73.626129],[167.562775,-73.406815],[167.646957,-73.467094],[165.856094,-73.863831],[165.996796,-73.927994],[165.563614,-73.920853],[166.231735,-74.058067],[166.121109,-74.129318],[164.789047,-74.134735],[165.354584,-74.539597],[165.313324,-74.676697],[164.492661,-74.634041],[164.540558,-74.774185],[164.142517,-74.616119],[163.661545,-74.769875],[163.87764,-74.946823],[162.547501,-75.098007],[162.626129,-75.445862],[163.063629,-75.536133],[162.899872,-75.892372],[163.130569,-75.933693],[162.34314,-76.170776],[162.868484,-76.244591],[162.776962,-76.316269],[162.932251,-76.583084],[162.627106,-76.616272],[163.069733,-76.73085],[162.342102,-76.948769],[163.243851,-77.049797],[163.897659,-77.470161],[163.61293,-77.553902],[163.755722,-77.624466],[163.61084,-77.696121],[164.568069,-77.745155],[164.558868,-77.999657],[164.232788,-78.147781],[164.928894,-78.035858],[165.02359,-78.250305],[165.540009,-78.003357],[165.703613,-78.089455],[165.448639,-78.190857],[165.780304,-78.292931],[165.706116,-78.398056],[167.085846,-78.500305],[167.263672,-78.657166],[166.217773,-78.520004],[164.494446,-78.569748],[162.901123,-78.806396],[162.781677,-78.948349],[161.825287,-78.86586],[160.494171,-79.020859],[160.040009,-79.152786],[160.509048,-79.221954],[160.347519,-79.351814],[160.736816,-79.447929],[159.097794,-79.974449],[160.374176,-79.913086],[160.524445,-80.041397],[158.066757,-80.28862],[158.810028,-80.483337],[160.891968,-80.377502],[160.988068,-80.493477],[159.763687,-80.572731],[161.174469,-80.635559],[160.01709,-80.793907],[160.846268,-80.896683],[160.509735,-80.961548],[160.835983,-81.086617],[160.621399,-81.20002],[162.188629,-81.30085],[160.398895,-81.524467],[162.275848,-81.662231],[162.320007,-81.783905],[163.766113,-82.08168]]]]}]},"properties":{"name":"Oceania","center":[167.97602,-29.037824],"postal":"OC","type":"Continent"}},"US":{"type":"Feature","geometry":{"type":"GeometryCollection","geometries":[{"type":"MultiPolygon","coordinates":[[[[-94.81758,49.38905],[-95.15609,49.38425],[-95.15906950917196,49.00000000000011],[-122.84,49.00000000000011],[-122.34,47.36],[-122.58736,47.096],[-123.12,48.04],[-124.56610107421876,48.3797149658204],[-124.68721008300784,48.18443298339855],[-123.89893,45.52341],[-124.53284,42.7659900000001],[-124.19442866520464,41.52666470727196],[-124.39807,40.3132],[-123.86517,39.76699000000014],[-123.7272,38.95166000000012],[-121.71457,36.16153],[-120.74433,35.15686000000011],[-120.62286,34.60855],[-120.36778,34.44711],[-118.51989482279971,34.02778157757575],[-118.4106022758975,33.74090922312451],[-117.12776,32.53534],[-114.72139,32.72083],[-114.815,32.52528],[-111.02361,31.33472],[-108.24194,31.34222],[-108.24,31.7548537181664],[-106.50759,31.75452],[-105.03737,30.64402],[-104.45697,29.57196],[-103.11,28.97],[-102.48,29.76],[-100.9576,29.38071000000014],[-99.51999999999988,27.54],[-99.01999999999988,26.37],[-97.63591781736798,25.8728456762104],[-97.13999999999982,25.87],[-97.37999999999988,26.69],[-97.13999999999982,27.83],[-94.69,29.48000000000013],[-91.62678499999988,29.67700000000014],[-90.88022,29.14853500000013],[-89.40823,29.15961],[-89.21767,29.29108],[-89.41373,29.89419],[-89.18049,30.31598],[-87.53036,30.27433],[-85.7731,30.15261000000013],[-85.10882,29.63615],[-84.1,30.09000000000012],[-82.9299999999999,29.10000000000014],[-82.65,28.55000000000016],[-82.85526,27.88624],[-81.70999999999981,25.87],[-81.33,25.64],[-81.17213,25.20126000000014],[-80.6799999999999,25.08],[-80.38103,25.20616],[-80.13155999999987,25.816775],[-80.05653928497756,26.88000000000014],[-80.53558499999988,28.47213],[-81.31371,30.03552000000011],[-81.33629,31.44049],[-80.30132,32.509355],[-79.20357,33.15839],[-79.06067,33.49395],[-77.3976349999999,34.51201],[-76.36318,34.80854000000014],[-75.72749,35.55074000000013],[-75.86803999999984,36.55125],[-75.94023,37.21689],[-75.05673,38.40412000000012],[-75.0718347647898,38.78203223017928],[-74.17838,39.70926],[-73.96244,40.42763],[-74.00652136188002,40.75604427522547],[-73.69404371827841,40.76263071001708],[-73.68113592267038,40.58144705877471],[-73.345,40.63],[-71.94499999999982,40.93],[-69.96503,41.63717000000017],[-69.88497,41.92283000000012],[-70.185,42.145],[-70.81489,42.8653],[-70.11617,43.68405000000016],[-66.96466,44.80970000000016],[-67.79046,47.06636],[-68.23444,47.35486],[-69.23722,47.447781],[-70.6599999999998,45.46],[-71.405,45.25500000000014],[-71.50505999999987,45.0082000000001],[-74.867,45.00048000000013],[-76.82003414580558,43.62878428809376],[-79.17167355011188,43.46633942318431],[-78.9393621487437,42.86361135514812],[-82.43927771679162,41.67510508886733],[-83.11999999999989,42.08],[-82.13764238150398,43.57108755144],[-82.55092464875818,45.34751658790546],[-83.59285071484308,45.81689362241255],[-83.46955074739463,45.99468638771259],[-84.1421195136733,46.51222585711574],[-88.37811418328653,48.30291758889382],[-89.6,48.0100000000001],[-91.64,48.14],[-93.08121711015704,48.61906207508886],[-94.6515914797783,48.72991666827664],[-94.81758,49.38905]]]]},{"type":"MultiPolygon","coordinates":[[[[-179.081492,51.286444],[-179.069447,51.262844],[-179.061594,51.254543],[-179.061594,51.247707],[-179.085154,51.242906],[-179.103098,51.226467],[-179.119008,51.215399],[-179.136667,51.22724],[-179.129709,51.243598],[-179.13447,51.255764],[-179.142039,51.26557],[-179.143463,51.275051],[-179.143503,51.275051],[-179.134145,51.283759],[-179.118601,51.290188],[-179.088246,51.296088],[-179.081492,51.286444]]],[[[-178.973622,51.312445],[-178.986887,51.307522],[-178.992665,51.326239],[-178.990468,51.334174],[-178.978383,51.353827],[-178.980295,51.36286],[-178.986887,51.377021],[-178.985829,51.384223],[-178.972239,51.396552],[-178.954416,51.395209],[-178.917551,51.377427],[-178.904246,51.353827],[-178.913889,51.345771],[-178.933054,51.344184],[-178.948313,51.33983],[-178.973622,51.312445]]],[[[178.769216,51.639716],[178.78712,51.623847],[178.800304,51.635443],[178.814789,51.635932],[178.829275,51.628607],[178.841807,51.617011],[178.85377,51.620673],[178.869884,51.621812],[178.88738,51.620551],[178.920177,51.611802],[178.927908,51.607164],[178.931163,51.600287],[178.934337,51.588609],[178.941905,51.584947],[178.951834,51.583808],[178.961681,51.579779],[178.966645,51.578925],[178.986339,51.577826],[178.992686,51.576646],[178.996837,51.572333],[179.006114,51.558539],[179.009288,51.555569],[179.020763,51.549954],[179.060313,51.514594],[179.122895,51.480414],[179.139985,51.476793],[179.183442,51.473212],[179.195323,51.470526],[179.204275,51.46308],[179.228038,51.439195],[179.240082,51.416693],[179.257579,51.413642],[179.294281,51.419013],[179.291026,51.414984],[179.288748,51.411322],[179.285655,51.408026],[179.28004,51.404731],[179.28004,51.398505],[179.379242,51.401923],[179.400076,51.408433],[179.458507,51.381293],[179.472341,51.370551],[179.454275,51.370347],[179.421153,51.364163],[179.403575,51.364407],[179.405772,51.368394],[179.406912,51.368638],[179.410411,51.370551],[179.396658,51.376899],[179.382823,51.377346],[179.355154,51.370551],[179.348643,51.367418],[179.340668,51.35928],[179.335216,51.357571],[179.326996,51.358588],[179.31072,51.363267],[179.301117,51.364407],[179.287852,51.361029],[179.271169,51.35456],[179.254893,51.350287],[179.243012,51.353827],[179.23585,51.363471],[179.234223,51.372016],[179.237804,51.380764],[179.24643,51.391059],[179.076915,51.453559],[179.058442,51.467597],[179.041026,51.477037],[179.039073,51.482896],[179.034516,51.490627],[179.026866,51.500922],[179.014171,51.509019],[178.988129,51.522162],[178.960134,51.542141],[178.941417,51.55036],[178.872325,51.571357],[178.83839,51.576646],[178.799978,51.571112],[178.78297,51.57217],[178.779633,51.582831],[178.753591,51.582831],[178.735118,51.584906],[178.719412,51.592108],[178.701915,51.607367],[178.689464,51.615383],[178.636404,51.637437],[178.666677,51.655015],[178.682628,51.659003],[178.721202,51.642808],[178.769216,51.639716]]],[[[178.231293,51.831773],[178.237153,51.830512],[178.243826,51.830715],[178.252208,51.829901],[178.271821,51.825019],[178.31365,51.821926],[178.333995,51.81623],[178.350352,51.806952],[178.396169,51.7685],[178.381114,51.772366],[178.356456,51.767401],[178.341482,51.7685],[178.331228,51.774237],[178.311697,51.79206],[178.303722,51.795722],[178.285981,51.79975],[178.260265,51.809638],[178.236583,51.822943],[178.224864,51.836737],[178.231293,51.831773]]],[[[-178.760487,51.752265],[-178.808298,51.747301],[-178.822703,51.756171],[-178.842722,51.77265],[-178.858144,51.788642],[-178.858876,51.795722],[-178.846059,51.805894],[-178.832224,51.825751],[-178.813588,51.839179],[-178.786529,51.829901],[-178.748484,51.817572],[-178.740183,51.783637],[-178.760487,51.752265]]],[[[-176.354115,51.836737],[-176.354115,51.829901],[-176.345693,51.830471],[-176.328359,51.829169],[-176.319936,51.829901],[-176.325307,51.814399],[-176.327382,51.810004],[-176.298289,51.821479],[-176.28303,51.822577],[-176.264719,51.81623],[-176.264719,51.810004],[-176.270375,51.806464],[-176.273915,51.802151],[-176.276479,51.796332],[-176.279001,51.788275],[-176.263905,51.783149],[-176.258534,51.782131],[-176.258534,51.775295],[-176.274403,51.775133],[-176.286082,51.7685],[-176.292551,51.756741],[-176.292673,51.741156],[-176.30012,51.741156],[-176.307932,51.752387],[-176.315867,51.749579],[-176.330515,51.730292],[-176.340688,51.725816],[-176.351755,51.740871],[-176.360951,51.73371],[-176.37206,51.736721],[-176.38561,51.737128],[-176.397043,51.741889],[-176.401926,51.758205],[-176.409373,51.823676],[-176.403879,51.82099],[-176.39391,51.818264],[-176.388865,51.81623],[-176.395823,51.826321],[-176.423044,51.85102],[-176.392934,51.863105],[-176.347157,51.86994],[-176.303212,51.868964],[-176.279001,51.857164],[-176.292673,51.843736],[-176.311838,51.839789],[-176.333363,51.839342],[-176.354115,51.836737]]],[[[-176.120798,51.846869],[-176.111928,51.838568],[-176.107737,51.847317],[-176.093861,51.858588],[-176.062856,51.854967],[-176.030222,51.843166],[-176.011464,51.829901],[-176.01891,51.823676],[-175.999379,51.811957],[-175.990956,51.810004],[-175.998484,51.802558],[-176.026235,51.822333],[-176.031972,51.829901],[-176.049631,51.824856],[-176.065907,51.825385],[-176.097483,51.829901],[-176.106394,51.826483],[-176.104929,51.817816],[-176.094065,51.795722],[-176.109202,51.798977],[-176.121775,51.80565],[-176.130849,51.815904],[-176.13561,51.829901],[-176.148386,51.817939],[-176.152415,51.804511],[-176.149648,51.790229],[-176.141835,51.775295],[-176.148671,51.775295],[-176.151723,51.778998],[-176.159006,51.791449],[-176.162343,51.795722],[-176.162953,51.798529],[-176.161692,51.807318],[-176.162343,51.810004],[-176.166453,51.811265],[-176.175282,51.810777],[-176.194163,51.819973],[-176.208323,51.820014],[-176.219065,51.824368],[-176.223744,51.843573],[-176.201243,51.840888],[-176.199045,51.848863],[-176.210683,51.867133],[-176.204539,51.881008],[-176.190134,51.886705],[-176.173899,51.885321],[-176.162343,51.877672],[-176.137074,51.868598],[-176.128163,51.864],[-176.128163,51.859524],[-176.120798,51.846869]]],[[[-176.01891,51.891995],[-175.990956,51.884508],[-175.986887,51.886868],[-175.974965,51.89704],[-175.97053,51.898139],[-175.962595,51.888617],[-175.958323,51.874742],[-175.956776,51.860826],[-175.956858,51.85102],[-175.976999,51.852362],[-176.107737,51.884508],[-176.092356,51.894477],[-176.073313,51.903795],[-176.052561,51.910346],[-176.020945,51.912787],[-176.010325,51.912421],[-176.000234,51.910102],[-175.990956,51.905585],[-175.999094,51.904486],[-176.01891,51.898139],[-176.01891,51.891995]]],[[[-177.845448,51.851874],[-177.840647,51.836737],[-177.708974,51.837307],[-177.648183,51.847602],[-177.622182,51.857164],[-177.626698,51.832587],[-177.64741,51.820502],[-177.67516,51.816555],[-177.700999,51.81623],[-177.726796,51.812201],[-177.775217,51.796536],[-177.800282,51.795722],[-177.79719,51.786322],[-177.791453,51.77969],[-177.783274,51.775946],[-177.77302,51.775295],[-177.79662,51.759223],[-177.806101,51.745592],[-177.807444,51.728909],[-177.806508,51.703315],[-177.810374,51.69538],[-177.837514,51.67536],[-177.847849,51.671861],[-177.860666,51.675035],[-177.882883,51.685858],[-177.885203,51.674506],[-177.892527,51.667914],[-177.903554,51.665107],[-177.916982,51.665432],[-177.909535,51.659247],[-177.916127,51.645331],[-177.913035,51.630927],[-177.895863,51.603949],[-177.906728,51.59809],[-177.920115,51.596503],[-177.933461,51.5987],[-177.944325,51.603949],[-177.948842,51.610785],[-177.953806,51.630113],[-177.957997,51.637437],[-177.973622,51.645168],[-178.011179,51.648139],[-178.03246,51.659247],[-178.044626,51.665595],[-178.082509,51.662502],[-178.101389,51.665432],[-178.091908,51.690579],[-178.079945,51.700344],[-178.029368,51.700141],[-178.019032,51.702338],[-178.002146,51.711737],[-177.974558,51.715481],[-177.963083,51.720526],[-177.954823,51.729071],[-177.95051,51.741156],[-177.955393,51.763739],[-177.973988,51.778266],[-177.998891,51.786038],[-178.046254,51.791449],[-178.062082,51.799628],[-178.095164,51.823676],[-178.189565,51.854967],[-178.213816,51.876044],[-178.177073,51.905585],[-178.147817,51.9147],[-177.95226,51.92475],[-177.931264,51.918647],[-177.931264,51.911811],[-177.895497,51.889228],[-177.882883,51.884508],[-177.882883,51.877672],[-177.89269,51.867011],[-177.845448,51.851874]]],[[[-177.132314,51.730658],[-177.156687,51.700141],[-177.192616,51.709174],[-177.203847,51.713813],[-177.202097,51.707099],[-177.202463,51.702053],[-177.203562,51.697577],[-177.203847,51.692694],[-177.223826,51.697089],[-177.249216,51.687201],[-177.277659,51.680121],[-177.306874,51.692694],[-177.315053,51.687323],[-177.319569,51.686957],[-177.327341,51.692694],[-177.328318,51.694241],[-177.341013,51.706366],[-177.35676,51.71776],[-177.370798,51.723863],[-177.385447,51.726386],[-177.436147,51.725898],[-177.454335,51.722968],[-177.467641,51.716946],[-177.484812,51.705878],[-177.49885,51.703315],[-177.532786,51.706366],[-177.598582,51.702704],[-177.629587,51.691636],[-177.642649,51.66885],[-177.648061,51.654731],[-177.660024,51.652981],[-177.671986,51.659125],[-177.677439,51.66885],[-177.678782,51.678534],[-177.683339,51.686265],[-177.691762,51.693305],[-177.704701,51.700141],[-177.704701,51.706366],[-177.688181,51.712104],[-177.659047,51.729926],[-177.646352,51.73371],[-177.626332,51.731594],[-177.588816,51.722154],[-177.570668,51.720038],[-177.522898,51.720038],[-177.518992,51.723334],[-177.519114,51.730618],[-177.517568,51.73786],[-177.508901,51.741156],[-177.474721,51.741156],[-177.471995,51.743313],[-177.469065,51.747952],[-177.463857,51.752631],[-177.454294,51.754788],[-177.387766,51.761664],[-177.29247,51.782782],[-177.215525,51.818793],[-177.203847,51.870185],[-177.19929,51.878607],[-177.195505,51.900946],[-177.190175,51.911811],[-177.194407,51.929999],[-177.173451,51.935614],[-177.122182,51.932929],[-177.099802,51.930365],[-177.074818,51.922593],[-177.054677,51.909817],[-177.046824,51.891995],[-177.061147,51.887844],[-177.066965,51.881578],[-177.067738,51.874254],[-177.06725,51.867133],[-177.07433,51.858832],[-177.121897,51.843573],[-177.136952,51.822821],[-177.128977,51.783596],[-177.142405,51.761623],[-177.127756,51.747463],[-177.132314,51.730658]]],[[[-175.707631,51.973863],[-175.678456,51.966986],[-175.662058,51.967027],[-175.662058,51.959621],[-175.703928,51.952379],[-175.710439,51.950019],[-175.714955,51.937323],[-175.726064,51.933051],[-175.739695,51.934556],[-175.752024,51.939154],[-175.74592,51.948432],[-175.72411,51.973863],[-175.707631,51.973863]]],[[[-176.559885,51.960435],[-176.560292,51.947414],[-176.553782,51.937323],[-176.539662,51.932929],[-176.549428,51.91413],[-176.563914,51.909125],[-176.581492,51.909166],[-176.600535,51.905585],[-176.611399,51.895453],[-176.61852,51.881415],[-176.626943,51.869086],[-176.641469,51.864],[-176.641469,51.857164],[-176.588124,51.857164],[-176.595693,51.849351],[-176.598012,51.84394],[-176.596913,51.838324],[-176.594309,51.829901],[-176.569081,51.839057],[-176.549387,51.835517],[-176.529856,51.827704],[-176.504954,51.823676],[-176.504954,51.829901],[-176.51179,51.829901],[-176.504018,51.838935],[-176.491689,51.843736],[-176.463979,51.85102],[-176.440785,51.841864],[-176.427683,51.834296],[-176.426381,51.826809],[-176.431508,51.815009],[-176.427927,51.8039],[-176.426259,51.794664],[-176.437245,51.788275],[-176.433949,51.778062],[-176.429799,51.768866],[-176.42394,51.760972],[-176.415598,51.754788],[-176.427235,51.741441],[-176.454783,51.730455],[-176.470815,51.720038],[-176.490793,51.754218],[-176.522939,51.741523],[-176.588124,51.685858],[-176.593617,51.696112],[-176.601267,51.702582],[-176.610707,51.704291],[-176.621653,51.700141],[-176.614817,51.692694],[-176.629628,51.691962],[-176.642039,51.686835],[-176.651967,51.681098],[-176.659495,51.678412],[-176.671254,51.680854],[-176.683827,51.685492],[-176.696889,51.688463],[-176.710398,51.685858],[-176.719797,51.669013],[-176.724314,51.657172],[-176.721262,51.65176],[-176.711171,51.647773],[-176.706899,51.638332],[-176.707102,51.626858],[-176.710398,51.617011],[-176.751332,51.637437],[-176.771352,51.619615],[-176.784495,51.61286],[-176.799753,51.610785],[-176.814443,51.615546],[-176.824778,51.624823],[-176.824208,51.633734],[-176.806589,51.637437],[-176.806589,51.644965],[-176.819407,51.659898],[-176.828318,51.673814],[-176.829701,51.690579],[-176.820261,51.713813],[-176.827097,51.720038],[-176.895985,51.637437],[-176.902781,51.626939],[-176.909495,51.613349],[-176.917063,51.601549],[-176.926381,51.596503],[-176.952138,51.59219],[-176.969838,51.592678],[-176.977895,51.600287],[-176.975575,51.647121],[-176.966624,51.669135],[-176.90217,51.700141],[-176.889963,51.71015],[-176.882151,51.720364],[-176.879343,51.732367],[-176.882314,51.747301],[-176.861684,51.747952],[-176.85497,51.747301],[-176.8579,51.751776],[-176.861195,51.754788],[-176.820261,51.7685],[-176.820261,51.775295],[-176.842275,51.77383],[-176.866567,51.768866],[-176.889882,51.767157],[-176.909006,51.775295],[-176.91511,51.791938],[-176.904775,51.807563],[-176.885569,51.819159],[-176.864939,51.823676],[-176.85497,51.818183],[-176.846547,51.805976],[-176.833689,51.79385],[-176.810292,51.788275],[-176.726552,51.781968],[-176.704172,51.788275],[-176.721669,51.795559],[-176.755971,51.805487],[-176.769032,51.813178],[-176.779856,51.829047],[-176.778513,51.843166],[-176.767201,51.853339],[-176.74824,51.857164],[-176.706003,51.859687],[-176.758738,51.883979],[-176.779286,51.908677],[-176.781809,51.936469],[-176.776316,51.944485],[-176.758778,51.953437],[-176.741648,51.958319],[-176.722361,51.960517],[-176.683054,51.959621],[-176.660512,51.953192],[-176.648671,51.951809],[-176.638376,51.956488],[-176.62678,51.975165],[-176.621653,51.980129],[-176.604807,51.986762],[-176.58373,51.989691],[-176.562693,51.98786],[-176.545888,51.980129],[-176.553334,51.973863],[-176.559885,51.960435]]],[[[-175.874949,51.994371],[-175.867502,51.987494],[-175.850942,51.988837],[-175.834706,51.992743],[-175.819569,51.993964],[-175.80602,51.987494],[-175.876414,51.96894],[-175.910349,51.967231],[-175.950022,51.973863],[-175.939158,51.986477],[-175.919504,51.989447],[-175.897898,51.986274],[-175.881174,51.980129],[-175.880442,51.984809],[-175.878774,51.987779],[-175.87682,51.990465],[-175.874949,51.994371]]],[[[178.537852,51.896674],[178.516775,51.896186],[178.502615,51.901923],[178.471365,51.926256],[178.464529,51.932929],[178.459972,51.944403],[178.463227,51.952053],[178.469005,51.961168],[178.471934,51.976996],[178.477306,51.985907],[178.490408,51.988674],[178.506114,51.989936],[178.519705,51.994371],[178.52296,51.990546],[178.526134,51.988959],[178.533946,51.987494],[178.573416,51.975653],[178.590505,51.968248],[178.602306,51.953437],[178.604259,51.93769],[178.596202,51.929145],[178.58253,51.922349],[178.568044,51.911811],[178.574229,51.905585],[178.559093,51.900702],[178.537852,51.896674]]],[[[179.671397,51.877183],[179.6421,51.874172],[179.566742,51.88524],[179.557791,51.888251],[179.549327,51.894924],[179.522716,51.909125],[179.49822,51.916409],[179.497325,51.926215],[179.502615,51.935614],[179.506602,51.939154],[179.503673,51.9501],[179.49936,51.95893],[179.4935,51.966539],[179.486095,51.973863],[179.496267,51.978013],[179.516368,51.978217],[179.52711,51.980129],[179.558279,52.001858],[179.574474,52.004381],[179.597911,52.011542],[179.621267,52.022162],[179.636974,52.035346],[179.643403,52.030341],[179.649262,52.029039],[179.664236,52.02851],[179.670095,52.019843],[179.676524,52.015692],[179.683767,52.012844],[179.692149,52.008043],[179.718923,51.987494],[179.734548,51.978827],[179.749278,51.973578],[179.780935,51.967027],[179.775076,51.955471],[179.763845,51.946194],[179.753429,51.939643],[179.749848,51.936021],[179.755382,51.922675],[179.746593,51.913479],[179.722667,51.901923],[179.699718,51.886542],[179.671397,51.877183]]],[[[-175.995595,52.032945],[-175.985544,52.026435],[-175.963694,52.035346],[-175.975087,52.021918],[-176.030263,52.012844],[-176.046254,51.994371],[-176.028879,51.995998],[-176.021311,51.990709],[-176.02184,51.98135],[-176.028879,51.970445],[-176.04304,51.963365],[-176.057729,51.966946],[-176.080393,51.980129],[-176.122874,51.992621],[-176.138702,51.994371],[-176.138743,51.994371],[-176.155466,51.995347],[-176.164866,51.998603],[-176.170603,52.005032],[-176.190012,52.03852],[-176.194529,52.051093],[-176.193349,52.059556],[-176.187205,52.068061],[-176.175526,52.089667],[-176.169138,52.097398],[-176.143259,52.107123],[-176.105417,52.110745],[-176.068715,52.107652],[-176.046254,52.097398],[-176.00532,52.067816],[-175.998484,52.059556],[-175.998484,52.046698],[-175.995595,52.032945]]],[[[177.576996,51.988918],[177.563975,51.979071],[177.554454,51.968451],[177.574474,51.953437],[177.609141,51.95246],[177.614757,51.950019],[177.614431,51.936916],[177.612071,51.927924],[177.605968,51.925727],[177.594249,51.932929],[177.580333,51.925116],[177.57309,51.919582],[177.567638,51.911811],[177.555349,51.9206],[177.538748,51.92829],[177.521251,51.932929],[177.505544,51.932929],[177.494151,51.925686],[177.486095,51.915961],[177.477794,51.912991],[177.465099,51.925482],[177.471365,51.939154],[177.413585,51.93065],[177.392345,51.920885],[177.365977,51.912095],[177.354259,51.896064],[177.334483,51.839667],[177.330903,51.833808],[177.323578,51.826809],[177.316905,51.828762],[177.306814,51.836982],[177.297374,51.846991],[177.293142,51.854071],[177.283376,51.862494],[177.237804,51.883124],[177.224294,51.891995],[177.293712,51.922187],[177.316742,51.925482],[177.328868,51.929674],[177.340017,51.939765],[177.358409,51.963324],[177.372569,51.974677],[177.388031,51.978583],[177.423513,51.980129],[177.445323,51.986518],[177.454275,51.987494],[177.477875,51.986762],[177.485037,51.987494],[177.508474,51.994574],[177.516287,52.000963],[177.52711,52.034817],[177.556,52.084906],[177.553884,52.104234],[177.593435,52.125067],[177.615408,52.130072],[177.642589,52.124701],[177.672211,52.112698],[177.683767,52.105048],[177.69044,52.089911],[177.68214,52.082831],[177.66391,52.075507],[177.656261,52.069485],[177.651052,52.059638],[177.648448,52.043647],[177.642589,52.035346],[177.626964,52.025214],[177.567638,52.001858],[177.576996,51.988918]]],[[[-173.59203,52.152045],[-173.575266,52.143744],[-173.548085,52.147528],[-173.531199,52.144965],[-173.544871,52.117906],[-173.531239,52.124701],[-173.520863,52.115302],[-173.508005,52.111558],[-173.430165,52.112209],[-173.422231,52.116767],[-173.41454,52.117906],[-173.408396,52.11579],[-173.407297,52.11107],[-173.405588,52.106391],[-173.39745,52.104234],[-173.370107,52.108588],[-173.360219,52.10517],[-173.353098,52.089911],[-173.330637,52.099758],[-173.304067,52.107733],[-173.276235,52.11225],[-173.250071,52.111721],[-173.249379,52.109605],[-173.245798,52.104804],[-173.240956,52.099799],[-173.236399,52.097398],[-173.228139,52.098049],[-173.216176,52.102607],[-173.209055,52.104234],[-173.157826,52.104234],[-173.140452,52.109442],[-173.130849,52.111151],[-173.123402,52.107978],[-173.114003,52.101304],[-173.101674,52.098293],[-172.9558,52.089911],[-172.974477,52.083889],[-173.016957,52.08161],[-173.034047,52.073188],[-173.051869,52.068549],[-173.102895,52.074693],[-173.13976,52.058661],[-173.164906,52.056342],[-173.189931,52.058824],[-173.213938,52.07038],[-173.226755,52.074205],[-173.238596,52.075751],[-173.243845,52.073188],[-173.247629,52.0633],[-173.256459,52.063056],[-173.273915,52.069485],[-173.307118,52.063463],[-173.376536,52.038764],[-173.41454,52.035346],[-173.449696,52.044379],[-173.462961,52.042792],[-173.472524,52.03734],[-173.484242,52.024726],[-173.490224,52.021674],[-173.500559,52.022854],[-173.515736,52.032416],[-173.523793,52.035346],[-173.538035,52.034735],[-173.549916,52.032172],[-173.560902,52.031155],[-173.572214,52.035346],[-173.55781,52.044623],[-173.570668,52.048529],[-173.682078,52.049018],[-173.67748,52.055854],[-173.674631,52.06269],[-173.688832,52.069485],[-173.715403,52.054999],[-173.749135,52.047797],[-173.836008,52.043362],[-173.887441,52.056464],[-173.922068,52.059394],[-173.92988,52.066311],[-173.92162,52.083726],[-173.930898,52.087348],[-173.95637,52.089911],[-173.965199,52.093248],[-173.981516,52.101304],[-173.990549,52.104234],[-173.997385,52.104397],[-174.014963,52.102729],[-174.024648,52.104234],[-174.033315,52.108466],[-174.050486,52.120266],[-174.059438,52.124701],[-174.058665,52.129096],[-174.057485,52.132148],[-174.055369,52.134955],[-174.051951,52.138373],[-174.044667,52.132554],[-174.02363,52.128892],[-174.010976,52.124701],[-173.958852,52.122992],[-173.942087,52.124701],[-173.902211,52.137519],[-173.887441,52.138373],[-173.892649,52.124335],[-173.895823,52.117987],[-173.901112,52.111721],[-173.885813,52.113023],[-173.857371,52.123358],[-173.846506,52.124701],[-173.838816,52.119574],[-173.805531,52.089911],[-173.790232,52.115302],[-173.765207,52.127387],[-173.733632,52.130845],[-173.698801,52.130927],[-173.685374,52.133979],[-173.660268,52.148017],[-173.647288,52.152045],[-173.630849,52.151272],[-173.618601,52.147895],[-173.606801,52.146674],[-173.59203,52.152045]]],[[[175.962901,52.344062],[175.928884,52.33926],[175.898611,52.348822],[175.881847,52.377997],[175.915863,52.377997],[175.936534,52.371649],[175.973318,52.364651],[175.990977,52.3581],[175.962901,52.344062]]],[[[-172.387278,52.296047],[-172.41279,52.278551],[-172.425771,52.276679],[-172.441274,52.289211],[-172.479441,52.264797],[-172.529408,52.25023],[-172.583241,52.248236],[-172.633046,52.261298],[-172.598826,52.313422],[-172.57905,52.335842],[-172.557973,52.350653],[-172.496531,52.371161],[-172.441274,52.399075],[-172.435536,52.393785],[-172.427358,52.39057],[-172.407175,52.385443],[-172.383534,52.368801],[-172.337107,52.358385],[-172.301584,52.344306],[-172.310902,52.316474],[-172.325999,52.309475],[-172.387278,52.296047]]],[[[-174.123891,52.399726],[-174.102406,52.394721],[-174.08613,52.399075],[-174.071726,52.382025],[-174.054514,52.368476],[-174.034413,52.359931],[-174.010976,52.3581],[-174.010487,52.342108],[-173.999623,52.32803],[-173.991892,52.312567],[-174.000478,52.292629],[-174.006947,52.287095],[-174.015859,52.28148],[-174.025624,52.277289],[-174.034617,52.27558],[-174.046254,52.271226],[-174.049387,52.261054],[-174.049509,52.249457],[-174.05191,52.24079],[-174.051951,52.24079],[-174.089182,52.227118],[-174.180735,52.230699],[-174.20283,52.212836],[-174.192738,52.201361],[-174.180653,52.190334],[-174.154368,52.171942],[-174.117502,52.152981],[-174.100209,52.140937],[-174.092966,52.127834],[-174.098948,52.112982],[-174.113515,52.112494],[-174.147898,52.127834],[-174.15685,52.129096],[-174.163808,52.125434],[-174.170522,52.120347],[-174.178578,52.117906],[-174.189646,52.11933],[-174.211008,52.124661],[-174.223256,52.124701],[-174.216501,52.116604],[-174.213206,52.107978],[-174.213206,52.099066],[-174.21642,52.089911],[-174.230051,52.095608],[-174.271067,52.097398],[-174.279246,52.100775],[-174.300526,52.113227],[-174.305857,52.117906],[-174.321034,52.123358],[-174.338694,52.120551],[-174.356882,52.114814],[-174.373769,52.111721],[-174.413197,52.113837],[-174.429921,52.110053],[-174.435536,52.097398],[-174.421335,52.102281],[-174.406199,52.104193],[-174.374135,52.104234],[-174.374135,52.097398],[-174.392771,52.092841],[-174.398142,52.052639],[-174.411366,52.042792],[-174.435862,52.044501],[-174.444447,52.050849],[-174.449167,52.063422],[-174.46227,52.083726],[-174.475697,52.068915],[-174.493276,52.072008],[-174.510935,52.084377],[-174.524973,52.097398],[-174.526072,52.081977],[-174.497792,52.053168],[-174.490183,52.035346],[-174.504832,52.047512],[-174.523142,52.057318],[-174.542185,52.061428],[-174.559071,52.056464],[-174.552602,52.052965],[-174.54365,52.045722],[-174.538564,52.042792],[-174.538564,52.035346],[-174.550649,52.03677],[-174.571278,52.041693],[-174.582957,52.042792],[-174.592397,52.040717],[-174.615468,52.031317],[-174.62739,52.02851],[-174.650746,52.03266],[-174.694203,52.051581],[-174.709299,52.049018],[-174.69933,52.042548],[-174.697703,52.035834],[-174.703725,52.030585],[-174.716746,52.02851],[-174.702138,52.020575],[-174.715281,52.016506],[-174.754262,52.014838],[-174.763051,52.016995],[-174.783274,52.026353],[-174.888051,52.042792],[-174.899037,52.039781],[-174.91865,52.030463],[-174.929026,52.02851],[-174.967478,52.030585],[-174.984812,52.027899],[-175.000966,52.018256],[-175.035024,52.00434],[-175.323557,52.007758],[-175.340525,52.014838],[-175.31078,52.026679],[-175.210194,52.035346],[-175.161326,52.048529],[-175.141306,52.049018],[-175.124501,52.047553],[-175.110219,52.044623],[-175.106313,52.038764],[-175.120798,52.02851],[-175.104115,52.029853],[-175.075999,52.040595],[-175.059316,52.042792],[-175.04247,52.038723],[-175.029856,52.032538],[-175.019846,52.03148],[-175.010935,52.042792],[-175.023508,52.048407],[-175.027048,52.054023],[-175.024607,52.066107],[-175.019968,52.07453],[-175.009958,52.074774],[-175.000478,52.071479],[-174.997263,52.069485],[-174.99413,52.066311],[-174.984609,52.060533],[-174.974599,52.058336],[-174.96996,52.066107],[-174.965932,52.079739],[-174.956736,52.08218],[-174.938954,52.07689],[-174.930287,52.086615],[-174.917795,52.104682],[-174.906565,52.114895],[-174.901723,52.100816],[-174.893788,52.088935],[-174.855092,52.104804],[-174.840199,52.089911],[-174.824941,52.097602],[-174.808665,52.098049],[-174.794504,52.091132],[-174.785634,52.07689],[-174.755483,52.094875],[-174.744008,52.103502],[-174.744008,52.117906],[-174.722971,52.124701],[-174.697825,52.110989],[-174.65038,52.104315],[-174.601552,52.104641],[-174.572133,52.111721],[-174.592152,52.115302],[-174.59789,52.122626],[-174.590688,52.131049],[-174.572133,52.138373],[-174.551625,52.139106],[-174.529124,52.137112],[-174.50947,52.139106],[-174.497629,52.152045],[-174.526723,52.151313],[-174.540476,52.153225],[-174.552846,52.158881],[-174.5454,52.165717],[-174.550038,52.168524],[-174.552358,52.170803],[-174.559071,52.179348],[-174.449208,52.179348],[-174.424428,52.170844],[-174.412668,52.17121],[-174.407664,52.182766],[-174.413035,52.189602],[-174.425608,52.196682],[-174.449208,52.206692],[-174.449208,52.212836],[-174.387074,52.212958],[-174.361195,52.20539],[-174.339345,52.186184],[-174.330881,52.202338],[-174.315419,52.214667],[-174.298289,52.219428],[-174.284739,52.212836],[-174.277659,52.21955],[-174.272572,52.23135],[-174.267649,52.237698],[-174.259145,52.240912],[-174.236318,52.24372],[-174.229482,52.248236],[-174.228261,52.267524],[-174.24474,52.274156],[-174.284739,52.27558],[-174.299672,52.283149],[-174.309519,52.293036],[-174.317128,52.30268],[-174.325673,52.309638],[-174.344919,52.315375],[-174.355295,52.311184],[-174.356272,52.299262],[-174.346791,52.281806],[-174.37678,52.28384],[-174.415842,52.293443],[-174.442576,52.307522],[-174.435536,52.322699],[-174.369374,52.324774],[-174.338612,52.335517],[-174.346791,52.364325],[-174.334421,52.370266],[-174.323069,52.367865],[-174.311472,52.363756],[-174.298411,52.364325],[-174.288319,52.371772],[-174.282297,52.388414],[-174.242055,52.396877],[-174.190297,52.417873],[-174.161814,52.419582],[-174.145457,52.409491],[-174.123891,52.399726]]],[[[173.79127,52.501532],[173.730642,52.472113],[173.713064,52.450588],[173.726085,52.422919],[173.733653,52.4112],[173.738943,52.394436],[173.742442,52.37641],[173.743419,52.361233],[173.660899,52.350653],[173.663585,52.356106],[173.664236,52.35871],[173.66505,52.360663],[173.668468,52.364325],[173.668468,52.371161],[173.656016,52.370063],[173.644542,52.371161],[173.634532,52.373969],[173.62672,52.377997],[173.627615,52.394599],[173.605317,52.396796],[173.500662,52.38703],[173.401703,52.396674],[173.388927,52.403795],[173.394054,52.419582],[173.408458,52.430121],[173.431326,52.440497],[173.454275,52.447211],[173.469086,52.446845],[173.491466,52.442043],[173.510509,52.441596],[173.527843,52.445502],[173.544932,52.453681],[173.567068,52.471177],[173.575531,52.473578],[173.592784,52.474066],[173.599294,52.476386],[173.602306,52.481676],[173.609548,52.491278],[173.618663,52.498725],[173.624522,52.500718],[173.631114,52.500434],[173.737478,52.51081],[173.767345,52.509426],[173.79127,52.501532]]],[[[-171.222157,52.46308],[-171.276845,52.453681],[-171.311635,52.46426],[-171.314646,52.48843],[-171.293568,52.514106],[-171.256418,52.529446],[-171.221669,52.51081],[-171.207631,52.498725],[-171.211659,52.484442],[-171.216013,52.47724],[-171.218088,52.469387],[-171.222157,52.46308]]],[[[-170.597849,52.611396],[-170.621938,52.593899],[-170.645457,52.587104],[-170.670847,52.589016],[-170.700876,52.597724],[-170.752797,52.574286],[-170.769154,52.562934],[-170.786082,52.547512],[-170.797841,52.540269],[-170.81078,52.542914],[-170.831248,52.556708],[-170.837392,52.549262],[-170.846669,52.584377],[-170.821238,52.616034],[-170.755483,52.659125],[-170.748647,52.66767],[-170.74706,52.674384],[-170.743723,52.678697],[-170.731923,52.680243],[-170.715077,52.680325],[-170.703481,52.681871],[-170.694081,52.686835],[-170.684071,52.696967],[-170.670481,52.700832],[-170.647084,52.699164],[-170.622304,52.693996],[-170.604644,52.687079],[-170.593455,52.685207],[-170.583119,52.682359],[-170.573354,52.678371],[-170.56371,52.672797],[-170.566111,52.662177],[-170.565907,52.656155],[-170.56725,52.650702],[-170.597849,52.611396]]],[[[174.164806,52.720933],[174.182302,52.706936],[174.09669,52.713772],[174.080333,52.717678],[174.083507,52.726508],[174.097667,52.735785],[174.113943,52.741034],[174.164806,52.720933]]],[[[-170.128123,52.727444],[-170.194407,52.727444],[-170.180247,52.766791],[-170.173289,52.775214],[-170.179677,52.780015],[-170.182444,52.78148],[-170.18696,52.78266],[-170.169016,52.789781],[-170.146555,52.791002],[-170.123647,52.788072],[-170.1044,52.78266],[-170.086252,52.77912],[-170.065785,52.771064],[-170.056101,52.760321],[-170.070261,52.748481],[-170.067209,52.744574],[-170.065745,52.741441],[-170.063425,52.73428],[-170.128123,52.727444]]],[[[-169.782908,52.892524],[-169.767527,52.884711],[-169.755483,52.884914],[-169.743357,52.887112],[-169.72761,52.885077],[-169.715891,52.879055],[-169.707224,52.872748],[-169.698557,52.86933],[-169.686635,52.872016],[-169.686635,52.866929],[-169.684763,52.864],[-169.681996,52.861477],[-169.67927,52.857733],[-169.683054,52.851996],[-169.693471,52.830471],[-169.67927,52.823635],[-169.692576,52.813788],[-169.706532,52.805569],[-169.713857,52.796129],[-169.707143,52.78266],[-169.723378,52.774482],[-169.737904,52.778306],[-169.76179,52.795722],[-169.781443,52.8039],[-169.864817,52.820868],[-169.877309,52.819525],[-169.914866,52.799384],[-169.922068,52.797553],[-169.939931,52.795722],[-169.957102,52.790351],[-169.964101,52.789496],[-169.970164,52.791653],[-169.978993,52.801011],[-170.000722,52.809516],[-170.011098,52.823635],[-170.011667,52.837714],[-169.973256,52.855658],[-169.964101,52.857733],[-169.922841,52.850898],[-169.899363,52.851793],[-169.887441,52.855292],[-169.86852,52.875149],[-169.85029,52.882514],[-169.802968,52.88227],[-169.782908,52.892524]]],[[[-170.030588,52.864569],[-170.056101,52.857082],[-170.090769,52.864569],[-170.104807,52.871161],[-170.117055,52.879218],[-170.124827,52.888617],[-170.125478,52.899359],[-170.117299,52.909654],[-170.10322,52.916327],[-170.086374,52.919501],[-170.070261,52.919176],[-170.014272,52.905829],[-169.994578,52.905585],[-170.011098,52.88227],[-170.030588,52.864569]]],[[[172.904063,53.001166],[172.911388,52.998603],[172.914236,52.992662],[172.91627,52.986233],[172.921072,52.981879],[172.934093,52.979885],[172.957286,52.979641],[172.969412,52.974433],[173.008067,52.989691],[173.027192,52.993598],[173.127208,52.99494],[173.143321,52.990383],[173.175059,52.971747],[173.184744,52.967597],[173.186046,52.961819],[173.171397,52.948635],[173.140147,52.926663],[173.151541,52.928778],[173.16033,52.92772],[173.165863,52.922756],[173.167491,52.913031],[173.222179,52.937323],[173.249848,52.944403],[173.256847,52.933498],[173.30128,52.925605],[173.32252,52.916002],[173.321788,52.902493],[173.309337,52.892768],[173.296397,52.885484],[173.263031,52.872016],[173.301524,52.85932],[173.351573,52.852484],[173.401866,52.851874],[173.441905,52.857733],[173.433116,52.838568],[173.418712,52.830756],[173.376638,52.830471],[173.337413,52.826239],[173.322032,52.820217],[173.321544,52.810858],[173.296153,52.829535],[173.281993,52.837388],[173.263031,52.844143],[173.241954,52.847113],[173.222667,52.843817],[173.206554,52.83393],[173.194835,52.816799],[173.18865,52.816799],[173.18865,52.823635],[173.181163,52.823635],[173.174327,52.809312],[173.18865,52.803168],[173.18865,52.795722],[173.163748,52.793524],[173.146495,52.788275],[173.131521,52.788642],[173.112804,52.803168],[173.094005,52.826565],[173.089366,52.830471],[173.077485,52.828315],[173.057872,52.818915],[173.04835,52.816799],[173.016612,52.802191],[172.981293,52.772773],[172.944347,52.749823],[172.907481,52.754706],[172.910818,52.760159],[172.912852,52.770087],[172.91212,52.780992],[172.907481,52.789496],[172.893809,52.796088],[172.880219,52.795315],[172.856212,52.789496],[172.849376,52.791815],[172.839366,52.801581],[172.832286,52.803168],[172.826996,52.799384],[172.821788,52.785631],[172.814626,52.78266],[172.801768,52.78441],[172.776622,52.792873],[172.763438,52.795722],[172.763438,52.803168],[172.776703,52.810981],[172.783214,52.822821],[172.790782,52.850898],[172.808767,52.877509],[172.811046,52.887926],[172.797618,52.892524],[172.787852,52.890815],[172.756033,52.878241],[172.744477,52.877102],[172.708181,52.878241],[172.640391,52.868801],[172.62615,52.872016],[172.63559,52.87934],[172.660411,52.913031],[172.652843,52.924384],[172.639903,52.928046],[172.605154,52.926663],[172.547618,52.912909],[172.534028,52.916083],[172.520193,52.922593],[172.491873,52.920111],[172.476085,52.926663],[172.551117,52.967597],[172.557384,52.96015],[172.576915,52.977973],[172.660411,53.008612],[172.730805,53.000393],[172.746755,53.004869],[172.762869,53.014146],[172.781098,53.01553],[172.904063,53.001166]]],[[[-169.71935,52.950141],[-169.748118,52.946519],[-169.741933,52.96015],[-169.760487,52.968695],[-169.758005,52.982733],[-169.749867,52.998481],[-169.753285,53.024807],[-169.734242,53.032904],[-169.709421,53.036526],[-169.693471,53.035875],[-169.680735,53.033189],[-169.673207,53.025214],[-169.669138,53.013861],[-169.666208,53.001166],[-169.68635,52.989],[-169.701405,52.968207],[-169.71935,52.950141]]],[[[-168.00829,53.570299],[-167.95991,53.537787],[-167.934682,53.52676],[-167.90156,53.522528],[-167.837392,53.525458],[-167.806996,53.520087],[-167.794789,53.502021],[-167.808095,53.477932],[-167.852976,53.447252],[-167.871165,53.426947],[-167.861684,53.421454],[-167.853871,53.413642],[-167.851308,53.403876],[-167.857493,53.392768],[-167.850046,53.385403],[-167.875559,53.371894],[-167.937734,53.348456],[-167.96642,53.344428],[-167.988108,53.338568],[-168.138173,53.273261],[-168.172231,53.265041],[-168.225779,53.259711],[-168.256459,53.250312],[-168.271189,53.248196],[-168.287587,53.242987],[-168.311716,53.220038],[-168.329213,53.214667],[-168.325429,53.204779],[-168.322987,53.200995],[-168.340199,53.189399],[-168.349436,53.172431],[-168.35912,53.161078],[-168.377634,53.166205],[-168.376576,53.140204],[-168.390696,53.124701],[-168.412099,53.112616],[-168.432851,53.097357],[-168.466054,53.056627],[-168.489939,53.04206],[-168.515452,53.050198],[-168.531199,53.034613],[-168.584055,53.030463],[-168.607289,53.018866],[-168.62621,53.00495],[-168.67158,52.982367],[-168.686106,52.967597],[-168.681467,52.96308],[-168.679311,52.96015],[-168.751291,52.96015],[-168.774526,52.956366],[-168.778635,52.947333],[-168.769887,52.936265],[-168.754384,52.926663],[-168.766062,52.913886],[-168.780385,52.913642],[-168.7954,52.92182],[-168.809031,52.933498],[-168.818349,52.919623],[-168.831776,52.918524],[-168.846628,52.9206],[-168.860219,52.916083],[-168.885732,52.896186],[-168.900828,52.888251],[-168.934682,52.882636],[-168.988393,52.864569],[-169.024241,52.859565],[-169.039906,52.853664],[-169.035593,52.844143],[-169.035593,52.837307],[-169.111277,52.823635],[-169.095326,52.834906],[-169.077219,52.837592],[-169.060862,52.841783],[-169.049875,52.857733],[-169.053171,52.859809],[-169.053822,52.860338],[-169.054067,52.861314],[-169.05602,52.864569],[-168.996571,52.871527],[-168.980946,52.878241],[-168.970448,52.894721],[-168.967885,52.927191],[-168.952992,52.940334],[-168.930247,52.944281],[-168.910105,52.940619],[-168.890981,52.940334],[-168.871083,52.954006],[-168.863271,52.971584],[-168.862009,53.006903],[-168.850575,53.022203],[-168.828928,53.016099],[-168.808054,53.028388],[-168.772084,53.066962],[-168.768625,53.081448],[-168.794504,53.115546],[-168.795969,53.138332],[-168.788523,53.15233],[-168.775339,53.170803],[-168.759511,53.186713],[-168.727406,53.199286],[-168.697825,53.2237],[-168.686106,53.228339],[-168.637563,53.250474],[-168.630849,53.258734],[-168.623362,53.274237],[-168.605702,53.275133],[-168.569447,53.261786],[-168.550486,53.252427],[-168.541331,53.249335],[-168.528188,53.248196],[-168.520823,53.251288],[-168.501536,53.265448],[-168.482411,53.270494],[-168.473744,53.274237],[-168.464304,53.276801],[-168.453359,53.275458],[-168.447865,53.270819],[-168.438914,53.254706],[-168.432851,53.248196],[-168.404368,53.257961],[-168.379465,53.260972],[-168.360789,53.271308],[-168.350942,53.302802],[-168.362294,53.297309],[-168.371531,53.298326],[-168.375478,53.305162],[-168.370798,53.317084],[-168.386098,53.322577],[-168.417795,53.326239],[-168.432851,53.330064],[-168.432851,53.337592],[-168.419749,53.342719],[-168.406199,53.353664],[-168.395701,53.366848],[-168.391916,53.378485],[-168.396962,53.396674],[-168.404042,53.403225],[-168.406565,53.409491],[-168.398142,53.426947],[-168.373606,53.46015],[-168.364613,53.467922],[-168.349721,53.473822],[-168.314565,53.482001],[-168.270701,53.513861],[-168.236806,53.530097],[-168.199818,53.540229],[-168.125478,53.546698],[-168.107004,53.551703],[-168.093373,53.55976],[-168.07787,53.563381],[-168.028879,53.560492],[-168.00829,53.570299]]],[[[-166.089182,53.844672],[-166.099192,53.83393],[-166.102773,53.831],[-166.112904,53.830308],[-166.120961,53.826483],[-166.12682,53.81981],[-166.130116,53.810492],[-166.119618,53.802639],[-166.117177,53.793036],[-166.121205,53.783637],[-166.130116,53.776353],[-166.14448,53.772528],[-166.174265,53.776313],[-166.191599,53.776353],[-166.176707,53.757636],[-166.17158,53.74787],[-166.174794,53.738511],[-166.184519,53.733873],[-166.226308,53.727973],[-166.222117,53.722846],[-166.212636,53.708075],[-166.2329,53.716783],[-166.271921,53.743354],[-166.290883,53.749091],[-166.297841,53.760199],[-166.299265,53.781684],[-166.290517,53.795356],[-166.267283,53.783149],[-166.267527,53.79682],[-166.262034,53.803209],[-166.253245,53.807318],[-166.243398,53.81391],[-166.237864,53.815253],[-166.236806,53.806138],[-166.23998,53.783149],[-166.232533,53.783149],[-166.212351,53.822943],[-166.197825,53.837104],[-166.177927,53.831],[-166.169749,53.842963],[-166.160837,53.843573],[-166.150258,53.839586],[-166.136952,53.837836],[-166.124582,53.841213],[-166.116038,53.845771],[-166.105946,53.848049],[-166.089182,53.844672]]],[[[-166.111521,53.956],[-166.15392,53.955308],[-166.169057,53.956773],[-166.191274,53.964911],[-166.196116,53.981024],[-166.189158,53.989691],[-166.180287,53.989814],[-166.156565,53.993598],[-166.115793,53.988674],[-166.094553,53.980658],[-166.087758,53.977932],[-166.079539,53.970893],[-166.088979,53.961656],[-166.111521,53.956]]],[[[-166.746449,53.975002],[-166.731028,53.974107],[-166.71935,53.984565],[-166.709462,53.998481],[-166.69929,54.00849],[-166.668324,54.013577],[-166.634592,54.004584],[-166.605702,53.985785],[-166.589426,53.961371],[-166.612742,53.955512],[-166.625071,53.95067],[-166.630442,53.943996],[-166.631337,53.939032],[-166.63561,53.929389],[-166.636586,53.923489],[-166.634592,53.91706],[-166.630198,53.910468],[-166.625681,53.906073],[-166.623606,53.906155],[-166.636098,53.876532],[-166.633494,53.871975],[-166.6197,53.87519],[-166.608144,53.881293],[-166.596425,53.884508],[-166.58198,53.879381],[-166.606679,53.844794],[-166.609934,53.831],[-166.586985,53.839301],[-166.489491,53.900092],[-166.475331,53.899075],[-166.459096,53.885565],[-166.4558,53.896145],[-166.438588,53.926581],[-166.439565,53.928127],[-166.439768,53.941718],[-166.438588,53.947089],[-166.422719,53.951158],[-166.41808,53.953843],[-166.409861,53.98017],[-166.403879,53.989244],[-166.370351,54.00849],[-166.360178,53.992825],[-166.36913,53.973822],[-166.373402,53.956773],[-166.349233,53.947089],[-166.326039,53.952867],[-166.300242,53.966132],[-166.276723,53.974921],[-166.260487,53.967597],[-166.254221,53.951402],[-166.250966,53.936591],[-166.254221,53.923489],[-166.267283,53.912909],[-166.253285,53.91352],[-166.241038,53.919013],[-166.218861,53.934027],[-166.218739,53.918606],[-166.224924,53.905463],[-166.235056,53.894477],[-166.246816,53.885565],[-166.26655,53.874335],[-166.283925,53.868964],[-166.301707,53.868476],[-166.322499,53.871975],[-166.327748,53.876532],[-166.331492,53.883612],[-166.336537,53.887437],[-166.345815,53.882514],[-166.349477,53.875922],[-166.352976,53.858344],[-166.356679,53.851508],[-166.374338,53.842108],[-166.414296,53.837958],[-166.431752,53.831],[-166.418406,53.815416],[-166.411326,53.810492],[-166.424184,53.804755],[-166.521596,53.789008],[-166.541615,53.790025],[-166.517812,53.780585],[-166.506703,53.777899],[-166.493235,53.776353],[-166.493235,53.769517],[-166.520701,53.764594],[-166.540883,53.751776],[-166.575144,53.714301],[-166.559519,53.715644],[-166.550893,53.710598],[-166.549306,53.700588],[-166.554677,53.686998],[-166.540639,53.695136],[-166.521596,53.721422],[-166.513743,53.727973],[-166.498402,53.722846],[-166.487986,53.69481],[-166.47643,53.697577],[-166.473215,53.702948],[-166.472157,53.709947],[-166.472727,53.724555],[-166.471303,53.733954],[-166.467519,53.738023],[-166.462026,53.740546],[-166.455678,53.745347],[-166.440378,53.754462],[-166.420277,53.758734],[-166.404978,53.755316],[-166.403879,53.741645],[-166.39387,53.740627],[-166.386179,53.736721],[-166.380483,53.730129],[-166.376536,53.721137],[-166.3697,53.734849],[-166.368276,53.758734],[-166.359812,53.772935],[-166.346181,53.782701],[-166.334096,53.782416],[-166.323679,53.774726],[-166.315134,53.762112],[-166.314443,53.748033],[-166.319773,53.737291],[-166.317576,53.730414],[-166.294301,53.727973],[-166.278147,53.723863],[-166.275217,53.71369],[-166.276682,53.700385],[-166.273508,53.686998],[-166.289499,53.679918],[-166.331288,53.674018],[-166.407786,53.672675],[-166.424998,53.66649],[-166.409413,53.655707],[-166.403879,53.652818],[-166.427602,53.651109],[-166.449208,53.6435],[-166.470408,53.638739],[-166.493235,53.646064],[-166.547231,53.625922],[-166.562123,53.618109],[-166.546254,53.615383],[-166.534535,53.608954],[-166.526438,53.598782],[-166.521189,53.584621],[-166.549509,53.60106],[-166.575795,53.593695],[-166.593373,53.569566],[-166.595652,53.5362],[-166.608632,53.555121],[-166.66454,53.598212],[-166.665883,53.581732],[-166.642893,53.550035],[-166.636586,53.532782],[-166.64741,53.52912],[-166.712961,53.549791],[-166.708445,53.536282],[-166.696523,53.530341],[-166.68163,53.526557],[-166.667958,53.519436],[-166.656361,53.502387],[-166.659169,53.490912],[-166.671498,53.488471],[-166.697825,53.505316],[-166.707712,53.508246],[-166.729685,53.508857],[-166.734364,53.511542],[-166.742624,53.524726],[-166.746449,53.529364],[-166.771555,53.548163],[-166.794871,53.570299],[-166.809153,53.556627],[-166.800282,53.546088],[-166.781239,53.508857],[-166.7506,53.479193],[-166.746449,53.467922],[-166.752187,53.450873],[-166.764475,53.449123],[-166.794871,53.461086],[-166.800282,53.464748],[-166.801829,53.46898],[-166.805002,53.471015],[-166.815378,53.467922],[-166.816111,53.464423],[-166.825022,53.445868],[-166.82905,53.439927],[-166.868845,53.47602],[-166.87682,53.481513],[-166.893056,53.475979],[-166.90449,53.446845],[-166.917795,53.439927],[-166.930409,53.445136],[-166.934519,53.455797],[-166.938914,53.463813],[-166.952504,53.461086],[-166.960317,53.451483],[-166.963206,53.439521],[-166.969187,53.429674],[-166.986684,53.426947],[-166.984364,53.431342],[-166.979237,53.447414],[-167.007395,53.452582],[-167.068349,53.426988],[-167.099965,53.419501],[-167.120554,53.418524],[-167.136667,53.41592],[-167.212229,53.387519],[-167.242991,53.383205],[-167.27363,53.373847],[-167.291737,53.371649],[-167.299184,53.365912],[-167.312856,53.33869],[-167.321848,53.330064],[-167.391347,53.344428],[-167.407297,53.340562],[-167.439036,53.325263],[-167.458974,53.32392],[-167.455027,53.313463],[-167.45283,53.309638],[-167.46935,53.304511],[-167.48054,53.295844],[-167.5006,53.275458],[-167.502675,53.270413],[-167.504262,53.263414],[-167.508249,53.259914],[-167.527089,53.272203],[-167.536448,53.275133],[-167.559275,53.275458],[-167.592112,53.280951],[-167.606068,53.280707],[-167.620066,53.27204],[-167.625803,53.265692],[-167.627878,53.262641],[-167.630483,53.260199],[-167.66511,53.241929],[-167.672312,53.261623],[-167.697133,53.270941],[-167.753855,53.275458],[-167.780588,53.280707],[-167.802235,53.28913],[-167.809153,53.294135],[-167.811472,53.298529],[-167.815134,53.301581],[-167.834299,53.303127],[-167.840321,53.304267],[-167.845204,53.306342],[-167.850046,53.309638],[-167.718455,53.381293],[-167.702952,53.385403],[-167.6704,53.385443],[-167.654652,53.382554],[-167.641469,53.375067],[-167.638051,53.37816],[-167.594187,53.378607],[-167.592112,53.38231],[-167.596791,53.392768],[-167.570546,53.396308],[-167.51655,53.381415],[-167.486928,53.378485],[-167.495351,53.385199],[-167.513621,53.40644],[-167.513621,53.412665],[-167.504587,53.41413],[-167.499135,53.417548],[-167.494374,53.422024],[-167.474599,53.434027],[-167.458974,53.433743],[-167.440867,53.430406],[-167.408437,53.419257],[-167.390736,53.419501],[-167.395457,53.424058],[-167.400746,53.430732],[-167.404408,53.433743],[-167.378407,53.431952],[-167.34321,53.418769],[-167.321523,53.416449],[-167.33613,53.447414],[-167.3131,53.441962],[-167.303578,53.445258],[-167.301951,53.455512],[-167.302602,53.47134],[-167.291615,53.47602],[-167.226267,53.461086],[-167.212758,53.461982],[-167.169626,53.470201],[-167.15864,53.477118],[-167.161488,53.482367],[-167.166575,53.497301],[-167.164784,53.495185],[-167.172475,53.510199],[-167.17748,53.516343],[-167.185292,53.522528],[-167.170155,53.523261],[-167.107289,53.514472],[-167.04308,53.517768],[-166.980051,53.528062],[-166.960032,53.5362],[-166.981882,53.544867],[-167.004099,53.543891],[-167.051869,53.5362],[-167.098134,53.539252],[-167.120676,53.545396],[-167.144358,53.556627],[-167.139638,53.559272],[-167.137278,53.561998],[-167.134958,53.565497],[-167.130076,53.570299],[-167.153635,53.581448],[-167.162058,53.602362],[-167.155385,53.622626],[-167.133778,53.631781],[-167.092722,53.628648],[-167.082875,53.625556],[-167.073354,53.618801],[-167.059763,53.603461],[-167.048166,53.598212],[-167.05016,53.601793],[-167.051584,53.602444],[-167.05309,53.602484],[-167.055531,53.604438],[-167.048166,53.611274],[-167.053578,53.627509],[-167.03779,53.62873],[-166.99352,53.618109],[-167.006825,53.637274],[-167.044911,53.652737],[-167.062367,53.66649],[-167.064646,53.682685],[-167.050649,53.695868],[-167.028025,53.704779],[-166.946523,53.715766],[-166.916371,53.715725],[-166.894154,53.704332],[-166.870432,53.673896],[-166.864939,53.657172],[-166.863149,53.631781],[-166.856313,53.631781],[-166.853586,53.640815],[-166.850168,53.647854],[-166.842641,53.659654],[-166.830759,53.652899],[-166.801707,53.631781],[-166.827097,53.690863],[-166.82905,53.708075],[-166.786733,53.691962],[-166.766916,53.690863],[-166.746449,53.700629],[-166.757639,53.699693],[-166.768422,53.700873],[-166.778513,53.703762],[-166.787465,53.708075],[-166.768137,53.714545],[-166.724802,53.714097],[-166.705515,53.721137],[-166.733998,53.726467],[-166.807688,53.72956],[-166.883982,53.755276],[-166.89863,53.756903],[-166.938303,53.769517],[-166.968617,53.77261],[-166.990549,53.767035],[-167.011301,53.759223],[-167.038197,53.755276],[-167.103383,53.803656],[-167.100819,53.805569],[-167.097605,53.811754],[-167.09553,53.819037],[-167.096547,53.824164],[-167.101999,53.825629],[-167.117543,53.823676],[-167.130076,53.824693],[-167.145253,53.822903],[-167.151112,53.824164],[-167.156199,53.829779],[-167.158152,53.84219],[-167.161366,53.84809],[-167.163401,53.857367],[-167.151926,53.86225],[-167.137278,53.86518],[-167.130076,53.868557],[-167.12678,53.875067],[-167.103383,53.906155],[-167.086659,53.920315],[-167.049672,53.941636],[-167.031077,53.957668],[-167.021596,53.961249],[-166.9829,53.953843],[-166.972646,53.956732],[-166.938303,53.975002],[-166.916208,53.979885],[-166.895253,53.980902],[-166.875315,53.9772],[-166.856313,53.967597],[-166.831858,53.982123],[-166.779001,54.002753],[-166.753896,54.016018],[-166.741892,54.005439],[-166.746449,53.994818],[-166.752878,53.984442],[-166.746449,53.975002]]],[[[-165.252797,54.077704],[-165.247304,54.068183],[-165.245676,54.056952],[-165.261952,54.063178],[-165.271352,54.064683],[-165.280385,54.063788],[-165.284291,54.060126],[-165.292836,54.04682],[-165.294057,54.043891],[-165.30781,54.047838],[-165.326039,54.06684],[-165.33845,54.071234],[-165.387807,54.070136],[-165.422434,54.07746],[-165.465281,54.073879],[-165.485829,54.07746],[-165.376576,54.091051],[-165.266713,54.091051],[-165.259958,54.085395],[-165.252797,54.077704]]],[[[-164.937815,54.12519],[-164.932729,54.114],[-164.939931,54.099311],[-164.95287,54.085598],[-164.965077,54.07746],[-164.976023,54.075751],[-165.053822,54.07746],[-165.089182,54.070868],[-165.102244,54.071234],[-165.107737,54.073879],[-165.116322,54.082953],[-165.123036,54.084866],[-165.128529,54.083686],[-165.143259,54.07746],[-165.206776,54.085354],[-165.225779,54.091051],[-165.21935,54.10163],[-165.212595,54.109361],[-165.203684,54.114732],[-165.191029,54.118354],[-165.183217,54.118354],[-165.171254,54.113471],[-165.164377,54.112128],[-165.154978,54.115383],[-165.14094,54.129462],[-165.133005,54.132636],[-165.12621,54.130357],[-165.120473,54.125556],[-165.116892,54.120592],[-165.116526,54.118354],[-165.109446,54.119452],[-165.097401,54.124172],[-165.091746,54.12519],[-165.077382,54.123603],[-165.064158,54.119289],[-165.051829,54.112779],[-165.040151,54.104682],[-165.026845,54.111477],[-164.988596,54.123603],[-164.981068,54.130683],[-164.972524,54.12519],[-164.963857,54.13109],[-164.955068,54.133124],[-164.946156,54.13109],[-164.937815,54.12519]]],[[[-165.874867,54.174384],[-165.85436,54.16767],[-165.83137,54.171536],[-165.814809,54.187323],[-165.799875,54.173896],[-165.759714,54.163153],[-165.739084,54.153144],[-165.759511,54.144477],[-165.821645,54.139472],[-165.821645,54.132636],[-165.809926,54.132717],[-165.7801,54.12519],[-165.739084,54.12519],[-165.672109,54.128852],[-165.657175,54.12519],[-165.664622,54.118354],[-165.679514,54.099066],[-165.699534,54.08869],[-165.770619,54.070746],[-165.780995,54.070014],[-165.794301,54.071234],[-165.828928,54.082994],[-165.83906,54.084866],[-165.852244,54.0751],[-165.887318,54.036322],[-165.900746,54.033352],[-165.908559,54.044013],[-165.912465,54.05386],[-165.918202,54.060981],[-165.931508,54.063788],[-165.956899,54.060736],[-165.966135,54.062445],[-165.972483,54.071234],[-165.988718,54.059149],[-166.023183,54.045885],[-166.040761,54.036444],[-166.07551,54.063788],[-166.065989,54.077582],[-166.08019,54.09219],[-166.12267,54.118354],[-166.108998,54.132636],[-166.116444,54.139472],[-166.106435,54.149563],[-166.091664,54.171291],[-166.081736,54.180487],[-166.071238,54.185207],[-166.034535,54.194078],[-165.971384,54.219468],[-165.945505,54.222073],[-165.934153,54.220893],[-165.912099,54.215766],[-165.879628,54.213446],[-165.87678,54.209621],[-165.880686,54.202297],[-165.883738,54.19066],[-165.874867,54.174384]]],[[[-165.519032,54.270209],[-165.529897,54.260891],[-165.546254,54.252631],[-165.561594,54.242499],[-165.554758,54.235053],[-165.547922,54.239244],[-165.541086,54.242499],[-165.544911,54.227484],[-165.547312,54.222073],[-165.443837,54.200141],[-165.418202,54.20775],[-165.40453,54.19184],[-165.423899,54.183092],[-165.457346,54.179877],[-165.485829,54.180487],[-165.485829,54.173651],[-165.473988,54.16592],[-165.479685,54.162665],[-165.506337,54.159329],[-165.528554,54.148586],[-165.539906,54.145209],[-165.554758,54.145697],[-165.541086,54.139472],[-165.550852,54.122301],[-165.567942,54.112494],[-165.588816,54.110907],[-165.609975,54.118354],[-165.624867,54.132392],[-165.623891,54.145087],[-165.612375,54.158271],[-165.595693,54.173651],[-165.631785,54.189643],[-165.623484,54.200832],[-165.596018,54.21369],[-165.574574,54.235053],[-165.600697,54.242011],[-165.684438,54.235053],[-165.679799,54.248928],[-165.673573,54.262356],[-165.664255,54.27261],[-165.650339,54.276597],[-165.634836,54.276313],[-165.630686,54.279242],[-165.627065,54.296454],[-165.621571,54.296617],[-165.614207,54.292792],[-165.598459,54.287299],[-165.596873,54.280504],[-165.597239,54.273383],[-165.595693,54.269192],[-165.587229,54.266547],[-165.585032,54.268052],[-165.582875,54.272121],[-165.574574,54.276597],[-165.531199,54.294379],[-165.513173,54.297187],[-165.494333,54.296373],[-165.491282,54.289984],[-165.500844,54.283881],[-165.519968,54.283515],[-165.519032,54.270209]]],[[[-162.405141,54.39057],[-162.401601,54.385891],[-162.395741,54.385891],[-162.368113,54.392076],[-162.368113,54.385891],[-162.413197,54.371812],[-162.435414,54.372016],[-162.453806,54.382473],[-162.480173,54.401923],[-162.484812,54.406399],[-162.485422,54.413886],[-162.481516,54.419582],[-162.472239,54.422105],[-162.456899,54.420071],[-162.409128,54.406399],[-162.407338,54.397406],[-162.405141,54.39057]]],[[[-162.621409,54.454779],[-162.615427,54.454291],[-162.602122,54.456],[-162.594675,54.454779],[-162.594594,54.453111],[-162.5926,54.448717],[-162.58967,54.444037],[-162.587229,54.441107],[-162.587188,54.441107],[-162.549998,54.420071],[-162.546498,54.4147],[-162.545359,54.402981],[-162.546498,54.391262],[-162.549998,54.385891],[-162.655507,54.392076],[-162.646555,54.385688],[-162.63683,54.381415],[-162.62621,54.37934],[-162.614573,54.379096],[-162.614573,54.37226],[-162.63268,54.371894],[-162.647572,54.375434],[-162.676625,54.385891],[-162.728586,54.395819],[-162.754018,54.409573],[-162.78364,54.416409],[-162.796376,54.423489],[-162.841135,54.461005],[-162.821645,54.46247],[-162.822499,54.473822],[-162.829172,54.489081],[-162.827463,54.501939],[-162.813832,54.50434],[-162.79308,54.500312],[-162.758534,54.488267],[-162.734568,54.484565],[-162.690134,54.47134],[-162.656809,54.466783],[-162.621409,54.454779]]],[[[-159.527089,54.759467],[-159.547109,54.753892],[-159.569325,54.754584],[-159.589304,54.75967],[-159.593617,54.766832],[-159.590199,54.775784],[-159.592641,54.786607],[-159.596995,54.797105],[-159.602732,54.80508],[-159.604197,54.812323],[-159.597279,54.820217],[-159.585154,54.824205],[-159.571278,54.822252],[-159.558339,54.815253],[-159.545481,54.806138],[-159.525136,54.794379],[-159.521474,54.792263],[-159.521474,54.792222],[-159.515085,54.786933],[-159.512644,54.77851],[-159.51533,54.768744],[-159.527089,54.759467]]],[[[-133.515167,54.782457],[-133.521759,54.76675],[-133.529246,54.768337],[-133.543975,54.779446],[-133.546091,54.78502],[-133.543772,54.794053],[-133.543568,54.799587],[-133.545725,54.801825],[-133.545033,54.805447],[-133.545155,54.816026],[-133.543528,54.822292],[-133.544749,54.831692],[-133.537831,54.834988],[-133.529815,54.831041],[-133.520579,54.820258],[-133.520334,54.814195],[-133.520334,54.814114],[-133.520131,54.808214],[-133.515777,54.796861],[-133.515167,54.782457]]],[[[-132.73644,54.920315],[-132.725901,54.914862],[-132.71524,54.915229],[-132.704986,54.919867],[-132.695465,54.92772],[-132.685536,54.921129],[-132.674306,54.916815],[-132.66511,54.911933],[-132.661366,54.903551],[-132.655832,54.902167],[-132.643178,54.904731],[-132.629303,54.903998],[-132.620351,54.893012],[-132.615346,54.882473],[-132.616933,54.876166],[-132.623769,54.874823],[-132.634633,54.87934],[-132.635569,54.867499],[-132.630686,54.856269],[-132.62857,54.847846],[-132.637766,54.84455],[-132.651763,54.846381],[-132.663238,54.849311],[-132.674916,54.84984],[-132.68928,54.84455],[-132.675608,54.837388],[-132.669301,54.828559],[-132.662668,54.821031],[-132.647694,54.817857],[-132.637115,54.814032],[-132.626373,54.804755],[-132.617584,54.793443],[-132.612904,54.783759],[-132.6162,54.760199],[-132.636057,54.757473],[-132.66161,54.76789],[-132.681793,54.783759],[-132.684682,54.788764],[-132.68928,54.801825],[-132.692372,54.807318],[-132.698354,54.811672],[-132.71349,54.817084],[-132.719716,54.821275],[-132.722564,54.826565],[-132.727406,54.840399],[-132.730214,54.84455],[-132.736399,54.847317],[-132.749908,54.849189],[-132.757558,54.851996],[-132.771962,54.86225],[-132.776926,54.870063],[-132.779775,54.878241],[-132.788238,54.889594],[-132.794057,54.901923],[-132.788808,54.911038],[-132.782379,54.918891],[-132.78482,54.92772],[-132.778066,54.934556],[-132.77302,54.930243],[-132.757558,54.920315],[-132.750559,54.931098],[-132.738149,54.93537],[-132.7235,54.937242],[-132.709788,54.940823],[-132.713735,54.933051],[-132.719797,54.926947],[-132.727447,54.922675],[-132.73644,54.920315]]],[[[-159.284535,54.940823],[-159.268992,54.929633],[-159.24767,54.930162],[-159.226877,54.93358],[-159.212595,54.931138],[-159.208811,54.918524],[-159.219472,54.906806],[-159.246409,54.889594],[-159.28661,54.871731],[-159.31782,54.884711],[-159.326161,54.907864],[-159.298207,54.920315],[-159.306956,54.929633],[-159.317738,54.933783],[-159.32905,54.93476],[-159.339182,54.934556],[-159.322255,54.938381],[-159.306996,54.946234],[-159.292348,54.951728],[-159.277089,54.948188],[-159.284535,54.940823]]],[[[-162.278757,54.851996],[-162.309031,54.837348],[-162.342152,54.839545],[-162.374379,54.853095],[-162.401601,54.872504],[-162.424184,54.897935],[-162.434153,54.914374],[-162.436391,54.92772],[-162.426707,54.938666],[-162.374949,54.954413],[-162.34435,54.969794],[-162.302561,54.985663],[-162.262685,54.989203],[-162.237782,54.968085],[-162.233388,54.956977],[-162.230417,54.939154],[-162.229319,54.9206],[-162.230946,54.907294],[-162.239003,54.893988],[-162.278757,54.851996]]],[[[-131.241567,54.974595],[-131.237904,54.961127],[-131.237172,54.94953],[-131.243723,54.940823],[-131.243723,54.934556],[-131.211659,54.927232],[-131.197499,54.920315],[-131.194692,54.907294],[-131.203196,54.900702],[-131.239166,54.883002],[-131.250234,54.87934],[-131.285715,54.881781],[-131.299794,54.879218],[-131.314768,54.869452],[-131.331166,54.861233],[-131.350087,54.860907],[-131.369456,54.865668],[-131.387074,54.872504],[-131.387563,54.884223],[-131.426422,54.905829],[-131.441721,54.920315],[-131.46817,54.912421],[-131.482167,54.925605],[-131.478383,54.944729],[-131.451568,54.954413],[-131.430247,54.956],[-131.37149,54.966986],[-131.352284,54.975531],[-131.33019,54.961371],[-131.263824,54.996894],[-131.236236,54.995429],[-131.243723,54.989203],[-131.241567,54.974595]]],[[[-163.75654,55.06037],[-163.681752,55.044379],[-163.571645,55.057034],[-163.525706,55.04385],[-163.539133,55.043443],[-163.545725,55.037584],[-163.545888,55.028022],[-163.539988,55.016547],[-163.531239,55.009711],[-163.508494,55.002021],[-163.479604,54.984931],[-163.461415,54.970771],[-163.444814,54.953681],[-163.430735,54.934556],[-163.423166,54.912014],[-163.421132,54.865912],[-163.412709,54.848334],[-163.373036,54.79267],[-163.35436,54.776923],[-163.328847,54.765692],[-163.303334,54.761786],[-163.233103,54.763495],[-163.223378,54.766425],[-163.216054,54.771918],[-163.207631,54.780341],[-163.198842,54.783881],[-163.188344,54.782294],[-163.177113,54.778795],[-163.166697,54.776923],[-163.144154,54.770331],[-163.128855,54.754136],[-163.107981,54.71483],[-163.09968,54.704739],[-163.09081,54.698472],[-163.082021,54.693671],[-163.073842,54.687567],[-163.067738,54.68358],[-163.056101,54.673896],[-163.050649,54.66413],[-163.063303,54.659613],[-163.155507,54.666205],[-163.170033,54.673896],[-163.154856,54.675686],[-163.114817,54.687567],[-163.127065,54.695502],[-163.140126,54.699856],[-163.154368,54.701402],[-163.170033,54.701239],[-163.185251,54.697496],[-163.21581,54.683295],[-163.228098,54.68008],[-163.238474,54.683051],[-163.247751,54.689887],[-163.261912,54.704657],[-163.272288,54.709133],[-163.299184,54.709906],[-163.313466,54.71483],[-163.347768,54.752265],[-163.369496,54.764553],[-163.402699,54.747138],[-163.417551,54.741767],[-163.431101,54.735012],[-163.43696,54.725084],[-163.429555,54.692125],[-163.430735,54.68008],[-163.449167,54.66352],[-163.506663,54.655748],[-163.51887,54.636379],[-163.533884,54.635321],[-163.622548,54.611802],[-163.67809,54.61636],[-163.789866,54.637926],[-164.13268,54.623236],[-164.183054,54.610256],[-164.218373,54.598131],[-164.329701,54.534817],[-164.334462,54.526801],[-164.332834,54.51557],[-164.330068,54.509589],[-164.329539,54.502509],[-164.334462,54.488267],[-164.361318,54.458482],[-164.405588,54.435981],[-164.457102,54.421047],[-164.505808,54.413804],[-164.573313,54.413398],[-164.608713,54.408922],[-164.633046,54.395819],[-164.652577,54.391995],[-164.802317,54.404039],[-164.825999,54.411322],[-164.845286,54.423489],[-164.873036,54.457221],[-164.88915,54.470933],[-164.909861,54.475287],[-164.904286,54.496649],[-164.912546,54.508734],[-164.924753,54.516913],[-164.930979,54.526801],[-164.933665,54.542955],[-164.940419,54.558661],[-164.958241,54.58515],[-164.938303,54.598863],[-164.90925,54.612128],[-164.879099,54.622138],[-164.796824,54.634467],[-164.739207,54.652777],[-164.700673,54.67829],[-164.569529,54.836982],[-164.557607,54.84455],[-164.547353,54.882758],[-164.541819,54.887437],[-164.477528,54.918891],[-164.453196,54.924994],[-164.399648,54.92772],[-164.378163,54.922838],[-164.336008,54.900051],[-164.313954,54.893012],[-164.225087,54.894721],[-164.212961,54.899888],[-164.210927,54.908433],[-164.224599,54.920315],[-164.190663,54.942125],[-164.15685,54.956977],[-164.119374,54.965399],[-164.05073,54.971137],[-164.026438,54.978339],[-163.985666,54.995429],[-163.937001,55.02912],[-163.916737,55.036363],[-163.823964,55.04385],[-163.803212,55.048041],[-163.780588,55.055854],[-163.75654,55.06037]]],[[[-159.355051,55.037299],[-159.36323,55.036322],[-159.373606,55.036363],[-159.383168,55.034369],[-159.391347,55.029853],[-159.394724,55.025377],[-159.390085,55.023383],[-159.379221,55.017076],[-159.36323,55.002672],[-159.339182,54.975531],[-159.401072,54.950344],[-159.434316,54.94184],[-159.462717,54.948188],[-159.451487,54.956488],[-159.452219,54.96601],[-159.45637,54.975002],[-159.455271,54.981757],[-159.445668,54.985053],[-159.421457,54.981879],[-159.40807,54.981757],[-159.413075,54.991848],[-159.424794,55.030219],[-159.439076,55.028713],[-159.483144,55.016547],[-159.459828,55.038153],[-159.454294,55.04975],[-159.462717,55.058051],[-159.462717,55.064276],[-159.444163,55.060981],[-159.364491,55.057563],[-159.354482,55.054755],[-159.345408,55.050686],[-159.34911,55.041449],[-159.355051,55.037299]]],[[[-131.189992,55.048337],[-131.2162,55.048024],[-131.254895,55.069237],[-131.244148,55.092744],[-131.203972,55.109933],[-131.18915,55.103431],[-131.188079,55.075074],[-131.189992,55.048337]]],[[[-161.730662,55.160549],[-161.730214,55.155911],[-161.731638,55.154486],[-161.734446,55.154364],[-161.738149,55.153713],[-161.713124,55.143988],[-161.660837,55.130683],[-161.641306,55.119534],[-161.652781,55.106269],[-161.68578,55.090399],[-161.696523,55.071112],[-161.711863,55.079006],[-161.724721,55.074286],[-161.737253,55.064765],[-161.751169,55.058051],[-161.770497,55.059027],[-161.784535,55.066799],[-161.797434,55.077053],[-161.813222,55.085395],[-161.806874,55.095649],[-161.77538,55.122626],[-161.771677,55.134345],[-161.783193,55.144924],[-161.813222,55.160549],[-161.809031,55.145006],[-161.812205,55.129788],[-161.826283,55.099066],[-161.840321,55.111762],[-161.871938,55.121405],[-161.893137,55.133938],[-161.900624,55.13349],[-161.906077,55.134589],[-161.908193,55.143459],[-161.906077,55.154853],[-161.900136,55.158026],[-161.891672,55.158149],[-161.843821,55.171332],[-161.730662,55.160549]]],[[[-132.791575,55.173082],[-132.741607,55.149115],[-132.722768,55.133205],[-132.668202,55.050686],[-132.682688,55.034369],[-132.750722,54.995429],[-132.758697,55.008368],[-132.768178,55.018744],[-132.791656,55.036363],[-132.791575,55.013617],[-132.8155,55.015692],[-132.873647,55.036363],[-132.861643,55.045478],[-132.832265,55.048814],[-132.826487,55.054389],[-132.823394,55.065863],[-132.81607,55.074856],[-132.807037,55.081285],[-132.799143,55.085395],[-132.810658,55.090277],[-132.827219,55.094631],[-132.856557,55.099066],[-132.861806,55.104804],[-132.865387,55.117825],[-132.867421,55.131659],[-132.866851,55.14643],[-132.869211,55.153998],[-132.867421,55.160549],[-132.863108,55.162055],[-132.855946,55.161566],[-132.849273,55.163275],[-132.842681,55.179145],[-132.833852,55.186469],[-132.822662,55.190497],[-132.812164,55.188422],[-132.791575,55.173082]]],[[[-161.35436,55.221503],[-161.340321,55.21898],[-161.338206,55.214057],[-161.341501,55.206773],[-161.338206,55.197903],[-161.333567,55.191474],[-161.331492,55.188056],[-161.33019,55.182034],[-161.330759,55.170356],[-161.341868,55.162746],[-161.360463,55.163031],[-161.369822,55.165351],[-161.42219,55.185452],[-161.439687,55.197333],[-161.437449,55.204901],[-161.427317,55.21369],[-161.411448,55.219468],[-161.372263,55.219143],[-161.35436,55.221503]]],[[[-159.524159,55.119534],[-159.522694,55.078803],[-159.524159,55.071112],[-159.494456,55.063137],[-159.48998,55.058051],[-159.493642,55.047593],[-159.504465,55.042467],[-159.517405,55.042426],[-159.527537,55.047268],[-159.549998,55.073798],[-159.562978,55.085435],[-159.578725,55.092231],[-159.582265,55.08161],[-159.583689,55.070868],[-159.582631,55.060492],[-159.578725,55.050686],[-159.593943,55.050727],[-159.620107,55.057034],[-159.633372,55.058051],[-159.639719,55.05386],[-159.643666,55.046617],[-159.647776,55.04328],[-159.65449,55.050686],[-159.65925,55.065131],[-159.654368,55.073391],[-159.633372,55.085395],[-159.627146,55.087633],[-159.621653,55.086371],[-159.616892,55.086371],[-159.612904,55.092231],[-159.611643,55.098944],[-159.613271,55.102973],[-159.617421,55.104804],[-159.623402,55.105292],[-159.645375,55.112698],[-159.65038,55.12637],[-159.640248,55.133938],[-159.5926,55.110175],[-159.577138,55.112006],[-159.57726,55.121731],[-159.599843,55.133205],[-159.585764,55.140937],[-159.551381,55.142157],[-159.544626,55.150295],[-159.552602,55.158922],[-159.591786,55.163764],[-159.606068,55.167914],[-159.582509,55.177151],[-159.584177,55.193183],[-159.589223,55.208401],[-159.575673,55.215155],[-159.562245,55.215481],[-159.557118,55.217027],[-159.553456,55.22134],[-159.544626,55.229397],[-159.540761,55.237616],[-159.539255,55.247138],[-159.53364,55.251044],[-159.517934,55.242418],[-159.520985,55.226386],[-159.530263,55.21662],[-159.54011,55.208686],[-159.544626,55.198065],[-159.538319,55.183539],[-159.524648,55.176174],[-159.511545,55.172919],[-159.507069,55.171088],[-159.512196,55.161322],[-159.524159,55.119534]]],[[[-133.062245,55.183824],[-133.065419,55.150295],[-133.055898,55.14411],[-133.011138,55.13231],[-132.997141,55.125718],[-132.994862,55.119289],[-132.993072,55.099799],[-132.990875,55.092231],[-132.956166,55.064276],[-132.984853,55.075995],[-133.019358,55.097235],[-133.05484,55.108954],[-133.086537,55.092231],[-132.997141,55.064276],[-132.997141,55.058051],[-133.032582,55.050279],[-133.045522,55.050686],[-133.045522,55.04385],[-133.014068,55.034573],[-132.983062,55.03205],[-132.95759,55.023342],[-132.942494,54.995429],[-132.941762,54.954413],[-132.942494,54.948188],[-132.932769,54.945502],[-132.906646,54.951361],[-132.894114,54.948188],[-132.901519,54.940823],[-132.893951,54.939154],[-132.891103,54.937567],[-132.887278,54.934556],[-132.892445,54.929511],[-132.901519,54.91352],[-132.860463,54.900336],[-132.843821,54.889106],[-132.839467,54.872504],[-132.824574,54.87519],[-132.815012,54.86758],[-132.814361,54.855455],[-132.826487,54.84455],[-132.812815,54.839993],[-132.784535,54.836859],[-132.77123,54.831529],[-132.762603,54.824449],[-132.758697,54.818183],[-132.75593,54.811591],[-132.750722,54.803656],[-132.722483,54.776557],[-132.725209,54.767401],[-132.750722,54.756415],[-132.743886,54.74901],[-132.751088,54.747016],[-132.753814,54.745429],[-132.757558,54.742174],[-132.705434,54.728827],[-132.688303,54.717963],[-132.702952,54.701239],[-132.671213,54.677314],[-132.686879,54.673977],[-132.724273,54.677436],[-132.757558,54.673896],[-132.768219,54.69302],[-132.793772,54.698065],[-132.842885,54.693793],[-132.843577,54.69831],[-132.852935,54.719143],[-132.863596,54.734524],[-132.86384,54.741604],[-132.856191,54.744696],[-132.839467,54.742174],[-132.938059,54.787746],[-132.956166,54.803656],[-132.943512,54.807074],[-132.925608,54.815334],[-132.911,54.826402],[-132.908355,54.838324],[-132.921702,54.845201],[-132.94225,54.842027],[-132.980377,54.831529],[-132.998769,54.837958],[-133.007069,54.866116],[-133.021352,54.872504],[-133.037099,54.877387],[-133.049143,54.888902],[-133.051503,54.902493],[-133.038075,54.91352],[-133.053293,54.917792],[-133.068715,54.919745],[-133.100738,54.920315],[-133.100738,54.92772],[-133.075836,54.932196],[-133.06371,54.935736],[-133.058583,54.940823],[-133.064565,54.947089],[-133.078359,54.949286],[-133.107004,54.948188],[-133.132802,54.943345],[-133.139068,54.945258],[-133.147939,54.954413],[-133.144195,54.955512],[-133.141265,54.96308],[-133.143463,54.97309],[-133.154775,54.981757],[-133.134836,54.997504],[-133.153472,55.021186],[-133.203236,55.058051],[-133.19929,55.065253],[-133.203725,55.075141],[-133.211293,55.086819],[-133.216868,55.099066],[-133.168365,55.096381],[-133.120676,55.099066],[-133.139312,55.115668],[-133.189361,55.121731],[-133.203236,55.133205],[-133.182118,55.133205],[-133.216868,55.153713],[-133.2058,55.155829],[-133.182118,55.153225],[-133.168446,55.153713],[-133.177642,55.164293],[-133.187001,55.172024],[-133.199208,55.175605],[-133.216868,55.17414],[-133.216868,55.180976],[-133.154775,55.194648],[-133.188873,55.213772],[-133.194,55.222235],[-133.182118,55.235582],[-133.166127,55.243109],[-133.143463,55.248847],[-133.121409,55.251288],[-133.107004,55.248684],[-133.096547,55.2331],[-133.102203,55.220282],[-133.104237,55.211575],[-133.082834,55.208319],[-133.066762,55.200914],[-133.062245,55.183824]]],[[[-161.564076,55.207913],[-161.574086,55.207017],[-161.592641,55.207506],[-161.637196,55.193549],[-161.645334,55.194525],[-161.664174,55.198676],[-161.676869,55.200181],[-161.691721,55.211615],[-161.683339,55.230902],[-161.658884,55.242377],[-161.612416,55.245103],[-161.559031,55.254462],[-161.548573,55.252834],[-161.544016,55.240627],[-161.557444,55.215766],[-161.564076,55.207913]]],[[[-131.352284,55.122626],[-131.35558,55.114814],[-131.361928,55.106187],[-131.366119,55.097398],[-131.363189,55.088813],[-131.348785,55.077948],[-131.345082,55.07099],[-131.34553,55.058051],[-131.357045,55.032538],[-131.378,55.01789],[-131.404286,55.011298],[-131.471832,55.004828],[-131.479563,55.006293],[-131.485341,55.017035],[-131.484446,55.026109],[-131.48176,55.034654],[-131.482655,55.04385],[-131.493764,55.057278],[-131.513743,55.074164],[-131.534495,55.087104],[-131.547841,55.088813],[-131.549794,55.076361],[-131.536692,55.064439],[-131.524973,55.049994],[-131.531117,55.030219],[-131.539296,55.02261],[-131.550201,55.014716],[-131.572011,55.002875],[-131.575266,55.000434],[-131.578114,54.997504],[-131.582997,54.995347],[-131.592519,54.995429],[-131.598988,54.998196],[-131.603342,55.003079],[-131.606557,55.007717],[-131.609609,55.009711],[-131.624501,55.017401],[-131.618398,55.035224],[-131.581044,55.090074],[-131.58373,55.095771],[-131.599355,55.099066],[-131.582875,55.125556],[-131.56428,55.126288],[-131.54426,55.118557],[-131.52359,55.119534],[-131.517242,55.134182],[-131.531484,55.15176],[-131.553944,55.166897],[-131.572011,55.17414],[-131.568186,55.177395],[-131.56192,55.185126],[-131.55842,55.188422],[-131.572174,55.196845],[-131.581695,55.206285],[-131.586537,55.218655],[-131.586334,55.235582],[-131.581288,55.253363],[-131.572987,55.260484],[-131.560862,55.263821],[-131.544097,55.270413],[-131.551584,55.276557],[-131.531239,55.274237],[-131.50357,55.264797],[-131.479237,55.252631],[-131.451283,55.223782],[-131.395579,55.215399],[-131.372792,55.201483],[-131.376943,55.182847],[-131.36913,55.163723],[-131.357981,55.143704],[-131.352284,55.122626]]],[[[-159.921986,55.22191],[-159.904408,55.207465],[-159.916941,55.156928],[-159.901479,55.140082],[-159.886952,55.149115],[-159.875111,55.172675],[-159.857533,55.190253],[-159.825795,55.180976],[-159.832875,55.171617],[-159.839304,55.145168],[-159.846262,55.133205],[-159.848256,55.134426],[-159.874216,55.125718],[-159.876536,55.120795],[-159.875234,55.115058],[-159.874867,55.109565],[-159.87975,55.105292],[-159.89741,55.104885],[-159.90925,55.114814],[-159.920155,55.127021],[-159.935007,55.133205],[-159.949452,55.128892],[-159.967885,55.106757],[-159.982859,55.099066],[-159.955881,55.081488],[-159.946116,55.069648],[-159.959543,55.064276],[-160.012644,55.071357],[-160.031239,55.071112],[-160.017283,55.052883],[-160.017039,55.045315],[-160.045522,55.030219],[-160.083689,54.995836],[-160.129832,54.965969],[-160.155385,54.940823],[-160.183298,54.918931],[-160.19636,54.905219],[-160.208445,54.873847],[-160.222727,54.876125],[-160.23705,54.888577],[-160.24352,54.903551],[-160.240224,54.927069],[-160.230295,54.934475],[-160.213328,54.937649],[-160.188914,54.948188],[-160.144521,55.006293],[-160.130686,55.015692],[-160.114817,55.02383],[-160.100819,55.034247],[-160.092722,55.050686],[-160.174631,55.058051],[-160.174631,55.064276],[-160.161977,55.069037],[-160.148549,55.07099],[-160.119985,55.071112],[-160.125193,55.082465],[-160.134145,55.091254],[-160.145619,55.096991],[-160.17394,55.103217],[-160.189198,55.112372],[-160.194814,55.121527],[-160.181752,55.125718],[-160.152903,55.121649],[-160.100657,55.10342],[-160.072214,55.099066],[-160.084096,55.115302],[-160.113474,55.139309],[-160.127431,55.153713],[-160.110585,55.160834],[-160.094309,55.156928],[-160.079905,55.14704],[-160.068796,55.136664],[-160.064076,55.128852],[-160.063588,55.123521],[-160.060658,55.12051],[-160.039784,55.118476],[-160.031565,55.115546],[-160.024037,55.111029],[-160.017568,55.105292],[-160.013987,55.108059],[-160.010203,55.111762],[-160.003896,55.119534],[-160.019154,55.133734],[-160.056101,55.181383],[-160.065378,55.201483],[-159.981272,55.177883],[-159.953603,55.175849],[-159.976633,55.208319],[-159.964833,55.210517],[-159.954091,55.209703],[-159.943349,55.210761],[-159.93163,55.218573],[-159.930653,55.226142],[-159.93696,55.235256],[-159.944814,55.244452],[-159.948679,55.252387],[-159.939687,55.256008],[-159.898671,55.285346],[-159.887278,55.297065],[-159.876902,55.287584],[-159.874216,55.284003],[-159.86498,55.251166],[-159.875111,55.238837],[-159.896718,55.233629],[-159.921986,55.22191]]],[[[-133.285268,55.317939],[-133.291575,55.300849],[-133.319244,55.270413],[-133.291371,55.262926],[-133.280385,55.282131],[-133.259633,55.281562],[-133.234242,55.273627],[-133.209381,55.270413],[-133.226633,55.252875],[-133.233754,55.242255],[-133.240142,55.220364],[-133.248891,55.216498],[-133.272084,55.215155],[-133.306549,55.203111],[-133.316151,55.201483],[-133.32844,55.202948],[-133.33434,55.20661],[-133.338857,55.211086],[-133.346588,55.215155],[-133.369456,55.221991],[-133.382436,55.223334],[-133.388173,55.218573],[-133.391835,55.209174],[-133.400787,55.203274],[-133.411977,55.200751],[-133.422271,55.201483],[-133.436594,55.211371],[-133.445627,55.229153],[-133.449859,55.25023],[-133.449615,55.270413],[-133.437408,55.265815],[-133.424672,55.263088],[-133.412343,55.263902],[-133.401235,55.270413],[-133.434438,55.285875],[-133.442779,55.297797],[-133.43224,55.314439],[-133.414133,55.318183],[-133.392079,55.315579],[-133.377512,55.316718],[-133.381947,55.331855],[-133.36026,55.332913],[-133.338775,55.337348],[-133.318105,55.339057],[-133.298736,55.331855],[-133.285268,55.317939]]],[[[-160.032094,55.313666],[-160.039988,55.307074],[-160.072947,55.308295],[-160.096995,55.314927],[-160.10908,55.325751],[-160.108469,55.333889],[-160.099355,55.340277],[-160.085439,55.343411],[-160.066599,55.344713],[-160.061513,55.342678],[-160.059031,55.338568],[-160.052561,55.333441],[-160.036244,55.326199],[-160.036244,55.326158],[-160.03307,55.322577],[-160.032094,55.313666]]],[[[-160.332875,55.352281],[-160.324778,55.31391],[-160.32372,55.295233],[-160.325429,55.276557],[-160.336293,55.248684],[-160.346913,55.250556],[-160.361765,55.255113],[-160.374989,55.261054],[-160.401112,55.28677],[-160.498484,55.302232],[-160.531484,55.325019],[-160.518992,55.327135],[-160.508412,55.331732],[-160.504262,55.338039],[-160.511057,55.345445],[-160.486928,55.353217],[-160.461659,55.351142],[-160.437123,55.346177],[-160.415476,55.345445],[-160.36738,55.366523],[-160.345204,55.37108],[-160.325429,55.358547],[-160.332875,55.352281]]],[[[-160.690663,55.307807],[-160.679392,55.306708],[-160.658152,55.311347],[-160.654042,55.314521],[-160.650136,55.321601],[-160.645212,55.328599],[-160.637929,55.331855],[-160.630238,55.330756],[-160.618031,55.326117],[-160.610341,55.325019],[-160.604726,55.330756],[-160.602488,55.360093],[-160.599802,55.372789],[-160.590159,55.383857],[-160.575551,55.391425],[-160.559275,55.393134],[-160.544545,55.38642],[-160.535593,55.364325],[-160.551584,55.345038],[-160.574452,55.324937],[-160.58613,55.300482],[-160.582387,55.285549],[-160.573232,55.278062],[-160.562001,55.272406],[-160.551991,55.262926],[-160.546091,55.250434],[-160.549875,55.245022],[-160.579905,55.235582],[-160.56371,55.229804],[-160.528025,55.227525],[-160.511057,55.22191],[-160.50768,55.216946],[-160.502309,55.200263],[-160.497385,55.194648],[-160.486318,55.193671],[-160.477488,55.197577],[-160.469838,55.198472],[-160.462595,55.188422],[-160.486195,55.181464],[-160.533559,55.187934],[-160.558827,55.188422],[-160.518625,55.178778],[-160.511057,55.17414],[-160.513295,55.164984],[-160.538319,55.133205],[-160.555247,55.157457],[-160.575266,55.162665],[-160.627065,55.153713],[-160.637685,55.154934],[-160.666371,55.163153],[-160.675526,55.167914],[-160.685251,55.180365],[-160.682485,55.186957],[-160.676137,55.192532],[-160.675526,55.201483],[-160.683339,55.211371],[-160.692332,55.209174],[-160.703318,55.201361],[-160.717112,55.194648],[-160.733347,55.191962],[-160.745839,55.191474],[-160.75768,55.189114],[-160.771718,55.180976],[-160.783884,55.166938],[-160.802846,55.133368],[-160.818918,55.119534],[-160.820505,55.135403],[-160.812734,55.166083],[-160.815785,55.177558],[-160.839223,55.197943],[-160.847401,55.207099],[-160.853627,55.22191],[-160.852366,55.225002],[-160.847239,55.242092],[-160.846181,55.248684],[-160.848622,55.25609],[-160.858266,55.265692],[-160.860463,55.273505],[-160.856923,55.288723],[-160.850535,55.303168],[-160.847279,55.317328],[-160.853627,55.331855],[-160.821401,55.363227],[-160.784047,55.389879],[-160.742055,55.406317],[-160.695994,55.406928],[-160.665761,55.383857],[-160.658762,55.363837],[-160.671986,55.343085],[-160.70283,55.317572],[-160.690663,55.307807]]],[[[-131.818471,55.413764],[-131.696523,55.343451],[-131.636098,55.299302],[-131.633453,55.262926],[-131.63858,55.275946],[-131.646352,55.286811],[-131.657135,55.294257],[-131.671295,55.297065],[-131.675364,55.291205],[-131.668284,55.25609],[-131.686147,55.230292],[-131.711741,55.23664],[-131.739491,55.250718],[-131.763824,55.248684],[-131.737213,55.217841],[-131.720855,55.20307],[-131.702382,55.194648],[-131.712758,55.177476],[-131.726552,55.166327],[-131.733306,55.155707],[-131.72289,55.140082],[-131.743316,55.142727],[-131.771962,55.167914],[-131.804921,55.181138],[-131.817779,55.197984],[-131.853179,55.300482],[-131.853139,55.339545],[-131.857004,55.357408],[-131.866851,55.372789],[-131.850942,55.373358],[-131.845774,55.372789],[-131.851959,55.394843],[-131.849517,55.416083],[-131.838368,55.42593],[-131.818471,55.413764]]],[[[-133.569692,55.424302],[-133.5419,55.414618],[-133.471588,55.416449],[-133.449615,55.406928],[-133.449045,55.39232],[-133.447581,55.386542],[-133.442209,55.380276],[-133.449615,55.374172],[-133.457875,55.369696],[-133.466908,55.366889],[-133.497711,55.365953],[-133.50536,55.364447],[-133.505035,55.360745],[-133.502838,55.356147],[-133.504872,55.352281],[-133.516225,55.345445],[-133.521474,55.341254],[-133.526845,55.339179],[-133.538686,55.338609],[-133.548329,55.339993],[-133.568105,55.34516],[-133.579945,55.345445],[-133.567209,55.33039],[-133.565175,55.31981],[-133.579945,55.290269],[-133.587758,55.257717],[-133.594309,55.242987],[-133.607289,55.235582],[-133.621165,55.240383],[-133.636301,55.25316],[-133.65567,55.276557],[-133.657297,55.283922],[-133.655873,55.300238],[-133.658803,55.307603],[-133.664418,55.310248],[-133.680572,55.309312],[-133.689198,55.311347],[-133.665395,55.323391],[-133.658803,55.325019],[-133.646352,55.325751],[-133.641469,55.328192],[-133.639231,55.332465],[-133.621449,55.354193],[-133.623362,55.361314],[-133.65567,55.372789],[-133.64273,55.382025],[-133.615061,55.390082],[-133.603871,55.396674],[-133.590443,55.417182],[-133.580556,55.426215],[-133.569692,55.424302]]],[[[-163.139027,55.40351],[-163.151682,55.396959],[-163.162587,55.398993],[-163.171946,55.404039],[-163.195058,55.412665],[-163.188181,55.425116],[-163.167917,55.436998],[-163.142771,55.441067],[-163.133127,55.43244],[-163.129384,55.423041],[-163.131418,55.413275],[-163.139027,55.40351]]],[[[-133.238283,55.413803],[-133.274493,55.40428],[-133.315197,55.404547],[-133.32027,55.423127],[-133.307277,55.432187],[-133.269251,55.44395],[-133.236057,55.44022],[-133.238283,55.413803]]],[[[-160.236928,55.449856],[-160.233591,55.447903],[-160.223826,55.449042],[-160.206288,55.454169],[-160.198842,55.455308],[-160.171132,55.453762],[-160.159901,55.44953],[-160.155385,55.441067],[-160.159861,55.426988],[-160.159413,55.412665],[-160.1551,55.398871],[-160.147939,55.38642],[-160.159861,55.380805],[-160.166982,55.384426],[-160.173085,55.392483],[-160.182078,55.400092],[-160.197214,55.404242],[-160.233713,55.40998],[-160.246938,55.417467],[-160.25947,55.422309],[-160.273386,55.416653],[-160.298777,55.400092],[-160.312367,55.397447],[-160.328114,55.398139],[-160.341135,55.40412],[-160.346547,55.417467],[-160.334096,55.443671],[-160.304758,55.458319],[-160.270579,55.46369],[-160.24352,55.462144],[-160.238759,55.459052],[-160.236928,55.449856]]],[[[-133.494781,55.429511],[-133.511383,55.427436],[-133.53303,55.430121],[-133.600453,55.447903],[-133.589752,55.463284],[-133.57429,55.469794],[-133.556304,55.474066],[-133.538401,55.482652],[-133.524729,55.499579],[-133.51769,55.514838],[-133.505727,55.52261],[-133.476918,55.516791],[-133.431752,55.496527],[-133.422271,55.489447],[-133.418446,55.475572],[-133.420766,55.459662],[-133.42809,55.446519],[-133.439076,55.441067],[-133.457102,55.43891],[-133.494781,55.429511]]],[[[-133.337026,55.464545],[-133.346588,55.447903],[-133.360585,55.460639],[-133.395009,55.503119],[-133.42398,55.518012],[-133.433176,55.527981],[-133.428538,55.544135],[-133.413645,55.553209],[-133.390614,55.557196],[-133.324452,55.556952],[-133.304799,55.553209],[-133.287424,55.545071],[-133.272084,55.530463],[-133.271962,55.511949],[-133.273427,55.500312],[-133.279042,55.491848],[-133.291371,55.482652],[-133.309153,55.47484],[-133.324452,55.471177],[-133.337026,55.464545]]],[[[-133.646311,55.542304],[-133.612416,55.541571],[-133.586781,55.544135],[-133.580922,55.527086],[-133.578684,55.509263],[-133.584706,55.495185],[-133.603871,55.489447],[-133.618479,55.482978],[-133.633168,55.454413],[-133.651967,55.447903],[-133.671051,55.451321],[-133.709625,55.465806],[-133.730133,55.468411],[-133.749379,55.464179],[-133.779408,55.449856],[-133.799062,55.447903],[-133.799062,55.455308],[-133.777008,55.464301],[-133.74828,55.496161],[-133.700836,55.507392],[-133.701812,55.516791],[-133.711293,55.526068],[-133.720204,55.532457],[-133.724517,55.531684],[-133.728505,55.532864],[-133.730133,55.540717],[-133.726715,55.546617],[-133.718739,55.551744],[-133.70287,55.557766],[-133.679351,55.547349],[-133.646311,55.542304]]],[[[-159.289622,55.76789],[-159.302113,55.759223],[-159.318105,55.767768],[-159.328603,55.778388],[-159.344716,55.783881],[-159.362294,55.786282],[-159.359853,55.798163],[-159.332834,55.812445],[-159.312734,55.811225],[-159.298044,55.793647],[-159.289052,55.778998],[-159.289622,55.76789]]],[[[-133.589101,55.811672],[-133.57311,55.804755],[-133.578969,55.824408],[-133.565256,55.830308],[-133.504506,55.822903],[-133.495229,55.820299],[-133.486887,55.814765],[-133.482411,55.806586],[-133.481109,55.798774],[-133.477691,55.792792],[-133.466949,55.790473],[-133.351674,55.787787],[-133.339752,55.790473],[-133.329742,55.798814],[-133.322987,55.809027],[-133.316029,55.811672],[-133.305653,55.797349],[-133.310048,55.782213],[-133.368235,55.758734],[-133.391591,55.746161],[-133.417877,55.738471],[-133.448598,55.750718],[-133.475575,55.771796],[-133.49059,55.790473],[-133.503814,55.766181],[-133.488596,55.734361],[-133.487172,55.706732],[-133.542104,55.694892],[-133.578684,55.704901],[-133.62385,55.729478],[-133.663238,55.760728],[-133.682362,55.790473],[-133.649322,55.78856],[-133.641428,55.790473],[-133.639312,55.796454],[-133.638905,55.817084],[-133.634592,55.825263],[-133.614898,55.833197],[-133.601389,55.824897],[-133.589101,55.811672]]],[[[-158.74531,55.863186],[-158.730092,55.85517],[-158.71703,55.84398],[-158.708567,55.831488],[-158.811228,55.859524],[-158.858388,55.862982],[-158.887318,55.831488],[-158.874745,55.827948],[-158.861765,55.825832],[-158.851145,55.821438],[-158.845774,55.810981],[-158.866282,55.805732],[-158.883778,55.805243],[-158.897654,55.811347],[-158.907175,55.825263],[-158.908681,55.841295],[-158.897328,55.860582],[-158.900339,55.873725],[-158.853749,55.890937],[-158.828114,55.896715],[-158.791737,55.890286],[-158.776845,55.880927],[-158.760365,55.866278],[-158.74531,55.863186]]],[[[-133.264638,55.866278],[-133.254058,55.864203],[-133.228912,55.871283],[-133.216868,55.866278],[-133.220367,55.822455],[-133.223704,55.810981],[-133.235911,55.785712],[-133.240468,55.779975],[-133.250803,55.775946],[-133.259104,55.78026],[-133.266713,55.787014],[-133.275217,55.790473],[-133.283355,55.795966],[-133.302846,55.81981],[-133.316151,55.825263],[-133.32429,55.826728],[-133.334299,55.830878],[-133.341176,55.837348],[-133.339752,55.845771],[-133.332021,55.84748],[-133.291371,55.851996],[-133.319,55.860541],[-133.330556,55.868313],[-133.332916,55.879869],[-133.325836,55.881415],[-133.291615,55.902004],[-133.285146,55.907172],[-133.267405,55.902167],[-133.266713,55.891669],[-133.270131,55.87873],[-133.264638,55.866278]]],[[[-155.570383,55.783026],[-155.597264,55.760431],[-155.6299,55.762902],[-155.663693,55.774463],[-155.697388,55.771346],[-155.718693,55.774851],[-155.728017,55.804755],[-155.749849,55.81768],[-155.741648,55.831488],[-155.701258,55.841337],[-155.663419,55.856008],[-155.652333,55.886664],[-155.652292,55.886705],[-155.635325,55.905748],[-155.599969,55.914814],[-155.556101,55.914618],[-155.55724,55.895209],[-155.56904,55.868801],[-155.570383,55.851996],[-155.558054,55.817572],[-155.55724,55.800482],[-155.570383,55.783026]]],[[[-134.24413,55.920844],[-134.257924,55.899888],[-134.234853,55.89997],[-134.17927,55.914618],[-134.12206,55.923733],[-134.101552,55.920803],[-134.114369,55.900336],[-134.153188,55.893622],[-134.195953,55.873358],[-134.233876,55.846137],[-134.258412,55.818427],[-134.276275,55.828803],[-134.31843,55.833808],[-134.32665,55.848822],[-134.31843,55.857856],[-134.264556,55.873725],[-134.279164,55.882148],[-134.334788,55.895087],[-134.347157,55.910956],[-134.332183,55.922512],[-134.298695,55.9265],[-134.26358,55.925238],[-134.24413,55.920844]]],[[[-133.842519,55.86636],[-133.871653,55.846747],[-133.912668,55.862779],[-133.921376,55.874335],[-133.931711,55.893988],[-133.934234,55.912584],[-133.919504,55.920844],[-133.877309,55.938056],[-133.856028,55.942288],[-133.832183,55.90058],[-133.842519,55.86636]]],[[[-131.208892,55.944892],[-131.179555,55.923529],[-131.044423,55.790473],[-131.046132,55.766588],[-131.022817,55.742865],[-130.968739,55.701117],[-130.966908,55.694159],[-130.968577,55.678127],[-130.965321,55.671047],[-130.938303,55.651516],[-130.93456,55.643134],[-130.938222,55.624213],[-130.955556,55.600491],[-130.961903,55.58511],[-130.94579,55.58275],[-130.943715,55.572699],[-130.954172,55.565619],[-130.975575,55.572008],[-130.974924,55.534573],[-130.977284,55.515937],[-130.983022,55.503119],[-130.978749,55.493313],[-130.979237,55.485541],[-130.981557,55.477037],[-130.983022,55.465277],[-130.971832,55.44359],[-130.968739,55.434882],[-130.967152,55.423774],[-130.968739,55.396674],[-130.971669,55.38524],[-130.978179,55.387641],[-130.989166,55.400092],[-131.005035,55.413398],[-131.015126,55.417182],[-131.027089,55.410346],[-131.030995,55.400458],[-131.027252,55.391059],[-131.020985,55.382025],[-131.017161,55.372789],[-131.018381,55.354315],[-131.025258,55.342353],[-131.034901,55.330268],[-131.044423,55.311347],[-131.055653,55.273586],[-131.065175,55.261054],[-131.085439,55.248684],[-131.106313,55.238918],[-131.116526,55.236396],[-131.130116,55.235582],[-131.137603,55.231391],[-131.140533,55.221625],[-131.142649,55.210273],[-131.147532,55.201483],[-131.192006,55.185736],[-131.232737,55.200914],[-131.271718,55.225002],[-131.311391,55.235582],[-131.256256,55.270575],[-131.234771,55.290961],[-131.215728,55.317572],[-131.213735,55.323065],[-131.208323,55.345445],[-131.204986,55.349921],[-131.20051,55.353746],[-131.196401,55.359442],[-131.194692,55.369371],[-131.195424,55.387356],[-131.199534,55.399726],[-131.20995,55.406317],[-131.2294,55.406928],[-131.221995,55.393256],[-131.243967,55.393744],[-131.268707,55.386176],[-131.28307,55.37108],[-131.273793,55.348863],[-131.261708,55.328803],[-131.263824,55.309394],[-131.277008,55.291693],[-131.298329,55.276557],[-131.324208,55.267076],[-131.352773,55.263251],[-131.404164,55.262926],[-131.427358,55.267035],[-131.450551,55.277899],[-131.463206,55.293402],[-131.454742,55.311347],[-131.431874,55.320014],[-131.404856,55.322903],[-131.382232,55.329413],[-131.372792,55.348863],[-131.371246,55.361151],[-131.366444,55.37108],[-131.358062,55.377834],[-131.345815,55.380276],[-131.329661,55.381415],[-131.322621,55.384955],[-131.311391,55.400092],[-131.278188,55.430243],[-131.270741,55.447333],[-131.280914,55.465277],[-131.283681,55.472154],[-131.293365,55.514553],[-131.299306,55.525336],[-131.330637,55.568549],[-131.336903,55.579657],[-131.343577,55.630276],[-131.350819,55.645575],[-131.363189,55.643134],[-131.371693,55.618638],[-131.365224,55.587307],[-131.327952,55.502753],[-131.321929,55.475084],[-131.325429,55.446763],[-131.342397,55.417467],[-131.349721,55.410142],[-131.372792,55.393256],[-131.380035,55.385728],[-131.394521,55.365953],[-131.409291,55.3522],[-131.424631,55.344062],[-131.462148,55.331855],[-131.452748,55.343451],[-131.426625,55.364],[-131.421254,55.376532],[-131.426625,55.392279],[-131.439036,55.405422],[-131.452748,55.416897],[-131.462148,55.427436],[-131.468984,55.458686],[-131.458404,55.48371],[-131.421254,55.530463],[-131.437896,55.530585],[-131.463368,55.523261],[-131.489003,55.511786],[-131.5065,55.499416],[-131.516957,55.480048],[-131.516184,55.460028],[-131.508046,55.440131],[-131.496327,55.42121],[-131.469106,55.389635],[-131.465688,55.37226],[-131.479563,55.348863],[-131.50886,55.311713],[-131.526479,55.299384],[-131.551584,55.297065],[-131.57311,55.305243],[-131.616038,55.332709],[-131.661529,55.343207],[-131.685292,55.354315],[-131.72289,55.380276],[-131.725209,55.383531],[-131.731313,55.394924],[-131.735911,55.400092],[-131.78661,55.427314],[-131.808502,55.444485],[-131.820221,55.463813],[-131.810292,55.47663],[-131.717844,55.517971],[-131.7058,55.527045],[-131.688873,55.542955],[-131.67809,55.549628],[-131.667307,55.550767],[-131.650543,55.550279],[-131.644521,55.557074],[-131.619781,55.595282],[-131.630483,55.604397],[-131.681467,55.610541],[-131.698964,55.616116],[-131.707428,55.629625],[-131.708485,55.645453],[-131.703928,55.661119],[-131.695546,55.674465],[-131.691396,55.679511],[-131.686879,55.683905],[-131.680735,55.686957],[-131.671295,55.688137],[-131.635162,55.686957],[-131.627309,55.688137],[-131.625559,55.69359],[-131.626129,55.712104],[-131.623606,55.719143],[-131.614654,55.7237],[-131.606557,55.721625],[-131.599233,55.717353],[-131.592519,55.715399],[-131.534983,55.72309],[-131.517445,55.729071],[-131.517445,55.736518],[-131.533355,55.736965],[-131.578847,55.729071],[-131.629058,55.734036],[-131.647125,55.729071],[-131.691762,55.705268],[-131.704579,55.709703],[-131.709218,55.739651],[-131.695424,55.751614],[-131.66393,55.761217],[-131.629303,55.767727],[-131.512847,55.774726],[-131.482655,55.783026],[-131.490346,55.792426],[-131.512766,55.800279],[-131.517445,55.807929],[-131.521596,55.819159],[-131.530751,55.825751],[-131.539947,55.8251],[-131.544097,55.814765],[-131.554351,55.798774],[-131.57844,55.792548],[-131.606109,55.789537],[-131.627309,55.783026],[-131.644358,55.793402],[-131.678456,55.799221],[-131.68871,55.810981],[-131.687734,55.831977],[-131.670644,55.839504],[-131.470367,55.831977],[-131.435455,55.845771],[-131.457387,55.851955],[-131.534495,55.851996],[-131.546295,55.858791],[-131.560048,55.874742],[-131.572133,55.893215],[-131.578847,55.907172],[-131.515736,55.909613],[-131.496327,55.914618],[-131.48766,55.919257],[-131.471059,55.930976],[-131.462148,55.934516],[-131.446848,55.935452],[-131.404164,55.92829],[-131.365224,55.937161],[-131.323598,55.95425],[-131.280263,55.965155],[-131.236236,55.955634],[-131.208892,55.944892]]],[[[-156.678049,56.04149],[-156.680409,56.039008],[-156.680531,56.036933],[-156.677358,56.033596],[-156.678212,56.030463],[-156.680857,56.024156],[-156.681752,56.019517],[-156.680735,56.018052],[-156.680043,56.016669],[-156.683665,56.012437],[-156.694936,56.009345],[-156.70637,56.014228],[-156.718129,56.021674],[-156.73408,56.02619],[-156.746165,56.034898],[-156.744944,56.04092],[-156.734731,56.039984],[-156.725168,56.041327],[-156.716868,56.044501],[-156.709788,56.051093],[-156.707631,56.061021],[-156.701283,56.066148],[-156.690134,56.060452],[-156.678904,56.045966],[-156.678049,56.04149]]],[[[-133.39269,56.160468],[-133.34317,56.147406],[-133.302602,56.150824],[-133.285308,56.147203],[-133.285146,56.133124],[-133.308827,56.103013],[-133.3131,56.09219],[-133.31192,56.079901],[-133.301381,56.06387],[-133.298736,56.054633],[-133.29776,56.032945],[-133.29955,56.01203],[-133.311147,55.99787],[-133.339752,55.996568],[-133.358266,56.006171],[-133.376047,56.019965],[-133.395497,56.026353],[-133.439687,56.002672],[-133.470326,56.017279],[-133.49059,56.010199],[-133.510813,55.987942],[-133.517893,55.982327],[-133.560048,55.970893],[-133.589752,55.955756],[-133.629547,55.959418],[-133.641428,55.948188],[-133.638499,55.937934],[-133.618153,55.928046],[-133.620961,55.920844],[-133.630971,55.918647],[-133.678619,55.914618],[-133.691396,55.911119],[-133.697377,55.904975],[-133.702707,55.902777],[-133.72289,55.917711],[-133.732289,55.919827],[-133.758127,55.920844],[-133.794911,55.94359],[-133.771067,55.980455],[-133.689198,56.043769],[-133.68456,56.053534],[-133.68456,56.062486],[-133.680979,56.069159],[-133.607289,56.078518],[-133.541575,56.074774],[-133.509592,56.078111],[-133.483144,56.09219],[-133.513539,56.097357],[-133.596506,56.100979],[-133.620961,56.112616],[-133.617014,56.131537],[-133.580637,56.131903],[-133.507965,56.119452],[-133.494944,56.120673],[-133.479075,56.124213],[-133.463857,56.129625],[-133.442291,56.143012],[-133.415761,56.150784],[-133.404897,56.157375],[-133.39269,56.160468]]],[[[-156.774526,56.153225],[-156.792063,56.153022],[-156.805287,56.164781],[-156.809397,56.1789],[-156.809316,56.190131],[-156.806874,56.197333],[-156.80248,56.20067],[-156.799631,56.205512],[-156.799428,56.211737],[-156.792592,56.220689],[-156.77831,56.226711],[-156.774403,56.224189],[-156.780141,56.217922],[-156.783396,56.209052],[-156.783884,56.198717],[-156.779897,56.189643],[-156.766672,56.178534],[-156.76655,56.16767],[-156.774526,56.153225]]],[[[-132.483795,56.194566],[-132.457631,56.186672],[-132.429555,56.186754],[-132.403676,56.193549],[-132.359446,56.217922],[-132.338246,56.212104],[-132.316803,56.198717],[-132.291371,56.188381],[-132.223378,56.183498],[-132.192128,56.176581],[-132.164459,56.157375],[-132.148183,56.143012],[-132.092193,56.106431],[-132.096303,56.099433],[-132.101145,56.093655],[-132.106842,56.088813],[-132.113881,56.084662],[-132.130035,56.093817],[-132.137074,56.08808],[-132.141754,56.07746],[-132.151194,56.071682],[-132.163564,56.074774],[-132.188385,56.088609],[-132.202016,56.09219],[-132.196278,56.077867],[-132.175771,56.063056],[-132.167877,56.051215],[-132.17219,56.049547],[-132.1822,56.043769],[-132.169097,56.036811],[-132.160024,56.027289],[-132.153228,56.015815],[-132.14745,56.002753],[-132.150706,55.999091],[-132.152333,55.996527],[-132.154897,55.989732],[-132.129465,55.970282],[-132.122629,55.945502],[-132.133453,55.929023],[-132.161041,55.934516],[-132.168121,55.94302],[-132.177561,55.96483],[-132.185292,55.969306],[-132.191518,55.964301],[-132.211822,55.941392],[-132.223134,55.934516],[-132.236684,55.933498],[-132.245188,55.935492],[-132.252105,55.936265],[-132.271555,55.925238],[-132.286692,55.919379],[-132.303375,55.915351],[-132.318715,55.914618],[-132.335561,55.918199],[-132.345082,55.924302],[-132.363393,55.94477],[-132.379994,55.952338],[-132.416819,55.957831],[-132.428578,55.969306],[-132.412262,55.998114],[-132.404652,56.002753],[-132.392405,56.005845],[-132.384429,56.013414],[-132.382314,56.02261],[-132.387603,56.030707],[-132.414215,56.035102],[-132.444732,56.031928],[-132.462066,56.036689],[-132.449086,56.064846],[-132.558949,56.071682],[-132.570058,56.075019],[-132.581654,56.08161],[-132.593861,56.086575],[-132.60676,56.084662],[-132.612538,56.076972],[-132.613515,56.066555],[-132.616282,56.056871],[-132.627187,56.051215],[-132.645416,56.058092],[-132.676625,56.097235],[-132.692372,56.106431],[-132.704986,56.117418],[-132.713206,56.139797],[-132.711741,56.157172],[-132.695465,56.153632],[-132.693105,56.175523],[-132.687367,56.19538],[-132.687489,56.211615],[-132.702952,56.22248],[-132.681386,56.229193],[-132.603342,56.236151],[-132.58967,56.246812],[-132.566029,56.293769],[-132.548411,56.304429],[-132.541127,56.308783],[-132.537994,56.318915],[-132.535797,56.330512],[-132.530995,56.339179],[-132.521148,56.343207],[-132.42748,56.3522],[-132.39977,56.350409],[-132.39387,56.339179],[-132.385325,56.33218],[-132.380686,56.321519],[-132.380971,56.309516],[-132.387603,56.298245],[-132.377512,56.284573],[-132.376943,56.271633],[-132.385121,56.261786],[-132.401275,56.25727],[-132.386952,56.247707],[-132.389963,56.2355],[-132.402008,56.224026],[-132.414906,56.216295],[-132.47053,56.204047],[-132.483795,56.194566]]],[[[-133.586781,56.352851],[-133.439076,56.332343],[-133.341542,56.333441],[-133.3131,56.325588],[-133.3131,56.318752],[-133.330068,56.307034],[-133.328481,56.289008],[-133.312245,56.277248],[-133.285146,56.283922],[-133.289947,56.285142],[-133.293609,56.287095],[-133.296702,56.289618],[-133.299387,56.292548],[-133.294097,56.313788],[-133.258412,56.327379],[-133.213857,56.333441],[-133.182118,56.332343],[-133.167226,56.325181],[-133.151601,56.312812],[-133.139312,56.299018],[-133.134348,56.28734],[-133.136464,56.280829],[-133.140004,56.272935],[-133.140614,56.266303],[-133.134023,56.263495],[-133.126536,56.262274],[-133.105214,56.255927],[-133.095326,56.250718],[-133.068512,56.247545],[-133.058583,56.242987],[-133.053863,56.234442],[-133.053578,56.226264],[-133.054189,56.217922],[-133.052358,56.208889],[-133.053456,56.20661],[-133.056508,56.203192],[-133.05899,56.199042],[-133.058583,56.194566],[-133.0537,56.190741],[-133.040273,56.187812],[-133.035024,56.184963],[-133.030507,56.180121],[-133.024892,56.172024],[-133.024281,56.164455],[-133.035024,56.161078],[-133.046295,56.154242],[-133.065012,56.122504],[-133.072865,56.112616],[-133.092926,56.10932],[-133.12385,56.124498],[-133.140492,56.119452],[-133.092641,56.069159],[-133.079091,56.058051],[-133.062815,56.052314],[-133.048695,56.052802],[-133.018219,56.058051],[-133.000966,56.056789],[-132.956166,56.043769],[-132.95519,56.05386],[-132.951324,56.061713],[-132.944732,56.067613],[-132.935658,56.071682],[-132.918528,56.065904],[-132.912343,56.057766],[-132.909332,56.048],[-132.898264,56.032172],[-132.898508,56.028062],[-132.895863,56.025458],[-132.875722,56.024644],[-132.869049,56.025702],[-132.863108,56.02851],[-132.856557,56.034125],[-132.842437,56.039049],[-132.82787,56.032375],[-132.814076,56.022284],[-132.802235,56.017035],[-132.789052,56.014716],[-132.73644,55.996568],[-132.715199,55.98078],[-132.693959,55.96011],[-132.670969,55.942125],[-132.633127,55.931708],[-132.620717,55.924384],[-132.610829,55.914496],[-132.60676,55.903754],[-132.600453,55.893378],[-132.569732,55.882961],[-132.558339,55.873725],[-132.565785,55.866278],[-132.531728,55.848538],[-132.508412,55.827623],[-132.462717,55.776842],[-132.472808,55.763577],[-132.468495,55.750637],[-132.457875,55.737291],[-132.449086,55.722846],[-132.445424,55.706122],[-132.447133,55.694037],[-132.462717,55.667629],[-132.448638,55.663235],[-132.438791,55.65469],[-132.433909,55.642401],[-132.434804,55.626654],[-132.425852,55.633979],[-132.393707,55.668402],[-132.370513,55.667629],[-132.365549,55.664374],[-132.349965,55.648586],[-132.346669,55.643134],[-132.345367,55.620063],[-132.343129,55.613471],[-132.339223,55.605536],[-132.297109,55.547065],[-132.287709,55.537299],[-132.236399,55.537014],[-132.214833,55.531195],[-132.157582,55.496731],[-132.145497,55.483059],[-132.140614,55.465277],[-132.150502,55.449408],[-132.173207,55.452826],[-132.216298,55.475816],[-132.250478,55.503119],[-132.296254,55.513577],[-132.333852,55.532294],[-132.405344,55.541205],[-132.434804,55.550279],[-132.491038,55.603705],[-132.523508,55.62523],[-132.552113,55.619208],[-132.544301,55.614936],[-132.539377,55.610175],[-132.530995,55.5987],[-132.543202,55.597235],[-132.552602,55.591051],[-132.559926,55.582099],[-132.565785,55.572008],[-132.55012,55.571479],[-132.528188,55.567328],[-132.512196,55.559272],[-132.514516,55.547187],[-132.562001,55.506252],[-132.591135,55.492865],[-132.65982,55.475653],[-132.681793,55.455308],[-132.666656,55.451077],[-132.654652,55.444892],[-132.649322,55.435492],[-132.65453,55.42121],[-132.642445,55.432929],[-132.631093,55.446438],[-132.617014,55.457506],[-132.555247,55.468411],[-132.546864,55.472602],[-132.544911,55.482082],[-132.544667,55.4914],[-132.541575,55.495673],[-132.534413,55.497626],[-132.519114,55.506659],[-132.511138,55.509345],[-132.501088,55.509589],[-132.495961,55.507758],[-132.491607,55.505072],[-132.483795,55.503119],[-132.464955,55.502183],[-132.443227,55.503567],[-132.421213,55.508002],[-132.401275,55.516791],[-132.383901,55.500393],[-132.375234,55.484768],[-132.361562,55.472968],[-132.302602,55.463568],[-132.276926,55.452704],[-132.267974,55.441352],[-132.291371,55.434882],[-132.305531,55.436835],[-132.324086,55.447089],[-132.339223,55.447903],[-132.350453,55.443671],[-132.35851,55.436754],[-132.368072,55.430243],[-132.383901,55.427436],[-132.441314,55.427069],[-132.469553,55.421291],[-132.483795,55.406928],[-132.478261,55.39057],[-132.456776,55.394843],[-132.411529,55.413764],[-132.40099,55.411526],[-132.38858,55.405707],[-132.378285,55.397935],[-132.369944,55.381171],[-132.360911,55.383246],[-132.346669,55.393256],[-132.341135,55.395819],[-132.332102,55.403632],[-132.325551,55.406928],[-132.324615,55.405992],[-132.250111,55.413764],[-132.242747,55.409166],[-132.21288,55.376532],[-132.200999,55.369208],[-132.188059,55.368313],[-132.17455,55.368842],[-132.161041,55.365953],[-132.154897,55.365953],[-132.159006,55.356024],[-132.161041,55.352281],[-132.150299,55.346381],[-132.14566,55.337226],[-132.143951,55.325019],[-132.132883,55.323065],[-132.124257,55.31802],[-132.121205,55.311225],[-132.126943,55.3039],[-132.10261,55.288031],[-132.090728,55.276801],[-132.095286,55.267076],[-132.120107,55.25609],[-132.148183,55.248603],[-132.179677,55.245063],[-132.212148,55.247138],[-132.243031,55.25609],[-132.236318,55.24494],[-132.241567,55.234076],[-132.249379,55.222235],[-132.250478,55.208319],[-132.240224,55.197211],[-132.226389,55.194281],[-132.217763,55.198432],[-132.223134,55.208319],[-132.203114,55.229193],[-132.172475,55.225002],[-132.113881,55.201483],[-132.083363,55.21011],[-132.050689,55.258938],[-132.027659,55.270413],[-132.002594,55.271918],[-131.994293,55.268134],[-131.983551,55.25609],[-131.977447,55.245429],[-131.973012,55.232367],[-131.970204,55.218411],[-131.969309,55.204901],[-131.975982,55.176947],[-131.991811,55.158271],[-132.009999,55.141547],[-132.023915,55.119534],[-131.989817,55.119534],[-132.001454,55.104478],[-132.018951,55.091376],[-132.039052,55.082099],[-132.058339,55.078599],[-132.06607,55.08275],[-132.081288,55.10106],[-132.092844,55.105292],[-132.100331,55.101264],[-132.097076,55.092515],[-132.088124,55.083441],[-132.078521,55.078599],[-132.087514,55.072943],[-132.097768,55.07038],[-132.108754,55.070014],[-132.120107,55.071112],[-132.120107,55.064276],[-132.090891,55.056098],[-132.076894,55.048774],[-132.075429,55.040107],[-132.086497,55.034654],[-132.117421,55.032782],[-132.152333,55.016059],[-132.208852,55.002631],[-132.223134,54.989203],[-132.178782,54.989203],[-132.167063,54.98725],[-132.158599,54.982815],[-132.152333,54.978176],[-132.134592,54.97016],[-132.127309,54.970933],[-132.108795,54.985745],[-132.101959,54.988227],[-132.096506,54.985256],[-132.092193,54.975531],[-132.069976,55.001125],[-132.03539,55.022773],[-131.996816,55.034491],[-131.963043,55.030219],[-131.974273,55.024644],[-131.981272,55.01675],[-131.982533,55.006822],[-131.976715,54.995429],[-131.997141,54.984361],[-132.005198,54.977688],[-132.010243,54.968085],[-131.976715,54.969713],[-131.969309,54.968085],[-131.961822,54.957709],[-131.965199,54.95189],[-131.972483,54.947252],[-131.976715,54.940823],[-131.976064,54.908149],[-131.984771,54.905911],[-132.010243,54.907294],[-132.033559,54.905585],[-132.047027,54.898586],[-132.0454,54.887193],[-132.023915,54.872504],[-131.985504,54.86107],[-131.968617,54.853502],[-131.955637,54.838324],[-131.960113,54.834052],[-131.964955,54.831977],[-131.970367,54.831366],[-131.976715,54.831529],[-131.957672,54.828111],[-131.956858,54.817206],[-131.958974,54.803046],[-131.948801,54.789984],[-131.963124,54.785468],[-131.978383,54.783759],[-132.010243,54.783759],[-131.996571,54.776923],[-132.002431,54.765448],[-132.001373,54.755764],[-131.997914,54.746243],[-131.996571,54.735297],[-132.000315,54.722724],[-132.005605,54.712958],[-132.008209,54.704006],[-132.004018,54.693793],[-132.067535,54.699042],[-132.082265,54.704657],[-132.096099,54.712714],[-132.111073,54.716702],[-132.117747,54.71369],[-132.106435,54.701239],[-132.149973,54.698635],[-132.200795,54.725246],[-132.247222,54.743313],[-132.27774,54.71483],[-132.292388,54.727484],[-132.297597,54.744452],[-132.294423,54.762152],[-132.284006,54.776923],[-132.265614,54.784654],[-132.224517,54.791653],[-132.216298,54.803656],[-132.218902,54.810289],[-132.225982,54.814683],[-132.235829,54.817206],[-132.246734,54.817857],[-132.259145,54.815172],[-132.266225,54.809027],[-132.271352,54.802191],[-132.27774,54.797431],[-132.299794,54.794338],[-132.336497,54.803412],[-132.35969,54.803656],[-132.336537,54.814887],[-132.28303,54.831],[-132.26476,54.84455],[-132.275868,54.853705],[-132.310292,54.859931],[-132.325551,54.866278],[-132.31432,54.870673],[-132.302805,54.872382],[-132.27774,54.872504],[-132.27774,54.87934],[-132.315907,54.883002],[-132.335683,54.887885],[-132.349721,54.89643],[-132.352122,54.904608],[-132.349721,54.912299],[-132.349924,54.918036],[-132.359975,54.920315],[-132.36974,54.92121],[-132.37857,54.923977],[-132.386586,54.928412],[-132.39387,54.934556],[-132.378041,54.940131],[-132.369618,54.941555],[-132.35969,54.940823],[-132.367991,54.950995],[-132.387278,54.964423],[-132.39387,54.975531],[-132.394602,54.988227],[-132.390981,55.000963],[-132.380198,55.023383],[-132.402699,55.015286],[-132.412017,54.99372],[-132.414906,54.971503],[-132.41804,54.961249],[-132.415395,54.956],[-132.417551,54.943915],[-132.422597,54.930162],[-132.428578,54.920315],[-132.436147,54.916571],[-132.472971,54.907294],[-132.485585,54.907375],[-132.495269,54.908881],[-132.501454,54.913764],[-132.503733,54.924018],[-132.49767,54.933051],[-132.483632,54.935777],[-132.467885,54.936916],[-132.456532,54.940823],[-132.444163,54.963039],[-132.452219,54.980536],[-132.470815,54.993638],[-132.490061,55.002875],[-132.495473,54.965277],[-132.51887,54.944159],[-132.550201,54.940253],[-132.579416,54.954413],[-132.593414,54.968248],[-132.598134,54.97602],[-132.599924,54.9855],[-132.596018,54.989081],[-132.575347,54.977118],[-132.565785,54.975531],[-132.555531,54.986396],[-132.551869,55.000678],[-132.546498,55.012641],[-132.530995,55.016547],[-132.546702,55.020209],[-132.566965,55.02143],[-132.579498,55.027045],[-132.571929,55.04385],[-132.553456,55.052436],[-132.529897,55.050116],[-132.505279,55.044664],[-132.483795,55.04385],[-132.464955,55.050727],[-132.530995,55.058051],[-132.542958,55.070217],[-132.539174,55.083645],[-132.511138,55.112738],[-132.529286,55.115465],[-132.544911,55.121527],[-132.559804,55.124091],[-132.575673,55.116156],[-132.602854,55.069525],[-132.612904,55.064276],[-132.626617,55.085639],[-132.608551,55.119208],[-132.579091,55.151313],[-132.558339,55.167914],[-132.575836,55.174994],[-132.589182,55.186265],[-132.609853,55.211737],[-132.633209,55.230902],[-132.640207,55.240546],[-132.640859,55.25609],[-132.65746,55.241848],[-132.655832,55.21898],[-132.642445,55.19774],[-132.623769,55.188422],[-132.616119,55.181952],[-132.615305,55.16767],[-132.620473,55.153388],[-132.63093,55.146877],[-132.696116,55.146877],[-132.706858,55.149237],[-132.73644,55.167914],[-132.774892,55.183051],[-132.78482,55.188422],[-132.79898,55.205146],[-132.808217,55.228217],[-132.809316,55.251899],[-132.799143,55.270413],[-132.826731,55.275458],[-132.840443,55.274888],[-132.846303,55.266669],[-132.847768,55.257514],[-132.851226,55.248236],[-132.855621,55.240424],[-132.859975,55.235582],[-132.881703,55.225816],[-132.9287,55.217475],[-132.94933,55.208319],[-133.030426,55.214097],[-133.035024,55.225653],[-133.025543,55.23017],[-132.98351,55.235582],[-132.913726,55.264716],[-132.9051,55.271064],[-132.901519,55.28026],[-132.909779,55.285224],[-132.928293,55.283352],[-132.959584,55.276557],[-133.086537,55.276557],[-133.08373,55.272773],[-133.079091,55.262926],[-133.092193,55.270819],[-133.103912,55.279771],[-133.116119,55.287177],[-133.13093,55.290269],[-133.147206,55.288235],[-133.174062,55.279202],[-133.188873,55.276557],[-133.212961,55.279202],[-133.21703,55.288398],[-133.214915,55.301174],[-133.220286,55.314439],[-133.232493,55.322008],[-133.245513,55.327338],[-133.257069,55.33393],[-133.264638,55.345445],[-133.248199,55.347154],[-133.240346,55.354682],[-133.235911,55.364447],[-133.229888,55.372789],[-133.218007,55.380316],[-133.206614,55.384467],[-133.194081,55.386135],[-133.1787,55.38642],[-133.174224,55.385321],[-133.162424,55.379381],[-133.152496,55.372301],[-133.149729,55.374172],[-133.147776,55.378079],[-133.144195,55.380276],[-133.060658,55.368598],[-133.052358,55.365953],[-133.033355,55.353949],[-133.03189,55.352281],[-133.01773,55.350328],[-132.872426,55.359076],[-132.846303,55.352281],[-132.869862,55.363918],[-132.956166,55.372789],[-133.007802,55.388129],[-133.028717,55.40058],[-133.024485,55.413764],[-133.031077,55.422431],[-133.040679,55.426988],[-133.05248,55.428412],[-133.065419,55.427436],[-133.046702,55.437079],[-133.023793,55.444281],[-132.999623,55.448188],[-132.977284,55.447903],[-133.008209,55.457465],[-133.075307,55.451117],[-133.107004,55.462144],[-133.125844,55.483588],[-133.124867,55.502183],[-133.111643,55.519599],[-133.093373,55.537299],[-133.087026,55.54682],[-133.07787,55.570014],[-133.072865,55.578274],[-133.064117,55.582913],[-133.024485,55.5987],[-133.000152,55.614976],[-132.98648,55.621772],[-132.969838,55.626654],[-132.922678,55.627631],[-132.908355,55.63288],[-132.922963,55.637356],[-132.938344,55.639716],[-132.969838,55.639716],[-132.982777,55.63703],[-133.014516,55.626654],[-133.0631,55.623481],[-133.203603,55.5869],[-133.251291,55.584784],[-133.357045,55.616197],[-133.379058,55.629788],[-133.388173,55.650214],[-133.38679,55.662055],[-133.382192,55.669501],[-133.373769,55.673285],[-133.341461,55.67772],[-133.341949,55.685452],[-133.36026,55.701117],[-133.368153,55.703559],[-133.37857,55.704535],[-133.385243,55.709296],[-133.381947,55.722846],[-133.370432,55.733344],[-133.357533,55.730618],[-133.34553,55.721177],[-133.336334,55.711982],[-133.323964,55.709296],[-133.317983,55.726386],[-133.313466,55.749172],[-133.305653,55.763861],[-133.293365,55.757758],[-133.265207,55.747952],[-133.236684,55.745063],[-133.223704,55.760077],[-133.213979,55.783352],[-133.191396,55.797187],[-133.166086,55.807074],[-133.147939,55.818427],[-133.142974,55.832261],[-133.139882,55.85456],[-133.139801,55.876614],[-133.144195,55.889838],[-133.156361,55.896226],[-133.158844,55.890204],[-133.156646,55.880764],[-133.154775,55.876776],[-133.161122,55.865668],[-133.175038,55.865668],[-133.217681,55.883694],[-133.227284,55.89057],[-133.236724,55.900336],[-133.240875,55.90998],[-133.248647,55.935981],[-133.25414,55.941352],[-133.259755,55.945299],[-133.250356,55.953437],[-133.236806,55.959784],[-133.229888,55.958686],[-133.23176,55.970364],[-133.24413,55.996568],[-133.246205,56.03559],[-133.250234,56.055976],[-133.279124,56.076402],[-133.278147,56.102484],[-133.264638,56.147406],[-133.285512,56.167385],[-133.331207,56.172553],[-133.425404,56.167914],[-133.443471,56.169827],[-133.457753,56.174994],[-133.490305,56.191474],[-133.508372,56.191718],[-133.56192,56.183783],[-133.57311,56.184963],[-133.575999,56.188178],[-133.593007,56.202053],[-133.606272,56.209947],[-133.610992,56.210761],[-133.612172,56.212348],[-133.614735,56.22248],[-133.615387,56.230414],[-133.613393,56.247138],[-133.614735,56.25727],[-133.619049,56.260321],[-133.627105,56.264065],[-133.633901,56.269517],[-133.634592,56.277777],[-133.619618,56.289496],[-133.576324,56.292629],[-133.566314,56.304429],[-133.572662,56.314399],[-133.587799,56.327338],[-133.614735,56.345404],[-133.614735,56.352851],[-133.586781,56.352851]]],[[[-157.821889,56.317532],[-157.833323,56.313666],[-157.848826,56.31981],[-157.867421,56.32925],[-157.884877,56.333564],[-157.898386,56.339057],[-157.89741,56.347398],[-157.856557,56.362128],[-157.826161,56.36164],[-157.811391,56.356147],[-157.811269,56.353705],[-157.812734,56.349026],[-157.812327,56.342922],[-157.812327,56.342882],[-157.807322,56.335883],[-157.80602,56.328803],[-157.812449,56.32331],[-157.821889,56.317532]]],[[[-132.640859,56.442206],[-132.63268,56.43065],[-132.623402,56.408759],[-132.612904,56.400621],[-132.624379,56.3876],[-132.659657,56.368232],[-132.668202,56.352851],[-132.66393,56.341864],[-132.634633,56.304429],[-132.647206,56.282416],[-132.667958,56.274604],[-132.69164,56.270697],[-132.732737,56.251654],[-132.819651,56.236151],[-132.868886,56.243476],[-132.990875,56.311916],[-133.038889,56.330512],[-133.055247,56.344794],[-133.04894,56.362779],[-132.992828,56.418606],[-132.969838,56.434801],[-132.946685,56.445787],[-132.924224,56.451972],[-132.874257,56.455268],[-132.857574,56.453274],[-132.825592,56.444281],[-132.808746,56.442206],[-132.796742,56.443915],[-132.757558,56.455268],[-132.702952,56.462104],[-132.652903,56.448676],[-132.640859,56.442206]]],[[[-132.151519,56.351996],[-132.123891,56.343207],[-132.103017,56.349107],[-132.080881,56.361314],[-132.052805,56.362047],[-132.025136,56.353909],[-132.004018,56.339179],[-131.992747,56.322333],[-131.977691,56.285468],[-131.940094,56.233059],[-131.928049,56.210517],[-131.928334,56.194566],[-131.952219,56.185858],[-131.976877,56.190904],[-131.996205,56.188544],[-132.004018,56.157375],[-132.013254,56.141343],[-132.034291,56.128323],[-132.057281,56.120347],[-132.072336,56.119452],[-132.085032,56.132148],[-132.090728,56.148871],[-132.099192,56.162909],[-132.120107,56.167914],[-132.118031,56.156724],[-132.128774,56.158149],[-132.144643,56.16706],[-132.157948,56.178127],[-132.175771,56.189439],[-132.243031,56.202053],[-132.270416,56.214016],[-132.306467,56.234565],[-132.338246,56.257799],[-132.352895,56.277777],[-132.327138,56.330268],[-132.33019,56.342434],[-132.346669,56.359687],[-132.346506,56.370429],[-132.342356,56.376899],[-132.337026,56.383368],[-132.332997,56.393785],[-132.333363,56.407945],[-132.338938,56.422431],[-132.349192,56.437161],[-132.363393,56.45185],[-132.376617,56.471869],[-132.375356,56.488471],[-132.36205,56.494574],[-132.339223,56.483222],[-132.260894,56.45893],[-132.239898,56.445299],[-132.22761,56.429267],[-132.209137,56.395453],[-132.195872,56.380194],[-132.178131,56.367133],[-132.151519,56.351996]]],[[[-153.893503,56.535224],[-153.928171,56.516669],[-153.965688,56.504625],[-153.990712,56.507066],[-154.005971,56.513007],[-154.024648,56.511054],[-154.059275,56.503648],[-154.100331,56.502387],[-154.120595,56.504136],[-154.137807,56.510484],[-154.119089,56.523749],[-154.093129,56.536689],[-154.06904,56.541409],[-154.055816,56.530341],[-154.04365,56.547593],[-154.020457,56.555487],[-153.877146,56.565131],[-153.877146,56.552069],[-153.893503,56.535224]]],[[[-157.060618,56.582221],[-157.044749,56.572984],[-157.008778,56.563951],[-156.99238,56.555162],[-156.978261,56.536526],[-156.988352,56.530585],[-157.006296,56.533433],[-157.02595,56.549954],[-157.04894,56.552924],[-157.139475,56.552069],[-157.145497,56.548896],[-157.155873,56.53441],[-157.159983,56.530341],[-157.168568,56.531236],[-157.177927,56.535834],[-157.187734,56.538642],[-157.205434,56.530178],[-157.308705,56.530666],[-157.331248,56.524156],[-157.327097,56.534857],[-157.317576,56.548489],[-157.307118,56.560207],[-157.300526,56.565131],[-157.286366,56.568671],[-157.259267,56.583401],[-157.242502,56.585639],[-157.202626,56.582099],[-157.098582,56.59398],[-157.060618,56.582221]]],[[[-154.461415,56.605373],[-154.42516,56.593044],[-154.42516,56.593004],[-154.415639,56.58747],[-154.407908,56.579006],[-154.402089,56.568834],[-154.398508,56.558295],[-154.410634,56.547593],[-154.424062,56.541409],[-154.440134,56.53852],[-154.446645,56.538642],[-154.434519,56.541815],[-154.424794,56.548041],[-154.419016,56.558295],[-154.430287,56.556789],[-154.440745,56.554145],[-154.45051,56.550238],[-154.45995,56.544664],[-154.44282,56.581204],[-154.474843,56.59809],[-154.516713,56.590155],[-154.528879,56.552069],[-154.497996,56.530666],[-154.487538,56.516791],[-154.504954,56.510484],[-154.530995,56.508002],[-154.559682,56.501532],[-154.610789,56.483222],[-154.670725,56.44123],[-154.699818,56.426907],[-154.716908,56.410875],[-154.73823,56.398261],[-154.767812,56.400621],[-154.791249,56.430854],[-154.770497,56.470852],[-154.731435,56.508205],[-154.700144,56.530341],[-154.536326,56.597602],[-154.499338,56.605455],[-154.461415,56.605373]]],[[[-154.08259,56.606106],[-154.077463,56.591783],[-154.06843,56.580512],[-154.058095,56.570136],[-154.049062,56.558295],[-154.080759,56.57685],[-154.093455,56.578803],[-154.103993,56.574897],[-154.10204,56.566148],[-154.093088,56.557074],[-154.08259,56.552069],[-154.090566,56.546698],[-154.138905,56.531684],[-154.14155,56.530341],[-154.158315,56.52619],[-154.191396,56.50788],[-154.210072,56.503648],[-154.280141,56.506578],[-154.322133,56.515082],[-154.333811,56.519599],[-154.341624,56.528144],[-154.350087,56.544664],[-154.337758,56.56391],[-154.310414,56.583808],[-154.279001,56.597805],[-154.24767,56.606106],[-154.226186,56.608344],[-154.16572,56.606106],[-154.124094,56.612616],[-154.103017,56.613186],[-154.08259,56.606106]]],[[[-169.742991,56.620347],[-169.608022,56.603339],[-169.580881,56.609524],[-169.556996,56.618109],[-169.523142,56.616278],[-169.491526,56.60692],[-169.474355,56.593004],[-169.515085,56.578518],[-169.55016,56.556952],[-169.586903,56.541409],[-169.63268,56.544664],[-169.653025,56.554145],[-169.678456,56.576117],[-169.693471,56.585639],[-169.766225,56.606879],[-169.789052,56.620347],[-169.742991,56.620347]]],[[[-132.882232,56.801174],[-132.870513,56.797838],[-132.833648,56.79914],[-132.816314,56.797349],[-132.751943,56.759223],[-132.743886,56.746975],[-132.733266,56.725979],[-132.709788,56.709906],[-132.686269,56.698676],[-132.675649,56.692084],[-132.671457,56.683824],[-132.661529,56.679633],[-132.640859,56.674994],[-132.62914,56.669013],[-132.623362,56.665269],[-132.608388,56.648017],[-132.599192,56.633775],[-132.593088,56.626532],[-132.583811,56.618109],[-132.577219,56.614081],[-132.558339,56.606106],[-132.548492,56.603746],[-132.539703,56.603502],[-132.533437,56.600328],[-132.530995,56.589301],[-132.533437,56.580308],[-132.539459,56.576402],[-132.547353,56.573879],[-132.555247,56.568549],[-132.57372,56.559475],[-132.621571,56.555732],[-132.637766,56.548407],[-132.650461,56.537055],[-132.666168,56.529731],[-132.68399,56.527167],[-132.702952,56.530341],[-132.717844,56.540961],[-132.732045,56.554511],[-132.74706,56.559516],[-132.764394,56.544664],[-132.730133,56.521186],[-132.722768,56.510484],[-132.740549,56.508246],[-132.773671,56.499091],[-132.791656,56.496894],[-132.918609,56.507025],[-132.937489,56.517564],[-132.94518,56.536566],[-132.954498,56.592271],[-132.952219,56.60163],[-132.942494,56.612942],[-132.928049,56.619696],[-132.890859,56.629381],[-132.881093,56.640204],[-132.886586,56.65058],[-132.922027,56.688666],[-132.924143,56.702216],[-132.923411,56.717922],[-132.920155,56.732815],[-132.914622,56.743842],[-132.924428,56.757554],[-132.959584,56.787991],[-132.962799,56.799791],[-132.951527,56.810452],[-132.922027,56.825832],[-132.882232,56.801174]]],[[[-133.986684,56.865627],[-133.990834,56.832017],[-133.971262,56.836412],[-133.964101,56.831122],[-133.956695,56.797838],[-133.951487,56.802395],[-133.941029,56.807847],[-133.935618,56.812201],[-133.930084,56.801581],[-133.91926,56.77025],[-133.912668,56.763739],[-133.904897,56.760647],[-133.904856,56.753852],[-133.909332,56.746975],[-133.923004,56.740709],[-133.922841,56.7331],[-133.920806,56.723944],[-133.922597,56.715969],[-133.927317,56.712226],[-133.938791,56.706204],[-133.943023,56.702338],[-133.955068,56.678412],[-133.959828,56.671291],[-133.972646,56.660142],[-133.987172,56.655178],[-134.025014,56.653876],[-133.993764,56.639228],[-133.964345,56.643256],[-133.9381,56.659369],[-133.916371,56.68122],[-133.916249,56.687201],[-133.91983,56.694159],[-133.920766,56.699897],[-133.912668,56.702338],[-133.903188,56.703274],[-133.885487,56.707506],[-133.877553,56.708564],[-133.870758,56.714911],[-133.863108,56.729682],[-133.856679,56.745917],[-133.853668,56.756903],[-133.858225,56.78026],[-133.865875,56.800971],[-133.862375,56.809882],[-133.83316,56.797838],[-133.813059,56.78148],[-133.801178,56.777004],[-133.768422,56.785712],[-133.750152,56.783759],[-133.732533,56.778144],[-133.717152,56.771186],[-133.775136,56.698879],[-133.780344,56.686428],[-133.773101,56.676459],[-133.760081,56.669908],[-133.732167,56.663153],[-133.728627,56.653062],[-133.730295,56.641791],[-133.730133,56.633979],[-133.705678,56.604153],[-133.709543,56.594713],[-133.735911,56.567125],[-133.745432,56.561957],[-133.756947,56.559149],[-133.771799,56.558295],[-133.779693,56.563381],[-133.792104,56.58869],[-133.799062,56.5987],[-133.823842,56.607733],[-133.9051,56.620347],[-133.922597,56.616645],[-133.91039,56.601467],[-133.857737,56.58747],[-133.847483,56.565131],[-133.851959,56.56391],[-133.871897,56.535956],[-133.874176,56.530341],[-133.886545,56.5244],[-133.90925,56.520087],[-133.919504,56.513617],[-133.920237,56.505194],[-133.910146,56.497545],[-133.895985,56.492133],[-133.884674,56.490058],[-133.869293,56.486802],[-133.862904,56.478583],[-133.859609,56.467353],[-133.853668,56.455268],[-133.847808,56.450629],[-133.825754,56.442206],[-133.845204,56.434394],[-133.887847,56.44009],[-133.908925,56.434801],[-133.897369,56.424302],[-133.883534,56.418443],[-133.875356,56.41059],[-133.880971,56.393785],[-133.887847,56.392646],[-133.898793,56.394477],[-133.909576,56.390815],[-133.916371,56.373358],[-133.859364,56.359117],[-133.843739,56.349107],[-133.841624,56.337592],[-133.853586,56.310492],[-133.847483,56.298245],[-133.868967,56.284735],[-133.898752,56.306342],[-133.930247,56.339301],[-133.956695,56.359687],[-133.972524,56.3605],[-133.975087,56.351386],[-133.971913,56.336168],[-133.970367,56.318752],[-133.975942,56.29621],[-133.981272,56.283881],[-133.978505,56.278754],[-133.959828,56.277777],[-133.923085,56.280829],[-133.908111,56.276353],[-133.891916,56.229804],[-133.895579,56.219957],[-133.943837,56.211982],[-133.944692,56.201606],[-133.926259,56.173489],[-133.920237,56.166897],[-133.916168,56.159003],[-133.919504,56.150539],[-133.937734,56.13703],[-133.940989,56.130194],[-133.935618,56.119452],[-133.941477,56.103095],[-133.949127,56.092353],[-133.961252,56.086493],[-133.980336,56.084662],[-133.993967,56.087877],[-134.030507,56.104722],[-134.039296,56.112616],[-134.036692,56.123196],[-134.009267,56.185126],[-134.017242,56.196967],[-134.0301,56.207221],[-134.039296,56.216295],[-134.037994,56.238715],[-134.03185,56.274563],[-134.032582,56.30683],[-134.052317,56.318752],[-134.069081,56.302802],[-134.067698,56.273993],[-134.072418,56.248603],[-134.107533,56.242987],[-134.09024,56.192694],[-134.121978,56.179755],[-134.167104,56.182115],[-134.190094,56.178127],[-134.16218,56.13996],[-134.150624,56.136949],[-134.145416,56.13996],[-134.140981,56.144843],[-134.131174,56.147406],[-134.103586,56.140286],[-134.099721,56.123847],[-134.100453,56.105292],[-134.086415,56.09219],[-134.091949,56.082709],[-134.100494,56.076077],[-134.121205,56.064846],[-134.107981,56.053046],[-134.100982,56.032294],[-134.102406,56.010728],[-134.114369,55.996568],[-134.129384,55.999457],[-134.14859,56.011664],[-134.157541,56.028144],[-134.141672,56.043769],[-134.163238,56.053616],[-134.210683,56.062812],[-134.224233,56.078518],[-134.210032,56.087226],[-134.207753,56.098578],[-134.216217,56.108385],[-134.234202,56.112616],[-134.236887,56.118109],[-134.225413,56.130194],[-134.200063,56.150539],[-134.197174,56.162055],[-134.212717,56.168362],[-134.231272,56.170111],[-134.237294,56.167914],[-134.247304,56.178371],[-134.250111,56.188178],[-134.251536,56.216295],[-134.255198,56.228461],[-134.263051,56.246283],[-134.264556,56.260403],[-134.257232,56.271633],[-134.224762,56.257636],[-134.217397,56.267239],[-134.217193,56.282294],[-134.21467,56.291327],[-134.206654,56.297593],[-134.190094,56.304429],[-134.164418,56.306098],[-134.160064,56.312405],[-134.169586,56.332343],[-134.184071,56.326158],[-134.231068,56.311916],[-134.244618,56.3015],[-134.251536,56.298245],[-134.262115,56.295315],[-134.272084,56.293891],[-134.281972,56.294664],[-134.292551,56.298245],[-134.292551,56.304429],[-134.259918,56.315904],[-134.265981,56.330552],[-134.282704,56.346625],[-134.281972,56.362779],[-134.270172,56.365709],[-134.237701,56.365546],[-134.231068,56.369615],[-134.239166,56.404486],[-134.237294,56.414293],[-134.228424,56.420233],[-134.218495,56.416734],[-134.207672,56.410549],[-134.196278,56.408108],[-134.180409,56.412502],[-134.177235,56.418687],[-134.180247,56.427232],[-134.182688,56.438544],[-134.178375,56.441352],[-134.169016,56.434638],[-134.159576,56.423],[-134.155344,56.4112],[-134.155344,56.365912],[-134.14623,56.373684],[-134.114369,56.393785],[-134.115387,56.396064],[-134.116322,56.400946],[-134.113637,56.405829],[-134.104115,56.408108],[-134.08023,56.400621],[-134.069488,56.389594],[-134.060374,56.375922],[-134.050893,56.367743],[-134.039296,56.373358],[-134.036,56.383043],[-134.036041,56.409613],[-134.03185,56.421129],[-134.040924,56.432807],[-134.060414,56.448065],[-134.066558,56.462104],[-134.067372,56.477607],[-134.061594,56.48432],[-134.04955,56.483385],[-134.03185,56.475735],[-134.034413,56.485907],[-134.039784,56.497301],[-134.04719,56.506659],[-134.05602,56.510484],[-134.059478,56.515286],[-134.064198,56.537502],[-134.066558,56.544664],[-134.081776,56.551581],[-134.092641,56.535956],[-134.104115,56.512844],[-134.121205,56.496894],[-134.13915,56.498725],[-134.15567,56.512356],[-134.172231,56.530178],[-134.190094,56.544664],[-134.218007,56.556789],[-134.246938,56.563381],[-134.276479,56.564032],[-134.306142,56.558295],[-134.306142,56.565131],[-134.22761,56.607408],[-134.184071,56.615912],[-134.159535,56.62995],[-134.141672,56.633979],[-134.106109,56.628974],[-134.093332,56.631537],[-134.086415,56.64704],[-134.116811,56.653795],[-134.144032,56.651923],[-134.224721,56.623684],[-134.246897,56.620103],[-134.266021,56.626858],[-134.285715,56.64704],[-134.263499,56.655422],[-134.241282,56.656073],[-134.224233,56.661689],[-134.217397,56.684882],[-134.222727,56.694403],[-134.234486,56.696967],[-134.246246,56.69538],[-134.251536,56.692084],[-134.25357,56.676337],[-134.259877,56.6706],[-134.306752,56.665758],[-134.333974,56.668362],[-134.357574,56.676581],[-134.367584,56.692084],[-134.391835,56.719062],[-134.397084,56.72956],[-134.395131,56.741645],[-134.388092,56.756903],[-134.391184,56.780097],[-134.405385,56.81977],[-134.408559,56.842922],[-134.40567,56.852688],[-134.398305,56.860256],[-134.388499,56.865058],[-134.378163,56.866848],[-134.361155,56.863593],[-134.350982,56.855414],[-134.333485,56.832017],[-134.300649,56.803412],[-134.280873,56.792792],[-134.272043,56.801581],[-134.277211,56.821357],[-134.289784,56.834784],[-134.305287,56.846259],[-134.319203,56.859931],[-134.328236,56.888739],[-134.306142,56.897895],[-134.234202,56.89411],[-134.220326,56.88996],[-134.182688,56.859931],[-134.166819,56.85399],[-134.146555,56.848944],[-134.125559,56.846015],[-134.107533,56.84634],[-134.107533,56.853095],[-134.121938,56.862006],[-134.141428,56.884955],[-134.155344,56.89411],[-134.197133,56.900336],[-134.21345,56.907131],[-134.210561,56.922024],[-134.223459,56.929023],[-134.264556,56.941881],[-134.239613,56.941148],[-134.175852,56.922024],[-134.128326,56.91706],[-134.105946,56.912258],[-134.086415,56.900336],[-134.051747,56.895209],[-134.012685,56.885159],[-133.986684,56.865627]]],[[[-133.764638,57.076809],[-133.671946,57.060248],[-133.582875,57.050035],[-133.545806,57.038072],[-133.49059,57.031236],[-133.464711,57.024563],[-133.413482,57.003323],[-133.388173,56.997138],[-133.335113,56.997382],[-133.315907,56.990871],[-133.298736,56.969184],[-133.290435,56.950751],[-133.279897,56.933336],[-133.263254,56.925279],[-133.236724,56.935045],[-133.275258,56.966254],[-133.293284,56.988349],[-133.298736,57.010199],[-133.239125,56.996405],[-133.10912,56.998725],[-133.052358,56.982856],[-133.043324,56.965806],[-133.025217,56.950507],[-133.002675,56.939358],[-132.980377,56.935045],[-132.96996,56.925971],[-132.955922,56.905097],[-132.935658,56.866848],[-132.937001,56.850287],[-132.948638,56.834621],[-132.966664,56.822943],[-132.987172,56.818427],[-132.991078,56.808417],[-132.979237,56.786811],[-132.956166,56.756903],[-132.952748,56.746731],[-132.949086,56.709052],[-132.950836,56.701972],[-132.94933,56.695461],[-132.946197,56.691067],[-132.94164,56.687649],[-132.937489,56.683824],[-132.935658,56.678127],[-132.933949,56.641588],[-132.941396,56.626532],[-132.963002,56.612942],[-132.9735,56.609442],[-132.999176,56.605536],[-133.010813,56.606106],[-133.024648,56.612738],[-133.05012,56.635321],[-133.062001,56.640204],[-133.085561,56.646145],[-133.110911,56.66059],[-133.185658,56.721625],[-133.19811,56.736762],[-133.207428,56.770941],[-133.218414,56.787665],[-133.233632,56.801907],[-133.250356,56.812201],[-133.257883,56.800686],[-133.27599,56.804633],[-133.331288,56.834377],[-133.346425,56.837592],[-133.350738,56.832261],[-133.323638,56.799058],[-133.322418,56.786689],[-133.325754,56.775621],[-133.326731,56.763739],[-133.319692,56.75023],[-133.305084,56.735419],[-133.286733,56.727118],[-133.268381,56.733059],[-133.251047,56.742743],[-133.234364,56.742011],[-133.221791,56.731635],[-133.216868,56.712226],[-133.216868,56.678127],[-133.220855,56.670111],[-133.239125,56.657375],[-133.24413,56.64704],[-133.24234,56.634101],[-133.235219,56.635565],[-133.227447,56.642768],[-133.223704,56.64704],[-133.212636,56.646389],[-133.19225,56.641425],[-133.161936,56.638088],[-133.132883,56.631659],[-133.107086,56.620998],[-133.093373,56.606106],[-133.107004,56.5987],[-133.120025,56.605048],[-133.135894,56.609849],[-133.152699,56.612738],[-133.168446,56.612942],[-133.168446,56.606106],[-133.114084,56.593004],[-133.100738,56.585639],[-133.093902,56.573676],[-133.086985,56.543647],[-133.079091,56.530341],[-133.134348,56.530341],[-133.12442,56.510728],[-133.12385,56.491767],[-133.131907,56.475002],[-133.147939,56.462104],[-133.160024,56.457709],[-133.172963,56.455756],[-133.199534,56.455268],[-133.223704,56.462104],[-133.228871,56.465522],[-133.233022,56.47012],[-133.236684,56.475735],[-133.264312,56.479071],[-133.319976,56.471991],[-133.346588,56.475735],[-133.3579,56.483791],[-133.36266,56.492987],[-133.369049,56.500556],[-133.385081,56.503648],[-133.435943,56.503648],[-133.426625,56.498765],[-133.418853,56.492662],[-133.412831,56.485093],[-133.408599,56.475735],[-133.429311,56.475084],[-133.422475,56.463609],[-133.441314,56.453803],[-133.52717,56.439032],[-133.621246,56.442206],[-133.659413,56.464179],[-133.654164,56.556708],[-133.689198,56.571967],[-133.679433,56.584052],[-133.646067,56.592597],[-133.634592,56.606106],[-133.654652,56.605536],[-133.659047,56.614732],[-133.65803,56.628241],[-133.661855,56.640204],[-133.674224,56.648261],[-133.685862,56.652533],[-133.695668,56.659369],[-133.70287,56.674994],[-133.701527,56.694648],[-133.692983,56.711249],[-133.687856,56.730129],[-133.696645,56.756903],[-133.682118,56.759589],[-133.677317,56.765286],[-133.679433,56.772854],[-133.68578,56.781155],[-133.692698,56.792792],[-133.688954,56.798774],[-133.677642,56.798326],[-133.661855,56.791083],[-133.670033,56.813422],[-133.673085,56.837348],[-133.67927,56.853705],[-133.696645,56.853095],[-133.697581,56.849555],[-133.695912,56.836005],[-133.696645,56.832017],[-133.702056,56.829413],[-133.715321,56.825507],[-133.72057,56.822089],[-133.729237,56.814643],[-133.74059,56.808905],[-133.752919,56.807318],[-133.764963,56.812201],[-133.751291,56.818427],[-133.751291,56.825832],[-133.76651,56.824937],[-133.781239,56.826565],[-133.794789,56.831122],[-133.806508,56.839504],[-133.8037,56.843329],[-133.799062,56.853095],[-133.811879,56.852525],[-133.820139,56.855414],[-133.822906,56.86225],[-133.819569,56.872992],[-133.836334,56.871894],[-133.850331,56.86815],[-133.863433,56.867743],[-133.877553,56.87641],[-133.890452,56.893378],[-133.888173,56.901435],[-133.876536,56.902899],[-133.861155,56.900336],[-133.795522,56.881496],[-133.76301,56.880072],[-133.73762,56.89411],[-133.754954,56.90058],[-133.839182,56.919501],[-133.888417,56.955512],[-134.018178,57.017564],[-134.018178,57.02383],[-134.013173,57.029242],[-134.01122,57.036119],[-134.011342,57.055162],[-134.004384,57.063666],[-133.988108,57.066474],[-133.95641,57.065375],[-133.945383,57.066881],[-133.933013,57.070746],[-133.921457,57.076321],[-133.912668,57.08275],[-133.900706,57.089342],[-133.887034,57.090033],[-133.764638,57.076809]]],[[[-153.180857,57.174994],[-153.212351,57.133694],[-153.154408,57.164537],[-153.123769,57.1706],[-153.101064,57.179755],[-153.089467,57.181464],[-153.079661,57.179104],[-153.068471,57.170356],[-153.05842,57.168443],[-152.979237,57.176418],[-152.95226,57.174628],[-152.933665,57.162055],[-152.920277,57.157945],[-152.907867,57.16474],[-152.899973,57.16474],[-152.888743,57.15884],[-152.884511,57.14997],[-152.910512,57.131903],[-152.926137,57.125963],[-153.006907,57.113837],[-153.01594,57.117499],[-153.020131,57.123358],[-153.024607,57.127875],[-153.03425,57.127427],[-153.059031,57.114691],[-153.083363,57.098375],[-153.110789,57.088813],[-153.144724,57.096137],[-153.159535,57.097113],[-153.194081,57.082953],[-153.209218,57.079047],[-153.215647,57.072211],[-153.218739,57.057034],[-153.219797,57.034654],[-153.235585,57.009833],[-153.272165,56.998521],[-153.313222,56.997626],[-153.342722,57.003974],[-153.325551,57.02204],[-153.322214,57.02383],[-153.326853,57.031724],[-153.333689,57.035712],[-153.342722,57.038072],[-153.341379,57.052924],[-153.331899,57.059882],[-153.321156,57.064643],[-153.316029,57.072821],[-153.329091,57.080024],[-153.359364,57.068508],[-153.391835,57.060736],[-153.41161,57.079047],[-153.395131,57.083319],[-153.362172,57.096747],[-153.338328,57.101752],[-153.338612,57.106676],[-153.344594,57.111518],[-153.353586,57.113837],[-153.361684,57.11225],[-153.379954,57.106391],[-153.391103,57.106391],[-153.378977,57.117621],[-153.342722,57.141099],[-153.309763,57.170315],[-153.298329,57.174628],[-153.290761,57.178656],[-153.270131,57.198228],[-153.260487,57.205634],[-153.244374,57.211005],[-153.229237,57.210639],[-153.22114,57.203518],[-153.226023,57.1883],[-153.187327,57.185004],[-153.180857,57.174994]]],[[[-170.13679,57.224555],[-170.145375,57.209418],[-170.149526,57.205756],[-170.154246,57.199897],[-170.15803,57.192572],[-170.16218,57.174791],[-170.168568,57.169013],[-170.203074,57.154364],[-170.255238,57.141099],[-170.254099,57.129299],[-170.262807,57.118883],[-170.276438,57.110989],[-170.289988,57.106391],[-170.275339,57.127143],[-170.272206,57.136542],[-170.275706,57.147935],[-170.281728,57.14761],[-170.319895,57.15469],[-170.347279,57.147366],[-170.365956,57.148586],[-170.385203,57.153551],[-170.399241,57.161038],[-170.407094,57.171129],[-170.412099,57.184801],[-170.409901,57.196845],[-170.396108,57.201972],[-170.358266,57.201972],[-170.34789,57.20425],[-170.333119,57.214016],[-170.323801,57.216254],[-170.262807,57.214016],[-170.241567,57.216254],[-170.14741,57.234076],[-170.135691,57.242743],[-170.123036,57.250149],[-170.104441,57.250393],[-170.113352,57.239895],[-170.13679,57.224555]]],[[[-135.568715,57.241197],[-135.553782,57.229926],[-135.570872,57.222968],[-135.591054,57.224311],[-135.628245,57.236721],[-135.614369,57.223578],[-135.606272,57.209459],[-135.602447,57.192776],[-135.601552,57.171576],[-135.59557,57.154608],[-135.580881,57.148139],[-135.562734,57.145819],[-135.546295,57.141099],[-135.565012,57.112291],[-135.601633,57.035549],[-135.628245,57.010199],[-135.642079,57.008205],[-135.674184,57.011705],[-135.686879,57.007025],[-135.696685,57.001044],[-135.707509,56.99844],[-135.841135,56.989691],[-135.831532,57.050482],[-135.82315,57.079779],[-135.806996,57.099555],[-135.791371,57.106106],[-135.762074,57.114163],[-135.727203,57.142524],[-135.717519,57.153469],[-135.710805,57.168443],[-135.779693,57.165717],[-135.809722,57.173],[-135.820668,57.195746],[-135.815053,57.207709],[-135.797719,57.228827],[-135.80016,57.236721],[-135.812408,57.238593],[-135.842356,57.226508],[-135.855377,57.22309],[-135.839223,57.245673],[-135.837514,57.25552],[-135.847971,57.264635],[-135.825266,57.284084],[-135.833974,57.306342],[-135.843739,57.324693],[-135.824086,57.332343],[-135.724762,57.328925],[-135.615224,57.284491],[-135.598622,57.271918],[-135.568715,57.241197]]],[[[-152.298183,57.363155],[-152.315124,57.363121],[-152.299935,57.374118],[-152.288189,57.396985],[-152.26273,57.39063],[-152.255922,57.384243],[-152.267744,57.375087],[-152.298183,57.363155]]],[[[-153.829294,57.451077],[-153.843577,57.436225],[-153.867787,57.452582],[-153.881459,57.476142],[-153.887074,57.49494],[-153.887807,57.508979],[-153.88036,57.515204],[-153.875844,57.521715],[-153.875722,57.533108],[-153.867909,57.543362],[-153.84675,57.540595],[-153.831492,57.525702],[-153.831776,57.509996],[-153.833811,57.502021],[-153.830678,57.485256],[-153.829294,57.451077]]],[[[-135.409779,57.448961],[-135.396067,57.442694],[-135.382924,57.445299],[-135.354563,57.462633],[-135.316518,57.478339],[-135.295033,57.481635],[-135.285634,57.472846],[-135.277415,57.46133],[-135.25829,57.466295],[-135.236643,57.4772],[-135.220774,57.4831],[-135.180287,57.480699],[-135.142242,57.469428],[-135.15331,57.452948],[-135.191233,57.443183],[-135.203684,57.428534],[-135.181996,57.436754],[-135.156239,57.441311],[-135.130279,57.441107],[-135.060374,57.422919],[-135.052846,57.418606],[-135.045155,57.411444],[-135.008127,57.403469],[-134.994781,57.397773],[-134.909495,57.339789],[-134.909495,57.332343],[-134.952463,57.342475],[-134.998199,57.346584],[-134.998199,57.339789],[-134.950429,57.325507],[-134.950429,57.319281],[-134.971059,57.312445],[-134.978831,57.30683],[-134.984527,57.298163],[-134.965972,57.298285],[-134.958323,57.300482],[-134.950429,57.305609],[-134.939076,57.299506],[-134.932973,57.291246],[-134.930409,57.280829],[-134.930002,57.267768],[-134.923492,57.259223],[-134.908681,57.256334],[-134.852854,57.260321],[-134.838979,57.257799],[-134.833119,57.246649],[-134.832834,57.232815],[-134.834055,57.221625],[-134.84024,57.215399],[-134.854848,57.216254],[-134.826161,57.197455],[-134.808258,57.181383],[-134.808258,57.164008],[-134.833119,57.141099],[-134.810658,57.133979],[-134.786488,57.117987],[-134.77538,57.09809],[-134.792144,57.079047],[-134.774526,57.079169],[-134.76122,57.072821],[-134.751576,57.062812],[-134.744985,57.051744],[-134.743316,57.043891],[-134.746816,57.03144],[-134.744985,57.02383],[-134.740712,57.021186],[-134.734486,57.020738],[-134.728261,57.018378],[-134.723866,57.010199],[-134.723948,56.996039],[-134.732533,56.976752],[-134.731313,56.962958],[-134.723541,56.952948],[-134.713735,56.946031],[-134.70934,56.937323],[-134.717681,56.922024],[-134.693593,56.908393],[-134.686187,56.8935],[-134.689768,56.849677],[-134.683176,56.835639],[-134.641347,56.797838],[-134.651926,56.778062],[-134.646148,56.765326],[-134.633046,56.755316],[-134.62149,56.743842],[-134.616119,56.728461],[-134.607818,56.595893],[-134.612457,56.56509],[-134.614613,56.558295],[-134.624176,56.547431],[-134.628285,56.54857],[-134.632192,56.556342],[-134.641347,56.565131],[-134.642568,56.570461],[-134.650299,56.582261],[-134.659006,56.58808],[-134.663075,56.575385],[-134.66926,56.537828],[-134.626047,56.486233],[-134.624908,56.472642],[-134.634999,56.455512],[-134.63268,56.439114],[-134.625559,56.424018],[-134.62149,56.4112],[-134.622467,56.390774],[-134.626454,56.372138],[-134.634755,56.355048],[-134.648793,56.339179],[-134.627594,56.33039],[-134.631744,56.309272],[-134.663075,56.25727],[-134.634633,56.269721],[-134.626373,56.261461],[-134.632965,56.240871],[-134.648793,56.216295],[-134.641347,56.208889],[-134.656239,56.174709],[-134.66747,56.170396],[-134.689768,56.181545],[-134.672597,56.205634],[-134.66926,56.216295],[-134.673736,56.219428],[-134.682932,56.229315],[-134.694651,56.233344],[-134.699574,56.230414],[-134.702219,56.225287],[-134.707143,56.22248],[-134.735707,56.217922],[-134.749989,56.217353],[-134.765492,56.22248],[-134.75121,56.236151],[-134.772125,56.237209],[-134.787343,56.244818],[-134.796498,56.257636],[-134.799631,56.274359],[-134.803375,56.281562],[-134.81192,56.28498],[-134.821197,56.287177],[-134.826975,56.290758],[-134.829172,56.299547],[-134.829213,56.309882],[-134.826975,56.325588],[-134.847564,56.329047],[-134.867502,56.325385],[-134.882436,56.329576],[-134.888336,56.356269],[-134.892201,56.36107],[-134.911448,56.376776],[-134.919097,56.380194],[-134.925689,56.385159],[-134.93102,56.396226],[-134.936838,56.414293],[-134.942372,56.421576],[-134.998199,56.472642],[-135.003896,56.490709],[-135.017893,56.509019],[-135.035715,56.525458],[-135.052846,56.537828],[-135.043446,56.539252],[-135.034535,56.542222],[-135.026357,56.546536],[-135.019358,56.552069],[-135.033274,56.560289],[-135.037506,56.568549],[-135.032623,56.57685],[-135.019358,56.585639],[-134.998362,56.588609],[-134.947011,56.587307],[-134.936838,56.595893],[-134.927602,56.620429],[-134.904856,56.646064],[-134.847401,56.688666],[-134.86856,56.688178],[-134.883778,56.685492],[-134.897084,56.678209],[-134.912587,56.664455],[-134.933705,56.63996],[-134.945872,56.630439],[-134.961008,56.626532],[-134.978627,56.631985],[-134.983713,56.644924],[-134.981597,56.660793],[-134.971913,56.692572],[-134.964467,56.702541],[-134.953359,56.709052],[-134.936838,56.715969],[-134.962636,56.721137],[-134.984731,56.714545],[-134.999989,56.697577],[-135.012318,56.650214],[-135.028472,56.631334],[-135.048411,56.616156],[-135.066518,56.606106],[-135.092763,56.597968],[-135.109771,56.601752],[-135.119008,56.617133],[-135.121734,56.643622],[-135.119496,56.662502],[-135.112213,56.678697],[-135.099355,56.69359],[-135.08019,56.708564],[-135.014272,56.739407],[-134.994781,56.753485],[-134.99885,56.761664],[-135.014638,56.771064],[-135.031809,56.775133],[-135.039784,56.767524],[-135.044993,56.759223],[-135.137034,56.694525],[-135.164133,56.685207],[-135.175771,56.679023],[-135.187896,56.676744],[-135.200551,56.684882],[-135.20226,56.694729],[-135.194081,56.702826],[-135.182932,56.709784],[-135.175771,56.715969],[-135.177358,56.725979],[-135.184438,56.734931],[-135.185536,56.7414],[-135.154693,56.745917],[-135.152089,56.751654],[-135.154856,56.760321],[-135.158925,56.79206],[-135.158681,56.800238],[-135.15274,56.808783],[-135.1433,56.815619],[-135.135406,56.819322],[-135.128529,56.823472],[-135.121734,56.832017],[-135.174224,56.826361],[-135.269276,56.789008],[-135.320953,56.797838],[-135.307362,56.820868],[-135.325673,56.825507],[-135.353342,56.824164],[-135.367543,56.828925],[-135.367787,56.87401],[-135.36026,56.8876],[-135.340891,56.879828],[-135.324574,56.890774],[-135.305898,56.890692],[-135.294504,56.892157],[-135.299916,56.907701],[-135.313791,56.920722],[-135.334218,56.931057],[-135.356272,56.9383],[-135.374989,56.941881],[-135.369049,56.943834],[-135.363759,56.946275],[-135.354563,56.955512],[-135.350006,56.970404],[-135.330881,56.978583],[-135.308949,56.982123],[-135.289377,56.982856],[-135.282338,56.985297],[-135.262929,56.996894],[-135.258901,57.000556],[-135.253977,57.00373],[-135.229563,57.004543],[-135.203359,57.013495],[-135.164052,57.013617],[-135.156565,57.020697],[-135.165354,57.041734],[-135.185902,57.04564],[-135.22761,57.038072],[-135.267934,57.039862],[-135.310292,57.047349],[-135.348134,57.06391],[-135.374989,57.092719],[-135.378163,57.12873],[-135.35025,57.149359],[-135.307607,57.158759],[-135.266428,57.161038],[-135.266428,57.168443],[-135.289662,57.174628],[-135.310129,57.17768],[-135.329172,57.176093],[-135.348297,57.168443],[-135.376861,57.150092],[-135.394154,57.147366],[-135.412913,57.157904],[-135.412587,57.169623],[-135.397694,57.182074],[-135.378285,57.19184],[-135.36441,57.195746],[-135.364166,57.204047],[-135.334055,57.250393],[-135.412953,57.244778],[-135.429596,57.246649],[-135.455963,57.253323],[-135.481516,57.248969],[-135.506012,57.241034],[-135.529205,57.236721],[-135.542836,57.242987],[-135.577707,57.287909],[-135.639231,57.31684],[-135.648752,57.328925],[-135.673207,57.349677],[-135.674957,57.358629],[-135.662424,57.363756],[-135.645823,57.366197],[-135.604237,57.367743],[-135.485666,57.35102],[-135.475331,57.354315],[-135.471181,57.363593],[-135.478586,57.368313],[-135.525787,57.373928],[-135.567047,57.389472],[-135.585846,57.392564],[-135.608998,57.3876],[-135.602203,57.397895],[-135.591624,57.404975],[-135.550649,57.423774],[-135.547597,57.427436],[-135.547434,57.431789],[-135.54011,57.442206],[-135.533193,57.447211],[-135.516469,57.454413],[-135.508778,57.45954],[-135.504709,57.466498],[-135.506581,57.472357],[-135.510365,57.477729],[-135.512115,57.4831],[-135.512807,57.490465],[-135.517812,57.501614],[-135.519032,57.50731],[-135.51537,57.515611],[-135.506744,57.517768],[-135.496571,57.518012],[-135.488271,57.520982],[-135.436513,57.549994],[-135.381174,57.553616],[-135.327056,57.538398],[-135.279408,57.511054],[-135.310536,57.490871],[-135.381825,57.47134],[-135.409779,57.448961]]],[[[-152.4228,57.96426],[-152.424306,57.952094],[-152.417104,57.943996],[-152.416982,57.93887],[-152.422963,57.934312],[-152.417104,57.930365],[-152.388295,57.9265],[-152.360829,57.926744],[-152.355295,57.925971],[-152.343902,57.923326],[-152.336374,57.921698],[-152.325388,57.916002],[-152.330149,57.907457],[-152.356191,57.893948],[-152.360666,57.888902],[-152.369374,57.88642],[-152.381174,57.889228],[-152.397328,57.896064],[-152.485951,57.914537],[-152.504832,57.925727],[-152.492624,57.940619],[-152.483144,57.948472],[-152.487864,57.950263],[-152.489084,57.954006],[-152.490305,57.956692],[-152.492014,57.957221],[-152.494456,57.958197],[-152.492747,57.961575],[-152.483957,57.963121],[-152.47468,57.960883],[-152.46345,57.95954],[-152.432322,57.969184],[-152.4228,57.96426]]],[[[-153.260813,57.887844],[-153.228749,57.853909],[-153.212961,57.830308],[-153.212351,57.81269],[-153.22411,57.811591],[-153.281239,57.818915],[-153.283925,57.821438],[-153.287465,57.826361],[-153.292958,57.831041],[-153.301747,57.833197],[-153.319651,57.83454],[-153.327707,57.836412],[-153.335886,57.839423],[-153.331044,57.841295],[-153.327016,57.843736],[-153.322499,57.845852],[-153.316029,57.846869],[-153.325266,57.858629],[-153.342519,57.86225],[-153.380564,57.8605],[-153.396921,57.863837],[-153.52245,57.920966],[-153.541941,57.935614],[-153.528269,57.953192],[-153.506663,57.969794],[-153.482249,57.977769],[-153.460032,57.969713],[-153.432688,57.963568],[-153.32665,57.926581],[-153.279734,57.902899],[-153.260813,57.887844]]],[[[-152.764109,57.93008],[-152.785959,57.925523],[-152.809885,57.929104],[-152.827097,57.936957],[-152.852244,57.944078],[-152.860707,57.954657],[-152.853627,57.967434],[-152.833079,57.974595],[-152.753611,57.980658],[-152.744374,57.983832],[-152.730092,57.982245],[-152.729197,57.973863],[-152.739003,57.968573],[-152.741648,57.962592],[-152.739858,57.951646],[-152.747996,57.939154],[-152.764109,57.93008]]],[[[-153.012766,57.929104],[-152.993235,57.928778],[-153.004709,57.948554],[-152.982655,57.951483],[-152.862294,57.934516],[-152.83198,57.923651],[-152.808298,57.908271],[-152.854604,57.895453],[-152.877634,57.886176],[-152.890818,57.874172],[-152.872629,57.876044],[-152.856679,57.880316],[-152.856679,57.874172],[-152.893503,57.860419],[-152.903676,57.837592],[-152.904856,57.811591],[-152.925242,57.768256],[-152.915517,57.755764],[-152.899363,57.745795],[-152.890818,57.733303],[-152.885569,57.728705],[-152.873769,57.73017],[-152.862009,57.735012],[-152.856679,57.740424],[-152.857737,57.749945],[-152.862498,57.76553],[-152.863515,57.774237],[-152.858713,57.814399],[-152.843699,57.845282],[-152.817983,57.860419],[-152.780995,57.853705],[-152.766225,57.843411],[-152.75414,57.832465],[-152.741811,57.82689],[-152.726389,57.833197],[-152.713979,57.846869],[-152.698069,57.875718],[-152.685374,57.887844],[-152.668772,57.880805],[-152.635569,57.871568],[-152.623972,57.8605],[-152.612742,57.874905],[-152.615712,57.890448],[-152.626088,57.904731],[-152.636952,57.915107],[-152.624582,57.932847],[-152.6079,57.935045],[-152.590403,57.9289],[-152.57551,57.921332],[-152.570424,57.916164],[-152.565012,57.908433],[-152.558909,57.903225],[-152.551625,57.905219],[-152.54247,57.911526],[-152.532704,57.914455],[-152.506947,57.915107],[-152.486318,57.910712],[-152.472727,57.900336],[-152.460886,57.887844],[-152.445505,57.877265],[-152.428334,57.868069],[-152.4228,57.85928],[-152.426707,57.848456],[-152.438344,57.833197],[-152.421132,57.821967],[-152.402211,57.823472],[-152.382558,57.833238],[-152.363271,57.846869],[-152.356313,57.838202],[-152.348256,57.831692],[-152.339223,57.82746],[-152.329091,57.825751],[-152.357289,57.799018],[-152.458974,57.768134],[-152.496693,57.74726],[-152.535024,57.719794],[-152.551137,57.703315],[-152.541371,57.69599],[-152.520619,57.702623],[-152.498036,57.715888],[-152.473093,57.72602],[-152.463083,57.722886],[-152.468495,57.714016],[-152.465647,57.692328],[-152.468984,57.678697],[-152.476877,57.672024],[-152.486155,57.666083],[-152.493601,57.655097],[-152.467763,57.657172],[-152.420847,57.681952],[-152.39741,57.688544],[-152.415517,57.674954],[-152.428293,57.655951],[-152.435862,57.635443],[-152.438344,57.617174],[-152.42634,57.613511],[-152.342763,57.633979],[-152.160878,57.627143],[-152.147084,57.622626],[-152.155466,57.61286],[-152.178293,57.599799],[-152.249705,57.54149],[-152.270619,57.52851],[-152.291086,57.519843],[-152.308909,57.509019],[-152.322255,57.489936],[-152.328114,57.465399],[-152.330312,57.44595],[-152.338694,57.433173],[-152.362986,57.428534],[-152.417917,57.435289],[-152.42573,57.437445],[-152.433095,57.441107],[-152.440541,57.442816],[-152.448923,57.438788],[-152.453725,57.435248],[-152.460032,57.431952],[-152.466624,57.429429],[-152.472524,57.428534],[-152.486155,57.428534],[-152.474355,57.436754],[-152.459706,57.450629],[-152.45226,57.46369],[-152.46227,57.469428],[-152.48766,57.471869],[-152.501332,57.469428],[-152.507273,57.45954],[-152.50886,57.44953],[-152.513417,57.444322],[-152.520823,57.44245],[-152.530832,57.442206],[-152.536366,57.444078],[-152.554148,57.453315],[-152.562489,57.456448],[-152.570139,57.456448],[-152.575307,57.453762],[-152.579783,57.450588],[-152.585439,57.448961],[-152.591013,57.450914],[-152.593332,57.455268],[-152.594431,57.459866],[-152.596018,57.462633],[-152.600942,57.467231],[-152.60558,57.473944],[-152.612498,57.480129],[-152.623972,57.4831],[-152.634145,57.481269],[-152.653513,57.471829],[-152.664296,57.469428],[-152.674062,57.469916],[-152.684519,57.471625],[-152.694325,57.47484],[-152.722401,57.494818],[-152.722605,57.497463],[-152.727244,57.499498],[-152.73408,57.504218],[-152.742909,57.508979],[-152.753651,57.511054],[-152.801747,57.503607],[-152.814524,57.505439],[-152.832468,57.51435],[-152.842397,57.51789],[-152.856068,57.518134],[-152.890818,57.511054],[-152.911977,57.514716],[-152.933217,57.521226],[-152.953969,57.524359],[-152.973378,57.51789],[-152.960439,57.511868],[-152.917226,57.500881],[-152.910715,57.489936],[-152.92866,57.482367],[-153.028025,57.476264],[-153.028025,57.469428],[-153.023264,57.468492],[-153.020619,57.46719],[-153.014353,57.462633],[-153.036204,57.447252],[-153.044871,57.436713],[-153.041697,57.428534],[-153.028635,57.429511],[-153.000966,57.450914],[-152.990183,57.456448],[-152.832468,57.476264],[-152.800649,57.470771],[-152.726389,57.428534],[-152.634104,57.405748],[-152.617136,57.3876],[-152.613393,57.38817],[-152.608835,57.386461],[-152.603139,57.381903],[-152.596018,57.373928],[-152.606191,57.363593],[-152.630971,57.349799],[-152.644399,57.339789],[-152.6433,57.320502],[-152.663075,57.299547],[-152.692209,57.283271],[-152.718861,57.277655],[-152.71227,57.302802],[-152.731679,57.30744],[-152.798695,57.291571],[-152.81725,57.278957],[-152.837473,57.270738],[-152.863515,57.277655],[-152.858469,57.295071],[-152.872182,57.299954],[-152.891916,57.304023],[-152.9051,57.319281],[-152.880686,57.337592],[-152.877187,57.343166],[-152.882151,57.352484],[-152.893503,57.350246],[-152.914418,57.339789],[-152.976511,57.332343],[-153.007314,57.340237],[-153.023874,57.342231],[-153.057322,57.326321],[-153.088368,57.318793],[-153.120798,57.315741],[-153.144032,57.319281],[-153.152292,57.327135],[-153.15864,57.346625],[-153.165151,57.352769],[-153.174753,57.351386],[-153.177073,57.34101],[-153.174998,57.328111],[-153.171376,57.319281],[-153.183542,57.311265],[-153.172922,57.30508],[-153.096873,57.290473],[-153.07372,57.289293],[-153.032582,57.304918],[-153.003,57.294989],[-152.976186,57.275539],[-152.959096,57.257148],[-153.061513,57.22309],[-153.096303,57.218248],[-153.195261,57.229926],[-153.202626,57.228013],[-153.209584,57.224555],[-153.216379,57.222968],[-153.22289,57.226508],[-153.253285,57.236721],[-153.264475,57.232815],[-153.282419,57.219184],[-153.298329,57.216254],[-153.307322,57.211982],[-153.324167,57.193061],[-153.335886,57.1883],[-153.350168,57.191148],[-153.376658,57.205797],[-153.391103,57.209418],[-153.378651,57.193834],[-153.37328,57.185004],[-153.373728,57.178046],[-153.408193,57.147935],[-153.426096,57.140123],[-153.440663,57.125434],[-153.455271,57.116848],[-153.473012,57.127427],[-153.479075,57.144029],[-153.480051,57.161689],[-153.486073,57.175727],[-153.507192,57.181464],[-153.531606,57.179755],[-153.54186,57.175849],[-153.548166,57.168443],[-153.54426,57.164455],[-153.513132,57.170356],[-153.500356,57.168443],[-153.524526,57.137397],[-153.526845,57.126695],[-153.51891,57.117377],[-153.507802,57.108588],[-153.500356,57.099555],[-153.498158,57.074286],[-153.513173,57.069729],[-153.559031,57.079047],[-153.711374,57.067043],[-153.761057,57.051744],[-153.761057,57.044908],[-153.607126,57.051744],[-153.591257,57.048163],[-153.590443,57.039984],[-153.598948,57.030666],[-153.610829,57.02383],[-153.627146,57.021145],[-153.643056,57.021633],[-153.65807,57.019843],[-153.67162,57.010199],[-153.576121,57.003974],[-153.555124,56.998725],[-153.559763,56.986518],[-153.589101,56.962958],[-153.592112,56.962226],[-153.600209,56.963528],[-153.603383,56.962958],[-153.603953,56.960354],[-153.602773,56.951239],[-153.603383,56.948717],[-153.617991,56.939154],[-153.62678,56.936184],[-153.64094,56.935045],[-153.666941,56.93769],[-153.67158,56.94538],[-153.670237,56.958441],[-153.678456,56.97663],[-153.713612,56.914537],[-153.738881,56.889146],[-153.767893,56.900336],[-153.778879,56.877021],[-153.756907,56.874945],[-153.702707,56.887274],[-153.694163,56.883002],[-153.694936,56.873603],[-153.701405,56.864203],[-153.709828,56.859931],[-153.767893,56.853095],[-153.772898,56.850491],[-153.775624,56.841376],[-153.780873,56.839504],[-153.786936,56.840806],[-153.79662,56.845893],[-153.824452,56.84691],[-153.837717,56.844184],[-153.843577,56.835761],[-153.850168,56.814521],[-153.8662,56.801703],[-153.905019,56.784857],[-153.941843,56.758775],[-153.962514,56.748236],[-153.987253,56.743842],[-154.015207,56.748481],[-154.035146,56.75727],[-154.055002,56.762519],[-154.08259,56.756903],[-154.108347,56.744615],[-154.122629,56.741197],[-154.137807,56.743842],[-154.149526,56.750922],[-154.148264,56.756252],[-154.141713,56.762885],[-154.137807,56.774319],[-154.130116,56.786526],[-154.063791,56.847398],[-154.0006,56.872992],[-153.976796,56.892564],[-153.968088,56.905504],[-153.955922,56.910102],[-153.931752,56.914537],[-153.888987,56.930365],[-153.810496,56.970893],[-153.774729,56.997138],[-153.780873,57.003974],[-153.833811,56.972235],[-153.849802,56.969184],[-153.855662,56.97602],[-153.832021,57.001532],[-153.83613,57.017564],[-153.852406,57.023627],[-153.862416,57.011135],[-153.869578,56.991645],[-153.877146,56.97663],[-153.896921,56.965888],[-153.922475,56.962144],[-153.973337,56.962958],[-153.968984,56.979967],[-153.962636,56.995103],[-153.953928,57.008612],[-153.929514,57.035061],[-153.910878,57.061225],[-153.898183,57.072821],[-153.882639,57.080512],[-153.834828,57.096584],[-153.818715,57.099555],[-153.810496,57.102118],[-153.795888,57.114936],[-153.788319,57.120063],[-153.776723,57.124091],[-153.765574,57.126288],[-153.739939,57.127427],[-153.739939,57.133694],[-153.782786,57.150214],[-153.805735,57.154202],[-153.815663,57.144599],[-153.820668,57.133368],[-153.832468,57.126654],[-153.857249,57.120063],[-153.973582,57.061916],[-154.006947,57.039293],[-154.04955,56.996039],[-154.075063,56.975572],[-154.099558,56.96483],[-154.11498,56.985785],[-154.134104,56.995185],[-154.137807,57.003974],[-154.134836,57.008734],[-154.121775,57.01911],[-154.117299,57.02383],[-154.110463,57.038072],[-154.080027,57.066596],[-153.959665,57.120063],[-154.083201,57.127427],[-154.091257,57.130683],[-154.109975,57.144761],[-154.120432,57.147935],[-154.174916,57.146226],[-154.240834,57.154771],[-154.299184,57.147935],[-154.360666,57.147935],[-154.373362,57.145168],[-154.39741,57.131822],[-154.41157,57.127427],[-154.468251,57.124457],[-154.494944,57.113593],[-154.48412,57.089586],[-154.460764,57.071112],[-154.437815,57.057278],[-154.412953,57.050198],[-154.384226,57.051744],[-154.361318,57.059068],[-154.346059,57.069037],[-154.31904,57.096137],[-154.29719,57.110297],[-154.27241,57.117377],[-154.121205,57.123725],[-154.103708,57.113837],[-154.103749,57.097968],[-154.111928,57.076728],[-154.130971,57.044908],[-154.153188,57.019761],[-154.158315,57.010199],[-154.160268,56.998725],[-154.157582,56.976996],[-154.158315,56.969184],[-154.172475,56.952623],[-154.193837,56.944566],[-154.24767,56.941881],[-154.230336,56.933051],[-154.221791,56.92536],[-154.221913,56.916449],[-154.230295,56.903998],[-154.237986,56.899563],[-154.24592,56.901353],[-154.253855,56.905463],[-154.261586,56.907701],[-154.281809,56.887274],[-154.276601,56.897773],[-154.277577,56.905951],[-154.28425,56.911607],[-154.296091,56.914537],[-154.300649,56.873521],[-154.299184,56.866848],[-154.282582,56.869574],[-154.255605,56.882758],[-154.240834,56.887274],[-154.240834,56.879828],[-154.27184,56.863715],[-154.281809,56.859931],[-154.29955,56.855414],[-154.304921,56.85578],[-154.30488,56.874905],[-154.305002,56.902289],[-154.313466,56.91828],[-154.328318,56.929674],[-154.388743,56.963853],[-154.41161,56.972968],[-154.448191,56.978705],[-154.473256,56.987698],[-154.48412,56.989691],[-154.514882,56.989691],[-154.528554,56.991645],[-154.531687,56.996568],[-154.529856,57.00316],[-154.52717,57.032904],[-154.520009,57.055976],[-154.516347,57.077582],[-154.533396,57.112047],[-154.531484,57.153144],[-154.535024,57.174628],[-154.548573,57.192816],[-154.588694,57.231106],[-154.597117,57.246649],[-154.601511,57.258938],[-154.612172,57.266303],[-154.6256,57.269965],[-154.672556,57.270901],[-154.681345,57.272895],[-154.684316,57.277493],[-154.684763,57.282172],[-154.685862,57.284491],[-154.716054,57.281684],[-154.751414,57.27383],[-154.783152,57.272935],[-154.802561,57.291327],[-154.787668,57.291571],[-154.7683,57.294989],[-154.755116,57.302639],[-154.758168,57.315579],[-154.771433,57.325385],[-154.798451,57.336086],[-154.810007,57.346584],[-154.787546,57.357733],[-154.763499,57.354193],[-154.736928,57.34512],[-154.70698,57.339789],[-154.711008,57.347724],[-154.717112,57.353827],[-154.724965,57.358059],[-154.734242,57.360256],[-154.734242,57.367092],[-154.714711,57.378119],[-154.708445,57.395697],[-154.713206,57.414252],[-154.726877,57.428534],[-154.686147,57.452704],[-154.653391,57.460761],[-154.644276,57.466742],[-154.658559,57.476264],[-154.650217,57.496039],[-154.634633,57.513739],[-154.614735,57.526557],[-154.582957,57.534084],[-154.562489,57.543931],[-154.549306,57.544582],[-154.540028,57.539496],[-154.521433,57.51789],[-154.509755,57.528388],[-154.523427,57.570014],[-154.514882,57.579291],[-154.455556,57.576728],[-154.398508,57.566311],[-154.409901,57.572903],[-154.446889,57.586127],[-154.398508,57.613471],[-154.364369,57.627143],[-154.362009,57.631049],[-154.356435,57.645453],[-154.356923,57.648261],[-154.337595,57.650214],[-154.300649,57.645697],[-154.281809,57.648261],[-154.268259,57.655504],[-154.254709,57.665229],[-154.239329,57.673285],[-154.220326,57.675523],[-154.202626,57.67182],[-154.169301,57.659247],[-154.151438,57.655097],[-154.055857,57.655097],[-154.018625,57.647203],[-154.000559,57.629706],[-153.973337,57.572496],[-153.999949,57.55565],[-154.110463,57.544582],[-154.068349,57.537055],[-153.974802,57.549954],[-153.935496,57.53498],[-153.920277,57.507229],[-153.906931,57.434963],[-153.890736,57.408026],[-153.875315,57.399156],[-153.840525,57.386664],[-153.825632,57.377265],[-153.777821,57.322333],[-153.747304,57.303412],[-153.630686,57.270901],[-153.644521,57.284003],[-153.669138,57.297309],[-153.696156,57.307685],[-153.743764,57.318915],[-153.753896,57.336371],[-153.758249,57.358832],[-153.767893,57.380764],[-153.784739,57.394355],[-153.80012,57.401313],[-153.81135,57.41234],[-153.819773,57.484931],[-153.818349,57.506293],[-153.808827,57.51789],[-153.843699,57.550971],[-153.849802,57.558824],[-153.850819,57.577297],[-153.842519,57.581977],[-153.830068,57.577786],[-153.818715,57.569403],[-153.792429,57.555976],[-153.749623,57.544379],[-153.70637,57.539049],[-153.678456,57.544582],[-153.691029,57.553778],[-153.705149,57.557929],[-153.74059,57.558824],[-153.753977,57.561957],[-153.868723,57.628607],[-153.884592,57.648261],[-153.852773,57.658677],[-153.810902,57.659003],[-153.667592,57.641832],[-153.641103,57.629218],[-153.630686,57.599799],[-153.617502,57.605211],[-153.591013,57.601386],[-153.582875,57.607327],[-153.584584,57.617092],[-153.593332,57.628323],[-153.604685,57.6376],[-153.631052,57.646796],[-153.698964,57.682359],[-153.756093,57.693183],[-153.876414,57.701117],[-153.905751,57.711249],[-153.925526,57.72956],[-153.938222,57.775621],[-153.924631,57.810492],[-153.89448,57.837592],[-153.843455,57.870592],[-153.83613,57.874172],[-153.829783,57.87523],[-153.8155,57.873969],[-153.808827,57.874172],[-153.796702,57.878485],[-153.764475,57.89468],[-153.723826,57.902086],[-153.719472,57.900824],[-153.702707,57.891262],[-153.692576,57.88703],[-153.68224,57.889106],[-153.6728,57.893134],[-153.665476,57.89468],[-153.64509,57.883694],[-153.638295,57.867621],[-153.627797,57.853176],[-153.596262,57.846869],[-153.574412,57.839545],[-153.564565,57.821601],[-153.562205,57.799058],[-153.562449,57.777981],[-153.558298,57.738349],[-153.546946,57.69892],[-153.529408,57.661322],[-153.507192,57.627143],[-153.498158,57.642564],[-153.522165,57.695624],[-153.527659,57.723334],[-153.481028,57.702704],[-153.452341,57.694566],[-153.439524,57.699408],[-153.448435,57.716132],[-153.469553,57.728949],[-153.514027,57.743842],[-153.499135,57.760891],[-153.474314,57.773627],[-153.446238,57.777411],[-153.421824,57.767401],[-153.409413,57.751695],[-153.398386,57.733954],[-153.384389,57.718573],[-153.363149,57.709662],[-153.333567,57.713853],[-153.321278,57.730902],[-153.325795,57.749416],[-153.346425,57.758043],[-153.360341,57.761176],[-153.378977,57.774848],[-153.393748,57.780219],[-153.396433,57.785102],[-153.398183,57.789984],[-153.401357,57.792222],[-153.432078,57.792222],[-153.458811,57.802802],[-153.476674,57.821357],[-153.47643,57.839016],[-153.449167,57.846869],[-153.424998,57.842719],[-153.350168,57.81269],[-153.291371,57.798774],[-153.229726,57.792222],[-153.211049,57.78559],[-153.210032,57.769436],[-153.214548,57.748928],[-153.212351,57.72956],[-153.206492,57.720893],[-153.19933,57.714545],[-153.190297,57.710679],[-153.178822,57.709662],[-153.195261,57.727118],[-153.197743,57.751125],[-153.191884,57.805243],[-153.198679,57.857123],[-153.204539,57.868476],[-153.231882,57.888739],[-153.240305,57.902086],[-153.211985,57.901801],[-153.186838,57.893541],[-153.144032,57.867906],[-153.075063,57.83747],[-153.061513,57.825751],[-153.048451,57.833197],[-153.060618,57.84162],[-153.085072,57.852444],[-153.096913,57.8605],[-153.097727,57.86933],[-153.109486,57.883368],[-153.125966,57.896389],[-153.156077,57.907864],[-153.202463,57.946194],[-153.221018,57.955878],[-153.262807,57.96601],[-153.295155,57.986396],[-153.299916,57.991889],[-153.301747,58.0008],[-153.296457,58.008124],[-153.28425,58.010443],[-153.270579,58.008612],[-153.260813,58.003892],[-153.229563,57.997992],[-153.166941,57.970038],[-153.118764,57.960395],[-153.083567,57.946234],[-153.046213,57.940172],[-153.012766,57.929104]]],[[[-136.338368,58.014635],[-136.336822,58.007025],[-136.370025,57.999945],[-136.377919,57.990058],[-136.389801,57.963568],[-136.379058,57.935289],[-136.392486,57.898871],[-136.419911,57.865546],[-136.451283,57.846869],[-136.453847,57.863105],[-136.464101,57.872626],[-136.471181,57.881171],[-136.464263,57.89468],[-136.471832,57.898993],[-136.481801,57.902045],[-136.493398,57.903266],[-136.50593,57.902086],[-136.500152,57.910712],[-136.494293,57.917426],[-136.487416,57.923163],[-136.478586,57.928778],[-136.478586,57.935614],[-136.496938,57.938544],[-136.510243,57.933051],[-136.523183,57.925279],[-136.540354,57.921332],[-136.552846,57.925116],[-136.552805,57.933743],[-136.544749,57.943101],[-136.533193,57.949286],[-136.546376,57.962104],[-136.541982,57.978095],[-136.528147,57.993232],[-136.512766,58.003892],[-136.520619,58.013495],[-136.546742,58.012397],[-136.561147,58.017524],[-136.555531,58.024237],[-136.551259,58.031887],[-136.548451,58.040107],[-136.546295,58.06037],[-136.542836,58.065904],[-136.514719,58.086737],[-136.495513,58.094916],[-136.475331,58.097846],[-136.457509,58.093248],[-136.438059,58.072455],[-136.361928,58.031195],[-136.338368,58.014635]]],[[[-153.202707,58.098822],[-153.181956,58.093248],[-153.131052,58.100246],[-153.11677,58.100084],[-153.106191,58.094631],[-153.087961,58.076117],[-153.078928,58.07217],[-153.074208,58.068061],[-153.05842,58.04206],[-153.047597,58.037055],[-153.000071,58.031195],[-152.890818,57.997707],[-152.903513,57.990668],[-152.916575,57.991889],[-152.930409,57.995998],[-152.945424,57.997707],[-152.983713,57.985745],[-153.000071,57.984036],[-153.026926,57.988756],[-153.081654,58.007229],[-153.115549,58.013658],[-153.16865,58.032701],[-153.202707,58.029771],[-153.216054,58.034898],[-153.244456,58.071723],[-153.262644,58.085354],[-153.288075,58.086412],[-153.263173,58.059149],[-153.253285,58.052314],[-153.340321,58.046454],[-153.379587,58.049506],[-153.418365,58.065985],[-153.322214,58.127387],[-153.329661,58.134833],[-153.313059,58.141791],[-153.295481,58.14643],[-153.277781,58.146796],[-153.260813,58.141059],[-153.225087,58.112128],[-153.202707,58.098822]]],[[[-151.846181,58.175198],[-151.868886,58.173529],[-151.888661,58.17886],[-151.897084,58.192857],[-151.891835,58.206977],[-151.866078,58.257758],[-151.827138,58.265611],[-151.809885,58.262926],[-151.793446,58.244696],[-151.805979,58.212104],[-151.815053,58.196112],[-151.828847,58.182034],[-151.846181,58.175198]]],[[[-135.714996,58.229722],[-135.689361,58.226264],[-135.662465,58.230048],[-135.63565,58.230414],[-135.624013,58.225002],[-135.60143,58.206977],[-135.590972,58.203111],[-135.556304,58.199408],[-135.546295,58.196275],[-135.553782,58.189439],[-135.53718,58.181138],[-135.501943,58.173814],[-135.484853,58.162095],[-135.496693,58.150824],[-135.502268,58.138332],[-135.505971,58.125474],[-135.512115,58.113186],[-135.523427,58.102444],[-135.534047,58.099433],[-135.545644,58.098334],[-135.560618,58.093248],[-135.582143,58.075181],[-135.602366,58.054023],[-135.627309,58.041409],[-135.692372,58.053412],[-135.769399,58.046454],[-135.78307,58.04206],[-135.752797,58.027289],[-135.693227,58.040107],[-135.662424,58.031195],[-135.66983,58.02497],[-135.657297,58.020901],[-135.639516,58.01789],[-135.624827,58.01317],[-135.621409,58.003892],[-135.631663,57.997382],[-135.649973,57.995592],[-135.741282,58.002265],[-135.768544,57.998236],[-135.793324,57.984036],[-135.708974,57.978258],[-135.662465,57.97012],[-135.656158,57.949286],[-135.640736,57.952094],[-135.627431,57.958889],[-135.623402,57.967678],[-135.63565,57.976549],[-135.63565,57.984036],[-135.614369,57.983832],[-135.592885,57.987454],[-135.57311,57.995307],[-135.5572,58.007636],[-135.515533,58.058539],[-135.436431,58.079576],[-135.424469,58.09512],[-135.431711,58.104071],[-135.446441,58.112738],[-135.457509,58.127387],[-135.439809,58.128892],[-135.40803,58.138577],[-135.389272,58.141059],[-135.368804,58.13935],[-135.346547,58.13467],[-135.307362,58.120551],[-135.314687,58.11815],[-135.334055,58.106879],[-135.316762,58.100531],[-135.300201,58.101223],[-135.266428,58.106879],[-135.246165,58.104804],[-135.206858,58.095404],[-135.186635,58.093248],[-135.118031,58.100084],[-135.100575,58.096625],[-135.089589,58.089179],[-135.090321,58.082017],[-135.108062,58.079576],[-135.108062,58.07217],[-134.97997,58.05036],[-134.924794,58.027493],[-134.902008,57.973131],[-134.905263,57.969794],[-134.912262,57.96898],[-134.919301,57.967027],[-134.922515,57.96015],[-134.920074,57.953518],[-134.910227,57.942939],[-134.909495,57.935614],[-134.915761,57.921047],[-134.924428,57.914008],[-134.950429,57.902086],[-134.965077,57.886054],[-134.960317,57.871649],[-134.942006,57.85871],[-134.915679,57.846869],[-134.945953,57.85106],[-135.046702,57.902086],[-135.10912,57.919135],[-135.128285,57.921332],[-135.144683,57.924994],[-135.197499,57.949286],[-135.203684,57.943061],[-135.184234,57.921617],[-135.160308,57.903795],[-135.134267,57.889879],[-135.108062,57.880316],[-135.055653,57.873358],[-135.039784,57.867906],[-135.014719,57.846015],[-135.00121,57.840033],[-134.984527,57.846869],[-134.982004,57.829006],[-134.967844,57.820054],[-134.930002,57.81269],[-134.942454,57.806586],[-134.970937,57.802151],[-134.984527,57.798407],[-135.003977,57.788764],[-135.013783,57.785875],[-135.203033,57.785102],[-135.259389,57.795966],[-135.421213,57.863267],[-135.449778,57.871161],[-135.481109,57.874172],[-135.491607,57.877346],[-135.505686,57.891425],[-135.696441,57.936103],[-135.845815,57.992174],[-135.865956,57.996283],[-135.889556,57.997707],[-135.889556,57.99022],[-135.840566,57.975898],[-135.817006,57.963568],[-135.806996,57.946194],[-135.792226,57.934149],[-135.613759,57.895941],[-135.58788,57.884101],[-135.575307,57.880032],[-135.546986,57.8758],[-135.519765,57.861762],[-135.515533,57.8605],[-135.512847,57.85814],[-135.515859,57.845649],[-135.512115,57.839423],[-135.499908,57.834784],[-135.403228,57.814195],[-135.388661,57.81269],[-135.372385,57.805243],[-135.328969,57.769721],[-135.320953,57.758043],[-135.327301,57.751288],[-135.350738,57.746283],[-135.361318,57.737006],[-135.363881,57.726223],[-135.355092,57.724758],[-135.327504,57.72956],[-135.273671,57.730211],[-135.250234,57.72663],[-135.224192,57.716498],[-135.217112,57.711127],[-135.214467,57.707343],[-135.210032,57.706488],[-135.197499,57.709662],[-135.173899,57.725531],[-135.162709,57.72956],[-135.115834,57.733954],[-135.101308,57.737006],[-135.08019,57.750637],[-135.073476,57.751939],[-135.060414,57.752021],[-135.053456,57.75434],[-135.038808,57.755805],[-135.024322,57.750149],[-135.009836,57.746527],[-134.983022,57.761542],[-134.967519,57.764309],[-134.936513,57.764309],[-134.913889,57.755845],[-134.902943,57.735419],[-134.896718,57.710517],[-134.888336,57.688544],[-134.891713,57.673041],[-134.884348,57.654242],[-134.851226,57.604926],[-134.844879,57.588446],[-134.841624,57.57099],[-134.840566,57.552069],[-134.843414,57.533515],[-134.842681,57.522691],[-134.836822,57.51789],[-134.833974,57.514553],[-134.813873,57.497463],[-134.819569,57.48607],[-134.856842,57.498114],[-134.874745,57.489936],[-134.847401,57.469428],[-134.871409,57.461005],[-134.905995,57.457261],[-135.028961,57.460517],[-135.056874,57.46662],[-135.183176,57.519273],[-135.32079,57.584906],[-135.457509,57.633979],[-135.512115,57.648261],[-135.554433,57.67182],[-135.56371,57.675523],[-135.584218,57.680609],[-135.628041,57.706041],[-135.768178,57.759711],[-135.813222,57.764309],[-135.806304,57.754055],[-135.796254,57.743801],[-135.784413,57.735093],[-135.772288,57.72956],[-135.754384,57.728095],[-135.737538,57.729153],[-135.724355,57.725409],[-135.717641,57.709662],[-135.729563,57.702541],[-135.725168,57.694648],[-135.713531,57.685736],[-135.703969,57.675523],[-135.763417,57.670315],[-135.791168,57.660102],[-135.806996,57.641425],[-135.734975,57.65119],[-135.710805,57.648261],[-135.644602,57.617865],[-135.621693,57.613471],[-135.604848,57.607082],[-135.584869,57.592963],[-135.570627,57.578925],[-135.570465,57.572496],[-135.621083,57.575873],[-135.64387,57.570543],[-135.656158,57.552069],[-135.616119,57.563137],[-135.595774,57.564521],[-135.577707,57.555487],[-135.567047,57.545111],[-135.558258,57.533393],[-135.560048,57.523342],[-135.581044,57.51789],[-135.581044,57.511054],[-135.563629,57.508124],[-135.553049,57.498684],[-135.547719,57.484117],[-135.546295,57.466051],[-135.555898,57.453681],[-135.578114,57.44892],[-135.621409,57.448961],[-135.594716,57.428534],[-135.59911,57.419257],[-135.607249,57.416653],[-135.616607,57.415758],[-135.624827,57.41177],[-135.632151,57.411811],[-135.644887,57.414781],[-135.656972,57.416205],[-135.662424,57.41177],[-135.660878,57.403062],[-135.656728,57.396226],[-135.650461,57.391099],[-135.642486,57.3876],[-135.653228,57.387885],[-135.66686,57.386664],[-135.678538,57.383246],[-135.690785,57.367011],[-135.707428,57.366523],[-135.823557,57.386176],[-135.847971,57.394355],[-135.840647,57.414496],[-135.853871,57.425035],[-135.896352,57.435289],[-135.934438,57.452216],[-135.949086,57.461859],[-135.950347,57.469428],[-135.961252,57.483466],[-135.977406,57.497138],[-136.012441,57.51789],[-135.982533,57.524156],[-135.946767,57.516343],[-135.889556,57.489936],[-135.838979,57.454983],[-135.810211,57.439887],[-135.779693,57.435289],[-135.800893,57.465806],[-135.836578,57.488715],[-136.039418,57.57689],[-136.073883,57.607327],[-136.061025,57.611518],[-136.047719,57.613227],[-136.019276,57.613471],[-136.024403,57.601264],[-136.018544,57.59398],[-136.006093,57.591376],[-135.991322,57.592963],[-135.996449,57.607489],[-135.985504,57.613227],[-135.950347,57.613471],[-135.950347,57.620917],[-135.969309,57.622992],[-136.005727,57.632229],[-136.019276,57.633979],[-136.050404,57.628607],[-136.057118,57.630561],[-136.065582,57.639146],[-136.075917,57.64704],[-136.084584,57.648505],[-136.088206,57.637641],[-136.096669,57.622952],[-136.115468,57.621649],[-136.134267,57.630113],[-136.142812,57.644761],[-136.136545,57.657538],[-136.121449,57.669827],[-136.103505,57.678941],[-136.088206,57.682359],[-136.088206,57.688544],[-136.207631,57.748277],[-136.225697,57.766588],[-136.224721,57.784817],[-136.238393,57.792222],[-136.260365,57.776109],[-136.277252,57.775336],[-136.292836,57.785386],[-136.310374,57.801825],[-136.319936,57.80683],[-136.343577,57.815497],[-136.348256,57.822333],[-136.352284,57.834174],[-136.362416,57.840155],[-136.375885,57.841457],[-136.389801,57.839423],[-136.398305,57.821357],[-136.405873,57.815497],[-136.416493,57.825751],[-136.417226,57.835028],[-136.405914,57.854478],[-136.394846,57.885688],[-136.358225,57.913642],[-136.348256,57.928778],[-136.351064,57.935614],[-136.365956,57.952704],[-136.369374,57.963568],[-136.364369,57.975775],[-136.353139,57.983222],[-136.340443,57.988471],[-136.331166,57.993964],[-136.31192,57.99551],[-136.283844,57.981676],[-136.161733,57.902411],[-136.058583,57.850409],[-136.04601,57.847398],[-136.032948,57.846869],[-136.056711,57.868232],[-136.144032,57.907782],[-136.220693,57.968573],[-136.234975,57.976549],[-136.25064,57.982327],[-136.296946,58.010565],[-136.32551,58.039293],[-136.409657,58.079901],[-136.430776,58.106879],[-136.424184,58.122463],[-136.405263,58.133938],[-136.380238,58.140367],[-136.355702,58.141059],[-136.334096,58.135321],[-136.295522,58.115302],[-136.272532,58.106879],[-136.281606,58.117987],[-136.293528,58.125922],[-136.300038,58.134589],[-136.29304,58.147895],[-136.332387,58.179348],[-136.348948,58.196438],[-136.355702,58.219875],[-136.300404,58.216783],[-136.272694,58.220933],[-136.263173,58.216946],[-136.259511,58.199693],[-136.255116,58.190497],[-136.235951,58.171942],[-136.231557,58.158759],[-136.22468,58.149237],[-136.192738,58.134263],[-136.183176,58.120551],[-136.184967,58.117662],[-136.197987,58.088772],[-136.193715,58.083645],[-136.165639,58.067084],[-136.101186,58.058539],[-136.146718,58.081041],[-136.159535,58.08983],[-136.164784,58.101955],[-136.165517,58.119086],[-136.163319,58.134467],[-136.159535,58.141059],[-136.169504,58.146918],[-136.176991,58.160712],[-136.180247,58.176744],[-136.177561,58.189439],[-136.164622,58.196601],[-136.145904,58.201483],[-136.132883,58.20718],[-136.136586,58.216783],[-136.136586,58.223049],[-136.102935,58.221625],[-136.070953,58.211412],[-135.982289,58.167629],[-135.965321,58.164008],[-135.957834,58.172105],[-135.959543,58.196926],[-135.955881,58.20425],[-135.944203,58.216783],[-135.922841,58.23192],[-135.813547,58.274359],[-135.785064,58.276068],[-135.75886,58.268622],[-135.714996,58.229722]]],[[[-136.059997,58.267785],[-136.111953,58.258534],[-136.137573,58.265089],[-136.143689,58.285366],[-136.106984,58.303409],[-136.045053,58.318596],[-136.027939,58.294969],[-136.059997,58.267785]]],[[[-152.864858,58.33515],[-152.858266,58.334866],[-152.846059,58.337592],[-152.842152,58.336249],[-152.84142,58.334133],[-152.842844,58.332994],[-152.845408,58.333441],[-152.842885,58.332587],[-152.827382,58.32982],[-152.824045,58.32685],[-152.819325,58.321112],[-152.81074,58.316352],[-152.799875,58.316596],[-152.795481,58.312201],[-152.788442,58.297919],[-152.782419,58.288642],[-152.793813,58.287421],[-152.79544,58.287746],[-152.802154,58.288764],[-152.81135,58.290351],[-152.849355,58.301337],[-152.902699,58.307685],[-152.919057,58.315375],[-152.930613,58.328559],[-152.924672,58.338324],[-152.906239,58.34219],[-152.889597,58.341254],[-152.864858,58.33515]]],[[[-134.381256,58.271389],[-134.279368,58.220649],[-134.258412,58.196275],[-134.470326,58.225816],[-134.512278,58.223049],[-134.53539,58.224107],[-134.578033,58.234687],[-134.597279,58.23725],[-134.620473,58.246405],[-134.650787,58.267727],[-134.674957,58.291815],[-134.67984,58.309272],[-134.662831,58.319648],[-134.621083,58.323228],[-134.604115,58.329779],[-134.58434,58.340969],[-134.563344,58.34455],[-134.481842,58.333482],[-134.446278,58.315131],[-134.381256,58.271389]]],[[[-135.543345,58.334832],[-135.592222,58.327751],[-135.670623,58.3309],[-135.718503,58.346144],[-135.71423,58.370478],[-135.654904,58.379797],[-135.568898,58.373151],[-135.543345,58.334832]]],[[[-134.917063,58.373521],[-134.90392,58.371487],[-134.888173,58.371772],[-134.874745,58.367621],[-134.85733,58.354967],[-134.832183,58.344184],[-134.809438,58.330634],[-134.799631,58.309272],[-134.796051,58.298651],[-134.787668,58.292141],[-134.777577,58.287299],[-134.76891,58.281684],[-134.738149,58.244696],[-134.726877,58.235175],[-134.718332,58.229722],[-134.711293,58.22309],[-134.70401,58.209947],[-134.696156,58.174018],[-134.693186,58.168402],[-134.604156,58.171047],[-134.56135,58.178656],[-134.556386,58.18065],[-134.551259,58.181789],[-134.474355,58.182034],[-134.444651,58.177395],[-134.390736,58.155341],[-134.361399,58.147895],[-134.331614,58.148139],[-134.186391,58.168402],[-134.176991,58.16352],[-134.167063,58.152045],[-134.160756,58.138495],[-134.16218,58.127387],[-134.169993,58.12344],[-134.180816,58.123725],[-134.203765,58.127387],[-134.190541,58.115668],[-134.175852,58.106879],[-134.169342,58.077786],[-134.09024,58.026068],[-134.086415,57.997707],[-134.029368,57.963853],[-134.002309,57.939358],[-133.979563,57.877834],[-133.952219,57.844794],[-133.918568,57.81684],[-133.888417,57.798407],[-133.89273,57.789496],[-133.895009,57.779486],[-133.895579,57.768988],[-133.894643,57.758043],[-133.891428,57.746527],[-133.882802,57.729967],[-133.880971,57.719916],[-133.87914,57.693183],[-133.872629,57.673814],[-133.860015,57.658026],[-133.803944,57.610012],[-133.789296,57.588853],[-133.802805,57.579291],[-133.826161,57.585924],[-133.842152,57.602118],[-133.856313,57.622382],[-133.874176,57.641425],[-133.962961,57.692328],[-133.966217,57.703559],[-133.980702,57.715399],[-133.984039,57.726467],[-133.985463,57.738105],[-133.989125,57.745795],[-133.993764,57.753323],[-133.99828,57.764309],[-134.01061,57.806586],[-134.023793,57.820502],[-134.068837,57.83161],[-134.088043,57.845893],[-134.104075,57.863756],[-134.114369,57.880316],[-134.131093,57.937201],[-134.141672,57.956732],[-134.159332,57.976549],[-134.182118,57.995429],[-134.231068,58.02497],[-134.231068,58.031195],[-134.211293,58.026842],[-134.190826,58.016059],[-134.155344,57.99022],[-134.172678,58.013739],[-134.199615,58.040717],[-134.230092,58.062934],[-134.258046,58.07217],[-134.272084,58.073188],[-134.281239,58.076361],[-134.288197,58.081855],[-134.295644,58.08983],[-134.306752,58.09809],[-134.310129,58.093411],[-134.307932,58.08454],[-134.302398,58.079576],[-134.289133,58.073879],[-134.276438,58.059638],[-134.267242,58.041815],[-134.264556,58.02497],[-134.290842,58.035956],[-134.304189,58.03913],[-134.319203,58.038642],[-134.319203,58.031195],[-134.261627,58.009019],[-134.238108,57.992825],[-134.224233,57.969713],[-134.243967,57.970038],[-134.263539,57.975898],[-134.299387,57.993964],[-134.31664,57.996649],[-134.312245,57.979438],[-134.292551,57.946194],[-134.28893,57.935533],[-134.274078,57.906155],[-134.272043,57.887844],[-134.277821,57.86994],[-134.286285,57.852118],[-134.289174,57.836656],[-134.278228,57.825751],[-134.25178,57.85692],[-134.20873,57.839911],[-134.056996,57.695868],[-134.047109,57.683336],[-134.052846,57.672919],[-134.08023,57.661933],[-134.065541,57.650295],[-134.011138,57.653795],[-133.987416,57.644761],[-133.968495,57.632799],[-133.951405,57.627875],[-133.937856,57.618557],[-133.929433,57.592963],[-133.929433,57.555487],[-133.926178,57.54442],[-133.899322,57.506496],[-133.854237,57.47602],[-133.839996,57.462633],[-133.860707,57.456366],[-133.872182,57.466946],[-133.880442,57.482164],[-133.891591,57.489936],[-133.90095,57.490668],[-133.90685,57.491767],[-133.912831,57.492011],[-133.922597,57.489936],[-133.91808,57.485907],[-133.918121,57.475775],[-133.922922,57.468451],[-133.932485,57.472846],[-133.964223,57.482164],[-134.039866,57.495307],[-134.05602,57.500149],[-134.072825,57.511054],[-134.076324,57.508368],[-134.086415,57.497463],[-134.066965,57.487982],[-134.05663,57.484524],[-134.045481,57.4831],[-134.045481,57.476264],[-134.100697,57.476264],[-134.066274,57.461371],[-134.012359,57.458482],[-133.97704,57.449205],[-133.99828,57.415473],[-133.979604,57.413275],[-133.941274,57.425035],[-133.919504,57.428534],[-133.914459,57.431098],[-133.903798,57.435126],[-133.893219,57.435004],[-133.888417,57.425116],[-133.886545,57.422593],[-133.878733,57.405341],[-133.877553,57.40119],[-133.870513,57.392646],[-133.864491,57.373928],[-133.86498,57.355129],[-133.877553,57.346584],[-133.901723,57.343329],[-133.915598,57.334784],[-133.93932,57.308661],[-133.958079,57.303697],[-133.982411,57.308498],[-134.052317,57.339789],[-134.059926,57.346747],[-134.06314,57.353664],[-134.067942,57.356838],[-134.08023,57.352769],[-134.078928,57.346625],[-134.075022,57.335395],[-134.077138,57.326077],[-134.093902,57.325507],[-134.099599,57.329413],[-134.102895,57.344672],[-134.107533,57.352769],[-134.119537,57.363267],[-134.13683,57.375312],[-134.156565,57.384711],[-134.175852,57.3876],[-134.142242,57.350165],[-134.131825,57.327216],[-134.149159,57.311835],[-134.142323,57.304511],[-134.134877,57.298163],[-134.117299,57.30622],[-134.10143,57.300238],[-134.072825,57.277655],[-134.084788,57.256415],[-134.099477,57.25609],[-134.114491,57.263373],[-134.127431,57.264635],[-134.135081,57.253974],[-134.147125,57.216864],[-134.155344,57.201972],[-134.167388,57.191555],[-134.182037,57.183417],[-134.198842,57.17772],[-134.217397,57.174628],[-134.226471,57.176418],[-134.235992,57.180569],[-134.245595,57.182563],[-134.254954,57.178046],[-134.261464,57.173],[-134.285715,57.161038],[-134.27009,57.141913],[-134.284779,57.135932],[-134.31017,57.135647],[-134.32665,57.133694],[-134.323557,57.129828],[-134.319203,57.120063],[-134.331451,57.120795],[-134.340932,57.123358],[-134.361399,57.133694],[-134.364573,57.122992],[-134.369944,57.115058],[-134.377756,57.109565],[-134.388092,57.106391],[-134.380686,57.10102],[-134.372304,57.09691],[-134.363352,57.094062],[-134.353993,57.092719],[-134.353993,57.086493],[-134.404408,57.067939],[-134.437367,57.06094],[-134.468617,57.03913],[-134.484934,57.031236],[-134.50182,57.028957],[-134.556304,57.031236],[-134.574615,57.02912],[-134.614613,57.010199],[-134.598459,57.049506],[-134.5985,57.069973],[-134.622914,57.110826],[-134.612864,57.127183],[-134.594106,57.141099],[-134.579905,57.154771],[-134.614369,57.175279],[-134.624908,57.184882],[-134.631581,57.195787],[-134.635569,57.210761],[-134.63329,57.224189],[-134.62149,57.229926],[-134.557688,57.215644],[-134.525543,57.215766],[-134.50475,57.236721],[-134.539703,57.239936],[-134.556711,57.244696],[-134.569976,57.253811],[-134.580474,57.264635],[-134.58316,57.269355],[-134.566884,57.284491],[-134.543568,57.301093],[-134.51651,57.309149],[-134.457021,57.311835],[-134.463775,57.319525],[-134.489247,57.336005],[-134.497955,57.339789],[-134.529897,57.339789],[-134.546051,57.342475],[-134.559397,57.352769],[-134.553822,57.363023],[-134.56017,57.386176],[-134.556304,57.397773],[-134.542104,57.403388],[-134.522125,57.403144],[-134.508209,57.395982],[-134.512278,57.380764],[-134.402415,57.360256],[-134.341664,57.335354],[-134.312978,57.332343],[-134.321034,57.344875],[-134.335439,57.354193],[-134.367584,57.367092],[-134.367584,57.373928],[-134.35143,57.37523],[-134.334788,57.378852],[-134.319163,57.385077],[-134.306142,57.394355],[-134.340972,57.39704],[-134.422027,57.38524],[-134.463857,57.394355],[-134.472727,57.400702],[-134.497955,57.428534],[-134.533681,57.457709],[-134.535512,57.462633],[-134.548899,57.468085],[-134.562734,57.480048],[-134.569163,57.492011],[-134.560048,57.497463],[-134.551096,57.496243],[-134.532582,57.491116],[-134.52184,57.489936],[-134.512359,57.492133],[-134.495961,57.501451],[-134.473256,57.506781],[-134.441721,57.520941],[-134.40453,57.526435],[-134.353993,57.544582],[-134.378,57.552965],[-134.488149,57.532701],[-134.541127,57.511054],[-134.566884,57.511054],[-134.579742,57.523017],[-134.604563,57.563666],[-134.618031,57.572496],[-134.638743,57.579983],[-134.653554,57.598212],[-134.663482,57.620795],[-134.66926,57.641425],[-134.673655,57.672431],[-134.676666,57.682359],[-134.700063,57.706936],[-134.70401,57.71308],[-134.716054,57.745795],[-134.713979,57.750637],[-134.708079,57.755845],[-134.702707,57.768012],[-134.696604,57.792222],[-134.698883,57.812486],[-134.714101,57.855902],[-134.721262,57.897366],[-134.75121,57.956732],[-134.762196,57.972154],[-134.761952,57.980048],[-134.75121,57.99022],[-134.766591,58.005805],[-134.78482,58.019721],[-134.800038,58.035224],[-134.806467,58.055406],[-134.797475,58.071763],[-134.756337,58.094672],[-134.744985,58.113186],[-134.746327,58.124335],[-134.751088,58.135972],[-134.756174,58.144924],[-134.758656,58.147895],[-134.753041,58.160834],[-134.743764,58.167182],[-134.735178,58.171576],[-134.731313,58.1789],[-134.736155,58.188666],[-134.747141,58.186469],[-134.76891,58.175849],[-134.774973,58.171291],[-134.77477,58.160305],[-134.772532,58.146877],[-134.772328,58.134833],[-134.783681,58.1105],[-134.797841,58.112779],[-134.829986,58.151597],[-134.84317,58.172268],[-134.850209,58.179348],[-134.873769,58.184963],[-134.891469,58.192084],[-134.907623,58.201239],[-134.915679,58.209947],[-134.907948,58.230658],[-134.889638,58.245592],[-134.883616,58.254706],[-134.912587,58.257758],[-134.931874,58.263617],[-134.944895,58.278632],[-134.95287,58.298489],[-134.969146,58.363227],[-134.97057,58.385565],[-134.961008,58.404853],[-134.94929,58.409491],[-134.936635,58.405422],[-134.926625,58.395982],[-134.922515,58.384711],[-134.917063,58.373521]]],[[[-152.606801,58.468451],[-152.603464,58.456366],[-152.581654,58.46662],[-152.555491,58.467963],[-152.499827,58.463202],[-152.506174,58.449408],[-152.521433,58.428534],[-152.527089,58.414781],[-152.493764,58.414049],[-152.478871,58.410102],[-152.465647,58.401109],[-152.481313,58.388983],[-152.48469,58.37344],[-152.476877,58.361477],[-152.458852,58.360175],[-152.449086,58.366034],[-152.444569,58.372748],[-152.438669,58.376695],[-152.424672,58.373765],[-152.414906,58.369615],[-152.405588,58.363227],[-152.401601,58.354438],[-152.419667,58.322943],[-152.398549,58.329047],[-152.375111,58.344957],[-152.379994,58.353949],[-152.373484,58.36164],[-152.363759,58.379381],[-152.3579,58.399604],[-152.363271,58.414781],[-152.349355,58.421129],[-152.323435,58.414211],[-152.311757,58.418524],[-152.298818,58.426337],[-152.286448,58.425767],[-152.260203,58.414781],[-152.263254,58.410875],[-152.264516,58.407782],[-152.26537,58.404731],[-152.267039,58.401109],[-152.24592,58.394965],[-152.260569,58.388983],[-152.267039,58.388129],[-152.256785,58.372016],[-152.236073,58.360053],[-152.211903,58.353502],[-152.191274,58.353949],[-152.151682,58.385932],[-152.140736,58.392035],[-152.116811,58.401109],[-152.107655,58.389594],[-152.091868,58.380683],[-152.083201,58.373521],[-152.095082,58.367621],[-152.136098,58.302965],[-152.154164,58.261542],[-152.143544,58.233832],[-152.131947,58.237982],[-152.12092,58.255439],[-152.11266,58.277493],[-152.109364,58.295315],[-152.099924,58.311916],[-152.080759,58.316555],[-152.065623,58.306342],[-152.06843,58.278266],[-152.051625,58.28913],[-152.031321,58.306708],[-152.01415,58.326361],[-152.006947,58.343085],[-152.000803,58.351874],[-151.98705,58.348375],[-151.973012,58.339748],[-151.966013,58.332831],[-151.965891,58.320746],[-151.971181,58.309882],[-151.985829,58.291897],[-151.968821,58.284125],[-151.980906,58.253974],[-151.972239,58.23725],[-151.993031,58.225165],[-152.031361,58.209662],[-152.047922,58.196275],[-152.047068,58.19538],[-152.048411,58.189602],[-152.051137,58.182034],[-152.054799,58.175849],[-152.057485,58.173529],[-152.116811,58.147895],[-152.129994,58.166164],[-152.196401,58.185981],[-152.219228,58.203111],[-152.232655,58.246772],[-152.246165,58.268256],[-152.260203,58.257758],[-152.269032,58.263577],[-152.27656,58.264228],[-152.282664,58.259833],[-152.287546,58.250922],[-152.304392,58.257554],[-152.316477,58.249172],[-152.324534,58.2331],[-152.329091,58.216783],[-152.309682,58.214911],[-152.296742,58.207099],[-152.294626,58.197333],[-152.308054,58.189439],[-152.32433,58.190863],[-152.353831,58.205308],[-152.370066,58.203111],[-152.363881,58.193427],[-152.354319,58.189032],[-152.342356,58.1883],[-152.329091,58.189439],[-152.335317,58.173082],[-152.331125,58.165025],[-152.308054,58.155341],[-152.282541,58.138739],[-152.273874,58.134833],[-152.286855,58.130683],[-152.309519,58.135199],[-152.318837,58.13109],[-152.33727,58.110541],[-152.342763,58.106879],[-152.349233,58.109768],[-152.360422,58.124091],[-152.36974,58.127387],[-152.398427,58.124945],[-152.410715,58.125678],[-152.424387,58.13109],[-152.455068,58.137356],[-152.489369,58.128363],[-152.522165,58.109605],[-152.548207,58.086412],[-152.558176,58.100287],[-152.562245,58.111965],[-152.562937,58.178778],[-152.560902,58.196234],[-152.555043,58.209947],[-152.57665,58.206692],[-152.588246,58.197333],[-152.593495,58.182318],[-152.598622,58.144843],[-152.603139,58.132636],[-152.611887,58.12051],[-152.627065,58.103461],[-152.632395,58.094713],[-152.633616,58.08747],[-152.635935,58.080308],[-152.644399,58.07217],[-152.653676,58.069525],[-152.679555,58.066799],[-152.708079,58.052069],[-152.733266,58.053371],[-152.755849,58.063381],[-152.767323,58.079576],[-152.775014,58.0633],[-152.765818,58.022854],[-152.777537,58.0008],[-152.804921,57.991523],[-152.926829,58.014879],[-153.014353,58.045478],[-153.036814,58.058987],[-153.058298,58.078599],[-153.066355,58.097113],[-153.048451,58.106879],[-153.081166,58.111029],[-153.12682,58.108466],[-153.16747,58.111151],[-153.185048,58.13109],[-153.229604,58.168891],[-153.229563,58.182563],[-153.188466,58.219875],[-153.161814,58.21955],[-153.028025,58.196275],[-153.023508,58.192043],[-153.014231,58.178656],[-153.01061,58.175849],[-153.00239,58.178046],[-153.000437,58.182847],[-152.999216,58.187649],[-152.993235,58.189439],[-152.97175,58.185126],[-152.92866,58.170233],[-152.9051,58.168402],[-152.9051,58.175849],[-153.006907,58.213365],[-153.012929,58.222154],[-153.027048,58.229804],[-153.04308,58.235256],[-153.071034,58.240139],[-153.085072,58.24787],[-153.109934,58.271389],[-153.059153,58.298814],[-153.041697,58.305569],[-153.01948,58.307278],[-152.989573,58.304511],[-152.960886,58.298041],[-152.942006,58.28852],[-152.902333,58.279853],[-152.846547,58.287909],[-152.803009,58.28852],[-152.795359,58.287258],[-152.793284,58.286811],[-152.767323,58.257758],[-152.75182,58.27265],[-152.753529,58.285386],[-152.762156,58.298977],[-152.767323,58.316107],[-152.769114,58.332017],[-152.774851,58.337063],[-152.78539,58.341132],[-152.801462,58.353949],[-152.790476,58.353095],[-152.779775,58.353461],[-152.769765,58.355658],[-152.760487,58.360175],[-152.785105,58.370836],[-152.86738,58.394355],[-152.883372,58.408596],[-152.861887,58.41413],[-152.817372,58.413153],[-152.773508,58.417711],[-152.753651,58.439643],[-152.74767,58.451565],[-152.734242,58.454047],[-152.720286,58.45185],[-152.712717,58.44953],[-152.701894,58.442043],[-152.697499,58.434556],[-152.692983,58.432115],[-152.68163,58.439643],[-152.674143,58.450832],[-152.670603,58.463528],[-152.664784,58.475287],[-152.650624,58.483629],[-152.632924,58.484605],[-152.617421,58.478746],[-152.606801,58.468451]]],[[[-152.483022,58.480536],[-152.502024,58.473456],[-152.526438,58.476549],[-152.630605,58.50788],[-152.644399,58.518459],[-152.63915,58.528957],[-152.643015,58.537299],[-152.652455,58.54328],[-152.664296,58.546373],[-152.591868,58.555243],[-152.581736,58.562486],[-152.572621,58.580227],[-152.551218,58.590522],[-152.507273,58.600328],[-152.496653,58.604967],[-152.472524,58.620836],[-152.453684,58.62816],[-152.434641,58.628323],[-152.411082,58.631537],[-152.389841,58.636949],[-152.369578,58.638088],[-152.348988,58.628323],[-152.350819,58.620429],[-152.350209,58.613186],[-152.347483,58.606513],[-152.342763,58.600328],[-152.370351,58.575263],[-152.374867,58.563788],[-152.363271,58.551947],[-152.456044,58.502875],[-152.483022,58.480536]]],[[[-160.268046,58.638146],[-160.27718,58.636693],[-160.271297,58.651765],[-160.277877,58.665234],[-160.294265,58.671121],[-160.31626,58.683487],[-160.314158,58.689765],[-160.314158,58.698228],[-160.307632,58.705193],[-160.301547,58.708952],[-160.310747,58.715857],[-160.301242,58.729354],[-160.278066,58.718573],[-160.275988,58.704521],[-160.277449,58.691039],[-160.275867,58.679436],[-160.258738,58.678616],[-160.248158,58.67178],[-160.243845,58.662665],[-160.252449,58.651211],[-160.268046,58.638146]]],[[[-160.417185,58.681789],[-160.426137,58.680365],[-160.433095,58.684638],[-160.435536,58.691148],[-160.423695,58.724026],[-160.415354,58.738349],[-160.405998,58.751282],[-160.391469,58.737698],[-160.384592,58.730862],[-160.381947,58.72663],[-160.381459,58.721259],[-160.384226,58.710761],[-160.393015,58.699652],[-160.405344,58.689399],[-160.417185,58.681789]]],[[[-160.824212,58.654635],[-160.845092,58.634062],[-160.860571,58.614707],[-160.868468,58.592082],[-160.897858,58.570343],[-160.936059,58.559006],[-160.966253,58.549508],[-161.018938,58.558916],[-161.040548,58.558061],[-161.053562,58.550874],[-161.074126,58.546924],[-161.085979,58.553326],[-161.076547,58.572176],[-161.080416,58.580437],[-161.090067,58.589851],[-161.075424,58.600748],[-161.077818,58.611016],[-161.079486,58.629784],[-161.110178,58.651272],[-161.140311,58.668944],[-161.171903,58.690754],[-161.162095,58.690535],[-161.07803,58.639275],[-161.06371,58.676726],[-161.061676,58.700505],[-161.043844,58.702134],[-161.00521,58.716887],[-160.973087,58.731787],[-160.947643,58.737648],[-160.909537,58.745583],[-160.858243,58.747365],[-160.833858,58.756264],[-160.8094,58.765188],[-160.787577,58.77351],[-160.767008,58.775717],[-160.739151,58.797885],[-160.71225,58.804016],[-160.704106,58.813349],[-160.687786,58.818724],[-160.685924,58.810839],[-160.699523,58.792789],[-160.721064,58.767111],[-160.77263,58.716292],[-160.800903,58.679914],[-160.824212,58.654635]]],[[[-152.013051,58.945299],[-152.013132,58.939846],[-152.042511,58.929755],[-152.050771,58.922716],[-152.055165,58.914293],[-152.065094,58.911282],[-152.074656,58.914293],[-152.075144,58.919664],[-152.07018,58.92654],[-152.063791,58.932481],[-152.061838,58.938096],[-152.062489,58.942776],[-152.060455,58.944403],[-152.047271,58.944241],[-152.04483,58.946397],[-152.041819,58.951565],[-152.035227,58.951687],[-152.013051,58.945299]]],[[[-152.273386,58.959418],[-152.253123,58.956692],[-152.157786,58.956692],[-152.157948,58.952338],[-152.159291,58.949286],[-152.164011,58.94302],[-152.176951,58.939114],[-152.200551,58.943101],[-152.212392,58.94302],[-152.221628,58.938544],[-152.239817,58.925279],[-152.249664,58.922512],[-152.249705,58.922512],[-152.334218,58.911933],[-152.363271,58.915717],[-152.363271,58.922512],[-152.340159,58.924791],[-152.327219,58.935045],[-152.323801,58.951117],[-152.329091,58.970893],[-152.309071,58.970404],[-152.273386,58.959418]]],[[[-151.646924,59.103936],[-151.66256,59.09819],[-151.67836,59.099919],[-151.699838,59.097939],[-151.713647,59.105835],[-151.721582,59.121897],[-151.708514,59.13072],[-151.687859,59.129656],[-151.670166,59.11808],[-151.64372,59.115749],[-151.646924,59.103936]]],[[[-151.428281,59.117302],[-151.438933,59.107286],[-151.459556,59.109014],[-151.481584,59.118188],[-151.508501,59.128566],[-151.500251,59.137327],[-151.465133,59.138191],[-151.448127,59.13644],[-151.433561,59.135292],[-151.438209,59.127182],[-151.428281,59.117302]]],[[[-151.788782,59.153053],[-151.800758,59.138893],[-151.853312,59.144766],[-151.89319,59.144364],[-151.888676,59.157183],[-151.858987,59.163867],[-151.816822,59.170664],[-151.788782,59.153053]]],[[[-150.699941,59.31391],[-150.731638,59.31151],[-150.76183,59.316799],[-150.779856,59.334052],[-150.746205,59.357856],[-150.723582,59.366034],[-150.714955,59.376858],[-150.704172,59.395453],[-150.681996,59.405178],[-150.653798,59.407213],[-150.626902,59.399848],[-150.608591,59.381171],[-150.6551,59.332994],[-150.67748,59.31977],[-150.699941,59.31391]]],[[[-153.405873,59.338568],[-153.498891,59.325426],[-153.524526,59.330268],[-153.535105,59.337226],[-153.545115,59.338935],[-153.552683,59.343085],[-153.555613,59.357611],[-153.55016,59.366889],[-153.538157,59.377102],[-153.525339,59.38524],[-153.517771,59.388617],[-153.504465,59.39175],[-153.476755,59.405422],[-153.46345,59.408515],[-153.397939,59.408515],[-153.357411,59.378119],[-153.354604,59.36518],[-153.37682,59.347724],[-153.405873,59.338568]]],[[[-146.340688,59.411444],[-146.358551,59.410102],[-146.358632,59.422431],[-146.323598,59.452135],[-146.3131,59.455756],[-146.308217,59.447089],[-146.322418,59.425849],[-146.340688,59.411444]]],[[[-150.302195,59.449164],[-150.3037,59.430487],[-150.314402,59.422187],[-150.321278,59.422349],[-150.325307,59.427476],[-150.328196,59.433539],[-150.33141,59.436428],[-150.338328,59.435248],[-150.34911,59.430243],[-150.355336,59.429633],[-150.379099,59.431383],[-150.385569,59.428656],[-150.396921,59.422187],[-150.415354,59.407131],[-150.426991,59.401679],[-150.443471,59.402289],[-150.423695,59.435981],[-150.410512,59.446275],[-150.334828,59.456977],[-150.306508,59.46426],[-150.294626,59.464586],[-150.293894,59.456977],[-150.302195,59.449164]]],[[[-144.578847,59.817776],[-144.605295,59.813178],[-144.552358,59.873236],[-144.533844,59.882066],[-144.509348,59.888983],[-144.442006,59.937323],[-144.392974,59.95661],[-144.341786,59.984524],[-144.308095,59.988756],[-144.245758,60.007554],[-144.208608,60.011786],[-144.213287,60.002265],[-144.220815,59.995795],[-144.230621,59.992377],[-144.242177,59.99136],[-144.377105,59.932359],[-144.403717,59.927191],[-144.41218,59.920356],[-144.418935,59.911526],[-144.427724,59.902533],[-144.554596,59.827094],[-144.578847,59.817776]]],[[[-147.995025,60.03266],[-148.081166,59.971666],[-148.112904,59.960842],[-148.142161,59.946723],[-148.155955,59.943549],[-148.244985,59.943549],[-148.229115,59.949368],[-148.196238,59.953355],[-148.182322,59.964057],[-148.189158,59.963446],[-148.203318,59.964342],[-148.210194,59.964057],[-148.205515,59.969468],[-148.203359,59.972846],[-148.199574,59.975246],[-148.189768,59.977688],[-148.189768,59.984524],[-148.197987,59.983954],[-148.214955,59.985053],[-148.223256,59.984524],[-148.223256,59.99136],[-148.202992,59.995551],[-148.186838,59.99315],[-148.172841,59.985663],[-148.159373,59.97427],[-148.144846,59.972398],[-148.106068,59.992092],[-148.078196,60.001044],[-148.032094,60.025458],[-148.026072,60.030829],[-148.02009,60.037787],[-148.013417,60.043931],[-148.005035,60.046576],[-147.993072,60.044582],[-147.990468,60.039496],[-147.995025,60.03266]]],[[[-147.98176,59.959052],[-148.035715,59.952582],[-148.046376,59.957099],[-148.035512,59.97427],[-148.007517,59.996243],[-147.947255,60.029039],[-147.891754,60.069037],[-147.876576,60.076361],[-147.861399,60.080756],[-147.846588,60.081244],[-147.829701,60.077867],[-147.819976,60.068915],[-147.82665,60.052802],[-147.843251,60.030463],[-147.867502,60.008857],[-147.895172,59.990424],[-147.938588,59.97191],[-147.98176,59.959052]]],[[[-147.953114,60.129462],[-147.953236,60.121649],[-147.914784,60.125474],[-147.899037,60.121975],[-147.881256,60.107367],[-147.896474,60.095608],[-147.918365,60.086005],[-147.963775,60.07392],[-148.019154,60.074652],[-148.044423,60.070299],[-148.059397,60.052802],[-148.050852,60.054267],[-148.032094,60.052802],[-148.093332,60.017768],[-148.124867,60.004136],[-148.141306,60.011786],[-148.133127,60.031073],[-148.109568,60.056301],[-148.080556,60.078192],[-148.0454,60.091783],[-148.018259,60.110582],[-148.001332,60.114814],[-147.998606,60.121161],[-147.975657,60.147895],[-147.970041,60.152737],[-147.966461,60.156562],[-147.959218,60.144965],[-147.953114,60.129462]]],[[[-152.558217,60.108344],[-152.580149,60.107245],[-152.611155,60.131049],[-152.628285,60.148627],[-152.635691,60.157945],[-152.638132,60.167304],[-152.632395,60.174791],[-152.620473,60.179267],[-152.604604,60.178616],[-152.586171,60.172065],[-152.569447,60.158759],[-152.563181,60.14997],[-152.558298,60.134996],[-152.558217,60.108344]]],[[[-148.081248,60.134996],[-148.087351,60.118232],[-148.090403,60.100246],[-148.099233,60.083482],[-148.11323,60.071234],[-148.131703,60.066474],[-148.137318,60.063544],[-148.159332,60.043158],[-148.159373,60.043158],[-148.168813,60.037746],[-148.258616,60.023139],[-148.286,60.023993],[-148.313832,60.032294],[-148.287343,60.04267],[-148.21996,60.039781],[-148.189768,60.046576],[-148.213246,60.054267],[-148.299631,60.052802],[-148.299631,60.060248],[-148.271189,60.067206],[-148.21581,60.073676],[-148.189768,60.087551],[-148.26301,60.08869],[-148.285959,60.094387],[-148.27123,60.102973],[-148.140818,60.147895],[-148.118723,60.150295],[-148.114003,60.129096],[-148.101511,60.135688],[-148.088083,60.146715],[-148.077463,60.15998],[-148.069325,60.186957],[-148.060618,60.195136],[-148.049998,60.195705],[-148.040964,60.186591],[-148.051707,60.168931],[-148.081248,60.134996]]],[[[-147.472727,60.22956],[-147.491811,60.228827],[-147.494862,60.237128],[-147.492258,60.25259],[-147.500966,60.258368],[-147.493886,60.263129],[-147.467844,60.266669],[-147.450063,60.272284],[-147.444569,60.273098],[-147.438954,60.273342],[-147.366038,60.299018],[-147.360422,60.300727],[-147.349233,60.301703],[-147.343414,60.298733],[-147.343861,60.285102],[-147.347808,60.273586],[-147.370269,60.262844],[-147.472727,60.22956]]],[[[-147.114166,60.356676],[-147.120269,60.347602],[-147.011057,60.347602],[-147.026519,60.330756],[-147.107249,60.2862],[-147.0808,60.280341],[-146.922271,60.313463],[-146.922271,60.306627],[-146.9287,60.304836],[-146.933013,60.301418],[-146.937001,60.297187],[-146.942128,60.292955],[-146.97057,60.259182],[-147.010487,60.23371],[-147.233795,60.133124],[-147.328196,60.070258],[-147.371083,60.028876],[-147.376617,60.01553],[-147.369496,60.006781],[-147.358795,59.999661],[-147.353668,59.99136],[-147.367014,59.972846],[-147.427235,59.97663],[-147.452992,59.967475],[-147.483551,59.946967],[-147.487416,59.943549],[-147.490305,59.939195],[-147.478668,59.929755],[-147.456125,59.915595],[-147.453603,59.895901],[-147.468251,59.876776],[-147.49234,59.861802],[-147.518788,59.854193],[-147.601145,59.866767],[-147.643707,59.862616],[-147.668772,59.819281],[-147.684234,59.817084],[-147.716786,59.820014],[-147.800608,59.80329],[-147.84024,59.786526],[-147.86144,59.782457],[-147.878774,59.783149],[-147.915395,59.79267],[-147.915395,59.799547],[-147.898793,59.810207],[-147.894439,59.833808],[-147.886138,59.857611],[-147.857655,59.868476],[-147.825429,59.870795],[-147.793772,59.877753],[-147.763905,59.888495],[-147.737213,59.902533],[-147.760121,59.90766],[-147.790679,59.910956],[-147.804921,59.920356],[-147.778798,59.943549],[-147.752431,59.953843],[-147.695709,59.962144],[-147.668935,59.970893],[-147.674306,59.980292],[-147.682525,59.987047],[-147.703114,59.997504],[-147.680979,60.008734],[-147.533111,60.05858],[-147.515045,60.070136],[-147.424631,60.111233],[-147.380198,60.139594],[-147.387807,60.162665],[-147.374094,60.170559],[-147.342152,60.179755],[-147.329742,60.187201],[-147.303822,60.226874],[-147.295644,60.232164],[-147.285878,60.231024],[-147.265533,60.225898],[-147.254709,60.224677],[-147.246693,60.226874],[-147.228831,60.236233],[-147.201161,60.242174],[-147.197011,60.251207],[-147.20287,60.26911],[-147.203847,60.274644],[-147.206044,60.281562],[-147.208363,60.286566],[-147.209625,60.2862],[-147.20759,60.294989],[-147.204254,60.297919],[-147.200266,60.300116],[-147.196034,60.306627],[-147.191762,60.310248],[-147.184682,60.313544],[-147.178049,60.31859],[-147.175526,60.327094],[-147.179921,60.332017],[-147.198476,60.338935],[-147.20287,60.341376],[-147.189605,60.362209],[-147.155141,60.376451],[-147.115549,60.381659],[-147.086781,60.375556],[-147.106516,60.363918],[-147.114166,60.356676]]],[[[-148.014109,60.308336],[-148.018422,60.299791],[-148.042226,60.286566],[-148.073313,60.285142],[-148.104441,60.292873],[-148.128285,60.306627],[-148.135121,60.299791],[-148.127065,60.334947],[-148.075632,60.369371],[-148.014394,60.387926],[-147.977447,60.375556],[-147.983062,60.366441],[-148.00475,60.344468],[-148.006215,60.335639],[-148.014109,60.308336]]],[[[-145.1197,60.324408],[-145.12328,60.311754],[-145.136586,60.306627],[-145.145904,60.308905],[-145.163197,60.318671],[-145.181956,60.31977],[-145.20226,60.314643],[-145.211985,60.313463],[-145.233469,60.317328],[-145.261871,60.332668],[-145.284291,60.33393],[-145.284291,60.341376],[-145.174428,60.382392],[-145.119781,60.409817],[-145.095082,60.416327],[-145.092519,60.402167],[-145.099233,60.388861],[-145.114125,60.36994],[-145.119781,60.355048],[-145.1197,60.324408]]],[[[-166.102732,60.391995],[-166.092152,60.374661],[-166.080149,60.35932],[-166.061838,60.347602],[-166.067942,60.344672],[-166.070627,60.34162],[-166.072377,60.33808],[-166.07551,60.33393],[-166.051747,60.327948],[-165.98823,60.320624],[-165.921254,60.327094],[-165.897206,60.344428],[-165.88679,60.347602],[-165.810496,60.345893],[-165.787546,60.341376],[-165.779286,60.336982],[-165.766469,60.324652],[-165.760203,60.32095],[-165.745554,60.319037],[-165.718455,60.319525],[-165.705556,60.313463],[-165.726064,60.306627],[-165.684438,60.299791],[-165.68696,60.292873],[-165.688547,60.289984],[-165.691884,60.2862],[-165.679189,60.27851],[-165.685414,60.266832],[-165.700876,60.25609],[-165.71581,60.25141],[-165.71821,60.245551],[-165.705515,60.232367],[-165.678293,60.211086],[-165.721262,60.181586],[-165.7329,60.176337],[-165.72468,60.163886],[-165.711374,60.15705],[-165.695139,60.154731],[-165.678293,60.155829],[-165.682973,60.151068],[-165.687571,60.145209],[-165.691884,60.142157],[-165.691884,60.135321],[-165.682851,60.133857],[-165.679514,60.131822],[-165.677195,60.12816],[-165.671457,60.121649],[-165.681223,60.106757],[-165.693715,60.093207],[-165.726064,60.066474],[-165.691396,60.067776],[-165.677195,60.063178],[-165.666208,60.038764],[-165.653513,60.032904],[-165.623036,60.025458],[-165.63093,60.014797],[-165.636423,60.00967],[-165.643503,60.00495],[-165.643503,59.997504],[-165.628855,59.992906],[-165.613393,59.975653],[-165.602528,59.970893],[-165.588857,59.972602],[-165.557851,59.983059],[-165.541086,59.984524],[-165.553822,59.976508],[-165.567576,59.97012],[-165.578318,59.962551],[-165.582102,59.950995],[-165.569081,59.950995],[-165.559804,59.949408],[-165.554758,59.943549],[-165.554921,59.934638],[-165.558665,59.929633],[-165.564646,59.925523],[-165.571482,59.919338],[-165.598622,59.909654],[-165.69225,59.902981],[-165.71581,59.905992],[-165.727488,59.915758],[-165.742258,59.924221],[-165.754832,59.925116],[-165.760203,59.912543],[-165.771067,59.906968],[-165.864939,59.882758],[-165.883778,59.881008],[-165.927805,59.882066],[-165.944325,59.887437],[-165.958567,59.897528],[-165.973866,59.90351],[-165.993601,59.896308],[-165.963694,59.887885],[-165.979115,59.876166],[-166.010121,59.866645],[-166.027089,59.864691],[-166.040395,59.857611],[-166.12267,59.841132],[-166.132517,59.858222],[-166.187815,59.86225],[-166.246693,59.853909],[-166.267283,59.833686],[-166.259592,59.832709],[-166.215769,59.820014],[-166.157419,59.82746],[-166.134226,59.822333],[-166.112742,59.810858],[-166.094675,59.7956],[-166.081736,59.779039],[-166.104237,59.765855],[-166.144114,59.757961],[-166.182078,59.756293],[-166.199045,59.761664],[-166.205881,59.777899],[-166.222768,59.794745],[-166.244008,59.807847],[-166.275136,59.816352],[-166.298411,59.830512],[-166.311716,59.833686],[-166.329945,59.834906],[-166.406443,59.854804],[-166.438588,59.858222],[-166.470652,59.856635],[-166.500071,59.847968],[-166.506296,59.860175],[-166.521108,59.861029],[-166.555287,59.854193],[-166.613352,59.856391],[-166.630442,59.861029],[-166.670766,59.885443],[-166.685007,59.888902],[-166.726633,59.892401],[-166.748606,59.89761],[-166.787831,59.921129],[-167.020823,59.99136],[-167.000966,60.002346],[-166.99352,60.00495],[-167.011464,60.012274],[-167.028269,60.008938],[-167.044789,60.001654],[-167.062367,59.997504],[-167.060129,60.004584],[-167.06074,60.008124],[-167.062123,60.011868],[-167.062367,60.019273],[-167.074941,60.010077],[-167.079335,60.003404],[-167.08552,59.999213],[-167.103383,59.997504],[-167.121938,60.000718],[-167.152943,60.015815],[-167.167917,60.019273],[-167.189809,60.027777],[-167.21699,60.047756],[-167.241078,60.070502],[-167.254221,60.087551],[-167.260976,60.087551],[-167.267893,60.070299],[-167.286082,60.065497],[-167.306956,60.070014],[-167.321848,60.080756],[-167.321034,60.084377],[-167.321848,60.11107],[-167.32372,60.120998],[-167.328725,60.128607],[-167.343577,60.142157],[-167.436147,60.19538],[-167.45283,60.217231],[-167.436472,60.212063],[-167.421091,60.211737],[-167.342885,60.22427],[-167.332712,60.228461],[-167.321116,60.235419],[-167.304921,60.238837],[-167.288075,60.238715],[-167.274363,60.235297],[-167.258982,60.22956],[-167.246897,60.228258],[-167.158152,60.234524],[-166.873972,60.210639],[-166.820424,60.217597],[-166.794871,60.258857],[-166.797922,60.266832],[-166.804392,60.270738],[-166.80781,60.275458],[-166.801707,60.2862],[-166.792307,60.292304],[-166.760854,60.304429],[-166.721303,60.311103],[-166.667673,60.327704],[-166.636586,60.327094],[-166.59789,60.315131],[-166.577707,60.315253],[-166.568959,60.330512],[-166.566518,60.350491],[-166.558949,60.359442],[-166.459218,60.387152],[-166.421986,60.384345],[-166.390207,60.361274],[-166.394643,60.358222],[-166.399037,60.35224],[-166.403879,60.347602],[-166.379832,60.348944],[-166.308217,60.382392],[-166.185374,60.402167],[-166.189076,60.385647],[-166.173411,60.379381],[-166.15156,60.381171],[-166.136952,60.388577],[-166.134714,60.401557],[-166.140859,60.415595],[-166.157419,60.436957],[-166.131296,60.431464],[-166.119008,60.426215],[-166.108998,60.41649],[-166.116444,60.409654],[-166.102732,60.391995]]],[[[-146.541575,60.468573],[-146.544911,60.464911],[-146.445627,60.464911],[-146.423248,60.467922],[-146.401723,60.473334],[-146.379018,60.47606],[-146.353098,60.471137],[-146.36205,60.453803],[-146.361643,60.426215],[-146.36677,60.409654],[-146.323557,60.410712],[-146.238393,60.431627],[-146.151357,60.438788],[-146.129628,60.436225],[-146.120351,60.427069],[-146.12975,60.422838],[-146.174224,60.409491],[-146.188629,60.402167],[-146.093658,60.410346],[-146.078765,60.402167],[-146.085683,60.402655],[-146.090647,60.400621],[-146.094879,60.397895],[-146.099843,60.395982],[-146.183217,60.384223],[-146.188629,60.382392],[-146.192698,60.377346],[-146.193959,60.370754],[-146.194203,60.364651],[-146.195465,60.361274],[-146.223988,60.351386],[-146.251617,60.350287],[-146.305043,60.355048],[-146.333608,60.35224],[-146.493276,60.303778],[-146.553944,60.261217],[-146.578521,60.249905],[-146.600168,60.245185],[-146.621246,60.248684],[-146.64859,60.25788],[-146.67219,60.270941],[-146.682037,60.2862],[-146.655629,60.306789],[-146.490305,60.361274],[-146.504791,60.370429],[-146.567698,60.363227],[-146.593332,60.368109],[-146.57901,60.375556],[-146.59911,60.375474],[-146.615956,60.37108],[-146.647939,60.355048],[-146.61384,60.355048],[-146.655588,60.340644],[-146.700551,60.354804],[-146.722646,60.386217],[-146.695709,60.423326],[-146.660308,60.430162],[-146.654775,60.433905],[-146.652089,60.442206],[-146.645863,60.451646],[-146.634348,60.464911],[-146.61266,60.478095],[-146.588124,60.484036],[-146.530629,60.485419],[-146.530629,60.477973],[-146.536122,60.47484],[-146.539174,60.471829],[-146.541575,60.468573]]],[[[-147.68928,60.50373],[-147.682607,60.471137],[-147.658437,60.479967],[-147.645253,60.4831],[-147.634511,60.481676],[-147.627187,60.474433],[-147.62857,60.466986],[-147.634755,60.460883],[-147.641672,60.457465],[-147.641672,60.450629],[-147.633778,60.448635],[-147.614369,60.436957],[-147.629058,60.426174],[-147.634185,60.423326],[-147.662424,60.42121],[-147.710927,60.401801],[-147.737213,60.395982],[-147.715443,60.383287],[-147.693512,60.384711],[-147.671254,60.391791],[-147.648508,60.395982],[-147.625356,60.389594],[-147.631012,60.374823],[-147.66218,60.347602],[-147.694732,60.302802],[-147.738759,60.259833],[-147.738759,60.249986],[-147.710561,60.25141],[-147.723704,60.221381],[-147.741282,60.19359],[-147.765614,60.174384],[-147.798695,60.170111],[-147.796213,60.188056],[-147.811431,60.189358],[-147.8308,60.186916],[-147.84024,60.193671],[-147.79247,60.238349],[-147.798695,60.245185],[-147.822499,60.232367],[-147.851715,60.227932],[-147.881907,60.230455],[-147.908559,60.238349],[-147.90331,60.252875],[-147.895985,60.260321],[-147.867584,60.272528],[-147.877756,60.278266],[-147.898997,60.286933],[-147.908559,60.292955],[-147.870473,60.292426],[-147.822825,60.29914],[-147.780385,60.314846],[-147.757721,60.341376],[-147.784535,60.339179],[-147.83373,60.329413],[-147.860748,60.327094],[-147.872711,60.328925],[-147.874989,60.333401],[-147.870107,60.339057],[-147.860748,60.344468],[-147.847808,60.346422],[-147.820627,60.34276],[-147.806142,60.347602],[-147.846181,60.366278],[-147.860585,60.377387],[-147.847076,60.382392],[-147.820302,60.382799],[-147.80134,60.385891],[-147.786285,60.393988],[-147.771392,60.409654],[-147.785878,60.410549],[-147.821197,60.399482],[-147.84024,60.395982],[-147.812489,60.446234],[-147.792795,60.471747],[-147.771392,60.485419],[-147.772532,60.453925],[-147.776682,60.441718],[-147.785715,60.430813],[-147.72997,60.441392],[-147.710113,60.452582],[-147.72053,60.474555],[-147.723785,60.492906],[-147.70816,60.506781],[-147.68928,60.50373]]],[[[-152.038564,60.350409],[-152.061594,60.347602],[-152.072825,60.349758],[-152.083811,60.354438],[-152.08967,60.359117],[-152.08552,60.361274],[-152.03779,60.365709],[-152.027455,60.368109],[-152.021596,60.376207],[-152.021718,60.385321],[-152.023061,60.394273],[-152.020619,60.402167],[-152.011952,60.408189],[-151.990224,60.419094],[-151.985829,60.427069],[-151.98054,60.440416],[-151.971059,60.452094],[-151.967478,60.465806],[-151.979685,60.485419],[-151.953196,60.50849],[-151.943064,60.511623],[-151.921335,60.512112],[-151.904164,60.510565],[-151.884023,60.505683],[-151.8662,60.497301],[-151.85615,60.485419],[-151.869781,60.485419],[-151.869822,60.485419],[-151.879709,60.477362],[-151.89155,60.457709],[-151.897084,60.450629],[-151.908803,60.44359],[-151.918691,60.441311],[-151.929758,60.440253],[-151.944936,60.436957],[-151.96349,60.426174],[-151.978627,60.408271],[-151.982167,60.389472],[-151.966013,60.375556],[-152.038564,60.350409]]],[[[-172.53364,60.391506],[-172.503367,60.388577],[-172.410756,60.401679],[-172.379832,60.395982],[-172.297312,60.351345],[-172.297312,60.351304],[-172.284535,60.342597],[-172.225779,60.323635],[-172.208567,60.313463],[-172.22289,60.313707],[-172.263173,60.306627],[-172.278879,60.309801],[-172.303212,60.323961],[-172.366526,60.344468],[-172.385365,60.347602],[-172.424753,60.342475],[-172.474436,60.34984],[-172.508046,60.342963],[-172.540883,60.332506],[-172.57197,60.327094],[-172.599965,60.32982],[-172.625722,60.336982],[-172.674672,60.35814],[-172.686228,60.36164],[-172.71113,60.364936],[-172.722483,60.368109],[-172.735178,60.375474],[-172.751576,60.392768],[-172.763417,60.402167],[-172.783315,60.41234],[-173.004221,60.49018],[-173.057607,60.49844],[-173.043772,60.50434],[-173.03779,60.505845],[-173.041086,60.517157],[-173.04247,60.527574],[-173.041575,60.537299],[-173.03779,60.54682],[-173.036733,60.553778],[-173.038157,60.56037],[-173.037668,60.565375],[-173.030955,60.567328],[-173.021555,60.568101],[-173.013743,60.570136],[-173.003,60.574164],[-172.952341,60.600979],[-172.925038,60.606676],[-172.914255,60.587836],[-172.926625,60.572821],[-172.921457,60.549628],[-172.906687,60.528266],[-172.89037,60.518948],[-172.876414,60.513495],[-172.811838,60.477973],[-172.53364,60.391506]]],[[[-146.096913,60.479682],[-146.29426,60.454779],[-146.332631,60.464911],[-146.317942,60.493842],[-146.305735,60.510159],[-146.286448,60.51732],[-146.120107,60.519477],[-146.093088,60.525784],[-146.100209,60.528632],[-146.120351,60.539374],[-146.034088,60.558295],[-145.949045,60.567328],[-145.949045,60.574164],[-145.956614,60.577053],[-145.961659,60.580512],[-145.969553,60.587836],[-145.858754,60.595608],[-145.805735,60.606187],[-145.757232,60.62873],[-145.749827,60.621324],[-145.77009,60.610419],[-145.77774,60.608303],[-145.758412,60.601874],[-145.749827,60.601467],[-145.756581,60.593207],[-145.76415,60.587104],[-145.773101,60.582953],[-145.783925,60.58039],[-145.871734,60.543891],[-145.913686,60.536811],[-145.962717,60.518948],[-146.014638,60.508938],[-146.0631,60.488267],[-146.096913,60.479682]]],[[[-173.052968,60.623928],[-173.05842,60.621283],[-173.068715,60.624213],[-173.104237,60.644843],[-173.113596,60.653022],[-173.111399,60.664211],[-173.093699,60.679836],[-173.071726,60.686225],[-173.062449,60.678534],[-173.062123,60.669623],[-173.060414,60.659166],[-173.062327,60.647895],[-173.06432,60.642524],[-173.054189,60.630561],[-173.052968,60.623928]]],[[[-147.406606,60.696275],[-147.385162,60.672553],[-147.374338,60.664862],[-147.364247,60.666327],[-147.352935,60.673774],[-147.338979,60.679348],[-147.324696,60.682807],[-147.312734,60.684027],[-147.325022,60.657172],[-147.339711,60.645575],[-147.359731,60.644477],[-147.387807,60.649237],[-147.402943,60.648383],[-147.44929,60.638129],[-147.477162,60.635647],[-147.461049,60.648342],[-147.454945,60.654934],[-147.449859,60.662909],[-147.474029,60.661119],[-147.49767,60.656684],[-147.487213,60.661282],[-147.449859,60.669745],[-147.448476,60.680976],[-147.455393,60.687812],[-147.466379,60.690823],[-147.477162,60.690172],[-147.466298,60.698065],[-147.428782,60.711371],[-147.420562,60.707099],[-147.413075,60.702053],[-147.406606,60.696275]]],[[[-147.936838,60.728827],[-147.929067,60.718166],[-147.925364,60.731879],[-147.919504,60.741645],[-147.90982,60.744818],[-147.881256,60.731513],[-147.865468,60.72012],[-147.852447,60.706732],[-147.847076,60.693996],[-147.857533,60.687201],[-147.922231,60.684027],[-147.923248,60.680854],[-147.924672,60.674221],[-147.928334,60.667141],[-147.935902,60.662909],[-147.941518,60.665107],[-147.966908,60.680325],[-148.012196,60.725002],[-147.994618,60.73135],[-147.978831,60.725979],[-147.963979,60.71662],[-147.949534,60.711371],[-147.965484,60.733832],[-147.96935,60.746649],[-147.960357,60.752346],[-147.94933,60.748725],[-147.942494,60.739976],[-147.936838,60.728827]]],[[[-148.107777,60.662909],[-148.124745,60.650539],[-148.140492,60.648668],[-148.155141,60.653998],[-148.168609,60.662909],[-148.16865,60.662909],[-148.194529,60.681464],[-148.222239,60.706122],[-148.230092,60.729722],[-148.196604,60.744818],[-148.211659,60.756049],[-148.21703,60.759101],[-148.158681,60.764716],[-148.141306,60.759101],[-148.124094,60.751125],[-148.111155,60.738105],[-148.110056,60.725328],[-148.128285,60.718166],[-148.128285,60.711371],[-148.108022,60.709703],[-148.098744,60.696845],[-148.099192,60.679145],[-148.107777,60.662909]]],[[[-146.734711,60.81452],[-146.76558,60.801956],[-146.796809,60.805939],[-146.811255,60.818283],[-146.820306,60.841694],[-146.80643,60.854186],[-146.77531,60.857095],[-146.761376,60.868211],[-146.76162,60.87925],[-146.738741,60.871071],[-146.712851,60.853252],[-146.704063,60.839486],[-146.718009,60.828393],[-146.734711,60.81452]]],[[[-147.136586,60.908271],[-147.135894,60.901313],[-147.127065,60.90233],[-147.119211,60.905666],[-147.1197,60.898139],[-147.131947,60.887681],[-147.158193,60.875474],[-147.152699,60.873521],[-147.131581,60.877997],[-147.121653,60.881781],[-147.112294,60.884426],[-147.107818,60.887356],[-147.102203,60.897691],[-147.097076,60.899644],[-147.094146,60.897935],[-147.078236,60.892768],[-147.07665,60.886908],[-147.08316,60.878485],[-147.104115,60.866156],[-147.139638,60.855618],[-147.166249,60.854926],[-147.182688,60.858222],[-147.190297,60.862982],[-147.185374,60.869452],[-147.182851,60.875718],[-147.189443,60.877509],[-147.20995,60.87641],[-147.216379,60.877102],[-147.221995,60.875434],[-147.219594,60.871405],[-147.229644,60.867825],[-147.253774,60.868109],[-147.310536,60.874457],[-147.318918,60.877265],[-147.318715,60.879625],[-147.310414,60.880805],[-147.303456,60.882717],[-147.298736,60.886623],[-147.29011,60.889309],[-147.277415,60.888129],[-147.266103,60.889228],[-147.256215,60.896674],[-147.246653,60.901801],[-147.233144,60.90469],[-147.226918,60.906806],[-147.21524,60.907294],[-147.212717,60.902045],[-147.217519,60.89468],[-147.21467,60.892483],[-147.205556,60.899075],[-147.194407,60.904242],[-147.180979,60.903144],[-147.175852,60.89997],[-147.180043,60.896633],[-147.177642,60.894355],[-147.16804,60.892524],[-147.142323,60.909166],[-147.136586,60.908271]]],[[[-148.032094,60.930406],[-147.967641,60.905585],[-147.9405,60.88581],[-147.943267,60.861558],[-147.919342,60.838324],[-147.912343,60.825426],[-147.915395,60.813137],[-147.929189,60.806342],[-147.942983,60.812201],[-147.955922,60.822211],[-147.966908,60.827379],[-148.008494,60.796332],[-148.023793,60.791205],[-148.08731,60.800116],[-148.087351,60.800116],[-148.116038,60.797553],[-148.127146,60.800605],[-148.135121,60.813137],[-148.13683,60.826361],[-148.134226,60.836819],[-148.130238,60.846625],[-148.128285,60.8581],[-148.111399,60.877509],[-148.081492,60.892035],[-148.069895,60.904242],[-148.107777,60.916815],[-148.107777,60.923],[-148.089467,60.922431],[-148.032094,60.930406]]],[[[-150.227528,61.127183],[-150.265248,61.12344],[-150.276438,61.127387],[-150.259999,61.133124],[-150.245229,61.146064],[-150.23176,61.162909],[-150.224355,61.170396],[-150.210846,61.173041],[-150.184519,61.174262],[-150.177724,61.161363],[-150.196238,61.141303],[-150.227528,61.127183]]],[[[-165.94697,62.025702],[-165.944407,62.017971],[-165.947825,62.015937],[-165.956492,62.020087],[-165.96349,62.021796],[-165.96821,62.020697],[-165.973948,62.018744],[-165.98054,62.015611],[-165.985707,62.015367],[-165.989247,62.017971],[-165.99828,62.0185],[-166.009836,62.022935],[-166.008738,62.037258],[-165.995595,62.054267],[-165.9829,62.065904],[-165.972117,62.07217],[-165.966054,62.07038],[-165.971669,62.059516],[-165.976186,62.044582],[-165.961985,62.032904],[-165.948923,62.029527],[-165.94697,62.025702]]],[[[-164.567006,63.046291],[-164.583933,63.04206],[-164.59968,63.042792],[-164.611806,63.046698],[-164.611562,63.055894],[-164.596425,63.063218],[-164.586903,63.064439],[-164.577219,63.063218],[-164.563303,63.05622],[-164.567006,63.046291]]],[[[-169.782053,63.043402],[-169.777089,63.035061],[-169.855702,63.08869],[-169.880808,63.109565],[-169.931874,63.139146],[-169.927235,63.138699],[-169.868845,63.106147],[-169.809967,63.064643],[-169.790028,63.051663],[-169.782053,63.043402]]],[[[-169.508127,63.373358],[-169.440943,63.36354],[-169.489329,63.367825],[-169.512318,63.373765],[-169.529001,63.383368],[-169.508127,63.373358]]],[[[-170.381825,63.301418],[-170.296213,63.239407],[-170.36913,63.290595],[-170.449656,63.3251],[-170.707834,63.395209],[-170.485463,63.344672],[-170.381825,63.301418]]],[[[-171.029246,63.438666],[-170.784047,63.408515],[-170.975209,63.43122],[-171.058542,63.430121],[-171.072895,63.437326],[-171.029246,63.438666]]],[[[-171.07079,63.602484],[-171.0749,63.60224],[-171.089996,63.603909],[-171.07079,63.602484]]],[[[-171.144032,63.611762],[-171.090037,63.603909],[-171.157656,63.609737],[-171.144032,63.611762]]],[[[-162.382436,63.622992],[-162.34081,63.602484],[-162.341664,63.597073],[-162.34435,63.593695],[-162.348744,63.591498],[-162.354482,63.589423],[-162.358022,63.586615],[-162.360341,63.583889],[-162.363108,63.582099],[-162.368113,63.581977],[-162.349436,63.560492],[-162.347646,63.554755],[-162.359364,63.54621],[-162.373036,63.54975],[-162.384145,63.557766],[-162.38801,63.562201],[-162.498158,63.548529],[-162.614858,63.548529],[-162.626943,63.550686],[-162.648915,63.560004],[-162.678171,63.563666],[-162.7176,63.575181],[-162.676503,63.611518],[-162.666086,63.616767],[-162.633412,63.622626],[-162.621409,63.622992],[-162.610422,63.619208],[-162.602528,63.613715],[-162.593943,63.611233],[-162.580434,63.616767],[-162.584421,63.628485],[-162.556467,63.629828],[-162.482167,63.621894],[-162.461659,63.623684],[-162.443959,63.629462],[-162.436391,63.640326],[-162.42809,63.642157],[-162.409047,63.63935],[-162.374949,63.630439],[-162.382436,63.622992]]],[[[-171.672597,63.796332],[-171.65217,63.790432],[-171.635732,63.777289],[-171.625722,63.760728],[-171.636464,63.754096],[-171.64509,63.741848],[-171.649159,63.726874],[-171.646189,63.712348],[-171.633901,63.700385],[-171.616322,63.693549],[-171.446523,63.658637],[-171.407216,63.64411],[-171.429311,63.644517],[-171.468251,63.655015],[-171.489125,63.657701],[-171.504343,63.653266],[-171.530222,63.631293],[-171.543772,63.622992],[-171.543772,63.616767],[-171.529368,63.621649],[-171.518544,63.619696],[-171.508412,63.614651],[-171.495961,63.609931],[-171.487172,63.608954],[-171.343129,63.615302],[-171.310414,63.622992],[-171.325388,63.629706],[-171.342966,63.631659],[-171.379262,63.630439],[-171.379262,63.636664],[-171.159291,63.609809],[-171.164174,63.607733],[-171.168406,63.604885],[-171.171702,63.600898],[-171.173818,63.595649],[-171.125722,63.595649],[-171.112375,63.593492],[-171.09675,63.584174],[-171.087595,63.581977],[-170.975209,63.589423],[-170.977528,63.586127],[-170.977976,63.585028],[-170.978831,63.584296],[-170.982655,63.581977],[-170.93696,63.571682],[-170.888743,63.585395],[-170.840037,63.606106],[-170.773508,63.62051],[-170.721995,63.650865],[-170.662587,63.672512],[-170.64623,63.685045],[-170.624623,63.6706],[-170.595896,63.669664],[-170.496571,63.7001],[-170.470408,63.704088],[-170.440785,63.705512],[-170.428293,63.703437],[-170.401926,63.693996],[-170.389272,63.69184],[-170.337758,63.699286],[-170.310048,63.698676],[-170.297353,63.695543],[-170.276357,63.680854],[-170.266428,63.67768],[-170.25536,63.675686],[-170.241567,63.671373],[-170.188181,63.639106],[-170.167104,63.630439],[-170.110951,63.623196],[-170.082468,63.61518],[-170.067006,63.594143],[-170.052968,63.579413],[-170.049794,63.571479],[-170.052073,63.560614],[-170.055369,63.555406],[-170.054148,63.551581],[-170.042958,63.544745],[-170.038564,63.531928],[-170.053212,63.515774],[-170.073232,63.499335],[-170.084543,63.485826],[-170.068918,63.49136],[-170.051218,63.49372],[-169.953684,63.488715],[-169.891062,63.467353],[-169.847646,63.458075],[-169.755564,63.452338],[-169.774241,63.448188],[-169.820668,63.449449],[-169.843699,63.444892],[-169.782216,63.43537],[-169.657338,63.439643],[-169.597279,63.424384],[-169.579905,63.410793],[-169.565623,63.379055],[-169.549509,63.362942],[-169.521555,63.352973],[-169.481068,63.347398],[-169.440663,63.348049],[-169.412953,63.356676],[-169.424265,63.360663],[-169.436147,63.363227],[-169.325551,63.363105],[-169.291493,63.35932],[-169.262156,63.34927],[-169.205922,63.307318],[-169.186716,63.301459],[-169.123972,63.300605],[-169.092519,63.306057],[-169.070302,63.321357],[-169.102854,63.332709],[-169.143259,63.339057],[-169.22114,63.342475],[-169.22114,63.34927],[-169.070302,63.342475],[-169.007639,63.34927],[-168.992421,63.346869],[-168.961497,63.337144],[-168.715199,63.311957],[-168.686106,63.301459],[-168.699696,63.2956],[-168.727528,63.28734],[-168.740712,63.280992],[-168.717112,63.260891],[-168.728871,63.233832],[-168.775502,63.191596],[-168.811838,63.170111],[-168.850819,63.162828],[-168.951609,63.166002],[-169.002919,63.174302],[-169.018503,63.181342],[-169.039255,63.188056],[-169.28364,63.17829],[-169.331003,63.164944],[-169.287913,63.179836],[-169.26537,63.183539],[-169.187123,63.187445],[-169.15925,63.193752],[-169.144846,63.205878],[-169.287343,63.193305],[-169.351145,63.176215],[-169.412953,63.150702],[-169.399281,63.143215],[-169.399281,63.136949],[-169.415964,63.130357],[-169.445668,63.113186],[-169.504872,63.101142],[-169.526479,63.091376],[-169.535837,63.078599],[-169.54186,63.072089],[-169.569447,63.051947],[-169.577463,63.040758],[-169.578236,63.02265],[-169.571156,63.011379],[-169.542673,62.993598],[-169.559397,62.986518],[-169.597524,62.983873],[-169.614695,62.976223],[-169.63683,62.955797],[-169.649403,62.948432],[-169.666208,62.945217],[-169.709218,62.961493],[-169.73176,62.965888],[-169.755564,62.965644],[-169.747182,62.979885],[-169.746816,62.992174],[-169.75239,63.003241],[-169.76179,63.014106],[-169.737986,63.015937],[-169.716176,63.024848],[-169.705312,63.040188],[-169.714589,63.061265],[-169.722117,63.064765],[-169.742991,63.067206],[-169.75182,63.071845],[-169.776072,63.096015],[-169.817454,63.126776],[-169.866933,63.144477],[-169.97468,63.164944],[-169.97468,63.157457],[-170.024607,63.17064],[-170.039866,63.181342],[-170.049265,63.185207],[-170.071401,63.184394],[-170.0808,63.188178],[-170.084706,63.19477],[-170.08495,63.200426],[-170.086537,63.204413],[-170.094472,63.205878],[-170.113393,63.202786],[-170.145701,63.188707],[-170.159657,63.18476],[-170.184316,63.186225],[-170.236033,63.197455],[-170.262034,63.198432],[-170.255727,63.209174],[-170.24474,63.211656],[-170.232249,63.212836],[-170.221059,63.21955],[-170.218373,63.227932],[-170.216013,63.254706],[-170.217641,63.260484],[-170.222971,63.264797],[-170.228261,63.274156],[-170.234975,63.283515],[-170.244985,63.287787],[-170.261342,63.28913],[-170.329823,63.305854],[-170.412343,63.33869],[-170.444325,63.359198],[-170.596425,63.399156],[-170.663035,63.403876],[-170.666453,63.406155],[-170.668324,63.411038],[-170.671132,63.41592],[-170.677317,63.418158],[-170.776357,63.420559],[-170.796457,63.424384],[-170.807078,63.429755],[-170.822499,63.445258],[-170.831248,63.452338],[-170.844675,63.458564],[-170.85615,63.460354],[-171.083852,63.444892],[-171.083119,63.442939],[-171.082021,63.44123],[-171.079172,63.438178],[-171.121897,63.432196],[-171.140736,63.425238],[-171.156443,63.41474],[-171.183705,63.402289],[-171.252797,63.396064],[-171.283681,63.383368],[-171.290517,63.383368],[-171.294871,63.362047],[-171.325144,63.351223],[-171.361033,63.345282],[-171.382395,63.33869],[-171.407948,63.322577],[-171.43932,63.31977],[-171.557444,63.335028],[-171.558949,63.336737],[-171.572581,63.346177],[-171.578562,63.34927],[-171.586415,63.350491],[-171.612375,63.34927],[-171.626047,63.351386],[-171.654368,63.360785],[-171.704823,63.367825],[-171.735585,63.375922],[-171.759145,63.390326],[-171.821238,63.441718],[-171.82787,63.450751],[-171.829457,63.467678],[-171.841786,63.485175],[-171.847279,63.496975],[-171.851145,63.509589],[-171.852895,63.521186],[-171.850575,63.520657],[-171.845774,63.523749],[-171.840932,63.528795],[-171.838572,63.534247],[-171.839548,63.539862],[-171.845448,63.554755],[-171.841379,63.576972],[-171.837026,63.583401],[-171.828074,63.592515],[-171.819692,63.598375],[-171.809641,63.603949],[-171.801137,63.610663],[-171.797597,63.619859],[-171.800282,63.626044],[-171.805531,63.630764],[-171.809397,63.635159],[-171.807851,63.640326],[-171.800486,63.644477],[-171.779775,63.647895],[-171.770334,63.650865],[-171.751658,63.664049],[-171.747874,63.674994],[-171.749949,63.687445],[-171.749216,63.705512],[-171.727732,63.734524],[-171.72057,63.752672],[-171.732493,63.760728],[-171.735422,63.764838],[-171.73884,63.774075],[-171.740834,63.784247],[-171.739329,63.791205],[-171.728017,63.796129],[-171.715525,63.794257],[-171.703806,63.790839],[-171.694569,63.791205],[-171.672597,63.796332]]],[[[-168.048411,64.95893],[-168.078725,64.956855],[-168.09675,64.965399],[-168.087595,64.978827],[-168.065541,64.984849],[-168.035512,64.985297],[-168.027699,64.979926],[-168.02656,64.968085],[-168.048411,64.95893]]],[[[-168.899607,65.747626],[-168.909861,65.739569],[-168.926218,65.739895],[-168.942128,65.74372],[-168.951731,65.75316],[-168.942983,65.764716],[-168.920115,65.768866],[-168.907908,65.768297],[-168.902781,65.761542],[-168.899607,65.747626]]],[[[-167.827219,65.738593],[-167.843332,65.737779],[-167.848704,65.742825],[-167.833567,65.752875],[-167.819407,65.759345],[-167.777008,65.773017],[-167.751169,65.77676],[-167.738271,65.777167],[-167.743398,65.772528],[-167.760447,65.764635],[-167.780019,65.759589],[-167.794057,65.753974],[-167.808949,65.74551],[-167.827219,65.738593]]],[[[-167.662831,65.78205],[-167.659535,65.773017],[-167.639963,65.773424],[-167.695424,65.740912],[-167.71699,65.738227],[-167.73054,65.745673],[-167.723744,65.758124],[-167.719431,65.768948],[-167.718617,65.777818],[-167.703236,65.785386],[-167.670969,65.793687],[-167.670929,65.793728],[-167.566477,65.816636],[-167.556467,65.817369],[-167.572703,65.809231],[-167.647288,65.791327],[-167.662831,65.78205]]],[[[-167.21113,65.912746],[-167.226023,65.909125],[-167.239491,65.909247],[-167.232045,65.917914],[-166.869862,66.036078],[-166.859486,66.03974],[-166.839792,66.043606],[-166.835805,66.041815],[-166.863149,66.027981],[-166.987172,65.983547],[-167.027048,65.974677],[-167.108835,65.948554],[-167.125844,65.939887],[-167.123606,65.939032],[-167.130238,65.936591],[-167.164906,65.931708],[-167.21113,65.912746]]],[[[-166.733144,66.067816],[-166.800526,66.0515],[-166.7954,66.058295],[-166.762766,66.071194],[-166.322214,66.192857],[-166.283518,66.200629],[-166.283477,66.200629],[-166.187082,66.210273],[-166.225413,66.20185],[-166.249867,66.192939],[-166.273183,66.186835],[-166.313547,66.182603],[-166.386545,66.160712],[-166.468861,66.145901],[-166.486521,66.140286],[-166.504709,66.132514],[-166.546702,66.122748],[-166.597035,66.104804],[-166.686635,66.084784],[-166.733144,66.067816]]],[[[-166.127878,66.225816],[-166.14741,66.220364],[-166.156117,66.226264],[-166.14741,66.235419],[-166.127512,66.243801],[-166.088531,66.256171],[-166.053944,66.26203],[-166.041819,66.259996],[-166.047109,66.254828],[-166.103098,66.238837],[-166.127878,66.225816]]],[[[-165.964467,66.264472],[-166.010365,66.257717],[-166.006215,66.266913],[-165.982981,66.281073],[-165.970041,66.286689],[-165.864329,66.316881],[-165.864288,66.316881],[-165.814646,66.326361],[-165.814036,66.322455],[-165.873158,66.300116],[-165.897206,66.294135],[-165.943674,66.271186],[-165.964467,66.264472]]],[[[-165.533762,66.398627],[-165.601389,66.376654],[-165.626332,66.377631],[-165.635487,66.374498],[-165.647654,66.36872],[-165.680531,66.35932],[-165.697743,66.356838],[-165.704579,66.361721],[-165.690867,66.370754],[-165.488718,66.409003],[-165.489695,66.408677],[-165.495188,66.406399],[-165.533762,66.398627]]],[[[-165.42394,66.421332],[-165.488693,66.40901],[-165.484771,66.410305],[-165.448313,66.418769],[-165.42394,66.421332]]],[[[-165.381663,66.425686],[-165.423039,66.421449],[-165.342641,66.436713],[-165.378367,66.4289],[-165.381663,66.425686]]],[[[-165.322703,66.440416],[-165.342628,66.436715],[-165.326405,66.440253],[-165.322703,66.440416]]],[[[-165.262074,66.444281],[-165.32085,66.440582],[-165.042093,66.493518],[-164.763336,66.546454],[-164.752024,66.545478],[-164.745961,66.54092],[-164.758249,66.538031],[-164.77123,66.536607],[-164.777415,66.534491],[-164.783152,66.531928],[-164.795359,66.52912],[-164.831614,66.528551],[-164.84435,66.524726],[-164.850453,66.517646],[-164.857859,66.51142],[-164.862131,66.509019],[-164.866567,66.507025],[-164.882924,66.504828],[-164.929311,66.504828],[-165.062611,66.479682],[-165.123728,66.477932],[-165.140981,66.473822],[-165.181467,66.458564],[-165.262074,66.444281]]],[[[-163.174062,69.5633],[-163.176259,69.482245],[-163.184641,69.511054],[-163.189076,69.539944],[-163.191151,69.546536],[-163.185374,69.610256],[-163.185333,69.610256],[-163.17162,69.657782],[-163.152903,69.67829],[-163.13622,69.682522],[-163.129099,69.681545],[-163.152537,69.668118],[-163.167917,69.638495],[-163.174184,69.604478],[-163.170033,69.577867],[-163.174062,69.5633]]],[[[-141.396637,69.705878],[-141.385121,69.694525],[-141.412913,69.705064],[-141.472564,69.720771],[-141.584218,69.766425],[-141.645416,69.774563],[-141.71345,69.79328],[-141.765736,69.79975],[-141.800282,69.809149],[-141.857981,69.81509],[-141.898427,69.824897],[-141.809234,69.821926],[-141.528635,69.760321],[-141.423085,69.721869],[-141.408803,69.714993],[-141.396637,69.705878]]],[[[-163.095448,69.731391],[-163.129099,69.701972],[-163.055776,69.804511],[-163.030141,69.832913],[-162.999949,69.85578],[-162.841135,69.93476],[-162.877919,69.901679],[-163.01179,69.832343],[-163.042185,69.801581],[-163.095448,69.731391]]],[[[-162.737172,69.978095],[-162.806345,69.948391],[-162.728139,69.998603],[-162.702056,70.02204],[-162.701772,70.022325],[-162.677358,70.044135],[-162.641794,70.065579],[-162.600819,70.082831],[-162.559926,70.092434],[-162.556467,70.090277],[-162.606068,70.069241],[-162.675364,70.029486],[-162.69933,69.999742],[-162.737172,69.978095]]],[[[-162.539133,70.113715],[-162.559926,70.106024],[-162.503285,70.161282],[-162.484527,70.173163],[-162.308542,70.241278],[-162.162709,70.269924],[-162.343739,70.220201],[-162.491038,70.153876],[-162.509877,70.140815],[-162.539133,70.113715]]],[[[-161.888132,70.353949],[-161.551137,70.325995],[-161.837839,70.343411],[-161.912099,70.339911],[-161.977122,70.312161],[-161.96996,70.321234],[-161.943064,70.339586],[-161.888132,70.353949]]],[[[-149.236277,70.55329],[-148.994578,70.492906],[-148.971669,70.493842],[-148.943349,70.50019],[-148.922922,70.501451],[-148.894358,70.496405],[-148.819692,70.469794],[-148.822092,70.468695],[-148.912221,70.488593],[-148.950388,70.486274],[-148.979115,70.480902],[-149.015696,70.484931],[-149.19404,70.536933],[-149.254384,70.5456],[-149.313181,70.544867],[-149.303822,70.547838],[-149.277415,70.55268],[-149.236277,70.55329]]],[[[-156.434804,71.40648],[-156.398264,71.3935],[-156.371653,71.380316],[-156.400136,71.377427],[-156.458485,71.395168],[-156.488352,71.393988],[-156.552113,71.364976],[-156.588816,71.358344],[-156.604441,71.353664],[-156.572214,71.336371],[-156.556467,71.324693],[-156.549794,71.308987],[-156.53425,71.300116],[-156.433705,71.292182],[-156.447336,71.276801],[-156.443308,71.268378],[-156.428415,71.26496],[-156.237009,71.269192],[-156.141062,71.256496],[-156.097361,71.243801],[-156.107859,71.22724],[-156.110951,71.223334],[-156.059193,71.220649],[-156.042714,71.215888],[-156.057932,71.204495],[-156.110951,71.182318],[-156.110951,71.174872],[-156.072336,71.176703],[-156.034128,71.182847],[-155.999338,71.194525],[-155.971018,71.212795],[-155.95991,71.218248],[-155.944895,71.220364],[-155.931711,71.217027],[-155.926015,71.206244],[-155.916005,71.196479],[-155.893137,71.198554],[-155.851511,71.209662],[-155.800893,71.208808],[-155.624745,71.183539],[-155.596791,71.169989],[-155.573435,71.150377],[-155.556101,71.127102],[-155.551503,71.100898],[-155.56664,71.081529],[-155.593739,71.069729],[-155.640004,71.063137],[-155.65392,71.05683],[-155.679921,71.041449],[-155.68928,71.039049],[-155.709096,71.038316],[-155.717152,71.034613],[-155.720652,71.029283],[-155.728017,71.011054],[-155.7447,71.004462],[-155.76537,70.999986],[-155.806508,70.996772],[-155.812937,70.994615],[-155.823354,70.985256],[-155.830759,70.9831],[-156.072092,70.973944],[-156.097361,70.968817],[-156.104726,70.968817],[-156.079213,70.962388],[-156.053171,70.962388],[-156.028635,70.95893],[-156.007924,70.942125],[-156.047231,70.929429],[-156.145009,70.932685],[-156.187327,70.921698],[-156.154286,70.919094],[-156.087229,70.926988],[-156.056345,70.921698],[-156.066355,70.916978],[-156.097361,70.908026],[-156.067942,70.902493],[-156.004832,70.909125],[-155.981272,70.894355],[-155.994862,70.886908],[-155.982249,70.87641],[-155.953196,70.865424],[-155.940297,70.852769],[-155.953684,70.84634],[-155.968617,70.842353],[-155.981191,70.836737],[-155.987498,70.825426],[-155.985789,70.815253],[-155.972768,70.8015],[-155.9676,70.791327],[-155.970937,70.77969],[-155.978261,70.767279],[-155.978098,70.75967],[-155.92394,70.766506],[-155.909047,70.771226],[-155.899363,70.784491],[-155.912831,70.790513],[-155.9228,70.799954],[-155.926218,70.811835],[-155.919789,70.825426],[-155.891428,70.836656],[-155.808909,70.830715],[-155.775828,70.836005],[-155.7506,70.844224],[-155.720408,70.846096],[-155.691233,70.841132],[-155.658762,70.824164],[-155.650828,70.828681],[-155.647043,70.835883],[-155.649159,70.839748],[-155.655141,70.842963],[-155.660227,70.850531],[-155.66393,70.859361],[-155.665964,70.8664],[-155.645579,70.868069],[-155.603139,70.846177],[-155.577138,70.845933],[-155.542429,70.8664],[-155.534617,70.877265],[-155.533193,70.885932],[-155.536204,70.904608],[-155.535715,70.925686],[-155.531077,70.941799],[-155.517893,70.952135],[-155.468088,70.960435],[-155.405873,70.996772],[-155.39033,71.002875],[-155.344431,71.011054],[-155.331899,71.016018],[-155.308583,71.028754],[-155.29601,71.031562],[-155.274973,71.02558],[-155.243723,70.997138],[-155.217152,70.990546],[-155.191721,70.995063],[-155.182078,71.006822],[-155.184885,71.023179],[-155.196726,71.041449],[-155.217152,71.056464],[-155.267323,71.072943],[-155.289174,71.086127],[-155.269236,71.099107],[-155.209665,71.122992],[-155.186147,71.127102],[-155.163075,71.119818],[-155.124013,71.090237],[-155.097401,71.086127],[-155.103139,71.104234],[-155.101633,71.119859],[-155.10497,71.13231],[-155.125315,71.140774],[-155.109324,71.150377],[-155.08967,71.154934],[-155.069692,71.153266],[-155.052683,71.144192],[-155.043202,71.130927],[-155.045644,71.121772],[-155.05248,71.112616],[-155.056467,71.099799],[-155.053049,71.087714],[-155.039784,71.063056],[-155.039377,71.055732],[-155.054433,71.045233],[-155.086741,71.031155],[-155.097401,71.017279],[-155.065012,71.012112],[-155.039011,71.017401],[-155.021718,71.032294],[-155.013539,71.064114],[-155.004587,71.083482],[-155.00182,71.092963],[-155.005442,71.107164],[-155.012807,71.113349],[-155.011098,71.115912],[-154.987538,71.119696],[-154.971669,71.120063],[-154.918935,71.113471],[-154.90685,71.107164],[-154.894276,71.095201],[-154.879587,71.088202],[-154.860911,71.096381],[-154.839955,71.101264],[-154.808176,71.095933],[-154.775258,71.08397],[-154.725819,71.055121],[-154.631215,71.031562],[-154.608144,71.020982],[-154.600168,71.012885],[-154.597117,71.000474],[-154.601999,70.992133],[-154.613271,70.981635],[-154.625844,70.972602],[-154.643259,70.965725],[-154.647206,70.958197],[-154.649159,70.949368],[-154.651723,70.942125],[-154.662465,70.925523],[-154.668202,70.9206],[-154.679677,70.914252],[-154.71288,70.905585],[-154.788686,70.896308],[-154.810007,70.880683],[-154.699818,70.886217],[-154.675974,70.876939],[-154.667714,70.871527],[-154.631215,70.852769],[-154.63032,70.848863],[-154.632151,70.836249],[-154.631215,70.832261],[-154.590281,70.825426],[-154.538808,70.826158],[-154.43517,70.83926],[-154.384226,70.839748],[-154.309071,70.830797],[-154.270823,70.819037],[-154.24767,70.798774],[-154.256703,70.78913],[-154.247874,70.782416],[-154.230336,70.778388],[-154.213572,70.777045],[-154.171742,70.781643],[-154.130971,70.791327],[-154.042104,70.833645],[-153.985341,70.84691],[-153.940134,70.881903],[-153.918691,70.894355],[-153.893544,70.898383],[-153.514027,70.886908],[-153.448964,70.899482],[-153.379832,70.900092],[-153.356801,70.902777],[-153.302439,70.928656],[-153.255686,70.932766],[-153.164866,70.927883],[-153.148793,70.92475],[-153.131174,70.911119],[-153.117055,70.908026],[-153.106882,70.906928],[-153.086741,70.902289],[-153.075795,70.90119],[-153.069529,70.903022],[-153.052683,70.911526],[-153.041697,70.914252],[-152.955678,70.908026],[-152.942698,70.903388],[-152.935251,70.892564],[-152.928538,70.87995],[-152.917551,70.869818],[-152.903147,70.863959],[-152.884592,70.859076],[-152.86559,70.857001],[-152.849843,70.859605],[-152.840647,70.868069],[-152.838206,70.877427],[-152.833079,70.884711],[-152.815745,70.886908],[-152.80781,70.883857],[-152.799021,70.877183],[-152.784413,70.862982],[-152.773793,70.855658],[-152.747019,70.843451],[-152.714915,70.821031],[-152.696889,70.821194],[-152.65746,70.845933],[-152.673085,70.866645],[-152.694081,70.876939],[-152.719106,70.880357],[-152.746816,70.880683],[-152.712514,70.890367],[-152.545847,70.887519],[-152.327504,70.856879],[-152.219228,70.81802],[-152.219228,70.812445],[-152.274159,70.799994],[-152.375478,70.749254],[-152.430898,70.743557],[-152.430898,70.736029],[-152.415232,70.731147],[-152.413401,70.722113],[-152.421335,70.713324],[-152.434641,70.709377],[-152.477773,70.705512],[-152.500844,70.699205],[-152.514109,70.68891],[-152.509145,70.663886],[-152.482167,70.641791],[-152.447947,70.626044],[-152.253407,70.599514],[-152.155222,70.603217],[-152.103831,70.598782],[-152.075266,70.579047],[-152.107533,70.574937],[-152.166737,70.582587],[-152.417348,70.586737],[-152.456736,70.581732],[-152.517201,70.592719],[-152.544993,70.590155],[-152.580556,70.582953],[-152.612742,70.572211],[-152.630116,70.558539],[-152.618031,70.555813],[-152.585764,70.558539],[-152.572621,70.556708],[-152.547312,70.547797],[-152.534535,70.544867],[-152.507558,70.545315],[-152.456166,70.555854],[-151.969106,70.571601],[-151.848704,70.558539],[-151.760365,70.566718],[-151.733266,70.558539],[-151.748769,70.554999],[-151.761464,70.548163],[-151.784169,70.527533],[-151.803212,70.518744],[-151.847646,70.523017],[-151.869822,70.517646],[-151.847849,70.509752],[-151.790395,70.502387],[-151.886301,70.492865],[-151.943308,70.480455],[-151.979685,70.448717],[-151.73644,70.435614],[-151.454172,70.438951],[-151.407826,70.426907],[-151.352488,70.426418],[-151.331654,70.417955],[-151.315867,70.409125],[-151.278757,70.399726],[-151.243601,70.379299],[-151.222279,70.375718],[-151.177113,70.379788],[-151.177113,70.387193],[-151.199045,70.401801],[-151.208811,70.422431],[-151.202952,70.440741],[-151.177724,70.448717],[-150.979115,70.456122],[-150.97289,70.458401],[-150.959096,70.46719],[-150.951161,70.469794],[-150.862416,70.469794],[-150.854929,70.47248],[-150.840891,70.480699],[-150.835072,70.482856],[-150.812489,70.481147],[-150.765696,70.472235],[-150.745107,70.47663],[-150.773793,70.484931],[-150.786122,70.492255],[-150.793528,70.503323],[-150.619089,70.510728],[-150.608998,70.50967],[-150.590077,70.504584],[-150.581248,70.503323],[-150.567372,70.505032],[-150.540232,70.511461],[-150.526601,70.510728],[-150.513132,70.503892],[-150.507029,70.494371],[-150.502268,70.484565],[-150.492502,70.47663],[-150.464101,70.479926],[-150.419993,70.491929],[-150.379384,70.497016],[-150.361521,70.479722],[-150.369089,70.467353],[-150.416737,70.421373],[-150.416737,70.414537],[-150.383778,70.416083],[-150.253041,70.442084],[-150.11913,70.442857],[-149.889719,70.512763],[-149.868642,70.51203],[-149.811635,70.496161],[-149.784617,70.497992],[-149.724721,70.510728],[-149.567087,70.510728],[-149.514353,70.522773],[-149.488515,70.523017],[-149.463979,70.510728],[-149.469594,70.504055],[-149.475819,70.499905],[-149.482981,70.497789],[-149.491322,70.497056],[-149.383778,70.488186],[-149.354115,70.497056],[-149.368398,70.503323],[-149.344472,70.510077],[-149.044504,70.468573],[-149.015859,70.459662],[-148.992299,70.448717],[-148.979441,70.439521],[-148.972157,70.433051],[-148.964548,70.429267],[-148.950673,70.428209],[-148.91747,70.440619],[-148.902903,70.44184],[-148.82551,70.41828],[-148.795847,70.414537],[-148.721018,70.422024],[-148.682444,70.420111],[-148.652781,70.404364],[-148.641062,70.399726],[-148.586985,70.39411],[-148.551381,70.384101],[-148.518178,70.369208],[-148.50414,70.356391],[-148.500966,70.339911],[-148.51183,70.318345],[-148.381418,70.312486],[-148.340566,70.318345],[-148.257395,70.354478],[-148.223256,70.35932],[-148.150746,70.356431],[-148.118967,70.348334],[-148.064809,70.318834],[-148.05309,70.314683],[-148.03893,70.312161],[-148.023183,70.313178],[-148.008534,70.31684],[-147.993723,70.318101],[-147.977447,70.312161],[-147.984283,70.304674],[-147.962229,70.301418],[-147.888051,70.312161],[-147.865875,70.311225],[-147.842763,70.307522],[-147.819936,70.300686],[-147.798695,70.290432],[-147.806793,70.286363],[-147.811879,70.281887],[-147.819814,70.269924],[-147.810414,70.268052],[-147.801625,70.265286],[-147.793365,70.261461],[-147.785715,70.256903],[-147.794016,70.246039],[-147.798899,70.240912],[-147.806142,70.236477],[-147.782786,70.227932],[-147.679596,70.212226],[-147.416493,70.202297],[-147.236969,70.18122],[-147.231435,70.181789],[-147.221506,70.18773],[-147.217112,70.188666],[-147.211537,70.185858],[-147.200917,70.177395],[-147.196034,70.174954],[-147.123687,70.167548],[-146.880686,70.174954],[-146.87682,70.190172],[-146.848785,70.193427],[-146.741119,70.192328],[-146.433258,70.18244],[-146.23058,70.186021],[-146.082631,70.155666],[-145.983144,70.153876],[-145.967763,70.156928],[-145.940012,70.166164],[-145.928578,70.167548],[-145.88915,70.152411],[-145.87267,70.152818],[-145.880198,70.174954],[-145.840443,70.167426],[-145.77123,70.134101],[-145.713287,70.123196],[-145.654856,70.098578],[-145.613189,70.088813],[-145.59968,70.080756],[-145.613881,70.071357],[-145.597808,70.071357],[-145.587717,70.075263],[-145.572336,70.085598],[-145.558258,70.090481],[-145.547475,70.092353],[-145.520497,70.092434],[-145.500966,70.086005],[-145.471181,70.057807],[-145.455637,70.051459],[-145.42691,70.048163],[-145.36852,70.033637],[-145.339223,70.030341],[-145.215403,70.044013],[-145.215403,70.037177],[-145.236155,70.030707],[-145.301381,69.999661],[-145.274892,69.993069],[-145.15392,70.003079],[-144.941558,69.977973],[-144.886464,69.995266],[-144.871571,69.997992],[-144.825103,69.986477],[-144.706451,69.97602],[-144.590159,69.982815],[-144.564931,69.989407],[-144.509267,70.019965],[-144.386138,70.044013],[-144.18692,70.043606],[-144.15453,70.048407],[-144.14037,70.061347],[-144.129547,70.067694],[-144.105133,70.064399],[-144.079254,70.055365],[-144.064036,70.044013],[-144.069325,70.036282],[-144.071116,70.030463],[-144.069325,70.024604],[-144.064036,70.01675],[-144.068918,70.009914],[-144.070424,70.004055],[-144.071441,69.989407],[-144.057118,69.998481],[-144.043284,70.015123],[-144.023061,70.051459],[-144.047353,70.064765],[-144.0572,70.073432],[-144.064036,70.085598],[-144.017445,70.092597],[-144.002553,70.089016],[-143.982737,70.078803],[-143.975453,70.077867],[-143.962636,70.079088],[-143.954742,70.078803],[-143.93102,70.071031],[-143.918935,70.071357],[-143.913808,70.08218],[-143.905588,70.088609],[-143.886545,70.089179],[-143.851715,70.085598],[-143.824859,70.089301],[-143.770579,70.104438],[-143.742502,70.106024],[-143.694081,70.092434],[-143.674387,70.090399],[-143.576527,70.09394],[-143.564361,70.098578],[-143.560455,70.106879],[-143.563954,70.115953],[-143.564198,70.123358],[-143.550689,70.126614],[-143.545522,70.123033],[-143.526194,70.102362],[-143.510569,70.096666],[-143.358144,70.106147],[-143.354115,70.105618],[-143.352528,70.101874],[-143.316762,70.05565],[-143.297515,70.043402],[-143.276357,70.051459],[-143.289906,70.063137],[-143.30248,70.079413],[-143.307973,70.098049],[-143.300282,70.116645],[-143.277089,70.120998],[-143.235666,70.118232],[-143.166493,70.106024],[-143.154612,70.100084],[-143.144683,70.093695],[-143.133778,70.088365],[-143.118723,70.085598],[-143.036488,70.092434],[-143.023061,70.08983],[-143.013539,70.083482],[-142.998891,70.068264],[-142.98412,70.062934],[-142.963612,70.062649],[-142.942738,70.065985],[-142.92691,70.071357],[-142.933746,70.078803],[-142.879547,70.074042],[-142.650746,70.019029],[-142.600819,70.013129],[-142.596099,70.003892],[-142.611643,69.975735],[-142.597646,69.971503],[-142.581776,69.969916],[-142.566314,69.972235],[-142.553863,69.979438],[-142.538482,69.985012],[-142.518178,69.981879],[-142.481272,69.96955],[-142.491607,69.972561],[-142.502065,69.973538],[-142.512563,69.972561],[-142.522817,69.96955],[-142.496897,69.953843],[-142.437815,69.948961],[-142.412953,69.93476],[-142.418568,69.931464],[-142.421051,69.928209],[-142.42276,69.92475],[-142.426015,69.920478],[-142.39745,69.920966],[-142.384104,69.919338],[-142.371409,69.914252],[-142.377431,69.904934],[-142.376129,69.899156],[-142.369496,69.895453],[-142.343861,69.888495],[-142.333363,69.887763],[-142.32429,69.88524],[-142.293691,69.863105],[-142.270904,69.856024],[-142.10733,69.848944],[-142.049469,69.834866],[-142.042388,69.804389],[-142.015126,69.796291],[-141.988189,69.79267],[-141.963694,69.795722],[-141.94343,69.807807],[-141.920562,69.815375],[-141.891184,69.808824],[-141.837026,69.790758],[-141.65331,69.762152],[-141.573801,69.73017],[-141.524729,69.718085],[-141.50121,69.708808],[-141.48412,69.697577],[-141.440338,69.661078],[-141.412913,69.650377],[-141.291086,69.634019],[-141.267242,69.644517],[-141.246246,69.660956],[-141.220611,69.674058],[-141.248036,69.680894],[-141.267934,69.682115],[-141.291493,69.685858],[-141.316233,69.68773],[-141.316233,69.694525],[-141.015207,69.654202],[-141.006459,69.651272],[-141.005564,69.650946],[-141.005549,69.650941],[-141.005471,69.505164],[-141.005394,69.359385],[-141.005316,69.213606],[-141.00529,69.067827],[-141.005239,68.922047],[-141.005161,68.776268],[-141.005084,68.630489],[-141.005006,68.48471],[-141.004929,68.338982],[-141.004851,68.193203],[-141.004774,68.047424],[-141.004748,67.901645],[-141.004696,67.755814],[-141.004618,67.610086],[-141.004541,67.464281],[-141.004463,67.318476],[-141.004386,67.172723],[-141.004308,67.026918],[-141.004231,66.881138],[-141.004205,66.735411],[-141.004153,66.58958],[-141.004076,66.443775],[-141.003998,66.298022],[-141.003921,66.152268],[-141.003843,66.006515],[-141.003766,65.860736],[-141.003688,65.714956],[-141.003637,65.569177],[-141.003611,65.423372],[-141.003533,65.277567],[-141.003456,65.131788],[-141.003378,64.986009],[-141.003301,64.840229],[-141.003223,64.694502],[-141.003146,64.548671],[-141.003094,64.402892],[-141.003068,64.257113],[-141.002991,64.111282],[-141.002913,63.965502],[-141.002836,63.819775],[-141.002758,63.674099],[-141.002681,63.528268],[-141.002603,63.382489],[-141.002551,63.236658],[-141.002526,63.090879],[-141.002448,62.9451],[-141.002371,62.79932],[-141.002293,62.653593],[-141.002216,62.507762],[-141.002138,62.361983],[-141.002061,62.216229],[-141.002009,62.070373],[-141.001983,61.924619],[-141.001905,61.778866],[-141.001828,61.633087],[-141.00175,61.487333],[-141.001673,61.34158],[-141.001595,61.195827],[-141.001518,61.04997],[-141.00144,60.904216],[-141.001363,60.758411],[-141.001285,60.612684],[-141.001208,60.466879],[-141.001156,60.321074],[-140.994929,60.304382],[-140.979555,60.295804],[-140.909146,60.28366],[-140.768457,60.259269],[-140.660505,60.24051],[-140.533743,60.218548],[-140.518705,60.22387],[-140.506664,60.236324],[-140.475323,60.276477],[-140.462791,60.289138],[-140.447805,60.29446],[-140.424111,60.293168],[-140.32497,60.267537],[-140.169243,60.227229],[-140.01579,60.187387],[-139.967757,60.188369],[-139.916933,60.207851],[-139.826318,60.256478],[-139.728417,60.309033],[-139.679816,60.32681],[-139.628346,60.334096],[-139.517965,60.336732],[-139.413992,60.339212],[-139.262193,60.342778],[-139.101608,60.346602],[-139.079465,60.341021],[-139.06869,60.322056],[-139.073186,60.299835],[-139.113468,60.226816],[-139.149615,60.161187],[-139.183231,60.100157],[-139.182146,60.073389],[-139.112305,60.031376],[-139.060207,60.000059],[-139.051611,59.994892],[-139.003759,59.977219],[-138.842425,59.937686],[-138.742586,59.913192],[-138.704888,59.898464],[-138.697188,59.89371],[-138.692098,59.886888],[-138.654349,59.805498],[-138.63745,59.784052],[-138.59921,59.753822],[-138.488881,59.696357],[-138.363617,59.631142],[-138.219543,59.556004],[-138.067614,59.476991],[-137.91057,59.395187],[-137.758305,59.315915],[-137.611363,59.239331],[-137.594181,59.225275],[-137.582088,59.206568],[-137.5493,59.134531],[-137.521007,59.072364],[-137.484394,58.991904],[-137.507752,58.939969],[-137.50876,58.914906],[-137.486875,58.900075],[-137.453466,58.899145],[-137.423106,58.907723],[-137.338098,58.955472],[-137.2819,58.98715],[-137.172346,59.027148],[-137.062367,59.067572],[-137.047109,59.07331],[-136.942282,59.11107],[-136.840816,59.148174],[-136.785496,59.157217],[-136.671911,59.150809],[-136.613491,59.15422],[-136.569489,59.172152],[-136.484791,59.2538],[-136.483551,59.257469],[-136.466549,59.287803],[-136.467092,59.38449],[-136.467557,59.461643],[-136.415958,59.452238],[-136.36684,59.449551],[-136.319995,59.459059],[-136.275036,59.486448],[-136.244728,59.528202],[-136.258474,59.556107],[-136.29935,59.575745],[-136.350329,59.592384],[-136.2585,59.621582],[-136.145406,59.636826],[-136.02686,59.652846],[-135.923818,59.666747],[-135.830955,59.693257],[-135.641251,59.747362],[-135.482759,59.792475],[-135.465137,59.789685],[-135.404392,59.753305],[-135.345791,59.731032],[-135.259879,59.698218],[-135.221897,59.675273],[-135.192028,59.64711],[-135.157792,59.623287],[-135.106684,59.613158],[-135.087874,59.606544],[-135.032942,59.573109],[-135.018524,59.559363],[-135.016198,59.543447],[-135.01948,59.493166],[-135.023252,59.477146],[-135.037489,59.461591],[-135.078598,59.438337],[-135.095754,59.418855],[-134.993254,59.381906],[-135.00483,59.367127],[-135.014441,59.35152],[-135.016198,59.336173],[-134.979973,59.297415],[-134.95783,59.280982],[-134.932431,59.270647],[-134.839465,59.258141],[-134.74345,59.245119],[-134.70552,59.240106],[-134.692084,59.235249],[-134.68286,59.223001],[-134.671439,59.193752],[-134.66038,59.181298],[-134.610771,59.144556],[-134.582788,59.128847],[-134.556717,59.123059],[-134.509072,59.122801],[-134.477575,59.114946],[-134.451013,59.097893],[-134.398019,59.051952],[-134.387167,59.036863],[-134.385591,59.018828],[-134.399389,58.974954],[-134.343423,58.968857],[-134.329651,58.963017],[-134.320039,58.952682],[-134.32314,58.949168],[-134.330323,58.945344],[-134.333036,58.93413],[-134.327403,58.916457],[-134.316939,58.903796],[-134.22219,58.842714],[-134.108838,58.808246],[-133.983109,58.769902],[-133.87123,58.735899],[-133.831129,58.718019],[-133.796402,58.693421],[-133.700077,58.59937],[-133.626283,58.546402],[-133.547063,58.505577],[-133.463089,58.462221],[-133.392241,58.403878],[-133.43012,58.372097],[-133.41503,58.330549],[-133.374567,58.290965],[-133.257262,58.210298],[-133.165588,58.147305],[-133.142127,58.120588],[-133.094843,58.0331],[-133.075154,58.007882],[-132.99335,57.941917],[-132.917153,57.880499],[-132.83212,57.791564],[-132.70944,57.663303],[-132.629057,57.579277],[-132.552447,57.499075],[-132.455735,57.420992],[-132.362304,57.3457],[-132.304684,57.280355],[-132.230994,57.19682],[-132.276366,57.14889],[-132.34122,57.080393],[-132.16229,57.050317],[-132.031859,57.028406],[-132.107384,56.858753],[-131.871558,56.79346],[-131.865874,56.785708],[-131.872411,56.77297],[-131.882617,56.759146],[-131.887966,56.747958],[-131.886028,56.737055],[-131.880705,56.728838],[-131.864789,56.71349],[-131.838976,56.682278],[-131.830424,56.664759],[-131.826574,56.644606],[-131.832103,56.603368],[-131.825592,56.593343],[-131.799108,56.587658],[-131.692293,56.585074],[-131.585891,56.595048],[-131.560363,56.594066],[-131.536437,56.585229],[-131.491659,56.560166],[-131.345699,56.503271],[-131.215604,56.45255],[-131.100546,56.407669],[-131.016934,56.38705],[-130.839089,56.372452],[-130.760334,56.345192],[-130.645768,56.261942],[-130.602256,56.247059],[-130.495518,56.232434],[-130.47229,56.22489],[-130.458053,56.210653],[-130.427926,56.143964],[-130.418159,56.129702],[-130.403974,56.121898],[-130.290311,56.10097],[-130.243156,56.092391],[-130.211246,56.089962],[-130.116756,56.105646],[-130.094328,56.101486],[-130.071539,56.084123],[-130.039319,56.045521],[-130.026632,56.024101],[-130.01901,56.002216],[-130.014695,55.963252],[-130.016788,55.918913],[-130.019612,55.907978],[-130.019618,55.907952],[-130.022817,55.901353],[-130.049387,55.871405],[-130.104726,55.825263],[-130.136627,55.806464],[-130.148834,55.795356],[-130.163482,55.771145],[-130.167307,55.766262],[-130.170806,55.759833],[-130.173655,55.749498],[-130.170806,55.740953],[-130.163808,55.734565],[-130.160064,55.727118],[-130.167388,55.715399],[-130.155914,55.700141],[-130.142893,55.689521],[-130.131825,55.676581],[-130.126454,55.653998],[-130.12857,55.63642],[-130.135121,55.619127],[-130.153147,55.58511],[-130.148671,55.578192],[-130.146881,55.569322],[-130.146962,55.547187],[-130.112172,55.509345],[-130.101674,55.481147],[-130.095082,55.472113],[-130.065419,55.446112],[-130.057525,55.434882],[-130.052561,55.414008],[-130.054311,55.366645],[-130.05012,55.345445],[-130.039296,55.330756],[-129.989247,55.284003],[-130.031239,55.26435],[-130.050038,55.252875],[-130.067494,55.239],[-130.078236,55.233791],[-130.100494,55.230292],[-130.104726,55.225653],[-130.105702,55.211127],[-130.10912,55.200751],[-130.115793,55.191596],[-130.126454,55.180976],[-130.151967,55.163275],[-130.159983,55.153713],[-130.167592,55.129584],[-130.173695,55.117743],[-130.200266,55.104153],[-130.211781,55.084133],[-130.228871,55.04385],[-130.238678,55.03441],[-130.261342,55.022895],[-130.269846,55.016547],[-130.275706,55.006985],[-130.286366,54.983222],[-130.294342,54.971869],[-130.326568,54.952094],[-130.335561,54.938707],[-130.365387,54.907294],[-130.385243,54.896552],[-130.430816,54.881252],[-130.488759,54.844184],[-130.580312,54.806383],[-130.604604,54.802151],[-130.602528,54.814521],[-130.56843,54.841498],[-130.560943,54.851386],[-130.567209,54.854397],[-130.578277,54.853583],[-130.585113,54.851996],[-130.606516,54.838609],[-130.671457,54.77204],[-130.680776,54.765448],[-130.691274,54.762641],[-130.703725,54.765448],[-130.718414,54.773017],[-130.728871,54.784125],[-130.728505,54.797431],[-130.713287,54.803778],[-130.690785,54.806789],[-130.677846,54.814521],[-130.691274,54.834947],[-130.705149,54.850491],[-130.71581,54.868232],[-130.723541,54.887397],[-130.728505,54.907294],[-130.728831,54.917182],[-130.726877,54.938788],[-130.728505,54.948188],[-130.73412,54.956732],[-130.74356,54.966295],[-130.752512,54.969387],[-130.756459,54.957831],[-130.754384,54.892768],[-130.750234,54.872504],[-130.738759,54.853949],[-130.734039,54.843085],[-130.735951,54.831529],[-130.745188,54.821723],[-130.756093,54.819525],[-130.767201,54.823391],[-130.776926,54.831529],[-130.788889,54.803941],[-130.80663,54.778754],[-130.831899,54.765367],[-130.866322,54.773179],[-130.918324,54.802924],[-130.934234,54.824449],[-130.927805,54.851996],[-130.931996,54.85342],[-130.942006,54.858873],[-130.93342,54.880194],[-130.941762,54.895331],[-130.95519,54.909369],[-130.961903,54.92772],[-130.941233,54.92536],[-130.932688,54.940172],[-130.939687,54.95893],[-130.965321,54.968085],[-130.974029,54.981757],[-130.982249,54.991116],[-130.992909,54.995429],[-131.009389,54.998277],[-131.009674,55.005357],[-130.996653,55.023383],[-130.986969,55.043524],[-130.971018,55.061225],[-130.949696,55.073798],[-130.901235,55.083441],[-130.854156,55.103095],[-130.832143,55.105292],[-130.821156,55.100246],[-130.817372,55.092353],[-130.815663,55.084215],[-130.811106,55.078599],[-130.79955,55.07685],[-130.763336,55.078681],[-130.753326,55.081977],[-130.744211,55.083157],[-130.731516,55.07982],[-130.720326,55.081],[-130.712473,55.106635],[-130.705068,55.118842],[-130.687571,55.140082],[-130.648834,55.172512],[-130.566029,55.223334],[-130.473459,55.310126],[-130.461578,55.331855],[-130.480133,55.330756],[-130.492502,55.323472],[-130.502309,55.315253],[-130.523549,55.307359],[-130.552561,55.287746],[-130.561269,55.28026],[-130.594146,55.225653],[-130.615468,55.19953],[-130.668446,55.180406],[-130.694203,55.1612],[-130.759918,55.096991],[-130.774281,55.092515],[-130.791168,55.099066],[-130.797515,55.108466],[-130.805409,55.136298],[-130.811106,55.146877],[-130.842763,55.137274],[-130.85204,55.133205],[-130.883168,55.108954],[-130.890207,55.105292],[-130.970815,55.085435],[-130.996653,55.085395],[-131.015736,55.093573],[-131.038238,55.108385],[-131.057037,55.126288],[-131.064931,55.143459],[-131.065297,55.186225],[-131.057607,55.198676],[-131.001943,55.240139],[-130.979807,55.25137],[-130.958485,55.25609],[-130.956776,55.260484],[-130.938303,55.287095],[-130.924713,55.294013],[-130.910227,55.294989],[-130.879994,55.290269],[-130.632151,55.291002],[-130.622182,55.293118],[-130.612457,55.297065],[-130.656809,55.315741],[-130.669423,55.328518],[-130.646596,55.338609],[-130.656402,55.352281],[-130.6704,55.349921],[-130.712392,55.320868],[-130.726308,55.314643],[-130.833852,55.304389],[-130.861887,55.312161],[-130.873158,55.342027],[-130.88679,55.451606],[-130.873525,55.534125],[-130.866322,55.550279],[-130.873158,55.622952],[-130.878529,55.636379],[-130.90217,55.665717],[-130.907297,55.681871],[-130.904042,55.690253],[-130.890207,55.700385],[-130.88679,55.708564],[-130.889882,55.715277],[-130.904042,55.727484],[-130.914662,55.746894],[-130.949941,55.771145],[-130.961903,55.783026],[-130.928131,55.800238],[-130.9204,55.810452],[-130.93456,55.818427],[-130.940663,55.816799],[-130.968739,55.804755],[-130.983469,55.80565],[-130.996409,55.810533],[-131.006703,55.815863],[-131.013417,55.818427],[-131.022369,55.826728],[-131.061513,55.876776],[-131.077626,55.888495],[-131.13386,55.920844],[-131.131418,55.924547],[-131.126373,55.934516],[-131.146311,55.934801],[-131.165191,55.940579],[-131.176829,55.951972],[-131.174794,55.969306],[-131.196401,55.971422],[-131.184926,55.986721],[-131.140045,56.017035],[-131.044423,56.058051],[-131.052846,56.057318],[-131.078603,56.058051],[-131.068023,56.071926],[-131.009674,56.112616],[-131.063303,56.095933],[-131.085683,56.086168],[-131.106516,56.071682],[-131.124989,56.050442],[-131.136098,56.041327],[-131.165517,56.033271],[-131.19225,56.014553],[-131.290273,55.988349],[-131.303334,55.981676],[-131.314768,55.972642],[-131.341868,55.960924],[-131.371205,55.968573],[-131.397288,55.987616],[-131.414377,56.010199],[-131.433095,55.997545],[-131.458974,55.984687],[-131.483022,55.979438],[-131.496327,55.989732],[-131.564117,55.947008],[-131.589426,55.941352],[-131.618723,55.942694],[-131.627309,55.941352],[-131.6315,55.9383],[-131.634592,55.933987],[-131.638173,55.929999],[-131.655344,55.924994],[-131.680409,55.910468],[-131.703359,55.904364],[-131.725413,55.891099],[-131.735911,55.886705],[-131.753733,55.885077],[-131.786122,55.887397],[-131.804799,55.886705],[-131.817372,55.883002],[-131.841461,55.870307],[-131.853179,55.866278],[-131.869374,55.865383],[-131.885365,55.866278],[-131.900624,55.865465],[-131.914662,55.859442],[-131.8933,55.855373],[-131.825307,55.831488],[-131.777943,55.825385],[-131.765859,55.816881],[-131.763824,55.797349],[-131.774241,55.770494],[-131.782786,55.753892],[-131.790517,55.742743],[-131.80842,55.729478],[-131.825266,55.725491],[-131.866851,55.729071],[-131.832102,55.696967],[-131.827707,55.667873],[-131.847971,55.641913],[-131.887318,55.619208],[-131.884633,55.613674],[-131.882436,55.604193],[-131.880523,55.5987],[-132.004018,55.667629],[-131.99474,55.65705],[-131.968495,55.63349],[-131.963043,55.622952],[-131.953481,55.611518],[-131.936269,55.59809],[-131.928944,55.589301],[-131.948801,55.591946],[-131.948801,55.58511],[-131.934641,55.576972],[-131.926015,55.563625],[-131.923695,55.547268],[-131.928334,55.530463],[-131.934071,55.526597],[-131.943267,55.523383],[-131.951894,55.517564],[-131.955637,55.506252],[-131.961415,55.501044],[-131.974436,55.504828],[-131.996571,55.516791],[-132.134633,55.565172],[-132.17162,55.588528],[-132.185292,55.615627],[-132.211903,55.698065],[-132.226552,55.715399],[-132.244456,55.722968],[-132.261545,55.739651],[-132.266184,55.756293],[-132.246734,55.763861],[-132.227366,55.757758],[-132.18871,55.730292],[-132.167877,55.722846],[-132.177358,55.751776],[-132.1822,55.776842],[-132.176869,55.794867],[-132.168853,55.802314],[-132.140614,55.804755],[-132.073598,55.802802],[-132.058665,55.804755],[-132.046213,55.817288],[-132.053944,55.828315],[-132.086008,55.845771],[-132.07018,55.86286],[-132.049631,55.878363],[-132.036041,55.893785],[-132.041331,55.910956],[-132.056304,55.930365],[-132.056874,55.944525],[-132.043609,55.954657],[-132.017079,55.961859],[-131.968373,55.958686],[-131.955637,55.961859],[-131.949818,55.972113],[-131.953725,55.992825],[-131.945058,55.996568],[-131.943512,56.006903],[-131.963043,56.071682],[-131.963043,56.157375],[-131.950307,56.166693],[-131.888743,56.183824],[-131.813791,56.19599],[-131.698394,56.196234],[-131.599029,56.178656],[-131.579498,56.179104],[-131.55842,56.188381],[-131.529286,56.214016],[-131.513417,56.222073],[-131.489491,56.22248],[-131.513336,56.229315],[-131.537831,56.225409],[-131.586334,56.208889],[-131.61384,56.205146],[-131.637929,56.206366],[-131.68871,56.216295],[-131.87682,56.22309],[-131.907826,56.232733],[-131.95934,56.294501],[-131.96524,56.310777],[-131.971303,56.356431],[-131.980133,56.365912],[-132.006093,56.367255],[-132.060658,56.381008],[-132.077016,56.381903],[-132.089019,56.376776],[-132.105092,56.373725],[-132.143788,56.388739],[-132.154897,56.380194],[-132.161041,56.380194],[-132.185292,56.428697],[-132.188385,56.45185],[-132.203277,56.471259],[-132.236155,56.4831],[-132.284006,56.493476],[-132.289418,56.498481],[-132.337148,56.523749],[-132.344879,56.528998],[-132.349721,56.536933],[-132.352895,56.552069],[-132.350209,56.579413],[-132.337799,56.601793],[-132.305043,56.640204],[-132.329823,56.639146],[-132.371693,56.624213],[-132.447418,56.607164],[-132.476877,56.604478],[-132.520009,56.627672],[-132.540191,56.631496],[-132.550038,56.638983],[-132.538442,56.661322],[-132.521962,56.674954],[-132.503326,56.678371],[-132.456532,56.674994],[-132.468739,56.691881],[-132.487294,56.698676],[-132.509023,56.702094],[-132.530995,56.708564],[-132.479482,56.742825],[-132.462717,56.756903],[-132.462636,56.764838],[-132.414906,56.784857],[-132.412221,56.792304],[-132.413808,56.801256],[-132.412465,56.808905],[-132.40095,56.812201],[-132.379303,56.812323],[-132.369496,56.814114],[-132.35969,56.818427],[-132.378407,56.826483],[-132.398671,56.824897],[-132.418202,56.81684],[-132.434804,56.805365],[-132.432729,56.793524],[-132.452952,56.788031],[-132.477854,56.785102],[-132.490061,56.781155],[-132.497182,56.761298],[-132.514801,56.755439],[-132.537099,56.758124],[-132.673207,56.802802],[-132.761383,56.845771],[-132.774648,56.856513],[-132.778228,56.862047],[-132.782623,56.87523],[-132.78482,56.879828],[-132.790924,56.885443],[-132.844716,56.913153],[-132.856557,56.914537],[-132.860422,56.91885],[-132.859527,56.937649],[-132.863678,56.941881],[-132.877919,56.946723],[-132.896555,56.958075],[-132.913197,56.971625],[-132.922027,56.982856],[-132.895497,56.989244],[-132.881581,56.991116],[-132.867421,56.989691],[-132.852122,56.974026],[-132.841054,56.967719],[-132.829579,56.972968],[-132.811757,56.974189],[-132.786204,56.967597],[-132.76769,56.969672],[-132.77123,56.997138],[-132.809804,57.05565],[-132.808746,57.065375],[-132.79955,57.069729],[-132.792836,57.079047],[-132.790842,57.088446],[-132.7954,57.092719],[-132.805531,57.090481],[-132.831166,57.078437],[-132.839467,57.072821],[-132.861073,57.036363],[-132.877675,57.021308],[-132.897817,57.027533],[-132.92162,57.042792],[-132.945709,57.04682],[-132.98351,57.044908],[-132.993804,57.047756],[-133.042388,57.069241],[-133.066477,57.076728],[-133.079701,57.08275],[-133.093007,57.086493],[-133.11262,57.088324],[-133.131907,57.087388],[-133.144195,57.08275],[-133.14977,57.081488],[-133.157867,57.082953],[-133.165191,57.086005],[-133.168446,57.089586],[-133.166331,57.096829],[-133.161692,57.101874],[-133.154775,57.106391],[-133.150502,57.116116],[-133.144602,57.122504],[-133.141998,57.129584],[-133.147939,57.141099],[-133.121083,57.144273],[-133.136301,57.161078],[-133.167551,57.169623],[-133.188873,57.147935],[-133.175282,57.147935],[-133.175282,57.141099],[-133.211497,57.141995],[-133.220367,57.14765],[-133.209381,57.161038],[-133.216624,57.170966],[-133.225942,57.174994],[-133.235707,57.173814],[-133.24413,57.168443],[-133.250356,57.133694],[-133.266469,57.113186],[-133.29011,57.101996],[-133.317006,57.102484],[-133.363596,57.128363],[-133.423573,57.145331],[-133.445912,57.147935],[-133.453033,57.151109],[-133.476145,57.165229],[-133.486887,57.168443],[-133.520579,57.172309],[-133.538157,57.176459],[-133.551991,57.181464],[-133.551991,57.1883],[-133.530019,57.191352],[-133.50475,57.203437],[-133.488637,57.220893],[-133.494008,57.239814],[-133.505116,57.251207],[-133.502675,57.25373],[-133.495025,57.256171],[-133.49059,57.267768],[-133.485097,57.277004],[-133.471913,57.281887],[-133.442209,57.284491],[-133.254791,57.281073],[-133.182118,57.305609],[-133.176096,57.308783],[-133.169545,57.315904],[-133.162221,57.319281],[-133.107289,57.319281],[-133.086293,57.322496],[-133.05842,57.331855],[-133.037668,57.346829],[-133.038075,57.367092],[-133.051096,57.366278],[-133.099273,57.339301],[-133.120676,57.332343],[-133.1787,57.332343],[-133.190338,57.330471],[-133.211578,57.321926],[-133.223704,57.319281],[-133.241119,57.32038],[-133.271962,57.330024],[-133.288238,57.332343],[-133.391469,57.33515],[-133.419504,57.34394],[-133.442128,57.358954],[-133.456451,57.380764],[-133.420806,57.394843],[-133.402903,57.3994],[-133.356679,57.402289],[-133.344797,57.405422],[-133.339752,57.41177],[-133.33552,57.428778],[-133.335927,57.438178],[-133.34317,57.442206],[-133.351796,57.440009],[-133.36852,57.43065],[-133.378245,57.428534],[-133.40392,57.433173],[-133.414459,57.432807],[-133.425404,57.425116],[-133.437408,57.423529],[-133.454213,57.431789],[-133.470286,57.44359],[-133.500396,57.47602],[-133.504547,57.486802],[-133.504872,57.503607],[-133.497426,57.531562],[-133.492543,57.538642],[-133.476918,57.552069],[-133.439036,57.569485],[-133.348866,57.575914],[-133.3131,57.592963],[-133.333852,57.596015],[-133.416127,57.595282],[-133.439076,57.589545],[-133.460846,57.579901],[-133.532948,57.572455],[-133.59142,57.574612],[-133.605092,57.579291],[-133.648549,57.617133],[-133.658803,57.620917],[-133.65807,57.632758],[-133.646637,57.687201],[-133.648264,57.702826],[-133.635732,57.708157],[-133.622141,57.710028],[-133.593007,57.709662],[-133.58552,57.710924],[-133.572865,57.716051],[-133.566314,57.716498],[-133.560414,57.713853],[-133.548329,57.704779],[-133.532704,57.700019],[-133.522817,57.693183],[-133.507965,57.678941],[-133.494985,57.672065],[-133.442209,57.668118],[-133.210439,57.588935],[-133.168446,57.579291],[-133.158599,57.573147],[-133.137929,57.555609],[-133.13093,57.552069],[-133.111399,57.544989],[-133.069488,57.512681],[-133.045522,57.503607],[-133.034291,57.504136],[-133.020334,57.507066],[-133.008534,57.511868],[-133.003977,57.51789],[-133.012115,57.521226],[-133.081858,57.53734],[-133.099599,57.550971],[-133.127512,57.579291],[-133.155426,57.599758],[-133.164784,57.612535],[-133.162221,57.627143],[-133.182729,57.623765],[-133.21227,57.627143],[-133.238881,57.636623],[-133.250356,57.651679],[-133.36026,57.682359],[-133.397694,57.709418],[-133.417592,57.719387],[-133.468984,57.727444],[-133.499989,57.737616],[-133.52892,57.750922],[-133.545806,57.764309],[-133.552317,57.792304],[-133.558176,57.889635],[-133.551991,57.915107],[-133.539296,57.917426],[-133.49059,57.908271],[-133.429107,57.908271],[-133.398549,57.903957],[-133.343129,57.884752],[-133.3131,57.880316],[-133.304514,57.881781],[-133.288442,57.887397],[-133.27831,57.887844],[-133.267568,57.885077],[-133.244293,57.876125],[-133.142486,57.854722],[-133.124094,57.857123],[-133.132232,57.86522],[-133.185699,57.889553],[-133.206288,57.89468],[-133.554311,57.929429],[-133.572865,57.924058],[-133.584584,57.910834],[-133.593007,57.887844],[-133.591298,57.881537],[-133.589833,57.86758],[-133.592641,57.857896],[-133.603871,57.864203],[-133.610748,57.870103],[-133.626088,57.879869],[-133.634592,57.887844],[-133.640126,57.867906],[-133.625966,57.828681],[-133.634592,57.805243],[-133.661366,57.786444],[-133.68635,57.790717],[-133.708567,57.808295],[-133.742258,57.845038],[-133.80309,57.898505],[-133.80842,57.904975],[-133.811635,57.913031],[-133.812734,57.925035],[-133.819081,57.932807],[-133.861155,57.956732],[-133.809804,57.985338],[-133.792226,57.99022],[-133.774892,57.988837],[-133.764068,57.980699],[-133.753733,57.96894],[-133.73762,57.956732],[-133.718129,57.946357],[-133.701812,57.940009],[-133.691396,57.942043],[-133.689198,57.956732],[-133.697581,57.989976],[-133.692047,58.001939],[-133.669342,58.011379],[-133.669342,58.017524],[-133.731842,58.019517],[-133.755483,58.030097],[-133.764963,58.062242],[-133.748647,58.078192],[-133.7176,58.097846],[-133.698232,58.115953],[-133.717152,58.127387],[-133.717152,58.134833],[-133.69518,58.139106],[-133.685048,58.142808],[-133.674916,58.147895],[-133.682362,58.155341],[-133.700266,58.148505],[-133.758127,58.134833],[-133.758127,58.127387],[-133.741689,58.119696],[-133.748647,58.106106],[-133.810129,58.044745],[-133.813344,58.028998],[-133.799062,58.011379],[-133.864369,57.986965],[-133.884674,57.984036],[-133.908681,57.983873],[-133.918446,57.985663],[-133.929433,57.99022],[-133.934071,57.993638],[-133.939076,58.000678],[-133.943023,58.003892],[-133.949574,58.00609],[-133.964955,58.009101],[-133.970367,58.011379],[-133.976226,58.020087],[-133.976471,58.028998],[-133.978017,58.035834],[-133.987416,58.038642],[-134.001291,58.039496],[-134.010854,58.042873],[-134.016428,58.049994],[-134.018178,58.062242],[-134.023427,58.071357],[-134.035634,58.072333],[-134.049469,58.070705],[-134.059722,58.07217],[-134.063832,58.079169],[-134.072825,58.113186],[-134.057444,58.111029],[-134.048451,58.113837],[-134.044789,58.119859],[-134.045481,58.127387],[-134.051422,58.134589],[-134.071889,58.146186],[-134.08023,58.155341],[-134.083485,58.163764],[-134.085927,58.174954],[-134.087066,58.186591],[-134.086415,58.196275],[-134.081614,58.208197],[-134.074818,58.214545],[-134.067128,58.220364],[-134.059722,58.230414],[-134.057037,58.239976],[-134.058013,58.24787],[-134.059885,58.255561],[-134.059722,58.264594],[-134.061269,58.268215],[-134.064931,58.273139],[-134.067698,58.278876],[-134.066558,58.285102],[-134.059397,58.288642],[-134.03185,58.285102],[-134.010365,58.294338],[-133.990834,58.305569],[-133.982411,58.315619],[-133.982533,58.320868],[-133.986724,58.325344],[-133.990834,58.332831],[-134.005849,58.372382],[-134.009999,58.392239],[-134.004506,58.408596],[-133.996938,58.412421],[-133.972524,58.418036],[-133.962961,58.422187],[-133.951772,58.432766],[-133.949778,58.439643],[-133.951039,58.446357],[-133.949859,58.456366],[-133.920074,58.497545],[-133.876373,58.510443],[-133.771799,58.518459],[-133.771799,58.524644],[-133.887807,58.524644],[-133.933909,58.518948],[-133.959625,58.512641],[-133.976633,58.504828],[-133.982411,58.487616],[-133.97468,58.449897],[-133.987416,58.442694],[-134.010162,58.439765],[-134.050364,58.426093],[-134.072825,58.422187],[-134.072825,58.414781],[-134.051829,58.408393],[-134.047109,58.389594],[-134.052887,58.367255],[-134.06314,58.350246],[-134.080963,58.337714],[-134.125071,58.318671],[-134.141672,58.305569],[-134.147125,58.28498],[-134.131744,58.273139],[-134.111073,58.263129],[-134.100697,58.247789],[-134.10436,58.239488],[-134.112864,58.232082],[-134.144928,58.209906],[-134.157867,58.204291],[-134.172231,58.202338],[-134.190094,58.203111],[-134.241607,58.214301],[-134.44107,58.321519],[-134.460439,58.326606],[-134.471303,58.330878],[-134.489817,58.349677],[-134.497955,58.353949],[-134.553212,58.353949],[-134.569163,58.356147],[-134.59732,58.365465],[-134.611236,58.367621],[-134.621734,58.363959],[-134.625844,58.356635],[-134.630198,58.351467],[-134.641347,58.353949],[-134.644887,58.362291],[-134.647694,58.376044],[-134.654449,58.38642],[-134.669911,58.384711],[-134.68456,58.37934],[-134.718861,58.374254],[-134.734771,58.373765],[-134.756174,58.381537],[-134.767323,58.400336],[-134.771596,58.424018],[-134.774566,58.475898],[-134.782867,58.493069],[-134.79955,58.502997],[-134.826975,58.510972],[-134.826975,58.518459],[-134.822662,58.519477],[-134.819976,58.520941],[-134.817535,58.522691],[-134.813873,58.524644],[-134.847239,58.535224],[-134.874989,58.553127],[-134.897572,58.57567],[-134.934967,58.623277],[-134.975657,58.658922],[-134.991444,58.682929],[-134.960764,58.667548],[-134.945139,58.663316],[-134.930002,58.669257],[-134.926829,58.664862],[-134.920644,58.660346],[-134.915679,58.655585],[-134.920766,58.67829],[-134.932729,58.697943],[-134.940541,58.716132],[-134.925852,58.75495],[-134.93399,58.777411],[-134.946116,58.79975],[-134.950429,58.820054],[-134.962026,58.814927],[-134.974436,58.812445],[-134.986684,58.813707],[-134.998199,58.820054],[-135.005483,58.807766],[-135.026031,58.793158],[-135.032379,58.785346],[-135.0301,58.776068],[-135.022572,58.768744],[-135.019887,58.761054],[-135.032379,58.751166],[-135.02831,58.744371],[-135.025543,58.737535],[-135.052154,58.752387],[-135.104644,58.809516],[-135.143625,58.833889],[-135.149037,58.843695],[-135.145985,58.857123],[-135.12857,58.895209],[-135.14566,58.90644],[-135.156117,58.922797],[-135.161285,58.943305],[-135.162709,58.967231],[-135.1669,58.99079],[-135.177398,59.004625],[-135.190785,59.016059],[-135.203684,59.032375],[-135.206614,59.040595],[-135.211171,59.066555],[-135.222727,59.093899],[-135.224192,59.104682],[-135.229604,59.125881],[-135.272572,59.183173],[-135.300282,59.211575],[-135.334706,59.238918],[-135.361806,59.270819],[-135.367543,59.312934],[-135.339711,59.400824],[-135.331695,59.451565],[-135.348297,59.470608],[-135.359486,59.456977],[-135.389272,59.374945],[-135.401112,59.319892],[-135.414377,59.300605],[-135.436431,59.312934],[-135.46703,59.305732],[-135.527903,59.319729],[-135.553782,59.31977],[-135.533844,59.310004],[-135.482004,59.295111],[-135.460927,59.282172],[-135.430247,59.252102],[-135.427642,59.247992],[-135.426259,59.241604],[-135.42276,59.23786],[-135.41511,59.234076],[-135.398752,59.230862],[-135.383901,59.222968],[-135.359527,59.213772],[-135.354563,59.206773],[-135.351959,59.196682],[-135.334055,59.161444],[-135.336537,59.162787],[-135.339345,59.159166],[-135.341176,59.15351],[-135.340891,59.148424],[-135.336781,59.143988],[-135.31725,59.131415],[-135.310292,59.121975],[-135.306996,59.11107],[-135.306386,59.09927],[-135.307362,59.086982],[-135.319569,59.101549],[-135.360748,59.113756],[-135.378407,59.124213],[-135.386627,59.138821],[-135.391184,59.170111],[-135.395497,59.183173],[-135.423329,59.205064],[-135.470448,59.225491],[-135.519643,59.236518],[-135.553782,59.230414],[-135.538645,59.215277],[-135.484853,59.183173],[-135.473378,59.170722],[-135.452138,59.141547],[-135.436431,59.127997],[-135.401967,59.11164],[-135.384592,59.100898],[-135.374989,59.086982],[-135.377553,59.070014],[-135.38561,59.053168],[-135.388336,59.037828],[-135.374989,59.02558],[-135.384836,59.016059],[-135.387522,59.006293],[-135.383901,58.997545],[-135.374989,58.9914],[-135.386342,58.975165],[-135.385813,58.954332],[-135.377187,58.936347],[-135.36441,58.928697],[-135.328196,58.919745],[-135.320953,58.915717],[-135.32079,58.90469],[-135.333363,58.887193],[-135.330637,58.877834],[-135.295969,58.83515],[-135.231028,58.771674],[-135.242177,58.74787],[-135.24059,58.73017],[-135.22997,58.715237],[-135.168446,58.645738],[-135.162709,58.634508],[-135.181142,58.624498],[-135.20873,58.62051],[-135.226186,58.612291],[-135.214223,58.589789],[-135.168446,58.544501],[-135.152903,58.519761],[-135.145497,58.515367],[-135.142242,58.510972],[-135.141672,58.506334],[-135.143178,58.495551],[-135.142242,58.491116],[-135.136383,58.483588],[-135.111195,58.459784],[-135.09968,58.443793],[-135.057281,58.351549],[-135.053863,58.332668],[-135.052846,58.309272],[-135.056956,58.298774],[-135.066803,58.300971],[-135.079213,58.305609],[-135.090688,58.302151],[-135.093251,58.295233],[-135.093821,58.264594],[-135.092397,58.254462],[-135.090077,58.248847],[-135.08967,58.244208],[-135.093821,58.23725],[-135.102447,58.232245],[-135.135162,58.219428],[-135.145619,58.216783],[-135.173085,58.21894],[-135.30956,58.252143],[-135.350453,58.276801],[-135.381581,58.31094],[-135.402943,58.353949],[-135.411692,58.385199],[-135.415924,58.394965],[-135.445872,58.422065],[-135.455312,58.446275],[-135.467519,58.467353],[-135.484934,58.483954],[-135.50536,58.483629],[-135.51415,58.465522],[-135.498362,58.445461],[-135.475819,58.4265],[-135.464426,58.411689],[-135.459828,58.388332],[-135.463124,58.378119],[-135.478017,58.373765],[-135.49413,58.375678],[-135.507069,58.380683],[-135.532623,58.394965],[-135.59317,58.419989],[-135.627512,58.426256],[-135.652455,58.418524],[-135.676584,58.406684],[-135.886708,58.379381],[-135.909413,58.381293],[-135.909495,58.395087],[-135.90217,58.421617],[-135.890045,58.448472],[-135.875885,58.463202],[-135.894683,58.463324],[-135.950347,58.456366],[-135.950347,58.463202],[-135.936676,58.463121],[-135.925852,58.467719],[-135.915517,58.4737],[-135.903188,58.477484],[-135.888661,58.477607],[-135.847971,58.470038],[-135.860463,58.491034],[-135.856597,58.499457],[-135.84675,58.507758],[-135.841135,58.528388],[-135.845286,58.546536],[-135.856109,58.559272],[-135.871693,58.567694],[-135.889556,58.573065],[-135.889556,58.579901],[-135.820668,58.600328],[-135.83373,58.603746],[-135.873647,58.608547],[-135.882069,58.610582],[-135.886952,58.612535],[-135.939687,58.681301],[-135.955068,58.694648],[-135.978342,58.696601],[-135.973866,58.701565],[-135.968332,58.711249],[-135.964019,58.716457],[-135.974355,58.729071],[-135.991322,58.745185],[-136.009348,58.758979],[-136.02302,58.764838],[-136.032094,58.771877],[-136.057525,58.803697],[-136.073883,58.812649],[-136.060292,58.825914],[-135.963124,58.862047],[-135.945872,58.870795],[-135.92984,58.881537],[-135.936635,58.864081],[-135.917836,58.863349],[-135.758616,58.888373],[-135.77302,58.904527],[-135.798085,58.912665],[-135.935455,58.916246],[-135.964019,58.922512],[-135.958648,58.913275],[-135.950754,58.908271],[-135.92984,58.902045],[-135.943593,58.892035],[-136.013824,58.85871],[-136.029937,58.855292],[-136.046539,58.861029],[-136.047678,58.86872],[-136.051096,58.87344],[-136.054107,58.87873],[-136.054067,58.888373],[-136.050445,58.896064],[-136.037343,58.914211],[-136.032948,58.922512],[-136.056467,58.930121],[-136.076894,58.946519],[-136.092356,58.966295],[-136.101186,58.983954],[-136.104075,58.998033],[-136.103912,59.00727],[-136.105865,59.015204],[-136.114858,59.02558],[-136.126373,59.032538],[-136.141713,59.037095],[-136.157379,59.037584],[-136.170074,59.032375],[-136.154856,59.023098],[-136.142445,59.007025],[-136.138783,58.989814],[-136.149648,58.977118],[-136.140981,58.95482],[-136.166575,58.942613],[-136.202382,58.934068],[-136.224721,58.922512],[-136.152659,58.932685],[-136.117787,58.933295],[-136.101186,58.915717],[-136.116526,58.909573],[-136.122304,58.908271],[-136.122304,58.902045],[-136.104156,58.89525],[-136.097524,58.876858],[-136.099924,58.853746],[-136.108632,58.833157],[-136.13329,58.806098],[-136.136586,58.795885],[-136.137115,58.7862],[-136.140126,58.782172],[-136.147043,58.778062],[-136.159535,58.768256],[-136.209706,58.7508],[-136.269114,58.764146],[-136.382395,58.806464],[-136.382395,58.812649],[-136.313588,58.809516],[-136.277577,58.812974],[-136.259511,58.826321],[-136.28775,58.825629],[-136.375844,58.833157],[-136.425893,58.824449],[-136.452016,58.824368],[-136.475209,58.836575],[-136.492991,58.864081],[-136.507924,58.904446],[-136.510813,58.942572],[-136.492258,58.963446],[-136.492258,58.970893],[-136.526194,58.967597],[-136.544097,58.957424],[-136.574127,58.915717],[-136.639312,58.967231],[-136.67398,59.002753],[-136.693105,59.017971],[-136.711985,59.02558],[-136.608266,58.908271],[-136.633453,58.891791],[-136.657704,58.898749],[-136.681467,58.914008],[-136.705149,58.922512],[-136.717844,58.923814],[-136.734771,58.927436],[-136.751291,58.932847],[-136.776723,58.948391],[-136.827382,58.956692],[-136.84142,58.961819],[-136.875844,58.983954],[-136.917551,59.001939],[-136.94636,59.02261],[-137.01301,59.052802],[-137.032216,59.067491],[-137.046091,59.069037],[-137.059478,59.063707],[-137.063914,59.055406],[-137.062978,59.043891],[-137.050201,59.03856],[-137.029042,59.033677],[-137.008046,59.021715],[-136.971425,58.9914],[-136.929311,58.968329],[-136.911244,58.954332],[-136.903717,58.93244],[-136.917958,58.920071],[-137.01301,58.922512],[-137.030507,58.912909],[-137.064198,58.874091],[-137.085317,58.869534],[-137.102447,58.858547],[-137.129709,58.833157],[-137.129709,58.826321],[-137.108957,58.828762],[-137.086903,58.837836],[-137.066314,58.850653],[-137.033315,58.878241],[-137.014963,58.887885],[-136.9947,58.893378],[-136.895863,58.892401],[-136.841705,58.882514],[-136.828196,58.877509],[-136.817779,58.870673],[-136.812489,58.862128],[-136.811431,58.854641],[-136.809193,58.847398],[-136.80012,58.839993],[-136.791493,58.854315],[-136.777008,58.865668],[-136.75886,58.872789],[-136.739247,58.874091],[-136.727528,58.870429],[-136.698313,58.853583],[-136.67455,58.852851],[-136.663726,58.85102],[-136.65331,58.843695],[-136.643056,58.839789],[-136.626129,58.838446],[-136.609039,58.839748],[-136.587554,58.848334],[-136.577301,58.84398],[-136.567291,58.836859],[-136.557362,58.833157],[-136.540598,58.829332],[-136.484771,58.799628],[-136.495432,58.784491],[-136.511871,58.780463],[-136.530507,58.780911],[-136.547475,58.77912],[-136.540028,58.771674],[-136.565907,58.785956],[-136.588857,58.808905],[-136.614858,58.825426],[-136.649892,58.820054],[-136.643056,58.806464],[-136.628041,58.805569],[-136.574127,58.77912],[-136.58316,58.773749],[-136.593373,58.771186],[-136.604319,58.770697],[-136.615793,58.771674],[-136.563303,58.760688],[-136.543935,58.751166],[-136.529042,58.751166],[-136.522613,58.747748],[-136.519683,58.740953],[-136.522328,58.735582],[-136.525868,58.730373],[-136.525746,58.723822],[-136.520497,58.710842],[-136.515859,58.702379],[-136.506825,58.697903],[-136.488515,58.696601],[-136.476674,58.692328],[-136.452626,58.673489],[-136.437611,58.669257],[-136.451772,58.689195],[-136.472401,58.703437],[-136.491038,58.72016],[-136.499094,58.747748],[-136.491851,58.749213],[-136.38386,58.725084],[-136.375559,58.72016],[-136.368398,58.711127],[-136.353912,58.70185],[-136.3426,58.691555],[-136.344838,58.679185],[-136.355336,58.671454],[-136.396637,58.655585],[-136.456654,58.623277],[-136.488637,58.613511],[-136.519521,58.620836],[-136.525746,58.614],[-136.487782,58.595404],[-136.475209,58.592922],[-136.463857,58.596503],[-136.430776,58.620836],[-136.401194,58.625718],[-136.377268,58.617743],[-136.3544,58.606187],[-136.327748,58.600328],[-136.334625,58.608588],[-136.352203,58.621243],[-136.355702,58.628323],[-136.351918,58.638495],[-136.343617,58.642157],[-136.33434,58.642279],[-136.327748,58.641303],[-136.317128,58.637437],[-136.309071,58.631822],[-136.301747,58.629218],[-136.29304,58.634508],[-136.29719,58.647121],[-136.297841,58.658271],[-136.29304,58.669257],[-136.280507,58.660224],[-136.183176,58.614],[-136.183176,58.607164],[-136.192372,58.607082],[-136.198638,58.605536],[-136.211049,58.600328],[-136.202219,58.594306],[-136.177561,58.573065],[-136.160878,58.571682],[-136.142812,58.573554],[-136.128245,58.570746],[-136.122304,58.555732],[-136.127553,58.551947],[-136.139068,58.552069],[-136.150624,58.548896],[-136.155832,58.535468],[-136.16275,58.52619],[-136.179067,58.523342],[-136.211049,58.524644],[-136.198598,58.508979],[-136.180287,58.507554],[-136.142812,58.518459],[-136.131907,58.519517],[-136.082509,58.516425],[-136.082183,58.511379],[-136.087392,58.504706],[-136.088206,58.497992],[-136.085561,58.4914],[-136.084299,58.484687],[-136.080678,58.47956],[-136.07079,58.477484],[-136.062327,58.47427],[-136.060658,58.466498],[-136.061391,58.457343],[-136.060211,58.44953],[-136.036204,58.397895],[-136.026723,58.388129],[-136.057281,58.359524],[-136.076283,58.345608],[-136.098053,58.339667],[-136.127512,58.336493],[-136.186838,58.322414],[-136.272817,58.312974],[-136.287506,58.318183],[-136.283315,58.329739],[-136.272084,58.341254],[-136.265696,58.346503],[-136.27245,58.359605],[-136.327748,58.408596],[-136.329742,58.38052],[-136.343088,58.376166],[-136.409291,58.393459],[-136.459055,58.416897],[-136.481679,58.422187],[-136.48941,58.426011],[-136.498647,58.441311],[-136.50593,58.442694],[-136.513499,58.436184],[-136.510365,58.427924],[-136.499094,58.414781],[-136.500315,58.385077],[-136.515126,58.380316],[-136.537506,58.382514],[-136.561147,58.373765],[-136.552235,58.371283],[-136.54601,58.366645],[-136.541127,58.362209],[-136.53661,58.360175],[-136.524973,58.35814],[-136.506988,58.348944],[-136.499094,58.346503],[-136.480336,58.346869],[-136.480865,58.352362],[-136.486195,58.362616],[-136.481679,58.37759],[-136.473297,58.385443],[-136.466664,58.386542],[-136.444447,58.381293],[-136.417104,58.381293],[-136.410064,58.37934],[-136.406728,58.374986],[-136.405019,58.370307],[-136.402903,58.367621],[-136.377675,58.359198],[-136.365712,58.352362],[-136.361969,58.340237],[-136.361928,58.316107],[-136.370595,58.299547],[-136.391225,58.302558],[-136.434193,58.319159],[-136.492828,58.314439],[-136.512766,58.319159],[-136.518788,58.324286],[-136.522613,58.331122],[-136.527455,58.337104],[-136.53661,58.339667],[-136.550649,58.340644],[-136.562815,58.343736],[-136.573883,58.349189],[-136.584706,58.357082],[-136.598948,58.359036],[-136.620513,58.353909],[-136.656728,58.339667],[-136.574778,58.282131],[-136.566029,58.277981],[-136.560699,58.271308],[-136.561147,58.257758],[-136.567291,58.249335],[-136.591868,58.227444],[-136.598378,58.223049],[-136.633412,58.227729],[-136.639312,58.226752],[-136.65099,58.220526],[-136.664784,58.220364],[-136.6787,58.224311],[-136.690826,58.230414],[-136.706939,58.247992],[-136.711415,58.268866],[-136.700754,58.284166],[-136.67101,58.285102],[-136.671742,58.290107],[-136.67512,58.301256],[-136.677235,58.305569],[-136.693837,58.299302],[-136.71109,58.297797],[-136.72525,58.301947],[-136.732493,58.312974],[-136.740224,58.306301],[-136.750559,58.300442],[-136.761871,58.297309],[-136.772776,58.298733],[-136.783599,58.306383],[-136.779612,58.312201],[-136.772206,58.318264],[-136.772776,58.326606],[-136.788157,58.332709],[-136.826243,58.318996],[-136.84911,58.326606],[-136.843251,58.331],[-136.833119,58.341986],[-136.827382,58.346503],[-136.836537,58.360419],[-136.847524,58.372748],[-136.860504,58.382392],[-136.875844,58.388129],[-136.878041,58.363349],[-136.890126,58.349677],[-136.903635,58.350816],[-136.909983,58.370673],[-136.92101,58.388983],[-136.947499,58.400702],[-136.97936,58.406887],[-137.006825,58.408596],[-137.022776,58.407172],[-137.067616,58.394965],[-137.078359,58.393256],[-137.112294,58.394965],[-137.131418,58.401313],[-137.197906,58.442694],[-137.260081,58.456366],[-137.300038,58.474758],[-137.321889,58.480658],[-137.340443,58.494778],[-137.348215,58.497992],[-137.362538,58.50019],[-137.471425,58.554389],[-137.518544,58.564765],[-137.562815,58.590888],[-137.588368,58.600328],[-137.620758,58.602607],[-137.631459,58.606187],[-137.622467,58.614],[-137.606842,58.617743],[-137.570465,58.617987],[-137.55427,58.620836],[-137.513824,58.642524],[-137.499623,58.648139],[-137.48412,58.649888],[-137.451975,58.650092],[-137.43814,58.655585],[-137.457672,58.672268],[-137.469472,58.679592],[-137.479115,58.682929],[-137.495432,58.680365],[-137.521637,58.665351],[-137.537465,58.661811],[-137.56664,58.65884],[-137.642974,58.634508],[-137.670644,58.633246],[-137.677846,58.64643],[-137.683176,58.66649],[-137.704742,58.686347],[-137.869618,58.765774],[-137.893137,58.782213],[-137.90217,58.786444],[-137.914784,58.790513],[-137.926096,58.795722],[-137.930979,58.803046],[-137.929555,58.815741],[-137.924062,58.834621],[-137.924184,58.847398],[-137.944244,58.888129],[-137.984364,58.919989],[-138.184885,59.02558],[-138.250803,59.047838],[-138.281158,59.062405],[-138.287913,59.080756],[-138.36266,59.079779],[-138.398915,59.083319],[-138.431264,59.093817],[-138.398671,59.092841],[-138.383209,59.094794],[-138.369781,59.101264],[-138.428456,59.111233],[-138.559397,59.106187],[-138.610015,59.127997],[-138.540435,59.122463],[-138.506947,59.124701],[-138.492747,59.138495],[-138.493764,59.149319],[-138.494781,59.152737],[-138.483062,59.165229],[-138.47289,59.1706],[-138.446523,59.176093],[-138.4381,59.183173],[-138.449086,59.191636],[-138.558258,59.180894],[-138.583119,59.171129],[-138.596059,59.168891],[-138.62857,59.168891],[-138.64387,59.166815],[-138.653635,59.163967],[-138.641184,59.153998],[-138.630483,59.142239],[-138.656077,59.157701],[-138.688344,59.176988],[-138.726796,59.191107],[-138.769846,59.199856],[-138.814036,59.214667],[-138.838287,59.228217],[-138.981679,59.274848],[-139.205881,59.31977],[-139.184193,59.325263],[-139.138092,59.310248],[-139.116526,59.312934],[-139.154124,59.336005],[-139.164906,59.340237],[-139.182118,59.341254],[-139.201731,59.339789],[-139.220123,59.340318],[-139.233795,59.347724],[-139.236928,59.360053],[-139.230295,59.368232],[-139.226877,59.374661],[-139.240061,59.381171],[-139.253326,59.381415],[-139.271596,59.378119],[-139.287709,59.372138],[-139.294667,59.364732],[-139.3037,59.350531],[-139.325754,59.35578],[-139.352895,59.368109],[-139.377512,59.374945],[-139.40803,59.378363],[-139.446278,59.3876],[-139.482655,59.400621],[-139.507558,59.415961],[-139.427968,59.401557],[-139.38915,59.38227],[-139.365468,59.380276],[-139.341664,59.384996],[-139.322581,59.395453],[-139.363922,59.410712],[-139.386383,59.415107],[-139.404856,59.412258],[-139.423451,59.406968],[-139.443512,59.40766],[-139.463124,59.412421],[-139.507558,59.429633],[-139.524729,59.440375],[-139.53425,59.443834],[-139.596913,59.456977],[-139.857004,59.546291],[-139.835846,59.558905],[-139.765777,59.547838],[-139.73351,59.552476],[-139.735911,59.556383],[-139.740305,59.566799],[-139.719594,59.565985],[-139.70344,59.570217],[-139.690297,59.579739],[-139.678863,59.594672],[-139.668853,59.584377],[-139.657582,59.575507],[-139.644887,59.57274],[-139.630442,59.580471],[-139.637847,59.587307],[-139.622955,59.595364],[-139.575795,59.614569],[-139.591379,59.622545],[-139.579213,59.639594],[-139.52717,59.678046],[-139.480051,59.704413],[-139.473378,59.717597],[-139.537953,59.757025],[-139.545074,59.764797],[-139.562082,59.772366],[-139.572011,59.790188],[-139.582631,59.82746],[-139.608713,59.863593],[-139.621083,59.890286],[-139.613352,59.902533],[-139.602284,59.906806],[-139.582387,59.925605],[-139.572377,59.929877],[-139.559071,59.931708],[-139.545766,59.936672],[-139.52184,59.950995],[-139.492502,59.984565],[-139.473215,59.993598],[-139.448883,59.981106],[-139.430002,59.965033],[-139.371002,59.929877],[-139.305165,59.864691],[-139.302358,59.848293],[-139.333608,59.813422],[-139.343088,59.786526],[-139.342885,59.773261],[-139.335601,59.738105],[-139.341908,59.726752],[-139.34203,59.720404],[-139.326731,59.715725],[-139.318593,59.711086],[-139.311391,59.70539],[-139.308339,59.700263],[-139.303131,59.680732],[-139.277659,59.646186],[-139.267323,59.621405],[-139.28661,59.620551],[-139.310902,59.616278],[-139.332346,59.609565],[-139.343088,59.600898],[-139.289906,59.576158],[-139.270741,59.572984],[-139.259755,59.579047],[-139.226389,59.621405],[-139.234853,59.633368],[-139.261627,59.659166],[-139.267323,59.666083],[-139.266998,59.698065],[-139.26887,59.715074],[-139.274159,59.731269],[-139.279693,59.736274],[-139.286488,59.738186],[-139.292226,59.74258],[-139.294667,59.755194],[-139.291331,59.760199],[-139.275746,59.775784],[-139.270741,59.779039],[-139.263336,59.785793],[-139.279612,59.819729],[-139.280385,59.833686],[-139.264638,59.84162],[-139.173695,59.850816],[-139.036366,59.846869],[-139.010976,59.842475],[-138.969594,59.816718],[-138.945302,59.807115],[-138.920074,59.804999],[-138.897369,59.813178],[-138.910512,59.81269],[-138.922597,59.81391],[-138.94518,59.820014],[-139.013783,59.857611],[-139.02831,59.861518],[-139.218739,59.871039],[-139.239003,59.878323],[-139.321197,59.938707],[-139.355295,59.949408],[-139.368316,59.963324],[-139.379547,59.979193],[-139.390248,59.99136],[-139.412424,60.001899],[-139.462066,60.011786],[-139.483306,60.022406],[-139.507232,60.046536],[-139.520904,60.0515],[-139.541656,60.046576],[-139.542958,60.037299],[-139.579945,60.00731],[-139.589467,59.987942],[-139.584381,59.965155],[-139.584828,59.955064],[-139.59317,59.950995],[-139.626129,59.949449],[-139.658355,59.943549],[-139.705963,59.92178],[-139.735219,59.899237],[-139.794423,59.854193],[-139.849029,59.819403],[-139.958241,59.794623],[-140.042714,59.769721],[-140.137074,59.739936],[-140.254221,59.71015],[-140.322743,59.701239],[-140.50121,59.705227],[-140.617014,59.708482],[-140.689809,59.718451],[-140.762685,59.728339],[-140.863149,59.745551],[-141.009836,59.790432],[-141.115224,59.809475],[-141.274159,59.849189],[-141.352284,59.864081],[-141.428538,59.872138],[-141.45401,59.882066],[-141.46817,59.903062],[-141.457631,59.916734],[-141.434926,59.925116],[-141.412424,59.929877],[-141.43456,59.919664],[-141.445139,59.91234],[-141.45401,59.902533],[-141.4381,59.896186],[-141.413197,59.89997],[-141.353179,59.920152],[-141.346791,59.924872],[-141.338735,59.928412],[-141.31432,59.931464],[-141.284088,59.939765],[-141.275258,59.943549],[-141.267323,59.955552],[-141.262115,59.973944],[-141.260121,59.994208],[-141.261586,60.011786],[-141.267893,60.029039],[-141.278066,60.044094],[-141.292226,60.056586],[-141.310048,60.066474],[-141.303131,60.065863],[-141.282094,60.066474],[-141.305043,60.08633],[-141.346425,60.098782],[-141.379547,60.113918],[-141.377675,60.142157],[-141.443512,60.135688],[-141.474721,60.126125],[-141.47761,60.11107],[-141.455068,60.078437],[-141.447174,60.07392],[-141.431711,60.072211],[-141.419749,60.067572],[-141.399403,60.052802],[-141.385894,60.034817],[-141.392934,60.02204],[-141.414215,60.01435],[-141.472524,60.009019],[-141.613881,59.969062],[-141.673492,59.961127],[-141.732655,59.963121],[-141.893951,60.007554],[-141.969106,60.028144],[-142.104156,60.035305],[-142.197743,60.052802],[-142.351633,60.067694],[-142.487416,60.075914],[-142.639638,60.102444],[-142.798492,60.112372],[-142.982289,60.092475],[-143.19579,60.067694],[-143.463938,60.052802],[-143.609609,60.049465],[-143.748687,60.025458],[-143.863189,60.000393],[-143.918609,59.997016],[-144.042388,60.027981],[-144.105702,60.031684],[-144.249623,60.032294],[-144.133209,60.03974],[-144.031361,60.034084],[-144.002553,60.03974],[-144.02009,60.061428],[-144.050771,60.079657],[-144.205474,60.145168],[-144.219146,60.148627],[-144.239084,60.149604],[-144.252553,60.154608],[-144.240875,60.165513],[-144.205637,60.183051],[-144.197499,60.184149],[-144.190541,60.186591],[-144.187571,60.193671],[-144.190094,60.201646],[-144.196441,60.205634],[-144.204498,60.205308],[-144.212026,60.200507],[-144.246571,60.18891],[-144.347564,60.201117],[-144.38679,60.196763],[-144.373118,60.183743],[-144.448557,60.176337],[-144.46349,60.179348],[-144.478831,60.186713],[-144.485829,60.19595],[-144.475494,60.20425],[-144.490712,60.216254],[-144.517323,60.210028],[-144.546986,60.197455],[-144.571116,60.190619],[-144.601471,60.196438],[-144.658111,60.215399],[-144.688385,60.224677],[-144.674224,60.226549],[-144.661855,60.224066],[-144.653147,60.220364],[-144.640004,60.217231],[-144.642161,60.22248],[-144.660512,60.245185],[-144.694651,60.272528],[-144.736318,60.28441],[-144.746449,60.289537],[-144.75593,60.29621],[-144.769887,60.30268],[-144.784047,60.305976],[-144.79426,60.303209],[-144.808909,60.29442],[-144.819651,60.297268],[-144.828765,60.303127],[-144.838694,60.303209],[-144.848948,60.300727],[-144.865102,60.304389],[-144.872792,60.303209],[-144.890126,60.292955],[-144.905263,60.293199],[-144.916575,60.294745],[-144.92748,60.298774],[-144.94164,60.306627],[-144.934478,60.316392],[-144.916371,60.326158],[-144.889638,60.350246],[-144.887034,60.355048],[-144.889963,60.363267],[-144.896392,60.36579],[-144.903066,60.366197],[-144.90689,60.368109],[-144.91454,60.381171],[-144.912465,60.38703],[-144.900706,60.395982],[-144.886545,60.401557],[-144.870717,60.403225],[-144.838002,60.402167],[-144.838002,60.409654],[-144.860707,60.418524],[-144.84203,60.436184],[-144.790842,60.464911],[-144.79426,60.475979],[-144.794097,60.491156],[-144.798411,60.499213],[-144.832143,60.477118],[-144.853179,60.469875],[-144.873118,60.471177],[-144.887034,60.485419],[-144.879058,60.495917],[-144.870188,60.501858],[-144.860951,60.506293],[-144.846181,60.516791],[-144.836049,60.522406],[-144.831776,60.525784],[-144.830678,60.530992],[-144.832021,60.538031],[-144.832346,60.544176],[-144.828359,60.54682],[-144.817535,60.551825],[-144.815256,60.563137],[-144.818756,60.584133],[-144.81607,60.595038],[-144.809234,60.603339],[-144.790842,60.615139],[-144.768463,60.625149],[-144.762807,60.630194],[-144.756093,60.643052],[-144.757069,60.652533],[-144.761342,60.66356],[-144.76061,60.672756],[-144.746449,60.676581],[-144.716542,60.671861],[-144.688547,60.663642],[-144.661204,60.660102],[-144.633168,60.669745],[-144.617909,60.680365],[-144.613678,60.687323],[-144.61266,60.697699],[-144.616038,60.713935],[-144.622792,60.717027],[-144.63386,60.713853],[-144.705393,60.703803],[-144.733144,60.695217],[-144.756093,60.684027],[-144.771799,60.668931],[-144.786,60.650702],[-144.803293,60.635321],[-144.855865,60.622056],[-144.869781,60.605699],[-144.87914,60.585517],[-144.893219,60.567328],[-144.912099,60.557359],[-144.974273,60.537014],[-144.999664,60.533189],[-145.019521,60.526435],[-145.040435,60.510565],[-145.072011,60.477973],[-145.096995,60.444281],[-145.114003,60.429429],[-145.163482,60.417141],[-145.235911,60.368109],[-145.269521,60.357082],[-145.305247,60.35578],[-145.38915,60.362535],[-145.402659,60.366278],[-145.415191,60.371894],[-145.436838,60.38642],[-145.468495,60.39175],[-145.482289,60.395982],[-145.489369,60.403266],[-145.498891,60.423529],[-145.504018,60.430813],[-145.516957,60.436021],[-145.550038,60.441352],[-145.572581,60.451117],[-145.672839,60.45816],[-145.731616,60.465277],[-145.804504,60.454449],[-145.866064,60.447662],[-145.938754,60.456066],[-145.941558,60.471137],[-145.922678,60.479967],[-145.880035,60.487698],[-145.863393,60.495307],[-145.846832,60.507229],[-145.771799,60.542426],[-145.681304,60.6081],[-145.674672,60.618232],[-145.666371,60.635321],[-145.647817,60.645209],[-145.62914,60.652737],[-145.620025,60.662909],[-145.629018,60.679145],[-145.652089,60.675116],[-145.691762,60.656684],[-145.844594,60.621039],[-145.880198,60.62873],[-145.838002,60.639838],[-145.817738,60.649604],[-145.805043,60.662909],[-145.824208,60.664862],[-145.861399,60.65648],[-145.880198,60.662909],[-145.85554,60.676581],[-145.845286,60.685533],[-145.839182,60.697699],[-145.857167,60.695054],[-145.882232,60.686225],[-145.904652,60.67357],[-145.925771,60.645209],[-145.952382,60.638129],[-146.003651,60.635647],[-145.99413,60.649156],[-145.982777,60.657213],[-145.95523,60.669745],[-145.94343,60.67829],[-145.924672,60.696845],[-145.914296,60.703925],[-145.938791,60.708197],[-145.965484,60.697821],[-145.99234,60.683743],[-146.017323,60.676581],[-146.044301,60.673082],[-146.197743,60.636542],[-146.238759,60.634711],[-146.256907,60.646186],[-146.258046,60.64883],[-146.26061,60.650702],[-146.263173,60.653713],[-146.264312,60.659817],[-146.261301,60.662584],[-146.246002,60.663804],[-146.239858,60.666327],[-146.230702,60.673163],[-146.117299,60.721381],[-146.081288,60.726386],[-146.070302,60.730658],[-146.062123,60.738023],[-146.058909,60.748603],[-146.05309,60.752631],[-146.026112,60.744818],[-146.017934,60.752346],[-146.020375,60.757961],[-146.03775,60.779608],[-146.032216,60.788398],[-146.031117,60.794745],[-146.03775,60.800116],[-146.043446,60.801011],[-146.050404,60.800849],[-146.056386,60.799302],[-146.058909,60.796332],[-146.069325,60.778388],[-146.093495,60.762885],[-146.140859,60.744818],[-146.166982,60.740709],[-146.1822,60.744045],[-146.181874,60.753119],[-146.161285,60.766547],[-146.208567,60.760728],[-146.222483,60.755764],[-146.232289,60.747463],[-146.240305,60.73725],[-146.249827,60.728664],[-146.264027,60.725002],[-146.295562,60.726304],[-146.306793,60.732082],[-146.312123,60.744818],[-146.309967,60.758246],[-146.302358,60.765326],[-146.292592,60.770901],[-146.28425,60.779608],[-146.3131,60.771674],[-146.352528,60.73371],[-146.38915,60.721991],[-146.417226,60.706773],[-146.425689,60.700832],[-146.438385,60.69599],[-146.482289,60.686957],[-146.493723,60.687161],[-146.517568,60.698065],[-146.549916,60.701402],[-146.644195,60.697699],[-146.652089,60.700019],[-146.653635,60.705756],[-146.652984,60.71247],[-146.654775,60.718166],[-146.662913,60.725002],[-146.695709,60.744818],[-146.678578,60.752753],[-146.660512,60.749986],[-146.642974,60.741197],[-146.627431,60.731147],[-146.620839,60.752427],[-146.615793,60.761176],[-146.607004,60.766547],[-146.591135,60.765204],[-146.562611,60.750963],[-146.534535,60.759223],[-146.506703,60.744371],[-146.493723,60.748603],[-146.491526,60.760891],[-146.505116,60.768622],[-146.524159,60.772406],[-146.538075,60.772773],[-146.515696,60.780097],[-146.491607,60.779283],[-146.445627,60.772773],[-146.426625,60.774888],[-146.386098,60.784329],[-146.343332,60.788886],[-146.262847,60.810858],[-146.195465,60.820543],[-146.195465,60.827379],[-146.227895,60.831692],[-146.237538,60.84101],[-146.226145,60.850409],[-146.195465,60.854682],[-146.093088,60.84101],[-146.223459,60.892646],[-146.253774,60.885728],[-146.281361,60.85932],[-146.31725,60.836737],[-146.358306,60.822333],[-146.401519,60.820543],[-146.401519,60.827379],[-146.396108,60.831244],[-146.393137,60.835435],[-146.387278,60.847886],[-146.511464,60.81859],[-146.558583,60.827379],[-146.554596,60.845445],[-146.566803,60.853664],[-146.586049,60.852973],[-146.603261,60.844428],[-146.61913,60.831041],[-146.628285,60.827297],[-146.630971,60.834784],[-146.627431,60.854682],[-146.609975,60.864203],[-146.607004,60.868354],[-146.611399,60.877143],[-146.620839,60.883775],[-146.631947,60.888007],[-146.641103,60.889472],[-146.655263,60.886298],[-146.668446,60.880927],[-146.683502,60.879828],[-146.703196,60.889472],[-146.704661,60.892279],[-146.716868,60.90998],[-146.723866,60.916083],[-146.730458,60.919338],[-146.735422,60.923896],[-146.737294,60.933824],[-146.753285,60.955024],[-146.753163,60.964301],[-146.729848,60.964545],[-146.714711,60.959784],[-146.691274,60.947252],[-146.60497,60.937161],[-146.585846,60.944729],[-146.618804,60.955024],[-146.666086,60.963446],[-146.699818,60.976874],[-146.692291,61.002427],[-146.685292,61.011664],[-146.67276,61.032701],[-146.662221,61.040269],[-146.643544,61.04206],[-146.590932,61.032904],[-146.572825,61.026597],[-146.570465,61.030707],[-146.566477,61.041571],[-146.565419,61.046536],[-146.611236,61.053453],[-146.632924,61.059556],[-146.647939,61.073798],[-146.556874,61.085924],[-146.283762,61.081448],[-146.23644,61.094306],[-146.277984,61.122748],[-146.30012,61.132514],[-146.325795,61.136461],[-146.381459,61.134589],[-146.431956,61.139472],[-146.493804,61.134182],[-146.585846,61.136461],[-146.609446,61.130764],[-146.631663,61.119086],[-146.675282,61.08808],[-146.72057,61.064887],[-146.815541,61.031806],[-146.853993,61.005561],[-146.871327,60.985175],[-146.89094,60.972073],[-146.911366,60.962104],[-146.94872,60.949652],[-146.976715,60.945787],[-147.004872,60.947943],[-147.031565,60.957709],[-146.993967,60.983385],[-146.978831,60.998725],[-146.983754,61.005561],[-147.004791,61.006659],[-147.011057,61.005561],[-147.015696,61.002183],[-147.016754,60.998114],[-147.016916,60.99433],[-147.018463,60.991889],[-147.034169,60.981635],[-147.044301,60.977932],[-147.058827,60.978217],[-147.048573,60.992174],[-147.042592,61.002916],[-147.047231,61.009833],[-147.090199,61.015774],[-147.100657,61.015286],[-147.119456,61.002875],[-147.148264,60.991889],[-147.150543,60.976386],[-147.145375,60.963324],[-147.145863,60.954291],[-147.165273,60.950873],[-147.185292,60.953681],[-147.199127,60.961982],[-147.207102,60.975979],[-147.209625,60.995592],[-147.207265,61.008694],[-147.205149,61.014594],[-147.21052,61.013414],[-147.254384,60.993964],[-147.264272,60.991889],[-147.278432,61.004381],[-147.287913,61.007025],[-147.292226,60.995592],[-147.287506,60.984931],[-147.265289,60.967922],[-147.258127,60.957709],[-147.257314,60.937893],[-147.26891,60.930243],[-147.312734,60.930406],[-147.305816,60.923],[-147.343088,60.899482],[-147.364613,60.891262],[-147.374135,60.899075],[-147.382965,60.913967],[-147.403961,60.912787],[-147.429026,60.905585],[-147.449859,60.902533],[-147.437896,60.926907],[-147.380971,60.985663],[-147.400258,60.990953],[-147.416819,60.980292],[-147.432607,60.965318],[-147.449574,60.957709],[-147.460032,60.965766],[-147.451731,60.98371],[-147.435536,61.002387],[-147.422597,61.012356],[-147.451731,61.010932],[-147.468861,61.000474],[-147.494252,60.967963],[-147.509755,60.925727],[-147.522694,60.907538],[-147.542063,60.913316],[-147.545481,60.985663],[-147.538564,61.004218],[-147.529693,61.016669],[-147.525502,61.030585],[-147.53246,61.053941],[-147.521718,61.05976],[-147.490875,61.069403],[-147.483998,61.073798],[-147.485911,61.083726],[-147.493886,61.08808],[-147.503733,61.090399],[-147.511342,61.094306],[-147.521352,61.108588],[-147.527252,61.124742],[-147.525258,61.13939],[-147.511342,61.149563],[-147.524892,61.154446],[-147.543284,61.15705],[-147.561147,61.155911],[-147.573394,61.149563],[-147.578847,61.136298],[-147.573232,61.12759],[-147.564361,61.120347],[-147.559722,61.11164],[-147.566151,61.087226],[-147.581858,61.059231],[-147.601796,61.0362],[-147.62092,61.026597],[-147.640004,61.024359],[-147.658599,61.019477],[-147.665273,61.014594],[-147.648508,61.012356],[-147.620758,61.013983],[-147.614369,61.012356],[-147.607411,61.003363],[-147.610178,60.998847],[-147.616567,60.995998],[-147.620595,60.991889],[-147.623158,60.986558],[-147.632232,60.977973],[-147.634185,60.974799],[-147.630483,60.966702],[-147.621693,60.964586],[-147.611643,60.964301],[-147.603831,60.961168],[-147.600087,60.949856],[-147.605621,60.923651],[-147.600697,60.90998],[-147.596791,60.885688],[-147.599029,60.869086],[-147.610666,60.861558],[-147.664662,60.858303],[-147.681956,60.864691],[-147.666086,60.900458],[-147.685048,60.898586],[-147.712148,60.891181],[-147.730458,60.889472],[-147.732777,60.900092],[-147.727203,60.918158],[-147.716461,60.935696],[-147.703114,60.944729],[-147.703114,60.950873],[-147.727651,60.947577],[-147.769439,60.929145],[-147.785715,60.930406],[-147.788645,60.926703],[-147.790191,60.923774],[-147.79247,60.916815],[-147.770131,60.911444],[-147.77774,60.898871],[-147.812978,60.8758],[-147.777089,60.867011],[-147.771392,60.864936],[-147.766835,60.861884],[-147.757802,60.853664],[-147.751373,60.845038],[-147.754628,60.84101],[-147.763824,60.838935],[-147.783315,60.829535],[-147.795562,60.827379],[-147.870188,60.837714],[-147.886098,60.845201],[-147.898793,60.855943],[-147.908559,60.868354],[-147.916982,60.88817],[-147.922231,60.895697],[-147.930816,60.904202],[-147.9381,60.908759],[-148.019846,60.941636],[-148.03893,60.944729],[-148.050404,60.950141],[-148.034291,60.962348],[-147.997914,60.98192],[-147.999501,60.987616],[-148.002146,60.990139],[-148.002634,60.992865],[-147.997914,60.999335],[-147.98884,61.004869],[-147.96642,61.007961],[-147.956939,61.012356],[-147.944692,61.026597],[-147.929067,61.053778],[-147.915395,61.067572],[-147.92984,61.07274],[-147.935902,61.073798],[-147.91808,61.094306],[-147.883941,61.119371],[-147.845937,61.14057],[-147.816396,61.149563],[-147.804758,61.155219],[-147.772857,61.182034],[-147.757721,61.191107],[-147.716176,61.20185],[-147.702138,61.213202],[-147.710561,61.232082],[-147.736969,61.215562],[-147.751047,61.212592],[-147.765207,61.218451],[-147.723215,61.255927],[-147.713368,61.273098],[-147.730458,61.279853],[-147.748036,61.276068],[-147.762196,61.26496],[-147.785715,61.238959],[-147.833485,61.197577],[-147.843739,61.191107],[-147.87328,61.181871],[-147.908681,61.160142],[-147.963775,61.114732],[-147.998525,61.06269],[-148.020985,61.037421],[-148.049428,61.026597],[-148.072011,61.0244],[-148.079905,61.026597],[-148.086252,61.031399],[-148.093821,61.044176],[-148.113352,61.061835],[-148.121897,61.075995],[-148.131907,61.088324],[-148.148752,61.094306],[-148.139963,61.11286],[-148.145945,61.117906],[-148.160146,61.114691],[-148.196116,61.102362],[-148.258616,61.094306],[-148.278391,61.088935],[-148.305165,61.077094],[-148.390574,61.067288],[-148.409495,61.060126],[-148.397165,61.055365],[-148.372629,61.052232],[-148.361073,61.046536],[-148.371287,61.040595],[-148.391428,61.024115],[-148.398915,61.016059],[-148.407908,61.010932],[-148.449818,60.999335],[-148.449818,60.991889],[-148.410349,60.986396],[-148.3756,60.999213],[-148.313832,61.040269],[-148.27949,61.054999],[-148.227651,61.07099],[-148.177724,61.076606],[-148.148752,61.060126],[-148.163808,61.055813],[-148.166941,61.046454],[-148.166819,61.034613],[-148.172353,61.023261],[-148.207143,60.98192],[-148.218373,60.97248],[-148.251943,60.954739],[-148.264841,60.950873],[-148.281728,60.953681],[-148.313588,60.969794],[-148.333119,60.971381],[-148.325876,60.961127],[-148.289052,60.933824],[-148.281199,60.9206],[-148.286,60.913398],[-148.296702,60.906928],[-148.306467,60.895697],[-148.308176,60.880194],[-148.305776,60.864691],[-148.3072,60.852729],[-148.320424,60.847886],[-148.338735,60.850043],[-148.375111,60.859361],[-148.395823,60.861558],[-148.348215,60.83393],[-148.332875,60.819403],[-148.354237,60.813137],[-148.383372,60.817043],[-148.428334,60.835273],[-148.457265,60.84101],[-148.523427,60.840399],[-148.586374,60.830471],[-148.703684,60.79267],[-148.670115,60.785468],[-148.635081,60.793606],[-148.600046,60.806342],[-148.566477,60.813137],[-148.559926,60.811103],[-148.551462,60.802069],[-148.546335,60.800116],[-148.537953,60.80093],[-148.476308,60.814276],[-148.460154,60.812405],[-148.449818,60.800116],[-148.488026,60.790513],[-148.578359,60.781724],[-148.611195,60.762885],[-148.623606,60.752387],[-148.650868,60.737372],[-148.662709,60.725002],[-148.677724,60.700344],[-148.68871,60.689399],[-148.703684,60.684027],[-148.703684,60.676581],[-148.66747,60.674506],[-148.655873,60.676581],[-148.643666,60.682034],[-148.621327,60.695136],[-148.598256,60.699612],[-148.589589,60.704739],[-148.583201,60.712348],[-148.5808,60.721584],[-148.578928,60.735785],[-148.573598,60.739936],[-148.56489,60.74079],[-148.552846,60.744818],[-148.52953,60.757025],[-148.510203,60.763495],[-148.48998,60.766099],[-148.464101,60.766547],[-148.453074,60.768622],[-148.440012,60.777574],[-148.433054,60.779608],[-148.374705,60.779608],[-148.374705,60.772773],[-148.388376,60.772773],[-148.388376,60.766547],[-148.378855,60.764228],[-148.370961,60.759752],[-148.364939,60.753241],[-148.361073,60.744818],[-148.385487,60.739691],[-148.39509,60.734687],[-148.401967,60.725002],[-148.401112,60.715806],[-148.39509,60.689521],[-148.398915,60.684027],[-148.42634,60.679511],[-148.434519,60.667426],[-148.429921,60.62873],[-148.420115,60.634955],[-148.395823,60.656684],[-148.38268,60.661689],[-148.370432,60.663804],[-148.358754,60.667426],[-148.347401,60.676581],[-148.342519,60.703315],[-148.30842,60.734565],[-148.264638,60.76081],[-148.230702,60.772773],[-148.230702,60.766547],[-148.24828,60.754381],[-148.256215,60.737982],[-148.254954,60.718573],[-148.244985,60.697699],[-148.237131,60.688544],[-148.218984,60.673285],[-148.210194,60.662909],[-148.20641,60.65351],[-148.205922,60.645453],[-148.204172,60.637519],[-148.196604,60.62873],[-148.206288,60.620551],[-148.219187,60.614081],[-148.233713,60.609809],[-148.248118,60.608303],[-148.315256,60.549709],[-148.336985,60.540595],[-148.361073,60.54682],[-148.361073,60.553046],[-148.363515,60.562323],[-148.416453,60.559231],[-148.429921,60.570746],[-148.439687,60.587063],[-148.462473,60.589301],[-148.488474,60.582221],[-148.524485,60.560004],[-148.599477,60.52969],[-148.655873,60.49844],[-148.669423,60.488227],[-148.684763,60.472113],[-148.68989,60.457221],[-148.672597,60.450629],[-148.651479,60.45718],[-148.615305,60.485745],[-148.557932,60.50434],[-148.51415,60.528469],[-148.470204,60.54621],[-148.429921,60.539374],[-148.427073,60.528876],[-148.409047,60.524563],[-148.385935,60.522528],[-148.367869,60.518948],[-148.38154,60.505845],[-148.3485,60.509467],[-148.341542,60.506659],[-148.351145,60.495307],[-148.358835,60.483791],[-148.348378,60.480658],[-148.329905,60.483222],[-148.313222,60.488837],[-148.276601,60.49494],[-148.268503,60.472886],[-148.263783,60.451077],[-148.237538,60.457465],[-148.224721,60.469143],[-148.223622,60.478339],[-148.227854,60.488349],[-148.230702,60.502143],[-148.232859,60.505805],[-148.236643,60.509914],[-148.238352,60.515204],[-148.23412,60.522366],[-148.228464,60.525621],[-148.213246,60.532416],[-148.210194,60.536322],[-148.205922,60.546332],[-148.195912,60.554511],[-148.18456,60.557807],[-148.176096,60.553046],[-148.173655,60.539984],[-148.177113,60.525336],[-148.183461,60.512763],[-148.189768,60.505845],[-148.166371,60.501614],[-148.154612,60.525133],[-148.148305,60.557766],[-148.141306,60.58039],[-148.130849,60.587226],[-148.093821,60.603583],[-148.083608,60.604885],[-148.069163,60.585924],[-148.060007,60.57803],[-148.045766,60.574164],[-148.066843,60.539374],[-148.055165,60.541246],[-148.033396,60.551459],[-148.025258,60.553046],[-148.01179,60.547797],[-148.006825,60.540676],[-148.004262,60.532782],[-147.997914,60.525784],[-147.984975,60.521552],[-147.970774,60.518948],[-147.959828,60.512763],[-147.956939,60.49844],[-147.96227,60.491889],[-147.973704,60.485297],[-147.986969,60.48017],[-147.997914,60.477973],[-147.984731,60.462226],[-147.963735,60.464179],[-147.944407,60.468899],[-147.935902,60.461168],[-147.941884,60.443061],[-147.957021,60.436103],[-147.997914,60.436957],[-147.995351,60.421536],[-148.0124,60.410712],[-148.036855,60.404283],[-148.056264,60.402167],[-148.085561,60.419094],[-148.097035,60.419379],[-148.087351,60.395982],[-148.110911,60.399482],[-148.156443,60.414944],[-148.182322,60.41649],[-148.170847,60.409613],[-148.135081,60.37934],[-148.128285,60.368109],[-148.142445,60.355211],[-148.169789,60.352851],[-148.198557,60.356391],[-148.21703,60.361274],[-148.216176,60.379706],[-148.23351,60.384752],[-148.254587,60.378974],[-148.264841,60.364691],[-148.259755,60.348538],[-148.247304,60.349026],[-148.231679,60.353095],[-148.21703,60.347602],[-148.215159,60.321926],[-148.240915,60.297675],[-148.276235,60.279608],[-148.310374,60.270413],[-148.320058,60.260972],[-148.330027,60.258857],[-148.338735,60.262437],[-148.353586,60.279975],[-148.361073,60.2862],[-148.379709,60.287421],[-148.390859,60.277411],[-148.393056,60.26496],[-148.384958,60.258857],[-148.367543,60.253892],[-148.364451,60.242255],[-148.370798,60.228461],[-148.38154,60.217231],[-148.398142,60.209174],[-148.415232,60.204413],[-148.430898,60.197659],[-148.442983,60.183743],[-148.408681,60.186103],[-148.375234,60.192776],[-148.343373,60.203315],[-148.313832,60.217231],[-148.258127,60.251776],[-148.225819,60.260403],[-148.189768,60.25141],[-148.189768,60.245185],[-148.229075,60.242255],[-148.264841,60.232164],[-148.247182,60.226386],[-148.204091,60.22016],[-148.189768,60.211086],[-148.185618,60.196519],[-148.191355,60.183417],[-148.210194,60.155829],[-148.187611,60.165513],[-148.160146,60.21308],[-148.141306,60.232164],[-148.13268,60.234198],[-148.118845,60.234524],[-148.105946,60.230862],[-148.100331,60.220933],[-148.102528,60.209133],[-148.108347,60.201117],[-148.164906,60.149075],[-148.188832,60.134752],[-148.216746,60.129096],[-148.278635,60.127265],[-148.298573,60.136461],[-148.285959,60.162665],[-148.303049,60.164008],[-148.322987,60.172593],[-148.333119,60.170111],[-148.367869,60.118232],[-148.373036,60.086737],[-148.387929,60.058498],[-148.41161,60.03856],[-148.442983,60.032294],[-148.442983,60.025458],[-148.40746,60.018052],[-148.401967,60.01553],[-148.403879,60.007066],[-148.406931,60.003241],[-148.407582,59.999579],[-148.401967,59.99136],[-148.435374,59.959296],[-148.451365,59.955024],[-148.470937,59.970893],[-148.499013,60.013251],[-148.518056,60.02851],[-148.54601,60.032294],[-148.534413,60.013129],[-148.535512,59.997016],[-148.546986,59.984849],[-148.566477,59.977688],[-148.547841,59.969631],[-148.561757,59.957099],[-148.645579,59.923163],[-148.655873,59.923041],[-148.665761,59.931138],[-148.66454,59.939765],[-148.65746,59.946967],[-148.649648,59.950995],[-148.665232,59.955797],[-148.680287,59.954739],[-148.695261,59.951728],[-148.71052,59.950995],[-148.723012,59.953843],[-148.745107,59.962144],[-148.758901,59.964057],[-148.787831,59.958564],[-148.844187,59.937201],[-148.874989,59.937323],[-148.892323,59.94599],[-148.926015,59.971503],[-148.950673,59.977688],[-149.002024,59.967271],[-149.023183,59.967678],[-149.018992,59.984524],[-149.074778,59.969468],[-149.106882,59.96898],[-149.121409,59.99136],[-149.109486,60.002753],[-149.054392,60.037746],[-149.038808,60.052802],[-149.070139,60.06094],[-149.103098,60.058092],[-149.134755,60.047512],[-149.192738,60.014106],[-149.200185,60.008368],[-149.20519,59.998236],[-149.20641,59.987616],[-149.208852,59.977973],[-149.2176,59.970893],[-149.218617,59.955308],[-149.233957,59.939887],[-149.244496,59.926093],[-149.231272,59.915595],[-149.240834,59.902737],[-149.257883,59.888251],[-149.275258,59.877265],[-149.285878,59.874661],[-149.29308,59.887641],[-149.290598,59.924994],[-149.299672,59.94717],[-149.300404,59.956366],[-149.299509,59.97427],[-149.30488,59.977851],[-149.316111,59.979438],[-149.326039,59.98432],[-149.327463,59.997504],[-149.321401,60.001044],[-149.298329,60.006537],[-149.293324,60.011786],[-149.30016,60.023139],[-149.315175,60.025051],[-149.341135,60.022406],[-149.354115,60.090969],[-149.362864,60.111274],[-149.383656,60.122382],[-149.408681,60.123725],[-149.42988,60.114814],[-149.436228,60.103217],[-149.442006,60.083401],[-149.444407,60.062893],[-149.440745,60.049709],[-149.423044,60.022406],[-149.418528,60.018052],[-149.388905,59.997504],[-149.418284,59.991278],[-149.432485,59.986151],[-149.444163,59.977688],[-149.448801,59.968085],[-149.452626,59.945054],[-149.457834,59.937323],[-149.472157,59.931586],[-149.48408,59.932929],[-149.496449,59.936469],[-149.512441,59.937323],[-149.526967,59.932115],[-149.554636,59.913479],[-149.563669,59.90941],[-149.576853,59.89761],[-149.60615,59.845526],[-149.625071,59.833686],[-149.627878,59.828315],[-149.620351,59.816596],[-149.608469,59.804877],[-149.598093,59.799547],[-149.586171,59.789374],[-149.580678,59.786526],[-149.571238,59.785102],[-149.539744,59.786526],[-149.546498,59.774726],[-149.548899,59.766099],[-149.548329,59.758979],[-149.54658,59.751776],[-149.5301,59.738267],[-149.522654,59.727973],[-149.526723,59.717597],[-149.537546,59.716498],[-149.550974,59.723212],[-149.573232,59.738105],[-149.588083,59.742255],[-149.635935,59.74494],[-149.600535,59.766303],[-149.59496,59.772203],[-149.601877,59.782701],[-149.618276,59.784573],[-149.63679,59.783881],[-149.649607,59.786526],[-149.644968,59.801947],[-149.671986,59.817084],[-149.666697,59.830552],[-149.660024,59.840399],[-149.64509,59.873928],[-149.642161,59.885484],[-149.650095,59.912258],[-149.670277,59.939846],[-149.69697,59.959784],[-149.724721,59.964057],[-149.740834,59.948472],[-149.738596,59.890855],[-149.748891,59.864691],[-149.76594,59.839667],[-149.776967,59.835354],[-149.799794,59.841132],[-149.829945,59.856676],[-149.846995,59.858344],[-149.868113,59.847968],[-149.855092,59.843166],[-149.841135,59.835191],[-149.792551,59.79975],[-149.769114,59.786526],[-149.750356,59.704657],[-149.752634,59.682847],[-149.746083,59.667182],[-149.75654,59.662055],[-149.774363,59.664862],[-149.789866,59.673245],[-149.808542,59.687445],[-149.813954,59.69302],[-149.806223,59.71011],[-149.80724,59.717597],[-149.821482,59.725491],[-149.857045,59.733588],[-149.871816,59.741523],[-149.91157,59.773993],[-149.919911,59.779039],[-149.963002,59.783352],[-150.018666,59.798529],[-150.031687,59.799262],[-150.038564,59.792548],[-150.040639,59.775621],[-149.977976,59.751776],[-149.972727,59.746405],[-149.960886,59.727484],[-149.951975,59.72309],[-149.927358,59.721137],[-149.916493,59.717597],[-149.957468,59.669827],[-150.002675,59.642035],[-150.012685,59.628241],[-150.031199,59.637112],[-150.042348,59.649482],[-150.060496,59.676663],[-150.074656,59.685533],[-150.097727,59.695543],[-150.119252,59.700344],[-150.128774,59.693427],[-150.120676,59.680976],[-150.104685,59.672105],[-150.093129,59.662055],[-150.098378,59.645575],[-150.106923,59.629828],[-150.107126,59.614936],[-150.100209,59.602729],[-150.087839,59.594672],[-150.1103,59.580024],[-150.12267,59.575019],[-150.13561,59.572984],[-150.150217,59.576321],[-150.16747,59.591376],[-150.177195,59.594672],[-150.198354,59.586982],[-150.199452,59.568834],[-150.189402,59.548082],[-150.177195,59.53205],[-150.236887,59.53384],[-150.256785,59.526109],[-150.245473,59.49787],[-150.279734,59.496405],[-150.291249,59.492865],[-150.326243,59.475979],[-150.347971,59.469957],[-150.369862,59.469468],[-150.389475,59.477444],[-150.382273,59.479234],[-150.369862,59.483873],[-150.361521,59.484809],[-150.375844,59.495185],[-150.383249,59.49787],[-150.369822,59.502021],[-150.355702,59.504462],[-150.343332,59.508857],[-150.334828,59.518378],[-150.349924,59.518744],[-150.357493,59.525702],[-150.358876,59.535875],[-150.355336,59.546291],[-150.344797,59.555569],[-150.315297,59.56391],[-150.303456,59.569892],[-150.294667,59.582343],[-150.294667,59.592108],[-150.295847,59.60106],[-150.290476,59.611151],[-150.27009,59.626899],[-150.266347,59.635932],[-150.273386,59.649359],[-150.250722,59.667711],[-150.229075,59.695502],[-150.224355,59.715399],[-150.252268,59.71015],[-150.278798,59.692084],[-150.35436,59.602281],[-150.379587,59.587551],[-150.393178,59.576728],[-150.424265,59.53205],[-150.465199,59.494452],[-150.469309,59.478176],[-150.479482,59.467353],[-150.492747,59.465766],[-150.506174,59.477444],[-150.501576,59.494289],[-150.541941,59.515286],[-150.553334,59.535712],[-150.545115,59.550442],[-150.505849,59.581855],[-150.492502,59.600898],[-150.5301,59.601874],[-150.616689,59.564399],[-150.656972,59.552476],[-150.656972,59.546291],[-150.637441,59.541205],[-150.614329,59.528754],[-150.593577,59.513007],[-150.581248,59.49787],[-150.580515,59.48192],[-150.593577,59.474107],[-150.636464,59.463121],[-150.636464,59.456977],[-150.614369,59.450426],[-150.604726,59.445014],[-150.609324,59.438666],[-150.629709,59.429633],[-150.653066,59.423896],[-150.728627,59.422187],[-150.733957,59.414781],[-150.742624,59.398586],[-150.754628,59.382392],[-150.769968,59.374945],[-150.788279,59.371487],[-150.84907,59.343695],[-150.856272,59.33926],[-150.863881,59.335517],[-150.917673,59.326565],[-150.917307,59.317084],[-150.908762,59.302639],[-150.886342,59.275051],[-150.891957,59.257514],[-150.931101,59.248236],[-150.965891,59.234442],[-150.958608,59.203681],[-150.996571,59.226549],[-151.011545,59.241645],[-151.009511,59.255194],[-150.996409,59.268134],[-150.998036,59.27265],[-151.008168,59.2744],[-151.02009,59.278754],[-151.034983,59.292467],[-151.042551,59.297187],[-151.054189,59.299262],[-151.065989,59.295885],[-151.078359,59.289252],[-151.092478,59.285102],[-151.121693,59.293931],[-151.176625,59.301011],[-151.228708,59.316352],[-151.243479,59.318427],[-151.258046,59.317694],[-151.273305,59.312934],[-151.257639,59.298407],[-151.235911,59.296536],[-151.213124,59.296942],[-151.194529,59.289374],[-151.180979,59.279364],[-151.129954,59.258287],[-151.109202,59.253363],[-151.099355,59.248969],[-151.095164,59.241278],[-151.097239,59.232611],[-151.102732,59.224677],[-151.110341,59.21894],[-151.146311,59.20954],[-151.16161,59.207709],[-151.182607,59.217434],[-151.211863,59.223293],[-151.222117,59.224189],[-151.274607,59.221625],[-151.294423,59.224189],[-151.349192,59.242092],[-151.372914,59.246527],[-151.389109,59.255316],[-151.39684,59.258287],[-151.409617,59.260077],[-151.417836,59.259101],[-151.501291,59.234687],[-151.519765,59.224189],[-151.508046,59.221177],[-151.485707,59.21955],[-151.472605,59.216702],[-151.489084,59.199652],[-151.516713,59.196763],[-151.575307,59.203681],[-151.601267,59.201728],[-151.613962,59.197496],[-151.615956,59.189399],[-151.603831,59.182034],[-151.576283,59.188218],[-151.568105,59.175767],[-151.68281,59.163031],[-151.741526,59.167141],[-151.766794,59.193101],[-151.760365,59.209703],[-151.758616,59.219713],[-151.763376,59.224189],[-151.840281,59.213446],[-151.867909,59.21369],[-151.893137,59.220649],[-151.910756,59.23786],[-151.894846,59.238105],[-151.886667,59.241604],[-151.887156,59.248358],[-151.897084,59.258287],[-151.906484,59.261461],[-151.944936,59.265082],[-151.961781,59.270657],[-151.977162,59.279364],[-151.986684,59.292792],[-151.985829,59.312934],[-151.97643,59.325426],[-151.959462,59.337348],[-151.925038,59.353909],[-151.896596,59.359565],[-151.815175,59.353909],[-151.835398,59.36758],[-151.881296,59.385321],[-151.900217,59.398871],[-151.894032,59.412828],[-151.864207,59.426907],[-151.807729,59.443834],[-151.74828,59.445624],[-151.718251,59.450873],[-151.705312,59.466864],[-151.689076,59.480292],[-151.651845,59.485907],[-151.46821,59.478095],[-151.441518,59.466864],[-151.423166,59.453925],[-151.400624,59.445136],[-151.382192,59.44477],[-151.376332,59.456977],[-151.390004,59.473782],[-151.440419,59.493638],[-151.451487,59.508124],[-151.441477,59.532213],[-151.41747,59.546291],[-151.362742,59.559963],[-151.341257,59.561184],[-151.291697,59.556098],[-151.273305,59.559963],[-151.266306,59.571194],[-151.265207,59.584662],[-151.25886,59.596137],[-151.236073,59.600898],[-151.194773,59.597602],[-151.174143,59.600084],[-151.174021,59.611151],[-151.200266,59.631781],[-151.201365,59.641181],[-151.18456,59.655504],[-151.170969,59.661811],[-151.141794,59.670356],[-151.129954,59.676663],[-151.120432,59.687161],[-151.107411,59.710679],[-151.098948,59.720689],[-151.075144,59.737698],[-150.992787,59.779039],[-151.023508,59.795559],[-151.066274,59.79678],[-151.10912,59.786526],[-151.15449,59.759955],[-151.212514,59.74494],[-151.381337,59.674954],[-151.417307,59.669827],[-151.430979,59.666205],[-151.449534,59.657416],[-151.465769,59.646308],[-151.472605,59.635688],[-151.46467,59.625922],[-151.44636,59.61815],[-151.430369,59.612494],[-151.42573,59.611518],[-151.410512,59.607733],[-151.430653,59.611802],[-151.746938,59.682847],[-151.780832,59.692206],[-151.83137,59.716213],[-151.871775,59.749457],[-151.882883,59.786526],[-151.877065,59.79678],[-151.848704,59.820014],[-151.841868,59.831285],[-151.83141,59.855455],[-151.739125,59.988227],[-151.733266,60.008368],[-151.724965,60.024888],[-151.706044,60.041693],[-151.465443,60.18769],[-151.429636,60.216376],[-151.403269,60.252427],[-151.390614,60.299791],[-151.393178,60.344428],[-151.390248,60.359442],[-151.376047,60.371812],[-151.362009,60.377753],[-151.3485,60.380927],[-151.317983,60.382392],[-151.305979,60.386949],[-151.301869,60.398017],[-151.300649,60.423326],[-151.282948,60.48786],[-151.280751,60.508979],[-151.282786,60.537055],[-151.289499,60.550767],[-151.321767,60.574164],[-151.333852,60.59219],[-151.35497,60.639635],[-151.377797,60.658271],[-151.395863,60.678941],[-151.411733,60.702094],[-151.417307,60.718166],[-151.396921,60.738023],[-151.323801,60.739081],[-151.297556,60.748603],[-151.276072,60.767279],[-151.253,60.775336],[-151.071482,60.785346],[-151.043691,60.796332],[-151.026072,60.810045],[-150.763254,60.926703],[-150.603261,60.978502],[-150.452504,61.034247],[-150.387034,61.047268],[-150.334828,61.032864],[-150.322214,61.014594],[-150.310007,60.989447],[-150.293894,60.967271],[-150.258494,60.954576],[-150.236521,60.940416],[-150.22529,60.937242],[-150.043772,60.916815],[-149.977854,60.938788],[-149.930776,60.944729],[-149.850168,60.973863],[-149.824045,60.978217],[-149.752919,60.973822],[-149.71703,60.967515],[-149.683095,60.957709],[-149.638661,60.939643],[-149.621693,60.937242],[-149.526112,60.937242],[-149.507069,60.934027],[-149.467275,60.919908],[-149.126088,60.883612],[-149.103586,60.878079],[-149.090688,60.872056],[-149.078114,60.863756],[-149.059031,60.85635],[-149.039622,60.852444],[-149.025828,60.854682],[-149.060862,60.897284],[-149.111643,60.928616],[-149.169301,60.946967],[-149.225046,60.950873],[-149.334055,60.930325],[-149.3579,60.933824],[-149.378041,60.946967],[-149.483713,60.982408],[-149.516347,60.988593],[-149.617991,60.994615],[-149.783152,61.045356],[-149.829172,61.073432],[-149.909047,61.094306],[-150.067332,61.155748],[-150.057362,61.172309],[-150.038197,61.193061],[-150.015614,61.206366],[-149.99531,61.200751],[-149.975942,61.198472],[-149.944814,61.207709],[-149.914133,61.22134],[-149.895985,61.232082],[-149.889963,61.240424],[-149.875559,61.273098],[-149.868886,61.282538],[-149.810658,61.331366],[-149.796742,61.339016],[-149.781687,61.340725],[-149.766591,61.340237],[-149.752634,61.341295],[-149.73058,61.351874],[-149.704213,61.384223],[-149.68342,61.399359],[-149.65571,61.409003],[-149.320017,61.479153],[-149.27953,61.481635],[-149.261057,61.48664],[-149.245554,61.498969],[-149.278554,61.506537],[-149.41686,61.498969],[-149.403188,61.505805],[-149.428171,61.51317],[-149.648671,61.488186],[-149.757395,61.453355],[-149.795603,61.424506],[-149.814646,61.414211],[-149.861887,61.395941],[-149.879709,61.386135],[-149.89741,61.371283],[-149.911,61.352688],[-149.919749,61.31037],[-149.927846,61.289293],[-149.938914,61.271226],[-149.950632,61.259426],[-149.983754,61.246324],[-150.280507,61.259955],[-150.293894,61.265611],[-150.305653,61.275214],[-150.309763,61.28144],[-150.314402,61.281643],[-150.327992,61.273098],[-150.324696,61.272162],[-150.323191,61.266262],[-150.324086,61.258694],[-150.327992,61.25259],[-150.334584,61.250922],[-150.450551,61.25259],[-150.499623,61.261664],[-150.541737,61.286566],[-150.560658,61.323676],[-150.540273,61.369289],[-150.5631,61.365424],[-150.587107,61.351996],[-150.600535,61.332424],[-150.58495,61.294623],[-150.604237,61.291327],[-150.633616,61.298651],[-150.656972,61.314032],[-150.691274,61.277533],[-150.730906,61.253974],[-150.89155,61.214301],[-150.947743,61.211005],[-150.95759,61.207913],[-150.97529,61.194241],[-150.989084,61.191107],[-151.001536,61.190009],[-151.028554,61.182563],[-151.039906,61.177436],[-151.060902,61.163275],[-151.128163,61.094184],[-151.14037,61.078192],[-151.154775,61.064439],[-151.177113,61.053941],[-151.243642,61.039252],[-151.310862,61.032864],[-151.323598,61.02969],[-151.349558,61.01557],[-151.362375,61.012356],[-151.437815,61.019843],[-151.476145,61.017035],[-151.52245,61.008612],[-151.566762,60.994534],[-151.612782,60.965277],[-151.64623,60.950995],[-151.681223,60.928656],[-151.725046,60.924465],[-151.746938,60.916815],[-151.752146,60.898139],[-151.795277,60.868964],[-151.807729,60.847886],[-151.806264,60.83747],[-151.801015,60.828315],[-151.717763,60.743069],[-151.711374,60.725735],[-151.746287,60.718166],[-151.779734,60.724066],[-151.840688,60.751125],[-151.869822,60.759101],[-151.867747,60.754625],[-151.864369,60.743313],[-151.862375,60.738674],[-151.910105,60.731106],[-151.931508,60.725287],[-151.964304,60.703437],[-152.013051,60.680732],[-152.031199,60.676581],[-152.044545,60.675727],[-152.051381,60.673163],[-152.061594,60.662909],[-152.062734,60.660468],[-152.101308,60.613837],[-152.109364,60.608303],[-152.120961,60.603583],[-152.143137,60.597561],[-152.171254,60.580878],[-152.2329,60.559882],[-152.3155,60.505845],[-152.329579,60.492499],[-152.340077,60.476142],[-152.343373,60.457424],[-152.335927,60.436957],[-152.317576,60.420559],[-152.294504,60.412787],[-152.24592,60.402167],[-152.24592,60.395982],[-152.368113,60.357856],[-152.39741,60.33393],[-152.40038,60.326809],[-152.40392,60.309801],[-152.407664,60.303209],[-152.415964,60.297756],[-152.467763,60.282294],[-152.512644,60.274604],[-152.534535,60.265692],[-152.596303,60.228461],[-152.61616,60.22427],[-152.633982,60.229885],[-152.651845,60.238959],[-152.671742,60.245185],[-152.805531,60.235093],[-152.849843,60.245185],[-152.840891,60.256049],[-152.824941,60.256578],[-152.80602,60.252997],[-152.787831,60.25141],[-152.787831,60.258857],[-152.839548,60.268378],[-152.863596,60.265815],[-152.890818,60.25141],[-152.898549,60.275377],[-152.897817,60.295152],[-152.905588,60.308539],[-152.938588,60.313463],[-153.012196,60.313463],[-153.048451,60.309638],[-153.082631,60.299791],[-153.105458,60.28559],[-153.103627,60.277086],[-153.086985,60.27733],[-153.065256,60.289537],[-153.037953,60.299384],[-152.996897,60.300849],[-152.956614,60.293891],[-152.931833,60.278713],[-152.929758,60.27025],[-152.933461,60.253119],[-152.931833,60.245185],[-152.922719,60.237209],[-152.89741,60.227362],[-152.86266,60.207709],[-152.767323,60.190619],[-152.742869,60.174709],[-152.732533,60.170111],[-152.724314,60.169338],[-152.706532,60.17121],[-152.698435,60.170111],[-152.683054,60.162828],[-152.676625,60.157945],[-152.68163,60.155829],[-152.686269,60.151597],[-152.684438,60.142483],[-152.677805,60.133368],[-152.667958,60.129096],[-152.657908,60.12637],[-152.590281,60.092231],[-152.578562,60.081204],[-152.578603,60.070136],[-152.597971,60.04267],[-152.610951,60.033352],[-152.630116,60.032294],[-152.630116,60.025458],[-152.626332,60.024156],[-152.617136,60.019273],[-152.664784,59.994696],[-152.677927,59.984524],[-152.690134,59.966986],[-152.704579,59.93065],[-152.718861,59.915595],[-152.737904,59.908393],[-152.808298,59.896308],[-152.831166,59.887397],[-152.842885,59.884223],[-152.856679,59.882066],[-152.905466,59.886217],[-152.914418,59.885484],[-152.934804,59.879625],[-153.021189,59.888902],[-153.04601,59.886664],[-153.091908,59.876899],[-153.229726,59.868476],[-153.243357,59.862454],[-153.262034,59.848456],[-153.279164,59.832343],[-153.288075,59.820014],[-153.25654,59.821234],[-153.22643,59.828681],[-153.196401,59.832709],[-153.150828,59.819648],[-153.137685,59.821479],[-153.125234,59.825263],[-153.059275,59.833645],[-153.013865,59.832343],[-153.005686,59.827053],[-153.000071,59.813178],[-153.000071,59.80036],[-153.005238,59.792711],[-153.011342,59.785956],[-153.019236,59.762844],[-153.044423,59.722357],[-153.055287,59.71015],[-153.079294,59.701361],[-153.139475,59.686916],[-153.15156,59.673245],[-153.166249,59.664008],[-153.199818,59.654202],[-153.236643,59.647895],[-153.260813,59.649359],[-153.26769,59.656684],[-153.27831,59.676907],[-153.288075,59.682847],[-153.307444,59.68183],[-153.315989,59.672065],[-153.314809,59.660875],[-153.305124,59.655504],[-153.301015,59.652411],[-153.306467,59.645575],[-153.317209,59.638821],[-153.32905,59.635688],[-153.346018,59.636908],[-153.391103,59.649359],[-153.399119,59.650458],[-153.425242,59.649359],[-153.425242,59.655504],[-153.409128,59.66356],[-153.399037,59.672105],[-153.358957,59.720771],[-153.345408,59.725531],[-153.322214,59.717597],[-153.336374,59.730536],[-153.381459,59.7414],[-153.452585,59.79267],[-153.451527,59.775458],[-153.454457,59.761542],[-153.453928,59.746894],[-153.442616,59.727484],[-153.445424,59.716783],[-153.465443,59.674628],[-153.473012,59.66234],[-153.490712,59.650092],[-153.513173,59.641791],[-153.537099,59.637152],[-153.559031,59.635688],[-153.573232,59.642157],[-153.598622,59.672756],[-153.610829,59.682847],[-153.604115,59.687405],[-153.601186,59.688788],[-153.596547,59.689683],[-153.596547,59.69717],[-153.62267,59.695217],[-153.625966,59.68476],[-153.621449,59.670111],[-153.623891,59.655504],[-153.642934,59.648342],[-153.695627,59.64468],[-153.70641,59.631985],[-153.620432,59.628241],[-153.612172,59.626695],[-153.570383,59.609117],[-153.566029,59.60928],[-153.569285,59.594672],[-153.586415,59.56745],[-153.621938,59.555243],[-153.791819,59.542914],[-153.811879,59.556138],[-153.833608,59.559638],[-153.855784,59.555609],[-153.877146,59.546291],[-153.839915,59.544379],[-153.811513,59.538275],[-153.786936,59.527533],[-153.741078,59.497748],[-153.725779,59.482245],[-153.724721,59.466051],[-153.747385,59.4501],[-153.751454,59.440253],[-153.780222,59.433987],[-153.843577,59.429633],[-153.896596,59.432196],[-153.912465,59.429633],[-153.921498,59.424262],[-153.93574,59.408393],[-153.945994,59.402289],[-154.027943,59.388617],[-154.035105,59.38935],[-154.047556,59.39468],[-154.055857,59.395453],[-154.06078,59.393256],[-154.071523,59.383938],[-154.076365,59.381171],[-154.094716,59.378852],[-154.145253,59.381171],[-154.111643,59.360053],[-154.066233,59.348334],[-154.022654,59.351467],[-153.994456,59.374945],[-153.984853,59.370551],[-153.97468,59.368109],[-153.964182,59.367255],[-153.95344,59.36815],[-153.95344,59.361314],[-154.027211,59.341702],[-154.111928,59.304877],[-154.127756,59.294176],[-154.140207,59.281684],[-154.145253,59.268215],[-154.149892,59.235338],[-154.144358,59.224066],[-154.123525,59.224189],[-154.130849,59.208157],[-154.146311,59.202541],[-154.186228,59.203681],[-154.179433,59.183539],[-154.197499,59.173163],[-154.22529,59.169379],[-154.24767,59.168891],[-154.228464,59.162665],[-154.220326,59.161444],[-154.229482,59.155707],[-154.239491,59.151597],[-154.250111,59.149237],[-154.261301,59.148424],[-154.252878,59.13052],[-154.235056,59.12759],[-154.193064,59.134752],[-154.177317,59.129788],[-154.171946,59.118598],[-154.176991,59.107123],[-154.192454,59.101264],[-154.182932,59.095526],[-154.178782,59.093817],[-154.178782,59.086982],[-154.198354,59.076972],[-154.199818,59.055854],[-154.187327,59.03498],[-154.16511,59.02558],[-154.14037,59.031155],[-154.121083,59.044379],[-154.10322,59.060248],[-154.08259,59.07331],[-154.021962,59.08393],[-153.894765,59.065619],[-153.83613,59.066555],[-153.815867,59.072455],[-153.808095,59.073798],[-153.711537,59.070746],[-153.688791,59.063666],[-153.668691,59.05268],[-153.651804,59.03856],[-153.632883,59.01732],[-153.623891,59.011298],[-153.583079,59.000556],[-153.572703,58.994818],[-153.560902,58.990709],[-153.541575,58.989407],[-153.522328,58.990709],[-153.51061,58.994818],[-153.497426,59.003485],[-153.487172,59.002509],[-153.466868,58.9914],[-153.427235,58.981187],[-153.415028,58.974026],[-153.380686,58.94066],[-153.369985,58.936184],[-153.339304,58.936184],[-153.331614,58.933783],[-153.332265,58.928209],[-153.335642,58.921454],[-153.335886,58.915717],[-153.322621,58.894477],[-153.312856,58.889065],[-153.294911,58.888373],[-153.294911,58.881537],[-153.309071,58.877346],[-153.363149,58.874091],[-153.349965,58.868354],[-153.334299,58.866116],[-153.270823,58.871405],[-153.25947,58.868883],[-153.26415,58.857367],[-153.289133,58.844143],[-153.338368,58.855048],[-153.363149,58.847398],[-153.377553,58.829047],[-153.395212,58.782172],[-153.408193,58.761135],[-153.424672,58.744371],[-153.438832,58.733588],[-153.527659,58.696601],[-153.560251,58.69477],[-153.576121,58.690863],[-153.582875,58.679185],[-153.590281,58.658596],[-153.608754,58.644436],[-153.633127,58.634955],[-153.690663,58.621568],[-153.795522,58.614],[-153.863759,58.619818],[-153.899403,58.616685],[-153.912465,58.600328],[-153.910227,58.592719],[-153.906077,58.588121],[-153.89977,58.586249],[-153.904286,58.579901],[-153.912709,58.568508],[-153.918894,58.556098],[-153.929636,58.540839],[-153.929514,58.537909],[-153.930857,58.535631],[-153.939198,58.53205],[-153.946278,58.53266],[-153.954335,58.535875],[-153.963328,58.537299],[-153.973337,58.53205],[-153.961252,58.52851],[-153.932362,58.523993],[-153.925526,58.518459],[-153.930124,58.511542],[-153.942372,58.502916],[-153.956654,58.495266],[-153.967112,58.491116],[-154.001332,58.491116],[-154.042348,58.49608],[-154.081654,58.495185],[-154.110463,58.477484],[-154.096425,58.467719],[-154.080068,58.436713],[-154.068918,58.422187],[-154.067087,58.417426],[-154.068959,58.413031],[-154.069203,58.409857],[-154.062367,58.408596],[-154.031687,58.408596],[-154.020741,58.404283],[-154.008046,58.394965],[-154.000234,58.385565],[-154.004343,58.381293],[-154.015248,58.379543],[-154.061879,58.364569],[-154.088572,58.360745],[-154.190053,58.360745],[-154.196848,58.354967],[-154.191029,58.352118],[-154.194814,58.346584],[-154.206654,58.339667],[-154.2176,58.336615],[-154.243398,58.334621],[-154.30012,58.32038],[-154.318715,58.310736],[-154.322743,58.298733],[-154.364369,58.285102],[-154.355784,58.279446],[-154.351389,58.271389],[-154.353505,58.263332],[-154.364369,58.257758],[-154.353098,58.255439],[-154.343821,58.259467],[-154.334421,58.266018],[-154.322743,58.271389],[-154.308339,58.273424],[-154.281361,58.274156],[-154.268137,58.278266],[-154.271962,58.29564],[-154.253529,58.299872],[-154.206654,58.298733],[-154.202992,58.302069],[-154.199208,58.308295],[-154.19404,58.314846],[-154.186228,58.319159],[-154.171376,58.321763],[-154.165395,58.319159],[-154.161122,58.313137],[-154.121327,58.279731],[-154.151723,58.270982],[-154.206044,58.267564],[-154.24767,58.257758],[-154.187611,58.250678],[-154.165395,58.239407],[-154.16572,58.216783],[-154.188059,58.198188],[-154.221181,58.191392],[-154.255605,58.193996],[-154.281809,58.203111],[-154.289255,58.200019],[-154.302317,58.196275],[-154.287546,58.181586],[-154.235789,58.155341],[-154.227162,58.141059],[-154.246775,58.12641],[-154.280344,58.133043],[-154.337026,58.162095],[-154.34911,58.145087],[-154.345448,58.133368],[-154.335764,58.122219],[-154.329579,58.106879],[-154.336008,58.085395],[-154.352773,58.082221],[-154.370066,58.090644],[-154.386464,58.117621],[-154.405995,58.127997],[-154.427805,58.13642],[-154.443186,58.144477],[-154.448232,58.151435],[-154.451283,58.160142],[-154.452748,58.169623],[-154.453114,58.1789],[-154.458363,58.18773],[-154.47053,58.194241],[-154.494089,58.203111],[-154.467722,58.14704],[-154.460398,58.115058],[-154.469838,58.08983],[-154.499135,58.087795],[-154.577016,58.125718],[-154.610789,58.120551],[-154.605906,58.113756],[-154.553415,58.083075],[-154.553049,58.079576],[-154.545644,58.071112],[-154.551951,58.052314],[-154.566274,58.033515],[-154.583119,58.02497],[-154.631215,58.031195],[-154.644765,58.035468],[-154.648305,58.045478],[-154.648386,58.057034],[-154.651723,58.065985],[-154.669911,58.072333],[-154.692738,58.068915],[-154.715688,58.058905],[-154.734242,58.045478],[-154.737904,58.039455],[-154.741404,58.025092],[-154.747304,58.017524],[-154.755564,58.0126],[-154.766916,58.008246],[-154.778879,58.005072],[-154.788889,58.003892],[-154.810414,58.008124],[-154.856272,58.026923],[-154.881052,58.031195],[-154.973866,58.031195],[-155.023142,58.02558],[-155.040151,58.017239],[-155.028513,58.003892],[-155.044993,57.976386],[-155.063466,57.962388],[-155.088612,57.957424],[-155.125315,57.956732],[-155.076731,57.916164],[-155.068674,57.897366],[-155.097401,57.880316],[-155.137929,57.873114],[-155.255076,57.880316],[-155.224436,57.85814],[-155.220286,57.850287],[-155.227244,57.842108],[-155.243398,57.836859],[-155.275217,57.833197],[-155.308217,57.838813],[-155.32551,57.839545],[-155.336985,57.833197],[-155.334665,57.826483],[-155.309682,57.798407],[-155.345652,57.805325],[-155.358103,57.805243],[-155.358103,57.798407],[-155.336171,57.790717],[-155.312082,57.775214],[-155.299143,57.756822],[-155.310292,57.740424],[-155.321278,57.736558],[-155.351186,57.730536],[-155.375437,57.728339],[-155.385365,57.726142],[-155.394399,57.725735],[-155.405873,57.72956],[-155.43342,57.745795],[-155.490102,57.762885],[-155.504872,57.764309],[-155.529368,57.772366],[-155.551096,57.788031],[-155.574778,57.798814],[-155.605092,57.792222],[-155.617421,57.780666],[-155.628163,57.762885],[-155.635732,57.743354],[-155.638621,57.726467],[-155.627919,57.708157],[-155.588612,57.689643],[-155.59081,57.675523],[-155.611806,57.665839],[-155.703196,57.648261],[-155.76183,57.648261],[-155.771433,57.644721],[-155.760081,57.637152],[-155.734202,57.627143],[-155.732615,57.621649],[-155.734486,57.615953],[-155.738108,57.611029],[-155.741648,57.607327],[-155.735544,57.594672],[-155.738393,57.572008],[-155.734202,57.558824],[-155.741648,57.552069],[-155.793202,57.544582],[-155.805735,57.547919],[-155.810129,57.555732],[-155.811838,57.564927],[-155.816151,57.572496],[-155.825876,57.57925],[-155.831532,57.579576],[-155.847768,57.562567],[-155.861806,57.558905],[-155.904042,57.556545],[-155.912953,57.548285],[-155.924184,57.531399],[-155.950063,57.534369],[-155.978708,57.547919],[-156.020457,57.576809],[-156.034047,57.571438],[-156.034006,57.555609],[-156.01537,57.538398],[-156.01537,57.531562],[-156.082143,57.537177],[-156.104726,57.531562],[-156.091257,57.519436],[-156.051137,57.51789],[-156.042714,57.50731],[-156.042917,57.489691],[-156.041493,57.47484],[-156.035512,57.463568],[-156.022206,57.456448],[-156.060658,57.430243],[-156.112742,57.44717],[-156.167592,57.473619],[-156.214589,57.476264],[-156.221873,57.468329],[-156.226064,57.456855],[-156.228261,57.442206],[-156.238759,57.436957],[-156.268259,57.429633],[-156.308827,57.424872],[-156.338857,57.415432],[-156.471628,57.339789],[-156.493723,57.338324],[-156.520741,57.333075],[-156.544626,57.322699],[-156.55724,57.305609],[-156.554636,57.281684],[-156.536488,57.27912],[-156.391957,57.314846],[-156.354848,57.311347],[-156.34435,57.311835],[-156.348337,57.300482],[-156.339955,57.285305],[-156.34435,57.270901],[-156.349192,57.270413],[-156.35029,57.272162],[-156.350046,57.27497],[-156.351186,57.277655],[-156.357371,57.252143],[-156.384023,57.240546],[-156.447377,57.229926],[-156.447377,57.22309],[-156.430898,57.222724],[-156.410593,57.218655],[-156.393259,57.210639],[-156.385935,57.198879],[-156.380971,57.193671],[-156.358103,57.190497],[-156.351186,57.1883],[-156.346018,57.177802],[-156.34907,57.173326],[-156.354848,57.170356],[-156.358022,57.16474],[-156.375925,57.143256],[-156.460642,57.125637],[-156.488352,57.113837],[-156.47057,57.101508],[-156.453603,57.086493],[-156.470815,57.079169],[-156.481801,57.086005],[-156.489003,57.096422],[-156.495188,57.099555],[-156.502065,57.089586],[-156.503285,57.063218],[-156.50886,57.051744],[-156.523061,57.045844],[-156.542795,57.045396],[-156.562611,57.048163],[-156.577097,57.051744],[-156.589955,57.057074],[-156.625478,57.079047],[-156.631703,57.072821],[-156.625478,57.05858],[-156.645375,57.05858],[-156.565378,57.004543],[-156.549794,56.982856],[-156.574208,56.983222],[-156.657053,56.997952],[-156.668284,56.998521],[-156.678334,57.00019],[-156.68696,57.003974],[-156.691151,57.009182],[-156.704335,57.031236],[-156.70873,57.033393],[-156.715566,57.038072],[-156.724436,57.042792],[-156.776357,57.051744],[-156.784779,57.04914],[-156.791493,57.04267],[-156.794911,57.034654],[-156.79308,57.027533],[-156.786488,57.023017],[-156.776682,57.01789],[-156.767527,57.011786],[-156.762685,57.003974],[-156.763417,56.992011],[-156.769154,56.986884],[-156.776723,56.983466],[-156.783193,56.97663],[-156.786204,56.96776],[-156.787953,56.951077],[-156.789988,56.941881],[-156.797556,56.924262],[-156.809438,56.906684],[-156.824452,56.897284],[-156.841501,56.903998],[-156.889353,56.952094],[-156.90453,56.961819],[-156.927439,56.970526],[-156.94929,56.976223],[-156.961293,56.97663],[-156.951527,56.966498],[-156.946726,56.954576],[-156.947499,56.943305],[-156.954457,56.935045],[-156.950022,56.93008],[-156.944692,56.919989],[-156.940867,56.914537],[-156.953318,56.911078],[-156.996083,56.907701],[-157.030466,56.890082],[-157.040151,56.887274],[-157.050364,56.87816],[-157.07844,56.837104],[-157.091664,56.825832],[-157.112742,56.830512],[-157.169789,56.854641],[-157.190989,56.849677],[-157.183583,56.842027],[-157.162465,56.831285],[-157.147817,56.815131],[-157.159983,56.791083],[-157.189402,56.776272],[-157.215199,56.780341],[-157.239247,56.79149],[-157.286855,56.801703],[-157.305898,56.811591],[-157.365427,56.851467],[-157.391957,56.863227],[-157.419667,56.867377],[-157.443918,56.856513],[-157.459665,56.846422],[-157.465891,56.840033],[-157.468455,56.828925],[-157.463816,56.815823],[-157.452707,56.81094],[-157.439198,56.809149],[-157.427439,56.805365],[-157.417551,56.79678],[-157.408803,56.785468],[-157.404246,56.773749],[-157.406321,56.763739],[-157.412221,56.768948],[-157.419504,56.773139],[-157.427113,56.775295],[-157.433949,56.774319],[-157.438344,56.770738],[-157.444285,56.764635],[-157.448435,56.758938],[-157.447336,56.756903],[-157.462473,56.756578],[-157.509104,56.763739],[-157.531931,56.752265],[-157.552235,56.730414],[-157.573435,56.71662],[-157.598744,56.729641],[-157.60558,56.722154],[-157.595164,56.717597],[-157.586537,56.712348],[-157.580637,56.70539],[-157.578236,56.695461],[-157.57079,56.702338],[-157.557851,56.685533],[-157.53539,56.677558],[-157.485789,56.674994],[-157.48058,56.67064],[-157.463124,56.651435],[-157.457875,56.64704],[-157.45519,56.643215],[-157.462595,56.634508],[-157.473826,56.625434],[-157.482655,56.620347],[-157.512441,56.620103],[-157.583811,56.631293],[-157.608713,56.623481],[-157.633778,56.611151],[-157.664662,56.611396],[-157.694163,56.620307],[-157.715443,56.633979],[-157.750803,56.674262],[-157.772898,56.684394],[-157.804189,56.678127],[-157.837717,56.66592],[-157.848256,56.65766],[-157.861562,56.652289],[-157.897898,56.654853],[-157.913442,56.653876],[-157.932688,56.642808],[-157.965525,56.612372],[-157.982371,56.606106],[-158.033274,56.5987],[-158.038808,56.596991],[-158.044504,56.592963],[-158.048899,56.587633],[-158.050608,56.582221],[-158.055124,56.578559],[-158.085398,56.578803],[-158.105214,56.572211],[-158.118764,56.562893],[-158.127634,56.549506],[-158.133168,56.530341],[-158.075022,56.538316],[-157.963612,56.569973],[-157.881947,56.570624],[-157.868967,56.569037],[-157.858835,56.565131],[-157.849924,56.555569],[-157.848093,56.546373],[-157.847279,56.537177],[-157.84142,56.527289],[-157.836903,56.516506],[-157.842966,56.50731],[-157.862538,56.493476],[-157.877146,56.478217],[-157.884145,56.476142],[-157.89977,56.475735],[-157.956532,56.482611],[-158.067983,56.511908],[-158.126332,56.516669],[-158.152903,56.513251],[-158.165028,56.507392],[-158.167917,56.496894],[-158.158681,56.489203],[-158.131907,56.496161],[-158.126332,56.48664],[-158.138295,56.465522],[-158.166331,56.45893],[-158.221913,56.462104],[-158.248972,56.457506],[-158.261586,56.457994],[-158.273752,56.465806],[-158.282053,56.469957],[-158.318105,56.475735],[-158.338694,56.475409],[-158.355051,56.471137],[-158.41572,56.446479],[-158.43102,56.438056],[-158.442983,56.428046],[-158.455312,56.414293],[-158.471425,56.400295],[-158.508494,56.378363],[-158.523549,56.365912],[-158.518259,56.360745],[-158.509958,56.345404],[-158.541086,56.342475],[-158.576772,56.330268],[-158.609812,56.31391],[-158.632802,56.298245],[-158.646433,56.270657],[-158.620107,56.256171],[-158.537221,56.249823],[-158.544423,56.259752],[-158.553538,56.267279],[-158.561269,56.275458],[-158.564565,56.28734],[-158.560496,56.299302],[-158.550852,56.308173],[-158.472971,56.34276],[-158.448191,56.340522],[-158.44164,56.311916],[-158.432688,56.317532],[-158.423695,56.320624],[-158.414988,56.321031],[-158.406931,56.318752],[-158.410227,56.312974],[-158.414377,56.298245],[-158.372751,56.318752],[-158.345448,56.325588],[-158.335927,56.323432],[-158.322214,56.314114],[-158.314768,56.311916],[-158.258738,56.30508],[-158.227284,56.296332],[-158.208241,56.283922],[-158.225901,56.268785],[-158.247751,56.255683],[-158.272288,56.246527],[-158.309804,56.240871],[-158.335317,56.231513],[-158.348866,56.229315],[-158.362131,56.230658],[-158.386586,56.235989],[-158.400706,56.236151],[-158.394765,56.228176],[-158.398305,56.220771],[-158.406443,56.212592],[-158.414377,56.202053],[-158.399892,56.205715],[-158.384389,56.21308],[-158.369211,56.217475],[-158.326405,56.200385],[-158.32311,56.193549],[-158.345448,56.181545],[-158.318308,56.174709],[-158.288157,56.18537],[-158.25829,56.200873],[-158.206044,56.21776],[-158.176951,56.234849],[-158.147328,56.245795],[-158.119496,56.236151],[-158.150624,56.22956],[-158.160756,56.225898],[-158.167836,56.220038],[-158.174021,56.212063],[-158.181223,56.205024],[-158.198313,56.199205],[-158.214345,56.185981],[-158.221913,56.181545],[-158.234324,56.180569],[-158.245595,56.18244],[-158.257192,56.182278],[-158.270334,56.174709],[-158.262888,56.167914],[-158.289662,56.161607],[-158.324045,56.159125],[-158.35204,56.150702],[-158.359731,56.126899],[-158.382395,56.135932],[-158.387766,56.152411],[-158.387522,56.169867],[-158.393259,56.181545],[-158.409657,56.180813],[-158.420766,56.166246],[-158.423289,56.147203],[-158.414377,56.133124],[-158.433461,56.13231],[-158.44164,56.133124],[-158.428171,56.113349],[-158.412302,56.094875],[-158.407582,56.078437],[-158.427968,56.064846],[-158.442087,56.085028],[-158.445749,56.094957],[-158.44164,56.106431],[-158.454294,56.109361],[-158.499705,56.106431],[-158.503245,56.10163],[-158.492991,56.090725],[-158.469594,56.071682],[-158.487009,56.059638],[-158.484609,56.042914],[-158.469309,56.03205],[-158.454172,56.040676],[-158.456899,56.043524],[-158.45873,56.046861],[-158.462148,56.051215],[-158.434071,56.042914],[-158.4228,56.023993],[-158.427561,56.006537],[-158.447865,56.002753],[-158.460194,56.009996],[-158.483632,56.032375],[-158.496287,56.037543],[-158.511057,56.03384],[-158.512074,56.022935],[-158.505198,56.009223],[-158.496287,55.996568],[-158.512563,55.995998],[-158.53364,56.004462],[-158.554758,56.017646],[-158.571401,56.030707],[-158.509958,56.051215],[-158.509958,56.058051],[-158.567454,56.047105],[-158.585642,56.040676],[-158.600942,56.040432],[-158.604685,56.052314],[-158.597239,56.066107],[-158.578847,56.071682],[-158.578847,56.078518],[-158.601918,56.086737],[-158.601552,56.100572],[-158.58552,56.113674],[-158.561147,56.119452],[-158.559885,56.124091],[-158.549306,56.146186],[-158.544057,56.153632],[-158.539866,56.15469],[-158.528066,56.152818],[-158.519154,56.154364],[-158.51476,56.153266],[-158.511301,56.153225],[-158.509958,56.157375],[-158.510203,56.166246],[-158.509958,56.167914],[-158.489003,56.176703],[-158.478871,56.183824],[-158.479237,56.191474],[-158.49059,56.195868],[-158.565907,56.195014],[-158.639638,56.202053],[-158.627675,56.185858],[-158.607777,56.178209],[-158.564565,56.167914],[-158.591176,56.152777],[-158.611887,56.135159],[-158.634592,56.120063],[-158.667592,56.112616],[-158.661448,56.13109],[-158.668202,56.145941],[-158.683339,56.152777],[-158.702341,56.147406],[-158.691884,56.136461],[-158.688832,56.125637],[-158.692616,56.115424],[-158.702341,56.106431],[-158.670115,56.098782],[-158.660634,56.092353],[-158.667592,56.078518],[-158.666331,56.061713],[-158.732249,56.045396],[-158.715403,56.030707],[-158.696523,56.028713],[-158.676015,56.030463],[-158.65807,56.028957],[-158.647084,56.017035],[-158.647084,55.999945],[-158.657541,55.99079],[-158.688059,55.982327],[-158.688059,55.976142],[-158.682566,55.974799],[-158.673044,55.970852],[-158.667592,55.969306],[-158.682932,55.958401],[-158.712026,55.954047],[-158.742909,55.95539],[-158.763783,55.961859],[-158.756418,55.967475],[-158.747914,55.971747],[-158.738718,55.974677],[-158.728993,55.976142],[-158.728993,55.982327],[-158.739125,55.99258],[-158.745554,56.001451],[-158.75654,56.00788],[-158.780507,56.010199],[-158.785105,56.007066],[-158.793691,55.992906],[-158.801015,55.989732],[-158.815378,55.991523],[-158.82311,55.996405],[-158.835805,56.013617],[-158.859446,56.012926],[-158.888254,55.983832],[-158.928293,55.920844],[-158.934519,55.920844],[-158.942332,55.931627],[-158.956776,55.936225],[-158.973866,55.93651],[-159.006296,55.931789],[-159.014109,55.929145],[-159.020741,55.924628],[-159.023752,55.916938],[-159.020131,55.91059],[-159.014272,55.906806],[-159.010203,55.907172],[-159.010935,55.901679],[-159.010243,55.897203],[-159.013905,55.89411],[-159.027577,55.89289],[-159.035471,55.894273],[-159.040395,55.897691],[-159.044789,55.90233],[-159.071482,55.9206],[-159.083811,55.926011],[-159.099314,55.92829],[-159.113637,55.926174],[-159.145009,55.916815],[-159.160715,55.914618],[-159.172434,55.911282],[-159.187001,55.896308],[-159.20165,55.89289],[-159.266713,55.889228],[-159.29426,55.87934],[-159.318674,55.859442],[-159.332834,55.877387],[-159.355906,55.879462],[-159.380849,55.871405],[-159.400624,55.859442],[-159.411082,55.842515],[-159.416331,55.802151],[-159.421702,55.790473],[-159.439076,55.789211],[-159.455556,55.801337],[-159.468699,55.818345],[-159.475697,55.831488],[-159.478831,55.846015],[-159.478831,55.863593],[-159.475697,55.88231],[-159.469553,55.900336],[-159.489451,55.900133],[-159.518178,55.89647],[-159.544993,55.889635],[-159.558909,55.879869],[-159.555287,55.865668],[-159.525258,55.836575],[-159.517934,55.821845],[-159.516794,55.811225],[-159.511708,55.793443],[-159.510487,55.783026],[-159.509348,55.778266],[-159.504709,55.771186],[-159.503651,55.766913],[-159.505849,55.760891],[-159.510813,55.758002],[-159.515736,55.756049],[-159.517934,55.752997],[-159.5301,55.739814],[-159.552602,55.721381],[-159.564443,55.704291],[-159.544626,55.694892],[-159.547475,55.683824],[-159.547963,55.673896],[-159.549428,55.664984],[-159.555165,55.65705],[-159.558583,55.653795],[-159.562123,55.649115],[-159.565134,55.646552],[-159.569163,55.644721],[-159.58019,55.642157],[-159.585561,55.639716],[-159.602162,55.627631],[-159.619862,55.611151],[-159.630686,55.593573],[-159.626536,55.578274],[-159.721059,55.567084],[-159.743235,55.572008],[-159.730214,55.579983],[-159.708974,55.597724],[-159.695424,55.605536],[-159.727122,55.60399],[-159.756907,55.5987],[-159.741689,55.613267],[-159.711293,55.61933],[-159.679799,55.616685],[-159.661326,55.605536],[-159.640818,55.612982],[-159.642283,55.620307],[-159.639394,55.626654],[-159.632924,55.631171],[-159.623402,55.63288],[-159.617014,55.635199],[-159.624745,55.640286],[-159.657541,55.652289],[-159.693308,55.660346],[-159.709706,55.667629],[-159.691274,55.679023],[-159.633372,55.701117],[-159.650095,55.711127],[-159.65803,55.718329],[-159.66454,55.735053],[-159.671498,55.736274],[-159.678578,55.736518],[-159.681752,55.742743],[-159.677968,55.752021],[-159.650746,55.786811],[-159.62621,55.804511],[-159.625234,55.81269],[-159.640818,55.825263],[-159.657053,55.832343],[-159.701853,55.843817],[-159.830393,55.852729],[-159.845774,55.851223],[-159.854685,55.84162],[-159.860544,55.818427],[-159.853383,55.8039],[-159.851389,55.794745],[-159.856801,55.790473],[-159.904612,55.783026],[-159.923085,55.789496],[-159.955271,55.81566],[-159.976633,55.818427],[-159.976633,55.810981],[-159.968943,55.806789],[-159.967112,55.801703],[-159.969187,55.786811],[-159.973134,55.777493],[-159.982493,55.777167],[-160.009592,55.785875],[-160.017771,55.791815],[-160.026723,55.796942],[-160.038075,55.797349],[-160.04365,55.792792],[-160.052113,55.776272],[-160.058542,55.770006],[-160.030873,55.735541],[-160.033559,55.726223],[-160.065378,55.722846],[-160.088002,55.72842],[-160.096669,55.728013],[-160.100168,55.719143],[-160.095652,55.714179],[-160.065378,55.701117],[-160.096913,55.700751],[-160.110789,55.703803],[-160.123728,55.711982],[-160.130483,55.720404],[-160.135243,55.728013],[-160.142161,55.733791],[-160.155385,55.736518],[-160.149892,55.721015],[-160.143137,55.688788],[-160.133656,55.674465],[-160.164052,55.657131],[-160.238718,55.66474],[-160.257192,55.653998],[-160.257192,55.646552],[-160.349965,55.646552],[-160.39623,55.653022],[-160.419423,55.653876],[-160.442128,55.646552],[-160.425486,55.634711],[-160.366404,55.612982],[-160.366404,55.605536],[-160.390859,55.599433],[-160.43517,55.57685],[-160.45641,55.578274],[-160.455434,55.5633],[-160.453806,55.557359],[-160.448964,55.550279],[-160.457509,55.542955],[-160.464223,55.529283],[-160.468577,55.515082],[-160.470041,55.506252],[-160.477528,55.494615],[-160.495188,55.486151],[-160.531484,55.475816],[-160.548533,55.489081],[-160.582997,55.540717],[-160.593332,55.564114],[-160.595408,55.589097],[-160.598948,55.606106],[-160.613474,55.605536],[-160.627919,55.590806],[-160.64094,55.570258],[-160.657419,55.551988],[-160.682688,55.544135],[-160.74177,55.548651],[-160.768137,55.545396],[-160.764272,55.530463],[-160.740956,55.524888],[-160.706614,55.525133],[-160.675404,55.521918],[-160.661855,55.506252],[-160.667592,55.477851],[-160.68342,55.464667],[-160.782582,55.447089],[-160.799021,55.447903],[-160.809397,55.45185],[-160.832021,55.465399],[-160.843088,55.468411],[-160.848582,55.473049],[-160.845937,55.483466],[-160.836619,55.499416],[-160.831776,55.511623],[-160.840525,55.518541],[-160.867299,55.523627],[-160.92455,55.51911],[-160.959421,55.49315],[-160.98762,55.458319],[-161.024973,55.427436],[-161.072092,55.408352],[-161.279164,55.354885],[-161.312001,55.353583],[-161.326609,55.36225],[-161.339467,55.383246],[-161.368723,55.385443],[-161.479115,55.361029],[-161.506663,55.363837],[-161.518422,55.383368],[-161.515574,55.388983],[-161.487986,55.427802],[-161.485585,55.438422],[-161.481923,55.480373],[-161.479237,55.484931],[-161.454335,55.514797],[-161.442983,55.525621],[-161.418894,55.538398],[-161.388743,55.57217],[-161.367543,55.578274],[-161.34911,55.570624],[-161.31664,55.543199],[-161.292185,55.537299],[-161.182607,55.523627],[-161.151845,55.525621],[-161.144887,55.53498],[-161.15925,55.545396],[-161.247792,55.557766],[-161.26122,55.561713],[-161.271433,55.571234],[-161.280751,55.582587],[-161.29186,55.591946],[-161.316151,55.600409],[-161.364939,55.610012],[-161.408193,55.635932],[-161.438791,55.638739],[-161.620798,55.612982],[-161.613352,55.599799],[-161.617258,55.593736],[-161.626291,55.590318],[-161.63447,55.58511],[-161.65217,55.561184],[-161.708363,55.527086],[-161.71642,55.513088],[-161.713328,55.502021],[-161.706492,55.49726],[-161.699656,55.495307],[-161.696523,55.49258],[-161.697214,55.482611],[-161.709421,55.434394],[-161.710194,55.424302],[-161.709421,55.407131],[-161.711008,55.40176],[-161.71642,55.393256],[-161.817087,55.31684],[-161.833119,55.293647],[-161.841908,55.289618],[-161.894521,55.242418],[-161.897817,55.233466],[-161.899119,55.224555],[-161.902415,55.217841],[-161.911936,55.215155],[-161.934804,55.213813],[-161.944814,55.215562],[-161.956614,55.22191],[-161.948313,55.221137],[-161.922475,55.22191],[-161.922475,55.229397],[-161.951161,55.237209],[-161.98469,55.240424],[-162.018015,55.239814],[-162.04601,55.235582],[-162.04601,55.229397],[-162.020497,55.200751],[-162.015696,55.184516],[-162.032338,55.17414],[-161.984568,55.157131],[-161.981557,55.147406],[-161.974314,55.138251],[-161.965077,55.130601],[-161.956614,55.125718],[-161.972768,55.107408],[-162.001291,55.093207],[-162.032948,55.083319],[-162.059031,55.078599],[-162.080881,55.080634],[-162.105784,55.089423],[-162.128,55.102973],[-162.141591,55.119534],[-162.122141,55.124986],[-162.114247,55.125718],[-162.121693,55.133205],[-162.112782,55.141425],[-162.106394,55.149115],[-162.102488,55.15762],[-162.101267,55.167914],[-162.192738,55.142564],[-162.230946,55.112738],[-162.210683,55.090237],[-162.198191,55.062893],[-162.202097,55.039862],[-162.230946,55.030219],[-162.246083,55.027045],[-162.260569,55.021674],[-162.27477,55.019599],[-162.289296,55.026801],[-162.298085,55.035875],[-162.313222,55.058173],[-162.319692,55.071112],[-162.329294,55.066067],[-162.337473,55.057685],[-162.351064,55.040107],[-162.362538,55.036566],[-162.422719,55.036363],[-162.44933,55.040269],[-162.472239,55.048977],[-162.492624,55.061835],[-162.511545,55.078599],[-162.526479,55.10224],[-162.517405,55.114691],[-162.493601,55.117499],[-162.464345,55.112738],[-162.416493,55.097886],[-162.390614,55.096584],[-162.360707,55.105292],[-162.417348,55.129055],[-162.436391,55.140082],[-162.47997,55.175523],[-162.491038,55.188422],[-162.530955,55.248765],[-162.557362,55.267035],[-162.600901,55.270413],[-162.571645,55.280829],[-162.567454,55.292222],[-162.583323,55.301093],[-162.614573,55.3039],[-162.645334,55.300035],[-162.668284,55.291409],[-162.687367,55.277899],[-162.706736,55.259508],[-162.718739,55.239081],[-162.718332,55.217922],[-162.705312,55.201361],[-162.658762,55.190334],[-162.632883,55.179674],[-162.614125,55.166327],[-162.614573,55.153713],[-162.603261,55.143541],[-162.599965,55.137112],[-162.603953,55.131903],[-162.614573,55.125718],[-162.614817,55.129136],[-162.6197,55.134182],[-162.626536,55.137641],[-162.632192,55.136664],[-162.635325,55.131049],[-162.635447,55.125149],[-162.634755,55.119045],[-162.635691,55.112738],[-162.641713,55.090969],[-162.642771,55.071112],[-162.634999,55.063625],[-162.614573,55.078599],[-162.612131,55.062201],[-162.559926,54.961249],[-162.584828,54.965806],[-162.616444,54.979885],[-162.645497,54.99844],[-162.662953,55.016547],[-162.627797,55.012274],[-162.618967,55.015692],[-162.621409,55.030219],[-162.633046,55.045559],[-162.649485,55.052965],[-162.667185,55.050605],[-162.676625,55.036363],[-162.685496,55.017239],[-162.696523,55.003241],[-162.723826,54.975531],[-162.718373,54.968085],[-162.716624,54.963365],[-162.720693,54.961249],[-162.725046,54.96011],[-162.752756,54.944892],[-162.767445,54.939602],[-162.782948,54.93594],[-162.850413,54.935045],[-162.877634,54.938951],[-162.920847,54.957424],[-162.927358,54.963284],[-162.92988,54.971869],[-162.935048,54.976996],[-162.967397,54.992336],[-162.974355,55.009508],[-162.952748,55.014065],[-162.926462,55.014553],[-162.919626,55.019924],[-162.93696,55.029283],[-162.97997,55.038642],[-162.998158,55.050686],[-163.024119,55.085028],[-163.041127,55.099351],[-163.063303,55.105292],[-163.075022,55.106635],[-163.096547,55.112209],[-163.107981,55.112738],[-163.12206,55.109849],[-163.148305,55.10102],[-163.163197,55.099066],[-163.14977,55.106431],[-163.121327,55.117906],[-163.107981,55.125718],[-163.129099,55.13345],[-163.157094,55.138617],[-163.183054,55.139146],[-163.197987,55.133205],[-163.200185,55.121405],[-163.196767,55.108466],[-163.192128,55.097602],[-163.190541,55.092231],[-163.202748,55.086168],[-163.215037,55.089667],[-163.238352,55.105292],[-163.23823,55.090318],[-163.231313,55.081],[-163.21935,55.077135],[-163.204213,55.078599],[-163.217641,55.045356],[-163.205515,55.018988],[-163.174753,55.001695],[-163.114003,54.992336],[-163.089955,54.98428],[-163.06725,54.973293],[-163.053334,54.961249],[-163.049875,54.94184],[-163.062571,54.928778],[-163.135203,54.903713],[-163.171213,54.881903],[-163.200388,54.872952],[-163.231435,54.844794],[-163.251414,54.838324],[-163.277455,54.833686],[-163.32079,54.81387],[-163.341379,54.811103],[-163.357411,54.817613],[-163.367543,54.830146],[-163.376658,54.844957],[-163.38976,54.858873],[-163.341868,54.876776],[-163.327097,54.886176],[-163.324574,54.891059],[-163.324818,54.90233],[-163.320872,54.907294],[-163.311513,54.911566],[-163.301462,54.913723],[-163.290883,54.91413],[-163.279897,54.91352],[-163.296824,54.927639],[-163.345286,54.91942],[-163.347605,54.940823],[-163.329172,54.966864],[-163.306589,54.959052],[-163.281361,54.944648],[-163.255116,54.951321],[-163.245961,54.969957],[-163.282053,54.990139],[-163.292958,55.013129],[-163.299143,55.061225],[-163.30602,55.073961],[-163.318674,55.085395],[-163.325144,55.095649],[-163.313466,55.105292],[-163.313466,55.112738],[-163.320505,55.112209],[-163.325185,55.114081],[-163.329294,55.116889],[-163.334543,55.119534],[-163.148997,55.180976],[-163.024729,55.245592],[-162.991282,55.242418],[-163.009023,55.237372],[-163.030873,55.2272],[-163.051707,55.214342],[-163.066396,55.201483],[-163.076527,55.18065],[-163.062937,55.175767],[-162.992624,55.18183],[-162.984486,55.180976],[-162.983754,55.179185],[-162.980784,55.174994],[-162.976186,55.170559],[-162.970815,55.167914],[-162.962026,55.169013],[-162.895823,55.189643],[-162.874949,55.200385],[-162.833689,55.229397],[-162.849924,55.245429],[-162.888661,55.246772],[-162.896352,55.266669],[-162.80012,55.290269],[-162.794749,55.299465],[-162.737009,55.31094],[-162.713857,55.321275],[-162.65331,55.361518],[-162.641835,55.380276],[-162.634999,55.362616],[-162.614207,55.351508],[-162.58845,55.346096],[-162.566762,55.345445],[-162.550974,55.348538],[-162.540517,55.353949],[-162.51891,55.372789],[-162.51183,55.374905],[-162.504343,55.373684],[-162.497141,55.373969],[-162.491038,55.380276],[-162.48998,55.385321],[-162.490224,55.391995],[-162.49177,55.397691],[-162.494456,55.400092],[-162.507558,55.407538],[-162.504018,55.424018],[-162.504262,55.440416],[-162.528879,55.447903],[-162.556996,55.446926],[-162.582387,55.437323],[-162.601023,55.423733],[-162.621409,55.406928],[-162.604726,55.429877],[-162.591054,55.437323],[-162.576161,55.44599],[-162.549998,55.458726],[-162.226999,55.697903],[-162.149037,55.722846],[-162.130116,55.73432],[-162.0926,55.764065],[-162.077016,55.770006],[-162.050526,55.773749],[-161.912953,55.830878],[-161.898264,55.841986],[-161.826283,55.879869],[-161.799998,55.889716],[-161.773915,55.895982],[-161.689036,55.903551],[-161.640859,55.91767],[-161.525502,55.934882],[-161.457712,55.953925],[-161.388905,55.961737],[-161.377512,55.965522],[-161.356638,55.976264],[-161.155344,56.017035],[-161.225575,55.995998],[-161.257761,55.986029],[-161.273264,55.978461],[-161.367543,55.955634],[-161.206858,55.955634],[-161.170847,55.949856],[-161.154775,55.949897],[-161.137929,55.958686],[-161.124216,55.961249],[-161.072743,55.941352],[-161.053293,55.941107],[-161.039418,55.94595],[-161.011301,55.961859],[-160.95995,55.976264],[-160.946401,55.986029],[-160.932362,55.990302],[-160.874135,55.99315],[-160.871409,55.961737],[-160.867258,55.945868],[-160.860463,55.934516],[-160.900014,55.934556],[-160.940378,55.939358],[-160.979319,55.937445],[-161.014394,55.917711],[-161.024159,55.902899],[-161.023386,55.890774],[-161.015574,55.881171],[-161.004465,55.873725],[-160.983632,55.867011],[-160.965891,55.869371],[-160.948476,55.875434],[-160.928782,55.879869],[-160.943796,55.850491],[-160.950063,55.832994],[-160.946401,55.825263],[-160.930613,55.821845],[-160.915151,55.813666],[-160.820383,55.739163],[-160.799021,55.715399],[-160.781809,55.751044],[-160.768137,55.758531],[-160.747182,55.746161],[-160.717112,55.722846],[-160.699208,55.703192],[-160.689565,55.697903],[-160.675526,55.701117],[-160.67573,55.705634],[-160.664784,55.729804],[-160.661855,55.732815],[-160.666086,55.744045],[-160.676259,55.747138],[-160.688588,55.748114],[-160.699412,55.752997],[-160.707102,55.759833],[-160.725331,55.771389],[-160.756703,55.786119],[-160.764272,55.804755],[-160.775217,55.846503],[-160.78246,55.865668],[-160.795277,55.873725],[-160.799265,55.875434],[-160.798655,55.879462],[-160.7954,55.883775],[-160.791575,55.886705],[-160.784535,55.887681],[-160.777537,55.885565],[-160.764272,55.879869],[-160.717112,55.866278],[-160.68871,55.862291],[-160.512196,55.86994],[-160.503611,55.859442],[-160.479604,55.850287],[-160.477732,55.838446],[-160.481882,55.823472],[-160.476267,55.804755],[-160.460194,55.79564],[-160.44225,55.800523],[-160.422556,55.809149],[-160.401194,55.810981],[-160.394846,55.807318],[-160.386708,55.795233],[-160.380686,55.790473],[-160.36913,55.78677],[-160.309763,55.779364],[-160.288889,55.774482],[-160.26769,55.772284],[-160.24352,55.776842],[-160.278879,55.788316],[-160.287913,55.793931],[-160.309071,55.819281],[-160.319203,55.825263],[-160.237294,55.838324],[-160.250966,55.852484],[-160.272654,55.859117],[-160.319203,55.866278],[-160.520741,55.935207],[-160.540761,55.93537],[-160.566274,55.92829],[-160.572458,55.934516],[-160.552683,55.949123],[-160.543528,55.958482],[-160.538319,55.969306],[-160.539133,55.984565],[-160.547597,55.993394],[-160.561838,55.995307],[-160.579905,55.989732],[-160.568105,56.007554],[-160.532216,56.040229],[-160.516347,56.068793],[-160.476389,56.096666],[-160.462595,56.112616],[-160.461171,56.151313],[-160.455556,56.172349],[-160.43871,56.181545],[-160.428944,56.193264],[-160.403798,56.239691],[-160.394358,56.242987],[-160.368723,56.276842],[-160.237294,56.339179],[-160.18871,56.386908],[-160.017039,56.44538],[-159.928049,56.488959],[-159.847727,56.540513],[-159.745717,56.579332],[-159.483144,56.64704],[-159.558909,56.620347],[-159.547597,56.613186],[-159.526926,56.616156],[-159.502431,56.62287],[-159.45637,56.62934],[-159.324574,56.674018],[-159.308095,56.684882],[-159.288767,56.692084],[-159.231068,56.691962],[-159.208852,56.695461],[-159.221262,56.700873],[-159.234731,56.702826],[-159.263417,56.702338],[-159.263417,56.708564],[-159.199656,56.751695],[-159.175282,56.763739],[-159.086374,56.785793],[-159.040964,56.815131],[-158.991078,56.842597],[-158.943918,56.869859],[-158.889231,56.889594],[-158.8662,56.89411],[-158.893788,56.874457],[-158.959421,56.853461],[-158.997426,56.828803],[-159.025136,56.816718],[-159.03071,56.808783],[-159.024892,56.796576],[-159.010691,56.788804],[-158.992869,56.785142],[-158.976064,56.784857],[-158.979197,56.805732],[-158.971059,56.827541],[-158.957712,56.842475],[-158.945017,56.842922],[-158.911,56.817694],[-158.873647,56.797838],[-158.848948,56.789374],[-158.814687,56.78144],[-158.780751,56.777533],[-158.756947,56.781155],[-158.743723,56.786322],[-158.728708,56.789374],[-158.698598,56.791083],[-158.681467,56.786607],[-158.655751,56.767646],[-158.639638,56.763739],[-158.65392,56.805365],[-158.653798,56.817206],[-158.651438,56.826483],[-158.652821,56.836249],[-158.682444,56.86933],[-158.689076,56.884508],[-158.688954,56.939602],[-158.694895,56.969184],[-158.694407,56.979804],[-158.688059,57.007025],[-158.682118,57.02204],[-158.652089,57.05976],[-158.6079,57.100979],[-158.312449,57.314887],[-158.300771,57.319281],[-158.284373,57.322943],[-158.182688,57.362006],[-158.058095,57.367092],[-158.063669,57.377183],[-158.073476,57.381537],[-158.085886,57.382066],[-158.09907,57.380764],[-158.079661,57.396633],[-158.017079,57.428534],[-157.996327,57.446234],[-157.961293,57.484198],[-157.940745,57.497463],[-157.872792,57.513617],[-157.78661,57.556098],[-157.757761,57.564276],[-157.735951,57.558824],[-157.722971,57.564765],[-157.709665,57.568671],[-157.680653,57.572496],[-157.69164,57.557929],[-157.683217,57.540107],[-157.652781,57.503607],[-157.666615,57.489203],[-157.656728,57.483588],[-157.509389,57.476264],[-157.513661,57.466498],[-157.516225,57.462633],[-157.478953,57.4831],[-157.445505,57.483303],[-157.4287,57.485256],[-157.413808,57.489936],[-157.395579,57.502427],[-157.395131,57.512763],[-157.407419,57.52204],[-157.427439,57.531562],[-157.418446,57.539455],[-157.407704,57.546047],[-157.398061,57.554145],[-157.392079,57.566311],[-157.407094,57.561265],[-157.439443,57.556586],[-157.454783,57.552069],[-157.443715,57.537299],[-157.419749,57.512641],[-157.413808,57.497463],[-157.513905,57.509752],[-157.533559,57.50731],[-157.543406,57.500312],[-157.556101,57.494818],[-157.569569,57.491197],[-157.581736,57.489936],[-157.595408,57.493232],[-157.597524,57.500963],[-157.591298,57.51789],[-157.58727,57.563178],[-157.590647,57.584215],[-157.602162,57.603502],[-157.603505,57.608547],[-157.600779,57.612982],[-157.598622,57.617825],[-157.602162,57.62401],[-157.607533,57.627997],[-157.618276,57.634101],[-157.62267,57.637641],[-157.630076,57.641059],[-157.638987,57.640448],[-157.644765,57.636664],[-157.643137,57.630561],[-157.626088,57.613471],[-157.650136,57.613674],[-157.671946,57.618109],[-157.690419,57.626288],[-157.704579,57.637641],[-157.70991,57.652533],[-157.710032,57.674018],[-157.706532,57.69538],[-157.701161,57.709662],[-157.708811,57.729926],[-157.698354,57.759467],[-157.667063,57.818915],[-157.644602,57.878241],[-157.636667,57.909369],[-157.630116,57.978461],[-157.615183,58.041164],[-157.610097,58.092353],[-157.60554,58.105211],[-157.591298,58.127387],[-157.579457,58.140367],[-157.553293,58.162055],[-157.543528,58.175849],[-157.519765,58.167385],[-157.485789,58.165473],[-157.45165,58.168769],[-157.427439,58.175849],[-157.409657,58.188625],[-157.398752,58.19953],[-157.384226,58.207099],[-157.355458,58.209947],[-157.194325,58.193915],[-157.180409,58.189439],[-157.170644,58.182685],[-157.164052,58.175116],[-157.155385,58.169501],[-157.139475,58.168402],[-157.163319,58.191555],[-157.187082,58.204901],[-157.347524,58.239203],[-157.379628,58.23725],[-157.433542,58.22191],[-157.457468,58.220893],[-157.482655,58.230414],[-157.529042,58.256008],[-157.5454,58.273586],[-157.537302,58.291897],[-157.568471,58.320746],[-157.562082,58.363674],[-157.502675,58.46369],[-157.457875,58.50788],[-157.436147,58.521633],[-157.382517,58.536363],[-157.358591,58.546373],[-157.267283,58.620266],[-157.134348,58.686835],[-157.115224,58.699652],[-157.091786,58.709784],[-156.996083,58.723822],[-156.969187,58.732245],[-156.940867,58.737535],[-156.940867,58.744371],[-156.978342,58.739],[-157.023671,58.726508],[-157.061879,58.726223],[-157.077992,58.757392],[-157.068796,58.778469],[-157.002268,58.839993],[-157.025502,58.863471],[-157.022694,58.869696],[-157.009714,58.881537],[-156.988596,58.895209],[-156.985341,58.903266],[-156.985585,58.910142],[-156.987375,58.9147],[-156.988596,58.915717],[-156.982411,58.943345],[-156.976308,58.953518],[-156.961293,58.963446],[-156.922109,58.976223],[-156.882517,58.983954],[-156.860341,58.993883],[-156.851633,59.018215],[-156.85143,59.077094],[-156.842885,59.103217],[-156.822865,59.122626],[-156.800038,59.138739],[-156.783193,59.155219],[-156.853627,59.11994],[-156.865102,59.111233],[-156.867258,59.102729],[-156.878041,59.078355],[-156.88683,59.067939],[-156.884633,59.055406],[-156.880442,59.041653],[-156.878774,59.032375],[-156.889719,59.012519],[-156.910105,58.99726],[-156.935414,58.987494],[-156.991811,58.981757],[-157.015818,58.974066],[-157.034901,58.959418],[-157.05073,58.936184],[-157.069569,58.899726],[-157.084462,58.886664],[-157.135569,58.877346],[-157.254465,58.840481],[-157.373118,58.824774],[-157.38683,58.820868],[-157.400217,58.815497],[-157.410024,58.809516],[-157.424021,58.803046],[-157.475209,58.799628],[-157.568179,58.747893],[-157.65746,58.736187],[-157.814182,58.687709],[-157.978098,58.647528],[-158.153676,58.614],[-158.203359,58.612982],[-158.26301,58.623521],[-158.315867,58.646552],[-158.345448,58.682929],[-158.335805,58.701483],[-158.345286,58.724066],[-158.363596,58.744615],[-158.380198,58.757392],[-158.408315,58.770087],[-158.546132,58.799262],[-158.557729,58.806464],[-158.566151,58.819485],[-158.565663,58.830634],[-158.559641,58.839993],[-158.551503,58.847398],[-158.538035,58.856269],[-158.528432,58.860907],[-158.519968,58.867336],[-158.509958,58.881537],[-158.495473,58.911689],[-158.48884,58.922512],[-158.499257,58.948798],[-158.477488,58.963202],[-158.421132,58.977118],[-158.431508,58.979438],[-158.439402,58.983547],[-158.443227,58.989691],[-158.44164,58.998236],[-158.451527,58.997463],[-158.46052,58.994778],[-158.468617,58.99022],[-158.475779,58.983954],[-158.497507,58.993964],[-158.491322,59.001532],[-158.45873,59.014716],[-158.443552,59.025336],[-158.424306,59.032782],[-158.403432,59.037177],[-158.38329,59.03856],[-158.1728,59.013007],[-158.137156,58.999457],[-158.104604,58.979885],[-158.078562,58.956692],[-158.069529,58.943305],[-158.070627,58.925849],[-158.06428,58.908271],[-158.056833,58.899115],[-158.044504,58.888373],[-158.030141,58.879055],[-158.017079,58.874091],[-158.017323,58.886664],[-158.013865,58.895697],[-158.006663,58.900824],[-157.995351,58.902045],[-157.995351,58.908271],[-158.028066,58.907538],[-158.041331,58.911444],[-158.050608,58.922512],[-158.034169,58.942816],[-158.052317,58.97134],[-158.102122,59.014716],[-158.140248,59.0362],[-158.233835,59.039211],[-158.31664,59.062445],[-158.402699,59.073676],[-158.44164,59.086982],[-158.473215,59.104804],[-158.489329,59.117825],[-158.496287,59.131415],[-158.498891,59.143866],[-158.505564,59.145982],[-158.514394,59.145006],[-158.523549,59.148424],[-158.528676,59.156155],[-158.530832,59.163804],[-158.534495,59.1706],[-158.544057,59.175767],[-158.549062,59.15766],[-158.547475,59.144843],[-158.537221,59.137193],[-158.516103,59.134752],[-158.516713,59.111518],[-158.457265,59.075873],[-158.462148,59.052802],[-158.480784,59.044094],[-158.521189,59.03734],[-158.537221,59.02558],[-158.540517,59.020575],[-158.542592,59.015611],[-158.543691,59.009711],[-158.544057,59.001654],[-158.547312,58.993476],[-158.554311,58.988918],[-158.56135,58.9855],[-158.57787,58.959174],[-158.608998,58.933173],[-158.644399,58.911282],[-158.688466,58.895575],[-158.709096,58.88288],[-158.729482,58.873603],[-158.746409,58.877834],[-158.753367,58.890448],[-158.748036,58.900214],[-158.737498,58.911444],[-158.728993,58.928697],[-158.762644,58.943671],[-158.777821,58.952623],[-158.790476,58.963446],[-158.75414,58.972154],[-158.739735,58.979885],[-158.746409,58.994818],[-158.825266,58.977118],[-158.810496,58.965969],[-158.772043,58.920478],[-158.769968,58.911078],[-158.793894,58.816352],[-158.783559,58.799506],[-158.78246,58.783881],[-158.787953,58.769761],[-158.797312,58.757392],[-158.811879,58.744452],[-158.827952,58.736274],[-158.846913,58.732001],[-158.869944,58.730699],[-158.877919,58.732367],[-158.88561,58.736802],[-158.891306,58.743354],[-158.893503,58.751166],[-158.890085,58.763617],[-158.88154,58.768459],[-158.859364,58.771674],[-158.819773,58.783922],[-158.804311,58.794664],[-158.807851,58.809516],[-158.827138,58.819403],[-158.851023,58.820217],[-158.87324,58.813178],[-158.887318,58.799628],[-158.86144,58.799465],[-158.874135,58.78974],[-158.900339,58.778957],[-158.914622,58.775377],[-158.912953,58.757636],[-158.908437,58.741197],[-158.889396,58.706293],[-158.851595,58.677091],[-158.820151,58.614034],[-158.793894,58.569322],[-158.792087,58.570417],[-158.779042,58.562893],[-158.772654,58.558783],[-158.770009,58.54914],[-158.771433,58.524644],[-158.770009,58.518459],[-158.758494,58.50727],[-158.74592,58.505113],[-158.733632,58.506252],[-158.722849,58.504828],[-158.708689,58.492255],[-158.720082,58.483588],[-158.739695,58.474189],[-158.759755,58.447089],[-158.782053,58.437161],[-158.807118,58.430732],[-158.825266,58.429023],[-158.825266,58.422187],[-158.797312,58.422187],[-158.829661,58.404771],[-158.881734,58.39962],[-158.939761,58.398071],[-159.014856,58.414548],[-159.051259,58.424709],[-159.071645,58.442694],[-159.05842,58.438381],[-159.046335,58.4383],[-159.03661,58.443793],[-159.03071,58.456366],[-159.055735,58.455878],[-159.074696,58.458726],[-159.083689,58.469062],[-159.078481,58.491116],[-159.114613,58.490058],[-159.15099,58.518785],[-159.208852,58.586737],[-159.29894,58.672349],[-159.384954,58.755824],[-159.482737,58.816067],[-159.506907,58.82217],[-159.517934,58.826321],[-159.545033,58.844306],[-159.551462,58.847398],[-159.579294,58.846177],[-159.594065,58.831711],[-159.633778,58.834703],[-159.660918,58.839443],[-159.630243,58.852715],[-159.600968,58.885454],[-159.586941,58.907463],[-159.617487,58.931324],[-159.638148,58.935098],[-159.651335,58.935554],[-159.680183,58.931753],[-159.709649,58.928657],[-159.738127,58.928247],[-159.728762,58.918737],[-159.725177,58.910439],[-159.734625,58.892692],[-159.755732,58.881468],[-159.768229,58.865531],[-159.743329,58.854477],[-159.752924,58.840826],[-159.765973,58.831369],[-159.776927,58.848779],[-159.7985,58.849833],[-159.80704,58.844662],[-159.805978,58.837465],[-159.799485,58.831461],[-159.79592,58.823163],[-159.786181,58.817039],[-159.794851,58.800277],[-159.816698,58.793832],[-159.839955,58.79267],[-159.86636,58.779123],[-159.90613,58.765406],[-159.91148,58.775801],[-159.929539,58.790007],[-159.962961,58.820054],[-159.985219,58.83515],[-159.990224,58.839993],[-159.983348,58.849228],[-159.983303,58.860807],[-159.989245,58.86611],[-159.997141,58.874091],[-160.01838,58.880378],[-160.045815,58.88259],[-160.070565,58.879597],[-160.084873,58.875602],[-160.088936,58.86891],[-160.092224,58.863216],[-160.096863,58.857224],[-160.112912,58.861107],[-160.132314,58.8664],[-160.153095,58.861285],[-160.165253,58.864382],[-160.150249,58.880938],[-160.15807,58.899319],[-160.152202,58.916104],[-160.201856,58.908417],[-160.222335,58.902204],[-160.228869,58.890811],[-160.246442,58.886896],[-160.253063,58.898674],[-160.257192,58.911933],[-160.254099,58.935981],[-160.256663,58.946234],[-160.26769,58.950385],[-160.287651,58.932398],[-160.301463,58.945071],[-160.328931,58.941429],[-160.331129,58.95172],[-160.319203,58.956692],[-160.317332,58.965155],[-160.301226,58.971664],[-160.296022,58.976973],[-160.267539,58.977495],[-160.257192,58.983954],[-160.255116,58.990302],[-160.258046,58.995429],[-160.264597,59.001654],[-160.269399,59.011705],[-160.280385,59.0185],[-160.292917,59.023668],[-160.302195,59.028957],[-160.306874,59.032416],[-160.31725,59.037746],[-160.322336,59.042304],[-160.334723,59.053837],[-160.320872,59.061347],[-160.325429,59.066555],[-160.352169,59.070659],[-160.401536,59.048844],[-160.52952,59.001904],[-160.667156,58.947643],[-160.694151,58.928247],[-160.768496,58.896426],[-160.83372,58.812546],[-160.827486,58.837265],[-160.829368,58.852647],[-160.842442,58.867962],[-160.867869,58.878817],[-160.888551,58.884102],[-160.90775,58.876391],[-160.961414,58.873247],[-160.979395,58.864131],[-160.993334,58.846688],[-161.033227,58.842476],[-161.076177,58.817573],[-161.109586,58.811508],[-161.137587,58.799173],[-161.173218,58.797566],[-161.179701,58.782726],[-161.244074,58.782748],[-161.271973,58.787093],[-161.291244,58.79261],[-161.278635,58.810248],[-161.271352,58.812649],[-161.271352,58.820054],[-161.300404,58.814643],[-161.306142,58.812649],[-161.310292,58.805487],[-161.312571,58.796454],[-161.310658,58.788642],[-161.302439,58.785346],[-161.289782,58.777946],[-161.262953,58.77669],[-161.29011,58.770453],[-161.310513,58.748074],[-161.357469,58.726245],[-161.367132,58.711469],[-161.374582,58.69971],[-161.376222,58.686802],[-161.374501,58.672349],[-161.361905,58.668458],[-161.327101,58.678281],[-161.301285,58.681818],[-161.363888,58.659647],[-161.488325,58.640392],[-161.535996,58.623293],[-161.550283,58.606556],[-161.562373,58.602025],[-161.585032,58.607611],[-161.596913,58.607164],[-161.61266,58.604926],[-161.63976,58.59516],[-161.665639,58.590806],[-161.67634,58.585395],[-161.685251,58.577826],[-161.693105,58.569322],[-161.707509,58.561184],[-161.726674,58.558498],[-161.764841,58.559394],[-161.752187,58.577094],[-161.72053,58.59927],[-161.710194,58.614],[-161.7235,58.625556],[-161.738149,58.634508],[-161.756418,58.643134],[-161.765085,58.645087],[-161.761708,58.637885],[-161.761342,58.629096],[-161.767079,58.617743],[-161.762885,58.590986],[-161.77953,58.612616],[-161.797678,58.623236],[-161.834301,58.626482],[-161.912845,58.631863],[-161.936516,58.629692],[-161.959685,58.623282],[-161.98014,58.628374],[-162.012099,58.620714],[-162.035821,58.625851],[-162.077171,58.620893],[-162.137766,58.633857],[-162.176054,58.644923],[-162.121775,58.663856],[-162.067087,58.666653],[-162.04601,58.682929],[-162.0301,58.67593],[-161.990305,58.679104],[-161.965932,58.67475],[-161.954457,58.676459],[-161.949778,58.675482],[-161.949208,58.673041],[-161.950388,58.664252],[-161.949778,58.661811],[-161.943552,58.656887],[-161.939931,58.652737],[-161.934438,58.649644],[-161.922475,58.648139],[-161.891103,58.653713],[-161.858713,58.66942],[-161.842844,58.691636],[-161.867489,58.704048],[-161.865418,58.716263],[-161.821889,58.733547],[-161.809804,58.740953],[-161.795847,58.753892],[-161.786244,58.758734],[-161.758616,58.757392],[-161.717376,58.754843],[-161.677398,58.773527],[-161.655588,58.806464],[-161.68484,58.818586],[-161.712163,58.81297],[-161.733531,58.807903],[-161.753117,58.78987],[-161.762126,58.772668],[-161.774737,58.770507],[-161.762644,58.804999],[-161.759267,58.815497],[-161.758616,58.826321],[-161.762807,58.835639],[-161.769631,58.848728],[-161.777596,58.857714],[-161.785521,58.877619],[-161.790669,58.899867],[-161.792795,58.964789],[-161.794911,58.974514],[-161.79955,58.983954],[-161.807729,58.989569],[-161.834706,59.002875],[-161.840525,59.008205],[-161.851633,59.023179],[-161.855824,59.033759],[-161.850453,59.03856],[-161.84557,59.03974],[-161.835927,59.044867],[-161.829701,59.046047],[-161.822092,59.044379],[-161.821238,59.040432],[-161.822255,59.035875],[-161.820058,59.032375],[-161.817942,59.030097],[-161.815907,59.026353],[-161.812611,59.02204],[-161.806386,59.018134],[-161.798573,59.017483],[-161.771677,59.02558],[-161.742421,59.030219],[-161.725168,59.035102],[-161.69404,59.054918],[-161.614003,59.080756],[-161.608998,59.085517],[-161.604848,59.096381],[-161.600331,59.101264],[-161.594472,59.101996],[-161.577748,59.099921],[-161.573069,59.101264],[-161.569163,59.115058],[-161.57787,59.12051],[-161.6103,59.120551],[-161.613271,59.123969],[-161.616404,59.131415],[-161.62328,59.138821],[-161.637888,59.142239],[-161.646718,59.13935],[-161.67101,59.125312],[-161.682932,59.120551],[-161.723134,59.11579],[-161.840525,59.120551],[-161.873484,59.111029],[-161.888376,59.094387],[-161.880971,59.078925],[-161.847401,59.07331],[-161.847401,59.066555],[-161.896474,59.075385],[-161.939443,59.098578],[-161.97411,59.131415],[-162.02953,59.230129],[-162.042917,59.248358],[-162.051503,59.270168],[-162.038686,59.289374],[-162.020009,59.301744],[-161.99824,59.312934],[-162.036204,59.281887],[-162.04365,59.265774],[-162.034983,59.250881],[-162.009023,59.237535],[-161.983103,59.25373],[-161.968251,59.280829],[-161.970896,59.306708],[-161.964345,59.315334],[-161.962473,59.32807],[-161.964711,59.341946],[-161.970896,59.353909],[-161.959462,59.375067],[-161.946604,59.387763],[-161.929433,59.393866],[-161.9051,59.395453],[-161.883168,59.422268],[-161.867543,59.433092],[-161.853586,59.422187],[-161.847401,59.422187],[-161.837595,59.439927],[-161.821238,59.463365],[-161.801625,59.479193],[-161.770985,59.469957],[-161.755727,59.472642],[-161.740793,59.478705],[-161.730662,59.484809],[-161.717234,59.495836],[-161.713938,59.50137],[-161.859242,59.628119],[-161.867258,59.655504],[-161.87621,59.667711],[-161.879221,59.679592],[-161.879832,59.689846],[-161.88154,59.69717],[-161.889638,59.706244],[-161.909006,59.718817],[-161.99413,59.811103],[-162.081776,59.877875],[-162.094553,59.894029],[-162.101267,59.915595],[-162.100087,59.951117],[-162.108754,59.965155],[-162.15807,59.976508],[-162.178782,59.990424],[-162.196238,60.008246],[-162.209828,60.025458],[-162.231068,60.064399],[-162.240061,60.089789],[-162.234364,60.101223],[-162.22407,60.105455],[-162.214182,60.115627],[-162.206654,60.127997],[-162.203603,60.138739],[-162.203196,60.147528],[-162.203562,60.153306],[-162.207387,60.159613],[-162.245554,60.19477],[-162.25141,60.201419],[-162.221262,60.20185],[-162.186269,60.209866],[-162.161563,60.216367],[-162.161159,60.232478],[-162.156606,60.244371],[-162.149037,60.245185],[-162.161692,60.250678],[-162.175242,60.250637],[-162.203603,60.245185],[-162.20051,60.241523],[-162.198354,60.238267],[-162.181501,60.232506],[-162.181044,60.223119],[-162.210439,60.217963],[-162.248891,60.214748],[-162.278554,60.223456],[-162.272572,60.245185],[-162.290232,60.242499],[-162.298085,60.235907],[-162.30012,60.226996],[-162.299875,60.217231],[-162.297556,60.214179],[-162.292673,60.2119],[-162.28779,60.210761],[-162.285593,60.211086],[-162.284535,60.196967],[-162.285593,60.196763],[-162.291127,60.196601],[-162.298329,60.189195],[-162.30012,60.180487],[-162.289296,60.176337],[-162.257677,60.173847],[-162.236519,60.162752],[-162.228726,60.145586],[-162.23842,60.135617],[-162.26394,60.127294],[-162.288355,60.121594],[-162.297782,60.116424],[-162.317243,60.11306],[-162.337651,60.129653],[-162.343129,60.13939],[-162.366892,60.162543],[-162.372792,60.170356],[-162.374949,60.176337],[-162.362201,60.180908],[-162.353586,60.187567],[-162.347646,60.190619],[-162.340443,60.207668],[-162.341664,60.21898],[-162.350046,60.228949],[-162.364369,60.241767],[-162.412546,60.272528],[-162.430165,60.275214],[-162.44697,60.281968],[-162.45858,60.295086],[-162.442392,60.309588],[-162.390475,60.329466],[-162.333241,60.400214],[-162.319203,60.422593],[-162.313547,60.447211],[-162.30309,60.470852],[-162.278513,60.485663],[-162.249989,60.496649],[-162.227528,60.508979],[-162.224355,60.519355],[-162.227406,60.531928],[-162.228749,60.542426],[-162.220693,60.54682],[-162.21996,60.552151],[-162.222157,60.577948],[-162.22411,60.587836],[-162.207712,60.588935],[-162.19164,60.593899],[-162.109731,60.631415],[-162.097849,60.63935],[-162.06135,60.651028],[-161.967112,60.645657],[-161.942983,60.669745],[-161.957834,60.675279],[-161.96345,60.676581],[-161.944936,60.685004],[-161.88154,60.703925],[-161.910593,60.71369],[-161.938222,60.707668],[-161.965037,60.696357],[-162.072255,60.665229],[-162.094431,60.669745],[-162.088246,60.686916],[-162.115102,60.712795],[-162.153757,60.732489],[-162.183176,60.731147],[-162.129954,60.701402],[-162.121693,60.693996],[-162.121287,60.675238],[-162.123362,60.658922],[-162.133168,60.647406],[-162.183787,60.639635],[-162.237538,60.624742],[-162.261667,60.621324],[-162.276316,60.612942],[-162.284128,60.593655],[-162.289377,60.571926],[-162.296457,60.556464],[-162.299794,60.551174],[-162.306101,60.533189],[-162.365915,60.47663],[-162.374949,60.464911],[-162.377268,60.458197],[-162.379262,60.442532],[-162.382436,60.436957],[-162.394154,60.433092],[-162.428944,60.436957],[-162.441233,60.423407],[-162.436025,60.412543],[-162.424021,60.400214],[-162.415964,60.382392],[-162.452016,60.370754],[-162.464792,60.372382],[-162.456899,60.388577],[-162.464345,60.395982],[-162.49946,60.381985],[-162.509226,60.37287],[-162.497874,60.361274],[-162.512522,60.354926],[-162.53779,60.35102],[-162.549998,60.344468],[-162.559519,60.33747],[-162.56782,60.334174],[-162.5749,60.3369],[-162.580434,60.347602],[-162.585683,60.339423],[-162.590688,60.335354],[-162.597524,60.334052],[-162.608347,60.33393],[-162.608347,60.327094],[-162.576731,60.318305],[-162.566762,60.313463],[-162.591176,60.307034],[-162.600901,60.306627],[-162.562205,60.29385],[-162.5537,60.2862],[-162.55012,60.275865],[-162.552195,60.267157],[-162.560007,60.261135],[-162.573557,60.258857],[-162.703318,60.265692],[-162.657338,60.251695],[-162.55842,60.237494],[-162.469187,60.204901],[-162.450266,60.191067],[-162.453806,60.173163],[-162.481801,60.15058],[-162.493235,60.136786],[-162.497874,60.118232],[-162.492991,60.099189],[-162.483103,60.086615],[-162.475535,60.073432],[-162.477366,60.052802],[-162.485219,60.035386],[-162.496449,60.019721],[-162.510243,60.006741],[-162.525828,59.997504],[-162.578684,59.983873],[-162.63976,59.981391],[-162.700388,59.988837],[-162.751698,60.00495],[-162.752797,59.968248],[-162.807973,59.942572],[-163.087636,59.859117],[-163.316477,59.830268],[-163.614939,59.800849],[-163.877146,59.799547],[-164.098337,59.833686],[-164.128529,59.842678],[-164.159861,59.864569],[-164.187001,59.891506],[-164.204783,59.915595],[-164.21227,59.954983],[-164.183787,59.968655],[-164.094919,59.977688],[-164.094919,59.984524],[-164.106191,59.983791],[-164.116892,59.984442],[-164.126943,59.986802],[-164.136464,59.99136],[-164.130238,59.994086],[-164.114735,60.00495],[-164.146718,60.010443],[-164.200551,60.034329],[-164.348134,60.066474],[-164.385243,60.084906],[-164.399648,60.087551],[-164.412668,60.091783],[-164.43456,60.110582],[-164.441233,60.114814],[-164.444325,60.119086],[-164.479075,60.142157],[-164.488271,60.15058],[-164.495188,60.159857],[-164.495554,60.16885],[-164.4853,60.176337],[-164.4853,60.183743],[-164.512644,60.190619],[-164.564443,60.218492],[-164.614695,60.231879],[-164.643788,60.248277],[-164.661122,60.266425],[-164.649159,60.278713],[-164.656443,60.288072],[-164.673655,60.295152],[-164.677073,60.303209],[-164.673289,60.312201],[-164.649159,60.33393],[-164.714955,60.300605],[-164.753489,60.287095],[-164.783884,60.296373],[-164.808827,60.308092],[-164.988962,60.341376],[-165.005971,60.346747],[-165.038767,60.370185],[-165.071523,60.384833],[-165.10143,60.406684],[-165.12914,60.431708],[-165.143259,60.450629],[-165.121571,60.450507],[-165.053822,60.464911],[-165.033925,60.46662],[-165.023997,60.46898],[-165.019724,60.474555],[-165.018259,60.482367],[-165.014394,60.492825],[-165.008982,60.501939],[-165.002634,60.505845],[-164.983388,60.510077],[-164.973704,60.520413],[-164.974192,60.533637],[-164.985585,60.54682],[-165.010447,60.554511],[-165.160227,60.521959],[-165.174265,60.51553],[-165.195627,60.502265],[-165.22175,60.49901],[-165.36974,60.512112],[-165.384348,60.516913],[-165.431223,60.553046],[-165.411692,60.567532],[-165.383901,60.581041],[-165.354115,60.588446],[-165.31428,60.580878],[-165.297719,60.583075],[-165.281931,60.589097],[-165.270131,60.597724],[-165.258901,60.60871],[-165.24885,60.614651],[-165.203969,60.625393],[-165.171132,60.643052],[-165.118764,60.658637],[-165.080637,60.681708],[-165.023386,60.696682],[-164.999216,60.711371],[-164.989735,60.729682],[-164.996653,60.745185],[-165.030263,60.77619],[-165.031361,60.787014],[-165.01537,60.791449],[-164.994862,60.793199],[-164.982167,60.796332],[-164.971506,60.803046],[-164.924143,60.820543],[-164.874949,60.848782],[-164.897776,60.86933],[-164.94225,60.889635],[-164.958241,60.916815],[-164.937449,60.936469],[-164.915639,60.924465],[-164.895579,60.901679],[-164.87975,60.889472],[-164.871287,60.886176],[-164.848256,60.871649],[-164.834788,60.868354],[-164.819325,60.871405],[-164.780751,60.895697],[-164.753245,60.906195],[-164.711049,60.917182],[-164.668406,60.92178],[-164.639516,60.913316],[-164.642079,60.899888],[-164.685658,60.867621],[-164.697581,60.854682],[-164.669138,60.825751],[-164.596384,60.818915],[-164.464833,60.820543],[-164.429026,60.8039],[-164.416371,60.800116],[-164.375437,60.800116],[-164.357493,60.793687],[-164.351552,60.79267],[-164.283559,60.79267],[-164.270823,60.787909],[-164.26769,60.77676],[-164.268178,60.763373],[-164.266225,60.752346],[-164.259633,60.742133],[-164.252187,60.734931],[-164.241404,60.731147],[-164.224599,60.731147],[-164.235463,60.723212],[-164.235544,60.712633],[-164.228627,60.701117],[-164.218373,60.690172],[-164.320017,60.662299],[-164.328236,60.656684],[-164.33141,60.652411],[-164.337839,60.640286],[-164.341298,60.635647],[-164.341908,60.632758],[-164.340566,60.624091],[-164.341298,60.621324],[-164.345652,60.620266],[-164.357126,60.622016],[-164.361765,60.621324],[-164.370188,60.617865],[-164.38679,60.613511],[-164.395945,60.608303],[-164.399403,60.603217],[-164.406077,60.586859],[-164.410227,60.58039],[-164.416453,60.576728],[-164.444325,60.567328],[-164.420359,60.554267],[-164.397165,60.56037],[-164.35497,60.594062],[-164.299306,60.627021],[-164.283559,60.63935],[-164.259348,60.653266],[-164.228831,60.658026],[-164.163157,60.656684],[-164.135081,60.663723],[-164.119618,60.680569],[-164.101755,60.718166],[-164.084299,60.734565],[-164.062611,60.747952],[-164.019765,60.766547],[-163.986318,60.776313],[-163.955637,60.779853],[-163.888783,60.779608],[-163.865671,60.777045],[-163.838694,60.769029],[-163.816233,60.755113],[-163.806874,60.734931],[-163.815175,60.714667],[-163.82905,60.698188],[-163.831776,60.683783],[-163.806874,60.669745],[-163.817494,60.659613],[-163.828847,60.650946],[-163.836171,60.639553],[-163.834828,60.621324],[-163.826039,60.607164],[-163.811106,60.59394],[-163.794382,60.584174],[-163.779897,60.58039],[-163.731435,60.582709],[-163.686472,60.589748],[-163.643544,60.601549],[-163.464304,60.676581],[-163.43578,60.697455],[-163.429148,60.716986],[-163.441884,60.735297],[-163.471669,60.752346],[-163.45934,60.754096],[-163.409006,60.752346],[-163.424306,60.764716],[-163.54365,60.810004],[-163.861521,60.854682],[-163.912831,60.849595],[-163.930409,60.854682],[-163.852854,60.883246],[-163.808949,60.892524],[-163.76594,60.889472],[-163.718251,60.871324],[-163.697621,60.868354],[-163.57844,60.884101],[-163.562734,60.890123],[-163.55602,60.89997],[-163.563588,60.913316],[-163.579457,60.919867],[-163.725087,60.932359],[-163.756418,60.945258],[-163.745432,60.964545],[-163.723704,60.95661],[-163.701975,60.964301],[-163.683054,60.978949],[-163.669667,60.991889],[-163.704091,60.999661],[-163.768788,60.980455],[-163.800038,60.978217],[-163.795969,60.957709],[-163.812367,60.951972],[-163.837148,60.950019],[-163.858103,60.940985],[-163.867177,60.934149],[-163.886667,60.927965],[-163.895619,60.923],[-163.902089,60.915229],[-163.907948,60.899848],[-163.913319,60.892564],[-163.957509,60.86815],[-164.007069,60.862209],[-164.135365,60.867133],[-164.363759,60.872056],[-164.564443,60.854682],[-164.573232,60.857611],[-164.593007,60.871487],[-164.60261,60.8758],[-164.584543,60.900092],[-164.585886,60.910061],[-164.60261,60.923],[-164.628041,60.932318],[-164.714955,60.937242],[-164.726755,60.935004],[-164.744985,60.925238],[-164.767934,60.919827],[-164.788279,60.905707],[-164.797556,60.902533],[-164.81489,60.908108],[-164.838328,60.937445],[-164.855824,60.950873],[-164.879465,60.957424],[-164.907094,60.958726],[-164.934682,60.956122],[-164.958241,60.950873],[-165.015248,60.921047],[-165.036814,60.916815],[-165.081492,60.917385],[-165.128977,60.923489],[-165.170766,60.941596],[-165.198476,60.978217],[-165.118153,61.013251],[-165.088612,61.019843],[-164.974192,61.025336],[-164.950795,61.019843],[-164.95283,61.057034],[-164.950795,61.067572],[-164.940053,61.083808],[-164.927195,61.086982],[-164.864491,61.079779],[-164.857004,61.082343],[-164.845286,61.091213],[-164.82787,61.099555],[-164.785756,61.104315],[-164.766469,61.108588],[-164.783396,61.120022],[-164.814565,61.11872],[-164.876332,61.108588],[-164.930979,61.114732],[-164.999216,61.114732],[-165.012563,61.106269],[-165.005564,61.08747],[-165.004018,61.068671],[-165.033681,61.060126],[-165.058705,61.062893],[-165.084828,61.070258],[-165.109364,61.081],[-165.129587,61.094306],[-165.12975,61.106635],[-165.175242,61.121772],[-165.191029,61.136461],[-165.168691,61.145697],[-165.146555,61.149726],[-165.129506,61.156643],[-165.11559,61.190579],[-165.0985,61.20307],[-165.060658,61.218451],[-165.143259,61.259426],[-165.131703,61.241848],[-165.119252,61.230373],[-165.103586,61.223131],[-165.082387,61.218451],[-165.102773,61.208441],[-165.120473,61.205959],[-165.136098,61.200995],[-165.150014,61.183661],[-165.148264,61.177151],[-165.143992,61.167711],[-165.144399,61.159369],[-165.15685,61.155748],[-165.211497,61.149563],[-165.346873,61.197089],[-165.36974,61.200751],[-165.362742,61.212795],[-165.326772,61.231635],[-165.293324,61.254828],[-165.271921,61.259589],[-165.225453,61.259426],[-165.212717,61.265204],[-165.206654,61.279242],[-165.204783,61.296088],[-165.204661,61.310614],[-165.208363,61.326809],[-165.219106,61.331692],[-165.259877,61.328315],[-165.259877,61.334459],[-165.225779,61.348131],[-165.182566,61.351955],[-165.171132,61.354967],[-165.157786,61.36579],[-165.161855,61.373684],[-165.172109,61.382473],[-165.177358,61.395941],[-165.158762,61.418647],[-165.076243,61.419379],[-165.047678,61.436957],[-165.061391,61.446967],[-165.05781,61.451728],[-165.006052,61.46483],[-165.005198,61.466864],[-165.004262,61.471137],[-165.002512,61.475775],[-164.999216,61.479153],[-164.967722,61.489569],[-164.868886,61.498969],[-164.847239,61.497626],[-164.841542,61.498969],[-164.840688,61.502753],[-164.842478,61.515692],[-164.841542,61.519477],[-164.829945,61.525336],[-164.818105,61.528632],[-164.786936,61.533759],[-164.763376,61.541693],[-164.74767,61.554674],[-164.743113,61.571031],[-164.752797,61.588935],[-164.690745,61.601386],[-164.708201,61.617418],[-164.72407,61.625556],[-164.742258,61.628363],[-164.766469,61.62873],[-164.760569,61.626166],[-164.752268,61.621243],[-164.745961,61.615058],[-164.745961,61.608832],[-164.755238,61.602362],[-164.76537,61.601955],[-164.77599,61.603095],[-164.786936,61.601386],[-164.802195,61.59162],[-164.821116,61.567857],[-164.877634,61.526028],[-164.896189,61.519477],[-164.966746,61.516588],[-164.990915,61.511379],[-165.008616,61.503485],[-165.016225,61.496527],[-165.021067,61.488023],[-165.030263,61.475735],[-165.039866,61.470893],[-165.050649,61.472642],[-165.061594,61.476793],[-165.071523,61.479153],[-165.085764,61.476264],[-165.086903,61.469184],[-165.083201,61.46015],[-165.082224,61.445014],[-165.079091,61.441067],[-165.079172,61.437079],[-165.088612,61.430732],[-165.099924,61.428656],[-165.111928,61.431098],[-165.123362,61.434882],[-165.133005,61.436957],[-165.154734,61.433417],[-165.186106,61.416246],[-165.204661,61.410224],[-165.195383,61.389635],[-165.191029,61.382961],[-165.205678,61.37637],[-165.23823,61.367743],[-165.253123,61.361802],[-165.263132,61.354193],[-165.271596,61.345649],[-165.281077,61.338365],[-165.294057,61.334459],[-165.280466,61.318671],[-165.261423,61.31745],[-165.24238,61.320624],[-165.228871,61.31745],[-165.227122,61.308905],[-165.231516,61.299384],[-165.233754,61.287746],[-165.225779,61.273098],[-165.267934,61.270006],[-165.312937,61.260891],[-165.355458,61.245754],[-165.390248,61.224595],[-165.399607,61.195624],[-165.369496,61.175971],[-165.346384,61.156724],[-165.376576,61.129096],[-165.368235,61.121243],[-165.364207,61.1081],[-165.362986,61.077541],[-165.373728,61.071601],[-165.397817,61.073472],[-165.437449,61.081244],[-165.512807,61.086982],[-165.54719,61.093899],[-165.582102,61.108588],[-165.605092,61.124498],[-165.621693,61.1435],[-165.632192,61.165676],[-165.636708,61.191107],[-165.634511,61.190253],[-165.629832,61.191311],[-165.625193,61.194648],[-165.623036,61.200751],[-165.626291,61.204657],[-165.633249,61.208889],[-165.640248,61.214179],[-165.643503,61.221503],[-165.643992,61.238511],[-165.642161,61.248928],[-165.632517,61.253404],[-165.609975,61.25259],[-165.62328,61.262152],[-165.628,61.271796],[-165.623728,61.280463],[-165.609975,61.287299],[-165.64094,61.288398],[-165.699452,61.303412],[-165.828725,61.312974],[-165.855784,61.320868],[-165.87678,61.336575],[-165.921254,61.399359],[-165.918324,61.41474],[-165.891103,61.428778],[-165.835317,61.444322],[-165.803171,61.449286],[-165.790273,61.452867],[-165.7801,61.457994],[-165.77123,61.466539],[-165.767283,61.475531],[-165.766306,61.485053],[-165.766428,61.495266],[-165.776967,61.515815],[-165.802073,61.528144],[-165.855784,61.539984],[-165.868153,61.544664],[-165.890818,61.556789],[-165.904164,61.561021],[-165.923899,61.562161],[-166.050404,61.543402],[-166.085683,61.532213],[-166.096018,61.519477],[-166.088612,61.514472],[-166.065623,61.510443],[-166.054392,61.505805],[-166.106191,61.498521],[-166.138254,61.516099],[-166.195302,61.585598],[-166.199941,61.59455],[-166.196156,61.602362],[-166.189443,61.60932],[-166.185374,61.615668],[-166.185374,61.656684],[-166.180857,61.673529],[-166.172678,61.694648],[-166.160512,61.713935],[-166.144399,61.725531],[-166.155873,61.665839],[-166.154042,61.656684],[-166.147328,61.653754],[-166.128245,61.640448],[-166.116444,61.636135],[-166.056223,61.642401],[-166.044179,61.646145],[-166.019602,61.657131],[-165.782419,61.684068],[-165.766428,61.690823],[-165.77953,61.696357],[-165.828481,61.690823],[-165.841542,61.693061],[-165.860219,61.70185],[-165.870066,61.705064],[-165.883534,61.706],[-165.911204,61.704169],[-165.924672,61.705064],[-165.936594,61.709459],[-165.957957,61.722724],[-165.965647,61.725531],[-166.003367,61.734931],[-166.044301,61.75849],[-166.080149,61.789496],[-166.102773,61.821112],[-165.975901,61.835395],[-165.911,61.827948],[-165.849314,61.836086],[-165.828481,61.835395],[-165.79308,61.82685],[-165.7801,61.827948],[-165.743031,61.845608],[-165.726064,61.848456],[-165.60908,61.851304],[-165.588246,61.862128],[-165.610178,61.864447],[-165.644114,61.89525],[-165.68932,61.910305],[-165.709788,61.927436],[-165.739084,61.965074],[-165.750356,61.984442],[-165.758494,62.005276],[-165.759511,62.025621],[-165.730946,62.076483],[-165.713735,62.085273],[-165.710317,62.095038],[-165.708811,62.106635],[-165.705556,62.116604],[-165.691965,62.130072],[-165.668406,62.148098],[-165.641916,62.163804],[-165.594594,62.17829],[-165.447703,62.302883],[-165.344594,62.366034],[-165.334828,62.375718],[-165.314524,62.403957],[-165.296742,62.421332],[-165.273549,62.437445],[-165.184641,62.477444],[-165.133046,62.515692],[-165.095693,62.529771],[-165.055735,62.538275],[-165.020334,62.541083],[-164.930979,62.533677],[-164.8874,62.53913],[-164.867869,62.538031],[-164.848988,62.527493],[-164.8603,62.520006],[-164.867421,62.510688],[-164.867055,62.500963],[-164.855824,62.492743],[-164.848134,62.477932],[-164.810902,62.469428],[-164.735707,62.464789],[-164.723337,62.461168],[-164.701772,62.443752],[-164.690745,62.437445],[-164.671824,62.434556],[-164.608835,62.437445],[-164.650461,62.42536],[-164.665598,62.418769],[-164.695058,62.39647],[-164.71349,62.386176],[-164.733632,62.37873],[-164.706003,62.379584],[-164.685658,62.386542],[-164.650136,62.414984],[-164.640981,62.419989],[-164.629954,62.423814],[-164.597605,62.423407],[-164.581899,62.426174],[-164.574696,62.437445],[-164.586537,62.45482],[-164.615712,62.46015],[-164.670277,62.461982],[-164.677113,62.474351],[-164.662302,62.489936],[-164.629954,62.51317],[-164.647206,62.512519],[-164.657908,62.51024],[-164.677073,62.499579],[-164.693593,62.485053],[-164.705068,62.479071],[-164.714955,62.482123],[-164.742869,62.496405],[-164.81074,62.486274],[-164.841542,62.492743],[-164.800364,62.523586],[-164.794423,62.533677],[-164.800608,62.547187],[-164.816233,62.555569],[-164.835398,62.559801],[-164.852488,62.560981],[-164.857981,62.563625],[-164.85497,62.569403],[-164.845286,62.578315],[-164.834706,62.584377],[-164.821482,62.586615],[-164.794423,62.588324],[-164.704701,62.612494],[-164.479075,62.745917],[-164.504262,62.750312],[-164.539784,62.738837],[-164.574941,62.719916],[-164.61262,62.69302],[-164.663442,62.67829],[-164.740346,62.634467],[-164.779124,62.618964],[-164.813222,62.620185],[-164.827952,62.65412],[-164.83198,62.682196],[-164.843251,62.705146],[-164.860707,62.723822],[-164.883168,62.739081],[-164.873036,62.743883],[-164.866689,62.749254],[-164.866892,62.754706],[-164.876332,62.759589],[-164.87324,62.764065],[-164.871571,62.767646],[-164.868845,62.770941],[-164.86266,62.773871],[-164.870229,62.776679],[-164.890004,62.786933],[-164.873158,62.792182],[-164.85908,62.794867],[-164.844919,62.795478],[-164.827952,62.794379],[-164.792104,62.786933],[-164.776112,62.78852],[-164.766469,62.801215],[-164.83259,62.808905],[-164.861765,62.819525],[-164.883168,62.841539],[-164.859324,62.854071],[-164.852488,62.85578],[-164.849233,62.859931],[-164.848134,62.879706],[-164.845286,62.886868],[-164.833852,62.899156],[-164.816111,62.927191],[-164.753407,62.990953],[-164.7235,63.012926],[-164.690745,63.027086],[-164.662587,63.03205],[-164.528188,63.034735],[-164.516672,63.030219],[-164.509226,63.025214],[-164.487375,63.015815],[-164.478464,63.014106],[-164.472646,63.016913],[-164.468739,63.023261],[-164.46288,63.029853],[-164.451161,63.033352],[-164.441599,63.031887],[-164.410227,63.02025],[-164.400706,63.020575],[-164.384348,63.025214],[-164.376088,63.023668],[-164.35497,63.014106],[-164.333689,63.009019],[-164.32433,63.009101],[-164.313954,63.014106],[-164.3308,63.041409],[-164.350901,63.059638],[-164.376658,63.070502],[-164.522817,63.088324],[-164.539906,63.10224],[-164.549143,63.116197],[-164.562449,63.122545],[-164.595164,63.130113],[-164.579091,63.14057],[-164.521799,63.161119],[-164.50239,63.164944],[-164.487782,63.170722],[-164.423533,63.20897],[-164.365834,63.229193],[-164.145375,63.262152],[-163.994578,63.256252],[-163.827382,63.21955],[-163.767323,63.224758],[-163.752268,63.222642],[-163.729237,63.216783],[-163.724558,63.213121],[-163.732411,63.205878],[-163.723093,63.199937],[-163.702463,63.193305],[-163.694203,63.188178],[-163.683461,63.173489],[-163.676747,63.167426],[-163.646555,63.158922],[-163.638295,63.145453],[-163.643381,63.131293],[-163.663523,63.123358],[-163.663523,63.116523],[-163.634633,63.120185],[-163.58849,63.135077],[-163.567332,63.136949],[-163.541819,63.128811],[-163.564524,63.118069],[-163.602528,63.105618],[-163.622548,63.092271],[-163.655955,63.06037],[-163.791941,63.021918],[-163.806874,62.986151],[-163.762441,63.015204],[-163.652903,63.045071],[-163.600819,63.068061],[-163.556956,63.104722],[-163.528554,63.116685],[-163.491322,63.101793],[-163.440663,63.096015],[-163.395985,63.068061],[-163.36616,63.038275],[-163.350535,63.030829],[-163.290151,63.048814],[-163.093984,63.057359],[-163.073842,63.061265],[-163.034006,63.079088],[-163.013051,63.084662],[-162.988718,63.099555],[-162.981394,63.105943],[-162.969228,63.114407],[-162.923044,63.123358],[-162.880808,63.140937],[-162.861318,63.152289],[-162.84789,63.164944],[-162.844065,63.174628],[-162.845896,63.188951],[-162.841135,63.198432],[-162.833852,63.204901],[-162.806345,63.21955],[-162.696645,63.229193],[-162.596506,63.276679],[-162.428944,63.403876],[-162.408803,63.425727],[-162.401601,63.43122],[-162.361887,63.447821],[-162.351064,63.455715],[-162.330637,63.466864],[-162.303171,63.476752],[-162.280019,63.489081],[-162.272572,63.507514],[-162.313547,63.534247],[-162.309438,63.546576],[-162.293202,63.55036],[-162.251454,63.548529],[-162.237253,63.546291],[-162.207021,63.536526],[-162.176218,63.532538],[-162.134755,63.521186],[-162.099558,63.518988],[-162.084218,63.514716],[-162.059641,63.496039],[-162.046091,63.49022],[-162.031443,63.48664],[-162.018056,63.485826],[-162.037587,63.48428],[-162.054677,63.474311],[-162.070668,63.461737],[-162.086985,63.452338],[-162.106923,63.447821],[-162.148997,63.444078],[-162.168894,63.438666],[-162.168894,63.43122],[-161.914622,63.450426],[-161.660349,63.469631],[-161.620798,63.466539],[-161.589589,63.458075],[-161.573435,63.45539],[-161.557444,63.457343],[-161.511586,63.472805],[-161.496409,63.47427],[-161.483469,63.473456],[-161.470896,63.469875],[-161.456654,63.462836],[-161.440541,63.460191],[-161.422841,63.465725],[-161.404856,63.473944],[-161.388051,63.47956],[-161.186269,63.505561],[-161.056508,63.574408],[-161.045481,63.585761],[-161.033884,63.610053],[-161.00654,63.621772],[-160.974802,63.628241],[-160.9499,63.636664],[-160.892527,63.684882],[-160.849924,63.69831],[-160.827097,63.713528],[-160.791575,63.746527],[-160.766957,63.824123],[-160.805043,63.904486],[-160.928782,64.048163],[-160.945261,64.096015],[-160.95165,64.206285],[-160.973459,64.250474],[-160.995351,64.265692],[-161.063425,64.295844],[-161.089833,64.301418],[-161.115915,64.310004],[-161.175526,64.350898],[-161.203114,64.364081],[-161.203114,64.370307],[-161.193959,64.371161],[-161.1881,64.373765],[-161.175771,64.383979],[-161.194692,64.392076],[-161.238026,64.398098],[-161.257761,64.405097],[-161.244252,64.410102],[-161.226755,64.411811],[-161.188832,64.411282],[-161.188832,64.418118],[-161.331776,64.417548],[-161.429433,64.433295],[-161.457997,64.431708],[-161.483632,64.424872],[-161.498402,64.414537],[-161.508982,64.402167],[-161.520701,64.392524],[-161.538889,64.390774],[-161.538889,64.39765],[-161.52599,64.429104],[-161.518422,64.438544],[-161.503855,64.448432],[-161.493723,64.45185],[-161.485707,64.457099],[-161.477406,64.472724],[-161.473378,64.488186],[-161.471913,64.499742],[-161.468088,64.509955],[-161.45698,64.521145],[-161.440419,64.52912],[-161.41393,64.537543],[-161.387522,64.54206],[-161.370717,64.538153],[-161.340403,64.523993],[-161.093332,64.50259],[-161.035024,64.507758],[-161.004465,64.527981],[-161.068593,64.544623],[-161.085927,64.552558],[-160.973459,64.555854],[-160.957997,64.558824],[-160.947336,64.566067],[-160.938466,64.574856],[-160.928782,64.582587],[-160.833974,64.617336],[-160.803171,64.643378],[-160.790273,64.707709],[-160.788157,64.712714],[-160.787709,64.717841],[-160.791575,64.725898],[-160.801503,64.736396],[-160.825429,64.748928],[-160.836619,64.757636],[-160.884714,64.810126],[-160.901438,64.82274],[-160.916005,64.828681],[-160.96349,64.835842],[-161.003367,64.854885],[-161.044382,64.862535],[-161.146474,64.918199],[-161.155344,64.925198],[-161.13329,64.924018],[-161.085764,64.912991],[-161.066233,64.915229],[-161.029612,64.931464],[-161.010081,64.937242],[-160.990834,64.939439],[-161.003855,64.944566],[-161.020131,64.947211],[-161.037099,64.947577],[-161.052235,64.945624],[-161.056752,64.942816],[-161.060048,64.934475],[-161.062856,64.932603],[-161.182566,64.939521],[-161.210561,64.932603],[-161.207102,64.909735],[-161.229441,64.895982],[-161.307607,64.872016],[-161.315907,64.865424],[-161.322255,64.845526],[-161.330068,64.837714],[-161.340199,64.831936],[-161.361806,64.826361],[-161.366933,64.818752],[-161.3697,64.809719],[-161.373769,64.802314],[-161.395253,64.78677],[-161.408803,64.779486],[-161.42219,64.774359],[-161.444081,64.770738],[-161.489451,64.77025],[-161.511586,64.767524],[-161.523997,64.762112],[-161.534657,64.755072],[-161.545766,64.750881],[-161.559397,64.753852],[-161.564402,64.770413],[-161.644846,64.783759],[-161.672353,64.791734],[-161.701243,64.811754],[-161.733591,64.820746],[-161.806386,64.82274],[-161.782908,64.81684],[-161.740915,64.798],[-161.71642,64.794867],[-161.896311,64.753974],[-161.949778,64.725898],[-161.931752,64.718655],[-161.914133,64.722113],[-161.88154,64.74022],[-161.861399,64.747952],[-161.79955,64.761298],[-161.812082,64.752997],[-161.849802,64.736396],[-161.864125,64.733385],[-161.865793,64.730943],[-161.884958,64.716295],[-161.895457,64.711737],[-161.92394,64.712104],[-161.982533,64.70307],[-162.080881,64.721096],[-162.121693,64.712877],[-162.107777,64.709418],[-162.079091,64.705471],[-162.066477,64.699286],[-162.142812,64.696234],[-162.177358,64.688178],[-162.209828,64.671942],[-162.219431,64.6647],[-162.247182,64.634589],[-162.257639,64.625718],[-162.270212,64.619289],[-162.318064,64.612982],[-162.51122,64.558661],[-162.556833,64.532213],[-162.583119,64.520697],[-162.607167,64.506781],[-162.621409,64.487006],[-162.621571,64.475572],[-162.614207,64.456204],[-162.614573,64.44599],[-162.622792,64.437323],[-162.635325,64.429267],[-162.643422,64.420152],[-162.638743,64.408149],[-162.642649,64.394436],[-162.734609,64.367174],[-162.756296,64.352118],[-162.781321,64.343695],[-162.804392,64.347805],[-162.820017,64.370307],[-162.820749,64.385932],[-162.816843,64.397935],[-162.8155,64.408922],[-162.82372,64.421536],[-162.844431,64.444078],[-162.855417,64.452216],[-162.874623,64.459662],[-162.861318,64.486518],[-162.85029,64.493394],[-162.827463,64.49315],[-162.827463,64.500637],[-162.869496,64.513332],[-162.896189,64.518012],[-162.921742,64.531684],[-162.933583,64.534735],[-162.940541,64.537665],[-162.960561,64.551256],[-162.970815,64.555854],[-162.990468,64.558336],[-163.053334,64.555854],[-163.053334,64.562079],[-163.045155,64.562812],[-163.025461,64.569525],[-163.056589,64.592108],[-163.107126,64.608222],[-163.147654,64.627143],[-163.148997,64.658271],[-163.214792,64.654527],[-163.242502,64.648383],[-163.358591,64.603746],[-163.38976,64.596869],[-163.38976,64.590033],[-163.368153,64.587795],[-163.313466,64.562079],[-163.291371,64.557522],[-163.211008,64.555854],[-163.194081,64.547431],[-163.162302,64.52204],[-163.142771,64.51496],[-163.118153,64.514228],[-163.039744,64.521145],[-163.048695,64.516181],[-163.052968,64.509955],[-163.052358,64.502265],[-163.046498,64.49315],[-163.09675,64.475816],[-163.114613,64.461005],[-163.121653,64.435126],[-163.134999,64.412543],[-163.165883,64.41059],[-163.200429,64.419989],[-163.22468,64.431708],[-163.279286,64.485745],[-163.299794,64.49315],[-163.330637,64.496568],[-163.357411,64.505194],[-163.409006,64.527981],[-163.53657,64.564521],[-163.678538,64.58633],[-163.817128,64.590033],[-163.971384,64.569525],[-164.389109,64.569525],[-164.266225,64.575751],[-164.341868,64.590033],[-164.65038,64.502265],[-164.745961,64.49315],[-164.725453,64.50259],[-164.656606,64.521145],[-164.691721,64.531317],[-164.807444,64.521145],[-164.836252,64.514797],[-164.885691,64.491523],[-164.909861,64.49315],[-164.902659,64.510565],[-164.908152,64.523993],[-164.921457,64.532416],[-164.937815,64.534735],[-164.937815,64.527981],[-164.930857,64.525133],[-164.924143,64.521145],[-164.932362,64.512763],[-164.942006,64.507554],[-164.952952,64.505805],[-164.965077,64.507473],[-164.953969,64.494371],[-164.93517,64.486477],[-164.914052,64.480373],[-164.896189,64.472724],[-164.924143,64.459662],[-164.842519,64.461412],[-164.801096,64.467475],[-164.766469,64.48017],[-164.796457,64.463446],[-164.837107,64.455227],[-165.035512,64.44831],[-165.446238,64.511868],[-165.877512,64.548245],[-166.00239,64.571438],[-166.189687,64.585191],[-166.370351,64.637844],[-166.446034,64.691474],[-166.483469,64.729641],[-166.474623,64.748138],[-166.474737,64.770955],[-166.478017,64.789618],[-166.480377,64.80201],[-166.470067,64.807367],[-166.439208,64.810216],[-166.39391,64.82274],[-166.386057,64.827338],[-166.385569,64.836005],[-166.391713,64.841376],[-166.403879,64.835842],[-166.410157,64.85453],[-166.408835,64.869549],[-166.390207,64.898505],[-166.407948,64.904446],[-166.432932,64.921617],[-166.471018,64.930365],[-166.504832,64.951117],[-166.527333,64.953111],[-166.515248,64.937812],[-166.444814,64.898505],[-166.467478,64.907416],[-166.525706,64.936469],[-166.579722,64.952969],[-166.684529,64.98218],[-166.700066,64.994006],[-166.69535,65.007665],[-166.687376,65.022827],[-166.711389,65.043713],[-166.74951,65.06201],[-166.82905,65.082831],[-166.878611,65.102729],[-166.961531,65.154359],[-166.957387,65.178127],[-166.939572,65.220765],[-166.926974,65.242897],[-166.910186,65.264533],[-166.894316,65.276364],[-166.880238,65.28205],[-166.852773,65.277899],[-166.861765,65.267483],[-166.889357,65.23846],[-166.9059,65.220569],[-166.918247,65.202182],[-166.932078,65.16885],[-166.917658,65.154386],[-166.904224,65.150911],[-166.890452,65.15176],[-166.876169,65.149115],[-166.844228,65.136298],[-166.754262,65.115627],[-166.712636,65.112942],[-166.656728,65.125067],[-166.609975,65.122301],[-166.579539,65.12995],[-166.559316,65.130683],[-166.54719,65.136908],[-166.542917,65.136868],[-166.538645,65.136298],[-166.534169,65.137437],[-166.53364,65.140041],[-166.534779,65.149156],[-166.534169,65.15176],[-166.485829,65.17357],[-166.469228,65.189276],[-166.47643,65.21011],[-166.488718,65.23428],[-166.469228,65.244574],[-166.403879,65.254136],[-166.391794,65.26024],[-166.381947,65.266995],[-166.371287,65.272528],[-166.356679,65.275214],[-166.341797,65.266719],[-166.32358,65.255457],[-166.2516,65.258057],[-166.124574,65.234274],[-166.090635,65.231044],[-166.056451,65.232976],[-166.031188,65.243104],[-166.07665,65.263579],[-166.14041,65.285693],[-166.227894,65.301618],[-166.310131,65.312188],[-166.348464,65.309279],[-166.373769,65.305325],[-166.434055,65.318724],[-166.502797,65.336249],[-166.64705,65.351326],[-166.938303,65.385077],[-166.923044,65.378323],[-166.913011,65.370791],[-166.870098,65.360781],[-166.812409,65.353567],[-166.72588,65.342075],[-166.649936,65.32682],[-166.766921,65.335763],[-166.863588,65.35132],[-167.00045,65.378116],[-167.184296,65.393241],[-167.398555,65.401082],[-167.604327,65.453419],[-167.643123,65.475886],[-167.722118,65.504658],[-167.822958,65.523838],[-167.887016,65.547614],[-168.032175,65.573432],[-168.052439,65.580024],[-168.060374,65.584906],[-168.081003,65.591498],[-168.090281,65.596747],[-168.09557,65.603502],[-168.100942,65.618232],[-168.103871,65.624091],[-168.127797,65.642157],[-168.131215,65.648261],[-168.132192,65.652899],[-168.137441,65.665025],[-168.134877,65.669827],[-168.126291,65.672797],[-168.124379,65.67593],[-168.115427,65.685981],[-168.071604,65.707099],[-167.98115,65.7331],[-167.924019,65.748608],[-167.88208,65.75544],[-167.866811,65.74901],[-167.877878,65.738511],[-167.891347,65.733954],[-167.909413,65.73078],[-167.940867,65.716702],[-167.990956,65.709133],[-168.028025,65.696763],[-168.056711,65.677232],[-168.062937,65.651353],[-168.039866,65.635932],[-168.000437,65.642564],[-167.925486,65.665025],[-167.894887,65.670233],[-167.856068,65.683539],[-167.826243,65.701361],[-167.822743,65.720282],[-167.580922,65.720689],[-167.531239,65.726142],[-167.5006,65.74079],[-167.496571,65.765448],[-167.524403,65.77383],[-167.559193,65.778713],[-167.576365,65.792548],[-167.561025,65.808905],[-167.525136,65.8133],[-167.45283,65.809719],[-167.468332,65.816352],[-167.485219,65.821031],[-167.502919,65.82331],[-167.521108,65.822699],[-167.521108,65.830146],[-167.345937,65.898586],[-167.288319,65.905219],[-167.282419,65.894599],[-167.26122,65.882961],[-167.213246,65.864325],[-167.182851,65.858222],[-167.151112,65.859809],[-167.059885,65.877631],[-166.986399,65.908637],[-166.893422,65.929389],[-166.87682,65.946845],[-166.973012,65.974189],[-166.928049,65.9914],[-166.897328,65.996039],[-166.852162,66.008124],[-166.835805,66.015082],[-166.847646,66.009182],[-166.859609,66.004706],[-166.869944,65.998603],[-166.87682,65.987779],[-166.855458,65.987494],[-166.815867,65.981838],[-166.794871,65.987779],[-166.800364,65.992255],[-166.810007,66.003119],[-166.815378,66.007636],[-166.800649,66.012763],[-166.760732,66.042426],[-166.724965,66.061347],[-166.535634,66.119452],[-166.460805,66.128648],[-166.408152,66.147935],[-166.357493,66.156562],[-166.310902,66.17536],[-166.287465,66.179633],[-166.184926,66.174994],[-166.138499,66.166734],[-166.089182,66.152289],[-166.108713,66.152248],[-166.145131,66.156562],[-166.164255,66.152289],[-166.093699,66.125312],[-165.754994,66.105292],[-165.500111,66.152289],[-165.516225,66.164984],[-165.540639,66.173489],[-165.611765,66.182929],[-165.710886,66.212633],[-165.765981,66.22016],[-165.848948,66.22012],[-165.873972,66.225572],[-165.889963,66.241034],[-165.872874,66.263414],[-165.838694,66.288967],[-165.766428,66.323635],[-165.48766,66.402289],[-165.363515,66.418931],[-165.335317,66.429429],[-165.305735,66.436957],[-165.105214,66.445299],[-165.074941,66.440253],[-165.076609,66.436347],[-165.077585,66.433173],[-165.07905,66.429918],[-165.082387,66.426011],[-165.07372,66.415025],[-165.06196,66.407538],[-165.048166,66.402533],[-165.033396,66.399319],[-165.02656,66.422512],[-165.006337,66.430854],[-164.980906,66.433783],[-164.958241,66.440253],[-164.955759,66.444648],[-164.950551,66.46015],[-164.944651,66.466986],[-164.931142,66.472235],[-164.898752,66.478339],[-164.731313,66.53266],[-164.718088,66.556342],[-164.522654,66.582424],[-164.274363,66.602281],[-163.986399,66.61225],[-163.736318,66.603461],[-163.67573,66.592231],[-163.628733,66.570014],[-163.908152,66.584133],[-163.930124,66.585761],[-163.920888,66.573188],[-163.882883,66.569485],[-163.806874,66.570014],[-163.786814,66.560492],[-163.771799,66.545071],[-163.7624,66.525824],[-163.759104,66.504828],[-163.766469,66.485419],[-163.784617,66.470893],[-163.864247,66.436469],[-163.868967,66.429429],[-163.872141,66.420071],[-163.879628,66.411119],[-163.888499,66.403876],[-163.895619,66.399319],[-163.885203,66.379869],[-163.888173,66.366645],[-163.894846,66.354234],[-163.895619,66.337226],[-163.868967,66.309312],[-163.870432,66.308295],[-163.8697,66.302639],[-163.86498,66.295315],[-163.854685,66.289455],[-163.876576,66.265937],[-163.918772,66.246487],[-163.964955,66.232978],[-163.999257,66.227362],[-164.054067,66.226996],[-164.078236,66.222602],[-164.098337,66.210354],[-164.12031,66.204006],[-164.17573,66.208157],[-164.191111,66.193305],[-164.032094,66.192125],[-163.985666,66.206936],[-163.990549,66.189154],[-163.977488,66.183539],[-163.959788,66.186998],[-163.950876,66.196357],[-163.945749,66.208686],[-163.933176,66.212348],[-163.91747,66.210679],[-163.903066,66.206936],[-163.890492,66.167629],[-163.85497,66.133734],[-163.807485,66.107245],[-163.759104,66.090237],[-163.680491,66.078599],[-163.35436,66.097642],[-163.338735,66.093329],[-163.304311,66.079047],[-163.286448,66.075914],[-163.121653,66.07038],[-163.040476,66.079169],[-163.000844,66.087836],[-162.963694,66.100775],[-162.947703,66.103502],[-162.864491,66.098049],[-162.784169,66.105373],[-162.758534,66.111314],[-162.76476,66.103909],[-162.710764,66.085517],[-162.682851,66.06977],[-162.679677,66.05268],[-162.685251,66.046942],[-162.689809,66.040961],[-162.692006,66.033108],[-162.690297,66.021918],[-162.683787,66.008979],[-162.676869,66.006537],[-162.669789,66.010159],[-162.662953,66.015082],[-162.661448,66.020657],[-162.660512,66.029853],[-162.654734,66.03852],[-162.638743,66.042426],[-162.549265,66.051337],[-162.508127,66.060736],[-162.487904,66.062893],[-162.481068,66.065131],[-162.474965,66.069281],[-162.468495,66.071031],[-162.460642,66.066636],[-162.451161,66.055894],[-162.445668,66.051174],[-162.439809,66.049262],[-162.427683,66.047309],[-162.401072,66.038316],[-162.38801,66.03559],[-162.346628,66.036526],[-162.306101,66.042426],[-162.210072,66.071682],[-162.179433,66.075914],[-161.915639,66.042426],[-161.933339,66.040676],[-161.948923,66.034369],[-161.977122,66.015082],[-161.960154,66.013373],[-161.926015,66.025092],[-161.908193,66.021918],[-161.897939,66.012274],[-161.899241,66.003119],[-161.908559,65.994696],[-161.922475,65.987779],[-161.895375,65.979478],[-161.858225,65.977281],[-161.820668,65.980292],[-161.792795,65.987779],[-161.792795,65.994045],[-161.847401,66.007636],[-161.833689,66.024482],[-161.817332,66.039781],[-161.798899,66.052802],[-161.779124,66.062893],[-161.746205,66.071438],[-161.729441,66.078437],[-161.727284,66.086819],[-161.73766,66.088365],[-161.785268,66.075914],[-161.785268,66.083441],[-161.763295,66.091376],[-161.685292,66.138617],[-161.666331,66.154039],[-161.658681,66.162258],[-161.646921,66.184394],[-161.638132,66.195014],[-161.624582,66.199449],[-161.618153,66.203762],[-161.590688,66.238471],[-161.58491,66.249742],[-161.579823,66.254706],[-161.571238,66.258002],[-161.55073,66.261542],[-161.50593,66.278876],[-161.360097,66.275214],[-161.36384,66.272406],[-161.373769,66.262152],[-161.320668,66.232815],[-161.298695,66.227362],[-161.236928,66.223131],[-161.175771,66.227362],[-161.128651,66.245795],[-161.105662,66.250393],[-161.086415,66.241034],[-161.083811,66.230943],[-161.088083,66.218411],[-161.098459,66.208686],[-161.114329,66.206936],[-161.11144,66.197333],[-161.107004,66.188625],[-161.100901,66.180569],[-161.093251,66.172756],[-161.10436,66.165839],[-161.111684,66.157904],[-161.113149,66.148871],[-161.106882,66.138617],[-161.12328,66.131741],[-161.142812,66.129788],[-161.182607,66.131171],[-161.182607,66.124335],[-161.162546,66.118598],[-161.138987,66.117377],[-161.114939,66.119615],[-161.093251,66.124335],[-161.077341,66.130805],[-161.067738,66.138495],[-161.052235,66.158515],[-161.024037,66.184231],[-161.017527,66.193305],[-161.004709,66.232245],[-160.997019,66.241034],[-161.013783,66.261908],[-161.057444,66.285102],[-161.075876,66.299384],[-161.094309,66.318671],[-161.113759,66.332913],[-161.135732,66.343166],[-161.260325,66.369208],[-161.308827,66.373521],[-161.342966,66.382961],[-161.360789,66.385077],[-161.424875,66.38349],[-161.510691,66.40766],[-161.744618,66.405504],[-161.756947,66.402981],[-161.792795,66.385077],[-161.813059,66.380927],[-161.874705,66.377631],[-161.904368,66.36518],[-161.919057,66.344306],[-161.913279,66.326728],[-161.88154,66.323635],[-161.8933,66.316148],[-161.887318,66.309882],[-161.874949,66.303412],[-161.867258,66.29564],[-161.869822,66.281317],[-161.88093,66.272162],[-161.896311,66.270453],[-161.911936,66.278876],[-161.919016,66.287665],[-161.924672,66.298245],[-161.928538,66.309394],[-161.929921,66.320217],[-161.934641,66.327135],[-161.944651,66.330634],[-161.953969,66.336412],[-161.956614,66.350287],[-161.948313,66.366523],[-161.898264,66.408922],[-161.886545,66.422309],[-161.875966,66.44009],[-161.868764,66.460354],[-161.867258,66.481269],[-161.888376,66.5244],[-161.932485,66.556342],[-162.079457,66.623196],[-162.163197,66.682766],[-162.209828,66.707221],[-162.264516,66.722724],[-162.440541,66.73078],[-162.470896,66.738511],[-162.484609,66.744086],[-162.495107,66.746527],[-162.504587,66.749823],[-162.515248,66.758124],[-162.520579,66.766059],[-162.522328,66.780951],[-162.525828,66.78974],[-162.540028,66.804755],[-162.575795,66.830634],[-162.587229,66.844957],[-162.604563,66.841376],[-162.625315,66.861477],[-162.639841,66.88703],[-162.638743,66.899604],[-162.593821,66.916327],[-162.577016,66.91942],[-162.519968,66.920559],[-162.516225,66.923529],[-162.515452,66.927883],[-162.507436,66.939032],[-162.50239,66.948228],[-162.495229,66.956732],[-162.484812,66.960395],[-162.472849,66.957221],[-162.463816,66.949368],[-162.44697,66.929999],[-162.417104,66.922512],[-162.384104,66.93476],[-162.35261,66.952297],[-162.327138,66.960395],[-162.30663,66.952948],[-162.284861,66.937079],[-162.210439,66.86933],[-162.12092,66.806098],[-162.094309,66.794379],[-162.03303,66.786282],[-162.016835,66.780951],[-162.014963,66.772366],[-162.052846,66.735093],[-162.075754,66.706204],[-162.083241,66.686754],[-162.080759,66.666205],[-162.065989,66.653062],[-162.015207,66.634101],[-161.994822,66.621812],[-161.915232,66.557196],[-161.870839,66.532172],[-161.633778,66.457994],[-161.607167,66.453925],[-161.434031,66.468492],[-161.388051,66.481269],[-161.353627,66.485053],[-161.339182,66.488715],[-161.340281,66.49494],[-161.313059,66.5008],[-161.262888,66.529242],[-161.237538,66.535875],[-161.204213,66.538642],[-161.19343,66.536078],[-161.155263,66.50373],[-161.141916,66.498033],[-161.060984,66.486151],[-161.033681,66.475409],[-160.983632,66.440579],[-160.784779,66.374498],[-160.76537,66.370429],[-160.70283,66.377631],[-160.617177,66.371405],[-160.450917,66.393744],[-160.249094,66.402289],[-160.228505,66.412055],[-160.216176,66.432807],[-160.215647,66.450019],[-160.220448,66.493638],[-160.219187,66.53205],[-160.24946,66.561469],[-160.325429,66.604804],[-160.320872,66.606187],[-160.311879,66.610175],[-160.305613,66.610989],[-160.317576,66.634101],[-160.299631,66.639838],[-160.269114,66.639797],[-160.24352,66.645738],[-160.274973,66.654608],[-160.317942,66.655585],[-160.354441,66.644843],[-160.366404,66.618394],[-160.397165,66.629584],[-160.441274,66.635972],[-160.484853,66.634467],[-160.51415,66.621812],[-160.521718,66.609849],[-160.525868,66.600084],[-160.533559,66.593492],[-160.551707,66.591132],[-160.634511,66.597968],[-160.698313,66.61286],[-160.813547,66.662055],[-160.880971,66.672431],[-161.059071,66.651923],[-161.136057,66.651923],[-161.17158,66.644436],[-161.203114,66.62523],[-161.20405,66.621161],[-161.202138,66.608832],[-161.203114,66.604804],[-161.211171,66.601386],[-161.23176,66.599758],[-161.237253,66.597968],[-161.240183,66.587633],[-161.23705,66.579291],[-161.234934,66.570787],[-161.240956,66.560045],[-161.271962,66.542955],[-161.31371,66.535305],[-161.395497,66.535875],[-161.429433,66.542467],[-161.446726,66.543769],[-161.481557,66.533881],[-161.495432,66.536689],[-161.518422,66.550116],[-161.562611,66.566392],[-161.565623,66.577541],[-161.546335,66.597968],[-161.598012,66.601874],[-161.649729,66.61286],[-161.868276,66.706285],[-161.901967,66.735093],[-161.871775,66.754096],[-161.867258,66.758124],[-161.869456,66.768744],[-161.88154,66.78974],[-161.885325,66.808661],[-161.880564,66.814765],[-161.853342,66.819403],[-161.820058,66.837551],[-161.80016,66.853746],[-161.801137,66.865912],[-161.808217,66.879462],[-161.806386,66.899604],[-161.788686,66.913398],[-161.73408,66.923082],[-161.71642,66.939927],[-161.722727,66.94302],[-161.725535,66.946234],[-161.727366,66.949652],[-161.730662,66.953559],[-161.661733,66.963202],[-161.628855,66.964057],[-161.558339,66.957994],[-161.5183,66.960679],[-161.49885,66.971096],[-161.525217,66.991441],[-161.544423,66.994696],[-161.589548,66.993232],[-161.603464,66.997992],[-161.616078,67.007799],[-161.631337,67.014594],[-161.687571,67.029283],[-161.696523,67.029283],[-161.703725,67.026435],[-161.708241,67.021552],[-161.710317,67.016995],[-161.710194,67.015041],[-161.724558,67.014838],[-161.740224,67.017279],[-161.755442,67.023179],[-161.768259,67.033026],[-161.796213,67.048489],[-161.835154,67.054999],[-161.990224,67.049221],[-162.248036,67.015041],[-162.257761,67.020575],[-162.25829,67.032904],[-162.255483,67.045803],[-162.254872,67.052924],[-162.265004,67.061591],[-162.275258,67.067816],[-162.288279,67.070868],[-162.306101,67.070258],[-162.296986,67.050198],[-162.306874,67.039944],[-162.312978,67.029527],[-162.29304,67.008857],[-162.312937,67.003892],[-162.368113,67.008857],[-162.435496,66.991034],[-162.456899,66.994574],[-162.466868,67.002183],[-162.4676,67.009467],[-162.428822,67.057929],[-162.425852,67.063422],[-162.405588,67.071438],[-162.386423,67.090399],[-162.354482,67.13231],[-162.337839,67.145087],[-162.33491,67.150865],[-162.34081,67.159654],[-162.360097,67.167426],[-162.387929,67.168769],[-162.416127,67.165595],[-162.436391,67.159654],[-162.399119,67.15998],[-162.383494,67.154283],[-162.374949,67.139228],[-162.390452,67.133612],[-162.485911,67.061225],[-162.558787,67.019965],[-162.580434,67.015041],[-162.663767,67.016059],[-162.676991,67.018256],[-162.690297,67.022528],[-162.688547,67.026068],[-162.687489,67.029364],[-162.685984,67.032782],[-162.68281,67.036811],[-162.733347,67.048814],[-162.888905,67.042955],[-162.939565,67.048163],[-162.951894,67.044338],[-162.937327,67.029283],[-162.916737,67.020819],[-162.869496,67.014838],[-162.84789,67.008857],[-162.874135,67.005316],[-163.073923,67.035549],[-163.142323,67.057034],[-163.405629,67.075873],[-163.433095,67.085028],[-163.688303,67.103217],[-163.724965,67.111274],[-163.765614,67.13996],[-163.774159,67.180365],[-163.773427,67.225653],[-163.786448,67.269517],[-163.79247,67.289008],[-163.810048,67.33515],[-163.823964,67.35456],[-163.961619,67.498684],[-164.046457,67.563707],[-164.151479,67.619615],[-164.446034,67.709906],[-164.531606,67.7508],[-164.597768,67.774156],[-164.693552,67.824612],[-164.726511,67.83454],[-164.766469,67.83808],[-164.773305,67.83808],[-164.764394,67.823717],[-164.747751,67.817125],[-164.732859,67.812201],[-164.718088,67.8039],[-164.747874,67.809882],[-164.801503,67.838365],[-164.856028,67.849555],[-165.053944,67.933051],[-165.232737,67.997626],[-165.437205,68.060248],[-165.619985,68.091946],[-165.768992,68.106879],[-165.92809,68.136949],[-165.993601,68.16706],[-166.027089,68.194322],[-166.06786,68.21662],[-166.078603,68.225084],[-166.103464,68.239895],[-166.205881,68.262641],[-166.29662,68.299628],[-166.643748,68.34455],[-166.789866,68.339586],[-166.822825,68.351386],[-166.82905,68.351386],[-166.811838,68.359565],[-166.598215,68.408108],[-166.507192,68.422919],[-166.444814,68.420233],[-166.513783,68.4147],[-166.719065,68.373277],[-166.747182,68.363349],[-166.66454,68.351386],[-166.548166,68.358832],[-166.454783,68.398871],[-166.427683,68.397162],[-166.376536,68.385565],[-166.384836,68.397121],[-166.411448,68.403998],[-166.424998,68.413479],[-166.338206,68.39997],[-166.315134,68.405992],[-166.332875,68.412828],[-166.350901,68.436225],[-166.370351,68.440823],[-166.33019,68.467475],[-166.314646,68.481024],[-166.300771,68.502875],[-166.306264,68.52204],[-166.28718,68.537543],[-166.259633,68.551011],[-166.23998,68.564276],[-166.231028,68.579901],[-166.232533,68.587104],[-166.237904,68.593166],[-166.23998,68.605211],[-166.237131,68.616034],[-166.218861,68.646186],[-166.230662,68.654853],[-166.228708,68.661078],[-166.220286,68.666897],[-166.212636,68.67414],[-166.20698,68.686835],[-166.205068,68.696763],[-166.205881,68.718492],[-166.202707,68.740424],[-166.196848,68.75967],[-166.193796,68.77969],[-166.199045,68.8039],[-166.227976,68.849595],[-166.236765,68.874823],[-166.222605,68.88581],[-166.085642,68.891425],[-166.009104,68.872748],[-165.813588,68.879462],[-165.664744,68.861558],[-165.322092,68.876451],[-165.044057,68.881496],[-164.790761,68.914252],[-164.346425,68.929389],[-164.257029,68.946682],[-164.170359,68.953803],[-164.090037,68.978949],[-163.964548,69.003119],[-163.93517,69.012437],[-163.876698,69.038642],[-163.821726,69.047838],[-163.622548,69.119208],[-163.286122,69.310981],[-163.26476,69.326606],[-163.195302,69.415229],[-163.176991,69.426907],[-163.155751,69.420844],[-163.23998,69.328315],[-163.27245,69.304145],[-163.27245,69.297919],[-163.242543,69.304633],[-163.155751,69.359361],[-163.163197,69.366197],[-163.142649,69.37523],[-163.125803,69.38996],[-163.120676,69.40644],[-163.135325,69.420844],[-163.122426,69.430365],[-163.120188,69.438137],[-163.122141,69.445624],[-163.121653,69.454332],[-163.114125,69.466254],[-163.106679,69.47484],[-163.10497,69.48371],[-163.114817,69.495917],[-163.083201,69.501044],[-163.07079,69.520413],[-163.069285,69.541327],[-163.070139,69.551174],[-163.064768,69.555976],[-163.06786,69.566799],[-163.074778,69.578315],[-163.080678,69.585354],[-163.093821,69.590562],[-163.148997,69.599555],[-163.148997,69.60578],[-163.085439,69.60932],[-163.053578,69.615465],[-163.025461,69.626288],[-163.035146,69.63231],[-163.066396,69.646715],[-163.032908,69.661078],[-163.041615,69.663479],[-163.066396,69.674058],[-163.048533,69.687242],[-162.98412,69.68183],[-162.956532,69.68773],[-162.938425,69.711249],[-162.95759,69.723375],[-162.993479,69.727973],[-163.025461,69.728664],[-163.018748,69.745836],[-163.00536,69.753119],[-162.988352,69.756822],[-162.970815,69.763414],[-162.978261,69.77025],[-162.949778,69.790473],[-162.791371,69.853339],[-162.757273,69.871894],[-162.711619,69.880683],[-162.669993,69.906562],[-162.592763,69.941718],[-162.53779,69.956732],[-162.511423,69.976955],[-162.489491,70.001776],[-162.477366,70.024115],[-162.481923,70.030748],[-162.491038,70.051459],[-162.461497,70.059638],[-162.360707,70.057603],[-162.364207,70.063666],[-162.371327,70.079495],[-162.374949,70.085598],[-162.34081,70.092434],[-162.35204,70.108385],[-162.321482,70.127265],[-162.244618,70.153876],[-162.206736,70.161322],[-162.199412,70.164374],[-162.194285,70.17121],[-162.190419,70.178046],[-162.186594,70.18122],[-162.170969,70.184638],[-162.124867,70.203192],[-162.099436,70.220608],[-162.052846,70.243842],[-162.014963,70.27733],[-162.001658,70.280911],[-161.956614,70.304674],[-161.90571,70.320624],[-161.879832,70.322943],[-161.853586,70.318345],[-161.85615,70.314643],[-161.861033,70.304674],[-161.839955,70.304104],[-161.833119,70.304674],[-161.833119,70.297838],[-161.840443,70.296942],[-161.861033,70.290432],[-161.723704,70.274848],[-161.703359,70.263739],[-161.733469,70.250312],[-161.860056,70.258694],[-161.901967,70.256903],[-161.867909,70.242662],[-161.790842,70.240546],[-161.758616,70.22956],[-161.789174,70.229153],[-161.83259,70.223131],[-161.859486,70.211859],[-161.840525,70.195461],[-161.865549,70.179348],[-161.899526,70.178656],[-162.008738,70.196275],[-162.025502,70.195461],[-162.039784,70.191107],[-162.066151,70.179389],[-162.080759,70.174954],[-162.121693,70.161322],[-162.121693,70.153876],[-161.864613,70.169135],[-161.848093,70.173814],[-161.813222,70.192084],[-161.786733,70.199652],[-161.703359,70.195461],[-161.720164,70.201239],[-161.728261,70.202297],[-161.738149,70.202297],[-161.729319,70.215644],[-161.712595,70.224066],[-161.693186,70.228339],[-161.676015,70.22956],[-161.666737,70.232082],[-161.663523,70.23786],[-161.661448,70.244696],[-161.655588,70.250067],[-161.643422,70.254096],[-161.631947,70.25609],[-161.342152,70.258775],[-161.210642,70.276801],[-161.067006,70.314846],[-161.024973,70.318345],[-161.024973,70.312161],[-161.031809,70.312161],[-161.031809,70.304674],[-161.009877,70.304389],[-160.9499,70.290432],[-160.956492,70.301459],[-160.977406,70.313625],[-160.983998,70.325141],[-160.957875,70.33275],[-160.860666,70.347317],[-160.621531,70.429592],[-160.599802,70.44184],[-160.66279,70.434027],[-160.707468,70.419135],[-160.812693,70.387193],[-160.773061,70.405748],[-160.68928,70.434027],[-160.448964,70.489651],[-160.216176,70.579047],[-160.188303,70.597073],[-160.172231,70.604926],[-160.155385,70.60635],[-160.167429,70.596259],[-160.159617,70.587958],[-160.14269,70.582017],[-160.127431,70.579047],[-160.102976,70.578518],[-160.038075,70.592719],[-159.947092,70.597235],[-159.928212,70.592719],[-159.924387,70.581488],[-159.928904,70.568427],[-159.938181,70.557278],[-159.948679,70.551703],[-159.948679,70.544867],[-159.942209,70.545478],[-159.921986,70.544867],[-159.943837,70.521959],[-160.011057,70.520331],[-160.041819,70.507025],[-160.074086,70.488227],[-160.114817,70.480699],[-160.201894,70.47663],[-160.168772,70.465969],[-160.125722,70.46601],[-159.948476,70.494452],[-159.921986,70.489651],[-159.938344,70.47606],[-159.974233,70.456],[-159.990224,70.44184],[-160.013905,70.410956],[-160.029652,70.398993],[-160.051747,70.39411],[-160.056345,70.374945],[-160.114207,70.344143],[-160.133656,70.325141],[-160.096018,70.321357],[-160.009023,70.361477],[-159.969187,70.372992],[-159.948476,70.370429],[-159.933176,70.362291],[-159.922231,70.349311],[-159.91454,70.331977],[-159.916819,70.33039],[-159.922312,70.32807],[-159.927317,70.324164],[-159.928212,70.318345],[-159.925486,70.315375],[-159.920766,70.313381],[-159.916453,70.312323],[-159.91454,70.312161],[-159.910634,70.304104],[-159.906199,70.29914],[-159.904286,70.293769],[-159.907704,70.284247],[-159.866567,70.277737],[-159.833241,70.252021],[-159.80309,70.220282],[-159.771189,70.195461],[-159.770579,70.225165],[-159.786733,70.238105],[-159.810536,70.246894],[-159.832631,70.263739],[-159.836903,70.273627],[-159.838694,70.285793],[-159.838816,70.308417],[-159.84496,70.313422],[-159.849721,70.318427],[-159.853098,70.325141],[-159.850535,70.330878],[-159.843495,70.335517],[-159.838694,70.34101],[-159.842519,70.349433],[-159.88032,70.375678],[-159.887278,70.387193],[-159.88679,70.398871],[-159.882151,70.40762],[-159.87678,70.415473],[-159.874216,70.424791],[-159.865061,70.444037],[-159.845815,70.456529],[-159.828603,70.471259],[-159.825795,70.497056],[-159.810292,70.5008],[-159.799306,70.499213],[-159.728098,70.472642],[-159.709706,70.469794],[-159.669626,70.47309],[-159.593373,70.49258],[-159.540842,70.499213],[-159.49531,70.515815],[-159.48058,70.51553],[-159.44929,70.500922],[-159.434763,70.497056],[-159.418528,70.499701],[-159.367136,70.517646],[-159.325673,70.521308],[-159.305776,70.52619],[-159.291371,70.538072],[-159.421091,70.52383],[-159.530832,70.532416],[-159.565134,70.531236],[-159.56843,70.528795],[-159.570872,70.524115],[-159.572336,70.519599],[-159.572499,70.517646],[-159.579945,70.516832],[-159.631174,70.517279],[-159.641184,70.514309],[-159.650746,70.507025],[-159.663808,70.500067],[-159.681752,70.496812],[-159.715932,70.497056],[-159.732289,70.499905],[-159.74238,70.504218],[-159.764353,70.517646],[-159.825307,70.543769],[-159.842519,70.555121],[-159.849436,70.562323],[-159.855214,70.570502],[-159.85912,70.579413],[-159.860544,70.589016],[-159.864613,70.599066],[-159.874582,70.602688],[-159.88679,70.60456],[-159.947865,70.63642],[-160.005727,70.640082],[-160.065175,70.627753],[-160.119985,70.60635],[-160.122304,70.610297],[-160.124582,70.615668],[-160.127431,70.626207],[-160.096262,70.643052],[-159.913035,70.700629],[-159.888051,70.705552],[-159.836252,70.708075],[-159.812123,70.715562],[-159.846262,70.715562],[-159.8131,70.727851],[-159.708974,70.779283],[-159.683217,70.797593],[-159.668162,70.804999],[-159.644846,70.810004],[-159.595408,70.813788],[-159.548777,70.830227],[-159.519643,70.835761],[-159.412058,70.842027],[-159.38329,70.84691],[-159.346303,70.863349],[-159.161,70.886908],[-159.206248,70.8664],[-159.318796,70.861029],[-159.37328,70.845933],[-159.174265,70.853909],[-159.155141,70.84634],[-159.140574,70.825426],[-159.181345,70.816718],[-159.311838,70.812445],[-159.410878,70.787421],[-159.449045,70.784491],[-159.449045,70.777045],[-159.392079,70.76732],[-159.373606,70.760932],[-159.356801,70.760199],[-159.33906,70.766547],[-159.321278,70.769273],[-159.304433,70.757799],[-159.310048,70.753974],[-159.318715,70.746161],[-159.3249,70.743557],[-159.300974,70.727118],[-159.246449,70.706448],[-159.222483,70.68891],[-159.216298,70.695136],[-159.270497,70.744615],[-159.279042,70.764716],[-159.236155,70.770819],[-159.11974,70.763983],[-158.989735,70.777045],[-159.003489,70.797268],[-159.029164,70.805121],[-159.085317,70.804999],[-159.060414,70.816555],[-158.715403,70.791327],[-158.338002,70.81802],[-158.43928,70.822089],[-158.492991,70.832343],[-158.523549,70.852769],[-158.479929,70.853258],[-158.389394,70.836737],[-158.04304,70.836859],[-157.864939,70.866441],[-157.673533,70.922797],[-157.624379,70.931301],[-157.593251,70.946194],[-157.577952,70.949612],[-157.559071,70.951361],[-157.231191,71.071357],[-157.087839,71.155015],[-157.025502,71.203192],[-156.817209,71.306342],[-156.681833,71.352729],[-156.591908,71.364732],[-156.52241,71.389716],[-156.498606,71.404527],[-156.471506,71.412502],[-156.434804,71.40648]]]]},{"type":"MultiPolygon","coordinates":[[[[-155.606519,20.137956],[-155.586363,20.122936],[-155.563098,20.128403],[-155.527194,20.126269],[-155.491078,20.113023],[-155.420715,20.090185],[-155.332313,20.046721],[-155.215106,19.975645],[-155.168043,19.946827],[-155.115853,19.896732],[-155.087141,19.86038],[-155.086399,19.821029],[-155.088062,19.768645],[-155.085371,19.727409],[-155.057493,19.72853],[-155.018544,19.745836],[-154.989923,19.726707],[-154.976672,19.705757],[-154.980044,19.662806],[-154.96697,19.636252],[-154.949906,19.611446],[-154.899622,19.567016],[-154.846623,19.544938],[-154.825311,19.527488],[-154.814064,19.506579],[-154.817209,19.479722],[-154.829905,19.464057],[-154.874736,19.412884],[-154.918932,19.397312],[-154.982301,19.339244],[-155.025095,19.327582],[-155.026663,19.316171],[-155.062613,19.30782],[-155.093031,19.28621],[-155.153041,19.269204],[-155.202958,19.25558],[-155.245059,19.265539],[-155.269281,19.266182],[-155.291127,19.259524],[-155.314445,19.245659],[-155.345687,19.224805],[-155.364136,19.203575],[-155.384658,19.200531],[-155.400149,19.193686],[-155.422597,19.180121],[-155.436838,19.169867],[-155.487782,19.142524],[-155.502797,19.137681],[-155.546132,19.098212],[-155.553737,19.081961],[-155.55226,19.045619],[-155.570638,19.026771],[-155.60206,18.99738],[-155.618523,18.955544],[-155.632969,18.940203],[-155.651242,18.926104],[-155.674756,18.906117],[-155.683544,18.911157],[-155.682932,18.932886],[-155.704167,18.949085],[-155.744414,18.969343],[-155.792171,18.996976],[-155.817253,19.013231],[-155.859133,19.023812],[-155.87813,19.029072],[-155.884047,19.047295],[-155.891049,19.065654],[-155.903906,19.069459],[-155.912133,19.096189],[-155.91993,19.138601],[-155.908386,19.188986],[-155.88553,19.334157],[-155.887374,19.359568],[-155.900889,19.38275],[-155.912959,19.414315],[-155.929491,19.461816],[-155.936578,19.48131],[-155.946448,19.493611],[-155.956388,19.514236],[-155.953969,19.536078],[-155.965636,19.556631],[-155.971365,19.579698],[-155.982197,19.607675],[-155.999524,19.632179],[-156.014784,19.643355],[-156.036255,19.667935],[-156.060164,19.731221],[-156.05016,19.759508],[-156.038808,19.783149],[-156.017445,19.801093],[-155.996775,19.814439],[-155.987498,19.824368],[-155.982045,19.843329],[-155.967966,19.854234],[-155.926015,19.868801],[-155.905832,19.902045],[-155.895863,19.913479],[-155.873402,19.951321],[-155.850901,19.975287],[-155.835458,19.975703],[-155.82832,20.006961],[-155.824083,20.020092],[-155.831069,20.039372],[-155.84771,20.054519],[-155.882556,20.104943],[-155.89698,20.148846],[-155.899363,20.184068],[-155.89927,20.21669],[-155.880483,20.252021],[-155.867242,20.263132],[-155.831129,20.263429],[-155.766062,20.249172],[-155.737986,20.243801],[-155.732615,20.238837],[-155.729197,20.23135],[-155.728017,20.221625],[-155.711669,20.196149],[-155.67335,20.18167],[-155.648131,20.168006],[-155.630654,20.148212],[-155.606519,20.137956]]],[[[-156.534128,20.531787],[-156.544555,20.513217],[-156.572919,20.512984],[-156.599511,20.517403],[-156.618868,20.513808],[-156.646499,20.508084],[-156.679261,20.504713],[-156.700562,20.525427],[-156.688458,20.540104],[-156.667159,20.557717],[-156.63915,20.575141],[-156.608815,20.591046],[-156.582621,20.599957],[-156.561774,20.598008],[-156.53657,20.570942],[-156.549768,20.541473],[-156.534128,20.531787]]],[[[-156.913738,20.734724],[-156.96228,20.732388],[-156.982386,20.759414],[-156.987079,20.782873],[-156.988352,20.801459],[-156.988596,20.824937],[-156.992136,20.84634],[-157.009224,20.85588],[-157.05081,20.871406],[-157.063136,20.890387],[-157.055214,20.911371],[-157.031551,20.922718],[-156.990414,20.927509],[-156.89272,20.914141],[-156.848378,20.876817],[-156.848337,20.876776],[-156.832672,20.860743],[-156.816338,20.841704],[-156.805797,20.825108],[-156.803539,20.812564],[-156.809731,20.79548],[-156.831257,20.763807],[-156.876775,20.744265],[-156.913738,20.734724]]],[[[-156.5896,21.027739],[-156.581386,21.01815],[-156.571413,21.016456],[-156.555666,21.008334],[-156.542368,21.00339],[-156.537525,20.990652],[-156.525889,20.987322],[-156.522875,20.974045],[-156.523047,20.962198],[-156.509141,20.950296],[-156.500189,20.937584],[-156.492993,20.921798],[-156.481672,20.904397],[-156.464071,20.905623],[-156.452921,20.917918],[-156.433705,20.917711],[-156.418813,20.920111],[-156.389638,20.921536],[-156.378489,20.923977],[-156.346425,20.945868],[-156.330678,20.951239],[-156.315419,20.952948],[-156.298329,20.952704],[-156.281931,20.950263],[-156.268625,20.945054],[-156.264394,20.944525],[-156.260976,20.943671],[-156.258127,20.941596],[-156.255564,20.937649],[-156.242909,20.941555],[-156.226877,20.931952],[-156.221845,20.920337],[-156.215281,20.914728],[-156.207224,20.906887],[-156.197255,20.895006],[-156.179192,20.883483],[-156.166088,20.871481],[-156.16476,20.862786],[-156.15299,20.861794],[-156.147936,20.861703],[-156.144423,20.867118],[-156.131269,20.857453],[-156.125729,20.844041],[-156.119281,20.836071],[-156.084989,20.831451],[-156.051009,20.815863],[-156.001698,20.800442],[-155.979553,20.757374],[-155.984696,20.717591],[-156.003134,20.685898],[-156.027741,20.679366],[-156.048423,20.650888],[-156.075404,20.650672],[-156.129504,20.624473],[-156.165438,20.625236],[-156.185423,20.62722],[-156.20383,20.626043],[-156.253694,20.604423],[-156.284893,20.588639],[-156.302594,20.581179],[-156.326715,20.587171],[-156.33589,20.588152],[-156.352513,20.592429],[-156.365468,20.588772],[-156.407653,20.587207],[-156.435488,20.611976],[-156.438582,20.622198],[-156.451664,20.635738],[-156.443143,20.642602],[-156.44275,20.660569],[-156.450482,20.72638],[-156.458441,20.744517],[-156.457992,20.764835],[-156.464319,20.781383],[-156.468427,20.784588],[-156.475331,20.790839],[-156.485727,20.796661],[-156.501631,20.796191],[-156.51588,20.790087],[-156.521301,20.776241],[-156.533899,20.774139],[-156.548634,20.782111],[-156.562726,20.791837],[-156.584482,20.795452],[-156.605976,20.808377],[-156.620234,20.807088],[-156.633256,20.823738],[-156.657053,20.847661],[-156.684907,20.881888],[-156.686133,20.903822],[-156.696009,20.915802],[-156.69226,20.936103],[-156.685879,20.964236],[-156.676838,20.987971],[-156.666469,21.003438],[-156.65385,21.004755],[-156.645375,21.013373],[-156.644846,21.021186],[-156.63579,21.027124],[-156.626581,21.026162],[-156.61568,21.02515],[-156.607255,21.027343],[-156.60382,21.031992],[-156.597929,21.032653],[-156.5896,21.027739]]],[[[-157.248843,21.221711],[-157.232926,21.219117],[-157.209413,21.220323],[-157.196898,21.217015],[-157.188684,21.205142],[-157.173573,21.205146],[-157.079084,21.191713],[-157.028079,21.184614],[-156.989735,21.182847],[-156.981808,21.194047],[-156.980789,21.20342],[-156.975615,21.211148],[-156.965769,21.213324],[-156.95241,21.196707],[-156.947758,21.17785],[-156.925233,21.171245],[-156.897045,21.165191],[-156.84668,21.166729],[-156.824658,21.169548],[-156.810635,21.173875],[-156.800312,21.177676],[-156.791792,21.176028],[-156.773519,21.177205],[-156.759496,21.173011],[-156.749013,21.170966],[-156.739006,21.172761],[-156.733208,21.168751],[-156.735921,21.164082],[-156.72915,21.160864],[-156.713176,21.161368],[-156.705725,21.156543],[-156.724843,21.123725],[-156.755605,21.095526],[-156.793406,21.075873],[-156.831003,21.061103],[-156.869578,21.053371],[-156.908559,21.057034],[-156.947405,21.064542],[-157.024917,21.083779],[-157.072374,21.099381],[-157.14032,21.09419],[-157.18727,21.091781],[-157.222572,21.086839],[-157.250966,21.088446],[-157.273061,21.087348],[-157.292592,21.094713],[-157.303944,21.109565],[-157.30427,21.128241],[-157.296457,21.143948],[-157.28539,21.156073],[-157.267391,21.162542],[-157.251163,21.180284],[-157.246634,21.199757],[-157.259036,21.214829],[-157.259759,21.22188],[-157.248843,21.221711]]],[[[-157.893764,21.598382],[-157.887503,21.580882],[-157.876728,21.575408],[-157.873925,21.569342],[-157.871181,21.557916],[-157.863579,21.559795],[-157.8535,21.55634],[-157.845937,21.548041],[-157.836449,21.534049],[-157.836313,21.518645],[-157.836392,21.51127],[-157.844374,21.51136],[-157.849525,21.505384],[-157.84756,21.488601],[-157.845518,21.477849],[-157.842127,21.461049],[-157.832765,21.458257],[-157.820519,21.453416],[-157.811268,21.441905],[-157.803513,21.429072],[-157.788366,21.424187],[-157.786324,21.416789],[-157.776227,21.413306],[-157.769619,21.420604],[-157.76005,21.433234],[-157.775117,21.442812],[-157.773525,21.454199],[-157.762618,21.458764],[-157.738055,21.455781],[-157.725708,21.458985],[-157.722921,21.451569],[-157.73762,21.43769],[-157.740549,21.419582],[-157.738704,21.405451],[-157.722178,21.395841],[-157.709304,21.383588],[-157.7058,21.374905],[-157.710305,21.363461],[-157.706824,21.351995],[-157.696146,21.336397],[-157.674483,21.322944],[-157.653599,21.312566],[-157.647167,21.306431],[-157.658884,21.293833],[-157.683707,21.272687],[-157.693212,21.262742],[-157.704076,21.25953],[-157.707599,21.265616],[-157.706762,21.275006],[-157.715346,21.281839],[-157.742101,21.275471],[-157.763814,21.273104],[-157.781884,21.264573],[-157.794965,21.254663],[-157.810818,21.25419],[-157.817979,21.257635],[-157.822922,21.266426],[-157.830714,21.277258],[-157.863674,21.290393],[-157.880136,21.297962],[-157.89076,21.312841],[-157.894967,21.322283],[-157.894876,21.331685],[-157.902086,21.32839],[-157.91518,21.316466],[-157.905239,21.305631],[-157.947003,21.302743],[-157.946229,21.307428],[-157.940435,21.310717],[-157.948274,21.316833],[-157.964107,21.316335],[-157.964709,21.326398],[-157.967493,21.334474],[-157.965258,21.341152],[-157.968062,21.347887],[-157.957209,21.352459],[-157.947086,21.35704],[-157.936217,21.362954],[-157.931845,21.371662],[-157.943951,21.380487],[-157.953961,21.384601],[-157.960927,21.388821],[-157.965475,21.384728],[-157.96921,21.372022],[-157.977792,21.376131],[-157.985626,21.384953],[-157.991332,21.391073],[-157.990729,21.377612],[-157.984431,21.362129],[-157.989506,21.358831],[-158.011612,21.376505],[-158.020174,21.383313],[-158.013149,21.367118],[-157.996796,21.350871],[-157.984677,21.341359],[-157.975413,21.333887],[-157.980627,21.318521],[-157.998692,21.311338],[-158.022469,21.307562],[-158.059234,21.299887],[-158.077952,21.298061],[-158.094309,21.293606],[-158.098866,21.295396],[-158.103383,21.299262],[-158.115268,21.305121],[-158.124236,21.338739],[-158.134719,21.365655],[-158.148233,21.381164],[-158.157436,21.394654],[-158.176052,21.40353],[-158.180802,21.430369],[-158.18712,21.444498],[-158.204954,21.458728],[-158.215677,21.465522],[-158.2276,21.483047],[-158.228121,21.503799],[-158.229322,21.532605],[-158.235951,21.541571],[-158.278933,21.575265],[-158.272419,21.578559],[-158.236338,21.584941],[-158.193816,21.587237],[-158.165737,21.585643],[-158.149165,21.586159],[-158.136586,21.589301],[-158.121072,21.585895],[-158.117624,21.59809],[-158.112946,21.603906],[-158.09482,21.613784],[-158.073784,21.628958],[-158.065786,21.635574],[-158.067209,21.641425],[-158.060048,21.652493],[-158.050608,21.671291],[-158.035349,21.683417],[-158.014445,21.701499],[-157.982646,21.70985],[-157.969655,21.709061],[-157.962433,21.705012],[-157.956732,21.698922],[-157.950185,21.690619],[-157.933912,21.677898],[-157.933327,21.667165],[-157.924686,21.663071],[-157.924092,21.65434],[-157.915534,21.64554],[-157.920181,21.627451],[-157.907326,21.610591],[-157.893764,21.598382]]],[[[-160.19824,21.783884],[-160.211285,21.780209],[-160.224359,21.789243],[-160.235466,21.792821],[-160.248036,21.82803],[-160.245463,21.850839],[-160.234424,21.874456],[-160.195383,21.912045],[-160.164026,21.934468],[-160.12362,21.956296],[-160.117264,21.969642],[-160.112739,21.981738],[-160.113759,22.00023],[-160.113759,22.000271],[-160.095862,22.007757],[-160.078892,22.007177],[-160.059964,22.000563],[-160.051436,21.98305],[-160.059879,21.973972],[-160.07223,21.959453],[-160.079539,21.937893],[-160.072214,21.910834],[-160.085246,21.893536],[-160.102534,21.886284],[-160.117486,21.878398],[-160.136341,21.872918],[-160.158662,21.859564],[-160.171677,21.848648],[-160.179461,21.833516],[-160.191029,21.804674],[-160.19824,21.783884]]],[[[-159.388185,22.228789],[-159.373755,22.222087],[-159.357866,22.222729],[-159.338735,22.213039],[-159.331225,22.197941],[-159.318674,22.185777],[-159.311812,22.184503],[-159.307576,22.171094],[-159.304658,22.161103],[-159.30134,22.151068],[-159.301259,22.151028],[-159.292795,22.14643],[-159.292592,22.135565],[-159.294704,22.107627],[-159.304141,22.095614],[-159.318694,22.05756],[-159.333176,22.049569],[-159.334665,22.021552],[-159.331654,22.004055],[-159.330637,21.984768],[-159.331736,21.966132],[-159.334128,21.958057],[-159.347894,21.958107],[-159.359122,21.9529],[-159.351615,21.945454],[-159.347862,21.93671],[-159.353643,21.930044],[-159.36541,21.930833],[-159.382492,21.917419],[-159.389719,21.90541],[-159.398372,21.898078],[-159.414962,21.888098],[-159.416411,21.880748],[-159.427227,21.879447],[-159.433717,21.874117],[-159.437315,21.868769],[-159.481922,21.883547],[-159.509266,21.886252],[-159.529618,21.885651],[-159.567555,21.89303],[-159.581949,21.894352],[-159.590575,21.901715],[-159.594892,21.900388],[-159.596341,21.893699],[-159.604979,21.891703],[-159.61001,21.899719],[-159.622968,21.905057],[-159.634482,21.913748],[-159.641665,21.923107],[-159.645972,21.931796],[-159.650291,21.939808],[-159.661816,21.942478],[-159.666125,21.950497],[-159.676209,21.955171],[-159.696116,21.958157],[-159.711511,21.96385],[-159.723758,21.96986],[-159.743213,21.973195],[-159.759794,21.978533],[-159.768449,21.99523],[-159.771333,22.005248],[-159.77999,22.009253],[-159.787211,22.01927],[-159.78722,22.033299],[-159.785784,22.044656],[-159.785066,22.057349],[-159.786515,22.066034],[-159.77656,22.069525],[-159.749748,22.098107],[-159.73568,22.115246],[-159.734324,22.124986],[-159.734202,22.133734],[-159.732615,22.140774],[-159.725901,22.143622],[-159.723459,22.146552],[-159.716534,22.157514],[-159.694178,22.163518],[-159.668188,22.169478],[-159.639375,22.185559],[-159.621349,22.200291],[-159.598234,22.210865],[-159.589582,22.220954],[-159.576594,22.225661],[-159.565768,22.225647],[-159.558543,22.232995],[-159.548441,22.23098],[-159.541232,22.224954],[-159.537634,22.218261],[-159.529696,22.217585],[-159.516712,22.213565],[-159.508063,22.208204],[-159.499408,22.208847],[-159.502276,22.216221],[-159.499376,22.223574],[-159.481321,22.230235],[-159.462578,22.2275],[-159.440178,22.227518],[-159.428653,22.220801],[-159.419259,22.222135],[-159.407683,22.228816],[-159.39972,22.235495],[-159.388185,22.228789]]],[[[-161.94518,23.039862],[-161.947865,23.038031],[-161.94636,23.041449],[-161.946034,23.044582],[-161.944773,23.04621],[-161.940419,23.0456],[-161.940907,23.041978],[-161.942698,23.040676],[-161.94518,23.039862]]],[[[-164.704335,23.579332],[-164.699086,23.570543],[-164.707265,23.572577],[-164.708485,23.57453],[-164.70637,23.576606],[-164.704335,23.579332]]],[[[-167.996165,25.00434],[-167.996775,25.001125],[-168.002797,25.014797],[-167.999867,25.016425],[-167.995554,25.011664],[-167.995066,25.007758],[-167.996165,25.00434]]],[[[-171.722808,25.773017],[-171.72936,25.751939],[-171.739084,25.756293],[-171.740671,25.769029],[-171.722849,25.773017],[-171.722808,25.773017]]],[[[-173.959177,26.059638],[-173.95995,26.055325],[-173.965647,26.05858],[-173.966379,26.061957],[-173.965199,26.066107],[-173.964996,26.071357],[-173.962839,26.066636],[-173.96052,26.063137],[-173.959177,26.059638]]],[[[-178.298397,28.387372],[-178.302718,28.386465],[-178.304366,28.387912],[-178.297988,28.390993],[-178.294287,28.394978],[-178.292437,28.398057],[-178.290381,28.401679],[-178.287905,28.392989],[-178.292225,28.390091],[-178.298397,28.387372]]]]}]},"properties":{"name":"United States","center":[-99.53703703703708,40.1357500646171],"postal":"US","type":"Country"}}} \ No newline at end of file diff --git a/package.nw/gt_update.odt b/package.nw/gt_update.odt index aae8a198063dc308826c2e574358ec6744408dd1..c1d7e5702e4a6d3111060a835da15ce75b46768c 100644 GIT binary patch delta 23972 zcmZ6xRa9NU5-p0mySoJq5Zo<52<}dBg1fVDcPF^JyL+(U?(P;`H~ZzBd+x`5Up;D8 zb^UaWt~tAUbQuve1%s+22MvP*0f7Jk@x&sMfcg#k-_j}$55;1L{2vDb0>XbCI-~&U zMB;wSO-`-R*kM-co`n4{XUzk@o9)k~Bo9+fJJxU*+KWUOX#crr#g8zxL&r%<^)ZVB z)puGefAj<_+JwStUjn_z9RDs9E0F9couC1zueF>zx}+ z?$mJp(9wDIDRIe^gI&!Y?u?&L4~NrGtUWfsmpQ_5@J#0`9I;Wr*)9E#C}v0CW@j0% z5Q;Sx@7Z91l=(-Li8c+IrIFER5@k9k&(BRYai2QhjFf7l7|4JrLll)7*{; zpciX#DiU)l5*+^%m{DPU7{(O8LZK*3k#7_Y|DE(jjJDs&WfGa_s>hgLH z2v33)^)bD|Oa{e+cHgVU{pu>@6ct(t2izWB}_!(pmBTnS;jX z`k;g5NjqhJ(DLh9Rw4b~jq%mpTfX9nX*-lMK&?m6+u?_lIkD zR73Zw_$(8^YHUXjNMxbUQIBq>BL=n~&3?KVuIm{xt%q^0`+j#9Ym`@ zW~Yet<=TWb{3*|Q#T}xa%PhWE=)jqlyYO=aG-rcuwzB_9U~os?toq2sucQR|0fl@M zg^+k_oD;1IJi~L#a%AB~1m?T(mq2>j;QiUJngcN1hHblojJZ zie5fdWauyRfCC4?mSV(pvv4%1}h^(^*ZuAda^syDm$ zg^AZgtL&`{6*Er#)wQatK37Cin)%`(v2s1|_Kc=GzB+ZO-<`MzSU=Ab>weQbULD`w&c zZ~5SDJF)YSTIF@T53A-@oFV!y6bBRi4uhPLEy`-BrE(nMO0FZDk>lcI0Y#?UOUYJ| zW>S3lK!YCo*%z!aYTZ|)7xo>lr}63#(7Vlu{(9Pan{_4ZfTg9PS5iN%jAJR@Rv=F9 zz^-8|An9H)N3K{v&ul3TEl9YiQziWM%0g>w%8l_in<{#<>XP%~pu*;Z*;)VaR+q-= zP5ar8Qo2>Y9%d<*kedn#n5y`!V~i8pByC{eXT2)R?)+Btu{bc`1{co`e2KZ3nWlVn zh=001ri7PmFSExIIGlWx-_vIP_3anA%~*F8uo~Q~dfx#Lpye?vEUzk<)%j*?=xn%IL-%{0DB{t)~)l_sz#u=2|}x=`LfXWL%qk zT!N+imUiDIB)+ltcW0ssiZ&k4{4B+%!)1Sg{)#M~%kgle=#W1DQM9PaZYkjnxgupB z`V0#F76KB{gy;^7Kz}hn1;ZFIv<}eH5beprcXMl;^pxTn`bE*$4A27+x4tWmmFb}cHl5Y+)d*?s zO(zu0YFUqV7EWI(JJ?W{G~79IqASI2Rkh3rkU+QibwvmQ4Zt$oLJD7|gc+@XlJo>O zgs{O6k;NCmM_=ZqBGneTgE7ElmZ3+*NM!X$aZEbjldkDAT#8K5EgCXRm9L#|POPF* zCHgl*S3l69VY@nRIs?HHH;~ce0%IjcraLhg9d|TS9a}Qy%~dgD7f{ruUMOAstG;r& zpZEYH;3yl)(F107rp$+bocrOKtX?ToclAcs_zRac9Qmbmf5p(Wr zP2QJ<+=;syRbhT@XOF6AQLt9qV%mCezKOf54`G$}zgFQttD_CUif7vTarJKP`Ac;S z8>{%*U<`AfbQf`;TsE1#L1pJA9o|hW^W6Y7WSI4VpfX~F|!CT7PsmJ~nP z(7CEGNHtMXO7+6u?*3vbxE(L`ClSiM_^&$Xj|oI(@*EJkRWe>!!R0xHWXRx>ntZxP zIiM|Hzrw0}f01)=KR4p7El3a>b_Si%AVxNM`uN>CovUb3q)~wI*JBCycpuh0>lKA( zVI9oWnZNpswjol@Gg#X*(zGB+A!BOWMEYc5_{h@KJQ;8~gs#j~2q)X0cbiEuF`pJ!W zm%I9Pr+dn^R=BOZoHZzOitsBr_lJkeeVH?ee*rL%2p?vj?~!KBUnBNp^FpAk4W@k& z;xF_Zq}v#B*1!x4q@U`ylM_Dmtmtj?l=aK(1{=b^Rniy zW@KP8`Zt{U(f|&ky(?hAHvU-GHbO%S+1L={#g2d)zw?)tvDP*7POjHPWq+h(6h>0+ z7XT=(u1_uCs*&he@*o+L19QC$d_711qgi706X@t%lqrMd&ASlO#jaoQp@NYV6KjtD zDXe38`w&O-5dZh{2(Ox2-TI<=Uw>`y`+iIu=Dgj>-m>9G`J@S@Wf>+KLhx^h2P6-D zHbf)X5{yA2<}W0FXmb+*R_%D_)vo0$I}ZS0`XW6J>)S_E8lMJ(h~pgzzZ1`b^~poj zzZdG`%L^$ahIA*YE1LPOdBlJeYn#w31i1TCK}i(R=q2^itY)mnwtXnBo$8S|>y#V3 zUH3W_6nq#IOr39OO)V@JSlv5pOSObn97-9!zA;!#Pev+~pmUCfTaO^c^ei!(r5^~~ zxpr^m{Csf$YH*PrJtc5_|3(c}CEsIY#)tmpp1cE|VC4%5h43i8_N4b)u_WS!Vlz<- zWZ~A#iC8!C(#KOS^$|Q0^RRGu@W`KL98i-$Kp`#f4QeqY!V0g#wSY5sr`3skceU(l z%nP%Oios9AxFc)w?~-!|MxRJH!-arNB5G;)#WkjX4b{mI0rLFuNR zTIez+F3+$tKwn|hF`LGRh6Cb8fQS=e0PTXaSS}Bjs%In9QpR!{%Q5I^K5{ewjhQ@Y zxb*!NLYONW7Sq2LS(P2{vtm7_*G;=I^oPcl04|;G-vcH$oNymmHX}COe>9WbDk*+g zna61%0S3Xk)jUfhosn^+N_j1qs2F7R*aX^?Sq8%^$-yIBhaSM9ph7_CSwTSjKk_Qc z9FH=M$N~x}sTLREKSC>s`5$0p0fqKot@S?`Az%Q~Me7i}%PYuqnpISr zTSr&0_fl6z-BK@mYbpE8TltbRw|%DXeseDl&bK3z^=p+cvJN?7!R58#sWf-~efyAT zLM1=rNf9Qag=hTInb5(~P?3?6%IF3sM_Sqe->h}QB47HovEYGK zkZ)Nv`0HRwc(WCt{ELRLqXz%AJn8Id9DNW2-PG7oJJqs+wQPrJ+3-7$av=4I(H|4c zSazKi#~d)}4^w-1%NUH!ZW&==u^xJ7X0PPWU8q5x@0rl_Kf1H7+8p%}6}q9%zQ{H* z^kd3Cek#!xYZPQ1t7 z-!p5?p%{g+i0gHOHPhW&^MU-IQhS*6^qGK!fM|sNzoquSlTPX-A_umeiTF_bdV327 zy}zkASxtOt-<7tsk~Q+zJGz>@K>9mueZ8`U_3@U}CF%@0=i=_Fh*G85V0JoBzv}b4 z&#r9W6XZH~GO@P0KEFmhlMqpCptp2Y(w&6fEK=k5W_sjID8|XHoa+BbkJdFpd4<|j zqt6NWXirqx5$zUP{{#~JtzXNmRA$zfe<@1y1T{>u{nlGb-71~*$~G94?&5M&2Hd^8 z45oYSr9~La$=&ufD;L+*siTG7o^MQq1UJ!QqH`vOt?5(ars!KT4zTCH{M6JHut@_R ztnR*jI8q7Gm}c^1=E|;`p=vI_v;Jsq)VZAT2Kyc>l596nlmK+qwz^T`q3TxMwsz^4{31Ve)kq-@6K4>scBNo^N#k=gQ2GQ`g#4K9RmovJ^ zMKUYyG!pB_(tvH;?eW4M_s87=OD+1G2m*Dd-4*)67FZ|TA21R^aT=M+PQ6Nn~ zY(WC24`!Bgtv1@X%s_R-618dB9gR+>$mCt6&ja4i2kC8u%${Rx7jjg`VA}bXoI@_N z76|#j{&a!k)w(vs(GukcmUqpxo!EoU8@B{QaBTV85uavIY)q1=R?RsyTOA$k$h zUYbZ)k-d@YglxWaMywB=!5SDVGJa2cd%UY%&SW>v*bs5F?~FRlmx3jEf?o)c@hIyp z+i&PHcE`T%=oK?tbVyJ*l!8Z%y%e83d@4291K9B4R%+jzE++o{j`Zc!`n%aEolW$~ zJ;$%)y77`JLhXI_UZY^&pzf-dsL$cL5yDCS#Xdf93<naE|LOwi6nR$&B=kh4)NPZK|qs zP8m=_J-$oO>f=`Dlydx4!R3`si>yxGhJ8a?A}2}7QnZH&w%8IOI*a9q4f?70t`pG7 zrJo-4-SNO&=eLEKxwtFOCC9iUSb}%vc*vBS5v?)|`a<+OMH^0Rxb=4vN0b{4xpK+) zV>j`(Pc-GmV|T>Nw1Lv{N^7%9f5=Xsm=6JC&p?O3kS`%#%Aq_MoGa}ZVNVPhB^Yru zbJE^jQJS%8!I6aZ=uE_PsNn<#U&U{%#UsOtbjx!8c5(PPnTrW3b*wlF#Wwr&!(Ldb z5|>d@WR<>8s*<;}8yS83PDaO;Siz%DQDf3rpnx<;6`Da$#p{2a_fgO=P@m`+qKgHH z9#>|#2FLnSt``iqTvEU(ZZ+st47@zQl>A&}NdL71OR5yP`@O*0F6KHsxi697%Hc7N z_~)Jr$%;)=(oG!Ik1}OaCuw0~;Z+6$0k>!sDp!Z>B0qV4gMn-$K@8NeW@5H$v}p4N zw`YHy9FldMjcedAkg_6IJe}a=6dis$rho+!O)0ud1YEPo$|Ua3RAeT5TsoweU1_GyEUlH6 zt@>c^C<$A|YG|RoI*YB$HKhY$Q8W_AGD2!HvI;TbuD9;lHUBE#WU#i zB`oSm3ORJ3=fayM>Rdy7R_x-v2hp=p+`b`S5D$O@xk?bjZ zKA58gC&|5bnFX50e1RUbTSzahnZ6=L-gi^0^3yf}M6;76b52D)XwHE3h8T_K-&j3b z%q|wYlGn(1Ut`O)XZt-;_&GB=m+F7hOhIo1kj|(R6ty#ZddrE5R|W=E0N9yDg^RfQ zMkvJyS0eKzK2w71I=uj7Rbnv(xG?+boCLchbZ5uwTB|&9jXIy20@=BafMrv;cc6y< z@^@nty8bCMb8t*+U*BxSbAv)!UPxHyjX&k$=7$WQ%UzR28PC!YMXtW2(m`<7( z+w!X8=+GPwX4k1sNbaL`=5|dLefaebIK;n|G@D(U+wx@Y8LSxu93bh<`LI| zh^kl%^nQfa7MRXzaIb!G--MB|nQ}0Hb}%2MJWbmsN8;}o(ZkT#ikYuG^$4DbJ}lbU ziUE9|Od1FP@EIH1s<{M5*SNL@ep_-xymaI+0)LvZS-AWDuQY%u6b7>r3sg zRlihyw0o|?2HC`YKRbExCx%WSR&u8S ziMK(To!i&7kIvN``mAZ#@~%~$M=uq>R3}p`u)o)<(9xZ$^E-CIrdpQyM)G`-4dQQV zG)ME6^NE)bVA=xe*lG_l2-`9o^w?R2$Ve{3eyVis$mKU=P2cTq9(y7eyj>dkU$rKb zPrHSqhkoO1b@+O|+gOw_xMika#ZE5hLo+)jDbaQ@{d*z@JHoRsC);cqV^Z*o_#ZPv zwXU~m$yuyJzOB_&bB~!p1alUIX=#vCK}MIpk;(qH&p9VB8@foF2eUeHHWG&9Tp$yE zW>=XS+(KOd(q@`FmArXQu1|uEDMgWTtx6W^)5#=+M$B*4%{lH~gRFjm;lO(S=A`)d zBV#%lMit-6&$2s`P!1^}9&001y)w_;QZ(RzmE(2z02Sjw#NL1>;upRINaChtPjJ78 zh@>#IldBo13KvaL@Tcy7VswtvMP8u|bD4-AX4m?1ysv2&vhi7ql!swZHkOmop!>`2 zd8YJHC(-2QvwaqY1L3GzY(B;PN>i9VF74_bmO1Kx_C*8+OKjvQO35*qm?182(p?2O zfI-`Nu5d#+6j5ec#$y5U9UC0GwOrU*h9gAxj;juQ_rd?09(qSd8ZtC|ymJ3b)NXm# zcdG_1xA}5D_z4nFcr8@;T81TQ2e(>608cQY9WXx4el@v1tN8s&2CsSC*$0>H1=eX| z-K5^!H-DRoTYQ04(nuyeOp@RXme&3zb$7N_M0(_cpl3XOJD>EAaU4s|-}JR@lbpf^ z#qL7D-(QwFVBJmihF6MjEAQ7D|7eDJh#g-=ax0&~n^3ut?XVtJS!Ob&xYHx#AYKZ` z3c7HnVQ-t*@_xdaL*JTQdFjSfY9@;K&p{1ujFh@>XRf8D5wCWg;iTiM!jRVeiiv}p z9$qOWQOU{O_xqpp2ZVV78sO;*#0f7}lSuc018P+Pn89p=-2EO+lL;@6AMIq!Pr`&_1T5Qw$<$myUu2 zQ_{@+)ZQc6XC!HgF|J4Tz%t*VvOaF%MBR)giIkoPu&IGWiGMA>QGxW6zZYI8&n3Cn zbx=}WgnvQNV^06>Y|sFgJE%7;Oyd`jg3bgy+YBRGyu~_Mo_fr~M^{QVu%rsOsuYrd z68DtyHvw6g6yfQSSqN7IRT`Ldc(V29=khM#M>2dqHZDBshY$BDPq7*#4o6o|=(hR% z_7XE7@|fZJDFr87LJQh7#h}=*t4+DmMM8`7le!REQ*l1uF=NU*(d?Diaj6*FUa`Rt z=4N4G_;EnevoK4#UY3Yo_k#SVW%<5r)2KROzF8|z;bsL#ka4Dkv^`2}ak;^SFMs&; zHhdkgu8{SD&NOCgtE}Dl9-RT(kX7#Wv7{P+LmG5K5OOdb(G4HAm=?~^y><0@^{Pnc z&@Kl(Y^;PlL~RW{>5!lpJ)k^k6V8kwEnJ)Bp^u?Qvod5^F~Snrb7O&9{|~(U(BN$v zpIUoXZ_i4`H~N6dn#&xS*2`-2YQo7vD;C}W-rPmFTuGn$BJOiKE=~&REApk*tUF@> z`WD4Y20h~O<;5}=+&?P}3|Z!~+FJlqmWtro0+1>4T`$>XJ*3d*H9%w8k9LXDB1h<6 zs%xJpgt?~;sqkDppeG#nq&o6#e;0$TtvR$Km}r(Hwft*es&b;V)+3E(T3Scy`EecH zuX(ozK8-Bv3B3(z>$~}ej#9&_iXPze51{rF*Swh>k|a2quthn{VkSA;wDhk|L1r49 zq4toIw4|tjch>S=+g^v@(s8rCvGc2-p$8?W&FdDn7|qn;dr1BhKap3<;Aq&+`7}cR z@F8bIEw(|>&1-&{+ZkeCY3z!rf{9>4xEqp9qjsGicJZ5M3rSG*N2}k7i94WdvA^J) zgSyCRA<^6Qk-u)%N1E&h9Xf6^;z1RMYj?eQ)mj*k*O}iKb4#KcVp~xNouN+B9=@<5NZsA?pKi8TQXs z0p4*UGx8Qap-D$OMn1-n)ph`m$BA`Ny7mN4U_{ZJU%~vMdaqFf^TtpJ9^q zNge2xB;E)-;1epg@>i?yHMP0d(!*U!ib65l__1*K%WOILsOdMe0gI5 z^EhWVn69?{24Dnb_a5=E{hLNs|9DniKjBA;OZJ7ud;GN7E?aQWo*P_tgVu_X=J`i- z&OQ&j7Q>49MAZbzdYIm)+2-$py@R6t_1jLp3K0RrmW&*=+3yEMjKv%pkAbRUF1EDA za+1;D#0AV~epm*NdCZbl^?~m4NSBSl1wMm$9Phuab-Eiu;b=RRj1LtIh zpd$JU-#j4RU0tj;eT-A=nPcCHq{sI+23o$hWPZKRP_$W+wrH3Ou6365%e+tf$q#X2 zrNwD%q5iM!UMD{bMuw8Dj^ja9%8lj%+nzs&gnO@|(0O)9zn)PResCZvBM>RV4x{I7 z9W0K$5xpU=OCC#uu{bPI_BC?vV8SGhdfZj#bKcaWWWNAf;sL?r;p7drYLU7n?uOza zeXyP*pst-0w%dpFpo^th{!_5kYb6-!KNRr|tIj|O2?AnG`2SMG|GfuleS4@9@8p4i z=;TRbCWjOQpzf8vt4YB?K|v$pp<)qXLqp;s5)fh{6X4<@;8G)!e8DB9MWN&+p`^!W z;G-kNq$QK5PhoYizJRPKbkGJnxPUc(`S=C+n!l0SUVQ%f zPGfNgu)93dI&E9H9%*UDM!1Hi`^1;JMSw#c^`gD4hkV^n%(Ze1i-LflDwjlmz0m;k zvv3b^q8~USz#}!#Ha*lWC*H3sM!zhs{BIXU>JLSt7ZpFwn>_wjo7^;5 z-?X|8Eq!_(qkCRvcwS?FdLzAl5O_MKc{&t)1ySEV@;{6#-mh!jEZYYM1qVkbM~~MgTu=E`O!RqL(OGBYZd>MEPtaj;>1^lV zcsuyKx^KF#W_+-HX|Q^Ev~_j1=V}lLJMPcE8;H6eNx54~I~yt4|I>OoUwJmyb3a-5 zI9v9-(mXsoJoIOAbbfqnZgpXDcx`@cX=!PC<$UE}cJ<_L|4;wv$kNfu=)vaV{l?hQ z+Wp1Od&f!^zph+uh~i-NozM)7i(z2LuEJ7z_qPh5Lsf zASfVYCB@V{)-JmNA7b}k+tSs0`rfpt;|yJ^s39J*{uwxH@#>aW7qePK+-QMW7H>rlOLm+fz@{)T*N?JFwGL$4I&0 zVsyu+kcs|HDJi}q3jOEKFxLVQRY_)+`w)9un!A&s33#~~{^Lz1c;{n&^yYK!f9c%H z|Fv(1ke^t>;=~3eJHL_LC3NcdKS095a<-N!TvE^_kGee+WS>&uh8ee zozUBF<-Zw3;7>$ATYY_f?mbV1B5yZwJx`=QFNH{h@6q{S6h7dIJ`->}oQmre`g@uC zd2$-d3$gqC&HXB~2xMxs<4s~B41EH=6`_Ay1iKmS03hq$*KN>^0B|o2yi4CL#!%mE z29UE)Uxs~b1K5|E;PU``@TK9)ZyxZOfFg@7o5m z#lP_MyfDeU4+&hq|HyysGj^UP(DQaXU$AhkA!XBubzRohYkx~Se`AyYxEsCSWpWvc43ZUe)7ByylHjHma-FFJ&L_b)t#E#z z>fS~bjlYJ?T?NUr$+w`W>dT7&apolSWv)2y+>qlC&S~m<6@9GZ3!;w4jkZ%MK~{_0 zxF@0Y4O=^h)Gtifr!b?OzO8ms=+m66!@l)B~d$HP&Nkj0XJt*ei$y9?uVXIm9gIzR0 z^+`_;71I-&$39_@uf2YFo{0zh<=Iv{q7cj$>Em%P(viMl<=|f^`RZbeUz5EMTqkRH z1Ue;#q2UKs4#RrzZZw0pOf77cGwcOIaX&(zMa*Uvc&NIEFk?LTrQL=mNe^8vsqJ^d|I}WpZ$r1UV>gVR-tCFnY2wxxvJ&&AfsP zVjg;i?16V_zjthEmP77tB#BZVuuoyKWg2EY_o}y1ozGQpxI%BWM__81h9_zctylrqgH(U?|5pTaU*`JOkbUF1_mfC2PF%Sv? z`0I&EN)7QE`RV09<*|y)fGkAMQ8p-MYDdLHy8Z&=1sbjKvoI0whNN7#cIor?5wmUmjWZn;r=XUzw`@2q z(<`Kv{P9x0LQrA>Lr=C95YAWOGp5}~Fv`|93IP`1{4-{-(e#O*F9U1d?NcVe7ul$9 z(4eOXZ2FIg23o6y==yY7JP3V~5&@I?qf9%DJ|@EJuUQEmrjp2(aFZn0N)OjC&wIZ4 z#)Fp{Su|BWRS)@KR-V+T0Tv0ai~CV$AqwVR7~=-9bJ80?KH$(x(YwKDsIAG+Zy+DM z+EKVYkoTe3A}*3I0a$oORZiz2OE=gd6ejZdn_hCt+9Je?wbctG|6JrpL0s9Mt3IQj zR7kFvGV7m%H3&kTF8oobi!U2UAvUxE>t<8_1*@JoXvg|O;l5&`)FM$zd32Jt?;&`^ z<+Altfo2MDTdn)@j;_$R z59v;OL)Z3RuL5_>-&zS@an{_bGClH4(K`yMG^ayTn_$(huFldpZBc;edKbHftHcj}enHAD!dXRQfT> zmQzTL8ww{PgwN<^fAAkF_00}>xHEe1GNW288OhM11wH>|5B}H;F#Dr_U#XAq%+o5` zD+bIw>`+xR_%LpMJz48>$GN@NDf!5~I*hn}|Hw@g9|mqC6AgcytRsLdilUcDeWhN2 z42F?Igv!5P61-X0tBdlBO2xYs+pW_taPO~mmTYcTK^sD{T!Im0?;TSo-F z5zKw+I5E)wXeG8&SOI5usR$(0Y>5AT0&dfWZ${v&8v|tDIqMyXE!{v0%FGxkl%%|+ z1I*ol-$eb0^3hT93N@`ACPKD7EuuiWQs}G=iG~#R%Ppd{tSrg-dCW&*6K7yYOopS` z6H-z3a@g_32ncaD=7S%flsYlh!Zqgii{}?3OdZwa;~=w885Aj9YMug0RubG zp!cZa$;`vw#QCI$Tf7tOr22UW^Do%(jF9TcWf{(mkhnq~Kaz87DCOeRnfUJSi`i*4 z43KQLUcS?&j{MwCStaNac~SFv%?{X}SG{+dTx=B=xe;iVpkz8feZ@P`5ys2gVNZ}c z84}7xOr8&SQu|dV#E~7r_^N+&2=uiJeocs3r#LO^Pz&ne)mai>Q$0NuA$`W)W07TI zDv|?d0(C!nZ-~J=VCF(Bb%q`#W9sEAa&_Zin=iV&s1}WxGt=fc!8xL3^$;P~1yG!; zI^TOc3FI}P&e?tKND5UD=8``1l!$xX+ZbJZ3jVNw7O5`yp*1q3T)kz%3)EN4QTA(^ zHS6q`z$PYC;e}_T_GQ2Z*Tn3}ae1+71Q{Tmpwk>d6C#n|7!+hMu+$EnXuliTDb#T)G+~6uYQzqj=`Iv>g>v&ABLw`q%*E6Dn zy81?x&98E?`GCsZ@}j$}k>BHY)$@(mvi9bt#?pOSTMOd>B5yhZzu3HMOE1FwOq6<| ztM-nB2-5wMrBUZ^!TErbE=d(Q@u!iOYeJ%49jvpit z2mNfIS1I?}W4dvNJlrinl!O9GTHB)dvn*>4jfHw0sC%ZDEodP%K*uDAT`_!5x>LQ5 zIt`x>I&99C1>3c$hrDCqsv4i<{_znY&haGtGrf3?qW-vW?GSX@&emE`>fNITjuv=V zC+(;Z>Lnf!IM1CJ;CvW6K6k$_a$o^?B)|us_D#w9Y$jF173McPrM{zEOvG!X-r{~E zWV+w^jt5q#$a@-_+EH<*2YNa``C<+wtoHAP$K-RmaEDIKtP=bq5dHQq?2JR?$zPoR5Nlq=I!wvzy%{ zM-zIz5mVderXJ`ZEF5@8ctzNIQexLxv%LN!Gk?P673$W*eTlex2tCgODZ%Yz27HX& zE|aa7ovyjBgujIa-99|P-Tbqcx_R5HUd@Lkoqs8%h(gd6)>4`D2P8^09z#V(k1I)6 z9Waa*RWL=B1Z52crMy1@Lls+?lWp-F{`6WgTI9_vr{@_l9U!ZaSK{ek2_D-9Sns=^D(KW za%o?t8|6%G(ePi7HS0fGlJqWIv* NIGJr3`jB`x0`n6d+L>Jjr# zzq%WyDdD9Occ6Z@!G0LLl>4gl!*Fe`M6+f7%yE%0iU40-ahij5CXU=Pz|%sjj?bQF zg}H*`=1(s4+{7U^WO5*wjW#6KKE@#?@8 zRH1&(W=~3v$iRl$sQ2l zM^-G`eUFCPPq-!N%LJ`;Yms-6|4b^!uEss=ELROut8RZ1U>nLu`r7s8e>fg)^{y9$ zw&`CMuFPxK_)-cn)PKWKbNx6Xrq?9y@y9>+O8)HfmpVq|5?|}nf$4m;c@~C3utYpG zpfqz%u*bip#kAqFl$XRLj;#h&@W8!Dd);>w(wvqs`sm3oo)*3Dn_sX9^>9iMT6bskqlA<_VYNaE2q8CkXnTkD{nYZ7B*N0+X z68v=Z>$Eaxa%$eOuUpqP+Ld0idEqQWC(LjDQ%;VpJS=4{p2UD{B^t<_rB2&MSd2SP zacRJgvw(y0E%9Va`uu3#Hr!!~P{F_L0768Zt@(KgSeH6k>j5=bm~t!m;L_iBexGdp zO&Ms-Y;vDTCe~{mdYV_J!A!u7`Z?1s2RSjW(B1lg4C?Bep|OC_CUfS6F?za$|1NEf zBGm~fl{@&#Rn_AYmjZ>0wtvBl?I)s3aRy_n#=WOSB-<7*mylDu=+i(tw_P%0kDIm6 zDq3qUz=<4zfgQqQiD~cT#noay+v!cwf+bIwWcxw~qfgAh#8xfht>1aT(J6(8EuO5_ z*ArFWHkC;6$Pr% zm=$@382kdwnh!$KirW_JrBhlkR%8k58#}Gqz_{}yjy~j|Mz@4DHVi#;g#KG1@l5N; zyofGws>&3)z}lGjgtXx4>f(pdO(8my=%SK6P$fW{66V(QUZ!sVY~|s5Lz8PL>JXEu z2ph+?9lUCB{lI5;td0i!1jhDGq9|g`6PJtXSgpReGqTgOm>qLFUCyGj`d-Y&SeX<9 zZ=4@tf;2cEWzau1(9VeDFks})3@kH3e%5w33c7>)*sXO%9{K%PN_dRzCFSiweFhKx zEPi@rYg%I4oSjF0Brft}$;e*_WYBPERrM2HchlLFAdzt+&Hkj{N=c!3V!KfLT`ne4 z!TBl(hOl5(9>Rs#EvVwVWa*EUc@0$qbHdDwG&q)6Dg86}rDUBRbowo<<#mQv zG6PuZIHh55I2(QM1xU2MZG=C`d8$QMtr?&fb(NI9k3CW>{*=axWOcxR0qJi8SEqOz z@jm7z5ymkZIe0~0*C{k+7@ixM<5{@%X3GX4#zzS=$L_i1BA?9PHhhJ4j~qZ+NsN-i zlAYeakqVHOy=yMuqD1V_JgW*d0?E*tV?46Ujd~lm}p&PV_gUD9bg^o3!-(^ikfozhn zf<|Q4D;+kxOl5ngEvB7~+ zsqT1QH%4}yBui_;5{9|JmGB=cxutNf8Eu?`>4{`oA(6wF*&Iac+9~Y>~$6c-9M*s-X(&nzm$TmFPjb5W`KSHzcA~tH#p&rdGHm+@(x+uHu zuKJm68+-o7^{pezG;1rtmWC57c0SlfTK?r7j!xMFn;Vyk$ZL*s#dno)y)3j}9T%NV z{=RA7$N~6#>Sq-uM$#xU+(Zgi-ae*?2K-`zaAz8JC6Tc}-WndDz`oUgJg7-IY_Z28 zLXRD*pu7?d7}z-Uf;3~SKs-rrZXZ@3*AL-}8j0+@V>m$z%)wA&A&TAq-L(BPAh}UL z#DN<3_i3G8`EM*3dhzsWmV)~1q z8AIJc=7^v6SXRVoB>W=mxeH+rd6#(Oxc}OW_#2)+tE6`!U z!MB{>`ikX|;{kKOi0L54*lyZrrmB|LWf?pt-nw#%s+y zsSm#@o2wIuvejp}Vb77W`9dPQVl@%?WG(SIsPbXV#k^zFKjz5|^=W6X`%w(ReQl9X z*WE$;=|Y&$;rtS##q~5BrpeB`lmnk_%_hPu6XY+vF-DYQm-NX77+b2A$USYK?OR`D ziF?#@-YFPcr=DS(k7(-5)G59+_-(tiM)M7w5#9#K7qIhjWC>`xjVB6-oa9F9Hf$_= z)yx;rJnQeSuSKeSVWZQLF{@_BvE3SqYgMXrTUU>79MwS`YHLtG@~ z4`#{~kUrv#@>V;##!d~Ve7I_n8O!sIooHa2(p8q0nx*_?=V~8Af-+FM=W>b!{O&ne z_K66U@EqE|r)W$TqD&-3e>w=BoKQ9xm$L+9KIvE$iY?GH=B(f^nWcYtK1&oT?5Z?< z@l%P{nXoEqli9bFANv(QpG?q`o#HTZKs8m)5=(#W5=*DfQ3hju%TjjDW=m;VB1wjg zr_-WB%#S=|gSNC7*P|arxIh*unIt2iEKH#c3-jUQ&5CkyD$aa>!vRo=Dl^QrLz?8d@{y}%&+t&d~rGz z-m6ie?zyWI_bt&3ar@({tr;ih16WtZ`zqI_cGHlaBCAn>#D+(Emy*9>2ws>E%4|bAFdO4v1wUrLv3> znU`WEkY&vA{jj>@_wOy8^WsgPX7!Wo`|Iv-YDiZL1C0l=o0A>1rFbjja8b;U>%41d zzpY+vK_C?;_$4dyR4xBpLxdD2dnFwS@J)yxyDAV4#PseC7MH4<_h|L-$pirr0vZh3 zlPB0Txiy5HMKXn|R%z@~SLK@`v)9iqFkVWquE_MK9R7Z&nP|s&-E#_0@KBGNJTiKI zW1`Dh<(N1#m+hJl#FP_7quhc*BuMiN!ju(bOZvU5d2SV*KQ1Rw%V_nRLY_U{WiCCO zl0_7G&N46Myp&;fD)0=Wx+8!q-13;$P=nKcPj)@!WUe3Eyewn|?d~8u(te)ilpb%}EyH@6Ugsj7xhViI?hz zt>779JJ4aU7mPg@&lELe6n1P{+p9uUZXcE!7ZG~wgHJJ)SqTyNzd-`dM6ik+I-BIZ z@SC*~xwWUbjumqo_zTgM)flnbAhBd&x`l`)#tL?H@!nI>huJnl0|))J_^mC91$*w3 z7)|1(U({C*EYUyTMlA0HRSD{um$PvMlm=(y=@Y*d#jEQZC8p+QMv)?iHi)d`YtS*t zV=MSFNYq;@fhd)`#RLF<>N{ek!Gkqw-wMnX{Sov(r=8ua^<#u zegjjydar)TCs5He9#F$tXPYHcy`q-O($+O?*V(z1$7S2N&S-bS`s6x`mnb?gsrq(^ zCEK-I>#BUajT_&g+_wW$TP+PF@4{ITw#|h{9{O+Mo~d$qw-Ud0THctH73xvq1c99>*0s)h0WA(1QE=Vx8@1&8qokik)tmWCPnA zCpLI!b;2Yi%DxD=%Ze$5-rbKz_TKbrIdoQ7s}Z>+#9D)Vsn_*5GNF21nMosK<7h!h zRe9aVRb@66zE%LGNXylaoBm^u8*q}$u{|sQmC(R{HT3@mT#A(UNSn$N|E|Gbsmg?} zEjr-X5>gFId*30d)^nQBp6r$mPPB<+4`;18d(WQPXU;ma+plc^aj#CuE-WoKm#*&2!b$2k|TFZ$>_g?Jw+a4ZhIyh`nGA?BLbPAz%2A>6MR+ z5NH;oY|8aBSP+AkRXT=?P9R!ubXdsp>{Kl`Ou?^rb)qSU>3yfaL84#-WBwMsxL|MH zJ-xZTIUbz59O@^6#KDRrbJ{^nSpUVNj&h)er2p(5biu0AI_|~zMA$q$q~mzB9=nX_ z9e9Umou}WL&a~URr!~a5^#4)6Ed>{_uI>4 zH9}}%l}9a}7Evv_Pv)nlG%2nupkCO0 z0Rx?kUjo^XGVr@u*K8;H7((1BO)`NNffz&eMq|12oWpld07&nK9xD~5v?8klpQmQh+e$Vzp4>D}=KYISnG-m@UPL2}FI z(f2>MJN!)Fsuc-;|1C8n23~Ep>}K82h~!YVL2SsB_vgK=LqQ+Is;b)qnh9Px-r(Rt zojDMN8%zpwJW!@POGEfSeF#61q(rNaH(aNH2^li5I)`#pXUgwY8m+xdTKkBI`}j_L zn_#j+{Y_qd>(gBmFS-SXMoVj8!EWe5KN;cn11e(Uc;hfdP#NjAVW2Kh6g*QH)`m_d z)&P0vIXd62+=5omXd*048&enZ^3m^{jKbtT4A_%t8CYo|+lS ze)>r9yzz&*rdF@BzJ*a&Ks$6}6$W|L6Uus z@H}Q)2eI`{Vy5DFp|b5+ci@{?F!;{h>eavz`hNBZ@$;&m?K&0`4z2maFtOLdL-zBY zQnETFL8sFOpKugU{5NCWxrn=a54lx#7oo-U~fC z4E+@PZEn>4{!XhgqMeQd<;d1~^a^Gn65-yOF=RG>e~VE105$M#h%3?>=d9T!ybEiZ3Z&`v58Ypc~14buq$~AyH!*EXn+Ak;fK5+-Ku$3)M#>&&cQ; zaPh+|B;usqVOtz*t|l>cpG$z16;vMcQGz-Mbtc*wGggZG_R*k^)l}sR!n1PnZM$f& zTZ2(=pJG(?^6O*mGPQD-ovJP~+Ro_c%9KhL(KbtIj>)9np?c`+M-B*jS4g{>E8-}^ z_y=0&^a$Wd+x5`dIDPTr10R3+TtC?^e{e@p zN(GlzfLa~4u`gqDT{Q{K=*QlH)(UVljibD)ltn13X!{+~#EcRvjsRDa2iA5>_ zHmqhfsom+9izgHzdv}Nb869RZ_70}qg}6{qUedg{-wI2ZPOfUBrA6vASSu~KBz|9N zR~`+A*SJJEKU(r{$2gGS=~DZ$lsJ;mWt5pq(wi1>47uG>hSz@H`uz5WfT$k{9g6^0 zg@ZkRH3PE=cyw(m#@@l9>a``0@$fx!tq5DSRLl<1^(rVi+UNQ{9pfz-6X)aL=4NiU zEH)QW=JX|6irbZWW?Is&H{uJ8OTUcbVK*TK7v5SwOgW@yTsnWfPCO-OZy8*Rzv_m+ z%!$eW?U(;Yj?8}~&HUrH@t5GY+=)> zG_c$GFXAtA4>TK%IUV4j(^>CcyB`j!8^omTn~U9!WHfN0y`Mb%pq5|j`;=0zhSj&# z<6ZBGbf!CVMUn)Q?>CdG1I;a+cUi0M7SN4q<1){h_j?pV!GP#*Q;LN?Z;~2+Bwv%8 zXKVvS3FD~jgm|{ts+>WhWR_8P&@CHt=9lIH_t#eWRf42ec0-&BnQmP9HT)O$Po_(4 z7Nj?$&CKGEa)Q>L4&jSFoGm<>T!x%IFJNZ^}WvIc4vNoZiSxC9vws#zDV-C*jv~b zr1eg6H|Fg4$2R3rm`Lvu+xA$B1`6gt9G9qM5vms0Grz@9K&O+q^@6Haup8Q zAAj^(iezt7jmQq-{avg79%{7A-(ep=*#En4FFrJfl~WO9<(B_0QbVYP#uv)wk$22A zJ#Qy1C42c9t~_GqCFF^xoJvKN*kwRAibSLc>6~H@qUIkK-w927_|)GIy<(5bk{e{ z`=G`*QK}#&{fdx!Qw9)H@JxL{*=IJrgmWoO@tE7Kpa8;e+XF(61f^ysdQGirm#(Fg zfxhnTB}89_#Fe0=a$yAmLcHD;F^1I4L1MGwWT&+6y+$IywaV6%{<;gE`pjA!nt}LP zjfPxG0b%+;CCMon`AMgyrv{w2WfvUkphIz<5JQ!wujn3b3=x~x$V27kh{hdLM*KXv zd~VdEEeg1&XM{&MsT})wLSokUL0E1>mnF^UA&`3xtg7RP!H6hU2xN6PX%R+6%+gQ5 z+bt0gDb?7X~&e%FN=RBj+76n#t-o4#$F)Q$34kP<*(9`*X@M1tZGRU&># zqh!~U+bzw6yl8nbsoSo~W(9uv^{!DHW+t>r6~imFi8Z=y&C~>z?2~QWT93MbZO&j( z5~qg=qll_I_mgIad3l?u;WW^181uI!IH^a~rMl{)fiZ;gcN?tdj{He(EPlp+v@Vwq z7sHIimn^IdoeZWfmpv`<$W`s};PAFzq*h;PnXjEW+888&_b7f!3quJthUu{}`+ECs zDR}$p7zdB=oqL$<<_IVA5-Nw2%+3ydtl>`{-(KUNjKaL6`=~ka23=FmMAaiVV0&S&qq6?%o*!L_1KJ9BnLrFcZ;8LX|!3hwdnTQ zY8^!Hl4kMms-iedCDMQJSaHq|cs%|34A^4nGBZ*D79VFFb)QGW3jI;Oox1~rAiP80 zDB)z=4&1eX8OK^;{x$M zI<9XHrbjT^-oACJqGMwry9r!YsiflG>Ac?dT3;A+ZHL3UMPUuDZeJQ}V)JIz5v-sa zGux{UND6I8srZIr^u_5#v?LhSfxI@<%m;S1^jETwm^qkM{sr~&e)V9D|9;FDr<9K~ zHN|8@GB=f)&Zy{k4g<&bHKL?=2}4NlYQylOgEX()?Mxr~}u`hf73+ zV`bd8DT&MrgHcrRB}X-{kUFbkwCm@_qJ4jkGPwB#BF&anR`$)FV3qb`kS~R``&l%? zq%M8XN;&lqdg07Z`ZCJN-p>AkyJuBF@oINw3D-i^3nTZ_((0PrH+uA_uM;lxvbeDq zB=C@zVId$;EIJ6r{Ou*EQj}7O~Q*2!2%b79bsZH@dQHpiDZ9Vbk-Pi`}Of&7=MLiH_DV zHcn&^N>pqePct6AYcQOKaCcD3tGF6fPI~g^?{*Qb)a%$p=6jgk(KX&K-|y3(sqhr@ zX{_XS#`n*i^KkaY`K3k`cH6r@Gr~|Thr8J!R<@{u1P$sOH$m+=izKf56L|>+r+l{Z zk7ADF{Ah~CP8E*G$gRZICZKve)d4}w^?t}_l$up`>w0YD92lJO_B3jFo{x5TE2H3Z*h)zOO+2O4uudpoEU6!KT4ky4T!>tHQJfb*fD+yE!BDfP5JETnP)0 zNH#f@tC1zV_a&`*s1ciadhre(y`_QWRDbX2E2+-d~AvQd#MZR`W_9PkFo-= z>)i*h7WWJ>eA#cOSfSH+_4uhY=c_zV%z~2=C~=D_7RP!5J3D5#sE|w~C-gCXC{7Qg z*Kko_n)W*v$)n2sWTDnj#iEJUe%qpmj;hTZv^0nIo}pn=Se-({9HH}Vb@Joa(MWA} zI3L%u%(CE+0NsbwzNl#{F3uI&7Gd+LUAY4Yz2O5g>`-9$36!jU_x-Z}Y5D!G)nUKK z#bRB^)>vY!x>s4_wO+u=N4tp}_;J@~*Vo$LTC&%QYs~~~*G)TTcq)UT6x3C|eHm&n zA?`O_*9Hvw?OUOsq9~@xJI`7ca9XhvZr9qLHoR4vmqd0gH9rOgqiNLS0EyBrCUPW- z$%7#b_h>2NP*Bmv4Mt16-n&8v%{N1IgfX35voYDm%Tq(~$~5*|r{&Zgod~(T9bKl3 zi-mQ&>DJ-A_kM%&d_Lg;gW2~q4F)X}g@L)vi9yx!PL;2TPWYV6oz_&NpejwPm+8X| zE7w8CYPlJ!w-qY@;>f_hi=dTNvjE|c4%ib-e zf8jG(D=5}8-^vRa7mqF6BJE2XV<@Vu&6ClnGt&9^?*21!9Y?{a^>vnIg9P$PF1-O^ z6FfT^4eOaCM(#2QO9g% zzkWz~%*`B{0Nu0wP6zOQ>>q^%Qc1dPJox4#k&_L@hQeVY@0(X$yxGJPBrYzTEAP@H zW~ev->EilqV#<-`xpxJDYiWUa>;V0e%Hmf~G|jbxeTMp8RC~skPIQEu$@!bR^>caA z9X>y68p?YI*EE^595yIvjIKs)rLMzFdM=IXU^Ou6aaA*!aE)MHEVfM9 z>j-*EAmt0H@HuP4-vhvE_6mA`?gmAM@Bb{@8ajl{WR#2m*%W+_mdR$;H;r638bi(M z3+_=(4w2z(1FJ`XR>OWs`Cr1q-bU3uVHc?VxzeYbGlzlPNZF2qWLsq>n@xplCMSvhJyeza5Y(<<@baVvTB@1lJxeQx03De|(&HBkvwY%S zj0u@6_1p^H<3g|R?tu^);+!R44p3e6@y5b&2Vi3!EJ%Bf-S@MP>a`%lK~3QSHTZDg1@YRFponcv`whqdD{KBKG6`$ z-UIFl#Qh9t55{b_nNFrs;u6*ZfE#f@H z!GZXWaTfg?)@gFxkRqRk#}Tr#N8cf)VH5*>HVl+TpQYlH+aW!{^nAT>2x~5sI=Ha^ z`vFV%FW|QK`u7=0uY-{5$u&}E2vPt&nt~iid`@dA2SM?_#*b@)TgySizq}pNY+3Oo zwr1-Ogn)(#QF`Dm42vO&OgMs79VwM;adzBS@*SJX<=GW*aYzEJd6xYO#G&gsp;o(! zpTz@xK1~%A3@4E9&X#$-#6X|(MRP$AK>k6^;S-6w(4#a1AO|K7bkxx;-+^JS^0hT| zF&ZZsr55L?vU%xk%?XuDo7m2&QMdv4D9;WrQGQXOc`2s~Yi<;75$;+26@AJe_3A+F z2vMdCYXDS@qR?>&J1S#0L<&x9Q53$Ff~i8dVqAFRPl+Hb>!$p^B_%cgppQ-erhur-Lx#8Fv?9fR=@AeA^rPIlw2`EK3c}DVp(dvq9s)t22)M7z8097!ww@_ETcFz7Gi8=-C8;M_y(*Bt0?B--Ba=i$!zbJozJk8`a*d)@}g zJmvaVYTIv<`QLRXe{Je3r*|4HZ- znb0c>`9Bi+f2|5;+`nmp|Mprtq5jz4SLX2lSKA1v&dx8QC{{n(YQ|fdmlaSru;LzNPJ3 zolE!C36eOdMVi@)jYDPQv1%qJoBmN*O@_PRLCX*R&u<;OO_^^FjAwV( z{=tm!_D!58wDFO9eDe9`K3x|ht&Ezz1;v@K^r|iIh4rjd>I-61HS(L|aun#>{;P*Z zS}0#T8!KoK8TFWiW#Tr@Xp}B2yK0^+DhF!nh{%TTeN4v6Afc$$(XPlvd3PxPf zd+5_Zkpgi!K&LGC%T^`yTQ5_6&qWd%2Nkl~8mA0~ABU~xzb--Bh=@D8Z@C#U7zG;||kt!V~z@A?$+3 zhU*T?a>C>PHvz;Qw(^(Y&k(ilFahU(4sprBinrzt^K$+t%O46B4_Mn@iq+pz^*mq~ z&Uiw9g|Om1^MGl(;PFE*_nzsi6X!{SOZ`M$B9D>($LxnZaB$phJX{ipO;G_k#XiWs8HubcF^7M<^O5as!t|=)b3Qb&D|k2M3@F2X?~^kMrK|fhn#P wUF6wcKBv8ga|r=+rM>FL!O?x}plj&w3Pz2EuW`^TMg=FD{U zGu74AU8k#`nR%Op7+!)wke337Km!4R1_6QpP7;S834C7ELH@@9_jzw@#*D8AW8}d6f%Y(} z=I&cS&95>dL$8>`BZ@yD7k`cg0wID5Casu<_Snb9$UDcoq5E*l@@1PHXaVlD9r^`F zftsdE^uR;)_on)l3eFSC`@|rN1V?gXe*L!e$MLE&LL@qQ`TdKw)nbo zj1bSL|K_8F$x|byZAVZat_^D|Tf3Tt9^)ve7o-|@fith;lqH$kz-6joC37CY5YK=Z zT!(fyAIfYkT{H5p!UII1`xCx|K;wmPb1ZT5XNu(?1-Ifhc7=%EEj=7Yl;C(6=lV5B z$y$c+P@dVPdzc?HZd$jN3PA~R{AsW6CW$5KK#*tE;s9&!ZOLBI;le2ep59+)vzcS) zL!aJ$6J|%2bgR#i=l-b(Lccv}&};PL&|9}-d(k;SQFO_3<^`&Jtn@Sdh`Ji>ER|Qh z=~Jre!~7l11&ZzC4?tFV>XJ4vh3NGnODEt%R;qZOM4>89*=Cl^s+OYWVwEmYLno;G zhBlsdeY$9xFuxuIcoX@KV5K;O5pTyKV0PtBV;G8*r`};XKT+;krWVufe_@0ZUA}+_ zWC)Vl=X#fzqXDixv7w*t(n5tM1+T#~j&Q0&DZGflF>mZPo&i8cK-qmbV^?^h~g+@YssC_|w`R{Cf-hjkr znAzxAl%g>jl7Bp0sCkN`E$O02YT@7jVd|#Dm$=)-SfK3=pFG8i81w1qZIH7V0*QH_ zhU;6)W5sYh>uJKv6s=Q9ceM8^7B4GCzd4 zV9Xh1aJIjk%Pj=OVZy6wh6Kx!;BlN7LBtZ*Fz!mn*K!2Y5qvL-lq&*(s^54o^K-Sw zV$gN#5OHf~ z?=|e0jY#8*8=b4G`8$CxqNHH*Kk9jL)z@wJutkZ(?OwpF#j^0H(Ct*>+oKGQu~QF9 z!Lpm&qkahq$ybX`=Mq!)%Y-;rmT#*xdW?>)*mF`a9v{ zFaaJ6#gU3M7D-B?v6s{__dZegrhfNs5v?i)Q>~Gd_RK2yR6K zay26F6aNDU`2-N0S#h*bBuJQBG+^XySS^WEg6XAuQpr|%#<#$Stg} zPk1?x@Bg@(vG$+8EOs<W*v=2Hv0k@r2uv9b44*iA zsD5n6HE&TcvtGMIb@;8gispNwHU}Qm#69rjAn_XR@!luvn+|&pA4-~ZZ+R-d%&9GY0sh_ttN2f$-8bYZ=)ckPZ@(aJaB9t(?_!&J#{_Kli`$Gt|Hd;>;t}D2KJUr z92>lKX4mL6cHIY3Y{N8hVyib&tp9;obP0Nm%GO)Rz9fukz|Ui@i#bGGbeY1lSm(XZ zpNHb$sKHpbewf!MIp<}|1K_4Ije{3jmI9o+Z`F!b~6-Efh^{d@#;9nYv^ z?c7}`s=a?`B;^lzibh>`!^kd>0QY*Hzdt`VF>F?Q-B02H$%K|$wEY+a z9xa-sGUo)SP$-$nw7OnqA`wkdI_!}-D3pl%)=i2_Yuyv$tTvgBOZ`lR8hgLnFK6!H zyVgO~!i_`B#uspbrQ=lD_W88B)p4_fq_TxMM#m>>Noy098_Br8VX0||P+5wH2^QbW zqpl<+il!%jEefY}(6>MNB_7N5@-XzW7=%rpG>`szctWMA@r`%K7yi*Ka*#)>EC z=gx|F00U;Z>{pNrHpJi_S$F|ELUOkz%N%Sn%l%viyT#xR-w=1fCA0j;-c(*B zkHNh_Q6$fZwS-WiaRB(^9uJFKUYUzC6`;DUZr!Vqui}kZ4mM;>qITV-2pPR5T6H@< z)lUZY$BvA?MC>+#g4R-2rDG0_IYVRCc){A{ae z@#$BIk`&HWhcnj~NR7s)bYgC?vsjg;^37cmBcUTYd*4nmZsPwCm&JKH^+j?^s8nT4 zk{WpcWrhA}YJHb)CS4pKO~ZW={Y>;Y`Togr#bse>5~EBegCnih?sDYfR0>V|b12qYNx8eD!VJT`V z=ly%XvTP`B#rbH8<`~F$`FBac$C~(-ebf;`k)}Y5PPI;4TO5a`Xc$I;zr;x~dSG>Q}c{M8wOV+e~;L+guv5 z7NWCt0vpPzEf)i-E&IXS%Jc>E#))DZq{?dq^8*P(blJ-ES@S^&V)U8HmFe?j3BV9tnlgRr z{C>RH2CVWLDT zMQt1Hb)c0>ib!_mz;WI1T%DQ@y1OQN`53X>u&T4h-iSs8eFP6{1fHZuL80z3_h9p! zz{dI_0;BRQBkCkid(XLt3GnztLNyrYXG@QjA3I~2*5RJ`L#VF%m^~HOq}^ddhBv<7 zczd>$Xji;5F#8udWK{5&=Tek$L3c=m=CVZ%4VS~peSQznjK60sZn~ah#XIThg&Okw z?YePPt=ce3=+}a+$-a(4r)BZ^@kv9Mh_@%TAW1qDt+xOjpo@jy0XY8_ToBuoj<&5; zo#sC-zr(lP9;!~yYFd%AC9RHc%;@)7)9f(A08>sNH&;qA-@UD@bDlTX60F+$kl{py zoe?jh742r`W)2)1rZc;EcEhf_IuWgR-l>b2sU~dds-&Re>`G4GOi*I-+|Xkbpy(7i zqbx${$GDn=RJr(05Bv=17!#;{kMp~-3T6^Ik2bf|pMv1%wFrIFyJyygFX@)FgFL$s zJl77I?=sPc#rs8fZo(!jZocdDXYY$kOW{!rHpRy5?|?yx`q5$QdYyDHb&=ThRxW;+ z5IEhAX4htWhvNjL&~949k(l`%|4bO9P@;9ZsJssXG^|b_2AGjy+#)C?n6vx2xqC)U z&dwc`Ap1A5IOM6DShbx;9C>Arj;>j-|Vu2P0lH)egLpfoG&>m8E+jQTrPU$9VxNH*4&5I)oiBin@@f=M33J|Fu znJ-s#SOe?MsDKUW;Kj*TNzvRE6TUREx*uO05$q|(5gy|T<9EhJG#kuD#X;CxLXF9z zFi&1ALsIQiM?z8L)+qo}BCjDre+9d$Q21E}bivej$gPNgdW43 zeKGKq>^VQ&Jtpxx-<#rp_n!OWAbw!ef^9uB^Q}qJi`3okGQN7)7~(Ri?2lXuGPMDL zn74$9-gn@bv2Z=M*RAH9<5>(Mk1A?d`!@u-t>5)aT@<9J=%53on8j*Cf0vy#6? z$g$sw@EF?}i0%BK1HovhE9IF@zN0dN!r{9Myuthka!+hmL?MwW8&4riy(`y1^gWBf z8lUUb$4*$)%jfjl;}Fcs_euQlHRm~=S~3?mAVCG%Ueh~?YkuZemvZCpm4t`%YqNoV zrJ@5zXZ~tJn3|8IZP66(^&SF1P)dsmYSZNBz2UMI)#CWY!jerKCqJfwgQnu$MmZ{f zm+R{j#74^rh95E7y~z#Ol7`OMPxXGky})2JdVHD#ehokB20J!T`67sZ@VYgOi*o|;ntrCa334DK=u4er;9)s_Dg%{wVq4oOJc;qN^*Hnr!_=%;f-O(D*6$6n4T3RIYD6k13{1`MT8=|C*CPzL( zTU1DKL?pSAVoyrqDh210ko)oGktrYYp{r+ZhyMh5g~2A_Ny!1`%w?%CnCX*1b zPU8p0lZ#w_f;g(Cug>ZddTiG^L}I<@)WdATHG1!YljuCPIj+5$(K!?~xQc*{E|T1& z&I|F#xZzs3M&|2X?VaeIOR~n478RwHhO{nfJ(~R9VSGL0F{k#CUTk{_cAdWIx?$_N zZs|cF&>7g>;%EEf=-`d#eh#o4+U#)6~FPUk*3YC(PPSLXUN#c+kbiE|)8RJNG&c5?a+Fg)Q3WVrLsp-4gWmV+o12tE?699`(lZ zQGyX!z4S&(AO<){GO1WSd@#N(Ze)l@qFmHO1nPYSvV95ZkT`flQ z-TY~2Q>X2j&}B;>)IziAjZo}s>eF@&d~dv7##XT2J229(mivTMv17-oJOrE12rZ;aI=9z#4nr>y!xBc17c~@do_V2ONACpZBGp zd|%BpvvGxorwaWeG*q<5EldHom)E15VNWDia=mjTqCkV;H90)->6WUIK1Bfbr`XSu z-#dk)Tc>6U?aQ!mt`IYq-1&UY91E7WrPK)RZsz$hH(@zJ0a-mLB9GZ$INx*l-)M@y zUv?{rpD~;BZJ#5syugNunh0N4~!li)cU+yTDVkZe<=fch|-*f`{an^ z^L(d+{g%v1sORB_ST=(InqH`U?fWl$?jL<&W1I@8=E2kyQLg!Jmr+i-fjr%R=<7mW zkzK7*zgEf7y6zty{K`9tcgS8Y-3wd9fb2gf#!P0|*x_5Dl|$h1*e|V2`q2y*>f~@j z%ux&m^_$vGuu;I*IlUhUmI~z7Uz}oUSBt}8dyj8L#v@{#;m-HM+kQy+d(wbh<0#^c z(RKUX^t*3R?tP7h2Kc}VOmQzS*ta~yiWwcX**4|8 zmaj&#PO$1?9f!*dhxf}TMLnBW^Ri`HrwFrDv?%xv7-3YfVD$?DfgcJfB^S2sZ7eNc zM?7JP)XB=IAJ=q;b1?gD;W2O^Ud2StymX}v?e~8j|Jhv&KDXJ)E^cY8zvYRvbN6D; zw*A|v59dnm-}+oZ`Ly*xuL@7TDiy=OIzUBEJ}iYr*cz$sOY_l+jGt2A%->D0s-|}M ztvtNNcwBC@jMh{Z=#@c9UU3DJldeOPgL$DD5fm35oBuiPlG|Eo>^KyEbUit+Po|(t z8JtK@Y)iitkI3n$vhb0)Hl9)ef8l9BNUzmaV-6Rh-y6Fre_lq69yQF3pEWmgm98!Z zM@`eF_dP1_2Y$2WSNvYLNA=twSq!>{?CzhA9EZF<9m`8YYL0g6fe_t~uviDP?5@D# zLoD;w39jeH*Ks0rQyU|G~E=0H4Ah5>Uhh9&2duPv$k@;!^-i3JU*!q1gXZ z*=qg$zaZBCmWfiR$^I{uIyPMYzot&I|7wDUhW^Lz*3a7Tfc~cz#f}mnhp2(}EG@&= zY*ehbu#Kyw_)S+EcSgGg=nDCoG;=0qYpx-aBerZ7fq#1D3Y!Bn1}>vM14Of6MisN=>IZedbb7@pOuI8=HrK!@%jHCH-Q zVb%#JH+hGaJ7Y&?V66!V#~TGyodo%u7d$s!_cQ($;;L<-m16nKm@kt~7>Y6|dr_Pi z4{D)@FzHS?raqz>>zctEL_^Pik`nNXbWu3cdc-q!AOyI-W`N7}dvI>p|7kiL_EfS;?S5)dEd$DrhpIHZv|^tj=Agk)J0LNIV&vjM?AoXh@9VHd*2 z$pXWFU}uGi0b(2=^@a578V`xNp8$vi)5;{#`+fVpuI?{qpD!n*NaP!}MFF8F5f1Is zx)Y?M-!0Wprt$!rLEP$v_h4zYiJHZl_XadJI9@XnRi-JEq?`^vZbqpvG`CW!%Df#? zyya~Bts?>!x>@9fZys0Z)14nx@8JKY8*aUS*cd1XNF(_Fo^Jmg>HmYmhySGT9gUrw z%xz2^|8e-8T3U|StpKVIe>d?!djOuNcdmi0JrfKJ8``$>Syx!v7pIE2B2pQ~k9Q}_ zFS~|4_9lP5^YmCY6w6;us&A4{(Q?aSJ9hRUBDk7ac7L0@y3*kN=)!-iDDYX0)TK`$NGaAo9a&gV;pNdmii*r0 zdGe%4j+vxTmA(!#m$hWKQJ~-m>QR^l`c1;ysbov)qeZD&%$W7Ogg z&$n&83K6b82C~TJKSL?Y-52(8vMxwJp09oS5#~oyu^r$j-im zu-_ohr9yFk$?5#EU213Nvly?rtWxB@N44YM?&_XasC;Ink^d4*|G@)o^-0^FbN@ir1X$OSz%oN&$xB~~T0;!@4r z5RJO&9dK7#pB^JW%7P$ep52d890~9Z)j@mtvszs$yN4q1?{QSo>(XP7dE?3@vNP=Y zxDO10;NH3^!0yBQZQz!H2>QSNa90$(= z(ZL2Ta&x9chY=)!Uug@d=Es;jx>EZFgE%_GMp%N}DC786-zqyS3W$}*L%r2k7|nnD zzGOxX*Zr!5sN zJ19j?3GuQeHjaf&hX|;i9aJk1i zR!E&0lY^lmm8)mqkI^7N6&w&2-OAoYrwAsM*Aj39Z2b6I{HMnxKPwVIhXIc|j^(~y zxf~F^TCKHCL@f3!=mo*Y{N!tY0U zCA(X`a(yimkqD65hi1&3MQ817MwAKf5wkR!UQ!WtBdE)f2+SI*R0<7fm=uhNty5GQ zq9cn<|5G+xV4a&MZSOq$Ec%;7xt;1AU_0VZ{n$->NUlhKC`f28n(O(@a;gXV z*N7kv`DK#S%~H9~I{Xjqjf{`Cw8ce4!11uvtOj8vpF_{m0lFP^AXr7FcjH1Z ze(#vXCc0LB;;TT~<=1|%c+v7*8VqvrL@yt%tStxV@zSHv-;Qx5_9jBEUK4xZw>7`~ zBy{Z_ulf|{>>W`@rzW5O_n;y)%3TGMo6Co|ERO5jh9NnanGWFG z?<8w}N=pD{p>)K5545 zmCOP-F1J@iupR`2#E^2OnL($#t+=f?5;Gw!*Vmt7<)wv)hPIwYgu8xZQ)=e%3~_U> z!6SKK_EtddJeBCmvLrOaSy{bi*m{$%*0ez+5_)R9J<99LqQNL^STDp+y9hV%TZ(XH zQR3$?yVU)ZPO5`axBPBMNYvmmcGCf@Y4X}!1WB!A1nOdWpSxrWBGQt*!A8K?T* zMg|VyfzUwai{BnK7ubpdBHz9OFVPE`dVJ4V7c%|q`Tj}L%7i!Z>A>#R%!|h@dXjf~ zWQ*?*OD4gSg1ENVqed|bRE7F|;I=QUhGP4ke!#51#W#4@x(2A&_$1wN{N2}WYafL5?r_d6P1 zz2PIZkWYvUV+3!LTc4o?5aS*_%6AtH21Z`%+}D)RH%c{n^<`l`S!+Pw2(mV2(@VrMp=zR;R!=Bz-Wl$X?R}r zw_WklVavtBavlE9@WvrM%T|UYK-@|@rwyrOZ^11ObXb1W z<7uyJ=M_CvR(dn#VQ$w*IPt~-Ljp~J_94XG5;k@{vUN-J8cLX?j_Fd`Gt0FruZ@}i ztFl0yAnd~qobG_a$3B-{DT4aQ-15zr=HTAOZ2vmABpf!~Ht01Hu~SaVGjk{Zh3)6*u4x2|0;1t;47n}QYsd-g7s$1KJ}AO=291b-I`a?@jo zL%^T(zz}&&=#;nntCs+r;;kr=+E*~xb^3D6>Uk|4*dOAnr!R~Lvxm0yt(Yypjlf{H zNV0*pBrl|X@oQpXIn*wU*Ckoixp-yyE7CC^!I9_bgm%Sahq_e^nGkU^RGrdBwciHQ zl3<0hNI}6xH&whyRi$fnbNV-`x0YqWvQ-Z1>g@#t-L%{^O7nzs_nvJ;Mq~Z=Nf5`` z&0A(D5T0j3gpAj*GdVY49W8*8wDm`_J-g3pGgiofMs8v0Q^~@JZ~Sq)x(c{vmAbd2Dy~x zdVbS};t#bMpSqwY-I)7jUwq6n{?fGp)RWln)ilqCf{UpUgEj<``5} z0NvCYU_LSZh?yNS4;X}BE9w7kHY!`Et4?BNmIz`yz}G_0ZzIZ`uxn1V(aS)pfkV1ahGW-bT_^-%~0Ka;eurcRhW~W%e=;v zJ!}}X=GpvmcC0rhd-wF0&(i#Wg`MC3`3uX9uVl`xDu-MLW3Fu(B~>W=3x&npZ;MS% zEtdygm{UZ(y$UWOyT%Ld6%#gB$s*HWskiy#z|}Lv=sMAr5IQvm-^>ijXi0q+psF`2 zbL?`4rmc7KDnBhcAZWb(VsTnuh4acKyOjcE`O~{yP0Px9;0{T`T<+X;I7cvqWLNv!(RE zkO_0E%h&N}HNiEufYJvGZv$>xK()zcol$ZHzt7lP`4=4343}@&65FpqLM-S-TExXu zmlS(o>QVNIY0N&-)b$a-H zv8fuDOOcSQgn+aO(L#_s>I18dx9HTaWmy{5$qZgaG(8hA&)r;9EIV`zpXHfq)`6_T zeH`>FQky%n-e&lvnTI;Niyg4`7ct$uOZ%2F7op_%Ff3ayUz^v7b;i(Ow83%MXR$=1 zKI@``5g|wSVITzO5|QLCRsl#0q=bkn_TPn)x4k~z^NxBWvdz262Vk&Rg6+$v-2MBB z9Jks_&8L930n&7S+T0&~NWYO**r*5S=Gqx@1-Jb>{`mZ~yTy3&7#DCkG0VFB0DE5m zKG{Vm=pda2G2PF6P=Nn`Cyf97kW;;JX4|Xn3Iyce$@-Zv%9|THIXf6TGB7dzkAqo| z?LQ?Z0YOGaL}o!oCQepS77Y1jQ$t&?kRb>NA&7*qfU;ZW z>4s-2&Yd^I`-9mMM&yJAo)r>Ipfi0mTLED@+-{<;uqe@#ff?eS?aqZs@Q#r%0dY#!CHtQ(Zm*XKheI{8g0cGgxUto$P-}9 z2LQ%JNX$i>lUQcYU+(^bTC$`}jeEHseBZioH7Us9earc^a5zE{aq-kxZu=gLp` z(~bv+f`ULCMg@j~g0gVaf(P<>MIbJM78VvZ3iyw7MKAovXNfJ97#Rg64&nc(!qj;@ zl3S1V3k?NIu!umQiAW_-1;z1WIFUg}M@ZZ!GdX#gnPK(JkKhS;vQc7&NFaDf@M}qB zbNC=7uEjBRzH>1%J3QYW&CJZG{d{78u5D=8!@`<5aJpMiYpe4CH*4s%-Fn${CGdIF zg$*L;yzGMm@!bOJ`vKzS4ES620$`kk2(Q-MN(jJq`2300f(;0F zx4CKA`4>)TCXORoHh4P}o!$Xddh7dWB!h04j(pvWhVRDPTfQGl2W9#oqurR<2~wu^ zt8RDYx_HnKeLI)7Z;Q5R;Dz2V_!R^yDhvEC^$c&@P%+rx^blQNGC|*wAFbx0CmtrcWsM<)ue$!i!XEoQX0(gEwl=5v?rmbSWBH1Uh(PTbZ_>9cu(D@$!f*n zt?~1X?U}7EaKBPHb-rVDe^NSs^=GKD`W~R_E9SckqsVq!XWkar&hcFXRp7q{iS>Q) zW$jU!7{tB&R=V_DX6#E_(~iW%NsITRBxt6N7tR6Mz^q2T0U0N_AhfE+0A`zLo9|(F z-pE&BJ8MFe8$=sS{4KO3oym%YNOfoyx># zS(wGD3)~TYX>=7p6oi-63`6Kw5>`{Jg+PXsZOtM8fd(zku%3+pwZ-mx1?fTD&Yu{> z>bc%}9vQeJR@U;N_kLLeE`t~vvH=1Rj;q(3Ap$RXALqiP-{d00M)xX6kBpZT)`P2n zR8I~Vfepu`e1&+Yswy4W_$^uL7ZXhm-l+bDGG8R5ADQWCCK)WS znF~4cZPwtIYoBe7UvKS>7#H!+u&^k7Jq$a{v2{f!*}ooMZ3Llj`_Cb*|v> zoL%f;SCG|pSeg$kU2wRC{3Jf-;BXnJWEHzL0kopRZ*O_!bh^QzE~a5|T(qb94$632 z@y~p_aDCUJeUNPU!*w1&K#FQlC~aIN58z`v+ESqdMJ6f-^ zzWAyBK*Hx~IVJW``qkXN1a14=xaK=BFz}OZNHim;bx8}z+gex8;k8`@rTxUUtmEo` z8fVj)_u~47B|>bMz_(rG>q6d43M2E;g#GQP*$NLFJ%$GqpL3&`!u9qUUnj-s0_3zL z;jeAqdjQ7?td|ou!5i)**gaIb^o&jTuj)r68wdPC#VAz?yIaXT&*Sn9+QyE9ADz_X zDc?ib%7F9}KFbNmg;`u+`m9t~TZO@-QfoH&&_Qlt!NA3lEb0yIQNS9-Iebi$>Upy* ziMhW4VkPL*^J=?Sgtz19;e8ep9Z4&rp(3N53uNtVsmUa$wFy_%8s>XT@wt1YbDj^H zN{E9xR>gpJ_uTE7>QZ1q^%3s_3uV&6oQwDvGJr2vh;N%p!a*R^K$uO{7eMPrJ#i&Y`|cvX8vY)vAnIyy8Cf4LK0VqoHU{}Q^@2=ZqkvgX zS=={6qmbkvqgeY%&Q!BI&YtCO&8oq-?;sVPl@nX(Z!-(;p*jTK5$A~8 z(7Ru*$2Ib~4VzCpl|LC&Q{z9+;zb~B7|c&=G~X^W5H-5r9B?Coac`QQ#%on$ zey85BI9_+zhRR^K-NbD%{~WSN_eHYX4bw35e?Zl;EIgn@+U*UImd{D*m%w`g&YH`f zT*CrW^Gvq3^V^>~)jEfQ_L0)iMPM~yE^n*D{RXLtOFLWR{`^1-Ur-0q>LnVN6F$<~ zJ3_S%o#3MvWvp*}!h1*{Qs;_uY_Vy@2hU73mDPl^0g;8C?bC=?ipN4p>aB%Nv#C;C zO~JPPVYab_Amb??C~jaQFu$$DTW6EMEy6v?wr@&e&^swdK~?PjLOnUYw{qFOPhb@zS=%{W)PW^h^jKfLP4 zYT@T-0j0QH!Skcp3xB`zJ7NxsIG)Tk{buGq)L9y3`mHL*-d_5&mFyVzz)ZeQeW*Js6_sFSrF)PlVXb^ngcKpWCV23YX0&c2rq{U zU5={U6JjJQb!@njkMs;hb@iHL&U$RzkQX}o-vO~p9ekw8{KvPe*!45#`Z9i4j^rg# zsIM}A5)?AhF;L%144!H+#MGdwH(^0A`$gy~^xLTf_g@kJ;`r2SY&#pOt$W;-)G|=t zIm)_d1Ggpi_w0vOg(_9r-DkO4Y+H4w`O4pIS2S}1Q&S+C_|+TR<>*2T>xC`X@;$%( zT?ObZ6*r4@+Yx$pOtJUbS2x zZyVf=qrer?ltpjsfUihi?A+pbI#F{()asrv6klR%*Vzxg^WB==N>+-iifJwMYS0OT z%)mE0_K*A>2>auwnM=Z+|0(3?S9dxt{gPKcw{bm4zS9n|F%5-9iOQLq@lM7nu*?oN^N zT_u-jGt8NoRH5X}i+UvxGjWc-aldM=Cs%NYfUug=yn=?)YA~+(-QpqO0J!{K&kk8Z zCzUMJdupW&&;syMQgI;!;epv3fUIa#qq6wzxB7~t zKQjwg(gv=L)4v-ztstYlppd|kbOUne3{LJ^nr6^oPS+mvCW>uHGlq!kl8k1|%nUN&) zLYF(F=vo}0V<(ftquWkkJ!U$`jcp<5u=>Z@m4#(}hqbVo=1Y0cti!HKDjBfdqO#KhDC99Z77(kN~j@K)+nZ18==I&C}=nUWNe z5bbO$Xzf-4c8fhF@2$YQA?_~5!E{7Bkh69?Wb$@O#+RiIb1x`#Mqpk{}8CROt z@WStHq$KLi0HNmzMB6z>Sq8?Aqm7N8_AJLd;HQp~zh%*WMlMui;SE!FbdR%#u;6sG0c$HK>-j2Yt#kC53vPHot}=K> z&mmqfvfWwNyNb-otl~+M<028`NQI=|$^0!lKMj?Q$s1!r6Tw>)KR7seUva3j)p0-k z*ZdU%C0_GM)nhPwhrR|1s=|kP3ifl-sAY2+!Vd6U80?aJm0W3fHgCmXs)@~EQKamy z>Zh9x1qSCmfn=8YdM$zh7A_Nh`TnrvDngXk>!P$B9UyAk^Dhy3d9bKF@i;6!ac#KY zM%-{HD)b`>F*&CN?+PUiM7xqPHq5!$F@!S%$!s*1YEQ_#@|eoxf!Qw7+7%pMW?=z& z1lAAvZvN(fn0Vo2QYRJ#7t)u23)NZ#Any_Wp1zueGU9KtiEVB&Z(;My!N%5R7Us?y zlt*(`Cux0p0D!Zd{;3VeDe>0#MKn(-95!6frS@!Yug4u=?kmU(+D@8jcGuP57N_&E z(F8HnX3gmUBK$xZf?#X_ve1weLG0Ty&?d0CTC}rzDvk1G?mvoGYV`Zp7&>p)>9j-_ ztE|1Ba~NoG-FCzN48>ULo+&|0Jaj#5gb=)^gy6SHg{m=7?D1hIcP{(osy7Nie{M_v zx*dVn5ooawYpt0yWGMOTS2uWmQT#cfe0@!2nG;KUFRfn0CL-S%`^=v0Y3jt>{wT7`k6^#G+p(2QUC39J8(IOEI9~DL14G z^7Pm?@RJqUtNK8Q1kLe311vMoJ6)|l-rvTNLPJAUa~MEQ{E&LtL|P8BuRggAz&j@F zQ~srQ3%na)?Vm?GdJMh)K|f`n+ltFY&_gk{1|P!2#CZ$HjD-1DGBLu!Ait~FTk*i+ zNX#D+Y(i=bm_#sX53^i1_xAQU4>RkVvJUl8?l86R!&HGRw{yHt-w#{%dalanG(1q~X)Wb!WJx*2afeq@*6$)984zlRn z+5R**7$hg^SsX+X@pTwB!>*Eyy4qFQzG@lk%X>o%a za1wHNtP-Uq(BhLmn$ff@$AIRXtUpNeIAaW1cgFbw=H{Fwuxp$viEU+ONzx;H4nqW? zt37CbZRFL-oprh&yD6Rf%&+=|*Q`0R4g7O|3s~@v^|(O9(S?O42T3L3NvV<_hEklz zPYL6Vi2Ub`=6!6agi}dxvt@2m%kKsoR#|triqk$C!0ZG!O2YFN)$c2ifpTBC1BnDEF zMwL^NDWL`l=H7dZwZPJ#ozge;bvZ2Z_>c>J*MKNaNNQ!T(k_Y2i&1FJF4rpac9JBg zH8st@cLdL?*Wd)kh1|Lul(}e9?w)NFnaMhxR0|zP{E-VI4Hk(>;qsIz6D{s*YUiYa z1ih_=9Jv0{6;T&|2vh3JgV()_s9T`iE=$hU8RJ`M<_HxE_NglpC#pt)$<2p7{QT!O ziqCHB!$7VIs7;7Dik$Vyz`S%G3xbKG?+O?h#*-F?16`vc2^deQMy;BP%!MtP$re@9 zUUg+MFgY$3GU&uz29ogwsnjnP0SbNZ=~6;B=?og7Pz#Blu1=)(u#U--G#SJ#Jm5H~ znQ!}>SVQo9eRh~Een^8+H*Yy1RUA)+)y@{7x6ZNPvCv>d7ct@wU0%By;aQDjE)j3A zQui|tNF0y+xj1*}ZkaFf#f$QwY_z$t@7Fy;AL?2pwdaI8X1zH2=N}lUWLJ>~;i9U- z^L|oI%p$+&C27snOa@nGIE0^!ZJ9726JfAK&gv+*GUz-fz819Uajpl$*#ms4x_;$3 zm-(%E_qit)t9TL>RB-ud`Mvu{`^cnu*V6ur4Ah9Mq08s8toA!X*veYsNSM zo4+bdtgEXmqtizNwb>;Riu(=sQ*n_Nb+*iBf(DgBmz_u)wJpw=Hn{Tste51ZCr*~> zSdQRTdM+M{ZN86o+*?`Go!pP#GNNEFRejKe37@T>hG#j$%#5gS64-9irIa9iT-6_@ z5zDKIIEuIvf4w{kSrFzzTCwFN&oJZyvMk3|R^j;PBTZrn8_xVsaAL$Dx0 zf&_PW53U8lA!vXEx8UyX1a}P%!QI{7BG1gMnYF&Jf57Ul>gron=N{R6pIdY#@X1%z zm0Nf&LV4#2mdKDT9oTq+)xEAShlR41kA0uZT_~+8m3vPPwk5o$>zz~&-v+<)dP|Hv zY`Xb|FNv!lJ#33%8i%=@(Pdg@>>TxF8YTvPb`@|5poex=(+ylz|GxLvSnc1Y7r!i1ONKW?vyZ+7Dj7YG8R-@25Y*b~IrSOP+B!fKft zd#pv@4VO)4eJ{vjr3m;bvRuk4>hxKRhfSyYoLJSJ4Ny45KYxe2pB$=i_8kPXWd>3bx(6M^s zTJ)XGst#r#&a@(Y(B0c5emP`5J)DblP$xR!>6=*UP5Pg@O`1uA$Gp(-v zIHvmXz7?kewDc$rF${U^re)(tb--}Vy7c#UkTaLrHa^B|*LN`c(j;BZ5dM6Pcrq@< z(al8MLHQ*+TyQpFe)aYvT3VqPqv)mx+-b&qevdVPPar^A(4iC`qRF-A0uf7<4(QS0 zfz;Mb?fjbB!l)J%qsR8nRmDI~<3@1p^+8r%A{AXyqEhQ!eipkJl`-oI$y zg=QNp!AKfT+F*Vm^n5x6Ji;xurwD+{cX#4;9`& z=Hmto>5Xv1;zh)Sn2pgX<*d80`vM%UcDd;=0eOP1$8OH}IM%?l_z2=4M??Wu zb`z7J^F|IT56g-WV0|aeEG5f$!MeVKFGyXRaZM*?69H}^KH0%6oVnh4mC&E zvFAw{Hnl39uAH-G!<#~%jQQA|gJ<#E@HAUwHAWx}JoQxP8I3&obbMl+^Sjx$<-=%m zl>&kOWorwY{pokp#~L%rZ3K0I>LxWx#E)OZ?(3&+{tl+5rbBNn@HBKA49xd8HC;AG zZGSFd6DA0~5h8#E4=R_==S<)WUQ&E~UY7&vx(`_@c|R*>GOxA*x#6kby;82(%$d?} z?$}+8m0^L39yTQ$Voo1THkv4BFf*Eg{xkW*sz&=s{UM(*;Z{&~lr<7~`a6{P4jiUt zlgnYlcADqeM*mTd#k9teFT-Xnuqe1GrO!js$lgxW2a+zT{0L%ZRVI4vr+9~# z9?3xkD$lj-G-yAJMdFYHKigauTT2l3|WxLVn+5&n6U`BlRB_bEKNLu z&w`EH^G0FD=d9-#@0n3dZnJI6OW1a@#&dGsMPG2wMtzGsgBqFwe#hC|mo+MQ-Y5g? zIc{UcDxB=W5^9Fa`r3$9y+7PTRM~S74}Mr`YHJe_5?T>8sP;D1*Z*S;P4nW}Bh5W$D09wk34e!5 zeVfjY0X@mrTJkxcAvihX5iy`;vG@L({?H%b9dC!ei7}osXCwhSvrl*>aR7MK38$IJ z@}Z&jZXCZwwQ1ar+t!ybJ(U~*)1aJVC&F6<9{^_CW=1Lq%VOpNIhL=)yu@Xi?A8%z zcRm+P!C(krq6c3eEqP9>s7+rGw(S)bu_u1Jx*;IR4%TwkgWc|Z{bH>p#Uo@oyIQO2 zPnfCSOg2L>MZ5jWAAmp7w??O0n+Zw=e}wT>YBL?>aI(TqBs` zF}#17JGom_+BjeVdq~#$mo!$-F{P5kSDnYxOyzYOSmuKJ*77uq_z_vAI`baP?V$+& zEg}vjiXSvNgsKDG!|`?UQtumF-1A#6hWNj5M3?B{D-6I}{X~)1AUXW$L|vA}@Kh@X zo|n1Y@P#^_!sv>{|M`zTz8o0Kfm4;m0t<#l>-={xuav+NBI{^p!4cygWSbkdn$JfT zTD=EzKN-o$>@P){#Gkpz5%JgFOeu|$@;UV#sy9Z#4LLJ5`6jAL1o|=OB5r)GsHl)( z^#&fragoGt``x!&Djn7>>L@jHbUiFC#xkq^o^szEf#?U$&9Fzq=|by|cp*I4QFYuF_`G_cw*Z zDW6Vwxc~}nHY=^n*c$fy$b}SAf6oSwJ^zNfqU~ZWhQV1w(2St8YApO->#cJv#>p1! zE<_Dsp-4#_Mlt-imVivd-a{thoE41<1wGvP0ZP5eWpZB+C?1AW90gkTR7P!=JVeyY zESS@-at2GMs8JF+7e$bapa^B()9JroJ4$|y5Qh1+2JwSzf81XYPU;9rsK@rOtz#Y+ z?9{mVR1S?0G7}*cCw3LgK;tQzl$;#r^>tc)q!^Fg;woM3s;!ixVO9-HEWL5MG_X)< zj+ULm38Bd;&BpG5<^p~;>a;gn2QC%=c^ykt@y5W7I?sREa6mv*f>udfPrZqvO1p)3 z8dX_hytiC?lp4jOMNEV=0W7UD6$;a`W0An@E&p-RcgI>4y-tT&gfSo%>3(452c_hT zgC;{N;fR;k)ToH#%SL?-o#0*`pojtb!qgVW23J3{5W7%7<|hSeiE(?d;fM#)>(scO z4@hMHE5rAnjEhFA};NXfl+-zB-O-iVg@S2XRc@qJKrEx%TOc& z;eojXsYH11tF8d(2*>5_H?6G&lrNLz5~CGmgRvo5Rde>*@G^MLukJ})f@%=Eh8Pz} zNf_fRPcvp+zJX38Fhqx2(xg)`2gv^D;O>*3d#HHQSCjm0Tu7@J-&XuZUm$VsbS8~VVInl@2G5gUtB&UN0Q z2-N~HKE12jal~k~ePjl39HxoyQGepAgE)llOK`xgSR{Ufk=1yK3-ntAYX^|gmBP(3Uz8NcCF<^VV1$G z@qZ1kL+gSBmgr1a1W_g?Eq5wn8{pN5W5XB`Ma1gM35&ne4c{@Ao|eGE`c-&L7%rC^ z)*6Co2!Ct16c-QVsNIFlfobbPaaixUUe3h)W--rYCu3QP{sR?Xv$~&eGp;bGO{Yhe6WDZJs7O^uOl8tPqhqn|D(|baC zsJ!Wmz z{PMZ^&C0^_Wn=DWWbVa89fDHhK0qa^h=IBT}cEZ>?yBoPEK5#?kWRSxN!AzauO zr&S8!d4FG8>e6|VP5S;i!cO~7s(yh?K=jk5p3mdLiqF`gaG|qur+PblbU56%*YJZK zny`fidT-Z&jH}50Eg?uShL9dz3UJ)=LYFgPtxbw)eg9u)@}Rkd3CL$P?pN4 zBIt2p2KvIK`{U6DVj1oVU$l@X95z$bP z9~CD9fhEET+g8*hFj5?_{pbC^u#rDw#?lxKI&Lxz%<0CPBSC7VFKMZ<^neQM(47z2 zc|+{o`omrpjwlXEfq+*f!(C8#PMXr*l?=BYK`Il^XqiiY{O63v&ngTI{(I0fJw>Q4 z>S@k=j&U;s&N{conK`CEDWYY<=nFb;F9qLcwDna=RAOQjzPJkw4bP?W+q*SG>iPab z(e*8>+QB=qk>0nPBYs zea))3R`kVL#?l`2(<|XNpQw`JtmtzzSDKON67hp^JFxM8Qj9^~mMuj1XUEbfB8aSa z(t#k2Xy#Gp$MjkbX00t#*HC4qH{O?{k7_i=IF5?u$JAGv==&VN)E>(q^Y2b3U38Oy zpS76fsOF#fu~KDUGt*jerk8CXO8<%S(k%&RJ7CPE$@U-zz026jtfm(7_el}EiZjEo z9pl3MHW9*zftshzgJ#Xz<|~!{p_^&LhPB2qhU>gp!C@Rf_`q0taWC;hK9cEK{+edN zUp0*GkNVn)E)wxT1Y`Ejug6R8(!IXI^FiImk73J!K7=COPWQ}fBHfNQ} zYUB=gFcR0L@2dfo$UqAW9Iqyjm(c!=i<=72)>Wt#5H05Te~?Q zdva&OIt6EA{ZbfAR@KZQ$4sOCyH8#*Ni-^8{%jQt41lRt0P7f;WWM&X)rwWF4Gmwi zxP5M6gqx@fNotTkH(uE;rhWrc)QBme8v1lXL6QZ3Btz0<5ll5|CXJa2yFq#@4l^&O z+*!ZxsHv$0!G3vu;}$ImVpIsJ4fHVxW^Z$97G z1)?;<94O+H)mNELoQxn1;qM&Ni8Z36FU5ejpR6-` zMz1pW*bXJ*a3Q-Tdzg7??Uzseand#M@G6^{AdY6zve#+u_z@mdj_L~R1lAS0QY&)i zB6853S>~9D{F&G(B*uv^Z|hhSNMh8?vylQ5gp1p6F|SYxO{6v(kqrnW5|ZwL4X3fi z5)XfWZ=F_N8$P{S*@Zod?|~s@+LLu;WeMIL`rbkMhfvw_)*LZZc{V-ZZ5T{o3GEjZ zP+xIUR4Fa-wu>)cL2)KGFeUG?;ccc2CVDHLArgZak@w=|DZsGHRdC7lvp>Nbi@Y24 zEaDDNj5fkzvw7V1z+UphB_Ni-T2Wlgtn@wZSl z2DmUKGrCs4M=jxg??%E8rbYE#ZflqLfA9{K)fPx;!->AJ0?2&l?L^)u>?><8HO$c6nwUI6b2 zFdaT>*j|kMYRx8&2Mw0;VT`5qX9JAAJv|`suKEMam>J8OD?1RGQmTnGq3$M86Y@$qKR26k}N>zWZ$b8`jz+wDz=>HseAN)Oqf>4UfDaSJRVJnulhcii1?~9YQ zE?T)1dwwFz1@59I#tWMVz&UhQ1Mmx{T87N`3U>`38D0Is6Z}IQ`Vt7 zjp+J>arJuiz}(MYG6fxO=Tw0qL8wZwSq9M{LfGo-LY?+sfW9NFiRjF`0AQe|#b>w_ z{1s&e6?pSlIC5$H-_7;%Z^Q}|=%$qssZj2kkpoTRamM?V#|cy9R6m(9ae@hQ%ZYfk zo%37l@piCQK-CaoFy%YM;rHCd@x93>OI^OLLwiVY+<>0F$cn!P~v+5;3b zaDo}lv4_!Hu!n(}w6fA?n{Q$q(O_wa7To<+)h;98u`lmc$W~aZF!ssdGKfsjy!+OAjUm8?lQcXKle+}5wuBIX0WcpWRQf)EN{YT|9zljyvY@ucKLj2H97bl0+S>J? z$EWwv>I$2}!lRhr|26Q^KtK%Q{5^W8LSuf^tT2b!g^)7)TCO)12w{w~7*r;gva6LW zPIru1hKA5Ge>pLQ9^CcqvTCLH0w3O%Hm?m0{KO^v`(1;Su|7m8^4e}4S*ya zFUGw=zM4Rsc3*d$O3D^iR1Ah1i@;1?G;2EYeoirhc2Kn#`NE3t25S zI$KFfz84Molsp1B@Kb>Y`;u;EZEgK{=WI3e?PILd)=*-N)odd%HWpeDp=~|+cQEd4 zeRwTapgdsA&b?^wzmSQgxFFHn!^O9p~-g$!lN8uO9TkZdir4gokLvw2D&&ZqAwu57kmblnUE{ zUV_4M6xG!76?BIsY?hyiyW`i)5?m(w#Lr8x{a@)g-S&+t$2w!HUjYIDiCy_YVj{ky zECqoV7f8gS)qdeJE%|+Xh>`$WP%$$rc!whkx~YF?Lz5*BbNy5iOy};U$}%9cRDumH zbD$vL1CRI`*#lf9graVWS6%+-)!pjdt5yvo{fD?0U!wpG!3L9#eT;=|MBTDFi*K6y z9~h0W$MvKCj0sl*6mI`jNw;+DQu+Ry-LX_sp9}LbU?6%5GZJFDD-rz7UQ1Wv>-Fee8JC<#vQb z(#low=n_9Krbk`Ys(=#<6}ShT$dA2N#4V|&;w>wQ;_7$Z{t5Gs@SISlS6HVVjQ7K9 z{i5Lh5y3>X+S=OI1a&jrV*@|MILJWvQ}R*Tlm_vAa)=3Y4Wh)QFFX0HoRaL^mA@>Q z6+M1^Rl;ca==i<(!KaOv1`7=ioPUfuU*3En`=nQ?&D@)=%ojr_eKywo^? zDKdyKLp*c_-N>~Z^gq~;Dyt)}kd+;D_$<@jSVZX-FW%}d-%opBqAufS?>8{RQC3o+ zefl3@aNq7zS_*_LUi$q>JItEB8)%DaI?gJ?HYhLuXugl9rGYr3xw^L3Da}JYI?$d> zuvp=^Em!wpClriD#+#QORdd#d{;5orb42dNDWy#KYWOL%8g95nV=s?a)qY{lMz z%`a?t-z2iZLd~~E{xA4?!6G9h{5!~2*2FlpC8(v&+yp>fgZb^}0-R**5LI~US63-~ z&eBDq`rBN$>aDmb-L4rvP{Ti;LZNy?TNbPsJ~@SQ@*%7Je_g z%xlwDs_|@4Z~5+z5s%lOL-P>$p<0{mo5$mavEbzkfU)gNMEtfK%vB24{Z8Tr!X+aG zfD3aA3n@2=n_sYd-@zkjjS4+yMgd;?*R8z|zI{DwT{lOr4(kzGdL9Z%>Lnqu{V;~k(WY~m?9?XcxhpM1YtmjnjDE739D3qh|Rre3_jt=@}|ALb_4nD z>#xreB@q;_-iQ`9$5be$#A1TNc}?A&Lv%-#chvp1oD1J37gZy&z9gAto6Ip&XkS7k z^VVG6qL7E~eOlvaX21WcTva(wC6OP$S|kYc^i&V6IAH12xgPV5@6g^=(ouA^dSe_l zJ^O)B@X*0M?%|48W0scco)V(Xtc(h7oz1Ixm}ZYl#UmypL@08Fk9#oR;k-lWmI|EA zL{?bwWC}Fi*wZN$lBz#SEz=az;zElqCRkf!)@G}`DFl#Lj;Z7ZXC?)6hB6aoTRMPB zg5stMKDn+UA!*Y>OAe!8KD0WYYD4`9>Er?R-uau7szRL10W*f|i+Z*XeU&^;eW&je z8Eb^r|Ampbp}6sL&~%_6&Dnl;h6}ZhcXQ9}xMM6|9ih^P%jP*v4mpcl9P}C)mCW5Z zQ-MPNQ!P zx7v*lM%Y);a$|j|2>}S?hQ)3fbxrRCdee&yitKGBG@bm$5Bxld)O`1)>`4JamO*xY z{C1lLI*6EK9aJ=}^7b0%8)H_5r;mJ4FA7Ls_qi2)H&?vf!R-h&lfleH{=rRtqwjvD z%>L&3Q%h}Rr;+fQ1~gx8>B+b=g^^Y^e=7@eE8Z$LFj}|J0aGmQT{BmngO~YB{XMLs zv*>3mH&A43^og|Cp7RCO#d6AMpJ2}=kh6_#%d{h{)T&#pvHhe5rw@&X*|XArP-Sis z&2MNnj=7|akLHE>9)BUH!fL>;XI622-$S-HXt?ZhuVHZp=;S#{s_IyD+QhglQjrpRhcKwt zC)$>H;)k5Ztej#)mNY;~Y3>yXW}bU(Z81{K5&C{5-D`4_zYgB5WS<+?VINMUv?fik5|Iu}N7sNZBfC+?}qO35Yp7pkhAV0(eBp!YB89#=JTHNmztN<*9Prq z^;4A2lX=}?{E;#PcjqUQxWcvarr=L)xIn1~hYh+5_c3Qf$EdsL0^x(D?Rinted!T; z&%7trzO5?9){JS&rQdG2t;teqkd><%K^n{1aE|kJ+*xj~ zu4chLCn_vhm@USR;yx_xn=LC-JjSpOMZ&3MeVbN^m56QdWJMoN#~wp-7%+6BxsWuZ7o2$eZ67mJxpTC7;4l`t1sVu5`Q6*Hi_ zq88m%H=$fiV827o8x?p|^I62zKcS(4pv6z> z`lF+!Hizq_6_A^vpeU?qBp}$USOSapz8MA&$`Ag?Ff_Z!s2SS3#}c(aI3?!mt7T0Ky*cNAvr3KsrfDhUV)EX(=8qvew*!TKJe zgGX}yNugZ+?+3bZGT#)v0<-#Z%VTr%Z!cS`2W%EppCf~&og_aPX(p`3p`ARUi!If7 z-@DX(z;k-_>Q$mF2!@!~^lj^Di`#h|e5(fT`{6a9ZyNhVIvr(?Pc}9hLqkLB+8z%V zQKq=JQ@ML^G8=NIk@T~K88wCE<>Z%6lt~lVzm>lCDOn&ND^yCRK&;r1Ci0IuMDO~# z{j+qvKh)g$Z0bV(!p$w}1LZ-_M=+!5P;0xJE({RNP!p+3cv1y(bezF$yd#U zlPTSTdsw{Tppz&;LlZ^35;rGqdOLwR2x9?hZ*ghM^<`ThdrgKEyV3H<}(%zi{2XME|VXrh$c z3(GwO z`w2EQ$q(W?Wh(|HE26B|ksNLx_Uje(5ga-!MOKiGSlG|Z=zcn%k^{ZWU6wR3zU^F`8! zK7l5MGWCP2<%u2?kdf)6beBs9cpGdM5~{duiA?kYZUuaRbHZ90O zg#B|jf*o6_PL67+AqraASUe#n)UTyz7fQG|TS$i9T+wybj=